@media only screen and (max-width: 767px) {
.listagem .listagem-linha li {
width: 50%;
float: left;
padding: 0 !important;
margin: 0 !important;
}
}

.conteudo-topo .carrinho {border-radius: 30px;}
.conteudo-topo .carrinho>a i {border-top-left-radius: 20px;border-bottom-left-radius: 20px;}

#cabecalho > .conteiner > .menu.superior, #cabecalho > .conteiner > .menu.superior .com-filho > a i { background-color: #000000; }
#cabecalho > .conteiner > .menu.superior .titulo { color: #FFE6D7; }
.menu.superior {
margin-top: 0px;
}

@media only screen and (max-width: 768px) {
.conteudo-topo .busca-mobile {
border-radius: 25px;
}}

#cabecalho > .conteiner > .menu.superior {
border-radius: 15px;
box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 10.15)

}

#cabecalho > .conteiner > .menu.superior { text-align: center; }
#cabecalho > .conteiner > .menu.superior .nivel-um > li { float: none; display: inline-block; border-left: 0; margin-right: -3px; }

.listagem ul:not(.produtos-carrossel)>li {
padding: 0 1px !important; /*diminuindo o espaço lateral entre elas, consequentemente Aumenta a largura da foto, */
padding-bottom: 5px !important;
}

@media only screen and (max-width: 767px){
    a.atalho-menu.icon-th:before {
        content: "Menu";
        margin:0px
    }

    .busca {
        margin: 0 75px 0 0;
        padding: 0;
        border: none;
        background: none;
    }
}

.rastreio-btn.span1 {
    background: yellow;
}

/* comprar Whatsapp */
.botao-whatsapp {margin-top:6px;border: 1px solid;border-radius: 4px;  border-color: black;}
.botao-whatsapp a {display:flex;align-items:center;justify-content:center;width: 100%;font-size: 13px;line-height: 18px;padding: 5px;}
.botao-whatsapp svg {width: 16px;height: 16px;margin-left: 5px; fill: black;}
.produto-detalhes .botao-whatsapp {box-shadow: 10 1px 4px 10 black;margin-top: 10px;}
.produto-detalhes .botao-whatsapp a {width:364px;}


#rodape .redes-sociais{
display: none;
font:#FFF;
}

