
#menu-graphic
{
	display: flex;
	list-style-type: none;
	padding: 0;
	margin: 35px 0 84px;
	justify-content: center;
	position: relative;
}

#soteshop_overview #menu-graphic,
#menu-graphic.bottom0
{
	margin-bottom: 0;
}

#menu-graphic h1
{
	margin: 0;
	font-size: inherit;
	font-family: inherit;
	/*color: inherit;*/
	line-height: inherit;
	font-weight: inherit;
	padding: 0;
}

#menu-graphic li
{
	border-bottom: 2px solid #e8e7e3;
	position: relative;
}

#menu-graphic li.active
{
	border-color: #333;
}

#menu-graphic span,
#menu-graphic a
{
	padding: 10px 18px;
	display: block;
	font-size: 17px;
	text-decoration: none;
}

#menu-graphic a:hover,
#menu-graphic a:focus,
#menu-graphic a:active
{
	color: #333;
}

#menu-graphic .small2
{
	height: 2px;
	display: block;
	position: absolute;
	background-color: #333;
	bottom: 0;
	border: none;
	left: 0;
	z-index: 2;
	right: 20px;
	transition: all 500ms cubic-bezier(0.310, 0.510, 0.030, 0.995);
	left: 50%;
	width: 0;
}

#menu-graphic .active:before
{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #333333 transparent transparent transparent;
	left: 50%;
	bottom: -8px;
	margin-left: -3px;
}

@media (max-width: 990px) {
	#menu-graphic
	{
		text-align: center;
		margin: 6px 0 29px;
	}

	#menu-graphic li a,
	#menu-graphic li h1
	{
		padding: 10px 10px 17px;
		line-height: 130%;
	}
}