:root {
	--cw-white: #FFFFFF;
	--cw-light: #EEEEEE;
	--cw-black: #000000;
}

.btn.bg-highlight {
	color: var(--cw-white);
	text-shadow: none;
}

.btn.bg-highlight:hover {
	background: var(--color-theme-secondary);
	color: var(--cw-white);
}

.form-select {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4E49691C9674D1E92A7DE8E9395272A4.png");
	background-size: 15px;
	background-color: var(--cw-light);
}

.form-control,
.bootstrap-select .dropdown-menu li a {
	background: var(--cw-light);
}

.bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
	color: var(--cw-black);
	background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline;
	background: 0 0;
}

.timepicker.picker__input.form-control[readonly] {
	background: var(--cw-light);
}

.bootstrap-select>.dropdown-toggle.bs-placeholder::after {
	border-top-color: var(--color-theme-highlight);
}

.title+.employees {
	padding-top: 0;
}

.cw-header-info {
	border-bottom: 1px solid var(--cw-light);
}

.cw-phone {
	font-size: 1.25rem;
}

.cw-phone:hover {
	color: var(--color-theme-secondary) !important;
}

.cw-phone:before {
	font-family: FontAwesome;
	content: "\f095";
	margin-right: .25em;
	color: var(--color-theme-secondary) !important;
	font-weight: 400;
}

.cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	margin-right: .25em;
	color: var(--color-theme-secondary) !important;
	font-weight: 400;
}

.header .navbar .navbar-nav .nav-link {
	font-size: .9rem;
	font-weight: 400;
	text-transform: uppercase;
}

.header-info-logo-img img {
	width: 260px;
}

/* Custom H1 */
.cw-customH1 {
	background-color: var(--color-theme-primary);
	padding: .5em 0;
}

.cw-customH1 h1 {
	color: var(--cw-white);
	font-size: 30px;
}

/* Slideshow */
.cw-slideshow {
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.cw-slideshow .carousel-item:nth-child(1) {
	background-image:
		linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
		url("https://cdn07.carsforsale.com/CustomTemplatePhotos/1022463/photos/ss1.765eaaea.jpg");
}

.cw-slideshow .carousel-item:nth-child(2) {
	background-image:
		linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
		url("https://cdn07.carsforsale.com/CustomTemplatePhotos/1022463/photos/ss2.e3018681.jpg");
}

.cw-slideshow .carousel-item:nth-child(3) {
	background-image:
		linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)),
		url("https://cdn07.carsforsale.com/CustomTemplatePhotos/1022463/photos/ss3.672a9ef8.jpg");
}

.cw-slideshow .carousel-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 300px;
}

.cw-slideshow .carousel-item .cw-slideshow-title {
	font-size: 2em;
	color: var(--cw-white);
	position: relative;
	top: 25%;
	display: block;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 4px;
	font-weight: 800;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	padding-bottom: 10px;
	margin: 0;
}

.cw-title-divider {
	position: relative;
	top: 25%;
	display: block;
	width: 40%;
	margin: 0 auto;
	height: .5rem;
	background: -webkit-linear-gradient(left, rgba(40, 166, 236, 0) 0%, rgba(40, 166, 236, 1) 50%, rgba(40, 166, 236, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(40, 166, 236, 0)), color-stop(50%, rgba(40, 166, 236, 1)), to(rgba(40, 166, 236, 0)));
	background: -o-linear-gradient(left, rgba(40, 166, 236, 0) 0%, rgba(40, 166, 236, 1) 50%, rgba(40, 166, 236, 0) 100%);
	background: linear-gradient(to right, rgba(40, 166, 236, 0) 0%, rgba(40, 166, 236, 1) 50%, rgba(40, 166, 236, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a6ec', endColorstr='#28a6ec', GradientType=1);
}

.cw-slideshow .carousel-item .cw-slideshow-subtitle {
	font-size: 1.25em;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.35);
	letter-spacing: 2px;
	padding: 0;
	margin-top: .5em;
	color: var(--cw-white);
	position: relative;
	top: 26%;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 800;
}

/* Slideshow Fade */
.cw-slideshow-fade .carousel-inner .carousel-item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
}

.cw-slideshow-fade .carousel-inner .active {
	opacity: 1;
}

