/* line 19, ../sass/all/base.scss */
.shop-post, .catalog-block {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 24, ../sass/all/base.scss */
.no-pd-top {
  padding-top: 0 !important;
}

/* line 28, ../sass/all/base.scss */
.no-pd-bot {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 33, ../sass/all/base.scss */
  .shop-post, .catalog-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 41, ../sass/all/base.scss */
  .shop-post, .catalog-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 49, ../sass/all/base.scss */
  .shop-post, .catalog-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 57, ../sass/all/base.scss */
  .shop-post, .catalog-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* line 7, ../sass/shop/shop-tpl.scss */
.catalog-wr {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin: 0 -20px;
  height: 100%;
  padding-top: 35px;
}
/* line 15, ../sass/shop/shop-tpl.scss */
.catalog-wr.catalog-wr-slider {
  margin: 0;
}
/* line 23, ../sass/shop/shop-tpl.scss */
.catalog-wr.catalog-wr-slider.owl-carousel .owl-controls .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 33, ../sass/shop/shop-tpl.scss */
.catalog-box {
  width: calc(100% / 4 - 40px);
  margin: 20px;
  position: relative;
}
/* line 38, ../sass/shop/shop-tpl.scss */
.catalog-box form {
  position: relative;
}
/* line 50, ../sass/shop/shop-tpl.scss */
.catalog-box:hover .catalog-box-img img.catalog-box-hover {
  opacity: 1;
  z-index: 2;
}

/* line 58, ../sass/shop/shop-tpl.scss */
.catalog-box-icons {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  z-index: 2;
}

/* line 67, ../sass/shop/shop-tpl.scss */
.catalog-box-icon {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 58%;
  color: #fff;
  transition: background-color .15s ease;
  margin-bottom: 5px;
  font-size: 12px;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content;
}
/* line 85, ../sass/shop/shop-tpl.scss */
.catalog-box-icon.new {
  background-color: #2ecc71;
}
/* line 89, ../sass/shop/shop-tpl.scss */
.catalog-box-icon.hit {
  background-color: #f1c40f;
}
/* line 93, ../sass/shop/shop-tpl.scss */
.catalog-box-icon.rec {
  background-color: #f88e31;
}
/* line 97, ../sass/shop/shop-tpl.scss */
.catalog-box-icon.sale {
  background-color: #FE0000;
}

/* line 102, ../sass/shop/shop-tpl.scss */
.catalog-box-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  overflow: hidden;
  position: relative;
}
/* line 111, ../sass/shop/shop-tpl.scss */
.catalog-box-img picture {
  width: 100%;
}
/* line 115, ../sass/shop/shop-tpl.scss */
.catalog-box-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  transition: opacity 0.4s cubic-bezier(0.245, 0.045, 0.355, 1) 0.1s;
  width: auto !important;
}
/* line 122, ../sass/shop/shop-tpl.scss */
.catalog-box-img img.catalog-box-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
/* line 129, ../sass/shop/shop-tpl.scss */
.catalog-box-img img.catalog-box-hover:nth-child(1) {
  display: none;
}
/* line 133, ../sass/shop/shop-tpl.scss */
.catalog-box-img img.catalog-box-hover:nth-child(2) {
  display: block;
}

/* line 140, ../sass/shop/shop-tpl.scss */
.catalog-box-desc {
  margin-top: 15px;
}

/* line 144, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-brand {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 151, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-title {
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin: 10px 0 5px;
}

/* line 158, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-wr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 164, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-price {
  font-size: 22px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 170, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-price small {
  font-weight: 400;
  font-size: 12px;
}
/* line 175, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-price.old_price {
  font-size: 14px;
  margin-right: auto;
  margin-left: 8px;
  margin-top: -12px;
  position: relative;
}
/* line 182, ../sass/shop/shop-tpl.scss */
.catalog-box-desc-price.old_price:after {
  content: '';
  position: absolute;
  top: 49%;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: red;
}

/* line 194, ../sass/shop/shop-tpl.scss */
.btn-na {
  font-size: 10px;
  display: block;
  width: 100px;
  text-align: center;
  color: #000000;
}
/* line 201, ../sass/shop/shop-tpl.scss */
.btn-na:hover {
  text-decoration: underline;
}

/* line 206, ../sass/shop/shop-tpl.scss */
.btn-add {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #E1C6C2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 58%;
  margin-left: 20px;
  background-image: url(../img/shopping_bag1.svg);
  transition: background-color .15s ease;
}
/* line 219, ../sass/shop/shop-tpl.scss */
.btn-add:hover {
  background-color: #4E3F3B;
}

