/* 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, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "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 279, theme.scss */
.selected {
  text-decoration: underline;
  position: relative;
  padding-left: 10px; }
  /* line 284, 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 297, 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 308, theme.scss */
.breadcrumb-wrapper {
  display: grid;
  justify-content: var(--align);
  padding-bottom: 30px; }

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

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

/* line 325, 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 336, theme.scss */
.breadcrumb-last {
  color: #B3B3B3 !important;
  cursor: default !important; }

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

/* line 346, 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 346, theme.scss */
    .client-account .co-checkout-title,
    .client-account .co-title--h1 {
      display: none; } }
@media screen and (max-width: 767px) {
  /* line 359, theme.scss */
  .client-account .co-login {
    width: 100%; } }
/* line 365, theme.scss */
.client-account .co-checkout-block--padded {
  padding: 0;
  width: 205px;
  max-width: 100%; }
/* line 371, theme.scss */
.client-account .co-input-notice {
  font-weight: 450;
  font-size: 13px;
  text-transform: uppercase;
  color: #C70017; }
/* line 378, theme.scss */
.client-account .co-section--content_wrapper {
  margin: 0;
  padding-bottom: 140px; }
  @media screen and (max-width: 767px) {
    /* line 378, theme.scss */
    .client-account .co-section--content_wrapper {
      flex-direction: column;
      padding-bottom: 120px; } }
/* line 388, 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 401, theme.scss */
.client-account .co-link {
  font-weight: 450;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #7E7E7E; }
/* line 409, 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 409, theme.scss */
    .client-account .co-sidebar--menu {
      width: auto;
      margin: 0;
      border: 0;
      padding-bottom: 30px; } }
/* line 424, theme.scss */
.client-account .co-menu-item + .co-menu-item {
  margin-top: 12px; }
/* line 428, 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 439, 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 453, theme.scss */
  .client-account .co-menu-switcher:checked ~ .co-menu-toggle:after {
    content: "";
    transform: rotate(-135deg);
    top: 6px; } }
/* line 461, theme.scss */
.client-account .co-menu-switcher:checked ~ .co-menu {
  box-shadow: unset;
  background: transparent;
  margin-top: 12px; }
/* line 467, theme.scss */
.client-account .co-input + .co-input {
  margin-top: 30px; }
@media screen and (max-width: 767px) {
  /* line 471, theme.scss */
  .client-account .co-input--consent_to_personal_data {
    margin-top: 22px !important; } }
/* line 477, theme.scss */
.client-account .co-menu-link--personal {
  display: flex;
  align-items: center; }
  /* line 481, 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 487, 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 500, 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 500, theme.scss */
    .client-account .co-input-field {
      font-size: 15px;
      text-transform: unset; } }
  /* line 516, theme.scss */
  .client-account .co-input-field::placeholder {
    color: #7E7E7E; }
  /* line 520, theme.scss */
  .client-account .co-input-field:focus {
    box-shadow: none; }
/* line 525, 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 525, theme.scss */
    .client-account .co-toggable_field-title {
      font-size: 12px;
      margin-bottom: 5px; } }
@media screen and (max-width: 767px) {
  /* line 537, theme.scss */
  .client-account .co-toggable_field-price {
    padding: 0 0 0 60px; } }
