body .product-main .entry-summary .pewc-product-extra-groups-wrap .pewc-total-field-wrapper #pewc-discount-total-label {
    font-size: 13px;
    font-weight: 600;
}

body .product-main .entry-summary .pewc-product-extra-groups-wrap .pewc-total-field-wrapper #pewc-discount-total span.woocommerce-Price-currencySymbol {
    font-weight: 700;
}

.discounted-price {
    position: relative;
    color: #e61d1d;
}

.discounted-price:before {
    content: '-';
}
