/* 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, #181818);
  --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, #2e2e2e);
  --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, #454545);
  --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, #8b8b8b);
  --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, #181818);
  --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, #2e2e2e);
  --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, #454545);
  --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, #8b8b8b);
  --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, #181818);
  --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, #2e2e2e);
  --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, #454545);
  --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, #8b8b8b);
  --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, 1240px);
  --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, true);
  --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: 767px) {
  /* 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: 'SuisseIntl';
  src: url("SuisseIntlBook.eot");
  src: url("SuisseIntlBook.eot?#iefix") format("embedded-opentype"), url("SuisseIntlBook.woff2") format("woff2"), url("SuisseIntlBook.woff") format("woff"), url("SuisseIntlBook.ttf") format("truetype"), url("SuisseIntlBook.svg#SuisseIntlBook") format("svg");
  font-weight: 450;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SuisseIntl';
  src: url("SuisseIntlSemibold.eot");
  src: url("SuisseIntlSemibold.eot?#iefix") format("embedded-opentype"), url("SuisseIntlSemibold.woff2") format("woff2"), url("SuisseIntlSemibold.woff") format("woff"), url("SuisseIntlSemibold.ttf") format("truetype"), url("SuisseIntlSemibold.svg#SuisseIntlSemibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@media (min-width: 767px) {
  /* line 54, theme.scss */
  .mobile-only {
    display: none !important; } }

@media screen and (max-width: 767px) {
  /* line 60, theme.scss */
  .desktop-only {
    display: none !important; } }

/* line 66, theme.scss */
main {
  display: flex;
  flex-direction: column; }

/* line 71, theme.scss */
body {
  font-family: 'SuisseIntl';
  font-size: 15px;
  font-weight: 450;
  line-height: 100%; }
  /* line 77, theme.scss */
  body .button {
    font-family: 'SuisseIntl'; }
  /* line 81, theme.scss */
  body .layout {
    padding: 0 100px; }
    @media screen and (max-width: 767px) {
      /* line 81, theme.scss */
      body .layout {
        padding: 0 20px; } }
    /* line 86, theme.scss */
    body .layout .layout__content {
      max-width: unset;
      padding: 0; }
  /* line 92, theme.scss */
  body.scroll-off {
    overflow: hidden; }

/* line 97, theme.scss */
.img-with-ratio {
  width: var(--img-width);
  aspect-ratio: var(--img-ratio);
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    /* line 97, theme.scss */
    .img-with-ratio {
      aspect-ratio: var(--img-ratio-mobile);
      width: var(--img-width-mobile); } }
  /* line 107, theme.scss */
  .img-with-ratio picture,
  .img-with-ratio img {
    display: block;
    width: 100%;
    height: 100%; }
  /* line 114, theme.scss */
  .img-with-ratio img {
    object-fit: cover;
    object-position: center; }

/* line 120, theme.scss */
html {
  scrollbar-gutter: stable; }

/* line 124, theme.scss */
.heading {
  font-family: 'SuisseIntl';
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 140px; }

/* line 133, theme.scss */
.personal-data .co-section--content {
  max-width: 41.83%; }
  @media screen and (max-width: 767px) {
    /* line 133, theme.scss */
    .personal-data .co-section--content {
      max-width: unset; } }

/* line 143, theme.scss */
.authorization .co-countdown-block {
  text-align: center; }
  @media screen and (max-width: 767px) {
    /* line 143, theme.scss */
    .authorization .co-countdown-block {
      text-align: start; } }
