.listagem .imagem-produto img {
 max-width:100%;
 max-height:100%;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 border-radius:15px;
}
.produto .conteiner-imagem img {
 width:auto;
 height:auto;
 border-radius: 15px;
}
    
#carouselImagem .elastislide-carousel ul li a span img {
 width:auto;
 height:auto;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0;
 margin:auto;
 max-width:100%;
 max-height:100%;
 border-radius: 5px;
}

.filtro {
 box-shadow:0 2px 4px rgba(0,0,0,0.2);
 outline:1px solid rgba(0,0,0,0.05);
 padding:20px;
 border-radius: 8px;
}
.menu a {
 display:block;
 white-space:nowrap;
 border-radius: 8px;
}
.menu.superior {
 background-color:rgba(0,0,0,0.09);
 margin-top:20px;
 border-radius: 8px;
}
.menu.lateral .nivel-um>li {
 padding:5px;
}
.campos-pedido .caixa-sombreada,
.campos-pedido .acao-editar button:first-child {
 margin-bottom:20px;
 border-radius: 8px;
}
.lista-redes .icon-facebook {
 background:linear-gradient(145deg,#666666 10%,#333333 70%) no-repeat;
}
.lista-redes .icon-google-plus {
 background-color:#d6492f;
}
.lista-redes .icon-twitter {
 background-color:#598dca;
}
.lista-redes .icon-youtube {
 background:linear-gradient(145deg,#666666 10%,#333333 70%) no-repeat;
}
.lista-redes .icon-instagram {
 background:#333333;
 background:-webkit-linear-gradient(305deg,#333333 10%,#c333333 70%) no-repeat;
 background:linear-gradient(145deg,#666666 10%,#333333 70%) no-repeat;
}
.lista-redes .icon-pinterest {
 background:linear-gradient(145deg,#666666 10%,#333333 70%) no-repeat;
}
.lista-redes .icon-bold {
 background:linear-gradient(145deg,#666666 10%,#333333 70%) no-repeat;
}
.lista-redes .icon-pinterest {
 background: linear-gradient(145deg,#666666 10%,#333333 70%) no-repeat;
}
.lista-redes .icon-whatsapp,
.lista-redes .fa-whatsapp {
 background-color:#333333;
}
.produto .acoes-flutuante .image img {
 max-width:100%;
 max-height:130px;
 width:auto;
 height:auto;
 border-radius: 8px;
}
.produto .acoes-flutuante {
 position:fixed;
 right:0;
 bottom:0;
 margin-bottom:5%;
 padding:20px;
 display:none;
 z-index:999;
 box-shadow:0 2px 10px rgba(0,0,0,0.4);
 -webkit-backface-visibility:hidden;
  border-radius: 8px;
}