.header .container {
  position: relative;
  max-width: 1400px
}


.header .navbar .navbar-nav .nav-link {
  text-transform: uppercase;
}
.header .navbar .dropdown-item {
  text-transform: uppercase;
}

.header .navbar .active>.nav-link, .header .navbar .dropdown-item.active, .header .navbar .dropdown-item:active, .header .navbar .show>.nav-link {
  background-color: var(--color-theme-primary);
}
@media(min-width: 992px) {
  .header {
    position: fixed;
    z-index: 1040;
    width: 100%;
    background: 0 0
  }
  .header .header-info-logo-img {
  max-width: 260px;
  /* margin: 8px auto */
}

  /* section:not(.page-home) .header {
    min-height: 125px
  } */

  .page-home .header .navbar,
  .page-home .header .navbar.bg-primary {
    background: transparent !important
  }

  .header .navbar .navbar-nav .nav-link {
    text-shadow: 0 0 4px #000
  }

  .header .navbar.bg-primary.cw-scrolled {
    background: rgb(6 21 34/95%) !important
  }

  .cw-header-info .header-info-logo-img {
    position: fixed;
    z-index: 1040
  }

  nav.navbar .container {
    min-height: 100px;
  }

  /* keeps nav items on the right side of header */
  .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% - 280px);
    justify-content: center;
  }
}



/* ===================== Hero Section ========= */
.cw-hero {
	position: relative;
	z-index: 4;
	background: #0f141e;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	/* padding: 4rem 0 6rem; */
	z-index: 0;
	padding: 13rem 0 22rem 0;
	/* height: 650px; */
}


.cw-hero::before {
	content: '';
	background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/162B345800A71C13138D1F24E26FBFD3.jpg);
	background-size: cover;
	background-position: center center;
	margin-top: 0 !important;
	/* padding: 2rem; */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 50%;
}
.cw-hero {
		position: relative;
		z-index: 4;

		background: #0f141e;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		/* padding: 4rem 0 6rem; */
		z-index: 0;
		padding: 0.1rem 0 13rem 0;
		/* height: 650px; */
	}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.cw-hero {
		padding: 0.1rem 0 16rem 0;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.cw-hero {
		padding: 0.1rem 0 21rem 0;
	}
}

@media (max-width: 768px) {
	.cw-hero {
		text-align: center;
	}

}
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.cw-hero {
		position: relative;
		z-index: 4;

		background: #0f141e;
		background-size: cover;
		background-position: top center;
		background-repeat: no-repeat;
		/* padding: 4rem 0 6rem; */
		z-index: 0;
		/* height: 650px; */
	}

}

@media (min-width: 992px) {
	.cw-hero {
		margin-top: calc(-1 * var(--cw-headerHeight));
		padding: 0.1rem 0 21rem 0;

	}

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.cw-hero h1 {
		font-size: 4.8rem !important;
	}

	.cw-hero h6 {
		font-size: 1.3rem !important;
	}
}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}


.cw-hero .cw-heroContent {
	position: relative;
	z-index: 2;
	color: #fff;
	padding-top: 3em;
}

.cw-hero .cw-heroContent .cw-heroPreline {
	display: block;
	margin-bottom: 10px;
	font-size: 2em;
	font-weight: bolder;
	line-height: 1
}

.cw-hero .cw-heroContent .cw-herolocation {
	font-size: .55em !important;
	display: block
}

.cw-hero .cw-heroContent .hero__headline {
	font-size: 4rem;
	line-height: .9;
	font-weight: 700;
	margin-bottom: 10px
}

/* 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) */
@media (max-width: 992px) {
	.cw-hero .cw-heroContent .cw-heroPreline {
		display: block;
		margin-bottom: 10px;
		font-size: 1.5em;
		font-weight: bolder;
		line-height: 1
	}
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and ) */
@media (min-width: 1400px) {}



.cw-hero .cw-heroContent .hero__CTA i {
	font-size: 14px;
	margin-left: 10px
}

.page-home .inventory-search-module {
	background-color: #151515;
}

.page-home .inventory-search-module .form__wrapper {
	background-color: transparent;
	border: none
}

.page-home .inventory-search-module .form__wrapper .form-label {
	display: none
}


@media(min-width:576px) {
	.cw-hero {
		display: flex;
		align-items: center;
	}
}

.cw-divider {
	position: absolute;
	bottom: 0;
}

.cw-isoCar {
	position: absolute;
	bottom: -1em;
}

.form__wrapper {
	position: relative;
	padding-top: 100px;
	/* adjust to make space for image */
}


