/* line 1, style.scss */
.is-grid {
  margin-left: -12px;
  margin-right: -12px; }
  /* line 4, style.scss */
  .is-grid [class*='cell-'] {
    padding-left: 12px;
    padding-right: 12px; }

/* line 9, style.scss */
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.4;
  color: #000E24;
  background: #fff; }
  /* line 15, style.scss */
  body .container {
    padding-left: 24px;
    padding-right: 24px; }
  /* line 19, style.scss */
  body button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    outline: none;
    padding: 0;
    box-shadow: none; }

/* line 30, style.scss */
.font2 {
  font-family: 'Philosopher', sans-serif; }

/* line 33, style.scss */
a {
  color: #B4394D;
  text-decoration: underline;
  outline: none; }

/* line 38, style.scss */
a:hover {
  text-decoration: none; }

/* line 42, style.scss */
.top-header {
  background: #B4394D;
  color: #fff; }
  /* line 45, style.scss */
  .top-header .container {
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 54, style.scss */
  .top-header nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  /* line 59, style.scss */
  .top-header nav a {
    margin-right: calc(10px + 1%); }
  /* line 62, style.scss */
  .top-header a {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-decoration: none;
    color: #fff; }
    /* line 69, style.scss */
    .top-header a:hover, .top-header a.active {
      opacity: 0.7; }
  /* line 73, style.scss */
  .top-header .phone {
    margin-left: auto; }
    /* line 75, style.scss */
    .top-header .phone span {
      margin-right: 13px; }
    /* line 78, style.scss */
    .top-header .phone a {
      font-size: 17px; }
      /* line 80, style.scss */
      .top-header .phone a i {
        display: inline-block;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
      /* line 85, style.scss */
      .top-header .phone a u {
        text-decoration: none;
        font-weight: 600;
        border-bottom: 1px dashed; }
      /* line 91, style.scss */
      .top-header .phone a:hover u {
        border-bottom: 0; }

/* line 99, style.scss */
.content-header {
  background: #000E24;
  padding: 32px 0; }
  /* line 102, style.scss */
  .content-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 113, style.scss */
  .content-header .search {
    -ms-flex-preferred-size: 24.7%;
    flex-basis: 24.7%;
    max-width: 24.7%;
    position: relative; }
    /* line 118, style.scss */
    .content-header .search input {
      width: 100%;
      border: 0;
      height: 30px;
      font-family: inherit;
      color: inherit;
      line-height: 30px;
      border-radius: 30px;
      padding: 0 21px;
      font-size: 13px;
      outline: none; }
      /* line 129, style.scss */
      .content-header .search input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #5C5B5B; }
      /* line 132, style.scss */
      .content-header .search input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #5C5B5B;
        opacity: 1; }
      /* line 136, style.scss */
      .content-header .search input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #5C5B5B;
        opacity: 1; }
      /* line 140, style.scss */
      .content-header .search input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #5C5B5B; }
    /* line 144, style.scss */
    .content-header .search button {
      position: absolute;
      z-index: 20;
      right: 8px;
      top: 6px;
      width: 16px;
      height: 16px;
      background: url(lupa.svg) center center no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0;
      border: 0;
      outline: none; }
  /* line 160, style.scss */
  .content-header .container {
    position: relative; }
  /* line 163, style.scss */
  .content-header .lang {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -23px;
    right: 24px; }
    /* line 173, style.scss */
    .content-header .lang a {
      margin-left: 10px; }
      /* line 175, style.scss */
      .content-header .lang a img {
        width: 29px;
        height: 20px; }
  /* line 181, style.scss */
  .content-header .head-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 188, style.scss */
    .content-header .head-widgets a {
      color: #fff;
      text-decoration: none;
      display: block;
      height: 31px;
      line-height: 31px;
      margin-left: 20px;
      position: relative; }
      /* line 196, style.scss */
      .content-header .head-widgets a img {
        vertical-align: middle; }
      /* line 200, style.scss */
      .content-header .head-widgets a:hover .text {
        opacity: 0.7; }
      /* line 203, style.scss */
      .content-header .head-widgets a:hover img {
        opacity: 0.7; }
    /* line 208, style.scss */
    .content-header .head-widgets .head-widget {
      height: 31px;
      line-height: 31px; }
      /* line 211, style.scss */
      .content-header .head-widgets .head-widget .counter {
        position: absolute;
        top: 0px;
        left: 20px;
        width: 13px;
        height: 13px;
        background: #B4394D;
        border-radius: 100%;
        color: #fff;
        font-size: 9px;
        line-height: 13px;
        text-align: center; }
    /* line 226, style.scss */
    .content-header .head-widgets .w-compare img {
      width: 22px;
      height: 22px; }
    /* line 232, style.scss */
    .content-header .head-widgets .w-favorites img {
      width: 28px;
      height: 28px; }
    /* line 238, style.scss */
    .content-header .head-widgets .w-cart img {
      width: 31px;
      height: 31px;
      position: relative;
      top: -5px; }
    /* line 244, style.scss */
    .content-header .head-widgets .w-cart .text {
      font-size: 16px;
      margin-left: 5px; }
  /* line 251, style.scss */
  .content-header .logo {
    display: block;
    max-width: 27%;
    -ms-flex-preferred-size: 27%;
    flex-basis: 27%; }
    /* line 256, style.scss */
    .content-header .logo img {
      width: 100%;
      max-width: 362px; }

/* line 263, style.scss */
.catalog {
  background: #E5E5E5;
  position: relative; }
  /* line 266, style.scss */
  .catalog .catalog-inner-wrap {
    max-width: 1400px;
    padding: 32px 24px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    /* line 277, style.scss */
    .catalog .catalog-inner-wrap:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 9.5px 10px 9.5px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      top: -10px;
      left: 97px; }
    /* line 288, style.scss */
    .catalog .catalog-inner-wrap .row {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  /* line 294, style.scss */
  .catalog .nosubs {
    text-align: center;
    padding-right: calc(20% - 128px); }
  /* line 298, style.scss */
  .catalog .nosubs a {
    margin-bottom: 24px; }
  /* line 299, style.scss */
  .catalog .nosubs a:last-child {
    margin-bottom: 0; }
  /* line 300, style.scss */
  .catalog .nosubs img {
    margin-left: auto;
    margin-right: auto; }
  /* line 301, style.scss */
  .catalog .container > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 312, style.scss */
  .catalog ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    /* line 316, style.scss */
    .catalog ul a {
      color: #000E24;
      text-decoration: none; }
  /* line 321, style.scss */
  .catalog > .container > ul > li > a {
    padding: 16px 0;
    display: inline-block;
    font-family: 'Philosopher', sans-serif;
    font-size: 22px;
    font-weight: 700; }
  /* line 329, style.scss */
  .catalog > .container > ul > li:hover > a, .catalog > .container > ul > li.active > a {
    color: #B4394D; }
  /* line 333, style.scss */
  .catalog > .container > ul > li:hover .catalog-inner {
    display: block; }
  /* line 336, style.scss */
  .catalog .catalog-inner {
    display: none;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 300;
    top: 62px;
    right: 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }
    /* line 345, style.scss */
    .catalog .catalog-inner .title {
      font-family: 'Philosopher', sans-serif;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 8px;
      display: block; }
    /* line 352, style.scss */
    .catalog .catalog-inner .cell-fifth a {
      display: block; }
      /* line 354, style.scss */
      .catalog .catalog-inner .cell-fifth a:hover {
        color: #B4394D; }
    /* line 359, style.scss */
    .catalog .catalog-inner .row img {
      display: block;
      margin-bottom: 18px;
      max-width: 76px;
      max-height: 60px; }
    /* line 366, style.scss */
    .catalog .catalog-inner ul {
      font-size: 13px; }
      /* line 368, style.scss */
      .catalog .catalog-inner ul li {
        margin-bottom: 7px; }
        /* line 370, style.scss */
        .catalog .catalog-inner ul li a:hover {
          color: #B4394D; }
  /* line 377, style.scss */
  .catalog .day-product {
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%;
    max-width: 21%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #E5E5E5;
    border-radius: 3px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px; }
    /* line 395, style.scss */
    .catalog .day-product .dp-heading {
      font-family: 'Philosopher';
      font-weight: bold;
      font-size: 22px; }
    /* line 400, style.scss */
    .catalog .day-product .dp-title {
      font-family: 'Philosopher';
      font-weight: bold;
      font-size: 20px; }
    /* line 405, style.scss */
    .catalog .day-product .img {
      position: relative;
      display: block;
      width: 100%; }
      /* line 409, style.scss */
      .catalog .day-product .img .label {
        font-size: 18px;
        display: block;
        font-weight: 700;
        width: 56px;
        height: 56px;
        line-height: 56px;
        top: -5px;
        color: #fff;
        right: 0;
        position: absolute;
        background: #B4394D;
        border-radius: 100%; }
    /* line 425, style.scss */
    .catalog .day-product .prices .price {
      font-family: Montserrat;
      font-style: normal;
      font-weight: bold;
      font-size: 18px; }
    /* line 432, style.scss */
    .catalog .day-product .prices .old-price {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through;
      color: #5C5B5B; }
    /* line 442, style.scss */
    .catalog .day-product .prices.action .price {
      color: #B4394D; }

/* line 450, style.scss */
#subscribe {
  background: #E5E5E5;
  padding: calc(20px + 1%) 0; }
  /* line 453, style.scss */
  #subscribe .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1170px; }
    @media (max-width: 960px) {
      /* line 453, style.scss */
      #subscribe .container {
        max-width: 416px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        /* line 470, style.scss */
        #subscribe .container .subscribe-form {
          width: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%;
          margin-top: 12px; }
          /* line 476, style.scss */
          #subscribe .container .subscribe-form input {
            padding: 14px;
            padding-left: 0; }
          /* line 480, style.scss */
          #subscribe .container .subscribe-form button {
            position: static;
            margin-top: 12px;
            width: 100%; } }
  /* line 489, style.scss */
  #subscribe .subscribe-text p {
    font-size: 16px;
    font-weight: 500;
    margin: 7px 0 0; }
  /* line 494, style.scss */
  #subscribe .subscribe-text .title {
    font-family: 'Philosopher', sans-serif;
    font-size: 27px;
    padding-left: 52px;
    font-weight: 700;
    background: url(plane.svg) center left no-repeat; }
    @media (max-width: 960px) {
      /* line 494, style.scss */
      #subscribe .subscribe-text .title {
        padding-bottom: 7px;
        padding-top: 7px;
        line-height: 1.1; } }
  /* line 507, style.scss */
  #subscribe .subscribe-form {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    max-width: 49%;
    position: relative;
    height: 100%; }
    /* line 513, style.scss */
    #subscribe .subscribe-form input {
      padding: 14px 160px 14px 24px;
      font-size: 14px;
      font-weight: 500;
      font-family: inherit;
      color: inherit;
      width: 100%;
      background: transparent;
      border: 0;
      outline: none;
      border-bottom: 1px solid #B5B5B5; }
      /* line 524, style.scss */
      #subscribe .subscribe-form input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: inherit; }
      /* line 527, style.scss */
      #subscribe .subscribe-form input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: inherit;
        opacity: 1; }
      /* line 531, style.scss */
      #subscribe .subscribe-form input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: inherit;
        opacity: 1; }
      /* line 535, style.scss */
      #subscribe .subscribe-form input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: inherit; }
    /* line 539, style.scss */
    #subscribe .subscribe-form button {
      position: absolute;
      right: 0;
      bottom: 7px; }

