@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;700&display=swap');

/* CustomColor */
:root {
	--sitefont: 'Outfit', sans-serif;
}

:root {
	--primary-dark-bg: #1a1b1c;
	--primary-dark-txt: #333;
	--primary-light-bg: #fafafa;
	--color-theme-secondary-hover: #262728;
}

/* In sitebuilder - choose Montserrat as the body & header font */
.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);
}


@media (min-width: 1500px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl,
	.container-xxl {
		max-width: 1500px;
	}
}

.btn-link {
	color: var(--color-theme-primary);
}

.pipe {
	padding: 0 15px;
}

/** btn-secondary **/
.btn-secondary {
	border-color: var(--color-theme-secondary) !important;
	background: var(--color-theme-secondary) !important;
	color: var(--color-theme-text-btn) !important;
}

.btn-secondary:hover {
	border-color: var(--color-theme-secondary-hover) !important;
	background: var(--color-theme-secondary-hover) !important;
	color: var(--color-theme-text-btn) !important;
}

.btn-secondary:before {
	background: unset;
}

.section__bg__alt {
	background: var(--primary-light-bg);
}

.section__padd50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.section__padd100 {
	padding: 100px auto;
}

.brdr__rad10 {
	border-radius: 10px;
}

/* Page Titles */
.page__title1 {
	font-size: 2.25em;
	line-height: 1.3;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}

.page__title__copy {
	margin-bottom: 50px;
}

.optional__label {
	font-size: 0.75em;
	font-weight: 400;
}

/* Section Titles */
.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: bold;
}

.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: bold;
}

.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;
	}
}

/*  Homepage - Hero - Module */
.cw-search-hero {
	position: relative;
	z-index: 1;
}

.cw-search-hero .cw-svg {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: -1px;
	line-height: 0;
	width: 100%;
	height: clamp(40px, 5vw, 120px);
}

.cw-search-hero .cw-svg polygon {
	fill: #ffffff;
}

