/*
Theme Name: Grostore
Theme URI: https://grostore-wp.themetags.com/
Author: Themetags
Author URI: https://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.
Version: 2.1.3
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: grostore
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {

    /*=== Color Variables ===*/
    --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;
    }
}
