@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";

/* @import "https://tenantsites.myaccountcenter.com/SummaryList/css/summarylist.min.css"; */
/* -------------------- Header ---------------------- */
.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: .25rem;
	color: var(--color-theme-secondary)
}

.cw-header-contact {
	padding: 6px 2px;
	color: var(--color-theme-text-btn);
}

.cw-header-info {
	background-color: var(--header-primary);
}

:root {
	--cw-logo-width: 195px;
}

.cw-header-info .header-info-logo-img img {
	width: 200px;
	width: var(--cw-logo-width);
}

.header .navbar-nav {
	text-transform: uppercase
}

.cw-header-contact .cw-phone:hover {
	opacity: .9;
}

/* .header .navbar .active>.nav-link,
.navbar .nav-link:hover {
	color: #fff
} */
@media(min-width:992px) {

	.cw-header-info .container,
	nav.navbar>.container {
		/* max-width: 1140px; */
		position: relative
	}

	.cw-header-info .header-info-logo-img {
		position: absolute;
		z-index: 1040
	}

	nav.navbar .container {
		min-height: 99px
	}

	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		justify-content: flex-end !important
	}

	.header .navbar-nav:not(.navbar-cart) {
		max-width: calc(100% - var(--cw-logo-width) - 10px);
		justify-content: center
	}

	/* .sitemap-container.container {
		margin-top: 50px
	}

	section.termsandconditions.tcpp {
		margin-top: 50px
	}

	.page-inventory-details #builderCanvas {
		margin-top: 100px
	} */

	.header .header-container {
		margin-bottom: 50px;
	}

	.header+.title,
	.header+section>.cw-home-title,
	.cw-hero {
		margin-top: -50px;
	}
}

@media(min-width:1400px) {

	.header .container,
	.cw-header-contact .container {
		/* max-width: 1340px */
	}
}

/* -------------------- other/global ---------------------- */
.cw-highlight {
	font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
	line-height: 1;
	font-weight: 700;
	color: var(--color-theme-primary);
	text-transform: uppercase
}

.btn-secondary,
.btn-secondary:focus {
	background-color: var(--color-theme-secondary) !important;
	color: var(--color-theme-text-btn);
	border-color: var(--color-theme-secondary)
}

.btn {
	font-weight: 400 !important
}

.title+.text {
	margin-top: 0
}

.card-title {
	/* color: #000; */
	font-size: 1.5em;
	line-height: normal;
	/* font-weight: 700; */
	/* margin-bottom: .5em */
}

/* .wow {
	visibility: hidden
} */
/* -------------------- custom Buttons ---------------------- */
.cw-primary-button,
.cw-secondary-button {
	font-family: montserrat, sans-serif;
	cursor: pointer;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .05rem;
	padding: .8rem 2.1rem;
	background-image: linear-gradient(135deg, var(--color-theme-primary) 0%, var(--color-theme-primary) 50%, transparent 51%, transparent 100%);
	background-size: 230%;
	background-position: 130%;
	background-repeat: no-repeat;
	transition: .3s ease-in-out;
	transition-property: background-position, border, color;
	position: relative;
	z-index: 1;
	text-align: center
}

.cw-primary-button {
	color: var(--color-theme-text-btn);
	border: 1px solid var(--color-theme-primary);
	background-color: var(--color-theme-primary)
}

.cw-secondary-button {
	color: var(--color-theme-primary);
	border: 1px solid var(--color-theme-text-btn);
	background-color: var(--color-theme-text-btn)
}

.cw-primary-button:hover,
.cw-secondary-button:hover {
	border: 1px solid var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	background-position: 0%
}

.cw-primary-button:hover:before {
	background-color: #fff
}

.cw-primary-button:hover:after {
	background-color: #fff
}

.cw-button-borders {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content
}

.cw-button-borders:before {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -.3em;
	top: -.3em;
	border: 1px solid #fff;
	border-bottom: 0
}