@media only screen and (max-width: 1499px) and (min-width: 1241px) {
  /* line 227, ../sass/shop/shop-tpl.scss */
  .catalog-wr {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  /* line 232, ../sass/shop/shop-tpl.scss */
  .catalog-box {
    width: calc(100% / 4 - 20px);
    margin: 10px;
    margin-bottom: 20px;
  }

  /* line 238, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price {
    font-size: 17px;
  }
  /* line 241, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price {
    font-size: 11px;
    margin-right: auto;
    margin-left: 4px;
  }
  /* line 246, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price small {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1240px) and (min-width: 1000px) {
  /* line 254, ../sass/shop/shop-tpl.scss */
  .catalog-wr {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }

  /* line 259, ../sass/shop/shop-tpl.scss */
  .catalog-box {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    margin-bottom: 20px;
  }

  /* line 265, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price {
    font-size: 17px;
  }
  /* line 268, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price {
    font-size: 11px;
    margin-right: auto;
    margin-left: 4px;
  }
  /* line 273, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price small {
    font-size: 8px;
  }

  /* line 279, ../sass/shop/shop-tpl.scss */
  .btn-na {
    font-size: 8px;
    width: 78px;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 286, ../sass/shop/shop-tpl.scss */
  .catalog-wr {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  /* line 296, ../sass/shop/shop-tpl.scss */
  .catalog-wr.catalog-wr-slider.owl-carousel .owl-controls .owl-nav {
    top: 10px;
  }

  /* line 304, ../sass/shop/shop-tpl.scss */
  .catalog-box {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    margin-bottom: 20px;
  }

  /* line 310, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price {
    font-size: 17px;
  }
  /* line 313, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price {
    font-size: 11px;
    margin-right: auto;
    margin-left: 4px;
  }
  /* line 318, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price small {
    font-size: 8px;
  }

  /* line 324, ../sass/shop/shop-tpl.scss */
  .btn-na {
    font-size: 8px;
    width: 78px;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 331, ../sass/shop/shop-tpl.scss */
  .catalog-wr {
    width: calc(100% + 4vw);
    margin: 0 -2vw;
  }
  /* line 341, ../sass/shop/shop-tpl.scss */
  .catalog-wr.catalog-wr-slider.owl-carousel .owl-controls .owl-nav {
    top: 10px;
  }

  /* line 349, ../sass/shop/shop-tpl.scss */
  .catalog-box {
    width: calc(100% / 2 - 4vw);
    margin: 2vw;
    margin-bottom: 4vw;
  }

  /* line 355, ../sass/shop/shop-tpl.scss */
  .catalog-box-img {
    height: 50vw;
  }

  /* line 359, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc {
    margin-top: 10px;
  }

  /* line 363, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-brand {
    font-size: 11px;
  }

  /* line 367, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-title {
    font-size: 14px;
    margin: 4px 0 7px;
  }

  /* line 372, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price {
    font-size: 15px;
  }
  /* line 375, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price small {
    font-size: 7px;
  }
  /* line 379, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price {
    font-size: 10px;
    margin-right: auto;
    margin-left: 4px;
  }
  /* line 384, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price small {
    font-size: 8px;
  }

  /* line 390, ../sass/shop/shop-tpl.scss */
  .catalog-box-icons {
    flex-direction: row;
    left: 5px;
    top: 5px;
  }

  /* line 396, ../sass/shop/shop-tpl.scss */
  .catalog-box-icon {
    font-size: 0;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-size: 80%;
  }
  /* line 403, ../sass/shop/shop-tpl.scss */
  .catalog-box-icon.new {
    background-image: url(../img/newss.svg);
  }
  /* line 407, ../sass/shop/shop-tpl.scss */
  .catalog-box-icon.hit {
    background-image: url(../img/hits.svg);
  }
  /* line 411, ../sass/shop/shop-tpl.scss */
  .catalog-box-icon.rec {
    background-image: url(../img/like_it_filled.svg);
  }
  /* line 415, ../sass/shop/shop-tpl.scss */
  .catalog-box-icon.sale {
    background-image: url(../img/coupon.svg);
  }

  /* line 420, ../sass/shop/shop-tpl.scss */
  .btn-na {
    font-size: 8px;
    width: 78px;
  }

  /* line 425, ../sass/shop/shop-tpl.scss */
  .btn-add {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 350px) and (min-width: 120px) {
  /* line 434, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price {
    font-size: 12px;
  }
  /* line 437, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price small {
    font-size: 6px;
  }
  /* line 441, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price {
    font-size: 8px;
    margin-left: 3px;
  }
  /* line 445, ../sass/shop/shop-tpl.scss */
  .catalog-box-desc-price.old_price small {
    font-size: 6px;
  }
}
/* line 1, ../sass/shop-post/shop-post-thisparent.scss */
.shop-post-thisparent {
  position: relative;
  width: 200px;
}
/* line 5, ../sass/shop-post/shop-post-thisparent.scss */
.shop-post-thisparent .catalog-box {
  display: block;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
/* line 12, ../sass/shop-post/shop-post-thisparent.scss */
.shop-post-thisparent h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 18, ../sass/shop-post/shop-post-thisparent.scss */
.shop-post-thisparent .catalog-box-img {
  height: 150px;
}
/* line 22, ../sass/shop-post/shop-post-thisparent.scss */
.shop-post-thisparent .catalog-box-desc {
  margin-top: 10px;
}
/* line 26, ../sass/shop-post/shop-post-thisparent.scss */
.shop-post-thisparent .catalog-box-desc-title {
  font-size: 10px;
}
/* line 30, ../sass/shop-post/shop-post-thisparent.scss */
.shop-post-thisparent .catalog-box-desc-price {
  font-size: 16px;
}
/* line 33, ../sass/shop-post/shop-post-thisparent.scss */
.shop-post-thisparent .catalog-box-desc-price small {
  font-size: 8px;
}
/* line 38, ../sass/shop-post/shop-post-thisparent.scss */
.shop-post-thisparent .btn-add {
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 46, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent {
    width: 150px;
  }
  /* line 49, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 54, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .catalog-box {
    margin-bottom: 15px;
  }
  /* line 58, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .catalog-box-icon {
    font-size: 8px;
    height: 16px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 69, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent {
    width: 50%;
  }
  /* line 72, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent h2 {
    font-weight: 500;
    margin-bottom: 10px;
  }
  /* line 77, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 91, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .catalog-box {
    width: 200px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 100, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent {
    width: 100%;
    margin-top: 30px;
  }
  /* line 104, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  /* line 110, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .row {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 125, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .catalog-box {
    width: 24%;
    margin: 0;
  }
  /* line 130, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .btn-add {
    width: 25px;
    height: 25px;
  }
  /* line 135, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .catalog-box-icon {
    font-size: 8px;
    height: 16px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 146, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent {
    width: 100%;
    margin-top: 4vmin;
  }
  /* line 150, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent h2 {
    font-size: 20px;
    font-weight: 500;
  }
  /* line 155, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .row {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* line 170, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .catalog-box {
    width: calc((100% - 4vw) / 2);
    margin-bottom: 4vw;
  }
  /* line 175, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .catalog-box-img {
    height: 50vw;
  }
  /* line 179, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .catalog-box-desc {
    margin-top: 15px;
  }
  /* line 183, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .catalog-box-desc-title {
    font-size: 13px;
  }
  /* line 187, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .catalog-box-desc-price {
    font-size: 15px;
  }
  /* line 190, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .catalog-box-desc-price small {
    font-size: 7px;
  }
  /* line 195, ../sass/shop-post/shop-post-thisparent.scss */
  .shop-post-thisparent .btn-add {
    width: 35px;
    height: 35px;
  }
}
/* line 1, ../sass/shop-post/shop-post-order-popup.scss */
.overlay-po {
  position: fixed;
  z-index: 99998;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: #fff;
  visibility: hidden;
  transition: 0.35s ease all;
}
/* line 15, ../sass/shop-post/shop-post-order-popup.scss */
.overlay-po.show {
  visibility: visible;
  opacity: 0.7;
}

/* line 21, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order {
  position: fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #E1C6C2;
  border-radius: 20px;
  padding: 50px;
  transition: 0.7s ease all;
}
/* line 39, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order.show {
  opacity: 1;
  visibility: visible;
}
/* line 44, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .top-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 9;
  cursor: pointer;
}
/* line 53, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .top-close i {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0px;
  transform: rotate(45deg);
  transition: all 0.5s ease;
  height: 2px;
  width: 30px;
  background: #4E3F3B;
}
/* line 64, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .top-close i:nth-child(2) {
  transform: rotate(-45deg);
}
/* line 69, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .top-close:hover {
  opacity: 0.7;
}
/* line 72, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .top-close:hover i {
  transform: rotate(0deg);
  transition: all 0.5s ease;
}
/* line 79, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order h6 {
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
}
/* line 87, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .buttons {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
/* line 94, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .buttons .close, .popup_order .buttons .ordered {
  display: inline-flex;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  border-radius: 10px;
  height: 50px;
  padding: 0 20px;
  font-size: 12px;
  color: #fff;
  background: #4E3F3B;
}
/* line 108, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .buttons .close:hover, .popup_order .buttons .ordered:hover {
  -webkit-box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 200px rgba(0, 0, 0, 0.1);
}
/* line 115, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .b-left {
  position: relative;
  margin-right: 50px;
}
/* line 119, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .b-left .close {
  background: #4E3F3B;
}
/* line 124, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .b-right {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 20px;
  border: 1px solid #4E3F3B;
  background: rgba(78, 63, 59, 0.1);
  border-radius: 10px;
}
/* line 137, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .b-right #msMiniCart {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  margin-right: 20px;
}
/* line 143, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .b-right #msMiniCart span {
  font-size: 36px;
}
/* line 148, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .b-right .ordered {
  background: #000;
}
/* line 151, ../sass/shop-post/shop-post-order-popup.scss */
.popup_order .b-right .ordered:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 160, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    padding: 40px;
  }
  /* line 165, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order h6 {
    font-size: 22px;
  }
  /* line 169, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .buttons {
    margin-top: 40px;
  }
  /* line 172, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .buttons .close, .popup_order .buttons .ordered {
    height: 44px;
    padding: 0 15px;
    font-size: 11px;
  }
  /* line 179, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-left {
    margin-right: 40px;
  }
  /* line 183, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-right {
    padding: 15px;
  }
  /* line 186, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-right #msMiniCart {
    font-size: 16px;
    margin-right: 15px;
  }
  /* line 190, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-right #msMiniCart span {
    font-size: 32px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 1239px) {
  /* line 201, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order {
    padding: 30px;
    min-width: 570px;
  }
  /* line 205, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order h6 {
    font-size: 20px;
  }
  /* line 209, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .buttons {
    margin-top: 30px;
  }
  /* line 212, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .buttons .close, .popup_order .buttons .ordered {
    height: 40px;
    padding: 0 15px;
    font-size: 11px;
  }
  /* line 219, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-left {
    margin-right: 30px;
  }
  /* line 223, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-right {
    padding: 15px;
  }
  /* line 226, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-right #msMiniCart {
    font-size: 14px;
    margin-right: 15px;
  }
  /* line 230, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-right #msMiniCart span {
    font-size: 28px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 241, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order {
    padding: 4vmin;
    padding-top: 8vmin;
    width: 92vw;
  }
  /* line 246, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .top-close {
    top: 2vmin;
    right: 2vmin;
    width: 6vmin;
    height: 6vmin;
  }
  /* line 252, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .top-close i {
    width: 6vmin;
  }
  /* line 257, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order h6 {
    font-size: 5.8vmin;
  }
  /* line 261, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .buttons {
    flex-wrap: wrap;
    margin-top: 8vmin;
  }
  /* line 265, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .buttons .close, .popup_order .buttons .ordered {
    height: 12vmin;
    padding: 0 4vmin;
    font-size: 3.4vmin;
  }
  /* line 272, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-left {
    text-align: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8vmin;
  }
  /* line 279, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-right {
    justify-content: center;
    width: 100%;
    padding: 4vmin;
  }
  /* line 284, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-right #msMiniCart {
    font-size: 4vmin;
    margin-right: 4vmin;
  }
  /* line 288, ../sass/shop-post/shop-post-order-popup.scss */
  .popup_order .b-right #msMiniCart span {
    font-size: 6vmin;
  }
}
/* line 1, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews {
  padding: 100px 0;
  padding-bottom: 0;
}
/* line 5, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
/* line 18, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsL {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -ms-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  background: #F4F4F4;
  width: 400px;
  padding: 75px;
}
/* line 30, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsL #comment-form-placeholder, .ShopPostReviews .ShopPostReviewsL #comment-form {
  display: none !important;
}
/* line 34, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsL h3 {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 12px;
}
/* line 42, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsL .row {
  position: relative;
  margin-top: 45px;
}
/* line 46, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsL .row span {
  display: block;
  position: relative;
  font-size: 50px;
}
/* line 51, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsL .row span b {
  font-size: 78px;
}
/* line 56, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsL .row hr {
  display: block;
  background: #000;
  border: 0;
  height: 1px;
  margin: 25px 0;
}
/* line 64, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsL .row p {
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
/* line 71, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsL .button {
  position: relative;
  margin-top: 70px;
}
/* line 75, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsL .button span {
  display: block;
  position: relative;
  cursor: pointer;
  height: 68px;
  line-height: 68px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
/* line 87, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsL .button span:hover {
  background: rgba(0, 0, 0, 0.8);
}
/* line 94, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR {
  position: relative;
  width: calc(80% - 515px);
  margin-left: 115px;
}
/* line 99, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR h2 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
}
/* line 105, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR .rev-inner {
  position: relative;
  margin-top: 50px;
}
/* line 110, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form-placeholder, .ShopPostReviews .ShopPostReviewsR #comment-form {
  display: none;
  position: relative;
  margin-bottom: 50px;
}
/* line 115, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form-placeholder h2, .ShopPostReviews .ShopPostReviewsR #comment-form h2 {
  margin-bottom: 30px;
}
/* line 119, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form-placeholder .form-group, .ShopPostReviews .ShopPostReviewsR #comment-form .form-group {
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
}
/* line 133, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form-placeholder .form-group div, .ShopPostReviews .ShopPostReviewsR #comment-form .form-group div {
  width: 100%;
}
/* line 137, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form-placeholder .form-group label, .ShopPostReviews .ShopPostReviewsR #comment-form .form-group label {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  min-width: 65px;
  margin-right: 10px;
}
/* line 145, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form-placeholder .form-group input, .ShopPostReviews .ShopPostReviewsR #comment-form .form-group input {
  height: 20px;
  border: 0;
  border-bottom: 1px solid #000;
}
/* line 151, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form-placeholder .form-group textarea, .ShopPostReviews .ShopPostReviewsR #comment-form .form-group textarea {
  border: 1px solid #000;
  width: 100%;
  padding: 5px;
}
/* line 157, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form-placeholder .form-group .br-theme-css-stars .br-widget, .ShopPostReviews .ShopPostReviewsR #comment-form .form-group .br-theme-css-stars .br-widget {
  height: 25px;
  margin-left: 10px;
}
/* line 163, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form-placeholder .submit, .ShopPostReviews .ShopPostReviewsR #comment-form-placeholder #ticket-files-select, .ShopPostReviews .ShopPostReviewsR #comment-form .submit, .ShopPostReviews .ShopPostReviewsR #comment-form #ticket-files-select {
  display: inline-block;
  position: relative;
  cursor: pointer;
  border: 0;
  height: 68px;
  line-height: 68px;
  padding: 0 50px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
}
/* line 178, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form-placeholder .submit:hover, .ShopPostReviews .ShopPostReviewsR #comment-form-placeholder #ticket-files-select:hover, .ShopPostReviews .ShopPostReviewsR #comment-form .submit:hover, .ShopPostReviews .ShopPostReviewsR #comment-form #ticket-files-select:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* line 183, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form-placeholder #ticket-files-select, .ShopPostReviews .ShopPostReviewsR #comment-form #ticket-files-select {
  padding-left: 70px;
  margin-bottom: 10px;
  background-color: #6a7b82;
  background-image: url(/img/icon-paperclip.svg);
  background-position: 20px center;
  background-repeat: no-repeat;
  -webkit-background-size: 35px auto;
  background-size: 35px auto;
}
/* line 195, ../sass/shop-post/shop-post-review.scss */
.ShopPostReviews .ShopPostReviewsR #comment-form {
  display: block;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 204, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews {
    padding: 85px 0;
  }
  /* line 207, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL {
    width: 380px;
    padding: 65px;
  }
  /* line 211, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row {
    margin-top: 40px;
  }
  /* line 214, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row span {
    font-size: 46px;
  }
  /* line 217, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row span b {
    font-size: 70px;
  }
  /* line 222, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row hr {
    margin: 25px 0;
  }
  /* line 226, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row p {
    font-size: 15px;
  }
  /* line 231, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .button {
    margin-top: 60px;
  }
  /* line 234, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .button span {
    height: 60px;
    line-height: 60px;
    font-size: 12px;
  }
  /* line 243, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR {
    width: calc(80% - 480px);
    margin-left: 100px;
  }
  /* line 247, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR h2 {
    font-size: 20px;
  }
  /* line 251, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR .rev-inner {
    position: relative;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 263, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews {
    padding: 70px 0;
    padding-bottom: 0;
  }
  /* line 267, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL {
    width: 300px;
    padding: 30px;
  }
  /* line 271, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row {
    margin-top: 35px;
  }
  /* line 274, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row span {
    font-size: 38px;
  }
  /* line 277, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row span b {
    font-size: 62px;
  }
  /* line 282, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row hr {
    margin: 20px 0;
  }
  /* line 286, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row p {
    font-size: 14px;
  }
  /* line 291, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .button {
    margin-top: 50px;
  }
  /* line 294, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .button span {
    height: 54px;
    line-height: 54px;
    font-size: 11px;
  }
  /* line 303, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR {
    width: calc(80% - 400px);
    margin-left: 80px;
  }
  /* line 307, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR h2 {
    font-size: 20px;
  }
  /* line 311, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR .rev-inner {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1239px) {
  /* line 321, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews {
    padding: 55px 0;
    padding-bottom: 0;
  }
  /* line 325, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL {
    width: 240px;
    padding: 20px;
  }
  /* line 329, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row {
    margin-top: 20px;
  }
  /* line 332, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row span {
    font-size: 34px;
  }
  /* line 335, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row span b {
    font-size: 48px;
  }
  /* line 340, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row hr {
    margin: 15px 0;
  }
  /* line 344, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row p {
    font-size: 13px;
  }
  /* line 349, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .button {
    margin-top: 45px;
  }
  /* line 352, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .button span {
    height: 50px;
    line-height: 50px;
    font-size: 11px;
  }
  /* line 361, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR {
    width: calc(100% - 320px);
    margin-left: 50px;
  }
  /* line 365, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR h2 {
    font-size: 20px;
  }
  /* line 369, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR .rev-inner {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 379, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews {
    padding: 40px 0;
    padding-bottom: 0;
  }
  /* line 383, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL {
    width: 230px;
    padding: 20px;
  }
  /* line 387, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL h3 {
    font-size: 10px;
  }
  /* line 391, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row {
    margin-top: 20px;
  }
  /* line 394, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row span {
    font-size: 34px;
  }
  /* line 397, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row span b {
    font-size: 48px;
  }
  /* line 402, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row hr {
    margin: 15px 0;
  }
  /* line 406, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row p {
    font-size: 13px;
  }
  /* line 411, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .button {
    margin-top: 35px;
  }
  /* line 414, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .button span {
    height: 50px;
    line-height: 50px;
    font-size: 11px;
  }
  /* line 423, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR {
    width: calc(100% - 270px);
    margin-left: 40px;
  }
  /* line 427, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR h2 {
    font-size: 18px;
  }
  /* line 431, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR .rev-inner {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 441, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews {
    padding: 10vw 0;
    padding-bottom: 0;
  }
  /* line 445, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .container {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 451, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    width: 100%;
    padding: 4vw;
  }
  /* line 467, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL h3 {
    width: 100%;
    font-size: 3vw;
  }
  /* line 472, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row {
    width: calc(50% - 2vw);
    margin-top: 8vw;
  }
  /* line 476, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row span {
    font-size: 10vw;
  }
  /* line 479, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row span b {
    font-size: 10vw;
  }
  /* line 484, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row hr {
    margin: 3vw 0;
  }
  /* line 488, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .row p {
    font-size: 4vw;
  }
  /* line 493, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .button {
    width: 100%;
    margin-top: 8vw;
  }
  /* line 497, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsL .button span {
    width: 50vw;
    height: 12vw;
    line-height: 12vw;
    font-size: 3vw;
    margin: 0 auto;
  }
  /* line 508, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR {
    margin-top: 8vw;
    width: 100%;
    margin-left: 0;
  }
  /* line 513, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR h2 {
    font-size: 4vw;
  }
  /* line 517, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR .rev-inner {
    margin-top: 8vw;
  }
  /* line 521, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR .rev-inner .comments-list .answer-title {
    margin: 5vw 0;
  }
  /* line 524, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR .rev-inner .comments-list .answer-title span {
    height: 6vw;
    line-height: 6vw;
    font-size: 2.4vw;
    border-radius: 3vw;
    padding: 0 3vw;
  }
  /* line 535, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR #comment-form-placeholder {
    margin-bottom: 5vw;
  }
  /* line 538, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR #comment-form-placeholder h2 {
    margin-bottom: 4vw;
  }
  /* line 542, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR #comment-form-placeholder .form-group {
    margin-bottom: 2vw;
  }
  /* line 545, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR #comment-form-placeholder .form-group label {
    font-size: 4vw;
    min-width: 65px;
    margin-right: 2vw;
  }
  /* line 552, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR #comment-form-placeholder .submit, .ShopPostReviews .ShopPostReviewsR #comment-form-placeholder #ticket-files-select {
    padding: 0 10vw;
    height: 12vw;
    line-height: 12vw;
    font-size: 3vw;
    margin: 0 auto;
  }
  /* line 560, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR #comment-form-placeholder #ticket-files-select {
    padding-left: 50px;
    background-position: 15px center;
    -webkit-background-size: 25px auto;
    background-size: 25px auto;
  }
  /* line 568, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR .comment-reply {
    margin-top: 3vmin;
  }
  /* line 571, ../sass/shop-post/shop-post-review.scss */
  .ShopPostReviews .ShopPostReviewsR .comment-reply a {
    height: 6vw;
    line-height: 6vw;
    font-size: 2.4vw;
    border-radius: 3vw;
    padding: 0 3vw;
  }
}
/* line 2, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ShopPostReviews .ShopPostReviewsR {
  width: calc(100% - 515px);
}
/* line 5, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ShopPostReviews .ShopPostReviewsR .rev-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 20, ../sass/shop-post/shop-post-review-tpl-new.scss */
#comments {
  position: relative;
  margin-top: 30px;
}
/* line 24, ../sass/shop-post/shop-post-review-tpl-new.scss */
#comments.need-show-more {
  overflow: hidden;
  transition: 0.5s ease all;
  max-height: 650px;
}
/* line 29, ../sass/shop-post/shop-post-review-tpl-new.scss */
#comments.need-show-more:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(75%, white), color-stop(100%, white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}

