@charset "UTF-8";
.site .site__wrapper .shop-product-btn:not(.notavailable), .site .site__wrapper .shop-product-btn:not(.notavailable):active, .site .site__wrapper .shop-product-btn:not(.notavailable):hover {
  background: var(--gr_primary);
}
.site .site__wrapper .product-list .product-item .buy-one-click:not(:hover), .site .site__wrapper .shop-product-data__nav li a, .site .site__wrapper #shop2-cart .shop2-cart-table .cart-product .cart-params__more-btn:not(:hover) {
  color: var(--gr_primary);
  box-shadow: inset 0 0 0 1px var(--gr_primary);
}
.site .site__wrapper .shop-product-data__nav li.r-tabs-state-active a {
  background: var(--gr_primary);
  color: #fff;
}
.site .site__wrapper #shop2-cart .shop2-cart-table .cart-product .cart-params__more-btn:not(:hover):after {
  color: var(--gr_primary);
}
.site .site__wrapper #shop2-cart .shop2-cart-table .cart-product .cart-params__more-btn:hover:after {
  color: #fff;
}
.site .site__wrapper #shop2-cart .shop2-cart-table .cart-products__right.has-unit-pack {
  align-items: flex-end;
}
.site .site__wrapper #shop2-cart .shop2-cart-table .cart-products__right.has-unit-pack .cart-price, .site .site__wrapper #shop2-cart .shop2-cart-table .cart-products__right.has-unit-pack .cart-sum {
  margin-bottom: 10px;
}
.product-choose-unit {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}
.product-choose-unit a {
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(65, 69, 91, 0.1);
  font-size: 15px;
  font-weight: normal;
  color: var(--gr_accent);
  transition: all 0.3s ease;
  min-width: 100px;
  padding: 4px 6px;
  text-align: center;
}
.product-choose-unit a:hover, .product-choose-unit a.active {
  background: var(--gr_accent);
  color: #fff;
  box-shadow: none;
}
.product-amount .shop2-product-amount-custom, .cart-product-amount .shop2-product-amount-custom {
  float: left;
  margin-right: 10px;
  width: 120px;
  border-radius: var(--gr_form_radius);
  background: var(--gr_bg_sec);
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_15);
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  display: none;
}
@media (max-width: 1420px) {
  .product-amount .shop2-product-amount-custom, .cart-product-amount .shop2-product-amount-custom {
    width: 100px;
  }
}
@media (max-width: 1260px) {
  .product-amount .shop2-product-amount-custom, .cart-product-amount .shop2-product-amount-custom {
    width: 170px;
  }
}
@media (max-width: 1023px) {
  .product-amount .shop2-product-amount-custom, .cart-product-amount .shop2-product-amount-custom {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .product-amount .shop2-product-amount-custom, .cart-product-amount .shop2-product-amount-custom {
    width: 100px;
  }
}
.product-amount .shop2-product-amount-custom.active, .cart-product-amount .shop2-product-amount-custom.active {
  display: block;
}
.product-amount .shop2-product-amount-custom button, .cart-product-amount .shop2-product-amount-custom button {
  width: 32%;
  padding: 0;
  font-size: 0;
  outline: none;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  border: none;
  background: none;
}
@media (max-width: 767px) {
  .product-amount .shop2-product-amount-custom button svg, .cart-product-amount .shop2-product-amount-custom button svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-amount .shop2-product-amount-custom button svg.gr_small_icon, .cart-product-amount .shop2-product-amount-custom button svg.gr_small_icon {
    display: block;
  }
}
.product-amount .shop2-product-amount-custom input, .cart-product-amount .shop2-product-amount-custom input {
  width: 36%;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: var(--on_gr_bg_acc_text_7);
  background: none;
  border: none;
  transition: all 0.18s linear;
  box-shadow: none;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}
.product-amount:has(.shop2-product-amount-custom.active) .shop2-product-amount {
  display: none;
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.thumbs .product-amount .shop2-product-amount-custom {
  width: 110px;
}
@media (max-width: 1023px) {
  .thumbs .product-amount .shop2-product-amount-custom {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .thumbs .product-amount .shop2-product-amount-custom {
    width: 76px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .thumbs .product-amount .shop2-product-amount-custom button {
    height: 40px;
    line-height: 40;
  }
}
.thumbs .product-amount .shop2-product-amount-custom button svg {
  display: none;
}
.thumbs .product-amount .shop2-product-amount-custom button svg.gr_small_icon {
  display: block;
}
@media (max-width: 767px) {
  .thumbs .product-amount .shop2-product-amount-custom input {
    height: 40px;
    line-height: 40;
  }
}
.list .product-amount .shop2-product-amount-custom {
  width: 90px;
}
.list .product-amount .shop2-product-amount-custom button {
  height: 40px;
  line-height: 40;
}
.list .product-amount .shop2-product-amount-custom button svg {
  display: none;
}
.list .product-amount .shop2-product-amount-custom button svg.gr_small_icon {
  display: block;
}
.list .product-amount .shop2-product-amount-custom input {
  height: 40px;
  line-height: 40;
}
.simple .product-amount .shop2-product-amount-custom {
  width: 150px;
}
@media (max-width: 767px) {
  .simple .product-amount .shop2-product-amount-custom {
    width: 110px;
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .simple .product-amount .shop2-product-amount-custom button {
    height: 40px;
    line-height: 40;
  }
}
.simple .product-amount .shop2-product-amount-custom button svg {
  display: none;
}
.simple .product-amount .shop2-product-amount-custom button svg.gr_small_icon {
  display: block;
}
@media (max-width: 767px) {
  .simple .product-amount .shop2-product-amount-custom input {
    height: 40px;
    line-height: 40;
  }
}
.product-list .product-choose-unit {
  margin-top: 10px;
}
.product-list .product-choose-unit a {
  width: calc(50% - 6px);
}
.cart-params {
  display: none;
}
.cart-params:has(.cart-params__list li) {
  display: block;
}
.cart-amount:has(.shop2-product-amount-custom.active) .shop2-product-amount {
  display: none;
}
.cart-amount .product-choose-unit {
  flex-wrap: nowrap;
}
@media (min-width: 1261px) {
  .cart-amount .product-choose-unit {
    margin-left: -56px;
  }
}
.cart-amount .shop2-product-amount-custom {
  width: 100px;
  margin: 0;
}
.cart-amount .shop2-product-amount-custom button {
  height: 40px;
  line-height: 40;
}
.cart-amount .shop2-product-amount-custom button svg {
  display: none;
}
.cart-amount .shop2-product-amount-custom button svg.gr_small_icon {
  display: block;
}
.cart-amount .shop2-product-amount-custom input {
  height: 40px;
  line-height: 40;
}
.new_sand .sorting-block {
  min-width: 280px;
}
.new_sand .sorting-panel .shop-view {
  gap: 10px;
  width: auto;
  display: flex;
  align-items: center;
}
.new_sand .sorting-panel .shop-view .counts_products {
  position: relative;
}
.new_sand .sorting-panel .shop-view .counts_products:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 2;
  font-size: 6px;
  margin-top: -4px;
  font-family: icomoon;
  pointer-events: none;
  color: var(--on_gr_bg_icon_4);
}
.new_sand .sorting-panel .shop-view .counts_products select {
  color: var(--on_gr_bg_sec_text_6);
  border: none;
  background: var(--gr_input_bg_05);
  box-shadow: 0 0 0 1px transparent, inset 0 0 0 1px var(--on_gr_bg_border_1);
  border-radius: var(--gr_form_radius);
  width: 100%;
  height: auto;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.18s linear;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 34px 10px 14px;
}
@media (max-width: 960px) {
  .new_sand .sorting-panel .shop-view .counts_products {
    display: none;
  }
}
.new_sand .cat-menu > li > a {
  background: var(--gr_primary);
  padding: 15px 17.5px;
  transition: all 0.18s linear;
  border-radius: var(--gr_btn_radius);
  color: #fff;
  height: auto;
  margin-right: 10px;
}
.new_sand .cat-menu > li > a:hover {
  background: #fe8d77;
}
.new_sand div.product_item__exist {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: flex-start;
  text-align: center;
  gap: 10px;
}
.new_sand div.product_item__exist span {
  display: block;
}
.new_sand div.product_item__exist span.count {
  font-size: 15px;
  color: var(--on_gr_bg_sec_text);
  font-weight: 400;
}
.new_sand div.product_item__exist span.product_item__exist {
  font-size: 0;
}
.new_sand div.product_item__exist span.product_item__exist .indicator {
  display: flex;
  gap: 3px;
}
.new_sand .product_item__exist small {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}
.new_sand .product_item__exist .indicator > * {
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  background: #ebebeb;
  margin-top: 2px;
}
.new_sand .product_item__exist .indicator[data-exist="little"] > *:nth-child(1) {
  background: red;
}
.new_sand .product_item__exist .indicator[data-exist="few"] > *:nth-child(1), .new_sand .product_item__exist .indicator[data-exist="few"] > *:nth-child(2) {
  background: #ffa406;
}
.new_sand .product_item__exist .indicator[data-exist="medium"] > *:nth-child(1), .new_sand .product_item__exist .indicator[data-exist="medium"] > *:nth-child(2), .new_sand .product_item__exist .indicator[data-exist="medium"] > *:nth-child(3) {
  background: #ffa406;
}
.new_sand .product_item__exist .indicator[data-exist="medium_all"] > *:nth-child(1), .new_sand .product_item__exist .indicator[data-exist="medium_all"] > *:nth-child(2), .new_sand .product_item__exist .indicator[data-exist="medium_all"] > *:nth-child(3), .new_sand .product_item__exist .indicator[data-exist="medium_all"] > *:nth-child(4) {
  background: #ffa406;
}
.new_sand .product_item__exist .indicator[data-exist="many"] > * {
  background: #57a626;
}
.new_sand .product_item__exist .indicator[data-exist="many"] > * {
  background: #57a626;
}
.shop-pagelist__body .page-num.active-num {
  outline: 1px solid;
  font-weight: bold;
}
