/*===================================================================================================
Global Features
===================================================================================================*/


body {
	/* font-family: var(--bodyfont); */
}

/* .h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--headerfont);
} */

p {
	/* font-family: var(--bodyfont); */
	font-size: 1rem;
}

.cursor {
	cursor: pointer;
}

.disclaimerText {
	font-size: 10px;
}

/*===================================================================================================
Containers / Grid
===================================================================================================*/
.container {
	max-width: 1350px;
}

/* Buttons & Links
===========================================================*/

.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;
}

.btn-group-unset {
	border-color: var(--color-theme-border);
}

.btn-link:focus {
	color: var(--color-theme-primary);
}

.btn50 {
	min-height: 50px;
}

/* Badges */
.badge {
	border: 1px solid;
	font-size: 0.65em;
}

/* .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(--headerfont);
} */

.btn-link {
	color: var(--color-theme-primary);
	font-size: 20px;
}

.btn-link:hover {
	color: var(--color-theme-secondary);
	font-size: 20px;
}


.btn {
	font-size: 18px;
}


/** btn-primary **/
/* .btn-primary {
	border-color: var(--color-theme-header) !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-secondary) !important;
	color: var(--color-theme-text-btn) !important;
} */

/** btn-secondary **/
/* .btn-secondary {
	border-color: var(--color-theme-secondary) !important;
	background: var(--color-theme-secondary) !important;
	color: #fff !important;
} */


.cw-header {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/89F261CE096B571EF83F79146692EB0F.jpg);
	background-size: cover;
	background-position: center;
	padding: 1rem 0;

	text-align: center;
}

.cw-header .cw-head-logo {
	text-align: center;
	display: inline-block;
	padding: 5px;
	margin-bottom: .5rem;
}

.cw-header .cw-head-logo a {
	display: block;
}

.cw-header .cw-head-logo img {
	width: 300px;
}

.cw-header-text a {
	font-weight: 700;
}

.cw-header-text a:hover {
	color: var(--color-theme-text);
}

.cw-header .cw-info-row {
	/* position-relative d-flex flex-column flex-lg-row justify-content-lg-end align-items-center */
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;

	text-align: center;
	font-size: 1.2rem;
}

.cw-header .phone-link {
	font-weight: 700;
}

