.active-filter-list {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
}

.active-filter-item-link:hover {
  cursor: pointer;
}

.active-filter-item-link::after {
  position: relative;
  padding-left:2px;

}
.active-filter-list li a {
  border: none;
  text-align: center;
  color: #53565A;
  padding: 6px 8px;
  line-height: 1;
  background-color: #E9EAE9;
  border-radius: 2px;
  float:left;
  font-size: 11px;
  text-transform: none;
  min-width: 0;
  margin-right:2px;
  margin-left:2px;
  margin-top:2px;
}
.active-filter-list .close-icon
{
  height:8px;
  width:8px;
  margin-left: 6px;
}
