@media only screen and (max-width: 767px) {
    #listagemProdutos>ul[data-produtos-linha="4"]>li {
    width: 50%;
}

}   
.produto .acoes-flutuante {
    bottom: 64px;
}
.scrollToTop {
   bottom: 5em;
}
.whats-btn-fixed {
bottom: 20%;
right: 1%;
}
@media only screen and (max-width: 768px){
.whats-btn-fixed {
bottom: 25%;
right: 1%;
}
}
@media only screen and (max-width: 768px){
.scrollToTop {
bottom: 7em;
}
}
#st-1 > div > img {
    background-color: #cbb971;
    width: 27px !important;
    height: 26px !important;
    border-radius: 30px;
    top: 14px !important;
}