/* ECCUO */

div.footer-container > .container > .row {
    margin-bottom: 20px;
}
div.footer-container .links .col-md-6.wrapper {
    text-align: center;
    width: 100%;
}
div.footer-container .block-contact.links.wrapper {
    text-align: center;
    width: 50%;
}
@media(max-width:767px) {
    div.footer-container .block-contact.links.wrapper {
        width: 100%;
    }
}

div#delivery-address input#use_same_address,
div#delivery-address label[for="use_same_address"] {
    display: none;
}

footer div.footer-whatsapp {
    position: fixed;
    bottom: 15px;
    left: 15px;
}

.simpleblog__listing .simpleblog__listing__post__wrapper__content__footer__category,
.simpleblog__listing .simpleblog__listing__post__wrapper__footer {
    display: none;
}