@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: #ffffff;
  --bg-is-light: true;
  --bg-minor-shade: #f7f7f7;
  --bg-minor-shade-is-light: true;
  --bg-major-shade: #ededed;
  --bg-major-shade-is-light: true;
  --bg-half-shade: #808080;
  --bg-half-shade-is-dark: true;
  --color-btn-bg: #F88E34;
  --color-btn-bg-is-dark: true;
  --color-btn-bg-minor-shade: #f89b49;
  --color-btn-bg-minor-shade-is-dark: true;
  --color-btn-bg-major-shade: #f9a65e;
  --color-btn-bg-major-shade-is-light: true;
  --color-btn-bg-half-shade: #fbc79a;
  --color-btn-bg-half-shade-is-light: true;
  --color-accent-text: #c0bbd2;
  --color-accent-text-is-light: true;
  --color-accent-text-minor-shade: #bfbad1;
  --color-accent-text-minor-shade-is-light: true;
  --color-accent-text-major-shade: #bcb7cf;
  --color-accent-text-major-shade-is-light: true;
  --color-accent-text-half-shade: #a19abc;
  --color-accent-text-half-shade-is-dark: true;
  --color-text-dark: #35333c;
  --color-text-dark-is-dark: true;
  --color-text-dark-minor-shade: #494652;
  --color-text-dark-minor-shade-is-dark: true;
  --color-text-dark-major-shade: #5c5868;
  --color-text-dark-major-shade-is-dark: true;
  --color-text-dark-half-shade: #9794a4;
  --color-text-dark-half-shade-is-dark: true;
  --color-text-light: #ffffff;
  --color-text-light-is-light: true;
  --color-text-light-minor-shade: #f7f7f7;
  --color-text-light-minor-shade-is-light: true;
  --color-text-light-major-shade: #ededed;
  --color-text-light-major-shade-is-light: true;
  --color-text-light-half-shade: #808080;
  --color-text-light-half-shade-is-dark: true;
  --icons_pack: minimal;
  --controls-btn-border-radius: 6px;
  --color-notice-warning: #fff3cd;
  --color-notice-warning-is-light: true;
  --color-notice-warning-minor-shade: #fff3ca;
  --color-notice-warning-minor-shade-is-light: true;
  --color-notice-warning-major-shade: #fff2c8;
  --color-notice-warning-major-shade-is-light: true;
  --color-notice-warning-half-shade: #ffedb3;
  --color-notice-warning-half-shade-is-light: true;
  --color-notice-success: #d4edda;
  --color-notice-success-is-light: true;
  --color-notice-success-minor-shade: #d3ecd9;
  --color-notice-success-minor-shade-is-light: true;
  --color-notice-success-major-shade: #d1ecd7;
  --color-notice-success-major-shade-is-light: true;
  --color-notice-success-half-shade: #bee4c7;
  --color-notice-success-half-shade-is-light: true;
  --color-notice-error: #f8d7da;
  --color-notice-error-is-light: true;
  --color-notice-error-minor-shade: #f8d7da;
  --color-notice-error-minor-shade-is-light: true;
  --color-notice-error-major-shade: #f8d5d8;
  --color-notice-error-major-shade-is-light: true;
  --color-notice-error-half-shade: #f5c4c8;
  --color-notice-error-half-shade-is-light: true;
  --color-notice-info: #cce5ff;
  --color-notice-info-is-light: true;
  --color-notice-info-minor-shade: #cae4ff;
  --color-notice-info-minor-shade-is-light: true;
  --color-notice-info-major-shade: #c8e3ff;
  --color-notice-info-major-shade-is-light: true;
  --color-notice-info-half-shade: #b3d7ff;
  --color-notice-info-half-shade-is-light: true;
  --font-family: Roboto;
  --font-size: 16px;
  --font-family-heading: 'Fira Sans';
  --collection_count: 12;
  --search_count: 15;
  --blog_size: 3;
  --product_not_available: shown;
  --layout-content-max-width: 1408px;
  --delta_sidebar: 2;
  --sidebar_index_show: false;
  --sidebar_index_position: left;
  --sidebar_collection_show: true;
  --sidebar_collection_position: left;
  --sidebar_cart_show: false;
  --sidebar_cart_position: left;
  --sidebar_product_show: false;
  --sidebar_product_position: left;
  --sidebar_blog_show: false;
  --sidebar_blog_position: left;
  --sidebar_article_show: false;
  --sidebar_article_position: left;
  --sidebar_page_show: false;
  --sidebar_page_position: left;
  --sidebar_compare_show: false;
  --sidebar_compare_position: left;
  --sidebar_search_show: false;
  --sidebar_search_position: left;
  --feedback_captcha_enabled: false; }

/* line 1, custom.css */
.product__rating-star.is-active {
  color: #FF0000; }

/* line 5, custom.css */
.reviews__wrapper {
  display: flex !important;
  flex-flow: column !important; }

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

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

/* line 13, theme.scss */
.header__work-time, .header__area-contacts, .header__phone {
  display: none; }

/* line 16, theme.scss */
.header__cart, .header__mobile-cart {
  display: none !important; }

/* line 20, theme.scss */
.product__area-photo {
  display: none; }

/* line 23, theme.scss */
.product-preview__area-photo img {
  display: none; }

/* line 26, theme.scss */
img[data-src="/images/no_image_large.jpg"] {
  display: none; }

/* line 30, theme.scss */
.widget-type_system_widget_v4_catalog_1 .product-preview__photo {
  display: none; }

@media screen and (min-width: 1025px) {
  /* line 35, theme.scss */
  .widget-type_system_widget_v4_product_2 .product {
    display: grid;
    grid-template-areas: "photo" "form" "calculate-delivery" "info" "reviews";
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-column-gap: 0; } }
/*
.img-ratio.img-fit {
display: none;
}
*/
/* line 53, theme.scss */
.product-preview__area-photo {
  display: none; }

/* line 56, theme.scss */
.product-preview__content {
  display: flex !important;
  justify-content: flex-end;
  flex-direction: column; }

/* line 61, theme.scss */
.product-preview__area-sku {
  display: none; }

/* line 64, theme.scss */
.product-preview__content {
  justify-content: space-between !important; }

/* line 67, theme.scss */
.d-none-custom {
  display: none; }

/* line 70, theme.scss */
.filter-item.filter-item_price {
  display: none; }

/* line 74, theme.scss */
.layout__content .collection-toolbar h1.heading {
  display: none; }

/* line 79, theme.scss */
.tagcloud-block_collection .button {
  transition: all 0.15s;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  border: none;
  padding-left: 1.75rem;
  padding-right: 1.75rem; }
  /* line 86, theme.scss */
  .tagcloud-block_collection .button:not(.active) {
    background-color: #fafafa;
    color: #35333c; }
  /* line 90, theme.scss */
  .tagcloud-block_collection .button.active, .tagcloud-block_collection .button:hover {
    color: #fff;
    background-color: #2b1d5d; }

/* между отзывами */
/* line 98, theme.scss */
.reviews-item {
  margin-top: 1rem; }
