.textwithimage-in-container {
	padding: 6rem 0 !important;
}

/* ======================== Internal page ==================== */
.title {
	text-transform: uppercase;
}

section:not(.page-inventory-details) .header .header-container {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 1030;
}

/** 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: 102px;
}

@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;
	}
}

@media (min-width: 1200px) {
	:root {
		--cw-headerHeight: 156px;
	}
}

/*=========  ==========================  Header / Nav ==========================*/


.header .navbar.bg-primary {
	/* background-color: #DB7C66 !important; */
}


.header nav.navbar {
	transition: background-color 0.5s ease;
}

.header nav.navbar.header-scroll .navbar-nav .nav-link,
.header nav.navbar.header-scroll .navbar-cart .nav-link-cart i {
	color: #eff1f3;
}

.header nav.navbar.header-scroll .toggle .icon-bar {
	background-color: #eff1f3;
}

.header-container .cw-header-top {
	background: var(--color-theme-primary);
	display: none;
}

.cw-header-top .cw-pipe {
	padding: 0 10px;
}


.navbar .badge {
	background: var(--color-theme-primary);
	color: var(--color-theme-text-btn);
	min-width: 1.5rem;
	padding: 6px 4px 4px;
}

.navbar-shadow {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.03),
		0 4px 4px rgba(0, 0, 0, 0.04), 0 8px 8px rgba(0, 0, 0, 0.05),
		0 16px 16px rgba(0, 0, 0, 0.05);
}

.header .navbar :focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.header .nav-link-cart i {
	/* color: var(--color-theme-text); */
}

.header .navbar .navbar-nav .nav-link {
	text-transform: uppercase;
}

.cw-header-top {
	color: #eff1f3;
}

.cw-header-top a {
	color: #eff1f3;
}

.header .navbar .nav-link:hover::before,
.header .navbar .nav-link:focus::before,
.header .navbar .active .nav-link::before,
.header .navbar .active .dropdown-toggle::before,
.header .nav-link-cart:hover::after,
.header .nav-link-cart:focus::after,
.header .active .nav-link-cart::after {
	background: var(--color-theme-primary);
	border-color: var(--color-theme-primary);
	color: var(--color-theme-secondary) !important;
}

.header .navbar-cart li.nav-item {
	background-color: unset !important;
}

/* Dynamic Inventory Overflow w/ Fixed Header/Nav */
.header .navbar .dropdown-menu {
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
	min-width: 260px;
}

.header .navbar .dropdown-menu {
	padding: 0.5rem;
}


.cw-header-top {
	background-color: var(--color-theme-secondary) !important;
	color: var(--color-theme-text-btn);

}

.cw-header-top a {
	color: inherit
}

.cw-header-top a:hover {
	color: #eee;
}

.cw-header-top .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: .25rem;
	color: var(--color-theme-secondary);
}

.cw-headerSS {
	display: inline-block;
}

.cw-headerSS a {
	margin: 0 .25rem;
}

.cw-headerSS i {
	font-size: 1.5em;
	height: 1em;
	width: 1em;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}


.cw-header-top .cw-address,
.cw-header-top .cw-phone,
.cw-header-top .cw-hours {
	position: relative;
	vertical-align: middle;
	margin: .25rem;
	padding-left: 1.1rem;
	color: #fff;
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: bold
}

.cw-header-top .cw-hours {
	display: inline-block;
}

.cw-header-top .cw-address:before {
	font-family: FontAwesome;
	content: "\f3c5";
	position: absolute;
	left: 0;
	padding-right: .5rem;
	color: #fff
}

.cw-header-top .cw-phone:before {
	font-family: FontAwesome;
	content: "\f2a0";
	position: absolute;
	left: 0;
	padding-right: .5rem;
	color: #fff
}

.cw-header-top .cw-hours:before {
	font-family: FontAwesome;
	content: "\f017";
	position: absolute;
	left: 0;
	padding-right: .5rem;
	color: #fff
}

