.shop-left-menu {
	flex: 1 0 175px;
	-ms-flex: 1 0 175px;
	padding: 0px 0 0;
	margin-bottom: 20px;
}

.shop-left-menu span {
	display: block;
	position: sticky;
	top: 0;
}

.shop-left-menu ul li ul,
.shop-left-menu .menu-header {
	display: none;
}
.shop-left-menu ul li {
	display: inline-block;
}
.shop-left-menu {
	text-align: center;
}
.shop-left-menu a {
	color: #c89c3c;
	border: 2px solid #c89c3c;
	display: block;
	padding: 5px;
	margin: 0 8px;
	line-height: 26px;
	font-size: 1rem;
}

.shop-left-menu a.selected,
.shop-left-menu a:hover {
	background-color: #c89c3c;
	color: #fff;
}

.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;
	}
}
