.count_giohang {
  position: absolute;
  top: -6px;
  right: -10px;
  width: 16px;
  height: 16px;
  background-color: var(--PrimaryColor);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.category-item {
  display: flex;
}

.category-item__icon {
  font-size: 10px;
  margin-right: 6px;
  margin-top: 6px;
}

.category-item__link {
  color: #333;
  text-decoration: none;
  transition: 0.2s;
}

.category-item__link--active {
  color: var(--PrimaryColor);
}

.category-item__link:hover {
  color: var(--PrimaryColor);
}
