.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; }

.block-layered-nav .filter-attribute {
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 100%;
  max-width: 24%;
  position: relative;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
  background: #F5F5F5 url(../../images/madeinguarda/arrow-filter.png) no-repeat right 100px 128px;
}
.block-layered-nav .filter-attribute dt {
  background: #F5F5F5 url(../../images/madeinguarda/arrow-filter.png) no-repeat center right 15px;
  color: #494949;
  font-weight: initial;
  height: 55px;
  padding: 0;
  text-align: Left;
  text-transform: capitalize;
  padding: 18px 15px;
  cursor: pointer;
  position: relative;
  font-size: 15px;
}
.block-layered-nav .filter-attribute dt.active {
  background: #F5F5F5 url(../../images/madeinguarda/arrow-filter-opened.png) no-repeat center right 15px;
}
.block-layered-nav .filter-attribute dt.active + dd {
	display: block;  
}
.block-layered-nav .filter-attribute dd {
  background: #FFFFFF none repeat scroll 0 0;
  border: 2px solid #f5f5f5;
  margin: 0;
  min-height: 205px;
  padding: 15px;
  position: absolute;
  width: 100%;
  z-index: 99;
  display: none;
  max-height: 250px;
  overflow: auto;
}

.block-layered-nav .filter-attribute li {
  margin: 5px 0;
  text-transform: uppercase;
  color: #515151;
  letter-spacing: -0.2px;
  font-size: 13px;
  font-family: Lato;
  text-transform: capitalize;
  font-weight: 100;
  cursor: pointer;
}


#narrow-by-list > div > dd > ol > li > input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 6px;
    border-radius: 1px;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 2px;
}

#narrow-by-list > div > dd > ol > li > input[type="checkbox"]:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

#narrow-by-list > div > dd > ol > li > input[type="checkbox"]:checked {
    border: 2px solid #000;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}


@media only screen and (max-width: 768px) {
  .block-layered-nav .filter-attribute {
      max-width: inherit;
  }
  .block-layered-nav .filter-attribute dd {
    position: inherit;
  }
  .block-layered-nav .filter-attribute {
    margin-bottom: 1px;
  }
}