/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #4266b2);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #5174bf);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #6483c6);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #9eb2db);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #4266b2);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #5174bf);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #6483c6);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #9eb2db);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, minimal);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 6px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "Istok Web");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "Istok Web");
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 5);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --sidebar_index_show: var(--draft-sidebar_index_show, true);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, false); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 13, theme.scss */
.tooltips {
  position: relative;
  display: inline;
  font-size: 11px; }

/* line 18, theme.scss */
.tooltips span {
  position: absolute;
  width: 220px;
  color: #000;
  background: rgba(255, 255, 255, 0.95);
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  display: none; }

/* line 34, theme.scss */
.tooltips-rasrocka span {
  height: auto;
  background: #fff;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  line-height: 150%; }
  /* line 42, theme.scss */
  .tooltips-rasrocka span a {
    color: #4266b2;
    text-decoration: none; }
  /* line 47, theme.scss */
  .tooltips-rasrocka span i {
    display: none; }
    @media screen and (max-width: 768px) {
      /* line 47, theme.scss */
      .tooltips-rasrocka span i {
        display: block;
        position: absolute;
        top: 0;
        right: 10px;
        cursor: pointer;
        font-size: 18px; } }

/* line 65, theme.scss */
.tooltips-top span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #e51300;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

/* line 76, theme.scss */
.tooltips-top:hover span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
  display: block; }

/* line 86, theme.scss */
.tooltips-bottom:hover span {
  visibility: visible;
  opacity: 1;
  top: 27px;
  left: 50%;
  z-index: 999;
  transform: translateX(-50%);
  width: 320px;
  background: #fff;
  display: block; }

/* line 99, theme.scss */
.tooltips-bottom span:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent; }

@media screen and (max-width: 480px) {
  /* line 114, theme.scss */
  .tooltips-rasrocka span {
    visibility: visible;
    display: none; }

  /* line 119, theme.scss */
  .tooltips-rasrocka:hover span {
    display: block;
    opacity: 1;
    top: 27px;
    left: 50%;
    z-index: 999;
    transform: translateX(-80%);
    width: 300px;
    background: #fff;
    padding: 12px; }

  /* line 132, theme.scss */
  .tooltips-rasrocka span:after {
    left: 80%; }

  /* line 136, theme.scss */
  .rassrochka-mobile-style {
    font-size: 10px !important; } }
/* line 144, theme.scss */
.filter-section-toggle .filter-section-podskazka > span {
  visibility: visible;
  display: none; }

/* line 151, theme.scss */
.tooltips-right span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-right: 8px solid #e51300;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; }

/* line 162, theme.scss */
.tooltips-right:hover span {
  visibility: visible;
  opacity: 0.8;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999;
  display: block; }

/* line 174, theme.scss */
.tooltips-left span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid #e51300;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  display: block; }

/* line 186, theme.scss */
.tooltips-left:hover span {
  visibility: visible;
  opacity: 0.8;
  right: 100%;
  top: 50%;
  margin-top: -15px;
  margin-right: 15px;
  z-index: 999;
  display: block; }

/* line 197, theme.scss */
.filter-section-toggle .tooltips span:after, .product-filter-podskazka span:after {
  border-right: 8px solid #7e7e7e;
  top: 14px; }

/* line 202, theme.scss */
.filter-section-toggle .tooltips span, .product-filter-podskazka span {
  width: 300px;
  height: auto;
  padding: 5px;
  min-height: 30px;
  background: #fff;
  opacity: 1;
  white-space: normal;
  word-break: normal;
  line-height: 150%; }

/* line 214, theme.scss */
.filter-section-toggle .filter-section-podskazka:hover > span {
  display: block;
  opacity: 1;
  left: 100%;
  top: 50%;
  margin-top: -15px;
  margin-left: 15px;
  z-index: 999; }

/* line 225, theme.scss */
.label {
  z-index: 10; }

/* line 229, theme.scss */
.label-wrapper-2 {
  background: #ffe400 none repeat scroll 0 0;
  bottom: 0;
  height: 60px;
  left: 0;
  padding-top: 20px;
  position: absolute;
  width: 60px;
  border-radius: 50%;
  box-sizing: border-box; }

