@import url('https://fonts.googleapis.com/css2?family=Cuprum:ital,wght@0,400;0,700;1,400&display=swap');
:root {
  --color-button-hover: rgba(102,173,53,0.8);
}
html {font-size: 16px;scroll-behavior: smooth;}
body {font-family: Cuprum,Helvetica,Arial,sans-serif;color: rgba(0,0,0,0.8);overflow-y: scroll;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: Cuprum,Helvetica,Arial,sans-serif;font-weight: 600;}
p {line-height: 1;margin-bottom: 0;}
a {color: rgba(102,173,53,1);}
.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {background-color: rgba(102,173,53,1);background-image: linear-gradient(90deg,rgba(102,173,53,1) 20%,rgba(56,141,0,1) 80%);background-position: left center;background-size: 150%;transition: background-position-x .3s ease-in-out;color: rgba(255,255,255,0.9);border: 0;border-radius: 0.3rem;padding: 0.7em 1.7em;margin: 0;}
.button:focus, .button:hover {background-color: var(--color-button-hover);background-position: right center;color: rgba(255,255,255,0.9);}
.button.secondary, .button.secondary.disabled, .button.secondary.disabled:focus, .button.secondary.disabled:hover, .button.secondary[disabled], .button.secondary[disabled]:focus, .button.secondary[disabled]:hover {background-color: rgba(0,0,0,0.3);background-image: linear-gradient(90deg,rgba(0,0,0,0.3) 20%,rgba(0,0,0,0.1) 80%);color: rgba(255,255,255,0.9);}
.button.secondary:focus, .button.secondary:hover {background-color: rgba(0,0,0,0.4);background-position: right center;color: rgba(255,255,255,0.9);}
.label {padding: 0.03rem 0.3rem;}
.label.back {background: rgba(53,129,173,1);}
.label.special {background: rgba(186,23,23,1);}
.label.new{background: rgba(102,173,53,1);}
.label.available {background: rgba(0,0,0,0.5);}

.label.lack {background: #898989;}
.label.few {background: #a4b59b;}
.label.afew {background: #90c078;}
.label.enough {background: #6da947;}
.label.many {background: #3b7941;}
.manager_comment .text {
  margin-left: 5px;
  /* color: gray; */
}

.select_price {max-height: 0px;overflow: hidden;transition: all 0.3s;padding-left: 5rem;padding-right: 5rem;}
.select_price label {font-weight: 600;}
.select_price select {margin-bottom: 0;}
.topbar__wrapper {background-color: rgba(0,0,0,0.8);color: rgba(255,255,255,0.9);}
.topbar_menu.menu a {color: rgba(255,255,255,0.9);font-size: 0.9rem;font-weight: 600;text-transform: uppercase;padding: 0.5rem 0.8rem;}
.right_menu.wrapper {background: rgba(228,228,228,0.7);padding-left: 1rem;padding-right: 1rem;}
.right_menu.position-right {width: 210px;}
.right_menu.position-right.is-transition-push {-webkit-box-shadow: inset 13px 0 20px -13px rgba(10,10,10,0.1);box-shadow: inset 13px 0 20px -13px rgba(10,10,10,0.1);}
.right_menu .menu {margin-bottom: 0.8rem;}
.right_menu .menu li:first-child {font-weight: 600;}
.right_menu .menu a {color: rgba(0,0,0,0.9);padding: 0.2rem 0.5rem;}
.right_menu .menu a.group {font-size: 0.85rem;}
.right_menu .menu a.required {color: rgba(186,23,23,1);}
.right_menu img {padding-top: 1rem;padding-bottom: 1.5rem;}
.right_menu .contacts {text-align: center;margin-top: 1rem;}
.js-off-canvas-overlay {background: rgba(0,0,0,0.25);}
.header.wrapper {background-color: rgba(0,0,0,0.05);padding-top: 1rem; padding-bottom: 1rem;}
.header h1 {font-weight: 600;}
.header h3 {margin-bottom: 0;}
.product_search__wrapper .menu a {
  color: rgba(0,0,0,0.6);padding: 0.2rem 0.5rem;border: 1px solid rgba(0,0,0,0.2);border-radius: 1rem;margin-right: 0.3rem;
}
.product_search__wrapper .filter.active {
  position: relative;
}
.product_search__wrapper .filter .dd {
  z-index: 10;
  list-style: none;
  margin-inline-start: 0;
  background: white;
  padding: .25em;
  border: 1px solid black;
  position: absolute;
  top: calc(100% + 8px);
}
.product_search__wrapper .filter.active .dd.active li {
  cursor: pointer;
  padding: .25em;
}
.product_search__wrapper .filter.active .dd.active li:is(:hover, .active) {
  background-color: var(--color-button-hover);
  color: white;
}
.product_search__wrapper .filter.active .dd:not(.active),
.product_search__wrapper .filter:not(.active) .dd {
  display: none !important;
}
.product_search__wrapper .menu .active a {
  background: none;color: rgba(0,0,0,0.9);border-color: rgba(0,0,0,0.7);
}
.product_search_input {margin-top: 0.5rem;margin-bottom: 0.3rem;}
.required_warning {background: rgba(255,0,0,0.1);}
.catalog_title.required_warning {
  background: rgb(195 15 15 / 80%);
}
.catalog_title .category_info {
  color: rgba(255,255,255,0.9);
}
.catalog_title .category_info .product_package {
  color: rgba(255,255,255,0.9);
  font-size: 1rem;
}
.required_message {font-size: 0.7rem; color: rgba(186,23,23,1);}
.catalog_title {background: rgba(0,0,0,0.8);color: rgba(255,255,255,0.9);}
.catalog_title h3 {margin-bottom: 0;}
.group_title {border-bottom: 1px solid rgba(0,0,0,0.1);}
.group_title h5 {margin-top: 0.2rem;margin-bottom: 0;}
.group_separator {border-bottom: 5px solid rgba(0,0,0,0.1);}
.product_list {min-height: 25rem;}
.product_header {position: sticky;top: 0;z-index: 8;background-color: rgba(255,255,255,0.8);backdrop-filter: blur(4px);font-size: 0.8rem;border-bottom: 1px solid rgba(0,0,0,0.1);}
.product_block {border-bottom: 1px solid rgba(0,0,0,0.1);padding-top: 0.4rem;padding-bottom: 0.4rem;transition: all 0.3s ease-out;}
.product_block_not_available div.cell {opacity: 0.5;}
.product_image {padding-left: 1rem;padding-right: 1.1rem;}
.product_image img {filter: contrast(0.9);border-radius: 8px;}
.product_description {align-self: normal;font-size: 0.9rem;}
.product_description_title {font-weight: 600;font-size: 1.06rem;}
.product_price, .product_retail {font-weight: 600;}
.product_quantity {font-weight: 600;}
.product_minus {display: inline-block;background-color: rgba(0,0,0,0.1);width: 40px;cursor: pointer;border-radius: 6px 0 0 6px;}
.product_minus_not_available {display: inline-block;background-color: rgba(0,0,0,0.1);width: 40px;border-radius: 6px 0 0 6px;}
.product_plus {display: inline-block;background-color: rgba(0,0,0,0.1);width: 40px;cursor: pointer;border-radius: 0 6px 6px 0;}
.product_plus_not_available {display: inline-block;background-color: rgba(0,0,0,0.1);width: 40px;border-radius: 0 6px 6px 0;}
.product_quantity_input {display: inline-block;background-color: rgba(0,0,0,0.1);width: 44px;height: 24px;text-align: center;border: 0;margin-bottom: 0;box-shadow: none;}
.product_package {font-size: 0.7rem; color: rgba(0,0,0,0.5);}
.product_limit_info {font-size: 0.8rem;color: rgba(0,0,0,0.5);}
.product_sum {font-weight: 600;}
.bottom_bar__wrapper {background: rgba(228,228,228,0.7);backdrop-filter: blur(4px);color: rgba(0,0,0,0.9);position: sticky; bottom: 0;padding-top: 1rem;padding-bottom: 1rem;}
.bottom_bar_total {font-weight: 600;}
.footer__wrapper {background: rgba(0,0,0,0.8);color: rgba(255,255,255,0.9);padding-top: 2rem;padding-bottom:2rem;}
.copyright {font-size: .6rem;text-align: center;text-transform: uppercase;margin-bottom: .3rem;}
.login .wrapper {padding-top: 6em;padding-bottom: 8em;}
.login .grid-container {max-width: 28rem;}
@media print, screen and (max-width: 39.99875em) {
  .reveal {width: auto;height: auto;min-height: auto;margin: 6rem 1rem;}
}
@media print, screen and (min-width: 64em) {
  .position-right.reveal-for-large~.off-canvas-content {margin-right: 210px;}
}
@media print, screen and (min-width: 64em) {
  .off-canvas-content.has-reveal-right {margin-right: 210px;}
}
@media print, screen and (min-width: 40em) {
  .off-canvas-content.has-reveal-right {margin-right: 210px;}
}
.base_loader .spin {-webkit-animation: rotating 2s linear infinite;-moz-animation: rotating 2s linear infinite;-o-animation: rotating 2s linear infinite;animation: rotating 2s linear infinite;-webkit-transform-origin: center center;-moz-transform-origin: center center;-ms-transform-origin: center center;-o-transform-origin: center center;transform-origin: center center;width: 80px;height: 80px;}
.base_loader .spin_path {stroke-dasharray: 1, 200;stroke-dashoffset: 0;stroke: rgba(102,173,53,1);animation: dash 1.5s ease-in-out infinite;stroke-linecap: round;}
@keyframes rotating{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124px}}


.toggle-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 44px;
  background-color: #7ED321;
  border-radius: 24px;
  padding: 0 12px;
  box-sizing: border-box;
}

.toggle-description {
  font-size: 14px;
  color: #FFFFFF;
}

.toggle {
  position: relative;
  width: 50px;
  height: 24px;
}

.toggle-state {
  display: none;
}

.toggle-inner {
  margin: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition: left 0.3s;
}

.toggle-state:checked + .toggle-inner {
  left: 26px;
}

.toggle-switch__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 24px;
  border-radius: 24px;
  background-color: #FFFFFF;
  opacity: 0.5;
  transition: opacity 0.3s;
}

/* .toggle-state:checked + .toggle-inner + .toggle-switch__label {
  opacity: 0.5;
} */
.manager_comment {
  display: flex;
  justify-content: start;
  align-items: center;

}
.manager_comment .label {
  margin-left: 5px;
}
/* .quantity_point {

} */