@import "https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap";

:root {
	--cw-light-bg: #fafafa;
	--cw-primary-hover: #577b84;
	--cw-secondary-hover: #a8442a;
}

:root {
	--cw-sitefont: "Jost", 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(--cw-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(--cw-sitefont);
}

.title {
	padding-top: 3.8em !important;
}

/* .header .navbar-brand{
    min-height: 125px !important;
    padding-left: 10%;
    image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A808173245387182D5C94FF806DCA341.png);
    width: 100%;
    height: auto;
    repeat: none;

} */

/* .header .header__wrapper {
	padding: 15px;
} */

.header .navbar-nav .nav-item {
	margin-bottom: 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	margin-right: 15px;
	margin-left: 15px;
	padding: 5px 0;
	color: unset;
}

.header .navbar-nav .nav-item a.dropdown-item {
	margin: 0;
}

.cw-welcome {
	font-weight: 800;
	font-size: 17px;
}

.header .navbar .dropdown-menu {
	min-width: 200px;
	padding: 0.75em;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.2);
	-webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
	z-index: 1040;
	width: auto;
	background: var(--color-theme-background);
}

/* -------------------- Custom Header ---------------------- */

nav.navbar.navbar-expand-lg.header-scroll {
	background: #1f3745 !important;
	-webkit-transition: top 0.5s ease;
	-o-transition: top 0.5s ease;
	transition: top 0.5s ease;
	-webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.5));
	-webkit-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	opacity: 0.95;
}

.header-container .header__top,
.header-container nav {
	background: #0d1e26;
	color: #fff;
}


.header-container .header__top a,
.header-container nav a {
	color: #fff;
}


.header .navbar .dropdown-menu .dropdown-item {
	color: var(--color-theme-text);
}


.header .cart-count {
	color: #fff;
}

.badge {
	color: var(--color-theme-text);
}

@media (min-width: 992px) {

	.header .nav-link-cart,
	.header .navbar .nav-link {
		line-height: 20px;
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	.header li.nav-item:last-of-type {
		margin-right: 0;
	}
}

@media (max-width: 991px) {
	.navbar .container {
		text-align: center;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.header .navbar .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
	}
}

.header__top {
	color: #fff;
	padding: 10px 0 0;
	font-size: 13px;
}

.header__top .row {
	padding-bottom: 10px;
}

@media (max-width: 991px) {
	.header .navbar {
		background: var(--primary-darker-bg) !important;
	}

	.header-container .header__top,
	.header-container nav {
		position: relative;
	}

}

.header .navbar .dropdown-menu:last-of-type {
	min-width: 250px;
	max-width: 250px;
	width: auto;
	padding: 1em;
	background: var(--color-theme-background);
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.2));
	max-height: 80vh;
	overflow-y: auto;
}

.header .navbar .dropdown-menu:last-of-type .dropdown-item {
	color: var(--color-theme-text);
	font-weight: 400;
}

.header .navbar .dropdown-menu:last-of-type.submenu {
	position: inherit !important;
	filter: unset;
	background: var(--color-theme-border);
	padding: 0 1em;
	width: calc(250px - 2em);
	min-width: calc(250px - 2em);
	max-width: calc(250px - 2em);
}

.submenu:hover {
	display: block;
	transition: margin-right 4s ease-in-out 1s;
}

.dropdown-menu li {
	position: static;
}

.header .navbar .dropdown-menu:last-of-type.submenu li {
	margin-bottom: 0;
}

.header .navbar .dropdown-menu:last-of-type.submenu li a {
	padding: 15px 0;
}

.header .navbar .dropdown-menu:last-of-type.submenu .dropdown-item::before {
	border: none;
}

@media (max-width: 991px) {
	.header .navbar .dropdown-menu:last-of-type {
		min-width: unset;
		max-width: unset;
		max-height: unset;
		overflow-y: visible;
	}
}

/* -------------------- From html header ---------------------- */

.header .container {
	position: relative;
	max-width: 1400px
}

.header .cw-header-logo {
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
	/* top: 43px; */
}

.header .navbar .navbar-nav .nav-link {
	text-transform: uppercase
}

.cw-header-info {
	text-align: center;
}

@media(min-width: 992px) {

	section:not(.page-inventory-details) .header .header-container {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: 100%;
		z-index: 1030;
	}

	/** Adds top margin to all pages to account for fixed header**/
	section[class*="page-"]:not(.page-inventory-details) {
		margin-top: var(--cw-headerHeight);
	}

	:root {
		--cw-headerHeight: 220px;
	}

	@media (min-width: 992px) {
		:root {
			--cw-headerHeight: 176px;
		}
	}


	.header .navbar .navbar-nav .nav-link {
		text-shadow: 0 0 4px #000
	}

	.header .navbar.bg-primary.cw-scrolled {
		background: rgb(0 0 0/75%) !important
	}

	nav.navbar .container {
		min-height: 130px;
	}


	.cw-header-info .cw-header-logo {
		position: absolute;
		z-index: 1040;
		padding: 0;
		/* top: unset; */
	}

	/* keeps nav items on the right side of header */
	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}

	.header .navbar-nav:not(.navbar-cart) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 430px);
		justify-content: center;
	}

}




/* -------------------- Footer ---------------------- */

.footer__global {
	padding: 0;
}

.footer__global .business__info__wrapper .business__name {
	font-size: 24px;
	font-weight: 700;
}

.footer__global .footer__bg img {
	width: 100%;
}

.footer__global .footerNavItems h5 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
	color: unset;
}

@media (min-width: 992px) {
	.footer__global .footerNavItems h5 {
		font-size: 24px;
	}
}

.footer__global .footerNavItems ul li {
	margin-bottom: 10px;
}

.formDisclaimer__content-wrapper {
	color: var(#fff);
}

.stickybar__wrapper {
	position: -webkit-sticky;
	position: sticky;
	padding: 25px;
	top: 0;
	z-index: 1000;
	-webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
}

.stickybar__wrapper h1.hp__title {
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.stickybar__wrapper h1.srp__title {
	font-size: 20px;
}

.stickybar__wrapper .business__phone,
.stickybar__wrapper .business__phone a {
	font-size: 18px;
	margin-right: 20px;
}

.stickybar__wrapper .store__hours {
	font-size: 14px;
}

.stickybar__wrapper .collapseBtn__xtraContent {
	border-radius: 50px;
	margin: -10px auto -30px;
	width: 40px;
	height: 40px;
	padding-top: 5px;
}

.stickybar__wrapper .collapseBtn__xtraContent::before {
	font-family: fontawesome;
	content: "\f106";
	font-size: 18px;
}

.stickybar__wrapper .collapseBtn__xtraContent.collapsed::before {
	content: "\f107";
}

.stickybar__wrapper .collapseBtn__xtraContent hr {
	margin: 5px 0;
}

.stickybar__wrapper .cta__dropbtn {
	padding: 5px;
	margin-left: 20px;
	margin-right: 0;
}

.stickybar__wrapper .sticky__mobileCTA__dropdown .dropdown-menu i {
	margin-right: 10px;
	width: 20px;
	text-align: center;
}

.stickybar__wrapper .stickybar__CTA__wrapper>button {
	margin-bottom: 3px;
}

@media (max-width: 768px) {
	.stickybar__wrapper {
		padding: 15px 10px;
	}
}

.stickyCTA__footer__mobile__wrapper {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 500;
	-webkit-filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0 1px 10px rgba(0, 0, 0, 0.15));
}

.page__title1 {
	font-size: 2.25em;
	line-height: 1.3;
	display: block;
	padding-bottom: 10px;
	font-weight: 700;
}

.page__title__copy {
	margin-bottom: 50px;
}

.optional__label {
	font-size: 0.75em;
	font-weight: 400;
}

.section__title1 {
	font-size: 1.75em;
	line-height: 1.3;
	display: block;
	border-bottom: 5px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}

.section__title1.no-border {
	border: none;
	margin-bottom: 5px;
}

.section__copy {
	margin-bottom: 20px;
}

.section__copy .btn-link {
	color: var(--color-theme-header);
}

#homepage .section__title1 {
	font-size: 2.25em;
}

#homepage .section__title1.no-border {
	border: none;
	margin-bottom: 5px;
}

@media (max-width: 567px) {
	#homepage .section__title1 {
		font-size: 1.75em;
	}
}

.section__subtitle1 {
	font-size: 1.25em;
	line-height: 1.3;
	display: block;
	border-bottom: 5px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}

