
table.cart .button {
	width: 150px;
	margin-left: 10px;
}
.wc-proceed-to-checkout {
	margin-top: 20px;
}
.coupon {
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	width: 250px;
}
.coupon #coupon_code {
	margin-bottom: 5px;
}
@media (max-width: 480px) {
	table.cart .button {
		margin-bottom: 5px;
	}
	.actions:before, 
	.woocommerce-cart-form__cart-item .product-remove:before {
		display: none;
	}
	.woocommerce .cart_totals .shop_table_responsive tbody .cart-subtotal td,
	.woocommerce .cart_totals .shop_table_responsive tbody .shipping td, 
	.woocommerce .cart_totals .shop_table_responsive tbody .order-total td,
	.woocommerce .cart_totals .shop_table_responsive tbody .cart-discount td{
		display: inline;
	}
	.woocommerce .cart_totals .shop_table_responsive tbody .cart-subtotal,
	.woocommerce .cart_totals .shop_table_responsive tbody .shipping,
	.woocommerce .cart_totals .shop_table_responsive tbody .order-total,
	.woocommerce .cart_totals .shop_table_responsive tbody .cart-discount {
		text-align: right;
	}
}