.logo a{

height:150px;

}

/* cor da conta e meu carrinho */
.conteudo-topo {
color: #000000;
}
#barraTopo {
    display: none;
    background-color: #000000;;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}