/**
* Theme Name: Olight Child
* Description: This is a child theme of Olight, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opalthemes</a>
* Template: olight
* Version: 1.0.0
*/

.whatsapp-share-btn {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000; /* Black border */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.whatsapp-share-btn:hover {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000; /* Black border on hover as well */
}

/* Hide the Add to Cart button */
.woocommerce div.product form.cart,
.woocommerce div.product .single_add_to_cart_button {
    display: none !important;
}

/* Hide the Buy It Now button if it has a specific class */
.woocommerce div.product .buy-now-button {
    display: none !important;
}

body:not(.rtl) .elementor-3357 .elementor-element.elementor-element-17c6d13 {
    left: 0px;
    display: none;
}

