/* Rezervasyon — şablon parity */
.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

#rez-funnel-steps {
  -webkit-overflow-scrolling: touch;
}
