/* 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, #00534c);
  --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, #007c72);
  --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, #00a799);
  --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, #29ffed);
  --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, #1f7d63);
  --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, #279b7a);
  --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, #2eb790);
  --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, #72dcbe);
  --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, 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, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "Fira Sans");
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 15);
  --blog_size: var(--draft-blog_size, 3);
  --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, false);
  --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 14, theme.scss */
.labels_new {
  position: absolute;
  z-index: 10;
  top: 15px;
  right: 15px;
  display: flex;
  gap: 15px; }
  /* line 21, theme.scss */
  .labels_new .item {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    background: #fff center center no-repeat;
    background-size: contain;
    border-radius: 50%;
    cursor: pointer; }
    /* line 31, theme.scss */
    .labels_new .item-popup {
      position: absolute;
      right: 0;
      top: 100%;
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
      background: #fff;
      opacity: 0;
      visibility: hidden;
      transform: translate(0, 25px);
      transition: 0.4s;
      padding: 10px 15px;
      border-radius: 4px;
      font-size: 12px;
      line-height: 16px;
      cursor: default; }
      /* line 46, theme.scss */
      .labels_new .item-popup:after, .labels_new .item-popup:before {
        content: '';
        position: absolute;
        z-index: 2;
        top: -19px;
        right: 20px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #fff transparent; }
      /* line 56, theme.scss */
      .labels_new .item-popup:after {
        z-index: 1;
        border-bottom-color: #eee;
        top: -20px; }
      /* line 61, theme.scss */
      .labels_new .item-popup p {
        margin: 0; }
      /* line 64, theme.scss */
      .labels_new .item-popup-title {
        white-space: nowrap;
        color: #000; }
        /* line 67, theme.scss */
        .labels_new .item-popup-title span {
          font-weight: 700; }
      /* line 71, theme.scss */
      .labels_new .item-popup-description {
        white-space: nowrap; }
      /* line 75, theme.scss */
      .labels_new .item-popup-content p + p {
        margin-top: 5px; }
      /* line 79, theme.scss */
      .labels_new .item-popup-end {
        margin: 10px 0 0 !important;
        color: #999; }
        /* line 82, theme.scss */
        .labels_new .item-popup-end span {
          font-weight: 700; }
      /* line 86, theme.scss */
      .labels_new .item-popup--prop {
        width: 200px; }
        /* line 88, theme.scss */
        .labels_new .item-popup--prop > * {
          white-space: normal; }
      /* line 92, theme.scss */
      .labels_new .item-popup a {
        text-decoration: underline; }
    /* line 97, theme.scss */
    .labels_new .item:hover .item-popup {
      opacity: 1;
      visibility: visible;
      transform: translate(0, 5px); }
    /* line 103, theme.scss */
    .labels_new .item--discount {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      color: #f8353e; }
  /* line 113, theme.scss */
  .labels_new--product_card {
    top: 5px;
    right: 5px;
    gap: 10px; }
    /* line 117, theme.scss */
    .labels_new--product_card .item {
      width: 40px;
      height: 40px; }
      @media (max-width: 767px) {
        /* line 117, theme.scss */
        .labels_new--product_card .item {
          display: none; } }
      /* line 123, theme.scss */
      .labels_new--product_card .item-popup {
        right: -10px;
        top: 105%; }
      /* line 127, theme.scss */
      .labels_new--product_card .item--discount {
        font-size: 11px;
        line-height: 15px; }
        @media (max-width: 767px) {
          /* line 127, theme.scss */
          .labels_new--product_card .item--discount {
            display: flex; } }

/* line 138, theme.scss */
.product-timer {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 20px;
  color: #000;
  text-align: center;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }
  /* line 146, theme.scss */
  .product-timer p {
    margin: 0; }
  /* line 149, theme.scss */
  .product-timer:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(discounts-bg.png) center center repeat;
    opacity: 0.25; }
  /* line 160, theme.scss */
  .product-timer .row {
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px; }
    /* line 168, theme.scss */
    .product-timer .row > .col-auto {
      position: relative;
      width: 100%;
      min-height: 0px;
      padding-right: 10px;
      padding-left: 10px;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
  /* line 180, theme.scss */
  .product-timer-bage {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1; }
  /* line 189, theme.scss */
  .product-timer-title {
    margin: 0px 0px 10px;
    color: #999;
    font-size: 14px;
    line-height: 18px; }
    /* line 194, theme.scss */
    .product-timer-title span {
      font-weight: 700;
      display: block;
      color: #000; }
    /* line 199, theme.scss */
    .product-timer-title i {
      font-style: normal;
      display: inline-block;
      width: 16px;
      height: 16px;
      font-size: 11px;
      line-height: 16px;
      border: 1px solid currentColor;
      border-radius: 50%;
      font-weight: 700;
      text-align: center;
      margin-left: 4px; }
  /* line 213, theme.scss */
  .product-timer-time {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700; }
    /* line 217, theme.scss */
    .product-timer-time span {
      display: inline-block;
      vertical-align: top;
      width: 40px;
      color: #000; }
      /* line 222, theme.scss */
      .product-timer-time span i {
        display: block;
        font-size: 12px;
        line-height: 12px;
        font-style: normal;
        color: #999;
        font-weight: 400; }
      /* line 230, theme.scss */
      .product-timer-time span.sep {
        width: auto;
        opacity: 0.25;
        margin-top: -2px;
        font-style: normal; }
  /* line 238, theme.scss */
  .product-timer-end {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700; }
  /* line 243, theme.scss */
  .product-timer .row {
    position: relative;
    z-index: 2;
    min-height: 60px; }
  /* line 248, theme.scss */
  .product-timer svg {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: -50px;
    width: 200px !important;
    height: 200px;
    color: #999;
    opacity: 0.5;
    transform: translate(0px, -50%); }
/* line 260, theme.scss */
.product-timer-popup {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 100%;
  top: 50%;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  transform: translate(40px, -50%);
  transition: 0.4s;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  cursor: default;
  text-align: left; }
  /* line 276, theme.scss */
  .product-timer-popup:after, .product-timer-popup:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    margin-top: -10px; }
  /* line 287, theme.scss */
  .product-timer-popup:after {
    z-index: 1;
    border-right-color: #eee;
    left: -21px; }
  /* line 292, theme.scss */
  .product-timer-popup-title {
    white-space: nowrap;
    color: #000; }
    /* line 295, theme.scss */
    .product-timer-popup-title span {
      font-weight: 700; }
  /* line 299, theme.scss */
  .product-timer-popup-end {
    margin: 10px 0 0 !important;
    color: #999; }
    /* line 302, theme.scss */
    .product-timer-popup-end span {
      font-weight: 700; }
/* line 309, theme.scss */
.product-timer > .row > .col-auto:hover .product-timer-popup {
  opacity: 1;
  visibility: visible;
  transform: translate(20px, -50%); }

@media (max-width: 575px) {
  /* line 319, theme.scss */
  .product-timer-popup {
    left: 50%;
    top: 100%;
    transform: translate(-50%, 45px);
    width: 100%; }
    /* line 324, theme.scss */
    .product-timer-popup:after, .product-timer-popup:before {
      left: 50%;
      top: -20px;
      margin: 0 0 0 -10px;
      border-color: transparent transparent #fff transparent; }
    /* line 330, theme.scss */
    .product-timer-popup:after {
      border-bottom-color: #eee;
      top: -21px; }
  /* line 336, theme.scss */
  .product-timer .col-auto {
    position: static; }
  /* line 340, theme.scss */
  .product-timer > .row > .col-auto:hover .product-timer-popup {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 25px); } }
