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

/* Removendo Marca do Produto */

#caracteristicas > div > div > div > dl > span:nth-child(1) {
    display: none;
}

/* HEADER */

.header-top ul {
    height: 0px;
}


/* FOOTER */

.footer-about .informacao-empresa p {
    color: #000;
}

@media(min-width: 1024px) {
.header-bottom .container {
    justify-content: space-between;
    max-width: 1800px;
    width: 95%;
}

.header-top .container {
    max-width: 95%;
}

ul#nav-root>li>a {
    font-size: 13px;
}

.header-top > div > div {
    display: flex;
}
}

.header-top .item-topo.carrinho-ctn .item-ctn {
    background: #e59025;
}