/*!
Theme Name: fear-god
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fear-god
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fear-god is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --content-width: 1820px;
  --content-fluid-width: 1700px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --container-fluid-width: calc(var(--content-fluid-width) + (var(--container-offset) * 2));
  --font-family: "Fira Sans", sans-serif;
  --outline: #E9E9E9;
  --white: #fff;
  --main-color: #000;
  --success: #27c340;
  --error: #e02828;
  --yellow: #ffc529;
  --gray: #757575;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked+.custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus+.custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled+.custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
html {
  box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

input[type=range] {
  -webkit-appearance: none;
  /* Скрывает слайдер, чтобы можно было создать свой */
  width: 100%;
  /* Указание параметра ширины требуется для Firefox. */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Убирает голубую границу у элемента. Хотя, возможно, и стоит создавать некоторое оформления для состояния фокуса в целях обеспечения доступности. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  /* Скрывает слайдер, чтобы можно было добавить собственные стили. */
  border-color: transparent;
  color: transparent;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

button,
input,
select,
textarea {
  font: inherit;
  outline: 0;
  border: none;
  background-color: transparent;
  padding: 0;
  color: inherit;
}

ul[class] {
  list-style: none;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s linear, color 0.2s linear, background-color 0.2s linear;
}

a svg {
  transition: fill 0.2s linear, stroke 0.2s linear;
}

a:hover {
  opacity: 1;
  text-decoration: none;
}

button {
  transition: opacity 0.2s linear, color 0.2s linear;
  cursor: pointer;
}

button svg {
  transition: fill 0.2s linear, stroke 0.2s linear;
}

button:hover {
  opacity: 1;
}

