.cw-custom-header {
        background: linear-gradient(0deg, rgba(38, 38, 38, 1) 0%, rgba(227, 24, 55, 1) 100%);
    }


    .header .navbar-brand {
        padding: 3px 0 0;
        min-height: auto;
        font-size: 0;
        background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=540,w=720/950D256B95F928A8F343375E2E64E943.png") !important;
        content: "";
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        width: 250px;
        height: 82px;
        display: block;
      }
      

    /* Header */
    .header .navbar-nav .nav-link {
        text-transform: capitalize !important;
        line-height: 36px;
        font-weight: normal;
    }
    
    .header .navbar .navbar-nav .dropdown-item,
    .header .navbar .navbar-nav .nav-link {
        font-weight: normal !important;
        text-transform: capitalize !important;
    }
    .header .navbar .navbar-nav .nav-link {
        color: #ffffff !important;
        text-transform: uppercase !important;
        letter-spacing: .04em;
    font-size: 13px;
    font-weight: 700;
    padding: 18px 20px;
    margin-top: -3px;
    text-decoration: none;
    line-height: 1em;
    font-weight: 800 !important;
    }
    .header .navbar .active>.nav-link,
    .header .navbar .dropdown-item.active,
    .header .navbar .dropdown-item:active,
    .header .navbar .show>.nav-link {
     background-color: transparent !important;
     color: var(--color-theme-primary) !important;
    }
    .header .active .nav-link-cart::after, .header .nav-link-cart:focus::after, .header .nav-link-cart:hover::after, .header .navbar .active .dropdown-toggle::before, .header .navbar .active .nav-link::before, .header .navbar .nav-link:focus::before, .header .navbar .nav-link:hover::before {
        border-color: var(--color-theme-primary) !important;
    }
    
    .header .navbar .active>.nav-link {
        color: var(--color-theme-background);
        background-color: var(--color-theme-highlight);
    
    }
    
    .navbar-nav .nav-link {
        color: var(--color-theme-secondary) !important;
    }
    
    .badge {
        color: var(--color-theme-primary);
    }
    
    .header .navbar .dropdown-item {
        text-transform: uppercase;
    }
    
    
    .header .header-business+.header-business:nth-of-type(1):before {
        display: none;
        
    }
    
    .cw-header-bar {
        display: inline-block;
        width: 100%;
        height: 10px;
        background: var(--color-theme-highlight)
    }
    
    .cw-custom-header {
        background-color: var(--cw-customColorV1);
        padding: 10px 0;
        display: none;
    }
    
    .cw-custom-header .cw-logo {
        text-align: center;
        margin-bottom: 10px
    }
    
    .cw-custom-header .cw-header-text {
        text-align: center
    }
    
    .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-social-media {
        padding-top: 10px
    }
    
    .cw-custom-header .cw-social-media .fab {
        border-radius: 50%;
        border: 1px solid var(--color-theme-border);
        padding: 15px;
        width: 55px;
        font-size: 1.25em;
        text-align: center
    }
    
    .cw-custom-header .cw-social-media .fab:hover {
        transition: all ease .3s;
        -moz-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        -o-transition: all ease .3s;
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }
    
  
    .cw-header-text a.header-business:hover {
        color: inherit;
    }

    .cw-header-text h6{
        font-size: 1.2em;
    margin-bottom: 10px;
    }
    .cw-custom-header .cw-phone {
        font-size: 1.5em;
    margin: 0;
    }
    .cw-custom-header .cw-email {
        font-size: 1.2em;
        margin: 0; 
    }
   
    .header .navbar, .header .navbar.bg-primary {
        background-color: linear-gradient(0deg, rgba(38, 38, 38, 1) 0%, rgba(227, 24, 55, 1) 100%);
    }
    @media(min-width:768px) {
        .cw-custom-header .cw-logo {
            margin-bottom: 0
        }
    }
    
    @media(min-width:992px) {
        .cw-custom-header {
            padding: 0;
            display: block !important;
        }
    
        .cw-custom-header .cw-logo {
            text-align: left
        }
    
        .cw-custom-header .cw-logo img {
            max-height: 150px;
            /* margin: 0; */
        }
        .header .navbar, .header .navbar.bg-primary {
            background-color:var(--header-primary);
        }
    }
    
    @media(min-width:1200px) {
        .cw-custom-header .cw-header-text {
            text-align: right
        }
    }
    