.section__subtitle1.no-border {
	border: none;
	margin-bottom: 5px;
}

.form-control {
	font-family: outfit, sans-serif;
	border: 1px solid var(--color-theme-border);
	border-radius: 0.25em;
	min-height: 50px;
	height: 50px;
}

.form-control.validation__invalid__input {
	border-color: #c72931;
}

.validation__invalid__copy {
	color: #c72931;
	font-size: 0.875em;
}

.form-control:focus {}

textarea.form-control {
	height: unset !important;
}

.form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -12px;
	margin-left: -12px;
	margin-bottom: 15px;
}

.form-row .col,
.form-row [class*="col-"] {
	padding-right: 12px;
	padding-left: 12px;
}

.form-check-inline {
	margin-right: 1.5rem;
}

.modal {}

.modal-content {
	color: var(#fff);
	border-color: var(--color-theme-border);
}

.modal-title {
	color: var(#fff);
	white-space: normal;
	word-break: break-word;
	font-size: 1.25em;
}

.photo__count {
	font-size: 1rem;
}

.modal-header {
	border-bottom: 1px solid var(--color-theme-border);
	padding: 25px;
}

.modal-header .close {
	color: #fff;
	opacity: 1;
}

.modal-header .close:hover,
.modal-header .close:focus,
.modal-header .close:active {
	color: #fff;
	opacity: 0.7;
}

.modal-header .close-btn {
	float: none;
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 9;
	font-size: 25px;
	line-height: 40px;
	border-radius: 40px;
	padding: 0;
}

.modal-header .close-btn span {
	margin: 0;
	height: 40px;
	width: 40px;
	display: block;
}

.modal-header .close-btn:hover,
.modal-header .close-btn:focus,
.modal-header .close-btn:active,
.modal-header .close.close-btn:focus,
.modal-header .close.close-btn:hover {
	opacity: 1;
}

.modal-header .close:not(.close-btn) {
	font-size: 1.5em;
	margin-top: -1rem;
	padding: 12px 15px;
}

.close,
.modal-header .close-btn,
.modal-header .close:not(.close-btn),
.product-remove {
	font-family: Arial, sans-serif !important;
	font-weight: 700 !important;
}

@media (max-width: 767px) {
	.modal-title {
		font-size: 1em;
	}

	.photo__count {
		font-size: 0.75rem;
	}
}

.modal__slim {
	text-align: center;
}

.modal__slim .modal-header {
	border-bottom: 0;
	padding: 25px 25px 0;
}

.modal__slim .modal-body {
	padding: 20px 50px 50px;
}

.modal__slim h3 {
	font-size: 24px;
}

.modal__slim p {
	margin-bottom: 0;
}

body {
	font-family: var(--cw-sitefont);
}

.social__share .social__icon {
	font-size: 20px;
	margin-right: 15px;
}

.social__share .social__icon:last-of-type {
	margin-right: 0;
}

.social__share .social__icon.fb {
	color: #1877f2;
}

.social__share .social__icon.twitter {
	color: #1d9bf0;
}

.social__share .social__icon.email {
	color: #333;
}

.social__share .social__icon.share-link {
	color: #333;
}

.star-crash i {
	padding-right: 2px;
	color: #ffc109;
}

.container {
	align-content: center;
}

.tighter-col .row {
	margin-right: -4px;
	margin-left: -4px;
}

.tighter-col [class*="col-"] {
	padding-left: 4px;
	padding-right: 4px;
}

.larger-col .row {
	margin-right: -25px;
	margin-left: -25px;
}

.larger-col [class*="col-"] {
	padding-left: 25px;
	padding-right: 25px;
}

a,
a:hover,
a:active,
a:focus,
.btn-link,
.btn-link:hover,
.btn:focus,
.btn:hover {
	text-decoration: none !important;
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.a__light {
	color: var(--white);
}

.a__dark {
	color: #333;
}

.btn {
	padding: 12px 15px;
	min-height: 50px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}

.btn:not(.form-control) {
	white-space: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.bootstrap-select .btn:not(.form-control) {
	white-space: nowrap;
	min-height: 56px;
	border: 1px solid #ddd;
}

html.touch *:hover {
	pointer-events: none !important;
}

.btn:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn:hover:before,
.btn.active:before,
.btn:active:before {
	right: 0;
}

.btn.disabled:before {
	display: none;
}

.btn.disabled,
.btn.disabled:hover {
	pointer-events: none;
	cursor: default;
}

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}

.close,
.close:focus,
.close:hover,
.close:active {
	text-shadow: none !important;
}

.btn-primary:hover,
.form .btn-primary:hover,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-secondary:hover,
.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn-outline-secondary:hover,
.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
	background-color: var(--color-theme-highlight) !important;
	color: #ffffff !important;
}

.btn-group-sm>.btn,
.btn-sm {
	font-size: 0.875rem;
	line-height: 1.5;
}

.btn-group-xs>.btn,
.btn-xs {
	padding: 0.35rem 0.7rem;
	font-size: 0.85rem;
	line-height: 1.5;
}

.btn-group-small>.btn,
.btn-small {
	padding: 0.6em 1em;
	font-size: 0.875rem;
	line-height: 1.7;
}

.btn-group-unset {
	border-color: var(--color-theme-border);
}

.btn-link,
a.btn-link,
.text-link {
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
	padding: 0 0 4px;
	display: inline-block;
	min-height: unset;
	font-weight: 400 !important;
	-webkit-transition: opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		-webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	-o-transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	-webkit-transition: opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		-webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	transition: opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		-webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		-webkit-transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8);
	transition: transform 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		opacity 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		height 0.35s cubic-bezier(0.35, 0.8, 0.35, 0.8),
		-webkit-transform 0.3s cubic-bezier(0.35, 0.8, 0.35, 0.8);
}

.btn-link::before,
.text-link::before {
	content: "";
	margin: 0 auto;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom-width: 2px;
	border-style: solid;
	position: absolute;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	-webkit-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	-moz-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	-o-transition: left 250ms ease-in-out, right 250ms ease-in-out;
	transition: left 250ms ease-in-out, right 250ms ease-in-out;
}

.btn-link:hover::before,
.btn-link:focus::before,
.text-link:hover::before,
.text-link:focus::before {
	opacity: 1;
	left: 0;
	right: 0;
}

.btn-link:focus {
	color: var(--color-theme-primary) highlight;
}

.btn50 {
	min-height: 50px;
}

.badge {
	border: 1px solid;
	font-size: 0.65em;
}

.page-link {
	display: inline-block;
	font-size: 0.9em;
	margin-left: 3px;
	margin-right: 3px;
	background-color: transparent;
	position: relative;
	z-index: 1;
	transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-webkit-box-shadow: 0 0 0 0 transparent;
	box-shadow: 0 0 0 0 transparent;
}

.page-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	top: 0;
	z-index: -1;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.page-link:hover::before,
.page-item.active .page-link::before {
	right: 0;
}

.page-link:focus::before {
	right: 0;
}

.page-link,
.page-link:focus,
.page-item.disabled .page-link {
	background-color: transparent;
	border-color: transparent;
}

.page-link:hover {
	background-color: transparent;
}

.featured__veh__mod1 {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/DF2B4F1543BC1C43F74DD7D1713D69B6.jpg);
	background-size: cover;
	min-height: 1100px;
	padding-top: 180px;
}

.page-home .inventoryslideshow {
	background: 0 0 !important;
	margin-bottom: 100px;
	padding: 0;
}

.page-home .inventoryslideshow:first-of-type {
	margin-top: -850px;
}

.page-home .inventoryslideshow .inventoryslideshow-title-heading {
	display: none;
}

section.page-home section.inventoryslideshow {
	margin-top: -780px;
}

section.page-home section.inventoryslideshow~section.inventoryslideshow {
	margin-top: unset !important;
}

.card__multi__style6 .item__card__details__wrapper .item__card__details .item__title h3,
.card__multi__style6 .item__card__details__wrapper .item__data {
	letter-spacing: -0.5px;
}

.card__multi__style6 .item__card__details__wrapper .item__card__details .item__title h3,
.card__multi__style6 .item__card__details__wrapper .card__addt__info__wrapper .veh__info__wrapper .veh__info__item .info__data {
	-webkit-box-orient: vertical;
	display: block;
	display: -webkit-box;
	overflow: hidden !important;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
}

.card__multi__style6 .item__card {
	border: 10px solid var(--inventoryslideshow-border) !important;
	border-radius: 0 !important;
}

