: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-25.has-childs.outlet.item-menu-outlet {
    background: #ff0100;
    font-weight: bold;
    color: white;
}

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

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


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


li.menu-list-107.not-has-childs.dia-das-maes.item-menu-dia-das-maes {
    background: dimgray;
}

li.menu-list-107.not-has-childs.dia-das-maes.item-menu-dia-das-maes .menu-text {
    font-weight: bold;
    color: white;
}

/* FOOTER */

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