/* line 543, theme.scss */
.client-account .co-toggable_field-description {
  max-width: 366px; }
  /* line 547, 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 547, theme.scss */
      .client-account .co-toggable_field-description p {
        font-size: 12px !important; } }
    /* line 556, theme.scss */
    .client-account .co-toggable_field-description p a {
      color: #7E7E7E;
      text-decoration: none; }
      /* line 560, theme.scss */
      .client-account .co-toggable_field-description p a:hover {
        color: #7E7E7E; }
/* line 567, theme.scss */
.client-account .co-toggable_field-input {
  flex: 0;
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    /* line 567, theme.scss */
    .client-account .co-toggable_field-input {
      padding-right: 12px; } }
  /* line 575, 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 583, theme.scss */
  .client-account .co-toggable_field-input input:checked + span {
    box-shadow: inset 0 0 0 10px #000000; }
/* line 588, theme.scss */
.client-account .co-toggable_field-information {
  padding: 0; }
/* line 592, theme.scss */
.client-account .co-form-controls {
  margin: 0;
  padding-top: 30px; }
  /* line 596, 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 607, theme.scss */
    .client-account .co-form-controls .co-form-button:hover {
      background-color: #C70017; }
/* line 613, theme.scss */
.client-account .co-table {
  border: none; }
/* line 617, theme.scss */
.client-account .co-table-row--striped {
  background-color: #F8F8F8; }
  /* line 620, theme.scss */
  .client-account .co-table-row--striped:nth-child(even) {
    background: transparent; }
/* line 625, theme.scss */
.client-account .co-table-cell--head {
  font-weight: 450;
  font-size: 13px;
  color: #B3B3B3;
  padding: 0 0 10px 14px;
  opacity: 1; }
/* line 633, theme.scss */
.client-account .co-table-row {
  border-top: 1px solid #B3B3B3; }
@media screen and (max-width: 767px) {
  /* line 637, theme.scss */
  .client-account .co-table-row--foot {
    padding-top: 30px; }
    /* line 641, 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 649, theme.scss */
  .client-account .co-table-row--body {
    padding: 20px 0; } }
/* line 655, 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 655, theme.scss */
    .client-account .co-table-cell--body {
      display: flex;
      padding: 0;
      margin-bottom: 12px; }
      /* line 666, 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 677, theme.scss */
  .client-account .co-table-cell--body a {
    color: #282828 !important;
    text-decoration: underline !important;
    font-size: 14px; }
/* line 684, theme.scss */
.client-account .co-table-cell:last-child {
  text-align: left;
  width: 146px; }
  @media screen and (max-width: 767px) {
    /* line 684, theme.scss */
    .client-account .co-table-cell:last-child {
      width: unset; } }
/* line 693, theme.scss */
.client-account .co-order_history-total_title {
  font-weight: 450;
  font-size: 11px;
  text-transform: uppercase;
  color: #7E7E7E; }
/* line 700, theme.scss */
.client-account .co-order_history-total_sum {
  font-weight: 450;
  font-size: 16px;
  line-height: 100%;
  color: #282828; }

/* line 708, theme.scss */
.coupon {
  font-weight: 600;
  font-size: 13px; }
  @media screen and (max-width: 767px) {
    /* line 708, theme.scss */
    .coupon {
      position: absolute;
      bottom: 302px;
      left: -20px;
      width: calc(100% + 40px); } }
  /* line 719, 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 719, theme.scss */
      .coupon .coupon-input-container {
        padding-top: 40px; } }
  /* line 731, 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 731, theme.scss */
      .coupon .coupon-input {
        border-bottom: 1px solid #B3B3B3;
        height: 25px;
        font-weight: 450;
        text-transform: none;
        margin-left: 20px; } }
    /* line 748, theme.scss */
    .coupon .coupon-input:focus {
      outline: none; }
    /* line 752, theme.scss */
    .coupon .coupon-input::placeholder {
      color: #7E7E7E; }
  /* line 757, 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 757, theme.scss */
      .coupon .coupon-btn {
        height: auto;
        text-decoration: underline;
        background: transparent;
        width: auto;
        padding: 0;
        margin-right: 20px; } }
  /* line 776, theme.scss */
  .coupon .coupon__errors {
    padding: 15px 0;
    color: #797979;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      /* line 776, theme.scss */
      .coupon .coupon__errors {
        padding: 0;
        margin: 12px 20px;
        height: 15px; } }

/* line 791, theme.scss */
.checkout label[for="order_field_96126321"] {
  display: none !important; }
/* line 795, theme.scss */
.checkout .co-delivery_method {
  padding: 0;
  align-items: start; }
  @media screen and (max-width: 767px) {
    /* line 795, theme.scss */
    .checkout .co-delivery_method {
      flex-wrap: unset; } }
@media screen and (max-width: 767px) {
  /* line 804, theme.scss */
  .checkout .co-contact-fields {
    margin: 0 -20px;
    padding: 0 20px 40px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9; } }
/* line 813, 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 813, theme.scss */
    .checkout .co-title--h1 {
      margin-bottom: 27px; } }
/* line 826, theme.scss */
.checkout .co-login-block {
  display: none; }
/* line 831, theme.scss */
.checkout .co-delivery_method-list > *:first-child {
  display: none; }
/* line 836, theme.scss */
.checkout .co-delivery_method-price {
  padding: 0 0 0 20px; }
/* line 840, theme.scss */
.checkout .co-section--checkout_content {
  margin: 0;
  padding-bottom: 140px; }
/* line 845, theme.scss */
.checkout .co-checkout-block--padded {
  padding: 0; }
/* line 849, theme.scss */
.checkout .co-section--checkout_order {
  width: 50%; }
  @media screen and (max-width: 767px) {
    /* line 849, theme.scss */
    .checkout .co-section--checkout_order {
      width: 100%;
      position: relative; } }
/* line 858, 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 858, theme.scss */
    .checkout .co-sidebar {
      width: 100%;
      overflow-y: unset;
      position: unset; } }
/* line 872, theme.scss */
.checkout .co-title--h2 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 30px; }
/* line 880, theme.scss */
.checkout .co-input + .co-input {
  margin-top: 31px; }
@media screen and (max-width: 767px) {
  /* line 884, 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 893, theme.scss */
    .checkout .payment_variants .co-input--required {
      padding: 0 20px; } }
/* line 899, theme.scss */
.checkout div#shipping_address {
  margin-bottom: 0; }
/* line 903, theme.scss */
.checkout .co-checkout-block {
  margin-bottom: 71px; }
  @media screen and (max-width: 767px) {
    /* line 903, theme.scss */
    .checkout .co-checkout-block {
      margin-bottom: 0; } }
  /* line 910, theme.scss */
  .checkout .co-checkout-block#delivery_address {
    margin-bottom: 31px; }
