/*=========================================
  ADVANTAGE
=========================================*/
/* line 8, theme.scss */
.advantage {
  margin-bottom: 50px;
  margin-top: 50px; }

/* line 13, theme.scss */
.advantage .bg_crown {
  margin-bottom: 20px; }

/* line 17, theme.scss */
.advantage .bg_crown:after {
  background: url(brown_line_left.png) left center no-repeat; }

/* line 21, theme.scss */
.advantage .bg_crown:before {
  background: url(brown_line_right.png) right center no-repeat; }

/* line 25, theme.scss */
.advantage .bg_crown_icon {
  background-color: #fff; }

/* line 29, theme.scss */
.advantage .bg_crown_icon svg {
  fill: #3a3734; }

/* line 33, theme.scss */
.advantage .tagline {
  color: #938256;
  fill: #938256;
  font-family: "Franklin Gothic Demi Cond";
  margin-top: 0;
  text-transform: uppercase; }

/* line 41, theme.scss */
.advantage_logo-wrap {
  margin-bottom: 50px; }

/* line 45, theme.scss */
.advantage .slider-wrap {
  padding: 0 85px;
  position: relative; }

/* line 50, theme.scss */
.advantage-item {
  color: #3a3734;
  line-height: 1.5;
  text-align: center; }

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

/* line 61, theme.scss */
.advantage-text {
  display: block;
  font-family: "Franklin Gothic Demi Cond";
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase; }

/* line 69, theme.scss */
.advantage-description {
  display: block;
  font-size: 14px; }

/* line 74, theme.scss */
.advantage_buttons_controls {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

/* line 90, theme.scss */
.advantage_buttons_controls svg {
  fill: #938256;
  stroke: #938256; }

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

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

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

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

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

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

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

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

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

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

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

/* line 156, theme.scss */
.article-date {
  display: block;
  color: #2a2a29;
  margin: 0.5rem 0 1rem 0; }

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

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

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

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

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

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

/*=========================================
  CARD
=========================================*/
/* line 197, theme.scss */
.card {
  background-color: rgba(242, 247, 241, 0.95);
  border: 1px solid transparent;
  border-bottom: 0;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

/* line 209, theme.scss */
.card-title {
  margin-top: 10px; }

/* line 213, theme.scss */
.card-title a {
  color: #3a3734;
  display: block;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  font-weight: 400;
  text-decoration: none; }

/* line 222, theme.scss */
.card-prices {
  margin-bottom: 15px;
  margin-top: 25px;
  min-height: 50px; }

/* line 228, theme.scss */
.card-price {
  color: #3a3734;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 24px;
  font-weight: 400;
  text-transform: lowercase; }

/* line 236, theme.scss */
.card-old_price {
  color: #dcb48d;
  font-family: "Franklin Gothic Medium Cond";
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  text-decoration: line-through;
  text-transform: lowercase; }

/* line 246, theme.scss */
.card-action {
  border: 1px solid transparent;
  border-top: 0;
  background-color: rgba(242, 247, 241, 0.95);
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  left: -1px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: -1px;
  top: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: auto;
  z-index: 20; }

/* line 266, theme.scss */
.card-action .row {
  position: relative; }

/* line 270, theme.scss */
.card-action .bttn-favorite {
  background: none;
  padding: 0;
  position: absolute;
  right: 6%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 282, theme.scss */
.card-action .bttn-favorite .svg-heart-dims {
  fill: none;
  height: 19px;
  stroke-width: 20px;
  stroke: #c4803f;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 25px; }

/* line 293, theme.scss */
.card-action .bttn-favorite:hover .svg-heart-dims {
  fill: #c4803f;
  stroke: #c98a4f; }

/* line 298, theme.scss */
.card-action .bttn-favorite.is-added .svg-heart-dims {
  fill: #c4803f; }

/* line 302, theme.scss */
.card-action .option-label,
.card-action .option:not(.option-razmer),
.modal-hide {
  display: none; }

/* line 308, theme.scss */
.card-info {
  padding: 1px;
  position: relative; }

/* line 313, theme.scss */
.card:hover {
  border-color: #3a3734; }

/* line 317, theme.scss */
.card:hover .card-action {
  border-color: #3a3734;
  max-height: 200px;
  padding-bottom: 25px; }

/*=========================================
  STIKER
=========================================*/
/* line 325, theme.scss */
.stiker {
  color: #fcf5dd;
  font-family: "Franklin Gothic Medium Cond";
  font-size: 14px;
  left: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: -10px;
  z-index: 2; }

/* line 339, theme.scss */
.stiker-new {
  background-image: url("stiker-new.png");
  height: 48px;
  line-height: 48px;
  width: 76px; }

/* line 347, theme.scss */
.stiker-hit {
  background-image: url("stiker-hit.png");
  height: 54px;
  line-height: 54px;
  width: 55px; }

/* line 355, theme.scss */
.stiker-sale {
  background-image: url("stiker-sale.png");
  color: transparent;
  height: 54px;
  line-height: 54px;
  width: 54px; }

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

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

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

/*=========================================
  CART_ITEM
=========================================*/
/* line 379, theme.scss */
.item-delete {
  border: none;
  background: none;
  font-size: 25px;
  cursor: pointer;
  outline: none;
  width: 26px;
  padding: 2px; }

/* line 389, theme.scss */
.item-delete img {
  width: 100%; }

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

/*=========================================
  CART
=========================================*/
/* line 400, theme.scss */
.cart-form {
  margin-top: 60px; }

/* line 404, theme.scss */
.cart-form .cart-main {
  padding-right: 25px; }

/* line 408, theme.scss */
.cart-form .cart-titles {
  border-bottom: 1px solid #ac9b70;
  color: #938256;
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 15px; }

/* line 416, theme.scss */
.cart-form .cart-titles [data-items-text] {
  font-family: "Franklin Gothic Demi Cond";
  text-transform: uppercase; }

/* line 421, theme.scss */
.cart-form .cart-item + .cart-item {
  border-top: 1px solid #ac9b70; }

/* line 425, theme.scss */
.cart-form .cart-footer {
  background-color: #d6a77a;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  min-height: 120px;
  padding: 20px 35px; }

/* line 433, theme.scss */
.cart-form .cart-total-capture {
  color: #fff;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-right: 30px;
  text-transform: uppercase; }

/* line 442, theme.scss */
.cart-form .cart-submit {
  background-color: #3a3734;
  border-color: #3a3734;
  color: #fff;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 453, theme.scss */
.cart-form .cart-submit .cart-total {
  margin-right: 45px; }

/* line 457, theme.scss */
.cart-form .cart-submit:hover {
  background-color: rgba(58, 55, 52, 0.9); }

/* line 461, theme.scss */
.cart-form .cart-total {
  font-size: 24px; }

/* line 465, theme.scss */
.cart-form .cart_advantages-wrap {
  margin-top: 60px; }

/* line 469, theme.scss */
.cart-form .cart_advantages-item {
  background-position: top center;
  background-repeat: no-repeat;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  padding-top: 45px; }

/* line 477, theme.scss */
.cart-form .cart_text {
  color: #938256;
  margin-top: 70px; }

/* line 482, theme.scss */
.cart-form .item-delete {
  font-weight: bold;
  font-size: 30px;
  color: #ac9b70;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 491, theme.scss */
.cart-form .item-delete:hover {
  color: #c4803f; }

/* line 495, theme.scss */
.cart-form .item-image .is-square {
  max-width: 130px;
  padding-top: 180px; }

/* line 500, theme.scss */
.cart-form .item-title-link {
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px; }

/* line 505, theme.scss */
.cart-form .item-sku {
  color: #938256;
  font-size: 12px;
  margin-top: 10px; }

/* line 511, theme.scss */
.cart-form .item-variant {
  color: #938256;
  font-size: 12px;
  margin-top: 5px; }

/* line 517, theme.scss */
.cart-form .item-option_name + .item-option_name {
  margin-top: 5px; }

/* line 521, theme.scss */
.cart-form .item-prices {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 530, theme.scss */
.cart-form .item-prices-wrap {
  display: inline-block; }

/* line 534, theme.scss */
.cart-form .item-money {
  font-family: "Franklin Gothic Demi Cond";
  font-size: 24px; }

/* line 539, theme.scss */
.cart-form .item-old_price {
  color: #dcb48d;
  font-size: 14px;
  text-decoration: line-through; }

/* line 545, theme.scss */
.cart-form .item-total_price {
  color: #c4803f;
  font-family: "Franklin Gothic Demi Cond";
  margin-top: 30px; }

/* line 551, theme.scss */
.cart-form .bttn-favorite {
  background: none;
  padding: 0; }

/* line 556, theme.scss */
.cart-form .bttn-favorite svg {
  height: 19px;
  width: 25px;
  display: inline-block;
  fill: none;
  stroke-width: 20px;
  stroke: #c4803f; }

/* line 565, theme.scss */
.cart-form .bttn-favorite.is-added svg {
  fill: #c4803f; }

/* line 569, theme.scss */
.cart-form .bttn-favorite:hover svg {
  stroke: #ca8d53; }

/* line 573, theme.scss */
.discounts-wrap .inpt-group {
  position: relative; }

/* line 577, theme.scss */
.discounts-coupon {
  -webkit-border-radius: 3px !important;
  border-radius: 3px !important;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase; }
  /* line 614, mixins.scss */
  .discounts-coupon::-moz-placeholder {
    color: #3a3734;
    font-family: "Franklin Gothic Demi Cond";
    opacity: 1; }
  /* line 619, mixins.scss */
  .discounts-coupon:-ms-input-placeholder {
    color: #3a3734;
    font-family: "Franklin Gothic Demi Cond"; }
  /* line 624, mixins.scss */
  .discounts-coupon::-webkit-input-placeholder {
    color: #3a3734;
    font-family: "Franklin Gothic Demi Cond"; }
  /* line 632, mixins.scss */
  .discounts-coupon:focus::-moz-placeholder {
    color: #3a3734;
    opacity: 0.5; }
  /* line 636, mixins.scss */
  .discounts-coupon:focus:-ms-input-placeholder {
    color: #3a3734;
    opacity: 0.5; }
  /* line 641, mixins.scss */
  .discounts-coupon:focus::-webkit-input-placeholder {
    color: #3a3734;
    opacity: 0.5; }

/* line 586, theme.scss */
.discounts-submit {
  background-color: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10; }

/* line 600, theme.scss */
.discounts-submit svg {
  fill: #938256;
  height: 27px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 36px; }

/* line 609, theme.scss */
.discounts-submit:hover svg {
  fill: #c4803f; }

@media screen and (max-width: 1200px) {
  /* line 614, theme.scss */
  .cart-form {
    margin-top: 20px; }

  /* line 618, theme.scss */
  .cart-form .cart-main {
    padding-right: 0; } }
@media screen and (max-width: 768px) {
  /* line 623, theme.scss */
  .cart-form .cart-item {
    padding-bottom: 30px; }

  /* line 627, theme.scss */
  .cart-form .cart-order-wrap > .row {
    min-height: 70px; }

  /* line 631, theme.scss */
  .cart-form .cart-summ {
    margin: 15px 0;
    text-align: center;
    width: 100%; }

  /* line 637, theme.scss */
  .cart-form .cart-total-capture {
    margin-right: 0; }

  /* line 641, theme.scss */
  .cart-form .cart_text {
    margin: 20px 0 40px; } }
@media screen and (max-width: 480px) {
  /* line 646, theme.scss */
  .cart-form .item-info-inner {
    padding-bottom: 20px; }

  /* line 650, theme.scss */
  .cart-form .cart-submit {
    padding: 0 10px; }

  /* line 654, theme.scss */
  .cart-form .cart-submit .cart-total {
    font-size: 21px;
    margin-right: 20px; }

  /* line 659, theme.scss */
  .cart-form .cart_advantages-item {
    margin-bottom: 20px; } }
/*=========================================
  CATEGORY_MENU
=========================================*/
/* line 666, theme.scss */
.category-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

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

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

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

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

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

/*=========================================
  COLLECTION_FILTERS
=========================================*/
/* line 696, theme.scss */
.filter {
  padding: 20px 0; }

/* line 700, theme.scss */
.filter + .filter {
  border-top: 1px solid #dfded3; }

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

/* line 712, theme.scss */
.filter .chkbx-label .chkbx-control {
  border: 1px solid #938256;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 721, theme.scss */
.filter .chkbx-label .chkbx-control:after {
  height: 7px;
  width: 7px; }

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

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

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

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

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

/* line 776, 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 784, 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 792, theme.scss */
.filter-toggle {
  background: none;
  border: 0;
  color: #dbbd8f;
  float: right;
  outline: none;
  padding: 3px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

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

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

/* line 818, theme.scss */
.filter-title span {
  cursor: pointer;
  display: inline-block;
  width: -webkit-calc(100% - 25px);
  width: calc(100% - 25px); }

/* line 825, theme.scss */
.filter.is-active-container {
  padding-bottom: 25px; }

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

/* line 833, theme.scss */
.collection-filter {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #938256;
  padding-top: 25px;
  padding-bottom: 5px; }

/* line 841, theme.scss */
.collection-filter > *:not(.filters-clear-wrap) {
  padding-left: 40px;
  padding-right: 25px; }

/* line 846, theme.scss */
.collection-filter .filters-clear {
  display: table;
  margin: 0 auto;
  background-color: #d09a66;
  border-color: #d09a66; }

/* line 853, theme.scss */
.collection-filter .filters-clear:hover {
  background-color: rgba(208, 154, 102, 0.8); }

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

/* line 865, theme.scss */
.filter-items-list.is-span .filter-item + .filter-item,
.filter-items-list.is-color .filter-item + .filter-item {
  margin-left: 3px; }

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

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

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

/* line 887, theme.scss */
.filter-color {
  height: 23px;
  width: 23px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-block;
  overflow: hidden;
  padding: 5px;
  text-align: center;
  vertical-align: top; }

/* line 899, theme.scss */
input[type="checkbox"]:checked + .filter-color {
  border-color: #938256;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff; }

/*=========================================
  RANGE
=========================================*/
/* line 908, theme.scss */
.collection-filter .range-slider input {
  background-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #938256;
  height: 50px;
  text-align: center;
  width: 90px; }

/* line 918, theme.scss */
.collection-filter .range-slider .irs-slider.from,
.collection-filter .range-slider .irs-slider.to {
  height: 16px;
  width: 27px;
  background: transparent;
  top: 19px; }

/* line 925, theme.scss */
.collection-filter .range-slider .irs-slider.from:before,
.collection-filter .range-slider .irs-slider.from:after,
.collection-filter .range-slider .irs-slider.to:before,
.collection-filter .range-slider .irs-slider.to:after {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  content: '';
  height: 100%;
  position: absolute;
  top: 0; }

/* line 937, theme.scss */
.collection-filter .range-slider .irs-slider.from:before,
.collection-filter .range-slider .irs-slider.to:before {
  border-right: 13.5px solid #c4803f;
  left: 0; }

/* line 943, theme.scss */
.collection-filter .range-slider .irs-slider.from:after,
.collection-filter .range-slider .irs-slider.to:after {
  border-left: 13.5px solid #c4803f;
  right: 0; }

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

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

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

/* line 964, theme.scss */
.collection-filter .range-slider .irs-line-mid,
.collection-filter .range-slider .irs-line-left,
.collection-filter .range-slider .irs-line-right {
  height: 2px;
  background: #eeeeee; }

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

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

@media screen and (max-width: 768px) {
  /* line 983, theme.scss */
  .collection-order.is-order {
    margin-top: 10px; } }
/*=========================================
  DROP
=========================================*/
/* line 990, theme.scss */
.page_size_drop-item [type="radio"]:checked + .page_size_drop-control {
  color: #938256; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1071, 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 1091, 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 1104, theme.scss */
  .table.table-compare th:first-child,
  .table.table-compare td:first-child {
    text-align: center;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  FIXED_HEADER
=========================================*/
/* line 1183, theme.scss */
.fixed_header {
  background-color: #45413e;
  -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);
  left: 0;
  padding: 10px 0;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(-105%);
  -ms-transform: translateY(-105%);
  -o-transform: translateY(-105%);
  transform: translateY(-105%);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  -o-transition: transform 300ms;
  -o-transition: -o-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms, -o-transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  width: 100%;
  z-index: 99; }

/* line 1206, theme.scss */
.fixed_header .fixed-menu-item + .fixed-menu-item {
  margin-left: 10px; }

/* line 1210, theme.scss */
.fixed_header .fixed-menu-item.is-current > a {
  color: #a8976a; }

/* line 1214, theme.scss */
.fixed_header .logotype {
  display: block; }

/* line 1218, theme.scss */
.fixed_header .logotype img {
  max-height: 25px; }

/* line 1222, theme.scss */
.fixed_header .cart-widget {
  margin-left: 10px; }

/* line 1226, theme.scss */
.fixed_header .cart-widget-link {
  display: block; }

/* line 1230, theme.scss */
.fixed_header .cart-widget [data-total-price] {
  color: #938256;
  display: inline-block;
  vertical-align: middle; }

/* line 1236, theme.scss */
.fixed_header .cart-widget svg {
  display: inline-block;
  height: 22px;
  margin: 0;
  vertical-align: middle;
  width: 20px; }

/* line 1244, theme.scss */
.fixed_header.is-enabled {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

@media screen and (max-width: 768px) {
  /* line 1250, theme.scss */
  .cart-widget-link .counter {
    vertical-align: middle; } }
/*=========================================
  FOOTER
=========================================*/
/* line 1257, theme.scss */
.footer {
  background-image: url(delivery_bg.jpg);
  margin-top: 100px;
  padding-top: 50px; }

/* line 1263, theme.scss */
.footer .bg_crown {
  margin-bottom: 25px; }

/* line 1267, theme.scss */
.footer_list {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 55px; }

/* line 1273, theme.scss */
.footer_item {
  padding: 0 20px 20px;
  margin-top: 20px; }

/* line 1278, theme.scss */
.footer_item + .footer_item {
  border-left: 1px solid #938256; }

/* line 1282, theme.scss */
.footer .subscription {
  margin-top: 60px; }

/* line 1286, theme.scss */
.footer .subscription_title {
  color: #938256;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: 0;
  text-transform: uppercase; }

/* line 1295, theme.scss */
.footer .subscription_text {
  color: #938256;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0; }

/* line 1302, theme.scss */
.footer .subscription_form {
  margin-top: 25px;
  position: relative; }

/* line 1307, theme.scss */
.footer .subscription_form input {
  background-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #938256;
  color: #fcf5dd;
  height: 45px;
  padding-right: 70px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 100%; }
  /* line 614, mixins.scss */
  .footer .subscription_form input::-moz-placeholder {
    color: #938256;
    font-family: "FranklinGothBookCTT";
    opacity: 1; }
  /* line 619, mixins.scss */
  .footer .subscription_form input:-ms-input-placeholder {
    color: #938256;
    font-family: "FranklinGothBookCTT"; }
  /* line 624, mixins.scss */
  .footer .subscription_form input::-webkit-input-placeholder {
    color: #938256;
    font-family: "FranklinGothBookCTT"; }
  /* line 632, mixins.scss */
  .footer .subscription_form input:focus::-moz-placeholder {
    color: #938256;
    opacity: 0.5; }
  /* line 636, mixins.scss */
  .footer .subscription_form input:focus:-ms-input-placeholder {
    color: #938256;
    opacity: 0.5; }
  /* line 641, mixins.scss */
  .footer .subscription_form input:focus::-webkit-input-placeholder {
    color: #938256;
    opacity: 0.5; }

/* line 1322, theme.scss */
.footer .subscription_form input:focus {
  border-color: #c4803f; }

/* line 1326, theme.scss */
.footer .subscription_form button {
  background-color: transparent;
  border: 0;
  line-height: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 1340, theme.scss */
.footer .subscription_form button svg {
  height: 27px;
  width: 36px;
  fill: #938256;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 1348, theme.scss */
.footer .subscription_form button:hover svg {
  fill: #c4803f; }

/* line 1352, theme.scss */
.footer_menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  -moz-box-flex: 1;
  flex: 1 1;
  margin-top: 80px; }

/* line 1361, theme.scss */
.footer_menu-title {
  color: #938256;
  font-size: 24px;
  line-height: 1;
  margin: 0; }

/* line 1368, theme.scss */
.footer_menu-list {
  margin-top: 25px; }

/* line 1372, theme.scss */
.footer_menu-link {
  display: block;
  padding: 4px 0; }

/* line 1377, theme.scss */
.footer .write_letter {
  color: #938256;
  margin-top: 70px; }

/* line 1382, theme.scss */
.footer .write_letter a {
  color: #fcf5dd; }

/* line 1386, theme.scss */
.footer .social-menu {
  margin-top: 40px; }

/* line 1390, theme.scss */
.footer .social-menu-item + .social-menu-item {
  margin-left: 7px; }

/* line 1394, theme.scss */
.footer .social-menu-link {
  border: 0;
  color: #fcf5dd;
  font-size: 17px;
  height: auto;
  width: auto;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 1405, theme.scss */
.footer .social-menu-link:hover {
  color: #c4803f; }

/* line 1409, theme.scss */
.footer_contacts-title {
  color: #fcf5dd;
  margin: 15px 0 0 auto;
  max-width: 270px; }

/* line 1415, theme.scss */
.footer_contacts-list {
  display: table;
  margin-left: auto;
  margin-top: 45px;
  text-align: left; }

/* line 1422, theme.scss */
.footer_contacts-list a {
  color: #fcf5dd; }

/* line 1426, theme.scss */
.footer_contacts-item-image-wrap {
  margin-right: 25px;
  text-align: center;
  width: 25px; }

/* line 1432, theme.scss */
.footer_contacts-item-title {
  color: #938256;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  letter-spacing: .1em;
  margin: 3px 0 0;
  text-transform: uppercase; }

/* line 1441, theme.scss */
.footer_contacts-item-text {
  color: #938256;
  font-size: 14px;
  margin-top: 20px;
  max-width: 270px; }

/* line 1448, theme.scss */
.footer_contacts-item + .footer_contacts-item {
  margin-top: 45px; }

/* line 1452, theme.scss */
.footer_contacts-item.phone .footer_contacts-item-title {
  display: block;
  font-family: "Franklin Gothic";
  font-size: 18px; }

/* line 1458, theme.scss */
.footer_contacts-item.phone .footer_contacts-item-text {
  color: #938256;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-decoration: underline;
  text-transform: uppercase; }

/* line 1466, theme.scss */
.footer_bottom {
  background-color: #3a3734;
  font-size: 14px;
  color: #938256; }

/* line 1472, theme.scss */
.footer_bottom a {
  color: #938256; }

/* line 1476, theme.scss */
.footer_bottom-item {
  padding: 20px 0; }

/* line 1480, theme.scss */
.footer > .container {
  padding: 20px; }

@media screen and (max-width: 1200px) {
  /* line 1485, theme.scss */
  .footer_item:last-of-type {
    border-left: 0;
    border-top: 1px solid #938256; }

  /* line 1490, theme.scss */
  .footer_contacts-title {
    margin-left: 0;
    max-width: 100%;
    text-align: center; }

  /* line 1496, theme.scss */
  .footer_contacts-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 1502, theme.scss */
  .footer_contacts-item + .footer_contacts-item {
    margin-top: 0; } }
@media screen and (max-width: 768px) {
  /* line 1507, theme.scss */
  .footer_item + .footer_item {
    border-left: 0;
    border-top: 1px solid #938256; } }
@media screen and (max-width: 480px) {
  /* line 1513, theme.scss */
  .footer {
    margin-top: 40px;
    padding-top: 20px; }

  /* line 1518, theme.scss */
  .footer_list {
    margin-bottom: 0; }

  /* line 1522, theme.scss */
  .footer_menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -moz-box-flex: 1;
    flex: 1 1 100%;
    margin-top: 30px; }

  /* line 1531, theme.scss */
  .footer .subscription {
    margin-top: 25px; }

  /* line 1535, theme.scss */
  .footer .write_letter {
    margin-top: 35px; }

  /* line 1539, theme.scss */
  .footer_contacts-item + .footer_contacts-item {
    margin-top: 20px; } }
/*=========================================
  HEADER
=========================================*/
/* line 1549, theme.scss */
.main-header {
  background-color: #45413e; }

/* line 1553, theme.scss */
.main-header .header_top {
  padding: 0 30px 3px;
  position: relative;
  z-index: 15; }

/* line 1559, theme.scss */
.main-header .header_top > * {
  position: relative;
  z-index: 10; }

/* line 1564, theme.scss */
.main-header .header_top .bg_crown {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5; }

/* line 1572, theme.scss */
.main-header .header_top .bg_crown_icon {
  background-color: #45413e; }

/* line 1576, theme.scss */
.main-header .header_top .search_widget {
  height: 100%;
  left: 0;
  line-height: 1;
  opacity: 0;
  position: absolute;
  top: -40px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  width: 100%; }

/* line 1590, theme.scss */
.main-header .header_top.search-show .widgets_wrap > *:not(.search_widget) {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  visibility: hidden; }
  /* line 1599, theme.scss */
  .main-header .header_top.search-show .widgets_wrap > *:not(.search_widget):nth-last-of-type(0) {
    -webkit-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms; }
  /* line 1599, theme.scss */
  .main-header .header_top.search-show .widgets_wrap > *:not(.search_widget):nth-last-of-type(1) {
    -webkit-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms; }
  /* line 1599, theme.scss */
  .main-header .header_top.search-show .widgets_wrap > *:not(.search_widget):nth-last-of-type(2) {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  /* line 1599, theme.scss */
  .main-header .header_top.search-show .widgets_wrap > *:not(.search_widget):nth-last-of-type(3) {
    -webkit-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms; }
  /* line 1599, theme.scss */
  .main-header .header_top.search-show .widgets_wrap > *:not(.search_widget):nth-last-of-type(4) {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  /* line 1599, theme.scss */
  .main-header .header_top.search-show .widgets_wrap > *:not(.search_widget):nth-last-of-type(5) {
    -webkit-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms; }
  /* line 1599, theme.scss */
  .main-header .header_top.search-show .widgets_wrap > *:not(.search_widget):nth-last-of-type(6) {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  /* line 1599, theme.scss */
  .main-header .header_top.search-show .widgets_wrap > *:not(.search_widget):nth-last-of-type(7) {
    -webkit-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms; }
  /* line 1599, theme.scss */
  .main-header .header_top.search-show .widgets_wrap > *:not(.search_widget):nth-last-of-type(8) {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  /* line 1599, theme.scss */
  .main-header .header_top.search-show .widgets_wrap > *:not(.search_widget):nth-last-of-type(9) {
    -webkit-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms; }

/* line 1607, theme.scss */
.main-header .header_top.search-show .widgets_wrap .search_widget {
  opacity: 1;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -o-transform: translateY(40px);
  transform: translateY(40px);
  visibility: visible;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms; }

/* line 1619, theme.scss */
.main-header .top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  width: 100%; }
  /* line 278, mixins.scss */
  .main-header .top-menu > .list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    position: relative; }
  /* line 293, mixins.scss */
  .main-header .top-menu .list-link {
    display: inline-block; }

/* line 1623, theme.scss */
.main-header .top-menu-item + .top-menu-item {
  margin-left: 30px; }

/* line 1627, theme.scss */
.main-header .top-menu-link {
  display: inline-block;
  color: #938256;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  /* line 439, mixins.scss */
  .menu-item.is-current > .main-header .top-menu-link {
    color: #a8976a;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    text-decoration: none; }
  /* line 446, mixins.scss */
  .main-header .top-menu-link:hover {
    color: #a8976a;
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    text-decoration: none; }

/* line 1636, theme.scss */
.main-header .widgets_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  -moz-box-flex: 1;
  flex: 1 1;
  margin-left: 30px;
  min-height: 40px;
  position: relative; }

/* line 1647, theme.scss */
.main-header .widgets_wrap > * {
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

/* line 1653, theme.scss */
.main-header .widgets_wrap > * + * {
  margin-left: 50px; }

/* line 1657, theme.scss */
.main-header .widgets_wrap .cart-widget-link {
  position: relative; }

/* line 1661, theme.scss */
.main-header .widgets_wrap .cart-widget-link .svg-basket-dims {
  display: inline-block;
  fill: #938256;
  height: 21px;
  vertical-align: middle;
  width: 20px; }

/* line 1669, theme.scss */
.main-header .widgets_wrap .cart-widget-link [data-items-count] {
  vertical-align: middle; }

/* line 1673, theme.scss */
.main-header .widgets_wrap .cart-widget-link:hover .svg-basket-dims {
  fill: #a8976a; }

/* line 1677, theme.scss */
.main-header .in-account-link-wrap {
  margin-left: 60px; }

/* line 1681, theme.scss */
.main-header .search-widget {
  line-height: 0; }

/* line 1685, theme.scss */
.main-header .search-widget .show_search {
  display: inline-block; }

/* line 1689, theme.scss */
.main-header .search-widget .show_search .svg-search-dims {
  height: 19px;
  width: 19px;
  fill: #938256;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

/* line 1697, theme.scss */
.main-header .search-widget .show_search:hover .svg-search-dims {
  fill: #a8976a; }

/* line 1701, theme.scss */
.favorites-widget-link {
  display: inline-block;
  position: relative; }

/* line 1706, theme.scss */
.favorites-widget-link [data-favorites-counter] {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: inline-block;
  vertical-align: middle;
  max-width: 0;
  overflow: hidden; }

/* line 1716, theme.scss */
.favorites-widget-link [data-favorites-counter].is-full {
  max-width: 50px; }

/* line 1720, theme.scss */
.favorites-widget-link [data-favorites-counter].is-full + .svg-heart-dims {
  fill: #938256; }

/* line 1724, theme.scss */
.favorites-widget-link .svg-heart-dims {
  height: 19px;
  width: 25px;
  display: inline-block;
  fill: none;
  stroke-width: 20px;
  stroke: #938256;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle; }

/* line 1736, theme.scss */
.favorites-widget-link:hover {
  color: #a8976a; }

/* line 1740, theme.scss */
.favorites-widget-link:hover .svg-heart-dims {
  stroke: #a8976a; }

/* line 1744, theme.scss */
.languages_wrap {
  position: relative; }

/* line 1748, theme.scss */
.languages_wrap .svg-earth-dims {
  height: 21px;
  width: 21px;
  display: inline-block;
  fill: #fcf5dd;
  margin-right: 10px;
  vertical-align: middle; }

/* line 1756, theme.scss */
.languages_wrap .languages_list {
  background-color: #45413e;
  display: none;
  left: 21px;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 60%; }

/* line 1766, theme.scss */
.languages_wrap .languages_list_link {
  color: #fcf5dd;
  display: inline-block;
  padding: 3px 0;
  vertical-align: middle; }

/* line 1773, theme.scss */
.languages_wrap .languages_list .languages_list_link:hover {
  color: #938256; }

/* line 1777, theme.scss */
.languages_wrap .fa {
  color: #938256;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 8px; }

/* line 1784, theme.scss */
.in-account-link {
  font-size: 14px;
  text-transform: uppercase; }

/* line 1789, theme.scss */
.in-account-link .svg-login-dims {
  fill: #938256;
  height: 21px;
  stroke-width: 1px;
  stroke: #938256;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 22px; }

/* line 1800, theme.scss */
.in-account-link:hover .svg-login-dims {
  fill: #a8976a;
  stroke: #a8976a; }

/* line 1805, theme.scss */
.header_center {
  min-height: 140px;
  padding: 0 30px; }

/* line 1810, theme.scss */
.cart-widget {
  display: inline-block; }

/* line 1814, theme.scss */
.cart-widget [data-total-price] {
  color: #706a64;
  font-size: 12px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

/* line 1822, theme.scss */
.cart-widget .svg-basket-dims {
  display: inline-block;
  fill: #938256;
  margin-left: 10px;
  max-height: 75px;
  max-width: 50px;
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  vertical-align: middle; }

/* line 1838, theme.scss */
.cart-widget:hover [data-total-price] {
  color: #8a847d; }

/* line 1842, theme.scss */
.cart-widget:hover .svg-basket-dims {
  fill: #a8976a; }

/* line 1846, theme.scss */
.logotype .tagline {
  display: block;
  fill: #938256;
  font-family: "Franklin Gothic Demi Cond";
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase; }

/* line 1855, theme.scss */
.phone-widget .svg-tel-dims {
  fill: #fcf5dd;
  float: left;
  height: 40px;
  margin-right: 10px;
  width: 23px; }

/* line 1863, theme.scss */
.phone-widget-wrap {
  display: inline-block;
  text-align: center; }

/* line 1868, theme.scss */
.phone-widget-wrap .phone {
  color: #fcf5dd;
  display: block;
  font-family: "Franklin Gothic";
  font-size: 18px; }

/* line 1875, theme.scss */
.phone-widget-wrap .show-callback {
  color: #625d58;
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  margin-top: 5px;
  outline: none;
  text-decoration: underline;
  text-transform: uppercase; }

/* line 1887, theme.scss */
.phone-widget-wrap .show-callback:hover {
  text-decoration: none; }

/* line 1891, theme.scss */
.header_bottom {
  background-color: #3a3734;
  border-top: 1px solid #171616; }

@media screen and (max-width: 1024px) {
  /* line 1897, theme.scss */
  .main-header .widgets_wrap > * + *,
  .main-header .in-account-link-wrap {
    margin-left: 20px; }

  /* line 1902, theme.scss */
  .main-header .header_top {
    padding: 0; }

  /* line 1906, theme.scss */
  .main-header .header_top-left > * + * {
    margin-left: 20px; }

  /* line 1910, theme.scss */
  .main-header .header_top-center {
    height: 40px;
    line-height: 0;
    padding: 7px 0; } }
@media screen and (max-width: 768px) {
  /* line 1918, theme.scss */
  .header_top .counter {
    background-color: #45413e;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #938256;
    font-size: 12px;
    left: 0;
    line-height: 14px;
    min-width: 16px;
    padding: 0 2px;
    position: absolute;
    text-align: center;
    top: 100%;
    -webkit-transform: translate(-20%, -60%);
    -ms-transform: translate(-20%, -60%);
    -o-transform: translate(-20%, -60%);
    transform: translate(-20%, -60%); } }
/*=========================================
  HITS
=========================================*/
/* line 1940, theme.scss */
.hits-title {
  text-align: center;
  font-size: -webkit-calc(16px * 2);
  font-size: calc(16px * 2);
  margin-bottom: 1rem; }

/*=========================================
  INDEX_PRODUCTS_SLIDER
=========================================*/
/* line 1952, theme.scss */
.products_slider {
  padding-bottom: 200px;
  padding-top: 10px;
  width: 100%; }

/* line 1958, theme.scss */
.products_slider-wrap {
  margin-top: 25px;
  padding-left: 85px;
  padding-right: 85px;
  position: relative;
  z-index: 10; }

/* line 1966, theme.scss */
.products_slider-wrap + * {
  margin-top: -200px; }

/* line 1970, theme.scss */
.products_slider-wraper {
  position: relative; }

/* line 1974, theme.scss */
.products_slider-wraper .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start; }

/* line 1982, theme.scss */
.products_slider_controls-wrap {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  -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;
  position: relative;
  width: 40.79%; }

/* line 1997, theme.scss */
.products_slider_controls-wrap > * {
  position: relative; }

/* line 2001, theme.scss */
.products_slider_controls-wrap.position-left {
  background-position: left center;
  padding-right: 8%; }

/* line 2006, theme.scss */
.products_slider_controls-wrap.position-left .products_slider_controls_bg {
  left: 0; }

/* line 2010, theme.scss */
.products_slider_controls-wrap.position-right {
  background-position: right center;
  padding-left: 8%; }

/* line 2015, theme.scss */
.products_slider_controls-wrap.position-right .products_slider_controls_bg {
  right: 0; }

/* line 2019, theme.scss */
.products_slider_controls_bg {
  position: absolute;
  top: 0;
  width: 92%;
  height: 100%; }

/* line 2026, theme.scss */
.products_slider_title {
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  height: 26px;
  margin: 0 0 30px;
  text-transform: uppercase; }

/* line 2035, theme.scss */
.products_slider_title-wrap {
  bottom: -230px;
  position: relative;
  width: 100%; }

/* line 2041, theme.scss */
.products_slider_title span {
  bottom: 0;
  height: 300px;
  left: 50%;
  position: absolute;
  -webkit-transform-origin: -50% 100%;
  -ms-transform-origin: -50% 100%;
  -o-transform-origin: -50% 100%;
  transform-origin: -50% 100%;
  width: 20px; }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-0 {
    -webkit-transform: rotate(0deg) translateX(-100%);
    -ms-transform: rotate(0deg) translateX(-100%);
    -o-transform: rotate(0deg) translateX(-100%);
    transform: rotate(0deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-1 {
    -webkit-transform: rotate(4.5deg) translateX(-100%);
    -ms-transform: rotate(4.5deg) translateX(-100%);
    -o-transform: rotate(4.5deg) translateX(-100%);
    transform: rotate(4.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-2 {
    -webkit-transform: rotate(9deg) translateX(-100%);
    -ms-transform: rotate(9deg) translateX(-100%);
    -o-transform: rotate(9deg) translateX(-100%);
    transform: rotate(9deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-3 {
    -webkit-transform: rotate(13.5deg) translateX(-100%);
    -ms-transform: rotate(13.5deg) translateX(-100%);
    -o-transform: rotate(13.5deg) translateX(-100%);
    transform: rotate(13.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-4 {
    -webkit-transform: rotate(18deg) translateX(-100%);
    -ms-transform: rotate(18deg) translateX(-100%);
    -o-transform: rotate(18deg) translateX(-100%);
    transform: rotate(18deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-5 {
    -webkit-transform: rotate(22.5deg) translateX(-100%);
    -ms-transform: rotate(22.5deg) translateX(-100%);
    -o-transform: rotate(22.5deg) translateX(-100%);
    transform: rotate(22.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-6 {
    -webkit-transform: rotate(27deg) translateX(-100%);
    -ms-transform: rotate(27deg) translateX(-100%);
    -o-transform: rotate(27deg) translateX(-100%);
    transform: rotate(27deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-7 {
    -webkit-transform: rotate(31.5deg) translateX(-100%);
    -ms-transform: rotate(31.5deg) translateX(-100%);
    -o-transform: rotate(31.5deg) translateX(-100%);
    transform: rotate(31.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-8 {
    -webkit-transform: rotate(36deg) translateX(-100%);
    -ms-transform: rotate(36deg) translateX(-100%);
    -o-transform: rotate(36deg) translateX(-100%);
    transform: rotate(36deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-9 {
    -webkit-transform: rotate(40.5deg) translateX(-100%);
    -ms-transform: rotate(40.5deg) translateX(-100%);
    -o-transform: rotate(40.5deg) translateX(-100%);
    transform: rotate(40.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-10 {
    -webkit-transform: rotate(45deg) translateX(-100%);
    -ms-transform: rotate(45deg) translateX(-100%);
    -o-transform: rotate(45deg) translateX(-100%);
    transform: rotate(45deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-11 {
    -webkit-transform: rotate(49.5deg) translateX(-100%);
    -ms-transform: rotate(49.5deg) translateX(-100%);
    -o-transform: rotate(49.5deg) translateX(-100%);
    transform: rotate(49.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-12 {
    -webkit-transform: rotate(54deg) translateX(-100%);
    -ms-transform: rotate(54deg) translateX(-100%);
    -o-transform: rotate(54deg) translateX(-100%);
    transform: rotate(54deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-13 {
    -webkit-transform: rotate(58.5deg) translateX(-100%);
    -ms-transform: rotate(58.5deg) translateX(-100%);
    -o-transform: rotate(58.5deg) translateX(-100%);
    transform: rotate(58.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-14 {
    -webkit-transform: rotate(63deg) translateX(-100%);
    -ms-transform: rotate(63deg) translateX(-100%);
    -o-transform: rotate(63deg) translateX(-100%);
    transform: rotate(63deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-15 {
    -webkit-transform: rotate(67.5deg) translateX(-100%);
    -ms-transform: rotate(67.5deg) translateX(-100%);
    -o-transform: rotate(67.5deg) translateX(-100%);
    transform: rotate(67.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-16 {
    -webkit-transform: rotate(72deg) translateX(-100%);
    -ms-transform: rotate(72deg) translateX(-100%);
    -o-transform: rotate(72deg) translateX(-100%);
    transform: rotate(72deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-17 {
    -webkit-transform: rotate(76.5deg) translateX(-100%);
    -ms-transform: rotate(76.5deg) translateX(-100%);
    -o-transform: rotate(76.5deg) translateX(-100%);
    transform: rotate(76.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-18 {
    -webkit-transform: rotate(81deg) translateX(-100%);
    -ms-transform: rotate(81deg) translateX(-100%);
    -o-transform: rotate(81deg) translateX(-100%);
    transform: rotate(81deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-19 {
    -webkit-transform: rotate(85.5deg) translateX(-100%);
    -ms-transform: rotate(85.5deg) translateX(-100%);
    -o-transform: rotate(85.5deg) translateX(-100%);
    transform: rotate(85.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-20 {
    -webkit-transform: rotate(90deg) translateX(-100%);
    -ms-transform: rotate(90deg) translateX(-100%);
    -o-transform: rotate(90deg) translateX(-100%);
    transform: rotate(90deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-21 {
    -webkit-transform: rotate(94.5deg) translateX(-100%);
    -ms-transform: rotate(94.5deg) translateX(-100%);
    -o-transform: rotate(94.5deg) translateX(-100%);
    transform: rotate(94.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-22 {
    -webkit-transform: rotate(99deg) translateX(-100%);
    -ms-transform: rotate(99deg) translateX(-100%);
    -o-transform: rotate(99deg) translateX(-100%);
    transform: rotate(99deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-23 {
    -webkit-transform: rotate(103.5deg) translateX(-100%);
    -ms-transform: rotate(103.5deg) translateX(-100%);
    -o-transform: rotate(103.5deg) translateX(-100%);
    transform: rotate(103.5deg) translateX(-100%); }
  /* line 2055, theme.scss */
  .products_slider_title span.letter-24 {
    -webkit-transform: rotate(108deg) translateX(-100%);
    -ms-transform: rotate(108deg) translateX(-100%);
    -o-transform: rotate(108deg) translateX(-100%);
    transform: rotate(108deg) translateX(-100%); }

/* line 2064, theme.scss */
.products_slider_subcoll_list {
  margin-bottom: 40px;
  position: relative; }

/* line 2069, theme.scss */
.products_slider_subcoll_list:after {
  background-image: url("products_line.png");
  background-position: center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: -20px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%; }

/* line 2083, theme.scss */
.products_slider_subcoll_list .collection_link-item {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 2093, theme.scss */
.products_slider_subcoll_list .collection_link-item a {
  font-family: "Franklin Gothic Demi Cond";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase; }

/* line 2100, theme.scss */
.products_slider_subcoll_list .collection_link-item-title {
  text-transform: uppercase; }

/* line 2104, theme.scss */
.products_slider_subcoll_list .collection_link-item .fa {
  font-size: 1.5em;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px); }

/* line 2112, theme.scss */
.products_slider_subcoll_item + .products_slider_subcoll_item {
  margin-left: 85px; }

/* line 2116, theme.scss */
.products_slider_subcoll_item-link {
  color: #3a3734;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

/* line 2127, theme.scss */
.products_slider_subcoll_item-link:hover {
  color: #938256; }

/* line 2131, theme.scss */
.products_slider_subcoll_item.active .products_slider_subcoll_item-link {
  color: #938256; }

/* line 2135, theme.scss */
.products_slider_buttons_controls {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  left: -85px;
  position: absolute;
  top: -webkit-calc(50% - 100px);
  top: calc(50% - 100px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: -webkit-calc(100% + (85px * 2));
  width: calc(100% + (85px * 2)); }

/* line 2153, theme.scss */
.products_slider_buttons_controls > [class*=products_slider-button] {
  margin-top: 0; }

/* line 2157, theme.scss */
.products_slider_buttons_controls > [class*=products_slider-button] svg {
  fill: #3a3734;
  stroke: #3a3734; }

@media screen and (max-width: 1024px) {
  /* line 2163, theme.scss */
  .products_slider_subcoll_item + .products_slider_subcoll_item {
    margin-left: 40px; }

  /* line 2167, theme.scss */
  .products_slider_subcoll_item-link {
    font-size: 20px; } }
@media screen and (max-width: 768px) {
  /* line 2172, theme.scss */
  .products_slider-wrap {
    padding-left: 0;
    padding-right: 0; }

  /* line 2177, theme.scss */
  .products_slider-wraper {
    margin-bottom: 90px; }

  /* line 2181, theme.scss */
  .products_slider_subcoll_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px; }

  /* line 2188, theme.scss */
  .products_slider_subcoll_list:after {
    -webkit-background-size: auto 100%;
    background-size: auto 100%; }

  /* line 2193, theme.scss */
  .products_slider_subcoll_list .collection_link-item {
    bottom: -5px;
    top: auto; }

  /* line 2198, theme.scss */
  .products_slider_subcoll_item {
    width: 100%; }

  /* line 2202, theme.scss */
  .products_slider_subcoll_item + .products_slider_subcoll_item {
    margin: 10px 0 0; }

  /* line 2206, theme.scss */
  .products_slider_buttons_controls {
    bottom: 145px;
    left: 0;
    top: auto;
    width: 100%;
    z-index: 10; } }
/*=========================================
  INSTAGRAM
=========================================*/
/* line 2217, theme.scss */
.instagram-title {
  color: #fcf5dd;
  font-family: 'Gabriela';
  font-size: 24px;
  text-transform: uppercase; }

/* line 2224, theme.scss */
.instagram-title span {
  display: inline-block;
  vertical-align: middle; }

/* line 2229, theme.scss */
.instagram-icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  fill: #938256;
  margin-right: 5px;
  vertical-align: middle; }

/* line 2237, theme.scss */
.instagram-list {
  margin-top: 45px; }

/* line 2241, theme.scss */
.instagram-list .image-container {
  position: relative; }

/* line 2245, theme.scss */
.instagram-list .image-container:after {
  background-color: rgba(31, 30, 28, 0.7);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 100%; }

/* line 2258, theme.scss */
.instagram-list .image-container:hover:after {
  background-color: rgba(31, 30, 28, 0.2); }

@media screen and (max-width: 480px) {
  /* line 2263, theme.scss */
  .instagram-list {
    margin-top: 5px; } }
/*=========================================
  MAIN-MENU
=========================================*/
/* line 2270, theme.scss */
.main-header .main-menu-item {
  display: inline-block;
  position: static;
  vertical-align: middle;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  -moz-box-flex: 1;
  flex: 1 1; }

/* line 2281, theme.scss */
.main-header .main-menu-item.level-1 {
  border-bottom: 1px solid #171616; }

/* line 2285, theme.scss */
.main-header .main-menu-item.level-1 + .menu-item {
  border-left: 1px solid #171616; }

/* line 2289, theme.scss */
.main-header .main-menu-item.level-1 > .menu-link {
  color: #c4803f;
  display: block;
  font-family: "Franklin Gothic Medium Cond";
  letter-spacing: 1.6px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }

/* line 2302, theme.scss */
.main-header .main-menu-item.level-1 > .menu-link .main-menu-title {
  display: inline-block;
  line-height: 65px;
  padding: 0 23%;
  position: relative;
  z-index: 10; }

/* line 2310, theme.scss */
.main-header .main-menu-item.level-1 > .menu-link .svg-sale-dims {
  height: 43px;
  width: 43px;
  position: absolute;
  right: 0;
  top: -10px; }

/* line 2317, theme.scss */
.main-header .main-menu-item.level-1 > .menu-link .svg-sale-dims #circle {
  fill: #3a3734;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

/* line 2324, theme.scss */
.main-header .main-menu-item.level-1 > .menu-link .svg-sale-dims #elem {
  fill: #c4803f;
  -webkit-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms; }

/* line 2331, theme.scss */
.main-header .main-menu-item.level-1 > .menu-link .curtains {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5; }

/* line 2341, theme.scss */
.main-header .main-menu-item.level-1 > .menu-link .curtains:before,
.main-header .main-menu-item.level-1 > .menu-link .curtains:after {
  background-color: #c4803f;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  width: 60%;
  z-index: 5;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* line 2359, theme.scss */
.main-header .main-menu-item.level-1 > .menu-link .curtains:before {
  left: -70%; }

/* line 2363, theme.scss */
.main-header .main-menu-item.level-1 > .menu-link .curtains:after {
  right: -70%; }

/* line 2367, theme.scss */
.main-header .main-menu-item.level-1.is-current .menu-link,
.main-header .main-menu-item.level-1:hover .menu-link {
  color: #3a3734; }

/* line 2372, theme.scss */
.main-header .main-menu-item.level-1.is-current .curtains:before,
.main-header .main-menu-item.level-1:hover .curtains:before {
  left: -9%; }

/* line 2377, theme.scss */
.main-header .main-menu-item.level-1.is-current .curtains:after,
.main-header .main-menu-item.level-1:hover .curtains:after {
  right: -9%; }

/* line 2382, theme.scss */
.main-header .main-menu-item.level-1.is-current .svg-sale-dims #circle,
.main-header .main-menu-item.level-1:hover .svg-sale-dims #circle {
  fill: #c4803f; }

/* line 2387, theme.scss */
.main-header .main-menu-item.level-1.is-current .svg-sale-dims #elem,
.main-header .main-menu-item.level-1:hover .svg-sale-dims #elem {
  fill: #3a3734; }

/* line 2392, theme.scss */
.main-header .main-menu-title {
  position: relative;
  z-index: 10; }

/* line 2397, theme.scss */
.main-header .main-menu.level-1 {
  border-left: 1px solid #171616;
  border-right: 1px solid #171616;
  margin: 0;
  padding: 0;
  position: relative; }

/* line 2405, theme.scss */
.main-header .main-menu.level-2 {
  background-color: rgba(58, 55, 52, 0.95);
  left: 0;
  margin: 0;
  overflow: hidden !important;
  position: absolute;
  top: 100%;
  width: 100%; }

/* line 2415, theme.scss */
.main-header .main-menu.level-2:not(div) {
  padding: 20px; }

/* line 2419, theme.scss */
.main-header .main-menu.level-2 .collections-list {
  padding: 60px 20px 60px 100px; }

/* line 2423, theme.scss */
.main-header .main-menu.level-2 .collections-list .menu-item.level-2 {
  display: table; }

/* line 2427, theme.scss */
.main-header .main-menu.level-2 .collections-list .menu-item.level-2 > .menu-link {
  color: #fcf5dd;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

/* line 2436, theme.scss */
.main-header .main-menu.level-2 .collections-list .menu-item.level-2 > .menu-link:hover {
  color: #938256; }

/* line 2440, theme.scss */
.main-header .main-menu.level-2 .collections-list .menu-item.level-2 > .menu-link [class*=-products_count] {
  margin-left: 5px; }

/* line 2444, theme.scss */
.main-header .main-menu-marker {
  display: none; }

/* line 2448, theme.scss */
.main-header .main-menu .produkts-list {
  padding: 85px 90px;
  position: relative; }

/* line 2453, theme.scss */
.main-header .main-menu .produkts-list:before {
  background-color: #fcf5dd;
  content: '';
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 1px; }

/* line 2463, theme.scss */
.main-header .main-menu .produkts-list .header_product-item {
  margin: 0 auto;
  max-width: 300px;
  padding: 0 40px; }

/* line 2469, theme.scss */
.main-header .main-menu .produkts-list .header_product-item .image-wrap {
  display: block;
  line-height: 0;
  overflow: hidden;
  padding-top: 100%;
  position: relative; }

/* line 2477, theme.scss */
.main-header .main-menu .produkts-list .header_product-item .image-wrap .image-wrap-inner {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 2488, theme.scss */
.main-header .main-menu .produkts-list .header_product-item .product-link {
  display: block;
  position: relative; }

/* line 2493, theme.scss */
.main-header .main-menu .produkts-list .header_product-item .product_data {
  color: #f2f7f1;
  display: block;
  font-family: "Franklin Gothic Demi Cond";
  text-align: center; }

/* line 2500, theme.scss */
.main-header .main-menu .produkts-list .header_product-item .product_title {
  display: block;
  margin-top: 10px; }

/* line 2505, theme.scss */
.main-header .main-menu .produkts-list .header_product-item .product_price {
  display: block;
  margin-top: 15px; }

/* line 2510, theme.scss */
.main-menu-marker {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 50% 50%;
  background-size: 50%;
  display: inline-block;
  float: right;
  outline: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  vertical-align: middle; }

/* line 2526, theme.scss */
.main-menu-marker.is-button-active {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }

@media screen and (max-width: 1200px) {
  /* line 2534, theme.scss */
  .produkts-list .header_product-item:nth-of-type(2) {
    display: none; } }
@media screen and (max-width: 1024px) {
  /* line 2540, theme.scss */
  .produkts-list .header_product-item {
    padding: 0; }

  /* line 2544, theme.scss */
  .produkts-list {
    padding-bottom: 20px;
    padding-top: 20px; } }
/*=========================================
  MENU
=========================================*/
/* line 2552, theme.scss */
.menu-item.is-drop_anchor > .menu.is-drop_target {
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 2559, theme.scss */
.menu-item.is-drop_anchor:hover > .menu.is-drop_target {
  display: block;
  max-height: 10000px;
  opacity: 1;
  overflow: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible; }

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

/* line 2568, theme.scss */
.category_menu-wrap {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #938256;
  padding: 40px 10px 35px 40px; }

/* line 2575, theme.scss */
.category_menu-wrap-title {
  color: #3a3734;
  display: block;
  margin-bottom: 30px; }

/* line 2581, theme.scss */
.category_menu-item {
  position: relative; }

/* line 2585, theme.scss */
.category_menu-item.is-current > a .category_menu-title {
  color: #c4803f; }

/* line 2589, theme.scss */
.category_menu-marker {
  background-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c4803f;
  color: #3a3734;
  height: 20px;
  line-height: 20px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: .5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px; }

/* line 2609, theme.scss */
.category_menu-title {
  color: #3a3734;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 2616, theme.scss */
.category_menu-title:hover {
  color: #c4803f; }

/* line 2620, theme.scss */
.category_menu-products_count {
  color: #c4803f; }

/* line 2624, theme.scss */
.category_menu.level-2 {
  list-style: none;
  padding-left: 10px; }

/*=========================================
  MOBILE_MENU
=========================================*/
/* line 2631, theme.scss */
.ajs-panel.at-left-position {
  background-color: #45413e;
  width: 320px; }

/* line 2636, theme.scss */
.ajs-panel.at-left-position .ajs-content {
  padding-left: 0;
  padding-right: 0; }

/* line 2641, theme.scss */
.ajs-panel.at-left-position .collection-filter {
  background: #fff; }

/* line 2645, theme.scss */
.ajs-panel .logotype {
  display: block;
  text-align: center; }

/* line 2650, theme.scss */
.ajs-panel .for_items > * {
  border-bottom: 1px solid #938256;
  margin-bottom: 20px;
  padding-bottom: 20px; }

/* line 2656, theme.scss */
.ajs-panel .for_items .top-menu {
  list-style: none; }

/* line 2660, theme.scss */
.ajs-panel .for_items .top-menu .menu-link {
  padding: 5px 0; }

/* line 2664, theme.scss */
.ajs-panel .for_items .main-menu {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
  position: static !important; }

/* line 2671, theme.scss */
.ajs-panel .for_items .main-menu .menu-item {
  width: 100%; }

/* line 2675, theme.scss */
.ajs-panel .for_items .main-menu .menu-link {
  padding: 5px 0; }

/* line 2679, theme.scss */
.ajs-panel .for_items .main-menu .main-menu {
  display: none !important; }

/* line 2683, theme.scss */
.ajs-panel .for_items .main-menu .main-menu.is-visible {
  display: block !important;
  max-height: 1000px;
  opacity: 1;
  visibility: visible; }

/* line 2690, theme.scss */
.ajs-panel .for_items .main-menu .collections-list {
  padding-left: 10px;
  list-style: none;
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

/* line 2699, theme.scss */
.ajs-panel .for_items .svg-sale-dims,
.ajs-panel .for_items .produkts-list {
  display: none; }

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

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

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

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

/* line 2738, theme.scss */
.feedback-field-wrap {
  margin: auto; }

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

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

/* line 2751, theme.scss */
.form-done {
  color: #938256; }

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

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

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

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

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

/*.modal-hide {
  display: none;
}*/
/*=========================================
  NO_JS_ALERT
=========================================*/
/* line 2791, theme.scss */
#close-njs-alert:target {
  display: none; }

/* line 2795, 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 2811, theme.scss */
.njs-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  font-size: 40px;
  line-height: 1;
  font-weight: normal; }

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

@media (max-width: 640px) {
  /* line 2830, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 2839, 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 2862, theme.scss */
.njs-alert p {
  font-size: 18px;
  line-height: 23px; }

@media (max-width: 640px) {
  /* line 2868, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/*=========================================
  PRODUCT_INFO
=========================================*/
/* line 2880, theme.scss */
.product-main {
  margin-bottom: 20px;
  padding-right: 25px; }

/* line 2885, theme.scss */
.product-info {
  padding-left: 20px; }

/* line 2889, theme.scss */
.product-info .product-title {
  font-family: 'Gabriela';
  font-size: 24px;
  letter-spacing: 2.4px;
  margin: 20px 0 0;
  text-transform: uppercase; }

/* line 2897, theme.scss */
.product-info .product-sku {
  color: #938256;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle; }

/* line 2904, theme.scss */
.product-info .product-sku-wrap {
  margin-top: 15px; }

/* line 2908, theme.scss */
.product-info .product-available {
  font-size: 14px;
  color: #938256; }

/* line 2913, theme.scss */
.product-info .product-available:before {
  content: url(yes.png);
  margin-right: 5px; }

/* line 2918, theme.scss */
.product-info .product-data-wrap {
  margin-top: 35px; }

/* line 2922, theme.scss */
.product-info .product-short_description {
  color: #938256;
  margin-top: 15px; }

/* line 2927, theme.scss */
.product-info .star-rating-wrapper {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle; }

/* line 2933, theme.scss */
.product-info .bttn-favorite {
  background: none;
  margin-bottom: 15px;
  padding: 0; }

/* line 2939, theme.scss */
.product-info .bttn-favorite svg {
  height: 19px;
  width: 25px;
  display: inline-block;
  fill: none;
  stroke-width: 20px;
  stroke: #c4803f; }

/* line 2948, theme.scss */
.product-info .bttn-favorite.is-added svg {
  fill: #c4803f; }

/* line 2952, theme.scss */
.product-info .bttn-favorite:hover svg {
  stroke: #ca8d53; }

/* line 2956, theme.scss */
.product-info .option-selector {
  margin-bottom: 15px;
  margin-top: 15px; }

/* line 2961, theme.scss */
.product-info .option-selector .option + .option {
  margin-top: 15px; }

/* line 2965, theme.scss */
.product-info .option-selector .option-label {
  color: #938256;
  font-size: 12px;
  margin-bottom: 10px; }

/* line 2971, theme.scss */
.product-info .option-selector .option-label:before {
  color: #c4803f;
  content: '*';
  display: inline-block;
  font-size: 2em;
  height: 12px;
  line-height: 12px;
  margin-right: 6px;
  vertical-align: middle; }

/* line 2982, theme.scss */
.product-buy {
  margin: 20px 0 0; }

/* line 2986, theme.scss */
.product-buy button {
  width: 100%; }

/* line 2990, theme.scss */
.product-buy .product-price {
  font-size: 21px !important; }

/* line 2994, theme.scss */
.product-buy .product-old_price span {
  color: #d6a77a;
  display: inline-block;
  font-size: 14px;
  margin: 10px 0 0 35px; }

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

/* line 3005, theme.scss */
.props .property + .property {
  margin-top: 7px; }

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

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

/* line 3019, 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 3028, theme.scss */
.props label:after {
  content: '';
  height: 1px;
  border-bottom: 1px dashed #2a2a29;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0; }

/* line 3038, theme.scss */
.product-old_price span {
  text-decoration: line-through;
  color: #555555; }

@media screen and (max-width: 1200px) {
  /* line 3044, theme.scss */
  .product-main {
    padding-right: 0; } }
@media screen and (max-width: 1024px) {
  /* line 3049, theme.scss */
  .wholesale {
    margin-top: 20px; } }
@media screen and (max-width: 768px) {
  /* line 3054, theme.scss */
  .product-info {
    padding-left: 0; } }
@media screen and (max-width: 480px) {
  /* line 3059, theme.scss */
  .props label {
    width: 100%; }

  /* line 3063, theme.scss */
  .props .property + .property label {
    margin-top: 15px; } }
/*=========================================
  PRODUCT_REVIEWS
=========================================*/
/* line 3070, theme.scss */
.form-row {
  margin-bottom: 1rem; }

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

/* line 3080, theme.scss */
.form-field {
  border-color: #3a3734;
  width: 100%; }

/* line 3085, theme.scss */
.form-field.text-field.is-textarea {
  line-height: 1.3;
  min-height: 100px;
  padding: 5px 15px;
  width: 100%; }

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

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

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

/* line 3104, theme.scss */
.reviews-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px; }

/* line 3110, theme.scss */
.reviews-item {
  padding: 5px 0; }

/* line 3114, theme.scss */
.reviews-item + .reviews-item {
  border-top: 1px solid #938256; }

/*=========================================
  TABS
=========================================*/
/* line 3122, theme.scss */
.tabs-box {
  border: 1px solid #938256;
  margin-top: -1px; }

/* line 3127, theme.scss */
.tabs-box .sizes-wrap {
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  border-left: 1px solid #938256;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100%;
  padding: 25px; }

/* line 3139, theme.scss */
.tabs-box .sizes-title {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22#938256%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M 121.014 38.505 C 121.014 39.145 120.684 39.735 120.154 40.065 L 61.454 76.735 C 60.884 77.095 60.154 77.095 59.564 76.735 L 0.864 40.065 C 0.327 39.728 0 39.139 0 38.505 C 0 37.871 0.327 37.281 0.864 36.945 L 59.564 0.275 C 60.145 -0.092 60.884 -0.092 61.464 0.275 L 120.154 36.945 C 120.684 37.275 121.014 37.865 121.014 38.505 L 121.014 38.505 Z%22%20%2F%3E%3C%2Fsvg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 121.014 77.005' xmlns:xlink='http://www.w3.org/1999/xlink' %3E%3Cpath fill='%23938256' stroke='transparent' stroke-width='0' style='' d='M 121.014 38.505 C 121.014 39.145 120.684 39.735 120.154 40.065 L 61.454 76.735 C 60.884 77.095 60.154 77.095 59.564 76.735 L 0.864 40.065 C 0.327 39.728 0 39.139 0 38.505 C 0 37.871 0.327 37.281 0.864 36.945 L 59.564 0.275 C 60.145 -0.092 60.884 -0.092 61.464 0.275 L 120.154 36.945 C 120.684 37.275 121.014 37.865 121.014 38.505 L 121.014 38.505 Z' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  padding: 25px 20px;
  text-align: center;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 120px; }

/* line 3158, theme.scss */
.tabs-box .sizes-title:hover {
  color: #fcf5dd;
  opacity: 0.7; }

/* line 3163, theme.scss */
.tabs-box .sizes-text {
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  margin: 30px 0 0;
  width: 100%; }

/* line 3170, theme.scss */
.tabs-box .sizes .ask-question-show {
  margin-top: 15px; }

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

/* line 3180, 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 3190, theme.scss */
.tabs-target {
  display: none;
  padding: 40px; }

/* line 3195, theme.scss */
.tabs {
  margin-bottom: 20px;
  margin-top: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 3204, theme.scss */
.tabs-item {
  background-color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid #938256;
  color: #938256;
  cursor: pointer;
  display: inline-block;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  letter-spacing: 1.4px;
  outline: none;
  padding: 20px 70px;
  position: relative;
  text-transform: uppercase;
  vertical-align: top; }
  /* line 3222, theme.scss */
  .tabs-item:nth-of-type(1) {
    z-index: 10; }
  /* line 3222, theme.scss */
  .tabs-item:nth-of-type(2) {
    z-index: 9; }
  /* line 3222, theme.scss */
  .tabs-item:nth-of-type(3) {
    z-index: 8; }
  /* line 3222, theme.scss */
  .tabs-item:nth-of-type(4) {
    z-index: 7; }
  /* line 3222, theme.scss */
  .tabs-item:nth-of-type(5) {
    z-index: 6; }
  /* line 3222, theme.scss */
  .tabs-item:nth-of-type(6) {
    z-index: 5; }
  /* line 3222, theme.scss */
  .tabs-item:nth-of-type(7) {
    z-index: 4; }
  /* line 3222, theme.scss */
  .tabs-item:nth-of-type(8) {
    z-index: 3; }
  /* line 3222, theme.scss */
  .tabs-item:nth-of-type(9) {
    z-index: 2; }
  /* line 3222, theme.scss */
  .tabs-item:nth-of-type(10) {
    z-index: 1; }

/* line 3228, theme.scss */
.tabs-item + .tabs-item {
  margin-left: -20px; }

/* line 3232, theme.scss */
.tabs-item.is-button-active {
  border-bottom-color: #fff;
  color: #3a3734;
  z-index: 20; }

@media screen and (max-width: 768px) {
  /* line 3240, theme.scss */
  .tabs-box {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px; }

  /* line 3246, theme.scss */
  .tabs-box .sizes-wrap {
    border-left: 0;
    border-top: 1px solid #938256; }

  /* line 3251, theme.scss */
  .tabs-box .sizes .ask-question-show {
    display: table;
    margin-left: auto;
    margin-right: auto; }

  /* line 3257, theme.scss */
  .tabs-head.tabs-head {
    padding-right: 0; }

  /* line 3261, theme.scss */
  .tabs-item {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0 0 !important;
    width: 100%; }

  /* line 3268, theme.scss */
  .tabs-item.is-button-active {
    background-color: #938256;
    color: #fcf5dd; } }
/*=========================================
  GALL
=========================================*/
/* line 3276, theme.scss */
.gallery-wrapper {
  padding-right: 20px;
  position: relative; }

/* line 3281, theme.scss */
.gallery-wrapper .stiker {
  left: auto;
  right: 40px; }

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

/* line 3295, 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 3304, theme.scss */
.gallery-thumb {
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -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 3319, theme.scss */
.image-container.is-cover.gallery-thumb > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%; }

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

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

/* line 3351, theme.scss */
.gallery-thumbs-wrap {
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 80px;
  z-index: 10; }

/* line 3361, theme.scss */
.gallery-thumbs-wrap .js-gallery-thumbs {
  height: 100%; }

/* line 3365, theme.scss */
.gallery-slide {
  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; }

/* line 3402, theme.scss */
.gallery-slide > figure.mz-figure {
  width: 100%; }

/* line 3406, theme.scss */
.gallery-slide > figure.mz-figure > img {
  width: 100%; }

@media screen and (max-width: 768px) {
  /* line 3411, theme.scss */
  .gallery-wrapper {
    padding-right: 0; } }
/*=========================================
  PRODUCTS
=========================================*/
/* line 3418, theme.scss */
.products-slider-wrapper {
  position: relative;
  padding: 24px 0; }

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

/*=========================================
  PROMO
=========================================*/
/* line 3430, theme.scss */
.promo-slider-wrapper {
  margin-bottom: 45px; }

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

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

/* line 3443, theme.scss */
.slide-absolute {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 1; }

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

/* line 3459, theme.scss */
.slide-title {
  color: #fcf5dd;
  font-family: 'Gabriela';
  font-size: 3rem;
  font-size: 60px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 360px;
  min-height: 290px;
  position: relative;
  text-transform: uppercase; }

/* line 3472, theme.scss */
.slide-title-text {
  position: relative;
  z-index: 10; }

/* line 3477, theme.scss */
.slide-title .svg-wreath-dims {
  fill: rgba(147, 130, 86, 0.7);
  height: 290px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 281px; }

/* line 3490, theme.scss */
.slide-description {
  color: #fcf5dd;
  font-family: "Franklin Gothic Medium Cond";
  font-size: 16px;
  font-weight: 400;
  margin-top: 25px;
  text-transform: uppercase; }

/* line 3499, theme.scss */
.promo-slider-wrapper .swiper-pagination {
  bottom: 0;
  left: auto;
  right: 40px;
  top: 0;
  width: 12px;
  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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 3523, theme.scss */
.promo-slider-wrapper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fcf5dd;
  height: 12px;
  margin: 0;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 12px; }

/* line 3534, theme.scss */
.promo-slider-wrapper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 30px; }

/* line 3538, theme.scss */
.promo-slider-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #c4803f; }

@media screen and (max-width: 768px) {
  /* line 3543, theme.scss */
  .slide-title {
    font-size: 34px;
    min-height: 200px; }

  /* line 3548, theme.scss */
  .slide-title .svg-wreath-dims {
    height: 200px;
    width: 200px; }

  /* line 3552, theme.scss */
  .slide-description {
    margin-top: 10px; } }
@media screen and (max-width: 480px) {
  /* line 3558, theme.scss */
  .promo-slider-wrapper .swiper-pagination {
    right: 10px; }

  /* line 3562, theme.scss */
  .promo-slider-wrapper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-top: 15px; }

  /* line 3566, theme.scss */
  .slide-title {
    font-size: 17px;
    min-height: 110px; }

  /* line 3571, theme.scss */
  .slide-title-text {
    margin: 0 auto; }

  /* line 3575, theme.scss */
  .slide-title .svg-wreath-dims {
    height: 110px;
    width: 110px; }

  /* line 3579, theme.scss */
  .slide-description {
    font-size: 13px; } }
/*=========================================
  QUANTITY
=========================================*/
/* line 3586, theme.scss */
.quantity-input {
  width: 50px;
  padding: 4px 5px;
  vertical-align: top;
  height: 28px;
  width: 28px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 28px;
  padding: 0;
  text-align: center; }

/* line 3598, theme.scss */
.quantity-label {
  color: #938256;
  font-size: 12px;
  margin-bottom: 10px; }

/* line 3604, theme.scss */
.quantity-label:before {
  color: #c4803f;
  content: '*';
  display: inline-block;
  font-size: 2em;
  height: 12px;
  line-height: 12px;
  margin-right: 6px;
  vertical-align: middle; }

/* line 3615, theme.scss */
.quantity-control {
  border: 0;
  color: #c4803f;
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  height: 20px;
  line-height: 0; }

/* line 3625, theme.scss */
.quantity-control:hover {
  background: transparent;
  color: #938256; }

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

/*=========================================
  RECENTLY_VIEW
=========================================*/
/* line 3640, theme.scss */
.js-recently_view {
  background-color: rgba(242, 247, 241, 0.95);
  padding-top: 55px; }

/* line 3645, theme.scss */
.js-recently_view .index-title {
  padding-top: 15px;
  position: relative;
  text-align: center;
  margin: 0;
  font-family: "Franklin Gothic Demi Cond";
  text-transform: uppercase; }

/* line 3654, theme.scss */
.js-recently_view .index-title:after {
  background-image: url("products_line.png");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  bottom: -20px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%; }

/* line 3668, theme.scss */
.js-recently_view .products-slider {
  margin-top: 10px;
  padding-bottom: 100px;
  padding-top: 10px; }

/* line 3674, theme.scss */
.js-recently_view .products-slider-wrapper {
  padding-left: 115px;
  padding-right: 115px; }

/* line 3679, theme.scss */
.js-recently_view .swiper-button-prev,
.js-recently_view .swiper-button-next {
  background: none;
  height: 31px;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 63px; }

/* line 3688, theme.scss */
.js-recently_view .swiper-button-prev svg,
.js-recently_view .swiper-button-next svg {
  fill: #3a3734;
  stroke: #3a3734; }

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

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

/* line 3702, theme.scss */
.js-recently_view:not(.hide) + * {
  margin-top: -100px; }

@media screen and (max-width: 480px) {
  /* line 3707, theme.scss */
  .js-recently_view .products-slider {
    padding-bottom: 130px; }

  /* line 3711, theme.scss */
  .js-recently_view .products-slider-wrapper {
    padding-left: 0;
    padding-right: 0; }

  /* line 3716, theme.scss */
  .js-recently_view .swiper-button-prev,
  .js-recently_view .swiper-button-next {
    top: -webkit-calc(100% - 130px);
    top: calc(100% - 130px); } }
/*=========================================
  REVIEWS
=========================================*/
/* line 3725, theme.scss */
.author {
  margin-bottom: 10px; }

/*=========================================
  SCROLL_TOP
=========================================*/
/* line 3732, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #938256;
  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 3758, theme.scss */
  .scroll_top {
    display: none; } }
/* line 3763, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

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

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

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

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

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

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

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

/* line 3817, theme.scss */
.search_widget-control {
  background-color: transparent;
  border: 0;
  color: #938256;
  font-family: "FranklinGothBookCTT"; }
  /* line 794, mixins.scss */
  .search_widget-control::-webkit-input-placeholder {
    color: #938256;
    font-family: "FranklinGothBookCTT";
    font-weight: 100; }
  /* line 799, mixins.scss */
  .search_widget-control::-moz-placeholder {
    color: #938256;
    font-family: "FranklinGothBookCTT";
    font-weight: 100; }
  /* line 804, mixins.scss */
  .search_widget-control:-moz-placeholder {
    color: #938256;
    font-family: "FranklinGothBookCTT";
    font-weight: 100; }
  /* line 809, mixins.scss */
  .search_widget-control:-ms-input-placeholder {
    color: #938256;
    font-family: "FranklinGothBookCTT";
    font-weight: 100; }

/* line 3825, theme.scss */
.search_widget-submit {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: center;
  width: 40px; }

/* line 3833, theme.scss */
.search_widget-submit .svg-search-dims {
  fill: #938256;
  height: 40px;
  width: 16px; }

/* line 3839, theme.scss */
.search_widget .hide_search {
  display: inline-block;
  text-align: center;
  width: 40px; }

/* line 3845, theme.scss */
.search_widget .hide_search:before {
  background-color: #938256;
  content: '';
  display: inline-block;
  float: left;
  height: 60%;
  position: relative;
  top: -webkit-calc(20% - 2px);
  top: calc(20% - 2px);
  width: 1px; }

/* line 3857, theme.scss */
.search_widget .svg-close-dims {
  fill: #938256;
  height: 40px;
  width: 16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  SETTINGS_GUIDE
=========================================*/
/* line 3962, theme.scss */
.settings_guide-font-primary::before {
  content: '$font-family-primary: ';
  font-family: "FranklinGothBookCTT"; }

/* line 3967, theme.scss */
.settings_guide-font-primary::after {
  content: "FranklinGothBookCTT";
  font-family: "FranklinGothBookCTT"; }

/* line 3972, theme.scss */
.settings_guide-font-second::before {
  font-family: system-ui;
  content: '$font-family-second: '; }

/* line 3977, theme.scss */
.settings_guide-font-second::after {
  font-family: system-ui;
  content: "system-ui"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  OPTION
=========================================*/
/* line 4149, theme.scss */
.option-value.is-span {
  height: 28px;
  width: 28px;
  background-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #938256;
  color: #938256;
  font-size: 14px;
  line-height: 26px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

/* line 4166, theme.scss */
.option-value.is-span span {
  background-color: #f2f7f1; }

/* line 4170, theme.scss */
.option-value.is-span + .option-value {
  margin-left: 4px; }

/* line 4174, theme.scss */
.option-value.is-span.is-active {
  border-color: #3a3734;
  color: #3a3734; }

/* line 4179, theme.scss */
.option-value.is-span.is-disabled {
  border-color: #beb291;
  color: #beb291;
  position: relative; }

/* line 4185, theme.scss */
.option-value.is-span.is-disabled span {
  position: relative;
  z-index: 10; }

/* line 4190, theme.scss */
.option-value.is-span.is-disabled:before {
  background-color: #beb291;
  content: '';
  height: 200%;
  left: 50%;
  position: absolute;
  top: -50%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 1px; }

/* line 4208, theme.scss */
.option-value.is-color.is-disabled {
  opacity: .6; }

/* line 4212, theme.scss */
.option-selector {
  margin: 0 0 20px;
  width: 100%; }

/* line 4216, theme.scss */
#sizes,
#cart-add {
  display: none; }

@media (max-width: 560px) {
  /* line 4221, theme.scss */
  .fancybox-slide .modal-hide {
    padding: 20px 20px; }

  /* line 4225, theme.scss */
  table#blah {
    max-width: inherit !important;
    font-size: 12px !important; } }
