* {
    margin: 0;
    font-family: Arial;
    box-sizing: border-box;
}

.navbar {
    height: 70px;
    background-color: #0F1111;
    color: white;
    display: flex;
    align-items: center; 
    justify-content: space-evenly; 
    padding: 0 20px; 
    gap: 20px; 
}
.nav-logo{
    height: 5px;
    width: 100%;
}

.logo {
    background-image: url('amazon_logo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 60px;
    border: 2px solid transparent;
}

.logo {
    border: 2px solid transparent;
}

.logo:hover {
    border: 2px solid white;
}
.nav-address {
    display: flex; 
    flex-direction: column; 
    color: white;
}

.add-first{
    color: #cccc;
    font-size: 0.85rem;
    margin-left: 15px;
}
.add-sec{
    font-size: 1rem;
    margin-right: 3px;
}
.add-icon {
    display: flex;
    align-items: center;
}

.nav-address {
    border: 2px solid transparent;
}

.nav-address:hover {
    border: 2px solid white;
}

.nav-search{
     display: flex;
     justify-content: space-evenly;
     background-color: yellow;
     width: 620px;
     height: 40px;
     border-radius: 5px;
}

.search-select{
    background-color: #f3f3f3f3;
    width: 50px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: none;

}

.search-input{
    width: 100%;
    font-size: 1rem;
    border: none;

}

.search-icon {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    background-color: rgba(209, 132, 15, 0.959);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #0F1111;
}   

span {
    font-size: 0.7rem;
}

.nav-second{
    font-size: 0.85rem;
    font-weight: 700;
}

.nav-sign {
    border: 2px solid transparent;
}

.nav-sign:hover {
    border: 2px solid white;
}

.nav-return {
    border: 2px solid transparent;
}

.nav-return:hover {
    border: 2px solid white;
}
.nav-search:hover{
    border: 2px solid orange;
}

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

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

.nav-cart {
    border: 2px solid transparent;
}

.nav-cart:hover {
    border: 2px solid white;
}

.panel {
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-evenly;
}

.panel-ops p {
    display: inline;
    margin-left: 15px;
}

.panel-ops{
    width: 70%;
    font-size: 0.85rem;
    font-weight: 700;
}

.hero-section {
    background-image: url(hero_image.jpg);
    background-size: cover;
    height: 400px;  
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-message {
    background-color: white;
    color: black;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    width: 80%;
    margin-bottom: 25px;
}

.hero-message a {
    color: #007185;
    font-size: 0.85rem;
}

.box1 {
    /* border: 2px solid black; */
    width: 23%;
    height: 400px;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}

.box2 {
    width: 23%;
    height: 400px;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}

.box3 {
    width: 23%;
    height: 400px;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}

.box4 {
    width: 23%;
    height: 400px;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;
}

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

.box-img {
    height: 300px;
    background-image: url(box1_image.jpg);
    background-size: cover;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.box-content {
    margin-left: 10px;
    margin-right: 10px;
}

.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.5rem;
}

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

ul {
    margin-top: 20px;
} 

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

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

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