/* Add custom CSS styles below */ 
.custom-promotion-with-value .promotion-badge.has-discount {
color: rgb(0 0 0);
font-weight: 580;
}

.sale-price {
font-size: 24px;
color: #f55157;
}

.regular-price {
font-size: 16px;
color: rgb(0 0 0);
}

div#progress-scroll {
    bottom: 110px;
}

.custom-promotion-with-value .promotion-badge.has-discount {
color: rgb(255 255 255);
}