@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: #00772F;
  --main-button-color: #00772F;
  --price: #9F2B25;
  --lineColor:#DEDEDE;
  --landing-resale:#9F2B25;
  --error: #BD332C;
  --black: black;
  --white: white;
  --whatsapp: #25d366;
  --gray: #959595;
  --darkGray: #626262;
  --grayNoStock: #8F8F8F;
  --red: #E4302C;
  --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);
}

.main-button {
  background-color: var(--white);
  color: var(--primary-color);
  border: none;
  padding: 14px 33px;
  text-decoration: none;
  font-family: "Figtree";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0 20px 0 20px;
}
@media screen and (max-width: 1200px) {
  .main-button {
    padding: 10px 28px;
    font-size: 12px;
  }
}
.main-button:hover {
  background-color: var(--primary-color);
  color: var(--white);
}
.main-button.green {
  background-color: var(--primary-color);
  color: var(--white);
}
.main-button.green:hover {
  background-color: var(--primary-color);
  color: var(--white);
  text-decoration: underline;
}

.secondary-button {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 15px 60px !important;
}
.secondary-button:hover {
  background-color: #03A443 !important;
  color: var(--white) !important;
}

.rounded-button, .checkout-button, .secondary-button {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 16px;
  width: 100%;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  font-family: "Figtree";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .rounded-button, .checkout-button, .secondary-button {
    padding: 10px 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .rounded-button, .checkout-button, .secondary-button {
    font-size: 14px;
    border-radius: 10px;
  }
}
.rounded-button:hover, .checkout-button:hover, .secondary-button:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

@media screen and (max-width: 992px) {
  .checkout-button {
    font-size: 14px;
  }
}
.checkout-button:hover {
  background-color: #03A443;
  color: var(--white);
}

.filter-active-button {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  background-color: #F4F4F4;
  border-radius: 10px;
  border: none;
  padding: 8px 12px;
  text-transform: capitalize;
}
.filter-active-button::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.83715 0.662846C6.73285 0.558576 6.59141 0.5 6.44393 0.5C6.29644 0.5 6.155 0.558576 6.0507 0.662846L3.5 3.21354L0.949302 0.662846C0.845 0.558576 0.703556 0.5 0.556074 0.5C0.408591 0.5 0.267147 0.558576 0.162846 0.662846C0.0585757 0.767147 0 0.908591 0 1.05607C0 1.20356 0.0585757 1.345 0.162846 1.4493L2.71354 4L0.162846 6.5507C0.0585757 6.655 0 6.79644 0 6.94393C0 7.09141 0.0585757 7.23285 0.162846 7.33715C0.267147 7.44142 0.408591 7.5 0.556074 7.5C0.703556 7.5 0.845 7.44142 0.949302 7.33715L3.5 4.78646L6.0507 7.33715C6.155 7.44142 6.29644 7.5 6.44393 7.5C6.59141 7.5 6.73285 7.44142 6.83715 7.33715C6.94142 7.23285 7 7.09141 7 6.94393C7 6.79644 6.94142 6.655 6.83715 6.5507L4.28646 4L6.83715 1.4493C6.94142 1.345 7 1.20356 7 1.05607C7 0.908591 6.94142 0.767147 6.83715 0.662846Z' fill='%2300772F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  width: 12px;
  height: 12px;
  background-size: 8px 8px;
  margin-left: 5px;
}

.addfav-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: none;
  background-color: #F1F1F1;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
.addfav-button svg {
  width: 17px;
  height: 16px;
}
.addfav-button.active, .addfav-button:hover {
  background-color: var(--primary-color);
}
.addfav-button.active svg path, .addfav-button:hover svg path {
  fill: var(--white);
}

.category-button {
  background-color: var(--primary-color);
  padding: 9px 13px;
  border-radius: 20px 0 20px 0;
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 1200px) {
  .category-button {
    padding: 5px 10px;
  }
}
.category-button.red {
  background-color: var(--red);
}
.category-button span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: var(--white);
  font-family: "Figtree";
}
.category-button.stock {
  background-color: #D1E4D8;
  color: var(--primary-color);
}
.category-button.stock span {
  color: var(--primary-color);
}
.category-button.stock:hover {
  background-color: #D1E4D8;
  color: var(--primary-color);
}
.category-button.no-stock {
  background-color: #FCD1D1;
  color: var(--red);
}
.category-button.no-stock span {
  color: var(--red);
}
.category-button.no-stock:hover {
  background-color: #FCD1D1;
  color: var(--red);
}

.button-size-guide {
  background-color: #F8F8F8;
  padding: 8px 12px;
  border: none;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "Figtree";
  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: "Figtree";
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.transparent-button {
  color: #8E8E8E;
  font-family: "Figtree";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
  padding: 12px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.transparent-button:hover {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .transparent-button {
    color: var(--black);
  }
}

.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(--black);
  font-weight: 500;
  font-size: 14px;
}
.button-action svg {
  margin-top: -2px;
}
.button-action:hover {
  text-decoration: none;
}

.gray-button {
  color: var(--white);
  font-family: "Figtree";
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: var(--gray);
  border-radius: 20px;
  border: none;
  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;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-dots .owl-dot {
    padding: 0 4px;
  }
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 0px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .owl-carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0px;
  }
}
.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;
}

/* Figtree Font Family */
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Italic Variants */
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Figtree";
  src: url("/front/assets/fonts/Figtree-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.tk-figtree {
  font-family: "Figtree", sans-serif;
}

.footer {
  padding: 50px;
  background-color: #232323;
}
@media screen and (max-width: 992px) {
  .footer {
    padding: 50px 44px;
    text-align: center;
  }
  .footer .container {
    padding: 0px;
  }
}
.footer .footer-social {
  margin: 50px 0;
}
@media screen and (max-width: 992px) {
  .footer .footer-social {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .footer .navbar-brand img {
    margin: auto;
    display: block;
  }
}
.footer-title {
  font-family: "Figtree";
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  color: var(--white);
}
.footer-subtitle {
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-color);
}
@media screen and (max-width: 1200px) {
  .footer-subtitle {
    font-size: 14px;
  }
}
.footer-nav-title {
  font-family: "Figtree";
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .footer-nav-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .footer-nav-title {
    font-size: 16px;
    margin-top: 40px;
  }
}
.footer-navlink {
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
  display: block;
  margin-bottom: 6px;
}
@media screen and (max-width: 1200px) {
  .footer-navlink {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .footer-navlink {
    font-size: 15px;
    margin-bottom: 0px;
  }
  .footer-navlink svg {
    display: block;
    margin: auto;
    width: 32px;
    height: auto;
    margin-top: 10px;
  }
}
.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: 1400px) {
  .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 .form-input input {
  padding: 16px 20px;
}
@media screen and (max-width: 1400px) {
  .footer .form-input input {
    padding: 12px 16px;
  }
}
@media screen and (max-width: 1200px) {
  .footer .form-input input {
    padding: 8px 14px;
  }
}
.footer .form-input input::-webkit-input-placeholder {
  font-size: 14px !important;
}
.footer .form-input input::-moz-placeholder {
  font-size: 14px !important;
}
.footer .form-input input:-ms-input-placeholder {
  font-size: 14px !important;
}
.footer .form-input input::-ms-input-placeholder {
  font-size: 14px !important;
}
.footer .form-input input::placeholder {
  font-size: 14px !important;
}
@media screen and (max-width: 1200px) {
  .footer .form-input input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .footer .form-input input::-moz-placeholder {
    font-size: 12px;
  }
  .footer .form-input input:-ms-input-placeholder {
    font-size: 12px;
  }
  .footer .form-input input::-ms-input-placeholder {
    font-size: 12px;
  }
  .footer .form-input input::placeholder {
    font-size: 12px;
  }
}
.footer .form-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 992px) {
  .footer .form-footer {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 20px;
  }
}
.footer .form-footer .checkbox-wrapper-42 {
  margin-bottom: 10px;
}
.footer .form-footer .checkbox-wrapper-42 .cbx {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .form-footer .checkbox-wrapper-42 .lbl {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .footer .form-footer .checkbox-wrapper-42 .lbl {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .footer .form-footer .checkbox-wrapper-42 .lbl {
    text-align: left;
    font-size: 14px;
  }
}
.footer .form-footer .submit-button {
  margin-top: 15px;
}
.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;
}
.footer .flatpickr-wrapper {
  width: 100%;
}
.footer .flatpickr-wrapper .flatpickr-input::-webkit-input-placeholder {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree";
  line-height: 1;
}
.footer .flatpickr-wrapper .flatpickr-input::-moz-placeholder {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree";
  line-height: 1;
}
.footer .flatpickr-wrapper .flatpickr-input:-ms-input-placeholder {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree";
  line-height: 1;
}
.footer .flatpickr-wrapper .flatpickr-input::-ms-input-placeholder {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree";
  line-height: 1;
}
.footer .flatpickr-wrapper .flatpickr-input::placeholder {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree";
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .footer .flatpickr-wrapper .flatpickr-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .footer .flatpickr-wrapper .flatpickr-input::-moz-placeholder {
    font-size: 14px;
  }
  .footer .flatpickr-wrapper .flatpickr-input:-ms-input-placeholder {
    font-size: 14px;
  }
  .footer .flatpickr-wrapper .flatpickr-input::-ms-input-placeholder {
    font-size: 14px;
  }
  .footer .flatpickr-wrapper .flatpickr-input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .footer .flatpickr-wrapper .flatpickr-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  .footer .flatpickr-wrapper .flatpickr-input::-moz-placeholder {
    font-size: 18px;
  }
  .footer .flatpickr-wrapper .flatpickr-input:-ms-input-placeholder {
    font-size: 18px;
  }
  .footer .flatpickr-wrapper .flatpickr-input::-ms-input-placeholder {
    font-size: 18px;
  }
  .footer .flatpickr-wrapper .flatpickr-input::placeholder {
    font-size: 18px;
  }
}

.payment-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 13px 0;
}
@media screen and (max-width: 992px) {
  .payment-block {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    row-gap: 40px;
    max-width: 80%;
    margin: 40px auto;
    text-align: 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;
  }
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: var(--red);
  background-color: #FFF4F4;
}
.form-control.is-invalid::-webkit-input-placeholder, .was-validated .form-control:invalid::-webkit-input-placeholder {
  color: var(--red);
}
.form-control.is-invalid::-moz-placeholder, .was-validated .form-control:invalid::-moz-placeholder {
  color: var(--red);
}
.form-control.is-invalid:-ms-input-placeholder, .was-validated .form-control:invalid:-ms-input-placeholder {
  color: var(--red);
}
.form-control.is-invalid::-ms-input-placeholder, .was-validated .form-control:invalid::-ms-input-placeholder {
  color: var(--red);
}
.form-control.is-invalid::placeholder, .was-validated .form-control:invalid::placeholder {
  color: var(--red);
}
.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 {
  margin-bottom: 30px;
}
.form-group .form-label {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 12px;
}
@media screen and (max-width: 992px) {
  .form-group .form-label {
    font-weight: 500;
    font-size: 18px;
  }
}
.form-group .form-label.readonly {
  color: var(--darkGray);
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .form-group .form-label.readonly {
    font-size: 16px;
  }
}
.form-group .invalid-feedback, .form-group .errors {
  color: var(--red);
  font-weight: 500;
  font-size: 16px;
}

.form-group input[name=province_id] {
  background-color: var(--white);
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  border: 1px solid var(--gray);
  transition: all 0.3s ease;
  background-color: transparent;
}

.clarification-text {
  color: var(--black);
  font-weight: 400;
  font-size: 12px;
}
@media screen and (max-width: 992px) {
  .clarification-text {
    font-size: 14px;
  }
}

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

form .form-control, form .flatpickr-input {
  border-radius: 20px;
  padding: 16px 20px;
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  form .form-control, form .flatpickr-input {
    font-size: 18px;
    background-color: #F8F8F8;
    border: 1px solid #AEAEAE;
    padding: 13px 20px;
  }
}
form .form-control[readonly]::-webkit-input-placeholder, form .flatpickr-input[readonly]::-webkit-input-placeholder {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}
form .form-control[readonly]::-moz-placeholder, form .flatpickr-input[readonly]::-moz-placeholder {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}
form .form-control[readonly]:-ms-input-placeholder, form .flatpickr-input[readonly]:-ms-input-placeholder {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}
form .form-control[readonly]::-ms-input-placeholder, form .flatpickr-input[readonly]::-ms-input-placeholder {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}
form .form-control[readonly]::placeholder, form .flatpickr-input[readonly]::placeholder {
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
}
form .form-control::-webkit-input-placeholder, form .flatpickr-input::-webkit-input-placeholder {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree";
  line-height: 1;
}
form .form-control::-moz-placeholder, form .flatpickr-input::-moz-placeholder {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree";
  line-height: 1;
}
form .form-control:-ms-input-placeholder, form .flatpickr-input:-ms-input-placeholder {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree";
  line-height: 1;
}
form .form-control::-ms-input-placeholder, form .flatpickr-input::-ms-input-placeholder {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree";
  line-height: 1;
}
form .form-control::placeholder, form .flatpickr-input::placeholder {
  color: var(--gray);
  font-size: 16px;
  font-weight: 400;
  font-family: "Figtree";
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  form .form-control::-webkit-input-placeholder, form .flatpickr-input::-webkit-input-placeholder {
    font-size: 14px;
  }
  form .form-control::-moz-placeholder, form .flatpickr-input::-moz-placeholder {
    font-size: 14px;
  }
  form .form-control:-ms-input-placeholder, form .flatpickr-input:-ms-input-placeholder {
    font-size: 14px;
  }
  form .form-control::-ms-input-placeholder, form .flatpickr-input::-ms-input-placeholder {
    font-size: 14px;
  }
  form .form-control::placeholder, form .flatpickr-input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  form .form-control::-webkit-input-placeholder, form .flatpickr-input::-webkit-input-placeholder {
    font-size: 18px;
  }
  form .form-control::-moz-placeholder, form .flatpickr-input::-moz-placeholder {
    font-size: 18px;
  }
  form .form-control:-ms-input-placeholder, form .flatpickr-input:-ms-input-placeholder {
    font-size: 18px;
  }
  form .form-control::-ms-input-placeholder, form .flatpickr-input::-ms-input-placeholder {
    font-size: 18px;
  }
  form .form-control::placeholder, form .flatpickr-input::placeholder {
    font-size: 18px;
  }
}
form textarea {
  height: 200px;
}
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%);
}
form .range-slider {
  position: relative;
  width: 100%;
  height: 5px;
  background: #ddd;
  border-radius: 5px;
  margin: 20px 0;
}
form .range-slider::before {
  content: "";
  position: absolute;
  left: var(--range-left, 0%);
  right: var(--range-right, 0%);
  height: 5px;
  background: var(--primary-color);
  border-radius: 5px;
  z-index: 1;
}
form .range-slider input[type=range] {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 5px;
  -webkit-appearance: none;
  background: transparent;
  z-index: 2;
}
form .range-slider input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--primary-color);
  cursor: pointer;
  border: none;
  margin-top: -6px;
  box-shadow: 0 0 0 2px #fff;
}
form .range-slider input[type=range]::-moz-range-thumb {
  pointer-events: all;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: var(--primary-color);
  cursor: pointer;
  border: none;
  box-shadow: 0 0 0 2px #fff;
}
form .range-slider input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
}
form .range-slider input[type=range]::-moz-range-track {
  background: transparent;
}

