/* .logo a {

    height: 500px;

} */

/* WHATSAPP FIXO */

  .whatsapp-fixo {
    position: fixed;
    bottom:90px;
    right:14px;
    z-index: 999;
}

@media only screen and (min-width: 768px){

    #cabecalho .logo a{
        max-height: inherit;
        display: flex;
        /* align-content: center; */
        align-items: center;
        justify-content: center;
    }

    #cabecalho.fixed{
        height: 90px;
    }

    #cabecalho.fixed .logo a{
        max-height: 75px;
    }

    #cabecalho.fixed .logo a img{
        max-width: 105px;
    }

    #cabecalho .logo a img{
        max-width: 150px;
        height: auto;
        max-height: none;
        position: relative;
        margin: 0 auto;
        display: block;
    }

}

@media only screen and (max-width: 767px){
    
    .logo a img {max-width: 72%;}
    .carrinho-checkout #cabecalho .conteiner>.row-fluid>.span2 {max-width: 56%;top: 12px;left: 0;width: 100%;text-align: center;}
    .carrinho-checkout #corpo {padding-top: 100px;}

}