body{
    font-family: 'Mukta', sans-serif;
    margin: 0;
    padding: 0;
    overflow: scroll;
    overflow-x: unset;
    scroll-behavior: smooth;
    color: white;
    background-color: rgb(234, 237, 237);
}
.container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nav{
    width: 100%;
}
.sticky{
    background-color: #1f2833;
    height: 3em;
    padding: .5em 1.2em .5em .5em;
    display: flex;
    align-items: center;
    position: fixed;
    width: 99%;
    /* width: 100vw; */
    z-index: 15;
}
.sticky_fixed{
    height: 64px;
}
.sticky_fixed1{
    height: 32px;
}
.nav-left{
    display: flex;
    height: 3em;
}
.amazon i.menu{    
    margin: .5em 0 0 .5em;
    font-size: 1.25em;
}
@media (min-width:1024px) {
    .amazon i.menu{
        display: none;
    }
    .sticky_fixed1{
        display: none;
    }    
}
.amazon{
    width: 8em;
    display: flex;
}
.in{
    padding-top: .8em;
    margin-left: -.5em;
    font-size: .9em;
}
.address{
    width: 9em;
    padding: .4em;
}
.hover:hover{
    border: .8px solid white;
    border-radius: 3px;
}
.sticky .nav-left a img{
    width: 7em;
    margin-top: -.25em;

} 
.small{
    height: 1em;
    font-size: .8em;    
    opacity: .7;   
}

.address .small{
    padding-left: 1.4em;
}
.add{
    font-size: .9em;
    display: flex;

}
.add i{
    margin: .1em .2em 0 0;
}

