.counter {
  position: absolute;
  bottom: 0px;
  right: 20px;
  z-index: 9000;
  /* transform: translateX(-50%); */
  padding: 10px 20px;
  background-color: #eeeee3;
  border: 1px solid #e6e5de;
  border-radius: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}