/* Partials
================================================ */
/* Media Query Variables
================================================ */
/* Colour Variables
================================================ */
/* Font stacks
================================================ */
/* Base Typography
================================================ */
body {
  font-family: "Gabarito", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #070522;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* heading
================================================ */
.heading span, body.single-product .product__realated-products .related > h2 span, body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel h2:nth-of-type(1) span, body.single-product .product__block--summary .product_title span {
  color: #8C004C;
}
.heading--lg, body.single-product .product__block--summary .product_title {
  font-size: clamp(30px, 3.429vw, 50px);
  line-height: 1.1;
  font-weight: 900;
}
.heading--md, body.single-product .product__realated-products .related > h2, body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel h2:nth-of-type(1) {
  font-size: clamp(25px, 2.143vw, 30px);
  line-height: 1.1;
  font-weight: 600;
}
.heading--sm {
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 600;
}

/* Links
================================================ */
a {
  color: inherit;
  text-decoration: none;
}
a:focus, a:focus-visible {
  outline: 5px auto blue;
  outline-offset: 3px;
}

button:focus, button:focus-visible {
  outline: 5px auto blue;
  outline-offset: 3px;
}

/* Font Face Imports
================================================ */
/* gabarito-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/gabarito-v7-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gabarito-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 500;
  src: url("../webfonts/gabarito-v7-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gabarito-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 600;
  src: url("../webfonts/gabarito-v7-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gabarito-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 700;
  src: url("../webfonts/gabarito-v7-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gabarito-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 800;
  src: url("../webfonts/gabarito-v7-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* gabarito-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/gabarito-v7-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* Woocommerce Payload
================================================ */
.woocommerce .clear {
  clear: both;
}
.woocommerce .woocommerce-privacy-policy-text {
  font-size: 0.875rem;
  margin-bottom: 30px;
}
.woocommerce .cart_items .cart_item {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.woocommerce .cart_items .cart_item__remove {
  background: url(../images/icons/cross-black.svg) center/cover;
  width: 15px;
  height: 15px;
}
.woocommerce .cart_items .cart_item__image {
  display: flex;
  align-items: center;
  border: 1px solid #F2F2F2;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  padding: 10px;
}
.woocommerce .cart_items .cart_item__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.woocommerce .cart_items .cart_item__details {
  flex: 1;
}
.woocommerce .cart_items .cart_item__title a {
  font-size: 1.125em;
  margin-bottom: 15px;
}
.woocommerce .cart_items .cart_item__price {
  font-size: 0.75em;
}
.woocommerce .cart_items .cart_item__price > span {
  font-weight: bold;
  font-size: 1.66em;
  color: #8C004C;
}
.woocommerce .cart_items .cart_item__quantity {
  display: flex;
  align-items: center;
}
.woocommerce .cart_items .cart_item__quantity:before {
  content: "Qty: ";
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.woocommerce .cart_items .cart_item__quantity input {
  height: 40px;
  outline: none;
  width: 50px;
  border: 1px solid #F2F2F2;
  font-size: 14px;
  text-align: center;
  -moz-appearance: textfield;
  border-radius: 0;
}
.woocommerce .cart_items .cart_item:not(:last-of-type) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F2F2F2;
}
.woocommerce .cart_items--marginbottom {
  margin-bottom: 30px;
}
.woocommerce .cart_items--condensed .cart_item__price {
  margin-left: auto;
  font-size: 1em;
}
.woocommerce .cart_items--condensed .cart_item__price > span {
  font-size: inherit;
}
.woocommerce .cart_items--condensed .cart_item:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.woocommerce .quanitity-wrap {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #8C004C;
  border-radius: 30px;
  filter: drop-shadow(0px 3px 5px rgba(23, 25, 38, 0.1));
  max-width: 160px;
}
.woocommerce .quanitity-wrap .minus,
.woocommerce .quanitity-wrap .plus {
  width: 40px;
  height: 40px;
  top: calc(50% - 5px);
  cursor: pointer;
}
.woocommerce .quanitity-wrap .minus {
  background: url(../images/icons/qty-minus.svg) center/contain no-repeat;
  background-size: 11px;
}
.woocommerce .quanitity-wrap .plus {
  background: url(../images/icons/qty-plus.svg) center/contain no-repeat;
  background-size: 11px;
}
.woocommerce .quanitity-wrap .quantity {
  background-color: white;
  height: 40px;
  text-align: center;
}
.woocommerce .quanitity-wrap .quantity input {
  text-align: center;
  height: 40px;
  width: 85px;
  padding-left: 12px;
}

@media only screen and (min-width: 768px) {
  .woocommerce .cart_items .cart_item__image {
    margin-bottom: 0;
    width: 100px;
    height: 100px;
  }
  .woocommerce .cart_items .cart_item__details {
    flex: 1;
    margin-right: 30px;
  }
  .woocommerce .cart_items .cart_item__title a {
    display: block;
  }
}
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container, .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1025px) {
  .container, .woocommerce .woocommerce-notices-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .woocommerce .woocommerce-notices-wrapper {
    max-width: 1170px;
  }
}
@media (min-width: 1400px) {
  .container, .woocommerce .woocommerce-notices-wrapper {
    max-width: 1295px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  margin: 0 0 2em;
  position: relative;
  background-color: #f7f6f7;
  color: #515151;
  border-top: 3px solid #8C004C;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  overflow: auto;
  font-size: 0.875em;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a {
  order: 1;
  width: 150px;
  font-weight: bold;
  font-size: 0.875em;
  margin: 15px auto 0;
}
.woocommerce .woocommerce-message a.showlogin,
.woocommerce .woocommerce-error a.showlogin,
.woocommerce .woocommerce-info a.showlogin {
  margin-left: 4px;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  display: inline-block;
  float: left;
}
.woocommerce .woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce .woocommerce-error:before {
  content: "\f06a";
  color: #b81c23;
}
.woocommerce .woocommerce-message:before {
  color: #8C004C;
}
.woocommerce .woocommerce-info {
  border-top-color: #5b95a4;
}
.woocommerce .woocommerce-info:before {
  content: "\f06a";
  color: #5b95a4;
}
@media only screen and (min-width: 768px) {
  .woocommerce .woocommerce-message,
  .woocommerce .woocommerce-error,
  .woocommerce .woocommerce-info {
    align-items: center;
    flex-direction: row;
    text-align: left;
  }
  .woocommerce .woocommerce-message a,
  .woocommerce .woocommerce-error a,
  .woocommerce .woocommerce-info a {
    margin: 0 0 0 auto;
  }
  .woocommerce .woocommerce-message:before,
  .woocommerce .woocommerce-error:before,
  .woocommerce .woocommerce-info:before {
    margin-right: 8px;
  }
  .woocommerce .woocommerce-NoticeGroup .woocommerce-message,
  .woocommerce .woocommerce-NoticeGroup .woocommerce-error,
  .woocommerce .woocommerce-NoticeGroup .woocommerce-info {
    display: block;
  }
  .woocommerce .woocommerce-NoticeGroup .woocommerce-message li:not(:first-of-type),
  .woocommerce .woocommerce-NoticeGroup .woocommerce-error li:not(:first-of-type),
  .woocommerce .woocommerce-NoticeGroup .woocommerce-info li:not(:first-of-type) {
    padding-left: 22px;
  }
  .woocommerce .woocommerce-NoticeGroup .woocommerce-message li:not(:last-of-type),
  .woocommerce .woocommerce-NoticeGroup .woocommerce-error li:not(:last-of-type),
  .woocommerce .woocommerce-NoticeGroup .woocommerce-info li:not(:last-of-type) {
    margin-bottom: 5px;
  }
}
.woo-checkout--header h1 {
  margin: 65px 0;
}
.woo-checkout .cart-empty {
  margin-bottom: 20px;
}
.woo-checkout .return-to-shop {
  width: -moz-max-content;
  width: max-content;
}
.woo-checkout .return-to-shop .button {
  padding: 0 1em;
}
.woo-checkout__wrap {
  display: flex;
  gap: 60px;
  margin-bottom: 65px;
}
.woo-checkout__wrap .woocommerce-cart-form {
  width: 75%;
}
.woo-checkout__wrap .woocommerce-cart-form thead {
  border-bottom: 1px solid #7A7200;
  margin-bottom: 20px;
}
.woo-checkout__wrap .woocommerce-cart-form tbody::before {
  content: "";
  display: block;
  height: 25px;
}
.woo-checkout__wrap .woocommerce-cart-form__cart-item {
  padding: 20px 0;
}
.woo-checkout__wrap .woocommerce-cart-form__cart-item td {
  padding: 0;
}
.woo-checkout__wrap .woocommerce-cart-form__cart-item .product-thumbnail img {
  width: 170px;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 25px;
  filter: drop-shadow(0px 3px 5px rgba(23, 25, 38, 0.1));
}
.woo-checkout__wrap .woocommerce-cart-form__cart-item .product-sku {
  color: #8C004C;
  font-weight: 600;
  margin-bottom: 20px;
}
.woo-checkout__wrap .woocommerce-cart-form__cart-item .product-name {
  padding-right: 20px;
  max-width: 200px;
}
.woo-checkout__wrap .woocommerce-cart-form__cart-item .product-name a {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}
.woo-checkout__wrap .woocommerce-cart-form__cart-item .product-price {
  padding-right: 20px;
}
.woo-checkout__wrap .woocommerce-cart-form__cart-item .product-remove a {
  display: flex;
}
.woo-checkout__wrap .woocommerce-cart-form__cart-item .product-remove a svg {
  transition: 0.5s;
}
.woo-checkout__wrap .woocommerce-cart-form__cart-item .product-remove a:hover svg path {
  fill: #8C004C;
}
.woo-checkout__wrap .woocommerce-cart-form button[name=update_cart] {
  display: none;
}
.woo-checkout__wrap .woocommerce-cart-form .clear-cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #7A7200;
  border-bottom: 1px solid #7A7200;
  padding: 20px 0;
}
.woo-checkout__wrap .woocommerce-cart-form .clear-cart button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woo-checkout__wrap .cart-collaterals {
  width: 30%;
  background-color: #070522;
  padding: 40px;
  padding-top: 60px;
  color: white;
  border-radius: 50px;
}
.woo-checkout__wrap .cart-collaterals .woocommerce-add-note-to-order label {
  font-weight: 600;
  line-height: 1;
}
.woo-checkout__wrap .cart-collaterals .woocommerce-add-note-to-order label .optional {
  display: none;
}
.woo-checkout__wrap .cart-collaterals .woocommerce-add-note-to-order textarea {
  width: 100%;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  margin: 20px 0;
}
.woo-checkout__wrap .cart-collaterals .coupon {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 20px 0;
}
.woo-checkout__wrap .cart-collaterals .coupon .title {
  font-weight: 600;
  line-height: 1;
}
.woo-checkout__wrap .cart-collaterals .coupon p {
  margin: 1em 0;
}
.woo-checkout__wrap .cart-collaterals .coupon input {
  width: 100%;
  background-color: white;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
}
.woo-checkout__wrap .cart-collaterals .coupon button[type=submit] {
  width: 100% !important;
}
.woo-checkout__wrap .cart-collaterals .cart_totals > h2 {
  display: none;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods {
  display: flex;
  gap: 15px;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods li {
  background-color: white;
  color: #070522;
  flex: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 12px;
  padding: 15px;
  font-size: 12px;
  line-height: 1.2;
  position: relative;
  transition: 0.5s;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods li:has(input[checked=checked]) {
  background-color: #8C004C;
  color: white;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods li:has(input[checked=checked]) svg path {
  fill: white;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-methods li input {
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 100%;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .cart-subtotal,
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .tax-rate,
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid white;
  padding: 20px 0;
  font-weight: 600;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .cart-subtotal {
  margin-bottom: 15px;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-destination,
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .woocommerce-shipping-calculator,
.woo-checkout__wrap .cart-collaterals .cart_totals .shop_table .tax-rate {
  display: none;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 20px;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .wc-proceed-to-checkout a {
  width: 100% !important;
  height: auto;
  text-align: center;
  color: #070522;
  font-weight: 400;
  background-color: #F9B3D1;
  pointer-events: all;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover {
  background-color: #8C004C;
  color: white;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .wc-proceed-to-checkout.disabled a {
  pointer-events: none;
  opacity: 0.5;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .continue {
  margin-top: 10px;
}
.woo-checkout__wrap .cart-collaterals .cart_totals .continue a {
  width: 100%;
  text-align: center;
}
.woo-checkout__wrap .cart-collaterals .cart-terms-conditions {
  margin-top: 20px;
}
.woo-checkout__wrap .cart-collaterals .cart-terms-conditions label {
  display: flex;
  gap: 10px;
}
.woo-checkout__wrap .cart-collaterals .cart-terms-conditions label input {
  width: 20px;
  height: 20px;
  background-color: white;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
}
.woo-checkout__wrap .cart-collaterals .cart-terms-conditions label input:checked {
  background-color: #8C004C;
}
.woo-checkout__wrap .cart-collaterals .cart-terms-conditions label span {
  width: 80%;
}
.woo-checkout__wrap .cart-collaterals .cart-terms-conditions label a {
  color: #F9B3D1;
}
.woo-checkout .cart-upsell-products {
  margin: 65px 0;
}
.woo-checkout .cart-upsell-products .heading, .woo-checkout .cart-upsell-products body.single-product .product__realated-products .related > h2, body.single-product .product__realated-products .woo-checkout .cart-upsell-products .related > h2, .woo-checkout .cart-upsell-products body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel h2:nth-of-type(1), body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel .woo-checkout .cart-upsell-products h2:nth-of-type(1), .woo-checkout .cart-upsell-products body.single-product .product__block--summary .product_title, body.single-product .product__block--summary .woo-checkout .cart-upsell-products .product_title {
  text-align: center;
  margin-bottom: 40px;
}
.woo-checkout .cart-upsell-products ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main {
  width: 55%;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-components-checkout-step__heading {
  border-bottom: 1px solid #7A7200;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-components-checkout-step__heading .wc-block-checkout__login-prompt {
  margin-top: 0;
  font-weight: 400;
  position: relative;
  display: flex;
  gap: 3px;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-components-checkout-step__heading .wc-block-checkout__login-prompt::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.712' height='14.791' viewBox='0 0 14.712 14.791'%3E%3Cg id='user' transform='translate(-16.411 -15.856)'%3E%3Cpath id='Path_852' data-name='Path 852' d='M26.48,23.783a4.383,4.383,0,1,0-5.42,0,7.3,7.3,0,0,0-4.544,5.975.735.735,0,0,0,1.461.161,5.844,5.844,0,0,1,11.615,0,.73.73,0,0,0,.73.65h.08a.73.73,0,0,0,.643-.8,7.3,7.3,0,0,0-4.566-5.983Zm-2.71-.519a2.922,2.922,0,1,1,2.922-2.922A2.922,2.922,0,0,1,23.769,23.265Z' transform='translate(-0.013 -0.013)' fill='%23070522'/%3E%3Cpath id='Path_852_-_Outline' data-name='Path 852 - Outline' d='M17.265,30.647a.866.866,0,0,1-.094-.005.853.853,0,0,1-.755-.941,7.379,7.379,0,0,1,4.409-5.968,4.484,4.484,0,1,1,5.861,0,7.376,7.376,0,0,1,4.431,5.976.851.851,0,0,1-.747.934h-.094a.849.849,0,0,1-.848-.755,5.694,5.694,0,0,0-11.317,0A.852.852,0,0,1,17.265,30.647ZM23.756,16.1a4.24,4.24,0,0,0-2.622,7.572l.166.13-.2.078a7.137,7.137,0,0,0-4.446,5.847.61.61,0,0,0,.539.672.619.619,0,0,0,.068,0,.608.608,0,0,0,.605-.543,5.938,5.938,0,0,1,11.8,0,.6.6,0,0,0,.6.539h.077a.607.607,0,0,0,.526-.665,7.133,7.133,0,0,0-4.467-5.854l-.2-.078.166-.131A4.24,4.24,0,0,0,23.756,16.1Zm0,7.274a3.03,3.03,0,1,1,3.03-3.03A3.033,3.033,0,0,1,23.756,23.373Zm0-5.816a2.786,2.786,0,1,0,2.786,2.786A2.789,2.789,0,0,0,23.756,17.557Z' transform='translate(0)' fill='%23070522'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-components-checkout-step__title {
  margin-bottom: 1em;
  font-weight: 600;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form #shipping-method .wc-block-checkout__shipping-method-option {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: auto;
  background-color: white;
  border: none;
  outline: none;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form #shipping-method .wc-block-checkout__shipping-method-option--selected {
  background-color: #8C004C;
  outline: #070522;
  color: white;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form input {
  border: none;
  border-radius: 20px;
  filter: drop-shadow(0px 3px 5px rgba(23, 25, 38, 0.1));
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form input[type=email], .woo-checkout--checkout .wc-block-checkout .wc-block-components-main form input[type=text] {
  padding-left: 20px;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form input + label {
  padding-left: 16px;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-blocks-components-select__container {
  border: none;
  border-radius: 20px;
  filter: drop-shadow(0px 3px 5px rgba(23, 25, 38, 0.1));
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-blocks-components-select__container select {
  border: none;
  padding-left: 20px;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-blocks-components-select__container label {
  padding-left: 16px;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-components-checkbox__label a {
  color: #8C004C;
  font-weight: 500;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar {
  top: 105px;
  width: 45%;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
  background-color: #070522;
  color: white;
  border: none;
  border-radius: 50px;
  padding: 20px;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item {
  align-items: center;
  flex-wrap: wrap;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__image {
  width: 40%;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__image img {
  width: 150px;
  height: 150px;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 25px;
  padding: 10px;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  right: auto;
  top: 11px;
  left: 115px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  max-width: none;
  max-height: none;
  background-color: #F9B3D1;
  color: #070522;
  box-shadow: none;
  font-weight: 600;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description {
  width: 60%;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__total-price {
  padding-left: 24px;
  margin-left: 40%;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-weight: 600;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item {
  padding-left: 0;
  padding-right: 0;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-shipping-address {
  margin-top: 0;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon {
  padding-left: 0;
  padding-right: 0;
}
.woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-footer-item {
  padding-left: 0;
  padding-right: 0;
}
.woo-checkout--checkout #customer_details .col-1,
.woo-checkout--checkout #customer_details .col-2 {
  max-width: none;
}
.woo-checkout--checkout #ship-to-different-address {
  margin-bottom: 20px;
}
.woo-checkout--checkout .woocommerce .woocommerce-form__label-for-checkbox span:before {
  border-radius: 100%;
  background-color: white;
  box-shadow: none;
}
.woo-checkout--checkout .woocommerce form .form-row textarea {
  background-color: white;
}
.woo-checkout--checkout .woocommerce-checkout-review-order {
  background-color: #070522;
  padding: 20px;
  color: white;
  border-radius: 50px;
}
.woo-checkout--checkout .woocommerce-checkout-review-order .product-total {
  text-align: right;
}
.woo-checkout--checkout .woocommerce-order .woocommerce-order-overview,
.woo-checkout--checkout .woocommerce-order .woocommerce-customer-details {
  padding: 20px 0;
}
.woo-checkout--checkout .woocommerce-order .woocommerce-order-overview .woocommerce-address,
.woo-checkout--checkout .woocommerce-order .woocommerce-customer-details .woocommerce-address {
  margin-bottom: 20px;
}
.woo-checkout--checkout .woocommerce-order .woocommerce-order-overview .woocommerce-address h2,
.woo-checkout--checkout .woocommerce-order .woocommerce-customer-details .woocommerce-address h2 {
  font-size: 25px;
  font-weight: 500;
}
.woo-checkout--checkout .woocommerce-order .woocommerce-order-overview .woocommerce-address h2 strong,
.woo-checkout--checkout .woocommerce-order .woocommerce-customer-details .woocommerce-address h2 strong {
  font-weight: 500;
}
.woo-checkout--checkout .woocommerce-order-details {
  background-color: #070522;
  color: white;
  border-radius: 50px;
  padding: 30px;
}
.woo-checkout--checkout .woocommerce-order-details .woocommerce-table__line-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.woo-checkout--checkout .woocommerce-order-details .woocommerce-table__line-item .cart_item__desc,
.woo-checkout--checkout .woocommerce-order-details .woocommerce-table__line-item .wc-item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.woo-checkout--checkout .woocommerce-order-details .woocommerce-table--order-details {
  text-align: left;
}
.woo-checkout--checkout .woocommerce-order-details .woocommerce-table--order-details th {
  padding-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .woo-checkout__wrap {
    flex-direction: column;
    gap: 40px;
  }
  .woo-checkout__wrap .woocommerce-cart-form {
    width: 100%;
  }
  .woo-checkout__wrap .cart-collaterals {
    width: 100%;
    padding: 0;
    background-color: transparent;
    color: #070522;
  }
  .woo-checkout__wrap .cart-collaterals div {
    border-color: #7A7200 !important;
  }
}
@media only screen and (max-width: 960px) {
  .woo-checkout--checkout .wc-block-components-sidebar-layout {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar {
    position: relative !important;
    padding: 0;
    width: 100%;
    top: 0;
    margin-top: 0;
  }
  .woo-checkout--checkout .wc-block-checkout .wc-block-components-main {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .woo-checkout__wrap .woocommerce-cart-form__cart-item .product-thumbnail {
    padding-right: 1em;
  }
  .woo-checkout__wrap .woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 100px;
    height: 100px;
  }
  .woo-checkout__wrap .woocommerce-cart-form__cart-item .product-name a {
    font-size: 16px;
  }
  .woo-checkout__wrap .woocommerce-cart-form__cart-item .product-sku {
    font-size: 14px;
  }
  .woo-checkout__wrap .woocommerce-cart-form__cart-item .cart_item__quantity {
    padding-right: 1em;
  }
  .woo-checkout__wrap .woocommerce-cart-form__cart-item .cart_item__quantity .quanitity-wrap {
    max-width: 120px;
  }
  .woo-checkout__wrap .woocommerce-cart-form__cart-item .cart_item__quantity .quanitity-wrap .quantity input {
    width: 40px;
  }
  .woo-checkout__wrap .woocommerce-cart-form .clear-cart {
    flex-direction: column;
    align-items: flex-end;
  }
  .woo-checkout--checkout .wc-block-components-sidebar-layout {
    flex-direction: column;
    gap: 0px;
  }
  .woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-block {
    display: none;
  }
}
@media only screen and (max-width: 649px) {
  .woo-checkout__wrap .woocommerce-cart-form__contents .product-price {
    display: none;
  }
  .woo-checkout__wrap .woocommerce-cart-form__cart-item .product-price,
  .woo-checkout__wrap .woocommerce-cart-form__cart-item .product-sku {
    display: none;
  }
  .woo-checkout__wrap .woocommerce-cart-form__cart-item .cart_item__quantity .quantity {
    border-radius: 10px;
  }
  .woo-checkout__wrap .woocommerce-cart-form__cart-item .cart_item__quantity button {
    display: none;
  }
}

.woo-account {
  background: #f5f5f5;
  padding: 80px 0;
}
.woo-account__wrap {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
.woo-account .heading, .woo-account body.single-product .product__realated-products .related > h2, body.single-product .product__realated-products .woo-account .related > h2, .woo-account body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel h2:nth-of-type(1), body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel .woo-account h2:nth-of-type(1), .woo-account body.single-product .product__block--summary .product_title, body.single-product .product__block--summary .woo-account .product_title {
  margin-bottom: 20px;
}
.woo-account .woocommerce-LostPassword {
  text-align: center;
  margin: 30px 0 0;
  font-size: 14px;
  font-weight: bold;
}
.woo-account .account_box {
  background: white;
  padding: 30px 20px;
  border-radius: 25px;
}
.woo-account .account_box p {
  margin-bottom: 30px;
}
.woo-account .account_box p:not(.form-row):last-of-type {
  margin-bottom: 0;
}
.woo-account .woocommerce-MyAccount-navigation-link a {
  background: #fff;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.woo-account .woocommerce-MyAccount-navigation-link a:before {
  content: "";
  position: relative;
  margin-right: 20px;
  height: 20px;
  width: 20px;
}
.woo-account .woocommerce-MyAccount-navigation-link a:hover {
  background-color: #8C004C;
  color: white;
}
.woo-account .woocommerce-MyAccount-navigation-link a:hover:before {
  filter: invert(100%);
}
.woo-account .woocommerce-MyAccount-navigation-link.is-active {
  border-bottom: 4px solid #c1c1c1;
  font-weight: 500;
}
.woo-account .woocommerce-MyAccount-navigation-link:not(:last-of-type) {
  margin-bottom: 10px;
}
.woo-account .woocommerce-MyAccount-navigation-link--dashboard {
  display: none !important;
}
.woo-account .woocommerce-MyAccount-navigation-link--dashboard a:before {
  background: url(../images/icons/account.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woo-account .woocommerce-MyAccount-navigation-link--downloads a:before {
  background: url(../images/icons/arrow-down-dark.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--orders a:before {
  background: url(../images/icons/orders.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--edit-address a:before {
  background: url(../images/icons/addresses.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--edit-account a:before {
  background: url(../images/icons/account-details.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  background: url(../images/icons/logout.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-back {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.woo-account .woocommerce-MyAccount-back:before {
  content: "";
  position: relative;
  margin-right: 20px;
  height: 20px;
  width: 20px;
  background: url(../images/icons/account.svg) center/contain no-repeat;
}
.woo-account .woocommerce-MyAccount-content .button {
  max-width: 250px;
}
.woo-account .woocommerce-MyAccount-content p {
  margin-bottom: 30px;
}
.woo-account .woocommerce-MyAccount-content .cart_items {
  margin-bottom: 30px;
}
.woo-account .woocommerce-MyAccount-content .woocommerce-table--order-details {
  margin-bottom: 30px;
}
.woo-account .woocommerce-MyAccount-content--boxed {
  padding: 20px 15px;
  background: white;
}
.woo-account .woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.woo-account .woocommerce-Address-title .heading, .woo-account .woocommerce-Address-title body.single-product .product__realated-products .related > h2, body.single-product .product__realated-products .woo-account .woocommerce-Address-title .related > h2, .woo-account .woocommerce-Address-title body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel h2:nth-of-type(1), body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel .woo-account .woocommerce-Address-title h2:nth-of-type(1), .woo-account .woocommerce-Address-title body.single-product .product__block--summary .product_title, body.single-product .product__block--summary .woo-account .woocommerce-Address-title .product_title {
  margin-bottom: 0;
}
.woo-account .woocommerce-Address-title a {
  color: #8C004C;
  font-weight: bold;
}
.woo-account .woocommerce-Address:not(:last-of-type) {
  margin-bottom: 30px;
}
.woo-account .woocommerce-orders-table {
  font-size: 0.875em;
}
.woo-account .woocommerce-orders-table__header {
  padding: 10px;
}
.woo-account .woocommerce-orders-table__cell-order-number {
  font-weight: bold;
}
.woo-account .woocommerce-orders-table__cell .button {
  height: 30px;
  max-width: 100px;
}
.woo-account--loggedout .woocommerce-message,
.woo-account--loggedout .woocommerce-error,
.woo-account--loggedout .woocommerce-info {
  max-width: 750px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767px) {
  .woo-account .woocommerce-orders-table thead {
    display: none;
  }
  .woo-account .woocommerce-orders-table td {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .woo-account .woocommerce-orders-table td .amount {
    margin-left: auto;
    margin-right: 5px;
  }
  .woo-account .woocommerce-orders-table td:before {
    content: attr(data-title);
    font-weight: bold;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .woo-account .account_box {
    padding: 40px;
  }
  .woo-account .woocommerce-MyAccount-content--boxed {
    padding: 40px;
  }
}
.woocommerce form .form-row {
  margin-bottom: 15px;
}
.woocommerce form .form-row label {
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 7px;
}
.woocommerce form .form-row label .required {
  color: #F44336;
}
.woocommerce form .form-row input:not([type=checkbox]) {
  height: 40px;
  border: 1px solid #F2F2F2;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  outline: none;
  box-shadow: none;
  background: white;
}
.woocommerce form .form-row textarea {
  width: 100%;
  min-height: 150px;
  padding: 20px;
  resize: none;
  border: 1px solid #F2F2F2;
  outline: none;
  box-shadow: none;
}
.woocommerce form .form-row .password-input .woocommerce-password-strength.short {
  color: #b81c23;
  margin-top: 10px;
  font-weight: 500;
}
.woocommerce form .form-row .password-input .woocommerce-password-strength.bad, .woocommerce form .form-row .password-input .woocommerce-password-strength.good, .woocommerce form .form-row .password-input .woocommerce-password-strength.strong {
  display: none !important;
}
.woocommerce form .form-row.form-row-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.woocommerce form .form-row.form-row-submit .button {
  max-width: 200px;
}
.woocommerce form .form-row.form-row-submit .button:before {
  content: "\f023";
  font-family: "Font Awesome 5 Free";
  margin-right: 15px;
}
.woocommerce form .form-row.form-row-wide {
  clear: both;
}
.woocommerce form .woocommerce-form__label-for-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.woocommerce form .woocommerce-form__label-for-checkbox span {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.woocommerce form .woocommerce-form__label-for-checkbox span:before {
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #F2F2F2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  content: "";
  cursor: pointer;
  margin-right: 8px;
  padding: 6px;
  position: relative;
}
.woocommerce form .woocommerce-form__label-for-checkbox span:after {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 8px;
  opacity: 0;
  left: 5.5px;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  transition: all 0.3s ease, transform 0s linear;
  width: 5px;
}
.woocommerce form .woocommerce-form__label-for-checkbox input:checked + span:after {
  opacity: 1;
}

@media only screen and (min-width: 481px) {
  .woocommerce form .form-row.form-row-submit {
    flex-direction: row;
  }
  .woocommerce form .form-row.form-row-submit .button {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce form .form-row.form-row-first {
    float: left;
    width: calc(50% - 15px);
  }
  .woocommerce form .form-row.form-row-last {
    float: right;
    width: calc(50% - 15px);
  }
}
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: trasnlate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/icons/loader.svg") center center;
  width: 40px;
  height: 40px;
  background-size: cover;
  text-align: center;
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.woocommerce table {
  width: 100%;
}
.woocommerce table th {
  padding: 10px 0;
  text-align: left;
  font-weight: bold;
}
.woocommerce table td {
  padding: 10px;
}
.woocommerce table td:last-child {
  padding-right: 0;
  text-align: right;
}
.woocommerce table tr:not(:first-of-type) {
  border-top: 1px solid #F2F2F2;
}
.woocommerce .button {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #8C004C;
  color: white;
  font-weight: bold;
  font-size: 0.875em;
  outline: none;
  border: none;
  border-radius: 25px;
}
.woocommerce .button--small {
  max-width: 250px;
  margin: 0 auto;
}
.woocommerce .woocommerce-privacy-policy-link {
  color: #8C004C;
}

.woof_container {
  padding: 20px 0;
  margin-bottom: 0;
}
.woof_container:not(:first-child) {
  border-top: 1px solid #fff;
}
.woof_container_inner {
  position: relative;
}
.woof_container_inner > h4 {
  font-family: "Gabarito", Cambria, Times New Roman, Times, serif;
  font-weight: 600;
  padding-right: 30px;
  line-height: 1;
}
.woof_container_inner .woof_front_toggle {
  position: absolute;
  right: 0;
  top: 5px;
}
.woof_container_inner .woof_list {
  font-size: 14px;
  padding-top: 20px;
}
.woof_container_inner .woof_list > li {
  padding: 0 !important;
  margin: 0 !important;
}
.woof_container_inner .woof_list > li:not(:last-child) {
  margin-bottom: 10px !important;
}
.woof_container_inner .woof_list > li .woof_radio_term_reset {
  display: none !important;
}
.woof_container_inner .woof_list > li label {
  padding: 0;
  margin: 0;
  padding-left: 20px;
  position: relative;
}
.woof_container_inner .woof_list > li label:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  border-radius: 3px;
}
.woof_container_inner .woof_list > li input:checked + label:before {
  background: #00587A;
}
.woof .woof_submit_search_form_container {
  margin: 0;
}
.woof .woof_submit_search_form_container .button {
  width: 100%;
  margin: 25px 0 0;
}

.woocommerce-products-header {
  margin-top: -115px;
  padding-top: 140px;
  padding-bottom: 65px;
  background-color: #00587A;
  border-radius: 0 0 50px 50px;
  color: white;
}
.woocommerce-products-header__content {
  margin-top: 65px;
  display: flex;
  gap: 66px;
}
.woocommerce-products-header__content .page-title {
  width: 40%;
}
.woocommerce-products-header__content .line {
  width: 1px;
  height: auto;
  background-color: white;
}
.woocommerce-products-header__content .term-description {
  width: 100%;
}
.woocommerce .shop__main {
  margin-top: -30px;
  margin-bottom: 90px;
}
.woocommerce .shop__main--wrap {
  position: relative;
  display: flex;
  gap: 25px;
}
.woocommerce .shop__main--wrap ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}
.woocommerce .shop__main--wrap .shop__sidebar {
  width: 20%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #070522;
  color: white;
  padding: 55px 40px;
  border-radius: 50px;
}
.woocommerce .shop__main--wrap .shop__sidebar--header {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 15px;
}
.woocommerce .shop__main--wrap .shop__sidebar--header::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  margin-top: 15px;
}
.woocommerce .shop__main--wrap .shop__sidebar--filters .bapf_sfilter {
  margin-bottom: 15px;
}
.woocommerce .shop__main--wrap .shop__sidebar--filters .bapf_head {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce .shop__main--wrap .shop__sidebar--filters .bapf_head h3 {
  font-weight: 700;
}
.woocommerce .shop__main--wrap .shop__sidebar--filters .bapf_head::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='Group_700' data-name='Group 700' transform='translate(-294 -779)'%3E%3Ccircle id='Ellipse_67' data-name='Ellipse 67' cx='11' cy='11' r='11' transform='translate(294 779)' fill='%23fff'/%3E%3Cg id='plus' transform='translate(301.355 786.355)'%3E%3Cpath id='Path_862' data-name='Path 862' d='M7.29,3.148v.994a.495.495,0,0,1-.5.5H4.639V6.793a.495.495,0,0,1-.5.5H3.148a.495.495,0,0,1-.5-.5V4.639H.5a.479.479,0,0,1-.352-.145A.479.479,0,0,1,0,4.142V3.148A.479.479,0,0,1,.145,2.8.479.479,0,0,1,.5,2.651H2.651V.5A.479.479,0,0,1,2.8.145.479.479,0,0,1,3.148,0h.994a.479.479,0,0,1,.352.145A.479.479,0,0,1,4.639.5V2.651H6.793a.495.495,0,0,1,.5.5Z' transform='translate(0 0)' fill='%23070522'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  height: 22px;
}
.woocommerce .shop__main--wrap .shop__sidebar--filters .bapf_head.open::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg id='Group_699' data-name='Group 699' transform='translate(-294 -779)'%3E%3Ccircle id='Ellipse_67' data-name='Ellipse 67' cx='11' cy='11' r='11' transform='translate(294 779)' fill='%23fff'/%3E%3Cg id='minus' transform='translate(301.355 789.006)'%3E%3Cpath id='Path_861' data-name='Path 861' d='M7.29,54.257v.994a.495.495,0,0,1-.5.5H.5A.479.479,0,0,1,.145,55.6.479.479,0,0,1,0,55.251v-.994A.479.479,0,0,1,.145,53.9.479.479,0,0,1,.5,53.76h6.3a.495.495,0,0,1,.5.5Z' transform='translate(0 -53.76)' fill='%23070522'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.woocommerce .shop__main--wrap .shop__sidebar--filters .bapf_body input {
  background: white;
  border: 2px solid white;
}
.woocommerce .shop__main--wrap .shop__sidebar--filters .bapf_body input:checked {
  background-color: #8C004C;
}
.woocommerce .shop__main--wrap .shop__sidebar--filters .berocket_single_filter_widget::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  margin-bottom: 15px;
}
.woocommerce .shop__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
}
.woocommerce .shop__top--filters {
  display: flex;
  align-items: center;
  gap: 25px;
}
.woocommerce .shop__top--filters p {
  white-space: nowrap;
}
.woocommerce .shop__top--filters form {
  background-color: white;
  border-radius: 50px;
  padding: 12px 20px;
  filter: drop-shadow(0px 3px 5px rgba(23, 25, 38, 0.1));
}
.woocommerce .shop__top--filters form select {
  padding-right: 40px;
  background: transparent url(../images/icons/arrow-down-dark.svg) right 0px center/9.5px auto no-repeat;
}
.woocommerce .shop .divider {
  margin-bottom: 65px;
}
.woocommerce .shop .woocommerce-pagination {
  position: absolute;
  bottom: -65px;
  transform: translateX(-50%);
  left: 50%;
}
.woocommerce .shop .woocommerce-pagination > .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.woocommerce .shop .woocommerce-pagination > .page-numbers li .page-numbers {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid white;
  color: #070522;
}
.woocommerce .shop .woocommerce-pagination > .page-numbers li .page-numbers.current {
  color: white;
  background-color: #00587A;
}

@media only screen and (max-width: 1199px) {
  .woocommerce .shop__main--wrap .shop__sidebar {
    width: 25%;
  }
  .woocommerce .shop__main--wrap ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 960px) {
  .woocommerce .shop__main--wrap {
    justify-content: center;
  }
  .woocommerce .shop__main--wrap .shop__sidebar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .woocommerce-products-header {
    padding-top: 115px;
    padding-bottom: 35px;
  }
  .woocommerce-products-header__content {
    margin-top: 35px;
    flex-direction: column;
    gap: 10px;
  }
  .woocommerce-products-header__content h1 {
    width: 100% !important;
  }
  .woocommerce-products-header__content .line {
    display: none;
  }
  .woocommerce .shop__top {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
  .woocommerce .shop__top--filters {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
@media only screen and (max-width: 649px) {
  .woocommerce .shop__main--wrap ul.products {
    grid-template-columns: 1fr;
  }
}
button:focus, input:focus {
  outline: 5px auto blue;
  outline-offset: 3px;
}

.ui-btn, body.single-product .product__block--summary form .single_add_to_cart_button, .woo-checkout__wrap .cart-collaterals .coupon button[type=submit], .woo-checkout__wrap .cart-collaterals .cart_totals .wc-proceed-to-checkout a, .woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button, .woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-checkout__actions .wc-block-components-checkout-place-order-button, .woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon button {
  display: inline-block;
  white-space: nowrap;
  font-size: 14px;
  color: #070522;
  width: -moz-max-content;
  width: max-content;
  border-radius: 26px;
  padding: 10px 19px;
  transition: 0.5s ease;
}
.ui-btn--primary {
  background-color: white;
  border: 2px solid white;
  color: #070522;
}
.ui-btn--primary:hover {
  background-color: #8C004C;
  color: white;
}
.ui-btn--secondary, .woo-checkout__wrap .cart-collaterals .coupon button[type=submit], .woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-checkout__actions .wc-block-components-checkout-place-order-button, .woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon button {
  background-color: #8C004C;
  border: 2px solid #8C004C;
  color: white;
}
.ui-btn--secondary:hover, .woo-checkout__wrap .cart-collaterals .coupon button[type=submit]:hover, .woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover, .woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon button:hover {
  background-color: white;
  color: #070522;
}
.ui-btn--black, body.single-product .product__block--summary form .single_add_to_cart_button {
  background-color: #070522;
  border: 2px solid #070522;
  color: white;
}
.ui-btn--black:hover, body.single-product .product__block--summary form .single_add_to_cart_button:hover {
  background-color: #00587A;
}
.ui-btn--blue, .woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
  background-color: #00587A;
  border: 2px solid #00587A;
  color: white;
}
.ui-btn--blue:hover, .woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button:hover {
  background-color: #A3D9FF;
  color: #070522;
}
.ui-btn:focus, body.single-product .product__block--summary form .single_add_to_cart_button:focus, .woo-checkout__wrap .cart-collaterals .coupon button[type=submit]:focus, .woo-checkout__wrap .cart-collaterals .cart_totals .wc-proceed-to-checkout a:focus, .woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button:focus, .woo-checkout--checkout .wc-block-checkout .wc-block-components-main form .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:focus, .woo-checkout--checkout .wc-block-checkout .wc-block-components-sidebar .wp-block-woocommerce-checkout-order-summary-coupon-form-block .wc-block-components-totals-coupon button:focus {
  outline: 5px auto blue;
  outline-offset: 3px;
}

body.single-product .product__block--header {
  padding-top: 25px;
}
body.single-product .product__block--wrap {
  margin-top: 65px;
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
body.single-product .product__block--images {
  width: 50%;
}
body.single-product .product__block--images .woocommerce-product-gallery {
  display: flex;
  gap: 25px;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  justify-content: flex-end;
}
body.single-product .product__block--images .woocommerce-product-gallery svg path,
body.single-product .product__block--images .woocommerce-product-gallery svg circle {
  transition: 0.3s;
}
body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-up-arrow {
  position: absolute;
  top: -5px;
  left: 29px;
  cursor: pointer;
}
body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-up-arrow:hover svg circle {
  fill: #00587A;
}
body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-up-arrow:hover svg #arrow-down-bold path {
  fill: white;
}
body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-down-arrow {
  position: absolute;
  bottom: -5px;
  left: 29px;
  cursor: pointer;
}
body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-down-arrow:hover svg circle {
  fill: #00587A;
}
body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-down-arrow:hover svg #arrow-down-bold path {
  fill: white;
}
body.single-product .product__block--images .woocommerce-product-gallery .flex-viewport {
  width: 445px;
  height: 445px;
}
body.single-product .product__block--images .woocommerce-product-gallery__wrapper {
  border-radius: 50px;
  filter: drop-shadow(0px 3px 5px rgba(23, 25, 38, 0.1));
}
body.single-product .product__block--images .woocommerce-product-gallery__wrapper div {
  aspect-ratio: 1;
  width: 445px !important;
  height: 445px !important;
}
body.single-product .product__block--images .woocommerce-product-gallery__wrapper img {
  padding: 5px;
  border-radius: 50px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
}
body.single-product .product__block--images .woocommerce-product-gallery .flex-control-nav {
  transition: 0.3s;
}
body.single-product .product__block--images .woocommerce-product-gallery .flex-control-nav-wrap {
  min-width: 100px;
  max-height: 340px;
  overflow-y: hidden;
}
body.single-product .product__block--images .woocommerce-product-gallery .flex-control-nav li {
  width: 100px;
  height: 100px;
  cursor: pointer;
  margin-bottom: 15px;
  transition: 0.3s;
}
body.single-product .product__block--images .woocommerce-product-gallery .flex-control-nav img {
  border-radius: 25px;
  opacity: 0.5;
  filter: drop-shadow(0px 3px 5px rgba(23, 25, 38, 0.1));
}
body.single-product .product__block--images .woocommerce-product-gallery .flex-control-nav img.flex-active {
  opacity: 1;
}
body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-up-arrow,
body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-down-arrow {
  display: none;
}
body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-up-arrow:disabled,
body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-down-arrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
body.single-product .product__block--images .woocommerce-product-gallery:has(.flex-control-nav) .product-gallery-up-arrow,
body.single-product .product__block--images .woocommerce-product-gallery:has(.flex-control-nav) .product-gallery-down-arrow {
  display: block;
}
body.single-product .product__block--summary {
  width: 50%;
}
body.single-product .product__block--summary .product_title {
  line-height: 1;
  margin-bottom: 15px;
}
body.single-product .product__block--summary .product_sku {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #8C004C;
}
body.single-product .product__block--summary .price {
  font-size: 20px;
  font-weight: 600;
  color: #00587A;
  margin-bottom: 20px;
}
body.single-product .product__block--summary .product_meta {
  display: none;
}
body.single-product .product__block--summary form {
  margin-top: 40px;
}
body.single-product .product__block--summary form .variations {
  margin-bottom: 40px;
}
body.single-product .product__block--summary form .variations tbody {
  display: flex;
  align-items: center;
  gap: 25px;
  justify-content: space-between;
}
body.single-product .product__block--summary form .variations tbody tr {
  display: flex;
  width: 50%;
}
body.single-product .product__block--summary form .variations tbody tr .label {
  display: none;
}
body.single-product .product__block--summary form .variations tbody tr .value {
  background-color: white;
  border-radius: 50px;
  filter: drop-shadow(0px 3px 5px rgba(23, 25, 38, 0.1));
  flex: 1;
  max-height: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
}
body.single-product .product__block--summary form .variations tbody tr .value select {
  width: 100%;
  padding: 12px;
  padding-right: 40px;
  background: transparent url(../images/icons/arrow-down-dark.svg) right 15px center/9.5px auto no-repeat;
}
body.single-product .product__block--summary form .variations tbody tr .value .reset_variations {
  position: absolute;
  right: -47px;
  display: none;
}
body.single-product .product__block--summary form .single_variation_wrap .variations_button {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
body.single-product .product__block--summary form .single_variation_wrap .variations_button button[type=submit],
body.single-product .product__block--summary form .single_variation_wrap .variations_button a {
  height: 40px;
  padding: 8px 10px;
  width: 100%;
  text-align: center;
}
body.single-product .product__block--summary form .single_variation_wrap .price {
  display: none !important;
}
body.single-product .product__block--summary form .single_add_to_cart_button {
  padding: 8px 31px;
  font-weight: 500;
}
body.single-product .product__tabs {
  background-color: white;
  filter: drop-shadow(0px 3px 5px rgba(23, 25, 38, 0.1));
  padding: 90px 0;
}
body.single-product .product__tabs .woocommerce-tabs {
  display: flex;
}
body.single-product .product__tabs .woocommerce-tabs .tabs {
  width: 30%;
  margin-right: 5%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
body.single-product .product__tabs .woocommerce-tabs .tabs li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #00587A;
  color: white;
  padding: 12px 25px;
  transition: 0.2s;
}
body.single-product .product__tabs .woocommerce-tabs .tabs li a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.382' height='11.098' viewBox='0 0 6.382 11.098'%3E%3Cg id='arrow-down-bold' transform='translate(-60.8 27.431) rotate(-90)'%3E%3Cpath id='Path_850' data-name='Path 850' d='M16.578,61.044a.834.834,0,0,1,1.179,0l4.126,4.126,4.126-4.126a.833.833,0,1,1,1.179,1.179l-4.715,4.715a.834.834,0,0,1-1.179,0l-4.715-4.715A.834.834,0,0,1,16.578,61.044Z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
body.single-product .product__tabs .woocommerce-tabs .tabs li.active a, body.single-product .product__tabs .woocommerce-tabs .tabs li:hover a {
  background-color: #A3D9FF;
  color: #070522;
}
body.single-product .product__tabs .woocommerce-tabs .tabs li.active a::after, body.single-product .product__tabs .woocommerce-tabs .tabs li:hover a::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.382' height='11.098' viewBox='0 0 6.382 11.098'%3E%3Cg id='arrow-down-bold' transform='translate(-60.8 27.431) rotate(-90)'%3E%3Cpath id='Path_850' data-name='Path 850' d='M16.578,61.044a.834.834,0,0,1,1.179,0l4.126,4.126,4.126-4.126a.833.833,0,1,1,1.179,1.179l-4.715,4.715a.834.834,0,0,1-1.179,0l-4.715-4.715A.834.834,0,0,1,16.578,61.044Z' fill='%23070522'/%3E%3C/g%3E%3C/svg%3E%0A");
}
body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel {
  width: 65%;
  padding-left: 5%;
  position: relative;
}
body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel::before {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #7A7200;
}
body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel h2:nth-of-type(1) {
  margin-bottom: 40px;
}
body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel p {
  margin-bottom: 1em;
}
body.single-product .product__realated-products {
  padding: 90px 0;
}
body.single-product .product__realated-products .related > h2 {
  text-align: center;
  margin-bottom: 40px;
}
body.single-product .product__realated-products .related ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 1199px) {
  body.single-product .product__block--images .woocommerce-product-gallery {
    gap: 20px;
  }
  body.single-product .product__block--images .woocommerce-product-gallery .flex-viewport {
    width: 345px;
    height: 345px;
  }
  body.single-product .product__block--images .woocommerce-product-gallery__wrapper div {
    width: 345px !important;
    height: 345px !important;
  }
  body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-up-arrow {
    top: -45px;
  }
  body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-down-arrow {
    bottom: -45px;
  }
  body.single-product .product__block--summary form {
    margin-top: 20px;
  }
  body.single-product .product__block--summary form .variations {
    margin-bottom: 20px;
  }
  body.single-product .product__block--summary form .variations tbody {
    flex-direction: column;
    gap: 10px;
  }
  body.single-product .product__block--summary form .variations tbody tr {
    width: 100%;
  }
  body.single-product .product__block--summary form .variations tbody tr .value .reset_variations {
    right: 0;
    top: -75px;
  }
  body.single-product .product__block--summary form .single_variation_wrap .variations_button {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  body.single-product .product__block--summary form .single_variation_wrap .variations_button button[type=submit],
  body.single-product .product__block--summary form .single_variation_wrap .variations_button a {
    width: auto;
    min-width: 45%;
  }
}
@media only screen and (max-width: 960px) {
  body.single-product .product__block--wrap {
    flex-direction: column;
  }
  body.single-product .product__block--images {
    width: 100%;
    max-width: 500px;
  }
  body.single-product .product__block--summary {
    width: 100%;
  }
  body.single-product .product__tabs {
    padding: 65px 0;
  }
  body.single-product .product__tabs .woocommerce-tabs {
    flex-direction: column;
    gap: 20px;
  }
  body.single-product .product__tabs .woocommerce-tabs .tabs {
    flex-direction: row;
    width: auto;
    margin-right: 0;
    gap: 0;
  }
  body.single-product .product__tabs .woocommerce-tabs .tabs li {
    flex: 1;
    border: 1px solid white;
    border-bottom: 1px solid #7A7200;
  }
  body.single-product .product__tabs .woocommerce-tabs .tabs li a {
    justify-content: center;
    text-align: center;
    line-height: 1.1;
    border-bottom: none;
    height: 100%;
  }
  body.single-product .product__tabs .woocommerce-tabs .tabs li a::after {
    display: none;
  }
  body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel {
    width: 100%;
    padding-left: 0;
  }
  body.single-product .product__tabs .woocommerce-tabs .woocommerce-Tabs-panel::before {
    display: none;
  }
}
@media only screen and (max-width: 649px) {
  body.single-product .product__block--wrap {
    margin-top: 20px;
  }
  body.single-product .product__block--images .woocommerce-product-gallery {
    flex-direction: column;
    justify-content: center;
    gap: 0;
  }
  body.single-product .product__block--images .woocommerce-product-gallery .flex-control-nav,
  body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-up-arrow,
  body.single-product .product__block--images .woocommerce-product-gallery .product-gallery-down-arrow {
    display: none !important;
  }
}
@media only screen and (max-width: 374px) {
  body.single-product .product__block--images .woocommerce-product-gallery .flex-viewport {
    width: 300px;
    height: 300px;
  }
  body.single-product .product__block--images .woocommerce-product-gallery__wrapper div {
    width: 300px !important;
    height: 300px !important;
  }
}

/*# sourceMappingURL=woocommerce.css.map*/