.tom_filter_bar
{
	display: none;
}
@media (min-width: 1025px)
{
	.tom_filter_bar
	{
		width: 20%;
		float: left;
		margin-top: -20px;
		display: block;
	}
	.tom_products
	{
		width: 80%;
		float: right;
	}
}
#tom_woo_filter_bar_container
{
	border-right: 1px solid #d6d6d6;
	padding-bottom: 10px;
}
.filter_title
{
	margin-top: 20px;
	margin-bottom: 0;
	font-weight: bold;
	font-family: var(--wd-title-font);
}
#tom_woo_filter_bar_container label, #tom_woo_filter_bar_container input
{
	cursor: pointer;
	display: inline;
	font-family: var(--wd-title-font);
}
#tom_woo_filter_bar_container i.fa
{
	margin-left: 5px;
	color: #F00;
	vertical-align: text-top;
	cursor: pointer;
	display: none;
}
#tom_woo_filter_bar_container input:checked + label
{
	font-weight: bold;
}
#tom_woo_filter_bar_container input.esposizione
{
	display: none;
}
#tom_woo_filter_bar_container img
{
	width: 20px;
	margin-right: 10px;
}
#reset_filtri
{
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
	color: #6b8732; 
}
#filter_categorie, #filter_sottocategorie
{
	width: 90%;
	padding: 7px;
}
#tom_woo_filter_bar_container hr
{
	margin-top: 20px;
	margin-bottom: 15px;
}
#tom_filtri_left
{
	position: fixed;
	top: 0;
	left: 0;
	width: 320px;
	height: 100%;
	background: #f3f3f3;
	z-index: 100000;
	overflow-y: scroll;
	padding-left: 20px;
	left: -320px;
	transition: all 0.3 ease;
}