#filters-toggle  {
  width: 27px;
  font-size: 28px;
}
#open-filters {
  cursor: pointer;
  margin-left: 5px;
  color: #2A3E64;
}
@media all and (max-width: 767px) {
  #filters-toggle::before {
    content: "\f1de";
  }
}
