/*
 Theme Name:   Grostore Child
 Theme URI:    https://grostore-wp.themetags.com/
 Description: GroStore is a WordPress WooCommerce theme designed specifically for food and grocery businesses. It offers a range of features that make it easy for store owners to manage their online store,sell products,and grow their business.
 Author:       ThemeTags
 Author URI:   https://themetags.com/
 Template:     grostore
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  grostore
*/

/*=== Color Variables ===*/
:root {
    --color_primary: #6eb356;
    --color_secondary: #ff7c08;
    --color_body: #fafafa;
}

/*============== Admin Bar ================*/
@media(max-width:782px) {
    .admin-bar .header-sticky.sticky-on {
        top: 46px;
    }
}

@media(max-width:600px) {
    .admin-bar .header-sticky.sticky-on {
        top: 0;
    }
}