.page-home .inventoryslideshow h2 {
	font-size: 40px !important;
	text-transform: uppercase !important;
	margin-bottom: 3rem !important;
}

section.inventory-search-module label {
	display: none !important;
}

.page-home .popular-vehicles-sections h2 {
	font-size: 40px !important;
	text-transform: uppercase !important;
}

/* -------------------- Header & Navbar ---------------------- */


/*-- Navbar --*/
.header .navbar {
	padding: 1rem 0 !important;
}

.header .navbar-nav .nav-link {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.85rem !important;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
	color: var(--header-navigationbartext);
}

.navbar .nav-link:hover {
	color: var(--color-theme-highlight);
}

.header .navbar .active>.nav-link {
	color: #fff;
}

header .navbar .dropdown-item {
	text-transform: uppercase;
	font-size: 0.9rem;
	font-weight: normal !important;
}

/*-- Header --*/
.cw-trade-banner {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: .5rem 0;
}



.cw-header {
	background-color: var(--header-primary);
	color: var(--header-navigationbartext);
}

.header .cw-header :focus {
	box-shadow: none;
}

.header .cw-header-logo img {
	width: 218px;
}

.cw-header-contact {
	font-size: 0.9rem;
	/* background-color: var(--color-theme-primary); */
	/* color: var(--color-theme-text-btn); */
}

.cw-header-contact a {
	color: inherit;
}

.cw-header-contact a:hover {
	opacity: 0.85;
}

.cw-header-contact .fa {
	display: inline-block;
	vertical-align: middle;
	padding-right: 0.25rem;
	color: var(--color-theme-secondary);
}

.cw-header .cw-address:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f3c5";
	padding-right: 0.5rem;
	color: #fff;
}

.cw-header .cw-phone:before {
	font-family: FontAwesome;
	vertical-align: middle;
	content: "\f2a0";
	padding-right: 0.5rem;
	color: #fff;
}

@media (min-width: 992px) {
	.cw-header .cw-header-logo {
		position: absolute;
		z-index: 1040;
		top: 0;
	}

	nav.navbar .container {
		min-height: 77px;
	}

	.header.has-cart .collapse.justify-content-center,
	.header .navbar-collapse.justify-content-center {
		-webkit-box-pack: flex-end !important;
		-ms-flex-pack: flex-end !important;
		justify-content: flex-end !important;
	}

	.header .navbar-nav:not(.navbar-cart) {
		/* set pixels to logo width (or more) */
		max-width: calc(100% - 350px);
		justify-content: center;
	}
}


/* -------------------- Hero ---------------------- */

	.cw-hero-carousel {
		position: relative;
		overflow: hidden;
		background: #333;
		color: #fff;
	}

	.cw-hero-carousel .carousel {
		position: relative;
		z-index: 1;
	}

	.cw-hero-carousel .carousel-control-prev,
	.cw-hero-carousel .carousel-control-next {
		width: 7%;
		z-index: 10;
		opacity: .35;
		transition: opacity .35s ease;
	}

	.cw-hero-carousel:hover .carousel-control-prev,
	.cw-hero-carousel:hover .carousel-control-next {
		opacity: 1;
	}

	.cw-hero-carousel .carousel-indicators {
		z-index: 10;
	}

	.cw-hero-carousel .carousel-item {
		transition: transform 1.25s cubic-bezier(.4, 0, .2, 1);
		backface-visibility: hidden;
		will-change: transform;
	}

	.cw-hero-carousel .carousel-item img {
		width: 100%;
		min-height: 480px;
		object-fit: cover;
		object-position: center top;
		transition: transform 6s ease;
	}

	.cw-hero-carousel .carousel-item.active img {
		transform: scale(1.05);
	}

	.cw-hero-carousel .cw-hero-overlay {
		position: absolute;
		inset: 0;
		z-index: 5;
		pointer-events: none;
		padding: 30px 6%;
		display: flex;
		align-items: center;
	}

.cw-hero-carousel .cw-headerText{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    text-align:left;
    pointer-events:auto;
    text-shadow:.07em .07em .15em rgba(0,0,0,.9);

    /* Initial state */
    opacity:0;
    transform:translateY(45px);
    transition:
        opacity .9s ease,
        transform .9s cubic-bezier(.2,.8,.2,1);
}

