@import "../fonts/pt-sans/stylesheet.css";

@import "../fonts/sofia-sans/stylesheet.css";

._bg-blue {
  background-color: #81c6d3 !important;
}

._bg-white {
  background-color: #ffffff !important;
}

._bg-black {
  background-color: #000 !important;
}

._bg-red {
  background-color: #a81732 !important;
}

._bg-orange {
  background-color: #c21b17 !important;
}

._bg-light-orange {
  background-color: #eb593f !important;
}

:root {
  --text--fs-14: 14px;
  --text--fs-16: 16px;
  --text--fs-18: 18px;
  --text--fs-20: 20px;
  --text--fs-23: 23px;
  --text--fs-26: 26px;
  --text--fs-28: 28px;
  --text--fs-30: 30px;
  --text--fs-35: 35px;
  --text--fs-45: 45px;
  --text--fs-55: 55px;
  --text--fs-70: 70px;
  --text--fs-90: 90px;
  --text--fs-100: 100px;
  --text--fs-110: 110px;
}

.pv-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pv-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pv-55 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-55 {
  padding-top: 50px;
}

.pb-55 {
  padding-bottom: 50px;
}

.pv-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.pt-75 {
  padding-top: 75px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pv-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pv-125 {
  padding-top: 125px;
  padding-bottom: 125px;
}

.pt-125 {
  padding-top: 125px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pv-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pv-175 {
  padding-top: 175px;
  padding-bottom: 175px;
}

.pt-175 {
  padding-top: 175px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pv-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pv-225 {
  padding-top: 225px;
  padding-bottom: 225px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pv-250 {
  padding-top: 250px;
  padding-bottom: 250px;
}

.pt-250 {
  padding-top: 250px;
}

.pb-250 {
  padding-bottom: 250px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mt-75 {
  margin-top: 75px;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mt-200 {
  margin-top: 200px;
}

.mb-200 {
  margin-bottom: 200px !important;
}

:root {
  --container: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  font-family: "Sofia Sans";
  font-weight: 400;
  color: #000;
  background-color: #ffffff;
  font-size: var(--text--fs-18);
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body._js-overflow-hidden {
  overflow: hidden;
}

main {
  overflow-x: hidden;
}

::-moz-selection {
  background-color: #81c6d3;
  color: #ffffff;
}

::selection {
  background-color: #81c6d3;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

img,
svg {
  width: 100%;
  height: auto;
}

.link-btn {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  border-radius: 50%;
}

.link-btn .inner {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 15px;
  left: 15px;
  display: block;
}

.accordion .accordion-item {
  background-color: #ffffff;
  margin-bottom: 20px;
  border-radius: 8px;
}

.accordion .accordion-item .accordion-header {
  cursor: pointer;
  padding: 20px 45px 20px 40px;
  position: relative;
}

.accordion .accordion-item .accordion-header span {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 0 0 10px;
  font-size: var(--text--fs-18);
  font-weight: 800;
  color: #81c6d3;
}

.accordion .accordion-item .accordion-header::after {
  position: absolute;
  content: "";
  background-image: url(../img/icons/add.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  width: 25px;
  height: 25px;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.accordion .accordion-item .accordion-header.active::after {
  background-image: url(../img/icons/close.svg);
}

.accordion .accordion-item .accordion-header ._heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.accordion .accordion-item .accordion-header ._heading ._icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.accordion .accordion-item .accordion-header ._heading h3 {
  font-size: var(--text--fs-20);
  font-weight: 500;
  margin-bottom: 0;
  margin-right: 1rem;
}

.accordion .accordion-item .accordion-content {
  display: none;
  padding-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}

.divider {
  background-color: #81c6d3;
  height: 20px;
  width: 100%;
}

._standard--text h1,
.woocommerce-product-details__short-description h1 {
  font-size: var(--text--fs-90);
  font-weight: 900;
  line-height: 0.83;
  margin-bottom: 20px;
  color: #c21b17;
  text-transform: uppercase;
}

._standard--text h2,
.woocommerce-product-details__short-description h2 {
  font-size: var(--text--fs-70);
  line-height: 0.92;
  color: #c21b17;
  margin-bottom: 20px;
  font-weight: 900;
  text-transform: uppercase;
}

._standard--text h3,
.woocommerce-product-details__short-description h3 {
  font-size: var(--text--fs-35);
  font-weight: 300;
  color: #c21b17;
  line-height: 1.14;
  margin-bottom: 20px;
}

._standard--text h4,
.woocommerce-product-details__short-description h4 {
  font-size: var(--text--fs-28);
  line-height: 1.07;
  font-weight: 500;
  color: #81c6d3;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

._standard--text h5,
.woocommerce-product-details__short-description h5 {
  font-size: var(--text--fs-26);
  font-weight: 800;
  color: #a81732;
  line-height: 1.53;
  margin-bottom: 20px;
}

._standard--text h6,
.woocommerce-product-details__short-description h6 {
  font-size: var(--text--fs-14);
  font-weight: 800;
  line-height: 2.14;
  margin-bottom: 20px;
}

._standard--text p,
.woocommerce-product-details__short-description p {
  font-size: 20px;
  font-weight: 400;
  color: #a81732;
  line-height: 1.5;
  color: #000;
  margin-bottom: 20px;
}

._standard--text p a,
.woocommerce-product-details__short-description p a {
  text-decoration: none;
  color: #81c6d3;
}

._standard--text p strong,
.woocommerce-product-details__short-description p strong {
  font-weight: 800;
}

._standard--text ul li,
.woocommerce-product-details__short-description ul li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  padding-left: 16px;
}

._standard--text ul li::before,
.woocommerce-product-details__short-description ul li::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  top: 12px;
  left: 0;
}

._standard--text ol li,
.woocommerce-product-details__short-description ol li {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  padding-left: 16px;
  counter-increment: list-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

._standard--text ol li::before,
.woocommerce-product-details__short-description ol li::before {
  content: counter(list-counter) ". ";
  min-width: 30px;
}

._standard--text *:last-child:not(hr),
.woocommerce-product-details__short-description *:last-child:not(hr) {
  margin-bottom: 0;
}

._text--light h1,
._text--light h2,
._text--light h3,
._text--light h4,
._text--light h5,
._text--light h6,
._text--light p,
._text--light span {
  color: #ffffff;
}

._text--light p span {
  color: #ffffff;
}

._text--light.tabs .tabbed-nav .tab.active {
  color: #ffffff;
}

._text--light ul li {
  color: #ffffff;
}

._text--light ul li::before {
  background-color: #ffffff;
}

._text--dark h1,
._text--dark h2,
._text--dark h3 {
  color: #c21b17;
}

._text--dark h4 {
  color: #81c6d3;
}

._text--dark h5 {
  color: #a81732;
}

._text--dark h6,
._text--dark p,
._text--dark span {
  color: #000;
}

._text--dark ul li {
  color: #000;
}

._text--dark ul li::before {
  background-color: #000;
}

._text--dark .tab-toggle {
  border: 1px solid #81c6d3;
}

._text--dark .tab-toggle::after {
  background-image: url(../img/icons/arrow-up-black.svg);
}

._text--dark .tab-toggle._js-open::after {
  background-image: url(../img/icons/arrow-down-black.svg);
}

._text--dark.tabs .tabbed-nav .tab {
  color: #000;
  border: 1px solid #000;
}

._text--dark.tabs .tabbed-nav .tab.active {
  background-color: #000;
  color: #ffffff;
}

._text--dark .custom-arrows ul li.prev {
  background-color: #000;
}

._text--dark .custom-arrows ul li.next {
  background-color: #000;
}

._text--dark .slick-dots li button {
  font-size: 0;
  padding: 0;
  width: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 10px;
  background: rgba(83, 89, 87, 0.36);
  border-radius: 50%;
}

._text--dark .slick-dots li.slick-active button {
  background: #ffffff;
  width: 30px;
  height: 10px;
  border-radius: 5px;
}

.gap-20 {
  row-gap: 20px;
}

.gap-40 {
  row-gap: 40px;
}

.gap-60 {
  row-gap: 60px;
}

.pt-header {
  padding-top: 112px;
}

.btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 35px;
}

.btn,
.woocommerce div.product form.cart .button,
.woocommerce table.shop_table td .button,
.woocommerce Button.button,
.woocommerce .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button,
.checkout_coupon.woocommerce-form-coupon .button,
.woocommerce a.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart table.cart td.actions .button,
.woocommerce-cart table.cart td.actions .coupon .button,
.product-list-card .products__links .product_type_customizable {
  display: inline-block;
  font-weight: 500;
  line-height: 1.3;
  color: #a81732;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  font-size: 20px;
  border-radius: 0;
  position: relative;
  padding: 10px 25px 10px 35px;
  border-radius: 30px;
}

.btn:focus,
.woocommerce div.product form.cart .button:focus,
.woocommerce table.shop_table td .button:focus,
.woocommerce Button.button:focus,
.woocommerce .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button:focus,
.checkout_coupon.woocommerce-form-coupon .button:focus,
.woocommerce a.button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart table.cart td.actions .button:focus,
.product-list-card .products__links .product_type_customizable:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

._btn--red,
.woocommerce div.product form.cart .button,
.woocommerce table.shop_table td .button,
.woocommerce Button.button,
.woocommerce .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button,
.checkout_coupon.woocommerce-form-coupon .button,
.woocommerce a.button,
.woocommerce .return-to-shop .button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart table.cart td.actions .button,
.woocommerce-cart table.cart td.actions .coupon .button,
.product-list-card .products__links .product_type_customizable {
  background-color: #a81732;
  color: #ffffff;
}

._btn--red:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce table.shop_table td .button:hover,
.woocommerce Button.button:hover,
.woocommerce .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button:hover,
.checkout_coupon.woocommerce-form-coupon .button:hover,
.woocommerce a.button:hover,
.woocommerce .return-to-shop .button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart table.cart td.actions .button:hover,
.product-list-card .products__links .product_type_customizable:hover {
  background-color: #ffffff;
  color: #a81732;
  border: 1px solid #a81732;
}

._btn--white {
  background-color: #ffffff;
  color: #c21b17;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

._btn--white:hover {
  background-color: #c21b17;
  color: #ffffff;
  border: 2px solid #c21b17;
}

._link-white {
  position: relative;
  color: #ffffff;
  padding-left: 70px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._link-white::before {
  position: absolute;
  content: "";
  background-image: url(../img/icons/GMM-Muenchen-Marathon-Icons-link-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  width: 50px;
  height: 50px;
}

._link-white:hover {
  color: #000;
}

._link-white:hover::before {
  content: url(../img/icons/GMM-Muenchen-Marathon-Icons-link-white.svg);
}

._link-dark {
  position: relative;
  font-weight: 800;
  color: #000;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

._link-dark::before {
  position: absolute;
  content: "";
  background-image: url(../img/icons/top-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 40px;
  top: -23px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 50px;
  height: 50px;
}

._link-dark:hover {
  color: #000;
}

._link-blue {
  position: relative;
  color: #a81732;
  padding-left: 70px;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

._link-blue::before {
  position: absolute;
  content: "";
  background-image: url(../img/icons/GMM-Muenchen-Marathon-Icons-link-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  width: 50px;
  height: 50px;
}

._link-blue:hover {
  color: #000;
}

._link-blue:hover::before {
  content: url(../img/icons/GMM-Muenchen-Marathon-Icons-link-blue.svg);
}

.btn-arow img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.floating-btn {
  position: fixed;
  bottom: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
}

.floating-btn .btn-wrapper .btn,
.floating-btn .btn-wrapper .woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .floating-btn .btn-wrapper .button,
.floating-btn .btn-wrapper .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .floating-btn .btn-wrapper .button,
.floating-btn .btn-wrapper .woocommerce Button.button,
.woocommerce .floating-btn .btn-wrapper Button.button,
.floating-btn .btn-wrapper .woocommerce .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button,
.woocommerce .woocommerce-Message.woocommerce-Message--info.woocommerce-info .floating-btn .btn-wrapper .woocommerce-Button.button,
.floating-btn .btn-wrapper .checkout_coupon.woocommerce-form-coupon .button,
.checkout_coupon.woocommerce-form-coupon .floating-btn .btn-wrapper .button,
.floating-btn .btn-wrapper .woocommerce a.button,
.woocommerce .floating-btn .btn-wrapper a.button,
.floating-btn .btn-wrapper .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .floating-btn .btn-wrapper a.checkout-button,
.floating-btn .btn-wrapper .woocommerce-cart table.cart td.actions .button,
.woocommerce-cart table.cart td.actions .floating-btn .btn-wrapper .button,
.floating-btn .btn-wrapper .product-list-card .products__links .product_type_customizable,
.product-list-card .products__links .floating-btn .btn-wrapper .product_type_customizable {
  font-weight: 900;
}

.deco-img img {
  width: 100%;
  height: 100%;
}

.deco-img._left {
  width: 50vw;
  margin-right: auto;
}

.deco-img._right {
  width: 50vw;
  margin-left: auto;
}

.deco-img._top {
  margin-bottom: -1px;
}

.deco-img._top img {
  vertical-align: bottom;
}

.deco-img._bottom {
  margin-top: -1px;
}

.deco-img._bottom img {
  vertical-align: top;
}

/* Instagram Plugin CSS */

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  border-radius: 20px !important;
}

.article img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

._js-overflow-hidden .header {
  padding: 20px 0;
}

._js-overflow-hidden .header ._logo .logo-base {
  display: none;
}

._js-overflow-hidden .header ._logo .logo-nav {
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header + section:not(.hero):not(.article) {
  margin-top: 140px;
}

.header ._logo {
  z-index: 999;
  position: relative;
}

.header ._logo .logo-base {
  position: relative;
}

.header ._logo .logo-base .logo-bg {
  -webkit-filter: drop-shadow(1px 1px 10px #C0C0C0);
          filter: drop-shadow(1px 1px 10px #C0C0C0);
}

.header ._logo .logo-base .logo-main {
  width: 160px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 30px;
}

.header ._logo img {
  width: 300px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header ._logo .logo-nav {
  display: none;
  margin-left: 30px;
  width: 200px;
}

.header .navbar {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
  background-color: #ffffff;
  background: #a81732;
  display: none;
}

.header .navbar._js-open {
  display: block;
}

.header .navbar .deco-img-nav {
  position: absolute;
  bottom: 0;
}

.header .navbar .video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: contain;
}

.header .navbar .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.header .navbar ._inner {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: var(--container);
  margin: auto;
  height: 100%;
  position: relative;
}

.header .navbar ._inner .row {
  width: 100%;
}

.header .navbar ._inner .menu {
  padding: 20px 80px 20px 0;
  border-right: 1px solid #ffffff;
}

.header .navbar ._inner .menu li {
  font-size: var(--text--fs-55);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.18;
  margin-bottom: 30px;
  text-transform: uppercase;
  opacity: 0.5;
}

.header .navbar ._inner .menu li:hover {
  opacity: 1;
}

.header .navbar ._inner .menu li.active {
  opacity: 1;
}

.header .navbar ._inner .menu li:last-child {
  margin-bottom: 0;
}

.header .navbar ._inner .sub-menu {
  padding: 25px 0 20px 80px;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 20s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 20s ease-in-out, visibility 0.3s ease-in-out;
}

.header .navbar ._inner .sub-menu.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.header .navbar ._inner .sub-menu li {
  font-size: var(--text--fs-20);
  color: #ffffff;
  margin-bottom: 50px;
  line-height: 1.5;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}

.header .navbar ._inner .sub-menu li:last-child {
  margin-bottom: 0;
}

.header .navbar .m-menu {
  padding-top: 140px;
  max-width: var(--container);
  margin: auto;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header .navbar .m-menu li {
  font-size: 35px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.28;
  margin-bottom: 20px;
}

.header .navbar .m-menu .m-sub-menu {
  height: 0;
  overflow: hidden;
}

.header .navbar .m-menu .m-sub-menu._js-open {
  height: 100%;
  overflow: visible;
}

.header .navbar .m-menu .m-sub-menu .back {
  line-height: 1;
}

.header .navbar .m-menu .m-sub-menu .back a {
  font-size: 20px;
  color: #81c6d3;
  font-weight: 400;
  line-height: 1.5;
  text-transform: lowercase;
  position: relative;
}

.header .navbar .m-menu .m-sub-menu .back a::before {
  content: "";
  position: absolute;
  background-image: url(../img/icons/back-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 22px;
  left: -30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.header .navbar .m-menu .m-sub-menu ul {
  padding-top: 20px;
}

.header .navbar .m-menu .m-sub-menu ul li {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

.header .lang-change {
  display: none;
  position: relative;
  z-index: 999;
}

.header .lang-change ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .lang-change ul li {
  position: relative;
  font-size: var(--text--fs-18);
  color: #ffffff;
  font-weight: 400;
  line-height: 1.6;
}

.header .lang-change ul li.active {
  font-weight: 800;
}

.header .lang-change ul li::before {
  content: "";
  position: absolute;
  border: 1px solid #ffffff;
  right: 0;
  height: 80%;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.header .lang-change ul li:first-child {
  padding-right: 10px;
}

.header .lang-change ul li:last-child {
  padding-left: 10px;
}

.header .lang-change ul li:last-child::before {
  content: unset;
}

.header .menu-trigger {
  margin-right: 30px;
  margin-left: 40px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 999;
  background-color: #ffffff;
}

.header .menu-trigger:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.header .menu-trigger:hover span:nth-child(1) {
  -webkit-transform: scaleX(0.6);
      -ms-transform: scaleX(0.6);
          transform: scaleX(0.6);
}

.header .menu-trigger:hover span:nth-child(3) {
  -webkit-transform: scaleX(0.6);
      -ms-transform: scaleX(0.6);
          transform: scaleX(0.6);
}

.header .menu-trigger._js-active .menu-trigger-box span:nth-of-type(1) {
  top: 9px;
  opacity: 0;
}

.header .menu-trigger._js-active .menu-trigger-box span:nth-of-type(2) {
  top: 9px;
  opacity: 1;
}

.header .menu-trigger._js-active .menu-trigger-box span:nth-of-type(3) {
  top: 9px;
  opacity: 0;
}

.header .menu-trigger._js-active:hover {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
}

.header .menu-trigger._js-active:hover .menu-trigger-box span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  opacity: 1;
}

.header .menu-trigger._js-active:hover .menu-trigger-box span:nth-of-type(2) {
  opacity: 0;
}

.header .menu-trigger._js-active:hover .menu-trigger-box span:nth-of-type(3) {
  -webkit-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  opacity: 1;
}

.header .menu-trigger .menu-trigger-box {
  position: relative;
  width: 28px;
  height: 20px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.header .menu-trigger .menu-trigger-box span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #870051;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .menu-trigger .menu-trigger-box span:nth-of-type(1) {
  top: 0;
}

.header .menu-trigger .menu-trigger-box span:nth-of-type(2) {
  top: 9px;
}

.header .menu-trigger .menu-trigger-box span:nth-of-type(3) {
  bottom: 0;
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  z-index: 1;
}

.hero .hero-bg {
  position: absolute;
  top: 35%;
  -webkit-transform: translate(0, -35%);
      -ms-transform: translate(0, -35%);
          transform: translate(0, -35%);
  z-index: 0;
}

.hero .hero-img {
  position: relative;
}

.countdown {
  position: relative;
}

.countdown ._headline {
  position: relative;
}

.countdown ._headline::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
}

.countdown ._headline span {
  font-size: var(--text--fs-18);
  font-weight: 900;
}

.countdown .item {
  text-align: center;
}

.countdown .item span {
  font-size: var(--text--fs-100);
  font-weight: 900;
}

.countdown .item p {
  font-weight: 800;
  font-size: var(--text--fs-18);
}

.img-text {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.img-text::before {
  content: "";
  position: absolute;
  background-image: var(--link-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 100%;
  top: -10%;
  z-index: 2;
}

.img-text .img-text-slider {
  max-width: var(--container);
  margin: auto;
  z-index: 9;
}

.img-text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.img-text .item:hover .link {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.img-text .item:hover .link .inner {
  -webkit-transform: translate(40px, -40px);
      -ms-transform: translate(40px, -40px);
          transform: translate(40px, -40px);
  opacity: 0;
  height: 0;
}

.img-text .item:hover .link .second-img {
  -webkit-transform: translate(30px, -50px);
      -ms-transform: translate(30px, -50px);
          transform: translate(30px, -50px);
  opacity: 1 !important;
}

.img-text .item ._img img {
  margin-bottom: 20px;
}

.img-text .item ._text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.img-text .item ._text h4 {
  color: #c21b17;
  min-height: 70px;
  margin-bottom: 10px;
}

.img-text .item ._text .link {
  position: relative;
  width: 50px !important;
  height: 50px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 4px;
  border-radius: 50%;
  overflow: hidden;
}

.img-text .item ._text .link img {
  width: 50px;
  height: 50px;
}

.img-text .item ._text .link .second-img {
  position: absolute;
  width: 22px !important;
  height: 22px !important;
  left: -15px;
  bottom: -35px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.7s ease;
  transition: transform 0.7s ease, opacity 0.3s ease;
  transition: transform 0.7s ease, opacity 0.3s ease, -webkit-transform 0.7s ease;
}

.img-text .item ._text .link .inner {
  position: absolute;
  width: 22px !important;
  height: 22px !important;
  top: 15px;
  left: 14px;
  display: block;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.7s ease;
  transition: transform 0.7s ease, opacity 0.3s ease;
  transition: transform 0.7s ease, opacity 0.3s ease, -webkit-transform 0.7s ease;
}

.image {
  overflow: hidden;
}

.image .items {
  position: relative;
}

.image .items .image-slider .slick-list {
  overflow: visible;
}

.image .items .image-slider .slick-slide.last-slide {
  padding-right: 0;
  padding-left: 50px;
  /* Apply padding to the left side */
}

.image .items .image-slider .item {
  position: relative;
}

.image .items .image-slider .item ._text {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 30px;
}

.image .items .image-slider .item ._text span {
  font-size: var(--text--fs-110);
  line-height: 0.81;
  font-weight: 900;
  text-transform: uppercase;
}

.image .items .image-slider .item ._btn-wrapper p {
  font-size: var(--text--fs-18);
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 0;
}

.image .items .image-slider .item ._btn-wrapper img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 15px;
}

.image .items .custom-arrows {
  margin: auto;
  bottom: -60px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: unset;
  margin-left: auto;
  margin-right: calc((100vw - var(--container)) / 2);
  width: var(--container);
  position: absolute;
  right: 0;
}

.image .items .custom-arrows ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
}

.image .items .custom-arrows ul li {
  padding-left: 0;
  margin-bottom: 0;
}

.image .items .custom-arrows ul li::before {
  content: unset;
}

.image .items .custom-arrows ul li.prev {
  height: 25px;
  width: 25px;
  background-color: var(--arrow-color, #a81732);
  -webkit-mask: url(../img/icons/arrow-left.svg) no-repeat;
          mask: url(../img/icons/arrow-left.svg) no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  cursor: pointer;
  margin-top: 0;
}

.image .items .custom-arrows ul li.prev.hidden {
  opacity: 0;
  pointer-events: none;
}

.image .items .custom-arrows ul li.next {
  height: 25px;
  width: 25px;
  background-color: var(--arrow-color, #a81732);
  -webkit-mask: url(../img/icons/arrow-right.svg) no-repeat;
          mask: url(../img/icons/arrow-right.svg) no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  cursor: pointer;
  margin-top: 0;
}

.image .items .custom-arrows ul li.next.hidden {
  opacity: 0;
  pointer-events: none;
}

.news .items {
  position: relative;
}

.news .items .news-slider .slick-slide {
  margin: 0 27px;
}

.news .items .news-slider .slick-list {
  margin: 0 -27px;
}

.news .items .news-slider .item {
  background: #c21b17;
  height: 100%;
  padding-bottom: 20px;
}

.news .items .news-slider .item ._img img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 20px;
}

.news .items .news-slider .item ._text {
  padding: 20px;
}

.news .items .news-slider .item ._text h3 {
  font-weight: 900;
}

.news .items .news-slider .item ._text p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news .items .custom-arrows ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
}

.news .items .custom-arrows ul li {
  padding-left: 0;
  margin-bottom: 0;
}

.news .items .custom-arrows ul li::before {
  content: unset;
}

.news .items .custom-arrows ul li.prev {
  height: 25px;
  width: 25px;
  background-color: var(--arrow-color, #ffffff);
  -webkit-mask: url(../img/icons/prev-white.svg) no-repeat;
          mask: url(../img/icons/prev-white.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  cursor: pointer;
  margin-top: 0;
}

.news .items .custom-arrows ul li.prev.hidden {
  opacity: 0;
  pointer-events: none;
}

.news .items .custom-arrows ul li.next {
  height: 25px;
  width: 25px;
  background-color: var(--arrow-color, #ffffff);
  -webkit-mask: url(../img/icons/next-white.svg) no-repeat;
          mask: url(../img/icons/next-white.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  cursor: pointer;
  margin-top: 0;
}

.news .items .custom-arrows ul li.next.hidden {
  opacity: 0;
  pointer-events: none;
}

.counter .row {
  position: relative;
}

.counter .row::before {
  content: "";
  position: absolute;
  border-top: 1px solid #a81732;
  width: calc(var(--container) - 24px);
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.counter .row::after {
  content: "";
  position: absolute;
  border-top: 1px solid #a81732;
  width: calc(var(--container) - 24px);
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}

.counter .item span {
  color: #c21b17;
  font-size: var(--text--fs-70);
  line-height: 0.92;
  margin-bottom: 40px;
  font-weight: 900;
}

.counter .item h4 {
  margin-top: 20px;
}

.post {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.post._has-text::before {
  bottom: -7%;
}

.post._has-text .items .item ._img {
  position: relative;
}

.post._has-text .items .item ._img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.post._has-text .items .item.slick-center ._img::before {
  opacity: 1;
  background-color: transparent;
}

.post::before {
  content: "";
  position: absolute;
  background-image: var(--slider-bg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: calc(var(--img-height) / 2);
  width: 100%;
  z-index: 2;
  top: 600px;
}

.post .items {
  position: relative;
  padding-bottom: 40px;
  z-index: 3;
}

.post .items .item {
  margin: 0 8px;
}

.post .items .item ._text {
  margin-top: 40px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.post .items .item ._text h3 {
  font-weight: 900;
}

.post .items .item ._text h4 {
  color: #c21b17;
}

.post .items .item ._text h4 span {
  font-weight: 400;
}

.post .items .item.slick-center ._text {
  opacity: 1;
}

.post .items .custom-arrows {
  width: var(--container);
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.post .items .custom-arrows ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 20px;
}

.post .items .custom-arrows ul li {
  padding-left: 0;
  margin-bottom: 0;
}

.post .items .custom-arrows ul li::before {
  content: unset;
}

.post .items .custom-arrows ul li.prev {
  background-color: var(--arrow-color, #a81732);
  -webkit-mask: url(../img/icons/arrow-left.svg) no-repeat;
          mask: url(../img/icons/arrow-left.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.post .items .custom-arrows ul li.prev.hidden {
  opacity: 0;
  pointer-events: none;
}

.post .items .custom-arrows ul li.next {
  background-color: var(--arrow-color, #a81732);
  -webkit-mask: url(../img/icons/arrow-right.svg) no-repeat;
          mask: url(../img/icons/arrow-right.svg) no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.post .items .custom-arrows ul li.next.hidden {
  opacity: 0;
  pointer-events: none;
}

.post._has-img::before {
  height: calc(var(--post-img-height) / 2);
}

.sponsor {
  position: relative;
}

.sponsor img {
  position: relative;
  width: 100%;
}

.sponsor .st-top {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 9;
  opacity: 1;
  visibility: visible;
}

.sponsor span {
  font-size: var(--text--fs-14);
  font-weight: 800;
}

.sponsor ._logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.sponsor ._logos img {
  width: 100px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.presenter ._text-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.presenter ._text-img img {
  width: 170px;
  height: auto;
}

.presenter ._text-img h6 {
  color: #c21b17;
  line-height: 1.4;
  letter-spacing: 2.1px;
}

.faq .accordion-item .accordion-content h6 {
  font-size: var(--text--fs-23);
  color: #81c6d3;
}

.faq .accordion-item .accordion-content .line hr {
  margin: 2rem 0;
  background-color: #a81732;
  opacity: 1;
}

.faq .accordion-item .accordion-content ._price ._note p {
  font-size: 15px;
}

.faq .accordion-item .accordion-content ._price .item p {
  color: #a81732;
  margin-bottom: 0;
}

.faq .accordion-item .accordion-content ._price .item em,
.faq .accordion-item .accordion-content ._price .item i {
  font-size: var(--text--fs-45);
  font-weight: 900;
  color: #a81732;
  position: relative;
  font-style: normal;
}

.footer {
  position: relative;
}

.footer h3 {
  color: #81c6d3;
  font-weight: 900;
}

.footer .deco-img img {
  vertical-align: top;
}

.footer__links ._contact {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 40px;
}

.footer__links ._contact p {
  font-size: var(--text--fs-18);
  color: #81c6d3;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1;
}

.footer__links ._contact p b,
.footer__links ._contact p strong {
  font-size: var(--text--fs-30);
  padding-left: 10px;
  line-height: 1.5;
  color: #ffffff;
}

.footer__links ._contact p i {
  font-style: normal;
  letter-spacing: 2.7px;
}

.footer__links ._about {
  border-bottom: 1px solid #ffffff;
  padding: 25px 0 35px 0;
}

.footer__links ._about .item {
  position: relative;
}

.footer__links ._about .item::after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 100%;
  width: 2px;
  right: 10px;
  top: 0;
}

.footer__links ._about .btn-wrapper {
  margin-top: 0;
}

.footer__links ._about .social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.footer__links ._about .social-media img {
  width: 35px;
  height: 35px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__links ._about .social-media img:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.footer__links ._about .awards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__links ._about .awards img {
  width: 90px;
}

.footer__links ._menu {
  border-bottom: 1px solid #ffffff;
}

.footer__links ._menu li {
  font-size: var(--text--fs-20);
  font-weight: 400;
  padding-bottom: 15px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  padding-left: 0;
}

.footer__links ._menu li::before {
  content: unset;
}

.footer__links ._links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__links ._links ul li {
  position: relative;
  padding-right: 16px;
  font-size: var(--text--fs-14);
  line-height: 2.1;
}

.footer__links ._links ul li::before {
  content: unset;
}

.footer__links ._links ul li:first-child {
  padding-left: 0;
}

.footer__links ._links ul li:last-child::after {
  content: unset;
}

.footer__links ._links ul li::after {
  position: absolute;
  background: #ffffff;
  content: "";
  width: 2px;
  height: 60%;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.footer .copyright {
  z-index: 1;
  position: relative;
}

.footer .copyright__text {
  z-index: 3;
  text-align: right;
  position: absolute;
  bottom: 0;
  width: calc(var(--container) - 24px);
  padding-right: calc(var(--container) / 12 * 1);
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: 0;
}

.footer .copyright__text p {
  font-size: var(--text--fs-14);
  color: #000;
  line-height: 2.1;
}

.footer .copyright__text p a {
  color: inherit;
}

.footer .video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: contain;
}

.footer .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.st-top {
  font-size: var(--text--fs-18);
  font-weight: 800;
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 10px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  visibility: hidden;
  opacity: 0;
  color: #000;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.st-top::before {
  content: "";
  background-image: url(../img/icons/top-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: -30px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.st-top:hover::before {
  background-image: url(../img/icons/top-white.svg);
}

.st-top.st-is-visible,
.st-top.st-fade-out,
.no-touch .st-top:hover {
  -webkit-transition: all opacity 0.3s 0s, visibility 0s 0s;
  transition: all opacity 0.3s 0s, visibility 0s 0s;
}

.st-top.st-is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

.st-top.st-fade-out {
  opacity: 0.335;
}

.st-top:hover {
  color: #ffffff;
  opacity: 1 !important;
  z-index: 99;
}

.floating-menu {
  position: fixed;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
  min-width: 350px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.floating-menu.active {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}

.floating-menu ._navigation {
  z-index: 1;
  border-radius: 100vw;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.floating-menu ._navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 6px;
}

.floating-menu ._navigation ul li a {
  font-size: var(--text--fs-18);
  font-weight: 800;
  display: block;
  color: #a81732;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  padding: 10px 16px;
  position: relative;
}

.floating-menu ._navigation ul li a:hover {
  color: #ffffff;
}

.floating-menu .nav-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 100%;
  z-index: -1;
  border-radius: 100vw;
  background-color: #81c6d3;
  pointer-events: none;
}

.xoo-wsc-sc-subt {
  display: none;
}

.xoo-wsc-sc-bki {
  color: #c21b17;
  font-size: var(--text--fs-24);
}

.archive-top-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.archive-top-control .woocommerce-result-count {
  font-size: var(--text--fs-16);
  margin: 0;
}

.archive-top-control .woocommerce-ordering {
  margin: 0;
}

.archive-top-control .woocommerce-ordering .orderby {
  border: 1px solid #000;
  border-radius: 3px;
  width: 330px;
  height: 39px;
  background: #ffffff;
  color: #000;
  padding: 8px 24px 8px 16px;
  font-size: var(--text--fs-16);
  font-weight: bold;
}

.archive-top-control .woocommerce-ordering .orderby option {
  color: #000;
  font-weight: normal;
}

.product-listing-section .products {
  margin: 0 auto;
}

.product-list-card__item {
  background-color: #81c6d3;
  padding-bottom: 30px;
  height: 100%;
}

.product-list-card__item__content {
  padding-left: 16px;
  padding-right: 16px;
}

.product-list-card__item__content .product__category__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}

.product-list-card__item__content .btn,
.product-list-card__item__content .woocommerce div.product form.cart .button,
.woocommerce div.product form.cart .product-list-card__item__content .button,
.product-list-card__item__content .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .product-list-card__item__content .button,
.product-list-card__item__content .woocommerce Button.button,
.woocommerce .product-list-card__item__content Button.button,
.product-list-card__item__content .woocommerce .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button,
.woocommerce .woocommerce-Message.woocommerce-Message--info.woocommerce-info .product-list-card__item__content .woocommerce-Button.button,
.product-list-card__item__content .checkout_coupon.woocommerce-form-coupon .button,
.checkout_coupon.woocommerce-form-coupon .product-list-card__item__content .button,
.product-list-card__item__content .woocommerce a.button,
.woocommerce .product-list-card__item__content a.button,
.product-list-card__item__content .woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout .product-list-card__item__content a.checkout-button,
.product-list-card__item__content .woocommerce-cart table.cart td.actions .button,
.woocommerce-cart table.cart td.actions .product-list-card__item__content .button,
.product-list-card__item__content .product-list-card .products__links .product_type_customizable,
.product-list-card .products__links .product-list-card__item__content .product_type_customizable {
  width: 100%;
}

.product-list-card .thumbnail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 20px;
}

.product-list-card .thumbnail-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-list-card h4 {
  font-size: var(--text--fs-24);
  margin-bottom: 8px;
}

.product-list-card .price {
  font-size: var(--text--fs-16);
}

.product-list-card .link {
  font-size: var(--text--fs-16);
}

.product-list-card .link::before {
  top: 2.4px;
}

.product-list-card .products__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.woocommerce .woocommerce-pagination {
  margin-top: 40px;
}

.woocommerce .woocommerce-pagination ul.page-numbers {
  margin: 0;
  border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li {
  border: none;
  margin: 0 5px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a {
  color: #ffffff;
  font-size: var(--text--fs-16);
  padding: 0;
  min-width: auto;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a:hover {
  background: transparent !important;
  color: #81c6d3;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a:focus {
  background: transparent !important;
  color: #000;
}

.woocommerce .woocommerce-pagination ul.page-numbers li span {
  color: #000;
  font-size: var(--text--fs-16);
  padding: 0;
  min-width: auto;
  background: transparent !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers li .current {
  color: #ffffff;
  font-weight: 600;
}

.yith-wcan-filters-opener {
  background: transparent;
  float: left;
  margin-left: 15px;
}

.yith-wcan-filters-opener i {
  color: #c21b17;
  -webkit-filter: none !important;
          filter: none !important;
  margin-right: 8px !important;
}

.yith-wcan-filters-opener:hover {
  background: transparent !important;
}

.product-filters form .yith-wcan-filter h4.filter-title {
  color: #000;
  font-size: var(--text--fs-14);
  font-family: "Sofia Sans";
  font-weight: 600 !important;
  height: 39px;
  border-color: #000;
  border-width: 0.4px !important;
  padding: 10px 40px 10px 13px !important;
  width: auto;
  min-width: 180px;
}

.product-filters form .yith-wcan-filter .filter-count {
  font-weight: inherit !important;
  font-size: inherit !important;
}

.product-filters form .yith-wcan-filter .filter-content {
  border: none !important;
}

.product-filters form .yith-wcan-filter .filter-content ul {
  padding: 0 !important;
}

.product-filters form .yith-wcan-filter .filter-content ul li {
  line-height: 1 !important;
  margin-bottom: 15px !important;
}

.product-filters form .yith-wcan-filter .filter-content ul li .toggle-handle {
  top: 1px !important;
}

.product-filters form .yith-wcan-filter .filter-content ul li label {
  font-size: var(--text--fs-14);
  line-height: 20px;
  display: block;
  position: relative;
  padding-left: 21px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 0.2px;
}

.product-filters form .yith-wcan-filter .filter-content ul li label a {
  font-size: inherit;
  font-weight: inherit;
}

.product-filters form .yith-wcan-filter .filter-content ul li label input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  padding: 3px;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #c21b17;
  opacity: 1;
  position: absolute;
  cursor: pointer;
  margin-left: 0;
  margin-top: 3px;
  left: 0;
}

.product-filters form .yith-wcan-filter .filter-content ul li label input[type=checkbox]:checked {
  background: #c21b17;
}

.product-filters form .yith-wcan-filter .filter-content ul li .filter-items.filter-checkbox {
  padding-top: 15px !important;
  padding-left: 22px !important;
}

.product-filters form .yith-wcan-active-filters.no-titles.enhanced h4 {
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: "Sofia Sans";
  font-weight: 600;
  font-size: var(--text--fs-12);
}

.product-filters .yith-wcan-filters .reset-filters.enhanced {
  background: #c21b17;
  border-color: #c21b17;
  font-weight: 600;
}

.product-filters .yith-wcan-filters .reset-filters.enhanced:hover {
  color: #ffffff !important;
  border-color: #000 !important;
  background: #000 !important;
}

.product-filters .yith-wcan-filters .reset-filters.enhanced:before {
  display: none;
}

.product-filters .yith-wcan-filters .reset-filters.enhanced:after {
  display: none;
}

.product-filters .yith-wcan-filters .apply-filters {
  color: #ffffff !important;
  background: #c21b17;
}

.filter-content-footer .apply-filters.button {
  width: 100px;
  height: 36px;
  font-size: var(--text--fs-14);
  background: #c21b17 !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal !important;
  border-radius: 0;
}

.filter-content-footer .apply-filters.button:hover {
  color: #ffffff;
  background: #000 !important;
}

.badge {
  position: absolute;
  left: 0;
  top: 0;
  background: #81c6d3;
  z-index: 1;
  border-radius: 0;
  font-size: var(--text--fs-14);
  font-weight: 600;
}

.woocommerce-password-strength {
  font-size: var(--text--fs-16);
}

.woocommerce-password-hint {
  font-size: var(--text--fs-12);
}

.woocommerce-page .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.woocommerce-page .contact__form__module h2 {
  color: #000;
  margin-bottom: 30px;
  font-weight: normal;
}

.woocommerce-page .cart_totals .shop_table.shop_table_responsive {
  border: none;
  border-bottom: 1px solid #000;
}

.woocommerce-page .cart_totals .shop_table.shop_table_responsive tr th {
  font-size: var(--text--fs-20);
  font-weight: normal;
  color: #000;
  text-transform: uppercase;
  border-top: 1px solid #000;
}

.woocommerce-page .cart_totals .shop_table.shop_table_responsive tr td {
  font-size: var(--text--fs-20);
  font-weight: normal;
  border-top: 1px solid #000;
}

.woocommerce-page .cart_totals .shop_table.shop_table_responsive tr td .amount {
  font-weight: 600 !important;
}

.woocommerce-page .cart_totals table.shop_table_responsive tr td::before {
  font-size: var(--text--fs-12);
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

.woocommerce table.shop_table {
  margin: 0 0px 35px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
}

.woocommerce .cart_totals h2 {
  font-size: var(--text--fs-26);
  font-weight: 600;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.woocommerce .cart_totals table.shop_table {
  border-bottom: 0;
  padding-bottom: 0;
}

.woocommerce .cart_totals td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  border-top: 0;
  font-size: 18px;
  text-align: right;
}

.woocommerce .cart_totals th {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 0;
  border-top: 0;
  font-size: 18px;
}

.woocommerce .cart_totals table.shop_table_responsive tr td::before {
  font-size: var(--text--fs-14);
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents th {
  padding: 9px 12px;
  line-height: 1.5em;
  background: #c21b17;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: var(--text--fs-20);
  font-weight: 600;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents th:last-child {
  text-align: right;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td {
  border-top: 1px solid #000;
  text-align: center;
  font-size: var(--text--fs-20);
  font-weight: normal;
  padding: 12px 10px;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td:last-child {
  text-align: left;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td a {
  font-size: inherit;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-remove {
  text-align: center;
  max-width: 20px;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-remove a {
  text-align: center;
  float: none;
  margin: 0 auto;
  background: #f7f7f7;
  line-height: 22px;
  height: 22px;
  padding: 0;
  width: 22px;
  font-weight: 600;
  font-size: var(--text--fs-12);
  text-decoration: none;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-remove a:hover {
  color: #000 !important;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-thumbnail {
  max-width: 70px;
  min-width: 70px;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-quantity .quantity {
  max-width: 110px;
  margin: 0 auto;
  height: 32px;
  max-width: 110px;
  margin: 0;
  height: 32px;
  display: inline-block;
  width: 100%;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-quantity .quantity .qty {
  font-size: var(--text--fs-20);
  background: #f7f7f7;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents td.product-subtotal .woocommerce-Price-amount {
  font-weight: 600;
  font-size: var(--text--fs-20);
  color: #000;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent;
}

.woocommerce .woocommerce-cart-form {
  margin-top: 20px;
}

.product-subtotal .woocommerce-Price-amount {
  font-weight: 600;
  font-size: var(--text--fs-12);
}

.woocommerce-cart-form__cart-item:first-child td {
  border-top: 0;
}

.coupon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  background: #f7f7f7;
  border: none;
  min-width: 140px;
  padding: 7px 10px;
}

.woocommerce-cart table.cart td.actions .coupon + .button {
  float: right;
  margin-left: auto;
  margin-right: 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
}

.shipping-calculator-form .button {
  background: #c21b17 !important;
  color: #ffffff !important;
  border: 1px solid #c21b17 !important;
  padding: 0 11px !important;
  height: auto !important;
  font-size: var(--text--fs-12) !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  height: 35px !important;
}

.shipping-calculator-form .button:hover {
  background: #000 !important;
  color: #ffffff !important;
}

.select2-container--default .select2-selection--single {
  background-color: #81c6d3;
  border: 1px solid #aaa;
  border-radius: 0;
}

.select2-container--default .select2-selection--single {
  background-color: #ffffff;
  border: 1px solid #c21b17;
  border-radius: 8px;
  height: 50px;
  padding: 6px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.cart_totals form .form-row input.input-text {
  background: #000;
  padding: 10px 10px;
  min-height: 40px;
}

.woocommerce-error {
  margin-top: 20px;
  background-color: #c21b17 !important;
  border-top-color: #81c6d3;
  color: #ffffff;
  font-weight: normal;
  font-size: var(--text--fs-16);
}

.woocommerce-error::before {
  color: #ffffff;
}

.woocommerce-error a {
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce-error li:before {
  content: none;
  display: none;
}

.woocommerce-message {
  margin-top: 20px;
  background-color: #c21b17 !important;
  border-top-color: #81c6d3;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
}

.woocommerce-message::before {
  color: #ffffff;
}

.woocommerce-message a {
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn {
  width: auto;
  height: 36px;
  font-size: var(--text--fs-12);
  color: #ffffff;
  background: #c21b17;
  margin-top: 20px;
  line-height: 36px;
  padding: 0 5px;
  font-weight: 600;
  margin-top: 0;
}

.woocommerce .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn::after {
  display: none;
}

.woocommerce .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn::before {
  display: none;
}

.woocommerce .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn:hover {
  color: #ffffff;
  background: #000;
}

.woocommerce .xoo-wsc-ft-buttons-cont .xoo-wsc-ft-btn:focus {
  color: #ffffff;
  background: #000;
}

.woocommerce ul#shipping_method li {
  margin: 0;
  line-height: inherit;
}

.woocommerce .return-to-shop {
  margin-top: 10px;
}

.trustbadges-wrapper {
  clear: both;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: -6px;
  margin-right: -6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.trustbadges-wrapper .item {
  margin-left: 10px;
  margin-right: 10px;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: auto;
}

.trustbadges-wrapper .item:first-child {
  margin-left: 0;
}

.trustbadges-wrapper .item:last-child {
  margin-right: 0;
}

.woocommerce-page h3 {
  font-size: var(--text--fs-32);
}

.woocommerce .woocommerce-customer-details table,
.woocommerce .woocommerce-order-details table,
.woocommerce .woocommerce-order-downloads table {
  min-width: 500px;
  overflow-y: auto;
}

.woocommerce ul.order_details li,
.woocommerce ul.wc-item-meta li {
  padding-left: 0;
}

.woocommerce ul.order_details li:before,
.woocommerce ul.wc-item-meta li:before {
  content: none;
  display: none;
}

.woocommerce ul.wc-item-meta li {
  font-size: var(--text--fs-14);
}

.woocommerce ul.wc-item-meta li p {
  font-size: inherit;
}

.woocommerce-info {
  margin-top: 20px;
  background-color: #c21b17 !important;
  border-top-color: #81c6d3;
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
}

.woocommerce-info::before {
  color: #ffffff;
}

.woocommerce-info a {
  font-size: inherit;
  font-weight: inherit;
}

.woocommerce-noreviews {
  background-color: #000 !important;
  border-top-color: #000;
  color: #000;
  font-weight: 600;
}

p.no-comments {
  background-color: #000 !important;
  border-top-color: #000;
  color: #000;
  font-weight: 600;
}

.woocommerce-checkout .checkout .woocommerce-form__label-for-checkbox.checkbox {
  position: relative;
  padding-left: 25px;
}

.woocommerce-checkout .checkout .woocommerce-form__label-for-checkbox.checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  padding: 3px;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #c21b17;
  opacity: 1;
  top: 2px;
  position: absolute;
  cursor: pointer;
  margin-left: 0;
  margin-top: 0;
  left: 0;
}

.woocommerce-checkout .checkout .woocommerce-form__label-for-checkbox.checkbox input[type=checkbox]:checked {
  background: #c21b17;
  border: 1px solid #c21b17;
}

.woocommerce-checkout .checkout .woocommerce-form__label-for-checkbox.checkbox input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.woocommerce-checkout .checkout #ship-to-different-address .woocommerce-form__label-for-checkbox.checkbox input[type=checkbox] {
  top: 6.5px;
}

.woocommerce-checkout .checkout ul.dhl-preferred-location-types li {
  position: relative;
  padding-left: 25px;
  min-width: 100px;
}

.woocommerce-checkout .checkout ul.dhl-preferred-location-types li input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  padding: 3px;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 1;
  top: 1px;
  position: absolute;
  cursor: pointer;
  margin-left: 0;
  margin-top: 0;
  left: 0;
}

.woocommerce-checkout .checkout ul.dhl-preferred-location-types li input[type=radio]:checked {
  background: #000;
}

.woocommerce-checkout .checkout ul.dhl-preferred-location-types li input[type=radio]:checked::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}

.woocommerce-checkout .checkout table.shop_table.woocommerce-checkout-review-order-table {
  border: 1px solid #000 !important;
  background: transparent;
  margin-top: 30px;
  padding: 0;
  border-spacing: 0;
}

.woocommerce-checkout .checkout table.shop_table.woocommerce-checkout-review-order-table thead tr th {
  padding: 9px 12px;
  line-height: 1.5em;
  background: #c21b17;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: var(--text--fs-14);
  font-weight: 600;
  border: none;
}

.woocommerce-checkout .checkout table.shop_table.woocommerce-checkout-review-order-table thead tr th.product-name {
  text-align: left;
}

.woocommerce-checkout .checkout table.shop_table.woocommerce-checkout-review-order-table thead tr th.product-total {
  text-align: right;
}

.woocommerce-checkout .checkout table.shop_table.woocommerce-checkout-review-order-table tr th {
  font-size: var(--text--fs-18);
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  border-top: 1px solid #000;
}

.woocommerce-checkout .checkout table.shop_table.woocommerce-checkout-review-order-table tr td {
  font-size: var(--text--fs-16);
  font-weight: normal;
  color: #000;
  border-top: 1px solid #000;
  text-align: right;
  padding: 9px 12px;
  line-height: inherit;
  vertical-align: middle;
  text-align: left;
}

.woocommerce-checkout .checkout table.shop_table.woocommerce-checkout-review-order-table tr td label {
  font-size: var(--text--fs-14);
  font-weight: normal;
}

.woocommerce-checkout .checkout table.shop_table.woocommerce-checkout-review-order-table tr td .amount {
  font-weight: normal !important;
  font-size: var(--text--fs-16);
}

.woocommerce-checkout .checkout table.shop_table.woocommerce-checkout-review-order-table tr.cart_item td {
  border-top: none;
}

.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before {
  content: unset;
}

.woocommerce-info a {
  text-decoration: underline;
}

.woocommerce a.button {
  padding: 8px 11px;
  font-size: var(--text--fs-14);
  font-weight: 600;
  border-radius: 0;
  min-width: auto;
}

.lost_password a {
  font-weight: 600;
  font-size: var(--text--fs-14);
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  position: relative;
  padding-left: 25px;
  padding-top: 5px;
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  padding: 3px;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #c21b17;
  opacity: 1;
  top: 15px;
  position: absolute;
  cursor: pointer;
  margin-left: 0;
  margin-top: 0;
  left: 0;
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input[type=checkbox]:checked {
  background: #c21b17;
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input[type=checkbox]:checked::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
}

.checkout_coupon.woocommerce-form-coupon .button {
  padding: 15px 25px;
  border-radius: 24px;
  font-size: var(--text--fs-12);
}

.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

.woocommerce-checkout #payment ul.payment_methods {
  border: none;
  padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods li {
  padding-left: 0;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: #c21b17;
  color: #ffffff;
}

.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid #c21b17;
  border-top-color: #c21b17;
  border-right-color: #c21b17;
  border-left-color: #c21b17;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}

.woocommerce-checkout #payment div.payment_box p {
  font-size: var(--text--fs-14);
  letter-spacing: 0;
  font-weight: normal;
}

.wc_pages .wc_pages-title {
  margin-bottom: 22px;
}

#customer_login .woocommerce-form.login,
#customer_login form.register {
  min-height: 320px;
}

.woocommerce .col2-set {
  padding-top: 20px;
}

.woocommerce #order_review_heading {
  margin-top: 30px;
}

.woocommerce .woocommerce-Message.woocommerce-Message--info.woocommerce-info .woocommerce-Button.button {
  margin-left: auto;
  border-radius: 0;
  font-size: var(--text--fs-12);
  font-weight: 600;
  min-width: auto;
}

.woocommerce-MyAccount-navigation ul li {
  color: #000;
  padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li:before {
  display: none;
  content: "";
}

.woocommerce-MyAccount-navigation ul li.is-active {
  color: #81c6d3;
}

.woocommerce-MyAccount-navigation ul li.is-active a:hover {
  color: #c21b17;
}

.woocommerce-MyAccount-navigation ul li a {
  color: inherit;
  font-weight: normal;
  padding: 15px 10px;
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #000;
}

.woocommerce-MyAccount-navigation ul li a:hover {
  color: #81c6d3;
}

.addresses .title .edit {
  float: unset;
  color: #000;
  font-size: var(--text--fs-12);
  font-weight: normal;
  text-decoration: underline;
  font-style: italic;
}

.woocommerce .form-row input.input-text {
  color: #000;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid #000;
  background: #fff;
  border-radius: 8px;
  outline: 0;
  padding: 0.125em 1em;
  line-height: normal;
}

.woocommerce .form-row textarea {
  color: #000;
  height: 5em;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid #000;
  background: #fff;
  border-radius: 8px;
  outline: 0;
  padding: 1em 1em;
  line-height: normal;
}

.woocommerce form .form-row label {
  font-size: var(--text--fs-18);
  color: #a81732;
  font-weight: 900;
  margin-left: 20px;
}

.woocommerce form .form-row .required {
  color: #81c6d3;
}

.woocommerce form .form-row textarea {
  color: #000;
  height: 5em;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid #000;
  background: #fff;
  border-radius: 8px;
  outline: 0;
  padding: 1em 1em;
  line-height: normal;
}

.woocommerce fieldset legend {
  font-weight: 600;
  margin-top: 20px;
  color: #000;
  font-family: "Sofia Sans";
  font-size: var(--text--fs-14);
}

.woocommerce Button.button {
  font-size: var(--text--fs-18);
  border-radius: 8px;
  padding: 13px 25px;
  outline: none;
}

.woocommerce Button.button:hover {
  background-color: #ffffff !important;
  color: #c21b17 !important;
}

.woocommerce-MyAccount-content p {
  font-size: var(--text--fs-16);
}

.woocommerce-MyAccount-content p a {
  color: #81c6d3;
  font-weight: 600;
}

.woocommerce-MyAccount-content .woocommerce-Address {
  border: 1px solid #000;
  min-height: 140px;
  width: 48%;
}

.woocommerce-MyAccount-content .woocommerce-Address address {
  padding: 5px 15px;
}

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 20px;
}

.woocommerce-Address-title.title {
  background: #c21b17;
  padding: 5px 15px;
  color: #ffffff;
}

.woocommerce-account .addresses .title h3 {
  font-size: var(--text--fs-16);
  text-transform: uppercase;
  float: unset;
}

.woocommerce-account .addresses address {
  font-size: var(--text--fs-14);
  line-height: 1.5;
  margin-top: 10px;
  padding: 0 16px;
}

.woocommerce table.shop_table {
  border-spacing: 0;
}

.woocommerce table.shop_table th {
  padding: 9px 12px;
  line-height: 1.5em;
  background: #c21b17;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-size: var(--text--fs-14);
  font-weight: 600;
}

.woocommerce table.shop_table td {
  text-align: center;
  font-size: var(--text--fs-12);
  font-weight: normal;
  padding: 12px 10px;
}

.woocommerce table.shop_table td a {
  color: #81c6d3;
}

.woocommerce table.shop_table td .button {
  padding: 8px 11px;
  font-size: var(--text--fs-12);
  font-weight: 600;
  min-width: 10px;
  margin-left: auto;
}

.woocommerce-checkout-review-order-table th {
  text-align: left !important;
  background: transparent !important;
}

.woocommerce-checkout .checkout table.shop_table.woocommerce-checkout-review-order-table thead tr th {
  background: #c21b17 !important;
}

.woocommerce-checkout .checkout table.shop_table.woocommerce-checkout-review-order-table thead tr th.product-total {
  text-align: right !important;
}

.woocommerce table.shop_table tfoot th {
  font-weight: 600;
  color: #000;
  background: transparent;
  text-align: left;
}

.woocommerce table.shop_table tfoot td {
  font-weight: 600;
  color: #000;
  text-align: right;
}

.woocommerce table.shop_table tfoot td small {
  font-size: var(--text--fs-12);
  font-weight: 600;
}

.woocommerce table.shop_table th:first-child {
  text-align: left;
}

.woocommerce table.shop_table th:last-child {
  text-align: right;
}

.woocommerce table.shop_table td {
  text-align: right;
  font-size: var(--text--fs-14);
  padding: 12px 10px;
  color: #000;
  font-weight: 600;
}

.woocommerce table.shop_table td:first-child {
  text-align: left;
}

.woocommerce table.shop_table td:last-child {
  text-align: right;
}

.woocommerce table.shop_table td.woocommerce-table__product-name.product-name {
  text-align: left;
}

.woocommerce table.shop_table td.woocommerce-table__product-total.product-total {
  text-align: right;
  font-weight: 600;
}

.woocommerce .return-to-shop {
  margin-top: 10px;
}

.cart-collaterals .shop_table.shop_table_responsive th {
  background: transparent;
}

.cart-collaterals .shop_table.shop_table_responsive td {
  text-align: right;
}

.cart-collaterals .shop_table.shop_table_responsive td form .form-row {
  text-align: left;
}

.woocommerce-account .addresses address {
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 140px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr.woocommerce-table__line-item.order_item td {
  background: #ffffff;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
  background: #ffffff;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr td {
  background: #ffffff;
}

.addresses address {
  font-size: var(--text--fs-14);
  line-height: 1.5;
  margin-top: 10px;
  padding: 0 16px;
  border-radius: 0 !important;
  min-height: 130px;
  border-width: 1px !important;
}

.woocommerce .woocommerce-breadcrumb {
  margin-top: 30px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0;
  font-size: var(--text--fs-14);
}

.woocommerce .woocommerce-breadcrumb a {
  color: #ffffff;
  font-weight: 300;
  letter-spacing: 0;
  font-size: var(--text--fs-14);
}

.woocommerce .product-gallery-column .woocommerce-product-gallery.images {
  width: 100%;
}

.woocommerce .entry-summary-column .summary.entry-summary {
  float: left;
  width: 100%;
}

.woocommerce .entry-summary-column .summary.entry-summary .product_title.entry-title {
  font-size: var(--text--fs-36);
  margin-bottom: 20px;
}

.woocommerce div.product p.price {
  color: #000;
  font-size: var(--text--fs-26);
  margin-bottom: 0;
}

.woocommerce div.product p.price ins {
  text-decoration: none;
}

.woocommerce div.product span.price {
  color: #000;
  font-size: var(--text--fs-20);
}

.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce div.product form.cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0;
  width: 61px;
  height: 39px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
}

.woocommerce div.product form.cart.yith-wcpb-bundle-form {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce div.product form.cart.yith-wcpb-bundle-form .yith-wcpb-product-bundled-item-data {
  font-size: var(--text--fs-16);
}

.woocommerce .product_meta {
  font-size: var(--text--fs-16);
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

.woocommerce .quantity .qty {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: var(--text--fs-20);
  color: #000;
}

.woocommerce a.added_to_cart {
  display: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
  row-gap: 20px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.single-product-summary-section .container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.woocommerce-product-rating .star-rating span::before {
  color: #000;
}

.woocommerce-product-rating .wc-gzd-rating-authenticity-status {
  font-size: var(--text--fs-12);
}

.product p.wc-gzd-additional-info {
  font-size: var(--text--fs-16);
  font-weight: normal;
}

.woocommerce-product-details__short-description {
  margin-bottom: 30px;
}

.woocommerce-product-details__short-description p {
  font-size: var(--text--fs-16);
}

.woocommerce-product-details__short-description ul li {
  font-size: var(--text--fs-16);
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
  margin-bottom: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background: transparent;
  border-radius: 0;
  margin: 0 10px;
  padding: 0;
  min-width: 145px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  font-weight: normal;
  color: #000;
  text-decoration: none;
  font-size: var(--text--fs-24);
  position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: #000;
  font-style: italic;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover::after {
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a::after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #c21b17;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  border-bottom-color: transparent;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a::after {
  width: 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}

.woocommerce #review_form #respond p {
  margin: 10px 0 10px;
}

.woocommerce #review_form #respond p.comment-form-author {
  width: 49%;
  float: left;
  padding-right: 5px;
}

.woocommerce #review_form #respond p.comment-form-email {
  width: 49%;
  float: right;
  padding-left: 5px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 22px;
}

.woocommerce #review_form #respond p.comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 4px;
}

.woocommerce #review_form #respond input[type=text] {
  width: 100%;
  background: #f5eee9;
  height: 35px;
}

.woocommerce #review_form #respond input[type=email] {
  width: 100%;
  background: #f5eee9;
  height: 35px;
}

.woocommerce #review_form #respond textarea {
  background: #f5eee9;
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.entry-content {
  max-width: 870px;
  margin: 0 auto !important;
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.entry-content .woocommerce-Reviews p {
  text-align: left;
  font-size: var(--text--fs-16);
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.entry-content .woocommerce-Reviews p a {
  text-decoration: underline;
  color: #c21b17;
  font-weight: 600;
  font-size: var(--text--fs-16);
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.entry-content .woocommerce-Reviews .comment-reply-title {
  margin: 15px 0 15px;
  float: left;
  width: 100%;
  font-size: var(--text--fs-16);
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.entry-content .comment-form {
  margin-top: 30px;
}

.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel.entry-content .woocommerce-noreviews {
  background-color: #c21b17 !important;
  border-top-color: transparent;
  color: #ffffff;
  padding: 8px 15px;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 0.5em;
  color: #000;
  text-align: center;
}

p.stars.selected a.active::before {
  color: #c21b17 !important;
}

p.stars.selected a:not(.active)::before {
  color: #c21b17 !important;
}

p.stars:hover a::before {
  color: #c21b17 !important;
}

.comment-form-rating {
  margin: 20px 0 40px;
}

.comment-form-rating label {
  font-size: var(--text--fs-14);
}

.comment-form .form-submit #submit {
  margin-top: 10px !important;
  width: 100px;
  height: 36px;
  border-radius: 0 !important;
  background: #c21b17 !important;
  border: 1px solid #000 !important;
  text-transform: uppercase;
  font-size: var(--text--fs-12) !important;
  letter-spacing: 0;
  color: #ffffff;
  font-weight: 600 !important;
  color: #ffffff !important;
  padding: 0 !important;
  border: none !important;
  text-transform: none;
}

.comment-form .form-submit #submit:hover {
  color: #ffffff;
  background: #000 !important;
}

.nav-tabs.singlepage__tabs {
  text-align: center;
  border: none;
  margin: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.nav-tabs.singlepage__tabs .nav-link {
  background: transparent !important;
  padding: 0;
  font-size: var(--text--fs-12);
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  border: none !important;
}

.nav-tabs.singlepage__tabs .nav-link:hover {
  text-decoration: underline;
  color: #000;
}

.nav-tabs.singlepage__tabs .nav-link.active {
  text-decoration: underline;
  color: #000;
}

.nav__tab__content .entry-content.tab-pane {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav__tab__content .entry-content.tab-pane.active.show {
  display: block !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 600;
  color: #000;
}

.woocommerce div.product form.cart .variations span.woo-selected-variation-item-name {
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}

.button-variable-items-wrapper li {
  border-radius: 0 !important;
  border: 1px solid #000 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #000 !important;
}

.button-variable-items-wrapper li.selected {
  background: #000 !important;
  border: 1px solid #000 !important;
  color: #ffffff !important;
}

.single_variation_wrap a {
  font-weight: 600;
  position: relative;
  text-decoration: underline;
  color: #000 !important;
  top: -4px;
}

.wvs-has-image-tooltip::before {
  background-color: #000;
}

.wvs-has-image-tooltip::after {
  border-top-color: #000;
}

[data-wvstooltip]::before {
  background-color: #000;
}

[data-wvstooltip]::after {
  border-top-color: #000;
}

.related.products h2 {
  margin-bottom: 25px;
}

.related .products .product-list-card .product-name {
  font-size: "Sofia Sans";
  text-align: center;
  margin-bottom: 8px;
}

.related .products .product-list-card p.price {
  font-size: var(--text--fs-20);
  text-align: center;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .comment-form .comment-form-comment label {
  color: #000;
  font-size: var(--text--fs-14);
  margin-bottom: 25px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .comment-form .comment-form-comment textarea {
  border-width: 0 0 0.7px;
  border-color: #c21b17;
  border-radius: 0;
  background: transparent !important;
  padding: 0;
  color: #000;
  font-size: var(--text--fs-14);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
  margin-bottom: 40px !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .comment-form input[type=text] {
  border-width: 0 0 0.7px;
  border-color: #c21b17;
  border-radius: 0;
  background: transparent !important;
  padding: 0;
  color: #000;
  font-size: var(--text--fs-14);
  height: 35px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .comment-form input[type=email] {
  border-width: 0 0 0.7px;
  border-color: #c21b17;
  border-radius: 0;
  background: transparent !important;
  padding: 0;
  color: #000;
  font-size: var(--text--fs-14);
  height: 35px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: solid;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .comment-form .comment-form-cookies-consent {
  font-size: var(--text--fs-14) !important;
  line-height: 20px;
  display: block;
  position: relative;
  padding-left: 30px !important;
  margin-bottom: 30px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 0.2px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .comment-form .comment-form-cookies-consent input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  padding: 3px;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid #c21b17;
  opacity: 1;
  position: absolute;
  cursor: pointer;
  margin-left: 0;
  margin-top: 0;
  top: 0 !important;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .comment-form .comment-form-cookies-consent input[type=checkbox]:checked {
  background: #c21b17;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .comment-form .comment-form-cookies-consent label {
  font-size: var(--text--fs-14);
  line-height: 20px;
  cursor: pointer;
}

.info-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info-icons-wrapper .info-icon {
  margin: 6px;
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.info-icons-wrapper .info-icon img {
  margin-bottom: 8px;
}

.single-product .gallery-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-product .gallery-icons-wrapper .gallery-icon {
  margin: 6px;
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}

.single-product .payment-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -6px;
  margin-right: -6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
}

.single-product .payment-icons-wrapper .payment-icon {
  margin: 6px;
  width: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  height: auto;
}

.single-product .payment-icons-wrapper .payment-icon img {
  width: 100%;
  height: auto;
}

.single-product .benefit-icons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-top: 20px;
}

.single-product .benefit-icons-wrapper .benefit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.single-product .benefit-icons-wrapper .benefit-row .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin-right: 15px;
}

.single-product .benefit-icons-wrapper .benefit-row p {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  font-size: var(--text--fs-16);
}

.single-product .benefit-icons-wrapper .benefit-row p a {
  color: #000;
}

.single-product .benefit-icons-wrapper .benefit-row p a:hover {
  text-decoration: underline;
}

.single-product .add-to-product-section {
  position: relative;
}

.single-product .add-to-product-section.show-wrapper .add-to-product-wrapper {
  -webkit-transform: translateY(calc(-100% - 15px));
      -ms-transform: translateY(calc(-100% - 15px));
          transform: translateY(calc(-100% - 15px));
}

.single-product .add-to-product-wrapper {
  position: fixed;
  top: 100vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 40;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.single-product .add-to-product-wrapper .name,
.single-product .add-to-product-wrapper .price {
  font-size: 14px;
  display: block;
  text-align: center;
}

.single-product .add-to-product-wrapper .name {
  margin-bottom: 10px;
}

.single-product .add-to-product-wrapper .price del {
  opacity: 0.7;
}

.single-product .add-to-product-wrapper .price ins {
  font-weight: bold;
  text-decoration: none;
}

.single-product .add-to-product-wrapper .add-to-cart-button {
  margin-top: 15px;
  padding: 4px 10px;
  color: #ffffff;
  text-decoration: none;
  background: #81c6d3;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: var(--text--fs-16);
  border-radius: 0;
  float: none;
  font-weight: normal;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-align: center;
  border: none;
}

.single-product .add-to-product-wrapper .add-to-cart-button:hover {
  background: #000;
  color: #ffffff;
}

@media (min-width: 576px) {
  :root {
    --container: 520px;
  }

  .post._has-text .items .custom-arrows {
    top: calc(var(--img-height) + 40px);
    bottom: auto;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: unset;
    margin-left: auto;
    margin-right: calc((100vw - var(--container)) / 2);
    left: unset;
  }

  .single-product .add-to-product-wrapper {
    width: 400px;
  }
}

@media (min-width: 768px) {
  :root {
    --container: 720px;
  }

  .single-product .add-to-product-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 600px;
  }

  .single-product .add-to-product-wrapper .name,
  .single-product .add-to-product-wrapper .price {
    text-align: left;
  }

  .single-product .add-to-product-wrapper .add-to-cart-button {
    padding: 8px 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70px;
            flex: 0 1 70px;
    margin-left: 10px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-top: 0;
    min-width: 150px;
  }
}

@media (min-width: 992px) {
  :root {
    --container: 960px;
    --bs-gutter-x: 2rem;
  }

  .header .navbar ._inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .footer .copyright ._mobile {
    display: none;
  }

  .yith-wcan-filters-opener.enhanced {
    display: none;
  }

  .trustbadges-wrapper .item {
    width: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
  }

  .wc_pages .wc_pages-title {
    margin-bottom: 36px;
  }

  .single-product .gallery-icons-wrapper .gallery-icon {
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container: 1140px;
  }

  .row {
    --bs-gutter-x: 2rem;
    margin-right: calc(var(--bs-gutter-x) * -1);
    margin-left: calc(var(--bs-gutter-x) * -1);
  }

  .row .row {
    --bs-gutter-x: 2rem;
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
  }
}

@media (min-width: 1400px) {
  :root {
    --container: 1320px;
  }

  .accordion .accordion-item .accordion-header ._heading ._icon {
    width: calc(var(--container) / 12 * 1 - 32px);
  }

  .accordion .accordion-item .accordion-header ._heading ._head {
    width: calc(var(--container) / 12 * 11 + 12px);
  }

  .accordion .accordion-item .accordion-content {
    margin-left: calc(var(--container) / 12 * 1);
    padding-left: 0;
  }
}

@media (min-width: 1680px) {
  :root {
    --container: 1540px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: var(--container);
  }
}

@media (max-width: 1399.98px) {
  :root {
    --text--fs-18: 18px;
  }

  :root {
    --text--fs-20: 20px;
  }

  :root {
    --text--fs-30: 28px;
  }

  :root {
    --text--fs-35: 30px;
  }

  :root {
    --text--fs-45: 40px;
  }

  :root {
    --text--fs-55: 50px;
  }

  :root {
    --text--fs-70: 60px;
  }

  :root {
    --text--fs-90: 70px;
  }

  :root {
    --text--fs-100: 80px;
  }

  :root {
    --text--fs-110: 85px;
  }

  .pv-55 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-55 {
    padding-top: 50px;
  }

  .pb-55 {
    padding-bottom: 50px;
  }

  .pv-75 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-75 {
    padding-top: 50px;
  }

  .pb-75 {
    padding-bottom: 50px;
  }

  .pv-125 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pt-125 {
    padding-top: 75px;
  }

  .pb-125 {
    padding-bottom: 75px;
  }

  .pv-100 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pt-100 {
    padding-top: 75px;
  }

  .pb-100 {
    padding-bottom: 75px;
  }

  .pv-150 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-150 {
    padding-top: 100px;
  }

  .pb-150 {
    padding-bottom: 100px;
  }

  .pv-175 {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .pt-175 {
    padding-top: 125px;
  }

  .pb-175 {
    padding-bottom: 125px;
  }

  .pv-200 {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .pt-200 {
    padding-top: 150px;
  }

  .pb-200 {
    padding-bottom: 150px;
  }

  .pv-225 {
    padding-top: 175px;
    padding-bottom: 175px;
  }

  .pt-225 {
    padding-top: 175px;
  }

  .pb-225 {
    padding-bottom: 175px;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .mb-25 {
    margin-bottom: 25px !important;
  }

  .mt-50 {
    margin-top: 40px;
  }

  .mb-50 {
    margin-bottom: 40px !important;
  }

  .mt-75 {
    margin-top: 50px;
  }

  .mb-75 {
    margin-bottom: 50px !important;
  }

  .mt-100 {
    margin-top: 80px;
  }

  .mb-100 {
    margin-bottom: 80px !important;
  }

  .mt-150 {
    margin-top: 100px;
  }

  .mb-150 {
    margin-bottom: 100px !important;
  }

  .mt-200 {
    margin-top: 150px;
  }

  .mb-200 {
    margin-bottom: 150px !important;
  }

  .accordion .accordion-item .accordion-header ._heading {
    gap: 20px;
  }
}

@media (max-width: 1199.98px) {
  .mt-25 {
    margin-top: 25px;
  }

  .mb-25 {
    margin-bottom: 25px !important;
  }

  .mt-50 {
    margin-top: 40px;
  }

  .mb-50 {
    margin-bottom: 40px !important;
  }

  .mt-75 {
    margin-top: 50px;
  }

  .mb-75 {
    margin-bottom: 50px !important;
  }

  .mt-100 {
    margin-top: 80px;
  }

  .mb-100 {
    margin-bottom: 80px !important;
  }

  .mt-150 {
    margin-top: 100px;
  }

  .mb-150 {
    margin-bottom: 100px !important;
  }

  .mt-200 {
    margin-top: 150px;
  }

  .mb-200 {
    margin-bottom: 150px !important;
  }

  .img-text .img-text-slider {
    padding-left: calc((100% - var(--container)) / 2 + 12px);
    max-width: unset;
  }
}

@media (max-width: 991.98px) {
  :root {
    --text--fs-18: 16px;
  }

  :root {
    --text--fs-20: 18px;
  }

  :root {
    --text--fs-23: 18px;
  }

  :root {
    --text--fs-26: 22px;
  }

  :root {
    --text--fs-30: 24px;
  }

  :root {
    --text--fs-35: 25px;
  }

  :root {
    --text--fs-45: 35px;
  }

  :root {
    --text--fs-55: 45px;
  }

  :root {
    --text--fs-70: 45px;
  }

  :root {
    --text--fs-90: 50px;
  }

  :root {
    --text--fs-100: 60px;
  }

  :root {
    --text--fs-110: 80px;
  }

  .pv-55 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-55 {
    padding-top: 50px;
  }

  .pb-55 {
    padding-bottom: 50px;
  }

  .pv-75 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-75 {
    padding-top: 40px;
  }

  .pb-75 {
    padding-bottom: 40px;
  }

  .pv-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pv-125 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-125 {
    padding-top: 70px;
  }

  .pb-125 {
    padding-bottom: 70px;
  }

  .pv-150 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-150 {
    padding-top: 80px;
  }

  .pb-150 {
    padding-bottom: 80px;
  }

  .pv-175 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .pt-175 {
    padding-top: 100px;
  }

  .pb-175 {
    padding-bottom: 100px;
  }

  .pv-200 {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .pt-200 {
    padding-top: 75px;
  }

  .pb-200 {
    padding-bottom: 75px;
  }

  .pv-225 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .pt-225 {
    padding-top: 120px;
  }

  .pb-225 {
    padding-bottom: 120px;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .mb-25 {
    margin-bottom: 25px !important;
  }

  .mt-50 {
    margin-top: 35px;
  }

  .mb-50 {
    margin-bottom: 35px !important;
  }

  .mt-75 {
    margin-top: 40px;
  }

  .mb-75 {
    margin-bottom: 40px !important;
  }

  .mt-100 {
    margin-top: 60px;
  }

  .mb-100 {
    margin-bottom: 60px !important;
  }

  .mt-150 {
    margin-top: 80px;
  }

  .mb-150 {
    margin-bottom: 80px !important;
  }

  .mt-200 {
    margin-top: 120px;
  }

  .mb-200 {
    margin-bottom: 120px !important;
  }

  .accordion .accordion-item .accordion-content {
    padding-right: 40px;
    padding-left: 40px;
  }

  .btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header ._logo .logo-base .logo-main {
    width: 100px;
    left: 20px;
  }

  .header ._logo img {
    width: 200px;
  }

  .header ._logo .logo-nav {
    width: 140px;
  }

  .header .navbar .video video {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(270deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(270deg);
            transform: translateX(-50%) translateY(-50%) rotate(270deg);
  }

  .header .menu-trigger {
    width: 50px;
    height: 50px;
    margin-left: 20px;
  }

  .header .menu-trigger .menu-trigger-box {
    width: 24px;
    height: 20px;
  }

  .countdown ._headline::before {
    content: unset;
  }

  .img-text::before {
    content: unset;
  }

  .image .items .image-slider .item ._text {
    padding: 10px;
  }

  .post::before {
    top: 400px;
  }

  .sponsor ._logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer {
    overflow: hidden;
  }

  .footer__links ._about .item::after {
    content: unset;
  }

  .footer .copyright ._desktop {
    display: none;
  }

  .footer .video video {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(270deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(270deg);
            transform: translateX(-50%) translateY(-50%) rotate(270deg);
  }

  .sub--banner--title h1 {
    font-size: var(--text--fs-40);
  }

  .product-filters form .yith-wcan-filter .filter-count {
    text-align: right;
    float: right;
    border: 2px solid #c21b17;
    padding: 0 5px;
    margin: 0 10px;
  }

  .woocommerce ul.order_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }

  .woocommerce ul.order_details:before {
    content: none;
    display: none;
  }

  .woocommerce ul.order_details li {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
  }
}

@media (max-width: 767.98px) {
  :root {
    --text--fs-20: 16px;
  }

  :root {
    --text--fs-26: 20px;
  }

  :root {
    --text--fs-30: 20px;
  }

  :root {
    --text--fs-35: 22px;
  }

  :root {
    --text--fs-45: 32px;
  }

  :root {
    --text--fs-55: 42px;
  }

  :root {
    --text--fs-70: 42px;
  }

  :root {
    --text--fs-90: 40px;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .mb-25 {
    margin-bottom: 25px !important;
  }

  .mt-50 {
    margin-top: 35px;
  }

  .mb-50 {
    margin-bottom: 35px !important;
  }

  .mt-75 {
    margin-top: 40px;
  }

  .mb-75 {
    margin-bottom: 40px !important;
  }

  .mt-100 {
    margin-top: 60px;
  }

  .mb-100 {
    margin-bottom: 60px !important;
  }

  .mt-150 {
    margin-top: 80px;
  }

  .mb-150 {
    margin-bottom: 80px !important;
  }

  .mt-200 {
    margin-top: 120px;
  }

  .mb-200 {
    margin-bottom: 120px !important;
  }

  .link-btn {
    width: 40px;
    height: 40px;
  }

  .link-btn .inner {
    width: 18px;
    height: 18px;
    top: 10px;
    left: 12px;
  }

  .sub--banner--title {
    text-align: center;
  }

  .sub--banner--title h1 {
    font-size: var(--text--fs-40);
  }

  .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr td:before {
    font-weight: 600;
    color: #c21b17;
    font-size: var(--text--fs-14);
    text-transform: uppercase;
  }

  .woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr td::before {
    font-weight: 600;
    color: #000;
    font-size: var(--text--fs-12);
    text-transform: uppercase;
  }

  .woocommerce .woocommerce-customer-details,
  .woocommerce .woocommerce-order-details,
  .woocommerce .woocommerce-order-downloads {
    overflow-y: auto;
  }

  .woocommerce .woocommerce-breadcrumb {
    padding: 0 15px;
  }

  .related.products .products.row {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  :root {
    --text--fs-14: 12px;
  }

  :root {
    --text--fs-16: 14px;
  }

  :root {
    --text--fs-18: 16px;
  }

  :root {
    --text--fs-20: 16px;
  }

  :root {
    --text--fs-28: 25px;
  }

  :root {
    --text--fs-45: 32px;
  }

  :root {
    --text--fs-55: 42px;
  }

  :root {
    --text--fs-110: 70px;
  }

  .container {
    max-width: calc(100% - 15px);
    padding-left: 15px;
    padding-right: 15px;
  }

  .pt-header {
    padding-top: 98px;
  }

  ._link-white::before {
    width: 40px;
    height: 40px;
  }

  ._link-dark::before {
    width: 40px;
    height: 40px;
  }

  ._link-blue::before {
    width: 40px;
    height: 40px;
  }

  .btn-arow img {
    width: 40px;
    height: 40px;
  }

  .header .navbar .m-menu {
    padding-left: 44px;
  }

  .countdown .item p {
    font-size: 12px;
  }

  .img-text .img-text-slider {
    padding-left: 1.5rem;
  }

  .image .items .custom-arrows {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: unset;
  }

  .news .items .custom-arrows ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .post._has-text .items .custom-arrows {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: unset;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .post .items .item ._text {
    margin-top: 20px;
  }

  .post._has-img .items .custom-arrows ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .sponsor ._logos {
    gap: 30px;
  }

  .sponsor ._logos img {
    width: 80px;
  }

  .presenter ._text-img img {
    width: 100px;
  }

  .footer__links ._menu h3 {
    margin-top: 50px;
  }

  .footer__links ._menu h3 br {
    display: none;
  }

  .footer__links ._links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__links ._links ul li {
    padding-left: 0;
    padding-right: 0;
  }

  .footer__links ._links ul li::after {
    content: unset;
  }

  .woocommerce #review_form #respond p.comment-form-author {
    width: 100%;
    padding-left: 0px;
  }

  .woocommerce #review_form #respond p.comment-form-email {
    width: 100%;
    padding-left: 0px;
  }
}

@media (max-width: 375.98px) {
  .pv-55 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-55 {
    padding-top: 50px;
  }

  .pb-55 {
    padding-bottom: 50px;
  }

  .pv-75 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .pt-75 {
    padding-top: 32px;
  }

  .pb-75 {
    padding-bottom: 32px;
  }

  .pv-100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pt-100 {
    padding-top: 40px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .pv-125 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-125 {
    padding-top: 50px;
  }

  .pb-125 {
    padding-bottom: 50px;
  }

  .pv-150 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pt-150 {
    padding-top: 60px;
  }

  .pb-150 {
    padding-bottom: 60px;
  }

  .pv-175 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .pt-175 {
    padding-top: 70px;
  }

  .pb-175 {
    padding-bottom: 70px;
  }

  .pv-200 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-200 {
    padding-top: 50px;
  }

  .pb-200 {
    padding-bottom: 50px;
  }

  .pv-225 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .pt-225 {
    padding-top: 90px;
  }

  .pb-225 {
    padding-bottom: 90px;
  }

  .mt-25 {
    margin-top: 25px;
  }

  .mb-25 {
    margin-bottom: 25px !important;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .mb-50 {
    margin-bottom: 30px !important;
  }

  .mt-75 {
    margin-top: 35px;
  }

  .mb-75 {
    margin-bottom: 35px !important;
  }

  .mt-100 {
    margin-top: 45px;
  }

  .mb-100 {
    margin-bottom: 45px !important;
  }

  .mt-150 {
    margin-top: 60px;
  }

  .mb-150 {
    margin-bottom: 60px !important;
  }

  .mt-200 {
    margin-top: 100px;
  }

  .mb-200 {
    margin-bottom: 100px !important;
  }
}