/*
Theme Name: Mono Impact Child
Theme URI: https://example.com/mono-impact-child
Author: Codex
Author URI: https://example.com
Description: Child theme for Mono Impact. Use this theme for store-specific CSS and PHP overrides while keeping the parent theme updateable.
Template: mono-impact
Version: 0.1.0
Requires at least: 6.3
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mono-impact-child
Tags: ecommerce, custom-logo, custom-menu, featured-images, theme-options, woocommerce
*/

/*
Add child theme CSS overrides below this line.
Keep global design changes in the parent theme Customizer whenever possible.
*/

.mono-mobile-menu .sub-menu li:first-child a{
	margin-bottom: 0;
}

ul.brand-thumbnails.columns-4{
	display: inherit !important;
}

.mono-filter-drawer__body {
    padding: 26px 16px 112px !important;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
	background: black;
}

.mono-mobile-buybar{
	z-index: 999999;
}

@media screen and (max-width: 992px) {
  .mono-product-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
	
	h3.mono-review-card__title{
		font-size: 15px;
	}
}

.mono-mobile-buybar {
    z-index: 99;
}