.shop-left-menu {
	flex: 1 0 175px;
	-ms-flex: 1 0 175px;
	padding: 0px 0 0;
	margin-bottom: 25px;
}

.shop-left-menu span {
	display: block;
	position: sticky;
	top: 0;
}

.shop-left-menu a {
	display: block;
	padding: 0 1.5vw;
	font-size: 1rem;
	line-height: 1;
	position: relative;
}
.shop-left-menu > span > ul > li > a::after {
	content: '';
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	right: 0;
	background-color: rgb(43, 55, 66);
	opacity: .2;
}
.shop-left-menu > span > ul > li:last-child > a::after {
	opacity: 0;
}
.shop-left-menu a.selected,
.shop-left-menu a:hover {
	color: #000;
}
.shop-left-menu ul {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px 0;
}
.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;
	}
}
