*{
    margin:0;
    padding: 0;
    border:border-box;

}
.navbar{
    height:60px;
    background-color: #0f1111;
    color: white;
    display:flex;
    align-items: center;
    justify-content: space-evenly;
}
/* Box 1 */
.nav-logo{
    height:55px ;
    width: 100px;
    display:flex;
    align-items: center;
    /* position: absolute;
    left: 10px; */
    padding-left: 5px;
}
.logo{
    background-image: url("logo.png");
    background-size: cover;
    height: 40px;
    width: 114px;
    
    margin: 1px;


}
.border{
    border: 1.5px solid transparent;
    box-sizing: border-box;
   
}
.border:hover{
    border: 1.5px solid white;
}
/* Box 2 */
.add-first{
    font-size: 0.85rem;
    margin-left: 12px;

}
.add-icon{
    display:flex;
    align-items: center;
}
.add-second{
    font-size: 1rem;
    margin-left: 3px;
}
/* Box 3 */
.search{
    margin-left: 2px;
    display:flex;
    
    height: 40px;
    width:1200px;

}
.search:hover{
    border:2px solid orange;
    border-top-left-radius:6.5px ;
    border-bottom-left-radius:6.5px ;
    border-top-right-radius:6.5px ;
    border-bottom-right-radius:6.5px ;
}
.select{
    border:none;text-align: center;width: 50px;
    border-top-left-radius:5px ;
    border-bottom-left-radius:5px ;
    background-color: #E6E6E6;



}
.search-input{
    width: 100%;
    height: 40px;
    font-size: 1rem;
    border:none;
}
.search-icon{
    height: 40px;
    width: 45px;
    background-color: #febd68;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 1.2rem;
    color: black;
    
    border-top-right-radius:5px ;
    border-bottom-right-radius:5px ;

}
/* Box 4 */
span{
    font-size: 0.76rem;

}
.second-sign{
    font-size: 0.85rem;
    font-weight: 750;
}
/* Box 5 */
.second-order{
    font-size: 0.85rem;
    font-weight: 750;

}
.nav-cart i {
    font-size: 30px;
}

/* Panel */
.panel{
    background-color: #222f3d;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 40px;
    color:white;
    font-size: 0.9rem;
    font-weight: 500;

}
.panel-all{
    margin-left: 15px;
    display: flex;
    
}
.panel-option{
    display:flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    
}
.panel-option p{
    height: 37px;
    display: flex;
    align-items: center;
    padding:0px 10px 0px 15px
}

.hero-img{
    background-image: url(hero_image.jpg);
      height: 600px;
      width: 100%;
  
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.msg{
    height: 40px;
    width: 80%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color:black;
    margin-bottom: 25px;
}
.msg a{
    color:blue;
}
/* Shop section */
.shop{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #9E2215;
    
}
.box{
      margin:10px;
    height: 480px;
    
    
    width: 23%;
    background-color: white;
    
    

}
.box-content{
    margin:10px;
    
    padding-top:20px ;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    border:none;
}
.box-image{
    height: 350px;
    /* widt35: 80%; */
    background-size: cover;
    margin:10px 0px 10px 0px;
    
}