* {
    font-family: 'Poppins';
}

.navbar-nav .nav-link {
    margin-right: 15px;
    color: #333;
    font-size: 16px;
}
.navbar-brand {
    font-size: 1.25rem;
}
.bi-cart {
    font-size: 1.25rem;
    color: #000;
}
.profile span {
    font-size: 17px;
    color: #5D7F5A;
    font-weight: 500;
}
.profile .dropdown-menu {
    background-color: rgb(255, 255, 255);
    border: none;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    right: 0 !important;
}

.dropdown-menu[data-bs-popper] {
    left: auto !important;
}

.dropdown-active {
    color: #5D7F5A !important;
    background-color: #f1f1f1;
}

.profile .dropdown-item {
    color: #333;
    font-size: 16px;
}
.profile .dropdown-item:hover {
    background-color: #f1f1f1;
    color: #5D7F5A !important;
}
.profile .dropdown-item:nth-child(1) {
    color: #5D7F5A;
}

@media screen and (max-width: 992px) {
    #profile {
        margin-right: 50px !important;
    }
}