#wholesale-cart.active {
  margin-top: var(--gap-s);
}
.cart-checkout #wholesale-cart-loading {
  display: none;
}
.wholesale-allert {
  margin-bottom: var(--gap-s);
}

body .oc *,
body .shop-regions-window__wrapper,
body .buy1click-form,
body .buy1click-form *,
body .buy1click-input-text,
body .buy1click-button,
body .buy1click-form-button,
body .buy1click-select.jq-selectbox .jq-selectbox__search input {
  font-family: var(--font-family-main) !important;
}
body .shop-regions__link.shop-regions-button__link.shop-regions__link_pseudo.shop-regions__trigger-show-window,
body .shop-regions-window__sub-header,
body .shop-regions-window__regions-letter,
body .buy1click-form-field__label,
body .oc-form__field .oc-form__field-title {
  color: var(--tertiary);
}
body .shop-regions__link.shop-regions-button__link.shop-regions__link_pseudo.shop-regions__trigger-show-window:hover,
body .buy1click-form,
body .buy1click-input-text,
body .buy1click-button,
body .buy1click-form-button,
body .buy1click-select.jq-selectbox .jq-selectbox__search input,
body .oc-modal .form-zagl {
  color: var(--primary);
}
body .shop-regions-window-search__button,
body .shop-regions-ip-analyzer__button {
  border-radius: 1px;
  border: 1px solid var(--inverted);
  background: transparent;
  box-shadow: none;
  color: var(--primary);
  transition: background-color 0.1s ease-out, border 0.1s, color 0.1s ease-out;
}
body .shop-regions-ip-analyzer__triggers .shop-regions-ip-analyzer__trigger-select-city,
body .shop-regions-ip-analyzer__triggers .shop-regions-ip-analyzer__trigger-confirm-current-city {
  margin-left: 0px;
}
body .shop-regions-window-search__button:hover,
body .shop-regions-ip-analyzer__button:hover {
  box-shadow: none;
  color: #fff;
  background-color: var(--inverted);
  border-color: var(--inverted);
}
body .shop-regions__trigger-switch-city.shop-regions-ip-analyzer__button.shop-regions-ip-analyzer__trigger-switch-city,
body .buy1click-form_type_item .buy1click-form-button {
  color: #fff;
  background-color: var(--inverted);
  border: 1px solid var(--inverted);
}
body .shop-regions__trigger-switch-city.shop-regions-ip-analyzer__button.shop-regions-ip-analyzer__trigger-switch-city:hover,
body .buy1click-form_type_item .buy1click-form-button:hover {
  color: #fff;
  background-color: var(--accent);
  border: 1px solid var(--accent);
}
body .shop-regions-window__header,
body .shop-regions-ip-analyzer__header {
  color: var(--primary);
  margin-bottom: 12px;
  font-weight: var(--bolder);
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
body .shop-regions-window__search .shop-regions-window__sub-header {
  font-family: var(--font-family-secondary);
  font-optical-sizing: auto;
  font-weight: var(--bold);
  font-style: normal;
  letter-spacing: -0.1px;
  font-size: 24px;
  line-height: 32px;
}
body .shop-regions-ip-analyzer__wrapper {
  margin-top: 12px;
  margin-left: -24px;
}
body .shop-regions-window__wrapper, .shop-regions-ip-analyzer__wrapper {
  background: #ffffff;
  padding: 20px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 100;
  text-align: left;
  border: 1px solid var(--stroke);
}

body .shop-regions-confirm-window {
    color: var(--primary);
}
body .shop-regions-confirm-window__btn,
body .shop-regions-window,
body .shop-regions-confirm-window {
    border-radius: 0;
}
body .shop-regions-confirm-window__btn,
body .shop-regions-confirm-window__btn:hover {
    box-shadow: none;
}
body .shop-regions-confirm-window__btn {
    min-width: 50px !important;
}
body .shop-regions-window-wrapper__window-wrapper {
    box-sizing: border-box;
}
body .shop-regions-cities__city-letter,
body .shop-regions-cities__city:hover {
    color: var(--primary);
}

body .buy1click-form__content {
  border-radius: 1px;
}
body .buy1click-checkbox-box {
  font-size: 12px;
}
body .buy1click-item-quantity__minus {
  border-radius: 1px 0 0 1px;
}
body .buy1click-item-quantity__plus {
  border-radius: 0 1px 1px 0;
}
body .buy1click-item-quantity__minus, .buy1click-item-quantity__plus {
  border: 1px solid var(--stroke);
}
body .buy1click-item__name,
body .buy1click-item__sku-name,
body .buy1click-checkbox-box {
  font-weight: 300;
}
body .buy1click-input-text, 
body input[type="text"].buy1click-input-text,
body .buy1click-form__captcha .wa-captcha-input,
body .buy1click-select.jq-selectbox .jq-selectbox__search input,
body .buy1click-textarea {
  height: auto !important;
}
body .buy1click-form-field__label,
body .oc-form__field .oc-form__field-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
body .buy1click-form__submit-button {
  margin-top: 0;
}
body .buy1click-total-box__col {
  padding-top: 0;
}
body .buy1click-items-header__col_quantity,
body .buy1click-item__col_quantity {
  width: 75px;
}
body .buy1click-item-quantity__minus,
body .buy1click-item-quantity__plus {
  width: 23px;
}
body .buy1click-items-header__col_price,
body .buy1click-item__col_price {
  width: 90px;
}
body .buy1click-checkbox-box__checkbox {
  padding-right: 9px;
  width: 26px;
}
body .buy1click-checkbox.jq-checkbox,
body .buy1click-checkbox.jq-checkbox.focused {
  width: 16px;
  height: 16px;
  border: 1px solid var(--stroke);
  border-radius: 1px;
}
body .buy1click-checkbox__icon {
  width: 10px;
  position: relative;
  left: 1px;
}
/*subtitle--s*/
body .buy1click-form__header,
body .oc-modal .form-zagl {
  font-weight: var(--bolder);
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 16px;
  line-height: 20px;
}
/*text--m*/
body .buy1click-form__content {
  letter-spacing: -0.2px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.4px;
  text-transform:none;
}
body .buy1click-form__confirmation {
  margin-bottom: 10px;
}
body .buy1click-form__policy {
  margin-top: 0;
}
body .oc-modal .form-zagl {
    padding: 25px 25px 25px;
}
body .oc-modal .form-body {
    padding: 0 25px;
}
body .oc-modal .oc-btn-accept {
    width: calc(100% - 50px) !important;
    margin: auto auto 25px  auto;
}
body .oc-form__field {
  margin-bottom: var(--gap-m);
}
body .oc-form__field_text {
    color: var(--primary);
    line-height: 16px;
    letter-spacing: -0.4px;
    text-transform: none;
    font-size: 12px;
    margin-bottom: var(--gap-xs);
}
body .oc-form__field.oc-form__captcha {
   margin-bottom: var(--gap-xs);
}
body .oc-modal .oc-btn {
  background: var(--inverted) !important;
}
body .oc-modal .oc-btn:hover {
  background: var(--accent) !important;
}
body .oc-modal {
  border-radius: 1px;
}
body .oc-modal button.oc-modal__close {
    top: 16px;
    right: 16px;
    color: #828282;
}
body .oc-form__field input:focus+.oc-form__field-title,
body .oc-form__field textarea:focus+.oc-form__field-title,
body .oc-form__field input:active+.oc-form__field-title,
body .oc-form__field textarea:active+.oc-form__field-title,
body .oc-form__field .not-empty+.oc-form__field-title,
body .oc-form__field select+.oc-form__field-title,
body .oc-form__field .range+.oc-form__field-title,
body .oc-form__field input:-webkit-autofill+.oc-form__field-title,
body .oc-form__field textarea:-webkit-autofill+.oc-form__field-title,
body .oc-form__field select:-webkit-autofill+.oc-form__field-title {
    /*left: 13px;*/
    top: -11px;
    font-size: 12px;
    color: var(--tertiary);
}

.s-review-images-section,
.s-review-notice-section {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-review-images-section a,
.s-review-notice-section a {
  display: inline !important;
  padding: 0 !important;
}
@media (max-width: 760px) {
  .s-review-images-section,
  .s-review-notice-section {
    width: 100%;
  }
}
.s-review-wrapper .s-images-list {
  margin: 5px 0 0;
}
.s-review-wrapper .s-images-list .s-image-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 5px 0;
  padding: 0;
}
.s-review-wrapper .s-images-list .s-image-wrapper .s-image {
  height: 100px;
  vertical-align: top;
}
.error-message {
  color: var(--accent);
}

.currency-toggle {
  margin-right: 20px;
}
.bonus {
  background: #ceb;
  padding: 2px 4px 1px;
}
.plugin {
  margin-bottom: 20px;
}
.promo {
  padding: 0;
  margin-top: -25px;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.promo a {
  display: block;
  height: 400px;
  text-decoration: none;
}
.promo a .image {
  float: right;
  margin-right: 60px;
  position: relative;
}
.promo a .image .corner.right {
  right: 30px;
}
.promo a .image .corner.top {
  top: 20px;
}
.promo a .info {
  position: absolute;
  margin-left: 40px;
  z-index: 183;
}
.promo a .info h2 {
  font-size: 3em;
  color: var(--primary);
  line-height: 1.2em;
  margin-bottom: 0.4em;
  margin-right: 450px;
}
.promo a .info p {
  color: #555;
  font-size: 1.3em;
  text-shadow: 0 0 3px #fff;
  margin-right: 500px;
}
.promo .purchase {
  padding: 10px;
  margin-right: 0;
  border-radius: 1px;
}
.promo .bx-wrapper {
  margin: 0 auto;
  direction: ltr;
}
.promo .bx-wrapper .bx-viewport {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 0;
}
.promo .bx-wrapper .bx-pager,
.promo .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}
.promo .bx-wrapper .bx-prev {
  left: 0;
}
.promo .bx-wrapper .bx-next {
  right: 0;
}
.promos {
  margin: 0 -25px;
}
.promos ul {
  padding: 0;
  margin: 0;
}
.promos ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
  width: 25%;
}
.promos ul li a {
  display: block;
  padding: 40px 20px;
  height: 80px;
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  color: var(--primary);
  background-color: rgba(0,0,0,0.05);
  border: 15px solid #fff;
  border-top-width: 0;
  border-bottom-width: 30px;
  text-align: center;
  position: relative;
  text-decoration: none;
}
.promos ul li a .background-color-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
  background-color: var(--primary);
}
.promos ul li a h5 {
  font-size: 1.3em;
  text-shadow: 0 1px 2px var(--primary);
  position: relative;
  z-index: 2;
}
.promos ul li a p {
  font-size: 0.9em;
  text-shadow: 0 1px 1px var(--primary);
  position: relative;
  z-index: 2;
}
.sub-categories {
  margin: 0 0 20px;
  padding: 0;
}
.sub-categories li {
  display: inline-block;
  padding: 0 0 0 1em;
  margin: 0;
  list-style: none;
}
.sub-categories li:first-child {
  padding-left: 0;
}

