.navbar-icon-link-badge {
  position: absolute;
  top: -5px;
  right: -14px;
  width: 13px;
  height: 13px;
  display: flex;
  align-items: center;
  font-size: 9px;
  color: #fff;
  justify-content: center;
  border-radius: 100%;
  background: #FF8422;
}

.navbar-icon-link-badge span {
  position: absolute;
  font-size: 9px;
  color: #fff;
  right: 4.6px;
}

.header-cart a.navbar-icon-link{
  position: relative;
}