.card__multi__style6 .item__card__photo img {
	width: 100%;
	border-radius: 0 !important;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	padding: 0;
}

.card__multi__style6 .item__card__details__wrapper {
	padding: 20px 20px 0;
}

@media (max-width: 767px) {
	section.page-home section.inventoryslideshow {
		margin-top: -720px;
	}
}

.shop__gearApparel__section {
	margin-top: -70px;
}

.shop__gearApparel__section.shop__gearApparel__bg__parallax {
	display: block;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	padding-top: 120px;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/FF6C997344D5F1B6D55993AB2DE16F77.jpg);
}

.shop__gearApparel__section.shop__gearApparel__bg__parallax .container {
	position: relative;
	z-index: 2;
}

.shop__gearApparel__section.shop__gearApparel__bg__parallax::after {
	overflow: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			from(#ffffff),
			to(transparent));
	background: -webkit-linear-gradient(bottom, #ffffff, transparent);
	background: -o-linear-gradient(bottom, #ffffff, transparent);
	background: linear-gradient(to top, #ffffff, transparent);
}

.shop__gearApparel__section .shop__gearApparel__content__wrapper {
	padding: 50px 0;
}

.shop__gearApparel__section .shop__gearApparel__content__img {
	margin-top: 50px;
}

.shop__gearApparel__section .blurb__content {
	text-align: center;
}

.shop__gearApparel__section .feat__gearApparel__title {
	font-size: 1em;
	font-weight: 700;
	margin-top: 10px;
}

.shop__gearApparel__section .feat__gearApparel__price {
	margin-bottom: 20px;
}

.shop__gearApparel__section .shop__popular__links {
	-webkit-column-count: 3;
	column-count: 3;
	margin-bottom: 20px;
}

.product-img-containter {
	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));
}

.productslideshow {
	padding-top: 0;
}

.hp__hero__powersports {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0321A5EEB4C3807CFC6C5B85F32B5DE.jpg);
	background-position: center 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: -webkit-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: -o-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: linear-gradient(-290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 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/E6EC97DDD8951993FBF3A470474356CA.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 {
	-webkit-column-count: 3;
	column-count: 3;
	margin-bottom: 20px;
}

@media (max-width: 1200px) {
	.hp__hero__powersports__overlay {
		background: -webkit-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 30%,
				#67939f 30%,
				#1f3745 100%);
		background: -o-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 30%,
				#67939f 30%,
				#1f3745 100%);
		background: linear-gradient(-290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 30%,
				#67939f 30%,
				#1f3745 100%);
	}

	.hp__hero__powersports__content__wrapper {
		margin-left: 40%;
	}
}

@media (max-width: 767px) {
	.hp__hero__powersports__overlay {
		background: -webkit-gradient(linear,
				left top,
				right top,
				from(rgba(255, 255, 255, 0)),
				color-stop(0%, rgba(255, 255, 255, 0)),
				color-stop(0%, #67939f),
				to(#1f3745));
		background: -webkit-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
		background: -o-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 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;
	}
}

.repair__service__section {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/152C9AA87AA265C396925C56AE5A1323.jpg);
	background-size: cover;
	min-height: 1200px;
	margin-top: 50px;
}

.repair__service__section .title__badge {
	margin-bottom: 5px;
}

.repair__service__section .title__badge span {
	background-color: var(--color-theme-primary);
	color: #fff;
	padding: 5px 15px;
	border-radius: 6px;
	border: 2px solid var(--primary-dark-text);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.repair__service__section .repair__item__wrapper {
	margin-bottom: 40px;
}

.repair__service__section .repair__item__wrapper:last-of-type {
	margin-bottom: 0;
}

.repair__service__section .repair__item__wrapper .repair__item__content.txtL {
	text-align: left;
}

.repair__service__section .repair__item__wrapper .repair__item__content.txtR {
	text-align: right;
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
	padding: 10px;
	min-width: 80px;
	min-height: 80px;
	border: 1px solid var(--color-theme-border);
	border-radius: 100%;
	background-color: var(--color-theme-primary);
	outline: 2px dashed var(--color-theme-primary);
	outline-offset: 5px;
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__left {
	margin-left: 10px;
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__right {
	margin-right: 10px;
}

.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper img {
	max-width: 44px;
	max-height: 44px;
}

.repair__service__section .repair__item__wrapper .repair__item__headline {
	font-size: 20px;
	line-height: 1;
}

.repair__service__section .repair__item__wrapper .repair__item__subheadline {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.repair__service__section .shop__popular__links {
	-webkit-column-count: 3;
	column-count: 3;
	margin-bottom: 20px;
}

.repair__vehicle {
	max-height: 600px;
}

@media (max-width: 767px) {

	.repair__service__section .repair__item__wrapper .repair__item__headline,
	.repair__service__section .repair__item__wrapper .repair__item__subheadline {
		font-size: 14px;
	}

	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
		min-width: 50px;
		min-height: 50px;
	}

	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper img {
		max-width: 24px;
		max-height: 24px;
	}

	.repair__service__section {
		min-height: 1000px;
	}
}

@media (max-width: 576px) {
	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
		min-width: 24px;
		min-height: 24px;
	}

	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper img {
		max-width: 12px;
		max-height: 12px;
	}

	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper {
		padding: 5px;
		outline-offset: 2px;
		outline: 1px dashed var(--color-theme-primary);
	}

	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__right {
		margin-right: 0;
	}

	.repair__service__section .repair__item__wrapper .repair__item__icon__wrapper.icon__left {
		margin-left: 0;
	}

	.repair__service__section .repair__item__wrapper .repair__item__headline,
	.repair__service__section .repair__item__wrapper .repair__item__subheadline {
		font-size: 12px;
	}

	.repair__service__section .repair__item__wrapper {
		margin-bottom: 20px;
	}
}

.message__about__section {
	margin-top: 150px;
}

.about__section {
	margin-top: 20px;
	margin-left: auto;
}

.about__section .about__img {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/19F668EAE146D6B0E658FC8EA7CF6D04.jpg);
	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));
}

.page-home .form {
	padding-top: 0;
}

.page-home .form-wrap textarea {
	height: 4em !important;
}

.page-home .form-container .form-wrap {
	background: #fff;
}

@media (min-width: 576px) {
	.page-home .form-container .form-wrap {
		background: #fff;
		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));
		width: 100%;
		padding: 25px;
	}
}

@media (min-width: 768px) {
	.about__section {
		margin-top: -740px;
	}

	.page-home .form-container .form-wrap {
		width: 48%;
		padding: 50px;
	}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.shopAll__section {
	margin-top: -70px;
}

.shopAll__section.shopAll__bg__parallax {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	background-color: var(--color-theme-primary);
	padding-top: 120px;
	margin-bottom: 30px;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/59725997A011C356C1487868E9FEFEA5.jpg);
	width: 100%;
	margin-top: 1px;
}

.shopAll__section.shopAll__bg__parallax .container {
	position: relative;
	z-index: 2;
}

.shopAll__section.shopAll__bg__parallax::after {
	overflow: hidden;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			from(#ffffff),
			to(transparent));
	background: -webkit-linear-gradient(bottom, #ffffff, transparent);
	background: -o-linear-gradient(bottom, #ffffff, transparent);
	background: linear-gradient(to top, #ffffff, transparent);
}

.shopAll__section .title__badge {
	margin-bottom: 5px;
}

.shopAll__section .title__badge span {
	background-color: var(--color-theme-primary);
	color: #fff;
	padding: 5px 15px;
	border-radius: 6px;
	border: 2px solid var(--primary-dark-text);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.shopAll__section .shopAll__content__wrapper {
	padding: 50px 0;
}

.shopAll__section .shopAll__content__img {
	margin-top: 50px;
}

.shopAll__section .shopAll__popular__links {
	margin-bottom: 20px;
}

.hp__contentBlurb__style2 {
	margin-top: 50px;
}

.hp__contentBlurb__style2 .blurb__wrapper {
	padding: 0 30px;
	margin-bottom: 20px;
	margin-right: 0;
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__img__wrapper img {
	margin-bottom: 20px;
	width: 100%;
}

.page-home .popular-vehicles-sections {
	position: relative;
	z-index: 100;
	padding: 50px 50px 10px;
	background: #0d1e26;
}

.page-home .popular-vehicles-section {
	margin-bottom: 0 !important;
	font-size: 1em;
	margin-top: 30px;
}

.page-home .popular-vehicles-section-panel {
	display: none;
	background: #0d1e26;
}

.page-home .popular-vehicles-section-heading {
	cursor: pointer;
	position: absolute;
	top: 0;
	width: auto;
	height: 20px;
	line-height: 1rem;
	font-size: 1.25rem;
	color: #fff;
	margin-top: 50px;
}

.page-home .popular-vehicles-section-heading:after {
	margin-left: 0.25rem;
	font-style: normal;
	font-weight: 400;
}

.page-home .popular-vehicles-section:nth-of-type(1) h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-home .popular-vehicles-section:nth-of-type(2) h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 200px;
}

.page-home .popular-vehicles-section:nth-of-type(3) h2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 500px;
}

.page-home .popular-vehicles-section-panel a {
	margin: 0.5rem 0;
	color: #fff;
}

.page-home h2.selected {
	color: #fff;
	border-bottom: 2px solid #fff;
}

.page-home h2.selected~.popular-vehicles-section-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-home .popular-vehicles-sections .popular-vehicle-link:first-line {
	font-weight: 700 !important;
}

.page-home .popular-vehicles-sections ::-webkit-scrollbar {
	width: 10px;
}

.page-home .popular-vehicles-sections ::-webkit-scrollbar-thumb {
	background-color: #ddd;
	outline: none;
}

@media (max-width: 767px) {
	.page-home .popular-vehicles-section:nth-of-type(2) h2 {
		margin-left: 0;
		margin-top: 90px;
	}

	.page-home .popular-vehicles-section:nth-of-type(3) h2 {
		margin-left: 0;
		margin-top: 130px;
	}

	.page-home h2.selected~.popular-vehicles-section-panel {
		margin-top: 120px;
	}

	.page-home .popular-vehicles-sections {
		padding: 50px 0 10px;
	}
}

#homepage .module {
	margin-bottom: 0;
}

section {
	position: relative;
}

.form__hero {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 60% auto;
	padding: 50px 0;
	position: relative;
	margin-top: 30px;
	margin-bottom: 30px;
}

.form__hero__overlay {
	height: 120%;
	width: 100%;
	top: -30px;
	left: 0;
	position: absolute;
	background-color: transparent;
	background: -webkit-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: -o-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: linear-gradient(290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 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;
}

.form__hero__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #fff;
}

.form__hero__content__wrapper {
	margin-right: 56%;
}

@media (max-width: 991px) {
	.form__hero__overlay {
		background: -webkit-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
		background: -o-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
		background: linear-gradient(290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
	}

	.form__hero__content__wrapper {
		margin-right: 25%;
		padding-right: 50px;
	}
}

@media (max-width: 567px) {
	.form__hero__overlay {
		background: -webkit-gradient(linear,
				left top,
				right top,
				from(rgba(255, 255, 255, 0)),
				color-stop(0%, rgba(255, 255, 255, 0)),
				color-stop(0%, #67939f),
				to(#1f3745));
		background: -webkit-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
		background: -o-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
	}

	.form__hero {
		padding: 25px 0;
	}

	.form__hero__content__wrapper {
		padding-right: 0;
	}

	.form__hero__content__wrapper {
		margin-right: 0;
	}
}

.page-financing .form,
.page-shopping-request .form,
.page-value-my-trade .form,
.page-work-with-us .form,
.page-contact-us .form {
	padding-top: 0;
}

.page-financing .form .form-forms-header:first-of-type,
.page-shopping-request .form .form-forms-header:first-of-type,
.page-value-my-trade .form .form-forms-header:first-of-type,
.page-work-with-us .form .form-forms-header:first-of-type,
.page-contact-us .form .form-forms-header:first-of-type,
.page-financing .form .form-forms-text:first-of-type,
.page-shopping-request .form .form-forms-text:first-of-type,
.page-value-my-trade .form .form-forms-text:first-of-type,
.page-work-with-us .form .form-forms-text:first-of-type,
.page-contact-us .form .form-forms-text:first-of-type {
	display: none;
}

.form__financing__hero {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/D0AE225114BAC278F5DC919BE40B07E4.jpg);
}

.form__shoppingRequest__hero {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/033FEDCC0FC573A3147050C0D948327A.jpg);
}

.form__valueMyTrade__hero {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/50EE659868B8F6F3187DD0EBC02071A8.jpg);
}

.form__workWithUs__hero {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5E1296DA405F5688CE082221ED62A2E1.jpg);
}

.form__contactUs__hero {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=600,w=800/6C0D608071EE4BD094868B8BEEC3321C.jpg);
}

@media (min-width: 1500px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1500px;
	}
}

@media (min-width: 992px) {
	section:not(.page-inventory-details)[class*="page-"] {
		/* margin-top: 150px; */
	}
}

.page-home,
.page-link,
.page-item {
	margin-top: unset !important;
}

.txt-light {
	color: #fff;
}

.btn-link {
	color: var(--color-theme-primary);
}

.pipe {
	padding: 0 15px;
}

.btn-primary {
	border-color: var(--color-theme-primary) !important;
	background: var(--color-theme-primary) !important;
	color: var(--color-theme-header) !important;
}

.btn-primary:hover {
	border-color: var(--color-theme-highlight) !important;
	background: var(--color-theme-highlight) !important;
	color: #fff !important;
}

.btn-secondary {
	border-color: var(--color-theme-secondary) !important;
	background: var(--color-theme-secondary) !important;
	color: var(--color-theme-header) !important;
}

.btn-secondary:hover {
	border-color: var(--color-theme-highlight) !important;
	background: var(--color-theme-highlight) !important;
	color: #fff !important;
}

/* .btn-secondary:before {
	background: unset;
} */

.section__bg__alt {
	background: var(--cw-light-bg);
}

.section__padd50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section__padd100 {
	padding: 100px auto;
}

.brdr__rad10 {
	border-radius: 10px;
}

.mt100 {
	margin-top: 100px;
}

.mb100 {
	margin-bottom: 100px;
}

.store__hours .hours__status.hours__status__closed {
	background: #c72931;
	color: #fff !important;
}

.h1__title .page__title1__preHeadline {
	font-size: 0.75em;
	font-weight: 400;
	display: block;
}

.h1__title .page__title1 {
	font-size: 1.25em;
	line-height: 1;
	display: block;
	padding-bottom: 10px;
	font-weight: 700;
}

.h2__title .page__title1__preHeadline {
	font-size: 1em;
	font-weight: 400;
}

.h2__title .page__title1 {
	font-size: 1.5em;
	line-height: 1;
	display: block;
	padding-bottom: 10px;
	font-weight: 700;
}

.page__title__copy {
	margin-bottom: 50px;
}

.optional__label {
	font-size: 0.75em;
	font-weight: 400;
}

.section__title1 {
	font-size: 1.75em;
	line-height: 1.3;
	display: block;
	border-bottom: 5px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}

.section__title1.no-border {
	border: none;
	margin-bottom: 5px;
}

.section__subtitle1 {
	font-size: 1.25em;
	line-height: 1.3;
	display: block;
	border-bottom: 5px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}

.section__subtitle1.no-border {
	border: none;
	margin-bottom: 5px;
}

.section__copy {
	margin-bottom: 20px;
}

#homepage .section__title1 {
	font-size: 2.25em;
}

#homepage .section__title1.no-border {
	border: none;
	margin-bottom: 5px;
}

