@charset "UTF-8";
.container-filters .toggle {
	height: 35px;
	width: 100%;
	position: relative;
	cursor: pointer;
	text-align: left;
	line-height: 33px;
}
.container-filters .toggle .less {
	display: none;
}
.container-filters .toggle.expanded .more {
	display: none;
}
.container-filters .toggle.expanded .less {
	display: inherit;
}
.container-filters .icon {
	font-size: 24px;
	line-height: 33px;
	height: 35px;
	text-align: center;
	position: absolute;
	left: 2px;
	top: 2px;
	font-size: 14px;
	text-indent: 0px;
}
.container-filters .more,
.container-filters .less {
	height: 35px;
	width: 100%;
	text-indent: 30px;
}