@charset "iso-8859-1";
/* ------- PRODUTOS  ------- */
#Produtos{
	margin: 10px;
	position:inherit;
}
.produtos-itens{  
	display:inline-flex;
	flex-direction: column;
	margin:5px;
	width:23%;
	border:1px solid #e0e0e0;
}
@media (max-width: 900px){
	.produtos-itens {
		width:30%;
	}
}
@media (max-width: 700px){
	.produtos-itens {
		width:47%;
	}
}
@media (max-width: 620px){
	.produtos-itens {
		width:95%;
	}
}
#tabs{
	min-height:auto;
}
.iconcat, .icon-home3{
    margin-right: 5px !important;
}    
#Produtos a {
	text-decoration:none;
	font-size:13px;
	color: #000;
}
#Produtos a:hover {
	text-decoration:none;
	color: #bf000a;
}
#Produtos p{
	margin:5px;
	font-size:13px;
	clear: both;
	display:block;
	width:fit-content;
}
#Produtos h2{
	font-size:17px;
	margin:10px;
	height: 30px;
	line-height: 14px;
}
#Produtos h2 a {
	font-size:14px;
	color:#505050;
	font-weight: bold;
}
#Produtos h3{
	color: #AF2027;
	margin: 0;
}
#Produtos hr{
	margin:5px 0 15px 0;
}
.produto-item{
	width:200px;
	margin:0;
}
.produto-descricao{
	display:inline-block !important;
	min-height: 85px;
}
#Produtos ul, #Produtos li{
	display:block;
	margin:0;
}
#Produtos li{
	/*display:table-cell;*/
	/*height:157px;*/
	position:relative;
	min-height: 166px;
}
#Produtos .produto-textos{
	display: flex;
	flex-direction: column;
	height: auto;
	/*min-width: 210px;*/
	padding:5px;
	justify-content: space-between;
}
.produtos-container{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
}
#Produtos .produto-textos:nth-child(2){
order: 0;
flex: 1 1 auto;
align-self: stretch;
}
#Produtos .produto-textos:nth-child(2){

}
#Produtos .produto-textos:nth-child(3){

}
#Produtos .info{
	/*position:absolute;*/
	bottom:13px;
	font-size: 12px;
	display: inline-block;
	margin: 2px;
}
#Produtos .info2{
	font-family: verdana !important;
	font-size:11px;
	padding: 0px 5px;
	border-radius: 3px;
	margin: 0px;	
	background-color: #505050;
	border: solid 1px #F1F1F1;
	cursor: help;
	display: -webkit-box;
	line-height: 20px;
	float: left;
}
#Produtos .info2:hover .icon, .info2:hover{
	color: #fff !important;
	background-color: #AF2027 !important;
	border: 1px solid rgba(255, 255, 255, 0) !important;
}
#Produtos .pic {
	width: 97%;
	height:auto;
	/*max-width: 200px;*/
	/*height: 330px;*/
	overflow: hidden;
	/*float:left;*/
	margin:5px;
	box-sizing: border-box;	
	/*box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.42)*/
}  
.selectcat{
	width: 250px;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 27px;
    float: right;
    position: absolute;
    right: 0px;
    top: -36px;
}
/*GROW*/
.prodgrow img {
	width: auto;
	max-width: 100%;
	height: auto;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}