@media (max-width: 567px) {
	#homepage .section__title1 {
		font-size: 1.75em;
	}
}

label {
	font-size: 15px;
	margin-bottom: 0.3rem;
}

.help-block {
	background-color: transparent;
	color: #c72931;
	display: block;
	margin-top: 10px;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	font-family: unset;
}

/* .help-block::before {
	display: none;
} */

.form-row {
	margin-bottom: 20px;
}

.form-row:last-of-type {
	margin-bottom: 0;
}

label {
	font-weight: 700;
	margin-bottom: 0;
}

.form-select {
	min-height: 50px;
	max-height: 50px;
	line-height: unset;
	border: 0;
	border-bottom: 2px solid;
	border-radius: 4px;
	background-size: 50px 12px;
	background-position-x: 100%;
	border-color: var(--color-theme-border);
	cursor: pointer;
}

.form-select:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
	border-bottom: 2px solid var(--color-theme-secondary) !important;
}

.form-control {
	padding: 10px 15px;
	border: 0;
	border-bottom: 2px solid var(--color-theme-border);
	border-radius: 0;
	min-height: 50px;
	background-color: var(--cw-light-bg);
	border-radius: 4px;
	font-family: var(--cw-sitefont);
}

.form-control:focus {
	border-bottom: 2px solid var(--color-theme-primary);
	background-color: var(--cw-light-bg);
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-control.validation__invalid__input {
	border-color: #c72931;
	color: #c72931;
}

.validation__invalid__copy {
	color: #c72931;
	font-size: 0.875em;
}

.validation__invalid__label {
	color: #c72931;
}

.form-check-inline {
	margin-right: 1.5rem;
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent;
}

.form .smaller-cont.row {
	margin-bottom: 10px;
}

.disclaimerText {
	font-size: 10px;
}

.form .form-select {
	padding: 0;
}

.form label {
	font-weight: 700 !important;
}

.form-forms-header {
	font-size: 1.75rem;
}

.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%;
}

