.product-gallery{
    
 float:left; margin-left:10px;  max-height:220px;max-width:220px;
 border:solid 3px transparent;
 -webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s; -o-transition:all 0.4s;
}
.product-gallery img{width:100%;}
.product-gallery:hover{ border:solid 3px #666;}
.product-desc img{ max-width:100%;}
.product-price{
    
    
}
.texto_01{font-size:15px; margin-top:15px;display:block;}
.resultado_frete{ padding:15px; font-size:16px; background-color:#fff; border-radius:7px; margin-bottom:5px;}
.resultado_frete .glyphicon{ display:none;}
.product-questions{ max-height:600px; overflow:hidden;}
.product-questions:hover{ max-height:700; height:auto; overflow:auto;}
.product-img{ padding:5px;  margin-right:30px;   border:solid #f4f4f4 1px; max-height:600px; overflow:hidden;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s; -o-transition:all 0.4s;}
.product-img:hover{height:auto; max-height: 	none;}
.product-img img{ width:100%;}

@media screen and (min-width: 0px) and (max-width: 550px){

}