.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;
    display: block;
    margin: auto;
    padding-bottom: 10px !important;
  }
  .header .navbar-brand img {
    width: 168px;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .header .navbar {
    padding-bottom: 0px !important;
  }
}

.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:hover, .navbar-toggler:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
.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: transparent !important;
}
.navbar-toggler:hover .icon-bar, .navbar-toggler:focus .icon-bar {
  background-color: var(--primary-color) !important;
}

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

.megamenu-container .see-all-block .nav-sublink {
  min-width: 100px;
  text-decoration: none !important;
}
.megamenu-container .see-all-block .nav-sublink:hover {
  cursor: pointer;
}
.megamenu-container .see-all-block .nav-sublink .see-all-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color);
  text-decoration: none;
}

.col-megamenu {
  margin: 0 0 20px 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
@media screen and (max-width: 992px) {
  .col-megamenu {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-left: 20px;
  }
}
.col-megamenu .search-title {
  color: var(--primary-color);
  font-family: "Figtree";
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .col-megamenu .search-title {
    margin-bottom: 10px;
  }
}
.col-megamenu .item {
  width: 100%;
}
.col-megamenu .item:hover .category-text {
  color: var(--primary-color);
}
.col-megamenu .item img {
  width: 100%;
  height: 115px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.col-megamenu .category-text {
  color: var(--black);
  font-family: "Figtree";
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .col-megamenu .category-text {
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 18px !important;
  }
}
.col-megamenu hr {
  border-color: var(--lineColor);
  opacity: 1;
}
.col-megamenu a {
  text-decoration: none;
}
.col-megamenu .list-unstyled {
  max-width: 25%;
  max-height: 130px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .col-megamenu .list-unstyled {
    max-width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .col-megamenu .list-unstyled {
    max-width: 35%;
  }
}

.offcanvas-body {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}
@media screen and (max-width: 992px) {
  .offcanvas-body {
    padding: 0 !important;
  }
}
.offcanvas-body .nav-link {
  color: var(--black);
  text-transform: uppercase;
  font-family: "Figtree";
  font-weight: 700;
  font-size: 14px;
  padding: 20px !important;
  background-color: transparent;
  border: none;
  outline: none;
}
@media screen and (max-width: 992px) {
  .offcanvas-body .nav-link {
    font-size: 20px;
    padding: 10px 20px !important;
  }
}
.offcanvas-body .nav-link.active {
  color: var(--primary-color);
}
.offcanvas-body .nav-link::after {
  display: none;
}
.offcanvas-body .nav-link-lower {
  text-transform: lowercase;
}
.offcanvas-body .nav-link:hover {
  color: var(--primary-color);
}
.offcanvas-body .dropdown-toggle::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='5' viewBox='0 0 11 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3475 0.206184C10.2782 0.140851 10.1958 0.0889952 10.1049 0.0536073C10.0141 0.0182193 9.91671 0 9.81833 0C9.71995 0 9.62254 0.0182193 9.53172 0.0536073C9.4409 0.0889952 9.35848 0.140851 9.2892 0.206184L5.87592 3.39864C5.80664 3.46397 5.72421 3.51583 5.63339 3.55122C5.54258 3.58661 5.44517 3.60483 5.34679 3.60483C5.2484 3.60483 5.15099 3.58661 5.06018 3.55122C4.96936 3.51583 4.88693 3.46397 4.81765 3.39864L1.40438 0.206184C1.33509 0.140851 1.25267 0.0889952 1.16185 0.0536073C1.07103 0.0182193 0.973625 0 0.875242 0C0.77686 0 0.67945 0.0182193 0.588634 0.0536073C0.497817 0.0889952 0.415391 0.140851 0.34611 0.206184C0.207305 0.336784 0.129395 0.513451 0.129395 0.697599C0.129395 0.881748 0.207305 1.05841 0.34611 1.18901L3.76684 4.38844C4.18605 4.78004 4.7543 5 5.34679 5C5.93927 5 6.50752 4.78004 6.92673 4.38844L10.3475 1.18901C10.4863 1.05841 10.5642 0.881748 10.5642 0.697599C10.5642 0.513451 10.4863 0.336784 10.3475 0.206184Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.offcanvas-body .dropdown-toggle[aria-expanded=true]::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.offcanvas-body .megamenu-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}
.offcanvas-body .products-megamenu {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 0;
}
@media screen and (max-width: 992px) {
  .offcanvas-body .megamenu-carousel {
    display: none;
  }
}
.offcanvas-body .nav-link-account {
  text-transform: none;
}
.offcanvas-body .nav-sublink {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 16px;
}
@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;
}
@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;
}

.has-megamenu {
  position: static;
}

@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: 10px;
    padding-bottom: 10px;
    border-color: var(--primary-color);
    border-bottom: 1px solid;
    border-bottom-color: var(--lineColor);
  }
  .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%;
  }
}
.search-form {
  width: 100%;
}

.megamenu-block-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.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 {
  width: 100%;
  border-bottom: 1px solid;
  border-color: var(--black);
  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: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (max-width: 992px) {
  .nav-icons {
    -ms-flex-order: 2;
        order: 2;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.nav-icons .shop-icon a, .nav-icons button {
  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;
  position: relative;
  background-color: transparent;
  border: 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: "Figtree";
  font-weight: 700;
  font-size: 11px;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -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 .category-text {
  color: var(--black);
  font-family: "Figtree";
  font-weight: 700;
  font-size: 18px;
}
.offcanvas-header-submenu {
  border-bottom: 1px solid var(--lineColor) !important;
}
.offcanvas-header-submenu h6 {
  margin: auto;
}

.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;
}

@media screen and (max-width: 992px) {
  #searchDropdownMobile {
    width: 100%;
    top: 0px;
    left: 0;
    border-radius: 0;
    height: 100vh;
  }
  #searchDropdownMobile .col-megamenu {
    padding: 0 20px;
  }
  #searchDropdownMobile .col-megamenu .form-control {
    padding-left: 0;
  }
}

.marquee-carousel {
  text-align: center;
  margin: auto;
  padding: 10px 0;
  background-color: var(--primary-color);
}
@media screen and (max-width: 992px) {
  .marquee-carousel {
    max-width: 100%;
  }
}
.marquee-carousel .owl-nav .owl-next, .marquee-carousel .owl-nav .owl-prev {
  opacity: 1;
  background-color: transparent;
  border: none;
}
.marquee-carousel .owl-nav .owl-next {
  right: 0px;
}
@media screen and (max-width: 992px) {
  .marquee-carousel .owl-nav .owl-next {
    right: 10px;
  }
}
.marquee-carousel .owl-nav .owl-prev {
  left: 0px;
}
@media screen and (max-width: 992px) {
  .marquee-carousel .owl-nav .owl-prev {
    left: 10px;
  }
}
.marquee-carousel .owl-nav .owl-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.marquee-carousel:hover .owl-nav .owl-next, .marquee-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}
.marquee-carousel:hover .owl-nav .owl-next {
  right: 0px;
}
@media screen and (max-width: 992px) {
  .marquee-carousel:hover .owl-nav .owl-next {
    right: 10px;
  }
}
.marquee-carousel:hover .owl-nav .owl-prev {
  left: 0px;
}
@media screen and (max-width: 992px) {
  .marquee-carousel:hover .owl-nav .owl-prev {
    left: 10px;
  }
}

.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%;
}

.modal-title, .modal-product-title {
  color: var(--black);
  text-transform: uppercase;
  font-family: "Figtree";
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 992px) {
  .modal-title, .modal-product-title {
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
  }
}

.modal-text {
  color: var(--black);
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .modal-text {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
  }
}

.modal-confirm .modal-dialog {
  max-width: 692px !important;
}
.modal-confirm .modal-body {
  max-width: 500px;
  margin: 0 auto;
}
.modal-confirm .modal-header {
  position: absolute;
  right: 0;
  z-index: 2;
}
.modal-confirm .secondary-button {
  width: 100% !important;
}

.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 .product-info-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
#addedToCart .product-info-header .sku-code {
  font-size: 12px;
  font-weight: 400;
  color: var(--black);
}
#addedToCart .product-info-header .sku-code b {
  font-weight: 700;
}
#addedToCart .product-info-header .price-block {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}
#addedToCart .product-info-header .price-block .product-price {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary-color);
}
@media screen and (max-width: 992px) {
  #addedToCart .product-info-header .price-block .product-price {
    font-size: 18px;
  }
}
#addedToCart .product-info-header .price-block .product-price-before {
  font-size: 15px;
  font-weight: 600;
  color: var(--red);
  text-decoration: line-through;
}
#addedToCart .buttons-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-top: 30px;
}
#addedToCart .buttons-block .secondary-button {
  width: 100%;
}
#addedToCart .modal-header {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border: none;
}
#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: contain;
     object-fit: contain;
}
@media screen and (max-width: 992px) {
  #addedToCart .modal-body .image {
    width: 123px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#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;
}

.modal-cart .btn-close {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9194 8.4948C16.3099 8.10427 16.3099 7.47111 15.9194 7.08058C15.5289 6.69006 14.8957 6.69006 14.5052 7.08058L15.9194 8.4948ZM7.08058 14.5052C6.69006 14.8957 6.69006 15.5289 7.08058 15.9194C7.47111 16.3099 8.10427 16.3099 8.4948 15.9194L7.08058 14.5052ZM14.5052 15.9194C14.8957 16.3099 15.5289 16.3099 15.9194 15.9194C16.3099 15.5289 16.3099 14.8957 15.9194 14.5052L14.5052 15.9194ZM8.4948 7.08058C8.10427 6.69006 7.47111 6.69006 7.08058 7.08058C6.69006 7.47111 6.69006 8.10427 7.08058 8.4948L8.4948 7.08058ZM22 11.5H21C21 16.7467 16.7467 21 11.5 21V22V23C17.8513 23 23 17.8513 23 11.5H22ZM11.5 22V21C6.25329 21 2 16.7467 2 11.5H1H0C0 17.8513 5.14873 23 11.5 23V22ZM1 11.5H2C2 6.25329 6.25329 2 11.5 2V1V0C5.14873 0 0 5.14873 0 11.5H1ZM11.5 1V2C16.7467 2 21 6.25329 21 11.5H22H23C23 5.14873 17.8513 0 11.5 0V1ZM15.2123 7.78769L14.5052 7.08058L10.7929 10.7929L11.5 11.5L12.2071 12.2071L15.9194 8.4948L15.2123 7.78769ZM11.5 11.5L10.7929 10.7929L7.08058 14.5052L7.78769 15.2123L8.4948 15.9194L12.2071 12.2071L11.5 11.5ZM15.2123 15.2123L15.9194 14.5052L12.2071 10.7929L11.5 11.5L10.7929 12.2071L14.5052 15.9194L15.2123 15.2123ZM11.5 11.5L12.2071 10.7929L8.4948 7.08058L7.78769 7.78769L7.08058 8.4948L10.7929 12.2071L11.5 11.5Z' fill='black'/%3E%3C/svg%3E%0A");
  opacity: 1;
  width: 21px;
  height: 21px;
  background-size: 21px;
}
.modal-cart .btn-close:focus {
  box-shadow: none;
}
.modal-cart .calculation-box .number {
  height: 35px;
}
.modal-cart .modal-header {
  border: none;
}
.modal-cart .modal-body {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0 !important;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.modal-cart .modal-body form {
  padding: 0 1rem !important;
}
.modal-cart .modal-body tr {
  border-bottom: 1px solid #E6E6E6;
}
.modal-cart .modal-body tr:last-child {
  border-bottom: none;
}
.modal-cart .modal-dialog {
  margin: 0 0 0 auto;
  max-width: 610px;
}
.modal-cart .modal-content {
  min-height: 100vh;
  border-radius: 0;
}
.modal-cart .modal-cart-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .modal-cart .modal-cart-title {
    font-size: 24px;
  }
}
.modal-cart .cart-product-table thead .table-header {
  background-color: transparent;
}
.modal-cart .cart-product-table tbody {
  background-color: transparent;
}
.modal-cart .modal-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.modal-cart .product-image img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-cart .product-info {
  max-width: 250px;
}
.modal-cart tr {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}
.modal-cart tbody tr:last-child {
  border-bottom: none;
}
.modal-cart .product-col {
  padding: 25px 0 !important;
}
.modal-cart .cart-product-table td {
  padding: 25px 0 !important;
}
.modal-cart .table > :not(caption) > * > * {
  padding-left: 0 !important;
}
.modal-cart .modal-footer {
  border: none;
  padding: 40px;
  background-color: #F9F9F9;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 992px) {
  .modal-cart .modal-footer {
    padding-bottom: 100px;
  }
}
.modal-cart .modal-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  height: 4px;
  width: 60px;
  border-radius: 0 0 20px 20px;
  background-color: var(--red);
}
.modal-cart .order-total {
  font-size: 22px;
  font-weight: 600;
  color: var(--primary-color);
}
@media screen and (max-width: 1200px) {
  .modal-cart .order-total {
    font-size: 20px;
  }
}
.modal-cart .order-footer-text {
  font-size: 16px;
  font-weight: 400;
  color: #242424;
}
@media screen and (max-width: 1200px) {
  .modal-cart .order-footer-text {
    font-size: 14px;
  }
}
.modal-cart .modal-empty-cart {
  border-top: 1px solid var(--black);
  padding: 1rem 0;
  margin: 0 1rem;
}
.modal-cart .empty-cart-text {
  font-family: "Figtree";
  color: var(--black);
  font-weight: 600;
  font-size: 20px;
  padding-bottom: 30px;
}
.modal-cart .empty-cart-text a {
  text-decoration: underline;
  color: var(--primary-color);
}
.modal-cart .empty-cart-icon {
  text-align: center;
  display: block;
}

