@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #FAFAFA);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #fafafa);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #fafafa);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #f7f7f7);
  --bg-half-shade-is-light: var(--draft-bg-half-shade-is-light, true);
  --color-btn-bg: var(--draft-color-btn-bg, #7C0202);
  --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, #a30202);
  --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, #c90303);
  --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, #fc4343);
  --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, #FFFFFF);
  --color-accent-text-is-light: var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #f7f7f7);
  --color-accent-text-minor-shade-is-light: var(--draft-color-accent-text-minor-shade-is-light, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #ededed);
  --color-accent-text-major-shade-is-light: var(--draft-color-accent-text-major-shade-is-light, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #808080);
  --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, #2C2C2F);
  --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, #414145);
  --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, #55555a);
  --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, #93939a);
  --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, thin);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 10px);
  --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, Raleway);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, onest);
  --heading-ratio: var(--draft-heading-ratio, 1.6);
  --heading-weight: var(--draft-heading-weight, 700);
  --collection_count: var(--draft-collection_count, 16);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 10);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1440px);
  --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; }

/* line 16, theme.scss */
body {
  overflow: auto !important;
  padding-right: 0 !important; }

/* line 29, theme.scss */
.title-fonts {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-text);
  font-family: 'Raleway'; }

@media (max-width: 768px) {
  /* line 37, theme.scss */
  .title-fonts {
    font-size: 26px; } }
/* line 46, theme.scss */
.layout {
  padding-left: 26px !important;
  padding-right: 26px !important; }

/* line 55, theme.scss */
.layout.widget-type_widget_v4_article_previews_2_7d88fdd7c16851ba968c3d020a16a730,
.layout.widget-type_widget_v4_footer_18_1_ffd6d5d0208c113ae6b840b3c0644859,
.layout.widget-type_widget_v4_delimeters_text_688ce46998e10f71616fb0e30d7a7c8e,
.layout.widget-type_widget_v4_video_clip_537b704b612f343af8cb97cb74add1f4 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 67, theme.scss */
.more-info {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-text);
  padding: 18px 50px 18px 26px;
  border: 1px solid var(--color-text);
  border-radius: 90px;
  text-decoration: none;
  text-align: center;
  position: relative;
  margin-top: 36px;
  display: block;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto; }