.loan-app-module .form-select {
	padding: 0 0.8em !important;
}

.hero__main {
	-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));
	position: relative;
	z-index: 1;
}

.hero__hp {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/563D3D06DAFF5C9E47D559B1593411AF.jpg);
	-webkit-clip-path: ellipse(125% 100% at 50% 0%);
	clip-path: ellipse(125% 100% at 50% 0%);
	background-size: cover;
	-webkit-box-shadow: 1px 5px 5px #333;
	box-shadow: 1px 5px 5px #333;
}

.hero__hp .hero__wrapper {
	width: 100%;
	height: 780px;
	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: #fff;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#0d1e26),
			to(rgba(13, 30, 38, 0)));
	background: -webkit-linear-gradient(top,
			#0d1e26 0%,
			rgba(13, 30, 38, 0) 100%);
	background: -o-linear-gradient(top, #0d1e26 0%, rgba(13, 30, 38, 0) 100%);
	background: linear-gradient(180deg, #0d1e26 0%, rgba(13, 30, 38, 0) 100%);
}

.hero__hp .hero__content {
	padding: 122px 0 50px;
	position: relative;
	z-index: 2;
}

.hero__hp .hero__content .hero__preline {
	display: block;
	margin-bottom: 10px;
}

.hero__hp .hero__content .hero__headline {
	font-size: 3.5rem;
	line-height: 0.9;
	font-weight: 700;
	margin-bottom: 10px;
}

.hero__hp .hero__content .hero__subhead {
	font-size: 2rem;
	font-weight: 700;
}

.hero__hp .hero__content .hero__copy {
	color: #fff;
	font-size: 1.1em;
}

.hero__hp .hero__content .hero__CTA i {
	font-size: 14px;
	margin-left: 10px;
}

.hero__hp .hero__content label,
.hero__hp .hero__content p {
	color: #fff;
}

/* .p-0 {
	margin-top: 0px !important;
} */

@media (max-width: 991px) {

	/* .p-0 {
		margin-top: 13px !important;
	} */

	.hero__style4 .hero__content .hero__headline {
		font-size: 4rem;
		line-height: 0.9;
	}

	.hero__style4 .hero__content .hero__content__xtra {
		display: none !important;
	}

	.hero__hp .hero__wrapper {
		height: unset;
		padding: 0 0 50px;
	}

	.hero__hp {
		-webkit-clip-path: ellipse(200% 100% at 50% 0%);
		clip-path: ellipse(200% 100% at 50% 0%);
	}

	.hp__search {
		margin-top: 30px;
	}
}

.inventory-search-module {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	z-index: 1000;
}

.inventory-search-module .container {
	position: relative;
}

.inventory-search-module .container .form__wrapper {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	-webkit-box-align: unset !important;
	-ms-flex-align: unset !important;
	align-items: unset !important;
	max-width: 350px;
	position: absolute;
	z-index: 2500;
	right: 0;
	width: 350px;
	background: var(--color-theme-tertiary);
	-webkit-transform: translateY(-420px);
	-ms-transform: translateY(-420px);
	transform: translateY(-420px);
	border: none;
}

.inventory-search-module .container .form__wrapper .search__input--classification {
	display: none;
}

.inventory-search-module .container .form__wrapper label {
	display: none;
}

.inventory-search-module .container .form__wrapper .search__input-make {
	position: absolute;
	width: 100%;
	right: 350px;
}

.inventory-search-module .container .form__wrapper .search__input--model {
	position: absolute;
	width: 100%;
	right: 350px;
	top: 86px;
}

.inventory-search-module .container .form__wrapper .search__input--min-year {
	width: 47%;
	position: absolute;
	right: 535px;
	top: 152px;
}

.inventory-search-module .container .form__wrapper .search__input--max-year {
	width: 47%;
	position: absolute;
	top: 152px;
	right: 350px;
}

@media (max-width: 1200px) {
	.inventory-search-module .container .form__wrapper {
		-webkit-transform: translateY(-590px);
		-ms-transform: translateY(-590px);
		transform: translateY(-590px);
		width: 450px;
		max-width: 450px;
	}

	.inventory-search-module .container .form__wrapper .search__input-make {
		position: unset;
		width: unset;
		right: unset;
	}

	.inventory-search-module .container .form__wrapper .search__input--model {
		position: unset;
		width: unset;
		right: unset;
		top: unset;
	}

	.inventory-search-module .container .form__wrapper .search__input--min-year {
		width: 47%;
		position: unset;
	}

	.inventory-search-module .container .form__wrapper .search__input--max-year {
		width: 43%;
		position: absolute;
		top: 152px;
		right: 20px;
	}

	/* .hero__hp .hero__content {
		padding: 180px 0;
	}

	.hero__hp .hero__wrapper {
		height: unset;
	} */
}

@media (max-width: 991px) {
	.hero__hp .hero__content {
		padding: 100px 0;
	}

	.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;
	}

	.inventory-search-module .container .form__wrapper .search__input-make {
		position: unset;
		width: unset;
		right: unset;
	}

	.inventory-search-module .container .form__wrapper .search__input--model {
		position: unset;
		width: unset;
		right: unset;
		top: unset;
	}

	.inventory-search-module .container .form__wrapper .search__input--min-year {
		width: unset;
	}

	.inventory-search-module .container .form__wrapper .search__input--max-year {
		width: unset;
		position: unset;
	}
}