.cw-slideshow-fade .carousel-inner .active.left,
.cw-slideshow-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.cw-slideshow-fade .carousel-inner .next.left,
.cw-slideshow-fade .carousel-inner .prev.right {
	opacity: 1;
}

.cw-slideshow-fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.cw-slideshow-fade .carousel-inner>.carousel-item.next,
	.cw-slideshow-fade .carousel-inner>.carousel-item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.cw-slideshow-fade .carousel-inner>.carousel-item.prev,
	.cw-slideshow-fade .carousel-inner>.carousel-item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	.cw-slideshow-fade .carousel-inner>.carousel-item.next.left,
	.cw-slideshow-fade .carousel-inner>.carousel-item.prev.right,
	.cw-slideshow-fade .carousel-inner>.carousel-item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

/* Buttons Box */
.cw-flex-box {
	display: block;
}

.cw-main-buttons {
	padding: 40px 30px 35px 40px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.cw-main-buttons .cw-button-action {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	min-width: 160px;
	padding: 8px 20px;
	background: transparent;
	border: 2px solid transparent;
	border-radius: 5px;
	-webkit-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
	margin-top: 1em;
}

.cw-main-buttons .cw-button-action:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.cw-main-buttons h5 {
	font-size: 1.9em;
	text-transform: uppercase;
	padding-top: 12px;
}

.cw-color-buttons {
	position: relative;
	z-index: 100;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 13px 2px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	background-image: url("https://cdn07.carsforsale.com/CustomTemplatePhotos/1022463/photos/button-bkg.7443c391.jpg");
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

.cw-color-buttons * {
	font-family: 'Open Sans', sans-serif;
}

.cw-color-buttons .fa {
	font-family: 'FontAwesome' !important;
}

/* Button Colors */
.cw-button-divider {
	display: block;
	margin: 9px auto;
	height: 2px;
	background: #666666;
	width: 10%;
}

/* Color 1 */
.cw-btn-color1 {
	color: #666666;
	background-color: rgba(255, 255, 255, 0.9);
}

.cw-btn-color1 .fa {
	color: #28A6EC;
}

.cw-btn-color1 .cw-button-action {
	color: #28A6EC;
	border-color: #28A6EC;
}

.cw-btn-color1 .cw-button-action:hover {
	color: var(--cw-white);
	background-color: #28A6EC;
}

/* Color 2 */
.cw-btn-color2 {
	color: var(--cw-white);
	background-color: rgba(67, 197, 184, 0.9);
	text-shadow: 2px 2px 0 rgba(17, 17, 17, 0.2);
}

.cw-btn-color2 .fa {
	color: var(--cw-white);
}

.cw-btn-color2 .cw-button-action {
	color: var(--cw-white);
	border-color: var(--cw-white);
	text-shadow: none;
}

.cw-btn-color2 .cw-button-action:hover {
	color: #43C5B8;
	background-color: var(--cw-white);
}

/* Color 3 */
.cw-btn-color3 {
	color: var(--cw-white);
	background-color: rgb(0 128 199 / 90%);
	text-shadow: 2px 2px 0 rgba(17, 17, 17, 0.2);
}

.cw-btn-color3 .fa {
	color: var(--cw-white);
}

.cw-btn-color3 .cw-button-action {
	color: var(--cw-white);
	border-color: var(--cw-white);
	text-shadow: none;
}

.cw-btn-color3 .cw-button-action:hover {
	color: #28A6EC;
	background-color: var(--cw-white);
}

/* Main Section */
.cw-main-section {
	position: relative;
	margin-bottom: 3rem;
}

@media (min-width: 440px) {
	.cw-slideshow .carousel-item .cw-slideshow-title {
		font-size: 6vw;
		top: 19%;
	}
	.cw-title-divider {
		top: 19%;
	}
	.cw-slideshow .carousel-item .cw-slideshow-subtitle {
		top: 19%;
	}
}

@media (min-width: 992px) {
	.cw-slideshow .carousel-item {
		height: 500px;
	}
	.cw-slideshow .carousel-item .cw-slideshow-title {
		font-size: 5em;
	}
	.cw-flex-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

/* About Section */
    .about-us .section-title {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--color-theme-secondary);
        margin-bottom: 1rem;
    }

    .about-us .lead {
        font-size: 1.125rem;
        margin-bottom: 1rem;
        color: var(--color-theme-primary);
    }

    .features-list li {
        margin-bottom: 0.75rem;
        font-size: 1rem;
    }

    .features-list li i {
        color: var(--color-theme-secondary);
        margin-right: 0.5rem;
        font-size: 1.2rem;
    }

    .video-wrapper {
        border-radius: 0.5rem;
        overflow: hidden;
    }

/* Financing */
.cw-financing {
	padding: 6em 0;
	margin-top: 5rem;
}

.cw-financing .cw-financingText {
	position: relative;
	text-shadow: 0 0 3px var(--cw-black);
}

.cw-financingText:before {
	overflow: hidden;
	content: "";
	position: absolute;
	top: -8%;
	left: -2%;
	width: 104%;
	height: 116%;
	z-index: 0;
	background: rgb(0 128 199 / 90%);
}

.cw-financingText>* {
	position: relative;
	z-index: 2;
}

.cw-financingText h2 {
	font-size: 2rem;
}

.cw-financingText h4 span {
	font-size: 80%;
}

@media(min-width:992px) {
	.cw-financingText h2 {
		font-size: 2.75rem;
	}
	.cw-financingText h4 {
		font-size: 2rem;
	}
}

/* -------------------- Search module body style combo ---------------------- */
/* Home Search */
.cw-search {
	margin-bottom: 0;
	background-color: var(--color-theme-background);
}

.cw-search .cw-types {
	margin-bottom: 3rem;
}

.cw-search .cw-types img {
	width: 90px;
	display: block;
	margin: auto;
}

.cw-search .cw-types a {
	font-size: .85rem;
	text-transform: uppercase;
	border: 1px solid transparent;
	padding: 12px 3px;
}

.cw-search .cw-types a:hover {
	border: 1px solid var(--color-theme-border);
	border-radius: 5px;
}

@media (min-width: 992px) {
	.cw-search .cw-types {
		max-width: 500px;
		margin: auto;
	}
	.cw-search {
		margin-bottom: 3em;
	}
}

.page-home .inventory-search-module {
	display: flex;
}

.page-home .inventory-search-module .form__wrapper {
	padding: 0 0 20px;
	border: none;
}

.page-home .inventory-search-module .search__input {
	min-width: 48%;
	flex-basis: calc(50% - 1em);
}

.page-home .search__input .btn {
	border: none;
}

/* labels */
.page-home section.inventory-search-module .form__wrapper .search__input .form-label {
	display: none;
}

@media (min-width: 992px) {
	.page-home section.inventory-search-module .form__wrapper {
		display: flex;
		flex-flow: row wrap;
		position: absolute;
		left: 24px;
		top: -210px;
		z-index: 20;
		border: none;
		max-width: 48%;
		padding: 0;
	}
}

/* Setting search module to Default container sizes */
.page-home .inventory-search-module .container {
	max-width: 100%;
	position: relative;
}

@media (min-width: 576px) {
	.page-home .inventory-search-module .container {
		max-width: 540px;
	}
}

@media (min-width:576px) and (max-width: 768px) {
	.page-home .inventory-search-module .container {
		max-width: 680px;
	}
}

@media (min-width: 768px) {
	.page-home .inventory-search-module .container {
		max-width: 720px;
	}
}

@media (min-width:930px) and (max-width: 991px) {
	.page-home .inventory-search-module .container {
		max-width: 800px;
	}
}

@media (min-width: 992px) {
	.page-home .inventory-search-module .container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.page-home .inventory-search-module .container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.page-home .inventory-search-module .container {
		max-width: 1320px;
	}
}


/* -------------------- Featured vehicles ---------------------- */
.page-home .inventoryslideshow {
	padding: 4rem 0 3rem;
}

.inventoryslideshow .inventoryslideshow-container {
	max-width: 1140px;
	margin-bottom: 3rem;
}

.inventoryslideshow .card__multi__style2 .item__card {
	background: var(--cw-light);
}

.card__multi__style2 .item__data__price {
	display: flex;
	align-items: center;
}

.inventoryslideshow .inventoryslideshow-title-heading {
	position: relative;
}

.inventoryslideshow .inventoryslideshow-title-heading>div {
	position: relative;
	z-index: 1;
	display: inline-block;
	background: var(--cw-white);
}

.inventoryslideshow .inventoryslideshow-btn .btn-primary {
	background: var(--color-theme-highlight);
}

@media(min-width:576px) {
	.inventoryslideshow .inventoryslideshow-title-heading>div {
		padding: 0 2rem;
	}
	.page-home .inventoryslideshow .inventoryslideshow-title-heading>div {
		font-size: 2.35rem;
	}
	.inventoryslideshow .inventoryslideshow-title-heading:after {
		content: "";
		z-index: 0;
		position: absolute;
		bottom: 50%;
		right: 1.25rem;
		width: calc(100% - 2.5rem);
		height: 1.25px;
		background: var(--cw-black);
	}
}

@media(min-width:768px) {
	.inventoryslideshow .inventoryslideshow-container {
		margin-bottom: 0;
	}
	.card__multi__style2 .item__card__details__wrapper .col__1 .item__title h3 {
		font-size: 1.35rem !important;
	}
}

@media(min-width:992px) {
	.inventoryslideshow .inventoryslideshow-title-heading {
		margin-bottom: 2rem;
	}
}

@media(min-width:1400px) {
	.inventoryslideshow .inventoryslideshow-container {
		max-width: 1320px;
	}
}

.cw-map-contact {
	padding: 3rem 0 1rem;
}

.cw-map-contact img {
	width: 350px;
}

.cw-map-contact h2,
.cw-map-contact h2.bh-title {
	text-transform: uppercase;
	padding-left: 0;
	border-left: 0;
	color: var(--color-theme-secondary);
}

.cw-map-contact .cw-contact-box {
	padding: .5rem;
	color: var(--cw-black);
}

@media(min-width:992px) {
	.cw-map-contact h2 {
		font-size: 2.5rem;
	}
}

/* -------------------- Testimonials ---------------------- */
/* Same classname on homepage slider and testimonial page. Not a great way to do it, so watch out. Consider making them different class names if you get the chance. */
.page-home .cw-testimonials {
	position: relative;
	padding: 5rem 0;
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/32A210563BEE3F5C7D6F714FBCCB6B3D.jpg") no-repeat center;
	background-size: cover;
	text-align: center;
	margin-top: 6rem;
}

.page-home .cw-testimonials:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(90 95 100/80%);
}

.cw-testimonials .container,
.cw-testimonials h3 {
	position: relative;
	z-index: 2;
}

.cw-testimonials h3 {
	margin-bottom: 1rem;
	text-transform: uppercase;
	color: var(--cw-white);
	text-shadow: 0 0 3px var(--cw-black);
}

.cw-testimonials .card {
	position: relative;
	padding: 1.25rem 1rem;
	background-size: cover;
	font-size: .85rem;
	border: 1px solid var(--cw-light);
	text-align: left;
}

.page-home .cw-testimonials .card {
	border: 1px solid var(--cw-black);
}

.cw-testimonials .card {
	margin-bottom: 1rem;
}

.cw-testimonials .col-md-4:nth-of-type(even) .card {
	background-size: cover;
}

.cw-testimonials .card-body {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cw-testimonials .fas {
	position: absolute;
	top: .5rem;
	left: .5rem;
	color: var(--color-theme-highlight);
	font-size: 28px;
}

.cw-testimonials .card-text {
	margin-bottom: .25rem;
	font-style: italic;
}

.cw-testimonials .card-title {
	float: right;
	font-size: .9rem;
	font-weight: 700;
	text-align: right;
	margin-bottom: 0;
}

.cw-testimonials .btn {
	border-radius: 50%;
	padding: .5rem .875em;
}

@media(min-width:992px) {
	.cw-testimonials h3 {
		font-size: 2rem;
	}
}

@media(min-width:1200px) {
	.page-home .cw-testimonials {
		background-attachment: fixed;
	}
	.cw-testimonials .card {
		font-size: .95rem;
	}
}


section:not(.page-home) .title-container {
	position: relative;
	text-align: center;
}

section:not(.page-home) .title-heading {
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

section:not(.page-home) .title-heading-container>div {
	display: inline-block;
}

.form-forms-header {
	font-size: 1.75rem;
}

.form {
	padding-top: 1rem;
}

/* -------------------- Faq page ---------------------- */
.cw-accordion .accordion-button {
	background: var(--cw-light);
}

.cw-accordion .accordion-button::after {
	content: "\f0dd";
	font-family: FontAwesome;
	text-align: center;
	line-height: 20px;
	font-size: 20px;
	color: var(--color-theme-highlight);
	background: var(--cw-light);
}

.accordion-button:not(.collapsed) {
	color: var(--color-theme-secondary) !important;
	font-weight: 700 !important;
}

.cw-accordion .accordion-button:focus {
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125) !important;
	border-color: transparent !important;
}

.cw-accordion .accordion-body {
	padding: 2rem 1.25rem;
	background: var(--cw-light);
}

.employees .card .employees-text,
.employees .card .employees-contact {
	text-align: center;
}

.employees .employees-circle .employees-contact {
	background: var(--cw-light);
}

.employees .employees-contact a {
	font-weight: 700;
}

.employees-email {
	font-size: .8rem;
}

.employees-contact .empicon {
	stroke: var(--color-theme-highlight);
}

.employees .card.employees-circle {
	background: var(--cw-light);
}

.employees .card.employees-square {
	padding-bottom: 1rem;
	background: var(--cw-light);
	border: 1px solid var(--cw-light);
}

@media(min-width:576px) {
	section:not(.page-home) .title .title-heading-container {
		position: relative;
		padding: 0 2rem;
		background: var(--cw-white);
	}
	section:not(.page-home) .title-container:before {
		content: "";
		position: absolute;
		right: 1.5rem;
		left: 1.5rem;
		top: 1.25rem;
		margin: auto;
		width: calc(100% - 3rem);
		border-top: 2px solid var(--cw-black);
	}
}

/* -------------------- Inventory / SRP ---------------------- */
.inventory {
	padding-top: 0 !important;
}

.p-veh-card .card-top-img a {
	display: block;
}

.inventory .inventory-cta .btn {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary);
}

.inventory .vehicle-card.layout-2 .price {
	background: var(--color-theme-secondary) !important;
	font-weight: 700;
}

body .inventory .carousel-indicators {
	background: 0 0;
	bottom: 0;
	margin-bottom: 0;
}

.inventory .carousel-indicators [data-bs-target] {
	width: 7px;
	height: 7px;
	background: var(--color-theme-highlight);
}

.inventory .vehicle-card .card-body h5.inventory-title {
	padding-top: 0;
	font-size: 1.1rem;
}

.inventory .btn-primary,
.inventory .btn-primary:focus {
	background: var(--color-theme-highlight) !important;
	border-color: var(--color-theme-highlight) !important;
}

/* -------------------- Vehicle Details VDP ---------------------- */
.vdp__details__mod {
	margin-bottom: 50px;
}

.vdp__title__mod {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8511D71C0ACF31294F472574B6DA51CF.jpg") center;
	background-size: cover;
	color: var(--cw-white);
	padding: 1.5rem 1rem 1rem;
}

.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
.veh__generation,
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
	color: var(--cw-white) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary,
section.page-inventory-details .btn.btn-primary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-secondary:hover {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary) !important;
}

