div.footer-mgu div.container div.footer.content {
    display: flex;
    flex-direction: column;
}

div.footer-content-top div.row div.footer-box ul.footer-link li ul.mgu li {
    padding: 0;
}

p.mgu.sub-title5 {
    margin: 0;
}

/*ICONS*/
li.address1 p.sub-title1:before,
li.address2 p.sub-title2:before{
    display: block;
    position: relative;
    content: '';
    background: url('../../images/icons/home/footer/icone-localizacao-rodape.svg') no-repeat;
    height: 26px;
    width: 26px;
    float: left;
    left: -8px;
    top: -4px;
}

ul#footer-content-2 li p.sub-title3:before {
    display: block;
    position: relative;
    content: '';
    background: url('../../images/icons/home/footer/icone-delivery-rodape.svg') no-repeat;
    height: 26px;
    width: 34px;
    float: left;
    left: -2px;
    top: -4px;
}

ul#footer-content-7 li p.sub-title8:before {
    display: block;
    position: relative;
    content: '';
    background: url('../../images/icons/home/footer/icone-horario-atendimento-rodape.svg') no-repeat;
    height: 26px;
    width: 34px;
    float: left;
    left: -2px;
    top: -4px;
}
/* END ICONS*/

div.footer-box.mgu-payment p {
    font-size: 12px;
}

div.footer-box.mgu-payment div.payment-method {
    display: flex;
    flex-direction: row;
}

div.footer-box.mgu-payment div.payment-method div.mgu-card {
    margin-left: 4px;
}

div.mgu-certifications div.imgs {
    display: flex;
    flex-direction: row;
    margin-top: 5%;
}

div.mgu-certifications div.imgs div.img {
    width: 70px;
    margin-left: 10px;
}

div.mgu-certifications div.mgu-img4 {
    display: block;
    width: 120px !important;
    margin-top: 20px;
}

div.footer-box.mgu-info p {
    font-size: 12px;
    line-height: 1.5;
}

div.tag {
    display: inline-block;
    background-color: #e3e3e3;
    margin: 2%;
    padding: 2%;
}

div.mgu-logo div.logo {
    width: 15%;
    margin: 0 0 10px 0 !important;
    float: right;
    padding-right: 10px;
}


@media only screen and (max-width: 800px) {
    p.mgu-h5.h5::after{
        content: "" !important;
        display: none;
    }

    div.mgu-logo div.logo {
        width: 50%;
    }

    li.address1 p.sub-title1:before, li.address2 p.sub-title2:before {
        left: -4px;
    }
    ul#footer-content-7 li p.sub-title8:before {
        left: 1px;
    }
}

.page-footer .footer-link li {
    padding: 5px 0;
}

.page-footer .footer-box .h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #dc1b63;
}

.page-footer {
    color: #737373;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    background: #ededed url(../../../../codazon/themelayout/images/tspr.png) 0 0 no-repeat fixed;
}

.footer.content {
    border-top: 0px solid #d1d1d1 !important;
}
