
.imagem-produto {
    border: 1px solid #f2f2f2;
    box-shadow: 2px 2px #f2f2f2;
    border-radius: 5px;
}

.conteiner {
 
    box-shadow: none !important;
    border-radius: 0px !important; 
}


  .li-whatsapp a {
    position: fixed;
    right: 16px;
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 100%;
    background-image: linear-gradient(to right, #209142, #56d263);
    text-decoration: none;
    z-index: 10000;
  }

  .li-whatsapp i {
    font-size: 48px;
    color: #fff;
  }
  
  .listagem.com-caixa .listagem-item .acoes-produto {
    border-style: none  !important;
}

.listagem-item .acoes-produto {
    border: 0px !important; 
}
