body{
    margin: 0;
    padding: 0;
}

*{
    box-sizing: border-box;
    margin: 0;
   font-family: Arial, Helvetica, sans-serif;
}

/* #############
main head section
################# */


.nav-background{
    width: 100%;
    background-color: #E3E6E6;
}

.nav-container{
    width: 100%;
    height: 60px;
    background-color:#0f1111;
    margin: auto;
    color: white;
    display: flex;
   
    align-items: center;
   

}

.nav-container-item{
    width: 96%;
    height: 56px;
    display: flex;
    justify-content: space-around;

}

.border{
    border: 2px solid transparent;
}
.border:hover{
    border: 2px solid white;
}

.address{
    display: flex;
    /* display: block; */
    gap: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;

}

.address1{
    font-size: .7rem;
    color: rgb(204, 204, 204);
    position: relative;
    width: 10vw;
    padding-top: 10px;
    padding-left: 20px;
   
}
.fa-solid{
  
    padding-top: 6px;
  
}
.address2{
    display: flex;
    font-size: .9rem;
    padding-top: 9px;
    padding-bottom: 0;
    padding-left: 3px;
    padding-right: 10px;
    
   
}
.addressplas{
    display: flex;
    position: absolute;
    padding: 15px 20px 5px 5px;
   
   
}
.box3{
    height: 40px;
    width: 45vw;
    gap: 0;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    border-radius: 5px;
    border: none;
}