/* line 547, style.scss */
.button, .co-button {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  line-height: 1;
  border-radius: 30px;
  padding: 10px 20px;
  background: #000E24;
  font-family: inherit;
  color: #fff;
  font-size: 16px; }
  /* line 562, style.scss */
  .button:hover, .co-button:hover {
    background-color: #B4394D; }
  /* line 565, style.scss */
  .button.big, .button.co-button--checkout, .co-button.big, .co-button.co-button--checkout {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 600; }
  /* line 570, style.scss */
  .button.small, .co-button.small {
    font-size: 14px;
    padding: 7px 20px 8px; }
  /* line 574, style.scss */
  .button.color, .co-button.color {
    background: #B4394D; }
    /* line 576, style.scss */
    .button.color:hover, .co-button.color:hover {
      background: #000E24; }
  /* line 580, style.scss */
  .button:disabled, .co-button:disabled {
    cursor: not-allowed;
    background: #c5c5c5 !important; }

/* line 586, style.scss */
#footer {
  background: #000E24;
  color: #fff; }
  /* line 589, style.scss */
  #footer > .container {
    padding-top: 40px;
    padding-bottom: 40px; }
  /* line 593, style.scss */
  #footer .foot-menu {
    padding-left: 48px;
    padding-right: 0; }
    @media (max-width: 768px) {
      /* line 593, style.scss */
      #footer .foot-menu {
        padding-left: 12px;
        padding-right: 12px;
        font-size: 13px; } }
  /* line 602, style.scss */
  #footer .phone {
    margin-bottom: 24px; }
    /* line 604, style.scss */
    #footer .phone div a {
      font-size: 20px; }
    /* line 607, style.scss */
    #footer .phone .callback {
      font-size: 12px;
      border-bottom: 1px dashed #fff; }
      /* line 610, style.scss */
      #footer .phone .callback:hover {
        border-bottom: 1px dashed transparent; }
  /* line 615, style.scss */
  #footer .email {
    font-size: 18px; }
    /* line 617, style.scss */
    #footer .email i {
      font-size: 20px;
      margin-right: 12px; }
  /* line 622, style.scss */
  #footer .social {
    margin-top: 24px;
    font-size: 22px; }
    /* line 625, style.scss */
    #footer .social a {
      margin-right: 24px; }
    /* line 628, style.scss */
    #footer .social a:hover {
      opacity: 0.7; }
  /* line 632, style.scss */
  #footer .foot-logo img {
    max-width: 240px; }
  /* line 635, style.scss */
  #footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 639, style.scss */
    #footer ul li {
      margin-bottom: 12px;
      font-weight: 300; }
  /* line 644, style.scss */
  #footer .copy {
    color: #BEBEBE;
    font-size: 12px;
    padding: 24px 0;
    border-top: 1px solid #8B8B8B; }
    /* line 650, style.scss */
    #footer .copy a {
      font-weight: 600; }
  /* line 654, style.scss */
  #footer a {
    color: #fff;
    text-decoration: none; }

