/*
Theme Name: OceanWP Child - LaBenCom
Theme URI: https://oceanwp.org/
Description: Theme enfant de OceanWP.
Author: Benoit HAYS
Author URI: https://labencom.fr/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Antoine (com'ON) 23-02-2024  - Filtres produits */
.wpgb-checkbox-facet li {
	margin: 4px 0!important;
	color: white;
}
.wpgb-facet>fieldset:last-child {
	margin-bottom: 20px!important;
}

.wpgb-facet .wpgb-hierarchical-list {
	display: flex!important;
    flex-direction: column;	
}