.product_calc_w {
  border-radius: 15px;
  box-shadow: 0 2px 20px rgba(198, 198, 198, 0.35);
  position: relative;
  padding: 24px;
}
.product_calc_w .stock {
  font-size: 13px;
  position: absolute;
  top: -20px;
}
.product_calc_w .stock .stock-name {
  display: inline-block;
}
.product_calc_w .stock .stock-value {
  display: inline-block;
  font-weight: bold;
}
.product_calc_w .prices {
  margin-bottom: 15px;
}
.product_calc_w .prices-label {
  color: #929292;
  margin: 10px 0 8px 0;
}
.product_calc_w .prices-main {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 2px;
}
.product_calc_w .prices-cat_price {
  font-size: 25px;
  font-weight: bold;
}
.product_calc_w .prices-base_price {
  color: #929292;
  text-decoration: line-through;
}
.product_calc_w .prices-all {
  margin: 0 -8px;
}
.product_calc_w .prices-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 -4px;
}
.product_calc_w .prices-list-item {
  padding: 4px 10px;
  border-radius: 10px;
  border: 2px solid transparent;
}
.product_calc_w .prices-list-item.active {
  border-color: #7bbb2a;
}
.product_calc_w .prices-list-item-value {
  font-size: 13px;
}
.product_calc_w .prices-list-item-value span {
  font-size: 15px;
}
.product_calc_w .prices-more {
  color: #929292;
  margin: 0 8px 8px 8px;
  display: inline-block;
}
.product_calc_w .calc {
  position: relative;
}
.product_calc_w .calc .info {
  position: absolute;
  font-size: 13px;
  top: -15px;
  left: 0;
  right: 0;
  text-align: center;
}
.product_calc_w .calc .buy, .product_calc_w .calc .control, .product_calc_w .calc .unavailable {
  display: none;
}
.product_calc_w .calc .control .to_cart {
  display: none;
}
.product_calc_w .calc.buy .buy {
  display: block;
}
.product_calc_w .calc.control .control {
  display: flex;
}
.product_calc_w .calc.unavailable .unavailable {
  display: flex;
}
.product_calc_w .calc .buy {
  background: #7bba2a;
  border-radius: 9px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  padding: 16px 0;
}
.product_calc_w .calc .buy:hover {
  background-color: #63a503;
}
.product_calc_w .calc .control {
  position: relative;
}
.product_calc_w .calc .control .btn {
  text-align: center;
  font-size: 16px;
  width: 100%;
  display: flex;
  overflow: hidden;
  height: 50px;
}
.product_calc_w .calc .control .btn .value {
  text-decoration: none;
  flex-grow: 1;
  background: #ffc000;
  color: #fff;
  border-radius: 9px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
}
.product_calc_w .calc .control .btn .value:hover {
  background: #eab100;
}
.product_calc_w .calc .control .btn .increase {
  border-radius: 9px;
  background: #7bba2a;
  color: #fff;
  width: 64px;
  font-size: 28px;
  position: relative;
  cursor: pointer;
  margin-left: 6px;
}
.product_calc_w .calc .control .btn .increase .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  font-size: 20px;
}
.product_calc_w .calc .control .btn .increase:hover {
  background-color: #63a503;
}
.product_calc_w .calc .control .unavailable_anymore {
  position: absolute;
  color: #FF2B2A;
  bottom: -17px;
  font-size: 13px;
  right: 0;
  text-align: center;
}
.product_calc_w .calc .control .sum {
  position: absolute;
  color: #929292;
  bottom: -17px;
  font-size: 11px;
  left: 0;
  text-align: center;
}
.product_calc_w .calc .unavailable {
  font-size: 16px;
  border: 1px solid #7DB837;
  border-radius: 9px;
  color: #7DB837;
  height: 50px;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
.product_calc_w .calc .unavailable .item {
  flex-grow: 1;
  text-align: center;
}
.product_calc_w .calc .unavailable:hover {
  color: #63a503;
  border-color: #63a503;
}
.product_calc_w .calc .unavailable .subscribe {
  display: block;
}
.product_calc_w .calc .unavailable .subscriber {
  display: none;
}
.product_calc_w .calc .unavailable.active {
  background-color: #f59a23;
  border-color: #f59a23;
  color: #fff;
}
.product_calc_w .calc .unavailable.active:hover {
  background-color: #de8524;
  border-color: #de8524;
}
.product_calc_w .calc .unavailable.active .subscribe {
  display: none;
}
.product_calc_w .calc .unavailable.active .subscriber {
  display: block;
}

/*# sourceMappingURL=product_calc_w.css.map */