.cw-button-borders:after {
	content: "";
	position: absolute;
	width: calc(100% + 0.5em);
	height: 50%;
	left: -.3em;
	bottom: -.3em;
	border: 1px solid #fff;
	border-top: 0;
	z-index: 0
}

.cw-button-borders.cw-invert:before {
	border-color: var(--color-theme-primary)
}

.cw-button-borders.cw-invert:after {
	border-color: var(--color-theme-primary)
}

/* -------------------- Homepage ---------------------- */
/* --------------- Title above hero --------------- */
.cw-home-title {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	padding: .5rem 0
}

.cw-home-title h1 {
	margin-bottom: 0;
	font-size: 1.7rem;
	text-align: center
}

/* Remove this if the header logo doesn't overlap this homepage title */
@media(min-width:992px) {
	.cw-home-title .cw-title-box {
		max-width: calc(100% - var(--cw-logo-width) - 10px);
		margin: 0;
		margin-left: auto
	}

	.cw-home-title h1 {
		text-align: right
	}
}

/* to here */

/* -------------------- Hero slideshow ---------------------- */
.cw-slider {
	width: 100%;
	height: 550px
}

.slide-overlay h3 {
	position: relative;
	z-index: 1;
	max-width: 95%;
	margin: 0 auto 1.5rem;
	color: #fff;
	font-size: 1.5rem;
	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: 1rem;
	left: 0;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	transition: .2s opacity;
	z-index: 10
}

.cw-slider .slideshow-pagination-item {
	display: flex;
	align-items: center
}

.cw-slider .slideshow-pagination-item .pagination-number {
	opacity: .5
}

.cw-slider .slideshow-pagination-item:hover,
.cw-slider .slideshow-pagination-item:focus {
	cursor: pointer
}

.cw-slider .slideshow-pagination-item:last-of-type .pagination-separator {
	width: 0
}

.cw-slider .slideshow-pagination-item.active .pagination-number {
	opacity: 1
}

.cw-slider .slideshow-pagination-item.active .pagination-separator {
	width: 10vw
}

.cw-slider .slideshow-navigation-button {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 5rem;
	z-index: 1000;
	transition: all .2s ease;
	color: #fff
}

.cw-slider .slideshow-navigation-button:hover,
.cw-slider .slideshow-navigation-button:focus {
	cursor: pointer;
	background: rgba(0, 0, 0, .5)
}

.cw-slider .slideshow-navigation-button.prev {
	left: 0
}

.cw-slider .slideshow-navigation-button.next {
	right: 0
}

.cw-slider .pagination-number {
	font-size: 1.8rem;
	color: #fff;
	font-family: montserrat, sans-serif;
	padding: 0 .5rem
}

.cw-slider .pagination-separator {
	display: none;
	position: relative;
	width: 40px;
	height: 2px;
	background: rgba(255, 255, 255, .25);
	transition: all .2s ease
}

.cw-slider .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
}

.cw-slider .slide-image {
	position: absolute;
	top: -100px;
	left: -100px;
	opacity: .7;
	width: calc(100% + 200px);
	height: calc(100% + 200px);
	background-position: 50% 50%;
	background-size: cover
}

.cw-slider .slide-overlay {
	position: relative;
	z-index: 50;
	opacity: 1;
	max-width: 100%
}

.cw-slider .slide-title {
	display: block;
	margin: 0 auto 1rem;
	font-size: clamp(1.02rem, 4vw + 1rem, 4.2rem) !important;
	line-height: 1;
	white-space: normal;
	word-break: break-word;
	color: #fff;
	z-index: 100;
	font-family: montserrat, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 1px 1px 0 #000
}

@media(min-width:768px) {
	.cw-slider {
		/* height: 500px */
	}

	.cw-slider .slideshow-pagination {
		bottom: 4rem;
	}

	.cw-slider .pagination-separator {
		display: block
	}
}