.cw-header-top .cw-BigBTN {
	display: inline-block;
	background-color: var(--color-theme-primary);
	color: #ffffff;
	/* margin-left: 25px; */
	padding: 15px 30px;
	transition: box-shadow .3s;
}

.cw-header-top .cw-BigBTN:hover {
	background-color: var(--color-theme-primary);
}

.header .navbar .active>.nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show>.nav-link {
	background-color: #eeeeee !important;
	color: var(--color-theme-secondary) !important;
}

.header .navbar {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header .navbar,
.header .navbar.bg-primary {
	background-color: var(--color-theme-primary) !important;
}

.header .navbar .dropdown-menu {
	background-color: var(--color-theme-secondary) !important;
}

.header .navbar .dropdown-item {
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.header .navbar-brand {
		margin-left: 0;
		display: inline-block !important;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 280px;
		height: 82px;
	}

	.header .navbar,
	.header .navbar.bg-primary {
		background-color: var(--color-theme-primary) !important;
	}

	.navbar-collapse {
		-webkit-box-flex: initial;
		-ms-flex-positive: initial;
		flex-grow: initial;
	}

	.header-container .cw-header-top {
		display: block;
	}

	.navbar .container {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.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;
	}
}


/* Slideshow */

.cw-hero-carousel {
	position: relative;
	overflow: hidden;
}

.cw-hero-carousel .cw-carousel-fade:before {
	content: "";
	background: rgba(0, 0, 0, 0.3);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 5;
	pointer-events: none;
}

.cw-hero-carousel .cw-ss-text {
	padding: 1.5rem .5rem;
	/* bottom: 4rem; */
	/* left: 0; */
	width: 100%;
	/* pointer-events: none; */
	text-align: center;
	z-index: 1;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
	background: #333;
	font-size: .9rem;
}

/* .cw-hero-carousel .cw-ss-text>.d-inline-block {
	pointer-events: all;
	max-width: 86%;
} */

.cw-hero-carousel .cw-ss-text h6 {
	font-size: 1.4em;
}

.cw-hero-carousel .cw-ss-text h1 {
	font-size: calc(1.3em + 1.4vw);
}



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-hero-carousel .cw-ss-text {
		display: inline-block;
		position: absolute;
		padding: 1rem 5px 1rem;
		bottom: 3vw;
		left: 0;
		width: 100%;
		pointer-events: none;
		text-align: center;
		z-index: 1;
		color: #fff;
		text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
		background: transparent;

		background: linear-gradient(to right, transparent 0%, transparent 15%, rgba(0, 0, 0, 0.45) 44%, rgba(0, 0, 0, 0.45) 48%, rgba(0, 0, 0, 0.45) 60%, transparent 85%, transparent 100%);
	}

	.cw-hero-carousel .cw-ss-text>.d-inline-block {
		pointer-events: all;
		max-width: 86%;
	}

	.cw-hero-carousel .carousel-control-next,
	.cw-hero-carousel .carousel-control-prev {
		width: 7%;
	}


}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-hero-carousel .cw-ss-text {
		font-size: 1rem;
	}
}

