/*Mobile*/
  @media only screen and (max-width: 426px) {
    .PopularProducts_Box i.arrow.left.slick-arrow {
      display: none !important;
    }
    .PopularProducts_Box i.arrow.right.slick-arrow {
      display: none !important;
    } 
  }
  /* iPad*/
  @media only screen and (min-width: 0px) and (max-width: 769px) {
    .PopularProducts_Box i.arrow.left.slick-arrow {
      display: none !important;
    }
    .PopularProducts_Box i.arrow.right.slick-arrow {
    display: none !important;
    }
  }
