/*-- Global --*/

.btn.bg-highlight {
    color: white;
    text-shadow: none;
}

.btn.bg-highlight:hover {
    background: var(--color-theme-secondary);
    color: white
}

.form-select {
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FE6CB14FE38DC1D195DBFBE66EA77240.png);
    background-size: 15px;
    background-color: #f4f7f7;
}

.form-control,
.bootstrap-select .dropdown-menu li a {
    background: #f4f7f7
}

hr {
    opacity: 1;
}

.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: rgb(255, 255, 255);
    background: none
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline;
    background: none;
}

.timepicker.picker__input.form-control[readonly] {
    background: #f4f7f7
}

.bootstrap-select>.dropdown-toggle.bs-placeholder::after {
    border-top-color: var(--color-theme-highlight);
}

.title+.employees {
    padding-top: 0;
}

/*-- Header --*/

.cw-header-info {
    border-bottom: 1px solid rgb(0, 0, 0)
}

.cw-phone {
    font-size: 1.25rem;
    color: rgb(255, 255, 255) !important;
}

.cw-address {
    color: rgb(255, 255, 255) !important;
}

.cw-phone:hover {
    color: var(--color-theme-highlight) !important
}

.cw-phone:before {
    font-family: FontAwesome;
    content: "\f095";
    margin-right: .25em;
    color: var(--color-theme-highlight) !important;
    font-weight: normal;
}

.cw-address:before {
    font-family: FontAwesome;
    content: "\f3c5";
    margin-right: .25em;
    color: var(--color-theme-highlight) !important;
    font-weight: normal;
}

.header .navbar .navbar-nav .nav-link {
    font-size: .9rem;
    font-weight: normal;
    text-transform: uppercase
}

.header-info-logo-img img {
    width: 260px
}

/*-- Hero --*/

.cw-hero .carousel-item {
    height: 300px;
    background-size: cover;
    background-position: center center;
}

.cw-hero .carousel-control-prev,
.cw-hero .carousel-control-next {
    width: 10%;
    text-align: center;
    opacity: 0.7;
}

.cw-hero .carousel-control-prev:hover,
.cw-hero .carousel-control-next:hover {
    opacity: 1;
}

@media (min-width: 768px) {
    .cw-hero .carousel-item {
        height: 500px
    }
}

/*-- Hero Buttons --*/

/*-- FOLLOWING CSS IS NEEDED TO APPLY OPACITY TO BUTTONS WHILE USING TEMPLATE COLORS VARIABLES --*/

.cw-button {
    height: 60px;
    margin: auto;
    border: 1px solid black;
    line-height: 60px;
    opacity: 0;
    transform: translateY(50%);
    -webkit-animation: slide-up 1s ease-out forwards;
            animation: slide-up 1s ease-out forwards;
}

.cw-button>div {
    position: absolute;
    width: 100%;
}

.cw-buttons a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 45px;
    font-weight: bold;
    text-shadow: 0 0 2px black;
}

.cw-button1 a {
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/9BD97201017639D65ED37670AF7DB828.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.cw-button2 a {
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E9953CBDCEF5219BAD43DEA816C7681B.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.cw-button3 a {
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CF093D421D068CA44AB8112F0217CB32.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}


@media (min-width: 768px) {
    .cw-buttons {
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        width: 100%;
        font-size: .95rem;
        overflow: hidden
    }

    .cw-button {
        width: 33%;
        margin: 0 .25rem;
        height: 75px;
        line-height: 75px;
    }

    .cw-button>div {
        opacity: .5;
    }

    .cw-button:hover>div {
        background: var(--color-theme-highlight);
    }
}

@media (min-width: 992px) {
    .cw-buttons {
        font-size: 1.15rem;
    }

    .cw-button {
        margin: 0 .75rem;
    }
}

@media (min-width: 1200px) {
    .cw-buttons {
        max-width: 1100px;
        left: calc(50% - 550px);
    }
}

/*-- Home --*/

.page-home .cw-title {
    background: #000;
    font-size: 2rem
}

.page-home .cw-title span {
    font-size: 56%
}

.page-home .cw-titleContainer {
    position: relative;
    padding: 2.5rem .5rem 2rem;
}

.page-home .title-heading-container span {
    font-size: 56%
}

.page-home .textwithimage .row {
    align-items: unset !important
}

.page-home .textwithimage .col-lg-6:nth-of-type(1) {
    align-self: center !important
}

.page-home .textwithimage .col-lg-6:nth-of-type(2) {
    position: relative;
    text-align: center;
    color: white;
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/0E1E68CD1C32B5240F925265AE7A7211.jpg) no-repeat center bottom;
    background-size: cover;
}

.page-home .textwithimage .col-lg-6:nth-of-type(2):after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(90 95 100 / 80%);
    background-size: cover;
}

