#instagram .titulo-insta:before {
background: none;

}

#listagemProdutos > h4 {
    position: relative;
}
#listagemProdutos > h4 > ul {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
#listagemProdutos > h4 > ul > li {
    display: inline-block;
    padding-right: 20px;
}
#listagemProdutos > h4 .flex-direction-nav .flex-prev:before,
#listagemProdutos > h4 .flex-direction-nav .flex-next:before {
    background: none;
    width: 10px;
    height: 17px;
}
#listagemProdutos > h4 .flex-direction-nav .flex-prev {
    left: inherit;
    right: 30px;
    transition: inherit;
}
#listagemProdutos > h4 .flex-direction-nav .flex-next {
    right: 0;
    background-position: -34px 0 !important;
    transition: inherit;
}
#listagemProdutos > h4 .flex-direction-nav .flex-prev:hover {
    background-position: 0 -23px !important;
}
#listagemProdutos > h4 .flex-direction-nav .flex-next:hover {
    background-position: -34px -23px !important;
}
#rodape .assinatura p, #rodape .assinatura-rodape span {
font-size: 10px;
color: #4e4e4e;
line-height: 20px;
}
#rodape .assinatura p:after {
content: “Rua Gabriel Piza - Santana”;
display: block;
line-height: 12px;
font-size: 10px;
color: #4e4e4e;
}
(max-width: 767px){
/codigo para deixar o menu no topo/
#cabecalho .atalhos-mobile {
position: absolute;
}
/cor para o fundo e borda do menu /
#cabecalho .fundo-secundario{
background-color: #000;
border-color: #00B2A9;
}
/ cor separada para o fundo do carrinho/
#cabecalho .fundo-principal{
background-color: #87189d;
}
/cor dos icones do menu/
#cabecalho .atalhos-mobile ul li a:before, .conteiner-principal #cabecalho .atalhos-mobile ul li.menu-button a svg *{
color: #fbfb00;
}
}