.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;
}
