/* header {
  border-bottom: 1px solid #e1e1e1;
} */

.header .navbar-nav .nav-link {
  font-weight: 700;
  text-transform: uppercase;
}

.cw-header {
  position: relative;
}

.cw-header .cw-header-logo-wrap {
  background-color: var(--header-primary);
  position: relative;
  text-align: center;
}

.cw-header-logo-wrap .cw-logo-box {
  padding: 10px;
  display: inline-block;
}

.cw-header-logo-wrap .cw-logo-box img {
  width: 120px;
}

.cw-header .cw-header-contact {
  background-color: var(--header-background);
  color: var(--header-text);
  padding: 0.5rem 0;
}

.cw-header-contact a:hover {
  color: var(--color-theme-highlight);
}

.cw-header-contact .cw-address,
.cw-header-contact .cw-phone,
.cw-header-contact .cw-hours {
  position: relative;
  margin: 0.25rem;
  color: inherit;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.cw-header-contact .cw-address:before,
.cw-header-contact .cw-phone:before,
.cw-header-contact .cw-hours:before {
  font-family: FontAwesome;
  content: "\f3c5";
  left: 0;
  padding-right: 0.5rem;
  color: inherit;
}

.cw-header-contact .cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
}

.cw-header-contact .cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
}

.cw-header-contact .cw-hours:before {
  font-family: FontAwesome;
  content: "\f017";
}

/* Navbar */
.header .navbar .nav-link {
  transition: all 150ms 50ms ease-in-out;
}

.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-secondary);
  color: var(--color-theme-text-btn);
}

.header .navbar-nav .nav-link:focus,
.header .navbar-nav .nav-link:hover {
  background-color: var(--color-theme-highlight);
}

.header .nav-link-cart::after,
.header .navbar .nav-link::before {
  border-width: 0px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cw-header-contact .cw-address,
  .cw-header-contact .cw-phone,
  .cw-header-contact .cw-hours {
    display: inline-block;
    margin: 0.25rem 1rem;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
  .cw-header .cw-header-logo-wrap {
    text-align: left;
  }

  .cw-header-logo-wrap .container {
    max-width: 1140px;
  }

  .cw-header-logo-wrap .cw-logo-box {
    position: absolute;
    z-index: 20000;
    top: 2px;
  }

  /* Navbar */
  nav.navbar .container {
    min-height: 95px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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) {
    max-width: calc(100% - 200px);
    justify-content: center;
  }
}

@media (min-width: 1400px) {
  .header .container,
  .cw-header .container {
    max-width: 1400px;
  }
}

/* -------------------- 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: rgb(0 4 29 / 70%);
  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;
}

.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: 70px 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: rgb(0 4 29 / 60%);
    z-index: 0;
    width: 57%;
    /* transform: skewX(-20deg); */
    transform-origin: top left;
  }

  .cw-slide-wrap .cw-hero-overlay2 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: rgb(0 4 29 / 60%);
    z-index: 0;
    /* transform: skewX(-20deg); */
    transform-origin: top left;
  }
}

@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;
  }
}

/* Inventory ======================================================== */

.card__multi__style3 .item__card {
  background-color: #1f1f1f !important;
  border: 0px solid white !important;
}
:root {
  --border: #000000;
}

.blurb__section {
  margin: 5rem 0;
  position: relative;
  z-index: 500;
}
.blurb__section .card {
  background-color: #1f1f1f !important;
}

.blurb__section .blurb__item {
  padding: 25px;
  height: auto;
  -webkit-clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
  border-color: var(--border);
}

.blurb__section .blurb__item .card-body,
.blurb__section .blurb__item .card-footer {
  padding: 0;
}

.blurb__section .blurb__item img {
  -webkit-clip-path: polygon(90% 0, 100% 18%, 100% 100%, 0 100%, 0 0);
  clip-path: polygon(90% 0, 100% 18%, 100% 100%, 0 100%, 0 0);
}

.blurb__section .blurb__item .blurb__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--sitefont);
  text-transform: uppercase;
  color: var(--color-theme-text);
}

.blurb__section .blurb__item .blurb__copy {
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .blurb__section .grid__wrapper {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto) [3];
    grid-template-rows: repeat(3, auto);
  }
}

@media only screen and (max-width: 768px) {
  .blurb__section .grid__wrapper {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (auto) [6];
    grid-template-rows: repeat(6, auto);
  }
}

@media (max-width: 768px) {
  .blurb__section .about__wrapper {
    padding: 70px 50px 50px;
  }
}

