@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;
	}
}

:root {
	--white: #ffffff;
	--black: #000000;
}

/* -------------------- Hero / Slideshow ---------------------- */

.cw-pink {
	background-color: var(--color-theme-highlight) !important;
	color: #000000 !important;
	padding: 5px 10px !important;
	border-radius: 2px;
	text-shadow: 0px 0px !important;
	text-transform: capitalize;
	/* box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5); */
}

.cw-pink-title {
	background-color: var(--color-theme-highlight) !important;
	color: #000000 !important;
	padding: 5px 10px !important;
	border-radius: 2px;
	text-shadow: 0px 0px !important;
	text-transform: capitalize;
	/* box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5); */
}

.cw-slider {
	width: 100%;
	height: 500px;
}

.slide-overlay h1 {
	position: relative;
	z-index: 1;
	max-width: 95%;
	margin: 0 auto 1rem;
	color: #fff;
	/* font-size: 1.25rem; */
	/* text-shadow: 0 0 2px #000; */
	text-transform: uppercase;
}

.slide-title span {
	white-space: pre-wrap;
	display: inline-block;
	opacity: 0;
}

.cw-slider .slideshow {
	position: relative;
}

.cw-slider .slideshow-pagination {
	position: absolute;
	bottom: 4rem;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: 0.2s opacity;
	z-index: 10;
}

.slideshow-pagination-item {
	display: flex;
	align-items: center;
}

.slideshow-pagination-item .pagination-number {
	opacity: 0.5;
}

.slideshow-pagination-item:hover,
.slideshow-pagination-item:focus {
	cursor: pointer;
}

.slideshow-pagination-item:last-of-type .pagination-separator {
	width: 0;
}

.slideshow-pagination-item.active .pagination-number {
	opacity: 1;
}

.slideshow-pagination-item.active .pagination-separator {
	width: 10vw;
}

.slideshow-navigation-button {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 5rem;
	z-index: 1000;
	transition: all 0.2s ease;
	color: #fff;
}

.slideshow-navigation-button:hover,
.slideshow-navigation-button:focus {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);
}

.slideshow-navigation-button.prev {
	left: 0;
}

.slideshow-navigation-button.next {
	right: 0;
}

.pagination-number {
	font-size: 1.8rem;
	color: #fff;
	padding: 0 0.5rem;
}

.pagination-separator {
	display: none;
	position: relative;
	width: 40px;
	height: 2px;
	background: rgba(255, 255, 255, 0.25);
	transition: all 0.2s ease;
}

@media (min-width: 720px) {
	.pagination-separator {
		display: block;
	}
}

.pagination-separator-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transform-origin: 0 0;
}

.cw-slider .swiper-container {
	width: 100%;
	height: 100%;
}

.cw-slider .slide {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	font-size: 18px;
	background: #000;
	overflow: hidden;
}

.slide-image {
	position: absolute;
	top: -100px;
	left: -100px;
	opacity: 0.7;
	width: calc(100% + 200px);
	height: calc(100% + 200px);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slide-overlay {
	position: relative;
	z-index: 50;
	opacity: 1;
	max-width: 100%;
	text-align: start;
	padding: 0rem 1rem;
}

.slide-title {
	display: block;
	margin: 0 auto 1rem;
	font-size: clamp(1.02rem, 4vw + 1rem, 3.2rem) !important;
	line-height: 1;
	white-space: normal;
	word-break: break-word;
	color: #fff;
	z-index: 100;
	text-transform: uppercase;
	font-weight: 700;
}

@media (min-width: 1400px) {
	.cw-slider {
		height: 36vw;
	}

	.slide-overlay h3 {
		/* font-size: 1rem; */
	}
}

@media (max-width: 992px) {
	.search__section {
		padding: 1rem !important;
	}
}

.cw-button-borders.cw-invert:before {
	border-color: var(--color-theme-primary);
}

.cw-button-borders.cw-invert:after {
	border-color: var(--color-theme-primary);
}

/* Shop by Model */
.cw-ShopbyModel a:hover img {
	transform: scale(1.2);
	transition: all 0.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;
	}
}

section#module_d5322568-afb3-4a3b-8309-baa9d936b68c {
	background-color: var(--color-theme-primary);
	margin-top: 0em !important;
}

section.inventory-search-module .form__wrapper {
	/* background-color: var(--color-theme-primary); */
	border: 0px solid var(--color-theme-border) !important;
	padding: 20px;
}

a.btn.btn-primary.col-12.btn50 {
	background-color: var(--color-theme-secondary) !important;
	color: #fff !important;
}

