/* =========================================================
 * Trang giỏ hàng
 * ======================================================= */
.woocommerce-cart table.cart .product-remove a.remove {
	color: #d60000 !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

.woocommerce-cart table.cart .product-quantity {
	text-align: center !important;
	font-weight: 700 !important;
}

.woocommerce-cart td.product-quantity .v247-cart-qty-text {
	display: inline-block !important;
	font-size: 16px !important;
	font-weight: 700 !important;
	color: #111 !important;
}

@media (max-width: 767px) {
	.woocommerce-cart table.cart td.product-remove {
		text-align: left !important;
		padding: 18px 22px !important;
	}

	.woocommerce-cart table.cart td.product-remove::before {
		display: none !important;
		content: none !important;
	}

	.woocommerce-cart table.cart .product-remove a.remove {
		display: inline-block !important;
		font-size: 28px !important;
		line-height: 1 !important;
	}

	.woocommerce-cart table.cart td.product-quantity {
		text-align: left !important;
		font-size: 20px !important;
		padding: 18px 22px !important;
	}

	.woocommerce-cart td.product-quantity .v247-cart-qty-text {
		font-size: 22px !important;
	}
}

/* Giỏ hàng: hợp nhất từ main-manh-cart.css ở CLEAN-DEEP V3 để giảm 1 request CSS. */
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.manh-custom-cart{
  margin-top: 50px;
}

.manh-custom-cart .cart_totals h2{
  margin-top: 0;
}
