@charset "UTF-8";
@font-face {
  font-family: NeueHaasGroteskDisplayPro;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NeueHaasGroteskDisplayPro55Roman.woff2) format("woff2")
}
@font-face {
  font-family: NeueHaasGroteskDisplayPro;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NeueHaasGroteskDisplayPro65Medium.woff2) format("woff2")
}
html {
  min-height: 100%
}
body,
html {
  scroll-behavior: smooth
}
body {
  font-family: NeueHaasGroteskDisplayPro,sans-serif;
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
  background-color: #fff;
  font-weight: 400
}
@media all and (max-width:1850px) {
  body {
    font-size: 20px
  }
}
@media all and (max-width:1600px) {
  body {
    font-size: 16px
  }
}
footer,
header {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none
}
main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}
ul {
  list-style: none;
  margin: 0
}
p {
  font-style: normal;
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-style: normal;
  margin: 0
}
.heading {
  margin-bottom: 46px
}
@media all and (max-width:767px) {
  .heading {
    margin-bottom: 34px
  }
}
.heading.heading-white h1,
.heading.heading-white h2 {
  color: #fff
}
.heading h1,
.heading h2 {
  font-size: 62px;
  text-transform: uppercase;
  color: #212121
}
@media all and (max-width:1600px) {
  .heading h1,
  .heading h2 {
    font-size: 50px
  }
}
@media all and (max-width:1199px) {
  .heading h1,
  .heading h2 {
    font-size: 46px
  }
}
@media all and (max-width:991px) {
  .heading h1,
  .heading h2 {
    font-size: 40px
  }
}
@media all and (max-width:575px) {
  .heading h1,
  .heading h2 {
    font-size: 30px
  }
}
.heading.heading-small h1,
.heading.heading-small h2 {
  font-size: 55px;
  text-transform: uppercase
}
@media all and (max-width:1600px) {
  .heading.heading-small h1,
  .heading.heading-small h2 {
    font-size: 50px
  }
}
@media all and (max-width:1199px) {
  .heading.heading-small h1,
  .heading.heading-small h2 {
    font-size: 46px
  }
}
@media all and (max-width:991px) {
  .heading.heading-small h1,
  .heading.heading-small h2 {
    font-size: 40px
  }
}
@media all and (max-width:575px) {
  .heading.heading-small h1,
  .heading.heading-small h2 {
    font-size: 30px
  }
}
.heading.heading-middle h1,
.heading.heading-middle h2 {
  font-size: 50px
}
@media all and (max-width:1199px) {
  .heading.heading-middle h1,
  .heading.heading-middle h2 {
    font-size: 46px
  }
}
@media all and (max-width:991px) {
  .heading.heading-middle h1,
  .heading.heading-middle h2 {
    font-size: 40px
  }
}
@media all and (max-width:575px) {
  .heading.heading-middle h1,
  .heading.heading-middle h2 {
    font-size: 30px
  }
}
.heading.heading-little h1,
.heading.heading-little h2 {
  font-size: 40px
}
@media all and (max-width:575px) {
  .heading.heading-little h1,
  .heading.heading-little h2 {
    font-size: 30px
  }
}
.heading.ttn h1,
.heading.ttn h2 {
  text-transform: none
}
.heading p {
  margin-top: 14px
}
strong {
  font-weight: 500
}
.btn,
.button {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #212121;
  padding: 17.5px 25px;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  border: none;
  -webkit-transition: .25s all;
  transition: .25s all;
  cursor: pointer;
  text-transform: uppercase
}
@media all and (max-width:991px) {
  .btn,
  .button {
    padding: 12.5px 21px
  }
}
.btn:hover,
.button:hover {
  color: #fff;
  background-color: #000
}
.btn.btn-border,
.button.btn-border {
  border: 2px solid #000;
  color: #212121;
  background-color: #fff;
  padding: 15.79px 23px
}
.btn.btn-border:hover,
.button.btn-border:hover {
  color: #fff;
  background-color: #000
}
@media all and (max-width:991px) {
  .btn.btn-border,
  .button.btn-border {
    padding: 10.8px 21px
  }
}
.btn.btn-white,
.button.btn-white {
  background-color: #fff;
  color: #000
}
.btn.btn-white:hover,
.button.btn-white:hover {
  color: #fff;
  background-color: #000
}
.btn.btn-medium,
.button.btn-medium {
  font-size: 19px;
  padding: 24.5px 30px
}
@media all and (max-width:991px) {
  .btn.btn-medium,
  .button.btn-medium {
    font-size: 15px;
    padding: 17.5px 25px
  }
}
.btn.btn-big,
.button.btn-big {
  font-size: 19px;
  padding: 28.5px 36px
}
@media all and (max-width:991px) {
  .btn.btn-big,
  .button.btn-big {
    font-size: 15px;
    padding: 17.5px 25px
  }
}
@media all and (max-width:575px) {
  .btn-100 {
    max-width: none!important;
    width: 100%!important;
    min-width: inherit!important
  }
}
a {
  -webkit-transition: .25s all;
  transition: .25s all;
  text-decoration: none
}
a:active,
a:focus,
a:hover {
  text-decoration: none
}
button {
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
button:active,
button:focus {
  outline: 0
}
button:disabled,
button[disabled] {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
button:disabled:hover,
button[disabled]:hover {
  border: 1px solid #999;
  background-color: #ccc;
  color: #666;
  pointer-events: all!important
}
:focus {
  outline: 0
}
* {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  padding: 0
}
img {
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.icon {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.center {
  text-align: center
}
.stop-scrolling {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden
}
.stop-scrolling .overlay {
  opacity: 1!important;
  visibility: visible!important;
  -webkit-transition: opacity .15s ease,visibility .15s ease;
  transition: opacity .15s ease,visibility .15s ease
}
input,
textarea {
  outline: 0!important;
  border-radius: 0
}
input.wpcf7-submit {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all
}
details summary::-webkit-details-marker {
  display: none
}
details > summary {
  list-style: none
}
.swiper-button-disabled {
  cursor: pointer!important;
  pointer-events: auto!important
}
section {
  margin-bottom: 130px
}
@media all and (max-width:1600px) {
  section {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  section {
    margin-bottom: 80px
  }
}
@media all and (max-width:575px) {
  section {
    margin-bottom: 60px
  }
}
section#footer {
  margin-bottom: 0
}
section.mb-80 {
  margin-bottom: 80px
}
@media all and (max-width:1199px) {
  section.mb-80 {
    margin-bottom: 60px
  }
}
.mb-0 {
  margin-bottom: 0!important
}
.bg__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.bg__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%
}
.row-14 {
  margin-left: -7px;
  margin-right: -7px
}
.row-14 .box-14 {
  padding-left: 7px;
  padding-right: 7px
}
#arrowup {
  position: fixed;
  right: 20px;
  bottom: 30px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrowup.svg);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.1);
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:1600px) {
  #arrowup {
    width: 48px;
    height: 48px
  }
}
#arrowup.active {
  opacity: 1;
  visibility: visible
}
#arrowup:hover {
  opacity: .8
}
.modal {
  color: #000;
  max-width: 450px;
  width: 100%
}
header {
  position: relative;
  margin-bottom: 130px
}
@media all and (max-width:1600px) {
  header {
    margin-bottom: 100px
  }
}
@media all and (max-width:1199px) {
  header {
    margin-bottom: 80px
  }
}
@media all and (max-width:575px) {
  header {
    margin-bottom: 60px
  }
}
header:not(.page) {
  background-color: #000;
  min-height: 100vh;
  min-height: 100svh
}
header.page {
  margin-bottom: 80px;
  padding-top: 40px
}
@media all and (max-width:1850px) {
  header.page {
    padding-top: 26px;
    margin-bottom: 60px
  }
}
@media all and (max-width:1600px) {
  header.page {
    margin-bottom: 50px
  }
}
@media all and (max-width:1199px) {
  header.page {
    padding-top: 14px
  }
}
@media all and (max-width:575px) {
  header.page {
    margin-bottom: 40px
  }
}
header.page .header__top {
  position: relative;
  top: 0
}
header.page .header__top .wrapper {
  background-color: #f6f6f6
}
header .header__top {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100
}
@media all and (max-width:1850px) {
  header .header__top {
    top: 26px
  }
}
@media all and (max-width:1199px) {
  header .header__top {
    top: 14px
  }
}
header .header__top .wrapper {
  background-color: #fff;
  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: 24px 40px
}
@media all and (max-width:1850px) {
  header .header__top .wrapper {
    padding: 18px 30px
  }
}
@media all and (max-width:1600px) {
  header .header__top .wrapper {
    padding: 15px 24px
  }
}
@media all and (max-width:1199px) {
  header .header__top .wrapper {
    padding: 14px
  }
}
header .header__top .header__menu {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1199px) {
  header .header__top .header__menu .menu__inner {
    display: none
  }
}
header .header__top .header__menu .menu__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 27px
}
header .header__top .header__menu .menu__inner ul li.current-menu-item:not(.menu-item-object-custom) > a {
  background-size: 100% 1px
}
header .header__top .header__menu .menu__inner ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding-bottom: 2px;
  text-transform: uppercase;
  display: inline;
  background: -webkit-gradient(linear,right top,left top,from(#000),to(#000));
  background: linear-gradient(to left,#000,#000);
  background-size: 0 1px;
  -webkit-background-position: 0 100%,100% 100%;
  background-position: 0 100%,100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size cubic-bezier(.8,0,.2,1) .4s;
  transition: background-size cubic-bezier(.8,0,.2,1) .4s
}
header .header__top .header__menu .menu__inner ul li a:hover {
  background-size: 100% 1px
}
header .header__top .header__menu .header_burger {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media all and (max-width:1199px) {
  header .header__top .header__menu .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
header .header__top .header__menu .header_burger .burger_button {
  position: relative;
  top: 2px;
  width: 30px;
  height: 30px;
  display: block;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  cursor: pointer
}
header .header__top .header__menu .header_burger .burger_button span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
header .header__top .header__menu .header_burger .burger_button span:nth-child(1) {
  top: 4px
}
header .header__top .header__menu .header_burger .burger_button span:nth-child(2) {
  top: 12px
}
header .header__top .header__menu .header_burger .burger_button span:nth-child(3) {
  top: 20px
}
header .header__top .header__menu .header_burger .overlay {
  background: rgba(25,25,25,.7);
  position: fixed;
  top: 0;
  left: 0;
  outline: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s ease,visibility .4s ease;
  transition: opacity .4s ease,visibility .4s ease
}
header .header__top .header__menu .header_burger .menu_toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  margin: 0;
  overflow: auto;
  z-index: 11;
  padding-top: 40px;
  top: 0;
  width: 70%;
  padding-bottom: 70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%)
}
@media all and (max-width:575px) {
  header .header__top .header__menu .header_burger .menu_toggle {
    width: 76%
  }
}
header .header__top .header__menu .header_burger .menu_toggle.slide {
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px)
}
header .header__top .header__menu .header_burger .menu_toggle.menuopen {
  -webkit-transform: translateX(0)!important;
  -ms-transform: translateX(0)!important;
  transform: translateX(0)!important
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__wrapper {
  position: relative;
  padding: 0 15px
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__wrapper #close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 15px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/close.svg);
  border: none;
  background-color: transparent
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu {
  padding-top: 70px;
  margin-bottom: 30px
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li:not(:last-child) {
  margin-bottom: 20px
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li.current-menu-item:not(.menu-item-object-custom) > a {
  background-size: 100% 1px
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding-bottom: 2px;
  text-transform: uppercase;
  display: inline;
  background: -webkit-gradient(linear,right top,left top,from(#000),to(#000));
  background: linear-gradient(to left,#000,#000);
  background-size: 0 1px;
  -webkit-background-position: 0 100%,100% 100%;
  background-position: 0 100%,100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size cubic-bezier(.8,0,.2,1) .4s;
  transition: background-size cubic-bezier(.8,0,.2,1) .4s
}
header .header__top .header__menu .header_burger .menu_toggle .toggle__inner .mobile__menu li a:hover {
  background-size: 100% 1px
}
header .header__top .header__logo {
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
header .header__top .header__logo img {
  width: 287px;
  height: auto
}
@media all and (max-width:991px) {
  header .header__top .header__logo img {
    width: 200px
  }
}
@media all and (max-width:575px) {
  header .header__top .header__logo img {
    width: 150px
  }
}
header .header__top .header__user {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
header .header__top .header__user .user__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px
}
@media all and (max-width:575px) {
  header .header__top .header__user .user__inner {
    gap: 14px
  }
}
@media all and (max-width:1199px) {
  header .header__top .header__user .user__inner .header__search {
    display: none
  }
}
header .header__top .header__user .user__inner .header__card .icon {
  position: relative
}
header .header__top .header__user .user__inner .header__card .cart-items-count {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  min-width: 18px;
  height: 18px;
  padding: 5px;
  background-color: #eee;
  border-radius: 9px;
  color: #000;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2)
}
header .header__main {
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden
}
header .header__main .main__slider {
  min-height: 100vh;
  min-height: 100svh;
  visibility: hidden
}
header .header__main .main__slider.swiper-initialized {
  visibility: visible
}
header .header__main .swiper-wrapper {
  min-height: 100vh;
  min-height: 100svh
}
header .header__main .swiper-slide {
  min-height: 100vh;
  min-height: 100svh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 180px;
  padding-bottom: 120px;
  color: #fff;
  position: relative;
  z-index: 2
}
@media all and (max-width:1600px) {
  header .header__main .swiper-slide {
    padding-top: 140px;
    padding-bottom: 90px
  }
}
@media all and (max-width:991px) {
  header .header__main .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 90px
  }
}
header .header__main .swiper-slide .video {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1
}
header .header__main .swiper-slide .video .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 10
}
header .header__main .swiper-slide .video video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%
}
header .header__main .swiper-slide .content {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: opacity .8s ease,-webkit-transform .8s ease;
  transition: opacity .8s ease,-webkit-transform .8s ease;
  transition: opacity .8s ease,transform .8s ease;
  transition: opacity .8s ease,transform .8s ease,-webkit-transform .8s ease
}
header .header__main .swiper-slide .content.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
header .header__main .swiper-slide h1,
header .header__main .swiper-slide h2 {
  font-size: 83px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 23px
}
@media all and (max-width:1600px) {
  header .header__main .swiper-slide h1,
  header .header__main .swiper-slide h2 {
    font-size: 56px
  }
}
@media all and (max-width:991px) {
  header .header__main .swiper-slide h1,
  header .header__main .swiper-slide h2 {
    font-size: 46px
  }
}
@media all and (max-width:767px) {
  header .header__main .swiper-slide h1,
  header .header__main .swiper-slide h2 {
    font-size: 40px
  }
}
@media all and (max-width:575px) {
  header .header__main .swiper-slide h1,
  header .header__main .swiper-slide h2 {
    font-size: 32px
  }
}
header .header__main .swiper-slide p {
  font-size: 26px;
  text-transform: uppercase
}
@media all and (max-width:1600px) {
  header .header__main .swiper-slide p {
    font-size: 22px
  }
}
@media all and (max-width:575px) {
  header .header__main .swiper-slide p {
    font-size: 18px
  }
}
header .header__main .swiper-slide .btn {
  margin-top: 58px
}
@media all and (max-width:1600px) {
  header .header__main .swiper-slide .btn {
    margin-top: 46px;
    font-size: 15px;
    padding: 17.5px 25px
  }
}
header .header__main .swiper-pagination {
  bottom: 34px!important
}
header .header__main .swiper-button-next,
header .header__main .swiper-button-prev {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  color: #15263e;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 49px;
  height: 19px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:767px) {
  header .header__main .swiper-button-next,
  header .header__main .swiper-button-prev {
    display: none
  }
}
header .header__main .swiper-button-next:after,
header .header__main .swiper-button-prev:after {
  display: none
}
header .header__main .swiper-button-next:hover,
header .header__main .swiper-button-prev:hover {
  opacity: .8
}
header .header__main .swiper-button-next {
  background-image: url(../img/arrow.svg);
  right: 3%
}
header .header__main .swiper-button-prev {
  background-image: url(../img/arrow.svg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 3%
}
@media all and (max-width:1199px) {
  header .header__search .dgwt-wcas-search-wrapp {
    max-width: none
  }
}
header .header__search .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  background-color: #efefef
}
header .header__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  font-family: NeueHaasGroteskDisplayPro,sans-serif;
  font-size: 16px;
  font-weight: 400!important
}
header .header__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
  background-color: #efefef
}
header .header__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 0;
  border: 1px solid #efefef
}
header .header__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  font-weight: 400;
  top: 12px!important
}
.swiper-pagination {
  bottom: 0!important
}
.swiper-pagination span {
  width: 44px;
  height: 6px;
  background-color: rgba(217,217,217,.36);
  opacity: 1;
  -webkit-transition: .25s all;
  transition: .25s all;
  border-radius: 0
}
.swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #d9d9d9
}
#breadcrumbs {
  margin-bottom: 50px
}
@media all and (max-width:1850px) {
  #breadcrumbs {
    margin-bottom: 40px
  }
}
@media all and (max-width:1600px) {
  #breadcrumbs {
    margin-bottom: 30px
  }
}
#breadcrumbs .breadcrumbs {
  color: #000
}
#breadcrumbs .breadcrumbs span {
  color: #000;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase
}
#breadcrumbs .breadcrumbs span a {
  color: #6f6f6f;
  font-weight: 400;
  display: inline-block
}
#breadcrumbs .breadcrumbs span a span {
  color: inherit;
  font-weight: 400
}
article .aligncenter,
article div.aligncenter,
article img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto
}
article img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline
}
article img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline
}
article .alignright {
  float: right
}
article .alignleft {
  float: left
}
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 500;
  line-height: 120%;
  margin-bottom: .625em;
  color: #212121
}
article h2 {
  font-size: 32px
}
article h3 {
  font-size: 26px
}
article h4 {
  font-size: 22px
}
article h5 {
  font-size: 18px
}
article h6 {
  font-size: 16px
}
article p {
  margin-bottom: 1em
}
article a {
  color: #00a8d2
}
article ul {
  margin-bottom: 1em;
  list-style-type: disc;
  padding-left: 15px
}
article ul ul {
  margin-bottom: 0
}
article ol li,
article ul li {
  margin-bottom: 4px
}
article ol {
  margin-bottom: 1em;
  padding-left: 15px
}
article mark {
  padding: 0
}
article .block-1 {
  padding-top: 20px
}
.post__product {
  margin-bottom: 30px
}
@media all and (max-width:1199px) {
  .post__product {
    margin-bottom: 20px
  }
}
.post__product .product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
  background-color: #212121;
  color: #fff;
  padding: 38px 46px
}
@media all and (max-width:1850px) {
  .post__product .product__inner {
    gap: 30px
  }
}
@media all and (max-width:1400px) {
  .post__product .product__inner {
    padding: 20px;
    gap: 20px
  }
}
@media all and (max-width:575px) {
  .post__product .product__inner {
    -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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
  }
}
.post__product .product__inner .product__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #f6f4f4;
  -webkit-transition: .25s all;
  transition: .25s all;
  width: 372px;
  aspect-ratio: 372/367
}
@media all and (max-width:1850px) {
  .post__product .product__inner .product__image {
    width: 280px
  }
}
@media all and (max-width:1400px) {
  .post__product .product__inner .product__image {
    width: 220px
  }
}
.post__product .product__inner .product__image:hover img {
  opacity: .8
}
.post__product .product__inner .product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: .25s all;
  transition: .25s all
}
.post__product .product__inner .product__details {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  padding: 30px 0
}
@media all and (max-width:1850px) {
  .post__product .product__inner .product__details {
    padding: 16px 0
  }
}
@media all and (max-width:1400px) {
  .post__product .product__inner .product__details {
    padding: 0;
    gap: 20px
  }
}
@media all and (max-width:575px) {
  .post__product .product__inner .product__details {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}
.post__product .product__inner .product__details .details__inner .details__text {
  text-transform: uppercase;
  margin-bottom: 30px
}
@media all and (max-width:1600px) {
  .post__product .product__inner .product__details .details__inner .details__text {
    margin-bottom: 10px
  }
}
.post__product .product__inner .product__details .details__inner .product__title {
  color: #fff
}
.post__product .product__inner .product__details .details__inner .product__title:hover {
  text-decoration: underline
}
.post__product .product__inner .product__details .details__inner .product__title h3 {
  color: inherit;
  font-size: 30px
}
@media all and (max-width:1400px) {
  .post__product .product__inner .product__details .details__inner .product__title h3 {
    font-size: 24px
  }
}
.post__product .product__inner .product__details .details__inner .price {
  font-size: 26px
}
@media all and (max-width:1400px) {
  .post__product .product__inner .product__details .details__inner .price {
    font-size: 18px
  }
}
.post__product .product__inner .product__details .btn {
  max-width: 290px;
  width: 100%
}
article .wp-block-table,
article table {
  overflow-x: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
  padding: 0;
  border-spacing: 0
}
article table form,
article table li,
article table p,
article table ul {
  margin: 6px 0;
  padding: 0
}
article table tfoot,
article table thead,
article table.wp-block-table tfoot,
article table.wp-block-table thead {
  border: 1px solid rgba(0,0,0,.12)
}
article table tbody tr:nth-child(odd) {
  background: rgba(0,0,0,.04)
}
article table th,
article table.wp-block-table th {
  font-size: 1.1rem;
  text-transform: uppercase;
  margin: 0;
  padding: 12px;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media all and (max-width:575px) {
  article table td,
  article table th {
    min-width: 180px
  }
}
article table td,
article table.wp-block-table td {
  padding: 12px;
  margin: 0;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.12);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
article table.wp-block-table.is-style-stripes {
  border-collapse: collapse
}
article table.wp-block-table.is-style-stripes td {
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.12)
}
.lightbox-image-container {
  width: 100vw!important
}
.lightbox-image-container figure img {
  width: auto!important;
  height: auto!important;
  -o-object-fit: contain!important;
  object-fit: contain!important;
  max-height: 100%!important
}
.wpcf7-validation-errors {
  display: none!important
}
.wpcf7-form .wpcf7-response-output {
  font-size: 13px;
  line-height: 17px;
  margin: 0!important;
  padding: 0!important;
  border: none!important
}
#block-15 input[type=tel].wpcf7-not-valid,
#block-15 input[type=text].wpcf7-not-valid,
#block-7 input[type=tel].wpcf7-not-valid,
#block-7 input[type=text].wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #ec3c06!important;
  position: relative
}
body span.wpcf7-not-valid-tip {
  display: none!important;
  color: #ec3c06;
  border: none;
  background: 0 0
}
body span.wpcf7-not-valid-tip-no-ajax {
  display: inline-block;
  font-size: 18px;
  margin: 0 0 0 10px
}
body div.wpcf7-validation-errors {
  background: #ffe2e2;
  border: 2px solid #ff8a8a;
  color: #ec3c06;
  font-size: 18px;
  text-align: center;
  position: relative;
  z-index: 12000
}
.contact-inner-form .wpcf7-response-output {
  width: 95%
}
body div.wpcf7-response-output {
  padding: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 3px
}
body .wpcf7-mail-sent-ng {
  background: #fff2e2;
  border: 1px solid #ffbc8a;
  color: #e17731
}
body .wpcf7-mail-sent-ok {
  border: 1px solid transparent;
  color: #ff5805;
  text-align: center
}
.section-category {
  margin-bottom: 80px
}
@media all and (max-width:1600px) {
  .section-category {
    margin-bottom: 60px
  }
}
@media all and (max-width:1199px) {
  .section-category {
    margin-bottom: 80px
  }
}
@media all and (max-width:575px) {
  .section-category {
    margin-bottom: 30px
  }
}
.section-category#footer {
  margin-bottom: 0
}
.section-category .category__item {
  margin-bottom: 50px
}
@media all and (max-width:1600px) {
  .section-category .category__item {
    margin-bottom: 40px
  }
}
@media all and (max-width:575px) {
  .section-category .category__item {
    margin-bottom: 30px
  }
}
.section-category .category__item .item__inner {
  display: block;
  color: #000;
  border: 1px solid #fff
}
.section-category .category__item .item__inner:hover .category__image {
  border: 1px solid #000
}
.section-category .category__item .item__inner .category__image {
  margin-bottom: 38px;
  border: 1px solid #fff;
  background-color: #f6f4f4;
  -webkit-transition: .25s all;
  transition: .25s all;
  aspect-ratio: 427/532
}
@media all and (max-width:1600px) {
  .section-category .category__item .item__inner .category__image {
    margin-bottom: 24px
  }
}
@media all and (max-width:575px) {
  .section-category .category__item .item__inner .category__image {
    margin-bottom: 20px
  }
}
.section-category .category__item .item__inner .category__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.section-category .category__item .item__inner h3 {
  font-size: 22px;
  font-weight: 400;
  color: inherit
}
@media all and (max-width:1600px) {
  .section-category .category__item .item__inner h3 {
    font-size: 20px
  }
}
.section-catalog {
  overflow: hidden
}
.section-catalog .wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr)
}
@media all and (max-width:991px) {
  .section-catalog .wrapper {
    grid-template-columns: repeat(1,1fr)
  }
}
.section-catalog .wrapper .catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  aspect-ratio: 1/1;
  padding: 54px;
  color: #fff
}
@media all and (max-width:575px) {
  .section-catalog .wrapper .catalog__item {
    padding: 30px
  }
}
.section-catalog .wrapper .catalog__item .content h3 {
  font-size: 24px;
  color: inherit;
  margin-bottom: 50px
}
@media all and (max-width:575px) {
  .section-catalog .wrapper .catalog__item .content h3 {
    margin-bottom: 34px
  }
}
.section-catalog .wrapper .catalog__item .content .btn {
  min-width: 290px
}
.section-popular .wrapper {
  position: relative;
  padding: 0 90px
}
@media all and (max-width:1850px) {
  .section-popular .wrapper {
    padding: 0 60px
  }
}
@media all and (max-width:767px) {
  .section-popular .wrapper {
    padding: 0
  }
}
.section-popular .wrapper .swiper__nav {
  height: 49px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}