@media (max-width: 576px) {
	.inventory-search-module .container .form__wrapper {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
}

.inventory .inventory-container {
	max-width: 1500px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.flex-card-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
	padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
	margin-top: var(--bs-gutter-y);
}


body .inventory .carousel-indicators {
	/* display: none; */
	bottom: 0px;
	margin-bottom: 0px;
}

.p-veh-card .card-top-img a {
	display: block;
}

.inventory-card-view .p-veh-card .card-top-img {
	/* height: unset !important;
	aspect-ratio: 1.33333333;
	overflow: hidden;
	position: relative; */
}

.inventory-card-view .p-veh-card .card-top-img img {
	/* min-height: unset !important;
	border-radius: 10px 10px 0 0;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover; */
	object-fit: contain;
}

.inventory-container .col-xl-10 {
	width: 100%;
}

.inventory-cta .btn:hover {
	color: #fff !important;
	background-color: var(--inventory-theme-highlight) !important;
}

.page-cars-for-sale .vehicleResults {
	/* background: 0 0; */
}

.page-cars-for-sale .inventory-seo-content {
	padding: unset !important;
	margin-top: 50px;
}

.page-cars-for-sale .popular-vehicles-sections {
	background-color: transparent;
}

.page-cars-for-sale .inventory-resultsSort {
	margin-bottom: 10px !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.page-cars-for-sale .inventory-resultsSort .form-inline {
	margin-left: auto !important;
}

.page-cars-for-sale .inventory-resultsSort .form-inline .inventory-sortSelect {
	min-height: 50px;
}

.page-cars-for-sale .vehicleResults {
	/* padding: unset; */
}

.page-cars-for-sale #vehicleCardsList .row {
	/* margin: unset; */
}

.srp-sidebar .card-title {
	/* margin-bottom: 0; */
}

.srp-sidebar .form-control-sm {
	/* min-height: unset; */
	/* max-height: unset; */
}

@media (max-width: 991px) {
	body .inventory .srp-sidebar {
		z-index: 1040;
	}
}

.inventory .srp-sidebar .card-header .card-title {
	color: #fff !important;
}

@media (min-width: 330px) {
	.hero__hp .hero__content .hero__headline {
		font-size: 3rem;
	}
}

@media (min-width: 440px) {
	.hero__hp .hero__content .hero__headline {
		font-size: 2.35rem;
	}

	.hero__hp .hero__content .hero__preline {
		font-size: 1.5rem;
	}
}

@media (min-width: 768px) {
	.hero__hp .hero__content .hero__headline {
		font-size: 3.75rem;
	}

	.hero__hp .hero__content .hero__preline {
		font-size: 2.25rem;
	}
}

@media (min-width: 992px) {
	.hero__hp .hero__content .hero__headline {
		font-size: 2.18rem;
	}

	.hero__hp .hero__content .hero__preline {
		font-size: 1.45rem;
	}
}

@media (min-width: 1160px) {
	.hero__hp .hero__content .hero__headline {
		font-size: 2.17rem;
	}
}

@media (min-width: 1200px) {
	.hero__hp .hero__content .hero__headline {
		font-size: 2.63rem;
	}

	.hero__hp .hero__content .hero__preline {
		font-size: 1.75rem;
	}
}

@media (min-width: 1400px) {
	.hero__hp .hero__content .hero__headline {
		font-size: 3.09rem;
	}

	.hero__hp .hero__content .hero__preline {
		font-size: 2.1rem;
	}

	.hero__hp .hero__content {
		padding: 321px 0 50px;
	}
}

@media (min-width: 1600px) {
	.hero__hp .hero__content .hero__headline {
		font-size: 4rem;
	}

	.hero__hp .hero__content .col-lg-5 {
		flex: 0 0 auto;
		width: 48.666667%;
	}
}


.inventory .btn-link.btn-clear-filter {
	color: #fff;
}

.inventory .vehicle-card.layout-1 .price-mileage-block .value {
	font-weight: 700 !important;
	font-size: 1.25em !important;
}

.filter-item-title .card-title {
	color: #333;
}

.filter-subsection-title {
	color: var(--primary-dark-text);
}

.k-input-solid {
	background-color: var(--cw-light-bg) !important;
	border-bottom: 2px solid var(--color-theme-border) !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block {
	padding: 10px 0 !important;
	border-radius: 6px;
	background-color: var(--cw-light-bg) !important;
}

.contact-widget {
	display: none;
}

.btn-outline-default {
	border-color: #dedede;
	color: #333;
}

.btn-outline-default:hover,
.btn-outline-default:hover:focus,
.btn-outline-default:not([disabled]):not(.disabled).active,
.btn-outline-default:not([disabled]):not(.disabled):active,
.show>.btn-outline-default.dropdown-toggle {
	background-color: #dedede;
	color: #333;
	border-color: #dedede;
}

.inventory-seo-content {
	margin-top: 20px;
	padding: 0 !important;
}

.inventory .srp-sidebar .card-header::before {
	content: none !important;
}

.popular-vehicle-link:first-line {
	font-weight: 700;
}

.inventory .card-header {
	background: #1f3745 !important;
	color: var(--color-theme-text-btn);
}

.inventory .btn-link.btn-clear-filter {
	color: #fff !important;
}

.inventory .vehicle-card ul.features-list .feature .feature-label {
	font-weight: 400 !important;
}

.inventory-resultsSort {
	margin-bottom: 20px !important;
}


.vdp__photoGrid.photo__grid2 .photo__item {
	border-radius: 10px;
}

.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 .btn-outline-secondary.active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
	color: #fff !important;
	background-color: var(--color-theme-primary) !important;
	border-color: var(--color-theme-primary) !important;
}

.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: #fff !important;
	background-color: var(--color-theme-highlight) !important;
	border-color: var(--color-theme-highlight) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: var(--color-theme-text) !important;
	color: var(--color-theme-text) !important;
}

/* .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-text) !important;
}

 .vdp-module-canvas-razor-wrapper .btn-secondary:before {
	background: var(--color-theme-primary) !important;
} 

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-primary) !important;
} */

.vdp-module-canvas-razor-wrapper .btn {
	padding: 10px 15px;
}

.vdp__message__mod {
	margin-top: unset !important;
}

.loan__calc__content .form-control {
	border-bottom: 2px solid var(--color-theme-border) !important;
	background: var(--cw-light-bg) !important;
}

.vdp__message__mod.module .vdp__message__wrapper {
	border: 10px solid var(--color-theme-border) !important;
	border-radius: 0 !important;
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
}

.wide-container .photo__grid3 .large__image .photo__thumbnail[PhotoGalleryWidgetCssScope] {
	border-radius: 0 !important;
	border: 10px solid var(--color-theme-border) !important;
	-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));
}

.wide-container .photo__grid3 .small__image .photo__thumbnail[PhotoGalleryWidgetCssScope] {
	border-radius: 0 !important;
	border: 10px solid var(--color-theme-border) !important;
	-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));
}

.photo__grid3 .photo__item[PhotoGalleryWidgetCssScope] {
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
}

.vdp__title__mod {
	max-width: 1500px;
	margin: 25px auto !important;
	padding: 0 10px;
}

.vdp__title__mod .section__title {
	padding: 20px !important;
	-webkit-filter: none !important;
	filter: none !important;
	background: #fff !important;
	border-bottom: 0 !important;
}

.vdp__title__mod .veh__price[VehicleHeadingWidgetCssScope] {
	font-family: var(--primary-font-family), sans-serif;
	color: #fff !important;
	background: var(--color-theme-primary);
	padding: 5px 15px;
	margin-bottom: 5px;
}

.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
	background: rgba(103, 147, 159, 0.1) !important;
}

.section__title,
.section__subtitle,
.section__callout__title {
	color: var(--color-theme-text) !important;
}

.page-inventory-details .section__title,
.page-inventory-details .section__title1 {
	font-size: 24px;
	border-bottom: 0;
	padding: 10px 20px;
	margin-bottom: 20px;
	font-weight: 700;
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn) !important;
}

.vdp__message__mod {
	background: #fff !important;
	padding: 25px !important;
	border: 10px solid var(--color-theme-border) !important;
	-webkit-filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.25)) !important;
	background: -webkit-gradient(linear,
			left bottom,
			left top,
			from(#ffffff),
			to(rgba(103, 147, 159, 0.5))) !important;
	background: -webkit-linear-gradient(bottom,
			#ffffff 0%,
			rgba(103, 147, 159, 0.5) 100%) !important;
	background: -o-linear-gradient(bottom,
			#ffffff 0%,
			rgba(103, 147, 159, 0.5) 100%) !important;
	background: linear-gradient(0deg,
			#ffffff 0%,
			rgba(103, 147, 159, 0.5) 100%) !important;
}

.vdp__message__mod .section__title {
	background: unset !important;
	padding: unset !important;
	color: var(--color-theme-text) !important;
}

.vdp__message__mod.module .vdp__message__wrapper {
	background: unset !important;
	padding: unset !important;
	border: unset !important;
	-webkit-filter: unset !important;
	filter: unset !important;
}

.form-forms-text {
	font-size: 1.75em;
}

p.form-forms-text {
	font-size: 1em;
}

.ourStory__section {
	margin: 100px auto;
}

.ourStory__section .signature {
	max-width: 120px;
}

.pageSection__title h1 {
	margin-bottom: 0;
}

.employees {
	background-color: #fff;
	padding-top: 20px;
}

.employee__title {
	padding: 50px 0 0;
	text-align: center;
	background-color: #fff;
}

.employee__title h1 {
	margin-bottom: 0;
}

.employees .card.employees-circle {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
	max-width: 23%;
	background-color: #fff;
	margin-bottom: 0;
}

.employees-img-square {
	border-radius: 10px;
}

.employees.employees-circles .employees-img-circle {
	border-radius: 10px;
	border-width: 2px;
}

.employees-img-circlephoto {
	border-radius: 10px;
}

.employees.employees-circles .employees-img-circle {
	border-top-color: var(--employees-border);
}

.employees .card.employees-circle .employees-contact {
	padding: 0 1.2em 1.2em;
}


/*--- new testimonials slider ---*/

.testimonials {
	background-color: #fff;
	position: relative;
	padding-top: 8px;
}

#customers-testimonials .item-details {
	text-align: left;
	background-color: #fff;
	color: #000;
	padding: 20px;
	border: 10px solid #EDEDED;
	-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));
}

#customers-testimonials .item-details h5 {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
}

#customers-testimonials .item-details p {
	font-size: 14px;
}

#customers-testimonials .item {
	text-align: center;
	margin-bottom: 80px;
}

