/* 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, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 10px);
  --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, 16px);
  --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/3344/40135952/original/Inter-Regular.otf") format("opentype"); }
@font-face {
  font-family: Time New Roman;
  font-weight: 100;
  src: url("https://static.insales-cdn.com/files/1/2121/39487561/original/EBGaramond-Italic.otf") format("opentype"); }
/* line 23, theme.scss */
html, body {
  font-family: Helvetica !important;
  --font-family: Helvetica !important;
  --font-family-default: Helvetica !important; }

/* line 29, theme.scss */
.page-headding.heading {
  font-family: Time New Roman !important;
  font-size: 2rem !important;
  font-weight: 400 !important; }
  @media screen and (max-width: 767px) {
    /* line 29, theme.scss */
    .page-headding.heading {
      font-size: 2rem !important;
      text-align: center; } }

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

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

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

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

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

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

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

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

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

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

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

/* line 118, 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: 20% !important; }
  @media screen and (max-width: 767px) {
    /* line 118, theme.scss */
    .checkout-v2-wrapper.co-section--checkout_content {
      margin-left: 0px !important;
      text-align: left; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 208, 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 212, theme.scss */
.co-delivery_method-description.co-toggable_field-description.co-input-description {
  display: none !important; }

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

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

/* line 226, theme.scss */
.co-title co-title--h2.co-tabs-header {
  font-family: Time New Roman !important;
  font-weight: 400 !important;
  font-size: 2rem !important;
  margin-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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