/* Final state */
.cw-hero-carousel .cw-headerText.cw-loaded{
    opacity:1;
    transform:translateY(0);
}

	.cw-hero-carousel .cw-headerText.cw-text-out {
		opacity: 0;
		transform: translateY(35px);
	}

	.cw-hero-carousel .cw-headerText h5 {
		color: #fff;
		font-size: 2.1em;
		font-weight: 500;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
	}

	.cw-hero-carousel .cw-headerText p {
		color: #fff;
		font-size: 1.2em;
		margin: 0;
		font-weight: 500;
	}

	.cw-hero-carousel .cw-headerText .cw-hero-btn {
		background-color: rgba(0, 0, 0, .05);
		border: 1px solid #fff;
		color: #fff;
		border-radius: 0;
		padding: .6em 1em;
		margin: 1em 0 0;
		display: inline-block;
		text-transform: uppercase;
		text-decoration: none;
		transition: all .25s ease;
	}

	.cw-hero-carousel .cw-headerText .cw-hero-btn:hover {
		background-color: rgba(0, 0, 0, .5);
	}

	.cw-hero-carousel .cw-deals {
		display: inline-block;
		padding: 10px 15px;
		background: rgba(0, 0, 0, 0.65);
		backdrop-filter: blur(5px);
		border-radius: 1rem;
		color: #fff;
		box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
		font-size: .9em;
	}

	.cw-deals p {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
		margin: 0;
		font-size: .95rem;
		line-height: 1.7;
	}

	.cw-deals p:last-child {
		border-bottom: 0;
	}

	.cw-deals p strong {
		color: #ffd700;
	}

	.cw-deals .cw-carfax {
		background: #fff;
		color: #000;
		font-weight: 700;
		padding: 0 5px;
		border-radius: 3px;
		text-shadow: none;
	}

	.cw-deals .cw-july4 {
		background: #fff;
		color: #000;
		padding: 1px 4px;
		font-weight: 700;
		border-radius: 3px;
		text-shadow: none;
	}

	.cw-deals .cw-july4 span:nth-of-type(1) {
		color: red;
	}

	.cw-deals .cw-july4 span:nth-of-type(2) {
		color: #000;
	}

	.cw-deals .cw-july4 span:nth-of-type(3) {
		color: blue;
	}

.carousel-indicators [data-bs-target] {
    border-radius: 0;
}

	@media (min-width: 440px) {
		.cw-hero-carousel .cw-headerText h5 {
			font-size: 3em;
		}
	}

	@media (min-width: 768px) {
		.cw-hero-carousel .cw-headerText h5 {
			font-size: 5em;
		}

		.cw-hero-carousel .cw-deals {
			font-size: 1em;
		}
	}

	@media (min-width: 992px) {
		.cw-hero-carousel .cw-headerText h5 {
			font-size: 7em;
		}
	}

	@media (min-width: 1200px) {
		.cw-hero-carousel .cw-headerText h5 {
			font-size: 8.5em;
		}

		.cw-hero-carousel .cw-headerText .cw-hero-btn {
			font-size: 18px;
		}
	}

	@media (min-width: 1400px) {
		.cw-hero-carousel .carousel-item img {
			max-height: 650px;
		}
	}

	@media (min-width: 1600px) {

		.cw-hero-carousel .carousel-control-prev,
		.cw-hero-carousel .carousel-control-next {
			width: 12%;
		}
	}

	@media (max-width: 575px) {
		.cw-hero-carousel .carousel-item img {
			min-height: 560px;
		}

		.cw-hero-carousel .cw-hero-overlay {
			align-items: flex-end;
			padding: 30px 20px 70px;
		}

		.cw-hero-carousel .cw-headerText h5 {
			font-size: 2rem;
		}
	}

/* buttons under hero =========================================================================================== */
.cw-under-hero .cw-full-button {
	position: relative;
	overflow: hidden;
	background-color: #000;
}

.cw-under-hero .cw-full-button img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: 0.5s ease;
	backface-visibility: hidden;
}

.cw-under-hero a {
	color: inherit;
	display: block;
}

.cw-under-hero .cw-full-button .cw-middle {
	transition: 0.5s ease;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
	width: 100%;
	padding: 10%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}

.cw-under-hero .cw-full-button h5 {
	background-color: rgba(255, 255, 255, 0);
	color: #fff;
	font-size: 3rem;
	/* font-family: "Oswald", sans-serif; */
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
}

.cw-under-hero .cw-full-button p {
	/* font-family: "Playfair Display SC", serif; */
	font-size: 1.5rem;
	color: #fff;
	/* opacity: 0.75; */
}

/* MD: 768px & Up */
@media (min-width: 768px) {
	.cw-under-hero .cw-full-button img {
		opacity: 1;
	}

	.cw-under-hero .cw-full-button .cw-middle {
		opacity: 0;
	}

	.cw-under-hero .cw-full-button:hover img {
		opacity: 0.7;
	}

	.cw-under-hero .cw-full-button:hover .cw-middle {
		opacity: 1;
	}

	.cw-under-hero .cw-full-button h5 {
		font-size: 2.25rem;
	}

	.cw-under-hero .cw-full-button p {
		font-size: 1.25rem;
		opacity: .8;
	}
}