@media(min-width:992px) {
	/* .cw-hero {
      min-height: 500px
    } */

	.page-home .inventory-search-module {
		margin-top: -39rem !important;
		position: absolute;
		width: 100%;
		z-index: 5;
		background: 0 0;
		pointer-events: none
	}

	.page-home .inventory-search-module .form__wrapper {
		position: relative;
		width: clamp(300px, 40%, 650px);
		z-index: 5;
		margin-right: 1rem;
		margin-left: auto;
		pointer-events: all;
		gap: 1rem;
		background-color: white;
		padding: 1.5rem;

	}

	.page-home .inventory-search-module .form__wrapper::after {
		content: "";
		width: 100%;
		height: 24px;
		border-bottom-left-radius: 18px;
		border-bottom-right-radius: 18px;
		display: block;
		position: absolute;
		bottom: -9px;
		left: 0;
		background: #fff;
		opacity: 50%;
	}

	.page-home .inventory-search-module .container .form__wrapper label {
		display: none
	}

	.page-home .inventory-search-module .search__input {
		min-width: calc(50% - 1rem);
		flex-basis: calc(50% - 1rem);
		flex-grow: 1
	}
	.page-home .inventory-search-module {
	background-color: transparent !important;
}
.cw-hero .cw-heroContent {
		margin-top: 10em;
	}
}

@media(min-width:1200px) {

	.page-home .inventory-search-module .form__wrapper {
		width: clamp(300px, 40%, 650px);
		padding: 2.5rem;
	}

	/* .cw-hero {
      min-height: 500px
    } */

	.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 {
		max-width: 1140px
	}
}

@media(min-width:1400px) {
	.page-home .inventory-search-module .container {
		max-width: 1320px;
	}
		.page-home .inventory-search-module {
		margin-top: -43rem !important;
	}

	/* Smaller year entries don't work well with smaller total space for them */
	/* .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%
	} */
}


/* XX-Large devices (larger desktops, 1919px and ) */
@media (min-width: 1400px) {
	.cw-isoCar {
		left: 7em;
		width: 950px;
		bottom: -25px;
	}
}

@media (min-width: 1800px) {
	.cw-isoCar {
		left: 20em;
		width: 950px;
	}
}


 
/* =================== Inventory ========== */
.inventoryslideshow-title-heading {
  display: none;
}
.inventoryslideshow {
  padding-top: 0 !important;
}
  /* ============ Shop by ============ */

  .cw-bodyStyle{
    padding: 7em 0;
  }
  .cw-bodyStyle h3{
    margin-bottom: 2em;
  }
  .carousel-indicators [data-bs-target] {
    background-color: transparent !important;
    width: 100px !important;
    margin-right: 15px;
    margin-left: 15px;
  }
  .carousel-indicators {
    bottom: -100px !important;
  }
  .cw-bodyStyle h2{
    text-align: center;
      font-size: 15vw;
      text-transform: uppercase;
      font-style: italic;
      font-weight: 900;
      letter-spacing: 5px;
      color: rgba(255, 255, 255, 0.07);
      line-height: 1;
            margin-bottom: -25px;

  }

  .cw-bodyStyle {
    background-color:#061522;
  }



  .cw-ShopMore {
	background:
		/* top, transparent red, faked with gradient */
		linear-gradient(rgba(6, 21, 34, 0.9),
			rgba(6, 21, 34, 0.9)),
		/* bottom, image */
		url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/1F9E38FCADB7796B36D11D10D48EEBC9.jpg);
	background-size: cover;
	background-position: center;
	border-top: 1px solid hsla(0, 0%, 100%, 0.12);
	position: relative;
	padding: 5em 0;
}

.cw-ShopMore .btn-primary {
	background-color: #091f33 !important;
	border-color: transparent !important;
}

.column-divider {
	position: relative;
}

.column-divider::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 50px;
	height: 90%;
	/* Adjust as needed */
	width: 1px;
	background-color: hsla(0, 0%, 100%, 0.12);
}

/* Optional spacing */
.column-divider {
	padding-left: 20px;
	padding-right: 20px;
}

/* Hide dividers on small screens if needed */
@media (max-width: 991.98px) {
	.column-divider::after {
		display: none;
	}
}

@media (min-width: 992px) {
	.cw-bodyStyle h2 {
		margin-bottom: -80px;
	}
	.cw-ShopMore {
	padding: 10em 0;
}
}

/* ================ Inventory slideshow ================= */
.card__multi__style1 .item__card {
  border: 1px solid #333333 !important;
    background-color: #222222 !important;
}
  /* ======================== About us Section =========== */
  .cw-aboutSection {
    padding: 80px 0;
}

.cw-titleStyle2 {
    text-align: center;
    margin-bottom: 40px;
}

.cw-titleFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.cw-dashLeft,
.cw-dashRight {
    display: flex;
    gap: 5px;
}

.cw-dashLeft span,
.cw-dashRight span {
    display: block;
    width: 15px;
    height: 2px;
    background: #333;
}

