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

.owl-item :hover a figure>img {
    opacity: 0.8;
    -moz-transform: scale(1.035);
    -ms-transform: scale(1.035);
    -webkit-transform: scale(1.035);
    transform: scale(1.035);
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.footer-middle {
    background: #fdf5f1;
}

.header-bottom {
    background: #fdf5f1;
}

.header-middle {
    background: #fdf5f1;
}

.header-middle .search-area button {
    background: #383838;
}

.footer-top .item-list {
    background: #fdf5f1;
}