tr.cart-discount > td > span {
    display: none;
}
tr.cart-discount th:after {
    content: 'Coupon Applied' !important;
    position: relative;
    left: 27.5rem;
}
