.basket-line {
  position: relative;
  text-decoration: none;
  color:#14142B;
}

.basket-line-count {
  background-color:  #B2D92E;
  border-radius: 50%;
  width: 12px;
  height: 12px;

  position: absolute;
  right: 12px;
  bottom: 20px;

  font-size: 9px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
}
