/*
Theme Name: Epicod Vitkin
Theme URI: https://epicod.co.il/
Author: Alona Zisser
Author URI: https://epicod.co.il/
Description: Custom made template designed by Studio Nerubay and developed with a lot of 🖤 by Alona Zisser.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vitkin


Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
*/
@import 'css/swiper-bundle.min.css';
@import 'css/slick.css';
@import 'css/slick-theme.css';
@import 'css/icomoon/style.css';
@font-face {
  font-family: 'afek';
  /* Name to use in CSS */
  src: url('fonts/afek/afek-light-aaa.otf') format('opentype');
  /* Path to your OTF file */
  font-weight: 300;
  /* Adjust as necessary */
  font-style: normal;
  /* Adjust as necessary */
}
@font-face {
  font-family: 'afek';
  /* Name to use in CSS */
  src: url('fonts/afek/afek-regular-aaa.otf') format('opentype');
  /* Path to your OTF file */
  font-weight: 400;
  /* Adjust as necessary */
  font-style: normal;
  /* Adjust as necessary */
}
@font-face {
  font-family: 'afek';
  /* Name to use in CSS */
  src: url('fonts/afek/afek-medium-aaa.otf') format('opentype');
  /* Path to your OTF file */
  font-weight: 500;
  /* Adjust as necessary */
  font-style: normal;
  /* Adjust as necessary */
}
@font-face {
  font-family: 'afek';
  /* Name to use in CSS */
  src: url('fonts/afek/afek-bold-aaa.otf') format('opentype');
  /* Path to your OTF file */
  font-weight: 700;
  /* Adjust as necessary */
  font-style: normal;
  /* Adjust as necessary */
}
@font-face {
  font-family: 'afek';
  /* Name to use in CSS */
  src: url('fonts/afek/afek-black-aaa.otf') format('opentype');
  /* Path to your OTF file */
  font-weight: 900;
  /* Adjust as necessary */
  font-style: normal;
  /* Adjust as necessary */
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 19px;
  height: 100%;
  scroll-behavior: smooth;
}
@media (max-width: 1280px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 4.5vw;
  }
}
body {
  padding: 0;
  font-family: 'afek', sans-serif;
  color: #000000;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-size: 0.8rem;
  line-height: 1.5;
}
body.home #scroll-container {
  padding-top: 0;
}
.scrollbar-track {
  background-color: #000 !important;
  padding: 0 1px !important;
}
.scrollbar-thumb {
  background-color: #fff !important;
  border-radius: 0 !important;
  width: 6px !important;
}
/* For Webkit browsers (Chrome, Safari) */
/* For Firefox */
* {
  scrollbar-width: thin;
  /* Thin scrollbar */
  scrollbar-color: #fff #000;
  /* thumb color and track color */
}
/* For Edge and Internet Explorer */
.scrollable {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Hide scrollbar until user scrolls */
}
.alignright {
  float: right;
  margin-left: 0.5rem;
}
.alignleft {
  float: left;
  margin-right: 0.5rem;
}
.upper {
  text-transform: uppercase;
}
.video-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video-wrapper iframe,
.video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
abbr {
  text-decoration: none !important;
}
img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}
img.aligncenter,
svg.aligncenter {
  margin: 0 auto;
  display: block;
}
img,
a,
input,
textarea,
:focus {
  outline: none !important;
}
img:focus,
a:focus,
input:focus,
textarea:focus,
:focus:focus {
  outline: none !important;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
ol {
  margin: 0;
  padding: 0;
  padding-right: 1rem;
}
ol li {
  list-style-position: outside;
  padding: 0.2rem 0;
}
h1,
h2 {
  font-size: 1.89474rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.1;
}
@media screen and (max-width: 480px) {
  h1,
  h2 {
    margin-bottom: 1.5rem;
  }
}
h3 {
  font-size: 1.05rem;
  margin-bottom: 0;
}
p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
p:last-child {
  margin-bottom: 0;
}
p:first-child {
  margin-top: 0;
}
p a {
  color: #587CF2;
  font-weight: 600;
  text-decoration: underline;
}
ins {
  text-decoration: none;
}
ul.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.col-6 {
  width: 50%;
}
.col-12 {
  width: 100%;
}
.col-3 {
  width: 25%;
}
.text ul {
  list-style-position: outside;
  padding-right: 1rem;
}
.text a {
  font-weight: 600;
  text-decoration: underline;
}
form {
  direction: rtl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9rem;
}
form.invalid .wpcf7-response-output {
  color: #cf2b2b;
  background-color: rgba(207, 43, 43, 0.1);
}
.wpcf7-response-output {
  padding: 1rem !important;
  margin: 0 !important;
  border: none !important;
  text-align: center;
  width: 100%;
}
fieldset,
.form-row {
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}
fieldset.col-6,
.form-row.col-6 {
  width: calc(50% - 0.45rem);
}
fieldset.col-12,
.form-row.col-12 {
  width: 100%;
}
fieldset.col-3,
.form-row.col-3 {
  width: calc(25% - 0.7rem);
}
fieldset p,
.form-row p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  fieldset.col-6,
  .form-row.col-6 {
    width: 100%;
  }
  fieldset.col-3,
  .form-row.col-3 {
    width: calc(50% - 0.45rem);
  }
}
.vue2-datepicker {
  width: 100% !important;
}
/* Remove arrows from number input */
input[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  /* Chrome, Safari */
  margin: 0;
  /* Remove margin for consistent look */
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 100%;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.select2-results__message {
  color: #cf2b2b;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
}
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
select,
.select2-container--default .select2-selection--single {
  width: 100%;
  height: 2.6rem;
  background: transparent;
  font-size: 0.78947rem;
  border: 1px solid #000;
  padding: 0 1rem;
  border-radius: 0;
  font-family: inherit;
  text-align: right;
}
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]).wpcf7-not-valid,
select.wpcf7-not-valid,
.select2-container--default .select2-selection--single.wpcf7-not-valid,
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]).error,
select.error,
.select2-container--default .select2-selection--single.error {
  border-color: #cf2b2b !important;
}
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]).wpcf7-not-valid + label,
select.wpcf7-not-valid + label,
.select2-container--default .select2-selection--single.wpcf7-not-valid + label,
input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]).error + label,
select.error + label,
.select2-container--default .select2-selection--single.error + label {
  color: #cf2b2b;
}
.woocommerce-invalid-required-field label {
  color: #cf2b2b;
}
.woocommerce-invalid-required-field input[type="checkbox"],
.woocommerce-invalid-required-field input[type="radio"] {
  color: #cf2b2b;
}
.woocommerce-invalid-required-field input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
.woocommerce-invalid-required-field select,
.woocommerce-invalid-required-field .select2-container--default .select2-selection--single {
  border-color: #cf2b2b;
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0;
  margin-left: 0.4rem;
}
input[type="checkbox"].wpcf7-not-valid,
input[type="radio"].wpcf7-not-valid,
input[type="checkbox"].error,
input[type="radio"].error {
  border-color: #cf2b2b;
}
input[type="checkbox"].wpcf7-not-valid + label,
input[type="radio"].wpcf7-not-valid + label,
input[type="checkbox"].error + label,
input[type="radio"].error + label {
  color: #cf2b2b;
}
.input-notice {
  color: #555;
  font-size: 0.7rem;
  margin-top: 0.2rem;
  position: absolute;
  top: 100%;
  right: 0;
}
.input-notice a {
  text-decoration: underline;
}
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('img/arrow-down.svg');
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 1.4rem;
  color: #8F8F8F;
  font-size: 0.78947rem;
}
textarea {
  width: 100%;
  height: 8rem;
  background: transparent;
  border: 1px solid #000;
  padding: 1rem;
  border-radius: 0;
  font-family: inherit;
  resize: none;
  font-size: 0.78947rem;
}
button,
input[type="submit"],
.button {
  height: 2.31579rem;
  color: #fff;
  background-color: #000;
  font-size: inherit;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  border-radius: 5rem;
  border: 1px solid #000;
  font-family: inherit;
  cursor: pointer;
}
.site-main {
  padding: 0.7rem 0 8rem;
}
@media (max-width: 768px) {
  .site-main {
    padding: 0 0 5rem;
  }
}
.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.78947rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  white-space: nowrap;
  line-height: 1;
}
.button.light {
  background-color: transparent;
  border: 1px solid var(--color, #000);
  color: var(--color, #000);
  font-weight: inherit;
  text-decoration: none;
}
.button.light:hover {
  background-color: #000;
  color: #fff;
}
.button.active {
  background-color: #000;
  color: #fff;
}
.button.clean {
  padding: 0;
  width: auto;
  height: auto;
  color: #000;
  border: none;
  background-color: transparent;
  border-radius: none;
}
@media screen and (max-width: 480px) {
  .button {
    height: 2rem;
    line-height: 1;
  }
}
.wpcf7-list-item {
  margin: 0;
}
.checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.wpcf7-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  bottom: 0;
  right: 0;
  border-radius: 0;
  background-image: url('img/loader.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10%;
  margin: 0;
  opacity: 1;
}
.wpcf7-spinner:before {
  content: none;
}
.wpcf7-not-valid-tip,
label.error,
.error-message {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  text-align: left;
  font-size: 12px;
  color: #cf2b2b;
}
.wpcf7-form-control-wrap,
.woocommerce-input-wrapper {
  display: block;
}
.container {
  max-width: 2500px;
  margin: 0 auto;
  padding: 0 6.5%;
}
.container.full {
  max-width: 100%;
  padding: 0;
}
.container.medium {
  max-width: 70rem;
}
.container.tiny {
  max-width: 43rem;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .container {
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
}
#scroll-container {
  padding-top: 5rem;
}
@media (max-width: 768px) {
  #scroll-container {
    padding-top: 1rem;
  }
}
.site-breadcrumbs {
  font-size: 0.7rem;
}
.site-breadcrumbs span[aria-current] {
  font-weight: 600;
}
@media (max-width: 480px) {
  .site-breadcrumbs {
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  body.single-product .site-breadcrumbs {
    max-width: 37%;
  }
}
header.page-title {
  margin-top: 0.7rem;
}
#page {
  padding-top: 4.8rem;
}
@media (max-width: 480px) {
  #page {
    overflow-x: hidden;
  }
}
.bg-image {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-wrapper.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrapper.column.y-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrapper.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-wrapper.x-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex-wrapper.y-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex-wrapper.x-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-wrapper.x-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex-wrapper.x-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-wrapper.y-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-wrapper.y-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrapper.y-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.section-header {
  gap: 1rem;
  margin-bottom: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.section-header .button {
  margin-top: 0.2rem;
}
.section-header h1,
.section-header h2 {
  margin: 0;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .section-header {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}
@media screen and (max-width: 480px) {
  .section-header {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}
.socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.slick-slider {
  margin-bottom: 0 !important;
}
ul.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  bottom: auto;
  margin-top: 1rem;
}
ul.slick-dots li {
  margin: 0 0.2rem;
  width: auto;
  height: auto;
}
ul.slick-dots li .slick-bullet,
ul.slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #707070;
  opacity: 0.3;
  padding: 0;
}
ul.slick-dots li .slick-bullet:before,
ul.slick-dots li button:before {
  content: none !important;
}
ul.slick-dots li.slick-active .slick-bullet,
ul.slick-dots li.slick-active button {
  opacity: 1;
}
.popup-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.popup-wrapper .popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.popup-wrapper .popup-box {
  max-width: 30rem;
  padding: 4rem 2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.popup-wrapper .close-btn {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  z-index: 5;
  font-size: 1.2rem;
}
.popup-wrapper.active {
  display: block !important;
}
.popup-wrapper .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.popup-wrapper .form-actions button,
.popup-wrapper .form-actions .button {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .popup-wrapper .popup-box {
    max-width: 90vw;
    width: 100%;
    text-align: center;
  }
}
.screen-loader {
  background-color: rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('img/loader.svg');
  background-repeat: no-repeat;
  background-size: 7%;
  background-position: center;
  z-index: 999;
}
.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: inherit;
  background-image: url('img/loader.svg');
  background-repeat: no-repeat;
  background-size: 7%;
  background-position: center;
  display: none;
}
.loader.visible {
  display: block;
  background-color: transparent;
}
.success-message {
  text-align: center;
}
.success-message .icon {
  max-width: 4.5rem;
  margin: 0 auto 1.5rem;
}
#age-confirmation-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  display: none;
}
#age-confirmation-popup .popup-content {
  width: 28rem;
  height: 17.26316rem;
  background-color: #fff;
  text-align: center;
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#age-confirmation-popup .popup-content p {
  font-size: 1.05263rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}
