/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
:root {
  --swiper-navigation-size: 40px;
}

@media screen and (max-width: 767px) {
  :root {
    --swiper-navigation-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --swiper-navigation-size: 20px;
  }
}

.section-footer__info {
  padding: 10px 15px;
  color: #fff;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  direction: rtl;
}

.section-footer__info br {
  display: none;
}

@media screen and (max-width: 991px) {
  .section-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 15px;
  }
}

@media screen and (max-width: 575px) {
  .section-footer__info br {
    display: block;
  }
}

.section-footer__info p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.section-footer__info p span:not(:last-child) {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .section-footer__info p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .section-footer__info p span:not(:last-child) {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .section-footer__info p span:nth-child(3) {
    margin-bottom: 3px;
  }
}

.section-footer__info a {
  color: #fff;
}

.vc_custom_1541087287497 {
  display: none !important;
}

.woocommerce-ordering {
  display: none;
}

.shop-loop-head .wd-shop-tools:last-child {
  display: none;
}

ol.wcuf_file_preview_list, .wcuf_file_name, .wcuf_item_cart_image_previews {
  max-height: 400px;
  overflow-y: scroll !important;
}

.wd-logo img {
  max-width: 180px !important;
  width: 100% !important;
}

@media screen and (max-width: 1020px) {
  .wd-logo img {
    max-width: 100px !important;
  }
}

.category-grid-item img {
  margin-right: -70px;
}

/* .wpb_wrapper {
      min-height: 350px;
  }
  .wpb_wrapper .categories-style-masonry {
      height: 100% !important;
  }
  .categories-style-masonry .cat-design-default .wrapp-category {
      min-height: 100%;
  }
  .wd-spacing-10>[class*="col"] {
      height: 100%;
  } */
.section-backdrop {
  background: #000;
  opacity: .4;
  z-index: 497;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.section-modal {
  display: none;
}

.section-modal__backdrop {
  background: #000;
  opacity: .4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  overflow-y: scroll;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  cursor: pointer;
}

.section-modal__backdrop:hover {
  opacity: .7;
}

.section-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  z-index: 501;
  width: 100%;
  max-width: 1000px;
  padding: 15px 25px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 1050px) {
  .section-modal__content {
    max-width: calc(100% - 30px);
  }
}

.section-loop__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) [5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
  -webkit-column-gap: 25px;
  column-gap: 25px;
  row-gap: 40px;
}

