/*-- Header --*/
header {
  border-bottom: 1px solid #e1e1e1;
}

.header .navbar-nav .nav-link {
  font-weight: 700 !important;
  text-transform: uppercase;
}

.header .header-info-logo-img img {
  width: 175px;
}

.cw-header-contact a:hover {
  color: #fff;
}

.cw-header-contact .fa {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.25rem;
  color: var(--color-theme-secondary);
}

.cw-header-contact .cw-address,
.cw-header-contact .cw-phone,
.cw-header-contact .cw-hours {
  position: relative;
  vertical-align: middle;
  margin: 0.25rem;
  padding-left: 1.1rem;
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
}

.cw-header-contact .cw-hours {
  display: inline-block;
}

.cw-header-contact .cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.cw-header-contact .cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.cw-header-contact .cw-hours:before {
  font-family: FontAwesome;
  content: "\f017";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: #fff;
}

.header .navbar .active > .nav-link,
.header .navbar .nav-link:hover {
  color: var(--color-theme-highlight);
}

.dropdown-menu .badge {
  background: var(--color-theme-secondary);
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: var(--header-navigationbartext);
}

@media (min-width: 992px) {
  .cw-header-info .container {
    max-width: 1140px;
  }

  .cw-header-contact {
    position: absolute;
    width: 100%;
    z-index: 1040;
  }

  .cw-header-info .header-info-logo-img {
    position: absolute;
    z-index: 1040;
    top: 24px;
  }

  nav.navbar .container {
    min-height: 93px;
    margin-top: 27px;
  }

  /* 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% - 210px);
    justify-content: center;
  }

  .cw-header-contact .cw-phone,
  .cw-header-contact .cw-address {
    margin-right: 2rem;
  }
}

@media (min-width: 1400px) {
  .header .container,
  .cw-header-contact .container {
    max-width: 1340px;
  }
}

/* -------------------- Hero ---------------------- */

/* this is built specifically for the Red Tag template, so it includes css from that. Try to avoid doubling up on the declarations and just replace the existing code with this one's if updating.  */
.cw-slide-wrap {
  position: relative;
  z-index: 5;
}

.cw-slide-wrap .cw-hero {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 30px 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: var(--color-theme-text);
  overflow: hidden;
}

.cw-slide-wrap .cw-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(255, 255, 255, 0.7);
  transform: unset;
}

.cw-slide-wrap .cw-hero-overlay2 {
  display: none;
}

.cw-slide-wrap .container {
  position: relative;
  z-index: 2;
}

.cw-slide-wrap .cw-hero-title {
  color: var(--color-theme-header);
}

.cw-slide-wrap .cw-hero-title .cw-bigtext {
  font-size: 2rem;
  color: inherit;
  font-weight: 700;
  font-family: var(--headerfont);
  text-transform: uppercase;
  /* display: block; */
  line-height: 0.9;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}

.cw-slide-wrap .cw-hero-title .cw-smalltext {
  font-size: 1.2rem;
  color: var(--color-theme-primary);
  font-weight: 400;
  font-family: var(--bodyfont);
  display: block;
  line-height: 1.1;
}

@media (min-width: 576px) {
  .cw-slide-wrap .cw-hero-title .cw-bigtext {
    font-size: 2.5rem;
  }

  .cw-slide-wrap .cw-hero {
    padding: 100px 0;
  }

  .cw-slide-wrap #cw-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  .cw-slide-wrap #cw-carousel .carousel-inner,
  .cw-slide-wrap #cw-carousel .carousel-item {
    height: 100%;
  }

  .cw-slide-wrap #cw-carousel img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}

@media (min-width: 768px) {
  .cw-slide-wrap .cw-hero-title .cw-bigtext {
    font-size: 3rem;
  }

  .cw-slide-wrap .cw-hero-title .cw-smalltext {
    font-size: 1.3rem;
  }

  .cw-slide-wrap .cw-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
    width: 52%;
    /* transform: skewX(-20deg); */
    transform-origin: top left;
  }

  .cw-slide-wrap .cw-hero-overlay2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 0;
    /* transform: skewX(-20deg); */
    transform-origin: top left;
  }
  .cw-slide-wrap .cw-hero-title .cw-bigtext::before {
    content: "";
    position: absolute;
    background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3C1C334E2ED0FA3BA96BAE403A1DE459.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .cw-slide-wrap .cw-hero-title .cw-smalltext {
    margin-top: 2rem;
  }
}

