.logo a{

height:100px;

}


.listagem .listagem-item .nome-produto {
font-size: 15px !important;
line-height: 18px;
display: inline-block;
min-height: 40px;
word-wrap: break-word;
word-break: break-word;
}

@media screen and (max-width: 767px){
#cabecalho .logo a img{
position:absolute;
width:150px;
max-height:80px;
margin-top:-10px;
}
}

/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:35px;
right:18px;
z-index: 999;
}

@media screen and (max-width: 767px){
#cabecalho .logo a img{
position:absolute;
width:200px;
max-height:100px;
margin-top:15px;
margin-bottom:-100px;
}

@media only screen and (max-width: 479px)
.acoes-produto-responsiva {
    position: inherit;
    top: 43%;
    right: 0;
}