@media all and (max-width:767px) {
  .section-popular .wrapper .swiper__nav {
    display: none
  }
}
.section-popular .wrapper .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 49px;
  height: 19px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-black.svg)
}
.section-popular .wrapper .swiper__nav .swiper-button:hover {
  opacity: .8
}
.section-popular .wrapper .swiper__nav .swiper-button:after {
  display: none!important
}
.section-popular .wrapper .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0
}
.section-popular .wrapper .swiper__nav .swiper-button.swiper-button-next {
  right: 0
}
@media all and (max-width:767px) {
  .section-popular .popular__slider {
    padding-bottom: 50px
  }
}
.section-popular .popular__slider .swiper-slide {
  height: auto
}
.section-popular .popular__slider .slide__inner {
  min-height: 280px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.section-popular .popular__slider .slide__inner .popular__item {
  display: block;
  color: #000
}
.section-popular .popular__slider .slide__inner .popular__item:hover .image {
  opacity: .8
}
.section-popular .popular__slider .slide__inner .popular__item .image {
  background-color: #fff;
  -webkit-transition: .25s all;
  transition: .25s all;
  aspect-ratio: 900/1350;
  margin-bottom: 10px
}
.section-popular .popular__slider .slide__inner .popular__item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.section-popular .popular__slider .slide__inner .popular__item h3 {
  font-size: 22px;
  font-weight: 400;
  color: inherit;
  margin-bottom: 24px
}
@media all and (max-width:1600px) {
  .section-popular .popular__slider .slide__inner .popular__item h3 {
    margin-bottom: 16px
  }
}
@media all and (min-width:767px) {
  .section-popular .popular__slider .swiper-pagination {
    display: none
  }
}
.price {
  font-size: 20px;
  font-weight: 500
}
#footer {
  background-color: #1c1c1c;
  color: #fff;
  padding-top: 65px
}
@media all and (max-width:1199px) {
  #footer {
    padding-top: 40px
  }
}
@media all and (max-width:575px) {
  #footer {
    padding-bottom: 10px
  }
}
#footer .footer__item {
  margin-bottom: 65px
}
@media all and (max-width:1199px) {
  #footer .footer__item {
    margin-bottom: 40px
  }
}
@media all and (max-width:575px) {
  #footer .footer__item {
    margin-bottom: 30px
  }
}
#footer h5 {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 24px
}
@media all and (max-width:1400px) {
  #footer h5 {
    font-size: 18px
  }
}
@media all and (max-width:575px) {
  #footer h5 {
    margin-bottom: 14px
  }
}
#footer .footer__menu .menu__inner ul li.current-menu-item:not(.menu-item-object-custom) > a {
  text-decoration: underline
}
#footer .footer__menu .menu__inner ul li:not(:last-child) {
  margin-bottom: 14px
}
@media all and (max-width:1600px) {
  #footer .footer__menu .menu__inner ul li:not(:last-child) {
    margin-bottom: 10px
  }
}
#footer .footer__menu .menu__inner ul li a {
  font-size: 20px;
  color: #fff;
  display: inline-block
}
@media all and (max-width:1600px) {
  #footer .footer__menu .menu__inner ul li a {
    font-size: 18px
  }
}
@media all and (max-width:1199px) {
  #footer .footer__menu .menu__inner ul li a {
    font-size: 16px
  }
}
#footer .footer__menu .menu__inner ul li a:hover {
  text-decoration: underline
}
#footer .footer__subscription .subscription__inner {
  max-width: 350px;
  width: 100%
}
#footer .footer__contacts .contacts__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px
}
#footer .footer__contacts .contacts__inner ul li a:hover {
  opacity: .8
}
#footer .footer__contacts .contacts__inner ul li a img {
  width: 48px;
  height: 48px
}
@media all and (max-width:1400px) {
  #footer .footer__contacts .contacts__inner ul li a img {
    width: 40px;
    height: 40px
  }
}
.subscription__form.subscription__form-page {
  max-width: 480px;
  margin: 0 auto
}
.subscription__form.subscription__form-page .form__wrapper {
  border-bottom: 1px solid #000;
  max-width: none;
  margin-left: auto;
  margin-right: auto
}
.subscription__form.subscription__form-page .form__item input {
  color: #000;
  background-color: #fff;
  font-size: 23px
}
@media all and (max-width:1199px) {
  .subscription__form.subscription__form-page .form__item input {
    font-size: 16px
  }
}
.subscription__form.subscription__form-page .form__item input::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}
.subscription__form.subscription__form-page .form__item input::-moz-placeholder {
  color: #000;
  opacity: 1
}
.subscription__form.subscription__form-page .form__item input::-ms-placeholder {
  color: #000;
  opacity: 1
}
.subscription__form.subscription__form-page .form__item input::-webkit-input-placeholder {
  color: #000;
  opacity: 1
}
.subscription__form.subscription__form-page .form__item input::-moz-placeholder {
  color: #000;
  opacity: 1
}
.subscription__form.subscription__form-page .form__item input:-ms-input-placeholder {
  color: #000;
  opacity: 1
}
.subscription__form.subscription__form-page .form__item input::-ms-input-placeholder {
  color: #000;
  opacity: 1
}
.subscription__form.subscription__form-page .form__item input::placeholder {
  color: #000;
  opacity: 1
}
.subscription__form.subscription__form-page .form__submit .wpcf7-submit {
  background-image: url(../img/icon_5.svg)
}
.subscription__form.subscription__form-page .form__policy .policy .text p {
  color: #000
}
.subscription__form.subscription__form-page .form__policy .policy .text p a {
  color: #000
}
.subscription__form.subscription__form-page .form__policy .policy .checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative
}
.subscription__form.subscription__form-page .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto
}
.subscription__form.subscription__form-page .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none
}
.subscription__form.subscription__form-page .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  border: 1px solid #000;
  width: 25px;
  height: 25px
}
.subscription__form.subscription__form-page .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 10px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.subscription__form .form__wrapper {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  max-width: 286px;
  width: 100%;
  padding-bottom: 22px;
  margin-bottom: 30px
}
.subscription__form .form__item {
  width: 100%
}
.subscription__form .form__item input {
  width: 100%;
  height: 22px;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #1c1c1c
}
.subscription__form .form__item input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}
.subscription__form .form__item input::-moz-placeholder {
  color: #fff;
  opacity: 1
}
.subscription__form .form__item input::-ms-placeholder {
  color: #fff;
  opacity: 1
}
.subscription__form .form__item input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1
}
.subscription__form .form__item input::-moz-placeholder {
  color: #fff;
  opacity: 1
}
.subscription__form .form__item input:-ms-input-placeholder {
  color: #fff;
  opacity: 1
}
.subscription__form .form__item input::-ms-input-placeholder {
  color: #fff;
  opacity: 1
}
.subscription__form .form__item input::placeholder {
  color: #fff;
  opacity: 1
}
.subscription__form .form__submit {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
.subscription__form .form__submit .wpcf7-submit {
  border: none;
  background-color: transparent;
  width: 26px;
  height: 15px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_3.svg)
}
.subscription__form .form__submit .wpcf7-submit:hover {
  opacity: .8
}
.subscription__form .form__submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1
}
.subscription__form .form__policy .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left
}
.subscription__form .form__policy .policy .text p {
  color: #fff;
  font-size: 13px;
  line-height: 19px
}
.subscription__form .form__policy .policy .text p a {
  text-decoration: underline;
  color: #fff
}
.subscription__form .form__policy .policy .checkbox {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  position: relative
}
.subscription__form .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
  margin-bottom: 0;
  height: auto
}
.subscription__form .form__policy .policy .checkbox span.wpcf7-form-control-wrap:before {
  display: none
}
.subscription__form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item {
  margin: 0
}
.subscription__form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input {
  position: absolute;
  opacity: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  display: none;
  visibility: hidden
}
.subscription__form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block
}
.subscription__form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 1px solid #fff;
  color: transparent;
  width: 20px;
  height: 20px;
  display: block;
  background-color: transparent;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}
