#corpo .listagem .listagem-item .info-produto .nome-produto{
    font-weight:bold;
}

@media screen and (max-width: 767px){
    #cabecalho .logo>a {
        height: 150px !important;
        text-align: center !important;
        margin-bottom: 50px !important;
    }
    #cabecalho .logo img {
        max-height: 100% !important;
    }
    #cabecalho .menu-login {
        position: fixed !important;
        top: 4px !important;
        left: 60px !important;
    }
    #cabecalho .visible-phone {
        position: fixed !important;
        top: 4px !important;
        left: 120px!important;
    }
    .banner.mini-banner {
        flex-wrap: nowrap !important;
    }
}

/*Exibe 2 produtos por linha no celular*/
@media only screen and (max-width: 767px){
    .listagem-linha li {
        margin-top: 0px !important;
    }
}

@media (max-width: 767px){
    .row-fluid .span4 {
        float: left !important;
        width: 50% !important;
    }
}