/*
! tailwindcss v3.2.7 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
*/

::-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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body {
  font-size: 14px;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

body {
  font-family: Montserrat, sans-serif;
  background-color: #fff;
  color: #000;
  line-height: 1.35 !important;
}

.container {
  max-width: 1200px !important;
  margin: 0 auto;
}

h1, h2, h3, h4 {
  font-weight: 600;
}

canvas {
  display: block;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.z-10 {
  z-index: 10;
}

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.h-2 {
  height: 0.5rem;
}

.h-full {
  height: 100%;
}

.w-6 {
  width: 1.5rem;
}

.w-full {
  width: 100%;
}

.\!max-w-full {
  max-width: 100% !important;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-\[9\] {
  gap: 9;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.border {
  border-width: 1px;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

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

.font-semibold {
  font-weight: 600;
}

.capitalize {
  text-transform: capitalize;
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(61 64 64 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.outline {
  outline-style: solid;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@font-face {
  font-family: 'Americana Std';

  src:   url('../resources/fonts/AmericanaSTD/Americana Std Roman.otf');

  font-weight: 400;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot');

  src: local('SFUI Regular Italic'), local('SFUIText-RegularItalic'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-RegularItalic.ttf') format('truetype');

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot');

  src: local('SFUI SemiboldItalic'), local('SFUIText-SemiboldItalic'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-SemiboldItalic.ttf') format('truetype');

  font-weight: 600;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Heavy.eot');

  src: local('SFUI Heavy'), local('SFUIText-Heavy'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Heavy.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Semibold.eot');

  src: local('SFUI Semibold'), local('SFUIText-Semibold'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Semibold.ttf') format('truetype');

  font-weight: 600;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Medium.eot');

  src: local('SFUI Medium'), local('SFUIText-Medium'),
    url('../resources/fonts/SFUI/SFUIText-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Medium.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Light.eot');

  src: local('SFUI Light'), local('SFUIText-Light'),
    url('../resources/fonts/SFUI/SFUIText-Light.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Light.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Light.ttf') format('truetype');

  font-weight: 200;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Regular.eot');

  src: local('SFUI Regular'), local('SFUIText-Regular'),
    url('../resources/fonts/SFUI/SFUIText-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Regular.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot');

  src: local('SFUI BoldItalic'), local('SFUIText-BoldItalic'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-BoldItalic.ttf') format('truetype');

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-Bold.eot');

  src: local('SFUI Bold'), local('SFUIText-Bold'),
    url('../resources/fonts/SFUI/SFUIText-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-Bold.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot');

  src: local('SFUI HeavyItalic'), local('SFUIText-HeavyItalic'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-HeavyItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: 'SFUI';

  src:   url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot');

  src: local('SFUI MediumItalic'), local('SFUIText-MediumItalic'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff2') format('woff2'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.woff') format('woff'),
    url('../resources/fonts/SFUI/SFUIText-MediumItalic.ttf') format('truetype');

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot');

  src: local('GoogleSans Regular'), local('GoogleSans-Regular'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot');

  src: local('GoogleSans Regular'), local('GoogleSans-Regular'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Medium.eot');

  src: local('GoogleSans Medium'), local('GoogleSans-Medium'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'GoogleSans';

  src:   url('../resources/fonts/GoogleSans/GoogleSans-Bold.eot');

  src: local('GoogleSans Bold'), local('GoogleSans-Bold'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.woff2') format('woff2'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.woff') format('woff'),
    url('../resources/fonts/GoogleSans/GoogleSans-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

header {
  background-color: #A8FFAC;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 110;
  padding: 15px 0;
}

@media (min-width: 992px){
  header{
    position: relative;
    padding: 0;
  }
}

.header_logo img, .footer_logo svg {
  width: 140px;
  height: 40px;
}

.header_menu .header_nav li{
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 124%;
}

.header_menu .header_nav li:hover{
  background-color: #6cda70;
  //color: #A8FFAC;
}

.header_menu .header_nav li a{
  padding: 25px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_menu .header_nav li.menu-item-has-children a{
  //padding: 25px 10px 25px 20px;
}

.header_menu .header_nav li.menu-item-has-children{
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_menu .header_nav li.menu-item-has-children:after{
  content: url('../resources/images/open_catalog.svg');
  padding-right: 20px;
  //content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'><path d='M11 1.514 6 6.486 1 1.514' stroke='#B6C5C5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  display: block;
  //transition: .4s;
}

.header_menu .header_nav li:hover.menu-item-has-children:after {
  //content: url('../resources/images/open_catalog_red.svg');
}

.header_menu .header_nav li.menu-item-has-children.active:after{
  transform: rotate(-180deg);
  transform-origin: center;
  padding-right: 0;
  padding-left: 20px;
}

.header_menu .header_nav li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 200;
  width: 340px;
  background: #fff;
  border: 1px solid #f7f9f9;
  border-radius: 5px;
  opacity: .98;
}

.header_menu .header_nav li.menu-item-has-children.active .sub-menu {
  display: block;
}

.header_menu .header_nav li.menu-item-has-children.active .sub-menu li{
  //border-bottom: 1px solid #000;
  border-top: 1px solid #A8FFAC;
}

.header .header_menu .header_nav li.menu-item-has-children .sub-menu li a,
.header .mobile_menu .mobile_menu_content .header_nav_mobile .sub-menu li a{
  color: #3d4040;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header_menu .header_nav li.menu-item-has-children .sub-menu li a{
  padding: 20px;
}

.header .header_menu .header_nav li.menu-item-has-children .sub-menu li a:after,
.header .mobile_menu .mobile_menu_content .header_nav_mobile .sub-menu li a:after{
  content: url('../resources/images/submenu_item_icon.svg');
  display: block;
}

.header_menu .header_nav li.menu-item-has-children .sub-menu li a:hover{
  background-color: #A8FFAC;
  //color: #fff;
  font-weight: 700;
}

.header_cart{
  position: relative;
  margin-left: 71px;
}

.header_cart .header_cart_item {
  position: absolute;
  right: -12px;
  top: -7px;
  height: 22px;
  width: 22px;
  background-color: #eb6a6a;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_burger{
  margin-left: 2rem;
}

.header .mobile_menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 90%;
  height: 100%;
  background: #fff;
  overflow: scroll;
  transform: translateX(100%);
  transition: .4s;
  visibility: hidden;
  z-index: -10;
  opacity: 0;
}

.header .mobile_menu.active{
  transform: translateX(0);
  visibility: visible;
  z-index: 999;
  opacity: 1;
}

body.lock {
  overflow: hidden;
}

.header .mobile_menu .mobile_menu_header{
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 20px 15px;
  background: #fff;
  border-bottom: 1px solid #A8FFAC;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .mobile_menu .mobile_menu_header p{
  color: #1d1f1f;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

.header .mobile_menu .mobile_menu_header .close_burger {
  border: 1px solid #A8FFAC;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .mobile_menu .mobile_menu_header .close_burger svg{
  width: 10px;
  height: 10px;
}

.header .mobile_menu .mobile_menu_content .header_nav_mobile li{
  border-bottom: 1px solid #A8FFAC;
  color: #6cda70;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .36px;
  padding: 20px;
}

.header .mobile_menu .mobile_menu_content .header_nav_mobile li a {
  display: block;
  text-decoration: none;
  color: inherit;
}

.header .mobile_menu .mobile_menu_content .header_nav_mobile li span {
  font-weight: 400;
  color: #1d1f1f;
}

.header .mobile_menu .mobile_menu_content .header_nav_mobile .sub-menu{
  border-top: 1px solid #A8FFAC;
  margin-top: 20px;
}

.header .mobile_menu .mobile_menu_content .header_nav_mobile .sub-menu li{
  padding: 20px 0;
}

.header .mobile_menu .header_nav_mobile li.menu-item-has-children {
  padding-bottom: 0;
}

.hero_section{
  position: relative;
  overflow: hidden;
}

.hero_background_image{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.slider_label {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 10;
}

.slider_label .label_text {
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  opacity: .99;
  padding: 18px 30px 18px 16px;
  text-transform: uppercase;
  z-index: 10;
}

.slider_label span {
  color: #A8FFAC;
}

.slider_label svg {
  position: absolute;
  right: 0;
  top: 3px;
  height: 50px;
  width: auto;
  z-index: -1;
}

.slick-track{
  display: flex;
}

.slick-list {
  overflow: hidden;
}

.offer_slider{
  position: relative;
  z-index: 1;
}

.offer_slider .slider-item_content{
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0;
}

.slider-item_text, .slider-item_image_wrap{
  position: relative;
  width: 100%;
}

.slider-item_text {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 21px;
}

.slider-item_text h2 {
  border-bottom: 1px solid #A8FFAC;
  color: #1d1f1f;
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.slider-item_text .slider-item_price {
  gap: 15px;
}

.slider-item_price .price {
  color: #eb6a6a;
  font-size: 18px;
  font-weight: 600;
}

.slider-item_price .price span {
  color: #899a9a;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
  text-decoration: line-through;
}

.slider-item_details {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eb6a6a;
  color: #fff;
  box-shadow: 0 2px 8px 0 rgba(70,145,146,.25);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  gap: 8px;
  max-width: 161px;
  padding: 16px 15px;
  transition: .3s;
  width: 100%;
}

.slider-item_details:hover{
  box-shadow: 0 2px 8px 0 rgba(5, 5, 5, 0.6);
}

.slider-item_image_wrap:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 80px;
  width: 100%;
  background: linear-gradient(180deg, rgba(70,145,146,0) ,#A8FFAC);
  opacity: .6;
  z-index: 2;
}

.slider-item_image_wrap .slider-item_labels {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
}

.slider-item_image_wrap .slider-item_labels .label_discount {
  background-color: #A8FFAC;
  border-radius: 4px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  opacity: .9;
  padding: 10px 15px;
  text-transform: uppercase;
}

.slider-item_image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.slider-item_image img{
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  display: block;
  position: relative;
  max-width: 100%;
}

.slider-item_mobile_link{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.offer_slider .slide_move{
  position: absolute;
  font-size: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 3;
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.product_image_slide_move .nav__prev, .product_image_slide_move .nav__next, .single_product_image_slide_move .nav__prev, .single_product_image_slide_move .nav__next, .about-us_slide_move .nav__prev, .about-us_slide_move .nav__next, .single_product_why_chosen_slide_move .nav__prev, .single_product_why_chosen_slide_move .nav__next, .single_product_reviews_slide_move .nav__prev, .single_product_reviews_slide_move .nav__next{
    position: absolute;
    font-size: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3;
  }

.product_image_slide_move .nav__prev,.single_product_image_slide_move .nav__prev,.about-us_slide_move .nav__prev,.single_product_why_chosen_slide_move .nav__prev,.single_product_reviews_slide_move .nav__prev{
    left: 0;
  }

.product_image_slide_move .nav__next,.single_product_image_slide_move .nav__next,.about-us_slide_move .nav__next,.single_product_why_chosen_slide_move .nav__next,.single_product_reviews_slide_move .nav__next{
    right: 0;
  }

.product_image_slide_move .nav__next svg, .product_image_slide_move .nav__prev svg, .single_product_image_slide_move .nav__next svg, .single_product_image_slide_move .nav__prev svg, .about-us_slide_move .nav__next svg, .about-us_slide_move .nav__prev svg, .single_product_why_chosen_slide_move .nav__next svg, .single_product_why_chosen_slide_move .nav__prev svg, .single_product_reviews_slide_move .nav__next svg, .single_product_reviews_slide_move .nav__prev svg{
    width: 30px;
    height: 30px;
  }

.nav__prev:hover svg path:nth-of-type(1),
.nav__next:hover svg path:nth-of-type(1){
  opacity: 0.8;
  fill: #383d3d;
}

.slide_dots{
  position: absolute;
  left:50%;
  transform:translate(-50%, 0);
  bottom: 165px;
}

.slide_dots li{
  list-style: none;
  display: inline-block;
}

.slide_dots li button{
  font-size: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 5px;
  background: #9ca3af;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
}

.slide_dots li.slick-active button{
  background: #fff;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .hero_section{
    padding: 60px 0;
  }

  .slider_label {
    top: 60px;
    width: 100%;
  }

  .slider_label .label_text {
    margin: 0 auto;
    max-width: 1100px;
  }

  .slider_label svg {
    left: -40%;
  }

  .offer_slider{
    margin: 0 auto;
    max-width: 1100px;
  }

  .slide_dots{
    bottom: unset;
    left: 1rem;
    transform: unset;
  }

  .slide_dots li button{
    background: #9ca3af;
  }

  .slide_dots li.slick-active button{
    background: #A8FFAC;
  }

  .offer_slider .slider-item_content{
    flex-direction: row;
    padding: 0 1rem;
  }

  .slider-item_text{
    max-width: 310px;
    padding: 0;
  }

  .slider-item_image_wrap:before{
    display: none;
  }

  .slider-item_image_wrap{
    max-width: 438px;
  }

  .slider-item_image img{
    height: 438px;
  }
}

@media (min-width: 992px){
  .slider-item_image_wrap .slider-item_labels {
    bottom: unset;
    top: 12px;
  }
}

@media (min-width: 1200px){
  .slider-item_text .hero-item_price {
    gap: 40px;
  }
}

.categories_section {
  background-color: #A8FFAC;
  padding: 40px 0;
}

.categories_section h2 {
  margin-bottom: 24px;
  color: #1d1f1f;
  display: flex;
  align-items: center;
  font-size: 20px;
  gap: 15px;
}

.categories_list{
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 24px;
}

.category_item{
  display: none;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #fae6e6;
  border-radius: 10px;
  transition: .3s;
  color: #1d1f1f;
  font-size: 16px;
  letter-spacing: .36px;
}

.category_item:hover{
  box-shadow: 0 2px 8px 0 rgba(5, 5, 5, 0.6);
}

.categories_list .category_item img {
  display: flex;
  height: 97px;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.categories_list .category_item p{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 12px;
  text-align: center;
}

.categories_all_btn{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #5f6868;
  border: 1px solid #eb6a6a;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  gap: 10px;
  max-width: 330px;
  padding: 17px;
  margin: 0 auto;
}

.categories_all_btn svg {
    position: relative;
  }

.categories_all_btn svg {
    top: -1px;
  }

.categories_list .category_item.visible {
  display: flex;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .categories_list{
    gap: 15px;
    grid-template-columns: repeat(3, 1fr);
  }

  .categories_list .category_item img {
    height: 140px;
  }
}

@media (min-width: 992px){
  .categories_all_btn{
    display: none;
  }

  .category_item{
    display: flex;
  }
}

@media (min-width: 1200px){
  .categories_list{
    grid-template-columns: repeat(4, 1fr);
  }
}

.about-us_section {
  padding: 40px 0 0;
}

.about-us_content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  row-gap: 1rem;
}

@media (min-width: 768px) {
  .about-us_content {
    row-gap: 1.5rem;
  }
}

@media (min-width: 992px) {
  .about-us_content {
    row-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
}

.about-us_text h2 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  gap: 15px;
  color: #1d1f1f;
}

.about-us_text p{
  margin-bottom: 10px;
}

.about-us_text p:last-child{
  margin-bottom: 0;
}

.about-us_slider {
  position: relative;
  z-index: 1;
  width: calc(100% + 32px);
  left: -1rem;
}

@media (min-width: 992px) {
  .about-us_slider {
    left: 0px;
  }
}

.about-us_slider .slider_item {
  display: flex;
  width: 100%;
  height: 18rem;
}

.about-us_slider .slider_item img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-us_slider .about-us_slide_dots{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
}

.about-us_slider .about-us_slide_dots li{
  list-style: none;
  display: inline-block;
}

.about-us_slider .about-us_slide_dots li button{
  font-size: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 5px;
  background: #9ca3af;
}

.about-us_slider .about-us_slide_dots li.slick-active button{
  background: #fff;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
}

@media (min-width: 992px){
  .about-us_section {
    padding: 60px 0;
  }

  .about-us_content{
    flex-direction: row;
  }

  .about-us_text{
    //margin-top: 30px;
    max-width: 560px;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.36px;
    color: #1D1F1F;
  }

  .about-us_slider {
    width: 50%;
    max-width: 100%;
  }
}

@media (min-width: 1200px){
}

.delivery_section{
  background-color: #A8FFAC;
  padding: 36px 0;
}

.delivery_section .delivery_content{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.delivery_section .delivery_title{
  display: flex;
  justify-content: center;
  align-items: center;
}

.delivery_section h3 {
  color: #1d1f1f;
  margin-bottom: 24px;
  font-size: 18px;
}

.delivery_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.delivery_list .delivery-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  color: #1d1f1f;
  letter-spacing: .36px;
}

.delivery-item .delivery-item_icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  height: 50px;
  justify-content: center;
  width: 50px;
}

.delivery-item .delivery-item_icon img {
  display: flex;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.delivery-item .delivery-item_name{
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .delivery_section .delivery_content{
    flex-direction: row;
  }

  .delivery_section h3 {
    margin: 0;
  }
}

@media (min-width: 992px){
  .delivery_list {
    max-width: 835px;
    width: 100%;
  }

  .delivery_list .delivery-item {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0 50px;
  }

  .delivery_list .delivery-item:first-child {
    padding: 0 50px 0 0;
  }

  .delivery_list .delivery-item:last-child {
    padding: 0 0 0 50px;
  }
}

@media (min-width: 1200px){
}

footer {
  background-color: #6cda70;
  padding: 15px 0;
}

footer .footer_content_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.footer_logo{
  color: #fff;
}

.footer_menu .footer_nav{
  gap: 15px;
}

.footer_menu .footer_nav li {
  color: #1d1f1f;
  font-size: 16px;
  letter-spacing: .36px;
}

.footer_menu .footer_nav li:hover{
  text-decoration: underline;
}

footer .footer_copyright {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
}

@media (min-width: 992px){
  .footer_menu .footer_nav li a {
    color: #000;
    font-size: 14px;
    font-weight: 500;
  }
}

@media (min-width: 1025px){
  .footer_menu .footer_nav li a {
    font-size: 16px;
  }
}

@media (min-width: 1200px){
  .footer_menu .footer_nav{
    gap: 50px;
  }
}

.about-us_main_section {
  padding: 35px 0 0;
}

.about-us_main_content {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.about-us_main_text h2 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  gap: 15px;
  color: #1d1f1f;
}

.about-us_main_image_wrap {
  margin: 0 auto;
  max-width: 638px;
  width: 100%;
}

.about-us_main_image {
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.about-us_main_image img {
  display: flex;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
}

@media (min-width: 992px){
  .about-us_main_section {
    padding: 60px 0;
  }

  .about-us_main_content {
    flex-direction: row;
  }

  .about-us_main_content .about-us_main_text {
    margin-top: 30px;
    max-width: 618px;
    width: 100%;
  }

  .about-us_main_image_wrap {
    height: 320px;
    max-width: 100%;
    width: 638px;
  }
}

@media (min-width: 1200px){
}

.why-us_section {
  background: #f7f9f9;
  padding: 60px 0;
}

.why-us_title h2 {
  margin-bottom: 24px;
  color: #1d1f1f;
  align-items: center;
  display: flex;
  font-size: 20px;
  gap: 15px;
  justify-content: space-between;
}

.why-us_list {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
}

.why-us_item {
  background: #fff;
  border: 1px solid #fae6e6;
  border-radius: 2px;
  padding: 22px 19px;
  color: #1d1f1f;
  font-size: 16px;
  letter-spacing: .36px;
}

.why-us_item_title{
  align-items: center;
  color: #1d1f1f;
  display: flex;
  font-size: 16px;
  gap: 15px;
}

.why-us_item_title img{
  height: 55px;
  width: 47px;
}

.why-us_item_text {
  color: #5f6868;
  font-size: 16px;
  margin-top: 23px;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
}

@media (min-width: 992px){
  .why-us_title h2 {
    margin-bottom: 30px;
  }

  .why-us_list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px){
}

.catalog_main_section h1 {
  font-size: 20px;
  padding: 32px 0 14px;
}

.catalog_main_filter {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #A8FFAC;
  border-top: 1px solid #A8FFAC;
  margin-bottom: 14px;
}

.catalog_main_filter .catalog_main_all_category {
  border-right: 1px solid #A8FFAC;
  padding: 12px 5px 12px 0;
}

.category_main_show_all{
  display: none;
}

.catalog_main_filter .catalog_main_categories_list {
  align-items: center;
  display: flex;
  gap: 6px;
  overflow-x: scroll;
  padding: 12px 5px;
  width: 100%;
}

.catalog_main_filter .catalog_main_categories_list a,
.catalog_main_filter .catalog_main_all_category a {
  background-color: #A8FFAC;
  border-radius: 100px;
  cursor: pointer;
  padding: 10px 18px;
  white-space: nowrap;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}

.catalog_main_filter .catalog_main_categories_list a.show_more,
.catalog_main_filter .catalog_main_categories_list a.show_less {
  //border: 1px solid #A8FFAC;
  background: #FFFFFF;
  color: #000;
}

.catalog_main_filter{
  margin-top: 8px;
}

.catalog_main_filter .catalog_main_categories_list li.active a,
.catalog_main_filter .catalog_main_all_category a.active
{
  //display: block;
  //color: #FFFFFF;
  background-color: #33bd36;
}

.catalog_main_list{
  display: grid;
  gap: 5px;
  //grid-template-columns: repeat(1, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.show_more, .show_less{
  border: 1px solid #A8FFAC;
  background: #FFFFFF;
  color: #000;
  border-radius: 100px;
  cursor: pointer;
  padding: 10px 18px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.catalog_main_product {
  background: #fff;
  border: 1px solid #f7f9f9;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  height: auto;
  width: 100%;
}

.catalog_main_product:hover .product_name{
      text-decoration: underline;
      color: #eb6a6a !important;
    }

.product_image_wrap {
  //height: 160px;
  position: relative;
  width: 100%;
}

.catalog_product_slider_item {
  display: flex;
  position: relative;
  width: 100%;
  z-index: 1;
  height: 160px;
}

.catalog_product_slider_item img {
  display: flex;
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product_image_wrap .product_image_slide_move {
  display: none;
}

.catalog_product_link{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}

.product_image_wrap .product_image_slide_dots{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
  z-index: 1;
}

.product_image_wrap .product_image_slide_dots li{
  list-style: none;
  display: inline-block;
}

.product_image_wrap .product_image_slide_dots li button{
  font-size: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 5px;
  background: #9ca3af;
}

.product_image_wrap .product_image_slide_dots li.slick-active button{
  background: #fff;
}

.product_name {
  color: #1d1f1f;
  font-size: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 14px 10px 0;
}

.product_rating_reviews {
  align-items: center;
  border-bottom: 1px solid #A8FFAC;
  border-top: 1px solid #A8FFAC;
  display: flex;
  gap: 5px;
  margin: auto 10px 0;
  padding: 10px 0;
}

.product_rating_reviews .product_rating {
  align-items: center;
  display: flex;
  gap: 2px;
}

.product_rating_reviews .product_reviews {
  position: relative;
  top: 2px;
  color: #6cda70;
  font-size: 10px;
  font-weight: 500;
}

.product_price_details {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
}

.product_price_details .product_price del bdi{
  color: #899a9a;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
  text-decoration: line-through;
}

.product_price_details .product_price ins bdi{
  color: #eb6a6a;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.product_price_details .product_price {
  color: #eb6a6a;
  font-size: 18px;
  font-weight: 600;
}

.product_price_details .product_price span {
  color: #899a9a;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 3px;
  text-decoration: line-through;
}

.product_price_details .product_details {
  align-items: center;
  background: #eb6a6a;
  border-radius: 8px;
  box-shadow: 0 2px 8px 0 rgba(70,145,146,.25);
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  justify-content: center;
  padding: 16px 15px;
  transition: .3s;
}

.product_price_details .product_details:hover{
  box-shadow: 0 2px 8px 0 rgba(5, 5, 5, 0.6);
}

.pagination {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pagination .page-numbers.current {
  border: 1px solid #6cda70;
  background: #6cda70;
  color: #FFFFFF;
}

.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 11px 5px;
  border-radius: 4px;
  border: 1px solid #A8FFAC;
  background: #FFFFFF;
  color: #3D4040;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

@media (min-width: 400px){
  .catalog_main_list {
    gap: 10px;
    //grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .catalog_main_list {
    //grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px){
  .catalog_main_filter{
    margin-top: 0;
    border-top: none;
  }

  .catalog_main_filter .catalog_main_all_category{
    display: none;
  }

  .category_main_show_all{
    display: block;
  }

  .catalog_main_list {
    //grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .catalog_main_filter .catalog_main_categories_list{
    flex-wrap: wrap;
    overflow-x: unset;
    gap: 12px 6px;
    //padding: 0;
  }

  .product_rating_reviews .product_reviews {
    font-size: 14px;
  }

  .product_image_wrap .product_image_slide_move{
    display: block;
  }
}

@media (min-width: 1200px){
  .product_image_wrap {
    height: auto;
  }

  .product_price_details {
    flex-direction: row;
    justify-content: space-between;
  }
}

.bread_crumbs {
  padding: 8px 0;
  margin-bottom: 21px;
  background-color: #6cda70;
}

.bread_crumbs .container {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow-x: scroll;
}

.bread_crumbs .container a {
  white-space: nowrap;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
}

.bread_crumbs .container > svg {
  min-width: 7px;
}

.bread_crumbs .container span {
  white-space: nowrap;
  color: #5F6868;
  font-size: 14px;
  font-weight: 500;
}

.right_sidebar_delivery{
  background-color: #fae6e6;
  padding: 30px 1rem;
}

.right_sidebar_delivery ul {
  display: flex;
  justify-content: space-around;
  gap: 17px;
}

.right_sidebar_delivery_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: #1D1F1F;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.right_sidebar_delivery_item_icon {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #FFFFFF;
}

.right_sidebar_delivery_item_icon img {
  display: flex;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timer_sale {
  display: none;
}

.single_product_content{
  max-width: 1200px;
  margin: 0 auto;
}

.single_product_text {
  position: relative;
  padding: 0 73px 20px 1rem;
}

.single_product_name {
  margin-bottom: 16px;
  color: #1D1F1F;
  font-size: 20px;
  font-weight: 600;
}

.single_product_rating_reviews {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.single_product_rating_reviews .rating{
  align-items: center;
  display: flex;
  gap: 2px;
}

.rating_reviews {
  color: #6cda70;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
}

.single_product_additional_info {
  display: flex;
  align-items: center;
  gap: 20px;
}

.single_product_additional_info .availability.available {
  color: #5F6868;
}

.single_product_additional_info .availability.unavailable {
  color: #A8FFAC;
}

.single_product_additional_info .availability.available:before{
  content: url('../resources/images/cart_popup.svg');
  display: block;
}

.single_product_additional_info .availability {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.single_product_additional_info .sold {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #899A9A;
  font-size: 14px;
  font-weight: 500;
}

.single_product_additional_info .from {
  position: absolute;
  top: 0;
  right: 15px;
  color: #899A9A;
  font-size: 14px;
  font-weight: 500;
}

.single_product_additional_info .from .icon_flag{
  border: 1px solid #F7F9F9;
}

.single_product_additional_info .from .icon_flag img {
  width: 36px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  display: flex;
  max-width: 100%;
}

.single_product_price{
  display: none;
}

.single_product_price .kit {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  margin-right: 9px;
  color: #899A9A;
  font-size: 12px;
  font-weight: 500;
}

.single_product_price .kit span {
  color: #1D1F1F;
  font-size: 12px;
  font-weight: 600;
}

.single_product_price .color{
  color: #eb6a6a !important;
}

.add-cart_mobile {
  position: sticky;
  bottom: 0;
  z-index: 100;
  background: #FFFFFF;
}

.add-cart_mobile .single_product_price_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-top: 1px solid #fae6e6;
}

.add-cart_mobile .add-cart_mobile_timer_sale {
  background: #EB6A6A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 8px 15px;
}

.add-cart_mobile .kit{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  margin-right: 9px;
  color: #899A9A;
  font-size: 12px;
  font-weight: 500;
}

.add-cart_mobile .kit span {
  color: #1D1F1F;
  font-size: 16px;
  font-weight: 600;
}

.add-cart_mobile .kit .color {
  color: #eb6a6a !important;
  font-size: 16px;
  font-weight: 600;
}

.add-cart_mobile .kit span:not(:first-child) {
  font-size: 12px;
  color: #469192;
}

.add-cart_mobile .single_product_price_mobile .price {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 9px;
  border-left: 1px solid #fae6e6;
  color: #eb6a6a;
  font-size: 18px;
  font-weight: 600;
}

.add-cart_mobile .single_product_price_mobile .price span {
  color: #899A9A;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.add-cart_mobile .single_product_price_mobile .add-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px;
  //max-width: 140px;
  margin-left: auto;
  border-radius: 10px;
  background: #A8FFAC;
  box-shadow: 0px 2px 8px 0px rgba(70, 145, 146, 0.25);
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.add-cart_mobile .add-cart_mobile_timer_sale {
  background: #EB6A6A;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}

.add-cart_mobile .add-cart_mobile_timer_sale p {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
}

.add-cart_mobile .add-cart_mobile_timer_sale .timer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.add-cart_mobile .add-cart_mobile_timer_sale .timer span {
  padding: 3px 0;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
}

.add-cart_mobile .add-cart_mobile_timer_sale .timer .hours {
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.single_product_slider_thumbnails{
  padding: 0 1rem;
  margin-bottom: 36px;
}

.single_product_slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
}

.single_product_slider_item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}

.single_product_slider_item img{
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  max-width: 100%;
}

.single_product_slider_label {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 5;
}

.single_product_slider_label span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 26px;
  padding: 5px;
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px 2px 2px 0px;
  opacity: 0.9;
}

.single_product_slider_label span.discount{
  background-color: #EB6A6A;
}

.single_product_slider_label span + span {
  margin-top: 4px;
}

.single_product_slider_watch_now{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px 8px 15px;
  border-radius: 0px 18px 0px 0px;
  background: rgba(95, 104, 104, 0.4);
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
}

.single_product_image_slide_dots{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
}

.single_product_image_slide_dots li{
  list-style: none;
  display: inline-block;
}

.single_product_image_slide_dots li button{
  font-size: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 5px;
  background: #9ca3af;
}

.single_product_image_slide_dots li.slick-active button{
  background: #fff;
}

.single_product_image_slide .slick-arrow{
  position: absolute;
  font-size: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.single_product_image_slide .slick-arrow.slick-prev{
  background: url("../resources/images/slide-prev.svg") 0 0 / 100% no-repeat;
  left: 0;
}

.single_product_image_slide .slick-arrow.slick-next{
  background: url("../resources/images/slide-next.svg") 0 0 / 100% no-repeat;
  right: 0;
}

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

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

.single_product_slider_item_nav {
  position: relative;
  //height: 100px;
  //width: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}

.single_product_slider_item_nav img{
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 2px;
  cursor: pointer;
}

.single_product_slider_item_nav.slick-current img{
  padding: 7px;
  border: 2px solid rgba(0, 0, 0, 0.5);
}

.single_product_variations {
  padding: 0 1rem;
  margin-bottom: 44px;
}

.wrap__variations > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.wrap__variations .variation{
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #eb6a6a;
    background: #FFFFFF;
  }

//overflow: hidden;

.wrap__variations .variation label{
      padding: 14px 15px 14px 10px;
    }

.wrap__variations .variation input{
      display: none;
    }

.wrap__variations .variation input:checked{
        //&~label{
        //  background: #fae6e6;
      }

//}

.wrap__variations .variation input:checked~.variation_wrap {
          background-color: #fae6e6;
        }

.wrap__variations {
  height: 360px;
  overflow-y: scroll;
  padding-bottom: 40px;
}

.variation {
  display: block;
  position: relative;
  cursor: pointer;
}

.wrap__variations .variation label{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.wrap__variations .variation_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 15px 14px 10px;
  border-radius: 10px;
  border: 1px solid #C1E2E3;
  background: #FFFFFF;
}

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

.variation_wrap_kit .radio {
  display: flex;
  gap: 10px;
}

.variation_wrap_kit .radio .radio-icn {
  position: relative;
  min-width: 20px;
  height: 20px;
  border: 1px solid #B6C5C5;
  border-radius: 50%;
  background-color: #FFFFFF;
}

input[type="radio"]:checked ~ .variation_wrap .variation_wrap_kit .radio .radio-icn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #A8FFAC;
}

.variation_wrap_kit .radio p {
  max-width: 86px;
  color: #3D4040;
  font-size: 16px;
  font-weight: 600;
}

//.variation_wrap_kit .size {

//  display: flex;

//  flex-direction: column;

//  gap: 3px;

//  margin-top: 10px;

//  padding-left: 30px;

//  color: #899A9A;

//  font-size: 12px;

//  font-weight: 400;

//}

//

//.variation_wrap_kit .size span {

//  color: #A8FFAC;

//  font-size: 12px;

//  font-weight: 600;

//}

.variation_wrap_info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.variation_wrap_info .price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: -moz-fit-content;
  width: fit-content;
  color: #EB6A6A;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #C1E2E3;
}

.variation_wrap_info .price span{
  color: #899A9A;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.variation_wrap_info .price-one {
  color: #A8FFAC;
  text-align: right;
  font-size: 12px;
  font-weight: 600;
}

.wrap__variations .variation_benefit {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  padding: 4px 6px;
  background-color: #A8FFAC;
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  z-index: 2;
}

.single_product_content .single_product_text .single_product_price form button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px;
  width: 100%;
  min-width: 200px;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 10px;
  background: #eb6a6a;
  box-shadow: 0px 2px 8px 0px rgba(70, 145, 146, 0.25);
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
  margin-left: 18px;
}

.single_product_content .single_product_text .single_product_price form button:before,
.single_product_price_mobile form button:before{
  content: url("../resources/images/single_product_cart.svg");
}

.single_product_content .single_product_text .single_product_price form .variations_button button:before{
  content: none;
}

.single_product_content .single_product_text .single_product_price form .variations_button button{
  font-size: 0;
}

.single_product_content .single_product_text .single_product_price form .variations_button button:after{
  content: 'Додати в кошик';
  font-size: 15px;
  font-weight: 600;
}

.stock.out-of-stock{
  font-size: 0;
  //font-size: 16px;
  color: #A8FFAC;
  font-weight: 600;
}

.stock.out-of-stock:after{
  content: 'Цей товар відсутній в наявності і зараз недоступний.';
  font-size: 16px;
}

.add-cart_mobile .single_product_price_mobile{
  justify-content: unset;
}

.single_product_price_mobile form button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px;
  max-width: 200px;
  border-radius: 10px;
  background: #eb6a6a;
  box-shadow: 0px 2px 8px 0px rgba(70, 145, 146, 0.25);
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
  margin-left: 0;
}

.single_product_price_mobile form .variations_button button{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 10px;
  background: #A8FFAC;
  box-shadow: 0px 2px 8px 0px rgba(70, 145, 146, 0.25);
  color: #FFFFFF;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
  margin-left: 0;
  padding: 15px;
  max-width: 160px !important;
  min-width: unset !important;
}

.single_product_price_mobile form .variations_button button:before{
  content: none;
}

.add-cart_mobile .single_product_price_mobile > div:last-child{
  margin-left: auto;
}

.single_product_price_mobile > div:last-child{
  margin-left: auto;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .bread_crumbs .container {
    overflow-x: unset;
  }

  .single_product_wrap {
    display: grid;
    //grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .single_product_text {
    padding: 0 1rem;
    grid-column: 2/3;
  }

  .single_product_slider_thumbnails{
    grid-column: 1/2;
    grid-row: 1/3;
  }

  .single_product_additional_info .from {
    position: relative;
    right: unset;
  }

  .single_product_variations {
    padding: 0 1rem;
    grid-column: 2/3;
    position: relative;
  }
}

@media (min-width: 992px){
  .timer_sale {
    display: block;
    margin-bottom: 40px;
    background: #EB6A6A;
  }

  .timer_sale .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 73px;
    padding: 10px 1rem;
  }

  .timer_sale .container p {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
  }

  .timer_sale .container .timer {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .timer_sale .container .timer span {
    padding: 3px 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
  }

  .timer_sale .container .timer .hours {
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
  }

  .timer_sale .container .timer span {
    padding: 3px 0;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
  }

  .single_product_additional_info .from {
    display: flex;
    align-items: center;
    gap: 7px;
  }

  .single_product_price {
    display: flex;
    align-items: center;
    //justify-content: space-between;
    padding: 14px 0;
    margin: 14px 0;
    border-top: 1px solid #fae6e6;
    border-bottom: 1px solid #fae6e6;
  }

  .single_product_price .price {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 9px;
    border-left: 1px solid #fae6e6;
    color: #EB6A6A;
    font-size: 18px;
    font-weight: 600;
  }

  .single_product_price .kit span{
    font-size: 16px;
  }

  .single_product_price .kit span:not(:first-child) {
    font-size: 12px;
    color: #469192;
  }

  .add-cart_mobile{
    display: none;
  }

  .variation_wrap_kit .radio p {
    max-width: 100%;
  }

  .variation_wrap_kit .color {
    flex-direction: row;
  }

  .variation_wrap_kit .size {
    flex-direction: row;
  }
}

@media (min-width: 1200px){
  .bread_crumbs {
    margin-bottom: 40px;
  }

  .single_product_content {
    display: grid;
    grid-template-columns: 1fr 300px;
  }

  .right_sidebar_delivery {
    background: #FFFFFF;
    padding: 0;
    margin-bottom: 80px;
    border-left: 1px solid #fae6e6;
  }

  .right_sidebar_delivery ul {
    flex-direction: column;
    align-items: center;
    gap: 58px;
  }

  .right_sidebar_delivery_item_icon {
    background-color: #A8FFAC;
  }

  .single_product_text, .single_product_variations {
    padding: 0 33px;
  }
}

.section_padding{
  padding: 30px 0;
}

@media (min-width: 768px){
  .section_padding{
    padding: 60px 0;
  }
}

.single_product_description .single_product_description_content {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  background: #fff;
  justify-content: space-between;
}

.single_product_description .single_product_description_content .single_product_description_text {
  padding: 25px 0;
}

.single_product_description .single_product_description_content .single_product_description_text h3 {
  font-weight: 700;
  color: #5F6868;
  font-size: 16px;
  text-align: center;
}

.single_product_description .single_product_description_content .single_product_description_text p {
  margin-top: 15px;
  color: #5F6868;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.single_product_description .single_product_description_content .single_product_description_image {
  width: 100%;
}

.single_product_description .single_product_description_content .single_product_description_image img {
  height: 400px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: flex;
  max-width: 100%;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .single_product_description .single_product_description_content {
    flex-direction: row;
    min-height: 360px;
  }

  .single_product_description .single_product_description_content .single_product_description_text {
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
  }

  .single_product_description .single_product_description_content .single_product_description_image {
    max-width: 640px;
  }

  .single_product_description .single_product_description_content .single_product_description_image img {
    margin-left: auto;
    margin-right: 0;
  }
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
  .single_product_description {
    background: #F7F9F9;
  }

  .single_product_description .single_product_description_content .single_product_description_text {
    max-width: 655px;
    background: #FFFFFF;
    padding: 40px;
  }
}

.single_product_reviews_slider_item img{
  width: 100%;
}

.single_product_advantages{
  background-color: #A8FFAC;
}

.single_product_advantages h2 {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 20px;
  color: #1D1F1F;
}

.single_product_advantages .single_product_advantages_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.single_product_advantages_list .single_product_advantage {
  display: flex;
  gap: 21px;
  padding: 21px 19px 23px;
  border-radius: 2px;
  background-color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.36px;
  color: #1D1F1F;
}

.single_product_advantages_list .single_product_advantage img {
  width: 47px;
  height: 54px;
  display: flex;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single_product_advantages_list .single_product_advantage p {
  color: #5F6868;
}

.single_product_advantages_list .single_product_advantage p span {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  color: #1D1F1F;
  font-weight: 600;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .single_product_advantages .single_product_advantages_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
  .single_product_advantages .single_product_advantages_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.single_product_why_chosen_text h2 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  font-size: 20px;
  color: #1D1F1F;
}

.single_product_why_chosen_text p {
  color: #5F6868;
  font-size: 16px;
  margin-bottom: 17px;
}

.single_product_why_chosen .single_product_why_chosen_slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.single_product_why_chosen_slider .single_product_why_chosen_slider_items {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  display: flex;
}

.single_product_why_chosen_slider .single_product_why_chosen_slider_items img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single_product_why_chosen_slider .single_product_why_chosen_slide_move .slick-arrow{
  position: absolute;
  font-size: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.single_product_why_chosen_slider .single_product_why_chosen_slide_move .slick-arrow.slick-prev{
  background: url("../resources/images/slide-prev.svg") 0 0 / 100% no-repeat;
  left: 0;
}

.single_product_why_chosen_slider .single_product_why_chosen_slide_move .slick-arrow.slick-next{
  background: url("../resources/images/slide-next.svg") 0 0 / 100% no-repeat;
  right: 0;
}

.single_product_why_chosen_slider .single_product_why_chosen_slide_dots{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
  z-index: 3;
}

.single_product_why_chosen_slider .single_product_why_chosen_slide_dots li{
  list-style: none;
  display: inline-block;
}

.single_product_why_chosen_slider .single_product_why_chosen_slide_dots li button{
  font-size: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 5px;
  background: #9ca3af;
}

.single_product_why_chosen_slider .single_product_why_chosen_slide_dots li.slick-active button{
  background: #fff;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .single_product_why_chosen_text p {
    margin-bottom: 26px;
  }

  .single_product_why_chosen .single_product_why_chosen_slider {
    border-bottom: 1px solid #fae6e6;
  }

  .single_product_why_chosen_slider .single_product_why_chosen_slide_dots li.slick-active button{
    background: #A8FFAC;
  }

  .single_product_why_chosen_slider .single_product_why_chosen_slide_dots{
    bottom: -30px;
  }
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}

.single_product_reviews {
  background-color: #A8FFAC;
}

.single_product_reviews h2 {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #1D1F1F;
}

.single_product_reviews_slider {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  z-index: 1;
  display: block;
}

.single_product_reviews_slider_items {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.single_product_reviews_slider .single_product_reviews_slide_move .slick-arrow{
  position: absolute;
  font-size: 0;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.single_product_reviews_slider .single_product_reviews_slide_move .slick-arrow.slick-prev{
  background: url("../resources/images/slide-prev.svg") 0 0 / 100% no-repeat;
  left: 0;
}

.single_product_reviews_slider .single_product_reviews_slide_move .slick-arrow.slick-next{
  background: url("../resources/images/slide-next.svg") 0 0 / 100% no-repeat;
  right: 0;
}

.single_product_reviews_slider .single_product_reviews_slide_dots{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  z-index: 1;
}

.single_product_reviews_slider .single_product_reviews_slide_dots li{
  list-style: none;
  display: inline-block;
}

.single_product_reviews_slider .single_product_reviews_slide_dots li button{
  font-size: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 5px;
  background: #9ca3af;
}

.single_product_reviews_slider .single_product_reviews_slide_dots li.slick-active button{
  background: #A8FFAC;
}

.review {
  display: flex;
  flex-direction: column;
  height: auto;
  border-radius: 2px;
  background: #FFF;
  width: 245px;
  position: relative;
}

.review .review_image {
  border-radius: 2px 2px 0px 0px;
  width: 100%;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: flex;
  max-width: 100%;
}

.review .review_rating {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 21px;
  margin-bottom: 12px;
  padding: 0 15px;
}

.review .review_description {
  padding: 0 15px;
  margin-bottom: 20px;
  color: #5F6868;
  font-size: 16px;
}

.review .review_author {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  margin-top: auto;
  margin-bottom: 20px;
  color: #3D4040;
  font-size: 15px;
  font-weight: 500;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .single_product_reviews_slider .single_product_reviews_slide_dots{
    bottom: -30px;
  }
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}

.single_product_video_text p {
  color: #5F6868;
  font-size: 16px;
  margin-bottom: 17px;
}

.single_product_video_video {
  max-width: 856px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}

.single_product_video_video iframe{
  width: 100%;
  height: 100%;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .single_product_video_text p {
    margin-bottom: 26px;
  }
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}

//.you_may_interested_title{

//  display: flex;

//  align-items: center;

//  justify-content: space-between;

//  gap: 15px;

//}

.you_may_interested h2 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  color: #1D1F1F;
}

.you_may_interested_slider{
  position: relative;
}

.you_may_interested_slide_move{
  display: flex;
  justify-content: space-between;
}

.you_may_interested_slide_move .slick-arrow{
    position: static !important;
  }

.you_may_interested_slide_move {
  cursor: pointer;
}

.you_may_interested_slide_move .nav__prev:hover svg path:nth-of-type(1),
.you_may_interested_slide_move .nav__next:hover svg path:nth-of-type(1){
  opacity: unset;
  fill: #A8FFAC;
}

.you_may_interested_slide_move svg{
  position: relative;
  //top: 16px;
}

.you_may_interested_slider .you_may_interested_slide_move .slick-arrow{
  width: 40px;
  height: 25px;
}

.you_may_interested_slider .you_may_interested_slide_move .slick-arrow.slick-prev{
  background: url("../resources/images/you-may-interested-prev-btn.svg") 0 0 / 100% no-repeat;
  left: 0;
}

.you_may_interested_slider .you_may_interested_slide_move .slick-arrow.slick-next{
  background: url("../resources/images/you-may-interested-next-btn.svg") 0 0 / 100% no-repeat;
  right: 0;
}

.you_may_interested_slider .you_may_interested_slide_dots{
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  z-index: 2;
}

.you_may_interested_slider .you_may_interested_slide_dots li{
  list-style: none;
  display: inline-block;
}

.you_may_interested_slider .you_may_interested_slide_dots li button{
  font-size: 0;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  margin-right: 5px;
  background: #9ca3af;
}

.you_may_interested_slider .you_may_interested_slide_dots li.slick-active button{
  background: #A8FFAC;
}

.single_product_why_chosen_slider_items .slick-slide, .single_product_reviews_slider_items .slick-slide,
.you_may_interested_slider_items .slick-slide {
  margin: 0 8px !important;
}

.single_product_why_chosen_slider_items .slick-list, .single_product_reviews_slider_items .slick-list,
.you_may_interested_slider_items .slick-list{
  margin: 0 -8px !important;
}

.variation_wrap_kit .label{
    display: flex;
    flex-direction: column;
    color: #899A9A;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 124%;
    margin-right: 3px;
  }

.variation_wrap_kit .color{
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 124%;
    color: #eb6a6a;
  }

.variation_wrap_kit .wrap__attribute{
    padding-left: 30px;
    display: flex;
  }

.error_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.error_content .error_image{
  margin-bottom: 28px;
}

.error_content h3 {
  margin-bottom: 14px;
  text-align: center;
  color: #1D1F1F;
  font-size: 18px;
}

.error_content p {
  margin-bottom: 24px;
  color: #5F6868;
  text-align: center;
  font-size: 16px;
}

.error_content a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 240px;
  padding: 16px 15px;
  border-radius: 8px;
  background: #6cda70;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .error_content {
    padding: 60px 0;
  }
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
}

.cart_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.cart_popup_container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.cart_popup_close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.cart_popup_container .cart_popup_content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
}

.cart_popup_title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 0;
}

.cart_popup_title:before {
  content: url('../resources/images/cart_popup.svg');
  margin-right: 2px;
}

.cart_popup_title h3 {
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #1D1F1F;
  font-size: 18px;
}

.cart_popup_products {
  position: relative;
  overflow-y: auto;
  padding: 0 15px 23px 15px;
  height: 255px;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item {
  display: flex;
  gap: 10px;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid #fae6e6;
  background: #FFFFFF;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_image {
  min-width: 56px;
  width: 56px;
  height: 56px;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: flex;
  max-width: 100%;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_name a {
  padding-right: 25px;
  color: #1D1F1F;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_name .kit {
  color: #A8FFAC;
  font-size: 12px;
  font-weight: 600;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_name .parameter {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #899A9A;
  font-size: 12px;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_name .parameter span{
  color: #3D4040;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_info .delete_item {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 20px;
  cursor: pointer;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_info .price {
  display: flex;
  flex-direction: column;
  color: red;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_info .price span {
  color: #899A9A;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_info .quantity_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #899A9A;
  font-size: 12px;
  font-weight: 500;
}

.cart_popup_products_item_info .quantity_wrap .quantity {
  display: flex;
  align-items: stretch;
  border-radius: 2px;
  border: 1px solid #CFDADA;
  background: #FFFFFF;
  padding: 0 9px;
}

.cart_popup_products_item_info .quantity_wrap .quantity_increase,
.cart_popup_products_item_info .quantity_wrap .quantity_reduce {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cart_popup_products_item_info .quantity_wrap .quantity input {
  width: 100%;
  //padding: 6px 0;
  max-width: 36px;
  text-align: center;
  color: #1D1F1F;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.cart_popup_order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 23px 15px 29px;
  gap: 14px;
}

.cart_popup_order .order_confirm, .cart_popup_order .order_continue{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
}

.cart_popup_order .order_confirm {
  background: #A8FFAC;
  box-shadow: 0 2px 8px 0 rgba(70, 145, 146, 0.25);
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.cart_popup_order .order_continue {
  border: 1px solid #A8FFAC;
  background: #FFFFFF;
  color: #A8FFAC;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 576px){
  .cart_popup_order {
  }
}

@media (min-width: 768px){
  .cart_popup_products_items {
    padding: 40px 0;
  }
}

@media (min-width: 992px){
  .cart_popup_content {
    border-radius: 10px;
  }

  .cart_popup_title {
    padding: 30px 0 24px 0;
  }

  .cart_popup_products{
    padding: 0 39px 35px 39px;
  }

  .cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_image {
    min-width: 66px;
    width: 66px;
    height: 66px;
  }

  .cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }

  .cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_name {
    justify-content: flex-start;
  }

  .cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_name a {
    padding-right: 0;
    max-width: 300px;
  }

  .cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_info {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .cart_popup_products_items .cart_popup_products_items_list .cart_popup_products_item .cart_popup_products_item_text .cart_popup_products_item_info .delete_item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }

  .cart_popup_order {
    padding: 25px 39px 35px;
    flex-direction: row;
  }
}

@media (min-width: 1200px){
}

.cart_products_items {
  //padding: 26px 15px 30px;
}

.cart_products_items h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #1D1F1F;
  font-size: 18px;
}

.cart_products_items .cart_products_items_list .cart_product_item {
  display: flex;
  gap: 10px;
  padding: 12px;
  border-radius: 2px;
  border: 1px solid #fae6e6;
  background: #FFFFFF;
}

.cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_image {
  min-width: 56px;
  width: 56px;
  height: 56px;
}

.cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_name {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_name a {
  padding-right: 25px;
  color: #1D1F1F;
  font-size: 14px;
  font-weight: 500;
}

.cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_name .kit {
  color: #A8FFAC;
  font-size: 12px;
  font-weight: 600;
}

.cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_info .delete_item {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 20px;
  cursor: pointer;
}

.cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_info .price {
  display: flex;
  flex-direction: column;
  color: red;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_info .price span {
  color: #899A9A;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_info .quantity_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: #899A9A;
  font-size: 12px;
  font-weight: 500;
}

.cart_content .quantity {
  display: flex;
  align-items: stretch;
  border-radius: 2px;
  border: 1px solid #CFDADA;
  background: #FFFFFF;
  padding: 0 9px;
}

.cart_content .quantity .quantity_increase, .cart_content .quantity .quantity_reduce{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.cart_content .quantity input {
  width: 100%;
  padding: 6px 0;
  max-width: 36px;
  text-align: center;
  color: #1D1F1F;
  font-size: 16px;
  font-weight: 500;
}

.cart_content .cart_order {
  padding: 26px 15px 30px;
  background: #F7F9F9;
}

.cart_order .cart_order_price_discount {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.cart_order ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.cart_order ul li span {
  color: #899A9A;
  font-size: 14px;
  font-weight: 500;
}

.cart_order ul li p {
  color: #5F6868;
  text-align: right;
  font-size: 16px;
}

.cart_order ul li + li {
  margin-top: 10px;
}

.cart_order ul li.cart_order_discount p {
  color: #EB6A6A;
  font-size: 18px;
  font-weight: 600;
}

.cart_order .cart_order_form {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cart_order .cart_order_form input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #CFDADA;
  background: #FFFFFF;
  padding: 16px 15px;
  color: #899A9A;
  font-size: 14px;
  font-weight: 400;
}

.cart_order .cart_order_form .form_input_wrap {
  position: relative;
}

.cart_order .cart_order_form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px;
  border-radius: 10px;
  background: #A8FFAC;
  box-shadow: 0px 2px 8px 0px rgba(70, 145, 146, 0.25);
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .cart_content .cart_products {
    border-right: 1px solid #fae6e6;
    padding-right: 20px;
  }

  .cart_products_items {
    padding: 40px 0;
  }

  .cart_content .cart_order {
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 20px;
    padding: 28px 24px;
  }
}

@media (min-width: 992px){
  .cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_image {
    min-width: 66px;
    width: 66px;
    height: 66px;
  }

  .cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }

  .cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_name {
    justify-content: flex-start;
  }

  .cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_name a {
    padding-right: 0;
    max-width: 300px;
  }

  .cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_info {
    gap: 14px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .cart_products_items .cart_products_items_list .cart_product_item .cart_product_item_text .cart_product_item_info .delete_item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.thank_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.thank_content svg {
  margin-bottom: 25px;
}

.thank_content h3 {
  margin-bottom: 14px;
  text-align: center;
  max-width: 205px;
  color: #1D1F1F;
  font-size: 18px;
}

.thank_content p {
  color: #899A9A;
  text-align: center;
  font-size: 18px;
  margin-bottom: 4px;
}

.thank_content p:last-of-type{
    margin-bottom: 0 !important;
  }

@media (min-width: 576px){
}

@media (min-width: 768px){
  .thank_content h3 {
    max-width: 350px;
  }
}

@media (min-width: 992px){
}

@media (min-width: 1200px){
  .catalog_product_slider_item{
    height: 309px;
  }
}

@media (min-width: 992px) {
    .template_about_us .about-us_content {
      flex-direction: row-reverse !important;
    }
  }

.excerpt-2{
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box!important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.checkout_special_offer .special_price{
    display: flex;
    align-items: center;
    color: #1D1F1F;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    flex-direction: row;
    gap: 7px;
  }

.checkout_special_offer .discount{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 18px;
    background: #EB6A6A;
    border-radius: 4px;
    opacity: 0.98;
    color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 124%;
    text-transform: uppercase;
  }

html {
  scroll-behavior: smooth;
}

.variation_wrap_info .price {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #EB6A6A;
  font-size: 18px;
  font-weight: 600;
}

.variation_wrap_info .price .sale {
  color: #899A9A;
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.single_product_price_count {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 9px;
  border-left: 1px solid #fae6e6;
  color: #EB6A6A;
  font-size: 18px;
  font-weight: 600;
}

.variation_wrap_info .old__price{
    color: #899A9A;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 124%;
    text-decoration: line-through;
  }

.single_product_price .kit{
  border-right: 1px solid #E4F2F2;
  padding-right: 9px;
}

#billing_country_field{
  display:none;
}

.product-total bdi{
  display: flex;
  gap: 2px;
  color: red;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
}

.product-total bdi span, .cart_order_discount bdi span, .cart_order_price bdi span{
  display: none;
}

.product-total bdi:after{
  content: 'грн.';
  display: block;
  margin-left: 3px;
}

.product-total .price {
  display: flex;
  flex-direction: column;
  color: red;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.product-total .price span {
  color: #899A9A;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

.product-total .quantity_wrap {
  display: flex;
  align-items: center;
  color: #899A9A;
  font-size: 12px;
  font-weight: 500;
  height: 35px;
}

.product-name .quantity {
  display: flex;
  align-items: stretch;
  border-radius: 2px;
  border: 1px solid #CFDADA;
  background: #FFFFFF;
  padding: 0 9px;
}

ul li.cart_order_price, ul li.cart_order_discount{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #899A9A;
  font-size: 14px;
  font-weight: 500;
}

ul li.cart_order_discount span{
  color: #EB6A6A;
  font-size: 18px;
  font-weight: 600;
}

ul li.cart_order_price span{
  color: #5F6868;
  text-align: right;
  font-size: 16px;
}

.woocommerce-checkout-payment ul{
  display: none;
}

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

.woocommerce-checkout #payment div.form-row{
  padding: 0;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px;
  border-radius: 10px;
  background: #A8FFAC;
  box-shadow: 0px 2px 8px 0px rgba(70, 145, 146, 0.25);
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  -webkit-font-smoothing: antialiased;
}

.woocommerce-checkout-payment .place-order button{
  width: 100%;
  height: 100%;
}

.cart_order h3 {
  padding-bottom: 20px;
  //margin-bottom: 20px;
  border-bottom: 1px solid #CFDADA;
  color: #1D1F1F;
  font-size: 18px;
}

.woocommerce-billing-fields__field-wrapper{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.woocommerce-billing-fields__field-wrapper .validate-phone label{
  display: none;
}

#billing_phone_field > label, #billing_first_name_field > label{
  display: none;
}

#billing_phone_field > span, #billing_first_name_field > span{
  position: relative;
}

#billing_phone, #billing_first_name{
  width: 100%;
  border-radius: 10px;
  border: 1px solid #CFDADA;
  background: #FFFFFF;
  padding: 16px 15px;
  color: #899A9A;
  font-size: 14px;
  font-weight: 400;
}

.woocommerce form .form-row-first{
  width: 100%;
}

.woocommerce form .form-row {
  padding: 0;
  margin: 0;
}

.cart_order {
  padding: 26px 15px 30px;
  background: #F7F9F9;
}

form.checkout .cart_products_items {
  //padding: 10px 0 40px !important;
}

.product-total {
  gap: 20px;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  .cart_products {
    border-right: 1px solid #fae6e6;
    padding-right: 20px;
  }

  .cart_order {
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 20px;
    padding: 28px 24px;
  }
}

@media (min-width: 992px){
  .cart_content .cart_item .cart_product_item_image {
    min-width: 66px;
    width: 66px;
    height: 66px;
  }

  .cart_item .cart_product_item_text {
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
  }

  .cart_item .product-name {
    padding-right: 0;
  }

  .product-total {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .product-total .delete_item {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 1200px) {
}

.cart_products_items_list{
}

.cart_products .cart_product_items_title{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: #1D1F1F;
  font-size: 18px;
}

.woocommerce a.remove{
  content: url("../resources/images/delete_from_cart.svg");
  display: flex;
  justify-content: end;
}

#order_review thead{
  display: none;
}

#order_review .product-name .cqoc_container{
  display: flex;
  flex-direction: row-reverse;
  //padding-right: 25px;
  color: #1D1F1F;
  font-size: 14px;
  font-weight: 500;
}

.cart_item{
  justify-content: space-between;
  width: 100%;
}

.custom_total_subtotal li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.custom_total_subtotal li + li {
  margin-top: 10px;
}

#order_review .product-name .cqoc_container{
  justify-content: space-between;
}

.woocommerce-billing-fields{
  display: flex;
  flex-direction: column;
  gap: 28px;
}

form.checkout {
  display: block;
}

.woocommerce #payment #place_order{
  margin-bottom: 0;
}

form.checkout {
  padding: 29px 0 30px;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
  form.checkout {
    padding: 29px 0 96px;
  }
}

@media (min-width: 992px){
  #order_review .product-name .cqoc_container{
    padding-right: 0;
    //max-width: 300px;
  }
}

@media (min-width: 1200px) {
  form.checkout {
    grid-template-columns: 1fr 527px;
  }
}

.cart_item{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-name-wrap {
  //display: flex;
  //flex-direction: column-reverse;
}

.quantity_wrap_span .cqoc_container{
  display: none !important;
}

.product-name {
  //display: flex;
  //width: 100%;
}

.woocommerce table.shop_table td.product-total{
  display: flex;
  justify-content: space-between;
  padding-left: 66px;
}

.checkout_section .cart_products_items {
  //padding: 26px 0 30px;
}

.product-name-wrap {
  gap: 10px;
}

.product-name .quantity{
  width: 100%;
  padding: 6px 0;
  max-width: 36px;
  text-align: center;
  color: #1D1F1F;
  font-size: 16px;
  font-weight: 500;
}

.cart_products_items .cart_item + .cart_item {
  margin-top: 10px;
}

.woocommerce table.shop_table{
  border: none;
}

.woocommerce table.shop_table td{
  border-top: none;
}

.cart_products_items .cart_item{
  border: 1px solid #fae6e6;
}

.variations_form .variations,.variations_form .quantity,.cart .variations,.cart .quantity{
    display: none !important;
  }

.variations_form .added_to_cart,.cart .added_to_cart{
    display: none !important;
  }

.add_cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 15px;
  width: 100%;
  min-width: 200px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  border-radius: 10px;
  background: #6cda70;
  box-shadow: 0px 2px 8px 0px rgba(70, 145, 146, 0.25);
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}

.add_cart:hover{
  box-shadow: 0 2px 8px 0 rgba(5, 5, 5, 0.6);
}

.hide__category{
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  position: absolute;
}

.catalog_main_filter .catalog_main_categories_list .show_more{
  //@apply lg:flex hidden;
}

.cart_products_items_list .cart_item .product-name img{
  min-width: 56px;
  width: 56px;
  height: 56px;
}

.cart_item{
  position: relative;
  padding: 12px;
}

.woocommerce table.shop_table td{
  padding: 0;
}

.cart_item .product-total .cqoc_container a{
  position: absolute;
  top: 12px;
  right: 12px;
}

.product-total{
  justify-content: right;
}

//.product-total .quantity input{}

.quantity_wrap{
  border-radius: 2px;
  border: 1px solid #CFDADA;
  padding: 0 9px;
}

.quantity_wrap_span {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #899A9A;
  font-size: 12px;
  font-weight: 500;
}

.quantity_wrap_span p{
  position: relative;
  top: 3px;
}

.product-total > div:first-child{
  position: relative;
  top: 3px;
}

.product-name-wrap{
  padding-right: 40px;
}

.product-total_block .old__price{
  color: #899A9A;
  font-size: 12px;
  line-height: 124%;
  text-decoration: line-through;
}

.product-total_block .old__price span:last-child{
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 124%;
}

.product-total .quantity_wrap_span .plus, .product-total .quantity_wrap_span .minus {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-name-wrap{
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.product-name-wrap .kit {
  color: #EB6A6A;
  font-size: 12px;
  font-weight: 600;
}

.product-name-wrap .parameters{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

.product-name-wrap .parameters p{
  color: #899A9A;
  font-size: 12px;
}

.product-name-wrap .parameters p span{
  color: #3D4040;
}

.custom_total_subtotal .cart-subtotal span, .custom_total_subtotal .order-total span{
  color: #899A9A;
  font-size: 14px;
  font-weight: 500;
}

.custom_total_subtotal .cart-subtotal .woocommerce-Price-amount bdi {
  color: #5F6868;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  gap: 5px;
}

.custom_total_subtotal .order-total .woocommerce-Price-amount bdi{
  text-align: right;
  color: #EB6A6A;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  gap: 5px;
}

.custom_total_subtotal .woocommerce-Price-amount bdi:after{
  content: 'грн.';
}

.custom_total_subtotal .cart-subtotal span .woocommerce-Price-currencySymbol,
.custom_total_subtotal .order-total span .woocommerce-Price-currencySymbol{
  display: none;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
}

@media (min-width: 992px){
  .cart_products_items_list .cart_item .product-name img {
    min-width: 66px;
    width: 66px;
    height: 66px;
  }

  .woocommerce table.shop_table td.product-total{
    justify-content: right;
    padding-left: 76px;
  }
}

@media (min-width: 1200px) {
}

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

.xoo-wsc-cart-trigger{
  position: relative;
}

.xoo-wsc-sc-count {
  position: absolute;
  background-color: #EB6A6A;
  color: #f7f9f9;
  top: -7px;
  right: -12px
}

.single_product_wrap .single_product_text .single_product_price .price{
  padding-left: 0;
  border-left: none;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  align-items: flex-start;
  margin-right: 18px;
}

.xoo-wsc-modal.xoo-wsc-cart-active{
  visibility: visible;
  opacity: 1;
}

.xoo-wsc-modal{
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  z-index: 999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.xoo-wsc-container {
  position: fixed;
  right: unset;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -60%);
  //max-width: 365px;
  height: 450px;
  max-width: 700px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 90%;
  //transition: 0.5s;
}

.xoo-wsc-cart-active .xoo-wsc-opac {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: 999;
  opacity: 0.7;
}

.xoo-wsc-icon-trash1:before{
  content: url("../resources/images/delete_from_cart.svg");
}

span.xoo-wsch-close{
  //color: #899A9A;
  //font-weight: 100;
  //font-size: 48px;
  top: -70px;
  right: unset;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

span.xoo-wsch-close:before{
  content: url("../resources/images/cart_popup_close.svg");
  display: block;
}

.xoo-wsch-text{
  margin-left: 0;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
  color: #1D1F1F;
  font-size: 22px;
  font-weight: 600;
}

span.xoo-wsch-text{
  margin-left: 0;
}

//.xoo-wsch-text:before{

//  content: url("../resources/images/cart_popup.svg");

//  display: block;

//}

.xoo-wsc-basket, .xoo-wsc-cart-active .xoo-wsc-basket{
  display: none;
  visibility: hidden;
  z-index: 0;
  opacity: 0;
}

.xoo-wsc-sm-sales, .xoo-wsc-pprice{
  display: none;
}

.xoo-wsc-img-col{
  min-width: 42px;
  width: 42px;
  height: 42px;
}

.xoo-wsc-img-col img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.xoo-wsc-sm-left .variation{
  display: flex;
  align-items: center;
  gap: 3px;
  color: #899A9A;
  font-size: 12px;
  font-weight: 400;
}

.xoo-wsc-sm-left .variation dd{
  color: #3D4040;
}

.xoo-wsc-smr-ptotal bdi{
  color: red;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}

.xoo-wsc-ft-buttons-cont{
  grid-template-columns: repeat(1, 1fr);
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-checkout{
  order: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border-radius: 10px;
  background: #6cda70;
  box-shadow: 0 2px 8px 0 rgba(108, 218, 112, 0.25);
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
  width: 100%;
  cursor: pointer;
  border: none;
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn-continue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #6cda70;
  background: #FFFFFF;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  cursor: pointer;
}

//.xoo-wsc-ft-amt-label{

//  visibility: hidden;

//}

.xoo-wsc-ft-amt-label {
  font-size: 0;
}

.xoo-wsc-ft-amt-label:after {
  font-size: 18px;
  font-weight: 600;
  content: 'Сума';
}

.xoo-wsc-ft-amt-value .woocommerce-Price-currencySymbol, .xoo-wsc-smr-ptotal .woocommerce-Price-currencySymbol{
  display: none;
}

.xoo-wsc-ft-amt-value bdi, .xoo-wsc-smr-ptotal bdi{
  //display: flex;
  //gap: 5px;
  font-size: 12px;
}

.xoo-wsc-ft-amt-value bdi{
  color: #EB6A6A;
  font-weight: 600;
}

.xoo-wsc-ft-amt-value bdi:after, .xoo-wsc-smr-ptotal bdi:after{
  content: 'грн.';
  display: block;
}

span.xoo-wsc-pname a{
  font-size: 14px;
}

.xoo-wsc-product{
  border: 1px solid #fae6e6;
}

.xoo-wsc-products{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.xoo-wsc-products .quantity{
    display: none;
  }

@media (min-width: 992px){
  .xoo-wsc-img-col{
    min-width: 66px;
    width: 66px;
    height: 66px;
  }

  .xoo-wsc-ft-buttons-cont {
    grid-template-columns: repeat(2, 1fr);
  }
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger > * {
  margin-right: 0;
}

span.xoo-wsc-sc-count{
  height: 18px;
  line-height: 18px;
  width: 18px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  text-align: center;
}

.xoo-wsc-ft-totals {
  width: 100%;
  padding: 0 0 10px;
}

.xoo-wsc-footer {
  background-color: #ffffff;
  color: #000000;
  padding: 25px 39px 35px;
}

.xoo-wsc-body {
  padding: 0 39px;
}

.xoo-wsc-header {
  padding: 30px 39px 24px;
}

.xoo-wsc-ft-totals{
  display: none;
}

.xoo-wsc-qty-box.xoo-wsc-qtb-square{
  //display: flex;
  //align-items: stretch;
  border-radius: 2px;
  border: 1px solid #CFDADA;
  background: #FFFFFF;
  //padding: 0 9px;
}

.quantity input {
  width: 100%;
  padding: 6px 0;
  max-width: 36px;
  text-align: center;
  color: #1D1F1F;
  font-size: 16px;
  font-weight: 500;
}

input[type="number"].xoo-wsc-qty {
  width: 100%;
  padding: 6px 0;
  max-width: 36px;
  text-align: center;
  color: #1D1F1F;
  font-size: 16px;
  font-weight: 500;
  border: none;
}

span.xoo-wsc-chng{
  min-width: unset;
}

.xoo-wsc-minus{
  content: url("../resources/images/minus.svg");
}

.xoo-wsc-plus{
  content: url("../resources/images/plus.svg");
}

.xoo-wsc-pname a{
  color: #1D1F1F;
  font-size: 14px;
  font-weight: 500;
}

.xoo-wsc-empty-cart span{
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.xoo-wsc-empty-cart a{
  display: none;
  //display: flex;
  //align-items: center;
  //justify-content: center;
  //gap: 10px;
  //padding: 16px;
  //border-radius: 10px;
  //background: #A8FFAC;
  //color: #FFFFFF;
  //text-align: center;
  //font-size: 14px;
  //font-weight: 500;
  //width: 100%;
  //cursor: pointer;
}

.xoo-wsc-body{
  position: relative;
}

.xoo-wsc-empty-cart {
  padding: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.xoo-wsc-sm-left{
  gap: 15px;
}

.xoo-wsc-qty-box-wrap .quantity_span_count{
  position: relative;
  top: 5px;
  left: 18px;
  color: #899A9A;
  font-size: 12px;
  font-weight: 500;
}

@media (min-width: 390px){
  .xoo-wsc-ft-amt-value bdi, .xoo-wsc-smr-ptotal bdi{
    display: flex;
    gap: 5px;
    font-size: 14px;
  }

  .xoo-wsc-img-col{
    min-width: 56px;
    width: 56px;
    height: 56px;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.product-total .quantity_wrap_span a.remove{
  position: absolute;
  top: 12px;
  right: 12px;
}

.product-total .quantity_wrap_span .quantity input{
  position: relative;
  top: 12px;
  height: 30px;
  background: transparent;
}

.shop_table .cart-subtotal .woocommerce-Price-amount bdi{
  //position: relative;
  //right: 100%;
}

.shop_table .cart-subtotal th{
  display: flex;
  justify-content: space-between;
}

.woocommerce table.shop_table tfoot th{
  padding: 28px 0 9px 0;
  border-top: none;
}

.cart_products_items{
  padding: 0;
}

@media (min-width: 768px){
  .cart_products_items {
    padding: 10px 0 40px;
  }
}

.offer_slider .slider-item_text .price span:last-child{
  color: #eb6a6a;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.checkout_special_offer {
  position: relative;
  background: #F7F9F9;
  padding: 15px 15px 30px;
}

.checkout_special_offer .background_checkout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

.checkout_special_offer .checkout_special_title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.checkout_special_offer .checkout_special_title p {
  display: flex;
  align-items: flex-end;
  gap: 3px;
  max-width: 210px;
  color: #1D1F1F;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
}

.checkout_special_offer .checkout_special_title p svg {
  position: relative;
  min-width: 12px;
  height: 17px;
  margin-bottom: 5px;
}

.checkout_special_offer .checkout_special_title .special-price {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 4px;
  color: #1D1F1F;
  font-size: 13px;
  font-weight: 500;
}

.checkout_special_offer .checkout_special_title .special-price span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 18px;
  background: #EB6A6A;
  border-radius: 4px;
  opacity: 0.98;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.checkout_special_offer .checkout_special_item {
  position: relative;
  display: flex;
  border-radius: 2px;
  background: #FFFFFF;
  margin-bottom: 17px;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_image {
  position: relative;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_image .discount {
  position: absolute;
  top: 10px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  color: #000;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0px 2px 2px 0px;
  opacity: 0.9;
  background: #A8FFAC;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_image img {
  min-width: 118px;
  width: 118px;
  height: 136px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: flex;
  max-width: 100%;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_text {
  position: relative;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_name {
  width: 100%;
  margin-bottom: 9px;
  color: #1D1F1F;
  font-size: 14px;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_price {
  display: flex;
  flex-direction: column;
  color: red;
  font-size: 16px;
  font-weight: 600;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_quantity {
  width: 76px;
  height: 32px;
  display: flex;
  align-items: stretch;
  border-radius: 2px;
  border: 1px solid #CFDADA;
  background: #FFFFFF;
  padding: 0 9px;
}

.checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px;
  margin-top: 12px;
  border-radius: 8px;
  background: #EB6A6A;
  box-shadow: 0 2px 8px 0 rgba(70, 145, 146, 0.25);
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}

.checkout_special_offer .checkout_special_offer_description {
  position: relative;
}

.checkout_special_offer .checkout_special_offer_description .read-full {
  width: -moz-fit-content;
  width: fit-content;
  color: #469192;
  font-size: 14px;
  text-decoration-line: underline;
  cursor: pointer;
}

.catalog_main_categories_list a{
  display: flex;
}

@media (min-width: 576px){
}

@media (min-width: 768px){
}

@media (min-width: 992px){
  .checkout_special_offer .checkout_special_title p {
    max-width: 500px;
  }

  .checkout_special_offer .checkout_special_title .special-checkout_special_item_price {
    flex-direction: row;
    gap: 7px;
  }

  .checkout_special_offer .checkout_special_item .checkout_special_item_image img {
    min-width: 124px;
    width: 124px;
    height: 124px;
  }

  .checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_name {
    width: 70%;
    margin-bottom: 0;
    height: -moz-fit-content;
    height: fit-content;
  }

  .checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_quantity {
    margin-top: auto;
  }

  .checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_btn {
    width: 162px;
    margin-top: 15px;
  }
}

@media (min-width: 1200px) {
  .checkout_special_offer .checkout_special_item .checkout_special_item_text .checkout_special_item_price {
    min-width: 100px;
    text-align: right;
  }
}

.cart_order{
  min-width: 330px;
}

.clolr{
  //color: #ccfacf;
  color: #6cda70;
}

@media (min-width: 768px) {
  .md\:hidden {
    display: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 992px) {
  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:pb-\[60px\] {
    padding-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .xl\:block {
    display: block;
  }

  .xl\:flex-col {
    flex-direction: column;
  }
}
