@charset "UTF-8";
/* 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, #5B5135);
  --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, #716542);
  --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, #887950);
  --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, #bbae8b);
  --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, #5B5135);
  --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, #716542);
  --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, #887950);
  --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, #bbae8b);
  --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, #5B5135);
  --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, #716542);
  --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, #887950);
  --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, #bbae8b);
  --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, "EB+Garamond");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "EB+Garamond");
  --heading-ratio: var(--draft-heading-ratio, 1);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 21);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, preorder);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1400px);
  --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, false);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, false); }

/* line 4, theme.scss */
:root body {
  --font-family-heading: 'TildaSans' !important;
  --font-family: "Wix Madefor Display" !important; }

/* line 11, theme.scss */
.button.favorites_btn {
  border: none !important; }
  /* line 13, theme.scss */
  .button.favorites_btn:hover {
    background: none !important; }

/* line 18, theme.scss */
.button.js-item-delete {
  border: none !important; }

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

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

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

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

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

  /* line 42, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@font-face {
  font-family: "Mulish";
  src: url("Mulish.eot");
  src: url("Mulish.eot?#iefix") format("embedded-opentype"), url("Mulish.woff2") format("woff2"), url("Mulish.woff") format("woff"), url("Mulish.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
/* line 61, theme.scss */
body.search-open {
  overflow: hidden; }

/* line 66, theme.scss */
header {
  position: sticky;
  top: 0;
  z-index: var(--zindex-sticky); }

/* line 79, theme.scss */
.co-section--content_wrapper * {
  font-weight: 300 !important; }
/* line 82, theme.scss */
.co-section--content_wrapper .co-menu-link {
  text-decoration: none; }
/* line 85, theme.scss */
.co-section--content_wrapper .co-input-description.co-toggable_field-description {
  text-align: left; }
  /* line 87, theme.scss */
  .co-section--content_wrapper .co-input-description.co-toggable_field-description * {
    text-align: left !important; }
/* line 91, theme.scss */
.co-section--content_wrapper .co-toggable_field-title {
  font-size: 16px;
  line-height: 18px; }
/* line 95, theme.scss */
.co-section--content_wrapper .co-sidebar--menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px; }

/* checkout styles */
/* line 102, theme.scss */
.co-checkout-title, .co-title--h2 {
  font-size: 16px !important;
  font-weight: 400 !important; }

/* line 106, theme.scss */
.co-sidebar-toggler {
  font-size: 16px !important;
  font-weight: 400 !important; }

/* line 110, theme.scss */
.co-icon[class*="halfling-"] {
  font-family: 'Glyphicons Halflings';
  font-size: 14px !important; }

/* line 114, theme.scss */
.co-price--current {
  font-weight: 400;
  font-size: 13px; }

/* line 118, theme.scss */
co-basket_item-price.co-price--current {
  font-size: 13px !important;
  font-weight: 300; }

/* line 122, theme.scss */
.co-basket_item-description, .co-basket_subtotal-title, .co-basket_item-total, .co-basket_subtotal-price, .co-input-label {
  font-size: 13px !important;
  font-weight: 300; }

/* line 126, theme.scss */
.co-basket_total-title, .co-basket_total-price {
  font-size: 16px !important;
  font-weight: 400 !important; }

/* line 130, theme.scss */
.link.js-modal-toggler {
  font-size: 16px !important;
  font-weight: 400 !important; }

/* line 134, theme.scss */
.form-control::-webkit-input-placeholder, .co-input-field::-webkit-input-placeholder, .m-input-field::-webkit-input-placeholder, .co-input-field, .m-input-field {
  font-size: 13px !important;
  font-weight: 300 !important; }

/* line 138, theme.scss */
.form-control::-moz-placeholder, .co-input-field::-moz-placeholder, .m-input-field::-moz-placeholder, .co-input-field, .m-input-field {
  font-size: 13px !important;
  font-weight: 300 !important; }

/* line 142, theme.scss */
.form-control::-ms-input-placeholder, .co-input-field::-ms-input-placeholder, .m-input-field::-ms-input-placeholder, .co-input-field, .m-input-field {
  font-size: 13px !important;
  font-weight: 300 !important; }

/* line 146, theme.scss */
.form-control::placeholder, .co-input-field::placeholder, .m-input-field::placeholder, .co-input-field, .m-input-field {
  font-size: 13px !important;
  font-weight: 300 !important; }

/* line 150, theme.scss */
.co-input-notice, .co-toggable_field-title {
  font-size: 13px !important;
  font-weight: 300 !important; }

/* line 154, theme.scss */
.co-toggable_field-price {
  font-size: 13px !important;
  font-weight: 400 !important; }