#age-confirmation-popup .popup-content button {
  width: 5.84211rem;
  margin: 0.5rem;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes ring-shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  30% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  40% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  60% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  70% {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
  80% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes ring-shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  30% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  40% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  50% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  60% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
  70% {
    -webkit-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
  }
  80% {
    -webkit-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.clearfix {
  overflow: auto;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
#not-found {
  text-align: center;
  padding-top: 5rem;
}
#not-found h1 {
  font-size: 3rem;
}
.grecaptcha-badge {
  display: none !important;
}
header.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 5px 25px 1px rgba(0, 0, 0, 0.04);
}
header.site-header .inner-header {
  padding: 1.5rem;
}
header.site-header .right-part {
  gap: 1.5rem;
  width: 30%;
  line-height: 1;
}
header.site-header .middle-part {
  max-width: 25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25rem;
          flex: 0 1 25rem;
}
header.site-header .left-part {
  width: 30%;
  line-height: 1;
}
header.site-header .search-wrapper {
  font-size: 1.1rem;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 10.52632rem;
  overflow: hidden;
  margin-right: -0.8rem;
}
header.site-header .search-wrapper button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  width: 1.8rem;
  text-align: center;
  pointer-events: none;
}
header.site-header .search-wrapper i {
  display: block;
}
header.site-header .search-wrapper input,
header.site-header .search-wrapper input[type="search"] {
  height: 1.73684rem;
  background-color: #F4F1EC;
  border-radius: 2rem;
  width: 100%;
  border: none;
  font-size: 0.78947rem;
  padding-right: 2rem;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 1.5rem;
}
header.site-header .search-wrapper input::-webkit-input-placeholder, header.site-header .search-wrapper input[type="search"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
header.site-header .search-wrapper input::-moz-placeholder, header.site-header .search-wrapper input[type="search"]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
header.site-header .search-wrapper input:-ms-input-placeholder, header.site-header .search-wrapper input[type="search"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
header.site-header .search-wrapper input::-ms-input-placeholder, header.site-header .search-wrapper input[type="search"]::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
header.site-header .search-wrapper input::placeholder,
header.site-header .search-wrapper input[type="search"]::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
header.site-header .search-wrapper input:hover,
header.site-header .search-wrapper input[type="search"]:hover,
header.site-header .search-wrapper input:focus,
header.site-header .search-wrapper input[type="search"]:focus {
  width: 100%;
  opacity: 1;
}
header.site-header .search-wrapper:hover input,
header.site-header .search-wrapper:focus input,
header.site-header .search-wrapper:hover input[type="search"],
header.site-header .search-wrapper:focus input[type="search"] {
  width: 100%;
  opacity: 1;
}
header.site-header .search-wrapper:hover button,
header.site-header .search-wrapper:focus button {
  pointer-events: all;
}
header.site-header .mini-cart-wrapper {
  margin-left: 1rem;
}
header.site-header .mini-cart-wrapper #mini-cart-toggle {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1.5px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -0.2rem;
  cursor: pointer;
  position: relative;
  font-size: 1.1rem;
}
header.site-header .mini-cart-wrapper #mini-cart-toggle svg {
  width: 1.2rem;
}
header.site-header .mini-cart-wrapper .cart-counts {
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #000;
  color: #fff;
  font-size: 0.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  white-space: nowrap;
  top: -0.3rem;
  right: -0.3rem;
}
header.site-header .lang {
  margin-right: 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.site-header .lang:before {
  content: "|";
  display: inline-block;
  padding: 0 0.3rem;
}
header.site-header .site-navigation {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  padding: 0 4.75rem;
  background-color: #F4F1EC;
  opacity: 0;
  top: -9999px;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
header.site-header .site-navigation ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2rem;
}
header.site-header .site-navigation ul.menu a {
  display: block;
  padding: 1rem 0 0.9rem;
  font-size: 0.78947rem;
}
header.site-header .user-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
header.site-header .user-login i {
  font-size: 1.1rem;
}
header.site-header .user-login svg {
  width: 1.2rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  header.site-header .inner-header {
    padding: 1rem;
  }
  header.site-header .left-part .phone,
  header.site-header .left-part .lang {
    display: none;
  }
  header.site-header .mini-cart-wrapper {
    margin-left: 0;
  }
  header.site-header .user-login {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }
  header.site-header .top-area {
    border-bottom: 1px solid #000;
  }
  header.site-header .lang:before {
    content: none;
  }
  header.site-header .search-wrapper {
    width: 80%;
    margin: 1rem auto 0 !important;
  }
  header.site-header .search-wrapper button {
    width: 20%;
    height: 100%;
    color: #fff;
    background-color: #000;
    border-radius: 2rem;
    right: auto;
    left: 0;
  }
  header.site-header .search-wrapper input,
  header.site-header .search-wrapper input[type="search"] {
    width: 100%;
    opacity: 1;
    height: 2.5rem;
    padding: 0 1.5rem 0 2.5rem;
  }
  header.site-header .site-navigation {
    position: fixed;
    background-color: #fff;
    right: 0;
    width: 25rem;
    height: 100%;
    padding: 0 1rem;
  }
  header.site-header .site-navigation ul.menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  header.site-header .site-navigation ul.menu a {
    font-size: 1.1rem;
  }
  header.site-header .site-navigation ul.menu#language-menu {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 480px) {
  header.site-header .site-navigation {
    width: 82vw;
  }
  header.site-header .site-navigation ul.menu a {
    font-size: inherit;
  }
}
body.menu-open .site-header .site-navigation {
  opacity: 1;
  top: 100%;
}
body.menu-open .mobile-btn .bar {
  background: transparent !important;
}
body.menu-open .mobile-btn .bar:before {
  background: #000;
  bottom: 0;
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.menu-open .mobile-btn .bar:after {
  background: #000;
  top: -1.3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  body.menu-open .site-header .site-navigation {
    top: 3.5rem;
  }
}
.mobile-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 20px;
  margin: 0;
  z-index: 15;
  position: relative;
  margin-top: -0.2rem;
}
.mobile-btn .bar {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  width: 100%;
  height: 0;
  background: transparent;
  -webkit-transition: -webkit-transform 0ms 300ms;
  transition: -webkit-transform 0ms 300ms;
  transition: transform 0ms 300ms;
  transition: transform 0ms 300ms, -webkit-transform 0ms 300ms;
}
.mobile-btn .bar:before,
.mobile-btn .bar:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
}
.mobile-btn .bar:before {
  bottom: 3px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-btn .bar:after {
  height: 4px;
  top: 3px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .mobile-btn {
    width: 30px;
  }
  .mobile-btn .bar:before {
    height: 1px;
  }
  .mobile-btn .bar:after {
    height: 3px;
  }
}
.sticky-header-button {
  position: fixed;
  top: 40vh;
  left: 1.3rem;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  z-index: 5;
}
.sticky-header-button a {
  background: #FEDCAA;
  font-size: 0.78947rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.73684rem;
  width: 9rem;
  border-radius: 2.10526rem 2.10526rem 0 0rem;
  -webkit-animation: ring-shake 3s ease-in-out infinite;
          animation: ring-shake 3s ease-in-out infinite;
}
.sticky-header-button a .text {
  white-space: nowrap;
}
footer.site-footer {
  font-size: 0.78947rem;
}
footer.site-footer .top-footers {
  padding: 3rem 0;
  border-bottom: 1px solid #707070;
}
footer.site-footer .bottom-footers {
  padding: 2.5rem 0;
}
footer.site-footer .footer-cols {
  gap: 5.2rem;
}
footer.site-footer .widget-title {
  display: none;
}
footer.site-footer .credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer.site-footer .credits span:after {
  content: "|";
  display: inline-block;
  padding: 0 0.2rem;
}
footer.site-footer .credits span:last-child:after {
  content: none;
}
@media screen and (max-width: 480px) {
  footer.site-footer {
    padding-bottom: 3rem;
  }
  footer.site-footer .right-footers,
  footer.site-footer .left-footers {
    width: 100%;
  }
  footer.site-footer .top-footers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.5rem 0 0;
    border-bottom: none;
  }
  footer.site-footer .footer-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  footer.site-footer .footer-col {
    width: 100%;
  }
  footer.site-footer .bottom-footers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
  footer.site-footer .credits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.2rem;
  }
  footer.site-footer .credits span:after {
    content: none;
  }
  footer.site-footer .widget-title {
    font-size: 0.9375rem;
    font-weight: 400;
    width: 100%;
    padding: 0.6rem 0;
    margin-bottom: 0;
    border-bottom: 1px solid #000;
    display: block;
    background-image: url('img/arrow-down.svg');
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: 1.4rem;
  }
  footer.site-footer .widget-title + div {
    padding: 0.5rem 0;
    display: none;
  }
  footer.site-footer .widget-title + div li {
    padding: 0.25rem 0;
  }
}
.mobile-actions {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  font-size: 0.9375rem;
  background-color: #FEDCAA;
  z-index: 10;
}
.mobile-actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.8rem 0;
  margin: 0;
}
.mobile-actions ul li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  border-left: 1px solid #000;
  text-align: center;
}
.mobile-actions ul li i {
  font-size: 1rem;
}
.mobile-actions ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}
.mobile-actions ul li:last-child {
  border-left: none;
}
.mobile-actions ul li:last-child i {
  font-size: 1.5rem;
}
.footer-logos {
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
}
.footer-logos .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-logos .logo-item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.footer-logos .logo-item:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 3rem;
  background-color: #cdcdcd;
  position: absolute;
  left: 0;
}
.footer-logos .logo-item img {
  max-height: 5rem;
}
.footer-logos .logo-item:last-child:after {
  content: none;
}
.page-section {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  height: calc(var(--height) - 4.8rem);
  background-color: var(--bg-color);
  color: var(--color, inherit);
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .page-section {
    padding-top: calc(var(--padding-top) / 5);
    padding-bottom: calc(var(--padding-bottom) / 5);
  }
}
section.slides-banner {
  padding-bottom: 1.5rem;
}
section.slides-banner .swiper,
section.slides-banner .swiper-wrapper,
section.slides-banner .swiper-slide {
  height: 100%;
}
section.slides-banner .container {
  height: 100%;
  padding: 0 1.5rem;
}
section.slides-banner .slide-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  color: #fff;
  font-size: 1.89474rem;
  text-align: center;
  padding: 0 10%;
  font-weight: 500;
  line-height: 1.2;
}
section.slides-banner .video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  section.slides-banner {
    max-height: 30rem;
    padding-bottom: 0;
  }
  section.slides-banner .slide-text {
    font-size: 1.25rem;
  }
  section.slides-banner .container {
    padding: 0 1rem;
  }
}
section.simple-banner {
  height: auto;
}
section.simple-banner .banner-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  padding: 2rem 8rem;
  min-height: var(--height);
  background-color: #F4F1EC;
}
section.simple-banner .banner-wrapper .bg-image {
  position: absolute;
  background-size: cover;
  background-position: center;
}
section.simple-banner .text {
  position: relative;
  max-width: 30rem;
  color: var(--color);
}
section.simple-banner .text h1,
section.simple-banner .text h2 {
  margin-bottom: 1.7rem;
}
section.simple-banner.parallax .bg-image {
  background-attachment: fixed;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  section.simple-banner:not(.parallax) * {
    text-align: right !important;
  }
  section.simple-banner:not(.parallax) .banner-wrapper {
    padding: 2rem 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  section.simple-banner .banner-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  section.simple-banner .text {
    max-width: 100%;
  }
  section.simple-banner .text p br {
    display: none;
  }
  section.simple-banner .bg-image {
    background-image: var(--mobile-image) !important;
  }
}
section.mosaic .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}
section.mosaic .image img {
  display: inline-block;
}
section.mosaic .image.with-gallery {
  max-width: 60%;
}
section.mosaic .slick-track,
section.mosaic .slick-list {
  height: 100%;
}
section.mosaic .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  padding-left: 13%;
}
section.mosaic .text .button {
  margin: 0.2rem 0;
}
section.mosaic .text h1,
section.mosaic .text h2 {
  margin-bottom: 1.7rem;
  font-size: 1.89474rem;
}
section.mosaic .parts-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.mosaic .parts-wrapper .text {
  padding-bottom: 2rem;
}
section.mosaic .parts-wrapper.x-reverse .image {
  padding-left: 10%;
  text-align: center;
}
section.mosaic .parts-wrapper.x-reverse .text {
  padding-right: 0;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  section.mosaic .text {
    padding-left: 4%;
    padding-right: 0;
  }
  section.mosaic .parts-wrapper.x-reverse .image {
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  section.mosaic .text p br {
    display: none;
  }
}
@media screen and (max-width: 480px) and (orientation: portrait) {
  section.mosaic .parts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.mosaic .text {
    margin-top: 2rem;
  }
  section.mosaic .text,
  section.mosaic .image {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 0;
    padding-left: 0 !important;
    max-width: none !important;
  }
  section.mosaic .text .mosaic-gallery,
  section.mosaic .image .mosaic-gallery {
    width: 100% !important;
  }
}
section.products-ticker .product-text {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
section.products-ticker .product-text h3 {
  margin-bottom: 0.3rem;
}
section.products-ticker .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Ensures slides are in a row */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Centers the active slide */
}
section.products-ticker li.product .product-text-wrap,
section.products-ticker li.product .add_to_cart_button,
section.products-ticker li.product .stamps-wrapper {
  display: none;
}
section.products-ticker .slick-list {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -4rem;
  margin-right: -4rem;
}
section.products-ticker .item .product {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
section.products-ticker .item img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
section.products-ticker .item.slick-center .product {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
section.products-ticker .item.slick-center img {
  -webkit-transform: rotate(10deg) translateX(1rem);
          transform: rotate(10deg) translateX(1rem);
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  section.products-ticker .slick-list {
    margin-left: -40%;
    margin-right: -40%;
  }
}
@media screen and (max-width: 480px) {
  section.products-ticker .section-header {
    margin-bottom: 0;
  }
  section.products-ticker .slick-list {
    margin-left: -30%;
    margin-right: -30%;
  }
  section.products-ticker .item.slick-center .product {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
section.footer-newsletter {
  background-color: #F4F1EC;
  padding: 2.5rem 0;
  position: relative;
}
section.footer-newsletter .section-symbol {
  position: absolute;
  top: -3rem;
  width: 6.4rem;
  z-index: 2;
  right: 5%;
}
section.footer-newsletter .text-wrapper {
  max-width: 20rem;
  margin: 0 auto;
  text-align: center;
}
section.footer-newsletter .wpcf7-spinner {
  background-color: #F4F1EC;
}
section.footer-newsletter textarea,
section.footer-newsletter input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
section.footer-newsletter select {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #F4F1EC;
}
@media screen and (max-width: 480px) {
  section.footer-newsletter {
    padding: 4.5rem 0;
    margin-top: 2rem;
  }
  section.footer-newsletter .section-symbol {
    width: 4.4rem;
    top: -2rem;
  }
}
section.thumbnails .section-header {
  float: right;
}
section.thumbnails .thumb-item {
  width: 47%;
  margin-bottom: 8rem;
}
section.thumbnails .thumb-item .inner {
  gap: 3rem;
}
section.thumbnails .thumb-item .image {
  width: 17rem;
  height: 25rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
section.thumbnails .thumb-item:nth-child(odd) {
  float: left;
  margin-left: 6%;
}
section.thumbnails .thumb-item:nth-child(even) {
  float: right;
  padding-top: 8%;
  padding-left: 4%;
}
section.thumbnails .thumb-item:nth-child(even) .text {
  width: 40%;
}
section.thumbnails .thumb-item:nth-child(3n) {
  padding-right: 2%;
  margin-left: 0;
}
section.thumbnails .thumb-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  section.thumbnails .section-header {
    float: none;
  }
  section.thumbnails .thumbnails-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  section.thumbnails .thumb-item {
    float: none !important;
    margin: 0 !important;
    padding: 1rem 0 !important;
    width: 100%;
  }
  section.thumbnails .thumb-item:nth-child(even) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  section.thumbnails .thumb-item .text {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  section.thumbnails .thumb-item .image {
    height: 11rem;
  }
}
@media screen and (max-width: 480px) {
  section.thumbnails .thumb-item .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3rem;
  }
  section.thumbnails .thumb-item .image {
    width: 100%;
  }
  section.thumbnails .thumb-item .text {
    width: 100% !important;
  }
}
section.icons .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.icons .section-title {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 28.5%;
  margin-left: 5%;
}
section.icons .icons-wrapper {
  gap: 5.5rem;
  width: 100%;
}
section.icons .iconi-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: center;
}
section.icons .iconi-item h3 {
  margin-bottom: 0.6rem;
}
section.icons .iconi-image {
  height: 4rem;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.icons .iconi-image img {
  display: inline-block;
  max-height: 100%;
  width: auto;
}
section.icons.with-text .container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.icons.with-separators .icons-wrapper {
  gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
section.icons.with-separators .iconi-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.icons.with-separators .iconi-item h3 {
  margin-top: 0.6rem;
}
section.icons.with-separators .iconi-item:after {
  content: "";
  width: 1px;
  background-color: var(--color, inherit);
  margin: 0 1.5rem;
  display: block;
}
section.icons.with-separators .iconi-item:last-child:after {
  content: none;
}
@media screen and (max-width: 1280px) {
  section.icons .icons-wrapper {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  section.icons .icons-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.icons .iconi-item {
    width: 47%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  section.icons .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.icons .container header.section-title {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.3rem;
    text-align: center;
    margin-left: 0;
  }
  section.icons .iconi-item {
    width: 64%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 43%;
            flex: 1 1 43%;
  }
  section.icons.with-separators .icons-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  section.icons.with-separators header.section-title {
    text-align: inherit;
  }
  section.icons.with-separators .iconi-item {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 64%;
            flex: 0 1 64%;
    text-align: initial;
  }
  section.icons.with-separators .iconi-item:after {
    content: none;
  }
}
section.content-grid .content-wrapper {
  background-color: var(--bg-color);
  color: var(--color);
}
section.content-grid .content-text {
  width: 50%;
  padding: 2rem 5%;
}
section.content-grid .content-image {
  width: 50%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
section.content-grid.product-grid .content-text {
  padding: 5%;
}
@media screen and (max-width: 768px) {
  section.content-grid.product-grid {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media screen and (max-width: 480px) {
  section.content-grid .container {
    padding: 0;
  }
  section.content-grid .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.content-grid .content-image {
    width: 100%;
  }
  section.content-grid .content-text {
    width: 100%;
  }
  section.content-grid.product-grid .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.content-grid.product-grid .content-image {
    min-width: 34rem;
  }
}
section.simple-text {
  color: var(--color);
}
section.simple-text .content-wrapper {
  background-color: var(--bg-color);
  padding: 1.5rem 3.5rem;
}
@media screen and (max-width: 480px) {
  section.simple-text .container.normal {
    padding: 0;
  }
  section.simple-text .content-wrapper {
    padding: 1.5rem;
  }
}
section.horizontal-list {
  color: var(--color);
}
section.horizontal-list .list-item {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 2px solid #000;
  padding: 0 3vw;
}
section.horizontal-list .list-item.wide-item {
  padding: 0 3%;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
}
section.horizontal-list .list-item.wide-siblings {
  padding: 0 3%;
}
section.horizontal-list .list-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5%;
}
section.horizontal-list .list-item .main-text {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
section.horizontal-list .list-item .sub-text {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
section.horizontal-list .list-item:first-child {
  padding-right: 0 !important;
  padding-right: 0;
}
section.horizontal-list .list-item:first-child .inner {
  padding-right: 0;
}
section.horizontal-list .list-item:last-child {
  border: none;
}
section.horizontal-list .list-item:last-child .inner {
  padding-left: 0;
}
section.horizontal-list .extra-text {
  margin-top: 2.6rem;
  font-size: 0.7rem;
}
@media screen and (max-width: 768px) {
  section.horizontal-list .list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.horizontal-list .list-item {
    width: 100%;
    border-left: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem;
    margin-bottom: 0.8rem;
    padding-right: 0;
    padding-left: 0;
  }
  section.horizontal-list .list-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  section.horizontal-list .list-item .main-text {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
ul.pretty-list {
  padding: 0;
  margin: 1rem 0;
  list-style: none;
}
ul.pretty-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem;
  margin: 0.5rem 0;
}
ul.pretty-list li .icon-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.archive-page .posts-wrapper {
  gap: 2.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.archive-page .posts-wrapper article {
  width: calc(33.33% - 1.7rem);
}
@media screen and (max-width: 1024px) {
  .archive-page .posts-wrapper article {
    width: calc(50% - 1.7rem);
  }
}
@media screen and (max-width: 480px) {
  .archive-page .posts-wrapper article {
    width: 100%;
  }
}
article.post .image-wrapper {
  height: 15rem;
}
article.post .button {
  margin-top: 1rem;
  float: left;
}
.single-content-wrapper {
  gap: 1.5rem;
}
.single-content-wrapper .content-side {
  width: 50%;
}
.single-content-wrapper .content-side h2 {
  font-size: 1.05rem;
  margin: 1rem 0 0.5rem;
}
.single-content-wrapper .content-side img {
  width: 100%;
  display: block;
  margin: 1rem 0;
}
.single-content-wrapper .related-side {
  width: 25%;
}
.single-content-wrapper .related-side article {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #000;
}
.single-content-wrapper .related-side h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .single-content-wrapper .related-side {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .single-content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .single-content-wrapper .content-side {
    width: 100%;
  }
  .single-content-wrapper .related-side {
    width: 100%;
    padding: 2.5rem 0 0;
    margin-top: 2.5rem;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .single-content-wrapper .related-side .posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -1.5rem;
    padding-left: 1.5rem;
    gap: 1.5rem;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .single-content-wrapper .related-side .posts-wrapper::-webkit-scrollbar {
    display: none;
  }
  .single-content-wrapper .related-side .posts-wrapper article {
    width: 45%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .single-content-wrapper .related-side .posts-wrapper article {
    width: 85%;
  }
}
.whatsapp {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: var(--bg, #075E54);
  color: var(--text-color, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  border-radius: 2rem;
  font-size: 1rem;
  padding: 0 1rem;
  height: 45px;
  line-height: 1;
  z-index: 5;
}
.woocommerce-breadcrumb {
  font-size: 0.7rem;
  margin-bottom: 0.6rem;
  display: none;
}
.product-title {
  margin-bottom: 2.5rem;
}
.archive-header .woocommerce-products-header {
  display: none;
}
.archive-header .shop-menu-nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.archive-header .shop-menu-nav li {
  font-size: 1rem;
  list-style: none;
}
.archive-header .shop-menu-nav li[class*="current"] {
  font-weight: 600;
}
li.product {
  text-align: center;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
li.product.outofstock .image-wrapper img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}
li.product.outofstock .product-actions a {
  display: none;
}
li.product .image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 23rem;
          flex: 0 1 23rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
li.product .stamps-wrapper {
  position: absolute;
  top: 0.5rem;
  left: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
li.product .stamps-wrapper .product-stamp {
  width: 3rem;
  height: 3rem;
  font-size: 10px;
  padding: 0.1rem 0.2rem 0;
}
li.product img {
  max-height: 19rem;
  width: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
li.product .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
li.product.product-type-composite .price {
  display: none;
}
@media (max-width: 480px) {
  li.product .image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15rem;
            flex: 0 1 15rem;
  }
  li.product .stamps-wrapper {
    left: 0;
  }
  li.product .stamps-wrapper .product-stamp {
    width: 2.5rem;
    height: 2.5rem;
  }
  li.product .price {
    margin-top: 0.5rem;
  }
}
.product-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem;
  margin: 0.7rem auto 0;
  max-width: 7.3rem;
}
.product-actions button,
.product-actions .button {
  width: 100%;
  font-size: 0.78947rem;
  white-space: nowrap;
}
.price {
  font-size: 0.84211rem;
  font-weight: 700;
}
.price del {
  display: block;
  color: #8F8F8F;
}
@media (max-width: 480px) {
  .price {
    font-size: inherit;
  }
}
.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  list-style: none;
  padding-top: 3.5rem;
}
.page-numbers .current {
  font-weight: 600;
}
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6rem;
  padding: 0;
  margin: 0;
}
.woocommerce ul.products.columns-4 li.product {
  width: calc(26% - 6rem);
}
@media (max-width: 1280px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(36% - 4rem);
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products.columns-4 li.product {
    width: calc(52% - 2rem);
  }
}
.woocommerce ul.products.columns-3 li.product {
  width: calc(36% - 6rem);
}
@media (max-width: 1280px) {
  .woocommerce ul.products.columns-3 li.product {
    width: calc(52% - 4rem);
  }
}
.woocommerce ul.products li.product {
  margin: 4rem 0;
}
.woocommerce ul.products li.product a img {
  max-height: 23rem;
  width: auto;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .woocommerce ul.products li.product {
    margin: 2rem 0;
  }
  .woocommerce ul.products li.product h3 {
    font-size: inherit;
  }
  .woocommerce ul.products li.product a img {
    max-height: 19rem;
  }
}
@media (max-width: 1280px) {
  .woocommerce ul.products {
    gap: 4rem;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products {
    gap: 2rem;
  }
}
.stamps-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  z-index: 2;
}
.stamps-wrapper .product-stamp {
  width: 3.68421rem;
  height: 3.68421rem;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0.73684rem;
  background: #fff;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .stamps-wrapper .product-stamp {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.55rem;
  }
}
div.product .product-parts {
  padding-left: 10%;
  margin-bottom: 9.5rem;
  position: relative;
}
div.product .product-parts .entry-summary {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 47%;
  z-index: 6;
}
div.product .product-parts .product-images {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  text-align: left;
  position: relative;
  width: 50%;
}
div.product .product-parts .product-top-actions {
  position: absolute;
  top: -2rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2.6rem;
  z-index: 5;
}
div.product .product-parts .woocommerce-product-gallery {
  width: 100%;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
div.product .product-parts .woocommerce-product-gallery img {
  max-height: 70vh;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
div.product .product-parts .woocommerce-product-gallery:not(.has-gallery) {
  text-align: center;
}
div.product .product-parts .woocommerce-product-gallery:not(.has-gallery) img {
  display: inline-block;
}
div.product .product-parts .woocommerce-product-gallery .images-caption {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 0.6rem;
  margin-top: 1rem;
  color: #aaa;
}
div.product .description {
  font-size: 0.84211rem;
  margin-bottom: 1.7rem;
}
div.product .actions-wrapper {
  max-width: 15rem;
  margin-top: 1rem;
}
div.product .actions-wrapper .price {
  font-size: 1.89474rem;
  font-weight: 600;
}
div.product .actions-wrapper .price del {
  font-size: 1.05263rem;
  line-height: 0.9;
}
div.product .actions-wrapper .sign-in {
  margin-bottom: 0.5rem;
}
div.product .actions-wrapper button[type="submit"],
div.product .actions-wrapper .sign-in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
div.product .actions-wrapper form {
  gap: 0.5rem;
}
@media (max-width: 768px) {
  div.product .product-parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 3.5rem;
    padding-left: 0;
  }
  div.product .product-parts .entry-summary {
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  div.product .product-parts .product-images {
    text-align: center;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  div.product .product-parts .product-top-actions {
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    top: 0;
  }
  div.product .product-parts .product-top-actions #go-back {
    -webkit-transform: translateY(-3.1rem);
            transform: translateY(-3.1rem);
  }
  div.product .product-parts .product-top-actions .stamps-wrapper {
    position: absolute;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.product .product-parts .woocommerce-product-gallery {
    width: 100%;
  }
  div.product .product-parts .woocommerce-product-gallery img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  div.product .product-parts .woocommerce-product-gallery .images-caption {
    margin-top: 0;
    text-align: right;
  }
  div.product .actions-wrapper {
    max-width: 100%;
  }
}
.quantity {
  height: 1.78947rem;
  border-radius: 2.63158rem;
  border: 1.5px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.5rem;
}
.quantity button {
  background: transparent;
  border: none;
  width: 33%;
  height: 100%;
  color: #000;
  padding: 0;
  text-align: center;
}
.quantity input {
  border: none !important;
  width: 33% !important;
  height: 100% !important;
  text-align: center !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  color: #000 !important;
  padding: 0 !important;
}
@media screen and (max-width: 480px) {
  .quantity {
    height: 2rem;
  }
}
section.related {
  padding-top: 4rem;
}
section.related ul {
  width: 100%;
  display: inherit !important;
}
section.related h2 {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  section.related {
    overflow: hidden;
    margin: 0 -1.5rem;
  }
  section.related .slick-list {
    margin-left: -25%;
    margin-right: -25%;
  }
}
@media screen and (max-width: 480px) {
  section.related {
    padding-top: 1.5rem;
  }
  section.related .slick-list {
    margin-left: -40%;
    margin-right: -40%;
  }
}
#minicart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  height: 100%;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  pointer-events: none;
}
#minicart .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
#minicart .close-mini-cart {
  position: absolute;
  top: 6rem;
  left: 1.5rem;
  font-size: 1.1rem;
  cursor: pointer;
}
#minicart .minicart-inner {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 25rem;
  padding: 9rem 3rem 2.5rem 1.7rem;
  height: 100%;
  overflow-y: hidden;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
#minicart .minicart-totals {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  padding: 2rem 3rem;
}
#minicart .minicart-totals:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 0 auto;
}
#minicart .minicart-totals .total {
  margin: 1rem 0;
}
#minicart .minicart-totals .totals-actions .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
#minicart .actions {
  gap: 0.8rem;
}
@media screen and (max-width: 480px) {
  #minicart .minicart-inner {
    width: 85vw;
    padding: 6rem 2rem 2rem 1.5rem;
  }
  #minicart .minicart-totals {
    padding: 2rem;
  }
}
body.minicart-open #minicart {
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  pointer-events: auto;
}
body.minicart-open #minicart .minicart-inner {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
ul.cart_list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin: 1.5rem 0;
  max-height: calc(75vh - 9rem);
  overflow-y: auto;
}
ul.cart_list .woocommerce-mini-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 1.5rem 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
ul.cart_list .woocommerce-mini-cart-item h3 {
  margin-top: 0;
}
ul.cart_list .woocommerce-mini-cart-item h4 {
  margin: 0;
}
ul.cart_list .woocommerce-mini-cart-item .image img {
  max-height: 7rem;
  max-width: 2.5rem;
  width: auto;
}
ul.cart_list .woocommerce-mini-cart-item .actions {
  gap: 0.8rem;
}
ul.cart_list .woocommerce-mini-cart-item .item-price {
  margin: 0.3rem 0 0.5rem;
}
ul.cart_list .woocommerce-mini-cart-item.cart-item {
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
ul.cart_list .woocommerce-mini-cart-item.cart-item .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 80%;
          flex: 0 1 80%;
}
ul.cart_list .woocommerce-mini-cart-item.cart-item .text h4 {
  max-width: 65%;
}
ul.cart_list .woocommerce-mini-cart-item.cart-item .image img {
  max-width: 4.5rem;
}
ul.cart_list .woocommerce-mini-cart-item.cart-item .cart-quantity:before {
  content: "x";
  display: inline- block;
}
ul.cart_list .variation {
  font-size: 0.65rem;
}
ul.cart_list .variation .variation-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1rem;
  margin: 0.4rem 0;
}
ul.cart_list .variation .variation-wrapper dt {
  font-weight: 500;
}
ul.cart_list .variation .variation-wrapper dd {
  max-width: 10rem;
}
ul.cart_list .variation .variation-wrapper dd p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
ul.cart_list .variation .variation-wrapper dt,
ul.cart_list .variation .variation-wrapper dd {
  margin: 0;
}
ul.cart_list .variation .variation-wrapper dt p,
ul.cart_list .variation .variation-wrapper dd p {
  margin: 0;
}
@media screen and (max-height: 600px) {
  ul.cart_list {
    max-height: calc(60vh - 9rem);
  }
}
@media screen and (max-width: 480px) {
  ul.cart_list .woocommerce-mini-cart-item h3 {
    font-size: inherit;
  }
  ul.cart_list .woocommerce-mini-cart-item.cart-item .text h4 {
    max-width: 47%;
    font-weight: normal;
  }
  ul.cart_list .woocommerce-mini-cart-item.cart-item:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
.wpfMainWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wpfMainWrapper .wpfFilterWrapper {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.wpfMainWrapper .wpfButtonsFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.7rem;
}
.wpfMainWrapper .wpfButtonsFilter .wpfTermWrapper {
  padding: 0.5rem 1.5rem !important;
  text-align: center !important;
}
.wpfMainWrapper .wpfButtonsFilter .wpfTermChecked {
  background-color: #000 !important;
  color: #fff !important;
}
.wpfMainWrapper .wpfButtonsFilter .wpfTermChecked .wpfValue:before {
  content: "\e901";
  font-size: 0.6rem;
  font-family: 'icomoon';
  margin-left: 0.5rem;
  margin-right: -0.5rem;
}
.wpfMainWrapper select {
  height: 1.78947rem;
  border-radius: 2rem;
}
@media screen and (max-width: 480px) {
  .wpfMainWrapper .wpfFilterWrapper {
    width: 100% !important;
    margin: 0;
  }
  .wpfMainWrapper .wpfButtonsFilter {
    margin: 1rem 0;
    gap: 0.2rem;
  }
  .wpfMainWrapper .wpfButtonsFilter .wpfTermWrapper {
    width: 100% !important;
  }
}
.woobewoo-filter-loader.spinner {
  background: url('img/loader.svg') !important;
  -webkit-animation: none !important;
          animation: none !important;
  background-size: contain !important;
  width: 7rem !important;
  height: 7rem !important;
  background-repeat: no-repeat;
}
#user-profile .page-header {
  margin-bottom: 3.7rem;
}
#user-profile .page-header .user-actions {
  gap: 1.6rem;
}
#user-profile .user-welcome {
  background-color: #F4F1EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem;
  font-size: 1.05263rem;
  margin-bottom: 4rem;
  min-height: 23rem;
  background-image: url('img/bg-icon.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  text-align: center;
}
#user-profile .user-welcome .points-amount {
  font-size: 1.89474rem;
  font-weight: 600;
  height: 3.42105rem;
  padding: 0.1rem 2rem 0.4rem;
  border-radius: 2rem;
  border: 4px solid #000;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
#user-profile .reset-password {
  background-color: #F4F1EC;
  padding: 3.5rem;
}
#user-profile .reset-password h3,
#user-profile .reset-password p {
  text-align: center;
}
#user-profile .reset-password form {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#user-profile .user-coupon {
  border: 2px dotted #000;
  padding: 0.8rem 1.5rem;
  margin-top: 2rem;
  text-align: center;
}
#user-profile .user-coupon .coupon-notice {
  font-size: 0.7rem;
}
@media screen and (max-width: 480px) {
  #user-profile .reset-password {
    padding: 1.5rem 0 2.5rem;
  }
  #user-profile .reset-password button,
  #user-profile .reset-password .button {
    width: 100%;
  }
  #user-profile .user-welcome {
    padding: 2rem;
    background-image: url('img/bg-icon-mobile.svg');
    background-size: 50%;
    background-position: left bottom;
  }
  #user-profile .page-header {
    margin-bottom: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #user-profile .page-header .user-actions {
    gap: 0.6rem;
    overflow-x: auto;
    max-width: 100vw;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  #user-profile .page-header .user-actions::-webkit-scrollbar {
    display: none;
  }
}
.user-login-panel {
  padding-top: 4.5rem;
}
.user-login-panel button[type="submit"] {
  width: 7.36842rem;
}
.user-login-panel .after-form {
  margin-top: 3.5rem;
  text-align: center;
}
.user-login-panel .after-form a {
  font-weight: 600;
  text-decoration: underline;
}
@media screen and (max-width: 480px) {
  .user-login-panel {
    padding-left: 0;
    padding-right: 0;
  }
}
#checkout-login {
  margin-bottom: 4.3rem;
}
#checkout-login h3 {
  text-align: center;
  margin-bottom: 1.5rem;
}
#checkout-login input:not([type="checkbox"]) {
  height: 2rem;
  border-radius: 2.6rem;
}
#checkout-login button[type="submit"],
#checkout-login input[type="submit"] {
  margin: 0 auto;
  display: block;
  height: 2rem;
}
#checkout-login .form-row {
  width: 100%;
}
#checkout-login .woocommerce-form-login__rememberme {
  display: none !important;
}
#checkout-login form {
  max-width: 13rem;
  margin: 0 auto;
}
#checkout-login form fieldset {
  width: 100%;
}
#checkout-login .user-login-panel {
  padding: 0;
}
#checkout-login .user-login-panel .after-form {
  margin-top: 1.5rem;
  color: #9C9C9C;
}
#checkout-login .content-text {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
#checkout-login .submit-wrapper {
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  #checkout-login {
    margin-bottom: 2.5rem;
  }
  #checkout-login .content-text {
    padding-top: 1.5rem;
  }
}
.custom-coupon {
  margin: 2.5rem 0;
}
.custom-coupon .custom-coupon-form {
  position: relative;
}
.custom-coupon .custom-coupon-form input[type="submit"] {
  background-color: transparent;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  height: 100%;
  padding: 0 0.7rem;
  -webkit-transition: font-weight 0.4s ease;
  transition: font-weight 0.4s ease;
}
.custom-coupon .custom-coupon-form input[type="submit"]:hover {
  font-weight: 600;
}
.checkout-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-wrapper h3 {
  margin-bottom: 1rem;
}
.checkout-wrapper #order_details {
  width: 40%;
  position: relative;
  overflow: visible;
  height: auto;
}
.checkout-wrapper #order_details .minicart-totals {
  display: none;
}
.checkout-wrapper #order_details ul.cart_list .woocommerce-mini-cart-item {
  border-bottom: 1px solid #000;
  padding: 1.5rem 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
}
.checkout-wrapper #order_details ul.cart_list .woocommerce-mini-cart-item h3 {
  margin-bottom: 0;
  font-size: 0.84211rem;
  max-width: 80%;
}
.checkout-wrapper #customer_details {
  width: 40%;
}
.checkout-wrapper .woocommerce-additional-fields .form-row {
  padding-bottom: 0.9rem;
}
.checkout-wrapper .col-1,
.checkout-wrapper .col-2 {
  width: 100%;
}
.checkout-wrapper .woocommerce-billing-fields__field-wrapper,
.checkout-wrapper .woocommerce-shipping-fields__field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9rem;
}
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #billing_country_field,
.checkout-wrapper .woocommerce-shipping-fields__field-wrapper #billing_country_field,
.checkout-wrapper .woocommerce-billing-fields__field-wrapper #shipping_country_field,
.checkout-wrapper .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
  display: none;
}
.checkout-wrapper .cart-subtotal {
  display: none;
}
.checkout-wrapper .woocommerce-checkout-review-order-table {
  width: 100%;
}
.checkout-wrapper .woocommerce-checkout-review-order-table tfoot {
  width: 100%;
}
.checkout-wrapper .place-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.checkout-wrapper .place-order button {
  white-space: nowrap;
}
.checkout-wrapper .place-order .woocommerce-privacy-policy-text {
  display: none;
}
.checkout-wrapper .club-members-promotion {
  width: 100%;
  background-color: #FEDCAA;
  padding: 0.7rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.checkout-wrapper .club-members-promotion .title {
  font-weight: 600;
  width: 20%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 0.84211rem;
}
.checkout-wrapper .club-members-promotion .text {
  text-align: center;
  font-size: 0.78947rem;
}
.checkout-wrapper ul.woocommerce-mini-cart {
  max-width: 23rem;
  padding-left: 3rem;
}
.checkout-wrapper .sticky-content {
  position: sticky;
  top: 7rem;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .checkout-wrapper #customer_details {
    width: 55%;
  }
}
@media screen and (max-width: 480px) {
  .checkout-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .checkout-wrapper #customer_details {
    width: 100%;
  }
  .checkout-wrapper #order_details {
    width: 100%;
  }
  .checkout-wrapper ul.woocommerce-mini-cart {
    max-width: none;
    padding-left: 0;
    margin: 0;
  }
  .checkout-wrapper .place-order {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .checkout-wrapper .place-order button,
  .checkout-wrapper .place-order .button {
    width: 100%;
  }
  .checkout-wrapper .club-members-promotion {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 0;
  }
  .checkout-wrapper .club-members-promotion .title {
    width: 100%;
  }
}
.shop_table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.shop_table tr.order-total {
  border-top: 1px solid #000;
  padding: 1rem 0;
}
.shop_table tr.order-total td {
  font-size: 1.89474rem;
}
.shop_table tr.shipping {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2rem 0;
  text-align: right;
}
.shop_table tr.shipping ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop_table tr.shipping ul li {
  padding: 0.2rem 0;
}
.shop_table tr.shipping bdi {
  font-weight: 600;
}
.shop_table th,
.shop_table td {
  padding: 0.5rem 0;
  max-width: 15.5rem;
}
.shop_table th {
  font-size: 1.05263rem;
}
@media screen and (max-width: 480px) {
  .shop_table.shipping {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
a.added_to_cart {
  display: none !important;
}
.blockUI.blockOverlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(255, 255, 255, 0.7) !important;
  z-index: 90 !important;
  opacity: 1 !important;
}
.blockUI.blockOverlay:after {
  content: "" !important;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('img/loader.svg');
  background-position: center;
  background-size: 7%;
  background-repeat: no-repeat;
}
#order_review {
  padding-top: 0;
}
@media screen and (max-width: 480px) {
  #order_review {
    padding-left: 0;
  }
}
.woocommerce-shipping-fields {
  padding-top: 2.5rem;
  padding-bottom: 0.9rem;
}
.woocommerce-NoticeGroup,
.woocommerce-notices-wrapper {
  position: absolute;
  opacity: 0;
  z-index: -50;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  padding: 0;
  margin: 0;
}
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  list-style: none;
  text-align: right;
  padding: 0.4rem 0;
  border-bottom: 1px solid #b7b5b5;
}
.woocommerce-error li:last-child,
.woocommerce-info li:last-child,
.woocommerce-message li:last-child {
  border-bottom: none;
}
.wc_payment_methods {
  padding: 1.5rem;
  margin: 0;
  font-size: 0.7rem;
  background-color: #f1f1f1;
  margin-bottom: 1.5rem;
}
.wc_payment_methods li {
  list-style: none;
}
.woocommerce-terms-and-conditions-checkbox-text a {
  text-decoration: underline;
  font-weight: 600;
}
.woocommerce-order .thankyou-parts {
  gap: 4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.woocommerce-order .thankyou-image {
  position: relative;
  background-color: #eee;
  width: 40%;
}
.woocommerce-order .thankyou-text {
  width: 60%;
  position: relative;
}
.woocommerce-order .thankyou-text #print-order-details {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce-order .woocommerce-order-overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1.5rem;
  padding: 1rem;
  background-color: #F4F1EC;
  list-style: none;
}
.woocommerce-order .woocommerce-order-overview li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.woocommerce-order .woocommerce-order-overview li strong {
  display: block;
}
.woocommerce-order h2 {
  font-size: 1.8rem;
}
.woocommerce-order .woocommerce-order-details {
  padding: 3rem 0;
}
.woocommerce-order table {
  width: 100%;
}
.woocommerce-order table tr {
  border-bottom: 1px solid #F4F1EC;
}
.woocommerce-order table .item-text a {
  font-weight: 600;
}
.woocommerce-order table .wc-item-meta {
  margin: 0.1rem 0;
  padding: 0;
  color: #4f4d4d;
  font-size: 0.7rem;
  white-space: nowrap;
}
.woocommerce-order table .wc-item-meta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.1rem 0.8rem 0;
  background-color: #4f4d4d;
  color: #fff;
  height: 1.5rem;
  border-radius: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-order table .wc-item-meta a:hover {
  background-color: #000;
}
.woocommerce-order table .wc-item-meta li {
  list-style: none;
}
.woocommerce-order table .wc-item-meta p {
  margin: 0;
}
.woocommerce-order table .order-item-image img {
  max-width: 6rem;
  margin-left: 0.5rem;
  max-height: 10rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.woocommerce-order .woocommerce-customer-details .woocommerce-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 1.5rem;
  background-color: #F4F1EC;
}
@media screen and (max-width: 1024px) and (orientation: portrait) {
  .woocommerce-order .thankyou-parts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-order .thankyou-image {
    width: 100%;
    display: none;
  }
  .woocommerce-order .thankyou-text {
    width: 100%;
  }
  .woocommerce-order .thankyou-text #print-order-details {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .woocommerce-order .woocommerce-order-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print {
  html {
    font-size: 14px;
  }
  header.site-header,
  .woocommerce-breadcrumb,
  .page-header,
  footer.site-footer,
  .thankyou-image,
  .footer-newsletter,
  #print-order-details,
  .sticky-header-button,
  .woocommerce-notice {
    display: none;
  }
  .site-main {
    padding: 0;
  }
  .woocommerce-order .woocommerce-order-overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .woocommerce-order .woocommerce-customer-details .woocommerce-column {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
  .woocommerce-order .thankyou-text {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .archive-wrapper {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .archive-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .archive-header .shop-title {
    margin-bottom: 0.5rem;
  }
  .archive-header .filter {
    margin-top: 1.1rem;
    width: 100%;
  }
  .archive-header .filter .wpfMainWrapper .wpfFilterWrapper {
    width: 50%;
  }
}
.shop-archive-description {
  margin-top: 1rem;
}
.term-custom-field-text {
  margin-top: 2rem;
  border-top: 1px solid #bbb;
  padding-top: 2rem;
}
.shop-page-content {
  padding-bottom: 5rem;
  padding-top: 5rem;
  border-top: 1px solid #bbb;
}
.woocommerce .validate-required .optional {
  font-size: 0;
}
.woocommerce .validate-required .optional:after {
  content: ' *';
  font-size: 0.8rem;
}
.checkout-inline-error-message {
  opacity: 0 !important;
  font-size: 0 !important;
}
.page-template-page-society #page,
.page-template-page-society #scroll-container {
  padding-top: 0;
}
.page-template-page-society .parts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .page-template-page-society .parts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-template-page-society .site-breadcrumbs {
  display: none !important;
}
.page-template-page-society .text-part {
  width: 56%;
  font-size: 0.947rem;
}
.page-template-page-society .text-part .inner-text {
  max-width: 40rem;
  margin: 0 auto;
  padding-left: 7%;
}
.page-template-page-society .text-part .logo {
  text-align: center;
  width: 13rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .page-template-page-society .text-part {
    width: 100%;
    padding: 0 2rem;
  }
  .page-template-page-society .text-part .inner-text {
    padding-left: 0;
  }
}
.page-template-page-society .form-part {
  width: 44%;
  background-color: #c0afaf;
  padding: 6rem 2rem 2rem;
  position: relative;
  background-image: url('img/top-bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 -6rem;
}
.page-template-page-society .form-part h2 {
  text-align: center;
  font-size: 2.263rem;
}
.page-template-page-society .form-part .form-wrapper {
  max-width: 35rem;
  width: 100%;
  margin: 2rem auto;
}
@media (max-width: 768px) {
  .page-template-page-society .form-part {
    width: 100%;
    margin-top: 3rem;
    background-position: 0 -3rem;
  }
}
.page-template-page-society .col-6 {
  width: 50%;
}
.page-template-page-society form {
  gap: 0;
}
.page-template-page-society fieldset {
  padding: 0 0.5rem;
  margin: 0.5rem 0;
}
.page-template-page-society fieldset.submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-template-page-society fieldset p {
  margin: 0;
}
.page-template-page-society label {
  font-size: 0.9rem;
  margin-bottom: 0.3rem;
}
.page-template-page-society input:not([type="submit"]):not([type="button"]),
.page-template-page-society textarea {
  background-color: #967b7b;
  border: none;
  height: 2rem;
  border: 1px solid #967b7b !important;
}
.page-template-page-society input:not([type="submit"]):not([type="button"]).wpcf7-not-valid,
.page-template-page-society textarea.wpcf7-not-valid {
  border-color: #5c2b32;
}
.page-template-page-society .button,
.page-template-page-society input[type="submit"] {
  background-color: #dcd1b9;
  color: #292c36 !important;
  min-width: 8rem;
}
.page-template-page-society .sign-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
}
.page-template-page-society .sign-form .text {
  width: 100%;
  font-size: 0.789rem;
  text-align: center;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.page-template-page-society .sign-form .input-wrapper {
  width: 30%;
  padding: 0 0.5rem;
}
.page-template-page-society .sign-form input:not([type="button"]),
.page-template-page-society .sign-form .wpcf7-form-control-signature-wrap {
  background-color: transparent;
  border-width: 0 0 1px 0 !important;
  border-color: #967b7b;
  border-style: solid;
  font-size: 0.842rem;
  padding: 0.2rem 0;
  height: 2rem !important;
  width: 100% !important;
}
.page-template-page-society .sign-form input[type='button'] {
  font-weight: 600;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  color: #967b7b;
  padding: 0;
}
@media (max-width: 460px) {
  .page-template-page-society .sign-form .input-wrapper {
    width: 100%;
  }
  .page-template-page-society .sign-form input:not([type="button"]),
  .page-template-page-society .sign-form .wpcf7-form-control-signature-wrap {
    height: 4rem !important;
    margin: 0;
  }
}
.page-template-page-society .society-footer {
  background-color: #dcd1b9;
  color: #967b7b;
  padding: 2rem 6rem;
}
.page-template-page-society .society-footer .parts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-template-page-society .society-footer .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.page-template-page-society .society-footer .socials li {
  margin-left: 1rem;
}
.page-template-page-society .society-footer .socials li:after {
  content: none;
}
.page-template-page-society .society-footer .socials li a {
  display: block;
  width: 2.105rem;
  height: 2.105rem;
  background-color: #967b7b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center ;
      -ms-flex-pack: center ;
          justify-content: center ;
}
@media (max-width: 460px) {
  .page-template-page-society .society-footer {
    padding: 3rem 2rem;
  }
  .page-template-page-society .society-footer .left-part {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
  }
}
/* Prevent loading fonts in Slick */
@font-face {
  font-family: 'slick';
  src: none;
}
.slick-loading .slick-list {
  background: none !important;
  /* Prevent ajax-loader.gif from loading */
}
/*# sourceMappingURL=style.css.map */