.nav-item:hover {
    cursor: pointer;
  }



/* Style for the currently selected (open) main category */
.nav.categories-nav .nav-item.open > .nav-link {
  background-color: #26abc8; /* Background color for the open main category */
  border: none; /* Remove the border for the open main category */
  color: #fff; /* Text color for the open main category */
}

/* Style for all other main category links */
.nav.categories-nav .nav-item > .nav-link {
  border: 1px solid #26abc8; /* Border for all other main categories */
  color: #26abc8; /* Text color for all other main categories */
}

/* Current selected sub category will be bold */
.bold-text {
  font-weight: bold;
}

