.shop-left-menu {
  flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  padding: 0px 0 0;
}
.shop-left-menu .menu-header{
	display:none;
}
.shop-left-menu span ul {
  display: flex;
	justify-content:center;
	flex-wrap:wrap;
	
}
.shop-left-menu span ul li:not(:first-child){
	margin-left:10px;
}
.shop-left-menu a {
	margin-bottom:7.5px;
	white-space:nowrap;
	color:#fff;
	background-color:#600;
	border-radius:4px;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  transition:background-color .3s ease;
}

.shop-left-menu a.selected,
.shop-left-menu a:hover {
  background-color: #800;
}

.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;
}
