@charset "UTF-8";
/*=========================================
  ADVANTAGE
=========================================*/
/* line 8, theme.scss */
/* line 7, theme.scss */
.advantage-text {
  color: #292f39;
  font-size: 16px;
  display: block;
  max-width: 166px; }

/* line 16, theme.scss */
/* line 14, theme.scss */
.advantage-icon {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 22, theme.scss */
/* line 20, theme.scss */
.advantage-title {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px; }

/* line 28, theme.scss */
/* line 27, theme.scss */
.advantage {
  border: 8px solid #292f39;
  padding: 20px 30px;
  margin-bottom: 24px; }

/* line 33, theme.scss */
/* line 33, theme.scss */
.advantage-item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 44, theme.scss */
/* line 45, theme.scss */
.advantage-item .advantage-text {
  padding-top: 35px;
  font-size: 14px;
  font-weight: 100;
  line-height: 1.3;
  margin-left: 10px; }

/* line 51, theme.scss */
/* line 53, theme.scss */
.advantage-item .advantage-text .title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; }

/*=========================================
  ARTICLE
=========================================*/
/* line 60, theme.scss */
/* line 62, theme.scss */
.article-title {
  font-size: 2.5rem; }

/* line 63, theme.scss */
/* line 66, theme.scss */
.article-image {
  margin-bottom: 1rem; }

/* line 66, theme.scss */
/* line 70, theme.scss */
.article-products {
  padding: 1rem 0; }

/*=========================================
  ARTICLE_PREVIEW
=========================================*/
/* line 73, theme.scss */
/* line 77, theme.scss */
.article_preview {
  margin-bottom: 20px;
  border: 1px solid #ccc; }

/* line 78, theme.scss */
/* line 82, theme.scss */
.article_preview-title {
  color: #292f39;
  font-size: 20px;
  word-break: break-word;
  text-align: left; }

/* line 85, theme.scss */
/* line 89, theme.scss */
.article_preview-title a {
  text-decoration: none;
  color: #292f39;
  cursor: pointer; }

/* line 90, theme.scss */
/* line 95, theme.scss */
.article_preview-blog {
  color: #292f39;
  font-size: 14px;
  font-weight: 300; }

/* line 95, theme.scss */
/* line 101, theme.scss */
.article_preview-blog a {
  text-decoration: none;
  color: #292f39;
  cursor: pointer; }

/* line 100, theme.scss */
/* line 107, theme.scss */
.article_preview-inner {
  padding: 20px 20px 10px 20px; }

/* line 103, theme.scss */
/* line 111, theme.scss */
.article_preview-bottom {
  padding: 10px 20px 20px 20px; }

/* line 107, theme.scss */
/* line 115, theme.scss */
.article_preview-preview {
  display: block;
  color: #292f39;
  font-size: 14px; }

/* line 113, theme.scss */
/* line 121, theme.scss */
.article-date {
  display: block;
  color: #292f39;
  margin: 0.5rem 0 1rem 0; }

/*=========================================
  ARTICLE-RIGHT-COLUMN
=========================================*/
/* line 122, theme.scss */
/* line 130, theme.scss */
.list-link {
  text-decoration: none; }

/* line 126, theme.scss */
/* line 134, theme.scss */
.aside-header a {
  text-decoration: none; }

/* line 130, theme.scss */
/* line 138, theme.scss */
.aside-header h2 {
  margin-bottom: 10px; }

/* line 134, theme.scss */
/* line 142, theme.scss */
.last-articles {
  margin-bottom: 20px; }

/* line 138, theme.scss */
/* line 146, theme.scss */
.articles-list .list-item {
  margin-bottom: 10px; }

/*=========================================
  ARTICLE-COMMENTS
=========================================*/
/* line 145, theme.scss */
/* line 153, theme.scss */
#comment_form {
  max-width: 600px; }

/*=========================================
  CARD
=========================================*/
/* line 152, theme.scss */
/* line 160, theme.scss */
.card {
  margin-bottom: 24px;
  position: relative; }

/* line 156, theme.scss */
/* line 165, theme.scss */
.card .card-title {
  font-weight: 100;
  line-height: 1;
  margin-bottom: 0; }

