@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* ================================ */
.page-home h2 {
  font-size: 40px !important;
}
.btn-primary {
  padding: 14px 32px !important;
  background-color: var(--color-theme-secondary) !important;
  border: none !important;
}

/* .navbar {
  border-top: 1px solid #111111;
} */
.font-body-Lato .header .nav-link {
  font-weight: 500 !important;
}
/* .header .header-info {
  padding-top: 5em !important;
  padding-bottom: 4em !important;
} */

/* 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: 200px;
}

.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";
}

.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 {
  color: var(--color-theme-text-btn);
}

.header .navbar-nav .nav-link:focus {
  background-color: var(--color-theme-highlight);
}
.header .navbar-nav .nav-link:hover {
  background-color: var(--color-theme-secondary);
}

.header .nav-link-cart::after,
.header .navbar .nav-link::before {
  border-width: 0px;
}

@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: 1031;
    top: 2px;
  }

  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;
  }
} */

/* Global Styles */
.cw-no-gutter {
  padding-left: 0;
  padding-right: 0;
}

/* Main Buttons */
.cw-button-section {
  background-color: #ffffff;
  padding: 2em 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.cw-button-section .cw-button {
  display: inline-block;
  position: relative;
  margin: 20px auto 5px;
  padding: 25px 15px;
  overflow: hidden;
  z-index: 1;
  width: 100%;
  vertical-align: middle;
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: 6px;
  background: linear-gradient(
    135deg,
    rgba(47, 85, 113, 1) 0%,
    rgba(47, 85, 113, 1) 50%,
    rgba(32, 57, 76, 1) 51%,
    rgba(32, 57, 76, 1) 100%
  );
  background-size: 200%;
  background-position: center center;
  transform: translateY(0);
  box-shadow: 0px 2px 6px 0px rgba(21, 20, 21, 0.25);
  transition: all 0.25s ease-in;
}

.cw-button-section .cw-button:hover {
  color: #ffffff;
  transform: translateY(-1px);
  background-position: 20% center;
}

.cw-button i {
  position: absolute;
  top: 23%;
  right: -8%;
  color: #ffffff;
  font-size: 2em;
  transition: all 0.5s ease;
}

.cw-button:hover i {
  right: 8%;
}

/* Body Styles */
.cw-body-style-buttons {
  position: relative;
  margin: 4em auto 0;
  border-radius: 6px;
  border: 1px solid #20394c;
}

.cw-body-style-buttons h5 {
  position: absolute;
  top: -23px;
  left: 0;
  bottom: auto;
  right: 0;
  margin: 0 auto;
  padding: 0.75em 1em;
  z-index: 1;
  width: 215px;
  color: #20394c;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background-color: #ffffff;
}

.cw-body-style-buttons a {
  display: block;
  position: relative;
  padding: 2.5em 0;
  text-align: center;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid #20394c;
  transition: all 0.4s ease;
}

.cw-body-style-buttons .col-6:nth-child(even) a {
  border-right: 1px solid #20394c;
}

.cw-body-style-buttons .col-6:nth-child(6) a {
  border-bottom: 1px solid transparent;
}

.cw-body-style-buttons .col-6:nth-child(7) a {
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.cw-body-style-buttons a img {
  height: 38px;
  width: auto;
  margin: auto;
}

.cw-body-style-buttons a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.cw-body-style-buttons a:hover img {
  opacity: 0.6;
  animation: carMotion 0.5s;
}

/* Bodystyle Keyframes*/
@keyframes carMotion {
  0% {
    transform: translate(0, 0);
  }
  33.33% {
    transform: translate(5px, 5px);
  }
  66.66% {
    transform: translate(-5px, -5px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/* How It Works */
.cw-works-section {
  padding: 5em 0 4em;
}

.cw-works-section .cw-section-title {
  margin-bottom: 1.5em;
}

.cw-works-section .cw-section-title h5 {
  color: var(--color-theme-primary);
  font-family: "Ubuntu", sans-serif;
  font-size: 1.75em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cw-works-section .cw-section-title span {
  display: block;
  margin: 0 auto;
  width: 220px;
  color: #ed7225;
  font-size: 1.35em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border: 2px solid #ed7225;
  border-radius: 20px;
  vertical-align: middle;
}

.cw-works-section .col-12 {
  position: relative;
}

.cw-works-section .col-12:after {
  content: "";
  position: absolute;
  top: auto;
  left: 30px;
  bottom: 0px;
  right: 30px;
  border-bottom: 2px solid #ed7225;
}

.cw-works-section .col-12:last-child:after {
  content: "";
  border: none;
}

.cw-works-section .col-12 .cw-step-header {
  margin-top: 1.25em;
  color: var(--color-theme-primary);
  font-family: "Ubuntu", sans-serif;
  font-size: 1.75em;
  font-weight: 600;
}

.cw-works-section .col-12 .cw-step-header i {
  color: #ed7225;
  font-size: 1.75em;
}

.cw-works-section .col-12 .cw-step-header span {
  display: block;
  padding: 0.5em 0;
}

.cw-works-section .col-12 a {
  display: block;
  margin: 0 auto 1.5em;
  padding: 0.75em 2em;
  max-width: 285px;
  color: #fefefe;
  font-size: 1.25em;
  text-transform: uppercase;
  background-color: var(--color-theme-primary);
  transform: translateY(0);
  transition: all 0.25s ease-out;
}

.cw-works-section .col-12 a:hover {
  transform: translateY(-1px);
  background-color: #ed7225;
}

/* Responsive Styles */
@media (min-width: 440px) {
  .cw-body-style-buttons a {
    font-size: 1.25em;
  }
}

@media (min-width: 768px) {
  .cw-button-section .cw-button {
    width: 45%;
    font-size: 1.3em;
  }

  .cw-body-style-buttons a {
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
  }

  .cw-body-style-buttons .col-6:nth-child(even) a {
    border-right: 1px solid #999999;
  }

  .cw-body-style-buttons .col-6:nth-child(1n + 5) a {
    border-bottom: 1px solid transparent;
  }

  .cw-body-style-buttons .col-6:nth-child(4) a {
    border-right: 1px solid transparent;
  }

  .cw-works-section .cw-section-title h5 {
    display: inline-block;
    font-size: 1.75em;
    vertical-align: middle;
  }

  .cw-works-section .cw-section-title span {
    display: inline-block;
    width: 220px;
    font-size: 1.35em;
  }

  .cw-works-section .col-12:after {
    top: 15px;
    left: auto;
    bottom: 0px;
    right: 0;
    height: 150px;
    border-right: 2px solid #999999;
    border-bottom: none;
  }

  .cw-works-section .col-12 a {
    font-size: 1em;
  }

  .cw-works-section .col-12 .cw-step-header {
    font-size: 1.1em;
  }

  .cw-works-section .col-12 .cw-step-header i {
    font-size: 3.25em;
  }
}

@media (min-width: 992px) {
  .cw-body-style-buttons a {
    border-bottom: 1px solid transparent;
  }

  .cw-body-style-buttons .col-6:nth-child(4) a {
    border-right: 1px solid #999999;
  }
}

@media (min-width: 1200px) {
  .cw-works-section .col-12 a {
    font-size: 1em;
  }

  .cw-works-section .col-12 .cw-step-header {
    font-size: 1.8em;
  }

  .cw-works-section .col-12 .cw-step-header i {
    font-size: 1.25em;
    margin-right: 0.25em;
    vertical-align: middle;
  }

  .cw-works-section .col-12 .cw-step-header span {
    display: inline-block;
    vertical-align: middle;
  }
}

/* Testimonials =================================================================== */
.testimonial-body {
  /* border-bottom: 2px solid #d71c23; */
  /* box-shadow: 0px 1px 11px 2px #000; */
  /* background-image: linear-gradient(180deg, #181818, #333); */
  /* border-radius: 3vw 0; */
  margin-bottom: 1rem;
  border: 2px solid #f0f0f0;
}

.testimonial-avatar {
  /* border-radius: 50%; */
  width: 58px;
  height: 58px;
  overflow: hidden;
}

.testimonial-avatar img {
  object-fit: cover;
}

.testimonial-avatar .testimonial-avatar-letter {
  font-size: 1.7rem;
  font-family: var(--headerfont);
  text-align: center;
  height: 100%;
  padding-top: 0.55rem;
}

.testimonial-info {
  padding: 0;
  /* border-radius: 2em 0 0em 2em; */
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  z-index: 2;
  left: -3%;
}

.testimonial-content p:last-of-type {
  margin-bottom: 0;
}

.testimonial-stars i {
  font-size: 1.1rem;
}

.testimonial {
  font-size: 1rem;
  font-style: italic;
  margin: 1rem auto 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 567px) {
  .testimonial {
    font-size: 1.5rem;
  }
}

.testimonial-slider-item .crate {
  height: 100%;
}

.testimonial-slider .testimonial-arrow {
  top: 50%;
}

.testimonial-slider .testimonial-arrow-prev {
  left: -1em;
}

.testimonial-slider .testimonial-arrow-next {
  right: -1.1em;
}

/* About Us */
.cw-about-section {
  box-shadow: inset 0px 0px 15px 15px rgba(21, 20, 21, 0.25);
}

.cw-about-section .cw-about-filler {
  padding: 12% 0;
}

.cw-about-section .cw-about-filler h5 {
  padding-bottom: 0.25em;
  font-size: 2.75em;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  color: #f0f0f0;
  text-shadow: 1px 1px 15px #262626;
  letter-spacing: 0.05em;
}

.cw-about-section .cw-about-filler h5 span {
  display: block;
}

.cw-about-section .cw-about-filler h6 {
  padding-bottom: 0.25em;
  font-size: 1.25em;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
  line-height: 18px;
  color: #f0f0f0;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #262626;
  margin-bottom: 1em;
}

.cw-about-section .cw-about-filler h6 span {
  display: block;
}

.cw-about-section .cw-about-filler p {
  margin: 0 auto;
  padding: 0.25em 0.5em;
  max-width: 1050px;
  color: #fefefe;
  font-size: 1.25em;
  letter-spacing: 0.06em;
  line-height: 25px;
}

.cw-about-section .cw-about-filler a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  /* padding: 0.8em 1.5em; */
  font-size: 1.2em;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: #ffffff;
  background-color: #20394c;
  /* border: 1px solid #ffffff; */
  transition: all 0.5s ease;
  margin-bottom: 0.5em;
  text-decoration: none;
}

.cw-about-section .cw-about-filler a i {
  position: absolute;
  top: 29%;
  right: -8%;
  color: #20394c;
  transition: all 0.5s ease;
}

.cw-about-section .cw-about-filler a:hover {
  color: #ed7225;
  border: 2px solid transparent;
}

.cw-about-section .cw-about-filler a:hover i {
  right: 3%;
  color: #ed7225;
}

/* SM: 768px & Up */
@media (min-width: 768px) {
  .cw-about-section .cw-about-filler h5 span {
    display: inline;
  }

  .cw-about-section .cw-about-filler h6 span {
    display: inline;
  }
}
/* Header ======================================================== */
.cw-banner {
  position: absolute;
  top: 0;
  color: #fff;
  width: 100%;
  background-color: var(--color-theme-primary) !important;
  border-bottom: 1px solid #111111;
}

.page-home .container.mb-4 {
  display: none !important;
}
.cw-bodystyle {
  background-color: #000;
  height: 100%;
  padding: 6rem 0;
  position: relative;
  z-index: 0;
}

.cw-bodystyle::before {
  content: "";
  background: url(https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/AF64367DD2139ADA884593455623BA97.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;

  padding: 2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 30%;
}

.cw-bodystyle h2 {
  font-size: 3.5rem;
  font-weight: 700;
  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;
  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: var(--color-theme-primary);
  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;
}

/* cw-buttons===================================================================================== */
.cw-buttons {
  margin: 5rem 0;
}

.cw-buttons .cw-col {
  margin: 0px !important;
  padding: 0px !important;
}

.cw-buttons .card {
  text-align: center;
  margin: 0px !important;
  transition: all 0.5s;
}

.cw-buttons .card:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
}

.cw-buttons-button {
  position: relative;
  z-index: 0;
}

/* .cw-arrow {
  display: inline-block;
  margin: -1rem 0 -0.5rem 0;
  border-width: 0 3rem 1.5rem 3rem;
  border-style: solid;
  border-color: transparent transparent #263492 transparent;
} */

.cw-border-right {
  border-right: 1px solid #fff;
}

.cw-buttons-header {
  padding: 2.5rem 0;
  text-align: center;
  color: #fff;
  background-color: #0f2536;
  position: relative;
  z-index: 0;
}
.cw-buttons-header-one::before {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/3DC58214EBBD37713B98DBCB8DA7C8D4.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 20%;
}
.cw-buttons-header-two::before {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/94D281490FA6747AC5DB314AF02AAA60.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 20%;
}
.cw-buttons-header-three::before {
  content: "";
  position: absolute;
  background-image: url("https://cdn.powersports.com/cdn-cgi/image/h=1440,w=1920/E1B128D4A7936BEAC5D4FDE51B1DCF91.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 20%;
}
.cw-buttons h5 {
  font-size: 65px !important;
  font-weight: 700 !important;
  font-family: "Kanit", sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  position: relative;
}

.cw-buttons h5::before {
  content: "";
  position: absolute;
  border-bottom: 3px solid var(--color-theme-secondary);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 100%;
  width: 50px;
  display: flex;
  margin: auto;
}
.cw-buttons h6 {
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 2rem;
}
.cw-buttons .card-body {
  padding: 3rem 3rem;
  border-top: 1px solid #fff;
  background-color: #20394c;
  position: relative;
  z-index: 0;
  color: #fff;
  text-align: center;
  height: 100%;
  min-height: 215px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.cw-buttons .cw-bg-one::after {
  content: "";
  position: absolute;
  background-image: url("{{ asset 'photos/image---2.jpg' }}");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 12%;
  height: 100%;
  width: 100%;
}

.cw-buttons .cw-bg-two::after {
  content: "";
  position: absolute;
  background-image: url("{{ asset 'photos/image---1.jpg' }}");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 12%;
  height: 100%;
  width: 100%;
}

.cw-buttons .cw-bg-three::after {
  content: "";
  position: absolute;
  background-image: url("{{ asset 'photos/image---3.jpg' }}");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 12%;
  height: 100%;
  width: 100%;
}

.cw-buttons .cw-bg-four::after {
  content: "";
  position: absolute;
  background-image: url("{{ asset 'photos/image---4.jpg' }}");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 12%;
  height: 100%;
  width: 100%;
}

/*  */
/* 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) {
  .title {
    margin-top: 3rem !important;
  }
  .builder-canvas__sticky-container {
    margin-top: 2rem !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) {
}

.card__multi__style6 .item__card__details__wrapper .item__data .item__data__price {
  color: #E77128 !important;
}