/*
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.   ***************/
/* VietMart payment and shipping block */

.vm-product-extra {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vm-checkout-title {
    margin-bottom: 10px;
    color: #263c57;
    font-size: 14px;
    font-weight: 700;
}

.vm-payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 16px;
}

.vm-payment-methods span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 5px;
    color: #263c57;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
}

.vm-shipping-box {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
}

.vm-shipping-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px 15px;
}

.vm-shipping-item + .vm-shipping-item {
    border-top: 1px solid #e8e8e8;
}

.vm-shipping-icon {
    display: flex;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #edf7f1;
    border-radius: 50%;
    font-size: 20px;
}

.vm-shipping-content {
    display: flex;
    flex-direction: column;
}

.vm-shipping-content strong {
    margin-bottom: 3px;
    color: #263c57;
    font-size: 14px;
    font-weight: 700;
}

.vm-shipping-content span {
    color: #666;
    font-size: 12px;
    line-height: 1.45;
}

@media (max-width: 549px) {
    .vm-payment-methods {
        gap: 5px;
    }

    .vm-payment-methods span {
        padding: 6px 8px;
        font-size: 10px;
    }

    .vm-shipping-item {
        padding: 12px;
    }
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/



