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 {
  background: #000;
}

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

header.is-tablet-mobile .header-menu-button-ctn>a .icon-menu, header.is-tablet-mobile .header-menu-button-ctn>a .icon-menu:after, header.is-tablet-mobile .header-menu-button-ctn>a .icon-menu:before {
    background: #000;
}

.header-bottom ul#nav-root>li:hover>a {
    color: #000000;
    font-weight: bold;
    background: #0011ff;
}

.header-bottom ul#nav-root {
    display: flex;
    align-items: stretch;
    justify-content: center;
    position: relative;
    align-content: stretch;
    flex-wrap: wrap;
}

.header-bottom ul#nav-root>li:hover>a {
    background: #0011ff;
}