.collection-categories-new {margin-bottom: 2rem;margin-top:1rem;}
.collection-categories-new .page-width {display: flex;flex-wrap: nowrap;margin: 0 auto;overflow: scroll;column-gap:10px;max-width: 1500px;}
.collection-categories-new .categoryitem {position: relative;flex: 0 0 auto;width:9%;}
.collection-categories-new h3 {margin: 0;margin-bottom:.7rem;font-size: 16px;}
.collection-categories-new img {width: 100%;height: auto;}
.collection-categories-new .page-width::-webkit-scrollbar {display: none;}
@media only screen and (max-width:768px) {
  .collection-categories-new h3 {margin-bottom:0rem;}
  .collection-categories-new .page-width {column-gap:5px;}
  .collection-categories-new img {width: 100%;height: auto;}
  .collection-categories-new .categoryitem {width:28%;}
}