/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss ***!
  \*************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Geologica:wght@300;400;500;600;700&family=Ubuntu:wght@300;400&family=Unbounded:wght@300;400;500&display=swap);
/*!*****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/main.scss (1) ***!
  \*****************************************************************************************************************/
@charset "UTF-8";
/**
 * Base
 */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
td img {
  vertical-align: top;
}

input,
select,
button,
textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

input[type=checkbox] {
  vertical-align: middle;
}

input[type=radio] {
  vertical-align: text-bottom;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

address {
  font-style: unset;
}

abbr {
  text-decoration: none;
}

html {
  height: 100% !important;
  overflow-y: scroll;
}

body {
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #35271B;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media (max-width: 1199px) {
  body {
    font-size: 14px;
  }
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: red;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

input,
select,
button,
textarea {
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
}

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  outline: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

a {
  color: #35271B;
}

a,
input,
button,
a img,
textarea {
  transition: color 0.5s, background 0.5s, opacity 0.5s, border 0.5s;
  outline: none;
}
a:hover, a:focus,
input:hover,
input:focus,
button:hover,
button:focus,
a img:hover,
a img:focus,
textarea:hover,
textarea:focus {
  outline: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.wrapper {
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}

button {
  border: none;
  background: none;
}

.footerMenu, .footer__contacts a, .footer__title1, .footer__copyright {
  font-weight: 400;
}
@media (min-width: 1200px) {
  .footerMenu, .footer__contacts a, .footer__title1, .footer__copyright {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .footerMenu, .footer__contacts a, .footer__title1, .footer__copyright {
    font-size: 14px;
    line-height: 18px;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: unset;
}

.container {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1316px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 772px;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 767px) {
  h1 {
    font-size: 16px;
  }
}

h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #35271B;
}
@media (max-width: 767px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 44px;
  font-weight: 300;
  line-height: 50px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 32px;
  }
}

h5 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px;
  }
}

.title--big {
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .title--big {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1199px) {
  .title--big {
    font-size: 28px;
    line-height: 35px;
  }
}
.title--middle {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .title--middle {
    font-size: 24px;
    line-height: 32px;
  }
}
.title--small, .content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  margin-bottom: 16px;
}
@media (min-width: 1200px) {
  .title--small, .content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .title--small, .content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .title--small, .content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 18px;
    line-height: 22px;
  }
}

.link--rectangle {
  display: flex;
  background-color: #fff;
  margin: 0 auto;
  padding: 18px 33px;
  width: max-content;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  align-items: baseline;
  transition: all 0.3s;
}
.link--rectangle:hover {
  color: rgba(53, 39, 27, 0.5);
}
@media (max-width: 767px) {
  .link--rectangle {
    font-size: 12px;
    padding: 15px 22px;
  }
}
.link--rectangle span {
  background-color: #35271B;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: #fff;
  margin-left: 10px;
}
.link--black, .woocommerce-privacy-policy-text a, .payment_box a, .wpcf7-checkbox > span > label > .wpcf7-list-item-label a, .customCheckbox > label a,
.customRadioButton > label a, .filterBytAttr__label .reset-filters {
  font-size: 16px;
  font-weight: 500;
  color: #35271B;
}
.link--black:hover, .woocommerce-privacy-policy-text a:hover, .payment_box a:hover, .wpcf7-checkbox > span > label > .wpcf7-list-item-label a:hover, .customCheckbox > label a:hover,
.customRadioButton > label a:hover, .filterBytAttr__label .reset-filters:hover, .link--black:focus, .woocommerce-privacy-policy-text a:focus, .payment_box a:focus, .wpcf7-checkbox > span > label > .wpcf7-list-item-label a:focus, .customCheckbox > label a:focus,
.customRadioButton > label a:focus, .filterBytAttr__label .reset-filters:focus {
  color: rgba(53, 39, 27, 0.7);
}

ul.page-numbers {
  padding: 20px 40px;
  border: 1px solid rgba(53, 39, 27, 0.2);
  list-style: none;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  ul.page-numbers {
    padding: 11px 13px;
    gap: 12px;
  }
}
ul.page-numbers li a, ul.page-numbers li span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: rgba(53, 39, 27, 0.5);
}
@media (max-width: 767px) {
  ul.page-numbers li a, ul.page-numbers li span {
    font-size: 12px;
  }
}
ul.page-numbers li a.current, ul.page-numbers li span.current {
  font-size: 16px;
  font-weight: 500;
  color: #35271B;
}
@media (max-width: 767px) {
  ul.page-numbers li a.current, ul.page-numbers li span.current {
    font-size: 14px;
  }
}
ul.page-numbers li a svg, ul.page-numbers li span svg {
  display: block;
}
ul.page-numbers li a.next,
ul.page-numbers li a.prev {
  position: relative;
  background-color: #35271B;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  color: transparent;
}
ul.page-numbers li a.next font,
ul.page-numbers li a.prev font {
  display: none;
}
ul.page-numbers li a.next:after {
  content: ">";
  color: #fff;
  position: absolute;
  left: 8px;
}
ul.page-numbers li a.prev:after {
  content: "<";
  color: #fff;
  position: absolute;
  left: 7px;
}

.breadcrumbs {
  padding: 16px 0 36px;
  font-weight: 300;
}
@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .breadcrumbs {
    font-size: 12px;
    line-height: 18px;
    border-bottom: 1px solid rgba(53, 39, 27, 0.2);
    padding: 16px 0;
  }
}
.breadcrumbs__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.breadcrumbs__content > * {
  display: block;
}
.breadcrumbs a {
  color: rgba(53, 39, 27, 0.8);
}
.breadcrumbs a:hover {
  color: #35271B;
}
.breadcrumbs__separator {
  background: url(../61c4015aa940726a1e8a.svg) no-repeat center;
  color: transparent;
  width: 18px;
  margin: 0 5px;
}
.breadcrumbs .current-item {
  font-weight: 400;
}

table {
  flex-grow: 1;
  max-width: 628px;
}

tr {
  border-top: 1px solid rgba(53, 39, 27, 0.2);
  border-bottom: 1px solid rgba(53, 39, 27, 0.2);
}

td, th {
  padding: 15px 0;
}

th {
  font-size: 18px;
  font-weight: 300;
  color: rgba(53, 39, 27, 0.7);
  width: 50%;
}

td {
  font-size: 18px;
  font-weight: 300;
  color: #35271B;
}

a {
  transition: all 0.3s;
}

.content h1:not(.title--small), .content h1:not(.title--big),
.content h2:not(.title--small),
.content h2:not(.title--big),
.content h3:not(.title--small),
.content h3:not(.title--big),
.content h4:not(.title--small),
.content h4:not(.title--big),
.content h5:not(.title--small),
.content h5:not(.title--big),
.content h6:not(.title--small),
.content h6:not(.title--big) {
  margin-bottom: 12px;
}
.content p {
  margin-bottom: 20px;
}
.content ol,
.content ul {
  line-height: 1.5;
  margin-left: 30px;
  margin-bottom: 10px;
}
.content ol li p,
.content ul li p {
  margin-bottom: 10px;
}
.content a:not([class*=button]):not([class*=link]) {
  text-decoration: underline;
}
.content a:not([class*=button]):not([class*=link]):hover {
  opacity: 0.8;
  text-decoration: none;
}
.content img.aligncenter {
  margin: 0 auto 20px;
  display: block;
}
.content img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.content img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.content table {
  width: 100%;
}
.content table:not(.woocommerce-table) td {
  border: 1px solid rgba(53, 39, 27, 0.2);
  padding: 5px 10px;
  font-size: 12px;
}

.mfp-bg {
  background: rgba(53, 39, 27, 0.8);
}

.popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 720px;
  margin: 20px auto;
  border-radius: 30px;
}
@media (min-width: 1200px) {
  .popup__body {
    padding: 80px 60px 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .popup__body {
    padding: 75px 50px 50px;
  }
}
@media (max-width: 767px) {
  .popup__body {
    padding: 60px 30px 40px;
  }
}
.popup__content {
  margin-bottom: 40px;
}
.popup__close {
  top: 16px;
  right: 16px;
  color: #35271B !important;
  opacity: 1 !important;
}
.popup__close:hover {
  opacity: 0.8 !important;
}
.popup__close:focus, .popup__close:active {
  top: 16px;
  opacity: 0.5 !important;
}
.popup__close svg {
  pointer-events: none;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  color: #FF0000;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
}
.wpcf7-form-control-wrap .wpcf7-password {
  padding-right: 36px !important;
}
.wpcf7-form-control-wrap [class*=eye] {
  position: absolute !important;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  cursor: pointer;
  color: rgba(53, 39, 27, 0.5);
  transition: color 0.3s ease;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  z-index: 2;
}
.wpcf7-form-control-wrap [class*=eye]:hover {
  color: #35271B;
}
.wpcf7-form-control-wrap .wpcf7-radio > .wpcf7-list-item {
  display: block;
  margin: 12px 0 0;
}
.wpcf7-form-control-wrap .wpcf7-radio > .wpcf7-list-item label {
  position: relative;
  display: block;
}
.wpcf7-form-control-wrap .wpcf7-radio > .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 26px;
}
.wpcf7-form-control-wrap .wpcf7-radio > .wpcf7-list-item .wpcf7-list-item-label:before, .wpcf7-form-control-wrap .wpcf7-radio > .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  box-sizing: border-box;
}
.wpcf7-form-control-wrap .wpcf7-radio > .wpcf7-list-item .wpcf7-list-item-label:before {
  border: 1px solid rgba(53, 39, 27, 0.5);
  width: 18px;
  height: 18px;
  left: 0;
}
.wpcf7-form-control-wrap .wpcf7-radio > .wpcf7-list-item .wpcf7-list-item-label:after {
  background: #35271B;
  width: 6px;
  height: 6px;
  left: 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wpcf7-form-control-wrap .wpcf7-radio input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  margin: 0;
  outline: none;
}
.wpcf7-form-control-wrap .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}

.wpcf7-response-output {
  display: none;
}

