/* 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);
  --rev-bg-input: var(--draft-rev-bg-input, #FFFFFF);
  --rev-bg-input-is-light: var(--draft-rev-bg-input-is-light, true);
  --rev-bg-input-minor-shade: var(--draft-rev-bg-input-minor-shade, #f7f7f7);
  --rev-bg-input-minor-shade-is-light: var(--draft-rev-bg-input-minor-shade-is-light, true);
  --rev-bg-input-major-shade: var(--draft-rev-bg-input-major-shade, #ededed);
  --rev-bg-input-major-shade-is-light: var(--draft-rev-bg-input-major-shade-is-light, true);
  --rev-bg-input-half-shade: var(--draft-rev-bg-input-half-shade, #808080);
  --rev-bg-input-half-shade-is-dark: var(--draft-rev-bg-input-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #525252);
  --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, #636363);
  --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, #747474);
  --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, #a8a8a8);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #525252);
  --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, #636363);
  --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, #747474);
  --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, #a8a8a8);
  --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, #525252);
  --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, #636363);
  --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, #747474);
  --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, #a8a8a8);
  --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, thin);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #C4C4C4);
  --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, #c3c3c3);
  --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, #c0c0c0);
  --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, #a7a7a7);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #C4C4C4);
  --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, #c3c3c3);
  --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, #c0c0c0);
  --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, #a7a7a7);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #C4C4C4);
  --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, #c3c3c3);
  --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, #c0c0c0);
  --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, #a7a7a7);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #C4C4C4);
  --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, #c3c3c3);
  --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, #c0c0c0);
  --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, #a7a7a7);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, "Open Sans");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "Open Sans");
  --collection_count: var(--draft-collection_count, 100);
  --rev_sticker_discount: var(--draft-rev_sticker_discount, true);
  --rev_bg_stiker_discount: var(--draft-rev_bg_stiker_discount, #525252);
  --rev_bg_stiker_discount-is-dark: var(--draft-rev_bg_stiker_discount-is-dark, true);
  --rev_bg_stiker_discount-minor-shade: var(--draft-rev_bg_stiker_discount-minor-shade, #636363);
  --rev_bg_stiker_discount-minor-shade-is-dark: var(--draft-rev_bg_stiker_discount-minor-shade-is-dark, true);
  --rev_bg_stiker_discount-major-shade: var(--draft-rev_bg_stiker_discount-major-shade, #747474);
  --rev_bg_stiker_discount-major-shade-is-dark: var(--draft-rev_bg_stiker_discount-major-shade-is-dark, true);
  --rev_bg_stiker_discount-half-shade: var(--draft-rev_bg_stiker_discount-half-shade, #a8a8a8);
  --rev_bg_stiker_discount-half-shade-is-dark: var(--draft-rev_bg_stiker_discount-half-shade-is-dark, true);
  --rev_bg_stiker_1: var(--draft-rev_bg_stiker_1, #525252);
  --rev_bg_stiker_1-is-dark: var(--draft-rev_bg_stiker_1-is-dark, true);
  --rev_bg_stiker_1-minor-shade: var(--draft-rev_bg_stiker_1-minor-shade, #636363);
  --rev_bg_stiker_1-minor-shade-is-dark: var(--draft-rev_bg_stiker_1-minor-shade-is-dark, true);
  --rev_bg_stiker_1-major-shade: var(--draft-rev_bg_stiker_1-major-shade, #747474);
  --rev_bg_stiker_1-major-shade-is-dark: var(--draft-rev_bg_stiker_1-major-shade-is-dark, true);
  --rev_bg_stiker_1-half-shade: var(--draft-rev_bg_stiker_1-half-shade, #a8a8a8);
  --rev_bg_stiker_1-half-shade-is-dark: var(--draft-rev_bg_stiker_1-half-shade-is-dark, true);
  --rev_bg_stiker_2: var(--draft-rev_bg_stiker_2, #525252);
  --rev_bg_stiker_2-is-dark: var(--draft-rev_bg_stiker_2-is-dark, true);
  --rev_bg_stiker_2-minor-shade: var(--draft-rev_bg_stiker_2-minor-shade, #636363);
  --rev_bg_stiker_2-minor-shade-is-dark: var(--draft-rev_bg_stiker_2-minor-shade-is-dark, true);
  --rev_bg_stiker_2-major-shade: var(--draft-rev_bg_stiker_2-major-shade, #747474);
  --rev_bg_stiker_2-major-shade-is-dark: var(--draft-rev_bg_stiker_2-major-shade-is-dark, true);
  --rev_bg_stiker_2-half-shade: var(--draft-rev_bg_stiker_2-half-shade, #a8a8a8);
  --rev_bg_stiker_2-half-shade-is-dark: var(--draft-rev_bg_stiker_2-half-shade-is-dark, true);
  --rev_bg_stiker_3: var(--draft-rev_bg_stiker_3, #525252);
  --rev_bg_stiker_3-is-dark: var(--draft-rev_bg_stiker_3-is-dark, true);
  --rev_bg_stiker_3-minor-shade: var(--draft-rev_bg_stiker_3-minor-shade, #636363);
  --rev_bg_stiker_3-minor-shade-is-dark: var(--draft-rev_bg_stiker_3-minor-shade-is-dark, true);
  --rev_bg_stiker_3-major-shade: var(--draft-rev_bg_stiker_3-major-shade, #747474);
  --rev_bg_stiker_3-major-shade-is-dark: var(--draft-rev_bg_stiker_3-major-shade-is-dark, true);
  --rev_bg_stiker_3-half-shade: var(--draft-rev_bg_stiker_3-half-shade, #a8a8a8);
  --rev_bg_stiker_3-half-shade-is-dark: var(--draft-rev_bg_stiker_3-half-shade-is-dark, true);
  --rev_bg_stiker_4: var(--draft-rev_bg_stiker_4, #525252);
  --rev_bg_stiker_4-is-dark: var(--draft-rev_bg_stiker_4-is-dark, true);
  --rev_bg_stiker_4-minor-shade: var(--draft-rev_bg_stiker_4-minor-shade, #636363);
  --rev_bg_stiker_4-minor-shade-is-dark: var(--draft-rev_bg_stiker_4-minor-shade-is-dark, true);
  --rev_bg_stiker_4-major-shade: var(--draft-rev_bg_stiker_4-major-shade, #747474);
  --rev_bg_stiker_4-major-shade-is-dark: var(--draft-rev_bg_stiker_4-major-shade-is-dark, true);
  --rev_bg_stiker_4-half-shade: var(--draft-rev_bg_stiker_4-half-shade, #a8a8a8);
  --rev_bg_stiker_4-half-shade-is-dark: var(--draft-rev_bg_stiker_4-half-shade-is-dark, true);
  --rev_bg_stiker_5: var(--draft-rev_bg_stiker_5, #525252);
  --rev_bg_stiker_5-is-dark: var(--draft-rev_bg_stiker_5-is-dark, true);
  --rev_bg_stiker_5-minor-shade: var(--draft-rev_bg_stiker_5-minor-shade, #636363);
  --rev_bg_stiker_5-minor-shade-is-dark: var(--draft-rev_bg_stiker_5-minor-shade-is-dark, true);
  --rev_bg_stiker_5-major-shade: var(--draft-rev_bg_stiker_5-major-shade, #747474);
  --rev_bg_stiker_5-major-shade-is-dark: var(--draft-rev_bg_stiker_5-major-shade-is-dark, true);
  --rev_bg_stiker_5-half-shade: var(--draft-rev_bg_stiker_5-half-shade, #a8a8a8);
  --rev_bg_stiker_5-half-shade-is-dark: var(--draft-rev_bg_stiker_5-half-shade-is-dark, true);
  --rev_product_buttons: var(--draft-rev_product_buttons, custom);
  --rev_product_redirect: var(--draft-rev_product_redirect, /new_order);
  --product_not_available: var(--draft-product_not_available, preorder);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 24);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1194px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --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, right);
  --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);
  --hide_dolyame_from_sum: var(--draft-hide_dolyame_from_sum, 30000);
  --hide_installment_from_sum: var(--draft-hide_installment_from_sum, 20000);
  --favorite_enabled: var(--draft-favorite_enabled, false); }

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

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

@media all and (min-width: 768px) {
  /* line 13, theme.scss */
  body.padding-top {
    padding-top: 50px; } }
