/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/


/* FIX PRICE BADGE Z-INDEX OVERLAPPING FILTER DROPDOWNS */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price-badge,
.woocommerce ul.products li.product .woocommerce-Price-amount,
.woocommerce ul.products li.product .product-inner .price {
    z-index: 10 !important;
}
/* Ensure filter dropdowns can overlap the products below them */
.wcpf-filter-wrapper, .elementor-widget-wc-archive-products, .elementor-widget-loop-grid, .woocommerce-products-header, .shop-filter-bar {
    z-index: 999 !important;
}
.woocommerce ul.products li.product {
    z-index: 1;
}
.woocommerce ul.products li.product:hover {
    z-index: 10;
}