.dynamic-cat {
  position: relative;
  gap: 10px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s;
}
.dynamic-cat .swiper {
  margin-left: 0;
  margin-right: 0;
  user-select: none;
}
.dynamic-cat .arrows {
    position: absolute;
    right: 0;
    top: -3px;
    background-color: #fff;
    z-index: 1;
    width: auto;
}
.dynamic-cat__list {
  gap: 6px;
}
.swiper-slide:not(:first-child) .subtitle {
  padding-left: 10px;
}
.dynamic-cat .swiper:not(.swiper-initialized) .dynamic-cat__list {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.dynamic-cat .tag {
  color: var(--primary);
}
.dynamic-cat .tag:hover {
  color: var(--accent);
}
.dynamic-cat .swiper-slide {
  width: auto !important;
}
.dynamic-cat .swiper-slide > div {
  gap: 6px;
}


/* Стили для попапа */
.dynamic-cat-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  /* background: rgba(0,0,0,0.7); */
  z-index: 1000;
  display: none;
  /* align-items: center; */
  /* justify-content: center; */
  /* visibility: hidden; */
  /* opacity: 0; */
  /* pointer-events: none; */
  /* width: 175px; */
  /* top: 100%; */
  background-color: #fff;
  padding: 12px;
  border: 1px solid var(--stroke);
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
  /* z-index: 15; */
  /* transition: opacity 0.3s ease-out; */
}
.dynamic-cat-popup__content {
  /* background: white; */
  /* padding: 30px; */
  /* border-radius: 8px; */
  /* max-width: 90%; */
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
}
.dynamic-cat-popup__close {
  position: absolute;
  top: -22px;
  right: 0px;
  cursor: pointer;
  font-size: 24px;
}
.dynamic-cat-popup__close:hover {
  color: var(--accent);
}
.dynamic-cat-popup__grid {
  /* display: grid; */
  /* grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); */
  /* gap: 15px; */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dynamic-cat-popup .dynamic-cat__item {
  /* padding: 10px; */
  /* border: 1px solid #eee; */
  /* border-radius: 4px; */
  gap: 6px;
}

.rub {
  margin-left: 3px;
}


.filters {
  padding: calc(var(--gap-m) - 2px) var(--gap-m);
  background: var(--light-bg);
  width: 100%;
  box-sizing: border-box;
}
.filters .filter-param {
  /*margin-bottom: var(--gap-s);
  padding-bottom: var(--gap-s);*/
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.filters .filter-param + .filter-param {
  /* padding-bottom: var(--gap-s); */
}
.filters .filter-param:last-child {
  background-image: none;
}
.filter-label-name {
    position: relative;
    top: 1px;
    letter-spacing: -0.2px;
}
.filters__headline-char {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.filters__headline-char:after{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.00006' y='7.50012' width='12' height='1' fill='%23161515'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform .2s;
}
.is_hide .filters__headline-char:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.00006' y='7.50012' width='12' height='1' fill='%23161515'/%3E%3Crect x='7.5' y='14' width='12' height='1' transform='rotate(-90 7.5 14)' fill='%23161515'/%3E%3C/svg%3E%0A");
}
/*
.is_hide .filters__char-wrap,
.is_hide .filter-label-more {
  display: none;
}*/
.filters label {
  display: inline-block;
}
.filters label {
    cursor: pointer;
}
.filters label.is_hide {
  display: none;
}
.filters .filters__char-wrap_label_show label.is_hide{
  display: block;
}
.filters label + label {
  /* margin-top: var(--gap-xs); */
}
.filters__char-wrap {
 /* margin-top: var(--gap-s);*/
 margin-top: 10px;
}
.filters .slider input {
  padding: 5px 15px;
  margin: 0 5px;
  max-width: 110px;
}
.filters__buttons {
  gap: 12px;
  margin-top: var(--gap-xs)
}
.filters__buttons > .button {
  flex: 1;
  justify-content: center;
  min-width: auto;
}
.not-found {
  padding: 16px;
  border: 1px solid #eee;
  background-color: #FBFBFB;
}
.filter-label-more {
    margin-top: 10px;
}
.filters label {
  display: block;
  font-weight: 400;
  flex: 50%;
  margin-bottom: calc(var(--gap-xs) - 4px);
}
[data-id="33"] .filters__char-wrap > div, 
[data-id="93"] .filters__char-wrap > div, 
[data-id="71"] .filters__char-wrap > div, 
[data-id="100"] .filters__char-wrap > div, 
[data-id="119"] .filters__char-wrap > div, 
[data-id="91"] .filters__char-wrap > div, 
[data-id="92"] .filters__char-wrap > div, 
[data-id="53"] .filters__char-wrap > div, 
[data-id="26"] .filters__char-wrap > div, 
[data-id="23"] .filters__char-wrap > div, 
[data-id="37"] .filters__char-wrap > div, 
[data-id="42"] .filters__char-wrap > div, 
[data-id="59"] .filters__char-wrap > div, 
[data-id="101"] .filters__char-wrap > div {
  display: flex;
  flex-wrap: wrap;
}
.filters input[type=checkbox] {
  margin-right: 1px;
}

/*Только в наличии*/
[data-id="106"] {
  order: -1;
}
[data-id="106"] .filters__headline-char  {
    display: none;
}
[data-id="106"] .filters__char-wrap {
  margin-top: 0;
}
.filters [data-id="106"] input[type=checkbox] {
  margin-right: 0;
}
.filters [data-id="106"] label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters [data-id="106"] .filter-label-name {
  order: -1;
}

.sfilter-plugin__filter-feature-value_disabled {
  pointer-events: none;
}

ul.skus {
  padding-left: 2px;
}
ul.skus li {
  list-style: none;
  padding-bottom: 3px;
}
.stocks {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 0.9em;
}
.stocks .stock-critical {
  color: #e00;
}
.stocks .stock-low {
  color: #a80;
}
.stocks .stock-high {
  color: #0a0;
}
.stocks .stock-none {
  color: #aaa;
}
.stocks .icon16 {
  margin-top: 0.23em;
}
.sorting {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.sorting__list {
  display: flex;
    flex-direction: column;
    z-index: 1;
    padding: var(--gap-xs) 0;
    width: 200px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + 10px);
    left: -16px;
    background-color: #fff;
    border: 1px solid var(--stroke);
    box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
    z-index: 15;
    transition: opacity 0.3s ease-out;
}
.sorting__link {
  display: inline-flex;
  width: 100%;
  padding: calc(var(--gap-xs) / 2) var(--gap-s);
  box-sizing: border-box;
  align-items: center;
  gap: var(--gap-xs);
}
.sorting.is_show .sorting__list {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.sorting.is_show .sorting-current .ico {
  transform: rotate(180deg);
}
.sorting-current {
    padding: 4px;
    margin: -4px;
    cursor: pointer;
    user-select: none;
}
.sorting li.selected a {
  
}

.sorting .selected a {
  color: var(--secondary);
  cursor: default;
}
.sorting .selected a:after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.72727L4.5 7L9 1' stroke='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
    background-position: center;
}

/*.sorting :not(.selected) a:after,*/
/*
i.sort-desc,
i.sort-asc {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-left: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 5L8 9L11.5 5' stroke='%23161515'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
}*/
/*.sorting :not(.selected) a:hover:after,*/
/*a:hover i {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 5L8 9L11.5 5' stroke='%23b8bcc3'/%3E%3C/svg%3E%0A");
}*/
/*.sorting .selected a:after,*/
/*i.sort-asc {
  transform: rotate(180deg);
  translate: 0 -1px;
}*/
.sorting .false-button:hover {
    color: var(--secondary);
}


.price {
  color: var(--primary);
  font-weight: bold;
}
.qty input {
  width: 40px;
}
.compare-at-price {
  text-decoration: line-through;
  color: #c66;
  margin: 0 3px;
}
.out-of-stock strong {
  background: #ccc;
  color: #fff;
  padding: 2px 4px;
}
.disabled {
  color: #777;
}
.description {
  margin-bottom: 20px;
}
.error {
  color: var(--accent);
}
.rating i.icon16 {
  margin-right: 0.13em;
}

table.compare {
  width: 100%;
  margin-bottom: 40px;
}
table.compare img {
  margin-bottom: var(--gap-xs);
}
table.compare td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
table.compare td:not(:last-child) {
  padding-right: 32px;
}
table.compare .price {
  display: inline-block;
  margin-bottom: 4px;
}
table.compare td img {
  width: 68px;
  height: 68px;
}
table.compare .name{
 overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
}
.compare-item {
  position: relative;
}
.compare-remove {
    position: absolute;
    top: 9px;
    right: 13px;
}
.compare-f-name {
  margin-bottom: var(--gap-xs);
  height: 18px;
}

table.features {
  clear: both;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-top: -12px;
}
table.features td {
  padding: 7px 0;
  width: 50%;
}
table.features td.name {
  
}
table.features td.value {
  text-align: right;
}
table.features td.value,
table.features td.name {
    line-height: 20px;
}
table.features tr.divider td {

}

.quantity button[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}
.quantity--disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.3;
}
.quantity--disabled > * {
    user-select: none;
}
.product-item__add .wholesale-allert {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
position: absolute;
    padding: 40px 15px;
    background-color: #fff;
    transition: opacity 0.3s ease-out;
    /*width: calc(100% - 6px);*/
    width: 194px;
    right: -12px;
    bottom: -28px;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.05);
    z-index: 1;
    border-radius: 1px;
    text-align: center;
    border-top: 1px solid var(--stroke);
}
.product-item__quantity:not(.hiddend):hover .wholesale-allert {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
[data-view="list"] .product-item__add .wholesale-allert {
padding: 21px 15px;
    width: 300px;
    right: -8px;
    bottom: -41px;
    border-top: 0;
}

.add2cart .loader {
    right: 24px;
    top: auto;
    bottom: 124px;
}
.add2cart .icon16.loading {
  display: none;
}
.product__section + .product__section {
  margin-top: calc(var(--gap-m)*3);
}
.sub-links__list {
  margin-bottom: var(--gap-m);
}

.image {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
#video-container {
  float: left;
  width: 400px;
}
#video-container .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56%;
  overflow: hidden;
}
#video-container .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image img {
  max-width: 100%;
  height: auto;
}


