.filter-block-alphabetical-sort {
  overflow: scroll;
  position: sticky;
  top: 53px;
  z-index: 9999;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  border: solid 2px #949494;
  width: 100%;
  display: inline-block;
  scrollbar-width: none;
}

@-moz-document url-prefix() {
  .filter-block-alphabetical-sort {
    scrollbar-width: none;
  }
}

@media only screen and (max-width: 768px) {
  .filter-block-alphabetical-sort {
    max-width: 100%;
  }
}

.filter-block-alphabetical-sort::-webkit-scrollbar {
  display: none;
}

.filter-block-alphabetical-sort div {
  display: flex;
  justify-content: space-between;
}

.filter-block-alphabetical-sort a.link_huge {
  padding: 0 5px;
  font-weight: 600;
  border-bottom: solid transparent 1px;
  cursor: pointer;
  color: #3c4144;
  text-decoration: none;
}

.filter-block-alphabetical-sort a.link_huge.disable {
  cursor: not-allowed;
  opacity: 0.6;
}
