@media (max-width: 767px) {
  .top-menu[data-depth="0"] {
		flex-direction: column;
		align-items: flex-start;
  }
  .top-menu[data-depth="0"] > li {
    width: 100%;
  }
}
