* {
  margin: 0;
  font-family: Arial;
  border: border-box;
 
}

.navbar{
  height: 60px;
  width: 100%;
  background-color: rgb(6, 6, 6);
  color: white;
  display: flex;
  align-items: center;
   justify-content: space-evenly; 
}

.nav-search :hover{
 border:3px solid rgb(206, 123, 34);
}

.nav-logo {
  height: 59px;
  width: 100px;
} 

#nav-address{
  width: 20%;
}

.logo {
 background-image: url(amazon-logo.jpg);
  background-size: cover;
  height: 59px;
  width: 100%;
}

.border{
  border: 1.3px solid transparent;
}

.border:hover{
  border: 1.3px solid white;
}

/** Box2 **/

.add-First{

color: #cccccc;
font-size: 0.85 rem;
margin-left: 15px;
}

.add-Second{
 font-size: 1rem;
 margin-left: 5px;
}

.add-icon{
  display: flex;
  align-items: center;
}

/** box3 **/

.nav-search{
  display: flex;
 background-color: rgb(34, 54, 206);
 justify-content: space-evenly;
 width: 620px;
 height: 35px;
 border-radius: 3px;
}

.search-select{
  background-color: #fbf6f6;
  width: 50px;
  align-items: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: none;
}

.search-input{
 width: 100%;
 font-size: 1rem;
}

.search-icon{
  width:45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color:  rgb(206, 123, 34);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: black;
  font-size: 1.3rem;
  
}

/** box4 **/

span{
  font-size: 0.7rem;
}

.nav-second{
  font-size: 0.85rem;
  font-weight: 700;
}

/** box6 **/

.nav-cart i  { 
  font-size: 29px;
}

.nav-cart{
  font-size: 0.85rem;
  font-weight: 700;
}

/** panel **/

.panel{
height: 40px;
background-color:#1C2833;
display: flex;
color: white;
align-items: center;
justify-content: space-evenly;
}

.panel-choose p {
  display: inline;
  margin-left: 10px;
}


.panel-choose{
  width: 67%;
 font-size: 0.9rem;
}

.panel-upcoming{
  font-size: 0.9rem;
  font-weight: 700;
}

 /** Hero Section **/

 .hero-section{
  background-image:url(hero-image.jpg);
  height: 300px;
  background-size: cover;
  
  }
  
 /* Shop section */

 .shop-section{
 display: flex;
 justify-content: space-evenly;
 background-color: #E5E7E9 ;
 }  

 .box{
height: 400px;
width: 23%;
background-color: #F8F9F9 ;
padding: 20px 0px 15px;
margin-top: 15px;

 }
  
.box-img{
  height: 300px;
  background-size: cover;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.box-content{
    margin-left: 1rem;
  margin-right: 1rem;
}

.box-content p{
color: #007185;
}

.org {
  background-color:rgb(206, 123, 34); 
  color:black; 
  height: 2rem;
  width: 15rem;
  border: 0.5rem; 
  border-radius: 0.3rem;
  margin-left: 41rem;
  font-size: 1rem;
  
 
}
.org:hover {
  background-color:rgb(206, 123, 34);
}