.box3-select{
    background-color: rgb(255, 255, 255);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.box3-input{
    width: 45vw;
    font-size: 1rem;
    border: none;
}

.box3-icon{
    width: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    background-color: rgb(218, 161, 39);
    color: #0f1111;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    
}

.box3:hover{
    border: 2px solid orange;
}
.box4{
    display: flex;
    position: relative;
}
.div4-arow{
    display: flex;
   padding-top: 20px;
}

.box4-arow{
    /* position: relative; */
    padding-left: 3px;
    padding-top: 2px;
}

.box4-arow-select{
    position: absolute;
   
}


.box4 .box4-flag{
    display: flex;
   align-items: center;
   font-size: .8rem;
   padding-bottom: 15px;
   
}
.box4-arow-select{
    width: 2vw;
    color: #a7acb2;
    background-color:transparent;
    align-items: center;
    border: none;
    padding-top: 34px;
    
}
.box4 p strong{
    margin: 31px 0px 0px px;
   

}
.box4-flag p, .box4-flag img {
    color: #ffffff;
    padding-top: 15px;
}

.box5{
    display: flex;
    padding-left: 20px;
    justify-content: center;
}

.box5 span{
    font-size: 0.7rem;
    line-height: 15px;
    font-weight: 700;

}

.box5-para{
    font-size: .9rem;
    line-height: 15px;
    font-weight: 700;
}

.box5-arow select{
    width: 2vw;
    color: #a7acb2;
    background-color: transparent;
    align-items: center;
    border: none;
    padding-top: 34px;
}



.box6 span{
    font-size: 0.7rem;
    line-height: 15px;
    font-weight: 700;
}

.box6-para{
    font-size: .9rem;
    line-height: 15px;
    font-weight: 700;
}

.cart img{
    color: #a7acb2;
    
}


/* ###############
     Menu bar
################### */

.menubar{
    background-color: #131921;
    display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    
    
    
}
.menu-list ul li{
   float: left;
  
}

.menubar span{
    color: #ffffff;
    
   
}

.menu-list ul li {
    list-style: none;
}

.menu-list ul li a{
    text-decoration: none;
    display: inline;
    color: #ffffff;
    padding: 10px;
}

/* #################
      Banner
 ############### */

 .banner{
    
   width: 95%;
   text-align: center;
   margin: auto;
 }

 /* #################
     Body Image
    ############# */

    .body-container{
        width: 100%;
        background-color: #E3E6E6;
        

    }

    .container-box{
        
     width: 77%;
     margin: auto;
     padding-top: 15px ;
     padding-bottom: 15px;
    }

    .container-row-1{

        display: flex;
        justify-content: center;
        width: 100%;
        gap: 15px;
        padding: 10px;
      

    }

    .container-r1-c1 , .container-r1-c2 ,.container-r1-c3 , .container-r1-c4{
        display: inline-block;
        background-color: white;
        width: 25%;
    }
    


    .body-container a{
        text-decoration: none;
        font-size: small;
        color: #0f1111;
    }

    .ancor a{
        color: #2162a1;
        text-align: center;
    }

    .cell-1 , .cell-2 , .cell-3 ,.cell-4{
        display: flex;
        gap: 10px;
    }

    
/* ################
     footer
 ################### */

 .signin-footer{
    background-color: #fff;
    width: 100%;
    display: block;
    text-align: center;
    height: 150px;
    
 }

 .sign-botton .sign-fast .sfs a{
    background-color: rgba(240, 236, 6, 0.767);
    padding: 2px 100px;
    text-decoration: none;
    border-radius: 20px;
    font-size: small;
    
 }

 .new-start{
    font-size: 11px;
 }
    
 .footer-top{
    
    background-color: #162130;
   height: 50px;
   text-align: center;
   margin: auto;
   padding: 15px;

 }

 .footer-top a{
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 13px;
 }

 .footer-row{
    height: 40px;
    background-color: #232F3e;

 }

 .about-amzon-footer{
    background-color: #232F3e;
    color: #fff;
    display: flex;
   justify-content: space-between;

 }

 .about-amzon-footer a:hover{
    text-decoration: underline solid white;
 }

 .about-amzon-footer h4{
    padding-left: 40px;
 }



 .about-footer-list-one li ,
 .about-footer-list-two li ,
 .about-footer-list-three li,
 .about-footer-list-four li{
    list-style-type: none;
 }

 .about-footer-list-one li a,
 .about-footer-list-two li a,
 .about-footer-list-three li a,
 .about-footer-list-four li a{
    color: #DDD;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.7;
 }

 




 .footer-row-2nd{
    height: 30px;
    background-color: #232F3e;
}

.footer-mid{
    background-color: #232F3e;
    display: flex;
    justify-content: center;
    gap: 50px;
    height: 50px;
    
    
}

.footer-mid-logo{
    padding-top: 18px;
}


.footer-mid-section{
    display: flex;
    gap: 3px;
    align-items: center;
   
    
}

.global-icon img{
    background-color: #ffffff;
}

.global-icon span, .dollar span , .us-flag span{
    color: #CCC;
    
    font-size: 14px;
   
}

.global-icon,.dollar,.us-flag{
    border: 1px solid white;
    padding: 10px;
}

.footer-end{
    background-color: #131A22;
    width: 100%;
    display: flex;
    
}

.amazon-footer{
    width: 80%;
    display: flex;
    margin: 0 auto;
    padding-left: 150px;
    
/* }
.amazon-footer ul{ */
   
   
    /* justify-content: center;
    align-items: center; */

    
}

.amazon-footer a:hover{
    text-decoration: underline solid white;
}

.amazon-footer ul li{
    
    padding: 10px 10px;
    
    
   
   
}


.amazon-footer ul {
    list-style: none;
}
.amazon-footer ul li a{
    text-decoration: none;
    color: #CCC;

}

.amazon-footer ul li h4{
    font-size: 2px;
    color: #DDDDDD;

}

.amazon-footer ul li span{
    font-size: 12px;
    color: #999999;
}

.footer-end-row{
    width: 100%;
    display: flex;
    background-color: #131A22;
    height: 30px;
}

.end{
    height: 50px;
    background-color: #131A22;
}

.end a:hover{
    text-decoration: underline solid white;
}

.end ul{
    list-style: none;
    display: flex;
    text-align: center;
    padding-left: 620px;
    
}

.end li{
    justify-content: center;
    text-align: center;
   
}

.end ul li a{
    text-decoration: none;
    color: rgb(221, 221, 221);
    font-size: 12px;
    
    padding-left: 20px;
   
}



.end span{
    color: rgb(221, 221, 221);
    font-size: 12px;
    display: inline-block;
    padding: 0 800px;
}

.end-div{
    width: 100%;
    height: 20px;
    background-color: #131A22;
}


   
 