.cart.table-wrapper .col.price .cart-price s .price,
.cart.table-wrapper .col.subtotal .cart-price s .price {
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
    text-decoration: line-through;
    font-size: 15px;
}
.summary__field.product .summary__cell.summary__cell--content-right {
    order: 2;
    width: 100%;
    max-width: 100%;
}
.summary__field.product .summary__cell.discount-wrapper {
    order: 1;
    width: 100%;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
#mwCheckoutSidebarBlock .total-rules {
    display: flex;
    justify-content: space-between;
}