@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap";

:root {
	--sitefont: "Outfit", sans-serif
}

.font-body,
.font-body-Montserrat,
.font-body-Montserrat .contact-details,
.font-body-Montserrat .gallery-img-text,
.font-body-Montserrat .label-frms,
.font-body-Montserrat .products .filter-item label.form-check-label,
.font-body-Montserrat .form-text,
.font-body-Montserrat .form label,
.font-body-Montserrat .businessinfo label,
.font-body-Montserrat .eCommerce label,
.font-body-Montserrat .products .product-price-range-text,
.font-body-Montserrat .address-type,
.font-body-Montserrat .font-bold,
.font-body-Montserrat .header .nav-link,
.font-body-Montserrat .header .dropdown-item,
.font-body-Montserrat .footer .nav-link,
.font-body-Montserrat .footer .dropdown-item,
.font-body-Montserrat .gallery .gallery-img-wrap,
.font-body-Montserrat .btn,
.font-body-Montserrat .product-results,
.font-body-Montserrat .btn-link,
.font-body-Montserrat .employees .employees-title,
.font-body-Montserrat .page-item.active .page-link,
.font-body-Montserrat .modal-success .modal-title {
	font-family: var(--sitefont)
}

.font-header,
.font-header-Montserrat .error-title,
.font-header-Montserrat .header .header-business-name,
.font-header-Montserrat .header .navbar-brand,
.font-header-Montserrat .footer .footer-business-name,
.font-header-Montserrat .title .title-heading,
.font-header-Montserrat .businessinfo .contact-title,
.font-header-Montserrat .employees .employees-name,
.font-header-Montserrat h5.modal-title,
.font-header-Montserrat .gallery .gallery-album-name,
.font-header-Montserrat .list .list-text-title,
.font-header-Montserrat .productslideshow .productslideshow-title-heading,
.font-header-Montserrat .productslideshow .productslideshow-item h3.product-title,
.font-header-Montserrat .detailedlist .detailedlist-item-title,
.font-header-Montserrat .products-loading-container .loader-text,
.font-header-Montserrat .products .filter-item-title,
.font-header-Montserrat .shoppingcart .shoppingcart-titles,
.font-header-Montserrat .productdetails-bottom .nav-tabs .nav-item.nav-link,
.font-header-Montserrat .eCommerce .shoppingcart-titles,
.font-header-Montserrat h1,
.font-header-Montserrat h2,
.font-header-Montserrat h3,
.font-header-Montserrat h4,
.font-header-Montserrat h5,
.font-header-Montserrat h6,
.font-header-Montserrat .products .product-title,
.font-header-Montserrat .productdetails .product-title,
.font-header-Montserrat .productdetails-modal-lightbox .modal-title,
.font-header-Montserrat .productslideshow h3.product-title,
.font-header-Montserrat .eCommerce .product-title,
.font-header-Montserrat .cart-preview .product-title,
.font-header-Montserrat .products-modal .product-title {
	font-family: var(--sitefont)
}

:focus {
	box-shadow: none !important
}

.btn {
	text-transform: uppercase
}

.btn-link-primary {
	color: var(--color-theme-primary)
}

.btn-outline {
	background: 0 0;
	border: 2px solid var(--color-theme-primary);
	color: var(--color-theme-primary)
}

.btn-outline:hover {
	background: var(--color-theme-primary);
	color: #000
}

.btn-outline:before {
	background: var(--color-theme-primary)
}

.btn-primary {
	border: 0
}

.btn-primary:hover {
	background: var(--color-theme-text-btn);
	color: var(--color-theme-primary) !important
}

.btn-primary:before {
	background: var(--color-theme-text-btn)
}

.btn-secondary {
	background: var(--color-theme-secondary);
	border: 0;
	color: var(--color-theme-primary)
}

.btn-secondary:hover {}

.btn-secondary:before {}

.contact-companyinfo .contact-email .contact-details-info,
.header .header-business-email,
.footer .footer-business-email {
	overflow-wrap: anywhere
}

.modal {}

.header {
	position: relative;
	z-index: 1031;
	background: 0 0 !important
}

.cw-header .header__logo {
	width: 250px
}

.header .navbar-expand-lg .navbar-nav {
	text-transform: uppercase;
	font-size: 14px
}

.header .navbar-nav .nav-item {
	padding: 0 15px
}

.header .nav-link-cart,
.header .navbar .navbar-nav .nav-link {
	padding: 0;
	color: #000 !important;
	line-height: 30px
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	border-bottom: 2px solid var(--color-theme-background) !important;
	background: 0 0 !important
}

