/* 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, #A9CC2C);
  --color-btn-bg-is-light: var(--draft-color-btn-bg-is-light, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #a6c82a);
  --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, #9fbf29);
  --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, #526315);
  --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, #8EA434);
  --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, #a0b93b);
  --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, #aec64b);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #ccdc8f);
  --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, #1F1F1E);
  --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, #363634);
  --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, #4d4d4a);
  --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, #91918d);
  --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, 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, #fff0be);
  --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, #ffecac);
  --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, #e6b000);
  --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, #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, #cae9d2);
  --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, #bee4c7);
  --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, #429e58);
  --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, #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, #f6ccd0);
  --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, #f3bcc1);
  --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, #c52330);
  --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, #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, #bedeff);
  --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, #acd4ff);
  --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, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, 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, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1160px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --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, false);
  --compare_enabled: var(--draft-compare_enabled, true); }

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

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

/* line 12, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 17, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 20, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGroteskRegular.eot");
  src: url("CraftworkGroteskRegular.eot") format("embedded-opentype"), url("CraftworkGroteskRegular.woff2") format("woff2"), url("CraftworkGroteskRegular.woff") format("woff"), url("CraftworkGroteskRegular.ttf") format("truetype"), url("CraftworkGroteskRegular.svg#CraftworkGroteskRegular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGroteskMedium.eot");
  src: url("CraftworkGroteskMedium.eot") format("embedded-opentype"), url("CraftworkGroteskMedium.woff2") format("woff2"), url("CraftworkGroteskMedium.woff") format("woff"), url("CraftworkGroteskMedium.ttf") format("truetype"), url("CraftworkGroteskMedium.svg#CraftworkGroteskMedium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGroteskBold.eot");
  src: url("CraftworkGroteskBold.eot") format("embedded-opentype"), url("CraftworkGroteskBold.woff2") format("woff2"), url("CraftworkGroteskBold.woff") format("woff"), url("CraftworkGroteskBold.ttf") format("truetype"), url("CraftworkGroteskBold.svg#CraftworkGroteskBold") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'CraftworkGrotesk';
  src: url("CraftworkGrotesk-Heavy.eot");
  src: url("CraftworkGrotesk-Heavy.eot") format("embedded-opentype"), url("CraftworkGrotesk-Heavy.woff2") format("woff2"), url("CraftworkGrotesk-Heavy.woff") format("woff"), url("CraftworkGrotesk-Heavy.ttf") format("truetype"), url("CraftworkGrotesk-Heavy.svg#CraftworkGrotesk-Heavy") format("svg");
  font-weight: 700;
  font-style: normal; }
/* line 71, theme.scss */
body {
  font-family: 'CraftworkGrotesk', Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  background: #fbf9eb;
  color: #1f1f1e; }
  /* line 77, theme.scss */
  body .layout, body .layout__content {
    background: transparent; }
  /* line 80, theme.scss */
  body .heading {
    font-family: 'CraftworkGrotesk', Arial, sans-serif;
    font-weight: 500; }
  /* line 84, theme.scss */
  body .button, body input {
    font-family: 'CraftworkGrotesk', Arial, sans-serif;
    font-weight: 500; }

/* line 89, theme.scss */
::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

/* line 93, theme.scss */
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px; }

/* line 97, theme.scss */
::-webkit-scrollbar-thumb {
  background: #a9cc2c;
  border: 0px none #fafafa;
  border-radius: 50px; }