/* header on VDP mobile*/
.page-inventory-details .cw-header {
	/* display: none; */
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-header .cw-info-row {
		flex-flow: row wrap;
		justify-content: flex-end;
		text-align: right;
	}

	.page-inventory-details .cw-header {
		/* display: block; */
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-header {
		padding: 1em 0;
	}
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}




/* =================================================================================================
====================================================================================================
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;
}

.p-veh-card .card-top-img a {
	display: block;
}

.inventory-container .col-xl-10 {
	width: 100%;
}

.card .inventory-cta .btn:not(.btn-pre-qualified) {
	color: var(--color-theme-text-btn) !important
}

.card .inventory-cta .btn:hover {
	color: var(--color-theme-text-btn) !important;
	background-color: var(--color-theme-secondary) !important;
}

.card .inventory-cta .btn:not(.btn-pre-qualified)::before {
	background: var(--color-theme-secondary);
}

.srp-sidebar .card-title {
	margin-bottom: 0;
}

.srp-sidebar .form-control-sm {
	min-height: unset;
	max-height: unset;
}

.inventory .card-header {
	background: var(--color-theme-secondary) !important;
}

.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);
}

.inventory .btn-link.btn-clear-filter {
	color: #fff !important;
}

.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: #eff1f3 !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: #eff1f3 !important;
}

.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;
}

.popular-vehicle-link {
	color: #333;
}

.inventory .srp-sidebar .card-header::before {
	content: none !important;
}

.popular-vehicle-link:first-line {
	font-weight: 700;
}

.popular-vehicles-section-panel [class*="col-"] {
	margin-bottom: 20px !important;
}

/* -------------------- VDP styling ---------------------- */
.page-inventory-details .wide-container .section__title__wrapper {
	background: var(--color-theme-primary);
	border-radius: 10px;
	/* -webkit-transform: skewX(-10deg); */
	/* -ms-transform: skewX(-10deg); */
	transform: skewX(-10deg);
}

.page-inventory-details .wide-container .section__title,
.page-inventory-details .wide-container .section__title1 {
	color: var(--color-theme-text-btn);
	border-radius: 10px;
	/* -webkit-transform: skewX(10deg); */
	/* -ms-transform: skewX(10deg); */
	transform: skewX(10deg);
	padding: 10px 10px 10px 20px;
	border-bottom: 0;
}

/*  */
/* .page-inventory-details .vdp__message__mod {
	padding: 25px !important;
	-webkit-filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
	filter: drop-shadow(0 8px 1px rgba(0, 0, 0, 0.15));
	background: var(--color-theme-primary);
	margin-top: 0 !important;
	border-radius: 10px;
}

.page-inventory-details .vdp__message__mod .section__title {
	color: var(--color-theme-light);
	border-bottom: 0;
} */

.page-inventory-details .vdp__title__mod {
	max-width: 1500px;
	margin: 25px auto !important;
	padding: 0 10px;
}

.page-inventory-details .vdp__title__mod .veh__trim[VehicleHeadingWidgetCssScope] {
	font-size: 1.25rem;
	margin-bottom: 5px;
}

.page-inventory-details .vdp__title__mod .veh__generation[VehicleHeadingWidgetCssScope] {
	margin-bottom: 10px;
}

.page-inventory-details .vdp__title__mod .veh__price__mileage__wrapper .veh__price[VehicleHeadingWidgetCssScope] {
	font-size: 34px;
	font-weight: 700;
	line-height: normal;
	color: var(--color-theme-header);
}

.page-inventory-details .vdp__title__mod .veh__price__mileage__wrapper .veh__price sup[VehicleHeadingWidgetCssScope] {
	font-size: 0.5em;
	top: -10px;
}

/*===================================================================================================
Global Internal Pages
===================================================================================================*/
.form-wrap .form-text-component span {
	/* font-family: var(--headerfont) !important; */
}

.form strong {
	/* font-family: var(--headerfont); */
	/* font-size: 1.5em; */
}

/* -------------------- Mostly custom footer ---------------------- */

.cw-footer {
	padding: 4rem 0;
	background: linear-gradient(45deg, rgba(250, 250, 250, .9), rgba(250, 250, 250, .9)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/319A3C5B339CECDE2479090D4E1B3AB7.jpg);
	background-size: cover;
	color: #000;
	/* text-align: center; */
}

.cw-footer h2 {
	padding-left: 5px;
	border-left: 4px solid var(--color-theme-highlight);
}

.cw-footer iframe {
	width: 100%;
}

.cw-footer a {
	color: #000;
}

.cw-address,
.cw-phone {
	position: relative;
	line-height: 1.35;
	padding-left: 1.5rem;
	font-size: 1.1rem;
}

.cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	/* position: absolute; */
	/* left: 0; */
	padding-right: 0.5rem;
	color: var(--color-theme-secondary);
}

.cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	/* position: absolute; */
	/* left: 0; */
	top: 2px;
	padding-right: 0.5rem;
	color: var(--color-theme-secondary);
}

.cw-footerMenu a {
	display: block;
	margin-bottom: 0.65rem;
	font-weight: 700;
}

.cw-footerMenu a:hover,
.cw-social a:hover,
.cw-phone:hover {
	color: var(--color-theme-secondary);
}

.cw-footer h5 {
	margin-bottom: 1rem;
	color: var(--color-theme-highlight);
}

.cw-hours {
	font-size: 0.85rem;
}

.cw-social a {
	display: inline-block;
	margin: 0 0.5rem 0 0;
}

