*{
    margin: 0%;
    font-family: Arial;
    border: border-box;
}
.navbar {
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.nav_logo{
    height: 50px;
    width: 100px;

}
.logo{
    height: 50px;
    width: 100%;
    background-image: url("amazon_logo.png");
    background-size: cover;
}
.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
.add-icon{
    display: flex;
    align-items: center;
}
.add-1{
    color: #cccccc;
    font-size: 0.85rem;
    margin-left: 15px;
}
.add-2{
    font-size: 1rem;
    margin-left: 3px;
}
.nav-search{
    display: flex;
    width: 620px;
    height: 37px;
    border-radius: 4px;
    margin-left: 3px;
}
.nav-search:hover{
    border: 1.5px solid orange;
}
.search-select{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.search-input{
    width: 100%;
    font-size: 1rem;
    border: none;
}
.search-icon{
    display: flex;
    width: 45px;
    background-color: #febd68;
    color: #0f1111;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
span{
    font-size: 0.75rem;
}
.nav-acc{
    font-size: 0.85rem;
    font-weight: bold;
}
.nav-cart i {
    font-size: 28px;
}
nav-cart{
    font-size: 0.85rem;
    font-weight: 700;
}
.panel{
    display: flex;
    height: 40px;
    background-color: #222f3d;
    align-items: center;
    color: white;
    justify-content: space-evenly;
}
.panel-opt{
    width: 70%;
    font-size: 0.85rem;
}
.panel-opt a{
    text-decoration: none;
    color: white;
    margin-left: 15px;
}
.panel-deals {
    font-size: 0.9rem;
    font-weight: 600;
}
.panel-deals a{
    text-decoration: none;
    color: white;
}

.hero-section{
    background-image: url("hero_image.jpeg");
    height: 320px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.hero-msg{
    background-color: white;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 90%;
    margin-bottom: 25px;

}
.hero-msg a{
    text-decoration: none;
    color: #007185;
}

.shop-section{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    background-color: #e2e7e6;
}
.box{
    width: 23%;
    height: 400px;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}
.box-img{
    height: 300px;
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box-content a{
  text-decoration: none;
  color: #007185;
}
.box-content{
   margin-left: 1rem;
   margin-right: 1rem;
}

footer{
    margin-top: 15px;
}
.foot-panel1{
    background-color: #37475a;
    color: white;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 15px;
}
ul a{
    display: block;
    font-size: 0.85rem;
    color: #dddddd;
    text-decoration: none;
    margin-top: 10px;
}

.foot-panel3{
    background-color: #222f3d;
    border-top: 0.5px solid grey;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo1{
    background-image: url("amazon_logo.png");
    background-size: cover;
    height: 50px;
    width: 100px;

}
.lang-icon{
    background-color: #222f3d;
    color: #cccccc;
    border: none;
}
.lang{
    border: 0.8px solid grey;
    display: flex;
    height: 25px;
    align-items: center;
}

.foot-panel4{
    background-color: #010e23;
    color: white;
    height: 60px;
    font-size: 0.75rem;
}
.pages{
    text-align: center;
    padding: 8px;
}
.pages a{
    text-decoration: none;
    color: white;
}
.copyright{
    text-align: center;
}