/* Change category background */
.home-page-category-grid .item-box {
background-color: white;
}
/* Display 3rd level menu */
@media (min-width: 1025px) {
    .mega-menu .has-sublist .sublist-wrap .sublist-wrap.active {
      display: block !important;
    }
}
/* Hide the text "All Categories" */
.category-navigation-list-wrapper {
    display: none !important;
}
.mega-menu-responsive .all-categories
{
      display: none !important;
}
.carousel-item .slick-slide .slick-active
{
        width: 150px;
}
/* Center Align Menu */
@media (min-width: 1025px) {
  .header-menu > ul {
    float: none;
    text-align: center;
  }
}