.jet-checkboxes-list {
  overflow-x: auto;
  display: flex;
  white-space: nowrap;
}

/*@media screen and (max-width: 800px) {*/

.jet-checkboxes-list::-webkit-scrollbar {
  width: 0 !important;
}