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, .header-top .item-topo.carrinho-ctn .item-ctn {
    background: #036860;
}

body {
    background: #ffffff;
}

#cart .fil0 {
    fill: #ffffff !important;
}

.footer-top .item-list .item-list_imagem svg {
    display: none;
}

.header-top .item-topo .text {
    font-size: 0;
}

.item-list_imagem {
    display: none;
}

.menu-area {
        max-width: min-content;
}

ul#nav-root {
    padding-left: 10px;
    width: max-content;
}

ul#nav-root li {
    font-size: 0.8rem;
}