@import url("https://fonts.googleapis.com/css2?family=Lato:ital@0;1&family=Raleway:ital,wght@0,300;0,500;1,300;1,500&display=swap");
/* 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, #2A3A4A);
  --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, #384e64);
  --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, #47627d);
  --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, #819db8);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-btn-bg-hover: var(--draft-color-btn-bg-hover, #2A3A4A);
  --color-btn-bg-hover-is-dark: var(--draft-color-btn-bg-hover-is-dark, true);
  --color-btn-bg-hover-minor-shade: var(--draft-color-btn-bg-hover-minor-shade, #384e64);
  --color-btn-bg-hover-minor-shade-is-dark: var(--draft-color-btn-bg-hover-minor-shade-is-dark, true);
  --color-btn-bg-hover-major-shade: var(--draft-color-btn-bg-hover-major-shade, #47627d);
  --color-btn-bg-hover-major-shade-is-dark: var(--draft-color-btn-bg-hover-major-shade-is-dark, true);
  --color-btn-bg-hover-half-shade: var(--draft-color-btn-bg-hover-half-shade, #819db8);
  --color-btn-bg-hover-half-shade-is-dark: var(--draft-color-btn-bg-hover-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #2A3A4A);
  --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, #384e64);
  --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, #47627d);
  --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, #819db8);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #181818);
  --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, #2e2e2e);
  --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, #454545);
  --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, #8b8b8b);
  --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, #F7F8FA);
  --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, #f5f7f9);
  --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, #f5f6f9);
  --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, #f1f3f6);
  --color-text-light-half-shade-is-light: var(--draft-color-text-light-half-shade-is-light, true);
  --color-border: var(--draft-color-border, #E8E8E8);
  --color-border-is-light: var(--draft-color-border-is-light, true);
  --color-border-minor-shade: var(--draft-color-border-minor-shade, #e7e7e7);
  --color-border-minor-shade-is-light: var(--draft-color-border-minor-shade-is-light, true);
  --color-border-major-shade: var(--draft-color-border-major-shade, #e6e6e6);
  --color-border-major-shade-is-light: var(--draft-color-border-major-shade-is-light, true);
  --color-border-half-shade: var(--draft-color-border-half-shade, #dddddd);
  --color-border-half-shade-is-light: var(--draft-color-border-half-shade-is-light, true);
  --color-light-grey: var(--draft-color-light-grey, #BABABA);
  --color-light-grey-is-light: var(--draft-color-light-grey-is-light, true);
  --color-light-grey-minor-shade: var(--draft-color-light-grey-minor-shade, #b8b8b8);
  --color-light-grey-minor-shade-is-light: var(--draft-color-light-grey-minor-shade-is-light, true);
  --color-light-grey-major-shade: var(--draft-color-light-grey-major-shade, #b5b5b5);
  --color-light-grey-major-shade-is-light: var(--draft-color-light-grey-major-shade-is-light, true);
  --color-light-grey-half-shade: var(--draft-color-light-grey-half-shade, #989898);
  --color-light-grey-half-shade-is-dark: var(--draft-color-light-grey-half-shade-is-dark, true);
  --color-dark-grey: var(--draft-color-dark-grey, #8C8C8C);
  --color-dark-grey-is-dark: var(--draft-color-dark-grey-is-dark, true);
  --color-dark-grey-minor-shade: var(--draft-color-dark-grey-minor-shade, #989898);
  --color-dark-grey-minor-shade-is-dark: var(--draft-color-dark-grey-minor-shade-is-dark, true);
  --color-dark-grey-major-shade: var(--draft-color-dark-grey-major-shade, #a3a3a3);
  --color-dark-grey-major-shade-is-dark: var(--draft-color-dark-grey-major-shade-is-dark, true);
  --color-dark-grey-half-shade: var(--draft-color-dark-grey-half-shade, #c6c6c6);
  --color-dark-grey-half-shade-is-light: var(--draft-color-dark-grey-half-shade-is-light, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --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, Raleway);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Raleway);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1820px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --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, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_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 12, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 17, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 20, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 30, theme.scss */
body {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

/* line 33, theme.scss */
body, input, button, textarea, select {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  line-height: 176%;
  letter-spacing: .02em; }
  @media screen and (max-width: 1024px) {
    /* line 33, theme.scss */
    body, input, button, textarea, select {
      line-height: 180%; } }
  @media screen and (max-width: 767px) {
    /* line 33, theme.scss */
    body, input, button, textarea, select {
      font-size: 16px; } }

/* line 37, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-family: 'Raleway', sans-serif;
  letter-spacing: .02em; }

@media screen and (max-width: 767px) {
  /* line 39, theme.scss */
  header {
    position: sticky;
    top: -39px;
    z-index: 2; } }
