@charset "UTF-8";
/* line 2, theme.scss */
body.scroll-locked {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden !important; }

/* line 13, theme.scss */
body {
  --font-family: TT Norms Pro !important;
  --font-family-heading: TT Norms Pro !important;
  --heading-weight: 500 !important;
  --controls-btn-border-radius: 4px !important; }

/* line 20, theme.scss */
.digi-dolyame-modal * {
  font-family: TT Norms Pro !important; }

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

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

@media (max-width: 768px) {
  /* line 33, theme.scss */
  .page_layout-clear {
    padding-bottom: 4rem; }

  /* line 36, theme.scss */
  body {
    padding-bottom: 4rem; } }
/* line 40, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

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

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

  /* line 51, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 56, theme.scss */
#unisender_notify {
  opacity: 0;
  position: fixed;
  top: 42px;
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #BFB2A8;
  color: white;
  z-index: 2;
  transition: opacity 0.5s linear, visibility 0.5s linear;
  visibility: hidden; }

/* line 70, theme.scss */
#unisender_notify.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear, visibility 0.5s linear; }

/* line 76, theme.scss */
.namek_form-result {
  opacity: 0;
  transition: opacity 0.5s linear, visibility 0.5s linear;
  visibility: hidden; }

/* line 83, theme.scss */
.namek_form-result.show {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s linear, visibility 0.5s linear; }

/* line 89, theme.scss */
.checkout-v2-wrapper .co-login--social_login {
  display: none; }

/* line 93, theme.scss */
.checkout-v2-wrapper .co-section--content {
  justify-content: center; }

/* line 98, theme.scss */
.is-success-notice {
  color: white; }

/* line 101, theme.scss */
.micro-alert-item {
  justify-content: center; }

/* line 105, theme.scss */
.co-client-logged {
  font-weight: 500; }

/* line 109, theme.scss */
.co-client-name {
  font-weight: inherit; }

/* line 113, theme.scss */
.co-bonus_points-info b {
  color: #000;
  font-weight: 500; }

/* line 118, theme.scss */
.button, .co-button:not(.co-button--link), .picker-button, .m-modal-button, .co-tabs-controls--customer .co-tabs-node {
  height: var(--controls-height-m); }

/* line 122, theme.scss */
.co-input-title {
  font-size: 1rem; }

/* line 129, theme.scss */
.co-price--current {
  font-size: 1rem; }

/* line 132, theme.scss */
.co-basket_total-price {
  font-size: 1.5rem; }

/* line 136, theme.scss */
.co-title--h2 {
  font-weight: 500; }

/* line 143, theme.scss */
.co-toggable_field-description p {
  text-align: left !important; }

/* line 146, theme.scss */
.co-toggable_field-description p span {
  font-size: 0.8rem !important; }

/* line 155, theme.scss */
.co-input-description a:not([class]), .co-menu-link, .co-link, .link, a {
  text-decoration: none; }

/* line 159, theme.scss */
.co-price {
  font-weight: 500; }

/* line 163, theme.scss */
.is-success-notice {
  color: #fff; }

/* line 168, theme.scss */
.breadcrumbs-fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 48px;
  left: 0; }
  /* line 174, theme.scss */
  .breadcrumbs-fixed .layout__content {
    padding: 15px 0; }

/* line 178, theme.scss */
.fixed-padding {
  padding-top: 180px; }
  /* line 182, theme.scss */
  .fixed-padding .page_layout_sticky_left > aside > [data-sidebar] {
    top: calc(var(--sticky-sidebar-offset, 10px) + var(--fixed-panels-top-offset) + 100px);
    z-index: var(--zindex-sticky); }
  /* line 189, theme.scss */
  .fixed-padding .widget-type_headerkkspace .header-slider.second {
    border-bottom: 0; }

/* line 195, theme.scss */
.co-input-description a:not([class]), .co-menu-link, .co-link, .link, a {
  color: var(--color-text); }

/* line 200, theme.scss */
.co-basket_item-image img {
  max-width: 100%;
  max-height: 100%; }

/* line 204, theme.scss */
.co-menu-link:hover {
  color: var(--color-text); }

/* line 207, theme.scss */
.co-menu-link--active {
   /* color: var(--color-text);
	background: #fbfaf8;
	border-radius: var(--controls-btn-border-radius);*/ }

/* line 212, theme.scss */
.co-menu-link--personal {
  padding: 10px; }

/* line 215, theme.scss */
.co-menu-item--personal {
  transition: all 0.3s ease; }

/* line 218, theme.scss */
.co-menu-item--personal:has(.co-menu-link--active),
.co-menu-item--personal:hover, .co-menu-item--personal:active, .co-menu-item--personal:focus {
  color: var(--color-text);
  background: #fbfaf8;
  border-radius: var(--controls-btn-border-radius); }

/* line 226, theme.scss */
.co-sidebar--menu {
  flex: 0 0 20rem; }

/* line 230, theme.scss */
.co-input-field:focus {
  border: 1px solid var(--color-btn-bg) !important;
  box-shadow: none; }

