/*
Theme Name: Ochaka Child
Theme URI: https://ochaka.presslayouts.com/landing
Author: PressLayouts Team
Description: This is a child theme for Ochaka
Version: 1.0
Author URI: https://www.presslayouts.com/
Template: ochaka
Text Domain: ochaka-child
*/

.custom-whatsapp-btn {
    display: block;
    width: 100%;
    background-color: #059b26; /* same red style */
    color: #ffffff !important;
    text-align: center;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 50px; /* pill shape */
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s ease;
}

.custom-whatsapp-btn:hover {
    background-color: #000000;
    color: #ffffff !important;
}

/* Hide account icon */
.header-account,
.site-header .account-icon,
.elementor-icon-user,.pls-header-myaccount,.pls-header-wishlist, .pls-header-cart {
    display: none !important;
}

/* Hide wishlist icon */
.header-wishlist,
.site-header .wishlist-icon {
    display: none !important;
}

/* Hide cart icon */
.header-cart,
.site-header .cart-icon,
.site-header .shopping-cart {
    display: none !important;
}
.pls-copyright-wrap .text-right,.pls-whishlist-btn,.pls-product-price-info,.in-stock,.stock in-stock,pls-mobile-menu-account-btn,.social-twitter,.social-pinterest,.social-instagram,.social-youtube,.pls-myaccount-menu, .pls-wishlist-menu {
    display: none !important;
}

.whatsapp-sticky{
    position: fixed;
    left: 20px;
    bottom: 30px;
    z-index: 9999;
}

.whatsapp-sticky img{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    transition: transform 0.3s;
}

.whatsapp-sticky img:hover{
    transform: scale(1.1);
}