/* line 41, theme.scss */
.layout {
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1024px) {
    /* line 41, theme.scss */
    .layout {
      padding-left: 32px;
      padding-right: 32px; } }
  @media screen and (max-width: 767px) {
    /* line 41, theme.scss */
    .layout {
      padding-left: 23px;
      padding-right: 23px; } }

/* line 46, theme.scss */
h1, .h1 {
  font-size: 64px;
  line-height: 130%;
  font-weight: 300; }
  @media screen and (max-width: 1024px) {
    /* line 46, theme.scss */
    h1, .h1 {
      font-size: 48px; } }
  @media screen and (max-width: 767px) {
    /* line 46, theme.scss */
    h1, .h1 {
      font-size: 24px; } }

/* line 50, theme.scss */
h2, .h2 {
  font-size: 40px;
  line-height: 130%;
  font-weight: 300; }
  @media screen and (max-width: 1024px) {
    /* line 50, theme.scss */
    h2, .h2 {
      font-size: 34px; } }
  @media screen and (max-width: 767px) {
    /* line 50, theme.scss */
    h2, .h2 {
      font-size: 20px; } }

/* line 54, theme.scss */
h3, .h3 {
  font-size: 32px;
  line-height: 150%;
  font-weight: 500; }
  @media screen and (max-width: 1024px) {
    /* line 54, theme.scss */
    h3, .h3 {
      font-size: 28px; } }
  @media screen and (max-width: 767px) {
    /* line 54, theme.scss */
    h3, .h3 {
      font-size: 18px; } }

/* line 58, theme.scss */
h4, .h4 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 300; }
  @media screen and (max-width: 767px) {
    /* line 58, theme.scss */
    h4, .h4 {
      font-size: 16px; } }

/* line 61, theme.scss */
h5, .h5 {
  font-size: 20px;
  line-height: 176%;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    /* line 61, theme.scss */
    h5, .h5 {
      font-size: 16px; } }

/* line 64, theme.scss */
big, .big {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  line-height: 180%; }
  @media screen and (max-width: 767px) {
    /* line 64, theme.scss */
    big, .big {
      font-size: 16px; } }

/* line 67, theme.scss */
small, .small {
  font-size: 16px; }
  @media screen and (max-width: 767px) {
    /* line 67, theme.scss */
    small, .small {
      font-size: 14px; } }

/* line 72, theme.scss */
body header {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%; }
/* line 78, theme.scss */
body header {
  background: var(--bg); }
/* line 81, theme.scss */
body .page_layout-clear {
  padding-top: 170px; }
  @media (max-width: 1199px) {
    /* line 81, theme.scss */
    body .page_layout-clear {
      padding-top: 167px; } }
  @media (max-width: 767px) {
    /* line 81, theme.scss */
    body .page_layout-clear {
      padding-top: 120px; } }

/* line 94, theme.scss */
.widget-type_header .layout__content .navigation .menu:not(.mobile) > li > a {
  font-size: 20px;
  text-transform: uppercase; }
  @media (max-width: 1199px) {
    /* line 94, theme.scss */
    .widget-type_header .layout__content .navigation .menu:not(.mobile) > li > a {
      font-size: 18px; } }
  @media (max-width: 767px) {
    /* line 94, theme.scss */
    .widget-type_header .layout__content .navigation .menu:not(.mobile) > li > a {
      font-size: inherit; } }

/* line 105, theme.scss */
* .card-image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 160%;
  overflow: hidden; }

 /*
* .card-stickers{
  display: flex;
  flex-direction: column;
}*/
/* line 117, theme.scss */
* .card .label.label-sale {
  transform: none;
  left: initial;
  right: 0;
  background: #9a9a9a;
  color: var(--bg);
  top: initial;
  bottom: 0; }
  /* line 126, theme.scss */
  * .card .label.label-sale.label-akciya, * .card .label.label-sale.label-discount {
    background: #fe7d31; }
  /* line 129, theme.scss */
  * .card .label.label-sale.label-discount {
    right: initial;
    left: 0; }
  @media (max-width: 767px) {
    /* line 117, theme.scss */
    * .card .label.label-sale {
      font-size: 12px;
      padding: 0 8px;
      height: 25px; } }
  /* line 139, theme.scss */
  * .card .label.label-sale.label-data {
    bottom: 40px; }
    @media (max-width: 767px) {
      /* line 139, theme.scss */
      * .card .label.label-sale.label-data {
        bottom: 30px; } }

/* line 149, theme.scss */
* .splide__arrows .fraction {
  display: none !important; }

/* line 152, theme.scss */
.co-social_login-button.hide {
  display: none !important; }

/* line 155, theme.scss */
body .is-success-notice {
  background: var(--color-btn-bg);
  color: var(--bg) !important; }
  /* line 158, theme.scss */
  body .is-success-notice * {
    color: var(--bg); }

/* line 162, theme.scss */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: .3s all;
  border: 1px solid var(--color-btn-bg);
  padding: 12px 20px;
  text-decoration: none;
  position: relative; }
  /* line 172, theme.scss */
  .btn span {
    position: relative;
    z-index: 2; }
  /* line 176, theme.scss */
  .btn.btn-primary {
    background: var(--color-btn-bg);
    color: var(--bg) !important; }
    /* line 179, theme.scss */
    .btn.btn-primary:hover {
      background: var(--color-btn-bg-hover); }
  /* line 183, theme.scss */
  .btn.btn-secondary {
    background: #fff;
    color: var(--color-btn-bg); }
    /* line 186, theme.scss */
    .btn.btn-secondary:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: var(--color-btn-bg);
      opacity: 0; }
    /* line 196, theme.scss */
    .btn.btn-secondary:hover:before {
      opacity: 0.2; }

