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

.header-top {
    background: #230404
}

.header-middle .search-area #frm-search button:hover {
    background: #230404;
}

.header-bottom {
    background: #230404;
}

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

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

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-middle .carrinho-ctn>a .icon-top svg path,
header.is-tablet-mobile .header-middle .carrinho-ctn>a .icon-top img path {
    fill: #ffffff;
}