.filter-item-active {
  font-weight: bold;
}
.filter-anchor:hover, .remove-filter:hover {
  cursor: pointer;
}

.lower-list{
    float: left;
}

.size-btn, .color-btn, .gender-btn {
  outline:none;
  z-index:9999999;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}