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

div[data-coupon="FRETEGRATIS"] {
  display: none;
}

/* HEADER */

.header-middle {
    background: #fff;
    padding: 22px 0;
    transition: all 0.3s ease-in-out;
}

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

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