.sorting-information {
  margin-bottom: 15px;
  display: block;
  height: auto;
  font-size: 13px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .sorting-information {
    text-align: center;
  }
}
.sorting-information a {
  color: #009ee0;
  font-size: inherit;
}
.sorting-information:before {
  content: "\e617";
  font-family: "TM-Icon-set";
  color: #95a8bd;
  background: #FFFFFF;
  border-radius: 50px;
  padding: 3px;
  text-align: center;
  border: 2px solid #95a8bd;
  margin: 0 5px 0 2px;
}