/*
 * Gebruik zoveel mogelijk nested CSS
 * Meer informatie: https://www.w3schools.com/cssref/sel_nesting.php
 */

.facetwp-dropdown{
	background-color: #F6F7F8 !important;
	border: none !important;
	border-radius: 50px !important;
	padding: 15px 25px !important;
	color: #7A7E82 !important;
	font-size: 1.2rem !important;
}

.elementor-widget-facetwp-facet{
	height: 55px;
}

/* .hidden-home-query {
  display: none;
} */

.elementor-widget-woocommerce-products li{
	display: flex !important;
	flex-direction: column !important;
	align-items: center !important;
	padding: 10px !important;
	text-align: center !important;
	border: solid 1px;
	border-color: #EBE8E8;
	border-radius: 4px;
}


.elementor-widget-woocommerce-products li .price{
	color: #CD1719 !important;
	font-size: 24px !important;
	font-weight: 700 !important;
}