.owl-carousel .owl-nav [class*="owl-"] {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.owl-carousel .owl-nav [class*="owl-"].disabled:hover {
	background-color: #D6D6D6;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
	width: 15px;
	height: 15px;
	line-height: 15px;
	border-radius: 50%;
	position: absolute;
	top: 26%;
	font-size: 12px;
	color: #000;
	border: 2px solid #000;
	text-align: center;
}

.owl-carousel .owl-prev {
	left: -20px;
}

.owl-carousel .owl-next {
	right: -20px;
}

@media (min-width: 768px) {

	.owl-carousel .owl-next,
	.owl-carousel .owl-prev {
		width: 50px;
		height: 50px;
		line-height: 45px;
		top: 26%;
		font-size: 32px;
	}

	.owl-carousel .owl-prev {
		left: -60px;
	}

	.owl-carousel .owl-next {
		right: -60px;
	}
}

@media (min-width: 992px) {
	#customers-testimonials .item-details {
		padding: 50px;
	}

	.owl-carousel .owl-next,
	.owl-carousel .owl-prev {
		width: 50px;
		height: 50px;
		line-height: 50px;
		top: 30%;
		font-size: 25px;
	}

	.owl-carousel .owl-prev {
		left: -70px;
	}

	.owl-carousel .owl-next {
		right: -70px;
	}

	.testimonials .container {
		max-width: 860px;
	}

	#customers-testimonials .owl-item {
		margin-right: -15px;
	}
}

@media (min-width: 1160px) {
	.testimonials .container {
		max-width: 1000px;
	}

	#customers-testimonials .owl-item {
		margin-right: 101px;
	}
}


/*---- end of slider ----*/

.hp__callout__style1 {
	color: #fff;
	text-align: center;
	background: #0d1e26;
	padding: 50px 0;
}

.hp__callout__style1 .callout__title {
	font-size: 2em;
}

.light__callout .hp__callout__style1 {
	background-color: #fafafa;
	border: 1px solid var(--color-theme-border);
	color: unset;
	padding: 25px;
	text-align: center;
	border-radius: 10px;
}

.light__callout .hp__callout__style1 .callout__title {
	font-size: 2em;
}

.page-shopping-request .form-wrap textarea {
	height: 4em !important;
}

.page-shopping-request .form-grid-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.page-value-my-trade .form-grid-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.page-value-my-trade .form-wrap textarea {
	height: 4em !important;
}

.page-work-with-us textarea {
	height: 4em !important;
}

.page-contact-us .form {}

.page-contact-us .form-wrap {}

.page-contact-us .form-wrap textarea {}

@media (max-width: 991px) {}

.business__info a {
	color: #333;
}

.business__hours__wrapper .business__hours__item {
	padding: 15px 0;
	border-bottom: 1px solid #ededed;
}

.business__hours__wrapper .business__hours__item:nth-child(even) {
	background-color: var(--cw-light-bg);
	border-radius: 4px;
}

.business__hours__wrapper .business__hours__item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.business__hours__wrapper .business__hours__item .hours__value {
	font-weight: 700;
}

.business__name {
	font-size: 1.25em;
}

.icon__wrapper {
	padding: 5px;
	width: 36px;
	height: 36px;
	border: 1px solid #ededed;
	background-color: #0d1e26;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}

.icon__wrapper i {
	color: #fff;
}

.business__img__wrapper {
	aspect-ratio: 1.77777778;
	overflow: hidden;
	position: relative;
	vertical-align: middle;
	margin-bottom: 10px;
}

.business__img__wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
}

.business__contact__info {
	margin-bottom: 10px;
}


footer.footer {
	padding-top: 0;
}

footer.footer>.container {
	display: none;
}

footer.footer .footer-bottom-section {
	border-top: none;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.footer__global {
	margin-top: 50px;
}

.footer__global .business__info__wrapper .business__name {
	font-size: 24px;
	font-weight: 700;
}

.footer__global .footerNavItems .nav__item__title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	color: unset;
}

.footer__global .footerNavItems ul li {
	margin-bottom: 10px;
}

.footer__global .business-hours {
	max-width: 350px;
}

.footer__global .business-hours .bh-title {
	padding-left: 0;
	border-left: 0;
	font-size: 24px;
	margin-bottom: 4px;
}

.footer__global .business-hours li {
	line-height: 1.7;
}

.footer__global .social__share .social__icon {
	margin-right: 15px;
}

.footer__global .social__share .social__icon:last-of-type {
	margin-right: 0;
}

.footer__global .social__share .social__icon i {}

.gallery .card-deck.d-flex .card {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 23%;
}

.page-home .gallery {
	padding-bottom: 0;
	margin-top: -250px;
	background: 0 0;
}

.gallery .row.card-deck.d-flex {
	margin-right: calc(-0.5 * var(--bs-gutter-x));
	margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.page-home .gallery .gallery-img-photo {
	border: 10px solid var(--color-theme-border);
}

.page-home .gallery .gallery-img-wrap {
	-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));
}

@media (max-width: 991px) {
	.page-home .gallery {
		margin-top: unset;
	}

	.gallery .card-deck.d-flex .card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 46%;
		flex: 0 0 46%;
		max-width: unset;
	}
}

.page-home .product-img-block img,
.page-products .product-img-block img {
	max-height: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.page-products-alt3 .product-img-block {
	background: #f2f2f2 !important;
}

.page-products-alt3 .product-img-block img {
	max-height: 100%;
	min-height: 100%;
	width: auto;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.page-products-alt .product-img-containter {
	border: 2px solid var(--color-theme-border);
	border-radius: 10px;
	-webkit-filter: none !important;
	filter: none !important;
}

.page-products-alt .product-img-block {
	background: #f2f2f2 !important;
}

.page-products-alt2 .product-img-containter {
	border: 2px solid #e4e4e4;
	border-radius: 10px;
	-webkit-filter: none !important;
	filter: none !important;
}

.page-products-alt2 .product-img-block img {
	max-height: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.inventory .card {
	color: var(--inventory-text);
	background: var(--inventory-cardbackground);
	border-color: var(--inventory-border);
	border: 10px solid var(--inventoryslideshow-border) !important;
	border-radius: 0 !important;
	-webkit-box-shadow: -1px 6px 3px rgba(0, 0, 0, 0.2) !important;
	box-shadow: -1px 6px 3px rgba(0, 0, 0, 0.2) !important;
}

.productdetails-owlslider-main.owl-carousel .owl-item img {
	width: 100%;
}

.productdetails .productdetails-owlslider-item .product-img-section img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}

.productdetails-owlslider-container {
	position: relative;
	overflow: hidden;
	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));
}

.page-service-repair .form {
	padding-top: 0;
}

.page-service-repair .form .form-forms-header {
	display: none;
}

.page-service-repair .form .form-forms-spacer[size="small"] .spacer {
	display: none;
}

.page-service-repair .employees .card.employees-square {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22.333333%;
	flex: 0 0 22.333333%;
	max-width: 22.333333%;
}

.service__hero {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/F0321A5EEB4C3807CFC6C5B85F32B5DE.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 100px 0;
	position: relative;
	margin-top: 50px;
}

.service__hero__overlay {
	height: 120%;
	width: 100%;
	top: -50px;
	left: 0;
	position: absolute;
	background-color: transparent;
	background: -webkit-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: -o-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: linear-gradient(290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 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;
}

.service__hero__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #fff;
}

.service__hero__content__wrapper {
	margin-right: 56%;
}

