.header-info__profile, .header-info__cart {
  position: relative;
}

.header-info__profile::before, .header-info__cart::before {
  position: absolute;
  left: 0;
  content: '';
  width: 22px;
  height: 22px;
  top: -2px;
}

.header-info__profile {
  padding: 0 55px 0 25px;
}

.header-info__cart::before {
  background: no-repeat center url(images/header-cart.svg);
  left: -34px;
}

.header-profile__container {
  align-self: flex-start;
  display: flex;
}

.cart-amount {
  position: absolute;
  width: 19px;
  height: 19px;
  background: #D5412A;
  border-radius: 20px;
  left: -21px;
  top: -12px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
}

.profile-logo {
  position: relative;
}

.profile-logo:hover {
  cursor: pointer;
}

.profile-logo:hover .profile-info {
  display: block;
}

.profile-info {
  position: absolute;
  z-index: 1000;
  background: #FFFFFF;
  padding: 16px;
  width: 160px;
  left: -50px;
  display: none;
}

.profile-info div {
  margin-bottom: 16px;
}

.profile-info div a {
  width: 100%;
  display: block;
}

.profile-info div:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */
