* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
}
.dropdown-menu {
    padding: 2rem;
}
.dropdown-menu .dropdown-item {
    padding: 15px;
}

/* .circle {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 1px solid #ccc;
    padding: 0.7rem;
    text-align: center;
} */
/* .badge {
    position: absolute;
    top: 0px;
    right: 10px;
} */

/*  new */
/* .navbar-collapse {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    /* justify-content: space-evenly; */
/* justify-content: space-between;
} */
/* .navbar-nav {
    display: flex;

    justify-content: space-evenly;
} */
/*  hr {
    margin-bottom: 0rem !important;
} */
#nav li a {
    color: #2e2e3a;
}
#nav li {
    padding: 0 10px;
}
#nav li a:hover {
    color: #ccc;
}
/* #hr {
    margin-top: 0rem !important;
}
#car {
    border-radius: 12px;
}
a:hover {
    text-decoration: none;
} */

#list-ul li a {
    color: #2e2e3a;
}
/* #list-ul .dropright .dropdown-toggle::after {
    margin-left: 160px !important;
} */
/* .card-body {
    padding: 0 23px;
}
.card h4 {
    margin-top: -15px;
}
.but {
    border-radius: 10px;
    padding: 7px 15px;
} */
/* .col-md-3 .card:hover {
    box-shadow: 0 4px 15px rgb(153 153 153 / 30%);
}
footer .col-md-3 ul li {
    list-style: none;
}
footer .col-md-3 ul a {
    color: #2e2e3a;
}
h6 {
    font-weight: bold;
} */
/* .ok {
    background: #f8f9fa;
    padding-bottom: 20px;
    margin-top: 30px;
}
#cool {
    height: 50px;
    width: 100px;
    margin-left: 200px;
}
.color {
    background-color: lightblue;
    padding-top: 70px;
    padding-bottom: 70px;
} */
/* .form {
    background-color: #fff;
    border: 1px solid #fff;
    padding: 20px;
} */
/* #circlee {
    position: relative;
}
#login-badge {
    position: absolute;
    top: -5px;
    right: 0px;
} */

/* .mytabs {
    margin-top: 3rem;
}
.mytabs .nav-link {
    display: block;
    padding: 0.5rem 9rem;
    border-bottom: 2px solid #000 !important;
    font-weight: 700;
} */
/* .mytabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-color: transparent !important;
    color: #ff6600;
} */
/* .wrap-text {
    padding: 1rem;
} */
a:hover {
    text-decoration: none;
    color: #1b1919;
}
.search-box {
    /* display: inline-block; */
    /* float: left; */
    /* width: 400px; */
    font-size: 16px;
    height: 35px;
    line-height: 24px;
    color: #515358;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 8px 10px 10px;
    margin: 0;
    outline: 0;
    border: 1px solid #b8b8b8;
    border-radius: 0 4px 4px 0;
    border-left: 0;
    border: none;
    background: #f5f5f6;
}
.nav-icon-text {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #2e2e3a;
}
.nav-icon {
    font-size: 1.2rem;
}

/* new  */

/* .dropdown-menu {
    width: 260px;
    padding: 1rem;
} */
.login-btn {
    background-color: #fff;
    color: #ff3f6c;
    font-weight: 500;
    border: 1px solid #ddd;
    transition: all 0.3s;
}
.login-btn:hover {
    background-color: #ffe6ec;
    border-color: #ff3f6c;
}
.dropdown-item {
    font-weight: 500;
    color: #2e2e3a;
}
/* .new-badge {
    background-color: #ff3f6c;
    font-size: 0.65rem;
    font-weight: bold;
    color: white;
    padding: 2px 6px;
    border-radius: 5px;
    margin-left: 5px;
} */

/* Hover dropdown on desktop */
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        /* display: block; */
        /* margin-top: 0; */
    }
}

.profile-icon-btn {
    background: none;
    border: none;
    font-weight: 500;
    color: #2e2e3a;
}
.cart-bag-icon-btn {
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #2e2e3a;
    display: flex;
    justify-content: space-evenly;
    gap: 7px;
}
.profile-cart-item {
    display: flex !important;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}
@media (max-width: 768px) {
    /* .navbar {
        flex-wrap: nowrap;
        overflow-x: auto;
        flex-direction: row;
    } */
}
