Remove bottom-border WooCommerce coupon row

body .shop_table tr:not(.woocommerce-cart-form__cart-item) td {
	border-bottom: none;
}