*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
/*....................................nav bar............................*/
nav{
    background-color: #2874f0;
    display: flex;
    width: 100%;
    height: 56px;
    top:0;
    position: fixed;
    color: white;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    flex-direction: row;
    z-index: 18;
}
                /*....................logo....................*/
.plus-color{
    color: rgb(238, 210, 68);
    font-weight: 900;
    text-decoration: none;
}
.logo{
    margin-top: 8px;
    text-decoration: none;
    margin-left: 5px;
    justify-content: flex-end;
}
.logo p{
    color: white;
    width: 75px;
    height: 20px;
    position: relative;
    text-decoration: none;
    top: -4px;
}
.logo a img{
    width: 90px;
    height:100px;
}
.exp{
    font-size: 11px;
    font-style: italic;
    margin-top: -1px;
}
                /*....................search box....................*/
.search{
    background-color: white;
    padding: 8px;
    height: 35px;
    width: 560px;
    margin-left: 15px;
    margin-right: 50px;
    display: flex;
    justify-content: space-between;
    color: #2874f0;
    box-shadow: -7px -7px 10px rgba(0, 0, 0,0.1),7px 7px 10px rgba(0, 0, 0,0.1);
    border-radius: 2px;
}
.search input{
    width: 480px;
    border: none;
    height: 25px;
    margin-left: 10px;
    outline: none;
    font-size: 15px;
    color: grey;
}
.search i{
    font-size: 18px;
    margin-right: 5px;
}
                /*....................search box history....................*/
.recent{
    display: none;
    position: absolute;
    font-size: 12.5px;
    top: 46px;
    font-family: 'Courier New', Courier, monospace;
    border-radius: 2px;
    border-top: 1px solid #cccc;
    background-color: white;
    width: 560px;
    color: gray;
    height: 330px;
    padding: 8px;
    margin-left: -8px;
    box-shadow: -5px 5px 7px rgba(0,0,0,0.2),
    5px 5px 7px rgba(0,0,0,0.2);
}
.recentlist{
    font-size: 15px;
    display: flex;
    padding: 10px;
    color: rgb(95,94,94);
}
.recentlist p{
    padding-left: 15px;
    font-size: 15px;
    color: rgb(75, 73, 73);
}
.discover{
    margin: 10px 10px;
    font-size: 13px;
}
.search:focus-within .recent{
    display: block;
}
                /*....................log-in button....................*/
.loginbtn{
    padding: 7px 40px;
    font-size: 16px;
    margin-right: 30px;
    font-weight: 550;
    color: #2874f0;
    border: none;
    outline: none;
    cursor: pointer;
}
.login-content{
    position: absolute;
    top: 60px;
    height: 350px;
    width: 250px;
    margin-left: 330px;
    background-color: white;
    box-shadow: -5px 5px 7px rgba(0, 0, 0,0.1),
    5px 5px 10px rgba(0, 0, 0,0.1);
    align-items: center;
    flex-direction: column;
    padding: 5px 15px;
    font-weight: 0;
    color: black;
    cursor: pointer;
    display: none;
}
.shape1{
    position: relative;
    height: 0;
    width: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 25px solid white;
    top: -20px;
    margin-left: 100px;
    color: white;
}
.registrstion{
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
}
.registrstion a{
    color: #2874f0;
    text-decoration: none;
}
.menu{
    width: 250px;
    margin-top: 25px;
    padding-left: 15px;
}
.menu-list{
    display: flex;
    padding: 14px 0px;
    font-weight: 1;
}
.menu p{
    padding-left: 20px;
}
.menu i{
    padding-left: 5px;
    color: #2874f0;
    font-size: 14px;
}
.loginbtn:hover + .login-content{
    display: block;
    cursor: pointer;
}
                /*....................Become a seller....................*/
.link{
    margin: 0px 20px;
    font-size: 17px;
    font-weight: 500;
    color: white;
    text-decoration: none;
}
                /*....................more button....................*/
