/*quantity discounts - bundles*/
.custom-quantity-block .old-price{color: #000000;}
.custom-quantity-block s {
    font-size: 13px;
}
.wpiqd-swatch{ margin-bottom: 20px;}
button.kad_add_to_cart.single_add_to_cart_button.headerfont.kad-btn.kad-btn-primary.button.alt {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
}

.wpiqd-swatch {
  position: relative;
}

/* hide by default */
.wpiqd-swatch::before {
  display: none;
}

/* show only on second option */
.wpiqd-swatch[data-value="3"]::before {
  content: "Opțiunea preferată"; /* change text */
  display: block;

  position: absolute;
  top: -10px;
  left: 0px;

  background: #e11d48;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;

  line-height: 1;
  z-index: 10;
  pointer-events: none;

  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}