* {
  margin: 0;
  font-family: Arial, sans-serif;
  border: border-box;
}
.navbar {
  background-color: #0F1111;
  height: 58px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.nav-logo{
    width:114px;
    height:10px;
    margin-bottom: 45px;
}
.logo{
    background-image: url('amazon-interface/amazon_logo.png');
    background-size: cover;
    width: 114px;
    height: 55px;
}

.nav-address:hover{
    border: 1px solid white;
}
.logo:hover{
    border: 1px solid white;
}
.add-icon{
    /* width: 15px;
    height: 18px; */
    align-items: center;
    display: flex;
}
.add-first{
    color: #CCCCCC;
    font-size: 0.85rem;
    margin-left:15px ;
}
.add-second{
    font-size: 1rem;
}
.nav-search{
    display: flex;
    
}
.search-icon{
    width: 45px;
    height: 42px;
    background-color: #febd69;
    border: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #0F1111;
}
.search-select{
    background-color: #F3F3F3;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
    height: 42px;
    width: 52px;
    text-align: center;
}
.search-bar{
    width: 800px;
    height: 40px;
    border: none;
}
.signin{
    font-size: 12px;
}
.Account{
    font-size: 14px;
    font-weight: 700;
}
.returns{
    font-size: 12px;
}
.orders{
    font-size: 14px;
    font-weight: 700;
}
.nav-cart i{
   font-size: 30px;
}
.nav-cart text{
    font-size: 14px;
    display: flex;
    font-weight: 700;
    margin-top: 50px;
}
.nav-cart:hover{
    border: 1px solid white;
}
.nav-signin:hover{
    border: 1px solid white;
}
.nav-returns:hover{
    border: 1px solid white;
}  
/* nav panel */
.content{
    color: white;
    background-color:#222f3d;
    height: 40px;
    display: flex;
align-items: center;
}
.content p{
    margin-left: 20px;
    font-size: 14px;
}
/* hero section */
.herosection{
    background-image: url('amazon-interface/hero_image.jpg');
    height: 400px;
    background-size: cover;
}
.heromsg{
    color: black;
    background-color: white;
    height: 40px;
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    position:absolute;
    top: 52%;
    margin-left: 150px;
}
.heromsg a{
    color:#007185
}
.shopsection{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}
.box{
    height: 400px;
    width:23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}
.boximage{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}
.seemore{
    color: #007185;
}
/* footer */
.foot-panel1{
    width: 1500px;
    height: 48px;
background-color: #36475b;
color: white;
justify-content:center;
align-items: center;
display: flex;
}
.foot-panel2{
    height: 400px;
    width: 1500px;
    background-color: #242f3e;
    color: white;
    font-size: 14px;
    display: flex;
    justify-content: space-evenly;
}
.boxes p{
    margin-top: 10px;
}
.boxes{
    margin-top: 30px;
}
.foot-panel3{
    background-color: #222f3d;
    color: white;
    border-top: 0.5px solid white;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 70px;
}
.foot-panel4{
    background-color: #131a22;
    color: white;
    height: 30px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100px;
    font-size: 0.7rem;
}
.pages{
    padding-top: 25px;
}
.copyright{
    display: flex;
    justify-content: center;
    padding-top: 5px;
}