.prodgrow img:hover {
	width: 110%;
	max-width:110%;
	height:auto;
	margin: -9px;
}
@media (max-width: 600px){
	#Produtos .pic {
		max-width: 100%;
		max-height: 100%;
		text-align: center;
	}
	.prodgrow img{
		max-height: fit-content;	
	}
	.produto-descricao{
		height:auto;
	}	
}
@media (min-width: 601px){
	#Produtos .pic {
		height: auto;
	}
	.produtos-itens{
		margin:5px;
		/*min-height: 400px;*/
	}	
}	
#Produtos .icon-zoom-in:hover{
	color: #AF2027;
	text-decoration: none;
	font-size: 15px;
}
.catnivel1 {
	margin: 5px;
	display: block;
	background-color: #bf000a;
	color: #fff ! Important;
	line-height: 30px;
	vertical-align: middle;
	padding: 5px 10px;
	font-size: 18px !Important;
}
.catnivel1:hover {
	color:#800000;
	/*text-decoration: underline !Important;*/
}	
#ImagemProduto{
	position:relative;
	display: table;
	float: left;
	margin-top: 10px;
	max-width: 98%;
}
.ImagemAmpliar{
	/*position: absolute;*/
	left: 87%;
	top: 5%;
	Z-INDEX: 3000;
	width:20px !important;
	height:20px !important;
	margin-left: 91%;
}
.ImagemProduto{
	float: left;
	margin:0 20px;
	width:350px;
	height:auto;
}
@media (max-width: 600px){
	.ImagemProduto {
		margin:15px 0 15px 15px;
		width:90%;
	}
}
#pe{
	background-color: #fbfbfb;
	margin: 5px;
	height: 282px;
	display: table;
	width: 50%;
	border: 1px solid #eeeeee;	
}
.pe-row{
	display: table-row;
}
.pe-row .titulo{
	margin: 5px 10px;
	color: #666;
	font-weight: bold;
	width: 100%;
}
.pe-row hr{
	width: 96%;
    margin: 4px 0;
}
.pe-row:nth-of-type(even){
	background: #fff;
}	
.pe-caption{
	display:table-caption;
}
.pe-header-group{
	display:table-header-group;
}
.pe-cell{
	display: table;
	vertical-align: middle;
	/* height: 100%; */
	line-height: 28px;
	width: 33%;
	margin: 0 auto;
	float: left;
}
.pe-cell{	
	width:95%;
	margin:0 10px;
	height:30px;
    word-break: break-all;
}
.pe-cell2{
	width:100%;
	    word-break: break-all;
	/*float:left;*/
}
.pe-cell-tit{
	height: 25px;
    vertical-align: middle;
    display: table-cell;
    padding: 10px;
	word-break: break-all;
}
.pe-footer{
	height:95px;
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	word-break: break-all;
}
.pe-titulo{
	color: #808080;
    font-weight: bold;
    width: 100%;
    /* background-color: aliceblue; */
    display: table;
    height: 25px;
    border-bottom: 1px solid #ccc;
    /*overflow-wrap: anywhere;*/
}
.pe-tit, .pe-esp{
	width:83px;
	font-size:13px;
	/*overflow-wrap: anywhere;*/
}
.pe-tit{
	font-weight:bold;	
}
.pe-qtd{
    text-align: center;
}
.pe-tit-valor{
	color: #559fd9;
	font-weight:bold;
	font-size: 14pt;
}
.pe-valor{
	color: #559fd9;
	font-weight:bold;	
	font-size: 14pt;	
}
.pe-input{
	width: 50px;
    margin: 2px 10px 0 10px;
    height: 25px;
    border: 2px solid #ccc;
}
@media (max-width: 900px){
	#pe {
		width:97%;
	}
	.pe-footer{
		height:auto;
	}
	.pe-cell2 {
		width:100%;
		/*overflow-wrap: anywhere;*/
	}
}
.ampliarprod{
	position: absolute;
    margin: 0;
    width: 80px;
    height:80px;
    display: inline-block;
    float: left;
    color: #fff;
    text-shadow: #000 1px 1px 10px;	
    padding:10px;
    top:0;
    right:0;
}
.fa-expand:before {
	margin:0px;
	padding:40px;
}
.qtd-box{
	width: auto;
	margin:0 auto;
	display:table;
}
.qtd-tit{
	font-weight:bold;
	margin:0;
}
.qtd-menos, #pe-qtd, .qtd-mais{
	display: table;
	box-sizing: border-box;
	width: 40px;
	height:30px;
	padding: 10px;
	border: 0;
	outline: 0;
	float: left;
	text-align: center;
	font-weight:bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #414042;
}
.qtd-menos, .qtd-mais{
	background-color: #f7f7f7;
}	
.qtd-menos{
    cursor: pointer;
    border-left: 1px solid #ccc;
}
#pe-qtd{
    color: #808080;
}
.qtd-mais{
    cursor: pointer;
    border-right: 1px solid #ccc;
}
#pe-qtd-retorno{
	font-size:12px;
	color:#bd0000;
}