/*
Theme Name:   Bw Fitrush Child
Theme URI:    https://fitrush.bzotech.com/intro/
Author:       The BZOTech
Author URI:   https://bzotech.com/
Description: : Fitrush is a complete online store WooCommerce WordPress theme for selling health supplements, weight control products, sports supplements, bodybuilding and other health products.
Template:     bw-fitrush
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bodybuilding, supplements, health supplements, fitness, gym, health, weight control, nutrition, protein, recipe, shop, sports, bodybuilding, body building products
Text Domain: bw-fitrush-child
*/


:root{
	--bzo-main-color: #5e8d52 !important;
	--mini-cart-accent: #5e8d52;
}
.elementor-23 .elementor-element.elementor-element-a744836 .mini-cart-link {
  border-color: var(--mini-cart-accent) !important;
}

.elementor-23 .elementor-element.elementor-element-a744836 .mini-cart-link i {
  color: var(--mini-cart-accent) !important;
}

.elementor-23 .elementor-element.elementor-element-a744836 
.elbzotech-mini-cart-global .mini-cart-number {
  color: var(--mini-cart-accent) !important;
}
.elementor-8903 .elementor-element.elementor-element-4418d779 .button-inner {
    color: var(--mini-cart-accent) !important;
    border-color: var(--mini-cart-accent) !important;
}
.elementor-8903 .elementor-element.elementor-element-4418d779 .button-inner:hover {
    background-color: var(--mini-cart-accent) !important;
        color: white !important;
}


#login-popup-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 9998;
}

#login-popup {
    position: fixed;
    width: 400px;
    max-width: 95%;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.login-box h2 {
    text-align: center;
    margin-bottom: 20px;
}

.register-link {
    text-align: center;
    margin-top: 15px;
}