.page-home .textwithimage-text-container {
    z-index: 2;
    position: relative;
    text-shadow: 0 0 3px black;
}

.page-home .map-text h2 span {
    font-size: 60%
}

.cw-hours {
    font-size: .875rem
}

.cw-hours .fas {
    display: block;
    margin-bottom: .5rem;
    font-size: 2rem;
    color: var(--color-theme-secondary)
}

.page-home .map-text-container {
    max-width: 600px;
    margin: auto;
}

.page-home .cw-mapContact {
    padding: 1rem;
    background: #000000;
    border: 1px solid #ddd;
}

.page-home .map-text img {
    width: 72px;
}

@media (min-width: 576px) {
    .page-home .cw-title {
        padding: 0 2rem;
        font-size: 2.5rem;
    }

    .page-home .cw-titleContainer:after {
        content: "";
        z-index: -1;
        position: absolute;
        bottom: 50%;
        right: 1.25rem;
        width: calc(100% - 2.5rem);
        height: 1.25px;
        background: rgb(255, 255, 255);
    }

    .cw-hours {
        position: relative;
        padding-left: 3rem;
    }

    .cw-hours .fas {
        position: absolute;
        left: 0;
        top: .75rem;
    }

}

@media (min-width: 992px) {
    .page-home .cw-title {
        padding: 0 2rem;
        font-size: 3.25rem;
    }

    .page-home .textwithimage h2 {
        font-size: 2.5rem
    }

    .page-home .textwithimage h4 {
        font-size: 1.75rem
    }

    .map-text h2 {
        font-size: 2.5rem;
    }
}

@media (min-width: 1200px) {
    .page-home .map-text-container {
        padding: 2.5rem 3rem
    }
}

@media (min-width: 1400px) {
    .page-home .textwithimage-text-container {
        padding-top: 12%
    }

    .page-home .textwithimage h2 {
        font-size: 2.75rem
    }

    .page-home .textwithimage h4 {
        font-size: 2rem
    }
}

/*-- Home Financing --*/

.cw-financing {
    padding: 6em 0;
}

.cw-financing .cw-financingText {
    position: relative;
    text-shadow: 0 0 3px black;
}

.cw-financingText:before {
    overflow: hidden;
    content: '';
    position: absolute;
    top: -8%;
    left: -2%;
    width: 104%;
    height: 116%;
    z-index: -1;
    background: rgb(90 95 100 / 80%);
}

.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
    }

}

/*-- Home Search --*/

.cw-search {
    margin-bottom: 3em;
}

.cw-types img {
    width: 85px;
    display: block;
}

.cw-types a {
    font-size: .85rem;
    text-transform: uppercase;
    border: 1px solid white
}

.cw-types a:hover {
    border: 1px solid #ced4da;
    border-radius: 5px
}

@media (max-width: 991px) {
    .cw-search {
        margin-bottom: 0;
    }
    .cw-types {
        margin-bottom: 50px;
    }
}
 
