div.nf_filter {
    width: 25%;
    margin: auto;
    position: relative;
}

div.nf_filter .content{
    display: none;
}

div.nf_filter .content.expanded {
    display: block;
}

.nf_filter .head-h2 {
    cursor: pointer;
}

.nf_filter .head-h2 span:after{
    content: '+';
    left: -3px;
}

.nf_filter .head-h2 span.expanded:after{
    content: '-';
}

.nf_filter .filter-form .filter {
    display: inline-block;
    max-width: 250px;
    vertical-align: top;
    margin-right: 25px;
}

.nf_filter .filter-form .table-label.filter-attribute-50-label {
    clear: both;
}

/* POPUP */
.product-filter .popup 
{
  position: absolute;
  left: 175px;
  border: 1px solid #c4cfd6;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  z-index: 99999;
  white-space: nowrap;
  padding: 17px 16px 12px 18px;
  display: none;
}

.product-filter .popup .arrow {
  background: #fff;
  border-bottom: 1px solid #c4cfd6;
  border-right: 1px solid #c4cfd6;
  bottom: -7px;
  height: 10px;
  left: 30px;
  margin-left: -10px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

#more_filter_options {
  display: inline-block;
  color: #579ed2;  
}

#more_filter_options:hover {
  cursor: pointer;
}

#filter-tags {
  display: none;
}