@media screen and (max-width: 767px) {
  /* line 915, theme.scss */
  .checkout .co-contact-fields {
    margin: 0 -20px;
    padding: 0 20px 40px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9; } }
/* line 924, 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 924, theme.scss */
    .checkout .co-input-field {
      font-size: 15px;
      text-transform: unset; } }
  /* line 940, theme.scss */
  .checkout .co-input-field::placeholder {
    color: #7E7E7E; }
  /* line 944, theme.scss */
  .checkout .co-input-field:focus {
    box-shadow: none; }
/* line 949, theme.scss */
.checkout .co-toggable_field-input--radio {
  display: none; }
/* line 953, theme.scss */
.checkout .co-toggable_field-title {
  font-weight: 450;
  font-size: 13px;
  color: #181818;
  margin: 0 0 4px 0; }
/* line 960, theme.scss */
.checkout .co-toggable_field-extra {
  color: #B3B3B3;
  text-decoration: none !important;
  display: inline-block; }
/* line 967, theme.scss */
.checkout .consent_to_personal_data_checkbox {
  display: none !important; }
/* line 971, 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 971, theme.scss */
    .checkout button#create_order {
      margin-top: 280px; } }
  /* line 986, theme.scss */
  .checkout button#create_order:hover {
    background-color: #C70017;
    border: 0; }
/* line 992, theme.scss */
.checkout .co-toggable_field-description {
  margin: 0; }
  /* line 995, theme.scss */
  .checkout .co-toggable_field-description p {
    font-weight: 450;
    font-size: 13px;
    line-height: 120%;
    color: #747474;
    max-width: 360px; }