@media (min-width: 992px) {
    .cw-types {
        max-width: 500px;
        margin: auto;
    }
}
/* -------------------- inventory search module ---------------------- */
	/* hide search labels */
	.page-home .inventory-search-module .container .form__wrapper label {
		display: none;
	}

	/*  Homepage - Search Module */
	.page-home .inventory-search-module {
		display: flex;
	}

	.page-home .inventory-search-module .container {
		position: relative;
	}

	.page-home .inventory-search-module .container .form__wrapper {
		padding: 0;
		border: 0;
	}

	/* Small devices (landscape phones, 576px and up) */
	@media (min-width: 576px) {}

	/* Medium devices (tablets, 768px and up) */
	@media (min-width: 768px) {}

	/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
	@media (min-width: 992px) {
		.page-home .inventory-search-module .container .form__wrapper {
			position: absolute;
			z-index: 5;
			right: 0;
			top: -626px;
			width: 500px;
			max-width: 500px;
			padding: 20px;
			display: flex;
			flex-direction: column;
			align-items: unset;
			border: none;
		}

		.page-home .inventory-search-module .search__input {
			min-width: 40%;
			flex-basis: 90%;
			flex-grow: 1;

		}

		.page-home .inventory-search-module .container .form__wrapper .search__input--min-year,
		.page-home .inventory-search-module .container .form__wrapper .search__input--max-year {
			min-width: 45%;
			flex-basis: 45%;
		}

	}

	/* Extra large devices (large desktops, 1200px and up) */
	@media (min-width: 1200px) {

		/* order positioning of the html, before re-ordering with css
		1. .search__input--classification (disabled in this example)
		2. .search__input-make
		3. .search__input--model
		4. .search__input--min-year
		5. .search__input--max-year
		6. .search__input--max-price
		7. .search__input--max-mileage
		8. (button. no specific class) :last-of-type
	*/
		.page-home .inventory-search-module .container .form__wrapper {
			top: -554px;
			width: 700px;
			max-width: 700px;
		}

		/* .page-home .inventory-search-module .search__input.search__input--classification {
			display: none;
			order: ?;
		} */

		.page-home .inventory-search-module .search__input.search__input-make {
			order: 1;
		}

		.page-home .inventory-search-module .search__input.search__input--model {
			order: 3;
		}

		.page-home .inventory-search-module .search__input.search__input--min-year {
			order: 5;
		}

		.page-home .inventory-search-module .search__input.search__input--max-year {
			order: 6;
		}

		.page-home .inventory-search-module .search__input.search__input--max-price {
			order: 2;
		}

		.page-home .inventory-search-module .search__input.search__input--max-mileage {
			order: 4;
		}

		.page-home .inventory-search-module .search__input:last-of-type {
			order: 7;
		}

		.page-home .inventory-search-module .search__input {
			min-width: 40%;
			flex-basis: 45%;
			flex-grow: 1;
		}

		.page-home .inventory-search-module .container .form__wrapper .search__input--min-year,
		.page-home .inventory-search-module .container .form__wrapper .search__input--max-year {
			min-width: 20%;
			flex-basis: 20%;
		}

	}

/* .inventory-search-module {
    display: flex !important;
    flex-direction: column !important;
    z-index: 1000;
}

section.inventory-search-module>.container {
    max-width: 1320px !important;
}

.inventory-search-module .container {
    position: relative;
}

section.inventory-search-module .form__wrapper {
    border: none !important;
    padding: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: unset !important;
    max-width: 300px;
    width: 300px;
    position: absolute;
    left: 0;
    z-index: 2500;    
    transform: translateY(-180px);
    border: none;
}

.search__input--model {
    position: absolute;
    width: 100%;
    right: -320px;
}

.search__input .btn {
    position: absolute;
    top: 66px;
    right: -320px;
    width: 100%;
    background: var(--color-theme-highlight);
    border: none;
}

.search__input .btn:hover {
    background: var(--color-theme-secondary);
}

section.inventory-search-module .form__wrapper .search__input .form-label {
    display: none !important;
}

@media (min-width: 1400px) {
    section.inventory-search-module>.container {
        max-width: 1280px !important;
    }
}

@media (max-width: 1400px) {
    section.inventory-search-module>.container {
        max-width: 1100px !important;
    }
    section.inventory-search-module .form__wrapper {
        max-width: 250px;
        width: 250px;
        left: 0;
    }
    .search__input--model {
        position: absolute;
        width: 100%;
        right: -270px;
    }
    .search__input .btn {
        right: -270px;
    }
}

@media (max-width: 1200px) {
    section.inventory-search-module>.container {
        max-width: 920px !important;
    }
    .inventory-search-module .container .form__wrapper {
        width: 200px;
        max-width: 200px;
    }
    .search__input--model {
        position: absolute;
        width: 100%;
        right: -220px;
    }
    .search__input .btn {
        right: -220px;
    }
}

@media (max-width: 991px) {
    .inventory-search-module {
        margin-top: 0 !important;
    }
    .inventory-search-module .container .form__wrapper {
        max-width: unset;
        position: unset;
        width: unset;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        padding: 20px 0;
    }
    .search__input--model {
        position: relative;
        top: unset;
        right: unset;
        width: unset;
    }
    .search__input .btn {
        position: relative;
        top: unset;
        right: unset;
        width: 100%;
    }
}

@media (max-width: 456px) {
    .search__input--model,
    .search__input--max-price {
        width: 100%;
    }
} */

