#shop-images-scrollable {
    height: 120px;
    overflow-x: auto;
    overflow-y: none;
    white-space: nowrap;
}
#shop-images-scrollable::-webkit-scrollbar
{
  height: 12px; /* for horizontal scrollbars */
}
#shop-images-scrollable::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}
#shop-images-scrollable::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}
.smolImg {
    height: 100px;
    width: auto;
    display: inline-block;
}