@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif !important;
  font-optical-sizing: auto !important;
  font-style: normal !important;
}
.page-home h1{
  font-size: 30px;
}

.page-home h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 3.7rem;
  color: var(--color-theme-primary) !important;
}

/*-- 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: 230px;
}

.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 .nav-link:hover {
  color: var(--color-theme-highlight);
}

.header .navbar .active>.nav-link {
  color: #fff !important;
}

.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: 56px;
  }

  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 --*/

.cw-hero .carousel-item {
  height: 300px;
  background-size: cover;
  background-position: center center;
}

.cw-hero .carousel-control-prev,
.cw-hero .carousel-control-next {
  width: 10%;
  text-align: center;
  opacity: 0.7;
}

.cw-hero .carousel-control-prev:hover,
.cw-hero .carousel-control-next:hover {
  opacity: 1;
}

@media (min-width: 768px) {
  .cw-hero .carousel-item {
    height: 500px;
  }
}

/*-- Hero Buttons --*/

/*-- FOLLOWING CSS IS NEEDED TO APPLY OPACITY TO BUTTONS WHILE USING TEMPLATE COLORS VARIABLES --*/

.cw-button {
  height: 60px;
  margin: auto;
  border: 1px solid black;
  line-height: 60px;
  opacity: 0;
  transform: translateY(50%);
  animation: slide-up 1s ease-out forwards;
}

.cw-button>div {
  position: absolute;
  width: 100%;
}

.cw-buttons a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 45px;
  font-weight: bold;
  text-shadow: 0 0 2px black;
}

.cw-button1 a {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/9BD97201017639D65ED37670AF7DB828.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.cw-button2 a {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E9953CBDCEF5219BAD43DEA816C7681B.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.cw-button3 a {
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/CF093D421D068CA44AB8112F0217CB32.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@media (min-width: 768px) {
  .cw-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    font-size: 0.95rem;
    overflow: hidden;
    height: 100px;
  }

  .cw-button {
    width: 33%;
    margin: 0 0.25rem;
    height: 75px;
    line-height: 75px;
  }

  .cw-button>div {
    opacity: 1;
  }

  .cw-button:hover>div {
    background: var(--color-theme-highlight);
  }
}

@media (min-width: 992px) {
  .cw-buttons {
    font-size: 1.15rem;
  }

  .cw-button {
    margin: 0 0.75rem;
  }
}

@media (min-width: 1200px) {
  .cw-buttons {
    max-width: 1100px;
    left: calc(50% - 550px);
  }
}

/* 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) The navbar toggle appears at this breakpoint */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

nav.navbar .container {
  margin-top: 40px;
}

/* ====================================================================== */
section#module_94f7baf4-12a5-4956-86b8-d51a277a694d .row {
  background-color: #fff !important;
}

/* Body Style ======================================================================================= */
.cw-bodystyle {
  height: 100%;
  position: relative;
  z-index: 0;
  padding: 5rem 0 10rem 0;
  background-color: #f6f6f6;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

/* .cw-bodystyle::before {
  content: "";
  background-color: #000;
  padding: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 80%;
} */

/* .cw-bodystyle h2 {
  font-size: 54px;
  font-weight: 500;
  line-height: 3.7rem;
} */

@media (max-width: 576px) {
  .cw-bodystyle h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.7rem;
  }
}

.cw-card {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  border-right: 1px solid rgb(226, 226, 226);
  display: inline-block;
  padding: 15px 20px;
  position: relative;
}

.cw-card:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #cf0a0a;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.cw-card:hover:after {
  width: 100%;
  left: 0;
}