/* ================ Hero Section =========== */
.cw-hero {
    position: relative;
    z-index: 4;
  
    background: #262626;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    /* padding: 4rem 0 6rem; */
    z-index: 0;
    padding: 10rem 0 12rem 0;
    /* height: 650px; */
  }
  
  
  .cw-hero::before {
    content: '';
    background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F2B52BFACDCA95A73F25AD143AA8010B.png);
    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%;
  }
  
  /* 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;
    padding: 5rem 0 19rem 0;
    /* height: 650px; */
  }
  
   }
  
  .cw-hero {
    padding: 8rem 0 10rem 0;
  }
  
  
  .cw-hero .cw-heroContent {
    position: relative;
    z-index: 2;
    color: #fff
  }
  
  .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
  }
  
  
  /* 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
  }
  }
  
  
  .cw-hero .cw-heroContent .hero__CTA i {
    font-size: 14px;
    margin-left: 10px
  }
  
  .page-home .inventory-search-module {
    background-color: #222;
    margin: 0 !important;
    padding: 10px 0;
  }
  
  .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) {
    .page-home .inventory-search-module {
      background: linear-gradient(to right, rgba(30, 30, 30, 0.6), rgba(30, 30, 30, 0)), url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/F0E50FB2CE087FC428AE1E3DA9187BF2.jpg);
      background-size: cover;
      background-position: top center;
      background-attachment: fixed;
      background-repeat: no-repeat;
      padding-top: 1.5rem
    }
  
    .cw-hero {
      display: flex;
      align-items: center;
    }
  }
  
  @media(min-width:768px) {
    .page-home .inventory-search-module {
      padding-top: 20px
    }
  }
  
  @media(min-width:992px) {
    /* .cw-hero {
      min-height: 500px
    } */
  
    .page-home .inventory-search-module {
      padding-top: 8rem;
      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, 50%, 650px);
      z-index: 5;
      margin-right: 1rem;
      margin-left: auto;
      pointer-events: all;
      gap: 1rem;
      padding: 2.5rem;
  
    }
  
    .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
    }
  }
  
  @media(min-width:1200px) {
    /* .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 .form__wrapper .search__input--min-year,
    .page-home .inventory-search-module .container .form__wrapper .search__input--max-year {
      min-width: 20%;
      flex-basis: 20%
    }
  
    .page-home .inventory-search-module .container {
      max-width: 1140px
    }
  }
  
  @media(min-width:1400px) {
    .page-home .inventory-search-module .container {
      max-width: 1320px
    }
  }
  
  .cw-hero-car {
    margin-top: -10rem;
    position: relative;
  }
  

  /* Large devices (desktops, 992px and up) */
  @media (max-width: 992px) { 
    .cw-hero-car {
    margin-top: -10rem;
    position: relative;
  }
   }
  
/* ========================= Slideshow =========== */
.cw-slides {
    margin: 3rem auto;
}

.cw-slides h6{
    font-size: 2em;
}
.cw-carousel1 .carousel-item img {
    /* border-radius: 20px; You can adjust the value to your liking */
  }

.cw-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
    font-size: 3rem;
    text-transform: uppercase;
}

.cw-carousel1 .carousel-caption {
    bottom: 0;
}

.cw-carousel1 .carousel-item img {
      filter: brightness(0.8);
}

.cw-carousel1 .carousel-caption h5 {
    font-size: 2.5rem;
    position: relative;
}

.cw-carousel1 .carousel-caption h5::after {
    content: "";
    width: 140px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #e31837;
    left: 0;
    right: 0;
    bottom: -6px;
}

.cw-carousel1 .carousel-caption a {
    background-color: #e31837;
    border: 1px solid #e31837;
    color: #fff;
}