.subscription__form .form__policy .policy .checkbox span.wpcf7-form-control-wrap span.wpcf7-acceptance span.wpcf7-list-item span.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
#page.archive-page {
  margin-bottom: 50px
}
@media all and (max-width:1600px) {
  #page.archive-page {
    margin-bottom: 40px
  }
}
@media all and (max-width:991px) {
  #page.archive-page {
    margin-bottom: 20px
  }
}
#page .page__archive .archive__top {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 80px
}
@media all and (max-width:1850px) {
  #page .page__archive .archive__top {
    margin-bottom: 60px
  }
}
@media all and (max-width:1600px) {
  #page .page__archive .archive__top {
    margin-bottom: 50px
  }
}
@media all and (max-width:991px) {
  #page .page__archive .archive__top {
    margin-bottom: 30px
  }
}
#page .page__archive .archive__top .archive__category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px
}
@media all and (max-width:1850px) {
  #page .page__archive .archive__top .archive__category ul {
    gap: 14px
  }
}
@media all and (max-width:575px) {
  #page .page__archive .archive__top .archive__category ul {
    gap: 10px
  }
}
#page .page__archive .archive__top .archive__category ul li.current-menu-item a {
  color: #000;
  border: 2px solid #000
}
#page .page__archive .archive__top .archive__category ul li a {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #919191;
  display: inline-block;
  border: 2px solid #919191;
  padding: 11px 30px
}
@media all and (max-width:1850px) {
  #page .page__archive .archive__top .archive__category ul li a {
    padding: 8px 24px
  }
}
@media all and (max-width:575px) {
  #page .page__archive .archive__top .archive__category ul li a {
    font-size: 14px;
    padding: 6px 18px
  }
}
#page .page__archive .archive__top .archive__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1850px) {
  #page .page__archive .archive__top .archive__year {
    gap: 18px
  }
}
#page .page__archive .archive__top .archive__year select {
  border: 2px solid #000;
  height: 56px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  min-width: 114px;
  text-align: center
}
@media all and (max-width:1850px) {
  #page .page__archive .archive__top .archive__year select {
    height: 48px
  }
}
@media all and (max-width:575px) {
  #page .page__archive .archive__top .archive__year select {
    height: 40px
  }
}
#page .page__archive .block__more .btn {
  max-width: 228px;
  width: 100%
}
#page .page__notfound .heading {
  margin-top: 65px;
  margin-bottom: 55px
}
@media all and (max-width:991px) {
  #page .page__notfound .heading {
    margin: 30px 0
  }
}
@media all and (max-width:991px) {
  #page .page__status .status__form {
    margin-bottom: 30px
  }
}
#page .page__status .status__form .status__inner {
  max-width: 1200px;
  width: 100%
}
.post__item {
  margin-bottom: 80px
}
@media all and (max-width:1850px) {
  .post__item {
    margin-bottom: 60px
  }
}
@media all and (max-width:991px) {
  .post__item {
    margin-bottom: 40px
  }
}
.post__item .item__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 26px
}
@media all and (max-width:575px) {
  .post__item .item__inner {
    gap: 16px
  }
}
.post__item .item__inner .post__image {
  display: block;
  aspect-ratio: 416/290;
  position: relative;
  overflow: hidden
}
.post__item .item__inner .post__image:hover img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04)
}
.post__item .item__inner .post__image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  -webkit-transition: .55s all;
  transition: .55s all
}
.post__item .item__inner .post__image .post__category {
  position: absolute;
  top: 22px;
  left: 20px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  padding: 4px 13px
}
@media all and (max-width:1400px) {
  .post__item .item__inner .post__image .post__category {
    font-size: 14px;
    top: 14px;
    left: 14px
  }
}
.post__item .item__inner .post__details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 36px
}
@media all and (max-width:575px) {
  .post__item .item__inner .post__details {
    gap: 20px
  }
}
.post__item .item__inner .post__details .details__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.post__item .item__inner .post__details .details__inner .details__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #6f6f6f;
  margin-bottom: 30px
}
@media all and (max-width:1600px) {
  .post__item .item__inner .post__details .details__inner .details__top {
    margin-bottom: 20px
  }
}
@media all and (max-width:575px) {
  .post__item .item__inner .post__details .details__inner .details__top {
    margin-bottom: 10px;
    font-size: 14px
  }
}
.post__item .item__inner .post__details .details__inner .details__top .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
.post__item .item__inner .post__details .details__inner .post__title {
  color: #000
}
.post__item .item__inner .post__details .details__inner .post__title:hover {
  text-decoration: underline
}
.post__item .item__inner .post__details .details__inner .post__title h3 {
  font-size: 24px;
  font-weight: 400;
  color: inherit
}
@media all and (max-width:1600px) {
  .post__item .item__inner .post__details .details__inner .post__title h3 {
    font-size: 22px
  }
}
@media all and (max-width:1400px) {
  .post__item .item__inner .post__details .details__inner .post__title h3 {
    font-size: 18px
  }
}
.post__item .item__inner .post__details .details__inner p {
  margin-top: 15px
}
@media all and (max-width:575px) {
  .post__item .item__inner .post__details .details__inner p {
    margin-top: 8px
  }
}
.post__item .item__inner .post__details .btn {
  max-width: 278px;
  width: 100%
}
.section-collection .wrapper {
  background-color: #212121;
  padding: 66px 64px
}
@media all and (max-width:1600px) {
  .section-collection .wrapper {
    padding: 40px
  }
}
@media all and (max-width:575px) {
  .section-collection .wrapper {
    padding: 30px
  }
}
.collection__item {
  margin-bottom: 35px
}
.collection__item .item__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 35px
}
@media all and (max-width:1600px) {
  .collection__item .item__inner {
    gap: 20px
  }
}
.collection__item .item__inner .collection__image {
  display: block;
  background-color: #f6f4f4;
  -webkit-transition: .25s all;
  transition: .25s all;
  width: 100%
}
.collection__item .item__inner .collection__image:hover img {
  opacity: .8
}
.collection__item .item__inner .collection__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 401/395;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transition: .25s all;
  transition: .25s all
}
@media all and (max-width:575px) {
  .collection__item .item__inner .collection__image img {
    aspect-ratio: 348/303
  }
}
.collection__item .item__inner .collection__details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px
}
@media all and (max-width:575px) {
  .collection__item .item__inner .collection__details {
    gap: 20px
  }
}
.collection__item .item__inner .collection__details .details__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: #fff
}
.collection__item .item__inner .collection__details .details__inner .collection__title {
  color: #fff
}
.collection__item .item__inner .collection__details .details__inner .collection__title h3 {
  font-size: 20px
}
@-webkit-keyframes showBlock {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes showBlock {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@media all and (max-width:1199px) {
  .section-info .info__aside {
    margin-bottom: 30px
  }
}
.section-info .info__aside .aside__inner .tabs__caption li {
  color: #6f6f6f;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: .25s all;
  transition: .25s all;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none
}
.section-info .info__aside .aside__inner .tabs__caption li:not(:last-child) {
  margin-bottom: 22px
}
@media all and (max-width:1199px) {
  .section-info .info__aside .aside__inner .tabs__caption li:not(:last-child) {
    margin-bottom: 14px
  }
}
.section-info .info__aside .aside__inner .tabs__caption li.active {
  color: #000;
  text-decoration: underline
}
.section-info .tabs__content {
  display: none;
  -webkit-animation: fadeIn var(--transition-time) ease-out;
  animation: fadeIn var(--transition-time) ease-out;
  display: none;
  padding-top: 1px;
  padding-bottom: 1px
}
.section-info .tabs__content.active {
  display: block
}
.section-info .tabs__content .article__wrapper {
  overflow-x: auto
}
.section-info .tabs__content .article__wrapper table {
  min-width: 600px
}
.section-info .info__main .main__inner .faq__wrapper .faq__item:not(:last-child) {
  margin-bottom: 54px
}
@media all and (max-width:1199px) {
  .section-info .info__main .main__inner .faq__wrapper .faq__item:not(:last-child) {
    margin-bottom: 30px
  }
}
.section-info .info__main .main__inner .faq__wrapper .faq__item h3 {
  font-size: 20px;
  margin-bottom: 14px
}
.section-info .info__main .main__inner .faq__wrapper .faq_tabs .tabs_item {
  border-bottom: 1px solid #adadad
}
.section-info .info__main .main__inner .faq__wrapper .faq_tabs .tabs_item .title {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 18px 50px 18px 0
}
@media all and (max-width:575px) {
  .section-info .info__main .main__inner .faq__wrapper .faq_tabs .tabs_item .title {
    padding-right: 40px
  }
}
.section-info .info__main .main__inner .faq__wrapper .faq_tabs .tabs_item .title:after {
  position: absolute;
  content: "+";
  font-size: 34px;
  font-weight: 500;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  margin: auto;
  width: 20px;
  text-align: center
}
@media all and (max-width:575px) {
  .section-info .info__main .main__inner .faq__wrapper .faq_tabs .tabs_item .title:after {
    font-size: 24px;
    right: 10px
  }
}
.section-info .info__main .main__inner .faq__wrapper .faq_tabs .tabs_item .title.active:after {
  content: "-"
}
.section-info .info__main .main__inner .faq__wrapper .faq_tabs .tabs_item .tab_content {
  display: none;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 16px
}
#maincatalog {
  overflow: hidden
}
#maincatalog .catalog__main .main__inner .catalog__filter {
  margin-bottom: 50px
}
@media all and (max-width:1600px) {
  #maincatalog .catalog__main .main__inner .catalog__filter {
    margin-bottom: 30px
  }
}
#maincatalog .catalog__main .main__inner .catalog__filter #filter-btn {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  background-color: #212121;
  border: none;
  background-size: 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/icon_20.svg);
  margin-bottom: 16px
}
@media all and (min-width:1199px) {
  #maincatalog .catalog__main .main__inner .catalog__filter #filter-btn {
    display: none
  }
}
#maincatalog .catalog__main .main__inner .catalog__filter #filter-btn.active {
  background-size: 24px;
  background-image: url(../img/icon_21.svg)
}
#maincatalog .catalog__main .main__inner .catalog__filter .filter__heading {
  margin-bottom: 30px
}
#maincatalog .catalog__main .main__inner .catalog__filter .filter__heading h3 {
  font-size: 20px;
  text-transform: uppercase
}
@media all and (max-width:1199px) {
  #maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper {
    display: none
  }
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .filters__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px
}
@media all and (max-width:1199px) {
  #maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .filters__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
  }
}
@media all and (max-width:1199px) {
  #maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .berocket_single_filter_widget {
    width: 100%;
    border-bottom: 1px solid rgba(32,40,53,.14);
    margin-bottom: 10px
  }
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter {
  position: relative;
  cursor: pointer
}
@media all and (max-width:1199px) {
  #maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter {
    margin-bottom: 10px
  }
}
@media all and (min-width:1199px) {
  #maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter .bapf_body {
    position: absolute;
    z-index: 10;
    top: calc(100% + 5px);
    left: 0;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
    padding: 5px;
    min-width: 140px;
    background-color: #fff;
    border-radius: 4px
  }
}
@media all and (max-width:1199px) {
  #maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter .bapf_body {
    padding-top: 10px
  }
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter.bapf_ckbox_greychck ul li {
  font-size: 14px
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter.bapf_ckbox_greychck ul li:not(:last-child) {
  margin-bottom: 4px!important
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter.bapf_cksquare ul li {
  width: 40px;
  height: 40px
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter.bapf_cksquare ul li.checked {
  border: 2px solid #9d9d9d
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter.bapf_cksquare ul li.checked label {
  background-color: #eee
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter.bapf_cksquare ul li label {
  border: 2px solid #eee;
  background-color: #eee
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter.bapf_stylecolor ul li.checked label span.bapf_clr_span {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
  border: 1px solid #000!important
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_sfilter.bapf_stylecolor ul li label span.bapf_clr_span {
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
  border: 1px solid transparent
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_head h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_head h3 i {
  top: .3px
}
#maincatalog .catalog__main .main__inner .catalog__filter .filters__wrapper .bapf_head h3 i::before {
  font-size: 10px
}
#maincatalog .catalog__main .main__inner .catalog__category {
  margin-bottom: 110px
}
@media all and (max-width:1850px) {
  #maincatalog .catalog__main .main__inner .catalog__category {
    margin-bottom: 70px
  }
}
@media all and (max-width:1600px) {
  #maincatalog .catalog__main .main__inner .catalog__category {
    margin-bottom: 60px
  }
}
@media all and (max-width:991px) {
  #maincatalog .catalog__main .main__inner .catalog__category {
    margin-bottom: 40px
  }
}
#maincatalog .catalog__main .main__inner .catalog__category .category__slider {
  overflow: visible;
  visibility: hidden
}
#maincatalog .catalog__main .main__inner .catalog__category .category__slider.swiper-initialized {
  visibility: visible
}
#maincatalog .catalog__main .main__inner .catalog__category .category__slider .swiper-slide {
  width: auto!important;
  height: auto
}
#maincatalog .catalog__main .main__inner .catalog__category .category__slider .slide__inner {
  width: 190px;
  min-height: 200px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#maincatalog .catalog__main .main__inner .catalog__category .category__slider .slide__inner .category__item {
  display: block;
  color: #434343
}
#maincatalog .catalog__main .main__inner .catalog__category .category__slider .slide__inner .category__item.active .category__image {
  border: 1px solid #000
}
#maincatalog .catalog__main .main__inner .catalog__category .category__slider .slide__inner .category__item:hover {
  color: #15263e
}
#maincatalog .catalog__main .main__inner .catalog__category .category__slider .slide__inner .category__item .category__image {
  background-color: #f6f4f4;
  -webkit-transition: .25s all;
  transition: .25s all;
  aspect-ratio: 190/229;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent
}
#maincatalog .catalog__main .main__inner .catalog__category .category__slider .slide__inner .category__item .category__image:hover {
  opacity: .8
}
#maincatalog .catalog__main .main__inner .catalog__category .category__slider .slide__inner .category__item .category__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
#maincatalog .catalog__main .main__inner .catalog__category .category__slider .slide__inner .category__item h3 {
  font-size: 20px
}
#maincatalog .page__collection .collection__top {
  position: relative;
  padding: 70px;
  color: #fff;
  min-height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 62px
}
@media all and (max-width:1600px) {
  #maincatalog .page__collection .collection__top {
    padding: 50px;
    margin-bottom: 40px
  }
}
@media all and (max-width:767px) {
  #maincatalog .page__collection .collection__top {
    padding: 30px;
    min-height: 500px;
    margin-bottom: 20px
  }
}
@media all and (max-width:575px) {
  #maincatalog .page__collection .collection__top {
    padding: 20px;
    min-height: 400px
  }
}
#maincatalog .page__collection .collection__top .content {
  text-transform: uppercase
}
#maincatalog .page__collection .collection__top .content h1 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 16px
}
@media all and (max-width:1199px) {
  #maincatalog .page__collection .collection__top .content h1 {
    font-size: 26px
  }
}
@media all and (max-width:767px) {
  #maincatalog .page__collection .collection__top .content h1 {
    font-size: 20px
  }
}
#maincatalog .page__collection .collection__top .content h2 {
  font-size: 92px;
  font-weight: 400;
  margin-bottom: 22px
}
@media all and (max-width:1600px) {
  #maincatalog .page__collection .collection__top .content h2 {
    font-size: 70px
  }
}
@media all and (max-width:1199px) {
  #maincatalog .page__collection .collection__top .content h2 {
    font-size: 50px
  }
}
@media all and (max-width:991px) {
  #maincatalog .page__collection .collection__top .content h2 {
    font-size: 40px
  }
}
@media all and (max-width:767px) {
  #maincatalog .page__collection .collection__top .content h2 {
    font-size: 32px
  }
}
#maincatalog .page__collection .collection__top .content p {
  font-size: 18px
}
@media all and (min-width:991px) {
  #maincatalog .page__collection .collection__top .content p {
    max-width: 660px;
    width: 100%
  }
}
@media all and (max-width:767px) {
  #maincatalog .page__collection .collection__top .content p {
    font-size: 16px
  }
}
#maincatalog .page__collection .collection__article {
  max-width: 1455px;
  width: 100%;
  margin-bottom: 58px
}
@media all and (max-width:1600px) {
  #maincatalog .page__collection .collection__article {
    margin-bottom: 30px
  }
}
@media all and (max-width:767px) {
  #maincatalog .page__collection .collection__article {
    margin-bottom: 20px
  }
}
.product__item {
  margin-bottom: 60px
}
@media all and (max-width:1600px) {
  .product__item {
    margin-bottom: 40px
  }
}
@media all and (max-width:991px) {
  .product__item {
    margin-bottom: 30px
  }
}
.product__item .item__inner {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px
}
@media all and (max-width:991px) {
  .product__item .item__inner {
    gap: 15px
  }
}
.product__item .item__inner .product__image {
  display: block;
  background-color: #f6f4f4;
  -webkit-transition: .25s all;
  transition: .25s all
}
.product__item .item__inner .product__image:hover {
  opacity: .8
}
.product__item .item__inner .product__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 900/1350
}
.product__item .item__inner .product__details {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px
}
@media all and (max-width:991px) {
  .product__item .item__inner .product__details {
    gap: 20px
  }
}
.product__item .item__inner .product__details .details__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.product__item .item__inner .product__details .details__inner .details__top {
  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;
  gap: 10px;
  color: #434343
}
.product__item .item__inner .product__details .details__inner .details__top .product__title {
  display: block;
  color: #434343
}
.product__item .item__inner .product__details .details__inner .details__top .product__title h3 {
  font-size: 20px;
  color: inherit
}
@media all and (max-width:1199px) {
  .product__item .item__inner .product__details .details__inner .details__top .product__title h3 {
    font-size: 18px
  }
}
.product__item .item__inner .product__details .details__inner .details__top .price {
  -ms-flex-negative: 0;
  flex-shrink: 0
}
@media all and (max-width:1199px) {
  .product__item .item__inner .product__details .details__inner .details__top .price {
    font-size: 18px
  }
}
.product__item .item__inner .product__details .details__inner .available__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px 8px;
  margin-top: 24px
}
@media all and (max-width:991px) {
  .product__item .item__inner .product__details .details__inner .available__colors {
    margin-top: 14px
  }
}
.product__item .item__inner .product__details .details__inner .swatch-color {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease
}
.product__item .item__inner .product__details .details__inner .swatch-color::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--swatch-bg);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.15),0 1px 3px rgba(0,0,0,.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.15),0 1px 3px rgba(0,0,0,.1)
}
.product__item .item__inner .product__details .details__inner .swatch-color.is-active {
  border-color: #000
}
.product__item .item__inner .product__details .details__inner .available__colors-count {
  font-size: 16px;
  color: #434343;
  margin-left: 4px;
  white-space: nowrap
}
@media all and (max-width:575px) {
  .product__item .item__inner .product__details .details__inner .available__colors-count {
    font-size: 14px
  }
}
.product__item .item__inner .product__details .product__buttons {
  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;
  gap: 13px
}
.product__item .item__inner .product__details .product__buttons .btn,
.product__item .item__inner .product__details .product__buttons .product_type_simple,
.product__item .item__inner .product__details .product__buttons .product_type_variable {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: center;
  white-space: nowrap;
  width: 100%
}
@media all and (max-width:1199px) {
  .product__item .item__inner .product__details .product__buttons .btn,
  .product__item .item__inner .product__details .product__buttons .product_type_simple,
  .product__item .item__inner .product__details .product__buttons .product_type_variable {
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px
  }
}
.product__item .item__inner .product__details .product__buttons .product_type_simple {
  width: 50%
}
@media all and (min-width:991px) {
  #page-product .product__heading-mobile {
    display: none
  }
}
#page-product .product__gallery {
  margin-bottom: 64px
}
@media all and (max-width:1600px) {
  #page-product .product__gallery {
    margin-bottom: 50px
  }
}
@media all and (max-width:991px) {
  #page-product .product__gallery {
    margin-bottom: 24px
  }
}
#page-product .product__gallery .product__image .gallery__inner {
  width: 100%
}
#page-product .product__gallery .product__image .gallery__inner.has-gallery .woocommerce-product-gallery {
  padding-left: 190px
}
@media all and (max-width:1850px) {
  #page-product .product__gallery .product__image .gallery__inner.has-gallery .woocommerce-product-gallery {
    padding-left: 140px
  }
}
@media all and (max-width:1199px) {
  #page-product .product__gallery .product__image .gallery__inner.has-gallery .woocommerce-product-gallery {
    padding-left: 100px
  }
}
@media all and (max-width:991px) {
  #page-product .product__gallery .product__image .gallery__inner.has-gallery .woocommerce-product-gallery {
    padding-left: 0
  }
}
@media all and (max-width:1600px) {
  #page-product .product__gallery .product__image .gallery__inner {
    padding-right: 0
  }
}
#page-product .product__gallery .product__image .gallery__inner .onsale {
  display: none
}
#page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery__image--placeholder {
  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%;
  height: 430px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px
}
@media all and (max-width:1600px) {
  #page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery__image--placeholder {
    height: 400px
  }
}
@media all and (max-width:575px) {
  #page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery__image--placeholder {
    height: 220px;
    border-radius: 12px
  }
}
#page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery__image--placeholder img {
  max-height: 420px;
  height: auto;
  width: auto
}
@media all and (max-width:1600px) {
  #page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery__image--placeholder img {
    max-height: 380px
  }
}
@media all and (max-width:575px) {
  #page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery__image--placeholder img {
    max-height: 200px
  }
}
#page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery {
  width: 100%;
  float: none;
  position: relative
}
@media all and (max-width:991px) {
  #page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery {
    padding-left: 0
  }
}
#page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
  width: 100%
}
#page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .flex-viewport {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0
}
@media all and (max-width:991px) {
  #page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 12px
  }
}
#page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery a {
  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: #f6f4f4;
  -webkit-transition: .25s all;
  transition: .25s all;
  aspect-ratio: 895/1000;
  overflow: hidden
}
#page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
#page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14.6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 161px
}
@media all and (max-width:1850px) {
  #page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    width: 120.5px;
    gap: 10px
  }
}
@media all and (max-width:1400px) {
  #page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    width: 99px;
    gap: 7px
  }
}
@media all and (max-width:1199px) {
  #page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    width: 83px;
    gap: 6.1px
  }
}
@media all and (min-width:991px) {
  #page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    position: absolute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0;
    left: 0
  }
}
@media all and (max-width:991px) {
  #page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
    width: 100%
  }
}
#page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li {
  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%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: .25s all;
  transition: .25s all
}
#page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 161/180;
  border: 2px solid transparent;
  -webkit-transition: .25s all;
  transition: .25s all
}
#page-product .product__gallery .product__image .gallery__inner .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs li img.flex-active {
  border: 2px solid #4f4f4f
}
#page-product .product__gallery .model__info {
  font-size: 18px;
  margin-top: 30px
}
@media all and (max-width:1600px) {
  #page-product .product__gallery .model__info {
    font-size: 16px;
    margin-top: 20px
  }
}
@media all and (max-width:575px) {
  #page-product .product__gallery .model__info {
    font-size: 14px;
    margin-top: 14px
  }
}
#page-product .product__details .details__inner .heading {
  margin-bottom: 20px
}
#page-product .product__details .details__inner .product__price {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 30px
}
@media all and (max-width:1600px) {
  #page-product .product__details .details__inner .product__price {
    font-size: 24px;
    margin-bottom: 20px
  }
}
#page-product .product__details .details__inner .product__description {
  color: #5b5b5b;
  margin-bottom: 30px
}
@media all and (max-width:1600px) {
  #page-product .product__details .details__inner .product__description {
    margin-bottom: 20px
  }
}
#page-product .product__details .details__inner .entry-summary .single_variation_wrap .woocommerce-variation {
  margin-bottom: 14px
}
#page-product .product__details .details__inner .entry-summary .variations {
  border-collapse: separate;
  border-spacing: 0 20px;
  margin-top: -20px
}
@media all and (max-width:1600px) {
  #page-product .product__details .details__inner .entry-summary .variations {
    margin-top: -10px;
    border-spacing: 0 10px
  }
}
#page-product .product__details .details__inner .entry-summary .variations .reset_variations {
  font-size: 16px;
  text-decoration: underline
}
#page-product .product__details .details__inner .entry-summary .variations th label {
  font-size: 24px;
  font-weight: 500;
  color: #3d3d3d;
  margin-bottom: 20px
}
@media all and (max-width:1600px) {
  #page-product .product__details .details__inner .entry-summary .variations th label {
    font-size: 20px
  }
}
#page-product .product__details .details__inner .entry-summary .variations th .woo-selected-variation-item-name {
  font-size: 24px;
  color: #3d3d3d;
  font-weight: 500
}
@media all and (max-width:1600px) {
  #page-product .product__details .details__inner .entry-summary .variations th .woo-selected-variation-item-name {
    font-size: 20px
  }
}
#page-product .product__details .details__inner .entry-summary .variations .button-variable-items-wrapper li {
  width: 50px;
  height: 50px;
  border-radius: 0;
  font-size: 20px;
  background-color: #eee;
  color: #3d3d3d
}
@media all and (max-width:1600px) {
  #page-product .product__details .details__inner .entry-summary .variations .button-variable-items-wrapper li {
    width: 40px;
    height: 40px;
    font-size: 18px
  }
}
#page-product .product__details .details__inner .entry-summary .variations .color-variable-items-wrapper li {
  width: 38px;
  height: 38px;
  border-radius: 50%
}
#page-product .product__details .details__inner .entry-summary .variations .color-variable-items-wrapper li .variable-item-contents {
  border-radius: 50%
}
#page-product .product__details .details__inner .entry-summary .variations .color-variable-items-wrapper li .variable-item-contents::before {
  display: none!important
}
#page-product .product__details .details__inner .entry-summary .variations .color-variable-items-wrapper li .variable-item-contents .variable-item-span {
  border-radius: 50%;
  width: 20px;
  height: 20px
}
#page-product .product__details .details__inner .entry-summary .quantity {
  margin-bottom: 20px
}
#page-product .product__details .details__inner .entry-summary .button {
  max-width: 312px;
  width: 100%
}
@media all and (max-width:575px) {
  #page-product .product__details .details__inner .entry-summary .button {
    max-width: none
  }
}
#page-product .product__details .details__inner .faq_tabs {
  padding-top: 50px
}
@media all and (max-width:1600px) {
  #page-product .product__details .details__inner .faq_tabs {
    padding-top: 30px
  }
}
#page-product .product__details .details__inner .faq_tabs .tabs_item {
  border-bottom: 1px solid #adadad
}
#page-product .product__details .details__inner .faq_tabs .tabs_item .title {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 16px 45px 16px 0
}
#page-product .product__details .details__inner .faq_tabs .tabs_item .title:after {
  position: absolute;
  content: "+";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: auto;
  width: 30px;
  font-size: 32px;
  font-weight: 500;
  text-align: center
}
#page-product .product__details .details__inner .faq_tabs .tabs_item .title.active:after {
  content: "-"
}
#page-product .product__details .details__inner .faq_tabs .tabs_item .tab_content {
  display: none;
  padding-top: 1px;
  padding-bottom: 10px;
  font-size: 16px
}
#recommend .heading {
  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;
  gap: 20px 40px
}
@media all and (max-width:767px) {
  #recommend .heading {
    -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
  }
}
#recommend .heading .swiper__nav {
  width: 120px;
  height: 19px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: 0
}
@media all and (max-width:767px) {
  #recommend .heading .swiper__nav {
    margin: 0 auto
  }
}
#recommend .heading .swiper__nav .swiper-button {
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-transition: .3s all;
  transition: .3s all;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
  margin: auto;
  z-index: 100;
  width: 49px;
  height: 49px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-black.svg)
}
#recommend .heading .swiper__nav .swiper-button:hover {
  opacity: .8
}
#recommend .heading .swiper__nav .swiper-button:after {
  display: none!important
}
#recommend .heading .swiper__nav .swiper-button.swiper-button-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 0
}
#recommend .heading .swiper__nav .swiper-button.swiper-button-next {
  right: 0
}
#recommend .recommend__slider .swiper-slide {
  height: auto
}
#recommend .recommend__slider .slide__inner {
  min-height: 280px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
