@charset "UTF-8";
:root {
  --tooltip-bg: #000;
  --tooltip-color: #fff;
  --freeway-black: #000;
  --freeway-red: #ED1C24;
  --color--white: white;
}

body {
  font-family: "Inter", sans-serif;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
}

.font-inter {
  font-family: "Inter", sans-serif;
}

.header--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 110px;
  background: var(--freeway-black);
}
.header--logo img {
  height: 65px;
}
.header--bottom {
  background: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header--search--input {
  position: relative;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 16px;
  border-radius: 0;
  border: 1px solid #e3e3e3;
}
.header--search--input input {
  background: transparent;
  min-width: 250px;
  font-size: 14px;
  outline: none;
  min-height: 25px;
}
.header--search--input i {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header--links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header--links a:hover {
  background: #e5e5e5;
}
.header--links .ico--cart--content {
  position: relative;
}
.header--links .ico i {
  font-size: 24px;
}
.header--links .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 12px;
  width: 15px;
  height: 15px;
  background: red;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
}
.header--account--search {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 42px;
  min-width: auto;
}
.header--account--search.expand {
  width: 250px;
}
.header--account--search.expand form {
  opacity: 1;
  visibility: visible;
}

.nav--bar {
  position: relative;
}
.nav--bar .menu--wp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav--bar .menu--wp > .menu-item {
  height: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  text-align: center;
}
.nav--bar .menu--wp > .menu-item.is-red > a {
  color: var(--freeway-red);
  font-weight: 800;
}
.nav--bar .menu--wp > .menu-item.is-red > a:before {
  background: var(--freeway-red);
}
.nav--bar .menu--wp > .menu-item > a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}
.nav--bar .menu--wp > .menu-item > a:before {
  content: "";
  position: absolute;
  top: 7px;
  background: white;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.nav--bar .menu--wp > .menu-item > .sub-menu {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  gap: 20px;
  padding: 2rem 0;
  z-index: 9999;
  background: #E2E0E0;
  border-bottom: 2px solid #E2E0E0;
  -webkit-box-shadow: 0px 30px 19px 1px rgba(204, 204, 204, 0.1411764706);
          box-shadow: 0px 30px 19px 1px rgba(204, 204, 204, 0.1411764706);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: black;
}
.nav--bar .menu--wp > .menu-item > .sub-menu > .menu-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
.nav--bar .menu--wp > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 1rem;
}
.nav--bar .menu--wp > .menu-item > .sub-menu > .menu-item > .sub-menu {
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
.nav--bar .menu--wp > .menu-item:hover {
  background: black;
}
.nav--bar .menu--wp > .menu-item:hover > a:after {
  content: "";
  border-bottom: 10px solid #E2E0E0;
  border-left: 15px solid rgba(0, 0, 0, 0);
  border-right: 15px solid rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  width: 0;
  z-index: 1001;
}
.nav--bar .menu--wp > .menu-item:hover > a:before {
  width: 70%;
}
.nav--bar .menu--wp > .menu-item:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

.swiper--arrow--custom {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--freeway-black);
  border-radius: 50%;
  font-size: 25px;
  color: white;
}
.swiper--arrow--custom:after {
  display: none;
}
.swiper--arrow--custom.swiper-button-lock {
  opacity: 0;
  visibility: hidden;
}
.swiper--pagination--custom {
  --swiper-pagination-color: var(--freeway-red);
}

.carousel--brands {
  padding: 2rem 0;
  background: var(--freeway-black);
}
.carousel--brands .swiper-slide img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
}

.product .onsale {
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
  font-weight: 800;
  background: var(--freeway-red);
  padding: 5px 10px;
  border-radius: 0px;
  color: white;
  min-height: auto !important;
}
.product--article .onsale {
  position: absolute !important;
  padding: 5px 10px !important;
  font-size: 14px;
  right: 10px !important;
  top: 10px !important;
}
.product--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .product--price {
    gap: 5px;
  }
}
.product--price del {
  color: #999;
  font-size: 18px;
}
.product--price del bdi {
  font-weight: normal !important;
}
.product--price .amount,
.product--price ins {
  text-decoration: none;
}
.product--price .amount bdi,
.product--price ins bdi {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .product--price .amount bdi,
.product--price ins bdi {
    font-size: 12px;
  }
}

