.single-product form.cart.pick-number .quantity,
.single-product form.cart .quantity {
  display: none !important;
}

/* .single-product form.cart.pick-number button,
.single-product form.cart button {
	display: none;
} */

.singleproduct-page form.cart {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

/*
.single-product h2.elementor-heading-title.elementor-size-default,
.single-product .elementor-lucky-dip.elementor-product-lottery {
  display: none !important;
} */

.single-product .slider-main-wrapper {
  width: 600px;
  margin: 0 auto;
}

.single-product .slider-main-wrapper button.btn-range {
  display: block !important;
}

/* #storlekslider { margin: 10px; } */
/* .single-product .ui-slider-handle{
      width: 35px !important;
      font-size: small !important;
      color: #4082f9 !important;
      text-align: center !important;
  } */
.single-product form.cart.pick-number .slider-main-wrapper button,
.single-product .slider-main-wrapper button {
  display: block !important;
}

/* .single-product .slider-main-wrapper input {
    width: 100px !important;
} */
.single-product .slider-main-wrapper .quntity-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* PAV css start */
.single-product .btn-range {
  background: transparent !important;
  color: #000e3f !important;
  padding: 5px !important;
  border: 0 !important;
}

.single-product .range-count {
  text-align: center;
}

.single-product .slider-main-wrapper input {
  width: 70px;
  outline: none;
}

.single-product .slider-main-wrapper .ui-slider-handle:focus-visible {
  outline: none;
}

.single-product .ui-slider {
  border: 0;
  height: auto;
}

.single-product .ui-slider-handle {
  border: 0 !important;
  background: #0eb47a !important;
  border-radius: 100%;
  width: 14px !important;
  height: 14px !important;
  top: -5px !important;
  font-size: 0;
}

.single-product .ui-slider .ui-slider-range {
  height: 4px;
  background: #000e3f;
}

.single-product .ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
  background: #000e3f;
  border: 0;
  height: 4px;
}

.single-product .new_add_to_card {
  margin: 25px 0 0 !important;
  border-radius: 50px;
  padding: 13px 30px !important;
  text-transform: capitalize !important;
  font-weight: 600 !important;
}

/* PAV css end */

.slider-wrapper {
  position: relative;
  width: 100%;
  padding-top: 30px; /* место для меток */
}

.slider-discount-labels {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20px;
}

.slider-discount-labels .discount-label {
  position: absolute;
  transform: translateX(-50%);
  transform: translateY(-5%);
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background-color: #000;
  padding: 0px 10px;
}
.slider-discount-labels .discount-label.highlight {
  background-color: #0eb47a;
}
.slider-discount-labels .discount-label::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}
.slider-discount-labels .discount-label.highlight::after {
  border-top: 5px solid #0eb47a;
}
#wlaqsbn-button-container {
  flex-direction: row;
  display: flex;
  gap: 0px;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 55px;
}
#wlaqsbn-button-container button.quantity-button {
  width: 100px !important;
  background-color: #d4d4d4;
  border: 1px solid #d4d4d4;
  color: #143752;
  border-radius: 5px;
  position: relative;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
#wlaqsbn-button-container button.quantity-button:hover,
#wlaqsbn-button-container button.quantity-button.active {
  background-color: #143752;
  color: #fff;
}

#wlaqsbn-button-container button.quantity-button span {
  position: absolute;
  right: -10px;
  top: -10px;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 3px 5px;
  font-size: 10px;
  z-index: 1;
}
#wlaqsbn-button-container button.quantity-button span.discount-5 {
  background-color: #e58fbc;
  color: #000;
}
#wlaqsbn-button-container button.quantity-button span.discount-10,
#wlaqsbn-button-container button.quantity-button span.discount-15 {
  background-color: #3b82f6;
  color: #fff;
}
#wlaqsbn-button-container button.quantity-button span.discount-20 {
  background-color: #e11d48;
  color: #fff;
}
.ui-slider-handle .slider-handle-value {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #444;
  color: white;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
  pointer-events: none;
}