@media screen and (max-width: 1400px) {
  .section-loop__row {
    -ms-grid-columns: minmax(0, 1fr) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1199px) {
  .section-loop__row {
    -ms-grid-columns: minmax(0, 250px) [4];
    grid-template-columns: repeat(4, minmax(0, 250px));
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-loop__row {
    -ms-grid-columns: minmax(0, 200px) [3];
    grid-template-columns: repeat(3, minmax(0, 200px));
  }
}

@media screen and (max-width: 700px) {
  .section-loop__row {
    -ms-grid-columns: minmax(0, 250px) [2];
    grid-template-columns: repeat(2, minmax(0, 250px));
  }
}

@media screen and (max-width: 575px) {
  .section-loop__row {
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.section-footer__menu {
  padding: 15px 0;
}

.section-footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-footer__menu li {
  margin-bottom: 0;
}

.section-footer__menu li:not(:last-child) {
  margin-left: 10px;
}

.section-footer__menu a {
  text-decoration: none;
}

.section-footer__menu a:hover {
  color: #00ADEF;
}

.section-slider .swiper-slide {
  min-height: 100vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .section-slider .swiper-slide {
    min-height: 400px;
  }
}

@media screen and (max-width: 576px) {
  .section-slider .swiper-slide {
    min-height: 300px;
  }
}

@media screen and (max-width: 400px) {
  .section-slider .swiper-slide {
    min-height: 200px;
  }
}

.section-taxonomies {
  padding: 0 0 30px;
}

.section-taxonomies__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) [6];
  grid-template-columns: repeat(6, minmax(0, 1fr));
  row-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 1400px) {
  .section-taxonomies__row {
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .section-taxonomies__row {
    -webkit-column-gap: 20px;
    column-gap: 20px;
    -ms-grid-columns: minmax(0, 1fr) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .section-taxonomies__row {
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
  }
}

@media screen and (max-width: 575px) {
  .section-taxonomies__row {
    row-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
  }
}

.section-taxonomies__col {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 400px;
  min-height: 400px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  background: #f7f7f7;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 1400px) {
  .section-taxonomies__col {
    min-height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .section-taxonomies__col {
    max-height: unset;
    min-height: unset;
  }
}

.section-taxonomies__col:hover .section-taxonomies__img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.section-taxonomies__col:hover .section-taxonomies__count {
  bottom: 30px;
}

.section-taxonomies__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  max-height: 330px;
}

.section-taxonomies__img img {
  position: relative;
  margin-right: -70px;
  margin-top: 0;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 1199px) {
  .section-taxonomies__img img {
    margin-right: 0;
  }
}

.section-taxonomies__title {
  font-weight: 600;
  font-size: 19px;
  color: #333333;
  text-align: center;
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .section-taxonomies__title {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .section-taxonomies__title {
    font-size: 19px;
  }
}

@media screen and (max-width: 575px) {
  .section-taxonomies__title {
    font-size: 16px;
  }
}

.section-taxonomies__count {
  position: absolute;
  bottom: -30px;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  color: #8E8E8E;
  font-size: 110%;
}

.section-container {
  margin: 0 auto;
  padding: 0 12px;
}

@media screen and (min-width: 1800px) {
  .section-container {
    max-width: 1770px;
  }
}

.section-advantages {
  padding: 75px 0 75px;
}

@media screen and (max-width: 1400px) {
  .section-advantages {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1199px) {
  .section-advantages {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages {
    padding: 30px 0;
  }
}

.section-advantages .section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1400px) {
  .section-advantages .section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.section-advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1270px;
  width: 100%;
  background: url("./img/line.svg") top 15px center no-repeat;
  background-size: 100% 45%;
}

@media screen and (max-width: 1600px) {
  .section-advantages__row {
    max-width: 1000px;
    background-size: 90% 50%;
  }
}

@media screen and (max-width: 1400px) {
  .section-advantages__row {
    max-width: 1250px;
  }
}

@media screen and (max-width: 800px) {
  .section-advantages__row {
    background-size: 80% 50%;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
  }
}

.section-advantages__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 230px;
  position: relative;
}

.section-advantages__col:nth-child(2) {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .section-advantages__col:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages__col:not(:last-child) {
    margin-bottom: 20px;
  }
}

.section-advantages__icon {
  background: #F7F7F7;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 150px;
  min-width: 150px;
  margin-bottom: 30px;
}

.section-advantages__icon img {
  max-height: 100%;
}

@media screen and (max-width: 800px) {
  .section-advantages__icon {
    margin-bottom: 10px;
    min-width: 120px;
    min-height: 120px;
  }
}

@media screen and (max-width: 600px) {
  .section-advantages__icon {
    min-width: 100px;
    min-height: 100px;
  }
}

@media screen and (max-width: 500px) {
  .section-advantages__icon {
    min-width: unset;
    min-height: unset;
    width: 100%;
    height: 100%;
    max-width: 70px;
    max-height: 70px;
    padding: 10px;
  }
}

.section-advantages__subtitle {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .section-advantages__subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .section-advantages__subtitle {
    font-size: 16px;
  }
}

.section-advantages__subtitle-red {
  color: #EA0068;
}

.section-advantages__subtitle-yellow {
  color: #EADC00;
}

.section-advantages__subtitle-blue {
  color: #00ADEF;
}

.section-advantages__desc {
  margin-top: 10px;
  font-size: 18px;
  line-height: 150%;
  color: #000;
}

@media screen and (max-width: 800px) {
  .section-advantages__desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .section-advantages__desc {
    font-size: 14px;
  }
}

.section-advantages__desc p:last-child {
  margin-bottom: 0;
}

.section-advantages__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 410px;
}

@media screen and (max-width: 1400px) {
  .section-advantages__block {
    max-width: 100%;
    width: 100%;
    margin-top: 25px;
  }
}

.section-advantages__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
}

@media screen and (max-width: 1400px) {
  .section-advantages__title {
    text-align: center;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-advantages__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .section-advantages__title {
    font-size: 22px;
  }
}

.section-advantages__info {
  font-size: 18px;
  margin-bottom: 30px;
}

.section-advantages__info p {
  margin-bottom: 15px;
}

.section-advantages__info p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  .section-advantages__info {
    max-width: 70%;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 991px) {
  .section-advantages__info {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages__info {
    max-width: 100%;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 575px) {
  .section-advantages__info {
    font-size: 16px;
  }
}

#modal-design {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.modal__backdrop {
  background: #000;
  opacity: 0.4;
  height: 100%;
  width: 100%;
}

.modal__close {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  z-index: 2;
}

.modal__container {
  max-width: 800px;
  position: absolute;
  width: 100%;
  z-index: 2;
  background: #fff;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  padding: 50px 12px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 850px) {
  .modal__container {
    width: calc(100% - 30px);
    padding: 30px 12px;
    max-width: 600px;
  }
}

@media screen and (max-width: 500px) {
  .modal__container {
    padding: 15px 5px;
  }
}

.modal__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 850px) {
  .modal__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .modal__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .modal__title {
    font-size: 18px;
  }
}

.modal__desc {
  font-size: 16px;
  line-height: 150%;
  margin-top: 5px;
}

@media screen and (max-width: 575px) {
  .modal__desc {
    font-size: 14px;
  }
}

.modal__desc p:last-child {
  margin-bottom: 0;
}

.modal__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) [2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 30px;
  column-gap: 30px;
  row-gap: 20px;
  margin-top: 40px;
}

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

@media screen and (max-width: 850px) {
  .modal__row {
    -webkit-column-gap: 10px;
    column-gap: 10px;
  }
}

@media screen and (max-width: 575px) {
  .modal__row {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.modal__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin-top: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 850px) {
  .modal__subtitle {
    margin-top: 5px;
    font-size: 18px;
  }
}

.modal__info {
  margin-top: 5px;
  font-size: 16px;
  line-height: 150%;
}

@media screen and (max-width: 850px) {
  .modal__info {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .modal__info {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .modal__info {
    font-size: 12px;
  }
}

.modal__info p:last-child {
  margin-bottom: 0;
}

.button_design {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 150px;
  min-height: 150px;
  max-width: 150px;
  max-height: 150px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .button_design {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
  }
}

@media screen and (max-width: 850px) {
  .button_design {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
  }
}

@media screen and (max-width: 575px) {
  .button_design {
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
  }
}

.button_design img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

.button_design:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.button_more {
  min-height: 76px;
  max-width: 130px;
  width: 100%;
  background: #3D5681;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
  color: #fff;
  font-size: 24px;
  line-height: 150%;
  padding: 0;
}

@media screen and (max-width: 1400px) {
  .button_more {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 991px) {
  .button_more {
    font-size: 20px;
    min-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .button_more {
    font-size: 18px;
    min-height: 40px;
  }
}

.button_more:hover {
  text-decoration: none;
  background: #24334d;
  color: #fff;
}

.product-grid-item .woocommerce_msrp {
  display: none;
}

.product-grid-item .woocommerce_msrp + br {
  display: none;
}

.onsale, .out-of-stock-label {
  border-radius: 100%;
  line-height: 1;
  min-height: 50px;
  min-width: 50px;
  max-height: 50px;
  max-width: 50px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  word-break: break-all;
  letter-spacing: .4px;
  font-weight: 600;
  overflow: hidden;
  background: var(--wd-primary-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.product-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  max-width: unset;
  min-width: unset;
  padding: 5px 10px;
}

.product-grid-item .wd-entities-title {
  padding-bottom: 5px;
  margin-bottom: auto !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wd-hover-icons .wrapp-buttons {
  display: none;
}

.quick-shop-wrapper {
  display: none;
}

.product-grid-item .product-image-link {
  position: relative;
  overflow: visible;
}

.product-grid-item .product-element-top {
  min-height: 198px;
  max-height: 198px;
}

@media screen and (max-width: 1400px) {
  .product-grid-item .product-element-top {
    min-height: unset;
    max-height: unset;
    margin: 0 !important;
  }
}

.owl-item .onsale, .out-of-stock-label {
  top: 0;
  left: 0;
}

.product-image-summary-wrap .onsale, .out-of-stock-label {
  left: unset;
  right: 0;
  top: 0;
  min-height: 70px;
  min-width: 70px;
  max-height: 70px;
  max-width: 70px;
}

@media screen and (max-width: 1199px) {
  .product-image-summary-wrap .onsale, .out-of-stock-label {
    min-height: 50px;
    min-width: 50px;
    max-height: 50px;
    max-width: 50px;
  }
}

.copyrights-wrapper {
  border: none;
}

.modal-enable .woocommerce_msrp {
  display: none;
}

.tabs-layout-tabs .tabs {
  display: none;
}

.shopping-cart-widget-body .wd-scroll-content {
  padding: 10px 15px;
}

#billing_country_field {
  display: none;
}

.wd-checkout-steps li {
  text-shadow: 2px 2px #333 !important;
}

.temp {
  display: none;
}

.cross-sells {
  display: none;
}

#modal_crossell select {
  display: none;
}

#modal_crossell .modal_crossell__title {
  text-align: center;
}

#modal_crossell .modal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto 0;
}

#modal_crossell .modal_crossell__data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) [4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}

@media screen and (max-width: 1050px) {
  #modal_crossell .modal_crossell__data {
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  #modal_crossell .modal_crossell__data {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
  }
}

#modal_crossell .modal_crossell__buy {
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  -webkit-box-shadow: var(--btn-shop-box-shadow);
  box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
  margin-right: 20px;
  position: relative;
}

#modal_crossell .modal_crossell__buy::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

#modal_crossell .modal_crossell__buy:hover {
  color: var(--btn-shop-color-hover);
  -webkit-box-shadow: var(--btn-shop-box-shadow-hover);
  box-shadow: var(--btn-shop-box-shadow-hover);
  background-color: var(--btn-shop-bgcolor-hover);
}

#modal_crossell .loading.modal_crossell__buy::after {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  -webkit-animation: wd-rotate 450ms infinite linear;
  animation: wd-rotate 450ms infinite linear;
}

#modal_crossell .loading.modal_crossell__buy {
  color: transparent;
}

#modal_crossell .modal_crossell__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  padding: 10px;
}

