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


/* CORES HEADER */

.header-middle {
    background: #403e3d;
}

.header-middle .box-user a:hover {
    background: #282828;
}

.header-bottom {
    background: #403e3d;
}

.header-top {
    background: #403e3d;
}

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

.header-bottom ul#nav-root>li>a {
    color: #ffffff;
}

.header-middle .box-user .icon-user svg path, .header-middle .box-user .icon-user img path {
    fill: #ffffff;
}

.header-middle .box-user .txt-user {
    color: #ffffff;
}

/* CORES HEADER MOBILE */

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: #ffffff;
}

header.is-tablet-mobile .header-menu-button-ctn>a {
    background: #403e3d;
}

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