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;
}
a.menu-link-29.has-childs {
    padding: 10px 13px !important;
}
.header-bottom ul#nav-root>li {
    text-align: center;
}
.header-top {
    background: #132f26;
}
.header-top .header-info .text {
    color: #fff;
}
.header-top .header-social li svg {
    fill: #ffffff;
}
.header-bottom {
    border-top: 1px solid #c0957b;
    border-bottom: 1px solid #c0957b;
}

footer .icon-whats svg path{
    fill: #25d366;
}

.title-ctn h2.bg-title{
   text-transform: capitalize;
}

@media(min-width: 765px){
	.header-bottom ul#nav-root {
    font-size: 0.6rem;
    }
}

@media(min-width: 1024){
   .header-bottom ul#nav-root {
        font-size: 0.7rem;
    }
}

@media(min-width: 1200px){
    .header-bottom ul#nav-root {
        font-size: .8rem;
    }
}