@import url(https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@700&display=swap);
@charset "UTF-8";
/* WP */
/* Color */
.light-beige {
  background: #fbf8f5;
}

.bg-gray-light {
  background-color: #E5E5E5;
}

.green {
  background: #3D5D46;
}

/* Container */
/* Breakpoints */
/* Padding */
/* Header */
/* Z-index */
.bg-beige {
  background-color: #EDDCCC;
}

.bg-grey-light {
  background-color: #E5E5E5;
}

/* Container main */
/* Container inner  */
/* Container mixed  */
/* Container with 0 padding on < SM */
/* Container with 0 padding on < LG */
/* Header height */
/* Fonts */
/* Bootstrap 5 Breakpoints */ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* html & body */
html {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
}
body.loading * {
  transition: none !important;
}
body.overflow-hidden {
  overflow: hidden;
}
body.small-page {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}

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

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Links */
a {
  color: #222222;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: #222222;
  text-decoration: none;
}

/* Text */
b,
strong {
  font-family: "mabry-bold-pro";
}

ul {
  list-style: none;
}

ul li::before {
  content: "•"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #3D5D46; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.navbar ul li::before, .checkout ul li::before {
  display: none;
}

:root {
  --header-color: #fff;
  --header-background: #222222;
  --header-height: 60px;
  --vh: 1vh;
}
@media (min-width: 1080px) {
  :root {
    --header-height: 100px;
  }
}
@media (min-width: 1920px) {
  :root {
    --header-height: 150px;
  }
}

#main-wrap {
  min-height: calc(100vh - 168px);
  padding-top: 168px;
}

.flex-section {
  display: flex;
  justify-content: center;
  gap: 215px;
  align-items: center;
}
@media (max-width: 868px) {
  .flex-section {
    flex-direction: column;
    gap: 20px;
  }
}
.flex-section .text-left {
  max-width: 520px;
  width: 100%;
}

.content {
  width: 100%;
}

#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  z-index: 1;
  transition: all 0.3s ease;
}

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  transition: all 0.3s ease;
  z-index: 1;
}

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.quote {
  font-size: 30px;
  line-height: 40px;
}

