.listagem .listagem-item .nome-produto {
    max-height: none !important;
    display: block !important;
}

.top-header a[href=""]::after,
.top-header a[href="#"]::after,
.top-header a[href=" "]::after{
    content: '';
    border: none;
}

#rodape .atd-rodape:last-child {
    display: none;
}

@media(min-width: 1000px) and (max-width: 1500px) {
    .menu.superior .nivel-um>li>a>strong {
        font-size: 0.6rem;
    }
.menu-wrapper.span6.hidden-phone {
    width: 100% !important;
    margin-left: auto;
}
.row-fluid .busca-mobile {
    width: 70%;
}
#rodape .pagamento-selos .pagamento > span, 
#rodape .pagamento-selos .selos > span,
#rodape .titulo{
color: var(--cor_primaria) !important;
}
}


 @media (max-width: 769px){
     .menu-mobile-scroll.visible-phone {
         display: flex !important;
         overflow-x: auto;
    }
     #cabecalho .menu-mobile-scroll ul{
         display: flex;
         flex: 1 0 90%;
    }
     #cabecalho .menu-mobile-scroll ul a.item {
         white-space: pre;
    }
     #cabecalho .menu-mobile-scroll::-webkit-scrollbar-track {
         background-color: #fff;
    }
     #cabecalho .menu-mobile-scroll::-webkit-scrollbar {
         width: 1px;
         height:0px;
         background:transparent;
    }
     #cabecalho .menu-mobile-scroll::-webkit-scrollbar-thumb {
         background: var(--cor_primaria);
         border-radius: 10px;
    }
}