	/* ===== Cart page - Trang giỏ hàng ===== */
	
	/* Nút X xóa sản phẩm */
	.woocommerce-cart table.cart .product-remove a.remove {
	    color: #d60000 !important;
	    font-size: 22px !important;
	    font-weight: 700 !important;
	    text-decoration: none !important;
	}
	
	/* Số lượng trên desktop */
	.woocommerce-cart table.cart .product-quantity {
	    text-align: center !important;
	    font-weight: 700 !important;
	}
	
	/* Mobile */
	@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;
	        color: #d60000 !important;
	        font-size: 28px !important;
	        line-height: 1 !important;
	    }
	
	    .woocommerce-cart table.cart td.product-quantity {
	        text-align: left !important;
	        font-size: 20px !important;
	        font-weight: 700 !important;
	        padding: 18px 22px !important;
	    }
	
	  /* Trang giỏ hàng: chỉ làm đẹp số lượng, không thêm chữ Số lượng */
.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 td.product-quantity .v247-cart-qty-text {
        font-size: 22px !important;
        font-weight: 700 !important;
    }
}  