:root {
  --cw-mini-hex-size: 100px;
  --cw-hexagon-ratio: 1.1547;
}

.cw-about-hexes {
  padding: 2rem 0;
  position: relative;
  overflow: hidden;
}

.cw-about-hexes .container {
  position: relative;
  z-index: 1;
}

.cw-about-hexes .cw-text-container {
  position: relative;
  z-index: 1;
  padding: 1rem;
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
}

.cw-about-hexes h2 {
  font-size: 2.5rem;
  font-style: italic;
}

.cw-about-hexes .cw-links {
  text-align: center;
}

.cw-about-hexes .cw-hex-image {
  background: #000;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/B29D878C43A246403B4A1297501A1474.jpg");

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  height: 0;
  padding-bottom: 50%;
  padding-bottom: calc(100% / var(--cw-hexagon-ratio));
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  animation: hexagon-reveal 1.2s cubic-bezier(0, 0, 0.2, 1) forwards;
}

@keyframes hexagon-reveal {
  0% {
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }

  100% {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  }
}

@keyframes hexagon-grow {
  0% {
    transform: scale(0.1);
  }

  100% {
    transform: scale(1);
  }
}

.cw-about-hexes .cw-hexagon-svg {
  height: var(--cw-mini-hex-size);
  width: calc(var(--cw-mini-hex-size) * var(--cw-hexagon-ratio));
}