@media (max-width: 1199px) {
  .hide-xsmd {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .hide-md {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide-xs {
    display: none !important;
  }
}

body.is-aside-open {
  overflow: hidden;
}

.button--white {
  background: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 10px;
  text-align: center;
  padding: 0 24px;
  border: none;
}
@media (hover: hover) {
  .button--white:hover {
    background: #A7F46A;
  }
}
.button--white:active {
  background: white;
}
.button--transparent {
  color: #35271B;
  background: transparent;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  border-radius: 0;
  text-align: center;
  padding: 0 24px;
  border: 1px solid rgba(53, 39, 27, 0.2);
}
@media (hover: hover) {
  .button--transparent:hover {
    background: #35271B;
    color: white;
    border-color: #35271B;
  }
}
.button--transparent:active {
  color: #35271B;
  background: white;
  border-color: rgba(53, 39, 27, 0.2);
}
.button--blue, .wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.single_add_to_cart_button,
.wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.add_to_cart_button, .cd-panel-cart .woocommerce-mini-cart__buttons > a.checkout {
  background: #1B1AFF;
  color: white;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  line-height: 30px;
  padding: 10px 24px;
  border: none;
  text-align: center;
  border-radius: 10px;
  display: inline-block;
}
@media (hover: hover) {
  .button--blue:hover, .wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.single_add_to_cart_button:hover,
.wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.add_to_cart_button:hover, .cd-panel-cart .woocommerce-mini-cart__buttons > a.checkout:hover {
    background: #35271B;
  }
}
.button--blue:active, .wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.single_add_to_cart_button:active,
.wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.add_to_cart_button:active, .cd-panel-cart .woocommerce-mini-cart__buttons > a.checkout:active {
  background: #1B1AFF;
}
.button--blue.button--small, .wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.button--small.single_add_to_cart_button,
.wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.button--small.add_to_cart_button, .cd-panel-cart .woocommerce-mini-cart__buttons > a.button--small.checkout {
  padding: 0 8px;
  height: 42px;
  line-height: 42px;
}
.button--fullwidth {
  width: 100%;
}

.text--th, table.woocommerce-table th {
  color: rgba(53, 39, 27, 0.8);
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
}

.tiered-pricing-block {
  padding: 12px 60px 12px 20px;
  border-color: rgba(53, 39, 27, 0.2);
  border-radius: 50px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
  gap: 20px;
  align-items: baseline;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 767px) {
  .tiered-pricing-block {
    gap: 10px;
    padding: 10px 40px 10px 12px;
  }
}
.tiered-pricing-block__price {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .tiered-pricing-block__price {
    font-size: 14px;
    line-height: 18px;
  }
}
.tiered-pricing-block__price:after {
  content: "/ шт";
  position: absolute;
  top: 0;
  right: -45px;
}
@media (max-width: 767px) {
  .tiered-pricing-block__price:after {
    right: -30px;
  }
}
.tiered-pricing-block__quantity {
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  position: relative;
}
@media (max-width: 767px) {
  .tiered-pricing-block__quantity {
    font-size: 14px;
    line-height: 18px;
  }
}
.tiered-pricing-block__quantity:after {
  content: "-";
  position: absolute;
  top: 0;
  right: -15px;
}
@media (max-width: 767px) {
  .tiered-pricing-block__quantity:after {
    right: -8px;
  }
}

.tiered-pricing-blocks {
  margin-bottom: 24px;
}
.tiered-pricing-blocks .tiered-pricing--active {
  transform: none;
}

#main .tiered-pricing-block.tiered-pricing--active,
#content1 .tiered-pricing-block.tiered-pricing--active,
#content2 .tiered-pricing-block.tiered-pricing--active {
  border-color: #35271B !important;
}

/**
 * Modules
 */
.header {
  background-color: #F4F0EA;
}
.header__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .header__wrap {
    min-height: 92px;
  }
}
@media (max-width: 1199px) {
  .header__wrap {
    min-height: 60px;
    justify-content: start;
    gap: 25px;
  }
}
@media (min-width: 1200px) {
  .header__menuBtn {
    display: none;
  }
}
.header__tools {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header__tools {
    margin-left: auto;
  }
}
.header__lang {
  position: relative;
  display: flex;
  margin-right: 72px;
  min-height: 92px;
  width: 96px;
}
@media (max-width: 1199px) {
  .header__lang {
    display: none;
  }
}
.header__lang::after {
  content: "";
  position: absolute;
  height: 0;
  border-top: 92px solid #fff;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  width: 48px;
}
.header__lang select {
  width: 100px;
}
.header__lang:hover .sub-menu {
  display: flex;
}
.header__buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 10px;
  padding-left: 28px;
}
@media (min-width: 1200px) {
  .header__buttons {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .header__buttons {
    gap: 4px;
  }
}
.header__menu {
  margin: -34px 0;
}
@media (max-width: 1199px) {
  .header__menu {
    display: none;
  }
}
.header__menu .headerMenu {
  height: 100%;
}
.header__menu .menu-item {
  padding: 0 32px;
  position: relative;
}
.header__menu .menu-item-has-children:hover .sub-menu, .header__menu .menu-item-has-children:focus .sub-menu, .header__menu .menu-item-has-children:focus-within .sub-menu {
  display: initial;
}
.header__menu .menu-item:hover > a {
  opacity: 0.5;
}
.header__minOrder {
  line-height: 1;
  text-align: right;
}
@media (min-width: 1200px) {
  .header__minOrder {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .header__minOrder {
    font-size: 8px;
  }
}

.cartHeader {
  background: #35271B;
  padding: 32px 0;
}
@media (max-width: 767px) {
  .cartHeader {
    padding: 18px 0;
  }
  .cartHeader svg {
    width: 96px;
    height: 16px;
  }
}
.cartHeader__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cartHeader__backLink {
  font-weight: 300;
  color: #F4F0EA;
}
@media (min-width: 1200px) {
  .cartHeader__backLink {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cartHeader__backLink {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .cartHeader__backLink {
    font-size: 12px;
    line-height: 16px;
    width: 90px;
    text-align: right;
  }
}
@media (max-width: 374px) {
  .cartHeader__backLink {
    font-size: 10px;
    line-height: 12px;
  }
}

.gtranslate_wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 24px;
  z-index: 1;
  margin-top: 34px;
  flex-direction: column;
  gap: 8px;
  text-transform: uppercase;
}
.gtranslate_wrapper .langSwitcher__main:before {
  content: "+";
  position: absolute;
  right: 24px;
  top: 0;
}
.gtranslate_wrapper .sub-menu {
  left: auto;
  transform: none;
  top: 170%;
}
.gtranslate_wrapper .sub-menu .gtranslate_wrapper {
  margin-top: 0;
  padding: 16px 0;
}
.gtranslate_wrapper .sub-menu .gt-current-lang {
  display: none;
}
.gtranslate_wrapper a {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(53, 39, 27, 0.6980392157);
}
.gtranslate_wrapper a.gt-current-lang {
  color: #35271B;
  display: block;
  font-weight: 400 !important;
}

.header .wc-block-mini-cart__button {
  background: url(../91c3a0ea1e2646985254.svg) no-repeat center;
}
.header .wc-block-mini-cart__button svg {
  opacity: 0;
}

.wc-block-mini-cart {
  visibility: visible !important;
}

.cartPreview {
  display: flex;
  align-items: center;
  color: #35271B;
}
.cartPreview:hover {
  opacity: 0.5;
}
.cartPreview svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin-right: 5px;
}
@media (max-width: 1199px) {
  .cartPreview__text {
    display: none;
  }
}
.cartPreview__count {
  color: rgba(53, 39, 27, 0.5019607843);
}

.logo {
  display: grid;
  gap: 8px;
  align-items: center;
}
@media (min-width: 768px) {
  .logo {
    grid-template-columns: 124px auto;
  }
}
@media (max-width: 767px) {
  .logo {
    grid-template-columns: 100px auto;
  }
}
@media (max-width: 374px) {
  .logo {
    grid-template-columns: 80px auto;
  }
}
.logo__image {
  display: block;
}
.logo__text {
  font-size: 11px;
  line-height: 13px;
  font-weight: 300;
}
@media (min-width: 375px) {
  .logo__text {
    font-size: 11px;
    line-height: 13px;
  }
}
@media (max-width: 374px) {
  .logo__text {
    font-size: 10px;
    line-height: 12px;
  }
}

.headerMenu {
  list-style: none;
  position: relative;
  display: flex;
}
.headerMenu > li.current-menu-item > a, .headerMenu > li.current_page_item > a, .headerMenu > li.current-menu-parent > a, .headerMenu > li.current-post-parent > a {
  font-weight: 400;
}
.headerMenu > li > a {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.menuBtn {
  display: block;
  background: none;
  border: none;
  position: relative;
  width: 24px;
  height: 24px;
}
.menuBtn::before, .menuBtn::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #35271B;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 1px;
  transition: transform 0.3s ease;
}
.menuBtn::before {
  transform: translateY(3px);
}
.menuBtn::after {
  transform: translateY(-5px);
}
.menuBtn.active {
  color: #35271B;
}
.menuBtn.active::before, .menuBtn.active::after {
  background: #1B1AFF;
}
.menuBtn.active::before {
  transform: translateY(0) rotate(225deg);
}
.menuBtn.active::after {
  transform: translateY(0) rotate(-225deg);
}
.menuBtn.active + ul {
  visibility: visible;
  opacity: 1;
}

.mobileMenu__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr) 32px;
  grid-gap: 18px;
  align-items: center;
  padding-bottom: 8px;
}

