/* 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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, #474747);
  --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, #5a5a5a);
  --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, #6c6c6c);
  --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, #a3a3a3);
  --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, elementary);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #FFC200);
  --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, #f7be00);
  --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, #edb600);
  --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, #806200);
  --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, #2BC750);
  --color-notice-success-is-dark: var(--draft-color-notice-success-is-dark, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #38d35c);
  --color-notice-success-minor-shade-is-dark: var(--draft-color-notice-success-minor-shade-is-dark, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #4ed86e);
  --color-notice-success-major-shade-is-dark: var(--draft-color-notice-success-major-shade-is-dark, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #90e7a4);
  --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, #FF0017);
  --color-notice-error-is-dark: var(--draft-color-notice-error-is-dark, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #ff1a2d);
  --color-notice-error-minor-shade-is-dark: var(--draft-color-notice-error-minor-shade-is-dark, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #ff3344);
  --color-notice-error-major-shade-is-dark: var(--draft-color-notice-error-major-shade-is-dark, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #ff808a);
  --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, #00EBFF);
  --color-notice-info-is-dark: var(--draft-color-notice-info-is-dark, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #1aecff);
  --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, #33eeff);
  --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, #80f4ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, Roboto);
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, Roboto);
  --heading-ratio: var(--draft-heading-ratio, 2);
  --heading-weight: var(--draft-heading-weight, 100);
  --collection_count: var(--draft-collection_count, 36);
  --search_count: var(--draft-search_count, 100);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1920px);
  --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, 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; }

@font-face {
  font-family: Helvetica;
  src: url("https://static.insales-cdn.com/files/1/3329/40635649/original/Liter-Regular.ttf") format("opentype"); }
@font-face {
  font-family: Time New Roman;
  font-weight: 400;
  letter-spacing: 5.5px;
  src: url("https://static.insales-cdn.com/files/1/4585/91288041/original/Spectral-Light.ttf") format("opentype"); }
@font-face {
  font-family: Time New Roman IT;
  font-weight: 400;
  src: url("https://static.insales-cdn.com/files/1/1121/40633441/original/spectral-italic__1_.ttf") format("opentype"); }
@font-face {
  font-family: Time New Roman !important;
  src: url("../fonts/spectral-italic.eot");
  /* IE 9 Compatibility Mode */
  src: url("../fonts/spectral-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/spectral-italic.woff2") format("woff2"), url("../fonts/spectral-italic.woff") format("woff"), url("../fonts/spectral-italic.ttf") format("truetype"), url("../fonts/spectral-italic.svg#spectral-italic") format("svg");
  /* Chrome < 4, Legacy iOS */ }
/* line 40, theme.scss */
html, body {
  font-family: Helvetica !important;
  --font-family: Helvetica !important;
  --font-family-default: Helvetica !important; }

/* line 46, theme.scss */
.page-headding.heading {
  font-family: Helvetica !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important; }
  @media screen and (max-width: 767px) {
    /* line 46, theme.scss */
    .page-headding.heading {
      font-size: 1.5rem !important;
      text-align: left; } }

/* line 58, theme.scss */
.co-title.co-title--h2 {
  font-family: Helvetica !important;
  --font-family: Helvetica  !important;
  --font-family-default: Helvetica !important;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 1rem; }

/* line 67, theme.scss */
.co-title.co-title--h2.co-input-label {
  font-family: Helvetica !important;
  --font-family: Helvetica !important;
  --font-family-default: Helvetica !important;
  font-weight: 400; }

/* line 74, theme.scss */
.co-checkout-title.co-title.co-title--h1 {
  font-family: Helvetica !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important; }
  @media screen and (max-width: 767px) {
    /* line 74, theme.scss */
    .co-checkout-title.co-title.co-title--h1 {
      font-size: 1.5rem !important;
      font-family: Helvetica !important;
      margin-top: 2rem;
      margin-bottom: 3rem;
      text-align: left; } }