/* line 245, theme.scss */
.label-wrapper-delivery {
  background: url(icon-delivery.png) no-repeat;
  width: 35px;
  height: 25px;
  border-radius: 0;
  padding-top: 0px; }

/* line 258, theme.scss */
.label-wrapper-3 {
  color: #fff;
  background: #ffe400 none repeat scroll 0 0;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 12px;
  padding-top: 14px;
  text-align: center;
  top: 0;
  right: 0;
  position: absolute;
  box-sizing: border-box; }

/* line 273, theme.scss */
.notice-red {
  color: red;
  font-weight: bold; }

/* line 278, theme.scss */
.product-gift-wrapper {
  border: 1px solid #7d98cb;
  padding: 10px;
  position: relative;
  display: inline-block;
  margin-bottom: 10px; }

/* line 286, theme.scss */
.product-gift-price {
  color: #7E7E7E;
  font-size: 16px;
  margin-top: 10px; }

/* line 293, theme.scss */
.product-gift-image {
  text-align: center; }
  /* line 295, theme.scss */
  .product-gift-image img {
    display: inline-block; }

/* line 301, theme.scss */
.product-gift-name {
  color: #7d98cb;
  font-size: 16px; }

/* line 307, theme.scss */
.product-gift-header {
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase; }
  /* line 311, theme.scss */
  .product-gift-header span {
    font-weight: bold; }

/* line 316, theme.scss */
.product-gift-header-description {
  margin-bottom: 10px;
  font-size: 14px; }

/* line 321, theme.scss */
.label-wrapper-gift {
  width: 28px;
  height: 33px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon-gift.png) no-repeat; }

/* line 331, theme.scss */
.product-filter-title {
  display: inline-block; }

/* line 336, theme.scss */
.product-filter-podskazka {
  display: inline-block;
  vertical-align: middle; }
  /* line 340, theme.scss */
  .product-filter-podskazka:hover span {
    background: #fff;
    opacity: 1 !important; }

@media screen and (max-width: 768px) {
  /* line 347, theme.scss */
  .price-rasrochka-wrapper {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    flex-basis: 100%;
    max-width: 100%; } }
@media screen and (max-width: 480px) {
  /* line 347, theme.scss */
  .price-rasrochka-wrapper {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem; } }

/* line 365, theme.scss */
.price-rasrochka-item {
  font-size: 12px; }

/* line 369, theme.scss */
.price-rasrochka-item > span {
  font-weight: bold;
  font-size: 18px;
  padding: 0 5px; }

/* line 375, theme.scss */
.price-rasrochka-img {
  display: block;
  margin-top: 0.7rem;
  margin-bottom: 0.3rem; }
  @media screen and (max-width: 480px) {
    /* line 375, theme.scss */
    .price-rasrochka-img {
      display: block;
      margin-bottom: 0.5rem;
      margin-top: 1rem; } }

/* line 389, theme.scss */
.price-rasrochka-img-1 {
  background: url(pb3.png) no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px; }
  @media screen and (max-width: 480px) {
    /* line 389, theme.scss */
    .price-rasrochka-img-1 {
      margin-left: 0; }
      /* line 400, theme.scss */
      .price-rasrochka-img-1:hover span {
        transform: translateX(0);
        left: 0; }
        /* line 404, theme.scss */
        .price-rasrochka-img-1:hover span:after {
          left: 10px; } }

/* line 412, theme.scss */
.price-rasrochka-img-2 {
  background: url(mono3.png) no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px; }
  @media screen and (max-width: 480px) {
    /* line 421, theme.scss */
    .price-rasrochka-img-2:hover span {
      transform: translateX(0);
      left: -40px; }
      /* line 425, theme.scss */
      .price-rasrochka-img-2:hover span:after {
        left: 50px; } }