@media all and (min-width: 768px) {
  /* line 18, theme.scss */
  body.padding-bottom {
    padding-bottom: 50px; } }
@media all and (max-width: 767px) {
  /* line 23, theme.scss */
  body.padding-top-sm {
    padding-top: 40px; } }
@media all and (max-width: 767px) {
  /* line 28, theme.scss */
  body.padding-bottom-sm {
    padding-bottom: 40px; } }

/* line 35, theme.scss */
.rev-notice-warning {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-warning) !important; }

/* line 36, theme.scss */
.rev-notice-success, .insales-ui-discount-item {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-success) !important; }

/* line 37, theme.scss */
.rev-notice-error, .insales-ui-discount-error, .real-checkout .co-input--error .co-input-notice {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-error) !important; }

/* line 38, theme.scss */
.rev-notice-info {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-info) !important; }

/* line 39, theme.scss */
[style*="--color-notice-warning-is-dark:true;"] .rev-notice-warning {
  color: var(--color-text-light) !important; }

/* line 40, theme.scss */
[style*="--color-notice-success-is-dark:true;"] .rev-notice-success, [style*="--color-notice-success-is-dark:true;"] .insales-ui-discount-item {
  color: var(--color-text-light) !important; }

/* line 41, theme.scss */
[style*="--color-notice-error-is-dark:true;"] .rev-notice-error, [style*="--color-notice-error-is-dark:true;"] .insales-ui-discount-error, [style*="--color-notice-error-is-dark:true;"] .real-checkout .co-input--error .co-input-notice {
  color: var(--color-text-light) !important; }