/* line 87, theme.scss */
.decorated-title.co-title.co-title--h1 {
  font-family: Helvetica !important;
  font-size: 1.5rem !important;
  font-weight: 400 !important; }
  @media screen and (max-width: 767px) {
    /* line 87, theme.scss */
    .decorated-title.co-title.co-title--h1 {
      margin-top: 2rem;
      margin-bottom: 3rem;
      text-align: left;
      font-size: 1.5rem !important;
      font-family: Helvetica !important; } }

/* line 101, theme.scss */
.co-title.co-title--h2.co-tabs-header {
  font-weight: 400;
  margin-top: 1rem; }

/* line 106, theme.scss */
.co-section--checkout_order {
  border-right: 0px solid lightgrey; }
  @media screen and (max-width: 767px) {
    /* line 106, theme.scss */
    .co-section--checkout_order {
      border-right: 0px solid black; } }

/* line 113, theme.scss */
.co-sidebar {
  webkit-box-shadow: none;
  box-shadow: none; }

/* line 118, theme.scss */
.co-checkout-title.co-title.co-title--h1 {
  font-weight: 400; }

/* line 123, theme.scss */
.co-section--checkout_header.co-checkout-block {
  border-bottom: 1px solid black; }

/* line 127, theme.scss */
.Text__StyledTextSpan-sc-9bqqn7-0.kifcTh.qa-payment-option-description.mui-ksnd7t.eqnn623 {
  white-space: normal !important; }

/* line 131, theme.scss */
.co-toggable_field-input {
  flex: 0 !important; }

/* line 135, theme.scss */
.checkout-v2-wrapper.co-section--checkout_content {
  background-color: white;
  border: 0px solid lightgrey;
  border-radius: 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 0rem !important;
  border-bottom: 0px solid black;
  margin-left: 0% !important;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    /* line 135, theme.scss */
    .checkout-v2-wrapper.co-section--checkout_content {
      margin-left: 0px !important;
      text-align: left;
      max-width: 100%; } }

/* line 152, theme.scss */
.co-input-title.co-input-label.co-toggable_field-title {
  font-size: 1rem; }

/* line 156, theme.scss */
.co-payment_method-title.co-toggable_field-title.co-input-title {
  font-size: 1rem; }

/* line 160, theme.scss */
.Text__StyledTextSpan-sc-9bqqn7-0.kifcTh.qa-payment-option-description.mui-ksnd7t.eqnn623 {
  font-size: 0.875rem !important; }

/* line 164, theme.scss */
.co-delivery_method-price.co-toggable_field-price.co-price--current {
  font-size: 1.1rem; }

/* line 168, theme.scss */
.co-input-description.co-toggable_field-description {
  font-size: 0.875rem !important; }

/* line 173, theme.scss */
.checkout-v2-wrapper.co-section--content_wrapper {
  margin-left: 0% !important; }
  @media screen and (max-width: 767px) {
    /* line 173, theme.scss */
    .checkout-v2-wrapper.co-section--content_wrapper {
      margin-left: 0px !important; } }

/* line 181, theme.scss */
.page-404 {
  margin-left: 0% !important; }
  @media screen and (max-width: 767px) {
    /* line 181, theme.scss */
    .page-404 {
      margin-left: 0px !important; } }

/* line 188, theme.scss */
#messengers_notifications {
  display: none; }

/* line 192, theme.scss */
.co-sidebar-toggler {
  font-size: 1rem; }

/* line 196, theme.scss */
.co-delivery_method-title.co-toggable_field-title.co-input-title {
  font-size: 1rem; }

/* line 200, theme.scss */
.co-basket_total-price.co-price--current {
  font-size: 1rem; }

/* line 204, theme.scss */
.co-basket_item-price.co-price--current {
  font-size: 1rem; }

/* line 208, theme.scss */
.co-price--current {
  font-size: 1rem; }

/* line 212, theme.scss */
.co-basket_item-image_container {
  display: none; }

