/* MOBILE FUNDO */
@media screen and (max-width:767px) { body {
background-image: none !important; }}


@media screen and (max-width: 767px){
div#menuinsta {
    display: none;
}
.info-produto .preco-produto {
    min-height: 90px;
}
.conteudo-topo .busca-mobile .atalho-menu {
    color: #49d4f9;
}
.info-produto .preco-produto {
    min-height: 90px;
}
}