:root {
    --cor-base: #fb0605;
    --cor-base-light: #ff6d6d;
    --cor-secundaria: #fb0605;
}

div#main-area div.produto div.main-produto .area-buy-product button.button {
    background: #00a441;
    border-color: #00a441;
}

div#main-area div.produto div.main-produto .area-buy-product button.button:hover {
    background: #008b37;
    border-color: #008b37;
}

/* HEADER */

.header-top ul.flex.align-center {
    justify-content: center;
}

li.menu-list-29.has-childs.outlet.item-menu-outlet {
    background: #ff0100;
    font-weight: bold;
    color: white;
}

a.menu-link-29.has-childs>span {
    color: white;
}

.header-bottom ul#nav-root {
    align-items: stretch;
}

.header-bottom ul#nav-root>li {
    display: flex;
}

/* FOOTER */

footer .footer-top .flex.space-between {
    justify-content: space-evenly;
}

@media(max-width: 1024px) {
    .footer-middle .logo-img {
        display: none !important;
    }
}