*{
    margin: 0;
    font-family: Arial, Helvetica;
    /* border: border-box; */
    box-sizing: border-box;
    text-decoration: none;

    /* a {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
} */


}
input,
select,
button *{
  border: none;
  outline: none;
  padding: 0;
  background: none;
}

.navbar{
    height: 60px ;
    background-color: #0F1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 8px;
    padding: 0 10px;
}
    

.nav-logo{
    height: 60px;
    width: 100px;
    display: flex;
    align-items: center;
}
.logo{
    background-image: url(amazon_logo.png);
     height: 50px;
     background-size: cover;
    width: 100px;
}

.border{
    border: 1.5px solid transparent;
}
.border:hover{
    border: 1.5px solid white;
}
/* box 2 */
.nav-address{
    height: 60px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}
.add-first{
color: #cccccc;
font-size: 12px;
margin-left: 20px;

}
.add-second{
    
font-size: 14px;
}
.address-icon{
    display: flex;
    align-items: center;
    font-weight: 600;
}
/* box3 */
.nav-search{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
      color: #0f1111;
      width: 600px;
    min-width: 220px;
      justify-content: space-evenly;
      /* padding: 10px 0px px 0px;  */
}

.polo{
      border: 2px solid transparent;
}
.polo:active{
    padding-top: 1px;
    border: 3px solid yellow;
    border-radius: 6px;
}
.select{ height: 37px;
    background-color: #E6E6E6;
border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 52px;
    text-align: center;
    display: flex;
    /* padding-left: 30px; */
    
    }
.search{
    height: 37px;
    /* display: flex; */
    /* align-items: center; */
    background-color: white;
    padding-left: 5px;
    /* padding: 7px 10px 10px 0px; */
    width: 100%;
    font-size: 0.95rem;
}   

.search-icon{
    height: 37px;
    width: 45PX;
    display: flex;
    justify-content: center;
    align-items: center;
    /* align-content: center; */
    background-color: #fedb6f;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
 
/* box 4 */
.country {
    height: 60px;
    display: flex;
    background:transparent;
    align-items: center;
}
.sel-language{
    font-weight: bold;
    width: 40px;
    background: #0F1111;
}

/* box 5 */
.sign-in{
    height: 60px;
    padding-top: 10px;
    /* width: 80px; */
    /* display: flex; */
    /* align-items: center; */
    /* padding-bottom: 50px; */

}
.signin-1st{
    font-size: 13px;
    /* line-height: 14px; */
    /* height: 14px; */
    font-weight: 400;
    color: white;
    
    
}
.signin-2nd{
color: white;
/* line-height: 15px; */
    font-weight: 700;
    /* padding-bottom: 50px; */
    /* margin: 0; */
    background-color: #0f1111;

}
/* box 6 */
.signin-2ndd{
    height: 37px;
    /* width: 80px; */
    display: flex;
    align-items: center;
    padding-top: px;
    padding-bottom: 12px;

}
/* box 7 */
.cart{
    height: 60px;
    display: flex;
    align-items: center;
}
.cart-logo{
    display: flex;
    align-items: center;
    
}
.cart-logo i{
    display: flex;
    align-items: center;
    /* height: 26px; */
    /* width: 38px; */
     font-size: 28px; 
}
.cart-name{
    display: flex;
    align-items: center;
     height: 15px;
     width: 28px;
}

/* box 8 */

.panel{
    display: flex;
    height: 39px;
    background-color: #232f3f;
    color: white;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    /* justify-content: center; */
    /* justify-content: space-evenly; */
}
.menu{
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 14px;
    flex-shrink: 0;
}
.menu i{
    font-size: 14px;
    margin-right: 5px;

}
.items{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    /* justify-content: space-evenly; */
    /* margin-left: 10%; */
    margin-left: 16px;

}
.items p{
    
    display: flex;
    align-items: center;
    margin-left: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    white-space: nowrap;
}
.hero{
    display: flex;
    justify-content: center;
background-image: url(hero_image.jpg);
background-size: cover;
height: 350px;
 align-items: flex-end;
 
}
.msg{
    display: flex;
    background-color: white;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: 0.85rem;
    width: 90%;
    margin-bottom: 30px;
   


}
.msg a{
    color: #007185;
    
}

/* shop section */
.shop-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;


}
.box{
    height: 400px;
    width: 23%;
    min-width: 240px;
    /* border: 2px solid black; */
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 15px;

}
.box-img{
height: 300px;
background-size: cover;
margin-top: 1rem;
margin-bottom: 1rem;
}
.content{
margin-left: 1rem;
margin-right: 1rem;

}
.content a{
    color: #007185;
}