.image .loading {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.badge {
  background: #fff;
  border-radius: 50%;
  border: 4px solid rgba(0,0,0,0.2);
  width: 100px;
  height: 100px;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
  color: var(--primary);
  font-weight: bold;
  font-style: italic;
  font-size: 1.8em;
  padding: 11px 13px 15px;
}
.badge span {
  display: block;
  text-align: center;
  line-height: 1.2em;
  padding-top: 40px;
}
.badge.new {
  background: #ff4;
  color: var(--primary);
}
.badge.bestseller {
  background: #74ff30;
  color: #030;
}
.badge.low-price {
  background: #ffc2e3;
  color: #300;
}
.options {
  line-height: 1.8em;
}
.services {
  margin-bottom: 20px;
}
.purchase {
  gap: 50px;
  background-color: var(--light-bg);
  padding: var(--gap-m);
}
.product-price {
  margin-bottom: var(--gap-m);
}



.product__wrapper {
  padding-top: 8px;
  align-items: flex-start;
}
.headline  + .product__wrapper {
  padding-top: 4px;
}
.product__col {
  flex-basis: 300px;
}
.product__col:not(.product__main) {
  position: sticky;
    top: 130px;
}
.product__main {
  flex-basis: 640px;
}
.product__header {
  gap: var(--gap-s);
}
.product__sub-headline {
  column-gap: 20px;
}
.product__main-top {
  row-gap: var(--gap-m);
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.product__main-top:empty {
  margin-bottom: 0;
}
.product-price {
  gap: 4px
}
.purchase .product-count {
  gap: 8px
}
.row-cart .product-count {
  gap: 4px
}
.buy1click-open-button {
  opacity: 0;
  transition: opacity 0.2s;
  width: 100%;
  margin-top: var(--gap-xs);
}


.product__gallery > .image {
  border: 1px solid var(--stroke);
  width: 100%;
  height: 300px;
  border-radius: 1px;
}
.product__gallery .image > a {
      width: 100%;
      height: 100%;
}
.more-images .image {
  width: 62px;
  height: 62px;
  border: 1px solid transparent;
  border-radius: 1px;
}
.more-images .image.selected {
  border-color: var(--stroke);
}
.more-images .image:hover {
  border-color: var(--accent);
}

.product-price__price {
  font-weight: 700;
  font-size: 31px;
  line-height: 36px;
  letter-spacing: -0.4px;
  vertical-align: middle;
  text-transform: uppercase;
}
.product-price__price .rub {
  margin-left: 5px;
}

.product__section .docs {
  /*grid-template-columns: repeat(auto-fill, minmax(calc(50% - var(--gap-x)), 1fr));*/
  gap: var(--gap-s);
}


/*
.product-group {
  margin-bottom: var(--gap-s);
}*/
.product-group__title {
  margin-bottom: 12px;
}
.product-group-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap-xs);
}
.product-group__item {
  padding: 6px 8px;
  border: 1px solid var(--stroke);
  border-radius: 1px;
  color: var(--primary);
  border-radius: 1px;
}
.product-group__item:hover {
  border-color: var(--accent);
}
.product-group-links__item--active {
  border-color: var(--accent);
  color: var(--accent);
}

