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-88.not-has-childs {
    color: red;
    animation-name: pulse-animation;
    animation-duration: 1.5s !important;
    animation-iteration-count:infinite;
}

ul.menu-level-3 {
    background-color: #fff !important;
}

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

25%{
	color: red;
}

50%{
	color: white;
}

75%{
	color: red;	
}

100%{
	color: white;
}
}