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

.navbar{
    width: 100%;
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav-logo{
    height: 50px;
    width: 100px;
}

.logo{
    background-image: url('amazon_logo.png');
    height: 50px;
    width: 100%;
    background-size: cover;
}

.border{
    border: 1.5px solid transparent;
}

.border:hover{
    border: 1.5px solid white;
    cursor: pointer;
    border-radius: 3px;
}

/* box 2 */

.nav-address{
    margin-left: 1px;
    padding: 0 9px 0 9px;
    height: 50px;
    width: 75px;
    margin: 4px 2px 4px 0;
    line-height: 37px;
}

.p-loc{
    width: 56.4px;
    height: 14px;
    color: #ccc;
    font-size: 12px;
    margin-left: 14px;
    line-height: 35px;
}

.h4-loc{
    width: 56.4px;
    height: 16px;
    font-size: 1rem;
}

.add-icon{
    display: flex;
}

.fa-location-dot{
    width: 15px;
    height: 18px;
    margin-top: 8px;
    margin-right: 2px;
}

/* search-bar */

.nav-search{
    display: flex;
    width: 620px;
    height: 40px;
    border-radius: 3px;
}

.nav-search:hover{
    border: 2px solid #febd69;
    border-radius: 3px;
}

.search-select{
    background-color: #f3f3f3;
    width: 50px;
    height: 40px;
    padding-left: 5px;
    border: 1px solid #f3f3f3;
    border-radius:  3px 0 0 3px;
    text-align: center;
    cursor: pointer;
}

.search-select:hover{
    background-color: #e3e3e3;
}

.search-box{
    width: 530px;
    height: 23px;
    border: none;
    padding: 7px 10px 10px 0;
    text-indent: 10px;
    font-size: 15px;
}

.search-icon{
    color: #0f1111;
    background-color: #febd69;
    width: 50px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    font-size: 20px;
}

.search-icon:hover{
    background-color: #f3a847;
}

/* NEXT PART OF NAVBAR */

.nav-sign {
    padding: 9px;
}

span{
    font-size: 0.8rem;
}

.nav-second{
    font-size: 0.9rem;
}

.nav-return{
    padding: 9px;
}

.nav-cart {
    padding: 9px;
}

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

.nav-cart{
    font-size: 0.9rem;
    font-weight: 700;
}

/* panel */

.panel{
    width: 100%;
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
}

.panel-ops p{
    display: inline;
    font-size: 14px;
    padding: 9px 15px 9px 15px;
}

.panel-all{
    width: 50px;
    font-size: 14px;
    font-weight: 700;
    padding: 9px 10px 9px 10px;
}

.panel-ops{
    width: 80%;
}
/* panel ends here */

/* hero section */ 

.hero{
    background-image: url('hero.jpg');
    background-size: cover;
    height: 400px;
}

/* shop section */

.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}


.box{
    height: 370px;
    width: 23%;
    background-color: #fff;
    padding: 20px 0 15px;
    margin-top: 15px;
}

.box-img{
    background-size: cover;
    height: 286px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    
}

.box-content{
    margin-left: 1rem;
    margin-right: 1rem;
}

.box-content p{
    color: #007185;
    font-size: 13px;
}

.box-content h2{
    font-size: 21px;
}

/* footer is here */

footer{
    margin-top: 15px;
}

.foot-panel1{
    background-color: #37475a;
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
}

.foot-panel2{
    background-color: #222f3d;
    color: #fff;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
}

ul{
    margin-top: 20px;
}

ul a{
    display: block;
    font-size: 0.85rem;
    margin-top: 10px;
    color: #ddd;
}

.foot-panel3{
    background-color: #222f3d;
    color: #fff;
    border-top: 0.5px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo{
    background-image: url('amazon_logo.png');
    background-size: cover;
    height: 50px;
    width: 100px;
}

a{
    color: white;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

.foot-panel4{
    background-color: #0f1111;
    color: #fff;
    height: 80px;
    font-size: 0.7rem;
    text-align: center;
}

.pages{
    padding-top: 25px;
}

.copyright{
    text-align: center;
}