/**
* Theme Name: Zeen Child
* Description: Zeen child theme.
* Author: Codetipi
* Template: zeen
* Version: 1.0.0
*/

.wc-block-cart .wc-block-cart__submit-button, 
.wc-block-components-checkout-place-order-button
{
    background-color: #8b3b3a;
    color: #fff;
}


.woocommerce-order__overview:has(.woocommerce-notice--success) {
    width: 100%;
}

.woocommerce-order__overview .image_cknh {
    width: 40%;
    
    
}
@media only screen and (min-width: 1020px) {
    .woocommerce-order__wrap .woocommerce-order-details,.woocommerce-order__wrap .woocommerce-order-downloads {
        width: 100% !important;
        
    }
}

td.product-name {
    width: 70% !important;
}

td.product-total {
    width: 30% !important;
}

.btn-dat-hang {
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    background-color: #8b3b3a;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-dat-hang:hover {
    background-color: #6d1d1d;
}