.cw-search-hero .cw-bg-wrap {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4582566C98EC2A70C44805F060E85AAD.jpg");
	background-size: cover;
	background-position: center;
	width: 100%;
	min-height: 550px;
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.cw-search-hero .cw-bg-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(180deg, #0d1e26 0%, rgba(13, 30, 38, 0) 100%);
}

.cw-search-hero .cw-heroContent {
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}

.cw-search-hero .cw-heroContent .cw-heroPreline {
	display: block;
	margin-bottom: 10px;
	font-size: 2em;
	font-weight: bolder;
	line-height: 65px;
}

.cw-search-hero .cw-heroContent .cw-herolocation {
	font-size: 0.45em !important;
	line-height: 0 !important;
}

.cw-search-hero .cw-heroContent p {
	color: #fff;
	font-size: 1.1em;
}

.cw-search-hero .cw-heroContent label,
.cw-search-hero .cw-heroContent p {
	color: #fff;
}

/* -------------------- inventory search module ---------------------- */
/* hide search labels */
.page-home .inventory-search-module .container .form__wrapper label {
	display: none;
}

/*  Homepage - Search Module */
.page-home .inventory-search-module {
	display: flex;
}

.page-home .inventory-search-module .container {
	position: relative;
}

.page-home .inventory-search-module .container .form__wrapper {
	padding: 0;
	border: 0;
}

@media (min-width: 992px) {
	.page-home .inventory-search-module .container .form__wrapper {
		position: absolute;
		z-index: 5;
		right: 0;
		top: -550px;
		width: 500px;
		max-width: 500px;
		padding: 20px;
		display: flex;
		flex-direction: column;
		align-items: unset;
		border: none;
	}

	.page-home .inventory-search-module .search__input {
		min-width: 40%;
		flex-basis: 90%;
		flex-grow: 1;
	}

	.page-home .inventory-search-module .container .form__wrapper .search__input--min-year,
	.page-home .inventory-search-module .container .form__wrapper .search__input--max-year {
		min-width: 45%;
		flex-basis: 45%;
	}
}

@media (min-width: 1200px) {
	.page-home .inventory-search-module .container .form__wrapper {
		top: -420px;
		width: 700px;
		max-width: 700px;
	}

	.page-home .inventory-search-module .search__input.search__input-make {
		order: 1;
	}

	.page-home .inventory-search-module .search__input.search__input--model {
		order: 3;
	}

	.page-home .inventory-search-module .search__input.search__input--min-year {
		order: 5;
	}

	.page-home .inventory-search-module .search__input.search__input--max-year {
		order: 6;
	}

	.page-home .inventory-search-module .search__input.search__input--max-price {
		order: 2;
	}

	.page-home .inventory-search-module .search__input.search__input--max-mileage {
		order: 4;
	}

	.page-home .inventory-search-module .search__input:last-of-type {
		order: 7;
	}

	.page-home .inventory-search-module .search__input {
		min-width: 40%;
		flex-basis: 45%;
		flex-grow: 1;
	}

	.page-home .inventory-search-module .container .form__wrapper .search__input--min-year,
	.page-home .inventory-search-module .container .form__wrapper .search__input--max-year {
		min-width: 20%;
		flex-basis: 20%;
	}
}

/* Shop by Model */
.cw-ShopbyModel a:hover img {
	transform: scale(1.2);
	transition: all .3s ease;
	filter: saturate(0%);
}

.cw-ShopbyModel a:hover span {
	color: #333333;
}

/* Homepage - Finance Section */
.finance__section .finance__content__wrapper {
	padding: 50px 0;
}

.finance__section .finance__content__img {
	margin-top: 50px;
}

.finance__section .blurb__title {
	font-size: 1.5em;
	font-weight: 700;
	margin-top: 10px;
}

.finance__section .blurb__copy {
	margin-bottom: 20px;
}

.finance__section .blurb__wrapper {
	margin-bottom: 20px;
}

.finance__section .blurb__wrapper:last-of-type {
	margin-bottom: 0;
}

.finance__section .blurb__wrapper .blurb__icon__wrapper {
	padding: 10px;
	min-width: 80px;
	min-height: 80px;
	border: 1px solid var(--color-theme-border);
	border-radius: 10px;
}

.finance__section .blurb__wrapper .blurb__icon__wrapper i {
	font-size: 2em;
}

.finance__section .blurb__wrapper img {
	width: 50px;
	margin-right: 10px;
}

.finance__section .blurb__wrapper .blurb__title {
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.finance__section .finance__content__wrapper {
		padding-top: 0px;
	}
}

/* Homepage - Contact Us Section */
.page-home .form-wrap {
	width: 50%;
}

.page-home .form-wrap textarea {
	height: 4em !important;
}

/* Homepage - Callout Modules */
.hp__callout__style1 {
	color: white;
	text-align: center;
	background-color: #262728;
	padding: 50px 0;
}

.hp__callout__style1 .callout__title {
	font-size: 2em;
}

.light__callout .hp__callout__style1 {
	background-color: #fafafa;
	border: 1px solid #ededed;
	color: unset;
	padding: 25px;
	text-align: center;
	border-radius: 10px;
}

.light__callout .hp__callout__style1 .callout__title {
	font-size: 2em;
}

/* Homepage - Blurb Module */
.hp__contentBlurb__style2 .blurb__wrapper {
	border: 1px solid #ededed;
	padding: 50px;
	margin-bottom: 20px;
	background-color: #fff;
}

.hp__contentBlurb__style2 .blurb__wrapper:last-of-type {
	margin-bottom: 0;
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__pre__title {
	font-size: 1em;
	margin-bottom: 5px;
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__title {
	font-size: 1.5em;
	font-weight: 700;
}

.hp__contentBlurb__style2 .blurb__wrapper .blurb__img__wrapper img {
	padding: 20px 0;
}

/* Hompeage - Our Story/About */
.about__section {
	margin-top: -480px;
	margin-left: auto;
}

.about__section .signature {
	max-width: 120px;
}

.page-home .form {
	padding-top: 0;
	padding-bottom: 0;
}

.page-home .form .form-container {
	max-width: 1500px !important;
}

@media (max-width: 991px) {
	.about__section {
		margin-top: -700px;
	}
}

/* Hompeage - Popular Links */
@media (min-width: 767px) and (max-width: 991px) {
	.page-home .popular-vehicles-sections {
		margin-top: 50px;
	}
}

/* Homepage - Products Hero */
.hero__featuredProduct .hero__wrapper {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6DA596AECF13A6DEF9C08A8501B3D472.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
}

.hero__featuredProduct .hero__wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0.5));
	overflow: hidden;
	z-index: 1;
}

