/*
Theme Name: FUZIION Theme
Theme URI: https://fuziion.nl/
Description: This theme is a child theme of Hello Elementor, created by FUZIION
Author: FUZIION
Author URI: https://fuziion.nl/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
/* 
@media (max-width: 767px) {
	#header-logo-container {
		display: none;
	}
} */

li.menu-item ul.sub-menu li.menu-item a {
	z-index: 999!important;
}

.elementor-widget-woocommerce-product-stock .stock.in-stock {
	background-color: #bcff8c99;
}

.elementor-widget-woocommerce-product-stock .stock.out-of-stock {
	background-color: #ff8c8c99;
}

.elementor-widget-woocommerce-product-stock .stock {
	position: absolute;
    z-index: 999;
    background-color: var(--e-global-color-primary);
	color: white;
    padding: 8px;
    border-radius: 99px;
    font-weight: bold;
    margin: 15px;
}