@media(min-width:1400px) {
	.cw-slider {
		height: 36vw
	}

	.cw-slider .slide-overlay h3 {
		font-size: 2rem
	}
}

/* -------------------- text and image section ---------------------- */
.cw-textImage {
	padding: 3.5em 0;
	background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/4217503CF93A0E85E82F2BB95E67B081.jpg) center;
	background-size: cover;
	color: #fff;
}

.cw-textImage img {
	margin-bottom: 2rem
}

.cw-textImage h3 {
	margin-bottom: 1rem
}

@media(min-width:992px) {
	.cw-textImage h3 {
		margin-bottom: 1rem;
		font-size: 2rem
	}

	.cw-textImage img {
		margin-bottom: 0
	}
}

@media(min-width:1440px) {
	.cw-textImage {
		background-attachment: fixed
	}
}

/* -------------------- What we offer ---------------------- */
.cw-section-weAreTheBest {
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/5DFFA1BCFEF4DA3E69B154CF7E7CC977.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #fff;
}

.cw-section-weAreTheBest h3 {
	font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
	line-height: 1;
	font-weight: 700;
	text-transform: uppercase
}

.cw-section-weAreTheBest h3 span {
	font-size: clamp(1.02rem, 1vw + 1rem, 2.3rem);
	line-height: 1;
	font-weight: 700;
	color: var(--color-theme-primary);
	text-transform: uppercase
}

.cw-section-weAreTheBest .cw-icon-info {
	position: relative;
	z-index: 2
}

.cw-section-weAreTheBest .cw-copy {
	position: relative;
	z-index: 2
}

.cw-section-weAreTheBest .cw-copy p {
	font-size: 14px
}

.cw-section-weAreTheBest .cw-quality-icon {
	width: 70px;
	height: 70px;
	display: flex;
	border-radius: 50%;
	color: #fff;
	margin-bottom: 20px;
	background-color: var(--color-theme-primary);
	align-items: center;
	justify-content: center
}

.cw-section-weAreTheBest .cw-quality-icon i {
	font-size: 1.5em
}

.cw-section-weAreTheBest .cw-icon {
	height: 25px;
	width: 100%
}

.cw-section-weAreTheBest .cw-card {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	background-color: #fff;
	padding: 2em 1.2em;
	text-decoration: none;
	z-index: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #fff
}


/* Inventory slideshow/featured vehicles */
.page-home .inventoryslideshow {
	/* margin-top: -4rem; */
	padding-top: 2rem;
	padding-bottom: 0;
}

.card__multi__style3 a.item__title {
	color: rgba(255, 255, 255, 1) !important;
}

.card__multi__style3 .title__style__content {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* -------------------- Footer ---------------------- */
.cw-footer {
	padding: 4rem 0;
	background-color: #000;
	background-size: cover;
	color: #fff
}

.cw-footer iframe {
	width: 100%
}

.cw-footer a {
	color: #fff
}

.cw-footer .cw-address,
.cw-header-contact .cw-phone,
.cw-footer .cw-phone {
	position: relative;
	line-height: 1.35;
	padding-left: 1.5rem;
	font-size: 1.1rem;
	color: var(--color-theme-text-btn);
}

.cw-footer .cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	position: absolute;
	left: 0;
	padding-right: .5rem;
	color: #fff
}

.cw-header-contact .cw-phone:before,
.cw-footer .cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	position: absolute;
	left: 0;
	top: 2px;
	padding-right: .5rem;
	color: inherit;
}

.cw-footerMenu a {
	display: block;
	margin-bottom: .65rem;
	font-weight: 700
}

.cw-footerMenu a:hover,
.cw-footer .cw-social a:hover,
.cw-footer .cw-phone:hover {
	color: var(--color-theme-secondary)
}

.cw-footer h5,
.cw-footer .business-hours .bh-title {
	margin-bottom: 1rem;
	color: var(--color-theme-primary);
	padding-left: 0;
	border: none;
	font-size: 1.25rem
}

