#SortBy {
  option[value=created-ascending] {
    display: none;
  }
}

#SortBy {
  option[value=created-descending] {
    display: none;
  }
}