@media (max-width: 768px) {
  /* line 661, style.scss */
  .foot-logo-cell {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/* line 668, style.scss */
.banners {
  padding: 12px 0; }
  @media (max-width: 768px) {
    /* line 668, style.scss */
    .banners {
      padding: 6px 0; } }
  /* line 673, style.scss */
  .banners a:hover img {
    /*opacity: 0.9;*/ }
  /* line 676, style.scss */
  .banners a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: inherit;
    font-size: 22px; }
    /* line 683, style.scss */
    .banners a .banner-text {
      position: absolute;
      bottom: 29px;
      left: 23px; }
      /* line 687, style.scss */
      .banners a .banner-text .title {
        display: block;
        font-family: 'Philosopher';
        font-size: 35px;
        font-weight: bold;
        line-height: 1.1;
        margin-bottom: 2px; }
        @media (max-width: 1024px) {
          /* line 687, style.scss */
          .banners a .banner-text .title {
            font-size: 24px; } }
        @media (max-width: 480px) {
          /* line 687, style.scss */
          .banners a .banner-text .title {
            font-size: 20px; } }
      /* line 702, style.scss */
      .banners a .banner-text .text {
        display: block; }
        @media (max-width: 1024px) {
          /* line 702, style.scss */
          .banners a .banner-text .text {
            font-size: 16px; } }
        @media (max-width: 1024px) {
          /* line 702, style.scss */
          .banners a .banner-text .text {
            font-size: 12px; } }
      @media (max-width: 480px) {
        /* line 683, style.scss */
        .banners a .banner-text {
          left: 15px; } }
      @media (max-width: 1024px) {
        /* line 683, style.scss */
        .banners a .banner-text {
          bottom: 8%; } }
  /* line 719, style.scss */
  .banners a:after {
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
    content: '';
    display: inline-block;
    height: 80%;
    position: absolute;
    right: 32%;
    top: -75%;
    transform: skewY(-50deg);
    -webkit-transform: skewY(-50deg);
    -moz-transform: skewY(-50deg);
    -o-transform: skewY(-50deg);
    -ms-transform: skewY(-50deg);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    width: 150%;
    opacity: 0.5; }
  /* line 740, style.scss */
  .banners a:hover:after {
    right: -55%;
    top: 120%;
    opacity: 1; }
  /* line 745, style.scss */
  .banners img {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    display: block;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 12px; }
    @media (max-width: 768px) {
      /* line 745, style.scss */
      .banners img {
        margin-bottom: 6px;
        margin-top: 6px; } }
  /* line 761, style.scss */
  .banners .cell-8 .cell-12 a .banner-text {
    max-width: 30%;
    bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 775, style.scss */
    .banners .cell-8 .cell-12 a .banner-text .title {
      margin-bottom: 0;
      margin-top: 6px; }
  /* line 780, style.scss */
  .banners .cell-4 .cell-12 a .banner-text {
    top: 45px;
    bottom: auto;
    left: 23px;
    right: 23px;
    text-align: right; }
    @media (max-width: 480px) {
      /* line 780, style.scss */
      .banners .cell-4 .cell-12 a .banner-text {
        right: 15px; } }

@media (max-width: 768px) {
  /* line 794, style.scss */
  .banners {
    width: 100%;
    overflow: hidden; }
    /* line 797, style.scss */
    .banners .container {
      padding-left: 6px;
      padding-right: 6px; }
      /* line 802, style.scss */
      .banners .container .row [class*='cell-'] {
        padding-left: 6px;
        padding-right: 6px; } }
@media (max-width: 450px) {
  /* line 813, style.scss */
  .banners a .banner-text {
    bottom: 6.5%; }

  /* line 814, style.scss */
  .banners a .banner-text .title {
    font-size: 15px;
    line-height: 1; }

  /* line 818, style.scss */
  .banners a .banner-text .text {
    font-size: 11px; }

  /* line 821, style.scss */
  .banners .cell-4 .cell-12 a .banner-text {
    top: 14px;
    bottom: auto;
    left: auto;
    max-width: 80px;
    right: 15px;
    text-align: right; }

  /* line 829, style.scss */
  .banners a .banner-text .title {
    margin-bottom: 0; } }
/* line 834, style.scss */
.index-tabs {
  margin-bottom: calc(40px + 2%); }
  /* line 836, style.scss */
  .index-tabs .tabs-head {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 768px) {
      /* line 836, style.scss */
      .index-tabs .tabs-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 12px 0; } }
    /* line 854, style.scss */
    .index-tabs .tabs-head a {
      text-decoration: none; }
    /* line 857, style.scss */
    .index-tabs .tabs-head .button:not(.color) {
      color: inherit;
      background: transparent; }
      /* line 860, style.scss */
      .index-tabs .tabs-head .button:not(.color):hover {
        color: #B4394D; }
  /* line 866, style.scss */
  .index-tabs .tabs-content .products {
    display: none; }
  /* line 869, style.scss */
  .index-tabs .tabs-content > .products:first-child {
    display: block; }

/* line 875, style.scss */
.products {
  padding: 24px 0; }

/* line 879, style.scss */
.product-card {
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  /* line 893, style.scss */
  .product-card .actions {
    z-index: 50;
    position: absolute;
    right: 12px;
    top: 10px;
    width: auto; }
    /* line 899, style.scss */
    .product-card .actions a:hover svg path {
      fill: #5C5B5B; }
    /* line 902, style.scss */
    .product-card .actions svg {
      max-height: 23px;
      margin-left: 6px; }
    /* line 906, style.scss */
    .product-card .actions svg path {
      fill: #C5C5C5;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s; }
    /* line 914, style.scss */
    .product-card .actions .active svg path, .product-card .actions .is-added svg path {
      fill: #B4394D; }
  /* line 919, style.scss */
  .product-card a {
    text-decoration: none; }
  /* line 922, style.scss */
  .product-card > div {
    width: 100%;
    text-align: center; }
  /* line 926, style.scss */
  .product-card .price-box {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 942, style.scss */
    .product-card .price-box .price {
      font-weight: bold;
      font-size: 18px;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    /* line 949, style.scss */
    .product-card .price-box .old-price {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      font-size: 14px;
      color: #5C5B5B;
      text-decoration: line-through;
      margin-left: 15px; }
      /* line 957, style.scss */
      .product-card .price-box .old-price + .price {
        color: #B4394D; }
  /* line 963, style.scss */
  .product-card .title {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 16px;
    color: inherit;
    text-align: center;
    font-family: 'Philosopher', sans-serif; }
    /* line 971, style.scss */
    .product-card .title:hover {
      color: #B4394D; }
  /* line 975, style.scss */
  .product-card .img-wrap {
    margin-bottom: 12px;
    display: block;
    width: 100%;
    padding-top: 100%;
    height: 0;
    position: relative; }
    /* line 982, style.scss */
    .product-card .img-wrap .img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 998, style.scss */
      .product-card .img-wrap .img img, .product-card .img-wrap .img picture {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
        /* line 1003, style.scss */
        .product-card .img-wrap .img img + img, .product-card .img-wrap .img img + picture, .product-card .img-wrap .img picture + img, .product-card .img-wrap .img picture + picture {
          display: none; }
  /* line 1009, style.scss */
  .product-card .fastview {
    font-size: 14px;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 90px);
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }
    /* line 1019, style.scss */
    .product-card .fastview:hover {
      background: #5C5B5B; }
  /* line 1023, style.scss */
  .product-card .descr {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 24px; }
    /* line 1027, style.scss */
    .product-card .descr strong {
      font-weight: 600; }
    /* line 1030, style.scss */
    .product-card .descr p {
      margin: 0; }
  /* line 1034, style.scss */
  .product-card .labels {
    position: absolute;
    top: 12px;
    left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 1041, style.scss */
    .product-card .labels .label {
      border-radius: 20px;
      background: #B4394D;
      color: #fff;
      font-size: 13px;
      padding: 0px 11px;
      height: 26px;
      line-height: 26px;
      font-weight: 600; }
      /* line 1050, style.scss */
      .product-card .labels .label.discount {
        font-size: 16px; }
      /* line 1053, style.scss */
      .product-card .labels .label.disabled {
        color: #5C5B5B;
        background: #E5E5E5; }
      /* line 1057, style.scss */
      .product-card .labels .label + .label {
        border-radius: 0 20px 20px 0;
        margin-left: -11px;
        z-index: 5;
        border-left: 6px solid #b4394d;
        padding-left: 7px; }
  /* line 1066, style.scss */
  .product-card:hover {
    border: 1px solid #E5E5E5; }
    /* line 1068, style.scss */
    .product-card:hover .fastview {
      opacity: 1; }
  /* line 1073, style.scss */
  .product-card.has-alt-img:hover .img > img, .product-card.has-alt-img:hover .img > picture {
    display: none; }
  /* line 1074, style.scss */
  .product-card.has-alt-img:hover img + img, .product-card.has-alt-img:hover picture + picture {
    display: block !important; }

/* line 1080, style.scss */
.index-text {
  background: #E5E5E5;
  line-height: 1.8;
  font-size: 13px;
  text-align: justify;
  padding: calc(40px + 2px) 0; }
  /* line 1086, style.scss */
  .index-text h1 {
    text-align: center;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      /* line 1086, style.scss */
      .index-text h1 {
        line-height: 1.2; } }
  /* line 1093, style.scss */
  .index-text .container {
    max-width: 1170px; }
  /* line 1096, style.scss */
  .index-text .container > div {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 68px;
    -moz-column-gap: 68px;
    column-gap: 68px; }
    /* line 1103, style.scss */
    .index-text .container > div p {
      margin-top: 0; }
    @media (max-width: 768px) {
      /* line 1096, style.scss */
      .index-text .container > div {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1; } }

/* line 1115, style.scss */
#subscribe.bg_white {
  background: #fff; }

/* line 1119, style.scss */
.editor {
  line-height: 1.8; }
  /* line 1121, style.scss */
  .editor h1 {
    line-height: 1.2; }

/* line 1125, style.scss */
h1 {
  font-family: 'Philosopher', sans-serif;
  font-size: 27px;
  margin-top: 0; }

/* line 1131, style.scss */
.requisites {
  font-size: 15px;
  margin-top: 47px; }
  /* line 1134, style.scss */
  .requisites .title {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 12px;
    margin-top: 12px; }

@media (max-width: 1100px) {
  /* line 1146, style.scss */
  .top-header nav a {
    margin-right: 5px;
    font-size: 13px; }

  /* line 1150, style.scss */
  .catalog > .container > ul > li > a {
    font-size: 20px; } }
@media (max-width: 1024px) {
  /* line 1156, style.scss */
  .content-header {
    padding: 20px 0 7px;
    position: relative; }
    /* line 1159, style.scss */
    .content-header .container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 1162, style.scss */
      .content-header .container .logo {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px; }
        /* line 1167, style.scss */
        .content-header .container .logo img {
          max-width: 214px;
          width: 70%; }
      /* line 1172, style.scss */
      .content-header .container .lang {
        top: -9px; }
        /* line 1174, style.scss */
        .content-header .container .lang a img {
          width: 27px;
          height: 18px; }
      /* line 1179, style.scss */
      .content-header .container .search {
        margin-left: auto; }
      /* line 1182, style.scss */
      .content-header .container .search, .content-header .container .head-widget {
        z-index: 30; }
    /* line 1186, style.scss */
    .content-header .head-widgets .head-widget .counter {
      background: #888; }
    /* line 1189, style.scss */
    .content-header .toggle-mobile-menu {
      color: #fff;
      z-index: 30;
      font-size: 28px;
      line-height: 1; }

  /* line 1196, style.scss */
  .content-header:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #B4394D;
    z-index: 20;
    height: 45px; } }
@media (max-width: 768px) {
  /* line 1210, style.scss */
  .content-header .search {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    max-width: 44%;
    position: relative; } }
/* line 1218, style.scss */
.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: -100%;
  transition: left 0.3s,background 0.5s 0.3s;
  -moz-transition: left 0.3s,background 0.5s 0.3s;
  -webkit-transition: left 0.3s,background 0.5s 0.3s;
  -o-transition: left 0.3s,background 0.5s 0.3s;
  z-index: 1000;
  background: transparent; }
  /* line 1230, style.scss */
  .mobile-menu .mobile-menu-inner {
    width: 436px;
    box-shadow: 0 10px 8px 7px rgba(0, 0, 0, 0.5);
    background: #e5e5e5;
    height: 100%;
    overflow: auto; }
    @media (max-width: 480px) {
      /* line 1230, style.scss */
      .mobile-menu .mobile-menu-inner {
        width: calc(100% - 46px); } }
  /* line 1240, style.scss */
  .mobile-menu .mobile-menu-close {
    position: absolute;
    color: #ffffff;
    left: 446px;
    font-size: 32px; }
    @media (max-width: 480px) {
      /* line 1240, style.scss */
      .mobile-menu .mobile-menu-close {
        left: calc(100% - 35px); } }
  /* line 1250, style.scss */
  .mobile-menu nav {
    padding: 20px;
    padding-top: 0;
    font-size: 18px;
    margin-top: -8px; }
    /* line 1255, style.scss */
    .mobile-menu nav a {
      text-decoration: none;
      display: block;
      margin-bottom: 12px;
      color: inherit;
      font-weight: 500; }
  /* line 1263, style.scss */
  .mobile-menu .phone {
    padding: 0 20px;
    font-size: 22px;
    margin-bottom: 20px; }
    /* line 1267, style.scss */
    .mobile-menu .phone a {
      text-decoration: none; }
    /* line 1268, style.scss */
    .mobile-menu .phone u {
      text-decoration: underline; }
    /* line 1269, style.scss */
    .mobile-menu .phone a:hover u {
      text-decoration: none; }
  /* line 1272, style.scss */
  .mobile-menu .search {
    padding: 20px 20px 0 20px;
    position: relative; }
    /* line 1275, style.scss */
    .mobile-menu .search input {
      width: 100%;
      border: 0;
      height: 36px;
      font-family: inherit;
      color: inherit;
      line-height: 36px;
      border-radius: 36px;
      padding: 0 21px;
      font-size: 16px;
      outline: none; }
      /* line 1286, style.scss */
      .mobile-menu .search input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #5C5B5B; }
      /* line 1289, style.scss */
      .mobile-menu .search input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #5C5B5B;
        opacity: 1; }
      /* line 1293, style.scss */
      .mobile-menu .search input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #5C5B5B;
        opacity: 1; }
      /* line 1297, style.scss */
      .mobile-menu .search input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #5C5B5B; }
    /* line 1301, style.scss */
    .mobile-menu .search button {
      position: absolute;
      z-index: 20;
      right: 30px;
      top: 27px;
      width: 20px;
      height: 20px;
      background: transparent;
      font-size: 18px;
      color: #6f6f6f;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0;
      border: 0;
      outline: none; }

@media (max-width: 1024px) {
  /* line 1322, style.scss */
  .mobile-menu-opened {
    overflow: hidden; }
    /* line 1324, style.scss */
    .mobile-menu-opened .mobile-menu {
      left: 0;
      background: rgba(0, 0, 0, 0.4); } }
/* line 1332, style.scss */
.mobile-catalog {
  list-style: none;
  margin: 0;
  padding: 20px;
  font-size: 18px;
  font-weight: 500; }
  /* line 1338, style.scss */
  .mobile-catalog a {
    color: inherit;
    text-decoration: none; }
  /* line 1342, style.scss */
  .mobile-catalog li {
    margin-top: 12px; }
  /* line 1345, style.scss */
  .mobile-catalog li.active > a {
    color: #B4394D; }
  /* line 1348, style.scss */
  .mobile-catalog ul {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
    /* line 1355, style.scss */
    .mobile-catalog ul ul {
      font-size: 16px; }
  /* line 1357, style.scss */
  .mobile-catalog li.opened > ul {
    max-height: 2000px; }
  /* line 1360, style.scss */
  .mobile-catalog li.opened > a + span.toggler > .mn {
    display: block; }
  /* line 1361, style.scss */
  .mobile-catalog li.opened > a + span.toggler > .pl {
    display: none; }
  /* line 1362, style.scss */
  .mobile-catalog li {
    position: relative;
    padding-right: 20px; }
    /* line 1365, style.scss */
    .mobile-catalog li .toggler {
      position: absolute;
      top: 0px;
      right: 0;
      line-height: 1;
      font-size: 26px;
      cursor: pointer; }
      /* line 1372, style.scss */
      .mobile-catalog li .toggler .mn {
        display: none;
        width: 15px;
        text-align: center; }
  /* line 1376, style.scss */
  .mobile-catalog ul {
    margin: 0;
    margin-left: 24px;
    list-style: none;
    padding: 0;
    margin-right: -20px; }

/* line 1385, style.scss */
.mobile-menu nav a.active {
  color: #B4394D; }

/* line 1387, style.scss */
.collection-content aside {
  max-width: 297px; }
  /* line 1389, style.scss */
  .collection-content aside .day-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px solid #E5E5E5;
    border-radius: 3px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin: 24px 0; }
    /* line 1405, style.scss */
    .collection-content aside .day-product .dp-heading {
      font-family: 'Philosopher';
      font-weight: bold;
      font-size: 22px; }
    /* line 1410, style.scss */
    .collection-content aside .day-product .dp-title {
      font-family: 'Philosopher';
      font-weight: bold;
      font-size: 20px;
      text-decoration: none;
      color: inherit;
      margin-bottom: 12px; }
      /* line 1417, style.scss */
      .collection-content aside .day-product .dp-title:hover {
        color: #B4394D; }
    /* line 1421, style.scss */
    .collection-content aside .day-product .img {
      position: relative;
      display: block;
      width: 100%;
      margin: 24px 0; }
      /* line 1426, style.scss */
      .collection-content aside .day-product .img .label {
        font-size: 18px;
        display: block;
        font-weight: 700;
        width: 56px;
        height: 56px;
        line-height: 56px;
        top: -5px;
        color: #fff;
        right: 0;
        position: absolute;
        background: #B4394D;
        border-radius: 100%; }
    /* line 1442, style.scss */
    .collection-content aside .day-product .prices .price {
      font-family: Montserrat;
      font-style: normal;
      font-weight: bold;
      font-size: 18px; }
    /* line 1449, style.scss */
    .collection-content aside .day-product .prices .old-price {
      font-family: Montserrat;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through;
      color: #5C5B5B; }
    /* line 1459, style.scss */
    .collection-content aside .day-product .prices.action .price {
      color: #B4394D; }

/* line 1468, style.scss */
.filter {
  margin-bottom: calc(40px + 2%); }
  /* line 1470, style.scss */
  .filter .button {
    margin-top: 20px;
    font-size: 14px; }
  /* line 1474, style.scss */
  .filter .filter-inner {
    margin-right: 5px;
    max-height: 206px;
    overflow: auto;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    scrollbar-color: #5C5B5B #E5E5E5;
    scrollbar-width: thin;
    -moz-margin-end: 0; }
    /* line 1485, style.scss */
    .filter .filter-inner::-webkit-scrollbar {
      width: 2px; }
    /* line 1488, style.scss */
    .filter .filter-inner::-webkit-scrollbar-track {
      background: #E5E5E5; }
    /* line 1491, style.scss */
    .filter .filter-inner::-webkit-scrollbar-thumb {
      background: #5C5B5B; }
  /* line 1495, style.scss */
  .filter .filter-block {
    margin-bottom: 6px; }
    /* line 1498, style.scss */
    .filter .filter-block.closed .filter-inner {
      max-height: 0;
      overflow: hidden; }
    /* line 1503, style.scss */
    .filter .filter-block.closed .title .fa-angle-up {
      display: none; }
    /* line 1506, style.scss */
    .filter .filter-block.closed .title .fa-angle-down {
      display: block; }
  /* line 1512, style.scss */
  .filter .title {
    padding: 12px 0;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding-right: 20px;
    cursor: pointer; }
    /* line 1519, style.scss */
    .filter .title i {
      position: absolute;
      right: 0;
      top: 15px; }
    /* line 1524, style.scss */
    .filter .title .fa-angle-down {
      display: none; }
  /* line 1528, style.scss */
  .filter .label-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0;
    font-weight: 300; }
    /* line 1537, style.scss */
    .filter .label-check .text {
      font-size: 16px;
      max-width: calc(100% - 32px); }
    /* line 1541, style.scss */
    .filter .label-check .checkbox {
      width: 18px;
      height: 18px;
      border: 1px solid #B5B5B5;
      border-radius: 2px;
      position: relative;
      margin-right: 12px;
      display: block; }
    /* line 1550, style.scss */
    .filter .label-check input {
      /*position: absolute;
      left: -6000px;*/
      opacity: 0;
      width: 0;
      height: 0;
      padding: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      /* line 1562, style.scss */
      .filter .label-check input:checked + .checkbox + .text {
        color: #B4394D; }
      /* line 1565, style.scss */
      .filter .label-check input:checked + .checkbox {
        border-color: #B4394D; }
        /* line 1567, style.scss */
        .filter .label-check input:checked + .checkbox:after {
          content: '';
          width: 12px;
          height: 12px;
          background: #B4394D;
          position: absolute;
          top: 2px;
          left: 2px;
          border-radius: 2px; }
      /* line 1582, style.scss */
      .filter .label-check input:disabled + .checkbox + .text {
        color: #d0d0d0;
        cursor: not-allowed; }
      /* line 1586, style.scss */
      .filter .label-check input:disabled + .checkbox {
        cursor: not-allowed;
        border-color: #e2e1e1; }
  /* line 1596, style.scss */
  .filter .filter-price .cell-6 {
    position: relative; }
    /* line 1598, style.scss */
    .filter .filter-price .cell-6 a {
      position: absolute;
      z-index: -1;
      right: 19px;
      top: 22px;
      font-size: 18px;
      opacity: 0;
      transition: opacity 0.5s;
      -moz-transition: opacity 0.5s;
      -webkit-transition: opacity 0.5s;
      -o-transition: opacity 0.5s; }
    /* line 1612, style.scss */
    .filter .filter-price .cell-6.active input {
      border-color: #B4394D; }
    /* line 1613, style.scss */
    .filter .filter-price .cell-6.active a {
      opacity: 1;
      z-index: 10; }
  /* line 1618, style.scss */
  .filter .filter-price label {
    color: #5C5B5B; }
  /* line 1621, style.scss */
  .filter .filter-price .filter-inner {
    overflow: visible;
    padding-right: 20px; }
  /* line 1625, style.scss */
  .filter .filter-price input {
    width: 100%;
    /*max-width: 117px;*/
    height: 29px;
    outline: none;
    line-height: 29px;
    border-radius: 2px;
    border: 1px solid #B5B5B5;
    font-family: inherit;
    color: inherit; }

/* line 1639, style.scss */
.breadcrumbs {
  padding: 15px 0;
  font-size: 13px; }
  /* line 1643, style.scss */
  .breadcrumbs a {
    text-decoration: none;
    color: #888; }
    /* line 1646, style.scss */
    .breadcrumbs a:hover {
      color: inherit; }
    /* line 1649, style.scss */
    .breadcrumbs a:after {
      content: '>';
      margin: 0 5px 0 7px;
      position: relative;
      bottom: -1px; }
    /* line 1655, style.scss */
    .breadcrumbs a:last-child {
      color: #B4394D !important;
      padding-right: 0; }
      /* line 1658, style.scss */
      .breadcrumbs a:last-child:after {
        display: none; }
  /* line 1663, style.scss */
  .breadcrumbs span {
    color: #B4394D !important;
    padding-right: 0; }
    /* line 1666, style.scss */
    .breadcrumbs span:after {
      display: none; }

/* line 1672, style.scss */
.collection-content {
  padding-top: 10px; }
  /* line 1674, style.scss */
  .collection-content h1 {
    font-size: 32px;
    line-height: 1; }
    @media (max-width: 768px) {
      /* line 1674, style.scss */
      .collection-content h1 {
        font-size: 24px; } }
  /* line 1681, style.scss */
  .collection-content .subcols {
    margin-bottom: 12px; }
    @media (max-width: 480px) {
      /* line 1681, style.scss */
      .collection-content .subcols {
        margin-bottom: 20px; } }
    /* line 1686, style.scss */
    .collection-content .subcols a {
      font-size: 14px;
      padding: 0 16px;
      text-decoration: none;
      height: 29px;
      display: inline-block;
      line-height: 27px;
      color: #B4394D;
      border: 1px solid #B4394D;
      border-radius: 30px;
      margin: 6px 0;
      margin-right: 12px;
      position: relative; }
      @media (max-width: 768px) {
        /* line 1686, style.scss */
        .collection-content .subcols a {
          margin-right: 6px; } }
      /* line 1702, style.scss */
      .collection-content .subcols a.active {
        background: #B4394D;
        color: #fff !important;
        border-color: #B4394D !important; }
      /* line 1707, style.scss */
      .collection-content .subcols a .tooltip {
        color: #B4394D;
        background: rgba(255, 255, 255, 0.48);
        width: 11px;
        height: 11px;
        position: absolute;
        top: 3px;
        right: 5px;
        text-align: center;
        border-radius: 100%;
        line-height: 11px;
        font-weight: 600;
        font-size: 10px; }
      /* line 1721, style.scss */
      .collection-content .subcols a:hover {
        border-color: #000E24;
        color: #000E24; }
  @media (max-width: 480px) {
    /* line 1672, style.scss */
    .collection-content {
      padding-top: 0; } }

/* line 1728, style.scss */
.sorting-block {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1740, style.scss */
.style-select, .option-values {
  padding-right: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  font-family: inherit;
  font-weight: 600;
  box-shadow: none;
  outline: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.91016 6.40234C5.15625 6.64844 5.56641 6.64844 5.8125 6.40234L9.53125 2.68359C9.80469 2.41016 9.80469 2 9.53125 1.75391L8.92969 1.125C8.65625 0.878906 8.24609 0.878906 8 1.125L5.34766 3.77734L2.72266 1.125C2.47656 0.878906 2.06641 0.878906 1.79297 1.125L1.19141 1.75391C0.917969 2 0.917969 2.41016 1.19141 2.68359L4.91016 6.40234Z' fill='black'/%3E%3C/svg%3E%0A");
  background-position: right center;
  background-repeat: no-repeat; }
  /* line 1755, style.scss */
  .style-select::-ms-expand, .option-values::-ms-expand {
    display: none; }
  /* line 1758, style.scss */
  .style-select option, .option-values option {
    font-weight: normal; }

/* line 1762, style.scss */
.filtered-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 1024px) {
    /* line 1762, style.scss */
    .filtered-values {
      margin: 0 -6px; } }
  /* line 1774, style.scss */
  .filtered-values strong {
    margin-right: 6px; }
  /* line 1777, style.scss */
  .filtered-values .filtered-value {
    margin: 6px;
    height: 30px;
    line-height: 30px;
    padding: 0 13px 0 16px;
    border-radius: 30px;
    background: #E5E5E5;
    font-weight: 500;
    font-size: 14px;
    color: #5C5B5B; }
    /* line 1787, style.scss */
    .filtered-values .filtered-value .cancel-value {
      font-size: 12px;
      margin-left: 10px;
      cursor: pointer; }
      /* line 1791, style.scss */
      .filtered-values .filtered-value .cancel-value:hover {
        color: #B4394D; }

/* line 1798, style.scss */
.products > .row > .cell-4, .products > .row > .cell-3 {
  margin-bottom: 40px; }

/* line 1802, style.scss */
.seo-links {
  padding: 40px 0; }
  /* line 1804, style.scss */
  .seo-links a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px dashed;
    margin-right: 12px; }
    /* line 1811, style.scss */
    .seo-links a:hover {
      color: #B4394D; }

/* line 1817, style.scss */
.seo-text {
  color: #5C5B5B;
  font-size: 13px;
  line-height: 20px; }

/* line 1822, style.scss */
.open-filter {
  margin: 12px 0;
  font-weight: 600;
  text-decoration: none;
  color: inherit; }
  /* line 1827, style.scss */
  .open-filter:hover {
    color: #B4394D; }
  /* line 1830, style.scss */
  .open-filter span {
    border-bottom: 1px dashed; }

@media (max-width: 1024px) {
  /* line 1837, style.scss */
  .mobile-filter {
    max-width: inherit;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0 !important;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: -100%;
    transition: left 0.3s,background 0.5s 0.3s;
    -moz-transition: left 0.3s,background 0.5s 0.3s;
    -webkit-transition: left 0.3s,background 0.5s 0.3s;
    -o-transition: left 0.3s,background 0.5s 0.3s;
    z-index: 1000;
    background: transparent; }
    /* line 1853, style.scss */
    .mobile-filter .mobile-filter-inner {
      width: 436px;
      box-shadow: 0 10px 8px 7px rgba(0, 0, 0, 0.5);
      background: #e5e5e5;
      height: 100%;
      overflow: auto; } }
    @media (max-width: 1024px) and (max-width: 480px) {
      /* line 1853, style.scss */
      .mobile-filter .mobile-filter-inner {
        width: calc(100% - 46px); } }
@media (max-width: 1024px) {
    /* line 1863, style.scss */
    .mobile-filter .mobile-filter-close {
      position: absolute;
      color: #ffffff;
      left: 446px;
      font-size: 32px; } }
    @media (max-width: 1024px) and (max-width: 480px) {
      /* line 1863, style.scss */
      .mobile-filter .mobile-filter-close {
        left: calc(100% - 35px); } }
@media (max-width: 1024px) {
    /* line 1872, style.scss */
    .mobile-filter aside {
      max-width: inherit; }
    /* line 1875, style.scss */
    .mobile-filter .filter {
      margin: 0;
      padding: 20px; }
      /* line 1878, style.scss */
      .mobile-filter .filter .sorting select {
        width: 100%;
        margin-bottom: 20px;
        background-color: #e5e5e5;
        font-size: 18px;
        background-size: 13px; }

  /* line 1887, style.scss */
  .mobile-filter-opened {
    overflow: hidden; }
    /* line 1889, style.scss */
    .mobile-filter-opened .mobile-filter {
      left: 0;
      background: rgba(0, 0, 0, 0.4); } }
@media (max-width: 580px) {
  /* line 1897, style.scss */
  .product-card {
    padding: 0;
    border: 0 !important; }
    /* line 1900, style.scss */
    .product-card .labels {
      top: 0;
      left: 0; }
    /* line 1904, style.scss */
    .product-card .actions {
      top: 0;
      right: 0; }
      /* line 1907, style.scss */
      .product-card .actions a svg {
        margin-left: 4px; }

  /* line 1912, style.scss */
  .product-card .fastview {
    display: none !important; } }
/* line 1918, style.scss */
.button.loading {
  display: inline-block;
  width: 46px;
  height: 46px;
  font-size: 0;
  padding: 0;
  background: transparent;
  transition: all 0s;
  -moz-transition: all 0s;
  -webkit-transition: all 0s;
  -o-transition: all 0s; }
  /* line 1929, style.scss */
  .button.loading:after {
    content: " ";
    display: block;
    width: 42px;
    height: 42px;
    margin: 0px;
    border-radius: 50%;
    border: 6px solid #B4394D;
    border-color: #B4394D transparent #B4394D transparent;
    -webkit-animation: lds-dual-ring 1s linear infinite;
    animation: lds-dual-ring 1s linear infinite; }
  /* line 1941, style.scss */
  .button.loading:hover {
    background: transparent; }

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* line 1965, style.scss */
aside .ask-block {
  margin-bottom: 24px; }

/* line 1969, style.scss */
.ask-block {
  background: #000E24;
  color: #fff;
  position: relative;
  padding: 30px 30px 30px 67px;
  border-radius: 3px; }
  @media (max-width: 1024px) {
    /* line 1969, style.scss */
    .ask-block {
      border-radius: 0; } }
  @media (max-width: 480px) {
    /* line 1969, style.scss */
    .ask-block {
      padding: 20px; } }
  /* line 1981, style.scss */
  .ask-block i {
    position: absolute;
    top: 34px;
    left: 20px;
    font-size: 27px;
    color: #fff; }
    @media (max-width: 480px) {
      /* line 1981, style.scss */
      .ask-block i {
        position: static;
        margin-right: 12px; } }
  /* line 1992, style.scss */
  .ask-block .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3; }
    @media (max-width: 480px) {
      /* line 1992, style.scss */
      .ask-block .title {
        font-size: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  /* line 2006, style.scss */
  .ask-block p {
    font-size: 16px; }
  /* line 2010, style.scss */
  .ask-block .button {
    color: #000E24;
    background: #fff;
    padding: 12px 24px; }
    /* line 2014, style.scss */
    .ask-block .button:hover {
      opacity: 0.8; }
    @media (max-width: 480px) {
      /* line 2010, style.scss */
      .ask-block .button {
        width: 100%;
        text-align: center; } }

/* line 2024, style.scss */
.modal-block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000; }
  /* line 2033, style.scss */
  .modal-block .modal-block-inner {
    max-height: 92%;
    overflow: auto;
    border-radius: 5px;
    background: #fff;
    max-width: 480px;
    width: 92%;
    padding: 20px;
    position: relative; }
    /* line 2042, style.scss */
    .modal-block .modal-block-inner .title {
      font-weight: 600;
      font-size: 20px;
      margin-bottom: 24px; }
    /* line 2047, style.scss */
    .modal-block .modal-block-inner .modal-block-close {
      position: absolute;
      right: 12px;
      top: 7px;
      font-size: 20px;
      color: #a0a0a0; }
      /* line 2053, style.scss */
      .modal-block .modal-block-inner .modal-block-close:hover {
        color: #000e25; }
  /* line 2058, style.scss */
  .modal-block .modal-block-position {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 2075, style.scss */
  .modal-block form input, .modal-block form textarea {
    margin-bottom: 12px;
    width: 100%;
    padding: 5px 10px;
    font-family: inherit;
    border-radius: 0;
    border: 1px solid #B5B5B5;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: 0; }
    /* line 2087, style.scss */
    .modal-block form input.is-error, .modal-block form textarea.is-error {
      box-shadow: 0 0 2px 2px #B4394D;
      border: #B4394D; }

/* line 2096, style.scss */
#quick-modal .product-content .product-gallery .thumb-gallery .cell-fifth {
  padding-left: 6px;
  padding-right: 6px; }
/* line 2100, style.scss */
#quick-modal .modal-block-inner {
  max-width: 1024px; }
/* line 2103, style.scss */
#quick-modal .product-content {
  padding-top: 0; }
  /* line 2105, style.scss */
  #quick-modal .product-content .back-button {
    margin-bottom: 12px; }
/* line 2110, style.scss */
#quick-modal .product-content h1 {
  font-size: 27px;
  line-height: 1; }
  /* line 2113, style.scss */
  #quick-modal .product-content h1 a {
    text-decoration: none;
    color: inherit; }
    /* line 2116, style.scss */
    #quick-modal .product-content h1 a:hover {
      color: #B4394D; }
/* line 2121, style.scss */
#quick-modal .product-content .product-info .buyzone .button.big {
  font-size: 16px;
  padding: 10px 28px; }
/* line 2125, style.scss */
#quick-modal .product-content .product-info .buyzone .prices-wrap {
  margin-bottom: 20px; }
/* line 2128, style.scss */
#quick-modal .product-content .product-info .product-actions, #quick-modal .product-content .product-info .props, #quick-modal .product-reviews .review-block .review-body {
  font-size: 14px; }
  @media (max-width: 830px) {
    /* line 2128, style.scss */
    #quick-modal .product-content .product-info .product-actions, #quick-modal .product-content .product-info .props, #quick-modal .product-reviews .review-block .review-body {
      font-size: 13px; } }
/* line 2134, style.scss */
#quick-modal .product-reviews .heading .title {
  font-size: 24px; }
/* line 2137, style.scss */
#quick-modal .product-content .product-info .buyzone .price-box .old-price {
  font-size: 16px;
  white-space: nowrap;
  margin-left: 10px; }
/* line 2142, style.scss */
#quick-modal .product-content .product-info .buyzone .price-box .price {
  font-size: 24px;
  white-space: nowrap; }
@media (max-width: 830px) {
  /* line 2147, style.scss */
  #quick-modal .product-content .product-info .buyzone .prices-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
    /* line 2156, style.scss */
    #quick-modal .product-content .product-info .buyzone .prices-wrap .labels {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      margin-bottom: 12px; }
    /* line 2162, style.scss */
    #quick-modal .product-content .product-info .buyzone .prices-wrap .price-box {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
@media (max-width: 580px) {
  /* line 2095, style.scss */
  #quick-modal {
    display: none !important; } }
@media (max-width: 768px) {
  /* line 2173, style.scss */
  #quick-modal .product-content .product-info .product-actions a:first-child {
    margin-right: 12px; } }

/* line 2179, style.scss */
.product-content {
  padding-top: 30px; }
  /* line 2181, style.scss */
  .product-content h1 {
    font-size: 32px; }
  /* line 2185, style.scss */
  .product-content .product-info .sku {
    margin-bottom: 1.5em;
    font-size: 16px; }
    /* line 2188, style.scss */
    .product-content .product-info .sku strong {
      margin-left: 5px; }
  /* line 2192, style.scss */
  .product-content .product-info .buyzone {
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0 30px 0;
    margin-bottom: 20px; }
    /* line 2197, style.scss */
    .product-content .product-info .buyzone .labels {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      /* line 2201, style.scss */
      .product-content .product-info .buyzone .labels .label {
        border-radius: 20px;
        background: #B4394D;
        color: #fff;
        font-size: 13px;
        padding: 0px 11px;
        height: 26px;
        line-height: 26px;
        font-weight: 600; }
        /* line 2210, style.scss */
        .product-content .product-info .buyzone .labels .label.discount {
          font-size: 16px; }
        /* line 2213, style.scss */
        .product-content .product-info .buyzone .labels .label.disabled {
          color: #5C5B5B;
          background: #E5E5E5; }
        /* line 2217, style.scss */
        .product-content .product-info .buyzone .labels .label + .label {
          border-radius: 0 20px 20px 0;
          margin-left: -11px;
          z-index: 5;
          border-left: 6px solid #b4394d;
          padding-left: 7px; }
    /* line 2226, style.scss */
    .product-content .product-info .buyzone .price-box {
      margin-top: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: 'Montserrat', sans-serif;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 10px; }
      /* line 2243, style.scss */
      .product-content .product-info .buyzone .price-box .price {
        font-weight: bold;
        font-size: 27px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
      /* line 2250, style.scss */
      .product-content .product-info .buyzone .price-box .old-price {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        font-size: 20px;
        color: #5C5B5B;
        text-decoration: line-through;
        margin-left: 15px; }
        /* line 2258, style.scss */
        .product-content .product-info .buyzone .price-box .old-price + .price {
          color: #B4394D; }
    /* line 2264, style.scss */
    .product-content .product-info .buyzone .prices-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 30px; }
    /* line 2273, style.scss */
    .product-content .product-info .buyzone .button.big {
      padding: 12px 30px;
      font-size: 20px;
      font-weight: 500; }
    /* line 2278, style.scss */
    .product-content .product-info .buyzone .notice {
      margin-bottom: 24px;
      margin-top: -13px; }
  /* line 2283, style.scss */
  .product-content .product-info .product-actions {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600; }
    /* line 2291, style.scss */
    .product-content .product-info .product-actions a {
      text-decoration: none;
      color: inherit;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      line-height: 1.25; }
      /* line 2301, style.scss */
      .product-content .product-info .product-actions a:first-child {
        margin-right: 25px; }
    /* line 2307, style.scss */
    .product-content .product-info .product-actions a:hover svg path {
      fill: #5C5B5B; }
    /* line 2310, style.scss */
    .product-content .product-info .product-actions svg {
      max-height: 23px;
      margin-left: 8px; }
    /* line 2314, style.scss */
    .product-content .product-info .product-actions svg path {
      fill: #C5C5C5;
      transition: all 0.5s;
      -moz-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -o-transition: all 0.5s; }
    /* line 2322, style.scss */
    .product-content .product-info .product-actions .active svg path, .product-content .product-info .product-actions .is-added svg path {
      fill: #B4394D; }
  /* line 2327, style.scss */
  .product-content .product-info .props {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    font-size: 16px; }
    /* line 2333, style.scss */
    .product-content .product-info .props span {
      font-weight: 300; }
    /* line 2336, style.scss */
    .product-content .product-info .props strong {
      font-weight: 500; }
    /* line 2339, style.scss */
    .product-content .product-info .props li {
      margin-bottom: 8px; }
    /* line 2342, style.scss */
    .product-content .product-info .props strong {
      margin-left: 5px; }
    /* line 2345, style.scss */
    .product-content .product-info .props a {
      text-decoration: none;
      border-bottom: 1px dashed; }
      /* line 2348, style.scss */
      .product-content .product-info .props a:hover {
        border-color: transparent; }
  /* line 2355, style.scss */
  .product-content .back-button i {
    font-size: 12px;
    margin-right: 7px;
    margin-left: -4px; }
  /* line 2362, style.scss */
  .product-content .product-gallery .thumb-gallery {
    padding-top: 12px; }
    /* line 2364, style.scss */
    .product-content .product-gallery .thumb-gallery a {
      text-decoration: none;
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      display: block;
      position: relative; }
      /* line 2371, style.scss */
      .product-content .product-gallery .thumb-gallery a span {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        /* line 2386, style.scss */
        .product-content .product-gallery .thumb-gallery a span img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
      /* line 2393, style.scss */
      .product-content .product-gallery .thumb-gallery a .labels {
        position: absolute;
        top: 5px;
        left: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        /* line 2400, style.scss */
        .product-content .product-gallery .thumb-gallery a .labels .label {
          border-radius: 20px;
          background: #B4394D;
          color: #fff;
          font-size: 11px;
          padding: 0px 10px;
          height: 20px;
          line-height: 20px;
          font-weight: 600; }
          /* line 2409, style.scss */
          .product-content .product-gallery .thumb-gallery a .labels .label.discount {
            font-size: 12px; }
          /* line 2412, style.scss */
          .product-content .product-gallery .thumb-gallery a .labels .label.disabled {
            color: #5C5B5B;
            background: #E5E5E5; }
          /* line 2416, style.scss */
          .product-content .product-gallery .thumb-gallery a .labels .label + .label {
            border-radius: 0 20px 20px 0;
            margin-left: -11px;
            z-index: 5;
            border-left: 6px solid #b4394d;
            padding-left: 7px; }
    @media (max-width: 768px) {
      /* line 2427, style.scss */
      .product-content .product-gallery .thumb-gallery .cell-fifth {
        padding-left: 6px;
        padding-right: 6px; } }

/* line 2437, style.scss */
.product-gallery, .product-info {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    /* line 2437, style.scss */
    .product-gallery, .product-info {
      margin-bottom: 40px; } }

/* line 2444, style.scss */
.product-related-wrap {
  padding: 50px 0;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  margin-bottom: -1px; }

/* line 2450, style.scss */
.product-reviews {
  padding: 50px 0;
  border-top: 1px solid #CFCFCF;
  margin-bottom: 40px; }
  /* line 2454, style.scss */
  .product-reviews .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    /* line 2462, style.scss */
    .product-reviews .heading .title {
      font-size: 27px;
      font-family: 'Philosopher', sans-serif;
      font-weight: 600; }
    /* line 2467, style.scss */
    .product-reviews .heading .review-link {
      margin-left: 40px;
      font-weight: 500;
      font-size: 16px; }
      /* line 2471, style.scss */
      .product-reviews .heading .review-link i {
        font-size: 14px;
        margin-right: 4px; }
      /* line 2475, style.scss */
      .product-reviews .heading .review-link a {
        text-decoration: none;
        color: inherit;
        border-bottom: 1px dashed; }
        /* line 2479, style.scss */
        .product-reviews .heading .review-link a:hover {
          border-color: transparent; }
  /* line 2485, style.scss */
  .product-reviews .review-block {
    position: relative;
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 30px; }
    /* line 2490, style.scss */
    .product-reviews .review-block:after {
      font-family: "Font Awesome 5 Free";
      content: "\f086";
      font-size: 23px;
      color: #CFCFCF;
      position: absolute;
      top: 0;
      left: 0;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-weight: 900;
      line-height: 1; }
    /* line 2507, style.scss */
    .product-reviews .review-block .author {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px; }
    /* line 2512, style.scss */
    .product-reviews .review-block .review-body {
      font-size: 16px;
      font-weight: 300;
      color: #5C5B5B; }
  /* line 2518, style.scss */
  .product-reviews .reviews-listing {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px; }

/* line 2527, style.scss */
.related-products > .title {
  font-size: 24px;
  font-family: 'Philosopher', sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2; }

/* line 2537, style.scss */
.form-small-note {
  line-height: 1.2;
  margin-top: 0; }

/* line 2541, style.scss */
.mz-expand > span, .mz-expand > div[id], .MagicZoom figure > span, .MagicZoom figure > div[id], .mz-figure span {
  position: absolute !important;
  left: -6000px !important; }

/* line 2546, style.scss */
body .MagicZoom, body .mz-figure {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

/* line 2551, style.scss */
.product-reviews > .container > a.button {
  margin-left: 48px; }

@media (max-width: 768px) {
  /* line 2555, style.scss */
  .product-content {
    padding-top: 0; }
    /* line 2557, style.scss */
    .product-content .back-button {
      margin-bottom: 12px; }

  /* line 2562, style.scss */
  .product-content h1 {
    font-size: 27px; }

  /* line 2565, style.scss */
  .product-content .product-info .buyzone .button.big {
    font-size: 16px;
    padding: 10px 28px; }

  /* line 2569, style.scss */
  .product-content .product-info .buyzone .prices-wrap {
    margin-bottom: 20px; }

  /* line 2572, style.scss */
  .product-content .product-info .product-actions, .product-content .product-info .props, .product-reviews .review-block .review-body {
    font-size: 14px; }

  /* line 2575, style.scss */
  .product-reviews .heading .title {
    font-size: 24px; }

  /* line 2578, style.scss */
  .product-content .product-info .buyzone .price-box .old-price {
    font-size: 16px;
    white-space: nowrap;
    margin-left: 10px; }

  /* line 2583, style.scss */
  .product-content .product-info .buyzone .price-box .price {
    font-size: 24px;
    white-space: nowrap; } }
@media (max-width: 480px) {
  /* line 2590, style.scss */
  .product-reviews .review-block {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px; }

  /* line 2596, style.scss */
  .product-reviews .review-block:after {
    display: none; }

  /* line 2599, style.scss */
  .product-reviews > .container > a.button {
    margin-left: 0px; }

  /* line 2602, style.scss */
  .product-reviews {
    padding: 24px 0;
    margin-bottom: 30px; }

  /* line 2606, style.scss */
  .product-reviews .heading {
    display: block; }

  /* line 2609, style.scss */
  .product-reviews .heading .review-link {
    margin-left: 0;
    margin-top: 10px; }

  /* line 2613, style.scss */
  .product-gallery, .product-info {
    margin-bottom: 20px; }

  /* line 2616, style.scss */
  .product-content .product-info .buyzone .prices-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start; }
    /* line 2625, style.scss */
    .product-content .product-info .buyzone .prices-wrap .labels {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0;
      margin-bottom: 12px; }
    /* line 2631, style.scss */
    .product-content .product-info .buyzone .prices-wrap .price-box {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }
/* line 2639, style.scss */
.ovh {
  overflow: hidden;
  padding-right: 15px; }

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

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

@media screen and (max-width: 480px) {
  /* line 60, _layout.scss */
  /* line 2666, style.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 76, _layout.scss */
/* line 2674, style.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 91, _layout.scss */
/* line 2689, style.scss */
.njs-alert p {
  font-size: 18px;
  line-height: 23px; }

@media screen and (max-width: 480px) {
  /* line 76, _layout.scss */
  /* line 2694, style.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    border-radius: 0; } }
/* line 2699, style.scss */
.micro-alert {
  position: fixed;
  bottom: 30px;
  right: 30px;
  padding: 0;
  font-size: 16px;
  z-index: 99999; }

/* line 2707, style.scss */
.micro-alert:empty {
  display: none; }

/* line 2710, style.scss */
.micro-alert-item {
  border-radius: 3px;
  padding: 5px 10px;
  -webkit-animation: micro-alert 300ms;
  animation: micro-alert 300ms;
  margin-top: 10px;
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

/* line 2721, style.scss */
.micro-alert-item.is-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

/* line 2727, style.scss */
.micro-alert-item.is-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

/* line 2732, style.scss */
.micro-alert-item.is-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

@-webkit-keyframes micro-alert {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes micro-alert {
  from {
    -webkit-transform: scale(0);
    transform: scale(0); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* line 2761, style.scss */
[data-success-msg] {
  background: #00800033;
  padding: 12px 15px;
  border-radius: 3px;
  font-size: 12px; }

/* line 2768, style.scss */
[data-error-msg] {
  background: #f443364f;
  padding: 12px 15px;
  border-radius: 3px;
  font-size: 12px; }

/* line 2775, style.scss */
.notice {
  padding: 10px 20px;
  background: #ffa50030;
  border: 1px solid orange;
  font-size: 13px; }
  /* line 2780, style.scss */
  .notice.is-success {
    background: #00ff5c30;
    border: 1px solid #2bb55b; }

/* line 2784, style.scss */
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 2802, style.scss */
.mb-24 {
  margin-bottom: 24px; }

/* line 2805, style.scss */
.cart-table {
  margin-bottom: 20px; }
  /* line 2807, style.scss */
  .cart-table .cart-item {
    border-bottom: 1px solid #e5e5e5; }
  /* line 2808, style.scss */
  .cart-table .item-img-wrap {
    display: block;
    height: 0;
    width: 100%;
    padding-top: 100%;
    position: relative; }
    /* line 2814, style.scss */
    .cart-table .item-img-wrap a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 2829, style.scss */
      .cart-table .item-img-wrap a img {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
  /* line 2833, style.scss */
  .cart-table .item-sku {
    color: #8b8b8b;
    font-size: 12px; }
  /* line 2834, style.scss */
  .cart-table .item-title {
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    color: inherit; }
  /* line 2838, style.scss */
  .cart-table .item-prices {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap; }
  /* line 2843, style.scss */
  .cart-table .item-delete button {
    padding: 0;
    background: transparent;
    color: #444;
    font-size: 32px; }
    /* line 2848, style.scss */
    .cart-table .item-delete button:hover {
      color: #B4394D; }
  /* line 2853, style.scss */
  .cart-table .item-counter .counter {
    margin: 0 auto;
    max-width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 2866, style.scss */
  .cart-table .item-counter input {
    font-family: inherit;
    border-radius: 0;
    border: 0;
    width: calc(100% - 60px);
    text-align: center; }
  /* line 2873, style.scss */
  .cart-table .item-counter button.is-count-down {
    padding: 2px 8px 4px 10px;
    border-radius: 20px 0 0 20px;
    font-size: 20px;
    line-height: 1; }
  /* line 2879, style.scss */
  .cart-table .item-counter button.is-count-up {
    padding: 2px 8px 4px 6px;
    border-radius: 0 20px 20px 0;
    font-size: 20px;
    line-height: 1; }
  /* line 2885, style.scss */
  .cart-table .item-counter .hide-counter-buttons button {
    display: none; }

/* line 2889, style.scss */
.discount-input {
  padding: 0 28px 0 14px;
  height: 36px;
  width: calc(100% - 123px);
  border: 1px solid #e5e5e5;
  border-radius: 20px 0 0 20px;
  border-right: 0;
  margin-right: -18px;
  font-family: inherit;
  outline: none; }

/* line 2900, style.scss */
.discounts-notice, .discount-comment.notice {
  margin-top: 14px; }

/* line 2901, style.scss */
.cart-footer > .text-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }
  /* line 2912, style.scss */
  .cart-footer > .text-right .cart-total {
    margin-right: 15px;
    font-size: 20px; }

@media (max-width: 768px) {
  /* line 2916, style.scss */
  .cart-table .item-delete button {
    font-size: 36px; }

  /* line 2917, style.scss */
  .cart-table .item-counter .counter {
    margin: 0 0 0 9px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  /* line 2920, style.scss */
  .discount-wrapper {
    max-width: 380px;
    margin: 0 auto 20px; }

  /* line 2923, style.scss */
  .cart-footer > .text-right {
    display: block;
    text-align: center; }

  /* line 2927, style.scss */
  .cart-footer > .text-right .cart-total {
    margin-right: 0;
    margin-bottom: 15px; }

  /* line 2931, style.scss */
  .cart-item {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    position: relative; }
    /* line 2935, style.scss */
    .cart-item .item-counter {
      margin: 20px 0;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    /* line 2943, style.scss */
    .cart-item .item-delete {
      position: absolute;
      top: 0;
      right: 0; } }
/* line 2952, style.scss */
.go-to-product {
  display: none; }

/* line 2954, style.scss */
#quick-modal .product-content .back-button, #quick-modal .product-content .ask-block, #quick-modal .product-content .thumb-gallery, #quick-modal .product-content .day-product {
  display: none; }
/* line 2955, style.scss */
#quick-modal .product-content .go-to-product {
  display: block; }

/* line 2959, style.scss */
.compare-table {
  margin-bottom: 30px;
  padding: 0 10px;
  width: 100%;
  overflow: auto; }
  /* line 2964, style.scss */
  .compare-table .compare-row {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 2970, style.scss */
    .compare-table .compare-row:last-child {
      border-bottom: 0; }
  /* line 2974, style.scss */
  .compare-table .compare-cell {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    max-width: 338px;
    min-width: 180px;
    padding: 10px; }
    /* line 2984, style.scss */
    .compare-table .compare-cell [data-compare-remove] {
      position: absolute;
      top: 0;
      right: 20px;
      font-size: 32px;
      color: #888;
      line-height: 1; }
      /* line 2991, style.scss */
      .compare-table .compare-cell [data-compare-remove]:hover {
        color: #b4394d; }
  /* line 2997, style.scss */
  .compare-table .compare-header a {
    text-decoration: none;
    display: block; }
    /* line 3000, style.scss */
    .compare-table .compare-header a .img-wrap {
      max-width: 160px;
      display: block;
      margin-bottom: 10px; }
    /* line 3005, style.scss */
    .compare-table .compare-header a .img {
      display: block;
      height: 0;
      width: 100%;
      padding-top: 100%;
      position: relative; }
      /* line 3011, style.scss */
      .compare-table .compare-header a .img span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      /* line 3027, style.scss */
      .compare-table .compare-header a .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
    /* line 3034, style.scss */
    .compare-table .compare-header a .title {
      display: block;
      font-weight: 500; }
      /* line 3037, style.scss */
      .compare-table .compare-header a .title:hover {
        text-decoration: underline; }
  /* line 3043, style.scss */
  .compare-table .compare-body {
    font-size: 13px; }

/* line 3049, style.scss */
.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  font-size: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  outline: none;
  border: 0;
  box-shadow: none;
  color: #C5C5C5; }
  /* line 3062, style.scss */
  .slick-arrow:hover {
    color: inherit; }
  /* line 3065, style.scss */
  .slick-arrow.slick-prev {
    left: -20px; }
  /* line 3066, style.scss */
  .slick-arrow.slick-next {
    right: -20px; }

/* line 3069, style.scss */
.pagination {
  text-align: center;
  width: 100%; }

/* line 3070, style.scss */
.pagination a {
  text-decoration: none;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background: #b4394d;
  color: #fff;
  margin: 0 2px; }
  /* line 3081, style.scss */
  .pagination a:hover {
    background: #000E24; }

/* line 3085, style.scss */
.pagination .current {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  margin: 0 2px;
  background: #e5e5e5; }

/* line 3098, style.scss */
.product-info .day-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #E5E5E5;
  border-radius: 3px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  margin: 24px 0; }
  /* line 3114, style.scss */
  .product-info .day-product button {
    margin: -10px 0 10px 0; }
  /* line 3117, style.scss */
  .product-info .day-product .dp-heading {
    font-family: 'Philosopher';
    font-weight: bold;
    font-size: 20px;
    height: 69px;
    line-height: 1.15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 3133, style.scss */
  .product-info .day-product .dp-title {
    font-family: 'Philosopher';
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    color: inherit;
    margin-bottom: 12px; }
    /* line 3140, style.scss */
    .product-info .day-product .dp-title:hover {
      color: #B4394D; }
  /* line 3144, style.scss */
  .product-info .day-product .img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    height: 220px;
    line-height: 220px; }
    /* line 3151, style.scss */
    .product-info .day-product .img img {
      vertical-align: middle; }
    /* line 3152, style.scss */
    .product-info .day-product .img .label {
      font-size: 18px;
      display: block;
      font-weight: 700;
      width: 56px;
      height: 56px;
      line-height: 56px;
      top: -5px;
      color: #fff;
      right: 0;
      position: absolute;
      background: #B4394D;
      border-radius: 100%; }
  /* line 3168, style.scss */
  .product-info .day-product .prices .price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 18px; }
  /* line 3175, style.scss */
  .product-info .day-product .prices .old-price {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #5C5B5B; }
  /* line 3185, style.scss */
  .product-info .day-product .prices.action .price {
    color: #B4394D; }

/* line 3194, style.scss */
.blog-articles .product-card .img-wrap {
  padding-top: 52%; }
/* line 3195, style.scss */
.blog-articles .product-card .img-wrap .img img, .blog-articles .product-card .img-wrap .img picture {
  -o-object-fit: cover;
  object-fit: cover; }

/* line 3198, style.scss */
[data-sale-tab] + div + div {
  display: none; }

/* line 3199, style.scss */
[data-sale-tab][style*="display: block"] + div {
  display: none; }
  /* line 3201, style.scss */
  [data-sale-tab][style*="display: block"] + div + div {
    display: block; }

/* line 3204, style.scss */
.label.chernaya-pyatnitsa {
  background: #000E24 !important; }

/* line 3206, style.scss */
.option-selector {
  font-size: 16px;
  margin-bottom: 1rem; }
  /* line 3209, style.scss */
  .option-selector .option {
    margin-bottom: 8px; }
    /* line 3211, style.scss */
    .option-selector .option:last-child {
      margin-bottom: 0; }
  /* line 3213, style.scss */
  .option-selector .option-label {
    font-weight: 300; }
    /* line 3215, style.scss */
    .option-selector .option-label:after {
      content: ":"; }
  /* line 3219, style.scss */
  .option-selector .option-values:not([data-option-bind="2741553"]) {
    background-image: none; }

/* line 3222, style.scss */
.blur-image {
  -webkit-filter: blur(22px) grayscale(1);
  filter: blur(22px) grayscale(1);
  opacity: 0.5;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }
  /* line 3230, style.scss */
  .blur-image.shown {
    opacity: 1;
    -webkit-filter: blur(0px) grayscale(0);
    filter: blur(0px) grayscale(0); }

/* line 3237, style.scss */
#filter-submit-popup {
  position: absolute;
  left: 310px;
  background: #fff;
  padding: 18px 20px;
  box-shadow: -4px 4px 7px 2px rgba(0, 0, 0, 0.3); }
  /* line 3244, style.scss */
  #filter-submit-popup button {
    border-radius: 0;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px; }
  /* line 3250, style.scss */
  #filter-submit-popup:before {
    position: absolute;
    top: calc(50% - 15px);
    left: -7px;
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #ffffff transparent transparent; }
  @media (max-width: 1024px) {
    /* line 3237, style.scss */
    #filter-submit-popup {
      display: none !important; } }

/* line 3268, style.scss */
.free-box .price {
  position: relative; }

/* line 3269, style.scss */
.free-box .tooltip {
  color: #fff;
  background: #b4394d;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 8px;
  right: -12px;
  text-align: center;
  border-radius: 100%;
  line-height: 11px;
  font-weight: 600;
  font-size: 10px;
  cursor: help; }

/* line 3285, style.scss */
.decor-link-2 a {
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px dashed;
  text-decoration: none;
  margin-bottom: -20px; }
  /* line 3291, style.scss */
  .decor-link-2 a:hover {
    border-color: transparent; }