/* line 42, theme.scss */
[style*="--color-notice-info-is-dark:true;"] .rev-notice-info {
  color: var(--color-text-light); }

/* line 45, theme.scss */
[style*="--rev-bg-input:#"] .rev-input,
[style*="--rev-bg-input:#"] .form-control,
[style*="--rev-bg-input:#"] .co-input-field,
[style*="--rev-bg-input:#"] .m-input-field {
  background-color: var(--rev-bg-input);
  color: var(--color-text-dark);
  border-color: var(--color-text-dark-half-shade); }
  /* line 53, theme.scss */
  [style*="--rev-bg-input:#"] .rev-input:focus,
  [style*="--rev-bg-input:#"] .form-control:focus,
  [style*="--rev-bg-input:#"] .co-input-field:focus,
  [style*="--rev-bg-input:#"] .m-input-field:focus {
    color: var(--color-text-dark); }
  /* line 57, theme.scss */
  [style*="--rev-bg-input:#"] .rev-input::placeholder,
  [style*="--rev-bg-input:#"] .form-control::placeholder,
  [style*="--rev-bg-input:#"] .co-input-field::placeholder,
  [style*="--rev-bg-input:#"] .m-input-field::placeholder {
    color: var(--color-text-dark-half-shade); }

/* line 64, theme.scss */
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .rev-input,
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .form-control,
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .co-input-field,
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .m-input-field {
  color: var(--color-text-light);
  border-color: var(--color-text-light-half-shade); }
  /* line 71, theme.scss */
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .rev-input:focus,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .form-control:focus,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .co-input-field:focus,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .m-input-field:focus {
    color: var(--color-text-light);
    border-color: var(--color-text-light); }
  /* line 76, theme.scss */
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .rev-input::placeholder,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .form-control::placeholder,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .co-input-field::placeholder,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .m-input-field::placeholder {
    color: var(--color-text-light-half-shade); }

/* line 82, theme.scss */
.editor {
  font-weight: 300; }
  /* line 85, theme.scss */
  .editor > *:first-child {
    margin-top: 0; }
  /* line 88, theme.scss */
  .editor > *:last-child {
    margin-bottom: 0; }
  /* line 92, theme.scss */
  .editor img,
  .editor iframe {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important; }
  /* line 99, theme.scss */
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6,
  .editor strong {
    font-weight: 400; }
  /* line 109, theme.scss */
  .editor iframe {
    width: 100%; }
  /* line 113, theme.scss */
  .editor ol, .editor ul {
    list-style: none;
    padding-left: 0; }
    /* line 117, theme.scss */
    .editor ol li, .editor ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 5px; }
      /* line 122, theme.scss */
      .editor ol li:last-child, .editor ul li:last-child {
        margin-bottom: 0; }
  /* line 128, theme.scss */
  .editor ol {
    counter-reset: section; }
    /* line 132, theme.scss */
    .editor ol li::marker {
      display: none; }
    /* line 136, theme.scss */
    .editor ol li:before {
      counter-increment: section;
      content: counter(section) ". ";
      position: absolute;
      left: 0;
      color: var(--color-text-half-shade); }
  /* line 149, theme.scss */
  .editor ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 4px;
    height: 4px;
    background-color: var(--color-text-half-shade);
    margin-top: calc(1.5em / 2 - 3px); }
  /* line 162, theme.scss */
  .editor .table-wrapper {
    overflow-y: auto; }

@font-face {
  font-family: Canela-Light-Web;
  src: url("Canela-Light-Web.ttf") format("truetype"); }
/* line 171, theme.scss */
.reviews__title,
.heading,
.title,
.menu__title,
.form-title,
.contacts__head,
.header__collections-head {
  font-family: Canela-Light-Web !important; }

/* line 181, theme.scss */
.button.button_size-l {
  font-size: 16px; }

/* line 185, theme.scss */
.coupon-content {
  border: 1px solid #E2E2E2 !important; }

/* line 188, theme.scss */
.micro-alert-item {
  color: #fff !important;
  background-color: #e2e2e2 !important;
  border-color: #919191 !important; }