#modal_crossell .modal_crossell__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

#modal_crossell .modal_crossell__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url("./img/ico_added.png") center no-repeat;
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
  background-size: 64px 64px;
  display: none;
  z-index: 3;
}

#modal_crossell .modal_crossell__item:hover::after {
  opacity: 0.08;
}

#modal_crossell .modal_crossell__item-active::after {
  opacity: 0.1;
}

#modal_crossell .modal_crossell__item-active::before {
  display: block;
}

#modal_crossell .modal_crossell__img {
  min-height: 200px;
  width: 100%;
  max-width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#modal_crossell .modal_crossell__name {
  text-align: center;
  margin: 15px 0 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#modal_crossell .modal_crossell__price {
  text-align: center;
  margin: auto 0 0;
}

.product__stickers {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.product__stickers span {
  border-radius: 100%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  text-align: center;
}

:root {
  --swiper-navigation-size: 40px;
}

@media screen and (max-width: 767px) {
  :root {
    --swiper-navigation-size: 30px;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --swiper-navigation-size: 20px;
  }
}

.section-footer__info {
  padding: 10px 15px;
  color: #fff;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  direction: rtl;
}

.section-footer__info br {
  display: none;
}

@media screen and (max-width: 991px) {
  .section-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 15px;
  }
}

@media screen and (max-width: 575px) {
  .section-footer__info br {
    display: block;
  }
}

.section-footer__info p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-footer__info p span:not(:last-child) {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .section-footer__info p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .section-footer__info p span:not(:last-child) {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .section-footer__info p span:nth-child(3) {
    margin-bottom: 3px;
  }
}

.section-footer__info a {
  color: #fff;
}

.vc_custom_1541087287497 {
  display: none !important;
}

.woocommerce-ordering {
  display: none;
}

.shop-loop-head .wd-shop-tools:last-child {
  display: none;
}

ol.wcuf_file_preview_list, .wcuf_file_name, .wcuf_item_cart_image_previews {
  max-height: 400px;
  overflow-y: scroll !important;
}

.wd-logo img {
  max-width: 180px !important;
  width: 100% !important;
}

@media screen and (max-width: 1020px) {
  .wd-logo img {
    max-width: 100px !important;
  }
}

.category-grid-item img {
  margin-right: -70px;
}

/* .wpb_wrapper {
    min-height: 350px;
}
.wpb_wrapper .categories-style-masonry {
    height: 100% !important;
}
.categories-style-masonry .cat-design-default .wrapp-category {
    min-height: 100%;
}
.wd-spacing-10>[class*="col"] {
    height: 100%;
} */
.section-backdrop {
  background: #000;
  opacity: .4;
  z-index: 497;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.section-modal {
  display: none;
}

.section-modal__backdrop {
  background: #000;
  opacity: .4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  overflow-y: scroll;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  cursor: pointer;
}

.section-modal__backdrop:hover {
  opacity: .7;
}

.section-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  z-index: 501;
  width: 100%;
  max-width: 1000px;
  padding: 15px 25px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 1050px) {
  .section-modal__content {
    max-width: calc(100% - 30px);
  }
}

.section-loop__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[5];
      grid-template-columns: repeat(5, minmax(0, 1fr));
  -webkit-column-gap: 25px;
          column-gap: 25px;
  row-gap: 40px;
}

