.navUser-item--store {
    position: relative;
    margin-left:14px;
}

.navUser-action--store {
    display: flex;
    align-items: center;
    gap: 5px;
    color: inherit;
    text-decoration: none;
}

.navUser-action--store svg {
       width: 25px;
        height: 25px;
        margin-right: 4px;
}

.store-name {
    padding-bottom: 3px;
    border-bottom: 2px solid #000;
    width: fit-content;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 193px;
    text-align: center;
    margin-right:25px;
    font-size: 1rem;
    font-weight: 700;
    /* font-family: poppins; */
}
.store-name.empty {
    color: #666;
}

.navUser -action--store {
display: flex; /* Use flexbox for the button */
align-items: center; /* Center items vertically */
padding: 10px; /* Add some padding for better spacing */
background: none; /* Remove default button background */
border: none; /* Remove default button border */
cursor: pointer; /* Change cursor to pointer */
}

.store-action-content {
display: flex; /* Use flexbox for the content */
align-items: center; /* Center items vertically */
}

.cnc__location-icon {
margin-right: 8px; /* Add space between icon and label */
/* You can also add other styles for the icon here */
}

.store-name {
/* Add any additional styles for the store name here */
}
