*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    border: border-box;/*padding or border included with height and width.conent shrinks to absord the extra width*/
}
.navbar{
    height: 60px;
    background-color: #0f1111;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
/*box 1*/
.nav-logo{
    width: 110px;
    height: 35px;
    padding-top: 12px;
}
.nav-logo img{
    width: 100%;
    background-position: center;
}

.logo{
    background-size: cover;
    height: 50px;
    width: 100%;
}

.border{
    border: 1.5px solid transparent;
    padding: 10px 6px;
}
.border:hover{
    border: 1.5px solid white;
}
/*box 2*/
.nav-adress{
    height: 35px;
    margin: 5px 2px 5px 0px;
}
.deliver
{
    color: #CCCCCC;
    font-size: 0.75rem;
    margin-left: 15px;
}
.india
{
    color: #FFFFFF;
    font-size: 0.95rem;
    margin-left: 3px;
}

.add-icon{
    display: flex;
    align-items: center;
}
/*box 3*/
.nav-search{
    display: flex;
    justify-content: space-evenly;
    width: 780px;
    height: 40px;
    border-radius: 4px;
}
.nav-search:hover{
    border: 2px 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: 95%;
    font-size: 1rem;
    border: none;
}
.search-icon{
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    background-color: rgba(255, 164, 36, 0.962);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #0f1111;
}
/*box 4*/
.nav-lang{
    height: 35px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lang-select{
    background: transparent;
    color: #FFFFFF;
    border-color: #0f1111;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    font-weight: 670;
}
.lang-select img{
    width: 25px;
}
.lang-select option{
    color: #0f1111;
}
/*box 5 &6*/
span{
    font-size: 0.75rem;
}
.accounts{
    background-color: #0f1111;
    color:#FFFFFF;
    border-color: #0f1111;
    font-size: 0.9rem;
    font-weight: 700;
}
/*box 7*/
.nav-cart i{
    font-size: 30px;
}
.nav-cart {
    font-size: 0.90rem;
    font-weight: 700;
}
/*PANEL*/
.panel{
    height: 40px;
    background-color: #222f3d;
    display: flex;
    color: white;
    align-items: center;
    justify-content: space-between;
    font-size: 0.88rem;
}
.panel-left{
    display: flex;
    align-items: center;
    width: 70%;
    margin-left: 15px;
}
.panel-left .panel-all{
    display: flex;
    align-items: center;
    margin-right: 5px;
    font-weight: 680;
}
.panel-left .panel-options a{
    text-decoration: none;
}
.panel-options {
    width: 75%;
}

.panel-deals{
    font-weight: 700;
    margin-right: 10px;
}
/*HERO section*/
.hero-section{
    background-image: url(hero_image.jpg);
    height: 310px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.tag{
    background-color: white;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.88rem;
    width: 96%;
    margin-bottom: 25px;
    
}
.tag a {
    color: #007185;
    text-decoration: none;
}
/*Shop-section*/
.shop-items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color:#e2e7e6;
}
.box{
    height: 400px;
    width: 23%;
    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{
    margin-left: 1rem;
    margin-right: 1rem;
}
.box-content p{
    color: #007185;
}
.box-content p:hover{
    color: rgb(185, 100, 10);
}
/*for scroll-bar, srt overflow-x to auto*/
/*FOOTER*/
footer{
    margin-top: 15px;
    width: 100%;
}
.recommendations{
    height: 150px;
    background-color: white;
    color:#0f1111 ;
    padding-top: 50px;
}
.recommendations-main{
    height: 125px;
    width: 100%;
    border: 1px solid rgba(185, 185, 185, 0.527);
    border-radius: 4px;
}
.recommendations-line2{
    font-style: italic;
   font-size: 0.85rem;
   margin-bottom: 10px;
   margin-top: 20px;
   margin-left: 20px;
}
.recommendations-line1{
    height: 33px;
    font-size: 1.2rem;
    margin-top: 10px;
    margin-left: 20px;
}
.foot-panel1{
    background-color: #37475a;
    color: white;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.78rem;
}
.foot-panel2{
    background-color: #222f3d;
    color: white;
    height: 400px;
    display: flex;
    justify-content: space-evenly;
}
ul{
    margin-top: 50px;
}
ul a{
    display: block;
    font-size: 0.88rem;
    margin-top: 10px;
    color: #dddddd;
}
ul p{
    font-weight: 700;
}
.foot-panel3{
    border-top: 0.05px solid rgba(185, 185, 185, 0.527);
    background-color: #222f3d;
    height: 90px;
    display: flex;
    justify-content:center;
    align-items: center;
}

.logo2{
    background-image: url(amazon_logo.png);
    background-size: cover;
    height: 50px;
    width: 100px;
    margin-right: 40px;
}
.foot-panel3 button{
    padding: 6px 25px;
    background: transparent;
    border: 0;
    outline: none;
    border: 1px solid #ccc;
    color: white;
    margin-left: 40px;
}

.foot-panel4{
    height: 80px;
    background-color: #0f1111;
    color: #dddddd;
    font-size: 0.76rem;
    text-align: center;

}
.pages{
    padding-top: 25px;
}
.pages a{
   margin-right: 15px;
}
.copyright{
    padding-top: 5px;
}