/* line 1004, theme.scss */
.checkout .co-toggable_field-information {
  font-weight: 450;
  font-size: 13px;
  line-height: 120%;
  padding: 0; }
  /* line 1010, theme.scss */
  .checkout .co-toggable_field-information div {
    color: #747474 !important; }
/* line 1015, theme.scss */
.checkout .co-delivery_adress {
  margin-bottom: -61px; }
/* line 1019, theme.scss */
.checkout .co-delivery_adress-form {
  gap: 31px; }
  /* line 1022, theme.scss */
  .checkout .co-delivery_adress-form .co-input-field {
    padding-bottom: 14px; }
  /* line 1026, theme.scss */
  .checkout .co-delivery_adress-form .co-input + .co-input {
    margin-top: 0; }
/* line 1031, theme.scss */
.checkout .co-tabs-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px; }
/* line 1038, theme.scss */
.checkout .co-price--current {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #797979; }
/* line 1045, theme.scss */
.checkout .co-link {
  font-weight: 450;
  font-size: 13px;
  line-height: 120%;
  color: #747474; }
/* line 1052, 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 1052, 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 1070, theme.scss */
.checkout .co-basket_subtotal-title {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #797979; }
/* line 1077, theme.scss */
.checkout .co-basket_subtotal-title-extra {
  font-weight: 600;
  font-size: 13px;
  color: #AAAAAA;
  text-transform: none; }
/* line 1085, 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 1092, theme.scss */
  .checkout .co-basket_total {
    position: absolute;
    bottom: 151px;
    width: 100%; } }
/* line 1100, theme.scss */
.checkout .co-basket_total-title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #282828; }
/* line 1107, theme.scss */
.checkout .co-basket_total-price {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #282828; }
/* line 1114, 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 1114, theme.scss */
    .checkout .submit-text {
      width: 320px; } }
  /* line 1127, theme.scss */
  .checkout .submit-text .submit-text-link {
    color: #7E7E7E;
    cursor: pointer; }
/* line 1137, theme.scss */
.checkout .co-toggable_field--bordered:hover {
  border-color: transparent; }
/* line 1141, theme.scss */
.checkout .co-sidebar-toggler {
  display: none; }
/* line 1145, theme.scss */
.checkout .items-count {
  font-weight: 450;
  font-size: 13px;
  color: #9C9C9C; }
/* line 1151, 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 1151, theme.scss */
    .checkout .basket {
      top: 73px; } }
  /* line 1167, theme.scss */
  .checkout .basket.is-visible {
    visibility: visible;
    opacity: 1; }
    /* line 1171, theme.scss */
    .checkout .basket.is-visible .basket-container {
      transform: translateX(0); }
      @media screen and (max-width: 767px) {
        /* line 1171, theme.scss */
        .checkout .basket.is-visible .basket-container {
          transform: translateY(0); } }
  /* line 1180, 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 1180, theme.scss */
      .checkout .basket-container {
        width: 100%;
        border-top: 1px solid #D9D9D9;
        transform: translateX(0);
        transform: translateY(-10px); } }
  /* line 1198, theme.scss */
  .checkout .basket-head {
    position: relative;
    height: 103px;
    border-bottom: 1px solid #D9D9D9; }
    @media screen and (max-width: 767px) {
      /* line 1198, theme.scss */
      .checkout .basket-head {
        margin: 0 20px; } }
    /* line 1207, 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 1207, theme.scss */
        .checkout .basket-head-title {
          left: 0; } }
    /* line 1222, theme.scss */
    .checkout .basket-head-close-btn {
      position: absolute;
      right: 100px;
      top: 30px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        /* line 1222, theme.scss */
        .checkout .basket-head-close-btn {
          right: 0; } }
    /* line 1233, 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 1233, theme.scss */
        .checkout .basket-head-items-count {
          left: 0; } }
    /* line 1247, 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 1247, theme.scss */
        .checkout .basket-head-clear-btn {
          right: 0; } }
  /* line 1263, 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 1263, 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 1280, theme.scss */
    .checkout .basket-content-checkout .cart-item {
      display: flex; }
      @media screen and (max-width: 767px) {
        /* line 1280, theme.scss */
        .checkout .basket-content-checkout .cart-item {
          width: 100%; } }
    /* line 1288, theme.scss */
    .checkout .basket-content-checkout .cart-img {
      padding-top: 4px;
      padding-left: 2px;
      padding-right: 25px; }
      @media screen and (max-width: 767px) {
        /* line 1288, theme.scss */
        .checkout .basket-content-checkout .cart-img {
          width: 58%;
          padding-right: 18px; }
          /* line 1297, theme.scss */
          .checkout .basket-content-checkout .cart-img .img-with-ratio {
            background-color: #FFFFFF; } }
    /* line 1303, theme.scss */
    .checkout .basket-content-checkout .cart-item-description {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%; }
    /* line 1310, 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 1320, 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 1320, theme.scss */
        .checkout .basket-content-checkout .cart-item-options {
          flex-direction: row;
          padding-top: 10px;
          row-gap: 4px; } }
      /* line 1335, 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 1335, theme.scss */
          .checkout .basket-content-checkout .cart-item-options .cart-item-option {
            font-size: 13px;
            text-transform: capitalize; } }
    /* line 1349, theme.scss */
    .checkout .basket-content-checkout .cart-item-opiton-name {
      width: 100px; }
      @media screen and (max-width: 767px) {
        /* line 1349, theme.scss */
        .checkout .basket-content-checkout .cart-item-opiton-name {
          width: unset; } }
    /* line 1357, 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 1357, 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 1375, theme.scss */
      .checkout .basket-content-checkout .cart-item-quantity button {
        padding: 0;
        background: transparent;
        border: 0;
        cursor: pointer; }
      /* line 1382, theme.scss */
      .checkout .basket-content-checkout .cart-item-quantity input {
        display: none; }
    /* line 1387, 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 1387, theme.scss */
        .checkout .basket-content-checkout .cart-item-price {
          left: 0;
          right: unset; } }
    /* line 1403, 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 1403, theme.scss */
        .checkout .basket-content-checkout .cart-item-delete-btn {
          bottom: 5px;
          top: unset; } }
  /* line 1424, theme.scss */
  .checkout .basket-foot {
    height: 162px;
    border-top: 1px solid #D9D9D9;
    position: relative; }
    @media screen and (max-width: 767px) {
      /* line 1424, theme.scss */
      .checkout .basket-foot {
        height: 156px;
        display: flex; } }
    /* line 1434, 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 1434, theme.scss */
        .checkout .basket-foot-total-title {
          left: 20px;
          top: 24px; } }
    /* line 1450, 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 1450, theme.scss */
        .checkout .basket-foot-total {
          right: 20px;
          top: 20px; } }
    /* line 1466, 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 1466, theme.scss */
        .checkout .basket-foot .basket-submit-btn {
          flex: 1;
          margin: 66px 20px 30px 20px; } }

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

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

