.fas{
		
		
		font-size: 18px !important;
		margin-right: 10px !important;
		
	}	

.detalhes {

padding-top:0px;
width:100%;
height:180px;
background-color:#fff;
margin-top:0px;
position:relative;
display:block;
border-top: 0px solid #85755c;	
top:-40px;	


	
}
.box {
	max-width:350px;
	height:50px;
	padding:5px;
	position:absolute;
	bottom:0;
	right:0;
	top:-15px;

}
	
.box1 {
	max-width:90%;
	height:40px;
	padding:5px;
	position:relative;
	bottom: 5px;
	left:5px;
	color:#666;
	display:block;
	margin-top: 0px;
	
	

}
.icone{
	width:20px !important;
	height:20px !important;
	margin-top:15px !important;
	cursor:pointer !important;

}

.apartir {
position:absolute;
display:block;
top:70px;
left:7px;
padding:5px;
margin-top: 15px;
color:#666;

}
	
.t_produto {
    position: relative;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: left !important;
    padding: 7px;
    text-transform: uppercase;
    line-height: 140%;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    height: 52px;
    color: #666;
}


.t_valor1{
    position: absolute;
    display: block;
    top: 95px;
    left: 10px;
    padding: 0px;
    font-weight: 500;
    color: #f13c00;
    font-family: 'Alfa Slab One', cursive !important;
}	



.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 20%;
  left: 17%;
 
}
.item:hover .foto_produto {
filter:contrast(100%);
	}

.item:hover .middle {
  opacity: 0.9;
  webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); 	

}

.text {
  background-color: #4CAF50;
  border-radius:5px;	
  color: white;
  font-size: 18px;
  padding: 18px 20px;
  border:5px solid #fff;
  text-shadow: 1px 1px 1px #000;
  font-weight: 700;	

}

.text:hover {
  background-color: #06D80A;
  border-radius:5px;	
  color: white;
  font-size: 18px;
  padding: 18px 20px;
  border:5px solid #fff;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;

}
	
	.consulta {
		
	color:#999;
		margin-top: 5px;
		font-weight: 100;
		margin-bottom: 20px !important;
		
		
		
		
	}	

	
	
.owl-theme .owl-controls {
display:block;
margin-top: 15px;	
}