/* line 235, theme.scss */
.co-input-field {
  height: 44px;
  border: 1px solid #eae8e7;
  outline: none;
  background-color: #fbfaf8;
  transition: all 0.3s ease; }

/* line 244, theme.scss */
div.co-input-select:after {
  content: '\ea08' !important;
  font-family: "insales-icons" !important; }

/* line 252, theme.scss */
.co-menu-toggle {
  background: none;
  justify-content: left; }

/* line 256, theme.scss */
.co-menu-toggle:after {
  content: '\ea08';
  font-family: "insales-icons";
  transition: all 0.3s ease;
  font-size: 16px;
  margin-left: 10px; }

/* line 264, theme.scss */
.co-menu-switcher:checked ~ .co-menu {
  background: none;
  box-shadow: none; }

/* line 269, theme.scss */
.co-menu-switcher:checked ~ .co-menu-toggle:after {
  content: '\ea08';
  font-family: "insales-icons";
  transform: rotate(-180deg); }

/* line 276, theme.scss */
.co-toggable_field {
  border: none; }

/* line 280, theme.scss */
a:not([class]):hover {
  color: var(--color-accent-text-minor-shade);
  text-decoration: none; }

/* line 285, theme.scss */
.co-input-description {
  font-size: 0.8rem; }

/* line 289, theme.scss */
.co-discount-description {
  font-weight: 500; }

/* line 293, theme.scss */
.co-checkout-title, .co-title--h1 {
  font-weight: 500; }

@media (max-width: 1180px) {
  /* line 298, theme.scss */
  .header__show-menu-btn,
  .side-panel__content .header__control-btn.header__cabinet,
  .side-panel__content .header__control-btn.header__favorite {
    opacity: 0 !important;
    visible: hidden !important; }

  /* line 307, theme.scss */
  .header__control-btn.header__cart {
    display: none !important; } }
@media (max-width: 1180px) {
  /* line 312, theme.scss */
  header {
    z-index: calc(var(--zindex-fixed) + 1); } }

/* social */
/* line 321, theme.scss */
.footer__area-social {
  grid-area: social;
  padding-top: 1rem; }
  /* line 324, theme.scss */
  .footer__area-social img {
    max-width: 15px;
    /*max-height: 30px;*/ }
  /* line 329, theme.scss */
  .footer__area-social .title {
    font-size: 1.1rem;
    font-weight: 400;
    padding-bottom: 0.75rem; }
  /* line 334, theme.scss */
  .footer__area-social .social-items {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1180px) {
      /* line 334, theme.scss */
      .footer__area-social .social-items {
        justify-content: left; } }
  /* line 343, theme.scss */
  .footer__area-social .social-img-item {
    /*max-height: 40px;*/
    margin: 0.5rem 1rem 0.5rem 0;
    background: var(--color-btn-bg);
    border-radius: 5px;
    padding: 10px;
    display: flex; }
    /* line 350, theme.scss */
    .footer__area-social .social-img-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1180px) {
      /* line 343, theme.scss */
      .footer__area-social .social-img-item {
        margin-right: 1.7rem; } }
    @media screen and (max-width: 375px) {
      /* line 343, theme.scss */
      .footer__area-social .social-img-item {
        margin-right: 1rem; } }

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

/*
  @media screen and (max-width:768px){
  jdiv{
		transform: scale(0.85) !important;
	box-shadow: none !important;
	margin-bottom: 145px !important;
	margin-right: 0 !important;
	}
  }
*/
/*
.button__ki3bu{
transform: scale(0.7);
box-shadow: none;
}
._mobileOffsetBottom__IQck_{
margin-bottom: 135px !important;
}
._orientationRight__k9MH2 .button__ki3bu{
margin-right:0;
}*/
/*MindBox сторис*/
/* line 392, theme.scss */
#popmechanic-container-80376 #popmechanic-form-80376 .tns-controls button {
  z-index: var(--zindex-fixed) !important; }

/* line 399, theme.scss */
.preloader1 {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #eae8e7;
  z-index: 9999; }

/* line 411, theme.scss */
.preloader__image {
  position: relative;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  /*margin-top: -35px;
  margin-left: -35px;*/
  text-align: center;
  animation: preloader-rotate 2s infinite linear; }

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg); } }
/* line 429, theme.scss */
.loaded_hidingg .preloader1 {
  transition: 0.3s opacity;
  opacity: 0; }

/* line 434, theme.scss */
.loadedd .preloader1 {
  display: none; }

/* line 440, theme.scss */
.product-preview__photo {
  position: relative; }

/* line 444, theme.scss */
.preview-video {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-position: 50% 50%;
  position: absolute;
  object-fit: cover;
  border-radius: var(--product-border-radius);
  z-index: 3; }

/* line 459, theme.scss */
.product-preview .option-cvet-card {
  margin-left: 10px;
  margin-bottom: 0rem; }

/* line 463, theme.scss */
.product-preview .option-image-card {
  border-radius: 50%;
  width: 6px !important;
  height: auto !important;
  vertical-align: middle; }

/* line 470, theme.scss */
.product-preview .option-value {
  margin-right: 0 !important; }