.cw-header {
	margin-top: 20px
}

.header a.header-business-phone,
.header span {
	vertical-align: middle
}

.header a.header-business-phone {
	font-weight: 700;
	color: var(--color-theme-primary)
}

.cw-header a:hover {
	color: var(--color-theme-highlight)
}

.header .navbar .dropdown-item::before,
.header .navbar-dark .navbar-nav .nav-item .nav-link:before {
	border-width: 0
}

.header .navbar .nav-link,
.header .navbar .dropdown-item {
	border-bottom: 2px solid transparent !important
}

.header .navbar .nav-link:hover,
.header .navbar .dropdown-item:hover {
	border-bottom: 2px solid var(--color-theme-secondary) !important;
	opacity: 1
}

.header .navbar,
.header .navbar.bg-primary {
	background: var(--color-theme-primary) !important;
	padding: 10px 0
}

.cw-header .cw-flex-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px
}

.cw-header .cw-flex-head p {
	color: #fff
}

.header .navbar-brand {
	color: #000 !important
}

.header .toggle .icon-bar {
	background-color: #000 !important
}

@media(max-width:991px) {

	.header .nav-link-cart,
	.header .navbar .navbar-nav .nav-link {
		line-height: 40px
	}
}

.hero__section {
	position: relative;
	z-index: 1;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BFCDA1AA703E8021FE2348819573371D.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -110px
}

.hero__section .hero__wrapper {
	width: 100%;
	padding: 200px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--color-theme-text);
	overflow: hidden;
	background-repeat: no-repeat;
	z-index: 2;
	position: relative
}

.hero__section .hero__content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.hero__section .hero__search__bg {
	background: var(--color-theme-light-tint);
	height: 625px;
	width: 400px;
	border-radius: 10px 10px 0 0;
	position: relative
}

.hero__section .hero__search__bg .hero__img__shape {
	position: absolute;
	right: 20px;
	top: 100px
}

