@charset "UTF-8";
@import url(core.css);
@import url(jquery.fancybox.css);
@import url(selectric.css);
@import url(insales.ui.swiper.css);
/* 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);
  --rev-bg-input: var(--draft-rev-bg-input, #FFFFFF);
  --rev-bg-input-is-light: var(--draft-rev-bg-input-is-light, true);
  --rev-bg-input-minor-shade: var(--draft-rev-bg-input-minor-shade, #f7f7f7);
  --rev-bg-input-minor-shade-is-light: var(--draft-rev-bg-input-minor-shade-is-light, true);
  --rev-bg-input-major-shade: var(--draft-rev-bg-input-major-shade, #ededed);
  --rev-bg-input-major-shade-is-light: var(--draft-rev-bg-input-major-shade-is-light, true);
  --rev-bg-input-half-shade: var(--draft-rev-bg-input-half-shade, #808080);
  --rev-bg-input-half-shade-is-dark: var(--draft-rev-bg-input-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #A99163);
  --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, #b29d74);
  --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, #bba783);
  --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, #d4c8b2);
  --color-btn-bg-half-shade-is-light: var(--draft-color-btn-bg-half-shade-is-light, true);
  --color-accent-text: var(--draft-color-accent-text, #313131);
  --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, #454545);
  --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, #5a5a5a);
  --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, #989898);
  --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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, rounded);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 6px);
  --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, #fdeee9);
  --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, #fdece7);
  --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, #fdece6);
  --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, #fce4dc);
  --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, Montserrat);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Montserrat);
  --collection_count: var(--draft-collection_count, 12);
  --rev_sticker_discount: var(--draft-rev_sticker_discount, true);
  --rev_bg_stiker_discount: var(--draft-rev_bg_stiker_discount, #f36464);
  --rev_bg_stiker_discount-is-dark: var(--draft-rev_bg_stiker_discount-is-dark, true);
  --rev_bg_stiker_discount-minor-shade: var(--draft-rev_bg_stiker_discount-minor-shade, #f47272);
  --rev_bg_stiker_discount-minor-shade-is-dark: var(--draft-rev_bg_stiker_discount-minor-shade-is-dark, true);
  --rev_bg_stiker_discount-major-shade: var(--draft-rev_bg_stiker_discount-major-shade, #f68282);
  --rev_bg_stiker_discount-major-shade-is-dark: var(--draft-rev_bg_stiker_discount-major-shade-is-dark, true);
  --rev_bg_stiker_discount-half-shade: var(--draft-rev_bg_stiker_discount-half-shade, #f9b1b1);
  --rev_bg_stiker_discount-half-shade-is-light: var(--draft-rev_bg_stiker_discount-half-shade-is-light, true);
  --rev_product_buttons: var(--draft-rev_product_buttons, custom);
  --rev_product_redirect: var(--draft-rev_product_redirect, /new_order);
  --product_not_available: var(--draft-product_not_available, hidden);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 12);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1340px);
  --delta_sidebar: var(--draft-delta_sidebar, 2);
  --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, true);
  --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); }

/* line 8, theme2.scss */
svg {
  max-width: 100%;
  max-height: 100%; }

/* line 13, theme2.scss */
.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* line 18, theme2.scss */
.flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

/* line 23, theme2.scss */
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* line 28, theme2.scss */
.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* line 33, theme2.scss */
.flex-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

/* line 38, theme2.scss */
.flex-top {
  align-items: flex-start; }

/* line 40, theme2.scss */
.flex-middle {
  align-items: center; }

/* line 43, theme2.scss */
.flex-bottom {
  align-items: flex-end; }

/* line 45, theme2.scss */
.nowrap {
  flex-wrap: nowrap; }

/* line 49, theme2.scss */
* {
  box-sizing: border-box; }

/* line 53, theme2.scss */
ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 59, theme2.scss */
.wrap {
    /*
width: 100%;
max-width: 1310px;
padding: 0 15px;
margin: 0 auto;*/ }

/* line 65, theme2.scss */
body.no-scroll {
  height: 100%;
  overflow: hidden; }

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

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

/* line 78, theme2.scss */
.product-item_wrapper-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  margin-top: 12px; }

/* line 88, theme2.scss */
.product-item_wrapper-badge > div {
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 700; }