/* line 158, theme.scss */
.co-toggable_field-description *, .co-input-description {
  font-size: 13px !important;
  font-weight: 300 !important;
  text-align: left !important; }

/* line 163, theme.scss */
.co-button--checkout#create_order {
  font-size: 13px !important;
  font-weight: 300 !important;
  height: 40px;
  text-transform: uppercase; }

/* line 169, theme.scss */
.co-toggable_field--bordered {
  padding: 0.3rem 0; }

/* line 172, theme.scss */
.co-toggable_field-input--checkbox {
  margin-top: 3px; }

/* line 175, theme.scss */
.co-toggable_field-input input + span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
  height: 16px; }

/* line 182, theme.scss */
h3.co-title.co-title--h2.co-input-label {
  font-size: 16px !important;
  font-weight: 400 !important; }

/* line 186, theme.scss */
.co-client-logged, .co-client {
  font-size: 13px !important;
  font-weight: 300 !important; }

/* line 190, theme.scss */
.co-client {
  padding-bottom: 1.5rem; }

/* line 193, theme.scss */
.co-client-name {
  font-size: 13px !important;
  font-weight: 400 !important; }

/* line 197, theme.scss */
.co-client-info, .co-client-field {
  font-size: 13px !important;
  font-weight: 300 !important; }

/* line 201, theme.scss */
.co-button {
  font-size: 13px !important;
  font-weight: 300 !important;
  height: 40px;
  text-transform: uppercase; }

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

/* line 210, theme.scss */
.product__photo img, .product-preview__photo img {
  -webkit-filter: opacity(1) !important;
  filter: opacity(1) !important; }

/* line 214, theme.scss */
.co-order-state {
  border: none !important; }

/* line 217, theme.scss */
#messengers_notifications {
  display: none !important; }

/* line 220, theme.scss */
.co-link {
  font-size: 12px;
  letter-spacing: 1.12px; }

/* line 224, theme.scss */
.co-modal.co-modal--pick_up_modal.co-modal--pick_up_main {
  max-width: 500px !important;
  max-height: 500px !important; }

/* line 230, theme.scss */
.counter-button.button.button_size-s.is-count-up.counter-button--m, .counter-button.button.button_size-s.is-count-down.counter-button--m {
  display: none !important; }

/* line 234, theme.scss */
:root body[data-theme-template="index"] header.header--index {
  position: fixed;
  width: 100%; }

/* line 239, theme.scss */
.product-preview__title, .product-preview__price, .product-preview__price-cur, .product-preview__price-old, .viewed-product__title {
  text-transform: uppercase;
  font-size: 13px !important;
  color: #282828;
  font-weight: 500 !important;
  letter-spacing: 1.12px; }
  @media (max-width: 768px) {
    /* line 239, theme.scss */
    .product-preview__title, .product-preview__price, .product-preview__price-cur, .product-preview__price-old, .viewed-product__title {
      font-weight: 400 !important;
      font-size: 12px !important;
      margin-top: 0; } }

/* line 253, theme.scss */
.product-preview__price, .product-preview__price-cur, .product-preview__price-old {
  font-weight: 300 !important;
  font-size: 12px;
  letter-spacing: 1.12px; }

@media (max-width: 768px) {
  /* line 260, theme.scss */
  .product-preview__price, .product-preview__price-cur, .product-preview__price-old {
    font-weight: 300 !important;
    font-size: 10px !important; }

  /* line 265, theme.scss */
  .product-preview__area-bottom {
    margin-top: 0; } }
/* line 271, theme.scss */
.viewed-product__title {
  margin-top: 0; }

/* line 275, theme.scss */
.product-preview__price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important; }

/* line 282, theme.scss */
.product-preview__price-old {
  color: #919191;
  margin-right: 10px;
  font-size: 10px; }

