#cabecalho .menu.superior {
    color: #000;
    background: #eee;
    padding: 1px;
    margin: -1px;
}

#cabecalho .menu.superior .nivel-um>li>a strong {
    color: black;
}

#corpo .listagem .listagem-item .info-produto {
    font-size: 12px;
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho-title {
    padding: 0 12px;
    color: #999;
    line-height: 20px;
}

.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho {
    height: 37px;
    padding: 0;
    box-sizing: border-box;
    border-radius: 2px;
    border-color: #dadada;
}

.secao-principal .row-fluid .sem-coluna {
    background-color: #fafafa;
}

@media only screen and (max-width: 767px) {
    #cabecalho ul.actions-menu > li.visible-phone,
    #cabecalho ul.actions-menu li.menu-login {
        position: fixed!important;
        top: 3px!important;
        z-index: 9999!important;
    }
    
    #cabecalho:before {
        background: white;
    }
    
    #cabecalho ul.actions-menu li.menu-login {
        left: 55px!important;
    }
    
    #cabecalho ul.actions-menu > li.visible-phone {
        left: 107px!important;
    }
    
    #cabecalho > .conteiner .main-header .busca {
        border-top: 0px;
    }

    #cabecalho .conteiner .logo {
        margin: 0;
        height: 150px;
        padding: 20px;
    }
    #cabecalho .conteiner .logo img {
        max-height: 160px;
        margin: 30px auto 0px;
        padding: 0px;
    }
}