#wc-chatbox {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}

#wc-chatbox img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#wc-chatbox img:hover {
  transform: scale(1.1);
}
