.woocommerce a.remove {
    line-height:0.9em!important;
    background: rgba(255,0,0,0.1);
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 64px;
    display: block;
}
table.woocommerce-cart-form__contents td.actions .coupon {
    width: calc(100% - 200px);
    max-width: 300px;
}
table.woocommerce-cart-form__contents td.actions .coupon>#coupon_code {
    width: calc(100% - 130px);
    height: 33px;
}
.cart_totals table.shop_table td {
    text-align:right;
}
.woocommerce .quantity .qty {
    display: inline-block;
}
@media only screen and (max-width : 768px) {
    table.woocommerce-cart-form__contents td.actions .coupon {
        width:100%;
        max-width:none;
        margin-bottom:15px;
    }
    table.woocommerce-cart-form__contents td.actions .coupon>#coupon_code {
        width:48%;
    }
}