/* bonuses */
/* line 1514, 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 1514, theme.scss */
    .cart__area-bonuses {
      margin-top: 0.5rem;
      padding: 1rem 0rem 1.5rem 0rem; } }

/* line 1531, theme.scss */
.bonuses {
  position: relative; }
  /* line 1535, 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 1548, theme.scss */
  .bonuses__collapse-title {
    font-size: 12px;
    color: var(--color-error);
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400 !important; }
  /* line 1557, 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 1564, theme.scss */
  .bonuses__header {
    text-align: left; }
  /* line 1570, theme.scss */
  .bonuses__logo img {
    max-width: 50px;
    height: auto; }
  /* line 1574, theme.scss */
  .bonuses__header-title {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 8px;
    font-weight: 400; }
  /* line 1580, theme.scss */
  .bonuses__header-subtitle {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-top: 5px;
    font-weight: 400;
    max-width: 300px; }
  /* line 1588, theme.scss */
  .bonuses__notice {
    text-align: left;
    color: var(--color-error);
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex; }
  /* line 1595, theme.scss */
  .bonuses__notice .icon {
    margin-right: 15px;
    font-size: 1.3rem;
    color: var(--color-error);
    margin-top: 8px; }
  /* line 1601, theme.scss */
  .bonuses__notice [data-notice-msg] {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-error);
    margin-bottom: 5px; }
  /* line 1609, theme.scss */
  .bonuses__hidden {
    display: none !important; }
  /* line 1614, theme.scss */
  .bonuses__signup-or-in {
    margin-top: 20px;
    text-align: center; }
  /* line 1618, theme.scss */
  .bonuses__delimiter-sign {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 0.85rem;
    color: var(--color-btn-bg) !important; }
  /* line 1624, theme.scss */
  .bonuses__auth-btn {
    margin-top: 5px; }
  /* line 1627, theme.scss */
  .bonuses__reg-link {
    text-decoration: none;
    display: inline-block; }
  /* line 1632, theme.scss */
  .bonuses input {
    border: 1px solid var(--bg);
    height: 48px;
    border-radius: 3px;
    margin-bottom: 15px; }
  /* line 1644, theme.scss */
  .bonuses__info-block-title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    margin-top: 12px; }
  /* line 1654, 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 1660, theme.scss */
  .bonuses__info-block-title .bonuses-svg-icon {
    color: #B4ABA9 !important;
    width: 20px !important;
    height: auto !important;
    opacity: 0.4 !important; }
  /* line 1667, theme.scss */
  .bonuses__info-block-title.updown {
    justify-content: space-between !important;
    align-items: center !important; }
  /* line 1671, theme.scss */
  .bonuses__updown-link {
    font-size: 11px;
    cursor: pointer;
    display: flex;
    align-items: center; }
  /* line 1677, theme.scss */
  .bonuses__updown-link .icon {
    font-size: 17px !important; }
  /* line 1680, theme.scss */
  .bonuses__info-block-title-grp {
    display: flex; }
  /* line 1683, theme.scss */
  .bonuses__updown-link .icon.rotate180 {
    transform: rotate(180deg) !important; }
  /* line 1688, theme.scss */
  .bonuses__level-card-balance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 9px;
    padding-left: 8px; }
  /* line 1696, theme.scss */
  .bonuses .button {
    border-radius: 3px !important; }
  /* line 1700, theme.scss */
  .bonuses__signin {
    margin-top: 20px;
    text-align: center; }
  /* line 1705, theme.scss */
  .bonuses__content {
    position: relative;
    z-index: 2;
    min-height: 80px; }
  /* line 1711, 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 1725, 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 1742, theme.scss */
  .bonuses__user {
    font-size: 0.95rem;
    margin-bottom: 8px;
    display: flex;
    line-height: 1.4 !important; }
  /* line 1751, theme.scss */
  .bonuses__user > div:nth-child(2) {
    margin-left: 8px;
    padding-top: 3px; }
  /* line 1756, theme.scss */
  .bonuses__user svg {
    color: #B4ABA9 !important;
    width: 20px !important;
    height: auto !important;
    opacity: 0.4 !important; }
  /* line 1763, 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 1774, theme.scss */
  .bonuses__user-balance {
    font-size: 0.75rem;
    margin-bottom: 10px; }
  /* line 1778, theme.scss */
  .bonuses__user-level {
    font-size: 0.75rem;
    margin-bottom: 10px; }
  /* line 1782, theme.scss */
  .bonuses__order-cashback {
    font-size: 0.8rem;
    margin-top: 18px; }
  /* line 1786, theme.scss */
  .bonuses__user-cardnumber {
    font-size: 0.75rem;
    margin-bottom: 10px; }
  /* line 1792, theme.scss */
  .bonuses__order-writeoff {
    font-size: 0.8rem;
    margin-top: 5px; }
  /* line 1796, theme.scss */
  .bonuses__order-promocode {
    font-size: 0.8rem;
    margin-top: 5px; }
  /* line 1801, theme.scss */
  .bonuses__order-discount {
    font-size: 0.8rem;
    margin-top: 5px; }
  /* line 1807, theme.scss */
  .bonuses [name="bonuses[use_points]"] {
    margin-top: 15px;
    text-align: center;
    /* font-size: var(--controls-font-size-m) !important; */ }
  /* line 1812, theme.scss */
  .bonuses__points-submit {
    width: 100%; }
  /* line 1817, theme.scss */
  .bonuses__points-notice {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px; }
  /* line 1824, theme.scss */
  .bonuses__promocode-notice {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px; }
  /* line 1831, theme.scss */
  .bonuses__points-notice.error, .bonuses__promocode-notice.error {
    color: var(--color-error); }
  /* line 1836, theme.scss */
  .bonuses__points-notice.success, .bonuses__promocode-notice.success {
    color: var(--color-success); }
  /* line 1842, theme.scss */
  .bonuses [name="bonuses[verify_points]"] {
    margin-top: 15px;
    text-align: center;
    /* font-size: var(--controls-font-size-m) !important; */ }
  /* line 1847, theme.scss */
  .bonuses__points-submit {
    width: 100%; }
  /* line 1850, theme.scss */
  .bonuses__promocode-submit {
    width: 100%; }
  /* line 1854, theme.scss */
  .bonuses__points-verify-notice {
    color: var(--color-error);
    margin-top: 8px;
    margin-bottom: 8px; }
  /* line 1860, theme.scss */
  .bonuses__attent-coupon {
    margin-top: 30px; }
  /* line 1863, theme.scss */
  .bonuses__attent-coupon-inner {
    display: flex; }
  /* line 1866, theme.scss */
  .bonuses__attent-coupon-inner .icon {
    margin-right: 15px;
    font-size: 1.3rem;
    color: var(--color-error);
    margin-top: 8px; }
  /* line 1872, theme.scss */
  .bonuses__attent-coupon-txt {
    font-size: 13px;
    line-height: 1.6;
    color: var(--color-error);
    margin-bottom: 5px; }
  /* line 1878, theme.scss */
  .bonuses__attent-btn-wrapper {
    margin-top: 10px; }
  /* line 1881, theme.scss */
  .bonuses__attent-btn {
    width: 100%; }
  /* line 1885, theme.scss */
  .bonuses .fa {
    color: #B4ABA9; }
  /* line 1890, theme.scss */
  .bonuses__p-l {
    margin-left: 15px;
    margin-right: 10px; }
  /* line 1895, theme.scss */
  .bonuses__refresh-in-btn {
    background-color: #dcdcdc;
    color: #000; }
  /* line 1899, theme.scss */
  .bonuses__refresh-in-btn:hover {
    background-color: var(--color-btn-bg-minor-shade);
    color: #fff; }
  /* line 1908, theme.scss */
  .bonuses .order-discount__item {
    display: flex;
    margin-bottom: 5px; }
  /* line 1912, theme.scss */
  .bonuses .order-discount__item-title {
    font-size: 0.75rem; }
  /* line 1915, theme.scss */
  .bonuses .order-discount__item-value {
    font-size: 0.75rem;
    margin-left: 8px; }

/* LOADER */
/* line 1926, theme.scss */
.loader {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 50px auto;
  display: block; }
  /* line 1933, 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 1945, theme.scss */
  .loader::before {
    opacity: 0.7;
    animation-name: loaderUpperDot; }
  /* line 1950, 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 1970, theme.scss */
.discount-page {
  display: none;
  width: 100%;
  max-width: 1000px;
  color: #646464; }
  /* line 1975, theme.scss */
  .discount-page-row {
    display: flex;
    gap: 0px; }
  /* line 1979, theme.scss */
  .discount-page-item {
    width: 100%;
    max-width: 100%; }
    /* line 1982, 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 1991, theme.scss */
    .discount-page-item-subtitle {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 450;
      margin-bottom: 9px; }
    /* line 1997, theme.scss */
    .discount-page-item-text {
      max-width: 202px;
      font-size: 14px;
      line-height: 140%; }

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

/* line 2007, 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 2016, theme.scss */
.discount-page-progress-date {
  font-weight: 450;
  font-size: 14px;
  color: #282828; }

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

/* line 2038, theme.scss */
.discount-page-progress-line-step {
  position: absolute;
  top: 18px;
  left: 0;
  color: #646464;
  font-size: 13px;
  font-weight: 450; }
  /* line 2045, theme.scss */
  .discount-page-progress-line-step.level-2 {
    left: 33.3333%; }
  /* line 2048, theme.scss */
  .discount-page-progress-line-step.level-3 {
    left: 66.6667%; }
  /* line 2052, 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 2065, theme.scss */
.discount-page-progress-line-line {
  position: absolute;
  top: 6px;
  left: 0;
  height: 8px;
  z-index: 4;
  background: #646464; }
  /* line 2072, 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 2085, 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 2094, theme.scss */
.discount-page-link a {
  text-decoration: none;
  border-bottom: 1px solid #646464;
  color: #646464; }
  /* line 2098, theme.scss */
  .discount-page-link a:hover {
    border-bottom: 1px solid transparent;
    color: #646464; }

/* line 2103, theme.scss */
.discount-page-my-sale {
  max-width: 1000px;
  padding-bottom: 120px;
  font-weight: 450;
  font-size: 14px;
  color: #282828;
  line-height: 140%; }
  /* line 2110, 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 2121, theme.scss */
  .discount-page-my-sale-row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 57px;
    row-gap: 29px; }
  /* line 2127, theme.scss */
  .discount-page-my-sale-item {
    width: 100%;
    max-width: 275px; }
    /* line 2130, theme.scss */
    .discount-page-my-sale-item-title {
      margin: 0 0 13px 0;
      font-size: 20px;
      line-height: 25px; }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2189, 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 2196, theme.scss */
  .discount-page-my-sale {
    padding-bottom: 60px; }

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

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

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

  /* line 2211, theme.scss */
  .discount-page-my-sale-item-text {
    font-size: 14px; } }