input,
button,
textarea,
select {
  font: inherit;
  outline: none;
  border: none;
  background-color: transparent;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

a {
  text-decoration: none;
}

.form-control:focus {
  box-shadow: none;
}

.modal-footer button:active:focus {
  box-shadow: none;
}

.btn-close:focus {
  box-shadow: none;
}

* {
  box-sizing: border-box;
}

*::after {
  box-sizing: border-box;
}

*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: var(--main-color);
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

body.hidden {
  overflow: hidden;
}

body.modal-open {
  overflow: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

table {
  border-spacing: 0;
  width: 100%;
}

section {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 1199px) {
  section {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}

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

.sect.pt-0 {
  padding-top: 0;
}

.formSelect select {
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 1500px) {
  .formSelect select {
    font-size: 13px;
  }
}

.formSelect select.select-sort {
  padding-left: 40px;
  background: url("assets/img/icons/sort.svg") no-repeat left 12px center/15px;
}

@media (max-width: 767px) {
  .formSelect select.fz-md-12 {
    font-size: 12px;
  }
}

.border-black {
  border: 1px solid #000;
}

.border-gray {
  border: 1px solid #e9e9e9;
}

.border-b-gray {
  border-bottom: 1px solid #e9e9e9;
}

.formText {
  border: 1px solid #e9e9e9;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (max-width: 1500px) {
  .formText {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 1199px) {
  .formText {
    padding: 20px;
  }
}

.formText.h-110 {
  height: 110px;
}

.formInput {
  height: 54px;
  border: 1px solid #e9e9e9;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 1500px) {
  .formInput {
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1199px) {
  .formInput {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .formInput {
    height: 50px;
  }
}

.formInput::placeholder {
  color: #757575;
  font-size: 15px;
  font-weight: 300;
}

.formInput.border-none {
  border: none;
}

.formInput.border-b-gray {
  border-bottom: 1px solid #e9e9e9;
}

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

.formInput.pr-40 {
  padding-right: 40px;
}

.formInput.h-29 {
  height: 29px;
}

.fw-light {
  font-weight: 300;
}

.fw-medium {
  font-weight: 500;
}

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

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

.sectHead {
  margin-bottom: 30px;
}

.pageHead {
  padding-top: 120px;
  padding-bottom: 30px;
}

@media (max-width: 1199px) {
  .pageHead {
    padding-top: 75px;
  }
}

.pageHead--pb-45 {
  padding-bottom: 45px;
}

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

.pageHeadOffsetHeader {
  margin-top: 84px;
  padding-top: 30px;
  color: #fff;
}

@media (max-width: 1500px) {
  .pageHeadOffsetHeader {
    margin-top: 64px;
  }
}

@media (max-width: 991px) {
  .pageHeadOffsetHeader {
    margin-top: 58px;
  }
}

.pageHeadOffsetHeader .h1 {
  color: #fff;
}

.pageHeadOffsetHeader .pageHeadDescr {
  max-width: 400px;
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
}

@media (max-width: 1500px) {
  .pageHeadOffsetHeader .pageHeadDescr {
    font-size: 14px;
  }
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  position: relative;
  background-color: #fff;
}

.main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.container {
  padding: 0 var(--container-offset);
}

@media (max-width: 575px) {
  .container {
    padding: 0 10px;
  }
}

.sliderW {
  overflow: hidden;
}

.container {
  padding: 0 15px;
}

@media (max-width: 575px) {
  .container {
    padding: 0 10px;
  }
}

@media (min-width: 575.98px) {
  .container {
    max-width: 540px;
    margin: auto;
    padding: 0;
  }
}

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

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

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

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

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

.container-fluid {
  max-width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--font-family);
  color: var(--main-color);
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

h1,
.h1 {
  font-size: 32px;
}

@media (max-width: 1500px) {

  h1,
  .h1 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {

  h1,
  .h1 {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {

  h1.h1-xl-24,
  .h1.h1-xl-24 {
    font-size: 24px;
  }
}

h2,
.h2 {
  font-size: 32px;
}

@media (max-width: 1500px) {

  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-size: 22px;
}

@media (max-width: 1500px) {

  h3,
  .h3 {
    font-size: 18px;
  }
}

.underline {
  text-decoration: underline;
}

@-webkit-keyframes shows {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes shows {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.content {
  line-height: 150%;
}

@media (max-width: 1500px) {
  .content {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .content {
    font-size: 15px;
  }
}

.content>p {
  margin-bottom: 15px;
}

.content>p a {
  display: inline;
  border-bottom: 1px solid #000;
}

.content h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 15px;
}

@media (max-width: 1500px) {
  .content h2 {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .content h2 {
    font-size: 20px;
  }
}

.content h3 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: center;
}

.content>ul {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style-type: disc;
  padding-left: 20px;
}

.content>a {
  display: inline;
  border-bottom: 1px solid #000;
}

.navArrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.navArrow.swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}

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

@media (max-width: 991px) {
  .text-lg-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-md-center {
    text-align: center;
  }
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

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

@media (max-width: 991px) {
  .flex-lg-column {
    flex-direction: column;
  }
}

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

@media (max-width: 575px) {
  .justify-content-sm-between {
    justify-content: space-between;
  }
}

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

@media (max-width: 991px) {
  .align-items-lg-center {
    align-items: center;
  }
}

.d-grid {
  display: grid;
}

.grid-cols-2 {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 991px) {
  .grid-cols-2.grid-cols-lg-1 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .grid-cols-2.grid-cols-md-1 {
    grid-template-columns: 1fr;
  }
}

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

@media (max-width: 767px) {
  .grid-cols-3.grid-cols-md-1 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .flex-md-column {
    flex-direction: column;
  }
}

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

.gap-4 {
  gap: 4px;
}

.gap-10 {
  gap: 10px;
}

.gap-15 {
  gap: 15px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

@media (max-width: 1500px) {
  .gap-30.gap-xxl-20 {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .gap-30.gap-sm-20 {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .gap-30.gap-sm-10 {
    gap: 10px;
  }
}

.gap-50 {
  gap: 50px;
}

@media (max-width: 991px) {
  .gap-50.gap-lg-10 {
    gap: 10px;
  }
}

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

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .mt-50.mt-md-30 {
    margin-top: 30px;
  }
}

.mt-45 {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .mt-45.mt-lg-30 {
    margin-top: 30px;
  }
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .mb-10.mb-lg-5 {
    margin-bottom: 5px;
  }
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 1500px) {
  .mb-20.mb-20-xxl-10 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .mb-20.mb-xl-15 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .mb-20.mb-md-10 {
    margin-bottom: 10px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 1500px) {
  .mb-30.mb-xxl-15 {
    margin-bottom: 15px;
  }
}

@media (max-width: 1500px) {
  .mb-30.mb-xxl-20 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .mb-30.mb-xl-15 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .mb-30.mb-md-0 {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .mb-30.mb-lg-20 {
    margin-bottom: 20px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media (max-width: 1500px) {
  .mb-40.mb-xxl-25 {
    margin-bottom: 25px;
  }
}

@media (max-width: 1500px) {
  .mb-40.mb-xxl-20 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mb-40.mb-md-20 {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .mb-40.mb-md-25 {
    margin-bottom: 25px;
  }
}

.mb-45 {
  margin-bottom: 45px;
}

@media (max-width: 1500px) {
  .mb-45.mb-xxl-25 {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .mb-45.mb-md-25 {
    margin-bottom: 25px;
  }
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-45 {
  padding-bottom: 45px;
}

.p-32 {
  padding: 32px;
}

@media (max-width: 991px) {
  .p-32.p-lg-20 {
    padding: 20px;
  }
}

.p-40 {
  padding: 40px;
}

@media (max-width: 1500px) {
  .p-40.p-xxl-20 {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .p-40.p-lg-20 {
    padding: 20px;
  }
}

.p-50 {
  padding: 50px;
}

@media (max-width: 1500px) {
  .p-50.p-xxl-20 {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .p-50.p-lg-20 {
    padding: 20px;
  }
}

.ls-005 {
  letter-spacing: 0.05em;
}

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

.w-100 {
  width: 100%;
}

@media (max-width: 575px) {
  .w-sm-100 {
    width: 100%;
  }
}

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

@media (max-width: 575px) {
  .min-h-100.min-h-sm-fit {
    min-height: fit-content;
  }
}

.min-h-145 {
  min-height: 145px;
}

@media (max-width: 575px) {
  .min-h-145.min-h-sm-fit {
    min-height: fit-content;
  }
}

.min-h-165 {
  min-height: 165px;
}

@media (max-width: 575px) {
  .min-h-165.min-h-sm-fit {
    min-height: fit-content;
  }
}

.h-600 {
  height: 600px;
}

@media (max-width: 1199px) {
  .h-600.h-xl-500 {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .h-600.h-sm-390 {
    height: 390px;
  }
}

.h-650 {
  height: 650px;
}

@media (max-width: 1199px) {
  .h-650.h-xl-500 {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .h-650.h-sm-390 {
    height: 390px;
  }
}

.h-800 {
  height: 800px;
}

@media (max-width: 1500px) {
  .h-800.h-xxl-600 {
    height: 600px;
  }
}

@media (max-width: 1199px) {
  .h-800.h-xl-500 {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .h-800.h-sm-390 {
    height: 390px;
  }
}

.h-940 {
  height: 940px;
}

@media (max-width: 1500px) {
  .h-940.h-xxl-600 {
    height: 600px;
  }
}

@media (max-width: 1199px) {
  .h-940.h-xl-500 {
    height: 500px;
  }
}

@media (max-width: 575px) {
  .h-940.h-sm-390 {
    height: 390px;
  }
}

.b-0 {
  bottom: 0;
}

.b-50 {
  bottom: 50px;
}

@media (max-width: 991px) {
  .b-50.b-lg-10 {
    bottom: 10px;
  }
}

.l-0 {
  left: 0;
}

@media (max-width: 991px) {
  .l-0.l-lg-10 {
    left: 10px;
  }
}

.fz-12 {
  font-size: 12px;
  line-height: normal;
}

.fz-13 {
  font-size: 13px;
  line-height: normal;
}

.fz-14 {
  font-size: 14px;
  line-height: normal;
}

@media (max-width: 1500px) {
  .fz-14.fz-xxl-13 {
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .fz-14.fz-sm-12 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .fz-14.fz-md-12 {
    font-size: 12px;
  }
}

.fz-15 {
  font-size: 15px;
  line-height: normal;
}

.fz-15.lh-150 {
  line-height: 150%;
}

@media (max-width: 1500px) {
  .fz-15.fz-xxl-14 {
    font-size: 14px;
  }
}

@media (max-width: 1500px) {
  .fz-15.fz-xxl-13 {
    font-size: 13px;
  }
}

.fz-18 {
  font-size: 18px;
  line-height: normal;
}

@media (max-width: 1500px) {
  .fz-18.fz-xxl-16 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .fz-18.fz-lg-16 {
    font-size: 16px;
  }
}

.fz-22 {
  font-size: 22px;
  line-height: normal;
}

@media (max-width: 1500px) {
  .fz-22.fz-xxl-20 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .fz-22.fz-lg-20 {
    font-size: 20px;
  }
}

.fz-28 {
  font-size: 28px;
  line-height: normal;
}



@media (max-width: 1500px) {
  .fz-28.fz-xxl-20 {
    font-size: 20px;
  }
}

@media(max-width: 1500px) {
  .footerSubscribeContent .fz-28 {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .fz-28.fz-lg-20 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .fz-28.fz-lg-24 {
    font-size: 24px;
  }
}

@media (max-width: 1500px) {
  .fz-xxl-14 {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .fz-lg-14 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .fz-md-12 {
    font-size: 12px;
  }
}

.color-white {
  color: #fff;
}

.color-black {
  color: var(--main-color);
}

.color-gray {
  color: var(--gray);
}

.hover-black:hover {
  color: var(--main-color);
}

.color-75 {
  color: #757575;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.hover-opacity:hover {
  opacity: 0.85;
}

.blur-50 {
  backdrop-filter: blur(20px);
}

.bg-black-10 {
  background: rgba(0, 0, 0, 0.1);
}

.collection-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.collection-block-image {
  height: 90vh;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .collection-block-image {
    height: 600px;
  }
}

@media (max-width: 575px) {
  .collection-block-image {
    height: 154vw;
  }
}

.collection-block-image--sm {
  display: none;
}

@media (max-width: 575px) {
  .collection-block-image--sm {
    display: block;
  }
}

@media (max-width: 575px) {
  .collection-block-image--lg {
    display: none;
  }
}

.collection-block-title {
  color: #fff;
  font-size: 36px;
  line-height: normal;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1500px) {
  .collection-block-title {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .collection-block-title {
    font-size: 28px;
  }
}

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

.tableHead {
  display: flex;
  column-gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #E9E9E9;
}

.tableHead .col {
  flex: 1;
  text-align: center;
}

.tableHead .col:nth-child(1) {
  max-width: 100px;
  flex-shrink: 0;
  flex: 100px;
  text-align: start;
}

.tableRow {
  display: flex;
  column-gap: 10px;
  padding-top: 10px;
}

@media (max-width: 575px) {
  .tableRow {
    column-gap: 5px;
  }
}

.tableRow .col {
  flex: 1;
  text-align: center;
}

.tableRow .col:nth-child(1) {
  max-width: 100px;
  flex-shrink: 0;
  flex: 100px;
  text-align: start;
}

.line-trough {
  text-decoration: line-through;
}

.link-border {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
}

.link-border:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.agreement input {
  display: none;
}

.agreement input:checked+label .rect {
  background-color: #000;
  background-image: url("assets/img/icons/checked-white.svg");
}

.agreement label {
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
  cursor: pointer;
}

.agreement label .rect {
  border: 1px solid #000;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px;
}

.agreementText {
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 1500px) {
  .agreementText {
    font-size: 13px;
  }
}

.agreementText a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

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

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

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

.radioW input {
  display: none;
}

.radioW input:checked+label {
  border-color: #000;
}

.radioW label {
  border: 1px solid #e9e9e9;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  transition: border-color 0.2s linear;
  column-gap: 5px;
}

@media (max-width: 1500px) {
  .radioW label {
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .radioW label {
    height: 50px;
  }
}

.radioW label:hover {
  border-color: #000;
}

.swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
}

.swiper-pagination-bullet-active {
  background-color: #000;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: background-color 0.2s linear, color 0.2s linear;
  column-gap: 10px;
  height: 48px;
  padding-left: 24px;
  padding-right: 24px;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.05em;
}

button.disabled {
  opacity: .4;
  pointer-events: none;
}

@media (max-width: 1500px) {
  .button {
    font-size: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

.button--lg {
  height: 55px;
}

@media (max-width: 991px) {
  .button--lg {
    height: 50px;
  }
}

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

.button--black {
  background-color: var(--main-color);
  color: #fff;
}

.button--black:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.button svg {
  width: 16px;
  height: 16px;
  stroke: #000;
}

.button--white-transpanrent {
  border: 1px solid var(--white);
  color: #fff;
}

.button--white-transpanrent:hover {
  background-color: #fff;
  color: var(--main-color);
}

.button--black-transparent {
  border: 1px solid var(--main-color);
  color: var(--main-color);
}

.button--black-transparent svg {
  fill: transparent;
  stroke-width: 2px;
}

.button--black-transparent:hover {
  background-color: var(--main-color);
  color: var(--white);
}

.button--black-transparent:hover svg {
  stroke: #fff;
}

.button--blur-light {
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}

.button.min-w-255 {
  min-width: 255px;
}

@media (max-width: 1600px) {
  .button.min-w-255.min-w-extra-200 {
    min-width: 200px;
  }
}

@media (max-width: 1500px) {
  .button.min-w-255.min-w-extra-200 {
    min-width: 215px;
  }
}

.button.min-w-230 {
  min-width: 230px;
}

.button.min-w-240 {
  min-width: 240px;
}

.button.min-w-270 {
  min-width: 270px;
}

.button.min-w-295 {
  min-width: 295px;
}

@media (max-width: 991px) {
  .button.min-w-295.min-w-lg-280 {
    min-width: 280px;
  }
}

.button.h-37 {
  height: 37px;
}

.button.h-64 {
  height: 64px;
}

@media (max-width: 1500px) {
  .button.h-64.h-xxl-48 {
    height: 48px;
  }
}

@media (max-width: 991px) {
  .button.h-64.h-lg-48 {
    height: 48px;
  }
}

.button.fz-22 {
  font-size: 22px;
  line-height: normal;
}

@media (max-width: 1500px) {
  .button.fz-22.fz-xxl-20 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .button.fz-22.fz-lg-20 {
    font-size: 20px;
  }
}

.button.fz-28 {
  font-size: 28px;
  line-height: normal;
}

@media (max-width: 991px) {
  .button.fz-28.fz-lg-20 {
    font-size: 20px;
  }
}

.button.fz-14 {
  font-size: 14px;
}

@media (max-width: 1500px) {
  .button.fz-14.fz-xxl-13 {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .button.fz-14.fz-md-12 {
    font-size: 12px;
  }
}

.button.px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.button.w-100 {
  width: 100%;
}

@media (max-width: 575px) {
  .button.w-sm-100 {
    width: 100%;
  }
}

@media (max-width: 1500px) {
  .button.fz-xxl-14 {
    font-size: 14px;
  }
}

.productCardWishlistBtn {
  position: absolute;
  left: 20px;
  top: 20px;
}

@media (max-width: 1500px) {
  .productCardWishlistBtn {
    top: 10px;
    left: 10px;
  }
}

.productCardWishlistBtn:hover svg {
  fill: #000;
}

.productCardWishlistBtn svg {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: #000;
}

.productCardWishlistBtn.active svg {
  fill: #000;
}

.searchBtn.position-absolute {
  top: calc(50% - 3px);
  transform: translateY(-50%);
  right: 0;
}

.shopTypeBtn {
  width: 37px;
  height: 37px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1500px) {
  .shopTypeBtn {
    width: 28px;
    height: 28px;
  }
}

.shopTypeBtn:hover svg {
  fill: #000;
}

.shopTypeBtn svg {
  width: 18px;
  height: 18px;
  fill: #8c8c8c;
}

@media (max-width: 1500px) {
  .shopTypeBtn svg {
    width: 14px;
    height: 14px;
  }
}

.shopTypeBtn.active {
  border-color: #000;
}

.shopTypeBtn.active svg {
  fill: #000;
}

.promoBtn {
  background-color: #000;
  width: 53px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s linear;
  position: absolute;
  top: 0;
  right: 0;
}

.promoBtn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.aioseo-breadcrumbs {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
  -moz-column-gap: 12px;
  column-gap: 12px;
  -ms-flex-wrap: wrap;
  row-gap: 9px;
  flex-wrap: wrap;
  align-items: center;
  font-weight: 300;
}

@media (max-width: 1500px) {
  .aioseo-breadcrumbs {
    font-size: 13px;
  }
}

.aioseo-breadcrumbs a {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #000;
}

.aioseo-breadcrumbs a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.aioseo-breadcrumb-separator::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background-color: #000;
}

.breadcrumbs--white .aioseo-breadcrumbs {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs--white .aioseo-breadcrumbs a {
  color: #fff;
}

.breadcrumbs--white .aioseo-breadcrumb-separator::after {
  background-color: #fff;
}

.breadcrumbs-product .aioseo-breadcrumbs {
  justify-content: center;
}

/* Hamburger Menu */
.hamburger {
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  padding-left: 1px;
  padding-right: 1px;
  padding-top: 6px;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
  display: none;
}

@media (max-width: 1199px) {
  .hamburger {
    display: flex;
  }
}

.hamburger div {
  align-self: flex-start;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 0;
}

.hamburger div.bottom-bun {
  width: calc(100% - 6px);
}

.hamburger .meat {
  width: 100%;
}

.top-bun.active,
.meat.active,
.bottom-bun.active {
  opacity: 0;
}

.burgerW {
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  display: none;
}

@media (max-width: 1199px) {
  .burgerW {
    display: block;
  }
}

.modal {
  display: none;
  color: var(--main-color);
  padding: 50px;
  color: #000;
}

@media (max-width: 767px) {
  .modal {
    padding: 20px;
  }
}

.modal .h2 {
  font-size: 18px;
  line-height: normal;
}

.modal .h2.fz-20 {
  font-size: 20px;
}

.modal .is-close-btn {
  position: unset;
  background-color: transparent;
}

.modalHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .modalHead {
    margin-bottom: 30px;
  }
}

#modalFilter {
  width: 500px;
  min-height: calc(100vh - 10px);
  overflow-y: auto;
  margin-left: auto;
}

.filter-reset {
  font-weight: 300;
  border-bottom: 1px solid #000;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.bapf_head {
  cursor: pointer;
  padding-bottom: 10px;
}

.bapf_head.hidden h3 {
  background: url("assets/img/icons/plus.svg") no-repeat right top 4px/11px;
}

.bapf_head h3 {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  padding-right: 22px;
  background: url("assets/img/icons/minus.svg") no-repeat right top 4px/11px;
  font-family: var(--font-family);
  padding-bottom: 4px;
  border-bottom: 1px solid #E9E9E9;
}

.bapf_body {
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
}

.bapf_body ul li:not(:last-child) {
  margin-bottom: 20px !important;
}

.bapf_body ul li input[type=checkbox] {
  display: none;
}

.bapf_body ul li input[type=checkbox]:checked+label::before {
  background-color: #000;
  border-color: #000;
}

.bapf_body ul li input[type=checkbox]:checked+label {
  color: #000;
}

.bapf_body ul li label {
  display: flex !important;
  align-items: center;
  column-gap: 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #707070;
  cursor: pointer;
}

.bapf_body ul li label::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #c9c9c9;
  flex-shrink: 0;
}

.bapf_body.hidden {
  display: none;
}

.bapf_sfilter {
  margin-bottom: 15px;
}

.bapf_slidr_all {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 30px;
}

@media(max-width: 385px) {
  .bapf_slidr_all {
    column-gap: 20px;
  }
}

.bapf_from,
.bapf_to {
  grid-column: 6 span;
}

.bapf_from input,
.bapf_to input {
  width: 100%;
  border: 1px solid #E9E9E9;
  height: 37px;
  padding-left: 12px;
  padding-right: 12px;
}

.bapf_from input:focus,
.bapf_to input:focus {
  border-color: #000;
}

.bapf_to {
  position: relative;
}

.bapf_to::before {
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 11px;
  height: 1px;
  background-color: #000;
}

@media(max-width: 385px) {
  .bapf_to::before {
    left: -15px;
  }
}

#modalSize {
  width: 700px;
  min-height: calc(100vh - 10px);
  overflow-y: auto;
  margin-left: auto;
}

.modalSizeImg {
  max-width: 225px;
  max-height: 407px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .modalSizeImg {
    max-height: unset;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .modalSizeTable {
    overflow-x: auto;
  }
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.tabs__nav {
  display: flex;
  column-gap: 4px;
  width: fit-content;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}

.tabs__nav-btn {
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  color: #757575;
  text-transform: uppercase;
}

@media (max-width: 1500px) {
  .tabs__nav-btn {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .tabs__nav-btn {
    font-size: 14px;
  }
}

.tabs__nav-btn:hover {
  color: #000;
}

.tabs__nav-btn--active {
  background-color: var(--primary);
  color: #000;
  border-color: #000;
}

.tabs__panel {
  display: none;
}

.tabs__panel--active {
  display: block;
}

.header {
  /* transition: background-color 0.2s linear; */
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  padding-top: 28px;
  padding-bottom: 28px;
}

@media (max-width: 1500px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.header .container {
  position: relative;
  z-index: 1;
}

.headerW {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

@media (max-width: 1600px) {
  .headerW {
    column-gap: 20px;
  }
}

.headerNav {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

@media (max-width: 1199px) {
  .headerNav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    height: 100%;
    padding-top: 20px;
    z-index: 2;
    padding-bottom: 30px;
    overflow-y: scroll;
  }
}

.headerNav.active {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-animation: shows 0.2s;
  animation: shows 0.2s;
}

.headerNav>ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

@media (max-width: 1600px) {
  .headerNav>ul {
    column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .headerNav>ul {
    flex-direction: column;
    align-items: flex-start;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .headerNav>ul {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .headerNav>ul {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .headerNav>ul {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199px) {
  .headerNav>ul>li {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .headerNav>ul>li.has-sub-menu {
    background: url("assets/img/icons/arrow-right.svg") no-repeat right center/6px;
  }
}

.headerNav>ul>li>a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s linear;
  font-size: 14px;
}

@media (max-width: 1500px) {
  .headerNav>ul>li>a {
    font-size: 13px;
  }
}

@media (max-width: 1199px) {
  .headerNav>ul>li>a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .headerNav>ul>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F3F3F3;
    width: 100%;
    display: flex;
  }
}

.headerNav>ul>li>a.active {
  border-color: #000;
}

.headerNav>ul>li>a:hover {
  border-color: #000;
}

.headerNav .searchW {
  width: 100%;
}

@media (max-width: 1199px) {
  .headerNav .searchW {
    display: flex;
    justify-content: flex-end;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .headerNav .searchW {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .headerNav .searchW {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .headerNav .searchW {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.headerNav .searchW .formInput::placeholder {
  color: #000;
}

.headerNav .searchW .formInput--icon-search {
  background: url("assets/img/icons/search.svg") no-repeat right top/24px;
}

.headerNav .searchW .formInput.border-b {
  border-bottom: 1px solid #E9E9E9;
}

.headerNav .searchWContainer {
  display: none;
  width: 100%;
  background-color: #fff;
}

@media (max-width: 1199px) {
  .headerNav .searchWContainer {
    display: flex;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    padding-top: 10px;
  }
}

.headerLogo {
  display: flex;
}

.headerLogo:hover {
  opacity: 0.8;
}

.headerLogo svg {
  width: 64px;
  height: 24px;
}

@media (max-width: 575px) {
  .headerLogo svg {
    width: 60px;
  }
}

.headerAction {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

.headerAction .searchW {
  right: 145px;
  display: none;
}

.headerAction .searchW.active {
  display: block;
  -webkit-animation: shows 0.2s;
  animation: shows 0.2s;
}

.headerAction .searchW .formInput {
  width: 350px;
}

.headerAction .searchW .formInput::placeholder {
  color: #000;
}

.headerAction .searchW .formInput.border-b {
  border-bottom: 1px solid #e9e9e9;
}

.headerAction ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 16px;
  position: relative;
  z-index: 1;
  width: fit-content;
  margin-left: auto;
}

@media (max-width: 575px) {
  .headerAction ul {
    column-gap: 10px;
  }
}

.headerAction ul li.active a {
  position: relative;
  display: flex;
}

.headerAction ul li.active a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
}

.headerSearchBtn {
  display: flex;
}

.headerAction ul li a {
  display: flex;
}

.headerAction ul li a svg,
.headerAction ul li button svg {
  width: 18px;
  height: 18px;
  fill: transparent;
  stroke: var(--main-color);
}

.header.active {
  background-color: #fff;
}

.header.active .hamburger div {
  background-color: #000;
}

.header.active .headerNav ul li a {
  color: #000;
}

.header.active .headerNav ul li a.active {
  border-color: #000;
}

.header.active .headerNav ul li a:hover {
  border-color: #000;
}

.header.active .headerLogo svg {
  stroke: #000;
  fill: #000;
}

.header.active .headerAction .searchW .formInput {
  color: #000;
}

.header.active .headerAction .searchW .formInput::placeholder {
  color: #000;
}

.header.active .headerAction ul li.active a::after {
  background-color: #000;
}

.header.active .headerAction ul li a svg,
.header.active .headerAction ul li button svg {
  stroke: #000;
}

.headerMain .hamburger div {
  background-color: #fff;
}

.headerMain .headerNav>ul>li>a {
  color: #fff;
}

@media (max-width: 1199px) {
  .headerMain .headerNav>ul>li>a {
    color: #000;
  }
}

.headerMain .headerNav>ul>li>a.active {
  border-color: #fff;
}

.headerMain .headerNav>ul>li>a:hover {
  border-color: #fff;
}

.headerMain .headerLogo svg {
  stroke: #fff;
  fill: #fff;
}

.headerMain .headerAction .searchW .formInput {
  color: #fff;
}

.headerMain .headerAction .searchW .formInput::placeholder {
  color: #fff;
}

.headerMain .headerAction ul li.active a::after {
  background-color: #fff;
}

.headerMain .headerAction ul li a svg,
.headerMain .headerAction ul li button svg {
  stroke: #fff;
}

.header .sub-menu {
  background-color: #fff;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

@media (max-width: 1500px) {
  .header .sub-menu {
    top: 64px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .header .sub-menu {
    top: 0;
    height: calc(100% - 29px);
    overflow-y: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.header .sub-menu.active {
  display: block;
  box-shadow: 0px 11px 2px -9px rgba(34, 60, 80, 0.16);

  /* -webkit-animation: shows 0.2s;
  animation: shows 0.2s; */
}

@media (max-width: 1199px) {
  .header .sub-menu-nav {
    width: 100%;
  }
}

.header .sub-menu-nav ul {
  flex-direction: column;
  align-items: flex-start;
  max-height: 450px;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  column-gap: 50px;
}

@media (max-width: 1199px) {
  .header .sub-menu-nav ul {
    max-height: unset;
    flex-wrap: nowrap;
  }
}

@media (max-width: 1199px) {
  .header .sub-menu-nav ul li {
    width: 100%;
  }
}

.header .sub-menu-nav ul li:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 1500px) {
  .header .sub-menu-nav ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .header .sub-menu-nav ul li:not(:last-child) {
    margin-bottom: 0;
  }
}

.header .sub-menu-nav ul li a {
  color: #000;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s linear;
  text-transform: uppercase;
}

@media (max-width: 1500px) {
  .header .sub-menu-nav ul li a {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .header .sub-menu-nav ul li a {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #F3F3F3;
    letter-spacing: 0.005em;
  }
}

.header .sub-menu-nav ul li a:hover {
  border-color: #000;
}

.sub-menu-cat {
  display: flex;
  column-gap: 20px;
}

@media (max-width: 1199px) {
  .sub-menu-cat {
    display: none;
  }
}

.sub-menu-cat-item-image {
  width: 300px;
  height: 400px;
  display: block;
}

@media (max-width: 1500px) {
  .sub-menu-cat-item-image {
    width: 200px;
    height: 300px;
  }
}

.sub-menu-cat-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-menu-cat-item-image video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sub-menu-wrap {
  display: flex;
  /* justify-content: space-between; */
  column-gap: 80px;
}

@media(max-width: 575px) {
  .sub-menu-wrap {
    flex-direction: column;
  }
}

@media(max-width: 767px) {
  .sub-menu-nav-item {
    margin-top: 30px;
  }
}

.sub-menu-nav-item {}

.headerOverlay {
  position: fixed;
  top: 84px;
  left: 0;
  width: 100%;
  height: calc(100% - 84px);
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.headerOverlay.active {
  display: block;
  -webkit-animation: shows 0.2s;
  animation: shows 0.2s;
}

@media (max-width: 1199px) {
  .headerOverlay.active {
    display: none;
  }
}

@media (max-width: 1199px) {
  .headerActionSearchItem {
    display: none;
  }
}

.headerNavCloseW {
  display: none;
  margin-bottom: 19px;
  width: 100%;
}

@media (max-width: 1199px) {
  .headerNavCloseW {
    display: flex;
    justify-content: flex-end;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 991px) {
  .headerNavCloseW {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .headerNavCloseW {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .headerNavCloseW {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.sub-menu-close-wrap {
  display: none;
  column-gap: 10px;
  justify-content: space-between;
  margin-bottom: 19px;
}

@media (max-width: 1199px) {
  .sub-menu-close-wrap {
    display: flex;
  }
}

.sub-menu-title {
  background-color: #F3F3F3;
  align-items: center;
  justify-content: center;
  height: 40px;
  text-transform: uppercase;
  display: none;
}

@media (max-width: 1199px) {
  .sub-menu-title {
    display: flex;
  }
}

@media (max-width: 1500px) {
  .sub-menu-cat-item-link {
    font-size: 14px;
  }
}

@keyframes fillLine {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.introVideo {
  width: 100%;
  height: 85vh;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .introVideo--lg {
    display: none;
  }
}

.introVideo--sm {
  display: none;
}

@media (max-width: 991px) {
  .introVideo--sm {
    display: block;
  }
}

.introSlider .swiper-pagination {
  width: 470px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  bottom: 15px;
  left: 0;
  right: 0;
}

@media (max-width: 575px) {
  .introSlider .swiper-pagination {
    width: calc(100% - 20px);
    position: relative;
  }
}

.introSlider .swiper-pagination-bullet {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
  flex: 1;
  border-radius: 0;
  height: 4px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  position: relative;
  overflow: hidden;
}

.introSlider .swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, 0.2);
}

.introSlider .swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #fff;
  /* Цвет заполнения */
  /* Анимация: duration должна совпадать с delay в JS */
  animation: fillLine linear forwards;
  animation-duration: 5000ms;
  /* Должно совпадать с delay */
}

.introSlide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.introSlideImg {
  height: 85vh;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 991px) {
  .introSlideImg--lg {
    display: none;
  }
}

.introSlideImg--sm {
  display: none;
}

@media (max-width: 991px) {
  .introSlideImg--sm {
    display: block;
  }
}

.introSlideContent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .introSlideContent {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 575px) {
  .introSlideContent-sm-30 {
    padding-bottom: 30px;
  }
}

.introTitle {
  font-size: 46px;
  line-height: normal;
  color: #fff;
}

@media (max-width: 1500px) {
  .introTitle {
    font-size: 32px;
  }
}

@media (max-width: 1199px) {
  .introTitle {
    font-size: 28px;
  }
}

.introDescr {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}

@media (max-width: 1500px) {
  .introDescr {
    font-size: 13px;
  }
}

.productSliderW {
  display: flex;
  column-gap: 4px;
  align-items: center;
}

@media (max-width: 991px) {
  .productSliderW .navArrow {
    display: none;
  }
}

.productSlider {
  width: 100%;
  padding-right: 10px;
  margin-right: -10px;
  padding-left: 10px;
  margin-left: -10px;
}

@media (max-width: 991px) {
  .productSlider {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 575px) {
  .productSlider {
    overflow: visible;
    padding-left: 10px;
    padding-right: 10px;
  }
}

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

@media (max-width: 991px) {
  .productSlider .swiper-pagination {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: unset;
    margin-top: 15px;
  }
}

.productCardImg {
  display: block;
  width: 100%;
}

.productCardImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s linear;
}

.productCardImg img:hover {
  transform: scale(1.01);
}

.productCardImgW {
  display: flex;
  margin-bottom: 15px;
  height: 475px;
  position: relative;
}

@media (max-width: 1600px) {
  .productCardImgW {
    height: 440px;
  }
}

@media (max-width: 1500px) {
  .productCardImgW {
    height: 365px;
  }
}

@media (max-width: 1500px) {
  .productCardImgW {
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .productCardImgW {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .productCardImgW {
    height: 60vw;
  }
}

.productCardTitle {
  margin-bottom: 10px;
  display: flex;
  font-size: 16px;
  letter-spacing: 0.05em;
}

@media (max-width: 1500px) {
  .productCardTitle {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .productCardTitle {
    margin-bottom: 5px;
  }
}

.productCardTitle:hover {
  color: #757575;
  opacity: 0.8;
}

.productCardPrice {
  font-size: 15px;
  color: #757575;
  display: flex;
  /* flex-direction: row-reverse; */
  justify-content: flex-start;
  gap: 10px;
}

@media (max-width: 1500px) {
  .productCardPrice {
    font-size: 14px;
  }
}

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

.productCardPrice ins,
.accountHistItemPrice ins {
  text-decoration: none;
}

.productCardPrice .price-old,
.productCardPrice del {
  font-weight: 300;
  font-size: 15px;
  text-decoration: line-through;
  color: #757575;
  opacity: 0.6;
}



.productPrice del,
.accountHistItemPrice del {
  font-size: 15px;
  font-weight: 300;
  text-decoration: line-through;
  color: #757575;
  opacity: 0.6;

}

.accountHistItemPrice del {
  font-size: 13px;
}

.productPrice ins {
  text-decoration: none;
}

@media (max-width: 991px) {
  .productCardPrice .price-old {
    font-size: 14px;
  }
}

.productCardTags {
  position: absolute;
  right: -7px;
  top: 13px;
}

@media (max-width: 1500px) {
  .productCardTags {
    right: -5px;
    top: 8px;
  }
}

@media (max-width: 991px) {
  .productCardTags {
    top: 5px;
    right: 5px;
  }
}

.productCardTags ul {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  row-gap: 8px;
}

@media (max-width: 991px) {
  .productCardTags ul {
    row-gap: 5px;
  }
}

.productCardTags ul li {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
  width: fit-content;
  padding: 7px;
}

@media (max-width: 1500px) {
  .productCardTags ul li {
    font-size: 10px;
    line-height: 12px;
    padding: 5px;
  }
}

.wishlistGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 28px;
  row-gap: 60px;
}

@media (max-width: 1500px) {
  .wishlistGrid {
    row-gap: 30px;
    column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .wishlistGrid {
    column-gap: 15px;
    row-gap: 20px;
  }
}

@media (max-width: 767px) {
  .wishlistGrid {
    column-gap: 10px;
  }
}

.wishlistGrid .productCard {
  grid-column: 3 span;
}

@media (max-width: 1199px) {
  .wishlistGrid .productCard {
    grid-column: 4 span;
  }
}

@media (max-width: 767px) {
  .wishlistGrid .productCard {
    grid-column: 6 span;
  }
}

.shopList {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 28px;
  row-gap: 60px;
}

@media (max-width: 1500px) {
  .shopList {
    row-gap: 30px;
    column-gap: 20px;
  }
}

@media (max-width: 1199px) {
  .shopList {
    column-gap: 15px;
    row-gap: 20px;
  }
}

@media (max-width: 767px) {
  .shopList {
    column-gap: 10px;
    row-gap: 15px;
  }
}

.shopList .productCard {
  grid-column: 3 span;
}

@media (max-width: 1199px) {
  .shopList .productCard {
    grid-column: 4 span;
  }
}

@media (max-width: 991px) {
  .shopList .productCard {
    grid-column: 6 span;
  }
}

.shopList--three .productCard {
  grid-column: 4 span;
}

.shopList--three .productCardImgW {
  height: 780px;
}

@media (max-width: 1600px) {
  .shopList--three .productCardImgW {
    height: 600px;
  }
}

@media (max-width: 1500px) {
  .shopList--three .productCardImgW {
    height: 500px;
  }
}

.shop-action {
  display: flex;
  column-gap: 50px;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  background: #fff;
  z-index: 1;
  position: sticky;
  top: 79px;
}

@media (max-width: 1500px) {
  .shop-action {
    margin-bottom: 15px;
    top: 64px;
  }
}

@media (max-width: 991px) {
  .shop-action {
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 10px;
    top: 54px;
    padding-top: 2px;
  }
}

@media (max-width: 575px) {
  .shopNav {
    width: calc(100% + 20px);
    overflow-x: scroll;
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

.shopNav ul {
  display: flex;
  column-gap: 5px;
  row-gap: 5px;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .shopNav ul {
    flex-wrap: nowrap;
  }
}

.shopNav ul li.active a {
  border-color: #000;
}

.shopNav ul li a {
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase;
  height: 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid transparent;
  transition: border-color 0.2s linear;
}

@media (max-width: 1500px) {
  .shopNav ul li a {
    font-size: 13px;
    height: 32px;
  }
}

@media (max-width: 767px) {
  .shopNav ul li a {
    font-size: 12px;
    height: 31px;
  }
}

.shopNav ul li a:hover {
  border-color: #000;
}

.socials ul {
  display: flex;
  column-gap: 20px;
}

@media (max-width: 767px) {
  .socials ul {
    justify-content: center;
  }
}

.socials ul li a:hover {
  opacity: 0.8;
}

.socials ul li a img {
  height: 17px;
  object-fit: contain;
}

.productGallery {
  width: 100%;
}

@media (max-width: 991px) {
  .productGallery {
    width: 500px;
  }
}

@media (max-width: 767px) {
  .productGallery {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .productGallery .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 10px;
  }
}

.productGalleryItem {
  height: 630px;
}

@media (min-width: 992px) {
  .productGalleryItem {
    grid-column: 6 span;
  }
}

@media (max-width: 1919px) {
  .productGalleryItem {
    height: 700px;
  }
}

@media (max-width: 1600px) {
  .productGalleryItem {
    height: 600px;
  }
}

@media (max-width: 1500px) {
  .productGalleryItem {
    height: 400px;
  }
}

@media (max-width: 991px) {
  .productGalleryItem {
    height: 700px;
  }
}

@media (max-width: 575px) {
  .productGalleryItem {
    height: 125vw;
  }
}

.productGalleryItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s linear;
}

.productGalleryItem img:hover {
  opacity: .85;
}

.productGalleryItem video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s linear;
}

.productGalleryItem video:hover {
  opacity: .85;
}

.productW {
  display: flex;
  column-gap: 50px;
}

@media (max-width: 1500px) {
  .productW {
    column-gap: 30px;
  }
}

@media (max-width: 991px) {
  .productW {
    flex-direction: column;
    row-gap: 30px;
  }
}

.productContent {
  width: 560px;
  flex-shrink: 0;
  position: sticky;
  top: 85px;
  overflow-y: scroll;
  max-height: calc(100vh - 184px);
  height: fit-content;
  scrollbar-width: none;
}

@media (max-width: 991px) {
  .productContent {
    max-height: unset;
  }
}

.productContent::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1500px) {
  .productContent {
    width: 500px;
  }
}

@media (max-width: 1199px) {
  .productContent {
    width: 400px;
  }
}

@media (max-width: 575px) {
  .productContent {
    width: 100%;
  }
}

.productContent .productCardTags {
  position: unset;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .productContent .productCardTags {
    margin-bottom: 10px;
  }
}

.productContent .productCardTags ul {
  align-items: flex-start;
  flex-direction: row;
  column-gap: 10px;
}

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

.productContent.active {
  max-height: calc(100vh - 84px);
}

@media (max-width: 991px) {
  .productContent.active {
    max-height: unset;
  }
}

.productTitle {
  font-size: 28px;
  line-height: normal;
  margin-bottom: 20px;
}

@media (max-width: 1500px) {
  .productTitle {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .productTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.productPrice {
  display: flex;
  align-items: flex-end;
  column-gap: 10px;
  font-size: 20px;
  line-height: normal;
  margin-bottom: 40px;
}

@media (max-width: 1500px) {
  .productPrice {
    font-size: 16px;
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .productPrice {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.productPrice .price-old {
  color: #757575;
  font-weight: 300;
  font-size: 15px;
  text-decoration: line-through;
}

@media (max-width: 991px) {
  .productPrice .price-old {
    font-size: 13px;
  }
}

.productVariations {
  margin-bottom: 20px;
}

.productVariation {
  /* padding-left: 5px; */
  display: flex;
  flex-direction: column;
}

.productVariation:not(:last-child) {
  margin-bottom: 20px;
}

.productVariationName {
  margin-bottom: 10px;
  display: flex;
  column-gap: 4px;
}

.productVariation ul {
  display: flex;
  column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .productVariation ul {
    /* row-gap: 5px;
    column-gap: 5px; */
  }
}

.productVariation ul li input {
  display: none;
}

.productVariation ul li label {
  position: relative;
  cursor: pointer;
}

.productVariation--color ul {
  margin-left: 5px;
  column-gap: 8px;
}

.productVariation--color ul li input:checked+label::before {
  border-color: #000;
}

.productVariation--color ul li label {
  width: 40px;
  height: 40px;
  border: 1px solid #e9e9e9;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1500px) {
  .productVariation--color ul li label {
    width: 32px;
    height: 32px;
  }
}

.productVariation--color ul li label:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: 1px solid transparent;
  transition: border-color 0.2s linear;
}

@media (max-width: 1500px) {
  .productVariation--color ul li label:before {
    width: 37px;
    height: 37px;
  }
}

.productVariation--color ul li label:hover:before {
  border: 1px solid #000;
}

.productVariation--size ul {
  column-gap: 5px;
}

.productVariation--size ul li input:checked+label {
  border-color: #000;
}

.productVariation--size ul li label {
  border: 1px solid #e9e9e9;
  padding-left: 12px;
  padding-right: 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s linear;
}

@media (max-width: 1500px) {
  .productVariation--size ul li label {
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
  }
}

@media (max-width: 575px) {
  .productVariation--size ul li label {
    height: 36px;
    font-size: 14px;
  }
}

.productVariation--size ul li label:hover {
  border-color: #000;
}

.productTabs {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .productTabs {
    margin-top: 20px;
  }
}

.productSizeW {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 10px;
}

@media (max-width: 1500px) {
  .productSizeW {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .productSizeW {
    margin-bottom: 20px;
  }
}

.productSizeW a {
  font-weight: 300;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #000;
  text-underline-offset: 3px;
}

.productSizeW a:hover {
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991px) {
  .productGalSlider .swiper-pagination {
    position: relative;
    bottom: unset;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}

.productGalSlider .swiper-pagination-bullet {
  border-radius: 0;
}

.cartW {
  display: flex;
  column-gap: 50px;
}

@media (max-width: 1199px) {
  .cartW {
    flex-direction: column;
    row-gap: 30px;
  }
}

.cartContent {
  width: 100%;
}

.cartOrder {
  width: 650px;
  flex-shrink: 0;
  border: 1px solid #000;
  padding: 30px;
  height: fit-content;
}

@media (max-width: 1500px) {
  .cartOrder {
    width: 500px;
  }
}

@media (max-width: 1199px) {
  .cartOrder {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .cartOrder {
    padding: 20px 16px;
  }
}

.cartItem {
  margin-bottom: 10px;
  display: flex;
  column-gap: 20px;
}

@media (max-width: 575px) {
  .cartItem {
    column-gap: 10px;
  }
}

.cartItemContent {
  width: 100%;
}

.cartItemContentTop {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px;
}

.cartItemContentBottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 20px;
}

@media (max-width: 575px) {
  .cartItemContentBottom {
    flex-direction: column;
    row-gap: 10px;
  }
}

.cartItemImg {
  flex-shrink: 0;
}

.cartItemImg:hover {
  opacity: 0.85;
}

.cartItemImg img {
  width: 150px;
  height: 200px;
  object-fit: cover;
}

@media (max-width: 1500px) {
  .cartItemImg img {
    width: 120px;
    height: 150px;
  }
}

@media (max-width: 575px) {
  .cartItemImg img {
    width: 90px;
    height: 120px;
  }
}

.cartItemTitle {
  font-size: 18px;
}

@media (max-width: 1500px) {
  .cartItemTitle {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .cartItemTitle {
    font-size: 16px;
  }
}

.cartItemAction {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
}

.cartItemPrice {
  min-width: 85px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  align-items: flex-end;
}

@media (max-width: 575px) {
  .cartItemPrice {
    flex-direction: row;
    column-gap: 5px;
  }
}

.cartItemRemove:hover {
  opacity: 0.85;
}

.cartItemTitle:hover {
  color: var(--gray);
}

.cartItemQuantity {
  display: flex;
  align-items: center;
}

.cartItemQuantity button {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cartItemQuantity input {
  width: 34px;
  text-align: center;
  font-size: 15px;
}

.cartItemQuantity input::placeholder {
  font-size: 15px;
}

.promoW {
  position: relative;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.promoW input {
  border: 1px solid #000;
  width: 100%;
  height: 52px;
  padding-left: 24px;
  padding-right: 70px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 1500px) {
  .promoW input {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .promoW input {
    font-size: 16px;
  }
}

.cartOrderRows {
  margin-bottom: 30px;
}

@media (max-width: 1500px) {
  .cartOrderRows {
    margin-bottom: 20px;
  }
}

.cartOrderRow {
  display: flex;
  column-gap: 15px;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.woocommerce-checkout:has(.agreement input:not(:checked)) .checkout-btn {
  opacity: 0.4;
  pointer-events: none;
}

.cartOrderItem {
  display: flex;
  column-gap: 20px;
  margin-bottom: 10px;
}

.cartOrderItemImg {
  flex-shrink: 0;
}

.cartOrderItemImg:hover {
  opacity: 0.85;
}

.cartOrderItemImg img {
  width: 100px;
  height: 133px;
  object-fit: cover;
}

@media (max-width: 575px) {
  .cartOrderItemImg img {
    width: 80px;
    height: 110px;
  }
}

.cartOrderItemContent {
  width: 100%;
}

.cartOrderItemContentTop {
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}

.cartOrderItemContentBottom {
  display: flex;
  align-items: flex-start;
  column-gap: 30px;
  justify-content: space-between;
}

@media (max-width: 575px) {
  .cartOrderItemContentBottom {
    flex-direction: column;
    row-gap: 10px;
  }
}

.cartOrderItemPriceW {
  display: flex;
  column-gap: 20px;
}

.checkoutBlock {
  padding-bottom: 50px;
}

@media (max-width: 1199px) {
  .checkoutBlock:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 1500px) {
  .checkoutBlock {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .checkoutBlock {
    padding-bottom: 30px;
  }
}

.checkoutBlockTitle {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  cursor: pointer;
}

.checkoutBlockTitle.active img {
  transform: rotate(180deg);
}

@media (max-width: 1500px) {
  .checkoutBlockTitle img {
    width: 14px;
  }
}

.checkoutGrid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 10px;
  row-gap: 20px;
}

@media (max-width: 767px) {
  .checkoutGrid {
    row-gap: 15px;
  }
}

.checkoutGrid .form-row {
  grid-column: 6 span;
}

@media (max-width: 767px) {
  .checkoutGrid .form-row {
    grid-column: 12 span;
  }
}

.checkoutGrid .form-row label {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 15px;
  color: #757575;
}

@media (max-width: 1500px) {
  .checkoutGrid .form-row label {
    font-size: 13px;
  }
}

.checkoutGrid .form-row input {
  width: 100%;
  border: 1px solid #e9e9e9;
  height: 54px;
  padding-left: 24px;
  padding-right: 20px;
}

@media (max-width: 1500px) {
  .checkoutGrid .form-row input {
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 991px) {
  .checkoutGrid .form-row input {
    height: 50px;
  }
}

.checkoutGrid .form-row input:focus {
  border-color: #000;
}

.checkoutGrid .form-row select {
  cursor: pointer;
  border: 1px solid #e9e9e9;
  height: 54px;
  width: 100%;
  padding-left: 24px;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("assets/img/icons/arrow-down.svg") no-repeat right 20px center/12px;
}

@media (max-width: 1500px) {
  .checkoutGrid .form-row select {
    height: 48px;
    padding-left: 20px;
  }
}

@media (max-width: 1199px) {
  .checkoutGrid .form-row select {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .checkoutGrid .form-row select {
    height: 50px;
  }
}

.checkoutGrid .form-row--wide {
  grid-column: 12 span;
}

.checkoutGrid .radioW {
  grid-column: 6 span;
}

@media (max-width: 767px) {
  .checkoutGrid .radioW {
    grid-column: 12 span;
  }
}

.accountNav {
  margin-top: 45px;
}

@media (max-width: 991px) {
  .accountNav {
    margin-top: 30px;
  }
}

.accountNav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  row-gap: 5px;
  flex-wrap: wrap;
}

@media (max-width: 575px) {
  .accountNav {
    width: calc(100% + 30px);
    overflow: auto;
    margin-left: -20px;
    padding-left: 20px;
  }

  .accountNav ul {
    column-gap: 3px;
    flex-wrap: nowrap;
    /* width: 100%;
    overflow: auto; */
    justify-content: flex-start;
    /* padding-left: 10px;
    padding-right: 10px; */
  }
}

.accountNav ul li.active a,
.accountNav ul li.current-menu-item a,
.accountNav ul li.is-active a {
  border-color: #000;
}

.accountNav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  padding-left: 12px;
  padding-right: 12px;
  border: 1px solid transparent;
  text-transform: uppercase;
  font-size: 14px;
  transition: border-color 0.2s linear;
  position: relative;
  column-gap: 10px;
  text-align: center;
}

@media (max-width: 1500px) {
  .accountNav ul li a {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .accountNav ul li a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    column-gap: 4px;
    white-space: nowrap;
  }
}

.accountNav ul li a:hover {
  border-color: #000;
}

.accountNav ul li.account-nav-cart a::after,
.accountNav ul li.woocommerce-MyAccount-navigation-link--customer-logout a::after {
  content: "";
  width: 17px;
  height: 16px;
  display: block;
  background: url("assets/img/icons/logout.svg") no-repeat center center/contain;
  position: relative;
  bottom: 1px;
}

.accountHistItem {
  border-top: 1px solid #dfdfdf;
}

.accountHistItem:last-child {
  border-bottom: 1px solid #dfdfdf;
}

.accountHistItemStatus {
  padding: 6px 10px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  width: fit-content;
}

@media (max-width: 1500px) {
  .accountHistItemStatus {
    font-size: 13px;
    height: 27px;
  }
}

.accountHistItemStatus--green {
  background: rgba(66, 148, 68, 0.1);
  color: #429444;
}

.accountHistItemStatus--red {
  background: rgba(208, 65, 65, 0.1);
  color: #d04141;
}

.accountHistItemStatus--gray {
  background: rgba(117, 117, 117, 0.1);
  color: #757575;
}

.accountHistItemHead {
  display: flex;
  align-items: center;
  column-gap: 50px;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}

@media (max-width: 1500px) {
  .accountHistItemHead {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}

@media (max-width: 767px) {
  .accountHistItemHead {
    column-gap: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

.accountHistItemHead.active .accountHistItemArrow img {
  transform: rotate(180deg);
}

.accountHistItemR {
  display: flex;
  align-items: center;
  column-gap: 50px;
}

@media (max-width: 575px) {
  .accountHistItemR {
    column-gap: 15px;
  }
}

.accountHistItemArrow img {
  width: 14px;
  transition: transform 0.2s linear;
}

.accountHistItemBody {
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 50px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .accountHistItemBody {
    row-gap: 20px;
    column-gap: 0;
  }
}

.accountHistItemCol {
  grid-column: 6 span;
}

@media (max-width: 991px) {
  .accountHistItemCol {
    grid-column: 12 span;
  }
}

.accountHistItemProduct {
  display: flex;
  column-gap: 20px;
  align-items: flex-start;
}

@media (max-width: 575px) {
  .accountHistItemProduct {
    column-gap: 10px;
  }
}

.accountHistItemProduct:not(:last-child) {
  margin-bottom: 20px;
}

.accountHistItemProduct .cartItemImg img {
  width: 100px;
  height: 133px;
}

@media (max-width: 575px) {
  .accountHistItemProduct .cartItemImg img {
    width: 80px;
    height: 110px;
  }
}

.accountHistItemOrder {
  border: 1px solid #000;
  padding: 20px;
}

.accountHistItemOrderRow {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.accountHistItemOrderRow:not(:last-child) {
  margin-bottom: 20px;
}

.certPageHead {
  padding-bottom: 240px;
  position: relative;
}

.certPageHead::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.certPageHead .container {
  position: relative;
  z-index: 1;
}

.pageHeadCertImgW {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  width: 600px;
  height: 380px;
  margin-bottom: -433px;
}

@media (max-width: 1500px) {
  .pageHeadCertImgW {
    height: 320px;
    width: 500px;
  }
}

@media (max-width: 767px) {
  .pageHeadCertImgW {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .pageHeadCertImgW {
    height: 250px;
  }
}

.pageHeadCertImgW>img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
}

.pageHeadCertImgContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

@media (max-width: 1500px) {
  .pageHeadCertImgContent {
    height: 320px;
    padding-top: 22px;
    padding-left: 22px;
    padding-bottom: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 575px) {
  .pageHeadCertImgContent {
    height: 250px;
    padding: 18px;
  }
}

.pageHeadCertLogo {
  width: 156px;
  margin-left: auto;
}

@media (max-width: 1500px) {
  .pageHeadCertLogo {
    width: 120px;
  }
}

@media (max-width: 575px) {
  .pageHeadCertLogo {
    width: 100px;
  }
}

.pageHeadCertTitle {
  font-weight: 300;
  font-size: 32px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1500px) {
  .pageHeadCertTitle {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .pageHeadCertTitle {
    font-size: 17px;
  }
}

.certSect {
  padding-top: 240px;
}

@media (max-width: 767px) {
  .certSect {
    padding-top: 220px;
  }
}

.nominalGrid {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  column-gap: 10px;
}

@media (max-width: 991px) {
  .nominalGrid {
    grid-template-columns: repeat(6, 1fr);
    row-gap: 10px;
  }
}

.nominalGrid .radioW {
  grid-column: 2 span;
}

.nominalGrid .radioW label {
  justify-content: center;
  text-wrap: nowrap;
}

.certNomSum {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.contactsW {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 50px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .contactsW {
    column-gap: 30px;
  }
}

@media (max-width: 767px) {
  .contactsW {
    row-gap: 30px;
    column-gap: 0;
  }
}

.contactsW .col {
  grid-column: 6 span;
}

@media (max-width: 767px) {
  .contactsW .col {
    grid-column: 12 span;
  }
}

.footerT {
  border-top: 1px solid #e9e9e9;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .footerT {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footerC {
  border-top: 1px solid #e9e9e9;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}

@media (max-width: 991px) {
  .footerC {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .footerC {
    flex-direction: column;
  }
}

.footerB {
  border-top: 1px solid #e9e9e9;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
  column-gap: 50px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .footerB {
    flex-direction: column;
    row-gap: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.footerSubscribe {
  display: flex;
  align-items: center;
  column-gap: 50px;
  justify-content: space-between;
  margin-left: 685px;
}

@media (max-width: 1600px) {
  .footerSubscribe {
    margin-left: 653px;
  }
}

@media (max-width: 1500px) {
  .footerSubscribe {
    margin-left: 374px;
    column-gap: 40px;
  }
}

@media (max-width: 1199px) {
  .footerSubscribe {
    margin-left: 291px;
  }
}

@media (max-width: 991px) {
  .footerSubscribe {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    row-gap: 20px;
  }
}

.footerNav {
  width: 255px;
}

@media (max-width: 1600px) {
  .footerNav {
    width: 200px;
  }
}

@media (max-width: 1500px) {
  .footerNav {
    width: 215px;
  }
}

@media (max-width: 991px) {
  .footerNav {
    width: 180px;
  }
}

.footerNavW {
  display: flex;
  column-gap: 60px;
}

@media (max-width: 1500px) {
  .footerNavW {
    column-gap: 60px;
  }
}

@media (max-width: 1199px) {
  .footerNavW {
    flex-wrap: wrap;
    row-gap: 20px;
  }
}

@media (max-width: 767px) {
  .footerNavW {
    justify-content: center;
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .footerNavW {
    flex-direction: column;
    align-items: center;
    row-gap: 0;
  }
}

@media (max-width: 575px) {
  .footerNav ul {
    display: none;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footerNav ul li {
    text-align: center;
  }
}

.footerNav ul li:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 991px) {
  .footerNav ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.footerNav ul li a {
  font-size: 13px;
  font-weight: 300;
  text-decoration-color: transparent !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
  transition: text-decoration 0.2s linear;
}

.footerNav ul li a:hover {
  text-decoration-color: #000 !important;
}

@media (max-width: 575px) {
  .footerNav:nth-child(1) ul {
    display: block;
  }
}

.footerNav:last-child ul {
  margin-bottom: 0;
}

.footer .logo:hover {
  opacity: 0.85;
}

.footer .logo img {
  width: 170px;
}

@media (max-width: 767px) {
  .footer .logo img {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer .formInput {
  width: 270px;
}

@media (max-width: 1500px) {
  .footer .formInput {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .footer .formInput {
    width: 100%;
  }
}

@media (max-width: 1500px) {
  .footerNavHead {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .footerNavHead {
    background: url("assets/img/icons/arrow-down.svg") no-repeat right center/12px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .footerNavHead.active {
    background: url("assets/img/icons/arrow-up.svg") no-repeat right center/12px;
  }
}

.footerLogo svg {
  width: 64px;
  height: 24px;
  display: block;
}

@media (max-width: 767px) {
  .footerLogo svg {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .footerLogo svg {
    width: 60px;
  }
}

/* .menu-link {
  &:hover {
    &+.sub-menu {
      display: block;
      -webkit-animation: shows 0.2s;
      animation: shows 0.2s;
    }
  }
} */
.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
  line-height: normal;
}

.wpcf7 form .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.bapf_slidr_jqrui .bapf_from,
.bapf_slidr_jqrui .bapf_to {
  width: 100%;
  margin-bottom: 0;
}

.bapf_slidr_jqrui .bapf_from input,
.bapf_slidr_jqrui .bapf_to input {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  height: 37px;
}

.bapf_slidr_main {
  display: none;
}

.bapf_button.bapf_reset {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  text-decoration: underline;
}

@media(max-width: 575px) {
  .bapf_button.bapf_reset {
    margin-left: unset;
  }
}

.bapf_button.bapf_reset:hover {
  opacity: .85;
}

.relatedWrap {
  display: none;
}

#modalOrder .border-black {
  border: none;
}

#modalOrder .p-50 {
  padding: 0;
}

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

.productContent .reset_variations {
  display: none !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
  border-radius: 0;
}

.woo-variation-swatches .variable-items-wrapper.color-variable-items-wrapper .variable-item:not(.radio-variable-item) {
  width: 46px;
  height: 46px;
  padding: 4px;
  border-color: transparent;
  box-shadow: none;
}

@media(max-width: 991px) {
  .woo-variation-swatches .variable-items-wrapper.color-variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 42px;
    height: 42px;
    padding: 2px;
  }
}

.woo-variation-swatches .variable-items-wrapper.color-variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
}

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item) {
  height: 40px;
  padding: 0px 7px;
  box-shadow: none;
  border: 1px solid #E9E9E9;
}

.woo-variation-swatches .variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
}

.productVariation th label {
  color: #757575;
  font-size: 13px;
  font-weight: 300;
  margin-right: 8px;
}

.productVariation th span {
  font-weight: 300 !important;
  color: #000;
  font-size: 15px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before {
  display: none;
}

.wc-forward {
  border: 1px solid #000;
  margin-bottom: 10px;
  margin-top: 10px;

}

.wc-forward:hover {
  background-color: #000;
  color: #fff;
}

@media(max-width: 575px) {
  .wc-forward {
    height: 42px;
    width: 100%;
  }
}

.woocommerce-message {
  font-size: 15px;
  margin-bottom: 10px;
}

.added_to_cart.wc-forward {
  border-color: transparent;
}

.modalAddToCartBtnWrap {
  display: flex;
  column-gap: 5px;
  row-gap: 5px;
}

#modalAddToCart .modalHead {
  margin-bottom: 20px;
}

.cartOrder .swiper-slide {
  display: none;
}

.productW .onsale {
  display: none;
}

.woocommerce-error {
  margin-bottom: 10px;
}

.productContent .cartItemQuantityBtnMinus,
.productContent .quantity,
.productContent .cartItemQuantityBtnPlus {
  display: none;
}

.cartItemVariations dt {
  display: none;
}

.cartItemVariations dl+dl::before {
  content: '/';
}

.update-btn {
  display: none;
}

.coupon-error-notice {
  font-size: 15px;
}

.cartOrderItemVariation dt {
  display: none;
}

.cartOrderItemVariation {
  display: flex;
  gap: 4px;
}

.cartOrderItemVariation dl+dl::before {
  content: '/';
}

.radioW .payment_box {
  display: none !important;
}

.woocommerce-shipping-destination {
  margin-top: 15px;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}

.checkout-inline-error-message {
  font-size: 13px;
  color: red;
}

.woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-MyAccount-navigation-link--customer-logout {
  order: 6;
}

.woocommerce-MyAccount-navigation-link--dashboard {
  order: 1;
}

.woocommerce-MyAccount-navigation-link--edit-account {
  order: 2;
}

.woocommerce-MyAccount-navigation-link--edit-address {
  order: 3;
}

.woocommerce-MyAccount-navigation-link--orders {
  order: 4;
}

.woocommerce-MyAccount-navigation-link--izbrannoe {
  order: 5;
}

.woocommerce-form-row span em {
  font-size: 13px;
  line-height: normal;
}

.u-column2.woocommerce-Address {
  display: none;
}

.account-dashboard-head a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-offset: 3px;
}

.account-dashboard-head a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.accountRegisterWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
}

@media(max-width: 991px) {
  .accountRegisterWrap {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
}

.woocommerce-privacy-policy-text {
  font-size: 15px;
  line-height: normal;
}

.woocommerce-form-login__rememberme {
  display: flex;
  gap: 4px;
  margin-bottom: 15px;
  justify-content: center;
}

.woocommerce-table--order-details {
  max-width: 1000px;
}

.woocommerce-table--order-details th {
  text-align: start;
}

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

.woocommerce-table--custom-fields {
  max-width: 1000px;
}

.woocommerce-table--custom-fields th {
  text-align: start;
  width: 50%;
}

.accountHistItemProduct .cartItemTitle:hover {
  opacity: 1;
  color: var(--main-color);
}

.accountHistItemProduct .cartItemImg:hover {
  opacity: 1;
}

.product_posts_empty {
  grid-column: 12 span;
}

.page-id-16 .max-w-1130 {
  max-width: 100%;
}

.productVariations tr.productVariation {}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:hover {
  border-color: #000;
}

.productContent .woocommerce-variation.single_variation {
  display: none !important;
}

.productVariation--color {
  padding-left: 5px;
}

.b-cookie {
  position: fixed;
  left: 15px;
  bottom: 15px;
  z-index: 500;
  border: #f7f4ed;
  border-radius: 12px;
  background-color: white;
  box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.25);
  width: 500px;
  max-width: calc(100% - 30px);
  font-size: 15px;

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s ease;
}

.b-cookie._open {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}

.b-cookie._hide {
  opacity: 0;
}

.b-cookie__body {
  padding: 15px 20px 20px 20px;
}

.b-cookie__content {
  margin: 0;
}

.b-cookie__content a {
  text-decoration: underline;
}

.b-cookie__content a:hover {
  text-decoration: none;
}

.b-cookie__btn {
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  border-radius: 4px;
  margin-top: 15px;

  user-select: none;
  background-color: var(--main-color);
  color: white;

  transition: opacity 0.3s ease;
}

.b-cookie__btn:hover {
  opacity: 0.8;
}

.sub-menu-nav-title {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;

}

.thanks-order {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.thanks-content a {
  text-decoration: underline;
  font-weight: bolder;
}

.thanks-content a:hover {
  opacity: .85;
}

.cursive {
  font-style: italic;
}

.woocommerce-password-strength.bad {
  margin-top: 10px;
  margin-bottom: 10px;
  color: red;
}

.woocommerce-error li {
  color: red;
}

.woocommerce-password-strength {
  margin-top: 10px;
  margin-bottom: 10px;
  /* color: red; */
}

.productCard {
  position: relative;
}

.woocommerce-password-strength.short {
  color: red;
}

.productCard .productVariations:has(.productVariation--color) {
  display: none;
}

.productCard .productSizeW {
  display: none;
}

.productCard .cartItemQuantityBtnMinus,
.productCard .quantity-input,
.productCard .cartItemQuantityBtnPlus {
  display: none !important;
}

.productCard .productPrice {
  margin-bottom: 10px;
}

.productCard .productVariation th {
  display: none !important;
}

.productCard .reset_variations {
  display: none !important;
}

.productCard ._vars {
  display: none;
}

.productCard .prod-card__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

.productCard .variations_form ul {
  padding: 1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #E9E9E9;
  border-radius: 0;
}

.productCard .variations_form ul li {
  padding: 10px;
  -webkit-box-flex: 30%;
  -ms-flex: 30% 1 0px;
  flex: 30% 1 0;
  background: var(--main-color);
  text-align: center;
  border: 1px solid transparent;
  border-radius: 6px;
  -webkit-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  cursor: pointer;
}

.productCard .productVariations {
  margin-bottom: 10px;
}

.productCard .woocommerce-variation.single_variation {
  display: none !important;
}

.woo-variation-swatches .productCard .variable-items-wrapper.button-variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
  border-color: #000;
  background-color: var(--main-color);
  color: #fff;
}

.productCard .added_to_cart.wc-forward {
  display: none !important;
}

.productCard .single_add_to_cart_button {
  margin-bottom: 0;
}

.woo-variation-swatches .productCard .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  margin: 0;
}