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 .header-bottom {
    background: #fff!important;
    border: 0;
    border-bottom: 1px solid #dadada;
}

ul#nav-root>li>.container-menu {
    width: 971px !important;
}

ul#nav-root>li>a {
    padding: 10px 30px !important;
}

ul#nav-root > li:hover > a {
  background: #ff8200 !important;
  color: #fefeff  !important;
}

header.is-tablet-mobile .header-search-full .search-area {
    background: white;
    border-radius: 30px
}