*{
    margin:0;
    padding:0;
}
.navbar{
    height:80px;
    width:1550px;
    background-color:rgba(161, 95, 95, 0.792);
    background-size: cover;
    color:black;
    display: flex;
    align-items:center;
    justify-content:space-evenly;
} 

.add-icon{
    display:flex;
    align-items: center;
}
#logo{
    background-image:url("logo2.jpeg");
    background-size:60px;
    background-repeat:no-repeat;
     height:60px;
     width:60px;
     /* background-size:cover; */
     margin-right:5px;
     margin-left: 10px;
     background-color: #0f1111;
}
.border{
    border:2px solid transparent;
}
.border:hover{
    border:1.5px solid white;
}
.deliver{
    font-size:12px ;
    color:#CCCCCC;
    margin-left:15px;
}
.india{
    font-size:14px ;
    color:#FFFFFF;
    margin-left:3px;
}
.searching{
    display:flex;
    justify-content:space-evenly;
    width:620px;
    background-color:aquamarine;
height:40px;
border-radius:4px ;
}
.search-select{
    background-color:#f3f3f3;
    border-top-left-radius:4px ;
    border-bottom-left-radius:4px ;
    width:50px;
    text-align:center;
    border:none;
}
.search-input{
    width:100%;
    font-size:1 rem ;
    border:none;
}
.search-icon{
    width:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:1.3rem;
    background-color:rgba(161, 95, 95, 0.792);
    border-top-right-radius:4px ;
    border-bottom-right-radius:4px ;
    color:#0f1111;
}
.hello{
    font-size:12px;
}
.Account{
    font-size:14px;
    font-weight: 700;
}
.searching:hover{
    border:2px solid rgb(255, 149, 0);
}
.nav-cart i{
 font-size:30px;
}
.nav-cart{
    font-size:0.85 rem;
    font-weight:700;
}
.panel{
    /* background-color:#222f3d; */
    color:white;
    height:40px;
    display:flex;
    align-items:center;
    
}
.panel-ops p{
    display:inline;
    margin-left:10px;
    
    }
    .panel-ops{
        align-itsems:center;
        justify-content:space-evenly;
        width:100%;
        font-size:0.85 rem;
    }
.panel-a{
    margin-right :20px;
    font-weight:600;
}
.box{
    height:400px;
    border:2px solid black;
    width:23%;
    background-color:white;
    padding:20px 0px 15px;
    margin-top:15px;
    
}
.shop-section{
    display:flex;
 justify-content:space-evenly;
 background-color: #e2e7e6;;
 flex-wrap:wrap;
}
.box-image{
    height:300px;
    background-size:cover;
    margin-top:10px;
    margin-bottom:10px;
}