@import url(https://p.typekit.net/p.css?s=1&k=gre1qtx&ht=tk&f=10879.10880.10881.10882.10883.10884.10885.10886.10887.10888.15586.15587.32874.32875&a=188197028&app=typekit&e=css);
@charset "UTF-8";
body {
  --primary-color: #231F20;
  --main-button-color: #231F20;
  --price: #9F2B25;
  --lineColor:#DEDEDE;
  --landing-resale:#9F2B25;
  --error: #BD332C;
  --black: black;
  --white: white;
  --whatsapp: #25d366;
  --gray: #F8F8F8;
  --darkGray: #626262;
  --grayNoStock: #8F8F8F;
  --blackColor:#272727;
  --beigeColor:#D3CCB0;
  --grayColor:#838383;
  --blueColor:#3E5890;
  --greenColor:#31421B;
  --yellowColor:#F0C557;
  --orangeColor:#EF7A0E;
  --redColor:#D62222;
  --violetColor:#7948C8;
  --lightBlueColor:#5D89CA;
  --lightGreenColor:#59B162;
}

.bg-gray {
  background-color: var(--gray);
}

.white-button {
  background-color: var(--white);
  color: var(--secondary-color);
  border: none;
  padding: 12px 18px;
  text-decoration: none;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}
.white-button:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.dark-button, .main-button {
  color: var(--white);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  background-color: var(--primary-color);
  border: none;
  padding: 12px 18px;
  text-decoration: none;
  display: block;
  text-align: center;
  transition: 0.3s;
}
.dark-button:hover, .main-button:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dark-button.nohover:hover, .nohover.main-button:hover {
  background-color: var(--primary-color);
  color: var(--white) !important;
}
.dark-button.full-width, .full-width.main-button {
  width: 100%;
}
.dark-button.no-stock, .no-stock.main-button {
  background-color: var(--grayNoStock);
}
.dark-button.no-stock.nohover:hover, .no-stock.nohover.main-button:hover {
  background-color: var(--grayNoStock);
  color: var(--white) !important;
}

.main-button {
  background-color: var(--main-button-color);
}

.filter-active-button {
  font-size: 12px;
  font-weight: 400;
  color: var(--primary-color);
  background-color: transparent;
  border: none;
  border-right: 1px solid;
  padding: 8px 12px;
  text-transform: capitalize;
}
.filter-active-button:first-of-type {
  border-left: 1px solid;
}
.filter-active-button::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("/front/images/icons/close.svg") no-repeat;
  background-position: center;
  border: none;
  width: 12px;
  height: 12px;
  background-size: 6px 6px;
  margin-left: 5px;
}

.addfav-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  border: none;
  background-color: transparent;
}
.addfav-button svg {
  width: 20px;
  height: 17px;
}
.addfav-button.active svg path {
  fill: var(--primary-color);
}

.category-button {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  padding: 2px 10px;
}
.category-button span {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
}

.button-size-guide {
  background-color: #F8F8F8;
  padding: 8px 12px;
  border: none;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.button-size-guide a {
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.transparent-button {
  color: var(--primary-color);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  padding: 12px 18px;
  width: 100%;
}
.transparent-button:hover {
  text-decoration: underline;
}
.transparent-button.fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.button-action {
  background-color: transparent;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  padding: 0;
  text-decoration: none;
}
.button-action-text {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .button-action-text {
    display: none;
  }
}
.button-action:hover {
  text-decoration: none;
}

.gray-button {
  color: var(--grayNoStock);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid var(--grayNoStock);
  padding: 12px 16px;
}

.owl-carousel {
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
  color: var(--black);
  opacity: 0;
  padding: 0px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s;
}
.owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
@media screen and (max-width: 576px) {
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
}
.owl-carousel .owl-nav .owl-next {
  right: -30px;
}
@media screen and (max-width: 576px) {
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
.owl-carousel:hover .owl-nav .owl-next, .owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: 0px;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: 0px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * futura-pt:
 *   - http://typekit.com/eulas/00000000000000000001008f
 *   - http://typekit.com/eulas/000000000000000000010090
 *   - http://typekit.com/eulas/000000000000000000010091
 *   - http://typekit.com/eulas/000000000000000000010092
 *   - http://typekit.com/eulas/000000000000000000010093
 *   - http://typekit.com/eulas/000000000000000000013365
 *   - http://typekit.com/eulas/000000000000000000010095
 *   - http://typekit.com/eulas/000000000000000000010096
 *   - http://typekit.com/eulas/000000000000000000010097
 *   - http://typekit.com/eulas/000000000000000000010098
 *   - http://typekit.com/eulas/000000000000000000012192
 *   - http://typekit.com/eulas/000000000000000000012193
 * futura-pt-bold:
 *   - http://typekit.com/eulas/00000000000000003b9af1e4
 *   - http://typekit.com/eulas/00000000000000003b9af1e5
 *
 * © 2009-2023 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2024-01-05 12:22:59 UTC"}*/
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/2cd6bf/00000000000000000001008f/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/1eb35a/000000000000000000010090/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/1eb35a/000000000000000000010090/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/1eb35a/000000000000000000010090/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i5&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/eb729a/000000000000000000010092/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/eb729a/000000000000000000010092/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/eb729a/000000000000000000010092/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/849347/000000000000000000010093/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/849347/000000000000000000010093/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/849347/000000000000000000010093/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i3&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9b05f3/000000000000000000013365/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/cf3e4e/000000000000000000010095/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/ae4f6c/000000000000000000010096/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/0c71d1/000000000000000000010097/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n8&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/648f69/000000000000000000010098/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("woff2"), url("https://use.typekit.net/af/648f69/000000000000000000010098/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("woff"), url("https://use.typekit.net/af/648f69/000000000000000000010098/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i8&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 800;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/c4c302/000000000000000000012192/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/c4c302/000000000000000000012192/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/c4c302/000000000000000000012192/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n6&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/1b297b/000000000000000000012193/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/1b297b/000000000000000000012193/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/1b297b/000000000000000000012193/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i6&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/053fc9/00000000000000003b9af1e4/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}
@font-face {
  font-family: "futura-pt";
  src: url("https://use.typekit.net/af/72575c/00000000000000003b9af1e5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/72575c/00000000000000003b9af1e5/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/72575c/00000000000000003b9af1e5/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}
.tk-futura-pt {
  font-family: "futura-pt", sans-serif;
}

.tk-futura-pt-bold {
  font-family: "futura-pt-bold", sans-serif;
}

.footer {
  padding: 50px;
  border-top: 1px solid;
  border-color: var(--lineColor);
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 0px;
  }
  .footer .container {
    padding: 0px;
  }
}
.footer-title {
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  color: var(--primary-color);
}
.footer-subtitle {
  font-weight: 450;
  font-size: 16px;
  color: var(--primary-color);
}
.footer-nav-title {
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 15px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.footer-navlink {
  font-weight: 450;
  font-size: 14px;
  color: var(--darkGray);
}
.footer-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-column-gap: 160px;
     -moz-column-gap: 160px;
          column-gap: 160px;
}
@media screen and (max-width: 1450px) {
  .footer-container {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .footer-container {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}
@media screen and (max-width: 992px) {
  .footer-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .footer-container .footer-col {
    border: none;
    width: calc(50% - 15px);
  }
  .footer-container .footer-col:last-of-type {
    width: 100%;
    border-bottom: 1px solid var(--lineColor);
  }
  .footer-container .footer-col:first-of-type {
    width: 100%;
  }
}
.footer .footer-col.footer-nav a {
  display: block;
}
@media screen and (max-width: 992px) {
  .footer .footer-col {
    padding: 20px 0;
  }
}
.footer .form-input input {
  border-radius: 0;
  padding: 0.5rem 0.75rem;
}
.footer .form-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .footer .form-footer {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 20px;
  }
}
.footer .form-footer .form-check {
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  .footer .form-footer .form-check {
    max-width: 100%;
  }
}
.footer .form-footer .checkbox-wrapper-42 .lbl {
  font-size: 14px;
  font-weight: 450;
  max-width: 70%;
}
@media screen and (max-width: 992px) {
  .footer .form-footer .checkbox-wrapper-42 .lbl {
    max-width: 100%;
  }
}
.footer .form-footer button {
  width: 220px;
}
@media screen and (max-width: 1200px) {
  .footer .form-footer button {
    width: auto;
  }
}
@media screen and (max-width: 992px) {
  .footer .form-footer button {
    width: 100%;
  }
}
.footer .form-footer button:hover {
  background-color: var(--primary-color);
  color: var(--white) !important;
}
.footer .form-check-input:checked {
  background-color: var(--primary-color);
  border: none;
}
.footer .form-check-input:focus {
  border: var(--bs-border-width) solid var(--bs-border-color);
  box-shadow: unset;
}
.footer a {
  text-decoration: none;
}

.payment {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--lineColor);
  padding: 25px 0;
}
.payment-title {
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-color);
  text-transform: uppercase;
}
.payment-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 992px) {
  .payment-methods {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 5px;
  }
}

.copyright {
  border-bottom: 38px solid var(--primary-color);
}
.copyright-block {
  padding: 25px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 992px) {
  .copyright-block {
    max-width: 90%;
    margin: auto;
    text-align: center;
  }
}
.copyright-block a {
  text-decoration: none;
  margin-right: 20px;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--error);
}
.form-control.is-invalid::-webkit-input-placeholder, .was-validated .form-control:invalid::-webkit-input-placeholder {
  color: var(--error);
}
.form-control.is-invalid::-moz-placeholder, .was-validated .form-control:invalid::-moz-placeholder {
  color: var(--error);
}
.form-control.is-invalid:-ms-input-placeholder, .was-validated .form-control:invalid:-ms-input-placeholder {
  color: var(--error);
}
.form-control.is-invalid::-ms-input-placeholder, .was-validated .form-control:invalid::-ms-input-placeholder {
  color: var(--error);
}
.form-control.is-invalid::placeholder, .was-validated .form-control:invalid::placeholder {
  color: var(--error);
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  box-shadow: unset;
}

.invalid-feedback {
  font-weight: 500;
}

.follow-link {
  color: transparent;
  background-color: transparent;
  margin-right: 20px;
}
@media screen and (max-width: 1200px) {
  .follow-link {
    margin-right: 10px;
  }
}

.flatpickr-calendar {
  z-index: 9;
  background-color: var(--white);
}

.form-group .form-label {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.form-group .invalid-feedback, .form-group .errors {
  color: var(--error);
  font-weight: 500;
  font-size: 12px;
}

.form-group input[name=province_id] {
  padding: 0.375rem 0.75rem !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-color: var(--grayNoStock) !important;
  background-color: #f1f1f1 !important;
  cursor: not-allowed;
  pointer-events: none;
}

.clarification-text {
  color: var(--error);
  font-weight: 500;
  font-size: 12px;
}

.grecaptcha-badge {
  bottom: 200px !important;
  z-index: 999999999;
}
@media screen and (max-width: 576px) {
  .grecaptcha-badge {
    display: none !important;
  }
}

form .form-password {
  position: relative;
}
form .form-password #form-eye {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
form .form-password .form-control:valid, form .form-password .form-control:invalid {
  background-position: right calc(0.375em + 2.1875rem) center;
}
form .form-password .was-validated .form-control:valid, form .form-password .was-validated .form-control:invalid {
  padding-right: calc(1.5em + 2.75rem);
}
form.was-validated .form-control:invalid {
  background-image: url("../../../images/warning-invalid.svg");
}
form.was-validated input:invalid, form.was-validated select:invalid, form.was-validated textarea:invalid {
  -webkit-animation: shake 300ms;
          animation: shake 300ms;
}
@-webkit-keyframes shake {
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  75% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
@keyframes shake {
  25% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  50% {
    -webkit-transform: translateX(-4px);
            transform: translateX(-4px);
  }
  75% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
form .file {
  cursor: pointer;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
form .file #customFile {
  display: none !important;
}
form .file #fileInputName {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}
form .file .file-button {
  background-color: black;
  color: white;
  font-size: 16px;
  font-weight: 400;
  border-radius: 6px;
  padding: 7px 20px;
  display: inline-block;
  z-index: 2;
  position: relative;
  min-width: 195px;
  text-align: center;
  margin: 0 10px 0 0;
}
form .file img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header {
  background-color: var(--white);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
@media screen and (max-width: 992px) {
  .header .navbar-brand {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
    text-align: center;
  }
}

.navbar-toggler {
  background-color: var(--white);
  border-radius: 0;
  outline: none !important;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.3s;
}
.navbar-toggler .icon-bar {
  width: 100%;
  height: 2px !important;
  background-color: var(--black);
  display: block;
  position: relative;
  transition: 0.3s;
  background-color: var(--black) !important;
  margin: 0 0 5px 0;
}
.navbar-toggler .icon-bar:last-child {
  margin: 0;
}
.navbar-toggler .icon-bar:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
}
.navbar-toggler .icon-bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
}
.navbar-toggler .icon-bar:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}
.navbar-toggler.collapsed .icon-bar {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  top: 0;
}
.navbar-toggler.collapsed .icon-bar:nth-child(3) {
  visibility: visible;
  opacity: 1;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  background-color: #1a1a1a !important;
}
.navbar-toggler:hover .icon-bar, .navbar-toggler:focus .icon-bar {
  background-color: var(--white) !important;
}

.dropdown-menu {
  background-color: var(--white);
}
@media screen and (max-width: 576px) {
  .dropdown-menu {
    border: 0;
  }
}

.col-megamenu {
  margin: 0 0 20px 0;
}
.col-megamenu hr {
  border-color: var(--lineColor);
  opacity: 1;
}
.col-megamenu a {
  text-decoration: none;
}
.col-megamenu .list-unstyled {
  max-height: 340px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

@media screen and (max-width: 992px) {
  .offcanvas-submenu {
    overflow: auto;
  }
}

.offcanvas-body {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}
.offcanvas-body .nav-link {
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  padding: 20px !important;
}
.offcanvas-body .nav-link::after {
  display: none;
}
.offcanvas-body .nav-link-lower {
  text-transform: lowercase;
}
.offcanvas-body .nav-link:hover {
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 4px;
}
.offcanvas-body .nav-link-account {
  text-transform: none;
}
.offcanvas-body .nav-sublink {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 16px;
}
.offcanvas-body .nav-sublink:hover {
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 4px;
}
.offcanvas-body .nav-subcategory-container {
  margin-bottom: 40px;
}
.offcanvas-body .nav-subcategory {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 14px;
}
.offcanvas-body .nav-subcategory:hover {
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 4px;
}
@media screen and (max-width: 992px) {
  .offcanvas-body .nav-item {
    border-bottom: 1px solid var(--lineColor);
  }
}
.offcanvas-body .nav-item.dropdown .nav-link::after {
  display: none;
}
.offcanvas-body .nav-image-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 5px;
  text-align: center;
}
.offcanvas-body .nav-image-container img {
  width: 290px;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .offcanvas-body .mobile-collapse-button {
    width: 100%;
    text-align: left;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--lineColor) !important;
    padding: 15px 20px;
  }
  .offcanvas-body .mobile-collapse-button::after {
    display: inline-block;
    vertical-align: middle;
    content: url("/front/images/icons/menu-mob-arrow.svg");
    border: none;
    width: 7px;
    float: right;
  }
}
.offcanvas-body .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle:after {
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
  }
  .dropdown-menu .dropdown-menu {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu li {
    position: relative;
  }
  .nav-item .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
  }
  .nav-item .submenu-left {
    right: 100%;
    left: auto;
  }
  .dropdown-menu > li:hover {
    background-color: #f1f1f1;
  }
  .dropdown-menu > li:hover > .submenu {
    display: block;
  }
  .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    border-bottom-color: var(--lineColor);
  }
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    top: 101px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    border-color: var(--lineColor);
    border-bottom: none;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    border-radius: 0;
  }
  .navbar .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .megamenu .row {
    width: 100%;
  }
}
.megamenu-block-title {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-align: center;
      align-items: center;
}
.megamenu-block-title .line-divider {
  width: 1px;
  height: 26px;
  background-color: var(--lineColor);
}
.megamenu-block-title .search-button {
  background-color: transparent;
  border: none;
}
.megamenu-block-title .input-group {
  border-bottom: 1px solid;
  border-color: var(--primary-color);
  padding-bottom: 5px;
}
.megamenu-block-title .input-group input {
  border: none;
}
.megamenu-block-title .input-group input:focus {
  box-shadow: unset;
}