.main-title {
  color: var(--white, --primary-color);
  font-family: "Figtree";
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 24px;
}
.main-title b {
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .main-title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .main-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 992px) {
  .main-title {
    font-size: 30px;
    letter-spacing: -1px;
  }
}

.section-title {
  color: var(--white);
  font-family: "Figtree";
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  .section-title {
    font-size: 24px;
    -ms-flex-direction: column;
        flex-direction: column;
    text-align: center;
    font-size: 14px;
  }
}
.section-title.green {
  color: var(--primary-color);
}
.section-title.green svg path {
  fill: var(--primary-color);
}

.big-title {
  color: var(--text-color, --primary-color);
  text-transform: uppercase;
  font-family: "Figtree";
  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;
  }
}

.product-title, .contact-title {
  font-size: 40px;
  color: var(--black);
  font-weight: 600;
  font-family: "Figtree";
  margin-bottom: 30px;
}
@media screen and (max-width: 1600px) {
  .product-title, .contact-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 992px) {
  .product-title, .contact-title {
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 1;
  }
}

.contact-title {
  margin-bottom: 40px;
  font-weight: 400;
}
.contact-title b {
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .contact-title {
    font-size: 35px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .contact-title {
    text-align: center;
  }
}

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

.common-text {
  color: var(--black);
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .common-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .common-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .common-text {
    font-size: 18px;
    line-height: 1.2;
  }
}
.common-text b {
  font-weight: 600;
}

.net-price-block small {
  font-size: 12px;
}

.out-of-stock-text {
  color: var(--red);
  font-weight: 400;
  font-size: 14px;
}

.about-text {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .about-text {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1200px) {
  .about-text {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .about-text {
    line-height: 1.2;
    font-size: 18px;
  }
}

.about-common-text {
  color: var(--black);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 1600px) {
  .about-common-text {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .about-common-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .about-common-text {
    font-size: 18px;
  }
}

.catalog-common-text {
  color: var(--black);
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .catalog-common-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .catalog-common-text {
    font-size: 14px;
    font-weight: 500;
  }
}

.marquee-text {
  font-family: "Figtree";
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  margin: 0;
}

.black {
  color: var(--black);
}

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

#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: "Figtree";
  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: "Figtree";
  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;
  background-color: var(--white);
  border-radius: 20px;
  padding: 22px 15px;
}
.shop-card.month-featured {
  background-color: #EEF8F2;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 10px;
  padding: 34px 16px;
}
.shop-card.month-featured:hover .block-hidden {
  display: none !important;
}
.shop-card.month-featured .product-info-block .colors {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}
.shop-card.month-featured .product-category-block {
  text-align: left;
}
.shop-card.month-featured .card-product-title {
  text-align: left;
  padding-right: 40px;
}
.shop-card.month-featured .card-product-price {
  text-align: left;
}
.shop-card.month-featured .net-price-block {
  text-align: left !important;
}
.shop-card.month-featured .price-block {
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.shop-card.month-featured .shop-card-image-block {
  margin-bottom: 0;
}
.shop-card.month-featured .shop-card-image-block img,
.shop-card.month-featured .shop-card-image-block picture {
  width: 80px;
  display: block;
  max-height: unset;
  -o-object-fit: unset;
     object-fit: unset;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1400px) {
  .shop-card.month-featured .shop-card-image-block img,
  .shop-card.month-featured .shop-card-image-block picture {
    width: 50px;
  }
}
.shop-card .price-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.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;
  }
}
.shop-card:hover .block-hidden {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 992px) {
  .shop-card:hover .block-hidden {
    display: none !important;
  }
}
.shop-card .heart {
  background-color: F1F1F1;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 992px) {
  .shop-card .heart {
    width: 26px;
    height: 26px;
  }
  .shop-card .heart svg {
    width: 14px;
    height: 14px;
  }
}
.shop-card .heart:hover {
  background-color: var(--primary-color);
}
.shop-card .heart:hover svg path:nth-child(1) {
  fill: var(--white);
}
.shop-card .heart label {
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.shop-card .heart .btn-check {
  width: 100%;
  height: 100%;
}
.shop-card .heart .btn-check:checked + .btn-outline-primary {
  background-color: var(--primary-color);
  border-radius: 50%;
}
.shop-card .heart .btn-check:checked + .btn-outline-primary svg path:nth-child(1) {
  fill: var(--white);
}
.shop-card .product-card-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .shop-card .product-card-header {
    min-height: 30px;
  }
}
.shop-card .product-category-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  z-index: 2;
}
.shop-card .product-category-block .category {
  background-color: var(--primary-color);
  padding: 9px 13px;
  border-radius: 20px 0 20px 0;
}
@media screen and (max-width: 1200px) {
  .shop-card .product-category-block .category {
    padding: 5px 10px;
  }
}
.shop-card .product-category-block .category.red {
  background-color: var(--red);
}
.shop-card .product-category-block .category-text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  color: var(--white);
  font-family: "Figtree";
}
@media screen and (max-width: 992px) {
  .shop-card .product-category-block .category-text {
    font-size: 11px;
  }
}

@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;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  font-weight: 600;
  z-index: 9;
}
.colors .btn-group {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
}
.colors .color-button {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--black);
  padding: 2px 8px;
  border: 1px solid #D6D6D6;
  border-radius: 5px !important;
  text-transform: none;
}
.colors .color-button:hover, .colors .color-button.active {
  background-color: #B4D5C1;
  border: none;
}
@media screen and (max-width: 992px) {
  .colors .color-button {
    margin-right: 5px;
  }
}
.colors-text {
  font-weight: 400;
  font-size: 14px;
  margin: 0;
  color: var(--primary-color);
}

.card-product-title {
  font-family: "Figtree";
  font-size: 20px;
  margin: 0;
  color: var(--black);
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  line-height: 1.2;
}
@media screen and (max-width: 1200px) {
  .card-product-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .card-product-title {
    font-size: 15px;
    line-height: 1.2;
  }
}

.card-product-price {
  font-family: "Figtree";
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  color: var(--primary-color);
  letter-spacing: 0px;
}
@media screen and (max-width: 1200px) {
  .card-product-price {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .card-product-price {
    font-size: 14px;
  }
}

.card-product-price-before {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
  color: var(--red);
  text-decoration: line-through;
  letter-spacing: 0px;
}
@media screen and (max-width: 992px) {
  .card-product-price-before {
    font-size: 12px;
  }
}

.shop-card-image-block {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
}
.shop-card-image-block img,
.shop-card-image-block video, .shop-card-image-block picture {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 210px;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .shop-card-image-block img,
  .shop-card-image-block video, .shop-card-image-block picture {
    max-height: 140px;
  }
}
.shop-card-image-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-card-image-block:hover .image-hidden {
  display: block !important;
}
.shop-card-image-block:hover .image {
  display: none !important;
}
.shop-card-image-block .image-hidden {
  display: none !important;
}

.shop-card .calculation-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 25px 25px 12px 25px;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .shop-card .calculation-box {
    display: none !important;
  }
}
.shop-card .calculation-box .number {
  height: 35px;
}
.shop-card .calculation-box .add-to-cart {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  display: block;
  text-align: center;
}
.shop-card .block-hidden {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 7;
  margin: auto;
}

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

.checkbox-wrapper-42 {
  display: -ms-flexbox;
  display: flex;
}
.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 {
  margin-top: 5px;
  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);
  }
}
.blog-card {
  position: relative;
}
.blog-card .blog-card-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blog-card:hover .blog-card-image img {
  scale: 1.2;
}
.blog-card:hover .blog-card-title {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  color: var(--primary-color);
}
.blog-card .blog-card-image {
  height: 300px;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .blog-card .blog-card-image {
    height: 250px;
  }
}
@media screen and (max-width: 992px) {
  .blog-card .blog-card-image {
    height: 280px;
    position: relative;
  }
}
.blog-card .blog-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  transition: all 0.5s ease;
}
.blog-card .blog-card-category {
  margin-top: 14px;
  padding: 6px 10px;
  background-color: var(--red);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .blog-card .blog-card-category {
    font-size: 12px;
  }
}
@media screen and (max-width: 992px) {
  .blog-card .blog-card-category {
    font-size: 13px;
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
  }
}
.blog-card .blog-card-title {
  margin-top: 14px;
  font-size: 25px;
  font-weight: 600;
  color: var(--black);
}
@media screen and (max-width: 1200px) {
  .blog-card .blog-card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .blog-card .blog-card-title {
    margin-top: 10px;
    text-align: center;
    font-size: 25px;
  }
}

.common-hero {
  position: relative;
  height: 430px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 992px) {
  .common-hero {
    height: 195px;
  }
}
.common-hero.bg-opacity-dark {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 992px) {
  .common-hero.bg-opacity-dark {
    height: 325px;
  }
}
.common-hero .img-hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.common-hero .main-title {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .common-hero .main-title {
    padding: 0 20px;
  }
  .common-hero .main-title br {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  #page-contacto-front .common-hero {
    height: 195px !important;
  }
}

.hero-breadcrumb {
  color: var(--white);
  margin-bottom: 5px;
}
.hero-breadcrumb .breadcrumb {
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 992px) {
  .hero-breadcrumb .breadcrumb {
    padding: 0px 20px;
  }
}
.hero-breadcrumb .breadcrumb-item {
  font-size: 14px;
  font-weight: 400;
}
.hero-breadcrumb .breadcrumb-item:last-child {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.hero-breadcrumb .breadcrumb-item::before {
  color: var(--white);
  font-weight: 300;
}
.hero-breadcrumb .breadcrumb-item a {
  color: var(--white);
  text-decoration: none;
  font-weight: 300;
}

.recipes-search-form .input-group {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: var(--white);
  border-radius: 40px;
  margin-top: 20px;
  padding: 10px 20px;
}
@media screen and (max-width: 992px) {
  .recipes-search-form .input-group {
    padding: 0px 20px;
  }
}
.recipes-search-form .input-group .searchInput {
  border-radius: 40px !important;
  background-color: transparent;
  border: none;
}
.recipes-search-form .input-group .searchInput::-webkit-input-placeholder {
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
}
.recipes-search-form .input-group .searchInput::-moz-placeholder {
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
}
.recipes-search-form .input-group .searchInput:-ms-input-placeholder {
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
}
.recipes-search-form .input-group .searchInput::-ms-input-placeholder {
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
}
.recipes-search-form .input-group .searchInput::placeholder {
  color: var(--black);
  font-weight: 500;
  font-size: 15px;
}
.recipes-search-form .input-group .search-button {
  background-color: transparent;
  border: none;
}

.hero-categories {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 10px;
  gap: 8px;
}
@media screen and (max-width: 992px) {
  .hero-categories {
    padding: 0 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hero-categories .hero-category {
  background-color: var(--red);
  padding: 6px 10px;
  border-radius: 5px;
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
}

@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 .slider-hero-container {
  position: relative;
  height: calc(100vh - 96px);
  width: 100%;
}
.main-carousel .slider-text-container {
  height: calc(100vh - 96px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 992px) {
  .main-carousel .slider-text-container {
    height: calc(100vh - 134.5px);
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: center;
        align-items: center;
    margin-top: 65px;
  }
}
@media screen and (max-width: 992px) {
  .main-carousel .main-title {
    text-align: center;
    padding: 0 20px;
  }
}
.main-carousel img, .main-carousel video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .main-carousel img, .main-carousel video {
    width: 100%;
    height: 100%;
  }
}
.main-carousel .custom-dots {
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
}
.main-carousel .custom-dots .dot {
  width: 10px;
  height: 10px;
  background-color: var(--white);
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.main-carousel .custom-dots .dot.active {
  opacity: 1;
}
.main-carousel .custom-dots .dot:hover {
  opacity: 0.8;
}
.main-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
.main-carousel .owl-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

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

.without-marquee {
  margin-top: 96px;
}
@media screen and (max-width: 1200px) {
  .without-marquee {
    margin-top: 96px;
  }
}
@media screen and (max-width: 992px) {
  .without-marquee {
    margin-top: 76px;
  }
}

.inicial-page-space {
  margin-top: 138px;
}
@media screen and (max-width: 1200px) {
  .inicial-page-space {
    margin-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .inicial-page-space {
    margin-top: 125px;
  }
}

.featured-categories-section {
  margin-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .featured-categories-section {
    margin-top: 40px;
    padding-bottom: 20px;
  }
}
.featured-categories-section .main-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .featured-categories-section .main-title {
    margin-bottom: 25px;
  }
}
.featured-categories-section .featured-categories-carousel {
  overflow: visible !important;
}
.featured-categories-section .featured-categories-carousel .item {
  position: relative;
}
@media screen and (max-width: 992px) {
  .featured-categories-section .featured-categories-carousel .item {
    padding: 0 40px;
  }
}
.featured-categories-section .featured-categories-carousel .item:hover .item-category-title {
  background-color: var(--primary-color);
}
.featured-categories-section .featured-categories-carousel .item:hover img {
  scale: 1.1;
}
.featured-categories-section .featured-categories-carousel .item .featured-category-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.featured-categories-section .featured-categories-carousel .item .featured-category-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.featured-categories-section .featured-categories-carousel .item img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  scale: 1;
  transition: all 0.5s ease;
}
.featured-categories-section .featured-categories-carousel .item .item-category-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  padding: 10px 5px;
  background-color: var(--red);
  border-radius: 20px 0 20px 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  max-width: 90%;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1600px) {
  .featured-categories-section .featured-categories-carousel .item .item-category-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .featured-categories-section .featured-categories-carousel .item .item-category-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .featured-categories-section .featured-categories-carousel .item .item-category-title {
    font-size: 18px;
  }
}
.featured-categories-section .featured-categories-carousel .owl-nav .owl-prev, .featured-categories-section .featured-categories-carousel .owl-nav .owl-next {
  opacity: 1;
  border: none;
  background-color: transparent;
}
.featured-categories-section .featured-categories-carousel .owl-nav .owl-prev {
  left: -80px;
}
@media screen and (max-width: 992px) {
  .featured-categories-section .featured-categories-carousel .owl-nav .owl-prev {
    left: 0px;
  }
}
.featured-categories-section .featured-categories-carousel .owl-nav .owl-next {
  right: -80px;
}
@media screen and (max-width: 992px) {
  .featured-categories-section .featured-categories-carousel .owl-nav .owl-next {
    right: 0px;
  }
}
.featured-categories-section .featured-categories-carousel .owl-dots {
  bottom: -33px !important;
}
@media screen and (max-width: 992px) {
  .featured-categories-section .featured-categories-carousel .owl-dots {
    bottom: -15px !important;
  }
}

.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 {
  position: relative;
  padding: 85px 0;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .best-seller {
    margin-top: 20px;
    padding: 47px 0;
  }
}
.best-seller:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.8;
  z-index: -1;
}
.best-seller .best-seller-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.best-seller .best-seller-list {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .best-seller .best-seller-list {
    gap: 10px;
    -ms-flex-pack: start;
        justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .best-seller .best-seller-list::-webkit-scrollbar {
    display: none;
  }
}
.best-seller .best-seller-list .best-seller-list-item {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
}
@media screen and (max-width: 992px) {
  .best-seller .best-seller-list .best-seller-list-item {
    font-size: 14px;
    word-break: keep-all;
    white-space: nowrap;
  }
}
.best-seller .best-seller-list .best-seller-list-item:hover {
  cursor: pointer;
}
.best-seller .best-seller-list .best-seller-list-item.active {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

@media screen and (max-width: 992px) {
  #newColection {
    padding-bottom: 80px;
  }
  #newColection .owl-dots {
    bottom: -50px !important;
  }
}

.best-seller-carousel, .kits-carousel {
  margin: 60px 0 60px 0px;
}
@media screen and (max-width: 992px) {
  .best-seller-carousel, .kits-carousel {
    margin: 45px 0;
    padding: 0;
  }
}
.best-seller-carousel .owl-nav .owl-prev rect, .kits-carousel .owl-nav .owl-prev rect {
  fill: #F5F5F5;
}
.best-seller-carousel .owl-nav .owl-prev g path, .kits-carousel .owl-nav .owl-prev g path {
  fill: var(--red);
}
.best-seller-carousel .owl-nav .owl-next rect, .kits-carousel .owl-nav .owl-next rect {
  fill: #F5F5F5;
}
.best-seller-carousel .owl-nav .owl-next g path, .kits-carousel .owl-nav .owl-next g path {
  fill: var(--red);
}

.best-seller-carousel .owl-dots {
  bottom: -65px !important;
}
.best-seller-carousel .owl-dots .owl-dot.active span {
  background-color: var(--white);
}
.best-seller-carousel .owl-dots .owl-dot span {
  background-color: #69A681;
}

.kits-carousel .owl-dots {
  bottom: -65px !important;
}
.kits-carousel .owl-dots .owl-dot.active span {
  background-color: var(--white);
}
.kits-carousel .owl-dots .owl-dot span {
  background-color: #B36D6C;
}

.featured-products {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .featured-products {
    margin-top: 40px;
  }
}
.featured-products .shop-card {
  background-color: #EEF8F2;
}
.featured-products .owl-nav .owl-prev rect {
  fill: #F5F5F5;
}
.featured-products .owl-nav .owl-next rect {
  fill: #F5F5F5;
}

.common-carousel {
  overflow: visible !important;
}
.common-carousel .owl-nav .owl-prev {
  left: -80px;
}
.common-carousel .owl-nav .owl-next {
  right: -80px;
}
.common-carousel .owl-stage {
  display: -ms-flexbox;
  display: flex;
}
.common-carousel .owl-stage .owl-item .shop-card {
  height: 100%;
}
.common-carousel .owl-nav .owl-next, .common-carousel .owl-nav .owl-prev {
  opacity: 1;
  background-color: transparent;
  border: none;
}
.common-carousel .owl-nav .owl-next {
  top: 50%;
}
.common-carousel .owl-nav .owl-prev {
  top: 50%;
}
.common-carousel .owl-nav .owl-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.common-carousel:hover .owl-nav .owl-next, .common-carousel:hover .owl-nav .owl-prev {
  opacity: 1;
}
.common-carousel:hover .owl-nav .owl-next {
  right: -80px;
  top: 50%;
}
.common-carousel:hover .owl-nav .owl-prev {
  left: -80px;
  top: 50%;
}

@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;
}