/* line 433, theme.scss */
.price-rasrochka-img-3 {
  background: url(pay_later.png) no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px; }
  @media screen and (max-width: 480px) {
    /* line 442, theme.scss */
    .price-rasrochka-img-3:hover span {
      transform: translateX(0);
      left: -80px; }
      /* line 446, theme.scss */
      .price-rasrochka-img-3:hover span:after {
        left: 90px; } }

/* line 454, theme.scss */
.price-rasrochka-img-4 {
  background: url(sensebank.png) no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px; }
  @media screen and (max-width: 480px) {
    /* line 463, theme.scss */
    .price-rasrochka-img-4:hover span {
      transform: translateX(0);
      left: -120px; }
      /* line 467, theme.scss */
      .price-rasrochka-img-4:hover span:after {
        left: 131px; } }

/* line 475, theme.scss */
.price-rasrochka-img-5 {
  background: url(ukrsib.png) no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px; }
  @media screen and (max-width: 480px) {
    /* line 484, theme.scss */
    .price-rasrochka-img-5:hover span {
      transform: translateX(0);
      left: -160px; }
      /* line 488, theme.scss */
      .price-rasrochka-img-5:hover span:after {
        left: 171px; } }

/* line 496, theme.scss */
.price-rasrochka-img-6 {
  background: url(abank.png) no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px; }
  @media screen and (max-width: 480px) {
    /* line 505, theme.scss */
    .price-rasrochka-img-6:hover span {
      transform: translateX(0);
      left: -200px; }
      /* line 509, theme.scss */
      .price-rasrochka-img-6:hover span:after {
        left: 211px; } }

/* line 518, theme.scss */
.price-rasrochka-img-7 {
  background: url(pumb.png) no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px; }
  @media screen and (max-width: 480px) {
    /* line 527, theme.scss */
    .price-rasrochka-img-7:hover span {
      transform: translateX(0);
      left: -240px; }
      /* line 531, theme.scss */
      .price-rasrochka-img-7:hover span:after {
        left: 251px; } }

/* line 539, theme.scss */
.price-rasrochka-img-8 {
  background: url(izi.png) no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px; }
  @media screen and (max-width: 480px) {
    /* line 548, theme.scss */
    .price-rasrochka-img-8:hover span {
      transform: translateX(0);
      left: -280px; }
      /* line 552, theme.scss */
      .price-rasrochka-img-8:hover span:after {
        left: 291px; } }

/* line 560, theme.scss */
.price-rasrochka-img-9 {
  background: url(otp.png) no-repeat;
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-left: 10px; }
  @media screen and (max-width: 480px) {
    /* line 569, theme.scss */
    .price-rasrochka-img-9:hover span {
      transform: translateX(0);
      left: -320px; }
      /* line 573, theme.scss */
      .price-rasrochka-img-9:hover span:after {
        left: 331px; } }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
  /* line 587, theme.scss */
  .price-rasrochka-img-1 {
    background: url(pb32.png) no-repeat;
    background-size: 25px; }

  /* line 592, theme.scss */
  .price-rasrochka-img-2 {
    background: url(mono32.png) no-repeat;
    background-size: 25px; } }
/* line 599, theme.scss */
.product-our-discount-wrapper {
  margin-top: 40px;
  margin-bottom: 40px; }

