/* 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, #A47B67);
  --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, #ac8875);
  --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, #b69585);
  --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, #d1bdb3);
  --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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, intermittent);
  --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, "Exo 2");
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, "Exo 2");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 300);
  --collection_count: var(--draft-collection_count, 40);
  --search_count: var(--draft-search_count, 20);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, preorder);
  --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, 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); }

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

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

@font-face {
  font-family: 'Nunito-Black';
  src: url("Nunito-Black.eot");
  src: url("Nunito-Black.eot?#iefix") format("embedded-opentype"), url("Nunito-Black.woff") format("woff"), url("Nunito-Black.ttf") format("truetype"), url("Nunito-Black.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-BlackItalic';
  src: url("Nunito-BlackItalic.eot");
  src: url("Nunito-BlackItalic.eot?#iefix") format("embedded-opentype"), url("Nunito-BlackItalic.woff") format("woff"), url("Nunito-BlackItalic.ttf") format("truetype"), url("Nunito-BlackItalic.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-Bold';
  src: url("Nunito-Bold.eot");
  src: url("Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("Nunito-Bold.woff") format("woff"), url("Nunito-Bold.ttf") format("truetype"), url("Nunito-Bold.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-BoldItalic';
  src: url("Nunito-BoldItalic.eot");
  src: url("Nunito-BoldItalic.eot?#iefix") format("embedded-opentype"), url("Nunito-BoldItalic.woff") format("woff"), url("Nunito-BoldItalic.ttf") format("truetype"), url("Nunito-BoldItalic.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-ExtraBold';
  src: url("Nunito-ExtraBold.eot");
  src: url("Nunito-ExtraBold.eot?#iefix") format("embedded-opentype"), url("Nunito-ExtraBold.woff") format("woff"), url("Nunito-ExtraBold.ttf") format("truetype"), url("Nunito-ExtraBold.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-ExtraBoldItalic';
  src: url("Nunito-ExtraBoldItalic.eot");
  src: url("Nunito-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("Nunito-ExtraBoldItalic.woff") format("woff"), url("Nunito-ExtraBoldItalic.ttf") format("truetype"), url("Nunito-ExtraBoldItalic.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-ExtraLight';
  src: url("Nunito-ExtraLight.eot");
  src: url("Nunito-ExtraLight.eot?#iefix") format("embedded-opentype"), url("Nunito-ExtraLight.woff") format("woff"), url("Nunito-ExtraLight.ttf") format("truetype"), url("Nunito-ExtraLight.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-ExtraLightItalic';
  src: url("Nunito-ExtraLightItalic.eot");
  src: url("Nunito-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("Nunito-ExtraLightItalic.woff") format("woff"), url("Nunito-ExtraLightItalic.ttf") format("truetype"), url("Nunito-ExtraLightItalic.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-Italic-VariableFont_wght.ttf';
  src: url("Nunito-Italic-VariableFont_wght.eot");
  src: url("Nunito-Italic-VariableFont_wght.eot?#iefix") format("embedded-opentype"), url("Nunito-Italic-VariableFont_wght.woff") format("woff"), url("Nunito-Italic-VariableFont_wght.ttf") format("truetype"), url("Nunito-Italic-VariableFont_wght.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-Italic';
  src: url("Nunito-Italic.eot");
  src: url("Nunito-Italic.eot?#iefix") format("embedded-opentype"), url("Nunito-Italic.woff") format("woff"), url("Nunito-Italic.ttf") format("truetype"), url("Nunito-Italic.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-Light';
  src: url("Nunito-Light.eot");
  src: url("Nunito-Light.eot?#iefix") format("embedded-opentype"), url("Nunito-Light.woff") format("woff"), url("Nunito-Light.ttf") format("truetype"), url("Nunito-Light.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-LightItalic';
  src: url("Nunito-LightItalic.eot");
  src: url("Nunito-LightItalic.eot?#iefix") format("embedded-opentype"), url("Nunito-LightItalic.woff") format("woff"), url("Nunito-LightItalic.ttf") format("truetype"), url("Nunito-LightItalic.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-Medium';
  src: url("Nunito-Medium.eot");
  src: url("Nunito-Medium.eot?#iefix") format("embedded-opentype"), url("Nunito-Medium.woff") format("woff"), url("Nunito-Medium.ttf") format("truetype"), url("Nunito-Medium.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-MediumItalic';
  src: url("Nunito-MediumItalic.eot");
  src: url("Nunito-MediumItalic.eot?#iefix") format("embedded-opentype"), url("Nunito-MediumItalic.woff") format("woff"), url("Nunito-MediumItalic.ttf") format("truetype"), url("Nunito-MediumItalic.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-Regular';
  src: url("Nunito-Regular.eot");
  src: url("Nunito-Regular.eot?#iefix") format("embedded-opentype"), url("Nunito-Regular.woff") format("woff"), url("Nunito-Regular.ttf") format("truetype"), url("Nunito-Regular.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-SemiBold';
  src: url("Nunito-SemiBold.eot");
  src: url("Nunito-SemiBold.eot?#iefix") format("embedded-opentype"), url("Nunito-SemiBold.woff") format("woff"), url("Nunito-SemiBold.ttf") format("truetype"), url("Nunito-SemiBold.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-SemiBoldItalic';
  src: url("Nunito-SemiBoldItalic.eot");
  src: url("Nunito-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("Nunito-SemiBoldItalic.woff") format("woff"), url("Nunito-SemiBoldItalic.ttf") format("truetype"), url("Nunito-SemiBoldItalic.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-VariableFont_wght';
  src: url("Nunito-VariableFont_wght.eot");
  src: url("Nunito-VariableFont_wght.eot?#iefix") format("embedded-opentype"), url("Nunito-VariableFont_wght.woff") format("woff"), url("Nunito-VariableFont_wght.ttf") format("truetype"), url("Nunito-VariableFont_wght.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter-Black';
  src: url("Inter-Black.eot");
  src: url("Inter-Black.eot?#iefix") format("embedded-opentype"), url("Inter-Black.woff") format("woff"), url("Inter-Black.ttf") format("truetype"), url("Inter-Black.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter-Bold';
  src: url("Inter-Bold.eot");
  src: url("Inter-Bold.eot?#iefix") format("embedded-opentype"), url("Inter-Bold.woff") format("woff"), url("Inter-Bold.ttf") format("truetype"), url("Inter-Bold.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter-ExtraBold';
  src: url("Inter-ExtraBold.eot");
  src: url("Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("Inter-ExtraBold.woff") format("woff"), url("Inter-ExtraBold.ttf") format("truetype"), url("Inter-ExtraBold.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter-ExtraLight';
  src: url("Inter-ExtraLight.eot");
  src: url("Inter-ExtraLight.eot?#iefix") format("embedded-opentype"), url("Inter-ExtraLight.woff") format("woff"), url("Inter-ExtraLight.ttf") format("truetype"), url("Inter-ExtraLight.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter-Light';
  src: url("Inter-Light.eot");
  src: url("Inter-Light.eot?#iefix") format("embedded-opentype"), url("Inter-Light.woff") format("woff"), url("Inter-Light.ttf") format("truetype"), url("Inter-Light.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter-Medium';
  src: url("Inter-Medium.eot");
  src: url("Inter-Medium.eot?#iefix") format("embedded-opentype"), url("Inter-Medium.woff") format("woff"), url("Inter-Medium.ttf") format("truetype"), url("Inter-Medium.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter-Regular';
  src: url("Inter-Regular.eot");
  src: url("Inter-Regular.eot?#iefix") format("embedded-opentype"), url("Inter-Regular.woff") format("woff"), url("Inter-Regular.ttf") format("truetype"), url("Inter-Regular.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter-SemiBold';
  src: url("Inter-SemiBold.eot");
  src: url("Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("Inter-SemiBold.woff") format("woff"), url("Inter-SemiBold.ttf") format("truetype"), url("Inter-SemiBold.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter-Thin';
  src: url("Inter-Thin.eot");
  src: url("Inter-Thin.eot?#iefix") format("embedded-opentype"), url("Inter-Thin.woff") format("woff"), url("Inter-Thin.ttf") format("truetype"), url("Inter-Thin.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Inter-VariableFont_slnt_wght';
  src: url("Inter-VariableFont_slnt_wght.eot");
  src: url("Inter-VariableFont_slnt_wght.eot?#iefix") format("embedded-opentype"), url("Inter-VariableFont_slnt_wght.woff") format("woff"), url("Inter-VariableFont_slnt_wght.ttf") format("truetype"), url("Inter-VariableFont_slnt_wght.svg#Sri-TSCRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
