
.mini-cart-link {
  position: relative;
  color: inherit;
  text-decoration: none;
}
.mini-cart-link i {
  font-size: 1.4em;
}
#cart-count {
  position: absolute;
  top: -8px;
  right: -10px;
  background-color: red;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 0.75em;
}
