*{
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;
}
.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.navlogo{
    height: 50px;
    width: 100px;
}
.logo{
    height: 50px;
    width: 100%;
    background-image: url(amazon_logo.png);
    background-size: cover;
}
.border{
    border: 1px solid transparent;
}
.border:hover{
    border: 1px solid white;
}
.loch{
    color: #cccccc;
    margin-left: 15px;
    font-size: 0.85rem;
}
.loc{
    font-size: 1rem;
    margin: 3px;
}
.loc-icon{
    display: flex;
    align-items: center;
}
.navsearch{
    display: flex;
    justify-content: space-evenly;
    width: 720px;
    height: 40px;
    border-radius: 4px;
}
#cat{
    background-color: #f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: none;
}
.searchinput{
    width: 100%;
    font-size: 1rem;
    border: none;
}
.searchicon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 1.2rem;
    background-color: rgb(252, 184, 12);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}
.navsearch:hover{
    border: 1.5px solid  rgb(252, 184, 12) ;
}
.navlanguage{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 73px;
    font-size: 1.2rem;
}
.langtxt{
    font-weight: 700px;
    background-color: #0f1111;
    color: white;
}
span{
    font-size: 0.7rem;
}
.box{
    font-size: 0.85rem;
    font-weight: 700;
}
.navcart i{
    font-size: 30px;
}
.navcart{
    font-size: 0.85rem;
    font-weight: 700;
}
.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}
.panelops p{
    display: inline;
    margin-left: 15px;
}
.panelops{
    width: 70%;
    font-size: 0.85rem;
}
.paneldeals{
    font-size: 0.9rem;
    font-weight: 700;
}
.herosection{
    background-image: url("hero_image.jpg");
    background-size: cover;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;

}
.heromsg{
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;
}
.herimsg a{
    color: #007185;
}
.shopsec{
    display: flex;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}
.b{
    height: 400px;
    width: 23%;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}
.boximg{
    height: 300px;
    background-size: cover;
    margin-top:1rem;
    margin-bottom: 1rem;
}
.boxcontent{
    margin-left: 1rem;
    margin-right: 1rem;
}
.boxvontent p{
    color: #007185;
}
footer{
    margin-top: 15px;
}
.panel1{
    background-color: #37475a;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
}
ul{
    list-style-type: none;
}
.panel2{
    background-color: #222f3d;
    color: white;
    height: 400px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
    line-height: 30px;
}

ul p{
    margin-bottom: 10px;
    font-weight: 700;
}

ul a{
    font-size: 0.85rem;
    margin-bottom: 10px;
    text-decoration: none;
    color: #dddddd;
}

.panel3{
    background-color: #222f3d;
    color: white;
    border-top: 1px solid white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.azlogo{
    background-image: url("amazon_logo.png");
    height: 50px;
    width: 100px;
    background-size: cover;
}
.panel4{
    background-color: #0f1111;
    color: white;
    height: 80px;
    font-size: 0.8rem;
    text-align: center;
}
.pages a{
    color: white;
    text-decoration: none;
}
.pages{
    text-align: center;
    padding-top: 20px;
}
.copyright{
    
    padding-top: 5px;
}