.top{
    display: flex;
    justify-content: space-between;
}
.account img{
    height: 30px;
    border: 3px solid black;
    border-radius: 50%;
    padding: 2px;

}
.location{
    display: flex;
    gap: 10px;
}

.icon img{
    height: 32px;
}

.location_icon{
    background-color: #0050FF;
    padding: 1px;
    border-radius: 10px;
}

.search input{
    border: 1px solid  gray;
    border-right: none;
    border-radius: 5px 0 0 5px;
    width: 600px;
    padding: 5px;
}

.search{
    display: flex;
    align-items: start;
    width: 100%;
    margin: 20px 0;
    /* border: 1px solid;  */
}
.searchicon{
    height: 17px;
    border: 1px solid  gray;
    border-left: none;
    border-radius: 0  5px 5px 0;
    padding: 4px;
}

.bannercards{
    display: flex;
    justify-content: space-between;
}

.bannercard img{
    height: 100px;
    width: 100%;
    flex-wrap: wrap;
}

.mainbanner img{
    margin-bottom: 0;
    width: 100%;
}

.banner{
    background-color: #0148BC;
    width: 100%;
}

.productimg img{
    height: 100px;
    border: 1px solid rgb(227, 225, 225);
    border-radius: 5px;
}

.time, .unit{
    color: gray;
    font-size: 10px;
}

.productcart{
    width: 103px;
    justify-content: space-evenly;
}


.productname{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px ;
    height: 30px;
}

.products{
    display: flex;
    flex-wrap: wrap;
}