/* footer */


.footer01{
  background-color: #e8eef4;
  color: white;
  height: 500px;  
  /* margin-top: 15px; */
  /* display: flex; */
   background-color: #232f3e;
   /* justify-content: space-evenly; */
  
}
.footer-panel1{
    /* background-color: #333333; */
    margin-top: 18px;
    background-color: #37475a;
    height: 40px;
    display: flex;
    align-items: center;
  justify-content: center;
   
}

.footer-panel2 p{
     display: flex;
    /* justify-content: space-evenly; */
}
.footer-panel2 li{
   list-style: none;
   margin-top: 15px;
   font-size: 0.8rem;
}

     

.footer-panel2 {
    /* display: block; */
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
    flex-wrap: wrap;
    row-gap: 24px;
}





hr{
     border: none;
  border-top: 1px solid #3a4553;
  margin: 20px 0;
}

.footer-last{
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* justify-content: space-evenly; */
}
.amz-logo2{ background-image: url(amazon_logo.png);
     height: 40px;
     background-size: cover;
    width: 76px;
    /* padding-bottom: 13px; */
    margin-left: 60px;
    padding-left: 30px;
}

#sel-language-last{
    /* background-color: #37475a; */
    background-color: transparent;
    height: 33px;
    width: 100px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.sel-language-last{
    /* background-color: #37475a; */
    /* background-color: transparent; */
    height: 33px;
    width: 100px;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;

    color: white;
}


.last-button{
    display: flex;
    /* padding-left: 100px; */
    background-color: #cccccc;
}

@media (max-width: 1200px){
    .nav-search{
        width: 45vw;
    }

    .box{
        width: 31%;
    }
}

@media (max-width: 900px){
    .navbar{
        height: auto;
        min-height: 60px;
        flex-wrap: wrap;
        justify-content: center;
        padding: 8px 10px;
    }

    .nav-search{
        width: 90%;
        order: 3;
    }

    .box{
        width: 47%;
        min-width: 220px;
    }

    .hero{
        height: 280px;
    }

    .msg{
        height: auto;
        min-height: 40px;
        text-align: center;
        padding: 8px 10px;
    }

    .footer01{
        height: auto;
        padding-bottom: 20px;
    }

    .footer-last{
        flex-wrap: wrap;
        row-gap: 12px;
    }

    .amz-logo2{
        margin-left: 0;
    }
}

@media (max-width: 600px){
    .nav-address,
    .country,
    .sign-in{
        display: none;
    }

    .navbar{
        justify-content: space-between;
    }

    .nav-logo{
        width: auto;
    }

    .logo{
        width: 88px;
        height: 44px;
    }

    .cart-name{
        width: auto;
        margin-left: 4px;
    }

    .menu{
        padding-left: 10px;
    }

    .items p{
        margin-left: 14px;
        font-size: 0.8rem;
    }

    .hero{
        height: 230px;
        background-position: center;
    }

    .msg{
        width: 94%;
        margin-bottom: 14px;
        font-size: 0.78rem;
        line-height: 1.3;
    }

    .box{
        width: 95%;
        min-width: 0;
        height: auto;
    }

    .box-img{
        height: 240px;
    }

    .footer-panel2{
        justify-content: flex-start;
        padding: 0 16px;
        column-gap: 24px;
    }

    .footer-panel22{
        width: 100%;
    }

    #sel-language-last,
    .sel-language-last{
        width: 86px;
    }
}
