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 */

.logo svg {
    margin-top: 28px;
}

.header-middle {
    padding: 10px 0 !important;
}

a.menu-link-55.has-childs {
    color: red;
    animation-name: pulse-animation;
    animation-duration: 1.1s !important;
    animation-iteration-count:infinite;
}

@keyframes pulse-animation {
    0% {
	color: white;
    }

    25%{
	color: red;	
    }

    50%{
	color: white;	
    }

    75%{
	color: red;
    }

    100%{
	color: white;
    }
}

li.menu-list-55.has-childs.outlet.item-menu-outlet {
    background: black;
    border-radius: 10px;
}
li.menu-list-55.has-childs.outlet.item-menu-outlet: hover {
    background: black;
}