.g_ .logo a > img{max-height: 200px !important;}

@media (min-width: 320px) and (max-width: 768px) {
    .logo-mob {
        width: 200px;
    }
    
}    
@media (max-width: 768px){
    body:not(.carrinho-checkout) .logo-mob {
        left: calc(calc(100vw / 2) - 115px)!important;
        position: fixed!important;
    }
    .logo {
        width: 200px;
    }
}

body > div.li-whatsapp > a{
   width: 60px !important;
    height: 60px !important;
}