.cart-price .current-price-with-promo {
    font-weight: bold;
}

.cart-price{
    flex-direction: column;
}
.product-price .product-discount {
    text-decoration: line-through;
}

.cart-price .product-price + .product-price.price{
    text-decoration: line-through;
    font-weight: normal !important;
}
.cart-price .product-price + .product-price.price strong{
    font-weight: normal;
}