/* Body Style Module */
.hp__hero__powersports {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/61FACE2BCFB1EB034793E1BC5A67D65D.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 100px 0;
	position: relative;
	margin-top: 65px;
}

.hp__hero__powersports .btn-link {
	color: #fff;
}

.hp__hero__powersports__overlay {
	height: 120%;
	width: 100%;
	top: -50px;
	left: 0;
	position: absolute;
	background-color: transparent;
            background: linear-gradient(-290deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #7f7f7f 50%, #4f4f4f 100%);

	-webkit-filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.5));
	opacity: 1;
}


.hp__hero__powersports__content__wrapper {
	margin-left: 56%;
	padding-right: 50px;
}

.shopPowersports__section {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/041F1E4F94F3CAADE44C5D37C405B1A3.jpg);
	background-size: cover;
	min-height: 1100px;
}

.shopPowersports__section .shopPowersports__content {
	background-color: #fff;
	padding: 50px;
	border: 10px solid var(--color-theme-border);
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25));
}

.shopPowersports__section .shop__popular__links {
	-moz-column-count: 3;
	     column-count: 3;
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.hp__hero__powersports__overlay {
		background: linear-gradient(-290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 30%,
				#7f7f7f 30%,
				#4f4f4f 100%);
	}

	.hp__hero__powersports__content__wrapper {
		margin-left: 40%;
	}
}

@media (max-width: 767px) {
	.hp__hero__powersports__overlay {
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#7f7f7f 0%,
				#4f4f4f 100%);
		top: 0;
		bottom: 0;
		height: 100%;
	}

	.hp__hero__powersports__content__wrapper {
		margin-left: unset;
		padding: 0 50px;
	}

	.shopPowersports__section {
		padding: 50px 0;
	}
}

@media (max-width: 450px) {
	.hp__hero__powersports__content__wrapper {
		padding: 0 20px;
	}
}
/*-- Inventory Slideshow --*/

.page-home .inventoryslideshow {
    padding: 4rem 0 3rem
}

.inventoryslideshow .inventoryslideshow-container {
    max-width: 1140px;
    margin-bottom: 3rem;
}

.inventoryslideshow .card__multi__style2 .item__card {
    background: #181818
}

.card__multi__style2 .item__data__price {
    display: flex;
    align-items: center;
}

/*-- Needed for lines at side of heading --*/
.inventoryslideshow .inventoryslideshow-title-heading {
    position: relative;
}

.inventoryslideshow .inventoryslideshow-title-heading>div {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: rgb(0, 0, 0);
}

.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: rgb(255, 255, 255);
    }

}

@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;
    }

}

/*-- Customer Testimonials --*/

.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;
}

.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: white;
    text-shadow: 0 0 3px black;
}

.cw-testimonials .card {
    position: relative;
    padding: 1.25rem 1rem;
    background-size: cover;
    font-size: .85rem;
    border: 1px solid #ddd;
    text-align: left;
}

.page-home .cw-testimonials .card {
    border: 1px solid black
}

.page-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: bold;
    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) {
    .cw-testimonials {
        background-attachment: fixed;
    }

    .cw-testimonials .card {
        font-size: .95rem
    }
}

/*-- Subpages --*/

section:not(.page-home) .title-container {
    position: relative;
    text-align: center;
}

