.subcategoriesHideContent {
  max-height: 85px;
  overflow: hidden;
}

.subcategoriesFade {
  -webkit-mask-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0, 0, 0, 1)), color-stop(0.6, white), to(rgba(0, 0, 0, 0)));
}

.subcategories-show-more {
  font-size: 11px;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  margin-top: -12px;
}

.subcategories-show-more:hover {
  text-decoration: underline;
}

.subcategories-show-more.spg-over-UL {
  display: flex;
  position: absolute;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  height: 30px;
  margin-top: -30px;
  align-items: flex-end;
  justify-content: center;
}
