/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 08 2025 | 07:18:41 */
/*
=================================================================
== CSS ĐỒNG BỘ GIAO DIỆN TRANG GIỎ HÀNG (CART) ==
=================================================================
*/

/* --- 1. BẢNG SẢN PHẨM TRONG GIỎ HÀNG --- */

/* Làm nổi bật header của bảng */
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block thead {
    color: #d32f2f;
    font-size: 14px;
    text-transform: uppercase;
}

/* Tên sản phẩm trong giỏ hàng */
.wc-block-cart-item__product .wc-block-components-product-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}
.wc-block-cart-item__product .wc-block-components-product-name:hover {
    color: #d32f2f;
}

/* Ảnh sản phẩm */
.wc-block-cart-item__image img {
    border-radius: 8px;
}

/* Nút tăng giảm số lượng */
.wc-block-components-quantity-selector__button {
    background-color: #f1f1f1;
    border-radius: 4px;
    color: #555;
}
.wc-block-components-quantity-selector__button:hover {
    background-color: #e0e0e0;
}

/* Link "Xóa sản phẩm" */
.wc-block-cart-item__remove-link {
    color: #999;
    text-decoration: none;
    font-size: 13px;
}
.wc-block-cart-item__remove-link:hover {
    color: #d32f2f;
    text-decoration: underline;
}

/* --- 2. KHỐI "SẢN PHẨM BẠN CÓ THỂ THÍCH" (CROSS-SELLS) --- */

/* Tiêu đề khối */
.wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
    font-weight: 700;
    color: #333;
}

/* Từng card sản phẩm gợi ý */
.cross-sells-product {
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
}
.wp-block-cart-cross-sells-product__product-image img {
    border-radius: 8px;
}

/* Nút "Thêm vào giỏ hàng" cho sản phẩm gợi ý */
.wp-block-cart-cross-sells-product__product-add-to-cart button {
    background-color: #d32f2f !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    transition: background-color 0.3s ease !important;
}
.wp-block-cart-cross-sells-product__product-add-to-cart button:hover {
    background-color: #b71c1c !important;
}

/* --- 3. KHỐI TÓM TẮT ĐƠN HÀNG (SIDEBAR) --- */

/* Toàn bộ khối sidebar */
.wc-block-cart__sidebar {
    background-color: #f7f7f7; /* Nền xám nhạt */
    border-radius: 12px;
}

/* Tiêu đề "Tổng cộng giỏ hàng" */
.wc-block-cart__totals-title {
    font-size: 22px;
    font-weight: 700;
    color: #d32f2f; /* Màu đỏ nổi bật */
}

/* Dòng "Tổng ước tính" */
.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.wc-block-components-totals-footer-item .wc-block-components-formatted-money-amount {
    font-size: 20px;
    color: #d32f2f;
    font-weight: 700;
}

/* Nút "Tiến hành thanh toán" */
.wc-block-cart__submit-button {
    background-color: #d32f2f !important;
    color: #fff !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-transform: uppercase;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
}
.wc-block-cart__submit-button:hover {
    background-color: #b71c1c !important;
    transform: translateY(-2px);
}
.wc-block-components-sidebar{
	padding-right:30px;
}
.woocommerce-cart .wc-block-cart-items__header span {
    font-size: 1rem !important;
}