.hero__featuredProduct .hero__content {
	position: relative;
	z-index: 2;
	padding: 100px 0 100px;
	color: var(--primary-dark-txt);
	text-align: center;
}

.hero__featuredProduct .hero__content .hero__preline {
	margin-bottom: 10px;
}

.hero__featuredProduct .hero__content .hero__preline span {
	background-color: var(--color-theme-primary);
	color: #fff;
	padding: 5px 15px;
	border-radius: 50px;
	border: 2px solid var(--primary-dark-text);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.productslideshow {
	padding: 0 0 50px;
}

.productslideshow .product-price {
	color: var(--color-theme-primary);
}

.productslideshow .productslideshow-item h3.product-title {
	font-size: 1.5em;
	-webkit-line-clamp: 1;
	line-height: 1.5;
	max-height: unset;
}

.productslideshow-title {
	display: none;
}

.products .filter-item-title {
	text-transform: unset;
}

/* Misc HP Mobile Adjustments */
@media (max-width: 991px) {
	.hero__style3 .hero__content {
		padding-bottom: 150px;
	}

	.hero__style3 .cta__options__wrapper {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		margin-top: 25px;
	}

	.hero__style3 .cta__options__wrapper .bodystyle__item {
		margin-bottom: 50px;
	}

	.hero__style3 .cta__options__wrapper .photo__item img {
		aspect-ratio: 1.33333333;
	}

	.finance__section {
		margin: 50px 0;
	}
}

@media (max-width: 767px) {
	.hero__style3 .hero__content {
		padding-bottom: 150px;
	}

	.about__section {
		margin-top: 20px;
	}

	.page-home .form-wrap {
		width: 100%;
	}

	.hero__style3 .cta__options__wrapper .photo__item__cta {
		position: unset;
		margin-left: unset;
		margin-right: unset;
		min-width: unset;
		max-width: unset;
	}

	.hero__style3 .cta__options__wrapper .bodystyle__item {
		margin-bottom: 20px;
	}
}

/* SRP */
.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 {
	bottom: 0px;
	margin-bottom: 0px;
}

.inventory-container .col-xl-10 {
	width: 100%;
}

.inventory-cta .btn:hover {
	color: unset !important;
	background-color: var(--inventory-theme-highlight) !important;
}

.srp-sidebar .form-control-sm {
	min-height: unset;
	max-height: unset;
}


.inventory .srp-sidebar .btn-link.btn-clear-filter,
.inventory .srp-sidebar .card-header .card-title,
.inventory .srp-sidebar .card-header .close-filter {
	color: var(--color-theme-text-btn);
}

body .inventory .vehicle-card.layout-1 .price-mileage-block .value {
	font-weight: 700;
	font-size: 1.25em;
}

.srp-sidebar .k-input-solid {
	background-color: var(--primary-light-bg);
	border-bottom: 2px solid var(--color-theme-border);
}

body .inventory .vehicle-card.layout-1 .price-mileage-block {
	padding: 10px 0;
	border-radius: 6px;
	background-color: var(--primary-light-bg);
}

.inventory-seo-content {
	margin-top: 20px;
}

.popular-vehicle-link {
	color: var(--primary-dark-txt);
}

.inventory .srp-sidebar .card-header::before {
	content: none !important;
}

.popular-vehicle-link:first-line {
	font-weight: bold;
}

.popular-vehicles-section-panel [class*="col-"] {
	margin-bottom: 20px !important;
}

/* About Us section */
.page-home .textwithimage-in-container {
	padding-bottom: 1.5em;
}

@media (min-width: 1600px) {
	.page-home .textwithimage-in-container {
		margin-bottom: -6em;
	}
}

/* Inventory slideshow */
.page-home .card__multi__style3 .item__card {
	background-color: #ffffff;
}

/* VDP */
.page-inventory-details {
	/* margin-top: 150px; */
}

.vdp__photoGrid.photo__grid2 .photo__item {
	border-radius: 10px;
}

.vdp__container {
	margin-top: 2em !important;
}

.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-text) !important;
	border-color: var(--color-theme-text) !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-text) !important;
	border-color: var(--color-theme-text) !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-secondary-hover) !important;
}