@media (max-width: 767px) {
  /* line 203, theme.scss */
  body.no-scroll {
    height: 100%;
    overflow: hidden; } }
/* line 210, theme.scss */
.has-preorder label.co-payment_method:not([for="order_payment_gateway_id_1881162"]) {
  display: none !important; }

/* line 216, theme.scss */
.cupon-error {
  margin-top: 0 !important;
  font-size: 14px; }

/* line 221, theme.scss */
label.co-toggable_field--bordered a {
  position: relative;
  z-index: 2; }

/* line 226, theme.scss */
label.hide {
  display: none !important; }

/* Dolyame */
/* line 253, theme.scss */
.product-form__area-dolyame {
  margin-bottom: 15px; }

/* line 257, theme.scss */
.product-form__area-dolyame .product-dolyame-link {
  display: block;
  width: 100%;
  max-width: 320px;
  margin-top: 10px;
  color: #000 !important;
  text-decoration: none; }

/* line 265, theme.scss */
.product-form__area-dolyame .product-dolyame-link-inner {
  display: flex;
  /* justify-content: space-between; */
  align-items: center; }

/* line 270, theme.scss */
.product-form__area-dolyame .product-dolyame-link-more {
  display: inline-block;
  margin-top: 5px;
  border-bottom: 1px dashed #000;
  font-size: 13px; }

/* line 276, theme.scss */
.product-form__area-dolyame .product-dolyame-link-more:hover {
  border-bottom: 1px solid #fff; }

/* line 279, theme.scss */
.product-form__area-dolyame .product-dolyame-logo {
  width: 90px;
  margin-right: 10px; }

/* line 283, theme.scss */
.product-form__area-dolyame .product-dolyame-txt {
  font-size: 14px; }

@media (max-width: 768px) {
  /* line 288, theme.scss */
  .product-form__area-dolyame .product-dolyame-link {
    /* justify-content: center !important; */
    max-width: 100% !important; }

  /* line 292, theme.scss */
  .product-form__area-dolyame .product-dolyame-logo {
    width: 100px; }

  /* line 295, theme.scss */
  .product-form__area-dolyame .product-dolyame-txt {
    font-size: 13px; } }
/* line 301, theme.scss */
#dolyame_popup {
  width: 600px;
  padding: 20px;
  text-align: center;
  background-color: white; }

@media (max-width: 767px) {
  /* line 309, theme.scss */
  #dolyame_popup {
    max-width: 100%;
    min-height: 380px; } }
/* line 314, theme.scss */
.dolyame-popup__heading {
  font-size: 25px;
  width: 400px;
  line-height: 28px;
  color: #000 !important;
  margin: 0 auto 0 auto;
  font-weight: 600; }

@media (max-width: 767px) {
  /* line 323, theme.scss */
  .dolyame-popup__heading {
    width: 100%;
    font-size: 17px;
    line-height: 21px; } }
/* line 329, theme.scss */
.dolyame-popup__logo {
  width: 150px;
  margin: 10px auto 15px auto; }

/* line 333, theme.scss */
.dolyame-popup__txt-before {
  font-size: 15px;
  color: #000 !important;
  margin: 10px auto 10px auto;
  width: 400px; }

@media (max-width: 767px) {
  /* line 340, theme.scss */
  .dolyame-popup__txt-before {
    width: 100%;
    margin: 5px 10px 15px 10px;
    line-height: 19px; } }
/* line 346, theme.scss */
.dolyame-popup__txt-after {
  font-size: 12px;
  margin-top: 5px;
  color: #000 !important; }

/* end Dolyame */
/* line 354, theme.scss */
.widget-type_footer .info .form {
  visibility: hidden; }

/* line 358, theme.scss */
.whatsapp-call {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 70px;
  z-index: 99; }
  @media (max-width: 767px) {
    /* line 358, theme.scss */
    .whatsapp-call {
      width: 50px;
      height: 50px;
      bottom: 40px; } }