/* line 49, ../sass/shop-post/shop-post-review-tpl-new.scss */
.show-all-review-button-wr {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

/* line 59, ../sass/shop-post/shop-post-review-tpl-new.scss */
.show-all-review-button {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 50px;
  border-radius: 10px;
  background: #F4F4F4;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding: 0 20px;
}
/* line 78, ../sass/shop-post/shop-post-review-tpl-new.scss */
.show-all-review-button:hover {
  background: #000;
}

/* line 83, ../sass/shop-post/shop-post-review-tpl-new.scss */
.rev-bl-new {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 20px;
  background: #F4F4F4;
}
/* line 94, ../sass/shop-post/shop-post-review-tpl-new.scss */
.rev-bl-new:nth-child(3n) {
  margin-right: 0;
}
/* line 99, ../sass/shop-post/shop-post-review-tpl-new.scss */
.rev-bl-new.user_class_11 .ticket-avatar, .rev-bl-new.user_class_549 .ticket-avatar {
  display: block;
  height: 24px;
  margin-right: 5px;
}

/* line 107, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ticket-comment-header {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

/* line 118, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ticket-avatar {
  display: none;
}

/* line 122, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ticket-comment-author {
  position: relative;
  font-weight: 600;
  font-size: 20px;
}

/* line 128, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ticket-comment-createdon {
  position: relative;
  font-weight: 600;
  font-size: 10px;
  margin-left: auto;
  padding-bottom: 3px;
}

/* line 136, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ticket-comment-text {
  position: relative;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.4;
}

/* line 143, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ticket-comment-files {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 156, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ticket-comment-files a {
  position: relative;
  width: calc((100% - 20px) / 3);
  height: 67px;
  margin-right: 10px;
  margin-top: 10px;
}
/* line 163, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ticket-comment-files a:nth-child(3) {
  margin-right: 0;
}
/* line 168, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ticket-comment-files img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
/* line 175, ../sass/shop-post/shop-post-review-tpl-new.scss */
.ticket-comment-files img:hover {
  opacity: 0.7;
}

/* line 180, ../sass/shop-post/shop-post-review-tpl-new.scss */
.comment-reply {
  position: relative;
  text-align: right;
  margin-top: 20px;
}
/* line 185, ../sass/shop-post/shop-post-review-tpl-new.scss */
.comment-reply a {
  display: inline-block;
  position: relative;
  height: 22px;
  line-height: 22px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 5px;
  padding: 0 10px;
}
/* line 199, ../sass/shop-post/shop-post-review-tpl-new.scss */
.comment-reply a:hover {
  background: rgba(0, 0, 0, 0.8);
}

/* line 205, ../sass/shop-post/shop-post-review-tpl-new.scss */
.comments-list {
  position: relative;
  margin-top: 20px;
}
/* line 209, ../sass/shop-post/shop-post-review-tpl-new.scss */
.comments-list .answer-title {
  display: none;
}
/* line 212, ../sass/shop-post/shop-post-review-tpl-new.scss */
.comments-list .answer-title span {
  display: inline-block;
  position: relative;
  height: 22px;
  line-height: 23px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 5px;
  padding: 0 10px;
  margin-bottom: 10px;
}
/* line 229, ../sass/shop-post/shop-post-review-tpl-new.scss */
.comments-list .rev-bl-new {
  width: 100%;
  padding: 0;
}

@media only screen and (min-width: 1440px) and (max-width: 1640px) {
  /* line 238, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ShopPostReviews .ShopPostReviewsR {
    width: calc(100% - 380px - 80px);
    margin-left: 80px;
  }

  /* line 244, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
    padding: 15px;
  }
  /* line 251, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new.user_class_11 .ticket-avatar, .rev-bl-new.user_class_549 .ticket-avatar {
    height: 21px;
    margin-right: 2px;
  }

  /* line 258, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-author {
    font-size: 18px;
  }

  /* line 262, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-createdon {
    font-size: 9px;
    padding-bottom: 3px;
  }
}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
  /* line 272, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ShopPostReviews .ShopPostReviewsR {
    width: calc(100% - 300px - 50px);
    margin-left: 50px;
  }

  /* line 278, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .show-all-review-button {
    font-size: 13px;
  }

  /* line 282, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 12px;
  }
  /* line 289, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new.user_class_11 .ticket-avatar, .rev-bl-new.user_class_549 .ticket-avatar {
    height: 19px;
    margin-right: 2px;
  }

  /* line 296, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-author {
    font-size: 16px;
  }

  /* line 300, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-createdon {
    font-size: 8px;
    padding-bottom: 3px;
  }

  /* line 305, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.4;
  }

  /* line 312, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-files a {
    width: calc((100% - 10px) / 3);
    height: 58px;
    margin-right: 5px;
    margin-top: 5px;
  }

  /* line 319, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comment-reply {
    margin-top: 15px;
  }
  /* line 322, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comment-reply a {
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    padding: 0 8px;
  }

  /* line 330, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comments-list {
    margin-top: 15px;
  }
  /* line 333, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comments-list .answer-title {
    display: none;
  }
  /* line 336, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comments-list .answer-title span {
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    padding: 0 8px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 1239px) {
  /* line 351, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ShopPostReviews .ShopPostReviewsR {
    width: calc(100% - 240px - 30px);
    margin-left: 30px;
  }

  /* line 357, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .show-all-review-button {
    font-size: 13px;
  }

  /* line 361, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 15px;
  }
  /* line 367, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new:nth-child(3n) {
    margin-right: 20px;
  }
  /* line 371, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new:nth-child(2n) {
    margin-right: 0;
  }
  /* line 376, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new.user_class_11 .ticket-avatar, .rev-bl-new.user_class_549 .ticket-avatar {
    height: 19px;
    margin-right: 2px;
  }

  /* line 383, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-author {
    font-size: 16px;
  }

  /* line 387, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-createdon {
    font-size: 8px;
    padding-bottom: 3px;
  }

  /* line 392, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.4;
  }

  /* line 399, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-files a {
    width: calc((100% - 10px) / 3);
    height: 72px;
    margin-right: 5px;
    margin-top: 5px;
  }

  /* line 406, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comment-reply {
    margin-top: 15px;
  }
  /* line 409, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comment-reply a {
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    padding: 0 8px;
  }

  /* line 417, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comments-list {
    margin-top: 15px;
  }
  /* line 420, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comments-list .answer-title {
    display: none;
  }
  /* line 423, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comments-list .answer-title span {
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    padding: 0 8px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 710px) and (max-width: 999px) {
  /* line 438, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ShopPostReviews .ShopPostReviewsR {
    width: calc(100% - 230px - 20px);
    margin-left: 20px;
  }

  /* line 444, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .show-all-review-button {
    font-size: 12px;
  }

  /* line 448, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 453, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new:nth-child(3n) {
    margin-right: 0;
  }
  /* line 457, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new:nth-child(2n) {
    margin-right: 0;
  }

  /* line 464, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-files a {
    height: 12vw;
  }
}
@media only screen and (min-width: 120px) and (max-width: 709px) {
  /* line 474, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ShopPostReviews .ShopPostReviewsR {
    width: 100%;
  }

  /* line 479, ../sass/shop-post/shop-post-review-tpl-new.scss */
  #comments {
    margin-top: 3vmin;
  }

  /* line 483, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .show-all-review-button {
    height: 12vmin;
    font-size: 3vmin;
    padding: 0 5vmin;
  }

  /* line 489, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .rev-bl-new {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 15px;
  }

  /* line 496, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-author {
    font-size: 18px;
  }

  /* line 500, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-createdon {
    font-size: 9px;
  }

  /* line 504, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-text {
    margin-top: 15px;
    font-size: 12px;
  }

  /* line 510, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .ticket-comment-files a {
    height: 18vmin;
  }

  /* line 515, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comment-reply {
    margin-top: 15px;
  }
  /* line 518, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comment-reply a {
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    padding: 0 8px;
  }

  /* line 526, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comments-list {
    margin-top: 15px;
  }
  /* line 530, ../sass/shop-post/shop-post-review-tpl-new.scss */
  .comments-list .answer-title span {
    height: 20px;
    line-height: 20px;
    font-size: 9px;
    padding: 0 8px;
    margin-bottom: 8px;
  }
}
/* line 13, ../sass/shop-post.scss */
.site-top-block {
  padding-top: 0;
}

