@charset "UTF-8";
/* line 10, theme.scss */
.star-rating-wrapper {
  *zoom: 1; }

/* line 13, theme.scss */
.cart-area .cart, .cart-area .cart-info {
  display: none; }

/* line 16, theme.scss */
.star-rating-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/* line 22, theme.scss */
.star-rating {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  *zoom: 1; }

/* line 32, theme.scss */
.star-rating label {
  margin-right: 5px; }

/* line 36, theme.scss */
.star-rating:after {
  content: "";
  display: table;
  clear: both; }

/* line 42, theme.scss */
.star-rating .star-radio {
  display: none; }

/* line 46, theme.scss */
.star-rating .star-radio:hover ~ .star-label:after, .star-rating .star-radio:checked ~ .star-label:after {
  content: ""; }

/* line 50, theme.scss */
.star-rating .star-radio:hover ~ .star-label:after {
  color: gold !important; }

/* line 54, theme.scss */
.star-rating .star-radio:checked ~ .star-label:after {
  color: #f28c00; }

/* line 58, theme.scss */
.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem; }

/* line 64, theme.scss */
.star-rating .star-label:after {
  color: goldenrod;
  content: "";
  display: inline-block;
  font-family: "FontAwesome"; }

/* line 71, theme.scss */
.star-rating .star-label:hover:after {
  color: gold; }

/* line 75, theme.scss */
.star-rating .star-label:hover ~ .star-label:after {
  color: gold !important; }

/* line 79, theme.scss */
.star-rating .star-label.active ~ .star-label:after, .star-rating .star-label.active:after {
  content: ""; }

/* line 83, theme.scss */
.star-rating .star-item {
  color: goldenrod;
  float: right;
  overflow: hidden; }

/* line 89, theme.scss */
.star-rating .star-item:after {
  content: "";
  display: inline-block;
  font-family: "FontAwesome"; }

/* line 95, theme.scss */
.star-rating .star-item.active:after {
  color: #f28c00;
  content: ""; }

/* line 100, theme.scss */
.star-rating .star-item.active ~ .star-item:after {
  color: #f28c00;
  content: ""; }

/*.form-field.text-field {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}*/
/* line 112, theme.scss */
.form-row {
  margin-bottom: 1rem; }

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

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

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

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

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

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

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

/* line 143, theme.scss */
#comment_form {
  max-width: 600px; }

/* line 146, theme.scss */
[name="comment[captcha_solution]"] {
  margin-bottom: 10px; }

/* line 149, theme.scss */
.comments-item {
  margin-bottom: 1rem; }

/* line 153, theme.scss */
.comments-list {
  margin-bottom: 3rem; }

/* line 157, theme.scss */
.author {
  margin-right: 10px; }

/* line 161, theme.scss */
.comment-body {
  padding: 10px 0; }

/* line 164, theme.scss */
#review-form {
  padding-top: 20px; }

@media (max-width: 768px) {
  /* line 168, theme.scss */
  #comment_form {
    max-width: 100%; } }
/* line 173, theme.scss */
.list-link {
  text-decoration: none; }

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

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

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

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

/* line 195, theme.scss */
.article_preview {
  height: 100%;
  position: relative; }

/* line 200, theme.scss */
.article_preview-title {
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  word-break: break-word;
  text-align: left; }
  /* line 206, theme.scss */
  .article_preview-title a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }

/* line 212, theme.scss */
.article_preview-blog {
  color: #000000;
  font-size: 14px;
  font-weight: 300; }
  /* line 216, theme.scss */
  .article_preview-blog a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }

/* line 222, theme.scss */
.article_preview-content a {
  color: #000000; }

/* line 225, theme.scss */
.last-articles a {
  color: #000000; }

/* line 228, theme.scss */
.last-articles a:hover {
  color: #ffcc00; }

/* line 233, theme.scss */
.featured-product {
  position: relative; }

/* line 236, theme.scss */
.featured-product .banner-content {
  position: relative;
  background: #fff;
  padding: 30px;
  padding-top: 60px;
  -webkit-box-shadow: 0 4px 8px 1px rgba(0, 1, 1, 0.2);
  box-shadow: 0 4px 8px 1px rgba(0, 1, 1, 0.2); }

/* line 244, theme.scss */
.featured-product .banner-content:before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  height: 10px;
  background: url(rush-top.png) top center repeat-x; }

/* line 253, theme.scss */
.featured-product .title {
  font-family: "PF Din Text Comp Pro";
  font-size: 49px;
  font-weight: 400;
  line-height: 57px;
  text-transform: uppercase; }

/* line 260, theme.scss */
.featured-product .img {
  text-align: center; }

/* line 263, theme.scss */
.featured-product .img img {
  display: block; }

/* line 266, theme.scss */
.featured-product a {
  color: #000000; }

/* line 269, theme.scss */
.featured-product .prod-content-top {
  padding: -webkit-calc(15px + 6%) 0;
  padding: -moz-calc(15px + 6%) 0;
  padding: calc(15px + 6%) 0;
  border-top: 4px solid #ffcc00;
  border-bottom: 4px solid #ffcc00;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  margin-left: 1em;
  margin-bottom: 30px; }

/* line 281, theme.scss */
.featured-product .subtitle {
  font-family: "PF Din Text Comp Pro";
  font-size: 30px;
  font-weight: 400;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.5em; }

/* line 290, theme.scss */
.featured-product .prod-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 18px; }

/* line 310, theme.scss */
.product-icons {
  text-align: right;
  display: block;
  width: 100%; }

/* line 315, theme.scss */
.product-icons li {
  font-family: "PF Din Text Comp Pro";
  font-size: 16px;
  font-weight: 400;
  display: inline;
  margin-left: 20px; }

/* line 322, theme.scss */
.product-icons i {
  vertical-align: middle;
  position: relative;
  top: -2px; }

/* line 327, theme.scss */
.featured-product .price {
  font-size: 30px;
  font-weight: 500;
  background: #fff;
  padding-left: 30px;
  line-height: 2;
  display: block;
  position: absolute;
  right: 0;
  bottom: -35px; }

/* line 338, theme.scss */
.featured-picture {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 15%);
  -moz-transform: translate(-50%, 15%);
  -ms-transform: translate(-50%, 15%);
  -o-transform: translate(-50%, 15%);
  transform: translate(-50%, 15%); }

/* line 348, theme.scss */
.banners {
  width: 100%;
  position: relative;
  z-index: 200;
  background: url(mazok.png) center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 40px;
  margin-bottom: 30px; }

/* line 359, theme.scss */
.banners-bg {
  position: relative;
  padding-top: 10px;
  margin-top: -70px;
  overflow: hidden; }

/* line 365, theme.scss */
.banners-bg:after {
  content: '';
  position: absolute;
  top: 60px;
  bottom: 80px;
  left: 0;
  right: 0;
  width: 100%;
  background: #efefef; }

/* line 375, theme.scss */
.small-banners {
  padding-top: 90px; }

/* line 378, theme.scss */
.small-banners .banner {
  position: relative;
  display: block; }

/* line 382, theme.scss */
.small-banners img {
  display: block;
  width: 100%; }

/* line 386, theme.scss */
.small-banners .banner-text {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px 15px 15px 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  color: #fff;
  font-family: "PF Din Text Comp Pro";
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s; }

/* line 405, theme.scss */
.banners .container {
  padding: 0; }

/* line 408, theme.scss */
.small-banners .banner-1 {
  margin-bottom: 25px; }

/* line 411, theme.scss */
.small-banners a:hover .banner-text {
  color: #ffcc00; }

/* line 414, theme.scss */
.small-banners .banner-3 img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%; }

/* line 421, theme.scss */
.small-banners .banner.banner-3 {
  position: relative;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

@media (max-width: 1024px) {
  /* line 429, theme.scss */
  .small-banners {
    padding: 50px;
    padding-top: 70px; }

  /* line 433, theme.scss */
  .banners .cell-5-md {
    padding-right: 10px !important; }

  /* line 436, theme.scss */
  .banners-bg {
    margin-top: -10px; }

  /* line 439, theme.scss */
  .featured-product .banner-content {
    padding-top: 40px; } }
@media (max-width: 768px) {
  /* line 444, theme.scss */
  .banners-bg:after {
    bottom: 0; }

  /* line 447, theme.scss */
  .banners {
    margin-bottom: 0;
    padding-bottom: 20px; } }
@media (max-width: 480px) {
  /* line 454, theme.scss */
  .featured-product .title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px; }

  /* line 460, theme.scss */
  .featured-product .img img {
    margin: 0 auto; }

  /* line 463, theme.scss */
  .featured-product .prod-content-top {
    margin-left: 0; } }
/** breadcrumb */
/* line 469, theme.scss */
.breadcrumb {
  list-style: none;
  margin: 0; }

/* line 474, theme.scss */
.breadcrumb-item {
  display: inline-block;
  vertical-align: baseline; }

/* line 478, theme.scss */
.breadcrumb-item:not(:last-child):after {
  content: '>';
  color: #fff;
  margin: 0 4px; }

/* line 483, theme.scss */
.breadcrumb {
  font-size: 14px;
  color: #fff; }

/* line 487, theme.scss */
.breadcrumb-item:not(:last-child):after {
  content: '>';
  color: #fff;
  margin: 0 4px; }

/* line 492, theme.scss */
.breadcrumb a {
  color: #fff; }

/* line 495, theme.scss */
.breadcrumb span {
  color: #ffcc00; }

/* line 498, theme.scss */
.breadcrumb-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
  max-width: 24%;
  text-align: right; }

@media (max-width: 768px) {
  /* line 507, theme.scss */
  .breadcrumb-wrapper {
    position: static;
    right: 0;
    width: 100%;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: inherit; } }
/* line 521, theme.scss */
.form-row {
  margin-bottom: 10px; }

/* line 524, theme.scss */
.form-row .textfield, .m-input-field, input.textfield {
  width: 100%;
  line-height: 30px;
  padding: 0 5px;
  font-family: inherit;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
  border: 1px solid #cccccc;
  font-weight: 300; }

/* line 539, theme.scss */
.form-row input.textfield, input.textfield, .m-input-field {
  height: 30px; }

/* line 542, theme.scss */
.form-row textarea, .textarea {
  height: 100px;
  font-weight: 300; }

/* line 546, theme.scss */
.form-row label {
  display: block;
  margin-bottom: 5px; }

/* line 550, theme.scss */
.form-popup {
  min-width: 300px;
  width: 90%;
  max-width: 400px; }

/* line 555, theme.scss */
.form-row.required label:after {
  content: '*';
  color: #fd2f2f;
  display: inline-block; }

/* line 560, theme.scss */
input.is-error {
  border-color: red !important; }

/* line 564, theme.scss */
.is-error {
  color: red !important; }

/* line 567, theme.scss */
.ajs-message {
  color: #fff;
  border: 2px solid #fff; }

/* line 572, theme.scss */
.card {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 593, theme.scss */
.card .image-container img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(-50%);
  /* IE 9 */
  -webkit-transform: translateZ(-50%);
  /* Chrome, Safari, Opera */
  transform: translateZ(-50%); }

/*
.card:hover .image-container img {
  transform: translate(-50%, -50%) scale(1.05,1.05);
}
*/
/* line 608, theme.scss */
.card-title {
  margin-bottom: 5px; }
  /* line 610, theme.scss */
  .card-title a {
    margin-bottom: 20px;
    color: #000000; }

/* line 615, theme.scss */
.card-title .title {
  font-family: "PF Din Text Comp Pro";
  font-size: 20px;
  font-weight: 400;
  display: block;
  line-height: 1.2; }

/* line 623, theme.scss */
.card-title .descr {
  font-size: 15px;
  display: block;
  font-weight: 300;
  height: 42px;
  line-height: 1.4;
  overflow: hidden; }

/* line 631, theme.scss */
.card .card-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 44px; }

/* line 649, theme.scss */
.card .card-bottom ul li {
  display: block;
  line-height: 1.4; }

/* line 653, theme.scss */
.card .card-bottom .product-icons {
  width: auto;
  text-align: left; }

/* line 657, theme.scss */
.card .card-bottom .product-icons li {
  margin-left: 0; }

/* line 660, theme.scss */
.is-old-price .card-price {
  color: #dc2926; }

/* line 663, theme.scss */
.card-prices.is-old-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 678, theme.scss */
.card-old_price {
  color: #cccccc;
  font-size: 19px;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 5px;
  position: relative;
  bottom: -3px; }

/* line 688, theme.scss */
.item-quantity-input.in-cart {
  width: 38px;
  font-family: inherit;
  font-size: 18px;
  border: 0;
  text-align: center;
  font-weight: 300; }

/* line 696, theme.scss */
.item-delete {
  border: none;
  background: none;
  font-family: "PF Din Text Comp Pro";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap; }

/* line 706, theme.scss */
.item-delete span {
  font-size: 18px;
  margin-left: 2px; }

/* line 710, theme.scss */
.item-remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-basis: -webkit-calc(10% - 5px);
  -ms-flex-preferred-size: calc(10% - 5px);
  flex-basis: -moz-calc(10% - 5px);
  flex-basis: calc(10% - 5px);
  max-width: -webkit-calc(10% - 5px);
  max-width: -moz-calc(10% - 5px);
  max-width: calc(10% - 5px);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 734, theme.scss */
.item-money, .item-total_price {
  font-size: 24px;
  font-weight: 500; }

/* line 738, theme.scss */
.item-total_price {
  padding: 30% 0 15% 0; }

/* line 741, theme.scss */
.item-quantity {
  padding: 15% 0 30% 0;
  font-size: 12px; }

/* line 745, theme.scss */
.item-info .item-title {
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
  padding: 0 10px; }

/* line 761, theme.scss */
.item-title a {
  color: #000000;
  font-family: "PF Din Text Comp Pro";
  font-size: 18px;
  font-weight: 400; }

/* line 767, theme.scss */
.item-variant {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #cccccc;
  margin: 0 -10px;
  padding: 0 10px; }

/* line 795, theme.scss */
.item-price-cell, .item-props {
  max-width: 12%;
  -webkit-flex-basis: 12%;
  -ms-flex-preferred-size: 12%;
  flex-basis: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 823, theme.scss */
.item-props ul {
  text-align: left;
  line-height: 2; }

/* line 827, theme.scss */
.cart-form .cart-item {
  margin-bottom: -1px; }

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

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

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

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

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

/* line 857, theme.scss */
.filter-checkbox {
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #3A4145;
  left: 0;
  top: 5px; }

/* line 865, 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;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms; }

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

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

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

/* line 891, theme.scss */
.collection-order-wrapper {
  padding-bottom: 2rem; }

/* line 894, theme.scss */
.collection-order {
  line-height: 1;
  font-size: 1.6rem; }

/* line 899, theme.scss */
footer {
  background: url(footer.png) bottom center no-repeat #000;
  color: #fff;
  padding: 5% 0;
  padding-bottom: -webkit-calc(3% + 60px);
  padding-bottom: -moz-calc(3% + 60px);
  padding-bottom: calc(3% + 60px); }

/* line 907, theme.scss */
footer a {
  color: #fff; }

/* line 910, theme.scss */
footer a:hover {
  color: #ffcc00; }

/* line 913, theme.scss */
footer .copy {
  padding-top: 35px;
  border-top: 7px solid #ffcc00;
  font-size: 13px;
  font-weight: 300;
  display: inline-block; }

/* line 920, theme.scss */
footer .foot-logo .icon-logo {
  color: #fff;
  font-size: 135px; }

/* line 924, theme.scss */
footer .foot-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 948, theme.scss */
.foot-menus .title, .foot-contacts .title {
  color: #ffffff;
  opacity: 0.2;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: uppercase; }

/* line 956, theme.scss */
.foot-menus li {
  margin-bottom: 10px; }

/* line 959, theme.scss */
footer .phone {
  margin-left: 0; }

/* line 962, theme.scss */
footer .phone .icon {
  color: #ffcc00;
  margin-left: 0; }

/* line 966, theme.scss */
footer .address {
  font-size: 23px;
  font-weight: 300;
  line-height: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0; }

/* line 982, theme.scss */
footer .address .icon {
  color: #ffcc00;
  font-size: 34px;
  margin-right: 20px; }

/* line 987, theme.scss */
footer .foot-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 1006, theme.scss */
footer .social {
  display: inline-block;
  margin-left: 5px; }

/* line 1010, theme.scss */
footer .social li {
  margin-left: 15px;
  display: inline-block; }

/* line 1014, theme.scss */
footer .foot-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 300;
  line-height: 57px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%; }

/* line 1036, theme.scss */
footer .insales {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase; }

/* line 1041, theme.scss */
footer .insales a {
  font-weight: 500; }

/* line 1044, theme.scss */
footer .callback {
  margin-left: auto;
  margin-right: 0; }

@media (max-width: 1200px) {
  /* line 1049, theme.scss */
  .foot-menus .title {
    font-size: 26px; } }
@media (max-width: 1024px) {
  /* line 1054, theme.scss */
  footer .foot-contacts {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px; }

  /* line 1062, theme.scss */
  footer .callback {
    margin-left: 0; }

  /* line 1065, theme.scss */
  footer {
    padding-bottom: 60px; } }
@media (max-width: 768px) {
  /* line 1071, theme.scss */
  footer .foot-logo .icon-logo {
    width: 120px; }

  /* line 1074, theme.scss */
  .foot-menus .title {
    font-size: 20px; } }
@media (max-width: 480px) {
  /* line 1079, theme.scss */
  body .icon-phone {
    font-size: 22px; }

  /* line 1082, theme.scss */
  body .phone .tel {
    font-size: 25px; }

  /* line 1085, theme.scss */
  footer .address .icon {
    color: #ffcc00;
    font-size: 28px;
    margin-right: 13px; }

  /* line 1090, theme.scss */
  footer .address {
    font-size: 18px; }

  /* line 1093, theme.scss */
  footer .foot-social {
    font-size: 16px; }

  /* line 1099, theme.scss */
  footer .foot-logo .icon-logo {
    font-size: 70px; }

  /* line 1102, theme.scss */
  footer .foot-logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  /* line 1121, theme.scss */
  footer .social li {
    margin-left: 0;
    margin-right: 10px; }

  /* line 1125, theme.scss */
  footer .foot-contacts {
    margin-top: 30px; } }
/* line 1130, theme.scss */
header {
  position: relative;
  z-index: 5000; }

/* line 1135, theme.scss */
.top-header {
  background: url(header.png) top center no-repeat #fff;
  border-bottom: 1px solid #cccccc; }

/* line 1140, theme.scss */
.top-header li {
  display: inline;
  margin-right: 15px; }

/* line 1144, theme.scss */
.top-header .social li {
  margin-right: 0; }

/* line 1147, theme.scss */
.top-header li a:hover, .top-header a.active {
  color: #ffcc00; }

/* line 1150, theme.scss */
.top-header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px; }

/* line 1169, theme.scss */
.top-header .top-menu a {
  color: #080809;
  font-family: "PF Din Text Cond Pro";
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

/* line 1176, theme.scss */
.top-header .social a {
  color: #000;
  margin: 0px 10px;
  font-size: 18px; }

/* line 1181, theme.scss */
.usercity-modal {
  display: none;
  min-width: 280px; }

/* line 1185, theme.scss */
header .logo {
  color: #ffcc00; }

/* line 1188, theme.scss */
header .icon-logo {
  font-size: 120px; }

/* line 1191, theme.scss */
header .icon-place {
  font-size: 34px; }

/* line 1194, theme.scss */
.icon-phone {
  font-size: 29px;
  position: relative;
  top: -2px; }

/* line 1199, theme.scss */
header .icon-user {
  font-size: 36px; }

/* line 1202, theme.scss */
header .icon-cart {
  font-size: 40px; }

/* line 1205, theme.scss */
header a {
  color: #000000; }

/* line 1208, theme.scss */
.phone .callback {
  color: #ffcc00;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: "PF Din Text Comp Pro"; }

/* line 1226, theme.scss */
.phone .callback > * {
  margin: 0 3px; }

/* line 1229, theme.scss */
.phone .callback i {
  position: relative;
  top: -2px;
  font-weight: bold; }

/* line 1234, theme.scss */
.phone .tel {
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap; }

/* line 1240, theme.scss */
header .cart-price {
  font-size: 23px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.8;
  border-bottom: 1px solid #ffcc00; }

/* line 1247, theme.scss */
header .cart-count {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  line-height: 2.5;
  border-top: 1px solid #ffcc00;
  position: relative;
  top: -1px; }

/* line 1257, theme.scss */
header .cart-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px; }

/* line 1282, theme.scss */
header .usercity span {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase; }

/* line 1287, theme.scss */
header .cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 25px; }

/* line 1300, theme.scss */
header .header-content .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 50px; }

/* line 1313, theme.scss */
header .cart-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1326, theme.scss */
.phone, header .usercity {
  margin-left: 4.7%; }

/* line 1329, theme.scss */
header .usercity {
  position: relative;
  top: -6px; }

/* line 1333, theme.scss */
header .icon-place {
  font-size: 34px;
  position: relative;
  bottom: -5px;
  margin-right: 10px; }

/* line 1339, theme.scss */
header .usercity a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

/* line 1351, theme.scss */
header .usercity .icon-angle {
  font-weight: bold;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-left: 10px;
  font-size: 14px; }

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

/* line 1373, theme.scss */
.phone > * {
  margin: 0 10px; }

/* line 1376, theme.scss */
a {
  outline: 0; }

/* line 1379, theme.scss */
.header-content:after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: url(header-content.png) center bottom repeat-x;
  margin-bottom: -10px;
  position: relative;
  z-index: 20; }

@media (max-width: 1024px) {
  /* line 1390, theme.scss */
  .top-header li {
    margin-right: 5px; }

  /* line 1393, theme.scss */
  .top-header .container {
    padding: 0 10px; }

  /* line 1396, theme.scss */
  header .header-content .container {
    padding: 20px 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 1402, theme.scss */
  header .phone {
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    margin-left: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  /* line 1413, theme.scss */
  header .usercity {
    margin-left: 0; } }
@media (max-width: 1024px) {
  /* line 1418, theme.scss */
  header .header-content .container {
    padding: 0 10px; } }
/* line 1423, theme.scss */
.mobile-catalog-toggle {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase; }

/* line 1428, theme.scss */
.mobile-catalog-toggle i {
  margin-right: 10px; }

/* line 1431, theme.scss */
.fancybox-close-small:focus:after {
  outline: none !important; }

/* line 1435, theme.scss */
.fancybox-close-small:after {
  font-family: inherit;
  font-size: 34px;
  color: #000000; }

/* line 1440, theme.scss */
.fancybox-close-small:hover:after {
  background: transparent;
  color: #ffcc00; }

/* line 1444, theme.scss */
.address-dropdown {
  font-size: 26px; }

/* line 1447, theme.scss */
.address-dropdown li {
  cursor: pointer; }

/* line 1450, theme.scss */
.address-dropdown li:hover {
  color: #ffcc00; }

@media (max-width: 620px) {
  /* line 1455, theme.scss */
  .phone .callback {
    width: 100%;
    text-align: right;
    display: block;
    margin-top: -10px; }

  /* line 1461, theme.scss */
  header .phone {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px; }

  /* line 1467, theme.scss */
  header .usercity {
    top: 0; }

  /* line 1470, theme.scss */
  header .icon-logo {
    font-size: 80px; }

  /* line 1473, theme.scss */
  header .header-content {
    padding-top: 10px; }

  /* line 1476, theme.scss */
  header .icon-place {
    font-size: 26px; }

  /* line 1479, theme.scss */
  header .icon-cart {
    font-size: 30px; }

  /* line 1482, theme.scss */
  header .icon-user {
    font-size: 26px; } }
@media (max-width: 480px) {
  /* line 1488, theme.scss */
  header .icon-logo {
    font-size: 60px; }

  /* line 1491, theme.scss */
  header .phone {
    white-space: nowrap;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px); }

  /* line 1497, theme.scss */
  header .usercity .icon-angle {
    font-size: 10px;
    margin-left: 5px; }

  /* line 1501, theme.scss */
  header .icon-place {
    margin-right: 5px; }

  /* line 1504, theme.scss */
  header .usercity span {
    font-size: 14px; } }
/* line 1509, theme.scss */
.instagram-feed .swiper-slide {
  width: 338px; }
  /* line 1511, theme.scss */
  .instagram-feed .swiper-slide a {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden; }
    /* line 1517, theme.scss */
    .instagram-feed .swiper-slide a img {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      object-fit: cover;
      width: 100%; }

/* line 1528, theme.scss */
.instagram-feed {
  margin-bottom: 3px; }

/* line 1531, theme.scss */
.instagram-feed img {
  display: block; }

/* line 1534, theme.scss */
.instagram-title {
  font-size: 30px;
  text-transform: uppercase;
  padding: -webkit-calc(20px + 1.4%) 0;
  padding: -moz-calc(20px + 1.4%) 0;
  padding: calc(20px + 1.4%) 0; }

/* line 1541, theme.scss */
.instagram-title a {
  color: #000000; }

@media (max-width: 768px) {
  /* line 1545, theme.scss */
  body .instagram-title {
    font-size: 20px; } }
/* line 1549, theme.scss */
.instagram-wrapper {
  -webkit-box-shadow: inset 1px 5px 5px rgba(0, 1, 1, 0.1);
  box-shadow: inset 1px 5px 5px rgba(0, 1, 1, 0.1);
  margin-top: 20px; }

/* line 1554, theme.scss */
#template-index .instagram-title {
  padding: -webkit-calc(20px + 2.5%) 0;
  padding: -moz-calc(20px + 2.5%) 0;
  padding: calc(20px + 2.5%) 0; }

/* line 1559, theme.scss */
#template-index .instagram-wrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 0px; }

/* line 1565, theme.scss */
.main-menu {
  display: block;
  text-align: center; }

/* line 1569, theme.scss */
.main-menu-item {
  display: inline-block;
  position: relative;
  vertical-align: middle; }

/* line 1575, theme.scss */
.catalog {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 24px 0 14px 0;
  line-height: 29px;
  margin-bottom: -67px;
  position: relative;
  z-index: 15; }

/* line 1583, theme.scss */
.catalog a {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding: 0 10%;
  white-space: nowrap; }

/* line 1595, theme.scss */
.catalog .main-menu a {
  padding: 0; }

/* line 1598, theme.scss */
.catalog li.level-1:first-child a {
  padding-left: 0; }

/* line 1601, theme.scss */
.catalog li.level-1:last-child a {
  padding-right: 0; }

/* line 1604, theme.scss */
.catalog a:hover, .catalog a.active {
  color: #ffcc00; }

/* line 1608, theme.scss */
.catalog .main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  padding: 0 10px; }

/* line 1632, theme.scss */
.catalog .main-menu li.level-1 {
  /*  -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;  */
  height: 100%; }

/* line 1640, theme.scss */
li.separator {
  display: none; }

/* line 1643, theme.scss */
.mobile-menu li.separator {
  display: none !important; }

/* line 1646, theme.scss */
.catalog .main-menu li.separator {
  display: block;
  margin: 0 2%; }

/* line 1650, theme.scss */
.catalog .main-menu li.separator:first-child {
  display: none; }

/* line 1653, theme.scss */
.catalog .main-menu li.level-1 > a {
  /* display: -webkit-box;
   display: -webkit-flex;
   display: -moz-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
      -moz-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
      -moz-box-align: center;
       -ms-flex-align: center;
           align-items: center;*/
  height: 100%;
  position: relative;
  top: 2px; }

/* line 1675, theme.scss */
.catalog .main-menu li.level-1 {
  position: relative; }

/* line 1676, theme.scss */
.catalog .main-menu .separator {
  height: 29px;
  width: 2px;
  background: #ffcc00;
  z-index: 1;
  pointer-events: none; }

/* line 1683, theme.scss */
.catalog .main-menu .separator:first-child {
  display: none; }

/*.catalog .main-menu li.level-1:not(:last-child)::before {   
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    height: 29px;
    width: 2px;
    background: $color;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 1;
    pointer-events: none;
}*/
/* line 1702, theme.scss */
.catalog li button {
  display: none; }

/* line 1705, theme.scss */
.catalog .main-menu li.level-1:hover > ul {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

/* line 1712, theme.scss */
.catalog .main-menu li.level-2:hover > ul {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

/* line 1719, theme.scss */
.catalog li ul.level-2, .catalog li ul.level-3 {
  display: block;
  transition: all 0.3s 0.1s;
  -moz-transition: all 0.3s 0.1s;
  -webkit-transition: all 0.3s 0.1s;
  -o-transition: all 0.3s 0.1s;
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(0, 0, 0, 0.9);
  height: auto;
  padding: 20px 0;
  z-index: 200000;
  text-align: center; }

/* line 1740, theme.scss */
.catalog ul ul a {
  font-size: 15px; }

/* line 1743, theme.scss */
li.is-current > a {
  color: #ffcc00; }

/* line 1746, theme.scss */
.catalog li ul li {
  display: block;
  padding: 0 20px; }

/* line 1750, theme.scss */
.catalog li ul.level-3 {
  left: -webkit-calc(100% - 1px);
  left: -moz-calc(100% - 1px);
  left: calc(100% - 1px);
  top: -20px;
  border-left: 2px solid #ffcc00; }

/* line 1757, theme.scss */
.swiper-slide {
  width: 1358px; }

@media (max-width: 1358px) {
  /* line 1761, theme.scss */
  .swiper-slide {
    width: 100%; } }
@media (max-width: 1200px) {
  /* line 1766, theme.scss */
  .catalog a {
    font-size: 13px; }

  /* line 1769, theme.scss */
  .catalog .main-menu {
    padding: 0 10px; }

  /* line 1772, theme.scss */
  header .usercity span {
    font-size: 16px; }

  /* line 1775, theme.scss */
  .phone .tel {
    font-size: 25px; } }
@media (max-width: 1024px) {
  /* line 1780, theme.scss */
  .header-content:after {
    margin-bottom: -9px; }

  /* line 1783, theme.scss */
  .products-slider-wrapper {
    margin-top: -1px; }

  /* line 1786, theme.scss */
  .featured-product .banner-content:before {
    top: -9px; } }
/* line 1791, theme.scss */
.mfp-bg {
  background: rgba(11, 11, 11, 0.3); }

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

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

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

/* line 1811, theme.scss */
.added-close {
  border: 1px solid;
  background: none;
  padding: 5px;
  font-size: 16px;
  color: #4a4a4a; }

/* line 1819, theme.scss */
.added-link {
  border: 1px solid;
  padding: 5px;
  font-size: 16px;
  color: #4a4a4a; }

/** pagination */
/* line 1827, theme.scss */
.pagination {
  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%;
  width: auto;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  margin-left: auto; }

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

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

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

/* line 1873, theme.scss */
.pagination .pagination-item .pagination-link {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 0;
  height: 30px;
  line-height: 30px;
  min-width: 30px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  border: 1px solid transparent; }

/* line 1887, theme.scss */
.pagination .pagination-item .pagination-link:hover {
  color: #ffcc00;
  text-decoration: none; }

/* line 1892, theme.scss */
.pagination .pagination-item.is-current .pagination-link {
  color: #ffcc00;
  border-color: #cccccc; }

/* line 1897, theme.scss */
.pagination .pagination-item:hover .pagination-link, .pagination .pagination-item .pagination-link:hover {
  border-color: #cccccc;
  color: #ffcc00; }

/* line 1902, theme.scss */
.gallery-slider-wrapper {
  padding: 0 35px;
  position: relative; }

/* line 1906, theme.scss */
.photo-slider {
  background: #fff;
  margin-bottom: 10px; }

/* line 1910, theme.scss */
.gallery-slider .swiper-wrapper, .photo-slider .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

/* line 1922, theme.scss */
.gallery-slider .swiper-slide, .photo-slider .swiper-slide {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: auto; }

/* line 1931, theme.scss */
.gallery-slider .swiper-slide a, .photo-slider .swiper-slide a {
  /*display: flex;
height: 100%;
align-items: center;
justify-content: center;
width: 100%;*/ }

/* line 1938, theme.scss */
.photo {
  padding-right: 30px; }

/* line 1941, theme.scss */
.gallery-control .gallery-control-prev, .gallery-control .gallery-control-next {
  font-size: 32px;
  color: #d7d7d7;
  background-image: none; }

/* line 1946, theme.scss */
.gallery-control .gallery-control-prev i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  margin-top: 10px; }

@media (max-width: 768px) {
  /* line 1957, theme.scss */
  .gallery {
    display: none; }

  /* line 1960, theme.scss */
  .photo {
    padding: 10px;
    display: block;
    margin: 0 auto; } }
/* line 1966, theme.scss */
.photo-slider-wrapper {
  position: relative;
  padding: 0 40px; }

/* line 1970, theme.scss */
.photo-control i {
  font-size: 32px;
  color: #d7d7d7; }

/* line 1974, theme.scss */
.photo-control div {
  background: none; }

/* line 1977, theme.scss */
.photo-control .photo-control-prev i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
  width: 32px;
  height: 32px; }

/* line 1987, theme.scss */
.photo-control .photo-control-prev {
  left: 0; }

/* line 1990, theme.scss */
.photo-control .photo-control-next {
  right: 0; }

/* line 1993, theme.scss */
#template-product .products-carousel {
  margin-bottom: 0; }

/* line 1996, theme.scss */
#template-product .instagram-wrapper {
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 2001, theme.scss */
.products-carousel.is-similar {
  margin-top: 4%; }

/* line 2004, theme.scss */
.sostav-wrap, .product-order-3 {
  margin-bottom: 20px; }

/* line 2008, theme.scss */
.product-quantity-input {
  width: 50px;
  text-align: center; }

/* line 2012, theme.scss */
.product-buy {
  margin: 1rem 0; }

/* line 2015, theme.scss */
.item-quantity-control {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 2022, theme.scss */
.product-info .buyzone {
  padding: 27px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 2042, theme.scss */
.product-info .descr {
  padding: 20px 0;
  font-size: 24px;
  line-height: 1.3; }

/* line 2047, theme.scss */
.product-info .product-icons {
  padding: 20px 0;
  text-align: left; }

/* line 2051, theme.scss */
.product-info .product-icons li {
  margin-left: 0;
  margin-right: 10px; }

/* line 2055, theme.scss */
.product-info .price-label {
  font-family: "PF Din Text Comp Pro";
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  margin-right: 15px; }

/* line 2062, theme.scss */
.product-info .product-price {
  color: #ffcc00;
  font-size: 40px;
  font-weight: 500;
  line-height: 1; }

/* line 2068, theme.scss */
.product-info .product-old_price {
  color: #9E9E9E;
  font-size: 24px;
  line-height: 1;
  text-decoration: line-through; }

/* line 2074, theme.scss */
.button.in-product {
  background: #000;
  margin-right: 5px; }

/* line 2078, theme.scss */
.button.in-product i {
  color: #fff;
  font-size: 40px;
  margin-left: 15px; }

/* line 2083, theme.scss */
.button.is-on-click {
  position: relative;
  padding-right: 15px; }

/* line 2087, theme.scss */
.button.is-on-click:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 26px 18px;
  border-color: transparent transparent transparent #ffcc00;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 2101, theme.scss */
.product-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2113, theme.scss */
.related-recipe {
  padding: 35px 0; }

/* line 2118, theme.scss */
.related-recipe .recipe {
  border: 0; }

/* line 2121, theme.scss */
.description, .sostav, .reviews {
  padding-top: 25px;
  font-size: 16px;
  border-top: 1px solid #cccccc; }

/* line 2126, theme.scss */
.common-label, .option-label {
  font-family: "PF Din Text Comp Pro";
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase; }

/* line 2132, theme.scss */
.reviews-content {
  max-height: 0;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  overflow: hidden; }

/* line 2140, theme.scss */
.reviews.is-open .reviews-content {
  max-height: 1000px; }

/* line 2143, theme.scss */
body .option-selector {
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 20px 0;
  padding-bottom: 5px; }

/* line 2149, theme.scss */
.option-selector .option {
  margin-bottom: 20px; }

/* line 2152, theme.scss */
.description {
  border-top: 1px solid #cccccc; }

/* line 2155, theme.scss */
#template-product .photo, #template-product .sostav-wrap {
  padding-left: -webkit-calc(10px + 6%);
  padding-left: -moz-calc(10px + 6%);
  padding-left: calc(10px + 6%); }

/* line 2160, theme.scss */
.photo {
  padding-top: 20px;
  padding-bottom: 20px; }

@media (max-width: 1200px) {
  /* line 2165, theme.scss */
  #template-product .photo, #template-product .sostav-wrap {
    padding-left: 10px; } }
@media (max-width: 1024px) {
  /* line 2170, theme.scss */
  .product-info .buyzone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  /* line 2179, theme.scss */
  .product-prices-inner {
    text-align: center; } }
@media (max-width: 768px) {
  /* line 2184, theme.scss */
  .product-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 2191, theme.scss */
  .product-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  /* line 2198, theme.scss */
  .product-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* line 2205, theme.scss */
  .product-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4; }

  /* line 2212, theme.scss */
  .photo-slider-wrapper {
    padding: 0;
    max-width: 500px;
    margin: 0 auto; }

  /* line 2217, theme.scss */
  .photo-slider-wrapper .photo-control {
    display: none; }

  /* line 2220, theme.scss */
  .photo {
    padding-top: 0;
    padding-bottom: 0; } }
/* line 2226, theme.scss */
.products-slider-wrapper {
  position: relative;
  padding-left: 40px;
  margin-bottom: -3px;
  background: #fff;
  margin-top: -1px; }

/* line 2233, theme.scss */
.products-slider-wrapper:before {
  content: '';
  position: absolute;
  left: -32px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 33px 33px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-top: -33px;
  z-index: 10; }

/* line 2246, theme.scss */
.products-carousel {
  background-position: left center;
  background-repeat: no-repeat;
  -o-background-size: contain;
  background-size: contain;
  position: relative;
  margin-bottom: -webkit-calc(20px + 4%);
  margin-bottom: -moz-calc(20px + 4%);
  margin-bottom: calc(20px + 4%);
  overflow: hidden; }

/* line 2257, theme.scss */
.products-carousel:after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  bottom: 0;
  right: 50%;
  background: rgba(0, 0, 0, 0.3); }

/* line 2267, theme.scss */
.products-carousel .container {
  position: relative;
  z-index: 50; }

/* line 2271, theme.scss */
.products-carousel .page-title span {
  color: #ffffff;
  font-family: "PF Din Text Comp Pro";
  font-size: 67px;
  font-weight: 400;
  line-height: 76px;
  text-transform: uppercase; }

/* line 2279, theme.scss */
.products-carousel .products-control-prev, .products-carousel .products-control-next {
  font-size: 32px;
  color: #d7d7d7;
  background: none; }

/* line 2284, theme.scss */
.products-carousel .products-control-prev i, .products-carousel .products-control-next i {
  line-height: 44px;
  vertical-align: middle; }

/* line 2288, theme.scss */
.products-carousel .products-control-prev:hover i, .products-carousel .products-control-next:hover i {
  color: #777; }

/* line 2291, theme.scss */
.products-carousel .products-control-prev i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block; }

/* line 2299, theme.scss */
.products-carousel .products-control-prev {
  left: -22px; }

/* line 2302, theme.scss */
.products-carousel .products-control-next {
  right: -32px; }

/* line 2305, theme.scss */
.products-carousel .swiper-slide .card {
  border-left: 1px solid #cccccc;
  padding-left: 20px;
  margin-left: -2px;
  height: 100%; }

/* line 2311, theme.scss */
.products-carousel .title-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-right: 5%; }

/* line 2335, theme.scss */
.products-carousel h3:after {
  content: '';
  position: absolute;
  bottom: -40px;
  height: 11px;
  background: #ffcc00; }

/* line 2342, theme.scss */
.title-cell .decor {
  height: 11px;
  width: 100%;
  display: block;
  line-height: 11px;
  overflow: hidden; }

/* line 2349, theme.scss */
.title-cell .decor > * {
  float: left; }

/* line 2352, theme.scss */
.title-cell .decor > i {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  border: 1px solid #ffcc00; }

/* line 2360, theme.scss */
.title-cell .decor i:nth-child(2) {
  background: #ffcc00; }

/* line 2363, theme.scss */
.title-cell .decor span {
  display: inline-block;
  width: -webkit-calc(100% - 56px);
  width: -moz-calc(100% - 56px);
  width: calc(100% - 56px);
  height: 11px;
  background: #ffcc00;
  vertical-align: middle; }

/* line 2372, theme.scss */
.products-slider .swiper-slide {
  height: auto; }

@media (max-width: 1024px) {
  /* line 2377, theme.scss */
  .products-carousel .page-title span {
    font-size: 45px;
    line-height: 1.2; }

  /* line 2381, theme.scss */
  .products-slider-wrapper {
    padding-left: 10px; } }
@media (max-width: 768px) {
  /* line 2386, theme.scss */
  .products-carousel .title-cell {
    margin-bottom: 30px; }

  /* line 2389, theme.scss */
  .products-carousel {
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: -webkit-calc(20px + 4%);
    padding-bottom: -moz-calc(20px + 4%);
    padding-bottom: calc(20px + 4%);
    overflow: hidden;
    padding-top: 30px; }

  /* line 2398, theme.scss */
  .products-slider {
    padding: 20px 0; }

  /* line 2401, theme.scss */
  .products-slider-wrapper:before {
    display: none; }

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

  /* line 2407, theme.scss */
  .products-carousel .swiper-slide .card {
    padding-right: 20px; }

  /* line 2410, theme.scss */
  .products-slider-wrapper {
    padding-left: 0; }

  /* line 2413, theme.scss */
  .products-carousel:after {
    right: 0; } }
@media (max-width: 480px) {
  /* line 2419, theme.scss */
  .products-carousel .page-title span {
    font-size: 37px; } }
/* line 2424, theme.scss */
.swiper-buttons {
  position: absolute;
  max-width: 1358px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20; }

/* line 2437, theme.scss */
.swiper-button-prev.promo-slider-prev {
  left: 5%; }

/* line 2440, theme.scss */
.swiper-button-prev.promo-slider-prev i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: block; }

/* line 2448, theme.scss */
.swiper-button-next.promo-slider-next {
  right: 5%; }

/* line 2451, theme.scss */
.swiper-button-prev.promo-slider-prev, .swiper-button-next.promo-slider-next {
  background-image: none;
  font-size: 32px;
  color: #fff; }

/* line 2457, theme.scss */
.promo-content {
  position: absolute;
  top: 0;
  left: -webkit-calc(5% + 32px);
  left: -moz-calc(5% + 32px);
  left: calc(5% + 32px);
  right: -webkit-calc(5% + 32px);
  right: -moz-calc(5% + 32px);
  right: calc(5% + 32px);
  bottom: 0;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center; }

/* line 2493, theme.scss */
.promo-content .title {
  font-size: 67px;
  font-weight: 400;
  line-height: 70px;
  text-transform: uppercase;
  font-family: "PF Din Text Comp Pro";
  max-width: 670px; }

/* line 2501, theme.scss */
.promo-content .note {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  max-width: 670px; }

/* line 2507, theme.scss */
.promo-content .decor {
  max-width: 670px;
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px; }

/* line 2515, theme.scss */
.promo-content .decor i {
  color: #ffcc00;
  font-size: 34px;
  display: inline-block; }

/* line 2520, theme.scss */
.promo-content .decor:after {
  content: '';
  height: 2px;
  background: #ffcc00;
  width: -webkit-calc(50% - 44px);
  width: -moz-calc(50% - 44px);
  width: calc(50% - 44px);
  max-width: 260px;
  position: absolute;
  z-index: 30;
  right: 5%;
  top: 50%; }

/* line 2533, theme.scss */
.promo-content .decor:before {
  content: '';
  height: 2px;
  background: #ffcc00;
  width: -webkit-calc(50% - 44px);
  width: -moz-calc(50% - 44px);
  width: calc(50% - 44px);
  max-width: 260px;
  position: absolute;
  z-index: 30;
  left: 5%;
  top: 50%; }

/* line 2546, theme.scss */
.promo-slider .swiper-slide:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); }

/* line 2555, theme.scss */
.promo-slider img, .promo-slider a {
  display: block;
  width: 100%; }

@media (max-width: 1024px) {
  /* line 2560, theme.scss */
  .promo-content .title {
    font-size: 50px;
    line-height: 1.2; }

  /* line 2564, theme.scss */
  .promo-content .note {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3;
    max-width: 100%; } }
@media (max-width: 768px) {
  /* line 2572, theme.scss */
  .promo-slider .swiper-buttons {
    display: none; } }
@media (max-width: 650px) {
  /* line 2577, theme.scss */
  .promo-content .title {
    font-size: 30px;
    line-height: 1.2; }

  /* line 2581, theme.scss */
  .promo-content .note {
    font-size: 15px; } }
@media (max-width: 680px) {
  /* line 2586, theme.scss */
  .small-banners {
    padding: 20px;
    padding-top: 70px; } }
@media (max-width: 500px) {
  /* line 2592, theme.scss */
  .promo-content .note {
    display: none; }

  /* line 2595, theme.scss */
  .promo-content .title {
    font-size: 22px;
    margin-bottom: 20px; } }
/* line 2601, theme.scss */
.recipes {
  background: #fff;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 1, 1, 0.1), 0 5px 5px rgba(0, 1, 1, 0.1);
  box-shadow: inset 0 5px 5px rgba(0, 1, 1, 0.1), 0 5px 5px rgba(0, 1, 1, 0.1);
  padding-top: -webkit-calc(20px + 2%);
  padding-top: -moz-calc(20px + 2%);
  padding-top: calc(20px + 2%);
  padding-bottom: -webkit-calc(20px + 2%);
  padding-bottom: -moz-calc(20px + 2%);
  padding-bottom: calc(20px + 2%);
  margin-bottom: -webkit-calc(20px + 4%);
  margin-bottom: -moz-calc(20px + 4%);
  margin-bottom: calc(20px + 4%); }

/* line 2615, theme.scss */
.recipes h3 {
  font-size: 67px;
  line-height: 76px;
  margin-bottom: 0.5em; }

/* line 2620, theme.scss */
.recipes .text {
  font-size: 18px;
  line-height: 1.3; }

/* line 2624, theme.scss */
.recipes .more {
  color: #ffcc00;
  font-family: "PF Din Text Comp Pro";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2642, theme.scss */
.recipes .more a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

/* line 2649, theme.scss */
.recipes .more i {
  font-size: 32px;
  color: #d7d7d7;
  margin-left: 8px; }

/* line 2654, theme.scss */
.recipe {
  display: block;
  color: #000000;
  border-right: 1px solid #cccccc;
  padding-right: -webkit-calc(20px + 1%);
  padding-right: -moz-calc(20px + 1%);
  padding-right: calc(20px + 1%); }

/* line 2662, theme.scss */
.card-price {
  color: #ffcc00;
  font-size: 26px;
  font-weight: 500;
  white-space: nowrap; }

/* line 2668, theme.scss */
.recipe .title, .recipe .text {
  display: block;
  margin-top: 15px; }

/* line 2672, theme.scss */
.recipe .title {
  font-family: "PF Din Text Comp Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2; }

/* line 2678, theme.scss */
.recipes .recipe .text {
  font-size: 15px;
  margin-bottom: 10px; }

/* line 2682, theme.scss */
.recipe .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 2701, theme.scss */
.recipe .img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 2710, theme.scss */
.recipe img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/* line 2724, theme.scss */
.recipes .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2731, theme.scss */
.recipes-control {
  display: none; }

@media (max-width: 1200px) {
  /* line 2735, theme.scss */
  .recipes .more, .recipes .more a {
    display: block;
    text-align: right; }

  /* line 2739, theme.scss */
  .recipes-slider-wrapper {
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  /* line 2744, theme.scss */
  .recipe-text {
    margin-bottom: 30px; }

  /* line 2747, theme.scss */
  .recipe {
    border-right: 0; }

  /* line 2750, theme.scss */
  .recipes h3 {
    font-size: 50px; } }
/* line 2755, theme.scss */
.subscribe {
  color: #fff;
  background: url(mramor.png) center center no-repeat;
  padding: 25px 0;
  -o-background-size: cover;
  background-size: cover; }

/* line 2762, theme.scss */
.subscribe-bg {
  background: url(mazok.png) top left no-repeat;
  margin-top: -60px;
  padding-top: 60px;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  overflow: hidden; }

/* line 2771, theme.scss */
.subscribe .subscr-form {
  width: 35%; }

/* line 2774, theme.scss */
.subscribe .news-section {
  width: 65%;
  padding-left: 30px;
  position: relative; }

/* line 2779, theme.scss */
.news-section:after {
  content: '';
  position: absolute;
  z-index: 10;
  width: 174px;
  height: 158px;
  background: url(sweets-love.png) center center no-repeat;
  right: -120px;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  top: -30px; }

/* line 2794, theme.scss */
.subscr-form:after {
  content: '';
  position: absolute;
  z-index: 10;
  width: 174px;
  height: 158px;
  background: url(sweets-love.png) center center no-repeat;
  left: -140px;
  bottom: 0px; }

/* line 2807, theme.scss */
.news-section-bg {
  background: rgba(0, 0, 0, 0.85);
  padding: -webkit-calc(20px + 4%);
  padding: -moz-calc(20px + 4%);
  padding: calc(20px + 4%);
  height: 100%;
  position: relative;
  z-index: 20; }

/* line 2817, theme.scss */
.news-section .news-block:first-child {
  border-bottom: 2px solid #2f2b19;
  padding-bottom: 20px;
  margin-bottom: 20px; }

/* line 2822, theme.scss */
.news-section a {
  color: #fff; }

/* line 2825, theme.scss */
.news-section span:hover {
  color: #ffcc00; }

/* line 2828, theme.scss */
.news-section .news-block .cell-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 2847, theme.scss */
.news-block .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2854, theme.scss */
.news-block .article-info > span {
  display: block; }

/* line 2857, theme.scss */
.news-block .img {
  padding-right: 25px; }

/* line 2860, theme.scss */
.news-block .img a {
  display: block;
  text-align: center; }

/* line 2864, theme.scss */
.news-block .img img {
  display: block; }

/* line 2867, theme.scss */
.news-block .date {
  font-size: 14px;
  color: #ffcc00;
  margin-bottom: 25px; }

/* line 2872, theme.scss */
.news-block .title {
  font-size: 25px;
  line-height: 1.2; }

/* line 2876, theme.scss */
.article-product span {
  font-family: "PF Din Text Comp Pro";
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px dotted #fff;
  display: inline-block;
  line-height: 1; }

/* line 2884, theme.scss */
.article-product i {
  font-size: 34px;
  color: #fff;
  margin-right: 15px; }

/* line 2889, theme.scss */
.news-block .links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

/* line 2896, theme.scss */
.news-block .more {
  margin-left: auto;
  color: #ffcc00;
  font-family: "PF Din Text Comp Pro";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 34px; }

/* line 2905, theme.scss */
.news-block .more i {
  font-weight: bold;
  font-size: 14px;
  vertical-align: baseline;
  margin-right: 5px; }

/* line 2911, theme.scss */
.subscr-form-bg {
  background: url(illustr4.jpg) center center no-repeat;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 20; }

/* line 2918, theme.scss */
.subscr-form-bg:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10; }

/* line 2928, theme.scss */
.subscr-form-bg .subscr-content {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 2949, theme.scss */
.subscr-form-bg {
  height: 100%; }

/* line 2952, theme.scss */
.subscr-form h3 {
  font-size: 60px;
  margin-bottom: 0; }

/* line 2956, theme.scss */
.button, .m-modal-button.m-modal-button--checkout.button--checkout, .co-button {
  height: 52px;
  background: #ffcc00;
  color: #fff;
  font: "PF Din Text Comp Pro";
  font-family: "PF Din Text Comp Pro";
  font-size: 20px;
  font-weight: 400;
  padding: 0 25px;
  line-height: 50px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
  padding-top: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 2978, theme.scss */
.button:hover, .co-button {
  opacity: 0.8; }

/* line 2981, theme.scss */
.subscr-form {
  text-align: center;
  position: relative; }

/* line 2985, theme.scss */
.subscr-content {
  max-width: 365px;
  padding: -webkit-calc(20px + 5%) 20px;
  padding: -moz-calc(20px + 5%) 20px;
  padding: calc(20px + 5%) 20px;
  margin: 0 auto; }

/* line 2992, theme.scss */
.subscr-content p {
  font-size: 18px;
  line-height: 1.3; }

/* line 2996, theme.scss */
.subscr-form .button {
  width: 100%;
  height: 63px; }

/* line 3000, theme.scss */
.subscr-form input {
  display: block;
  border: 0;
  height: 63px;
  width: 100%;
  padding: 0 20px;
  color: #000000;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.6);
  color: #000000;
  font-size: 15px;
  font-family: inherit;
  margin-bottom: 10px;
  text-align: center; }

@media (max-width: 1024px) {
  /* line 3016, theme.scss */
  .news-block .img {
    padding-right: 5px;
    padding-left: 5px; }

  /* line 3020, theme.scss */
  .subscr-form h3 {
    font-size: 50px; }

  /* line 3023, theme.scss */
  .subscribe .news-section {
    padding-left: 10px; } }
@media (max-width: 768px) {
  /* line 3028, theme.scss */
  .subscribe .subscr-form {
    margin-bottom: 20px; }

  /* line 3031, theme.scss */
  .subscr-content {
    max-width: 90%;
    padding: -webkit-calc(20px + 2%) 20px;
    padding: -moz-calc(20px + 2%) 20px;
    padding: calc(20px + 2%) 20px; } }
@media (max-width: 480px) {
  /* line 3040, theme.scss */
  .news-block .img {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px; } }
/** option */
/* line 3048, theme.scss */
.option-value.is-span {
  border: 1px solid #ccc;
  background: none;
  line-height: 1.5;
  min-width: 25px;
  display: inline-block;
  vertical-align: middle;
  min-height: 25px;
  text-align: center;
  cursor: pointer;
  outline: none; }

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

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

/* line 3067, theme.scss */
.card .preview-buy,
.card:hover .product-icons {
  display: none; }

/* line 3071, theme.scss */
.card:hover .preview-buy {
  display: block; }

/* line 3083, theme.scss */
.recepe-block .card-prices, .recepe-block .preview-buy {
  display: none !important; }
/* line 3086, theme.scss */
.recepe-block .card:hover .product-icons {
  display: block !important; }

/* line 3091, theme.scss */
.page-delivery {
  padding-top: 30px; }
  /* line 3093, theme.scss */
  .page-delivery .cell-2 {
    border-bottom: 3px solid #ffcc00; }
    /* line 3096, theme.scss */
    .page-delivery .cell-2 div {
      margin: 15px 0; }
  /* line 3102, theme.scss */
  .page-delivery .cell-4 img {
    max-width: 230px; }
  /* line 3106, theme.scss */
  .page-delivery .cell-6 {
    margin-top: 30px;
    margin-bottom: 20px; }
  /* line 3110, theme.scss */
  .page-delivery .tt {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 3116, theme.scss */
  .page-delivery .del-side {
    border-right: 1px solid #ccc;
    margin-right: -1px; }
  /* line 3120, theme.scss */
  .page-delivery .pay-side {
    border-left: 1px solid #ccc; }
  /* line 3124, theme.scss */
  .page-delivery .requis div {
    margin: 15px 0; }

@media (max-width: 768px) {
  /* line 3132, theme.scss */
  .page-delivery .cell-4 {
    order: 5; } }
@media (max-width: 480px) {
  /* line 3139, theme.scss */
  .ordero-1 {
    order: 1; }

  /* line 3140, theme.scss */
  .ordero-2 {
    order: 2; }

  /* line 3141, theme.scss */
  .ordero-3 {
    order: 3; }

  /* line 3142, theme.scss */
  .ordero-4 {
    order: 4; } }
/* line 3145, theme.scss */
div.cart-area, div.usercity {
  display: none; }