section:not(.page-home) .title-heading {
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

/*-- Fix for when extra div added when updating text in Title module --*/
section:not(.page-home) .title-heading-container>div {
    display: inline-block
}

.form-forms-header {
    font-size: 1.75rem
}

.page-car-finder .form {
    padding-top: 1rem;
    padding-bottom: 0;
}

.page-faq .form,
.page-loan-application .form,
.page-value-my-trade .form,
.page-testimonials .form,
.page-our-staff .form,
.page-schedule-test-drive .form {
    padding-top: 1rem
}

.cw-accordion .accordion-button {
    background: #f4f7f7;
}

.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: #f4f7f7
}

.accordion-button:not(.collapsed) {
    color: #F10000!important;
    font-weight: 700!important;
}

.cw-accordion .accordion-button:focus {
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125)!important;
    border-color: rgba(0,0,0,0)!important;
}

.cw-accordion .accordion-body {
    padding: 2rem 1.25rem;
    background: #272727
}

.employees .card .employees-text,
.employees .card .employees-contact {
    text-align: center;
}

.employees .employees-circle .employees-contact {
    background: #f4f7f7;
}

.employees .employees-contact a {
    font-weight: bold;
}

.employees-email {
    font-size: .8rem
}

.employees-contact .empicon {
    stroke: var(--color-theme-highlight);
}

.employees .card.employees-circle {
    background: #f4f7f7
}

.employees .card.employees-square {
    padding-bottom: 1rem;
    background: #f4f7f7;
    border: 1px solid #ddd
}

@media (min-width: 576px) {

    section:not(.page-home) .title .title-heading-container {
        position: relative;
        padding: 0 2rem;
        background: rgb(0, 0, 0)
    }

    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 rgb(255, 255, 255)
    }
}

/*-- Inventory Page --*/

.inventory {
    padding-top: 0 !important
}

.inventory-card-view .carousel-item {
    height: 0 !important;
    padding: 38% 0 !important
}

.inventory-card-view .p-veh-card .card-top-img {
    height: auto !important;
    background-color: #fff !important
}

.p-veh-card .card-top-img a {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background: #fff !important;
    aspect-ratio: auto !important
}

.inventory-card-view .p-veh-card .card-top-img img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
    max-height: 100% !important;
    min-height: 100% !important;
    height: 100% !important
}

.inventory .srp-sidebar .card-header::before {
    border-color: transparent !important
}

.inventory .card {
    background: #181818 !important;
}

.inventory .inventory-cta .btn {
    background: var(--color-theme-highlight) !important;
    border-color: var(--color-theme-highlight)
}

.inventory .vehicle-card.layout-2 .price {
    background: var(--color-theme-secondary) !important;
    font-weight: bold
}

.inventory .carousel-indicators {
    background: 0 0 !important;
    bottom: -10px !important;
}

.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
}

.photo__item .photo__thumbnail[PhotoGalleryWidgetCssScope] {
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5C3486F0EC08DB2855D6373A5FBB090D.jpg) no-repeat center;
    background-size: cover
}

.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: white;
    padding: 1.5rem 1rem 1rem;
}

.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope],
.veh__generation,
.vdp__title__mod .veh__mileage[VehicleHeadingWidgetCssScope] {
    color: 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-highlight) !important;
    border-color: var(--color-theme-highlight) !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;
}

.vdp__veh__info__mod .veh__info__item:nth-child(even) {
    background:#333 !important;
}

.page-inventory .container.mb-4 {
    max-width: none;
    margin-bottom: 0 !important;
    padding: 1rem;
    background: var(--color-theme-primary);
    color: white
}

@media(min-width: 992px) {
    .page-inventory .container.mb-4 {
        padding: 3rem 4rem
    }
}

/*-- Footer --*/

footer .container {
    display: grid
}

.footer-social-links {
    order: 1;
    margin: 1rem 0 0 !important;
}

.footer-nav-links {
    order: 2
}

.creditQualifyPage {
	margin-top: 2rem;
	margin-bottom: 2rem;
  }

/* ---  VDP Calculator Estimated Credit Score and Term Length button colors --- */

  .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
    border-color: #fff !important;
    color: #fff !important;
}