main {
	overflow-x: hidden;
}

.vehicle-specific-page {
	/*padding-top: 0px;*/
}

.no-pad {
	padding-right: 0;
	padding-left: 0;
}

.regionSelectWrapper {
	display: none!important;
}

.featured-description-parent {
    padding-right: 60px!important;
    padding-left: 60px!important;
}

@media (max-width: 1200px) {
	.featured-description-parent {
		padding-right: 20px!important;
		padding-left: 100px!important;
	}
}

.content-section {
	color: #000;
}

@media (min-width: 992px) {
	.desktop-feature-image {
		height: calc(100vh - 300px);
		min-height: 300px!important;
		max-height: 450px;
		position: relative;
		display: inline-block;
		overflow: hidden;
	}
	.desktop-feature-image > img {
		width: auto;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		min-height: 100%;
		transform: translate(-50%, -50%);
		width: auto;
		height: 100%;
    }
}


.no-margin {
	margin-left: 0!important;
	margin-right: 0!important;
}

.featured-product, .content-section {
	background-color: #fff;
}

.featured-product, .double-product {
    margin-top: 70px;
    margin-bottom: 160px;
    padding-left: 125px;
    padding-right: 125px;
}

.double-product {
	margin-top: 260px;
    padding-bottom: 160px;
    margin-bottom: 0;
}

.featured-image, .double-image {
	width: 100%;
}



.featured-vehicle-title, .double-vehicle-title {
	font-size: 21px;
	font-family: 'BoldCn';
	margin-bottom: 10px;
}

.featured-product-name, .double-product-name {
    font-family: 'ExtraBlackCn';
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
}

.featured-product-description, .double-product-description {
	font-family: 'LightCn';
    font-size: 20px;
	margin-bottom: 30px;
}

.featured-product-description p, .double-product-description p { 
	margin-bottom: 20px
}

.featured-product-description li, .double-product-description li {
    font-family: 'LightCn';
    font-size: 16px;
    margin-bottom: 8px;
}

.shop-parent {
	display: block;
}

.arrow-right {
	background-image: url(../img/arrow-down.svg);
    position: absolute;
    right: 15px;
    top: 24px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    pointer-events: none;
    transform: rotate(270deg);
}

.buy-now:hover .arrow-right {
	background-image: url(../img/arrow-down-white.svg);
}

.buy-now {
	position: relative;
	background-color: #FFD700;
	color: #000;
	border: 0;
	font-size: 30px;
	font-family: 'BoldCn';
	padding-left: 25px;
	padding-top: 20px;
	padding-bottom: 15px;
	max-width: 200px;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	margin-right: 30px;
	float: left;
}

.buy-now:hover {
	background-color: #000;
	color: #fff;
}


.more-info {
	font-size: 24px;
	font-family: 'BoldCn';
	border-bottom: 4px solid #FFD700;
	display: table;
	color: #000;
	white-space: nowrap;
	padding-top: 20px;
	float: left;
	text-transform: uppercase;
}

.more-info:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000;
	border-bottom: 4px solid #000;
}

.double-product {
	background-color: #F1F1F1;
}

.double-product .col-md-6 {
	margin-top: -160px;
}

.double-image-parent {
    padding-bottom: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 50px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}


.other-products {
	background-color: #F1F1F1;
	padding-left: 120px;
	padding-right: 120px;
	padding-bottom:80px;
}

.other-title-parent {
	text-align: center;
    display: flex;
    justify-content: center;
    background-color: #F1F1F1;
    padding-top: 40px;
}

.mobile-feature-image {
    padding-bottom: 80%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.products-parent {
	margin-left: -30px;
	margin-right: -30px;
}

.other-product {
	margin-bottom: 60px;
	padding-left: 40px!important;
    padding-right: 40px!important;
}

.other-title {
	font-weight: bold;
	border-bottom: 10px solid #FFD700;
	border-top: 10px solid #FFD700;
	font-size: 48px;
	font-family: 'ExtraBlackCn';
	line-height: 50px;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #000;
	margin-bottom: 90px;
}

.product-image {
	padding-bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-bottom: 30px;
}

.other-product-title {
	font-size: 24px;
	font-family: 'BoldCn';
	line-height: 28px;
	color: #000;
	margin-bottom: 20px;
}

.other-buy {
	font-size: 19px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.modal-content {
    border-radius: 0!important;
    border: 0!important;
}
@media (min-width: 1000px) {
    .modal-dialog {
        width: 900px!important;
    }
}

.other-buy > .arrow-right {
    top: 14px;
}

@media (max-width: 992px) {
	.featured-image {
		margin-bottom: 50px;
		max-width: 400px;
	}

	.max-width-parent {
		margin-left: 50px;
	    margin-right: 50px;
	}
}

.double-image {
	margin-bottom: 45px;
	max-height: 350px;
    width: auto;
}

.double-product .col-md-6:first-of-type {
	padding-right: 100px;
}

.double-product .col-md-6:nth-of-type(2) {
	padding-left: 100px;
}



/*fix footer*/

.ccm-page footer {
	background-color: #000;
}

@media (min-width: 1030px) {
	.ccm-page footer #footerNavLinksContainer {
		width: calc(100% - 240px);
	}
	.ccm-page footer #footerProductImage {
		width: 240px;
	}
}


@media (min-width: 1610px) {
	.featured-product, .double-product, .other-products {
		padding-left: 270px;
		padding-right: 270px;
	}
}

