/*-- begin slider --*/
.ui-slider {
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 6px;
  position: relative;
}
.ui-slider-range {
  background: #aaa;
  height: 6px;
  position: absolute;
}
.ui-slider-handle {
  background: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  margin-top: -5px;
  margin-left: -1px;
}
.ui-slider-handle + .ui-slider-handle {
  margin-left: -11px;
  margin-right: -1px;
}
/*-- end slider --*/

.filter-category {
  margin: 0;
}
.filter-category li + li {
  border-top: 1px solid #eee;
  margin-top: 5px;
  padding-top: 5px;
}
.filter-category li a {
  color: #555;
  /*display: block;*/
  display:initial;
  font-weight: 600;
  height: 38px;
  line-height: 38px;
  padding: 0;
  text-decoration: none !important;
}
.filter-category li.active a {
    color: #27A112;
}
.filter-category li a b {
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 600;
  float: right;
  height: 30px;
  min-width: 25px;
  padding: 0 5px;
  margin-top: 5px;
  text-align: center;
}
.filter-category li.active a b {
    background: #27A112;
    color: #fff;
}
.filter-category li a i {
  border: 2px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 7px;
}
.filter-category li:hover a b {
  background: #ddd;
}
.filter-category li:hover a i {
  border: 3px solid #aaa;
  width: 4px;
  height: 4px;
}