.hero-gradient-lr {
	background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000000));
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.hero-gradient-tb {
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(#000000));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 25%;
	z-index: 1
}

.hero-gradient-bt {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 25%;
	z-index: 2
}

.section__title__hero .hero__h1 .section__title__preline {
	font-size: 1.5rem;
	font-weight: 400;
	text-transform: uppercase
}

.section__title__hero .hero__h1 .section__title__preline span {
	color: var(--color-theme-primary)
}

.section__title__hero .hero__h1 .section__title__headline {
	font-size: 5rem;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1
}

.section__title__hero .hero__h1 .section__title__headline span {
	color: var(--color-theme-primary)
}

.section__title__hero .hero__h1 .section__title__subheadline {
	font-size: 1.5rem;
	text-transform: uppercase
}

@media(max-width:768px) {
	.section__title__hero .hero__h1 .section__title__headline {
		font-size: 3rem
	}

	.hero__section .hero__wrapper {
		padding: 150px 0
	}
}

@media(max-width:370px) {
	.section__title__hero .hero__h1 .section__title__headline {
		font-size: 2rem;
		padding: 5px 0
	}

	.section__title__hero .hero__h1 .section__title__preline,
	.section__title__hero .hero__h1 .section__title__subheadline {
		font-size: 1rem
	}
}

.section__title {
	font-size: 2rem;
	font-weight: 400 !important;
	text-transform: uppercase
}

.section__title span {
	font-weight: 700
}

.section__title.title__dark {
	color: #000 !important
}

.search__title__section {
	margin-top: -100px;
	position: relative;
	z-index: 10
}

.search__title__section .container {
	width: 100%
}

.search__title__section .container .search__title__wrapper {
	background: #000;
	text-align: center;
	padding-top: 20px;
	border-top: 1px solid var(--color-theme-primary)
}

.search__title__section .container .search__title__wrapper h2,
.search__title__section .container .search__title__wrapper .search__title {
	margin-bottom: 0 !important;
	font-size: 1.5rem
}

@media(max-width:1400px) {
	.search__title__section .container {
		max-width: 100%
	}
}

/* !!! Title !!! */

.title+.text {
    margin-top: 0
}

section:not(.page-home) .title {
    position: relative;
    margin-bottom: 2.5rem;
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5FF5BB004AA48AAFAFD2DFAA426B0FE3.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

section:not(.page-home) .title:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section:not(.page-home) .title .title-heading {
    position: relative;
    z-index: 1;
    margin: auto;
    padding: 2rem 0;
    color: white;
    text-shadow: 0 0 4px black;
}

section:not(.page-home) .title h1 {
    font-size: 2rem
}

section:not(.page-home) .form {
    padding-top: 1rem
}

.employees-email {
    font-size: .85rem
}

@media (min-width: 992px) {
    section:not(.page-home) .title .title-heading {
        padding: 3.5rem 0
    }

    section:not(.page-home) .title h1 {
        font-size: 2.5rem
    }
}

.inventory-search-module {
	position: relative;
	z-index: 10;
	margin-top: 0 !important
}

body section.inventory-search-module>.container {
	max-width: 1320px
}

section.inventory-search-module .form__wrapper {
	background-color: #000 !important;
	border: 0 !important;
	padding: 20px 50px;
	border-radius: 0 !important;
	margin-bottom: 50px
}

.inventoryslideshow {
	background: var(--color-theme-background) !important;
	padding-top: 3em !important
}

.inventoryslideshow-container {
	max-width: 1320px !important
}

.card__single__horizontal__style1 .item__card__details__wrapper {
	border-bottom: 1px solid var(--inventoryslideshow-border) !important
}

.card__single__horizontal__style1 .item__secondary__details__wrapper .item__data .item__label {
	color: var(--color-theme-primary) !important
}

.featured__inventory__wrapper {
	background: #333;
	padding: 50px
}

.inventoryslideshow .inventoryslideshow-title-heading {
	display: none
}

.restoration__section {
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1CF595BDF652D8A9ED69FBB325427797.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	padding: 85px 0;
	background-color: rgba(0, 0, 0, .75);
	background-blend-mode: overlay
}

.blurb__section {
	padding: 100px 0
}

.blurb__section .blurb__header {
	background: #333;
	color: #000;
	padding: 25px;
	text-align: center
}

.blurb__section .blurb__header .section__title {
	font-weight: 700 !important;
	color: var(--color-theme-header)
}

.blurb__section .blurb__header p {
	margin-bottom: 0;
	color: var(--color-theme-header)
}

.blurb__section .blurb__whyUs__list {
	background: #1c1c1c;
	padding: 50px
}

.blurb__section .blurb__whyUs__list .ulli-no-bullet {
	list-style-type: none
}

.blurb__section .blurb__whyUs__list ul {
	margin-bottom: 0
}

.blurb__section .blurb__whyUs__list ul li {
	margin-bottom: 5px
}

.blurb__section .blurb__whyUs__list ul li:last-of-type {
	margin-bottom: 0
}

.blurb__section .blurb__whyUs__list svg {
	margin-right: 5px
}

.blurb__section .blurb__whyUs__list .section__title span {
	color: var(--color-theme-primary)
}

.blurb__section .blurb__items__wrapper {
	margin-top: 0
}

.blurb__section .blurb__items__wrapper .blurb__wrapper {
	padding: 50px;
	margin-bottom: 20px;
	background-color: #fff;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2344F521F2D1F5FF69E90FB44CBFA2B1.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
	position: relative;
	background-color: #1c1c1c;
	width: 100%;
	text-align: center
}

.blurb__section .blurb__items__wrapper .blurb__wrapper:last-of-type {
	margin-bottom: 0
}

.blurb__section .blurb__items__wrapper .blurb__wrapper .blurb__title {
	font-size: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: var(--sitefont)
}

.blurb__section .blurb__items__wrapper .blurb__wrapper .blurb__title span {
	color: var(--color-theme-primary)
}

.blurb__section .blurb__items__wrapper .blurb__wrapper .blurb__copy {
	margin-bottom: 20px
}

@media(max-width:767px) {
	.blurb__section .blurb__whyUs__list ul {
		padding-left: 0
	}
}

.cw-hp-reviews {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	margin-bottom: 50px;
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
	position: relative
}

.cw-hp-reviews .cw-intro {
	color: #fff;
	text-align: center;
	padding: 0 .5rem;
	margin-bottom: 0;
	width: 100%
}

.cw-hp-reviews .carousel-indicators {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
	margin-top: 20px
}

.cw-hp-reviews .container {
	position: relative;
	z-index: 3
}

.cw-hp-reviews-banner {
	background: #333;
	width: 100%;
	height: 150px;
	position: absolute;
	top: 210px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

#cwID-testimonials {
	margin-top: 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat
}

#cwID-testimonials .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 5px;
	background-color: var(--color-theme-primary);
	border-radius: 0%;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000
}

.cw-testimonial {
	color: #fff;
	overflow: hidden;
	position: relative
}

.cw-testimonial .cw-testimonial-stars {
	margin-bottom: .5em
}

.cw-testimonial .cw-testimonial-stars i {
	color: var(--color-theme-secondary);
	font-weight: 700 !important
}

.cw-testimonial .cw-testimonial-content {
	text-align: center;
	padding: 50px;
	background: #1c1c1c;
	margin-left: -70px
}

.cw-testimonial .cw-testimonial-content h3 {
	text-transform: uppercase;
	font-weight: 400
}

.cw-testimonial .cw-testimonial-content h3>span {
	font-weight: 700
}

.cw-testimonial .cw-testimonial-content p {
	font-style: italic
}

@media(max-width:991px) {
	.cw-testimonial .cw-testimonial-content {
		margin-left: 0
	}
}

.page-testimonials .form {
	position: relative;
	z-index: 1;
	padding-top: 0;
	padding-left: .5rem;
	padding-right: .5rem;
	margin: 0 1rem 1rem;
	background: var(--color-theme-background)
}

.callout__section {
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/975584D13AA4F3AE508502AC2CFF47FB.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
	position: relative
}

.callout__section .callout__gradient {
	background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(#000000));
	background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, #000000 100%);
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.callout__section .container {
	position: relative;
	z-index: 1
}

.popular-vehicles-sections {
	padding-top: 5rem
}

.popular-vehicles-section-heading {
	text-transform: uppercase;
	font-size: 1.5rem !important
}

.popular-vehicles-section-heading::before {
	content: "Popular";
	color: var(--color-theme-primary);
	position: absolute
}

.popular-vehicle-link:first-line {
	font-weight: 700
}

.popular-vehicles-sections {
	max-width: 100%;
	padding-top: 5em
}

.popular-vehicles-sections .popular-vehicles-section {
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto
}

.cw-about {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 4em 0 0
}

@media(min-width:992px) {
	.cw-about {
		padding: 4em 0
	}

	.cw-about img {
		width: 25%
	}
}

.cw-about .expand {
	-webkit-animation-name: expand;
	animation-name: expand;
	visibility: visible;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	margin: 1em auto;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes expand {
	0% {
		width: 15px
	}

	100% {
		width: 100%
	}
}

@keyframes expand {
	0% {
		width: 15px
	}

	100% {
		width: 100%
	}
}

.cw-about h3 {
	font-size: 1.15rem;
	color: var(--color-theme-primary);
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 2em
}

.cw-about h3 span {
	font-size: 2rem;
	color: var(--color-theme-secondary);
	text-transform: uppercase;
	font-weight: 700
}

@media(min-width:992px) {
	.page-home .form .form-wrap {
		margin-top: -31em;
		width: 45%;
		margin-right: 2.5%;
		margin-left: auto;
		position: relative;
		z-index: 1
	}

	.cw-about h3 {
		margin-top: 0
	}
}

@media(min-width:1200px) {
	.page-home .form .form-wrap {
		margin-top: -26em;
		width: 45%;
		margin-right: 2.5%;
		margin-left: auto
	}
}

.page-home .form {
	padding-top: 4.5em;
	padding-bottom: 3em !important
}

.page-home textarea.form-control {
	height: 100px
}

.map-iframe-full {
	min-height: 200px;
	max-height: 200px;
	-webkit-filter: invert(92%) grayscale(.9);
	filter: invert(92%) grayscale(.9)
}

/* Custom Footer */
svg.cw-footersvg {
	margin-top: -25px;
	position: relative;
	z-index: 1;
	width: 100%;
}

.cw-footer {
	background: #000;
	padding: 10px 0 50px
}

.cw-footer .cw-foot-logo {
	width: 200px;
}

.cw-footer .cw-footer-social {
	font-size: 1.5rem;
}

.cw-footer .cw-foot-info,
.cw-footer .business-hours {
	margin-top: 15px;
	position: relative
}

.cw-footer .cw-foot-info a {
	color: inherit;
}

.cw-footer .cw-foot-info a:hover {
	color: var(--color-theme-highlight);
}

.cw-footer .business-hours .title {
	font-size: 20px;
	text-transform: uppercase;
	padding-left: 5px;
	border-left: 4px solid var(--color-theme-primary);
	padding-top: 0;
	padding-bottom: 0
}

.cw-footer .business-hours li {
	color: #fff;
	line-height: 30px;
	border-bottom: 1px solid #333
}

.cw-footer .business-hours li:last-child {
	border-bottom: none
}

.cw-footer .business-hours .opening-hours li.today {
	color: var(--color-theme-primary)
}

/* Default footer */
.footer {
	padding-top: 1em;
	padding-bottom: 0;
	/* margin-top: -2em */
}

.footer .footer-social-links,
.footer .footer-info-business {
	display: none
}

.footer .dropdown-item,
.footer .nav-link {
	text-transform: uppercase;
	font-size: 14px
}

.footer-bottom-section .nav-link {
	font-size: 10px !important
}

.bg-primary iframe {
	padding: 1em;
	border-radius: 2em
}

@media(max-width:786px) {
	.business-hours p {
		font-size: 14px
	}

	p.text-center.text-md-start {
		font-size: 15px
	}

	.business-hours li {
		font-size: 14px
	}
}

.form span.text {
	background: unset;
	padding: unset
}

.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%
}

.inventory .card-header,
.inventory .card-header .btn-link.btn-clear-filter {
	color: var(--color-theme-primary)
}

.inventory .carousel-indicators {
	bottom: -10px !important;
	background: 0 0 !important
}

.inventory-container>.row {
	margin-left: 0;
	margin-right: 0
}

.inventory-container>.row>.col-12>div:not(.mx-lg-3).row.m-auto {
	margin-top: calc(-1 * var(--bs-gutter-y)) !important;
	margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
	margin-left: calc(-0.5 * var(--bs-gutter-x)) !important
}

body .mobile-fixed-cta {
	left: 0
}

@media(max-width:991px) {
	body .inventory .srp-sidebar {
		z-index: 1040
	}
}

.inventorydetails .section__title,
.inventorydetails .section__subtitle,
.inventorydetails .section__callout__title {
	color: var(--color-theme-text)
}

body label {
	color: var(--color-theme-text)
}

.inventory-resultsSort {
	margin-bottom: 20px !important;
	margin-left: 0 !important;
	margin-right: 0 !important
}

#filter-test {
	padding: 0 !important;
	max-width: 1320px !important;
	margin-left: auto !important;
	margin-right: auto !important
}

#filter-test .col-xl-10 {
	width: 100% !important
}

.inventory-seo-content {
	padding: 0 !important;
	margin-top: 2em
}

.page-cars-for-sale .popular-vehicles-sections {
	padding-top: 0
}

.page-cars-for-sale .popular-vehicles-section {
	padding-left: 20px !important;
	padding-right: 20px !important
}

#builderCanvas {
	margin-top: 50px
}