.nav-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 992px) {
  .nav-icons {
    -ms-flex-order: 2;
        order: 2;
  }
}
.nav-icons .shop-icon a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: unset;
  text-decoration: none;
}
.nav-icons .cart-number {
  width: 20px;
  height: 20px;
  background-color: var(--price);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: var(--white);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 11px;
  border-radius: 50%;
}
.nav-icons .nav-link::after {
  display: none;
}

.search {
  margin-left: 20px;
}
.search .nav-link::after {
  display: none;
}

.offcanvas-header .text-reset {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("/front/images/icons/menu-mob-arrow.svg");
  background-size: 7px 12px;
}
@media screen and (max-width: 992px) {
  .offcanvas-header .navbar-brand {
    -ms-flex-order: initial;
        order: initial;
    -ms-flex: auto;
        flex: auto;
    text-align: left;
  }
}
.offcanvas-header-submenu {
  border-bottom: 1px solid var(--lineColor) !important;
}
.offcanvas-header-submenu h6 {
  margin: auto;
}
.offcanvas-header-submenu .category-text {
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 992px) {
  .offcanvas-header-submenu .category-text {
    font-size: 14px;
  }
}

.offcanvas-body {
  padding: 20px 0;
}
.offcanvas-body-submenu {
  padding: 20px 0;
}
.offcanvas-body-submenu .mobile-submenu-nav-item {
  padding: 15px 20px;
  border-bottom: 1px solid var(--lineColor);
}
.offcanvas-body-submenu .mobile-submenu-nav-item a {
  text-decoration: none;
}
.offcanvas-body-submenu .mobile-submenu-nav-subcategory {
  padding: 5px 20px;
}
.offcanvas-body-submenu .mobile-submenu-nav-subcategory a {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  #searchDropdownMobile {
    width: 100%;
    top: 70px;
    left: 0;
    border-radius: 0;
  }
}

.marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 4px 0;
  background: #231F20;
  /* opcional */
}

.marquee-inner {
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* que se ajuste al contenido */
  -webkit-animation: marquee 50s linear infinite;
          animation: marquee 50s linear infinite;
}

.marquee-content {
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  margin-right: 50px;
}

.marquee-text {
  display: inline-block;
  margin: 0 2rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--white);
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.search-results {
  padding: 20px 12px;
}

.preview-results-title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 18px;
}

.preview-results-container {
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.preview-result {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .preview-result {
    display: none;
  }
}
.preview-result-link {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.preview-result img {
  width: 80px;
  height: 105px;
  -o-object-fit: cover;
     object-fit: cover;
}
.preview-result-name {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  max-width: 50%;
}

.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999999999;
}
.floating-whatsapp svg {
  transition: 0.3s;
}
.floating-whatsapp:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.floating-whatsapp a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.modal-title, .modal-product-title {
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .modal-title, .modal-product-title {
    font-size: 18px;
  }
}

.modal-text {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 18px;
}

.modal-product-title {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .modal-product-title {
    font-size: 18px;
  }
}

#addedToCart .modal-dialog {
  max-width: 640px;
}
@media screen and (max-width: 992px) {
  #addedToCart .modal-dialog {
    max-width: 100%;
  }
}
#addedToCart .modal-header {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
#addedToCart .btn-close {
  --bs-btn-close-bg:none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 1;
}
#addedToCart .modal-body {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media screen and (max-width: 992px) {
  #addedToCart .modal-body {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
#addedToCart .modal-body .product-info {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
#addedToCart .modal-body .image {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  #addedToCart .modal-body .image {
    width: 123px;
    height: 134px;
  }
}
#addedToCart .modal-footer {
  border: none;
  padding-top: 0;
}

#confimModal, #closeSession, #deleteBilling, #deleteShipping, #subscription {
  text-align: center;
}
#confimModal .modal-header, #closeSession .modal-header, #deleteBilling .modal-header, #deleteShipping .modal-header, #subscription .modal-header {
  border: none;
}
#confimModal .modal-dialog, #closeSession .modal-dialog, #deleteBilling .modal-dialog, #deleteShipping .modal-dialog, #subscription .modal-dialog {
  max-width: 420px;
}
#confimModal .modal-body, #closeSession .modal-body, #deleteBilling .modal-body, #deleteShipping .modal-body, #subscription .modal-body {
  padding: 40px;
}

#optionFavModal .modal-dialog {
  max-width: 420px;
}
#optionFavModal .btn-close {
  --bs-btn-close-bg:none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 1;
}

.modal-history-detail .modal-content {
  position: relative;
}
.modal-history-detail .modal-content .modal-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
.modal-history-detail .modal-dialog {
  max-width: 600px;
}
.modal-history-detail .modal-header {
  border: none;
}
.modal-history-detail .btn-close {
  --bs-btn-close-bg:none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 1;
}