@media (min-width: 951px) {

	.ccm-page footer {
		border-top: 0;
	}

	.ccm-page .contentInner, .ccm-page .headerInner {
	    max-width: calc(100% - 120px);
	}

	#headerMainNavWrapper ul#headerMainNav>li:first-of-type>a {
		position: absolute;
		right: 370px;
	}

	#headerMainNavWrapper ul#headerMainNav>li:nth-of-type(2)>a {
		position: absolute;
		right: 260px;
	}

	#headerMainNavWrapper ul#headerMainNav>li:nth-of-type(3)>a {
		position: absolute;
		right: 70px;
	}

	#headerMainNavWrapper ul#headerMainNav>li>a:hover {
		background-color: black;
		color: #fff;
	}

}


.map-parent {
	display: flex;
}

.find-parent {
	padding-top: 40px;
	padding-bottom: 80px;
	text-align: center;

	background-image: url(../img/map-image@2x.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.info-image {
	background-image: url(../img/where-to-buy-guy.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	background-position: center;
}

.map-pin {
	margin-bottom: 20px;
}

.map-text {
	font-size: 35px;
	margin-bottom: 20px;
	font-family: 'LightCn';
	color: #ffffff;
}

.find-button {
    color: #000;
    background-color: #ffd600;
    padding-top: 25px;
    padding-bottom: 16px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 30px;
    font-family: 'BoldCn';
    transition: 0.3s; 
    border: 0;
    text-decoration: none;
}

.find-button:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

.find-button:focus {
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

.ccm-page main {
    background-color: #ffffff;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.modal-content {
	border-radius: 0;
	border: 0;
}
.modal-header {
	border: 0;
}
.modal-body {
	padding: 0;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%!important;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


.reps-parent {
	overflow: hidden;
}

.reps {
	background-position: center;
	background-size: cover;
	padding-bottom: 15%;
	background-repeat: no-repeat;
	transition: 0.3s;
}

.reps:hover {
	transform: scale(1.05);
}




@media (max-width: 1200px) {
	.featured-product, .double-product {
		padding-right: 40px;
		padding-left: 40px;
	}

	.featured-description-parent {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	.other-products {
	    padding-left: 40px;
	    padding-right: 40px;
	}
}

@media (max-width: 767px) {

	.vehicle-specific-page {
	    padding-top: 90px;
	}

	
	.max-width-parent {
	    margin-left: 0px;
	    margin-right: 0px;
	}

	.featured-product, .double-product {
		margin-top: 60px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.reps {
		padding-bottom: 25%;
	}
	.double-image-parent {
		max-width: 70%;
		padding-bottom: 100%;
	}

	.featured-image {
	    max-width: 70%;
	    margin-bottom: 30px;
	    height: 100%;
	}

	.mobile-feature {
		display: flex;
		justify-content: center;
	}
	
	.featured-product-name, .double-product-name {
		font-size: 28px;
		line-height: 34px;
	}
	.featured-vehicle-title, {
		font-size: 18px;
	}

	.featured-product-description, .double-product-description {
		font-size: 18px;
	}

	.featured-product-description li, .double-product-description li {
		font-size: 14px;
	}
	.featured-product {
		margin-bottom: 80px;
	}
	.double-product {
		padding-bottom: 80px;
	}

	.other-title {
		font-size: 32px;
		margin-bottom: 50px;
		line-height: 36px;
    	text-align: left;
	}
	.buy-now {
		font-size: 22px;
		padding-top: 15px;
		padding-bottom: 10px;
		padding-left: 15px;
		max-width: 150px;
	}
	.arrow-right {
		top: 16px;
	}
	.more-info {
		font-size: 22px;
	}

	.other-products {
		padding-left: 0!important;
		padding-right: 0!important;
		padding-bottom: 20px;

	}
	.other-product {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
	.other-product-title {
		font-size: 22px;
	}

	.map-pin {
		height: 112px;
	}
	.map-text {
		font-size: 24px;
	}
	.find-button {
		font-size: 18px;
		padding-top: 15px;
		padding-bottom: 10px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.reps {
		padding-bottom: 25%;
	}

	.mobile-double-image-parent {
		padding-bottom: 80%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin-bottom: 20px;
	}

	.mobile-feature-parent {
		display: flex!important;
	}
	.double-product {
	    padding-bottom: 40px;
	}
	#feature_2 {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.double-product .col-md-6 {
		margin-top: 0;
		padding-top: 40px;
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.other-products {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (max-width: 992px) {
	.max-width-parent {
	    margin-left: 0px;
	    margin-right: 0px;
	}
}

.ccm-page footer #footerProductImage {
  background-image: url(../img/AllVehicle.png)!important;
}

@media(min-width: 768px) and (max-width: 1000px) {
	.mobile-feature {
		display: flex;
		justify-content: center;
	}
}

.recommended-product {
    font-size: 21px;
    font-family: 'BoldCn';
    margin-bottom: 10px;
}

.featured-vehicle-title {
	border-top: 4px solid #ffd801;
    border-bottom: 4px solid #ffd801;
    padding-top: 5px;
    width: fit-content;
    text-align: center;
}

.featured-product-name {
	margin-top: 20px;
}

.other-product-subtitle {
	border-top: 4px solid #ffd801;
    border-bottom: 4px solid #ffd801;
    display: inline;
    padding-top: 5px;
    width: auto;
    margin-bottom: 15px;
    font-size: 21px;
}

.double-image-parent {
	margin-bottom: 40px;
}

@media (max-width: 1000px) {
	.featured-image {
		height: 100%;
	}

	.double-product {
		margin-top: 80px;
	}

	#feature_2 {
		margin-top: 50px;
	}
}

@media (min-width: 768px) and (max-width: 1000px) {
	.all {
    	max-width: 244px; 
	} 
}