.delivery-card__text p {
  margin-bottom: 0;
}
.delivery-card__text p + p {
  margin-top: 8px;
}

.product__tabs {
  position: sticky;
  top: 130px;
  background-color: #fff;
  z-index: 1;
}
.product__tabs:before {
  content: '';
  height: 50px;
  background-color: #fff;
  z-index: 1;
  position: absolute;
  bottom: 100%;
  width: 100%;
}
.product .headline {
  position: relative;
    z-index: 2;
}

.nofoto {
  height: 100%;
}

.product__quantity {
    flex-shrink: 0;
}
.product__description img {
  max-width: 100%;
      height: auto !important;
}


/*для лоадера в фильтрах*/
#product-list {
  position: relative;
}
#product-list:not(.auto-height) {
  min-height: 300px;
}
#product-list > .loader {
  opacity: 1;
  visibility: visible;
  width: 48px;
  height: 48px;
  top: 25%;
  left: 0;
  right: 0;
}

[data-view="thumbs"] {
  gap: var(--gap-m);
}
[data-view="thumbs"] i.icon16.overhanging {
  position: absolute;
  left: -20px;
  margin: 0;
  top: 2px;
}
ul[data-view="thumbs"].mini {
  text-align: left;
}
ul[data-view="thumbs"].mini li {
  margin-right: 20px;
}
ul[data-view="thumbs"] .image {
  width: 200px;
}
ul[data-view="thumbs"] .out-of-stock,
ul[data-view="thumbs"] .rating,
ul[data-view="thumbs"] .offers {
  display: block;
  margin: 3px 0;
  text-align: center;
}
ul[data-view="thumbs"] .badge {
  font-size: 1.2em;
  width: 70px;
  height: 70px;
  padding: 1px 2px 3px;
  border-width: 2px;
}
ul[data-view="thumbs"] .badge span {
  color: var(--primary);
  width: 68px;
  margin-top: 28px;
  overflow: hidden;
  padding-top: 0;
}
ul[data-view="thumbs"] .purchase {
  padding: 5px 5px 5px 10px;
  margin-top: 10px;
}
ul[data-view="thumbs"] .added2cart {
  display: inline;
  padding: 0;
}
ul[data-view="thumbs"].mini .image {
  width: 96px;
  height: auto;
}
ul.menu-h.product-internal {
  font-size: 1.3em;
  margin-left: -5px;
  height: 30px;
}
ul.menu-h.product-internal li {
  padding-right: 20px;
}
ul.menu-h.product-internal li.selected a {
  background: #eed;
}
ul.menu-h.product-internal.top-padded {
  margin-top: 2.5em;
}
[data-view="thumbs"].swiper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
[data-view="thumbs"]:not(.swiper) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc(25% - var(--gap-m)), 1fr));
}
.view-item {
  font-size: 0; 
  line-height: 1;
  transition: opacity 0.2s;
}
.view-item:not(.is_active) {
  opacity: 0.35;
}
.view-item.is_active {
  cursor: default;
}
[data-view="thumbs"] .product-item {
  flex-direction: column;
  gap: var(--gap-m);
  /*flex: calc(20% - var(--gap-x));*/
}
.product-item {
  position: relative;
  border: 1px solid var(--stroke);
  list-style: none;
  box-sizing: border-box;
  padding: 12px;
  transition: border 0.1s ease-out;
}/*
.product-list.swiper {
  margin: 0 -16px;
}*/
.product-list .swiper-wrapper {
  display: flex;
  padding-bottom: 1px;
}
.product-item.swiper-slide {
  display: flex;
  height: auto;
  /*margin: 0 16px;*/
  box-sizing: border-box;
}
.product-item:hover {
  border-color: var(--accent);
}
.product-item:hover .button--main {
  background-color: var(--accent);
  border-color: var(--accent);
}
.product-item__name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
[data-view="thumbs"] .product-item__name {
  -webkit-line-clamp: 3; /* Кол-во строк */
}
.product-item__quantity {
  position: absolute;
  right: 0;
  width: 88px;
}
/*.product-item__quantity,*/
.addtocart__button {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-out;
}
.product-item__add *.is_show {
  opacity: 1;
  pointer-events: all;
}
.quantity {
  position: relative;
  width: 98px;
}
.quantity button {
  position: absolute;
  width: 31px;
  height: 39px;
  background-color: transparent;
  border: 0;
  top: 0;
  padding: 0;
}
.quantity button:hover {
  color: var(--secondary);
}
.quantity button.plus {
  right: 0;
}
.quantity button.minus {
  left: 0;
}
.quantity input {
  padding: 9px 31px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-color: var(--inverted);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  background-color: transparent;
}

