.cart-icon-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  float: right;
}
.cart-icon {
  font-size: 1.2em;
}
.cart-count {
  position: absolute;
  top: -8px;
  right: -14px;
  background: #e00;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 0.8em;
  height: 30px;
}