#recommend .recommend__slider .slide__inner .product__item {
  height: 100%
}
@media all and (max-width:1400px) {
  .woocommerce-pagination {
    padding-top: 20px
  }
}
.woocommerce-pagination .page-numbers {
  text-align: center;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  float: left;
  padding: 9.6px 12px;
  line-height: 1.42857143;
  color: #000;
  text-decoration: none;
  min-width: 46px;
  border: 1px solid #000
}
.woocommerce-pagination .page-numbers a {
  color: #000
}
.woocommerce-pagination .page-numbers span {
  border-color: #000;
  background-color: #000;
  color: #fff
}
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
  display: none
}
.woocommerce-pagination .page-numbers .next:hover:after,
.woocommerce-pagination .page-numbers .prev:hover:after {
  display: none
}
.woocommerce .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 148px;
  height: 56px;
  border: 1px solid #eaeaee;
  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 all and (max-width:575px) {
  .woocommerce .quantity {
    height: 48px
  }
}
.woocommerce .quantity .qty_button {
  background: 0 0;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 26.4px;
  width: 45px;
  height: 24px;
  border: none;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #252525
}
.woocommerce .quantity .qty_button.minus {
  border-right: 1px solid #eaeaee
}
.woocommerce .quantity .qty_button.plus {
  border-left: 1px solid #eaeaee
}
.woocommerce .quantity input {
  outline: 0
}
.woocommerce .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0
}
.woocommerce .quantity .qty {
  text-align: center;
  width: 100%;
  width: 46px;
  border-right: 0;
  border-left: 0;
  border: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  flex-shrink: 0
}
.woocommerce .quantity input[type=number] {
  -moz-appearance: textfield
}
.woocommerce .quantity input::-webkit-inner-spin-button,
.woocommerce .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none
}
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews {
  background-color: #f7f8fa!important;
  padding: 10px;
  font-size: 16px
}
.woocommerce-info .showcoupon,
.woocommerce-message .showcoupon,
.woocommerce-noreviews .showcoupon {
  color: #15263e;
  text-decoration: underline
}
.wc-empty-cart-message,
.woocommerce-noreviews,
.woocommerce-notices-wrapper {
  margin-bottom: 10px;
  font-size: 16px
}
.woocommerce-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 30px
}
.public-order-result.error,
.woocommerce-error {
  background-color: #ea5d63!important;
  padding: 10px 10px 6px 20px;
  color: #fff;
  font-size: 16px
}
.public-order-result.error a,
.woocommerce-error a {
  color: #fff
}
.public-order-result.error {
  padding: 10px 10px 10px 20px
}
.public-order-result.error p {
  margin-bottom: 0
}
.order-status-result h3,
.order-status-result p {
  margin-bottom: 0
}
.woocommerce-cart-form table.shop_table {
  width: 100%;
  border-collapse: collapse
}
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
  padding: 20px 10px;
  text-align: left;
  vertical-align: top
}
.woocommerce-cart-form table.shop_table tbody tr:not(:last-child) {
  border-bottom: 1px solid #dadada
}
.woocommerce-cart-form .product-thumbnail {
  width: 133px
}
.woocommerce-cart-form .product-thumbnail a {
  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: 133px
}
.woocommerce-cart-form .product-thumbnail a img {
  max-width: 133px;
  width: 100%;
  height: auto;
  display: block
}
.woocommerce-cart-form td.product-name .art {
  font-size: 18px;
  color: #616161
}
@media all and (max-width:991px) {
  .woocommerce-cart-form td.product-name .art {
    font-size: 16px
  }
}
.woocommerce-cart-form td.product-name .variation {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px
}
@media all and (max-width:1600px) {
  .woocommerce-cart-form td.product-name .variation {
    font-size: 16px
  }
}
.woocommerce-cart-form td.product-name .variation .variation__item:not(:last-child) {
  margin-bottom: 6px
}
.woocommerce-cart-form td.product-name .price {
  margin-bottom: 16px
}
.woocommerce-cart-form td.product-name a {
  font-size: 30px;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  margin-bottom: 14px;
  display: block
}
@media all and (max-width:1600px) {
  .woocommerce-cart-form td.product-name a {
    font-size: 24px
  }
}
.woocommerce-cart-form td.product-name a:hover {
  text-decoration: underline
}
.woocommerce-cart-form .remove {
  color: #999;
  text-decoration: none;
  font-size: 14px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../img/button.svg);
  display: block;
  width: 50px;
  height: 50px
}
.woocommerce-cart-form .remove:hover {
  opacity: .8
}
.woocommerce-cart-form .remove:hover {
  color: #e74c3c
}
.woocommerce-cart-form td.product-subtotal {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap
}
.woocommerce-cart-form td.product-quantity {
  white-space: nowrap
}
@media all and (max-width:575px) {
  .woocommerce-cart-form .coupon {
    width: 100%
  }
}
.woocommerce-cart-form .coupon .coupon__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
@media all and (max-width:991px) {
  .woocommerce-cart-form .coupon .coupon__wrapper {
    gap: 10px
  }
}
@media all and (max-width:575px) {
  .woocommerce-cart-form .coupon .coupon__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.woocommerce-cart-form .coupon #coupon_code {
  height: 58px;
  padding-left: 20px;
  padding-right: 10px
}
@media all and (max-width:991px) {
  .woocommerce-cart-form .coupon #coupon_code {
    height: 48px
  }
}
@media all and (max-width:575px) {
  .woocommerce-cart-form .coupon #coupon_code {
    width: 100%
  }
}
.woocommerce-cart-form .actions .button-hide {
  display: none!important
}
@media all and (min-width:1199px) {
  .aside-sticky {
    position: sticky;
    top: 10px;
    height: 100%
  }
}
.cart-collaterals {
  background-color: #f7f8f9;
  padding: 28px 36px
}
@media all and (max-width:575px) {
  .cart-collaterals {
    padding: 20px
  }
}
.cart-collaterals .checkout-button {
  width: 100%
}
.cart_totals h2 {
  margin-bottom: 20px;
  font-size: 24px
}
.cart_totals table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  margin-bottom: 20px
}
.cart_totals td,
.cart_totals th {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5
}
@media all and (max-width:575px) {
  .cart_totals td,
  .cart_totals th {
    padding: 10px 0
  }
}
.cart_totals th {
  font-weight: 500
}
.cart_totals td {
  text-align: right!important
}
.cart_totals .order-total {
  font-weight: 500;
  font-size: 18px
}
.cart_totals .order-total th {
  font-size: 24px
}
@media screen and (max-width:768px) {
  .woocommerce-cart-form table.shop_table thead {
    display: none
  }
  .woocommerce-cart-form table.shop_table tr {
    display: block;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px
  }
  .woocommerce-cart-form table.shop_table td {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 5px 0
  }
  .woocommerce-cart-form table.shop_table td:before {
    display: none
  }
}
.woocommerce-checkout .checkout__text {
  padding-top: 14px;
  padding-bottom: 14px
}
@media all and (max-width:1600px) {
  .woocommerce-checkout .checkout__text {
    padding-bottom: 0
  }
}
@media all and (min-width:991px) {
  .woocommerce-checkout .checkout__text article {
    max-width: 539px;
    width: 100%
  }
}
@media all and (max-width:1199px) {
  .woocommerce-checkout .checkout__wrapper {
    margin-bottom: 20px
  }
}
@media all and (max-width:1199px) {
  .woocommerce-checkout .checkout__details {
    margin-bottom: 20px
  }
}
.woocommerce-checkout .checkout__details .details__inner {
  background-color: #f7f8f9;
  padding: 28px 36px
}
@media all and (max-width:575px) {
  .woocommerce-checkout .checkout__details .details__inner {
    padding: 20px
  }
}
.woocommerce-checkout .checkout__details .details__inner .checkout-button {
  width: 100%
}
.woocommerce-checkout .checkout__details .details__inner #order_review_heading {
  margin-bottom: 20px;
  font-size: 24px
}
.woocommerce-checkout .checkout__details .details__inner #order_review table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
  margin-bottom: 20px
}
.woocommerce-checkout .checkout__details .details__inner #order_review table thead th:last-child {
  text-align: right
}
.woocommerce-checkout .checkout__details .details__inner #order_review table tbody {
  font-size: 16px
}
.woocommerce-checkout .checkout__details .details__inner #order_review table td,
.woocommerce-checkout .checkout__details .details__inner #order_review table th {
  padding: 14px 0;
  border-bottom: 1px solid #e5e5e5
}
@media all and (max-width:575px) {
  .woocommerce-checkout .checkout__details .details__inner #order_review table td,
  .woocommerce-checkout .checkout__details .details__inner #order_review table th {
    padding: 10px 0
  }
}
.woocommerce-checkout .checkout__details .details__inner #order_review table th {
  font-weight: 500
}
.woocommerce-checkout .checkout__details .details__inner #order_review table td:last-child {
  text-align: right
}
.woocommerce-checkout .checkout__details .details__inner #order_review table .order-total {
  font-weight: 500;
  font-size: 18px
}
.woocommerce-checkout .checkout__details .details__inner #order_review table .order-total th {
  font-size: 24px
}
.woocommerce-checkout #order_review .woocommerce-terms-and-conditions-wrapper {
  display: none!important
}
.woocommerce-checkout #order_review .button {
  max-width: 305px;
  width: 100%
}
@media all and (max-width:575px) {
  .woocommerce-checkout #order_review .button {
    max-width: none
  }
}
.custom-checkout-consent {
  margin-top: 30px
}
@media all and (max-width:1600px) {
  .custom-checkout-consent {
    margin-top: 20px
  }
}
.custom-checkout-consent a {
  color: #000;
  text-decoration: underline
}
.custom-checkout-consent .woocommerce-form__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
@media all and (max-width:1600px) {
  .custom-checkout-consent .woocommerce-form__label {
    font-size: 14px
  }
}
.custom-checkout-consent .woocommerce-form__label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
.custom-checkout-consent .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px
}
.custom-checkout-consent .checkmark:after {
  content: "";
  position: absolute;
  display: none
}
.custom-checkout-consent .woocommerce-form__label input:checked ~ .checkmark:after {
  display: block
}
.custom-checkout-consent .woocommerce-form__label .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 11px;
  border: solid #15263e;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.woocommerce-form-login__rememberme {
  position: relative;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 35px!important;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
