@media screen and (max-width: 767px) {
    .header-mobile {
        height: 60px;
    }
    .logo a img {
        margin: 0;
        max-height: 120%;
    }
    .header-mobile .header-mobile-wrapper>div.header-logo .logo a {
        width: 132px !important;
        margin-left: 22px;
    }
    .header-mobile .header-mobile-wrapper>div .carrinho>a,
    .header-mobile .header-mobile-wrapper>div>a {
        font-size: 25px;
    }
}