.cart-button {
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: -1px -1px 13px -3px rgba(0, 0, 0, 0.54);
  width: 80px;
  height: 80px;
  padding: 12px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.cart-button-store-items-counter {
  position: absolute;

  width: 25px;
  height: 25px;
  padding: 5px;
  color: #fff;
  line-height: 18px;
  border-radius: 50%;
  background-color: crimson;
  display: flex;
  justify-content: center;
  color: #fff;
  top: 0;
  right: 0;
}


