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;
}


/* Cor Fundo Barra de Pesquisa no Mobile */ 

header.is-tablet-mobile .header-search-full {
    background: #dbb663;
}


/* Cores Rodapé Tarja */
.footer-top .text {
    color: #000000;
}

.footer-top .icon.icon-frete svg path {
    fill: #000000;
}

.footer-top .title {
    color: #000000;
}

.footer-top .icon svg path {
    stroke: #000000;
}

/* Alinhamento Header */
.header-top ul li:not(:last-child):after {
display: none;
}
.header-top ul {
    justify-content: space-around;
}

.header-top ul li {
    display: flex;
    align-items: center;
    gap: 15px;
margin-right: 15px;
}

/* Font dos Menus */
ul#nav-root>li>a {
    font-weight: 500;
}
span.menu-text {
    font-weight: 500;
}