/* PRODUTOS */


/* Titulo Produtos */
#ttlprodutos {
	margin-bottom: 24px;
}

h4, h4 a {
    margin:0;
}

#ttlprodutos h1 {
	margin-bottom: 0px;
}
/*#produtos_listagem > h3 {
	display: block;
	margin-bottom: 12px;
	margin: 12px;
	padding-bottom: 12px;
	border-bottom: rgb(221,221,221) 1px solid;
	font-size: 32px;
	font-weight: 300;
	text-transform: inherit;
	color:rgb(102,26,0);
}*/

/* Lista Colecoes Produtos */
.bgprodutos {
	background: rgb(95,94,92);
	height: 200px;
	background: url(../image/bgprodutos/bg1.jpg) center center no-repeat;
}
#produtos_listagem {
	background: rgb(255,255,255);
}
#produtos_listagem.col-9 {
	margin-left: 0px;
	margin-right: 0px;
	width: 882px;
	padding: 12px 0;
}
#produtos_listagem.col-9 .col-3 {
	margin-bottom: 24px;
}
#produtos_listagem li {
	padding-bottom: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#produtos_listagem li:hover {
	background-color: rgb(102,26,0);
	color: rgb(255,255,255)!important;
}
#produtos_listagem .miniProduto {
	width: 270px;
	height: 220px;
	object-fit: cover;
	object-position: 50% 50%;
	border-bottom: rgb(255,255,255) 1px solid;
}
#produtos_listagem .ttlProduto {
	background: url(../image/seta-miniaturas.png) right center no-repeat;
}
#produtos_listagem .ttlProduto {
	padding: 0 6px;
}
#produtos_listagem .ttlProduto h5 {
	text-transform: inherit;
	margin: 10px 0 10px 0;
}
#produtos_listagem .ttlProduto h6 {
	text-transform: inherit;
	margin: 0 0 5px 0;
	font-size: 12px;
}
#produtos_listagem h6 > span {
	font-size: 10px;
	color: rgb(200,123,66);
}
