	    	/* Fonts */
	@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i');

    /* Header */
    
    .cw_customHeader {
		padding: 1em 0;
		background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4F0EB27BAE55B6FF808833EA5E96D82F.jpg") center right /cover;
	}

	.cw_customHeader .cw_logo {
		margin-bottom: 1em;
	}

	.cw_customHeader .cw_logo img {
		width: auto;
		max-height: 150px;
		margin-right: auto;
		margin-left: auto;
	}

	.cw_customHeader .cw_headerText p {
		color: #fff !important;
		font-size: 1.5em !important;

	}
	.cw_customHeader .cw_headerText a {
		color: #fff !important;
		font-size: 1.5em !important;
	}

	.cw_customHeader .cw_headerText a:hover {
		color: #999;
	}

	.cw_customHeader .cw_headerText a:hover {
		color: #999;
	}

	.cw_customHeader .cw_headerText .cw_location {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.cw_customHeader .cw_headerText .cw_address {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.cw_customHeader .cw_headerText .cw_phone {
		margin: 0;
		font-size: 20px;
	}

	.cw_customHeader .cw_headerText .cw_phone a {
		font-size: 20px;
		font-weight: 800;
	}

	.cw_customHeader .cw_headerText .cw_fax {
		font-size: 22px;
		font-weight: 400;
		margin: 0;
	}

	.cw_customHeader .cw_headerText .cw_fax .fa {
		font-size: 18px;
	}

	.cw_customHeader .cw_headerText .cw_email {
		font-size: 16px;
		font-weight: normal;
	}

	.cw_customHeader .cw_headerText .cw_social {
		margin: 10px 0 0 0;
	}

	.cw_customHeader .cw_headerText .cw_social a {
		color: #fff !important;
	}

	.cw_customHeader .cw_headerText .cw_social li {
		padding: 0;
	}

	.cw_customHeader .cw_headerText .cw_social .fa {
		font-size: 1.7em;
		background-color: #444;
		width: 41px;
		line-height: 40px;
		display: inline-block;
		text-align: center;
		border-radius: 4px;
		text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
	}

	.cw_customHeader .cw_headerText .cw_social .fa.fa-facebook-official {
		background-color: #3E5996;
	}

	.cw_customHeader .cw_headerText .cw_social .fa.fa-twitter {
		background-color: #30C3F5;
	}

	.cw_customHeader .cw_headerText .cw_social .fa.fa-youtube-play {
		background-color: #DC372E;
	}

	.cw_customHeader .cw_headerText .cw_social .fa.fa-instagram {
		background: #d6249f;
		background: -webkit-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
		background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
		background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	}

	.cw_customHeader .cw_headerText .cw_social .fa.fa-pinterest {
		background-color: #E72139;
	}


	.cw-bbb {
		background-color: #fff;
		border-radius: 10px;
		width: 14rem;
		margin-left: 25%;
	}

	/* ---------------- Media Query ---------------- */
	/* XS: 440px and Up */
	@media (min-width: 440px) {}

	/* SM: 768px and Up */
	@media (min-width: 768px) {
		.cw_customHeader .cw_logo {
			margin-bottom: 0;
		}
	}

	/* MD: 992px and Up */
	@media (min-width: 992px) {
		.cw_customHeader .row.cw_equal {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
		}

		.cw_customHeader .cw_logo img {
			margin: 0;
		}

		.cw_customHeader .cw_headerText {
			text-align: right;
		}


	}



	/* Car Row BG */
	.cw_carRow {
		padding: 1em 0;
		background: #000 url('https://cdn07.carsforsale.com/CustomTemplatePhotos/305505/photos/rs_demo003_mainbg.8bf1c21a.jpg') repeat-x top center;
	}

	.cw_welcomeRowGradient {
		padding: 2em 0;
		background: #090909;
		background: -webkit-linear-gradient(top, #090909 0%, #505050 50%, #32322d 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#090909), color-stop(50%, #505050), to(#32322d));
		background: -o-linear-gradient(top, #090909 0%, #505050 50%, #32322d 100%);
		background: linear-gradient(to bottom, #090909 0%, #505050 50%, #32322d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090909', endColorstr='#32322d', GradientType=0);
	}

	.cw_leftImage {
		height: auto;
		margin: 0 auto;
	}

	.cw_welcomeText {
		padding: 60px 2em 0;
		background: url('https://cdn07.carsforsale.com/CustomTemplatePhotos/305505/photos/rs_demo003_carrowtextbox.7c0c8176.png') no-repeat top center;
		background-size: 100% auto;
	}

	.cw_welcomeText h5 {
		font-family: 'Arvo', serif;
		font-size: 2em;
		font-weight: 600;
		margin: 10px 0;
		text-align: center;
		text-transform: uppercase;
		color: #fff;
	}

	.cw_welcomeText p {
		font-size: 1em;
		font-weight: 400;
		line-height: 1.6em;
		padding: 10px;
		text-align: center;
		color: #ccc;
	}

	.row.cw_equal {
    max-width: 1350px;
    margin: auto;
}

	/* Color Row */
	.cw_colorRow {
		position: relative;
		height: 30px;
		background: #7BA3F8;
		background: -webkit-linear-gradient(top, #7BA3F8 0%, #7BA3F8 43%, #3760D4 62%, #3760D4 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(#7BA3F8), color-stop(43%, #7BA3F8), color-stop(62%, #3760D4), to(#3760D4));
		background: -o-linear-gradient(top, #7BA3F8 0%, #7BA3F8 43%, #3760D4 62%, #3760D4 100%);
		background: linear-gradient(to bottom, #7BA3F8 0%, #7BA3F8 43%, #3760D4 62%, #3760D4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7BA3F8', endColorstr='#3760D4', GradientType=0);
	}

	.cw_colorRow:before,
	.cw_colorRow:after {
		font-size: 10px;
		font-weight: 700;
		position: absolute;
		top: 6px;
		left: 10px;
		content: ':::';
		letter-spacing: 2px;
		color: rgba(255, 255, 255, .7);
		transform: scaleY(1.5);
	}

	.cw_colorRow:after {
		right: 10px;
		left: auto;
	}

	/* ---------------- Media Query ---------------- */
	/* XS: 440px & Up */
	@media (min-width: 440px) {
		.cw_welcomeText h5 {
			font-size: 5vw;
		}
	}

	/* SM: 768px & Up */
	@media (min-width: 768px) {
		.cw_carRow .row.cw_equal {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		}
	}

	/* MD: 992px & Up */
	@media (min-width: 992px) {
		.cw_carRow {
			padding: 3em 0;
		}

		.cw_welcomeText {
			margin-right: 2em;
		}

		.cw_welcomeText h5 {
			font-size: 1.5em;
			top: 40px;
		}

		.cw_welcomeRowGradient {
			padding: 4em 0;
		}
	}

	/* LG: 1200px & Up */
	@media (min-width: 1200px) {
		.cw_welcomeText h5 {
			top: 60px;
		}
	}

	/* XLG: 1400px & Up */
	@media (min-width: 1400px) {}

    .card__multi__style6 .item__card {
    background-color: #333333 !important;
}

.popular-vehicles-sections {
    background-color: #111111;
    max-width: 100%;
    padding: 3rem;
}

.popular-vehicles-section {
    max-width: 1350px;
    margin: auto;
}

h2.popular-vehicles-section-heading {
    font-weight: 400;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--color-theme-secondary);
}

.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
    background-color: #262626 !important;
}