/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/


/*************** ADD CUSTOM CSS HERE.   ***************/

@media only screen and (max-width: 48em) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
}


/* Giỏ hàng */

.woocommerce-cart-form__heading {
    margin-bottom: 20px;
}

.woocommerce-cart-form__heading h2 {
    font-size: 1.5rem;
    color: #333;
}

.woocommerce-cart-form__heading p {
    color: #666;
    line-height: 1.4;
    margin: 5px 0;
}

.shop_table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.shop_table th {
    background-color: #f0f0f0;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    color: #333;
}

.shop_table td {
    padding: 12px;
    text-align: center;
    border-top: 1px solid #eee;
}

.shop_table td.product-thumbnail img {
    max-width: 80px;
    height: auto;
}

.shop_table td.product-name {
    text-align: left;
    padding-left: 10px;
}

.shop_table td.product-price,
.shop_table td.product-subtotal {
    color: #e74c3c;
    font-weight: bold;
}

.shop_table td.product-quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.shop_table td.product-quantity input[type='number'] {
    width: 60px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    outline: none;
}

.shop_table td.product-quantity button {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.shop_table td.product-remove button {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
}

.cart-collaterals {
    margin-top: 20px;
}

.cart-collaterals .cart_totals {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.cart-collaterals .cart_totals h2 {
    margin-top: 0;
    font-size: 1.2rem;
    color: #333;
}

.cart-collaterals .cart_totals table {
    width: 100%;
    border-collapse: collapse;
}

.cart-collaterals .cart_totals td {
    padding: 10px;
    border-top: 1px solid #eee;
}

.cart-collaterals .cart_totals td:last-child {
    text-align: right;
    color: #e74c3c;
    font-weight: bold;
}

.woocommerce-cart-form__footer {
    margin-top: 20px;
}

.continue-shopping {
    margin-bottom: 20px;
}

.continue-shopping a {
    display: inline-block;
    padding: 12px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
}

.continue-shopping a:hover {
    background-color: #45a049;
}

.shipping-notice {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fffbe6;
    border: 1px solid #ffe599;
    border-radius: 8px;
    text-align: center;
}

.shipping-notice p {
    color: #ff9800;
    font-size: 0.9rem;
    margin: 0;
}

.checkout-procedure {
    background-color: #f9f9f9;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.checkout-procedure h3 {
    margin-top: 0;
    font-size: 1.2rem;
    color: #333;
}

.checkout-procedure .guest-checkout {
    margin-bottom: 20px;
}

.checkout-procedure .guest-checkout p {
    color: #666;
    line-height: 1.4;
    margin: 5px 0;
}

.checkout-procedure .guest-checkout a {
    display: block;
    padding: 12px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.checkout-procedure .guest-checkout a:hover {
    background-color: #45a049;
}