@media screen and (max-width: 1400px) {
  .section-loop__row {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1199px) {
  .section-loop__row {
    -ms-grid-columns: (minmax(0, 250px))[4];
        grid-template-columns: repeat(4, minmax(0, 250px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 30px;
  }
}

@media screen and (max-width: 991px) {
  .section-loop__row {
    -ms-grid-columns: (minmax(0, 200px))[3];
        grid-template-columns: repeat(3, minmax(0, 200px));
  }
}

@media screen and (max-width: 700px) {
  .section-loop__row {
    -ms-grid-columns: (minmax(0, 250px))[2];
        grid-template-columns: repeat(2, minmax(0, 250px));
  }
}

@media screen and (max-width: 575px) {
  .section-loop__row {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.section-footer__menu {
  padding: 15px 0;
}

.section-footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-footer__menu li {
  margin-bottom: 0;
}

.section-footer__menu li:not(:last-child) {
  margin-left: 10px;
}

.section-footer__menu a {
  text-decoration: none;
}

.section-footer__menu a:hover {
  color: #00ADEF;
}

.section-slider .swiper-slide {
  min-height: 100vh;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .section-slider .swiper-slide {
    min-height: 400px;
  }
}

@media screen and (max-width: 576px) {
  .section-slider .swiper-slide {
    min-height: 300px;
  }
}

@media screen and (max-width: 400px) {
  .section-slider .swiper-slide {
    min-height: 200px;
  }
}

.section-taxonomies {
  padding: 0 0 30px;
}

.section-taxonomies__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[6];
      grid-template-columns: repeat(6, minmax(0, 1fr));
  row-gap: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media screen and (max-width: 1400px) {
  .section-taxonomies__row {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .section-taxonomies__row {
    -webkit-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .section-taxonomies__row {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 40px;
            column-gap: 40px;
    row-gap: 40px;
  }
}

@media screen and (max-width: 575px) {
  .section-taxonomies__row {
    row-gap: 15px;
    -webkit-column-gap: 15px;
            column-gap: 15px;
  }
}

.section-taxonomies__col {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 400px;
  min-height: 400px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12);
  background: #f7f7f7;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (max-width: 1400px) {
  .section-taxonomies__col {
    min-height: 300px;
  }
}

@media screen and (max-width: 991px) {
  .section-taxonomies__col {
    max-height: unset;
    min-height: unset;
  }
}

.section-taxonomies__col:hover .section-taxonomies__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.section-taxonomies__col:hover .section-taxonomies__count {
  bottom: 30px;
}

.section-taxonomies__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  max-height: 330px;
}

.section-taxonomies__img img {
  position: relative;
  margin-right: -70px;
  margin-top: 0;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media screen and (max-width: 1199px) {
  .section-taxonomies__img img {
    margin-right: 0;
  }
}

.section-taxonomies__title {
  font-weight: 600;
  font-size: 19px;
  color: #333333;
  text-align: center;
  margin-top: 0;
}

@media screen and (max-width: 1199px) {
  .section-taxonomies__title {
    font-size: 17px;
  }
}

@media screen and (max-width: 991px) {
  .section-taxonomies__title {
    font-size: 19px;
  }
}

@media screen and (max-width: 575px) {
  .section-taxonomies__title {
    font-size: 16px;
  }
}

.section-taxonomies__count {
  position: absolute;
  bottom: -30px;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  color: #8E8E8E;
  font-size: 110%;
}

.section-container {
  margin: 0 auto;
  padding: 0 12px;
}

@media screen and (min-width: 1800px) {
  .section-container {
    max-width: 1770px;
  }
}

.section-advantages {
  padding: 75px 0 75px;
}

@media screen and (max-width: 1400px) {
  .section-advantages {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1199px) {
  .section-advantages {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages {
    padding: 30px 0;
  }
}

.section-advantages .section-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1400px) {
  .section-advantages .section-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1270px;
  width: 100%;
  background: url("./img/line.svg") top 15px center no-repeat;
  background-size: 100% 45%;
}

@media screen and (max-width: 1600px) {
  .section-advantages__row {
    max-width: 1000px;
    background-size: 90% 50%;
  }
}

@media screen and (max-width: 1400px) {
  .section-advantages__row {
    max-width: 1250px;
  }
}

@media screen and (max-width: 800px) {
  .section-advantages__row {
    background-size: 80% 50%;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
  }
}

.section-advantages__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 230px;
  position: relative;
}

.section-advantages__col:nth-child(2) {
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .section-advantages__col:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages__col:not(:last-child) {
    margin-bottom: 20px;
  }
}

.section-advantages__icon {
  background: #F7F7F7;
  -webkit-box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 150px;
  min-width: 150px;
  margin-bottom: 30px;
}

.section-advantages__icon img {
  max-height: 100%;
}

@media screen and (max-width: 800px) {
  .section-advantages__icon {
    margin-bottom: 10px;
    min-width: 120px;
    min-height: 120px;
  }
}

@media screen and (max-width: 600px) {
  .section-advantages__icon {
    min-width: 100px;
    min-height: 100px;
  }
}

@media screen and (max-width: 500px) {
  .section-advantages__icon {
    min-width: unset;
    min-height: unset;
    width: 100%;
    height: 100%;
    max-width: 70px;
    max-height: 70px;
    padding: 10px;
  }
}

.section-advantages__subtitle {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .section-advantages__subtitle {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .section-advantages__subtitle {
    font-size: 16px;
  }
}

.section-advantages__subtitle-red {
  color: #EA0068;
}

.section-advantages__subtitle-yellow {
  color: #EADC00;
}

.section-advantages__subtitle-blue {
  color: #00ADEF;
}

.section-advantages__desc {
  margin-top: 10px;
  font-size: 18px;
  line-height: 150%;
  color: #000;
}

@media screen and (max-width: 800px) {
  .section-advantages__desc {
    font-size: 16px;
  }
}

@media screen and (max-width: 500px) {
  .section-advantages__desc {
    font-size: 14px;
  }
}

.section-advantages__desc p:last-child {
  margin-bottom: 0;
}

.section-advantages__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 410px;
}

@media screen and (max-width: 1400px) {
  .section-advantages__block {
    max-width: 100%;
    width: 100%;
    margin-top: 25px;
  }
}

.section-advantages__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 150%;
}

@media screen and (max-width: 1400px) {
  .section-advantages__title {
    text-align: center;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .section-advantages__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages__title {
    font-size: 26px;
  }
}

@media screen and (max-width: 575px) {
  .section-advantages__title {
    font-size: 22px;
  }
}

.section-advantages__info {
  font-size: 18px;
  margin-bottom: 30px;
}

.section-advantages__info p {
  margin-bottom: 15px;
}

.section-advantages__info p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  .section-advantages__info {
    max-width: 70%;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 991px) {
  .section-advantages__info {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .section-advantages__info {
    max-width: 100%;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 575px) {
  .section-advantages__info {
    font-size: 16px;
  }
}

#modal-design {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}

.modal__backdrop {
  background: #000;
  opacity: 0.4;
  height: 100%;
  width: 100%;
}

.modal__close {
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 20px;
  z-index: 2;
}

.modal__container {
  max-width: 800px;
  position: absolute;
  width: 100%;
  z-index: 2;
  background: #fff;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  padding: 50px 12px;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 850px) {
  .modal__container {
    width: calc(100% - 30px);
    padding: 30px 12px;
    max-width: 600px;
  }
}

@media screen and (max-width: 500px) {
  .modal__container {
    padding: 15px 5px;
  }
}

.modal__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (max-width: 850px) {
  .modal__title {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .modal__title {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .modal__title {
    font-size: 18px;
  }
}

.modal__desc {
  font-size: 16px;
  line-height: 150%;
  margin-top: 5px;
}

@media screen and (max-width: 575px) {
  .modal__desc {
    font-size: 14px;
  }
}

.modal__desc p:last-child {
  margin-bottom: 0;
}

.modal__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[2];
      grid-template-columns: repeat(2, minmax(0, 1fr));
  -webkit-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  margin-top: 40px;
}

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

@media screen and (max-width: 850px) {
  .modal__row {
    -webkit-column-gap: 10px;
            column-gap: 10px;
  }
}

@media screen and (max-width: 575px) {
  .modal__row {
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
    row-gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.modal__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  margin-top: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 850px) {
  .modal__subtitle {
    margin-top: 5px;
    font-size: 18px;
  }
}

.modal__info {
  margin-top: 5px;
  font-size: 16px;
  line-height: 150%;
}

@media screen and (max-width: 850px) {
  .modal__info {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .modal__info {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .modal__info {
    font-size: 12px;
  }
}

.modal__info p:last-child {
  margin-bottom: 0;
}

.button_design {
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 150px;
  min-height: 150px;
  max-width: 150px;
  max-height: 150px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .button_design {
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
  }
}

@media screen and (max-width: 850px) {
  .button_design {
    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;
  }
}

@media screen and (max-width: 575px) {
  .button_design {
    min-width: 60px;
    min-height: 60px;
    max-width: 60px;
    max-height: 60px;
  }
}

.button_design img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

.button_design:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.button_more {
  min-height: 76px;
  max-width: 130px;
  width: 100%;
  background: #3D5681;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  color: #fff;
  font-size: 24px;
  line-height: 150%;
  padding: 0;
}

@media screen and (max-width: 1400px) {
  .button_more {
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 991px) {
  .button_more {
    font-size: 20px;
    min-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .button_more {
    font-size: 18px;
    min-height: 40px;
  }
}

.button_more:hover {
  text-decoration: none;
  background: #24334d;
  color: #fff;
}

.product-grid-item .woocommerce_msrp {
  display: none;
}

.product-grid-item .woocommerce_msrp + br {
  display: none;
}

.onsale, .out-of-stock-label {
  border-radius: 100%;
  line-height: 1;
  min-height: 50px;
  min-width: 50px;
  max-height: 50px;
  max-width: 50px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  word-break: break-all;
  letter-spacing: .4px;
  font-weight: 600;
  overflow: hidden;
  background: var(--wd-primary-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}

.product-grid-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  max-width: unset;
  min-width: unset;
  padding: 5px 10px;
}

.product-grid-item .wd-entities-title {
  padding-bottom: 5px;
  margin-bottom: auto !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.wd-hover-icons .wrapp-buttons {
  display: none;
}

.quick-shop-wrapper {
  display: none;
}

.product-grid-item .product-image-link {
  position: relative;
  overflow: visible;
}

.product-grid-item .product-element-top {
  min-height: 198px;
  max-height: 198px;
}

@media screen and (max-width: 1400px) {
  .product-grid-item .product-element-top {
    min-height: unset;
    max-height: unset;
    margin: 0 !important;
  }
}

.owl-item .onsale, .out-of-stock-label {
  top: 0;
  left: 0;
}

.product-image-summary-wrap .onsale, .out-of-stock-label {
  left: unset;
  right: 0;
  top: 0;
  min-height: 70px;
  min-width: 70px;
  max-height: 70px;
  max-width: 70px;
}

@media screen and (max-width: 1199px) {
  .product-image-summary-wrap .onsale, .out-of-stock-label {
    min-height: 50px;
    min-width: 50px;
    max-height: 50px;
    max-width: 50px;
  }
}

.copyrights-wrapper {
  border: none;
}

.modal-enable .woocommerce_msrp {
  display: none;
}

.tabs-layout-tabs .tabs {
  display: none;
}

.shopping-cart-widget-body .wd-scroll-content {
  padding: 10px 15px;
}

#billing_country_field {
  display: none;
}

.wd-checkout-steps li {
  text-shadow: 2px 2px #333 !important;
}

.temp {
  display: none;
}

.cross-sells {
  display: none;
}

#modal_crossell select {
  display: none;
}

#modal_crossell .modal_crossell__title {
  text-align: center;
}

#modal_crossell .modal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0;
}

#modal_crossell .modal_crossell__data {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[4];
      grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 20px;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

@media screen and (max-width: 1050px) {
  #modal_crossell .modal_crossell__data {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 750px) {
  #modal_crossell .modal_crossell__data {
    -ms-grid-columns: minmax(0, 1fr);
        grid-template-columns: minmax(0, 1fr);
  }
}

#modal_crossell .modal_crossell__buy {
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  -webkit-box-shadow: var(--btn-shop-box-shadow);
          box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
  margin-right: 20px;
  position: relative;
}

#modal_crossell .modal_crossell__buy::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  -webkit-transition: opacity 0s ease;
  transition: opacity 0s ease;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-left-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

#modal_crossell .modal_crossell__buy:hover {
  color: var(--btn-shop-color-hover);
  -webkit-box-shadow: var(--btn-shop-box-shadow-hover);
          box-shadow: var(--btn-shop-box-shadow-hover);
  background-color: var(--btn-shop-bgcolor-hover);
}

#modal_crossell .loading.modal_crossell__buy::after {
  opacity: 1;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  -webkit-animation: wd-rotate 450ms infinite linear;
  animation: wd-rotate 450ms infinite linear;
}

#modal_crossell .loading.modal_crossell__buy {
  color: transparent;
}

#modal_crossell .modal_crossell__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 10px;
}

#modal_crossell .modal_crossell__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: #000;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
}

#modal_crossell .modal_crossell__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url("./img/ico_added.png") center no-repeat;
  -webkit-filter: invert(1) brightness(2);
          filter: invert(1) brightness(2);
  background-size: 64px 64px;
  display: none;
  z-index: 3;
}

#modal_crossell .modal_crossell__item:hover::after {
  opacity: 0.08;
}

#modal_crossell .modal_crossell__item-active::after {
  opacity: 0.1;
}

#modal_crossell .modal_crossell__item-active::before {
  display: block;
}

