.hesabim-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
}

.hesabim-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hesabim-text {
    color: #fff;
}


.header-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}


.menu-account-item > a.header-account-button {
    display: none;
}

.menu-account-item .custom-account-trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    color: #fff;
}

@media (max-width: 768px) {
  
.hesabim-text {
    display: none !important;
}

}