@charset "UTF-8";
/*=========================================
  ADVANTAGE
=========================================*/
/* line 8, theme.scss */
.advantage-text {
  color: #2d2d2d;
  font-size: 16px;
  display: block;
  max-width: 138px;
  margin: 10px auto;
  text-align: center; }

/* line 17, theme.scss */
.advantage-icon {
  height: 60px;
  margin-bottom: 10px; }

/* line 22, theme.scss */
.advantage {
  padding: 55px 0; }

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

/*=========================================
  ARTICLE
=========================================*/
/* line 36, theme.scss */
.article-title {
  font-weight: bold;
  margin-bottom: 0.5em; }

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

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

/*=========================================
  ARTICLE_PREVIEW
=========================================*/
/* line 52, theme.scss */
.article_preview {
  margin-bottom: 40px; }

/* line 56, theme.scss */
.article_preview-title {
  color: #2d2d2d;
  font-size: 20px;
  word-break: break-word;
  text-align: left; }

/* line 63, theme.scss */
.article_preview-title a {
  text-decoration: none;
  color: #2d2d2d;
  cursor: pointer; }

/* line 69, theme.scss */
.article_preview-blog {
  color: #2d2d2d;
  font-size: 14px;
  font-weight: 300; }

/* line 75, theme.scss */
.article_preview-blog a {
  text-decoration: none;
  color: #2d2d2d;
  cursor: pointer; }

/* line 81, theme.scss */
.article_preview-inner {
  padding: 0 40px; }

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

/* line 89, theme.scss */
.article_preview-preview {
  display: block;
  color: #2d2d2d;
  font-size: 14px; }

/* line 95, theme.scss */
.article-date {
  color: #b2b2b2;
  margin-bottom: 10px;
  display: block; }

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

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

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

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

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

