/* ======================== ==================== */
.title {
	text-transform: uppercase;
}

.btn {
	text-transform: uppercase;
}

.wow {
	visibility: hidden;
}

/*=========  ==========================  Header / Nav ==========================*/

.header .navbar .nav-link,
.header .navbar .dropdown-item {
	text-transform: uppercase;
}

.cw-header-top {
	background: #5A5A5A;
	color: #fff;
}

.cw-custom-header {
	padding: 1em 0;
	font-size: 1rem;
	background: #000;
	color: #fff;
}

.cw-custom-header .cw-logo img {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}

.cw-custom-header .cw-header-text a {
	color: inherit;
}

.cw-custom-header .cw-header-text a:hover {
	color: var(--color-theme-highlight);
}

.cw-custom-header .cw-header-text .cw-location {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.cw-custom-header .cw-header-text .cw-address {
	font-size: 1em;
	margin-bottom: 10px;
}

.cw-custom-header .cw-header-text .cw-phone {
	font-size: 1.3em;
	font-weight: 400;
	margin: 0;
}

/* -------------------- SECTIONTITLE ---------------------- */

.cw-swap-order-mobile {
	display: flex;
	flex-flow: column-reverse;
	justify-content: stretch;
	align-items: stretch;

}

@media (min-width: 576px) {
	.cw-swap-order-mobile {
		display: flex;
		flex-flow: column;
	}
}


.cw-over-burst .cw-burst-wrap p {
	padding: 1rem;
	background-color: var(--color-theme-secondary);
	color: #fff;
	text-shadow: .1em .1em .2em #000;
	line-height: 1.3;
	margin: 0;
}

.cw-over-burst .cw-burst-wrap p a {
	color: inherit;
}

.cw-over-burst .cw-burst-wrap p:hover {
	outline: 2px solid var(--color-theme-primary);
}

@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-over-burst {
		text-align: left;
		position: absolute;
		z-index: 3;
		width: 100%;

	}

	.cw-over-burst .cw-burst-wrap::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
		background: transparent;
		background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/51D8E54DCED70F1A6A6F5C15C1387D18.png");
		background-position: center;
		background-size: 100% 100%;
		/*background-attachment: fixed;*/
		background-repeat: no-repeat;
		animation: cw-burst-in 1s 0s ease-out forwards;
		opacity: 0;

	}

	.cw-over-burst .cw-burst-wrap::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: transparent;
		background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/46B93C9D536CFB233B4B384B4AA26FFB.png");
		background-position: center;
		background-size: 100% 100%;
		/*background-attachment: fixed;*/
		background-repeat: no-repeat;
		animation: cw-burst-in 1s .5s ease-out forwards;
		opacity: 0;

	}

	@keyframes cw-burst-in {
		0% {
			height: 0%;
			width: 0%;
			opacity: 0;
		}

		100% {
			height: 100%;
			width: 100%;
			opacity: 1;
		}
	}

	.cw-over-burst .cw-burst-wrap {
		position: relative;
		z-index: 5;
		padding: 0rem 11em 4em 0rem;
		max-width: 30em;
		font-weight: 700;
		font-size: 1rem;

	}

	.cw-over-burst .cw-burst-wrap p {
		position: relative;
		z-index: 5;
		padding: 1rem;
		background-color: var(--color-theme-secondary);
	}

}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
	.cw-over-burst .cw-burst-wrap {
		font-size: 1.05rem;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cw-over-burst .cw-burst-wrap {
		font-size: 1.15rem;

	}
}



/* ================= Btn section ========== */
.cw-btnSection {
	background-color: #5A5A5A;
}

.cw-btnSection .cw-card {
	height: 100%;
	background-color: #2b2b2b;
	color: #fff;
	padding: 2em 1.3em;
	text-align: left;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: transform 0.2s ease;
	border-bottom: solid 5px var(--color-theme-secondary);
}

.cw-btnSection .cw-card:hover {
	transform: translateY(-5px);
}