.modal-recover-password .btn-close {
  --bs-btn-close-bg:none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 1;
  margin: 0;
}
.modal-recover-password .recover-text {
  max-width: 60%;
}
.modal-recover-password .modal-title, .modal-recover-password .modal-product-title {
  padding: 0 20px;
  line-height: 22px;
}

#modalSizes .btn-close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  opacity: 1;
  margin: 0;
}
#modalSizes .modal-header {
  border: none;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
#modalSizes .modal-dialog {
  max-width: 80vw;
  margin: 50px auto;
}
#modalSizes .modal-body {
  padding: 40px;
}

#newsletterModal .modal-content {
  border-radius: 0;
}
#newsletterModal .modal-body {
  padding: 0;
}
#newsletterModal .col-text {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
#newsletterModal p {
  margin: 0;
}
#newsletterModal .off {
  font-weight: 900;
  font-size: 35px;
  margin: 0;
}
#newsletterModal .newsletter-modal-close {
  position: absolute;
  top: 13px;
  right: 24px;
  background-color: transparent;
  outline: none;
  margin: 0;
  padding: 0;
  border: 0;
}
#newsletterModal .newsletter-modal-img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#newsletterModal .button-link {
  outline: none;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: black;
}
#newsletterModal form {
  margin: 15px;
}
#newsletterModal form button {
  width: 100%;
  margin-top: 10px;
}

.carousel-title, .product-title {
  color: var(--text-color, --primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 1200px) {
  .carousel-title, .product-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .carousel-title, .product-title {
    font-size: 24px;
  }
}

.section-title {
  color: var(--primary-color);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .section-title {
    font-size: 24px;
  }
}

.big-title {
  color: var(--text-color, --primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 3.5rem;
}
@media screen and (max-width: 1200px) {
  .big-title {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .big-title {
    font-size: 36px;
  }
}

.color-white {
  --text-color: var(--white);
}

.text {
  color: var(--text-color, --primary-color);
  font-weight: 450;
  font-size: 18px;
}

.marquee-text {
  font-family: "futura-pt";
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}

#float-cta {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 9999999999;
}
#float-cta a {
  display: inline-block;
  background-color: var(--whatsapp);
  border-radius: 50%;
  text-decoration: none;
  width: 55px;
  height: 55px;
  color: white;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 30px;
  transition: 0.3s;
}
#float-cta a:hover, #float-cta a:focus {
  text-decoration: none;
  background-color: #128c7e;
}
#float-cta a .fa-times, #float-cta a .fa-whatsapp {
  transition: 0.3s;
}
#float-cta a .fa-times {
  visibility: hidden;
  opacity: 0;
  display: none;
}
#float-cta a.open .fa-times {
  visibility: visible;
  opacity: 1;
  display: block;
}
#float-cta a.open .fa-whatsapp {
  visibility: hidden;
  opacity: 0;
  display: none;
}
#float-cta .float-bubble {
  background-color: red;
  border-radius: 50%;
  color: white;
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  border: 1px solid white;
  right: 0;
  top: -10px;
  opacity: 0;
  transition: 0.3s;
}
#float-cta .float-bubble.alert-bubble {
  top: -3px;
  opacity: 1;
}
#float-cta .whatsapp-reply {
  padding: 25px 15px 0 15px;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  transition: 0.5s;
  position: relative;
  opacity: 0;
  top: -30px;
}
#float-cta .whatsapp-reply.open-reply {
  top: 0;
  opacity: 1;
}
#float-cta .whatsapp-reply-image {
  font-size: 25px;
  text-align: right;
}
#float-cta .whatsapp-reply-msg {
  background-color: #e0fdc8;
  border-radius: 5px;
  padding: 6px 10px;
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 14px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
#float-cta .whatsapp-reply-msg p {
  margin: 0;
}
#float-cta .float-msg {
  position: absolute;
  left: -150px;
  width: 190px;
  top: 16px;
  background-color: var(--gray);
  color: var(--white);
  padding: 5px 3px;
  border-radius: 15px;
  text-align: center;
  letter-spacing: 0.5px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}
#float-cta .whatsapp-msg-container {
  visibility: hidden;
  position: absolute;
  right: 0;
  bottom: -20px;
  opacity: 0;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
  width: 300px;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: var(--white);
  background-image: url("https://i.pinimg.com/originals/98/da/8f/98da8f9306de27424460d16e53938b72.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
#float-cta .whatsapp-msg-container.open {
  visibility: visible;
  bottom: 0;
  opacity: 1;
}
#float-cta .whatsapp-msg-header {
  text-align: center;
  background-color: var(--whatsapp);
  color: var(--white);
  padding: 10px;
}
#float-cta .whatsapp-msg-header h6 {
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
}
#float-cta .whatsapp-msg-close {
  margin: 0;
  padding: 0;
  outline: none;
  background-color: var(--white);
  color: var(--black);
  border: 2px solid var(--black);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: -20px;
  transition: 0.3s;
}
#float-cta .whatsapp-msg-close:hover {
  background-color: var(--black);
  color: var(--white);
}
#float-cta .whatsapp-msg-body {
  padding: 5px 15px;
  margin-top: 20px;
}
#float-cta .whatsapp-msg-body textarea {
  background-color: white;
  width: 100%;
  height: 60px;
  border: none;
  padding: 10px 15px;
  border-radius: 25px;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea::-webkit-input-placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea::-moz-placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea:-ms-input-placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea::-ms-input-placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-body textarea.placeholder, #float-cta .whatsapp-msg-body textarea::placeholder {
  color: lightgray;
  font-size: 14px;
}
#float-cta .whatsapp-msg-footer {
  text-align: center;
  background-color: var(--white);
  border-top: 1px solid lightgray;
  padding: 5px;
}
#float-cta .btn-whatsapp-send {
  display: block;
  width: 100%;
  border: 2px solid var(--whatsapp);
  font-family: "futura-pt";
  font-weight: 700;
  color: var(--white);
  background-color: var(--whatsapp);
  padding: 7px 15px;
  transition: 0.3s;
}
#float-cta .btn-whatsapp-send:hover {
  background-color: var(--white);
  color: var(--whatsapp);
}
#float-cta:hover .float-msg {
  opacity: 1;
  left: -200px;
  visibility: visible;
}
#float-cta.open .float-msg {
  display: none;
}
@media screen and (max-width: 576px) {
  #float-cta {
    display: none;
  }
}

.shop-card {
  position: relative;
}
.shop-card img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-card .price-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop-card .product-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
@media screen and (max-width: 992px) {
  .shop-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .shop-card .category {
    display: none;
  }
}
.shop-card .category {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 14px;
}
.shop-card .category-text {
  font-size: 12px;
  font-weight: 450;
  text-transform: uppercase;
  margin: 0;
  color: var(--white);
  font-family: "futura-pt";
}

@media screen and (max-width: 992px) {
  #page-product .colors .color-button {
    margin-right: 10px;
  }
}

.colors {
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  z-index: 600;
}
.colors .btn-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
.colors .btn-group label img {
  width: 26px;
  height: 26px;
  -o-object-fit: cover;
     object-fit: cover;
}
.colors .color-button {
  border-radius: 0;
  width: 25px;
  height: 25px;
  max-width: 25px;
  max-height: 25px;
  margin-right: 10px;
  border: 1px solid gray;
}
@media screen and (max-width: 992px) {
  .colors .color-button {
    margin-right: 5px;
  }
}
.colors-text {
  font-weight: 450;
  font-size: 14px;
  margin: 0;
  color: var(--primary-color);
}

.card-product-title {
  font-family: "futura-pt";
  font-size: 14px;
  margin: 0;
  color: var(--primary-color);
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .card-product-title {
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
  }
}

.card-product-price {
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  color: var(--price);
}

.card-product-price-before {
  font-weight: 450;
  font-size: 12px;
  margin: 0;
  color: var(--primary-color);
  text-decoration: line-through;
}

.shop-card-image-block {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .shop-card-image-block img, .shop-card-image-block video {
    height: auto;
  }
}
.shop-card-image-block video {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .shop-card-image-block video {
    height: 240px;
  }
}
.shop-card-image-block:hover .image-hidden {
  display: block !important;
}
.shop-card-image-block:hover .button-hidden {
  display: block !important;
}
.shop-card-image-block:hover .image {
  display: none !important;
}
.shop-card-image-block .product-category-block {
  left: 10px;
  top: 10px;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  z-index: 2;
}
.shop-card-image-block .heart {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .shop-card-image-block .heart {
    display: none;
  }
}
.shop-card-image-block .heart label {
  border: none;
  margin: 0;
  padding: 0;
}
.shop-card-image-block .heart .btn-check:checked + .btn-outline-primary {
  background-color: transparent;
}
.shop-card-image-block .heart .btn-check:checked + .btn-outline-primary svg path {
  fill: var(--primary-color);
}
.shop-card-image-block .image-hidden {
  display: none !important;
}
.shop-card-image-block .button-hidden {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
  display: none;
  z-index: 2;
}

.checkbox-wrapper-42 input[type=checkbox], .checkbox-wrapper-42 input[type=radio] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-42 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.checkbox-wrapper-42 .cbk {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.checkbox-wrapper-42 label {
  display: inline-block;
}
@media screen and (max-width: 992px) {
  .checkbox-wrapper-42 label {
    max-width: 90%;
  }
}

.checkbox-wrapper-42 .cbx {
  position: relative;
  top: 0px;
  width: 17px;
  height: 17px;
  border: 1px solid #c8ccd4;
  border-radius: 3px;
  vertical-align: top;
  transition: background 0.1s ease;
  cursor: pointer;
}
.checkbox-wrapper-42 .cbx.cbx-radio {
  border-radius: 50%;
}

.checkbox-wrapper-42 .cbx:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 11px;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
  transition-delay: 0.15s;
}

.checkbox-wrapper-42 .lbl {
  margin-left: 5px;
  vertical-align: top;
  cursor: pointer;
}

.checkbox-wrapper-42 input[type=checkbox]:checked ~ .cbx, .checkbox-wrapper-42 input[type=radio]:checked ~ .cbx {
  border-color: transparent;
  background: var(--primary-color);
  -webkit-animation: jelly-42 0.6s ease;
          animation: jelly-42 0.6s ease;
}

.checkbox-wrapper-42 input[type=checkbox]:checked ~ .cbx:after, .checkbox-wrapper-42 input[type=radio]:checked ~ .cbx:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
}

