/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \*******************************************************************************************************************************************************************************/
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  src: url(../fonts/Montserrat-Light.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: "NEXT ART";
  font-weight: 400;
  src: url(../fonts/NEXT-ART-Regular.ttf);
}
@font-face {
  font-family: "NEXT ART";
  font-weight: 600;
  src: url(../fonts/NEXT-ART-Bold.ttf);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

body {
  position: relative;
  min-height: 100vh;
}
body.search-on {
  overflow: hidden;
}

main {
  overflow: hidden;
  background: #ffffff;
  position: relative;
  min-height: 55vh;
}

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

a {
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

h1 {
  margin-bottom: 40px;
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-family: NEXT ART;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
  color: #000000;
}
@media screen and (max-width: 576px) {
  h3 {
    font-size: 24px;
  }
}

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

.black-btn {
  background-color: #000000;
  padding: 10px 40px;
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.48px;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  text-decoration: none;
}

.white-border-btn {
  border-radius: 3px;
  border: 1px solid #ffffff;
  font-family: NEXT ART;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #ffffff;
  padding: 10px 10px;
  text-align: center;
  width: 100%;
}
.white-border-btn:hover {
  color: #000000;
  background-color: #ffffff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
  display: none;
}

.woocommerce-ordering select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px;
  color: #333;
  font-size: 14px;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #EDEDED;
  border-radius: 100px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background: #000000;
}

.woocommerce-pagination {
  display: none !important;
}

.facetwp-facet-load {
  position: absolute;
  left: 50%;
  bottom: auto;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0 !important;
}
.facetwp-facet-load .facetwp-load-more {
  height: 38px;
  width: 174px;
  font-family: NEXT ART;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #000000;
  border-radius: 3px;
  border: 1px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.facetwp-facet-load .facetwp-load-more:hover {
  color: #ffffff;
  background-color: #000000;
}

.facetwp-facet-pagination {
  position: absolute;
  left: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, 60px);
      -ms-transform: translate(-50%, 60px);
          transform: translate(-50%, 60px);
  margin-bottom: 0 !important;
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  color: #909090;
}
.facetwp-facet-pagination .facetwp-pager .facetwp-page.active {
  color: #000000;
}

#scroll-to-top {
  background-color: #E43D30;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: fixed;
  bottom: 80px;
  right: 34px;
  z-index: 9999999;
}

#yith-wcwl-popup-message {
  border-radius: 8px;
}
#yith-wcwl-popup-message #yith-wcwl-message {
  font-family: NEXT ART;
  font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: #FFFFFF !important;
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.woocommerce-breadcrumb {
  font-family: Montserrat;
  font-size: 10px !important;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  color: #909090;
  font-family: Montserrat;
}

.breadcrumbs-section {
  background: #FAFAFA;
}
.breadcrumbs-section .yoast-breadcrumbs {
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  color: #909090;
}
.breadcrumbs-section .yoast-breadcrumbs a {
  color: #909090;
  -webkit-transition: all 0.4;
  -o-transition: all 0.4;
  transition: all 0.4;
}
.breadcrumbs-section .yoast-breadcrumbs a:hover {
  color: #F96054;
}

.noptin-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.noptin-form-fields .noptin-label {
  display: none;
}
.noptin-form-fields .noptin-form-field-email {
  margin-right: 0;
  margin-bottom: 0;
  width: 100%;
}
.noptin-form-fields .noptin-form-field-email input {
  height: 40px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
  padding: 10px;
  border-radius: 3px 0px 0px 3px;
  border: 2px solid #EDEDED;
  background: #ffffff;
  border-right: none;
  width: 100%;
}
.noptin-form-fields .noptin-form-field-email input::-webkit-input-placeholder {
  color: #B2B3B3;
}
.noptin-form-fields .noptin-form-field-email input::-moz-placeholder {
  color: #B2B3B3;
}
.noptin-form-fields .noptin-form-field-email input:-ms-input-placeholder {
  color: #B2B3B3;
}
.noptin-form-fields .noptin-form-field-email input::-ms-input-placeholder {
  color: #B2B3B3;
}
.noptin-form-fields .noptin-form-field-email input::placeholder {
  color: #B2B3B3;
}
.noptin-form-fields .noptin-form-field-submit {
  margin-bottom: 0;
  margin-top: 0;
}
.noptin-form-fields .noptin-form-field-submit button {
  height: 40px;
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.48px;
  color: #ffffff;
  background-color: #000000;
  padding: 0px 40px;
  border: 2px solid #000000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0px 3px 3px 0px;
}
.noptin-form-fields .noptin-form-field-submit button:hover {
  opacity: 0.8;
}

.noptin-response .noptin-error {
  background-color: #FAFAFA;
  border-color: #FAFAFA;
  color: #E43D30;
  padding-left: 0;
}
.noptin-response .noptin-success {
  background-color: #FAFAFA;
  border-color: #FAFAFA;
  color: #24a124;
  padding-left: 0;
}

.placeholder-img-product {
  position: relative;
  width: 100%;
  height: 400px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 576px) {
  .placeholder-img-product {
    height: 300px !important;
  }
}