@media (min-width: 992px) {
  .cw-slide-wrap .cw-hero {
    /* this is built specifically for the Red Tag template and that header/navbar so if you aren't using that, you can probably get rid of these variables and negative margins. */
    /* margin-top: calc(-1 * var(--cw-headerHeight));
			padding: 200px 0 150px;
			padding-top: calc(var(--cw-headerHeight) + 100px) */
  }

  .cw-slide-wrap .cw-hero-title .cw-bigtext {
    font-size: 4rem;
  }

  .cw-slide-wrap .cw-hero-title .cw-smalltext {
    font-size: 1.5rem;
  }
}

@media (min-width: 1200px) {
  .cw-slide-wrap .cw-hero-title .cw-bigtext {
    font-size: 4.5rem;
  }
}

@media (min-width: 1400px) {
  .cw-slide-wrap .cw-hero-title .cw-bigtext {
    font-size: 5rem;
  }
}

/* ===================================================================== */
.cw-button {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/0C322B1FC3BC1750F677E102C65CF006.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0 5rem 0;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
  position: relative;
  z-index: 0;
}

.cw-button::after {
  content: "";
  position: absolute;
  background: #ffffff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%,
    rgba(255, 255, 255, 1) 54%
  );
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.cw-link-block {
  background-color: rgb(32, 32, 32);
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 1),
      rgba(0, 0, 0, 0) 20%,
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 1)
    ),
    linear-gradient(
      45deg,
      black 25%,
      transparent 25%,
      transparent 75%,
      black 75%,
      black
    ),
    linear-gradient(
      45deg,
      black 25%,
      transparent 25%,
      transparent 75%,
      black 75%,
      black
    ),
    linear-gradient(to bottom, rgb(8, 8, 8), rgb(32, 32, 32));
  background-size: 100% 100%, 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 0px 0px, 5px 5px, 0px 0px;
  color: #fff;
  padding: 3rem 1.5rem;
  margin-bottom: 1rem;

  height: calc(100% - 1rem);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 0.25rem;
  padding: 2rem !important;
  border-width: 5px !important;
  border-style: solid !important;
  border-image: linear-gradient(
      to right,
      rgba(204, 32, 37, 1) 50%,
      rgba(255, 0, 8, 1) 100%
    )
    0 0 100% !important;
}

.cw-link-block a {
  margin-top: 1rem;
}

/* =========================================================================== */
.cw-about {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/02F824C79A43C1F36699F1E116265B65.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media (min-width: 992px) {
  .cw-about {
  }

  .cw-about img {
    width: 50%;
  }
}

.cw-about .expand {
  animation-name: expand;
  visibility: visible;
  animation-duration: 6s;
  animation-delay: 1s;
  margin: 1em auto;
  animation-fill-mode: both;
}

@keyframes expand {
  0% {
    width: 15px;
  }

  100% {
    width: 100%;
  }
}

.cw-about h3 {
  font-size: 1.15rem;
  color: var(--color-theme-primary);
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 2em;
}

.cw-about h3 span {
  font-size: 2rem;
  color: var(--color-theme-secondary);
  text-transform: uppercase;
  font-weight: 700;
}

.page-home .form {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/02F824C79A43C1F36699F1E116265B65.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  .page-home .form .form-wrap {
    margin-top: -31em;
    width: 45%;
    margin-right: 2.5%;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }

  .cw-about h3 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .page-home .form .form-wrap {
    margin-top: -26em;
    width: 45%;
    margin-right: 2.5%;
    margin-left: auto;
  }
}

.page-home .form {
  padding-top: 1.5em;
}

.page-home textarea.form-control {
  height: 100px;
}

.cw-bg {
  background: var(--color-theme-primary);
  padding: 3rem;
  min-height: 550px;
  position: relative;
  top: 0;
  color: white;
  margin-top: -3rem;
  clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
}

.page-home .form label {
  color: #fff !important;
}
/* ======================================================================= */
.popular-vehicles-sections {
  margin-top: 5rem 0 !important;
}