.cw-footer .business-hours li {
	font-size: .85rem
}

.cw-footer .business-hours li.today {
	color: var(--color-theme-secondary);
}

.cw-social a {
	display: inline-block;
	margin: 0 .5rem 0 0
}

.cw-social i {
	font-size: 25px
}

.footer {
	padding-top: 0
}

footer>.container {
	display: none
}

/* -------------------- internal titles ---------------------- */
section:not(.page-home) .title {
	position: relative;
	margin-bottom: 2.5rem;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.58)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2D8C1330EED2D8013C4403B59D5BD0F2.jpg) no-repeat center;
	background-size: cover;
	text-align: center
}

section:not(.page-home) .title .title-heading {
	position: relative;
	z-index: 1;
	margin: auto;
	padding: 4.5rem 0;
	color: #fff;
	text-shadow: 0 0 4px #000
}

/* Homepage card extra css ========================================================================================================= */
.cw-card {
	transition: all .5s;
}

.cw-card:hover {
	background-color: rgb(0, 0, 0);
	transition: all .5s;
	transform: translateY(-10px);
}

/* -------------------- SRP inventory page ---------------------- */

.inventory-cta .btn:not(.btn-pre-qualified):hover {
	color: var(--color-theme-text-btn) !important;
}

/* -------------------- VDP inventory details page ---------------------- */
/* Fix Quick Connect module */
.page-inventory-details .module,
.vdp-module-canvas-razor-wrapper .module {
	margin-top: 10px !important;
}

/* Fix Mobile More Info button BG color */
.vdp-module-canvas-razor-wrapper .btn-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .sn_business_openclose.open {
	background-color: var(--inventorydetails-primary) !important;
}

/* Fix Loan Calc VDP Colors */
.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary {
	background-color: var(--inventorydetails-primary) !important;
	color: var(--inventorydetails-text-btn);
	border-color: var(--inventorydetails-primary);
}

.vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary:hover {
	background-color: var(--inventorydetails-primary) !important;
}

/*  Homepage - Hero - Module
  =================================================================================================*/
	.cw-search-hero {
		position: relative;
		z-index: 0;
	}

	.cw-search-hero .cw-svg {
		position: absolute;
		z-index: 3;

		left: 0;
		bottom: -1px;
		line-height: 0;
		width: 100%;
		height: clamp(40px, 5vw, 120px);
	}

	.cw-search-hero .cw-svg polygon {
		/* site background or set to whatever background the element below has */
		fill: var(--color-theme-background);
	}

	.cw-search-hero .cw-bg-wrap {
		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: 2;
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	}

	.cw-search-hero .cw-heroContent {
		padding-bottom: 50px;
		position: relative;
		z-index: 3;
	}

	.cw-search-hero h1 {
		font-weight: 700;
		line-height: 1;
	}

	.cw-search-hero h1 span:last-of-type {
		font-size: .6em;
		font-weight: 400;
		line-height: 1;
	}


	/* -------------------- Slideshow part ---------------------- */
	.cw-search-hero .cw-abs-carousel {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		overflow: hidden;
	}

	.cw-search-hero .cw-abs-carousel .carousel,
	.cw-search-hero .cw-abs-carousel .carousel-inner,
	.cw-search-hero .cw-abs-carousel .carousel-item,
	.cw-search-hero .cw-abs-carousel img {
		/* bringing the height through the children so the image can use object-fit settings */
		height: 100%;
	}

	.cw-search-hero .cw-abs-carousel img {
		object-fit: cover;
		object-position: center;
	}


	/* -------------------- 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 {
		margin: 0 !important;
		padding: 1.5rem 0;
		background-color: var(--color-theme-background);
	}

	.page-home .inventory-search-module .container {
		position: relative;
	}

	.page-home .inventory-search-module .container .form__wrapper {
		padding: 0;
		border: 0;
	}

	/* 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) {
		.page-home .inventory-search-module .container .form__wrapper {
			position: absolute;
			z-index: 5;
			right: 0;
			top: -440px;
			width: 500px;
			max-width: 50%;
			padding: 20px;
			display: flex;
			flex-direction: column;
			align-items: unset;
			border: none;
			gap: 10px;
		}

		.page-home .inventory-search-module {
			margin: 0 !important;
			padding: 0;
			background-color: transparent;
		}

		.page-home .inventory-search-module .search__input {
			/* min-width: 40%; */
			/* flex-basis: 90%; */
			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: 45%;
			flex-basis: 45%;
		}

		.cw-search-hero .cw-heroContent {
			max-width: clamp(200px, 50%, 600px);
			margin-left: 5px;
			margin-right: auto;
		}
	}

	/* Extra large devices (large desktops, 1200px and up) */
	@media (min-width: 1200px) {

		/* order positioning of the html, before re-ordering with css
		  0. .search__input--classification
		  1. .search__input-make
		  2. .search__input--model
		  3. .search__input--min-year
		  4. .search__input--max-year
		  5. .search__input--max-price
		  6. .search__input--max-mileage
		  7. (button. no specific class) :last-of-type
	  */
		.page-home .inventory-search-module .container .form__wrapper {
			top: -420px;
			width: 700px;
			max-width: 50%;
		}

		.page-home .inventory-search-module .search__input.search__input--classification {
			order: 0;
		}

		.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%;
		}
	}

