.catalog-cart-counter-menu {
  position: absolute;
  background: #6cb70e;
  color: #fff;
  text-align: center;
  line-height: 25rem;
  min-width: 25rem;
  height: 25rem;
  top: -12rem;
  right: 10rem;
  border-radius: 50%;
  font-style: normal;
  font-weight: bold;
  font-size: 14rem;
  animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-fill-mode: backwards;
  animation-delay: 500ms;
}