.product-item__quantity .quantity button {
  height: 32px;
}
.product-item__quantity .quantity {
   width: 88px;
}
.product-item__quantity .quantity input {
  padding: 7px 31px;
 
  font-size: 12px;
  line-height: 16px;
}


[data-view="thumbs"]  .product-item__image {
    position: relative;
    padding-top: 100%;
    height: 0;
    margin: 0 auto var(--gap-x);  
 /* transition: padding 0.1s ease-out;*/
}
.product-item__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.product-item__info {
  margin-bottom: var(--gap-xs);
  text-transform: none;
}
.product-item__bottom {
  position: relative;
}
[data-view="thumbs"] .product-item__bottom {
  margin-top: auto;
  position: relative;
  align-items: flex-end;
}
.product-item__add .button {
  padding: 7px;
  min-width: 32px;
}
.product-item__price {
  flex: 1;
}
.product-count__ico {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.product-item__info .product-count__ico {
  margin-right: 6px;
}
.product-count--instock .product-count__ico {
  background-color: var(--green);
}
.product-count--outstock .product-count__ico {
  background-color: var(--accent);
}
.product-item__top {
  height: 100%;
}
[data-view="thumbs"] .product-item.is_overflow-name .product-item__top:hover .product-item__image {
  padding-top: 65%;
}
[data-view="thumbs"] .product-item.is_overflow-name .product-item__top:hover .product-item__name {
  -webkit-line-clamp: none;
}

.product-item__action {
  position: absolute;
  z-index: 1;
}
[data-view="thumbs"] .product-item__action {
  right: 7px;
  top: 5px;
}
.product-item .compare_link:not(.in_compare),
.product-item .favorite_link:not(.in_favorite),
.row-cart .compare_link:not(.in_compare),
.row-cart .favorite_link:not(.in_favorite) {
  opacity: 0;
  transition: opacity 0.2s;
}
.product-item:hover .product-actions__link,
.row-cart:hover .product-actions__link{
  opacity: 1;
}
.product-actions__link {
  padding: 6px;
  background-color: transparent;
  border-radius: 3px;
  border: 0;
}/*
.product-item .product-actions__item + .product-actions__item {
  margin-left: 8px;
}*/
.product-actions__link:hover {
  color: var(--accent);
}
.is-touch-enabled .product-item .compare_link:not(.in_compare),
.is-touch-enabled .product-item .favorite_link:not(.in_favorite),
.is-touch-enabled .row-cart .compare_link:not(.in_compare),
.is-touch-enabled .row-cart .favorite_link:not(.in_favorite) {
  opacity: 1;
}
.product-actions__link {
  cursor: pointer;
}
.product-item__add {
  height: 32px;
}

[data-view="thumbs"] .feedback--small {
  display: none;
}


[data-view="list"] .product-item + .product-item {
  /*margin-top: 12px;*/
  margin-top: var(--gap-xs);
}
[data-view="list"] .product-item .product-item__top {
  height: 100%;
  flex-wrap: wrap;
  padding-left: calc(60px + var(--gap-s));
  flex: 1;
}
[data-view="list"] .product-item .product-item__top,
[data-view="list"] .product-item {
  display: flex;
}
[data-view="list"] .product-item {
  gap: var(--gap-s);
  min-height: 84px;
  padding: var(--gap-xs);
}
[data-view="list"] .product-item__image {
  position: absolute;
  padding-top: initial;
  width: 68px;
  height: 68px;
  margin: 0;
  left: var(--gap-xs);
}
[data-view="list"] .product-item__bottom {
  margin-top: 0;
  align-items: center;
  gap: var(--gap-m);
}
[data-view="list"] .product-item__name {
  font-size: 13px;
  -webkit-line-clamp: 2; /* Кол-во строк */
  width: 100%;
  text-transform: none;
}
[data-view="list"] .product-item__name a{
  display: flex;
  max-width: 588px
}
[data-view="list"] .product-item__action {
  right: calc(205px + var(--gap-s));
  top: 0;
  z-index: 1;
  bottom: 0;
  display: flex;
}
[data-view="list"] .product-item__quantity {
  position: relative;
  /*display: none;*/
}/*
[data-view="list"] .product-item__quantity.is_show {
  display: block;
}*/
[data-view="list"] .loader {
  top: 27px;
}
[data-view="list"] .addtocart__button:not(.is_show) {
  display: none;
}
.view {
  margin-left: auto;
}



.checkout {
  margin: 0;
}
.checkout-header {
  margin: 10px 30px 0;
  color: #999;
}
.checkout-header h3 a {
  text-transform: uppercase;
  text-decoration: none;
  color: #777;
}
.checkout-header h3 a:hover {
  color: var(--accent) !important;
}
.checkout-header strong {
  color: #666;
}
.checkout ul.checkout-options {
  padding-left: 25px;
}
.checkout ul.checkout-options li {
  list-style: none;
  position: relative;
  margin-bottom: 50px;
  clear: both;
}
.checkout ul.checkout-options li h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.checkout ul.checkout-options li h3 label {
  margin-right: 10px;
}
.checkout ul.checkout-options li .rate {
  float: right;
  text-align: center;
  width: 250px;
}
.checkout ul.checkout-options li p {
  width: 70%;
}
.checkout ul.checkout-options li input[type="radio"] {
  position: absolute;
  top: 4px;
  left: -25px;
}
.checkout ul.checkout-options li label input[type="radio"] {
  top: 4px;
  left: -20px;
}
.checkout ul.checkout-options li img.method-logo {
  position: relative;
  float: left;
  margin-right: 10px;
  top: -6px;
  left: 0; /* adjusted for default 60x32-px logos */
}
.checkout ul.checkout-options li .wa-form {
  margin-top: 0;
  margin-bottom: 30px;
}
.checkout ul.checkout-options li .wa-form label input[type="radio"] {
  position: static;
}
.checkout .wa-form .wa-field.wa-field-address .wa-field-address-zip input {
  min-width: 100px;
  width: 20%;
}
.checkout .checkout-result {
  padding: 80px 0 60px;
  background: #fff;
  text-align: center;
}
.checkout .checkout-result h1 {
  font-size: 4em;
  margin-bottom: 50px;
}
.checkout .checkout-result.error h1 {
  color: var(--accent);
}
.checkout .checkout-result .wa-form {
  margin: 10px auto 20px;
  width: 400px;
  float: none;
  text-align: left;
}
.checkout .checkout-result .back {
  margin-top: 30px;
}
.checkout .checkout-step {
  padding: 0;
  border: 3px solid #fff;
}
.checkout .checkout-step h2 {
  padding: 17px 20px 15px;
  text-transform: uppercase;
  font-weight: bold;
  background: #eee;
  margin: 0;
}
.checkout .checkout-step h2 a {
  text-decoration: none;
  color: var(--primary);
}
.checkout .checkout-step h2 a:hover {
  color: var(--accent) !important;
}
.checkout .checkout-step h2.upcoming a:hover {
  color: var(--primary) !important;
  cursor: default;
}
.checkout .checkout-step h2 a.hint {
  font-size: 0.7em;
  color: #aaa;
  text-decoration: underline;
}
.checkout .checkout-step-content {
  padding: 20px;
  background: #fff;
}
.checkout .checkout-step ul.menu-v {
  margin-left: 0;
  margin-top: 20px;
}
.checkout .checkout-step #login-form h1 {
  display: none;
}
.checkout .checkout-step input.large {
  font-size: 1.4em;
}
.checkout .comment {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.checkout blockquote img {
  margin-right: 20px;
  float: left;
}
.checkout blockquote p {
  margin-bottom: 10px;
}
.checkout blockquote p span {
  color: var(--primary);
}
.checkout .errormsg.inline {
  display: inline;
  margin-left: 10px;
}
.share {
  position: relative;
}
body .ya-share2__container,
body .ya-share2__container .ya-share2__item {
    font-family: var(--font-family-main);
}
body .ya-share2 {
    position: absolute;
    visibility: visible;
    width: 100%;
    height: 100%;
}
body .ya-share2__item.ya-share2__item_more {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
body .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: none;
}
body .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    background: transparent;
}


