.customer-logged-in .text-top{
  display:flex
}
.customer-logged-in .user-text {
    min-width: 50px;
    max-width: 250px;
    width: max-content;
}
.customer-logged-in .text-top span{
  padding: 0 10px;
}