#produtos-categs{
	position:relative;
	width:260px;
	border-right:1px solid #EEEEEE;
	text-align:center;
}
#produtos-categs h1{
	font-family:Poppins, Lato;
	font-weight:bold;
	font-size:20px;
	color:#268483;
	text-align:center;
}
#produtos-categs hr{
	position:absolute;
	margin-left:50%;
	left:-50px;
	width:100px;
	height:1px;
	background:#DDDE97;
	border:0;
}
#produtos-categs li{
	border-bottom:1px solid #eeeeee;
	padding:20px 0;
}
#produtos-categs li.selected figcaption, #produtos-categs li:hover figcaption{
	color:#277978;
}
#produtos-categs li figure{
	position:relative;
	width:100%;
	height:60px;
}
#produtos-categs li figure img{
	max-width:100%;
	max-height:100%;
}
#produtos-categs li figcaption{
	margin-top:5px;
	font-size:14px;
	font-weight:500;
	color:#333333;
}
#produtos-categs li{
	margin:1px;
}

#produtos-lista{
	width:940px;
	max-width:940px;
	width:calc(100% - 260px);
	max-width:calc(100% - 260px);
}
#produtos-lista .probox{
	margin:0 16px;
	margin-bottom:60px;
}
#produtos-lista .probox figcaption{
	font-size:14px;
	padding:0 30px;
}
#produtos-lista h3{
	font-weight:bold;
	color:#666666;
	text-align:center;
	padding:40px;
}
@media screen and (max-width:600px){
	#produtos-categs{
		width:100%;
		border:0;
	}
	#produtos-categs li figure{
		display:none;
	}
	#produtos-lista{
		width:100%;
		max-width:100%;
		padding:0;
	}
	.paginacao{
		text-align:center;
	}
}

