.prod-list{
	overflow: hidden;
	margin: 10px 0 15px;
}
.prod-list li{
	font-size: 1.2em;
	display: inline-block;
	text-align: center;
	width: 180px;
	margin-bottom: 10px;
	height: 150px;
	float: left;
	border-bottom: 1px solid #d0d0d0;
	padding-top: 20px;
	position: relative;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.prod-list li::after{
	content: '';
	height: 50px;
	width: 1px;
	top: 50px;
	position: absolute;
	display: block;
	background-color: #e8e8e8;
}
.prod-list li:nth-child(6n)::after,.prod-list li:first-child::after{
	display: none;
}
.prod-list li div{
	height: 90px;
	line-height: 90px;
	margin-bottom: 10px;
	text-align: center;
}
.prod-list li div img{
	vertical-align: middle;
}
.prod-list li a{
	color: #000;
}
.enormous{
	width: 560px;
}
.enormous h2{
	margin-bottom: 20px;
}
.enormous p{
	margin: 10px 0;
}
.side{
	width: 360px;
}
.side.small{
	width: 330px;
}
.share.no-border{
	border-top: 0;
}
.side .menu a:first-child{
border-top: 1px solid #e8e8e8;

}
.side .menu{
	margin-top: 30px;
}
.side .menu a{
	background-color: #f6f6f6;
	font-size: 1.4em;
	color: #000;
	text-transform: uppercase;
padding: 20px 20px;
display: block;
   -moz-box-sizing: border-box;
border-bottom: 1px solid #e8e8e8;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.side .menu a:hover,
.side .menu a.active
{
color: #55a3ee;
}
.side .menu a.active{
	font-weight: 700;
}
.side .menu a:hover .left-arrow,
.side .menu a.active .left-arrow {
background-position: -722px -23px !important;
}

.enormous a.heading{
	font-weight: 700;
	display: block;
}