/* ===== BOX TỔNG ===== */
.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #eef4ff;
    border-radius: 14px;
    overflow: hidden;
    padding: 0;
    border: none;
    font-family: sans-serif;
	margin-bottom: 0;
}
.shop_table {
	thead {
		tr {
			line-height: 40px !important;
		}
	}
	tbody {
		th {
			vertical-align: top;
		}
	}
}

.shop_table .product-subtotal {
	padding-right: 10px;
}

/* Ẩn header cũ */
.woocommerce-checkout-review-order-table thead {
    display: none;
}

/* ===== BODY ===== */
.woocommerce-checkout-review-order-table tbody,
.woocommerce-checkout-review-order-table tfoot {
    display: block;
    width: 100%;
}

.woocommerce-checkout-review-order-table tr {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 10px 20px;
    border: none;
	align-items: center;
}

/* ===== TITLE ===== */
.woocommerce-checkout-review-order-table::before {
    content: "Thông tin đơn hàng";
    display: block;
    font-size: 20px;
    font-weight: 800;
    color: #000;
    padding: 10px 20px;
}

/* ===== PRODUCT ===== */
.woocommerce-checkout-review-order-table .product-name {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.woocommerce-checkout-review-order-table .product-quantity {
    font-weight: 700;
	text-wrap: nowrap;
}

.woocommerce-checkout-review-order-table .product-total,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td {
    font-size: 14px;
    font-weight: 700;
    color: #e31200;
    text-align: right;
}

/* ===== LABEL LEFT ===== */
.woocommerce-checkout-review-order-table th {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    border: none;
    padding: 0;
    width: 35%;
}

/* ===== TD ===== */
.woocommerce-checkout-review-order-table td {
    border: none;
    padding: 0;
    width: 100%;
}

/* ===== SHIPPING ===== */
.woocommerce-shipping-methods {
    list-style: none;
    margin: 0;
    padding: 0;
	width: 100%;
}

.woocommerce-shipping-methods li {
    display: flex;
    align-items: center;
    gap: 18px;
	justify-content: space-between;
}

/* Radio */
.woocommerce-shipping-methods input[type="radio"] {
    width: 14px;
    height: 34px;
    accent-color: #0d6efd;
    cursor: pointer;
}

/* Label */
.woocommerce-shipping-methods label {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    line-height: 1.5;
    text-align: right;
	width: 100%;
}

/* Giá ship */
.woocommerce-shipping-methods .amount {
    color: #d31100;
    font-weight: 600;
}

/* ===== TOTAL ===== */
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
    font-size: 14px;
    font-weight: 800;
}
.woocommerce-shipping-totals {
		th {
			display: none;
		}
}
#order_review_heading {
	display: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
	.woocommerce-checkout-review-order-table {
		padding: 0 10px;
	}
    .woocommerce-checkout-review-order-table::before {
        font-size: 20px;
        padding: 25px 20px 10px;
    }

    .woocommerce-checkout-review-order-table tr {
/*         flex-direction: column; */
        gap: 10px;
        padding: 15px 20px;
    }

    .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout-review-order-table td {
        width: 100%;
    }

    .woocommerce-checkout-review-order-table th,
    .woocommerce-checkout-review-order-table .product-name,
    .woocommerce-shipping-methods label {
        font-size: 14px;
    }

    .woocommerce-checkout-review-order-table .product-total,
    .woocommerce-checkout-review-order-table .cart-subtotal td,
    .woocommerce-checkout-review-order-table .order-total td {
        font-size: 14px;
    }

    .woocommerce-checkout-review-order-table .order-total th,
    .woocommerce-checkout-review-order-table .order-total td {
        font-size: 14px;
    }
	.woocommerce-Price-amount {
		margin-left: auto;
	}
	.order-total {
		strong {
			width: 100%;
		}
	}
	
}

span.need-consult {
    color: #657384 !important;
    font-size: 16px;
}

.cs-slide-custom .splide__list .splide__slide .brxe-template {
    height: 100% !important;
}