.footer,
footer {
  background: var(--freeway-black);
  color: var(--color--white);
  overflow: hidden;
}
.footer hr,
footer hr {
  width: 100%;
  margin: 2rem 0;
  border-bottom: 1px solid rgba(111, 111, 111, 0.0901960784);
}
@media (max-width: 768px) {
  .footer hr,
footer hr {
    margin-bottom: 1rem;
  }
}
.footer .widget,
footer .widget {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-size: 15px;
  color: #ccc;
}
@media (max-width: 768px) {
  .footer .widget,
footer .widget {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.footer--logo img,
footer--logo img {
  max-height: 100px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .footer--logo img,
footer--logo img {
    max-height: 60px;
    margin: 0 auto 2rem;
  }
}
.footer--contact--li,
footer--contact--li {
  margin-bottom: 1rem;
}
.footer--contact--li .label,
footer--contact--li .label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 9px;
}
.footer--contact--li .data,
footer--contact--li .data {
  font-size: 15px;
  color: #ccc;
}
@media (max-width: 768px) {
  .footer--contact--li .data,
footer--contact--li .data {
    font-size: 14px;
  }
}
.footer--social,
footer--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .footer--social,
footer--social {
    margin-bottom: 16px;
  }
}
.footer--social--link,
footer--social--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}
.footer--social--link a,
footer--social--link a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #404040;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer--social--link a:hover,
footer--social--link a:hover {
  background: white;
  color: black;
}
.footer--title,
footer--title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 9px;
  text-transform: uppercase;
  height: 24px;
  color: white;
}
.footer-parrafo,
footer-parrafo {
  font-size: 15px;
  color: #ccc;
}
@media (max-width: 768px) {
  .footer-parrafo,
footer-parrafo {
    font-size: 14px;
  }
}
.footer .form-suscribe-lco,
footer .form-suscribe-lco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 768px) {
  .footer .form-suscribe-lco,
footer .form-suscribe-lco {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
  }
}
.footer .form-suscribe-lco .has-float-label,
footer .form-suscribe-lco .has-float-label {
  color: var(--color--white);
}
.footer .form-suscribe-lco .error,
footer .form-suscribe-lco .error {
  left: 0 !important;
  bottom: -30px !important;
  top: auto !important;
}
.footer .form-suscribe-lco button[disabled=disabled],
footer .form-suscribe-lco button[disabled=disabled] {
  opacity: 0.6;
  pointer-events: none;
}
.footer .form-group,
footer .form-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 768px) {
  .footer .form-group,
footer .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.footer ul li a,
footer ul li a {
  font-size: 15px;
  color: #ccc;
}

.form-control {
  outline: none;
  padding: 5px 10px;
  height: 45px;
  font-size: 14px;
}

.btn {
  margin: 0;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 45px;
  background-color: #ccc;
  font-size: 14px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 0;
  float: none;
  color: white;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
.btn-solid {
  margin: 0 !important;
  min-width: 140px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 45px !important;
  background-color: var(--freeway-red) !important;
  font-size: 14px !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 0 !important;
  float: none !important;
  color: white !important;
}
.btn-solid:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.btn-solid.disabled, .btn-solid[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-alter {
  margin: 0 !important;
  min-width: 140px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 45px !important;
  background-color: var(--freeway-black) !important;
  font-size: 14px !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 0 !important;
  float: none !important;
  color: white;
}
.btn-alter:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.btn-alter.disabled, .btn-alter[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
.btn-submit {
  max-width: 150px !important;
  color: white !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
}
.btn-submit:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
@media (max-width: 768px) {
  .btn-submit {
    max-width: 100% !important;
  }
}
.btn-small {
  min-width: 44px !important;
  height: 36px !important;
  font-size: 12px !important;
}
.btn-large {
  min-width: 44px !important;
  height: 55px !important;
  font-size: 16px !important;
}

.woocommerce-variation-price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 1rem;
}
.woocommerce-variation-price del {
  color: #999;
  font-size: 18px;
}
.woocommerce-variation-price del bdi {
  font-weight: normal !important;
}
.woocommerce-variation-price .amount,
.woocommerce-variation-price ins {
  text-decoration: none;
  color: black;
}
.woocommerce-variation-price .amount bdi,
.woocommerce-variation-price ins bdi {
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
}
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  width: 48px !important;
  height: 48px !important;
  background: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-animation: skLinRotate 1s ease-in-out infinite alternate;
  animation: skLinRotate 1s ease-in-out infinite alternate;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #ff3d00;
  background-image: none;
  left: 50%;
  top: 50%;
}
.woocommerce-info:before, .woocommerce-info:after {
  display: none;
}
.woocommerce-info.cart-empty {
  display: none !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  color: var(--freeway-red);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
.woocommerce-info, .woocommerce-message {
  padding: 1rem;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: none;
  background: #f8f8f8;
  color: black;
  min-height: 70px;
  border-left: 5px solid #000;
}
.woocommerce-info:before, .woocommerce-info:after, .woocommerce-message:before, .woocommerce-message:after {
  display: none;
}
.woocommerce-info a:not(.showcoupon):not(.btn-solid), .woocommerce-message a:not(.showcoupon):not(.btn-solid) {
  margin: 0 !important;
  min-width: 140px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
      align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  height: 45px !important;
  font-size: 14px !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 0 !important;
  float: none !important;
  background: var(--freeway-black) !important;
  color: white !important;
}
.woocommerce-info--info, .woocommerce-message--info {
  background: var(--freeway-black);
  color: white;
  border-top-color: var(--freeway-red);
}
.woocommerce-info--info a, .woocommerce-message--info a {
  background-color: var(--freeway-red) !important;
}
.woocommerce-password-strength {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce-password-strength.short {
  color: white;
}
.woocommerce-MyAccount-navigation-link.is-active {
  color: var(--freeway-red);
}
.woocommerce p.stock {
  font-size: 12px !important;
  color: var(--freeway-red) !important;
  text-transform: uppercase;
  font-weight: 900;
}
.woocommerce-breadcrumb {
  font-size: 15px !important;
  line-height: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(153 153 153/var(--tw-text-opacity)) !important;
  margin-bottom: 1.5rem !important;
}
.woocommerce-breadcrumb a {
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(153 153 153/var(--tw-text-opacity)) !important;
}
.woocommerce-breadcrumb span {
  color: black;
  font-weight: 600;
}
.woocommerce .star-rating {
  width: 5.5em;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100% !important;
}
.woocommerce--custom--dashboard a {
  color: var(--freeway-red);
  color: var();
}
.woocommerce--custom--dashboard .picture {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0;
}
.woocommerce--custom--quality--select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.woocommerce--custom--quality--select .action-number {
  width: 30px;
  height: 30px;
  background: var(--freeway-black);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  cursor: pointer;
}
.woocommerce--custom--quality--select .quantity {
  margin: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  width: 60px;
  font-weight: 600;
}
.woocommerce--custom--quality--select .quantity input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline: none;
  pointer-events: none;
  height: 30px !important;
  min-height: 30px !important;
  background: #f3f3f3;
  color: #464646;
  border-radius: 0px;
}
.woocommerce--custom--quality--select .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce--custom--quality--select .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.woocommerce--custom--cart--image img {
  max-width: 100px !important;
  width: 100px !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.woocommerce-product-review--cards {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 30px;
  border-right: solid 1px #ebebeb;
}
@media (max-width: 768px) {
  .woocommerce-product-review--cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    border-top: none;
    grid-row-gap: 0;
    margin-top: 0;
  }
}
.woocommerce-product-review--cards--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .woocommerce-product-review--cards--col {
    border-right: none !important;
    border-bottom: solid 1px #ebebeb;
    padding: 15px 0;
  }
}
.woocommerce-product-review--cards--col:nth-child(3), .woocommerce-product-review--cards--col:last-child {
  border-right: none !important;
}
.woocommerce-product-review--cards--col.picture img {
  max-height: 185px;
  width: auto;
  margin: 0 auto;
}
.woocommerce-product-review--cards--col.total h4 {
  text-align: center;
  font-weight: 600;
}
.woocommerce-product-review--cards--col.total .total {
  text-align: center;
}
.woocommerce-product-review--cards--col.total .total .rating {
  font-size: 54px;
  font-weight: 600;
  color: #FFB136;
}
.woocommerce-product-review--cards--col.total .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.woocommerce-product-review--cards--col.total .total--opinions {
  text-align: center;
  margin-top: 8px;
}
.woocommerce-product-review--cards--col.all .bloc--star--count {
  margin-bottom: 7px;
}
.woocommerce-product-review--cards--col.all .bloc--star--count .wstar-num {
  font-size: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
}
.woocommerce-product-review--cards--col.all .bloc--star--count .star-rating {
  width: 6em;
}
.woocommerce-product-review--cards--col.reviews {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
@media (max-width: 768px) {
  .woocommerce-product-review--cards--col.reviews {
    border: none;
    padding: 0 !important;
  }
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews {
  margin-top: 2rem;
  width: 100%;
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews-title {
  display: none;
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review {
  border-bottom: 1px solid #ebebeb !important;
  padding-bottom: 1rem !important;
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review .comment_container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review .comment_container .star-rating {
  float: none !important;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review .comment_container .avatar {
  border: none !important;
  background: no-repeat !important;
  padding: 0 !important;
  border-radius: 50% !important;
  float: none !important;
  position: relative !important;
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review .comment-text {
  margin: 0 !important;
  padding: 0 1rem !important;
  border: none !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
@media (max-width: 768px) {
  .woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review .comment-text .description {
    font-size: 14px;
  }
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review .comment-text .meta {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  font-size: 0.9rem !important;
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review .comment-text .meta .woocommerce-review__author {
  color: black !important;
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review .comment-text .meta .woocommerce-review__dash {
  display: none !important;
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review .comment-text .meta .woocommerce-review__published-date {
  color: #9e9e9e !important;
}
.woocommerce-product-review--cards--col.reviews .woocommerce-Reviews .review .comment-text .description p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0 !important;
}
.woocommerce-product-review--cards--col.reviews #review_form_wrapper .comment-reply-title {
  color: #a1a1aa;
  display: block;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
.woocommerce-product-review--cards--col.reviews #review_form_wrapper .comment-notes {
  font-size: 14px;
  color: #ccc;
}
.woocommerce-product-review--cards--col.reviews #review_form_wrapper .comment-respond .must-log-in {
  text-align: center;
  margin: 16px 0;
  font-weight: 600;
}
.woocommerce-product-review--cards--col.reviews #review_form_wrapper .comment-respond .must-log-in i {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(212 212 216/var(--tw-text-opacity));
}
.woocommerce-product-review--cards--col.reviews #review_form_wrapper .comment-respond .must-log-in a {
  color: var(--freeway-red);
  font-weight: 700;
}
.woocommerce-product-review--cards--col.reviews #review_form_wrapper .comment-form-cookies-consent input,
.woocommerce-product-review--cards--col.reviews #review_form_wrapper .comment-form-cookies-consent label {
  display: inline-block;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating span:before {
  color: #FFB136 !important;
  letter-spacing: 5px !important;
  font-size: 0.8rem !important;
  font-family: star !important;
  width: 7.4em;
  padding-top: 3px;
}
.woocommerce--custom--accordian--section .accordion {
  background-color: #eee;
  color: #F6F6F6;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.woocommerce--custom--accordian--section .accordion.active, .woocommerce--custom--accordian--section .accordion.accordion:hover {
  background-color: #000;
}
.woocommerce--custom--accordian--section .accordion.active h5, .woocommerce--custom--accordian--section .accordion.accordion:hover h5 {
  color: white !important;
}
.woocommerce--custom--accordian--section .accordion.active:after, .woocommerce--custom--accordian--section .accordion.accordion:hover:after {
  color: white !important;
}
.woocommerce--custom--accordian--section .accordion:after {
  content: "\ea6e";
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
  font-size: 24px;
  color: black;
}
.woocommerce--custom--accordian--section .accordion.active:after {
  content: "\ea4e";
}
.woocommerce--custom--accordian--section .panel {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}
.woocommerce p.stars a:before {
  color: #ffb136;
}

.form label,
form label {
  font-weight: 500;
  color: rgb(17, 24, 39);
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: inline-block;
}
.form .select2-selection,
.form input:not([type=checkbox]):not([type=radio]):not(.custom),
.form select,
.form textarea,
form .select2-selection,
form input:not([type=checkbox]):not([type=radio]):not(.custom),
form select,
form textarea {
  border: 1px solid #ccc;
  padding: 8px;
  min-height: 45px;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.form .select2-selection::-webkit-input-placeholder, .form input:not([type=checkbox]):not([type=radio]):not(.custom)::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, form .select2-selection::-webkit-input-placeholder, form input:not([type=checkbox]):not([type=radio]):not(.custom)::-webkit-input-placeholder, form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #ccc !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.form .select2-selection::-moz-placeholder, .form input:not([type=checkbox]):not([type=radio]):not(.custom)::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, form .select2-selection::-moz-placeholder, form input:not([type=checkbox]):not([type=radio]):not(.custom)::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  color: #ccc !important;
  -moz-transition: none !important;
  transition: none !important;
}
.form .select2-selection:-ms-input-placeholder, .form input:not([type=checkbox]):not([type=radio]):not(.custom):-ms-input-placeholder, .form select:-ms-input-placeholder, .form textarea:-ms-input-placeholder, form .select2-selection:-ms-input-placeholder, form input:not([type=checkbox]):not([type=radio]):not(.custom):-ms-input-placeholder, form select:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #ccc !important;
  -ms-transition: none !important;
  transition: none !important;
}
.form .select2-selection::-ms-input-placeholder, .form input:not([type=checkbox]):not([type=radio]):not(.custom)::-ms-input-placeholder, .form select::-ms-input-placeholder, .form textarea::-ms-input-placeholder, form .select2-selection::-ms-input-placeholder, form input:not([type=checkbox]):not([type=radio]):not(.custom)::-ms-input-placeholder, form select::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #ccc !important;
  -ms-transition: none !important;
  transition: none !important;
}
.form .select2-selection::placeholder,
.form input:not([type=checkbox]):not([type=radio]):not(.custom)::placeholder,
.form select::placeholder,
.form textarea::placeholder,
form .select2-selection::placeholder,
form input:not([type=checkbox]):not([type=radio]):not(.custom)::placeholder,
form select::placeholder,
form textarea::placeholder {
  color: #ccc !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.form .select2-selection.error,
.form input:not([type=checkbox]):not([type=radio]):not(.custom).error,
.form select.error,
.form textarea.error,
form .select2-selection.error,
form input:not([type=checkbox]):not([type=radio]):not(.custom).error,
form select.error,
form textarea.error {
  border-color: red;
  color: red;
}
.form .select2-selection.error::-webkit-input-placeholder, .form input:not([type=checkbox]):not([type=radio]):not(.custom).error::-webkit-input-placeholder, .form select.error::-webkit-input-placeholder, .form textarea.error::-webkit-input-placeholder, form .select2-selection.error::-webkit-input-placeholder, form input:not([type=checkbox]):not([type=radio]):not(.custom).error::-webkit-input-placeholder, form select.error::-webkit-input-placeholder, form textarea.error::-webkit-input-placeholder {
  color: rgba(255, 0, 0, 0.5019607843);
}
.form .select2-selection.error::-moz-placeholder, .form input:not([type=checkbox]):not([type=radio]):not(.custom).error::-moz-placeholder, .form select.error::-moz-placeholder, .form textarea.error::-moz-placeholder, form .select2-selection.error::-moz-placeholder, form input:not([type=checkbox]):not([type=radio]):not(.custom).error::-moz-placeholder, form select.error::-moz-placeholder, form textarea.error::-moz-placeholder {
  color: rgba(255, 0, 0, 0.5019607843);
}
.form .select2-selection.error:-ms-input-placeholder, .form input:not([type=checkbox]):not([type=radio]):not(.custom).error:-ms-input-placeholder, .form select.error:-ms-input-placeholder, .form textarea.error:-ms-input-placeholder, form .select2-selection.error:-ms-input-placeholder, form input:not([type=checkbox]):not([type=radio]):not(.custom).error:-ms-input-placeholder, form select.error:-ms-input-placeholder, form textarea.error:-ms-input-placeholder {
  color: rgba(255, 0, 0, 0.5019607843);
}
.form .select2-selection.error::-ms-input-placeholder, .form input:not([type=checkbox]):not([type=radio]):not(.custom).error::-ms-input-placeholder, .form select.error::-ms-input-placeholder, .form textarea.error::-ms-input-placeholder, form .select2-selection.error::-ms-input-placeholder, form input:not([type=checkbox]):not([type=radio]):not(.custom).error::-ms-input-placeholder, form select.error::-ms-input-placeholder, form textarea.error::-ms-input-placeholder {
  color: rgba(255, 0, 0, 0.5019607843);
}
.form .select2-selection.error::placeholder,
.form input:not([type=checkbox]):not([type=radio]):not(.custom).error::placeholder,
.form select.error::placeholder,
.form textarea.error::placeholder,
form .select2-selection.error::placeholder,
form input:not([type=checkbox]):not([type=radio]):not(.custom).error::placeholder,
form select.error::placeholder,
form textarea.error::placeholder {
  color: rgba(255, 0, 0, 0.5019607843);
}
.form textarea,
form textarea {
  border: 1px solid #ccc;
  padding: 8px;
  background: 0 0;
  font-size: 14px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.form textarea::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #ccc !important;
  -webkit-transition: none !important;
  transition: none !important;
}
.form textarea::-moz-placeholder, form textarea::-moz-placeholder {
  color: #ccc !important;
  -moz-transition: none !important;
  transition: none !important;
}
.form textarea:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #ccc !important;
  -ms-transition: none !important;
  transition: none !important;
}
.form textarea::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #ccc !important;
  -ms-transition: none !important;
  transition: none !important;
}
.form textarea::placeholder,
form textarea::placeholder {
  color: #ccc !important;
  -webkit-transition: none !important;
  transition: none !important;
}

.form-check-input.error {
  border-color: red;
  color: red;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input.error {
  border-color: red;
  color: red;
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.thwvsf-tooltip .tooltiptext {
  font-size: 12px !important;
  left: 50% !important;
  margin-left: 0px !important;
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}
.thwvsf-wrapper-ul .thwvsf-wrapper-item-li.thwvsf-label-li.attr_swatch_design_default {
  border-radius: 0 !important;
  padding: 0 12px !important;
}

.wpc-filter-set-widget-title {
  background: black;
  color: white;
  padding: 12px 10px;
  margin-bottom: 10px;
  font-weight: 800;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}
.wpc-filters-widget-content .wpc-posts-found {
  display: none !important;
}

.wpc-filters-widget-main-wrapper input[type=checkbox] {
  border-radius: 0 !important;
}

.wpc-term-count,
.widget-area .widget li.wpc-term-item a:not(:has(.star-rating)),
.wpc-filters-widget-main-wrapper li.wpc-term-item a:not(:has(.star-rating)) {
  font-size: 14px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.register_loader,
.login_loader {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6784313725);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
}

.register_msg.fail,
.login_msg.fail {
  display: block;
  color: var(--freeway-red);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.login_msg.success {
  color: #16a34a !important;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 0px !important;
}

.loader {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-animation: skLinRotate 1s ease-in-out infinite alternate;
          animation: skLinRotate 1s ease-in-out infinite alternate;
}
.loader:before {
  display: none !important;
}
.loader:after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #ff3d00;
}
.loader-container {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6784313725);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
.loader-container.show {
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes skLinRotate {
  95%, 100% {
    -webkit-transform: rotate(840deg);
            transform: rotate(840deg);
  }
}

@keyframes skLinRotate {
  95%, 100% {
    -webkit-transform: rotate(840deg);
            transform: rotate(840deg);
  }
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  padding: 8px;
  min-height: 45px;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1rem;
}

.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
  font-size: 14px !important;
  padding: 8px;
}

.cart-subtotal td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 7px;
}
.cart-subtotal td ins {
  text-decoration: none;
}
.cart-subtotal td del {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single_add_to_cart_button.loading:after {
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "\eec2" !important;
  font-size: 20px;
  right: auto !important;
  position: relative !important;
  top: auto !important;
  margin-left: 0.53em;
}
.single_add_to_cart_button.added:after {
  font-size: 20px;
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eb7b" !important;
}

.tata.success {
  background: #10b981;
}
.tata.success .tata-progress {
  background: rgba(255, 255, 255, 0.231372549);
}
.tata i {
  display: none;
}
.tata-body {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 26px !important;
}
.tata-body h4 {
  font-size: 14px !important;
  text-align: center;
  font-weight: 600;
}
.tata-body p {
  display: none;
}

blockquote {
  border-left: 4px solid var(--color-border);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 1.25rem;
  padding-bottom: 0.75rem;
  margin-top: 0.9375rem;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 64.0625rem) {
  blockquote {
    padding-left: 3.125rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.entry-content-post {
  line-height: 1.6;
}
.entry-content-post h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin: 0 0 16px 0;
  color: black;
  font-weight: 800;
}
.entry-content-post h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 16px 0;
  color: black;
  font-weight: 800;
}
.entry-content-post h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin: 0 0 16px 0;
  color: black;
  font-weight: 800;
}
.entry-content-post h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0 0 16px 0;
  color: black;
  font-weight: 800;
}
.entry-content-post h5 {
  margin: 0 0 16px 0;
  color: black;
  font-weight: 800;
}
.entry-content-post img.aligncenter {
  margin-bottom: 0.75rem;
}
.entry-content-post img.alignright {
  float: right;
}
.entry-content-post img.alignleft {
  float: left;
}
.entry-content-post strong {
  font-weight: 600;
}
.entry-content-post blockquote {
  border-left: 5px solid black;
}
.entry-content-post a {
  text-decoration: underline;
  color: var(--freeway-red);
}
.entry-content-post ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 16px;
  margin-bottom: 10px;
}
.entry-content-post ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-left: 16px;
  margin-bottom: 10px;
}
.entry-content-post ol li::marker {
  font-weight: 600;
}
.entry-content-post p {
  margin-bottom: 1rem;
}
.entry-content-post p:last-child {
  margin-bottom: 0;
}

.pagination--global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.pagination--global .page-numbers {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #A1A1AA;
  color: #A1A1AA;
  border-radius: 7px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination--global .page-numbers:hover, .pagination--global .page-numbers.current {
  border: 1px solid var(--freeway-red);
  border-radius: 7px;
  font-weight: 600;
  background: var(--freeway-red);
  color: white;
}

label.error {
  color: red;
  position: absolute;
  bottom: -12px;
  left: 0;
  font-size: 11px;
}

.media-container {
  --plyr-color-main: var(--freeway-red);
}

.ending-video {
  opacity: 0;
  visibility: hidden;
}
.ending-video.show {
  opacity: 1;
  visibility: visible;
}

.protected-video {
  opacity: 0;
  visibility: hidden;
}
.protected-video.show {
  opacity: 1;
  visibility: visible;
}

.comment.parent > .comment {
  margin-left: 4rem;
}

/* MODAL
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.7882352941);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in;
  transition: all 0.35s ease-in;
  z-index: 2;
}
.modal p + p {
  margin-top: 1rem;
}
.modal.is-visible {
  visibility: visible;
  opacity: 1;
}
.modal .modal-dialog {
  position: relative;
  max-width: 800px;
  min-width: 70vw;
  max-height: 80vh;
  border-radius: 5px;
  background: white;
  overflow: auto;
  cursor: default;
  -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.3803921569);
          box-shadow: 0 0 20px rgba(255, 255, 255, 0.3803921569);
}
.modal .modal-dialog > * {
  padding: 1rem;
}
.modal .modal-dialog .modal-header,
.modal .modal-dialog .modal-footer {
  background: transparent;
  border: none;
}
.modal .modal-dialog .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 24px;
  padding-top: 1.5rem;
  color: var(--color--primary);
}
.modal .modal-dialog .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .modal-dialog .modal-header .close-modal {
  font-size: 1.5rem;
}

.comment-respond .comment-notes {
  font-size: 14px;
  margin-bottom: 8px;
}
.comment-respond .required {
  color: var(--freeway-red);
}
.comment-respond .form-submit {
  margin-top: 1.5rem;
}

.adventure .onsale {
  position: absolute !important;
  padding: 5px 10px !important;
  font-size: 14px;
  right: 10px !important;
  top: 10px !important;
  min-height: auto !important;
  pointer-events: none;
}

.error-pa {
  text-align: center;
}

.error-pa span {
  font-size: 13em;
  text-shadow: 20px 20px #d8d8d8, -20px -20px #f1f1f1;
  color: var(--freeway-red);
}

@media (max-width: 768px) {
  .error-pa span {
    font-size: 8em;
  }
}
.error-pa p {
  font-weight: 700;
  text-transform: uppercase;
}

.error-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .error-content {
    min-height: 32rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.swiper-pagination-bullet {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 7px;
  --swiper-pagination-color: var(--freeway-red);
}

.search-floating {
  visibility: hidden;
  opacity: 0;
}
.search-floating.show {
  visibility: visible;
  opacity: 1;
}

.menu--movil-container {
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  background: white;
  bottom: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu--movil-container.show {
  visibility: visible;
  opacity: 1;
}
.menu--movil-container .menu--wp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu--movil-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu--movil-container li a {
  display: block;
  padding: 10px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
}
.menu--movil-container li .action-expand {
  padding: 10px;
  font-weight: 600;
  border-bottom: 1px solid #eee;
  height: 45px;
  width: 45px;
  border-left: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  position: absolute;
  right: 0;
}
.menu--movil-container li.back-section {
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 20px;
  background: black;
  color: white;
}
.menu--movil-container li.back-section .action-back {
  left: 0;
  right: 0;
  height: 75px;
  position: relative;
  border: none;
  padding: 10px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid rgba(204, 204, 204, 0.3019607843);
  margin-right: 1rem;
}
.menu--movil-container li.back-section h4 {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.menu--movil-container .sub-menu {
  position: absolute;
  top: 0;
  background: white;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100vh - 135px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.menu--movil-container .sub-menu.show-menu {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

.woocommerce--custom--price {
  margin: 10px 0;
}
.woocommerce--custom--price bdi {
  font-size: 32px !important;
}
.woocommerce--custom--price del bdi {
  font-size: 18px !important;
}
.woocommerce-remove-coupon {
  color: var(--freeway-red);
  font-weight: 600;
}
.woocommerce-pagination {
  margin-top: 4rem;
}
.woocommerce-pagination ul.page-numbers {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  border: none !important;
  gap: 10px !important;
}
.woocommerce-pagination .current {
  width: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: none !important !important;
  border-radius: 5px !important;
  background: var(--freeway-red) !important;
  color: white !important;
}
.woocommerce-pagination li {
  border: none !important;
}
.woocommerce-pagination span.page-numbers {
  width: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: none !important !important;
  border-radius: 5px !important;
  font-weight: 600 !important;
}
.woocommerce-pagination a.page-numbers {
  width: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background: white;
  border: none !important;
  font-weight: 600;
  color: black !important;
  font-weight: 600 !important;
}
.woocommerce-pagination a:hover, .woocommerce-pagination a:focus {
  background: none !important;
}
.woocommerce-pagination a.next {
  width: 35px !important;
  height: 35px !important;
  padding: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  border: none !important !important;
  border-radius: 5px !important;
  font-weight: 600;
  color: black !important;
  font-weight: 600 !important;
}

@media (max-width: 768px) {
  .wpc-open-button-356 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-button-disabled {
  opacity: 0.6;
}

.instafeed_item {
  position: relative;
}
.instafeed_item_overlay {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  aspect-ratio: 1/1;
  color: white;
  font-size: 30px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.instafeed_item:hover .instafeed_item_overlay {
  opacity: 1;
}
.instafeed_item_image {
  aspect-ratio: 1/1;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.slidershow-content h1 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 16px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .slidershow-content h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
.slidershow-content h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 16px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .slidershow-content h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.slidershow-content h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .slidershow-content h3 {
    font-size: 14px;
    line-height: 20px;
  }
}
.slidershow-content h3 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 16px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .slidershow-content h3 {
    font-size: 12px;
    line-height: 16px;
  }
}
.slidershow-content h4 {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 16px;
  font-weight: 300;
}
.slidershow-content h5 {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 16px;
  font-weight: 300;
}
.slidershow-content strong {
  font-weight: 800;
}

.wpc-filter-title {
  font-weight: 600;
}

.wpc-sorting-form {
  margin-bottom: 1rem !important;
  position: relative !important;
}
@media (max-width: 768px) {
  .wpc-sorting-form {
    margin-bottom: 0 !important;
  }
}
.wpc-sorting-form .select2-selection {
  height: 30px !important;
}
.wpc-sorting-form .select2-container {
  width: 100% !important;
}
.wpc-sorting-form .select2-selection__rendered {
  height: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.wpc-sorting-form .select2-selection__arrow {
  top: 50% !important;
}
.wpc-sorting-form .select2-results__option {
  font-size: 14px !important;
}

.wpc-filter-chips-list a,
body .wpc-filter-chips-list li.wpc-filter-chip a {
  font-size: 13px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  line-height: 13px !important;
  height: 26px !important;
  border: none !important;
  background: var(--freeway-red) !important;
  color: white !important;
}
.wpc-filter-chips-list a:hover,
body .wpc-filter-chips-list li.wpc-filter-chip a:hover {
  opacity: 0.8 !important;
}

body .wpc-filter-chips-list li.wpc-chip-reset-all a {
  background: black !important;
}

.wpc-filter-chips-list a:hover .wpc-chip-remove-icon {
  color: white !important;
}

@media (max-width: 768px) {
  body .wpc-filters-open-button-container a.wpc-filters-open-widget,
body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
    font-size: 14px !important;
  }
}

.wpc_show_bottom_widget .wpc-filters-open-button-container {
  display: none;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media (max-width: 768px) {
  .wpc_show_bottom_widget .wpc-filters-open-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

[action-go-top].show {
  opacity: 1;
  visibility: visible;
}

.seo-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .seo-content .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.seo-content .col-md {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.wpc-term-image-wrapper {
  background: #000;
}