/* line 604, theme.scss */
.product-our-discount-title {
  margin-bottom: 15px;
  color: #00215c; }

/* line 609, theme.scss */
.product-dop-title {
  margin: 10px 0; }

/* line 613, theme.scss */
.product-dop-image {
  margin-bottom: 10px; }

/* line 617, theme.scss */
.product-plus {
  width: 50px;
  height: 50px;
  background: #dddddd;
  border-radius: 50%;
  color: #4266b2;
  line-height: 50px;
  text-align: center; }

/* line 628, theme.scss */
.product-complect-title {
  margin-bottom: 20px;
  font-weight: bold;
  color: #00215c; }

/* line 636, theme.scss */
.product-complect button {
  margin: 0 !important; }

/* line 640, theme.scss */
.dop-product-equal {
  max-width: 50px; }

/* line 644, theme.scss */
.product-dop-title {
  color: #00215c; }

/* line 649, theme.scss */
.discount-dop-product-item a {
  text-decoration: none; }
/* line 653, theme.scss */
.discount-dop-product-item .price, .discount-dop-product-item .old-price {
  color: #787878; }

/* line 660, theme.scss */
.label-wrapper-delivery {
  background: url(car.svg) no-repeat center;
  background-size: 100%;
  width: 32px;
  height: 24px;
  border-radius: 0;
  padding-top: 0px;
  /*	bottom: 0;
   	left: 0;
  	position: absolute;*/
  position: relative; }

/* line 674, theme.scss */
.label-wrapper-gift {
  width: 22px;
  height: 24px;
  display: block;
  position: relative;
  /*position: absolute;
  top: 0;
  right: 0;*/
  background: url(gift.svg) no-repeat center;
  background-size: 100%; }

@media (max-width: 767px) {
  /* line 689, theme.scss */
  .product-preview .tooltips:hover span {
    opacity: 1; }
  /* line 692, theme.scss */
  .product-preview .label {
    z-index: initial; }
    /* line 694, theme.scss */
    .product-preview .label.tooltips-left span:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 100%;
      margin-top: -8px;
      width: 0;
      height: 0;
      border-right: 8px solid #e51300;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 0;
      left: initial; }
    /* line 708, theme.scss */
    .product-preview .label.tooltips span {
      width: 120px;
      color: #000;
      background: white;
      height: 36px;
      line-height: 18px;
      right: initial;
      left: 100%;
      margin-right: 0;
      margin-left: 15px; }
      /* line 718, theme.scss */
      .product-preview .label.tooltips span:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 100%;
        margin-top: -8px;
        width: 0;
        height: 0;
        border-right: 8px solid #e51300;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 0;
        left: initial; } }
/* line 738, theme.scss */
.blogs-list {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center; }
  @media screen and (max-width: 768px) {
    /* line 738, theme.scss */
    .blogs-list {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (max-width: 480px) {
    /* line 738, theme.scss */
    .blogs-list {
      grid-template-columns: 1fr 1fr; } }
  /* line 751, theme.scss */
  .blogs-list .blogs-title-item {
    text-align: center;
    font-weight: bold;
    margin-top: 20px; }
  /* line 757, theme.scss */
  .blogs-list a {
    text-decoration: none; }

/* line 764, theme.scss */
.viber {
  padding: 0 0 0 22px;
  background: url("vb.png") no-repeat left center; }

/* line 769, theme.scss */
.telegram {
  padding: 0 0 0 10px;
  background: url("tg.png") no-repeat left center; }

/* line 774, theme.scss */
.what {
  padding: 0 0 0 10px;
  background: url("wa.png") no-repeat left center; }

@media (max-width: 768px) {
  /* line 780, theme.scss */
  .mb-20-sm {
    margin: 0 0 20px 0; } }
/* line 788, theme.scss */
#order_form .co-checkout-block.order-minus > div {
  display: flex;
  flex-direction: column; }
  /* line 792, theme.scss */
  #order_form .co-checkout-block.order-minus > div .co-social_login-box {
    order: -1; }
/* line 799, theme.scss */
#order_form .co-delivery_method-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-basis: 100%; }
  /* line 806, theme.scss */
  #order_form .co-delivery_method-list > div:first-child {
    order: 1 !important; }
  /* line 811, theme.scss */
  #order_form .co-delivery_method-list .co-customer {
    order: 2 !important; }
  /* line 815, theme.scss */
  #order_form .co-delivery_method-list .order-2 {
    order: 3 !important; }
  /* line 819, theme.scss */
  #order_form .co-delivery_method-list #delivery_address {
    order: 4 !important; }
  /* line 823, theme.scss */
  #order_form .co-delivery_method-list .delivery_variants {
    order: 5 !important; }
  /* line 827, theme.scss */
  #order_form .co-delivery_method-list #shipping_address {
    order: 6 !important; }
  /* line 833, theme.scss */
  #order_form .co-delivery_method-list .payment_variants {
    order: 7 !important; }
  /* line 837, theme.scss */
  #order_form .co-delivery_method-list .co-checkout-block {
    order: 8; }