/* 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) {
	.cw-hero-carousel .cw-ss-text {
		font-size: 1.1rem;
	}

	.cw-hero-carousel .cw-ss-text h6 {
		font-size: 1.5em;
	}

	.cw-hero-carousel .cw-ss-text>.d-inline-block {
		max-width: 100%;
	}

	.cw-hero-carousel .carousel-control-next,
	.cw-hero-carousel .carousel-control-prev {
		width: 15%;
	}
}

	/* Buttons */
	.cw-btns {
		display: block;
	}

	.cw-btns .cw-flex-item {
		border: 2px solid #eee;
		overflow: hidden;
	}

	.cw-btns a.cw-btn {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 4rem 2rem;
		width: 100%;
		min-height: 220px;
		text-align: center;
		color: #fff;
		text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
		background-size: cover;
		background-repeat: no-repeat;
		transition: all 0.5s;
		text-decoration: none;
	}

	.cw-btns a.cw-btn:hover {
		transform: scale(1.08);
	}

	.cw-btns a.cw-btn h4 {
		font-size: 2rem;
		margin: 1rem 0 0;
		color: #fff;
	}

	.cw-btns img {
		width: 70px;
		max-width: 100%;
		height: auto;
	}

	.cw-btns a.cw-btn1 {
		background: linear-gradient(rgba(57, 116, 161, 0.5), rgba(57, 116, 161, 0.5)),
			url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3A9E716D213FDDC97EAC4251B7865CB7.jpg") no-repeat center center;
		background-size: cover;
	}

	.cw-btns a.cw-btn2 {
		background: linear-gradient(rgba(57, 116, 161, 0.5), rgba(57, 116, 161, 0.5)),
			url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/84EF0427F24542AB86333BF552E63547.jpg") no-repeat center center;
		background-size: cover;
	}

	.cw-btns a.cw-btn3 {
		background: linear-gradient(rgba(57, 116, 161, 0.5), rgba(57, 116, 161, 0.5)),
			url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/ECC058D8991F9DD3BCDD47B4C215658B.jpg") no-repeat center center;
		background-size: cover;
	}

	@media (min-width: 768px) {
		.cw-btns {
			display: flex;
			align-items: stretch;
		}

		.cw-btns .cw-flex-item {
			flex: 1 1 33.333%;
			display: flex;
		}

		.cw-btns a.cw-btn {
			min-height: 240px;
		}
	}

/* Buttons */
/* .cw-btns {
	display: block;
}

.cw-btns .cw-flex-item {
	border: 2px solid #eee;
	overflow: hidden;
}

.cw-btns a.cw-btn {
	display: block;
	padding: 4vw 2vw;
	width: 100%;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.6);
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.cw-btns a.cw-btn:hover {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.cw-btns a.cw-btn h6 {
	font-size: 2em;
	margin-top: -15px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.cw-btns a.cw-btn .cw-icon {
	display: block;
	-webkit-transition: all .2s;
	transition: all .2s;
	width: 20%;
	margin: auto;
}

.cw-btns img {
	width: 70px;
	max-width: 100%;
	height: auto;
}

.cw-btns a.cw-btn1 {
	background: linear-gradient(rgba(57, 116, 161, 0.5), rgba(57, 116, 161, 0.5)),
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B2D7062C8ABF0A72FBCEEC7494A5A1E9.jpg") no-repeat center center;
	background-size: cover;
}

.cw-btns a.cw-btn2 {
	background: linear-gradient(rgba(57, 116, 161, 0.5), rgba(57, 116, 161, 0.5)),
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/84EF0427F24542AB86333BF552E63547.jpg") no-repeat center center;
	background-size: cover;
}

.cw-btns a.cw-btn3 {
	background: linear-gradient(rgba(57, 116, 161, 0.5), rgba(57, 116, 161, 0.5)),
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6CB602394C0D6ED9E8B40BD4822CD368.jpg") no-repeat center center;
	background-size: cover;
}

.cw-btns a.cw-btn4 {
	background: linear-gradient(rgba(57, 116, 161, 0.5), rgba(57, 116, 161, 0.5)),
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/83443E44778C97719D347813B0ED0886.jpg") no-repeat center center;
	background-size: cover;
}

.cw-btns a.cw-btn5 {
	background: linear-gradient(rgba(57, 116, 161, 0.5), rgba(57, 116, 161, 0.5)),
		url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/0D6E8653F57E067808ACF2EC8E1C34BA.jpg") no-repeat center center;
	background-size: cover;
}

@media (min-width: 768px) {
	.cw-btns {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
	}

	.cw-btns .cw-flex-item {
		display: flex;
		justify-content: center;
	}

	.cw-btns .cw-flex-item-vertical {
		flex-grow: 1;
	}

	.cw-btns .cw-flex-item-horizontal {
		display: flex;
		flex-grow: 2;
		flex-wrap: wrap;
	}

	.cw-btns .cw-flex-item-100 {
		max-width: 100%;
		flex-basis: 100%;
	}

	.cw-btns .cw-flex-item-50 {
		max-width: 50%;
		flex-basis: 50%;
	}

	.cw-btns a.cw-btn {
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		min-height: 200px;
	}
} */