.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;
}

.production-section {
  padding: 100px 0;
  background-color: #FBF6EC;
  border-radius: 60px 60px 0 0;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .production-section {
    padding: 40px 0;
    margin-top: 40px;
  }
  .production-section .main-title {
    text-align: center;
    padding: 0 50px;
    margin-bottom: 40px;
  }
}
.production-section .main-title {
  margin-bottom: 46px;
}
.production-section .production-block-item {
  border-radius: 20px;
  position: relative;
  height: 265px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .production-section .production-block-item {
    height: 200px;
  }
}
@media screen and (max-width: 992px) {
  .production-section .production-block-item {
    height: 130px;
  }
}
.production-section .production-block-item .production-block-item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.production-section .production-block-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.6;
  border-radius: 20px;
  z-index: 1;
}
.production-section .production-block-item:hover img {
  scale: 1.1;
}
.production-section .production-block-item:hover .item-title {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.production-section .production-block-item.big-item {
  height: 500px;
}
@media screen and (max-width: 1400px) {
  .production-section .production-block-item.big-item {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .production-section .production-block-item.big-item {
    height: 350px;
  }
}
@media screen and (max-width: 992px) {
  .production-section .production-block-item.big-item {
    height: 130px;
  }
}
.production-section .production-block-item img {
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.production-section .production-block-item .item-title {
  position: absolute;
  bottom: 10px;
  left: 30px;
  text-align: left;
  color: var(--white);
  font-size: 32px;
  font-weight: 600;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  .production-section .production-block-item .item-title {
    left: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .production-section .production-block-item .item-title {
    left: 0px;
    right: 0px;
    font-size: 16px;
    text-align: center;
  }
}

.kits-section {
  position: relative;
  padding: 85px 0;
  background-color: rgba(188, 35, 35, 0.9);
}
@media screen and (max-width: 992px) {
  .kits-section {
    padding: 60px 0;
  }
}
.kits-section .kits-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.call-to-action-carousel-section {
  margin: 100px 0;
}
@media screen and (max-width: 992px) {
  .call-to-action-carousel-section {
    margin: 60px 0;
  }
}
.call-to-action-carousel-section .call-to-action-carousel .owl-dots .owl-dot.active span {
  background-color: var(--white);
}
.call-to-action-carousel-section .call-to-action-carousel .owl-dots .owl-dot span {
  background-color: #766767;
}
.call-to-action-carousel-section .call-to-action-carousel .owl-nav .owl-prev {
  top: 50%;
}
.call-to-action-carousel-section .call-to-action-carousel .owl-nav .owl-next {
  top: 50%;
}
.call-to-action-carousel-section .call-to-action-carousel-item {
  position: relative;
  height: 490px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .call-to-action-carousel-section .call-to-action-carousel-item {
    height: 350px;
  }
}
.call-to-action-carousel-section .call-to-action-carousel-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  z-index: -1;
}
.call-to-action-carousel-section .call-to-action-carousel-item .media {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  border-radius: 20px;
}
.call-to-action-carousel-section .call-to-action-carousel-item .main-title {
  max-width: 55%;
}
@media screen and (max-width: 992px) {
  .call-to-action-carousel-section .call-to-action-carousel-item .main-title {
    max-width: 100%;
  }
}

.blog-section {
  background-color: #EAFAF0;
  padding: 70px 0;
  border-radius: 60px 60px 0 0;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .blog-section {
    padding: 55px 0;
    margin-top: 40px;
  }
}
.blog-section .blog-section-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .blog-section .blog-section-header {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 33px;
  }
}
.blog-section .main-title {
  margin-bottom: 0;
}
@media screen and (max-width: 992px) {
  .blog-section .blog-carousel {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 992px) {
  .blog-section .main-button {
    margin: 0 auto;
  }
}

.blog-carousel .owl-nav .owl-prev rect, .related-product-carousel .owl-nav .owl-prev rect {
  fill: var(--primary-color);
}
.blog-carousel .owl-nav .owl-prev g path, .related-product-carousel .owl-nav .owl-prev g path {
  fill: var(--white);
}
.blog-carousel .owl-nav .owl-next rect, .related-product-carousel .owl-nav .owl-next rect {
  fill: var(--primary-color);
}
.blog-carousel .owl-nav .owl-next g path, .related-product-carousel .owl-nav .owl-next g path {
  fill: var(--white);
}
.blog-carousel .owl-dots, .related-product-carousel .owl-dots {
  bottom: -50px;
}
@media screen and (max-width: 992px) {
  .blog-carousel .owl-dots, .related-product-carousel .owl-dots {
    bottom: -30px;
  }
}

.about-us-section {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .about-us-section {
    margin-top: 40px;
  }
}
.about-us-section .main-button {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .about-us-section .main-button {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-us-section .about-us-content {
  padding: 0 50px 0 0;
}
@media screen and (max-width: 1600px) {
  .about-us-section .about-us-content {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 1400px) {
  .about-us-section .about-us-content {
    padding: 0 40px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .about-us-section .about-us-content {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 992px) {
  .about-us-section .about-us-content {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .about-us-section .main-title {
    text-align: center;
    padding: 0 20px;
  }
  .about-us-section .main-title br {
    display: none;
  }
}
.about-us-section .about-text {
  padding-right: 20px;
}
@media screen and (max-width: 1600px) {
  .about-us-section .about-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .about-us-section .about-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .about-us-section .about-text {
    margin-top: 35px;
  }
}
.about-us-section .about-us-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .about-us-section .about-us-image {
    height: 305px;
    margin-bottom: 20px;
  }
}

.benefits-section {
  padding: 80px 0;
  position: relative;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .benefits-section {
    padding: 57px 0;
    margin-top: 40px;
  }
}
.benefits-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  opacity: 0.8;
  z-index: -1;
}
.benefits-section .benefits-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.benefits-section .section-title {
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 992px) {
  .benefits-section .main-title {
    padding: 0 20px;
  }
  .benefits-section .main-title br {
    display: none;
  }
}
.benefits-section .benefit-icon {
  width: 64px;
  height: 64px;
  background-color: var(--primary-color);
  border-radius: 0 32px 0 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .benefits-section .benefit-icon {
    width: 50px;
    height: 50px;
  }
  .benefits-section .benefit-icon svg {
    width: 18px;
    height: auto;
  }
}
.benefits-section .benefits-content {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .benefits-section .benefits-content {
    padding-bottom: 50px;
  }
}
.benefits-section .benefits-content .benefit-item {
  background-color: var(--white);
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 36px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .benefits-section .benefits-content .benefit-item {
    padding: 20px;
  }
}
.benefits-section .benefits-content .benefit-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: var(--red);
  width: 80%;
  height: 7px;
  border-radius: 20px 20px 0 0;
}
.benefits-section .benefits-content .benefit-title {
  font-size: 25px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .benefits-section .benefits-content .benefit-title {
    font-size: 22px;
  }
}
.benefits-section .benefits-content .benefit-description {
  font-size: 18px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0px;
  max-width: 70%;
}
@media screen and (max-width: 1400px) {
  .benefits-section .benefits-content .benefit-description {
    max-width: 85%;
  }
}
@media screen and (max-width: 1200px) {
  .benefits-section .benefits-content .benefit-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .benefits-section .benefits-content .owl-dots {
    bottom: 0px !important;
  }
  .benefits-section .benefits-content .owl-dots .owl-dot.active span {
    background-color: var(--white);
  }
}

.catalog-header {
  margin-top: 60px;
  margin-bottom: 60px;
  height: 250px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 992px) {
  .catalog-header {
    margin-top: 35px;
    height: 160px;
  }
}
.catalog-header .catalog-header-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .catalog-header {
    padding: 25px 0;
  }
}
.catalog-header .breadcrumb-item, .catalog-header .breadcrumb-item a {
  color: var(--white);
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.catalog-header .breadcrumb-item.active, .catalog-header .breadcrumb-item a.active {
  font-weight: 600;
  text-decoration: underline;
}
.catalog-header .breadcrumb-item + .breadcrumb-item::before {
  color: var(--white) !important;
}

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

.banner-container {
  position: relative;
  width: 100%;
  height: 385px;
}
.banner-container img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-container .banner-content {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  height: 100%;
  padding: 40px 20px;
}
.banner-container .banner-content .banner-title {
  color: var(--white);
  font-family: "Figtree";
  font-weight: 600;
  font-size: 25px;
}
@media screen and (max-width: 1400px) {
  .banner-container .banner-content .banner-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 992px) {
  .banner-container .banner-content .banner-title {
    font-size: 30px;
  }
}

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

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

.filter-accordion .accordion-button:focus, .filter-accordion .accordion-button:not(.collapsed) {
  box-shadow: unset;
  border: none;
  background-color: transparent;
  color: var(--black);
}
.filter-accordion .accordion-button {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
  color: var(--black);
  font-family: "Figtree";
  font-weight: 600;
  font-size: 24px;
  padding: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .filter-accordion .accordion-button {
    font-size: 20px;
  }
}
.filter-accordion .accordion-button:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.81687 5.26613L11.7508 1.42682C11.9104 1.2701 12 1.0581 12 0.837119C12 0.616141 11.9104 0.404141 11.7508 0.247421C11.6711 0.169022 11.5763 0.106795 11.4719 0.0643291C11.3674 0.0218635 11.2554 -3.25474e-08 11.1423 -3.7493e-08C11.0291 -4.24386e-08 10.9171 0.0218635 10.8127 0.0643291C10.7082 0.106795 10.6134 0.169022 10.5337 0.247421L6.60841 4.0951C6.52874 4.1735 6.43395 4.23572 6.32951 4.27819C6.22507 4.32066 6.11304 4.34252 5.9999 4.34252C5.88676 4.34252 5.77474 4.32066 5.6703 4.27819C5.56586 4.23572 5.47106 4.1735 5.39139 4.0951L1.46605 0.24742C1.3058 0.0899135 1.08801 0.000986465 0.860573 0.000202129C0.63314 -0.000582206 0.414702 0.0868412 0.253315 0.243239C0.0919275 0.399637 0.000808716 0.612197 4.76837e-06 0.834162C-0.000799179 1.05613 0.0887794 1.26931 0.24903 1.42682L4.18293 5.26613C4.66503 5.73605 5.31854 6 5.9999 6C6.68127 6 7.33477 5.73605 7.81687 5.26613Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 7px 12px;
  background-position: center;
  width: 12px;
  height: 6px;
  background-size: contain;
  margin-top: 10px;
}
.filter-accordion .accordion-button.collapsed:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.81687 5.26613L11.7508 1.42682C11.9104 1.2701 12 1.0581 12 0.837119C12 0.616141 11.9104 0.404141 11.7508 0.247421C11.6711 0.169022 11.5763 0.106795 11.4719 0.0643291C11.3674 0.0218635 11.2554 -3.25474e-08 11.1423 -3.7493e-08C11.0291 -4.24386e-08 10.9171 0.0218635 10.8127 0.0643291C10.7082 0.106795 10.6134 0.169022 10.5337 0.247421L6.60841 4.0951C6.52874 4.1735 6.43395 4.23572 6.32951 4.27819C6.22507 4.32066 6.11304 4.34252 5.9999 4.34252C5.88676 4.34252 5.77474 4.32066 5.6703 4.27819C5.56586 4.23572 5.47106 4.1735 5.39139 4.0951L1.46605 0.24742C1.3058 0.0899135 1.08801 0.000986465 0.860573 0.000202129C0.63314 -0.000582206 0.414702 0.0868412 0.253315 0.243239C0.0919275 0.399637 0.000808716 0.612197 4.76837e-06 0.834162C-0.000799179 1.05613 0.0887794 1.26931 0.24903 1.42682L4.18293 5.26613C4.66503 5.73605 5.31854 6 5.9999 6C6.68127 6 7.33477 5.73605 7.81687 5.26613Z' fill='black'/%3E%3C/svg%3E%0A");
  background-size: 7px 12px;
  background-position: center;
  width: 12px;
  height: 6px;
  background-size: contain;
}
.filter-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid var(--lineColor);
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}
.filter-accordion .accordion-collapse .lbl {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}
.filter-accordion .accordion-collapse .lbl:hover {
  cursor: pointer;
}
.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;
  padding: 10px 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 0;
  border: 1px solid #E5E5E5;
  color: var(--black);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Figtree";
}
.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);
  border: 1px solid var(--black) !important;
  color: var(--white) !important;
  border-radius: 5px;
}

