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.is-tablet-mobile .header-search-full,
.header-bottom>.container {
    background: #8d529f;
}

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

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

/* FOOTER */

.footer-middle h3.section-title.accordion {
    background: #8d529f;
    border: 1px solid #f2f2f2;
}

.footer-top .item-list .item-list_text:before {
    border-color: transparent transparent #f2f2f2 transparent;
}

.footer-top .item-list .item-list_title {
    color: #8d529f;
}

.footer-middle h3.section-title {
    font-size: 1.2em;
    color: #8d529f;
    font-weight: bold;
}

span.menu-text {
    color: white;
}

.container-menu span.menu-text {
    color: black !important;
}