/* Welcome Before Line elements */
.cw-highlight {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cw-highlight::before {
  content: " ";
  width: 1.5rem;
  border-bottom: 2px solid #ff4b36;
  margin-top: -1px;
  margin-bottom: 0;
  margin-right: 6px;
  display: inline;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

section.inventory-search-module>.container {
  max-width: 1320px !important;
  position: relative !important;

  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
  background: white !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

section.inventory-search-module label {
  display: none !important;
}

section.inventory-search-module .form__wrapper {
  border: 0px solid var(--color-theme-border) !important;
  padding: 35px 20px !important;
}

/* brub =============================================== */
.cw-brub {
  background-color: #f6f6f6;
  padding: 4rem 0 9rem 0;
}

/* About us =============================================== */
/*-- Other Home Sections --*/
.cw-big-squares {
  position: relative;

  overflow: hidden;
  background-color: #1b1b1b;
  clip-path: polygon(0 7%, 100% 0, 100% 100%, 0 93%);
}

.cw-big-squares h3,
.cw-big-squares h4,
.cw-big-squares .h5 {
  font-weight: 900;
  text-transform: uppercase;
}

.cw-big-squares .cw-img-box,
.cw-big-squares .cw-map-box,
.cw-big-squares .cw-content {
  position: relative;
  flex-grow: 1;
}

.cw-big-squares .cw-img-box {
  max-height: 400px;
}

.cw-big-squares .cw-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cw-big-squares .cw-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;

  padding: 1rem;
  color: #fff;

  /* background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BD664CE04C7B7D31509402500C81D72A.jpg"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cw-big-squares .cw-content.cw-bg1 {
  background-color: var(--color-theme-highlight);
  /* background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/BD664CE04C7B7D31509402500C81D72A.jpg); */
}

/* .cw-big-squares .cw-content.cw-bg2 {
      background-color: #333333;
      background-image: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/2A9EA7B29A326555267FACB1442705F3.jpg);
    } */

.cw-big-squares .cw-content .cw-innerbox {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 0.5rem;
}

.cw-content h4 span {
  /* font-style: italic; */
  font-size: 60%;
}

.cw-big-squares .cw-mapContact {
  padding: 1rem 0.5rem;
  background: rgba(0, 0, 0, 0.1);
}

.cw-big-squares .cw-address {
  font-size: 1rem;
}

.cw-big-squares .cw-map-box {
  min-height: 300px;
}

/* -------------------- Icons ---------------------- */
.cw-big-squares .cw-address,
.cw-big-squares .cw-hours {
  position: relative;
  vertical-align: middle;
  margin: 0.25rem;
  color: #fff;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
}

.cw-big-squares .cw-hours:before {

  content: "\f017";
  font-size: 2rem;
  line-height: 1.4;
  color: var(--color-theme-secondary);

  display: block;
  text-align: center;
}

.cw-big-squares .cw-hours h2.bh-title {
  font-size: calc(1.3rem + 0.6vw);
  padding-left: 0;
  border-left: 0;
  text-align: center;
}

.cw-big-squares .business-hours ul {
  margin-bottom: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .cw-big-squares .cw-content .cw-innerbox {
    padding: 1rem;
  }

  .cw-big-squares .cw-hours {
    position: relative;
    padding-left: 3rem;
    margin: 0;
  }

  .cw-big-squares .cw-hours:before {
    position: absolute;
    left: 0;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    display: inline-block;
  }

  .cw-big-squares .cw-hours h2.bh-title {
    text-align: left;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cw-big-squares .cw-mapContact {
    padding: 1rem;
  }
}

@media (min-width: 992px) {

  .cw-big-squares .cw-img-box,
  .cw-big-squares .cw-map-box,
  .cw-big-squares .cw-content {
    /* margin: 0 0.5rem 1rem; */
  }

  .cw-big-squares .cw-img-box {
    max-height: 100%;
  }

  .cw-big-squares .cw-map-box {
    min-height: 450px;
  }

  .cw-big-squares .cw-content {
    padding: 8% 4%;
  }

  .cw-big-squares h3 {
    font-size: 40px;
  }

  .cw-big-squares h4 {
    font-size: 1.75rem;
  }
}

@media (min-width: 1400px) {
  .cw-big-squares h3 {
    font-size: 40px;
  }

  .cw-big-squares h4 {
    font-size: 2rem;
  }

  .cw-big-squares .cw-content {
    padding: 8%;
  }
}

/* ================================================================== */
:root {
  --border: #ededed;
}

.blurb__section {
  margin-top: -5rem;
  margin-bottom: 5rem;
  position: relative;
  z-index: 500;
}

.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;
}

.cw-car-img {
  position: absolute;
  bottom: -1rem;
  /* top: 0; */
  right: 0;
  left: 0;
  display: flex;
  justify-content: end;
  align-items: center;
}

@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;
  }
}

section:not(.page-home) .title {
  background-color: #03091b;
  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-color: var(--color-theme-highlight);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  overflow: hidden !important;
  opacity: 25% !important;
  z-index: -1 !important;
}