.custom-cart-icon-wrap {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.custom-cart-icon {
  font-size: 24px;
  color: #333;
}

.custom-cart-count {
  position: absolute;
  top: -5px;
  right: -10px;
  background: blue;
  color: #fff;
  padding: 4px 8px;
  font-size: 10px;
  border-radius: 50%;
}