.cw-btnSection a:hover .cw-card {
	border-bottom: solid 5px #ffffff;
}

.cw-btnSection a {
	width: 100%;
	height: 100%;
}

.cw-btnSection .cw-icon {
	font-size: 2rem;
	color: #bcb4b4;
}

.cw-btnSection .cw-card .cw-title {
	font-size: 1.1rem;
	font-weight: bold;
}

.cw-btnSection .cw-card:hover .cw-title {
	color: var(--color-theme-highlight);
}

.cw-btnSection .cw-subtitle {
	font-size: 0.85rem;
	color: #bcbcbc;
	margin-bottom: 0.25rem;
}


/*===========  Search Buttons ================= */
.cw-search-buttons {
	padding: 2em 0;

}

.cw-search-buttons h5 {
	padding: 0 1em;
	font-size: 1.2em;
	padding-left: 5px;
	border-left: 4px solid var(--color-theme-highlight);
}

.cw-search-buttons a {
	display: block;
	padding: 0.5em;
	font-size: 1.1em;
	font-weight: 600;
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	border: transparent;
	border-radius: 3px;
}

.cw-search-buttons a:hover {
	color: #ffffff;
	background: #333333;
}

.cw-search-buttons .cw-button-row {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;

	text-align: center;
	gap: .3em;
}

.cw-search-buttons .cw-button-row a {
	flex-basis: 90%;
	flex-grow: 1;

}

/* Hours */
.cw-search-buttons .cw-dealership-hours {
	/* width: 90%; */
	/* margin: 1.5em auto; */
	margin-bottom: 1.5em;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-search-buttons .cw-dealership-hours {
		padding: 0 1rem;
	}

}

@media (min-width: 768px) {
	.cw-search-buttons h5 {
		font-size: 1.5em;
	}
}

/* MD: 992px & Up */
@media (min-width: 992px) {
	.cw-search-buttons h5 {
		/* margin-top: 1.5em; */
		font-size: 1.7em;
	}

	.cw-search-buttons a {
		font-size: 1em;
	}

	.cw-search-buttons .cw-button-row a {
		flex-basis: 44%;
	}

	.cw-search-buttons .cw-left {
		padding-right: 2px;
	}

	.cw-search-buttons .cw-right {
		padding-left: 2px;
	}
}

/* LG: 1200px & Up */
@media (min-width: 1200px) {
	.cw-search-buttons a {
		font-size: 1.1em;
	}
}

/* -------------------- Finance banner ---------------------- */

