* {
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}
/*navbar first*/
.navbar-main{
    height: 60px;
    width: 100%;
    background-color:#131921;
    margin: 0px;
    position: sticky;
    z-index: 5;
    display: flex;
}
/*amazone icon*/
.Amazone-in{
    width: 140px;
    height: auto;
    padding-left: 10px;
    padding-right: 4px;
    padding-bottom: 3px;
    padding-top: 7px;
}
.border{
    border: transparent;
    border-width: 1px;
}
.border:hover{
    border: 1px solid white;
}
.amazone-inLogo{
    height: 45px;
    width: 120px;
}
.location{
    /* background-color: aqua; */
    height: 60px;
    max-width: 230px;
    min-width: 210px;
    display: flex;
}
.location-icon{
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 4px;
    width: 10px;
    height: 10px;
}
.delivery-place{
    margin-left: 7px;
    width: 190px;
    font-size:0.80rem;
}
.address{
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.Updated-location{
    margin-top: 0px;
}

/*searching area*/
.searching-nav{
    display: flex;
    width: auto;
    padding: 10px;
    max-width: 620px;
    min-width: 300px;
    height: 60px;
    align-items: center;
    padding-top: 10px;
    
}
.selection{
    width: 45px;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-width: 0px;
    font-size: small;
    background-color: #e6e6e6;
}
.selection:hover{
    width: 45px;
    height: 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-width: 0px;
    font-size: small;
    background-color: #9d9a9a;
}
.search-input{
    border-radius: 0%;
    width: 420px;
    height: 40px;
    border-width: 0px;
    
}
.out-line:focus{
    outline: none;
}
.search-icon{
    width: 40px;
    height: 40px;
    align-items: center; 
    justify-self: center;
    cursor: pointer;
    background-color: #febd69;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

} 
.search-icon:hover{
    width: 40px;
    height: 40px;
    align-items: center; 
    justify-self: center;
    cursor: pointer;
    background-color: #f89109;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.import-search-icon{
    margin: 5px;
    margin-top: 10px;
    margin-left: 8px;
    font-size: 20px;
 }
 .right-top-nav{
    width: auto;
    height: auto;
    display: flex;
 }
 .lang-select{
    width: 60px;
    height: 60px;
    padding-top: 25px;
    display: flex;
    margin-bottom: 25px;
 }
 .set-allign{
    width: 20px;
    height: 15px;
 }
 .contry{
    color: white;
    border: none;
    background-color: transparent;
 }
 .flag-image{
    width: 18px;
    height: 13px;
    margin-top:4px;
 }
 .sign-in-area{
    width: 130px;
    display: flex;
 }
 .sign-in-1{
    font-size: 12px;
    color: white;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0%;
}
.orders-area{
    height: auto;
}
.returns{
    width: 80px;
    font-size: 15px;
    color:white;
    margin-bottom: 0%;
    margin-top: 10px;
}
.orders{
    width: 80px;
    font-size: 15px;
    color:white;
    margin-top: 0%;
    margin-bottom: 40px;
}
#select-sign{
    height: 15px;
    margin-top: 30px;
    width: 15px;
    margin-left: 2px;
    color: white;
    border: none;
    background-color: transparent;
}
.cart{
    width: 80px;
    height: 60px;
    background-image: url(cart\ log.png);
    background-size: cover;
}

.navbar-toolse{
    height: 40px;
    width: 100%;
    background-color: #232f3e;
    display: flex;
}
.div-all{
    height:100%;
    width: 70px;
    padding-left: 10px;
}
.navbar-toolse-general{
    padding-top: 10px;
    display: flex;
    padding-left: 10px;
}
.tool-nav-text{
    font-size: 15px;
    margin-top: 0px;
    margin-left: 5px;
    color: white;
}
.fresh{
    height: 40px;
    width: 70px;
}
.select{
    background-color: transparent;
    color: white;
    border: none;
}

.MX-player{
    width: 95px;
}
.main-div{
    width: 100%;
    height: auto;
    min-height: 200px;
    max-height: 1000px;
    background: linear-gradient(to top, white, red);
}
.todaydeals{
    width: 120px;
}
.newReleases{
    width: 120px;
}
#liveNow{
    align-items: right;
    float: right;
    margin-left: 80px;
}

.content-area{
    width: 100%;
    height: 800px;
    background-color: white;
}
.addArea{
    background-color: white;
    width: 100%;
    height: 20px;
    margin-top: 300px;
}
.content-area{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background-color: #9d9a9a;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 30px;
    height: 800px;
    background: linear-gradient(to bottom, #f04301, 9d9a9a);
}
.content-all{
    width: 280px;
    height: 350px;
    background-color: white;
    border: black;
    border-width: 1px;
    padding: 10px;
}
.content-all:hover{
    width: 280px;
    height: 350px;
    background-color: white;
    border-width: 1px;
    padding: 10px;
    transform: scale(1.01);
}
.add-image{
    width: 240px; 
    height:200px;
}
.content-text{
    font-size: 20px;
    font-weight: 700;
    
}
.see-edit{
    margin-top: 10px;
    color: rgb(134, 134, 247);
    font-size: small;
    text-decoration: none;
}
.back-home{
    width: 100%;
    height: 50px;
    margin-top: -1%;
    background-color: #37475a;
    align-items: center;
    justify-content: center;
    display: flex;
    transition: 0.60s;
}
.back-home:hover{
    width: 100%;
    height: 50px;
    margin-top: -1%;
    background-color: #616972;
    align-items: center;
    justify-content: center;
    display: flex;
}
#back-top{
     font-weight: 600;
    font-size: 15px;
    color: white;
    text-decoration: none;
}
th{
    font-weight: 900px;
    color: white;
    text-align: left;
    margin-bottom: 50px;
}
td{
    color: rgb(204, 202, 202);
    font-size: small;
    margin-bottom: 40px;
}
.footer-with-data{
    width: 100%;
    height: 300px;
    background-color: #232f3e;
    padding-bottom: 100px;
    padding-top: 28px;
}
.image-amazone{
    width: 80px;
    height: 40px;
    margin-left: 450px;
    margin-top: -2px;
}
.language-bottom{
    margin-left: 30px;
    background: none;
}