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 {
    padding: 3px 0;
}

header.is-tablet-mobile .header-middle {
    padding: 2px 0;
}

.header-bottom ul#nav-root>li.mesa-posta>.container-menu .menu-level-2 {
    flex-direction: row;
}

.header-bottom ul#nav-root>li.mesa-posta>.container-menu .menu-level-2>li {
    width: 33.33%;
}

ul.product-list li {
    border: 1px solid;
    border-color: #e9e9e9;
    box-shadow: 1px 1px 20px 9px #d1cece30;
    border-radius: 8px;
}

.header-top ul.header-social.flex {
    opacity: 0;
}

img {
    height: auto;
}