@font-face {
  font-family: "Gotham-Pro";
  src: url("../fonts/Gotham-Pro/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Pro";
  src: url("../fonts/Gotham-Pro/GothamPro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Pro";
  src: url("../fonts/Gotham-Pro/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Pro";
  src: url("../fonts/Gotham-Pro/GothamPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Pro";
  src: url("../fonts/Gotham-Pro/GothamPro-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "velo";
  src: url("../fonts/Velo/velo.eot?dk9d46");
  src: url("../fonts/Velo/velo.eot?dk9d46#iefix") format("embedded-opentype"), url("../fonts/Velo/velo.ttf?dk9d46") format("truetype"), url("../fonts/Velo/velo.woff?dk9d46") format("woff"), url("../fonts/Velo/velo.svg?dk9d46#velo") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "velo" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pag_prev:before {
  content: "\e901";
}

.icon-pag_next:before {
  content: "\e902";
}

.icon-arrow-acc:before {
  content: "\e900";
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  line-height: 1.5;
  font-size: 100%;
  color: #2D1C2E;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Gotham-Pro", sans-serif;
  background-color: #ffffff;
  color: #2D1C2E;
}

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

button,
input {
  font-family: "Gotham-Pro", sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button:focus,
input:focus {
  outline: none;
}

button {
  padding: 0;
  border: none;
}

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

input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.page {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.container {
  max-width: 1312px;
  width: 100%;
  padding: 0 16px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .container-mob {
    max-width: 1312px;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}

#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

h2 {
  color: #000;
  font-size: 2.5em; /* 40 */
  line-height: 38.5px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: 1.5em; /* 24 */
    line-height: 23px;
  }
}

h3 {
  font-size: 1.5em; /* 24 */
  line-height: 28px;
  font-weight: 600;
}

.d-flex {
  display: flex;
}

a {
  text-decoration: none;
}

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

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

.align-items-s {
  align-items: start;
}

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

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

.align-self-s {
  align-self: flex-start;
}

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

.mr-20 {
  margin-right: 20px;
}

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

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

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

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

.pt-30 {
  padding-top: 30px;
}

@media only screen and (max-width: 500px) {
  .hidden-xs {
    display: none !important;
    visibility: hidden !important;
  }
}

.hidden {
  display: none !important;
}

.btn-outlined {
  background-color: transparent;
  border: solid 2px #000;
  text-transform: uppercase;
  display: block;
  font-size: 1em; /* 16 */
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 100%;
  text-align: center;
  padding: 16px 0;
  color: #000;
}

.swiper-button-prev,
.swiper-button-next {
  min-width: 60px;
  min-height: 60px;
  z-index: 120;
  transform: translateY(-58%);
}
@media only screen and (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    min-width: 40px;
    min-height: 40px;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.global-message {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background-color: #ffffff;
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: -100px;
  transition: bottom 0.2s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .global-message {
    width: 60px;
    height: 60px;
    right: 16px;
  }
  .global-message svg {
    width: 27px;
    height: 27px;
  }
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 10px;
  height: 26px;
  background-color: #0bb867;
  border: none;
  cursor: pointer;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 10px;
  height: 26px;
  background-color: #0bb867;
  border: none;
  cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
  background: #08a85e;
}

input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #0bb867, 0 0 9px #0bb867;
  -webkit-box-shadow: inset 0 0 3px #0bb867, 0 0 9px #0bb867;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 6px;
  width: 100%;
  position: absolute;
  pointer-events: none;
}

.checkbox-label-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 0.875em; /* 14 */
  line-height: 13.5px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media only screen and (max-width: 1024px) {
  .checkbox-label-container {
    font-size: 1em; /* 16 */
    line-height: 16px;
  }
}
@media only screen and (max-width: 500px) {
  .checkbox-label-container {
    padding-left: 28px;
  }
}
.checkbox-label-container > span {
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 1024px) {
  .checkbox-label-container > span {
    top: 1.5px;
  }
}
@media only screen and (max-width: 500px) {
  .checkbox-label-container > span {
    top: 3px;
  }
}

/* Hide the browser's default checkbox */
.checkbox-label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Create a custom checkbox */
.checkbox-label-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: solid 1px #2d1c2e;
}
@media only screen and (max-width: 500px) {
  .checkbox-label-container .checkmark {
    width: 20px;
    height: 20px;
  }
}

/* When the checkbox is checked, add a blue background */
.checkbox-label-container input:checked ~ .checkmark {
  background-color: #0bb867;
  border-color: #0bb867;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-label-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-label-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-label-container .checkmark:after {
  left: 5px;
  top: 0;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 1.4px 1.4px 0;
  transform: rotate(45deg);
}
@media only screen and (max-width: 500px) {
  .checkbox-label-container .checkmark:after {
    left: 7px;
    top: 2px;
  }
}

.rotate-180 {
  transition: transform 0.2s ease-in-out;
  transform: rotate(180deg) !important;
}

.error-message {
  font-size: 0.625em; /* 10 */
  line-height: 10px;
  font-weight: 400;
  margin-top: 5px;
  display: inline-block;
  color: #ff0200;
}

.error-input {
  border-color: #ff0000 !important;
}

/*=== Components ===*/
.basket {
  background-color: #ffffff;
  max-width: 446px;
  height: 90vh;
  display: flex;
  flex-direction: column;
  padding: 20px;
  margin-left: auto;
}
.basket img {
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .basket {
    max-width: 100%;
    height: 80vh;
    padding: 20px 16px 30px 16px;
  }
}
.basket__items {
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding-bottom: 30px;
  height: 100%;
  border-bottom: solid 1px #E6E6E6;
}
.basket__items::-webkit-scrollbar {
  display: none;
}
.basket__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: solid 1px #E6E6E6;
}
.basket__header-title {
  text-transform: uppercase;
  color: #000;
  font-size: 1.25em; /* 20 */
  line-height: 19px;
  font-weight: 700;
}
.basket__btn {
  text-transform: uppercase;
  width: 100%;
  height: 54px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em; /* 16 */
  line-height: 22.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #000;
  margin-top: 24px;
}
.basket__overall-text {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  color: #000;
  font-size: 1.125em; /* 18 */
  line-height: 17.5px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
}
.basket__not-found {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  align-items: center;
}
.basket__not-found-title {
  font-size: 1em; /* 16 */
  line-height: 15.5px;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 30px;
}

.basket-item {
  display: flex;
  padding: 20px 0;
  align-items: flex-start;
  border-bottom: solid 1px #E6E6E6;
}
.basket-item:last-child {
  border-bottom: 0;
}
.basket-item__inner {
  display: flex;
  margin-right: 25px;
}
.basket-item__inner a {
  margin-right: 10px;
}
.basket-item__inner a > img {
  width: 140px !important;
  height: 94px !important;
}
.basket-item__title {
  font-size: 0.875em; /* 14 */
  line-height: 13.5px;
  font-weight: 500;
  margin-bottom: 14px;
  color: #000;
}
.basket-item__info {
  font-size: 0.75em; /* 12 */
  line-height: 11.5px;
  font-weight: 500;
}
.basket-item .remove.remove_from_cart_button img {
  width: 12px;
  height: 12px;
}
.basket-item .remove.remove_from_cart_button:hover {
  color: inherit !important;
  background: none;
}

.basket-wrapper {
  position: fixed;
  transition: all 0.5s ease-in-out;
  transform: translateY(-120vh);
  opacity: 0;
  z-index: 100;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.basket-translate {
  transform: translateY(0vh);
  opacity: 1;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
.breadcrumbs__item {
  color: #2d1c2e;
  font-size: 0.875em; /* 14 */
  line-height: 21px;
  font-weight: 400;
}
.breadcrumbs__item:last-child {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 21px;
}
.breadcrumbs__item a {
  color: #2d1c2e;
}
.breadcrumbs__delim {
  margin: 0 5px;
  font-size: 0.875em; /* 14 */
  line-height: 21px;
  font-weight: 400;
}
.breadcrumbs__last {
  font-weight: 700;
}

.catalogue-sidebar .catalogue-sidebar-switcher {
  padding: 12px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  display: none;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-switcher {
    display: flex;
  }
}
.catalogue-sidebar .catalogue-sidebar-switcher .catalogue-sidebar-switcher-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 8px;
}
.catalogue-sidebar .catalogue-sidebar-switcher .catalogue-sidebar-switcher-icon {
  transition: 0.2s;
  position: relative;
}
.catalogue-sidebar .catalogue-sidebar-switcher .catalogue-sidebar-switcher-icon._active {
  transform: rotate(180deg);
  top: -3px;
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-body {
    margin-top: 30px;
    display: none;
  }
  .catalogue-sidebar .catalogue-sidebar-body._active {
    display: block;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__title {
  text-transform: uppercase;
  color: #2D1C2E;
  letter-spacing: 0.1em;
  font-size: 1.125em; /* 18 */
  line-height: 17.5px;
  font-weight: 500;
}
.catalogue-sidebar .catalogue-sidebar-body__categories {
  margin-top: 17px;
}
.catalogue-sidebar .catalogue-sidebar-body__categories-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
}
.catalogue-sidebar .catalogue-sidebar-body__categories-item:hover h4 {
  color: #0BB867;
}
.catalogue-sidebar .catalogue-sidebar-body__categories-count {
  display: block;
  padding: 4px 5px;
  font-size: 0.875em; /* 14 */
  line-height: 13.5px;
  font-weight: 700;
  background-color: #0BB867;
  color: #ffffff;
  min-width: 30px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body__categories-count {
    min-width: 50px;
    font-size: 1.125em; /* 18 */
    line-height: 17.5px;
    font-weight: 700;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__categories h4 {
  font-size: 0.875em; /* 14 */
  line-height: 13.5px;
  font-weight: 700;
  color: #2D1C2E;
  display: block;
  width: 100%;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body__categories h4 {
    font-size: 1.125em; /* 18 */
    line-height: 17.5px;
    font-weight: 700;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__item {
  padding-bottom: 30px;
  border-bottom: solid 1px #D9D9D9;
}
.catalogue-sidebar .catalogue-sidebar-body__item:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body__item:last-child {
    border-bottom: solid 1px #D9D9D9;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__range-wrapper {
  margin-top: 25px;
}
.catalogue-sidebar .catalogue-sidebar-body__dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalogue-sidebar .catalogue-sidebar-body__dropdown svg {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  transform: rotate(180deg);
  min-width: 16px;
  min-height: 16px;
}
.catalogue-sidebar .catalogue-sidebar-body__checkbox-wrapper {
  margin-top: 17px;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body__checkbox-wrapper {
    margin-top: 23px;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__checkbox-wrapper:first-child {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body_hide-mob {
    display: none;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__filter-mob {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  border-top: solid 1px #D9D9D9;
  padding: 12px 0;
  border-bottom: solid 1px #D9D9D9;
}
.catalogue-sidebar .catalogue-sidebar-body__filter-mob svg {
  margin-left: 8px;
  transition: transform 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body__filter-mob {
    display: flex;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__filter-mob h2 {
  letter-spacing: 0.05em;
  color: #2D1C2E;
  text-transform: uppercase;
  font-size: 1em; /* 16 */
  line-height: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .grid-checkboxes-mob {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

#checkboxes label {
  float: left;
}

#checkboxes ul {
  margin: 0;
  list-style: none;
  float: left;
}

.text-active h4 {
  color: #0BB867;
}

.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0 !important;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter {
  padding-top: 30px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter .wcapf-field-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 17.5px;
  text-transform: uppercase;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter .wcapf-field-inner .wcapf-layered-nav {
  padding: 0;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter .wcapf-field-inner .wcapf-layered-nav ul {
  font-weight: 700;
  font-size: 14px;
  line-height: 0.9em;
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter .wcapf-field-inner .wcapf-layered-nav ul {
    font-size: 1.125em; /* 18 */
    line-height: 17.25px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter .wcapf-field-inner .wcapf-layered-nav ul li label span:first-child {
    position: relative;
    top: 2.5px;
  }
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-title {
  margin-bottom: 27px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li:not(:last-child) {
  margin-bottom: 14px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li input {
  display: none;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li input:checked + label > span:first-child {
  color: #0BB867;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li label span:first-child {
  transition: all 0.5s ease;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li label .count::before,
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li label .count::after {
  display: none;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li label .count {
  padding: 3px 7px;
  background-color: #0BB867;
  color: #fff;
  opacity: 1;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-price-filter .wcapf-field-inner .wcapf-range-slider {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 15px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-price-filter .wcapf-field-inner .wcapf-range-slider .range-wrapper {
  margin-bottom: 0;
  margin-top: 24px;
  justify-content: center;
  font-size: 14px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-price-filter .wcapf-field-inner .wcapf-range-slider .range-wrapper .wcapf-range-separator {
  display: block;
  margin: 0 5px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-price-filter .wcapf-field-inner .wcapf-range-slider .wcapf-noui-slider .wcapf-noui-base .wcapf-noui-connects .wcapf-noui-connect {
  background: #0BB867;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-price-filter .wcapf-field-inner .wcapf-range-slider .wcapf-noui-slider .wcapf-noui-base .wcapf-noui-origin .wcapf-noui-handle {
  background: #0BB867;
  width: 10px;
  height: 26px;
  top: -9px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter._active .wcapf-field-title {
  padding-bottom: 22px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter._active .wcapf-field-title::after {
  transform: rotate(180deg);
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter._active .wcapf-field-inner {
  display: block;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-title {
  position: relative;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-title::after {
  content: "";
  display: block;
  background: url("../img/arrow-sidebar.svg") no-repeat center;
  width: 16px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 3px;
  transition: transform 0.2s;
  transform: rotate(0deg);
  cursor: pointer;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner {
  display: none;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li:not(:last-child) {
  margin-bottom: 16px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li input {
  display: none;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li input:checked + label::before {
  border-color: #0BB867;
  background-color: #0BB867;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li input:checked + label::after {
  opacity: 1;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li label {
  position: relative;
  padding-left: 25px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #2D1C2E;
  position: absolute;
  top: 0;
  left: 0;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li label::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url("../img/checkbox.png") no-repeat center;
  position: absolute;
  top: 4px;
  left: 3px;
  transition: 0.2s;
  opacity: 0;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li span {
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav[data-filter-key=_attribute_brand] ul, .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav[data-filter-key=_attribute_frame_size_inches] ul {
    display: flex;
    flex-wrap: wrap;
  }
  .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav[data-filter-key=_attribute_brand] li, .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav[data-filter-key=_attribute_frame_size_inches] li {
    width: 50%;
  }
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-reset-button-filter .wcapf-field-inner .wcapf-reset-filters .wcapf-reset-filters-btn {
  max-width: 320px;
  width: 100%;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #000;
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-reset-button-filter .wcapf-field-inner .wcapf-reset-filters .wcapf-reset-filters-btn {
    max-width: 100%;
  }
}

.counter {
  border: solid 1px #E6E6E6;
  height: 45px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.counter__minus, .counter__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  font-size: 1.375em; /* 22 */
  line-height: 26px 500;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.counter__count {
  font-size: 1.375em; /* 22 */
  line-height: 26px 500;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 25px;
  border-right: solid 1px #E6E6E6;
  border-left: solid 1px #E6E6E6;
  max-width: 70px;
}
.counter__count > span {
  position: relative;
  top: 3px;
}

.feedback-form {
  background: linear-gradient(101.7deg, #ECFFF6 -21%, #0BB867 34.24%);
  box-shadow: 0px 10px 60px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 11px 0 50px 100px;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .feedback-form {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .feedback-form {
    flex-direction: column;
    align-items: center;
    height: 100%;
    transform: translateY(0);
    margin-bottom: 107px;
    padding: 21px 20px 0 20px;
  }
}
.feedback-form__title-wrapper {
  display: flex;
}
.feedback-form__title-wrapper h3 {
  margin-top: auto;
}
.feedback-form__title-wrapper svg,
.feedback-form__title-wrapper img {
  position: relative;
  top: -15px;
  margin-left: 10px;
  margin-top: 15px;
  min-width: 65px;
  min-height: 62px;
}
@media only screen and (max-width: 1024px) {
  .feedback-form__title-wrapper svg,
  .feedback-form__title-wrapper img {
    min-width: 49px;
    min-height: 46px;
    width: 49px;
    height: 46px;
  }
}
.feedback-form__title {
  font-size: 2em; /* 32 */
  line-height: 38.5px;
  font-weight: 700;
  color: #12102B;
}
.feedback-form__main {
  display: flex;
  padding-top: 10px;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .feedback-form__main {
    padding-top: 5px;
  }
}
.feedback-form__form {
  max-width: 516px;
}
@media only screen and (max-width: 1024px) {
  .feedback-form__form {
    position: relative;
    top: 5px;
  }
}
.feedback-form__input {
  width: 100%;
  background-color: #ffffff;
  padding: 0 20px;
  height: 62px;
  border: none;
  margin-top: 20px;
  font-size: 1.0625em; /* 17 */
  line-height: 20.5px;
  font-weight: 400;
}
@media only screen and (max-width: 1024px) {
  .feedback-form__input {
    height: 54px;
  }
}
.feedback-form__input::-moz-placeholder {
  color: #AAAAAA;
}
.feedback-form__input::placeholder {
  color: #AAAAAA;
}
.feedback-form__submit {
  border: none;
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 73px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000;
  font-size: 1.125em; /* 18 */
  line-height: 21.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .feedback-form__submit {
    width: 100%;
  }
}
.feedback-form__image {
  position: absolute;
  right: 76px;
  bottom: 48px;
}
@media only screen and (max-width: 1200px) {
  .feedback-form__image {
    right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .feedback-form__image {
    position: relative;
    right: 0;
    bottom: -38px;
  }
  .feedback-form__image img {
    width: 303px;
    height: 267px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  grid-column-end: span 2;
}
@media only screen and (max-width: 768px) {
  .pagination {
    flex-direction: column;
    grid-column-end: span 1;
  }
}
.pagination__inner {
  display: flex;
  align-items: center;
  margin-right: 58px;
}
@media only screen and (max-width: 768px) {
  .pagination__inner {
    margin-right: 0;
  }
}
.pagination__item {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #2D1C2E;
  margin-right: 4px;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .pagination__item {
    margin-right: 10px;
  }
}
.pagination__item-link {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em; /* 16 */
  line-height: 24px;
  font-weight: 500;
  color: #2D1C2E;
  transition: 0.2s ease-in-out;
}
.pagination__item_active {
  background-color: #0BB867;
  border-color: #0BB867;
}
.pagination__item_active .pagination__item-link {
  color: #fff;
}
.pagination__item:hover {
  background-color: #0BB867;
  border-color: #0BB867;
}
.pagination__item:hover .pagination__item-link {
  color: #fff;
}
.pagination__arrow-left {
  margin-right: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .pagination__arrow-left {
    margin-right: 16px;
  }
}
.pagination__arrow-right {
  margin-left: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .pagination__arrow-right {
    margin-right: 6px;
  }
}
.pagination__item-dots {
  border: none;
}
.pagination__item-dots:hover {
  border-color: #2D1C2E;
  background-color: transparent;
}
.pagination__item-dots:hover .pagination__item-link {
  color: inherit;
}
.pagination__search {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .pagination__search {
    margin-top: 20px;
  }
}
.pagination__search-btn {
  font-size: 1em; /* 16 */
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  height: 40px;
  width: 130px;
  cursor: pointer;
  background-color: #0BB867;
  color: #ffffff;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .pagination__search-btn {
    width: 160px;
  }
}
.pagination__search-input {
  font-size: 1em; /* 16 */
  line-height: 24px;
  font-weight: 500;
  border: 1px solid #2D1C2E;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 60px;
  padding: 8px;
  padding-right: 2px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .pagination__search-input {
    width: 160px;
  }
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 62px;
}
@media only screen and (max-width: 1024px) {
  .pagination-wrapper {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 500px) {
  .pagination-wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.pagination-wrapper .pagination-area {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 500px) {
  .pagination-wrapper .pagination-area {
    margin-bottom: 5px;
  }
}
.pagination-wrapper .pagination-area .page-numbers {
  align-items: center;
  border: 1px solid #2d1c2e;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 4px;
  transition: 0.2s ease-in-out;
  width: 40px;
  color: #2d1c2e;
  font-weight: 500;
}
.pagination-wrapper .pagination-area .page-numbers.current {
  background-color: #0bb867;
  border-color: #0bb867;
  color: #fff;
}
.pagination-wrapper .pagination-area .page-numbers:hover:not(.prev, .next) {
  background-color: #0bb867;
  border-color: #0bb867;
  color: #fff;
}
.pagination-wrapper .pagination-area .page-numbers.prev, .pagination-wrapper .pagination-area .page-numbers.next {
  border: none;
}
.pagination-wrapper .pagination-area .page-numbers:hover .prev, .pagination-wrapper .pagination-area .page-numbers:hover .next {
  background-color: none;
  color: #2d1c2e;
}
@media only screen and (max-width: 500px) {
  .pagination-wrapper .pagination-search {
    margin-top: 20px;
  }
}
.pagination-wrapper .pagination-search .pagination-search-input {
  font-size: 1em; /* 16 */
  line-height: 24px;
  font-weight: 500;
  border: 1px solid #2D1C2E;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 60px;
  padding: 8px;
  padding-right: 2px;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  .pagination-wrapper .pagination-search .pagination-search-input {
    width: 160px;
  }
}
.pagination-wrapper .pagination-search .pagination-search-button {
  font-size: 1em; /* 16 */
  line-height: 22px;
  font-weight: 700;
  text-align: center;
  height: 40px;
  width: 130px;
  cursor: pointer;
  background-color: #0BB867;
  color: #ffffff;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .pagination-wrapper .pagination-search .pagination-search-button {
    width: 160px;
  }
}

.woocommerce-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 62px;
}
@media only screen and (max-width: 500px) {
  .woocommerce-pagination {
    margin: 40px 0 60px;
  }
}
.woocommerce-pagination .page-numbers {
  align-items: center;
  border: 1px solid #2d1c2e;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-right: 4px;
  transition: 0.2s ease-in-out;
  width: 40px;
  color: #2d1c2e;
  font-weight: 500;
  margin-bottom: 2px;
}
.woocommerce-pagination .page-numbers.current {
  background-color: #0bb867;
  border-color: #0bb867;
  color: #fff;
}
.woocommerce-pagination .page-numbers:hover:not(.prev, .next) {
  background-color: #0bb867;
  border-color: #0bb867;
  color: #fff;
}
.woocommerce-pagination .page-numbers.prev, .woocommerce-pagination .page-numbers.next {
  border: none;
}
.woocommerce-pagination .page-numbers:hover .prev, .woocommerce-pagination .page-numbers:hover .next {
  background-color: none;
  color: #2d1c2e;
}
.product-item {
  display: flex;
  flex-direction: column;
  color: #2D1C2E;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  height: 100%;
}
.product-item img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .product-item img {
    height: auto;
  }
}
@media only screen and (max-width: 500px) {
  .product-item img {
    height: auto;
    max-height: auto;
  }
}
.product-item a {
  color: #2D1C2E;
}
.product-item__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2em;
}
.product-item__colors {
  display: flex;
  margin-bottom: 24px;
}
@media only screen and (max-width: 500px) {
  .product-item__colors {
    margin-bottom: 20px;
  }
}
.product-item__colors span {
  margin-right: 14px;
  display: block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
}
.product-item__colors_black {
  background-color: #000;
  box-shadow: 0px 0px 0px 1px #000;
}
.product-item__colors_green {
  background-color: #0BB867;
  box-shadow: 0px 0px 0px 1px #0BB867;
}
.product-item__colors_blue {
  background-color: #00579F;
  box-shadow: 0px 0px 0px 1px #00579F;
}
.product-item__colors_red {
  background-color: #FF0000;
  box-shadow: 0px 0px 0px 1px #FF0000;
}
.product-item__colors_gray {
  background-color: gray;
  box-shadow: 0px 0px 0px 1px grey;
}
.product-item__colors_white {
  background-color: #fff;
  box-shadow: 0px 0px 0px 1px #fff;
}
.product-item__colors_brown {
  background-color: brown;
  box-shadow: 0px 0px 0px 1px brown;
}
.product-item__colors_yellow {
  background-color: yellow;
  box-shadow: 0px 0px 0px 1px yellow;
}
.product-item__colors_purple {
  background-color: purple;
  box-shadow: 0px 0px 0px 1px purple;
}
.product-item__colors_lightgreen {
  background-color: lightgreen;
  box-shadow: 0px 0px 0px 1px lightgreen;
}
.product-item__colors_lightblue {
  background-color: lightblue;
  box-shadow: 0px 0px 0px 1px lightblue;
}
.product-item__colors_orange {
  background-color: orange;
  box-shadow: 0px 0px 0px 1px orange;
}
.product-item__colors_graphitic {
  background-color: darkgray;
  box-shadow: 0px 0px 0px 1px darkgray;
}
.product-item__colors_turquoise {
  background-color: turquoise;
  box-shadow: 0px 0px 0px 1px turquoise;
}
.product-item__colors_darkkhaki {
  background-color: darkkhaki;
  box-shadow: 0px 0px 0px 1px darkkhaki;
}
.product-item__colors_active {
  border-color: #ECFFF6 !important;
}
.product-item__price {
  margin-top: 24px;
  font-size: 1.25em; /* 20 */
  line-height: 19.2px;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .product-item__price {
    font-size: 1em; /* 16 */
    line-height: 15.5px;
    margin-top: 20px;
  }
}
.product-item__content {
  background-color: #ECFFF6;
  padding: 20px;
}
@media only screen and (max-width: 500px) {
  .product-item__content {
    padding: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .related.products .product-item .product-item__content .product-item__title,
  .catalogue-items .product-item .product-item__content .product-item__title {
    font-size: 16px !important;
    line-height: 0.9em;
  }
}
.related.products .product-item .product-item__content .price,
.catalogue-items .product-item .product-item__content .price {
  font-weight: 700;
  font-size: 20px;
  margin: 0 !important;
}
@media only screen and (max-width: 500px) {
  .related.products .product-item .product-item__content .price,
  .catalogue-items .product-item .product-item__content .price {
    font-size: 16px !important;
  }
}
.related.products .product-item .product-item__content .price del,
.catalogue-items .product-item .product-item__content .price del {
  opacity: 1 !important;
  color: #FF0000;
  text-decoration: none;
  position: relative;
}
.related.products .product-item .product-item__content .price del::after,
.catalogue-items .product-item .product-item__content .price del::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FF0000;
  position: absolute;
  top: 12px;
  left: 0;
}
.related.products .product-item .product-item__content .price del bdi,
.catalogue-items .product-item .product-item__content .price del bdi {
  color: #FF0000;
}
.related.products .product-item .product-item__content .price ins,
.catalogue-items .product-item .product-item__content .price ins {
  text-decoration: none;
  margin-right: 20px;
}

.range-slider {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 375px) {
  .range-slider {
    width: 320px;
  }
}
.range-slider__form-control {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em; /* 14 */
  line-height: 13.5px;
  font-weight: 400;
  margin-top: 14px;
  color: #2D1C2E;
}
.range-slider__form-control input {
  color: #2D1C2E;
  font-size: 0.875em; /* 14 */
  line-height: 13.5px;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  background-color: transparent;
}
@media only screen and (max-width: 768px) {
  .range-slider__form-control input {
    font-size: 1.125em; /* 18 */
    line-height: 17.25px;
    font-weight: 400;
  }
}
.range-slider__form-control input:first-child {
  text-align: right;
}
.range-slider__form-control input:disabled {
  color: #2D1C2E;
  opacity: 1;
}
.range-slider__sliders-control {
  position: relative;
  height: 16px;
}

#fromSlider {
  height: 0;
  top: 3px;
  z-index: 1;
}

#toSlider {
  border-radius: 0;
}

.search-element {
  height: 40px;
  max-width: 292px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .search-element {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
}
.search-element__input, .search-element__submit-btn {
  height: 100%;
  border: none;
}
.search-element__input {
  border: solid 1px #333;
  font-size: 1em; /* 16 */
  line-height: 19px;
  font-weight: 400;
  color: #333;
  padding: 10px 6px 10px 12px;
  border-radius: 0;
  width: 100%;
}
.search-element__input::-moz-placeholder {
  color: #333;
}
.search-element__input::placeholder {
  color: #333;
}
@media only screen and (max-width: 1024px) {
  .search-element__input {
    width: calc(100% + 2px);
    position: relative;
    right: -2px;
  }
}
@media only screen and (max-width: 1024px) {
  .search-element input.search-input {
    border-right: none;
  }
  .search-element input.search-input::-moz-placeholder {
    color: #333;
    font-size: 1em; /* 16 */
    line-height: 19.2px;
    font-weight: 400;
  }
  .search-element input.search-input::placeholder {
    color: #333;
    font-size: 1em; /* 16 */
    line-height: 19.2px;
    font-weight: 400;
  }
}
.search-element__submit-btn {
  cursor: pointer;
  border: solid 1px #333;
  border-left: none;
  background-color: transparent;
  padding-right: 12px;
  padding-left: 6px;
}
.search-element__mob {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-element__mob > div {
  display: flex;
  height: 54px;
  width: 100%;
}
.search-element__mob-btn {
  width: 100%;
  background-color: #000;
  color: #ffffff;
  font-size: 1em; /* 16 */
  line-height: 22.5px;
  font-weight: 700;
  padding: 16px 0;
  letter-spacing: 0.1em;
  margin-top: 30px;
  cursor: pointer;
  text-transform: uppercase;
}

.search-wrapper {
  background-color: #fff;
  width: 100%;
  padding: 25px 16px 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.search-wrapper::before {
  content: "";
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #E6E6E6;
  top: 0;
}

/*=== Sections ===*/
.header__top {
  padding-top: 20px;
  padding-bottom: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .header__top {
    display: none;
  }
}
.header__contact-info {
  display: flex;
  flex-direction: column;
}
.header__contact-info-phone {
  font-size: 1.25em; /* 20 */
  line-height: 19px;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
  color: #2D1C2E;
}
.header__contact-info-schedule-text {
  font-size: 0.75em; /* 12 */
  line-height: 11.5px;
  font-weight: 400;
  color: #8D8D8D;
}
.header__search-btn {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.header__logo {
  transform: translateX(-150%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__logo img {
  max-width: 89px;
  width: 100%;
  height: 58px;
}
.header__logo a {
  font-size: 1.25em; /* 20 */
  line-height: 19px;
  font-weight: 700;
  color: #636363;
}
.header__logo_mob {
  margin-top: 15px;
  transform: none;
}
.header__nav-list {
  display: flex;
}
.header__nav-item a {
  color: #2D1C2E;
  font-size: 0.875em; /* 14 */
  line-height: 13.4px;
  font-weight: 700;
  margin-right: 35px;
  display: inline-block;
  padding: 21px 0;
  transition: color 0.2s ease-in-out;
}
.header__nav-item a:hover {
  color: #0BB867;
}
@media only screen and (max-width: 1024px) {
  .header__nav-item a {
    padding: 20px 0;
    width: 100%;
    border-bottom: solid 1px #F3F3F3;
    font-size: 1.375em; /* 22 */
    line-height: 26.5px;
    font-weight: 500;
    transition: font-size 0.2s ease-in-out;
  }
  .header__nav-item a:hover {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav-item:first-child a {
    padding-top: 0;
  }
}
.header__nav-item_active a {
  color: #0BB867;
}
.header__nav-wrapper nav ul li a, .header__nav-wrapper_mob nav ul li a {
  color: #2D1C2E;
  font-size: 0.875em; /* 14 */
  line-height: 13.4px;
  font-weight: 700;
  margin-right: 35px;
  display: inline-block;
  padding: 21px 0;
  transition: color 0.2s ease-in-out;
}
.header__nav-wrapper nav ul li a:hover, .header__nav-wrapper_mob nav ul li a:hover {
  color: #0BB867;
}
@media only screen and (max-width: 1024px) {
  .header__nav-wrapper nav ul li a, .header__nav-wrapper_mob nav ul li a {
    padding: 20px 0;
    width: 100%;
    border-bottom: solid 1px #F3F3F3;
    font-size: 1.375em; /* 22 */
    line-height: 26.5px;
    font-weight: 500;
    transition: font-size 0.2s ease-in-out;
  }
  .header__nav-wrapper nav ul li a:hover, .header__nav-wrapper_mob nav ul li a:hover {
    font-size: 24px;
  }
}
.header__nav-wrapper nav ul li.current-menu-item a, .header__nav-wrapper_mob nav ul li.current-menu-item a {
  color: #0BB867;
}
@media only screen and (max-width: 1024px) {
  .header__nav-wrapper nav ul li:first-child a, .header__nav-wrapper_mob nav ul li:first-child a {
    padding-top: 0;
  }
}
.header__nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: solid 1px #E6E6E6;
  border-bottom: solid 1px #E6E6E6;
}
@media only screen and (max-width: 1024px) {
  .header__nav-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .header__nav-wrapper nav {
    margin-right: 24px;
    max-width: 800px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header__nav-wrapper nav::-webkit-scrollbar {
    display: none;
  }
}
.header__nav-wrapper_mob {
  width: 100%;
  background-color: #ffffff;
  padding: 0 16px 30px 16px;
  max-height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
}
.header__mob {
  display: none;
  justify-content: space-between;
  align-items: center;
  min-height: 62px;
}
@media only screen and (max-width: 1024px) {
  .header__mob {
    display: flex;
  }
}
.header__mob svg,
.header__mob img {
  cursor: pointer;
}
.header__mob-text-title {
  font-size: 1.25em; /* 20 */
  line-height: 19px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.dark-wrapper {
  position: fixed;
  z-index: 100;
  left: 0;
  width: 100%;
  height: 100vh;
  top: 62px;
  background: rgba(0, 0, 0, 0.8);
}

.basket-deskt-icon {
  cursor: pointer;
}

.footer {
  margin-top: auto;
}
.footer._fixed {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .footer._fixed {
    padding-top: 365px;
  }
}
@media only screen and (max-width: 768px) {
  .footer._fixed {
    padding-top: 773px;
  }
}
.footer._fixed .footer__main-content {
  padding-top: 320px;
}
@media only screen and (max-width: 768px) {
  .footer._fixed .footer__main-content {
    padding-top: 40px;
  }
}
.footer a {
  color: #ffffff;
}
.footer .footer__feedback-form {
  max-width: 1280px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .footer .footer__feedback-form > .container {
    padding: 0;
  }
}
.footer .footer__main-content {
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .footer .footer__main-content {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.footer .footer__main-content .footer__grid {
  display: grid;
  grid-template-columns: 4fr 3fr 3fr 2fr;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .footer .footer__main-content .footer__grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.footer .footer__main-content .footer__grid .footer__logo {
  font-size: 2.5em; /* 40 */
  line-height: 38.5px;
  font-weight: 700;
}
.footer .footer__main-content .footer__grid .footer__logo img {
  max-width: 89px;
  width: 100%;
  height: 58px;
}
.footer .footer__main-content .footer__grid .footer__logo a {
  color: #636363;
}
.footer .footer__main-content .footer__grid .footer__list .footer__list-title {
  color: #ffffff;
  font-size: 1.125em; /* 18 */
  line-height: 17.25px;
  font-weight: 700;
  margin-bottom: 30px;
}
.footer .footer__main-content .footer__grid .footer__list li a {
  font-size: 0.875em; /* 14 */
  line-height: 13.4px;
  font-weight: 400;
  padding-bottom: 20px;
  display: block;
}
.footer .footer__main-content .footer__grid .footer__list .footer__socials {
  display: flex;
  align-items: center;
}
.footer .footer__main-content .footer__grid .footer__list .footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.footer .footer__bottom-content {
  padding: 16px 0;
  background-color: #171717;
}
@media only screen and (max-width: 768px) {
  .footer .footer__bottom-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer .footer__bottom-content .payment-cards {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .footer .footer__bottom-content .payment-cards {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer__bottom-content .payment-cards .payment-cards__desktop-wrapp {
    display: none;
  }
}
.footer .footer__bottom-content .payment-cards .payment-cards__mobile-wrapp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .footer .footer__bottom-content .payment-cards .payment-cards__mobile-wrapp {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .footer__bottom-content .payment-cards .payment-cards__mobile-wrapp img {
    margin-bottom: 20px;
  }
}
.footer .footer__bottom-content .payment-cards .payment-cards__desktop-wrapp img:not(:last-child),
.footer .footer__bottom-content .payment-cards .payment-cards__mobile-wrapp img:not(:last-child) {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .footer .footer__bottom-content .payment-cards .payment-cards__desktop-wrapp img,
  .footer .footer__bottom-content .payment-cards .payment-cards__mobile-wrapp img {
    padding-top: 20px;
  }
  .footer .footer__bottom-content .payment-cards .payment-cards__desktop-wrapp img:not(:last-child),
  .footer .footer__bottom-content .payment-cards .payment-cards__mobile-wrapp img:not(:last-child) {
    margin-right: 35px;
  }
}
.footer .footer__bottom-content .payment-cards .payment-cards__copyright {
  display: flex;
  align-items: center;
}
.footer .footer__bottom-content .payment-cards .payment-cards__copyright p {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  margin-right: 26px;
}
@media only screen and (max-width: 768px) {
  .footer .footer__bottom-content .payment-cards .payment-cards__copyright {
    margin-top: 30px;
  }
}

/*=== Pages ===*/
.catalogue-sidebar .catalogue-sidebar-switcher {
  padding: 12px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  display: none;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-switcher {
    display: flex;
  }
}
.catalogue-sidebar .catalogue-sidebar-switcher .catalogue-sidebar-switcher-title {
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 8px;
}
.catalogue-sidebar .catalogue-sidebar-switcher .catalogue-sidebar-switcher-icon {
  transition: 0.2s;
  position: relative;
}
.catalogue-sidebar .catalogue-sidebar-switcher .catalogue-sidebar-switcher-icon._active {
  transform: rotate(180deg);
  top: -3px;
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-body {
    margin-top: 30px;
    display: none;
  }
  .catalogue-sidebar .catalogue-sidebar-body._active {
    display: block;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__title {
  text-transform: uppercase;
  color: #2D1C2E;
  letter-spacing: 0.1em;
  font-size: 1.125em; /* 18 */
  line-height: 17.5px;
  font-weight: 500;
}
.catalogue-sidebar .catalogue-sidebar-body__categories {
  margin-top: 17px;
}
.catalogue-sidebar .catalogue-sidebar-body__categories-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
}
.catalogue-sidebar .catalogue-sidebar-body__categories-item:hover h4 {
  color: #0BB867;
}
.catalogue-sidebar .catalogue-sidebar-body__categories-count {
  display: block;
  padding: 4px 5px;
  font-size: 0.875em; /* 14 */
  line-height: 13.5px;
  font-weight: 700;
  background-color: #0BB867;
  color: #ffffff;
  min-width: 30px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body__categories-count {
    min-width: 50px;
    font-size: 1.125em; /* 18 */
    line-height: 17.5px;
    font-weight: 700;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__categories h4 {
  font-size: 0.875em; /* 14 */
  line-height: 13.5px;
  font-weight: 700;
  color: #2D1C2E;
  display: block;
  width: 100%;
  transition: color 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body__categories h4 {
    font-size: 1.125em; /* 18 */
    line-height: 17.5px;
    font-weight: 700;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__item {
  padding-bottom: 30px;
  border-bottom: solid 1px #D9D9D9;
}
.catalogue-sidebar .catalogue-sidebar-body__item:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body__item:last-child {
    border-bottom: solid 1px #D9D9D9;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__range-wrapper {
  margin-top: 25px;
}
.catalogue-sidebar .catalogue-sidebar-body__dropdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalogue-sidebar .catalogue-sidebar-body__dropdown svg {
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  transform: rotate(180deg);
  min-width: 16px;
  min-height: 16px;
}
.catalogue-sidebar .catalogue-sidebar-body__checkbox-wrapper {
  margin-top: 17px;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body__checkbox-wrapper {
    margin-top: 23px;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__checkbox-wrapper:first-child {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body_hide-mob {
    display: none;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__filter-mob {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  border-top: solid 1px #D9D9D9;
  padding: 12px 0;
  border-bottom: solid 1px #D9D9D9;
}
.catalogue-sidebar .catalogue-sidebar-body__filter-mob svg {
  margin-left: 8px;
  transition: transform 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .catalogue-sidebar .catalogue-sidebar-body__filter-mob {
    display: flex;
  }
}
.catalogue-sidebar .catalogue-sidebar-body__filter-mob h2 {
  letter-spacing: 0.05em;
  color: #2D1C2E;
  text-transform: uppercase;
  font-size: 1em; /* 16 */
  line-height: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 1024px) {
  .grid-checkboxes-mob {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

#checkboxes label {
  float: left;
}

#checkboxes ul {
  margin: 0;
  list-style: none;
  float: left;
}

.text-active h4 {
  color: #0BB867;
}

.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 0 !important;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter {
  padding-top: 30px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter .wcapf-field-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 17.5px;
  text-transform: uppercase;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter .wcapf-field-inner .wcapf-layered-nav {
  padding: 0;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter .wcapf-field-inner .wcapf-layered-nav ul {
  font-weight: 700;
  font-size: 14px;
  line-height: 0.9em;
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter .wcapf-field-inner .wcapf-layered-nav ul {
    font-size: 1.125em; /* 18 */
    line-height: 17.25px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter .wcapf-field-inner .wcapf-layered-nav ul li label span:first-child {
    position: relative;
    top: 2.5px;
  }
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-title {
  margin-bottom: 27px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li:not(:last-child) {
  margin-bottom: 14px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li input {
  display: none;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li input:checked + label > span:first-child {
  color: #0BB867;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li label {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li label span:first-child {
  transition: all 0.5s ease;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li label .count::before,
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li label .count::after {
  display: none;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-category-filter .wcapf-field-inner .wcapf-layered-nav ul li label .count {
  padding: 3px 7px;
  background-color: #0BB867;
  color: #fff;
  opacity: 1;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-price-filter .wcapf-field-inner .wcapf-range-slider {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 15px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-price-filter .wcapf-field-inner .wcapf-range-slider .range-wrapper {
  margin-bottom: 0;
  margin-top: 24px;
  justify-content: center;
  font-size: 14px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-price-filter .wcapf-field-inner .wcapf-range-slider .range-wrapper .wcapf-range-separator {
  display: block;
  margin: 0 5px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-price-filter .wcapf-field-inner .wcapf-range-slider .wcapf-noui-slider .wcapf-noui-base .wcapf-noui-connects .wcapf-noui-connect {
  background: #0BB867;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-price-filter .wcapf-field-inner .wcapf-range-slider .wcapf-noui-slider .wcapf-noui-base .wcapf-noui-origin .wcapf-noui-handle {
  background: #0BB867;
  width: 10px;
  height: 26px;
  top: -9px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter._active .wcapf-field-title {
  padding-bottom: 22px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter._active .wcapf-field-title::after {
  transform: rotate(180deg);
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter._active .wcapf-field-inner {
  display: block;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-title {
  position: relative;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-title::after {
  content: "";
  display: block;
  background: url("../img/arrow-sidebar.svg") no-repeat center;
  width: 16px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 3px;
  transition: transform 0.2s;
  transform: rotate(0deg);
  cursor: pointer;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner {
  display: none;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li:not(:last-child) {
  margin-bottom: 16px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li input {
  display: none;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li input:checked + label::before {
  border-color: #0BB867;
  background-color: #0BB867;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li input:checked + label::after {
  opacity: 1;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li label {
  position: relative;
  padding-left: 25px;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #2D1C2E;
  position: absolute;
  top: 0;
  left: 0;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li label::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url("../img/checkbox.png") no-repeat center;
  position: absolute;
  top: 4px;
  left: 3px;
  transition: 0.2s;
  opacity: 0;
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav ul li span {
  position: relative;
  top: 3px;
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav[data-filter-key=_attribute_brand] ul, .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav[data-filter-key=_attribute_frame_size_inches] ul {
    display: flex;
    flex-wrap: wrap;
  }
  .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav[data-filter-key=_attribute_brand] li, .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-attribute-filter .wcapf-field-inner .wcapf-layered-nav[data-filter-key=_attribute_frame_size_inches] li {
    width: 50%;
  }
}
.catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-reset-button-filter .wcapf-field-inner .wcapf-reset-filters .wcapf-reset-filters-btn {
  max-width: 320px;
  width: 100%;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #000;
  margin: 30px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .catalogue-sidebar .catalogue-sidebar-body .wcapf-single-filter.wcapf-reset-button-filter .wcapf-field-inner .wcapf-reset-filters .wcapf-reset-filters-btn {
    max-width: 100%;
  }
}

.catalogue-grid {
  display: grid;
  grid-template-columns: 2.9fr 9.1fr;
  gap: 30px;
  margin-bottom: 180px;
}
@media only screen and (max-width: 1024px) {
  .catalogue-grid {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .catalogue-items {
    margin-top: 20px;
  }
}
.catalogue-items ul.products {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 32px;
}
@media only screen and (max-width: 768px) {
  .catalogue-items ul.products {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 20px;
  }
}
.catalogue-items ul.products::before, .catalogue-items ul.products::after {
  display: none !important;
  float: none !important;
}
.catalogue-items ul.products li.product-item {
  width: 100%;
  margin: 0 !important;
  float: none !important;
}

.checkout {
  color: #333333;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.checkout__title {
  font-size: 2.125em; /* 34 */
  line-height: 32.5px;
  font-weight: 700;
  color: #333333;
}
@media only screen and (max-width: 768px) {
  .checkout__title {
    font-size: 1.5em; /* 24 */
    line-height: 23px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .checkout {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
  }
}

.checkout-form__input-wrapper {
  display: flex;
}
@media only screen and (max-width: 500px) {
  .checkout-form__input-wrapper {
    flex-direction: column;
  }
}
.checkout-form__input-wrapper > div:last-child {
  margin-left: 30px;
}
@media only screen and (max-width: 500px) {
  .checkout-form__input-wrapper > div:last-child {
    margin-left: 0;
  }
}
.checkout-form input[type=email],
.checkout-form input[type=tel],
.checkout-form input[type=text],
.checkout-form select,
.checkout-form textarea {
  height: 48px;
  padding: 0 12px;
  width: 100%;
  border: 1px solid #E6E6E6;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  font-size: 1em; /* 16 */
  line-height: 19.2px;
  font-weight: 400;
  color: #333333;
}
.checkout-form input[type=email]:hover,
.checkout-form input[type=tel]:hover,
.checkout-form input[type=text]:hover,
.checkout-form select:hover,
.checkout-form textarea:hover {
  border-color: #0057FF;
}
.checkout-form input[type=email]:focus,
.checkout-form input[type=tel]:focus,
.checkout-form input[type=text]:focus,
.checkout-form select:focus,
.checkout-form textarea:focus {
  border-color: #0057FF;
}
.checkout-form textarea {
  padding: 12px;
  min-height: 96px;
  resize: none;
}
.checkout-form select,
.checkout-form textarea {
  font-family: "Gotham-Pro", sans-serif;
}
.checkout-form__label {
  font-size: 1em; /* 16 */
  line-height: 19.2px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}
.checkout-form__field {
  margin-top: 20px;
  width: 100%;
  position: relative;
}
.checkout-form__field img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  z-index: -1;
}
.checkout-form select {
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .checkout-form form {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .checkout-form__payment-method {
    padding-top: 10px;
  }
}
.checkout-form__section {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .checkout-form__section {
    margin: 40px 0;
  }
}
.checkout-form .checkbox-label-container {
  font-size: 1em; /* 16 */
  line-height: 19.2px;
  font-weight: 400;
  color: #333333;
}
.checkout-form .checkbox-label-container > span {
  top: 0;
}
.checkout-form .checkbox-label-container .checkmark {
  border-color: #E6E6E6;
  top: 0;
}
.checkout-form__alarm-message {
  font-size: 0.875em; /* 14 */
  line-height: 19.6px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 6px;
  color: #FF0000;
}

.order-details {
  background-color: #ECFFF6;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 910px;
}
@media only screen and (max-width: 768px) {
  .order-details {
    margin-left: -16px;
    width: calc(100% + 32px);
  }
}
.order-details__section {
  padding: 20px;
  background-color: #E1F4EC;
  margin-top: 20px;
  margin-bottom: 30px;
}
.order-details__titles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-details__title {
  font-size: 1.5em; /* 24 */
  line-height: 28.8px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .order-details__title {
    font-size: 1.125em; /* 18 */
    line-height: 21.6px;
  }
}
.order-details__subtitle {
  font-size: 1.375em; /* 22 */
  line-height: 26.4px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .order-details__subtitle {
    font-size: 1.125em; /* 18 */
    line-height: 21.6px;
  }
}
.order-details__items {
  margin: 20px 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  max-height: 488px;
}
.order-details__items::-webkit-scrollbar {
  display: none;
}
.order-details__item {
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  border-top: solid 1px #C8C8C8;
}
.order-details__item span {
  font-size: 1em; /* 16 */
  line-height: 19.2px;
  font-weight: 400;
}
.order-details__item > span {
  display: flex;
  justify-content: space-between;
}
.order-details__item-count {
  display: inline-block;
  margin-top: 10px;
}
.order-details__item:last-child {
  border-bottom: solid 1px #C8C8C8;
}
.order-details span.order-details__item_bold {
  font-size: 1.125em; /* 18 */
  line-height: 21.6px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  .order-details span.order-details__item_bold {
    font-size: 1em; /* 16 */
    line-height: 19.2px;
    font-weight: 700;
  }
}
.order-details span.order-details__item-price {
  font-weight: 500;
}
.order-details__btn {
  margin-top: 30px;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 1.125em; /* 18 */
  line-height: 25.2px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .order-details__btn {
    height: 54px;
    margin-top: 24px;
    font-size: 1em; /* 16 */
    line-height: 22.4px;
    font-weight: 700;
  }
}
.order-details .checkbox-label-container {
  font-size: 1em; /* 16 */
  line-height: 19.2px;
  font-weight: 400;
  color: #333333;
  max-width: 420px;
}
.order-details .checkbox-label-container > span {
  top: 0;
}
.order-details .checkbox-label-container a {
  color: #000;
  font-weight: 500;
}
.order-details .checkbox-label-container a:hover {
  text-decoration: underline;
}
.order-details .checkbox-label-container .checkmark {
  border-color: #000;
  top: 0;
}

.contacts {
  color: #000;
  margin-bottom: 174px;
}
@media only screen and (max-width: 1024px) {
  .contacts {
    margin-bottom: 60px;
  }
}
.contacts a {
  color: #000;
}
.contacts__title {
  font-size: 1.5em; /* 24 */
  line-height: 38.4px;
  font-weight: 700;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .contacts__title {
    padding-top: 0;
  }
}
.contacts__email {
  font-size: 1em; /* 16 */
  line-height: 25.5px;
  font-weight: 400;
  margin: 30px 0;
  display: block;
}
.contacts__socials {
  display: flex;
  align-items: center;
  width: 26px;
  height: 26px;
}
.contacts__socials a {
  margin-right: 30px;
}
.contacts__socials a:last-of-type {
  margin-right: 0;
}
.contacts__maps {
  margin-top: 60px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .contacts__maps {
    flex-direction: column;
    margin-top: 10px;
  }
}
.contacts__maps > div {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .contacts__maps > div {
    margin-top: 30px;
  }
}
.contacts__maps > div:first-child {
  margin-right: 30px;
}
.contacts__maps > div iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 500px) {
  .contacts__maps > div iframe {
    height: 220px;
  }
}
.contacts__map-item {
  margin-bottom: 20px;
}
.contacts__location {
  font-size: 1.125em; /* 18 */
  line-height: 28.8px;
  font-weight: 700;
}
.contacts__graphic {
  font-size: 1em; /* 16 */
  line-height: 25.6px;
  font-weight: 500;
}
.contacts__graphic-time {
  font-weight: 700;
  margin-left: 16px;
}
.contacts__phone {
  font-weight: 700;
}

.doubled-images {
  display: flex;
  margin-top: 30px;
  margin-bottom: 130px;
  height: -moz-fit-content;
  height: fit-content;
}
@media only screen and (max-width: 1024px) {
  .doubled-images {
    flex-direction: column;
    margin-bottom: 60px;
    height: auto;
  }
}
.doubled-images__block {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.doubled-images__block::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 67.74%, rgba(0, 0, 0, 0.4) 100%);
}
@media only screen and (max-width: 1024px) {
  .doubled-images__block {
    min-height: 348px;
  }
}
.doubled-images__block h2,
.doubled-images__block a {
  z-index: 3;
  position: relative;
  margin-bottom: 40px;
  color: #ffffff;
  margin-left: 30px;
  margin-right: 30px;
}
.doubled-images__block h2 {
  font-size: 1.875em; /* 30 */
  line-height: 36px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .doubled-images__block h2 {
    font-size: 1.5em; /* 24 */
    line-height: 29px;
    font-weight: 500;
    margin-bottom: 20px;
  }
}
.doubled-images__block a {
  position: absolute;
  font-size: 1.125em; /* 18 */
  line-height: 24.5px;
  font-weight: 700;
  color: #000;
  background-color: #ffffff;
  padding: 16px 144px;
}
@media only screen and (max-width: 1024px) {
  .doubled-images__block a {
    padding: 9px 77px;
    font-size: 1em; /* 16 */
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 30px;
  }
}
.doubled-images img {
  position: relative;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.catalogue-section {
  padding: 120px 0;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .catalogue-section {
    padding: 50px 0;
  }
}
.catalogue-section__title {
  font-size: 2.5em; /* 40 */
  line-height: 38.5px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .catalogue-section__title {
    font-size: 1.5em; /* 24 */
    line-height: 23px;
    font-weight: 700;
  }
}
.catalogue-section .swiper-slide {
  background-color: #000;
  width: 46%;
  height: 460px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.catalogue-section .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalogue-section .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .catalogue-section .swiper-slide {
    width: 74%;
  }
}
@media only screen and (max-width: 768px) {
  .catalogue-section .swiper-slide {
    height: 255px;
  }
}
@media only screen and (max-width: 500px) {
  .catalogue-section .swiper-slide {
    max-width: 255px;
  }
}
@media only screen and (max-width: 500px) {
  .catalogue-section .swiper-slide .catalogue-section__item-btn {
    opacity: 0;
  }
}
.catalogue-section .swiper-slide-active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media only screen and (max-width: 500px) {
  .catalogue-section .swiper-slide-active .catalogue-section__item-btn {
    width: calc(100vw - 32px);
    padding: 16px 0px;
    opacity: 1;
  }
}
.catalogue-section .swiper {
  width: 100%;
  padding-bottom: 94px;
  padding-top: 40px;
}
.catalogue-section .swiper .catalogue-next {
  right: 16%;
}
@media only screen and (max-width: 1200px) {
  .catalogue-section .swiper .catalogue-next {
    right: 22%;
  }
}
@media only screen and (max-width: 1024px) {
  .catalogue-section .swiper .catalogue-next {
    right: 2%;
  }
}
.catalogue-section .swiper .catalogue-prev {
  left: 16%;
}
@media only screen and (max-width: 1200px) {
  .catalogue-section .swiper .catalogue-prev {
    left: 22%;
  }
}
@media only screen and (max-width: 1024px) {
  .catalogue-section .swiper .catalogue-prev {
    left: 2%;
  }
}
.catalogue-section__item-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  z-index: 1;
}
.catalogue-section__item-title {
  font-size: 6.25em; /* 100 */
  line-height: 96px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  .catalogue-section__item-title {
    font-size: 1.5em; /* 24 */
    line-height: 23px;
    font-weight: 700;
  }
}
.catalogue-section__item-btn {
  text-align: center;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  background-color: #ffffff;
  display: inline-block;
  padding: 16px 60px;
  font-size: 1em; /* 16 */
  line-height: 22px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 500px) {
  .catalogue-section__item-btn {
    transform: translateY(100%);
    bottom: -40px;
  }
}
@media only screen and (max-width: 500px) {
  .catalogue-section__item-btn {
    padding: 16px 0px;
  }
}
.catalogue-section__btn-outlined {
  color: #ffffff;
  border-color: #ffffff;
  width: 320px;
  height: 54px;
  text-transform: none;
  font-size: 1em; /* 16 */
  line-height: 21.8px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 500px) {
  .catalogue-section__btn-outlined {
    margin-top: 30px;
    width: calc(100% - 32px);
  }
}

.info-section {
  margin-top: 100px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .info-section {
    margin: 60px 0;
  }
}
.info-section__wrapper {
  display: grid;
  grid-template-columns: 8fr 4fr;
}
@media only screen and (max-width: 768px) {
  .info-section__wrapper {
    grid-template-columns: 1fr;
  }
}
.info-section__title {
  margin-bottom: 30px;
}
.info-section__image {
  width: 100%;
  height: 660px;
  position: relative;
}
.info-section__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info-section__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .info-section__image {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .info-section__image {
    height: 268px;
  }
}
.info-section__content {
  background-color: #000;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 20px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .info-section__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.info-section__content-title {
  padding-top: 30px;
  font-size: 1.5em; /* 24 */
  line-height: 23px;
  font-weight: 700;
}
.info-section__content-text {
  margin-top: 35px;
  margin-bottom: 30px;
  font-size: 1em; /* 16 */
  line-height: 25.5px;
  font-weight: 400;
}
.info-section__content-btn {
  background-color: #ffffff;
  width: 320px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em; /* 16 */
  line-height: 22px;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 500px) {
  .info-section__content-btn {
    width: 100%;
  }
}

.video-section {
  text-align: center;
}
.video-section__title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
  .video-section__title {
    text-align: left;
    padding-left: 16px;
  }
}
.video-section__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 720px;
}
@media only screen and (max-width: 768px) {
  .video-section__wrapper {
    max-height: 90vh;
  }
}
@media only screen and (max-width: 500px) {
  .video-section__wrapper {
    max-height: 90vh;
  }
}
.video-section__wrapper svg {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .video-section__wrapper svg {
    min-width: 80px;
    min-height: 80px;
    width: 80px;
    height: 80px;
  }
}
.video-section video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-section #iframe {
  width: 100%;
  height: 75.5vh;
}

.reccomendations-section {
  margin: 130px 0;
  position: relative;
  overflow: hidden;
  height: 588px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .reccomendations-section {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .reccomendations-section {
    margin: 60px 0;
  }
}
.reccomendations-section__content {
  color: #000;
  position: relative;
  z-index: 10;
}
.reccomendations-section__content-subtitle {
  font-size: 1.5em; /* 24 */
  line-height: 23px;
  font-weight: 700;
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .reccomendations-section__content-subtitle {
    margin-top: 30px;
  }
}
.reccomendations-section__content-text {
  font-size: 1em; /* 16 */
  line-height: 25.5px;
  font-weight: 400;
  margin-top: 35px;
  margin-bottom: 30px;
}
.reccomendations-section__content-btn {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  height: 56px;
  max-width: 320px;
  font-size: 1em; /* 16 */
  line-height: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .reccomendations-section__content-btn {
    max-width: 100%;
  }
}
.reccomendations-section__wrapper {
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 30px;
}
@media only screen and (max-width: 1400px) {
  .reccomendations-section__wrapper {
    grid-template-columns: 4fr 8fr;
  }
}
@media only screen and (max-width: 1024px) {
  .reccomendations-section__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.reccomendations-section__item-new-text {
  font-size: 1.5em; /* 24 */
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
.reccomendations-section__item-title, .reccomendations-section__item-new-text {
  font-size: 1.5em; /* 24 */
  line-height: 23px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  z-index: 3;
  display: block;
}
@media only screen and (max-width: 768px) {
  .reccomendations-section__item-title, .reccomendations-section__item-new-text {
    font-size: 1em; /* 16 */
    line-height: 15.5px;
    font-weight: 700;
  }
}
.reccomendations-section__item-content {
  display: flex;
  justify-content: space-between;
  text-align: left;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .reccomendations-section__item-content {
    padding: 20px 12px;
  }
}
.reccomendations-section .swiper {
  width: 56%;
  height: 601px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-bottom: 61px;
}
@media only screen and (max-width: 1400px) {
  .reccomendations-section .swiper {
    width: 60%;
  }
}
@media only screen and (max-width: 1024px) {
  .reccomendations-section .swiper {
    padding-bottom: 40px;
    position: relative;
    width: 102%;
  }
}
.reccomendations-section .swiper .reccomendations-next {
  right: 50px;
}
@media only screen and (max-width: 768px) {
  .reccomendations-section .swiper .reccomendations-next {
    display: none;
  }
}
.reccomendations-section .swiper-slide {
  text-align: center;
  max-width: 540px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 18px;
  background: #fff;
  width: 60%;
  background-color: #000;
  position: relative;
  /* Center slide text vertically */
  display: flex;
  align-items: center;
  justify-content: center;
}
.reccomendations-section .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100%;
     object-position: 100%;
}
.reccomendations-section .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .reccomendations-section .swiper-slide {
    min-width: 303px;
    height: 305px;
  }
}
.reccomendations-section .reccomendations-scrollbar {
  border-radius: 0;
  width: 0%;
  background-color: #E8E8E8;
}
.reccomendations-section .reccomendations-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
  background-color: #000;
}
.reccomendations-section .reccomendations-scrollbar.swiper-scrollbar-horizontal {
  height: 10px;
  width: 84%;
  margin-left: 25%;
}
@media only screen and (max-width: 1024px) {
  .reccomendations-section .reccomendations-scrollbar.swiper-scrollbar-horizontal {
    width: 59%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 500px) {
  .reccomendations-section .reccomendations-scrollbar.swiper-scrollbar-horizontal {
    max-width: 300px;
    width: 100%;
  }
}

.clients-reviews {
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .clients-reviews {
    padding-bottom: 60px;
  }
}
.clients-reviews__title {
  margin-bottom: 30px;
}
.clients-reviews .swiper-clients-reviews {
    padding: 10px 0px;
}
.clients-reviews .swiper-slide {
    align-items: flex-start;
}
.clients-reviews__item {
  width: 100%;
  padding: 30px 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  box-shadow: 0px 0px 10px grey;
}
.clients-reviews__item-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-top: 10px;
}
.clients-reviews__item-stars img {
    max-width: 25px;
}
@media only screen and (max-width: 1200px) {
  .clients-reviews__item {
    padding: 20px 16px;
  }
}
.clients-reviews__item p {
  font-size: 1em; /* 16 */
  line-height: 25.6px;
  font-weight: 400;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  .clients-reviews__item p {
    font-size: 0.875em; /* 14 */
    line-height: 22.5px;
    margin-top: 20px;
  }
}
.clients-reviews__item h3 {
  font-size: 1.5em; /* 24 */
  line-height: 28.8px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .clients-reviews__item h3 {
    font-size: 1.125em; /* 18 */
    line-height: 21.5px;
  }
}
.clients-reviews .swiper-wrapper {
  height: 100%;
}
.clients-reviews .swiper-slide {
  background-color: #ffffff;
  color: #fff;
  width: 1280px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 1400px) {
  .clients-reviews .swiper-slide {
    width: 88%;
  }
}
@media only screen and (max-width: 768px) {
  .clients-reviews .swiper-slide {
    width: 70%;
  }
}
.clients-reviews .swiper {
  width: 100%;
  height: 100%;
}
.clients-reviews .swiper .clients-reviews-prev,
.clients-reviews .swiper .clients-reviews-next,
.clients-reviews .swiper .clients-reviews-mob-next,
.clients-reviews .swiper .clients-reviews-mob-prev {
  transform: unset;
  top: unset;
  bottom: 0;
}
.clients-reviews .swiper-wrapper {
    padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  .clients-reviews .swiper .clients-reviews-prev,
  .clients-reviews .swiper .clients-reviews-next,
  .clients-reviews .swiper .clients-reviews-mob-next,
  .clients-reviews .swiper .clients-reviews-mob-prev {
    transform: translateY(0%);
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
  }
}
.clients-reviews .swiper .clients-reviews-next,
.clients-reviews .swiper .clients-reviews-mob-next {
  right: 40%;
}
.clients-reviews .swiper .clients-reviews-prev,
.clients-reviews .swiper .clients-reviews-mob-prev {
  left: 40%;
}
.clients-reviews .swiper-clients-reviews-mob {
  display: none;
}
@media only screen and (max-width: 768px) {
  .clients-reviews .swiper-clients-reviews-mob {
    padding-top: 10px;
    display: block;
  }
}
.clients-reviews .swiper-clients-reviews {
  display: block;
}
@media only screen and (max-width: 768px) {
  .clients-reviews .swiper-clients-reviews {
    display: none;
  }
}

.policies-text-content {
  color: #333333;
  margin-bottom: -14px;
}
@media only screen and (max-width: 1024px) {
  .policies-text-content {
    margin-bottom: 46px;
  }
}
.policies-text-content h1 {
  font-size: 2.125em; /* 34 */
  line-height: 32.55px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-top: 13px;
}
@media only screen and (max-width: 768px) {
  .policies-text-content h1 {
    padding-top: 0;
    font-size: 1.5em; /* 24 */
    line-height: 38.4px;
  }
}
.policies-text-content h2 {
  font-size: 1.5em; /* 24 */
  line-height: 23px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .policies-text-content h2 {
    font-size: 1.125em; /* 18 */
    line-height: 17.5px;
    margin-bottom: 20px;
  }
}
.policies-text-content p {
  font-size: 1em; /* 16 */
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 14px;
}
.policies-text-content__list {
  display: flex;
  flex-direction: column;
}
.policies-text-content__list-item {
  margin-top: 16px;
}
.policies-text-content__list-item:first-child {
  margin-top: 0;
}
.policies-text-content ul {
  list-style: disc;
  margin-left: 16px;
}
.policies-text-content ul li {
  font-size: 1em; /* 16 */
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 14px;
}
.policies-text-content b,
.policies-text-content strong {
  font-weight: 700;
}
.policies-text-content__gap {
  margin-top: 54px;
}
@media only screen and (max-width: 768px) {
  .policies-text-content__gap {
    margin-top: 30px;
  }
}

.recommendations__title {
  font-size: 1.5em; /* 24 */
  line-height: 23px;
  font-weight: 700;
  margin-bottom: 30px;
}
.recommendations__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .recommendations__list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .recommendations__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.product-grid {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .product-grid {
    flex-direction: column;
  }
}
.product-grid__slider {
  background-color: #fff;
  width: 100%;
  max-width: 524px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .product-grid__slider {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 30px;
  }
}
.product-grid__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-grid__slider .gallery-top .swiper-slide {
  height: 330px;
}
@media only screen and (max-width: 500px) {
  .product-grid__slider .gallery-top .swiper-slide {
    height: 220px;
  }
}
.product-grid__slider .gallery-thumbs {
  margin-top: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.product-grid__slider .gallery-thumbs .swiper-slide {
  cursor: pointer;
  height: 110px;
}
@media only screen and (max-width: 500px) {
  .product-grid__slider .gallery-thumbs .swiper-slide {
    height: 70px;
  }
}
.product-grid__content {
  width: 100%;
  color: #000;
}
.product-grid__content h1 {
  font-size: 1.75em; /* 28 */
  line-height: 33.6px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .product-grid__content h1 {
    font-size: 1.25em; /* 20 */
    line-height: 24px;
  }
}
.product-grid__content-title-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  .product-grid__content-title-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
}
.product-grid__content-title-wrapper span {
  color: #8D8D8D;
  text-transform: uppercase;
  font-size: 1em; /* 16 */
  line-height: 19.2px;
  font-weight: 500;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  .product-grid__content-title-wrapper span {
    font-size: 0.875em; /* 14 */
    line-height: 16.8px;
  }
}
@media only screen and (max-width: 500px) {
  .product-grid__content-title-wrapper span {
    margin-left: 0;
    display: block;
    margin-top: 30px;
  }
}
.product-grid__content-in-stock {
  font-size: 1em; /* 16 */
  line-height: 17.6px;
  font-weight: 400;
}
.product-grid__content-prices {
  margin: 30px 0;
}
.product-grid__content-prices span {
  font-size: 1.5em; /* 24 */
  line-height: 28.8px;
  font-weight: 700;
  color: #0BB867;
}
@media only screen and (max-width: 768px) {
  .product-grid__content-prices span {
    font-size: 1.25em; /* 20 */
    line-height: 24px;
  }
}
.product-grid__content span.product-grid__content-prices-original {
  margin-left: 30px;
  color: #FF0000;
  text-decoration: line-through;
}
.product-grid__content-colors {
  display: flex;
  align-items: center;
}
.product-grid__content-colors .product-item__colors {
  margin-bottom: 0;
}
.product-grid__content-colors .product-item__colors span {
  cursor: pointer;
}
.product-grid__content-colors-title {
  font-size: 1em; /* 16 */
  line-height: 19.2px;
  font-weight: 500;
  margin-right: 17px;
}
.product-grid__content-sizes {
  margin: 30px 0;
}
.product-grid__content-sizes-title {
  font-size: 1em; /* 16 */
  line-height: 19.2px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.product-grid__content-sizes-items {
  display: flex;
}
.product-grid__content-sizes-items span {
  display: block;
  width: 70px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25em; /* 20 */
  line-height: 34px;
  font-weight: 500;
  cursor: pointer;
  border: solid 1px #2D1C2E;
  margin-right: 16px;
}
.product-grid__content-sizes-items span:last-of-type {
  margin-right: 0;
}
.product-grid__content .product-grid__content-sizes-items_active {
  background-color: #0BB867;
  color: #ffffff;
  border-color: #0BB867;
}
.product-grid__content-diametr {
  display: flex;
  align-items: center;
}
.product-grid__content-diametr span {
  font-size: 1em; /* 16 */
  line-height: 19.2px;
  font-weight: 500;
}
.product-grid__content-diametr span:first-child {
  margin-right: 20px;
}
.product-grid__content-diametr span:last-of-type {
  font-weight: 700;
}
.product-grid__content-buttons {
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .product-grid__content-buttons {
    flex-direction: column;
  }
}
.product-grid__content-buttons a {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: 280px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125em; /* 18 */
  line-height: 21.6px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  .product-grid__content-buttons a {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .product-grid__content-buttons a:last-of-type {
    margin-top: 30px;
  }
}
.product-grid__content-buttons-filled {
  background-color: #0BB867;
  color: #ffffff;
}
.product-grid__content-buttons-outlined {
  float: left;
  border: solid 2px #0BB867;
  background-color: transparent;
  color: #0BB867;
  max-width: 280px;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 10px;
  margin-top: 30px;
  transition: all 0.5s ease;
}
.product-grid__content-buttons-outlined:disabled {
  cursor: not-allowed;
}
.product-grid__content-buttons-outlined:disabled:hover {
  background-color: #515151;
  color: #fff;
  border-color: #515151;
}
@media only screen and (max-width: 768px) {
  .product-grid__content-buttons-outlined {
    max-width: 100%;
  }
}

.product-data {
  color: #000;
}
.product-data__item {
  display: flex;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 16px;
  border-bottom: solid 1px #D9D9D9;
}
@media only screen and (max-width: 500px) {
  .product-data__item {
    padding-top: 16px;
  }
}
.product-data__item span {
  min-width: 190px;
  max-width: 190px;
  margin-right: 29px;
  font-size: 1em; /* 16 */
  line-height: 25.6px;
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .product-data__item span {
    min-width: 157px;
    max-width: 157px;
    margin-right: 25px;
  }
}
.product-data__characteristics {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .product-data__characteristics {
    margin-top: 30px;
  }
}
.product-data__characteristics h2 {
  margin-bottom: 6px;
}
@media only screen and (max-width: 500px) {
  .product-data__characteristics h2 {
    margin-bottom: 4px;
  }
}
.product-data h2 {
  font-size: 1.5em; /* 24 */
  line-height: 38.4px;
  font-weight: 700;
}
.product-data p {
  font-size: 1em; /* 16 */
  line-height: 25.6px;
  font-weight: 400;
}

.workshop {
  width: 100%;
}
.workshop__title {
  text-align: center;
  font-size: 2.5em; /* 40 */
  line-height: 64px;
  font-weight: 700;
  color: #000;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .workshop__title {
    margin-bottom: 30px;
    text-align: left;
    font-size: 1.5em; /* 24 */
    line-height: 38.5px;
  }
}
.workshop .swiper-slide {
  background-color: #000;
  width: 600px;
  height: 400px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .workshop .swiper-slide {
    width: 600px;
    height: 534px;
  }
}
@media only screen and (max-width: 500px) {
  .workshop .swiper-slide {
    max-height: 230px;
  }
}
.workshop .swiper-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.workshop .swiper-slide-active {
  transform: scale(1.334, 1.335);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1200px) {
  .workshop .swiper-slide-active {
    transform: scale(1, 1);
  }
}
.workshop .swiper-slide-active::before {
  content: "";
  position: absolute;
  width: 30px;
  background-color: white;
  height: 101%;
  right: -2px;
  top: -2px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .workshop .swiper-slide-active::before {
    display: none;
  }
}
.workshop .swiper-slide-active::after {
  content: "";
  position: absolute;
  width: 30px;
  background-color: white;
  height: 101%;
  left: -2px;
  top: -2px;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .workshop .swiper-slide-active::after {
    display: none;
  }
}
.workshop .swiper-pagination {
  position: relative;
  margin-top: 25px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .workshop .swiper-pagination {
    margin-top: 28px;
  }
}
.workshop .swiper-pagination-bullet {
  width: 100px;
  height: 10px;
  position: relative;
  background-color: #E8E8E8;
  border-radius: 0;
  opacity: 1;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .workshop .swiper-pagination-bullet {
    width: 43px;
  }
}
.workshop .swiper-wrapper {
  align-items: center;
}
.workshop .swiper {
  width: 100%;
  height: 700px;
  padding-bottom: 94px;
}
@media only screen and (max-width: 1200px) {
  .workshop .swiper {
    height: 600px;
  }
}
@media only screen and (max-width: 1024px) {
  .workshop .swiper {
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media only screen and (max-width: 1024px) {
  .workshop .swiper {
    padding-bottom: 0;
  }
}
.workshop .swiper-pagination-bullet-active {
  background-color: #000;
}

.workshop-data {
  margin-top: 60px;
  color: #000;
  margin-bottom: 160px;
}
@media only screen and (max-width: 1024px) {
  .workshop-data {
    margin-top: 100px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .workshop-data {
    margin-top: 30px;
  }
}
.workshop-data__title {
  font-size: 1.5em; /* 24 */
  line-height: 38.5px;
  font-weight: 700;
  margin-bottom: 20px;
}
.workshop-data p,
.workshop-data li {
  font-size: 1em; /* 16 */
  line-height: 25.6px;
  font-weight: 400;
}
.workshop-data p {
  margin-top: 14px;
  margin-bottom: 14px;
}
.workshop-data b, .workshop-data strong {
  font-weight: 700;
}
.workshop-data__list {
  padding: 20px 0;
  border-top: solid 1px #D9D9D9;
}
.workshop-data__list h3,
.workshop-data__list h4 {
  font-size: 1em; /* 16 */
  line-height: 25.6px;
  font-weight: 700;
  padding-bottom: 2px;
}
.workshop-data__list ul {
  list-style: disc;
  margin-left: 16px;
}
.workshop-data__list ul li {
  margin-top: 14px;
}
.workshop-data__list:last-of-type {
  border-bottom: solid 1px #D9D9D9;
}

#universal,
#basis {
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  #universal,
  #basis {
    padding-bottom: 40px;
  }
}
#universal .universal__title,
#universal .basis__title,
#basis .universal__title,
#basis .basis__title {
  font-weight: 700;
  font-size: 34px;
  line-height: 0.9em;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #universal .universal__title,
  #universal .basis__title,
  #basis .universal__title,
  #basis .basis__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
#universal .universal__body h1, #universal .universal__body h2, #universal .universal__body h3, #universal .universal__body h4, #universal .universal__body h5, #universal .universal__body h6,
#universal .basis__body h1,
#universal .basis__body h2,
#universal .basis__body h3,
#universal .basis__body h4,
#universal .basis__body h5,
#universal .basis__body h6,
#basis .universal__body h1,
#basis .universal__body h2,
#basis .universal__body h3,
#basis .universal__body h4,
#basis .universal__body h5,
#basis .universal__body h6,
#basis .basis__body h1,
#basis .basis__body h2,
#basis .basis__body h3,
#basis .basis__body h4,
#basis .basis__body h5,
#basis .basis__body h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 0.9em;
  margin-bottom: 25px;
}
#universal .universal__body p,
#universal .basis__body p,
#basis .universal__body p,
#basis .basis__body p {
  line-height: 1.5em;
}
#universal .universal__body p a,
#universal .basis__body p a,
#basis .universal__body p a,
#basis .basis__body p a {
  color: #000;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
}
#universal .universal__body p a:hover,
#universal .basis__body p a:hover,
#basis .universal__body p a:hover,
#basis .basis__body p a:hover {
  border-color: #000;
}
#universal .universal__body p:not(:last-child),
#universal .basis__body p:not(:last-child),
#basis .universal__body p:not(:last-child),
#basis .basis__body p:not(:last-child) {
  margin-bottom: 14px;
}
#universal .universal__body > ul li,
#universal .basis__body > ul li,
#basis .universal__body > ul li,
#basis .basis__body > ul li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 15px;
}
#universal .universal__body > ul li::before,
#universal .basis__body > ul li::before,
#basis .universal__body > ul li::before,
#basis .basis__body > ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
}
#universal .universal__body > ul li a,
#universal .basis__body > ul li a,
#basis .universal__body > ul li a,
#basis .basis__body > ul li a {
  color: #000;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
}
#universal .universal__body > ul li a:hover,
#universal .basis__body > ul li a:hover,
#basis .universal__body > ul li a:hover,
#basis .basis__body > ul li a:hover {
  border-color: #000;
}
#universal.search-results .basis__title,
#basis.search-results .basis__title {
  text-align: center;
  margin-bottom: 85px;
}
@media only screen and (max-width: 1024px) {
  #universal.search-results .basis__title,
  #basis.search-results .basis__title {
    margin-bottom: 30px;
  }
}
.not-found {
  padding-top: 20px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .not-found {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
.not-found > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.not-found img {
  width: 100%;
  max-width: 800px;
  max-height: 425px;
}
.not-found__btn {
  text-transform: uppercase;
  background-color: #000;
  font-size: 1.125em; /* 18 */
  line-height: 21.6px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 16px 67px;
  color: #ffffff;
  display: inline-block;
  margin-top: 96px;
}
@media only screen and (max-width: 768px) {
  .not-found__btn {
    margin-top: 41px;
    font-size: 1em; /* 16 */
    line-height: 22.4px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 500px) {
  .not-found__btn {
    text-align: center;
    width: 100%;
  }
}

/*=== Woocommerce ===*/
/*-- Buttons --*/
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce .button,
.woocommerce button.button,
.woocommerce input.button {
  display: block;
  border: none;
  background: none;
  width: 100%;
  padding: 16px 10px;
  font-weight: 700;
  font-size: 18px;
  color: #fff !important;
  background-color: #000;
  text-align: center;
  position: relative;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce .button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button.button:active,
.woocommerce input.button:active {
  color: #fff !important;
  background-color: #000 !important;
}

.woocommerce .button.wc-backward {
  max-width: 320px;
  margin: 0 auto;
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  max-width: 460px;
  width: 100%;
  max-height: 430px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .woocommerce ul.products.columns-2 li.product,
  .woocommerce-page ul.products.columns-2 li.product {
    max-width: inherit;
    max-height: inherit;
  }
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 19.2px;
  padding: 0;
}

.woocommerce ul.products li.product .product-item__content a {
  display: inline-block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 500px) {
  .woocommerce ul.products li.product .product-item__content a {
    margin-bottom: 20px;
  }
}

.woocommerce ul.products li.product .product-item__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.woocommerce .products ul,
.woocommerce ul.products {
  display: flex;
}
@media screen and (max-width: 768px) {
  .woocommerce .products ul,
  .woocommerce ul.products {
    display: block;
  }
}

.woocommerce ul.products li.product .price {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 19.2px;
  margin-top: 24px;
  color: #2d1c2e;
}

.catalogue-sidebar section.widget:not(:last-child),
#secondary section.widget:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}
.catalogue-sidebar section.widget:not(:first-child),
#secondary section.widget:not(:first-child) {
  margin-top: 30px;
}
.catalogue-sidebar section.widget .widget-title,
#secondary section.widget .widget-title {
  color: #2d1c2e;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 17.5px;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.catalogue-sidebar section.widget .product-categories li:not(:last-child),
#secondary section.widget .product-categories li:not(:last-child) {
  margin-bottom: 14px;
}
.catalogue-sidebar section.widget .product-categories li,
#secondary section.widget .product-categories li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalogue-sidebar section.widget .product-categories li.current-cat a,
#secondary section.widget .product-categories li.current-cat a {
  color: #0bb867;
}
.catalogue-sidebar section.widget .product-categories li a,
#secondary section.widget .product-categories li a {
  color: #2d1c2e;
  display: block;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 13.5px;
  transition: color 0.2s ease-in-out;
  width: 100%;
}
.catalogue-sidebar section.widget .product-categories li a:hover,
#secondary section.widget .product-categories li a:hover {
  color: #0bb867;
}
.catalogue-sidebar section.widget .product-categories li .count,
#secondary section.widget .product-categories li .count {
  background-color: #0bb867;
  display: block;
  min-width: 30px;
  padding: 4px 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.catalogue-sidebar section.widget .product-categories li .count .post_count,
#secondary section.widget .product-categories li .count .post_count {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 13.5px;
  color: #fff;
}

.catalogue-sidebar .woocommerce.widget_price_filter .widget-title,
.woocommerce.widget_price_filter .widget-title {
  margin-bottom: 30px;
}

.catalogue-sidebar .woocommerce.widget_price_filter .ui-slider .ui-slider-handle,
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
  width: 10px;
  height: 26px;
  background-color: #0bb867;
  border-radius: 0;
  top: -10px;
}

.catalogue-sidebar .woocommerce.widget_price_filter .ui-slider .ui-slider-range,
#secondary .woocommerce.widget_price_filter .ui-slider .ui-slider-range {
  background-color: #0bb867;
  height: 6px;
}

.catalogue-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content,
#secondary .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #e2e2e2;
  height: 6px;
}

.catalogue-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content,
#secondary .woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: e2e2e2;
  height: 6px;
}

.catalogue-sidebar .woocommerce.widget_price_filter .price_slider_wrapper,
#secondary .woocommerce.widget_price_filter .price_slider_wrapper {
  width: 100%;
}

.catalogue-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount,
#secondary .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
  max-width: 165px;
  width: 100%;
  margin: 0 auto;
}

.catalogue-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount input,
#secondary .woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount input {
  display: none;
}

.catalogue-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .price_label,
#secondary .woocommerce.widget_price_filter .price_slider_wrapper .price_label {
  position: relative;
}

.catalogue-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .price_label .from::after,
#secondary .woocommerce.widget_price_filter .price_slider_wrapper .price_label .from::after {
  content: "-";
  display: inline-block;
  margin: 0 4px;
}

.catalogue-sidebar .woocommerce.widget_price_filter .price_slider_wrapper .price_label,
#secondary .woocommerce.widget_price_filter .price_slider_wrapper .price_label {
  display: flex;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #2d1c2e;
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav {
  position: relative;
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: opacity 0.5s ease;
}
.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list._active {
  opacity: 1;
  visibility: visible;
  display: block;
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .widget-title::after {
  content: "\e900";
  display: block;
  font-family: "velo";
  color: #2d1c2e;
  font-size: 8px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s ease;
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav._active .widget-title::after {
  transform: rotate(180deg);
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:not(:last-child) {
  margin-bottom: 17px;
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 13.5px;
  color: #2d1c2e;
  padding-left: 26px;
  position: relative;
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
  display: none;
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::before {
  content: "";
  display: block;
  background-color: transparent;
  border: 1px solid #2d1c2e;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a::after {
  content: "";
  border: solid transparent;
  border-width: 0 1.4px 1.4px 0;
  height: 10px;
  position: absolute;
  left: 6px;
  top: 3px;
  transform: rotate(45deg);
  width: 5px;
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::before {
  background-color: #0bb867;
  border-color: transparent;
}

.widget.woocommerce.widget_layered_nav.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen a::after {
  border-color: #fff;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  display: none;
}

.catalogue-sidebar .widget.widget_woocommerce_clearing_widget #woo-clear-filters,
#secondary .widget.widget_woocommerce_clearing_widget #woo-clear-filters {
  border: none;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 73px;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000;
  font-size: 1.125em;
  line-height: 21.5px;
  font-weight: 700;
  letter-spacing: 0.07em;
  cursor: pointer;
}

.product .product-grid .woocommerce-product-gallery,
.woocommerce div.product div.images.woocommerce-product-gallery {
  max-width: 524px;
  width: 100%;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .product .product-grid .woocommerce-product-gallery,
  .woocommerce div.product div.images.woocommerce-product-gallery {
    max-width: inherit;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
  }
}

.product .product-grid .summary.entry-summary .wrapper_content_single_title,
.woocommerce div.product div.summary .wrapper_content_single_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media only screen and (max-width: 500px) {
  .product .product-grid .summary.entry-summary .wrapper_content_single_title,
  .woocommerce div.product div.summary .wrapper_content_single_title {
    flex-direction: column;
  }
}

.product .product-grid .summary.entry-summary .wrapper_content_single_title .product_meta,
.woocommerce div.product div.summary .wrapper_content_single_title .product_meta {
  font-weight: 500 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  color: #8D8D8D;
}
@media only screen and (max-width: 500px) {
  .product .product-grid .summary.entry-summary .wrapper_content_single_title .product_meta,
  .woocommerce div.product div.summary .wrapper_content_single_title .product_meta {
    font-size: 14px !important;
  }
}

.product .product-grid .summary.entry-summary .wrapper_content_single_title .product_meta .posted_in,
.woocommerce div.product div.summary .wrapper_content_single_title .product_meta .posted_in {
  display: none;
}

.product .product-grid .summary.entry-summary .wrapper_content_single_title .product_title,
.woocommerce div.product .product_title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2em;
  margin-right: 5px;
}
@media only screen and (max-width: 500px) {
  .product .product-grid .summary.entry-summary .wrapper_content_single_title .product_title,
  .woocommerce div.product .product_title {
    font-size: 20px;
    line-height: 0.9em;
    margin-bottom: 30px;
    margin-right: 0;
  }
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  margin: 30px 0;
  display: flex;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
  color: #0BB867;
}
@media only screen and (max-width: 500px) {
  .woocommerce div.product p.price,
  .woocommerce div.product span.price {
    font-size: 20px;
  }
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
  margin-right: 30px;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  color: #FF0000;
  text-decoration: none;
  position: relative;
}

.woocommerce div.product p.price del::after,
.woocommerce div.product span.price del::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FF0000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}

.woocommerce div.product form.cart .variations select {
  display: none;
}

.woocommerce div.product form.cart .variations ._tbody ._tr {
  display: flex;
}

.product .product-grid .summary.entry-summary .variations_form .variations ._tbody ._tr:not(:last-child) {
  margin-bottom: 32px;
}

.product .product-grid .summary.entry-summary .variations_form .variations ._tbody ._tr.pa_frame-size {
  flex-direction: column;
}

.product .product-grid .summary.entry-summary .variations_form .variations ._tbody ._tr .reset_variations {
  display: none !important;
}

.woocommerce div.product form.cart .variations ._tbody ._tr ._th {
  margin-right: 20px;
}

.woocommerce div.product form.cart .variations ._tbody ._tr ._td .custom-wc-variations {
  display: flex;
}

.woocommerce div.product form.cart .button,
.woocommerce button.button.alt.disabled,
.single_variation_wrap .single_add_to_cart_button {
  display: block;
  margin-top: 30px;
  margin-right: 20px;
  max-width: 280px;
  width: 100%;
  min-height: 54px;
  border-radius: 0;
  background-color: #0BB867;
  border: 1px solid transparent;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .woocommerce div.product form.cart .button,
  .woocommerce button.button.alt.disabled,
  .single_variation_wrap .single_add_to_cart_button {
    max-width: 100%;
  }
}
.woocommerce div.product form.cart .button:hover,
.woocommerce button.button.alt.disabled:hover,
.single_variation_wrap .single_add_to_cart_button:hover {
  background-color: transparent !important;
  color: #0BB867 !important;
  border-color: #0BB867 !important;
}
.woocommerce div.product form.cart .button.disabled:hover,
.woocommerce button.button.alt.disabled.disabled:hover,
.single_variation_wrap .single_add_to_cart_button.disabled:hover {
  background-color: #515151 !important;
  color: #fff !important;
  border-color: #515151 !important;
}

.woocommerce ul.products li.product .price del {
  opacity: 1;
}

.woocommerce div.product form.cart div.quantity {
  float: none;
  display: inline-block;
  margin-right: 0;
}

.woocommerce .quantity .qty {
  border: 1px solid #e6e6e6;
  max-width: 70px;
  width: 1005px;
  min-height: 43px;
  padding: 10px 10px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1em;
  color: #000;
}
.woocommerce .quantity .qty:disabled {
  background: #fff;
}
@media only screen and (max-width: 500px) {
  .woocommerce .quantity .qty {
    padding: 9px 7px;
    min-height: 40px;
  }
}

.single_variation_wrap .quantity_wrapper,
form.cart .quantity_wrapper {
  display: flex;
}

.single_variation_wrap .quantity_wrapper .qty_nav_btn,
form.cart .quantity_wrapper .qty_nav_btn {
  border: 0;
  background: none;
  max-width: 34px;
  width: 100%;
  min-height: 43px;
  border: 1px solid #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.single_variation_wrap .woocommerce-variation.single_variation .stock.in-stock,
.woocommerce div.product .stock.in-stock {
  color: #8D8D8D;
}
.single_variation_wrap .woocommerce-variation.single_variation .stock.out-of-stock,
.woocommerce div.product .stock.out-of-stock {
  color: #e2401c;
}

.single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-availability {
  margin-bottom: 30px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 500;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 30px;
}

.extra_attributes {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.2em;
}
.extra_attributes .extra_attribute_item:not(:last-child) {
  margin-bottom: 10px;
}
.extra_attributes .extra_attribute_item .extra_attribute_label {
  font-weight: 500;
}
.extra_attributes .extra_attribute_item .extra_attribute_values {
  display: inline-block;
  font-weight: 700;
  margin-left: 20px;
}

.woocommerce div.product div.summary .custom_stock_info {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.1em;
}
.woocommerce div.product div.summary .custom_stock_info.custom-out-of-stock {
  color: #FF0000;
}

.woocommerce div.product div.images .flex-control-thumbs {
  margin-top: 10px;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:not(:last-child) {
  margin-right: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 32%;
}

.product-data .product-data__item:not(:last-child) {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .product-data .product-data__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.product-data .product-data__item {
  padding: 0;
  border-bottom: none;
}
.product-data .product-data__item .product-data__body {
  width: 100%;
}
.product-data .product-data__item .product-data__body h2 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
.product-data .product-data__item .product-data__body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6em;
}
.product-data .product-data__item .product-data__body .woocommerce-product-attributes .woocommerce-product-attributes-item {
  height: 56px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.6em;
}
.product-data .product-data__item .product-data__body .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
  width: 220px;
  text-align: left;
  font-weight: 700;
  background: #fff;
}
@media only screen and (max-width: 500px) {
  .product-data .product-data__item .product-data__body .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__label {
    width: 150px;
  }
}
.product-data .product-data__item .product-data__body .woocommerce-product-attributes .woocommerce-product-attributes-item .woocommerce-product-attributes-item__value {
  font-weight: 400;
  font-style: normal;
  background: #fff;
}

.woocommerce table.shop_attributes th {
  padding: 16px 0;
}

.woocommerce table.shop_attributes {
  border-top: none;
}

.related.products {
  margin-top: 45px;
  margin-bottom: 130px;
}
@media only screen and (max-width: 768px) {
  .related.products {
    margin-top: 15px;
    margin-bottom: 60px;
  }
}
.related.products h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 0.9em;
  margin-bottom: 30px;
}

.woocommerce span.onsale {
  min-width: 50px;
  min-height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #0BB867;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: 500;
}

.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after {
  top: 0.918em;
}

.related.products ul.products li.product {
  display: flex;
  flex-direction: column;
  height: inherit;
}
@media (max-width: 1270px) {
  .related.products ul.products li.product {
    width: 29.75%;
  }
}
@media (max-width: 920px) {
  .related.products ul.products li.product {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
}
@media (max-width: 570px) {
  .related.products ul.products li.product {
    width: 100%;
    margin-right: 0;
  }
}

/*-- Inputs --*/
.woocommerce .checkout.woocommerce-checkout input[type=text],
.woocommerce .checkout.woocommerce-checkout input[type=tel],
.woocommerce .checkout.woocommerce-checkout input[type=email],
.woocommerce .checkout.woocommerce-checkout input[type=password],
.woocommerce .checkout.woocommerce-checkout input[type=date] {
  width: 100%;
  min-height: 48px;
  border: none;
  border: 1px solid #E6E6E6;
  background-color: transparent;
  padding: 15px 12px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.woocommerce .checkout.woocommerce-checkout input[type=text]::-moz-placeholder, .woocommerce .checkout.woocommerce-checkout input[type=tel]::-moz-placeholder, .woocommerce .checkout.woocommerce-checkout input[type=email]::-moz-placeholder, .woocommerce .checkout.woocommerce-checkout input[type=password]::-moz-placeholder, .woocommerce .checkout.woocommerce-checkout input[type=date]::-moz-placeholder {
  color: #333333;
}
.woocommerce .checkout.woocommerce-checkout input[type=text]::placeholder,
.woocommerce .checkout.woocommerce-checkout input[type=tel]::placeholder,
.woocommerce .checkout.woocommerce-checkout input[type=email]::placeholder,
.woocommerce .checkout.woocommerce-checkout input[type=password]::placeholder,
.woocommerce .checkout.woocommerce-checkout input[type=date]::placeholder {
  color: #333333;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  grid-column: 1/-1;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  position: relative;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
  background-color: #0BB867;
  color: #fff;
  border-top: none;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.woocommerce-info.cart-empty,
.woocommerce-info.woocommerce-notice--success {
  box-shadow: none;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  color: #fff;
}

.woocommerce-error::before {
  content: "\e013";
}

.woocommerce-info a,
.woocommerce-error a,
.woocommerce-message a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-message a:hover {
  border-color: transparent;
}

.woocommerce-message .button.wc-forward {
  max-width: 280px;
  width: 100%;
  background-color: #fff !important;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 17px 0;
  font-weight: 600;
  font-size: 16px;
  color: rgba(11, 184, 103, 0.5);
  margin-left: auto;
}

.woocommerce-message .button.wc-forward:hover {
  border-color: #fff;
  background-color: transparent !important;
  color: #fff !important;
}

/*-- Notice button disabled --*/
.woocommerce-message .button {
  display: none;
}

.woocommerce-info .close-button,
.woocommerce-error .close-button,
.woocommerce-message .close-button {
  position: absolute;
  top: 50%;
  right: 2%;
  cursor: pointer;
  transform: translateY(-50%);
}
.woocommerce-info .close-button::before, .woocommerce-info .close-button::after,
.woocommerce-error .close-button::before,
.woocommerce-error .close-button::after,
.woocommerce-message .close-button::before,
.woocommerce-message .close-button::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.woocommerce-info .close-button::before,
.woocommerce-error .close-button::before,
.woocommerce-message .close-button::before {
  transform: rotate(-45deg);
}
.woocommerce-info .close-button::after,
.woocommerce-error .close-button::after,
.woocommerce-message .close-button::after {
  transform: rotate(45deg);
}
@media only screen and (max-width: 500px) {
  .woocommerce-info .close-button,
  .woocommerce-error .close-button,
  .woocommerce-message .close-button {
    right: 6%;
  }
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border-color: #E6E6E6;
}

.select2-container .select2-selection--single {
  height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("../img/arrow-down.svg");
  background-color: transparent;
  background-size: contain;
  border: none !important;
  height: 8px !important;
  width: 16px !important;
  margin: auto !important;
  top: auto !important;
  left: auto !important;
}

.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg) !important;
  margin-right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 9px;
  padding-bottom: 9px;
}

#customer_details .col-1,
#customer_details .col-2 {
  width: auto;
  float: none;
}

#customer_details .col-2 {
  margin-top: 20px;
}

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

form.checkout.woocommerce-checkout h3 {
  font-weight: 700 !important;
  font-size: 34px !important;
  line-height: 0.9em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
  form.checkout.woocommerce-checkout h3 {
    font-size: 24px !important;
    margin-bottom: 30px;
  }
}
form.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper {
  margin-bottom: 25px;
}

.woocommerce form .form-row label,
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 6px;
}

.woocommerce form .form-row:not(:last-child) {
  margin-bottom: 20px;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #FF0000;
}

.form-row.woocommerce-invalid .select2-container--default .select2-selection--single {
  border-color: #FF0000;
}

.woocommerce form .form-row.woocommerce-invalid label {
  color: #000;
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #0057FF;
}

.form-row.woocommerce-validated .select2-container--default .select2-selection--single {
  border-color: #0057FF;
}

.woocommerce-shipping-fields {
  margin-bottom: 20px;
}
.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label #ship-to-different-address-checkbox {
  display: none;
}
.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label #ship-to-different-address-checkbox:checked + span::after {
  opacity: 1;
}
.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label #ship-to-different-address-checkbox:checked + span::before {
  border-color: #0BB867;
}
.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span {
  padding-left: 30px;
  position: relative;
}
.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #E6E6E6;
  position: absolute;
  top: -1px;
  left: 5px;
}
.woocommerce-shipping-fields #ship-to-different-address .woocommerce-form__label span::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0BB867;
  transition: 0.2s;
  opacity: 0;
  position: absolute;
  top: 3px;
  left: 9px;
}
.woocommerce-shipping-fields .shipping_address {
  margin-top: 20px;
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  width: 100%;
  min-height: 96px;
  border: none;
  border: 1px solid #E6E6E6;
  background-color: transparent;
  padding: 15px 12px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  resize: vertical;
}

.order_review_wrapper {
  padding: 30px;
  background: #ECFFF6;
}
@media only screen and (max-width: 500px) {
  .order_review_wrapper #order_review_heading {
    margin-bottom: 20px !important;
  }
}
.order_review_wrapper #order_review .shop_table.woocommerce-checkout-review-order-table {
  background: #E1F4EC;
  padding: 20px;
}
@media only screen and (max-width: 500px) {
  .order_review_wrapper #order_review .shop_table.woocommerce-checkout-review-order-table {
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 500px) {
  .order_review_wrapper {
    padding: 16px;
  }
}

.woocommerce table.shop_table {
  border: none;
  border-radius: 0;
}

.woocommerce table.shop_table thead tr th:nth-child(1) {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.woocommerce table.shop_table thead tr th:nth-child(2) {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}

.woocommerce table.shop_table tbody td:nth-child(2) {
  text-align: right;
}

.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce table.shop_table tfoot td {
  text-align: right;
}

.woocommerce table.shop_table tfoot tr:last-child th,
.woocommerce table.shop_table tfoot tr:last-child td {
  padding-bottom: 0;
}

.order_review_wrapper #order_review .shop_table.woocommerce-checkout-review-order-table {
  margin-bottom: 15px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: none;
  border: none;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
  line-height: 2.5;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  padding: 0 0 16px 0;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  padding: 0 0 0 25px;
  background: none;
  margin: 0 0 10px 0;
}

#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
  font-weight: 400;
  font-size: 12px;
  color: #FF0000;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  float: none;
  margin-top: 30px;
  background-color: #000;
  min-height: 60px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4em;
  text-transform: uppercase;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  font-weight: 400;
  font-size: 16px;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  display: none;
}
#add_payment_method #payment ul.payment_methods li input:checked + label::after,
.woocommerce-cart #payment ul.payment_methods li input:checked + label::after,
.woocommerce-checkout #payment ul.payment_methods li input:checked + label::after {
  opacity: 1;
}
#add_payment_method #payment ul.payment_methods li input:checked + label::before,
.woocommerce-cart #payment ul.payment_methods li input:checked + label::before,
.woocommerce-checkout #payment ul.payment_methods li input:checked + label::before {
  border-color: #0BB867;
}
#add_payment_method #payment ul.payment_methods li label,
.woocommerce-cart #payment ul.payment_methods li label,
.woocommerce-checkout #payment ul.payment_methods li label {
  padding-left: 25px;
  position: relative;
}
#add_payment_method #payment ul.payment_methods li label::before,
.woocommerce-cart #payment ul.payment_methods li label::before,
.woocommerce-checkout #payment ul.payment_methods li label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #000;
  transition: 0.2s;
  position: absolute;
  top: -1px;
  left: 0;
}
#add_payment_method #payment ul.payment_methods li label::after,
.woocommerce-cart #payment ul.payment_methods li label::after,
.woocommerce-checkout #payment ul.payment_methods li label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0BB867;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: 3px;
  left: 4px;
}

.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
  color: #e2401c;
  display: block !important;
  font-weight: bold;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin-top: 20px;
}

.woocommerce-checkout #payment div.form-row .woocommerce-terms-and-conditions-wrapper {
  max-width: 395px;
  width: 100%;
}

#consultant_approval_field .woocommerce-input-wrapper label abbr.required,
#privacy_policy_field .woocommerce-input-wrapper label abbr.required {
  display: none;
}
#consultant_approval_field .woocommerce-input-wrapper label input,
#privacy_policy_field .woocommerce-input-wrapper label input {
  display: none;
}
#consultant_approval_field .woocommerce-input-wrapper label input:checked + .pseudo::after,
#privacy_policy_field .woocommerce-input-wrapper label input:checked + .pseudo::after {
  opacity: 1;
}
#consultant_approval_field .woocommerce-input-wrapper label input:checked + .pseudo::before,
#privacy_policy_field .woocommerce-input-wrapper label input:checked + .pseudo::before {
  border-color: #0BB867;
}
#consultant_approval_field .woocommerce-input-wrapper label .pseudo,
#privacy_policy_field .woocommerce-input-wrapper label .pseudo {
  padding-left: 24px;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
}
#consultant_approval_field .woocommerce-input-wrapper label .pseudo::before,
#privacy_policy_field .woocommerce-input-wrapper label .pseudo::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  position: absolute;
  top: 0px;
  left: 0;
}
#consultant_approval_field .woocommerce-input-wrapper label .pseudo::after,
#privacy_policy_field .woocommerce-input-wrapper label .pseudo::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #0BB867;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  transition: 0.2s;
}
#consultant_approval_field .woocommerce-input-wrapper label .pseudo a,
#privacy_policy_field .woocommerce-input-wrapper label .pseudo a {
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid transparent;
  transition: all 0.5s ease;
}
#consultant_approval_field .woocommerce-input-wrapper label .pseudo a:hover,
#privacy_policy_field .woocommerce-input-wrapper label .pseudo a:hover {
  border-color: #000;
}

.woocommerce form .form-row .js-custom-error-message {
  font-weight: 400;
  font-size: 10px;
  color: #FF0200;
  margin-top: 5px;
}

.woocommerce-terms-and-conditions-wrapper .privacy_policy.woocommerce-invalid-required-field .pseudo,
.woocommerce-terms-and-conditions-wrapper .privacy_policy.woocommerce-invalid-required-field .pseudo a {
  color: #FF0200 !important;
}
.woocommerce-terms-and-conditions-wrapper .privacy_policy.woocommerce-invalid-required-field .pseudo:hover,
.woocommerce-terms-and-conditions-wrapper .privacy_policy.woocommerce-invalid-required-field .pseudo a:hover {
  border-color: #FF0200 !important;
}

/*-- Thank You --*/
.woocommerce .woocommerce-order {
  margin-top: 60px;
}

.woocommerce .woocommerce-order > p.woocommerce-notice {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 32px;
}

.woocommerce .woocommerce-order > p {
  text-align: center;
  margin: 0 0 3em;
}

.woocommerce .woocommerce-order .woocommerce-order-overview {
  display: flex;
  flex-direction: column;
  min-height: 103px;
  background-color: #ededed;
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.woocommerce .woocommerce-order .woocommerce-order-overview li {
  padding: 10px;
}

.woocommerce-order .woocommerce-order-details {
  max-width: 700px;
  width: 100%;
  margin: 40px auto;
}
.woocommerce-order .woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details tbody tr td a {
  font-weight: 500;
  color: #000;
}

.woocommerce ul.order_details li {
  float: none;
  margin: 0;
  padding: 20px;
  text-transform: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  border-right: none;
}

.woocommerce .woocommerce-order .woocommerce-order-overview li strong {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #000;
  margin-top: 5px;
}

.woocommerce .woocommerce-order .woocommerce-order-overview > li {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
}

.woocommerce .woocommerce-order .woocommerce-order-overview:after,
.woocommerce .woocommerce-order .woocommerce-order-overview:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 16px;
  background-size: 0 100%, 16px 16px, 16px 16px !important;
}

.woocommerce .woocommerce-order .woocommerce-order-overview:before {
  top: -16px;
}

.woocommerce .woocommerce-order .woocommerce-order-overview:after {
  bottom: -16px;
  transform: rotate(180deg);
}

.woocommerce .woocommerce-order .woocommerce-order-overview:before,
.woocommerce .woocommerce-order .woocommerce-order-overview:after {
  background: -webkit-linear-gradient(transparent 0, transparent 0), -webkit-linear-gradient(135deg, #ededed 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #ededed 33.33%, transparent 33.33%);
}

.woocommerce-order h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 32px;
}

.woocommerce .woocommerce-order table.shop_table tr td:last-child {
  text-align: left;
}

.woocommerce .woocommerce-order table.shop_table thead tr th {
  width: 70% !important;
}

.woocommerce .woocommerce-order table.shop_table tr td:last-child {
  text-align: right;
}

.woocommerce .woocommerce-order .woocommerce-customer-details {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.woocommerce .woocommerce-order .woocommerce-customer-details address {
  padding: 20px;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--phone {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.woocommerce .woocommerce-order .woocommerce-customer-details address .woocommerce-customer-details--email {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product form.cart,
  .woocommerce div.product div.summary {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce div.product div.summary {
    margin-bottom: 30px;
  }
}

.woocommerce-cart-form table.shop_table thead tr th {
  padding: 9px 12px !important;
  text-align: center !important;
}
.woocommerce-cart-form table.shop_table tbody tr td {
  padding: 9px 12px !important;
  text-align: center !important;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart-form table.shop_table tbody tr td {
    text-align: right !important;
  }
}
.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail {
  min-width: 150px;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-thumbnail a img {
  max-width: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-name a {
  font-weight: 500;
  color: #000;
  text-decoration: underline;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-name .variation {
  max-width: 150px;
  margin: 10px auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart-form table.shop_table tbody tr td.product-name .variation {
    margin-right: 0;
  }
}
.woocommerce-cart-form table.shop_table tbody tr td.product-name .variation dt {
  text-align: left;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-name .variation dd {
  text-align: right;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-name .variation dd p {
  font-weight: 500;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-quantity .quantity_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart-form table.shop_table tbody tr td.product-quantity .quantity_wrapper {
    justify-content: flex-end;
  }
}
.woocommerce-cart-form table.shop_table tbody tr td.product-quantity .quantity_wrapper button {
  background: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
}
.woocommerce-cart-form table.shop_table tbody tr td.product-remove a {
  color: #0BB867 !important;
  transition: all 0.5s ease;
  width: 25px;
  height: 25px;
  line-height: 1.1em;
}
@media only screen and (max-width: 768px) {
  .woocommerce-cart-form table.shop_table tbody tr td.product-remove a {
    margin: 0 auto;
  }
}
.woocommerce-cart-form table.shop_table tbody tr td.product-remove a:hover {
  color: #fff !important;
  background: #0BB867;
}
.woocommerce-cart-form table.shop_table tbody tr td .button.wp-element-button {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .woocommerce form .form-row .select2-container {
    width: 100% !important;
  }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #000 !important;
  color: #fff !important;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0;
  border: none;
  background: none;
  font-weight: 400;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all 0.5s ease;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  border-color: transparent;
  background-color: transparent !important;
}

/*--- Contact from 7 ---*/
.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 0.7em;
  margin-top: 5px;
}

.wpcf7 form .wpcf7-response-output {
  max-width: 250px;
  width: 100%;
  padding: 0.5em 0.5em;
  background-color: rgba(255, 185, 0, 0.4);
  color: #fff;
  text-align: center;
  font-size: 0.7em;
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 form .wpcf7-response-output {
    top: 96%;
  }
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: rgba(220, 50, 50, 0.4) !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: rgba(70, 180, 80, 0.4) !important;
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: rgba(245, 110, 40, 0.4) !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: rgba(255, 185, 0, 0.4) !important;
}

.woocommerce-checkout #payment ul.payment_methods li input:checked + label::before,
.woocommerce-checkout #payment ul.payment_methods li input:checked + label::after,
.woocommerce-checkout #payment ul.payment_methods li label::before {
  margin-top: -1.5px;
}

.woocommerce-checkout #payment ul.payment_methods li input:checked + label::before,
.woocommerce-checkout #payment ul.payment_methods li input:checked + label::after,
.woocommerce-checkout #payment ul.payment_methods li label::before {
  margin-top: -1.5px;
}/*# sourceMappingURL=global.css.map */