/* Header ===================================== */
.header .navbar-nav .nav-link {
  font-weight: 500 !important;
  text-transform: uppercase;
}

.header .header-info-logo-img img {
  width: 200px;
}

.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: #000000;
}

.dropdown-menu .badge {
  background: var(--color-theme-secondary);
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: var(--header-navigationbartext);
}

.cw-headerSS .fab {
  font-size: 1.5em;
}

.cw-headerSS {
  display: inline-block;
}

.cw-BigBTN {
  background-color: var(--color-theme-primary);
  margin-left: 25px;
  padding: 15px 30px;
  color: #ffffff !important;
  display: inline-block;
}

.header .navbar .active > .nav-link,
.header .navbar .dropdown-item.active,
.header .navbar .dropdown-item:active,
.header .navbar .show > .nav-link {
  background-color: #eeeeee !important;
}
@media (max-width: 992px) {
  .cw-header-contact {
    background-color: var(--color-theme-primary) !important;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .cw-header-info .container {
    max-width: 1140px;
  }

  .cw-header-contact {
    position: absolute;
    width: 100%;
    z-index: 1040;
    border-bottom: 1px solid #ededed;
  }
  .cw-header-contact::before {
    content: "";
    background-color: var(--color-theme-primary) !important;
    z-index: 1040;
    clip-path: polygon(0 0, 55% 0, 53% 100%, 0 100%);
    z-index: -1 !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .cw-header-info .header-info-logo-img {
    position: absolute;
    z-index: 1040;
    top: 50px;
  }

  nav.navbar .container {
    min-height: 100px;
    margin-top: 50px;
  }

  /* 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;
  }
}

.page-home section.inventory-search-module > .container {
  position: relative !important;
  margin-top: -5rem !important;
  max-width: 1320px !important;
  background: #fff !important;
  padding: 2rem;
  border-bottom: 3px solid var(--color-theme-primary) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  margin-bottom: 3rem !important;
}
/* ====================================================== */

.cw-about-us {
  margin-top: 5rem;
}

.page-home .card__multi__style1 .item__card {
  background-color: #fff !important;
  border: 0px solid #e0e0e0 !important;
}
.page-home .inventoryslideshow .brdr__rad10 {
  border-radius: 0px !important;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}
@media (max-width: 768px) {
  .page-home .cw-border {
    border-bottom: 1px solid #dee2e6 !important;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .page-home .cw-border {
    border-right: 1px solid #dee2e6 !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
/* hero ========================== */
.cw-hero {
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/682103C8E58E51D0026EE003544AF9B7.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 650px;
}

.cw-angle-bg {
  position: relative;
  z-index: 0;
}

.cw-angle-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #111111b9;
  height: 100%;
  /* clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%); */
  width: 100%;
}

.cw-hero h1 {
  font-size: 65px;
}
/* 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) {
  .cw-angle-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #111111b9;
    height: 100%;
    /* clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%); */
    width: 70%;
  }
  .cw-hero-content {
    margin-top: -4rem;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}
/* btn ============================================================================ */
.btn-primary {
  padding: 14px 25px !important;
  display: inline-flex !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  justify-content: center;
}

/* Internal Page ============================================================ */
section:not(.page-home) .title {
  background: #111111;
  overflow: hidden;
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 6rem 0;
  text-align: center;
}

section:not(.page-home) .title::before {
  position: absolute !important;
  content: "" !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8E51F8C8A28DB9BED9C3DB40E4E509C2.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: right !important;
  overflow: hidden !important;
  opacity: 25% !important;
  z-index: -1 !important;
}

/* =========================================================== */

.cw-search-filters {
  background-color: #ffffff;
  padding: 5rem 0;
  margin-bottom: 2rem;
}
.cw-search-filters .cw-img {
  position: relative;
  z-index: 1;
}
.cw-search-filters .container {
  max-width: 1400px;
}
.cw-body-style-hero {
  position: relative;
  margin-top: -5rem;
}

.cw-search-filters .cw-style-side,
.cw-search-filters .cw-price-side {
  color: #000000;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 7rem 3rem 3rem;
  margin-bottom: 1rem;
}
.cw-style-side-one {
  /* clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%); */
  background-color: #f0f0f0 !important;
  position: relative;
  z-index: 0;
}
.cw-style-side-one::after {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8E51F8C8A28DB9BED9C3DB40E4E509C2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 5%;
}
.cw-style-side-two {
  /* clip-path: polygon(90% 0, 100% 10%, 100% 100%, 11% 100%, 1% 90%, 0 0); */
  background-color: #f0f0f0 !important;
  position: relative;
  z-index: 0;
}
.cw-style-side-two::after {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8E51F8C8A28DB9BED9C3DB40E4E509C2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 5%;
}
.cw-search-filters .cw-search-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-items: center;
  flex-grow: 1;
}

.cw-search-filters .cw-search-row .cw-search-box {
  flex-grow: 1;
  flex-basis: 99%;
  padding: 15px;
  text-align: center;
}

.cw-search-filters .cw-search-row a {
  min-height: 4rem;
  flex-grow: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transform: scale(0.94);
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.cw-search-filters .cw-search-row a:hover {
  transform: scale(1);
}

/* style side modifications */
.cw-search-filters .cw-style-side .cw-search-row a {
  color: inherit;
  font-weight: 700;
  font-size: 1.3rem;
}

.cw-search-filters .cw-style-side .cw-search-row a p {
  margin: 0;
}

.cw-search-filters .cw-style-side .cw-search-row a:hover {
  color: var(--color-theme-highlight);
}

.cw-search-filters .cw-style-side img {
  width: 180px;
}

/* Price side modifications */
.cw-search-filters .cw-price-side .cw-search-row a {
}

.cw-search-filters .cw-price-side .cw-search-row a:hover {
}

@media (min-width: 440px) {
  .cw-search-filters .cw-search-row .cw-search-box {
    flex-basis: 49%;
  }
}

@media (min-width: 576px) {
  .cw-search-filters .cw-search-row .cw-search-box {
    flex-basis: 32%;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {
  .cw-search-filters .cw-style-side,
  .cw-search-filters .cw-price-side {
    height: 100%;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .cw-search-filters .cw-search-row .cw-search-box {
    flex-basis: 32%;
  }
}
.cw-cta {
  background-color: var(--color-theme-secondary) !important;
  position: relative;
  z-index: 0;
}

.cw-cta::after {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/8E51F8C8A28DB9BED9C3DB40E4E509C2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 5%;
}

.cw-cta-2 {
  background-color: var(--color-theme-secondary) !important;
  position: relative;
  z-index: 0;
  padding: 5rem 0;
}

.cw-cta-2::after {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/11CEC1D52AB570B6EBA2C343570AD8C6.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: top;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 5%;
}

/* Inventory Slideshow ================================================= */
/* .page-home section#module_dd35f829-5d73-4969-8a8d-064795ed8e69 {
  position: relative;
  z-index: 0;
  color: var(--color-theme-secondary);
}
.page-home section#module_dd35f829-5d73-4969-8a8d-064795ed8e69 ::before {
  content: "" !important;
  position: absolute !important;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/6F8B704382FF925923A451FE4BB490C0.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: -1 !important;
  opacity: 1% !important;
} */
.inventoryslideshow .inventoryslideshow-title-heading {
  color: #fff !important;
}
.inventoryslideshow .btn-primary {
  background-color: var(--color-theme-primary) !important;
}
/* Footer ===================================================================== */
:root {
  --white: #ffffff;
  --black: #111111;
}

.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-primary) !important;
}

.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;
  }
}