/* line 161, theme.scss */
/* line 171, theme.scss */
.card .card-title a {
  text-decoration: none;
  color: #292f39; }

/* line 165, theme.scss */
/* line 176, theme.scss */
.card .card-title a:hover {
  color: #8f8973; }

/* line 168, theme.scss */
/* line 180, theme.scss */
.card .card-sku {
  font-weight: bold;
  font-size: 12px;
  color: #000; }

/* line 173, theme.scss */
/* line 186, theme.scss */
.card .card-action {
  /*margin-top: 6px;*/ }

/* line 176, theme.scss */
/* line 190, theme.scss */
.card .card-bottom {
  padding: 10px 15px;
  background: #e9edee; }

/* line 180, theme.scss */
/* line 195, theme.scss */
.card .card-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 1; }

/* line 185, theme.scss */
/* line 201, theme.scss */
.card .price-note {
  font-weight: 100;
  font-size: 12px;
  color: #b2b2b2; }

/* line 190, theme.scss */
/* line 207, theme.scss */
.card-info {
  position: relative; }

/* line 193, theme.scss */
/* line 211, theme.scss */
.card-old_price {
  text-decoration: line-through;
  color: #999999; }

/*=========================================
  STIKER
=========================================*/
/* line 201, theme.scss */
/* line 219, theme.scss */
.stiker {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  color: #fff;
  overflow: hidden;
  z-index: 2;
  max-width: 98px;
  padding-right: 15px;
  padding-top: 3px;
  height: 31px; }

/* line 214, theme.scss */
/* line 233, theme.scss */
.stiker svg {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20; }

/* line 220, theme.scss */
/* line 240, theme.scss */
.stiker span {
  position: relative;
  z-index: 50;
  font-size: 10px;
  text-transform: uppercase; }

/* line 226, theme.scss */
/* line 247, theme.scss */
.stiker-new svg path {
  fill: #8d4c6c; }

/* line 229, theme.scss */
/* line 251, theme.scss */
.stiker-sale {
  background-color: #8d4c6c;
  background: url(circle.svg) center center no-repeat;
  width: 52px;
  height: 51px;
  -webkit-background-size: contain;
  background-size: contain;
  color: #ffffff;
  line-height: 51px;
  text-align: center;
  top: 0px !important;
  right: 19px;
  padding: 0;
  left: auto; }

/* line 244, theme.scss */
/* line 267, theme.scss */
.stiker + .stiker {
  top: 50px; }

/* line 247, theme.scss */
/* line 271, theme.scss */
.stiker:nth-child(2) + .stiker {
  top: 100px; }

/* line 250, theme.scss */
/* line 275, theme.scss */
.stiker:nth-child(3) + .stiker {
  top: 150px; }

/*=========================================
  CART_ITEM
=========================================*/
/* line 257, theme.scss */
/* line 282, theme.scss */
.item-delete {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  padding: 2px;
  white-space: nowrap;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: #292f39; }

/* line 269, theme.scss */
/* line 295, theme.scss */
.item-delete svg {
  vertical-align: middle; }

/* line 273, theme.scss */
/* line 299, theme.scss */
.item-title-link {
  text-decoration: none;
  color: inherit; }

/* line 277, theme.scss */
/* line 304, theme.scss */
.cart-item {
  margin-bottom: 8px; }

/* line 280, theme.scss */
/* line 308, theme.scss */
.cart-item .image-padding {
  padding: 0 23.5%;
  display: block; }

/* line 284, theme.scss */
/* line 313, theme.scss */
.cart-item .item-img {
  display: block;
  border: 8px solid #292f39;
  padding: 24px;
  color: #292f39; }

/* line 290, theme.scss */
/* line 320, theme.scss */
.cart-item .item-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 24px;
  line-height: 1px;
  display: block; }

/* line 299, theme.scss */
/* line 329, theme.scss */
.cart-item .item-variant {
  border: 0; }

/* line 302, theme.scss */
/* line 333, theme.scss */
.cart-item .item-variant td {
  background: none;
  border: 0;
  padding: 2px 10px 2px 0;
  line-height: 24px;
  font-weight: 900;
  font-size: 14px; }

/* line 310, theme.scss */
/* line 342, theme.scss */
.cart-item .item-variant tr td:first-child {
  text-transform: uppercase;
  font-size: 12px;
  color: #999;
  font-weight: bold; }

/* line 316, theme.scss */
/* line 349, theme.scss */
.cart-item .item-variant tr.item-sku td:last-child {
  color: #e99ea5;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold; }

/* line 322, theme.scss */
/* line 356, theme.scss */
.opac {
  opacity: 0 !important; }

/*=========================================
  CART
=========================================*/
/* line 329, theme.scss */
/* line 363, theme.scss */
.products-is-cart_similar .new-slider-next {
  cursor: pointer; }

/* line 332, theme.scss */
/* line 367, theme.scss */
.products-is-cart_similar .new-slider-next svg {
  width: 90px; }

/* line 335, theme.scss */
/* line 371, theme.scss */
.products-is-cart_similar .new-slider-next:hover svg path {
  fill: #e99ea5; }

/* line 338, theme.scss */
/* line 375, theme.scss */
.products-is-cart_similar .new-slider-prev {
  cursor: pointer; }

/* line 341, theme.scss */
/* line 379, theme.scss */
.products-is-cart_similar .new-slider-prev svg {
  width: 74px; }

/* line 344, theme.scss */
/* line 383, theme.scss */
.products-is-cart_similar .new-slider-prev:hover svg path {
  fill: #e99ea5; }

/* line 347, theme.scss */
/* line 387, theme.scss */
.products-is-cart_similar .new-slider-dash {
  margin: 0; }

/* line 350, theme.scss */
/* line 391, theme.scss */
.products-is-cart_similar .new-slider-dash svg {
  width: 14px; }

/* line 353, theme.scss */
/* line 395, theme.scss */
.products-is-cart_similar .cell-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 13px; }

/* line 364, theme.scss */
/* line 407, theme.scss */
.products-is-cart_similar .card .card-action {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 375, theme.scss */
/* line 419, theme.scss */
.products-is-cart_similar .card .card-action .card-prices {
  margin-bottom: 10px; }

/* line 378, theme.scss */
/* line 423, theme.scss */
.products-is-cart_similar .price-note {
  display: none; }

/* line 381, theme.scss */
/* line 427, theme.scss */
.products-is-cart_similar .card-price:before {
  content: 'от';
  font-weight: 100;
  font-size: 12px;
  color: #b2b2b2;
  display: inline-block;
  vertical-align: middle; }

/* line 390, theme.scss */
/* line 436, theme.scss */
.cart-form {
  padding-bottom: 24px; }

/* line 394, theme.scss */
/* line 440, theme.scss */
.cart-form .cart-delivery-block {
  -webkit-box-shadow: 0 1px 4px rgba(40, 37, 34, 0.35);
  box-shadow: 0 1px 4px rgba(40, 37, 34, 0.35);
  background-color: #ffffff;
  padding: 24px;
  text-align: center; }

/* line 402, theme.scss */
/* line 448, theme.scss */
.cart-form .cart-delivery-block h3 {
  font-size: 48px;
  margin-bottom: 15px;
  margin-top: 10px; }

/* line 408, theme.scss */
/* line 454, theme.scss */
.cart-form .cart-delivery-block .editor {
  font-size: 14px;
  font-weight: 100; }

/* line 413, theme.scss */
/* line 459, theme.scss */
.cart-form .cart-delivery-block .inner {
  background: url(cart-bg.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 20px; }

/* line 420, theme.scss */
/* line 466, theme.scss */
.cart-form .cart-footer {
  margin-bottom: 24px;
  border: 8px solid #292f39;
  background: #e9edee;
  text-align: center;
  padding: 24px 45px 34px 45px; }

/* line 428, theme.scss */
/* line 474, theme.scss */
.cart-form .cart-footer svg {
  width: 79px;
  height: 83px;
  margin-bottom: 10px; }

/* line 434, theme.scss */
/* line 480, theme.scss */
.cart-form .cart-top {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 14px;
  line-height: 1; }

/* line 442, theme.scss */
/* line 488, theme.scss */
.cart-form .cart-top strong {
  color: #e99ea5; }

/* line 446, theme.scss */
/* line 492, theme.scss */
.cart-form .cart-total-capture {
  text-transform: uppercase;
  font-weight: 900;
  color: #999999;
  font-size: 12px; }

/* line 453, theme.scss */
/* line 499, theme.scss */
.cart-form .cart-total {
  color: #ad2a4a;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px; }

/* line 460, theme.scss */
/* line 506, theme.scss */
.cart-form .discounts-wrap {
  padding-top: 10px;
  border-top: 2px solid #292f39; }

/* line 465, theme.scss */
/* line 511, theme.scss */
.cart-form .discounts-wrap input {
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #292f39;
  background-color: #ffffff;
  font-size: 14px; }

/* line 474, theme.scss */
/* line 520, theme.scss */
.cart-form .discounts-wrap input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #292f39; }

/* line 478, theme.scss */
/* line 525, theme.scss */
.cart-form .discounts-wrap input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #292f39;
  opacity: 1; }

/* line 483, theme.scss */
/* line 531, theme.scss */
.cart-form .discounts-wrap input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #292f39;
  opacity: 1; }

/* line 488, theme.scss */
/* line 537, theme.scss */
.cart-form .discounts-wrap input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #292f39; }

/* line 492, theme.scss */
/* line 542, theme.scss */
.cart-form .discounts-wrap button {
  text-transform: lowercase;
  font-size: 14px;
  font-weight: bold;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background-color: #292f39;
  padding: 12px 15px 12px 15px; }

/* line 502, theme.scss */
/* line 552, theme.scss */
.cart-form .discounts-wrap .inpt-group {
  margin-bottom: 24px; }

/* line 506, theme.scss */
/* line 556, theme.scss */
.cart-form .item-counter {
  border: 2px solid #292f39;
  padding: 13px 0px 14px 0px;
  width: 100%;
  text-align: center; }

/* line 513, theme.scss */
/* line 563, theme.scss */
.cart-form .item-counter .item-total_price {
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  padding-left: 20px; }

/* line 520, theme.scss */
/* line 570, theme.scss */
.cart-form .item-counter .item-money {
  color: #8d4c6c;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  padding-left: 20px; }

/* line 528, theme.scss */
/* line 578, theme.scss */
.cart-form .item-counter .quantity {
  margin: 10px 0 12px 0; }

/* line 532, theme.scss */
/* line 582, theme.scss */
.cart-form .item-counter .quantity-input {
  width: 43px;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #292f39;
  background-color: #ffffff;
  font-size: 12px;
  margin: 0 5px; }

/* line 543, theme.scss */
/* line 593, theme.scss */
.cart-form .item-counter .bttn-count, .cart-form .item-counter a.bttn-count {
  padding: 0;
  background: transparent;
  border: 0;
  width: 11px;
  height: 11px;
  margin: 0;
  font-weight: 900;
  font-size: 18px;
  color: #292f39; }

/* line 555, theme.scss */
/* line 605, theme.scss */
.cart-form .item-counter .bttn-count:hover, .cart-form .item-counter a.bttn-count:hover {
  color: #e99ea5; }

/* line 559, theme.scss */
/* line 609, theme.scss */
.cart-sidebar {
  padding-bottom: 24px; }

/* line 562, theme.scss */
/* line 613, theme.scss */
.item-content-inner {
  background: #e9edee;
  padding: 13px 24px;
  height: 100%; }

/*=========================================
  CATEGORY_MENU
=========================================*/
/* line 571, theme.scss */
/* line 622, theme.scss */
.category-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 576, theme.scss */
/* line 628, theme.scss */
.category-menu-item {
  display: block; }

/* line 580, theme.scss */
/* line 632, theme.scss */
.category_menu .category_menu {
  display: none; }

/* line 583, theme.scss */
/* line 636, theme.scss */
.is-button-active + .category_menu {
  display: block; }

/* line 586, theme.scss */
/* line 640, theme.scss */
.category_menu-marker::after {
  content: '+';
  font-size: 20px; }

/* line 590, theme.scss */
/* line 645, theme.scss */
.category_menu-marker.is-button-active::after {
  content: '-'; }

/*=========================================
  COLLECTION_FILTERS
=========================================*/
/* line 597, theme.scss */
/* line 652, theme.scss */
.filter {
  padding: 15px 0;
  border-bottom: 1px solid #ccc; }

/* line 601, theme.scss */
/* line 657, theme.scss */
.collection-filter-header {
  font-size: 22px;
  line-height: 1.5; }

/* line 605, theme.scss */
/* line 662, theme.scss */
.filter-items-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 610, theme.scss */
/* line 668, theme.scss */
.filter-items-list .filter-item {
  font-size: 14px;
  font-weight: normal; }

/* line 615, theme.scss */
/* line 673, theme.scss */
.filter-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px; }

/* line 621, theme.scss */
/* line 680, theme.scss */
.checkbox-field {
  display: none; }

/* line 625, theme.scss */
/* line 684, theme.scss */
.filter-checkbox {
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #3A4145;
  left: 0;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px); }

/* line 634, theme.scss */
/* line 694, theme.scss */
.checkbox-field + .filter-checkbox:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background-color: #3A4145;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 648, theme.scss */
/* line 709, theme.scss */
.checkbox-field:checked + .filter-checkbox:after {
  opacity: 1; }

/* line 651, theme.scss */
/* line 713, theme.scss */
.filter-items-wrapper {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1); }

/* line 658, theme.scss */
/* line 721, theme.scss */
.filter-items-wrapper.is-tab-active {
  max-height: 10000px;
  -webkit-transition: max-height 1.8s ease-in-out;
  -o-transition: max-height 1.8s ease-in-out;
  transition: max-height 1.8s ease-in-out;
  visibility: visible; }

/* line 666, theme.scss */
/* line 729, theme.scss */
.filter-toggle {
  background: none;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 674, theme.scss */
/* line 737, theme.scss */
.collection-filter .filter-title .filter-toggle.is-button-active #icon-minus {
  display: block; }

/* line 678, theme.scss */
/* line 741, theme.scss */
.collection-filter .filter-title .filter-toggle.is-button-active #icon-plus {
  display: none; }

/* line 682, theme.scss */
/* line 745, theme.scss */
.filter-title {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* line 688, theme.scss */
/* line 751, theme.scss */
.filter-title span {
  cursor: pointer; }

/* line 691, theme.scss */
/* line 755, theme.scss */
.filter.is-active-container .filter-title {
  padding-bottom: 10px; }

/* line 694, theme.scss */
/* line 759, theme.scss */
.collection-filter {
  max-height: 800px;
  margin-bottom: 8px; }

/* line 697, theme.scss */
/* line 764, theme.scss */
.collection-filter .filter {
  border: 8px solid #292f39;
  background-color: #e9edee;
  padding: 20px 24px;
  margin-bottom: 8px; }

/* line 703, theme.scss */
/* line 771, theme.scss */
.collection-filter .filter .leaves-wrap {
  margin: 8px 0 12px 0;
  text-align: center; }

/* line 707, theme.scss */
/* line 776, theme.scss */
.collection-filter .filter-title {
  font-weight: 900;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 724, theme.scss */
/* line 794, theme.scss */
.collection-filter .filter-title .filter-toggle {
  padding: 0; }

/* line 727, theme.scss */
/* line 798, theme.scss */
.collection-filter .filter-title .filter-toggle #icon-minus path {
  fill: #e99ea5; }

/* line 730, theme.scss */
/* line 802, theme.scss */
.collection-filter .filter-title .filter-toggle #icon-minus {
  display: none; }

/* line 733, theme.scss */
/* line 806, theme.scss */
.collection-filter .filter-title .filter-toggle #icon-plus svg path {
  fill: #292f39; }

/* line 736, theme.scss */
/* line 810, theme.scss */
.collection-filter .filter-title .filter-toggle:hover #icon-minus path {
  fill: #292f39; }

/* line 739, theme.scss */
/* line 814, theme.scss */
.collection-filter .filter-title .filter-toggle:hover #icon-plus path {
  fill: #e99ea5; }

/* line 742, theme.scss */
/* line 818, theme.scss */
.col-sidebar {
  padding-bottom: 24px; }

/* line 745, theme.scss */
/* line 822, theme.scss */
.col-sidebar .filters-clear {
  color: #292f39;
  border: 8px solid #e99ea5;
  width: 100%;
  -webkit-border-radius: 0;
  border-radius: 0;
  line-height: 28px;
  text-align: center;
  background: #fff;
  padding: 15px 0; }

/* line 756, theme.scss */
/* line 834, theme.scss */
.col-sidebar .filters-clear svg {
  margin-right: 1px;
  vertical-align: middle; }

/*=========================================
  INPUT_TYPE
=========================================*/
/* line 764, theme.scss */
/* line 842, theme.scss */
.filter-items-list.is-span .filter-item,
.filter-items-list.is-color .filter-item {
  display: inline-block;
  vertical-align: top; }

/* line 770, theme.scss */
/* line 848, theme.scss */
.filter-span {
  vertical-align: top; }

/* line 774, theme.scss */
/* line 852, theme.scss */
.filter-span-control {
  display: inline-block;
  vertical-align: top;
  border: 1px solid color-border-primary;
  padding: 5px;
  min-width: 30px;
  text-align: center; }

/* line 783, theme.scss */
/* line 861, theme.scss */
input[type="checkbox"]:checked + .filter-span-control {
  border-color: #e99ea5; }

/* line 787, theme.scss */
/* line 865, theme.scss */
.filter-color {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 7px;
  margin-right: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none; }

/* line 802, theme.scss */
/* line 880, theme.scss */
.filter-color[title="белый"],
.filter-color[title="Прозрачный"],
.filter-color[title="Белый"] {
  border: 1px solid #e1e1e1; }

/* line 808, theme.scss */
/* line 886, theme.scss */
input[type="checkbox"]:checked + .filter-color,
input[type="checkbox"]:checked + .filter-color[title="Белый"],
input[type="checkbox"]:checked + .filter-color[title="Прозрачный"],
input[type="checkbox"]:checked + .filter-color[title="белый"] {
  border: 1px solid #e99ea5; }

/*=========================================
  RANGE
=========================================*/
/* line 819, theme.scss */
/* line 896, theme.scss */
.collection-filter .range-slider input {
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #292f39;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  color: #292f39;
  width: 100%; }

/* line 831, theme.scss */
/* line 908, theme.scss */
.collection-filter .range-slider .irs-slider.from, .collection-filter .range-slider .irs-slider.to {
  background: #e99ea5;
  width: 17px;
  top: 26px;
  background: url(price-range.svg) center center no-repeat transparent;
  width: 12px;
  height: 15px;
  top: 30px; }

/* line 841, theme.scss */
/* line 918, theme.scss */
.collection-filter .range-slider .irs {
  height: 48px; }

/* line 845, theme.scss */
/* line 922, theme.scss */
.collection-filter .range-slider .irs-bar {
  height: 4px;
  top: 26px;
  background: #e99ea5; }

/* line 851, theme.scss */
/* line 928, theme.scss */
.collection-filter .range-slider .irs-line {
  height: 4px;
  top: 26px; }

/* line 856, theme.scss */
/* line 933, theme.scss */
.collection-filter .range-slider .irs-line-mid, .collection-filter .range-slider .irs-line-left, .collection-filter .range-slider .irs-line-right {
  height: 4px;
  background: #8d4c6c;
  background: #fff; }

/*=========================================
  COLLECTION_ORDER
=========================================*/
/* line 865, theme.scss */
/* line 942, theme.scss */
.collection-order.is-page-size .label-field {
  vertical-align: middle; }

/* line 868, theme.scss */
/* line 946, theme.scss */
.collection-order.is-page-size .select-field {
  vertical-align: middle; }

/* line 871, theme.scss */
/* line 950, theme.scss */
.collection-order select {
  border-color: transparent;
  position: relative;
  z-index: 60;
  background: transparent;
  color: #292f39;
  font-weight: 900;
  width: 100%;
  font-size: 14px;
  padding: 8px 51px 8px 13px; }

/* line 884, theme.scss */
/* line 962, theme.scss */
.collection-description {
  color: #999; }

/* line 887, theme.scss */
/* line 966, theme.scss */
.collection-order-wrapper {
  font-size: 14px;
  margin-bottom: 30px; }

/* line 891, theme.scss */
/* line 971, theme.scss */
.collection-order-wrapper label {
  font-size: 14px;
  color: #999999; }

/* line 895, theme.scss */
/* line 976, theme.scss */
.collection-order-wrapper strong {
  font-weight: 900;
  font-size: 14px; }

/* line 899, theme.scss */
/* line 981, theme.scss */
.collection-order-wrapper .is-page-size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 909, theme.scss */
/* line 992, theme.scss */
.collection-order-wrapper .is-page-size svg {
  width: 13px;
  margin: 0 20px; }

/* line 913, theme.scss */
/* line 997, theme.scss */
.collection-order-wrapper .is-page-size svg path {
  fill: #292f39; }

/* line 916, theme.scss */
/* line 1001, theme.scss */
.collection-order-wrapper .is-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 930, theme.scss */
/* line 1016, theme.scss */
.collection-order-wrapper .select-wrap {
  position: relative;
  border: 2px solid #333;
  margin-left: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 938, theme.scss */
/* line 1024, theme.scss */
.collection-order-wrapper .select-wrap:after {
  content: '';
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 38px;
  display: block;
  background: url(select.svg) center center no-repeat #292f39; }

/* line 949, theme.scss */
/* line 1036, theme.scss */
.col-descr {
  font-size: 14px;
  color: #999999; }

/* line 953, theme.scss */
/* line 1041, theme.scss */
.col-page {
  margin-bottom: 50px; }

/* line 956, theme.scss */
/* line 1045, theme.scss */
.index-news.in-collection {
  margin-bottom: 50px; }

/*=========================================
  DROP
=========================================*/
/* line 963, theme.scss */
/* line 1052, theme.scss */
.page_size_drop-item [type="radio"]:checked + .page_size_drop-control {
  color: #e99ea5; }

/* line 966, theme.scss */
/* line 1056, theme.scss */
.page_size_drop-item {
  display: block; }

/* line 969, theme.scss */
/* line 1060, theme.scss */
.page_size_drop-target {
  background-color: #ffffff;
  width: 100%; }

/*=========================================
  PAGE_SIZE
=========================================*/
/*=========================================
  RADIO
=========================================*/
/* line 982, theme.scss */
/* line 1071, theme.scss */
.page_size-radio [type="radio"]:checked + .page_size-radio-control {
  color: #e99ea5;
  font-weight: bold; }

/* line 986, theme.scss */
/* line 1076, theme.scss */
.page_size-radio {
  vertical-align: bottom; }

/*=========================================
  COMPARE
=========================================*/
/*  Compare table
-----------------------------------------*/
/* line 995, theme.scss */
/* line 1085, theme.scss */
.table.table-compare {
  position: relative; }

/* line 999, theme.scss */
/* line 1089, theme.scss */
.table.table-compare tr, .table.table-compare td {
  border: none; }

/* line 1003, theme.scss */
/* line 1093, theme.scss */
.table.table-compare td {
  padding: 20px; }

/* line 1007, theme.scss */
/* line 1097, theme.scss */
.table.table-compare .param-title {
  font-weight: bold;
  width: 15%; }

/* line 1012, theme.scss */
/* line 1102, theme.scss */
.table.table-compare tr:nth-child(even) .param-title {
  background: #ccc; }

/* line 1016, theme.scss */
/* line 1106, theme.scss */
.table.table-compare .param-value {
  width: 20%; }

/* line 1020, theme.scss */
/* line 1110, theme.scss */
.table.table-compare .button-text {
  display: inline-block; }

@media screen and (max-width: 768px) {
  /* line 1025, theme.scss */
  /* line 1115, theme.scss */
  .table.table-compare .param-title {
    font-weight: bold; }

  /* line 1028, theme.scss */
  /* line 1119, theme.scss */
  .table.table-compare .button-text {
    display: none; }

  /* line 1031, theme.scss */
  /* line 1123, theme.scss */
  .table.table-compare .param-value {
    font-size: 12px; }

  /* line 1034, theme.scss */
  /* line 1127, theme.scss */
  .table.table-compare tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 1049, theme.scss */
  /* line 1143, theme.scss */
  .table.table-compare td, .table.table-compare th {
    padding: 5px;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width: 25%; }

  /* line 1059, theme.scss */
  /* line 1154, theme.scss */
  .table.table-compare th:first-child,
  .table.table-compare td:first-child {
    text-align: center;
    width: 100%; }

  /* line 1064, theme.scss */
  /* line 1160, theme.scss */
  .table.table-compare th:first-child {
    display: none; } }
/*  Compare same toggler
-----------------------------------------*/
/* line 1071, theme.scss */
/* line 1165, theme.scss */
.button-same-toggle .text-hide,
.button-same-toggle .fa-eye-slash {
  display: inline; }

/* line 1076, theme.scss */
/* line 1170, theme.scss */
.button-same-toggle .text-show,
.button-same-toggle .fa-eye {
  display: none; }

/* line 1081, theme.scss */
/* line 1175, theme.scss */
.button-same-toggle.active .text-hide,
.button-same-toggle.active .fa-eye-slash {
  display: none; }

/* line 1086, theme.scss */
/* line 1180, theme.scss */
.button-same-toggle.active .text-show,
.button-same-toggle.active .fa-eye {
  display: inline; }

/*  Compare toolbar
-----------------------------------------*/
/* line 1093, theme.scss */
/* line 1187, theme.scss */
.compare-toolbar {
  margin-bottom: 20px; }

/*=========================================
  DYNAMIC_BASKET
=========================================*/
/* line 1100, theme.scss */
/* line 1194, theme.scss */
.dynamic_basket {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 2px 0px #000;
  box-shadow: 0 0 2px 0px #000; }

/* line 1107, theme.scss */
/* line 1201, theme.scss */
.dynamic_basket-header {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #e1e1e1; }

/* line 1113, theme.scss */
/* line 1207, theme.scss */
.dynamic_basket-empty {
  padding: 1rem 0; }

/* line 1117, theme.scss */
/* line 1211, theme.scss */
.dynamic_item {
  border-bottom: 1px solid #e1e1e1; }

/* line 1121, theme.scss */
/* line 1215, theme.scss */
.dynamic_basket-drop {
  right: 0;
  width: 300px; }

/*=========================================
  FAVORITE
=========================================*/
/* line 1129, theme.scss */
/* line 1223, theme.scss */
.favorite-head {
  margin-bottom: 20px; }

/*=========================================
  FIXED_HEADER
=========================================*/
/* line 1136, theme.scss */
/* line 1230, theme.scss */
.fixed_header {
  z-index: 99;
  position: fixed;
  background: #ffffff;
  top: 0;
  padding: 10px 0;
  top: -105%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 300ms;
  -o-transition: top 300ms;
  transition: top 300ms; }

/* line 1152, theme.scss */
/* line 1246, theme.scss */
.fixed_header.is-enabled {
  top: 0; }

/*=========================================
  FOOTER
=========================================*/
/* line 1159, theme.scss */
/* line 1253, theme.scss */
footer {
  padding-top: 74px;
  background: #292f39;
  color: #ffffff; }

/* line 1164, theme.scss */
/* line 1259, theme.scss */
footer a {
  color: #ffffff; }

/* line 1167, theme.scss */
/* line 1263, theme.scss */
footer .row.is-grid .foot-info {
  padding-right: 62px; }

/* line 1170, theme.scss */
/* line 1267, theme.scss */
footer .foot-menus-inner {
  border: 8px solid #fff;
  padding: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 1181, theme.scss */
/* line 1279, theme.scss */
footer .foot-menus-inner .foot-menu {
  margin: 0 30px; }

/* line 1184, theme.scss */
/* line 1283, theme.scss */
footer .foot-menus-inner .title {
  font-weight: normal;
  font-size: 23px;
  margin-bottom: 30px; }

/* line 1189, theme.scss */
/* line 1289, theme.scss */
footer .foot-menus-inner a {
  color: #c7c7c7;
  display: block;
  margin-bottom: 10px;
  font-weight: 100; }

/* line 1196, theme.scss */
/* line 1296, theme.scss */
footer .foot-menus-inner a:hover {
  color: #fff; }

/* line 1199, theme.scss */
/* line 1300, theme.scss */
footer .footer-bottom {
  padding: 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #7c7f86;
  font-size: 14px;
  font-weight: 100; }

/* line 1209, theme.scss */
/* line 1311, theme.scss */
footer .footer-bottom a {
  color: #7c7f86; }

/* line 1212, theme.scss */
/* line 1315, theme.scss */
footer .footer-bottom a:hover {
  color: #ffffff; }

/* line 1215, theme.scss */
/* line 1319, theme.scss */
footer .footer-bottom .insales {
  margin-left: auto; }

/* line 1218, theme.scss */
/* line 1323, theme.scss */
footer .footer-bottom .insales a {
  text-decoration: none; }

/* line 1221, theme.scss */
/* line 1327, theme.scss */
footer .foot-info .foot-logo svg {
  width: 140px; }

/* line 1224, theme.scss */
/* line 1331, theme.scss */
footer .foot-info .foot-logo svg path.logo-path {
  fill: #fff; }

/* line 1227, theme.scss */
/* line 1335, theme.scss */
footer .foot-logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 23px;
  border-bottom: 8px solid #fff;
  margin-bottom: 35px;
  margin-right: 50px; }

/* line 1241, theme.scss */
/* line 1350, theme.scss */
footer .foot-logo-wrap .phone.in-footer {
  margin-left: auto; }

/* line 1244, theme.scss */
/* line 1354, theme.scss */
footer .foot-payment-wrap .title {
  margin-bottom: 10px;
  font-weight: 100; }

/* line 1248, theme.scss */
/* line 1359, theme.scss */
footer .foot-payment-wrap label {
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 5px; }

/* line 1255, theme.scss */
/* line 1366, theme.scss */
footer .foot-payment-wrap .pay-img {
  height: 32px;
  overflow: hidden;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat; }

/* line 1262, theme.scss */
/* line 1374, theme.scss */
footer .foot-payment-wrap .pay-1 {
  margin-bottom: 10px; }

/* line 1265, theme.scss */
/* line 1378, theme.scss */
footer .foot-payment-wrap .pay-1 .pay-img {
  background-position: left top; }

/* line 1268, theme.scss */
/* line 1382, theme.scss */
footer .foot-payment-wrap .pay-2 {
  margin-right: 2px; }

/* line 1271, theme.scss */
/* line 1386, theme.scss */
footer .foot-payment-wrap .pay-2 .pay-img {
  background-position: left top;
  width: 159px; }

/* line 1275, theme.scss */
/* line 1391, theme.scss */
footer .foot-payment-wrap .pay-3 .pay-img {
  background-position: left top;
  width: 159px; }

/* line 1279, theme.scss */
/* line 1396, theme.scss */
footer .phone a {
  color: #292f39; }

/* line 1283, theme.scss */
/* line 1400, theme.scss */
footer .phone .tel {
  font-size: 24px;
  line-height: 2;
  color: #fff; }

/* line 1289, theme.scss */
/* line 1406, theme.scss */
footer .phone .js-modal {
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #292f39;
  color: #e99ea5; }

/* line 1295, theme.scss */
/* line 1416, theme.scss */
footer .phone .js-modal:hover {
  text-decoration: none; }

/* line 1298, theme.scss */
/* line 1420, theme.scss */
footer .foot-contacts {
  max-width: 187px;
  margin-left: auto;
  color: #c7c7c7; }

/* line 1303, theme.scss */
/* line 1426, theme.scss */
footer .foot-contacts .title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px; }

/* line 1309, theme.scss */
/* line 1433, theme.scss */
footer .foot-contacts .address {
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 20px; }

/* line 1314, theme.scss */
/* line 1439, theme.scss */
footer .foot-contacts .time {
  background: url(clock.svg) left center no-repeat;
  padding-left: 33px;
  margin-bottom: 15px;
  font-weight: 100; }

/* line 1320, theme.scss */
/* line 1446, theme.scss */
footer .foot-contacts .email {
  background: url(email.svg) left center no-repeat;
  padding-left: 33px;
  font-weight: 100; }

/* line 1327, theme.scss */
/* line 1452, theme.scss */
footer .foot-contacts .email a {
  color: #c7c7c7;
  text-decoration: none; }

/* line 1330, theme.scss */
/* line 1457, theme.scss */
footer .foot-contacts .email a:hover {
  color: #ffffff; }

/* line 1333, theme.scss */
/* line 1461, theme.scss */
footer .foot-contacts .email span {
  text-decoration: underline; }

/*=========================================
  HEADER
=========================================*/
/* line 1340, theme.scss */
/* line 1468, theme.scss */
.logotype {
  height: 100px;
  display: block; }

/* line 1344, theme.scss */
/* line 1473, theme.scss */
.main-header {
  padding: 10px 0;
  border-bottom: 8px solid #292f39; }

/* line 1348, theme.scss */
/* line 1478, theme.scss */
.main-header .cell-4.text-right {
  max-width: 260px;
  margin-left: auto;
  padding-top: 20px; }

/* line 1353, theme.scss */
/* line 1484, theme.scss */
.main-header nav {
  margin: 16px 0 15px 0; }

/* line 1356, theme.scss */
/* line 1488, theme.scss */
.main-header nav a {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-right: 24px;
  color: #292f39; }

/* line 1364, theme.scss */
/* line 1497, theme.scss */
.main-header nav a:hover, .main-header nav a.active {
  color: #e99ea5; }

/* line 1367, theme.scss */
/* line 1501, theme.scss */
.main-header .phone a {
  color: #292f39; }

/* line 1371, theme.scss */
/* line 1505, theme.scss */
.main-header .phone .tel {
  font-size: 24px;
  line-height: 1; }

/* line 1376, theme.scss */
/* line 1510, theme.scss */
.main-header .phone .js-modal {
  text-decoration: underline;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #292f39; }

/* line 1380, theme.scss */
/* line 1519, theme.scss */
.main-header .phone .js-modal:hover {
  text-decoration: none; }

/* line 1383, theme.scss */
/* line 1523, theme.scss */
.main-header .search-widget {
  margin-bottom: 35px; }

/* line 1386, theme.scss */
/* line 1527, theme.scss */
.main-header .search-widget button {
  position: absolute;
  left: 8px;
  top: 50%;
  padding: 0;
  background-color: transparent;
  margin-top: -10px; }

/* line 1394, theme.scss */
/* line 1536, theme.scss */
.main-header .search-widget .inpt {
  padding: 6px 0 6px 33px;
  border: 0;
  border-bottom: 2px solid #292f39;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #292f39;
  color: #292f39;
  font-family: inherit; }

/* line 1403, theme.scss */
/* line 1549, theme.scss */
.main-header .search-widget .inpt::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #292f39; }

/* line 1406, theme.scss */
/* line 1554, theme.scss */
.main-header .search-widget .inpt:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #292f39;
  opacity: 1; }

/* line 1410, theme.scss */
/* line 1560, theme.scss */
.main-header .search-widget .inpt::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #292f39;
  opacity: 1; }

/* line 1414, theme.scss */
/* line 1566, theme.scss */
.main-header .search-widget .inpt:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #292f39; }

/* line 1417, theme.scss */
/* line 1571, theme.scss */
.main-header .cart-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1431, theme.scss */
/* line 1586, theme.scss */
.main-header .cart-widget svg {
  vertical-align: middle; }

/* line 1434, theme.scss */
/* line 1590, theme.scss */
.main-header .cart-widget span {
  margin-left: 10px; }

/* line 1437, theme.scss */
/* line 1594, theme.scss */
.main-header .cart-widget a {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #292f39;
  text-decoration: none; }

/* line 1442, theme.scss */
/* line 1603, theme.scss */
.main-header .cart-widget .cart-widget-link {
  margin-right: 22px; }

/* line 1445, theme.scss */
/* line 1607, theme.scss */
.main-header .cart-widget .cart-widget-link svg {
  margin-top: -11px; }

/* line 1448, theme.scss */
/* line 1611, theme.scss */
.main-header .cart-widget .cart-widget-link span {
  font-weight: 900; }

/* line 1455, theme.scss */
/* line 1615, theme.scss */
.index-text {
  margin: 24px 0; }

/* line 1461, theme.scss */
/* line 1619, theme.scss */
.index-text .main-text {
  padding-top: 0;
  color: #999; }

/* line 1468, theme.scss */
/* line 1624, theme.scss */
.index-text .main-text .pre-title {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: normal;
  color: #999;
  font-weight: 700;
  margin-bottom: 8px; }

/* line 1479, theme.scss */
/* line 1633, theme.scss */
.index-text .main-text .title {
  color: #292f39;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700; }

/* line 1488, theme.scss */
/* line 1640, theme.scss */
.index-text .main-text .editor {
  font-weight: 100;
  max-width: 369px; }

/* line 1495, theme.scss */
/* line 1645, theme.scss */
.index-text .main-text .editor p {
  margin: 10px 0; }

/* line 1501, theme.scss */
/* line 1649, theme.scss */
.index-text .banner-frame {
  position: relative;
  line-height: 1.12;
  display: block;
  padding: 24px;
  -webkit-box-shadow: 0 1px 4px rgba(40, 37, 34, 0.35);
  box-shadow: 0 1px 4px rgba(40, 37, 34, 0.35);
  background-color: #ffffff;
  color: #292f39; }

/* line 1514, theme.scss */
/* line 1660, theme.scss */
.index-text .banner-frame .banner-content {
  height: 0;
  display: block;
  padding-bottom: 69%;
  position: relative; }

/* line 1523, theme.scss */
/* line 1667, theme.scss */
.index-text .banner-frame .banner-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 1538, theme.scss */
/* line 1680, theme.scss */
.index-text .banner-frame .title {
  font-family: 'Drina';
  font-size: 32px;
  margin-bottom: 10px;
  max-width: 150px; }

/* line 1548, theme.scss */
/* line 1687, theme.scss */
.index-text .banner-frame .descr {
  font-weight: 100;
  display: block;
  margin-bottom: 10px; }

/* line 1556, theme.scss */
/* line 1693, theme.scss */
.index-text .banner-frame svg {
  margin: 10px 0; }

/* line 1562, theme.scss */
/* line 1697, theme.scss */
.index-text .banner-frame .inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 1593, theme.scss */
/* line 1726, theme.scss */
.index-text .link-banner .link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #292f39;
  text-decoration: underline; }

/* line 1600, theme.scss */
/* line 1735, theme.scss */
.index-text .link-banner .link:hover {
  text-decoration: none; }

/* line 1606, theme.scss */
/* line 1739, theme.scss */
.index-text .button-banner .link {
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e99ea5;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #292f39;
  color: #fff;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  padding: 0 27px; }

/* line 1621, theme.scss */
/* line 1756, theme.scss */
.index-text .button-banner .link:hover {
  opacity: 0.8; }

/* line 1627, theme.scss */
/* line 1760, theme.scss */
.index-text .banners {
  position: relative; }

/* line 1633, theme.scss */
/* line 1764, theme.scss */
.index-text .banners:before {
  content: ""; }

/* line 1639, theme.scss */
/* line 1768, theme.scss */
.index-text .round-text {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 400;
  position: absolute;
  left: -81px;
  bottom: -70px; }

/* line 1650, theme.scss */
/* line 1777, theme.scss */
.index-text .round-text svg {
  width: 185px;
  height: 185px; }

/*=========================================
  HITS
=========================================*/
/* line 1658, theme.scss */
/* line 1785, theme.scss */
.hits-title {
  text-align: center;
  font-size: -webkit-calc(16px * 2);
  font-size: calc(16px * 2);
  margin-bottom: 1rem; }

/*=========================================
  IMAGE-CROPPER
=========================================*/
/* line 1668, theme.scss */
/* line 1795, theme.scss */
.image-container-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #e9edee;
  border: 8px solid #292f39;
  /*padding: 8px;
  background: red;*/
  margin-bottom: 24px;
  min-height: 729px;
  /*overflow: hidden;*/
  position: relative;
  /*&:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: red;
    z-index: 10;
  }*/ }

/* line 1702, theme.scss */
/* line 1828, theme.scss */
.ordinary-product .image-container-wrap {
  min-height: inherit; }

/* line 1706, theme.scss */
/* line 1832, theme.scss */
.ordinary-product .image-container-wrap img {
  display: block; }

/* line 1710, theme.scss */
/* line 1836, theme.scss */
.cropper-wrap-box {
  /*border: 8px solid $color-text-primary;*/ }

/* line 1713, theme.scss */
/* line 1840, theme.scss */
.cropper-container-result {
  text-align: center; }

/* line 1716, theme.scss */
/* line 1844, theme.scss */
.cropper-container-result img {
  display: block; }

/* line 1720, theme.scss */
/* line 1848, theme.scss */
.filter-saturate-50 img {
  filter: saturate(0.5);
  -webkit-filter: saturate(0.5); }

/* line 1724, theme.scss */
/* line 1853, theme.scss */
[data-shade="filter-saturate-50"] span {
  /*background: #87a3a8;*/
  background: url(filter-minus50.jpg) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/* line 1730, theme.scss */
/* line 1860, theme.scss */
.filter-saturate-25 img {
  filter: saturate(0.75);
  -webkit-filter: saturate(0.75); }

/* line 1734, theme.scss */
/* line 1865, theme.scss */
[data-shade="filter-saturate-25"] span {
  /*background: #85b3bf;*/
  background: url(filter-minus25.jpg) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/* line 1740, theme.scss */
/* line 1872, theme.scss */
.filter-sepia img {
  filter: sepia(1);
  -webkit-filter: sepia(1); }

/* line 1744, theme.scss */
/* line 1877, theme.scss */
.filter-mirror {
  -webkit-transform: scale(-1, 1) !important;
  -ms-transform: scale(-1, 1) !important;
  transform: scale(-1, 1) !important;
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH"; }

/* line 1751, theme.scss */
/* line 1885, theme.scss */
.filter-mirror .mz-lens {
  -webkit-transform: scale(-1, 1) !important;
  -ms-transform: scale(-1, 1) !important;
  transform: scale(-1, 1) !important;
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH"; }

/* line 1761, theme.scss */
/* line 1894, theme.scss */
#mirror-example p {
  font-size: 14px; }

/* line 1764, theme.scss */
/* line 1897, theme.scss */
#mirror-example .added-title {
  text-transform: uppercase;
  font-weight: bold; }

/* line 1770, theme.scss */
/* line 1902, theme.scss */
.mirror-example-image {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

/* line 1776, theme.scss */
/* line 1908, theme.scss */
.mirror-example-image img {
  display: block;
  margin: 10px auto;
  max-width: 300px;
  border: 3px solid #292f39; }

/* line 1783, theme.scss */
/* line 1915, theme.scss */
.mirror-example-text:after {
  content: 'Исходное изображение'; }

/* line 1786, theme.scss */
/* line 1919, theme.scss */
.filter-mirror + .mirror-example-text:after {
  content: 'Отзеркаленное изображение'; }

/* line 1789, theme.scss */
/* line 1923, theme.scss */
[data-shade="filter-sepia"] span {
  /*background: #ab9574;*/
  background: url(filter-sepia.jpg) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/* line 1795, theme.scss */
/* line 1930, theme.scss */
.filter-gray-warm img {
  filter: grayscale(100%) sepia(0.29);
  -webkit-filter: grayscale(100%) sepia(0.29); }

/* line 1799, theme.scss */
/* line 1935, theme.scss */
[data-shade="filter-gray-warm"] span {
  /*background: #929292;*/
  background: url(filter-tep.jpg) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/* line 1805, theme.scss */
/* line 1942, theme.scss */
.filter-gray-cold img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); }

/* line 1809, theme.scss */
/* line 1947, theme.scss */
[data-shade="filter-gray-cold"] span {
  /*background: #8c9597;*/
  background: url(filter-hol.jpg) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/* line 1815, theme.scss */
/* line 1954, theme.scss */
.filter-saturate-more-50 img {
  filter: saturate(1.5);
  -webkit-filter: saturate(1.5); }

/* line 1819, theme.scss */
/* line 1959, theme.scss */
[data-shade="filter-saturate-more-50"] span {
  /*background: #49d3f1;*/
  background: url(filter-plus50.jpg) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/* line 1825, theme.scss */
/* line 1966, theme.scss */
.filter-saturate-more-25 img {
  filter: saturate(1.25);
  -webkit-filter: saturate(1.25); }

/* line 1829, theme.scss */
/* line 1971, theme.scss */
[data-shade="filter-saturate-more-25"] span {
  /*background: #46c3db;*/
  background: url(filter-plus25.jpg) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/* line 1835, theme.scss */
/* line 1978, theme.scss */
[data-shade="filter-none"] span {
  /*background: #64bfd3;*/
  background: url(filter-norma.jpg) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

/* line 1841, theme.scss */
/* line 1985, theme.scss */
#orderfile {
  display: none; }

/* line 1844, theme.scss */
/* line 1989, theme.scss */
#orderfile input[type="file"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #e99ea5;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: inherit;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 27px 15px 27px; }

/* line 1859, theme.scss */
/* line 2005, theme.scss */
.custom-design .custom-design-empty {
  border: 8px solid #292f39;
  height: 240px;
  background: #e9edee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 24px; }

/* line 1883, theme.scss */
/* line 2030, theme.scss */
.custom-design .custom-design-empty > * {
  margin: 0 24px; }

/* line 1887, theme.scss */
/* line 2034, theme.scss */
#myCanvas {
  width: 100%;
  height: 500px; }

/*=========================================
  INDEX-BOTTOM
=========================================*/
/* line 1895, theme.scss */
/* line 2042, theme.scss */
.index-reviews {
  padding-top: 20px;
  margin-bottom: 24px; }

/* line 1899, theme.scss */
/* line 2047, theme.scss */
.index-reviews .reviews-nav {
  margin-top: 33px; }

/* line 1902, theme.scss */
/* line 2051, theme.scss */
.index-reviews .products-title {
  position: relative; }

/* line 1905, theme.scss */
/* line 2055, theme.scss */
.index-reviews .products-title a {
  position: absolute;
  right: 0;
  bottom: 33px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #292f39;
  font-size: 12px;
  letter-spacing: 1px;
  color: #cacaca;
  text-decoration: none;
  font-family: "MuseoSans", sans-serif; }

/* line 1916, theme.scss */
/* line 2071, theme.scss */
.index-reviews .products-title a:hover {
  color: #292f39; }

/* line 1919, theme.scss */
/* line 2075, theme.scss */
.index-reviews .reviews-slider-next {
  cursor: pointer; }

/* line 1922, theme.scss */
/* line 2079, theme.scss */
.index-reviews .reviews-slider-next svg {
  width: 88px; }

/* line 1925, theme.scss */
/* line 2083, theme.scss */
.index-reviews .reviews-slider-next:hover svg path {
  fill: #e99ea5; }

/* line 1928, theme.scss */
/* line 2087, theme.scss */
.index-reviews .reviews-slider-prev {
  cursor: pointer; }

/* line 1931, theme.scss */
/* line 2091, theme.scss */
.index-reviews .reviews-slider-prev svg {
  width: 74px; }

/* line 1934, theme.scss */
/* line 2095, theme.scss */
.index-reviews .reviews-slider-prev:hover svg path {
  fill: #e99ea5; }

/* line 1937, theme.scss */
/* line 2099, theme.scss */
.index-reviews .reviews-slider-dash {
  margin: 0; }

/* line 1940, theme.scss */
/* line 2103, theme.scss */
.index-reviews .reviews-slider-dash svg {
  width: 14px; }

/* line 1943, theme.scss */
/* line 2107, theme.scss */
.index-reviews .review-block {
  color: #999;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 100; }

/* line 1949, theme.scss */
/* line 2114, theme.scss */
.index-reviews .review-block:hover {
  color: #292f39; }

/* line 1952, theme.scss */
/* line 2118, theme.scss */
.index-reviews .review-block .cell-12 {
  padding-top: 20px; }

/* line 1956, theme.scss */
/* line 2122, theme.scss */
.index-reviews .review-block .cell-2 {
  padding-right: 0; }

/* line 1959, theme.scss */
/* line 2126, theme.scss */
.index-reviews .review-block .cell-2 img {
  display: block; }

/* line 1962, theme.scss */
/* line 2130, theme.scss */
.index-reviews .review-block span .title {
  font-weight: normal;
  color: #292f39;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
  display: block; }

/* line 1970, theme.scss */
/* line 2139, theme.scss */
.index-reviews .review-block span .date {
  font-size: 14px;
  display: block; }

/* line 1975, theme.scss */
/* line 2144, theme.scss */
.index-news .news-slider-next {
  cursor: pointer; }

/* line 1979, theme.scss */
/* line 2148, theme.scss */
.index-news .news-slider-next svg {
  width: 88px; }

/* line 1983, theme.scss */
/* line 2152, theme.scss */
.index-news .news-slider-next:hover svg path {
  fill: #e99ea5; }

/* line 1987, theme.scss */
/* line 2156, theme.scss */
.index-news .news-slider-prev {
  cursor: pointer; }

/* line 1991, theme.scss */
/* line 2160, theme.scss */
.index-news .news-slider-prev svg {
  width: 74px; }

/* line 1995, theme.scss */
/* line 2164, theme.scss */
.index-news .news-slider-prev:hover svg path {
  fill: #e99ea5; }

/* line 1999, theme.scss */
/* line 2168, theme.scss */
.index-news .news-slider-dash {
  margin: 0; }

/* line 2003, theme.scss */
/* line 2172, theme.scss */
.index-news .news-slider-dash svg {
  width: 14px; }

/* line 2006, theme.scss */
/* line 2176, theme.scss */
.subscr-bg {
  background: url(subscribe.jpg) center center no-repeat;
  padding: 101px 96px; }

/* line 2010, theme.scss */
/* line 2181, theme.scss */
.subscr-inner {
  padding: 20px 60px 40px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

/* line 2024, theme.scss */
/* line 2194, theme.scss */
.subscr-inner img {
  max-width: 204px;
  margin-right: 36px; }

/* line 2028, theme.scss */
/* line 2199, theme.scss */
.subscr-inner p {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #292f39;
  margin: 0;
  line-height: 1.8;
  margin-bottom: -5px; }

/* line 2034, theme.scss */
/* line 2210, theme.scss */
.subscr-inner form {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2045, theme.scss */
/* line 2222, theme.scss */
.subscr-inner form input {
  width: 268px;
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #292f39;
  line-height: 40px;
  padding: 0 20px;
  margin-right: 10px;
  font-size: 18px;
  color: #292f39;
  font-weight: 100;
  font-family: inherit; }

/* line 2059, theme.scss */
/* line 2237, theme.scss */
.subscr-inner form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #aeaeae; }

/* line 2062, theme.scss */
/* line 2242, theme.scss */
.subscr-inner form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aeaeae;
  opacity: 1; }

/* line 2066, theme.scss */
/* line 2248, theme.scss */
.subscr-inner form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aeaeae;
  opacity: 1; }

/* line 2070, theme.scss */
/* line 2254, theme.scss */
.subscr-inner form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #aeaeae; }

@media (max-width: 480px) {
  /* line 2075, theme.scss */
  /* line 2260, theme.scss */
  .index-reviews .reviews-slider-next svg {
    width: 38px; }

  /* line 2078, theme.scss */
  /* line 2264, theme.scss */
  .index-reviews .reviews-slider-prev svg {
    width: 38px; }

  /* line 2081, theme.scss */
  /* line 2268, theme.scss */
  .index-reviews .reviews-slider-dash svg {
    width: 7px; }

  /* line 2084, theme.scss */
  /* line 2272, theme.scss */
  .subscr-inner form input {
    margin-bottom: 10px; }

  /* line 2087, theme.scss */
  /* line 2276, theme.scss */
  .index-news .news-slider-next svg {
    width: 38px; }

  /* line 2090, theme.scss */
  /* line 2280, theme.scss */
  .index-news .news-slider-prev svg {
    width: 38px; }

  /* line 2093, theme.scss */
  /* line 2284, theme.scss */
  .index-news .news-slider-dash svg {
    width: 7px; }

  /* line 2096, theme.scss */
  /* line 2288, theme.scss */
  footer {
    padding-top: 0px; }

  /* line 2099, theme.scss */
  /* line 2292, theme.scss */
  footer .foot-logo-wrap {
    text-align: center; }

  /* line 2102, theme.scss */
  /* line 2296, theme.scss */
  footer .row.is-grid .foot-info {
    padding-right: 10px; }

  /* line 2105, theme.scss */
  /* line 2300, theme.scss */
  .products-is-cart_similar .cell-2 {
    justify-content: center !important; }

  /* line 2108, theme.scss */
  /* line 2304, theme.scss */
  .products-is-cart_similar .new-slider-next svg {
    width: 38px; }

  /* line 2111, theme.scss */
  /* line 2308, theme.scss */
  .products-is-cart_similar .new-slider-dash svg {
    width: 7px; }

  /* line 2114, theme.scss */
  /* line 2312, theme.scss */
  .products-is-cart_similar .new-slider-prev svg {
    width: 38px; } }
/*=========================================
  INSTAGRAM
=========================================*/
/* line 2121, theme.scss */
/* line 2318, theme.scss */
.instagram-title {
  color: #000000;
  font-family: "MuseoSans", sans-serif;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 14px; }

/*=========================================
  MAIN-MENU
=========================================*/
/* line 2132, theme.scss */
/* line 2329, theme.scss */
.main-menu-item {
  display: inline-block;
  position: static;
  vertical-align: middle; }

/* line 2138, theme.scss */
/* line 2335, theme.scss */
.main-menu.level-2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 20px; }

/* line 2148, theme.scss */
/* line 2345, theme.scss */
.main-menu.level-1 {
  margin: 0;
  padding: 0;
  position: relative; }

/* line 2153, theme.scss */
/* line 2351, theme.scss */
.main-menu-marker {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("arr-down-prime.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 80% 80%;
  background-size: 80%;
  background-position: 50%; }

/* line 2165, theme.scss */
/* line 2362, theme.scss */
.catalog {
  border-bottom: 8px solid #292f39;
  background: #e9edee; }

/* line 2171, theme.scss */
/* line 2367, theme.scss */
.catalog .inner {
  border-left: 8px solid #292f39;
  border-right: 8px solid #292f39; }

/* line 2177, theme.scss */
/* line 2372, theme.scss */
.catalog .main-menu .menu-marker {
  display: none; }

/* line 2182, theme.scss */
/* line 2376, theme.scss */
.catalog .main-menu .menu-link.level-1 {
  padding: 20px 0;
  color: #292f39;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: normal;
  width: 100%;
  display: inline-block; }

/* line 2194, theme.scss */
/* line 2387, theme.scss */
.catalog .main-menu a:hover, .catalog .main-menu a.active {
  background: #e9edee; }

/* line 2199, theme.scss */
/* line 2391, theme.scss */
.catalog ul.level-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff; }

/* line 2208, theme.scss */
/* line 2399, theme.scss */
.catalog ul.level-1 li.level-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  text-align: center;
  border-right: 1px solid #292f39; }

/* line 2218, theme.scss */
/* line 2408, theme.scss */
.catalog ul.level-1 li.level-1:last-child {
  border-right: 0; }

/* line 2223, theme.scss */
/* line 2412, theme.scss */
.catalog ul.level-2 {
  overflow: hidden; }

/* line 2228, theme.scss */
/* line 2416, theme.scss */
.catalog ul.level-2 a {
  display: block;
  color: #292f39;
  padding: 5px; }

/* line 2235, theme.scss */
/* line 2422, theme.scss */
.catalog ul.level-2 a:hover {
  color: #e99ea5;
  background: transparent; }

/* line 2241, theme.scss */
/* line 2427, theme.scss */
.catalog ul.level-2 li {
  width: 33.3%;
  float: left; }

/* line 2247, theme.scss */
/* line 2432, theme.scss */
.catalog .menu-item.is-drop_anchor:hover > .menu.is-drop_target {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px); }

/* line 2254, theme.scss */
/* line 2438, theme.scss */
.template-is-index .catalog ul.level-1 {
  border-bottom: 8px solid #292f39; }

/*=========================================
  MENU
=========================================*/
/* line 2262, theme.scss */
/* line 2445, theme.scss */
.menu {
  list-style: none;
  padding-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* line 2269, theme.scss */
/* line 2453, theme.scss */
.menu-item.is-drop_anchor > .menu.is-drop_target {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(5px);
  transition: transform 300ms;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 2275, theme.scss */
/* line 2468, theme.scss */
.menu-item.is-drop_anchor:hover > .menu.is-drop_target {
  overflow: visible;
  max-height: 10000px;
  transform: translateY(0px);
  display: block;
  visibility: visible;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15); }

/* line 2280, theme.scss */
/* line 2478, theme.scss */
.menu-link {
  display: inline-block;
  vertical-align: middle; }

/*=========================================
  ALERTIFY
=========================================*/
/* line 2288, theme.scss */
/* line 2486, theme.scss */
.alertify .ajs-commands button.ajs-close {
  background-image: url("delete.svg");
  display: inline-block !important; }

/* line 2292, theme.scss */
/* line 2491, theme.scss */
.alertify .ajs-commands {
  top: 20px; }

/*=========================================
  FEEDBACK
=========================================*/
/* line 2299, theme.scss */
/* line 2498, theme.scss */
.feedback-modal {
  position: relative;
  max-width: 450px;
  background: #fff;
  margin: auto;
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 2309, theme.scss */
/* line 2509, theme.scss */
.feedback-title {
  font-size: 24px;
  margin-bottom: 1.5rem; }

/* line 2314, theme.scss */
/* line 2514, theme.scss */
.feedback-row {
  margin-bottom: 1rem; }

/* line 2317, theme.scss */
/* line 2518, theme.scss */
.feedback-field-wrap {
  max-width: 300px;
  margin: auto; }

/* line 2322, theme.scss */
/* line 2523, theme.scss */
.feedback-field {
  width: 100%;
  font-size: 16px;
  padding: 8px 12px; }

/* line 2327, theme.scss */
/* line 2529, theme.scss */
.form-error {
  color: red; }

/* line 2330, theme.scss */
/* line 2533, theme.scss */
.form-done {
  color: #e99ea5; }

/* line 2333, theme.scss */
/* line 2537, theme.scss */
.feedback-agree {
  margin: 0.5rem auto 0.5rem; }

/*=========================================
  MODALS
=========================================*/
/* line 2340, theme.scss */
/* line 2544, theme.scss */
.mfp-bg {
  background: rgba(11, 11, 11, 0.3); }

/* line 2343, theme.scss */
/* line 2548, theme.scss */
.added-modal {
  max-width: 500px;
  background: #fff;
  padding: 20px;
  margin: auto;
  position: relative; }

/* line 2350, theme.scss */
/* line 2556, theme.scss */
.added-title {
  text-align: center;
  margin-bottom: 1rem; }

/* line 2355, theme.scss */
/* line 2561, theme.scss */
.added-content {
  text-align: center; }

/* line 2358, theme.scss */
/* line 2565, theme.scss */
.modal-hide {
  display: none; }

/*=========================================
  NEW
=========================================*/
/* line 2365, theme.scss */
/* line 2572, theme.scss */
.decor-title {
  font-family: "Drina"; }

/* line 2368, theme.scss */
/* line 2576, theme.scss */
.new-products {
  margin-bottom: 24px; }

/* line 2373, theme.scss */
/* line 2580, theme.scss */
.new-products .new-slider-next {
  cursor: pointer; }

/* line 2376, theme.scss */
/* line 2584, theme.scss */
.new-products .new-slider-next svg {
  width: 90px; }

/* line 2379, theme.scss */
/* line 2588, theme.scss */
.new-products .new-slider-next:hover svg path {
  fill: #e99ea5; }

/* line 2382, theme.scss */
/* line 2592, theme.scss */
.new-products .new-slider-prev {
  cursor: pointer; }

/* line 2385, theme.scss */
/* line 2596, theme.scss */
.new-products .new-slider-prev svg {
  width: 74px; }

/* line 2388, theme.scss */
/* line 2600, theme.scss */
.new-products .new-slider-prev:hover svg path {
  fill: #e99ea5; }

/* line 2391, theme.scss */
/* line 2604, theme.scss */
.new-products .new-slider-dash {
  margin: 0; }

/* line 2394, theme.scss */
/* line 2608, theme.scss */
.new-products .new-slider-dash svg {
  width: 14px; }

/* line 2397, theme.scss */
/* line 2612, theme.scss */
.new-products .products-slider-wrapper .products-control {
  display: none; }

/* line 2400, theme.scss */
/* line 2616, theme.scss */
.new-products .new-nav {
  margin-top: 15px;
  margin-bottom: 5px; }

/* line 2404, theme.scss */
/* line 2622, theme.scss */
.new-products .new-info-block {
  height: -webkit-calc(100% - 95px);
  height: calc(100% - 95px);
  background: #292f39;
  padding: 25px 14px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 2428, theme.scss */
/* line 2648, theme.scss */
.new-products .new-info-block .title {
  font-family: PlayfairDisplay;
  font-size: 26px;
  color: #ffffff;
  line-height: 1.2;
  margin-top: 20px; }

/* line 2435, theme.scss */
/* line 2656, theme.scss */
.new-products .new-info-block .link {
  text-decoration: underline;
  color: #6b6f76;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px; }

/* line 2443, theme.scss */
/* line 2665, theme.scss */
.new-products .new-info-block .link:hover {
  text-decoration: none; }

/* line 2446, theme.scss */
/* line 2669, theme.scss */
.new-products .new-info-block.new-image-block {
  padding: 0;
  /* height: 100%; */ }

/* line 2451, theme.scss */
/* line 2675, theme.scss */
.new-products .new-info-block.new-image-block img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 2457, theme.scss */
/* line 2682, theme.scss */
.new-products .first-new-line {
  margin-bottom: 24px; }

/* line 2460, theme.scss */
/* line 2687, theme.scss */
.new-products .second-new-line {
  border-left: 8px solid #292f39;
  padding-left: 40px;
  margin-left: 0; }

/* line 2465, theme.scss */
/* line 2693, theme.scss */
.new-products .second-new-line > .cell-3 {
  max-width: 21%;
  -webkit-flex-basis: 21%;
  -ms-flex-preferred-size: 21%;
  flex-basis: 21%; }

/* line 2471, theme.scss */
/* line 2700, theme.scss */
.new-products .second-new-line > .cell-9 {
  max-width: 79%;
  -webkit-flex-basis: 79%;
  -ms-flex-preferred-size: 79%;
  flex-basis: 79%; }

/* line 2477, theme.scss */
/* line 2707, theme.scss */
.new-products .info-cell .info-cell-inner {
  height: 100%;
  border: 8px solid #292f39; }

/* line 2481, theme.scss */
/* line 2712, theme.scss */
.new-products .info-cell .info-cell-inner .info-cell-title {
  height: 0;
  width: 100%;
  padding-bottom: 165%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative; }

/* line 2491, theme.scss */
/* line 2723, theme.scss */
.new-products .info-cell .info-cell-inner .info-cell-title .title-wrap {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 30px 120px; }

/* line 2516, theme.scss */
/* line 2749, theme.scss */
.new-products .info-cell .info-cell-inner .info-cell-title .title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 48px;
  color: #fff; }

/* line 2524, theme.scss */
/* line 2756, theme.scss */
.new-products .info-cell .info-cell-inner .info-cell-title .sub-title {
  color: #8f8973;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal; }

/* line 2530, theme.scss */
/* line 2763, theme.scss */
.new-products .info-cell .info-cell-inner .info-cell-title .link {
  text-decoration: underline;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px; }

/* line 2537, theme.scss */
/* line 2771, theme.scss */
.new-products .info-cell .info-cell-inner .info-cell-title .link:hover {
  text-decoration: none; }

/* line 2540, theme.scss */
/* line 2775, theme.scss */
.new-products .info-cell .info-cell-inner .info-cell-text {
  border-top: 8px solid #292f39;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 28%;
  font-weight: 100;
  line-height: 1.2;
  padding: 20px 30px; }

/* line 2564, theme.scss */
/* line 2800, theme.scss */
.new-products .info-cell .info-cell-inner .info-cell-text .link {
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 1px;
  font-size: 12px;
  color: #292f39;
  font-weight: bold; }

/* line 2572, theme.scss */
/* line 2809, theme.scss */
.new-products .info-cell .info-cell-inner .info-cell-text .link:hover {
  text-decoration: none; }

/* line 2578, theme.scss */
/* line 2813, theme.scss */
h3.products-title {
  width: 100%;
  padding: 10px 0 10px 3px;
  margin-bottom: 20px;
  margin-top: 0px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

/* line 2595, theme.scss */
/* line 2830, theme.scss */
h3.products-title:after {
  content: '';
  margin-bottom: 7px;
  width: 100%;
  display: inline-block;
  height: 8px;
  background: #292f39;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

@media (max-width: 480px) {
  /* line 2609, theme.scss */
  /* line 2845, theme.scss */
  h3.products-title {
    margin: 0 auto; }

  /* line 2611, theme.scss */
  /* line 2849, theme.scss */
  .new-products .new-slider-next svg {
    width: 40px; }

  /* line 2614, theme.scss */
  /* line 2853, theme.scss */
  .new-products .new-slider-prev svg {
    width: 40px; }

  /* line 2617, theme.scss */
  /* line 2857, theme.scss */
  .new-products .new-slider-dash svg {
    width: 7px; }

  /* line 2620, theme.scss */
  /* line 2861, theme.scss */
  .new-products .new-nav {
    margin-top: 15px;
    margin-bottom: 15px; }

  /* line 2624, theme.scss */
  /* line 2866, theme.scss */
  .new-products .new-info-block .title {
    font-size: 22px;
    margin-top: 0px; }

  /* line 2628, theme.scss */
  /* line 2871, theme.scss */
  .new-products .new-info-block {
    padding: 20px 14px 50px 14px; }

  /* line 2631, theme.scss */
  /* line 2875, theme.scss */
  .new-products .second-new-line {
    padding-left: 0px; }

  /* line 2634, theme.scss */
  /* line 2879, theme.scss */
  .new-products .second-new-line > .cell-9 {
    max-width: 65%; }

  /* line 2636, theme.scss */
  /* line 2883, theme.scss */
  .new-products .second-new-line > .cell-3 {
    max-width: 35%;
    flex-basis: 35%; } }
/*=========================================
  NO_JS_ALERT
=========================================*/
/* line 2645, theme.scss */
/* line 2890, theme.scss */
#close-njs-alert:target {
  display: none; }

/* line 2648, theme.scss */
/* line 2894, theme.scss */
.njs-alert-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 2663, theme.scss */
/* line 2909, theme.scss */
.njs-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  font-size: 40px;
  line-height: 1;
  font-weight: normal; }

/* line 2673, theme.scss */
/* line 2919, theme.scss */
.njs-alert-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -75px; }

@media (max-width: 640px) {
  /* line 2683, theme.scss */
  /* line 2928, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 2692, theme.scss */
/* line 2935, theme.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

/* line 2712, theme.scss */
/* line 2955, theme.scss */
.njs-alert p {
  font-size: 18px;
  line-height: 23px; }

@media (max-width: 640px) {
  /* line 2719, theme.scss */
  /* line 2961, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/*=========================================
  PAGINATION
=========================================*/
/** pagination */
/* line 2731, theme.scss */
/* line 2971, theme.scss */
.pagination {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  list-style: none; }

/* line 2749, theme.scss */
/* line 2989, theme.scss */
.pagination:after {
  content: '';
  margin-bottom: -3px;
  width: 100%;
  display: inline-block;
  height: 8px;
  background: #292f39;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

/* line 2762, theme.scss */
/* line 3003, theme.scss */
.pagination-prev {
  cursor: pointer; }

/* line 2765, theme.scss */
/* line 3007, theme.scss */
.pagination-prev svg {
  width: 74px; }

/* line 2768, theme.scss */
/* line 3011, theme.scss */
.pagination-prev:hover svg path {
  fill: #e99ea5; }

/* line 2771, theme.scss */
/* line 3015, theme.scss */
.pagination-next {
  cursor: pointer; }

/* line 2774, theme.scss */
/* line 3019, theme.scss */
.pagination-next svg {
  width: 90px; }

/* line 2777, theme.scss */
/* line 3023, theme.scss */
.pagination-next:hover svg path {
  fill: #e99ea5; }

/* line 2780, theme.scss */
/* line 3027, theme.scss */
.pagination-middle {
  margin: 0 5px; }

/* line 2783, theme.scss */
/* line 3031, theme.scss */
.pagination-middle svg {
  width: 14px; }

/* line 2786, theme.scss */
/* line 3035, theme.scss */
.paginate-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2796, theme.scss */
/* line 3046, theme.scss */
.pagination > .pagination-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  position: relative; }

/* line 2805, theme.scss */
/* line 3055, theme.scss */
.pagination .pagination-link {
  display: inline-block; }

/* line 2809, theme.scss */
/* line 3059, theme.scss */
.pagination .pagination-item + .pagination-item {
  margin-left: 3px; }

/* line 2813, theme.scss */
/* line 3063, theme.scss */
.pagination .pagination-item .pagination-link {
  color: #292f39;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  font-weight: 900;
  margin-right: 10px; }

/* line 2823, theme.scss */
/* line 3073, theme.scss */
.pagination .pagination-item .pagination-link:hover {
  color: #e99ea5; }

/* line 2828, theme.scss */
/* line 3077, theme.scss */
.pagination .pagination-item.is-current .pagination-link {
  color: #e99ea5; }

/* line 2832, theme.scss */
/* line 3081, theme.scss */
.pagination .pagination-item:hover .pagination-link, .pagination .pagination-item .pagination-link:hover {
  border-color: #eeb3b8;
  color: #eeb3b8; }

/* line 2836, theme.scss */
/* line 3086, theme.scss */
.pagination-wrap .cell-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-basis: -webkit-calc(100% - 212px);
  -ms-flex-preferred-size: calc(100% - 212px);
  flex-basis: calc(100% - 212px);
  max-width: -webkit-calc(100% - 212px);
  max-width: calc(100% - 212px); }

/* line 2855, theme.scss */
/* line 3106, theme.scss */
.pagination-wrap .cell-2 {
  max-width: 212px; }

@media (max-width: 480px) {
  /* line 2860, theme.scss */
  /* line 3111, theme.scss */
  .pagination-prev svg {
    width: 38px; }

  /* line 2864, theme.scss */
  /* line 3115, theme.scss */
  .pagination-next svg {
    width: 38px; }

  /* line 2868, theme.scss */
  /* line 3119, theme.scss */
  .pagination-middle svg {
    width: 7px; } }
/*=========================================
  POPULAR
=========================================*/
/* line 2876, theme.scss */
/* line 3125, theme.scss */
.popular-cats {
  background: #e9edee;
  padding-top: 30px; }

/* line 2880, theme.scss */
/* line 3130, theme.scss */
.popular-cats .col-block {
  padding: 24px;
  position: relative;
  background: #fff;
  display: block;
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 80%;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 24px; }

/* line 2894, theme.scss */
/* line 3144, theme.scss */
.popular-cats .col-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 24px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

/* line 2913, theme.scss */
/* line 3163, theme.scss */
.popular-cats .col-block .col-info {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  text-align: center;
  padding: 15px 40px 25px;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 20; }

/* line 2926, theme.scss */
/* line 3177, theme.scss */
.popular-cats .col-block .col-info .title {
  font-size: 24px;
  display: block;
  font-family: "PlayfairDisplay"; }

/* line 2931, theme.scss */
/* line 3183, theme.scss */
.popular-cats .col-block .col-info .descr {
  font-weight: 100;
  margin-top: 5px;
  display: block;
  height: 53px;
  overflow: hidden;
  line-height: 1.2; }

/* line 2939, theme.scss */
/* line 3192, theme.scss */
.popular-cats .col-block:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2, 1.2);
  transform: translate(-50%, -50%) scale(1.2, 1.2); }

/* line 2944, theme.scss */
/* line 3198, theme.scss */
.popular-cats .col-block:hover .col-info {
  opacity: 0.6;
  bottom: -74px; }

/* line 2949, theme.scss */
/* line 3203, theme.scss */
.products-title.centered-title:before {
  content: '';
  margin-bottom: 7px;
  width: 100%;
  display: inline-block;
  height: 8px;
  background: #292f39;
  margin-right: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%; }

@media (max-width: 480px) {
  /* line 2964, theme.scss */
  /* line 3218, theme.scss */
  .popular-cats .col-block .col-info .title {
    font-size: 18px; } }
/*=========================================
  PRODUCT_INFO
=========================================*/
/* line 2971, theme.scss */
/* line 3224, theme.scss */
.product-buy {
  margin: 1rem 0; }

/* line 2974, theme.scss */
/* line 3228, theme.scss */
.props {
  padding: 15px 10px;
  background: #e9edee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

/* line 2992, theme.scss */
/* line 3247, theme.scss */
.props .props-inner {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px; }

/* line 3000, theme.scss */
/* line 3256, theme.scss */
.props .property {
  font-size: 14px;
  font-weight: 900;
  margin: 5px 0; }

/* line 3005, theme.scss */
/* line 3262, theme.scss */
.product-props-block {
  margin-bottom: 24px; }

/* line 3008, theme.scss */
/* line 3266, theme.scss */
.props label {
  width: 31%;
  color: #999;
  padding-top: 2px;
  font-size: 12px;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  position: relative; }

/* line 3019, theme.scss */
/* line 3277, theme.scss */
.props label + span {
  width: 68%;
  display: inline-block; }

/* line 3024, theme.scss */
/* line 3282, theme.scss */
.props label span {
  display: inline;
  position: relative;
  z-index: 20;
  /*box-shadow: 2px 0 0 $color-background-primary, -10px 0 0 $color-background-primary;*/ }

/*.props label:after {
  content: '';
  height: 1px;
  border-bottom: 1px dashed $color-text-primary;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
}*/
/* line 3040, theme.scss */
/* line 3298, theme.scss */
.product-old_price span {
  text-decoration: line-through;
  color: #999999; }

/* line 3044, theme.scss */
/* line 3303, theme.scss */
.product-available:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: baseline;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 5px; }

/* line 3057, theme.scss */
/* line 3316, theme.scss */
[data-product-id].is-available .product-available:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='11' viewBox='0 0 14 11'%3E%3Cdefs%3E%3Cpath id='r9nna' d='M1328.01 363.2l1.42-1.4 4.78 4.77-1.42 1.41zm4.78 1.96l5.78-5.78 1.42 1.41-5.78 5.78z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1327 -358%29'%3E%3Cuse fill='%235fb77a' xlink:href='%23r9nna'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 3060, theme.scss */
/* line 3320, theme.scss */
[data-product-id].not-available .product-available:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cpath id='mbcua' d='M1253 195l2-2 3.5 3.5 3.5-3.5 2 2-3.5 3.5 3.5 3.5-2 2-3.5-3.5-3.5 3.5-2-2 3.5-3.5z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1251 -191%29'%3E%3Cuse fill='%23ff6058' xlink:href='%23mbcua'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 3063, theme.scss */
/* line 3324, theme.scss */
.products-recently {
  margin-bottom: 24px; }

/* line 3067, theme.scss */
/* line 3328, theme.scss */
.product-info .product-title {
  font-family: "MuseoSans", sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase; }

/* line 3074, theme.scss */
/* line 3335, theme.scss */
.product-info .product-sku {
  color: #000;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 24px;
  margin-top: -2px; }

/* line 3082, theme.scss */
/* line 3343, theme.scss */
.product-info .product-option {
  position: relative; }

/* line 3086, theme.scss */
/* line 3347, theme.scss */
.product-info .product-option:before {
  content: '';
  height: 2px;
  background: #292f39;
  width: 80%;
  display: block;
  margin-bottom: 15px; }

/* line 3095, theme.scss */
/* line 3356, theme.scss */
.product-info .product-option label {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #292f39;
  margin-bottom: 14px; }

/* line 3100, theme.scss */
/* line 3365, theme.scss */
.product-info .product-option .option-cell {
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #fff; }

/* line 3107, theme.scss */
/* line 3372, theme.scss */
.product-option-facture .row {
  margin-left: -5px;
  margin-right: -5px; }

/* line 3111, theme.scss */
/* line 3377, theme.scss */
.product-option-facture .cell-4 {
  padding-left: 5px;
  padding-right: 5px; }

/* line 3115, theme.scss */
/* line 3382, theme.scss */
.product-info .product-option .option-cell span.title {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 40px 3px;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center; }

/* line 3126, theme.scss */
/* line 3394, theme.scss */
.product-page {
  margin-bottom: 20px; }

/* line 3129, theme.scss */
/* line 3398, theme.scss */
.product-info .product-option .option-cell:hover, .product-info .product-option .option-cell.selected {
  border: 2px solid #292f39; }

/* line 3133, theme.scss */
/* line 3402, theme.scss */
.product-info .product-option-color .cell-6 {
  padding: 0 3px; }

/* line 3137, theme.scss */
/* line 3406, theme.scss */
.product-info .product-option-color .row {
  margin: 0 -3px; }

/* line 3141, theme.scss */
/* line 3410, theme.scss */
.product-info .product-option-color .option-cell {
  height: 36px;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2px; }

/* line 3153, theme.scss */
/* line 3421, theme.scss */
.product-info .product-option-color .option-cell span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 3177, theme.scss */
/* line 3445, theme.scss */
.product-info .product-short_description {
  margin-bottom: 24px;
  font-size: 14px;
  color: #999; }

/* line 3183, theme.scss */
/* line 3451, theme.scss */
.product-option-mirror {
  margin-top: 20px;
  position: relative; }

/* line 3186, theme.scss */
/* line 3455, theme.scss */
.product-option-mirror .mirror-question {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #e99ea5;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

/* line 3194, theme.scss */
/* line 3464, theme.scss */
.product-option-mirror .mirror-question:hover {
  border-color: #292f39; }

/* line 3198, theme.scss */
/* line 3467, theme.scss */
.product-option-mirror .bttn-second {
  padding: 0;
  line-height: 41px;
  padding-right: 20px; }

/* line 3202, theme.scss */
/* line 3472, theme.scss */
.product-option-mirror .bttn-second .indicator {
  padding: 0 15px;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  line-height: 41px;
  margin-right: 10px;
  border-right: 1px solid #fff;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px; }

/* line 3212, theme.scss */
/* line 3483, theme.scss */
.product-option-mirror .bttn-second .indicator i {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -moz-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  display: block;
  line-height: 41px; }

/* line 3225, theme.scss */
/* line 3494, theme.scss */
.product-option-mirror .bttn-second.active .indicator {
  background: #5294aa; }

/* line 3228, theme.scss */
/* line 3497, theme.scss */
.product-option-mirror .bttn-second.active i {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH"; }

/* line 3240, theme.scss */
/* line 3506, theme.scss */
.product-option-example {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative; }

/* line 3244, theme.scss */
/* line 3511, theme.scss */
.product-option-example .example-question {
  display: inline-block;
  width: 25px;
  height: 25px;
  border: 2px solid #e99ea5;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

/* line 3252, theme.scss */
/* line 3520, theme.scss */
.product-option-example .example-question:hover {
  border-color: #292f39; }

/* line 3256, theme.scss */
/* line 3523, theme.scss */
.product-option-example .inner {
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s;
  -moz-transition: max-height 0.2s;
  -webkit-transition: max-height 0.2s;
  -o-transition: max-height 0.2s; }

/* line 3266, theme.scss */
/* line 3532, theme.scss */
.product-option-example.opened .inner {
  max-height: 100%; }

/* line 3270, theme.scss */
/* line 3535, theme.scss */
.product-option-example > label {
  cursor: pointer; }

/* line 3273, theme.scss */
/* line 3538, theme.scss */
.product-option-example .example-image {
  margin-bottom: 10px;
  position: relative; }

/* line 3276, theme.scss */
/* line 3542, theme.scss */
.product-option-example .example-image span {
  position: absolute;
  top: 50%;
  content: "30 x 21 см";
  display: block;
  width: 250px;
  height: 60px;
  text-align: center;
  color: white;
  left: 50%;
  margin-left: -125px;
  margin-top: -20px;
  font-size: 36px;
  text-shadow: black 3px 3px 10px;
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

/* line 3294, theme.scss */
/* line 3560, theme.scss */
.product-option-example .example-image img {
  display: block;
  border: 3px solid #292f39; }

/* line 3300, theme.scss */
/* line 3564, theme.scss */
.product-option-example .example-texture ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 15px;
  border-bottom: 1px solid #292f39;
  margin-bottom: 15px; }

/* line 3309, theme.scss */
/* line 3572, theme.scss */
.product-option-example .example-text {
  font-size: 12px;
  margin-bottom: 15px; }

/* line 3312, theme.scss */
/* line 3576, theme.scss */
.product-option-example .example-text ul {
  padding-left: 20px; }

/* line 3314, theme.scss */
/* line 3579, theme.scss */
.product-option-example .example-text ul li {
  margin-bottom: 5px; }

/* line 3321, theme.scss */
/* line 3583, theme.scss */
#example-popup {
  font-size: 14px; }

/* line 3323, theme.scss */
/* line 3586, theme.scss */
#example-popup .added-content {
  text-align: left; }

/* line 3326, theme.scss */
/* line 3589, theme.scss */
#example-popup .added-title {
  text-transform: uppercase;
  font-weight: bold; }

/* line 3331, theme.scss */
/* line 3594, theme.scss */
.buyzone {
  margin-bottom: 24px;
  border: 8px solid #292f39;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-calc(100% - 24px);
  height: calc(100% - 24px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0; }

/* line 3354, theme.scss */
/* line 3618, theme.scss */
.buyzone > * {
  margin: 10px 0; }

/* line 3357, theme.scss */
/* line 3622, theme.scss */
.buyzone .product-price {
  font-size: 24px;
  font-weight: bold; }

/* line 3361, theme.scss */
/* line 3627, theme.scss */
.buyzone .quick-checkout {
  font-family: "MuseoSans", sans-serif;
  text-decoration: underline;
  padding: 0;
  background: transparent;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #292f39;
  letter-spacing: 1px; }

/* line 3369, theme.scss */
/* line 3640, theme.scss */
.buyzone .quick-checkout:hover {
  text-decoration: none; }

/*=========================================
  PRODUCT_REVIEWS
=========================================*/
/* line 3376, theme.scss */
/* line 3647, theme.scss */
.form-row {
  margin-bottom: 1rem; }

/* line 3380, theme.scss */
/* line 3651, theme.scss */
.form-label {
  width: 100%;
  margin-bottom: 0.5rem; }

/* line 3384, theme.scss */
/* line 3656, theme.scss */
.form-field {
  width: 100%; }

/* line 3387, theme.scss */
/* line 3660, theme.scss */
.form-field.text-field.is-textarea {
  width: 100%; }

/* line 3390, theme.scss */
/* line 3664, theme.scss */
.reviews-form {
  margin-bottom: 20px; }

/* line 3393, theme.scss */
/* line 3668, theme.scss */
.reviews-toggle-wrapper {
  margin-bottom: 20px; }

/* line 3396, theme.scss */
/* line 3672, theme.scss */
.form-field.text-field.is-captcha {
  margin-top: 10px; }

/* line 3399, theme.scss */
/* line 3676, theme.scss */
.reviews-wrapper {
  max-width: 600px; }

/* line 3402, theme.scss */
/* line 3680, theme.scss */
.reviews-item {
  padding: 5px 0;
  border-bottom: 1px solid #ccc; }

/*=========================================
  PRODUCT_TABS
=========================================*/
/* line 3410, theme.scss */
/* line 3688, theme.scss */
.product_tabs.tabs {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/* line 3419, theme.scss */
/* line 3697, theme.scss */
.product_tabs.tabs .tabs-head.tabs-head {
  padding-right: 0px;
  min-height: 34px;
  -webkit-flex-basis: 312px;
  -ms-flex-preferred-size: 312px;
  flex-basis: 312px;
  position: relative;
  z-index: 20;
  max-width: 312px; }

/* line 3429, theme.scss */
/* line 3708, theme.scss */
.product_tabs.tabs .tabs-head.tabs-head .tabs-item {
  position: relative;
  display: block;
  border: 8px solid #999999;
  padding: 18px 40px;
  font-size: 12px;
  background: #e9edee;
  margin-bottom: -8px;
  color: #292f39; }

/* line 3439, theme.scss */
/* line 3719, theme.scss */
.product_tabs.tabs .tabs-head.tabs-head .tabs-item.is-button-active {
  background: #fff; }

/* line 3442, theme.scss */
/* line 3723, theme.scss */
.product_tabs.tabs .tabs-head.tabs-head .tabs-item.is-button-active:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  z-index: 30;
  background: #fff;
  width: 8px; }

/* line 3452, theme.scss */
/* line 3734, theme.scss */
.product_tabs.tabs .tabs-box {
  padding: 55px;
  border: 8px solid #999;
  margin-left: -8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  position: relative;
  z-index: 10;
  color: #999; }

/*=========================================
  TABS
=========================================*/
/* line 3468, theme.scss */
/* line 3750, theme.scss */
.tabs-box {
  padding: 1em 0px; }

/* line 3471, theme.scss */
/* line 3754, theme.scss */
.tabs-head.tabs-head {
  position: relative;
  padding-right: 50px;
  min-height: 34px; }

/* line 3477, theme.scss */
/* line 3760, theme.scss */
.tabs-icon {
  display: inline-block;
  height: 34px;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  width: 41px; }

/* line 3486, theme.scss */
/* line 3770, theme.scss */
.tabs-target {
  display: none; }

/* line 3489, theme.scss */
/* line 3774, theme.scss */
.tabs {
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 25px; }

/* line 3494, theme.scss */
/* line 3780, theme.scss */
.tabs-item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b4b4b4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  padding: 0 5px 8px 5px; }

/* line 3513, theme.scss */
/* line 3799, theme.scss */
.tabs-item.is-button-active {
  color: #444;
  border-bottom: 3px solid #e99ea5; }

/*=========================================
  GALL
=========================================*/
/* line 3521, theme.scss */
/* line 3807, theme.scss */
.gallery-wrapper {
  position: relative; }

/* line 3524, theme.scss */
/* line 3811, theme.scss */
.gallery-top {
  border: 8px solid #292f39;
  margin-bottom: 20px;
  padding: 0px;
  position: relative;
  z-index: 10; }

/* line 3531, theme.scss */
/* line 3819, theme.scss */
.gallery-top .swiper-slide {
  -webkit-transform: translate(-6000px, -6000px);
  -ms-transform: translate(-6000px, -6000px);
  transform: translate(-6000px, -6000px); }

/* line 3536, theme.scss */
/* line 3825, theme.scss */
.gallery-top .swiper-slide.swiper-slide-active {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0); }

/* line 3541, theme.scss */
/* line 3831, theme.scss */
.gallery-top .swiper-container {
  overflow: visible; }

/* line 3544, theme.scss */
/* line 3835, theme.scss */
.swiper-slide.is-active .gallery-thumb {
  border: 1px solid #99b1a4; }

/* line 3547, theme.scss */
/* line 3839, theme.scss */
.gallery-wrapper .swiper-container-android .swiper-slide, .gallery-wrapper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 3554, theme.scss */
/* line 3846, theme.scss */
.gallery-thumb {
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 8px solid #292f39;
  overflow: hidden;
  padding-bottom: -webkit-calc(62% - 2px);
  padding-bottom: calc(62% - 2px); }

/* line 3567, theme.scss */
/* line 3860, theme.scss */
.image-container.is-cover.gallery-thumb > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%; }

/* line 3585, theme.scss */
/* line 3867, theme.scss */
.gallery-wrapper .swiper-button-prev, .gallery-wrapper .swiper-container-rtl .swiper-button-next {
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-position: 50%;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e99ea5;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  left: -44px; }

/* line 3589, theme.scss */
/* line 3881, theme.scss */
.gallery-wrapper .swiper-button-next, .gallery-wrapper .swiper-container-rtl .swiper-button-prev {
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-position: 50%;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e99ea5;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  right: -44px; }

/* line 3593, theme.scss */
/* line 3895, theme.scss */
.gallery-thumbs-wrap {
  opacity: 0;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  width: 100%;
  position: relative;
  margin: auto;
  margin-bottom: 24px; }

/* line 3602, theme.scss */
/* line 3905, theme.scss */
.gallery-thumbs-wrap .swiper-slide {
  width: 169px;
  margin-right: 20px; }

/* line 3606, theme.scss */
/* line 3909, theme.scss */
.gallery-thumbs-wrap.showme {
  opacity: 1; }

/* line 3612, theme.scss */
/* line 3913, theme.scss */
.gallery-slide {
  /*height: 712px !important;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

/* line 3643, theme.scss */
/* line 3945, theme.scss */
.gallery-slide > figure.mz-figure > img {
  width: 100% !important;
  /*max-height: 712px !important;*/ }

/* line 3648, theme.scss */
/* line 3950, theme.scss */
.product-image-controls {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 3660, theme.scss */
/* line 3962, theme.scss */
.product-image-controls .control-block {
  margin-right: 30px; }

/* line 3664, theme.scss */
/* line 3966, theme.scss */
.product-image-controls .control-height label, .product-image-controls .control-width label {
  font-size: 14px;
  color: #999;
  margin-left: 6px; }

/* line 3670, theme.scss */
/* line 3972, theme.scss */
.product-image-controls .control-height svg, .product-image-controls .control-width svg {
  vertical-align: middle; }

/* line 3674, theme.scss */
/* line 3976, theme.scss */
.product-image-controls .control-height input, .product-image-controls .control-width input {
  height: 40px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #292f39;
  background-color: #ffffff;
  text-align: center;
  font-weight: 900;
  font-size: 12px;
  padding: 0;
  margin-left: 10px;
  width: 53px; }

/* line 3688, theme.scss */
/* line 3990, theme.scss */
.product-image-controls .control-cut label, .product-image-controls .control-cancel label {
  font-weight: 900;
  font-size: 14px; }

/* line 3693, theme.scss */
/* line 3995, theme.scss */
.product-image-controls .control-cut label input, .product-image-controls .control-cancel label input {
  display: none; }

/* line 3697, theme.scss */
/* line 3999, theme.scss */
.product-image-controls .control-cut label input:checked + span:after, .product-image-controls .control-cancel label input:checked + span:after {
  content: '';
  width: 11px;
  height: 7px;
  background: url(check.svg) center center no-repeat;
  position: absolute;
  left: 1px;
  top: 3px; }

/* line 3707, theme.scss */
/* line 4009, theme.scss */
.product-image-controls .control-cut label span, .product-image-controls .control-cancel label span {
  border: 2px solid #292f39;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 4px; }

/* line 3718, theme.scss */
/* line 4020, theme.scss */
.product-image-controls .control-cut label svg, .product-image-controls .control-cancel label svg {
  vertical-align: middle; }

/* line 3722, theme.scss */
/* line 4024, theme.scss */
.product-image-controls .control-cut label svg path, .product-image-controls .control-cancel label svg path {
  fill: #999; }

/* line 3726, theme.scss */
/* line 4028, theme.scss */
.product-image-controls .control-cut label:hover svg path, .product-image-controls .control-cancel label:hover svg path {
  fill: #8d4c6c; }

/*=========================================
  PRODUCTS
=========================================*/
/* line 3733, theme.scss */
/* line 4035, theme.scss */
.products-slider-wrapper {
  position: relative;
  padding: 0; }

/* line 3737, theme.scss */
/* line 4040, theme.scss */
.products-slider-wrapper .card {
  margin-bottom: 0; }

/* line 3740, theme.scss */
/* line 4044, theme.scss */
.products-title {
  font-size: 48px; }

/*=========================================
  PROMO
=========================================*/
/* line 3747, theme.scss */
/* line 4051, theme.scss */
.slide-inner {
  display: block;
  position: relative; }

/* line 3752, theme.scss */
/* line 4056, theme.scss */
.slide-inner img {
  width: 100%;
  display: block; }

/* line 3757, theme.scss */
/* line 4061, theme.scss */
.slide-absolute {
  position: absolute;
  bottom: 0;
  z-index: 20;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 3777, theme.scss */
/* line 4081, theme.scss */
.slide-content {
  padding-top: 100px; }

/* line 3781, theme.scss */
/* line 4085, theme.scss */
.slide-title {
  color: #292f39;
  font-family: Drina;
  font-size: 150px;
  position: absolute;
  bottom: 75px;
  height: 230px;
  z-index: 10;
  left: 0;
  right: 0; }

/* line 3794, theme.scss */
/* line 4097, theme.scss */
.slide-title text {
  fill: #333; }

/* line 3798, theme.scss */
/* line 4101, theme.scss */
.slide-title .text-bg {
  fill: #333;
  stroke: #fff;
  stroke-width: 15px; }

/* line 3804, theme.scss */
/* line 4107, theme.scss */
.slide-title strong {
  position: relative;
  z-index: 20;
  font-weight: 400; }

/* line 3810, theme.scss */
/* line 4113, theme.scss */
.slide-title span {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 14px #fff;
  z-index: 10;
  color: #fff; }

/* line 3818, theme.scss */
/* line 4122, theme.scss */
.slide-description {
  font-weight: 100;
  color: #fff; }

/* line 3823, theme.scss */
/* line 4127, theme.scss */
.promo-slider-wrapper .promo-slider-next {
  cursor: pointer;
  z-index: 10; }

/* line 3827, theme.scss */
/* line 4133, theme.scss */
.promo-slider-wrapper .promo-slider-next svg {
  width: 88px;
  z-index: 20; }

/* line 3831, theme.scss */
/* line 4138, theme.scss */
.promo-slider-wrapper .promo-slider-next:hover svg path {
  fill: #e99ea5; }

/* line 3835, theme.scss */
/* line 4142, theme.scss */
.promo-slider-wrapper .promo-slider-prev {
  cursor: pointer;
  z-index: 10; }

/* line 3839, theme.scss */
/* line 4148, theme.scss */
.promo-slider-wrapper .promo-slider-prev svg {
  width: 74px;
  z-index: 20; }

/* line 3843, theme.scss */
/* line 4154, theme.scss */
.promo-slider-wrapper .promo-slider-prev:hover svg path {
  fill: #e99ea5; }

/* line 3847, theme.scss */
/* line 4158, theme.scss */
.promo-slider-wrapper .promo-slider-dash {
  margin: 0 5px; }

/* line 3851, theme.scss */
/* line 4162, theme.scss */
.promo-slider-wrapper .promo-slider-dash svg {
  width: 14px; }

/* line 3855, theme.scss */
/* line 4166, theme.scss */
.promo-slider-wrapper .slide-content {
  background: rgba(41, 47, 57, 0.81) !important;
  padding: 12px 32px 12px 69px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 3872, theme.scss */
/* line 4183, theme.scss */
.promo-slider-wrapper .slide-content .bttn-prim {
  margin-left: auto; }

/* line 3876, theme.scss */
/* line 4187, theme.scss */
.promo-slider-wrapper .slide-content .bttn-prim:hover {
  opacity: 1; }

/* line 3880, theme.scss */
/* line 4191, theme.scss */
.promo-slider-wrapper .slide-controls {
  padding: 0 17px;
  background: rgba(255, 255, 255, 0.4);
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2; }

/* line 3896, theme.scss */
/* line 4209, theme.scss */
.promo-slider-wrapper .promo-slide .slide-description, .promo-slider-wrapper .promo-slide .slide-title {
  display: none; }

@media (max-width: 480px) {
  /* line 3901, theme.scss */
  /* line 4214, theme.scss */
  .promo-slider-wrapper .promo-slider-next svg {
    width: 38px; }

  /* line 3904, theme.scss */
  /* line 4218, theme.scss */
  .promo-slider-wrapper .promo-slider-prev svg {
    width: 38px; }

  /* line 3907, theme.scss */
  /* line 4222, theme.scss */
  .promo-slider-wrapper .promo-slider-dash svg {
    width: 7px; }

  /* line 3910, theme.scss */
  /* line 4226, theme.scss */
  .promo-slider-wrapper .slide-controls {
    padding: 0 9px; }

  /* line 3913, theme.scss */
  /* line 4230, theme.scss */
  .promo-slider-wrapper .slide-content {
    padding: 0px 75px 2px 11px; }

  /* line 3916, theme.scss */
  /* line 4234, theme.scss */
  .promo-slider-wrapper .slide-content .bttn-prim {
    margin-left: 0px;
    display: none; }

  /* line 3919, theme.scss */
  /* line 4240, theme.scss */
  .props .props-inner {
    column-gap: 20px; }

  /* line 3922, theme.scss */
  /* line 4244, theme.scss */
  .product_tabs.tabs .tabs-box {
    margin-left: 0px; } }
/*=========================================
  QUANTITY
=========================================*/
/* line 3930, theme.scss */
/* line 4250, theme.scss */
.quantity-input {
  width: 50px;
  text-align: center;
  padding: 4px 5px;
  vertical-align: top; }

/*=========================================
  QUICK_VIEW
=========================================*/
/* line 3941, theme.scss */
/* line 4260, theme.scss */
.quick_view-modal {
  max-width: 1000px; }

/*=========================================
  REVIEWS
=========================================*/
/* line 3948, theme.scss */
/* line 4267, theme.scss */
.author {
  margin-bottom: 10px; }

/*=========================================
  SCROLL_TOP
=========================================*/
/* line 3955, theme.scss */
/* line 4274, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #e99ea5;
  bottom: 10px;
  font-size: 2em;
  cursor: pointer;
  padding: 0 10px;
  right: 10px;
  height: 40px;
  opacity: 0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: right .25s ease,all .25s ease;
  -o-transition: right .25s ease,all .25s ease;
  transition: right .25s ease,all .25s ease;
  text-decoration: none;
  z-index: 1000;
  text-transform: uppercase;
  font-size: 20px;
  outline: none; }

@media (max-width: 1200px) {
  /* line 3980, theme.scss */
  /* line 4300, theme.scss */
  .scroll_top {
    display: none; } }
/* line 3984, theme.scss */
/* line 4303, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

/* line 3988, theme.scss */
/* line 4307, theme.scss */
.scroll_top.is-enabled {
  opacity: 1;
  right: 25px;
  text-decoration: none; }

/* line 3994, theme.scss */
/* line 4313, theme.scss */
.scroll_top.is-enabled:hover,
.scroll_top.is-enabled:focus {
  text-decoration: none; }

/*=========================================
  SEARCH_WIDGET
=========================================*/
/* line 4002, theme.scss */
/* line 4321, theme.scss */
.search_widget {
  position: relative; }

/* line 4005, theme.scss */
/* line 4325, theme.scss */
.ajax-search-results {
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  background: #fff;
  -webkit-box-shadow: 0 1px 3px -1px #000;
  box-shadow: 0 1px 3px -1px #000;
  width: 100%;
  left: 0;
  z-index: 10;
  border: 1px solid rgba(225, 225, 225, 0.5);
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0; }

/* line 4022, theme.scss */
/* line 4342, theme.scss */
.ajax-search-item {
  margin-bottom: 2px; }

/* line 4026, theme.scss */
/* line 4346, theme.scss */
.ajax-search-link {
  padding: 5px 10px;
  display: block; }

/* line 4031, theme.scss */
/* line 4351, theme.scss */
.ajax_search-marked {
  font-weight: bold; }

/*=========================================
  SOCIAL_SHARE
=========================================*/
/* line 4038, theme.scss */
/* line 4358, theme.scss */
.social_share-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem; }

/* line 4043, theme.scss */
/* line 4363, theme.scss */
.social_share {
  margin: 0.5rem 0; }

/* line 4046, theme.scss */
/* line 4367, theme.scss */
.social_share-list a {
  color: #8d4c6c;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle; }

/* line 4052, theme.scss */
/* line 4374, theme.scss */
.social_share-list a:not(:last-child) {
  margin-right: 10px; }

/*=========================================
  SOCIAL
=========================================*/
/* line 4059, theme.scss */
/* line 4381, theme.scss */
.social-menu-link {
  color: inherit;
  width: 35px;
  height: 35px;
  /*  border: 1px solid;*/
  display: none;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 32px;
  background-repeat: no-repeat;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-position: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

/* line 4081, theme.scss */
/* line 4403, theme.scss */
.social-menu-link:hover {
  opacity: 0.9; }

/* line 4084, theme.scss */
/* line 4407, theme.scss */
.social-menu-link.is-vk {
  background-image: url("vk.svg");
  display: inline-block; }

/* line 4088, theme.scss */
/* line 4412, theme.scss */
.social-menu-link.is-facebook {
  background-image: url("facebook.svg");
  display: inline-block; }

/* line 4092, theme.scss */
/* line 4417, theme.scss */
.social-menu-link.is-youtube {
  background-image: url("youtube.svg");
  display: inline-block; }

/* line 4096, theme.scss */
/* line 4422, theme.scss */
.social-menu-link.is-instagram {
  background-image: url("instagram.svg");
  display: inline-block; }

/* line 4100, theme.scss */
/* line 4427, theme.scss */
.social-menu-link.is-twitter {
  background-image: url("twitter.svg");
  display: inline-block; }

/* line 4104, theme.scss */
/* line 4432, theme.scss */
.social-menu-link.is-t_me {
  background-image: url("t_me.svg");
  display: inline-block; }

/* line 4108, theme.scss */
/* line 4437, theme.scss */
.social-menu-link.is-odnoklassniki {
  background-image: url("ok-social.svg");
  display: inline-block; }

/* line 4112, theme.scss */
/* line 4442, theme.scss */
.social-menu-link.is-google-plus {
  background-image: url("google-plus.svg");
  display: inline-block; }

/* line 4117, theme.scss */
/* line 4447, theme.scss */
.social-menu.is-icon-font .social-menu-link {
  background-image: none; }

/*=========================================
  SETTINGS_GUIDE
=========================================*/
/* line 4124, theme.scss */
/* line 4454, theme.scss */
.settings_guide-font-primary::before {
  content: '$font-family-primary: ';
  font-family: "MuseoSans", sans-serif; }

/* line 4128, theme.scss */
/* line 4459, theme.scss */
.settings_guide-font-primary::after {
  content: "MuseoSans, sans-serif";
  font-family: "MuseoSans", sans-serif; }

/* line 4132, theme.scss */
/* line 4464, theme.scss */
.settings_guide-font-second::before {
  font-family: "Drina";
  content: '$font-family-second: '; }

/* line 4136, theme.scss */
/* line 4469, theme.scss */
.settings_guide-font-second::after {
  font-family: "Drina";
  content: "Drina"; }

/* line 4142, theme.scss */
/* line 4474, theme.scss */
.settings_guide-font-size::before {
  font-size: 16px;
  content: '$font-size-primary: '; }

/* line 4146, theme.scss */
/* line 4479, theme.scss */
.settings_guide-font-size::after {
  font-size: 16px;
  content: "16px"; }

/* line 4162, theme.scss */
/* line 4484, theme.scss */
.settings_guide-color-background-primary:before {
  content: '$color-background-primary: '; }

/* line 4166, theme.scss */
/* line 4488, theme.scss */
.settings_guide-color-background-primary:after {
  background-color: #fff;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 4170, theme.scss */
/* line 4500, theme.scss */
.settings_guide-color-text-primary:before {
  content: '$color-text-primary: '; }

/* line 4173, theme.scss */
/* line 4504, theme.scss */
.settings_guide-color-text-primary:after {
  background-color: #292f39;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 4177, theme.scss */
/* line 4516, theme.scss */
.settings_guide-color-text-gray:before {
  content: '$color-text-gray: '; }

/* line 4180, theme.scss */
/* line 4520, theme.scss */
.settings_guide-color-text-gray:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #999999; }

/* line 4184, theme.scss */
/* line 4532, theme.scss */
.settings_guide-color-link-primary:before {
  content: '$color-link-primary: '; }

/* line 4187, theme.scss */
/* line 4536, theme.scss */
.settings_guide-color-link-primary:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e99ea5; }

/* line 4192, theme.scss */
/* line 4548, theme.scss */
.settings_guide-color-link-secondary:before {
  content: '$color-link-secondary: '; }

/* line 4196, theme.scss */
/* line 4552, theme.scss */
.settings_guide-color-link-secondary:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #8d4c6c; }

/* line 4201, theme.scss */
/* line 4564, theme.scss */
.settings_guide-color-info:before {
  content: '$color-info: '; }

/* line 4205, theme.scss */
/* line 4568, theme.scss */
.settings_guide-color-info:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #99b1a4; }

/* line 4209, theme.scss */
/* line 4580, theme.scss */
.settings_guide-color-success:before {
  content: '$color-success: '; }

/* line 4212, theme.scss */
/* line 4584, theme.scss */
.settings_guide-color-success:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #8f8973; }

/* line 4217, theme.scss */
/* line 4596, theme.scss */
.settings_guide-color-error:before {
  content: '$color-error: '; }

/* line 4221, theme.scss */
/* line 4600, theme.scss */
.settings_guide-color-error:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #e99ea5; }

/* line 4226, theme.scss */
/* line 4612, theme.scss */
.settings_guide-color-warning:before {
  content: '$color-warning: '; }

/* line 4230, theme.scss */
/* line 4616, theme.scss */
.settings_guide-color-warning:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #bca89f; }

/*=========================================
  STYLE_GUIDE
=========================================*/
/* line 4265, theme.scss */
/* line 4631, theme.scss */
.style_guide {
  padding: 0 50px; }

/* line 4269, theme.scss */
/* line 4635, theme.scss */
.style_guide > .row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid; }

/* line 4275, theme.scss */
/* line 4641, theme.scss */
pre.html {
  margin-top: 0; }

/* line 4279, theme.scss */
/* line 4645, theme.scss */
.guide-fill {
  background: #ccc;
  min-height: 100px;
  border: 1px solid #999;
  text-align: center;
  line-height: 100px; }

/* line 4286, theme.scss */
/* line 4653, theme.scss */
.style_target {
  display: none; }

/* line 4290, theme.scss */
/* line 4657, theme.scss */
.style_target .sticky {
  top: 100px; }

/*=========================================
  OPTION
=========================================*/
/* line 4297, theme.scss */
/* line 4664, theme.scss */
.option-value.is-span {
  border: 1px solid #ccc;
  background: none;
  line-height: 1.5;
  min-width: 25px;
  display: inline-block;
  vertical-align: middle;
  min-height: 25px;
  text-align: center;
  cursor: pointer;
  outline: none; }

/* line 4309, theme.scss */
/* line 4677, theme.scss */
.option-value.is-active.is-span {
  border-color: #000; }

/* line 4312, theme.scss */
/* line 4681, theme.scss */
.option-selector {
  margin: 0; }

/* line 4315, theme.scss */
/* line 4685, theme.scss */
.option-selector .option {
  margin: 1rem 0; }

/* line 4318, theme.scss */
/* line 4689, theme.scss */
.option-selector .option .slct {
  color: #292f39; }

/* line 4321, theme.scss */
/* line 4693, theme.scss */
.option-selector .option label {
  margin-bottom: 7px;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #292f39; }

/* line 4330, theme.scss */
/* line 4703, theme.scss */
.option-selector .option label:after {
  content: ":"; }

/* line 4334, theme.scss */
/* line 4707, theme.scss */
.fixed-content {
  display: none; }

@media all and (max-width: 980px) {
  /* line 4339, theme.scss */
  /* line 4712, theme.scss */
  .catalog ul.level-1 {
    display: block; }

  /* line 4342, theme.scss */
  /* line 4716, theme.scss */
  .catalog ul.level-1 li.level-1 {
    width: 100%;
    border-bottom: 1px solid #292f39;
    border-right: 0; }

  /* line 4347, theme.scss */
  /* line 4722, theme.scss */
  .catalog .main-menu .menu-link.level-1 {
    font-size: 44px;
    font-weight: normal; }

  /* line 4351, theme.scss */
  /* line 4727, theme.scss */
  .menu-item.is-drop_anchor > .menu.is-drop_target {
    display: none !important; }

  /* line 4354, theme.scss */
  /* line 4731, theme.scss */
  .main-header .phone .tel {
    font-size: 42px; }

  /* line 4357, theme.scss */
  /* line 4735, theme.scss */
  .main-header .phone .js-modal {
    font-size: 21px; }

  /* line 4360, theme.scss */
  /* line 4739, theme.scss */
  .fixed-content {
    display: block; }

  /* line 4363, theme.scss */
  /* line 4743, theme.scss */
  .phone.in-header {
    padding-top: 20px; }

  /* line 4366, theme.scss */
  /* line 4747, theme.scss */
  .fixed-link {
    position: fixed;
    top: 0px;
    left: 12px;
    font-size: 30px;
    z-index: 1000;
    cursor: pointer;
    background: #ffffffa6;
    padding: 0 10px 0 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    margin-top: 5px; }

  /* line 4379, theme.scss */
  /* line 4762, theme.scss */
  .fixed-link.go {
    font-size: 70px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms; }

  /* line 4385, theme.scss */
  /* line 4769, theme.scss */
  .main-header nav {
    opacity: 0; }

  /* line 4388, theme.scss */
  /* line 4773, theme.scss */
  .fixed-popup {
    position: fixed;
    top: 71px;
    left: 10px;
    right: 10px;
    z-index: 1001;
    background: #fff;
    overflow-y: auto;
    font-size: 8px;
    display: none;
    border: 1px solid #333;
    padding: 15px 0 0 0; }

  /* line 4401, theme.scss */
  /* line 4787, theme.scss */
  .fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    display: none; }

  /* line 4410, theme.scss */
  /* line 4797, theme.scss */
  .sub-lvl-1 {
    list-style: none;
    padding: 0;
    margin: 0; }

  /* line 4415, theme.scss */
  /* line 4803, theme.scss */
  .sub-lvl-2 {
    display: none;
    font-size: 0;
    padding-top: 10px;
    padding-left: 20px;
    padding-bottom: 10px; }

  /* line 4422, theme.scss */
  /* line 4811, theme.scss */
  .c-lvl-2 {
    display: inline-block;
    vertical-align: top;
    font-size: 34px;
    width: 33%;
    margin-bottom: 5px; }

  /* line 4429, theme.scss */
  /* line 4819, theme.scss */
  .fixed-close {
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    font-size: 50px; }

  /* line 4436, theme.scss */
  /* line 4827, theme.scss */
  .logotype.in-header {
    width: 600px;
    height: 200px;
    margin-left: -95px;
    padding-top: 0; }

  /* line 4442, theme.scss */
  /* line 4834, theme.scss */
  .main-header .search-widget .inpt {
    font-size: 26px;
    font-weight: normal; }

  /* line 4446, theme.scss */
  /* line 4839, theme.scss */
  .main-header .search-widget button {
    left: 0px;
    top: 18px; }

  /* line 4450, theme.scss */
  /* line 4844, theme.scss */
  .main-header .search-widget button svg {
    width: 35px;
    height: 30px; }

  /* line 4454, theme.scss */
  /* line 4849, theme.scss */
  .main-header .cart-widget a {
    font-size: 20px; }

  /* line 4457, theme.scss */
  /* line 4853, theme.scss */
  .fixed-popup a {
    color: #333;
    text-decoration: none; }

  /* line 4461, theme.scss */
  /* line 4858, theme.scss */
  .c-lvl-1-click {
    cursor: pointer;
    font-weight: normal; }

  /* line 4465, theme.scss */
  /* line 4863, theme.scss */
  .c-lvl-1 {
    border-bottom: 1px solid #333;
    padding: 20px; }

  /* line 4469, theme.scss */
  /* line 4868, theme.scss */
  .c-lvl-1:last-child {
    border-bottom: 0; } }
/* line 4475, theme.scss */
/* line 4871, theme.scss */
.page-content b,
.page-content strong {
  font-weight: bold; }

/* line 4480, theme.scss */
/* line 4876, theme.scss */
.info-cell-inner .descr {
  margin-bottom: 10px; }

/* line 4484, theme.scss */
/* line 4880, theme.scss */
.buyzone {
  position: relative; }

/* line 4487, theme.scss */
/* line 4884, theme.scss */
.buyzone.pseudo-hide:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 55px;
  content: '';
  z-index: 2;
  background: #fff;
  opacity: 0.5; }

/* line 4499, theme.scss */
/* line 4896, theme.scss */
.hide-opac {
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* line 4505, theme.scss */
/* line 4903, theme.scss */
.facture-slider {
  position: relative; }

/* line 4507, theme.scss */
/* line 4906, theme.scss */
.facture-slider .slide-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 500; }

/* line 4517, theme.scss */
/* line 4916, theme.scss */
.facture-slider .facture-slider-next, .facture-slider .facture-slider-prev {
  width: 50px;
  cursor: pointer; }

/* line 4521, theme.scss */
/* line 4920, theme.scss */
.facture-slider .news-slider-dash {
  width: 8px; }

/* line 4527, theme.scss */
/* line 4924, theme.scss */
.product-option-facture .facture-question {
  position: absolute;
  top: 3px;
  right: 10px;
  display: inline-block;
  width: 25px;
  height: 25px;
  z-index: 500;
  border: 2px solid #e99ea5;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

/* line 4539, theme.scss */
/* line 4937, theme.scss */
.product-option-facture .facture-question:hover {
  border-color: #292f39; }

/* line 4546, theme.scss */
/* line 4941, theme.scss */
.facture-popup .added-content {
  font-size: 14px; }

/* line 4549, theme.scss */
/* line 4944, theme.scss */
.facture-popup .added-title {
  text-transform: uppercase;
  font-weight: bold; }

/* line 4553, theme.scss */
/* line 4948, theme.scss */
.facture-popup img {
  display: block;
  margin: 10px auto;
  max-width: 300px;
  border: 3px solid #292f39; }

/* line 4561, theme.scss */
/* line 4955, theme.scss */
.video-title {
  padding: 10px 15px;
  background: #e9edee;
  font-weight: 100;
  min-height: 91px; }

/* line 4566, theme.scss */
/* line 4962, theme.scss */
.video-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }

/* line 4571, theme.scss */
/* line 4968, theme.scss */
.video-wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0; }

/* line 4583, theme.scss */
/* line 4978, theme.scss */
.collection-filter a.category_menu-link.menu-link.level-1 {
  color: #292f39;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900; }

/* line 4589, theme.scss */
/* line 4984, theme.scss */
.collection-filter button.category_menu-marker.menu-marker.menu-marker {
  background: none;
  float: right;
  padding: 0px 15px;
  padding-right: 0;
  outline: none; }

/* line 4595, theme.scss */
/* line 4991, theme.scss */
.collection-filter button.category_menu-marker.menu-marker.menu-marker:after {
  display: none; }

/* line 4600, theme.scss */
/* line 4994, theme.scss */
.collection-filter .is-button-active path {
  fill: #000 !important; }

/* line 4603, theme.scss */
/* line 4997, theme.scss */
.collection-filter .is-button-active #icon-plus {
  display: none; }

/* line 4608, theme.scss */
/* line 5000, theme.scss */
.collection-filter .is-button-active:hover path {
  fill: #e99ea5 !important; }

/* line 4614, theme.scss */
/* line 5003, theme.scss */
.collection-filter .is-button-close #icon-minus {
  display: none; }

/* line 4618, theme.scss */
/* line 5006, theme.scss */
.collection-filter .is-button-close:hover path {
  fill: #e99ea5 !important; }

/* line 4623, theme.scss */
/* line 5009, theme.scss */
.collection-filter .category_menu-products_count {
  display: none; }

/* line 4626, theme.scss */
/* line 5012, theme.scss */
.collection-filter a.category_menu-link.menu-link.level-2 {
  font-size: 14px;
  color: #000;
  padding-left: 10px; }

/* line 4630, theme.scss */
/* line 5017, theme.scss */
.collection-filter a.category_menu-link.menu-link.level-2:hover {
  color: #e99ea5; }

/* line 4635, theme.scss */
/* line 5020, theme.scss */
.collection-filter .is-current.level-2 a {
  color: #e99ea5 !important; }

/* line 4642, theme.scss */
/* line 5024, theme.scss */
.new-nav.nav-video .slide-controls {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  transform: scale(0.8);
  margin-bottom: 17px; }

/* line 5034, theme.scss */
.image-cropper-container.active-custom .cropper-crop-box {
  opacity: 0;
  z-index: -10000; }
/* line 5038, theme.scss */
.image-cropper-container.active-custom .cropper-modal {
  background-color: transparent; }
/* line 5041, theme.scss */
.image-cropper-container.active-custom .cropper-canvas {
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 5045, theme.scss */
  .image-cropper-container.active-custom .cropper-canvas img {
    height: initial !important;
    width: initial !important; }

/* line 5067, theme.scss */
.image-cropper-container.active-custom .cropper-canvas.width img {
  width: 100% !important; }

/* line 5070, theme.scss */
.image-cropper-container.active-custom .cropper-canvas.height img {
  height: 100% !important; }

/* line 5073, theme.scss */
.product-info .product-option:before {
  display: none; }

/* line 5078, theme.scss */
.product-image-controls {
  padding: 15px 0px 10px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  flex-wrap: wrap; }
  /* line 5083, theme.scss */
  .product-image-controls .title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 6px; }

/* line 5092, theme.scss */
.product-image-controls .control-block {
  margin-right: 0;
  width: 35%;
  margin-bottom: 10px; }

/* line 5097, theme.scss */
.product-image-controls .control-height label, .product-image-controls .control-width label {
  width: 100%; }

/* line 5100, theme.scss */
.product-image-controls .control-height label, .product-image-controls .control-width label {
  margin-left: 0; }

/* line 5103, theme.scss */
.product-image-controls .control-height input, .product-image-controls .control-width input {
  margin-left: 0; }

/* line 5106, theme.scss */
.wrap-bttn-custom {
  width: 30%;
  padding-top: 15px; }
  /* line 5109, theme.scss */
  .wrap-bttn-custom button {
    background: none;
    color: #000;
    padding: 0;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    cursor: pointer; }
  /* line 5119, theme.scss */
  .wrap-bttn-custom svg {
    height: 14px;
    width: 14px;
    margin-right: 5px;
    margin-top: -2px; }
  /* line 5126, theme.scss */
  .wrap-bttn-custom #crop-return svg {
    margin-top: 0;
    height: 11px;
    width: 11px;
    margin-left: 1.5px;
    margin-right: 7px; }

/* line 5135, theme.scss */
.product-option-color.js-product-option-color.product-option {
  padding-top: 10px;
  border-bottom: 2px solid #000;
  padding-bottom: 18px; }

/* line 5141, theme.scss */
.product-option-mirror.js-product-option-mirror.product-option {
  border-bottom: 2px solid #000;
  padding-bottom: 20px; }

/* line 5146, theme.scss */
.product-option-example {
  padding-bottom: 5px; }

/* line 5150, theme.scss */
.product-option-example.js-product-option-example.product-option {
  padding-bottom: 10px; }

/* line 5155, theme.scss */
.product-info-block .bttn-second {
  width: 100%;
  max-width: 100% !important;
  text-align: center; }
  /* line 5159, theme.scss */
  .product-info-block .bttn-second .indicator {
    position: relative;
    left: -21px; }

/* line 5165, theme.scss */
.unless {
  opacity: 0.4;
  cursor: not-allowed !important; }

/* line 5179, theme.scss */
#croppedImage {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%; }

/* line 5187, theme.scss */
#croppedImage {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

/* line 5200, theme.scss */
span.cropper-point.point-nw {
  z-index: 1; }

/* line 5203, theme.scss */
span.cropper-point.point-ne {
  z-index: 1; }

/* line 5206, theme.scss */
span.cropper-point.point-n {
  z-index: 1; }

/* line 5209, theme.scss */
span.cropper-point.point-e {
  z-index: 1; }

/* line 5212, theme.scss */
span.cropper-point.point-se {
  z-index: 1; }

/* line 5215, theme.scss */
span.cropper-point.point-w {
  z-index: 1; }

/* line 5219, theme.scss */
span.cropper-point.point-s {
  z-index: 1; }

/* line 5222, theme.scss */
span.cropper-point.point-sw {
  z-index: 1; }

/* line 5225, theme.scss */
.wrap-custom {
  border: 8px solid #000; }

/* line 5228, theme.scss */
.product-sku {
  position: absolute;
  right: 10px;
  top: -43px;
  font-weight: 500; }

/* line 5235, theme.scss */
.product-image-block {
  position: relative; }

/* line 5238, theme.scss */
.template-is-product .breadcrumb {
  max-width: 770px; }

/* line 5249, theme.scss */
.cropper-modal {
  opacity: 0; }

/* line 5257, theme.scss */
.image-cropper-container.active-custom {
  width: 100%;
  height: 100%; }

/* line 5262, theme.scss */
.image-cropper-container.active-custom .cropper-bg {
  min-height: 100%;
  min-width: 100%; }
/* line 5266, theme.scss */
.image-cropper-container.active-custom .cropper-canvas {
  min-height: 100%;
  min-width: 100%; }

/* line 5273, theme.scss */
#itog {
  background: red; }

/* line 5279, theme.scss */
.preload {
  position: absolute;
  z-index: 1000000;
  height: 100%;
  width: 100%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0; }

/* line 5294, theme.scss */
.loader-container {
  position: relative;
  float: left;
  width: 196px;
  height: 196px; }

/* line 5301, theme.scss */
.loader-container .loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/* line 5309, theme.scss */
.square-split .loader > div {
  float: left;
  width: 50%;
  height: 50%; }

/* line 5314, theme.scss */
.square-split .loader .square-2 {
  transform: rotate(90deg); }

/* line 5318, theme.scss */
.square-split .loader .square-3 {
  transform: rotate(270deg);
  animation-direction: reverse; }

/* line 5322, theme.scss */
.square-split .loader .square-4 {
  transform: rotate(180deg);
  animation-direction: reverse; }

/* line 5326, theme.scss */
.square-split .loader > div::after {
  content: '';
  display: inline-flex;
  margin: 50% 0 0 50%;
  width: 50%;
  height: 50%;
  background: #FFF;
  animation: squareSplit 1s infinite ease-in-out alternate; }

@keyframes squareSplit {
  20% {
    transform: rotate(0deg);
    margin: 50% 0 0 50%; }
  50% {
    transform: rotate(90deg);
    margin: 0px; }
  80% {
    transform: rotate(180deg);
    margin: 50% 0 0 50%; }
  100% {
    transform: rotate(180deg);
    margin: 50% 0 0 50%; } }
@keyframes rotate {
  100% {
    transform: rotate(360deg); } }
/* line 5357, theme.scss */
.cart-items * {
  filter: none !important; }
/* line 5361, theme.scss */
.cart-items .filter-mirror {
  transform: scale(1, 1) !important; }

/* line 5367, theme.scss */
.active-custom .cropper-wrap-box, .active-custom .cropper-canvas {
  overflow: visible; }

/* line 5371, theme.scss */
.image-container-wrap {
  z-index: 10; }

/* line 5379, theme.scss */
#crop-custom + #crop-custom2 {
  display: inline-flex !important;
  align-items: center;
  opacity: 0.4 !important;
  cursor: not-allowed !important; }

/* line 5386, theme.scss */
button.show-if#crop-custom {
  display: inline-flex; }
  /* line 5388, theme.scss */
  button.show-if#crop-custom + #crop-custom2 {
    display: none !important; }

/* line 5394, theme.scss */
.promo-slider-wrapper .slide-content .slide-description {
  width: 100% !important;
  font-size: 19px; }

/* line 5400, theme.scss */
.promo-slider-wrapper .slide-content {
  background: rgba(41, 47, 57, 0.81);
  padding: 12px 32px 12px 69px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 768px) {
  /* line 5422, theme.scss */
  .cell-mobile-one {
    max-width: 100%;
    webkit-flex-basis: 100%;
    ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }

  /* line 5429, theme.scss */
  .cell-mobile-two {
    max-width: 100%;
    webkit-flex-basis: 100%;
    ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center; }

  /* line 5436, theme.scss */
  .card-action.show-flex.flex-end {
    justify-content: center; }

  /* line 5441, theme.scss */
  form[action~="/cart_items"] .cell-3 {
    margin-top: 20px;
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important; }

  /* line 5448, theme.scss */
  .product-info .product-option .option-cell span.title {
    padding: 60px 3px; }

  /* line 5451, theme.scss */
  .image-container.is-square {
    padding-top: 50% !important; }

  /* line 5454, theme.scss */
  .product-image-controls {
    text-align: center; } }
@media (max-height: 450px) {
  /* line 5460, theme.scss */
  .main-header .phone .tel {
    font-size: 21px !important; } }
@media (max-width: 980px) {
  /* line 5465, theme.scss */
  .main-header .phone .tel {
    font-size: 28px; } }
@media (max-width: 480px) {
  /* line 5471, theme.scss */
  .subscr-inner form input {
    width: 210px; }

  /* line 5474, theme.scss */
  .props label + span {
    padding-left: 10px !important; }

  /* line 5477, theme.scss */
  .props .props-inner {
    column-gap: 0; }

  /* line 5481, theme.scss */
  .promo-slider-wrapper .slide-content {
    padding: 0px 5px 2px 21px; }

  /* line 5484, theme.scss */
  .promo-slider-wrapper .slide-content .slide-description {
    display: block !important;
    font-size: 9px; }

  /* line 5489, theme.scss */
  .container.menu-mob {
    padding: 0; }

  /* line 5492, theme.scss */
  .product-info .product-option .option-cell span.title {
    padding: 50px 3px; }

  /* line 5495, theme.scss */
  .image-container.is-square {
    padding-top: 90% !important; } }
@media (min-width: 480px) and (max-width: 767px) {
  /* line 5501, theme.scss */
  .titless {
    display: none; }

  /* line 5505, theme.scss */
  .image-container.is-square {
    padding-top: 70% !important; }

  /* line 5508, theme.scss */
  .props {
    padding: 10px 5px;
    background: #e9edee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; } }
/* line 5532, theme.scss */
.props label + span {
  width: 68%;
  display: inline-block;
  padding-left: 5px; }

/* line 5537, theme.scss */
.props .property {
  font-size: 10px;
  font-weight: 900;
  /* margin: 5px 0; */ }

/* line 5544, theme.scss */
.cell-3.product-info-block.liquid {
  margin-top: 20px;
  text-align: center;
  width: 100% !important;
  max-width: 100% !important;
  flex-basis: 100% !important; }

/* line 5551, theme.scss */
.product-sku {
  position: inherit; }

/* line 5555, theme.scss */
.props label {
  width: 31%;
  color: #999;
  padding-top: 2px;
  font-size: 9px;
  vertical-align: top;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  float: left;
  display: -webkit-flex; }

/* line 5568, theme.scss */
.props .property {
  font-size: 11px;
  font-weight: 900;
  /* margin: 5px 0; */ }

/* line 5575, theme.scss */
.product-image-controls {
  text-align: center; }

/* line 5579, theme.scss */
.card .card-title {
  text-align: center; }

@media all and (orientation: landscape) {
  /* line 5587, theme.scss */
  .card .card-sku {
    text-align: center; } }
@media (max-width: 1200px) and (orientation: landscape) {
  /* line 5595, theme.scss */
  i.fa.fa-chevron-down {
    font-size: 24px; }

  /* line 5598, theme.scss */
  i.fa.fa-times {
    font-size: 24px; }

  /* line 5601, theme.scss */
  .new-products .second-new-line > .cell-9 {
    max-width: 70%;
    -webkit-flex-basis: 79%;
    -ms-flex-preferred-size: 79%;
    flex-basis: 70%; }

  /* line 5607, theme.scss */
  .new-products .second-new-line > .cell-3 {
    max-width: 30%;
    -webkit-flex-basis: 21%;
    -ms-flex-preferred-size: 21%;
    flex-basis: 30%; }

  /* line 5614, theme.scss */
  .new-products .new-slider-prev svg {
    width: 40px; }

  /* line 5617, theme.scss */
  .new-info-block {
    padding: 15px 14px 50px 14px !important; }

  /* line 5621, theme.scss */
  .new-products .new-slider-dash svg {
    width: 7px; }

  /* line 5624, theme.scss */
  .new-products .new-slider-next svg {
    width: 55px; }

  /* line 5627, theme.scss */
  .index-reviews .reviews-slider-prev svg {
    width: 38px; }

  /* line 5630, theme.scss */
  .index-reviews .reviews-slider-dash svg {
    width: 7px; }

  /* line 5633, theme.scss */
  .index-reviews .reviews-slider-next svg {
    width: 57px; }

  /* line 5638, theme.scss */
  .index-news .news-slider-prev svg {
    width: 38px; }

  /* line 5641, theme.scss */
  .index-news .news-slider-dash svg {
    width: 7px; }

  /* line 5644, theme.scss */
  .index-news .news-slider-next svg {
    width: 57px; }

  /* line 5648, theme.scss */
  .products-is-cart_similar .new-slider-prev svg {
    width: 38px; }

  /* line 5651, theme.scss */
  .products-is-cart_similar .new-slider-dash svg {
    width: 7px; }

  /* line 5654, theme.scss */
  .products-is-cart_similar .new-slider-next svg {
    width: 57px; } }
@media (min-width: 768px) {
  /* line 5660, theme.scss */
  .props {
    padding: 60px 48px; }

  /* line 5663, theme.scss */
  .props label {
    font-size: 12px; }

  /* line 5666, theme.scss */
  .props .property {
    font-size: 14px;
    display: -webkit-flex; } }
@media (max-width: 1024px) {
  /* line 5675, theme.scss */
  .new-products .new-info-block.new-image-block {
    height: 100%; } }
@media (min-width: 1024px) {
  /* line 5681, theme.scss */
  .custom-design .custom-design-empty {
    border: 8px solid #292f39;
    height: 100%; }

  /* line 5685, theme.scss */
  .product-sku.tab-2 {
    display: none; }

  /* line 5688, theme.scss */
  .cell-3.product-info-block.liquid {
    max-width: 75% !important;
    flex-basis: 100% !important; }

  /* line 5692, theme.scss */
  ul.breadcrumb {
    padding: 25px 0 0 0; } }
@media (min-width: 481px) and (max-width: 768px) {
  /* line 5698, theme.scss */
  .promo-slider-wrapper .slide-content .slide-description {
    font-size: 10px; }

  /* line 5701, theme.scss */
  .promo-slider-wrapper .slide-content {
    padding: 10px 10px 10px 10px; }

  /* line 5705, theme.scss */
  .image-container.is-rounded {
    padding-top: 35% !important; }

  /* line 5708, theme.scss */
  .index-reviews .review-block span .date {
    margin: 3px; }

  /* line 5713, theme.scss */
  .index-reviews .cell-10, .index-news .cell-10, .index-reviews .cell-2, .index-news .cell-2, .js-recently_view .cell-10, .products-is-cart_similar .cell-2 {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    display: flex;
    justify-content: center; }

  /* line 5721, theme.scss */
  .index-reviews .cell-10 .products-title, .index-news .cell-10 .products-title, .index-reviews .cell-2 .products-title, .index-news .cell-2 .products-title, .js-recently_view .cell-10 .products-title, .products-is-cart_similar .cell-2 .products-title {
    width: 400px !important;
    max-width: 400px !important;
    flex-basis: 400px !important; }

  /* line 5727, theme.scss */
  .index-reviews .cell-10, .index-news .cell-10, .index-reviews .cell-2, .index-news .cell-2, .js-recently_view .cell-10, .products-is-cart_similar .cell-2 {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
    display: flex;
    justify-content: center; } }
/* line 5736, theme.scss */
.cell-3.product-info-block.liquid {
  margin-top: 0px; }

/* line 5739, theme.scss */
.new-products .new-info-block.new-image-block {
  background: none; }

/* line 5745, theme.scss */
.fancybox-navigation {
  display: none; }

/* line 5749, theme.scss */
.olo {
  max-width: 100%;
  padding: 10px;
  margin: 0;
  padding-top: 0;
  margin-bottom: 10px; }

/* line 5756, theme.scss */
.cart-item .item-img {
  height: 100%; }

/* line 5761, theme.scss */
.custom_help {
  display: none;
  margin-top: -28px;
  margin-bottom: 5px;
  font-size: 10px;
  border: 1px solid;
  border-radius: 4px;
  padding: 0px 13px !important;
  background: #fff !important;
  opacity: .5;
  pointer-events: none; }

/* line 5778, theme.scss */
.custom_help.show-if {
  opacity: 1;
  pointer-events: initial !important; }

/* line 5783, theme.scss */
.slide-title {
  display: none; }

/* line 5786, theme.scss */
.stiker-hit path {
  fill: blue !important; }

/* line 5789, theme.scss */
.stiker-novinka path {
  fill: green !important; }

/* line 5792, theme.scss */
.stiker-aktsiya path {
  fill: red !important; }

/* line 5795, theme.scss */
.old-price {
  text-decoration: line-through; }

/* line 5798, theme.scss */
.main-header .phone a[href="#feedback-modal"], footer .phone a[href="#feedback-modal"] {
  display: none !important; }

@keyframes glowing {
  0% {
    background-color: #e99ea5;
    box-shadow: 0 0 5px #e99ea5; }
  50% {
    background-color: #e99ea5;
    box-shadow: 0 0 20px #e99ea5; }
  100% {
    background-color: #e99ea5;
    box-shadow: 0 0 5px #e99ea5; } }
/* line 5810, theme.scss */
#crop-custom.custom_help.show-if {
  animation: glowing 1300ms infinite; }

/* line 5814, theme.scss */
.ottenok ul {
  padding-left: 16px;
  font-weight: 600;
  margin: 0;
  font-size: 0.9rem; }

/* line 5820, theme.scss */
.ottenok li {
  padding-bottom: 5px; }

/* line 5826, theme.scss */
.product-option-color .ottenok li {
  text-align: left; }

@media (max-width: 768px) {
  /* line 5830, theme.scss */
  .is-button-active + .category_menu {
    display: none; }

  /* line 5834, theme.scss */
  .collection-filter .is-button-active #icon-plus {
    display: block; }

  /* line 5838, theme.scss */
  .collection-filter .is-button-active #icon-minus {
    display: none; }

  /* line 5842, theme.scss */
  .is-button-active-mobile + .category_menu {
    display: block; }

  /* line 5846, theme.scss */
  .collection-filter .is-button-active-mobile #icon-minus {
    display: block; }

  /* line 5849, theme.scss */
  .collection-filter .is-button-active-mobile #icon-plus {
    display: none; } }
/* line 5855, theme.scss */
.title-slider-video {
  display: flex; }
  @media screen and (max-width: 767px) {
    /* line 5855, theme.scss */
    .title-slider-video {
      align-items: center; } }

/* line 5862, theme.scss */
.button-all-video {
  font-size: 15px;
  flex: 0 0 max-content;
  align-content: center; }
  /* line 5866, theme.scss */
  .button-all-video a {
    border: 2px solid #000;
    text-decoration: none;
    color: black;
    padding: 5px 15px; }

@media screen and (max-width: 767px) {
  /* line 5874, theme.scss */
  h3.products-title:after {
    display: none; } }

@media screen and (max-width: 767px) {
  /* line 5880, theme.scss */
  .new-nav.nav-video .slide-controls {
    margin-bottom: 0; } }