/**
** MAVEN PRO 
** font-weight: 400,500,700
**/
@font-face {
  font-family: "mabry-regular-pro";
  src: url("/../../wp-content/themes/understrap/fonts/mabry-regular-pro.eot");
  src: url("/../../wp-content/themes/understrap/fonts/mabry-regular-pro.woff2") format("woff2"), url("/../../wp-content/themes/understrap/fonts/mabry-regular-pro.woff") format("woff"), url("/../../wp-content/themes/understrap/fonts/mabry-regular-pro.ttf") format("truetype"), url("/../../wp-content/themes/understrap/fonts/mabry-regular-pro.otf") format("opentype"), url("/../../wp-content/themes/understrap/fonts/mabry-regular-pro.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mabry-italic-pro";
  src: url("/../../wp-content/themes/understrap/fonts/mabry-italic-pro.eot");
  src: url("/../../wp-content/themes/understrap/fonts/mabry-italic-pro.woff2") format("woff2"), url("/../../wp-content/themes/understrap/fonts/mabry-italic-pro.woff") format("woff"), url("/../../wp-content/themes/understrap/fonts/mabry-italic-pro.ttf") format("truetype"), url("/../../wp-content/themes/understrap/fonts/mabry-italic-pro.otf") format("opentype"), url("/../../wp-content/themes/understrap/fonts/mabry-italic-pro.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "mabry-bold-pro";
  src: url("/../../wp-content/themes/understrap/fonts/mabry-bold-pro.eot");
  src: url("/../../wp-content/themes/understrap/fonts/mabry-bold-pro.woff2") format("woff2"), url("/../../wp-content/themes/understrap/fonts/mabry-bold-pro.woff") format("woff"), url("/../../wp-content/themes/understrap/fonts/mabry-bold-pro.ttf") format("truetype"), url("/../../wp-content/themes/understrap/fonts/mabry-bold-pro.otf") format("opentype"), url("/../../wp-content/themes/understrap/fonts/mabry-bold-pro.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "mabry-regular-pro";
  color: #212123;
  font-size: 15px;
  line-height: 22px;
}

h1,
.h1 {
  font-family: "mabry-regular-pro";
  font-size: 40px;
  line-height: 50px;
  word-wrap: break-word;
  margin: 0;
  font-weight: 400;
}
@media (max-width: 768px) {
  h1,
.h1 {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}
@media (max-width: 400px) {
  h1,
.h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
h2,
.h2 {
  font-family: "mabry-regular-pro";
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
}
@media (max-width: 600px) {
  h2,
.h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 400px) {
  h2,
.h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3 {
  font-family: "mabry-regular-pro";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

h4 {
  font-family: "mabry-regular-pro";
  font-weight: 400;
  font-size: 22px;
  line-height: 25px;
  color: #212123;
  margin: 0;
}

h5 {
  font-family: "mabry-regular-pro";
  font-size: 1.5rem;
  line-height: 2rem;
  word-wrap: break-word;
  margin: 0;
}

h6 {
  font-size: 1.2rem;
  line-height: 1.7rem;
  word-wrap: break-word;
  margin: 0;
}

.w-700 {
  font-weight: 700;
}

.sub-title {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #212123;
  padding-bottom: 67px;
}

/* Position */
.relative {
  position: relative;
}

/* Overflow */
.overflow-hidden {
  overflow: hidden;
}

.ingridient-card {
  display: flex;
  flex-direction: column;
  max-width: 298.39px;
  width: 100%;
}
.ingridient-card .text-left {
  padding-top: 32px;
}
.ingridient-card img {
  max-width: 298.39px;
  height: 375px;
  width: 100%;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.ingridient-card h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  margin: 0px;
}

.listing {
  list-style: none;
  /*    display: flex;
    flex-wrap: wrap;  */
}

.single-card {
  display: flex;
  gap: 40px;
  width: 400px;
}

.list {
  display: flex;
  padding: 0px;
  gap: 40px;
  flex-wrap: wrap;
}

@media screen and (max-width: 800px) {
  .list {
    display: block;
  }
  .ingridient-card {
    /*     max-width: 100px;
        width: 100px; */
  }
}
.divider {
  border-top: 1px solid #212123;
  width: 100%;
  padding-bottom: 27px;
}

.t-center {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 77px;
  padding-bottom: 72px;
}

.accordion-item {
  text-align: center;
  width: 100%;
  height: 100%;
}

.accordion-item-header {
  display: flex;
  justify-content: space-between;
  align-items: top;
  gap: 1em;
  cursor: pointer;
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
}

.accordion-item-body-content {
  width: 100%;
  padding-top: 1em;
  color: var(--primary-text-color);
  text-align: left;
  padding-bottom: 40px;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 34px;
  height: 34px;
  color: #f7f8fc;
  transition: color 0.25s;
  position: relative;
  border-radius: 100%;
  background: transparent;
  height: 32px;
  width: 32px;
}

.icon:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #212123;
  border-radius: 20px;
  pointer-events: all;
  transition: all 0.3s ease-in-out;
}

.icon:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #212123;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}

.accordion-item-header.active > .icon::before {
  transform: rotate(180deg);
}

.accordion-item-header.active > .icon::after {
  transform: rotate(90deg);
}

h3.first-letter {
  font-family: "mabry-regular-pro";
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #222222;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.preloader {
  display: block;
  margin: 0 auto;
  max-width: 40px;
}

.xoo-wsc-cart-trigger {
  text-decoration: none;
  font-family: "Mabry Pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #212123;
  padding-right: 32px;
  cursor: pointer;
}
.nav-links li {
  list-style: none;
}

.nav-links {
  align-items: left;
}

@media (max-width: 468px) {
  .blog-list-show.flex {
    display: block;
  }
  .blog-list-show.flex .text-left {
    padding-bottom: 20px;
  }
}
#nsf-15 {
  max-width: 470px;
  width: 100% !important;
}

.optional {
  display: none !important;
}

.accordion__item {
  display: flex;
  flex-direction: column;
  width: 220px;
}

.accordion__wrapper {
  gap: 12px;
}

.accordion__item--summary,
.accordion__item--detail {
  width: 100%;
  display: block;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 8px;
}

.accordion__item--summary {
  flex-direction: row;
  cursor: pointer;
}

.accordion__item--detail {
  margin-top: 0px;
  max-height: 0;
  opacity: 0;
  padding: 0;
  border: 1px solid transparent;
  visibility: hidden;
  overflow: hidden;
  background: white;
}

.accordion__item-title h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.accordion__item-title {
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.accordion__item-title p {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
.accordion__item-title h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.05;
  color: #111111;
}

.accordion__item-toggler {
  margin-right: auto;
}

.accordion__item-toggler button {
  border: none;
  outline: none;
  background-color: transparent;
}

.accordion__item--active .accordion__item-toggler button i {
  transform: rotate(180deg);
}

.accordion__item--active .accordion__item--detail {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
}

.accordion__item--detail .ck-button {
  border: unset;
}

.accordion__item {
  display: none;
}

@media (max-width: 768px) {
  .filter-block.desktop {
    display: none !important;
  }
  .accordion__item {
    display: block;
  }
}
.newsletter-bottom {
  /*   #nsf-form-15 {
      display: grid;
      grid-template-columns: 1fr 1fr;
    } */
}
.newsletter-bottom .form-group-text {
  display: none !important;
}
.newsletter-bottom .form-group-checkbox--gdpr {
  order: 3;
}
.newsletter-bottom .nsf-box .form-group-button .bpr {
  text-align: left;
}
.newsletter-bottom .nsf-box .form-group input[type=email], .newsletter-bottom .nsf-box .form-group form input[type=email], .newsletter-bottom .nsf-box form input[type=email] {
  width: 320px;
  height: 42px;
  border: 1px solid #212123;
  border-radius: 10px;
}
.newsletter-bottom .nsf-box .form-group input[type=email]::-moz-placeholder, .newsletter-bottom .nsf-box .form-group form input[type=email]::-moz-placeholder, .newsletter-bottom .nsf-box form input[type=email]::-moz-placeholder {
  color: #707070;
  font-size: 17px;
  line-height: 20px;
  font-family: "mabry-regular-pro";
}
.newsletter-bottom .nsf-box .form-group input[type=email]::placeholder, .newsletter-bottom .nsf-box .form-group form input[type=email]::placeholder, .newsletter-bottom .nsf-box form input[type=email]::placeholder {
  color: #707070;
  font-size: 17px;
  line-height: 20px;
  font-family: "mabry-regular-pro";
}
.newsletter-bottom .nsf-box .form-group input[type=name], .newsletter-bottom .nsf-box .form-group form input[type=name], .newsletter-bottom .nsf-box form input[type=name] {
  width: 320px;
  height: 42px;
  border: 1px solid #212123;
  border-radius: 10px;
}
.newsletter-bottom .nsf-box .form-group input[type=name]::-moz-placeholder, .newsletter-bottom .nsf-box .form-group form input[type=name]::-moz-placeholder, .newsletter-bottom .nsf-box form input[type=name]::-moz-placeholder {
  color: #707070;
  font-size: 17px;
  line-height: 20px;
  font-family: "mabry-regular-pro";
}
.newsletter-bottom .nsf-box .form-group input[type=name]::placeholder, .newsletter-bottom .nsf-box .form-group form input[type=name]::placeholder, .newsletter-bottom .nsf-box form input[type=name]::placeholder {
  color: #707070;
  font-size: 17px;
  line-height: 20px;
  font-family: "mabry-regular-pro";
}
.newsletter-bottom .nsf-box .form-group .nsf-btn, .newsletter-bottom .nsf-box .form-group button.nsf-btn {
  width: 174px;
  height: 60px;
  border: 1px solid #212123;
  margin-top: 10px;
  transform: translateX(-11px);
  font-size: 17px;
  line-height: 20px;
  font-family: "mabry-regular-pro";
  text-align: left !important;
}
.newsletter-bottom .nsf-box .form-group .nsf-btn:after, .newsletter-bottom .nsf-box .form-group button.nsf-btn:after {
  position: absolute;
  content: "";
  background-image: url("/../../wp-content/themes/understrap/img/arrow.svg");
  height: 15px;
  right: 15px;
  width: 21px;
  margin-top: 2px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  transform: translateX(0px);
}
.newsletter-bottom .nsf-box .form-group .nsf-btn:hover, .newsletter-bottom .nsf-box .form-group button.nsf-btn:hover {
  background-color: #3D5D46 !important;
  opacity: 1;
  color: #fff !important;
}
.newsletter-bottom .nsf-box .form-group .nsf-btn:hover:after, .newsletter-bottom .nsf-box .form-group button.nsf-btn:hover:after {
  transition: transform 0.6s ease;
  transform: translateX(10px) !important;
}
.newsletter-bottom .nsf-relative {
  max-width: 450px !important;
  width: 100% !important;
}

ins {
  -webkit-text-decoration: auto;
          text-decoration: auto;
}

.accordion-item-header {
  text-transform: uppercase;
}

@media (max-width: 600px) {
  #filter-product-form {
    padding-top: 20px;
  }
  .cat-list {
    padding-left: 0px;
    flex-direction: unset !important;
  }
  .cards-item .product-card-image img {
    height: 270px !important;
    max-width: 410px;
    width: 100%;
  }
  .cards-item .product-card-image {
    width: 100% !important;
    height: 100% !important;
  }
}
.xoo-wsc-slider {
  background: #EDDCCC;
}

.xoo-wsc-sl-apply-coupon {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.xoo-wsc-sl-apply-coupon input {
  padding: 10px;
}

@media (max-width: 768px) {
  .xoo-wsc-container {
    width: 100%;
    padding: 20px !important;
  }
  .xoo-wsc-img-col {
    width: 60% !important;
  }
}
@media (max-width: 500px) {
  .xoo-wsc-img-col {
    width: 100% !important;
  }
  .xoo-wsc-product {
    display: flex !important;
    flex-direction: column !important;
  }
  .xoo-wsc-product .xoo-wsc-img-col img {
    height: 200px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .xoo-wsch-text {
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .btn:hover {
    background-color: #E5E5E5;
  }
  .xoo-wsc-container {
    padding: 10px !important;
  }
  .xoo-wsc-container a.xoo-wsc-ft-btn {
    justify-content: left;
  }
  .xoo-wsc-container a.xoo-wsc-ft-btn:after {
    right: 10px !important;
  }
}
.gift-cards_form h3:first-child {
  display: none;
}
.gift-cards_form #ywgc-choose-design-preview {
  display: none;
}

.ywgc-single-recipient input, .ywgc-sender-name input {
  background: transparent;
  padding: 10px;
  border: unset;
  border-bottom: 1px solid #212123;
  font-family: "mabry-regular-pro";
}

.ywgc-predefined-amount-button {
  padding: 10px !important;
  border: 1px solid #212123;
  background: transparent !important;
  color: #212123;
  border-radius: 10px !important;
  font-family: "mabry-regular-pro" !important;
  margin-bottom: 0px !important;
  display: flex !important;
  gap: 10px;
  cursor: pointer;
}
.ywgc-predefined-amount-button:hover {
  background: #212123 !important;
  color: #fff;
}

.gift_card_template_button .quantity {
  display: none !important;
}

.gift-cards-list button.ywgc-predefined-amount-button.selected_button {
  background-color: #212123 !important;
}

.gift-cards-list {
  display: flex;
  gap: 10px;
}

.list-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 299.25px;
  width: 100%;
}

.flex-simple {
  display: flex;
  gap: 50px;
}

.content-sub-header {
  display: flex;
  gap: 20px;
  align-items: center;
}

.underline-animation {
  position: relative;
}
@media (hover: hover) {
  .underline-animation::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    transition: width 0.45s ease-in-out;
    background: #3D5D46;
  }
  .underline-animation:hover::after {
    width: 50%;
  }
}

.content-right-info {
  display: grid;
  grid-template-columns: 30px 1fr;
}
.content-right-info .number {
  margin: 0px;
}
.content-right-info .content-section {
  padding-left: 88px;
}

.table {
  display: grid;
  grid-template-columns: 20% 40% 13.3% 13.3% 13.3%;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}
@media (max-width: 850px) {
  .table {
    display: block;
  }
}

.header-table {
  padding: 10px;
  background: #E5E5E5;
}

.header-name {
  border-right: 1px solid #E5E5E5;
}
@media (max-width: 850px) {
  .header-name {
    display: flex;
  }
}

.table p {
  padding: 10px;
}

@media (max-width: 1300px) {
  .header-table {
    height: 97px;
  }
}
.header-table-mobile {
  display: none;
}

@media (max-width: 850px) {
  .header-table-mobile {
    display: block;
    padding: 10px;
    width: 200px;
  }
  .header-table {
    display: none;
  }
  .flex-simple {
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .content-right-info {
    grid-template-columns: 1fr;
  }
  .content-right-info .number {
    display: none;
  }
  .content-right-info .content-section {
    padding-left: 0px;
  }
}
.block-gallery {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .block-gallery {
    flex-direction: column;
  }
}

.image-block img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-single img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.w-1100 {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.share-article {
  display: flex;
  align-items: center;
}

.share__list {
  display: flex;
  gap: 10px;
}

.social-share ul {
  list-style: none;
}

.share__item:before {
  display: none;
}

.share__item button {
  background: transparent;
  border: unset;
}

.woocommerce-notices-wrapper, .ywgc_have_code {
  display: none;
}

.nesletter-footer .nsf-form-vertical {
  flex-direction: column;
}
.nesletter-footer .nsf-form-vertical #name {
  background-color: transparent !important;
  border: unset !important;
  border-radius: 0 !important;
  /*     padding-top: 20px !important;
      padding-bottom: 20px !important; */
}
.nesletter-footer .nsf-form-vertical #email {
  background-color: transparent !important;
  border: unset !important;
  border-top: 1px solid #212123 !important;
  border-bottom: 1px solid #212123 !important;
  border-radius: 0 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  position: relative !important;
}
.nesletter-footer .nsf-form-vertical .control-label .f7 .csn .cll {
  display: none !important;
}
.nesletter-footer .nsf-form-vertical .form-group {
  margin: 0px !important;
}
.nesletter-footer .nsf-form-vertical .form-group {
  position: relative !important;
}
.nesletter-footer .nsf-form-vertical .bpr {
  position: absolute !important;
  bottom: 17px !important;
  right: 90px !important;
}
.nesletter-footer .nsf-form-vertical .nsf-btn {
  color: #212123 !important;
  text-transform: uppercase;
}
.nesletter-footer .nsf-form-vertical .nsf-btn:hover:after {
  transition: transform 0.6s ease;
  transform: translateX(10px) !important;
}
.nesletter-footer .nsf-form-vertical .nsf-btn:after {
  position: absolute;
  content: "";
  background-image: url("/../../wp-content/themes/understrap/img/arrow.svg");
  height: 15px;
  right: -30px;
  width: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  transform: translateX(0px);
}

.text-left.accordion-item-header.open.active + .accordion-item-body {
  max-height: unset;
}

.certificate-show .card-image {
  text-align: center;
}

@media (max-width: 500px) {
  #nsf-17 {
    max-width: 450px !important;
    width: 100% !important;
  }
}

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

#filter-product-form .filter-list {
  text-transform: uppercase;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  font-size: 35px;
  line-height: 50px;
}

.ck-button {
  text-transform: uppercase;
}

.select2-container--default .select2-selection--single {
  border: unset;
}

.contain_special {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.contain_special img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

@media (max-width: 500px) {
  .newsletter-bottom .nsf-box .form-group input[type=name], .newsletter-bottom .nsf-box .form-group form input[type=name], .newsletter-bottom .nsf-box form input[type=name] {
    max-width: 200px;
    width: 100%;
  }
  .newsletter-bottom .nsf-box .form-group input[type=email], .newsletter-bottom .nsf-box .form-group form input[type=email], .newsletter-bottom .nsf-box form input[type=email] {
    max-width: 200px;
    width: 100%;
  }
  .nesletter-footer .nsf-form-vertical .bpr {
    left: 0px !important;
    right: unset !important;
    bottom: -30px !important;
  }
}
.entry-footer {
  display: none;
}

.gift-cards-list {
  flex-wrap: wrap;
}

.squalomail-newsletter {
  display: flex;
  gap: 5px;
}

#billing_country_field {
  width: 50%;
}

ul.wc-bacs-bank-details {
  padding: 0px;
}

.border-header {
  border-bottom: 1px solid #212123;
  width: 200px;
  margin-bottom: 10px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
}

#nsf-18 {
  max-width: 450px !important;
  width: 100% !important;
}

.old-checkout-button {
  display: none !important;
}

.title-certificate {
  text-transform: uppercase;
}

.card-total-view {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: column;
}
.card-total-view p {
  font-size: 1.19rem;
  font-family: "mabry-regular-pro";
  display: flex;
  gap: 10px;
  line-height: 22px;
  padding: 0px;
  color: #212123;
  margin: 5px 0px 5px 0px;
}
.card-total-view p bdi {
  display: flex;
}

.xoo-wsc-clist-cont {
  display: none;
}

.column-one {
  height: 100% !important;
}

.tax-show {
  display: flex;
  gap: 10px;
}

.includes_tax {
  display: flex;
  gap: 5px;
}

.comment-form .submit {
  cursor: pointer;
  border: 1px solid #FFEDDB;
  background: #FFEDDB;
  border-radius: 10px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 24.9px;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.comment-form .btn {
  cursor: pointer;
}

.stars span > a:before:hover {
  color: green;
}

.woocommerce p.stars span a:before, .woocommerce-page p.stars span > a:before:hover {
  color: green !important;
}

p.stars:hover a::before {
  color: green;
}

.product .star-rating span:before,
.product .star-rating:before {
  color: #ffff00;
}

/* Colors */
.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.white-hover:hover {
  color: #fff;
}

.bg-white-hover:hover {
  background-color: #fff;
}

.black {
  color: #222222;
}

.bg-black {
  background-color: #222222;
}

.black-hover:hover {
  color: #222222;
}

.bg-black-hover:hover {
  background-color: #222222;
}

.gray-light {
  color: #E5E5E5;
}

.bg-gray-light {
  background-color: #E5E5E5;
}

.gray-light-hover:hover {
  color: #E5E5E5;
}

.bg-gray-light-hover:hover {
  background-color: #E5E5E5;
}

.gray-mid {
  color: #dadada;
}

.bg-gray-mid {
  background-color: #dadada;
}

.gray-mid-hover:hover {
  color: #dadada;
}

.bg-gray-mid-hover:hover {
  background-color: #dadada;
}

.gray-dark {
  color: #4E4E4E;
}

.bg-gray-dark {
  background-color: #4E4E4E;
}

.gray-dark-hover:hover {
  color: #4E4E4E;
}

.bg-gray-dark-hover:hover {
  background-color: #4E4E4E;
}

/* Text */
.text-left {
  text-align: left;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

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

.text-xs {
  font-size: 0.8rem;
  line-height: 1rem;
}

.text-sm {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-md {
  font-size: 1.5rem;
  line-height: 2.1rem;
}

.text-lg {
  font-size: 2rem;
  line-height: 2.5rem;
}

.text-xl {
  font-size: 2.3rem;
  line-height: 3.25rem;
}

.contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.icon {
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
}
.icon.icon-small {
  width: 20px;
}
.icon.icon-mid {
  width: 30px;
}

.icon-flex {
  -o-object-fit: contain;
     object-fit: contain;
  flex: 0 0 40px;
  width: 40px;
}
.icon-flex.icon-small {
  flex: 0 0 20px;
  width: 20px;
}
.icon-flex.icon-mid {
  flex: 0 0 30px;
  width: 30px;
}

/* Grid */
.grid {
  display: grid;
}

.grid-5-5 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-5-5 {
    grid-template-columns: 1fr 1fr;
  }
}

.gap-0 {
  gap: 0rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-13 {
  gap: 3.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-15 {
  gap: 3.75rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-25 {
  gap: 6.25rem;
}

.gap-30 {
  gap: 7.5rem;
}

.gap-35 {
  gap: 8.75rem;
}

.gap-40 {
  gap: 10rem;
}

/* Flex */
.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

/* Justify content */
.justify-start {
  justify-content: flex-start;
}

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

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

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

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

.justify-evenly {
  justify-content: space-evenly;
}

/* Align items */
.items-start {
  align-items: flex-start;
}

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

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

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

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

/* Square holder */
.square-holder {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.square-holder::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-holder .square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.square-holder .square-contentimg {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

/* Height & width */
.h-full {
  height: 100%;
}

.h-half {
  height: 50%;
}

.mh-half {
  max-height: 50%;
}

.w-full {
  width: 100%;
}

.w-half {
  width: 50%;
}

.max-w-half {
  max-width: 50%;
}

.max-w-container {
  max-width: 1800px;
}

.max-w-none {
  max-width: none;
}

.max-w-100 {
  max-width: 100px;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-1000 {
  max-width: 1000px;
}

.max-w-1100 {
  max-width: 1100px;
}

.max-w-1200 {
  max-width: 1200px;
}

.max-h-half {
  max-height: 50%;
}

.max-h-470 {
  max-height: 470px;
}

.max-h-100 {
  max-height: 100px;
}

.max-h-200 {
  max-height: 200px;
}

.max-h-300 {
  max-height: 300px;
}

.max-h-400 {
  max-height: 400px;
}

.max-h-500 {
  max-height: 500px;
}

.max-h-600 {
  max-height: 600px;
}

.max-h-700 {
  max-height: 700px;
}

.max-h-800 {
  max-height: 800px;
}

.max-h-900 {
  max-height: 900px;
}

.max-h-1000 {
  max-height: 1000px;
}

/* Container element */
.container {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 26px;
  padding-right: 26px;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 576px) {
  .container {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1080px) {
  .container {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1920px) {
  .container {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 150px;
    padding-right: 150px;
  }
}

.container-inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.container-sm-fill {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container-sm-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-sm-fill {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .container-sm-fill {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1080px) {
  .container-sm-fill {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container-sm-fill {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1920px) {
  .container-sm-fill {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.container-lg-fill {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 375px) {
  .container-lg-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-lg-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container-lg-fill {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1080px) {
  .container-lg-fill {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container-lg-fill {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1920px) {
  .container-lg-fill {
    padding-left: 150px;
    padding-right: 150px;
  }
}

/* Container padding */
.container-py {
  padding-top: calc(30px /2);
  padding-bottom: calc(30px /2);
}
@media (min-width: 375px) {
  .container-py {
    padding-top: calc(40px /2);
    padding-bottom: calc(40px /2);
  }
}
@media (min-width: 576px) {
  .container-py {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 768px) {
  .container-py {
    padding-top: calc(60px /2);
    padding-bottom: calc(60px /2);
  }
}
@media (min-width: 1080px) {
  .container-py {
    padding-top: calc(80px /2);
    padding-bottom: calc(80px /2);
  }
}
@media (min-width: 1400px) {
  .container-py {
    padding-top: calc(100px /2);
    padding-bottom: calc(100px /2);
  }
}
@media (min-width: 1920px) {
  .container-py {
    padding-top: calc(120px /2);
    padding-bottom: calc(120px /2);
  }
}

.container-inner-px {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-px {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-px {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-inner-pl {
  padding-left: 8px;
  padding-right: 0;
}
@media (min-width: 375px) {
  .container-inner-pl {
    padding-left: 13px;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-inner-pl {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1080px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .container-inner-pl {
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .container-inner-pl {
    padding-left: 50px;
    padding-right: 0;
  }
}

.container-inner-pr {
  padding-left: 0;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 50px;
  }
}

/* Padding & margin */
.pt-0 {
  padding-top: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.p-0 {
  padding: 0rem;
}

.mt-0 {
  margin-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.m-0 {
  margin: 0rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.p-1 {
  padding: 0.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.m-1 {
  margin: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.m-2 {
  margin: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.p-3 {
  padding: 0.75rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.m-3 {
  margin: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.p-4 {
  padding: 1rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.m-4 {
  margin: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.m-5 {
  margin: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.m-6 {
  margin: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.p-7 {
  padding: 1.75rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.m-7 {
  margin: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.p-8 {
  padding: 2rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.m-8 {
  margin: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.p-9 {
  padding: 2.25rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.m-9 {
  margin: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.p-10 {
  padding: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.m-10 {
  margin: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.p-11 {
  padding: 2.75rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.m-11 {
  margin: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.p-12 {
  padding: 3rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.m-12 {
  margin: 3rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.p-13 {
  padding: 3.25rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mb-13 {
  margin-bottom: 3.25rem;
}

.ml-13 {
  margin-left: 3.25rem;
}

.mr-13 {
  margin-right: 3.25rem;
}

.mx-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.m-13 {
  margin: 3.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.p-14 {
  padding: 3.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.m-14 {
  margin: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.p-15 {
  padding: 3.75rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.m-15 {
  margin: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-16 {
  padding: 4rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.m-16 {
  margin: 4rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pr-20 {
  padding-right: 5rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-20 {
  padding: 5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.ml-20 {
  margin-left: 5rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.m-20 {
  margin: 5rem;
}

.pt-25 {
  padding-top: 6.25rem;
}

.pb-25 {
  padding-bottom: 6.25rem;
}

.pl-25 {
  padding-left: 6.25rem;
}

.pr-25 {
  padding-right: 6.25rem;
}

.px-25 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.py-25 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.p-25 {
  padding: 6.25rem;
}

.mt-25 {
  margin-top: 6.25rem;
}

.mb-25 {
  margin-bottom: 6.25rem;
}

.ml-25 {
  margin-left: 6.25rem;
}

.mr-25 {
  margin-right: 6.25rem;
}

.mx-25 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.my-25 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.m-25 {
  margin: 6.25rem;
}

.pt-30 {
  padding-top: 7.5rem;
}

.pb-30 {
  padding-bottom: 7.5rem;
}

.pl-30 {
  padding-left: 7.5rem;
}

.pr-30 {
  padding-right: 7.5rem;
}

.px-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.py-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.p-30 {
  padding: 7.5rem;
}

.mt-30 {
  margin-top: 7.5rem;
}

.mb-30 {
  margin-bottom: 7.5rem;
}

.ml-30 {
  margin-left: 7.5rem;
}

.mr-30 {
  margin-right: 7.5rem;
}

.mx-30 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.my-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.m-30 {
  margin: 7.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mt-auto {
  margin-top: auto;
}

/* Container padding */
.container-px {
  padding-left: 26px;
  padding-right: 26px;
}
@media (min-width: 375px) {
  .container-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 576px) {
  .container-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .container-px {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media (min-width: 1080px) {
  .container-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .container-px {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1920px) {
  .container-px {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.container-py {
  padding-top: calc(30px /2);
  padding-bottom: calc(30px /2);
}
@media (min-width: 375px) {
  .container-py {
    padding-top: calc(40px /2);
    padding-bottom: calc(40px /2);
  }
}
@media (min-width: 576px) {
  .container-py {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 768px) {
  .container-py {
    padding-top: calc(60px /2);
    padding-bottom: calc(60px /2);
  }
}
@media (min-width: 1080px) {
  .container-py {
    padding-top: calc(80px /2);
    padding-bottom: calc(80px /2);
  }
}
@media (min-width: 1400px) {
  .container-py {
    padding-top: calc(100px /2);
    padding-bottom: calc(100px /2);
  }
}
@media (min-width: 1920px) {
  .container-py {
    padding-top: calc(120px /2);
    padding-bottom: calc(120px /2);
  }
}

.container-pt {
  padding-top: calc(30px /2);
  padding-bottom: calc(30px /2);
  padding-bottom: 0;
}
@media (min-width: 375px) {
  .container-pt {
    padding-top: calc(40px /2);
    padding-bottom: calc(40px /2);
  }
}
@media (min-width: 576px) {
  .container-pt {
    padding-top: calc(50px /2);
    padding-bottom: calc(50px /2);
  }
}
@media (min-width: 768px) {
  .container-pt {
    padding-top: calc(60px /2);
    padding-bottom: calc(60px /2);
  }
}
@media (min-width: 1080px) {
  .container-pt {
    padding-top: calc(80px /2);
    padding-bottom: calc(80px /2);
  }
}
@media (min-width: 1400px) {
  .container-pt {
    padding-top: calc(100px /2);
    padding-bottom: calc(100px /2);
  }
}
@media (min-width: 1920px) {
  .container-pt {
    padding-top: calc(120px /2);
    padding-bottom: calc(120px /2);
  }
}

.container-inner-px {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-px {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-px {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-px {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-px {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-px {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.container-inner-pl {
  padding-left: 8px;
  padding-right: 0;
}
@media (min-width: 375px) {
  .container-inner-pl {
    padding-left: 13px;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .container-inner-pl {
    padding-left: 20px;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1080px) {
  .container-inner-pl {
    padding-left: 30px;
    padding-right: 0;
  }
}
@media (min-width: 1400px) {
  .container-inner-pl {
    padding-left: 35px;
    padding-right: 0;
  }
}
@media (min-width: 1920px) {
  .container-inner-pl {
    padding-left: 50px;
    padding-right: 0;
  }
}

.container-inner-pr {
  padding-left: 0;
  padding-right: 8px;
}
@media (min-width: 375px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 13px;
  }
}
@media (min-width: 576px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 35px;
  }
}
@media (min-width: 1920px) {
  .container-inner-pr {
    padding-left: 0;
    padding-right: 50px;
  }
}

/* Visibility */
.display-xxs {
  display: none !important;
}

.hide-xxs {
  display: none !important;
}

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

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

@media (max-width: 575.98px) {
  .display-sm {
    display: none !important;
  }
}

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

@media (max-width: 767.98px) {
  .display-md {
    display: none !important;
  }
}

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

@media (max-width: 1079.98px) {
  .display-lg {
    display: none !important;
  }
}

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

@media (max-width: 1399.98px) {
  .display-xl {
    display: none !important;
  }
}

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

@media (max-width: 1919.98px) {
  .display-xxl {
    display: none !important;
  }
}

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

/* Scrollbar */
.hide-scrollbar {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.hide-scrollbar::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

.rounded {
  border-radius: 20px;
}

footer {
  background: #EDDCCC;
}
footer .footer-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 927px) {
  footer .footer-block {
    display: block;
    grid-template-columns: 1fr;
  }
}
footer .footer-block a {
  font-size: 12px;
  line-height: 25px;
}
footer .footer-first p {
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
}
footer .links {
  padding-top: 20px;
}
footer .link {
  display: grid;
}
footer .f-title {
  font-family: "mabry-regular-pro";
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
}
footer .bottom-divider {
  border-bottom: 1px solid #212123;
  padding-top: 18px;
}
footer .logo-secondary {
  margin-top: auto;
  text-align: right;
}

.footer-forth p {
  font-size: 12px;
  line-height: 25px;
}
.footer-forth .social {
  display: flex;
  gap: 11px;
}

.nesletter-footer .nsf-form-vertical {
  display: flex;
  align-items: center;
}
.nesletter-footer .nsf-form-vertical .form-group-text, .nesletter-footer .nsf-form-vertical .form-group-checkbox--gdpr {
  display: none;
}
.nesletter-footer .nsf-form-vertical #email {
  max-width: 410px;
  width: 100%;
  height: 46px;
  background: transparent;
  border: unset;
}
.nesletter-footer .nsf-inner {
  box-shadow: unset !important;
  background: transparent !important;
}
.nesletter-footer .container {
  padding-left: 0px;
}
.nesletter-footer #nsf-form-15 {
  border-top: 1px solid #212123;
  border-bottom: 1px solid #212123;
}
.nesletter-footer .newsletter-bottom h3, .nesletter-footer .newsletter-bottom p {
  display: none;
}
.nesletter-footer .nsf-box .fp30 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.nesletter-footer button.nsf-btn {
  background-color: transparent !important;
  color: rgb(0, 0, 0);
  border-radius: 0;
  border: unset !important;
  padding: 0px !important;
  margin: 0px !important;
}

nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  min-height: 168px;
  background: rgb(237, 220, 204);
  color: #fff;
  position: fixed;
  z-index: 999;
  width: 100%;
  padding-left: 128px;
  padding-right: 120px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
@media (max-width: 927px) {
  nav {
    grid-template-columns: 1fr 1fr;
  }
}

#mobile-menu {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
}

.nav-links {
  text-transform: uppercase;
}
.nav-links li {
  padding-right: 32px;
  position: relative;
  white-space: nowrap;
}
.nav-links li a {
  text-decoration: none;
  font-family: "mabry-regular-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  color: #212123;
}

#main-menu {
  display: flex;
}

.menu-item {
  position: relative;
}

.sub-menu {
  position: absolute;
  left: 0;
  padding: 10px;
  overflow: hidden;
  background: #EDDCCC;
  opacity: 0;
}
.sub-menua:last-child {
  padding-bottom: 10px !important;
}

.sub-menu.content-hidden {
  pointer-events: none;
  visibility: hidden;
}

.smaller {
  min-height: 100px;
}

.burger {
  display: none;
  cursor: pointer;
}

.burger > div {
  width: 25px;
  height: 3px;
  background-color: #212123;
  margin: 5px;
  transition: all 0.3s ease;
}

.nav-links {
  display: flex;
}
@media (min-width: 768px) {
  .nav-links {
    align-items: center;
  }
}

#main-menu-mobile {
  display: none;
}

@media screen and (max-width: 927px) {
  .mobile-wrapper {
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 0;
    background: #3D5D46;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin: 0px;
    padding: 20px;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
  }
  #mobile-menu {
    visibility: visible;
    pointer-events: all;
    position: fixed;
    justify-content: flex-start;
    overflow: auto;
  }
  .dropdown-menu .sub-menu {
    position: relative;
    background: #3D5D46;
    text-align: left;
    /*     .nav-links li {
          padding-top: 10px;
          padding-bottom: 10px;
        } */
  }
  .dropdown-menu .sub-menu li {
    justify-content: left !important;
    /*      padding-top: 10px;
          padding-bottom: 10px; */
  }
  .menu-item-has-children {
    padding: 0px;
    overflow: hidden;
    background: #3D5D46;
    text-align: left;
  }
  nav {
    padding-lefT: 0px;
    padding-right: 0px;
  }
  #logo {
    margin-right: auto;
  }
  body {
    overflow-x: hidden;
  }
  .main-menu-left, .main-menu-right, .menu-left {
    display: none;
  }
  /*   .menu-left {
      display: none !important;
    } */
  .nav-links {
    position: absolute;
    right: 0px;
    height: 100vh;
    top: 0;
    background: #3D5D46;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    margin: 0px;
    padding: 20px;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.5s ease-in;
    /*  background: green;
     height: 100vh;
     width: 100%;
     flex-direction: column;
     clip-path: circle(100px at 90% -10%);
     -webkit-clip-path: circle(100px at 90% -10%); */
  }
  .nav-links li {
    white-space: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px !important;
  }
  .nav-links li a {
    color: #fff;
  }
  /*  .nav-links li {
     opacity: 0;
   } */
  .burger {
    display: block;
    float: right;
    position: relative;
    z-index: 1000;
    color: white;
    padding-right: 40px;
    margin-left: auto;
  }
}
.nav-active {
  transform: translateX(0%);
  box-shadow: -5px 0 17px -5px #333;
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

.sub-menu {
  position: absolute;
  padding: 0px;
}
.sub-menu li {
  display: flex;
}

.wrapper-menu {
  position: relative;
}

#logo {
  text-align: center;
}

.menu-right {
  margin-left: auto;
}

.menu-left {
  margin-right: auto;
  padding: 0px;
}

@media (max-width: 768px) {
  .dropdown-menu:after {
    position: absolute;
    content: "";
    background-image: url("/../../wp-content/themes/understrap/img/arrow-down.png");
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 18px;
    left: 87px;
  }
}
.menu-footer {
  margin-top: auto;
}

.border-white {
  border: 2px solid #fff;
}

.menu-contact-info {
  text-transform: initial;
  padding-top: 10px;
  margin-top: auto;
}
.menu-contact-info .social {
  display: flex;
  gap: 10px;
}
.menu-contact-info img {
  padding-top: 4px;
}

.nav-links > li > a {
  position: relative;
}
@media (hover: hover) {
  .nav-links > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 2px;
    transition: width 0.45s ease-in-out;
    background: #212123;
  }
  .nav-links > li > a:hover::after {
    width: 100.5%;
  }
}

.sub-menu li {
  padding-top: 5px;
  padding-bottom: 5px;
}

.submenu {
  height: 80px !important;
}

.navbar #logo {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 350px) {
  #logo img {
    width: 100px;
    height: 100%;
  }
}
.current-menu-parent a {
  border-bottom: 2px solid #212123;
  height: 4px;
}

.current-menu-item a {
  border-bottom: 2px solid #212123;
  height: 4px;
}

.current_page_parent a {
  border-bottom: 2px solid #212123;
  height: 4px;
}

.sub-menu {
  border-bottom: unset !important;
}
.sub-menu .current_page_parent > a {
  border-bottom: unset !important;
}

.sub-menu a {
  border-bottom: unset;
  height: unset;
}
.sub-menu .current_page_parent, .sub-menu .current-menu-ancestor > a {
  border-bottom: unset !important;
  height: unset !important;
}

/*  .current-menu-item a {
  border-bottom: 2px solid $dark-color;
  height: 4px;
}  */
.sub-menu {
  border-bottom: unset !important;
}
.sub-menu .current-menu-item > a {
  border-bottom: unset !important;
}

.sub-menu a {
  border-bottom: unset;
  height: unset;
}
.sub-menu .current-menu-item > a {
  border-bottom: unset !important;
  height: unset !important;
}

#mobile-menu .dropdown-menu .expandable-content li {
  padding-bottom: 10px;
}
#mobile-menu .dropdown-menu.content-visible .expandable-content, #mobile-menu .dropdown-menu.content-expanding .expandable-content {
  overflow: visible;
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
  pointer-events: all;
  opacity: 1;
}
#mobile-menu .dropdown-menu.content-hidden .expandable-content, #mobile-menu .dropdown-menu.content-collapsing .expandable-content {
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#mobile-menu .dropdown-menu.content-hidden:not(.content-collapsing) .expandable-content, #mobile-menu .dropdown-menu.content-hidden:not(.content-expanding) .expandable-content {
  opacity: 0;
  height: 0;
}
#mobile-menu .dropdown-menu.content-hidden .expandable-close {
  display: none;
}
#mobile-menu .dropdown-menu.content-visible .expandable-open {
  display: none;
}

.expandable-content {
  box-sizing: border-box;
}

.btn {
  border: 1px solid #FFEDDB;
  background: #FFEDDB;
  border-radius: 10px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 24.9px;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.btn:hover {
  background: #3D5D46;
  color: #fff;
  border: 1px solid #3D5D46;
}
.btn:hover:after {
  transition: transform 0.6s ease;
  transform: translateX(10px) !important;
}
.btn:after {
  position: absolute;
  content: "";
  background-image: url("/../../wp-content/themes/understrap/img/arrow.svg");
  height: 15px;
  right: 24px;
  width: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  transform: translateX(0px);
}
.btn a {
  color: #212123;
  font-size: 17px;
  line-height: 20px;
}

.atc, .single_add_to_cart_button {
  border: 1px solid #3D5D46;
  background: #3D5D46;
  border-radius: 10px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 24.9px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.atc:hover, .single_add_to_cart_button:hover {
  background-color: #E5E5E5;
}
.atc a, .single_add_to_cart_button a {
  color: #fff !important;
  font-size: 17px;
  line-height: 20px;
}

/* .arrow:hover::after {
   transition: transform 0.6s ease;
   transform: translateX(10px) !important;
}	  */
.ck-button {
  margin: 4px;
  background-color: transparent;
  overflow: auto;
  float: left;
  border-right: 1px solid #212123;
  padding-left: 24px;
  padding-right: 24px;
}

.ck-button label {
  float: left;
}

.ck-button label span {
  text-align: center;
  padding: 3px 0px;
  display: block;
}

@media (max-width: 768px) {
  .ck-button label span {
    text-align: left;
  }
}
.ck-button label input {
  position: absolute;
  top: -20px;
}

.ck-button input:checked + span {
  border-bottom: 1px solid #212123;
}

.ck-button:hover {
  cursor: pointer;
}

.filter-list {
  display: flex;
}

.tag-button {
  margin: 4px;
  background-color: #fff;
  overflow: auto;
  float: left;
  border: 1px solid #212123;
  border-radius: 10px;
}

.tag-button label {
  float: left;
}

.tag-button label span {
  text-align: center;
  padding: 3px 0px;
  display: block;
  padding: 9px 15px 9px 15px;
  cursor: pointer;
}

.tag-button label input {
  position: absolute;
  top: -20px;
  padding: 9px 15px 9px 15px;
  cursor: pointer;
}

.tag-button input:checked + span {
  background: #212123 !important;
  border: 1px solid #212123;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  padding: 9px 15px 9px 15px;
}

.tag-button:hover {
  background: #212123;
  border: 1px solid #212123;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
}

.link-btn {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.link-btn:hover {
  text-decoration: underline;
}
.link-btn:hover:after {
  transition: transform 0.6s ease;
  transform: translateX(10px) !important;
}
.link-btn:after {
  position: absolute;
  content: "";
  background-image: url("/../../wp-content/themes/understrap/img/arrow.svg");
  height: 15px;
  left: 120px;
  width: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  transform: translateX(0px);
}
.link-btn a {
  color: #212123;
  font-size: 17px;
  line-height: 20px;
}

.btn-submit {
  border: 1px solid #212123 !important;
  background: #E5E5E5 !important;
  border-radius: 10px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  padding-left: 24.9px;
  max-width: 300px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn-submit:hover {
  background: #3D5D46 !important;
  color: #fff !important;
  border: 1px solid #3D5D46 !important;
  cursor: pointer;
}
.btn-submit:hover:after {
  transition: transform 0.6s ease;
  transform: translateX(10px) !important;
}
.btn-submit:after {
  position: absolute;
  content: "";
  background-image: url("/../../wp-content/themes/understrap/img/arrow.svg");
  height: 15px;
  right: 24px;
  width: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  transform: translateX(0px);
}
.btn-submit a {
  color: #212123;
  font-size: 17px;
  line-height: 20px;
}

.arrow-right {
  position: absolute;
  background-image: url("/../../wp-content/themes/understrap/img/arrow.svg");
  right: 0;
}

.xoo-wsc-ft-buttons-cont .btn {
  max-width: 100%;
}
.xoo-wsc-ft-buttons-cont .btn:after {
  right: 156px;
}

@media (min-width: 768px) {
  .mobile-filter {
    display: none;
  }
}
.checkbox-holder {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
}
.checkbox-holder .checkbox-input {
  position: relative;
  flex: 0 0 20px;
}
.checkbox-holder .checkbox-input input {
  position: absolute;
  display: block;
  opacity: 0;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  margin-top: inherit;
  cursor: pointer;
}
.checkbox-holder .checkbox-input input:checked + .faux-checkbox svg {
  transform: scale(1);
}
.checkbox-holder .checkbox-input .faux-checkbox {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #222222;
  border-radius: 3px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.checkbox-holder .checkbox-input svg {
  transform: scale(0);
  margin: 2px;
}
.checkbox-holder .checkbox-input .check-stroke {
  stroke: #fff;
}
.checkbox-holder .checkbox-text {
  flex: 0 1 calc(100% - 30px);
  margin: 0;
  text-align: left;
  line-height: 20px;
}
.checkbox-holder .checkbox-text p {
  padding-left: 10px;
  margin: 0;
}

/* <label class="checkbox-holder pt-3">

<div class="checkbox-input">
  <input
    id="checkbox-terms"
    type="checkbox"
    class="checkbox"
    name="terms"
  >

  <!-- Check icon -->
  <div class="faux-checkbox">
    <svg
      xmlns="http://www.w3.org/2000/svg"
      viewBox="0 0 24 24"
      aria-hidden="true"
      focusable="false"
    >
      <path
        class="check-stroke"
        fill="none"
        stroke-width="3"
        d="M1.73 12.91l6.37 6.37L22.79 4.59"
      ></path>
    </svg>
  </div>
</div>

<div class="checkbox-text">
  <p>
    Strinjam se s <a href="#">splošnimi pogoji poslovanja</a>
  </p>
</div>

</label> */
.form-control {
  outline: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: normal;
  font-style: normal;
  color: #222222;
  font-size: 0.9rem;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
  font-style: normal;
  color: #222222;
  font-size: 0.9rem;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: normal;
  font-style: normal;
  color: #222222;
  font-size: 0.9rem;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
  font-style: normal;
  color: #222222;
  font-size: 0.9rem;
}

.main-banner {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
}
.main-banner .banner-content {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  padding-top: clamp(60px, 10%, 250px);
  padding-bottom: 200px;
  max-width: 520px;
  /*         max-width: 530px;
          width: 100%;
          margin-right: auto;
          margin-top: 150px;
          padding-left: 75px; */
}
@media (min-width: 1500px) {
  .main-banner .banner-content {
    padding-left: 150px;
    max-width: 584px;
  }
}
@media (max-width: 1500px) {
  .main-banner .banner-content {
    padding-left: 70px;
  }
}
.main-banner .banner-content .text-left h1 {
  margin-bottom: 35px;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
}
.main-banner .banner-image {
  grid-column: 1/-1;
  grid-row: 1;
}
.main-banner .banner-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 600px) {
  .main-banner {
    grid-template-columns: 1fr;
    display: block;
  }
  .main-banner .banner-image {
    height: 420px;
    /*  img {
     object-fit: contain;
     } */
  }
  .main-banner .banner-content {
    grid-row: 2;
    background: #3D5D46;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    height: 356px;
  }
  .main-banner .banner-content .text-left h1 {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
  }
}
@media screen and (max-width: 425px) {
  .main-banner .banner-image {
    height: 370px;
  }
}
.single-product-show {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
.single-product-show .single-product-show-content .btn {
  margin-top: 54px;
}
.single-product-show .single-product-show-image {
  background: #EDDCCC;
  text-align: left;
  /*         img {
              max-width: 376.68px;
              width: 100%;
              height: 716.95px;
          } */
}

@media screen and (max-width: 768px) {
  .single-product-show {
    grid-template-columns: 1fr;
  }
  .single-product-show .single-product-show-image {
    order: 2;
  }
  .single-product-show .single-product-show-image img {
    height: auto;
    width: 100%;
  }
}
.single-product-show-image img {
  max-width: 720px;
  width: 100%;
  height: 756px;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-brand {
  display: grid;
  position: relative;
  grid-template-columns: 1fr 1fr;
}
.section-brand .brand-content {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  padding-top: clamp(60px, 10%, 250px);
  padding-bottom: 200px;
  max-width: 620px;
  min-width: 325px;
  margin-left: 70px;
}
@media (min-width: 1500px) {
  .section-brand .brand-content {
    padding-left: 150px;
    max-width: 668px;
  }
}
@media (max-width: 1500px) {
  .section-brand .brand-content {
    padding-left: 70px;
  }
}

.bg-image {
  grid-column: 1/-1;
  grid-row: 1;
}
.bg-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 868px) {
  .section-brand {
    grid-template-columns: 1fr;
    grid-row: 2;
  }
  .section-brand .bg-image {
    grid-column: 1;
    grid-row: 2;
    height: 420px;
  }
  .section-brand .bg-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-brand .brand-content {
    grid-column: 1;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    min-width: 100%;
    margin-left: 0px;
    padding-bottom: 30px;
  }
  .section-brand .banner-content {
    grid-column: 1;
  }
}
.ingridients {
  background: rgba(237, 220, 204, 0.2);
}

.ingridients-cards {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding-top: 103px;
}
.ingridients-cards .ingridients-card {
  display: block;
  max-width: 230px;
  width: 100%;
}
.ingridients-cards .ingridients-card img {
  width: 79px;
  height: 79px;
}
.ingridients-cards .ingridients-content {
  padding-top: 46px;
}

@media screen and (max-width: 768px) {
  .ingridients-cards {
    flex-direction: column;
    justify-content: space-between;
  }
  .ingridients-cards .ingridients-card {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (max-width: 468px) {
  .ingridients-cards .ingridients-card {
    display: block;
    max-width: 280px;
    width: 100%;
  }
  .ingridients-cards .ingridients-content {
    padding-top: 24px;
  }
}
.section-ilustration {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 50px;
  background: #EDDCCC;
  position: relative;
}
.section-ilustration .text-left {
  grid-column: 1;
  grid-row: 1;
  align-items: center;
  z-index: 1;
  padding-top: clamp(60px, 10%, 250px);
  max-width: 568px;
  min-width: 325px;
}
@media (min-width: 1500px) {
  .section-ilustration .text-left {
    padding-left: 80px;
    max-width: 668px;
  }
}
@media (max-width: 1500px) {
  .section-ilustration .text-left {
    padding-left: 70px;
  }
}
.section-ilustration .icons {
  padding-bottom: 39.26px;
  display: flex;
}
.section-ilustration .icons img {
  max-width: 135px;
  width: 100%;
  height: 98.78px;
}
.section-ilustration .ilustration {
  grid-column: 1/-1;
  grid-row: 1;
  max-height: 679.59px;
  height: 100%;
  max-width: 570px;
  width: 100%;
  margin-left: auto;
  margin-right: 115px;
}
@media screen and (max-width: 868px) {
  .section-ilustration {
    grid-template-columns: 1fr;
  }
  .section-ilustration .ilustration {
    grid-row: 2;
    padding-right: 24px;
  }
}
@media screen and (max-width: 963px) {
  .section-ilustration .ilustration {
    margin-right: 0px;
  }
}
@media screen and (max-width: 468px) {
  .section-ilustration {
    grid-template-columns: 1fr;
  }
  .section-ilustration .text-left {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-ilustration .icons img {
    max-width: 100px;
  }
}
.testimonials {
  background: rgba(237, 220, 204, 0.2);
}

.testimonial-show {
  display: flex;
  gap: 29.5px;
  justify-content: center;
}
.testimonial-show .testimonial-card {
  max-width: 410px;
  width: 100%;
  padding-top: 102px;
}
.testimonial-show .testimonial-card h4 {
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}
.testimonial-show .testimonial-card .properties span {
  font-size: 15px;
  line-height: 23px;
}
.testimonial-show .testimonial-card .descrition-t {
  font-size: 15px;
  line-height: 23px;
}
.testimonial-show .testimonial-card .descrition-t p {
  font-family: "mabry-italic-pro";
}

@media screen and (max-width: 768px) {
  .testimonial-show {
    flex-direction: column;
  }
  .testimonial-show .testimonial-card {
    padding-top: 40px;
  }
}
.section-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
@media (max-width: 868px) {
  .section-card {
    grid-template-columns: 1fr;
  }
}
.section-card .image {
  height: 100%;
}

.certificate-section {
  border-top: 1px solid #212123;
}
.certificate-section .certificate-logo-show {
  display: flex;
  border-top: 1px solid #212123;
  border-bottom: 1px solid #212123;
  justify-content: space-around;
  align-items: center;
}
.certificate-section .certificate-logo-show .certificate-logo {
  display: block;
  max-width: 280px;
  width: 100%;
  height: 100%;
}
.certificate-section .certificate-logo-show .certificate-logo:nth-child(2) {
  border-left: 1px solid #212123;
  border-right: 1px solid #212123;
  max-width: 470px;
  width: 100%;
  padding-left: 95px;
  padding-right: 95px;
}

.w-50 {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 43px;
  padding-bottom: 43px;
}

.width-50 {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 82px;
  padding-bottom: 82px;
}
.width-50 h1 {
  padding-bottom: 50px;
}

.about-founder {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #EDDCCC;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .about-founder {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .certificate-logo-show {
    flex-direction: column;
    border-top: unset !important;
    border-bottom: unset !important;
  }
  .certificate-logo {
    border: unset !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: unset !important;
  }
}
.photo-founder {
  height: 100%;
}

@media (max-width: 469px) {
  .certificate-logo {
    text-align: center;
  }
  .certificate-logo img {
    width: 200px;
    height: 200px;
  }
}
.content-section-left {
  display: flex;
  justify-content: space-between;
}
.content-section-left .content-left {
  max-width: 520px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.content-section-left img {
  max-width: 530px;
  height: 610px;
}

.content-section-right {
  display: flex;
  width: 100%;
  gap: 85px;
}
.content-section-right .content-right {
  max-width: 520px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.content-section-right img {
  max-width: 720px;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .content-section-left {
    flex-direction: column;
  }
  .content-section-left .content-left {
    padding-bottom: 20px;
  }
  .content-section-left .content-left, .content-section-left img {
    max-width: 100%;
  }
  .content-section-left .right-img img {
    height: 400px;
  }
  .content-section-left img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-section-right {
    flex-direction: column-reverse;
  }
  .content-section-right .content-right, .content-section-right img {
    max-width: 100%;
  }
  .content-section-right img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .content-section-right .content-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .list-cards.list-switch-cards .card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .list-cards.list-switch-cards .card img {
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 967px) {
  .list-cards.list-switch-cards .card {
    flex-direction: row;
    justify-content: center;
  }
  .list-cards.list-switch-cards .card.product-even {
    flex-direction: row-reverse;
    align-items: center;
  }
  .list-cards.list-switch-cards .card-image {
    flex: 0 0 50%;
    max-width: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: auto;
  }
  .list-cards.list-switch-cards .content-holder {
    flex: 0 0 520px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    /*      padding-left: 75px;
         padding-right: 125px; */
  }
}

.image-size {
  max-width: 530px;
  width: 100%;
}

.container-max {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.article-wrapper {
  display: flex;
  gap: 77px;
  max-width: 724px;
  width: 100%;
  padding-bottom: 72px;
}

.article {
  display: flex;
  justify-content: space-between;
  gap: 160px;
}

@media screen and (max-width: 800px) {
  .article {
    display: block;
  }
  .article .article-wrapper {
    max-width: 100%;
    flex-direction: column;
    gap: 20px;
  }
  .column-one img {
    height: 100%;
    width: 100%;
  }
}
.column-one {
  /*   max-width: 770px;
    width: 100%; */
}

.badge {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.badge .tag-badge {
  border: 1px solid #212123;
  border-radius: 10px;
  padding: 9.84px 19.86px 9.84px 19.84px;
}

.header-article {
  text-align: center;
}

.number {
  font-family: "Mabry Pro", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #212123;
}

.header-article {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 77px;
  padding-bottom: 54px;
}

.header-sub-article {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.cat {
  font-family: "mabry-regular-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  color: #212123;
}

.filter-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-bottom: 81px;
}

.cat-list {
  display: flex;
  align-items: center;
}
.cat-list > div:last-child {
  margin-left: auto;
  border-right: unset;
}
.cat-list > div:last-child label {
  display: flex;
  align-items: center;
}
.cat-list > div:last-child label img {
  padding-left: 5px;
}

.header-blog {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 47px;
  padding-bottom: 24px;
}

.blog-list {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.blog-list .blog-card {
  max-width: 410px;
  width: 100%;
}
.blog-list .blog-card h4 {
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
}
.blog-list .blog-card .blog-thumbnail {
  max-width: 410px;
  height: 398.82px;
  width: 100%;
}

@media (max-width: 868px) {
  .first-column {
    max-width: 400%;
    width: 100%;
  }
  .second-column {
    max-width: 130px;
    width: 100%;
  }
  .second-column .link-btn:after {
    left: 0px;
    bottom: -20px;
  }
  .blog-list {
    flex-wrap: wrap;
    justify-content: start;
  }
  .blog-list .blog-card {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .blog-list .blog-card .blog-thumbnail {
    max-width: 100%;
    height: 300px;
    width: 100%;
  }
  .cat-list {
    flex-direction: column;
    text-align: left;
    align-items: left !important;
    margin-right: auto;
  }
  .cat-list .ck-button {
    border: unset;
  }
  .cat-list label {
    text-align: left;
    border: unset;
  }
}
.column-center {
  max-width: 770px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.column-center img {
  width: 100%;
  height: 330.77px;
  -o-object-fit: cover;
     object-fit: cover;
}

.column-one .image {
  max-height: 480px;
  height: 100%;
}
.column-one .image img {
  max-width: 410px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cat-list_item {
  border-right: 1px solid #212123;
  padding-left: 25px;
  padding-right: 25px;
}
.cat-list_item:last-child {
  border-right: unset;
}

.post-card {
  display: flex;
  flex-direction: column;
  max-width: 410px;
  width: 100%;
  flex-wrap: wrap;
  flex: 1 1 30%;
}
.post-card h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 30px;
}
.post-card .readmore {
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  /* or 118% */
  text-align: right;
}
.post-card .post-img img {
  max-width: 410px;
  height: 398px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .post-card .post-img img {
    height: 100%;
  }
}
.post-card:first-child {
  flex-direction: row-reverse;
  max-width: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex: 100%;
  flex-wrap: nowrap !important;
}
.post-card:first-child img {
  max-height: 535.71px !important;
  height: 100%;
}
.post-card:first-child h4 {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: #212123;
}
@media (max-width: 768px) {
  .post-card:first-child h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.post-card:first-child p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
}
.post-card:first-child .post-img img {
  max-width: 764.7px;
  -o-object-fit: cover;
     object-fit: cover;
  /*    @media (max-width: 768px) {
         height: 100% !important;
     } */
}
.post-card:first-child .post-info {
  max-width: 518px;
  width: 100%;
}

.card-listing {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 478px) {
  .card-listing {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .post-card {
    text-align: left !important;
  }
  .post-card:first-child {
    flex-wrap: wrap !important;
  }
  .post-card:first-child .post-info {
    margin-right: auto;
  }
}
.cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: start;
  width: 100%;
  gap: 30px;
}
@media (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .cards {
    grid-template-columns: 1fr;
  }
}

.cat-list {
  padding: 10px;
}

.cards-item {
  display: flex;
  flex-direction: column;
  max-width: 410px;
}
.cards-item .product-card-image {
  max-width: 410px;
  height: 470px;
  width: 100%;
}
.cards-item .product-card-image img {
  max-width: 410px;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cards-item .card-content {
  display: flex;
  padding-top: 50px;
}
.cards-item .p-right {
  margin-left: auto;
}

.js-product-filter-form {
  padding-top: 134px;
  padding-bottom: 60px;
}

.product-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 760px) {
  .product-gallery {
    grid-template-columns: 1fr;
  }
}

.swiper {
  display: none;
}

@media (max-width: 768px) {
  .product-gallery {
    display: none;
  }
  .swiper {
    display: block;
  }
}
.image-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image-item:nth-child(9n+1) {
  grid-column: 1/span 2;
  grid-row: 1;
}
.image-item:nth-child(9n+1) img {
  height: 739px;
}

.image-item:nth-child(9n+2) {
  grid-column: 2/2;
  grid-row: 2;
}
.image-item:nth-child(9n+2) img {
  height: 413px;
}

.image-item:nth-child(9n+3) {
  grid-column: 1/1;
  grid-row: 2;
}
.image-item:nth-child(9n+3) img {
  height: 413px;
}

.image-item:nth-child(9n+4) {
  grid-column: 1/span 2;
  grid-row: 3;
}
.image-item:nth-child(9n+4) img {
  height: 739px;
}

.grid-product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media (max-width: 768px) {
  .grid-product {
    grid-template-columns: 1fr;
  }
}

.itemlist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  width: 100%;
  gap: 30px;
}
.itemlist h2 {
  font-size: 18px;
  line-height: 30px;
  color: #212123;
  font-weight: 700;
}
.itemlist li a img {
  max-width: 410px;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}

li.product img {
  width: 410px !important;
  height: 470px !important;
}

/*   .woocommerce ul.products li.product a img {
    width: 100% !important;
    margin-right: 40px;
   */
.onsale {
  display: none;
}

.xoo-wsc-ft-btn-continue, .xoo-wsc-ft-btn-cart {
  display: none !important;
}

.xoo-wsc-img-col img {
  width: 189px;
  height: 219px;
}

.xoo-wsc-sm-info {
  flex-direction: column;
}

.xoo-wsch-basket {
  display: none !important;
}

.xoo-wsch-top {
  justify-content: left;
}
.xoo-wsch-top .xoo-wsch-text {
  font-size: 40px;
  line-height: 50px;
  color: #EDDCCC;
  font-family: "mabry-regular-pro";
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square {
  border-color: unset;
  border-style: unset;
  border-width: unset;
}

.xoo-wsc-chng {
  background-color: transparent !important;
}

input[type=number].xoo-wsc-qty {
  background-color: transparent;
}

.xoo-wsc-qtb-square input[type=number].xoo-wsc-qty {
  border: unset !important;
}

.xoo-wsc-smr-del {
  text-decoration: underline;
}

.xoo-wsc-sm-right {
  max-width: 100%;
  margin-right: auto;
}

.xoo-wsc-ft-btn-checkout {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.xoo-wsc-container {
  padding: 70px;
  background-color: #3D5D46 !important;
}

.xoo-wsc-sum-col {
  flex-direction: inherit;
}

.xoo-wsch-close {
  padding-right: 70px;
}

.xoo-wsc-ft-amt-total {
  border-top: unset;
}

.xoo-wsc-product {
  border-bottom: unset;
}

.xoo-wsc-sm-left {
  justify-content: start;
}

.xoo-wsc-pprice {
  padding-bottom: 27px !important;
}

span.xoo-wsc-pname, span.xoo-wsc-pname a {
  font-weight: normal !important;
}

.certificate {
  display: flex;
  gap: 20px;
  padding-top: 58px;
  padding-bottom: 58px;
  width: 100%;
  flex-wrap: wrap;
}

.product-buy {
  max-width: 520px;
  width: 100%;
}
.product-buy .accordion-item {
  padding-top: 44px;
}

.border-button {
  border-top: 1px solid #212123;
  border-bottom: 1px solid #212123;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  margin-bottom: 13px;
}

.swiper-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding-top: 40px;
}

.slide {
  overflow: hidden;
}

.swiper-slide {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  text-align: left;
}

.swiper-container {
  overflow: unset !important;
}

.slide {
  overflow: hidden;
}

.swiper {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
  order: 2;
}

.single-p-display .accordion-item {
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.single-p-display .accordion-item-header {
  border-bottom: 1px solid #222222;
  align-items: center;
}
.single-p-display .accordion-item-header span {
  padding-right: 27px;
}

.general-question .text-center {
  padding-bottom: 70px;
}
.general-question .accordion-item {
  max-width: 630px;
}

.single-p-display .testimonials {
  background: transparent;
}

#filter-product-form .cat-list {
  flex-direction: inherit !important;
}

@media (max-width: 400px) {
  .cards-item .card-content .p-right {
    order: 1;
    margin-left: unset;
    margin-right: auto;
  }
  #filter-product-form .cat-list {
    flex-wrap: wrap;
  }
}
.woocommerce-checkout {
  /*       .payment_method_cod::before {
          content: '';
          display: inline-block;
          height: 30px;
          width: 30px;
          position: absolute;
          background: url("/wp-content/themes/understrap/img/cash-on-delivery.png");
          background-size: contain;
          top: 7px;
          margin-left: 7px;
          background-repeat: no-repeat;
        } */
  /*     .payment_method_bacs {
        &::before {
          display: inline-block;
          height: 30px;
          width: 30px;
          position: absolute;
          top: 7px;
          margin-left: 7px;
          //background: url("/wp-content/themes/understrap/img/cash-on-delivery.png");
          background-size: contain;
          background-repeat: no-repeat;
        }
      } */
  /*     #payment_method_paypal:checked + label {
        display: inline-block;
        //font-size: larger !important;
        color: white !important;
        background-color: #008ab3 !important;
      } */
  /*     .payment_method_paypal::before {
        content: '';
        display: inline-block;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 7px;
        margin-left: 7px;
        background: url("/wp-content/themes/understrap/img/paypal-blue.png");
        background-size: contain;
        background-repeat: no-repeat;
      } */
  /*     .payment_method_paypal.active::before {
        content: '';
        display: inline-block;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 7px;
        margin-left: 7px;
        background: url("/wp-content/themes/understrap/img/paypal-icon.png");
        background-size: contain;
        background-repeat: no-repeat;
      } */
  /*     .payment_method_stripe::before {
        content: '';
        display: inline-block;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 7px;
        margin-left: 7px;
        background: url("/wp-content/themes/understrap/img/stripe-credit-card.png");
        background-size: contain;
        background-repeat: no-repeat;
      } */
  /*     .payment_method_stripe.active::before {
        content: '';
        display: inline-block;
        height: 30px;
        width: 30px;
        position: absolute;
        top: 7px;
        margin-left: 7px;
        background: url("/wp-content/themes/understrap/img/stripe-payment-white.png");
        background-size: contain;
        background-repeat: no-repeat;
      } */
}
.woocommerce-checkout .woocommerce-billing-fields #billing_company_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_city_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field,
.woocommerce-checkout .woocommerce-billing-fields #billing_company_ddv,
.woocommerce-checkout .woocommerce-billing-fields #billing_vat_id_field,
.woocommerce-checkout .woocommerce-billing-fields #for_company_ddv {
  display: none;
}
.woocommerce-checkout .woocommerce-billing-fields #billing_company_field.show,
.woocommerce-checkout .woocommerce-billing-fields #billing_postcode_field.show,
.woocommerce-checkout .woocommerce-billing-fields #billing_city_field.show,
.woocommerce-checkout .woocommerce-billing-fields #billing_address_1_field.show,
.woocommerce-checkout .woocommerce-billing-fields #billing_company_ddv.show,
.woocommerce-checkout .woocommerce-billing-fields #billing_vat_id_field.show,
.woocommerce-checkout .woocommerce-billing-fields #for_company_ddv.show {
  display: block;
}
.woocommerce-checkout #for_company_ddv.show {
  display: flex;
}
.woocommerce-checkout .content-holder {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .content-holder {
    grid-template-columns: 6fr 4fr;
    gap: 40px;
  }
  .woocommerce-checkout .content-holder .col-main {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .woocommerce-checkout .content-holder .col-sidebar {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .woocommerce-checkout .content-holder .footer-bottom {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
.woocommerce-checkout .form-row {
  margin-top: 0;
}
.woocommerce-checkout .form-row span {
  display: flex;
}
.woocommerce-checkout .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #4E4E4E;
  font-size: 1.19rem;
  line-height: 3rem;
  padding-left: 5px;
  padding-right: 5px;
}
.woocommerce-checkout .form-row label {
  background-color: inherit;
  border: none;
  display: block;
  position: relative;
  color: #212123;
  transition: 0.5s;
  z-index: -1;
}
.woocommerce-checkout .form-row label {
  background-color: inherit;
  color: #212123;
  font-size: 16px;
  border: none;
  display: block;
  position: relative;
  top: 0px;
  transition: all 0.5s linear;
  z-index: 1 !important;
}
.woocommerce-checkout .form-row label:last-child {
  background-color: inherit;
  font-size: 16px;
  border: none;
  display: block;
  position: relative;
  top: 0px;
  z-index: 1;
}
.woocommerce-checkout .shop_table {
  border-spacing: 0;
}
.woocommerce-checkout dd {
  margin: 0;
}
.woocommerce-checkout .product-name {
  padding: 0;
}
.woocommerce-checkout .product-total,
.woocommerce-checkout .cart-subtotal td,
.woocommerce-checkout .order-total td {
  padding-left: 20px;
}
.woocommerce-checkout table {
  width: 100%;
}
.woocommerce-checkout tbody {
  vertical-align: sub;
}
.woocommerce-checkout tbody .product-total {
  text-align: right;
}
.woocommerce-checkout tfoot {
  display: none;
}
.woocommerce-checkout th {
  font-weight: normal;
}
.woocommerce-checkout .variation,
.woocommerce-checkout .variation p {
  margin-top: 0;
  margin-bottom: 0;
  color: #4E4E4E;
}
.woocommerce-checkout .variation dt {
  display: none;
}
.woocommerce-checkout #payment ul {
  padding: 0;
}
.woocommerce-checkout #payment > .form-row.place-order {
  display: flex;
  flex-direction: column;
  position: relative;
}
.woocommerce-checkout #payment > .form-row.place-order button {
  display: block;
  position: relative;
  padding: 17px 19px;
  margin-left: auto;
  margin-top: 2rem;
  border: none;
  border-radius: 4px;
  outline: none;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  background-color: #EDDCCC;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2509803922);
  transition: color 0.45s ease-in-out;
}
.woocommerce-checkout #payment > .form-row.place-order button::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.woocommerce-checkout #payment > .form-row.place-order button:hover::after, .woocommerce-checkout #payment > .form-row.place-order button:focus::after {
  opacity: 0.08;
}
.woocommerce-checkout #payment:hover:after {
  transition: transform 0.6s ease;
  transform: translateX(10px) !important;
}
.woocommerce-checkout #payment:after {
  position: absolute;
  content: "";
  background-image: url("/../../wp-content/themes/understrap/img/arrow.png");
  height: 15px;
  right: 100px;
  width: 21px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease;
  transform: translateX(0px);
  margin-top: -30px;
}
.woocommerce-checkout .payment_method_cod {
  border-radius: 4px;
  color: #3D5D46;
  font-size: 1.19rem;
  line-height: 1rem;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.woocommerce-checkout .payment_method_cod label {
  border: none !important;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  height: 100%;
  padding-left: 22px;
  border-radius: 4px 4px 0 0;
}
.woocommerce-checkout .payment_method_cod .payment_box.payment_method_cod {
  box-shadow: none !important;
  color: #262626;
  line-height: 1.5em;
  padding: 10px;
}
.woocommerce-checkout .payment_method_cod img {
  display: none !important;
  vertical-align: bottom;
}
.woocommerce-checkout .payment_method_cod .payment_box.payment_method_cod::before {
  display: none !important;
}
.woocommerce-checkout #payment_method_cod:checked + label {
  display: inline-block;
}
.woocommerce-checkout #payment_method_cod:checked + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout #payment_method_cod + label {
  color: #212123;
}
.woocommerce-checkout #payment_method_cod + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-uncheck.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout #payment_method_bacs:checked + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout #shipping_method_0_flat_rate1:checked + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout #shipping_method_0_flat_rate1 + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 20px;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-uncheck.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout #shipping_method_0_local_pickup2:checked + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 20px;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout #shipping_method_0_local_pickup2 + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 20px;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-uncheck.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 22px;
}
.woocommerce-checkout #shipping_method_0_local_pickup2 + label {
  padding-left: 22px !important;
  text-decoration: unset !important;
}
.woocommerce-checkout #shipping_method_0_local_pickup2 + label:hover {
  text-decoration: unset !important;
}
.woocommerce-checkout #shipping_method_0_flat_rate1 + label {
  padding-left: 22px !important;
  text-decoration: unset !important;
}
.woocommerce-checkout #shipping_method_0_flat_rate1 + label:hover {
  text-decoration: unset !important;
}
.woocommerce-checkout #payment_method_bacs + label {
  color: #212123;
}
.woocommerce-checkout #payment_method_bacs + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  top: 20px;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-uncheck.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout .payment_method_cod.active::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 7px;
  margin-left: 7px;
  background: url("/wp-content/themes/understrap/img/radio-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout .payment_method_bacs {
  background-color: transparent;
  border-radius: 4px;
  color: #3D5D46;
  font-size: 1.19rem;
  line-height: 3rem;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.woocommerce-checkout .payment_method_bacs p {
  padding: 10px;
}
.woocommerce-checkout .payment_method_bacs label {
  border: none !important;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  height: 100%;
  padding-left: 22px;
  border-radius: 4px 4px 0 0;
}
.woocommerce-checkout .payment_method_bacs .shipping_method_0_flat_rate1 {
  box-shadow: none !important;
  color: #262626;
  line-height: 1.5em;
  padding: 10px;
}
.woocommerce-checkout .payment_method_bacs img {
  display: none !important;
  vertical-align: bottom;
}
.woocommerce-checkout .payment_method_bacs .shipping_method_0_flat_rate1::before {
  display: none !important;
}
.woocommerce-checkout #payment_method_bacs:checked + label {
  display: inline-block;
}
.woocommerce-checkout .payment_method_bacs:checked:before {
  content: "";
  display: inline-block;
  height: 100px;
  width: 67px;
  position: absolute;
  background: url("/wp-content/themes/understrap/img/radio-check.png");
  background-size: contain;
  top: 7px;
  margin-left: 7px;
  background-repeat: no-repeat;
  left: -36px;
}
.woocommerce-checkout .payment_method_bacs.active::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 7px;
  margin-left: 7px;
  background: url("/wp-content/themes/understrap/img/cash.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout .payment_method_paypal {
  border-radius: 4px;
  color: #3D5D46;
  font-size: 1.19rem;
  line-height: 1rem;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.woocommerce-checkout .payment_method_paypal label {
  border: none !important;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  height: 100%;
  padding-left: 22px;
}
.woocommerce-checkout .payment_method_paypal img,
.woocommerce-checkout .payment_method_paypal a,
.woocommerce-checkout .payment_method_paypal .payment_box.payment_method_paypal {
  display: none !important;
}
.woocommerce-checkout #payment_method_paypal:checked + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout #payment_method_paypal + label {
  color: #212123;
}
.woocommerce-checkout #payment_method_paypal + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-uncheck.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout .payment_method_stripe {
  border-radius: 4px;
  color: #3D5D46;
  font-size: 1.19rem;
  line-height: 1rem;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  /*       #payment_method_stripe:checked + label {
          display: inline-block;
          color: white !important;
          background-color: #008ab3 !important;
        } */
}
.woocommerce-checkout .payment_method_stripe label {
  border: none !important;
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  height: 100%;
  padding-left: 22px;
}
.woocommerce-checkout .payment_method_stripe img {
  display: none !important;
  height: 24px;
  vertical-align: bottom;
}
.woocommerce-checkout .payment_method_stripe .payment_box.payment_method_stripe::before {
  display: none !important;
}
.woocommerce-checkout .payment_method_stripe .payment_box.payment_method_stripe {
  box-shadow: none !important;
  color: #262626;
  line-height: 1.5em;
  padding: 10px;
}
.woocommerce-checkout .payment_method_stripe .wc-stripe-elements-field {
  border: none;
  border-bottom: 1px solid #4E4E4E;
}
.woocommerce-checkout .payment_method_stripe fieldset {
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
}
.woocommerce-checkout .payment_method_stripe .form-row label {
  padding-left: 0;
}
.woocommerce-checkout .payment_method_stripe .form-row span {
  display: inline !important;
}
.woocommerce-checkout #payment_method_stripe:checked + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-check.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout #payment_method_stripe + label {
  color: #212123;
}
.woocommerce-checkout #payment_method_stripe + label:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 0px;
  background: url("/wp-content/themes/understrap/img/radio-uncheck.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.woocommerce-checkout [type=radio] {
  display: none;
}
.woocommerce-checkout input[type=radio] {
  display: none;
}
.woocommerce-form label {
  background-color: inherit;
  border: none;
  display: block;
  position: relative;
  top: 30px;
  transition: 0.5s;
  z-index: -1;
}

.woocommerce-form-row label {
  background-color: inherit;
  border: none;
  display: block;
  position: relative;
  top: 30px;
  transition: 0.5s;
  z-index: -1;
}

.woocommerce-form-row.filledd label {
  background-color: inherit;
  color: #008ab3;
  font-size: 16px;
  border: none;
  display: block;
  position: relative;
  top: 0px;
  transition: all 0.5s linear;
  z-index: 1;
}

.checkout-page {
  background-color: #E5E5E5;
}

#billing_address_2, #billing_state_field {
  display: none;
}

.form-row span {
  display: flex;
}

p#billing_postcode {
  float: right !important;
  width: 50% !important;
}

/* .optional,#billing_address_2_field {
      display: none !important;
  }
  label {
      display: none
  } */
.woocommerce-additional-fields, #shipping_address_2, #shipping_country_field, #shipping_state_field, #shipping_email_field, #shipping_phone_field {
  display: none;
}

#checkbox_trigger_field label {
  display: flex;
  gap: 10px;
}

#checkbox_trigger_field {
  display: none !important;
}

#ship-to-different-address span {
  color: #212123;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}

.product-name {
  text-align: left;
}

.col-sidebar {
  margin-top: -74px;
}

.woocommerce-shipping-totals {
  display: flex;
  flex-direction: column;
}
.woocommerce-shipping-totals th {
  text-align: left;
}

#shipping_method {
  position: relative;
  padding: 0px;
}
#shipping_method li {
  color: #3D5D46;
  font-size: 17px;
  line-height: 3rem;
  padding-left: 5px;
  padding-right: 5px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}
#shipping_method li:hover {
  text-decoration: underline;
}
#shipping_method #shipping_method_0_flat_rate1:checked + label {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}
#shipping_method #shipping_method_0_local_pickup2:checked + label {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}

.woocommerce-billing-fields h3 {
  display: none;
}

.woocommerce-customer-details .woocommerce-column__title {
  font-family: "mabry-regular-pro";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.woocommerce-customer-details img {
  width: 100%;
}

.woocommerce-table {
  text-align: left;
}

.woocommerce-order-overview {
  padding-left: 0;
}

.woocommerce-order-details {
  width: 50%;
}

.shop_table thead {
  display: none;
}
.shop_table .product-name {
  display: flex;
}

.checkout_coupon p:first-child {
  display: none;
}

#show-coupon-form:hover {
  text-decoration: underline;
}

.ui-dialog-titlebar {
  border-bottom: 1px solid #212123;
  max-width: 77px;
  width: 100%;
}

.ui-button {
  background: transparent;
  border: unset;
  text-align: left;
  cursor: pointer;
}
.ui-button:after {
  position: absolute;
  content: "";
  background-image: url("/../../wp-content/themes/understrap/img/clear-filter.png");
  height: 15px;
  width: 15px;
  top: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.woocommerce-privacy-policy-text {
  display: none;
}

.woocommerce-checkout #payment > .form-row.place-order button {
  background-color: #3D5D46;
  box-shadow: unset;
}
.woocommerce-checkout #payment > .form-row.place-order button:after {
  display: none;
}
.woocommerce-checkout #payment > .form-row.place-order button:hover {
  background-color: #FFEDDB;
}

@media (max-width: 768px) {
  .col-sidebar {
    margin-top: 0px;
  }
}
.payment_box.payment_method_cod {
  margin: 0px !important;
  padding: 0px !important;
}
.payment_box.payment_method_cod p {
  color: #212123;
}

.payment_box.payment_method_bacs {
  margin: 0px !important;
  padding: 0px !important;
}
.payment_box.payment_method_bacs p {
  line-height: 22px;
  padding: 0px;
  color: #212123;
}

.shipping h3, .woocommerce-checkout-payment h3 {
  font-size: 35px;
  line-height: 50px;
}

.woocommerce-form-coupon-toggle {
  padding-top: 10px;
}

.checkout_coupon {
  position: relative;
}
.checkout_coupon button {
  display: none;
}
.checkout_coupon:after {
  position: absolute;
  content: "xxxx";
  right: 0;
  margin-top: -50px;
  padding-right: 10px;
  color: #707070;
}

.card-image img {
  height: 50%;
  width: 50%;
}

.location_point {
  border-top: 1px solid #212123;
  padding-top: 28px;
  padding-bottom: 28px;
}

.maps {
  margin-top: auto;
  width: 100%;
  height: 100%;
}
.maps iframe {
  margin-top: auto;
  height: 632px;
  max-width: 718.5px;
  width: 100%;
  border: none;
}

.contact {
  max-width: 520px;
  width: 100%;
}

.wpcf7-form .name-label {
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .wpcf7-form .name-label {
    display: block;
  }
}
.wpcf7-form input {
  background: transparent;
  border: unset;
  border-bottom: 1px solid #212123;
  width: 100%;
}
.wpcf7-form .wpcf7-email, .wpcf7-form .wpcf7-textarea {
  width: 100%;
}
.wpcf7-form .wpcf7-textarea {
  height: 378px;
  background: transparent;
  padding: 30px;
}
@media (max-width: 768px) {
  .wpcf7-form .wpcf7-textarea {
    height: 278px;
  }
}

.location {
  display: flex;
}
@media (max-width: 768px) {
  .location {
    display: block;
  }
}

textarea {
  font-family: "mabry-regular-pro" !important;
}
textarea::-moz-placeholder {
  font-family: "mabry-regular-pro" !important;
}
textarea::placeholder {
  font-family: "mabry-regular-pro" !important;
}

.i4ewOd-pzNkMb-haAclf {
  background-color: #EDDCCC !important;
}

#cookie-toggle {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 140;
  padding: 0 10px;
  width: 60px;
  height: 60px;
  font-family: "Rubik", sans-serif;
  color: #fff;
  background: #000;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 30px;
  transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  cursor: pointer;
}
@media (min-height: 1144px) {
  #cookie-toggle {
    bottom: 76px;
  }
}
#cookie-toggle img {
  width: auto;
  height: 30px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#cookie-toggle.hidden {
  display: none;
}

#ConsentPopup {
  background-color: #242422;
  background-position: center;
  color: #fff;
  position: fixed;
  bottom: 15px;
  left: 15px;
  max-width: 414px;
  width: 100%;
  height: auto;
  z-index: 999999;
  padding: 30px;
  text-align: justify;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  border-radius: 20px 20px 0px 20px;
  box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.1), -5px -5px 30px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: transform 0.3s;
  -webkit-clip-path: circle(30px at calc(100% - 45px) calc(100% - 45px));
          clip-path: circle(30px at calc(100% - 45px) calc(100% - 45px));
  transition: visibility 0s 0.8s, -webkit-clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s 0.8s;
  transition: clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s 0.8s, -webkit-clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
#ConsentPopup.active {
  right: 0px;
}
#ConsentPopup.hidden {
  visibility: hidden;
  pointer-events: none;
}
#ConsentPopup.animate-popup {
  -webkit-clip-path: circle(141% at calc(100% - 45px) calc(100% - 45px));
          clip-path: circle(141% at calc(100% - 45px) calc(100% - 45px));
  transition: visibility 0s 0s, -webkit-clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s 0s;
  transition: clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1), visibility 0s 0s, -webkit-clip-path 0.8s cubic-bezier(0.86, 0, 0.07, 1);
  overflow: hidden;
}
#ConsentPopup .cookie-buttons {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#ConsentPopup .cookie-buttons .btn {
  border: 1px solid #FFEDDB;
  background: #FFEDDB;
  color: #212123;
  display: block;
  width: 100%;
  text-align: center;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 13px;
  padding-left: 0px;
  cursor: pointer;
}
#ConsentPopup .cookie-buttons .btn:after {
  display: none;
}
#ConsentPopup .cookie-buttons .btn.accept {
  color: #000 !important;
  padding-top: 3px;
}
#ConsentPopup .cookie-buttons .btn.deny, #ConsentPopup .cookie-buttons .btn.save {
  color: white;
  background: #212123;
  display: none;
  font-weight: 300;
  opacity: 0.8;
}
#ConsentPopup .cookie-buttons .btn.deny.active, #ConsentPopup .cookie-buttons .btn.save.active {
  display: block;
}
#ConsentPopup .cookie-buttons .btn:hover {
  background: #3D5D46;
  color: #fff;
  border: 1px solid #3D5D46;
}
@media (max-width: 425px) {
  #ConsentPopup .cookie-buttons .btn {
    font-size: 12px;
    /*      padding: 0 5px;
         padding-top: 15px; */
  }
}
@media (max-width: 320px) {
  #ConsentPopup .cookie-buttons .btn {
    padding-top: 8px;
  }
  #ConsentPopup .cookie-buttons .btn.deny {
    padding-top: 15px;
  }
}
#ConsentPopup .cookie-settings {
  border-top: 1px dashed #fff;
  padding-top: 13px;
}
#ConsentPopup .cookie-settings .options-toggle {
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  text-decoration: underline;
  margin-bottom: 10px;
  cursor: pointer;
}
#ConsentPopup .cookie-settings .toggles {
  display: none;
  grid-gap: 20px;
  grid-template-columns: 100px 1fr 80px;
  width: 100%;
}
#ConsentPopup .cookie-settings .toggles.active {
  display: grid;
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .toggles {
    grid-template-columns: 80px 1fr 60px;
  }
}
@media (max-width: 345px) {
  #ConsentPopup .cookie-settings .toggles {
    grid-template-columns: 70px 1fr 50px;
  }
}
#ConsentPopup .cookie-settings .form-switch {
  border-right: 1px solid #fff;
  padding-left: 0;
  display: block;
  min-height: 1.5rem;
  margin-bottom: 0;
  width: 100%;
  padding-right: 20px;
}
#ConsentPopup .cookie-settings .form-switch:last-of-type {
  border-right: none;
  padding-right: 0px;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input {
  outline: none;
  width: 80px;
  height: 38px;
  display: block;
  position: initial;
  cursor: pointer;
  margin-top: 0;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  margin-left: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233D5D46;'/%3e%3c/svg%3e");
  background-position: left center;
  transition: background-position 0.15s ease-in-out;
  order: 2;
  border-radius: 30px;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input:focus, #ConsentPopup .cookie-settings .form-switch .form-check-input:hover {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233D5D46;'/%3e%3c/svg%3e");
  outline: none;
}
#ConsentPopup .cookie-settings .form-switch .form-check-input:checked {
  outline: none;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233D5D46;'/%3e%3c/svg%3e");
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    width: 100%;
    background-size: 25px;
  }
}
#ConsentPopup .cookie-settings .form-switch .form-check-label {
  cursor: pointer;
  display: block;
  order: 1;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
}
#ConsentPopup .cookie-settings .form-switch.disabled {
  opacity: 0.5;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) {
  padding-right: 18.5px;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-label, #ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-input {
  margin: 0 auto;
}
#ConsentPopup .cookie-settings .form-switch:nth-of-type(2) .form-check-label {
  margin-bottom: 5px;
  text-align: center;
}
@media (max-width: 380px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    max-width: 60px;
  }
}
@media (max-width: 345px) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    max-width: 50px;
  }
}
@media (prefers-reduced-motion: reduce) {
  #ConsentPopup .cookie-settings .form-switch .form-check-input {
    transition: none;
  }
}
#ConsentPopup a {
  color: #fff;
}
#ConsentPopup .form-check-input:disabled ~ .form-check-label {
  color: #fff;
  opacity: 0.5;
}
#ConsentPopup h5 {
  margin-top: 0;
  font-size: 18px;
  color: #fff;
  font-family: "Rubik", sans-serif;
}

.cookie-text p {
  color: #fff;
}
.cookie-text a {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  letter-spacing: 0.06em;
  color: #fff;
  text-decoration: none;
}

.btn.accept {
  padding-top: 16px !important;
}

/*star rating for products*/
.rating-custom div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}

.rating-custom .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}

.rating-custom .woocommerce-product-rating::after, .rating-custom .woocommerce-product-rating::before {
  content: " ";
  display: table;
}

.rating-custom .woocommerce-product-rating {
  line-height: 2;
}

.rating-custom .star-rating {
  float: left;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1.2em;
  width: 5.4em;
  font-family: star;
  color: #3D5D46;
  letter-spacing: 0.2em;
}

.rating-custom .star-rating::before {
  color: #d3ced2;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.rating-custom .star-rating {
  line-height: 1;
  font-size: 1.2em;
  font-family: star;
  letter-spacing: 0.2em;
}

.rating-custom .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.rating-custom .star-rating span::before {
  top: 0;
  position: absolute;
  left: 0;
}

.rating-custom .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.comment_container img {
  display: none;
}

.review::marker {
  display: none;
}

.star-rating span {
  position: relative;
  height: 30px;
  width: 30px;
}

.star-rating:before,
.star-rating span:before {
  font-family: fontawesome !important;
  content: "\f005\f005\f005\f005\f005" !important;
}

.woocommerce-Reviews-title {
  font-size: 30px;
  line-height: 35px;
}

#review_form {
  max-width: 500px;
  width: 100%;
}
#review_form textarea {
  border: 1px solid #212123;
  background: transparent;
  font-style: italic;
}

.woocommerce p.stars span a:before,
.woocommerce-page p.stars span a:before {
  content: "\f005";
  font-family: fontawesome !important;
  opacity: 1;
  visibility: visible;
  font-size: 1.2em;
  color: #C4C4C4;
}

.woocommerce p.stars span a:before,
.woocommerce-page p.stars span a:before:hover {
  content: "\f005";
  font-family: fontawesome !important;
  opacity: 1;
  visibility: visible;
  font-size: 1.2em;
  color: #3D5D46 !important;
}

.woocommerce p.stars span a,
.woocommerce-page p.stars span a {
  opacity: 1;
  visibility: hidden;
  max-width: 20px;
}

.comment-form-comment {
  display: flex;
  flex-direction: column;
}

.pcf-field-container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.pcf-field-container label {
  display: block;
}

.pcf-field-container input {
  display: block;
  width: 100%;
}

.pcf-container input {
  border: none;
  border-bottom: 1px solid #212123;
  background: transparent;
}

#review_form #reply-title {
  font-size: 25px;
}

.woocommerce-Reviews-title {
  border-bottom: 1px solid #212123;
  padding-bottom: 10px;
}

.customer-user-info {
  display: flex;
  gap: 10px;
}

.comment-text {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.review {
  border-bottom: 1px solid #212123;
}

.commentlist {
  padding-left: 0px;
}

ol {
  list-style-type: none;
}

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

.pcf-container select {
  border: unset;
  border-bottom: 1px solid #212123;
  background: transparent;
}

#reviews {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

#commentform {
  display: flex;
  flex-direction: column;
}
#commentform .comment-form-author {
  order: 1;
  display: flex;
  flex-direction: column;
}
#commentform .comment-form-author input {
  border: none;
  background: transparent;
  border-bottom: 1px solid #212123;
  padding-top: 10px;
}
#commentform .comment-form-email {
  order: 2;
  display: flex;
  flex-direction: column;
}
#commentform .comment-form-email input {
  border: none;
  background: transparent;
  border-bottom: 1px solid #212123;
  padding-top: 10px;
}
#commentform .pcf-container {
  order: 3;
  border: none;
  background: transparent;
  padding-top: 10px;
}
#commentform .comment-form-rating {
  order: 4;
}
#commentform .comment-form-comment {
  order: 5;
}
#commentform .comment-form-cookies-consent {
  order: 6;
}
#commentform .form-submit {
  order: 7;
}

.single-product-content .comment-form .stars span a:hover {
  color: green;
}

.testimonials {
  display: none;
}

.single-product-content .comment-form .stars span a:hover {
  color: green;
}

.swiper-slide {
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
