/* 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; }
/* line 370, theme.scss */
.client-account .co-input-notice {
  font-weight: 450;
  font-size: 13px;
  text-transform: uppercase;
  color: #C70017; }
/* line 377, theme.scss */
.client-account .co-section--content_wrapper {
  margin: 0;
  padding-bottom: 140px; }
  @media screen and (max-width: 767px) {
    /* line 377, theme.scss */
    .client-account .co-section--content_wrapper {
      flex-direction: column;
      padding-bottom: 120px; } }
/* line 387, 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 400, theme.scss */
.client-account .co-link {
  font-weight: 450;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  color: #7E7E7E; }
/* line 408, 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 408, theme.scss */
    .client-account .co-sidebar--menu {
      width: auto;
      margin: 0;
      border: 0;
      padding-bottom: 30px; } }
/* line 423, theme.scss */
.client-account .co-menu-item + .co-menu-item {
  margin-top: 12px; }
/* line 427, 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 438, 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 452, theme.scss */
  .client-account .co-menu-switcher:checked ~ .co-menu-toggle:after {
    content: "";
    transform: rotate(-135deg);
    top: 6px; } }
/* line 460, theme.scss */
.client-account .co-menu-switcher:checked ~ .co-menu {
  box-shadow: unset;
  background: transparent;
  margin-top: 12px; }
/* line 466, theme.scss */
.client-account .co-input + .co-input {
  margin-top: 30px; }
@media screen and (max-width: 767px) {
  /* line 470, theme.scss */
  .client-account .co-input--consent_to_personal_data {
    margin-top: 22px !important; } }
/* line 476, theme.scss */
.client-account .co-menu-link--personal {
  display: flex;
  align-items: center; }
  /* line 480, 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 486, 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 499, 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 499, theme.scss */
    .client-account .co-input-field {
      font-size: 15px;
      text-transform: unset; } }
  /* line 515, theme.scss */
  .client-account .co-input-field::placeholder {
    color: #7E7E7E; }
  /* line 519, theme.scss */
  .client-account .co-input-field:focus {
    box-shadow: none; }
/* line 524, 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 524, theme.scss */
    .client-account .co-toggable_field-title {
      font-size: 12px;
      margin-bottom: 5px; } }
@media screen and (max-width: 767px) {
  /* line 536, theme.scss */
  .client-account .co-toggable_field-price {
    padding: 0 0 0 60px; } }