/* line 102, theme.scss */
::-webkit-scrollbar-thumb:hover {
  background: #a9cc2c; }

/* line 105, theme.scss */
::-webkit-scrollbar-thumb:active {
  background: #a9cc2c; }

/* line 108, theme.scss */
::-webkit-scrollbar-track {
  background: #fafafa;
  border: 0px none #fafafa;
  border-radius: 50px; }

/* line 113, theme.scss */
::-webkit-scrollbar-track:hover {
  background: #c1c1c1; }

/* line 116, theme.scss */
::-webkit-scrollbar-track:active {
  background: #fafafa; }

/* line 119, theme.scss */
::-webkit-scrollbar-corner {
  background: transparent; }

@media (min-width: 767px) {
  /* line 123, theme.scss */
  .hide-desktop {
    display: none !important; } }

@media (max-width: 767px) {
  /* line 129, theme.scss */
  .hide-mobile {
    display: none !important; } }

/* line 135, theme.scss */
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */ }
  /* line 138, theme.scss */
  input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Chrome, Safari, Edge */
    margin: 0; }

/* line 152, theme.scss */
.is-checkout .co-input--desired-delivery-date {
  display: none; }
/* line 155, theme.scss */
.is-checkout .co-delivery-date-block {
  padding-top: 30px; }
  /* line 158, theme.scss */
  .is-checkout .co-delivery-date-block .co-input-label {
    margin-bottom: 12px; }
/* line 162, theme.scss */
.is-checkout .co-toggable_field {
  flex-wrap: nowrap; }
/* line 165, theme.scss */
.is-checkout .co-bonus_points-submit {
  margin-right: 0;
  width: 100%;
  background: var(--color-btn-bg);
  background-color: var(--color-btn-bg) !important;
  font-weight: 700 !important;
  width: auto;
  display: inline-flex;
  margin-left: 10px; }
/* line 175, theme.scss */
.is-checkout .co-bonus_points-info
+ .co-input-right {
  display: inline-block;
  width: auto;
  min-width: 100px; }
/* line 181, theme.scss */
.is-checkout .co-bonus_points-maximum_points {
  font-size: 12px;
  margin-bottom: 10px; }
/* line 185, theme.scss */
.is-checkout .bonus {
  width: 290px;
  margin-bottom: 40px; }
/* line 189, theme.scss */
.is-checkout input {
  border-radius: 1000px;
  background-color: white !important; }
/* line 193, theme.scss */
.is-checkout .co-button,
.is-checkout .button {
  border-radius: 1000px;
  font-size: 14px !important; }
/* line 198, theme.scss */
.is-checkout .delivery-map {
  padding-left: 137px; }
  @media (max-width: 767px) {
    /* line 198, theme.scss */
    .is-checkout .delivery-map {
      padding-left: 0; } }
  /* line 205, theme.scss */
  .is-checkout .delivery-map iframe {
    width: 100%; }
/* line 209, theme.scss */
.is-checkout .delivery-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 30px; }
  @media (max-width: 767px) {
    /* line 209, theme.scss */
    .is-checkout .delivery-title {
      font-size: 9px; } }
/* line 219, theme.scss */
.is-checkout .co-input--full_locality_name {
  height: 0;
  overflow: hidden; }
/* line 223, theme.scss */
.is-checkout .co-notice--flash {
  margin-right: 0;
  margin-left: 0; }
/* line 227, theme.scss */
.is-checkout .co-bonus_points-info {
  padding: 12px 0 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0; }
/* line 234, theme.scss */
.is-checkout .co-bonus_points-info b {
  font-size: 12px;
  color: #523127; }
/* line 239, theme.scss */
.is-checkout .bonus .co-toggable_field-information {
  padding: 0; }
/* line 242, theme.scss */
.is-checkout .bonus .co-bonus_points-submit {
  text-transform: uppercase;
  height: 38px;
  font-size: 12px;
  font-weight: 500; }
/* line 248, theme.scss */
.is-checkout .bonus .bonus_points {
  padding-left: 32px; }
/* line 252, theme.scss */
.is-checkout h1.co-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 26px;
  font-family: 'CraftworkGrotesk', Arial, sans-serif; }
/* line 260, theme.scss */
.is-checkout .co-section--checkout_content {
  margin: 0;
  padding-top: 22px; }
/* line 264, theme.scss */
.is-checkout .co-section--checkout_header {
  margin-top: 50px; }
  @media (max-width: 767px) {
    /* line 264, theme.scss */
    .is-checkout .co-section--checkout_header {
      margin-top: 80px; } }
/* line 271, theme.scss */
.is-checkout .co-checkout-order_form {
  padding: 0;
  width: 50%; }
  /* line 274, theme.scss */
  .is-checkout .co-checkout-order_form > .co-checkout-block {
    margin-bottom: 31px; }
    /* line 276, theme.scss */
    .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block {
      margin-bottom: 0;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%; }
      /* line 282, theme.scss */
      .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block h2 {
        margin: 0;
        font-family: 'CraftworkGrotesk', Arial, sans-serif;
        font-weight: 500;
        font-size: 12px;
        line-height: 120%;
        max-width: 137px;
        width: 100%; }
/* line 294, theme.scss */
.is-checkout .btn-login {
  max-width: 500px; }
  /* line 296, theme.scss */
  .is-checkout .btn-login button {
    height: 38px;
    font-weight: 700;
    font-size: 12px; }
  /* line 301, theme.scss */
  .is-checkout .btn-login p {
    margin: 0;
    font-weight: 500;
    font-size: 11px;
    line-height: 120%;
    margin-top: 7px; }
/* line 309, theme.scss */
.is-checkout .co-input-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  margin: 0;
  min-width: 137px; }
  /* line 315, theme.scss */
  .is-checkout .co-input-label::after {
    display: none; }
/* line 320, theme.scss */
.is-checkout .co-customer > .co-checkout-block {
  display: block !important; }
/* line 324, theme.scss */
.is-checkout .co-checkout-block.co-contact-fields,
.is-checkout .co-checkout-block.co-customer {
  display: block !important;
  margin-top: 31px; }
  /* line 328, theme.scss */
  .is-checkout .co-checkout-block.co-contact-fields h2,
  .is-checkout .co-checkout-block.co-customer h2 {
    display: none; }
  /* line 331, theme.scss */
  .is-checkout .co-checkout-block.co-contact-fields .co-input,
  .is-checkout .co-checkout-block.co-customer .co-input {
    margin: 0;
    display: flex;
    align-items: center; }
    /* line 335, theme.scss */
    .is-checkout .co-checkout-block.co-contact-fields .co-input + .co-input,
    .is-checkout .co-checkout-block.co-customer .co-input + .co-input {
      margin-top: 34px; }
    /* line 338, theme.scss */
    .is-checkout .co-checkout-block.co-contact-fields .co-input::after,
    .is-checkout .co-checkout-block.co-customer .co-input::after {
      display: none; }
