.nav {
    background-color: black !important;
    color: white;
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.ni {
    background-color: aliceblue;
}

.rounded-flag {
    border-radius: 50% !important;
    height: 30px;
    width: 30px;
    /* Makes the image fully rounded */

    /* Ensures the image fits nicely within the rounded shape */
}



.ap {
    margin-top: 1px;
}



.foot {
    background-color: black !important;
}

.category-button {

    color: black;
    font-size: 14px;
    text-transform: capitalize
}

.navbar-cart {
    display: flex;
    align-items: center;
    flex-basis: 0 0 30%;
    cursor: pointer;
}



.cart-icon {
    position: relative;
    margin-right: 10px;
}

.cart-icon img {
    width: 30px;
    /* Adjust cart icon size */
}

.ss {
    min-height: 40px;
    width: 500px;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: 18px;
    background-color: rgb(255, 157, 0);
    color: black;
    font-size: 10px;
    text-align: center;
    border-radius: 15px;
    padding: 3px 5px;
    font-family: 'ttb';
}

.cart-info {
    text-align: right;
}

.item-count {
    font-size: 16px;
}

.total-price {
    font-size: 15px;
    font-weight: 900;

}

/*

.navbar__search {
    padding: 9px !important;
}
*/



main {
    flex: 1;
}

.wbc {
    background-color: white;
}

.b10 {
    border-radius: 10px;
}

footer {
    background-color: #f8f8f8;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    bottom: 2px;
    padding: 20px;

}


.jc {
    justify-content: center;
}


input, textarea {
  font-size: 16px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {

    .ss {
        padding: 1px;
        width: 100%;
    }
    .nav{
        height: 70px;
    }


    .vo {
        justify-content: space-between;
        gap: 6px;
    }
}