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

}
.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
.logo{
    background-image: url(amazon\ logo.png);
    height: 50px;
    background-size: cover;
    width: 100px;
    margin-bottom: 30px;
   
}
.navlogo{
    height: 50px;
    width: 100px; 
}  
.add-first{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 15px;
}
.add-second{
    font-size: 1rem;
    margin-left: 5px;
    
}
.add-icon{
    display: flex;
}
/*box 3 styling*/
.nav-search{
    display: flex;
    justify-content: space-evenly;
    height: 40px;
    width: 620px;
    border-radius: 4px;
}
.search-icon{
    color: #0f1111;
    background-color: #f08004;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav-search:hover{
    border: 2px solid #f08004;
}
.search-select{
        text-align: center;
        width: 50px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
}
.search-input{
    width: 100%;
    font-size: 1rem;
    border: none;
}

span{
    font-size: 0.7rem;

}


.nav-second{
    font-size: 0.85rem;
    font-weight: 700;
}
.nav-cart i {
    font-size: 25px;
}
.nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}
.panel{
    height: 40px;
    background-color: #222f3d;
    color: white;
    display: flex;
    align-items:center;
    justify-content: space-evenly;
}
.panel-options p{
    display: inline;
    margin-left: 10px;
    
}
.panel-option{
    width: 70%;
    font-size: 0.85rem;
}
.panel-deals{
    font-size: 0.9rem;
    font-weight: 700;
}
.hero-section{
    background-image: url(hero.jpg);
    height: 300px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-message{
    color: black;
    background-color: white;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;
}
.hero-message a {
    color: #007185;
}
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}
.box{
    /*border: 2px solid bLACK;*/
    background-color: white;
    height: 500PX;
    width: 30%;
    padding: 20px 0px 15px;
    margin-top: 15px;
    
}

.box-image{
    height: 400px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.box-content{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.box-content p{
    color: #007185;

}

footer{
    margin-top: 15px;
}

.foot-panel1{
    background-color: #374758;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}
.footpanel2{
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
}
ul{
    margin-top: 20px;
}

ul a {
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #dddddd;
}
.footpanel3{
    background-color: #222f3d;
    color: white;
    border-top: 0.5px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.logo{
    /*background-image: url('amazon\ logo.png');
    height: 50px;
    width: 100px;
}*/
.footpanel4{
 background-color: #0f1111; 
 color: white;
 /*display: flex;
 justify-content: center;  */
 height: 80px;
 
}
.pages{
    font-size: 0.7rem;
    text-align: center;
padding-top: 25px;
}
.copyright
{
    font-size: 0.7rem;
    text-align: center;
    padding-top: 5px;
}