/* ============== Shop by Bodystyle ============= */
.cw-shopBy {
	overflow: hidden;
	position: relative;
	padding: 3rem 0;
}

.cw-shopBy .cw-body-link {
	display: inline-block;
	position: relative;
	padding: 1rem 0;
	text-align: center;
}

.cw-shopBy .cw-body-link img {
	transition: transform 0.3s ease;
}

.cw-shopBy .cw-body-link h4 {
	margin-top: .5rem;
}

.cw-shopBy .cw-shopbyContent {
	transform: skew(-5deg);
	background: rgba(233, 233, 233, 0.7);
	border: solid 1px #ffffff;
}

.cw-shopBy .cw-shopbyContent a {
	transform: skew(5deg);
}

/* .cw-shopBy .cw-body-link::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
} */


.cw-shopBy a:hover img {
	transform: translateY(-5px);
}

.cw-shopBy .cw-isoCar {
	display: block;
	text-align: center;
}

@media (min-width: 992px) {

	.cw-shopBy .cw-shopbyContent {
		transform: skew(-10deg);
	}

	.cw-shopBy .cw-shopbyContent a {
		transform: skew(10deg);
	}

	.cw-shopBy .cw-isoCar {
		display: block;
		position: absolute;
		left: -10px;
		top: 60%;
		transform: translateY(-50%);
	}
}

@media (min-width: 1600px) {
	.cw-shopBy .cw-isoCar {
		/* left: 10rem; */
		left: calc(50vw - 800px);
		/* top: 60%; */
		/* transform: translateY(-50%); */
	}
}


/* ================ Shopping request ============ */
.cw-showcase {
	position: relative;
	overflow: hidden;
}

.cw-showcase .cw-topContent {
	background:
		linear-gradient(45deg, rgba(0, 0, 0, 0.8) 0%,
			rgba(0, 0, 0, 0.5) 100%),
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1F74A7A4DF6E29D6E906C1F1C9382655.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	position: relative;
	padding-top: 4rem;
	padding-bottom: calc(10vw + 3rem);
}

.cw-showcase .cw-topContent .cw-svg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	fill: var(--color-theme-background);
}

.cw-showcase .cw-bottomIMG {
	display: none;
}

@media (min-width: 576px) {
	.cw-showcase .cw-bottomIMG {
		display: block;
		position: relative;
		z-index: 3;
		margin-top: -10vw;
	}
}

@media (min-width: 768px) {
	.cw-showcase .cw-topContent {
		padding-top: calc(4vw + 2rem);
		padding-bottom: calc(10vw + 2rem);
	}
}

@media (min-width: 992px) {}


@media (min-width: 1200px) {}


@media (min-width: 1400px) {
	.cw-showcase .cw-topContent {
		padding-top: 6rem;
		padding-bottom: calc(160px + 3rem);
	}

	.cw-showcase .cw-bottomIMG {
		margin-top: -160px;
	}

}



/* -------------------- About Section ---------------------- */

.cw-about {
	position: relative;
	padding-bottom: 4rem;
	margin-bottom: 4rem;
}

.page-home .cw-about::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	background: var(--color-theme-primary);
	bottom: 10px;
	animation-duration: 2s;
	animation-delay: 2s;
	animation-name: fadeInLeft;
	animation-fill-mode: both;
}

.cw-about img {
	position: relative;
	overflow: hidden;
}

.cw-about .cw-box-about {
	padding: .5rem;
	background-color: var(--color-theme-background);
	color: var(--color-theme-text);
	margin: 1rem auto 4rem;
}

/* .cw-about .cw-about-list {
	column-count: 1;
} */

.cw-about .cw-about-list li {
	margin-top: 0;
	margin-bottom: 13px;
	margin-left: 38px;
	font-size: 15px
}

