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


/* Letras Menu topo */

.container .header-top {
    font-size: 20px;
    font-weight: bold;
}


ul#nav-root>li>a {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1.2em;
    color: #000;
    gap: 6px;
}


ul#nav-root>li>a:before {
display: none
}


#nav-root li a:hover {
    font-weight: bold;
}

header.scroll { 

  position: sticky; 
  top: 0; 
  width: 100%;
  background: #ceebd9; 
  z-index: 999; }


/*Alinhamento menu macaquinhos*/

ul#nav-root>li ul.menu-level-2>li {
    width: 100%;
}


/*Novidades no preto*/

@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

ul#nav-root .novidades a {
    font-weight: bold;
    animation: blink 1s infinite
}


ul#nav-root .novidades a:hover {
    opacity: 0.7;
}



/*logo menor Mobile*/

@media (max-width: 768px) {

.carrinho-ctn .icon-top {
    height: 53px;
}

header svg.replaced-svg {
    height: 54px;
}
}


/*cor do footer*/
.footer-middle {
    background: #ceebd9;
    padding: 20px 0;
}

.footer-about {
    padding-top: 20px;
    background: #ceebd9;
}