.item-list.carousel {
  overflow-x: auto;
}
.item-list.carousel::-webkit-scrollbar {
  display: none;
}
.navCarousel {
  text-align: center;
  width: 100%;
}
.navCarousel .itemCarousel {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  display: inline-block;
  background: #9b9b9b;
}
.navCarousel .itemCarousel.current {
  background: #ff3d3d;
}
