
@media screen and (min-width: 1200px) {
    .header-h4 .header-middle .header-logo-holder .header-logo img
    {
        max-width: unset !important;
        max-height: unset !important;
        width: 82% !important;
        bottom: 19px !important;
    }
}


@media screen and (min-width: 600px)  and (max-width: 1199px) {
    .header-h4 .header-middle .header-logo-holder .header-logo img
    {
        max-width: unset !important;
        max-height: unset !important;
        width: 27% !important;
        bottom: -15px !important;
    }
}

@media screen and (min-width: 280px) {
    .header-logo img {
        width: 60% !important;
    }
}


/*.mmFooter ul li.mmLogoLoja img {*/
/*    width: 76%;*/
/*    margin-left: 48px;*/
/*}*/

@screen and (max-width: 359.99px) {
    .footer__logo-container {
        justify-content: center !important;
    }
}

@screen and (min-width: 360px) {
    .footer__logo-container {
        margin-bottom: 20px !important;
    }
}

.footer__store-information ul:first-child {
    margin-top: 30px !important;
}

.header-logo-checkout img {
    top: -7px;
    max-height: 58px;
}