/* line 846, theme.scss */
.co-discount-title a {
  color: #4265b1; }

@media (max-width: 840px) {
  /* line 850, theme.scss */
  .teble-credit {
    max-width: 100%;
    width: 100% !important; }
    /* line 854, theme.scss */
    .teble-credit tr:first-child {
      display: none; }
    /* line 857, theme.scss */
    .teble-credit td:first-child {
      width: 100% !important;
      text-align: right;
      align-items: center; }
      /* line 861, theme.scss */
      .teble-credit td:first-child:before {
        display: none !important; }
      /* line 864, theme.scss */
      .teble-credit td:first-child img {
        margin: 0 0 !important; }
    /* line 868, theme.scss */
    .teble-credit td {
      display: flex;
      justify-content: space-between; }
      /* line 872, theme.scss */
      .teble-credit td br {
        display: none; }
    /* line 876, theme.scss */
    .teble-credit td {
      padding: 8px;
      width: 100% !important;
      height: auto !important;
      text-align: left !important; }
    /* line 882, theme.scss */
    .teble-credit td:nth-child(even) {
      background: #F5F5F5; }
    /* line 885, theme.scss */
    .teble-credit tr + tr {
      margin-top: 16px; }
    /* line 888, theme.scss */
    .teble-credit td::before {
      content: attr(data-label);
      padding-right: 8px;
      min-width: 50%;
      text-align: left; } }
/* line 902, theme.scss */
.not-liquid-pay label[for="order_payment_gateway_id_614884"] {
  display: none !important; }

/* line 915, theme.scss */
.cs-comments__item {
  --white: #ffffff;
  --black-900: #333333;
  --black-100: #f4f4f9;
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  list-style: none;
  line-height: 1.385em;
  font-size: 100%;
  margin: 0;
  border: 0;
  margin-top: 25px;
  padding: 20px;
  background: #f5f5f5; }

/* line 946, theme.scss */
.cs-comments__left-column {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  list-style: none outside none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  display: inline-block;
  width: 24%;
  padding-right: 20px;
  box-sizing: border-box;
  vertical-align: top; }

/* line 977, theme.scss */
.cs-comments__author-name {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  -webkit-box-direction: reverse;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  margin-bottom: 10px;
  font: bold 14px/18px 'Ubuntu',sans-serif; }

/* line 1003, theme.scss */
.cs-comments__author-name:before {
  margin-right: 5px;
  color: #333;
  font-size: 11px;
  font-family: "insales-icons"; }

/* line 1010, theme.scss */
.cs-comments__author-name:before, .cs-comments__author-registered:before {
  content: "\E852"; }

/* line 1018, theme.scss */
.cs-comments__date {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  font-size: 13px;
  line-height: 14px;
  margin-bottom: 10px; }

/* line 1046, theme.scss */
.cs-comments__rating {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  list-style: none outside none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  margin-bottom: 10px; }

/* line 1076, theme.scss */
.cs-rating__bar-wrap {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  list-style: none outside none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  display: inline-block;
  width: 68px;
  height: 14px;
  background: #c2c2c2;
  vertical-align: middle; }

/* line 1108, theme.scss */
.cs-rating__bar-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: url("rating.png") repeat-x;
  content: ""; }

/* line 1119, theme.scss */
.cs-rating__bar {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  list-style: none outside none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  max-width: 100%;
  width: 80%; }

/* line 1153, theme.scss */
.cs-rating__bar:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100%;
  background: url("rating-gradient.png") 100% 0;
  content: ""; }

/* line 1165, theme.scss */
.cs-comments__right-column {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  list-style: none outside none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 74%;
  height: 1%;
  box-sizing: border-box;
  vertical-align: top; }

/* line 1198, theme.scss */
.cs-comments__text {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  list-style: none outside none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  margin-bottom: 10px; }

/* line 1226, theme.scss */
.cs-comments__answer {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  list-style: none outside none;
  font-size: 100%;
  padding: 0;
  border: 0;
  display: block;
  margin: 0 0 15px 15px; }

/* line 1254, theme.scss */
.b-comments-products {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  list-style: none outside none;
  font-size: 100%;
  margin: 0;
  border: 0;
  display: block;
  position: relative;
  padding: 10px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
  transition: all 170ms ease-in-out; }

/* line 1287, theme.scss */
.b-comments-products__list {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

/* line 1313, theme.scss */
.b-comments-products__item {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  list-style: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0; }

/* line 1340, theme.scss */
.b-comments-products__link {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  list-style: none;
  transition: all 200ms ease-in-out;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  text-decoration: none;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  color: #333; }

/* line 1375, theme.scss */
.cs-comments__feedback {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none; }

/* line 1403, theme.scss */
.cs-comments__feedback-item {
  --ek-body-background-black-100: #ececf1;
  --ek-box-background-yellow-50: #fffde5;
  --violet-700: #f6a414;
  --violet-500: #f6a414;
  --violet-200: #f6a414;
  --violet-50: #ffffff;
  --button-violet-color: #ffffff;
  --button-violet-color-active: #ffffff;
  --button-violet-color-focus: #ffffff;
  --blue-500: #b33304;
  --green-500: #42A852;
  --red-900: #E85C41;
  --yellow-100: transparent;
  --cs-shutter-background-color: #ffffff;
  color: #333;
  font: 14px/1.25 'Ubuntu',sans-serif;
  -webkit-box-direction: reverse;
  line-height: 1.385em;
  list-style: none;
  font-size: 100%;
  margin: 0;
  border: 0;
  padding: 10px 15px;
  border-radius: 4px;
  background: #fff; }

/* line 1434, theme.scss */
.widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 0.5rem;
  justify-content: center; }
  @media (max-width: 767px) {
    /* line 1434, theme.scss */
    .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination {
      justify-content: center;
      grid-auto-flow: row;
      gap: 2rem; }
      /* line 1444, theme.scss */
      .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-prev + .pagination-items.next {
        grid-column: 1/3; }
      /* line 1447, theme.scss */
      .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-prev {
        grid-column: 1;
        justify-self: center; }
      /* line 1451, theme.scss */
      .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-items + .pagination-next,
      .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-items + .pagination-prev {
        grid-column: 1;
        grid-row-start: 1; }
      /* line 1456, theme.scss */
      .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-prev + .pagination-items + .pagination-next,
      .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-prev + .pagination-items + .pagination-prev {
        grid-column: 2;
        grid-row-start: 1; } }
  /* line 1462, theme.scss */
  .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-items {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 0.5rem; }
    @media (max-width: 767px) {
      /* line 1462, theme.scss */
      .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-items {
        justify-self: center; } }
  /* line 1471, theme.scss */
  .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-prev,
  .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-next {
    font-weight: bold;
    background: var(--bg-major-shade);
    color: var(--color-accent-text); }
  /* line 1477, theme.scss */
  .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-link {
    font-size: 1.1rem;
    background: transparent;
    color: var(--color-text);
    padding-left: 0.8rem;
    padding-right: 0.8rem; }
  /* line 1484, theme.scss */
  .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-void {
    padding: 0 0.8rem;
    line-height: 2rem; }
  /* line 1488, theme.scss */
  .widget-type_widget_v4_page_content_1_cc82ac5549f3e960d0fd5f482a875540 .pagination .pagination-span {
    font-size: 1.1rem;
    padding-left: 0.8rem;
    padding-right: 0.8rem; }

/* line 1500, theme.scss */
.co-basket_item .item-total-old-price {
  text-decoration: line-through;
  font-size: 16px; }
  /* line 1503, theme.scss */
  .co-basket_item .item-total-old-price + span {
    color: red; }
    /* line 1503, theme.scss */
    .co-basket_item .item-total-old-price + span + span {
      color: red; }

/* line 1506, theme.scss */
.co-basket_subtotal-custom {
  display: none; }
  /* line 1508, theme.scss */
  .co-basket_subtotal-custom.js-active {
    display: flex; }