/* 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: #2b2b2b;
}

.inventory-seo-content {
	margin-top: 20px;
}

.popular-vehicle-link {
	color: #fff;
}

.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: var(--color-theme-background) !important;
	background-color: var(--color-theme-text) !important;
	border-color: var(--color-theme-highlight) !important;
}

.vdp-module-canvas-razor-wrapper,
.vdp-module-canvas-razor-wrapper .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
.vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
.vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
	color: var(--color-theme-background) !important;
	background-color: var(--color-theme-text) !important;
	border-color: var(--color-theme-highlight) !important;
}

.vdp-module-canvas-razor-wrapper {
	border-color: var(--color-theme-text) !important;
	color: var(--color-theme-text) !important;
}

.vdp-module-canvas-razor-wrapper {
	background: #fff !important;
	color: #000 !important;
}


.btn-outline-secondary {
	/* border-color: var(--color-theme-text) !important; */
	/* color: #000 !important; */
}

.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 20px 5px #00000025;
}

/** 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: 0.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: #cacaca;
	background: 0 0;
}

.bootstrap-select .dropdown-menu li a span.text {
	display: inline;
	background: 0 0;
}

/* Internal page */
.title {
	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;
	}
}

@media (max-width: 992px) {
	:root {
		--cw-headerHeight: 95px !important;
	}

	.cw-header {
		display: none !important;
	}
}

@media (min-width: 992px) {
	:root {
		--cw-headerHeight: 150px;
	}

	.cw-header {
		display: flex !important;
	}
}

/* Bottom CTA
=================================================================================================*/
.cw-big-fade {
	position: relative;
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/52302FC8A0F8D5614BC7A62343EAE531.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	color: var(--color-theme-text);
}

.cw-big-fade::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top,
			rgba(26, 27, 28, 0.5),
			rgba(26, 27, 28, 0.75));
	overflow: hidden;
	z-index: 1;
}

.cw-big-fade .cw-big-fade-box {
	position: relative;
	z-index: 2;
	padding: 50px 0 30px;
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}

.cw-big-fade .cw-big-fade-box .cw-big-fade-preline {
	display: inline-block;
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.cw-big-fade .cw-big-fade-box .cw-bigtext {
	font-size: 1.5rem;
	line-height: 0.9;
	font-weight: 900;
	text-transform: uppercase;
}

.cw-big-fade .cw-big-fade-box .cw-bigtext span {
	font-size: 2em;
	line-height: 0.9;
	font-weight: 900;
}

.cw-big-fade .cw-big-fade-box .cw-bigtext .cw-subhead {
	font-size: 1em;
	font-weight: 700;
	color: var(--color-theme-primary);
	line-height: 1;
	margin: 1rem auto 1.5rem;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-big-fade .cw-big-fade-box {
		padding: 4rem 1rem;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-big-fade .cw-big-fade-box .cw-bigtext {
		font-size: 2rem;
	}

	.cw-big-fade .cw-big-fade-box .cw-bigtext span {
		font-size: 3em;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.cw-info-boxes {
	margin: 90px 0px;
	padding: 60px 20px;
	/* add some breathing room */
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/9EB8FBC5D07D782EE3D16494FA3EDBD4.jpg");
	background-size: cover;
	/* makes it stretch nicely */
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 0.5rem;
	/* optional rounded edges */
}

.cw-slider h1 {
	font-size: 2rem;
	/* adjust this value to your liking */
	line-height: 1.2;
	/* keeps it balanced */
	font-weight: 600;
	/* optional: makes it a little lighter than default bold */
}


.cw-info-section {
	position: relative;
	padding: 60px 0;
	/* no left/right padding so it can span full width */
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/9EB8FBC5D07D782EE3D16494FA3EDBD4.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cw-info-title {
	font-size: 2.5em;
	text-transform: uppercase;
	color: var(--color-theme-primary);
	margin-bottom: 40px;
	text-align: center;
}

.info-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.info-style {
	position: relative;
	border-radius: 0.25rem;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, 0.09);
	text-align: center;
	transition: all 0.3s ease-in-out;
	background: #fff;
	/* keeps card background readable */
}

.info-style img {
	width: 100%;
	display: block;
	transition: transform 0.3s ease-in-out;
}

.info-style:hover img {
	transform: scale(1.05);
}

.info-style .info-text {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 20px;
	text-align: center;
	background: #000;
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.info-style .info-text h6 {
	display: block;
	color: var(--color-theme-highlight);
	text-transform: capitalize;
	font-size: 1.25rem;
	margin-bottom: 5px;
}

.info-style .info-text small {
	display: block;
	color: #fff;
	font-size: 0.95rem;
}

section.page-inventory-details .btn.btn-primary {
	background-color: #F57E00 !important;
	color: #000 !important;
}

.inventory .srp-sidebar .card-header .card-title {
	color: #fff !important;
}

.inventory .srp-sidebar .btn-link.btn-clear-filter {
	color: #fff !important;
}

.builder-canvas__sticky-container {
	background: #7d7d7d !important;
}

.btn-outline-secondary:hover {
	color: #696969 !important;
}