/* line 343, theme.scss */
.is-checkout .co-input-right, .is-checkout div[data-use-mask="1"] {
  width: 100%; }
  /* line 346, theme.scss */
  .is-checkout .co-input-right .co-input-field, .is-checkout div[data-use-mask="1"] .co-input-field {
    width: 100%;
    height: 38px;
    border: 1px solid rgba(37, 24, 17, 0.1);
    outline: none !important;
    box-shadow: 0 0 0 0 !important;
    padding: 0 7px;
    font-weight: 500;
    font-size: 12px; }
/* line 357, theme.scss */
.is-checkout .co-city-block {
  margin-top: 34px; }
/* line 360, theme.scss */
.is-checkout .co-city-block .co-input--required {
  display: flex;
  justify-content: flex-start; }
  /* line 363, theme.scss */
  .is-checkout .co-city-block .co-input--required label {
    padding-top: 12px; }
  /* line 366, theme.scss */
  .is-checkout .co-city-block .co-input--required::after {
    display: none; }
/* line 370, theme.scss */
.is-checkout [data-shipping-location] + div {
  display: block !important; }
  /* line 372, theme.scss */
  .is-checkout [data-shipping-location] + div .co-input--country .co-input-select {
    width: 100%;
    max-width: 500px; }
/* line 377, theme.scss */
.is-checkout .co-toggable_field--bordered {
  padding: 0;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 30px; }
