.weo-btn {
    display: inline-flex;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
	width: 100%;
}

.weo-wa {
    background-color: #25d366;
    color: #ffffff;
}

.weo-wa:hover {
    background-color: #1ebe5d;
    opacity: 0.95;
}


.weo-email {
    background-color: #0073aa;
    color: #ffffff;
}

.weo-email:hover {
    background-color: #005f8d;
    opacity: 0.95;
}


.weo-full {
    width: 100%;
    text-align: center;
}




/* =====================================================
   BASE WRAPPER
===================================================== */

/*
 * 
.weo-order-buttons,
.weo-cart-buttons,
.weo-checkout-buttons {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}



.weo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;

    border-radius: 4px;
    text-decoration: none;
    border: none;
    cursor: pointer;

    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}


.woocommerce-cart .weo-cart-buttons {
    margin-top: 12px;
}


.woocommerce-checkout .weo-checkout-buttons {
    margin-top: 16px;
}

.weo-btn{
    text-decoration:none;
    display:inline-block;
}


@media (max-width: 768px) {
    .weo-order-buttons,
    .weo-cart-buttons,
    .weo-checkout-buttons {
        flex-direction: column;
    }

    .weo-btn {
        width: 100%;
        text-align: center;
    }
}

*/