.shop-left-menu {
  flex: 1 0 175px;
  -ms-flex: 1 0 175px;
  padding: 0px 0 0;
}

.shop-left-menu span {
  display: block;
  position: sticky;
  top: 0;
}

.shop-left-menu a {
  display: block;
  padding: 2.5px 5px;
  font-size: 1rem;
}

.shop-left-menu a.selected,
.shop-left-menu a:hover {
  background-color: #f1f1f1;
}

.shop-left-menu ul li ul li a {
  font-size: 0.9rem;
  padding: 2.5px 10px;
}

.shop-left-menu > span.four-items-across-menu,
.shop-left-menu > span.three-items-across-menu {
  text-align: left;
  border-bottom: 0px solid transparent !important;
}

.group-nav-item {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.list-group-item .group-nav-toggle:after {
  content: "+";
  font-size: 24px;
  color: inherit;
  line-height: 1;
  padding: 2px 5px 0;
  display: inline-block;
  height: 100%;
  cursor: pointer;
}

.list-group-item {
  cursor: pointer;
}

.group-nav-toggle {
  display: inline-block;
  height: 5px;
  width: 10px;
  position: absolute;
  right: 10px;
  top: -8px;
}

.list-group-item.selected .group-nav-toggle:after {
  content: "-";
  padding: 0 5px;
}
@media only screen and (max-width: 768px) {
  .shop-left-menu {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
  }
}