.searchComponent .apsw-search-wrap {
  z-index: 10;
}
.searchComponent .apsw-search-wrap .apsw-search-form {
  background: #fff;
  border: none;
  border-radius: 10px;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw-search-input {
  height: 62px !important;
  line-height: 62px !important;
  padding: 0 50px 0 18px;
}
@media (min-width: 1200px) {
  .searchComponent .apsw-search-wrap .apsw-search-form .apsw-search-input {
    margin-left: 228px !important;
    max-width: calc(100% - 228px);
  }
}
@media (max-width: 1199px) {
  .searchComponent .apsw-search-wrap .apsw-search-form .apsw-search-input {
    margin-left: 0 !important;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .searchComponent .apsw-search-wrap .apsw-search-form .apsw-select-box-wrap {
    width: 228px;
  }
}
@media (max-width: 1199px) {
  .searchComponent .apsw-search-wrap .apsw-search-form .apsw-select-box-wrap {
    display: none;
  }
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw-select-box-wrap::before {
  width: 14px;
  height: 14px;
  right: 16px;
  background-image: url(../86a021b92c2cc2158647.svg);
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw-select-box-wrap::after {
  border-color: rgba(53, 39, 27, 0.2);
  height: 32px;
  right: -2px;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw-select-box-wrap .apsw-category-items {
  padding: 0 25px;
  font-size: 15px !important;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  line-height: 62px;
  color: rgba(53, 39, 27, 0.8);
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw-search-btn {
  background: url(../3d16b0a5d209130fc697.svg) no-repeat center;
  width: 68px;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw-search-btn svg {
  display: none;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_result_item_empty {
  text-transform: none;
  background: transparent;
  color: #35271B;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_loader {
  display: none !important;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li {
  border-color: #D1D1D1;
  padding: 0;
  transition: background 0.3s ease;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li:hover {
  background: #F6F6F6;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li:not(.apsw_empty) a {
  display: grid;
  grid-template-columns: 25px auto;
  gap: 8px;
  padding: 12px 17px;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li .apsw_img_product {
  width: 25px;
  padding-top: 7px;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li .apsw_img_product img {
  width: 100%;
  height: auto;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li .apsw-info-product {
  display: block;
  width: auto;
  padding: 0;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li .apsw_result_excerpt {
  display: none;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li .apsw-name {
  color: #35271B;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li .apsw-price {
  position: static;
  float: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li .apsw-price del bdi {
  text-decoration: line-through;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li .apsw-price > * + * {
  margin-left: 8px;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_data_container li .apsw_result_on_sale {
  display: none;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_ajax_result {
  top: 100%;
  left: 0;
  right: 0;
  transform: translateY(10px);
  background: transparent;
  border-radius: 0;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_result_wrap {
  border: 1px solid #D1D1D1;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.searchComponent .apsw-search-wrap .apsw-search-form .apsw_view_all_product {
  background: #A7F46A;
  color: #35271B;
  text-transform: none;
}

.langSwitcher__main .gtranslate_wrapper a:not(.gt-current-lang) {
  display: none;
}

.cd-panel .headerMenu {
  flex-direction: column;
}
.cd-panel .headerMenu li {
  padding: 15px 0;
  border-bottom: 1px solid #CEC8C0;
}
.cd-panel .headerMenu .sub-menu {
  display: block;
  position: static;
  transform: none;
  border: none;
  padding: 10px 16px 0;
}
.cd-panel .headerMenu .sub-menu li {
  padding: 10px 0;
}
.cd-panel .headerMenu .sub-menu .menu-item:last-child {
  padding: 10px 0;
  border: none;
}
.cd-panel .gtranslate_wrapper {
  flex-direction: row;
  justify-content: start;
}
.cd-panel form .submit-filters {
  display: none;
}
.cd-panel form.active .submit-filters {
  display: block;
}

.footer {
  background: #F4F0EA;
}
.footer a {
  color: rgba(53, 39, 27, 0.7);
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .footer {
    padding-top: 42px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }
}
.footer__flex {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(53, 39, 27, 0.2);
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .footer__flex {
    flex-direction: column;
    row-gap: 26px;
  }
}
.footer__flex .menu-item {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .footer__flex .menu-item {
    margin-bottom: 12px;
  }
}
.footer__flex .menu-item:hover > a {
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .footer__logo {
    display: none;
  }
}
.footer__info {
  display: flex;
  justify-content: space-between;
  padding: 22px 0;
}
.footer__copyright {
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer__copyright {
    margin-right: 70px;
  }
}
.footer__payment {
  display: flex;
  gap: 33px;
  align-items: center;
}
.footer__address {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: rgba(53, 39, 27, 0.8);
}
.footer__title2 {
  color: rgba(53, 39, 27, 0.8);
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 8px;
}
.footer__contacts {
  min-width: 210px;
}
.footer__contacts a {
  font-weight: 500;
}
.footer__contacts > * + * {
  margin-top: 12px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.footer__social a {
  display: block;
}
.footer__social svg {
  display: block;
}

.footerMenu {
  list-style: none;
}

/* Global swatches settings */
/* Swatches tooltip css */
/*  Shop page settings */
/* Filters css */
/* Product page css*/
/* Astra theme compatibility css */
.cfvsw-swatches-container {
  display: flex;
  flex-flow: wrap;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  grid-gap: 12px;
  width: fit-content;
}
.cfvsw-swatches-container * {
  box-sizing: border-box;
}

.cfvsw-swatches-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 200ms;
  transition: 200ms;
  text-align: center;
  white-space: nowrap;
  line-height: 1.3;
  cursor: pointer;
  border: 1px solid #fff;
  background: #fff;
  padding: 1px;
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.cfvsw-swatches-option .cfvsw-swatch-inner {
  display: flex;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: inherit;
  -webkit-transition: 200ms;
  transition: 200ms;
  align-items: center;
  justify-content: center;
}

.cfvsw-swatches-option:not(.cfvsw-swatches-disabled):hover {
  border: 1px solid #35271B;
  box-sizing: border-box;
}

.cfvsw-swatches-option:not(.cfvsw-swatches-out-of-stock):hover {
  border: 1px solid #35271B;
  box-sizing: border-box;
}

.cfvsw-label-option {
  font-size: 16px;
  font-weight: 400;
  padding: 7px 10px;
  line-height: 20px;
  border: 1px solid rgba(53, 39, 27, 0.2);
  border-radius: 5px !important;
  cursor: pointer;
}

.cfvsw-image-option {
  border: 1px solid rgba(0, 0, 0, 0.1254901961);
  background-repeat: no-repeat;
  background-position: center;
}

.cfvsw-selected-swatch {
  border: 1px solid #35271B !important;
  box-sizing: border-box;
}

.cfvsw-swatches-hide {
  display: none;
}

.cfvsw-swatches-hide-disable {
  display: none;
}
.cfvsw-swatches-hide-disable::before {
  font-family: Dashicons;
  content: "\f335";
  color: rgb(204, 69, 69);
  font-size: 1.8em;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.cfvsw-hidden-select {
  display: none !important;
}

.cfvsw-swatches-blur-disable::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.4;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.cfvsw-swatches-blur::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.4;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.cfvsw-swatches-blur-cross-disable::before {
  font-family: Dashicons;
  content: "\f335";
  color: rgb(204, 69, 69);
  font-size: 1.8em;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.cfvsw-swatches-blur-cross::before {
  font-family: Dashicons;
  content: "\f335";
  color: rgb(204, 69, 69);
  font-size: 1.8em;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  position: absolute;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.cfvsw-tooltip {
  position: absolute;
  min-width: 10px;
  min-height: 10px;
  width: max-content;
  padding: 0.2em 0.5em;
  content: "";
  background: #000;
  color: #fff;
  border-radius: 5px;
  font-size: 0.8em;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
  border: 1px solid;
}
.cfvsw-tooltip::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  bottom: -5px;
  left: calc(50% - 4px);
  transform: rotate(45deg);
  background: #000;
  border-top-left-radius: 10px;
  z-index: -1;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

.cfvsw-tooltip-preview {
  min-width: 60px;
  min-height: 60px;
  display: block;
  background-color: #fff;
  background-position: center;
}

.cfvsw-tooltip-label {
  padding: 0.1em;
  display: flex;
  justify-content: center;
  font-size: var(--cfvsw-swatches-tooltip-font-size, 12px);
}

table.cfvsw-shop-variations {
  width: 100%;
  margin: 0;
  padding: 3px 0;
  border: 0;
}

.cfvsw-shop-variations {
  margin-bottom: auto;
  padding: 0;
  border: none;
}
.cfvsw-shop-variations tbody {
  margin: 0;
  padding: 3px 0;
  border: 0;
}
.cfvsw-shop-variations td {
  margin: 0;
  padding: 3px 0;
  border: 0;
  border: none;
}
.cfvsw-shop-variations tr {
  margin: 0;
  padding: 3px 0;
  border: 0;
}
.cfvsw-shop-variations tr td {
  display: flex;
}
.cfvsw-shop-variations td.label {
  text-align: left;
}
.cfvsw-shop-variations .reset_variations {
  display: none !important;
}
.cfvsw-shop-variations .cfvsw-swatches-container {
  padding: 0;
}
.cfvsw-shop-variations .cfvsw-more-link {
  font-size: 12px;
  margin-left: 4px;
  position: absolute;
  left: 100%;
  white-space: nowrap;
  pointer-events: all;
}

.cfvsw_shop_align_center table tr td {
  justify-content: center;
}

.cfvsw_shop_align_right table tr td {
  justify-content: flex-end;
}

.cfvsw-original-price {
  display: none;
}

.cfvsw-original-thumbnail {
  display: none;
}

.cfvsw-filters {
  display: flex;
  flex-wrap: wrap;
}
.cfvsw-filters li {
  display: inline-flex;
}
.cfvsw-filters li a {
  display: inline-flex;
  align-items: center;
  flex-direction: row-reverse;
  outline: none;
}
.cfvsw-filters li .cfvsw-swatches-container .cfvsw-swatches-option {
  margin: 3px;
}
.cfvsw-filters li.chosen a {
  background-color: #eee;
  margin: 0 0.2em;
  border-radius: 0;
  padding: 2px 3px !important;
}
.cfvsw-filters li.chosen a::before {
  font-family: Dashicons !important;
  content: "\f158" !important;
  display: inline-flex;
  margin-right: 0.3em !important;
  font-size: 15px;
  color: #999 !important;
}
.cfvsw-filters li.chosen .cfvsw-swatches-container {
  display: inline-flex;
}

.cfvsw-product-container .cfvsw-swatches-option:first-child {
  margin-left: 0;
}

.cfvsw-selected-label {
  content: " : ";
  font-weight: 300;
}
.cfvsw-selected-label::before {
  content: " : ";
}

.cfvsw-label-none table.variations tr th.label {
  display: none !important;
}

.cfvsw-label-inline table.variations td {
  display: table-cell !important;
}

.cfvsw-product-page table.variations .label label {
  font-size: inherit;
}

.theme-astra table.variations td.value {
  padding: 5px 0 !important;
}

.theme-astra.cfvsw-product-page tr th.label {
  padding-left: 0;
  padding-top: 6px !important;
}

.theme-astra.cfvsw-label-stacked tr th.label {
  padding-left: 0;
}
.theme-astra.cfvsw-label-stacked tr td.value {
  padding: 6px 0 !important;
}

.cfvsw-label-stacked table.variations th {
  display: flex;
}
.cfvsw-label-stacked table.variations td {
  display: flex;
}

.jq-toast-wrap {
  display: block;
  position: fixed;
  width: 250px;
  pointer-events: none !important;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  z-index: 9000 !important;
}

.jq-toast-wrap * {
  margin: 0;
  padding: 0;
}

.jq-toast-wrap.bottom-left {
  bottom: 20px;
  left: 20px;
}

.jq-toast-wrap.bottom-right {
  bottom: 20px;
  right: 20px;
}

.jq-toast-wrap.top-left {
  top: 20px;
  left: 20px;
}

.jq-toast-wrap.top-right {
  top: 20px;
  right: 40px;
}

.jq-toast-single {
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0 0 5px;
  border-radius: 4px;
  font-size: 14px;
  font-family: arial, sans-serif;
  line-height: 17px;
  position: relative;
  pointer-events: all !important;
  background-color: #444444;
  color: white;
}

.jq-toast-single h2 {
  font-family: arial, sans-serif;
  font-size: 14px;
  margin: 0px 0px 7px;
  background: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: normal;
}

.jq-toast-single a {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid white;
  padding-bottom: 3px;
  font-size: 12px;
}

.jq-toast-single ul {
  margin: 0px 0px 0px 15px;
  background: none;
  padding: 0px;
}

.jq-toast-single ul li {
  list-style-type: disc !important;
  line-height: 17px;
  background: none;
  margin: 0;
  padding: 0;
  letter-spacing: normal;
}

.close-jq-toast-single {
  position: absolute;
  top: 3px;
  right: 7px;
  font-size: 14px;
  cursor: pointer;
}

.jq-toast-loader {
  display: block;
  position: absolute;
  top: -2px;
  height: 5px;
  width: 0%;
  left: 0;
  border-radius: 5px;
  background: red;
}

.jq-toast-loaded {
  width: 100%;
}

.jq-has-icon {
  padding: 10px 10px 10px 50px;
  background-repeat: no-repeat;
  background-position: 10px;
}

.jq-icon-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
  background-color: #31708f;
  color: #d9edf7;
  border-color: #bce8f1;
}

.jq-icon-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
  background-color: #8a6d3b;
  color: #fcf8e3;
  border-color: #faebcc;
}

.jq-icon-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
  background-color: #a94442;
  color: #f2dede;
  border-color: #ebccd1;
}

.jq-icon-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
  color: #35271B;
  background-color: #007E50;
  border-color: #007E50;
  font-weight: 600;
}

.sub-menu {
  display: none;
  list-style: none;
  position: absolute;
  left: -50%;
  top: 100%;
  transform: translateX(25%);
  z-index: 2;
  background-color: #fff;
  border: 1px solid #CEC8C0;
  padding: 16px;
}
.sub-menu .menu-item {
  padding: 0 0 5px 0;
}
.sub-menu .menu-item:last-child {
  padding: 0;
}

.categoriesMenu__wrapper {
  display: flex;
  overflow-x: auto;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 16px;
}

.categoriesMenu {
  display: flex;
  list-style: none;
  margin: 0 auto 40px;
}
.categoriesMenu > li {
  line-height: 20px;
  margin: 0 10px;
}
.categoriesMenu > li a {
  font-weight: 400;
  line-height: 20px;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}
@media (min-width: 1200px) {
  .categoriesMenu > li a {
    width: 120px;
  }
}
@media (max-width: 1199px) {
  .categoriesMenu > li a {
    width: 87px;
  }
}
.categoriesMenu > li a span {
  opacity: 0.5;
}
.categoriesMenu .img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .categoriesMenu .img-wrapper {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .categoriesMenu .img-wrapper {
    width: 87px;
    height: 87px;
  }
}
.categoriesMenu .img-wrapper img {
  display: block;
  border-radius: 50%;
}

.mainSlider {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .mainSlider {
    margin-bottom: 70px;
  }
}
.mainSlider__box {
  position: relative;
}
@media (min-width: 1200px) {
  .mainSlider__item {
    padding: 0 8px;
  }
}
.mainSlider__item a {
  display: block;
}
.mainSlider__item a img {
  display: block;
}
.mainSlider .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-top: 24px;
}
.mainSlider .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  border: 1px solid #35271B;
  border-radius: 50%;
}
.mainSlider .owl-dots .owl-dot.active {
  background: #35271B;
  width: 4px;
  height: 4px;
}
ul.owl-carousel {
  list-style: none;
}

.clientsBlock {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .clientsBlock {
    margin-bottom: 70px;
  }
}
.clientsBlock .text-wrapper {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .clientsBlock .text-wrapper {
    flex-flow: row wrap;
    margin-bottom: 40px;
  }
}
.clientsBlock h1 {
  width: 20%;
  margin-right: 8%;
  padding-top: 10px;
}
@media (max-width: 767px) {
  .clientsBlock h1 {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
}
.clientsBlock h4 {
  width: 60%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .clientsBlock h4 {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .clientsBlock h4 {
    width: 100%;
  }
}
.clientsBlock .clientsList {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  list-style: none;
  gap: 20px;
}
@media (max-width: 767px) {
  .clientsBlock .clientsList {
    gap: 8px;
  }
}
.clientsBlock .clientsList .client-card {
  width: 196px;
  height: 130px;
  border: 1px solid rgba(53, 39, 27, 0.2);
}
@media (max-width: 767px) {
  .clientsBlock .clientsList .client-card {
    width: 110px;
    height: 74px;
  }
}
.clientsBlock .clientsList .client-card a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.clientsBlock .clientsList .client-card .clientsList__image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 90%;
  height: 90%;
}
.topProducts {
  padding-top: 100px;
  background-color: #F4F0EA;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .topProducts {
    padding-top: 70px;
    margin-bottom: 70px;
  }
}
.topProducts__title {
  text-align: center;
}
.topProducts .active-title {
  color: #35271B;
}
.topProducts .tab-header {
  display: flex;
  justify-content: center;
  gap: 26px;
  color: rgba(53, 39, 27, 0.6980392157);
}
@media (max-width: 767px) {
  .topProducts .tab-header {
    gap: 12px;
  }
}

.productPreview__img {
  display: block;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .productPreview__img {
    margin-bottom: 12px;
  }
}
.productPreview__img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.productPreview__img:hover img {
  transform: scale(1.1);
}
.productPreview__tag {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  background: #A7F46A;
  border-radius: 10px;
  padding: 2px 7px 4px;
  text-transform: lowercase;
}
.productPreview__data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.productPreview__data .tiered-pricing-blocks {
  justify-content: center;
  flex-direction: column;
}
.productPreview__data .tiered-pricing-block {
  border: none;
  padding: 0 60px 0 0;
}
@media (max-width: 767px) {
  .productPreview__data .tiered-pricing-block {
    padding: 0 40px 0 0;
  }
}
.productPreview__data .tiered-pricing-block__price, .productPreview__data .tiered-pricing-block__quantity {
  font-size: 16px;
  color: rgba(53, 39, 27, 0.7);
}
@media (max-width: 767px) {
  .productPreview__data .tiered-pricing-block__price, .productPreview__data .tiered-pricing-block__quantity {
    font-size: 12px;
  }
}
.productPreview__info {
  position: relative;
  margin-bottom: 15px;
}
.productPreview__info .price {
  font-weight: 500;
}
@media (min-width: 768px) {
  .productPreview__info .price {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .productPreview__info .price {
    font-size: 14px;
    line-height: 16px;
  }
}
.productPreview__info .price ins {
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
.productPreview__info .price del {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: line-through;
  display: inline-block;
}
.productPreview__info .price .saved-sale {
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
  background: #A7F46A;
  border-radius: 10px;
  padding: 2px 3px;
  margin-left: 8px;
  display: inline-block;
}
.productPreview__info .price .woocommerce-Price-currencySymbol {
  margin-left: 4px;
}
.productPreview__info .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 3px;
  right: 1px;
  width: 18px;
  height: 18px;
  margin: 0;
}
.productPreview__info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  background: url(../2691bbadafe7083f4615.svg) no-repeat center;
}
.productPreview__info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.delete_item {
  background-image: url(../cb9ed47845e94a50ec17.svg);
}
.productPreview__info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a i {
  display: none;
}
.productPreview__brand {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 6px;
}
.productPreview__title {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  color: rgba(53, 39, 27, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .productPreview__title {
    font-size: 14px;
    font-weight: 300;
  }
}
.productPreview__attrs {
  font-size: 12px;
  font-weight: 400;
  padding-top: 15px;
}

.grid-content .productList {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 4fr));
  margin-bottom: 80px;
  grid-column-gap: 20px;
  grid-row-gap: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .grid-content .productList {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .grid-content .productList {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
    grid-column-gap: 8px;
    grid-row-gap: 40px;
  }
}

.aboutBlock__wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .aboutBlock__wrap {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .aboutBlock__wrap img {
    max-width: 60%;
  }
}
@media (max-width: 767px) {
  .aboutBlock__wrap img {
    margin-bottom: 30px;
  }
}
.aboutBlock__wrap .aboutBlock__info {
  padding-left: 60px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .aboutBlock__wrap .aboutBlock__info {
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  .aboutBlock__wrap .aboutBlock__info {
    padding-left: 0;
  }
}
.aboutBlock__wrap .aboutBlock__info .title--big {
  margin-bottom: 20px;
}
.aboutBlock__wrap .aboutBlock__info p {
  line-height: 28px;
  margin-bottom: 125px;
}
@media (max-width: 1199px) {
  .aboutBlock__wrap .aboutBlock__info p {
    margin-bottom: 20px;
    color: rgba(53, 39, 27, 0.7);
  }
}
@media (max-width: 767px) {
  .aboutBlock__wrap .aboutBlock__info p {
    margin-bottom: 40px;
  }
}
.aboutBlock__wrap .aboutBlock__info .link--rectangle {
  background-color: #F4F0EA;
  margin: 0;
}
@media (max-width: 767px) {
  .aboutBlock__wrap .aboutBlock__info .link--rectangle {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .aboutBlock__wrap .aboutBlock__info img {
    max-width: 60%;
  }
}

.catalogPage {
  padding-top: 40px;
}
.catalogPage__body {
  background-color: #F4F0EA;
}
.catalogPage__wrapper {
  border-bottom: 1px solid rgba(53, 39, 27, 0.2);
  padding: 80px 0;
}
@media (max-width: 767px) {
  .catalogPage__wrapper {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
.catalogPage .filters-wrapper {
  padding: 22px 36px;
  border: 1px solid rgba(53, 39, 27, 0.2);
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .catalogPage .filters-wrapper {
    display: none;
  }
}
.catalogPage .filters-wrapper .yith-wcan-filters {
  background-color: transparent;
  margin-bottom: 0;
}
.catalogPage .filters-wrapper form {
  display: flex;
  gap: 40px;
  width: 100%;
}
.catalogPage .filters-wrapper form .submit-filters {
  display: none;
}
.catalogPage .filters-wrapper form.active .submit-filters {
  display: block;
}
.catalogPage__products {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .catalogPage__products {
    margin-top: 30px;
  }
}
.catalogPage__products .products-nav {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .catalogPage__products .products-nav {
    margin-top: 35px;
  }
}
.catalogPage__title {
  margin-bottom: 28px;
  text-align: center;
}
@media (max-width: 767px) {
  .catalogPage__title {
    font-weight: 400;
  }
}
.catalogPage .open-filters-mobile {
  display: none;
  width: 100%;
  padding: 16px 0;
  border: 1px solid rgba(53, 39, 27, 0.2);
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}
@media (max-width: 1199px) {
  .catalogPage .open-filters-mobile {
    display: block;
  }
}

.cd-panel .cd-panel-filters__body {
  padding-top: 0;
}

.cd-panel--filters .yith-wcan-filters {
  margin-bottom: 0;
}
.cd-panel--filters .yith-wcan-filter {
  flex-direction: column;
  padding: 24px 0;
  border-bottom: 1px solid rgba(53, 39, 27, 0.2);
}
.cd-panel--filters h4 {
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  color: rgba(53, 39, 27, 0.5);
}
.cd-panel--filters .filter-content {
  font-size: 15px;
  font-weight: 400;
}
.cd-panel--filters .filterComponent > div + div {
  margin-top: 0;
  padding: 24px 0;
  border-bottom: 1px solid rgba(53, 39, 27, 0.2);
}

.cd-panel {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  transition: visibility 0s 0.6s;
}
.cd-panel::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  transition: background 0.3s 0.3s;
}
.cd-panel.is-visible {
  visibility: visible;
  transition: visibility 0s 0s;
}
.cd-panel.is-visible::after {
  background: rgba(53, 39, 27, 0.7);
  transition: background 0.3s 0s;
}
@media (min-width: 400px) {
  .cd-panel > div {
    max-width: 710px;
  }
}
.cd-panel--search > div {
  max-width: 100%;
}

.cd-panel-container {
  position: fixed;
  width: 100%;
  height: 150%;
  overflow: hidden;
  top: 0;
  z-index: 1;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-delay: 0.3s;
}
.from-right .cd-panel-container {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.from-left .cd-panel-container {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.from-top .cd-panel-container {
  top: 0;
  transform: translate3d(0, -100%, 0);
}
.is-visible .cd-panel-container {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.cd-panel-close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #35271B;
}
.cd-panel-close:hover {
  opacity: 0.5;
}
.cd-panel-close svg {
  display: block;
}

.cd-panel-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 1200px) {
  .cd-panel-content {
    padding: 40px 40px 20px 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cd-panel-content {
    padding: 32px 32px 20px 32px;
  }
}
@media (max-width: 767px) {
  .cd-panel-content {
    padding: 30px 15px;
  }
}
.cd-panel--cart .cd-panel-content {
  background: #F6F6F6;
}
.cd-panel--menu .cd-panel-content {
  background: #fff;
}
.cd-panel--filters .cd-panel-content {
  background: #fff;
}

.cd-panel-header {
  position: relative;
  padding-right: 40px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(53, 39, 27, 0.2);
}
.cd-panel-header .cd-panel-close {
  position: absolute;
  top: 0;
  right: 0;
}

.cd-panel-cart .woocommerce-mini-cart__empty-message {
  font-size: 16px;
}
.cd-panel-cart .total {
  border-top: 1px solid #D1D1D1 !important;
  padding: 35px 0 !important;
  text-align: right;
  font-weight: bold;
}
.cd-panel-cart .woocommerce-mini-cart__buttons > a.checkout {
  width: 100%;
}
.cd-panel-cart .woocommerce-mini-cart__buttons > a:not(.checkout) {
  display: none !important;
}
.cd-panel-cart__continueShopping {
  text-align: center;
  padding: 30px 0 20px;
}

.cd-panel-menu {
  min-height: 100%;
}

.cd-panel-search {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  align-items: center;
  grid-gap: 16px;
}
.cd-panel-search .cd-panel-close {
  color: #fff;
  justify-self: flex-end;
}

.cd-panel-filters__body {
  padding-top: 14px;
}

.cd-panel-account .title--middle {
  word-break: break-word;
}
.cd-panel-account nav {
  padding-top: 28px;
}

.cd-panel--cart .title--big {
  margin-bottom: 0;
}

.filterBytAttr {
  position: relative;
}

.dropdown-open .filterBytAttr__label .filter-title__sign:after {
  content: "-";
}
.dropdown-open .filterBytAttr__dropdown {
  display: flex;
}

.filterBytAttr__label {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  align-items: baseline;
}
.filterBytAttr__label .filter-title {
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  color: rgba(53, 39, 27, 0.5);
}
.filterBytAttr__label .filter-title__sign {
  display: inline-block;
  position: relative;
  width: 10px;
}
.filterBytAttr__label .filter-title__sign:after {
  content: "+";
}
.filterBytAttr__label .filter-content {
  font-size: 15px;
  font-weight: 400;
  transition: all 0.3s;
  cursor: pointer;
}
.filterBytAttr__label .filter-content:hover {
  color: rgba(53, 39, 27, 0.5);
}
.filterBytAttr__label .reset-filters {
  margin-top: 18px;
}

.filterBytAttr__dropdown {
  display: none;
}

.filterBytAttr__options {
  list-style: none;
  position: absolute;
  left: 50%;
  top: 120%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: #fff;
  border: 1px solid #CEC8C0;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 200px;
}
.filterBytAttr__options .customCheckbox label {
  font-size: 15px;
}
.filterBytAttr__options .customCheckbox label:before {
  top: 4px;
  height: 12px;
  width: 12px;
  min-height: 12px;
  min-width: 12px;
}
.filterBytAttr__options .customCheckbox label:after {
  left: 4px;
  top: 8px;
  height: 4px;
  width: 4px;
}

.actions-wrapper {
  margin-left: auto;
  display: flex;
  gap: 40px;
}

.cd-panel .filterBytAttr {
  padding: 20px 0;
  border-bottom: 1px solid rgba(53, 39, 27, 0.2);
}
.cd-panel .filterBytAttr__options {
  position: static;
  transform: none;
  border: none;
  padding: 15px 0 0;
}
.cd-panel .actions-wrapper {
  gap: 20px;
}
.cd-panel .submit-filters,
.cd-panel .reset-filters {
  margin-top: 20px;
  font-size: 16px;
  border: 1px solid rgba(53, 39, 27, 0.2);
  padding: 15px;
  transition: all 0.3s;
}
.cd-panel .submit-filters:hover,
.cd-panel .reset-filters:hover {
  border-color: #35271B;
}

body .select2-container {
  width: 100% !important;
  display: block;
}
body .select2-container .select2-search--inline .select2-search__field:placeholder-shown {
  font-weight: 300;
  color: rgba(53, 39, 27, 0.8);
}
body .select2-container--open .select2-selection__arrow:after {
  font-size: 15px;
  font-weight: 400;
  background-image: none;
  content: "-";
  top: calc(50% - 11px);
  right: -16px;
}
body .select2-selection__arrow {
  position: relative;
}
body .select2-selection__arrow b {
  display: none;
  background: url(../86a021b92c2cc2158647.svg) no-repeat center;
  border: none !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}
.select2-container--open body .select2-selection__arrow b {
  transform: translate(-50%, -50%) rotate(180deg);
}
body .select2-selection__arrow:after {
  font-size: 15px;
  font-weight: 400;
  background-image: none;
  content: "+";
  top: calc(50% - 10px);
  right: -14px;
}
body .select2-dropdown {
  border: 1px solid #D1D1D1;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 12px;
}
body .select2-container--default .select2-results__options {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
body .select2-container--default .select2-results__option {
  transition: background-color 0.3s ease;
  padding: 0;
  background-color: transparent;
}
body .select2-container--default .select2-results__option[aria-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #fff;
}
body .select2-container--default .select2-results__option[data-selected=true], body .select2-container--default .select2-results__option[data-selected=true] {
  background-color: #fff;
  font-weight: 400;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected], body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #fff;
  color: #35271B;
}
body .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: rgba(53, 39, 27, 0.5);
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 14px;
  height: 14px;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 2px;
}
body .select2-container--default .select2-selection--multiple {
  padding: 0;
  min-height: auto;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid rgba(53, 39, 27, 0.2);
  background: white;
  padding: 0 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  border-radius: 4px;
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-family: "Ubuntu", sans-serif;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 4px 16px 6px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  position: relative;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin: 0;
}
body .select2-container--default .select2-selection--multiple .select2-selection__clear {
  position: absolute;
  top: 8px;
  right: 0;
  margin: 0;
  float: none;
  font-family: "Ubuntu", sans-serif;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
}
body .select2-container--open .select2-dropdown--above,
body .select2-container--open .select2-dropdown--below {
  border: 1px solid #CEC8C0;
  border-radius: 0;
}
body .select2-container--default .select2-selection--single {
  height: initial;
  border: none;
  border-radius: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 18px;
  background-color: transparent;
  padding-right: 20px;
}
body .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 15px;
  font-weight: 300;
  line-height: inherit;
  color: rgba(53, 39, 27, 0.5);
  padding: 0;
}

.productPage__mobileInfo {
  display: none;
  font-size: 16px;
  color: rgba(53, 39, 27, 0.7);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .productPage__mobileInfo {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 30px 0;
    gap: 10px;
  }
}
.productPage__mobileInfo .productPage__stockQuantity {
  margin-bottom: 0;
}
.productPage__mobileInfo h1 {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #35271B;
}
.productPage__gallery {
  position: relative;
}
@media (min-width: 768px) {
  .productPage__gallery {
    padding-left: 108px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .productPage__gallery {
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  .productPage__gallery {
    margin-bottom: 36px;
  }
}
.productPage__gallery .slick-dots {
  position: static;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding-top: 24px;
}
.productPage__gallery .slick-dots li {
  width: 6px;
  height: 6px;
  margin: 0;
  display: block;
  border: none;
  background: none;
}
.productPage__gallery .slick-dots li.slick-active button {
  background-color: #35271B;
}
.productPage__gallery .slick-dots li button {
  border-radius: 50%;
  border: 1px solid #35271B;
  width: inherit;
  height: inherit;
  padding: 0;
}
.productPage__gallery .slick-dots li button::before {
  display: none;
}
.productPage__galleryNav {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 88px;
  transform: translateY(-11px);
}
.productPage__galleryMain {
  max-width: 482px;
}
.productPage__mainInfoRow {
  margin-bottom: 70px;
}
@media (min-width: 1200px) {
  .productPage__mainInfoRow {
    display: flex;
    margin-bottom: 70px;
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .productPage__mainInfoRow {
    margin-bottom: 50px;
  }
}
.productPage__mainInfo {
  flex: 1;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 767px) {
  .productPage__mainInfo {
    font-size: 16px;
  }
}
.productPage__mainInfoSubRow {
  color: rgba(53, 39, 27, 0.7);
}
@media (max-width: 767px) {
  .productPage__mainInfoSubRow {
    display: none;
  }
}
.productPage__stockQuantity {
  margin-bottom: 10px;
}
.productPage__title-wrapper {
  display: flex;
  padding-bottom: 18px;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 767px) {
  .productPage__title-wrapper {
    display: none;
  }
}
@media (min-width: 1200px) {
  .productPage__title-wrapper .title--middle {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .productPage__title-wrapper .title--middle {
    font-size: 24px;
    line-height: 30px;
  }
}
.productPage__properties {
  padding: 24px 0;
  display: flex;
}
@media (max-width: 767px) {
  .productPage__properties {
    padding: 12px 0;
    border: none;
  }
}
.productPage__colors {
  padding: 24px 0;
  border-bottom: 1px solid rgba(53, 39, 27, 0.2);
}
@media (max-width: 767px) {
  .productPage__colors {
    padding: 12px 0;
  }
}
.productPage__colors h5 {
  font-weight: 300;
  margin-bottom: 14px;
}
.productPage__colors .productList > div {
  display: flex;
  gap: 12px;
}
.productPage__colors a {
  color: transparent;
  border: 1px solid #CEC8C0;
  border-radius: 50%;
  display: block;
  width: 47px;
  height: 47px;
}
.productPage__colors a:hover {
  transform: scale(1.2);
  border: 1px solid rgba(53, 39, 27, 0.7);
}
.productPage__sku {
  color: rgba(53, 39, 27, 0.7);
}
.productPage__brand {
  font-size: 16px;
  font-weight: 500;
}
.productPage__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.productPage__addToCart {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .productPage__addToCart {
    padding-top: 12px;
  }
}
.productPage__addToCartButton {
  position: relative;
  background: #35271B;
  padding: 22px 75px 22px 25px;
  min-width: 158px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
}
.productPage__addToCartButton:hover {
  background: rgba(53, 39, 27, 0.8);
}
@media (max-width: 767px) {
  .productPage__addToCartButton {
    width: 100%;
  }
}
.productPage__addToCartButton:before {
  content: ">";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #35271B;
  border-radius: 50%;
  line-height: 24px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.productPage .yith-wcwl-add-to-wishlist {
  margin: 0;
}
.productPage .yith-wcwl-add-button a {
  display: block;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
.productPage .yith-wcwl-add-button a.add_to_wishlist {
  background: url(../2691bbadafe7083f4615.svg) no-repeat center/contain;
}
.productPage .yith-wcwl-add-button a.delete_item {
  background: url(../cb9ed47845e94a50ec17.svg) no-repeat center/contain;
}
.productPage form.cart {
  margin-bottom: 0 !important;
}
.productPage__variations {
  width: 100%;
  padding: 6px 0 24px;
}
.productPage__variations .value {
  display: block;
  line-height: normal !important;
}
.productPage__variationsLabel {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(53, 39, 27, 0.8);
  display: block;
  margin-bottom: 8px;
}
.productPage .variable-items-wrapper {
  list-style: none;
  display: flex;
  gap: 12px;
  padding-bottom: 28px;
}
.productPage .variable-item {
  font-size: 16px;
  font-weight: 400;
  padding: 7px 10px;
  line-height: 20px;
  border: 1px solid rgba(53, 39, 27, 0.2);
  border-radius: 5px;
  cursor: pointer;
}
.productPage .variable-item.selected {
  border-color: #35271B;
}
.productPage__resetVariations {
  display: none !important;
}
.productPage__priceAndButtonBox {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .productPage__priceAndButtonBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
  }
}
.productPage__priceAndButtonBox .price {
  font-weight: 500;
}
.productPage__priceAndButtonBox .woocommerce-variation {
  display: block !important;
}
.productPage__priceAndButtonBox .price ins,
.productPage__priceAndButtonBox .woocommerce-variation-price ins {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
}
.productPage__priceAndButtonBox .price del,
.productPage__priceAndButtonBox .woocommerce-variation-price del {
  display: none;
}
.productPage__priceAndButtonBox .price .saved-sale,
.productPage__priceAndButtonBox .woocommerce-variation-price .saved-sale {
  display: none;
}
.productPage__buttonBox {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .productPage__buttonBox {
    flex-direction: column;
    gap: 15px;
  }
}
.productPage__buttonBox a.added_to_cart {
  display: none !important;
}
@media (min-width: 500px) {
  .productPage__addToCartQuick {
    text-align: right;
  }
}
@media (max-width: 499px) {
  .productPage__addToCartQuick {
    text-align: center;
  }
}
.productPage__addToCartQuick a {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: underline;
}
.productPage__description {
  padding: 60px 0;
  background-color: #F4F0EA;
}
@media (max-width: 767px) {
  .productPage__description {
    padding: 50px 0;
  }
}
.productPage__description h3 {
  margin-bottom: 20px;
}
.productPage .productPageTabs__content {
  display: flex;
  justify-content: space-between;
  gap: 82px;
}
@media (max-width: 767px) {
  .productPage .productPageTabs__content {
    flex-direction: column;
    gap: 40px;
  }
}
.productPage .productPageTabs__content p {
  width: 60%;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: rgba(53, 39, 27, 0.7);
}
@media (max-width: 767px) {
  .productPage .productPageTabs__content p {
    font-size: 16px;
    width: 100%;
  }
}
.productPage .productPageTabs__content-image {
  width: 40%;
  border: 1px solid rgba(53, 39, 27, 0.2);
}
@media (max-width: 767px) {
  .productPage .productPageTabs__content-image {
    width: 100%;
  }
}
.productPage .productPageTabs__content-image img {
  display: block;
  width: 100%;
}
.productPage .relatedProducts {
  padding: 70px 0 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .productPage .relatedProducts {
    padding-bottom: 40px;
  }
}

.productPageTabs {
  border-top: 1px solid rgba(53, 39, 27, 0.2);
}
.productPageTabs__item {
  border-bottom: 1px solid rgba(53, 39, 27, 0.2);
  padding: 23px 0;
}
.productPageTabs__item:first-child {
  padding: 28px 0;
}
.productPageTabs__title {
  margin-bottom: 14px;
}
.productPageTabs__content {
  color: rgba(53, 39, 27, 0.8);
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.product-gallery {
  position: relative;
}
.product-gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(53, 39, 27, 0.15);
  height: 460px;
  width: 482px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .product-gallery__item {
    max-height: 380px;
  }
}
@media (max-width: 767px) {
  .product-gallery__item {
    max-width: calc(100% - 1px);
    max-height: 330px;
  }
}
.product-gallery__item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .product-gallery-nav {
    display: none;
  }
}
.product-gallery-nav__item {
  width: 100%;
  max-width: 88px;
  height: 84px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
  border: none;
  margin: 10px 0;
}
.product-gallery-nav__item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.product-gallery-nav .slick-vertical .slick-slide {
  border: none !important;
}
.product-gallery-nav .slick-current .product-gallery-nav__item {
  border: 1px solid #000;
}

#productPageAddToCart .tiered-pricing-block.tiered-pricing--active {
  border-color: #35271B !important;
}

.productQuantity {
  flex: 1;
  position: relative;
}
.productQuantity__input {
  font-size: 18px;
  font-weight: 300;
  width: 100%;
  appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  border: 1px solid rgba(53, 39, 27, 0.2);
  border-radius: 0;
  text-align: center;
  padding: 20px 0;
}
.productQuantity__input::-webkit-outer-spin-button, .productQuantity__input::-webkit-inner-spin-button {
  display: none;
  margin: 0;
}
.productQuantity__button--minus, .productQuantity__button--plus {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 36px;
  font-size: 30px;
}
.productQuantity__button--minus {
  left: 50px;
}
.productQuantity__button--plus {
  right: 50px;
}

.relatedProducts {
  padding: 90px 0 80px;
}

.contactsPage {
  margin-top: 20px;
}
.contactsPage h1 {
  font-weight: 400;
  text-align: center;
}
.contactsPage h2 {
  text-align: center;
}
.contactsPage .contactsPage__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .contactsPage .contactsPage__flex {
    margin-bottom: 45px;
    gap: 12px;
  }
}
.contactsPage .contactsPage__flex > div {
  border: 1px solid rgba(53, 39, 27, 0.2);
  padding: 35px;
  display: flex;
  flex: 1 1 345px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(53, 39, 27, 0.7);
}
@media (max-width: 767px) {
  .contactsPage .contactsPage__flex > div {
    font-size: 14px;
    line-height: 28px;
  }
}
.contactsPage .contactsPage__flex p {
  font-size: 18px;
  font-weight: 400;
  color: #35271B;
}
@media (max-width: 767px) {
  .contactsPage .contactsPage__flex p {
    font-size: 16px;
  }
}
.contactsPage .contactsForm {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .contactsPage .contactsForm {
    margin-bottom: 60px;
  }
}
.contactsPage .contactsForm__wrapper {
  max-width: 845px;
  margin: 0 auto;
}
.contactsPage .contactsForm__row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}
.contactsPage .contactsForm__row .contactsForm__col {
  flex: 1 1 265px;
}
.contactsPage .contactsForm__row .contactsForm__col2 {
  flex: 1 1 300px;
}
.contactsPage .contactsForm__row + div {
  display: flex;
  justify-content: end;
}
.contactsPage .contactsForm__row + div button {
  position: relative;
  background: #35271B;
  padding: 22px 75px 22px 25px;
  min-width: 158px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
  line-height: 24px;
  height: unset;
  border-radius: 0;
}
.contactsPage .contactsForm__row + div button:hover {
  background: rgba(53, 39, 27, 0.8);
}
@media (max-width: 767px) {
  .contactsPage .contactsForm__row + div button {
    width: 100%;
  }
}
.contactsPage .contactsForm__row + div button:before {
  content: ">";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #35271B;
  border-radius: 50%;
  line-height: 24px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.miniCart__item {
  display: grid;
  grid-template-columns: 120px auto;
  grid-column-gap: 32px;
  border-bottom: 1px solid rgba(53, 39, 27, 0.1);
  padding: 20px 0;
}
@media (max-width: 767px) {
  .miniCart__item {
    grid-template-columns: 60px auto;
    grid-column-gap: 12px;
  }
}
.miniCart__image img {
  display: block;
  border-radius: 0;
}
.miniCart__content {
  position: relative;
}
.miniCart__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  padding-right: 40px;
  margin-bottom: 6px;
}
.miniCart__remove {
  position: absolute;
  top: 0;
  right: 0;
}
.miniCart__remove a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #35271B;
  width: 24px;
  height: 24px;
}
.miniCart__remove a:hover {
  color: #FF0000;
}
.miniCart__sku {
  color: rgba(53, 39, 27, 0.7);
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}
.miniCart__priceBox {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
@media (max-width: 767px) {
  .miniCart__priceBox {
    gap: 18px;
  }
}
.miniCart__priceBox > div {
  display: flex;
  width: 100%;
}
.miniCart__priceBox > .miniCart__price {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  width: unset;
}
.miniCart__emptyMessage {
  text-align: center;
  padding-top: 24px;
}
.miniCart .productQuantity {
  width: 100px;
}
.miniCart .productQuantity__button--minus, .miniCart .productQuantity__button--plus {
  font-size: 20px;
  font-weight: 300;
}
.miniCart .productQuantity__button--minus {
  left: 0;
}
.miniCart .productQuantity__button--plus {
  right: 5px;
}
.miniCart .productQuantity__input {
  height: 32px;
  background: transparent;
  font-size: 14px;
}
.miniCart div.woocommerce-mini-cart__buttons a.checkout {
  position: relative;
  background: #35271B;
  padding: 22px 75px 22px 25px;
  min-width: 158px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
  border-radius: 0;
  height: unset;
  line-height: 18px;
}
.miniCart div.woocommerce-mini-cart__buttons a.checkout:hover {
  background: rgba(53, 39, 27, 0.8);
}
@media (max-width: 767px) {
  .miniCart div.woocommerce-mini-cart__buttons a.checkout {
    width: 100%;
  }
}
.miniCart div.woocommerce-mini-cart__buttons a.checkout:before {
  content: ">";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #35271B;
  border-radius: 50%;
  line-height: 24px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.checkoutPage {
  padding-bottom: 125px;
}
.checkoutPage__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .checkoutPage__wrap {
    flex-direction: column;
  }
}
.checkoutPage__left {
  width: 54%;
}
@media (max-width: 767px) {
  .checkoutPage__left {
    width: 100%;
  }
}
.checkoutPage__left form {
  max-width: 534px;
  margin-right: 70px;
  margin-left: auto;
  padding-left: 20px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkoutPage__left form {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .checkoutPage__left form {
    margin: auto;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.checkoutPage__left form h1 {
  text-transform: initial;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .checkoutPage__left form h1 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.checkoutPage__left form .title--small, .checkoutPage__left form .content h1, .content .checkoutPage__left form h1,
.checkoutPage__left form .content h2,
.content .checkoutPage__left form h2,
.checkoutPage__left form .content h3,
.content .checkoutPage__left form h3,
.checkoutPage__left form .content h4,
.content .checkoutPage__left form h4,
.checkoutPage__left form .content h5,
.content .checkoutPage__left form h5,
.checkoutPage__left form .content h6,
.content .checkoutPage__left form h6 {
  font-weight: 500;
}
@media (min-width: 768px) {
  .checkoutPage__left form .title--small, .checkoutPage__left form .content h1, .content .checkoutPage__left form h1,
.checkoutPage__left form .content h2,
.content .checkoutPage__left form h2,
.checkoutPage__left form .content h3,
.content .checkoutPage__left form h3,
.checkoutPage__left form .content h4,
.content .checkoutPage__left form h4,
.checkoutPage__left form .content h5,
.content .checkoutPage__left form h5,
.checkoutPage__left form .content h6,
.content .checkoutPage__left form h6 {
    font-size: 24px;
    line-height: 30px;
  }
}
.checkoutPage__right {
  background: #F4F0EA;
  width: 46%;
  padding-top: 74px;
  padding-left: 60px;
  padding-right: 20px;
  margin-top: -74px;
}
@media (max-width: 767px) {
  .checkoutPage__right {
    width: 100%;
    max-width: 534px;
    background: #fff;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .checkoutPage__right {
    padding-left: 30px;
  }
}
.checkoutPage__right .cartProducts {
  max-width: 412px;
}
@media (max-width: 767px) {
  .checkoutPage__right .cartProducts {
    max-width: 100%;
  }
}
.checkoutPage__productsActions {
  display: none !important;
}
.checkoutPage__block, .checkoutPage__customerDetails, .checkoutPage__shipping, .checkoutPage__payment {
  margin-bottom: 60px;
}
.checkoutPage__block .address-field, .checkoutPage__customerDetails .address-field, .checkoutPage__shipping .address-field, .checkoutPage__payment .address-field {
  display: none;
}
.checkoutPage__shippingMethodDesc {
  margin-top: 16px;
}
.checkoutPage__total {
  font-size: 24px;
  font-weight: 300;
  color: rgba(53, 39, 27, 0.7);
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
  margin-bottom: 60px;
  max-width: 412px;
}
@media (max-width: 767px) {
  .checkoutPage__total {
    margin-bottom: 35px;
    max-width: 100%;
  }
}
.checkoutPage__total strong {
  color: #35271B;
}
.checkoutPage button {
  position: relative;
  background: #35271B;
  padding: 22px 75px 22px 25px;
  min-width: 158px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
  max-width: 412px;
  border-radius: 0;
  line-height: 18px;
  height: unset;
}
.checkoutPage button:hover {
  background: rgba(53, 39, 27, 0.8);
}
@media (max-width: 767px) {
  .checkoutPage button {
    max-width: 100%;
  }
}
.checkoutPage button:before {
  content: ">";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #fff;
  color: #35271B;
  border-radius: 50%;
  line-height: 24px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.cartProducts {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cartProducts {
    margin-bottom: 0;
  }
}
.cartProducts__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cartProducts__header {
    display: block;
  }
}
@media (max-width: 767px) {
  .cartProducts__header .title--big {
    margin-bottom: 35px;
  }
}
.cartProducts .cartProduct + .cartProduct {
  border-top: 1px solid rgba(53, 39, 27, 0.1);
}

.cartProduct {
  display: grid;
  grid-template-columns: 120px auto;
  grid-column-gap: 32px;
  padding: 18px 0;
  border-top: 1px solid rgba(53, 39, 27, 0.2);
  border-bottom: 1px solid rgba(53, 39, 27, 0.2);
}
@media (max-width: 767px) {
  .cartProduct {
    border: none;
  }
}
.cartProduct .product-name {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.cartProduct .product-price {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.cartProduct .product-quantity {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
}
.cartProduct .product-sku {
  color: rgba(53, 39, 27, 0.7);
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  padding-top: 6px;
}
.cartProduct__footer {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-checkout .checkoutPage {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .woocommerce-checkout .checkoutPage {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}
.woocommerce-checkout .checkoutPage tr {
  border: none;
}
.woocommerce-checkout .woocommerce-thankyou-order-received {
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  color: #35271B;
}
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-thankyou-order-received {
    font-size: 28px;
  }
}
.woocommerce-checkout .woocommerce-order-details {
  margin-bottom: 0;
}

.woocommerce-order-received .woocommerce {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .woocommerce-order-received .woocommerce {
    max-width: 1316px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .woocommerce-order-received .woocommerce {
    max-width: 772px;
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .woocommerce-order-received .woocommerce {
    padding: 0 15px;
  }
}
.woocommerce-order-received .woocommerce-info {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
}
.woocommerce-order-received .woocommerce-form-login {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 512px;
}
.woocommerce-order-received .woocommerce-form-login .form-row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .woocommerce-order-received .woocommerce-form-login .form-row {
    flex-direction: column;
    gap: 10px;
  }
}

.myOrders > div + div {
  margin-top: 20px;
}

.myOrder {
  background-color: #F6F6F6;
  border-radius: 30px;
  padding: 24px 16px;
}
.myOrder__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .myOrder__header {
    padding-left: 16px;
  }
}
.myOrder__title {
  margin-bottom: 0;
}
.myOrder__status {
  display: block;
  font-size: 12px;
  font-weight: 400;
  background-color: #fff;
  border-radius: 50px;
  line-height: 28px;
  padding: 0 12px;
}
.myOrder__status.is-processing, .myOrder__status.is-completed {
  color: #148E00;
}
.myOrder__status.is-cancelled, .myOrder__status.is-failed {
  color: #FF0000;
}
.myOrder__status.is-pending, .myOrder__status.is-processing, .myOrder__status.is-on-hold, .myOrder__status.is-refunded {
  color: #1B1AFF;
}
@media (min-width: 768px) {
  .myOrder__body {
    padding-left: 16px;
  }
}
.myOrder__date {
  color: rgba(53, 39, 27, 0.8);
  font-size: 14px;
  font-weight: 250;
  line-height: 20px;
  margin-bottom: 12px;
}

.myOrderFull .wc-item-meta {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  font-size: 12px;
  font-weight: 400;
}
.myOrderFull .wc-item-meta p {
  margin: 0;
}
.myOrderFull .wc-item-meta-label {
  display: none;
}

table.woocommerce-table td, table.woocommerce-table th {
  border: none !important;
}
table.woocommerce-table thead th {
  padding-bottom: 8px;
}
table.woocommerce-table thead th:first-child {
  padding-left: 16px;
}
table.woocommerce-table thead th:last-child {
  padding-right: 16px;
}
table.woocommerce-table tbody tr:nth-child(2n-1) td {
  background: #F6F6F6;
}
table.woocommerce-table tbody tr:nth-child(2n-1) td:first-child {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
table.woocommerce-table tbody tr:nth-child(2n-1) td:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
table.woocommerce-table tfoot tr:first-child th, table.woocommerce-table tfoot tr:first-child td {
  padding-top: 32px;
  position: relative;
}
table.woocommerce-table tfoot tr:first-child th::before, table.woocommerce-table tfoot tr:first-child td::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  border-top: 1px solid #D1D1D1 !important;
}
table.woocommerce-table tfoot th, table.woocommerce-table tfoot td {
  padding-top: 8px;
  padding-bottom: 8px;
}
table.woocommerce-table tfoot th:first-child, table.woocommerce-table tfoot td:first-child {
  padding-left: 16px;
}
table.woocommerce-table tfoot th:last-child, table.woocommerce-table tfoot td:last-child {
  padding-right: 16px;
}
table.woocommerce-table tfoot .shipping-value,
table.woocommerce-table tfoot .payment_method-value {
  font-weight: 500;
  padding: 4px 0;
  font-size: 14px;
}
table.woocommerce-table tfoot .amount {
  font-weight: 500;
}

.wp-block-woocommerce-attribute-filter .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 5px;
  border: 1px solid rgba(53, 39, 27, 0.5);
  margin: 0 7px 0 0;
  outline: none;
}
.wp-block-woocommerce-attribute-filter .wc-block-components-checkbox .wc-block-components-checkbox__mark {
  width: 6px;
  height: 6px;
  background: #35271B;
  fill: #35271B;
  margin: 0;
  left: 6px;
  top: 6px;
}
.wp-block-woocommerce-attribute-filter .wc-block-components-checkbox .wc-block-components-checkbox__label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.wp-block-woocommerce-attribute-filter .wc-block-components-checkbox .wc-filter-element-label-list-count {
  opacity: 0.5;
}
.wp-block-woocommerce-attribute-filter .wc-block-components-checkbox .wc-filter-element-label-list-count::before {
  content: " / ";
}
.wp-block-woocommerce-attribute-filter .wc-block-components-checkbox .wc-filter-element-label-list-count::after {
  display: none;
}
.wp-block-woocommerce-attribute-filter .wc-block-attribute-filter__actions {
  justify-content: flex-start;
}

@media (max-width: 500px) {
  .wpt-wrap table.wpt_product_table .wpt-replace-td-in-tr {
    padding: 18px !important;
    display: block;
    max-width: calc(100vw - 40px);
  }
  .wpt-wrap table.wpt_product_table .wpt-replace-td-in-tr > div + div {
    margin-top: 18px;
  }
}

.wpt-wrap table.wpt_product_table > tbody tr.wpt_row td .productQuantity__input {
  height: 40px;
}
.wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.single_add_to_cart_button,
.wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.add_to_cart_button {
  height: 40px;
  line-height: 30px;
  padding: 5px 16px;
  min-width: 132px;
  margin-left: -16px;
  z-index: 1;
  position: relative;
}
.wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.single_add_to_cart_button::before,
.wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.add_to_cart_button::before {
  display: none;
}
.wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.single_add_to_cart_button .wpt_ccount,
.wpt-wrap table.wpt_product_table > tbody tr.wpt_row td a.add_to_cart_button .wpt_ccount {
  font-size: 12px;
  top: -10px;
  right: -10px;
  box-shadow: -1px 0px 4px 1px rgba(53, 39, 27, 0.5);
}

div.wpt_column_sort table#wpt_table.wpt_product_table tr > th::after {
  content: "";
  background: url(../06e1abe1106247210f7f.svg) no-repeat center;
  transition: transform 0.3s ease;
}

div.wpt_column_sort table#wpt_table.wpt_product_table tr > th.this_column_sorted[data-sort_type=ASC]::after {
  content: "";
  transform: rotate(180deg);
}

.wpt-wrap .search_single .query_box_direct_value,
.wpt-wrap .instance_search_input, body .select2-container--default .select2-selection--multiple {
  width: 100%;
  padding: 8px 0;
  min-height: 38px;
  font-size: 16px;
  font-weight: 300;
  line-height: 14px;
  border: none !important;
  border-radius: 0;
  border-bottom: 1px solid #35271B !important;
  color: #35271B;
}

.wpt_search_box .wpt-query-reset-button {
  margin-top: 24px;
}

.button.wpt-search-products {
  display: none;
}

.inputWrapper textarea, .inputWrapper input[type=text], .inputWrapper input[type=email], .inputWrapper input[type=password], .inputWrapper input[type=url], .inputWrapper input[type=tel] {
  display: block;
  outline: none;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(53, 39, 27, 0.5);
  transition: border-color ease 0.3s;
  padding: 10px 0 0 0;
  color: #35271B;
}
.inputWrapper textarea:-webkit-autofill, .inputWrapper input[type=text]:-webkit-autofill, .inputWrapper input[type=email]:-webkit-autofill, .inputWrapper input[type=password]:-webkit-autofill, .inputWrapper input[type=url]:-webkit-autofill, .inputWrapper input[type=tel]:-webkit-autofill {
  background-color: transparent !important;
}

.inputWrapper {
  position: relative;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 28px;
}
.inputWrapper > label {
  background-color: #fff;
  font-weight: 300;
  display: block;
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  transform: translateY(-12px);
  pointer-events: none;
  color: rgba(53, 39, 27, 0.5);
  line-height: 24px;
  transform-origin: left top;
  user-select: none;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), top 0.2s ease, font-size 0.3s ease;
}
.inputWrapper textarea {
  width: 100%;
  min-height: 80px;
  max-height: 160px;
  resize: vertical;
  line-height: 22px;
  padding: 18px 0 0 0;
}
.inputWrapper:focus-within input[type=text], .inputWrapper:focus-within input[type=email], .inputWrapper:focus-within input[type=password], .inputWrapper:focus-within input[type=url], .inputWrapper:focus-within input[type=tel], .inputWrapper.is-focused input[type=text], .inputWrapper.is-focused input[type=email], .inputWrapper.is-focused input[type=password], .inputWrapper.is-focused input[type=url], .inputWrapper.is-focused input[type=tel], .inputWrapper.is-filled input[type=text], .inputWrapper.is-filled input[type=email], .inputWrapper.is-filled input[type=password], .inputWrapper.is-filled input[type=url], .inputWrapper.is-filled input[type=tel], .inputWrapper.is-filled-default input[type=text], .inputWrapper.is-filled-default input[type=email], .inputWrapper.is-filled-default input[type=password], .inputWrapper.is-filled-default input[type=url], .inputWrapper.is-filled-default input[type=tel] {
  border-bottom-color: #35271B;
}
.inputWrapper:focus-within > label, .inputWrapper.is-focused > label, .inputWrapper.is-filled > label, .inputWrapper.is-filled-default > label {
  font-size: 12px;
  top: 0;
  transform: translateY(-8px);
}
.inputWrapper.is-focused > label {
  color: #35271B;
}
.inputWrapper.is-filled.is-invalid label, .inputWrapper.woocommerce-invalid label, .inputWrapper.woocommerce-invalid-required-field label {
  color: #FF0000;
}

abbr.required {
  color: #FF0000;
}

@media (min-width: 768px) {
  table.woocommerce-table--order-details td, table.woocommerce-table--order-details th {
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  table.woocommerce-table--order-details td, table.woocommerce-table--order-details th {
    vertical-align: top;
  }
}
table.woocommerce-table--order-details td:last-child, table.woocommerce-table--order-details th:last-child {
  text-align: right;
}
@media (min-width: 1200px) {
  table.woocommerce-table--order-details td:last-child, table.woocommerce-table--order-details th:last-child {
    width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  table.woocommerce-table--order-details td:last-child, table.woocommerce-table--order-details th:last-child {
    width: 140px;
  }
}
@media (max-width: 767px) {
  table.woocommerce-table--order-details td:last-child, table.woocommerce-table--order-details th:last-child {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  table.woocommerce-table--order-details td.product-name, table.woocommerce-table--order-details td.product-total {
    padding: 12px 16px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  table.woocommerce-table--order-details td.product-name, table.woocommerce-table--order-details td.product-total {
    padding: 12px 14px;
  }
}
@media (max-width: 767px) {
  table.woocommerce-table--order-details td.product-name {
    padding: 12px 4px 12px 12px;
  }
  table.woocommerce-table--order-details td.product-name a {
    font-size: 14px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  table.woocommerce-table--order-details td.product-total {
    padding: 12px 12px 12px 4px;
    font-size: 14px;
  }
}
table.woocommerce-table--order-details td.product-total .amount {
  font-weight: 500;
}

.woocommerce-customer-details {
  background-color: #F6F6F6;
  border-radius: 30px;
  padding: 32px;
  margin-top: 24px;
}

.woocommerce-shipping-fields {
  margin-bottom: 28px;
}
.woocommerce-shipping-fields .shipping_address {
  margin-top: 16px;
}

.woocommerce-account-fields {
  margin-bottom: 28px;
}

.woocommerce-checkout-payment {
  margin-top: 16px;
}

.filter-checkbox .checkbox input, .wpcf7-checkbox > span > label > input[type=checkbox], .customCheckbox > input[type=checkbox], .customCheckbox > input[type=radio],
.customRadioButton > input[type=checkbox],
.customRadioButton > input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
}

.filter-checkbox .checkbox label, .wpcf7-checkbox > span > label > .wpcf7-list-item-label, .customCheckbox > label,
.customRadioButton > label {
  display: block;
  position: relative;
  padding-left: 24px;
  color: rgba(53, 39, 27, 0.8);
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.filter-checkbox .checkbox label::before, .wpcf7-checkbox > span > label > .wpcf7-list-item-label::before, .customCheckbox > label::before,
.customRadioButton > label::before, .filter-checkbox .checkbox label:after, .wpcf7-checkbox > span > label > .wpcf7-list-item-label:after, .customCheckbox > label:after,
.customRadioButton > label:after {
  content: "";
  position: absolute;
}
.filter-checkbox .checkbox label::before, .wpcf7-checkbox > span > label > .wpcf7-list-item-label::before, .customCheckbox > label::before,
.customRadioButton > label::before {
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border-radius: 0;
  border: 1px solid rgba(53, 39, 27, 0.5);
  outline: none;
  box-sizing: border-box;
}
.filter-checkbox .checkbox label:after, .wpcf7-checkbox > span > label > .wpcf7-list-item-label:after, .customCheckbox > label:after,
.customRadioButton > label:after {
  width: 6px;
  height: 6px;
  background: #35271B;
  margin: 0;
  left: 6px;
  top: 7px;
  opacity: 0;
}

.customCheckbox,
.customRadioButton {
  position: relative;
}
.customCheckbox > input[type=checkbox]:checked + label, .customCheckbox > input[type=radio]:checked + label,
.customRadioButton > input[type=checkbox]:checked + label,
.customRadioButton > input[type=radio]:checked + label {
  color: #35271B;
}
.customCheckbox > input[type=checkbox]:checked + label:after, .customCheckbox > input[type=radio]:checked + label:after,
.customRadioButton > input[type=checkbox]:checked + label:after,
.customRadioButton > input[type=radio]:checked + label:after {
  opacity: 1;
}
.customCheckbox > input[type=radio] + label::before,
.customRadioButton > input[type=radio] + label::before {
  border-radius: 50%;
}
.customCheckbox > input[type=radio] + label:after,
.customRadioButton > input[type=radio] + label:after {
  border-radius: 50%;
}
.customCheckbox > label a,
.customRadioButton > label a {
  font-size: inherit;
}

.wpcf7-checkbox > span {
  margin: 0;
  display: block;
}
.wpcf7-checkbox > span + span {
  margin-top: 12px;
}
.wpcf7-checkbox > span > label {
  position: relative;
}
.wpcf7-checkbox > span > label > input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #35271B;
}
.wpcf7-checkbox > span > label > input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.wpcf7-checkbox > span > label > .wpcf7-list-item-label a {
  font-size: inherit;
}

.filter-checkbox {
  list-style: none;
}
.filter-checkbox .checkbox label a {
  color: inherit !important;
}
.filter-checkbox .checkbox.active label {
  color: #35271B;
}
.filter-checkbox .checkbox.active label:after {
  opacity: 1;
}
.filter-checkbox .checkbox + .checkbox {
  margin-top: 16px !important;
}

.wc_payment_methods,
.woocommerce-shipping-methods {
  list-style: none;
}
.wc_payment_methods li,
.woocommerce-shipping-methods li {
  position: relative;
}
.wc_payment_methods li + li,
.woocommerce-shipping-methods li + li {
  margin-top: 12px;
}

.payment_box {
  font-size: 14px;
  margin-top: 8px;
  margin-left: 24px;
  margin-bottom: 8px;
}
.payment_box a {
  font-size: inherit;
}

.woocommerce-privacy-policy-text {
  font-size: 14px;
  margin-bottom: 24px;
}
.woocommerce-privacy-policy-text a {
  font-size: inherit;
}

.woocommerce-terms-and-conditions {
  background: #F6F6F6;
  padding: 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 24px;
}

ul.woocommerce-order-overview {
  margin-bottom: 36px;
}

.woocommerce-order-details {
  margin-top: 36px;
}

ul.woocommerce-order-overview + p {
  display: none;
}

table.woocommerce-table {
  width: 100%;
}

.woocommerce-error {
  max-width: 930px;
  margin: 0 auto 40px;
  border: 2px solid #FF0000;
  padding: 24px;
  border-radius: 30px;
  background: rgba(255, 0, 0, 0.05);
  list-style: none;
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
  display: none;
}

.woocommerce-form-login-toggle {
  display: none;
}

.homePage {
  padding: 45px 0 120px 0;
}
@media (max-width: 767px) {
  .homePage {
    padding-bottom: 70px;
  }
}

.notFoundPage {
  text-align: center;
  padding: 80px 0 60px;
}
@media (max-width: 767px) {
  .notFoundPage {
    padding: 40px 0 0;
  }
}
.notFoundPage__content {
  max-width: 822px;
  margin: 0 auto;
}
.notFoundPage__content p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .notFoundPage__content p {
    margin-bottom: 40px;
  }
}

.singlePage {
  padding: 40px 0 80px;
}

/*# sourceMappingURL=index.bundle.css.map*/