.cw-titleStyle2 h2 {
    font-size: 36px;
    margin: 0 15px;
    font-weight: 600;
}

.cw-titleStyle2 p {
    max-width: 700px;
    margin: 0 auto;
}

.cw-aboutTopImg {
    display: flex;
    align-items: center;
    position: relative;
}

.cw-aboutTopImg img {
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.cw-aboutTopImg:after {
    content: "";
    width: 80px;
    height: 60%;
    background: var(--color-theme-primary);
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    border-radius: 5px;
}

.cw-aboutTopContent {
    padding-left: 35px;
}

.cw-aboutTopContent h2 {
	font-size: 28px;
	text-transform: uppercase;
	line-height: 1.5;
	color: #ffffff;
}


.cw-simple-btn {
    color: var(--color-theme-primary);
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.cw-simple-btn:hover {
    color: var(--color-theme-primary);
}

.cw-simple-btn:after {
    content: "";
    padding-bottom: 2px;
    border-bottom: 1px solid var(--color-theme-primary);
    width: 0;
    display: block;
    transition: .4s ease;
    height: 1px;
}

.cw-simple-btn:hover:after {
    width: 100%;
}

.cw-aboutBottomContent h2 {
    font-size: 28px;
}

.cw-aboutBottomContent p {
    font-weight: 400;
    border-left: 3px solid var(--color-theme-primary);
    padding-left: 15px;
    margin: 15px 0 30px;
}

.cw-aboutList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
    list-style: none;
}

.cw-aboutList li {
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.cw-aboutList li:hover .cw-aboutListIcon {
    background: var(--color-theme-primary);
}

.cw-aboutListIcon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e8f3fd;
    border-radius: 100%;
    transition: .4s ease;
    color: #000000 !important;
}

.cw-aboutList li span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.cw-aboutBottomImg {
    margin-top: -40px;
    position: relative;
}

.cw-aboutBottomImg {
    border: 20px solid #151515;
    border-bottom: none;
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.cw-aboutBottomImg img {
   border-radius: 15px;
}

/* Responsive */
@media (max-width: 1199px) {
    .cw-aboutTopImg:after {
        width: 40px;
        right: -10px;
    }

    .cw-aboutTopContent {
        padding-left: 0;
    }

    .cw-aboutBottomImg {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .cw-aboutTopImg:after {
        display: none;
    }

    .cw-aboutTopContent {
        margin-bottom: 30px;
    }

    .cw-aboutBottomImg img {
        border: none;
    }

    .cw-aboutList {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {
    .cw-titleStyle2 h2 {
        font-size: 28px;
    }

    .cw-aboutTopContent h2,
    .cw-aboutBottomContent h2 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .cw-aboutListIcon {
        width: 40px;
        height: 40px;
    }

    .cw-aboutList li span {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
.cw-aboutBottomImg {
    border: 20px solid #151515;
}

.cw-simple-btn {
	padding-top: 15px;
}
.cw-aboutBottomContent h2 {
	margin-bottom: 15px;
}
}

/* ====================== About us page ============= */
.cw-darkBKG {
  background-color: #222222 !important;
}

.page-about-us .card {
    background-color: #222222 !important;
}

/* ============== Achivement ======== */
.cw-achievement {
        background: 
    /* top, transparent red, faked with gradient */ 
    linear-gradient(
      rgba(0, 0, 0, 0.7), 
      rgba(0, 0, 0, 0.7)
    ),
    /* bottom, image */
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/A1A9D58C49987CC16FF4DDFE3C0F4A0C.jpg);
background-size: cover;
background-attachment: fixed;
    }
    .cw-achievementBox {
            border: 1px solid rgba(65, 74, 79, .11);
    padding: 30px 30px 40px;
    }
    .cw-achievementBox {
        background-color: #000000 !important;
    }
    @media(min-width: 992px) {
.cw-mainContent {
    background-color: #151515;
}
   .cw-achievementBox {
        background-color: transparent;
    }
    }


/* ============ Internal page =============== */
.title {
  margin-top: 7em;
}

.sitemap, .termsandconditions  {
  margin-top: 5em;
}

/* =============== Inventory page ========== */
.inventory .card {
    border: 1px solid #333333 !important;
    background-color: #222222 !important;
}
.inventory .card-header {
  background: var(--inventory-primary) !important;
}

.inventory .vehicle-card.layout-1 .price-mileage-block{
    background: var(--inventory-primary) !important;
}
/* ============ VDP =================== */
.vdp__veh__info__mod .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
  background-color: #222222 !important;
}

.vdp-module-canvas-razor-wrapper .btn-outline-secondary {
border-color: #333333 !important;
    color: #ffffff !important;
    background-color: #222222 !important;
}


.builder-canvas__sticky-container {
  margin-top: 80px;
}