.cw-banner {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.cw-banner h3 {
	text-transform: capitalize;
	padding: .7rem .5rem;
	margin: 0;
}

.cw-banner a.cw-button {
	/* height: 80px; */
	/* line-height: 80px; */
	padding: .5em 1.5em;
	background: var(--color-theme-secondary);
	color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
}

.cw-banner a.cw-button:hover {
	color: #000;
}

.cw-banner a.cw-button:focus:after {
	border-top-color: var(--color-theme-secondary);
}

@media (min-width: 992px) {

	.cw-banner a.cw-button {
		height: 80px;
		line-height: 80px;
		padding: 0 1em 0 3.75em;
	}

	.cw-banner a.cw-button:before {
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		margin-top: 0;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: var(--color-theme-primary);
		left: 0px;
		border-top-width: 80px;
		border-right-width: 60px;
		border-left-width: 0;
	}

	.cw-banner a.cw-button:after {
		top: 0;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		margin-top: 0;
		border-color: rgba(255, 255, 255, 0);
		border-top-color: var(--color-theme-secondary);
		right: -60px;
		border-top-width: 80px;
		border-right-width: 60px;
		border-left-width: 0;
	}
}

/* ================ Seach inventory ======= */
.page-home .inventory-search-module {
	background-color: var(--inventorysearch-background) !important;
	margin-top: 0 !important;
	padding-bottom: 6em;
}

.page-home section.inventory-search-module .form__wrapper {
	padding: 0px;
	border: none;
}

/* =========== About us ======================= */
/* .btn-danger {
	border-radius: 30px;
	font-weight: bold;
}

.btn-danger:hover {
	background-color: var(--color-theme-primary) !important;
	border-color: var(--color-theme-primary) !important;
	color: #ffffff !important;
} */

.page-home .cw-aboutINFO {
	margin-top: -3em;
	background-color: #222222;
}

.page-about-us .textwithimage-in-container {
	padding-top: 0 !important;
}

@media(min-width: 1400px) {
	.cw-aboutINFO .cw-aboutDetails {
		border-right: solid 2px #333333;
	}
}

.textwithimage-in-container {
	padding: 6rem 0 !important;
}

.textwithimage a.btn-primary,
.textwithimage a.btn-secondary {
	color: var(--color-theme-text-btn);
}

.cw-aboutSection .cw-left-border {
	border-left: 3px solid var(--color-theme-primary);
	padding-left: .5rem;
}

/* -------------------- Testimonial slideshow on home ---------------------- */

.cw-testimonial-slideshow {
	position: relative;
	/* margin: 1rem 0; */
	padding: 2rem 0;
}

.cw-testimonial-slideshow .container {
	max-width: 1320px;
	padding: 0 .5rem;
}

.cw-testimonial-slideshow .cw-stars i {
	font-size: 1.1rem;
	color: #ddaf0d;
}

.cw-testimonial-slideshow p {
	font-size: 1rem;
	font-style: italic;
	margin: 1rem auto 2rem;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media (min-width: 576px) {
	.cw-testimonial-slideshow p {
		font-size: 1.5rem;
	}
}

/* ================ Parallax Section ============== */
.cw-parallaxSection {
	/* background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/C805F2AA95C69014DC6902C9A73069F1.jpg); */
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8EFA7DC230900C350F7D379A3BEBA427.jpg);
	background-attachment: fixed;
	background-position: center;
}

.cw-parallaxSection .cw-parallaxContent {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	padding: 30px 30px 30px 30px;
	max-width: 420px;
}

@media (min-width: 576px) {
	.cw-parallaxSection {
		background-attachment: fixed;
	}
}

/* =============== Inventory Page =========== */
.card__multi__style1 .item__card {
	border: 1px solid #252525 !important;
}


.card__multi__style1 .card__addt__info__wrapper .veh__info__wrapper .veh__info__item:not(.no-data) {
	border: 1px solid #252525 !important;
}

.inventory .inventory-resultsSort {
	background: var(--color-theme-background);
	color: var(--color-theme-text);
}

@media (max-width: 991px) {
	body .inventory .srp-sidebar {
		/* Should help keep search results page in front of navbar on mobile.*/
		/* ALSO reduce highest navbar/other elements z-index to around 1030-1039 */
		z-index: 1040;
	}
}

/* ================ VDP ============= */
.inventorydetails .vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
	background: rgba(150, 150, 150, 0.1)
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary:focus {
	color: var(--color-theme-text-btn) !important;
}


.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
	border-color: var(--color-theme-primary);
	color: var(--color-theme-primary);
	background-color: var(--color-theme-text-btn)
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover:focus,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled).active,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:not([disabled]):not(.disabled):active,
.inventorydetails .vdp-module-canvas-razor-wrapper .show>.btn-outline-secondary.dropdown-toggle {
	background-color: var(--color-theme-secondary);
	color: var(--color-theme-text-btn)
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:before {
	background: var(--color-theme-secondary)
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-check:active+.btn-outline-secondary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-check:checked+.btn-outline-secondary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary.active,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary.dropdown-toggle.show,
.inventorydetails .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)
}


.inventorydetails .sn_business_openclose.open,
.inventorydetails .store__hours .hours__status {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.inventorydetails .store__hours .hours__status.hours__status__closed[DealershipInfoWidgetCssScope] {
	background-color: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
}

.inventorydetails .vdp__info__addt__mod .btn-secondary::before {
	background-color: var(--color-theme-highlight);
}