/* line 94, theme2.scss */
.badge__light {
  background-color: #F2EFE8;
  color: #A99163; }

/* line 99, theme2.scss */
.badge__sale {
  background-color: #CA0147;
  color: #fff; }

/* line 104, theme2.scss */
.badge__black {
  background-color: #000;
  color: #fff; }

/* line 109, theme2.scss */
.menu-badge__new {
  padding: 2px 6px;
  font-weight: 700 !important;
  background-color: #F2EFE8; }

/* line 115, theme2.scss */
.menu-badge__new > * {
  color: #A99163 !important; }

/* line 119, theme2.scss */
.menu-badge__sale {
  background-color: #CA0147;
  padding: 2px 6px;
  font-weight: 700 !important; }

/* line 125, theme2.scss */
.menu-badge__black {
  background-color: #000;
  padding: 2px 6px;
  font-weight: 700 !important; }

/* line 131, theme2.scss */
.menu-badge__sale > *,
.menu-badge__black > * {
  color: #fff !important; }

@media screen and (max-width: 767px) {
  /* line 137, theme2.scss */
  .product-item_wrapper-badge {
    margin-top: 8px; }

  /* line 141, theme2.scss */
  .product-item_wrapper-badge > div {
    padding: 1px 4px;
    font-size: 12px; } }
@font-face {
  font-family: 'PTRootUI';
  src: url("PTRootUI_Light.eot");
  src: url("PTRootUI_Light.eot") format("embedded-opentype"), url("PTRootUI_Light.woff2") format("woff2"), url("PTRootUI_Light.woff") format("woff"), url("PTRootUI_Light.ttf") format("truetype"), url("PTRootUI_Light.svg#PTRootUI_Light") format("svg");
  font-style: normal;
  font-weight: 300;
  font-display: swap; }
@font-face {
  font-family: 'PTRootUI';
  src: url("PTRootUI_Regular.eot");
  src: url("PTRootUI_Regular.eot") format("embedded-opentype"), url("PTRootUI_Regular.woff2") format("woff2"), url("PTRootUI_Regular.woff") format("woff"), url("PTRootUI_Regular.ttf") format("truetype"), url("PTRootUI_Regular.svg#PTRootUI_Regular") format("svg");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }
@font-face {
  font-family: 'PTRootUI';
  src: url("PTRootUI_Medium.eot");
  src: url("PTRootUI_Medium.eot") format("embedded-opentype"), url("PTRootUI_Medium.woff2") format("woff2"), url("PTRootUI_Medium.woff") format("woff"), url("PTRootUI_Medium.ttf") format("truetype"), url("PTRootUI_Medium.svg#PTRootUI_Medium") format("svg");
  font-style: normal;
  font-weight: 500;
  font-display: swap; }
@font-face {
  font-family: 'PTRootUI';
  src: url("PTRootUI_Bold.eot");
  src: url("PTRootUI_Bold.eot") format("embedded-opentype"), url("PTRootUI_Bold.woff2") format("woff2"), url("PTRootUI_Bold.woff") format("woff"), url("PTRootUI_Bold.ttf") format("truetype"), url("PTRootUI_Bold.svg#PTRootUI_Bold") format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }
@font-face {
  font-family: "KudryashevHeadlineSans";
  src: url("7cc5851e0c8bd544920b3f8d93bf34a1.eot");
  src: url("7cc5851e0c8bd544920b3f8d93bf34a1.eot?#iefix") format("embedded-opentype"), url("7cc5851e0c8bd544920b3f8d93bf34a1.woff2") format("woff2"), url("7cc5851e0c8bd544920b3f8d93bf34a1.woff") format("woff"), url("7cc5851e0c8bd544920b3f8d93bf34a1.ttf") format("truetype"), url("7cc5851e0c8bd544920b3f8d93bf34a1.svg#KudryashevHeadlineSans") format("svg");
  font-display: swap; }
/* line 206, theme2.scss */
body {
  font-family: "PTRootUI" !important; }
  /* line 208, theme2.scss */
  body .spec-font {
    font-family: "KudryashevHeadlineSans" !important; }
  @media all and (min-width: 768px) {
    /* line 212, theme2.scss */
    body.padding-top {
      padding-top: 50px; } }
  @media all and (min-width: 768px) {
    /* line 217, theme2.scss */
    body.padding-bottom {
      padding-bottom: 50px; } }
  @media all and (max-width: 767px) {
    /* line 222, theme2.scss */
    body.padding-top-sm {
      padding-top: 40px; } }
  @media all and (max-width: 767px) {
    /* line 227, theme2.scss */
    body.padding-bottom-sm {
      padding-bottom: 40px; } }

/* line 233, theme2.scss */
.widget-type_revmag_widget_sort .sort-title {
  font-family: "PTRootUI" !important; }

/* line 236, theme2.scss */
b, strong {
  font-weight: 700; }

/* line 240, theme2.scss */
.rev-notice-warning {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-warning) !important; }

/* line 241, theme2.scss */
.rev-notice-success, .insales-ui-discount-item {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-success) !important; }

/* line 242, theme2.scss */
.rev-notice-error, .insales-ui-discount-error, .real-checkout .co-input--error .co-input-notice {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-error) !important; }

/* line 243, theme2.scss */
.rev-notice-info {
  color: var(--color-text-dark) !important;
  background-color: var(--color-notice-info) !important; }

/* line 244, theme2.scss */
[style*="--color-notice-warning-is-dark:true;"] .rev-notice-warning {
  color: var(--color-text-light) !important; }

/* line 245, theme2.scss */
[style*="--color-notice-success-is-dark:true;"] .rev-notice-success, [style*="--color-notice-success-is-dark:true;"] .insales-ui-discount-item {
  color: var(--color-text-light) !important; }

/* line 246, theme2.scss */
[style*="--color-notice-error-is-dark:true;"] .rev-notice-error, [style*="--color-notice-error-is-dark:true;"] .insales-ui-discount-error, [style*="--color-notice-error-is-dark:true;"] .real-checkout .co-input--error .co-input-notice {
  color: var(--color-text-light) !important; }

/* line 247, theme2.scss */
[style*="--color-notice-info-is-dark:true;"] .rev-notice-info {
  color: var(--color-text-light); }

/*
[style*="--rev-bg-input:#"]{
	.rev-input,
	.form-control,
	.co-input-field,
	.m-input-field{
		background-color: var(--rev-bg-input);
		color: var(--color-text-dark);
		border-color: var(--color-text-dark-half-shade);

		&:focus{
			color: var(--color-text-dark);
		}

		&::placeholder{
			color: var(--color-text-dark-half-shade);
		}
	}
}
*/
/* line 270, theme2.scss */
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .rev-input,
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .form-control,
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .co-input-field,
[style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .m-input-field {
  color: var(--color-text-light);
  border-color: var(--color-text-light-half-shade); }
  /* line 277, theme2.scss */
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .rev-input:focus,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .form-control:focus,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .co-input-field:focus,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .m-input-field:focus {
    color: var(--color-text-light);
    border-color: var(--color-text-light); }
  /* line 282, theme2.scss */
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .rev-input::placeholder,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .form-control::placeholder,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .co-input-field::placeholder,
  [style*="--rev-bg-input:#"][style*="--rev-bg-input-is-dark:true"] .m-input-field::placeholder {
    color: var(--color-text-light-half-shade); }

/* line 288, theme2.scss */
.editor {
  font-weight: 400; }
  /* line 291, theme2.scss */
  .editor > *:first-child {
    margin-top: 0; }
  /* line 294, theme2.scss */
  .editor > *:last-child {
    margin-bottom: 0; }
  /* line 298, theme2.scss */
  .editor img,
  .editor iframe {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important; }
  /* line 305, theme2.scss */
  .editor h1,
  .editor h2,
  .editor h3,
  .editor h4,
  .editor h5,
  .editor h6,
  .editor strong {
    font-weight: 500; }
  /* line 315, theme2.scss */
  .editor iframe {
    width: 100%; }
  /* line 319, theme2.scss */
  .editor ol, .editor ul {
    list-style: none;
    padding-left: 0; }
    /* line 323, theme2.scss */
    .editor ol li, .editor ul li {
      position: relative;
      padding-left: 20px;
      margin-bottom: 5px; }
      /* line 328, theme2.scss */
      .editor ol li:last-child, .editor ul li:last-child {
        margin-bottom: 0; }
  /* line 334, theme2.scss */
  .editor ol {
    counter-reset: section; }
    /* line 338, theme2.scss */
    .editor ol li::marker {
      display: none; }
    /* line 342, theme2.scss */
    .editor ol li:before {
      counter-increment: section;
      content: counter(section) ". ";
      position: absolute;
      left: 0;
      color: var(--color-text-half-shade); }
  /* line 355, theme2.scss */
  .editor ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 4px;
    height: 4px;
    background-color: var(--color-text-half-shade);
    margin-top: calc(1.5em / 2 - 3px); }
  /* line 368, theme2.scss */
  .editor .table-wrapper {
    overflow-y: auto; }

/* line 373, theme2.scss */
.page_layout_section_top {
  grid-template-areas: "header header header header" "section-top section-top section-top section-top" ". sidebar main ." "section-bottom section-bottom section-bottom section-bottom" "footer footer footer footer";
  grid-template-rows: minmax(auto, max-content) minmax(auto, max-content) auto minmax(auto, max-content); }

/* line 378, theme2.scss */
.page_layout > aside {
  max-width: 200px; }

/* line 382, theme2.scss */
.page_layout_normal_left > main, .page_layout_sticky_left > main {
  grid-column-start: calc(var(--initial-main-start) + 0.3); }

/* line 385, theme2.scss */
.page_layout_normal_left > main, .page_layout_sticky_left > main {
  grid-column-start: calc(var(--initial-main-start) - +2.6);
  max-width: 1100px;
  margin-left: 16px; }
  @media (max-width: 1199px) {
    /* line 385, theme2.scss */
    .page_layout_normal_left > main, .page_layout_sticky_left > main {
      grid-column-start: calc(var(--initial-main-start) - +1.6); } }

/* line 393, theme2.scss */
.page_section_bottom {
  grid-area: section-bottom;
  grid-column: 1 / -1; }
  /* line 396, theme2.scss */
  .page_section_bottom:empty {
    display: none; }

/* line 400, theme2.scss */
.fs0 {
  font-size: 0; }

/* line 403, theme2.scss */
div.row.is-grid {
  margin: -12px; }
  /* line 405, theme2.scss */
  div.row.is-grid [class*="cell-"] {
    padding: 12px; }
  @media (max-width: 767px) {
    /* line 403, theme2.scss */
    div.row.is-grid {
      margin: -10px; }
      /* line 410, theme2.scss */
      div.row.is-grid [class*="cell-"] {
        padding: 10px; } }

@media (max-width: 991px) {
  /* line 417, theme2.scss */
  .is-blog main .layout,
  .is-collection main .layout {
    --layout-side-padding: 0 !important; }

  /* line 422, theme2.scss */
  .is-blog
  .page_layout,
  .is-collection
  .page_layout {
    grid-template-columns: auto !important; }

  /* line 428, theme2.scss */
  .is-blog .page_layout,
  .is-collection .page_layout {
    grid-template-columns: auto !important; }

  /* line 432, theme2.scss */
  .is-blog main,
  .is-collection main {
    margin-right: 0px;
    margin-left: 0;
    grid-column-start: 1 !important;
    grid-column-end: 5 !important;
    padding-right: var(--layout-side-padding);
    padding-left: var(--layout-side-padding); }

  /* line 441, theme2.scss */
  .is-blog aside,
  .is-collection aside {
    margin-left: 0px;
    position: absolute;
    display: none; }

  /* line 447, theme2.scss */
  [data-fixed-panels] {
    z-index: 10001; } }
/* line 452, theme2.scss */
.is-collection .rev-title .page-title {
  max-width: 200px; }
/* line 455, theme2.scss */
.is-collection aside {
  height: calc(100% - 50px); }
  /* line 457, theme2.scss */
  .is-collection aside [data-sidebar] {
    position: sticky;
    top: 70px; }

@media (max-width: 767px) {
  /* line 474, theme2.scss */
  .is-collection .rev-title .page-title {
    max-width: calc(100% - 86px); }

  /* line 478, theme2.scss */
  header {
    top: 0;
    z-index: 100; }

  /* line 483, theme2.scss */
  .is-blog main,
  .is-collection main {
    margin-right: 0px;
    margin-left: 0;
    grid-column-start: 1 !important;
    grid-column-end: 5 !important;
    padding-right: 0;
    padding-left: 0; }

  /* line 493, theme2.scss */
  .is-collection header {
    margin-bottom: 8px; }
  /* line 496, theme2.scss */
  .is-collection .layout.widget-type_revmag_widget_sort {
    margin-top: 8px;
    z-index: initial; }
  /* line 500, theme2.scss */
  .is-collection .page_section_top {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
    padding: 11px 0;
    transition: 0.2s top cubic-bezier(0.65, 0, 0.65, 0); }
    /* line 507, theme2.scss */
    .is-collection .page_section_top:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: #fff;
      left: 0;
      bottom: 100%; }
    /* line 517, theme2.scss */
    .is-collection .page_section_top .collection-title {
      margin-top: 0; }
      /* line 519, theme2.scss */
      .is-collection .page_section_top .collection-title .page-title {
        padding: 0 0; }
      /* line 522, theme2.scss */
      .is-collection .page_section_top .collection-title .title {
        transition: .3s all; }
        /* line 524, theme2.scss */
        .is-collection .page_section_top .collection-title .title.on-scroll {
        				            /*
        					font-weight: 400;
      					font-size: 16px;
      					line-height: 150%;*/ }
    /* line 531, theme2.scss */
    .is-collection .page_section_top.is-active {
      top: 53px; } }
/* line 539, theme2.scss */
.c-gold {
  color: #A99163; }

/* line 543, theme2.scss */
a.c-gold:hover {
  color: #89734B; }
  /* line 545, theme2.scss */
  a.c-gold:hover svg path {
    fill: #89734B; }

/* line 550, theme2.scss */
h2, .h2, .heading {
  margin: 0 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  font-family: inherit !important; }
  @media (max-width: 767px) {
    /* line 550, theme2.scss */
    h2, .h2, .heading {
      font-size: 20px;
      line-height: 130%; } }

/* line 561, theme2.scss */
.fw-500 {
  font-weight: 500; }

/* line 564, theme2.scss */
.fs-s {
  font-size: 14px;
  line-height: 130%; }

/* line 568, theme2.scss */
.m-t-8 {
  margin-top: 8px; }

/* line 571, theme2.scss */
.m-t-24 {
  margin-top: 24px; }

/* line 574, theme2.scss */
.m-r-8 {
  margin-right: 8px; }

/* line 577, theme2.scss */
.m-b-8 {
  margin-bottom: 8px; }

/* line 580, theme2.scss */
.m-l-8 {
  margin-left: 8px; }

/* line 583, theme2.scss */
p {
  margin-bottom: 0.5rem; }

/* line 586, theme2.scss */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  outline: none !important;
  transition: .3s all;
  border-radius: 4px;
  height: 48px;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  border: 0; }
  /* line 601, theme2.scss */
  .btn.btn-secondary {
    color: #A99163 !important;
    background: #F2EFE8; }
    /* line 604, theme2.scss */
    .btn.btn-secondary:hover {
      background: #E6E0D2 !important;
      color: #A99163 !important; }
  /* line 611, theme2.scss */
  .btn.btn-light-primary {
    color: #A99163;
    background: #F2EFE8;
    padding: 15px;
    height: auto; }
    /* line 616, theme2.scss */
    .btn.btn-light-primary:hover {
      background: #E6E0D2 !important;
      color: #A99163 !important; }

/* line 624, theme2.scss */
h4, .h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%; }

/* line 629, theme2.scss */
.is-index header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99; }
  /* line 636, theme2.scss */
  .is-index header .widget-type_revmag_widget_header_3 .layout__content {
    background: transparent; }
    /* line 638, theme2.scss */
    .is-index header .widget-type_revmag_widget_header_3 .layout__content a {
      color: #fff; }
    /* line 641, theme2.scss */
    .is-index header .widget-type_revmag_widget_header_3 .layout__content svg path {
      fill: #fff; }
  /* line 645, theme2.scss */
  .is-index header .widget-type_revmag_widget_header_3 .header {
    border-bottom: 0px solid #E6E6E6; }
  /* line 649, theme2.scss */
  .is-index header .widget-type_revmag_widget_header_3 .header-icons .header-icon .header-count {
    background: #fff;
    color: #A99163; }

/* line 656, theme2.scss */
body:not(.is-index) .header-menu li a:hover {
  color: #89734B !important; }
/* line 660, theme2.scss */
body:not(.is-index) .header-menu .menu-badge__sale a:hover,
body:not(.is-index) .header-menu .menu-badge__black a:hover {
  color: #fff !important; }
/* line 665, theme2.scss */
body:not(.is-index) .header-menu .menu-badge__sale a:hover,
body:not(.is-index) .header-menu .menu-badge__black a:hover {
  color: #A99163 !important; }
/* line 672, theme2.scss */
body .widget-type_revmag_widget_header_3 .layout__content a {
  color: #000; }
/* line 675, theme2.scss */
body .widget-type_revmag_widget_header_3 .layout__content svg path {
  fill: #000; }
/* line 679, theme2.scss */
body .widget-type_revmag_widget_header_3 .header {
  border-bottom: 1px solid #E6E6E6; }
  @media (max-width: 767px) {
    /* line 679, theme2.scss */
    body .widget-type_revmag_widget_header_3 .header {
      border-bottom: 0; } }
@media (max-width: 767px) {
  /* line 670, theme2.scss */
  body .widget-type_revmag_widget_header_3 {
    border-bottom: 1px solid #E6E6E6; } }
/* line 690, theme2.scss */
body.is-index .widget-type_revmag_widget_header_3 {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%); }
@media (max-width: 767px) {
  /* line 693, theme2.scss */
  body.is-index .widget-type_revmag_widget_header_3 {
    border-bottom: 0; } }
/* line 699, theme2.scss */
body .widget-type_revmag_widget_header_3 .header-icons .header-icon .header-count {
  background: #A99163;
  font-weight: 700;
  font-size: 12px;
  color: #fff; }

/* line 706, theme2.scss */
.button, .co-button:not(.co-button--link),
.picker-button, .m-modal-button,
.co-tabs-controls--customer .co-tabs-node {
  border-radius: 4px;
  padding: 15px 60px;
  height: 48px;
  border: 0;
  font-weight: 700;
  font-family: "PTRootUI" !important;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: .4s all; }
  /* line 720, theme2.scss */
  .button:hover, .button:active, .co-button:not(.co-button--link):hover, .co-button:not(.co-button--link):active,
  .picker-button:hover,
  .picker-button:active, .m-modal-button:hover, .m-modal-button:active,
  .co-tabs-controls--customer .co-tabs-node:hover,
  .co-tabs-controls--customer .co-tabs-node:active {
    background: #957E52;
    opacity: 1; }
  /* line 724, theme2.scss */
  .button[disabled], .co-button:not(.co-button--link)[disabled],
  .picker-button[disabled], .m-modal-button[disabled],
  .co-tabs-controls--customer .co-tabs-node[disabled] {
    opacity: 0.5; }

/* line 729, theme2.scss */
.layout input[type="text"],
.layout input[type="email"],
.layout .form-control, .layout .co-input-field, .layout .m-input-field, * input[type="text"],
* input[type="email"],
* .form-control, * .co-input-field, * .m-input-field {
  width: 100%;
  height: 48px !important;
  background: #F2EFE8;
  border-radius: 4px;
  border: 1px solid #F2EFE8 !important;
  padding: 0 16px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  color: #000 !important;
  outline: none !important;
  box-shadow: 0 0 0 !important;
  font-family: "PTRootUI" !important; }
  /* line 745, theme2.scss */
  .layout input[type="text"]::placeholder,
  .layout input[type="email"]::placeholder,
  .layout .form-control::placeholder, .layout .co-input-field::placeholder, .layout .m-input-field::placeholder, * input[type="text"]::placeholder,
  * input[type="email"]::placeholder,
  * .form-control::placeholder, * .co-input-field::placeholder, * .m-input-field::placeholder {
    color: #404040; }
  /* line 749, theme2.scss */
  .layout input[type="text"]:focus::placeholder,
  .layout input[type="email"]:focus::placeholder,
  .layout .form-control:focus::placeholder, .layout .co-input-field:focus::placeholder, .layout .m-input-field:focus::placeholder, * input[type="text"]:focus::placeholder,
  * input[type="email"]:focus::placeholder,
  * .form-control:focus::placeholder, * .co-input-field:focus::placeholder, * .m-input-field:focus::placeholder {
    color: transparent; }
  /* line 753, theme2.scss */
  .layout input[type="text"]:hover, .layout input[type="text"]:focus,
  .layout input[type="email"]:hover,
  .layout input[type="email"]:focus,
  .layout .form-control:hover,
  .layout .form-control:focus, .layout .co-input-field:hover, .layout .co-input-field:focus, .layout .m-input-field:hover, .layout .m-input-field:focus, * input[type="text"]:hover, * input[type="text"]:focus,
  * input[type="email"]:hover,
  * input[type="email"]:focus,
  * .form-control:hover,
  * .form-control:focus, * .co-input-field:hover, * .co-input-field:focus, * .m-input-field:hover, * .m-input-field:focus {
    border: 1px solid #BFBFBF !important; }
  /* line 756, theme2.scss */
  .layout input[type="text"][disabled],
  .layout input[type="email"][disabled],
  .layout .form-control[disabled], .layout .co-input-field[disabled], .layout .m-input-field[disabled], * input[type="text"][disabled],
  * input[type="email"][disabled],
  * .form-control[disabled], * .co-input-field[disabled], * .m-input-field[disabled] {
    background: #F2F2F2 !important;
    border: 1px solid #F2F2F2 !important; }
  /* line 760, theme2.scss */
  .layout input[type="text"].error, .layout input[type="text"].is-error-feedback-input,
  .layout input[type="email"].error,
  .layout input[type="email"].is-error-feedback-input,
  .layout .form-control.error,
  .layout .form-control.is-error-feedback-input, .layout .co-input-field.error, .layout .co-input-field.is-error-feedback-input, .layout .m-input-field.error, .layout .m-input-field.is-error-feedback-input, * input[type="text"].error, * input[type="text"].is-error-feedback-input,
  * input[type="email"].error,
  * input[type="email"].is-error-feedback-input,
  * .form-control.error,
  * .form-control.is-error-feedback-input, * .co-input-field.error, * .co-input-field.is-error-feedback-input, * .m-input-field.error, * .m-input-field.is-error-feedback-input {
    border: 1px solid #955254 !important; }
/* line 769, theme2.scss */
.layout textarea.form-control, * textarea.form-control {
  resize: none;
  padding: 8px 16px !important;
  height: 76px !important; }
/* line 774, theme2.scss */
.layout .input-group, * .input-group {
  position: relative; }
/* line 777, theme2.scss */
.layout .error-text, * .error-text {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #955254;
  transition: .3s all;
  opacity: 0;
  visibility: hidden; }
/* line 790, theme2.scss */
.layout .is-error-feedback-field input[type="text"],
.layout .is-error-feedback-field input[type="email"],
.layout .is-error-feedback-field .form-control, .layout .is-error-feedback-field .co-input-field, .layout .is-error-feedback-field .m-input-field, * .is-error-feedback-field input[type="text"],
* .is-error-feedback-field input[type="email"],
* .is-error-feedback-field .form-control, * .is-error-feedback-field .co-input-field, * .is-error-feedback-field .m-input-field {
  border: 1px solid #955254 !important; }
/* line 795, theme2.scss */
.layout .is-error-feedback-field .error-text, * .is-error-feedback-field .error-text {
  opacity: 1;
  visibility: visible; }
/* line 801, theme2.scss */
.layout .icon-gold svg path, * .icon-gold svg path {
  transition: .3s all;
  fill: #A99163 !important; }
/* line 806, theme2.scss */
.layout .icon-gold:hover svg path, * .icon-gold:hover svg path {
  fill: #89734B !important; }
/* line 812, theme2.scss */
.layout .product-item .absolute, * .product-item .absolute {
  background: #F2EFE8;
  border-radius: 4px; }
  /* line 815, theme2.scss */
  .layout .product-item .absolute .preloader, * .product-item .absolute .preloader {
    width: 40px;
    height: 40px; }
    /* line 818, theme2.scss */
    .layout .product-item .absolute .preloader svg, * .product-item .absolute .preloader svg {
      animation: 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite rotate;
      -webkit-animation: 1.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite rotate; }
/* line 824, theme2.scss */
.layout .product-item.product-item-cart, * .product-item.product-item-cart {
  position: relative;
  min-height: 100%;
  padding-bottom: 46px; }
  @media (max-width: 767px) {
    /* line 824, theme2.scss */
    .layout .product-item.product-item-cart, * .product-item.product-item-cart {
      padding-bottom: 40px; } }
/* line 832, theme2.scss */
.layout .product-item .product-item_rating, * .product-item .product-item_rating {
  display: none !important; }
/* line 835, theme2.scss */
.layout .product-item > form, * .product-item > form {
  border-radius: 0; }
/* line 838, theme2.scss */
.layout .product-item form, * .product-item form {
  padding-bottom: 0 !important; }
/* line 841, theme2.scss */
.layout .product-item .product-item_image .img-container, * .product-item .product-item_image .img-container {
  padding-top: 152.55%; }
/* line 844, theme2.scss */
.layout .product-item .product-item_image img, * .product-item .product-item_image img {
  border-radius: 4px; }
/* line 847, theme2.scss */
.layout .product-item .product-item_image .hover-images, * .product-item .product-item_image .hover-images {
  padding: 0 4px; }
  /* line 849, theme2.scss */
  .layout .product-item .product-item_image .hover-images .hover-image > div:first-child, * .product-item .product-item_image .hover-images .hover-image > div:first-child {
    opacity: 0;
    transition: .3s all; }
  /* line 854, theme2.scss */
  .layout .product-item .product-item_image .hover-images:hover .hover-image > div:first-child, * .product-item .product-item_image .hover-images:hover .hover-image > div:first-child {
    opacity: 1; }
/* line 859, theme2.scss */
.layout .product-item .product-item_image .hover-images .hover-image > div:first-child:after, * .product-item .product-item_image .hover-images .hover-image > div:first-child:after {
  bottom: 4px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  opacity: 0.25; }
/* line 866, theme2.scss */
.layout .product-item .product-item_image .hover-images .hover-image.is-active > div:first-child:after, * .product-item .product-item_image .hover-images .hover-image.is-active > div:first-child:after {
  background: #fff;
  opacity: 1; }
/* line 870, theme2.scss */
.layout .product-item .fav-container a, * .product-item .fav-container a {
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  font-size: 0;
  outline: none !important; }
  /* line 881, theme2.scss */
  .layout .product-item .fav-container a:hover svg path, * .product-item .fav-container a:hover svg path {
    fill: #A99163; }
  @media (max-width: 767px) {
    /* line 870, theme2.scss */
    .layout .product-item .fav-container a, * .product-item .fav-container a {
      width: 24px;
      height: 24px;
      position: relative; }
      /* line 889, theme2.scss */
      .layout .product-item .fav-container a:before, * .product-item .fav-container a:before {
        content: '';
        position: absolute;
        display: block;
        width: 28px;
        height: 28px;
        top: -2px;
        left: -2px;
        opacity: 0; }
      /* line 899, theme2.scss */
      .layout .product-item .fav-container a svg, * .product-item .fav-container a svg {
        width: 12px;
        height: 12px; } }
/* line 905, theme2.scss */
.layout .product-item .fixed-buttons, * .product-item .fixed-buttons {
  top: 8px;
  right: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px; }
  @media (max-width: 767px) {
    /* line 905, theme2.scss */
    .layout .product-item .fixed-buttons, * .product-item .fixed-buttons {
      gap: 4px; } }
/* line 915, theme2.scss */
.layout .product-item .product-item_bottom, * .product-item .product-item_bottom {
  display: none; }
/* line 918, theme2.scss */
.layout .product-item .product-item_image, * .product-item .product-item_image {
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    /* line 918, theme2.scss */
    .layout .product-item .product-item_image, * .product-item .product-item_image {
      margin-bottom: 8px; } }
/* line 924, theme2.scss */
.layout .product-item .product-item_title, * .product-item .product-item_title {
  padding: 0 0;
  margin: 0 0;
  font-size: 0; }
  /* line 928, theme2.scss */
  .layout .product-item .product-item_title a, * .product-item .product-item_title a {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000000; }
/* line 936, theme2.scss */
.layout .product-item .product-item_info.js-preload-block, * .product-item .product-item_info.js-preload-block {
  opacity: 1; }
/* line 939, theme2.scss */
.layout .product-item .product-item_prices-option, * .product-item .product-item_prices-option {
  margin-top: 4px; }
/* line 942, theme2.scss */
.layout .product-item .product-item_prices, * .product-item .product-item_prices {
  padding: 0 0;
  margin: 0 0; }
  /* line 945, theme2.scss */
  .layout .product-item .product-item_prices .price_min, * .product-item .product-item_prices .price_min {
    display: none !important; }
  /* line 948, theme2.scss */
  .layout .product-item .product-item_prices .price_min + span,
  .layout .product-item .product-item_prices .price_min + span + span, * .product-item .product-item_prices .price_min + span,
  * .product-item .product-item_prices .price_min + span + span {
    display: inline !important; }
/* line 953, theme2.scss */
.layout .product-item .product-preview__price, * .product-item .product-preview__price {
  display: flex;
  align-items: flex-end; }
  /* line 956, theme2.scss */
  .layout .product-item .product-preview__price .product-price, * .product-item .product-preview__price .product-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%; }
    @media (max-width: 767px) {
      /* line 956, theme2.scss */
      .layout .product-item .product-preview__price .product-price, * .product-item .product-preview__price .product-price {
        font-size: 14px; } }
  /* line 964, theme2.scss */
  .layout .product-item .product-preview__price .product-old_price, * .product-item .product-preview__price .product-old_price {
    margin-left: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-decoration-line: line-through;
    color: #000000;
    opacity: 0.5; }
    @media (max-width: 767px) {
      /* line 964, theme2.scss */
      .layout .product-item .product-preview__price .product-old_price, * .product-item .product-preview__price .product-old_price {
        margin-left: 8px; } }
/* line 977, theme2.scss */
.layout .product-item .product-item-option, * .product-item .product-item-option {
  display: flex;
  margin-left: 16px;
  font-size: 0; }
  @media (max-width: 767px) {
    /* line 977, theme2.scss */
    .layout .product-item .product-item-option, * .product-item .product-item-option {
      margin-left: 8px; } }
  /* line 984, theme2.scss */
  .layout .product-item .product-item-option div, * .product-item .product-item-option div {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden; }
    /* line 989, theme2.scss */
    .layout .product-item .product-item-option div.color-item-white, * .product-item .product-item-option div.color-item-white {
      border: 1px solid #BFBFBF; }
    @media (max-width: 767px) {
      /* line 984, theme2.scss */
      .layout .product-item .product-item-option div, * .product-item .product-item-option div {
        width: 8px;
        height: 8px; } }
    /* line 996, theme2.scss */
    .layout .product-item .product-item-option div img, * .product-item .product-item-option div img {
      width: 10px;
      height: 10px; }
      @media (max-width: 767px) {
        /* line 996, theme2.scss */
        .layout .product-item .product-item-option div img, * .product-item .product-item-option div img {
          width: 8px;
          height: 8px; } }
    /* line 1004, theme2.scss */
    .layout .product-item .product-item-option div + div, * .product-item .product-item-option div + div {
      margin-left: 4px; }
      @media (max-width: 767px) {
        /* line 1004, theme2.scss */
        .layout .product-item .product-item-option div + div, * .product-item .product-item-option div + div {
          margin-left: 2px; } }
/* line 1012, theme2.scss */
.layout .product-item .product-item_variants, .layout .product-item .product-item_sku, * .product-item .product-item_variants, * .product-item .product-item_sku {
  display: none !important; }
/* line 1015, theme2.scss */
.layout .product-item .product-item-stiker, * .product-item .product-item-stiker {
  margin-top: 8px;
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: #A99163; }
/* line 1023, theme2.scss */
.layout .product-item .product-item-bottom, * .product-item .product-item-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%; }
  /* line 1028, theme2.scss */
  .layout .product-item .product-item-bottom a.btn, * .product-item .product-item-bottom a.btn {
    padding: 8px 24px;
    width: 116px;
    height: 32px;
    background: #F2EFE8;
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    white-space: nowrap; }
@media (max-width: 767px) {
  /* line 1042, theme2.scss */
  .layout .grid-list-favorite .product-item:nth-child(3n+1) form, * .grid-list-favorite .product-item:nth-child(3n+1) form {
    padding-bottom: 40px !important; } }

/* line 1048, theme2.scss */
.navigation {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }
  /* line 1052, theme2.scss */
  .navigation .swiper-next {
    margin-left: 8px; }
  /* line 1055, theme2.scss */
  .navigation .swiper-prev,
  .navigation .swiper-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #F2EFE8;
    cursor: pointer; }
    /* line 1066, theme2.scss */
    .navigation .swiper-prev:hover:not(.swiper-button-disabled), .navigation .swiper-prev:hover:not(.is-disabled),
    .navigation .swiper-next:hover:not(.swiper-button-disabled),
    .navigation .swiper-next:hover:not(.is-disabled) {
      background: #E6E0D2; }
    /* line 1071, theme2.scss */
    .navigation .swiper-prev.swiper-button-disabled,
    .navigation .swiper-next.swiper-button-disabled {
      cursor: inherit;
      opacity: 0.5; }

/* line 1078, theme2.scss */
.navigation {
  position: absolute;
  top: 0;
  right: 0; }

/* line 1083, theme2.scss */
.btn-form-send {
  background: none;
  border: 0;
  outline: none !important;
  padding: 0 0;
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 0;
  cursor: pointer; }
  /* line 1093, theme2.scss */
  .btn-form-send svg path {
    transition: .3s all; }
  /* line 1097, theme2.scss */
  .btn-form-send:hover svg path {
    fill: #89734B; }

@media (max-width: 767px) {
  /* line 1103, theme2.scss */
  .layout {
    padding: 0 16px; } }
@media (max-width: 991px) {
  /* line 1108, theme2.scss */
  .slider-heading {
    display: block;
    margin-bottom: 24px !important; } }
/* line 1115, theme2.scss */
.mobile-menu-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transition: .3s all;
  left: -100%; }
  /* line 1124, theme2.scss */
  .mobile-menu-container.js-active {
    left: 0; }
  /* line 1127, theme2.scss */
  .mobile-menu-container svg path {
    fill: #000 !important; }
  /* line 1130, theme2.scss */
  .mobile-menu-container * a {
    color: #000 !important; }
  /* line 1133, theme2.scss */
  .mobile-menu-container a.menu-badge__sale,
  .mobile-menu-container a.menu-badge__black {
    color: #fff !important;
    opacity: 1; }
  /* line 1138, theme2.scss */
  .mobile-menu-container a.menu-badge__new {
    color: #A99163 !important;
    opacity: 1; }

/* line 1143, theme2.scss */
.mobile-menu-heading {
  font-size: 0;
  padding: 9px 16px 15px;
  border-bottom: 1px solid #E9E9E9; }

/* line 1148, theme2.scss */
.mobile-menu {
  padding: 16px;
  height: calc(100vh - 50px);
  overflow: hidden;
  overflow-y: auto; }

/* line 1155, theme2.scss */
.mobile-menu-list > li {
  padding: 10px 0; }
  /* line 1157, theme2.scss */
  .mobile-menu-list > li > div > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%; }
  /* line 1162, theme2.scss */
  .mobile-menu-list > li.menu-badge__new a, .mobile-menu-list > li.menu-badge__sale a, .mobile-menu-list > li.menu-badge__black a {
    font-weight: 700; }
  /* line 1167, theme2.scss */
  .mobile-menu-list > li > div .arr-down {
    font-size: 0;
    position: relative; }
    /* line 1170, theme2.scss */
    .mobile-menu-list > li > div .arr-down:after {
      content: '';
      display: block;
      position: absolute;
      width: 25px;
      height: 25px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  /* line 1181, theme2.scss */
  .mobile-menu-list > li > div .arr-down.js-active {
    transform: scale(1, -1); }
  /* line 1184, theme2.scss */
  .mobile-menu-list > li:not(:last-child) {
    border-bottom: 1px solid #e9e9e9; }

/* line 1189, theme2.scss */
.mobile-menu-sublist {
  padding: 8px 0;
  display: none; }
  /* line 1192, theme2.scss */
  .mobile-menu-sublist a {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    opacity: 0.75; }
  /* line 1198, theme2.scss */
  .mobile-menu-sublist li {
    padding: 10px 16px; }

/* line 1205, theme2.scss */
.insales_widget-delivery.insales_widget-delivery--box-shadow
.insales_widget-delivery_info--title.with-description > i {
  font-size: 0;
  border: 0;
  padding: 0;
  background: url("info.svg") no-repeat center;
  background-size: contain;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle; }

/* line 1218, theme2.scss */
li:first-child .insales_widget-delivery_info--description {
  display: block;
  opacity: 1;
  font-size: inherit;
  padding-top: 8px; }

/* line 1226, theme2.scss */
.modal {
  padding: 40px;
  border-radius: 4px;
  position: relative;
  max-width: 420px;
  width: 100%;
  color: #404040;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column; }
  /* line 1236, theme2.scss */
  .modal .is-close {
    display: none !important; }
  /* line 1239, theme2.scss */
  .modal .close-modal {
    position: absolute;
    cursor: pointer;
    top: 24px;
    right: 24px;
    font-size: 0; }
  /* line 1247, theme2.scss */
  .modal .input-group + .input-group {
    margin-top: 24px; }
  /* line 1251, theme2.scss */
  .modal .input-group-bttns {
    margin-top: 32px; }
  /* line 1254, theme2.scss */
  .modal .submit-modal-form {
    width: 100%; }
  /* line 1257, theme2.scss */
  .modal .form-bottom-text {
    margin-top: 16px;
    font-weight: 500;
    font-size: 12px;
    line-height: 130%;
    color: #404040; }

/* line 1265, theme2.scss */
.form-modal {
  margin-top: 24px; }

/* line 1268, theme2.scss */
.modal-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #000000; }

/* line 1275, theme2.scss */
.input-title {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 1283, theme2.scss */
.thanks-text .modal-title {
  margin-bottom: 8px; }
/* line 1286, theme2.scss */
.thanks-text .text {
  margin-bottom: 16px; }

/* line 1290, theme2.scss */
.modal-thanks-content {
  display: none; }

/* line 1293, theme2.scss */
.info-product-add {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 25;
  background: #A99163;
  color: #fff;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0;
  display: none; }
  /* line 1308, theme2.scss */
  .info-product-add .text {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.03em; }

@media (max-width: 767px) {
  /*
  .is-product
  .fancybox__slide.has-inline{
  	padding: 0;
  	background: #fff;
  	&:before,&:after{
  		display: none;
  	}
  }*/
  /* line 1327, theme2.scss */
  .modal {
    border-radius: 0;
    padding: 0 16px 16px; }

  /* line 1332, theme2.scss */
  #gift-modal.modal {
    padding: 16px; }

  /* line 1336, theme2.scss */
  .modal .close-modal {
    top: 16px;
    right: 16px;
    z-index: 5; }

  /* line 1341, theme2.scss */
  .modal-title {
    padding: 12px 32px 12px 16px;
    margin: 0 -16px 24px;
    border-bottom: 1px solid #E6E6E6;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%; } }
/* line 1351, theme2.scss */
.is-cart .widget-type_revmag_widget_products_slider_1 .rev-products:last-child {
  padding: 32px 0; }
/* line 1354, theme2.scss */
.is-cart .widget-type_widget_v4_viewed_products_1_21130166e129b702e0f2600c16283c6d .viewed-products {
  padding-top: 32px; }
/* line 1358, theme2.scss */
.is-cart .slider-heading .title {
  font-family: "KudryashevHeadlineSans" !important;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    /* line 1358, theme2.scss */
    .is-cart .slider-heading .title {
      font-size: 28px;
      line-height: 130%; } }

/* line 1370, theme2.scss */
.delete-modal {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); }

/* line 1373, theme2.scss */
.delete-modal-title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #000000; }

/* line 1380, theme2.scss */
.delete-modal-bttns {
  width: 186px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }

/* line 1386, theme2.scss */
.close-delete-modal {
  margin-top: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%; }

@media (max-width: 767px) {
  /* line 1394, theme2.scss */
  .is-cart .delete-modal {
    padding: 32px;
    max-width: 330px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px; }
  /* line 1400, theme2.scss */
  .is-cart .delete-modal-title {
    font-size: 16px; } }

/* line 1405, theme2.scss */
.checkout-header-menu {
  display: none; }

/* line 1408, theme2.scss */
.checkout-menu {
  display: none; }

/* line 1412, theme2.scss */
.is-checkout .checkout-header-menu {
  display: flex; }
/* line 1415, theme2.scss */
.is-checkout .index-header-menu {
  display: none !important; }
/* line 1419, theme2.scss */
.is-checkout .header-wrap .header-icons, .is-checkout .header-inside .header-icons {
  display: none; }
/* line 1422, theme2.scss */
.is-checkout .header-wrap .flex-between, .is-checkout .header-inside .flex-between {
  justify-content: flex-start; }
@media (max-width: 767px) {
  /* line 1426, theme2.scss */
  .is-checkout .header-wrap .flex-between, .is-checkout .header-inside .flex-between {
    justify-content: space-between; }
  /* line 1429, theme2.scss */
  .is-checkout .header-wrap .cell-4:first-child, .is-checkout .header-inside .cell-4:first-child {
    display: none; }
  /* line 1432, theme2.scss */
  .is-checkout .header-wrap .cell-4.text-center, .is-checkout .header-inside .cell-4.text-center {
    text-align: left; } }
/* line 1438, theme2.scss */
.is-checkout .widget-type_revmag_widget_header_3 .mobile-nav,
.is-checkout .widget-type_revmag_widget_header_fixed .mobile-nav {
  display: none !important; }
@media (max-width: 767px) {
  /* line 1443, theme2.scss */
  .is-checkout .checkout-menu {
    display: block;
    position: relative;
    margin-right: 10px; }
  /* line 1448, theme2.scss */
  .is-checkout .logo {
    text-align: left;
    width: 100%; } }
/* line 1453, theme2.scss */
.is-checkout .checkout-menu-conteiner {
  position: absolute;
  width: 328px;
  right: 0;
  top: calc(100% + 8px);
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 8px 0;
  z-index: 10;
  display: none; }
  /* line 1464, theme2.scss */
  .is-checkout .checkout-menu-conteiner li {
    font-size: 0;
    padding: 10px 16px; }
    /* line 1467, theme2.scss */
    .is-checkout .checkout-menu-conteiner li a {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%; }
/* line 1475, theme2.scss */
.is-checkout .checkout-menu-open svg path {
  fill: #808080 !important; }
/* line 1479, theme2.scss */
.is-checkout .footer-top {
  display: none !important; }
/* line 1482, theme2.scss */
.is-checkout .footer-bottom {
  padding-top: 64px;
  justify-content: flex-start; }
  @media (max-width: 767px) {
    /* line 1482, theme2.scss */
    .is-checkout .footer-bottom {
      padding-top: 32px;
      padding-bottom: 64px;
      font-size: 14px; } }
  /* line 1490, theme2.scss */
  .is-checkout .footer-bottom .footer-left {
    width: 230px !important;
    min-width: initial !important; }
    @media (max-width: 767px) {
      /* line 1490, theme2.scss */
      .is-checkout .footer-bottom .footer-left {
        width: 100% !important;
        margin-bottom: 16px; } }
/* line 1511, theme2.scss */
.is-checkout .co-section--checkout_content {
  margin-right: 0;
  margin-left: 0;
  display: flex;
  justify-content: space-between; }
/* line 1517, theme2.scss */
.is-checkout .co-section--checkout_order {
  max-width: 649px; }
  /* line 1519, theme2.scss */
  .is-checkout .co-section--checkout_order .co-checkout-block--padded {
    padding: 0 0; }
/* line 1523, theme2.scss */
.is-checkout .co-input-description a:not([class]), .is-checkout .co-menu-link, .is-checkout .co-link, .is-checkout .link, .is-checkout a {
  color: var(--color-accent-text); }
/* line 1526, theme2.scss */
.is-checkout .co-section--checkout_order
.co-section--checkout_header {
  padding-top: 40px;
  padding-bottom: 24px;
  display: block; }
  /* line 1531, theme2.scss */
  .is-checkout .co-section--checkout_order
  .co-section--checkout_header .co-title--h1 {
    margin-bottom: 0; }
/* line 1535, theme2.scss */
.is-checkout .cart-link-back {
  margin-bottom: 16px; }
  /* line 1537, theme2.scss */
  .is-checkout .cart-link-back a {
    display: inline-flex;
    align-items: center;
    color: #808080; }
    /* line 1541, theme2.scss */
    .is-checkout .cart-link-back a .title {
      margin-left: 8px;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%; }
/* line 1549, theme2.scss */
.is-checkout .co-sidebar-wrapper {
  display: none !important; }
@media (max-width: 991px) {
  /* line 1554, theme2.scss */
  .is-checkout .co-tabs {
    display: block; } }
/* line 1558, theme2.scss */
.is-checkout .co-tabs-content, .is-checkout .co-tabs {
  margin-bottom: 0 !important; }

/* line 1562, theme2.scss */
a:not([class]):focus, .picker-input--active:not([class]), a:not([class]):hover, .link:focus, .link.picker-input--active,
.link:hover, .co-link:focus, .co-link.picker-input--active, .co-link:hover,
.co-input-description a:hover:not([class]), .co-menu-link:hover, .co-link:hover, .link:hover, a:hover {
  color: var(--color-accent-text-minor-shade);
  text-decoration: none; }

/* line 1568, theme2.scss */
.co-input-label {
  line-height: 150%; }

/* line 1571, theme2.scss */
.co-title--h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #000000; }

/* line 1577, theme2.scss */
.dynamic_basket {
  padding-top: 128px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }

/* line 1583, theme2.scss */
.order-basket {
  position: sticky;
  top: 60px;
  right: 0;
  padding: 24px;
  width: 100%;
  max-width: 420px;
  background: #F2EFE8;
  border-radius: 4px; }

/* line 1594, theme2.scss */
.dynamic_item + .dynamic_item {
  margin-top: 16px; }

/* line 1598, theme2.scss */
.dynamic_item-img {
  width: 60px;
  margin-right: 16px; }
  /* line 1601, theme2.scss */
  .dynamic_item-img img {
    border-radius: 4px; }

/* line 1605, theme2.scss */
.dynamic_item-info {
  width: calc(100% - 76px);
  margin-top: -4px; }

/* line 1609, theme2.scss */
.dynamic_item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 1615, theme2.scss */
.dynamic_item-price {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 1622, theme2.scss */
.dynamic_item-variants {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #404040; }

/* line 1629, theme2.scss */
.checkout-block h2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000;
  margin-bottom: 32px; }

/* line 1641, theme2.scss */
.checkout-block-delivery .co-input > .co-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
/* line 1647, theme2.scss */
.checkout-block-delivery .co-input-label {
  margin-bottom: 0; }
  /* line 1649, theme2.scss */
  .checkout-block-delivery .co-input-label:after {
    display: none; }
/* line 1653, theme2.scss */
.checkout-block-delivery .co-input:after {
  display: none; }
/* line 1656, theme2.scss */
.checkout-block-delivery .co-input-select, .checkout-block-delivery .co-input-field {
  max-width: 420px; }
/* line 1659, theme2.scss */
.checkout-block-delivery .co-checkout-block {
  margin-bottom: 0; }

/* line 1663, theme2.scss */
.fieldWithErrors,
.co-input-group {
  width: 100%;
  max-width: 420px; }

/* line 1670, theme2.scss */
div.co-input-select:after {
  content: '';
  display: block;
  opacity: 1;
  width: 16px;
  height: 16px;
  right: 16px;
  top: 16px;
  background: url("slct-down.svg") no-repeat center; }

/* line 1680, theme2.scss */
.co-input + .co-input, .co-tabs-content + .co-input {
  margin-top: 2rem; }

/* line 1683, theme2.scss */
.delivery_variants {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px; }
  /* line 1687, theme2.scss */
  .delivery_variants .co-toggable_field--bordered .co-toggable_field-description {
    display: none; }
    /* line 1689, theme2.scss */
    .delivery_variants .co-toggable_field--bordered .co-toggable_field-description:nth-child(4) {
      display: inline-block; }
  /* line 1693, theme2.scss */
  .delivery_variants .co-tabs-content {
    margin-bottom: 0; }

/* line 1697, theme2.scss */
.co-toggable_field--bordered {
  padding: 0 0;
  border: 0 !important; }
  /* line 1700, theme2.scss */
  .co-toggable_field--bordered + .co-toggable_field--bordered {
    margin-top: 24px; }

/* line 1704, theme2.scss */
.co-toggable_field--bordered .co-toggable_field-title {
  margin: 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 1711, theme2.scss */
.co-toggable_field--bordered .co-toggable_field-information {
  padding: 0 0; }

/* line 1714, theme2.scss */
.co-toggable_field {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-top: 0 !important; }
  /* line 1719, theme2.scss */
  .co-toggable_field.not_available {
    display: none !important; }

/* line 1723, theme2.scss */
.co-toggable_field-input {
  flex: 0 0 0; }

/* line 1726, theme2.scss */
.co-toggable_field-input input + span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  box-shadow: 0 0 0 !important;
  border: 1px solid #BFBFBF;
  display: block; }

/* line 1737, theme2.scss */
.co-toggable_field-input input[type="radio"] + span:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #A99163;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .3s all;
  opacity: 0; }

/* line 1751, theme2.scss */
.co-toggable_field-input input:checked + span:before {
  opacity: 1; }

/* line 1754, theme2.scss */
.co-toggable_field-price {
  padding: 0 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 1761, theme2.scss */
.delivery-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #404040;
  margin-bottom: 24px; }
  /* line 1767, theme2.scss */
  .delivery-description p {
    margin-bottom: 8px; }
    /* line 1769, theme2.scss */
    .delivery-description p:last-child {
      margin: 0 0; }

/* line 1774, theme2.scss */
.delivery-adress {
  margin-top: 32px;
  display: flex;
  justify-content: space-between; }
  /* line 1778, theme2.scss */
  .delivery-adress .co-delivery_adress-form {
    margin-bottom: 0;
    justify-content: space-between; }
    /* line 1781, theme2.scss */
    .delivery-adress .co-delivery_adress-form .co-input-label {
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #404040;
      margin-bottom: 8px; }
    /* line 1788, theme2.scss */
    .delivery-adress .co-delivery_adress-form .co-input--house {
      margin: 0 0;
      flex-basis: initial;
      flex: 0 0 124px; }
    /* line 1793, theme2.scss */
    .delivery-adress .co-delivery_adress-form .co-input--flat,
    .delivery-adress .co-delivery_adress-form .co-input--entrance,
    .delivery-adress .co-delivery_adress-form .co-input--floor {
      flex-basis: initial;
      flex: 0 0 124px; }
  /* line 1800, theme2.scss */
  .delivery-adress .co-input--street {
    flex: 0 0 272px;
    max-width: 100%; }

/* line 1805, theme2.scss */
.delivery-comment {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px; }
  /* line 1810, theme2.scss */
  .delivery-comment label:first-child {
    display: none; }
  /* line 1813, theme2.scss */
  .delivery-comment label {
    display: inline-block;
    margin-top: 12px; }
  /* line 1817, theme2.scss */
  .delivery-comment textarea.co-input-field {
    padding-top: 8px;
    padding-bottom: 8px;
    resize: none;
    height: 96px !important; }

/* line 1824, theme2.scss */
.co-contact-fields {
  margin: 64px 0 0 0; }
  /* line 1826, theme2.scss */
  .co-contact-fields h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 32px; }
  /* line 1836, theme2.scss */
  .co-contact-fields .co-input-label {
    margin-bottom: 0; }
    /* line 1838, theme2.scss */
    .co-contact-fields .co-input-label:after {
      display: none; }
  /* line 1842, theme2.scss */
  .co-contact-fields .co-input:after {
    display: none; }
  /* line 1845, theme2.scss */
  .co-contact-fields .co-input-field {
    max-width: 420px; }
  /* line 1848, theme2.scss */
  .co-contact-fields .co-checkout-block {
    margin-bottom: 0; }

/* line 1852, theme2.scss */
.co-input-user {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  /* line 1856, theme2.scss */
  .co-input-user + .co-input-user {
    margin-top: 32px; }
  /* line 1859, theme2.scss */
  .co-input-user label {
    margin-top: 12px; }
  /* line 1863, theme2.scss */
  .co-input-user .co-input--phone:after {
    content: 'Пришлём уведомление о заказе';
    display: block;
    margin-top: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    height: auto;
    color: #808080; }
  /* line 1874, theme2.scss */
  .co-input-user .co-input.co-input--checkbox.co-input--subscribe {
    margin-top: 16px; }
    /* line 1876, theme2.scss */
    .co-input-user .co-input.co-input--checkbox.co-input--subscribe .co-toggable_field {
      margin-top: 0; }
    /* line 1879, theme2.scss */
    .co-input-user .co-input.co-input--checkbox.co-input--subscribe .co-toggable_field-information {
      padding: 0 0; }
    /* line 1882, theme2.scss */
    .co-input-user .co-input.co-input--checkbox.co-input--subscribe .co-toggable_field-title {
      margin: 3px 0 0;
      display: block;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #404040; }
  /* line 1891, theme2.scss */
  .co-input-user .co-toggable_field-input--checkbox input + span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url("check.svg") no-repeat center;
    transition: .3s all;
    opacity: 0; }
  /* line 1899, theme2.scss */
  .co-input-user .co-toggable_field-input--checkbox input:checked + span:after {
    opacity: 1;
    content: ''; }

/* line 1906, theme2.scss */
[for="order_use_bonus_points"] {
  display: none !important; }

/* line 1912, theme2.scss */
.checkout-block-three {
  width: 100%;
  margin-top: 64px; }
  /* line 1915, theme2.scss */
  .checkout-block-three h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 32px; }

/* line 1926, theme2.scss */
.co-input-three-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  /* line 1930, theme2.scss */
  .co-input-three-group + .co-input-three-group {
    margin-top: 32px; }
  /* line 1936, theme2.scss */
  .co-input-three-group:nth-child(2) label, .co-input-three-group:nth-child(3) label, .co-input-three-group:last-child label {
    display: inline-block;
    margin-top: 12px; }
  /* line 1940, theme2.scss */
  .co-input-three-group:nth-child(2) .co-input-description, .co-input-three-group:nth-child(3) .co-input-description, .co-input-three-group:last-child .co-input-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #808080;
    max-width: 320px; }

/* line 1949, theme2.scss */
.co-input-spec-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 32px 0; }

/* line 1955, theme2.scss */
.co-input-size-text {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #404040;
  width: 100%; }

/* line 1963, theme2.scss */
.co-input-spec-group-right {
  width: 100%;
  max-width: 420px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; }
  /* line 1970, theme2.scss */
  .co-input-spec-group-right .co-input-three-group {
    display: block;
    max-width: 198px;
    font-size: 0; }
    /* line 1974, theme2.scss */
    .co-input-spec-group-right .co-input-three-group + .co-input-three-group {
      margin-top: 24px; }
    /* line 1977, theme2.scss */
    .co-input-spec-group-right .co-input-three-group:nth-child(3) {
      margin-top: 0; }
    /* line 1980, theme2.scss */
    .co-input-spec-group-right .co-input-three-group label {
      margin-top: 0;
      margin-bottom: 8px;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #404040; }
      /* line 1987, theme2.scss */
      .co-input-spec-group-right .co-input-three-group label:after {
        display: none; }

/* line 1993, theme2.scss */
.checkout-block-payment {
  margin-top: 64px; }
  /* line 1995, theme2.scss */
  .checkout-block-payment h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 32px; }
    /* line 2001, theme2.scss */
    .checkout-block-payment h3:after {
      display: none !important; }

/* line 2006, theme2.scss */
.co-input-four-group {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  /* line 2011, theme2.scss */
  .co-input-four-group > .co-input-label:after {
    display: none !important; }
  /* line 2015, theme2.scss */
  .co-input-four-group .co-basket_total {
    font-size: 0; }
    /* line 2017, theme2.scss */
    .co-input-four-group .co-basket_total .co-basket_total-title {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #000000; }
    /* line 2023, theme2.scss */
    .co-input-four-group .co-basket_total .co-basket_total-price {
      font-weight: 700;
      font-size: 20px;
      line-height: 130%;
      color: #000000; }
  /* line 2030, theme2.scss */
  .co-input-four-group .co-button--checkout#create_order {
    margin: 32px 0 16px;
    height: 56px; }

/* line 2035, theme2.scss */
.order-finish-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #808080; }
  /* line 2040, theme2.scss */
  .order-finish-text a {
    color: #808080 !important;
    text-decoration: underline !important; }
    /* line 2043, theme2.scss */
    .order-finish-text a:hover {
      color: #000 !important;
      text-decoration: none !important; }

/* line 2049, theme2.scss */
.variants.payment_variants {
  margin-bottom: 120px; }
  /* line 2051, theme2.scss */
  .variants.payment_variants .co-basket_subtotal-list {
    padding: 0 0;
    margin: 40px 0 8px;
    border: 0 !important;
    display: flex;
    flex-direction: column; }
    /* line 2057, theme2.scss */
    .variants.payment_variants .co-basket_subtotal-list .co-basket_subtotal {
      order: 2; }
      /* line 2059, theme2.scss */
      .variants.payment_variants .co-basket_subtotal-list .co-basket_subtotal .co-basket_subtotal-title {
        font-size: 0; }
        /* line 2061, theme2.scss */
        .variants.payment_variants .co-basket_subtotal-list .co-basket_subtotal .co-basket_subtotal-title:before {
          content: 'Товаров на сумму';
          font-size: 16px; }
    /* line 2068, theme2.scss */
    .variants.payment_variants .co-basket_subtotal-list #discounts-block {
      order: -1; }
      /* line 2070, theme2.scss */
      .variants.payment_variants .co-basket_subtotal-list #discounts-block + div + .co-basket_subtotal {
        order: 1;
        margin: 8px 0; }
        /* line 2073, theme2.scss */
        .variants.payment_variants .co-basket_subtotal-list #discounts-block + div + .co-basket_subtotal .co-basket_subtotal-title {
          font-size: 0; }
          /* line 2075, theme2.scss */
          .variants.payment_variants .co-basket_subtotal-list #discounts-block + div + .co-basket_subtotal .co-basket_subtotal-title:before {
            content: 'Доставка';
            font-size: 16px; }
      /* line 2081, theme2.scss */
      .variants.payment_variants .co-basket_subtotal-list #discounts-block .discount-subtotal-description {
        font-size: 0; }
        /* line 2083, theme2.scss */
        .variants.payment_variants .co-basket_subtotal-list #discounts-block .discount-subtotal-description:before {
          content: 'Промокод';
          font-size: 16px; }
    /* line 2089, theme2.scss */
    .variants.payment_variants .co-basket_subtotal-list .co-price--current {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #000000; }
      /* line 2094, theme2.scss */
      .variants.payment_variants .co-basket_subtotal-list .co-price--current.discount-subtotal-amount {
        color: #955254 !important; }

/* line 2100, theme2.scss */
.checkout-login-in-block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0;
  padding: 16px 0 64px; }
  @media (max-width: 991px) {
    /* line 2100, theme2.scss */
    .checkout-login-in-block {
      display: block;
      padding: 0 0 40px; } }
  /* line 2110, theme2.scss */
  .checkout-login-in-block .co-tabs-header {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }
  /* line 2117, theme2.scss */
  .checkout-login-in-block > .co-checkout-block {
    margin-bottom: 0;
    width: 100%;
    max-width: 420px; }
    @media (max-width: 991px) {
      /* line 2117, theme2.scss */
      .checkout-login-in-block > .co-checkout-block {
        max-width: 100%; } }
    /* line 2124, theme2.scss */
    .checkout-login-in-block > .co-checkout-block .co-login-text {
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #808080;
      margin: 16px 0 0; }
      /* line 2130, theme2.scss */
      .checkout-login-in-block > .co-checkout-block .co-login-text p {
        margin: 0 0; }
        /* line 2132, theme2.scss */
        .checkout-login-in-block > .co-checkout-block .co-login-text p a {
          color: inherit; }

@media (max-width: 1199px) {
  /* line 2140, theme2.scss */
  .co-section--checkout_order {
    width: 75%;
    padding-right: 32px; }

  /* line 2144, theme2.scss */
  .fieldWithErrors,
  .co-input-spec-group-right,
  .co-input-group {
    max-width: 380px; }

  /* line 2149, theme2.scss */
  .co-input-spec-group-right .co-input-three-group {
    width: calc(50% - 12px); }

  /* line 2152, theme2.scss */
  .delivery-adress .co-input--street {
    flex: 0 0 calc(67% - 12px); }

  /* line 2155, theme2.scss */
  .delivery-adress .co-delivery_adress-form .co-input--house {
    flex: 0 0 calc(33% - 12px); }

  /* line 2158, theme2.scss */
  .delivery-adress .co-delivery_adress-form .co-input--flat,
  .delivery-adress .co-delivery_adress-form .co-input--entrance,
  .delivery-adress .co-delivery_adress-form .co-input--floor {
    flex: 0 0 calc(33% - 12px); } }
@media (max-width: 991px) {
  /* line 2165, theme2.scss */
  .is-checkout .co-section--checkout_content {
    display: block;
    max-width: 500px;
    margin: 0 auto; }

  /* line 2170, theme2.scss */
  .co-section--checkout_order {
    width: 100%;
    max-width: 100%;
    padding-right: 0; }

  /* line 2175, theme2.scss */
  .fieldWithErrors,
  .co-input-spec-group-right,
  .co-input-group {
    max-width: 100%;
    width: 100%; }

  /* line 2181, theme2.scss */
  .is-checkout .co-section--checkout_order .co-section--checkout_header {
    padding: 24px 0 16px; }

  /* line 2184, theme2.scss */
  .is-checkout .cart-link-back {
    margin-bottom: 8px; }

  /* line 2187, theme2.scss */
  .is-checkout .cart-link-back a .icon {
    width: 12px; }

  /* line 2190, theme2.scss */
  .is-checkout .cart-link-back a .title {
    font-size: 12px; }

  /* line 2193, theme2.scss */
  .co-title--h1 {
    font-size: 20px;
    line-height: 130%; }

  /* line 2197, theme2.scss */
  .checkout-block-delivery .co-input > .co-input {
    display: block; }
    /* line 2199, theme2.scss */
    .checkout-block-delivery .co-input > .co-input .co-input-label {
      line-height: 130%;
      margin-bottom: 8px; }

  /* line 2204, theme2.scss */
  .co-input + .co-input, .co-tabs-content + .co-input {
    margin-top: 24px; }

  /* line 2207, theme2.scss */
  .delivery_variants, .delivery-adress, .delivery-comment {
    display: block;
    margin-top: 24px; }

  /* line 2211, theme2.scss */
  .checkout-block-delivery .co-input-label {
    line-height: 130%;
    margin-bottom: 16px; }

  /* line 2215, theme2.scss */
  .delivery-description {
    margin-bottom: 16px; }

  /* line 2219, theme2.scss */
  .delivery-comment label {
    line-height: 130%;
    margin-bottom: 8px;
    margin-top: 0; }

  /* line 2225, theme2.scss */
  .delivery-adress .co-input--street {
    flex: 0 0 calc(67.333333% - 8px); }

  /* line 2228, theme2.scss */
  .delivery-adress .co-delivery_adress-form .co-input--house {
    flex: 0 0 calc(33.3333% - 8px); }

  /* line 2231, theme2.scss */
  .delivery-adress .co-delivery_adress-form .co-input--flat,
  .delivery-adress .co-delivery_adress-form .co-input--entrance,
  .delivery-adress .co-delivery_adress-form .co-input--floor {
    flex: 0 0 calc(33.33333% - 8px);
    margin-top: 16px; }

  /* line 2237, theme2.scss */
  .co-contact-fields, .checkout-block-three {
    margin-top: 40px; }

  /* line 2240, theme2.scss */
  .checkout-block h2, .co-contact-fields h2,
  .checkout-block-three h3, .checkout-block-payment h3 {
    margin-bottom: 16px; }

  /* line 2244, theme2.scss */
  .co-input-user {
    display: block; }

  /* line 2247, theme2.scss */
  .co-contact-fields .co-input-label {
    line-height: 130%;
    margin-bottom: 8px;
    margin-top: 0; }

  /* line 2252, theme2.scss */
  .co-input-user + .co-input-user {
    margin-top: 24px; }

  /* line 2255, theme2.scss */
  .co-input-three-group {
    display: block; }

  /* line 2258, theme2.scss */
  .co-input-three-group:nth-child(2) label,
  .co-input-three-group:nth-child(3) label,
  .co-input-three-group:last-child label {
    line-height: 130%;
    margin-bottom: 8px;
    margin-top: 0; }

  /* line 2265, theme2.scss */
  .co-input-three-group + .co-input-three-group {
    margin-top: 24px; }

  /* line 2268, theme2.scss */
  .co-input-spec-group {
    display: block;
    margin: 24px 0; }

  /* line 2272, theme2.scss */
  .co-input-spec-group-right .co-input-three-group {
    width: calc(50% - 8px);
    max-width: 100%; }

  /* line 2276, theme2.scss */
  .co-input-spec-group-right .co-input-three-group + .co-input-three-group {
    margin-top: 16px; }

  /* line 2279, theme2.scss */
  .co-input-size-text {
    margin: 8px 0 16px; }

  /* line 2282, theme2.scss */
  .co-input-spec-group-right .co-input-three-group:nth-child(3) {
    margin-top: 0; }

  /* line 2285, theme2.scss */
  .checkout-block-payment {
    margin-top: 40px; }

  /* line 2288, theme2.scss */
  .co-input-four-group {
    display: block; }
    /* line 2290, theme2.scss */
    .co-input-four-group .co-input-label {
      line-height: 130%;
      margin-bottom: 16px;
      margin-top: 0; }

  /* line 2296, theme2.scss */
  .co-toggable_field--bordered + .co-toggable_field--bordered {
    margin-top: 16px; }

  /* line 2299, theme2.scss */
  .co-input-four-group .co-button--checkout#create_order {
    margin-top: 24px; }

  /* line 2302, theme2.scss */
  .variants.payment_variants {
    margin-bottom: 40px; }

  /* line 2305, theme2.scss */
  .dynamic_basket {
    display: block;
    padding: 0 0 64px;
    margin: 0 -16px; }

  /* line 2310, theme2.scss */
  .order-basket {
    padding: 24px 16px;
    max-width: 100%;
    border-radius: 0; }

  /* line 2315, theme2.scss */
  .co-contact-fields .co-input-field,
  .checkout-block-delivery .co-input-select, .checkout-block-delivery .co-input-field {
    max-width: 100%; } }
/* line 2327, theme2.scss */
.layout-page-404 {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 0; }
  /* line 2334, theme2.scss */
  .layout-page-404 .btn.btn-light-primary {
    font-size: 12px;
    width: 170px;
    height: 32px; }
  @media (max-width: 767px) {
    /* line 2327, theme2.scss */
    .layout-page-404 {
      padding: 64px 0 180px; } }

/* line 2343, theme2.scss */
.page-404-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  color: #000000; }
  @media (max-width: 767px) {
    /* line 2343, theme2.scss */
    .page-404-title {
      font-size: 28px;
      line-height: 130%; } }

/* line 2354, theme2.scss */
.page-404-text {
  margin: 16px 0 24px;
  font-size: 14px; }

/* line 2359, theme2.scss */
.page-login main .layout {
  min-height: 100%;
  padding: 40px 0; }
  @media (max-width: 767px) {
    /* line 2359, theme2.scss */
    .page-login main .layout {
      padding: 24px 16px 64px; } }
/* line 2366, theme2.scss */
.page-login main .layout__content {
  width: 100%;
  max-width: 420px; }
  /* line 2369, theme2.scss */
  .page-login main .layout__content .co-title--h1 {
    text-align: center;
    padding-bottom: 32px; }
    @media (max-width: 767px) {
      /* line 2369, theme2.scss */
      .page-login main .layout__content .co-title--h1 {
        padding-bottom: 24px; } }
  /* line 2376, theme2.scss */
  .page-login main .layout__content .co-login {
    flex: 0 0 100%; }
    /* line 2378, theme2.scss */
    .page-login main .layout__content .co-login.co-login--social_login {
      display: none; }
  /* line 2382, theme2.scss */
  .page-login main .layout__content .co-section--content_wrapper {
    margin: 0 0; }
    /* line 2384, theme2.scss */
    .page-login main .layout__content .co-section--content_wrapper .co-checkout-block--padded {
      padding: 0 0; }
  /* line 2388, theme2.scss */
  .page-login main .layout__content .co-input--required .co-input-label:after {
    display: none; }
  /* line 2391, theme2.scss */
  .page-login main .layout__content .co-input-label {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }
  /* line 2398, theme2.scss */
  .page-login main .layout__content .co-login-text:empty,
  .page-login main .layout__content .co-input:empty,
  .page-login main .layout__content .co-input:after {
    display: none; }
  /* line 2403, theme2.scss */
  .page-login main .layout__content .js-modal-submit--login {
    margin-top: 24px; }
  /* line 2406, theme2.scss */
  .page-login main .layout__content .co-login-text + p,
  .page-login main .layout__content .co-countdown-block {
    margin-top: 24px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color: #404040; }
    @media (max-width: 767px) {
      /* line 2406, theme2.scss */
      .page-login main .layout__content .co-login-text + p,
      .page-login main .layout__content .co-countdown-block {
        text-align: left; } }
  /* line 2418, theme2.scss */
  .page-login main .layout__content .co-modal-login_form .co-input + .co-input {
    margin: 24px 0 0 0; }
  /* line 2421, theme2.scss */
  .page-login main .layout__content .co-input--error .co-input-notice {
    text-align: left; }

/* line 2426, theme2.scss */
.order-page {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 128px;
  flex-wrap: wrap; }
  /* line 2432, theme2.scss */
  .order-page .cabinet-menu li + li {
    margin-top: 8px; }
  /* line 2435, theme2.scss */
  .order-page .cabinet-menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #404040;
    text-decoration: none; }
    /* line 2441, theme2.scss */
    .order-page .cabinet-menu a.co-link--active {
      color: #000000; }
    /* line 2444, theme2.scss */
    .order-page .cabinet-menu a:hover {
      color: #000; }
  /* line 2449, theme2.scss */
  .order-page .co-checkout-block--padded {
    padding: 0 0; }

/* line 2453, theme2.scss */
.cabinet-menu {
  width: 190px;
  margin-right: 40px; }

/* line 2457, theme2.scss */
.order-temp {
  width: calc(100% - 230px); }
  /* line 2459, theme2.scss */
  .order-temp .cart-link-back {
    margin-bottom: 16px; }
    /* line 2461, theme2.scss */
    .order-temp .cart-link-back a {
      display: flex;
      align-items: center; }
    /* line 2465, theme2.scss */
    .order-temp .cart-link-back .title {
      margin-left: 8px;
      color: #808080;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%; }
  /* line 2473, theme2.scss */
  .order-temp .co-order-information {
    margin: 0 0;
    padding: 0 0;
    border: 0; }
  /* line 2478, theme2.scss */
  .order-temp .co-order-information_row {
    padding: 16px 0;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0;
    align-items: flex-start; }
    /* line 2483, theme2.scss */
    .order-temp .co-order-information_row:first-child {
      border-top: 1px solid #E6E6E6; }
  /* line 2487, theme2.scss */
  .order-temp .co-order-information_title {
    opacity: 1;
    margin: 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #404040;
    flex: 0 0 40%; }
  /* line 2496, theme2.scss */
  .order-temp .co-order-information_value {
    margin: 0 0;
    flex: 0 0 50%;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }
    /* line 2503, theme2.scss */
    .order-temp .co-order-information_value > * {
      margin: 0 0; }
    /* line 2506, theme2.scss */
    .order-temp .co-order-information_value .co-price {
      display: block;
      width: 100%;
      font-weight: 700;
      font-size: 16px;
      line-height: 150%;
      color: #000000;
      margin: 0 0 8px; }
    /* line 2515, theme2.scss */
    .order-temp .co-order-information_value .co-order-state {
      margin: 0 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 16px;
      height: 32px;
      background: #F2EFE8;
      border-radius: 4px;
      font-weight: 700;
      font-size: 14px;
      line-height: 130%;
      letter-spacing: 0.03em;
      color: #A99163;
      transition: .3s all;
      border: 0;
      min-height: initial; }
      /* line 2532, theme2.scss */
      .order-temp .co-order-information_value .co-order-state + .co-order-state {
        margin-left: 8px; }
      /* line 2535, theme2.scss */
      .order-temp .co-order-information_value .co-order-state:hover {
        background: #E6E0D2; }
    /* line 2539, theme2.scss */
    .order-temp .co-order-information_value .co-button--small {
      margin: 0 0 0 8px;
      padding: 8px 24px;
      height: 32px;
      font-weight: 700;
      font-size: 12px;
      line-height: 130%;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      color: #FFFFFF; }
    /* line 2550, theme2.scss */
    .order-temp .co-order-information_value .co-social_login-button_group {
      width: auto;
      align-items: flex-start;
      margin: 0 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #808080; }
      /* line 2558, theme2.scss */
      .order-temp .co-order-information_value .co-social_login-button_group + .co-social_login-button_group {
        margin-left: 40px; }
    /* line 2562, theme2.scss */
    .order-temp .co-order-information_value .co-social_login-button_group .co-social_login-button {
      width: 32px;
      height: 32px;
      margin: 0 0 8px 0; }
  /* line 2568, theme2.scss */
  .order-temp .co-section--content {
    width: 100%;
    max-width: 880px; }

/* line 2573, theme2.scss */
.order-info-title {
  margin: 24px 0 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }

/* line 2580, theme2.scss */
.order-info-message {
  margin-top: 24px;
  padding: 5px 12px;
  background: #e2d8c9;
  font-weight: 400; }

/* line 2586, theme2.scss */
.order-content {
  margin-top: 64px; }
  /* line 2588, theme2.scss */
  .order-content-title {
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }
  /* line 2595, theme2.scss */
  .order-content .co-table {
    border: 0;
    border-top: 1px solid #E6E6E6;
    border-radius: 0; }
    /* line 2599, theme2.scss */
    .order-content .co-table tr {
      display: flex;
      width: 100%;
      align-items: flex-start; }
      /* line 2603, theme2.scss */
      .order-content .co-table tr td {
        width: 20%; }
        /* line 2606, theme2.scss */
        .order-content .co-table tr td:first-child {
          width: 60%; }
        /* line 2609, theme2.scss */
        .order-content .co-table tr td:last-child {
          text-align: left; }
    /* line 2614, theme2.scss */
    .order-content .co-table .co-table-cell--body {
      padding-top: 0;
      padding-bottom: 0;
      border: 0; }
    /* line 2619, theme2.scss */
    .order-content .co-table .co-table-row--body {
      border-radius: 4px;
      padding: 16px 0 16px 8px;
      border: 0; }
      /* line 2623, theme2.scss */
      .order-content .co-table .co-table-row--body td {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #000000;
        padding-right: 8px; }
      /* line 2630, theme2.scss */
      .order-content .co-table .co-table-row--body:nth-child(even) {
        background: #F2F2F2; }
    /* line 2634, theme2.scss */
    .order-content .co-table .co-table-cell--head {
      opacity: 1;
      padding: 16px 0;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #808080;
      border-bottom: 0; }
  /* line 2646, theme2.scss */
  .order-content .co-table-row--foot .co-table-cell--foot:nth-child(2) {
    text-align: right; }
  /* line 2649, theme2.scss */
  .order-content .co-table-row--foot .co-order_history-total_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: right;
    color: #000000;
    margin-right: 8px; }
  /* line 2657, theme2.scss */
  .order-content .co-table-row--foot .co-price {
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }

/* line 2665, theme2.scss */
.co-order-information_value-bttns {
  margin: -4px !important; }
  /* line 2667, theme2.scss */
  .co-order-information_value-bttns > * {
    margin: 4px !important; }

/* line 2672, theme2.scss */
.body-order .co-section--content_wrapper {
  margin: 0 0; }

/* line 2676, theme2.scss */
.cabinet-menu-slct {
  display: none;
  position: relative;
  margin-bottom: 16px;
  width: 100%; }

/* line 2682, theme2.scss */
.cabinet-menu-slct-heading {
  padding: 0 16px;
  height: 48px;
  background: #F2EFE8;
  border-radius: 4px;
  flex-wrap: nowrap; }
  /* line 2688, theme2.scss */
  .cabinet-menu-slct-heading .slct-heading-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }

/* line 2695, theme2.scss */
.cabinet-menu-slct-list {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  padding: 8px 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 5;
  width: 100%;
  display: none; }
  /* line 2706, theme2.scss */
  .cabinet-menu-slct-list li {
    padding: 10px 16px; }
    /* line 2708, theme2.scss */
    .cabinet-menu-slct-list li a {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #000000 !important;
      text-decoration: none !important; }

/* line 2718, theme2.scss */
.swiper-container {
  overflow: visible; }

/* line 2723, theme2.scss */
.promo-blossom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18.2px;
  background-color: #F3E4EA;
  color: #A4496F !important;
  gap: 4px; }

/* line 2740, theme2.scss */
.modal-info__text {
  font-size: 16px;
  line-height: 24px; }

/* line 2745, theme2.scss */
.modal-info__text:first-child:not(:last-child) {
  margin-bottom: 8px; }

/* line 2749, theme2.scss */
.modal-info__text:not(:last-child) {
  margin-bottom: 4px; }

/* line 2753, theme2.scss */
.modal-wrapper__info {
  margin-bottom: 24px; }

/* line 2757, theme2.scss */
.modal-subtitle {
  margin-bottom: 24px;
  color: #808080;
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px; }

/* line 2765, theme2.scss */
.modal-blossom {
  width: 100%; }

/* line 2770, theme2.scss */
.badge__gift {
  display: inline-flex;
  align-items: center;
  column-gap: 4px;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  background-color: #D0E5AC;
  color: #507C03 !important;
  outline: none; }

/* line 2783, theme2.scss */
.badge__gift:hover {
  color: #416701 !important; }

/* line 2787, theme2.scss */
.heart-icon {
  display: inline;
  width: 16px;
  height: 16px; }

/* line 2794, theme2.scss */
.product-promo__days {
  position: relative; }

/* line 2798, theme2.scss */
.product-promo__days::after {
  content: "";
  display: block;
  position: absolute;
  top: -16px;
  left: -16px;
  width: 60px;
  height: 60px;
  z-index: 7; }

/* line 2809, theme2.scss */
.sticker-heart::after {
  background-image: var(--icon-sticker-heart); }

/* line 2813, theme2.scss */
.sticker-star::after {
  background-image: var(--icon-sticker-star); }

/* line 2817, theme2.scss */
.sticker-toad::after {
  background-image: var(--icon-sticker-toad); }

/* line 2821, theme2.scss */
.product-promo__days.js-product-gallery-main::after {
  top: 8px;
  left: 8px; }

@media (max-width: 767px) {
  /* line 2827, theme2.scss */
  .cabinet-menu, .cart-link-back {
    display: none; }

  /* line 2830, theme2.scss */
  .order-temp {
    width: 100%; }

  /* line 2833, theme2.scss */
  .order-page {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    padding: 16px 0 48px; }

  /* line 2839, theme2.scss */
  .cabinet-menu-slct {
    display: block; }

  /* line 2842, theme2.scss */
  .order-info-title {
    margin: 16px 0; }

  /* line 2845, theme2.scss */
  .order-temp .co-order-information_row {
    flex-wrap: wrap; }

  /* line 2848, theme2.scss */
  .order-temp .co-order-information_title {
    flex: 0 0 100%;
    margin-bottom: 4px; }

  /* line 2853, theme2.scss */
  .order-temp .co-order-information_value {
    flex: 0 0 100%; }

  /* line 2856, theme2.scss */
  .order-temp .co-order-information_value .co-order-state {
    display: inline-flex; }

  /* line 2859, theme2.scss */
  .order-temp .co-order-information_value .co-social_login-button_group .co-social_login-button {
    margin-top: 12px; }

  /* line 2862, theme2.scss */
  .order-content {
    margin-top: 40px; }

  /* line 2865, theme2.scss */
  .co-table--to_card .co-table-row--head {
    display: none !important; }

  /* line 2868, theme2.scss */
  .order-content .co-table tr {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 16px 0 !important;
    border-bottom: 1px solid #E6E6E6 !important;
    border-top: 0 !important; }
    /* line 2874, theme2.scss */
    .order-content .co-table tr:last-child {
      border-bottom: 0 !important; }

  /* line 2878, theme2.scss */
  .order-content .co-table .co-table-row--body:nth-child(even) {
    background: none; }

  /* line 2881, theme2.scss */
  .order-content .co-table tr td {
    padding: 0 0 !important;
    width: 100% !important; }

  /* line 2885, theme2.scss */
  .co-table--to_card .co-table-cell:before {
    display: block !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #808080; }

  /* line 2892, theme2.scss */
  .order-content .co-table-cell.co-table-cell--foot.co-table-cell--foot-total {
    display: flex !important;
    align-items: center; }

  /* line 2896, theme2.scss */
  .order-content .co-table-row--foot .co-order_history-total_title {
    display: block !important;
    margin-right: 16px;
    text-align: left; }

  /* line 2903, theme2.scss */
  .promo-blossom {
    padding: 1px 4px;
    font-size: 12px;
    line-height: 15.6px; }

  /* line 2910, theme2.scss */
  .product-promo__days::after {
    top: -8px;
    left: -8px; }

  /* line 2916, theme2.scss */
  .badge__gift {
    padding: 1px 4px;
    font-size: 12px; } }
/* line 2923, theme2.scss */
.cabinet-body .co-section--content_wrapper {
  margin: 0 0;
  max-width: 100%;
  padding: 40px 0 128px; }
  @media (max-width: 768px) {
    /* line 2923, theme2.scss */
    .cabinet-body .co-section--content_wrapper {
      padding: 16px 0 64px; } }
  /* line 2931, theme2.scss */
  .cabinet-body .co-section--content_wrapper .co-checkout-block--padded {
    padding: 0 0; }
/* line 2935, theme2.scss */
.cabinet-body .co-sidebar--menu {
  flex: 0 0 190px;
  margin-right: 40px; }
  @media (max-width: 768px) {
    /* line 2935, theme2.scss */
    .cabinet-body .co-sidebar--menu {
      flex: 0 0 100%;
      margin-right: 0;
      margin-bottom: 16px;
      position: relative; } }
  /* line 2944, theme2.scss */
  .cabinet-body .co-sidebar--menu a {
    text-decoration: none !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #404040; }
    /* line 2950, theme2.scss */
    .cabinet-body .co-sidebar--menu a.co-link--active {
      color: #000; }
    /* line 2953, theme2.scss */
    .cabinet-body .co-sidebar--menu a:hover {
      color: #000; }
/* line 2958, theme2.scss */
.cabinet-body .co-title--h1 {
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    /* line 2958, theme2.scss */
    .cabinet-body .co-title--h1 {
      margin-bottom: 16px; } }
/* line 2964, theme2.scss */
.cabinet-body .not-orders-text {
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    /* line 2964, theme2.scss */
    .cabinet-body .not-orders-text {
      margin-bottom: 16px; } }
  /* line 2969, theme2.scss */
  .cabinet-body .not-orders-text + a.btn.btn-secondary {
    width: 192px;
    font-weight: 700;
    font-size: 12px;
    line-height: 130%;
    height: 32px;
    padding: 2px 0 0 0; }
/* line 2978, theme2.scss */
.cabinet-body .co-menu-toggle {
  display: none; }
@media (max-width: 768px) {
  /* line 2982, theme2.scss */
  .cabinet-body .co-menu-toggle {
    display: flex;
    padding: 0 16px;
    height: 48px;
    background: #F2EFE8;
    border-radius: 4px;
    flex-wrap: nowrap; }
    /* line 2989, theme2.scss */
    .cabinet-body .co-menu-toggle:before {
      font-weight: 400;
      font-size: 16px;
      line-height: 150%;
      color: #000000; }
    /* line 2995, theme2.scss */
    .cabinet-body .co-menu-toggle:after {
      content: "" !important;
      display: block;
      width: 16px;
      height: 16px;
      background: url("slct-down.svg") no-repeat center;
      background-size: 100%; }
  /* line 3004, theme2.scss */
  .cabinet-body .co-menu.co-menu--personal {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    padding: 8px 0;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    z-index: 5;
    width: 100%;
    display: none; }
    /* line 3015, theme2.scss */
    .cabinet-body .co-menu.co-menu--personal .co-menu-item {
      padding: 10px 16px; }
      /* line 3017, theme2.scss */
      .cabinet-body .co-menu.co-menu--personal .co-menu-item a {
        font-weight: 400;
        font-size: 16px;
        line-height: 150%;
        color: #000000 !important;
        text-decoration: none !important; } }
/* line 3027, theme2.scss */
.cabinet-body .co-section--content {
  flex: initial;
  width: 100%;
  max-width: 880px; }
/* line 3033, theme2.scss */
.cabinet-body .co-table {
  border-radius: 0;
  border: 0; }
  /* line 3037, theme2.scss */
  .cabinet-body .co-table .co-table-row {
    display: flex;
    justify-content: flex-start;
    padding: 16px 0; }
    /* line 3041, theme2.scss */
    .cabinet-body .co-table .co-table-row.co-table-row--head {
      border-top: 1px solid #E6E6E6; }
    /* line 3044, theme2.scss */
    .cabinet-body .co-table .co-table-row .co-table-cell {
      padding: 0 0;
      opacity: 1;
      border: 0; }
      /* line 3048, theme2.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell a.co-link {
        font-weight: 700;
        font-size: 16px;
        line-height: 150%;
        color: #A99163 !important;
        text-decoration: none; }
        /* line 3054, theme2.scss */
        .cabinet-body .co-table .co-table-row .co-table-cell a.co-link:hover {
          color: #89734B !important; }
      /* line 3058, theme2.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell.co-table-cell--head {
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        color: #808080; }
      /* line 3064, theme2.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell:nth-child(1) {
        width: 20%; }
      /* line 3067, theme2.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell:nth-child(2) {
        width: 15%; }
      /* line 3070, theme2.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell:nth-child(3) {
        width: 30%; }
      /* line 3073, theme2.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell:nth-child(4) {
        width: 20%; }
      /* line 3076, theme2.scss */
      .cabinet-body .co-table .co-table-row .co-table-cell:nth-child(5) {
        width: 15%;
        text-align: left; }
  /* line 3083, theme2.scss */
  .cabinet-body .co-table .co-table-row--striped .co-table-cell {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000000; }
    /* line 3088, theme2.scss */
    .cabinet-body .co-table .co-table-row--striped .co-table-cell:first-child {
      padding-left: 8px; }
  /* line 3093, theme2.scss */
  .cabinet-body .co-table .co-table-row.co-table-row--foot {
    padding-bottom: 0 !important; }
  /* line 3097, theme2.scss */
  .cabinet-body .co-table .co-table-cell.co-table-cell--foot:last-child {
    width: 100% !important;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
/* line 3105, theme2.scss */
.cabinet-body .co-table-row--striped:nth-child(even) {
  background: #F2EFE8;
  border-radius: 4px; }
/* line 3109, theme2.scss */
.cabinet-body .co-order_history-total_title {
  text-align: right;
  margin-right: 0;
  padding-right: 16px;
  width: 85%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #000000; }
/* line 3119, theme2.scss */
.cabinet-body .co-order_history-total_sum {
  text-align: left;
  width: 15%;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%; }

@media (max-width: 767px) {
  /* line 3128, theme2.scss */
  .cabinet-body .co-table .co-table-row {
    display: block !important;
    background: none !important;
    border: 0 !important; }

  /* line 3133, theme2.scss */
  .cabinet-body .co-table .co-table-row--striped .co-table-cell {
    padding-left: 0 !important;
    width: 100% !important; }

  /* line 3137, theme2.scss */
  .co-table--to_card .co-table-cell--body {
    margin-bottom: 16px !important; }
    /* line 3139, theme2.scss */
    .co-table--to_card .co-table-cell--body:last-child {
      margin-bottom: 0 !important; }

  /* line 3143, theme2.scss */
  .cabinet-body .co-table .co-table-row.co-table-row--body {
    border-bottom: 1px solid #E6E6E6 !important; }

  /* line 3146, theme2.scss */
  .cabinet-body .co-table .co-table-row,
  .cabinet-body .co-table .co-table-cell.co-table-cell--foot:last-child {
    justify-content: flex-start; }

  /* line 3150, theme2.scss */
  .cabinet-body .co-order_history-total_title,
  .cabinet-body .co-order_history-total_sum {
    width: auto;
    text-align: left; } }
/* line 3156, theme2.scss */
.adress-container {
  width: 100%;
  max-width: 650px;
  margin: 0 auto; }
  /* line 3160, theme2.scss */
  .adress-container .co-input--subscribe {
    margin-top: 32px; }
  /* line 3163, theme2.scss */
  .adress-container .co-input--checkbox {
    display: flex;
    justify-content: space-between; }
    /* line 3166, theme2.scss */
    .adress-container .co-input--checkbox.co-input--messenger_subscription {
      margin-top: 32px; }
    /* line 3169, theme2.scss */
    .adress-container .co-input--checkbox:before {
      content: ''; }
    /* line 3172, theme2.scss */
    .adress-container .co-input--checkbox:after {
      display: none; }
    /* line 3175, theme2.scss */
    .adress-container .co-input--checkbox label {
      width: 100%;
      max-width: 420px;
      border: 0;
      font-size: 0; }
      /* line 3180, theme2.scss */
      .adress-container .co-input--checkbox label .co-input-title {
        margin: 3px 0 0; }
        /* line 3182, theme2.scss */
        .adress-container .co-input--checkbox label .co-input-title:after {
          font-weight: 500;
          font-size: 14px;
          line-height: 130%;
          color: #404040;
          padding: 0 0; }
      /* line 3190, theme2.scss */
      .adress-container .co-input--checkbox label .co-input-title,
      .adress-container .co-input--checkbox label .co-toggable_field-information {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 130%;
        color: #404040;
        padding: 0 0; }
    /* line 3200, theme2.scss */
    .adress-container .co-input--checkbox .co-input-description {
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #808080;
      margin: 8px 0 0 -32px; }
      /* line 3206, theme2.scss */
      .adress-container .co-input--checkbox .co-input-description a {
        color: #808080 !important;
        text-decoration: none !important; }
        /* line 3209, theme2.scss */
        .adress-container .co-input--checkbox .co-input-description a:hover {
          color: #000 !important; }
  /* line 3215, theme2.scss */
  .adress-container .co-input--checkbox input + span:after {
    content: '';
    width: 10px;
    height: 10px;
    background: url("check.svg") no-repeat center;
    transition: .3s all;
    opacity: 0; }
  /* line 3223, theme2.scss */
  .adress-container .co-input--checkbox input:checked + span:after {
    opacity: 1;
    content: ''; }

/* line 3228, theme2.scss */
.co-adress-inputs {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  /* line 3232, theme2.scss */
  .co-adress-inputs label {
    margin: 0 0; }
    /* line 3234, theme2.scss */
    .co-adress-inputs label:after {
      display: none !important; }
  /* line 3238, theme2.scss */
  .co-adress-inputs .co-input {
    width: 100%;
    max-width: 420px;
    margin-bottom: 0 !important; }
  /* line 3243, theme2.scss */
  .co-adress-inputs + .co-adress-inputs {
    margin-top: 32px; }
  /* line 3246, theme2.scss */
  .co-adress-inputs.input-date {
    align-items: flex-start;
    margin-bottom: 64px; }
    /* line 3249, theme2.scss */
    .co-adress-inputs.input-date label {
      margin-top: 12px; }
    /* line 3252, theme2.scss */
    .co-adress-inputs.input-date .co-input-description {
      margin: 8px 0 0;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #808080;
      max-width: 320px; }
      /* line 3259, theme2.scss */
      .co-adress-inputs.input-date .co-input-description p {
        margin: 0 0; }

/* line 3265, theme2.scss */
.co-adress-inputs-spec {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
  /* line 3270, theme2.scss */
  .co-adress-inputs-spec .co-input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
  /* line 3277, theme2.scss */
  .co-adress-inputs-spec .co-input {
    width: calc(32.4% - 12px);
    flex: initial;
    margin-right: 0 !important; }
    /* line 3281, theme2.scss */
    .co-adress-inputs-spec .co-input:first-child {
      width: calc(67.62% - 12px); }
    /* line 3284, theme2.scss */
    .co-adress-inputs-spec .co-input + .co-input {
      margin-top: 24px; }
    /* line 3287, theme2.scss */
    .co-adress-inputs-spec .co-input:nth-child(2) {
      margin-top: 0; }
    /* line 3290, theme2.scss */
    .co-adress-inputs-spec .co-input label {
      font-size: 14px;
      margin-bottom: 8px;
      font-weight: 500;
      color: #404040; }

/* line 3298, theme2.scss */
.co-contacts-inputs-spec {
  margin: 64px 0 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  /* line 3303, theme2.scss */
  .co-contacts-inputs-spec .co-input-group {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap; }
    /* line 3308, theme2.scss */
    .co-contacts-inputs-spec .co-input-group label {
      font-size: 14px;
      margin-bottom: 8px;
      font-weight: 500;
      color: #404040; }
      /* line 3313, theme2.scss */
      .co-contacts-inputs-spec .co-input-group label:after {
        display: none !important; }
    /* line 3317, theme2.scss */
    .co-contacts-inputs-spec .co-input-group .co-input {
      width: calc(50% - 12px);
      flex: initial; }
      /* line 3320, theme2.scss */
      .co-contacts-inputs-spec .co-input-group .co-input + .co-input {
        margin-top: 24px; }
      /* line 3323, theme2.scss */
      .co-contacts-inputs-spec .co-input-group .co-input:nth-child(3) {
        margin-top: 0; }
  /* line 3328, theme2.scss */
  .co-contacts-inputs-spec .descr-text {
    color: #404040;
    font-weight: 500;
    margin-bottom: 24px;
    font-size: 14px; }

/* line 3335, theme2.scss */
.co-adress-section {
  margin-bottom: 40px; }

/* line 3338, theme2.scss */
.co-form-controls {
  padding: 0 0;
  margin: 0 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row; }
  /* line 3344, theme2.scss */
  .co-form-controls .co-button {
    width: 100%;
    margin: 0 0; }

/* line 3352, theme2.scss */
.co-adress-finish-text {
  margin-top: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #808080; }
  /* line 3358, theme2.scss */
  .co-adress-finish-text a {
    color: #808080 !important;
    text-decoration: underline; }
    /* line 3361, theme2.scss */
    .co-adress-finish-text a:hover {
      color: #000 !important; }

@media (max-width: 991px) {
  /* line 3367, theme2.scss */
  .co-adress-inputs {
    display: block; }
    /* line 3369, theme2.scss */
    .co-adress-inputs + .co-adress-inputs {
      margin-top: 24px; }
    /* line 3372, theme2.scss */
    .co-adress-inputs label {
      margin-bottom: 8px; }

  /* line 3376, theme2.scss */
  .co-adress-inputs .co-input {
    max-width: 100%; }

  /* line 3379, theme2.scss */
  .co-adress-inputs-spec {
    display: block;
    margin-top: 24px; }
    /* line 3382, theme2.scss */
    .co-adress-inputs-spec > .co-input-label {
      margin-bottom: 16px; }

  /* line 3386, theme2.scss */
  .co-adress-inputs-spec .co-input:first-child {
    width: calc(67.62% - 8px); }

  /* line 3389, theme2.scss */
  .co-adress-inputs-spec .co-input {
    width: calc(32.4% - 8px); }

  /* line 3392, theme2.scss */
  .co-adress-inputs-spec .co-input + .co-input {
    margin-top: 16px; }

  /* line 3395, theme2.scss */
  .co-adress-inputs-spec .co-input:nth-child(2) {
    margin-top: 0; } }
/* line 3400, theme2.scss */
.contacts-container .co-form-controls {
  margin-top: 40px;
  display: flex;
  justify-content: space-between; }
  /* line 3404, theme2.scss */
  .contacts-container .co-form-controls:before {
    content: ''; }
  /* line 3407, theme2.scss */
  .contacts-container .co-form-controls .co-button {
    max-width: 420px; }

/* line 3412, theme2.scss */
.co-contacts-input-password {
  display: none;
  margin-top: 24px; }
  /* line 3415, theme2.scss */
  .co-contacts-input-password .co-input {
    display: block !important; }
  /* line 3418, theme2.scss */
  .co-contacts-input-password .co-adress-inputs + .co-adress-inputs {
    margin-top: 24px; }

/* line 3422, theme2.scss */
.co-notice--flash {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 24px; }

@media (max-width: 991px) {
  /* line 3430, theme2.scss */
  .co-contacts-inputs-spec .co-input-group {
    max-width: 420px; } }
@media (max-width: 768px) {
  /* line 3436, theme2.scss */
  .co-contacts-inputs-spec {
    display: block;
    margin: 40px 0 24px; }
    /* line 3439, theme2.scss */
    .co-contacts-inputs-spec .co-input-group {
      max-width: 100%; }
    /* line 3442, theme2.scss */
    .co-contacts-inputs-spec > label {
      margin-bottom: 16px; }

  /* line 3446, theme2.scss */
  .co-contacts-inputs-spec .descr-text {
    margin-bottom: 16px; }

  /* line 3449, theme2.scss */
  .adress-container .co-input--checkbox {
    display: block; }
    /* line 3451, theme2.scss */
    .adress-container .co-input--checkbox:before {
      display: none; }

  /* line 3455, theme2.scss */
  .adress-container .co-input--subscribe,
  .adress-container .co-input--checkbox.co-input--messenger_subscription {
    margin-top: 24px; }

  /* line 3459, theme2.scss */
  .co-adress-inputs.input-date {
    margin-bottom: 40px; }

  /* line 3462, theme2.scss */
  .co-contacts-inputs-spec .co-input-group .co-input {
    width: calc(50% - 8px); }
    /* line 3464, theme2.scss */
    .co-contacts-inputs-spec .co-input-group .co-input + .co-input {
      margin-top: 16px; }
    /* line 3467, theme2.scss */
    .co-contacts-inputs-spec .co-input-group .co-input:nth-child(3) {
      margin-top: 0; }

  /* line 3471, theme2.scss */
  .co-contacts-input-password,
  .co-contacts-input-password .co-adress-inputs + .co-adress-inputs {
    margin-top: 16px; } }
/* line 3476, theme2.scss */
.discounts-container {
  width: 100%;
  flex: 0 0 100%; }
  /* line 3479, theme2.scss */
  .discounts-container .co-discount-list {
    margin-bottom: 24px; }
    /* line 3481, theme2.scss */
    .discounts-container .co-discount-list .co-discount + .co-discount {
      margin-top: 0; }
    /* line 3484, theme2.scss */
    .discounts-container .co-discount-list + h2 {
      display: none; }

/* line 3489, theme2.scss */
.body-discount.cabinet-body .co-table .co-table-row .co-table-cell:nth-child(2),
.body-discount.cabinet-body .co-table .co-table-row .co-table-cell:nth-child(3) {
  width: 40%; }

/* line 3495, theme2.scss */
.body-discount .co-table .co-table-row .co-table-cell:last-child {
  text-align: left; }
/* line 3499, theme2.scss */
.body-discount .co-table-row--striped:nth-child(even) {
  background: #F2F2F2; }
/* line 3502, theme2.scss */
.body-discount.cabinet-body .co-order_history-total_title {
  text-align: left;
  padding-right: 4px;
  width: auto; }
/* line 3507, theme2.scss */
.body-discount.cabinet-body .co-table .co-table-cell.co-table-cell--foot:last-child {
  justify-content: flex-start; }

@media (max-width: 767px) {
  /* line 3512, theme2.scss */
  .body-discount.cabinet-body .co-table .co-table-row.co-table-row--head {
    display: none !important; }

  /* line 3515, theme2.scss */
  .body-discount.cabinet-body .co-table {
    border-top: 1px solid #E6E6E6; }

  /* line 3518, theme2.scss */
  .discounts-container .co-discount-list {
    margin-bottom: 16px; }

  /* line 3521, theme2.scss */
  .is-product,
  .is-cart {
    padding-bottom: 65px; } }
/* line 3526, theme2.scss */
.co-modal--fixed {
  min-width: initial;
  width: 100%;
  max-width: 1100px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }
  @media (max-width: 767px) {
    /* line 3526, theme2.scss */
    .co-modal--fixed {
      border-radius: 0;
      max-width: 420px; } }
  /* line 3536, theme2.scss */
  .co-modal--fixed label:after {
    display: none !important; }
  /* line 3539, theme2.scss */
  .co-modal--fixed .co-modal-wrapper {
    padding: 40px; }
    @media (max-width: 767px) {
      /* line 3539, theme2.scss */
      .co-modal--fixed .co-modal-wrapper {
        padding: 12px 16px 16px; } }
  /* line 3545, theme2.scss */
  .co-modal--fixed .co-title--h2 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%; }
    @media (max-width: 767px) {
      /* line 3545, theme2.scss */
      .co-modal--fixed .co-title--h2 {
        font-size: 16px;
        line-height: 150%;
        margin: 0 -16px 24px;
        border-bottom: 1px solid #E6E6E6;
        padding: 0 16px 12px; } }
  /* line 3558, theme2.scss */
  .co-modal--fixed .co-modal-close {
    font-size: 0;
    padding: 0 0;
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    background: url("close.svg") no-repeat center;
    cursor: pointer; }
    @media (max-width: 767px) {
      /* line 3558, theme2.scss */
      .co-modal--fixed .co-modal-close {
        top: 16px;
        right: 16px; } }

/* line 3573, theme2.scss */
.co-overlay--show {
  background: rgba(0, 0, 0, 0.25); }

/* line 3578, theme2.scss */
.checkout-menu-open.js-active:after {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* line 3590, theme2.scss */
.body--loading .preloader.on-load {
  display: block; }

/* line 3595, theme2.scss */
.preloader.on-load {
  display: none;
  position: relative;
  top: initial;
  left: inherit;
  transform: none;
  width: 40px;
  height: 40px; }
  /* line 3604, theme2.scss */
  .preloader.on-load svg {
    width: 100%;
    height: 100%;
    animation: 3s linear 0s normal none infinite running rotate;
    -webkit-animation: 3s linear 0s normal none infinite running rotate; }
    /* line 3610, theme2.scss */
    .preloader.on-load svg path {
      fill: var(--color-btn-bg) !important; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 3632, theme2.scss */
.is-buy.is-checkout .co-section--checkout_content {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center; }

/* line 3638, theme2.scss */
.co-social_login-button_form {
  margin: 0 -8px !important; }

/* line 3642, theme2.scss */
body.js-active-zoom {
  overflow: hidden;
  height: 100%; }

/* line 3649, theme2.scss */
.modal-add-cart .modal-content {
  display: block !important; }
/* line 3652, theme2.scss */
.modal-add-cart .modal-title {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  text-align: center; }
/* line 3660, theme2.scss */
.modal-add-cart .option {
  display: none !important; }
  /* line 3662, theme2.scss */
  .modal-add-cart .option.option-razmer {
    display: block !important; }
  /* line 3665, theme2.scss */
  .modal-add-cart .option .option-select-heading {
    display: none !important; }
/* line 3669, theme2.scss */
.modal-add-cart .option-size-list {
  display: flex;
  flex-direction: column; }
/* line 3673, theme2.scss */
.modal-add-cart .option-size-item {
  padding: 10px 0;
  display: flex;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer; }
  /* line 3679, theme2.scss */
  .modal-add-cart .option-size-item input {
    display: none; }
  /* line 3682, theme2.scss */
  .modal-add-cart .option-size-item:last-child {
    border-bottom: 0; }
  /* line 3685, theme2.scss */
  .modal-add-cart .option-size-item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    min-width: 25px; }
  /* line 3691, theme2.scss */
  .modal-add-cart .option-size-item .variant-qty {
    margin-left: 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #808080; }
  /* line 3698, theme2.scss */
  .modal-add-cart .option-size-item.not-available {
    color: #808080; }

/*
.delivery_variants {
  .co-tabs-content {
    > label:not([for="order_delivery_variant_id_6870101"]):not([for="order_delivery_variant_id_6870195"]) {
      display: none !important;
    }
  }
}
*/
/* line 3712, theme2.scss */
[data-target=".co-modal--pick_up-6870195"],
[data-target=".co-modal--pick_up-6870101"] {
  margin-right: 5px; }

/* line 3718, theme2.scss */
.point-img__not {
  background: #f2efe8; }

/* line 3722, theme2.scss */
.point-img__not > img {
  min-height: 66px !important;
  width: 100%; }