@media (max-width: 991px) {
	.service__hero__overlay {
		background: -webkit-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
		background: -o-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
		background: linear-gradient(290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
	}

	.service__hero__content__wrapper {
		margin-right: 25%;
		padding-right: 50px;
	}
}

@media (max-width: 567px) {
	.service__hero__overlay {
		background: -webkit-gradient(linear,
				left top,
				right top,
				from(rgba(255, 255, 255, 0)),
				color-stop(0%, rgba(255, 255, 255, 0)),
				color-stop(0%, #67939f),
				to(#1f3745));
		background: -webkit-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
		background: -o-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
	}

	.service__hero {
		padding: 25px 0;
	}

	.service__hero__content__wrapper {
		padding-right: 0;
		margin-right: 0;
	}
}

.service__services {
	padding: 100px 0;
}

.service__services .repair__item__wrapper {
	margin-bottom: 40px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.service__services .repair__item__wrapper:last-of-type {
	margin-bottom: 0;
}

.service__services .repair__item__wrapper .repair__item__icon__wrapper {
	padding: 10px;
	min-width: 80px;
	min-height: 80px;
	max-width: 80px;
	max-height: 80px;
	border: 1px solid var(--color-theme-border);
	border-radius: 100%;
	background-color: var(--color-theme-primary);
	outline: 2px dashed var(--color-theme-primary);
	outline-offset: 5px;
}

.service__services .repair__item__wrapper .repair__item__icon__wrapper img {
	max-width: 44px;
	max-height: 44px;
}

.service__services .repair__item__wrapper .repair__item__headline {
	font-size: 20px;
	line-height: 1;
	margin-top: 20px;
}

.service__services .repair__item__wrapper .repair__item__subheadline {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}

.service__services .repair__item__wrapper .repair__desc {
	margin-top: 10px;
}

/* .service__roadside {
	background-image: url(../../img/service/roadside-assist.jpg);
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/0BC5FAE47DB1A548340B3F140CB2EB10.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 100px 0;
	position: relative;
} */

.service__roadside__overlay {
	height: 120%;
	width: 100%;
	top: -50px;
	left: 0;
	position: absolute;
	background-color: transparent;
	background: -webkit-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: -o-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: linear-gradient(-290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 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;
}

.service__roadside__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #fff;
}

.service__roadside__content__wrapper {
	margin-left: 56%;
}

@media (max-width: 991px) {
	.service__roadside__overlay {
		background: -webkit-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
		background: -o-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
		background: linear-gradient(-290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
	}

	.service__roadside__content__wrapper {
		margin-left: 25%;
		padding-left: 50px;
	}
}

@media (max-width: 567px) {
	.service__roadside__overlay {
		background: -webkit-gradient(linear,
				left top,
				right top,
				from(rgba(255, 255, 255, 0)),
				color-stop(0%, rgba(255, 255, 255, 0)),
				color-stop(0%, #67939f),
				to(#1f3745));
		background: -webkit-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
		background: -o-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
	}

	.service__roadside {
		padding: 25px 0;
	}

	.service__roadside__content__wrapper {
		padding-left: 0;
		margin-left: 0;
	}
}

.service__callout {
	color: #fff;
	text-align: center;
	background: #0d1e26;
	padding: 50px 0;
	max-width: 1500px;
	margin: auto;
}

.service__callout .callout__title {
	font-size: 2em;
}

.service__callout::before {
	content: "";
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/C65EF21888455239E527F4A3D77BFB2D.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 50% auto;
	opacity: 0.25;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.service__callout__wrapper {
	padding: 0 50px;
	position: relative;
	z-index: 1000;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.service__callout__wrapper .service__callout__item {
	padding: 0 25px;
}

.service__callout__wrapper .service__callout__item .service__callout__data {
	font-size: 2em;
	line-height: 1;
	font-weight: 700;
}

@media (min-width: 576px) {
	.service__callout__wrapper .service__callout__item .service__callout__data {
		font-size: 4em;
	}
}

.page-about-autoventure .form {
	padding: 0;
}

.page-about-autoventure .form .form-forms-header {
	display: none;
}

.page-about-autoventure .form .form-forms-spacer[size="small"] .spacer {
	display: none;
}

.page-about-autoventure .employees .card.employees-square {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 22.333333%;
	flex: 0 0 22.333333%;
	max-width: 22.333333%;
}

.aboutUs__hero {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2194DA4E284FB018DDC463B875523FBC.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 100px 0;
	position: relative;
	margin-top: 50px;
}

.aboutUs__hero__overlay {
	height: 120%;
	width: 100%;
	top: -50px;
	left: 0;
	position: absolute;
	background-color: transparent;
	background: -webkit-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: -o-linear-gradient(160deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: linear-gradient(290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 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;
}

.aboutUs__hero__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #fff;
}

.aboutUs__hero__content__wrapper {
	margin-right: 56%;
}

@media (max-width: 991px) {
	.aboutUs__hero__overlay {
		background: -webkit-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
		background: -o-linear-gradient(160deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
		background: linear-gradient(290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
	}

	.aboutUs__hero__content__wrapper {
		margin-right: 25%;
		padding-right: 50px;
	}
}

@media (max-width: 567px) {
	.aboutUs__hero__overlay {
		background: -webkit-gradient(linear,
				left top,
				right top,
				from(rgba(255, 255, 255, 0)),
				color-stop(0%, rgba(255, 255, 255, 0)),
				color-stop(0%, #67939f),
				to(#1f3745));
		background: -webkit-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
		background: -o-linear-gradient(left,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
	}

	.aboutUs__hero {
		padding: 25px 0;
	}

	.aboutUs__hero__content__wrapper {
		padding-right: 0;
		margin-right: 0;
	}
}

.aboutUs__hero__testimonial {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/76D2171BCFBD9AF5F44108A08DD95A50.jpg);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 100px 0;
	position: relative;
}

.aboutUs__hero__testimonial__overlay {
	height: 120%;
	width: 100%;
	top: -50px;
	left: 0;
	position: absolute;
	background-color: transparent;
	background: -webkit-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: -o-linear-gradient(20deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 100%);
	background: linear-gradient(-290deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 50%,
			#67939f 50%,
			#1f3745 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;
}

.aboutUs__hero__testimonial__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #fff;
}

.aboutUs__hero__testimonial__content__wrapper {
	margin-left: 56%;
}

@media (max-width: 991px) {
	.aboutUs__hero__testimonial__overlay {
		background: -webkit-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
		background: -o-linear-gradient(20deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
		background: linear-gradient(-290deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 20%,
				#67939f 20%,
				#1f3745 100%);
	}

	.aboutUs__hero__testimonial__content__wrapper {
		margin-left: 25%;
		padding-left: 50px;
	}
}

@media (max-width: 567px) {
	.aboutUs__hero__testimonial__overlay {
		background: linear-gradient(90deg,
				rgba(255, 255, 255, 0) 0%,
				rgba(255, 255, 255, 0) 0%,
				#67939f 0%,
				#1f3745 100%);
	}

	.aboutUs__hero__testimonial {
		padding: 25px 0;
	}

	.aboutUs__hero__testimonial__content__wrapper {
		padding-left: 0;
		margin-left: 0;
	}
}

.faq__section {
	margin: 0 0 100px;
}

.faq__section .section__img__wrapper {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=960,w=1280/3109FDD78B9407F2231A9AC70EA69A3F.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.faq__section .section__img__wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.faq__section .section__title__content {
	padding: 50px;
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.faq__section .section__title__content .section__title__wrapper {
	width: 30%;
}

.faq__section .section__title__content .section__title1 {
	border-bottom: 0;
	margin-bottom: 0;
	line-height: 1;
	color: #fff;
}

.faq__section .section__title__content .section__copy {
	margin-bottom: 0;
	color: #fff;
}

.faq__section .accordion-flush .accordion-item {
	border: none;
	margin-bottom: 10px;
}

.faq__section .accordion-flush .accordion-button:not(.collapsed) {
	background-color: var(--cw-light-bg);
	border: 1px solid var(--color-theme-border);
	color: var(--color-theme-text);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 700;
}

.faq__section .accordion-flush .accordion-button {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	font-size: 1rem;
	color: var(--bs-accordion-btn-color);
	text-align: left;
	background-color: var(--cw-light-bg);
	border: 1px solid var(--color-theme-border);
	overflow-anchor: none;
	-webkit-transition: var(--bs-accordion-transition);
	-o-transition: var(--bs-accordion-transition);
	transition: var(--bs-accordion-transition);
	padding: 20px;
	border-radius: 10px !important;
}

.faq__section .accordion-flush .accordion-button::after {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-image: none;
	background-repeat: no-repeat;
	background-size: 1.25rem;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.faq__section .accordion-flush .accordion-button:not(.collapsed)::after {
	background-image: none;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.faq__section .accordion-flush .accordion-button:focus {
	border-color: var(--color-theme-border);
}

/* .p-2{
    padding: 3.5rem!important;  
} */

/* .sitemap {
	padding-top: 3em;
	padding-bottom: 5em;
}

@media (min-width: 992px) {
	.sitemap {
		padding-top: 13em;
	}

} */

.form .btn-primary::before {
	background: none;
}

@media(min-width: 992px) {
	.inventorydetails {
		/* padding-top: 3.8em; */
	}
}

.creditQualifyPage {
	padding: 2em 0;
}


/* --- and add this code to help with overlapping ---------- */
/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
	z-index: 1029 !important;
}

/* resets z-index higher than navbar when a modal is open. */
.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
	z-index: 1055 !important;
}

/* @media(min-width: 992px) {
	.page-inventory-details .header .cw-header-logo {
		top: 0px !important;
		position: absolute;
	}
} */