.checkbox-wrapper-42 .cntr {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}
@-webkit-keyframes jelly-42 {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(1.25, 0.75);
            transform: scale(1.25, 0.75);
  }
  40% {
    -webkit-transform: scale(0.75, 1.25);
            transform: scale(0.75, 1.25);
  }
  50% {
    -webkit-transform: scale(1.15, 0.85);
            transform: scale(1.15, 0.85);
  }
  65% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
  75% {
    -webkit-transform: scale(1.05, 0.95);
            transform: scale(1.05, 0.95);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes jelly-42 {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  30% {
    -webkit-transform: scale(1.25, 0.75);
            transform: scale(1.25, 0.75);
  }
  40% {
    -webkit-transform: scale(0.75, 1.25);
            transform: scale(0.75, 1.25);
  }
  50% {
    -webkit-transform: scale(1.15, 0.85);
            transform: scale(1.15, 0.85);
  }
  65% {
    -webkit-transform: scale(0.95, 1.05);
            transform: scale(0.95, 1.05);
  }
  75% {
    -webkit-transform: scale(1.05, 0.95);
            transform: scale(1.05, 0.95);
  }
  to {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media (min-width: 1700px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1640px;
  }
}
.row {
  --bs-gutter-x: 16px;
}
@media screen and (max-width: 768px) {
  .row {
    --bs-gutter-x: 8px;
  }
}

.main-carousel {
  margin-top: 20px;
  overflow: visible !important;
  height: calc(100vh - 151px);
}
.main-carousel img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .main-carousel img {
    width: 100%;
    height: auto;
  }
}
.main-carousel .owl-dots {
  bottom: -33px !important;
}
.main-carousel .owl-dots .owl-dot {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.main-carousel .owl-dots .owl-dot span {
  background-color: var(--lineColor);
}
.main-carousel .owl-dots .owl-dot.active span, .main-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color) !important;
}

.section {
  display: block;
  height: 16000px;
}

.inicial-page-space {
  margin-top: 151px;
}
@media screen and (max-width: 992px) {
  .inicial-page-space {
    margin-top: 110px;
  }
}

.recent-section {
  margin: 0 2rem;
  position: relative;
  height: 600px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 992px) {
  .recent-section {
    height: auto;
  }
}
.recent-section:before {
  content: "";
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(41, 41, 41, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.4;
  z-index: -1;
}
.recent-section.remove-black-bg:before {
  display: none;
}
.recent-section video, .recent-section picture {
  position: absolute;
  z-index: -2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 992px) {
  .recent-section video, .recent-section picture {
    position: relative;
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.recent-section .text-container {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .recent-section .text-container {
    position: absolute;
    margin-bottom: 0px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 992px) {
  .recent-section .recent-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .recent-section .recent-buttons a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.recent-section a {
  display: inline-block;
  margin: 0 25px;
}
@media screen and (max-width: 992px) {
  .recent-section a {
    margin: 0 0 20px 0;
  }
}

.men-and-woman-section {
  margin: 2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 992px) {
  .men-and-woman-section {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 15px;
  }
}
.men-and-woman-section .men-and-woman-col {
  position: relative;
  height: auto;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
.men-and-woman-section .men-and-woman-col img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.men-and-woman-section .men-and-woman-col .text-container {
  margin-bottom: 50px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.find-your-court {
  margin: 2rem;
  padding: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  -ms-flex-pack: center;
      justify-content: center;
}
.find-your-court a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .find-your-court {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 40px;
    padding: 25px;
  }
}
@media screen and (max-width: 992px) {
  .find-your-court img {
    width: 100%;
  }
}

.best-seller {
  margin-top: 2rem;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  #newColection {
    display: none;
  }
}

.best-seller-carousel {
  margin: 60px 0 60px 32px;
}
@media screen and (max-width: 992px) {
  .best-seller-carousel {
    margin: 50px 0;
    padding: 0 20px;
  }
}

.wrangler-carousel .owl-nav .owl-next, .wrangler-carousel .owl-nav .owl-prev {
  opacity: 1;
  background-color: transparent;
  border: none;
}
.wrangler-carousel .owl-nav .owl-next {
  right: 50px;
  top: 40%;
}
.wrangler-carousel .owl-nav .owl-prev {
  left: 30px;
  top: 40%;
}
.wrangler-carousel .owl-nav .owl-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wrangler-carousel:hover .owl-nav .owl-next, .wrangler-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}
.wrangler-carousel:hover .owl-nav .owl-next {
  right: 50px;
  top: 40%;
}
.wrangler-carousel:hover .owl-nav .owl-prev {
  left: 30px;
  top: 40%;
}

@media screen and (max-width: 992px) {
  .hide-mobile-block {
    display: none !important;
  }
}

.show-mobile-block {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .show-mobile-block {
    display: block !important;
  }
}

.hide-mobile-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 992px) {
  .hide-mobile-flex {
    display: none !important;
  }
}

.show-mobile-flex {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .show-mobile-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.line {
  margin: 0;
  opacity: 1;
  border-top: 1px solid var(--lineColor);
}

.side-margins {
  margin: 0 2rem;
}

#bestSellerCarousel .colors, #newSeasonCarousel .colors {
  display: none;
}
#bestSellerCarousel .shop-card-image-block, #newSeasonCarousel .shop-card-image-block {
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  #bestSellerCarousel .owl-item img, #bestSellerCarousel .owl-item video, #newSeasonCarousel .owl-item img, #newSeasonCarousel .owl-item video {
    height: 290px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 992px) {
  #bestSellerCarousel .owl-item img, #bestSellerCarousel .owl-item video, #newSeasonCarousel .owl-item img, #newSeasonCarousel .owl-item video {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.subcategory-carousel {
  margin-bottom: 2rem;
}
@media screen and (max-width: 992px) {
  .subcategory-carousel {
    margin-left: 2rem;
  }
}

#subcategoryCarousel {
  margin-bottom: 2rem;
}
#subcategoryCarousel .image {
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}
#subcategoryCarousel .subcategory-card {
  position: relative;
}
#subcategoryCarousel .subcategory-card .category-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.catalog-header {
  padding: 25px 0;
}
@media screen and (max-width: 992px) {
  .catalog-header {
    padding: 25px 0;
  }
}
.catalog-header-category {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
}
.catalog-header-title {
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 28px;
}

.filters {
  padding: 20px 0;
  margin-right: 40px;
}

.filter-title {
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 25px;
}

.results-text {
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
}

.filter-accordion {
  padding-top: 15px;
}
.filter-accordion .accordion-button:focus, .filter-accordion .accordion-button:not(.collapsed) {
  box-shadow: unset;
  border: none;
  background-color: transparent;
  color: var(--primary-color);
}
.filter-accordion .accordion-button {
  color: var(--primary-color);
  font-family: "futura-pt";
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  padding-left: 0;
  padding-top: 0;
}
.filter-accordion .accordion-button:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url("/front/images/icons/menu-mob-arrow.svg");
  background-size: 7px 12px;
  background-position: center;
}
.filter-accordion .accordion-button.collapsed:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  background-image: url("/front/images/icons/menu-mob-arrow.svg");
  background-size: 7px 12px;
  background-position: center;
}
.filter-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid var(--lineColor);
  padding: 25px 0;
}
.filter-accordion .accordion-collapse .lbl {
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 5px;
}
.filter-accordion .accordion-collapse .cbx {
  top: -3px;
}

.size-filters-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.size-filters-block .btn {
  padding: 0;
  width: 35px;
  height: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0;
  border-color: #939393;
  color: var(--primary-color);
}
.size-filters-block .btn.disabled {
  color: var(--grayNoStock);
  border-color: var(--grayNoStock);
  position: relative;
}
.size-filters-block .btn.disabled:after {
  content: "";
  position: absolute;
  border-top: 1px solid #939393;
  width: 48px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.size-filters-block .btn:hover, .size-filters-block .btn-check:checked + .btn {
  background-color: var(--primary-color);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid var(--white);
  color: var(--white);
  outline: 1px solid var(--primary-color);
}

@media screen and (max-width: 992px) {
  .product-buttons-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

.data-section {
  margin-bottom: 200px;
}

.catalog {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.catalog .shop-card {
  width: calc(25% - 15px);
}
@media screen and (max-width: 1450px) {
  .catalog .shop-card {
    width: calc(33.33% - 15px);
  }
}
@media screen and (max-width: 1200px) {
  .catalog .shop-card {
    width: calc(50% - 15px);
  }
}
.catalog .shop-card img, .catalog .shop-card video {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .catalog .shop-card img, .catalog .shop-card video {
    height: 240px;
  }
}

.catalog-applied-filters {
  padding: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .catalog-applied-filters {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    row-gap: 20px;
  }
}

.results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 992px) {
  .results {
    row-gap: 20px;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  .order-block .dropdown-item {
    color: var(--primary-color);
    font-weight: 500;
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  .order-block {
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .order-block .dropdown {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .order-block .filter-mobile-button {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    border: 1px solid var(--primary-color);
    background-color: transparent;
    border-radius: 0;
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 0;
  }
  .order-block .filter-mobile-button svg {
    margin-right: 5px;
  }
}
.order-block .dropdown-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.order-block .dropdown-toggle.show, .order-block .dropdown-toggle:active {
  border: none;
}
@media screen and (max-width: 992px) {
  .order-block .dropdown-toggle.show, .order-block .dropdown-toggle:active {
    border: 1px solid var(--primary-color);
  }
}
.order-block .dropdown-toggle:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url("/front/images/icons/menu-mob-arrow.svg");
  background-size: 7px 12px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 992px) {
  .order-block .dropdown-menu.show {
    border: 1px solid var(--lineColor);
    border-radius: 0;
  }
}
.order-block .btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
}
.order-block .btn-group label {
  border: none;
}
.order-block .btn-group label:hover {
  text-decoration: underline;
  color: var(--primary-color);
}
.order-block .btn-group .btn-check:checked + .btn {
  background-color: transparent;
  color: var(--primary-color);
  border: none;
  text-decoration: underline;
  text-underline-offset: 5px;
}

.load-more {
  text-align: center;
  margin: 80px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#filterModal .modal-dialog {
  z-index: 2;
}
#filterModal .btn-close {
  --bs-btn-close-bg:url("/front/images/icons/close.svg")!important;
  opacity: 1;
}
#filterModal .modal-content {
  border-radius: 0 !important;
}
#filterModal .modal-body {
  height: 100%;
  overflow-y: auto;
  margin-bottom: 100px;
}
#filterModal .modal-footer {
  position: fixed;
  bottom: 0;
  background-color: var(--white);
  margin: auto;
  left: 0.5rem;
  right: 0.5rem;
  z-index: 999;
}
#filterModal .modal-footer button {
  width: 100%;
}