@media all and (max-width:1600px) {
  .woocommerce-form-login__rememberme {
    font-size: 14px
  }
}
.woocommerce-form-login__rememberme input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0
}
.woocommerce-form-login__rememberme input ~ span {
  position: relative
}
.woocommerce-form-login__rememberme input ~ span::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -35px;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 2px
}
.woocommerce-form-login__rememberme input ~ span::after {
  content: "";
  position: absolute;
  display: none;
  left: -26px;
  top: 2px;
  width: 5px;
  height: 11px;
  border: solid #15263e;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
.woocommerce-form-login__rememberme input:checked ~ span::after {
  display: block
}
.wc_payment_method {
  position: relative;
  margin-bottom: 15px;
  padding: 20px;
  background: #f7f8f9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}
.wc_payment_method input.input-radio {
  position: absolute;
  opacity: 0;
  visibility: hidden
}
.wc_payment_method input.input-radio:checked + label {
  font-weight: 500
}
.wc_payment_method input.input-radio:checked + label::before {
  border-color: #000;
  background-color: #000;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff
}
.wc_payment_method label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
  color: #000;
  margin: 0;
  position: relative;
  padding-left: 30px
}
.wc_payment_method label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease
}
.wc_payment_method label img {
  max-height: 24px;
  margin-left: auto
}
.wc_payment_method .payment_box {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  font-size: 14px;
  color: #666
}
.wc_payment_method .payment_box fieldset {
  border: none;
  padding: 0;
  margin: 0
}
.wc_payment_method .payment_box .form-row {
  margin-bottom: 10px
}
.wc_payment_method.selected {
  border-color: #000;
  -webkit-box-shadow: 0 4px 12px rgba(0,0,0,.05);
  box-shadow: 0 4px 12px rgba(0,0,0,.05)
}
.form-row {
  margin-bottom: 22px
}
@media all and (max-width:1600px) {
  .form-row {
    margin-bottom: 16px
  }
}
.form-row label {
  font-size: 16px;
  margin-bottom: 6px
}
.form-row .input-text {
  width: 100%;
  height: 84px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 10px;
  color: #0e0e0e
}
@media all and (max-width:1600px) {
  .form-row .input-text {
    height: 50px
  }
}
.form-row .input-text::-webkit-input-placeholder {
  color: #0e0e0e;
  opacity: 1
}
.form-row .input-text::-moz-placeholder {
  color: #0e0e0e;
  opacity: 1
}
.form-row .input-text::-ms-placeholder {
  color: #0e0e0e;
  opacity: 1
}
.form-row .input-text::-webkit-input-placeholder {
  color: #0e0e0e;
  opacity: 1
}
.form-row .input-text::-moz-placeholder {
  color: #0e0e0e;
  opacity: 1
}
.form-row .input-text:-ms-input-placeholder {
  color: #0e0e0e;
  opacity: 1
}
.form-row .input-text::-ms-input-placeholder {
  color: #0e0e0e;
  opacity: 1
}
.form-row .input-text::placeholder {
  color: #0e0e0e;
  opacity: 1
}
.thankyou__wrapper {
  max-width: 1149px;
  width: 100%;
  margin: 0 auto
}
@media all and (max-width:991px) {
  .thankyou__wrapper .thankyou__image {
    display: none
  }
}
.thankyou__wrapper .thankyou__content .content__inner .heading {
  margin-bottom: 30px
}
.thankyou__wrapper .thankyou__content .content__inner .order__number {
  display: block;
  margin-bottom: 30px
}
.thankyou__wrapper .thankyou__content .content__inner .order__list .thankyou__product {
  margin-bottom: 40px
}
@media all and (max-width:575px) {
  .thankyou__wrapper .thankyou__content .content__inner .order__list .thankyou__product {
    margin-bottom: 30px
  }
}
.thankyou__wrapper .thankyou__content .content__inner .order__list .thankyou__product .product__inner {
  color: #000;
  display: block
}
.thankyou__wrapper .thankyou__content .content__inner .order__list .thankyou__product .product__inner:hover .product__image {
  opacity: .8
}
.thankyou__wrapper .thankyou__content .content__inner .order__list .thankyou__product .product__inner .product__image {
  background-color: #f6f4f4;
  -webkit-transition: .25s all;
  transition: .25s all;
  aspect-ratio: 900/1350;
  margin-bottom: 12px;
  transition: .25s all
}
.thankyou__wrapper .thankyou__content .content__inner .order__list .thankyou__product .product__inner .product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.thankyou__wrapper .thankyou__content .content__inner .order__list .thankyou__product .product__inner h3 {
  font-size: 18px;
  margin-bottom: 10px
}
.thankyou__wrapper .thankyou__content .content__inner .order__list .thankyou__product .product__inner .price {
  font-size: 12px;
  margin-bottom: 10px
}
.thankyou__wrapper .thankyou__content .content__inner .order__list .thankyou__product .product__inner .attributes li {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.thankyou__wrapper .thankyou__content .content__inner .order__list .thankyou__product .product__inner .attributes li:not(:last-child) {
  margin-bottom: 6px
}
.woocommerce-form.woocommerce-form-login.login .password-input {
  position: relative;
  display: block
}
.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__rememberme {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px
}
.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__rememberme input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px
}
.password-input {
  position: relative
}
.show-password-input {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  border: none;
  background: 0 0;
  cursor: pointer;
  font-size: 16px
}
.password-input .input-text {
  padding-right: 40px
}
.show-password-input::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_visibility_refresh.svg) no-repeat center;
  background-size: contain
}
.show-password-input.display-password::after {
  background-image: url(../img/icon_visibility_off_refresh.svg)
}
.page__register,
.woocommerce-ResetPassword,
.woocommerce-form-login,
.woocommerce-form-register {
  max-width: 706px;
  width: 100%;
  margin: 0 auto
}
.woocommerce-form-register .woocommerce-privacy-policy-text {
  display: none
}
.lost_password-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px 38px;
  padding-top: 20px
}
@media all and (max-width:575px) {
  .lost_password-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.lost_password-wrapper a {
  color: #000;
  text-decoration: underline
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0
}
.woocommerce-MyAccount-navigation ul li:not(:last-child) {
  margin-bottom: 18px
}
@media all and (max-width:575px) {
  .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    margin-bottom: 6px
  }
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #000;
  text-decoration: underline
}
.woocommerce-MyAccount-navigation ul li a {
  color: #6f6f6f;
  font-weight: 500
}
.user-avatar-upload {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-bottom: 20px
}
.avatar-preview {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #222
}
.avatar-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.user-avatar-upload label {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background: #222;
  border: 3px solid #fff;
  border-radius: 50%;
  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;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
  box-shadow: 0 2px 5px rgba(0,0,0,.2)
}
.user-avatar-upload label span {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  font-weight: 700
}
.user-avatar-upload input[type=file] {
  display: none
}
.avatar-delete-wrap {
  margin-bottom: 15px
}
.avatar-delete-wrap input[type=checkbox] {
  display: none
}
#remove-avatar-btn {
  font-size: 14px;
  background: 0 0;
  border: none;
  color: #a00;
  cursor: pointer;
  padding: 0;
  text-decoration: underline
}
.woocommerce-EditAccountForm .gender-field-wrap {
  margin-bottom: 20px
}
.woocommerce-EditAccountForm .gender-field-wrap label.gender-main-label {
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  font-weight: 500
}
.woocommerce-EditAccountForm .gender-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px
}
.woocommerce-EditAccountForm .gender-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: 400
}
.woocommerce-EditAccountForm .gender-label input[type=radio] {
  accent-color: #222;
  cursor: pointer;
  width: 16px;
  height: 16px
}
.woocommerce-orders-counter .heading h1 span {
  color: #6d6d6d
}
.custom-orders-list .custom-order-card {
  border: 1px solid #999;
  padding: 40px;
  margin-bottom: 40px
}
@media all and (max-width:1600px) {
  .custom-orders-list .custom-order-card {
    padding: 30px;
    margin-bottom: 30px
  }
}
@media all and (max-width:767px) {
  .custom-orders-list .custom-order-card {
    padding: 20px
  }
}
.custom-orders-list .custom-order-card.woocommerce-orders-table__row--status-cancelled .custom-order-header .order-status {
  background-color: #d50606
}
.custom-orders-list .custom-order-card.woocommerce-orders-table__row--status-refunded .custom-order-header .order-status {
  background-color: #6f6f6f
}
.custom-orders-list .custom-order-card .custom-order-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;
  margin-bottom: 40px
}
@media all and (max-width:767px) {
  .custom-orders-list .custom-order-card .custom-order-header {
    -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;
    margin-bottom: 20px;
    gap: 10px
  }
}
.custom-orders-list .custom-order-card .custom-order-header .order-number {
  font-size: 30px;
  font-weight: 500
}
@media all and (max-width:767px) {
  .custom-orders-list .custom-order-card .custom-order-header .order-number {
    font-size: 24px
  }
}
.custom-orders-list .custom-order-card .custom-order-header .date__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px
}
.custom-orders-list .custom-order-card .custom-order-header .order-status {
  font-weight: 500;
  color: #fff;
  padding: 8px 20px;
  background-color: #262626;
  min-width: 148px;
  text-align: center
}
.custom-orders-list .custom-order-card .custom-order-header .order-date {
  font-weight: 500
}
.custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 20px
}
@media all and (max-width:1600px) {
  .custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item {
    gap: 20px
  }
}
@media all and (max-width:575px) {
  .custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 30px
  }
}
.custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item .item-thumb {
  background-color: #f6f4f4;
  -webkit-transition: .25s all;
  transition: .25s all;
  aspect-ratio: 450/675;
  max-width: 233px
}
@media all and (max-width:1600px) {
  .custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item .item-thumb {
    max-width: 200px
  }
}
.custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item .item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item .item-name {
  font-size: 30px;
  line-height: 110%;
  font-weight: 500;
  color: #000;
  margin-bottom: 16px;
  display: block
}
@media all and (max-width:1600px) {
  .custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item .item-name {
    font-size: 24px
  }
}
@media all and (max-width:575px) {
  .custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item .item-name {
    margin-bottom: 10px
  }
}
.custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item .item-name:hover {
  text-decoration: underline
}
.custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item .item-total {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px
}
.custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item .item-color,
.custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item .item-size {
  font-size: 16px
}
.custom-orders-list .custom-order-card .custom-order-details .custom-order-items .custom-order-item .item-sku {
  font-size: 16px;
  color: #616161;
  margin-top: 16px
}
.custom-orders-list .custom-order-card .custom-order-footer {
  font-weight: 500
}
.public-order-result {
  margin-top: 20px
}