/* line 386, theme.scss */
.is-checkout .delivery_variants {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 34px; }
  /* line 391, theme.scss */
  .is-checkout .delivery_variants .co-tabs-content {
    margin: 0;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    column-gap: 21px;
    row-gap: 41px; }
    @media (max-width: 767px) {
      /* line 391, theme.scss */
      .is-checkout .delivery_variants .co-tabs-content {
        column-gap: 12px;
        row-gap: 20px; } }
  /* line 406, theme.scss */
  .is-checkout .delivery_variants .co-toggable_field--bordered {
    flex-wrap: nowrap;
    margin-bottom: 0px;
    align-items: center;
    padding: 12px 18px;
    border-radius: 15px;
    border: 3px solid lightgray; }
    /* line 413, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered .radio {
      display: none; }
    /* line 419, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered:has(input:checked) {
      background: lightgrey; }
    /* line 423, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31461057"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654385"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654433"] {
      border: 3px solid #A9CC2C; }
      /* line 427, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31461057"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654385"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654433"]:has(input:checked) {
        background: #A9CC2C; }
    /* line 432, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654393"] {
      border: 3px solid #E88735; }
      /* line 434, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654393"]:has(input:checked) {
        background: #E88735; }
    /* line 439, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654417"] {
      border: 3px solid #ED4C45; }
      /* line 441, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654417"]:has(input:checked) {
        background: #ED4C45; }
    /* line 446, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654425"] {
      border: 3px solid #FED664; }
      /* line 448, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31654425"]:has(input:checked) {
        background: #FED664; }
    /* line 453, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738209"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738265"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31737993"] {
      border: 3px solid #A9CC2C; }
      /* line 457, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738209"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738265"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31737993"]:has(input:checked) {
        background: #A9CC2C; }
    /* line 462, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738217"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738273"] {
      border: 3px solid #FED664; }
      /* line 465, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738217"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738273"]:has(input:checked) {
        background: #FED664; }
    /* line 470, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738233"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738281"] {
      border: 3px solid #E88735; }
      /* line 473, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738233"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738281"]:has(input:checked) {
        background: #E88735; }
    /* line 478, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738225"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738289"] {
      border: 3px solid #ED4C45; }
      /* line 481, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738225"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738289"]:has(input:checked) {
        background: #ED4C45; }
    /* line 486, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738297"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738321"] {
      border: 3px solid #A9CC2C; }
      /* line 489, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738297"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738321"]:has(input:checked) {
        background: #A9CC2C; }
    /* line 494, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738305"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738329"] {
      border: 3px solid #FED664; }
      /* line 497, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738305"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738329"]:has(input:checked) {
        background: #FED664; }
    /* line 502, theme.scss */
    .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738313"], .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738337"] {
      border: 3px solid #ED4C45; }
      /* line 505, theme.scss */
      .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738313"]:has(input:checked), .is-checkout .delivery_variants .co-toggable_field--bordered[for="order_delivery_variant_id_31738337"]:has(input:checked) {
        background: #ED4C45; }
/* line 511, theme.scss */
.is-checkout .co-toggable_field-input {
  flex: 0 0 31px; }
/* line 514, theme.scss */
.is-checkout .co-toggable_field-input input + span {
  flex: 0 0 15px;
  width: 15px;
  height: 15px;
  border: 1px solid #251811;
  box-shadow: 0 0 0 !important;
  border-radius: 50%; }
/* line 522, theme.scss */
.is-checkout .co-toggable_field-input--radio input:focus + span, .is-checkout .co-toggable_field-input--radio input.picker-input--active + span, .is-checkout .co-toggable_field-input--radio input:checked + span {
  background: #251811; }
/* line 525, theme.scss */
.is-checkout .co-toggable_field--bordered .co-toggable_field-information {
  padding: 0;
  font-size: 12px;
  font-weight: 500; }
/* line 530, theme.scss */
.is-checkout .co-toggable_field--bordered .co-toggable_field-title {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0; }
/* line 536, theme.scss */
.is-checkout .co-toggable_field--bordered
.co-toggable_field-price,
.is-checkout .co-toggable_field--bordered .co-toggable_field-description {
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  margin: 0; }
/* line 544, theme.scss */
.is-checkout .co-delivery_adress-form {
  margin-bottom: 0;
  margin-top: 29px;
  width: 100%; }
  /* line 549, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input-label {
    margin-bottom: 12px; }
  /* line 552, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--house {
    margin: 12px 10px 0 0;
    width: calc(33% - 10px);
    display: inline-block;
    vertical-align: top; }
  /* line 558, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--flat {
    margin-top: 12px;
    width: calc(33% - 10px);
    display: inline-block;
    vertical-align: top; }
  /* line 564, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--entrance {
    margin-top: 12px;
    margin-left: 10px;
    width: calc(33% - 10px);
    display: inline-block;
    vertical-align: top; }
/* line 572, theme.scss */
.is-checkout .payment_variants {
  margin-top: 46px; }
  /* line 574, theme.scss */
  .is-checkout .payment_variants .co-input {
    display: flex;
    align-items: flex-start; }
/* line 579, theme.scss */
.is-checkout .co-toggable_field-description {
  color: #251811; }
/* line 582, theme.scss */
.is-checkout .co-toggable_field {
  border: 0; }
/* line 585, theme.scss */
.is-checkout .co-toggable_field-input--checkbox {
  flex: 0 0 32px; }
/* line 588, theme.scss */
.is-checkout .co-toggable_field-input--checkbox input:checked + span:after {
  display: none; }
/* line 591, theme.scss */
.is-checkout .co-toggable_field-input--checkbox input:checked + span {
  background: #251811; }
/* line 595, theme.scss */
.is-checkout .co-input--checkbox .co-toggable_field {
  flex-wrap: nowrap; }
/* line 598, theme.scss */
.is-checkout .co-input--checkbox .co-input-information {
  padding: 0;
  flex: initial;
  width: 100%; }
/* line 603, theme.scss */
.is-checkout .co-input--checkbox .co-input-title {
  width: 100%;
  min-width: initial;
  margin-bottom: 10px; }
/* line 608, theme.scss */
.is-checkout .co-input--checkbox .co-input-description {
  color: #665d58; }
  /* line 610, theme.scss */
  .is-checkout .co-input--checkbox .co-input-description p {
    font-size: 12px !important;
    font-weight: 500; }
/* line 616, theme.scss */
.is-checkout #create_order {
  display: none; }
/* line 619, theme.scss */
.is-checkout .co-section--checkout_order {
  width: 100%; }
/* line 622, theme.scss */
.is-checkout .co-input-notice {
  margin: 4px 0;
  font-size: 10px; }

/* line 627, theme.scss */
.co-flex-box {
  display: flex;
  justify-content: space-between;
  position: relative; }
  /* line 631, theme.scss */
  .co-flex-box .co-sidebar-wrapper {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
  /* line 637, theme.scss */
  .co-flex-box .co-sidebar {
    position: sticky;
    top: 50px;
    box-shadow: 0 0 0 0;
    width: 450px;
    max-width: 100%;
    height: auto;
    overflow: initial; }
    /* line 645, theme.scss */
    .co-flex-box .co-sidebar .co-basket {
      padding: 0 0; }
      /* line 647, theme.scss */
      .co-flex-box .co-sidebar .co-basket .co-price--current {
        font-size: 12px;
        line-height: 20px;
        font-weight: 500; }
      /* line 652, theme.scss */
      .co-flex-box .co-sidebar .co-basket .co-basket_subtotal {
        margin-bottom: 8px; }
  /* line 657, theme.scss */
  .co-flex-box .co-basket_item {
    margin: 0 0; }
    /* line 659, theme.scss */
    .co-flex-box .co-basket_item + .co-basket_item {
      margin-top: 15px; }
  /* line 663, theme.scss */
  .co-flex-box .co-basket_item-image_container {
    flex: initial;
    width: 80px; }
    /* line 666, theme.scss */
    .co-flex-box .co-basket_item-image_container .co-basket_item-image {
      padding: 0;
      height: initial; }
      /* line 669, theme.scss */
      .co-flex-box .co-basket_item-image_container .co-basket_item-image img {
        width: 100% !important;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: none; }
  /* line 681, theme.scss */
  .co-flex-box .co-basket_item-description {
    padding-left: 70px;
    font-weight: 500;
    font-size: 12px; }
  /* line 686, theme.scss */
  .co-flex-box .co-basket_item-total,
  .co-flex-box .co-basket_item-count,
  .co-flex-box .co-basket_item-price {
    font-weight: 500;
    font-size: 12px; }
  /* line 692, theme.scss */
  .co-flex-box .co-basket_subtotal-list {
    border: 0;
    padding: 38px 0 0;
    margin: 0; }
  /* line 697, theme.scss */
  .co-flex-box .co-basket_subtotal-title, .co-flex-box .co-basket_total-title {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500; }
  /* line 702, theme.scss */
  .co-flex-box .co-basket_total {
    margin-bottom: 8px; }
  /* line 705, theme.scss */
  .co-flex-box .btn-custom-order {
    width: 100%;
    text-transform: uppercase;
    height: 38px;
    font-size: 14px;
    font-weight: 500; }
  /* line 712, theme.scss */
  .co-flex-box .co-client-logged {
    font-size: 0;
    margin-bottom: 8px; }
    @media (max-width: 768px) {
      /* line 712, theme.scss */
      .co-flex-box .co-client-logged {
        margin-bottom: 4px; } }
  /* line 719, theme.scss */
  .co-flex-box .co-client-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 120%;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      /* line 719, theme.scss */
      .co-flex-box .co-client-name {
        font-size: 9px; } }
  /* line 728, theme.scss */
  .co-flex-box .co-client-field {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%; }
    @media (max-width: 768px) {
      /* line 728, theme.scss */
      .co-flex-box .co-client-field {
        margin-bottom: 2px;
        font-size: 9px; } }
  /* line 738, theme.scss */
  .co-flex-box .co-client-info {
    margin-bottom: 8px; }
    @media (max-width: 768px) {
      /* line 738, theme.scss */
      .co-flex-box .co-client-info {
        margin-bottom: 4px; } }
  /* line 744, theme.scss */
  .co-flex-box .co-client-info + a {
    width: 100%;
    text-transform: uppercase;
    height: 38px;
    font-size: 12px;
    font-weight: 700; }
    @media (max-width: 768px) {
      /* line 744, theme.scss */
      .co-flex-box .co-client-info + a {
        font-size: 9px;
        height: 36px; } }
  /* line 757, theme.scss */
  .co-flex-box .co-client {
    width: 100%;
    max-width: 500px; }
  /* line 761, theme.scss */
  .co-flex-box .co-reverse {
    margin: 30px 0;
    display: flex;
    font-weight: 500;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0%; }
    /* line 768, theme.scss */
    .co-flex-box .co-reverse .co-input-label {
      width: 170px; }
    @media (max-width: 768px) {
      /* line 761, theme.scss */
      .co-flex-box .co-reverse {
        display: block;
        margin: 18px 0 33px; }
        /* line 774, theme.scss */
        .co-flex-box .co-reverse .co-input-label {
          margin-bottom: 8px;
          font-size: 9px; } }

/* line 781, theme.scss */
.checkout-block-delivery .co-input > .co-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

/* line 787, theme.scss */
.back-page-cart {
  display: none;
  font-weight: 500;
  font-size: 9px;
  line-height: 120%;
  text-decoration: underline; }
  @media (max-width: 768px) {
    /* line 787, theme.scss */
    .back-page-cart {
      display: inline-block; } }

@media (max-width: 768px) {
  /* line 798, theme.scss */
  .co-flex-box {
    display: block; }

  /* line 801, theme.scss */
  .is-checkout .co-checkout-order_form,
  .co-flex-box .co-sidebar-wrapper {
    width: 100%; }

  /* line 805, theme.scss */
  .co-sidebar-toggler {
    display: none; }

  /* line 808, theme.scss */
  .co-flex-box .co-sidebar {
    display: block;
    width: 100%;
    position: relative;
    top: initial; }

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

  /* line 817, theme.scss */
  .is-checkout .co-section--checkout_content {
    padding-top: 11px; }

  /* line 820, theme.scss */
  .is-checkout h1.co-title {
    font-size: 9px;
    line-height: 120%;
    margin-bottom: 7px;
    padding-bottom: 0; }

  /* line 826, theme.scss */
  .co-checkout-title, .co-title--h1 {
    line-height: 0;
    padding-bottom: 27px; }

  /* line 830, theme.scss */
  .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block {
    flex-direction: column; }

  /* line 833, theme.scss */
  .is-checkout .co-checkout-order_form > .co-checkout-block .co-checkout-block h2 {
    margin-bottom: 9px;
    font-size: 9px;
    line-height: 120%; }

  /* line 838, theme.scss */
  .is-checkout .btn-login button {
    height: 36px;
    font-size: 9px;
    line-height: 120%; }

  /* line 843, theme.scss */
  .is-checkout .btn-login p {
    margin-top: 7px;
    font-size: 8px;
    line-height: 120%; }

  /* line 848, theme.scss */
  .is-checkout
  .co-checkout-block.co-customer,
  .is-checkout .co-checkout-block.co-contact-fields {
    margin-top: 21px; }

  /* line 853, theme.scss */
  .is-checkout
  .co-checkout-block.co-customer .co-input + .co-input,
  .is-checkout .co-checkout-block.co-contact-fields .co-input + .co-input {
    margin-top: 24px; }

  /* line 858, theme.scss */
  .is-checkout
  .co-checkout-block.co-customer .co-input,
  .is-checkout .co-checkout-block.co-contact-fields .co-input {
    flex-direction: column; }

  /* line 863, theme.scss */
  .is-checkout .co-input-label {
    font-size: 9px;
    line-height: 120%;
    margin-bottom: 8px;
    width: 100%; }

  /* line 869, theme.scss */
  .is-checkout .co-input-right .co-input-field, .is-checkout div[data-use-mask="1"] .co-input-field {
    height: 36px;
    font-size: 9px;
    padding: 0 7px; }

  /* line 874, theme.scss */
  .is-checkout .co-city-block .co-input--required {
    width: 100%; }
    /* line 876, theme.scss */
    .is-checkout .co-city-block .co-input--required .co-input--required {
      flex-direction: column; }

  /* line 880, theme.scss */
  .is-checkout .co-city-block .co-input--required label {
    padding-top: 0; }

  /* line 883, theme.scss */
  .is-checkout .co-input-right, .is-checkout div[data-use-mask="1"] {
    max-width: 100%; }

  /* line 886, theme.scss */
  .is-checkout .delivery_variants {
    flex-direction: column; }

  /* line 889, theme.scss */
  .is-checkout .delivery_variants .co-tabs-content {
    margin-top: 10px; }

  /* line 895, theme.scss */
  .is-checkout .co-toggable_field--bordered .co-toggable_field-title {
    font-size: 11px;
    line-height: 120%; }

  /* line 900, theme.scss */
  .is-checkout .co-toggable_field--bordered .co-toggable_field-price, .is-checkout .co-toggable_field--bordered .co-toggable_field-description {
    font-size: 9px;
    line-height: 120%; }

  /* line 904, theme.scss */
  .is-checkout .co-delivery_adress-form {
    margin-top: 16px;
    padding-left: 0;
    width: 100%;
    max-width: 100%; }

  /* line 910, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input-label {
    margin-bottom: 4px; }

  /* line 913, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--house {
    margin: 9px 4px 0 0;
    max-width: calc(50% - 2px); }

  /* line 917, theme.scss */
  .is-checkout .co-delivery_adress-form .co-input--flat {
    max-width: calc(50% - 2px);
    margin-top: 9px; }

  /* line 921, theme.scss */
  .is-checkout .payment_variants .co-input {
    flex-direction: column;
    margin-top: 24px;
    gap: 10px; }

  /* line 926, theme.scss */
  .is-checkout .co-input--checkbox .co-input-description p {
    font-size: 9px !important;
    line-height: 120%; }

  /* line 930, theme.scss */
  .is-checkout .co-input--checkbox .co-input-title {
    margin-bottom: 7px; }

  /* line 933, theme.scss */
  .is-checkout .payment_variants {
    margin-top: 0; }

  /* line 936, theme.scss */
  .co-flex-box .co-basket_subtotal-list {
    padding-top: 29px; }

  /* line 939, theme.scss */
  .co-flex-box .co-basket_subtotal-title, .co-flex-box .co-basket_total-title,
  .co-flex-box .co-sidebar .co-basket .co-price--current {
    font-size: 10px; }

  /* line 943, theme.scss */
  .co-flex-box .co-basket_total {
    margin-bottom: 16px; }

  /* line 946, theme.scss */
  .co-flex-box .btn-custom-order {
    font-size: 9px;
    height: 36px; } }
/* line 956, theme.scss */
.login-page .checkout-v2-wrapper.co-section--content_wrapper {
  max-width: 400px;
  margin: 40px auto;
  background: var(--color-btn-bg);
  border-radius: 15px; }
/* line 962, theme.scss */
.login-page .co-section--content_block {
  display: block; }
/* line 965, theme.scss */
.login-page .co-checkout-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin: 0 0; }
/* line 971, theme.scss */
.login-page .co-input-label {
  display: none; }
/* line 974, theme.scss */
.login-page .co-input-field, .login-page .m-input-field {
  height: 38px;
  width: 100%;
  border: 1px solid #fbf9eb;
  padding: 0 17px;
  background: #fbf9eb;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  outline: none !important;
  box-shadow: 0 0 0 !important;
  border-radius: 10px; }
/* line 988, theme.scss */
.login-page .co-button {
  background: #fbf9eb;
  border-color: #fbf9eb;
  height: 38px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  border-radius: 10px;
  color: #282828; }
  /* line 997, theme.scss */
  .login-page .co-button:hover {
    background: #fbf9eb;
    border-color: #fbf9eb; }
/* line 1002, theme.scss */
.login-page .co-countdown-block {
  font-size: 12px; }

/* line 1007, theme.scss */
.cabinet-page h1, .cabinet-page .co-input-field, .cabinet-page .co-button {
  font-family: 'CraftworkGrotesk', Arial, sans-serif; }
/* line 1010, theme.scss */
.cabinet-page .checkout-v2-wrapper.co-section--content_wrapper {
  padding-top: 30px; }
/* line 1013, theme.scss */
.cabinet-page .co-checkout-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin: 0 0; }
/* line 1019, theme.scss */
.cabinet-page .co-input-label {
  display: none; }
/* line 1023, theme.scss */
.cabinet-page .co-input-information .co-input-label {
  display: block;
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 700; }
  /* line 1028, theme.scss */
  .cabinet-page .co-input-information .co-input-label:after {
    display: none; }
/* line 1033, theme.scss */
.cabinet-page .co-input-field, .cabinet-page .m-input-field {
  height: 38px;
  width: 100%;
  border: 1px solid #fbf9eb;
  padding: 0 17px;
  background: #fbf9eb;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #000;
  outline: none !important;
  box-shadow: 0 0 0 !important;
  border-radius: 10px; }
/* line 1047, theme.scss */
.cabinet-page .co-button {
  background: #fbf9eb;
  border-color: #fbf9eb;
  height: 38px;
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  border-radius: 10px;
  color: #282828; }
  /* line 1056, theme.scss */
  .cabinet-page .co-button:hover {
    background: #fbf9eb;
    border-color: #fbf9eb; }
/* line 1061, theme.scss */
.cabinet-page .co-menu.co-menu--personal {
  padding: 0;
  background: none;
  border-radius: 15px; }
  /* line 1065, theme.scss */
  .cabinet-page .co-menu.co-menu--personal > div {
    margin: 0; }
  /* line 1068, theme.scss */
  .cabinet-page .co-menu.co-menu--personal a {
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    color: #282828;
    display: block;
    padding: 1rem;
    border-radius: 15px; }
    /* line 1077, theme.scss */
    .cabinet-page .co-menu.co-menu--personal a.co-link--active {
      background: var(--color-btn-bg); }
/* line 1082, theme.scss */
.cabinet-page #contacts, .cabinet-page #delivery_address {
  padding: 20px;
  max-width: 400px;
  background: var(--color-btn-bg);
  border-radius: 15px; }
/* line 1088, theme.scss */
.cabinet-page .co-toggable_field-description {
  font-size: 12px;
  color: #282828; }
/* line 1092, theme.scss */
.cabinet-page .co-toggable_field-input input:focus + span, .cabinet-page .co-toggable_field-input input.picker-input--active + span, .cabinet-page .co-toggable_field-input input:checked + span {
  -webkit-box-shadow: inset 0 0 0 10px #fbf9eb;
  box-shadow: inset 0 0 0 10px #fbf9eb; }
/* line 1096, theme.scss */
.cabinet-page .co-toggable_field-input--checkbox input:checked + span:after {
  color: var(--color-btn-bg); }
/* line 1099, theme.scss */
.cabinet-page .co-section--checkout_header {
  padding-bottom: 0; }
/* line 1102, theme.scss */
.cabinet-page .co-input--house {
  margin-right: 0; }
/* line 1105, theme.scss */
.cabinet-page .co-adress-section {
  margin-bottom: 0; }
/* line 1108, theme.scss */
.cabinet-page .co-menu-toggle {
  background: none;
  font-size: 10px;
  font-weight: 500; }

/* line 1116, theme.scss */
.delivery-progress {
  margin-bottom: 12px; }
  /* line 1119, theme.scss */
  .delivery-progress__text {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px; }
  /* line 1125, theme.scss */
  .delivery-progress__bar {
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    overflow: hidden; }
  /* line 1133, theme.scss */
  .delivery-progress__fill {
    height: 100%;
    background: white;
    border-radius: 100px;
    transition: width 0.3s ease; }

/* line 1141, theme.scss */
.delivery-zone-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  padding-left: 137px;
  padding-top: 10px; }
  @media (max-width: 767px) {
    /* line 1141, theme.scss */
    .delivery-zone-title {
      padding-left: 0;
      padding-top: 5px; } }

/* line 1156, theme.scss */
.payments-title {
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px; }

/* line 1163, theme.scss */
.payments {
  margin-bottom: 10px; }

/* line 1167, theme.scss */
.co-input--consent_to_personal_data,
.co-input--subscribe {
  margin-bottom: 10px; }

/* line 1172, theme.scss */
.btn-custom-order {
  margin-top: 15px; }

/* line 1177, theme.scss */
.co-input-notice {
  display: block;
  width: 100%;
  margin-top: 5px; }

/* line 1182, theme.scss */
.co-input--phone {
  flex-wrap: wrap; }
  /* line 1185, theme.scss */
  .co-input--phone div[data-use-mask="1"] {
    width: 100%;
    max-width: 500px; }
  /* line 1190, theme.scss */
  .co-input--phone .co-input-description {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
    color: #777; }

/* line 1198, theme.scss */
.co-input--phone {
  margin-top: -20px; }

/* line 1203, theme.scss */
.co-input--phone div[data-use-mask="1"] {
  width: 100%;
  max-width: 100%; }
/* line 1208, theme.scss */
.co-input--phone .co-input-right {
  width: 100%;
  max-width: 100%; }

/* line 1216, theme.scss */
.co-checkout-order_form .co-input--nested .co-input-right {
  width: 100%;
  max-width: 100% !important; }
  /* line 1220, theme.scss */
  .co-checkout-order_form .co-input--nested .co-input-right input {
    width: 100% !important; }

/* line 1227, theme.scss */
#client_contact_name,
#client_email,
#client_phone {
  width: 100% !important;
  min-width: 300px !important; }

/* line 1238, theme.scss */
.co-input--street .co-input-notice,
.co-input--house .co-input-notice,
.co-input--flat .co-input-notice {
  display: none; }
/* line 1243, theme.scss */
.co-input--street.co-input--dirty .co-input-notice,
.co-input--house.co-input--dirty .co-input-notice,
.co-input--flat.co-input--dirty .co-input-notice {
  display: block; }

/* line 1249, theme.scss */
.co-input-notice {
  display: none !important; }

/* line 1253, theme.scss */
.co-notice--flash {
  display: block !important; }

/* line 1257, theme.scss */
.co-notice--flash:empty {
  display: none !important; }

/* line 1261, theme.scss */
.co-input--phone {
  display: flex;
  align-items: flex-start; }
  /* line 1265, theme.scss */
  .co-input--phone label {
    padding-top: 10px;
    min-width: 137px; }
  /* line 1270, theme.scss */
  .co-input--phone div[data-use-mask="1"] {
    flex: 1; }

/* line 1277, theme.scss */
.co-input--entrance .co-input-field,
.co-input--entrance textarea,
.co-input--comment .co-input-field,
.co-input--comment textarea {
  border-radius: 1000px;
  border: 1px solid rgba(37, 24, 17, 0.1);
  padding: 0 7px;
  font-size: 12px;
  font-weight: 500;
  outline: none !important;
  box-shadow: 0 0 0 !important;
  background-color: white !important; }
/* line 1289, theme.scss */
.co-input--entrance textarea,
.co-input--comment textarea {
  border-radius: 15px;
  padding: 10px 7px;
  width: 100%;
  resize: vertical; }

/* line 1297, theme.scss */
.co-input--entrance {
  margin-bottom: 20px; }

/* line 1301, theme.scss */
.co-input--comment {
  margin-top: 20px; }
  /* line 1304, theme.scss */
  .co-input--comment .co-input-label {
    margin-bottom: 8px;
    display: block; }

/* line 1310, theme.scss */
.co-input--house,
.co-input--flat {
  flex: 1 !important;
  max-width: none !important;
  margin-right: 10px !important; }

/* line 1318, theme.scss */
.co-input--comment .co-input-right {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(37, 24, 17, 0.1); }
/* line 1324, theme.scss */
.co-input--comment textarea {
  border-radius: 0 !important;
  border: none !important; }

@media (max-width: 767px) {
  /* line 1331, theme.scss */
  .co-input--comment {
    display: block;
    width: 100%; }
    /* line 1335, theme.scss */
    .co-input--comment .co-input-right {
      width: 100%; }
    /* line 1339, theme.scss */
    .co-input--comment textarea {
      width: 100%; }

  /* line 1345, theme.scss */
  .co-delivery-date-block {
    margin-bottom: 0;
    padding-bottom: 0; } }
@media (max-width: 767px) {
  /* line 1352, theme.scss */
  .co-input--phone {
    flex-direction: column; }
    /* line 1355, theme.scss */
    .co-input--phone label {
      padding-top: 0 !important;
      margin-bottom: 8px; }
    /* line 1360, theme.scss */
    .co-input--phone div[data-use-mask="1"] {
      max-width: 100% !important;
      width: 100%; }
    /* line 1365, theme.scss */
    .co-input--phone .co-input-description {
      margin-left: 0 !important; } }
@media (max-width: 767px) {
  /* line 1373, theme.scss */
  .co-sidebar-toggler {
    margin-top: 0;
    padding-top: 0; } }
/* line 1379, theme.scss */
.co-input--use_bonus_points,
.co-bonus_points {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(37, 24, 17, 0.1); }