.vdp-module-canvas-razor-wrapper .btn {
	padding: 10px 15px;
}


@media (min-width: 992px) {
	.inventorydetails .narrow-container .section>div:first-of-type>.module {
		margin-top: 0;
	}

}

.loan__calc__content .form-control {
	border-bottom: 2px solid var(--color-theme-border) !important;
	background: var(--primary-light-bg) !important;
}

/* About Us page */
.ourStory__section {
	margin: 50px auto;
}

.ourStory__section .signature {
	max-width: 120px;
}

.section__bg__alt {
	background: var(--primary-light-bg);
}

.pageSection__title h1 {
	margin-bottom: 0;
}

/** Employees**/
.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: white;
	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 1.2em;
}

/** Testimonials **/
.page-all-about-autostyle .form-control {
	background-color: #fff;
}

.testimonial__item {
	background: white;
	border: 1px solid var(--color-theme-border);
	border-radius: 10px;
	padding: 50px;
}

.testimonial__item .testimonial__name {
	font-size: 1.25em;
	font-weight: 700;
}

.testimonial__item .testimonial__date {
	font-size: 1em;
}

.testimonial__item .testimonial__copy p {
	font-size: 1.25em;
}

.testimonial__item .testimonial__copy p:last-of-type {
	margin-bottom: 0;
}

.testimonial__item .star__rating {
	margin-bottom: 15px;
}

.testimonial__item i {
	padding-right: 2px;
	color: #FFC109;
}

.testimonial__title {
	padding: 50px 0 20px;
}

.testimonial__title h1 {
	margin-bottom: 0;
}

.testimonial__title__form {
	padding: 50px 0 0;
	text-align: center;
	background-color: var(--primary-light-bg);
}

.testimonial__title__form h2 {
	margin-bottom: 0;
}

.page-all-about-autostyle .form-wrap {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.page-all-about-autostyle .form-wrap h2,
.page-all-about-autostyle .form-wrap .form-forms-text,
.page-all-about-autostyle .form-wrap .form-forms-spacer {
	display: none;
}

.page-all-about-autostyle .form-wrap textarea {
	height: 4em !important;
}

.page-all-about-autostyle .form {
	background-color: var(--primary-light-bg);
	padding-bottom: 50px;
}

.bg__color__alt {
	background-color: var(--primary-light-bg);
}

/** FAQs Section**/
.faq__section {
	margin: 50px 0;
}

.faq__section .section__img__wrapper {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/717711D3CC97F2523747CC9F6022C9BE.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;
}

.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;
}

.faq__section .section__title__content .section__copy {
	margin-bottom: 0;
}

.accordion-flush .accordion-item {
	border: none;
	margin-bottom: 10px;
}

.accordion-flush .accordion-button:not(.collapsed) {
	background-color: var(--primary-light-bg);
	border: 1px solid var(--color-theme-border);
	color: var(--color-theme-text);
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: bold;
}