#modal_crossell .modal_crossell__img {
  min-height: 200px;
  width: 100%;
  max-width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#modal_crossell .modal_crossell__name {
  text-align: center;
  margin: 15px 0 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#modal_crossell .modal_crossell__price {
  text-align: center;
  margin: auto 0 0;
}

.product__stickers {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  gap: 5px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 5px;
  z-index: 3;
}

.product__stickers span {
  border-radius: 100%;
  overflow: hidden;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease .7s;
  transition: all ease .7s;
  text-align: center;
}

.product-images-inner {
  position: relative;
}

.product-images-inner .product__stickers {
  padding: 10px;
}

#big_preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 800;
  background: #FFF;
  display: none;
}

#big_preloader::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./img/big_preloader.svg") center no-repeat;
  background-size: auto;
  content: '';
  z-index: 2;
}






/*0415222 whatsup*/
.wppBtn {
    position: fixed;
    bottom: 90px;
    right: 15px;
    width: 40px;
    height: 40px;
    z-index: 999;
    max-width: 40px;
    max-height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgo8cGF0aCBzdHlsZT0iZmlsbDojNENBRjUwOyIgZD0iTTI1Ni4wNjQsMGgtMC4xMjhsMCwwQzExNC43ODQsMCwwLDExNC44MTYsMCwyNTZjMCw1NiwxOC4wNDgsMTA3LjkwNCw0OC43MzYsMTUwLjA0OGwtMzEuOTA0LDk1LjEwNCAgbDk4LjQtMzEuNDU2QzE1NS43MTIsNDk2LjUxMiwyMDQsNTEyLDI1Ni4wNjQsNTEyQzM5Ny4yMTYsNTEyLDUxMiwzOTcuMTUyLDUxMiwyNTZTMzk3LjIxNiwwLDI1Ni4wNjQsMHoiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZBRkFGQTsiIGQ9Ik00MDUuMDI0LDM2MS41MDRjLTYuMTc2LDE3LjQ0LTMwLjY4OCwzMS45MDQtNTAuMjQsMzYuMTI4Yy0xMy4zNzYsMi44NDgtMzAuODQ4LDUuMTItODkuNjY0LTE5LjI2NCAgQzE4OS44ODgsMzQ3LjIsMTQxLjQ0LDI3MC43NTIsMTM3LjY2NCwyNjUuNzkyYy0zLjYxNi00Ljk2LTMwLjQtNDAuNDgtMzAuNC03Ny4yMTZzMTguNjU2LTU0LjYyNCwyNi4xNzYtNjIuMzA0ICBjNi4xNzYtNi4zMDQsMTYuMzg0LTkuMTg0LDI2LjE3Ni05LjE4NGMzLjE2OCwwLDYuMDE2LDAuMTYsOC41NzYsMC4yODhjNy41MiwwLjMyLDExLjI5NiwwLjc2OCwxNi4yNTYsMTIuNjQgIGM2LjE3NiwxNC44OCwyMS4yMTYsNTEuNjE2LDIzLjAwOCw1NS4zOTJjMS44MjQsMy43NzYsMy42NDgsOC44OTYsMS4wODgsMTMuODU2Yy0yLjQsNS4xMi00LjUxMiw3LjM5Mi04LjI4OCwxMS43NDQgIGMtMy43NzYsNC4zNTItNy4zNiw3LjY4LTExLjEzNiwxMi4zNTJjLTMuNDU2LDQuMDY0LTcuMzYsOC40MTYtMy4wMDgsMTUuOTM2YzQuMzUyLDcuMzYsMTkuMzkyLDMxLjkwNCw0MS41MzYsNTEuNjE2ICBjMjguNTc2LDI1LjQ0LDUxLjc0NCwzMy41NjgsNjAuMDMyLDM3LjAyNGM2LjE3NiwyLjU2LDEzLjUzNiwxLjk1MiwxOC4wNDgtMi44NDhjNS43MjgtNi4xNzYsMTIuOC0xNi40MTYsMjAtMjYuNDk2ICBjNS4xMi03LjIzMiwxMS41ODQtOC4xMjgsMTguMzY4LTUuNTY4YzYuOTEyLDIuNCw0My40ODgsMjAuNDgsNTEuMDA4LDI0LjIyNGM3LjUyLDMuNzc2LDEyLjQ4LDUuNTY4LDE0LjMwNCw4LjczNiAgQzQxMS4yLDMyOS4xNTIsNDExLjIsMzQ0LjAzMiw0MDUuMDI0LDM2MS41MDR6Ii8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

/*301022 whatsup*/



/*# sourceMappingURL=style.css.map */