/* line 216, theme.scss */
.co-basket_item-description {
  padding: 0rem; }

/* line 220, theme.scss */
.co-basket_subtotal-list {
  display: none; }

/* line 224, theme.scss */
.co-basket_total-title {
  font-size: 1rem; }

/* line 228, theme.scss */
.button, .co-tabs-controls--customer .co-tabs-node, .co-button:not(.co-button--link), .picker-button, .m-modal-button {
  border: none !important; }

/* line 232, theme.scss */
.co-delivery_method-description.co-toggable_field-description.co-input-description {
  display: none !important; }

/* line 236, theme.scss */
.co-toggable_field {
  flex-wrap: nowrap !important; }

/* line 240, theme.scss */
.co-checkout-block--padded {
  padding: 1rem 0rem !important; }
  @media screen and (max-width: 767px) {
    /* line 240, theme.scss */
    .co-checkout-block--padded {
      padding: 0rem !important; } }

/* line 247, theme.scss */
.checkout-v2-wrapper.co-section--content_wrapper {
  margin-top: 4rem; }

/* line 251, theme.scss */
.co-title co-title--h2.co-tabs-header {
  font-family: Helvetica !important;
  font-weight: 400 !important;
  font-size: 1.5rem !important;
  margin-top: 1rem; }

/* line 258, theme.scss */
.co-input-label:after {
  color: darkgrey !important; }

/* line 262, theme.scss */
.checkout-v2-wrapper.co-section--content_wrapper {
  max-width: 100% !important; }

/* line 266, theme.scss */
.co-button--link:after {
  border-bottom: none !important; }

/* line 270, theme.scss */
.co-toggable_field {
  border: none; }

/* line 274, theme.scss */
.co-button--checkout#create_order {
  font-family: Helvetica;
  font-size: 1.1rem;
  border-radius: var(--controls-btn-border-radius); }

/* line 280, theme.scss */
.co-title.co-title--h2.co-input-label {
  font-family: Helvetica;
  margin-top: 2rem;
  margin-bottom: 0px !important; }

/* line 286, theme.scss */
.co-basket_item-list {
  margin-top: 60px; }
  @media screen and (max-width: 767px) {
    /* line 286, theme.scss */
    .co-basket_item-list {
      margin-top: 0px; } }

/* line 293, theme.scss */
.co-sidebar.js-co-sidebar.co-sidebar--fixed {
  background-color: transparent;
  margin-top: 2rem;
  margin-left: 1rem; }
  @media screen and (max-width: 767px) {
    /* line 293, theme.scss */
    .co-sidebar.js-co-sidebar.co-sidebar--fixed {
      background-color: #f1f1f1;
      padding: 1rem;
      margin-left: 0rem; } }

/* line 304, theme.scss */
.layout__contentpage-404 {
  width: 30%;
  left: 35%;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 304, theme.scss */
    .layout__contentpage-404 {
      width: 80%;
      left: 10%; } }

/* line 314, theme.scss */
.co-sidebar-toggler--opend {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  background-color: transparent !important; }

/* line 320, theme.scss */
.co-sidebar-wrapper {
  background-color: #f1f1f1; }

/* line 324, theme.scss */
.co-icon.halfling-shopping-cart {
  display: none; }

/* line 328, theme.scss */
.co-sidebar-toggler_title {
  margin-left: 0 !important; }

/* line 332, theme.scss */
.co-order-state.co-order-state--not_paid {
  display: none !important; }

/* line 336, theme.scss */
.pnn-modal-form__content {
  font-family: Helvetica !important; }

/* line 341, theme.scss */
:root {
  --layout-side-padding: 1rem !important;
  --layout-side-padding-mobile: 0.5rem !important; }

/* line 346, theme.scss */
.co-notice--success.co-notice--flash {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: white;
  z-index: 100000;
  left: 0;
  color: black;
  font-family: 'Helvetica';
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-align: center; }
