/* ==========================================================
   SINGLE PRODUCT
========================================================== */

.single-product .ct-cart-actions{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:nowrap;
}

.single-product .ct-cart-actions .quantity{
    margin:0;
    flex:0 0 auto;
}

.single-product .single_add_to_cart_button,
.single-product .mbbp-whatsapp-btn{
    flex:1;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 !important;
}

.single-product .mbbp-whatsapp-btn{
    background:#2f7d32 !important;
    color:#fff !important;
    border:1px solid #2f7d32 !important;
    text-decoration:none;
}

.single-product .mbbp-whatsapp-btn:hover{
    background:#27692a !important;
    border-color:#27692a !important;
}


/* ==========================================================
   SHOP / HOME / CATEGORY / BRAND / RELATED
========================================================== */

.mbbp-buttons{
    display:flex;
    gap:8px;
    margin-top:10px;
    width:100%;
}

.mbbp-buttons .button{
    flex:1;
    margin:0 !important;
    text-align:center;
    min-height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    padding:10px;
}

.mbbp-loop-btn{
    background:#2f7d32 !important;
    color:#fff !important;
    border:1px solid #2f7d32 !important;
    text-decoration:none;
}

.mbbp-loop-btn:hover{
    background:#27692a !important;
    border-color:#27692a !important;
}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width:768px){

    .single-product .ct-cart-actions{
        flex-wrap:wrap;
    }

    .single-product .quantity{
        width:100%;
    }

    .single-product .single_add_to_cart_button,
    .single-product .mbbp-whatsapp-btn{
        width:100%;
    }

    .mbbp-buttons{
        flex-direction:column;
    }

}
