
.shop-categories {
	margin: 20px 0;
	text-align: center;
	background: #f2f1ef;
	padding: 2px 0;
}

.shop-categories ul { width: 100%; padding: 0px 0; margin: 0;}
.shop-categories li { 
	display: inline-block;
	
	font-size: 1.1em;
	padding: 0 8px;
	border-right: 1px solid #dedede;}
.shop-categories li:last-child { border-right: none; }
.shop-categories li a { color: #31715b;}
.shop-categories li a:hover { color: #333333;}