::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .header-bottom {
  border-top: 1px solid #dfddd1;
  background: #fff;
  padding: 14px 5px;
  position: fixed;
  bottom: -100px;
  left: 0;
  width: 100%;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .header .header-bottom {
    visibility: visible;
    opacity: 1;
    bottom: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.header .header-bottom .header-bottom-items {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  text-align: center;
}
.header .header-bottom .header-bottom-items .bottom-link {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  font-family: "Pluto Cond Medium";
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #3e332e;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .header-bottom .header-bottom-items .bottom-link:hover {
  opacity: 0.8;
}
.header .header-bottom .header-bottom-items img {
  margin: 0 auto;
  height: 30px;
}
.header .top-header-sw {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #d2efa8;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .header .top-header-sw {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
}
.header .top-header-sw .swiper-button-next:after, .header .top-header-sw .swiper-button-prev:after {
  content: "";
}
.header .top-header-sw .swiper-button-prev img {
  transform: rotate(180deg);
}
.header .menu-item .category-title {
  padding: 20px 0;
  border-bottom: 1px solid #f1efed;
  margin-bottom: 30px;
  color: #a5a2a0;
  text-transform: uppercase;
  font-size: 17px;
}
.header .menu-item .sub-menu {
  border-top: 1px solid #f1efed;
  position: absolute;
  background-color: #fff;
  padding: 30px 20px;
  z-index: 10;
  width: 100%;
  left: 0;
  top: 100px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .menu-item .sub-menu .sub-menu-row {
  max-width: 1024px;
  margin: 0 auto;
}
.header .menu-item .sub-menu .sub-menu-row ul li {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.header .menu-item .sub-menu .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.header .menu-item .sub-menu .item:last-child {
  margin-bottom: 0;
}
.header .menu-item .sub-menu .item figure {
  border-radius: 50%;
  background: #f6edd9;
  width: 100px;
  overflow: hidden;
  height: 100px;
  text-align: center;
  margin-right: 20px;
}
.header .menu-item .sub-menu .item figure img {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.header .menu-item .sub-menu .item .link {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.header .menu-item .sub-menu .item .link:hover {
  opacity: 0.8;
}
.header .menu-item .sub-menu .item .link span {
  display: block;
}
.header .menu-item .sub-menu .item .link .link-text {
  font-weight: 700;
  position: relative;
  padding-right: 25px;
  color: #333;
  font-size: 23px;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .header .menu-item .sub-menu .item .link .link-text {
    font-size: 20px;
  }
}
.header .menu-item .sub-menu .item .link .link-text:after {
  content: url("../img/arrow.svg");
  position: absolute;
  right: 0;
  top: 0;
}
.header .menu-item .sub-menu .item .link .rate {
  color: #3e332e;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .header .menu-item .sub-menu .item .link .rate {
    font-size: 18px;
  }
}
.header .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 80px;
}
.header .arrow .link-main {
  background-image: url("../img/borderlink.svg");
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 9px;
  padding-right: 16px;
  background-size: 110%;
}
.header .arrow .link-main:after {
  content: "";
  background-image: url(../img/angle.svg);
  position: absolute;
  right: 0;
  top: 4px;
  width: 12px;
  height: 10px;
  background-size: contain;
}
.header .arrow .link-main:before {
  position: absolute;
  z-index: 0;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 52px;
  content: "";
}
.header .top-header {
  padding: 11px 0;
}
.header .top-header .center-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 0;
  color: #333;
}
@media (max-width: 768px) {
  .header .top-header .center-info {
    text-align: center;
    padding: 0 40px;
  }
}
.header .top-header .center-info span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Pluto Condensed Black";
  font-size: 1.094vw;
  font-weight: 800;
  color: #fff;
}
@media (max-width: 1024px) {
  .header .top-header .center-info span {
    font-size: 3.556vw;
  }
}
@media (max-width: 480px) {
  .header .top-header .center-info span {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.header .top-header .center-info img, .header .top-header .center-info svg {
  margin-right: 7px;
}
.header .top-header .center-info img path, .header .top-header .center-info svg path {
  fill: #fff;
}
@media (max-width: 480px) {
  .header .top-header .center-info img, .header .top-header .center-info svg {
    margin: 5px;
  }
}
.header .bottom-header {
  padding: 18px 0 23px;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .header .bottom-header {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 12px 0 9px;
  }
}
.header .bottom-header .row1150 {
  max-width: 80%;
  position: static;
}
@media (max-width: 1024px) {
  .header .bottom-header .row1150 {
    max-width: 96%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.header .bottom-header .nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1600px) {
  .header .bottom-header .nav-wrapper .menu-items {
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .header .bottom-header .nav-wrapper .menu-items {
    margin-right: 0;
  }
}
.header .bottom-header .nav-wrapper .main_nav li .link-main {
  font-family: "Pluto";
  font-size: 15px;
  font-weight: 400;
  color: #333;
  margin: 0 25px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .bottom-header .nav-wrapper .main_nav li .link-main:hover {
  color: #6a574f;
}
@media (max-width: 1250px) {
  .header .bottom-header .nav-wrapper .main_nav li .link-main {
    margin: 0 15px;
  }
}
@media (max-width: 1150px) {
  .header .bottom-header .nav-wrapper .main_nav li .link-main {
    margin: 0 8px;
  }
}
.header .bottom-header .right-icons {
  position: absolute;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1250px) {
  .header .bottom-header .right-icons {
    right: 10px;
  }
}
.header .bottom-header .right-icons div, .header .bottom-header .right-icons a {
  margin: 0 10px;
}
@media (max-width: 1600px) {
  .header .bottom-header .right-icons div, .header .bottom-header .right-icons a {
    margin: 0 7px;
  }
}
@media (max-width: 1370px) {
  .header .bottom-header .right-icons div, .header .bottom-header .right-icons a {
    margin: 0 5px;
  }
}
.header .bottom-header .right-icons .user-icon, .header .bottom-header .right-icons .cart-icon {
  position: relative;
  max-width: 30px;
  max-height: 30px;
}
@media (max-width: 1024px) {
  .header .bottom-header .right-icons .user-icon, .header .bottom-header .right-icons .cart-icon {
    display: none;
  }
}
.header .bottom-header .right-icons .user-icon span, .header .bottom-header .right-icons .cart-icon span {
  position: absolute;
  top: -7px;
  right: -7px;
  font-size: 12px;
  line-height: 1.5;
  background-color: #6fb018;
  color: #fff;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  text-align: center;
}
.header .bottom-header .right-icons .user-icon:hover, .header .bottom-header .right-icons .cart-icon:hover {
  opacity: 0.6;
}
.header .bottom-header .right-icons .user-icon img, .header .bottom-header .right-icons .user-icon svg {
  height: 25px;
  width: 25px;
}
.header .bottom-header .right-icons .cart-icon img, .header .bottom-header .right-icons .cart-icon svg {
  height: 25px;
  width: 25px;
}
.header .bottom-header .right-icons .search-form {
  position: relative;
  width: 30px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .bottom-header .right-icons .search-form input {
  height: 30px;
  border: none;
  background: transparent;
  min-height: 40px;
}
.header .bottom-header .right-icons .search-form input ::-webkit-input-placeholder {
  opacity: 0;
}
.header .bottom-header .right-icons .search-form input :-moz-placeholder {
  opacity: 0;
}
.header .bottom-header .right-icons .search-form input ::-moz-placeholder {
  opacity: 0;
}
.header .bottom-header .right-icons .search-form input :-ms-input-placeholder {
  opacity: 0;
}
.header .bottom-header .right-icons .search-form .search-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .bottom-header .right-icons .search-form .search-button:hover {
  opacity: 0.6;
}
.header .bottom-header .right-icons .search-form button {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  cursor: pointer;
  border: none;
  background: transparent;
}
.header .bottom-header .right-icons .search-form button img, .header .bottom-header .right-icons .search-form button svg {
  width: 32px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.header .bottom-header .right-icons .search-form.open {
  width: 200px;
}
.header .bottom-header .right-icons .search-form.open form {
  background-color: #fff;
}
.header .bottom-header .right-icons .search-form.open input {
  padding: 0 30px 0 10px;
  border: 1px solid #ccc;
}
.header .bottom-header .right-icons .search-form.open input ::-webkit-input-placeholder {
  opacity: 1;
}
.header .bottom-header .right-icons .search-form.open input :-moz-placeholder {
  opacity: 1;
}
.header .bottom-header .right-icons .search-form.open input ::-moz-placeholder {
  opacity: 1;
}
.header .bottom-header .right-icons .search-form.open input :-ms-input-placeholder {
  opacity: 1;
}
.header .bottom-header .right-icons .search-form.open button {
  z-index: 9;
}
.header .bottom-header .right-icons .search-form .disable {
  cursor: not-allowed;
  pointer-events: none;
}
.header .bottom-header #logo:hover {
  opacity: 0.6;
}
.row1920 {
  width: 1920px;
  max-width: 98%;
  margin: 0 auto;
  position: relative;
}
.single-product .rlt-prod {
  margin-bottom: 100px;
}
@media (max-width: 414px) {
  .single-product .rlt-prod {
    margin-bottom: 40px;
  }
}
.single-product .rlt-prod .row1920 {
  width: 100vw;
  max-width: 96vw;
}
.single-product .rlt-prod .rlt-title {
  text-align: center;
  margin-bottom: 40px;
}
.single-product .rlt-prod .rlt-title h2 {
  font-weight: 400;
  padding-bottom: 15px;
}
.single-product .rlt-prod .rlt-title h4 {
  padding: 20px;
  display: inline-block;
  background: url("../img/rlt-count-img.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.single-product .rlt-prod .swiper .product-item-rel {
  border: 1px solid #f0eee2;
  background: #fff;
}
.single-product .rlt-prod .swiper .product-item-rel.swiper-slide-active, .single-product .rlt-prod .swiper .product-item-rel.swiper-slide-duplicate-active {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .single-product .rlt-prod .swiper .product-item-rel.swiper-slide-active, .single-product .rlt-prod .swiper .product-item-rel.swiper-slide-duplicate-active {
    display: none;
  }
}
.single-product .rlt-prod .swiper .product-item-rel .thumb {
  padding: 30px;
  text-align: center;
  min-height: 400px;
}
@media (max-width: 1024px) {
  .single-product .rlt-prod .swiper .product-item-rel .thumb {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .single-product .rlt-prod .swiper .product-item-rel .thumb {
    min-height: 190px;
    padding: 20px;
  }
}
@media (max-width: 414px) {
  .single-product .rlt-prod .swiper .product-item-rel .thumb {
    min-height: 160px;
  }
}
.single-product .rlt-prod .swiper .product-item-rel .thumb img {
  width: 100%;
  height: 100%;
}
.single-product .rlt-prod .swiper .product-item-rel:nth-child(1n) .thumb {
  background: #daeff8;
}
.single-product .rlt-prod .swiper .product-item-rel:nth-child(2n) .thumb {
  background: #f0f0f0;
}
.single-product .rlt-prod .swiper .product-item-rel:nth-child(3n) .thumb {
  background: #fff0cd;
}
.single-product .rlt-prod .swiper .product-item-rel:nth-child(4n) .thumb {
  background: #d9efe9;
}
.single-product .rlt-prod .swiper .product-item-rel:nth-child(5n) .thumb {
  background: #cfcbe6;
}
.single-product .rlt-prod .swiper .product-item-rel .info {
  padding: 15px;
  min-height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1380px) {
  .single-product .rlt-prod .swiper .product-item-rel .info {
    min-height: 110px;
  }
}
@media (max-width: 1150px) {
  .single-product .rlt-prod .swiper .product-item-rel .info {
    min-height: auto;
  }
}
.single-product .rlt-prod .swiper .product-item-rel .info a, .single-product .rlt-prod .swiper .product-item-rel .info .price {
  color: #333;
}
.single-product .rlt-prod .swiper .product-item-rel .info h3 {
  font-size: 1.25vw;
  padding-bottom: 5px;
}
@media (max-width: 1024px) {
  .single-product .rlt-prod .swiper .product-item-rel .info h3 {
    font-size: 2.25vw;
  }
}
@media (max-width: 767px) {
  .single-product .rlt-prod .swiper .product-item-rel .info h3 {
    font-size: 4vw;
  }
}
.single-product .rlt-prod .swiper .product-item-rel .info .price {
  font-size: 1.042vw;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .single-product .rlt-prod .swiper .product-item-rel .info .price {
    font-size: 2.25vw;
  }
}
@media (max-width: 767px) {
  .single-product .rlt-prod .swiper .product-item-rel .info .price {
    font-size: 4vw;
  }
}
footer .top-footer {
  text-align: center;
  position: relative;
  padding: 190px 0 40px;
}
@media (max-width: 1024px) {
  footer .top-footer {
    padding: 90px 0 30px;
  }
}
@media (max-width: 768px) {
  footer .top-footer {
    padding: 80px 0 30px;
  }
}
footer .top-footer .background-footer {
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}
footer .top-footer .form-block {
  max-width: 774px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
}
footer .top-footer .form-block h2 {
  font-size: 2.813vw;
  font-family: 'Pluto Condensed Black', Helvetica, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: -0.079vw;
  margin-bottom: 2.266vw;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  footer .top-footer .form-block h2 {
    font-size: 8.622vw;
    letter-spacing: -0.111vw;
    margin-bottom: 4.756vw;
  }
}
footer .top-footer .form-block p {
  font-size: 1.25vw;
  letter-spacing: -0.03vw;
  max-width: 33.633vw;
  margin: auto;
  margin-bottom: 2.5vw;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
}
@media (max-width: 768px) {
  footer .top-footer .form-block p {
    font-size: 3.911vw;
    letter-spacing: -0.094vw;
    max-width: 88.622vw;
    width: 100%;
    margin-bottom: 4.356vw;
  }
}
@media (max-width: 767px) {
  footer .top-footer .form-block .wpcf7 {
    display: none;
  }
}
footer .top-footer .form-block form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .top-footer .form-block form .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .top-footer .form-block .btn {
  max-width: 120px;
  border-radius: 0 15px 15px 0;
  width: 100%;
  min-height: 63px;
  line-height: 60px;
  font-size: 18px;
  min-width: auto;
  height: auto;
  padding: 0;
  background: #6a5043;
}
@media (max-width: 1024px) {
  footer .top-footer .form-block .btn {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  footer .top-footer .form-block .btn {
    font-size: 16px;
  }
}
footer .top-footer .logo-block {
  margin: 90px 0 70px;
  position: relative;
}
@media (max-width: 1024px) {
  footer .top-footer .logo-block {
    margin: 50px 0 30px;
  }
}
@media (max-width: 768px) {
  footer .top-footer .logo-block {
    margin: 45px 0 20px;
  }
}
@media (max-width: 576px) {
  footer .top-footer .logo-block {
    margin-bottom: 0;
  }
}
footer .top-footer .logo-block:before {
  content: "";
  width: 40%;
  height: 1px;
  background: #e3dcca;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
}
@media (max-width: 1024px) {
  footer .top-footer .logo-block:before {
    width: 30%;
  }
}
@media (max-width: 768px) {
  footer .top-footer .logo-block:before {
    width: 20%;
  }
}
footer .top-footer .logo-block:after {
  content: "";
  width: 40%;
  height: 1px;
  background: #e3dcca;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}
@media (max-width: 1024px) {
  footer .top-footer .logo-block:after {
    width: 30%;
  }
}
@media (max-width: 768px) {
  footer .top-footer .logo-block:after {
    width: 20%;
  }
}
footer .top-footer .logo-block .logo {
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .top-footer .logo-block .logo:hover {
  opacity: 0.7;
}
footer .main-footer {
  background: #f6efdd;
  padding-bottom: 113px;
}
@media (max-width: 1024px) {
  footer .main-footer {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  footer .main-footer {
    padding-bottom: 30px;
  }
}
footer .main-footer .row1215 {
  max-width: 84.8vw;
}
footer .main-footer h5 {
  font-family: "Pluto Cond Bold";
  font-weight: 700;
  color: #3e332e;
  font-weight: 700;
  font-size: 1.484vw;
  letter-spacing: -0.036vw;
  margin-bottom: 2.266vw;
}
@media (max-width: 576px) {
}
@media (max-width: 768px) {
  footer .main-footer h5 {
    font-size: 4.622vw;
    line-height: 5.333vw;
    letter-spacing: -0.111vw;
    margin-bottom: 6.756vw;
    width: 100%;
  }
}
footer .main-footer a {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .main-footer .menu-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .main-footer .menu-block .menu-block-item {
  -webkit-flex-basis: 28%;
  -moz-flex-basis: 28%;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
}
@media (max-width: 768px) {
  footer .main-footer .menu-block .menu-block-item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
}
footer .main-footer .menu-block .item a {
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #3e332e;
  margin-bottom: 1.172vw;
  font-size: 1.25vw;
  display: inline-block;
}
@media (max-width: 768px) {
  footer .main-footer .menu-block .item a {
    font-size: 3.911vw;
    margin-bottom: 2.172vw;
  }
}
footer .main-footer .menu-block .item a:hover {
  color: #6a574f;
}
footer .main-footer .social-block {
  -webkit-flex-basis: 180px;
  -moz-flex-basis: 180px;
  -ms-flex-preferred-size: 180px;
  flex-basis: 180px;
}
@media (max-width: 1024px) {
  footer .main-footer .social-block {
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}
@media (max-width: 768px) {
  footer .main-footer .social-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 576px) {
  footer .main-footer .social-block {
    order: -1;
    margin-bottom: 45px;
  }
  footer .main-footer .social-block .social-links {
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .main-footer .social-block {
    text-align: center;
  }
}
@media (max-width: 576px) {
  footer .main-footer .social-block h5 {
    display: none;
  }
}
footer .main-footer .social-block a {
  color: #3e332e;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  footer .main-footer .social-block a {
    margin-right: 8px;
  }
}
footer .main-footer .social-block a i {
  font-size: 2.25vw;
}
@media (max-width: 768px) {
  footer .main-footer .social-block a i {
    font-size: 4.25vw;
  }
}
@media (max-width: 480px) {
  footer .main-footer .social-block a i {
    font-size: 6.25vw;
  }
}
@media (max-width: 576px) {
}
@media (max-width: 1024px) {
}
footer .main-footer .social-block a:hover {
  color: #6a574f;
}
footer .bottom-footer {
  background: #f6efdd;
}
footer .bottom-footer .copyright {
  border-top: 1px solid #e3dcca;
  text-align: center;
  padding: 55px 0;
  color: #8a8885;
  font-size: 0.938vw;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  footer .bottom-footer .copyright {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  footer .bottom-footer .copyright {
    padding: 30px 0;
  }
}
.home-page .top-block {
  background-color: #f6edd9;
  padding: 10.09375vw 0 18vw;
  min-height: 900px;
  text-align: center;
  background-image: url("../img/svg-top-block.svg");
  background-size: contain;
}
@media (max-width: 1400px) {
  .home-page .top-block {
    min-height: auto;
    padding: 64px 0 200px;
  }
}
.home-page .top-block h1 {
  font-family: "Pluto Cond Medium";
  font-size: 3.57vw;
  letter-spacing: -0.025em;
  font-weight: normal;
  margin: 0.23vw 0 0.21vw;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .home-page .top-block h1 {
    font-size: 4.8828125vw;
    margin: 0.1953125vw 0 1.66015625vw;
  }
}
@media (max-width: 768px) {
  .home-page .top-block h1 {
    font-size: 7.6388888889vw;
    margin: 0 0 3.6111111111vw;
  }
}
.home-page .top-block h4 {
  text-transform: capitalize;
  color: #343338;
  margin: 0 0 3.8520801233vw;
  font-size: 1.67vw;
  padding-bottom: 0;
  font-family: "Pluto Cond Regular";
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .home-page .top-block h4 {
    font-size: 2.34375vw;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .top-block h4 {
    font-size: 4.1666666667vw;
  }
}
.home-page .top-block .btn {
  margin-top: 0;
}
.home-page .showers-block {
  position: relative;
  margin-top: -240px;
  margin-bottom: 100px;
}
@media (max-width: 1400px) {
  .home-page .showers-block {
    margin-top: -140px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-page .showers-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .showers-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .home-page .showers-block {
    margin-bottom: 20px;
  }
}
.home-page .showers-block .background-vector {
  height: auto;
}
@media (max-width: 1400px) {
  .home-page .showers-block .background-vector {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .home-page .showers-block .background-vector {
    top: 45px;
  }
}
.home-page .showers-block > .row {
  width: 100%;
  max-width: 100vw;
}
.home-page .showers-block .showers-items {
  overflow: hidden;
  margin-top: -140px;
}
@media (max-width: 1400px) {
  .home-page .showers-block .showers-items {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    justify-content: stretch;
  }
}
.home-page .showers-block .showers-items .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  transition-timing-function: linear !important;
}
.home-page .showers-block .showers-items .showers-item {
  height: auto;
}
@media (max-width: 1400px) {
  .home-page .showers-block .showers-items .showers-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  .home-page .showers-block .showers-items .showers-item {
    margin-bottom: 20px;
  }
}
.home-page .showers-block .showers-items .showers-item figure {
  text-align: center;
  height: 100%;
}
.home-page .showers-block .showers-items .showers-item figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-page .showers-block .background-experts-block {
  margin-bottom: 55px;
  max-width: 100vw;
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .home-page .showers-block .background-experts-block {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .home-page .showers-block .background-experts-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .home-page .showers-block .background-experts-block {
    margin-bottom: 20px;
  }
}
.home-page .showers-block .experts-block {
  padding: 60px 0 72px;
  text-align: center;
}
@media (max-width: 1024px) {
  .home-page .showers-block .experts-block {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .home-page .showers-block .experts-block {
    padding: 30px 0;
  }
}
@media (max-width: 480px) {
  .home-page .showers-block .experts-block {
    padding: 40px 0 10px;
  }
}
.home-page .showers-block .experts-block .row {
  width: 100%;
  margin: auto;
  max-width: 48.4375vw;
}
@media (max-width: 1024px) {
  .home-page .showers-block .experts-block .row {
    max-width: 68.359375vw;
  }
}
@media (max-width: 720px) {
  .home-page .showers-block .experts-block .row {
    max-width: 85.359375vw;
  }
}
.home-page .showers-block .experts-block .shower-info {
  padding-bottom: 25px;
}
@media (max-width: 480px) {
  .home-page .showers-block .experts-block .shower-info {
    padding-bottom: 15px;
  }
}
.home-page .showers-block .experts-block .shower-info > img {
  position: relative;
  transform: scale(1.2);
}
.home-page .showers-block .experts-block .shower-info .shower-info-text {
  margin: 0 auto;
  letter-spacing: 0.05em;
}
.home-page .showers-block .experts-block .shower-info .shower-info-text h4 {
  font-family: "Pluto Cond Regular";
  font-weight: 400;
  color: #343338;
  font-size: 2.36vw;
  letter-spacing: -0.025em;
}
@media (max-width: 768px) {
  .home-page .showers-block .experts-block .shower-info .shower-info-text h4 {
    font-size: 5.5555555556vw;
  }
}
.home-page .showers-block .experts-block .shower-info .shower-info-text strong {
  background: url("../img/bg-text2.svg") no-repeat center;
  background-size: cover;
  padding: 5px 15px;
}
.home-page .showers-block .experts-block .experts-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 2.37vw 0 0;
}
.home-page .showers-block .experts-block .experts-items > * {
  width: 18%;
  margin: 0 1% 1.2em;
}
@media (max-width: 1024px) {
  .home-page .showers-block .experts-block .experts-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 0;
  }
  .home-page .showers-block .experts-block .experts-items > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
  }
}
.home-page .showers-block .experts-block .experts-items .experts-item figure {
  text-align: center;
}
.home-page .showers-block .experts-block .experts-items .experts-item img {
  width: 6.171875vw;
  height: 6.171875vw;
}
@media (max-width: 1024px) {
  .home-page .showers-block .experts-block .experts-items .experts-item img {
    width: 8.984375vw;
    height: 8.984375vw;
  }
}
@media (max-width: 720px) {
  .home-page .showers-block .experts-block .experts-items .experts-item img {
    width: 16.1111111111vw;
    height: 16.1111111111vw;
  }
}
.home-page .steam-shower {
  position: relative;
  display: none !important;
}
.home-page .steam-shower .background-vector {
  top: 3px;
}
.home-page .steam-shower .row {
  width: 1500px;
}
.home-page .steam-shower .row:before {
  content: "";
  background: url("../img/learn.svg") no-repeat center center / contain;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 50%;
  width: 337.07px;
  height: 256.36px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .home-page .steam-shower .row:before {
    width: 230px;
    height: 180px;
  }
}
.home-page .steam-shower .row:after {
  content: "";
  background: url("../img/luxy.svg") no-repeat center center / contain;
  position: absolute;
  background-size: contain;
  right: 0;
  top: 50%;
  width: 473.81px;
  height: 477.31px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .home-page .steam-shower .row:after {
    width: 280px;
    height: 280px;
  }
}
.home-page .steam-shower .steam-shower-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.home-page .steam-shower .steam-shower-items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 1280px) {
  .home-page .steam-shower .steam-shower-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .home-page .steam-shower .steam-shower-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home-page .steam-shower .steam-shower-items .steam-shower-item {
  text-align: center;
}
.home-page .steam-shower .steam-shower-items .steam-shower-item .btn {
  display: block;
  margin: 0 auto;
  text-transform: capitalize;
  font-size: 1.15vw;
}
@media (max-width: 768px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item .btn {
    font-size: 4.5vw;
    font-family: "Pluto Cond Medium";
  }
}
.home-page .steam-shower .steam-shower-items .steam-shower-item h4 {
  text-transform: capitalize;
  font-size: 2.813vw;
  line-height: 3.438vw;
  position: relative;
  padding: 5px 15px;
  margin-bottom: 10px;
  font-weight: 400;
  display: inline-block;
}
@media (max-width: 1024px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item h4 {
    font-size: 8.711vw;
    line-height: 9.6vw;
  }
}
@media (max-width: 767px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item h4 {
    font-size: 6vw;
  }
}
@media (max-width: 480px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item h4 {
    font-size: 7vw;
  }
}
@media (max-width: 1024px) {
}
.home-page .steam-shower .steam-shower-items .steam-shower-item figure {
  padding: 40px;
  background-size: contain;
  position: relative;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item figure {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item figure {
    padding: 20px;
  }
}
.home-page .steam-shower .steam-shower-items .steam-shower-item.shower-left {
  margin-top: 120px;
}
@media (max-width: 1280px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item.shower-left {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item.shower-left {
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item.shower-left {
    margin-top: 0;
  }
}
.home-page .steam-shower .steam-shower-items .steam-shower-item.shower-left figure {
  background: url("../img/water.png") no-repeat center center;
}
@media (max-width: 480px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item.shower-left figure {
    background-size: contain;
    background-position: top;
  }
}
.home-page .steam-shower .steam-shower-items .steam-shower-item.shower-left figure img {
  transform: rotate(-7.75deg);
}
@media (max-width: 767px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item.shower-left figure img {
    transform: rotate(-7deg);
  }
}
.home-page .steam-shower .steam-shower-items .steam-shower-item.shower-right {
  margin: 250px 0 100px;
}
@media (max-width: 1280px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item.shower-right {
    margin: 40px 0;
  }
}
@media (max-width: 1024px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item.shower-right {
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item.shower-right {
    margin: 20px 0 10px;
  }
}
.home-page .steam-shower .steam-shower-items .steam-shower-item.shower-right .steam-shower-info {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item.shower-right .steam-shower-info {
    margin-bottom: 15px;
  }
}
.home-page .steam-shower .steam-shower-items .steam-shower-item.shower-right figure {
  background: url("../img/smoke.png") no-repeat center center / contain;
  margin-top: 140px;
}
.home-page .steam-shower .steam-shower-items .steam-shower-item.shower-right figure img {
  transform: rotate(12.75deg);
}
@media (max-width: 767px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item.shower-right figure img {
    transform: rotate(7deg);
  }
}
.home-page .steam-shower .steam-shower-items .steam-shower-item.shower-bottom figure {
  background: url("../img/vozdukha.png") no-repeat center center / contain;
  margin-top: 50px;
}
.home-page .steam-shower .steam-shower-items .steam-shower-item .steam-shower-info {
  position: absolute;
  z-index: 2;
}
@media (max-width: 1280px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item .steam-shower-info {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -khtml-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@media (max-width: 1024px) {
  .home-page .steam-shower .steam-shower-items .steam-shower-item .steam-shower-info {
    position: relative;
  }
}
.home-page .steam-shower-reviews {
  position: relative;
  text-align: center;
  padding: 0 0 210px;
  z-index: 1;
  display: none;
}
@media (max-width: 1024px) {
  .home-page .steam-shower-reviews {
    padding: 0 0 100px;
    margin-bottom: 25vw;
  }
}
@media (max-width: 480px) {
  .home-page .steam-shower-reviews {
    padding: 0 0 60px;
  }
}
.home-page .steam-shower-reviews .background-vector-bottom {
  z-index: -1;
}
.home-page .steam-shower-reviews:before {
  content: "";
  background: url("../img/left-green.png") no-repeat left bottom;
  position: absolute;
  background-size: contain;
  left: 0;
  bottom: -230px;
  width: 450px;
  height: 850px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .home-page .steam-shower-reviews:before {
    width: 250px;
    height: 400px;
    bottom: -60px;
  }
}
@media (max-width: 768px) {
  .home-page .steam-shower-reviews:before {
    width: 150px;
    height: 200px;
    bottom: 40px;
  }
}
.home-page .steam-shower-reviews:after {
  content: "";
  background: url("../img/right-green.png") no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -230px;
  width: 450px;
  height: 850px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .home-page .steam-shower-reviews:after {
    width: 250px;
    height: 400px;
    bottom: -60px;
  }
}
@media (max-width: 768px) {
  .home-page .steam-shower-reviews:after {
    width: 150px;
    height: 200px;
    bottom: 40px;
  }
}
.home-page .steam-shower-reviews .row {
  width: 100%;
  max-width: 53.984375vw;
}
@media (max-width: 1024px) {
  .home-page .steam-shower-reviews .row {
    max-width: 73.2421875vw;
  }
}
@media (max-width: 720px) {
  .home-page .steam-shower-reviews .row {
    max-width: 77.5vw;
  }
}
.home-page .steam-shower-reviews .steam-shower-reviews-box {
  padding: 110px 0 50px 0;
  position: relative;
  margin-bottom: 170px;
  z-index: 1;
}
@media (max-width: 1024px) {
  .home-page .steam-shower-reviews .steam-shower-reviews-box {
    margin-bottom: 80px;
    padding: 50px 0 20px;
  }
}
@media (max-width: 768px) {
  .home-page .steam-shower-reviews .steam-shower-reviews-box {
    margin-bottom: 60px;
    padding: 30px 0 20px;
  }
}
@media (max-width: 480px) {
  .home-page .steam-shower-reviews .steam-shower-reviews-box {
    margin-bottom: 30px;
  }
}
.home-page .steam-shower-reviews .steam-shower-reviews-box:before {
  content: "";
  background: url("../img/q2.svg") no-repeat center center / contain;
  position: absolute;
  background-size: contain;
  left: -30px;
  top: 0;
  width: 179px;
  height: 133px;
  z-index: -1;
}
@media (max-width: 1024px) {
  .home-page .steam-shower-reviews .steam-shower-reviews-box:before {
    width: 130px;
    height: 100px;
    left: 0;
  }
}
@media (max-width: 768px) {
  .home-page .steam-shower-reviews .steam-shower-reviews-box:before {
    width: 100px;
    height: 70px;
  }
}
.home-page .steam-shower-reviews .steam-shower-reviews-box:after {
  content: "";
  background: url("../img/q2.svg") no-repeat center center / contain;
  position: absolute;
  background-size: contain;
  right: 0;
  bottom: 0;
  width: 179px;
  height: 133px;
  transform: rotate(180deg);
  z-index: -1;
}
@media (max-width: 1024px) {
  .home-page .steam-shower-reviews .steam-shower-reviews-box:after {
    width: 130px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .home-page .steam-shower-reviews .steam-shower-reviews-box:after {
    width: 100px;
    height: 70px;
  }
}
.home-page .steam-shower-reviews .steam-shower-reviews-box h3 {
  text-transform: capitalize;
  font-size: 2.890625vw;
  font-weight: 400;
  font-family: 'Pluto Cond Regular', Helvetica, Arial, sans-serif;
}
@media (max-width: 1024px) {
  .home-page .steam-shower-reviews .steam-shower-reviews-box h3 {
    font-size: 4.1015625vw;
  }
}
@media (max-width: 720px) {
  .home-page .steam-shower-reviews .steam-shower-reviews-box h3 {
    font-size: 5.5555555556vw;
  }
}
.home-page .steam-shower-reviews .steam-shower-reviews-info {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.home-page .steam-shower-reviews .steam-shower-reviews-info h4 {
  font-family: "Pluto Cond Medium";
  font-size: 2.34375vw;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .home-page .steam-shower-reviews .steam-shower-reviews-info h4 {
    font-size: 3.41796875vw;
  }
}
@media (max-width: 720px) {
  .home-page .steam-shower-reviews .steam-shower-reviews-info h4 {
    font-size: 4.5833333333vw;
  }
}
.home-page .steam-shower-reviews .steam-shower-reviews-info strong {
  font-weight: 400;
  position: relative;
  background: url("../img/bg-text.svg") no-repeat center;
  background-size: cover;
  padding: 5px 15px;
}
.home-page .bottom-block-box {
  display: none;
  position: relative;
  padding: 218px 0 130px;
}
@media (max-width: 1024px) {
  .home-page .bottom-block-box {
    padding: 150px 0 100px;
  }
}
@media (max-width: 768px) {
  .home-page .bottom-block-box {
    padding: 80px 0;
  }
}
@media (max-width: 480px) {
  .home-page .bottom-block-box {
    padding: 30px 0px;
  }
}
.home-page .bottom-block-box .background-vector-bottom {
  z-index: -3;
  right: -50px;
  top: -250px;
  width: 110%;
  height: 140%;
}
@media (max-width: 768px) {
  .home-page .bottom-block-box .background-vector-bottom {
    top: -200px;
  }
}
@media (max-width: 480px) {
  .home-page .bottom-block-box .background-vector-bottom {
    top: -150px;
  }
}
.home-page .bottom-block-box .row {
  z-index: 1;
}
.home-page .bottom-block-box p {
  font-size: 24px;
  color: #333;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .home-page .bottom-block-box p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .home-page .bottom-block-box p {
    font-size: 18px;
  }
}
.home-page .bottom-block-box .bottom-block-info-right {
  margin: 0 0 -100px auto;
  max-width: 352px;
}
@media (max-width: 768px) {
  .home-page .bottom-block-box .bottom-block-info-right {
    margin: 0 auto;
  }
}
.home-page .bottom-block-box .bottom-block-info-right strong {
  text-shadow: 0px 1px 1px rgba(51, 51, 51, 1);
}
.home-page .bottom-block-box .bottom-block-info-center {
  margin: 10px auto;
  padding-top: 100px;
  text-align: center;
  background: url("../img/pink-block.svg") no-repeat 42%;
  background-size: contain;
}
@media (max-width: 768px) {
  .home-page .bottom-block-box .bottom-block-info-center {
    padding-top: 10px;
  }
}
.home-page .bottom-block-box .bottom-block-info-left {
  margin: 0 auto 0 0;
  max-width: 350px;
}
@media (max-width: 768px) {
  .home-page .bottom-block-box .bottom-block-info-left {
    margin: 0 auto;
  }
}
.background-vector {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
  z-index: 0;
}
.background-vector-bottom {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  object-fit: cover;
  bottom: 0;
  z-index: 0;
  object-position: bottom;
}
.single-product p {
  font-size: 1.25vw;
}
@media (max-width: 768px) {
  .single-product p {
    font-size: 3.911vw;
  }
}
.single-product h4 {
  font-size: 2.34375vw;
  font-weight: 400;
  font-family: 'Pluto Cond Regular', Helvetica, Arial, sans-serif;
}
@media (max-width: 1024px) {
  .single-product h4 {
    font-size: 3.41796875vw;
  }
}
@media (max-width: 720px) {
  .single-product h4 {
    font-size: 4.5833333333vw;
  }
}
.product-top-info {
  position: relative;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.product-top-info p {
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
  padding-bottom: 10px;
}
.product-top-info ul li {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #333;
  padding-bottom: 0;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 1024px) {
  .product-top-info ul li {
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  .product-top-info ul li {
    font-size: 3.911vw;
  }
}
.product-top-info ul li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #333;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 0;
  top: 1.4vw;
}
@media (max-width: 1240px) {
  .product-top-info ul li:before {
    top: 1vw;
  }
}
@media (max-width: 768px) {
  .product-top-info ul li:before {
    top: 3.5vw;
  }
}
.product-top-info .product-top-info-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.product-top-info .product-top-info-items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 1024px) {
  .product-top-info .product-top-info-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .product-top-info .product-top-info-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.product-top-info .product-top-info-items .product-top-info-image {
  position: relative;
  background: linear-gradient(76.7deg, #bbe6f0 10.2%, #56b2cb 88.26%);
  min-height: 18vw;
}
@media (max-width: 1024px) {
  .product-top-info .product-top-info-items .product-top-info-image {
    text-align: center;
    min-height: auto;
  }
}
.product-top-info .product-top-info-items .product-top-info-image .image-blue-block {
  padding-top: 30px;
  margin: 0 30px -10px;
  position: absolute;
  width: 48%;
  bottom: 0;
}
@media (max-width: 1024px) {
  .product-top-info .product-top-info-items .product-top-info-image .image-blue-block {
    margin: 0 auto -10px;
    width: auto;
    position: static;
  }
}
.product-top-info .product-top-info-items .product-top-info-image .background-vector-image {
  position: absolute;
  right: -3px;
  width: auto;
  height: 100%;
}
.product-top-info .product-top-info-items .product-top-info-item p {
  line-height: 1.5;
  padding-bottom: 15px;
}
.product-top-info .product-top-info-items .product-top-info-item h4 {
  text-shadow: 0px 1px 1px rgba(51, 51, 51, 1);
  padding-bottom: 20px;
}
.product-top-info .product-bottom {
  max-width: 1000px;
  margin-left: auto;
  padding-left: 10px;
}
.financing-info-block {
  position: relative;
  text-transform: capitalize;
  padding: 120px 0 100px;
  margin-bottom: 120px;
}
@media (max-width: 1024px) {
  .financing-info-block {
    padding: 80px 0;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .financing-info-block {
    padding: 50px 0;
    margin-bottom: 40px;
  }
}
.financing-info-block .financing-info-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  display: none;
}
@media (max-width: 1024px) {
  .financing-info-block .financing-info-image {
    object-fit: cover;
  }
}
.financing-info-block .financing-info {
  max-width: 60vw;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 1024px) {
  .financing-info-block .financing-info {
    padding: 0 40px;
    max-width: 80vw;
  }
}
@media (max-width: 768px) {
  .financing-info-block .financing-info {
    padding: 0 0;
    max-width: 90vw;
    text-align: center;
  }
}
.financing-info-block .financing-info p {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333;
  line-height: 1.9;
}
.financing-info-block .financing-info h3 {
  font-size: 2.890625vw;
  font-weight: 400;
  font-family: 'Pluto Cond Regular', Helvetica, Arial, sans-serif;
  text-shadow: 0px 1px 1px rgba(51, 51, 51, 1);
}
@media (max-width: 1024px) {
  .financing-info-block .financing-info h3 {
    font-size: 4.1015625vw;
  }
}
@media (max-width: 720px) {
  .financing-info-block .financing-info h3 {
    font-size: 5.5555555556vw;
  }
}
.product-tabs-block {
  padding: 280px 0 470px;
  background-color: #e0ecf7;
  margin-bottom: 30px;
  position: relative;
  background-image: url("../img/background-acc-block.svg");
  background-size: contain;
}
@media (max-width: 1024px) {
  .product-tabs-block {
    padding: 150px 0 300px;
  }
}
@media (max-width: 768px) {
  .product-tabs-block {
    padding: 100px 0 200px;
  }
}
@media (max-width: 480px) {
  .product-tabs-block {
    padding: 70px 0 80px;
  }
}
.product-tabs-block p {
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #333;
  line-height: 1.2 !important;
  font-size: 16px;
}
.product-tabs-block .tabs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .product-tabs-block .tabs {
    margin-bottom: 40px;
  }
}
.product-tabs-block .tab-title {
  font-size: 2.190625vw;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  margin: 0 50px 50px;
  font-weight: 400;
  font-family: 'Pluto Cond Regular', Helvetica, Arial, sans-serif;
  color: #babbbb;
  text-shadow: 0px 1px 1px #babbbb;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  padding: 0 3px 1px;
}
@media (max-width: 1024px) {
  .product-tabs-block .tab-title {
    font-size: 3.5015625vw;
    margin: 0 40px 40px;
  }
}
@media (max-width: 768px) {
  .product-tabs-block .tab-title {
    font-size: 4.5555555556vw;
    margin: 0 30px 30px;
  }
}
@media (max-width: 480px) {
  .product-tabs-block .tab-title {
    font-size: 20px;
    margin: 0 15px 30px;
  }
}
.product-tabs-block .tab-title:hover {
  text-shadow: 0px 1px 1px rgba(51, 51, 51, 1);
  color: #333;
  border-bottom: 3px solid #333;
}
.product-tabs-block .tab-title.active {
  text-shadow: 0px 1px 1px rgba(51, 51, 51, 1);
  color: #333;
  border-bottom: 3px solid #333;
}
.product-tabs-block .tab-content {
  display: none;
}
.product-tabs-block .tab-content.active {
  display: inherit;
}
.product-tabs-block .acc .item {
  position: relative;
  margin-bottom: 100px;
  background: #fff;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}
.product-tabs-block .acc .item:before {
  content: "";
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  height: 40px;
  background-image: url("../img/acc_svg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  z-index: 0;
}
.product-tabs-block .acc .item:after {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  height: 40px;
  background-image: url("../img/acc_svg.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  z-index: 0;
}
.product-tabs-block .acc .item h4 {
  cursor: pointer;
  position: relative;
  padding: 46px 100px 37px 70px;
  text-shadow: 0px 1px 1px rgba(51, 51, 51, 1);
}
@media (max-width: 1024px) {
  .product-tabs-block .acc .item h4 {
    padding: 40px 80px 40px 30px;
  }
}
@media (max-width: 768px) {
  .product-tabs-block .acc .item h4 {
    padding: 30px 60px 30px 20px;
  }
}
@media (max-width: 767px) {
  .product-tabs-block .acc .item h4 {
    padding: 2px 60px 2px 20px;
  }
}
.product-tabs-block .acc .item h4 span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #61473c;
  box-sizing: border-box;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 28px;
}
@media (max-width: 768px) {
  .product-tabs-block .acc .item h4 span {
    width: 36px;
    height: 36px;
    right: 15px;
    top: 42px;
  }
}
@media (max-width: 767px) {
  .product-tabs-block .acc .item h4 span {
    top: 13px;
    z-index: 1;
  }
}
.product-tabs-block .acc .item h4 span:before, .product-tabs-block .acc .item h4 span:after {
  content: "";
  background: #333;
  width: 14px;
  height: 3px;
  position: absolute;
  right: 14px;
  top: 27px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .product-tabs-block .acc .item h4 span:before, .product-tabs-block .acc .item h4 span:after {
    width: 11px;
    height: 2px;
    right: 8px;
    top: 17px;
  }
}
.product-tabs-block .acc .item h4 span:before {
  right: 24px;
  -webkit-transform: rotate(40deg);
  -khtml-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media (max-width: 768px) {
  .product-tabs-block .acc .item h4 span:before {
    right: 15px;
  }
}
.product-tabs-block .acc .item h4 span:after {
  -webkit-transform: rotate(-40deg);
  -khtml-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.product-tabs-block .acc .item h4.active span {
  border: 1px solid transparent;
  box-sizing: border-box;
  background: #61473c;
}
.product-tabs-block .acc .item h4.active span:before {
  background: #e0ecf7;
  top: 24px;
  -webkit-transform: rotate(-40deg);
  -khtml-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
@media (max-width: 768px) {
  .product-tabs-block .acc .item h4.active span:before {
    top: 14px;
  }
}
.product-tabs-block .acc .item h4.active span:after {
  background: #e0ecf7;
  top: 24px;
  -webkit-transform: rotate(40deg);
  -khtml-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media (max-width: 768px) {
  .product-tabs-block .acc .item h4.active span:after {
    top: 14px;
  }
}
.product-tabs-block .acc .item .info {
  display: none;
  padding: 10px 10px 10px 70px;
  position: relative;
}
@media (max-width: 1024px) {
  .product-tabs-block .acc .item .info {
    padding: 10px 10px 10px 30px;
  }
}
@media (max-width: 768px) {
  .product-tabs-block .acc .item .info {
    padding: 10px 10px 10px 20px;
  }
}
.product-tabs-block .acc .item .info .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.product-tabs-block .acc .item .info .info-text {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .product-tabs-block .acc .item .info .info-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.product-tabs-block .acc .item .info figure {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-left: 70px;
  margin-top: -100px;
}
@media (max-width: 1024px) {
  .product-tabs-block .acc .item .info figure {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-left: 30px;
  }
}
@media (max-width: 768px) {
  .product-tabs-block .acc .item .info figure {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.product-tabs-block .acc .item .info figure img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .product-tabs-block .acc .item .info figure img {
    object-fit: contain;
  }
}
@media (max-width: 768px) {
  .product-tabs-block .acc .item .info figure img {
    width: auto;
  }
}
.product-experts {
  width: 100%;
  padding-bottom: 40px;
  position: relative;
  margin: -200px 0 0 0;
}
@media (max-width: 1600px) {
  .product-experts {
    margin: -120px 0 0 0;
  }
}
@media (max-width: 1024px) {
  .product-experts {
    padding-bottom: 30px;
    margin: -85px 0 0 0;
  }
}
@media (max-width: 768px) {
  .product-experts {
    margin: -50px 0 0 0;
  }
}
@media (max-width: 720px) {
  .product-experts {
    padding-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .product-experts {
    margin: 30px 0 0 0;
  }
}
.product-experts .row {
  margin: 0 auto 0;
  max-width: 48.4375vw;
}
@media (max-width: 1024px) {
  .product-experts .row {
    max-width: 68.359375vw;
  }
}
@media (max-width: 720px) {
  .product-experts .row {
    max-width: 85.359375vw;
  }
}
.product-experts .experts-items {
  text-align: center;
}
.product-experts .experts-items .experts-item {
  display: inline-block;
  width: 7vw;
  margin: 0 0.1vw 0.2vw;
}
@media (max-width: 768px) {
  .product-experts .experts-items .experts-item {
    width: 25vw;
    margin: 0 0.5vw 1vw;
  }
}
.product-experts .experts-items .experts-item figure {
  text-align: center;
}
.tabs-block-full-info .tabs-full-info {
  padding: 0;
  list-style: none;
  max-width: 60vw;
  width: 100vw;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2%;
  width: 104%;
  margin: 0 auto;
}
.tabs-block-full-info .tabs-full-info > * {
  width: 21%;
  margin: 0 2% 2.5em;
}
@media (max-width: 767px) {
  .tabs-block-full-info .tabs-full-info {
    max-width: 100vw;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .tabs-block-full-info .tabs-full-info > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
}
.tabs-block-full-info .tabs-full-info div {
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #cdccca;
  background: none;
}
.tabs-block-full-info .tabs-full-info div.active .title, .tabs-block-full-info .tabs-full-info div:hover .title {
  color: #333;
  border-bottom: 3px solid #333;
}
.tabs-block-full-info .tabs-full-info div .img {
  margin-bottom: 8px;
}
.tabs-block-full-info .tabs-full-info div .img svg {
  width: 8.671875vw;
  height: 8.671875vw;
}
@media (max-width: 767px) {
  .tabs-block-full-info .tabs-full-info div .img svg {
    width: 23.671875vw;
    height: 23.671875vw;
  }
}
.tabs-block-full-info .tabs-full-info div .title {
  letter-spacing: -0.025em;
  font-weight: 400;
  font-size: 1.25vw;
  font-family: "Pluto Cond Medium";
  padding-bottom: 6px;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .tabs-block-full-info .tabs-full-info div .title {
    font-size: 1.85546875vw;
  }
}
@media (max-width: 767px) {
  .tabs-block-full-info .tabs-full-info div .title {
    font-size: 3.4722222222vw;
    line-height: 4.8611111111vw;
  }
}
.tabs-block-full-info .tab-content-full-info {
  display: none;
}
.tabs-block-full-info .tab-content-full-info.active {
  display: inherit;
}
.section-watch-video {
  text-align: center;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .section-watch-video {
    padding-bottom: 50px;
  }
}
.section-watch-video .bg-section {
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0 50px;
}
@media (max-width: 1024px) {
  .section-watch-video .bg-section {
    background-size: cover;
  }
}
.section-watch-video .title-video {
  padding: 85px 0 60px;
}
.section-watch-video .video {
  position: relative;
  display: inline-block;
}
.section-watch-video .video img {
  margin: 0 auto;
}
.section-watch-video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  background: rgba(152, 193, 232, 0.85);
  border-radius: 50%;
}
.section-watch-video .play:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 39px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 57%;
}
.financing-info-block {
  margin-top: 100px;
}
.financing-info-block .img-before {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -175px;
}
.receipt-section {
  background: #f2f2f2;
  margin: 75px 0 50px;
  position: relative;
}
@media (max-width: 1023px) {
  .receipt-section {
    padding-bottom: 175px;
  }
}
.receipt-section .receipt-before-after {
  position: absolute;
  left: 0;
  right: 0;
}
.receipt-section .receipt-before-after.receipt-before {
  top: 0;
}
.receipt-section .receipt-before-after.receipt-after {
  bottom: 0;
}
.receipt-section .receipt {
  max-width: 27vw;
  width: 100%;
  border: 1px solid #000;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1023px) {
  .receipt-section .receipt {
    max-width: 100vw;
  }
}
.receipt-section .receipt h4 {
  font-family: "Pluto Cond Bold";
  font-size: 2.7vw;
  padding-bottom: 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .receipt-section .receipt h4 {
    font-size: 5.7vw;
  }
}
.receipt-section .receipt h5 {
  font-size: 1.1vw;
  color: #a5a5a5;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .receipt-section .receipt h5 {
    font-size: 3.1vw;
  }
}
.receipt-section .receipt p {
  font-size: 1.1vw;
  color: #a5a5a5;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .receipt-section .receipt p {
    font-size: 3.1vw;
  }
}
.receipt-section .receipt table {
  margin-bottom: 10px;
}
.receipt-section .receipt table tr > * {
  border-bottom: 1px solid #000;
  font-size: 1.1vw;
  text-transform: capitalize;
  padding: 6px 3px;
}
@media (max-width: 768px) {
  .receipt-section .receipt table tr > * {
    font-size: 3.1vw;
  }
}
.receipt-section .receipt table tr th {
  border-bottom: 3px solid #000;
}
.receipt-section .receipt table tr:nth-child(2) td {
  border-bottom: 2px solid #000;
}
.receipt-section .receipt.top-receipt {
  margin-bottom: 160px;
  margin-left: 50px;
}
@media (max-width: 1023px) {
  .receipt-section .receipt.top-receipt {
    margin-bottom: 50px;
    margin-left: 0px;
  }
}
.receipt-section .receipt.bottom-receipt {
  margin-top: 100px;
  margin-left: 100px;
}
@media (max-width: 1023px) {
  .receipt-section .receipt.bottom-receipt {
    margin: 0 0 50px 0;
  }
}
.receipt-section .info {
  display: none;
}
.receipt-section .acc .item {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 20px;
}
.receipt-section .acc .item .info {
  padding-top: 28px;
  margin-top: 28px;
  border-top: 1px solid #61473c;
}
@media (max-width: 1023px) {
  .receipt-section .acc .item .info {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.receipt-section .acc .item .info p {
  font-size: 0.8vw;
}
@media (max-width: 1023px) {
  .receipt-section .acc .item .info p {
    font-size: 2.8vw;
  }
}
.receipt-section .acc h4 {
  cursor: pointer;
  position: relative;
  text-shadow: 0px 1px 1px rgba(51, 51, 51, 1);
  padding-bottom: 0;
  font-size: 1.56vw;
}
@media (max-width: 1024px) {
  .receipt-section .acc h4 {
    font-size: 4.56vw;
  }
}
.receipt-section .acc h4 span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #61473c;
  box-sizing: border-box;
  background: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 28px;
}
@media (max-width: 768px) {
  .receipt-section .acc h4 span {
    width: 36px;
    height: 36px;
    right: 15px;
    top: 42px;
  }
}
@media (max-width: 767px) {
  .receipt-section .acc h4 span {
    top: 11px;
    z-index: 1;
  }
}
@media (max-width: 400px) {
  .receipt-section .acc h4 span {
    top: 37px;
  }
}
.receipt-section .acc h4 span:before, .receipt-section .acc h4 span:after {
  content: "";
  background: #333;
  width: 14px;
  height: 3px;
  position: absolute;
  right: 14px;
  top: 27px;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .receipt-section .acc h4 span:before, .receipt-section .acc h4 span:after {
    width: 11px;
    height: 2px;
    right: 8px;
    top: 17px;
  }
}
.receipt-section .acc h4 span:before {
  right: 24px;
  -webkit-transform: rotate(40deg);
  -khtml-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media (max-width: 768px) {
  .receipt-section .acc h4 span:before {
    right: 15px;
  }
}
.receipt-section .acc h4 span:after {
  -webkit-transform: rotate(-40deg);
  -khtml-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.receipt-section .acc h4.active span {
  border: 1px solid transparent;
  box-sizing: border-box;
  background: #61473c;
}
.receipt-section .acc h4.active span:before {
  background: #e0ecf7;
  top: 24px;
  -webkit-transform: rotate(-40deg);
  -khtml-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
@media (max-width: 768px) {
  .receipt-section .acc h4.active span:before {
    top: 14px;
  }
}
.receipt-section .acc h4.active span:after {
  background: #e0ecf7;
  top: 24px;
  -webkit-transform: rotate(40deg);
  -khtml-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media (max-width: 768px) {
  .receipt-section .acc h4.active span:after {
    top: 14px;
  }
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  top: 11px;
  width: 70px;
  height: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.people_1 {
  position: absolute;
  top: -3%;
  left: 5%;
}
.people_2 {
  position: absolute;
  top: 0%;
  right: 5%;
}
.people_3 {
  position: absolute;
  top: -3%;
  left: 0%;
}
@media (max-width: 1024px) {
  .people_3 {
    display: none;
  }
}
.people_4 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -3%;
}
@media (max-width: 1024px) {
  .people_4 {
    display: none;
  }
}
.people_5 {
  position: absolute;
  top: -3%;
  right: 0%;
}
@media (max-width: 1024px) {
  .people_5 {
    display: none;
  }
}
.people_6 {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -10%;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper {
  overflow: inherit !important;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-next-arrow, .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-prev-arrow {
  opacity: 1 !important;
  visibility: visible !important;
  background: none !important;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-next-arrow:before {
  content: "";
  background-image: url("../img/slide_right.svg");
  width: 16px;
  height: 13px;
  background-size: 100%;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-prev-arrow:before {
  content: "";
  background-image: url("../img/slide_left.svg");
  width: 16px;
  height: 13px;
  background-size: 100%;
}
.rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider {
  padding: 0px 50px !important;
}
.search-page .tac {
  text-align: center;
}
.search-page .posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.25%;
  width: 102.5%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.search-page .posts > * {
  width: 30.8333333333%;
  margin: 0 1.25% 1.6666666667em;
}
@media (max-width: 1024px) {
  .search-page .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .search-page .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .search-page .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .search-page .posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.search-page .posts .post {
  background: #fff;
  box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.05);
}
.search-page .posts .post a {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #333;
}
.search-page .posts .post a:hover {
  color: #3e332e;
}
.search-page .posts .post .thumb {
  text-align: center;
  display: block;
}
.search-page .posts .post .thumb:hover {
  opacity: 0.7;
}
.search-page .posts .post .thumb img {
  width: 100%;
  object-fit: cover;
  height: 320px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .search-page .posts .post .thumb img {
    height: 240px;
  }
}
.search-page .posts .post .post-info {
  padding: 20px 15px;
}
@media (max-width: 768px) {
  .search-page .posts .post .post-info {
    padding: 20px 10px;
  }
}
.search-page .posts .post .post-info time {
  font-size: 14px;
  margin-bottom: 8px;
  display: inline-block;
}
.search-page .posts .post .post-info .post-text {
  font-size: 15px;
  margin-top: 10px;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.sw-lang {
  position: relative;
  z-index: 999;
  display: inline-block;
}
.sw-lang:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 20px;
}
.sw-lang .sw-icon {
  line-height: 1;
}
.sw-lang .sw-icon svg {
  position: absolute;
  top: 5px;
  left: 0;
}
.sw-lang .sw-icon svg path {
  fill: #fff;
}
.sw-lang .sw-icon span {
  color: #fff;
  font-size: 15px;
  padding-left: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  cursor: pointer;
}
.sw-lang ul {
  list-style-type: none;
  position: absolute;
  top: 35px;
  left: 0;
  width: 135px;
  background: #fff;
  padding: 0;
  border: 1px solid #d9d9d9;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-lang ul li a {
  font-size: 14px;
  color: #666;
  display: block;
  margin: 5px 0;
  padding: 6px 12px 6px 0;
  line-height: 1;
  text-align: left;
}
.sw-lang ul li a img {
  width: 18px;
  margin-left: 8px;
  display: inline-block;
  vertical-align: middle;
}
.sw-lang ul li a span {
  padding-left: 8px;
  display: inline-block;
}
.sw-lang ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.sw-lang:hover ul {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .sw-lang ul {
    left: 50%;
    margin-left: -62.5px;
  }
}
.row_h {
  width: 1140px;
  max-width: 96%;
  margin: 0 auto;
  position: relative;
}
.product-slider {
  position: relative;
  padding: 60px 0 60px;
}
@media (max-width: 1024px) {
  .product-slider {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .product-slider {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .product-slider {
    padding: 50px 0 20px;
    margin-bottom: 30px;
  }
}
.product-slider > .row_h {
  width: 1600px;
}
.product-slider .swiper-button-next, .product-slider .swiper-button-prev {
  top: 243px;
}
.product-slider h2 {
  font-size: 2.813vw;
  margin-bottom: 0.75vw;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .product-slider h2 {
    font-size: 8.711vw;
    margin-bottom: 0;
  }
}
.product-slider .row {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  padding: 0 8%;
}
@media (max-width: 480px) {
  .product-slider .row {
    padding: 0 4%;
  }
}
.product-slider .swiper-container {
  padding: 50px 0 0 0;
}
@media (max-width: 768px) {
  .product-slider .swiper-container {
    padding: 30px 0 0 0;
  }
}
.product-slider .swiper-slide {
  width: 512px;
  background: #f0f0f0;
  border-radius: 20px;
  padding: 70px 30px 30px;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  height: fit-content;
}
@media (max-width: 1024px) {
  .product-slider .swiper-slide {
    padding: 50px 30px 20px;
  }
}
@media (max-width: 768px) {
  .product-slider .swiper-slide {
    padding: 40px 20px 20px;
    width: 320px;
  }
}
@media (max-width: 480px) {
  .product-slider .swiper-slide {
    width: 300px;
  }
}
.product-slider .swiper-slide img {
  margin: 0 auto;
  width: 100%;
  display: block;
  max-height: 18.625vw;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .product-slider .swiper-slide img {
    max-height: 39.733vw;
    margin-bottom: 20px;
  }
}
.product-slider .swiper-slide:nth-child(1n) {
  background: #daeff8;
}
.product-slider .swiper-slide:nth-child(2n) {
  background: #f0f0f0;
}
.product-slider .swiper-slide:nth-child(3n) {
  background: #fff0cd;
}
.product-slider .swiper-slide:nth-child(4n) {
  background: #d9efe9;
}
.product-slider .swiper-slide:nth-child(5n) {
  background: #cfcbe6;
}
.product-slider .swiper-slide .compare-pr-icon {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
}
.product-slider .swiper-slide .compare-pr-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-slider .swiper-slide .compare-pr-icon:hover {
  background: rgba(255, 255, 255, 1);
}
.product-slider .swiper-slide .thumb {
  margin-bottom: 30px;
}
.product-slider .swiper-slide .info {
  position: relative;
  padding: 0 0 0 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-slider .swiper-slide .info h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.484vw;
  letter-spacing: -0.036vw;
  text-align: center;
  color: #333;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .product-slider .swiper-slide .info h3 {
    font-size: 4.622vw;
  }
}
.product-slider .swiper-slide .info h3 a {
  color: #333;
  font-weight: 700;
}
.product-slider .swiper-slide .info-more {
  text-align: center;
  overflow: hidden;
  max-height: 0;
  transition: all 0.9s ease;
  opacity: 0;
  visibility: hidden;
  height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.product-slider .swiper-slide .info-more .btn {
  background-size: cover;
  display: block;
  width: 100%;
}
.product-slider .swiper-slide .info-more .affirm-text {
  font-style: normal;
  font-weight: normal;
  font-size: 1.094vw;
  /* identical to box height */
  text-align: center;
  color: #333;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .product-slider .swiper-slide .info-more .affirm-text {
    font-size: 3.556vw;
  }
}
.product-slider .swiper-slide .info-more .color-var {
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  height: 14px;
}
@media (max-width: 414px) {
  .product-slider .swiper-slide .info-more .color-var {
    margin-bottom: 15px;
  }
}
.product-slider .swiper-slide .info-more .color-var div {
  width: 14px;
  height: 14px;
  position: relative;
  margin: 0 7px;
  border-radius: 50%;
  cursor: pointer;
}
.product-slider .swiper-slide .info-more .color-var div:before {
  content: "";
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #8f8f8f;
  border-radius: 50%;
}
.product-slider .swiper-slide .info-more .color-var div.black {
  background: #212121;
}
.product-slider .swiper-slide .info-more .color-var div.grey {
  background: #8f8f8f;
}
.product-slider .swiper-slide .info-more .color-var div.white {
  background: #fff;
}
.product-slider .swiper-slide .info-more .color-var div.red {
  background: #cc002f;
}
.product-slider .swiper-slide .info-more .color-var.loadind-image {
  visibility: hidden;
  opacity: 0;
}
.product-slider .swiper-slide .info-more .sizes {
  font-style: normal;
  font-weight: normal;
  font-size: 1.094vw;
  line-height: 17px;
  text-align: center;
  color: #909090;
  margin-bottom: 18px;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .product-slider .swiper-slide .info-more .sizes {
    font-size: 3.556vw;
  }
}
.product-slider .swiper-slide .info-more .price {
  padding-bottom: 19px;
  font-size: 1.094vw;
}
@media (max-width: 768px) {
  .product-slider .swiper-slide .info-more .price {
    font-size: 3.556vw;
  }
}
.product-slider .swiper-slide .info-more .price del {
  margin-right: 20px;
}
.product-slider .swiper-slide .info-more .price del bdi {
  font-style: normal;
  font-weight: normal;
  font-size: 1.094vw;
  line-height: 22px;
  text-align: center;
  color: #757575;
}
@media (max-width: 768px) {
  .product-slider .swiper-slide .info-more .price del bdi {
    font-size: 3.556vw;
  }
}
.product-slider .swiper-slide .info-more .price ins {
  text-decoration: none;
}
.product-slider .swiper-slide .info-more .price ins bdi {
  font-family: "Pluto Cond Bold";
  font-weight: 700;
  font-size: 1.094vw;
  line-height: 25px;
  text-align: center;
  color: #333;
}
@media (max-width: 768px) {
  .product-slider .swiper-slide .info-more .price ins bdi {
    font-size: 3.556vw;
  }
}
.product-slider .swiper-slide .info-more.loadind-image .lds-ellipsis {
  visibility: visible;
  opacity: 1;
}
.product-slider .swiper-slide .woocommerce-product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .product-slider .swiper-slide .woocommerce-product-rating {
    margin-bottom: 0;
  }
}
.product-slider .swiper-slide .star-rating {
  margin: 0;
  float: none;
}
.product-slider .swiper-slide .star-rating span::before {
  color: #ffb13b;
}
.product-slider .swiper-slide .woocommerce-review-link {
  font-size: 1.094vw;
  line-height: 20px;
  color: #333;
}
@media (max-width: 768px) {
  .product-slider .swiper-slide .woocommerce-review-link {
    font-size: 3.556vw;
  }
}
@media (max-width: 1024px) {
  .product-slider .swiper-slide.swiper-slide-active .info-more {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    width: 100%;
    height: auto;
  }
}
.product-slider .swiper-slide:hover {
  top: -40px;
}
.product-slider .swiper-slide:hover .info-more {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
  width: 100%;
  height: auto;
}
.product-slider .swiper-slide:hover .wp-post-image {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-slider .swiper-button-next, .product-slider .swiper-button-prev {
  background: #fff;
  border: 1px solid #e2deda;
  border-radius: 50%;
  width: 83px;
  height: 83px;
}
@media (max-width: 1024px) {
  .product-slider .swiper-button-next, .product-slider .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .product-slider .swiper-button-next, .product-slider .swiper-button-prev {
    display: none;
  }
}
.product-slider .swiper-button-next svg, .product-slider .swiper-button-prev svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .product-slider .swiper-button-next svg, .product-slider .swiper-button-prev svg {
    width: 18px;
  }
}
.product-slider .swiper-button-next:after, .product-slider .swiper-button-prev:after {
  display: none;
}
.product-slider .swiper-button-next {
  right: 4.023vw;
}
@media (max-width: 1024px) {
  .product-slider .swiper-button-next {
    right: 30px;
  }
}
.product-slider .swiper-button-prev {
  left: 4.023vw;
}
@media (max-width: 1024px) {
  .product-slider .swiper-button-prev {
    left: 30px;
  }
}
.shop_top {
  min-height: 350px;
  text-align: center;
  background-position: center;
}
@media (max-width: 1024px) {
  .shop_top {
    min-height: 235px;
  }
}
.shop_top .row > div {
  display: inline-block;
}
.shop_top h1 {
  background-image: url("../img/line_shop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 103%;
  overflow: visible;
  padding: 10px 60px;
}
@media (max-width: 767px) {
  .shop_top h1 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .shop_top p {
    font-size: 16px;
    position: relative;
    padding-left: 25px;
    display: inline-block;
    padding-bottom: 0;
  }
  .shop_top p:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 0;
    background: url("../img/uni_true_icon.png");
    width: 19px;
    height: 19px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
.shop_top .woocommerce-breadcrumb {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
@media (max-width: 767px) {
  .shop_top .woocommerce-breadcrumb {
    display: none;
  }
}
.shop_top .woocommerce-breadcrumb a {
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.shop_archive {
  margin: 80px 0 100px;
}
@media (max-width: 1024px) {
  .shop_archive {
    margin: 40px 0 40px;
  }
}
@media (max-width: 767px) {
  .shop_archive {
    margin: 30px 0 30px;
  }
}
@media (max-width: 1600px) {
  .shop_archive .row {
    max-width: 80vw;
  }
}
@media (max-width: 1024px) {
  .shop_archive .row {
    max-width: 96vw;
  }
}
.shop_top_line .catalog_filter {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-bottom: 1px solid #f4f2ef;
  margin-bottom: 30px;
  padding-bottom: 13px;
}
@media (max-width: 1024px) {
  .shop_top_line .catalog_filter {
    margin-bottom: 20px;
  }
}
.shop_top_line .catalog_filter .widget-woof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .shop_top_line .catalog_filter .widget-woof {
    display: block;
  }
}
.shop_top_line .catalog_filter .widget-woof .widget-title {
  font-family: "Pluto";
  background-color: transparent;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
@media (max-width: 1023px) {
  .shop_top_line .catalog_filter .widget-woof .widget-title {
    font-size: 14px;
    line-height: 1.3;
  }
}
.shop_top_line .catalog_filter .widget-woof .woof {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.shop_top_line .catalog_filter .widget-woof .woof_container_product_cat {
  margin: 0;
  padding: 0;
}
.shop_top_line .catalog_filter .widget-woof .woof_submit_search_form_container {
  display: none;
}
.shop_top_line .catalog_filter .widget-woof .woof_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop_top_line .catalog_filter .widget-woof .woof_list > li {
  margin: 0 15px 0 15px !important;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .shop_top_line .catalog_filter .widget-woof .woof_list > li {
    margin: 0 5px 0 5px !important;
  }
}
@media (max-width: 768px) {
  .shop_top_line .catalog_filter .widget-woof .woof_list > li {
    margin: 0 5px 0 0 !important;
  }
}
.shop_top_line .catalog_filter .widget-woof .woof_list > li .woof_radio_term_reset {
  width: 27px;
  height: 22px;
  position: relative;
  top: 2px;
}
.shop_top_line .catalog_filter .widget-woof .woof_list > li .woof_radio_term_reset:before {
  content: "\f00d";
  font-family: "fontawesome-solid";
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #333;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop_top_line .catalog_filter .widget-woof .woof_list > li .woof_radio_term_reset img {
  display: none;
}
.shop_top_line .catalog_filter .widget-woof .woof_list > li .woof_radio_term_reset:hover:before {
  color: #888;
}
.shop_top_line .catalog_filter .widget-woof .woof_list input {
  display: none;
}
.shop_top_line .catalog_filter .widget-woof .woof_list .woof_radio_label {
  font-family: "Pluto Cond Bold";
  font-size: 0.78125vw;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #888;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
@media (min-width: 2048px) {
  .shop_top_line .catalog_filter .widget-woof .woof_list .woof_radio_label {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .shop_top_line .catalog_filter .widget-woof .woof_list .woof_radio_label {
    font-size: 1.5625vw;
  }
}
@media (max-width: 767px) {
  .shop_top_line .catalog_filter .widget-woof .woof_list .woof_radio_label {
    font-size: 3.125vw;
  }
}
@media (max-width: 1023px) {
}
@media (max-width: 768px) {
  .shop_top_line .catalog_filter .widget-woof .woof_list .woof_radio_label {
    margin-left: 0 !important;
    margin-right: 5px !important;
  }
}
.shop_top_line .catalog_filter .widget-woof .woof_list .woof_radio_label:before {
  content: "";
  background: #61473c;
  height: 4px;
  position: absolute;
  left: 0;
  width: 0;
  bottom: -13px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.shop_top_line .catalog_filter .widget-woof .woof_list .woof_radio_label:hover {
  color: #333;
}
.shop_top_line .catalog_filter .widget-woof .woof_list .woof_radio_label:hover:before {
  width: 100%;
}
.shop_top_line .catalog_filter .widget-woof .woof_list .woof_radio_label.woof_radio_label_selected {
  color: #333;
}
.shop_top_line .catalog_filter .widget-woof .woof_list .woof_radio_label.woof_radio_label_selected:before {
  width: 100%;
}
.shop_top_line .catalog_filter .widget-woof .woof_list .woof_radio_label .woof_radio_count {
  display: none;
}
@media (max-width: 767px) {
  .shop_top_line .catalog_filter .shop-filter-desc {
    display: none;
  }
}
.shop_top_line .catalog_filter .shop-filter-mobile {
  display: none;
}
@media (max-width: 767px) {
  .shop_top_line .catalog_filter .shop-filter-mobile {
    display: block;
  }
}
.shop_top_line .catalog_filter .shop-filter-mobile > a {
  position: relative;
  padding: 0 20px 0 0;
  color: #3e332e;
}
.shop_top_line .catalog_filter .shop-filter-mobile > a:before {
  content: "\f107";
  font-family: "fontawesome-solid";
  color: #3e332e;
  font-size: 20px;
  position: absolute;
  top: 3px;
  right: 0;
}
.shop_top_line .woocommerce_catalog_ordering {
  margin: 30px 0;
}
@media (max-width: 1024px) {
  .shop_top_line .woocommerce_catalog_ordering {
    margin: 20px 0;
  }
}
.shop_top_line .woocommerce_catalog_ordering .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .shop_top_line .woocommerce_catalog_ordering .row {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.shop_top_line .woocommerce_catalog_ordering .row:before {
  content: "Shop All";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  font-family: "Pluto Cond Bold";
  font-size: 3.5146484375vw;
  display: none;
}
@media (max-width: 1024px) {
  .shop_top_line .woocommerce_catalog_ordering .row:before {
    display: block;
  }
}
@media (max-width: 767px) {
  .shop_top_line .woocommerce_catalog_ordering .row:before {
    font-size: 5vw;
  }
}
.shop_top_line .woocommerce_catalog_ordering .row > span > span {
  display: inline-block;
  margin: 0 4px;
  font-family: "Pluto";
  font-size: 18px;
  line-height: 22px;
  text-align: right;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #333;
}
@media (max-width: 1024px) {
  .shop_top_line .woocommerce_catalog_ordering .row > span > span {
    display: none;
  }
}
.shop_top_line .woocommerce_catalog_ordering .row svg {
  margin: 0 4px;
}
.shop_top_line .woocommerce_catalog_ordering .select2-container {
  width: auto !important;
}
.shop_top_line .woocommerce_catalog_ordering .select2-container--default .select2-selection--single {
  border: none;
  border-radius: 0;
}
.shop_top_line .woocommerce_catalog_ordering .select2-container .select2-selection--single .select2-selection__rendered {
  font-family: "Pluto Cond Bold";
  padding: 0 !important;
  font-size: 19px;
  line-height: 30px;
  text-align: right;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #333;
  display: inline-block;
}
.shop_top_line .woocommerce_catalog_ordering .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.shop_top_line .woocommerce_catalog_ordering select {
  font-family: "Pluto Cond Bold";
  padding: 0 !important;
  font-size: 19px;
  line-height: 30px;
  text-align: left;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #333;
  display: inline-block;
  width: 160px;
  background: transparent;
}
.shop_top_line .woocommerce-ordering {
  margin: 0;
  float: none;
}
@media (max-width: 767px) {
  .fancybox-slide {
    padding: 0 !important;
  }
}
#shop-filter-mobile {
  width: 100%;
  height: 100%;
  padding: 0;
}
#shop-filter-mobile .widget-title {
  text-align: center;
  background: transparent;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  display: block;
}
#shop-filter-mobile .woof_sid_widget {
  padding: 20px;
}
#shop-filter-mobile .woof_list li {
  margin: 0 3px 10px 3px !important;
}
#shop-filter-mobile .woof_list input[type="radio"] {
  display: none;
}
#shop-filter-mobile .woof_radio_term_reset {
  width: 27px;
  height: 22px;
  position: relative;
  top: 4px;
}
#shop-filter-mobile .woof_radio_term_reset:before {
  content: "\f00d";
  font-family: "fontawesome-solid";
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #333;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#shop-filter-mobile .woof_radio_term_reset img {
  display: none;
}
#shop-filter-mobile .woof_radio_term_reset:hover:before {
  color: #888;
}
#shop-filter-mobile .woof_submit_search_form_container {
  display: none;
}
.archive .select2-search.select2-search--dropdown {
  display: none;
}
.archive .select2-results__options .select2-results__option {
  font-family: "Pluto";
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.04em;
  text-transform: capitalize;
  color: #333;
}
.products-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.products-items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1023px) {
  .products-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .products-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 767px) {
  .products-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .products-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.products-items .product-item {
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.products-items .product-item .thumb {
  display: block;
  height: 370px;
}
@media (max-width: 460px) {
  .products-items .product-item .thumb {
    height: 220px;
  }
}
@media (max-width: 414px) {
  .products-items .product-item .thumb {
    height: 200px;
  }
}
@media (max-width: 375px) {
  .products-items .product-item .thumb {
    height: 170px;
  }
}
.products-items .product-item .thumb img {
  padding: 60px 20px 40px;
  margin: 0 auto;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -khtml-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 375px) {
  .products-items .product-item .thumb img {
    padding: 43px 20px 30px;
  }
}
.products-items .product-item .compare-pr-icon {
  position: absolute;
  top: 17px;
  right: 17px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .products-items .product-item .compare-pr-icon {
    top: 10px;
    right: 10px;
  }
}
.products-items .product-item .compare-pr-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products-items .product-item .compare-pr-icon:hover {
  background: rgba(255, 255, 255, 1);
}
.products-items .product-item .info {
  height: 100%;
  border-radius: 0 0 12px 12px;
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding: 30px 31px 285px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .products-items .product-item .info {
    padding: 20px 31px 380px;
  }
}
@media (max-width: 767px) {
  .products-items .product-item .info {
    border-bottom: 2px solid #f1efed;
    border-left: 2px solid #f1efed;
    border-right: 2px solid #f1efed;
  }
}
@media (max-width: 640px) {
  .products-items .product-item .info {
    padding: 20px 31px 360px;
  }
}
@media (max-width: 540px) {
  .products-items .product-item .info {
    padding: 20px 31px 300px;
  }
}
@media (max-width: 460px) {
  .products-items .product-item .info {
    padding: 20px 31px 315px;
  }
}
@media (max-width: 414px) {
  .products-items .product-item .info {
    padding: 20px 10px 260px;
  }
}
.products-items .product-item .info h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.484vw;
  letter-spacing: -0.036vw;
  text-align: center;
  color: #333;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .products-items .product-item .info h3 {
    padding-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .products-items .product-item .info h3 {
    font-size: 4.622vw;
  }
}
@media (max-width: 414px) {
  .products-items .product-item .info h3 {
    padding-bottom: 10px;
  }
}
.products-items .product-item .info h3 a {
  color: #333;
  font-weight: 700;
}
.products-items .product-item .info-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 15px 25px;
}
@media (max-width: 414px) {
  .products-items .product-item .info-absolute {
    padding: 20px 15px 15px;
  }
}
.products-items .product-item .info-more {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.products-items .product-item .info-more .btn {
  background-size: cover;
  display: block;
  width: 100%;
  background: #6b5145;
  height: 2.828125vw;
  padding: 6px 10px;
  border-radius: 10px;
  text-transform: initial;
  font-size: 0.94vw;
}
@media (max-width: 1024px) {
  .products-items .product-item .info-more .btn {
    line-height: 2;
    height: auto;
    font-size: initial;
  }
}
@media (max-width: 767px) {
  .products-items .product-item .info-more .btn {
    line-height: 1;
    padding: 11px 10px;
  }
}
@media (max-width: 375px) {
  .products-items .product-item .info-more .btn {
    font-size: 3.4vw;
    line-height: 4.4vw !important;
  }
}
.products-items .product-item .info-more .btn:hover {
  background: #403632;
}
.products-items .product-item .info-more .affirm-text {
  font-style: normal;
  font-weight: normal;
  font-size: 0.794vw;
  text-align: center;
  color: #333;
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .products-items .product-item .info-more .affirm-text {
    font-size: 3vw;
  }
}
@media (max-width: 414px) {
  .products-items .product-item .info-more .affirm-text {
    margin-bottom: 15px;
  }
}
.products-items .product-item .info-more .color-var {
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  height: 14px;
}
@media (max-width: 414px) {
  .products-items .product-item .info-more .color-var {
    margin-bottom: 15px;
  }
}
.products-items .product-item .info-more .color-var div {
  width: 14px;
  height: 14px;
  position: relative;
  margin: 0 7px;
  border-radius: 50%;
  cursor: pointer;
}
.products-items .product-item .info-more .color-var div:before {
  content: "";
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  background: transparent;
  border: 1px solid #8f8f8f;
  border-radius: 50%;
}
.products-items .product-item .info-more .color-var div.black {
  background: #212121;
}
.products-items .product-item .info-more .color-var div.grey {
  background: #8f8f8f;
}
.products-items .product-item .info-more .color-var div.white {
  background: #fff;
}
.products-items .product-item .info-more .color-var div.red {
  background: #cc002f;
}
.products-items .product-item .info-more .color-var.loadind-image {
  visibility: hidden;
  opacity: 0;
}
.products-items .product-item .info-more .sizes {
  font-family: "Pluto Cond Regular";
  font-size: 0.9375672766vw;
  font-style: italic;
  color: #3e332e;
  margin: 18px 0 18px 0;
}
@media (max-width: 768px) {
  .products-items .product-item .info-more .sizes {
    font-size: 3vw;
  }
}
@media (max-width: 540px) {
  .products-items .product-item .info-more .sizes {
    margin: 0px 0 0px 0;
  }
}
@media (max-width: 375px) {
}
.products-items .product-item .info-more .price {
  padding-bottom: 19px;
  font-size: 1.094vw;
}
@media (max-width: 768px) {
  .products-items .product-item .info-more .price {
    font-size: 3.556vw;
  }
}
@media (max-width: 767px) {
  .products-items .product-item .info-more .price {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 414px) {
  .products-items .product-item .info-more .price {
    padding: 5px 0;
  }
}
.products-items .product-item .info-more .price del {
  margin-right: 0px;
}
.products-items .product-item .info-more .price del bdi {
  font-family: "Pluto Cond Bold";
  font-weight: 700;
  font-size: 1.094vw;
  line-height: 22px;
  text-align: center;
  color: #757575;
}
@media (max-width: 768px) {
  .products-items .product-item .info-more .price del bdi {
    font-size: 3.556vw;
  }
}
@media (max-width: 767px) {
  .products-items .product-item .info-more .price del bdi {
    font-size: 4.1666666667vw;
  }
}
.products-items .product-item .info-more .price ins {
  text-decoration: none;
}
.products-items .product-item .info-more .price bdi {
  font-family: "Pluto Cond Bold";
  font-weight: 700;
  font-size: 1.094vw;
  line-height: 25px;
  text-align: center;
  color: #333;
}
@media (max-width: 768px) {
  .products-items .product-item .info-more .price bdi {
    font-size: 3.556vw;
  }
}
@media (max-width: 767px) {
  .products-items .product-item .info-more .price bdi {
    font-size: 4.1666666667vw;
  }
}
.products-items .product-item .info-more.loadind-image .lds-ellipsis {
  visibility: visible;
  opacity: 1;
}
.products-items .product-item .woocommerce-product-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 540px) {
  .products-items .product-item .woocommerce-product-rating {
    display: block;
    text-align: center;
    line-height: 1.3;
  }
}
@media (max-width: 480px) {
  .products-items .product-item .woocommerce-product-rating {
    margin-bottom: 0;
  }
}
.products-items .product-item .star-rating {
  margin: 0;
  float: none;
}
@media (max-width: 540px) {
  .products-items .product-item .star-rating {
    margin: 0 auto 10px;
  }
}
.products-items .product-item .star-rating span::before {
  color: #ffb13b;
}
.products-items .product-item .woocommerce-review-link {
  font-size: 1.094vw;
  line-height: 20px;
  color: #333;
}
@media (max-width: 768px) {
  .products-items .product-item .woocommerce-review-link {
    font-size: 3.556vw;
  }
}
.products-items .product-item:nth-child(1n) .thumb {
  background: #daeff8;
}
.products-items .product-item:nth-child(2n) .thumb {
  background: #f0f0f0;
}
.products-items .product-item:nth-child(3n) .thumb {
  background: #fff0cd;
}
.products-items .product-item:nth-child(4n) .thumb {
  background: #d9efe9;
}
.products-items .product-item:nth-child(5n) .thumb {
  background: #cfcbe6;
}
.products-items .product-item:hover .thumb img {
  transform: scale(1.1);
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.product-single-page {
  margin: 0 0 50px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  float: none;
  width: 30vw;
}
@media (max-width: 1024px) {
  .woocommerce div.product div.images.woocommerce-product-gallery {
    width: 90vw;
    margin: 0 auto;
  }
}
.woocommerce-page div.product div.summary {
  float: none;
  margin: 0;
  margin-bottom: 30px;
  width: 35vw;
}
@media (max-width: 1024px) {
  .woocommerce-page div.product div.summary {
    width: 90vw;
    margin: 0 auto 160px;
  }
}
@media (max-width: 375px) {
  .woocommerce-page div.product div.summary {
    margin: 0 auto 85px;
  }
}
.product-single-page .single-pr {
  background: #f3ecdc;
  padding: 115px 0 310px;
  background-image: url(../img/protein-bk.svg);
  width: 100%;
  max-width: 100%;
  background-position: center bottom -0.078125vw;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-bottom: 22.96875vw;
}
@media (max-width: 1024px) {
  .product-single-page .single-pr {
    padding: 40px 0 40px;
  }
}
.product-single-page .single-pr > .row {
  max-width: 81.25vw;
  width: 79.375vw;
}
@media (max-width: 1024px) {
  .product-single-page .single-pr > .row {
    max-width: 99.5vw;
    width: 90vw;
  }
}
.product-single-page .single-pr > .row .onsale {
  display: none;
}
.product-single-page .woocommerce-product-gallery__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper_wrap {
  position: relative;
  padding: 0 45px;
  margin: 40px 0 0;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper_wrap .swiper-button-next {
  top: 26px;
  width: 16px;
  height: 28px;
  margin: 0;
  right: 5px;
  user-select: none;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper_wrap .swiper-button-next:after {
  display: none;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper_wrap .swiper-button-prev {
  top: 26px;
  width: 16px;
  height: 28px;
  bottom: 5px;
  margin: 0;
  left: 5px;
  user-select: none;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper_wrap .swiper-button-prev:after {
  display: none;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper {
  height: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper .swiper-wrapper {
  position: relative;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper .swiper-slide {
  height: auto !important;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper .swiper-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper .swiper-slide.swiper-slide-thumb-active {
  border-bottom: 3px solid #61473c;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper2 {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper2 .swiper-slide {
  height: 630px;
}
@media (max-width: 1366px) {
  .product-single-page .woocommerce-product-gallery__wrapper .mySwiper2 .swiper-slide {
    height: 410px;
  }
}
@media (max-width: 480px) {
  .product-single-page .woocommerce-product-gallery__wrapper .mySwiper2 .swiper-slide {
    height: 300px;
  }
}
@media (max-width: 375px) {
  .product-single-page .woocommerce-product-gallery__wrapper .mySwiper2 .swiper-slide {
    height: 250px;
  }
}
.product-single-page .woocommerce-product-gallery__wrapper .mySwiper2 .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-single-page div.product div.summary .sale-s-pr {
  background: #7ab36c;
  font-family: "Pluto Condensed Black", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.14em;
  padding: 5px 10px 4px 10px;
  color: #fff;
}
.product-single-page div.product div.summary .product_title {
  margin: 1.09375vw 0 1.09375vw 0;
  letter-spacing: -0.025em;
  font-size: 2.91640625vw;
  font-family: "Pluto Cond Medium";
  color: #333;
}
@media (max-width: 1024px) {
  .product-single-page div.product div.summary .product_title {
    font-size: 4.8828125vw;
    margin: 1.09375vw 0 1.953125vw 0;
  }
}
@media (max-width: 767px) {
  .product-single-page div.product div.summary .product_title {
    font-size: 7.6388888889vw;
    line-height: 10.4166666667vw;
  }
}
.product-single-page div.product div.summary .woocommerce-product-rating {
  margin-bottom: 0;
  margin-right: 70px;
}
@media (max-width: 767px) {
  .product-single-page div.product div.summary .woocommerce-product-rating {
    margin-right: 20px;
  }
}
.product-single-page div.product div.summary .star-rating {
  margin: 0 10px 0 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.product-single-page div.product div.summary .star-rating span strong {
  display: none;
}
.product-single-page div.product div.summary .star-rating span::before {
  color: #ffb13b;
}
.product-single-page div.product div.summary .woocommerce-review-link {
  font-size: 1.25vw;
  font-family: "Pluto Cond Regular";
  line-height: 20px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .product-single-page div.product div.summary .woocommerce-review-link {
    font-size: 2.34375vw;
  }
}
@media (max-width: 767px) {
  .product-single-page div.product div.summary .woocommerce-review-link {
    font-size: 3.5vw;
  }
}
.product-single-page div.product div.summary .det h3 {
  font-family: "Pluto Cond Medium";
  font-weight: 500;
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #333;
  border-bottom: 2px solid #333;
  padding-bottom: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.product-single-page div.product div.summary .det p {
  font-size: 1.25vw;
  font-family: "Pluto Cond Regular";
  color: #3e332e;
  line-height: 2.261875vw;
  text-transform: capitalize;
  color: #333;
}
@media (max-width: 1024px) {
  .product-single-page div.product div.summary .det p {
    font-size: 2.63671875vw;
    line-height: 4.7109375vw;
  }
}
@media (max-width: 767px) {
  .product-single-page div.product div.summary .det p {
    font-size: 3.419444vw;
    line-height: 6.322656vw;
  }
}
.product-single-page div.product div.summary form.cart .item-select {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 1023px) {
  .product-single-page div.product div.summary form.cart .item-select {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}
.product-single-page div.product div.summary form.cart .item-select .label {
  margin-bottom: 10px;
}
.product-single-page div.product div.summary form.cart .item-select .label label {
  font-family: "Pluto Condensed Black";
  font-size: 15px;
  line-height: 19px;
  color: #333;
}
.product-single-page div.product div.summary form.cart .item-select .value {
  position: relative;
}
.product-single-page div.product div.summary form.cart .item-select .value .reset_variations {
  display: none !important;
}
.product-single-page div.product div.summary form.cart .item-select .value svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}
.product-single-page div.product div.summary form.cart .item-select .value select {
  font-family: "Pluto Cond Medium";
  width: 100%;
  height: 52px;
  border: 1px solid #e4e4e4;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #333;
}
.product-single-page div.product div.summary .single_variation_wrap > .woocommerce-variation {
  display: none !important;
}
.product-single-page div.product div.summary .only_left {
  margin: 29px 0 11px;
}
@media (max-width: 460px) {
  .product-single-page div.product div.summary .only_left {
    margin: 5px 0 11px;
  }
}
.product-single-page div.product div.summary .only_left span {
  font-family: "Pluto Condensed Black";
  font-size: 15px;
  line-height: 19px;
  color: #333;
  display: inline-block;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .qib-button {
  display: none;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .btns {
  cursor: pointer;
  background: #61473c;
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  border-radius: 4px;
  margin-bottom: 25px;
}
@media (max-width: 460px) {
  .product-single-page div.product div.summary .woocommerce-variation-add-to-cart .btns {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .btns:hover {
  background-color: #3e332e;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .btns:hover .button {
  background-color: #3e332e !important;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .mytworks_block {
  -webkit-flex-basis: 36%;
  -moz-flex-basis: 36%;
  -ms-flex-preferred-size: 36%;
  flex-basis: 36%;
  text-align: right;
}
@media (max-width: 460px) {
  .product-single-page div.product div.summary .woocommerce-variation-add-to-cart .mytworks_block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: left;
  }
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .mytworks_block p {
  font-family: "Pluto Cond Regular";
  font-size: 0.9vw;
  line-height: 19px;
  color: #333;
  padding: 0;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .mytworks_block p strong {
  display: block;
}
@media (max-width: 460px) {
  .product-single-page div.product div.summary .woocommerce-variation-add-to-cart .mytworks_block p strong {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .product-single-page div.product div.summary .woocommerce-variation-add-to-cart .mytworks_block p {
    font-size: 2.9vw;
  }
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .mytworks_block a {
  color: #3498db;
  text-decoration: underline;
}
@media (max-width: 460px) {
  .product-single-page div.product div.summary .woocommerce-variation-add-to-cart .mytworks_block a {
    line-height: 2;
  }
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart div.quantity {
  display: none !important;
  margin: 0 !important;
  float: none !important;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart div.quantity label {
  display: none;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart div.quantity .qty {
  border-radius: 0 !important;
  background: transparent;
  padding: 0;
  width: 25px;
  border: none;
  font-family: "Pluto Cond Medium";
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .woocommerce-variation-availability {
  display: none !important;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .block-price-single {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 13px;
  text-align: center;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .block-price-single:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  height: 40px;
  width: 1px;
  background: #fff;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .block-price-single p {
  padding: 0;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .block-price-single del {
  display: block;
  line-height: 1;
  color: #f3e4c7;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .block-price-single del span {
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  font-family: "Pluto Cond Medium";
  color: #f3e4c7;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .block-price-single ins {
  display: block;
  text-decoration: none;
  line-height: 1;
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .block-price-single ins span {
  font-size: 1.15vw;
  line-height: 2.15vw;
  text-align: center;
  font-family: "Pluto Cond Medium";
  color: #f3e4c7;
}
@media (max-width: 1024px) {
  .product-single-page div.product div.summary .woocommerce-variation-add-to-cart .block-price-single ins span {
    line-height: 5.06875vw;
    font-size: 2.63671875vw;
  }
}
@media (max-width: 720px) {
  .product-single-page div.product div.summary .woocommerce-variation-add-to-cart .block-price-single ins span {
    line-height: 7.6875vw;
    font-size: 4.1666666667vw;
  }
}
.product-single-page div.product div.summary .woocommerce-variation-add-to-cart .button {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "Pluto Cond Medium";
  background: none;
  font-size: 1.25vw;
  line-height: 20px;
  font-weight: 500;
  padding: 20px 31px;
  text-align: center;
  color: #fefbfb;
}
@media (max-width: 1400px) {
  .product-single-page div.product div.summary .woocommerce-variation-add-to-cart .button {
    padding: 20px 19px;
  }
}
@media (max-width: 1024px) {
  .product-single-page div.product div.summary .woocommerce-variation-add-to-cart .button {
    font-size: 3vw;
  }
}
@media (max-width: 460px) {
  .product-single-page div.product div.summary .woocommerce-variation-add-to-cart .button {
    font-size: 6vw;
  }
}
.product-single-page div.product div.summary .money-guarantee span {
  position: relative;
  padding-left: 2vw;
  color: #3e332e;
  font-family: "Pluto Cond Bold";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.04140625vw;
}
@media (max-width: 1024px) {
  .product-single-page div.product div.summary .money-guarantee span {
    font-size: 3.63671875vw;
    padding-left: 5vw;
  }
}
@media (max-width: 767px) {
  .product-single-page div.product div.summary .money-guarantee span {
    font-size: 4.1666666667vw;
  }
}
@media (max-width: 560px) {
  .product-single-page div.product div.summary .money-guarantee span {
    padding-left: 8vw;
  }
}
@media (max-width: 375px) {
  .product-single-page div.product div.summary .money-guarantee span {
    padding-left: 7vw;
  }
}
.product-single-page div.product div.summary .money-guarantee span:before {
  content: "";
  background-image: url("../img/guarntee.png");
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  height: 1.484375vw;
  width: 1.484375vw;
}
@media (max-width: 1024px) {
  .product-single-page div.product div.summary .money-guarantee span:before {
    height: 3.484375vw;
    width: 3.484375vw;
  }
}
@media (max-width: 767px) {
  .product-single-page div.product div.summary .money-guarantee span:before {
    height: 5.484375vw;
    width: 5.484375vw;
  }
}
@media (max-width: 1024px) {
  .product-single-page .single-pr-desc {
    display: none;
  }
}
.product-single-page .single-pr-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .product-single-page .single-pr-mobile {
    display: block;
  }
  .product-single-page .single-pr-mobile .woocommerce-product-gallery__wrapper .mySwiper_wrap {
    width: 407px;
    max-width: 100%;
    margin: 40px auto;
  }
  .product-single-page .single-pr-mobile .woocommerce-product-gallery__wrapper .mySwiper {
    padding: 0 3px;
  }
  .product-single-page .single-pr-mobile .woocommerce-product-gallery__wrapper .mySwiper .swiper-slide {
    width: 3.4722222222vw !important;
    height: 3.4722222222vw !important;
    border-radius: 50%;
    background: #aa7b57;
  }
  .product-single-page .single-pr-mobile .woocommerce-product-gallery__wrapper .mySwiper .swiper-slide img {
    display: none;
  }
  .product-single-page .single-pr-mobile .woocommerce-product-gallery__wrapper .mySwiper_wrap .swiper-button-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
  }
  .product-single-page .single-pr-mobile .woocommerce-product-gallery__wrapper .mySwiper_wrap .swiper-button-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
  }
  .product-single-page .single-pr-mobile .woocommerce-product-gallery__wrapper .mySwiper .swiper-slide.swiper-slide-thumb-active {
    border: none;
    background: #685247;
  }
}
@media (max-width: 375px) and (max-width: 375px) {
  .product-single-page .single-pr-mobile .woocommerce-product-gallery__wrapper .mySwiper_wrap {
    margin: 30px auto 30px;
  }
}
body.single-product .qib-button.qib-button-wrapper {
  float: none !important;
  margin: 0 !important;
  border-right: 1px solid #fff;
  height: auto !important;
  padding: 0 10px;
}
.qib-button-wrapper button.qib-button {
  border: none !important;
  background: transparent !important;
  color: #fff !important;
  width: auto !important;
  height: auto !important;
}
.qib-button-wrapper div.quantity.wqpmb_quantity {
  height: auto !important;
}
.woocommerce_template_single_rating {
  border-bottom: 0.15625vw solid #e2dbcb;
  margin-bottom: 27px;
  padding-bottom: 0.684375vw;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.woocommerce_template_single_rating .video_single_icon {
  font-size: 1.171875vw;
  font-family: "Pluto Cond Medium";
  line-height: 20px;
  color: #333;
  position: relative;
  padding: 0 0 0 30px;
}
@media (max-width: 1024px) {
  .woocommerce_template_single_rating .video_single_icon {
    font-size: 2.63671875vw;
  }
}
@media (max-width: 767px) {
  .woocommerce_template_single_rating .video_single_icon {
    font-size: 3.1666666667vw;
  }
}
.woocommerce_template_single_rating .video_single_icon span {
  display: inline-block;
  background: #61473c;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -4px;
  left: 0;
}
.woocommerce_template_single_rating .video_single_icon span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 7px solid #e0ecf7;
  border-bottom: 5px solid transparent;
}
.woocommerce-reviews-block .woocommerce-Reviews > .woocommerce-product-rating {
  display: none;
}
.woocommerce-reviews-block .star-rating > span:before {
  color: #8e7256;
}
@media (max-width: 1024px) {
  .woocommerce-reviews-block .row {
    max-width: 90vw;
  }
}
.woocommerce-reviews-block .review-title {
  display: none;
}
.woocommerce-reviews-block .woocommerce-Reviews-title {
  text-align: center;
  font-size: 1.771vw;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .woocommerce-reviews-block .woocommerce-Reviews-title {
    font-size: 4.771vw;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .woocommerce-reviews-block .woocommerce-Reviews-title {
    margin-bottom: 10px;
  }
}
.woocommerce-reviews-block #comments {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce-reviews-block .woocommerce-Reviews-title {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.woocommerce-reviews-block .cr-summaryBox-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 767px) {
  .woocommerce-reviews-block .cr-summaryBox-wrap {
    display: block !important;
  }
  .woocommerce-reviews-block .cr-summaryBox-wrap > div {
    width: 100% !important;
  }
}
.woocommerce-reviews-block .cr-summaryBox-wrap .cr-overall-rating-wrap {
  border: none !important;
  text-align: left !important;
  -webkit-box-pack: flex-start !important;
  -ms-flex-pack: flex-start !important;
  -webkit-justify-content: flex-start !important;
  -moz-justify-content: flex-start !important;
  justify-content: flex-start !important;
  -webkit-box-align: flex-start !important;
  -ms-flex-align: flex-start !important;
  -webkit-align-items: flex-start !important;
  -moz-align-items: flex-start !important;
  align-items: flex-start !important;
}
.woocommerce-reviews-block .cr-summaryBox-wrap .cr-overall-rating-wrap .cr-average-rating {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 3px;
  color: #333 !important;
  font-size: 1.354vw;
}
@media (max-width: 1024px) {
  .woocommerce-reviews-block .cr-summaryBox-wrap .cr-overall-rating-wrap .cr-average-rating {
    margin-bottom: 30px;
  }
}
.woocommerce-reviews-block .cr-summaryBox-wrap .cr-overall-rating-wrap .cr-average-rating-stars {
  font-size: 1.2vw;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .woocommerce-reviews-block .cr-summaryBox-wrap .cr-overall-rating-wrap .cr-average-rating-stars {
    font-size: 4.2vw;
    margin-bottom: 30px;
  }
}
.woocommerce-reviews-block .cr-summaryBox-wrap .cr-overall-rating-wrap .cr-total-rating-count {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  color: #333 !important;
  font-size: 0.781vw;
}
.woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox {
  border: none !important;
}
.woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox #ivole-histogramTable {
  max-width: 450px !important;
}
@media (max-width: 767px) {
  .woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox #ivole-histogramTable {
    max-width: 100% !important;
  }
}
.woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox .ivole-histogramRow td {
  font-size: 1.171875vw !important;
}
@media (max-width: 1024px) {
  .woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox .ivole-histogramRow td {
    font-size: 2.171875vw !important;
  }
}
@media (max-width: 414px) {
  .woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox .ivole-histogramRow td {
    font-size: 4.171875vw !important;
  }
}
.woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox .ivole-histogramCell1 {
  font-size: 1.171875vw !important;
}
.woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox .ivole-histogram-a {
  color: #8e7256 !important;
  font-size: 1.171875vw !important;
}
@media (max-width: 1024px) {
  .woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox .ivole-histogram-a {
    font-size: 3.171875vw !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox .ivole-histogram-a {
    font-size: 5.171875vw !important;
  }
}
.woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox .ivole-meter {
  height: 0.4vw;
  background: #f0f0f0 !important;
  background: -webkit-linear-gradient(top, #eee, #f0f0f0) !important;
  background: linear-gradient(to bottom, #eee, #f0f0f0) !important;
  background-color: #f0f0f0 !important;
  box-shadow: none !important;
}
.woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox .ivole-meter .ivole-meter-bar {
  background: #8e7256 !important;
  background: -webkit-linear-gradient(top, #8e7256, #8e7256) !important;
  background: linear-gradient(to bottom, #8e7256, #8e7256) !important;
  background-color: #8e7256 !important;
  box-shadow: none !important;
}
.woocommerce-reviews-block .cr-summaryBox-wrap .ivole-summaryBox .ivole-meter .ivole-meter-bar:before {
  display: none;
}
.woocommerce-reviews-block .cr-ajax-reviews-cus-images-div {
  -webkit-flex-basis: 20vw;
  -moz-flex-basis: 20vw;
  -ms-flex-preferred-size: 20vw;
  flex-basis: 20vw;
}
@media (max-width: 1023px) {
  .woocommerce-reviews-block .cr-ajax-reviews-cus-images-div {
    -webkit-flex-basis: 100vw;
    -moz-flex-basis: 100vw;
    -ms-flex-preferred-size: 100vw;
    flex-basis: 100vw;
  }
}
.woocommerce-reviews-block .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-title {
  display: none;
}
.woocommerce-reviews-block .cr-ajax-reviews-cus-images-div .cr-ajax-reviews-cus-images-div2 {
  white-space: inherit !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}
.woocommerce-reviews-block .cr-ajax-reviews-cus-images-div div.iv-comment-image-top {
  width: 6vw;
  height: 4vw;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .woocommerce-reviews-block .cr-ajax-reviews-cus-images-div div.iv-comment-image-top {
    width: 15vw;
    height: 10vw;
  }
}
.woocommerce-reviews-block .cr-ajax-reviews-cus-images-div div.iv-comment-image-top img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.woocommerce-reviews-block #reviews .cr-summaryBox-wrap .cr-average-rating {
  font-size: 2.8125vw !important;
  line-height: 2.8125vw !important;
}
@media (max-width: 1024px) {
  .woocommerce-reviews-block #reviews .cr-summaryBox-wrap .cr-average-rating {
    font-size: 5.126953125vw !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-reviews-block #reviews .cr-summaryBox-wrap .cr-average-rating {
    font-size: 9.3055555556vw !important;
  }
}
.woocommerce-reviews-block #reviews .cr-summaryBox-wrap .cr-total-rating-count, .woocommerce-reviews-block .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count, .woocommerce-reviews-block .ivole-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
  font-size: 1.25vw !important;
  line-height: 1.25vw !important;
}
@media (max-width: 1024px) {
  .woocommerce-reviews-block #reviews .cr-summaryBox-wrap .cr-total-rating-count, .woocommerce-reviews-block .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count, .woocommerce-reviews-block .ivole-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
    font-size: 2.34375vw !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-reviews-block #reviews .cr-summaryBox-wrap .cr-total-rating-count, .woocommerce-reviews-block .cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count, .woocommerce-reviews-block .ivole-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
    font-size: 3.8194444444vw !important;
  }
}
.woocommerce-reviews-block .cr-ajax-reviews-cus-images-modal-cont {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.woocommerce-reviews-block .cr-ajax-search {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: none !important;
}
.woocommerce-reviews-block .cr-review-tags-filter {
  display: none !important;
}
.woocommerce-reviews-block .cr-ajax-reviews-sort-div {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.woocommerce-reviews-block .cr-ajax-reviews-sort-div button.cr-ajax-reviews-add-review {
  position: relative;
  font-size: 1.25vw !important;
  line-height: 1.5625vw !important;
  text-align: center !important;
  letter-spacing: 0.05em !important;
  color: #5f5f5f !important;
  font-family: Pluto;
  border: none !important;
  border-radius: 0 !important;
  padding: 15px 30px 15px 55px !important;
  background: -webkit-linear-gradient(top, transperent, transperent) !important;
  background: linear-gradient(to bottom, transperent, transperent) !important;
  background-image: url("../img/write_review_line.png") !important;
  background-position: center !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  margin: 0 !important;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .woocommerce-reviews-block .cr-ajax-reviews-sort-div button.cr-ajax-reviews-add-review {
    line-height: 8.7890625vw !important;
    font-size: 2.34375vw !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-reviews-block .cr-ajax-reviews-sort-div button.cr-ajax-reviews-add-review {
    font-size: 3.4722222222vw !important;
  }
}
.woocommerce-reviews-block .cr-ajax-reviews-sort-div button.cr-ajax-reviews-add-review:before {
  content: "";
  background-image: url("../img/write_review.png");
  width: 1vw;
  height: 1vw;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 27px;
}
@media (max-width: 1024px) {
  .woocommerce-reviews-block .cr-ajax-reviews-sort-div button.cr-ajax-reviews-add-review:before {
    width: 3vw;
    height: 3vw;
  }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0 0 10px;
  padding: 0;
}
@media (max-width: 414px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin: 0 0 10px 80px;
  }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
  font-family: "Pluto Cond Bold";
  font-weight: 700;
  font-size: 1.25vw;
  color: #333;
}
@media (max-width: 1024px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    font-size: 3.25vw;
  }
}
@media (max-width: 767px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__author {
    font-size: 5.25vw;
  }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__dash {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__verified {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
  font-size: 1.25vw;
}
@media (max-width: 1024px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    font-size: 2.34375vw;
  }
}
@media (max-width: 1024px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta .woocommerce-review__published-date {
    font-size: 3.3333333333vw;
  }
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 60px;
  border-radius: 50%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 80px;
}
@media (max-width: 414px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 0;
  }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
  font-size: 1.2vw;
  float: none;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-bottom: 10px;
}
@media (max-width: 414px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating {
    margin-left: 80px;
    font-size: 4.2vw;
  }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
  font-family: Pluto;
  font-size: 1.25vw;
  color: #333;
}
@media (max-width: 1024px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
    font-size: 2.2vw;
  }
}
@media (max-width: 1023px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
    font-size: 3vw;
  }
}
@media (max-width: 1023px) {
  .woocommerce #reviews #comments ol.commentlist li .comment-text .description p {
    font-size: 4vw;
  }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description .cr-comment-image-text {
  display: none;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr {
  background: linear-gradient(to bottom, #fff, #fff) !important;
  box-shadow: none !important;
  border: none !important;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body {
  font-family: Pluto;
  font-size: 0.781vw;
  color: #333;
  overflow: visible !important;
}
@media (max-width: 1024px) {
  #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body {
    font-size: 1.2vw;
  }
}
@media (max-width: 1023px) {
  #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body {
    font-size: 3vw;
  }
}
.cr-reviews-slider {
  padding: 0 15px 15px !important;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main div.cr-ajax-reviews-slide-main img {
  max-width: 350px !important;
  max-height: 340px !important;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
  width: 300px !important;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav {
  background-color: transparent !important;
}
.woocommerce div.product form.cart .variations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 460px) {
  .woocommerce div.product form.cart .variations {
    margin-bottom: 0 !important;
  }
}
.woocommerce div.product form.cart .variations .variations-single-items {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .variations .variations-single-items {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.woocommerce div.product form.cart .variations div.swatch-label {
  background: #fff;
  border-radius: 2px;
  padding: 0.7vw 1vw 0.7vw 0.7vw;
  font-family: "Pluto Cond Medium";
  font-size: 0.95vw;
  line-height: 23px;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #333;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .woocommerce div.product form.cart .variations div.swatch-label {
    padding: 1.7vw 1vw 1.7vw 4vw;
    font-size: 1.95vw;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .variations div.swatch-label {
    font-size: 3.6vw;
    padding: 1.7vw 1vw 1.7vw 7vw;
  }
}
.woocommerce div.product form.cart .variations div.swatch-label:after {
  content: "";
  right: 1vw;
  background-image: url("../img/swatch-icon.svg");
  width: 10px;
  height: 5px;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  -moztransform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
}
.woocommerce div.product form.cart .variations div.swatch-label:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0.8vw;
  width: 0.9vw;
  height: 0.9vw;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .woocommerce div.product form.cart .variations div.swatch-label:before {
    left: 1.3vw;
    width: 1.9vw;
    height: 1.9vw;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .variations div.swatch-label:before {
    left: 1.5vw;
    width: 3.9vw;
    height: 3.9vw;
  }
}
.woocommerce div.product form.cart .variations div.swatch-label[data-color="BlackBlack"]:before {
  background: #000;
}
.woocommerce div.product form.cart .variations div.swatch-label[data-color="Black"]:before {
  background: #000;
}
.woocommerce div.product form.cart .variations div.swatch-label[data-color="Grey"]:before {
  background: #808080;
}
.woocommerce div.product form.cart .variations div.swatch-label[data-color="GreyGrey"]:before {
  background: #808080;
}
.woocommerce div.product form.cart .variations div.swatch-label[data-color="Red"]:before {
  background: red;
}
.woocommerce div.product form.cart .variations div.swatch-label[data-color="RedRed"]:before {
  background: red;
}
.woocommerce div.product form.cart .variations div.swatch-label[data-color="White"]:before {
  background: white;
  border: 1px solid #000;
}
.woocommerce div.product form.cart .variations div.swatch-label[data-color="WhiteWhite"]:before {
  background: white;
  border: 1px solid #000;
}
.woocommerce div.product form.cart .variations div.swatch-label.active:after {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moztransform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.woocommerce div.product form.cart .variations div.swatch-label.attribute_pa_finish_picker_label {
  padding: 0.7vw 1vw 0.7vw 2.4vw;
}
@media (max-width: 1024px) {
  .woocommerce div.product form.cart .variations div.swatch-label.attribute_pa_finish_picker_label {
    padding: 1.7vw 1vw 1.6vw 3.7vw;
    font-size: 1.95vw;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .variations div.swatch-label.attribute_pa_finish_picker_label {
    font-size: 3.6vw;
    padding: 1.7vw 1vw 1.7vw 7vw;
  }
}
.woocommerce div.product form.cart .variations .label {
  display: block;
  margin-bottom: 0px;
}
.woocommerce div.product form.cart .variations .label label {
  font-family: "Pluto Cond Regular";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.85vw;
}
@media (max-width: 1024px) {
  .woocommerce div.product form.cart .variations .label label {
    font-size: 3.85vw;
  }
}
.woocommerce div.product form.cart .variations .value {
  position: relative;
}
.woocommerce div.product form.cart .variations .value .reset_variations {
  display: none !important;
}
.woocommerce div.product form.cart .variations .value .swatch-control {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 10px;
  z-index: 9;
  display: none;
}
@media (max-width: 1024px) {
  .woocommerce div.product form.cart .variations .value .swatch-control {
    padding: 1vw;
  }
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper {
  float: none;
  margin: 0;
  border: none !important;
  padding: 0 !important;
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper.selected {
  border: none !important;
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper.selected a {
  background-color: #f6f4e6 !important;
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper a {
  text-indent: inherit !important;
  color: #3e332e !important;
  width: 100% !important;
  display: block;
  padding: 0.6vw 1vw 0.6vw 1vw;
  height: auto !important;
  position: relative;
  background-color: transparent !important;
  font-family: "Pluto Cond Regular";
  font-size: 0.9vw;
  line-height: 23px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper a {
    padding: 1.6vw 1vw 1.6vw 2.7vw;
    font-size: 1.9vw;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper a {
    padding: 1.6vw 1vw 1.6vw 7vw;
    font-size: 3.6vw;
  }
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper a:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 6px;
  width: 0.9vw;
  height: 0.9vw;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper a:before {
    left: 0.3vw;
    width: 1.9vw;
    height: 1.9vw;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper a:before {
    left: 1.5vw;
    width: 3.9vw;
    height: 3.9vw;
  }
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper a:hover {
  background-color: #f6f4e6 !important;
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper[data-value="black"] a:before {
  background: #000;
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper[data-value="grey"] a:before {
  background: #808080;
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper[data-value="red"] a:before {
  background: red;
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper[data-value="blue"] a:before {
  background: blue;
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper[data-value="white"] a:before {
  background: white;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper[data-value="white"] a:before {
    left: 1.5vw;
    width: 3.9vw;
    height: 3.9vw;
  }
}
.woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper[data-value="WhiteWhite"] a:before {
  background: white;
  border: 1px solid #000;
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .variations .value .swatch-control .swatch-wrapper[data-value="WhiteWhite"] a:before {
    left: 1.5vw;
    width: 3.9vw;
    height: 3.9vw;
  }
}
.woocommerce div.product form.cart .variations .value .swatch-control#picker_pa_finish .swatch-wrapper a {
  padding: 0.6vw 1vw 0.6vw 1.7vw;
}
@media (max-width: 1024px) {
  .woocommerce div.product form.cart .variations .value .swatch-control#picker_pa_finish .swatch-wrapper a {
    padding: 1.6vw 1vw 1.6vw 2.7vw;
    font-size: 1.9vw;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product form.cart .variations .value .swatch-control#picker_pa_finish .swatch-wrapper a {
    font-size: 3.6vw;
    padding: 1.7vw 1vw 1.7vw 7vw;
  }
}
.acc .item, .accf .item {
  position: relative;
  margin-bottom: 10px;
  clear: both;
}
.acc .item h3, .accf .item h3 {
  font-size: 30px;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding: 10px 30px 10px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc;
}
.acc .item h3 span, .accf .item h3 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 13px;
}
.acc .item h3 span:before, .accf .item h3 span:before, .acc .item h3 span:after, .accf .item h3 span:after {
  content: "";
  background-color: #333;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc .item h3 span:before, .accf .item h3 span:before {
  right: 6px;
  -webkit-transform: rotate(40deg);
  -khtml-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.acc .item h3 span:after, .accf .item h3 span:after {
  -webkit-transform: rotate(-40deg);
  -khtml-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.acc .item h3.active span:before, .accf .item h3.active span:before, .acc .item h3.active span:after, .accf .item h3.active span:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acc .item .info, .accf .item .info {
  display: none;
}
.acc .item .info h4, .accf .item .info h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.acc .item .info a, .accf .item .info a {
  text-decoration: underline;
}
.acc .item .info .text, .accf .item .info .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.acc .item .info .images, .accf .item .info .images {
  -webkit-flex-basis: 210px;
  -moz-flex-basis: 210px;
  -ms-flex-preferred-size: 210px;
  flex-basis: 210px;
}
.acc .item .info .images figure, .accf .item .info .images figure {
  margin-bottom: 45px;
}
.faq-tabs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.faq-tabs .tabs-menu {
  -webkit-flex-basis: 350px;
  -moz-flex-basis: 350px;
  -ms-flex-preferred-size: 350px;
  flex-basis: 350px;
  margin-right: 30px;
  background: #e0ecf7;
  padding: 20px 25px;
}
@media (max-width: 1024px) {
  .faq-tabs .tabs-menu {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 20px;
  }
}
.faq-tabs .tabs-menu li {
  padding: 10px 10px !important;
  color: #333;
  font-size: 20px !important;
  font-weight: 600;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-tabs .tabs-menu li:before {
  display: none;
}
.faq-tabs .tabs-menu li:hover {
  background: #fff;
  color: #333;
}
.faq-tabs .tabs-menu .current {
  background: #fff;
  color: #333;
}
.faq-tabs .tabs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .faq-tabs .tabs-content {
    text-align: center;
  }
}
.faq-tabs .tabs-content .tab-content {
  display: none;
}
.faq-tabs .tabs-content .tab-content.current {
  display: inherit;
}
.page-template-tpl-faq .accf .item {
  margin-bottom: 10px;
}
.page-template-tpl-faq .accf .item h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 15px 30px;
  border: 1px solid #ccc;
  border-radius: 9px;
}
.page-template-tpl-faq .accf .item h3.active {
  color: #333;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
  border-left: 1px solid #ccc;
  border-radius: 9px 9px 0 0;
}
.page-template-tpl-faq .accf .item h3.active span:before, .page-template-tpl-faq .accf .item h3.active span:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page-template-tpl-faq .accf .item .info {
  display: none;
  padding: 0 30px;
  border-top: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-radius: 0 0 9px 9px;
}
.breadcrumbs {
  margin-bottom: 35px;
  padding-bottom: 0;
}
.breadcrumbs span:first-child a {
  margin-left: 0;
}
.breadcrumbs span a {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}
.breadcrumbs span a:hover {
  text-decoration: none;
}
.breadcrumbs span a:hover span {
  color: #302cca;
}
.breadcrumbs span a span {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
.default-page {
  padding: 50px 0 50px;
}
.contact-information {
  margin-bottom: 20px;
}
.contact-information .item {
  flex-basis: 20%;
}
@media (max-width: 1024px) {
  .contact-information .item {
    flex-basis: 100%;
  }
}
.contact-information .item a {
  color: #3e332e;
}
.page-more-content {
  margin-bottom: 50px;
}
.page-more-content .item {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .page-more-content .item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .page-more-content .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 1024px) {
  .page-more-content .item {
    display: block;
  }
}
.page-more-content .item:nth-child(even) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.page-more-content .item:last-child {
  margin-bottom: 0;
}
.page-more-content .item .info, .page-more-content .item figure {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 1024px) {
  .page-more-content .item figure {
    text-align: center;
  }
}
.page-template-tpl-steam-shower-health-benefit .top-info .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.page-template-tpl-steam-shower-health-benefit .top-info .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.page-template-tpl-steam-shower-health-benefit .top-info .item .info {
  margin-right: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-template-tpl-steam-shower-health-benefit .top-info .item .info a {
  text-decoration: underline;
}
.page-template-tpl-steam-shower-health-benefit .top-info .item figure {
  -webkit-flex-basis: 325px;
  -moz-flex-basis: 325px;
  -ms-flex-preferred-size: 325px;
  flex-basis: 325px;
}
.page-title {
  padding-bottom: 40px;
}
#content ul {
  margin-bottom: 20px;
}
#content ul li {
  padding-left: 30px;
  position: relative;
  line-height: 2;
  font-size: 14px;
}
#content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #333;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 50%;
}
.benefits {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.benefits > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .benefits {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .benefits > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .benefits {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .benefits > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.benefits .item {
  margin-bottom: 20px;
  padding: 30px;
  background: #f2f4f7;
}
.benefits .item figure {
  margin-right: 30px;
  -webkit-flex-basis: 60px;
  -moz-flex-basis: 60px;
  -ms-flex-preferred-size: 60px;
  flex-basis: 60px;
}
.benefits .item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.benefits .item h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.benefits .item p {
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 1.5;
}
.guideslider-wrap {
  overflow: hidden;
  position: relative;
  margin: 100px 0 100px;
}
@media (max-width: 1024px) {
  .guideslider-wrap {
    margin: 50px 0 50px;
  }
}
.guideslider-wrap h2 {
  text-align: center;
}
.guideslider-wrap .guideslider .swiper-slide {
  width: 503px;
  height: 503px;
  border-radius: 1.875vw;
}
@media (max-width: 1600px) {
  .guideslider-wrap .guideslider .swiper-slide {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 1280px) {
  .guideslider-wrap .guideslider .swiper-slide {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .guideslider-wrap .guideslider .swiper-slide {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .guideslider-wrap .guideslider .swiper-slide {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .guideslider-wrap .guideslider .swiper-slide {
    width: 300px;
    height: 300px;
  }
}
.guideslider-wrap .swiper-button-next, .guideslider-wrap .swiper-button-prev {
  right: 4.414vw;
  height: 4.375vw;
  width: 4.375vw;
  border-radius: 50%;
  border: 4px solid #e6e2df;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  z-index: 1;
  background-size: 1.602vw;
}
@media (max-width: 767px) {
  .guideslider-wrap .swiper-button-next, .guideslider-wrap .swiper-button-prev {
    display: none;
  }
}
.guideslider-wrap .swiper-button-next {
  right: 4.414vw;
}
.guideslider-wrap .swiper-button-next:after {
  content: "";
  background-image: url("../img/homepage-right.svg");
  background-size: 1.602vw;
  background-repeat: no-repeat;
  background-position: center;
  width: 41px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.guideslider-wrap .swiper-button-prev {
  left: 4.414vw;
}
.guideslider-wrap .swiper-button-prev:after {
  content: "";
  background-image: url("../img/homepage-left.svg");
  background-size: 1.602vw;
  background-repeat: no-repeat;
  background-position: center;
  width: 41px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#content {
  margin: 50px auto 100px;
}
.why_maya_inside {
  text-align: center;
}
.why_maya_inside .whykos_title {
  color: #3e332e;
  background-image: url(../img/why-maya.svg);
  background-position: left 7px top 5px;
  display: inline-block;
  background-size: 95%;
  font-size: 3.7136706136vw;
  font-family: "Pluto Condensed Black", Helvetica, Arial, sans-serif;
  background-repeat: no-repeat;
  padding: 0px 2.171875vw;
}
@media (max-width: 1024px) {
  .why_maya_inside .whykos_title {
    font-size: 4.8828125vw;
    margin: 0 0 2.05078125vw;
  }
}
@media (max-width: 768px) {
  .why_maya_inside .whykos_title {
    font-size: 7.6388888889vw;
    background-position: center;
    background-size: 100% 100%;
  }
}
.why_maya_inside .whykos_content {
  width: 100%;
  clear: both;
  overflow: hidden;
  max-width: 77.5026910657vw;
  margin: auto;
  padding-top: 1.6684607104vw;
  line-height: 2.0452099031vw;
}
.why_maya_inside .why_maya_testi {
  width: 100%;
  clear: both;
  overflow: hidden;
  max-width: 78.125vw;
  margin: auto;
  background-size: 10.3125vw auto;
  padding-top: 2.3681377826vw;
}
.why_maya_inside .why_maya_testi .why_maya_testi_inside {
  letter-spacing: -0.025em;
  font-family: "Pluto Cond Regular";
  font-size: 2.34375vw;
  width: 100%;
  max-width: 52.96875vw;
  margin: auto;
  text-align: center;
  clear: both;
  overflow: hidden;
  background-image: url(../img/comma-start-brown.svg), url(../img/comma-end-brown.svg);
  background-position: left top, right 4.5875vw bottom;
  background-repeat: no-repeat;
  background-size: 11.40625vw 7.578125vw, 11.40625vw 7.578125vw;
  padding: 4.218138vw 5.192131324vw 4.3681377826vw 5.192131324vw;
}
@media (max-width: 1024px) {
  .why_maya_inside .why_maya_testi .why_maya_testi_inside {
    line-height: 5.078125vw;
    font-size: 3.41796875vw;
    max-width: 68.96875vw;
    background-size: 19.40625vw 8.578125vw, 15.40625vw 8.578125vw;
  }
}
@media (max-width: 768px) {
  .why_maya_inside .why_maya_testi .why_maya_testi_inside {
    font-size: 5.5555555556vw;
    max-width: 100%;
    line-height: 8.1944444444vw;
    background-size: 29.40625vw 13.578125vw, 20.40625vw 12.578125vw;
    padding-top: 8.3333333333vw;
    padding-bottom: 7.2222222222vw;
  }
}
.why_maya_inside .why_maya_other_content {
  width: 100%;
  clear: both;
  overflow: hidden;
  max-width: 76.1571582347vw;
  margin: auto;
  padding-top: 3.0139935414vw;
  line-height: 2.2066738428vw;
}
.why_maya_inside .why_maya_other_content p.final {
  font-family: "Pluto Cond Medium";
  font-size: 1.7222820237vw;
}
@media (max-width: 1024px) {
  .why_maya_inside .why_maya_other_content p.final {
    font-size: 20px;
    padding-bottom: 20px;
    line-height: 3.7109375vw;
  }
}
@media (max-width: 768px) {
  .why_maya_inside .why_maya_other_content p.final {
    font-size: 20px;
    line-height: 6.5277777778vw;
    padding-bottom: 15px;
  }
}
.categories {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .categories {
    margin-bottom: 40px;
  }
}
.categories > .row {
  width: 1360px;
}
.categories > .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.categories .category {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #d9d8db;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  padding: 12px 42px;
  margin: 0 19px 20px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .categories .category {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 0 20px;
  }
}
.categories .category:hover, .categories .category.active {
  color: #1a73e8;
}
.categories .category:last-child {
  margin-right: 0;
}
.videos {
  padding-bottom: 90px;
}
.videos > .row {
  width: 1360px;
}
.videos .videos-block {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.videos .videos-block > * {
  width: 31.8333333333%;
  margin: 0 0.75% 1em;
}
@media (max-width: 1024px) {
  .videos .videos-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.75%;
    width: 101.5%;
  }
  .videos .videos-block > * {
    width: 48.5%;
    margin: 0 0.75% 1.125em;
  }
}
@media (max-width: 768px) {
  .videos .videos-block {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .videos .videos-block > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.videos .videos-block.single {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.75%;
  width: 101.5%;
}
.videos .videos-block.single > * {
  width: 98.5%;
  margin: 0 0.75% 1.5em;
}
.videos .videos-block.single .video .video-preview {
  height: 400px !important;
}
.videos .videos-block.single .video > span {
  display: none;
}
.videos .videos-block .video {
  border-radius: 5px;
  overflow: hidden;
  color: #2d2e33;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 30px;
}
.videos .videos-block .video .video-preview {
  display: block;
  width: 100%;
  height: 283px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  text-align: center;
}
.videos .videos-block .video .video-preview:hover:before {
  background: #1a73e8;
  color: #fff;
  border-color: #fff;
}
.videos .videos-block .video .video-preview:before {
  content: "\f04b";
  font-family: fontawesome-solid;
  position: absolute;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 2px solid #1a73e8;
  font-size: 13px;
  line-height: 43px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.archive-subtitle {
  text-align: center;
  margin: 100px 0 100px;
}
.dealer-faq {
  background: #fff;
  padding: 80px 0 0;
}
@media (max-width: 1024px) {
  .dealer-faq {
    padding: 40px 0;
  }
}
.dealer-faq > .row {
  width: 900px;
  max-width: 96%;
}
.dealer-faq .faq-title {
  color: #211e22;
  font-size: 31px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-bottom: 47px;
}
@media (max-width: 1024px) {
  .dealer-faq .faq-title {
    padding-bottom: 30px;
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .dealer-faq .faq-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .dealer-faq .faq-title {
    font-size: 30px;
  }
}
.dealer-faq .arrow-link {
  color: #3e332e;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
  opacity: 1;
}
.dealer-faq .arrow-link:hover {
  opacity: 0.7;
}
.dealer-faq .arrow-link:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: #3e332e;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  left: calc(100% + 10px);
}
.dealer-faq .arrow-link:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #3e332e;
  border-right: 2px solid #3e332e;
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: calc(100% + 40px);
  top: 9px;
}
.dealer-faq .acc {
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .dealer-faq .acc {
    margin-bottom: 30px;
  }
}
.dealer-faq .acc .item {
  position: relative;
  margin-bottom: 10px;
}
.dealer-faq .acc .item h6 {
  color: #211e22;
  line-height: 1.6;
  padding: 14px 24px 14px 8px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #a6a6a6;
}
@media (max-width: 768px) {
  .dealer-faq .acc .item h6 {
    font-weight: 700;
  }
}
.dealer-faq .acc .item h6 span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.dealer-faq .acc .item h6 span:before, .dealer-faq .acc .item h6 span:after {
  content: "";
  background-color: #000;
  width: 8px;
  height: 3px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dealer-faq .acc .item h6 span:before {
  right: 5px;
  -webkit-transform: rotate(40deg);
  -khtml-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.dealer-faq .acc .item h6 span:after {
  -webkit-transform: rotate(-40deg);
  -khtml-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
@media (max-width: 1024px) {
  .dealer-faq .acc .item h6 span {
    right: 5px;
  }
}
.dealer-faq .acc .item h6.active span:before, .dealer-faq .acc .item h6.active span:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.dealer-faq .acc .item .info {
  display: none;
  padding: 17px 45px 17px 19px;
  text-align: left;
  color: #211e22;
}
@media (max-width: 1024px) {
  .dealer-faq .acc .item .info {
    text-align: center;
  }
}
.wrap-become-page-form form .flex-item {
  -webkit-flex-basis: 49.5%;
  -moz-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .wrap-become-page-form form .flex-item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.wrap-become-page-form .tac {
  text-align: center;
}
.wrap-become-page-form .form-control-file {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 1px;
  outline: none;
  opacity: 0;
  cursor: pointer;
  z-index: 99;
}
.wrap-become-page-form .wpcf7-form-control-wrap.details {
  margin-bottom: 20px;
}
.wrap-become-page-form .your-file {
  position: relative;
  margin-bottom: 15px;
  height: 150px;
}
.wrap-become-page-form .your-file:after {
  content: url(../img/dnd-image.png);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  height: 29px;
  visibility: visible;
}
.wrap-become-page-form .your-file:before {
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  line-height: 150px;
  opacity: 1;
  visibility: visible;
  text-align: center;
  border: 2px dashed #c2c0c5;
  background: #fff;
  overflow: hidden;
  font-family: "SofiaPro";
  font-size: 17px;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu-content {
  padding: 40px 15px;
}
#menu-content .main_nav ul.menu-items > li {
  margin-bottom: 10px;
  width: 100%;
}
#menu-content .main_nav ul.menu-items > li > a {
  font-family: "Pluto";
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
#menu-content .main_nav ul.menu-items > li.arrow > a {
  background-image: url(../img/borderlink.svg);
  position: relative;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 9px;
  padding-right: 16px;
  background-size: 110%;
}
#menu-content .main_nav ul.menu-items > li > .sub-menu {
  margin: 20px 0;
}
#menu-content .main_nav ul.menu-items > li > .sub-menu .category-title {
  padding-left: 25px;
  position: relative;
}
#menu-content .main_nav ul.menu-items > li > .sub-menu .category-title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 1px;
  left: 0;
  background: #333;
}
#menu-content .main_nav ul.menu-items > li > .sub-menu ul {
  margin: 20px 0;
}
#menu-content .main_nav ul.menu-items > li > .sub-menu ul li {
  width: 100%;
  margin-bottom: 10px;
}
#menu-content .main_nav ul.menu-items > li > .sub-menu ul li a figure {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#menu-content .main_nav ul.menu-items > li > .sub-menu ul li a .info-links {
  flex: 1;
}
#menu-content .main_nav ul.menu-items > li > .sub-menu ul li a .info-links span {
  font-family: "Pluto";
  font-size: 15px;
  font-weight: 400;
  color: #333;
}
@media (max-width: 1024px) {
  .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
}
.home-card-wrap {
  padding: 150px 50px;
  margin: 60px 0 80px;
  background: #f4f1ea;
  position: relative;
}
@media (max-width: 768px) {
  .home-card-wrap {
    padding: 30vw 0 5.997vw;
  }
}
.home-card-wrap:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  background-image: url("../img/homepage-WAVE.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: 272px;
}
.home-card-wrap .row {
  max-width: 100%;
}
.home-card-wrap .swiper {
  padding-top: 40px;
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .home-card-wrap .swiper {
    padding-bottom: 70px;
  }
}
.home-card-wrap .home-card-text {
  margin: 30px 20px 0;
}
.home-card-wrap .home-card-text > div {
  flex-basis: 37%;
}
@media (max-width: 1024px) {
  .home-card-wrap .home-card-text > div {
    flex-basis: 100%;
  }
}
.home-card-wrap .home-card-text h2 {
  color: #3e332e;
}
@media (max-width: 768px) {
  .home-card-wrap .home-card-text h2 {
    font-size: 12.777vw;
    line-height: 14.081vw;
    letter-spacing: -0.409vw;
  }
}
.home-card-wrap .home-card-text p {
  color: #3e332e;
}
@media (max-width: 768px) {
  .home-card-wrap .home-card-text p {
    font-size: 5.737vw;
    line-height: 8.344vw;
  }
}
.home-card-wrap .home-card-items {
  align-items: stretch;
  margin-left: 20px;
}
.home-card-wrap .home-card-items .home-card-item {
  border-radius: 1.25vw;
  overflow: hidden;
  position: relative;
  top: 0;
  background: #e0ecf7;
  min-height: 570px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .home-card-wrap .home-card-items .home-card-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-card-wrap .home-card-items .home-card-item {
    border-radius: 7.301vw;
    min-height: 475px;
  }
}
.home-card-wrap .home-card-items .home-card-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #98705f;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.home-card-wrap .home-card-items .home-card-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-card-wrap .home-card-items .home-card-item .card-item-info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4vw 1.563vw 1.719vw;
  z-index: 1;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .home-card-wrap .home-card-items .home-card-item .card-item-info {
    padding: 13vw 7.823vw 10.169vw;
  }
}
.home-card-wrap .home-card-items .home-card-item .card-item-info h3 {
  color: #fff;
}
@media (max-width: 1024px) {
  .home-card-wrap .home-card-items .home-card-item .card-item-info h3 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .home-card-wrap .home-card-items .home-card-item .card-item-info h3 {
    font-size: 10.952vw;
    letter-spacing: -0.306vw;
  }
}
.home-card-wrap .home-card-items .home-card-item .card-item-info p {
  color: #fff;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  padding-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1024px) {
  .home-card-wrap .home-card-items .home-card-item .card-item-info p {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .home-card-wrap .home-card-items .home-card-item .card-item-info p {
    font-size: 4vw;
    line-height: 5vw;
  }
}
.home-card-wrap .home-card-items .home-card-item .card-item-info .btn {
  text-align: center;
  background: #fff;
  color: #684f42;
  font-size: 1.094vw;
  border-radius: 0.781vw;
  font-family: "Pluto Condensed Black";
  width: 100%;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .home-card-wrap .home-card-items .home-card-item .card-item-info .btn {
    font-size: 5.215vw;
    border-radius: 3.651vw;
  }
}
.home-card-wrap .home-card-items .home-card-item:nth-child(2) {
  top: 2.227vw;
}
.home-card-wrap .home-card-items .home-card-item:nth-child(3) {
  top: 1.172vw;
}
.home-card-wrap .home-card-items .home-card-item:nth-child(3) {
  top: 4.688vw;
}
.home-card-wrap .home-card-items .home-card-item:hover {
  transform: translateY(-10px);
  margin-top: -30px;
}
.home-card-wrap .home-card-items .home-card-item:hover:before {
  opacity: 1;
  visibility: visible;
}
.home-card-wrap .home-card-items .home-card-item:hover p {
  opacity: 1;
  visibility: visible;
  max-height: 400px;
  padding-bottom: 20px;
}
.home-card-wrap .home-card-items .home-card-item:hover .btn {
  background: #684f42;
  color: #fff;
}
.custom-testimonials {
  margin-bottom: 100px;
}
.custom-testimonials .custom-testimonials-title {
  margin-bottom: 30px;
  text-align: center;
}
.custom-testimonials .custom-testimonials-title h2 {
  margin-bottom: 5.938vw;
  font-size: 2.813vw;
  line-height: 3.438vw;
  text-align: center;
  letter-spacing: -0.079vw;
}
@media (max-width: 1024px) {
  .custom-testimonials .custom-testimonials-title h2 {
    font-size: 8.711vw;
    line-height: 9.6vw;
    letter-spacing: -0.279vw;
    margin-bottom: 9.067vw;
  }
}
.custom-testimonials .swiper-slide {
  padding-bottom: 26.2%;
  border-radius: 1.875vw;
  overflow: hidden;
  align-items: center;
  background: #e0ecf7;
}
@media (max-width: 767px) {
  .custom-testimonials .swiper-slide {
    padding-bottom: 57%;
  }
}
.custom-testimonials .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.custom-testimonials .swiper-slide .video-testi {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.custom-testimonials .swiper-slide .video-testi:before {
  content: "\f144";
  font-size: 80px;
  color: #fff;
  font-family: "fontawesome-solid";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-testimonials .swiper-slide .custom-testimonials-info {
  background: #694f42;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  display: flex;
  text-align: left;
  align-items: center;
  flex-wrap: wrap;
  padding: 2vw;
  transition: ease 0.4s;
  transform: scale(1);
  opacity: 0;
  visibility: hidden;
  border-radius: 1.875vw;
}
@media (max-width: 767px) {
  .custom-testimonials .swiper-slide .custom-testimonials-info {
    padding: 3vw;
  }
}
.custom-testimonials .swiper-slide .custom-testimonials-info > div > div {
  text-align: right;
}
.custom-testimonials .swiper-slide .custom-testimonials-info * {
  color: #fff;
}
.custom-testimonials .swiper-slide .custom-testimonials-info p {
  font-family: "Pluto Condensed Black", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 2.1vw;
  line-height: 2.7vw;
}
@media (max-width: 767px) {
  .custom-testimonials .swiper-slide .custom-testimonials-info p {
    font-size: 5vw;
    line-height: 7vw;
  }
}
.custom-testimonials .swiper-slide:hover .video-testi {
  background: rgba(107, 80, 67, 1);
}
.custom-testimonials .swiper-slide:hover .custom-testimonials-info {
  height: 110%;
  transform: scale(1);
  border-radius: 1.875vw;
  opacity: 1;
  visibility: visible;
}
.custom-testimonials .swiper-button-next, .custom-testimonials .swiper-button-prev {
  background: #fff;
  border: 1px solid #e2deda;
  border-radius: 50%;
  right: 4.414vw;
  height: 4.375vw;
  width: 4.375vw;
}
@media (max-width: 1024px) {
  .custom-testimonials .swiper-button-next, .custom-testimonials .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .custom-testimonials .swiper-button-next, .custom-testimonials .swiper-button-prev {
    display: none;
  }
}
.custom-testimonials .swiper-button-next svg, .custom-testimonials .swiper-button-prev svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-testimonials .swiper-button-next:after, .custom-testimonials .swiper-button-prev:after {
  display: none;
}
.rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-bottom .rtwpvg-slider-wrapper {
  padding: 60px !important;
}
@media (max-width: 1024px) {
  .rtwpvg-has-product-thumbnail .rtwpvg-thumbnail-position-bottom .rtwpvg-slider-wrapper {
    padding: 60px 0px !important;
  }
}
@media (max-width: 1024px) {
  .rtwpvg-images {
    width: 100% !important;
  }
}