.more-link{
    margin: 0px 20px;
    font-size: 17px;
    font-weight: 500;
    color: white;
    text-decoration: none;
}
.more_icon{
    font-size: 8px;
    transition: 0.2s;
}
.more-link:hover .more_icon{
    transform: rotate(-180deg);
}
.more{
    position: absolute;
    width: 250px;
    margin-top: 20px;
    margin-left: -110px;
    background-color: white;
    box-shadow: -5px 5px 7px rgba(0, 0, 0,0.1),
    5px 5px 10px rgba(0, 0, 0,0.1);
    color: black;
    display: none;
}
.shape2{
    position: relative;
    height: 0;
    width: 0;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 20px solid white;
    top: -15px;
    margin-left: 110px;
    color: white;
}
.more-list{
    display: flex;
    padding: 15px;
    margin-top: -15px;
}
.more-list p{
    padding-left: 0px 0px;
}
.more-list i{
    padding: 5px 15px;
    color: #2874f0;
    font-size: 16px;
}
.more-link:hover .more{
    display: block;
    cursor: pointer;
}
/*....................................category............................*/
.category{
    height: 120px;
    width: 100%;
    display: flex;
    background-color: white;
    margin-top: 56px;
    justify-content: center;
    padding: 10px 150px;
    border-bottom: 1px solid white;
    box-shadow: -5px 5px 7px rgba(0, 0, 0,0.1),
    5px 5px 10px rgba(0, 0, 0,0.1);
    cursor: pointer;
}
.category-nav{
    width: 80px;
    height:112px;
    display: block;
    flex: 1;
}
.category-nav img{
    width: 64px;
    height: 64px;
    display: flex;
}
.category-nav p{
    font-weight: 500;
}
.category-nav:hover p{
    color: #2874f0;
}
.category i{
    font-size: 8px;
    transition: 0.2s;
}
/*....................................category............................*/
.Fashion:hover .Fashion_icon{
    transform: rotate(-180deg);
}
.Electronics:hover .Electronics_icon{
    transform: rotate(-180deg);
}
.Home:hover .Home_icon{
    transform: rotate(-180deg);
}
.Beauty:hover .Beauty_icon{
    transform: rotate(-180deg);
}
.Two_Wheelers:hover .Two_Wheelers_icon{
    transform: rotate(-180deg);
}
/*....................................slideshow............................*/
.slideshow{
    width: 100%;
    display: flex;
    padding: 10px 0px;
    overflow: hidden;
}
.slidshow-images{
    display: flex;
    width: 100%;
    height: 280px;
}
.slidshow-images img{
    display: flex;
    width: 100%;
    padding: 0px 10px;
}
.slideshow-button{
    margin: auto;
    width: 10px;
}
.slideshow-btn{
    padding: 35px 15px;
    background-color: white;
    font-size: 35px;
    position: relative;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.left{
    position: relative;
    z-index: 10;
}
.right{
    position: relative;
    left: -40px;
}
/*....................................Best of Electronics............................*/
.best_of_electronics{
    height: 320px;
    display: flex;
    margin: 10px;
    /*background-color: red;*/
    border-bottom: 1px solid white;
    box-shadow: -5px 5px 7px rgba(0, 0, 0,0.1),
    5px 5px 10px rgba(0, 0, 0,0.1);
    cursor: pointer;
}
.best_of_electronics1{
    width: 16%;
    height: 100%;
}
.best_of_electronics2{
    width: 84%;
    height: 100%;
    display: flex;
    background-color: white;
    justify-content: center;
    margin-left: 15px;
    justify-content: space-between;
    overflow: hidden;
}
.best_of_electronics1 img{
    height: 40%;
    width: 100%;
    margin-top: 32px;
    background-position: 0 bottom;
}
.best_of_electronics1 h1{
    font-size: 30px;
    margin:  30px 30px;
    font-weight: 10;
    align-items: center;
}
.best_of_electronics1 .boe_btn{
    margin-left: 70px;
    font-size: 16px;
    margin: 0px 65px;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 550;
    background-color: #2874f0;
    color: white;
    border: none;
    outline: none;
}
.boe_products{
    display: block;
    flex: 1;
    margin: 10px 10px;
    /*overflow: hidden;*/
}
.boe_products img{
    /*width: 190px;
    height: 150px;*/
    display: flex;
    margin: 10px 10px;
}
.boe_products p{
    font-weight: 300;
    margin-left: 25px;
    font-size: 15px;
}
.com{
    color: gray;
}
.boe_products p span{
    font-weight: 500;
    margin-left:px;
    color: green;
}
#boe-button-leftbtn{
    margin-top: 80px;
    margin-left: -50px;
}
#boe-button-rightbtn{
    margin-top: 80px;
    margin-left: -490px;
}
.boe_products:hover img{
    transform: scale(1.1);
}
/*....................................Beauty food toys............................*/
.bft{
    height: 320px;
    display: flex;
    margin: 10px;
    /*background-color: red;*/
    border-bottom: 1px solid white;
    box-shadow: -5px 5px 7px rgba(0, 0, 0,0.1),
    5px 5px 10px rgba(0, 0, 0,0.1);
    cursor: pointer;
}
.bft1{
    width: 16%;
    height: 100%;
}
.bft2{
    width: 84%;
    height: 100%;
    display: flex;
    background-color: white;
    justify-content: center;
    margin-left: 15px;
    justify-content: space-between;
    overflow: hidden;
}
.bft1 img{
    height: 40%;
    width: 100%;
    margin-top: 32px;
    background-position: 0 bottom;
}
.bft1 h1{
    font-size: 30px;
    margin:  30px 30px;
    font-weight: 15;
    align-items: center;
}
.bft1 .bft_btn{
    margin-left: 70px;
    font-size: 16px;
    margin: 0px 65px;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 550;
    background-color: #2874f0;
    color: white;
    border: none;
    outline: none;
}
.bft_products p{
    font-weight: 500;
    margin-left: 65px;
}
.bft_products{
    height: 200px;
    width: 200px;
}
.bft_products img{
    /*width: 190px;
    height: 150px;*/
    display: flex;
    margin: 10px 10px;
}
.bft_products p span{
    font-weight: 500;
    margin-left:px;
    color: green;
}
#bft-leftbtn{
    margin-top: 80px;
    margin-left: -50px;
}
#bft-rightbtn{
    margin-top: 80px;
    margin-left: -490px;
}
.bft_products:hover img{
    transform: scale(1.1);
}
/*....................................Sports, Healthcare & more............................*/
.shm{
    height: 320px;
    display: flex;
    margin: 10px;
    /*background-color: red;*/
    border-bottom: 1px solid white;
    box-shadow: -5px 5px 7px rgba(0, 0, 0,0.1),
    5px 5px 10px rgba(0, 0, 0,0.1);
    cursor: pointer;
}
.shm1{
    width: 16%;
    height: 100%;
}
.shm2{
    width: 84%;
    height: 100%;
    display: flex;
    background-color: white;
    justify-content: center;
    margin-left: 15px;
    justify-content: space-between;
    overflow: hidden;
}
.shm1 img{
    height: 40%;
    width: 100%;
    margin-top: 13px;
    background-position: 0 bottom;
}
.shm h1{
    font-size: 30px;
    margin:  30px 30px;
    font-weight: 10;
    align-items: center;
}
.shm1 .shm_btn{
    margin-left: 70px;
    font-size: 16px;
    margin: -20px 65px;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 550;
    background-color: #2874f0;
    color: white;
    border: none;
    outline: none;
}
.shm_products{
    display: block;
    flex: 1;
    margin: 10px 10px;
    /*overflow: hidden;*/
}
.shm_products img{
    /*width: 190px;
    height: 150px;*/
    display: flex;
    margin: 10px 10px;
}
.shm_products p{
    font-weight: 500;
    margin-left: 65px;
}
.shm_products p span{
    font-weight: 500;
    margin-left:px;
    color: green;
}
#shm-button-leftbtn{
    margin-top: 80px;
    margin-left: -50px;
}
#shm-button-rightbtn{
    margin-top: 80px;
    margin-left: -490px;
}
.shm_products:hover img{
    transform: scale(1.1);
}
/*....................................Sports, Healthcare & more............................*/
.hke{
    height: 320px;
    display: flex;
    margin: 10px;
    /*background-color: red;*/
    border-bottom: 1px solid white;
    box-shadow: -5px 5px 7px rgba(0, 0, 0,0.1),
    5px 5px 10px rgba(0, 0, 0,0.1);
    cursor: pointer;
}
.hke1{
    width: 16%;
    height: 100%;
}
.hke2{
    width: 84%;
    height: 100%;
    display: flex;
    background-color: white;
    justify-content: center;
    margin-left: 15px;
    justify-content: space-between;
    overflow: hidden;
}
.hke1 img{
    height: 40%;
    width: 100%;
    margin-top: 13px;
    background-position: 0 bottom;
}
.hke h1{
    font-size: 30px;
    margin:  30px 30px;
    font-weight: 10;
    align-items: center;
}
.hke1 .hke_btn{
    margin-left: 70px;
    font-size: 16px;
    margin: -20px 65px;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 550;
    background-color: #2874f0;
    color: white;
    border: none;
    outline: none;
}
.hke_products{
    display: block;
    flex: 1;
    margin: 10px 10px;
    /*overflow: hidden;*/
}
.hke_products img{
    /*width: 190px;
    height: 150px;*/
    display: flex;
    margin: 10px 10px;
}
.hke_products p{
    font-weight: 500;
    margin-left: 65px;
}
.hke_products p span{
    font-weight: 500;
    margin-left:px;
    color: green;
}
#hke-button-leftbtn{
    margin-top: 80px;
    margin-left: -50px;
}
#hke-button-rightbtn{
    margin-top: 80px;
    margin-left: -490px;
}
.hke_products:hover img{
    transform: scale(1.1);
}
/*....................................Grooming, Books, Auto & more............................*/
.gba{
    height: 320px;
    display: flex;
    margin: 10px;
    /*background-color: red;*/
    border-bottom: 1px solid white;
    box-shadow: -5px 5px 7px rgba(0, 0, 0,0.1),
    5px 5px 10px rgba(0, 0, 0,0.1);
    cursor: pointer;
}
.gba1{
    width: 16%;
    height: 100%;
}
.gba2{
    width: 84%;
    height: 100%;
    display: flex;
    background-color: white;
    justify-content: center;
    margin-left: 15px;
    justify-content: space-between;
    overflow: hidden;
}
.gba1 img{
    height: 40%;
    width: 100%;
    margin-top: 13px;
    background-position: 0 bottom;
}
.gba h1{
    font-size: 30px;
    margin:  30px 30px;
    font-weight: 10;
    align-items: center;
}
.gba1 .gba_btn{
    margin-left: 70px;
    font-size: 16px;
    margin: -20px 65px;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 550;
    background-color: #2874f0;
    color: white;
    border: none;
    outline: none;
}
.gba_products{
    display: block;
    flex: 1;
    margin: 10px 10px;
    /*overflow: hidden;*/
}
.gba_products img{
    /*width: 190px;
    height: 150px;*/
    display: flex;
    margin: 10px 10px;
}
.gba_products p{
    font-weight: 500;
    margin-left: 65px;
}
.gba_products p span{
    font-weight: 500;
    margin-left:px;
    color: green;
}
#gba-button-leftbtn{
    margin-top: 80px;
    margin-left: -50px;
}
#hke-button-rightbtn{
    margin-top: 80px;
    margin-left: -490px;
}
.hke_products:hover img{
    transform: scale(1.1);
}
/*....................................Pre-footer............................*/
.uprfr_hdr span{
    color: gray;
    font-size: 15px;
    font-weight: 0;
    padding-left: 30px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.uprfr_hdr{
    color: gray;
    font-size: 15px;
    font-weight:bold;
    padding-bottom: 10px;
    padding-top: 30px;
    padding-right: -70px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.uprfr_hdr1 span{
    color: gray;
    font-size: 15px;
    font-weight: 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.uprfr_hdr1{
    color: gray;
    font-size: 14px;
    font-weight: 0;
    padding-left: 30px;
    padding-right: -30px;
    padding-bottom: 10px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.uprft1_head{
    color: gray;
}
.uprft1_head h1{
    font-size: 18px;
    padding-left: 30px;
    padding-bottom: 10px;
    font-weight: bold;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.uprft1_head h2{
    font-size: 18px;
    padding-left: 30px;
    padding-bottom: 10px;
    font-weight: bold;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.uprft1_head p{
    font-size: 11px;
    color: #878787;
    padding-left: 30px;
    padding-bottom: 10px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.uprft1{
    padding-top: 50px;
}
.main_footer1{
    display: flex;
}
.footer1{
    height: 350px;
    width: 100%;
    background-color: #172337;
    padding: 40px 50px;
    margin-bottom: -80px;
}
.footer1 h1{
    color: #878787;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 9px;
}
.footer1 a{
    color: #fff;
    display: block;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 9px;
}
.footer1 p{
    color: #fff;
    display: block;
    width: 200px;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 2px;
}
.ftr2_list p{
    color:white;
}
.footer2{
    display: flex;
    margin: 5px 20px;
}
.link21{
    margin: 0px 20px;
    font-size: 15px;
    font-weight: 500;
    color: white;
    text-decoration: none;
    padding-left: 30px;
}
.link21 i{
    color: gold;
}
