@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.container {
    width: 100%;  
    max-width: 1200px;  
    margin: 0 auto;  
}

.nav {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0px;
    padding: 10px 0px;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(231, 231, 231);
    z-index: 10000;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.05);
}

.nav_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px; 
}

span {
    font-weight: bold;
}

.logo img {
    width: 130px;
}

.logo-user {
    display: flex;
    align-items: center;
}

.user h5 {
    margin: 0;
}

.logo p {
    font-size: 20px;
    font-weight: 600;
    color: rgb(43, 43, 43);
    margin: 0;
}

.user_avatar {
    height: 40px;
    width: 40px;
    background: #303030;
    color: white;
    font-weight: 500;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user_avatar {
    margin: 0;
    font-size: 12px;
}

.seller-logo img {
    height: 40px;
    width: 40px;
    object-fit: cover;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}