/*!
Theme Name: Fresh Supermarket
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: freshsupermarket
*/
.white-text *, 
.white-text a {
	color: white;
}
.header-new-nav p {
    margin: 0px !important;
}
.header-new-nav a {
    padding: 0 10px;
}
.single-product .elementor-widget.elementor-widget-wp-widget-woocommerce_product_tag_cloud h5 {
    display: none;
}
a.cart-pg-dinfo-text {
    font-size: 14px;
    color: grey;
    padding-top: 7px;
    display: inline-block;
}
a.cart-pg-dinfo-text:hover, 
.site-footer p a:hover {
    color: #f20909 !important;
}
.jet-blocks-cart .jet-blocks-cart__count {
    position: absolute;
    color: white;
    font-size: 18px;
    right: 10px;
    top: 8px;
    font-weight: bold;
    background-color: #008c45;
    padding: 0 8px;
    border-radius: 50px;
    width: 28px;
    height: 28px;
}
.site-footer p {
    margin-bottom: 0;
}

@media only screen and (max-width: 500px){
	.header-new-nav p {
		margin: 30px 0 -10px 0 !important;
	}
}