body .vdp-module-canvas-razor-wrapper a {
	color: var(--color-theme-text)
}

body .vdp-module-canvas-razor-wrapper p {
	color: var(--color-theme-text)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	color: var(--color-theme-text)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	color: var(--color-theme-text);
	background-color: var(--color-theme-primary)
}

body .vdp__message__wrapper label {}

body .vdp-module-canvas-razor-wrapper .vdp__message__wrapper a {}

body .vdp-module-canvas-razor-wrapper .vdp__message__wrapper a:hover {}

body [LoanCalculatorWidgetCssScope] .loan__calc__content .calc__totals__wrapper {
	background-color: transparent
}

.loan-app-module .btn-primary.disabled,
.loan-app-module .btn-primary:disabled {
	background-color: var(--color-theme-border) !important
}

[type=checkbox]+label::before {
	border-color: #ededed
}

body .vdp__message__mod.module .vdp__message__wrapper {
	background-color: transparent;
	border-radius: 0
}

body .vdp-module-canvas-razor-wrapper .vdp__message__wrapper a,
body .vdp__message__wrapper label,
.inventorydetails .disclaimerText {
	color: inherit
}

body .vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
	background-color: rgba(140, 140, 140, .1)
}

.page-inventory-details .section__title,
.section__title1 {
	color: var(--color-theme-primary) !important;
	border-bottom: 2px solid #fff !important;
	text-transform: uppercase !important
}

.page-inventory-details .inventorydetails .section__title,
.inventorydetails .section__subtitle,
.inventorydetails .section__callout__title {
	color: var(--color-theme-primary) !important;
	font-weight: 700 !important
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:focus {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	border-color: var(--color-theme-primary);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:hover,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:hover::before {
	background-color: var(--color-theme-highlight);
	color: var(--color-theme-text-btn);
	border-color: var(--color-theme-highlight);

}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {}

.vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
.vdp-module-canvas-razor-wrapper .vdp__loanCalc__mod .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
.vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
	color: var(--color-theme-text-btn) !important;
	background-color: var(--color-theme-primary) !important;
	border-color: var(--color-theme-primary) !important
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-primary) !important
}

.vdp__message__mod {
	margin-top: 0 !important
}