.qualitySelected.high-bg {
  background: #f61067 !important;
}

.qualitySelected.standard-bg {
  background: #21295c !important;
}

.border-secondary .amount-selected {
  background-color: #f61067;
  color: white !important;
}

.border-primary .amount-selected {
  background-color: #21295c;
  color: white !important;
}

table.variations {
  display: none;
}

.woocommerce-variation-add-to-cart .quantity {
  display: none;
}
.selected_post {
  border: #21295c 2px solid;
}
.selected_post #counter_overlay {
  opacity: 1;
}
#warranty-points-1:before {
  content: url(//cdn.shopify.com/s/files/1/0646/5388/5669/t/1/assets/tick.png?v=1660897…);
  width: 50px;
  height: 35px;
  margin-right: 5px;
  overflow: hidden;
}
.woocommerce-variation-price {
  display: none;
}
input[name='quantity'] {
  display: none;
}
.single_add_to_cart_button {
  display: none;
}

#steps-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 40px;
  background: #f61067;
  cursor: pointer;
  border-radius: 100%;
}

input[type='range']::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
input[type='range']::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