/* line 85, theme.scss */
.icon-arrow-right-custom {
  width: 14px;
  height: 27px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 25px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='27' viewBox='0 0 14 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11L13 1' stroke='%232C2C2F' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 1H13V11' stroke='%232C2C2F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

/* line 104, theme.scss */
.widget-type_widget_v4_header_12_b580c5b68781eb9965353a21b648ef48 {
  background: transparent; }

/* line 108, theme.scss */
.layout.widget-type_widget_v4_promo_slider_16_d2e67deb7b09a5c5eaf95fc91b3fef4c {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 115, theme.scss */
header.fixed-header .header {
  position: fixed;
  top: 0px;
  left: 0;
  transition: all 300ms;
  width: 100%;
  background: white;
  z-index: 1000; }

/* line 126, theme.scss */
header:not(.fixed-header) .header.index .header__content {
  -ms-grid-columns: 45% calc(100% - 45% - 200px) 200px;
  grid-template-columns: 45% calc(100% - 45% - 200px) 200px; }

/* line 133, theme.scss */
header.fixed-header .header.inside-pages {
  padding-top: 16px; }

/* line 140, theme.scss */
.header.inside-pages .header__area-controls {
  padding-right: 0px; }

/* line 149, theme.scss */
header.fixed-header .header.index a.menu-top-block-link,
header.fixed-header .header.index .catalog_title {
  color: #38383E !important; }

/* line 158, theme.scss */
header.fixed-header .header__area-logo-fixed {
  display: block;
  width: 100%;
  max-width: 100%; }

/* line 166, theme.scss */
header.fixed-header .header__area-logo-fixed img,
header.fixed-header .header-cat-menu._show .header__area-logo-fixed img,
header .header.inside-pages .big-main-logo img {
  width: 100%;
  max-width: 100%;
  object-fit: contain;
  min-height: 45px;
  height: 45px; }

/* line 180, theme.scss */
header.fixed-header .header-cat-menu.mobile.is-desktop._show {
  top: 0px; }

/* line 188, theme.scss */
header.fixed-header .header__control-btn {
  border: 1px solid; }

/* line 192, theme.scss */
header.fixed-header .header__area-controls {
  padding-right: 26px; }

/* line 197, theme.scss */
header.fixed-header .header__logo {
  display: none; }

/* line 201, theme.scss */
header.fixed-header .header__content {
  padding-top: 0px;
  padding-left: 26px;
  padding-bottom: 16px; }

/* line 209, theme.scss */
header.fixed-header .header.inside-pages .header__content {
  padding-right: 26px; }

/* line 215, theme.scss */
header.fixed-header .header__content.header-index-bg {
  padding-top: 16px; }

/* line 219, theme.scss */
header .header-cat-menu.mobile.is-mobile._show .header.index .header__area-logo {
  padding-top: 16px; }

/* line 224, theme.scss */
header.fixed-header a.menu-top-block-link.bottom-header.baner,
header.fixed-header .catalog_title.baner {
  color: #2C2C2F !important; }

/* line 229, theme.scss */
header.fixed-header .search-container {
  padding-bottom: 16px; }

/* line 240, theme.scss */
.page_layout > header {
  z-index: 10000; }

/* line 249, theme.scss */
.doonAJ {
  bottom: 10px;
  right: 20px;
  z-index: 2147483645;
  border: none;
  position: fixed;
  display: none; }

/* line 261, theme.scss */
.co-section--checkout_content {
  position: relative;
  min-height: 100%;
  padding-top: 36px;
  margin-top: 36px;
  border-top: 1px solid #E8E8E8;
  padding-bottom: 26px; }

/* line 270, theme.scss */
h1.decorated-title.co-title.co-title--h1 {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Raleway';
  text-transform: uppercase;
  color: var(--color-text); }

/* line 278, theme.scss */
.co-title--h2 {
  color: var(--color-text);
  font-family: 'Onest';
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(44, 44, 47, 0.16); }

/* line 288, theme.scss */
.co-input-label {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1;
  font-size: 14px;
  font-weight: 300;
  color: #5E5E5E;
  font-family: 'Onest'; }

/* line 298, theme.scss */
.co-input-field, .m-input-field {
  font-size: 50px;
  border: 1px solid #C4C4C4; }

/* line 302, theme.scss */
input#shipping_address_full_locality_name {
  font-size: 14px;
  font-weight: 300;
  color: #5E5E5E;
  font-family: 'Onest'; }

/* line 309, theme.scss */
.co-toggable_field--bordered .co-toggable_field-title {
  margin: 0.25rem 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Onest';
  color: var(--color-text); }

/* line 317, theme.scss */
.co-toggable_field--bordered .co-toggable_field-description {
  margin: 0.25rem 0;
  font-size: 12px;
  font-weight: 400;
  font-family: 'Onest';
  color: var(--color-text); }

/* line 325, theme.scss */
.co-toggable_field-input--radio input:focus + span, .co-toggable_field-input--radio input.picker-input--active + span, .co-toggable_field-input--radio input:checked + span {
  -webkit-box-shadow: inset 0 0 0 2px #7B170F;
  box-shadow: inset 0 0 0 2px #7B170F; }

/* line 331, theme.scss */
button#create_order::after {
  content: '';
  width: 14px;
  height: 27px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 22px;
  right: 35%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='27' viewBox='0 0 14 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11L13 1' stroke='%232C2C2F' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 1H13V11' stroke='%232C2C2F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }

/* line 346, theme.scss */
.co-button--checkout#create_order {
  font-weight: 500;
  width: 100%;
  margin: 1rem 0;
  height: 53px;
  position: relative;
  font-size: 14px;
  font-family: 'Raleway';
  background: #7B170F;
  border-radius: 90px;
  color: #fff; }

/* line 360, theme.scss */
button.co-button.co-button--checkout.co-button--checkout-login.js-modal-toggler {
  background: #E2E4E899;
  border-radius: 90px;
  font-size: 14px;
  font-family: 'Raleway';
  color: var(--color-text);
  opacity: 0.6;
  height: 53px; }

/* line 371, theme.scss */
.co-price--current {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Onest';
  color: var(--color-text); }

/* line 378, theme.scss */
.co-basket_item-description {
  min-width: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Onest';
  color: var(--color-text); }

/* line 386, theme.scss */
span.co-basket_item-count {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Onest';
  color: var(--color-text); }

/* line 394, theme.scss */
.co-basket_subtotal-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 160px;
  flex: 1 1 160px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Onest';
  color: var(--color-text); }

/* line 404, theme.scss */
.co-basket_subtotal-price {
  margin-left: auto;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Onest';
  color: var(--color-text); }

/* line 412, theme.scss */
.co-basket_total-title {
  font-size: 26px;
  font-weight: 500;
  font-family: 'Onest';
  color: var(--color-text); }

/* line 421, theme.scss */
.co-basket_total-price {
  font-size: 26px;
  font-weight: 600;
  font-family: 'Onest';
  color: var(--color-text); }

/* line 429, theme.scss */
.co-basket_subtotal-list {
  border-top: 1px solid rgba(44, 44, 47, 0.16);
  border-bottom: 1px solid rgba(44, 44, 47, 0.16);
  padding: 1rem 0;
  margin-bottom: 1rem;
  padding-bottom: 24px;
  padding-top: 24px; }

/* line 439, theme.scss */
.co-basket_item-image {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #fff;
  background: #E2E4E8;
  border-radius: 16px; }

/* line 452, theme.scss */
.co-basket_total {
  border-bottom: 1px solid rgba(44, 44, 47, 0.16);
  padding-bottom: 24px; }

/* line 459, theme.scss */
.co-input-field.js-input-field {
  font-size: 14px;
  font-weight: 300;
  color: #5E5E5E;
  height: 50px;
  border-radius: 12px; }

/* line 468, theme.scss */
.co-basket_item-image {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  background-color: #fff;
  background: #E2E4E8;
  border-radius: 16px;
  height: 125px; }

/* line 487, theme.scss */
.co-tabs-content .radio > span,
.co-input--radio > span,
.co-toggable_field-input--checkbox > span,
.co-toggable_field-input--radio > span {
  color: #2C2C2F; }

/* line 494, theme.scss */
.co-toggable_field-input--radio input {
  display: none;
  /* Скрываем стандартный чекбокс */ }

/* line 498, theme.scss */
.co-toggable_field-input--radio span {
  display: inline-block;
  width: 20px;
  /* Ширина контейнера для галочки */
  height: 20px;
  /* Высота контейнера для галочки */
  border: 1px solid #7B170F;
  /* Изменённый цвет границы на 1px */
  border-radius: 3px;
  /* Скругление углов */
  position: relative;
  /* Для позиционирования псевдоэлемента */
  cursor: pointer;
  /* Курсор в виде указателя */ }

/* line 508, theme.scss */
.co-toggable_field-input--radio input:checked + span {
  background-color: #7B170F;
  /* Цвет фона при выборе */ }

/* line 512, theme.scss */
.co-toggable_field-input--radio input:checked + span::after {
  content: '';
  /* Пустое содержимое для псевдоэлемента */
  position: absolute;
  /* Абсолютное позиционирование */
  left: 6px;
  top: 2px;
  /* Позиция по вертикали */
  width: 5px;
  /* Ширина галочки */
  height: 10px;
  /* Высота галочки */
  border: solid white;
  /* Цвет и стиль галочки */
  border-width: 0 2px 2px 0;
  /* Формирование галочки */
  transform: rotate(45deg);
  /* Поворот для формирования галочки */ }

/* line 525, theme.scss */
.co-toggable_field-input {
  margin-bottom: 17px; }

/* line 529, theme.scss */
.co-toggable_field--bordered .co-toggable_field-information {
  padding: 0.5rem 0.5rem;
  align-items: start;
  margin-bottom: auto;
  margin-left: -10px; }

/* line 538, theme.scss */
.co-toggable_field-input input:focus + span, .co-toggable_field-input input.picker-input--active + span, .co-toggable_field-input input:checked + span {
  -webkit-box-shadow: inset 0 0 0 10px currentColor;
  box-shadow: inset 0 0 0 10px #7B170F;
  border-radius: 50%; }

/* line 544, theme.scss */
.co-toggable_field-input--checkbox input + span {
  border-radius: 50%; }

/* line 557, theme.scss */
button.co-modal-button.co-button,
button.co-modal-button.co-button:hover {
  background-position: 60% 50%;
  background-repeat: no-repeat;
  background-size: 2%;
  height: 53px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='27' viewBox='0 0 14 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11L13 1' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M3 1H13V11' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-color: #7B170F;
  border-radius: 90px;
  color: white; }

/* line 570, theme.scss */
.checkout-v2-wrapper.co-section--content_wrapper {
  max-width: none;
  padding-top: 36px;
  margin-top: 36px;
  border-top: 1px solid #E8E8E8; }

@media (max-width: 1200px) {
  /* line 586, theme.scss */
  button.co-modal-button.co-button,
  button.co-modal-button.co-button:hover {
    background-position: 62% 50%; } }
@media (max-width: 1100px) {
  /* line 593, theme.scss */
  button.co-modal-button.co-button,
  button.co-modal-button.co-button:hover {
    background-position: 64% 50%;
    background-repeat: no-repeat;
    background-size: 3%; } }
@media (max-width: 900px) {
  /* line 601, theme.scss */
  button.co-modal-button.co-button,
  button.co-modal-button.co-button:hover {
    background-position: 66% 50%; } }
@media (max-width: 768px) {
  /* line 610, theme.scss */
  .layout {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  /* line 615, theme.scss */
  .layout.widget-type_widget_v4_header_12_b580c5b68781eb9965353a21b648ef48 {
    padding-left: 0px !important;
    padding-right: 0px !important; }

  /* line 620, theme.scss */
  header.fixed-header .search-container {
    width: 100%; }

  /* line 625, theme.scss */
  header.fixed-header .header__content,
  header .header-cat-menu._show .header__content {
    padding-top: 0; }

  /* line 630, theme.scss */
  header.fixed-header .header__content.header-index-bg {
    margin-bottom: 16px; }

  /* line 635, theme.scss */
  header.fixed-header .header__area-controls {
    top: 0px;
    padding: 0; }

  /* line 640, theme.scss */
  header.fixed-header .header.inside-pages {
    padding-top: 16px; }

  /* line 644, theme.scss */
  header.fixed-header .header.inside-pages {
    padding-top: 0px; }

  /* line 648, theme.scss */
  header.fixed-header .header__content {
    padding-right: 26px; }

  /* line 652, theme.scss */
  header.fixed-header .header.inside-pages .header__content {
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 0;
    top: 7px; }

  /* line 660, theme.scss */
  .header.inside-pages .header__area-controls {
    padding-right: 16px; }

  /* line 664, theme.scss */
  .header .search-container.active-new .header__control-btn.header__cabinet {
    display: flex !important; }

  /* line 668, theme.scss */
  header.fixed-header .header__area-logo-fixed img {
    width: 100%;
    max-width: 100%;
    object-fit: contain;
    min-height: 50px;
    height: 50px; }

  /* line 677, theme.scss */
  .layout.widget-type_widget_v4_cart_2_1a953b13e3ad2d15915e9638e6e0a185 {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  /* line 684, theme.scss */
  .co-section--checkout_content {
    padding-top: 17px; }

  /* line 688, theme.scss */
  .co-sidebar-toggler_title {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 0.6rem;
    font-family: 'Raleway'; }

  /* line 696, theme.scss */
  .co-basket_total-price {
    font-size: 20px; }

  /* line 700, theme.scss */
  .co-basket_total-title {
    font-size: 20px; }

  /* line 705, theme.scss */
  .co-sidebar {
    box-shadow: none;
    position: static; }

  /* line 710, theme.scss */
  button#create_order::after {
    right: 21%; }

  /* line 714, theme.scss */
  button.co-modal-button.co-button,
  button.co-modal-button.co-button:hover {
    background-position: 76% 50%;
    background-repeat: no-repeat;
    background-size: 5%;
    height: 53px;
    background-color: #7B170F;
    border-radius: 90px;
    color: white; }

  /* line 726, theme.scss */
  .checkout-v2-wrapper.co-section--content_wrapper {
    padding-top: 18px;
    margin-top: 26px; }

  /* line 734, theme.scss */
  header.fixed-header .header__content,
  header .header-cat-menu._show .header__content {
    padding-top: 16px;
    padding-left: 10px;
    padding-bottom: 16px; }

  /* line 747, theme.scss */
  header .header__area-controls {
    top: 0px; }

  /* line 752, theme.scss */
  .header-cat-menu.mobile.is-mobile._show .header__area-logo-fixed img {
    width: 100%;
    max-width: 100%;
    object-fit: contain; }

  /* line 760, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

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

  /* line 766, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 773, theme.scss */
.product-preview__controls .add-cart-counter__controls button {
  background: none !important;
  border: none !important;
  color: #000 !important; }
