.produto-single-section{
	background-color: #e54b49;
}
.produto-single-section a:hover {
  text-decoration: underline;
  color: #ccc;
}

aside.produto-aside{

}
	.produto-thumbnail{ 
		background: white;
		border-radius: 10px;
	 	-moz-border-radius: 10px;
	 	-webkit-border-radius: 10px;
	 	-o-border-radius: 10px;
	 	-ms-border-radius: 10px;
	 }

	 	.produto-thumbnail img{ 
	 		border-radius: 10px;
	 		-moz-border-radius: 10px;
	 		-webkit-border-radius: 10px;
	 		-o-border-radius: 10px;
	 		-ms-border-radius: 10px;
	 		box-shadow: 2px 3px 22px rgba(0,0,0,0.8);
	 	}

			.produto-descricao img {
			    max-width: 200px;
			    height: auto;
			    float: left;
			    margin: 0 20px 14px 0px;	 	
			    background: white;
			}