/* line 1, _settings.scss */
:root {
  --regmodal-show: var(--draft-regmodal-show, true);
  --bg: var(--draft-bg, #FFFFFF);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #010303);
  --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, #0e2a2a);
  --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, #1b5050);
  --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, #42c0c0);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #010303);
  --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, #0e2a2a);
  --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, #1b5050);
  --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, #42c0c0);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #F7F7F7);
  --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, #f7f7f7);
  --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, #f7f7f7);
  --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, #f4f4f4);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-size: var(--draft-font-size, 14px);
  --heading-ratio: var(--draft-heading-ratio, 1.4);
  --heading-weight: var(--draft-heading-weight, 400);
  --collection_count: var(--draft-collection_count, 52);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 4);
  --hide-blog-link: var(--draft-hide-blog-link, true);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1776px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true); }

/* line 4, theme.scss */
:root {
  --dark-gray: #5A5A5A; }

@media (max-width: 575px) {
  /* line 8, theme.scss */
  .filter__head .filter__head-title,
  .filter__controls .button {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 400 !important; }

  /* line 14, theme.scss */
  .filter__controls .button {
    font-size: 11px !important; } }
/* line 18, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 21, theme.scss */
.product-preview__price-old,
.product__price-old {
  text-decoration: line-through; }

/* line 25, theme.scss */
.insales-ui-discount-error {
  margin-bottom: 10px;
  font-size: 11px; }

/* line 27, theme.scss */
.check__row {
  margin-bottom: 5px; }

/* line 28, theme.scss */
.co-countdown-block,
.co-input--error .co-input-notice {
  font-size: 11px;
  font-family: var(--font-family), var(--font-family-default); }

/* line 33, theme.scss */
.co-input--checkbox {
  text-align: left;
  font-family: var(--font-family), var(--font-family-default);
  font-size: 13px; }

/* line 38, theme.scss */
.co-input--checkbox .co-input-title {
  font-size: 11px; }

/* line 41, theme.scss */
.co-input--checkbox .co-toggable_field-information {
  padding: 4px 0 0 0; }

/* line 44, theme.scss */
.co-modal-login_form .co-input + .co-input {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

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

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

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

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

  /* line 63, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 68, theme.scss */
:root {
  --font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-heading: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

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

/* line 77, theme.scss */
body header {
  position: sticky;
  top: 0;
  width: 100%;
  left: 0; }

/* line 84, theme.scss */
.product-preview.with-old-price .product-preview__price-cur {
  color: #f00; }
/* line 87, theme.scss */
.product-preview .product-preview__price-old {
  padding: 0 2px; }
/* line 90, theme.scss */
.product-preview .product-preview__price-old-percent {
  color: #b1b1b1; }
/* line 93, theme.scss */
.product-preview .product-label {
  padding: 5px 9px;
  background: #444;
  color: #fff;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }
  @media (max-width: 575px) {
    /* line 93, theme.scss */
    .product-preview .product-label {
      font-size: 9px;
      padding: 3px 7px; } }

/* line 108, theme.scss */
.product__price-old-percent {
  color: #b1b1b1;
  font-weight: 400; }

/* line 112, theme.scss */
body[data-theme-template="index"] header {
  position: fixed; }

/* line 116, theme.scss */
.scroll-down header {
  transform: translateY(-100%);
  transition: all 0.6s; }

/* line 121, theme.scss */
.scroll-up header {
  transition: all 1.2s; }

/* line 126, theme.scss */
body:not([data-theme-template="index"]) .button:hover,
body:not([data-theme-template="index"]) .co-button:not(.co-button--link):hover,
body:not([data-theme-template="index"]) .picker-button:hover,
body:not([data-theme-template="index"]) .m-modal-button:hover,
body:not([data-theme-template="index"]) .co-tabs-controls--customer .co-tabs-node:hover {
  border: var(--controls-border-width) solid var(--color-btn-bg);
  color: var(--color-btn-bg);
  background: transparent; }
/* line 136, theme.scss */
body:not([data-theme-template="index"]) .button:active,
body:not([data-theme-template="index"]) .co-button:not(.co-button--link):active,
body:not([data-theme-template="index"]) .picker-button:active,
body:not([data-theme-template="index"]) .m-modal-button:active,
body:not([data-theme-template="index"]) .co-tabs-controls--customer .co-tabs-node:active {
  border: var(--controls-border-width) solid var(--color-btn-bg);
  color: var(--color-btn-bg);
  background: #DEDEDE; }

/* line 147, theme.scss */
.fancybox-bg {
  background: #F7F7F7;
  opacity: 1 !important; }

/* line 152, theme.scss */
.layout[style*="--bg:"][style*="--layout-wide-bg: true"] {
  background: var(--bg);
  padding-left: var(--layout-side-padding);
  padding-right: var(--layout-side-padding); }

/* line 158, theme.scss */
.layout[style*="--bg:"][style*="--layout-wide-bg: true"] .layout__content {
  background: transparent;
  padding-left: 0;
  padding-right: 0; }

/* line 164, theme.scss */
.layout[style*="--bg:"][style*="--layout-edge: true"] {
  padding-left: 0;
  padding-right: 0; }

/* line 169, theme.scss */
.layout[style*="--layout-edge: true"] {
  padding-left: 0;
  padding-right: 0; }

/* line 174, theme.scss */
.layout[style*="--layout-edge: true"] .layout__content {
  padding-left: 0;
  padding-right: 0; }

/* line 179, theme.scss */
.layout[style*="--layout-wide-content: true"] .layout__content {
  max-width: 100%; }

/* line 185, theme.scss */
[data-theme-template="account.orders2"] .co-checkout-title.co-title.co-title--h1 {
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  font-family: var(--font-family-heading); }

/* line 192, theme.scss */
.co-checkout-title.co-title.co-title--h1 {
  font-weight: 400;
  font-size: 22px;
  line-height: 35px;
  font-family: var(--font-family-heading); }

/* line 199, theme.scss */
.co-checkout-block--padded, .co-menu-link, .co-input-field, #contacts label, #contacts label .co-input-title {
  font-weight: 400;
  font-size: 13px;
  line-height: 120%;
  font-family: 'Arial'; }

/* line 206, theme.scss */
#contacts .co-input-description p {
  text-align: left !important; }

/* line 210, theme.scss */
.fslightbox-container {
  background: #F7F7F7; }

/* line 215, theme.scss */
header:hover {
  background: #fff; }

@media (max-width: 768px) {
  /* line 220, theme.scss */
  .default-logo__text span {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; } }
@media (max-width: 575px) {
  /* line 226, theme.scss */
  body header {
    position: fixed; }

  /* line 229, theme.scss */
  .is-inner {
    padding-top: 140px; }

  /* line 232, theme.scss */
  .subcollection-list {
    text-align: center; } }
/* line 238, theme.scss */
.widget-type_patry_footer .default-logo__text span {
  width: 170px; }
  @media (max-width: 768px) {
    /* line 238, theme.scss */
    .widget-type_patry_footer .default-logo__text span {
      -webkit-justify-content: center;
      justify-content: center; } }

/* line 247, theme.scss */
header.is-open {
  height: 100%;
  background: #FFF !important; }

/* line 251, theme.scss */
.micro-alert {
  display: none; }

@media (max-width: 575px) {
  /* line 255, theme.scss */
  .page_layout > main, .page_layout > .page_section_top {
    grid-area: unset; } }
/* line 259, theme.scss */
.discount {
  margin-bottom: 15px;
  font-size: 11px; }

/* line 264, theme.scss */
.bonus__warning,
.co-notice--success,
.co-notice--flash {
  padding: 1.4rem 1.563rem;
  margin-bottom: 1.25rem;
  font-size: 11px;
  line-height: 20px;
  text-align: left;
  padding-left: 1.563rem;
  border-left: 5px solid transparent;
  text-transform: none;
  background-color: #f3f3f3;
  border-color: #b1b1b1;
  color: #333; }

/* line 280, theme.scss */
.regModal {
  position: fixed;
  border-radius: 8px;
  transition: all ease-in-out 0.5s;
  box-sizing: border-box;
  padding: 20px;
  z-index: 301;
  max-width: calc(100% - 40px);
  background-color: #ffffff;
  cursor: auto;
  width: 350px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 0px;
  bottom: -100%;
  left: 20px;
  display: block;
  color: #333; }
  /* line 297, theme.scss */
  .regModal__title {
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 8px; }
  /* line 302, theme.scss */
  .regModal .btn {
    font-size: 11px;
    min-width: 222px; }
  /* line 306, theme.scss */
  .regModal__inner {
    position: relative; }
  /* line 309, theme.scss */
  .regModal__content {
    font-size: 10px;
    line-height: 140%; }
  /* line 313, theme.scss */
  .regModal__close {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    width: 20px;
    transition: all 0.3s;
    height: 20px;
    cursor: pointer; }
    /* line 324, theme.scss */
    .regModal__close:hover {
      color: #000; }

/* line 331, theme.scss */
.js-show-regmodal .regModal {
  opacity: 1;
  visibility: visible;
  bottom: 20px; }

@media (max-width: 575px) {
  /* line 338, theme.scss */
  .regModal {
    width: 100%;
    max-width: calc(100% - 20px);
    left: 10px;
    right: 10px; }

  /* line 344, theme.scss */
  .js-show-regmodal .regModal {
    bottom: 10px; } }
/* line 350, theme.scss */
.widget-type_patry_product .option-modal-inner .option-value .last-variant {
  font-size: 13px !important; }

/* line 354, theme.scss */
.widget-type_patry_product .option-modal-inner .option-value.is-active .last-variant {
  font-weight: bold !important; }

/* line 358, theme.scss */
.widget-type_patry_product .option-modal-inner .option-value .no-variant {
  font-size: 13px !important; }

/* line 362, theme.scss */
.widget-type_patry_product .option-modal-inner .option-value.is-active:after {
  font-weight: bold !important; }

/* line 366, theme.scss */
.product-label.sold-out-label,
.product-label.is-new {
  background: none !important;
  color: inherit !important; }

/* line 372, theme.scss */
.icon-times:before {
  color: black !important; }

/* line 376, theme.scss */
button.co-modal-button.co-button.js-modal-submit--login {
  text-transform: uppercase; }

/* line 380, theme.scss */
.product_gallery-item.product_gallery-video--large .videobg {
  background-color: #f7f7f7; }

/* line 384, theme.scss */
.product_gallery-video ~ .product_gallery-item {
  border-right: 1px solid #DEDEDE !important; }

/* line 387, theme.scss */
.product_gallery-video ~ .product_gallery-item:last-child {
  border-right: none !important; }

/* line 391, theme.scss */
.hide {
  display: none !important; }

/* fancybox */
/* line 398, theme.scss */
.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important; }

/* line 405, theme.scss */
.fancybox-button {
  color: #000 !important;
  background-color: transparent !important; }

/* line 410, theme.scss */
.fancybox-button:hover {
  color: #666 !important; }

/* line 414, theme.scss */
.fancybox-navigation .fancybox-button,
.fancybox-toolbar, .fancybox-infobar {
  opacity: 1 !important;
  visibility: visible !important; }

/* line 421, theme.scss */
.fancybox-slide--iframe .fancybox-content {
  background-color: #f7f7f7 !important; }

@media (max-width: 767px) {
  /* line 426, theme.scss */
  .fancybox-slide--iframe .fancybox-content .fancybox-iframe {
    background-color: #f7f7f7 !important; }

  /* line 429, theme.scss */
  .product_gallery-video {
    border: none !important; }

  /* line 432, theme.scss */
  .widget-type_patry_product .product_gallery-video .videobg {
    background-color: #ffffff; } }
/* line 437, theme.scss */
#video {
  background-color: #fff !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  min-height: 500px; }

/* line 445, theme.scss */
.widget-type_patry_product .product_gallery.with-video .product_gallery-item:nth-last-child(2) {
  border-right: 1px solid #DEDEDE !important; }

/* line 449, theme.scss */
.widget-type_patry_product .product_gallery .product_gallery-item:nth-last-child(-n+2) {
  border-bottom: none !important; }

/* line 452, theme.scss */
.widget-type_patry_product .product_gallery.with-video .product_gallery-video {
  border-bottom: none !important; }
