.block-layered-nav .filtro-cor{
	*float : left;
	 margin-top : 5px;
}

.block-layered-nav .filtro-cor a{
	display: block;
	width : 20px;
	height: 20px;
}

.block-layered-nav .filtro-cor a img{
	float : left;
}

.filter-attribute{
	display: inline-block;
	vertical-align:top;
	vertical-align: middle;
	height: 100%;
	clear: none;
	min-width: 190px;
	text-align: left;
	position: relative;
	padding: 0 25px;
}

.filter-attribute:last-child {
	background:none;
}

.filter-attribute dt{
	font-size: 12px;
	color: #464646;
	font-weight: bold;
	text-align: left;
	padding: 7px 18px;
	cursor: pointer;
	background: #fff url(../../images/drop-filtro.png) no-repeat right center;
	border-radius: 50px;
	position: relative;
	z-index: 201;
	border: 2px transparent solid; 
	font-weight: 300;
	font-family: 'Open Sans';
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.filter-attribute.opened dt {
	 border: 2px #de1e26 solid; 
}

.filter-attribute dt small{color: #de1e26;font-weight: 600;}

.filter-attribute dd{
	position: absolute;
	width: 90%;
	z-index: 200;
	background: #fff;
	padding: 40px 15px 20px;
	left: 0;
	right: 0;
	top: 100%;
	margin: -20px auto 0;
	display: none;
	box-shadow: 0px 0px 7px -1px rgba(0,0,0,0.3), inset 0px 7px 7px -4px rgba(0,0,0,0.2);
	border-top: 2px #de1e26 solid;
}

.filter-attribute dd li label{
	font-family: 'Open Sans';
	display: block;
	font-size: 14px;
	clear: both;
	color: #777;
	font-weight: 700;
	cursor: pointer;
}

.filter-attribute dt span{
    margin-right:50px;
}

.block-layered-nav .filter-attribute dd{
}

.filtro-wrapper {
	/* background-color: #de1e26; */
}

.filter-attribute dd li {
	margin-bottom: 10px;
}
.filter-attribute dd li:last-child {
	margin-bottom: 0;
}

.filter-attribute dd li input[checked='checked'] + label,
.filter-attribute dd li input:checked + label {
	color: #de1e26;
}

.filter-attribute dd li input[checked='checked'] + label::before,
.filter-attribute dd li input:checked + label::before {
	content: 'X';
	margin-right: 5px;
	font-size: 10px;
	background: #ededed;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: inline-block;
	text-align: center;
	line-height: 21px;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.filter-attribute dd li input[checked='checked'] + label:hover::before,
.filter-attribute dd li input:checked + label:hover::before {
	color: #fff;
	background-color: #de1e26;
}

.catalog-category-view .filtro-wrapper {
	margin: 220px 0 50px;
}

#narrow-by-list{
	text-align: center;
}