/* LG: 992px & Up */
@media (min-width: 992px) {
	.cw-under-hero .cw-full-button h5 {
		font-size: 3rem;
	}

	.cw-under-hero .cw-full-button p {
		font-size: 1.5rem;
	}
}


/* Inventory ======================================================== */
.inventory-search-module {
	background-color: #1b1b1b;
	margin-top: 0 !important;
	margin-bottom: 0px !important;
	padding: 2rem !important;
	color: #fff;
}

section.inventory-search-module .form__wrapper {
	background-color: var(--color-theme-accent);
	border: 1px solid #f5f5f500 !important;
	padding: 30px;
	/* margin-top: 2rem !important; */
}

.btn-primary {
	border: 1px solid #fff !important;
}


/* ======================================================================================= */
.page-home .container.mb-4 {
	display: none !important;
}

/*-- Other Home Sections --*/
.cw-big-squares {
	position: relative;
	/* margin-top: 1rem;
  margin-bottom: 1rem; */
	overflow: hidden;
	background-color: #1b1b1b;
}

.cw-big-squares h3,
.cw-big-squares h4,
.cw-big-squares .h5 {
	font-weight: 900;
	text-transform: uppercase;
}

.cw-big-squares .cw-img-box,
.cw-big-squares .cw-map-box,
.cw-big-squares .cw-content {
	position: relative;
	flex-grow: 1;
}

.cw-big-squares .cw-img-box {
	max-height: 400px;
}

.cw-big-squares .cw-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.cw-big-squares .cw-content {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;

	padding: 1rem;
	color: #fff;

	/* background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BD664CE04C7B7D31509402500C81D72A.jpg"); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.cw-big-squares .cw-content.cw-bg1 {
	background-color: #1b1b1b;
	/* background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BD664CE04C7B7D31509402500C81D72A.jpg); */
}

/* .cw-big-squares .cw-content.cw-bg2 {
		background-color: #333333;
		background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2A9EA7B29A326555267FACB1442705F3.jpg);
	} */

.cw-big-squares .cw-content .cw-innerbox {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding: 1rem 0.5rem;
}

.cw-content h4 span {
	font-style: italic;
	font-size: 60%;
}

.cw-big-squares .cw-mapContact {
	padding: 1rem 0.5rem;
	background: rgba(0, 0, 0, 0.1);
}

.cw-big-squares .cw-address {
	font-size: 1rem;
}

.cw-big-squares .cw-map-box {
	min-height: 300px;
}

/* -------------------- Icons ---------------------- */
.cw-big-squares .cw-address,
.cw-big-squares .cw-hours {
	position: relative;
	vertical-align: middle;
	margin: 0.25rem;
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: bold;
}

.cw-big-squares .cw-hours:before {
	font-family: FontAwesome;
	content: "\f017";
	font-size: 2rem;
	line-height: 1.4;
	color: var(--color-theme-secondary);

	display: block;
	text-align: center;
}

.cw-big-squares .cw-hours h2.bh-title {
	font-size: calc(1.3rem + 0.6vw);
	padding-left: 0;
	border-left: 0;
	text-align: center;
}

.cw-big-squares .business-hours ul {
	margin-bottom: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-big-squares .cw-content .cw-innerbox {
		padding: 1rem;
	}

	.cw-big-squares .cw-hours {
		position: relative;
		padding-left: 3rem;
		margin: 0;
	}

	.cw-big-squares .cw-hours:before {
		position: absolute;
		left: 0;
		padding-right: 0.5rem;
		padding-top: 0.25rem;
		display: inline-block;
	}

	.cw-big-squares .cw-hours h2.bh-title {
		text-align: left;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-big-squares .cw-mapContact {
		padding: 1rem;
	}
}

@media (min-width: 992px) {

	.cw-big-squares .cw-img-box,
	.cw-big-squares .cw-map-box,
	.cw-big-squares .cw-content {
		/* margin: 0 0.5rem 1rem; */
	}

	.cw-big-squares .cw-img-box {
		max-height: 100%;
	}

	.cw-big-squares .cw-map-box {
		min-height: 450px;
	}

	.cw-big-squares .cw-content {
		padding: 8% 4%;
	}

	.cw-big-squares h3 {
		font-size: 40px;
	}

	.cw-big-squares h4 {
		font-size: 1.75rem;
	}
}

@media (min-width: 1400px) {
	.cw-big-squares h3 {
		font-size: 40px;
	}

	.cw-big-squares h4 {
		font-size: 2rem;
	}

	.cw-big-squares .cw-content {
		padding: 8%;
	}
}

/* ===================================================================== */
.popular-vehicles-sections {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}