.more-view {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .more-view {
    margin-top: 40px;
  }
}
.more-view .best-seller-carousel {
  margin: 60px 0;
}
@media screen and (max-width: 992px) {
  .more-view .best-seller-carousel {
    margin: 40px 0 100px 0;
    padding: 0;
  }
}

.product-breadcrumb {
  padding: 15px 24px;
}
@media screen and (max-width: 992px) {
  .product-breadcrumb {
    padding: 40px 0 0 0;
  }
}
.product-breadcrumb .breadcrumb-item {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
}
.product-breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: var(--primary-color);
}

@media screen and (max-width: 992px) {
  #productMobileCarousel video.image {
    height: 485px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #productMobileCarousel.owl-carousel {
    padding-bottom: 50px;
  }
  #productMobileCarousel .owl-dots {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    bottom: 0px !important;
  }
  #productMobileCarousel .owl-dots .owl-dot {
    background-color: transparent;
    border: none;
    padding: 0;
  }
}

.product-section {
  padding: 20px 0;
  border-top: 1px solid var(--lineColor);
}
@media screen and (max-width: 992px) {
  .product-section {
    border: none;
    padding-top: 0;
  }
}
.product-section .btn-check:checked + .btn {
  border: none;
}

.product-image-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.product-image-block .product-image {
  width: calc(50% - 12px);
  height: 100%;
}
.product-image-block .product-image img, .product-image-block .product-image video {
  width: 100%;
  height: 900px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1450px) {
  .product-image-block .product-image img, .product-image-block .product-image video {
    height: 650px;
  }
}
.product-image-block .product-image.more-image {
  position: relative;
}
.product-image-block .product-image.more-image:after {
  content: "+5";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
  font-size: 48px;
  color: var(--white);
  font-weight: 600;
}
.product-image-block .product-image.more-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.product-image-block .product-image.hide-image {
  display: none;
}

.price-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.product-mobile-carousel {
  position: relative;
}

.product-title {
  font-size: 30px;
}

.product-price {
  color: var(--price);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 20px;
}

.product-price-before {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 16px;
  text-decoration: line-through;
}

.promo-text, .add-fav-text {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}

.product-filter-title {
  font-family: "futura-pt";
  color: var(--primary-color);
  font-weight: 450;
  font-size: 15px;
  text-transform: uppercase;
}

.add-fav-text {
  text-transform: none;
}