/* line 124, theme.scss */
.blog-container .blog-sidebar .blog-articles .title {
  background: #282828;
  margin-bottom: 0;
  color: #d7e23e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  padding: 11% 3%; }

/* line 136, theme.scss */
.blog-container .blog-sidebar ul {
  background: #f7f7f7;
  margin-top: 0;
  margin-bottom: 24px;
  list-style: none;
  padding: 16px 0;
  padding-bottom: 30px; }

/* line 145, theme.scss */
.blog-container .blog-sidebar ul li {
  padding: 0px 24px 0px 40px;
  position: relative;
  font-weight: 500; }

/* line 151, theme.scss */
.blog-container .blog-sidebar ul li.is-current {
  background: #46c391;
  margin-top: -1px; }

/* line 156, theme.scss */
.blog-container .blog-sidebar ul li.is-current:before {
  content: '';
  width: 40px;
  position: absolute;
  height: 24px;
  background: url(arrow.svg) center center no-repeat;
  left: 0;
  top: 0; }

/* line 166, theme.scss */
.blog-container .blog-sidebar ul li.is-current a {
  border-bottom: 0; }

/* line 170, theme.scss */
.blog-container .blog-sidebar ul li a {
  display: block;
  padding: 3px 0;
  border-bottom: 1px solid #e9e9e9; }

/* line 176, theme.scss */
.blog-container .blog-sidebar ul li:hover {
  background: #e9e9e9; }

/* line 180, theme.scss */
.blog-container .blog-tags {
  margin-bottom: 24px; }

/* line 184, theme.scss */
.blog-container .blog-tags ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 190, theme.scss */
.blog-container .blog-tags ul li {
  display: inline; }

/* line 194, theme.scss */
.blog-container .blog-tags ul a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #b2b2b2;
  margin-bottom: 4px;
  margin-right: 2px; }

/* line 206, theme.scss */
.blog-container .blog-tags ul a:hover {
  border-color: #2d2d2d;
  color: #2d2d2d; }

/* line 211, theme.scss */
.blog-container .blog-tags ul a.is-active {
  background: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff; }

/* line 217, theme.scss */
.blog-container .article_preview .image-container.is-wide {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative; }

/* line 227, theme.scss */
.blog-container .article_preview .image-container.is-wide1 {
  color: #fff;
  background-position: center center;
  background-repeat: repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative; }

/* line 237, theme.scss */
.blog-container .article_preview .image-container.is-wide .inner {
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  z-index: 20; }

/* line 261, theme.scss */
.blog-container .article_preview .image-container.is-wide1 .inner {
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  z-index: 20; }

/* line 285, theme.scss */
.blog-container .article_preview .image-container.is-wide .inner svg use {
  fill: #fff; }

/* line 289, theme.scss */
.blog-container .article_preview .image-container.is-wide1 .inner svg use {
  fill: #fff; }

/* line 293, theme.scss */
.blog-container .article_preview .image-container.is-wide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 13;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

/* line 308, theme.scss */
.blog-container .article_preview .image-container.is-wide1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 13;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

/* line 322, theme.scss */
.blog-container .article_preview .image-container.is-wide:after {
  content: '';
  position: absolute;
  right: auto;
  left: 0;
  width: 0;
  bottom: 0;
  z-index: 15;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 45px;
  border-color: transparent transparent transparent #ffffff; }

/* line 336, theme.scss */
.blog-container .article_preview .image-container.is-wide1:after {
  content: '';
  position: absolute;
  right: auto;
  left: 0;
  width: 0;
  bottom: 0;
  z-index: 15;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 45px;
  border-color: transparent transparent transparent #ffffff; }

/* line 350, theme.scss */
.blog-container .article_preview .article_preview-blog {
  color: #b2b2b2;
  padding-top: 16px;
  margin-bottom: 16px;
  display: block; }

/* line 357, theme.scss */
.blog-container .article_preview .article_preview-image_wrap:hover:before {
  background: rgba(0, 0, 0, 0.15); }

/* line 361, theme.scss */
.blog-container .article-date {
  font-size: 12px;
  color: #fff; }

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

/*=========================================
  CARD
=========================================*/
/* line 376, theme.scss */
.card {
  /*margin: 2px;*/
  margin-right: 8px;
  margin-bottom: 24px;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

@media (max-width: 480px) {
  /* line 393, theme.scss */
  .card {
    padding: 10px; } }
/* line 398, theme.scss */
.card:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  background: #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: -8px;
  z-index: 10;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 415, theme.scss */
.card:before {
  position: absolute;
  z-index: 15;
  content: '';
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 428, theme.scss */
.card > * {
  position: relative;
  z-index: 20; }

/*&:hover {
    left: -2px;
    top: -2px;
  }*/
/* line 436, theme.scss */
.card:hover:after {
  /*  top: 12px;
    right: -12px;
    left: 12px;
    bottom: -12px;*/
  background: #2d2d2d; }

/* line 444, theme.scss */
.card .card-image {
  position: relative;
  overflow: hidden; }

/* line 449, theme.scss */
.card .card-image .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  /*padding: 16px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

@media (max-width: 480px) {
  /* line 475, theme.scss */
  .card .card-image .image-hover {
    display: none; } }
/* line 480, theme.scss */
.card:hover .card-image .image-hover {
  opacity: 1; }

/* line 484, theme.scss */
.card .card-price {
  font-family: "Intro", sans-serif;
  font-size: 24px;
  font-weight: bold; }

@media (max-width: 480px) {
  /* line 490, theme.scss */
  .card .card-price {
    font-size: 1.2rem; } }
/* line 495, theme.scss */
.card .bttn-prim svg {
  position: relative;
  bottom: -1px;
  margin-left: 8px; }

@media (max-width: 480px) {
  /* line 501, theme.scss */
  .card .bttn-prim svg {
    display: none;
    /*margin-left: 4px;*/ } }
/* line 507, theme.scss */
.card-info {
  position: relative; }

/* line 511, theme.scss */
.card-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 8px;
  width: 100%; }

/* line 526, theme.scss */
.card-action {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 532, theme.scss */
.card-old_price {
  text-decoration: line-through;
  color: #b2b2b2;
  margin-left: 4px; }

@media (max-width: 480px) {
  /* line 538, theme.scss */
  .card-old_price {
    font-size: 0.8rem; } }
/* line 543, theme.scss */
.card-title {
  margin-bottom: 8px;
  border-bottom: 1px solid #dde9e4;
  padding-bottom: 8px;
  font-size: 14px;
  height: 90px; }

@media (max-width: 480px) {
  /* line 551, theme.scss */
  .card-title {
    height: 130px; } }
/* line 555, theme.scss */
.card-title a {
  text-decoration: none; }

/* line 559, theme.scss */
.card-title a:hover {
  text-decoration: underline; }

/* line 563, theme.scss */
.card-props {
  font-size: 16px; }

/* line 567, theme.scss */
.card-props label {
  color: #000000;
  margin-right: 4px; }

/* line 572, theme.scss */
.card-props label:after {
  content: ':'; }

/* line 576, theme.scss */
.card-props span {
  font-weight: 500; }

/* line 580, theme.scss */
.card-opts {
  margin-bottom: 24px; }

/* line 584, theme.scss */
.card-opts label {
  color: #000000;
  font-size: 14px;
  margin-bottom: 6px;
  display: block; }

/* line 591, theme.scss */
.card-opts a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #b2b2b2;
  padding: 2px 7px 2px;
  display: inline-block; }

/* line 602, theme.scss */
.card-opts a:hover {
  background: #2d2d2d; }

/* line 606, theme.scss */
.swiper-slide .card {
  margin-bottom: 8px; }

/*=========================================
  STIKER
=========================================*/
/* line 613, theme.scss */
.stiker-wrap {
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }

/* line 625, theme.scss */
.stiker-wrap .stiker {
  background-color: #46c391;
  margin-right: 4px; }

/* line 630, theme.scss */
.stiker-wrap .stiker-new {
  background-color: #fc4848; }

/* line 634, theme.scss */
.stiker-wrap .stiker-hit {
  background-color: #9f90dd; }

/* line 638, theme.scss */
.stiker-wrap .stiker-sale {
  background-color: #4ab2c0; }

/* line 642, theme.scss */
.stiker-wrap .stiker + .stiker {
  top: 50px; }

/* line 646, theme.scss */
.stiker-wrap .stiker:nth-child(1n+3) {
  display: none; }

/*=========================================
  CART_ITEM
=========================================*/
/* line 653, theme.scss */
.item-delete {
  width: 30px;
  height: 30px;
  border: 1px solid #dde9e4;
  background: none;
  padding: 0;
  text-align: center;
  line-height: 28px;
  font-family: "Intro", sans-serif;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 673, theme.scss */
.item-delete:hover {
  color: #46c391;
  border-color: #46c391; }

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

/* line 683, theme.scss */
.cart-items {
  margin-bottom: 8px; }

/* line 687, theme.scss */
.cart-items .item-total_price,
.cart-items .item-money {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Intro", sans-serif; }

/* line 694, theme.scss */
.cart-items .item-total_price {
  color: #b2b2b2; }

/* line 698, theme.scss */
.cart-items .item-color {
  font-size: 12px;
  text-align: center; }

/* line 703, theme.scss */
.cart-items .item-color label {
  color: #b2b2b2;
  display: block; }

/* line 708, theme.scss */
.cart-items .item-color u {
  display: block;
  text-decoration: underline; }

/* line 713, theme.scss */
.cart-items .item-title {
  font-size: 14px; }

/* line 717, theme.scss */
.cart-items .item-option_name {
  color: #fff;
  display: inline-block;
  margin: 0 2px 2px 0;
  background: #2d2d2d;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 12px;
  padding: 1px 4px; }

/* line 728, theme.scss */
.cart-items .item-img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 8px;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 743, theme.scss */
.cart-items .item-img:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  background: #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: -8px;
  z-index: 10;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 760, theme.scss */
.cart-items .item-img:before {
  position: absolute;
  z-index: 15;
  content: '';
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 773, theme.scss */
.cart-items .item-img > * {
  position: relative;
  z-index: 20; }

/*&:hover {
      left: -2px;
      top: -2px;
    }*/
/* line 781, theme.scss */
.cart-items .item-img:hover:after {
  /*  top: 12px;
      right: -12px;
      left: 12px;
      bottom: -12px;*/
  background: #2d2d2d; }

/* line 789, theme.scss */
.cart-items .item-info {
  padding-left: 24px;
  padding-right: 16px; }

/* line 794, theme.scss */
.cart-items .cart-item {
  padding-bottom: 16px;
  padding-top: 10px;
  border-bottom: 1px solid #e9e9e9; }

/* line 800, theme.scss */
.cart-items .cart-item:last-child {
  border: 0; }

/*=========================================
  CART
=========================================*/
/* line 807, theme.scss */
.template-is-cart .subscribe,
.template-is-product .subscribe {
  margin-bottom: 24px; }

/* line 812, theme.scss */
.template-is-cart .subscribe-inner,
.template-is-product .subscribe-inner {
  padding-top: 0; }

/* line 817, theme.scss */
.template-is-cart .subscribe-inner .title,
.template-is-cart .subscribe-inner .form-wrap,
.template-is-product .subscribe-inner .title,
.template-is-product .subscribe-inner .form-wrap {
  display: none; }

/* line 824, theme.scss */
.template-is-cart .payment-block,
.template-is-cart .delivery-block,
.template-is-product .payment-block,
.template-is-product .delivery-block {
  padding: 10% 7%; }

/* line 831, theme.scss */
.template-is-cart .payment-block svg use,
.template-is-cart .delivery-block svg use,
.template-is-product .payment-block svg use,
.template-is-product .delivery-block svg use {
  fill: #fff; }

/* line 838, theme.scss */
.template-is-cart .payment-block .text-center,
.template-is-cart .delivery-block .text-center,
.template-is-product .payment-block .text-center,
.template-is-product .delivery-block .text-center {
  padding-right: 0; }

/* line 845, theme.scss */
.template-is-cart .delivery-block:after,
.template-is-product .delivery-block:after {
  right: auto;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 45px;
  border-color: transparent transparent transparent #ffffff; }

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

/* line 861, theme.scss */
.cart-sidebar {
  color: #fff; }

/* line 865, theme.scss */
.cart-sidebar .cart-side-order {
  text-align: center;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #535353;
  margin-bottom: 30px; }

/* line 874, theme.scss */
.cart-sidebar .cart-side-note {
  padding: 0 10px;
  padding-bottom: 24px;
  font-size: 14px;
  border-bottom: 1px solid #535353;
  margin-bottom: 30px;
  line-height: 1.3; }

/* line 883, theme.scss */
.cart-sidebar .cart-top {
  font-size: 18px;
  font-weight: 500;
  color: #46c391;
  margin-bottom: 8px; }

/* line 890, theme.scss */
.cart-sidebar .subtitle {
  opacity: 0.3;
  margin-bottom: 24px;
  font-size: 14px; }

/* line 896, theme.scss */
.cart-sidebar .cart-sidebar-inner {
  min-height: -webkit-calc(100% - 124px);
  min-height: calc(100% - 124px);
  background: #2d2d2d;
  padding: 0 30px;
  padding-bottom: 40px; }

/* line 904, theme.scss */
.cart-sidebar .features .inner {
  background: #2d2d2d;
  color: #fff;
  height: 100%; }

/* line 910, theme.scss */
.cart-sidebar .features .feat-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  height: -webkit-calc(78% - 20px);
  height: calc(78% - 20px);
  padding: 0; }

/* line 938, theme.scss */
.cart-sidebar .features .feat-block .feat {
  margin-bottom: 26px; }

/* line 942, theme.scss */
.cart-sidebar .features .title {
  display: none;
  background: #fc4848;
  color: #d7e23e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  padding: 11% 3%;
  margin-bottom: 5px; }

/* line 955, theme.scss */
.cart-sidebar .features .label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  margin-bottom: 5px; }

/* line 964, theme.scss */
.cart-sidebar .features .text {
  font-size: 12px;
  font-weight: 300; }

/* line 969, theme.scss */
.cart-sidebar .features .cell-3 {
  text-align: center; }

/* line 973, theme.scss */
.cart-sidebar .features .cell-3 svg {
  vertical-align: middle; }

/* line 977, theme.scss */
.cart-sidebar .cart-title {
  color: #d7e23e;
  letter-spacing: 6px;
  font-family: "Intro", sans-serif;
  padding: 40px;
  text-transform: uppercase;
  text-align: center;
  background: #282828; }

@media (max-width: 1200px) {
  /* line 988, theme.scss */
  .template-is-cart .subscribe {
    display: none; } }
/* line 993, theme.scss */
.cart-footer {
  padding: 16px 24px;
  background-color: #9f90dd;
  margin-bottom: 24px;
  color: #fff; }

/* line 1000, theme.scss */
.cart-footer button.cart-submit svg {
  margin-left: 5px;
  position: relative;
  bottom: -2px; }

/* line 1006, theme.scss */
.cart-footer button.cart-submit svg path {
  fill: #fff; }

/* line 1010, theme.scss */
.cart-footer .coupon-text .editor {
  font-size: 14px;
  padding-left: 24px; }

/* line 1015, theme.scss */
.cart-footer .coupon-cell .bttn-second {
  padding: 7px;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background: #bfbfbf;
  border-color: #bfbfbf; }

/* line 1023, theme.scss */
.cart-footer .coupon-cell input {
  border: 2px solid #bfbfbf;
  color: #2d2d2d;
  padding: 0 16px;
  background: #fff; }

/* line 1030, theme.scss */
.cart-footer .coupon-cell input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b2b2b2; }

/* line 1034, theme.scss */
.cart-footer .coupon-cell input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
  opacity: 1; }

/* line 1039, theme.scss */
.cart-footer .coupon-cell input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2;
  opacity: 1; }

/* line 1044, theme.scss */
.cart-footer .coupon-cell input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b2b2b2; }

/* line 1048, theme.scss */
.cart-footer .cart-total-capture {
  text-transform: uppercase;
  font-family: "Intro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #2d2d2d;
  margin-right: 10px; }

/* line 1057, theme.scss */
.cart-footer .cart-total {
  text-transform: uppercase;
  font-family: "Intro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-right: 16px; }

@media (max-width: 1200px) {
  /* line 1066, theme.scss */
  .cart-sidebar .cart-side-note {
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }

  /* line 1073, theme.scss */
  .cart-sidebar .cart-sidebar-inner {
    padding: 0 16px;
    padding-bottom: 24px; }

  /* line 1078, theme.scss */
  .cart-submit {
    margin-left: auto;
    margin-top: 24px; }

  /* line 1083, theme.scss */
  .cart-footer .coupon-text .editor {
    padding-left: 0; } }
@media (max-width: 1024px) {
  /* line 1089, theme.scss */
  .cart-sidebar .cart-title {
    padding: 24px 0; } }
@media (max-width: 768px) {
  /* line 1095, theme.scss */
  .cart-sidebar .cart-side-note {
    padding-bottom: 0; }

  /* line 1099, theme.scss */
  .cart-items .item-color {
    padding: 35px 0; }

  /* line 1103, theme.scss */
  .cart-items .cart-item {
    position: relative; }

  /* line 1107, theme.scss */
  .cart-items .cart-item .item-remove {
    position: absolute;
    top: 11px;
    right: 5px; }

  /* line 1113, theme.scss */
  .cart-submit {
    margin-top: 10px;
    margin-bottom: 10px; }

  /* line 1118, theme.scss */
  .cart-footer > .row > .cell-6:first-child {
    margin-bottom: 16px; } }
/*=========================================
  CATEGORY_MENU
=========================================*/
/* line 1126, theme.scss */
.category-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

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

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

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

/* line 1144, theme.scss */
.category_menu-marker {
  background: transparent;
  padding: 0; }

/*.category_menu-marker::after {
  content: '+';
  font-size: 20px;
}
.category_menu-marker.is-button-active::after {
  content: '-';
}*/
/* line 1157, theme.scss */
.side-catalog .title {
  color: #46c391;
  letter-spacing: 6px;
  font-family: "Intro", sans-serif;
  padding: 40px;
  text-transform: uppercase;
  text-align: center;
  background: #2d2d2d; }

/* line 1167, theme.scss */
.side-catalog .category_menu.level-1 {
  background: #f7f7f7;
  padding: 20px 0; }

/* line 1172, theme.scss */
.side-catalog .category_menu.level-1 .status {
  display: none; }

/* line 1176, theme.scss */
.side-catalog .category_menu.level-1 li {
  position: relative; }

/* line 1180, theme.scss */
.side-catalog .category_menu.level-1 li button {
  position: absolute;
  top: 2px;
  right: 24px; }

/* line 1186, theme.scss */
.side-catalog .category_menu.level-1 li button svg path {
  fill: #b2b2b2; }

/* line 1190, theme.scss */
.side-catalog .category_menu.level-1 li button:hover svg path {
  fill: #2d2d2d !important; }

/* line 1194, theme.scss */
.side-catalog .category_menu.level-1 a.level-1 {
  padding: 3px 0;
  font-weight: bold;
  margin: 0 24px 0 40px;
  padding-right: 20px;
  border-bottom: 1px solid #e9e9e9;
  display: block; }

/* line 1203, theme.scss */
.side-catalog .category_menu.level-2 {
  background: #dde9e4;
  padding-bottom: 5px;
  font-size: 14px;
  margin-top: -1px; }

/* line 1210, theme.scss */
.side-catalog .category_menu.level-2 .category_menu-products_count {
  display: none; }

/* line 1214, theme.scss */
.side-catalog .category_menu.level-2 li.level-2 {
  padding-left: 60px; }

/* line 1218, theme.scss */
.side-catalog .category_menu.level-2 li.level-2 button.category_menu-marker svg path {
  fill: #2d2d2d !important; }

/* line 1222, theme.scss */
.side-catalog .category_menu.level-2 a {
  font-weight: 300;
  margin: 1px;
  padding: 5px 0;
  text-decoration: underline;
  border-bottom: 0; }

/* line 1230, theme.scss */
.side-catalog .category_menu.level-2 a:hover {
  text-decoration: none; }

/* line 1234, theme.scss */
.side-catalog .category_menu.level-2 li.is-current {
  background: url(arrow.svg) 24px 5px no-repeat #46c391; }

/* line 1238, theme.scss */
.side-catalog .category_menu.level-2 li.is-current a.level-2 {
  text-decoration: none;
  color: #fff; }

/* line 1243, theme.scss */
.side-catalog .category_menu.level-2 li.is-current button svg path {
  /*fill: #fff;*/ }

/* line 1247, theme.scss */
.side-catalog .category_menu.level-3 {
  margin-left: -60px;
  background: #dde9e4;
  padding-left: 0px; }

/* line 1253, theme.scss */
.side-catalog .category_menu.level-3 li {
  padding-left: 84px; }

/* line 1257, theme.scss */
.side-catalog .category_menu.level-3 li.level-3.is-current {
  background-position: 60px 5px; }

/* line 1261, theme.scss */
.side-catalog .category_menu-products_count {
  color: #b2b2b2; }

/* line 1265, theme.scss */
.side-catalog .category_menu-marker.is-button-active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 1272, theme.scss */
.side-catalog .category_menu-marker.is-button-active svg path {
  fill: #2d2d2d !important; }

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

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

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

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

/* line 1301, 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 1311, 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 1326, theme.scss */
.checkbox-field:checked + .filter-checkbox:after {
  opacity: 1; }

/* line 1330, 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 1338, 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 1346, theme.scss */
.filter-toggle {
  background: none;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 1354, theme.scss */
.filter-toggle.is-button-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

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

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

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

/* line 1375, theme.scss */
.collection-filter {
  margin-bottom: 24px;
  background: #2d2d2d;
  color: #fff;
  font-size: 14px;
  padding: 30px 24px; }

/* line 1383, theme.scss */
.collection-filter-header {
  color: #fff;
  letter-spacing: 6px;
  font-family: "Intro", sans-serif;
  padding: 40px;
  text-transform: uppercase;
  text-align: center;
  background: #fc4848; }

/* line 1393, theme.scss */
.collection-filter .filter {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #8c8c8c;
  padding: 15px 30px 15px 15px;
  margin-bottom: 8px; }

/* line 1401, theme.scss */
.collection-filter .filter .filter-title {
  position: relative;
  line-height: 16px;
  padding-bottom: 0; }

/* line 1407, theme.scss */
.collection-filter .filter .filter-toggle {
  padding: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: -1px; }

/* line 1415, theme.scss */
.collection-filter .filter .filter-items-wrapper ul {
  padding-top: 10px; }

/* line 1419, theme.scss */
.collection-filter .chkbx-control {
  width: 13px;
  height: 13px;
  border: 0;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 1428, theme.scss */
.collection-filter .chkbx-label {
  color: #ffffff;
  padding-left: 24px; }

/* line 1433, theme.scss */
.collection-filter .chkbx-label:hover {
  color: #46c391; }

/* line 1437, theme.scss */
.active-checkbox {
  color: #46c391; }

/* line 1441, theme.scss */
.collection-filter .chkbx-label .chkbx:checked + .chkbx-control:after {
  content: '';
  width: 18px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(check.svg) center center no-repeat transparent; }

/* line 1451, theme.scss */
.collection-filter .chkbx-label .chkbx-control {
  top: 4px; }

/* line 1455, theme.scss */
.collection-filter .filters-clear .bttn {
  background-color: #736780;
  border-color: #736780;
  margin-top: 16px; }

/* line 1461, theme.scss */
.collection-filter .filter.price-filter {
  border: 0; }

/* line 1465, theme.scss */
.collection-filter .filter.price-filter .filter-toggle {
  display: none; }

/* line 1469, theme.scss */
.angle-block {
  display: block;
  position: relative; }

/* line 1474, theme.scss */
.angle-block:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 45px;
  border-color: transparent transparent #ffffff transparent; }

/* line 1487, theme.scss */
.ask-question {
  background: #9f90dd; }

/* line 1491, theme.scss */
.payment-block,
.delivery-block,
.ask-question {
  margin-bottom: 24px;
  padding: 24px;
  font-size: 12px;
  color: #fff; }

/* line 1500, theme.scss */
.payment-block .bttn,
.delivery-block .bttn,
.ask-question .bttn {
  margin-bottom: 6px; }

/* line 1506, theme.scss */
.payment-block .title,
.delivery-block .title,
.ask-question .title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block; }

/* line 1516, theme.scss */
.payment-block .text,
.delivery-block .text,
.ask-question .text {
  display: block;
  margin-bottom: 10px;
  line-height: 1.3; }

/* line 1524, theme.scss */
.payment-block:hover,
.delivery-block:hover,
.ask-question:hover {
  color: #fff; }

/* line 1530, theme.scss */
.payment-block:hover:before,
.delivery-block:hover:before,
.ask-question:hover:before {
  opacity: 0.85; }

/* line 1536, theme.scss */
.payment-block,
.delivery-block {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding-left: 16px; }

/* line 1550, theme.scss */
.payment-block .div svg,
.delivery-block .div svg {
  margin-top: 10px; }

/* line 1555, theme.scss */
.payment-block:before,
.delivery-block:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 23, 43, 0.67); }

/* line 1567, theme.scss */
.payment-block .row,
.delivery-block .row {
  position: relative;
  z-index: 8; }

/* line 1573, theme.scss */
.payment-block .text-center,
.delivery-block .text-center {
  display: block;
  padding-right: 36px; }

/* line 1579, theme.scss */
.payment-block .div svg use,
.delivery-block .div svg use {
  fill: #fff; }

/* line 1584, theme.scss */
.collection-order-wrapper {
  padding: 10px 0; }

/* line 1588, theme.scss */
.collection-wrapper {
  /* padding: 0 4.5%; */ }

/* line 1592, theme.scss */
.pagination-bottom {
  margin-bottom: 10px; }

@media (max-width: 1300px) {
  /* line 1597, theme.scss */
  body .collection-order .order-block {
    margin-left: 6px; }

  /* line 1601, theme.scss */
  body .collection-order .label-field {
    margin-right: 5px; } }
@media (max-width: 1200px) {
  /* line 1607, theme.scss */
  .collection-order.is-order {
    margin-bottom: 8px; }

  /* line 1611, theme.scss */
  body .collection-order .order-block {
    margin-left: auto; } }
@media (max-width: 1024px) {
  /* line 1617, theme.scss */
  .collection-wrapper {
    padding: 0; }

  /* line 1621, theme.scss */
  .not-index-page .header-shadow:after {
    bottom: 12px; } }
@media (max-width: 860px) {
  /* line 1627, theme.scss */
  body .collection-order .order-block .label-field {
    display: none; } }
@media (max-width: 768px) {
  /* line 1633, theme.scss */
  .ajs-content .collection-filter {
    margin-bottom: 0;
    margin: -32px;
    margin-right: -40px; }

  /* line 1639, theme.scss */
  .not-index-page header.container {
    margin-bottom: 10px; }

  /* line 1643, theme.scss */
  .not-index-page .header-shadow:after {
    bottom: 10px; } }
@media (max-width: 480px) {
  /* line 1649, theme.scss */
  body .collection-order .order-block {
    /* width: 100%;
    margin-top: 8px;*/ }

  /* line 1654, theme.scss */
  body .collection-order.is-order {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 1660, theme.scss */
  .not-index-page .header-shadow:after {
    display: none; } }
/*=========================================
  INPUT_TYPE
=========================================*/
/* line 1668, theme.scss */
.filter-items-list.is-span .filter-item,
.filter-items-list.is-color .filter-item {
  display: inline-block;
  vertical-align: top; }

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

/* line 1678, 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 1687, theme.scss */
input[type="checkbox"]:checked + .filter-span-control {
  border-color: #2d2d2d; }

/* line 1691, 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 1706, theme.scss */
.filter-color[title="белый"],
.filter-color[title="Прозрачный"],
.filter-color[title="Белый"] {
  border: 1px solid #e9e9e9; }

/* line 1712, 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 #2d2d2d; }

/*=========================================
  RANGE
=========================================*/
/* line 1723, theme.scss */
.collection-filter .range-slider input {
  height: 32px;
  border: 0;
  background-color: #ffffff;
  width: 100%;
  padding: 0 15px;
  max-width: 74px; }

/* line 1732, theme.scss */
.collection-filter .range-slider .irs-slider.from,
.collection-filter .range-slider .irs-slider.to {
  background-color: transparent;
  width: 33px;
  height: 33px;
  top: 34px; }

/* line 1740, theme.scss */
.collection-filter .range-slider .irs-slider.from:before,
.collection-filter .range-slider .irs-slider.to:before {
  content: '';
  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='16' viewBox='0 0 14 16'%3E%3Cdefs%3E%3Cpath id='patba' d='M1529 3249l-2 2v-7h-3v7l-2-2-2 2 5 5h1l5-5z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1519 -3242%29'%3E%3Cuse fill='%23ffffff' xlink:href='%23patba'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
  width: 12px;
  height: 15px;
  top: 4px;
  left: 10px;
  position: absolute;
  z-index: 15;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 1757, theme.scss */
.collection-filter .range-slider .irs-slider.from:after,
.collection-filter .range-slider .irs-slider.to:after {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  background: #736780;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10; }

/* line 1775, theme.scss */
.collection-filter .irs-from,
.collection-filter .irs-to,
.collection-filter .irs-single,
.collection-filter .irs-min,
.collection-filter .irs-max {
  display: none; }

/* line 1783, theme.scss */
.collection-filter .range-slider-input {
  padding-top: 16px;
  margin-bottom: -8px; }

/* line 1788, theme.scss */
.collection-filter .range-slider .irs {
  height: 62px; }

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

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

/* line 1803, 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: #696969; }

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

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

/* line 1821, theme.scss */
.collection-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

/* line 1834, theme.scss */
.collection-order .label-field {
  color: #b2b2b2;
  font-size: 14px;
  margin-right: 8px; }

@media (max-width: 480px) {
  /* line 1840, theme.scss */
  .collection-order .label-field {
    display: none; } }
/* line 1845, theme.scss */
.collection-order .label-field:after {
  content: ':'; }

/* line 1849, theme.scss */
.collection-order input:checked + .page_size-radio-control {
  color: #2d2d2d; }

/* line 1853, theme.scss */
.collection-order .page_size-radio-control {
  font-size: 14px;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #b2b2b2;
  border: 1px solid #e9e9e9;
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin-right: 2px;
  text-align: center; }

/* line 1867, theme.scss */
.collection-order .page_size-radio [type="radio"]:checked + .page_size-radio-control {
  font-weight: normal; }

/* line 1871, theme.scss */
.collection-order .order-block {
  margin-left: 24px; }

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

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

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

/*=========================================
  PAGE_SIZE
=========================================*/
/* line 1894, theme.scss */
.collection-products_count {
  margin-bottom: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1978, 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;
    -moz-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    width: 25%; }

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

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

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

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

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

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

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

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

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

/* line 2050, theme.scss */
.dynamic_item {
  border-bottom: 1px solid #e9e9e9; }

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

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

/*=========================================
  FIXED_HEADER
=========================================*/
/* line 2069, 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 2085, theme.scss */
.fixed_header.is-enabled {
  top: 0; }

/*=========================================
  FOOTER
=========================================*/
/* line 2092, theme.scss */
.footer {
  background: #2d2d2d;
  font-size: 14px;
  color: #b2b2b2;
  padding-top: 24px; }

/* line 2099, theme.scss */
.footer .follow-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between; }

/* line 2117, theme.scss */
.footer .follow-us .label {
  color: #b2b2b2;
  margin-top: 19px;
  display: inline-block; }

/* line 2123, theme.scss */
.footer .follow-us .label .status {
  margin-left: -2px;
  position: relative;
  top: -19px; }

/* line 2129, theme.scss */
.footer a {
  color: #b2b2b2; }

/* line 2133, theme.scss */
.footer .footer-bottom {
  border-top: 1px solid #555555;
  color: #b2b2b2;
  margin-top: 24px;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center; }

/* line 2146, theme.scss */
.footer .foot-logo a {
  display: block;
  max-width: 177px;
  padding: 24px 24px;
  /*background: #272121;*/
  /*margin-bottom: 24px;*/
  margin-left: 15%; }

/* line 2155, theme.scss */
.footer .foot-logo p {
  font-weight: 100; }

/* line 2159, theme.scss */
.footer .container {
  border-top: 1px solid #555555; }

/* line 2163, theme.scss */
.footer .foot-contacts,
.footer .foot-menu {
  padding-top: 20px; }

/* line 2168, theme.scss */
.footer .foot-menu {
  font-weight: 100;
  padding-left: 5%; }

/* line 2173, theme.scss */
.footer .foot-menu a {
  margin-bottom: 5px; }

/* line 2177, theme.scss */
.footer .foot-menu a:hover {
  color: #fff; }

/* line 2181, theme.scss */
.footer .foot-contacts .inner {
  /*margin-bottom: 50px;*/ }

/* line 2185, theme.scss */
.footer .social-menu-link {
  color: #fff;
  font-size: 20px;
  margin: 0 5px;
  margin-bottom: -2px; }

/* line 2192, theme.scss */
.footer .social-menu-link:hover {
  color: #4ab2c0; }

/* line 2196, theme.scss */
.status,
.stiker {
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #fc4848;
  padding: 2px 7px 1px; }

@media (max-width: 480px) {
  /* line 2208, theme.scss */
  .stiker {
    font-size: 9px; } }
/* line 2213, theme.scss */
.status.sale {
  background: #fa7227; }

/* line 2217, theme.scss */
.status.new {
  background: #fc4872; }

/* line 2221, theme.scss */
.phone {
  font-family: "Intro", sans-serif;
  font-size: 16px; }

/* line 2226, theme.scss */
.phone.in-footer {
  margin-bottom: 12px;
  display: block; }

@media (max-width: 1300px) {
  /* line 2232, theme.scss */
  .header-links > div {
    white-space: nowrap; }

  /* line 2236, theme.scss */
  .footer .follow-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start; }

  /* line 2251, theme.scss */
  .footer .follow-us .label {
    display: block;
    margin-bottom: 10px; } }
@media (min-width: 1025px) {
  /* line 2258, theme.scss */
  .footer .foot-contacts {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%; }

  /* line 2265, theme.scss */
  .footer .foot-menu {
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%; } }
@media (max-width: 1024px) {
  /* line 2274, theme.scss */
  .footer .foot-menu {
    text-align: right; }

  /* line 2278, theme.scss */
  .footer .foot-contacts,
  .footer .foot-menu {
    padding-top: 24px; }

  /* line 2283, theme.scss */
  .footer .foot-contacts {
    text-align: center; }

  /* line 2287, theme.scss */
  .footer .follow-us {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -moz-box-align: end;
    align-items: flex-end; } }
@media (max-width: 768px) {
  /* line 2297, theme.scss */
  .footer .foot-contacts,
  .footer .foot-menu {
    text-align: center; }

  /* line 2302, theme.scss */
  .footer .follow-us {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center; } }
@media (max-width: 480px) {
  /* line 2312, theme.scss */
  .footer .footer-bottom {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center; }

  /* line 2333, theme.scss */
  .footer .footer-bottom .copy {
    margin-bottom: 8px; } }
/*=========================================
  HEADER
=========================================*/
/* line 2341, theme.scss */
header {
  position: relative;
  z-index: 22; }

/* line 2347, theme.scss */
header .logotype {
  display: block;
  max-width: 177px;
  padding: 36px 24px;
  background: #272121;
  margin: 0 auto; }

/* line 2355, theme.scss */
header .header-geo button {
  background: none;
  padding: 0; }

/* line 2360, theme.scss */
header .header-geo button svg path {
  fill: #b2b2b2; }

/* line 2364, theme.scss */
header .header-geo .js-city-name {
  margin: 0 3px 0 5px;
  font-size: 14px;
  font-weight: bold; }

/* line 2370, theme.scss */
header .header-geo .city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  position: relative; }

/* line 2384, theme.scss */
header .header-geo .city .city-chooser {
  position: absolute;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  left: 0;
  background: #fff;
  padding: 5px 0;
  font-weight: bold;
  font-size: 14px;
  z-index: 10;
  min-width: 130px;
  display: none;
  border: 1px solid #e9e9e9; }

/* line 2399, theme.scss */
header .header-geo .city .city-chooser a {
  display: block;
  margin: 5px 15px;
  text-decoration: none; }

/* line 2405, theme.scss */
header .header-geo .city .city-chooser a:hover {
  color: #4ab2c0; }

/* line 2409, theme.scss */
header .header-geo .city.opened .city-chooser {
  display: block; }

/* line 2413, theme.scss */
header .header-menu li {
  display: inline; }

/* line 2417, theme.scss */
header .header-menu li:nth-child(1n+6) {
  display: none; }

/* line 2421, theme.scss */
header .header-menu a {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin-right: 19px; }

/* line 2428, theme.scss */
header .header-menu a:hover,
header .header-menu a a.active {
  color: #46c391; }

/* line 2433, theme.scss */
header .header-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between; }

/* line 2451, theme.scss */
header .favorites-widget,
header .compares-widget {
  position: relative; }

/* line 2456, theme.scss */
header .favorites-widget svg path,
header .compares-widget svg path {
  fill: #b2b2b2; }

/* line 2461, theme.scss */
header .favorites-widget svg use,
header .compares-widget svg use {
  stroke: #b2b2b2; }

/* line 2466, theme.scss */
header .favorites-widget span,
header .compares-widget span {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #46c391;
  font-size: 9px; }

/* line 2480, theme.scss */
header .favorites-widget svg {
  height: 22px;
  padding-top: 2px; }

/* line 2485, theme.scss */
header .account-widget a {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  text-decoration: none; }

/* line 2492, theme.scss */
header .account-widget a svg {
  fill: #2d2d2d;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px; }

/* line 2499, theme.scss */
header .account-widget a:hover {
  color: #2d2d2d; }

/* line 2503, theme.scss */
header .header-inner > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

/* line 2511, theme.scss */
header .header-inner .cell-2 {
  max-width: 18%;
  -webkit-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%; }

/* line 2518, theme.scss */
header .header-inner .cell-8 {
  max-width: 64%;
  -webkit-flex-basis: 64%;
  -ms-flex-preferred-size: 64%;
  flex-basis: 64%; }

/* line 2525, theme.scss */
header .header-phone,
header .header-search,
header .header-cart {
  height: -webkit-calc(48px + 16px);
  height: calc(48px + 16px);
  padding: 7px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

/* line 2535, theme.scss */
header .header-geo,
header .header-menu,
header .header-links {
  padding: 2px 0 3px 0; }

/* line 2541, theme.scss */
header .header-phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  line-height: 1; }

/* line 2562, theme.scss */
header .header-phone .email {
  color: #46c391;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline; }

/* line 2569, theme.scss */
header .header-phone .email:hover {
  text-decoration: none; }

/* line 2573, theme.scss */
header .header-phone .phone {
  font-weight: bold;
  margin-top: 3px; }

/* line 2578, theme.scss */
header .header-phone .js-modal {
  font-size: 12px;
  text-decoration: underline;
  color: #b2b2b2; }

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

/* line 2588, theme.scss */
header .header-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end; }

/* line 2606, theme.scss */
header .header-cart .cart-widget-link {
  font-weight: bold;
  font-family: "Intro", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase; }

/* line 2613, theme.scss */
header .header-cart .cart-widget-link span {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #fff;
  padding-top: 3px;
  line-height: 11px;
  position: relative;
  bottom: 3px;
  text-align: center;
  letter-spacing: normal;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #46c391;
  font-size: 9px; }

/* line 2630, theme.scss */
header .header-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding: 7px 0; }

/* line 2639, theme.scss */
header .header-catalog .status {
  position: relative;
  margin-right: -16px;
  top: -16px; }

/* line 2645, theme.scss */
header .header-catalog li.is-current > a {
  color: #46c391; }

/* line 2649, theme.scss */
header .header-catalog li:hover > a {
  color: #46c391; }

/* line 2653, theme.scss */
header .header-catalog .header-catalog-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  white-space: nowrap;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*header .header-catalog .header-catalog-menu>li:nth-child(1n+17) {
  display: none;
}*/
/* line 2670, theme.scss */
header .header-catalog .header-catalog-menu a.active {
  color: #46c391; }

/* line 2674, theme.scss */
header .header-catalog .header-catalog-menu-marker {
  display: none !important; }

/* line 2678, theme.scss */
header .header-catalog .header-catalog-menu-item.level-1 {
  margin-right: 2%;
  line-height: 44px; }

/* line 2683, theme.scss */
header .header-catalog .header-catalog-menu-item.level-1 .header-catalog-menu-link.level-1 {
  font-weight: bold;
  font-size: 18px; }

/* line 2688, theme.scss */
header .header-catalog .header-catalog-menu-item.level-1 .header-catalog-menu-link.level-1:hover {
  color: #46c391; }

/* line 2692, theme.scss */
header .header-catalog .header-catalog-menu-item.level-2 {
  line-height: 1.4;
  display: inline-block;
  width: 33%;
  font-weight: 500;
  vertical-align: top;
  margin-bottom: 6px;
  padding: 0 20px; }

/* line 2702, theme.scss */
header .header-catalog .header-catalog-menu.level-3 {
  font-weight: normal;
  max-height: inherit !important;
  visibility: visible !important;
  font-size: 14px;
  display: block;
  position: static !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

/* line 2717, theme.scss */
header .header-catalog .header-catalog-menu.level-3 li {
  display: block;
  margin: 3px 0; }

/* line 2722, theme.scss */
.header-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  position: absolute;
  z-index: 10;
  bottom: -7px;
  right: 10px; }

/* line 2739, theme.scss */
.header-actions svg {
  height: 21px; }

/* line 2743, theme.scss */
.header-actions div {
  background: #282828;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center; }

/* line 2774, theme.scss */
.header-actions div span {
  font-size: 12px;
  color: #fff;
  display: block; }

/* line 2780, theme.scss */
.header-shadow {
  position: relative; }

/* line 2784, theme.scss */
.header-shadow:after {
  content: '';
  position: absolute;
  z-index: 10;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 16px;
  -webkit-box-shadow: 3px 3px 4px rgba(1, 1, 1, 0.04);
  box-shadow: 3px 3px 4px rgba(1, 1, 1, 0.04); }

@media screen and (max-width: 480px) {
  /* line 2797, theme.scss */
  .header-shadow {
    position: sticky;
    top: 0;
    z-index: 999;
    background: white; } }
@media (max-width: 1344px) {
  /* line 2806, theme.scss */
  .header-actions {
    right: 12px; } }
@media (max-width: 1200px) {
  /* line 2812, theme.scss */
  header .favorites-widget span {
    margin-left: -6px; }

  /* line 2816, theme.scss */
  header .header-inner .cell-2 {
    max-width: 21%;
    -webkit-flex-basis: 21%;
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%; }

  /* line 2823, theme.scss */
  header .header-inner .cell-8 {
    max-width: 58%;
    -webkit-flex-basis: 58%;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%; } }
@media (max-width: 1024px) {
  /* line 2832, theme.scss */
  .header-shadow:after {
    bottom: 12px; }

  /* line 2836, theme.scss */
  header .header-inner .header-links {
    padding-left: -webkit-calc(50% - 180px);
    padding-left: calc(50% - 180px); }

  /* line 2841, theme.scss */
  header .header-catalog,
  header .header-inner .header-menu {
    display: none; }

  /* line 2846, theme.scss */
  header .header-inner .header-search {
    border-top: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    border-bottom: 0; }

  /* line 2875, theme.scss */
  header .header-inner .header-search .search-widget {
    width: -webkit-calc(100% - 52px);
    width: calc(100% - 52px); }

  /* line 2880, theme.scss */
  header .header-inner .cell-2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

  /* line 2887, theme.scss */
  header.container {
    padding-left: 0; }

  /* line 2891, theme.scss */
  header .header-inner {
    padding-left: 12px; }

  /* line 2895, theme.scss */
  header {
    margin-bottom: -12px; } }
@media (max-width: 768px) {
  /* line 2901, theme.scss */
  header .logotype {
    padding: 0 24px;
    height: 172px;
    line-height: 172px; }

  /* line 2907, theme.scss */
  header .logotype img {
    vertical-align: middle; } }
@media (max-width: 480px) {
  /* line 2913, theme.scss */
  .header-shadow:after {
    bottom: 0; }

  /* line 2917, theme.scss */
  header .header-phone,
  header .header-search,
  header .header-cart {
    border-width: 0; }

  /* line 2923, theme.scss */
  header .logotype {
    padding: 10px;
    height: auto;
    line-height: 1;
    max-width: 80px; }

  /* line 2930, theme.scss */
  header {
    margin-bottom: 0; }

  /* line 2934, theme.scss */
  header .header-inner .header-cart {
    padding-right: 12px;
    padding-top: 11px;
    background: #fff; }

  /* line 2940, theme.scss */
  header > .row > .cell-3 {
    background: #272121; }

  /* line 2944, theme.scss */
  header .header-inner .header-search {
    padding: 0;
    height: 0;
    border: 0; }

  /*header .header-inner .header-search .search-widget {
    display: none;
  }*/
  /* line 2954, theme.scss */
  header .bttn-burger {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #272121;
    border: 0; }

  /* line 2962, theme.scss */
  header .header-cart .cart-widget-link {
    letter-spacing: 1px; }

  /* line 2966, theme.scss */
  header.container {
    padding-right: 0; } }
/* line 2971, theme.scss */
.not-index-page {
  background: center 157px no-repeat; }

/* line 2975, theme.scss */
.not-index-page .header-shadow + .container {
  background: #fff; }

@media (max-width: 1344px) {
  /* line 2980, theme.scss */
  .not-index-page {
    background-image: none !important; } }
/*=========================================
  HITS
=========================================*/
/* line 2988, theme.scss */
.hits-title {
  text-align: center;
  font-size: -webkit-calc(16px * 2);
  font-size: calc(16px * 2);
  margin-bottom: 1rem; }

/* line 2995, theme.scss */
.tabs.hits {
  margin: 0 0 24px 0;
  padding: 0;
  border-top: 1px solid #dde9e4; }

/* line 3001, theme.scss */
.tabs.hits .tabs-box {
  padding: 0; }

/* line 3005, theme.scss */
.tabs.hits .tabs-head {
  text-align: center;
  padding: 2% 0;
  font-family: "Intro", sans-serif;
  font-weight: bold;
  font-size: 24px; }

/* line 3013, theme.scss */
.tabs.hits .tabs-head .tabs-item {
  border: 0;
  padding: 0;
  font-family: "Intro", sans-serif;
  font-weight: bold;
  color: #2d2d2d;
  font-size: 24px;
  margin: 0 3%; }

/* line 3023, theme.scss */
.tabs.hits .tabs-head .tabs-item.is-button-active {
  border: 0;
  color: #fc4872; }

/* line 3028, theme.scss */
.tabs.hits .tabs-head .tabs-item:hover {
  opacity: 0.8; }

@media (max-width: 1024px) {
  /* line 3033, theme.scss */
  .tabs.hits .tabs-head .tabs-item {
    font-size: 16px; } }
@media (max-width: 768px) {
  /* line 3039, theme.scss */
  .tabs.hits .tabs-head .tabs-item {
    padding: 5px 0; }

  /* line 3043, theme.scss */
  .tabs.hits .tabs-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column; } }
/*=========================================
  INSTAGRAM
=========================================*/
/* line 3062, theme.scss */
.instagram-title {
  font-family: "Intro", sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px; }

/* line 3068, theme.scss */
.instagram-title a {
  color: #b2b2b2;
  text-decoration: none; }

/* line 3073, theme.scss */
.instagram-title a:hover {
  color: #fff; }

/* line 3077, theme.scss */
.instagram {
  padding-top: 24px;
  background: #2d2d2d; }

@media (min-width: 769px) {
  /* line 3083, theme.scss */
  .instagram img {
    -webkit-filter: brightness(53%);
    filter: brightness(53%); }

  /* line 3088, theme.scss */
  .instagram img:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%); } }
/*=========================================
  MAIN-MENU
=========================================*/
/* line 3097, theme.scss */
.header-catalog-menu-item {
  display: inline-block;
  position: static;
  vertical-align: middle; }

/* line 3103, theme.scss */
.header-catalog-menu.level-2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
  padding-bottom: 4px;
  white-space: normal !important; }

/* line 3115, theme.scss */
.header-catalog-menu.level-1 {
  margin: 0;
  padding: 0;
  position: relative; }

/* line 3121, theme.scss */
.header-catalog-menu-marker {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  padding: 0; }

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

/* line 3139, 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: 99;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 3146, 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 1px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.15); }

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

/*=========================================
  MOBILE_MENU
=========================================*/
/* line 3160, theme.scss */
.mobile_menu-marker {
  padding: 0;
  background: transparent;
  vertical-align: middle; }

/* line 3166, theme.scss */
.mobile_menu-footer {
  padding-top: 24px; }

/* line 3170, theme.scss */
.mobile_menu-modal {
  line-height: 1.3; }

/* line 3174, theme.scss */
.mobile_menu .menu-link {
  /*max-width: calc(100% - 26px);*/ }

/* line 3178, theme.scss */
.mobile_menu-item.menu-item.level-2 {
  margin: 5px; }

/* line 3182, theme.scss */
.mobile_menu-item {
  padding: 0px 0px 5px 10px; }

/* line 3187, theme.scss */
.mobile_menu-item.menu-item.level-2 a {
  color: #b2b2b2; }

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

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

/*=========================================
  FEEDBACK
=========================================*/
/* line 3206, 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 3217, theme.scss */
.feedback-title {
  font-size: 24px;
  margin-bottom: 1.5rem; }

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

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

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

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

/* line 3241, theme.scss */
.form-done {
  color: #2d2d2d; }

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

/*=========================================
  MODALS
=========================================*/
/* line 3252, theme.scss */
a {
  outline: none; }

/* line 3256, theme.scss */
.cancel-coloring {
  display: inline-block;
  cursor: pointer;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  width: 14px !important;
  font-size: 10px;
  text-align: center;
  padding-bottom: 0;
  line-height: 12px;
  top: -2px;
  position: relative;
  margin-left: 5px;
  height: 14px;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

/* line 3275, theme.scss */
.cancel-coloring:hover {
  background: #333;
  color: #fff; }

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

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

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

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

/* line 3301, theme.scss */
.added-content a,
.added-content button {
  margin-bottom: 10px; }

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

/* line 3310, theme.scss */
#coloring-modal {
  padding: 0;
  width: 90%;
  max-width: 1340px; }

/* line 3316, theme.scss */
#coloring-modal .coloring-sidebar {
  background: #2d2d2d;
  color: #fff;
  padding-bottom: 40px; }

/* line 3322, theme.scss */
#coloring-modal .coloring-sidebar .coloring-modal-title {
  color: #d7e23e;
  letter-spacing: 6px;
  font-family: "Intro", sans-serif;
  padding: 40px 0;
  text-transform: uppercase;
  text-align: center;
  background: #2d2d2d; }

/* line 3332, theme.scss */
#coloring-modal .coloring-sidebar > div {
  margin: 0 40px;
  padding: 24px 0;
  border-bottom: 1px solid #535353; }

/* line 3338, theme.scss */
#coloring-modal .coloring-sidebar > div:last-child {
  border-bottom: 0; }

/* line 3342, theme.scss */
#coloring-modal .coloring-sidebar .text {
  font-size: 14px; }

/* line 3346, theme.scss */
#coloring-modal .coloring-sidebar .coloring-collections ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px; }

/* line 3353, theme.scss */
#coloring-modal .coloring-sidebar .coloring-collections .title {
  font-size: 18px;
  color: #46c391;
  margin-bottom: 24px; }

/* line 3359, theme.scss */
#coloring-modal .coloring-sidebar .coloring-collections a {
  color: #fff;
  text-decoration: underline; }

/* line 3364, theme.scss */
#coloring-modal .coloring-sidebar .coloring-collections a:hover {
  text-decoration: none; }

/* line 3368, theme.scss */
#coloring-modal .coloring-sidebar .coloring-collections a.active {
  opacity: 0.8;
  text-decoration: none; }

/* line 3373, theme.scss */
#coloring-modal .coloring-content {
  background: #dde9e4;
  padding: 6% 3%; }

/* line 3378, theme.scss */
#coloring-modal .coloring-content .coloring-content-header {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 24px;
  font-family: "Intro", sans-serif;
  color: #b2b2b2; }

/* line 3386, theme.scss */
#coloring-modal .coloring-content .coloring-content-header span {
  color: #2d2d2d;
  line-height: 0.9;
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #ccc; }

/* line 3394, theme.scss */
#coloring-modal .coloring-content .coloring-content-table {
  overflow: hidden;
  height: 360px;
  position: relative; }

/* line 3400, theme.scss */
#coloring-modal .coloring-content .coloring-content-table .coloring-slide {
  position: relative; }

/* line 3404, theme.scss */
#coloring-modal .coloring-content .coloring-content-table a {
  display: block;
  float: left;
  width: -webkit-calc(11.1% - 4px);
  width: calc(11.1% - 4px);
  height: 36px;
  margin: 2px 2px;
  border: 4px solid #fff; }

/* line 3414, theme.scss */
#coloring-modal .coloring-content .coloring-content-table a:hover,
#coloring-modal .coloring-content .coloring-content-table a.active {
  border-color: #46c391; }

/* line 3419, theme.scss */
#coloring-modal .coloring-content .coloring-content-table .coloring-slide:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

/* line 3427, theme.scss */
#coloring-modal .coloring-slider-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding-top: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between; }

/* line 3446, theme.scss */
#coloring-modal .coloring-slider-navigation .prev,
#coloring-modal .coloring-slider-navigation .next {
  background: transparent;
  width: 65px;
  line-height: 65px;
  text-align: center;
  height: 65px;
  outline: none;
  position: relative; }

/* line 3457, theme.scss */
#coloring-modal .coloring-slider-navigation .prev svg,
#coloring-modal .coloring-slider-navigation .next svg {
  z-index: 20;
  position: relative;
  vertical-align: middle;
  top: -1px; }

/* line 3465, theme.scss */
#coloring-modal .coloring-slider-navigation .prev svg use,
#coloring-modal .coloring-slider-navigation .next svg use {
  fill: #fff; }

/* line 3470, theme.scss */
#coloring-modal .coloring-slider-navigation .prev:after,
#coloring-modal .coloring-slider-navigation .next:after {
  content: '';
  background: #2d2d2d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 3488, theme.scss */
#coloring-modal .coloring-slider-navigation .prev {
  left: 0; }

/* line 3492, theme.scss */
#coloring-modal .coloring-slider-navigation .next {
  right: 0; }

/* line 3496, theme.scss */
#coloring-modal .coloring-slider-navigation .pages {
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 0 20px; }

/* line 3516, theme.scss */
#coloring-modal .coloring-slider-navigation .pages span {
  width: 18px;
  height: 18px;
  margin: 0 2px;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  border: 3px solid #2d2d2d;
  background: transparent;
  text-indent: 20px; }

/* line 3530, theme.scss */
#coloring-modal .coloring-slider-navigation .pages span.active {
  border-color: #887e92;
  background-color: #887e92; }

/* line 3535, theme.scss */
#coloring-modal .fancybox-close-small {
  width: 30px;
  height: 30px;
  border: 1px solid #fc4848;
  background: #fc4848;
  padding: 0;
  text-align: center;
  line-height: 28px;
  font-family: "Intro", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: 10px;
  right: 10px; }

/* line 3557, theme.scss */
#coloring-modal .fancybox-close-small:before {
  content: '+'; }

/* line 3561, theme.scss */
#coloring-modal .fancybox-close-small:after {
  display: none; }

/* line 3565, theme.scss */
#coloring-modal .fancybox-close-small:hover {
  opacity: 0.8; }

/* Tooltip container */
/* line 3571, theme.scss */
.tooltip {
  position: relative;
  display: inline-block; }

/* Tooltip text */
/* line 3577, theme.scss */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 24px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  top: -4px;
  margin-left: 2px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1; }

/* Show the tooltip text when you mouse over the tooltip container */
/* line 3594, theme.scss */
.tooltip:hover .tooltiptext {
  visibility: visible; }

@media (max-width: 1024px) {
  /* line 3599, theme.scss */
  #coloring-modal .coloring-content .coloring-content-table a {
    width: -webkit-calc(14.28% - 4px);
    width: calc(14.28% - 4px); }

  /* line 3604, theme.scss */
  #coloring-modal .coloring-sidebar > div {
    margin: 0 20px; }

  /* line 3608, theme.scss */
  #coloring-modal .coloring-sidebar .coloring-modal-title {
    padding: 30px 0; } }
@media (max-width: 768px) {
  /* line 3614, theme.scss */
  #coloring-modal .coloring-sidebar {
    padding-bottom: 20px; }

  /* line 3618, theme.scss */
  #coloring-modal .coloring-content .coloring-content-table {
    height: 280px; }

  /* line 3622, theme.scss */
  #coloring-modal .coloring-content .coloring-content-table a {
    width: -webkit-calc(16.666% - 4px);
    width: calc(16.666% - 4px); } }
@media (max-width: 480px) {
  /* line 3629, theme.scss */
  #coloring-modal .coloring-content .coloring-content-table a {
    width: -webkit-calc(20% - 4px);
    width: calc(20% - 4px); } }
/*=========================================
  NO_JS_ALERT
=========================================*/
/* line 3638, theme.scss */
#close-njs-alert:target {
  display: none; }

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

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

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

@media (max-width: 640px) {
  /* line 3677, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 3686, 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: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center; }

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

@media (max-width: 640px) {
  /* line 3715, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/*=========================================
  PAGINATION
=========================================*/
/* line 3726, theme.scss */
.pagination {
  font-size: 14px;
  font-weight: bold;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end; }

/* line 3736, theme.scss */
.pagination .pagination-item .pagination-link {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  color: #b2b2b2; }

/* line 3746, theme.scss */
.pagination .pagination-arrow {
  background: #b2b2b2;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 3752, theme.scss */
.pagination .pagination-arrow .pagination-link {
  padding: 0;
  line-height: 36px;
  border: 0; }

/* line 3758, theme.scss */
.pagination .pagination-arrow svg use {
  fill: #fff; }

/* line 3762, theme.scss */
.pagination .pagination-item.is-current .pagination-link {
  border-color: #e9e9e9;
  color: #2d2d2d; }

/*=========================================
  PRODUCT_GIFT
=========================================*/
/* line 3770, theme.scss */
.gift-complex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s;
  margin-bottom: 24px;
  margin-right: 8px; }

/* line 3801, theme.scss */
.gift-complex:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  background: #fc4848;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: -8px;
  z-index: 10;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 3818, theme.scss */
.gift-complex:before {
  position: absolute;
  z-index: 15;
  content: '';
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 3831, theme.scss */
.gift-complex > * {
  position: relative;
  z-index: 20; }

/* line 3836, theme.scss */
.gift-complex .card_micro_wrap {
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  max-width: 10%; }

/* line 3843, theme.scss */
.gift-complex .card_micro_wrap.is-bundle-page {
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  max-width: 15%; }

/* line 3850, theme.scss */
.gift-complex .card_micro {
  margin-bottom: 15px;
  margin-top: 8px; }

/* line 3855, theme.scss */
.gift-complex .card_micro-info {
  height: 52px;
  overflow: hidden;
  display: block; }

/* line 3861, theme.scss */
.gift-complex .gift-icon {
  -webkit-flex-basis: 42px;
  -ms-flex-preferred-size: 42px;
  flex-basis: 42px;
  max-width: 42px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 34px;
  font-size: 28px;
  color: #fc4848;
  font-family: "Intro", sans-serif; }

/* line 3875, theme.scss */
.gift-complex .gift-icon:after {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  background: transparent;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 4px; }

/* line 3892, theme.scss */
.gift-complex .title {
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  -webkit-flex-basis: 130px;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  max-width: 130px;
  text-transform: uppercase; }

/* line 3903, theme.scss */
.gift-complex .card-price {
  font-weight: bold;
  font-size: 24px;
  font-family: "Intro", sans-serif; }

/* line 3909, theme.scss */
.gift-complex a.bttn-prim {
  background: #fc4848;
  border-color: #fc4848; }

/* line 3914, theme.scss */
.gift-complex a.bttn-prim svg {
  margin-left: 8px;
  position: relative;
  bottom: -2px; }

/* line 3920, theme.scss */
.gift-complex a.bttn-prim svg path {
  fill: #fff; }

/* line 3924, theme.scss */
.gift-complex .status {
  position: absolute;
  top: 6px;
  left: 16px; }

@media (max-width: 1024px) {
  /* line 3931, theme.scss */
  .gift-complex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 70px; }

  /* line 3939, theme.scss */
  .gift-complex a.bttn-prim {
    position: absolute;
    bottom: 10px;
    left: 10px; }

  /* line 3945, theme.scss */
  .gift-complex .card_micro_wrap {
    -webkit-flex-wrap: 25%;
    -ms-flex-wrap: 25%;
    flex-wrap: 25%;
    max-width: 25%; }

  /* line 3952, theme.scss */
  .gift-complex .card_micro_wrap.is-bundle-page {
    -webkit-flex-wrap: 30%;
    -ms-flex-wrap: 30%;
    flex-wrap: 30%;
    max-width: 30%; }

  /* line 3959, theme.scss */
  .gift-complex .title {
    max-width: inherit;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px 0; } }
@media (max-width: 480px) {
  /* line 3969, theme.scss */
  .gift-complex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column; }

  /* line 3979, theme.scss */
  .gift-complex .gift-icon {
    margin: 20px 0; }

  /* line 3983, theme.scss */
  .gift-complex .gift-icon:after {
    left: -10px; }

  /* line 3987, theme.scss */
  .gift-complex .card_micro_wrap,
  .gift-complex .card_micro_wrap.is-bundle-page {
    -webkit-flex-wrap: 70%;
    -ms-flex-wrap: 70%;
    flex-wrap: 70%;
    max-width: 70%; } }
/*=========================================
  PRODUCT_INFO
=========================================*/
/* line 3999, theme.scss */
.product-buy {
  margin: 1rem 0; }

/* line 4003, theme.scss */
.props {
  margin-bottom: 10px; }

/* line 4007, theme.scss */
.props label {
  width: 40%;
  opacity: 0.5;
  position: relative; }

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

/* line 4018, theme.scss */
.props label span {
  background: #fff;
  display: inline;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 2px 0 0 #fff, -10px 0 0 #fff;
  box-shadow: 2px 0 0 #fff, -10px 0 0 #fff; }

/* line 4027, theme.scss */
.props label:after {
  content: '';
  height: 1px;
  border-bottom: 1px dashed #2d2d2d;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0; }

/* line 4037, theme.scss */
.product-old_price span {
  /*text-decoration: line-through;*/
  color: #b2b2b2;
  position: relative; }

/* line 4042, theme.scss */
.product-old_price span:before {
  border-bottom: 3px solid red;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(-7deg); }

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

[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");
}
[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 4072, theme.scss */
.product-container .product-title {
  text-transform: uppercase;
  font-size: 24px;
  /*letter-spacing: 1px;*/
  font-family: "Intro", sans-serif;
  margin-top: 0;
  margin-bottom: 8px; }

/* line 4081, theme.scss */
.product-container .product-info .product-sku {
  color: #b2b2b2;
  margin-bottom: 8px;
  font-weight: 600; }

/* line 4087, theme.scss */
.product-container .product-info .product-available {
  margin-bottom: 10px;
  font-size: 15px;
  color: #b2b2b2; }
  /* line 4091, theme.scss */
  .product-container .product-info .product-available .is-wait {
    color: #ff9019 !important; }
    /* line 4093, theme.scss */
    .product-container .product-info .product-available .is-wait::before {
      background: currentColor !important; }

/* line 4099, theme.scss */
.product-container .product-info .product-available .avl-yes:before,
.product-container .product-info .product-available .avl-no:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 6px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 4110, theme.scss */
.product-container .product-info .product-available .avl-yes:before {
  background: #46c391; }

/* line 4114, theme.scss */
.product-container .product-info .product-available .avl-no:before {
  background-color: #b2b2b2; }

/* line 4118, theme.scss */
.product-container .product-info .product-short_description {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px; }

/* line 4124, theme.scss */
.product-container .product-info .prod-props-wrap {
  padding-right: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: center; }

/* line 4138, theme.scss */
.product-container .product-info .prod-props-wrap .card-props {
  line-height: 1.25;
  border-top: 1px solid #e9e9e9;
  padding-top: 4px;
  margin-bottom: 10px; }

/* line 4145, theme.scss */
.product-container .product-info .prod-props-wrap .card-props label span {
  font-weight: 400; }

/* line 4149, theme.scss */
.product-container .product-info .product-rating {
  margin-bottom: 8px;
  /*text-align: right;*/
  display: block; }

/* line 4155, theme.scss */
.product-container .product-info .product-rating .fa-star {
  font-size: 13px;
  margin-right: 3px;
  color: #fc4848; }

/* line 4161, theme.scss */
.product-container .product-info .product-rating .fa-star.faded {
  color: #dde9e4; }

/* line 4165, theme.scss */
.product-container .product-info .found-cheaper {
  padding: 18px 13px;
  display: block;
  font-weight: 500; }

/* line 4171, theme.scss */
.product-container .product-info .found-cheaper .title {
  padding: 3px;
  background: #fff;
  display: inline-block;
  margin-bottom: 4px; }

/* line 4178, theme.scss */
.product-container .product-info .found-cheaper .text {
  display: block;
  font-size: 14px;
  margin-bottom: 8px; }

/* line 4184, theme.scss */
.product-container .product-info .found-cheaper .get-discount {
  font-size: 14px;
  color: #fc4848; }

/* line 4189, theme.scss */
.product-container .product-info .found-cheaper .get-discount span {
  text-decoration: underline; }

/* line 4193, theme.scss */
.product-container .product-info .found-cheaper .get-discount:hover {
  text-decoration: none; }

/* line 4197, theme.scss */
.product-container .product-info .found-cheaper .get-discount svg {
  margin-left: 4px;
  position: relative;
  bottom: -2px; }

/* line 4203, theme.scss */
.product-container .product-info .found-cheaper .get-discount svg path {
  fill: #fc4848; }

/* line 4207, theme.scss */
.product-container .product-info .found-cheaper:hover .get-discount span {
  text-decoration: none; }

/* line 4211, theme.scss */
.product-container .product-info .product-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px; }

/* line 4226, theme.scss */
.product-container .product-info .product-old_price {
  margin-left: 20px;
  font-size: 24px; }

/* line 4231, theme.scss */
.product-container .product-info .product-price {
  font-family: "Intro", sans-serif;
  font-size: 24px;
  font-weight: bold; }

/* line 4237, theme.scss */
.product-container .product-info .coloring {
  display: inline-block;
  cursor: pointer; }

/* line 4242, theme.scss */
.product-container .product-info .coloring svg {
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer; }

/* line 4248, theme.scss */
.product-container .product-info .coloring span {
  cursor: pointer;
  display: inline-block;
  width: 104px;
  vertical-align: middle;
  color: #55b88a;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline; }

/* line 4259, theme.scss */
.product-container .product-info .coloring:hover span,
.product-container .product-info .coloring.active span {
  text-decoration: none;
  color: #fc4848; }

/* line 4265, theme.scss */
.product-container .product-info .coloring:hover svg path,
.product-container .product-info .coloring.active svg path {
  fill: #fc4848; }

/* line 4270, theme.scss */
.product-container .product-info .quantity.is-product {
  width: 120px;
  display: inline-block; }

/* line 4275, theme.scss */
.product-container .product-info .product-buy .bttn-transparent svg use {
  fill: #2d2d2d; }

/* line 4279, theme.scss */
.product-container .product-info .product-buy .bttn-transparent:hover svg use {
  fill: #fff; }

/* line 4283, theme.scss */
.product-container .product-info .product-buy button {
  margin-right: 24px;
  margin-bottom: 7px; }

/* line 4288, theme.scss */
.product-container .product-info .bttn-compares:before {
  display: none !important; }

/* line 4292, theme.scss */
.product-container .product-info .card-opts {
  margin-bottom: 8px; }

/* line 4296, theme.scss */
.products-is-related {
  position: relative;
  padding: 24px 40px;
  background: #d8cbe7;
  margin-bottom: 24px; }

/* line 4303, theme.scss */
.products-is-related:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  width: 310px;
  background: url(left-splash.png) right center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

/* line 4315, theme.scss */
.products-is-related .card:after {
  background: #2d2d2d; }

/* line 4319, theme.scss */
.products-is-related .card .card-props,
.products-is-related .card .card-action,
.products-is-related .card .card-opts,
.products-is-related .card .image-hover {
  display: none !important; }

/* line 4326, theme.scss */
.products-is-related .card .card-title {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 14px; }

/* line 4333, theme.scss */
.products-is-related h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Intro", sans-serif;
  font-size: 16px;
  letter-spacing: 6px;
  margin-top: 0; }

/* line 4346, theme.scss */
.products-is-related .products-slider-wrapper {
  margin: 0; }

/* line 4350, theme.scss */
.ovh-wrap {
  overflow-x: hidden;
  width: 100%; }

/* line 4355, theme.scss */
.prod-sidebar-inner {
  height: 100%;
  background: #fff; }

/* line 4360, theme.scss */
.variants-table {
  font-size: 14px;
  /*margin-top: -1em;*/
  color: #b2b2b2; }

/* line 4366, theme.scss */
.variants-table .variant-row,
.variants-table .variant-header {
  margin: 0 -4px; }

/* line 4371, theme.scss */
.variants-table .variant-header [class*='cell-'] {
  padding: 16px 1%; }

/* line 4375, theme.scss */
.variants-table [class*='cell-'] {
  border: 1px solid #e9e9e9;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: -1px 0 0 -1px;
  padding: 10px 8px; }

/* line 4399, theme.scss */
.variants-table [class*='cell-'].var-actions {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-basis: 30.333%;
  -ms-flex-preferred-size: 30.333%;
  flex-basis: 30.333%;
  max-width: 30.333%;
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  max-width: 22%; }

/* line 4416, theme.scss */
.variants-table [class*='cell-'].var-coloring {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-basis: 11.333%;
  -ms-flex-preferred-size: 11.333%;
  flex-basis: 11.333%;
  max-width: 11.333%; }

/* line 4430, theme.scss */
.variants-table .status {
  background: #2d2d2d; }

/* line 4434, theme.scss */
.variants-table .price {
  font-family: "Intro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 16px;
  white-space: nowrap; }

@media (max-width: 1024px) {
  /* line 4444, theme.scss */
  .template-is-product .main-header {
    margin-bottom: 10px; }

  /* line 4448, theme.scss */
  .products-is-related:after {
    display: none; } }
@media (max-width: 1180px) and (min-width: 1025px) {
  /* line 4454, theme.scss */
  .variants-table [class*='cell-'].var-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column; }

  /* line 4464, theme.scss */
  .variants-table [class*='cell-'].var-actions .quantity {
    margin-bottom: 10px; }

  /* line 4468, theme.scss */
  .variants-table .price {
    font-size: 14px; } }
@media (max-width: 920px) {
  /* line 4474, theme.scss */
  .variants-table [class*='cell-'].var-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column; }

  /* line 4484, theme.scss */
  .variants-table [class*='cell-'].var-actions .quantity {
    margin-bottom: 10px; }

  /* line 4488, theme.scss */
  .variants-table .price {
    font-size: 14px; } }
@media (max-width: 768px) {
  /* line 4494, theme.scss */
  .variants-table .cell-1.cell-2-sm {
    -webkit-flex-basis: 15.9%;
    -ms-flex-preferred-size: 15.9%;
    flex-basis: 15.9%;
    max-width: 15.9%; }

  /* line 4501, theme.scss */
  .variants-table [class*='cell-'].var-actions {
    -webkit-flex-basis: -webkit-calc(100% - 3px);
    -ms-flex-preferred-size: calc(100% - 3px);
    flex-basis: calc(100% - 3px);
    max-width: -webkit-calc(100% - 3px);
    max-width: calc(100% - 3px);
    margin-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row; }

  /* line 4517, theme.scss */
  .variants-table [class*='cell-'].var-actions .quantity {
    margin-bottom: 0; }

  /* line 4521, theme.scss */
  .variants-table [class*='cell-'].var-coloring,
  .variants-table .var-sku,
  .variants-table .var-var {
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%; }

  /* line 4530, theme.scss */
  .variants-table .cell-1.cell-2-sm.var-price-base,
  .variants-table .cell-1.cell-2-sm.var-price-1,
  .variants-table .cell-1.cell-2-sm.var-price-2,
  .variants-table .cell-1.cell-2-sm.var-price-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; } }
@media (max-width: 480px) {
  /* line 4542, theme.scss */
  .product-container .product-info .product-rating {
    text-align: left; }

  /* line 4546, theme.scss */
  .product-container .product-info .prod-props-wrap {
    padding-right: 0;
    display: block; } }
/*=========================================
  PRODUCT_REVIEWS
=========================================*/
/* line 4555, theme.scss */
.form-row {
  margin-bottom: 1rem; }

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

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

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

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

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

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

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

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

/*=========================================
  PRODUCT_TABS
=========================================*/
/* line 4596, theme.scss */
.product_tabs.tabs {
  padding-bottom: 24px;
  margin-top: 0;
  padding-top: 0;
  border: 1px solid #b2b2b2; }

/* line 4603, theme.scss */
.product_tabs.tabs .tabs-head {
  text-align: center;
  position: relative;
  padding-right: 0;
  min-height: inherit;
  /*padding: 10px 0;*/
  background: #b2b2b2; }

/* line 4612, theme.scss */
.product_tabs.tabs .tabs-item {
  padding: 15px 15px;
  background: #b2b2b2;
  font-family: "Intro", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 24px;
  border: 0; }

/* line 4624, theme.scss */
.product_tabs.tabs .tabs-item.is-button-active {
  color: #fff;
  border: 0;
  background: #2d2d2d; }

/* line 4630, theme.scss */
.product_tabs.tabs .tabs-target.editor {
  font-size: 15px;
  line-height: 1.3; }

/* line 4635, theme.scss */
.product_tabs.tabs .tabs-box {
  padding-bottom: 0; }

/* line 4639, theme.scss */
.editor {
  line-height: 1.3; }

@media (max-width: 1024px) {
  /* line 4644, theme.scss */
  .product_tabs.tabs .tabs-item {
    margin: 0 4px; } }
@media (max-width: 768px) {
  /* line 4650, theme.scss */
  .product_tabs.tabs .tabs-item {
    margin: 0 -2px;
    display: block;
    margin-bottom: 4px; } }
/*=========================================
  TABS
=========================================*/
/* line 4660, theme.scss */
.tabs-box {
  padding: 1em; }

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

/* line 4670, 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 4680, theme.scss */
.tabs-target {
  display: none; }

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

/* line 4690, 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 4709, theme.scss */
.tabs-item.is-button-active {
  color: #444;
  border-bottom: 3px solid #2d2d2d; }

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

/* line 4721, theme.scss */
.gallery-top {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 4738, theme.scss */
.swiper-slide.is-active .gallery-thumb {
  border: 1px solid #dde9e4; }

/* line 4742, 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;
  -moz-box-align: center;
  align-items: center; }

/* line 4751, theme.scss */
.gallery-thumb {
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
  padding-bottom: -webkit-calc(100% - 2px);
  padding-bottom: calc(100% - 2px); }

/* line 4766, theme.scss */
.gallery-thumbs-wrap .swiper-button-next,
.gallery-thumbs-wrap .swiper-button-prev {
  /*display: none;*/ }

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

/*
@mixin gallery-button {
  -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 $color-link-primary;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
}

.gallery-wrapper .swiper-button-prev,
.gallery-wrapper .swiper-container-rtl .swiper-button-next {
  @include gallery-button;
  left: -44px;
}

.gallery-wrapper .swiper-button-next,
.gallery-wrapper .swiper-container-rtl .swiper-button-prev {
  @include gallery-button;
  right: -44px;
}
*/
/* line 4805, theme.scss */
.gallery-thumbs-wrap {
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  position: absolute;
  bottom: 10px;
  left: 8px;
  z-index: 100;
  margin: auto; }

/* line 4815, theme.scss */
.gallery-thumbs-wrap .gallery-thumb {
  margin: 1px 0;
  border-color: #e5e5e5; }

/* line 4820, theme.scss */
.gallery-slide {
  /*height: 400px !important;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  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;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 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;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center; }

@media (min-width: 769px) {
  /* line 4860, theme.scss */
  .gallery-slide {
    padding: 9% 0; } }
/* line 4865, theme.scss */
.gallery-slide > figure.mz-figure > img {
  max-width: 100% !important;
  max-height: 400px !important; }

/* line 4870, theme.scss */
.gallery-top:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  background: #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: -8px;
  z-index: 10;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 4887, theme.scss */
.gallery-top:before {
  position: absolute;
  z-index: 15;
  content: '';
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 4900, theme.scss */
.gallery-top > * {
  position: relative;
  z-index: 20; }

/*&:hover {
    left: -2px;
    top: -2px;
  }*/
/* line 4910, theme.scss */
.gallery-top:hover:after {
  /*  top: 12px;
    right: -12px;
    left: 12px;
    bottom: -12px;*/
  background: #2d2d2d; }

/*=========================================
  PRODUCTS
=========================================*/
/* line 4921, theme.scss */
.products-slider-wrapper {
  position: relative;
  /*margin: 0 85px;*/ }

/* line 4926, theme.scss */
.products-slider-wrapper .swiper-button-prev {
  /*left: -85px;*/ }

/* line 4930, theme.scss */
.products-slider-wrapper .swiper-button-next {
  /*right: -85px;*/ }

/* line 4934, theme.scss */
.products-title {
  font-size: 24px; }

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

/* line 4946, theme.scss */
.slide-inner img {
  width: 100%; }

/* line 4950, theme.scss */
.slide-absolute {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center; }

/* line 4982, theme.scss */
.promo-slider-pagination .slide-absolute {
  display: none; }

/* line 4986, theme.scss */
.slide-title {
  font-size: 36px;
  font-family: "Intro", sans-serif;
  color: #2d2d2d;
  padding: 3px 8px 5px 8px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px; }

/* line 4996, theme.scss */
.slide-description {
  font-weight: 500;
  display: inline-block;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.8); }

/* line 5003, theme.scss */
.promo-slider-pagination img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%); }

/* line 5008, theme.scss */
.promo-slider-pagination .active img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%); }

/* line 5013, theme.scss */
.promo {
  position: relative;
  z-index: 2; }

/* line 5018, theme.scss */
.promo .main-filter {
  background: #2d2d2d; }

/* line 5022, theme.scss */
.promo .main-filter select option {
  background: #b2b2b2; }

/* line 5026, theme.scss */
.promo .main-filter select:focus {
  background-color: #b2b2b2; }

/* line 5030, theme.scss */
.promo .main-filter .inner {
  background: #2d2d2d;
  color: #b2b2b2;
  text-align: center;
  padding-bottom: 40px; }

/* line 5037, theme.scss */
.promo .main-filter .title {
  background: #282828;
  color: #d7e23e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  padding: 11% 3%;
  margin-bottom: 5px; }

/* line 5049, theme.scss */
.promo .main-filter .label {
  padding: 16px;
  font-weight: 500;
  text-align: center;
  color: #777; }

/* line 5056, theme.scss */
.promo .main-filter select {
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 7px;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  height: 48px;
  line-height: 48px;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #8c8c8c;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-image: #2d2d2d;
  font-family: inherit;
  font-weight: 300;
  padding: 0 16px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9' viewBox='0 0 16 9'%3E%3Cg%3E%3Cpath transform='translate%28-553 -329%29' fill='%2346c391' id='nxlga' d='M566.88 331.25a.55.55 0 0 0-.39-.23V331h-10.97v.02c-.15 0-.3.09-.4.22a.6.6 0 0 0 .07.8l5.47 4.83c.1.08.22.13.34.13.12 0 .24-.04.34-.13l5.47-4.83c.23-.2.26-.55.07-.8z'/%3E%3C/g%3E%3C/svg%3E%0A"); }

/* line 5079, theme.scss */
.promo .main-filter .bttn {
  padding-left: 34px;
  padding-right: 34px; }

/* line 5084, theme.scss */
.promo .features .inner {
  background: #fc4848;
  color: #fff;
  height: 100%; }

/* line 5090, theme.scss */
.promo .features .feat-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  height: -webkit-calc(78% - 20px);
  height: calc(78% - 20px);
  padding: 0 24px; }

/* line 5118, theme.scss */
.promo .features .feat-block .feat {
  width: 100%; }

/* line 5122, theme.scss */
.promo .features .title {
  background: #fc4848;
  color: #d7e23e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  padding: 11% 3%;
  margin-bottom: 5px; }

/* line 5134, theme.scss */
.promo .features .label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  margin-bottom: 5px; }

/* line 5143, theme.scss */
.promo .features .text {
  font-size: 12px;
  font-weight: 300; }

/* line 5148, theme.scss */
.promo .features .cell-3 {
  text-align: center; }

/* line 5152, theme.scss */
.promo .features .cell-3 svg {
  vertical-align: middle; }

/* line 5156, theme.scss */
.promo-slider-wrapper {
  height: 100%; }

/* line 5160, theme.scss */
.promo-slider-wrapper .promo-slider,
.promo-slider-wrapper .promo-inner,
.promo-slider-wrapper .slide-inner,
.promo-slider-wrapper a,
.promo-slider-wrapper img {
  height: 100%; }

/* line 5168, theme.scss */
.promo-slider-wrapper img {
  -o-object-fit: cover;
  object-fit: cover; }

/* line 5173, theme.scss */
.brands {
  padding: 24px 0; }

/* line 5177, theme.scss */
.brands-slider-wrapper {
  position: relative;
  padding: 0 85px;
  text-align: center; }

/* line 5183, theme.scss */
.brands-slider-wrapper .slide-inner {
  height: 60px;
  line-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  text-align: center;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  justify-content: center; }

/* line 5201, theme.scss */
.brands-slider-wrapper .slide-inner img {
  max-height: 60px;
  max-width: 102px;
  vertical-align: middle;
  width: auto;
  margin: 0 auto; }

/* line 5209, theme.scss */
.brands-slider-wrapper .brands-slide span {
  text-decoration: underline;
  font-weight: bold; }

/* line 5214, theme.scss */
.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  width: 65px;
  line-height: 65px;
  text-align: center;
  height: 65px;
  margin-top: -33px;
  outline: none; }

/* line 5225, theme.scss */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
  background: #2d2d2d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 5243, theme.scss */
.swiper-button-prev svg,
.swiper-button-next svg {
  z-index: 20;
  position: relative;
  vertical-align: middle;
  top: -1px; }

/* line 5251, theme.scss */
.swiper-button-prev:hover svg use,
.swiper-button-next:hover svg use {
  fill: #2d2d2d; }

/* line 5256, theme.scss */
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  border: 2px solid #2d2d2d;
  background: #fff; }

/* line 5262, theme.scss */
.swiper-button-prev {
  left: 0; }

/* line 5266, theme.scss */
.swiper-button-next {
  right: 0; }

@media (max-width: 1344px) {
  /* line 5271, theme.scss */
  .promo .container {
    padding: 0; } }
@media (max-width: 768px) {
  /* line 5277, theme.scss */
  .promo .main-filter {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1; }

  /* line 5285, theme.scss */
  .promo .main-filter .title {
    padding: 20px; }

  /* line 5289, theme.scss */
  .products-slider-wrapper,
  .brands-slider-wrapper {
    padding: 0;
    margin: 0; }

  /* line 5295, theme.scss */
  .products-slider-wrapper .swiper-button-next {
    background: transparent;
    width: 50px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    margin-top: -33px;
    outline: none;
    right: 0px; }

  /* line 5306, theme.scss */
  .products-slider-wrapper .swiper-button-prev {
    background: transparent;
    width: 50px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    margin-top: -33px;
    outline: none;
    left: 0px; } }
/*=========================================
  QUANTITY
=========================================*/
/* line 5322, theme.scss */
.quantity-input {
  width: 34px;
  text-align: center;
  padding: 7px 0px;
  border: 1px solid #ccc;
  vertical-align: top;
  font-size: 14px;
  margin: 0 3px; }

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

/*=========================================
  RECENTLY
=========================================*/
/* line 5343, theme.scss */
.products-recently {
  padding-bottom: 10px; }

/* line 5347, theme.scss */
.products-recently .index-title {
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  font-size: 16px;
  padding: 13px 13px;
  border-top: 1px solid #dde9e4;
  margin: 0; }

/* line 5359, theme.scss */
.products-recently .swiper-button-prev:after,
.products-recently .swiper-button-next:after {
  content: '';
  background: #fff;
  border: 2px solid #2d2d2d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 13;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 5378, theme.scss */
.products-recently .swiper-button-prev svg use,
.products-recently .swiper-button-next svg use {
  fill: #2d2d2d; }

/* line 5383, theme.scss */
.products-recently .swiper-button-prev:hover:after,
.products-recently .swiper-button-next:hover:after {
  background: #2d2d2d; }

/* line 5388, theme.scss */
.products-recently .swiper-button-prev:hover svg use,
.products-recently .swiper-button-next:hover svg use {
  fill: #fff; }

/* line 5393, theme.scss */
.card_micro-title {
  font-size: 14px; }

/* line 5397, theme.scss */
.card_micro {
  height: 100%;
  /*margin: 2px;*/
  margin-right: 8px;
  margin-bottom: 24px;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 5415, theme.scss */
.card_micro:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  background: #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: -8px;
  z-index: 10;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 5432, theme.scss */
.card_micro:before {
  position: absolute;
  z-index: 15;
  content: '';
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 5445, theme.scss */
.card_micro > * {
  position: relative;
  z-index: 20; }

/*&:hover {
    left: -2px;
    top: -2px;
  }*/
/* line 5453, theme.scss */
.card_micro:hover:after {
  /*  top: 12px;
    right: -12px;
    left: 12px;
    bottom: -12px;*/
  background: #2d2d2d; }

@media (max-width: 768px) {
  /* line 5462, theme.scss */
  .products-recently .index-title {
    padding-left: 0; } }
/*=========================================
  REVIEWS
=========================================*/
/* line 5470, theme.scss */
.author {
  margin-bottom: 10px; }

/*=========================================
  SCROLL_TOP
=========================================*/
/* line 5477, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #2d2d2d;
  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 5503, theme.scss */
  .scroll_top {
    display: none; } }
/* line 5508, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

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

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

/*=========================================
  SEARCH_RESULTS
=========================================*/
/* line 5526, theme.scss */
body.template-is-search,
body.template-is-page,
body.template-is-checkout2 {
  background: #fff; }

/*body.template-is-search .page-title,
body.template-is-page .page-title,
body.template-is-checkout2 .page-title {
  margin: 24px;
  text-align: center;
}
*/
/*=========================================
  SEARCH_WIDGET
=========================================*/
/* line 5542, theme.scss */
.search_widget {
  position: relative; }

/* line 5546, theme.scss */
.search_widget input {
  padding-left: 50px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cpath id='vtyra' d='M859.56 70.55c-.6.6-1.56.6-2.14 0l-.02-.02h-.02l-3.67-3.7a6.32 6.32 0 0 1-6.58.08 6.42 6.42 0 0 1-2.25-8.75 6.33 6.33 0 0 1 8.7-2.27 6.42 6.42 0 0 1 2.26 8.76l3.69 3.7v.03l.03.02c.59.6.59 1.56 0 2.15zm-11.28-6.47a3.09 3.09 0 0 0 4.38-.2 3.57 3.57 0 0 0-.2-4.95 3.08 3.08 0 0 0-4.38.2 3.57 3.57 0 0 0 .2 4.95z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-842 -53%29'%3E%3Cuse fill='%23282828' xlink:href='%23vtyra'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 17px 50%;
  background-repeat: no-repeat; }

/* line 5553, theme.scss */
.search_widget .search_widget-submit {
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important; }

/* line 5558, 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(233, 233, 233, 0.5);
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0; }

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

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

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

/* line 5588, theme.scss */
.search-widget.in-mobile input {
  border-right: 1px solid #e9e9e9 !important;
  padding: 12px 10px;
  width: 100%;
  padding-left: 32px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-top: 16px;
  background-position: 7px 50%; }

/* line 5600, theme.scss */
.search-widget.in-mobile .inpt-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column; }

/* line 5610, theme.scss */
.search-widget.in-mobile button {
  text-align: center; }

/*=========================================
  SOCIAL_SHARE
=========================================*/
/* line 5617, theme.scss */
.social_share-title {
  color: #b2b2b2; }

/* line 5621, theme.scss */
.social_share {
  margin: 0;
  font-size: 14px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end; }

/* line 5642, theme.scss */
.social_share-list a {
  color: #b2b2b2;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px; }

/* line 5650, theme.scss */
.social_share-list a:hover {
  color: #4ab2c0; }

/*=========================================
  SOCIAL
=========================================*/
/* line 5657, theme.scss */
.social-menu-link {
  color: inherit;
  display: none;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 5726, theme.scss */
.settings_guide-font-second::before {
  font-family: "Intro", sans-serif;
  content: '$font-family-second: '; }

/* line 5731, theme.scss */
.settings_guide-font-second::after {
  font-family: "Intro", sans-serif;
  content: "Intro, sans-serif"; }

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

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

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

/* line 5761, 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 5766, theme.scss */
.settings_guide-color-text-primary:before {
  content: '$color-text-primary: '; }

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

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

/* line 5779, 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: #b2b2b2; }

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

/* line 5788, 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: #2d2d2d; }

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

/* line 5797, 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: #4ab2c0; }

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

/* line 5806, 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: #dde9e4; }

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

/* line 5815, 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: #46c391; }

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

/* line 5824, 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: #fc4848; }

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

/* line 5833, 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: #fa7227; }

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

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

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

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

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

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

/*=========================================
  SUBSCRIBE
=========================================*/
/* line 5901, theme.scss */
.subscribe-inner {
  padding-top: 30px;
  text-align: center; }

/* line 5906, theme.scss */
.subscribe-inner .title {
  max-width: 700px;
  margin: 0 auto; }

/* line 5911, theme.scss */
.subscribe-inner .title span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  font-family: "Intro", sans-serif;
  font-size: 36px;
  padding: 0 8px;
  margin-bottom: 2px; }

/* line 5920, theme.scss */
.subscribe-inner .form-wrap {
  margin: 35px auto 20px auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 40px;
  font-weight: 500;
  max-width: 68%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: left; }

/* line 5931, theme.scss */
.subscribe-inner .form-wrap .cell-7 {
  padding-right: 5%; }

/* line 5935, theme.scss */
.subscribe-inner .form-wrap button {
  padding: 8px;
  margin-left: -2px; }

/* line 5940, theme.scss */
.subscribe-inner .form-wrap input {
  border: 2px solid #2d2d2d;
  color: #2d2d2d; }

/* line 5945, theme.scss */
.subscribe-inner .form-wrap input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b2b2b2; }

/* line 5949, theme.scss */
.subscribe-inner .form-wrap input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
  opacity: 1; }

/* line 5954, theme.scss */
.subscribe-inner .form-wrap input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2;
  opacity: 1; }

/* line 5959, theme.scss */
.subscribe-inner .form-wrap input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b2b2b2; }

/* line 5963, theme.scss */
.subscribe-inner .subscribe-bottom {
  background: #fc4872;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: "Intro", sans-serif; }

/* line 5984, theme.scss */
.subscribe-inner .subscribe-bottom .discount-text {
  color: #d7e23e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-transform: uppercase; }

/* line 6006, theme.scss */
.subscribe-inner .subscribe-bottom .discount-text span {
  letter-spacing: 6px; }

/* line 6010, theme.scss */
.subscribe-inner .subscribe-bottom .discount-text strong {
  font-size: 48px; }

/* line 6014, theme.scss */
.subscribe-inner .subscribe-bottom .text {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 6020, theme.scss */
.subscribe-inner .subscribe-bottom svg {
  margin-bottom: -2%; }

/* line 6024, theme.scss */
.index-actions .swiper-button-prev:after,
.index-actions .swiper-button-next:after {
  content: '';
  background: transparent;
  border: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 13;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 6043, theme.scss */
.index-actions .swiper-button-prev svg use,
.index-actions .swiper-button-next svg use {
  fill: #fff; }

/* line 6048, theme.scss */
.index-actions .swiper-button-prev:hover:after,
.index-actions .swiper-button-next:hover:after {
  border-color: #2d2d2d; }

/* line 6053, theme.scss */
.index-actions .swiper-button-prev:hover svg use,
.index-actions .swiper-button-next:hover svg use {
  fill: #2d2d2d; }

/* line 6058, theme.scss */
.index-actions .index-actions-bg {
  padding: 3% 0; }

/* line 6062, theme.scss */
.index-actions .card:after {
  background: #2d2d2d; }

/* line 6066, theme.scss */
.index-actions .title {
  padding: 2.5% 0;
  text-align: center;
  font-family: Intro;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 10; }

/* line 6077, theme.scss */
.index-actions .title:after {
  content: '';
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -webkit-calc(50% - 27px);
  left: calc(50% - 27px);
  top: -webkit-calc(100% - 27px);
  top: calc(100% - 27px);
  z-index: 12;
  background: #fff; }

/* line 6095, theme.scss */
.index-actions .title:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(arrow.svg) center center no-repeat transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -webkit-calc(50% - 26px);
  left: calc(50% - 26px);
  top: -webkit-calc(100% - 23px);
  top: calc(100% - 23px);
  z-index: 14; }

/* line 6112, theme.scss */
.decor-title {
  padding: 2.5% 0;
  text-align: center;
  font-family: Intro;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 10; }

/* line 6123, theme.scss */
.decor-title:after {
  content: '';
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -webkit-calc(50% - 24px);
  left: calc(50% - 24px);
  top: -webkit-calc(100% - 23px);
  top: calc(100% - 23px);
  z-index: 12;
  background: #fff; }

/* line 6141, theme.scss */
.decor-title:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(arrow.svg) center center no-repeat transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -webkit-calc(50% - 23px);
  left: calc(50% - 23px);
  top: -webkit-calc(100% - 22px);
  top: calc(100% - 22px);
  z-index: 14; }

/* line 6158, theme.scss */
.index-catalog .index-catalog-bg {
  background: #dde9e4;
  padding: 3% 0;
  padding-bottom: -webkit-calc(3% - 24px);
  padding-bottom: calc(3% - 24px); }

/* line 6165, theme.scss */
.index-catalog .col-block {
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 24px; }

/* line 6172, theme.scss */
.index-catalog .col-inner {
  padding: 8px 27px 16px 27px;
  font-size: 14px; }

/* line 6177, theme.scss */
.index-catalog .col-inner .cell-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

/* line 6195, theme.scss */
.index-catalog .col-inner a {
  text-decoration: underline; }

/* line 6199, theme.scss */
.index-catalog .col-inner a:hover {
  text-decoration: none; }

/* line 6203, theme.scss */
.index-catalog .col-inner .col-links {
  margin-bottom: 4px;
  height: 60px;
  overflow: hidden; }

/* line 6209, theme.scss */
.index-catalog .col-inner .show-all {
  text-decoration: none;
  color: #b2b2b2; }

/* line 6214, theme.scss */
.index-catalog .col-inner .show-all span {
  text-decoration: underline; }

/* line 6218, theme.scss */
.index-catalog .col-inner .show-all svg {
  margin-left: 4px;
  position: relative;
  bottom: -2px; }

/* line 6224, theme.scss */
.index-catalog .col-inner .show-all:hover span {
  text-decoration: none; }

/* line 6228, theme.scss */
.index-catalog .col-title {
  padding: 16px 30px;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  background-color: #46c391;
  justify-content: space-between; }

/* line 6248, theme.scss */
.index-catalog .col-title a {
  text-decoration: none;
  color: #fff; }

/* line 6253, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 2) .col-title {
  background-color: #9f90dd; }

/* line 6257, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 3) .col-title {
  background-color: #fc4872; }

/* line 6261, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 4) .col-title {
  background-color: #887e92; }

/* line 6265, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 5) .col-title {
  background-color: #fc4848; }

/* line 6269, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 6) .col-title {
  background-color: #aad223; }

/* line 6273, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 7) .col-title {
  background-color: #4ab2c0; }

/* line 6277, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 8) .col-title {
  background-color: #fa7227; }

/* line 6281, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 9) .col-title {
  background-color: #887e92; }

/* line 6285, theme.scss */
.index-catalog .col-last {
  min-height: 154px;
  height: -webkit-calc(100% - 24px);
  height: calc(100% - 24px);
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%; }

/* line 6295, theme.scss */
.index-catalog .col-last svg {
  position: relative;
  bottom: -3px;
  margin-left: 6px; }

/* line 6301, theme.scss */
.bttn-transparent:hover svg use,
.bttn-transparent:focus svg use {
  fill: #fff !important; }

/* line 6306, theme.scss */
.index-content {
  position: relative;
  padding: 24px 0; }

/* line 6311, theme.scss */
.index-content:after {
  content: '';
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -webkit-calc(50% - 24px);
  left: calc(50% - 24px);
  top: -webkit-calc(100% - 50px);
  top: calc(100% - 50px);
  z-index: 12;
  background: #fff; }

/* line 6329, theme.scss */
.index-content:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(arrow.svg) center center no-repeat transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -webkit-calc(50% - 23px);
  left: calc(50% - 23px);
  top: -webkit-calc(100% - 50px);
  top: calc(100% - 50px);
  z-index: 14; }

/* line 6346, theme.scss */
.index-content .index-content-inner:after {
  content: '';
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -webkit-calc(50% - 24px);
  left: calc(50% - 24px);
  top: -webkit-calc(0% - 23px);
  top: calc(0% - 23px);
  z-index: 12;
  background: #2d2d2d;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 6366, theme.scss */
.index-content .index-content-inner:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='14' viewBox='0 0 15 14'%3E%3Cdefs%3E%3Cpath id='x2o4a' d='M510 1470l2 2h-7v3h7l-2 2 2 2 5-5v-1l-5-5z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-504 -1466%29'%3E%3Cuse fill='%23ffffff' xlink:href='%23x2o4a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -webkit-calc(50% - 23px);
  left: calc(50% - 23px);
  top: -webkit-calc(0% - 22px);
  top: calc(0% - 22px);
  z-index: 14; }

/* line 6386, theme.scss */
.index-content .index-text {
  padding: 6% 11%;
  position: relative; }

/* line 6391, theme.scss */
.index-content .index-text .buttons a {
  margin-bottom: 8px; }

/* line 6395, theme.scss */
.index-content .index-text .tag {
  font-family: "Intro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold; }

/* line 6404, theme.scss */
.index-content .index-text .title {
  font-family: "Intro", sans-serif;
  font-size: 36px;
  margin-bottom: 24px; }

/* line 6410, theme.scss */
.index-content .index-text .text {
  font-weight: 500; }

/* line 6414, theme.scss */
.index-content .index-text .bttn-second {
  margin-right: 20px; }

/* line 6418, theme.scss */
.index-content .index-text:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 45px 0;
  border-color: transparent #fff transparent transparent; }

/* line 6430, theme.scss */
.index-content .index-text:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 45px;
  border-color: transparent transparent #ffffff transparent; }

/* line 6442, theme.scss */
.index-content .index-banner {
  padding: 6% 11%;
  position: relative;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start; }

/* line 6474, theme.scss */
.index-content .index-banner .title {
  display: inline-block;
  font-family: "Intro", sans-serif;
  font-size: 36px;
  margin-bottom: 8px;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.8); }

/* line 6483, theme.scss */
.index-content .index-banner .subtitle {
  font-family: "Intro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.8); }

/* line 6494, theme.scss */
.index-content .index-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0 0;
  border-color: #ffffff transparent transparent transparent; }

/* line 6506, theme.scss */
.index-content .index-banner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 45px;
  border-color: transparent transparent transparent #ffffff; }

/* line 6518, theme.scss */
.bttn-transparent svg {
  position: relative;
  bottom: -1px;
  margin-left: 8px; }

/* line 6524, theme.scss */
.index-news {
  padding: 30px 0 40px 0; }

/* line 6528, theme.scss */
.index-news .title {
  text-align: center;
  font-family: "Intro", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  padding-left: 7%;
  margin-bottom: 16px; }

/* line 6538, theme.scss */
.index-news .title img {
  vertical-align: middle;
  max-width: 115px;
  position: relative;
  bottom: -10px; }

/* line 6545, theme.scss */
.index-news .date {
  color: #b2b2b2;
  font-size: 12px;
  margin-bottom: 8px; }

/* line 6551, theme.scss */
.index-news .article-title {
  font-weight: 500; }

/* line 6555, theme.scss */
.index-news .text {
  font-size: 14px;
  color: #b2b2b2;
  line-height: 1.3;
  margin-bottom: 16px; }

@media (max-width: 1024px) {
  /* line 6563, theme.scss */
  .index-actions .index-actions-bg {
    -webkit-background-size: cover;
    background-size: cover; }

  /* line 6568, theme.scss */
  .index-content .index-content-inner:before,
  .index-content .index-content-inner:after {
    display: none; }

  /* line 6573, theme.scss */
  .subscribe-inner .form-wrap {
    max-width: 80%; }

  /* line 6577, theme.scss */
  .decor-title {
    padding: 28px 0 !important; }

  /* line 6581, theme.scss */
  .index-catalog .index-catalog-bg,
  .index-actions .index-actions-bg {
    padding: 45px 0 21px 0; }

  /* line 6586, theme.scss */
  .index-text {
    margin-bottom: 24px; }

  /* line 6590, theme.scss */
  .index-content:before,
  .index-content:after {
    display: none; }

  /* line 6595, theme.scss */
  .index-content .index-banner:after {
    display: none; }

  /* line 6599, theme.scss */
  .index-news .title {
    padding-left: 0; } }
@media (max-width: 768px) {
  /* line 6605, theme.scss */
  .subscribe-inner .title span {
    font-size: 23px; }

  /* line 6609, theme.scss */
  .subscribe-inner .form-wrap {
    max-width: 90%;
    padding: 20px 24px; }

  /* line 6614, theme.scss */
  .index-news .title img {
    max-width: 85px; }

  /* line 6618, theme.scss */
  .index-news .title {
    font-size: 16px; }

  /* line 6622, theme.scss */
  .subscribe-inner .form-wrap .cell-7 {
    padding-right: 0;
    margin-bottom: 16px; }

  /* line 6627, theme.scss */
  .subscribe-inner .subscribe-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column; }

  /* line 6637, theme.scss */
  .subscribe-inner .subscribe-bottom > * {
    margin: 2px 0; }

  /* line 6641, theme.scss */
  .subscribe-inner .subscribe-bottom svg {
    max-width: 70px;
    max-height: 70px;
    margin: 10px 0; }

  /* line 6647, theme.scss */
  .index-news .row .cell-4:last-child {
    display: none; } }
@media (max-width: 480px) {
  /* line 6653, theme.scss */
  .subscribe-inner .subscribe-bottom {
    padding: 16px 0; }

  /* line 6657, theme.scss */
  .subscribe-inner .subscribe-bottom svg {
    display: none; }

  /* line 6661, theme.scss */
  .subscribe-inner .subscribe-bottom .text {
    font-size: 16px; }

  /* line 6665, theme.scss */
  .subscribe-inner .subscribe-bottom .discount-text strong {
    font-size: 30px; }

  /* line 6669, theme.scss */
  .subscribe-inner .form-wrap {
    margin: 20px auto 20px auto; }

  /* line 6673, theme.scss */
  .subscribe-inner .form-wrap .text {
    font-size: 18px; }

  /* line 6677, theme.scss */
  .subscribe-inner {
    padding-top: 1px; }

  /* line 6681, theme.scss */
  .subscribe-inner .title {
    display: none; }

  /* line 6685, theme.scss */
  .index-catalog .index-catalog-bg,
  .index-actions .index-actions-bg {
    padding: 45px 0 45px 0; }

  /* line 6690, theme.scss */
  .index-news .row .cell-4:nth-child(2) {
    display: none; } }
/*=========================================
  OPTION
=========================================*/
/* line 6698, theme.scss */
.option-value.is-span {
  background: #b2b2b2;
  padding: 0px 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  outline: none;
  min-width: 20px;
  border-width: 0 !important;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 300; }

/* line 6714, theme.scss */
.option-value.is-active.is-span {
  background: #2d2d2d;
  display: inline-block !important; }

/* line 6719, theme.scss */
.option-selector {
  line-height: 1.25; }

/* line 6723, theme.scss */
.option-value.is-disabled {
  cursor: not-allowed;
  opacity: 0.25; }

@media (max-width: 768px) {
  /* line 6729, theme.scss */
  .brands-slider-wrapper .swiper-button-next,
  .brands-slider-wrapper .swiper-button-prev {
    display: block;
    background: none;
    transform: scale(0.6); }

  /* line 6735, theme.scss */
  .brands-slider-wrapper .swiper-button-next {
    margin-right: -20px; }

  /* line 6739, theme.scss */
  .brands-slider-wrapper .swiper-button-prev {
    margin-left: -20px; } }
@media (max-width: 480px) {
  /* line 6744, theme.scss */
  .brands-slider {
    padding: 0px 20px; } }
/* line 6748, theme.scss */
.page-brands {
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px; }
  /* line 6759, theme.scss */
  .page-brands .title {
    width: 100%;
    height: 30px;
    font-weight: 500; }

@media (max-width: 480px) {
  /* line 6766, theme.scss */
  .cell-8.header-search.index-search {
    height: initial;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-top: 5px; }
    /* line 6771, theme.scss */
    .cell-8.header-search.index-search .search-widget {
      display: block !important;
      background: #fff;
      width: 100% !important;
      padding-left: 0; } }
/* line 6781, theme.scss */
.pay {
  margin-top: 20px; }
  /* line 6783, theme.scss */
  .pay .title {
    color: #b2b2b2;
    margin-bottom: 2px; }
  /* line 6787, theme.scss */
  .pay .img-wrap {
    border: 1px solid #fff;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
    margin: 3px;
    border-radius: 5px;
    background: #fff; }
  /* line 6798, theme.scss */
  .pay img {
    margin-top: 10px;
    background: #fff;
    border-radius: 3px;
    max-width: 50px;
    display: block;
    margin: 5px 5px; }
  /* line 6806, theme.scss */
  .pay .wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }

/* line 6812, theme.scss */
.pay {
  padding-right: 20px; }

/* line 6815, theme.scss */
.pay .title {
  text-align: left; }

@media (max-width: 768px) {
  /* line 6819, theme.scss */
  .pay .title {
    text-align: center;
    margin-bottom: 10px; }

  /* line 6823, theme.scss */
  .pay .wrap {
    padding: 0;
    justify-content: center; } }
/* line 6828, theme.scss */
.promo-slider-next {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-position: center;
  right: 5px; }
  /* line 6835, theme.scss */
  .promo-slider-next:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  /* line 6844, theme.scss */
  .promo-slider-next svg {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 0;
    bottom: 0; }

/* line 6852, theme.scss */
.promo-slider-prev {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5px; }
  /* line 6862, theme.scss */
  .promo-slider-prev svg {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 0;
    bottom: 0; }
  /* line 6869, theme.scss */
  .promo-slider-prev:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

/* line 6879, theme.scss */
.variants-table .price {
  text-transform: none;
  font-size: 14px; }

@media (min-width: 768px) {
  /* line 6885, theme.scss */
  .variants-table {
    margin-left: -4.16666%;
    margin-right: -4.16666%; } }
/* line 6891, theme.scss */
.loader-filter {
  display: none; }

/* line 6894, theme.scss */
#main-filter {
  position: relative; }

/* line 6897, theme.scss */
#main-filter.disabled form {
  opacity: 0.4; }

/* line 6900, theme.scss */
#main-filter.disabled .loader-filter {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 6917, theme.scss */
  #main-filter.disabled .loader-filter img {
    max-width: 20px; }

@media (min-width: 1024px) {
  /* line 6922, theme.scss */
  .row.with-variants {
    flex-wrap: nowrap; } }
/* line 6926, theme.scss */
.var-sku {
  max-width: 100px;
  flex-basis: 100px; }

/* line 6931, theme.scss */
.cell-.cell-option {
  max-width: 110px !important;
  flex-basis: 110px !important; }

/* line 6935, theme.scss */
.promo-slider-wrapper {
  transition: 0.3s;
  opacity: 0;
  height: 0; }

/* line 6940, theme.scss */
.promo {
  overflow: hidden; }

/* line 6943, theme.scss */
.var-sku.variant_sku {
  font-size: 12px;
  white-space: nowrap; }

/* line 6948, theme.scss */
.btn_table {
  padding: 6px 7px 6px 7px; }

/* line 6950, theme.scss */
.select-varinat {
  min-width: 100%; }

/* line 6953, theme.scss */
.select-varinat {
  min-width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: underline; }

/* line 6961, theme.scss */
.card .option-selector {
  min-width: 100%;
  display: none; }

/* line 6967, theme.scss */
.active-var [class*='cell-'] {
  border-color: #000 !important;
  border-bottom: 1px solid #000 !important;
  position: relative;
  background: #f0f0f0; }

/* line 6974, theme.scss */
.vibor-color {
  margin-left: 5px; }

/* line 6978, theme.scss */
.vibor-color:hover {
  color: #46c391; }

/* line 6980, theme.scss */
.option-selector {
  margin: 20px 0; }

/* line 6985, theme.scss */
.option-selector {
  transition: 0.2s; }

/* line 6989, theme.scss */
.tabs-box.variant_id .variant-row {
  display: none; }

/* line 6992, theme.scss */
.tabs-box.variant_id .variant-row.active-var {
  display: block; }

/* line 6995, theme.scss */
.product_tabs {
  opacity: 0;
  transition: 0.2s; }

/* line 6999, theme.scss */
.allV {
  display: none; }

/* line 7004, theme.scss */
.js-variant-custom .var-actions {
  display: none; }
/* line 7007, theme.scss */
.js-variant-custom .cell-option {
  display: none; }
/* line 7010, theme.scss */
.js-variant-custom .var-coloring {
  display: none; }
/* line 7013, theme.scss */
.js-variant-custom * {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
/* line 7019, theme.scss */
.js-variant-custom .hide {
  display: block !important; }
/* line 7023, theme.scss */
.js-variant-custom .row {
  /*flex-wrap: wrap;*/ }
/* line 7026, theme.scss */
.js-variant-custom .roznitca {
  order: -21;
  display: none !important; }
/* line 7030, theme.scss */
.js-variant-custom .var-price-base {
  order: -20;
  display: none;
  font-family: "Intro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap; }
/* line 7041, theme.scss */
.js-variant-custom .opt {
  order: -19; }
/* line 7044, theme.scss */
.js-variant-custom .var-price-1 {
  order: -18;
  font-family: "Intro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap; }
/* line 7054, theme.scss */
.js-variant-custom .var-price-2 {
  font-family: "Intro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap; }

/* line 7064, theme.scss */
.left-variant {
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  margin: 10px 0; }

/* line 7072, theme.scss */
.right-custom {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 7076, theme.scss */
.js-variant-custom {
  padding-top: 30px;
  border: 1px solid #f5f5f5;
  margin-bottom: 10px;
  height: 100%;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px; }

/* line 7085, theme.scss */
.hidesvoi {
  margin-bottom: -34px;
  opacity: 0;
  z-index: -1; }

/* line 7090, theme.scss */
.js-variant-custom {
  padding: 0;
  display: flex;
  flex-direction: column !important;
  justify-content: center !important; }

/* line 7097, theme.scss */
.right-custom .row.with-variants {
  max-height: 110px; }

/* line 7100, theme.scss */
.js-variant-custom .var-price-1 {
  margin-bottom: 8px; }

/* line 7103, theme.scss */
.wrap-custom {
  border: 1px solid #f5f5f5;
  padding: 8px;
  text-align: center; }
  /* line 7107, theme.scss */
  .wrap-custom .product-available {
    margin-bottom: 0 !important; }

@media (max-width: 1200px) {
  /* line 7112, theme.scss */
  .wrap-custom {
    margin-bottom: 15px; } }
/* line 7117, theme.scss */
.header-actions svg {
  height: 48px; }

/* line 7120, theme.scss */
.header-actions div {
  background: none !important; }

/* line 7123, theme.scss */
.product_tabs.tabs .tabs-item:hover {
  background: #2d2d2d !important; }

/* line 7126, theme.scss */
button.option-value.is-span:hover {
  background: #2d2d2d !important; }

/* line 7130, theme.scss */
.product-container .product-info .product-sku {
  color: black; }

/* line 7134, theme.scss */
.avl-yes {
  color: #46c391; }

/* line 7138, theme.scss */
.product-container .product-info .product-available .avl-no:before {
  background-color: red; }

/* line 7142, theme.scss */
.avl-no {
  color: red; }

/* line 7146, theme.scss */
.prod_variants {
  margin-bottom: 10px;
  font-size: 12px; }

/* line 7147, theme.scss */
.prod_variants a {
  font-size: 12px;
  color: #888;
  text-decoration: none; }

/* line 7148, theme.scss */
.prod_variants a:hover {
  color: #000; }

/* Блок не забудь меня прихватить в карточке товара */
/* line 7151, theme.scss */
.js-products-slider.products.products-is-related {
  width: 100%;
  /*margin-left: 7%;*/ }

/* Lost style SYN */
/* line 7159, theme.scss */
.protitle {
  display: inline-block; }

/* line 7163, theme.scss */
.protitle .variant-row {
  display: none; }

/* line 7166, theme.scss */
.protitle .variant-row.active-var {
  display: inline-block !important; }

/* line 7169, theme.scss */
.social-sharing {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px; }

/* line 7175, theme.scss */
.kartinka-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px; }

/* line 7181, theme.scss */
.brands-list {
  margin-left: auto;
  margin-right: 0; }

/* line 7185, theme.scss */
.dokumenty a {
  text-decoration: underline;
  color: #4ab2c0;
  font-weight: 600; }

/* line 7190, theme.scss */
.dokumenty a:hover {
  text-decoration: none; }

/* line 7193, theme.scss */
.dokumenty a:before {
  content: url("https://image.kraskitorg.ru/files/1/3508/18116020/original/pngwing.com.png");
  padding-right: 10px;
  vertical-align: middle; }

/* line 7199, theme.scss */
img:not([src]) {
  visibility: hidden; }

/*img.lazy, source.lazy {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s;
}
.lazy.loaded {
	opacity: 1;
	visibility: visible;
}*/
/* line 7211, theme.scss */
.abs_img_placeholder {
  position: relative; }
  /* line 7213, theme.scss */
  .abs_img_placeholder .abs_img {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 7222, theme.scss */
  .abs_img_placeholder .abs_img_tiger {
    object-position: 50% 0%; }
  /* line 7225, theme.scss */
  .abs_img_placeholder .abs_img_related {
    object-position: right 0%;
    /*z-index: 1;*/ }

/* line 7231, theme.scss */
.gallery-top-controls .swiper-button-prev:after,
.gallery-top-controls .swiper-button-next:after {
  content: '';
  background: #fff;
  border: 2px solid #2d2d2d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 13;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 7250, theme.scss */
.gallery-top-controls .swiper-button-prev svg use,
.gallery-top-controls .swiper-button-next svg use {
  fill: #2d2d2d; }

/* line 7255, theme.scss */
.gallery-top-controls .swiper-button-prev:hover:after,
.gallery-top-controls .swiper-button-next:hover:after {
  background: #2d2d2d; }

/* line 7260, theme.scss */
.gallery-top-controls .swiper-button-prev:hover svg use,
.gallery-top-controls .swiper-button-next:hover svg use {
  fill: #fff; }

@media (max-width: 768px) {
  /* line 7266, theme.scss */
  .gallery-top-controls .swiper-button-prev {
    background: transparent;
    width: 50px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    margin-top: -33px;
    outline: none;
    left: -5px; }

  /* line 7276, theme.scss */
  .gallery-top-controls .swiper-button-next {
    background: transparent;
    width: 50px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    margin-top: -33px;
    outline: none;
    right: -5px; } }
/* line 7289, theme.scss */
.fancybox-ral-gallery .fancybox-slide .fancybox-image-wrap {
  width: 100% !important;
  transform: none !important;
  height: 100% !important; }

/* sklad*/
/* line 7294, theme.scss */
.right-custom-sklad {
  padding-left: 20px; }

/* line 7298, theme.scss */
.second-sklad-block {
  margin-top: 10px; }

/* end */
@media (max-width: 480px) {
  /* line 7305, theme.scss */
  .js-variant-custom .row {
    flex-wrap: nowrap !important; } }
/* line 7311, theme.scss */
.search__placeholder {
  flex: 1;
  display: flex;
  position: relative;
  z-index: 1000; }
/* line 7317, theme.scss */
.search__results {
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background: #fff; }
  @media (max-width: 375px) {
    /* line 7317, theme.scss */
    .search__results {
      width: calc(100vw - 32px); } }
/* line 7337, theme.scss */
.search__input:not(:placeholder-shown) ~ .search__buttons .search__reset {
  opacity: 1;
  visibility: visible; }
/* line 7346, theme.scss */
.search__input.in-progress ~ .search__buttons .search__reset .fa-spinner-third {
  display: block; }
/* line 7349, theme.scss */
.search__input.in-progress ~ .search__buttons .search__reset .fa-times {
  display: none; }
/* line 7356, theme.scss */
.search__buttons {
  position: absolute;
  z-index: 7;
  top: 0;
  right: 0;
  display: flex;
  overflow: hidden;
  height: 100%; }
  /* line 7364, theme.scss */
  .search__buttons > button {
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: transparent; }
    /* line 7373, theme.scss */
    .search__buttons > button svg {
      width: 20px;
      height: 20px; }
/* line 7379, theme.scss */
.search__reset {
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #999;
  width: 34px; }
  /* line 7385, theme.scss */
  .search__reset:hover {
    color: #f30; }
  /* line 7388, theme.scss */
  .search__reset .fa-spinner-third {
    display: none; }
  /* line 7391, theme.scss */
  .search__reset .fa-times {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  /* line 7396, theme.scss */
  .search__reset .fa-spin {
    animation: fa-spin 2s infinite linear; }

/* line 7406, theme.scss */
.is-search-focus .search__input:not(:placeholder-shown) ~ .search__results {
  opacity: 1;
  visibility: visible; }
/* line 7412, theme.scss */
.is-search-focus .search__results {
  /*opacity: 1;
  visibility: visible;*/ }

/* line 7420, theme.scss */
.autocomplete-suggestions {
  position: relative !important;
  display: block !important;
  z-index: 1 !important;
  top: 0;
  left: 0;
  width: 100% !important;
  max-height: 400px !important;
  overflow: auto;
  padding: 0; }
  @media (max-width: 375px) {
    /* line 7420, theme.scss */
    .autocomplete-suggestions {
      max-height: 80vh !important; } }
/* line 7435, theme.scss */
.autocomplete-suggestion-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 0 10px;
  padding: 10px; }
  /* line 7441, theme.scss */
  .autocomplete-suggestion-item:hover {
    background: #f7f8fa; }
/* line 7446, theme.scss */
.autocomplete-suggestion-thumb img {
  mix-blend-mode: multiply; }
/* line 7450, theme.scss */
.autocomplete-suggestion-title {
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
/* line 7460, theme.scss */
.autocomplete-suggestion-prices {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #000;
  font-weight: bold;
  margin: 2px 0 0; }
/* line 7468, theme.scss */
.autocomplete-suggestion + .autocomplete-suggestion {
  border-top: 1px solid #e9e9e9; }
/* line 7472, theme.scss */
.autocomplete-no-suggestion {
  background: #fff;
  padding: 15px 20px; }

/* line 7478, theme.scss */
.thumb {
  --thumb-ratio: 100%;
  --thumb-fit: contain;
  position: relative;
  display: block;
  overflow: hidden; }
  /* line 7484, theme.scss */
  .thumb::before {
    content: '';
    display: block;
    height: 0;
    padding-top: var(--thumb-ratio); }
  /* line 7490, theme.scss */
  .thumb img, .thumb video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: var(--thumb-fit); }

/* line 7502, theme.scss */
.product-header__rating {
  margin: 0 0 10px; }
@media (max-width: 480px) {
  /* line 7505, theme.scss */
  .product-header .product__meta-right {
    display: none; } }
/* line 7511, theme.scss */
.product__meta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px; }
  @media (max-width: 480px) {
    /* line 7511, theme.scss */
    .product__meta {
      grid-template-columns: 1fr; } }
  /* line 7520, theme.scss */
  .product__meta-left {
    margin: 0;
    display: flex; }
  /* line 7524, theme.scss */
  .product__meta-right {
    display: flex;
    gap: 0 20px;
    align-items: center; }
    /* line 7528, theme.scss */
    .product__meta-right .bttn-compares {
      display: flex;
      gap: 5px;
      align-items: center; }
      /* line 7532, theme.scss */
      .product__meta-right .bttn-compares svg {
        width: auto;
        height: 20px;
        transition: scale 0.2s ease-in-out 0s; }
      /* line 7537, theme.scss */
      .product__meta-right .bttn-compares span {
        color: #000000; }
      /* line 7541, theme.scss */
      .product__meta-right .bttn-compares:hover svg {
        scale: 1.1; }
      /* line 7545, theme.scss */
      .product__meta-right .bttn-compares::before {
        display: none !important; }
    /* line 7550, theme.scss */
    .product__meta-right .bttn-compares-favorite use {
      stroke-width: 3; }
    /* line 7554, theme.scss */
    .product__meta-right .bttn-compares-favorite.is-added use {
      stroke: #fc4848; }

/* line 7564, theme.scss */
.product-gallery__meta {
  display: none;
  margin: 25px 0 10px; }
  @media (max-width: 480px) {
    /* line 7564, theme.scss */
    .product-gallery__meta {
      display: block; } }
  /* line 7570, theme.scss */
  .product-gallery__meta .product__meta-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    justify-content: center;
    gap: 10px; }
    /* line 7576, theme.scss */
    .product-gallery__meta .product__meta-right .popylarnost {
      grid-column: 1 / 3;
      width: 100%;
      text-align: center; }

/* line 7585, theme.scss */
.product-buy-columns {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: center;
  margin: 10px 0; }
  /* line 7591, theme.scss */
  .product-buy-columns .quantity-input {
    width: 45px; }
  /* line 7594, theme.scss */
  .product-buy-columns .bttn-prim {
    width: 120px;
    margin: 0 !important; }
  /* line 7598, theme.scss */
  .product-buy-columns button {
    margin: 0 !important; }

/* line 7604, theme.scss */
.product-container .product-info {
  height: 100%; }
  /* line 7606, theme.scss */
  .product-container .product-info .prod-props-wrap, .product-container .product-info .prod-prices-wrap {
    padding-right: 20px; }
    @media (max-width: 480px) {
      /* line 7606, theme.scss */
      .product-container .product-info .prod-props-wrap, .product-container .product-info .prod-prices-wrap {
        padding-right: 0; } }
  /* line 7612, theme.scss */
  .product-container .product-info .product-prices {
    justify-content: center; }

/* line 7618, theme.scss */
.js-variant-custom {
  background: #f5f5f5;
  padding: 20px;
  margin: 10px 0;
  height: auto;
  border: none; }

/* line 7625, theme.scss */
.variant-custom-bottom {
  padding-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #46c391; }

/* line 7634, theme.scss */
.gallery-top {
  margin-bottom: 17px; }

/* line 7638, theme.scss */
.sklad-box {
  padding: 0 !important;
  margin: 10px 0; }

/* line 7643, theme.scss */
.card-props-new {
  margin: 10px 0; }
  /* line 7646, theme.scss */
  .card-props-new label span {
    font-weight: 400; }
  /* line 7650, theme.scss */
  .card-props-new .property {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 0 8px;
    padding: 8px; }
    /* line 7655, theme.scss */
    .card-props-new .property:nth-child(even) {
      background: #f5f5f5; }
    /* line 7658, theme.scss */
    .card-props-new .property > span {
      text-align: right; }

/* line 7664, theme.scss */
.insales_widget-delivery {
  margin: 10px 0 !important; }

/* line 7668, theme.scss */
.products-is-related:after {
  left: auto;
  right: 0; }

/* line 7673, theme.scss */
.found-cheaper-new {
  margin: 24px 0;
  background: #2d2d2d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 10px;
  padding: 15px; }
  @media (max-width: 480px) {
    /* line 7673, theme.scss */
    .found-cheaper-new {
      flex-direction: column; } }
  /* line 7686, theme.scss */
  .found-cheaper-new .text {
    display: block;
    text-align: center; }
    /* line 7689, theme.scss */
    .found-cheaper-new .text span {
      font-weight: bold; }
      @media (max-width: 480px) {
        /* line 7689, theme.scss */
        .found-cheaper-new .text span {
          display: block;
          margin: 0 0 5px; } }
  /* line 7697, theme.scss */
  .found-cheaper-new .bttn-prim {
    border: 2px solid #fc4848;
    background: transparent;
    opacity: 1 !important;
    color: #fc4848; }
    /* line 7702, theme.scss */
    .found-cheaper-new .bttn-prim use {
      fill: currentColor; }
    /* line 7705, theme.scss */
    .found-cheaper-new .bttn-prim svg {
      position: relative;
      bottom: -1px;
      margin-left: 8px; }
  /* line 7711, theme.scss */
  .found-cheaper-new:hover {
    color: #fff; }
    /* line 7713, theme.scss */
    .found-cheaper-new:hover .bttn-prim {
      color: #fff;
      background: #fc4848; }

/* line 7720, theme.scss */
.product__sklad-mobile {
  display: none; }
  @media (max-width: 480px) {
    /* line 7720, theme.scss */
    .product__sklad-mobile {
      display: block; } }

@media (max-width: 480px) {
  /* line 7727, theme.scss */
  .product__sklad-desktop {
    display: none; } }

/* line 7732, theme.scss */
.whatsapp {
  border: 1px solid #46c391;
  background: white;
  width: 100%;
  padding: 10px 15px 10px 15px; }

/* line 7738, theme.scss */
.whatsapp:hover {
  background: #46c391;
  color: white; }

/* line 7742, theme.scss */
.whatsapp-link {
  color: #46c391;
  margin: 10px 0;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center; }

/* line 7750, theme.scss */
.one-clic {
  background: white;
  width: 100%;
  border: 2px solid #fc4848;
  color: #fc4848; }

/* line 7756, theme.scss */
.one-clic:hover {
  background: #fc4848;
  border: 2px solid #fc4848;
  color: white; }

/* line 7762, theme.scss */
.is-option-select {
  background: #2d2d2d;
  padding: 0px 5px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  min-width: 100px;
  border-width: 0 !important;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  font-size: 14px !important;
  color: #fff; }
  /* line 7775, theme.scss */
  .is-option-select::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  /* line 7779, theme.scss */
  .is-option-select::-webkit-scrollbar-track {
    background-color: transparent; }
  /* line 7782, theme.scss */
  .is-option-select::-webkit-scrollbar-thumb {
    background-color: #5f5f5f;
    border: 4px solid transparent;
    background-clip: content-box; }