.cw-about-hexes .cw-hex-container {
  position: relative;
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg {
  position: absolute;
  z-index: 4;
  transform: scale(0);
  animation: hexagon-grow 1.2s cubic-bezier(0, 0, 0.2, 1) forwards;
  display: none;
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg svg {
  width: 100%;
  height: 100%;
}

/* top right hexes */
.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(1) {
  right: 35px;
  top: 40px;
  animation-delay: 0.5s;
  --cw-mini-hex-size: 100px;
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(1) svg {
  fill: var(--color-theme-primary);
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(2) {
  right: 20px;
  top: 50px;
  animation-delay: 0.75s;
  --cw-mini-hex-size: 80px;
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(2) svg {
  fill: var(--color-theme-secondary);
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(3) {
  right: 5px;
  top: 60px;
  animation-delay: 1s;
  --cw-mini-hex-size: 60px;
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(3) svg {
  fill: var(--color-theme-highlight);
}

/* bottom left hexes */
.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(4) {
  left: 35px;
  bottom: 40px;
  animation-delay: 1s;
  --cw-mini-hex-size: 100px;
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(4) svg {
  fill: var(--color-theme-primary);
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(5) {
  left: 20px;
  bottom: 50px;
  animation-delay: 1.25s;
  --cw-mini-hex-size: 80px;
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(5) svg {
  fill: var(--color-theme-secondary);
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(6) {
  left: 5px;
  bottom: 60px;
  animation-delay: 1.5s;
  --cw-mini-hex-size: 60px;
}

.cw-about-hexes .cw-hex-container .cw-hexagon-svg:nth-child(6) svg {
  fill: var(--color-theme-highlight);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cw-about-hexes {
    /* background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/07DF7DDC379494ECB7850D38562F8752.jpg); */
    background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/637629261DCB88B3F7A308F920BDDF2D.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
  }

  .cw-about-hexes::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.9;
    background: var(--color-theme-primary);
    mix-blend-mode: overlay;
  }

  .cw-about-hexes .cw-hex-container .cw-hexagon-svg {
    display: block;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cw-about-hexes {
    background-attachment: fixed;
  }

  .cw-about-hexes .cw-text-container {
    padding: 2rem;
  }
}

/* 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) {
}
/* Popular Link ========================================================= */
.popular-vehicles-sections {
  padding: 5rem 0 !important;
}
:root {
  --white: #ffffff;
  --black: #000000;
}

.cw-footer {
  padding: 4rem 0;
  background-color: var(--black);
  background-size: cover;
  color: var(--white);
  text-align: center;
}

.cw-footer iframe {
  width: 100%;
}

.cw-footer a {
  color: var(--white);
}

.cw-address,
.cw-phone {
  position: relative;
  line-height: 1.35;
  padding-left: 1.5rem;
  font-size: 1.1rem;
}

.cw-address:before {
  font-family: FontAwesome;
  content: "\f3c5";
  position: absolute;
  left: 0;
  padding-right: 0.5rem;
  color: var(--white);
}

.cw-phone:before {
  font-family: FontAwesome;
  content: "\f2a0";
  position: absolute;
  left: 0;
  top: 2px;
  padding-right: 0.5rem;
  color: var(--white);
}

.cw-footerMenu a {
  display: block;
  margin-bottom: 0.65rem;
  font-weight: 700;
}

.cw-footerMenu a:hover,
.cw-social a:hover,
.cw-phone:hover {
  color: var(--color-theme-secondary);
}

.cw-footer h5,
.business-hours .bh-title {
  margin-bottom: 1rem;
  color: var(--color-theme-primary);
  padding-left: 0;
  border: none;
  font-size: 1.25rem;
}

.cw-social a {
  display: inline-block;
  margin: 0 0.5rem 0 0;
}

.cw-social i {
  font-size: 25px;
}

.footer {
  padding-top: 0;
}

footer > .container {
  display: none;
}

@media (min-width: 768px) {
  .cw-footer {
    text-align: left;
  }
}
/* This fix is mostly for dark background sites, but could be useful when you want to change the hard-coded colors on the Vehicle Details Page  */

.inventorydetails .vdp-module-canvas-razor-wrapper a {
  color: var(--color-theme-text);
}

.inventorydetails .vdp-module-canvas-razor-wrapper a:hover {
  color: var(--color-theme-highlight);
}

.inventorydetails .section__title,
.inventorydetails .section__subtitle,
.inventorydetails .section__callout__title {
  color: var(--color-theme-text);
}

.inventorydetails p {
  color: var(--color-theme-text);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-primary {
  color: var(--color-theme-text-btn) !important;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  border-color: var(--color-theme-primary);
  color: #fff;
}

.inventorydetails
  [LoanCalculatorWidgetCssScope]
  .loan__calc__content
  .calc__totals__wrapper {
  background-color: transparent;
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary:hover,
.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-outline-secondary:before {
  background-color: var(--color-theme-primary);
  border-color: #000;
}

.inventorydetails
  .vdp-module-canvas-razor-wrapper
  .btn-check:checked
  + .btn-outline-secondary {
  color: var(--color-theme-text-btn);
  background-color: var(--color-theme-primary);
  border-color: var(--color-theme-primary);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary,
.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:focus {
  background-color: var(--color-theme-primary);
  color: var(--color-theme-text-btn);
  border-color: var(--color-theme-primary);
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-secondary:before {
  background: var(--color-theme-highlight);
}

.inventorydetails label {
  color: var(--color-theme-text);
}

.inventorydetails .disclaimerText {
  color: var(--color-theme-text);
  opacity: 0.9;
}

/* this is normally hard-coded as a white background. If you want to keep that, you'll probably need to customize all the colors inside the .vdp__message__wrapper so it works on the light background*/
.inventorydetails .vdp__message__mod.module .vdp__message__wrapper {
  background-color: transparent;
}

.vdp__veh__info__mod
  .veh__info__item:nth-child(even)[VehicleInfoWidgetCssScope] {
  background-color: #1a1a1a !important;
}

section:not(.page-home) .title {
  position: relative;
  margin-bottom: 2.5rem;
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/638BA421C4D81FC7D169526AF0E7E49A.jpg)
      no-repeat center;
  background-size: cover;
  text-align: center;
  text-transform: uppercase !important;
}

.page-towing .title {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/638BA421C4D81FC7D169526AF0E7E49A.jpg)
      no-repeat center!important;
  background-size: cover;
}

section:not(.page-home) .title .title-heading {
  position: relative;
  z-index: 1;
  margin: auto;
  padding: 2rem 0;
  color: #fff;
  text-shadow: 0 0 4px #000;
  text-transform: uppercase;
}

section:not(.page-home) .title h1 {
  font-size: 2rem;
}

section:not(.page-home) .form {
  padding-top: 1rem;
}

.employees-email {
  font-size: 0.85rem;
}

@media (min-width: 992px) {
  section:not(.page-home) .title {
    padding-top: 140px;
  }

  section:not(.page-home) .title .title-heading {
    padding: 4.5rem 0;
  }

  section:not(.page-home) .title h1 {
    font-size: 3rem;
  }
}
/* .vdp-module-canvas-razor-wrapper label {
  color: #000000 !important;
} */
/* label.control-label.required {
  color: #000 !important;
} */

.modal .form-wrap label {
  color: #000 !important;
}
/* 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 (min-width: 992px) {
  .vdp__sticky-navigation__content[b-h85p0r54yf] {
    margin-top: 5rem !important;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

.inventorydetails .vdp-module-canvas-razor-wrapper .btn-outline-secondary {
  color: #000 !important;
}
.styleChecksRadios [type="checkbox"] + label,
.inventorydetails .disclaimerText {
  color: #000 !important;
}
