/* Top Menu for Categories */
.wfs-top-slide-nav {
  margin: 15px 0;
}
.wfs-top-slide-nav ::-webkit-scrollbar {
  display: none;
}
.wfs-top-slide-nav ul.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
  height: 48px;
  width: 90%;
}
.slide-nav-wrapper {
  position: relative;
  transition: width 1s ease-in-out;
  height: 48px;
  overflow: hidden;
}
.slide-nav-wrapper ul {
  display: flex;
  white-space: nowrap;
  margin: 0;
  overflow-x: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  list-style-type: none;
}
.slide-nav-wrapper ul li {
  flex: 0 0 auto;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 0;
  margin: 0px 12px 0 0;
}
.slide-nav-wrapper ul li a.active {
  border-bottom: 4px solid crimson;
}
.slide-nav-wrapper ul li:last-of-type {
  padding-right: 4px;
}
.slide-nav-wrapper ul li a {
  color: #666;
  text-decoration: none;
}
.slide-nav-wrapper ul li a:hover {
  text-decoration: none;
  color: crimson;
}
.slide-nav-wrapper .wfs-items-count {
  font-size: 12px;
  color: white;
  background: #ccc;
  padding: 0 4px;
  border-radius: 2px;
  margin-left: 4px;
  line-height: 1em;
}

@media (max-width: 1024px) {
  #wfs-sticky-sidebar {
    display: none;
  }
}