.cw-social i {
	font-size: 25px;
}

.footer {
	padding-top: 1rem;
}

/* footer>.container {
	display: none;
} */

@media (min-width: 768px) {
	.cw-footer {
		text-align: left;
	}
}

/* ------------- Hero ---------------*/
/*-- Hero --*/
.cw-hero .carousel-item {
	height: 500px;
	background-size: cover;
	background-position: center center
}

.cw-hero:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 40%);
}

.cw-hero .carousel-control-prev,
.cw-hero .carousel-control-next {
	width: 10%;
	text-align: center;
	opacity: .7;
	z-index: 3;
}

.cw-hero .carousel-control-prev:hover,
.cw-hero .carousel-control-next:hover {
	opacity: 1
}

.cw-hero .cw-overlay {
	position: absolute;
	z-index: 1;
	top: 25%;
	width: 100%;
	text-align: center;
	color: #fff;
}

.cw-hero .cw-overlay h2 {
	font-size: 2.5rem;
	text-transform: uppercase;
	line-height: 1;
}

.cw-hero .cw-overlay h2 span {
	display: block;
	margin: 1rem 0 .75rem;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 40%;
}

.cw-hero .cw-overlay .cw-button-container {
	justify-content: center;
	max-width: 580px;
	margin: 2rem auto 0;
	padding: 1rem;
	background-color: rgba(0, 0, 0, 0.5);
}

.cw-hero .cw-overlay .cw-button-container .btn {
	margin: .25rem;
	font-weight: 400;
}

@media (min-width: 768px) {
	.cw-hero .cw-overlay h2 {
		font-size: 4rem
	}
}

@media(min-width: 1400px) {
	.cw-hero .carousel-item {
		height: 580px
	}

	.cw-hero .cw-overlay h2 {
		font-size: 5rem
	}

	.cw-hero .cw-overlay h2 span {
		font-size: 30%;
	}

	.cw-hero .cw-overlay .cw-button-container {
		max-width: 700px;
	}

	.cw-hero .cw-overlay .cw-button-container .btn {
		font-size: 1.25rem;
	}
}



/* -------------------- SECTIONTITLE ---------------------- */

.popular-vehicles-section .popular-vehicles-section-panel .popular-vehicle-link:hover {
	color: var(--color-theme-primary);
}

