/**
* Theme Name: Bridey Child
* Description: This is a child theme of Bridey, generated by Merlin WP.
* Author: <a href="https://www.wpopal.com/">Opal Team</a>
* Template: bridey
* Version: 1.8.6
*/

.whatsapp-order-button {
    display: inline-block;
    width: 100%;
    background: #25D366;
    color: #fff;
    border: none;
    margin-top: 10px;
    padding: 12px 20px;
    text-decoration: none;
    transition: background 0.2s ease-in-out;
    text-align: center;
}
.whatsapp-order-button:hover {
    background: #20b954;
}

.viber-order-button {
    display: inline-block;
    width: 100%;
    background: #6658F7;
    color: #fff;
    border: none;
    margin-top: 10px;
    padding: 12px 20px;
    text-align: center;
}
.viber-order-button:hover {
    background: #5848e7;
}

.single-product div.product .summary.entry-summary .yith-wcwl-add-to-wishlist {
    width: 100%;
}