/* line 21, ../sass/shop-post.scss */
.shop-post-wr {
  display: flex;
  flex-wrap: wrap;
}

/* line 26, ../sass/shop-post.scss */
.shop-post-gal {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  padding-right: 5%;
}
/* line 34, ../sass/shop-post.scss */
.shop-post-gal .owl-carousel .owl-controls {
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 38, ../sass/shop-post.scss */
.shop-post-gal .owl-carousel .owl-controls .owl-nav {
  margin-left: auto;
  justify-content: flex-end;
}
/* line 49, ../sass/shop-post.scss */
.shop-post-gal .tags {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-end;
  align-items: flex-end;
  position: absolute;
  top: 20px;
  right: calc(10% + 20px);
  z-index: 10;
}
/* line 67, ../sass/shop-post.scss */
.shop-post-gal .tags .catalog-box-icon {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 58%;
  color: #fff;
  transition: background-color .15s ease;
  margin-bottom: 5px;
  font-size: 12px;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  /* Chrome */
  width: max-content;
}
/* line 85, ../sass/shop-post.scss */
.shop-post-gal .tags .catalog-box-icon.new {
  background-color: #2ecc71;
}
/* line 89, ../sass/shop-post.scss */
.shop-post-gal .tags .catalog-box-icon.hit {
  background-color: #f1c40f;
}
/* line 93, ../sass/shop-post.scss */
.shop-post-gal .tags .catalog-box-icon.rec {
  background-color: #f88e31;
}
/* line 97, ../sass/shop-post.scss */
.shop-post-gal .tags .catalog-box-icon.sale {
  background-color: #FE0000;
}
/* line 103, ../sass/shop-post.scss */
.shop-post-gal .shop-post-content-wr {
  display: block;
  width: 100%;
}

/* line 109, ../sass/shop-post.scss */
.shop-post-gal-img {
  height: 500px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 117, ../sass/shop-post.scss */
.shop-post-gal-img img {
  width: auto !important;
  max-width: 98%;
  max-height: 98%;
}
/* line 123, ../sass/shop-post.scss */
.shop-post-gal-img picture {
  height: 100%;
  width: 100%;
}

/* line 129, ../sass/shop-post.scss */
.shop-post-desc {
  display: flex;
  flex-direction: column;
  width: calc(50% - 200px);
  position: relative;
  box-sizing: border-box;
  padding-right: 20px;
}
/* line 137, ../sass/shop-post.scss */
.shop-post-desc .btn {
  margin-bottom: 25px;
}
/* line 140, ../sass/shop-post.scss */
.shop-post-desc .btn.no {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 147, ../sass/shop-post.scss */
.ms2_form {
  position: relative;
}

/* line 151, ../sass/shop-post.scss */
.rating-wr {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 156, ../sass/shop-post.scss */
.rating-wr .rating {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
/* line 166, ../sass/shop-post.scss */
.rating-wr .br-theme-css-stars .br-widget {
  height: 20px;
}
/* line 169, ../sass/shop-post.scss */
.rating-wr .br-theme-css-stars .br-widget a {
  font-size: 18px;
  margin-right: 0px;
}
/* line 175, ../sass/shop-post.scss */
.rating-wr .count_voite {
  font-size: 14px;
}
/* line 179, ../sass/shop-post.scss */
.rating-wr .rating-review {
  position: relative;
  text-align: right;
}
/* line 183, ../sass/shop-post.scss */
.rating-wr .rating-review a {
  color: #000;
  font-size: 12px;
}
/* line 187, ../sass/shop-post.scss */
.rating-wr .rating-review a:hover {
  text-decoration: underline;
}

/* line 194, ../sass/shop-post.scss */
.article {
  font-weight: 500;
  font-size: 14px;
}

/* line 199, ../sass/shop-post.scss */
.brand {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 30px;
}

/* line 207, ../sass/shop-post.scss */
.title {
  font-size: 22px;
  display: block;
  font-weight: 600;
  margin: 10px 0 20px;
}

/* line 214, ../sass/shop-post.scss */
.price-wr {
  display: flex;
  align-items: end;
}

/* line 219, ../sass/shop-post.scss */
.price {
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 226, ../sass/shop-post.scss */
.price.old_price {
  font-size: 14px;
  margin-right: auto;
  margin-left: 8px;
  margin-top: -12px;
  position: relative;
}
/* line 233, ../sass/shop-post.scss */
.price.old_price:after {
  content: '';
  position: absolute;
  top: 49%;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: red;
}

/* line 245, ../sass/shop-post.scss */
.cols {
  min-width: 135px;
  display: block;
}

/* line 250, ../sass/shop-post.scss */
.cols-wr {
  display: flex;
  align-items: center;
}

/* line 255, ../sass/shop-post.scss */
.weight, .counts {
  font-size: 15px;
  display: flex;
  align-items: center;
  font-weight: 500;
  margin-bottom: 15px;
}

/* line 263, ../sass/shop-post.scss */
.plus, .minus {
  width: 30px;
  height: 30px;
  line-height: 24px;
  display: block;
  border: 2px solid #EFEDED;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  font-size: 21px;
  color: #EFEDED;
  cursor: pointer;
}
/* line 276, ../sass/shop-post.scss */
.plus:hover, .minus:hover {
  border-color: #4E3F3B;
  color: #4E3F3B;
}

/* line 282, ../sass/shop-post.scss */
.input-sm {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  font-weight: 600;
  font-size: 21px;
  color: #4E3F3B;
  text-align: center;
}

/* line 293, ../sass/shop-post.scss */
.btn-nalich {
  font-size: 12px;
  margin-top: -10px;
  cursor: pointer;
  text-decoration: underline;
  margin-bottom: 15px;
  display: block;
}
/* line 301, ../sass/shop-post.scss */
.btn-nalich:hover {
  color: #4E3F3B;
}

/* line 306, ../sass/shop-post.scss */
.btns-wr {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 320, ../sass/shop-post.scss */
.btns-wr .border-btn {
  background: transparent;
  color: #000;
}
/* line 324, ../sass/shop-post.scss */
.btns-wr .border-btn:hover {
  background: #E1C6C2;
}

/* line 332, ../sass/shop-post.scss */
.shop-post-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  display: none;
}

/* line 339, ../sass/shop-post.scss */
.shop-post-content-wr {
  width: 50%;
  position: relative;
  box-sizing: border-box;
  padding-right: 5%;
}

/* line 346, ../sass/shop-post.scss */
.shop-post-content-tab {
  display: flex;
  width: 50%;
  position: relative;
  box-sizing: border-box;
  flex-wrap: wrap;
}

/* line 354, ../sass/shop-post.scss */
.shop-post-content-tab-top {
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 360, ../sass/shop-post.scss */
.shop-post-content-tab-wr {
  width: 100%;
  margin-top: 10px;
}

/* line 365, ../sass/shop-post.scss */
.tab-form {
  display: none;
}

/* line 369, ../sass/shop-post.scss */
.tab-form.active {
  display: block;
  animation: VideoOpac 0.5s 1 linear;
  animation-delay: 0.2s;
  animation-fill-mode: both;
}

/* line 376, ../sass/shop-post.scss */
.tab {
  position: relative;
  box-sizing: border-box;
  margin-right: 30px;
  display: block;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
  padding: 7px 10px;
  border: 2px solid transparent;
}
/* line 391, ../sass/shop-post.scss */
.tab.active {
  border-color: #EFEDED;
}

/* line 397, ../sass/shop-post.scss */
.catalog-block {
  padding-top: 30px;
}
/* line 401, ../sass/shop-post.scss */
.catalog-block .btn {
  margin: 50px auto 0;
}

@media only screen and (min-width: 1241px) and (max-width: 1499px) {
  /* line 408, ../sass/shop-post.scss */
  .shop-post-desc {
    width: calc(50% - 150px);
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1240px) {
  /* line 419, ../sass/shop-post.scss */
  .shop-post-gal .tags {
    top: 10px;
    right: calc(10% + 10px);
  }

  /* line 425, ../sass/shop-post.scss */
  .shop-post-gal-img {
    height: 400px;
  }

  /* line 429, ../sass/shop-post.scss */
  .brand {
    font-size: 16px;
    margin-top: 25px;
  }

  /* line 434, ../sass/shop-post.scss */
  .title {
    font-size: 21px;
  }

  /* line 438, ../sass/shop-post.scss */
  .price {
    font-size: 22px;
  }

  /* line 442, ../sass/shop-post.scss */
  .shop-post-desc {
    width: 50%;
    padding-right: 0;
  }
  /* line 446, ../sass/shop-post.scss */
  .shop-post-desc .btn {
    margin-top: 20px;
  }

  /* line 451, ../sass/shop-post.scss */
  .tab {
    font-size: 15px;
  }
  /* line 454, ../sass/shop-post.scss */
  .tab:last-child {
    margin-right: 0;
  }

  /* line 459, ../sass/shop-post.scss */
  .catalog-block {
    padding-top: 0;
  }
  /* line 466, ../sass/shop-post.scss */
  .catalog-block .catalog-wr .catalog-box:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 999px) and (min-width: 710px) {
  /* line 476, ../sass/shop-post.scss */
  .shop-post-gal .tags {
    top: 10px;
    right: calc(10% + 10px);
  }

  /* line 482, ../sass/shop-post.scss */
  .shop-post-gal-img {
    height: 340px;
  }

  /* line 486, ../sass/shop-post.scss */
  .article {
    font-size: 12px;
  }

  /* line 490, ../sass/shop-post.scss */
  .brand {
    font-size: 15px;
    margin-top: 20px;
  }

  /* line 495, ../sass/shop-post.scss */
  .title {
    font-size: 20px;
  }

  /* line 499, ../sass/shop-post.scss */
  .price {
    font-size: 20px;
    margin-bottom: 15px;
  }

  /* line 504, ../sass/shop-post.scss */
  .weight, .counts {
    font-size: 14px;
  }

  /* line 508, ../sass/shop-post.scss */
  .shop-post-desc {
    width: 50%;
    padding-right: 0;
  }
  /* line 512, ../sass/shop-post.scss */
  .shop-post-desc .btn {
    margin-top: 20px;
  }

  /* line 517, ../sass/shop-post.scss */
  .shop-post-content {
    margin-top: 0;
  }

  /* line 521, ../sass/shop-post.scss */
  .shop-post-content-wr {
    width: 100%;
    padding-right: 0;
  }

  /* line 526, ../sass/shop-post.scss */
  .shop-post-content-tab {
    width: 100%;
    margin-top: 30px;
  }

  /* line 531, ../sass/shop-post.scss */
  .tab {
    font-size: 15px;
  }
  /* line 534, ../sass/shop-post.scss */
  .tab:last-child {
    margin-right: 0;
  }

  /* line 539, ../sass/shop-post.scss */
  .catalog-block {
    padding-top: 0;
  }
  /* line 542, ../sass/shop-post.scss */
  .catalog-block .catalog-wr {
    padding-top: 15px;
  }
  /* line 547, ../sass/shop-post.scss */
  .catalog-block .catalog-wr .catalog-box:nth-child(4) {
    display: none;
  }
  /* line 553, ../sass/shop-post.scss */
  .catalog-block .btn {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 709px) and (min-width: 120px) {
  /* line 561, ../sass/shop-post.scss */
  .shop-post-gal {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  /* line 568, ../sass/shop-post.scss */
  .shop-post-gal .owl-carousel .owl-controls {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  /* line 574, ../sass/shop-post.scss */
  .shop-post-gal .tags {
    top: 10px;
    right: 10px;
  }
  /* line 578, ../sass/shop-post.scss */
  .shop-post-gal .tags .catalog-box-icon {
    font-size: 0;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-size: 88%;
  }
  /* line 585, ../sass/shop-post.scss */
  .shop-post-gal .tags .catalog-box-icon.new {
    background-image: url(../img/newss.svg);
  }
  /* line 589, ../sass/shop-post.scss */
  .shop-post-gal .tags .catalog-box-icon.hit {
    background-image: url(../img/hits.svg);
  }
  /* line 593, ../sass/shop-post.scss */
  .shop-post-gal .tags .catalog-box-icon.rec {
    background-image: url(../img/like_it_filled.svg);
  }
  /* line 597, ../sass/shop-post.scss */
  .shop-post-gal .tags .catalog-box-icon.sale {
    background-image: url(../img/coupon.svg);
  }
  /* line 603, ../sass/shop-post.scss */
  .shop-post-gal .shop-post-content-wr {
    display: none;
  }

  /* line 608, ../sass/shop-post.scss */
  .shop-post-gal-img {
    height: 70vw;
  }

  /* line 612, ../sass/shop-post.scss */
  .article {
    font-size: 12px;
  }

  /* line 616, ../sass/shop-post.scss */
  .brand {
    font-size: 15px;
    margin-top: 20px;
  }

  /* line 621, ../sass/shop-post.scss */
  .title {
    font-size: 20px;
  }

  /* line 625, ../sass/shop-post.scss */
  .price {
    font-size: 20px;
    margin-bottom: 15px;
  }
  /* line 629, ../sass/shop-post.scss */
  .price.old_price {
    font-size: 13px;
  }

  /* line 634, ../sass/shop-post.scss */
  .weight, .counts {
    font-size: 14px;
  }

  /* line 638, ../sass/shop-post.scss */
  .shop-post-desc {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }
  /* line 643, ../sass/shop-post.scss */
  .shop-post-desc .btn {
    margin-top: 0;
    min-width: initial;
    max-width: 49%;
  }

  /* line 650, ../sass/shop-post.scss */
  .shop-post-content {
    margin-top: 0;
    display: block;
  }

  /* line 655, ../sass/shop-post.scss */
  .shop-post-content-wr {
    width: 100%;
    padding-right: 0;
  }

  /* line 660, ../sass/shop-post.scss */
  .shop-post-content-tab {
    width: 100%;
    margin-top: 30px;
  }

  /* line 665, ../sass/shop-post.scss */
  .shop-post-content-tab-top {
    align-items: flex-start;
    flex-direction: column;
  }

  /* line 670, ../sass/shop-post.scss */
  .tab {
    font-size: 15px;
  }
  /* line 673, ../sass/shop-post.scss */
  .tab:last-child {
    margin-right: 0;
  }

  /* line 678, ../sass/shop-post.scss */
  .catalog-block {
    padding-top: 0;
  }
  /* line 681, ../sass/shop-post.scss */
  .catalog-block .catalog-wr {
    padding-top: 15px;
  }
  /* line 685, ../sass/shop-post.scss */
  .catalog-block .btn {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 709px) and (min-width: 420px) {
  /* line 692, ../sass/shop-post.scss */
  .shop-post-gal {
    width: 70%;
  }

  /* line 696, ../sass/shop-post.scss */
  .shop-post-gal-img {
    height: 53vw;
  }
}
