#sort .options{
  display:flex;
  flex-direction:column;
}
#sort .options .opt{
  justify-content:space-between !important;
}
#sort .options .opt input[type=radio]{
  pointer-events:none;
}