.product-info .product-details {
  padding-left: 0;
  list-style: none;
}
.product-info .product-details li {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.product-info .product-details li.total {
  font-size: 18px;
}
.product-info .product-details-checkout {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.product-info .product-details-checkout li {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 16px;
}
.product-info .promo-text, .product-info .add-fav-text {
  margin: 0 !important;
}

.category-buttons-block {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.calculation-box {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -ms-flex-align: center;
      align-items: center;
}
.calculation-box .number {
  border: 1px solid var(--primary-color);
  padding: 8px 20px;
}
@media screen and (max-width: 1450px) {
  .calculation-box .number {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .calculation-box .number {
    padding: 4px 14px;
    font-size: 18px;
  }
}
.calculation-box .number input {
  border: none;
  outline: none;
  width: 25px;
  text-align: center;
}
.calculation-box span:hover {
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .mobile-fixed-box {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: var(--white);
    width: 100%;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px inset;
  }
}
.mobile-fixed-box .promo-text.hide-mobile-block, .mobile-fixed-box .hide-mobile-block.add-fav-text {
  display: block !important;
}

.mobile-installments {
  margin-left: 30px;
  background-color: #f1f1f1;
  padding: 5px 15px;
}

.shop-button-box {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.shop-button-box button {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}

.more-details {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.more-details-text {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 14px;
}
.more-details:after {
  content: url("");
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url("/front/images/icons/menu-mob-arrow.svg");
  background-size: 7px 12px;
  background-position: center;
  background-repeat: no-repeat;
  width: 7px;
  height: 12px;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
}
.more-details-collapsed {
  margin: 15px 0;
}

.related-section {
  margin: 100px 0;
}
@media screen and (max-width: 992px) {
  .related-section {
    margin: 40px 0;
  }
}

.related-product-carousel {
  margin-top: 50px;
}

.fancybox-container .fancybox-button--zoom, .fancybox-container .fancybox-button--play, .fancybox-container .fancybox-button--thumbs {
  display: none !important;
}
.fancybox-container .fancybox-bg {
  opacity: 0.3;
}
.fancybox-container .fancybox-inner, .fancybox-container .fancybox-thumbs {
  max-width: 100%;
  background-color: var(--white);
  margin: auto;
  bottom: 0px;
}
@media screen and (max-width: 992px) {
  .fancybox-container .fancybox-inner, .fancybox-container .fancybox-thumbs {
    max-width: 100%;
  }
}
.fancybox-container .fancybox-inner .fancybox-thumbs__list, .fancybox-container .fancybox-thumbs .fancybox-thumbs__list {
  margin: auto;
}
.fancybox-container .fancybox-inner .fancybox-thumbs__list a:before, .fancybox-container .fancybox-thumbs .fancybox-thumbs__list a:before {
  border: none;
  border-bottom: 5px solid var(--primary-color);
}
.fancybox-container .fancybox-inner {
  max-height: 100vh;
}
.fancybox-container .fancybox-button--arrow_right, .fancybox-container .fancybox-button--arrow_left {
  background-color: transparent;
}
.fancybox-container .fancybox-button--arrow_right div, .fancybox-container .fancybox-button--arrow_left div {
  display: none;
}
.fancybox-container .fancybox-button--arrow_right::after, .fancybox-container .fancybox-button--arrow_left::after {
  display: inline-block;
  vertical-align: middle;
  content: url("");
  background-image: url("/front/images/icons/menu-mob-arrow.svg");
  background-repeat: no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.fancybox-container .fancybox-button--arrow_left::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fancybox-container .fancybox-infobar {
  font-size: 24px;
  padding: 20px 30px;
}
.fancybox-container .fancybox-button--close {
  background-color: transparent;
  margin: 20px 30px;
}
.fancybox-container .fancybox-button--close::after {
  display: inline-block;
  vertical-align: middle;
  content: url("");
  background-image: url("/front/images/icons/close.svg");
  background-repeat: no-repeat;
  border: none;
  width: 15px;
  height: 15px;
  background-size: contain;
}
.fancybox-container .fancybox-button--close svg {
  display: none;
}

.fancybox-image {
  -o-object-fit: contain;
     object-fit: contain;
}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
}

.auth-subtitle {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .auth-subtitle {
    font-size: 18px;
  }
}

.password-requirements {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
}

.login-text, .cart-text, .login-text-link {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 18px;
}
.login-text-link {
  text-decoration: underline;
}

.form-control {
  border-radius: 0;
  border-color: var(--grayNoStock);
}
.form-control:focus {
  box-shadow: unset;
  border-color: var(--primary-color);
}
.form-control:focus::-webkit-input-placeholder {
  color: var(--primary-color);
}
.form-control:focus::-moz-placeholder {
  color: var(--primary-color);
}
.form-control:focus:-ms-input-placeholder {
  color: var(--primary-color);
}
.form-control:focus::-ms-input-placeholder {
  color: var(--primary-color);
}
.form-control:focus::placeholder {
  color: var(--primary-color);
}
.form-control::-webkit-input-placeholder {
  color: var(--grayNoStock);
  font-weight: 500;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: var(--grayNoStock);
  font-weight: 500;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: var(--grayNoStock);
  font-weight: 500;
  font-size: 14px;
}
.form-control::-ms-input-placeholder {
  color: var(--grayNoStock);
  font-weight: 500;
  font-size: 14px;
}
.form-control::placeholder {
  color: var(--grayNoStock);
  font-weight: 500;
  font-size: 14px;
}
.form-control.no-read-only {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  font-family: "futura-pt" !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-radius: 0 !important;
  border-color: var(--grayNoStock) !important;
}

@media screen and (max-width: 992px) {
  .login-content {
    margin: 50px 0 80px 0;
  }
}
.login-content .lbl {
  font-weight: 400;
  font-size: 14px;
}

.password .form-control {
  position: relative;
}
.password .is-invalid + .eye-button {
  display: none !important;
}
.password .input-group-text {
  position: absolute;
  right: 0;
  z-index: 99;
  background-color: transparent;
  border: none;
}

.forgot-password {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.forgot-password .button-action {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
}

.login-image img {
  width: 100%;
  height: 85vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#page-register .login-image img {
  width: 100%;
  height: 110vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: var(--grayNoStock);
  background-image: url("");
}

.welcome-content {
  height: 50vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 30%;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1450px) {
  .welcome-content {
    max-width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .welcome-content {
    max-width: 45%;
  }
}
@media screen and (max-width: 992px) {
  .welcome-content {
    max-width: 90%;
  }
}

@media screen and (max-width: 992px) {
  #page-contacto .contact-contain {
    margin: 50px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #page-contacto .contact-contain form {
    -ms-flex-order: 2;
        order: 2;
  }
}
#page-contacto .login-image img {
  height: 120vh;
}
#page-contacto .thanks-message {
  margin: 30px 0;
}
@media screen and (max-width: 992px) {
  #page-contacto .thanks-message {
    margin: 0;
  }
}

.cart-header {
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  .cart-header {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.empty-cart-text {
  margin-bottom: 200px;
}
@media screen and (max-width: 992px) {
  .empty-cart-text .dark-button, .empty-cart-text .main-button {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.empty-cart-text a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.cart-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.product-col {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
@media screen and (max-width: 992px) {
  .product-col {
    padding: 20px;
  }
  .product-col .product-info {
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
  }
  .product-col .product-info-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}

.product-image {
  width: 106px;
  height: 115px;
}
.product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-product-cart {
  border: 1px solid var(--gray);
  margin-bottom: 10px;
}

#page-cart .number {
  padding: 0px 5px;
  font-weight: 500;
  min-width: 64px;
}
@media screen and (max-width: 992px) {
  #page-cart .number {
    padding: 0px 8px;
  }
}
#page-cart .number .cantidad {
  font-weight: 500;
}

.cart-product-title {
  color: var(--primary-color);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.cart-product-price, .cart-product-total {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 16px;
}

.cart-product-total {
  font-family: "futura-pt";
  font-weight: 700;
}

.cart-product-table thead {
  border: none;
  background-color: var(--gray);
}
.cart-product-table thead .table-header {
  border: none;
}
@media screen and (max-width: 1200px) {
  .cart-product-table thead .table-header th:first-of-type {
    width: 380px;
  }
}
.cart-product-table tr {
  border-top: none;
  border: 1px solid var(--gray);
}
.cart-product-table th {
  font-family: "futura-pt";
  color: var(--primary-color);
  font-weight: 450;
  font-size: 16px;
  text-transform: uppercase;
}
.cart-product-table td {
  padding: 20px !important;
}

.text-cart-header {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 16px;
  text-transform: uppercase;
}

.cart-description-title {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
}

.product-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
}
@media screen and (max-width: 992px) {
  .product-buttons {
    gap: 5px;
  }
}
.product-buttons .checkbox-wrapper-42 {
  -webkit-column-gap: 5px !important;
     -moz-column-gap: 5px !important;
          column-gap: 5px !important;
}

.order {
  border: 1px solid var(--gray);
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .order {
    margin: 70px 0 100px 0;
  }
}
.order-title, .order-total, .order-cupon {
  color: var(--primary-color);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}
.order-title[aria-controls=collapseResume], [aria-controls=collapseResume].order-total, [aria-controls=collapseResume].order-cupon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.order-title[aria-controls=collapseResume]::after, [aria-controls=collapseResume].order-total::after, [aria-controls=collapseResume].order-cupon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6768 2.32322L13.8536 2.5L13.6768 2.67678L7.67678 8.67678L7.5 8.85355L7.32322 8.67678L1.32322 2.67678L1.14645 2.5L1.32322 2.32322L2.32322 1.32322L2.5 1.14645L2.67678 1.32322L7.5 6.14645L12.3232 1.32322L12.5 1.14645L12.6768 1.32322L13.6768 2.32322Z' fill='%23231F20' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.order-title[aria-expanded=true], [aria-expanded=true].order-total, [aria-expanded=true].order-cupon {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--lineColor);
}
.order-title[aria-expanded=false]::after, [aria-expanded=false].order-total::after, [aria-expanded=false].order-cupon::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.order-cupon {
  font-size: 16px;
  font-weight: 500;
}
.order-text {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 16px;
}
.order .cupon {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.order .cupon .form-control {
  padding: 10px;
}
@media screen and (max-width: 992px) {
  .order .cupon .form-control {
    padding: 5px;
    width: 50%;
  }
}
.order .cupon .form-control::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.order .cupon .form-control::-moz-placeholder {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.order .cupon .form-control:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.order .cupon .form-control::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.order .cupon .form-control::placeholder {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
}
.order .cupon-text {
  color: var(--lightGreenColor);
}
@media screen and (max-width: 992px) {
  .order .cupon button {
    width: 50%;
  }
}
.order-info {
  margin: 20px 0;
}
.order-info .order-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.order .code-validated {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
}
.order .code-validated.code-invalid {
  color: var(--error);
}
.order .code-validated svg {
  width: 14px;
  height: 14px;
}
.order .progress {
  --bs-progress-height:0.5rem;
}
.order .progress-bar {
  background-color: var(--primary-color);
}
.order .progress-bar.w-100 {
  background-color: var(--lightGreenColor);
}

.mobile-product-section {
  padding: 14px 20px;
  background-color: var(--gray);
}

.header-section {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 24px;
  margin: 0;
}

.profile-text {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 16px;
}
.profile-text-bold {
  font-family: "futura-pt";
  font-weight: 700;
  text-transform: uppercase;
}

.profile-card-text {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 14px;
  margin: 0;
}

.profile-bold-text {
  color: var(--primary-color);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 20px;
}

.detail-product-text {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 14px;
}
.detail-product-text-bold {
  font-family: "futura-pt";
  font-weight: 700;
  text-transform: uppercase;
}

.profile-billing-form {
  display: block;
}
.profile-billing-form-hidden {
  display: none;
}

.profile-container {
  padding: 80px 60px;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (max-width: 992px) {
  .profile-container {
    padding: 20px;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    margin-bottom: 120px;
  }
}
.profile-container .nav-title {
  padding: 12px 20px;
  color: var(--primary-color);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.profile-container .buttons-block {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .profile-container .buttons-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .profile-container .buttons-block button, .profile-container .buttons-block a {
    text-align: center;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .profile-navbar-section {
    width: 100%;
  }
}

.profile-navbar {
  min-width: 240px;
  background-color: var(--gray);
  padding: 20px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}
@media screen and (max-width: 992px) {
  .profile-navbar {
    min-width: 100%;
  }
}

.profile-navbar-item {
  background-color: transparent;
  border: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  padding: 12px 20px;
  font-weight: 450;
  font-size: 14px;
  font-family: "futura-pt";
  color: var(--primary-color);
}
.profile-navbar-item-active {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.profile-navbar-item:hover {
  text-decoration: underline;
  cursor: pointer;
}

.count-form {
  min-width: 450px;
}
@media screen and (max-width: 992px) {
  .count-form {
    min-width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 992px) {
  .profile-form {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .profile-navbar-section {
    display: none;
  }
}

.change-cp {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

#page-profileview .profile-navbar-section {
  display: block;
}

#page-profileview .flatpickr-input {
  cursor: auto;
}
#page-profileview .flatpickr-input.no-read-only {
  cursor: pointer;
}

.to-back-block {
  display: none;
}
@media screen and (max-width: 992px) {
  .to-back-block {
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid var(--lineColor);
  }
  .to-back-block svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .to-back-block a {
    text-decoration: none;
  }
}

.form-group.acount {
  width: 100%;
}
.form-group.acount input:-moz-read-only {
  border: none;
  padding: 0;
  font-family: "futura-pt";
  font-weight: 700;
  background-color: transparent;
  --bs-form-select-bg-img:url("");
}
.form-group.acount input:read-only, .form-group.acount .form-select:disabled {
  border: none;
  padding: 0;
  font-family: "futura-pt";
  font-weight: 700;
  background-color: transparent;
  --bs-form-select-bg-img:url("");
}

.form-select {
  border-radius: 0;
  border-color: var(--grayNoStock);
}
.form-select:focus {
  box-shadow: unset;
  border-color: unset;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 992px) {
  .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#editHiddenBlock {
  display: none;
}

#deleteAccount .modal-dialog {
  max-width: 450px;
}
#deleteAccount .modal-header {
  border: none;
}
#deleteAccount .modal-body {
  text-align: center;
}
#deleteAccount .modal-body form {
  text-align: left;
}
#deleteAccount .modal-content {
  padding: 10px 20px;
}

.my-directions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
}

.profile-container .checkbox-wrapper-42 .lbl {
  font-weight: 450;
  font-size: 14px;
  line-height: 14px;
}

.direction-data {
  padding: 10px 0;
}

.default {
  position: absolute;
  top: 0;
  background-color: var(--primary-color);
  padding: 5px 10px;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.default-text {
  font-family: "futura-pt";
  color: var(--white);
  font-weight: 450;
  font-size: 14px;
  margin: 0;
}
.default svg {
  width: 18px;
  height: 18px;
}
.default svg path {
  fill: var(--white);
}
.default svg circle {
  stroke-width: 1.5px;
  stroke: var(--white);
}
.default span {
  letter-spacing: 2px;
}

.fav-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.my-history {
  min-width: 50vw;
}
@media screen and (max-width: 992px) {
  .my-history {
    min-width: 100%;
  }
}

.my-history-block {
  margin-bottom: 40px;
  position: relative;
}
.my-history-block .history-category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  margin: 0 20px;
}
.my-history-block .history-category span {
  letter-spacing: 1px;
}
.my-history-block .history-category svg {
  width: 18px;
  height: 18px;
}
.my-history-block .history-category.filled {
  background-color: var(--primary-color);
}
.my-history-block .history-category.filled svg path {
  fill: var(--white);
  stroke: var(--white);
}
.my-history-block .history-category.filled svg circle {
  stroke: var(--white);
  stroke-width: 2px;
}
.my-history-block .history-category.no-filled {
  border: 1px solid var(--primary-color);
}
.my-history-block .history-category.no-filled span {
  color: var(--primary-color) !important;
}
.my-history-block .history-info {
  padding: 20px;
}
.my-history-block .history-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0 20px 20px 20px;
}
.my-history-block .history-button {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 999;
  border: none;
  background-color: transparent;
}

.favorites-container {
  width: 100%;
}

.others-common-text, .privacy-policy-container p {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 16px;
}

.privacy-policy-container {
  margin: 80px 0;
}
@media screen and (max-width: 992px) {
  .privacy-policy-container {
    margin: 30px 0 100px 0;
  }
}
.privacy-policy-container p {
  font-family: "futura-pt" !important;
}
.privacy-policy-container .accordion-button {
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 18px;
  color: var(--primary-color);
  background-color: transparent;
  padding-left: 0;
}
.privacy-policy-container .accordion-button::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='10' viewBox='0 0 15 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6768 2.32322L13.8536 2.5L13.6768 2.67678L7.67678 8.67678L7.5 8.85355L7.32322 8.67678L1.32322 2.67678L1.14645 2.5L1.32322 2.32322L2.32322 1.32322L2.5 1.14645L2.67678 1.32322L7.5 6.14645L12.3232 1.32322L12.5 1.14645L12.6768 1.32322L13.6768 2.32322Z' fill='%23231F20' stroke='black' stroke-width='0.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.privacy-policy-container .accordion-button:focus {
  outline: none;
  box-shadow: unset;
}
@media screen and (max-width: 992px) {
  .privacy-policy-container .accordion-button span {
    max-width: 80%;
  }
}
.privacy-policy-container .accordion-button:not(.collapsed) {
  color: var(--primary-color);
}
.privacy-policy-container .accordion {
  --bs-accordion-border-width:0;
  margin: 50px 0;
}
@media screen and (max-width: 992px) {
  .privacy-policy-container .accordion {
    margin: 10px 0;
  }
}
.privacy-policy-container .accordion-item {
  border-bottom: 1px solid var(--lineColor);
}
.privacy-policy-container .accordion-body {
  padding-left: 0;
  max-width: 80%;
}
@media screen and (max-width: 992px) {
  .privacy-policy-container .accordion-body {
    max-width: 100%;
  }
}
.privacy-policy-container .accordion-body-text {
  font-family: "futura-pt";
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-color);
}
.privacy-policy-container .accordion-body-text p, .privacy-policy-container .accordion-body-text h1, .privacy-policy-container .accordion-body-text h2, .privacy-policy-container .accordion-body-text h3, .privacy-policy-container .accordion-body-text h4, .privacy-policy-container .accordion-body-text h5, .privacy-policy-container .accordion-body-text h6, .privacy-policy-container .accordion-body-text li, .privacy-policy-container .accordion-body-text span {
  font-family: "futura-pt" !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: var(--primary-color) !important;
}

.error-block-container {
  margin-top: 40px;
  min-height: 60vh;
}

.error-description {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 16px;
}

.guide-section-title {
  margin-top: 50px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 28px;
}

.guide-buttons {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 40px 0;
}
@media screen and (max-width: 992px) {
  .guide-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.guide-buttons .guide-size-button {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color);
  border-radius: 0;
}
.guide-buttons .guide-size-button::after {
  content: "";
  display: inline-block;
  border: none;
  background-repeat: no-repeat;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 1.5L11.5 0.5L6.5 5.5L1.5 0.5L0.5 1.5L6.5 7.5L12.5 1.5Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.guide-buttons .guide-size-button:checked + .btn {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}
.guide-buttons .dropdown-menu {
  border-radius: 0;
}
.guide-buttons .guide-button-link {
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.guide-buttons .guide-button-link:hover {
  cursor: pointer;
}

.table-title {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .table-title {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.guide-subtitle {
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 48px;
}
@media screen and (max-width: 992px) {
  .guide-subtitle {
    font-size: 36px;
  }
}

.size-image {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  padding-right: 20px;
}
@media screen and (max-width: 992px) {
  .size-image {
    width: 800px;
  }
}

.size-guide-table {
  margin-bottom: 0;
}
.size-guide-table tr th:first-child, .size-guide-table tr td:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  background-color: white;
  z-index: 1;
  text-wrap: nowrap;
}

.table-section {
  display: none;
}

.table-bold-text, .table-text {
  color: var(--primary-color);
  font-family: "futura-pt";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .table-bold-text, .table-text {
    font-size: 14px;
  }
}
.table-bold-text span, .table-text span {
  font-family: "futura-pt";
  text-transform: lowercase;
  font-weight: 400;
}

.table-text {
  text-transform: none;
  font-family: "futura-pt";
  font-weight: 400;
}

.recomend-block {
  padding: 0.5rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 992px) {
  #page-regretButton .privacy-policy-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #page-regretButton .privacy-policy-container form {
    -ms-flex-order: 2;
        order: 2;
  }
}

.checkout-text {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 16px;
}
.checkout-text-link {
  color: var(--primary-color);
  text-decoration: underline;
}

.checkout-price-text {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 18px;
}

.checkout-subtitle {
  color: var(--primary-color);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.checkout-error-description {
  color: var(--primary-color);
  font-weight: 450;
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .checkout-nav {
    width: 100%;
  }
}
.checkout-nav .breadcrumb {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .checkout-nav .breadcrumb {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.checkout-nav .breadcrumb-item {
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .checkout-nav .breadcrumb-item {
    font-size: 12px;
  }
}
.checkout-nav .breadcrumb-item.active {
  font-family: "futura-pt";
  font-weight: 700;
}
.checkout-nav .breadcrumb-item::before {
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .checkout-nav .breadcrumb-item::before {
    padding: 0.1rem 0.5rem 0 0;
  }
}
@media screen and (max-width: 992px) {
  .checkout-nav {
    -ms-flex-order: 3;
        order: 3;
    border-top: 1px solid var(--lineColor);
    padding: 15px 0 8px 0;
  }
}

.checkout-billing-container {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .checkout-billing-container {
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
.checkout-billing-container .buttons-block a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.buttons-block {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

@media screen and (max-width: 992px) {
  .checkout-order {
    margin-top: 10px;
    padding: 20px 0;
  }
  .checkout-order .product-col {
    padding: 10px 0;
  }
}

#sidebarCheckout {
  top: 110px;
}

.choose-onother-direction {
  display: none;
}

.gray-block {
  width: 100%;
  padding: 20px;
}
.gray-block-fit {
  width: 280px;
  position: relative;
}
.gray-block-default {
  padding-top: 0;
}
.gray-block-default .checkbox-wrapper-42 .cbx {
  top: 20px;
}
.gray-block .checkbox-wrapper-42 {
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.gray-block .checkbox-wrapper-42 .lbl {
  width: 100%;
}
.gray-block-data {
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 992px) {
  .gray-block-data {
    padding: 0;
  }
}
.gray-block-data li {
  list-style: none;
}

.shipping-billing-form .btn-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  row-gap: 30px;
}
.shipping-billing-form .shipping-checkbox {
  display: -ms-flexbox;
  display: flex;
}
.shipping-billing-form .shipping-checkbox .label-content {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .shipping-billing-form .shipping-checkbox .label-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
  .shipping-billing-form .shipping-checkbox .label-content .label-content-price {
    width: 100%;
  }
}
.shipping-billing-form .gray-block-default {
  padding-top: 20px;
}

#domicilioHiddenForm {
  display: none;
}
#domicilioHiddenForm textarea {
  resize: none;
}

#sameBilling {
  display: none;
}

.label-default-content {
  width: 100%;
}
.label-default-content .label-default-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .label-default-content .label-default-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 20px;
  }
}

.payment-methods {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .payment-methods {
    row-gap: 20px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 0;
  }
}
.payment-methods .btn {
  border-radius: 0;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 992px) {
  .payment-methods .btn {
    width: 100%;
  }
}
.payment-methods .payment-method-block-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  margin-left: 10px;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}
.payment-methods .payment-method-block-header svg {
  max-width: 100%;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .payment-methods .payment-method-block-header {
    margin-left: 5px;
  }
}
.payment-methods .payment-method-block-header .payment-pill {
  background-color: var(--primary-color);
  color: var(--white);
  border-radius: 4px;
  font-size: 12px;
  padding: 4px;
}
@media screen and (max-width: 992px) {
  .payment-methods .payment-method-block-header .payment-pill {
    font-size: 11px;
  }
}
.payment-methods .btn-outline-primary {
  border: 1px solid #cbcbcb;
  margin: 0;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .payment-methods .btn-outline-primary {
    max-width: 100%;
  }
}
.payment-methods .btn-check:checked + .btn {
  background-color: var(--gray);
  border: 1px solid var(--lineColor);
}
.payment-methods .btn-check:checked + .btn:hover {
  color: transparent;
  border: 1px solid var(--lineColor);
}
.payment-methods .checkbox-wrapper-42 .cbx {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.payment-methods .checkbox-wrapper-42 .cbx::after {
  top: 2px;
  left: 7px;
}
.payment-methods .profile-card-text {
  padding-left: 20px;
}
.payment-methods .btn-check:checked + .btn, .payment-methods .btn.active, .payment-methods .btn.show, .payment-methods .btn:first-child:active, .payment-methods :not(.btn-check) + .btn:active {
  background-color: rgba(222, 222, 222, 0.2784313725);
  border-color: rgba(222, 222, 222, 0.2784313725);
}

.billing-resume {
  max-width: 420px;
}

.payment-method-block {
  background-color: var(--gray);
  padding: 20px;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  max-width: 22%;
  position: relative;
  margin: 0 0 15px 0;
  min-height: 73px;
}
.payment-method-block.selected {
  background-color: white;
}
@media screen and (max-width: 992px) {
  .payment-method-block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 46%;
  }
}

.order-resume .detail-product {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid var(--lineColor);
}
.order-resume .detail-product:first-of-type {
  border-top: 1px solid var(--lineColor);
}
.order-resume .detail-product .detail-product-image img {
  width: 80px;
  height: 110px;
  -o-object-fit: cover;
     object-fit: cover;
}
.order-resume .detail-product .detail-product-info-block {
  -ms-flex: 1 0 0px;
      flex: 1 0 0;
}
.order-resume .detail-product .detail-product-info-block .detail-product-info {
  max-width: 80%;
}
.order-resume .detail-product .detail-product-price {
  text-align: right;
}
.order-resume .details-costs-block {
  margin: 10px 0;
  border-bottom: 1px solid var(--lineColor);
}
.order-resume .details-costs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.order-resume .total-block {
  padding: 20px 0;
  border-bottom: 1px solid var(--lineColor);
}
.order-resume .total-block .detail-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.order-resume .payment-info {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .order-resume .payment-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.order-resume .payment-info .detail-payment-block {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .order-resume .payment-info .detail-payment-block {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .buttons-block.mob-fixed {
    position: fixed;
    bottom: 0;
    z-index: 999;
    left: 0;
    padding: 20px 0;
    right: 0;
    margin: auto 0 !important;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px inset;
  }
  .buttons-block.mob-fixed button, .buttons-block.mob-fixed a {
    width: 100%;
    margin: 0 10px;
  }
}

#page-checkout-failed svg, #page-checkout-success svg {
  width: 50px;
  height: auto;
  margin-bottom: 1.5rem;
}
#page-checkout-failed .buttons-block a, #page-checkout-success .buttons-block a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 992px) {
  #page-checkout-failed .buttons-block a, #page-checkout-success .buttons-block a {
    width: 100%;
  }
}

.payway-card-form {
  border-top: 1px solid black;
  padding: 15px 0 0 0;
}

.btn-mercadopago {
  background-color: #009ee3;
}
.btn-mercadopago:hover {
  background-color: #00577d !important;
}

.btn-payway {
  background-color: #023f80;
}
.btn-payway:hover {
  background-color: #000e1c !important;
}

.btn-modo {
  background-color: #008859;
}
.btn-modo:hover {
  background-color: #002216 !important;
}

#mercadopagoCollapse {
  padding: 0;
  list-style: none;
}

#page-checkout-card .cart-sidebar .order-cupon, #page-checkout-card .cart-sidebar .cupon, #page-checkout-card .cart-sidebar .mobile-fixed-box {
  display: none !important;
}

