/* Add custom CSS styles below */ 
/*.total-price {
  color: #000 !important;
}

.before-price {
  color: #ef4444 !important;
}*/

.product-single__price-box {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
}


.product-single__discounted-amount {
  order: -1;
}


.before-price,
.total-price {
  order: 0;
}



.s-product-options-option-label small {display:none}



.simplified-products .s-products-slider-card .product-card--simplified .product-card__promotion,
.landing-page .s-products-slider-card .product-card__promotion,
.simplified-products .s-products-list-wrapper .product-card--simplified .product-card__promotion,
.landing-page .s-products-list-wrapper .product-card__promotion {
  left: auto !important;
  right: 0 !important;
  direction: rtl !important;
  text-align: right !important;
}

#product-filter option[value="bestSell"] {
    display: none !important;
}