/* Discount beside price */
.wdp-discount-text {
    color: #d32f2f;
    font-weight: bold;
    margin-left: 5px;
}

/* Discount badge replacing default SALE badge */
.wdp-discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d32f2f;
    color: #fff;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 3px;
    z-index: 10;
}
