/*Hero*/


/* Search Module */
section.inventory-search-module>.container {
	margin-top: 8%;
	max-width: 1320px !important;
}
	/* ======================= Shop by Model ===================== */
	.cw-ShopbyModel a {
		padding: .5rem;
	}

	.cw-ShopbyModel a img {
		transition: all .3s ease;
	}

	.cw-ShopbyModel a:hover img {
		transform: scale(1.2);
		filter: saturate(0%);
	}

	.cw-ShopbyModel a h6 {
		color: #0F0F0F;
	}

	.cw-ShopbyModel a:hover h6 {
		color: #666;
	}
/**/

	/* Main Buttons */
	.cw-button-section {
		background-color: #FFFFFF;
		padding: 2em 0;

	}

	.cw-button-section .cw-button {
		display: inline-block;
		position: relative;
		margin: 20px auto 5px;
		padding: 25px 15px;
		overflow: hidden;
		z-index: 1;
		width: 100%;
		vertical-align: middle;
		color: #FFFFFF;
		font-size: 1.3em;
		font-weight: 700;
		letter-spacing: 0.07em;
		text-transform: uppercase;
		border: 2px solid #FFFFFF;
		border-radius: 6px;
		background: #EE7326;
		background: -webkit-linear-gradient(-45deg, rgba(47, 85, 113, 1) 0%, rgba(47, 85, 113, 1) 50%, rgba(32, 57, 76, 1) 51%, rgba(32, 57, 76, 1) 100%);
		background: -webkit-linear-gradient(315deg, rgba(47, 85, 113, 1) 0%, rgba(47, 85, 113, 1) 50%, rgba(32, 57, 76, 1) 51%, rgba(32, 57, 76, 1) 100%);
		background: -o-linear-gradient(315deg, rgba(47, 85, 113, 1) 0%, rgba(47, 85, 113, 1) 50%, rgba(32, 57, 76, 1) 51%, rgba(32, 57, 76, 1) 100%);
		background: linear-gradient(135deg, rgba(47, 85, 113, 1) 0%, rgba(47, 85, 113, 1) 50%, rgba(32, 57, 76, 1) 51%, rgba(32, 57, 76, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ac6502', endColorstr='#ffba5c', GradientType=1);
		background-size: 200%;
		background-position: center center;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-box-shadow: 0px 2px 6px 0px rgba(21, 20, 21, 0.25);
		box-shadow: 0px 2px 6px 0px rgba(21, 20, 21, 0.25);
		-webkit-transition: all 0.25s ease-in;
		-o-transition: all 0.25s ease-in;
		transition: all 0.25s ease-in;
	}

	.cw-button-section .cw-button:hover {
		color: #FFFFFF;
	}

	.cw-button i {
		position: absolute;
		top: 23%;
		right: -8%;
		color: #FFFFFF;
		font-size: 2.0em;
		-webkit-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.cw-button:hover {
		-webkit-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		transform: translateY(-1px);
		background-position: 20% center;
	}

	.cw-button:hover i {
		right: 8%;
	}
	/* How It Works */
	.cw-works-section {
		padding: 2em 0 4em;
	}

	.cw-works-section .cw-section-title {
		margin-bottom: 1.5em;
	}

	.cw-works-section .cw-section-title h5 {
		color: #20394C;
		font-family: 'Ubuntu', sans-serif;
		font-size: 1.75em;
		letter-spacing: 0.15em;
		text-transform: uppercase;
	}

	.cw-works-section .cw-section-title span {
		display: block;
		margin: 0 auto;
		width: 220px;
		color: #ED7225;
		font-size: 1.35em;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 700;
		line-height: 30px;
		letter-spacing: 0.15em;
		text-transform: uppercase;
		border: 2px solid #ED7225;
		border-radius: 20px;
		vertical-align: middle;
	}

	.cw-works-section .col-xs-12 {
		position: relative;
	}

	.cw-works-section .col-xs-12:after {
		content: "";
		position: absolute;
		top: auto;
		left: 30px;
		bottom: 0px;
		right: 30px;
		border-bottom: 2px solid #ED7225;
	}

	.cw-works-section .col-xs-12:last-child:after {
		content: "";
		border: none;
	}

	.cw-works-section .col-xs-12 .cw-step-header {
		margin-top: 1.25em;
		color: rgba(0, 35, 65, 0.9);
		font-family: 'Ubuntu', sans-serif;
		font-size: 1.75em;
		font-weight: 600;
	}

	.cw-works-section .col-xs-12 .cw-step-header i {
		color: #ED7225;
		font-size: 1.75em;
	}

	.cw-works-section .col-xs-12 .cw-step-header span {
		display: block;
		padding: 0.5em 0;
	}

	.cw-works-section .col-xs-12 a {
		display: block;
		margin: 0 auto 1.5em;
		padding: 0.75em 2.0em;
		max-width: 285px;
		color: #FEFEFE;
		font-size: 1.25em;
		text-transform: uppercase;
		background-color: #20394C;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all 0.25s ease-out;
		-o-transition: all 0.25s ease-out;
		transition: all 0.25s ease-out;
	}

	.cw-works-section .col-xs-12 a:hover {
		-webkit-transform: translateY(-1px);
		-ms-transform: translateY(-1px);
		transform: translateY(-1px);
		background-color: #ED7225;
	}

	/* XS: 440px & Up */
	@media (min-width: 440px) {
		.cw-body-style-buttons a {
			font-size: 1.25em;
		}
	}

	/* SM: 768px & Up */
	@media (min-width: 768px) {
		
	
		.cw-works-section .cw-section-title h5 {
			display: inline-block;
			font-size: 1.75em;
			vertical-align: middle;
		}

		.cw-works-section .cw-section-title span {
			display: inline-block;
			width: 220px;
			font-size: 1.35em;
		}

		.cw-works-section .col-xs-12:after {
			top: 15px;
			left: auto;
			bottom: 0px;
			right: 0;
			height: 150px;
			border-right: 2px solid #999999;
			border-bottom: none;
		}

		.cw-works-section .col-xs-12 a {
			font-size: 1.0em;
		}

		.cw-works-section .col-xs-12 .cw-step-header {
			font-size: 1.1em;
		}

		.cw-works-section .col-xs-12 .cw-step-header i {
			font-size: 3.25em;
		}
	}



	/* LG: 1200px & Up */
	@media (min-width: 1200px) {
		.cw-works-section .col-xs-12 a {
			font-size: 1.25em;
		}

		.cw-works-section .col-xs-12 .cw-step-header {
			font-size: 1.8em;
		}

		.cw-works-section .col-xs-12 .cw-step-header i {
			font-size: 1.25em;
			margin-right: 0.25em;
			vertical-align: middle;
		}

		.cw-works-section .col-xs-12 .cw-step-header span {
			display: inline-block;
			vertical-align: middle;
		}
	}
/* Car parts*/
    .cw-parts  {
        margin-bottom: 3em;
    }
    .cw-parts h5 {
        font-size: 1.2em;
        font-weight: 700;
    }
    a {
    color: #f14e03;
    }
    .cw-parts h6 {
        font-style: italic;
        font-size: 1em;
    }

    .h1title-underline .page-title-headings h1 {
    color: #20394c;
    border-bottom-color: #f14e03;
    text-align: center;
    }

    .cw-divider {
        height: 3px;
        background-color: #EB4D05;
        width: 25%;
        margin: 20px auto;
    }

    .cw-parts h4 {
        padding: 10px 20px;
        background-color: #EB4D05;
        color: #fff;
        text-align: center;
    }

    .cw-parts ol li {
        font-size: 1.2em;
    }

    /* SM: 768px & Up */
        @media (min-width: 768px) {
            .cw-parts h5 {
                font-size: 2em;
            }

            .cw-parts h6 {
                font-size: 1.6em;
                font-weight: 600;
            }
        }
    
/*parallax*/

	.cw-parallax {
		text-align: center;
		position: relative;
		
		padding-top: 4em;
		padding-bottom: 3em;

		color: #fff;

		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/7616D49AC9E008002F8056C2900845C4.jpg);
		background-position: center center;
	}

	.cw-parallax::after {
		content: "";
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .7);
		border-radius: 1vw;

	}

	.cw-parallax>* {
		position: relative;
		z-index: 1;
	}

	@media (min-width: 768px) {
		.cw-parallax {
			background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/7616D49AC9E008002F8056C2900845C4.jpg);
			padding-top: 8em;
			padding-bottom: 7em;
		}

		.cw-parallax::after {
			background: rgba(0, 0, 0, .5);
		}
	}

		.cw-hero .carousel img {
		max-height: 600px;
		object-fit: cover;
		object-position: center;
	}

	section.inventory-search-module .btn-primary {
		background: var(--color-theme-secondary);
		border-color: var(--color-theme-secondary)
	}

	section.inventory-search-module .form__wrapper {
		border-radius: 0 !important;
	}

	@media (min-width: 992px) {

		.page-home .inventory-search-module {
			position: absolute;
			z-index: 3;
			width: 100%;
			left: 0;
			pointer-events: none;
			margin-top: -350px !important;
			margin-bottom: 0rem !important;
			height: 230px;
			display: flex;
			flex-flow: column;
			justify-content: center;
			align-items: center;
		}

		.page-home .inventory-search-module>.container {
			pointer-events: all;
		}

		section.inventory-search-module .form__wrapper {
			background: rgb(0 0 0 / 30%) !important;
			border-color: #b5b5b5 !important
		}

		.page-home section.inventory-search-module label {
			font-weight: bold;
			color: white;
			text-shadow: 0 0 2px black;
		}

		body section.inventory-search-module>.container {
			max-width: 1320px;
		}
	}

	@media (min-width: 1200px) {
		.page-home .inventory-search-module {
			margin-top: -300px !important;
		}
	}
/*H1 - Title*/
.page-home .title-heading {
	font-size: 36px;
	text-align: center;
}