
*{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    border:border-box;


}

.navbar{
    background-color: #0F1111;
    height: 58px;
    color:white;
    display: flex;
align-items: center;
justify-content: space-evenly;

}
.nav-logo{
    height: 60px;
        width: 100px;
}
.logo{
    background-image:url("amazon_logo.png");
    background-size: cover;
height:60px;
width:100px;
 
}
.nav-address{
    margin:10px;
}
.border{
    border: 2px solid transparent;
}
.border:hover{
    border:2px solid white;
}

.add-first{
color:#cccccc;
font-size: 0.8rem;
margin-left: 15px;
}
.add-second{
font-size:1rem;
margin-left:3px
}
.add-icon{
    display: flex;
    align-items: center;
}
.nav-search{
    display:flex;
    background-color: #febd68;
    width:800px;
    height:40px;
    border-radius: 4px;
    margin:20px

}
.nav-search:hover{
    border:2px solid orange;
}
.search-select{
   
    background-color: grey;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
   

}
.search-input{
    width:700px;
    font-size: 1rem;
    border:none;

}
.search-icon{
width:40px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
color: #0F1111;
}
.flag{
    background-image: url("us-flag.jpg");
    background-size: cover;
    height: 10px;
}
span{
    font-size: 0.9rem;
}
.nav-second{
    font-size: 1rem;
    font-weight: 700;

}
.nav-return{
    margin: 20px;
}
.nav-cart i{
    font-size: 35px;
}
.nav-cart{
    font-size:1rem;
    font-weight: 700;
}
.panel{
   height: 40px;
    background-color: #222f3d;
    color: white;
    align-items: center;
   
    display: flex;

}
.panel-all{
    margin-left: 10px;
}
.panel-ops p{
    display: inline;
    font-size:0.8rem;
    font-weight: 700;
    margin-left: 15px;
}
.panel-ops{
    width:70%;
}
.hero-section{
    background-image: url("heroimage.jpg");
    background-size: cover;
    height:350px;
    align-items: flex-end;
    justify-content: center;
    display: flex;

}
.hero-msg{
    background-color: white;
    color:black;
    height:40px;
    display:flex;
    justify-content: center;
        align-items: center;
       width:80%;
       margin-bottom: 30px;

}
.hero-msg a{
    color:red;
}
.shop-section{
    display:flex;
    justify-content: space-evenly ;
    background-color: antiquewhite;

}
.box{
    height:400px;
    border:2px transparent black;
    width:23%;
    background-color: white;
    padding: 20px 0px 15px;

}
.box-img{
    height:300px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-size: contain;
     margin-right: 1rem;
     margin-left: 1rem;
    
}
.box-content{
    margin-left: 10px;
  
}
.shop-content h2{
    justify-content: center;
    align-items: center;
    display: flex;
    margin-left: 1rem;
}
.shop-content p{
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 30px;
}
.bor{
    background-color: antiquewhite;
    height:10px;
    

}