/** BODY STYLE SEARCH **/
	.bodystyle__section {
    background: var(--color-theme-light-tint);
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/457510406341750BA404B3B7167C098E.jpg);
    background-size: cover;
    background-position: center center
}

.bodystyle__section .bodystyle__section__container {
    padding: 50px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bodystyle__section .bodystyle__section__container .bs__item {
    text-align: center
}

.bodystyle__section .bodystyle__section__container .bodystyle-text {
    width: 100%;
    z-index: 2;
    position: relative;
    color: #fff;
    font-family: var(--sitefont);
    text-transform: uppercase;
    font-weight: 800;
    text-align: center
}

.bodystyle__section .bodystyle__section__container .bodystyle-text::before {
    font-family: var(--bodyfont);
    content: "  \02039";
    position: relative;
    right: 8px;
    top: -1px;
    -webkit-transition: right .5s ease-out;
    -o-transition: right .5s ease-out;
    transition: right .5s ease-out;
    width: 2rem;
    height: 1rem;
    line-height: 0;
    font-size: 2rem;
    letter-spacing: -4px
}

.bodystyle__section .bodystyle__section__container .bodystyle-text:after {
    font-family: var(--bodyfont);
    content: "  \0203A";
    position: relative;
    left: 0;
    top: -1px;
    -webkit-transition: left .5s ease-out;
    -o-transition: left .5s ease-out;
    transition: left .5s ease-out;
    width: 2rem;
    height: 1rem;
    line-height: 0;
    font-size: 2rem;
    letter-spacing: -4px
}

.bodystyle__section .bodystyle__section__container .bodystyle-text:hover.bodystyle-text::before,.bodystyle__section .bodystyle__section__container .bodystyle-textt:focus.bodystyle-text::before {
    content: "  \02039\02039";
    right: 1.8rem
}

.bodystyle__section .bodystyle__section__container .bodystyle-text:hover.bodystyle-text::after,.bodystyle__section .bodystyle__section__container .bodystyle-text:hover.bodystyle-text::after {
    content: "  \0203A\0203A";
    left: 1rem
}

.bodystyle__section .bodystyle__section__container .bs__more {
    color: #fff;
}

@media(max-width: 991px) {
    .bodystyle__section {
        margin-top:50px
    }

    .bs__item {
        margin-top: 50px
    }

    .bs__more {
        margin-top: 50px;
        text-align: center
    }
}
