.basket-icon {
  position: relative;
  height: 100%;
}

.basket-icon__count {
  position: absolute;
  bottom: -3px;
  right: -3px;
  border-radius: 50%;
  width: 15px;
  background-color: rgb(138, 145, 124);
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: white;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}/*# sourceMappingURL=style.css.map */