/* line 151, theme.scss */
.authorization .submit-text {
  font-weight: 450;
  font-size: 11px;
  text-align: center;
  color: #7E7E7E;
  cursor: default;
  width: 350px;
  padding-top: 17px; }
  @media screen and (max-width: 767px) {
    /* line 151, theme.scss */
    .authorization .submit-text {
      width: 100%; } }
  /* line 164, theme.scss */
  .authorization .submit-text a {
    color: #7E7E7E;
    cursor: pointer;
    text-wrap: nowrap; }
    /* line 169, theme.scss */
    .authorization .submit-text a:hover {
      color: #7E7E7E; }
/* line 175, theme.scss */
.authorization .co-input {
  margin: 0 !important; }
/* line 179, theme.scss */
.authorization .co-modal-button {
  margin-top: 30px;
  height: 60px;
  border: 1px solid #282828;
  background: transparent;
  color: #282828;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase; }
  /* line 189, theme.scss */
  .authorization .co-modal-button:hover {
    background-color: transparent;
    color: #282828;
    border: 1px solid #282828; }
/* line 196, theme.scss */
.authorization .co-form--login {
  display: flex;
  flex-direction: column;
  align-items: center; }
/* line 202, theme.scss */
.authorization .co-form--login_by_email {
  width: 350px; }
  @media screen and (max-width: 767px) {
    /* line 202, theme.scss */
    .authorization .co-form--login_by_email {
      width: 100%; } }
/* line 210, theme.scss */
.authorization .co-login {
  flex: unset;
  width: 100%; }
/* line 215, theme.scss */
.authorization .co-title--h1 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #282828;
  padding-bottom: 60px; }
  @media screen and (max-width: 767px) {
    /* line 215, theme.scss */
    .authorization .co-title--h1 {
      display: block !important;
      text-align: start; } }
/* line 229, theme.scss */
.authorization input[name="login"] {
  font-weight: 450;
  font-size: 14px;
  color: #282828;
  padding-bottom: 8px;
  text-transform: none; }
  /* line 236, theme.scss */
  .authorization input[name="login"]::placeholder {
    color: #B3B3B3; }
/* line 241, theme.scss */
.authorization .co-input-label {
  text-align: center;
  font-weight: 450;
  font-size: 13px;
  text-transform: uppercase;
  color: #181818;
  margin-top: 10px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    /* line 241, theme.scss */
    .authorization .co-input-label {
      text-align: start; } }
  /* line 254, theme.scss */
  .authorization .co-input-label::after {
    content: ''; }
/* line 259, theme.scss */
.authorization .co-input--login .co-input-label {
  margin-top: 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    /* line 259, theme.scss */
    .authorization .co-input--login .co-input-label {
      margin-bottom: 20px; } }
/* line 268, theme.scss */
.authorization .co-input--captcha {
  display: none; }

/* line 281, theme.scss */
.selected {
  text-decoration: underline;
  position: relative;
  padding-left: 10px; }
  /* line 286, theme.scss */
  .selected::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 5px;
    background-color: #C70017;
    top: 5px;
    left: 0;
    border-radius: 50%; }

/* line 299, theme.scss */
.breadcrumb-wrapper ul > *:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1.3px solid #D8D8D8;
  border-bottom: 1.3px solid #D8D8D8;
  transform: rotate(-45deg);
  align-self: center;
  margin-left: -1px; }

/* line 310, theme.scss */
.breadcrumb-wrapper {
  display: grid;
  justify-content: var(--align);
  padding-bottom: 30px; }

/* line 316, theme.scss */
.breadcrumb-wrapper ul {
  margin: 0;
  padding: 0; }

/* line 321, theme.scss */
.breadcrumb-wrapper ul li {
  display: inline-block;
  vertical-align: top;
  color: #D8D8D8; }

/* line 327, theme.scss */
.breadcrumb-wrapper ul li a {
  text-decoration: none;
  color: #D8D8D8;
  font-weight: 450;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  cursor: pointer; }

/* line 338, theme.scss */
.breadcrumb-last {
  color: #B3B3B3 !important;
  cursor: default !important; }

/* line 343, theme.scss */
.breadcrumb-wrapper ul > *:not(:last-child):after {
  margin-right: 4px; }

/* line 348, theme.scss */
.client-account .co-checkout-title,
.client-account .co-title--h1 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #282828;
  padding-bottom: 40px; }
  @media screen and (max-width: 767px) {
    /* line 348, theme.scss */
    .client-account .co-checkout-title,
    .client-account .co-title--h1 {
      display: none; } }
@media screen and (max-width: 767px) {
  /* line 361, theme.scss */
  .client-account .co-login {
    width: 100%; } }
/* line 367, theme.scss */
.client-account .co-checkout-block--padded {
  padding: 0;
  width: 205px;
  max-width: 100%; }
/* line 373, theme.scss */
.client-account .co-input-notice {
  font-weight: 450;
  font-size: 13px;
  text-transform: uppercase;
  color: #C70017; }
/* line 380, theme.scss */
.client-account .co-section--content_wrapper {
  margin: 0;
  padding-bottom: 140px; }
  @media screen and (max-width: 767px) {
    /* line 380, theme.scss */
    .client-account .co-section--content_wrapper {
      flex-direction: column;
      padding-bottom: 120px; } }
/* line 390, theme.scss */
.client-account .co-notice--success {
  font-weight: 450;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
/* line 403, theme.scss */
.client-account .co-link {
  font-weight: 450;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #7E7E7E; }
/* line 411, theme.scss */
.client-account .co-sidebar--menu {
  flex: unset;
  border-right: 1px solid #B3B3B3;
  margin-right: 7.25%;
  min-width: 135px;
  width: 17.1%; }
  @media screen and (max-width: 767px) {
    /* line 411, theme.scss */
    .client-account .co-sidebar--menu {
      width: auto;
      margin: 0;
      border: 0;
      padding-bottom: 30px; } }
/* line 426, theme.scss */
.client-account .co-menu-item + .co-menu-item {
  margin-top: 12px; }
/* line 430, theme.scss */
.client-account .co-menu-toggle {
  padding: 0;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #282828;
  position: relative;
  width: fit-content; }
@media screen and (max-width: 767px) {
  /* line 441, theme.scss */
  .client-account .co-menu-toggle:after {
    position: absolute;
    right: -20px;
    top: 2px;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #282828;
    border-bottom: 1px solid #282828;
    transform: rotate(45deg); } }
@media screen and (max-width: 767px) {
  /* line 455, theme.scss */
  .client-account .co-menu-switcher:checked ~ .co-menu-toggle:after {
    content: "";
    transform: rotate(-135deg);
    top: 6px; } }
/* line 463, theme.scss */
.client-account .co-menu-switcher:checked ~ .co-menu {
  box-shadow: unset;
  background: transparent;
  margin-top: 12px; }
/* line 469, theme.scss */
.client-account .co-input + .co-input {
  margin-top: 30px; }
@media screen and (max-width: 767px) {
  /* line 473, theme.scss */
  .client-account .co-input--consent_to_personal_data {
    margin-top: 22px !important; } }
/* line 479, theme.scss */
.client-account .co-menu-link--personal {
  display: flex;
  align-items: center; }
  /* line 483, theme.scss */
  .client-account .co-menu-link--personal.co-menu-link--active, .client-account .co-menu-link--personal:hover {
    text-decoration: underline;
    color: #181818;
    margin-right: -10px; }
    /* line 489, theme.scss */
    .client-account .co-menu-link--personal.co-menu-link--active::before, .client-account .co-menu-link--personal:hover::before {
      content: "";
      width: 5px;
      height: 5px;
      margin-right: 5px;
      background-color: #C70017;
      top: 25%;
      left: -10px;
      border-radius: 50%; }
/* line 502, theme.scss */
.client-account .co-input-field {
  font-weight: 450;
  font-size: 13px;
  text-transform: uppercase;
  color: #282828;
  height: auto;
  padding: 0 0 10px 0;
  line-height: normal;
  border: 0;
  border-bottom: 1px solid #B3B3B3; }
  @media screen and (max-width: 767px) {
    /* line 502, theme.scss */
    .client-account .co-input-field {
      font-size: 15px;
      text-transform: unset; } }
  /* line 518, theme.scss */
  .client-account .co-input-field::placeholder {
    color: #7E7E7E; }
  /* line 522, theme.scss */
  .client-account .co-input-field:focus {
    box-shadow: none; }
/* line 527, theme.scss */
.client-account .co-toggable_field-title {
  font-weight: 450;
  font-size: 13px;
  color: #282828;
  margin-bottom: 4px; }
  @media screen and (max-width: 767px) {
    /* line 527, theme.scss */
    .client-account .co-toggable_field-title {
      font-size: 12px;
      margin-bottom: 5px; } }
@media screen and (max-width: 767px) {
  /* line 539, theme.scss */
  .client-account .co-toggable_field-price {
    padding: 0 0 0 60px; } }
/* line 545, theme.scss */
.client-account .co-toggable_field-description {
  max-width: 366px; }
  /* line 549, theme.scss */
  .client-account .co-toggable_field-description p {
    font-weight: 450;
    font-size: 13px !important;
    color: #7E7E7E; }
    @media screen and (max-width: 767px) {
      /* line 549, theme.scss */
      .client-account .co-toggable_field-description p {
        font-size: 12px !important; } }
    /* line 558, theme.scss */
    .client-account .co-toggable_field-description p a {
      color: #7E7E7E;
      text-decoration: none; }
      /* line 562, theme.scss */
      .client-account .co-toggable_field-description p a:hover {
        color: #7E7E7E; }
/* line 569, theme.scss */
.client-account .co-toggable_field-input {
  flex: 0;
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    /* line 569, theme.scss */
    .client-account .co-toggable_field-input {
      padding-right: 12px; } }
  /* line 577, theme.scss */
  .client-account .co-toggable_field-input input + span {
    width: 16px;
    height: 16px;
    flex-basis: 16px;
    border-radius: 0;
    box-shadow: inset 0 0 0 1px #000000; }
  /* line 585, theme.scss */
  .client-account .co-toggable_field-input input:checked + span {
    box-shadow: inset 0 0 0 10px #000000; }
/* line 590, theme.scss */
.client-account .co-toggable_field-information {
  padding: 0; }
/* line 594, theme.scss */
.client-account .co-form-controls {
  margin: 0;
  padding-top: 30px; }
  /* line 598, theme.scss */
  .client-account .co-form-controls .co-form-button {
    margin: 0;
    width: 100%;
    height: 60px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #171717;
    border: 0; }
    /* line 609, theme.scss */
    .client-account .co-form-controls .co-form-button:hover {
      background-color: #C70017; }
/* line 615, theme.scss */
.client-account .co-table {
  border: none; }
/* line 619, theme.scss */
.client-account .co-table-row--striped {
  background-color: #F8F8F8; }
  /* line 622, theme.scss */
  .client-account .co-table-row--striped:nth-child(even) {
    background: transparent; }
/* line 627, theme.scss */
.client-account .co-table-cell--head {
  font-weight: 450;
  font-size: 13px;
  color: #B3B3B3;
  padding: 0 0 10px 14px;
  opacity: 1; }
/* line 635, theme.scss */
.client-account .co-table-row {
  border-top: 1px solid #B3B3B3; }
@media screen and (max-width: 767px) {
  /* line 639, theme.scss */
  .client-account .co-table-row--foot {
    padding-top: 30px; }
    /* line 643, theme.scss */
    .client-account .co-table-row--foot .co-table-cell {
      display: flex;
      align-items: end;
      justify-content: space-between; } }
@media screen and (max-width: 767px) {
  /* line 651, theme.scss */
  .client-account .co-table-row--body {
    padding: 20px 0; } }
/* line 657, theme.scss */
.client-account .co-table-cell--body {
  padding: 21px 0 21px 14px;
  font-weight: 450;
  font-size: 14px;
  color: #282828; }
  @media screen and (max-width: 767px) {
    /* line 657, theme.scss */
    .client-account .co-table-cell--body {
      display: flex;
      padding: 0;
      margin-bottom: 12px; }
      /* line 668, theme.scss */
      .client-account .co-table-cell--body::before {
        width: 50%;
        font-size: 11px;
        text-transform: uppercase;
        color: #7E7E7E;
        margin-bottom: 0;
        display: flex;
        align-items: end; } }
  /* line 679, theme.scss */
  .client-account .co-table-cell--body a {
    color: #282828 !important;
    text-decoration: underline !important;
    font-size: 14px; }
/* line 686, theme.scss */
.client-account .co-table-cell:last-child {
  text-align: left;
  width: 146px; }
  @media screen and (max-width: 767px) {
    /* line 686, theme.scss */
    .client-account .co-table-cell:last-child {
      width: unset; } }
/* line 695, theme.scss */
.client-account .co-order_history-total_title {
  font-weight: 450;
  font-size: 11px;
  text-transform: uppercase;
  color: #7E7E7E; }
/* line 702, theme.scss */
.client-account .co-order_history-total_sum {
  font-weight: 450;
  font-size: 16px;
  line-height: 100%;
  color: #282828; }

/* line 710, theme.scss */
.coupon {
  font-weight: 600;
  font-size: 13px; }
  @media screen and (max-width: 767px) {
    /* line 710, theme.scss */
    .coupon {
      position: absolute;
      bottom: 302px;
      left: -20px;
      width: calc(100% + 40px); } }
  /* line 721, theme.scss */
  .coupon .coupon-input-container {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding-top: 30px;
    border-top: 1px solid #D9D9D9; }
    @media screen and (max-width: 767px) {
      /* line 721, theme.scss */
      .coupon .coupon-input-container {
        padding-top: 40px; } }
  /* line 733, theme.scss */
  .coupon .coupon-input {
    flex: 1;
    text-transform: uppercase;
    color: #282828;
    height: 41px;
    border: 0;
    border-bottom: 1px solid #797979;
    padding: 0 12px; }
    @media screen and (max-width: 767px) {
      /* line 733, theme.scss */
      .coupon .coupon-input {
        border-bottom: 1px solid #B3B3B3;
        height: 25px;
        font-weight: 450;
        text-transform: none;
        margin-left: 20px; } }
    /* line 750, theme.scss */
    .coupon .coupon-input:focus {
      outline: none; }
    /* line 754, theme.scss */
    .coupon .coupon-input::placeholder {
      color: #7E7E7E; }
  /* line 759, theme.scss */
  .coupon .coupon-btn {
    border: 0;
    text-transform: uppercase;
    color: #282828;
    width: 192px;
    height: 60px;
    background-color: #E8E8E8;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      /* line 759, theme.scss */
      .coupon .coupon-btn {
        height: auto;
        text-decoration: underline;
        background: transparent;
        width: auto;
        padding: 0;
        margin-right: 20px; } }
  /* line 778, theme.scss */
  .coupon .coupon__errors {
    padding: 15px 0;
    color: #797979;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      /* line 778, theme.scss */
      .coupon .coupon__errors {
        padding: 0;
        margin: 12px 20px;
        height: 15px; } }

/* line 793, theme.scss */
.checkout label[for="order_field_96126321"] {
  display: none !important; }
/* line 797, theme.scss */
.checkout .co-delivery_method {
  padding: 0;
  align-items: start; }
  @media screen and (max-width: 767px) {
    /* line 797, theme.scss */
    .checkout .co-delivery_method {
      flex-wrap: unset; } }
@media screen and (max-width: 767px) {
  /* line 806, theme.scss */
  .checkout .co-contact-fields {
    margin: 0 -20px;
    padding: 0 20px 40px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9; } }
/* line 815, theme.scss */
.checkout .co-title--h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    /* line 815, theme.scss */
    .checkout .co-title--h1 {
      margin-bottom: 27px; } }
/* line 828, theme.scss */
.checkout .co-login-block {
  display: none; }
/* line 833, theme.scss */
.checkout .co-delivery_method-list > *:first-child {
  display: none; }
/* line 838, theme.scss */
.checkout .co-delivery_method-price {
  padding: 0 0 0 20px; }
/* line 842, theme.scss */
.checkout .co-section--checkout_content {
  margin: 0;
  padding-bottom: 140px; }
/* line 847, theme.scss */
.checkout .co-checkout-block--padded {
  padding: 0; }
/* line 851, theme.scss */
.checkout .co-section--checkout_order {
  width: 50%; }
  @media screen and (max-width: 767px) {
    /* line 851, theme.scss */
    .checkout .co-section--checkout_order {
      width: 100%;
      position: relative; } }
/* line 860, theme.scss */
.checkout .co-sidebar {
  width: 40%;
  left: unset;
  right: 0;
  box-shadow: unset;
  -webkit-box-shadow: unset; }
  @media screen and (max-width: 767px) {
    /* line 860, theme.scss */
    .checkout .co-sidebar {
      width: 100%;
      overflow-y: unset;
      position: unset; } }
/* line 874, theme.scss */
.checkout .co-title--h2 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 30px; }
/* line 882, theme.scss */
.checkout .co-input + .co-input {
  margin-top: 31px; }
@media screen and (max-width: 767px) {
  /* line 886, theme.scss */
  .checkout .payment_variants {
    padding-bottom: 40px;
    border-top: 1px solid #D9D9D9;
    width: calc(100% + 40px);
    margin-left: -20px;
    padding-top: 40px;
    margin-bottom: 0; }
    /* line 895, theme.scss */
    .checkout .payment_variants .co-input--required {
      padding: 0 20px; } }
/* line 901, theme.scss */
.checkout div#shipping_address {
  margin-bottom: 0; }
/* line 905, theme.scss */
.checkout .co-checkout-block {
  margin-bottom: 71px; }
  @media screen and (max-width: 767px) {
    /* line 905, theme.scss */
    .checkout .co-checkout-block {
      margin-bottom: 0; } }
  /* line 912, theme.scss */
  .checkout .co-checkout-block#delivery_address {
    margin-bottom: 31px; }
@media screen and (max-width: 767px) {
  /* line 917, theme.scss */
  .checkout .co-contact-fields {
    margin: 0 -20px;
    padding: 0 20px 40px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9; } }
/* line 926, theme.scss */
.checkout .co-input-field {
  font-weight: 450;
  font-size: 13px;
  text-transform: uppercase;
  color: #282828;
  height: auto;
  padding: 0 0 12px 12px;
  line-height: normal;
  border: 0;
  border-bottom: 1px solid #B3B3B3; }
  @media screen and (max-width: 767px) {
    /* line 926, theme.scss */
    .checkout .co-input-field {
      font-size: 15px;
      text-transform: unset; } }
  /* line 942, theme.scss */
  .checkout .co-input-field::placeholder {
    color: #7E7E7E; }
  /* line 946, theme.scss */
  .checkout .co-input-field:focus {
    box-shadow: none; }
/* line 951, theme.scss */
.checkout .co-toggable_field-input--radio {
  display: none; }
/* line 955, theme.scss */
.checkout .co-toggable_field-title {
  font-weight: 450;
  font-size: 13px;
  color: #181818;
  margin: 0 0 4px 0; }
/* line 962, theme.scss */
.checkout .co-toggable_field-extra {
  color: #B3B3B3;
  text-decoration: none !important;
  display: inline-block; }
/* line 969, theme.scss */
.checkout .consent_to_personal_data_checkbox {
  display: none !important; }
/* line 973, theme.scss */
.checkout button#create_order {
  margin: 0;
  padding: 0;
  margin-top: -30px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 60px;
  background-color: #171717; }
  @media screen and (max-width: 767px) {
    /* line 973, theme.scss */
    .checkout button#create_order {
      margin-top: 280px; } }
  /* line 988, theme.scss */
  .checkout button#create_order:hover {
    background-color: #C70017;
    border: 0; }
/* line 994, theme.scss */
.checkout .co-toggable_field-description {
  margin: 0; }
  /* line 997, theme.scss */
  .checkout .co-toggable_field-description p {
    font-weight: 450;
    font-size: 13px;
    line-height: 120%;
    color: #747474;
    max-width: 360px; }
/* line 1006, theme.scss */
.checkout .co-toggable_field-information {
  font-weight: 450;
  font-size: 13px;
  line-height: 120%;
  padding: 0; }
  /* line 1012, theme.scss */
  .checkout .co-toggable_field-information div {
    color: #747474 !important; }
/* line 1017, theme.scss */
.checkout .co-delivery_adress {
  margin-bottom: -61px; }
/* line 1021, theme.scss */
.checkout .co-delivery_adress-form {
  gap: 31px; }
  /* line 1024, theme.scss */
  .checkout .co-delivery_adress-form .co-input-field {
    padding-bottom: 14px; }
  /* line 1028, theme.scss */
  .checkout .co-delivery_adress-form .co-input + .co-input {
    margin-top: 0; }
/* line 1033, theme.scss */
.checkout .co-tabs-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px; }
/* line 1040, theme.scss */
.checkout .co-price--current {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #797979; }
/* line 1047, theme.scss */
.checkout .co-link {
  font-weight: 450;
  font-size: 13px;
  line-height: 120%;
  color: #747474; }
/* line 1054, theme.scss */
.checkout .co-basket_subtotal-list {
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding: 31px 0;
  margin-bottom: 37px; }
  @media screen and (max-width: 767px) {
    /* line 1054, theme.scss */
    .checkout .co-basket_subtotal-list {
      position: absolute;
      bottom: 212px;
      width: 100%;
      border-bottom: 0;
      padding-bottom: 0;
      padding-top: 40px;
      margin: 0; } }
/* line 1072, theme.scss */
.checkout .co-basket_subtotal-title {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #797979; }
/* line 1079, theme.scss */
.checkout .co-basket_subtotal-title-extra {
  font-weight: 600;
  font-size: 13px;
  color: #AAAAAA;
  text-transform: none; }
/* line 1087, theme.scss */
.checkout .co-basket_subtotal-price {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #282828; }
@media screen and (max-width: 767px) {
  /* line 1094, theme.scss */
  .checkout .co-basket_total {
    position: absolute;
    bottom: 151px;
    width: 100%; } }
/* line 1102, theme.scss */
.checkout .co-basket_total-title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #282828; }
/* line 1109, theme.scss */
.checkout .co-basket_total-price {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #282828; }
/* line 1116, theme.scss */
.checkout .submit-text {
  padding-top: 17px;
  width: 425px;
  justify-self: center;
  font-weight: 450;
  font-size: 11px;
  color: #7E7E7E;
  text-align: center; }
  @media screen and (max-width: 767px) {
    /* line 1116, theme.scss */
    .checkout .submit-text {
      width: 320px; } }
  /* line 1129, theme.scss */
  .checkout .submit-text .submit-text-link {
    color: #7E7E7E;
    cursor: pointer; }
/* line 1139, theme.scss */
.checkout .co-toggable_field--bordered:hover {
  border-color: transparent; }
/* line 1143, theme.scss */
.checkout .co-sidebar-toggler {
  display: none; }
/* line 1147, theme.scss */
.checkout .items-count {
  font-weight: 450;
  font-size: 13px;
  color: #9C9C9C; }
/* line 1153, theme.scss */
.checkout .basket {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #05050533;
  z-index: 30;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease; }
  @media screen and (max-width: 767px) {
    /* line 1153, theme.scss */
    .checkout .basket {
      top: 73px; } }
  /* line 1169, theme.scss */
  .checkout .basket.is-visible {
    visibility: visible;
    opacity: 1; }
    /* line 1173, theme.scss */
    .checkout .basket.is-visible .basket-container {
      transform: translateX(0); }
      @media screen and (max-width: 767px) {
        /* line 1173, theme.scss */
        .checkout .basket.is-visible .basket-container {
          transform: translateY(0); } }
  /* line 1182, theme.scss */
  .checkout .basket-container {
    transform: translateX(50px);
    transition: transform 0.3s ease;
    width: 423px;
    height: 100%;
    background-color: #FFFFFF;
    justify-self: end;
    display: flex;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      /* line 1182, theme.scss */
      .checkout .basket-container {
        width: 100%;
        border-top: 1px solid #D9D9D9;
        transform: translateX(0);
        transform: translateY(-10px); } }
  /* line 1200, theme.scss */
  .checkout .basket-head {
    position: relative;
    height: 103px;
    border-bottom: 1px solid #D9D9D9; }
    @media screen and (max-width: 767px) {
      /* line 1200, theme.scss */
      .checkout .basket-head {
        margin: 0 20px; } }
    /* line 1209, theme.scss */
    .checkout .basket-head-title {
      position: absolute;
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      color: #282828;
      top: 30px;
      left: 30px;
      cursor: default; }
      @media screen and (max-width: 767px) {
        /* line 1209, theme.scss */
        .checkout .basket-head-title {
          left: 0; } }
    /* line 1224, theme.scss */
    .checkout .basket-head-close-btn {
      position: absolute;
      right: 100px;
      top: 30px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        /* line 1224, theme.scss */
        .checkout .basket-head-close-btn {
          right: 0; } }
    /* line 1235, theme.scss */
    .checkout .basket-head-items-count {
      position: absolute;
      font-weight: 450;
      font-size: 13px;
      color: #9C9C9C;
      left: 30px;
      bottom: 12px;
      cursor: default; }
      @media screen and (max-width: 767px) {
        /* line 1235, theme.scss */
        .checkout .basket-head-items-count {
          left: 0; } }
    /* line 1249, theme.scss */
    .checkout .basket-head-clear-btn {
      position: absolute;
      font-weight: 450;
      font-size: 13px;
      text-decoration: underline;
      color: #9C9C9C;
      right: 100px;
      bottom: 12px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        /* line 1249, theme.scss */
        .checkout .basket-head-clear-btn {
          right: 0; } }
  /* line 1265, theme.scss */
  .checkout .basket-content-checkout {
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 0;
    padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      /* line 1265, theme.scss */
      .checkout .basket-content-checkout {
        padding: 20px;
        background-color: #F8F8F8;
        margin: 12px -20px 40px -20px;
        border-bottom: 1px solid #D9D9D9;
        border-top: 1px solid #D9D9D9; } }
    /* line 1282, theme.scss */
    .checkout .basket-content-checkout .cart-item {
      display: flex; }
      @media screen and (max-width: 767px) {
        /* line 1282, theme.scss */
        .checkout .basket-content-checkout .cart-item {
          width: 100%; } }
    /* line 1290, theme.scss */
    .checkout .basket-content-checkout .cart-img {
      padding-top: 4px;
      padding-left: 2px;
      padding-right: 25px; }
      @media screen and (max-width: 767px) {
        /* line 1290, theme.scss */
        .checkout .basket-content-checkout .cart-img {
          width: 58%;
          padding-right: 18px; }
          /* line 1299, theme.scss */
          .checkout .basket-content-checkout .cart-img .img-with-ratio {
            background-color: #FFFFFF; } }
    /* line 1305, theme.scss */
    .checkout .basket-content-checkout .cart-item-description {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%; }
    /* line 1312, theme.scss */
    .checkout .basket-content-checkout .cart-item-title {
      font-weight: 600;
      font-size: 13px;
      text-transform: uppercase;
      color: #282828;
      padding-top: 10px;
      cursor: pointer;
      text-decoration: none; }
    /* line 1322, theme.scss */
    .checkout .basket-content-checkout .cart-item-options {
      display: flex;
      flex-direction: column;
      row-gap: 11px;
      column-gap: 16px;
      flex-wrap: wrap;
      padding-top: 8px;
      cursor: default; }
      @media screen and (max-width: 767px) {
        /* line 1322, theme.scss */
        .checkout .basket-content-checkout .cart-item-options {
          flex-direction: row;
          padding-top: 10px;
          row-gap: 4px; } }
      /* line 1337, theme.scss */
      .checkout .basket-content-checkout .cart-item-options .cart-item-option {
        font-weight: 450;
        color: #9C9C9C;
        font-size: 11px;
        text-transform: uppercase;
        display: flex; }
        @media screen and (max-width: 767px) {
          /* line 1337, theme.scss */
          .checkout .basket-content-checkout .cart-item-options .cart-item-option {
            font-size: 13px;
            text-transform: capitalize; } }
    /* line 1351, theme.scss */
    .checkout .basket-content-checkout .cart-item-opiton-name {
      width: 100px; }
      @media screen and (max-width: 767px) {
        /* line 1351, theme.scss */
        .checkout .basket-content-checkout .cart-item-opiton-name {
          width: unset; } }
    /* line 1359, theme.scss */
    .checkout .basket-content-checkout .cart-item-quantity {
      cursor: default;
      display: flex;
      padding-top: 11px;
      font-weight: 450;
      font-size: 11px;
      text-transform: uppercase;
      color: #9C9C9C; }
      @media screen and (max-width: 767px) {
        /* line 1359, theme.scss */
        .checkout .basket-content-checkout .cart-item-quantity {
          padding-top: 8px;
          font-weight: 600;
          font-size: 13px;
          line-height: 100%;
          color: #282828;
          gap: 10px; } }
      /* line 1377, theme.scss */
      .checkout .basket-content-checkout .cart-item-quantity button {
        padding: 0;
        background: transparent;
        border: 0;
        cursor: pointer; }
      /* line 1384, theme.scss */
      .checkout .basket-content-checkout .cart-item-quantity input {
        display: none; }
    /* line 1389, theme.scss */
    .checkout .basket-content-checkout .cart-item-price {
      font-weight: 600;
      font-size: 15px;
      text-transform: uppercase;
      color: #282828;
      position: absolute;
      bottom: 10px;
      right: 0;
      cursor: default; }
      @media screen and (max-width: 767px) {
        /* line 1389, theme.scss */
        .checkout .basket-content-checkout .cart-item-price {
          left: 0;
          right: unset; } }
    /* line 1405, theme.scss */
    .checkout .basket-content-checkout .cart-item-delete-btn {
      font-weight: 450;
      font-size: 13px;
      text-decoration: underline;
      color: #9C9C9C;
      background: transparent;
      padding: 0;
      width: max-content;
      cursor: pointer;
      border: 0;
      position: absolute;
      right: 0;
      top: 13px; }
      @media screen and (max-width: 767px) {
        /* line 1405, theme.scss */
        .checkout .basket-content-checkout .cart-item-delete-btn {
          bottom: 5px;
          top: unset; } }
  /* line 1426, theme.scss */
  .checkout .basket-foot {
    height: 162px;
    border-top: 1px solid #D9D9D9;
    position: relative; }
    @media screen and (max-width: 767px) {
      /* line 1426, theme.scss */
      .checkout .basket-foot {
        height: 156px;
        display: flex; } }
    /* line 1436, theme.scss */
    .checkout .basket-foot-total-title {
      font-weight: 600;
      font-size: 13px;
      text-transform: uppercase;
      color: #9C9C9C;
      position: absolute;
      left: 30px;
      top: 30px;
      cursor: default; }
      @media screen and (max-width: 767px) {
        /* line 1436, theme.scss */
        .checkout .basket-foot-total-title {
          left: 20px;
          top: 24px; } }
    /* line 1452, theme.scss */
    .checkout .basket-foot-total {
      font-weight: 600;
      font-size: 16px;
      text-transform: uppercase;
      color: #282828;
      position: absolute;
      right: 100px;
      top: 30px;
      cursor: default; }
      @media screen and (max-width: 767px) {
        /* line 1452, theme.scss */
        .checkout .basket-foot-total {
          right: 20px;
          top: 20px; } }
    /* line 1468, theme.scss */
    .checkout .basket-foot .basket-submit-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      background: transparent;
      color: #282828;
      border: 1px #282828 solid;
      font-weight: 600;
      font-size: 13px;
      text-transform: uppercase;
      padding: 0;
      width: 293px;
      height: 60px;
      margin-left: 30px;
      margin-top: 72px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        /* line 1468, theme.scss */
        .checkout .basket-foot .basket-submit-btn {
          flex: 1;
          margin: 66px 20px 30px 20px; } }

/* line 1495, theme.scss */
.button {
  background-color: #181818;
  color: #FFFFFF; }
  /* line 1499, theme.scss */
  .button:hover {
    background: #C70017; }

/* line 1503, theme.scss */
label[for="order_delivery_variant_id_11859073"],
label[for="order_payment_gateway_id_9333249"] {
  display: none !important; }

/* bonuses */
/* line 1516, theme.scss */
.cart__area-bonuses {
  padding: 1.5rem;
  background-color: var(--bg-minor-shade);
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative; }
  @media screen and (max-width: 768px) {
    /* line 1516, theme.scss */
    .cart__area-bonuses {
      margin-top: 0.5rem;
      padding: 1rem 0rem 1.5rem 0rem; } }

/* line 1533, theme.scss */
.bonuses {
  position: relative; }
  /* line 1537, theme.scss */
  .bonuses__collapse {
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
  /* line 1550, theme.scss */
  .bonuses__collapse-title {
    font-size: 12px;
    color: var(--color-error);
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400 !important; }
  /* line 1559, theme.scss */
  .bonuses__refresh-btn {
    background-color: #fff !important;
    color: var(--color-btn-bg) !important;
    border: 1px solid var(--color-btn-bg) !important;
    font-weight: 600 !important; }
  /* line 1566, theme.scss */
  .bonuses__header {
    text-align: left; }
  /* line 1572, theme.scss */
  .bonuses__logo img {
    max-width: 50px;
    height: auto; }
  /* line 1576, theme.scss */
  .bonuses__header-title {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 8px;
    font-weight: 400; }
  /* line 1582, theme.scss */
  .bonuses__header-subtitle {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-top: 5px;
    font-weight: 400;
    max-width: 300px; }
  /* line 1590, theme.scss */
  .bonuses__notice {
    text-align: left;
    color: var(--color-error);
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex; }
  /* line 1597, theme.scss */
  .bonuses__notice .icon {
    margin-right: 15px;
    font-size: 1.3rem;
    color: var(--color-error);
    margin-top: 8px; }
  /* line 1603, theme.scss */
  .bonuses__notice [data-notice-msg] {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-error);
    margin-bottom: 5px; }
  /* line 1611, theme.scss */
  .bonuses__hidden {
    display: none !important; }
  /* line 1616, theme.scss */
  .bonuses__signup-or-in {
    margin-top: 20px;
    text-align: center;
    margin-left: -24px;
    margin-right: -24px; }
    @media (max-width: 767px) {
      /* line 1616, theme.scss */
      .bonuses__signup-or-in {
        margin-left: 0;
        margin-right: 0; } }
  /* line 1627, theme.scss */
  .bonuses__delimiter-sign {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 0.85rem;
    color: var(--color-btn-bg) !important; }
  /* line 1633, theme.scss */
  .bonuses__auth-btn {
    margin-top: 5px;
    height: 50px !important;
    font-size: 1.25rem !important;
    font-weight: 500; }
  /* line 1640, theme.scss */
  .bonuses__reg-link {
    text-decoration: none;
    display: inline-block; }
  /* line 1645, theme.scss */
  .bonuses input {
    border: 1px solid var(--bg);
    height: 48px;
    border-radius: 3px;
    margin-bottom: 15px; }
  /* line 1657, theme.scss */
  .bonuses__info-block-title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    margin-top: 12px; }
  /* line 1667, theme.scss */
  .bonuses__info-block-title > div:nth-child(2), .bonuses__info-block-title-grp > div:nth-child(2) {
    margin-left: 8px;
    padding-top: 3px; }
  /* line 1673, theme.scss */
  .bonuses__info-block-title .bonuses-svg-icon {
    color: #B4ABA9 !important;
    width: 20px !important;
    height: auto !important;
    opacity: 0.4 !important; }
  /* line 1680, theme.scss */
  .bonuses__info-block-title.updown {
    justify-content: space-between !important;
    align-items: center !important; }
  /* line 1684, theme.scss */
  .bonuses__updown-link {
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center; }
  /* line 1690, theme.scss */
  .bonuses__updown-link .icon {
    font-size: 17px !important; }
  /* line 1693, theme.scss */
  .bonuses__info-block-title-grp {
    display: flex; }
  /* line 1696, theme.scss */
  .bonuses__updown-link .icon.rotate180 {
    transform: rotate(180deg) !important; }
  /* line 1701, theme.scss */
  .bonuses__level-card-balance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 9px;
    padding-left: 8px; }
  /* line 1709, theme.scss */
  .bonuses .button {
    border-radius: 3px !important; }
  /* line 1713, theme.scss */
  .bonuses__signin {
    margin-top: 20px;
    text-align: center; }
  /* line 1718, theme.scss */
  .bonuses__content {
    position: relative;
    z-index: 2;
    min-height: 80px; }
  /* line 1724, theme.scss */
  .bonuses__preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-minor-shade); }
  /* line 1738, theme.scss */
  .bonuses__base-preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-minor-shade);
    min-height: 200px; }
  /* line 1755, theme.scss */
  .bonuses__user {
    font-size: 0.95rem;
    margin-bottom: 8px;
    display: flex;
    line-height: 1.4 !important; }
  /* line 1764, theme.scss */
  .bonuses__user > div:nth-child(2) {
    margin-left: 8px;
    padding-top: 3px; }
  /* line 1769, theme.scss */
  .bonuses__user svg {
    color: #B4ABA9 !important;
    width: 20px !important;
    height: auto !important;
    opacity: 0.4 !important; }
  /* line 1776, theme.scss */
  .bonuses [data-bonuses-user-cardnumber],
  .bonuses [data-bonuses-user-balance],
  .bonuses [data-order-discount],
  .bonuses [data-order-discount-v],
  .bonuses [data-order-cashback],
  .bonuses [data-order-writeoff],
  .bonuses [data-bonuses-user-level-name] {
    font-weight: 600;
    font-size: 0.75rem !important;
    color: var(--color-btn-bg) !important; }
  /* line 1787, theme.scss */
  .bonuses__user-balance {
    font-size: 0.75rem;
    margin-bottom: 10px; }
  /* line 1791, theme.scss */
  .bonuses__user-level {
    font-size: 0.75rem;
    margin-bottom: 10px; }
  /* line 1795, theme.scss */
  .bonuses__order-cashback {
    font-size: 0.8rem;
    margin-top: 18px; }
  /* line 1799, theme.scss */
  .bonuses__user-cardnumber {
    font-size: 0.75rem;
    margin-bottom: 10px; }
  /* line 1805, theme.scss */
  .bonuses__order-writeoff {
    font-size: 0.8rem;
    margin-top: 5px; }
  /* line 1809, theme.scss */
  .bonuses__order-promocode {
    font-size: 0.8rem;
    margin-top: 5px; }
  /* line 1814, theme.scss */
  .bonuses__order-discount {
    font-size: 0.8rem;
    margin-top: 5px; }
  /* line 1820, theme.scss */
  .bonuses [name="bonuses[use_points]"] {
    margin-top: 15px;
    text-align: center;
    /* font-size: var(--controls-font-size-m) !important; */ }
  /* line 1825, theme.scss */
  .bonuses__points-submit {
    width: 100%; }
  /* line 1830, theme.scss */
  .bonuses__points-notice {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px; }
  /* line 1837, theme.scss */
  .bonuses__promocode-notice {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px; }
  /* line 1844, theme.scss */
  .bonuses__points-notice.error, .bonuses__promocode-notice.error {
    color: var(--color-error); }
  /* line 1849, theme.scss */
  .bonuses__points-notice.success, .bonuses__promocode-notice.success {
    color: var(--color-success); }
  /* line 1855, theme.scss */
  .bonuses [name="bonuses[verify_points]"] {
    margin-top: 15px;
    text-align: center;
    /* font-size: var(--controls-font-size-m) !important; */ }
  /* line 1860, theme.scss */
  .bonuses__points-submit {
    width: 100%; }
  /* line 1863, theme.scss */
  .bonuses__promocode-submit {
    width: 100%; }
  /* line 1867, theme.scss */
  .bonuses__points-verify-notice {
    color: var(--color-error);
    margin-top: 8px;
    margin-bottom: 8px; }
  /* line 1873, theme.scss */
  .bonuses__attent-coupon {
    margin-top: 30px; }
  /* line 1876, theme.scss */
  .bonuses__attent-coupon-inner {
    display: flex; }
  /* line 1879, theme.scss */
  .bonuses__attent-coupon-inner .icon {
    margin-right: 15px;
    font-size: 1.3rem;
    color: var(--color-error);
    margin-top: 8px; }
  /* line 1885, theme.scss */
  .bonuses__attent-coupon-txt {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-error);
    margin-bottom: 5px; }
  /* line 1891, theme.scss */
  .bonuses__attent-btn-wrapper {
    margin-top: 10px; }
  /* line 1894, theme.scss */
  .bonuses__attent-btn {
    width: 100%; }
  /* line 1898, theme.scss */
  .bonuses .fa {
    color: #B4ABA9; }
  /* line 1903, theme.scss */
  .bonuses__p-l {
    margin-left: 15px;
    margin-right: 10px; }
  /* line 1908, theme.scss */
  .bonuses__refresh-in-btn {
    background-color: #dcdcdc;
    color: #000; }
  /* line 1912, theme.scss */
  .bonuses__refresh-in-btn:hover {
    background-color: var(--color-btn-bg-minor-shade);
    color: #fff; }
  /* line 1921, theme.scss */
  .bonuses .order-discount__item {
    display: flex;
    margin-bottom: 5px; }
  /* line 1925, theme.scss */
  .bonuses .order-discount__item-title {
    font-size: 0.75rem; }
  /* line 1928, theme.scss */
  .bonuses .order-discount__item-value {
    font-size: 0.75rem;
    margin-left: 8px; }

/* LOADER */
/* line 1939, theme.scss */
.loader {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 50px auto;
  display: block; }
  /* line 1946, theme.scss */
  .loader:before, .loader:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: var(--color-text);
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 8px);
    animation: 2s ease-in-out infinite; }
  /* line 1958, theme.scss */
  .loader::before {
    opacity: 0.7;
    animation-name: loaderUpperDot; }
  /* line 1963, theme.scss */
  .loader::after {
    opacity: 0.5;
    animation-name: loaderLowerDot; }

@keyframes loaderUpperDot {
  25% {
    transform: translateX(-50%); }
  47.5%, 52.5% {
    transform: translateX(0); }
  75% {
    transform: translateX(50%); } }
@keyframes loaderLowerDot {
  25% {
    transform: translateX(50%); }
  47.5%, 52.5% {
    transform: translateX(0); }
  75% {
    transform: translateX(-50%); } }
/* line 1983, theme.scss */
.discount-page {
  display: none;
  width: 100%;
  max-width: 1000px;
  color: #646464; }
  /* line 1988, theme.scss */
  .discount-page-row {
    display: flex;
    gap: 0px; }
  /* line 1992, theme.scss */
  .discount-page-item {
    width: 100%;
    max-width: 100%; }
    /* line 1995, theme.scss */
    .discount-page-item-title {
      border-bottom: 1px solid #646464;
      color: #646464;
      padding: 0px 0 10px;
      font-weight: 450;
      font-size: 12px;
      margin-bottom: 22px;
      text-transform: uppercase; }
    /* line 2004, theme.scss */
    .discount-page-item-subtitle {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 450;
      margin-bottom: 9px; }
    /* line 2010, theme.scss */
    .discount-page-item-text {
      max-width: 202px;
      font-size: 14px;
      line-height: 140%; }

/* line 2017, theme.scss */
.discount-page-progress {
  margin-top: 73px; }

/* line 2020, theme.scss */
.discount-page-progress-title {
  border-bottom: 1px solid #646464;
  padding: 0 0 10px 0;
  font-weight: 450;
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
  text-transform: uppercase; }

/* line 2029, theme.scss */
.discount-page-progress-date {
  font-weight: 450;
  font-size: 14px;
  color: #282828; }

/* line 2034, theme.scss */
.discount-page-progress-line {
  position: relative;
  width: 100%;
  height: 35px;
  margin: 15px 0; }
  /* line 2040, theme.scss */
  .discount-page-progress-line::before {
    content: '';
    display: block;
    height: 8px;
    background: #B3B3B3;
    width: 100%;
    position: absolute;
    left: 0;
    top: 6px; }

/* line 2051, theme.scss */
.discount-page-progress-line-step {
  position: absolute;
  top: 18px;
  left: 0;
  color: #646464;
  font-size: 13px;
  font-weight: 450; }
  /* line 2058, theme.scss */
  .discount-page-progress-line-step.level-2 {
    left: 33.3333%; }
  /* line 2061, theme.scss */
  .discount-page-progress-line-step.level-3 {
    left: 66.6667%; }
  /* line 2065, theme.scss */
  .discount-page-progress-line-step.level-2::before, .discount-page-progress-line-step.level-3::before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 14px;
    background: #C70017;
    left: 0;
    top: -15px;
    z-index: 5; }

/* line 2078, theme.scss */
.discount-page-progress-line-line {
  position: absolute;
  top: 6px;
  left: 0;
  height: 8px;
  z-index: 4;
  background: #646464; }
  /* line 2085, theme.scss */
  .discount-page-progress-line-line:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: #C70017;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    border-radius: 50%; }

/* line 2098, theme.scss */
.discount-page-orders-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 73px;
  width: 100%;
  font-size: 14px;
  font-weight: 450;
  color: #282828; }

/* line 2107, theme.scss */
.discount-page-link a {
  text-decoration: none;
  border-bottom: 1px solid #646464;
  color: #646464; }
  /* line 2111, theme.scss */
  .discount-page-link a:hover {
    border-bottom: 1px solid transparent;
    color: #646464; }

/* line 2116, theme.scss */
.discount-page-my-sale {
  max-width: 1000px;
  padding-bottom: 120px;
  font-weight: 450;
  font-size: 14px;
  color: #282828;
  line-height: 140%; }
  /* line 2123, theme.scss */
  .discount-page-my-sale-title {
    border-bottom: 1px solid #646464;
    color: #646464;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    font-weight: 450;
    font-size: 12px;
    margin-bottom: 22px;
    width: 100%;
    line-height: 100%; }
  /* line 2134, theme.scss */
  .discount-page-my-sale-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 57px;
    row-gap: 29px; }
  /* line 2140, theme.scss */
  .discount-page-my-sale-item {
    width: 100%;
    max-width: 275px; }
    /* line 2143, theme.scss */
    .discount-page-my-sale-item-title {
      margin: 0 0 13px 0;
      font-size: 20px;
      line-height: 25px; }

@media (max-width: 767px) {
  /* line 2151, theme.scss */
  .discount-page-row {
    flex-direction: column;
    gap: 30px; }

  /* line 2155, theme.scss */
  .discount-page-item {
    max-width: 100% !important; }

  /* line 2158, theme.scss */
  .discount-page-item-title {
    font-size: 11px;
    padding: 3px 0 9px;
    border-bottom: 0;
    border-top: 1px solid #646464; }

  /* line 2164, theme.scss */
  .discount-page-item-subtitle {
    font-size: 18px;
    margin-bottom: 2px; }

  /* line 2168, theme.scss */
  .discount-page-item-text {
    max-width: 100%;
    font-size: 14px; }
    /* line 2171, theme.scss */
    .discount-page-item-text br {
      display: none; }

  /* line 2175, theme.scss */
  .discount-page-progress {
    margin-top: 52px; }

  /* line 2178, theme.scss */
  .discount-page-progress-title {
    font-size: 11px;
    padding: 3px 0 6px;
    border-bottom: 0;
    border-top: 1px solid #646464; }

  /* line 2184, theme.scss */
  .discount-page-progress-date,
  .discount-page-progress-line-step {
    font-size: 13px; }

  /* line 2188, theme.scss */
  .discount-page-progress-line {
    margin: 20px 0; }

  /* line 2191, theme.scss */
  .discount-page-orders-total {
    display: block;
    margin-bottom: 40px; }

  /* line 2195, theme.scss */
  .discount-page-summ-total {
    font-size: 14px;
    margin-bottom: 6px; }

  /* line 2199, theme.scss */
  .discount-page-link a {
    font-size: 13px; }

  /* line 2202, theme.scss */
  .discount-page-my-sale-title {
    font-size: 11px;
    padding: 3px 0 18px;
    border-bottom: 0;
    border-top: 1px solid #646464;
    margin: 0; }

  /* line 2209, theme.scss */
  .discount-page-my-sale {
    padding-bottom: 60px; }

  /* line 2212, theme.scss */
  .discount-page-my-sale-row {
    flex-direction: column;
    gap: 25px; }

  /* line 2216, theme.scss */
  .discount-page-my-sale-item {
    max-width: 100% !important; }

  /* line 2219, theme.scss */
  .discount-page-my-sale-item-title {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 23px; }

  /* line 2224, theme.scss */
  .discount-page-my-sale-item-text {
    font-size: 14px; } }
/* line 2228, theme.scss */
label[for="order_delivery_variant_id_17502409"] {
  display: none; }

/* line 2232, theme.scss */
.body-sert label.co-delivery_method {
  display: none; }
/* line 2235, theme.scss */
.body-sert label[for="order_delivery_variant_id_17502409"] {
  display: flex; }
/* line 2238, theme.scss */
.body-sert #shipping_address,
.body-sert div.co-input--full_locality_name,
.body-sert #delivery_address {
  display: none !important; }
