*{
    margin: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    /* All padding given to element should be count in it's width; */
    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{
    background-image: url("images/amazon_logo.png");
    height: 50px;
    width: 100%;
    background-size: 100%;
    background-size: cover;
    margin-bottom: 10px;
}

.border{
    border: 2px solid transparent;
}

.border:hover{
    border: 2px solid white;
}

/* Box 2 */

.add-one{
    font-size: 13px;
    color: #CCCCCC;
    margin-left: 15px;
}

.add-two{
    font-size: 15px;
    margin-left: 3px;
}

.add-logo{
    display: flex;
    align-items: center;
}

.nav-add{
    padding-top: 11px;
    margin-left: 10px;
    width: 85px;
    height: 40px;
}

.nav-add:hover{
    border: 2px solid white;
}

/*Box 3*/

.nav-search{
    display: flex;
    justify-content: space-evenly;
    height: 40px;
    width: 670px;
    border-radius: 4px;
    margin-left: 20px;
}

.nav-search:hover{
    border:3px solid #febd68;
    border-radius: 8px;
}

.nav-select{
    background-color: #E6E6E6;
    color: #626262;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 50px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
}

.nav-input{
    width: 100%;
    font-size: 1rem;
    border: none;
    padding-left: 7px;
}


.nav-search-icon{
    width: 50px;
    font-size: 1.2rem;
    color: #0f1111;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #febd68/*rgb(125, 255, 255)*/;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*Box 4*/

.lang{
    padding-top: 20px;
    height: 35px;
    width: 70px;
    display: flex;
    justify-content:center;
    font-size: 14px;
    font-weight: 700;
}

.lang img{
    width: 22px;
    height: 16px;
    align-items: flex-end;
    margin-right: 3px;
}



/*Box 5-6*/
.nav-signin{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    height: 90%;
    width: 125px;
}

.nav-return{
    height: 35px;
    width: 74px;
}

.nav-cart{
    width: 82px;
}

.upper{
    font-size: 0.8rem;
}

.lower{
    font-size: 0.9rem;
    font-weight: 800;
}

/*Box 7*/

.nav-cart{
    display: flex;
    align-items: baseline;
}

.nav-cart i{
    font-size: 30px;
}

/*PANEL*/

.panel{
    height: 35px;
    background-color: #222f3d;
    display: flex;
    color: white;
    justify-content: space-evenly;
    align-items: center;
}

.panel-all{
    width: 56px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.87rem;
}

.panel-all i{
    font-size: 1rem;
    margin-right: 4px;
}

.panel-options{
    width: 75%;
}

.panel-options a{
    height: 100%;
    width: 100%;
    color: white;
    text-decoration: none;
    font-size: 0.87rem;
    margin-left: 15px;
}

.panel-deals{
    height: 100%;
    width: 180px;
    font-size: 0.95rem;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Hero Section*/

.hero-section{
    height: 300px;
    background-size: cover;
    background-image: url(images/HeroImage.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.amazon-in{
    height: 40px;
    background-color: white;
    color: black;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 97%;
    position: relative;
    top: 85px;

}

.amazon-in a{
    color: #007185;
    text-decoration: none;
}

/* Content */

.products{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-color: #e2e7e6;
}

.box-content{
    margin-left: 15px;
    margin-right: 15px;
}

.box{
    width: 23%;
    height: 380px;
    background-color: white;
    padding: 20px 0px 15px;
    margin-top: 18px;
}

.backgroundImage{
    height: 300px;
    margin: 15px 0px 20px 0px;
    background-size: auto;
}

.box a{
    color: #007185;
    text-decoration: none;
}

/* Footer */
hr{
    margin: 30px 0px 30px 0px;
}

.footer-panel1{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2f4053;
    color: white;
    height: 50px;
}

.footer-panel2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 300px;
    background-color: #24313f;
    color: white;
}

ul a{
    display: block;
    color: #DDDDDD;
    text-decoration: none;
    margin-top: 10px;
    font-size: 0.85rem;
}

.footer-panel3{
    height: 70px;
    background-color: #24313f;
    color: white;
}