/*Hide Add to Cart on Cat pages*/

.hideAddtoCart .listWrapper .listItem .item-box  .addtocart .productlistaddtocartbutton {
    display: none;
}