@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);
  background-color: #FAFAFA;
}
@media screen and (max-width: 1400px) {
  .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;
  }
}

.range-inputs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.range-inputs .form-group {
  margin-bottom: 0;
}
.range-inputs .form-control {
  border-radius: 0;
  padding: 10px 0px;
  padding-left: 20px !important;
}
@media screen and (max-width: 1400px) {
  .range-inputs .form-control {
    font-size: 14px !important;
  }
}

.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;
  }
}

.filter-number {
  display: none;
}
@media screen and (max-width: 992px) {
  .filter-number {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    margin-left: 5px;
  }
}

.active-filters-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.active-filters-container .actived-filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}
.active-filters-container .clear-filters {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 8px;
  border-radius: 10px;
}

.results {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -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(--black);
    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(--black);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    background-color: #EEEEEE;
    border-radius: 10px;
    border: none;
    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 {
    background-color: #EEEEEE;
    border-radius: 10px;
  }
}
.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-header {
  border-bottom: none;
}
#filterModal .modal-title, #filterModal .modal-product-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
}
#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% !important;
}
#filterModal .clear-filter-button {
  font-size: 14px;
  font-weight: 700;
  color: var(--black);
}

.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;
  }
}

.search-results-header {
  margin-top: -30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CECECE;
  margin-bottom: 30px;
}

.product-breadcrumb {
  padding: 15px 24px;
  background-color: #F8F8F8;
}
@media screen and (max-width: 992px) {
  .product-breadcrumb {
    padding: 28px 0;
    background-color: var(--white);
  }
  .product-breadcrumb .breadcrumb {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.product-breadcrumb .breadcrumb-item {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
}
.product-breadcrumb .breadcrumb-item:last-child a {
  font-weight: 600;
}
.product-breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: var(--black);
}

@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;
}
@media screen and (max-width: 992px) {
  .product-section .col-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .product-section .col-lg-5 {
    -ms-flex-order: 1;
        order: 1;
  }
  .product-section .col-lg-4 {
    -ms-flex-order: 3;
        order: 3;
  }
}

.product-image-big {
  background-color: #FAFAFA;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  margin-right: 50px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .product-image-big {
    margin-right: 0;
    border-radius: 10px;
    height: auto;
    padding: 60px;
  }
}
.product-image-big .addfav-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  background-color: #F1F1F1;
  border: none;
}
.product-image-big img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 385px;
}
@media screen and (max-width: 992px) {
  .product-image-big img {
    width: 200px;
    max-height: unset;
  }
}

.product-image-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 25px;
  margin: 0 50px;
}
@media screen and (max-width: 992px) {
  .product-image-small {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 10px;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
.product-image-small .product-image {
  height: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .product-image-small .product-image {
    border-radius: 10px;
  }
}
.product-image-small .product-image img, .product-image-small .product-image video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .product-image-small .product-image img, .product-image-small .product-image video {
    height: 100%;
    border-radius: 10px;
  }
}
.product-image-small .product-image.more-image {
  position: relative;
}
.product-image-small .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;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .product-image-small .product-image.more-image:after {
    font-size: 30px;
    border-radius: 10px;
  }
}
.product-image-small .product-image.more-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .product-image-small .product-image.more-image:before {
    border-radius: 10px;
  }
}
.product-image-small .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-price {
  color: var(--primary-color);
  font-family: "Figtree";
  font-weight: 600;
  font-size: 30px;
}

.product-price-before {
  color: var(--red);
  font-weight: 600;
  font-size: 20px;
  text-decoration: line-through;
}

.promo-text, .add-fav-text {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
}
.promo-text a, .add-fav-text a {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
}

.product-filter-title {
  font-family: "Figtree";
  color: var(--black);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

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

.product-selector-block-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 992px) {
  .product-selector-block-content {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 20px;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}

.download-technical-sheet a {
  text-decoration: none;
}

.download-text {
  font-family: "Figtree";
  color: var(--primary-color);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--primary-color);
          text-decoration-color: var(--primary-color);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.product-info .product-details {
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .product-info .product-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 10px;
  }
}
.product-info .product-details li {
  color: var(--black);
  font-weight: 400;
  font-size: 12px;
}
.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(--black);
  font-weight: 600;
  font-size: 12px;
}
.product-info .promo-text, .product-info .add-fav-text {
  margin: 0 !important;
}

.category-buttons-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

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

.installments-block {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 30px 0;
  max-width: 70%;
}
@media screen and (max-width: 1400px) {
  .installments-block {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .installments-block {
    max-width: 100%;
  }
}

.calculation-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.calculation-box .number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  background-color: #D7D7D7;
  border-radius: 20px;
  margin-top: 5px;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .calculation-box .number {
    font-size: 1.125rem;
  }
}
.calculation-box .number .minus, .calculation-box .number .plus, .calculation-box .number .cantidad {
  background: transparent;
  border: none;
  display: inline-block;
  height: 100%;
  color: var(--black);
  font-weight: 600;
  font-size: 16px;
}
.calculation-box .number .cantidad {
  width: 40px;
  text-align: center;
}
.calculation-box .number .minus, .calculation-box .number .plus {
  background-color: #E7E7E7;
  width: 46px;
}
.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;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .shop-button-box {
    margin-top: 0px;
  }
}
.shop-button-box .checkout-button {
  padding: 10px;
}
.shop-button-box .addfav-button {
  -ms-flex: 0 0 46px;
      flex: 0 0 46px;
}
.shop-button-box .calculation-box .number {
  margin-top: 0;
  padding: 0;
  background-color: #F1F1F1;
}
.shop-button-box .calculation-box .number input {
  background-color: #F1F1F1;
  font-weight: 600;
  font-size: 16px;
  width: 45px;
}
.shop-button-box .calculation-box .number .plus, .shop-button-box .calculation-box .number .minus {
  padding: 10px 10px;
}

.product-detail-section {
  background-color: #F3F3F3;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 992px) {
  .product-detail-section {
    border-radius: 30px 30px 0 0;
  }
}
.product-detail-section .nav-tabs {
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  padding-top: 20px;
}
.product-detail-section .nav-tabs .nav-link, .product-detail-section .nav-tabs .nav-link h3 {
  padding: 14px 0;
  color: #B0B0B0;
  font-size: 20px;
  font-weight: 600;
  border: none;
  position: relative;
}
@media screen and (max-width: 992px) {
  .product-detail-section .nav-tabs .nav-link, .product-detail-section .nav-tabs .nav-link h3 {
    padding: 5px 0;
  }
}
.product-detail-section .nav-tabs .nav-link:focus, .product-detail-section .nav-tabs .nav-link:focus-visible, .product-detail-section .nav-tabs .nav-link:focus-within, .product-detail-section .nav-tabs .nav-link h3:focus, .product-detail-section .nav-tabs .nav-link h3:focus-visible, .product-detail-section .nav-tabs .nav-link h3:focus-within {
  border: none !important;
  box-shadow: unset !important;
  outline: none !important;
}
.product-detail-section .nav-tabs .nav-link.active, .product-detail-section .nav-tabs .nav-link.active {
  background-color: transparent;
  border: none;
  color: var(--black);
}
.product-detail-section .nav-tabs .nav-link.active::after, .product-detail-section .nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--red);
  border-radius: 20px 20px 0 0;
}
.product-detail-section .more-details-block {
  padding: 65px 0;
}
@media screen and (max-width: 992px) {
  .product-detail-section .more-details-block {
    padding: 30px 0;
  }
}
.product-detail-section .more-details-block .more-details-text {
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .product-detail-section .more-details-block .more-details-text {
    font-size: 14px;
  }
}
.product-detail-section .blog-carousel {
  padding: 50px 0;
}
.product-detail-section .tab-content {
  padding-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .product-detail-section .tab-content {
    padding-bottom: 50px;
  }
}

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

.related-product-carousel {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .related-product-carousel {
    margin-top: 5px;
  }
}
.related-product-carousel .shop-card {
  background-color: #EEF8F2;
}

.fancybox-container .fancybox-button--zoom, .fancybox-container .fancybox-button--play, .fancybox-container .fancybox-button--thumbs {
  display: none !important;
}
.fancybox-container .fancybox-bg {
  opacity: 0.9;
  background-color: var(--black);
}
.fancybox-container .fancybox-inner, .fancybox-container .fancybox-thumbs {
  max-width: 100%;
  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 {
  height: 600px;
  width: 600px;
  border-radius: 20px;
  background-color: var(--white);
}
.fancybox-container .fancybox-navigation .fancybox-button {
  opacity: 1;
  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("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='17.5' cy='17.5' r='17.5' fill='white'/%3E%3Cpath d='M21.2958 14.8798L16.7058 10.2898C16.5184 10.1036 16.265 9.99902 16.0008 9.99902C15.7366 9.99902 15.4832 10.1036 15.2958 10.2898C15.2021 10.3828 15.1277 10.4934 15.0769 10.6152C15.0261 10.7371 15 10.8678 15 10.9998C15 11.1318 15.0261 11.2625 15.0769 11.3844C15.1277 11.5063 15.2021 11.6169 15.2958 11.7098L19.8958 16.2898C19.9895 16.3828 20.0639 16.4934 20.1147 16.6152C20.1655 16.7371 20.1916 16.8678 20.1916 16.9998C20.1916 17.1318 20.1655 17.2625 20.1147 17.3844C20.0639 17.5063 19.9895 17.6169 19.8958 17.7098L15.2958 22.2898C15.1075 22.4768 15.0012 22.7309 15.0002 22.9963C14.9993 23.2616 15.1038 23.5165 15.2908 23.7048C15.4778 23.8931 15.7319 23.9994 15.9973 24.0004C16.2626 24.0013 16.5175 23.8968 16.7058 23.7098L21.2958 19.1198C21.8576 18.5573 22.1732 17.7948 22.1732 16.9998C22.1732 16.2048 21.8576 15.4423 21.2958 14.8798Z' fill='%2300772F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  border: none;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.fancybox-container .fancybox-button--arrow_left {
  left: -150px;
}
.fancybox-container .fancybox-button--arrow_left::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.fancybox-container .fancybox-button--arrow_left:disabled {
  opacity: 0.5;
}
.fancybox-container .fancybox-button--arrow_right {
  right: -150px;
}
.fancybox-container .fancybox-button--arrow_right:disabled {
  opacity: 0.5;
}
.fancybox-container .fancybox-infobar {
  display: none;
}
.fancybox-container .fancybox-button--close {
  background-color: transparent;
  margin: 20px 30px;
  top: -100px;
  right: -100px;
}
.fancybox-container .fancybox-button--close::after {
  display: inline-block;
  vertical-align: middle;
  content: url("");
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='24' cy='24' r='24' fill='%2300772F'/%3E%3Cpath d='M28.6102 17.4101C29.157 16.8633 30.0432 16.8633 30.5899 17.4101C31.1367 17.9568 31.1367 18.843 30.5899 19.3898L25.9797 24L30.5899 28.6102L30.6856 28.7169C31.1341 29.2668 31.1025 30.0774 30.5899 30.5899C30.0774 31.1025 29.2668 31.1341 28.7169 30.6856L28.6102 30.5899L24 25.9797L19.3898 30.5899C18.843 31.1367 17.9568 31.1367 17.4101 30.5899C16.8633 30.0432 16.8633 29.157 17.4101 28.6102L22.0203 24L17.4101 19.3898L17.3144 19.2831C16.8659 18.7332 16.8975 17.9226 17.4101 17.4101C17.9226 16.8975 18.7332 16.8659 19.2831 17.3144L19.3898 17.4101L24 22.0203L28.6102 17.4101Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  border: none;
  width: 48px;
  height: 48px;
  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-title {
  color: var(--black);
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 992px) {
  .auth-title {
    font-size: 29px;
  }
}

.auth-subtitle {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 22px;
}

.auth-message {
  color: var(--black);
  font-weight: 600;
  font-size: 20px;
}
.auth-message a {
  color: var(--primary-color);
}
@media screen and (max-width: 992px) {
  .auth-message {
    font-size: 18px;
    line-height: 1.2;
  }
}

.auth-divider {
  opacity: 1;
  border-color: var(--black);
  border-width: 1px;
  border-style: solid;
  margin: 25px 0;
}

.flatpickr-wrapper {
  display: block !important;
}

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

.login-text, .cart-text, .login-text-link {
  color: var(--black);
  font-weight: 400;
  font-size: 17px;
}
.login-text-link {
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .login-text, .cart-text, .login-text-link {
    font-size: 18px;
  }
}

.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(--gray);
  font-weight: 400;
  font-size: 14px;
}
.form-control::-moz-placeholder {
  color: var(--gray);
  font-weight: 400;
  font-size: 14px;
}
.form-control:-ms-input-placeholder {
  color: var(--gray);
  font-weight: 400;
  font-size: 14px;
}
.form-control::-ms-input-placeholder {
  color: var(--gray);
  font-weight: 400;
  font-size: 14px;
}
.form-control::placeholder {
  color: var(--gray);
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .form-control::-webkit-input-placeholder {
    font-size: 18px;
  }
  .form-control::-moz-placeholder {
    font-size: 18px;
  }
  .form-control:-ms-input-placeholder {
    font-size: 18px;
  }
  .form-control::-ms-input-placeholder {
    font-size: 18px;
  }
  .form-control::placeholder {
    font-size: 18px;
  }
}
.form-control.no-read-only {
  border-radius: 20px !important;
  padding: 16px 20px !important;
  color: var(--black) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  display: block;
  width: 100%;
  line-height: 1.5 !important;
  font-family: "Figtree" !important;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-color: var(--grayNoStock) !important;
}

.login-content {
  margin: 90px 0;
}
@media screen and (max-width: 992px) {
  .login-content {
    margin: 30px 0 70px 0;
    text-align: center;
  }
}
.login-content .lbl {
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .login-content .checkbox-wrapper-42 {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.login-content .checkbox-wrapper-42 .cbx {
  margin-top: 2px;
}
.login-content .login-content-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.login-content .login-content-header a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 3px;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .login-content .form-control::-webkit-input-placeholder {
    text-align: center;
  }
  .login-content .form-control::-moz-placeholder {
    text-align: center;
  }
  .login-content .form-control:-ms-input-placeholder {
    text-align: center;
  }
  .login-content .form-control::-ms-input-placeholder {
    text-align: center;
  }
  .login-content .form-control::placeholder {
    text-align: center;
  }
}

.password {
  -ms-flex-align: center;
      align-items: center;
}
.password .form-control {
  position: relative;
  border-radius: 20px !important;
}
.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;
}
@media screen and (max-width: 992px) {
  .forgot-password {
    -ms-flex-pack: center;
        justify-content: center;
  }
}
.forgot-password .button-action {
  color: var(--black);
  font-weight: 300;
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 992px) {
  .forgot-password .button-action {
    font-size: 18px;
    font-weight: 600;
  }
}

.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("");
}

.was-validated .form-control:invalid + .input-group-text {
  margin-bottom: 24px;
}

.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: 1400px) {
  .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: 100%;
    -ms-flex-pack: start;
        justify-content: flex-start;
    margin-top: 24px;
  }
}
.welcome-content .auth-title {
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .welcome-content .auth-title {
    text-transform: none;
  }
}
@media screen and (max-width: 992px) {
  .welcome-content .login-text, .welcome-content .cart-text, .welcome-content .login-text-link {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
  }
}