.vdp-module-canvas-razor-wrapper .btn-link:hover {
	color: var(--color-theme-header) !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover {
	background: var(--color-theme-secondary) !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 {
	background: var(--color-theme-secondary) !important;
	border-color: var(--color-theme-secondary);
}

.businessinfo .contact-details a:hover,
.businessinfo a:hover {
	color: var(--color-theme-primary) !important;
}

.contact-details:not(.contact-address):hover .contact-icon {
	background: var(--color-theme-secondary) !important;
}

.contact-details:not(.contact-address):hover::after {
	border-color: var(--color-theme-secondary) !important;
}

@media (max-width: 440px) {
	.inventoryslideshow .card__single__horizontal__style1 .slick-list {
		height: auto;
	}

	.inventoryslideshow .card__single__horizontal__style1 .item__card .item__secondary__details__wrapper {
		display: block !important;
	}

	.inventoryslideshow .card__single__horizontal__style1 .item__card .item__flex .item__data {
		display: block !important;
	}

	.inventoryslideshow .card__single__horizontal__style1 .item__flex span.spacer {
		display: none;
	}

	.inventoryslideshow .card__single__horizontal__style1 .item__card {
		padding-left: 2em !important;
		padding-right: 2em !important;
	}
}

.page-home .popular-vehicles-sections {
	/* margin-top: 3.5em; */
	background: var(--color-theme-secondary);
	margin: 0;
	max-width: 100%;
	color: var(--color-theme-text-btn);
	padding-top: 2em;
	padding-bottom: 1px;
}

.page-home .popular-vehicles-sections .popular-vehicles-section {
	max-width: 1350px;
	margin-left: auto;
	margin-right: auto;
}

.page-home .popular-vehicles-sections a {
	color: var(--color-theme-text-btn);
}

.page-home .popular-vehicles-sections a:hover {
	opacity: .85;
}


.page-home .inventory-search-module .form__wrapper {
	background: #f7f7f7;
	border-radius: 0 !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.page-home .inventory-search-module .form__wrapper {
		background: #f7f7f7;
		border: 1px solid var(--color-theme-border) !important;
		/* padding: 25px !important; */
		position: relative;
		z-index: 8;
	}

	.page-home .inventory-search-module .form__wrapper .form-select {
		/* padding: 7px 15px !important; */
		/* background-size: 40px 12px !important; */
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.page-home .inventory-search-module .form__wrapper {
		margin-top: -90px !important;
	}
}

.productslideshow .product-title a:hover {
	color: var(--color-theme-secondary);
}

.productslideshow-item .product .product-img-containter:hover .product-preview-link:hover {
	background: var(--color-theme-secondary);
}

.productslideshow-container .productslideshow-slick .productslideshow-arrow:before {
	background: var(--color-theme-primary) !important;
}

.header .navbar-nav .nav-item .cart-preview-container .eCommerce a {
	font-size: 1rem;
}

/*  */
.page-home .card__multi__style5 .item__card__details__wrapper__upper {
	min-height: unset;
}





/* H1 banner  */
.cw-h1-banner {
	background: var(--color-theme-secondary);
	color: var(--color-theme-text-btn);
	padding: 1em 0;
}

.cw-h1-banner h1 {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 1.8rem;
}


/******** Financing Banner *********/

.cw-financing {
	padding: 3em 0;
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B79850A35580D7692FD48E0B57EFAFE1.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 2em;
	text-align: center;
}

@media (min-width: 768px) {
	.cw-financing {
		text-align: start;
	}
}

.cw-financing .row {
	align-items: center;
	justify-content: center;
}

@media (min-width: 992px) {
	.cw-financing .row {
		justify-content: start;
	}
}

.cw-financing h2,
.cw-financing p {
	color: #fff;
}

.cw-financing h5 {
	color: var(--color-theme-highlight);
}

.cw-financing .cw-text-bkg {
	background: rgba(79, 115, 105, 0.9);
	padding: 5em;
}

/*********** Services homepage ************/

.cw-services {
	background: #f7f7f7;
	padding: 50px 0;
}

.cw-services h2 {
	text-transform: uppercase;
	margin-bottom: 1.5em;
}

.cw-services .cw-service-item {
	margin-bottom: 2em;
	padding: 0 3em;
}

.cw-services .cw-service-item img {
	width: 100%;
	margin-bottom: 1em;
	margin-top: 1.5em;
}

@media (min-width: 576px) {
	.cw-services .cw-service-item img {
		width: 55%;
	}
}

@media (min-width: 768px) {
	.cw-services .cw-service-item img {
		width: 60%;
	}
}

/*********** Trade-in Banner ***********/

.cw-trade-in {
	background: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B4C2877510C89817AD6E28901F8446C1.jpg");
	text-align: center;
	padding: 3em 0;
	background-position: 85% center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

@media (min-width: 992px) {
	.cw-trade-in {
		text-align: start;
	}
}

.cw-trade-in .row {
	justify-content: center;
	align-items: center;
}

@media (min-width: 992px) {
	.cw-trade-in .row {
		justify-content: end;
	}
}

.cw-trade-in h2,
.cw-trade-in p {
	color: #fff;
}

.cw-trade-in .cw-text-bkg {
	background: rgba(25, 70, 89, 0.9);
	padding: 5em;
}

/* About us Section */
.cw-about-us {
	padding: 3em 0;
	background: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_11.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.cw-about-img {
	text-align: center;
}

.cw-about-us .row {
	align-items: center;
}

.cw-about-us .cw-about-text {
	margin: 1.5em 0;
}

@media (min-width: 992px) {
	.cw-about-us .cw-about-text {
		padding-right: 3em;
	}
}

@media (min-width: 576px) {
	.cw-about-us .cw-about-text img {
		width: 90%;
	}
}

@media (min-width: 768px) {
	.cw-about-us .cw-about-text img {
		width: 80%;
	}
}

@media (min-width: 992px) {
	.cw-about-us .cw-about-text img {
		width: 50%;
	}
}

.cw-about-us .cw-business-hours {
	background: var(--color-theme-header);
	color: #fff;
	padding: 2.5em 2em;
}

.cw-about-us .cw-contact-row {
	padding: 3px 0;
	border-bottom: 1px dotted #fff;
}

.cw-about-us .cw-business-hours h4 {
	color: var(--color-theme-highlight);
}

.cw-about-us .cw-business-hours a {
	color: #fff;
}

.cw-about-us .cw-business-hours a:hover {
	color: var(--color-theme-highlight);
}

.cw-reviews {
	background: url("https://s3.amazonaws.com/fcwebmanager/Abstract/SmartSites/HeroImages/0/abstract_11.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5em 0;
}

.cw-reviews .cw-testimonial p {
	font-size: 1.15rem;
}

.carousel-item .quote:before {
	content: "\f10d";
	font-family: "Fontawesome";
	float: left;
	margin-right: 10px;
	font-size: 2em;
}

.carousel-item .quote:after {
	content: "\f10e";
	font-family: "Fontawesome";
	float: right;
	margin-right: 10px;
	font-size: 2em;
}



/* About us page */
.cw-buttonWrap {
	padding: 2em 0;
}

.cw-buttonWrap .cw-buttonInner {
	margin-bottom: 10px;
}

.cw-buttonWrap .cw-buttonImage {
	display: block;
	overflow: hidden;
}

.cw-buttonWrap .cw-buttonImage a {
	color: #333;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
}

.cw-buttonWrap .cw-buttonImage img {
	width: 100%;
	border-radius: 0px;
	-webkit-transition: all 0.25s ease-in-out 0.35s;
	-moz-transition: all 0.25s ease-in-out 0.35s;
	-o-transition: all 0.25s ease-in-out 0.35s;
	-ms-transition: all 0.25s ease-in-out 0.35s;
	transition: all 0.25s ease-in-out 0.35s;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.cw-buttonWrap .cw-buttonInner:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.cw-buttonWrap .cw-buttonInner {
	position: relative;
	margin-top: 0px;
	background-color: #fff;
}

.cw-buttonWrap .cw-buttonInner a {
	width: 100%;
}

.cw-buttonWrap .cw-buttonInfo {
	padding: 10px 0;
}

.cw-buttonWrap .cw-buttonInfo h6 {
	font-size: 1.125em;
	font-weight: 400 !important;
}

.cw-buttonWrap h6 a:hover {
	color: var(--color-theme-primary);
}

.cw-buttonWrap .cw-angleTitle {
	/* Reduce width if name is shorter, try 140px */

	width: 200px;
	background: var(--color-theme-secondary);
	position: absolute;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-family: var(--headerfont);
	font-size: 0.9rem;
	text-align: center;
	left: 0px;
	padding: 10px 0;
	margin-top: -80px;
}

.cw-buttonWrap .cw-angleTitle a {
	color: var(--color-theme-text-btn);
}

@media (min-width: 440px) {
	.cw-buttonWrap .cw-angleTitle {
		width: 250px;
		font-size: 1.2rem;
	}
}

@media (min-width: 768px) {
	.cw-buttonWrap .cw-angleTitle {
		width: 185px;
		font-size: 0.8rem;
		margin-top: -55px;
	}
}

@media (min-width: 992px) {
	.cw-buttonWrap .cw-angleTitle {
		width: 250px;
		font-size: 1.2rem;
		margin-top: -85px;
	}
}

.cw-buttonWrap .cw-angleTitle:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 100%;
	transform: skew(-35deg);
	right: -30px;
	top: 0;
	background-color: inherit;
	z-index: 0;
}

/* -------------------- VDP adjustments ---------------------- */
.vdp-module-canvas-razor-wrapper .vdp__container .row {
	/* margin: auto; */
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod {
	margin-left: auto;
	margin-right: auto;
}


.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a {
	color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_share_item a:hover {
	color: var(--color-theme-secondary);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a {
	color: var(--color-theme-text);
}

.vdp-module-canvas-razor-wrapper .vdp__sticky-navigation__mod .sn_dropdown a:hover {
	color: var(--color-theme-secondary);
}


/* Footer and VDP spacing */
.vdp-module-canvas-razor-wrapper {
	margin-bottom: 2em;
}

/* Contact Module */


.vdp-module-canvas-razor-wrapper .vdp__message__mod button.btn-primary:hover {
	color: var(--color-theme-text-btn) !important;
}

/* Loan calculator  */

.vdp-module-canvas-razor-wrapper .vdp__loanCalc__mod a.btn-primary:hover {
	color: var(--color-theme-text-btn) !important;
}

/* Quick Connect Module */
.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .section__title {
	color: var(--color-theme-header);
	margin: 0 0 .5em 0;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod {
	/* background: #444444; */
	border: 0 !important;
	/* padding: 1.5rem !important; */
	margin-top: 1em !important;
	margin-bottom: 1.5em;
	border-radius: .8vw !important;
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod button:hover {
	color: var(--color-theme-text-btn) !important;
}

/* Financing Button in details section */
.vdp-module-canvas-razor-wrapper .vdp__info__addt__mod a.btn-secondary {
	/* color: var(--color-theme-text) !important; */
	background-color: var(--color-theme-primary) !important;
}

.vdp-module-canvas-razor-wrapper .vdp__info__addt__mod a.btn-secondary:hover {
	color: var(--color-theme-text-btn) !important;
}

/* Inventory link color */
.vdp-module-canvas-razor-wrapper .btn-link {
	color: var(--color-theme-secondary) !important;
}

.vdp-module-canvas-razor-wrapper .btn-link:hover {
	color: var(--color-theme-text) !important;
}


/* -------------------- SECTIONTITLE ---------------------- */
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:hover {
	color: var(--color-theme-text-btn) !important;
}


body .vdp-module-canvas-razor-wrapper .btn-secondary:before {
	background: var(--color-theme-secondary)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
body .vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn)
}

body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-secondary)
}

body .vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
body .vdp-module-canvas-razor-wrapper .btn-outline-secondary:active {
	color: var(--color-theme-text-btn);
	background-color: var(--color-theme-primary);
	border-color: var(--color-theme-primary)
}

.vdp-module-canvas-razor-wrapper .vdp__quickconnect__mod .modal .modal-header button.close:hover {
	color: var(--color-theme-primary) !important;
}

/* Search Bodystyles */
.cw-search-section {
	background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6FA5B8B3A4117F3A18BF3A938FB389A1.jpg");
	background-size: inherit;
	background-position: top;
	overflow: hidden;
}

.cw-search-buttons {
	padding-bottom: 3em;
	transition: all .2s ease-in-out;
}

.cw-search-buttons:hover {
	transform: scale(1.1);
}

.cw-search-buttons h5 {
	background-color: var(--color-theme-secondary);
	padding: .5em 0;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--color-theme-text-btn);
	border-radius: 10px;
}

.cw-search-title {
	text-shadow: 1px 1px 7px #fff;
	padding-top: 6rem;
	color: #000000;
	font-size: 2.25rem;
}

.cw-search-buttons a {
	color: #fff;
}

/* Find Section */
.cw-find-section {
	position: relative;
	display: block;
	padding: 60px 0;

	background: linear-gradient(rgba(219, 45, 46, 0.95),
			rgba(219, 45, 46, 0.95)), url('https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/99C4BAF9EA47660E37FA851E8AAD47E4.jpg');
}

.cw-find-text h5 {
	font-size: 1.5em;
	color: var(--color-theme-text-btn);
	text-transform: uppercase;
}

.cw-find-text h6 {
	font-size: 1.25em;
	font-weight: 400;
	color: var(--color-theme-text-btn);
}

.cw-find-button .btn-primary {
	padding: .75em 3em;
	/* width: 100%; */
	border-radius: 10px;
	margin: 1em 0;
}

@media (min-width: 440px) {
	.cw-search-buttons {
		padding-bottom: 11em;
	}
}

@media (min-width: 768px) {
	.cw-search-title {
		font-size: 2.25em;
		padding-bottom: 1.5em;
	}
}

@media (min-width: 992px) {
	.cw-search-section {
		background-size: cover;
	}

	.cw-search-buttons {
		padding-bottom: 7em;
	}
}

@media (min-width: 1200px) {
	.cw-search-buttons {
		padding-bottom: 5em;
	}
}

@media (min-width: 1400px) {
	.cw-search-buttons {
		padding-bottom: 4em;
	}
}

section.creditQualifyBanner {
	padding-top: 3rem;
}

/* image-icon
  =================================================================================================*/
.cw-image-w-icons {
	/* font-family: 'Outfit', sans-serif; */
	padding: 2rem 0;
}

.cw-image-w-icons h2 {
	/* font-family: 'Outfit', sans-serif; */
	font-size: 2.25rem;
	line-height: 1.3;
	display: block;
	padding-bottom: 10px;
	font-weight: bold;
}

.cw-image-w-icons h4 {
	/* font-family: 'Outfit', sans-serif; */
	font-size: 1.2rem;
	font-weight: 700;
}

.cw-image-w-icons p {
	margin-bottom: 20px;
}

.cw-image-w-icons .cw-blurb {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 1rem;
}

.cw-image-w-icons .cw-blurb p {
	margin-bottom: 0px;
}

.cw-image-w-icons .cw-blurb-icon {
	padding: 10px;
	min-width: 70px;
	min-height: 70px;
	border: 1px solid var(--color-theme-primary);
	border-radius: 10px;
	background: var(--color-theme-primary);
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.cw-image-w-icons .cw-blurb-icon i {
	font-size: 2rem;
	color: var(--color-theme-background);
}

.cw-image-w-icons .cw-blurb-text {
	padding: 0.5rem 0;
}

/* If you use an image instead of fontawesome */
/* .cw-image-w-icons .cw-blurb-icon  img.img-fluid {
		width: 50px;
	} */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-image-w-icons {
		padding-bottom: 0;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

section:not(.page-home) .title {
	/* text-align: center; */
}

section:not(.page-home) .title .title-heading {
	padding-bottom: .5rem;
	border-bottom: 2px solid #ccc;
	margin-bottom: 0;
}

/* 
section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C4FACD6C45129B336358757DF351A7AE.jpg) no-repeat center;
	background-size: cover;
	text-align: center
}

section:not(.page-home) .title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0/58%)
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 2rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000;
	text-transform: none
}

section:not(.page-home) .title h1 {
	font-size: 2rem
}

section:not(.page-home) .form {
	padding-top: 1rem
}

.employees-email {
	font-size: .85rem
}

@media(min-width: 992px) {
	section:not(.page-home) .title {
		padding-top: 2rem;
	}

	section:not(.page-home) .title .title-heading {
		padding: 4.5rem 0
	}

	section:not(.page-home) .title h1 {
		font-size: 3rem
	}
} */