*{
    margin: 0;
    padding: 0;
    font-family: Arial;
    border: border-box;
}
.navbar{
    height: 70px;
    background-color: #0f1111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.nav-logo{
    height: 70px;
    width: 150px;
}
.logo{
    background-image: url("images/amazon_logo.png");
    background-size: cover;
    height: 70px;
    width: 100%;
}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
.add-fis{
font-size: 15px;
color: #cccccc;
margin-left: 19px;
}
.add-sec{
font-size: 16px;
color: #ffffff;
}
.add-icon{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.nav-search{
    display: flex;
    justify-content: space-evenly;
    background-color: bisque;
    width: 630px;
    height: 40px;
    border-radius: 4px;
}
.nav-search:hover{
    border: 3px solid orange;
}
.search-select{
    font-size: 14px;
    color: #0f1111;
     background-color: #ffff;
     text-align: center;
     border-top-left-radius: 3px;
     border-bottom-left-radius:3px ;
     border: none;
}
.search-input{
    width: 100%;
    font-size: 19px;
    border: none;
}
.search-icon{
    font-size: 27px;
    width: 45px;
    background-color: #febd68;
    height: 40px;
    border-top-right-radius:4px ;
    border-bottom-right-radius:4px ;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select-lang{
    font-size: 30px;
    display: flex;
}
.lang{
    font-size: 13px;
    width: 50px;
    height: 25px;
    color: #231f1f;
    margin-left: 5px;
    display: flex;
}
span{
    font-size: 0.7rem;
}
.nav-second{
    font-size: 0.85rem;
    font-weight: 700;
}
.nav-cart{
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart{
    font-size:18px ;
    margin-top: 0.7rem;
}
.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.panel-ops p{
    display: inline;
    margin-left: 15px;
    padding: 8px;
}
.panel-ops{
    width: 70%;
    font-size: 0.85rem;
    color: #fff;
    font-weight: 700;
}
.panel-deals{
font-size: 0.9rem;
color: #fff;
font-weight: 700;
}
.panel-all{
    display: flex;
    color: #fff;
    font-size: 14px;
}
.panel3{
    height: 30px;
    background-color: #cccccc;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 14px;
}
.panel3 p{
    width: 90%;
    font-weight: 500;
}
.hero-msg{
    height: 50px;
    background-color: rgb(252, 240, 226);
    color: #0f1111;
}
.shop-sec{
    display: flex;
    flex-wrap:wrap ;
    justify-content: space-evenly;
    background-color: #e3e7e6;
}
.box{
    height: 300px;
    width: 23%;
    background-color: #fff;
    padding: 20px 0px 15px;
    margin-top: 15px;
}
.box-img{
    background-size: cover;
    height: 78%;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 10px;
    margin-right: 10px;
}
.box h2{
    margin-left: 10px;
    margin-right: 10px;
}
.box p{
    margin-left: 10px;
    margin-right: 10px;
    color: #007185;
}