@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 {
  padding-top: 20px;
  margin-bottom: 200px;
}
@media screen and (max-width: 992px) {
  .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-direction: column;
      flex-direction: column;
  -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: 80px;
  height: auto;
}
.product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-product-cart {
  margin-bottom: 10px;
}
.mobile-product-cart .product-info {
  padding-right: 10px;
}
@media screen and (max-width: 992px) {
  .mobile-product-cart .product-info .product-details {
    row-gap: 0px;
  }
}
.mobile-product-cart .product-image {
  width: 100px;
  height: auto;
}
.mobile-product-cart .product-col {
  border: 1px solid #E8E8E8;
}

.cart-product-title {
  color: var(--black);
  font-family: "Figtree";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .cart-product-title {
    font-size: 18px;
  }
}

.cart-product-price, .cart-product-total {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 1200px) {
  .cart-product-price, .cart-product-total {
    font-size: 18px;
  }
}

.cart-product-total {
  font-family: "Figtree";
  font-weight: 600;
}

.cart-product-table thead {
  border: none;
}
.cart-product-table thead .table-header {
  border: none;
  background-color: #F2F2F2;
}
.cart-product-table thead .table-header th:first-child {
  border-top-left-radius: 20px;
  padding-left: 30px;
}
.cart-product-table thead .table-header th:last-child {
  border-top-right-radius: 20px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .cart-product-table thead .table-header th:first-of-type {
    width: 380px;
  }
}
.cart-product-table tbody {
  background-color: #F6F6F6;
  border: none;
}
.cart-product-table th, .cart-product-table .empty-cart-text {
  font-family: "Figtree";
  color: var(--black);
  font-weight: 600;
  font-size: 20px;
  padding: 15px 20px;
}
.cart-product-table td {
  padding: 20px !important;
}
.cart-product-table tr {
  vertical-align: middle;
  border-bottom: 1px solid #E8E8E8;
}
.cart-product-table tr:last-child {
  border-bottom: none;
}
.cart-product-table .calculation-box .number {
  height: 35px;
  margin-top: 0;
  padding: 0;
  background-color: #F1F1F1;
}
.cart-product-table .calculation-box .number input {
  background-color: #F1F1F1;
  font-weight: 600;
  font-size: 16px;
}

.text-cart-header {
  color: var(--primary-color);
  font-weight: 400;
  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: 5px;
}
.product-buttons .checkbox-wrapper-42 {
  -webkit-column-gap: 5px !important;
     -moz-column-gap: 5px !important;
          column-gap: 5px !important;
}

.order {
  border-radius: 20px;
  padding: 0px;
}
@media screen and (max-width: 992px) {
  .order {
    margin: 70px 0 100px 0;
  }
}
.order-title, .order-total, .order-cupon {
  color: var(--white);
  font-family: "Figtree";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .order-title, .order-total, .order-cupon {
    color: var(--black);
    text-transform: none;
    padding: 10px 0;
  }
}
.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='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.70636 6.70986L14.2964 2.11986C14.4826 1.9325 14.5872 1.67905 14.5872 1.41486C14.5872 1.15068 14.4826 0.897223 14.2964 0.709861C14.2034 0.616132 14.0928 0.541738 13.9709 0.49097C13.8491 0.440201 13.7184 0.414062 13.5864 0.414062C13.4544 0.414062 13.3236 0.440201 13.2018 0.49097C13.0799 0.541738 12.9693 0.616132 12.8764 0.709861L8.29636 5.30986C8.2034 5.40359 8.0928 5.47798 7.97094 5.52875C7.84908 5.57952 7.71838 5.60566 7.58636 5.60566C7.45435 5.60566 7.32365 5.57952 7.20179 5.52875C7.07993 5.47798 6.96933 5.40359 6.87636 5.30986L2.29636 0.70986C2.10939 0.521557 1.85526 0.415242 1.5899 0.414304C1.32454 0.413366 1.06967 0.517883 0.881364 0.704861C0.69306 0.891839 0.586744 1.14596 0.585807 1.41132C0.584869 1.67669 0.689387 1.93156 0.876365 2.11986L5.46636 6.70986C6.02887 7.27166 6.79136 7.58722 7.58636 7.58722C8.38137 7.58722 9.14386 7.27166 9.70636 6.70986Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 992px) {
  .order-title[aria-controls=collapseResume]::after, [aria-controls=collapseResume].order-total::after, [aria-controls=collapseResume].order-cupon::after {
    display: none;
  }
}
.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-title-block {
  padding: 20px;
  background-color: var(--primary-color);
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 992px) {
  .order-title-block {
    padding: 0px;
    background-color: transparent;
    position: relative;
  }
  .order-title-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #F5F5F5;
    z-index: -1;
  }
}
.order-cupon {
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  text-transform: unset;
}
.order-total {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color);
}
@media screen and (max-width: 992px) {
  .order-total {
    color: var(--black);
    font-size: 18px;
    text-transform: uppercase;
  }
}
.order-text {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
}
.order-footer-block {
  padding: 10px 20px;
  background-color: #F2F2F2;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 992px) {
  .order-footer-block {
    padding: 10px 0px;
    background-color: transparent;
  }
}
.order-footer-block .order-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.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;
}
@media screen and (max-width: 992px) {
  .order-info {
    margin: 0px;
  }
}
.order-info .order-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .order-info .order-row {
    margin-top: 0px;
  }
}
.order .code-validated {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 12px;
  vertical-align: middle;
}
.order .code-validated.code-invalid {
  color: var(--red);
}
.order .code-validated svg {
  width: 14px;
  height: 14px;
}
.order .progress {
  --bs-progress-height:0.5rem;
  margin-bottom: 14px;
}
.order .progress-bar {
  background-color: var(--primary-color);
}
.order .progress-bar.w-100 {
  background-color: var(--lightGreenColor);
}
.order .order-content {
  background-color: #F6F6F6;
  padding: 20px;
}
.order .order-content .product-image, .order .order-content .product-image img {
  width: 60px;
  height: auto;
}
@media screen and (max-width: 992px) {
  .order .order-content .product-image, .order .order-content .product-image img {
    width: 110px;
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .order .order-content {
    background-color: transparent;
    padding: 20px 0 0 0;
  }
}

.start-checkout {
  width: 100% !important;
  margin: 20px 0;
}

.mobile-product-section {
  padding: 14px 20px;
}
.mobile-product-section .text-cart-header {
  color: var(--black);
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

#page-cart {
  padding-bottom: 100px;
}

.header-section {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .header-section {
    font-weight: 600;
  }
}

.profile-text {
  color: var(--black);
  font-weight: 600;
  font-size: 16px;
}
.profile-text-bold {
  font-family: "Figtree";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.profile-card-text {
  color: var(--black);
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}
.profile-card-text b {
  font-weight: 600;
}

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

.detail-product-text {
  color: var(--black);
  font-weight: 500;
  font-size: 14px;
}
.detail-product-text-bold {
  font-family: "Figtree";
  font-weight: 700;
  text-transform: uppercase;
}

.profile-billing-form {
  display: block;
}
.profile-billing-form-hidden {
  display: none;
}
@media screen and (max-width: 992px) {
  .profile-billing-form .form-group {
    text-align: center;
  }
  .profile-billing-form .form-group .form-control {
    text-align: center;
  }
  .profile-billing-form .form-group .form-control::-webkit-input-placeholder {
    text-align: center;
  }
  .profile-billing-form .form-group .form-control::-moz-placeholder {
    text-align: center;
  }
  .profile-billing-form .form-group .form-control:-ms-input-placeholder {
    text-align: center;
  }
  .profile-billing-form .form-group .form-control::-ms-input-placeholder {
    text-align: center;
  }
  .profile-billing-form .form-group .form-control::placeholder {
    text-align: center;
  }
  .profile-billing-form .checkbox-wrapper-42 {
    -ms-flex-pack: center;
        justify-content: center;
  }
  .profile-billing-form .forgot-password {
    text-align: center;
  }
}

.profile-container {
  padding: 80px 60px;
}
@media screen and (max-width: 992px) {
  .profile-container {
    padding: 0;
  }
}
.profile-container .nav-title {
  padding: 17px 32px;
  margin-bottom: 0;
  background-color: #F2F2F2;
  border-radius: 20px 20px 0 0;
  color: var(--primary-color);
  font-family: "Figtree";
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .profile-container .nav-title {
    font-weight: 600;
    background-color: transparent;
    font-size: 25px;
    color: var(--black);
    text-transform: none;
  }
}
.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%;
  }
}
.profile-container .checkbox-wrapper-42 .cbx {
  margin-top: 0px;
}
.profile-container .checkbox-wrapper-42 .lbl {
  margin-top: 2px;
}

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

.profile-navbar {
  min-width: 330px;
  background-color: #F6F6F6;
  border-radius: 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: 16px 32px;
  font-weight: 500;
  font-size: 14px;
  font-family: "Figtree";
  color: var(--black);
}
@media screen and (max-width: 992px) {
  .profile-navbar-item {
    font-size: 16px;
    padding: 10px 32px;
  }
}
.profile-navbar-item-active {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--primary-color);
}
.profile-navbar-item-active svg path {
  fill: var(--primary-color);
}
.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;
  }
}
.count-form .checkbox-wrapper-42 {
  -ms-flex-pack: center;
      justify-content: center;
}

.profile-form {
  background: #F6F6F6;
  padding: 40px 70px 60px 70px;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .profile-form {
    background-color: transparent;
    padding: 35px 0;
    border-radius: 0;
  }
}
.profile-form .form-control, .profile-form .flatpickr-input {
  background-color: transparent;
  border: 1px solid #AEAEAE;
}
.profile-form .mob-title {
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .profile-form .mob-title {
    text-transform: none;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
  }
}
@media screen and (max-width: 992px) {
  .profile-form .secondary-button {
    width: 100% !important;
    display: block;
  }
}
.profile-form.mob-form {
  text-align: center;
}
.profile-form.mob-form .form-control {
  text-align: center;
}
.profile-form.mob-form .form-control::-webkit-input-placeholder {
  text-align: center;
}
.profile-form.mob-form .form-control::-moz-placeholder {
  text-align: center;
}
.profile-form.mob-form .form-control:-ms-input-placeholder {
  text-align: center;
}
.profile-form.mob-form .form-control::-ms-input-placeholder {
  text-align: center;
}
.profile-form.mob-form .form-control::placeholder {
  text-align: center;
}

@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 {
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
  }
  .to-back-block svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 992px) and (max-width: 992px) {
  .to-back-block svg path {
    fill: var(--primary-color);
  }
}
@media screen and (max-width: 992px) {
  .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: "Figtree";
  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: "Figtree";
  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: 700px;
}
#deleteAccount .modal-header {
  border: none;
}
#deleteAccount .modal-body {
  text-align: center;
}
#deleteAccount .modal-body form {
  text-align: left;
}
#deleteAccount .modal-content {
  padding: 10px 64px;
}
@media screen and (max-width: 992px) {
  #deleteAccount .modal-content {
    padding: 10px;
  }
}
#deleteAccount .modal-content .modal-title, #deleteAccount .modal-content .modal-product-title, #deleteAccount .modal-content .modal-text {
  max-width: 365px;
  margin: 0 auto;
}
#deleteAccount .secondary-button {
  width: 100% !important;
}
#deleteAccount .form-group {
  text-align: center;
}
#deleteAccount .form-group .form-control {
  text-align: center;
}
#deleteAccount .form-group .form-control::-webkit-input-placeholder {
  text-align: center;
}
#deleteAccount .form-group .form-control::-moz-placeholder {
  text-align: center;
}
#deleteAccount .form-group .form-control:-ms-input-placeholder {
  text-align: center;
}
#deleteAccount .form-group .form-control::-ms-input-placeholder {
  text-align: center;
}
#deleteAccount .form-group .form-control::placeholder {
  text-align: center;
}
#deleteAccount .clarification-text {
  text-align: center;
  margin: auto;
  display: block;
}