/* line 542, theme.scss */
.client-account .co-toggable_field-description {
  max-width: 366px; }
  /* line 546, 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 546, theme.scss */
      .client-account .co-toggable_field-description p {
        font-size: 12px !important; } }
    /* line 555, theme.scss */
    .client-account .co-toggable_field-description p a {
      color: #7E7E7E;
      text-decoration: none; }
      /* line 559, theme.scss */
      .client-account .co-toggable_field-description p a:hover {
        color: #7E7E7E; }
/* line 566, theme.scss */
.client-account .co-toggable_field-input {
  flex: 0;
  padding-right: 20px; }
  @media screen and (max-width: 767px) {
    /* line 566, theme.scss */
    .client-account .co-toggable_field-input {
      padding-right: 12px; } }
  /* line 574, 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 582, theme.scss */
  .client-account .co-toggable_field-input input:checked + span {
    box-shadow: inset 0 0 0 10px #000000; }
/* line 587, theme.scss */
.client-account .co-toggable_field-information {
  padding: 0; }
/* line 591, theme.scss */
.client-account .co-form-controls {
  margin: 0;
  padding-top: 30px; }
  /* line 595, 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 606, theme.scss */
    .client-account .co-form-controls .co-form-button:hover {
      background-color: #C70017; }
/* line 612, theme.scss */
.client-account .co-table {
  border: none; }
/* line 616, theme.scss */
.client-account .co-table-row--striped {
  background-color: #F8F8F8; }
  /* line 619, theme.scss */
  .client-account .co-table-row--striped:nth-child(even) {
    background: transparent; }
/* line 624, theme.scss */
.client-account .co-table-cell--head {
  font-weight: 450;
  font-size: 13px;
  color: #B3B3B3;
  padding: 0 0 10px 14px;
  opacity: 1; }
/* line 632, theme.scss */
.client-account .co-table-row {
  border-top: 1px solid #B3B3B3; }
@media screen and (max-width: 767px) {
  /* line 636, theme.scss */
  .client-account .co-table-row--foot {
    padding-top: 30px; }
    /* line 640, 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 648, theme.scss */
  .client-account .co-table-row--body {
    padding: 20px 0; } }
/* line 654, 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 654, theme.scss */
    .client-account .co-table-cell--body {
      display: flex;
      padding: 0;
      margin-bottom: 12px; }
      /* line 665, 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 676, theme.scss */
  .client-account .co-table-cell--body a {
    color: #282828 !important;
    text-decoration: underline !important;
    font-size: 14px; }
/* line 683, theme.scss */
.client-account .co-table-cell:last-child {
  text-align: left;
  width: 146px; }
  @media screen and (max-width: 767px) {
    /* line 683, theme.scss */
    .client-account .co-table-cell:last-child {
      width: unset; } }
/* line 692, theme.scss */
.client-account .co-order_history-total_title {
  font-weight: 450;
  font-size: 11px;
  text-transform: uppercase;
  color: #7E7E7E; }
/* line 699, theme.scss */
.client-account .co-order_history-total_sum {
  font-weight: 450;
  font-size: 16px;
  line-height: 100%;
  color: #282828; }

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

/* line 790, theme.scss */
.checkout label[for="order_field_96126321"] {
  display: none !important; }
/* line 794, theme.scss */
.checkout .co-delivery_method {
  padding: 0;
  align-items: start; }
  @media screen and (max-width: 767px) {
    /* line 794, theme.scss */
    .checkout .co-delivery_method {
      flex-wrap: unset; } }
@media screen and (max-width: 767px) {
  /* line 803, theme.scss */
  .checkout .co-contact-fields {
    margin: 0 -20px;
    padding: 0 20px 40px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9; } }
/* line 812, 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 812, theme.scss */
    .checkout .co-title--h1 {
      margin-bottom: 27px; } }
/* line 825, theme.scss */
.checkout .co-login-block {
  display: none; }
/* line 830, theme.scss */
.checkout .co-delivery_method-list > *:first-child {
  display: none; }
/* line 835, theme.scss */
.checkout .co-delivery_method-price {
  padding: 0 0 0 20px; }
/* line 839, theme.scss */
.checkout .co-section--checkout_content {
  margin: 0;
  padding-bottom: 140px; }
/* line 844, theme.scss */
.checkout .co-checkout-block--padded {
  padding: 0; }
/* line 848, theme.scss */
.checkout .co-section--checkout_order {
  width: 50%; }
  @media screen and (max-width: 767px) {
    /* line 848, theme.scss */
    .checkout .co-section--checkout_order {
      width: 100%;
      position: relative; } }
/* line 857, 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 857, theme.scss */
    .checkout .co-sidebar {
      width: 100%;
      overflow-y: unset;
      position: unset; } }
/* line 871, theme.scss */
.checkout .co-title--h2 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #282828;
  margin-bottom: 30px; }
/* line 879, theme.scss */
.checkout .co-input + .co-input {
  margin-top: 31px; }
@media screen and (max-width: 767px) {
  /* line 883, 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 892, theme.scss */
    .checkout .payment_variants .co-input--required {
      padding: 0 20px; } }
/* line 898, theme.scss */
.checkout div#shipping_address {
  margin-bottom: 0; }
/* line 902, theme.scss */
.checkout .co-checkout-block {
  margin-bottom: 71px; }
  @media screen and (max-width: 767px) {
    /* line 902, theme.scss */
    .checkout .co-checkout-block {
      margin-bottom: 0; } }
  /* line 909, theme.scss */
  .checkout .co-checkout-block#delivery_address {
    margin-bottom: 31px; }
@media screen and (max-width: 767px) {
  /* line 914, theme.scss */
  .checkout .co-contact-fields {
    margin: 0 -20px;
    padding: 0 20px 40px 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D9D9D9; } }
/* line 923, 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 923, theme.scss */
    .checkout .co-input-field {
      font-size: 15px;
      text-transform: unset; } }
  /* line 939, theme.scss */
  .checkout .co-input-field::placeholder {
    color: #7E7E7E; }
  /* line 943, theme.scss */
  .checkout .co-input-field:focus {
    box-shadow: none; }
/* line 948, theme.scss */
.checkout .co-toggable_field-input--radio {
  display: none; }
/* line 952, theme.scss */
.checkout .co-toggable_field-title {
  font-weight: 450;
  font-size: 13px;
  color: #181818;
  margin: 0 0 4px 0; }
/* line 959, theme.scss */
.checkout .co-toggable_field-extra {
  color: #B3B3B3;
  text-decoration: none !important;
  display: inline-block; }
/* line 966, theme.scss */
.checkout .consent_to_personal_data_checkbox {
  display: none !important; }
/* line 970, 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 970, theme.scss */
    .checkout button#create_order {
      margin-top: 280px; } }
  /* line 985, theme.scss */
  .checkout button#create_order:hover {
    background-color: #C70017;
    border: 0; }