.cart-list-header {
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  margin-bottom: var(--gap-m);
}
.cart-list-header__col {
  gap: 20px;
}
.cart-page-count {
    position: relative;
    top: -6px;
    margin-left: 8px;
}
.item-main__top,
.item-main__bottom {
  justify-content: space-between;
}
.item-main__top {
  margin-top: -6px;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
.row-cart {
  position: relative;
  padding: var(--gap-s);
  gap: 16px;
  border: 1px solid var(--stroke);
  border-radius: 1px;
  margin-bottom: var(--gap-s);
  margin-left: var(--gap-m);
  transition: border 0.1s ease-out;
}
.row-cart.is_delete,
.row-cart:hover {
  border-color: var(--accent);
}
.row-cart input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: -24px;
}
.item-main {
  flex: 1;
}
.item-thumb {
  flex-shrink: 0;
}
.item-thumb img {
  width: 68px;
  height: 68px;
}
.item-remove a {
  padding: 6px;
}
.row-cart .loader {
    opacity: 1;
    visibility: visible;
    top: 20px;
    right: 52px;
}

.section-header + .sub-links {
    padding-top: 6px;
}

.cart-page > form.flex {
  gap: 20px;
  align-items: flex-start;
}
.cart-page > form.flex > .content {
  flex: 1;
}
.checkout-summary {
    flex-basis: 424px;
    width: 100%;
    padding: 28px;
    background-color: var(--light-bg);
    position: sticky;
    top: 130px;
    margin-top: 75px;
    box-sizing: border-box;
}
.checkout-summary__header-row {
  justify-content: space-between;
}
.checkout-summary__header {
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.cart-coupon {
  margin-bottom: var(--gap-s);
}
.cart-coupon input {
  width: 100%;
      box-sizing: border-box;
}
.cart-list-header label {
  cursor: pointer;
}
.checkout-summary .loader {
  top: 32px;
    right: calc(50% - 13px);
}

.write-review {
  margin: 30px 0 40px;
}
.review {
  margin-bottom: 30px;
}
.review .summary {
  font-size: 0.9em;
  color: #777;
}
.review .summary h6 {
  color: var(--primary);
  font-size: 1.1em;
}
.review .summary a.username {
  color: #777;
}
.review .summary a.username:hover {
  color: var(--accent);
}
.review .summary a {
  display: inline;
  padding: 0;
}
.review .summary .date {
  color: #aaa;
}
.review p {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.review .actions a {
  padding: 0 !important;
}
.reviews {
  margin-bottom: 20px;
}
.reviews ul {
  margin-left: 0;
}
.reviews ul li ul {
  padding-left: 25px;
}
.reviews ul li ul li .review h6 {
  color: #555;
}
.reviews ul li .review-form {
  padding: 10px 30px;
}
.reviews ul li .review-form textarea {
  min-height: 100px;
}
.reviews ul.menu-h.auth-type {
  padding: 0 0 40px;
  margin-left: -5px;
}
.reviews ul.menu-h.auth-type li {
  padding-right: 10px;
}
.reviews ul.menu-h.auth-type li a {
  padding: 5px 6px;
}
.reviews ul.menu-h.auth-type li a img {
  top: 0;
}
.reviews textarea {
  height: 100px;
  min-height: 100px;
  width: 75%;
  margin-top: 0;
}
.review-form {
  padding: 0;
  margin-bottom: 30px;
}
.review-form h4 {
  margin: 0 0 20px;
  font-weight: normal;
}
.review-form-fields p {
  margin: 0 0 10px;
}
.review-form-fields p.review-field a {
  display: inline;
  padding: 0;
  text-decoration: none;
}
.review-form-fields label {
  width: 160px;
  display: block;
  clear: left;
  float: left;
  margin: 0 10px 0 0;
  color: #aaa;
}
.review-form-fields input[type="text"] {
  width: 20em;
}
.review-form textarea {
  min-width: 70%;
  min-height: 160px;
}
.review-form .review-submit {
  padding: 0 0 20px 170px;
}
.review-form .userpic {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.review-form ul.menu-h.auth-type li a img {
  float: left;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.review-form ul.menu-h.auth-type {
  padding-bottom: 20px;
}
.review-form label {
  width: 160px;
  display: block;
  clear: left;
  float: left;
  margin: 0 10px 0 0;
  color: #aaa;
}
.review-form .service-agreement-wrapper {
  width: 100%;
  margin-bottom: 14px;
}
.review-form .service-agreement-wrapper .errormsg {
  margin-left: 0;
}
.reviews span.rate {
  line-height: 1.3em;
  display: block;
  margin: 0.5em 0;
}
.reviews span.rate a {
  text-decoration: none !important;
}
.reviews span.rate .icon10 {
  background-repeat: no-repeat;
  background-image: url("../../../../wa-content/img/icon10.png");
  height: 10px;
  width: 10px;
  display: inline-block;
  text-indent: -9999px;
}
.reviews span.rate .icon10.star {
  background-position: -60px -40px;
}
.reviews span.rate .icon10.star-empty {
  background-position: -80px -40px;
}
input.error,
textarea.error {
  border-color: var(--accent);
}
.errormsg {
  color: var(--accent);
  margin-left: 170px;
  display: block;
}
.dialog {
  display: none;
}
.dialog-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  z-index: 99;
}
.dialog-window .cart {
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  z-index: 100;
  overflow-x: hidden;
  -webkit-box-shadow: 0 3px 15px #ddd;
  box-shadow: 0 3px 15px #ddd;
  margin: 0 auto;
  text-align: left;
  width: 400px;
  bottom: 15%;
  background: #fff;
  padding: 25px;
}
.dialog-window .cart .purchase {
  display: block;
}
.dialog-window .dialog-close {
  float: right;
  color: #cc8;
  text-decoration: none;
  font-size: 200%;
  margin-top: -3px;
}
.order-status {
  padding: 2px 5px;
  color: #fff;
}
h1 .order-status {
  font-size: 0.75em;
  margin-left: 10px;
}
.icon16.star,
.icon16.star-full {
  background-image: url("../img/icons.png");
  background-position: -16px 0;
}
.icon16.star-half {
  background-image: url("../img/icons.png");
  background-position: -32px 0;
}
.icon16.star-empty {
  background-image: url("../img/icons.png");
  background-position: -48px 0;
}
.icon16.star-hover {
  background-image: url("../img/icons.png");
  background-position: -64px 0;
}
.icon10.star,
.icon10.star-full {
  background-image: url("../img/icons.png");
  background-position: 0 -16px;
}
.icon10.star-half {
  background-image: url("../img/icons.png");
  background-position: -10px -16px;
}
.icon10.star-empty {
  background-image: url("../img/icons.png");
  background-position: -20px -16px;
}
.icon16.remove {
  background-image: url("../img/icons.png");
  background-position: -96px 0;
}
.icon16.saved {
  background-image: url("../img/icons.png");
  background-position: -112px 0;
}
.icon16.stock-red {
  background-image: url("../img/icons.png");
  background-position: -128px 0;
}
.icon16.stock-yellow {
  background-image: url("../img/icons.png");
  background-position: -144px 0;
}
.icon16.stock-green {
  background-image: url("../img/icons.png");
  background-position: -160px 0;
}
.icon16.stock-transparent {
  background-image: url("../img/icons.png");
  background-position: -176px 0;
}
.icon16.loading {
  background-image: url("img/loading16.gif");
  background-position: 0 0;
}
#easy_zoom {
  width: 500px;
  height: 400px;
  border: 5px solid #fff;
  background: #fff;
  color: #333;
  position: absolute;
  top: 0;
  left: 500px;
  overflow: hidden;
  -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
/* vertical and horizontal alignment used for preloader text */
  line-height: 400px;
  text-align: center;
  z-index: 1001;
}
#easy_zoom img {
  max-width: none;
  height: auto;
}

.s-schedule-wrapper {
  position: relative;
  display: inline-block;
}
.s-schedule-wrapper.is-open .s-label-wrapper .s-icon {
  -webkit-transform: rotate(180deg) translate(0, -1px);
  -moz-transform: rotate(180deg) translate(0, -1px);
  -o-transform: rotate(180deg) translate(0, -1px);
  -ms-transform: rotate(180deg) translate(0, -1px);
  transform: rotate(180deg) translate(0, -1px);
}
.s-schedule-wrapper.is-open .s-hidden {
  display: block;
}
.s-schedule-wrapper .s-hidden {
  display: none;
  position: absolute;
  width: 250px;
  padding: 12px 15px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  -webkit-box-shadow: 0 3px 16px -3px rgba(0,0,0,0.25);
  box-shadow: 0 3px 16px -3px rgba(0,0,0,0.25);
  background: #fff;
  text-align: left;
  z-index: 20;
}
.s-schedule-wrapper .s-hidden.top {
  bottom: 100%;
}
.s-schedule-wrapper .s-hidden.bottom {
  top: 100%;
}
.s-schedule-wrapper .s-hidden.center {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.s-schedule-wrapper .s-hidden.left {
  left: 0;
}
.s-schedule-wrapper .s-hidden.right {
  right: 0;
}
.s-schedule-wrapper .s-label-wrapper {
  display: inline-block;
  color: #999;
  white-space: nowrap;
}
.s-schedule-wrapper .s-label-wrapper.js-show-schedule {
  cursor: pointer;
}
.s-schedule-wrapper .s-label-wrapper .s-icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: transparent url("../img/svg/arrow.down.svg") 50% no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.s-schedule-wrapper .s-label-wrapper .s-icon.black {
  background-image: url("../img/svg/arrow.down.black.svg");
}
.s-schedule-wrapper .s-days-wrapper {
  margin: 5px 0 0;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper {
  margin-top: 5px;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper:first-child {
  margin-top: 0;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-date {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  color: #888;
  width: 100px;
  font-size: 14px;
  line-height: 1.214285714285714em;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1.1875em;
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value .s-time {
  color: var(--primary);
}
.s-schedule-wrapper .s-days-wrapper .s-day-wrapper .s-value .s-text {
  color: #aaa;
}
.s-schedule-wrapper .s-close-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: transparent url("../img/svg/schedule.delete.svg") 50% no-repeat;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  cursor: pointer;
}
.s-review-images-section {
  padding: 15px 20px;
  border: 1px dashed #bfbfbf;
  transition: 200ms background linear;
}
.s-review-images-section.is-highlighted {
  background: #fafadf;
}
.s-review-images-section .s-image-form-section {
  position: relative;
}
.s-review-images-section .s-image-form-section .s-description .s-icon {
  position: relative;
  display: inline-block;
  vertical-align: -3px;
  width: 22px;
  height: 19px;
  margin-right: 10px;
}
.s-review-images-section .s-image-form-section .s-description .s-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-review-images-section .s-image-form-section .s-file-field {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer;
  text-indent: -100%;
  font-size: 0;
}
.s-review-images-section .s-attached-files-section:not(:empty) {
  margin: -20px 0 0;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 40px 40px 0 0;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-image-wrapper {
  width: 200px;
  height: 200px;
  border: solid 1px rgba(0,0,0,0.1);
  background: #f7f7f7 50% no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.153846153846154em;
  min-height: 55px;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper.is-extended .s-visible {
  display: none;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper:not(.is-extended) .s-hidden {
  display: none;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper .s-visible {
  padding: 5px;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-description-wrapper .s-textarea {
  display: block;
  border: solid 1px rgba(0,0,0,0.1);
  padding: 4px 6px;
  font-size: 13px;
  line-height: 15px;
  width: 100%;
  height: 55px;
  resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: auto;
  min-height: auto;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -10px);
  -moz-transform: translate(50%, -10px);
  -o-transform: translate(50%, -10px);
  -ms-transform: translate(50%, -10px);
  transform: translate(50%, -10px);
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions .s-action {
  position: relative;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 1px rgba(0,0,0,0.33);
  background: #fff;
  cursor: pointer;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions .s-action:not(:first-child) {
  margin-top: 10px;
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions .s-action .s-icon {
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.s-review-images-section .s-attached-files-section .s-file-wrapper .s-actions .s-action .s-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.s-review-images-section .s-errors-section:not(:empty) {
  margin: 20px 0 0;
}
.s-review-images-section .s-errors-section .s-error {
  font-size: 12px;
  line-height: 1.166666666666667em;
  color: var(--accent);
}
.s-review-images-section .s-errors-section .s-error:not(:first-child) {
  margin-top: 5px;
}

.category-count {
  align-items: flex-start;
}