.menu__controll {
  display: none;
}
.menu__controll a {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  gap: 12px;
}
.menu__controll a .header__controll-sum {
  top: 0;
  right: -20px;
}

.profile-menu__link .header__controll-link:hover:before {
  content: none;
}

.profile-menu .profile-menu__main .profile-menu__list .profile-menu__link .header__controll_compare {
  width: auto;
  display: flex;
  flex-direction: row;
  height: 24px;
  color: #0e0e0e;
}
.profile-menu .profile-menu__main .profile-menu__list .profile-menu__link .header__controll_compare span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1023.9px) {
  .menu__controll {
    display: inline-flex;
  }
  .profile-menu__auth-shop {
    position: relative;
  }
  .profile-menu__auth-shop img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
  }
  .profile-menu__auth-shop span {
    position: absolute;
    top: 8px;
    left: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.9px) {
  .menu__controll {
    padding: 12px 20px;
  }
}
[data-role=open-profile-menu] {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
/*# sourceMappingURL=style.css.map */