.payment-card-form {
  display: grid;
  grid-column-gap: 10px;
  grid-template-columns: auto auto;
  grid-template-rows: 110px 110px 110px;
  grid-template-areas: "name name" "number number" "expiration security" "button button";
  max-width: 400px;
  padding: 20px;
  color: #707070;
}
.payment-card-form .field-container:first-of-type {
  grid-area: name;
}
.payment-card-form .field-container:nth-of-type(2) {
  grid-area: number;
}
.payment-card-form .field-container:nth-of-type(3) {
  grid-area: expiration;
}
.payment-card-form .field-container:nth-of-type(4) {
  grid-area: security;
}
.payment-card-form .field-container:nth-of-type(5) {
  grid-area: button;
}

.field-container {
  position: relative;
  position: relative;
}
.field-container input {
  box-sizing: border-box;
}
.field-container label {
  font-size: 13px;
  color: black;
  font-weight: 700;
}
.field-container input {
  padding: 15px;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dcdcdc;
  height: 50px;
}

.field-group {
  position: relative;
}

.ccicon {
  height: 30px;
  position: absolute;
  right: 6px;
  top: 30px;
  width: 60px;
}

.card-container {
  width: 100%;
  max-width: 400px;
  max-height: 251px;
  height: 54vw;
  padding: 20px;
  margin: 0 auto;
}

.preload {
  position: relative;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

#ccsingle {
  position: absolute;
  right: 15px;
  top: 20px;
}
#ccsingle svg {
  width: 100px;
  max-height: 60px;
}

.creditcard {
  width: 100%;
  max-width: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  cursor: pointer;
}
.creditcard svg#cardfront {
  width: 100%;
  box-shadow: 1px 5px 6px 0px black;
  border-radius: 22px;
}
.creditcard svg#cardback {
  width: 100%;
  box-shadow: 1px 5px 6px 0px black;
  border-radius: 22px;
}
.creditcard .lightcolor {
  transition: fill 0.5s;
}
.creditcard .darkcolor {
  transition: fill 0.5s;
}
.creditcard .lightblue {
  fill: #03A9F4;
}
.creditcard .lightbluedark {
  fill: #0288D1;
}
.creditcard .red {
  fill: #ef5350;
}
.creditcard .reddark {
  fill: #d32f2f;
}
.creditcard .purple {
  fill: #ab47bc;
}
.creditcard .purpledark {
  fill: #7b1fa2;
}
.creditcard .cyan {
  fill: #26c6da;
}
.creditcard .cyandark {
  fill: #0097a7;
}
.creditcard .green {
  fill: #66bb6a;
}
.creditcard .greendark {
  fill: #388e3c;
}
.creditcard .lime {
  fill: #d4e157;
}
.creditcard .limedark {
  fill: #afb42b;
}
.creditcard .yellow {
  fill: #ffeb3b;
}
.creditcard .yellowdark {
  fill: #f9a825;
}
.creditcard .orange {
  fill: #ff9800;
}
.creditcard .orangedark {
  fill: #ef6c00;
}
.creditcard .grey {
  fill: #bdbdbd;
}
.creditcard .greydark {
  fill: #616161;
}
.creditcard .front {
  position: absolute;
  width: 100%;
  max-width: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #47525d;
}
.creditcard .back {
  position: absolute;
  width: 100%;
  max-width: 400px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  color: #47525d;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

#generatecard {
  cursor: pointer;
  float: right;
  font-size: 12px;
  color: #fff;
  padding: 2px 4px;
  background-color: #909090;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

#svgname {
  text-transform: uppercase;
}

#cardfront .st2 {
  fill: #FFFFFF;
}
#cardfront .st3 {
  font-family: "Source Code Pro", monospace;
  font-weight: 600;
}
#cardfront .st4 {
  font-size: 54.7817px;
}
#cardfront .st5 {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}
#cardfront .st6 {
  font-size: 33.1112px;
}
#cardfront .st7 {
  opacity: 0.6;
  fill: #FFFFFF;
}
#cardfront .st8 {
  font-size: 24px;
}
#cardfront .st9 {
  font-size: 36.5498px;
}
#cardfront .st10 {
  font-family: "Source Code Pro", monospace;
  font-weight: 300;
}
#cardfront .st11 {
  font-size: 16.1716px;
}
#cardfront .st12 {
  fill: #4C4C4C;
}

#cardback .st0 {
  fill: none;
  stroke: #0F0F0F;
  stroke-miterlimit: 10;
}
#cardback .st2 {
  fill: #111111;
}
#cardback .st3 {
  fill: #F2F2F2;
}
#cardback .st4 {
  fill: #D8D2DB;
}
#cardback .st5 {
  fill: #C4C4C4;
}
#cardback .st6 {
  font-family: "Source Code Pro", monospace;
  font-weight: 400;
}
#cardback .st7 {
  font-size: 27px;
}
#cardback .st8 {
  opacity: 0.6;
}
#cardback .st9 {
  fill: #FFFFFF;
}
#cardback .st10 {
  font-size: 24px;
}
#cardback .st11 {
  fill: #EAEAEA;
}
#cardback .st12 {
  font-family: "Rock Salt", cursive;
}
#cardback .st13 {
  font-size: 37.769px;
}

.creditcard.flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.section-landing-hero {
  position: relative;
  height: 675px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 1450px) {
  .section-landing-hero {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .section-landing-hero {
    height: 450px;
  }
}
@media screen and (max-width: 992px) {
  .section-landing-hero {
    height: calc(100vh - 120px);
  }
  .section-landing-hero::after {
    content: "";
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 14, 14, 0.3);
    z-index: 1;
    opacity: 1;
  }
}
.section-landing-hero .hero-image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-block-text {
  position: relative;
  text-align: center;
  margin-left: auto;
  z-index: 3;
  padding-left: 100px;
}
@media screen and (max-width: 1450px) {
  .hero-block-text {
    padding-left: 0px;
  }
}
@media screen and (max-width: 992px) {
  .hero-block-text {
    padding: 150px 20px 0 20px;
    height: calc(100vh - 120px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.hero-block-text svg {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .hero-block-text svg {
    width: 70%;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .hero-block-text svg {
    position: absolute;
    bottom: 20px;
  }
}

.landing-title {
  color: var(--white);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 38px;
}
.landing-title-upper {
  text-transform: uppercase;
}
@media screen and (max-width: 1450px) {
  .landing-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .landing-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 992px) {
  .landing-title {
    font-size: 24px;
  }
}

.dots-line {
  border: 1px dashed #000000;
  width: 90%;
  margin: 40px auto;
}

.landing-description {
  color: var(--white);
  font-family: "futura-pt";
  font-weight: 500;
  font-size: 19px;
}
@media screen and (max-width: 1450px) {
  .landing-description {
    font-size: 17px;
  }
}
@media screen and (max-width: 1200px) {
  .landing-description {
    font-size: 17px;
  }
}
@media screen and (max-width: 992px) {
  .landing-description {
    font-size: 16px;
  }
}

.landing-section-title {
  color: var(--black);
  font-family: "futura-pt";
  font-weight: 700;
  font-size: 36px;
}
.landing-section-title span {
  color: var(--landing-resale);
}
.landing-section-title.big {
  font-size: 52px;
}
@media screen and (max-width: 1450px) {
  .landing-section-title.big {
    font-size: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .landing-section-title.big {
    font-size: 36px;
  }
}
@media screen and (max-width: 992px) {
  .landing-section-title.big {
    font-size: 42px;
  }
}
@media screen and (max-width: 1450px) {
  .landing-section-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .landing-section-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 992px) {
  .landing-section-title {
    font-size: 30px;
  }
}

.section-landing-how {
  padding: 90px 0 0 0;
}
@media screen and (max-width: 992px) {
  .section-landing-how {
    padding: 90px 10px 0 10px;
  }
}
.section-landing-how .how-box-container {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .section-landing-how .how-box-container {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 26px;
  }
}
.section-landing-how .how-box-container .how-box {
  -ms-flex: 1 0 33.333%;
      flex: 1 0 33.333%;
}
.section-landing-how .how-box-container .how-box-description {
  margin: auto;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  max-width: 50%;
}
@media screen and (max-width: 1450px) {
  .section-landing-how .how-box-container .how-box-description {
    font-size: 12px;
    max-width: 65%;
  }
}
@media screen and (max-width: 1200px) {
  .section-landing-how .how-box-container .how-box-description {
    max-width: 80%;
  }
}

.landing-button {
  background-color: var(--landing-resale);
  padding: 12px 115px;
  display: block;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .landing-button {
    padding: 12px;
  }
}

.developer-text {
  color: var(--black);
  font-family: "futura-pt";
  font-weight: 450;
  font-size: 10px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.far-message {
  color: var(--black);
  font-family: "futura-pt";
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  max-width: 35%;
  margin: auto;
}
@media screen and (max-width: 1450px) {
  .far-message {
    max-width: 45%;
  }
}
@media screen and (max-width: 1200px) {
  .far-message {
    max-width: 65%;
  }
}
@media screen and (max-width: 992px) {
  .far-message {
    max-width: 90%;
  }
}

.section-landing-exchange {
  padding: 40px 0;
}
.section-landing-exchange img {
  width: 100%;
  height: auto;
  padding: 60px;
}
@media screen and (max-width: 1200px) {
  .section-landing-exchange img {
    padding: 10px;
  }
}
@media screen and (max-width: 992px) {
  .section-landing-exchange img {
    padding: 0px;
    margin-bottom: 30px;
  }
}

.landing-feature-text {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}

.feature-text {
  color: var(--black);
  font-family: "futura-pt";
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .feature-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .feature-text {
    font-size: 18px;
  }
}

.feature-text-bold {
  color: var(--black);
  font-family: "futura-pt";
  font-weight: 500;
  font-size: 20px;
}

.section-landing-sustainability {
  background-color: #F4F4F4;
  margin-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .section-landing-sustainability {
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  .section-landing-sustainability {
    padding: 0px;
  }
}
.section-landing-sustainability img {
  width: 100%;
  height: auto;
  padding: 50px;
}
@media screen and (max-width: 1200px) {
  .section-landing-sustainability img {
    padding: 0px;
  }
}
@media screen and (max-width: 992px) {
  .section-landing-sustainability img {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  .mob-abs {
    font-size: 30px !important;
    color: var(--white) !important;
    position: absolute;
    padding: 35px;
    bottom: 0;
  }
}

.contact-button {
  margin-bottom: 50px;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: black;
}

::-webkit-scrollbar-track {
  background: gray;
}

body {
  scrollbar-face-color: black;
  scrollbar-track-color: gray;
}

body, html {
  font-family: "futura-pt";
  margin: 0;
  padding: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
}

#toTop {
  position: fixed;
  bottom: 35px;
  left: 35px;
  background: var(--white);
  border-radius: 5px;
  font-size: 20px;
  border: 1px solid var(--black);
  padding: 0;
  cursor: pointer;
  transition: 0.3s;
  z-index: 3;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
#toTop i {
  line-height: 0;
  position: relative;
  top: -2px;
}
#toTop:hover {
  background: var(--primary-color);
  color: var(--white);
}

.grecaptcha-badge {
  display: none !important;
}

@media screen and (max-width: 992px) {
  #chatIframe {
    bottom: 80px !important;
  }
}

#page-checkout-billing ~ #clgo, #page-checkout-shipping ~ #clgo, #page-checkout-resume ~ #clgo, #page-checkout-payment ~ #clgo, #page-checkout-success ~ #clgo, #page-checkout-failed ~ #clgo {
  display: none !important;
}