.nav-search{
    width: 100%;
    height: 2.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: .5em;
    background-color: #fff;
    border: 1px solid black;
    border-radius: 10px;
}
/* ------------------- */
.nav-search:hover{
    border: 3px solid orange;
    border-radius: 10px;
    box-shadow: 0px 0px 25px orange;
}
/* ------------------------------ */
.nav-search label{
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    color: black;
    background-color: white;
    font-size: .9em;
    padding: 0 .6em;
    opacity: .7;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.nav-search .hidden{
    background-color: rgba(128, 128, 128, 0.441);
    border-right: 1px solid rgba(41, 41, 41, 0.527);
}
.nav-search label i{
    padding-left: .5em;
}
label.sicon{
    padding: 0 .8em 0 .6em;
    height: 100%;
    font-size: 1.25em;
    background-color: orange;
    border-radius: 0;
    border-radius: 8px;
}
.nav-search input{
    border:0px solid white;
    border-radius: 10px;
    height: 100%;
    width: 90%;
    margin: 0 40px 0 10px;
    outline: none;
}

.nav-right{
    height: 3em;
    display: flex;
    align-items: center;
}
.ind, .sign , .return, .card{
    padding: .3em .5em;
    margin: .25em;
}
.ind{
    display: flex;
    width: 3.5em;
    padding: .6em .4em;
}
.ind img{
    width: 1.8em;
    padding-right: .2em;
}
.ind i{
    margin: 2.5px ;
}
.sign {
    width: 7em;
    align-items: center;
}
.signin{
    margin-left: .25em;
}
.sign i{
    opacity: 0;
}

.sign .small, .sign .add{
    display: flex;
}
.return{
    width: 4em;
}

.card{
    display: flex;
    align-items: center;
    font-size: 1.5em;
    padding: .20em;
    margin-right: .5em;
}
.cardCount{
    color: orange;
    font-size: .85em;
    padding: 0;
    margin: 0;
    position: relative;
    font-weight: 700;
    right: .3em;
    bottom: .5em;
}
.card span{
    font-size: 1.5em;
    margin-right: -.5em;
    /* width: 1.5em; */
}
.card .add{
    font-size: .6em;
}
@media(max-width: 1024px) {
    /* .nav-left, .nav-right{
        display: none;
    } */
    .sticky{
        width: 100vw;
        height: 6em;
        display: grid;
        grid-template-columns: 8em auto 8em;
        grid-template-rows: 3em 3em;
        padding: 0;
        
    }
    .address, .ind, .sign div.add, .hello, .return, .cardName, label.hidden{ 
        display: none;
    }
    
    .signin::first-letter{
        text-transform: uppercase;
    }
    
    .nav-search{
        margin: 0;
        padding: 0;
        align-self: flex-start;
        justify-self: center;
        grid-row: 2/3;
        grid-column: 1/4;
        width: 95%;
    }
    .nav-left, .nav-right{
        display: inline-flex;
        justify-content: end;
        width: 8em;
    }    
    .sign{
        display: flex;
        align-items: center;
        justify-content: space-around;
        font-size: 1.25em;
        width: 5em;
        padding: 0;
    }
    .signin{
        margin-top: -.4em;
        width: 3em;
    }
    .sign .small i{
        font-size: 2em;
        color: white;
    }
    .sign .small i.arrow{
        opacity: 1;
        font-size: 1em;
        margin-top: -.1em ;
    }
    .sign .small i.user{
        opacity: 1;
        font-size: 1.5em;
        margin: -.3em 5px 0px 5px;
        
    }
    .nav-right{
        grid-column: 3/4;
        display: flex;
        justify-content: flex-end;
    }
}

@media (max-width: 300px) {   
    .signin, i.arrow{
        display: none;
    }
}
.nav-main{
    height: 2.5em;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #222f3df6;
}
.nav-main-menu{
    display: flex;
    align-items: center;
}
.nav-menu{
    display: flex;
    flex-direction: row;
    padding: 6px 2px 0px 0;
    align-items: center;
}
.nav-menu:hover{
    border: .8px solid white;
    border-radius: 3px;
}
.nav-menu i.menubar{
    margin-left: .25em;
    font-size: 1.25em;
    padding: 0.2em;
}
.nav-menu b{
    font-size: 1em;
}
.add a{
    text-decoration: none;
    color: white;
}
@media (min-width:1024px) {
    .shopCate{
        display: none;
    }    
}
.xshop{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    width: auto;
    padding-left: .5em;
    max-height: 39px;
    float: none;
    top: 0;
    left: 0;
}
.xshop a{
    height: 1em;
    color: white;
    text-decoration: none;
    padding: 6px 8px 13px 8px;
    margin: 0px 0 6px 0;
}
.xshop a:hover{
    border: .8px solid white;
    border-radius: 3px;
}
img.last{
    justify-self: flex-end;
    height: 35px;
    margin-bottom: -.5em;
    margin-right: .5em;
}
img.last:hover{
    border: .8px solid white;
    border-radius: 3px;
}
@media(max-width: 1024px) {
    .slot{
        display: none;
    }
    .nav-menu .menubar, .nav-menu b{
        display: none;
    }
}
/* ----------------------------main------------------------------ */
.main{
    width: 100%;
    max-width: 1500px;
    background-color: rgba(179, 177, 177, 0.203)    
}
.main .main-imgs{
    width: 100%;
    height: 15vw;  
}
.main .main-imgs .main-img{
    display: flex;
    overflow: hidden;
}
@media (max-width: 1500px) {
    .main .main-img a img{
        width: 100vw;
    }
}
@media (min-width: 1501px) {
    .main .img_button{
        top: -600px;
    }
    .main .left_img_button{
        height: 195px;
        width: 61px;
        margin-top: 22px;
    }
    .main .left_img_button i{
        font-size: 44px;
    }
    .main .main-imgs{
        height: 226px;
    }
    .main .blur_img{
        bottom: 450px;
    }
}
.main .main-img a img{
    max-width: 1500px;
    z-index: -2;
    position: relative;
}
.main .main-img a{
    transition: margin-left 15s ease-in 0s;
}
.main .main-img a:active{
    margin-left: -700vw;
}
.img_button{
    font-size: 1vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    top: -39vw;
    cursor: pointer;
    z-index: 10;
}
.left_img_button:hover{
    box-shadow: 0px 0px 10px black;    
}
.left_img_button{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.894); 
    height: 13vw;
    width: 4vw;
    border: 1px solid rgba(0, 0, 0, 0.548);
    border-radius: 10px;
    margin: .50em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.left_img_button a i{
    color: rgba(0, 0, 0, 0.498);
    font-size: 3em;
}
.blur_img{
    width: 100%;
    height: 400px;
    filter:blur(30px);
    background-color: rgb(239, 239, 239);
    position: relative;
    bottom: 30vw;
    z-index: -1;
    /* overflow: hidden; */
}
/* .blur{
    width: 100%;
    overflow: hidden;
    max-width: 1500px;
}
.blur_img1{
    width: 100%;
    height: 400px;
    filter:blur(30px);
    background-color: rgb(212, 0, 0);
    position: relative;
    right: -100px;
    bottom: 41.7vw;
    z-index: -1;
} */
.boxs{
    max-width: 1484px;
    height: 100%;
    padding: .5rem;
    z-index: 5;    
}
.box1{
    height: 880px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.box11{
    height: 440px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.boxs .box{
    flex-grow: 1;
    flex-basis: 20%;
    width: 20%;
    overflow: hidden;
    min-width: 280px;
    height: 420px;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin: 10px;
    color: black;
}
@media (max-width: 1024px) {
    /* .boxs .hidden{
        display: none;
    }     */
}
.box a{
    text-decoration: none;
    font-size: .85em;
    color: black;
}
.box a div{
    width: 90%;
}

.box h2{
    font-size: 21px;
    line-height: 1em;
    margin: 0 0 10px 0;
}
.box a.seeOffer{
    color: #007185;
    position: absolute;
    top: 390px;
}
.box>div{
    padding: 5px 0;
    height: 100%;
    width: 100%;
    position: relative;
}
.boxIn2 a div:first-child{
    display: flex;
    flex-direction: column;
}
.boxIn2 a div{
    width: 100%;
}
.boxIn2 a div img{
    width: 115px;
    align-self: center;
    margin: 5px;
}
.boxIn2 a div span:last-child{
    position: relative;
    bottom: 8px;
}
.boxIn2 .view{
    opacity: .6;
    margin-bottom: 20px;
}
.boxIn4 a div:last-child{
    margin-top: -10px;
    margin-left: 5px; 
    width: 92%;
    display: block;
}
.boxIn4>div>div{
    height: 80%;
    display: flex;
    flex-direction: column;
}
.boxIn4>div>div>div{
    height: 100%;
    width: 100%;
    padding: 2px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.boxIn4>div>div>div>div{
    width: 100%;
}
.boxIn4 a div img{
    margin: 10px;
    width: 100%;
    max-width: 200px;
}
.boxIn4 a div{
    padding: 0;
    width: 90%;
    display: flex;
    justify-content: center;
}
.boxIn1 a div{
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: center;
}
.boxIn1 a div img{
    margin-top: 5px;
    width: 95%;
    height: 300px;
    max-width: 350px;
}
.boxs .boxButton{
    background-color: transparent;
}
.boxButton div{
    padding: 0;
    margin: 0;    
}
.boxButton>div>div:first-child{
    background-color: white;
    padding: 20px 30px;
}
.boxButton div button{
    height: 30px;
    width: 100%;
    background-color: yellow;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}
.boxButton div div a div{
    padding: 10px;
    margin: 10px;
    display: flex;
    justify-content: center;
}
.boxButton div div a div img{
    height: 100%;
}
.hr_color{
    opacity: 0;
}
.box2{
    background-color: white;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    margin: 10px 10px 10px;
}
.box2>div>div:first-child{
    height: 40px;
    padding: 20px 20px 0px 10px;
}
.box2 h2{
    font-size: 21px;
    display: inline;
    line-height: 1em;
    margin: 0;
}
.box2 div span{
    padding-left: 20px;
    color: #007185;
}
.blockbuster_deals{
    height: 350px;
}
.blockbuster_deals >div>div:last-child{
    width: 100%;
    display: flex;
    height: 290px;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;  
}
.blockbuster_deals a img{
    height: 200px;
    width: 200px;
    margin: 0 10px 0px 10px;
    padding-bottom: 8px;
    padding: 0 40px;
}
.blockbuster_deals>div>div>div{
    width: 290px;
    height: 270px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 5px;
}
.blockbuster_deals div button{
    color: white;
    background-color: #cc0c39;
    border: 1px solid #cc0c39;
    border-radius: 2px;
    padding: 5px 8px;
}
.blockbuster_deals>div>div>div>div>div:first-child>span:last-child{
    color: red;
    font-weight: bold;
    padding-left: 5px;
}
.blockbuster_deals>div>div>div>div>div:last-child>span{
    color: black;
}
.minimum_50{
    height: 260px;
}
.minimum_50>div>div:last-child{
    width: 100%;
    display: flex;
    height: 200px;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;    
}
.minimum_50 a img{
    height: 170px;
    margin: 0 10px 10px 10px;
}
.flight_tickets{
    margin: 10px;
    padding: 15px 15px 0 15px;
}
.flight_tickets a img{
    width: 100%;       
}
.mobile_acc{
    height: 250px;
}
.minimum_classy a img{
    padding: 0 30px;
}
.sixer_img a{
    display: flex;
    justify-content: center;
}
.sixer_img img{    
    width: 80%;
}
/* .amazon_live{
    height: 320px;
}
.amazon_live>div>div:last-child{
    width: 100%;    
    display: flex;
    height: 290px;
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;  
} */
.last_main{
    width: 100%;
    background-color: white;
    color: black;    
}
.last_main p{
    padding-left: 10px;
}
.last_main div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.last_main .browser-history a{
    width: 120px;
    height: 86px;
    margin: 10px;
    color: #0066c0;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.browser-history i{
    color: #0066c0;
    padding: 10px;
    margin: 0;
    align-self: flex-start;
}
.browser-history a div{
    line-height: 1em;
}
/* ----------------------------footer----------------------------- */

.footer{
    width: 100%;
    max-height: 825px;

}
.back-to-top{
    color: white;
    width: 100%;
    font-size: .90em;
    height: 3.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222f3ddc;        
}
.back-to-topHidden2{
    margin-bottom:  -1.2em;
}
.back-to-topHidden2 div{
    color: white;
}
.back-to-top i{
    position: relative;
    left: 45px;
    bottom: 15px;
    color: white;    
}
.footer>a{
    text-decoration: none;
}

@media (max-width: 1024px) {
    .footer .back-to-topHidden1{
        display: none;
    }
    /* ----------------- */
    .footer{
        height: 510px;
    }
    .footer-main-hidden-one{
        display: none;
    } 
    div.footer-link{
        display: none;
    }
    .footer-copy-link{
        padding-top: 1.35em;
    }
    .footer-copy-link .link-tag a, .footer-copy-link span{
        font-size: 11px;
        padding: 0em;
        margin: 0;
    }  
}
@media (min-width:1025px) {
    .footer .back-to-topHidden2{
        display: none;
    }
    .footer .footer-main-hidden-two{
        display: none;
    }
    .footer .lang-singin{
        display: none;
    }    
}
.footer-main{
    width: 100%;
    height: 520px;
    background-color: #222f3d;    
}
.footer-main-hidden-two{
    /* height: 55%; */
    /* height: fit-content; */
    background-color: #222f3d;
    padding: 1em 2em 1em 0;
    margin-top: 1em;
    display: flex;    
    justify-content: flex-start;
}
.footer-main-hidden-two div{
    width: 50%;
}
.footer-main-hidden-two ul{
    list-style: none;
    padding: .16em;
    margin: 0em 0 .5em 1em;
}
.footer-main-hidden-two a{
    color: white;
    text-decoration: none;
}
.footer-main-hidden-two a:hover{
    text-decoration: underline;
}
.footer-col{
    display: flex;
    justify-content: center;
}
.footer-col-acc{
    height: 240px;
    margin: 30px 0px;
    padding: 20px 0;
}
.footer-col-accs{
    width: 7em;
}
.footer-col-acc span a{
    color: white;
    text-decoration: none;
    opacity: .8;
}
.footer-col-acc a:hover{
    text-decoration: underline;
}
hr.line{
    opacity: .1;
}
.photo-lag{
    width: 100%;
    height: 2.75em;
    padding: 1.1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo-lag img{
    width: 6.5em;
    /* margin: 0 2.5em -.5em 0; */
    /* padding: -2em 0; */
    margin:0 0 -1.7em 0;
}
.photo-lag i{
    font-size: 1em;
    position: relative;
    left: 60px;
    top: 1px;
    color: white;
}
.photo-lag select{
    width: 10em;
    height: 2.6em;
    color: white;
    background-color: transparent;
    padding: 0 1em;
    margin: 0 2.5em;
    border: 1px solid rgba(255, 255, 255, 0.464);
    border-radius: 5px;
}
.photo-lag option{
    background-color: grey;;
}
.country{
    width: 100%;
    height: 2.75em;
    padding: 1.1em 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.country a{
    color: white;
    text-decoration: none;
    padding: 0 .35em;
}
.country a:hover{
    text-decoration: underline;
}
.footer-copyright{
    width: 100%;
    height: 14em;
    background-color: #010d21;
}
.lang-singin{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}
.lang-singin .lang{
    margin: 1.75em;
    opacity: .75;
}
.already div b{
    /* margin-bottom: 5em; */
    margin: 1em;
}
.already div b a{
    color: white;
    text-decoration: none;
}
.already div b a:hover{
    text-decoration: underline;
}
.footer-link{
    width: 100%;
    padding: 30px 0;
    display: grid;
    grid-template-columns: auto auto auto ;
    grid-template-rows: auto auto;
    justify-content: space-around;
}
table{
    padding-left: 1em;
}
tr td{
    line-height: 1;
    width: 150px;
    font-size: .85em;
    padding: .25em .5em;
    margin: 0 1em;
}
tr td:hover{
    text-decoration: underline;
}
tr td a{
    color: white;
    text-decoration: none;
}
tr td span{
    opacity: .5;
}
.footer-copy-link{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: .85em;
    line-height: 1.5em;
}
.footer-copy-link .link-tag a{
    color: white;
    text-decoration: none;
    margin: 0 1em;
}
