.basket__small {
	text-align: right;
}
.basket__small_cart {
  position: relative;
}

.basket__small_cart .basket__small_cart_count {
  background: #000;
  width: 1rem;
  height: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  border-radius: 50%;
  position: absolute;
  line-height: 0;
  top: -.3rem;
  right: -.5rem;
}
.basket__small_block a{
  color: #000;
}

.basket__small  a.basket__small_path {
  text-decoration: underline;
  margin-top: .3em;
  display: block;
  text-align: right;
  color: #00942c;
}
