@charset "UTF-8";
/*618*/
/**
 * reg_id: 5022029
 * staff_id:618 
 * Меню
**/
.top-folders-pop {
  display: none;
  margin: 0px auto 0px;
  width: 100%;
  max-width: 1200px;
  height: 0;
  position: relative;
}
@media (max-width: 1200px) {
  .top-folders-pop {
    display: none !important;
  }
}
.top-folders-pop .folders-wrap.desktop {
  max-width: 280px;
  background: #fff;
  position: relative;
  z-index: 10;
}
.site-sidebar.left.folder-page .folders-wrap.desktop {
  display: none;
}
div.product-list.thumbs.main .shop2-product-item .product-middle {
  height: auto !important;
}
.header-bottom .menu-top > li {
  padding-left: 17px;
  padding-right: 17px;
}
.header-bottom .menu-top > li.first-but {
  background: #ff9e8e;
}
.header-bottom .menu-top > li.first-but a {
  color: #fff;
}
.header-bottom .menu-top > li.first-but:hover {
  background: #ff9e8e;
}
.header-bottom .menu-top > li.first-but:hover a {
  color: #553b44;
}
/*END*/
.shop2-order-form .form-item-submit button {
  position: relative;
  text-align: center;
  padding: 20px 20px;
  height: initial;
  color: #fff;
  background: #ef7d7d;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shop2-delivery .text-center button {
  position: relative;
  text-align: center;
  padding: 20px 20px;
  height: initial;
  color: #fff;
  background: #ef7d7d;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.shop2-btn.order-btn, a#order-print, .shop2-payments-order button.shop2-btn {
  position: relative;
  text-align: center;
  padding: 20px 20px;
  height: initial;
  color: #fff;
  background: #ef7d7d;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/**
 * reg_id: 6840363
 * staff_id:618 
 * кредит
**/
.product-fast-view-wrap .right .shop-form-add {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.d-flex {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.credit-line-wr {
  width: 100%;
  margin-bottom: 10px;
  display: none;
}
@media (max-width: 1200px) {
  .credit-line-wr {
    margin-top: 30px;
    margin-bottom: -25px;
  }
}
@media (max-width: 1024px) {
  .credit-line-wr {
    margin-top: 20px;
    margin-bottom: -10px;
  }
}
@media (max-width: 480px) {
  .credit-line-wr {
    margin-top: 30px;
    margin-bottom: -20px;
  }
}
.credit-line-wr.is-folder {
  display: block;
}
.credit-line-wr.no-folder.is-product {
  display: block;
}
.credit-line-wr.is-folder.no-product {
  display: none;
}
.credit-line-wr .credit-line {
  width: 100%;
  text-align: right;
}
.credit-line-wr .credit-line a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Fira Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 10px;
  margin: 0px 0px 0px 0px;
  color: #fff;
  background: #553b44;
  width: 240px;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
@media (max-width: 1200px) {
  .credit-line-wr .credit-line a {
    width: calc(50% - 5px);
  }
}
@media (max-width: 1024px) {
  .credit-line-wr .credit-line a {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .credit-line-wr .credit-line a {
    min-height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .product-fast-view-wrap .right .shop-form-add .d-flex {
    flex-direction: column;
  }
}
@media (max-width: 1025px) and (min-width: 769px) {
  .product-fast-view-wrap .right {
    max-width: 54%;
  }
}
.product-fast-view-wrap .right .product-price .price-current {
  font-size: 24px;
}
