/*Giỏ hàng*/
.woocommerce .cart_custom {
    background-color: rgb(241 240 241);
}
.woocommerce .cart_custom .container {
    display: flex;
    justify-content: center;
}
.woocommerce .cart_custom .woocommerce-cart-form {
    width: 60%;
    background: #fff;
    padding: 10px 30px;
    margin: 20px 0;
}
.woocommerce .cart_custom .woocommerce-cart-form h2 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}
.woocommerce .cart_custom .woocommerce-cart-form h4{
    padding: 15px 0px;
    text-align: left;
    font-weight: 500;
    color: #002d5c;
    font-size: 20px;
}

.woocommerce .cart_custom .woocommerce-cart-form .cart_item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 20px;
    padding-bottom: 10px;
}
.woocommerce .cart_custom .woocommerce-cart-form .select_product_checkout input{
    margin: 0px; 
    width: 16px;
    height: 16px;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_image_product_checkout{
    width: 30%;
    margin: 0 10px;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_image_product_checkout img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout {
    width: 70%;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout .product_name_checkout a{
    font-weight: 400;
    font-size: 16px;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout .price_product_checkout {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 15px;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout .price_product_checkout span del {
    display: none;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout .quantity-item_information_product {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 15px;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout .product_qty_checkout {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 15px;
    font-size: 15px;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout .product_attribute_checkout div {
    display: flex;
    justify-content: space-between;
    margin: 8px 0;
    font-size: 15px;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout .product_attribute_checkout div dt{
    font-weight: 400;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout .remove_product_checkout {
    display: flex;
    align-items: center;
    padding: 3px 0px;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout .remove_product_checkout a{
    font-size: 15px !important;
    line-height: 1;
    display: flex;
    color: black !important;
    align-items: center;
    font-weight: 400;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout .remove_product_checkout a:hover{
    background: none;
}
.woocommerce .cart_custom .woocommerce-cart-form .item_info_product_checkout .remove_product_checkout a span{
    padding-left: 5px;
    font-size: 13px;
}

.woocommerce .cart_custom .woocommerce-cart-form .cart-subtotal{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 15px;
}
.woocommerce .cart_custom .woocommerce-cart-form .cart-discount{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 15px;
}
.woocommerce .cart_custom .woocommerce-cart-form .cart_ship{
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 15px;
}
.woocommerce ul#shipping_method li label {
    font-weight: 400;
}
.woocommerce .cart_custom .woocommerce-cart-form .order-total {
    border-top: 1px solid #e3e3e3;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}
.woocommerce .cart_custom .woocommerce-cart-form .order-total .woocommerce-Price-amount.amount{
    color: #d83443;
    font-weight: 700;
    font-size: 16px;
}

/* .woocommerce .page_checkout  .wrap_info_customer .wc-proceed-to-checkout input{
    margin: auto;
    display: block;
    background-color: #b48c72;
    background-image: none;
    width: 340px;
    border: none;
    color: #fff;
    border-radius: 5px;
    line-height: 26px;
    font-size: 16px;
}
.woocommerce-checkout-payment .form-row.place-order .button.alt {
    display: none;
}
.woocommerce-checkout-payment label {
    font-weight: 400;
} */

.woocommerce .cart_custom .woocommerce-cart-form .button_continue_shopping {
    width: 220px;
    background-color: #b48c72;
    color: #fff;
    border-radius: 5px;
    line-height: 26px;
    font-size: 16px;
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.woocommerce .cart_custom .woocommerce-cart-form .button_continue_shopping:hover {
    text-decoration: none;
}
.woocommerce .cart_custom .woocommerce-cart-form .button_continue_shopping span{
    margin-left: 20px;
    margin-right: 10px;
    
}
.woocommerce .cart_custom .woocommerce-cart-form .woocommerce-remove-coupon {
    display: none;
}
.cart-empty.woocommerce-info {
    display: none;
}
.woocommerce .cart_custom .woocommerce-cart-form .proceed-to-checkout {
    display: flex;
    justify-content: center;
}
.woocommerce .cart_custom .woocommerce-cart-form .proceed-to-checkout .checkout-button {
    background-color: #b48c72;
    width: 100%;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 18px;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.woocommerce .cart_custom .woocommerce-cart-form .proceed-to-checkout .checkout-button.disabled {
    background-color: #d3c2b8; /* Màu mờ hơn của nút */
    color: rgba(255, 255, 255, 0.5); /* Màu chữ mờ */
    cursor: not-allowed; /* Thay đổi con trỏ chuột thành biểu tượng không cho phép */
    opacity: 0.5; /* Làm mờ nút */
}

@media screen and (min-width: 0px) and (max-width: 992px) { 
    .woocommerce .cart_custom .woocommerce-cart-form {
        width: 100%;
        padding: 10px 10px;
    }
}