/*
Theme Name: Grshop Child
Template: grshop-grocery
Version: 1.0
*/

.hp-whatsapp-float{
  position:fixed;
  right:20px;
  bottom:20px;
  background:#25D366;
  width:56px;
  height:56px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 25px rgba(0,0,0,.25);
  z-index:9999;
  transition:transform .2s ease;
}

.hp-whatsapp-float:hover{
  transform:scale(1.08);
}