.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(--primary-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;
}

.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;
}

.accordion-flush .accordion-button:not(.collapsed)::after {
	background-image: none;
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion-flush .accordion-button:focus {
	border-color: var(--color-theme-border);
}

/* Shopping Request Page */
.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;
}

/* Value My Trade Page */
.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;
}

/* Work With Us - Job Application Page */
.page-work-with-us textarea {
	height: 4em !important;
}

/* Contact Us Page */
.page-contact-us .col__xtra {
	background: var(--primary-light-bg);
	border-left: 1px solid var(--color-theme-border);
	padding-bottom: 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.page-contact-us .col__xtra .section__subtitle1 {
	font-size: 1.5em;
	border-bottom: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
	margin-top: 50px;
}

.page-contact-us .form {
	height: calc(100% - 50px);
	padding-bottom: 0;
}

.page-contact-us .form-wrap textarea {
	height: 4em !important;
}

.page-contact-us .multiplechoice-answers-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page-contact-us .multiplechoice-answers-container .form-forms-multiplechoice-answer {
	margin-right: 20px;
}

.page-contact-us .g-recaptcha {
	margin-bottom: 50px;
}

@media (max-width: 991px) {
	.page-contact-us .form {
		height: unset;
	}

	.page-contact-us .form-wrap {
		width: 100%;
		padding-right: 0;
	}

	.page-contact-us .col__xtra {
		background-color: #fff;
		border-left: 0;
		padding-bottom: 50px;
		position: relative;
		top: 0;
		padding: 20px;
		width: 100%;
		max-width: unset;
	}
}

/* Business Hours */
.business__info a {
	color: var(--primary-dark-txt);
}

.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(--primary-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: bold;
}

.business__name {
	font-size: 1.25em;
}

.icon__wrapper {
	padding: 5px;
	width: 36px;
	height: 36px;
	border: 1px solid #EDEDED;
	background-color: var(--primary-dark-bg);
	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;
}

/* -------------------- SECTIONTITLE ---------------------- */
/* Header / Nav */

.cw-header {
	background: var(--primary-dark-bg);
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
}

.header-info {
	display: none;
}

.navbar .container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.header .navbar .dropdown-menu {
	min-width: 200px;
	width: auto;
	padding: 1em;
	background: var(--color-theme-background);
}

.header .navbar .dropdown-menu .dropdown-item {
	color: var(--color-theme-text);
}

.cw-header .pipe {
	display: none;
}

.cw-header .cw-flexing {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: transparent !important;
}

@media (min-width: 440px) {
	.cw-header .pipe {
		display: inline-block;
	}

	.cw-header .cw-flexing {
		flex-flow: row wrap;
		justify-content: flex-start;
	}

}

@media (min-width: 768px) {
	.cw-header .cw-flexing {
		justify-content: flex-end;
	}

}

@media (min-width: 992px) {

	.navbar-collapse {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
	}

	.header .nav-link-cart,
	.header .navbar .nav-link {
		line-height: 20px;
		font-size: 14px;
	}

	.header .navbar {
		padding-top: 5px;
	}

	.header .navbar .navbar-nav .nav-link {
		padding-right: 5px;
		padding-left: 5px;
		margin-right: 5px;
		margin-left: 5px;
	}
}

@media (min-width: 1200px) {
	.header li.nav-item {
		margin-right: 15px;
	}

	.header li.nav-item:last-of-type {
		margin-right: 0;
	}

	.header .navbar .navbar-nav .nav-link:last-of-type {
		margin-right: 0;
	}

}

@media (max-width: 991px) {
	.cw-header .container {
		max-width: 100%;
	}

	.navbar .container {
		text-align: center;
		max-width: 100%;
	}
}

/* Affixing header. Might need adjustment if the code for .affix starts working */
section:not(.page-inventory-details) .header .header-container {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
	color: #fff;
	box-shadow: 0 0 10px #000;
}

/** Adds top margin to all pages to account for fixed header**/

section[class*=page-]:not(.page-inventory-details) {
	margin-top: var(--cw-headerHeight)
}

/* There's a script to make the variable always the size of the header container */
:root {
	--cw-headerHeight: 147px;
}

/* media queries are just to keep the settings close so it doesn't jump as much on load */
@media (min-width: 576px) {
	:root {
		--cw-headerHeight: 126px;
	}
}

@media (min-width: 768px) {
	:root {
		--cw-headerHeight: 105px;
	}
}

@media (min-width: 992px) {
	:root {
		--cw-headerHeight: 116px;
	}
}

/* -------------------- SECTIONTITLE ---------------------- */

footer.footer>.container {
	display: none;
}

.footer__global {
	padding-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 .col {
	background: transparent !important;
}

/* Background */
.footer__global {
	background: var(--primary-dark-bg);
}

/* Highlight */
.footer__global a:hover,
.footer__global .dropdown-item:hover {
	color: #fff;
}

/* Text */
.footer__global,
.footer__global .nav-link,
.footer__global a {
	color: #fff;
}

/* Hours */
.footer__global .business-hours li {
	line-height: 1.4;
}

.footer__global .cw-store-hours {
	margin-top: .5rem;
	display: flex;
	flex-flow: column;
	max-width: 350px;
}

.footer__global .cw-store-hours h2 {
	font-size: 20px;
}

/* Social */
.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 {
	color: #fff;
	font-size: 18px;
}

/*-- Forms --*/
.form-forms-header {
	font-size: 1.75rem;
}

hr {
	opacity: 1
}

.bootstrap-select {
	padding: 0 !important;
	background: 0 0;
	border: none
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%
}

.form .bootstrap-select .dropdown-menu li.selected a,
.form .bootstrap-select .dropdown-menu li.selected a:hover {
	color: #000;
	background: 0 0
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline;
	background: 0 0
}

/* Internal page */
.title {
	background:
		linear-gradient(rgba(0, 0, 0, 0.65),
			rgba(0, 0, 0, 0.65)),
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3A106AAC928A853DE2B8EBEF73CB1B88.jpg");
	padding: 7em 0;
	margin-bottom: 3em;
	color: #ffffff;
	text-transform: uppercase;
	background-size: cover;
}

/* -------------------- Fixes ---------------------- */
@media (max-width: 991px) {
	body .inventory .srp-sidebar {
		/* Should help keep search results page in front of navbar.*/
		/* likely also need to reduce highest navbar/other elements z-index to around 1030-1039 */
		z-index: 1040;
	}
}

.inventory .inventory-container>.row {
	/* Fix for inventory row expanding beyond site width */
	margin-left: 0;
	margin-right: 0;
}

@media (min-width: 992px) {
	.header .dropdown-menu[data-bs-popper] {
		/* make navbar dropdowns right aligned so they don't go off page when navbar is right aligned */
		left: unset;
		right: 0;
	}
}

/* -------------------- Sticky nav fixes/changes ---------------------- */

/* Sets sticky top offset and appropriate z-index */
.page-inventory-details .builder-canvas__sticky-container {
	/* z-index: 1029; */
}

/* resets z-index higher than navbar when a modal is open. */
.page-inventory-details .builder-canvas__sticky-container:has(.modal.show) {
	/* z-index: 1055; */
}

/* Adjustment for fixed header */
.page-inventory-details .builder-canvas__sticky-container {
	/* top: var(--cw-headerHeight); */
}


/* Conditional settings that might need adjustment of classes or might not be needed */
/* removing shadows if needed*/
.page-inventory-details .header .header-container {
	box-shadow: none;
}

@media (max-width: 991px) {

	/* Hide pre-header on mobile on VDP */
	.page-inventory-details .cw-header {
		display: none;
	}

	.inventorydetails .vdp__quickconnect__mod.module {
		margin-top: 35px;
	}
}