.my-directions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .my-directions {
    -ms-flex-direction: column;
        flex-direction: column;
    margin-top: 20px;
  }
}
.my-directions .gray-block-container {
  position: relative;
  -ms-flex: 0 0 calc((100% - 40px) / 3);
      flex: 0 0 calc((100% - 40px) / 3);
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 992px) {
  .my-directions .gray-block-container {
    width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    background-color: #F6F6F6;
    border-radius: 20px;
    padding: 20px;
  }
}

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

.direction-data {
  margin-bottom: 20px;
}

.default {
  margin-left: 20px;
  background-color: var(--primary-color);
  padding: 10px 15px;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px 20px 0 0;
  position: absolute;
  top: -41px;
}
@media screen and (max-width: 992px) {
  .default {
    top: -20px;
    left: 0px;
    margin-left: 0px;
    position: relative;
    border-radius: 0 0 20px 20px;
  }
}
.default-text {
  text-transform: uppercase;
  color: var(--white);
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  letter-spacing: 2px;
}
@media screen and (max-width: 992px) {
  .default-text {
    letter-spacing: 0px;
  }
}
.default svg {
  width: 18px;
  height: 18px;
}
.default svg path {
  fill: var(--white);
}
.default svg circle {
  stroke-width: 1.5px;
  stroke: var(--white);
}

.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(--black);
  font-weight: 500;
  font-size: 20px;
}
.others-common-text b, .privacy-policy-container p b {
  font-weight: 600;
}

.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: "Figtree" !important;
}
@media screen and (max-width: 992px) {
  .privacy-policy-container .secondary-button {
    width: 100% !important;
  }
}
.privacy-policy-container .accordion-button {
  font-weight: 700;
  font-size: 18px;
  color: var(--black);
  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(--black);
}
.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: "Figtree";
  font-weight: 400;
  font-size: 16px;
  color: var(--black);
}
.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: "Figtree" !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  color: var(--black) !important;
}
.privacy-policy-container .accordion-body-text p b, .privacy-policy-container .accordion-body-text h1 b, .privacy-policy-container .accordion-body-text h2 b, .privacy-policy-container .accordion-body-text h3 b, .privacy-policy-container .accordion-body-text h4 b, .privacy-policy-container .accordion-body-text h5 b, .privacy-policy-container .accordion-body-text h6 b, .privacy-policy-container .accordion-body-text li b, .privacy-policy-container .accordion-body-text span b {
  font-weight: 600;
}
@media screen and (max-width: 992px) {
  .privacy-policy-container form .form-group {
    text-align: center;
  }
  .privacy-policy-container form .form-group .form-control {
    text-align: center;
  }
  .privacy-policy-container form .form-group .form-control::-webkit-input-placeholder {
    text-align: center;
  }
  .privacy-policy-container form .form-group .form-control::-moz-placeholder {
    text-align: center;
  }
  .privacy-policy-container form .form-group .form-control:-ms-input-placeholder {
    text-align: center;
  }
  .privacy-policy-container form .form-group .form-control::-ms-input-placeholder {
    text-align: center;
  }
  .privacy-policy-container form .form-group .form-control::placeholder {
    text-align: center;
  }
}

.error-block-container {
  margin-top: 80px;
  min-height: 60vh;
}
.error-block-container .error-icon {
  display: block;
  margin-bottom: 20px;
}

.error-description {
  color: var(--black);
  font-weight: 500;
  font-size: 18px;
}

.guide-section-title {
  margin-top: 50px;
  color: var(--primary-color);
  text-transform: uppercase;
  font-family: "Figtree";
  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: "Figtree";
  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: "Figtree";
  text-transform: lowercase;
  font-weight: 400;
}

.table-text {
  text-transform: none;
  font-family: "Figtree";
  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(--black);
  font-weight: 700;
  font-size: 18px;
}
.checkout-text-link {
  color: var(--black);
  text-decoration: underline;
  font-weight: 500;
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .checkout-text-link {
    font-size: 14px;
    font-weight: 700;
  }
}

.checkout-price-text {
  color: var(--black);
  font-weight: 600;
  font-size: 16px;
}

.checkout-subtitle {
  color: var(--black);
  font-family: "Figtree";
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

.checkout-error-description {
  color: var(--black);
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 16px;
}

.checkout-pending-container {
  margin: 100px 0;
}
@media screen and (max-width: 992px) {
  .checkout-pending-container {
    margin: 150px 0;
  }
}
.checkout-pending-container .payment-info, .checkout-pending-container .shipping-info {
  display: none !important;
}
.checkout-pending-container .gray-block {
  border: none;
  background-color: #F6F6F6;
}
@media screen and (max-width: 992px) {
  .checkout-pending-container .gray-block {
    padding: 35px 20px;
  }
}

.checkout-nav {
  position: relative;
}
@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(--black);
  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: "Figtree";
  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;
    padding: 15px 0 8px 0;
  }
}

.checkout-billing-container {
  background-color: #F6F6F6;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 47px 57px;
}
@media screen and (max-width: 992px) {
  .checkout-billing-container {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 992px) {
  .checkout-billing-container .bill-wrapper {
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.checkout-billing-container .buttons-block a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .checkout-billing-container .form-group {
    text-align: center;
  }
  .checkout-billing-container .form-group .form-control {
    text-align: center;
  }
  .checkout-billing-container .form-group .form-control::-webkit-input-placeholder {
    text-align: center;
  }
  .checkout-billing-container .form-group .form-control::-moz-placeholder {
    text-align: center;
  }
  .checkout-billing-container .form-group .form-control:-ms-input-placeholder {
    text-align: center;
  }
  .checkout-billing-container .form-group .form-control::-ms-input-placeholder {
    text-align: center;
  }
  .checkout-billing-container .form-group .form-control::placeholder {
    text-align: center;
  }
}
.checkout-billing-container .form-check-label a {
  color: var(--primary-color);
  text-decoration: underline;
}
.checkout-billing-container .checkbox-wrapper-42 .cbx {
  margin-top: 2px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.checkout-billing-container .gray-block-default {
  padding-top: 26px;
}
.checkout-billing-container .default-direction {
  position: relative;
}
.checkout-billing-container .default-direction .default {
  margin-left: 0;
}
.checkout-billing-container .force-hidden {
  display: none !important;
}
.checkout-billing-container .buttons-block .product-buttons {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}
.checkout-billing-container .buttons-block .product-buttons .button-action:nth-child(2) svg path {
  fill: var(--primary-color);
}
.checkout-billing-container .my-directions {
  margin-top: 20px;
}
.checkout-billing-container .gray-block {
  min-height: auto;
}
@media screen and (max-width: 992px) {
  .checkout-billing-container .gray-block {
    background-color: #F6F6F6;
    padding: 20px;
  }
}
.checkout-billing-container .full-width {
  width: 100% !important;
}

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

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

.mob-checkout-subtitle {
  color: var(--black);
  font-family: "Figtree";
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

#sidebarCheckout {
  top: 110px;
}

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

.gray-block {
  width: 100%;
  padding: 26px 30px;
  border-radius: 20px;
  background-color: #ECECEC;
  border: 1px solid var(--primary-color);
  min-height: 235px;
}
@media screen and (max-width: 992px) {
  .gray-block {
    border: none;
    background-color: transparent;
    padding: 0;
    min-height: auto;
  }
}
.gray-block-default {
  padding-top: 0;
}
.gray-block .checkbox-wrapper-42 {
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.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 .default {
  margin-left: 0;
}
.shipping-billing-form .shipping-checkbox {
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .shipping-billing-form .shipping-checkbox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shipping-billing-form .shipping-checkbox .cbx-radio {
    -ms-flex: 1 0 17px;
        flex: 1 0 17px;
    max-width: 17px;
  }
}
.shipping-billing-form .shipping-checkbox .label-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 992px) {
  .shipping-billing-form .shipping-checkbox .label-content {
    -ms-flex: 1 0 0px;
        flex: 1 0 0;
  }
}
.shipping-billing-form .shipping-checkbox .label-content .label-inner-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shipping-billing-form .shipping-checkbox .label-content .label-inner-content .form-group {
  width: 100%;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}
@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 .change-cp {
  width: 100%;
}
.shipping-billing-form .change-cp .cupon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.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: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .payment-methods {
    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;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  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 {
  margin: 0;
  border-radius: 20px;
  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 .default-billing-data {
  border: none;
  min-height: 0;
  width: 100%;
}

.payment-method-block {
  background-color: #ECECEC;
  padding: 20px;
  -ms-flex: 0 0 calc((100% - 52px) / 3);
      flex: 0 0 calc((100% - 52px) / 3);
  width: calc((100% - 52px) / 3);
  position: relative;
  margin: 0 0 15px 0;
  min-height: 73px;
  border-radius: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 992px) {
  .payment-method-block {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin: 0;
  }
}
.payment-method-block.selected {
  background-color: white;
}

.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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    row-gap: 10px;
  }
  .buttons-block.mob-fixed button, .buttons-block.mob-fixed a {
    width: 100% !important;
    margin: 0 10px;
  }
}

#page-checkout-failed svg, #page-checkout-success svg {
  width: 50px;
  height: auto;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 992px) {
  #page-checkout-failed svg, #page-checkout-success svg {
    width: 34px;
  }
}
#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;
}

@media screen and (max-width: 992px) {
  #page-checkout-resume #sidebarCheckout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  #page-checkout-resume #sidebarCheckout .payway-card-form-card {
    -ms-flex-order: 1;
        order: 1;
  }
  #page-checkout-resume #sidebarCheckout .checkout-order {
    -ms-flex-order: 2;
        order: 2;
  }
  #page-checkout-resume #sidebarCheckout .order-footer-block {
    -ms-flex-order: 3;
        order: 3;
  }
}

.checkout-error-container {
  min-height: 60vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#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);
}