.cw-carousel1 .carousel-caption a:hover {
    background-color: #333333;
    border: 1px solid #333333;
}
.cw-carousel1 .carousel-caption h5 {
    font-size: 1.5rem;
}
.cw-carousel1 .carousel-caption p{
    font-size: 10px;
}
@media (min-width: 440px) {
    .cw-carousel1 .carousel-caption h5 {
        font-size: 2.5rem;
    }
    .cw-carousel1 .carousel-caption p{
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .cw-heading {
        font-size: 4rem;
    }

    .cw-lead {
        font-size: 1.25em;
    }

    .cw-carousel1 .carousel-caption p {
        margin-bottom: 20px;
        font-size: 1.25em;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .cw-slides {
        margin: 5rem auto;
    }

    .cw-carousel1 .carousel-caption h5 {
        font-size: 3rem;
    }

    .cw-carousel1 .carousel-caption h5::after {
        bottom: -3px !important;
    }

    .cw-slides .cw-equal {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1200px) {
    .cw-carousel1 .carousel-caption h5 {
        font-size: 4rem;
    }
}


/* ======================= Find Section ======================= */
.cw-find-section {
    position: relative;
    display: block;
    padding: 8rem 0;
    background: linear-gradient(rgba(38, 38, 38, 0.65), rgba(38, 38, 38, 0.65)), 
                url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/0617803E7A46DFFC06C4360C4955C4B3.jpg") no-repeat top center;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cw-find-section h5 {
    font-size: 1.5em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.cw-find-section h6 {
    font-size: 1.25em;
    color: #ffffff;
}

.cw-find-section a {
    padding: 1em 3em;
    border-radius: 5px;
    margin: 1em;
    color: #fff;
    background-color: #e31837;
    border: 1px solid #e31837;
    display: inline-block;
}

.cw-find-section a:hover {
    background-color: #333333;
    border: 1px solid #333333;
    color: #ffffff !important;
}


/* ================== Shop by body style ============ */
.cw-shop-section1 {
    background: 
/* top, transparent red, faked with gradient */ 
linear-gradient(
  rgba(0, 0, 0, 0.75), 
  rgba(0, 0, 0, 0.75)
),
/* bottom, image */
url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/752F2E7A07D337F0FDCDF76D7FF1A57E.jpg);   
    padding: 0 0 5em 0;
    text-align: center;
    position: relative;
    display: block;
    background-attachment: fixed;
}

.cw-shop-title {
    position: relative;
}

.cw-shop-title h5 {
    font-size: 2em;
    text-transform: uppercase;
    margin: 2em 0 1.5em 0;
    color: #FFFFFF;
}

.cw-shop-title h5::after {
    content: "";
    width: 140px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #E31837;
    left: 0;
    right: 0;
    top: 21%;
}

.cw-shop-title p {
    font-size: 1.25em;
    font-weight: 300;
    font-family: inherit;
    padding-bottom: 2em;
    color: #FFFFFF;
}

a .cw-shop-content {
    margin-bottom: 4em;
}

a .cw-shop-content h6 {
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 1.75em;
    font-weight: 300;
    color: #FFFFFF !important;
}

.cw-shop-content a {
    color: #fff;
}

.cw-shop-section1 a img {
    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
}

.cw-shop-section1 a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cw-shop-section1 a.btn-primary {
    color: #fff;
    background-color: #E31837;
    border-color: #E31837;
}

@media (min-width: 992px) {
    .cw-shop-title p {
        font-size: 1.5em;
    }
}

/* ================ About us section ======= */
.page-home .lazy-image {
    border-radius: 10px;
}

/* ======================== Footer ============= */
.cw-footer {
    background: #262626;
    background-size: cover;
    background-position: center top;
    padding: 2rem 0 3rem 0;
    margin-top: 2rem;
}

.cw-footer-contact {
    padding: 2em 0;
}

.cw-footer img {
    filter: drop-shadow(1px 1px 1px #000);
    max-width: 100%;
    height: auto;
}

.cw-footer h5 {
    color: #ffffff;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin: 30px 0;
}

.cw-footer h5::after {
    content: "";
    width: 140px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #e31837;
    left: 0;
    right: 0;
    bottom: -10px;
}

.cw-footer h6 {
    color: #ffffff;
    font-size: 2em;
    text-align: center;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
}

.cw-footer-contact p a {
    color: #ffffff;
    font-size: 1.25em;
    text-shadow: 1px 1px 1px #000000;
    text-decoration: none;
}

.cw-footer-contact p a:hover {
    color: #e31837;
}

.cw-footer-contact i {
    color: #e31837;
    margin-right: 0.25em;
}

.cw-footer .c-tablecell {
    color: #ffffff;
    font-size: 1.2em;
    text-shadow: 1px 1px 1px #000000;
}

.cw-footer iframe {
    height: 20rem;
    width: 100%;
    border: 0;
}


/* ================== FAQ ============== */
.cw-FAQ h5 {
    font-size: .7em;
    text-align: center;
    color: #686868;
}

.cw-FAQ .cw-question {
    position: relative;
    background: rgb(197, 14, 13);
    background: -webkit-linear-gradient(top, rgba(197, 14, 13, 1) 0%, rgba(227, 30, 27, 1) 51%, rgba(197, 14, 13, 1) 100%);
    background: linear-gradient(to bottom, rgba(197, 14, 13, 1) 0%, rgba(227, 30, 27, 1) 51%, rgba(197, 14, 13, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c50e0d', endColorstr='#c50e0d', GradientType=0);
    margin: 0;
    padding: 10px 10px 10px 50px;
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
    font-size: 1.2em;
}

.cw-FAQ .cw-answers {
    background: #fff;
    padding: 0px 15px;
    margin: 5px 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    /* position: relative; */
    opacity: 0;
    -webkit-transition: .7s ease;
    transition: .7s ease;
    font-size: 1.2em;
    text-align: justify;
}

.cw-FAQ .cw-questions:checked ~ .cw-answers {
    height: auto;
    opacity: 1;
    padding: 15px;
}

.cw-FAQ .cw-plus {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    font-size: 2em;
    height: 100%;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    background-color: #fff;
    padding: 4px;
    margin: 0;
    border: 1px solid #dedede;
    text-align: center;
    color: #000;
    vertical-align: middle;
}

.cw-FAQ .cw-questions:checked ~ .cw-question .cw-plus {
    width: 40px;
    background-color: yellow;
}

.cw-FAQ .cw-questions {
    opacity:0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
    min-height: 45px;
    z-index: 10000;
}