.cw-about .cw-about-list li::before {
	float: left;
	overflow: hidden;
	width: 23px;
	height: 23px;
	content: "";
	margin-right: 7px;
	margin-left: -35px;
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/67211E1EF86BDBF97CDE4551F32719CE.png);
	background-size: 23px 23px;
	background-repeat: no-repeat;
	background-position: 0 0
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	.cw-about .cw-about-list {
		column-count: 2;
	}
}

/* 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-about::before {
		bottom: 2rem;
		bottom: 30px;
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cw-about::before {
		bottom: 3rem;
	}

}


	/* Testimonials Section */
	.cw-testimonials-showcase {
		color: #212529;
	}

	.cw-testimonials-showcase .cw-section-eyebrow {
		color: var(--color-theme-primary);
		font-weight: 700;
		letter-spacing: 0.12em;
		text-transform: uppercase;
	}

	.cw-testimonials-showcase .cw-section-title {
		color: var(--color-theme-secondary);
		font-weight: 800;
	}

	.cw-testimonials-showcase .cw-testimonial-card {
		background: #ffffff;
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-top: 4px solid var(--color-theme-primary);
		border-radius: 1rem;
		box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
		transition: transform 0.25s ease, box-shadow 0.25s ease;
	}

	.cw-testimonials-showcase .cw-testimonial-card:hover {
		transform: translateY(-6px);
		box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.12);
	}

	.cw-testimonials-showcase .cw-quote-icon {
		width: 48px;
		height: 48px;
		background: var(--color-theme-secondary);
		color: #ffffff;
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 1.25rem;
	}

	.cw-testimonials-showcase .cw-testimonial-title {
		color: var(--color-theme-secondary);
		font-weight: 800;
	}

	.cw-testimonials-showcase .cw-testimonial-text {
		line-height: 1.7;
	}

	.cw-testimonials-showcase .cw-testimonial-name {
		color: var(--color-theme-primary);
		font-weight: 800;
	}

		/* Charging Resources Section */
	.cw-charging-resources {
		color: #212529;
	}

	.cw-charging-resources .cw-section-eyebrow {
		color: var(--color-theme-primary);
		font-weight: 700;
		letter-spacing: 0.12em;
		text-transform: uppercase;
	}

	.cw-charging-resources .cw-section-title {
		color: var(--color-theme-secondary);
		font-weight: 800;
	}

	.cw-charging-resources .cw-resource-card {
		background: #ffffff;
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 1rem;
		box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.08);
	}

	.cw-charging-resources .cw-resource-card p {
		font-size: 1.05rem;
		line-height: 1.75;
	}

	.cw-charging-resources .cw-resource-card a:not(.btn) {
		color: var(--color-theme-primary);
		font-weight: 700;
		text-decoration: none;
	}

	.cw-charging-resources .cw-resource-card a:not(.btn):hover {
		color: var(--color-theme-secondary);
		text-decoration: underline;
	}

	.cw-charging-resources .cw-info-sidebar {
		background: var(--color-theme-secondary);
		color: #ffffff;
		border-radius: 1rem;
		box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.12);
	}

	.cw-charging-resources .cw-sidebar-heading {
		color: #ffffff;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 0.04em;
	}

	.cw-charging-resources .cw-sidebar-heading i {
		color: var(--color-theme-primary);
	}

	.cw-charging-resources .cw-info-sidebar a:not(.btn) {
		color: #ffffff;
		font-weight: 700;
		text-decoration: none;
	}

	.cw-charging-resources .cw-info-sidebar a:not(.btn):hover {
		color: var(--color-theme-primary);
		text-decoration: underline;
	}

	.cw-charging-resources .cw-sidebar-divider {
		border-top: 1px solid rgba(255, 255, 255, 0.22);
	}

	.cw-charging-resources .cw-hours-row {
		display: flex;
		justify-content: space-between;
		gap: 1rem;
	}

	.cw-charging-resources .cw-hours-row span:last-child {
		text-align: right;
		font-weight: 700;
	}

	.cw-charging-resources .cw-btn-row .btn {
		min-width: 180px;
	}