.about-us-section-page .about-us-content, .about-us-section-page .about-us-image {
  margin-top: 110px;
}
@media screen and (max-width: 992px) {
  .about-us-section-page .about-us-content, .about-us-section-page .about-us-image {
    margin-top: 50px;
  }
}
@media screen and (max-width: 992px) {
  .about-us-section-page .about-us-image {
    margin-top: 10px !important;
  }
}
.about-us-section-page .about-us-content {
  max-width: 80%;
}
@media screen and (max-width: 1400px) {
  .about-us-section-page .about-us-content {
    max-width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .about-us-section-page .about-us-content {
    max-width: 100%;
    text-align: center;
  }
}
.about-us-section-page .about-us-content-two {
  padding-left: 50px;
  padding-top: 80px;
  max-width: 100%;
}
@media screen and (max-width: 1400px) {
  .about-us-section-page .about-us-content-two {
    padding-left: 20px;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .about-us-section-page .about-us-content-two {
    padding-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .about-us-section-page .about-us-content-two {
    padding-left: 0;
    margin-top: 30px;
    padding-top: 0px;
  }
}
.about-us-section-page .about-us-image {
  border-radius: 20px;
  width: 100%;
}
.about-us-section-page .about-us-image-two {
  width: 90%;
}
@media screen and (max-width: 1400px) {
  .about-us-section-page .about-us-image-two {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .about-us-section-page .about-us-image-two {
    width: 100%;
  }
}

.our-clients-section {
  position: relative;
  margin-top: 150px;
  padding: 140px 0 90px 0;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 1200px) {
  .our-clients-section {
    padding: 80px 0 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .our-clients-section {
    border-radius: 20px 20px 0 0;
    margin-top: 60px;
    padding: 60px 0 0 0;
    text-align: center;
  }
}
.our-clients-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: 60px 60px 0 0;
  opacity: 0.9;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .our-clients-section:before {
    border-radius: 20px 20px 0 0;
  }
}
.our-clients-section .clients-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: 60px 60px 0 0;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 992px) {
  .our-clients-section .clients-bg {
    border-radius: 20px 20px 0 0;
  }
}
.our-clients-section .main-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .our-clients-section .main-title {
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .our-clients-section .about-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
    -ms-flex-align: center;
        align-items: center;
    margin-left: 0;
    padding-left: 0;
  }
  .our-clients-section .about-list li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    text-align: center;
    list-style: none;
    position: relative;
  }
  .our-clients-section .about-list li::before {
    content: "•";
    font-size: 30px;
    color: var(--white);
    margin-bottom: 0px;
    display: block;
  }
}
.our-clients-section .about-common-text {
  margin-bottom: 30px;
}
.our-clients-section .clients-images-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 14px;
  position: relative;
  top: -220px;
  -webkit-transform: rotate(4deg);
          transform: rotate(4deg);
  margin-bottom: -280px;
}
@media screen and (max-width: 1200px) {
  .our-clients-section .clients-images-container {
    top: -140px;
    margin-bottom: -140px;
  }
}
@media screen and (max-width: 992px) {
  .our-clients-section .clients-images-container {
    top: 0;
    margin-bottom: -125px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    margin-top: 0px;
  }
}
.our-clients-section .clients-images-container .clients-image {
  max-width: 400px;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .our-clients-section .clients-images-container .clients-image {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .our-clients-section .clients-images-container .clients-image {
    max-width: 100%;
    width: 100%;
  }
}

.our-differences-section {
  padding: 115px 0;
}
@media screen and (max-width: 1200px) {
  .our-differences-section {
    padding: 80px 0 0 0;
  }
}
@media screen and (max-width: 992px) {
  .our-differences-section {
    padding: 175px 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .our-differences-section .main-title {
    padding: 0 20px;
  }
}
.our-differences-section .accordion {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .our-differences-section .accordion {
    margin-top: 0px;
  }
}
.our-differences-section .accordion .accordion-header {
  border-bottom: 1px solid #D2D2D2;
}
@media screen and (max-width: 992px) {
  .our-differences-section .accordion .accordion-header {
    border-bottom: none;
  }
}
.our-differences-section .accordion .accordion-button {
  background-color: transparent;
  font-size: 25px;
  font-weight: 600;
  color: var(--primary-color);
  border: none;
  box-shadow: none;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .our-differences-section .accordion .accordion-button {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .our-differences-section .accordion .accordion-button {
    font-size: 18px;
  }
}
.our-differences-section .accordion .accordion-button.collapsed {
  color: var(--black);
}
@media screen and (max-width: 992px) {
  .our-differences-section .accordion .accordion-button.collapsed {
    border-bottom: 1px solid #D2D2D2;
  }
}
.our-differences-section .accordion .accordion-body {
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #D2D2D2;
}
.our-differences-section .accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.12116 6.29555L13.7112 1.70556C13.8974 1.51819 14.002 1.26474 14.002 1.00055C14.002 0.736368 13.8974 0.482917 13.7112 0.295554C13.6182 0.201826 13.5076 0.127432 13.3857 0.076663C13.2639 0.0258943 13.1332 -0.000244179 13.0012 -0.000244184C12.8691 -0.00024419 12.7384 0.0258943 12.6166 0.076663C12.4947 0.127432 12.3841 0.201826 12.2912 0.295554L7.71116 4.89555C7.6182 4.98928 7.5076 5.06368 7.38574 5.11445C7.26388 5.16521 7.13317 5.19135 7.00116 5.19135C6.86915 5.19135 6.73844 5.16521 6.61658 5.11445C6.49472 5.06368 6.38412 4.98928 6.29116 4.89555L1.71116 0.295554C1.52418 0.10725 1.27006 0.000935218 1.00469 -2.47545e-06C0.739331 -0.000940169 0.484463 0.103577 0.296159 0.290554C0.107855 0.477532 0.0015392 0.731654 0.000601725 0.997018C-0.000335749 1.26238 0.104182 1.51725 0.29116 1.70555L4.88116 6.29555C5.44366 6.85736 6.20616 7.17292 7.00116 7.17292C7.79616 7.17292 8.55866 6.85736 9.12116 6.29555Z' fill='%2300772F'/%3E%3C/svg%3E%0A");
}
.our-differences-section .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='8' viewBox='0 0 14 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.12116 6.2958L13.7112 1.7058C13.8974 1.51844 14.002 1.26498 14.002 1.0008C14.002 0.736613 13.8974 0.483161 13.7112 0.295798C13.6182 0.20207 13.5076 0.127676 13.3857 0.0769072C13.2639 0.0261385 13.1332 0 13.0012 0C12.8691 0 12.7384 0.0261385 12.6166 0.0769072C12.4947 0.127676 12.3841 0.20207 12.2912 0.295798L7.71116 4.8958C7.6182 4.98953 7.5076 5.06392 7.38574 5.11469C7.26388 5.16546 7.13317 5.1916 7.00116 5.1916C6.86915 5.1916 6.73844 5.16546 6.61658 5.11469C6.49472 5.06392 6.38412 4.98953 6.29116 4.8958L1.71116 0.295798C1.52418 0.107495 1.27006 0.00117992 1.00469 0.000242233C0.739331 -0.000695449 0.484463 0.103822 0.296159 0.290799C0.107855 0.477777 0.00153923 0.731899 0.000601768 0.997263C-0.000335693 1.26263 0.104182 1.5175 0.29116 1.7058L4.88116 6.2958C5.44366 6.8576 6.20616 7.17316 7.00116 7.17316C7.79616 7.17316 8.55866 6.8576 9.12116 6.2958Z' fill='black'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 992px) {
  .our-differences-section .accordion .accordion-button::after {
    background-position: right;
    background-size: 14px;
    background-repeat: no-repeat;
  }
}
.our-differences-section .accordion .accordion-item {
  border: none;
}
@media screen and (max-width: 992px) {
  .our-differences-section .accordion .about-common-text {
    text-align: left;
  }
}
.our-differences-section .accordion li.about-common-text {
  margin-left: 25px;
  margin-bottom: 10px;
}
.our-differences-section .our-differences-image {
  margin: 40px auto;
  width: 80%;
  border-radius: 20px;
  display: block;
}
@media screen and (max-width: 1400px) {
  .our-differences-section .our-differences-image {
    width: 90%;
  }
}
@media screen and (max-width: 992px) {
  .our-differences-section .our-differences-image {
    width: 100%;
    max-height: 355px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.work-with-us-section {
  padding: 100px 0;
  background-color: #F3F3F3;
  border-radius: 60px 60px 0 0;
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  .work-with-us-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .work-with-us-section {
    margin-top: 50px;
    padding: 40px 0 60px 0;
    border-radius: 30px 30px 0 0;
    text-align: center;
  }
}
.work-with-us-section .about-common-text {
  margin: 30px 0;
}
.work-with-us-section .work-with-us-image {
  width: 100%;
  border-radius: 20px;
  position: relative;
  top: -150px;
  margin-bottom: -150px;
}
@media screen and (max-width: 1200px) {
  .work-with-us-section .work-with-us-image {
    top: -100px;
    margin-bottom: -100px;
  }
}
@media screen and (max-width: 992px) {
  .work-with-us-section .work-with-us-image {
    top: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.work-with-us-section .work-with-us-content {
  margin: 0 150px;
}
@media screen and (max-width: 1600px) {
  .work-with-us-section .work-with-us-content {
    margin: 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  .work-with-us-section .work-with-us-content {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .work-with-us-section .work-with-us-content .main-title {
    padding: 0 20px;
  }
}

.section-featured-recipes {
  padding: 85px 0;
}
@media screen and (max-width: 992px) {
  .section-featured-recipes {
    padding: 50px 0;
    text-align: center;
  }
}

.hidden-checkbox {
  display: none !important;
}

.section-recipes {
  padding: 90px 0;
  border-radius: 60px 0;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1200px) {
  .section-recipes {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .section-recipes {
    padding: 45px 0;
    border-radius: 30px 30px 0 0;
  }
}
.section-recipes .main-title {
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .section-recipes .main-title {
    margin-bottom: 15px;
    text-align: center;
  }
}
.section-recipes .catalog-applied-filters {
  padding-top: 0;
}

.load-more-btn {
  background: transparent;
  border: none;
  color: var(--black);
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
  text-decoration: underline;
  width: 100%;
  text-align: left;
}

.load-more-btn:hover {
  color: #333;
}

.checkbox-container {
  margin-bottom: 10px;
}

.blog-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px 50px;
}
@media screen and (max-width: 1200px) {
  .blog-container {
    gap: 30px 20px;
  }
}
.blog-container .blog-card {
  -ms-flex: 0 0 calc(50% - 28px);
      flex: 0 0 calc(50% - 28px);
}
@media screen and (max-width: 1200px) {
  .blog-container .blog-card {
    -ms-flex: 0 0 calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
  }
}
@media screen and (max-width: 992px) {
  .blog-container .blog-card {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.recipe-detail-container {
  padding: 115px 0;
}
@media screen and (max-width: 1200px) {
  .recipe-detail-container {
    padding: 60px 0;
  }
}
@media screen and (max-width: 992px) {
  .recipe-detail-container {
    padding: 54px 0 0 0;
  }
}
.recipe-detail-container .description {
  padding-right: 100px;
}
@media screen and (max-width: 992px) {
  .recipe-detail-container .description {
    padding-right: 0;
  }
}
.recipe-detail-container .description h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--primary-color);
}
@media screen and (max-width: 1200px) {
  .recipe-detail-container .description h6 {
    font-size: 18px;
  }
}
.recipe-detail-container .description p {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--black);
}
@media screen and (max-width: 1200px) {
  .recipe-detail-container .description p {
    font-size: 18px;
  }
}
.recipe-detail-container .description video {
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  .recipe-detail-container .main-title {
    text-align: center;
  }
}
.recipe-detail-container .share-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 64px 0;
  border-bottom: 1px solid #D5D5D5;
}
.recipe-detail-container .share-block .share-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  .recipe-detail-container .share-block .share-title {
    font-size: 18px;
  }
}
.recipe-detail-container .share-block .share-icons {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.recipe-detail-container .sidebar-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
  color: var(--primary-color);
}
@media screen and (max-width: 1200px) {
  .recipe-detail-container .sidebar-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .recipe-detail-container .sidebar-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
  }
}
.recipe-detail-container .ingredient-clarification-text {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--primary-color);
}
@media screen and (max-width: 1200px) {
  .recipe-detail-container .ingredient-clarification-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .recipe-detail-container .ingredient-clarification-text {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
    color: var(--black);
  }
}
.recipe-detail-container .ingredients-list {
  margin-top: 20px;
  padding-left: 1rem;
  margin-bottom: 35px;
}
.recipe-detail-container .ingredients-list .ingredient {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  color: var(--black);
}
@media screen and (max-width: 1200px) {
  .recipe-detail-container .ingredients-list .ingredient {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .sidebar-container {
    background-color: #F3F3F3;
    border-radius: 30px;
    margin: 50px -15px 0 -15px;
    padding: 50px 15px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

.related-recipes-section {
  background-color: #EAFAF0;
  padding: 95px 0;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 1200px) {
  .related-recipes-section {
    padding: 60px 0;
  }
}
.related-recipes-section .main-title {
  margin-bottom: 50px;
}

.contact-section {
  padding: 85px 0;
}
@media screen and (max-width: 992px) {
  .contact-section {
    padding: 40px 0 0 0;
  }
}

.contact-info {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 40px;
  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) {
  .contact-info {
    margin-bottom: 45px;
  }
}
.contact-info.big {
  padding: 90px 50px;
}
@media screen and (max-width: 1400px) {
  .contact-info.big {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-info.big {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 992px) {
  .contact-info.big {
    padding: 50px 20px 20px 20px;
  }
}
@media screen and (max-width: 1400px) {
  .contact-info {
    padding: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-info {
    padding: 20px;
  }
}
.contact-info.with-mark {
  position: relative;
}
.contact-info.with-mark::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  width: 90px;
  margin: auto;
  border-radius: 20px 20px 0 0;
  background-color: var(--red);
}
@media screen and (max-width: 992px) {
  .contact-info.with-mark::after {
    display: none;
  }
}
.contact-info .contact-info-icon {
  background-color: var(--primary-color);
  border-radius: 20px 0 20px 0;
  padding: 14px;
  margin-bottom: 15px;
}
.contact-info .contact-info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #D2D2D2;
}
@media screen and (max-width: 992px) {
  .contact-info .contact-info-item {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 8px;
    border-bottom: none;
    margin-bottom: 40px;
    padding: 0;
  }
}
.contact-info .contact-info-item .checkout-button {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.contact-info .contact-info-item-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}
@media screen and (max-width: 1200px) {
  .contact-info .contact-info-item-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .contact-info .contact-info-item-title {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 8px;
    font-size: 20px;
  }
  .contact-info .contact-info-item-title svg {
    width: 20px;
    height: auto;
  }
}
.contact-info .contact-info-item-title svg {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
}

.contact-info-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .contact-info-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .contact-info-title {
    font-size: 20px;
  }
}

.contact-info-text, .contact-info-text a {
  font-size: 19px;
  font-weight: 400;
  color: var(--black);
  text-decoration: none;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .contact-info-text, .contact-info-text a {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .contact-info-text, .contact-info-text a {
    font-size: 18px;
    margin-bottom: 18px;
  }
}

.contact-whatsapp {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: var(--primary-color);
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .contact-whatsapp {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .contact-whatsapp {
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 16px;
  }
  .contact-whatsapp svg {
    width: 30px;
    height: 30px;
  }
}

.section-map {
  padding: 115px 0;
  background-color: var(--primary-color);
  border-radius: 40px 40px 0 0;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .section-map {
    padding: 50px 0;
    border-radius: 20px 20px 0 0;
    margin-top: 0;
  }
  .section-map .main-title {
    text-align: center;
    margin-bottom: 30px !important;
  }
}
.section-map .form-group {
  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) {
  .section-map .form-group {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 10px;
  }
}
.section-map .form-group .form-label {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .section-map .form-group .form-label {
    font-size: 14px;
  }
}
.section-map .form-group .form-select {
  background-color: var(--white);
  border-radius: 20px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  border: none;
  transition: all 0.3s ease;
}

.thanks-message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 20px;
}
.thanks-message .success-text {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--white);
}

.branches-container {
  margin-top: 50px;
  max-height: 640px;
  overflow-y: auto;
  padding-right: 25px;
  /* Scrollbar styling */
}
@media screen and (max-width: 992px) {
  .branches-container {
    padding-right: 0px;
    margin-top: -180px;
  }
}
.branches-container::-webkit-scrollbar {
  width: 8px;
}
.branches-container::-webkit-scrollbar-track {
  background: #0F9544;
  border-radius: 10px;
}
.branches-container::-webkit-scrollbar-thumb {
  background: var(--white);
  border-radius: 10px;
}
.branches-container::-webkit-scrollbar-thumb:hover {
  background: var(--white);
}
.branches-container .branch-item {
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .branches-container .branch-item {
    padding: 20px 24px;
  }
}
.branches-container .branch-item:hover {
  cursor: pointer;
}
.branches-container .branch-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  height: 4px;
  width: 60px;
  border-radius: 0 0 20px 20px;
  background-color: var(--red);
}
@media screen and (max-width: 992px) {
  .branches-container .branch-item:after {
    display: none;
  }
}
.branches-container .branch-item .branch-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 23px;
}
@media screen and (max-width: 992px) {
  .branches-container .branch-item .branch-title {
    font-size: 16px;
  }
}
.branches-container .branch-item .branch-text {
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .branches-container .branch-item .branch-text {
    font-size: 14px;
  }
}
.branches-container .branch-item .branch-text svg {
  margin-top: 4px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

#map {
  height: 640px;
  width: 100%;
  border-radius: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  #map {
    height: 470px;
    margin-top: 30px;
  }
}

.contact-block-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .contact-block-title {
    margin-bottom: 0px;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    padding: 0px;
  }
  .contact-block-title .back-link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    width: 100%;
    padding: 10px 0;
    z-index: 1;
    margin-bottom: 30px;
  }
  .contact-block-title .back-link a {
    margin-bottom: 0;
  }
  .contact-block-title .back-link svg {
    width: 20px;
    height: auto;
    margin-left: 0;
  }
  .contact-block-title .back-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F5F5F5;
    z-index: -1;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    height: 100%;
  }
}
.contact-block-title .main-title {
  font-weight: 600;
}
.contact-block-title a {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 12px;
}
.contact-block-title svg {
  margin-left: 10px;
}

.contact-form-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 992px) {
  .contact-form-footer {
    -ms-flex-direction: column;
        flex-direction: column;
    row-gap: 20px;
    margin-top: 0;
  }
}
.contact-form-footer .checkout-button {
  width: 350px;
}

.contact-form-section {
  padding: 85px 0;
}
@media screen and (max-width: 992px) {
  .contact-form-section {
    padding: 0;
    text-align: center;
  }
  .contact-form-section .form-control::-webkit-input-placeholder {
    text-align: center;
  }
  .contact-form-section .form-control::-moz-placeholder {
    text-align: center;
  }
  .contact-form-section .form-control:-ms-input-placeholder {
    text-align: center;
  }
  .contact-form-section .form-control::-ms-input-placeholder {
    text-align: center;
  }
  .contact-form-section .form-control::placeholder {
    text-align: center;
  }
  .contact-form-section .form-control {
    text-align: center;
  }
}

::-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: "Figtree";
  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;
}