/* line 991, theme.scss */
.checkout .co-toggable_field-description {
  margin: 0; }
  /* line 994, theme.scss */
  .checkout .co-toggable_field-description p {
    font-weight: 450;
    font-size: 13px;
    line-height: 120%;
    color: #747474;
    max-width: 360px; }
/* line 1003, theme.scss */
.checkout .co-toggable_field-information {
  font-weight: 450;
  font-size: 13px;
  line-height: 120%;
  padding: 0; }
  /* line 1009, theme.scss */
  .checkout .co-toggable_field-information div {
    color: #747474 !important; }
/* line 1014, theme.scss */
.checkout .co-delivery_adress {
  margin-bottom: -61px; }
/* line 1018, theme.scss */
.checkout .co-delivery_adress-form {
  gap: 31px; }
  /* line 1021, theme.scss */
  .checkout .co-delivery_adress-form .co-input-field {
    padding-bottom: 14px; }
  /* line 1025, theme.scss */
  .checkout .co-delivery_adress-form .co-input + .co-input {
    margin-top: 0; }
/* line 1030, theme.scss */
.checkout .co-tabs-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px; }
/* line 1037, theme.scss */
.checkout .co-price--current {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #797979; }
/* line 1044, theme.scss */
.checkout .co-link {
  font-weight: 450;
  font-size: 13px;
  line-height: 120%;
  color: #747474; }
/* line 1051, 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 1051, 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 1069, theme.scss */
.checkout .co-basket_subtotal-title {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #797979; }
/* line 1076, theme.scss */
.checkout .co-basket_subtotal-title-extra {
  font-weight: 600;
  font-size: 13px;
  color: #AAAAAA;
  text-transform: none; }
/* line 1084, 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 1091, theme.scss */
  .checkout .co-basket_total {
    position: absolute;
    bottom: 151px;
    width: 100%; } }
/* line 1099, theme.scss */
.checkout .co-basket_total-title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #282828; }
/* line 1106, theme.scss */
.checkout .co-basket_total-price {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #282828; }
/* line 1113, 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 1113, theme.scss */
    .checkout .submit-text {
      width: 320px; } }
  /* line 1126, theme.scss */
  .checkout .submit-text .submit-text-link {
    color: #7E7E7E;
    cursor: pointer; }
/* line 1136, theme.scss */
.checkout .co-toggable_field--bordered:hover {
  border-color: transparent; }
/* line 1140, theme.scss */
.checkout .co-sidebar-toggler {
  display: none; }
/* line 1144, theme.scss */
.checkout .items-count {
  font-weight: 450;
  font-size: 13px;
  color: #9C9C9C; }
/* line 1150, 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 1150, theme.scss */
    .checkout .basket {
      top: 73px; } }
  /* line 1166, theme.scss */
  .checkout .basket.is-visible {
    visibility: visible;
    opacity: 1; }
    /* line 1170, theme.scss */
    .checkout .basket.is-visible .basket-container {
      transform: translateX(0); }
      @media screen and (max-width: 767px) {
        /* line 1170, theme.scss */
        .checkout .basket.is-visible .basket-container {
          transform: translateY(0); } }
  /* line 1179, 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 1179, theme.scss */
      .checkout .basket-container {
        width: 100%;
        border-top: 1px solid #D9D9D9;
        transform: translateX(0);
        transform: translateY(-10px); } }
  /* line 1197, theme.scss */
  .checkout .basket-head {
    position: relative;
    height: 103px;
    border-bottom: 1px solid #D9D9D9; }
    @media screen and (max-width: 767px) {
      /* line 1197, theme.scss */
      .checkout .basket-head {
        margin: 0 20px; } }
    /* line 1206, 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 1206, theme.scss */
        .checkout .basket-head-title {
          left: 0; } }
    /* line 1221, theme.scss */
    .checkout .basket-head-close-btn {
      position: absolute;
      right: 100px;
      top: 30px;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        /* line 1221, theme.scss */
        .checkout .basket-head-close-btn {
          right: 0; } }
    /* line 1232, 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 1232, theme.scss */
        .checkout .basket-head-items-count {
          left: 0; } }
    /* line 1246, 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 1246, theme.scss */
        .checkout .basket-head-clear-btn {
          right: 0; } }
  /* line 1262, 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 1262, 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 1279, theme.scss */
    .checkout .basket-content-checkout .cart-item {
      display: flex; }
      @media screen and (max-width: 767px) {
        /* line 1279, theme.scss */
        .checkout .basket-content-checkout .cart-item {
          width: 100%; } }
    /* line 1287, theme.scss */
    .checkout .basket-content-checkout .cart-img {
      padding-top: 4px;
      padding-left: 2px;
      padding-right: 25px; }
      @media screen and (max-width: 767px) {
        /* line 1287, theme.scss */
        .checkout .basket-content-checkout .cart-img {
          width: 58%;
          padding-right: 18px; }
          /* line 1296, theme.scss */
          .checkout .basket-content-checkout .cart-img .img-with-ratio {
            background-color: #FFFFFF; } }
    /* line 1302, theme.scss */
    .checkout .basket-content-checkout .cart-item-description {
      display: flex;
      flex-direction: column;
      position: relative;
      width: 100%; }
    /* line 1309, 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 1319, 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 1319, theme.scss */
        .checkout .basket-content-checkout .cart-item-options {
          flex-direction: row;
          padding-top: 10px;
          row-gap: 4px; } }
      /* line 1334, 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 1334, theme.scss */
          .checkout .basket-content-checkout .cart-item-options .cart-item-option {
            font-size: 13px;
            text-transform: capitalize; } }
    /* line 1348, theme.scss */
    .checkout .basket-content-checkout .cart-item-opiton-name {
      width: 100px; }
      @media screen and (max-width: 767px) {
        /* line 1348, theme.scss */
        .checkout .basket-content-checkout .cart-item-opiton-name {
          width: unset; } }
    /* line 1356, 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 1356, 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 1374, theme.scss */
      .checkout .basket-content-checkout .cart-item-quantity button {
        padding: 0;
        background: transparent;
        border: 0;
        cursor: pointer; }
      /* line 1381, theme.scss */
      .checkout .basket-content-checkout .cart-item-quantity input {
        display: none; }
    /* line 1386, 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 1386, theme.scss */
        .checkout .basket-content-checkout .cart-item-price {
          left: 0;
          right: unset; } }
    /* line 1402, 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 1402, theme.scss */
        .checkout .basket-content-checkout .cart-item-delete-btn {
          bottom: 5px;
          top: unset; } }
  /* line 1423, theme.scss */
  .checkout .basket-foot {
    height: 162px;
    border-top: 1px solid #D9D9D9;
    position: relative; }
    @media screen and (max-width: 767px) {
      /* line 1423, theme.scss */
      .checkout .basket-foot {
        height: 156px;
        display: flex; } }
    /* line 1433, 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 1433, theme.scss */
        .checkout .basket-foot-total-title {
          left: 20px;
          top: 24px; } }
    /* line 1449, 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 1449, theme.scss */
        .checkout .basket-foot-total {
          right: 20px;
          top: 20px; } }
    /* line 1465, 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 1465, theme.scss */
        .checkout .basket-foot .basket-submit-btn {
          flex: 1;
          margin: 66px 20px 30px 20px; } }

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

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