/* line 288, theme.scss */
[data-sticker-title="sticker-sale"] {
  background-color: #000 !important; }

/* line 293, theme.scss */
.filter-item__list-item, .filter-item__head, .collection-order, .filter-item__name, .collection-order__value-text, .filter__product-count, .filter__product-count__num {
  font-weight: 400 !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  letter-spacing: 1.12px; }
  @media (max-width: 768px) {
    /* line 293, theme.scss */
    .filter-item__list-item, .filter-item__head, .collection-order, .filter-item__name, .collection-order__value-text, .filter__product-count, .filter__product-count__num {
      font-weight: 500 !important; } }

/* line 304, theme.scss */
.header-menus-list__item {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.12px; }

/* line 310, theme.scss */
.filter-option__label, .filter-option__label .count {
  font-size: 12px !important;
  letter-spacing: 1.12px; }

/* line 315, theme.scss */
.mobile-collections-list__link {
  font-weight: bold !important; }

/* line 319, theme.scss */
[data-sticker-title] {
  background-color: #332C1F !important; }

/* line 323, theme.scss */
.widget-type_tg_widget_v4_viewed_products .viewed-product__price {
  font-size: 13px !important;
  margin-top: 0;
  letter-spacing: 1.12px; }

@media screen and (max-width: 400px) {
  /* line 329, theme.scss */
  .widget-type_widget_v4_banner_list_22_ef0d3cbce628160c6979aee713a28bbb .banner-list__item {
    min-width: 100% !important; }

  /* line 332, theme.scss */
  .widget-type_widget_v4_promo_slider_16_be4b049b54d96eadc61b3c89bbad82c8 .promo-slider__pagination {
    right: 45% !important; } }
/* line 338, theme.scss */
.co-menu--personal .co-menu-link--personal {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.91px; }
/* line 343, theme.scss */
.co-menu--personal .co-menu-link--personal.co-menu-link--active {
  font-weight: 700 !important; }

/* line 348, theme.scss */
.co-checkout-title.co-title.co-title--h1 {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase; }

/* line 356, theme.scss */
.co-sidebar--menu + .co-section--content .co-section--checkout_header {
  padding-top: 22px; }
/* line 360, theme.scss */
.co-sidebar--menu + .co-section--content .co-input-field {
  border: none;
  border-bottom: 1px solid #000;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700 !important;
  outline: none;
  color: #5c5a5a !important;
  padding-left: 0; }
  /* line 370, theme.scss */
  .co-sidebar--menu + .co-section--content .co-input-field:focus {
    outline: none;
    box-shadow: none; }
/* line 376, theme.scss */
.co-sidebar--menu + .co-section--content .co-input-label {
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 700 !important;
  color: #9D9D9D !important; }
/* line 383, theme.scss */
.co-sidebar--menu + .co-section--content .co-adress {
  max-width: 706px; }
/* line 386, theme.scss */
.co-sidebar--menu + .co-section--content .co-form-button.co-button {
  font-size: 10px !important;
  letter-spacing: 2px; }
/* line 390, theme.scss */
.co-sidebar--menu + .co-section--content .co-input + .co-input, .co-sidebar--menu + .co-section--content .co-tabs-content + .co-input {
  margin-right: 0 !important; }
/* line 393, theme.scss */
.co-sidebar--menu + .co-section--content .co-input-title.co-input-label.co-toggable_field-title {
  color: #5D5131 !important; }
/* line 397, theme.scss */
.co-sidebar--menu + .co-section--content .co-input-description.co-toggable_field-description p {
  font-size: 10px !important;
  color: #9D9D9D !important;
  text-transform: uppercase; }
  /* line 401, theme.scss */
  .co-sidebar--menu + .co-section--content .co-input-description.co-toggable_field-description p span {
    font-size: 10px !important;
    color: #9D9D9D !important;
    text-transform: uppercase; }
    /* line 405, theme.scss */
    .co-sidebar--menu + .co-section--content .co-input-description.co-toggable_field-description p span a {
      font-size: 10px !important;
      color: #9D9D9D !important; }

/* line 414, theme.scss */
.co-orders-wrapper {
  max-width: 800px; }
  /* line 417, theme.scss */
  .co-orders-wrapper .co-orders-item {
    display: grid;
    justify-content: space-between;
    grid-template-columns: 30% 40% 30%;
    border-bottom: 1px solid #000000;
    padding-bottom: 14px;
    margin-bottom: 20px; }

/* line 428, theme.scss */
.co-orders-first {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 34px; }
  @media screen and (max-width: 480px) {
    /* line 428, theme.scss */
    .co-orders-first {
      padding-right: 14px; } }

/* line 438, theme.scss */
.co-orders-second a {
  display: block;
  text-decoration: none;
  margin-bottom: 2px; }
/* line 443, theme.scss */
.co-orders-second img {
  max-width: 120px; }

/* line 446, theme.scss */
.co-orders-date {
  color: #5D5131;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700 !important;
  letter-spacing: 1.12px; }
  @media screen and (max-width: 480px) {
    /* line 446, theme.scss */
    .co-orders-date {
      font-size: 12px; } }

/* line 458, theme.scss */
.co-orders-third {
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-transform: uppercase; }
  /* line 464, theme.scss */
  .co-orders-third * {
    font-size: 10px !important;
    font-weight: 700 !important;
    text-decoration: none;
    color: #9D9D9D;
    letter-spacing: 1px; }

/* line 473, theme.scss */
.co-orders-status {
  border: 1px solid #5D5131;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center; }

/* line 483, theme.scss */
.co-orders-status-Доставлен {
  background-color: #5B5135;
  color: #fff; }

@media screen and (max-width: 768px) {
  /* line 488, theme.scss */
  .co-section--content_wrapper .co-sidebar--menu {
    width: 100%;
    flex-basis: 100%; }

  /* line 492, theme.scss */
  .co-sidebar--menu {
    width: 100%;
    flex-basis: 100%;
    padding: 0 1rem; }
    /* line 496, theme.scss */
    .co-sidebar--menu .co-menu-toggle {
      justify-content: center;
      background: none;
      border: 1px solid #5D5131;
      gap: 30px;
      display: none; }
    /* line 504, theme.scss */
    .co-sidebar--menu .co-menu.co-menu--personal {
      display: block !important;
      background-color: #eee; }
    /* line 509, theme.scss */
    .co-sidebar--menu .co-menu-toggle:after {
      content: "↓"; }
    /* line 513, theme.scss */
    .co-sidebar--menu .co-menu-switcher:checked ~ .co-menu-toggle:after {
      content: "↓" !important;
      transform: rotate(180deg);
      position: relative;
      top: 2px; } }
/* line 524, theme.scss */
.co-order-content-wrapper {
  max-width: 910px; }
  /* line 526, theme.scss */
  .co-order-content-wrapper * {
    font-weight: 400 !important; }
  /* line 529, theme.scss */
  .co-order-content-wrapper .co-order-information_row {
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #000;
    margin: 0 3px; }
  /* line 536, theme.scss */
  .co-order-content-wrapper .co-order-information {
    border: none !important; }
  /* line 539, theme.scss */
  .co-order-content-wrapper a.co-button {
    text-decoration: none !important;
    font-size: 10px !important;
    font-weight: 400 !important; }
  /* line 544, theme.scss */
  .co-order-content-wrapper .button {
    font-size: 10px;
    font-weight: 400 !important; }
  /* line 549, theme.scss */
  .co-order-content-wrapper .co-order-information_value {
    text-align: right;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #5D5131;
    letter-spacing: 1.3px;
    font-weight: 400 !important;
    margin-right: 0; }
    @media screen and (max-width: 768px) {
      /* line 549, theme.scss */
      .co-order-content-wrapper .co-order-information_value {
        font-size: 11px; } }
  /* line 563, theme.scss */
  .co-order-content-wrapper .co-order-information_title {
    font-size: 13px;
    text-transform: uppercase;
    color: #5D5131;
    letter-spacing: 1.3px;
    display: inline-block;
    position: relative;
    z-index: 1000;
    font-weight: 400 !important;
    opacity: 1;
    margin-left: 0; }
    @media screen and (max-width: 768px) {
      /* line 563, theme.scss */
      .co-order-content-wrapper .co-order-information_title {
        font-size: 11px; } }
  /* line 579, theme.scss */
  .co-order-content-wrapper .co-order-position {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase; }
  /* line 584, theme.scss */
  .co-order-content-wrapper .co-order-position-item {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: end; }
  /* line 592, theme.scss */
  .co-order-content-wrapper .co-order-position-item-foto {
    display: flex;
    gap: 24px;
    align-items: end; }
  @media screen and (max-width: 768px) {
    /* line 599, theme.scss */
    .co-order-content-wrapper .co-order-position-item-foto-foto {
      max-width: 120px; } }
  /* line 604, theme.scss */
  .co-order-content-wrapper .co-order-position-item-title {
    font-weight: 700 !important;
    font-size: 10px; }
  /* line 609, theme.scss */
  .co-order-content-wrapper .co-order-position-item-price {
    text-align: right;
    font-size: 10px; }

/* line 615, theme.scss */
.co-order-header {
  display: flex;
  justify-content: space-between; }
  /* line 618, theme.scss */
  .co-order-header .co-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1.12px;
    margin-bottom: 0; }
  /* line 625, theme.scss */
  .co-order-header .co-order-status {
    border: 1px solid #5D5131;
    font-size: 10px;
    text-transform: uppercase;
    padding: 5px 10px;
    letter-spacing: 2.5px !important; }

/* line 634, theme.scss */
.co-order-status-Выполнен {
  color: #fff;
  background: #5B5135; }

/* line 640, theme.scss */
.co-orders-nubmer-more {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold; }
  /* line 644, theme.scss */
  .co-orders-nubmer-more a {
    font-weight: bold !important; }

/* line 649, theme.scss */
.co-order-position-items {
  margin-bottom: 40px; }

/* line 653, theme.scss */
.sticker-preorder {
  display: none !important; }

/* line 657, theme.scss */
.sticker.sticker-sale {
  background: #5D5131 !important; }