.wishlist-placeholder-img {
  height: 273px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.placeholder-img-shop {
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.art-32 {
  font-family: NEXT ART;
  font-size: 32px;
  font-style: normal;
  line-height: 48px;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 576px) {
  .art-32 {
    font-size: 24px;
  }
}

.art-24 {
  font-family: NEXT ART;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 576px) {
  .art-24 {
    font-size: 22px;
  }
}

.art-22 {
  font-family: NEXT ART;
  font-size: 22px;
  font-style: normal;
  line-height: 30px;
  letter-spacing: 0.88px;
}
@media screen and (max-width: 576px) {
  .art-22 {
    font-size: 20px;
  }
}

.art-18 {
  font-family: NEXT ART;
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0.72px;
}

.art-14 {
  font-family: NEXT ART;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  letter-spacing: 0.56px;
}

.art-12 {
  font-family: NEXT ART;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.48px;
}

.mont-14 {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
}

.mont-12 {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  line-height: 18px;
}

.mont-10 {
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.w-100 {
  width: 100%;
}

.w-fit-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.position-relative {
  position: relative;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.d-block {
  display: block;
}

.color-white {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-grey {
  color: #909090;
}

.black-btn {
  height: 40px;
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.48px;
  color: #ffffff !important;
  background-color: #000000 !important;
  padding: 0px 40px;
  border: 2px solid #000000 !important;
}

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

.header {
  background-color: #ffffff;
  position: sticky;
  top: -40px;
  z-index: 998;
  border-bottom: 1px solid #EDEDED;
}
@media screen and (max-width: 576px) {
  .header {
    top: -68px;
  }
}
.header .header-top {
  background-color: #000000;
  padding-top: 11px;
  padding-bottom: 11px;
}
.header .header-top.scroll-active {
  display: none;
}
.header .header-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .header .header-top__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header .header-top__wrapper span {
  width: 100px;
}
@media screen and (max-width: 992px) {
  .header .header-top__wrapper span {
    display: none;
  }
}
.header .header-top__wrapper .top_header_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 576px) {
  .header .header-top__wrapper .top_header_menu {
    margin-bottom: 10px;
    overflow-x: scroll;
    scrollbar-width: none;
  }
}
.header .header-top__wrapper .top_header_menu .menu-item {
  margin-right: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media screen and (max-width: 576px) {
  .header .header-top__wrapper .top_header_menu .menu-item {
    margin-right: 15px;
  }
}
.header .header-top__wrapper .top_header_menu .menu-item:last-child {
  margin-right: 0;
}
.header .header-top__wrapper .top_header_menu .menu-item a {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
}
.header .header-top__wrapper .top_header_menu .menu-item a:hover {
  color: #F96054;
}
.header .header-top__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-top__tel a {
  margin-right: 28px;
}
.header .header-top__tel a:hover {
  color: #F96054;
}
.header .header-main {
  padding-top: 32px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #ffffff;
  position: relative;
}
.header .header-main.search-active {
  padding-bottom: 32px;
}
@media screen and (max-width: 992px) {
  .header .header-main .header-logo {
    margin-left: 60px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-main .header-logo {
    margin-left: 40px;
  }
}
@media screen and (max-width: 576px) {
  .header .header-main .header-logo img {
    max-width: 70%;
  }
}
.header .header-main__favorite i {
  position: relative;
}
.header .header-main__favorite i .wishlist-count {
  position: absolute;
  top: -2px;
  right: 3px;
  background-color: #E43D30;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header-main__favorite i .wishlist-count::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .header .header-main__favorite i .wishlist-count {
    right: -5px;
  }
}
.header .header-main__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 992px) {
  .header .header-main__search {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .header .header-main__search {
    position: absolute;
    left: 15px;
    top: 90px;
    display: none;
  }
}
.header .header-main__search.search-active-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-main__search .search-form-block {
  width: 220px;
}
@media screen and (max-width: 992px) {
  .header .header-main__search .search-form-block {
    width: calc(100% - 80px);
  }
}
.header .header-main__search input[data-autocompleted] {
  background-color: transparent !important;
}
.header .header-main__search input[type=text] {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0%;
  padding: 4px;
  margin-left: 8px;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
  background: #ffffff;
  width: calc(100% - 15px);
  overflow: hidden;
}
.header .header-main__search input[type=text]::-webkit-input-placeholder {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
}
.header .header-main__search input[type=text]::-moz-placeholder {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
}
.header .header-main__search input[type=text]:-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
}
.header .header-main__search input[type=text]::-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
}
.header .header-main__search input[type=text]::placeholder {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  color: #000000;
}
.header .header-main__search input[type=submit] {
  display: none;
}
.header .header-main__search .search-close-btn {
  margin-left: 6px;
  cursor: pointer;
  display: none;
}
.header .header-main__search .search-close-btn.btn-open {
  display: block;
}
.header .header-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header-main__support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-main__support-item {
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .header .header-main__support-item {
    margin-right: 15px;
  }
}
.header .header-main__support-item:last-child {
  margin-right: 0;
}
.header .header-main__support-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .header-main__support-item a svg {
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  .header .header-main__support-item a svg {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .header .header-main__support-item a span {
    display: none;
  }
}
.header .header-main__support-item a i {
  position: relative;
}
.header .header-main__support-item a i .cart-count {
  position: absolute;
  top: 0;
  right: 6px;
  background-color: #E43D30;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 9px;
  font-style: normal;
  font-weight: 500;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .header-main__support-item a i .cart-count::before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  .header .header-main__support-item a i .cart-count {
    right: -5px;
  }
}
.header .header-main__support .trigger-search {
  margin-right: 32px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 992px) {
  .header .header-main__support .trigger-search {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .header .header-main__support .trigger-search {
    margin-right: 15px;
  }
}
.header .header-main .nav-header-main {
  max-height: 600px;
}
.header .header-main .main_header_menu {
  padding-top: 32px;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (max-width: 992px) {
  .header .header-main .main_header_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 0;
    overflow: hidden;
    padding-bottom: 0;
  }
}
.header .header-main .main_header_menu.main_header_menu-active {
  max-height: 500px !important;
  height: 100vh;
  overflow: auto !important;
}
.header .header-main .main_header_menu > .menu-item a {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
}
.header .header-main .main_header_menu > .menu-item a:hover {
  color: #F96054;
}
.header .header-main .main_header_menu .menu-item-has-children {
  position: relative;
}
.header .header-main .main_header_menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-bottom: 1px solid #464646;
  border-left: 1px solid #464646;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: none;
}
@media screen and (max-width: 992px) {
  .header .header-main .main_header_menu .menu-item-has-children::after {
    display: block;
  }
}
.header .header-main .main_header_menu .menu-item-has-children.has-children-active {
  position: relative;
}
.header .header-main .main_header_menu .menu-item-has-children.has-children-active::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-bottom: 1px solid #464646;
  border-left: 1px solid #464646;
  right: 20px;
  top: 20px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.header .header-main .main_header_menu .menu-item {
  position: relative;
}
@media screen and (max-width: 992px) {
  .header .header-main .main_header_menu .menu-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #EDEDED;
    width: 100%;
  }
}
.header .header-main .main_header_menu .menu-item:first-child {
  border: none;
}
.header .header-main .main_header_menu .menu-item:hover > .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header-main .main_header_menu .menu-item .sub-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 0px 0px 3px 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 12px 0px rgba(228, 61, 48, 0.01), 0px 9px 26px 0px rgba(23, 15, 73, 0.05);
          box-shadow: 0px 10px 12px 0px rgba(228, 61, 48, 0.01), 0px 9px 26px 0px rgba(23, 15, 73, 0.05);
  padding: 23px 0px;
  min-width: 267px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .header .header-main .main_header_menu .menu-item .sub-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    left: 0%;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0px 0px;
    height: 0px;
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header .header-main .main_header_menu .menu-item .sub-menu.sub-menu-active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}
.header .header-main .main_header_menu .menu-item .sub-menu li {
  margin-bottom: 16px;
}
@media screen and (max-width: 992px) {
  .header .header-main .main_header_menu .menu-item .sub-menu li {
    border-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 30px;
  }
}
.header .header-main .main_header_menu .menu-item .sub-menu li:last-child {
  margin-bottom: 0;
}

.header-close {
  position: absolute;
  height: 2px;
  width: 25px;
  background-color: #000000;
  border-radius: 2px;
  top: 50px;
  left: 15px;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  .header-close {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .header-close {
    top: 44px;
  }
}
.header-close::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background-color: #000000;
  top: -8px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header-close::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background-color: #000000;
  top: 8px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header-active {
  position: absolute;
  height: 2px;
  width: 0px;
  background-color: #000000;
  border-radius: 2px;
  top: 50px;
  right: 65px;
  cursor: pointer;
}
@media screen and (max-width: 576px) {
  .header-active {
    top: 44px;
  }
}
.header-active::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background-color: #000000;
  top: 0px;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header-active::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background-color: #000000;
  top: 0px;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0px;
}

.site-footer {
  background-color: #000000;
  padding-top: 40px;
  padding-bottom: 64px;
}
.site-footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer .footer-wrapper__suport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-wrapper__suport {
    margin-bottom: 24px;
  }
}
.site-footer .footer-wrapper__suport strong {
  margin-top: 24px;
}
.site-footer .footer-wrapper__suport a {
  margin-top: 12px;
}
.site-footer .footer-wrapper__suport a:last-child {
  margin-top: 8px;
}
.site-footer .footer-wrapper__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-wrapper__menu {
    margin-bottom: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .site-footer .footer-wrapper__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer .footer-wrapper__menu .menu-item {
  margin-right: 60px;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-wrapper__menu .menu-item {
    margin-right: 24px;
  }
}
@media screen and (max-width: 576px) {
  .site-footer .footer-wrapper__menu .menu-item {
    margin-bottom: 24px;
    margin-right: 0;
  }
}
.site-footer .footer-wrapper__menu .menu-item:last-child {
  margin-right: 0;
}
.site-footer .footer-wrapper__menu .menu-item a {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 24px;
  cursor: auto;
}
@media screen and (max-width: 576px) {
  .site-footer .footer-wrapper__menu .menu-item a {
    margin-bottom: 16px;
  }
}
.site-footer .footer-wrapper__menu .menu-item-has-children {
  width: 100%;
  position: relative;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media screen and (max-width: 576px) {
  .site-footer .footer-wrapper__menu .menu-item-has-children {
    border-bottom: 1px solid #909090;
  }
}
.site-footer .footer-wrapper__menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  right: 20px;
  top: 0px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: none;
}
@media screen and (max-width: 576px) {
  .site-footer .footer-wrapper__menu .menu-item-has-children::after {
    display: block;
  }
}
.site-footer .footer-wrapper__menu .menu-item-has-children.has-children-active {
  position: relative;
}
.site-footer .footer-wrapper__menu .menu-item-has-children.has-children-active::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 576px) {
  .site-footer .footer-wrapper__menu .sub-menu {
    height: 0;
    overflow: hidden;
  }
}
.site-footer .footer-wrapper__menu .sub-menu.sub-menu-active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: visible;
}
.site-footer .footer-wrapper__menu .sub-menu .menu-item {
  margin-right: 0px;
  margin-bottom: 16px;
}
.site-footer .footer-wrapper__menu .sub-menu .menu-item:last-child {
  margin-right: 0;
}
.site-footer .footer-wrapper__menu .sub-menu .menu-item a {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0;
  cursor: pointer;
}
.site-footer .footer-wrapper__menu .sub-menu .menu-item a:hover {
  color: #F96054;
}
.site-footer .footer-wrapper__adress .white-border-btn {
  margin-bottom: 24px;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-wrapper__adress .white-border-btn {
    max-width: 250px;
  }
}
@media screen and (max-width: 576px) {
  .site-footer .footer-wrapper__adress .white-border-btn {
    max-width: 175px;
  }
}
.site-footer .footer-wrapper__adress-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 75px;
}
@media screen and (max-width: 992px) {
  .site-footer .footer-wrapper__adress-links {
    max-width: 250px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 576px) {
  .site-footer .footer-wrapper__adress-links {
    max-width: 175px;
  }
}
.site-footer .footer-wrapper__sosial-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.site-footer .footer-wrapper__sosial-list a {
  margin-top: 0 !important;
}
.site-footer .footer-wrapper__sosial-list a:first-child {
  margin-right: 24px;
}
.site-footer .footer-wrapper__sosial-list a:hover {
  opacity: 0.7;
}

.shop-page {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-page__container {
  max-width: 1700px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.shop-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
}
.shop-page__header .filter-showed {
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #000000;
  width: calc(50% - 8px);
  margin-right: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: none;
}
@media screen and (max-width: 992px) {
  .shop-page__header .filter-showed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.shop-page__header .filter-showed svg {
  margin-left: 4px;
}
.shop-page__header .woocommerce-ordering {
  margin: 0px 0px 0px 8px;
  background-color: #FAFAFA;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .shop-page__header .woocommerce-ordering {
    border-radius: 3px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 5px;
    padding-bottom: 5px;
    width: calc(50% - 8px);
    border: 1px solid #000000;
    background-color: #ffffff;
    padding-right: 5px;
  }
}
.shop-page__header .woocommerce-notices-wrapper {
  display: none;
}
.shop-page__main {
  width: 78%;
}
@media screen and (max-width: 992px) {
  .shop-page__main {
    width: 100%;
  }
}
.shop-page__main .woocommerce-result-count {
  display: none;
}
.shop-page__main .orderby {
  border: none;
  background: #FAFAFA;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  .shop-page__main .orderby {
    width: 100%;
    border-radius: 3px;
    background: #ffffff;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .shop-page__main .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shop-page__main .products .product-item {
  margin: 0px 24px 24px 0px !important;
}
@media screen and (max-width: 768px) {
  .shop-page__main .products .product-item {
    max-width: 245px;
  }
}
@media screen and (max-width: 576px) {
  .shop-page__main .products .product-item {
    max-width: 300px;
    width: 100% !important;
  }
}
.shop-page__main .products .product-item.outofstock {
  opacity: 0.5;
}
.shop-page__main .products .product-item .img-variation {
  height: 400px;
}
.shop-page__main .products .product-item .img-variation img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1300px) {
  .shop-page__main .products .product-item .img-variation {
    height: 350px;
  }
}
@media screen and (max-width: 576px) {
  .shop-page__main .products .product-item .img-variation {
    height: 400px;
  }
}
.shop-page .sidebar {
  width: calc(22% - 72px);
  margin-right: 72px;
  display: block;
}
.shop-page .sidebar.active-sidebar {
  display: block;
}
@media screen and (max-width: 1200px) {
  .shop-page .sidebar {
    width: calc(22% - 24px);
    margin-right: 24px;
    z-index: 30;
    max-width: 290px;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .shop-page .sidebar {
    width: 100%;
    margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    display: none;
    border-right: 1px solid #EDEDED;
    -webkit-box-shadow: 4px 0px 16px -2px #EDEDED;
            box-shadow: 4px 0px 16px -2px #EDEDED;
  }
}
.shop-page .sidebar__wrapper {
  max-width: 212px;
}
@media screen and (max-width: 992px) {
  .shop-page .sidebar__wrapper {
    max-width: 100%;
  }
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__item {
  border-bottom: 1px solid #EDEDED;
  padding-top: 24px;
  padding-bottom: 24px;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__item.active-none {
  display: none;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__item h4 {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__item h4::before {
  position: absolute;
  content: "";
  background: #000000;
  width: 12px;
  height: 1px;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__item h4::after {
  position: absolute;
  content: "";
  background: #000000;
  width: 12px;
  height: 1px;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%), rotate(0deg);
      -ms-transform: translateY(-50%), rotate(0deg);
          transform: translateY(-50%), rotate(0deg);
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__item h4.active {
  position: relative;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__item h4.active::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode.active {
  display: none;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode .facetwp-counter {
  display: none;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode .facetwp-facet {
  margin-bottom: 0;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode .facetwp-facet .facetwp-slider-reset {
  display: none;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode .facetwp-facet .facetwp-slider-label {
  font-family: Montserrat;
  font-size: 14px;
  color: #909090;
  font-weight: 400;
  line-height: 22px;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode .facetwp-facet .facetwp-display-value {
  font-family: Montserrat;
  font-size: 14px;
  color: #909090;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 12px;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode .facetwp-facet .facetwp-checkbox {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB5SURBVHgB7ZRBEYAgEEX/koBGZrAJJNAGLFFsoAmMIhYAd20AeHJ4Mwxw2Dd7egQhxrjknGciulCHlbM75zwxcyil3N77FQ2EENb3IaITnajDyJ3QTzL4iCEaov+KLPqxRhKyaY/QiM6K4yD9SFNYojahvgRWF9GWPRTdLxuJykEkAAAAAElFTkSuQmCC);
  background-size: auto;
  padding-left: 30px;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode .facetwp-facet .facetwp-checkbox.checked {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACsSURBVHgBzZTLDQIhEIZn9eSNEiiBEiyFTqQDvHqCTiiBEihBOsAZRBOzYTPrePBPfhheH88A8NQFfUe3naYxfjB60IR2y6AqkKkugyjWAX6k3SBjTLcIpLWGlNK0nXUzCGmllGatnfXhQ5xzW/0+K2hG7/27rJTiQNYgGphzbiGEXqaYAZlvLcbYV0I58xznjRsHu/J/vuwKctUjJif0GWS6vYIrfP+xOQI8ANgxxGrMYEAJAAAAAElFTkSuQmCC);
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode .facetwp-slider-wrap .noUi-connect {
  background: #000000;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
      -ms-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode .facetwp-slider-wrap .noUi-target {
  border: none;
  background: #ffffff;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode .facetwp-slider-wrap .noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  right: -4px;
  top: 0px;
  border-radius: 50%;
  background: #000000;
  border: none;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__shortcode .facetwp-toggle {
  font-family: Montserrat;
  margin-top: 12px;
  font-size: 14px;
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__wrapper-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .shop-page .sidebar__wrapper .widget_block .sidebar-content__wrapper-header {
    margin-bottom: 34px;
    margin-top: 34px;
  }
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__wrapper-header h3 {
  font-family: NEXT ART;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.88px;
  display: none;
}
@media screen and (max-width: 992px) {
  .shop-page .sidebar__wrapper .widget_block .sidebar-content__wrapper-header h3 {
    display: block;
  }
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__wrapper-header span {
  position: relative;
  height: 24px;
  width: 24px;
  display: none;
}
@media screen and (max-width: 992px) {
  .shop-page .sidebar__wrapper .widget_block .sidebar-content__wrapper-header span {
    display: block;
  }
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__wrapper-header span::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 32px;
  background: #000000;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.shop-page .sidebar__wrapper .widget_block .sidebar-content__wrapper-header span::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 32px;
  background: #000000;
  top: 50%;
  left: -5px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.woocommerce ul.products li.product a img {
  height: 100%;
}

.facetwp-reset {
  font-family: NEXT ART;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #909090;
  margin-top: 32px;
  -webkit-transition: all 0.3 ease;
  -o-transition: all 0.3 ease;
  transition: all 0.3 ease;
  border: none;
  background: none;
  cursor: pointer;
}
.facetwp-reset:hover {
  color: #000000;
}

.sidebar__reload {
  display: none;
}

.archive .woocommerce-breadcrumb {
  margin-right: auto;
  margin-left: auto;
  max-width: 1700px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  margin-top: 24px;
  margin-bottom: 24px;
}
.archive .woocommerce-products-header {
  margin-right: auto;
  margin-left: auto;
  max-width: 1700px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}
.archive .woocommerce-products-header__title {
  font-family: NEXT ART;
  font-size: 32px;
  color: #000000;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
  margin-bottom: 20px;
}

.shop-page__wishlist-btn {
  position: absolute;
  right: 45px;
  z-index: 9;
}
.shop-page__wishlist-btn .feedback {
  display: block !important;
}
.shop-page__wishlist-btn .yith-wcwl-icon {
  margin-right: 0 !important;
  color: #E43D30;
  width: 25px;
  height: 25px;
  display: block;
}
.shop-page__wishlist-btn .yith-wcwl-add-button .yith-wcwl-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2720%27 viewBox=%270 0 24 20%27 fill=%27none%27%3E%3Cpath d=%27M17.5556 0C15.1733 0 13.12 1.10761 12 2.94239C10.88 1.10761 8.82667 0 6.44444 0C4.7359 0.00201356 3.09793 0.666866 1.88981 1.84872C0.681685 3.03058 0.00205831 4.63295 0 6.30435C0 9.41195 2 12.6598 5.93333 15.9554C7.74945 17.4673 9.71038 18.8043 11.7889 19.9478C11.8537 19.9821 11.9263 20 12 20C12.0737 20 12.1463 19.9821 12.2111 19.9478C14.2896 18.8043 16.2506 17.4673 18.0667 15.9554C22 12.6598 24 9.41195 24 6.30435C23.9979 4.63295 23.3183 3.03058 22.1102 1.84872C20.9021 0.666866 19.2641 0.00201356 17.5556 0ZM12 19.0674C10.4444 18.2022 0.888889 12.6163 0.888889 6.30435C0.890653 4.86348 1.47654 3.48213 2.51802 2.46328C3.55951 1.44444 4.97156 0.871291 6.44444 0.869565C8.79 0.869565 10.7611 2.09891 11.5889 4.07717C11.6224 4.15692 11.6793 4.22512 11.7525 4.27312C11.8257 4.32112 11.9119 4.34675 12 4.34675C12.0881 4.34675 12.1743 4.32112 12.2475 4.27312C12.3207 4.22512 12.3776 4.15692 12.4111 4.07717C13.2389 2.09891 15.21 0.869565 17.5556 0.869565C19.0284 0.871291 20.4405 1.44444 21.482 2.46328C22.5235 3.48213 23.1093 4.86348 23.1111 6.30435C23.1111 12.6087 13.5556 18.2022 12 19.0674Z%27 fill=%27black%27/%3E%3C/svg%3E");
  font-size: 24px;
}
.shop-page__wishlist-btn .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon {
  color: #E43D30 !important;
  width: 25px;
  height: 25px;
  display: block;
}
.shop-page__wishlist-btn .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M14.1818 20.8982C13.6451 21.2233 13.1967 21.4744 12.8815 21.6464C12.7145 21.7372 12.5455 21.8258 12.3764 21.9124H12.3742C12.2584 21.97 12.1302 22 12 22C11.8698 22 11.7416 21.97 11.6258 21.9124C11.4553 21.8263 11.2862 21.7377 11.1185 21.6464C9.26156 20.6332 7.50727 19.4531 5.87891 18.1218C3.05455 15.7948 0 12.3746 0 8.34549C0 4.69312 3.08618 2 6.25745 2C8.76 2 10.7793 2.74437 12 4.72727C13.2218 2.74437 15.24 2 17.7425 2C20.9127 2 24 4.69312 24 8.34655C24 12.3757 20.9444 15.7969 18.1211 18.1207C16.8784 19.1366 15.562 20.0648 14.1818 20.8982Z%27 fill=%27%23E43D30%27/%3E%3C/svg%3E");
  font-size: 24px;
  color: #E43D30 !important;
}
.shop-page__wishlist-btn .yith-wcwl-wishlistexistsbrowse a i {
  display: none;
}

.woocommerce-shop__ordering {
  position: relative;
}
.woocommerce-shop__ordering::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  top: 12px;
  right: 0%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 992px) {
  .woocommerce-shop__ordering::after {
    display: none;
  }
}

.category-description-block {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.008em;
  margin-bottom: 36px;
}
.category-description-block a {
  font-weight: 400;
  color: #000000 !important;
}
.category-description-block a:hover {
  opacity: 0.7;
}
.category-description-block strong {
  font-weight: 600 !important;
}
.category-description-block ul {
  list-style: inside;
  margin-top: 16px;
  margin-bottom: 16px;
}
.category-description-block ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .category-description-block ul li {
    margin-bottom: 4px;
  }
}
.category-description-block ol {
  margin-top: 16px;
  margin-bottom: 16px;
  list-style: auto;
}
.category-description-block ol li {
  margin-bottom: 8px;
  margin-left: 22px;
}
@media screen and (max-width: 576px) {
  .category-description-block ol li {
    margin-bottom: 4px;
  }
}
.category-description-block h1 {
  font-size: 32px !important;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.category-description-block h2 {
  font-size: 28px !important;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.category-description-block h3 {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.category-description-block h4 {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.category-description-block h5 {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.category-description-block h6 {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.category-description-block p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.category-description-block table {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .category-description-block table {
    display: block;
    overflow: auto;
  }
}
.category-description-block table tr:first-child td {
  font-weight: 600;
}
.category-description-block table td {
  padding: 16px;
}

.woocommerce-checkout .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .mobile {
    display: block;
  }
}
.woocommerce-checkout .desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .desktop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.woocommerce-checkout.body-overlay {
  overflow: hidden !important;
}
.woocommerce-checkout main {
  background: #FAFAFA !important;
}
.woocommerce-checkout h1 {
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
  margin-bottom: 24px;
}

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

.wcus-checkout-fields h3 {
  display: block;
  font-family: NEXT ART;
  font-size: 18px;
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 26px;
}

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

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

.woocommerce-billing-fields {
  margin-bottom: 40px;
}
.woocommerce-billing-fields h3 {
  font-family: NEXT ART;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.72px;
}

.woocommerce-billing-fields__field-wrapper .form-row {
  padding: 0 !important;
}
.woocommerce-billing-fields__field-wrapper p {
  margin-bottom: 24px !important;
}
.woocommerce-billing-fields__field-wrapper label {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.woocommerce-billing-fields__field-wrapper label abbr {
  display: none;
}
.woocommerce-billing-fields__field-wrapper input {
  height: 42px;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #EDEDED;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.woocommerce-billing-fields__field-wrapper input::-webkit-input-placeholder {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #B2B3B3;
}
.woocommerce-billing-fields__field-wrapper input::-moz-placeholder {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #B2B3B3;
}
.woocommerce-billing-fields__field-wrapper input:-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #B2B3B3;
}
.woocommerce-billing-fields__field-wrapper input::-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #B2B3B3;
}
.woocommerce-billing-fields__field-wrapper input::placeholder {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #B2B3B3;
}
.woocommerce-billing-fields__field-wrapper textarea {
  height: 150px !important;
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #EDEDED;
  resize: none;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.woocommerce-billing-fields__field-wrapper textarea::-webkit-input-placeholder {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #B2B3B3;
}
.woocommerce-billing-fields__field-wrapper textarea::-moz-placeholder {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #B2B3B3;
}
.woocommerce-billing-fields__field-wrapper textarea:-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #B2B3B3;
}
.woocommerce-billing-fields__field-wrapper textarea::-ms-input-placeholder {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #B2B3B3;
}
.woocommerce-billing-fields__field-wrapper textarea::placeholder {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #B2B3B3;
}
.woocommerce-billing-fields__field-wrapper #billing_phone_field .woocommerce-input-wrapper {
  position: relative;
}
.woocommerce-billing-fields__field-wrapper #billing_phone_field .woocommerce-input-wrapper::before {
  position: absolute;
  content: "+38";
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: normal;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.woocommerce-billing-fields__field-wrapper #billing_phone_field #billing_phone {
  padding-left: 10px;
  line-height: 48px;
  -webkit-transition: padding-left 0.5s ease;
  -o-transition: padding-left 0.5s ease;
  transition: padding-left 0.5s ease;
}
.woocommerce-billing-fields__field-wrapper #billing_phone_field.active .woocommerce-input-wrapper {
  position: relative;
}
.woocommerce-billing-fields__field-wrapper #billing_phone_field.active .woocommerce-input-wrapper::before {
  position: absolute;
  content: "+38";
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: normal;
  opacity: 1;
}
.woocommerce-billing-fields__field-wrapper #billing_phone_field.active #billing_phone {
  padding-left: 34px;
}

form.woocommerce-checkout {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 128px;
}
form.woocommerce-checkout .checkout-form-wrapper {
  width: calc(50% - 32px);
  background: #ffffff;
  border-radius: 3px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  form.woocommerce-checkout .checkout-form-wrapper {
    margin-bottom: 48px;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  form.woocommerce-checkout .checkout-form-wrapper {
    padding: 20px 8px;
  }
}
form.woocommerce-checkout .checkout-form-wrapper .col-1 {
  width: 100%;
}
form.woocommerce-checkout .checkout-form-wrapper .col-1 .create-account {
  display: none;
}
form.woocommerce-checkout .order-wrapper {
  width: calc(50% - 32px);
  background: #ffffff;
  border-radius: 3px;
  padding: 32px 0px;
}
@media screen and (max-width: 768px) {
  form.woocommerce-checkout .order-wrapper {
    width: 100%;
    padding: 16px 0px;
  }
}
form.woocommerce-checkout .order-wrapper #order_review_heading {
  font-family: NEXT ART;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.72px;
  margin-bottom: 24px;
  padding: 0px 32px;
}
@media screen and (max-width: 768px) {
  form.woocommerce-checkout .order-wrapper #order_review_heading {
    padding: 0px 16px;
  }
}

.product-name h5 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 8px;
  padding-right: 20px;
  color: #000000;
}
.product-name__sku {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  color: #909090;
}
.product-name__wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-name__price {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.product-name__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.product-name__color p {
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  color: #909090;
  text-transform: uppercase;
  width: 50px;
}
.product-name__color span {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
}
.product-name__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-name__size p {
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  color: #909090;
  text-transform: uppercase;
  width: 50px;
}
.product-name__size span {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
}

.cart_item {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 190px;
  margin-bottom: 24px;
  position: relative;
}
.cart_item .product-thumbnail {
  grid-area: 1/1/4/3;
  padding-right: 24px;
}
@media screen and (max-width: 576px) {
  .cart_item .product-thumbnail {
    padding-right: 8px;
  }
}
.cart_item .product-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart_item .product-name {
  grid-area: 1/3/3/6;
  border: none;
}
.cart_item .product-total {
  grid-area: 3/3/4/6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cart_item .product-total .count__wrapper {
  margin-bottom: 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart_item .product-total .count__wrapper input[type=number] {
  height: 32px;
  width: 32px;
  border-radius: 0%;
  border: 1px solid #EDEDED;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
}
.cart_item .product-total .count__wrapper .count__minus {
  display: block;
  height: 32px;
  width: 32px;
  border: 1px solid #EDEDED;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  cursor: pointer;
}
.cart_item .product-total .count__wrapper .count__minus::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
}
.cart_item .product-total .count__wrapper .count__plus {
  display: block;
  height: 32px;
  width: 32px;
  border: 1px solid #EDEDED;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  cursor: pointer;
}
.cart_item .product-total .count__wrapper .count__plus::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
}
.cart_item .product-total .count__wrapper .count__plus::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  border-radius: 1px;
}

.woocommerce a.remove {
  padding: 0 !important;
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce a.remove:hover {
  background: none !important;
}

.table-shop-main {
  overflow-y: auto;
  padding-top: 24px;
  border-top: 1px solid #EDEDED;
  padding: 24px 32px 0px 32px;
}
@media screen and (max-width: 768px) {
  .table-shop-main {
    padding: 24px 16px 0px 16px;
  }
}
.table-shop-main__wrapper {
  height: 400px;
  padding-right: 4px;
}
.table-shop-main__wrapper.wrapper-s {
  height: 190px;
}
.table-shop-main__wrapper .disable-plus-btn .count__plus {
  pointer-events: none !important;
}
.table-shop-main__wrapper .disable-plus-btn .count__plus::before {
  opacity: 0.2 !important;
}
.table-shop-main__wrapper .disable-plus-btn .count__plus::after {
  opacity: 0.2 !important;
}

.woocommerce-info {
  display: none;
}

.checkout-form-coupon-wrapper {
  border: none !important;
  border-top: 1px solid #EDEDED !important;
  border-bottom: 1px solid #EDEDED !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 0 !important;
  border-radius: 0% !important;
}
@media screen and (max-width: 576px) {
  .checkout-form-coupon-wrapper {
    padding: 20px 6px !important;
  }
}
.checkout-form-coupon-wrapper .form-row-first .input-text {
  height: 40px;
  padding: 10px 10px 10px 15px;
  border: 1px solid #F3F3F3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.checkout-form-coupon-wrapper .form-row-first .input-text:focus {
  border: 1px solid #000000;
}
.checkout-form-coupon-wrapper .form-row-last {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.checkout-form-coupon-wrapper .form-row-last button {
  border-radius: 0px 3px 3px 0px;
  background: #000000;
  color: #ffffff;
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.48px;
  height: 40px;
}
.checkout-form-coupon-wrapper .form-row {
  padding: 0 !important;
}

.woocommerce-notices-wrapper {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.woocommerce-notices-wrapper .woocommerce-error {
  background: none !important;
  border: none !important;
  color: #b81c23 !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
  border: none !important;
  background-color: #ffffff !important;
}
.woocommerce-notices-wrapper .woocommerce-message a {
  display: none;
}

.woocommerce-message {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
}

.table-footer {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  padding: 32px 0px;
}
.table-footer__invoice {
  padding: 0px 32px;
}
@media screen and (max-width: 768px) {
  .table-footer__invoice {
    padding: 0px 16px;
  }
}
.table-footer .cart-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
}
.table-footer .woocommerce-shipping-methods #wcus-shipping-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-footer .woocommerce-Price-amount {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500 !important;
  line-height: 18px;
}
.table-footer .woocommerce-Price-amount b {
  text-transform: lowercase;
  margin-left: 5px;
}
.table-footer .cart-discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.table-footer .cart-discount .woocommerce-remove-coupon {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 500;
  line-height: 18px;
  color: #909090;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.table-footer .cart-discount .woocommerce-remove-coupon:hover {
  color: #F96054;
}
.table-footer .order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-top: 32px;
  border-top: 1px solid #EDEDED;
  padding: 32px 32px 0px 32px;
}
@media screen and (max-width: 768px) {
  .table-footer .order-total {
    padding: 32px 16px 0px 16px;
  }
}
.table-footer .order-total bdi {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
.table-footer .order-total b {
  text-transform: lowercase;
  margin-left: 5px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.place-order {
  padding: 0px 32px !important;
}
@media screen and (max-width: 768px) {
  .place-order {
    padding: 0px 16px !important;
  }
}
.place-order button[type=submit] {
  background-color: #000000 !important;
  color: #fff !important;
  width: 100%;
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.48px;
  height: 40px;
}

.payment-section__wrapper h3 {
  font-family: NEXT ART;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.72px;
  margin-bottom: 24px;
}
.payment-section__wrapper .woocommerce-checkout-payment {
  background: #ffffff !important;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods {
  border-bottom: none !important;
  padding: 0 !important;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods li {
  margin-bottom: 16px !important;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods li .payment_box {
  display: none !important;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods .wc_payment_method {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods .wc_payment_method .payment_method__info {
  position: absolute;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 24px;
  cursor: pointer;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods .payment_method_cod {
  position: relative;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods .payment_method_cod .payment_box {
  position: absolute !important;
  margin: 0 !important;
  border-radius: 3px !important;
  left: 170px;
  max-width: 270px;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.12);
  z-index: 10;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods .payment_method_cod .payment_box::before {
  display: none !important;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods .payment_method_cod .payment_box p {
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods .payment_method_cod .payment_box p:first-child {
  margin-bottom: 16px;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods .payment_method_liqpay .payment_method__info {
  display: none;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods .payment_method_liqpay img {
  display: none;
}
.payment-section__wrapper .woocommerce-checkout-payment .payment_methods .payment_method_bacs .payment_method__info {
  display: none;
}
.payment-section__wrapper .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method {
  position: relative;
}
.payment-section__wrapper .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
}
.payment-section__wrapper .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method label::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #000000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.payment-section__wrapper .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input.input-radio {
  opacity: 0;
  position: absolute;
}
.payment-section__wrapper .woocommerce-checkout-payment .wc_payment_methods .wc_payment_method input.input-radio:checked + label:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><rect x=\"0.4\" y=\"0.4\" width=\"17.2\" height=\"17.2\" rx=\"2.6\" fill=\"black\" stroke=\"black\" stroke-width=\"0.8\"/><path d=\"M5 9.6L7.53968 12L13 6\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

li.wc_payment_method.payment_method_cod:hover .box-info {
  display: block !important;
}

.shipping-section__wrapper {
  margin-bottom: 64px;
}
.shipping-section__wrapper .zen-ui-select-1 .zen-ui-select__dropdown {
  position: relative !important;
  display: block !important;
}
.shipping-section__wrapper .zen-ui-select-1 .zen-ui-select__value {
  display: none;
}
.shipping-section__wrapper .zen-ui-select-1 .zen-ui-select__options {
  padding: 0;
  border: none;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
}
.shipping-section__wrapper .zen-ui-select-1 .zen-ui-select__dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.shipping-section__wrapper .zen-ui-select-1 .option-item {
  position: relative;
  padding: 8px 12px 8px 35px;
}
.shipping-section__wrapper .zen-ui-select-1 .option-item::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid #000000;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.shipping-section__wrapper .zen-ui-select-1 .option-item.zen-ui-select__option--current:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"18\" height=\"18\" viewBox=\"0 0 18 18\" fill=\"none\"><rect x=\"0.4\" y=\"0.4\" width=\"17.2\" height=\"17.2\" rx=\"2.6\" fill=\"black\" stroke=\"black\" stroke-width=\"0.8\"/><path d=\"M5 9.6L7.53968 12L13 6\" stroke=\"white\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>") no-repeat center center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.shipping-section__wrapper .zen-ui-select-1 .zen-ui-select__option--current {
  background: #ffffff !important;
}
.shipping-section__wrapper .zen-ui-select-1 .zen-ui-select__option:not(.zen-ui-select__option--disabled):not(.zen-ui-select__option--current):hover {
  background: #ffffff;
}
.shipping-section__wrapper .woocommerce-input-wrapper input[type=text] {
  height: 42px;
  border: 1px solid #EDEDED;
  padding: 9px 12px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.shipping-section__wrapper .woocommerce-input-wrapper input[type=text]::-webkit-input-placeholder {
  color: #B2B3B3;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.shipping-section__wrapper .woocommerce-input-wrapper input[type=text]::-moz-placeholder {
  color: #B2B3B3;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.shipping-section__wrapper .woocommerce-input-wrapper input[type=text]:-ms-input-placeholder {
  color: #B2B3B3;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.shipping-section__wrapper .woocommerce-input-wrapper input[type=text]::-ms-input-placeholder {
  color: #B2B3B3;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.shipping-section__wrapper .woocommerce-input-wrapper input[type=text]::placeholder {
  color: #B2B3B3;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}

.zen-ui-select__option {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
}
.zen-ui-select__value-text {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
}

.checkout-title__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (max-width: 576px) {
  .checkout-title__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .checkout-title__wrapper h3 {
    margin-bottom: 16px;
  }
}
.checkout-title__btn {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-decoration-line: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.login-form-checkout {
  background-color: #ffffff;
  border-radius: 3px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  position: fixed;
  height: 0px;
  overflow: hidden;
  left: 50%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 660px;
}
.login-form-checkout.active {
  padding: 48px 120px 90px 120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  .login-form-checkout.active {
    padding: 24px 60px 45px 60px;
  }
}
@media screen and (max-width: 576px) {
  .login-form-checkout.active {
    padding: 16px 16px 20px 16px;
  }
}
.login-form-checkout .login-close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.login-form-checkout h2 {
  text-align: center;
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
}
.login-form-checkout__form {
  border: none !important;
}
@media screen and (max-width: 576px) {
  .login-form-checkout__form {
    padding: 0 !important;
  }
}
.login-form-checkout .form-row__login {
  margin-bottom: 24px !important;
}
.login-form-checkout .woocommerce-form-row label {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.login-form-checkout .woocommerce-form-row label .required {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
}
.login-form-checkout .woocommerce-form-row .woocommerce-Input {
  border-radius: 3px;
  border: 1px solid #EDEDED;
  background-color: #ffffff !important;
  height: 42px;
  padding: 10px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.login-form-checkout .woocommerce-form-row .woocommerce-Input::-webkit-input-placeholder {
  color: #B2B3B3;
}
.login-form-checkout .woocommerce-form-row .woocommerce-Input::-moz-placeholder {
  color: #B2B3B3;
}
.login-form-checkout .woocommerce-form-row .woocommerce-Input:-ms-input-placeholder {
  color: #B2B3B3;
}
.login-form-checkout .woocommerce-form-row .woocommerce-Input::-ms-input-placeholder {
  color: #B2B3B3;
}
.login-form-checkout .woocommerce-form-row .woocommerce-Input::placeholder {
  color: #B2B3B3;
}
.login-form-checkout .lost_password {
  text-align: end;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 8px;
}
.login-form-checkout .lost_password span {
  color: #000000;
  cursor: pointer;
}
.login-form-checkout .woocommerce-form-login__submit {
  width: 100%;
  border-radius: 3px;
  background-color: #000000 !important;
  font-family: NEXT ART;
  font-size: 12px;
  color: #ffffff !important;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.48px;
  height: 40px;
}

.login-form-account h2 {
  text-align: center;
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
}
.login-form-account__form {
  border: none !important;
}
.login-form-account .form-row__login {
  margin-bottom: 24px !important;
}
.login-form-account .woocommerce-form-row label {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.login-form-account .woocommerce-form-row label .required {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
}
.login-form-account .woocommerce-form-row .woocommerce-Input {
  border-radius: 3px;
  border: 1px solid #EDEDED;
  background-color: #ffffff !important;
  height: 42px;
  padding: 10px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.login-form-account .woocommerce-form-row .woocommerce-Input::-webkit-input-placeholder {
  color: #B2B3B3;
}
.login-form-account .woocommerce-form-row .woocommerce-Input::-moz-placeholder {
  color: #B2B3B3;
}
.login-form-account .woocommerce-form-row .woocommerce-Input:-ms-input-placeholder {
  color: #B2B3B3;
}
.login-form-account .woocommerce-form-row .woocommerce-Input::-ms-input-placeholder {
  color: #B2B3B3;
}
.login-form-account .woocommerce-form-row .woocommerce-Input::placeholder {
  color: #B2B3B3;
}
.login-form-account .lost_password {
  text-align: end;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-bottom: 32px;
  margin-top: 8px;
}
.login-form-account .lost_password span {
  color: #000000;
  cursor: pointer;
}
.login-form-account .woocommerce-form-login__submit {
  width: 100%;
  border-radius: 3px;
  background-color: #000000 !important;
  font-family: NEXT ART;
  font-size: 12px;
  color: #ffffff !important;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.48px;
  height: 40px;
}

.register-form-checkout {
  background-color: #ffffff;
  border-radius: 3px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  position: fixed;
  height: 0px;
  overflow: hidden;
  left: 50%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 660px;
}
.register-form-checkout.active {
  padding: 48px 100px 90px 120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  .register-form-checkout.active {
    padding: 24px 60px 24px 60px;
  }
}
@media screen and (max-width: 576px) {
  .register-form-checkout.active {
    padding: 12px 16px 12px 16px;
  }
}
.register-form-checkout .register-close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.register-form-checkout h2 {
  text-align: center;
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
}
.register-form-checkout__form {
  border: none !important;
}
@media screen and (max-width: 576px) {
  .register-form-checkout__form {
    padding: 0 !important;
  }
}
.register-form-checkout .form-row__login {
  margin-bottom: 24px !important;
}
.register-form-checkout .woocommerce-form-row label {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.register-form-checkout .woocommerce-form-row label .required {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
}
.register-form-checkout .woocommerce-form-row label[for=reg_agree_terms] {
  text-transform: lowercase;
}
.register-form-checkout .woocommerce-form-row .woocommerce-Input {
  border-radius: 3px;
  border: 1px solid #EDEDED;
  background-color: #ffffff !important;
  height: 42px;
  padding: 10px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.register-form-checkout .woocommerce-form-row .woocommerce-Input::-webkit-input-placeholder {
  color: #B2B3B3;
}
.register-form-checkout .woocommerce-form-row .woocommerce-Input::-moz-placeholder {
  color: #B2B3B3;
}
.register-form-checkout .woocommerce-form-row .woocommerce-Input:-ms-input-placeholder {
  color: #B2B3B3;
}
.register-form-checkout .woocommerce-form-row .woocommerce-Input::-ms-input-placeholder {
  color: #B2B3B3;
}
.register-form-checkout .woocommerce-form-row .woocommerce-Input::placeholder {
  color: #B2B3B3;
}
.register-form-checkout .woocommerce-form-register__submit {
  width: 100%;
  border-radius: 3px;
  background-color: #000000 !important;
  font-family: NEXT ART;
  font-size: 12px;
  color: #ffffff !important;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.48px;
  height: 40px;
}
.register-form-checkout .agree-terms-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 14px !important;
  margin-bottom: 32px !important;
}
.register-form-checkout .agree-terms-wrapper .input-checkbox {
  width: 18px;
  height: 18px;
}
.register-form-checkout .agree-terms-wrapper .woocommerce-Input--checkbox:checked {
  width: 50px !important;
}
.register-form-checkout .agree-terms-wrapper label {
  margin-bottom: 0;
}

.register-form-account h2 {
  text-align: center;
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
}
.register-form-account__form {
  border: none !important;
}
.register-form-account .form-row__login {
  margin-bottom: 24px !important;
}
.register-form-account .woocommerce-form-row label {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.register-form-account .woocommerce-form-row label .required {
  color: #000000;
  font-size: 12px;
  font-weight: 300;
}
.register-form-account .woocommerce-form-row label[for=reg_agree_terms] {
  text-transform: lowercase;
}
.register-form-account .woocommerce-form-row .woocommerce-Input {
  border-radius: 3px;
  border: 1px solid #EDEDED;
  background-color: #ffffff !important;
  height: 42px;
  padding: 10px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.register-form-account .woocommerce-form-row .woocommerce-Input::-webkit-input-placeholder {
  color: #B2B3B3;
}
.register-form-account .woocommerce-form-row .woocommerce-Input::-moz-placeholder {
  color: #B2B3B3;
}
.register-form-account .woocommerce-form-row .woocommerce-Input:-ms-input-placeholder {
  color: #B2B3B3;
}
.register-form-account .woocommerce-form-row .woocommerce-Input::-ms-input-placeholder {
  color: #B2B3B3;
}
.register-form-account .woocommerce-form-row .woocommerce-Input::placeholder {
  color: #B2B3B3;
}
.register-form-account .woocommerce-form-register__submit {
  width: 100%;
  border-radius: 3px;
  background-color: #000000 !important;
  font-family: NEXT ART;
  font-size: 12px;
  color: #ffffff !important;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.48px;
  height: 40px;
}
.register-form-account .agree-terms-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 14px !important;
  margin-bottom: 32px !important;
}
.register-form-account .agree-terms-wrapper .input-checkbox {
  width: 18px;
  height: 18px;
}
.register-form-account .agree-terms-wrapper label {
  margin-bottom: 0;
}

.lost-pas-checkout {
  background-color: #ffffff;
  border-radius: 3px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  position: fixed;
  height: 0px;
  overflow: hidden;
  left: 50%;
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 99999;
  max-width: 660px;
}
.lost-pas-checkout.active {
  padding: 48px 100px 90px 100px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  .lost-pas-checkout.active {
    padding: 36px 60px 45px 60px;
  }
}
@media screen and (max-width: 576px) {
  .lost-pas-checkout.active {
    padding: 36px 16px 20px 16px;
  }
}
.lost-pas-checkout .lost-close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.lost-pas-checkout h2 {
  font-family: NEXT ART;
  font-size: 32px;
  text-align: center;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
  margin-bottom: 16px;
}
.lost-pas-checkout .lost-paragraph {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 32px;
  text-align: center;
}
.lost-pas-checkout .woocommerce-form-row label {
  font-family: Montserrat;
  font-size: 12px;
  margin-bottom: 8px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
}
.lost-pas-checkout .woocommerce-form-row .input-text {
  height: 42px;
  padding: 10px;
  width: 100%;
  border: 1px solid #EDEDED;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.lost-pas-checkout .woocommerce-form-row .woocommerce-Button {
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.48px;
  color: #ffffff !important;
  background-color: #000000 !important;
  height: 40px;
  width: 100%;
  margin-top: 26px;
  margin-bottom: 26px;
}
.lost-pas-checkout .lost-turn-back {
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-align: center;
  display: block;
  cursor: pointer;
}
.lost-pas-checkout .lost-password__wrapper {
  display: block;
}
.lost-pas-checkout .lost-password__wrapper.active {
  display: none;
}
.lost-pas-checkout .lost-password__success {
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  line-height: 22px;
  display: none;
  padding-top: 42px;
}
.lost-pas-checkout .lost-password__success.active {
  display: block !important;
}

.checkout-modal-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(36, 36, 37, 0.7803921569);
  z-index: 999;
}
.checkout-modal-overlay.active {
  display: block;
}

.new-user__wrapper,
.login-user__wrapper {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.new-user__wrapper p,
.login-user__wrapper p {
  font-family: Montserrat;
  font-size: 10px;
  margin-right: 5px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
}
.new-user__wrapper span,
.login-user__wrapper span {
  font-family: Montserrat;
  font-size: 10px;
  text-decoration-line: underline;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 14px;
  position: relative;
  cursor: pointer;
}

.breadcrumbs-checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-bottom: 60px;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  color: #909090;
}
.breadcrumbs-checkout a {
  color: #909090;
}
.breadcrumbs-checkout a:hover {
  color: #F96054;
}
.breadcrumbs-checkout span {
  margin-right: 5px;
  margin-left: 5px;
}

.checkout-empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
.checkout-empty__img {
  background: url(../images/pr-optimized-checkout-empty__img.svg);
  height: 120px;
  width: 120px;
  margin-bottom: 40px;
}
.checkout-empty h2 {
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
  margin-bottom: 32px;
  text-align: center;
}
.checkout-empty a {
  width: 228px;
  height: 40px;
  background-color: #000000;
  font-family: NEXT ART;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.48px;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce-NoticeGroup-checkout {
  display: none;
}

.single-product__wrapper .woo-variation-product-gallery {
  max-width: 50% !important;
}
@media screen and (max-width: 1080px) {
  .single-product__wrapper .woo-variation-product-gallery {
    max-width: 100% !important;
  }
}
.single-product h1 {
  color: #000000;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1.28px;
}
.single-product .product_meta {
  display: none;
}
.single-product .summary .price {
  font-family: Montserrat;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  color: #000000;
  margin-top: 24px;
  margin-bottom: 24px;
}
.single-product .summary .price bdi {
  color: #000000;
}
.single-product .summary .price span {
  color: #000000;
}
.single-product .summary .price.sale-price-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.single-product .summary .price.sale-price-style ins {
  text-decoration: none;
  font-weight: 500;
}
.single-product .summary .price.sale-price-style ins bdi {
  color: #E43D30;
}
.single-product .summary .price.sale-price-style ins span {
  color: #E43D30;
}
.single-product .summary .price.sale-price-style del {
  text-decoration-color: #909090;
  color: #909090;
  margin-left: 8px;
}
.single-product .variations {
  margin-bottom: 0 !important;
}
.single-product .variations .label label {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 12px;
}
.single-product .variations .cfvsw-swatches-out-of-stock {
  display: none;
}
.single-product .variations .cfvsw-swatches-option {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.single-product .variations .size-block-wrapper {
  position: relative;
}
.single-product .variations .size-block-wrapper .value {
  position: relative;
}
.single-product .variations .size-block-wrapper .size_link {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  position: absolute;
  color: #000000;
  border-bottom: 0.8px solid #000000;
  top: 0;
  right: 0;
}
.single-product .value .cfvsw-swatches-option {
  border-radius: 50% !important;
  height: 24px;
}
.single-product .value .reset_variations {
  display: none !important;
}
.single-product .variations_form .single_add_to_cart_button {
  width: 100%;
  background-color: #000000 !important;
  font-family: NEXT ART;
  font-size: 12px;
  color: #ffffff;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.48px;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 40px;
}
.single-product .variations_form .single_add_to_cart_button.disabled {
  padding-top: 10px;
  padding-bottom: 10px;
}
.single-product .variations_form .variations .value {
  margin-bottom: 24px;
}
.single-product .variations_form .variations .value [swatches-attr=attribute_pa_size] .fvsw-swatches-option {
  min-width: 100%;
  width: 60px !important;
}
.single-product__img .onsale {
  display: none;
}
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_size] .cfvsw-swatches-option,
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_features] .cfvsw-swatches-option,
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_size-bowl] .cfvsw-swatches-option {
  border: none;
}
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_size] .cfvsw-swatches-option .cfvsw-swatch-inner,
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_features] .cfvsw-swatches-option .cfvsw-swatch-inner,
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_size-bowl] .cfvsw-swatches-option .cfvsw-swatch-inner {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
}
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_size] .cfvsw-swatches-option.cfvsw-selected-swatch,
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_features] .cfvsw-swatches-option.cfvsw-selected-swatch,
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_size-bowl] .cfvsw-swatches-option.cfvsw-selected-swatch {
  border: none !important;
}
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_size] .cfvsw-swatches-option.cfvsw-selected-swatch .cfvsw-swatch-inner,
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_features] .cfvsw-swatches-option.cfvsw-selected-swatch .cfvsw-swatch-inner,
.single-product table.variations td.value .cfvsw-swatches-container[swatches-attr=attribute_pa_size-bowl] .cfvsw-swatches-option.cfvsw-selected-swatch .cfvsw-swatch-inner {
  color: #E43D30 !important;
}
.single-product .woo-variation-gallery-trigger {
  display: none;
}
.single-product .woocommerce-breadcrumb {
  max-width: 1230px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
  color: #909090;
}
.single-product .quantity .qty {
  height: 40px;
  width: 40px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  border: 1px solid #EDEDED;
  background: #ffffff;
}
.single-product .quantity h6 {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.single-product .quantity .count__wrapper {
  margin-bottom: 36px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-product .quantity .count__wrapper .count__minus {
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #EDEDED;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
  cursor: pointer;
}
.single-product .quantity .count__wrapper .count__minus::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
}
.single-product .quantity .count__wrapper .count__plus {
  display: block;
  height: 40px;
  width: 40px;
  border: 1px solid #EDEDED;
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: relative;
  cursor: pointer;
}
.single-product .quantity .count__wrapper .count__plus::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1px;
}
.single-product .quantity .count__wrapper .count__plus::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #000000;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  border-radius: 1px;
}
.single-product .single-product__wrapper .woo-variation-gallery-slider-wrapper {
  margin-bottom: 16px;
}
.single-product .single-product__wrapper .woo-variation-gallery-slider-wrapper .single-new_product {
  position: absolute;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  width: 57px;
  height: 20px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 16px;
  background: #ffffff;
  color: #DE473B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product .single-product__wrapper .woo-variation-gallery-slider-wrapper .single-discount-percentage {
  position: absolute;
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background: #DE473B;
  width: 57px;
  height: 20px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 16px;
}
.single-product .single-product__wrapper .woo-variation-gallery-slider-wrapper .single-discount-percentage.new-product-available {
  top: 40px;
}
.single-product .single-product__wrapper .woo-variation-gallery-thumbnail-wrapper .wvg-gallery-thumbnail-image img {
  width: 100%;
  height: revert-layer;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-product .single-product__wrapper .summary {
  max-width: 432px !important;
  float: left !important;
  margin-left: 64px;
}
@media screen and (max-width: 768px) {
  .single-product .single-product__wrapper .summary {
    margin-left: 0;
  }
}
@media screen and (max-width: 576px) {
  .single-product .single-product__wrapper .summary {
    padding-left: 0;
    max-width: 100% !important;
  }
}

.shop-page__main {
  padding-bottom: 120px;
  position: relative;
}
.shop-page__main .orderby {
  background-color: #ffffff;
}

.related.products {
  margin-top: 48px;
}

.wc-upsells-product {
  margin-top: 64px;
}
.wc-upsells-product h2 {
  margin-bottom: 40px;
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
}

.single-product-info {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .single-product-info {
    width: 100%;
  }
}
.single-product-info__item {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  border-bottom: 1px solid #EDEDED;
}
.single-product-info__item h2 {
  display: none;
}
.single-product-info__item h5 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
}
.single-product-info__item h5 span {
  position: absolute;
  height: 24px;
  width: 24px;
  top: -5px;
  right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.single-product-info__item h5.arrow-active span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-product-info__content {
  max-height: 0px;
  overflow: hidden;
  margin-bottom: 8px;
  -webkit-transition: max-height 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
}
.single-product-info__content.content-active {
  max-height: 2000px;
  overflow: visible;
  margin-bottom: 8px;
}

.product-sku {
  font-family: Montserrat;
  font-size: 14px;
  color: #909090;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 12px;
}

.add-to-wishlist__btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99;
}
.add-to-wishlist__btn .yith-wcwl-icon {
  margin-right: 0 !important;
  color: #000000;
  width: 25px;
  height: 25px;
  display: block;
}
.add-to-wishlist__btn .yith-wcwl-icon::before {
  font-size: 24px;
}
.add-to-wishlist__btn .yith-wcwl-add-button .yith-wcwl-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2720%27 viewBox=%270 0 24 20%27 fill=%27none%27%3E%3Cpath d=%27M17.5556 0C15.1733 0 13.12 1.10761 12 2.94239C10.88 1.10761 8.82667 0 6.44444 0C4.7359 0.00201356 3.09793 0.666866 1.88981 1.84872C0.681685 3.03058 0.00205831 4.63295 0 6.30435C0 9.41195 2 12.6598 5.93333 15.9554C7.74945 17.4673 9.71038 18.8043 11.7889 19.9478C11.8537 19.9821 11.9263 20 12 20C12.0737 20 12.1463 19.9821 12.2111 19.9478C14.2896 18.8043 16.2506 17.4673 18.0667 15.9554C22 12.6598 24 9.41195 24 6.30435C23.9979 4.63295 23.3183 3.03058 22.1102 1.84872C20.9021 0.666866 19.2641 0.00201356 17.5556 0ZM12 19.0674C10.4444 18.2022 0.888889 12.6163 0.888889 6.30435C0.890653 4.86348 1.47654 3.48213 2.51802 2.46328C3.55951 1.44444 4.97156 0.871291 6.44444 0.869565C8.79 0.869565 10.7611 2.09891 11.5889 4.07717C11.6224 4.15692 11.6793 4.22512 11.7525 4.27312C11.8257 4.32112 11.9119 4.34675 12 4.34675C12.0881 4.34675 12.1743 4.32112 12.2475 4.27312C12.3207 4.22512 12.3776 4.15692 12.4111 4.07717C13.2389 2.09891 15.21 0.869565 17.5556 0.869565C19.0284 0.871291 20.4405 1.44444 21.482 2.46328C22.5235 3.48213 23.1093 4.86348 23.1111 6.30435C23.1111 12.6087 13.5556 18.2022 12 19.0674Z%27 fill=%27black%27/%3E%3C/svg%3E");
  font-size: 24px;
}
.add-to-wishlist__btn .feedback .yith-wcwl-icon {
  color: #E43D30;
  width: 25px;
  height: 25px;
  display: block;
}
.add-to-wishlist__btn .feedback .yith-wcwl-icon::before {
  font-size: 24px;
}
.add-to-wishlist__btn .yith-wcwl-add-button a {
  background: none !important;
}
.add-to-wishlist__btn .add_to_wishlist {
  padding: 0 !important;
}
.add-to-wishlist__btn .yith-wcwl-add-to-wishlist {
  margin: 0 !important;
}

.summary .yith-wcwl-add-button {
  display: none;
}
.summary .yith-wcwl-icon {
  display: none;
}

.yith-wcwl-popup-message {
  display: none !important;
}

.related-section {
  position: relative;
  margin-bottom: 128px;
}
@media screen and (max-width: 768px) {
  .related-section {
    margin-bottom: 48px;
  }
}
.related-section h5 {
  margin-bottom: 40px;
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 576px) {
  .related-section h5 {
    font-size: 24px;
  }
}
.related-section .related-slider {
  position: relative;
}
.related-section .related-slider .swiper-pagination {
  display: none;
}
@media screen and (max-width: 992px) {
  .related-section .related-slider .swiper-pagination {
    display: block;
  }
}
.related-section .related-slider .swiper-pagination-bullet-active {
  background-color: #000000;
}
.related-section .related-button-prev {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 0;
  cursor: pointer;
}
.related-section .related-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
@media screen and (max-width: 992px) {
  .related-section .related-button-prev {
    display: none;
  }
}
.related-section .related-button-prev::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDI1TDIgMTNMMTQgMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 26px;
}
@media screen and (max-width: 992px) {
  .related-section .related-button-prev::after {
    display: none;
  }
}
.related-section .related-button-next {
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0;
  cursor: pointer;
}
.related-section .related-button-next.swiper-button-disabled {
  opacity: 0.3;
}
@media screen and (max-width: 992px) {
  .related-section .related-button-next {
    display: none;
  }
}
.related-section .related-button-next::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMjVMMTMgMTNMMSAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 26px;
}
@media screen and (max-width: 992px) {
  .related-section .related-button-next::after {
    display: none;
  }
}

.woocommerce-Reviews, .reviews-panel {
  display: block !important;
}

.woocommerce-variation-availability .stock {
  font-family: Montserrat;
  font-size: 12px !important;
  line-height: 22px;
}

.woocommerce-Reviews-title {
  display: none;
}

.woocommerce-product-rating {
  display: none !important;
}

.woocommerce-Reviews #reply-title {
  display: none;
}
.woocommerce-Reviews .woocommerce-noreviews {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  color: #000000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.stars a::before {
  color: #000000 !important;
  letter-spacing: 2px;
}

.commentlist .comment_container .avatar {
  display: none;
}
.commentlist .comment_container .comment-text {
  border: none !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
  position: relative !important;
  padding-bottom: 34px !important;
}
.commentlist .comment_container .comment-text .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.commentlist .comment_container .comment-text .comment-header .star-rating {
  float: none;
  font-size: 14px !important;
}
.commentlist .comment_container .comment-text .comment-header .meta {
  margin-bottom: 0 !important;
}
.commentlist .comment_container .comment-text .comment-header .meta .woocommerce-review__dash {
  display: none;
}
.commentlist .comment_container .comment-text .comment-header .meta .woocommerce-review__published-date {
  position: absolute;
  bottom: 16px;
  left: 0px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #909090;
}
.commentlist .comment_container .comment-text .comment-header .meta .woocommerce-review__author {
  margin-left: 16px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #000000;
}
.commentlist .comment_container .comment-text .description {
  margin-bottom: 8px;
}
.commentlist .comment_container .comment-text .description p {
  margin-bottom: 0 !important;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
}

.comments-section {
  border-bottom: 1px solid #EDEDED;
}
.comments-section .comments_title {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 16px;
  margin-top: 24px;
  cursor: pointer;
}
.comments-section .comments_title span {
  position: absolute;
  height: 24px;
  width: 24px;
  top: -5px;
  right: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.comments-section .comments_title span.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.comments-section .comments-container {
  height: 0px;
  overflow: hidden;
}
.comments-section .comments-container.comments-container-active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  overflow: auto;
}
.comments-section .leave-comment {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: underline;
  color: #000000;
  margin-bottom: 16px;
  cursor: pointer;
}
.comments-section .leave-comment__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(36, 36, 37, 0.7803921569);
  z-index: 999;
  display: none;
}
.comments-section .leave-comment__overlay.overlay-active {
  display: block;
}

.review-form__container {
  background-color: #ffffff;
  padding: 48px 120px;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 992px) {
  .review-form__container {
    padding: 48px 60px;
  }
}
@media screen and (max-width: 768px) {
  .review-form__container {
    padding: 32px 32px;
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 576px) {
  .review-form__container {
    width: calc(100% - 32px);
  }
}
.review-form__container.review-form__active {
  display: block;
}
.review-form__container .review_form_wrapper {
  max-width: 420px;
}
.review-form__container .comment-respond {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}
.review-form__container .comment-reply-title {
  display: none;
}
.review-form__container .comment-form-rating label {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}
.review-form__container .comment-form-comment label {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 24px;
  display: block;
}
.review-form__container .comment-form-comment textarea {
  resize: none;
  border-radius: 3px;
  border: 1px solid #EDEDED;
  padding: 10px;
}
.review-form__container .form-submit #submit {
  width: 100%;
  font-family: NEXT ART !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 18px;
  letter-spacing: 0.48px;
  background-color: #000000 !important;
  color: #ffffff !important;
  height: 40px;
}
.review-form__container .close-review-form {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.cfvsw-swatches-blur-cross-disable::before {
  content: "" !important;
}

.color-attribute__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.color-attribute__wrapper .color-btn {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin-left: 8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.thankyou-page {
  padding: 128px 0px;
  background-color: #ffffff;
}
.thankyou-page .woocommerce-thankyou-order-received,
.thankyou-page .woocommerce-thankyou-order-failed {
  text-align: center;
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
  margin-bottom: 20px;
}
.thankyou-page .woocommerce-order-overview__order p {
  max-width: 834px;
  font-family: Montserrat;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 36px;
  margin-right: auto;
  margin-left: auto;
}
.thankyou-page__home {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-decoration: underline;
}
.thankyou-page__home:hover {
  opacity: 0.7;
}

.woocommerce-account.body-overlay {
  overflow: hidden !important;
}
@media screen and (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}

.myaccount-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .myaccount-page__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.myaccount-page__wrapper .myaccount-content {
  float: none !important;
}
.myaccount-page__wrapper .myaccount-content h2 {
  font-family: NEXT ART;
  font-size: 22px;
  margin-bottom: 26px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.88px;
}
.myaccount-page__wrapper .woocommerce-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #ffffff !important;
  border: none !important;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
  padding: 16px !important;
}
.myaccount-page__wrapper .woocommerce-info::before {
  display: none;
}
.myaccount-page__wrapper .woocommerce-info .woocommerce-Button {
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.48px;
  border-radius: 3px;
  background: #000000;
  color: #ffffff;
  margin-top: 16px;
}
.myaccount-page__wrapper .woocommerce-info .woocommerce-Button:hover {
  background: #000000;
  color: #ffffff;
  opacity: 0.8;
}
.myaccount-page__table tr {
  height: 64px;
}
@media screen and (max-width: 768px) {
  .myaccount-page__table tr {
    height: 100%;
  }
}
.myaccount-page__table tr th, .myaccount-page__table tr td {
  text-align: center;
  border-right: 1px solid #EDEDED !important;
}
.myaccount-page__table tr th:last-child, .myaccount-page__table tr td:last-child {
  border-right: none;
}
.myaccount-page__table thead {
  background: #FBFBFB;
}
.myaccount-page__table thead .woocommerce-orders-table__header-order-number {
  border-top-left-radius: 4px;
}
.myaccount-page__table thead .woocommerce-orders-table__header-order-actions {
  border-top-right-radius: 4px;
}
.myaccount-page__table thead th span {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.myaccount-page__table tbody td {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
}
.myaccount-page__table tbody td a {
  color: #000000;
}
.myaccount-page__table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a {
  padding: 0;
  background-color: #ffffff;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-decoration-line: underline;
}
.myaccount-page__table tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions a:hover {
  background-color: #ffffff;
}
.myaccount-page__order_details tr {
  height: 64px;
}
.myaccount-page__order_details tbody td {
  vertical-align: middle;
  text-align: center;
}
.myaccount-page__order_details tbody td a, .myaccount-page__order_details tbody td strong {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-decoration-line: underline;
  color: #000000;
}
.myaccount-page__order_details tbody td a:hover, .myaccount-page__order_details tbody td strong:hover {
  opacity: 0.7;
}
.myaccount-page__order_details tbody td span {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.myaccount-page__order_details tbody td span b {
  margin-left: 4px;
}
.myaccount-page__order_details thead {
  background: #FBFBFB;
}
.myaccount-page__order_details thead th {
  vertical-align: middle;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 22px !important;
}
.myaccount-page__order_details tfoot {
  background: #FBFBFB;
}
.myaccount-page__order_details tfoot th {
  vertical-align: middle;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 22px !important;
}
.myaccount-page__order_details tfoot td {
  vertical-align: middle;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300 !important;
  line-height: 22px !important;
}
.myaccount-page__order_details tfoot td .woocommerce-Price-amount b {
  margin-left: 4px;
}
.myaccount-page__order_details tfoot td .shipped_via {
  font-weight: 300 !important;
}
.myaccount-page__order_details tfoot tr:last-child {
  display: none;
}
.myaccount-page__edit-form {
  margin-bottom: 128px;
}
.myaccount-page__edit-form__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 576px) {
  .myaccount-page__edit-form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.myaccount-page__edit-form__block p {
  width: 49% !important;
  display: block;
  margin: 0px 0px 24px 0px !important;
}
@media screen and (max-width: 576px) {
  .myaccount-page__edit-form__block p {
    width: 100% !important;
  }
}
.myaccount-page__edit-form__block p input {
  padding: 10px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  border: 1px solid #EDEDED;
  border-radius: 3px;
  color: #000000;
}
.myaccount-page__edit-form__block p input::-webkit-input-placeholder {
  color: #B2B3B3;
}
.myaccount-page__edit-form__block p input::-moz-placeholder {
  color: #B2B3B3;
}
.myaccount-page__edit-form__block p input:-ms-input-placeholder {
  color: #B2B3B3;
}
.myaccount-page__edit-form__block p input::-ms-input-placeholder {
  color: #B2B3B3;
}
.myaccount-page__edit-form__block p input::placeholder {
  color: #B2B3B3;
}
.myaccount-page__edit-form__block p label {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.myaccount-page__edit-form__block .form-edit__email {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 576px) {
  .myaccount-page__edit-form__block .form-edit__email {
    margin-bottom: 24px !important;
  }
}
.myaccount-page__edit-form__block .form-edit__tel {
  margin-bottom: 0 !important;
}
.myaccount-page__edit-form fieldset {
  margin-top: 128px;
}
.myaccount-page__edit-form fieldset legend {
  font-family: NEXT ART;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.88px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: #ffffff;
}

.input-display-none {
  height: 0px;
  width: 0px;
  overflow: hidden;
  margin: 0px !important;
  padding: 0px !important;
}

.woocommerce-password-hint {
  display: none;
}

.woocommerce-password-strength {
  font-family: Montserrat;
  font-size: 14px;
  padding: 10px 10px;
  margin-top: 12px;
  border-radius: 3px;
}

.submit-btn-form-edit {
  border-radius: 3px !important;
  background: #000000 !important;
  font-family: NEXT ART;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  color: #ffffff !important;
  letter-spacing: 0.48px;
  width: 400px;
  height: 40px;
  margin-top: 32px !important;
}
@media screen and (max-width: 576px) {
  .submit-btn-form-edit {
    width: 100%;
  }
}

input[type=date]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}

.order-turn-back-btn {
  position: relative;
  font-family: NEXT ART;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.order-turn-back-btn:hover {
  opacity: 0.7;
}
.order-turn-back-btn svg {
  margin-right: 12px;
}

.myaccount-content {
  width: 80%;
}

.wishlist-page .wishlist-wrapper {
  margin-top: 0 !important;
}
.wishlist-page__title {
  font-family: NEXT ART;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.88px;
  margin-bottom: 26px;
  margin-top: 24px;
}

.myaccount-sidebar {
  max-width: 320px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3px;
  background: #FBFBFB;
  padding: 24px 24px 56px 24px;
  float: none !important;
  margin-bottom: 128px;
}
@media screen and (max-width: 992px) {
  .myaccount-sidebar {
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 576px) {
  .myaccount-sidebar {
    max-width: 100%;
  }
}
.myaccount-sidebar h2 {
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
  margin-bottom: 40px;
}
.myaccount-sidebar h1 {
  margin-bottom: 40px;
}
.myaccount-sidebar__info h5 {
  font-family: NEXT ART;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.72px;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.myaccount-sidebar__info p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 12px;
}
.myaccount-sidebar__info a {
  font-family: Montserrat;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  line-height: 26px;
  text-transform: uppercase;
}
.myaccount-sidebar li.is-active a {
  font-weight: 500;
}
.myaccount-sidebar li a {
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
  color: #000000;
  padding-left: 34px;
  position: relative;
  margin-bottom: 22px;
}
.myaccount-sidebar li a:hover {
  opacity: 0.7;
}
.myaccount-sidebar .edit-account-custom {
  position: relative;
}
.myaccount-sidebar .edit-account-custom:after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEwNzBfMTgzMDUpIj4KPHBhdGggZD0iTTEzLjI4NzQgOC41NzExNUMxMy4yODc0IDkuNjM2MjcgMTQuMTUwOCAxMC40OTk3IDE1LjIxNiAxMC40OTk3QzE2LjI4MTEgMTAuNDk5NyAxNy4xNDQ1IDkuNjM2MjcgMTcuMTQ0NSA4LjU3MTE1QzE3LjE0NDUgNy41MDYwMyAxNi4yODExIDYuNjQyNTggMTUuMjE2IDYuNjQyNThDMTQuMTUwOCA2LjY0MjU4IDEzLjI4NzQgNy41MDYwMyAxMy4yODc0IDguNTcxMTVaIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjAuNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMy4yODYgOC41NzAzMUgzLjY0MzEzTTIwLjM1NzQgOC41NzAzMUgxNy4xNDMxIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjAuNyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMC4wNzI1IDE0Ljk5ODlDMTAuMDcyNSAxNi4wNjQgMTAuOTM2IDE2LjkyNzUgMTIuMDAxMSAxNi45Mjc1QzEzLjA2NjIgMTYuOTI3NSAxMy45Mjk3IDE2LjA2NCAxMy45Mjk3IDE0Ljk5ODlDMTMuOTI5NyAxMy45MzM4IDEzLjA2NjIgMTMuMDcwMyAxMi4wMDExIDEzLjA3MDNDMTAuOTM2IDEzLjA3MDMgMTAuMDcyNSAxMy45MzM4IDEwLjA3MjUgMTQuOTk4OVoiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMC43IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTIwLjM1NzQgMTVIMTMuOTI4OE0xMC4wNzE3IDE1SDMuNjQzMTMiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMC43IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xMDcwXzE4MzA1Ij4KPHJlY3Qgd2lkdGg9IjEyIiBoZWlnaHQ9IjE4IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoMCAxIC0xIDAgMjEgNikiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K);
  position: absolute;
  top: 0;
  left: 0;
}
.myaccount-sidebar .favorite-custom {
  position: relative;
}
.myaccount-sidebar .favorite-custom:after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljg5ODEgNEMxNC4wMTIyIDQgMTIuMzg2NyA0Ljg4NjA5IDExLjUgNi4zNTM5MUMxMC42MTMzIDQuODg2MDkgOC45ODc3OCA0IDcuMTAxODUgNEM1Ljc0OTI2IDQuMDAxNjEgNC40NTI1MyA0LjUzMzQ5IDMuNDk2MSA1LjQ3ODk4QzIuNTM5NjcgNi40MjQ0NyAyLjAwMTYzIDcuNzA2MzYgMiA5LjA0MzQ4QzIgMTEuNTI5NiAzLjU4MzMzIDE0LjEyNzggNi42OTcyMiAxNi43NjQzQzguMTM0OTggMTcuOTczOCA5LjY4NzM4IDE5LjA0MzQgMTEuMzMyOSAxOS45NTgzQzExLjM4NDIgMTkuOTg1NyAxMS40NDE3IDIwIDExLjUgMjBDMTEuNTU4MyAyMCAxMS42MTU4IDE5Ljk4NTcgMTEuNjY3MSAxOS45NTgzQzEzLjMxMjYgMTkuMDQzNCAxNC44NjUgMTcuOTczOCAxNi4zMDI4IDE2Ljc2NDNDMTkuNDE2NyAxNC4xMjc4IDIxIDExLjUyOTYgMjEgOS4wNDM0OEMyMC45OTg0IDcuNzA2MzYgMjAuNDYwMyA2LjQyNDQ3IDE5LjUwMzkgNS40Nzg5OEMxOC41NDc1IDQuNTMzNDkgMTcuMjUwNyA0LjAwMTYxIDE1Ljg5ODEgNFpNMTEuNSAxOS4yNTM5QzEwLjI2ODUgMTguNTYxNyAyLjcwMzcgMTQuMDkzIDIuNzAzNyA5LjA0MzQ4QzIuNzA1MSA3Ljg5MDc5IDMuMTY4OTIgNi43ODU3IDMuOTkzNDMgNS45NzA2M0M0LjgxNzk0IDUuMTU1NTUgNS45MzU4MiA0LjY5NzAzIDcuMTAxODUgNC42OTU2NUM4Ljk1ODc1IDQuNjk1NjUgMTAuNTE5MiA1LjY3OTEzIDExLjE3NDUgNy4yNjE3NEMxMS4yMDEgNy4zMjU1MyAxMS4yNDYxIDcuMzgwMSAxMS4zMDQxIDcuNDE4NUMxMS4zNjIgNy40NTY5IDExLjQzMDIgNy40Nzc0IDExLjUgNy40Nzc0QzExLjU2OTggNy40Nzc0IDExLjYzOCA3LjQ1NjkgMTEuNjk1OSA3LjQxODVDMTEuNzUzOSA3LjM4MDEgMTEuNzk5IDcuMzI1NTMgMTEuODI1NSA3LjI2MTc0QzEyLjQ4MDggNS42NzkxMyAxNC4wNDEzIDQuNjk1NjUgMTUuODk4MSA0LjY5NTY1QzE3LjA2NDIgNC42OTcwMyAxOC4xODIxIDUuMTU1NTUgMTkuMDA2NiA1Ljk3MDYzQzE5LjgzMTEgNi43ODU3IDIwLjI5NDkgNy44OTA3OSAyMC4yOTYzIDkuMDQzNDhDMjAuMjk2MyAxNC4wODcgMTIuNzMxNSAxOC41NjE3IDExLjUgMTkuMjUzOVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  position: absolute;
  top: 0;
  left: 0;
}
.myaccount-sidebar .orders-custom {
  position: relative;
}
.myaccount-sidebar .orders-custom:after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjEzMTYgMTAuNTE5OEw3LjM3NzIyIDUuMjM5MzhNMTIuOTk1MSAzLjM0NzY2TDE5LjI0ODIgNy4xMTkyMkMxOS42MzEyIDcuMzUwMTYgMTkuOTQ5NiA3LjY4MzkgMjAuMTcxIDguMDg2NjFDMjAuMzkyNCA4LjQ4OTMxIDIwLjUwODkgOC45NDY2NiAyMC41MDg5IDkuNDEyMjZWMTUuNTg3N0MyMC41MDg5IDE2LjA1MzMgMjAuMzkyNCAxNi41MTA3IDIwLjE3MSAxNi45MTM0QzE5Ljk0OTYgMTcuMzE2MSAxOS42MzEyIDE3LjY0OTggMTkuMjQ4MiAxNy44ODA4TDEyLjk5NTEgMjEuNjUyM0MxMi42MTcyIDIxLjg4MDIgMTIuMTg5NiAyMiAxMS43NTQ0IDIyQzExLjMxOTMgMjIgMTAuODkxNyAyMS44ODAyIDEwLjUxMzggMjEuNjUyM0w0LjI2MDY0IDE3Ljg4MDhDMy44Nzc2MiAxNy42NDk4IDMuNTU5MjggMTcuMzE2MSAzLjMzNzg4IDE2LjkxMzRDMy4xMTY0OSAxNi41MTA3IDIuOTk5OTIgMTYuMDUzMyAzIDE1LjU4NzdWOS40MTIyNkMyLjk5OTkyIDguOTQ2NjYgMy4xMTY0OSA4LjQ4OTMxIDMuMzM3ODggOC4wODY2MUMzLjU1OTI4IDcuNjgzOSAzLjg3NzYyIDcuMzUwMTYgNC4yNjA2NCA3LjExOTIyTDEwLjUxMzggMy4zNDc2NkMxMC44OTE3IDMuMTE5ODMgMTEuMzE5MyAzIDExLjc1NDQgM0MxMi4xODk2IDMgMTIuNjE3MiAzLjExOTgzIDEyLjk5NTEgMy4zNDc2NloiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMC43IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTMuNjI1IDguNTM5NzlMMTAuNTY4NSAxMi40ODY5QzEwLjkzMjkgMTIuNjk0IDExLjM0MDMgMTIuODAyNCAxMS43NTQxIDEyLjgwMjRDMTIuMTY4IDEyLjgwMjQgMTIuNTc1MyAxMi42OTQgMTIuOTM5NyAxMi40ODY5TDE5Ljg4MzIgOC41Mzk3OU0xMS43NTQxIDEzLjE2MDJWMjEuNzQwOSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIwLjciIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
  position: absolute;
  top: 0;
  left: 0;
}
.myaccount-sidebar .logout-custom {
  position: relative;
  margin-top: 28px;
  margin-bottom: 85px;
}
.myaccount-sidebar .logout-custom:after {
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuOTk5NDYgMTcuMTk2MkM1LjAwNzE0IDE3LjQ2OTUgNS4wNjk2NiAxNy43Mzg0IDUuMTgzMjkgMTcuOTg3QzUuMjk2OTMgMTguMjM1NiA1LjQ1OTM3IDE4LjQ1ODkgNS42NjA5NyAxOC42NDM1QzUuODYyNTcgMTguODI4MSA2LjA5OTIxIDE4Ljk3MDMgNi4zNTY4NCAxOS4wNjE3QzYuNjE0NDggMTkuMTUzMSA2Ljg4Nzg1IDE5LjE5MTcgNy4xNjA3MSAxOS4xNzU0QzguODY1MTcgMTkuMTg0OSAxMC41Njk2IDE5LjE3NTQgMTIuMjc0MSAxOS4xNzU0QzEyLjM3OTEgMTkuMTc1NCAxMi40Nzk4IDE5LjEzMzcgMTIuNTU0IDE5LjA1OTVDMTIuNjI4MiAxOC45ODUyIDEyLjY2OTkgMTguODg0NiAxMi42Njk5IDE4Ljc3OTZDMTIuNjY5OSAxOC42NzQ2IDEyLjYyODIgMTguNTczOSAxMi41NTQgMTguNDk5N0MxMi40Nzk4IDE4LjQyNTQgMTIuMzc5MSAxOC4zODM3IDEyLjI3NDEgMTguMzgzN0MxMC41MzI0IDE4LjM4MzcgOC43OTA3NiAxOC40MDkxIDcuMDQ5MDkgMTguMzgzN0M2LjE3MjcxIDE4LjM3MTEgNS43OTExMyAxNy43MTI0IDUuNzkxMTMgMTYuOTI4N1Y3LjA2MjEyQzUuNzg1MDIgNi44MTI5NSA1Ljg1NTEyIDYuNTY3ODYgNS45OTIwNiA2LjM1OTYxQzYuMTI5MDEgNi4xNTEzNiA2LjMyNjI3IDUuOTg5ODkgNi41NTc0NiA1Ljg5Njc4QzYuODMwNzkgNS44MjIxOSA3LjExNTE5IDUuNzk2NzMgNy4zOTc0MiA1LjgyMTU3SDEyLjI3NDFDMTIuMzc5MSA1LjgyMTU3IDEyLjQ3OTggNS43Nzk4NyAxMi41NTQgNS43MDU2NEMxMi42MjgyIDUuNjMxNCAxMi42Njk5IDUuNTMwNzIgMTIuNjY5OSA1LjQyNTc0QzEyLjY2OTkgNS4zMjA3NiAxMi42MjgyIDUuMjIwMDggMTIuNTU0IDUuMTQ1ODRDMTIuNDc5OCA1LjA3MTYxIDEyLjM3OTEgNS4wMjk5MSAxMi4yNzQxIDUuMDI5OTFDMTAuNTEzNCA1LjAyOTkxIDguNzM5MyA0Ljk2MjYyIDYuOTgwMjEgNS4wMjk5MUM2LjcxMDgzIDUuMDM2NzIgNi40NDU1IDUuMDk3MDQgNi4xOTk2NCA1LjIwNzM1QzUuOTUzNzkgNS4zMTc2NyA1LjczMjMzIDUuNDc1NzggNS41NDgxNiA1LjY3MjQ4QzUuMzYzOTggNS44NjkxOCA1LjIyMDc2IDYuMTAwNTUgNS4xMjY4MyA2LjM1MzEyQzUuMDMyOTEgNi42MDU2OCA0Ljk5MDE1IDYuODc0NDEgNS4wMDEwNSA3LjE0MzY2TDQuOTk5NDYgMTcuMTk2MloiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGQ9Ik0xOS4wODUyIDExLjgyNTFDMTkuMTUyMSAxMS44OSAxOS4xOTEyIDExLjk3ODIgMTkuMTk0NSAxMi4wNzEzQzE5LjE5NDUgMTIuMDgzMiAxOS4xOTQ1IDEyLjA5MzUgMTkuMTk5MiAxMi4xMDU0QzE5LjIwNCAxMi4xMTczIDE5LjE5OTIgMTIuMTI2OCAxOS4xOTQ1IDEyLjEzNzhDMTkuMTkxMyAxMi4yMzEyIDE5LjE1MjEgMTIuMzE5NyAxOS4wODUyIDEyLjM4NDhMMTYuMTgwNiAxNS4yODk1QzE2LjEwNTkgMTUuMzYxNiAxNi4wMDU5IDE1LjQwMTUgMTUuOTAyMSAxNS40MDA2QzE1Ljc5ODQgMTUuMzk5NyAxNS42OTkxIDE1LjM1OCAxNS42MjU3IDE1LjI4NDZDMTUuNTUyMyAxNS4yMTEyIDE1LjUxMDcgMTUuMTEyIDE1LjUwOTggMTUuMDA4MkMxNS41MDg5IDE0LjkwNDQgMTUuNTQ4OCAxNC44MDQ0IDE1LjYyMDkgMTQuNzI5OEwxNy44NDk0IDEyLjUwMDRIOS4zNDUzM0M5LjI0MDM1IDEyLjUwMDQgOS4xMzk2NyAxMi40NTg3IDkuMDY1NDMgMTIuMzg0NUM4Ljk5MTIgMTIuMzEwMiA4Ljk0OTUgMTIuMjA5NiA4Ljk0OTUgMTIuMTA0NkM4Ljk0OTUgMTEuOTk5NiA4Ljk5MTIgMTEuODk4OSA5LjA2NTQzIDExLjgyNDdDOS4xMzk2NyAxMS43NTA1IDkuMjQwMzUgMTEuNzA4OCA5LjM0NTMzIDExLjcwODhIMTcuODQ5NEwxNS42MjA5IDkuNDc5NDJDMTUuNTQ4OCA5LjQwNDc2IDE1LjUwODkgOS4zMDQ3NyAxNS41MDk4IDkuMjAwOTlDMTUuNTEwNyA5LjA5NzIgMTUuNTUyMyA4Ljk5NzkyIDE1LjYyNTcgOC45MjQ1M0MxNS42OTkxIDguODUxMTQgMTUuNzk4NCA4LjgwOTUxIDE1LjkwMjEgOC44MDg2MUMxNi4wMDU5IDguODA3NzEgMTYuMTA1OSA4Ljg0NzYgMTYuMTgwNiA4LjkxOTcxTDE5LjA4NTIgMTEuODI1MVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  position: absolute;
  top: 0;
  left: 0;
}

.account-modal-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(36, 36, 37, 0.7803921569);
  z-index: 999;
}
.account-modal-overlay.active {
  display: block;
}

.wishlist-title-container {
  display: none;
}

.wishlist-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .wishlist-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.wishlist-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
@media screen and (max-width: 1200px) {
  .wishlist-items {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .wishlist-items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}
.wishlist-items.not-logged-grid {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1200px) {
  .wishlist-items.not-logged-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .wishlist-items.not-logged-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}
.wishlist-items .wishlist-empty {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .wishlist-items .wishlist-empty {
    min-width: 350px;
  }
}
.wishlist_view {
  width: calc(100% - 392px);
}
@media screen and (max-width: 992px) {
  .wishlist_view {
    width: 100%;
  }
}
.wishlist_view.wrapper_not_logged {
  width: 100%;
  padding-bottom: 80px;
}
.wishlist-item {
  display: block;
}
.wishlist-item__wrapper {
  position: relative;
}
.wishlist-item__wrapper .remove_from_wishlist {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 5;
}
.wishlist-item img {
  min-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wishlist-item h5 {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 12px;
  margin-bottom: 8px;
  color: #000000;
  height: 70px;
  overflow: hidden;
}
.wishlist-item span {
  font-family: Montserrat;
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  line-height: 22px;
}

.yith-wcwl-share {
  display: none;
}

.woocommerce-ResetPassword__title {
  margin-bottom: 24px;
}
.woocommerce-ResetPassword__button {
  background-color: #000000;
  border-radius: 3px;
  color: #ffffff;
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.48px;
  margin-top: 16px;
}
.woocommerce-ResetPassword p {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
}
.woocommerce-ResetPassword input[type=password] {
  height: 42px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #EDEDED;
  padding: 10px;
  font-family: Montserrat;
  font-size: 14px;
  color: #B2B3B3;
  font-weight: 300;
  line-height: 22px;
}
.woocommerce-ResetPassword input[type=text] {
  height: 42px;
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #EDEDED;
  padding: 10px;
  font-family: Montserrat;
  font-size: 14px;
  color: #B2B3B3;
  font-weight: 300;
  line-height: 22px;
}

.not-found-block {
  padding-top: 128px;
  padding-bottom: 170px;
}
.not-found-block h1 {
  font-family: NEXT ART;
  font-size: 32px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 1.28px;
  text-align: center;
}
.not-found-block p {
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  max-width: 489px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}
.not-found-block a {
  font-family: NEXT ART;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-decoration: underline;
  color: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.not-found-block a:hover {
  color: #F96054;
}

#loginform {
  width: 100%;
  max-width: 400px;
  background: #ffffff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  margin: 100px auto 100px auto;
  font-family: "Montserrat";
}
#loginform label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
  display: block;
}
#loginform input[type=text],
#loginform input[type=password] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
#loginform input[type=text]:focus,
#loginform input[type=password]:focus {
  border-color: #0073aa;
  outline: none;
}
#loginform .login-remember label {
  font-size: 14px;
  color: #1a1a1a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
#loginform .login-remember label input[type=checkbox] {
  margin-right: 10px;
}
#loginform input[type=submit] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #0073aa;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-family: "Montserrat";
}
#loginform input[type=submit]:hover {
  background-color: #005a8c;
}

.search-results__wrapper {
  position: relative;
  display: none;
}
.search-results__wrapper.open {
  padding-bottom: 130px;
  height: 100vh;
  display: block;
}
.search-results__list.list-open {
  overflow: auto;
  height: 700px;
  padding-top: 18px;
}
.search-results__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  place-items: center;
}
@media screen and (max-width: 992px) {
  .search-results__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .search-results__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .search-results__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.search-results__grid .product-item {
  width: 100%;
}
.search-results__title {
  margin-bottom: 16px;
  margin-top: 18px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.search-results__title span {
  margin: 0px 4px;
}

.slider {
  position: relative;
  padding-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .slider {
    padding-bottom: 50px;
  }
}
.slider .baner-slider-class {
  max-height: 100% !important;
}
.slider .baner-slider-class img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  max-width: 100%;
}
.slider .main-swiper {
  padding-bottom: 40px;
}
.slider .swiper-pagination {
  position: absolute;
  bottom: 0;
}
.slider .swiper-pagination-bullet-active {
  background-color: #000000;
}
.slider .swiper-button-prev {
  left: 40px;
}
.slider .swiper-button-prev::after {
  position: absolute;
  color: #000;
}
.slider .swiper-button-next {
  right: 40px;
}
.slider .swiper-button-next::after {
  position: absolute;
  color: #000;
}

.product-novelty {
  position: relative;
  margin-bottom: 128px;
}
@media screen and (max-width: 576px) {
  .product-novelty {
    margin-bottom: 70px;
  }
}
.product-novelty h2 {
  margin-bottom: 40px;
}
.product-novelty .product-slider {
  position: relative;
}
.product-novelty .product-slider .swiper-pagination {
  display: none;
}
@media screen and (max-width: 992px) {
  .product-novelty .product-slider .swiper-pagination {
    display: block;
  }
}
.product-novelty .product-slider .swiper-pagination-bullet-active {
  background-color: #000000;
}
.product-novelty .button-prev {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 0;
  cursor: pointer;
}
.product-novelty .button-prev.swiper-button-disabled {
  opacity: 0.3;
}
@media screen and (max-width: 992px) {
  .product-novelty .button-prev {
    display: none;
  }
}
.product-novelty .button-prev::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDI1TDIgMTNMMTQgMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 26px;
}
@media screen and (max-width: 992px) {
  .product-novelty .button-prev::after {
    display: none;
  }
}
.product-novelty .button-next {
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 0;
  cursor: pointer;
}
.product-novelty .button-next.swiper-button-disabled {
  opacity: 0.3;
}
@media screen and (max-width: 992px) {
  .product-novelty .button-next {
    display: none;
  }
}
.product-novelty .button-next::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMjVMMTMgMTNMMSAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 26px;
}
@media screen and (max-width: 992px) {
  .product-novelty .button-next::after {
    display: none;
  }
}

.product-item {
  max-width: 291px;
  position: relative;
  margin-bottom: 48px;
}
@media screen and (max-width: 576px) {
  .product-item {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .product-item .placeholder-img-product {
    height: 400px !important;
  }
}
.product-item__title {
  margin-top: 12px;
  margin-bottom: 8px;
  height: 48px;
  overflow: hidden;
}
.product-item__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px !important;
  margin-left: 2px !important;
}
.product-item__colors .color-item {
  height: 14px;
  width: 14px;
  border-radius: 50px;
  margin-right: 10px;
  cursor: pointer;
  background-color: #000000;
  display: block;
  position: relative;
}
.product-item__colors .color-item .color-pointer {
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-item__colors .color-item .color-pointer {
  opacity: 0;
}
.product-item__colors .color-item .color-pointer.active-color {
  opacity: 1;
}
.product-item__wrapper .img-variation {
  display: none;
  position: relative;
  width: 100%;
  height: 400px;
}
.product-item__wrapper .img-variation.wishlist-img-variation {
  height: 273px;
}
.product-item__wrapper .img-variation.active-img {
  display: block;
}
.product-item__wrapper .img-variation img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item__wrapper .img-variation img:last-child {
  opacity: 0;
}
.product-item__wrapper .img-variation:hover img:last-child {
  opacity: 1;
}
.product-item__wishlist-btn {
  position: absolute;
  top: 16px;
  right: 20px;
  z-index: 9;
}
.product-item__wishlist-btn .yith-wcwl-icon {
  margin-right: 0 !important;
  color: #000000;
  width: 25px;
  height: 25px;
  display: block;
}
.product-item__wishlist-btn .yith-wcwl-add-button .yith-wcwl-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2720%27 viewBox=%270 0 24 20%27 fill=%27none%27%3E%3Cpath d=%27M17.5556 0C15.1733 0 13.12 1.10761 12 2.94239C10.88 1.10761 8.82667 0 6.44444 0C4.7359 0.00201356 3.09793 0.666866 1.88981 1.84872C0.681685 3.03058 0.00205831 4.63295 0 6.30435C0 9.41195 2 12.6598 5.93333 15.9554C7.74945 17.4673 9.71038 18.8043 11.7889 19.9478C11.8537 19.9821 11.9263 20 12 20C12.0737 20 12.1463 19.9821 12.2111 19.9478C14.2896 18.8043 16.2506 17.4673 18.0667 15.9554C22 12.6598 24 9.41195 24 6.30435C23.9979 4.63295 23.3183 3.03058 22.1102 1.84872C20.9021 0.666866 19.2641 0.00201356 17.5556 0ZM12 19.0674C10.4444 18.2022 0.888889 12.6163 0.888889 6.30435C0.890653 4.86348 1.47654 3.48213 2.51802 2.46328C3.55951 1.44444 4.97156 0.871291 6.44444 0.869565C8.79 0.869565 10.7611 2.09891 11.5889 4.07717C11.6224 4.15692 11.6793 4.22512 11.7525 4.27312C11.8257 4.32112 11.9119 4.34675 12 4.34675C12.0881 4.34675 12.1743 4.32112 12.2475 4.27312C12.3207 4.22512 12.3776 4.15692 12.4111 4.07717C13.2389 2.09891 15.21 0.869565 17.5556 0.869565C19.0284 0.871291 20.4405 1.44444 21.482 2.46328C22.5235 3.48213 23.1093 4.86348 23.1111 6.30435C23.1111 12.6087 13.5556 18.2022 12 19.0674Z%27 fill=%27black%27/%3E%3C/svg%3E");
  font-size: 24px;
}
.product-item__wishlist-btn .yith-wcwl-wishlistexistsbrowse .yith-wcwl-icon::before {
  content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27none%27%3E%3Cpath d=%27M14.1818 20.8982C13.6451 21.2233 13.1967 21.4744 12.8815 21.6464C12.7145 21.7372 12.5455 21.8258 12.3764 21.9124H12.3742C12.2584 21.97 12.1302 22 12 22C11.8698 22 11.7416 21.97 11.6258 21.9124C11.4553 21.8263 11.2862 21.7377 11.1185 21.6464C9.26156 20.6332 7.50727 19.4531 5.87891 18.1218C3.05455 15.7948 0 12.3746 0 8.34549C0 4.69312 3.08618 2 6.25745 2C8.76 2 10.7793 2.74437 12 4.72727C13.2218 2.74437 15.24 2 17.7425 2C20.9127 2 24 4.69312 24 8.34655C24 12.3757 20.9444 15.7969 18.1211 18.1207C16.8784 19.1366 15.562 20.0648 14.1818 20.8982Z%27 fill=%27%23E43D30%27/%3E%3C/svg%3E");
  font-size: 24px;
}
.product-item__wishlist-btn .feedback .yith-wcwl-icon {
  color: #E43D30 !important;
  width: 25px;
  height: 25px;
  display: block;
}
.product-item__wishlist-btn .feedback .yith-wcwl-icon::before {
  font-size: 24px;
}
.product-item__wishlist-btn .yith-wcwl-wishlistexistsbrowse a {
  display: none;
}
.product-item__wishlist-btn .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.product-item .discount-percentage {
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background: #DE473B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 57px;
  height: 20px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 16px;
}
.product-item .discount-percentage.new-product-available {
  top: 40px;
}
.product-item .new_product {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 57px;
  height: 20px;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 16px;
  background: #ffffff;
  color: #DE473B;
}
.product-item .product-item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-item .product-item__price ins {
  text-decoration: none;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #E43D30;
  margin-right: 8px;
}
.product-item .product-item__price del {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #909090;
}
.product-item .product-item__price b {
  margin-left: 4px;
}

.popular-categories {
  padding-bottom: 128px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .popular-categories {
    padding-bottom: 60px;
  }
}
.popular-categories h2 {
  margin-bottom: 40px;
}
.popular-categories .category-slider {
  position: relative;
  padding-bottom: 40px;
}
.popular-categories .category-slider .swiper-pagination {
  position: absolute;
  bottom: 0;
  display: none;
}
@media screen and (max-width: 992px) {
  .popular-categories .category-slider .swiper-pagination {
    display: block;
  }
}
.popular-categories .category-slider .swiper-pagination-bullet-active {
  background-color: #000000;
}
.popular-categories .category-slider__wrapper {
  position: relative;
}
.popular-categories .category-slider__wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  pointer-events: none;
}
.popular-categories .category-slider__wrapper img {
  width: 100%;
  height: 100%;
}
.popular-categories .category-slider__content {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  bottom: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.popular-categories .category-slider__content h3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .popular-categories .swiper-button-prev {
    display: none;
  }
}
.popular-categories .swiper-button-prev::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDI1TDIgMTNMMTQgMSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 26px;
}
@media screen and (max-width: 992px) {
  .popular-categories .swiper-button-prev::after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .popular-categories .swiper-button-next {
    display: none;
  }
}
.popular-categories .swiper-button-next::after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNSAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMjVMMTMgMTNMMSAxIiBzdHJva2U9ImJsYWNrIiBzdHJva2Utd2lkdGg9IjEuOCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 26px;
}
@media screen and (max-width: 992px) {
  .popular-categories .swiper-button-next::after {
    display: none;
  }
}

.experience-section {
  padding-bottom: 64px;
}
.experience-section h2 {
  margin-bottom: 40px;
}
.experience-section__text {
  position: relative;
  height: 140px;
  overflow: hidden;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.008em;
  margin-bottom: 36px;
}
.experience-section__text a {
  font-weight: 400;
  color: #000000 !important;
}
.experience-section__text a:hover {
  opacity: 0.7;
}
.experience-section__text strong {
  font-weight: 600 !important;
}
.experience-section__text ul {
  list-style: inside;
  margin-top: 16px;
  margin-bottom: 16px;
}
.experience-section__text ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .experience-section__text ul li {
    margin-bottom: 4px;
  }
}
.experience-section__text ol {
  margin-top: 16px;
  margin-bottom: 16px;
  list-style: auto;
}
.experience-section__text ol li {
  margin-bottom: 8px;
  margin-left: 22px;
}
@media screen and (max-width: 576px) {
  .experience-section__text ol li {
    margin-bottom: 4px;
  }
}
.experience-section__text h1 {
  font-size: 32px !important;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.experience-section__text h2 {
  font-size: 28px !important;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.experience-section__text h3 {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.experience-section__text h4 {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.experience-section__text h5 {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.experience-section__text h6 {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.experience-section__text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.experience-section__text table {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .experience-section__text table {
    display: block;
    overflow: auto;
  }
}
.experience-section__text table tr:first-child td {
  font-weight: 600;
}
.experience-section__text table td {
  padding: 16px;
}
.experience-section__text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}
.experience-section__text.more-text-active {
  position: relative;
  height: 100%;
  overflow: visible;
}
.experience-section__text.more-text-active::after {
  content: "";
  position: absolute;
  background: none;
}
.experience-section .more-btn {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
}
.experience-section .more-btn svg {
  margin-left: 5px;
}

.social-block {
  border-top: 1px solid #EDEDED;
}
@media screen and (max-width: 992px) {
  .social-block {
    border-top: none;
  }
}
.social-block__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .social-block__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.social-block__wrapper h5 {
  margin-bottom: 18px;
}
.social-block__wrapper p {
  margin-bottom: 24px;
}
.social-block__item {
  max-width: 530px;
}
@media screen and (max-width: 992px) {
  .social-block__item {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.social-block__left {
  width: 50%;
  padding-top: 96px;
  border-right: 1px solid #EDEDED;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .social-block__left {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #EDEDED;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 0;
  }
}
.social-block__right {
  width: 50%;
  padding-top: 96px;
  padding-bottom: 96px;
  padding-left: 15px;
}
@media screen and (max-width: 992px) {
  .social-block__right {
    width: 100%;
    padding-left: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.social-block__right .right-item {
  margin-left: auto;
}
@media screen and (max-width: 992px) {
  .social-block__right .right-item {
    margin-right: auto;
  }
}
.social-block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-block__links a {
  background-color: rgba(237, 237, 237, 0.2);
  height: 40px;
  width: 40px;
  border-radius: 3px;
  position: relative;
}
.social-block__links a:first-child {
  margin-right: 25px;
}
.social-block__links a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.social-block .noptin-newsletter-form .noptin-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-block .noptin-newsletter-form .noptin-form-fields .noptin-label {
  display: none;
}
.social-block .noptin-newsletter-form .noptin-form-fields .noptin-form-field-email {
  margin-right: 0;
  margin-bottom: 0;
}
.social-block .noptin-newsletter-form .noptin-form-fields .noptin-form-field-email input {
  height: 40px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #000000;
  padding: 10px;
  border-radius: 3px 0px 0px 3px;
  border: 1px solid #EDEDED;
  background: #ffffff;
  border-right: none;
}
.social-block .noptin-newsletter-form .noptin-form-fields .noptin-form-field-email input::-webkit-input-placeholder {
  color: #B2B3B3;
}
.social-block .noptin-newsletter-form .noptin-form-fields .noptin-form-field-email input::-moz-placeholder {
  color: #B2B3B3;
}
.social-block .noptin-newsletter-form .noptin-form-fields .noptin-form-field-email input:-ms-input-placeholder {
  color: #B2B3B3;
}
.social-block .noptin-newsletter-form .noptin-form-fields .noptin-form-field-email input::-ms-input-placeholder {
  color: #B2B3B3;
}
.social-block .noptin-newsletter-form .noptin-form-fields .noptin-form-field-email input::placeholder {
  color: #B2B3B3;
}
.social-block .noptin-newsletter-form .noptin-form-fields .noptin-form-field-submit {
  margin-bottom: 0;
  margin-top: 0;
}
.social-block .noptin-newsletter-form .noptin-form-fields .noptin-form-field-submit button {
  height: 40px;
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.48px;
  color: #ffffff;
  background-color: #000000;
  padding: 0px 40px;
  border: 2px solid #000000;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 0px 3px 3px 0px;
}
.social-block .noptin-newsletter-form .noptin-form-fields .noptin-form-field-submit button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 992px) {
  .social-block .noptin-newsletter-form .noptin-form-fields .noptin-form-field-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .social-block .noptin-newsletter-form .noptin-form-fields #noptin-form-1__field-email {
    max-width: 100%;
  }
}
.social-block .noptin-form-notice .noptin-alert {
  background-color: #ffffff;
  font-family: Montserrat;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  text-transform: uppercase;
}
.social-block .noptin-form-notice .noptin-alert.noptin-success {
  color: #198754;
}

.public-offer {
  padding-bottom: 128px;
}
@media screen and (max-width: 992px) {
  .public-offer {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 576px) {
  .public-offer {
    padding-bottom: 30px;
  }
}
.public-offer h1 {
  margin-bottom: 32px;
}
.public-offer__list li {
  margin-bottom: 16px;
}
.public-offer__list li:last-child {
  margin-bottom: 0;
}
.public-offer__item {
  margin-bottom: 38px;
}
.public-offer__item h5 {
  margin-bottom: 22px;
}

.certificates {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .certificates {
    padding-bottom: 60px;
  }
}
.certificates h1 {
  margin-bottom: 40px;
}
.certificates__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .certificates__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.certificates__content {
  width: 50%;
  max-width: 535px;
  margin-right: auto;
  padding-right: 15px;
}
@media screen and (max-width: 992px) {
  .certificates__content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 36px;
  }
}
.certificates__content-item {
  margin-top: 36px;
}
.certificates__content-item h5 {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.certificates__content-item h5 svg {
  margin-right: 12px;
}
.certificates__content-item span {
  text-decoration-line: underline;
  color: #000000;
  cursor: pointer;
}
.certificates__img {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .certificates__img {
    width: 100%;
  }
}
.certificates__img img {
  max-height: 430px;
}
@media screen and (max-width: 992px) {
  .certificates__img img {
    margin-right: auto;
    margin-left: auto;
  }
}

.about-section {
  padding-top: 24px;
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .about-section {
    padding-bottom: 60px;
  }
}
.about-section__img {
  margin-bottom: 48px;
}
.about-section__content-item {
  margin-bottom: 64px;
}
.about-section__content-item:first-child {
  margin-top: 64px;
}
.about-section__content-item:last-child {
  margin-bottom: 0;
}
.about-section__content-list li {
  margin-bottom: 8px;
  list-style: disc;
  max-width: 510px;
  margin-left: 20px;
}
.about-section__content-list li::marker {
  font-size: 20px;
}
.about-section__content-list li:last-child {
  margin-bottom: 0;
}
.about-section h1 {
  margin-bottom: 40px;
  font-family: NEXT ART;
  font-size: 32px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.04em;
}
.about-section h5 {
  margin-bottom: 12px;
}

.exchange-section {
  padding-bottom: 120px;
}
@media screen and (max-width: 576px) {
  .exchange-section {
    padding-bottom: 70px;
  }
}
.exchange-section h1 {
  margin-bottom: 40px;
}
.exchange-section__list {
  margin-bottom: 48px;
}
.exchange-section__list:last-child {
  margin-bottom: 0;
}
.exchange-section__list h5 {
  margin-bottom: 12px;
}
.exchange-section__list p {
  padding-bottom: 12px;
}
.exchange-section__list ul li {
  margin-bottom: 6px;
  list-style: disc;
  margin-left: 20px;
}
.exchange-section__list ul li:last-child {
  margin-bottom: 12px;
}
.exchange-section__list ul li::marker {
  font-size: 20px;
}
.exchange-section__btn {
  cursor: pointer;
  text-decoration-line: underline;
  text-transform: uppercase;
  margin-top: 24px;
}

.modal-section.modal-wrapper__blur {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(36, 36, 37, 0.7803921569);
  z-index: 999999;
}
.modal-section__overlay {
  background-color: #ffffff;
  position: fixed;
  height: 0px;
  overflow: hidden;
  left: 48%;
  width: 90%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999999;
  margin-right: 10px;
  margin-left: 10px;
}
.modal-section__overlay.modal-open {
  height: 700px;
  overflow-y: auto;
}
.modal-section__wrapper {
  margin: auto;
  max-width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.modal-section__wrapper h3 {
  font-family: NEXT ART;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.88px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}
.modal-section__wrapper p {
  margin-bottom: 12px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
}
.modal-section__wrapper strong {
  font-weight: 500;
}
.modal-section__wrapper .btn-close {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 50;
  cursor: pointer;
}
.modal-section__wrapper .btn-close::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 1.5px;
  background: #000000;
  -webkit-transform: translateY(20px) rotate(-135deg);
      -ms-transform: translateY(20px) rotate(-135deg);
          transform: translateY(20px) rotate(-135deg);
}
.modal-section__wrapper .btn-close::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1.5px;
  background: #000000;
  -webkit-transform: translateY(20px) rotate(135deg);
      -ms-transform: translateY(20px) rotate(135deg);
          transform: translateY(20px) rotate(135deg);
}
.modal-section__content {
  height: 900px;
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .modal-section__content {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.modal-body {
  overflow: hidden !important;
}

.contacts-section {
  padding-bottom: 120px;
}
@media screen and (max-width: 576px) {
  .contacts-section {
    padding-bottom: 70px;
  }
}
.contacts-section h1 {
  margin-bottom: 40px;
}
.contacts-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .contacts-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 992px) {
  .contacts-section__content {
    margin-bottom: 48px;
  }
}
.contacts-section__content h5 {
  margin-bottom: 12px;
}
.contacts-section__content-item:not(:last-child) {
  margin-bottom: 36px;
}
.contacts-section__social a:not(:last-child) {
  margin-right: 14px;
}
@media screen and (max-width: 992px) {
  .contacts-section__img {
    width: 100%;
  }
}
.contacts-section__img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.post-list {
  padding-bottom: 150px;
}
@media screen and (max-width: 576px) {
  .post-list {
    padding-bottom: 100px;
  }
}
.post-list h1 {
  padding-bottom: 40px;
}
.post-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-list .post-ticket {
  max-width: 390px;
  margin-bottom: 48px;
}
.post-list .post-ticket h4 {
  margin-bottom: 8px;
  margin-top: 12px;
}
.post-list .post-ticket p {
  margin-bottom: 12px;
}
.post-list .post-ticket__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.post-list .post-ticket__btn:hover {
  color: #909090;
}

.facetwp-facet-load_more_post {
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0 !important;
}
.facetwp-facet-load_more_post .facetwp-load-more {
  height: 38px;
  width: 174px;
  font-family: NEXT ART;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #000000;
  border-radius: 3px;
  border: 1px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.facetwp-facet-load_more_post .facetwp-load-more:hover {
  color: #ffffff;
  background-color: #000000;
}

.facetwp-facet-pagination_post {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0 !important;
}
.facetwp-facet-pagination_post .facetwp-pager .facetwp-page {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  color: #909090;
}
.facetwp-facet-pagination_post .facetwp-pager .facetwp-page.active {
  color: #000000;
}

.text-content {
  margin-top: 24px;
}
.text-content h1 {
  margin-bottom: 32px;
}
.text-content p {
  margin-bottom: 32px;
}
.text-content__item h4 {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.text-content__item-content {
  margin-bottom: 36px;
}
.text-content__item-content p {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 14px;
}
.text-content__item-content p:last-child {
  margin-bottom: 0px;
}
.text-content__item-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .text-content__item-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.text-content__item-btn img:first-child {
  width: calc(50% - 12px);
  margin-right: 12px;
}
@media screen and (max-width: 768px) {
  .text-content__item-btn img:first-child {
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
  }
}
.text-content__item-btn img:last-child {
  width: calc(50% - 12px);
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .text-content__item-btn img:last-child {
    margin-left: 0;
    margin-top: 12px;
    width: 100%;
  }
}
.text-content__wrapper {
  margin-bottom: 128px;
}

.table-main {
  margin-bottom: 96px;
}
@media screen and (max-width: 576px) {
  .table-main {
    margin-bottom: 70px;
  }
}
.table-main h1 {
  margin-bottom: 40px;
}
.table-main p {
  margin-bottom: 24px;
}
.table-main__wrapper {
  overflow: auto;
}
.table-main__container {
  min-width: 1200px;
}
.table-main__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.table-main__header p {
  margin-bottom: 0;
  min-width: 205px;
  height: 48px;
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FBFBFB;
  border-bottom: none;
}
.table-main__header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-main__header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 205px);
}
.table-main__header-list li {
  width: 12%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EDEDED;
  border-left: none;
  border-bottom: none;
}
.table-main__main p {
  margin-bottom: 0;
}
.table-main__main-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-main__main-row-left {
  min-width: 205px;
}
.table-main__main-row-left p {
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FBFBFB;
  height: 48px;
}
.table-main__main-row-right {
  width: calc(100% - 205px);
}
.table-main__main-row-right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border-right: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  background-color: #FBFBFB;
}
.table-main__main-line {
  width: 100%;
}
.table-main__main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.table-main__main-wrapper p {
  height: 48px;
  min-width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FBFBFB;
  border: 1px solid #EDEDED;
  border-top: none;
}
.table-main__main-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 205px);
}
.table-main__main-list li {
  width: 12%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EDEDED;
  border-top: none;
  border-left: none;
}
.table-main__fotter p {
  width: 100%;
  height: 48px;
  background-color: #FBFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}
.table-main__fotter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.table-main__fotter-row-left {
  min-width: 205px;
}
.table-main__fotter-row-left p {
  border: 1px solid #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FBFBFB;
  height: 48px;
}
.table-main__fotter-row-right {
  width: calc(100% - 205px);
}
.table-main__fotter-row-right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  border-right: 1px solid #EDEDED;
  background-color: #FBFBFB;
}
.table-main__fotter-line {
  width: 100%;
}
.table-main__fotter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.table-main__fotter-wrapper p {
  height: 48px;
  min-width: 205px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FBFBFB;
  border: 1px solid #EDEDED;
  border-top: none;
  max-width: 205px;
}
.table-main__fotter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 205px);
}
.table-main__fotter-list li {
  width: 12%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EDEDED;
  border-top: none;
  border-left: none;
}

.table-small {
  margin-bottom: 96px;
}
@media screen and (max-width: 576px) {
  .table-small {
    margin-bottom: 70px;
  }
}
.table-small h3 {
  margin-bottom: 20px;
}
.table-small__wrapper {
  overflow: auto;
}
.table-small__wrapper-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-small__wrapper-row p {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 205px;
  border: 1px solid #EDEDED;
  border-right: none;
  background-color: #FBFBFB;
}
.table-small__wrapper-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-small__wrapper-list li {
  height: 48px;
  width: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #EDEDED;
  border-left: none;
}
.table-small__container {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}

.size-section {
  margin-bottom: 128px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .size-section {
    margin-bottom: 60px;
  }
}
.size-section h2 {
  margin-bottom: 32px;
}
.size-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .size-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.size-section__content {
  max-width: 530px;
  margin-left: 35px;
}
@media screen and (max-width: 992px) {
  .size-section__content {
    margin-left: 0;
    margin-top: 40px;
    padding-left: 24px;
  }
}
.size-section__content-item {
  margin-bottom: 42px;
  position: relative;
  z-index: 2;
}
.size-section__content-item::before {
  position: absolute;
  content: "";
  color: #F1F1F1;
  font-family: NEXT ART;
  font-size: 64px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  z-index: -1;
  top: -24px;
  left: -24px;
}
.size-section__content-item:nth-child(1)::before {
  content: "1";
}
.size-section__content-item:nth-child(2)::before {
  content: "2";
}
.size-section__content-item:nth-child(3)::before {
  content: "3";
}
.size-section__content-item:nth-child(4)::before {
  content: "4";
}
.size-section__content-item:nth-child(5)::before {
  content: "5";
}
.size-section__content-item h5 {
  margin-bottom: 4px;
}

.cooperation {
  margin-bottom: 80px;
}
.cooperation h1 {
  margin-bottom: 40px;
}
.cooperation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .cooperation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cooperation__content {
  width: calc(50% - 120px);
  margin-right: 120px;
}
@media screen and (max-width: 992px) {
  .cooperation__content {
    width: 100%;
    margin-right: 0;
  }
}
.cooperation__content p {
  margin-bottom: 36px;
}
.cooperation__content-item {
  margin-bottom: 36px;
}
.cooperation__content-item h5 {
  margin-bottom: 12px;
}
.cooperation__content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cooperation__content-list a {
  margin-bottom: 2px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cooperation__content-list a:hover {
  opacity: 0.6;
}
.cooperation__content-btn {
  height: 40px;
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.48px;
  color: #ffffff;
  background-color: #000000;
  padding: 0px 40px;
  border: 2px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 32px;
  border-radius: 3px;
}
.cooperation__content-btn:hover {
  opacity: 0.8;
}
.cooperation__form {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .cooperation__form {
    width: 100%;
  }
}
.cooperation__form label {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  text-transform: uppercase;
}
.cooperation__form .cooperation-form-textarea {
  border-radius: 3px;
  border: 1px solid #EDEDED;
  color: #B2B3B3;
  padding: 10px;
  width: 100%;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  height: 150px;
  resize: none;
  margin-top: 12px;
}
.cooperation__form .cooperation-form-text {
  border-radius: 3px;
  border: 1px solid #EDEDED;
  color: #B2B3B3;
  padding: 10px;
  width: 100%;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  margin-top: 12px;
}
.cooperation__form .cooperation-form-submit {
  height: 40px;
  width: 100%;
  border-radius: 3px;
  background-color: #000000;
  border: none;
  color: #ffffff;
  font-family: NEXT ART;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.48px;
}
.cooperation__form p {
  margin-bottom: 24px;
}

.delivery-payment {
  margin-bottom: 128px;
}
@media screen and (max-width: 576px) {
  .delivery-payment {
    margin-bottom: 70px;
  }
}
.delivery-payment:first-child {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #EDEDED;
}
.delivery-payment h1 {
  margin-bottom: 40px;
}
.delivery-payment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .delivery-payment__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.delivery-payment__left {
  max-width: 458px;
}
@media screen and (max-width: 1200px) {
  .delivery-payment__left {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .delivery-payment__left {
    padding-right: 0;
    max-width: none;
  }
}
.delivery-payment__left p {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .delivery-payment__left strong {
    margin-bottom: 38px;
    display: block;
  }
}
.delivery-payment__right {
  max-width: 618px;
}
@media screen and (max-width: 1200px) {
  .delivery-payment__right {
    padding-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .delivery-payment__right {
    padding-left: 0;
    max-width: none;
  }
}
.delivery-payment__main-list {
  margin-bottom: 48px;
}
.delivery-payment__main-list img {
  margin-bottom: 16px;
}
.delivery-payment__info-list {
  margin-bottom: 48px;
}
.delivery-payment__info-list:last-child {
  margin-bottom: 0;
}
.delivery-payment__info-list-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.delivery-payment__info-list-head img {
  margin-right: 12px;
}

.address-section {
  padding-bottom: 128px;
  padding-top: 24px;
}
@media screen and (max-width: 576px) {
  .address-section {
    padding-bottom: 80px;
  }
}
.address-section h1 {
  margin-bottom: 40px;
}
.address-section__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .address-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.address-section__list {
  overflow: auto;
  height: 500px;
  width: 50%;
  max-width: 426px;
}
@media screen and (max-width: 768px) {
  .address-section__list {
    width: 100%;
    max-width: none;
  }
}
.address-section__list-item {
  margin-bottom: 32px;
  cursor: pointer;
}
.address-section__list-item:last-child {
  margin-bottom: 0;
}
.address-section__list-item.address-active h5 {
  color: #F96054;
}
.address-section__list-item h5 {
  margin-bottom: 12px;
}
.address-section__list-item p {
  margin-bottom: 4px;
}
.address-section__map {
  width: 50%;
  max-width: 711px;
}
@media screen and (max-width: 768px) {
  .address-section__map {
    width: 100%;
    max-width: none;
  }
}
.address-section__map .map-block {
  width: 100%;
  height: 600px;
  display: none;
}
.address-section__map .map-block.map-active {
  display: block;
}

.section-reviews {
  padding-bottom: 200px;
}
@media screen and (max-width: 576px) {
  .section-reviews {
    padding-bottom: 150px;
  }
}
.section-reviews h1 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-reviews .review-content img {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.section-reviews__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 36px 48px;
}
@media screen and (max-width: 992px) {
  .section-reviews__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .section-reviews__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 32px;
  }
}
@media screen and (max-width: 576px) {
  .section-reviews__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 15px;
  }
}

.facetwp-facet-load_more_reviews {
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0 !important;
}
.facetwp-facet-load_more_reviews .facetwp-load-more {
  height: 38px;
  width: 174px;
  font-family: NEXT ART;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.56px;
  color: #000000;
  border-radius: 3px;
  border: 1px solid #000000;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.facetwp-facet-load_more_reviews .facetwp-load-more:hover {
  color: #ffffff;
  background-color: #000000;
}

.facetwp-facet-pagination_reviews {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 0 !important;
}
.facetwp-facet-pagination_reviews .facetwp-pager .facetwp-page {
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-transform: uppercase;
  color: #909090;
}
.facetwp-facet-pagination_reviews .facetwp-pager .facetwp-page.active {
  color: #000000;
}

.content-section {
  margin-bottom: 36px;
}
.content-section__wrapper {
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.008em;
  margin-bottom: 36px;
}
.content-section__wrapper img {
  margin-bottom: 32px;
}
.content-section__wrapper a {
  font-weight: 400;
  color: #000000 !important;
}
.content-section__wrapper a:hover {
  opacity: 0.7;
}
.content-section__wrapper strong {
  font-weight: 600 !important;
}
.content-section__wrapper ul {
  list-style: inside;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content-section__wrapper ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .content-section__wrapper ul li {
    margin-bottom: 4px;
  }
}
.content-section__wrapper ol {
  margin-top: 16px;
  margin-bottom: 16px;
  list-style: auto;
}
.content-section__wrapper ol li {
  margin-bottom: 8px;
  margin-left: 22px;
}
@media screen and (max-width: 576px) {
  .content-section__wrapper ol li {
    margin-bottom: 4px;
  }
}
.content-section__wrapper h1 {
  font-size: 32px !important;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 16px;
}
.content-section__wrapper h2 {
  font-size: 28px !important;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.content-section__wrapper h3 {
  font-size: 24px !important;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.content-section__wrapper h4 {
  font-size: 20px !important;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.content-section__wrapper h5 {
  font-size: 18px !important;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.content-section__wrapper h6 {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 8px;
}
.content-section__wrapper p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
.content-section__wrapper table {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .content-section__wrapper table {
    display: block;
    overflow: auto;
  }
}
.content-section__wrapper table tr:first-child td {
  font-weight: 600;
}
.content-section__wrapper table td {
  padding: 16px;
}
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/swiper.min.css ***!
  \******************************************************************************************************************/
/**
 * Swiper 9.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 12, 2023
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \*****************************************************************************************************************************************/
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/modules/pagination/pagination.min.css ***!
  \*****************************************************************************************************************************************/
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}
/*!*************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/swiper/swiper-bundle.min.css ***!
  \*************************************************************************************************************************/
/**
 * Swiper 9.4.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 12, 2023
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