.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 25px !important;
}

/* -------------------- Footer ---------------------- */
footer .container {
	display: grid;
}

.footer-social-links {
	order: 1;
	margin: 1rem 0 0 !important;
}

.footer-nav-links {
	order: 2;
}

.footer .footer-info-business a:hover {
	color: var(--cw-white);
}

/* Fix Mobile More Info button BG color */
.vdp-module-canvas-razor-wrapper .sn_business_openclose.open {
	background-color: var(--inventorydetails-primary) !important;
}

/* Fix Loan Calc VDP Colors */
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary:hover {
	background-color: var(--inventorydetails-primary) !important;
}

section.page-inventory-details .btn.btn-primary {
	background-color: var(--color-theme-secondary) !important;
	color: var(--cw-white) !important;
	border-color: var(--color-theme-primary) !important;
}

section.page-inventory-details .btn.btn-primary:hover {
	background-color: var(--color-theme-highlight) !important;
	color: #111 !important;
}

/* Fix Quick Connect module */
.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 10px !important;
}

/* Fix Inventory Filter Colors */
.inventory .srp-sidebar .btn-link.btn-clear-filter,
.inventory .srp-sidebar .card-header .card-title,
.inventory .srp-sidebar .card-header .close-filter {
	color: var(--color-theme-text-btn);
}

.creditQualifyPage {
	margin-bottom: 2rem;
}

h2.popular-vehicles-section-heading {
	text-transform: uppercase;
	color: var(--color-theme-secondary);
}