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-middle .box-user .icon-user svg path,
.header-middle .box-user .icon-user img path {
    fill: #fff;
}

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

.header-middle {
    background: #000000;
}

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

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

header.is-tablet-mobile .header-middle .carrinho-ctn>a .icon-top svg path,
header.is-tablet-mobile .header-middle .carrinho-ctn>a .icon-top img path {
    fill: #fff;
}