@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
body{
    margin:0;
    position:relative;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;

}
header{
    background-color: #2874F0;
    height:55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
form{
    width:100%;
}
.logo{
    width:80px;
    cursor: pointer;
    position: relative;
    top: 2px;
}
.logo img{
    width:100%;
}
.explore{
    width:80px;
    display: flex;
    white-space: nowrap;
    font-size: 12px;
    font-style: italic;
    cursor: pointer;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top:-2px;  

}
.explore_plus{
    color:#fff;
    font-weight: 550; 
}
.explore_plus:hover{
 
    text-decoration: underline;
}
.explore span{
    color: #F7E108;
}
.explore img{
    width:13px;
    margin:0;
}
/*search_container  */
.search_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 500px;
    min-width: 300px;
    width:400px;
    height:37px;
    margin:0px 20px;
    background-color: #fff;
    border-radius: 2px;
    padding:0px 15px;
    box-shadow: -5px -5px 5px rgba(0,0,0,0.2),
    5px 5px 5px rgba(0,0,0,0.2) ;
    position: relative ;

}
.search_container i{
    color:#2874F0;
}
.search_container input{
    width:100%;
    font-size: 15px;
    border: none;
    outline: none;
}
.recent_search{
    position: absolute;
    background-color: #fff;
    /* height:400px; */
    width:100%;
    box-shadow: -5px 0px 5px rgba(0,0,0,0.2),
    5px 5px 5px rgba(0,0,0,0.2) ;
    top:36px;
    margin-left: -15px;
    border:1px solid #ccc;
    display:none; 
    padding: 10px;
    display: flex;
    flex-direction: column;
    display: none;
}
.search_container:focus-within .recent_search{
    display: block;
}
.recent_list i{
    color:#ccc;
    padding: 5px 0px;
}
.recent_list{
    display:flex;
    gap:20px; 
}

/* btncontainer */
.btncontainer{
    background-color: #fff;
    padding:7px 40px;
    font-size: 20px;
    font-weight: 550;
    border-radius: 5px;
    margin: 0px 10px;
    position: relative;

}
.btncontainer a{
    color: #2874F0;
    text-decoration:none ;
    font-weight: 550;
}
.login_menu{
    position:absolute ;
    top:37px;
    height:350px;
    width: 100%;
    width:280px;
    /* max-width: 300px; */
    background-color:transparent;
    
    margin-left:-40px ;
    transform: translateX(-25%);
    display: none;
    padding-top: 20px;
}
.login_menu::before{
    position: absolute;
    content: "";
    margin-left: 130px;
    top:1px;
    border-top: 0px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom:10px solid white;

}
.login_menu_top{
    display: flex;
    justify-content: space-between;
    font-weight: 450;
    font-size: 14px;
    padding: 5px 15px;
}
.login_menu_top a{
    font-weight: 450;
   
   
}

.btncontainer:hover .login_menu{
    display: block;
   
}
.login_menu_list{
    height: 100%;
    max-height: 100%;
    background-color:#fff;
    box-shadow: -5px -5px 5px rgba(0,0,0,0.2),
    5px 5px 5px rgba(0,0,0,0.2) ;
  
}
.menu_nav_link a{
    font-size: 14px;
    display: flex;
    padding: 5px 15px;
   gap: 25px;
   border-bottom: 1px solid #ccc;

   
}
.menu_nav_link p{
    color: black;
}
.seller{
    color:#fff;
    padding:0px 10px;
    font-size: 20px;
    font-weight: 550;
    text-decoration: none;
    margin:0 10px;

}
.more{
    color:#fff;
    padding:0px 10px;
    font-size: 20px;
    font-weight: 550; 
    cursor: pointer;
    margin:0 10px;
}
.more i{
    color:#fff;
    font-weight: 550; 
    font-size: 10px;
    transition:transform 0.2s;
}
.more:hover i{
    transform: rotate(-180deg);
    cursor: pointer;
}
.cart_link{
    display: flex;
    color:#fff;
    font-size: 20px;
    font-weight: 550; 
    padding:0px 10px;
    margin: 0 5px;
}
.cart_link a{
    color:#fff;
    text-decoration: none;
    padding: 0px 5px;
    
}
.navList{
    display:flex;
    justify-content: space-around;
    align-items: center;
    height:45px;
    list-style: none;
    background-color:aliceblue;
    border-bottom: 1px solid #ccc;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2),
}
li:hover{
    cursor: pointer;
    color: #2874F0;
}
.main{
    width:100%;
    height: 100%;
    display: flex;
    background-color: #fff;
}
.aside{
    width:25%;
    /* border:2px solid red; */
    height: 100%;
    /* background-color: #F1F3F6;; */


}
.data_card{

    height:150px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: 1px solid blue; */

}
.data_card img{
    width:95%;
    height: 100%;
    object-fit: fill;
}
.data_card_details{
    width:95%;
    height: 100%;
    /* display: flex;
    flex-direction: column;
    justify-content: center; */
    background-color: #fff;
    /* margin-left:10px; */
    padding:10px 20px;
}
.data_card_details p{
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #fff; */
    background-color: #fff;
    /* padding:5px 2px ; */
    font-weight: 500;
    /* border:1px solid black */

}
.filter{
    height:40px;
    width:100%;
    background-color: #fff;
    /* border:2px solid blue; */
    padding: 10px 0px;
}
.filter a{
    padding: 10px 20px;
    font-weight: 500;
    background-color: #fff;
    color: black;
    text-decoration: none;
    /* height:100%; */
   
}
.categories{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px 20px;
    gap:10px;
    background-color: #fff;
}
.categories a{
    color:gray;
    text-decoration: none;
}
.price p{
    font-size:1.2rem;
    font-weight: 550;
    padding: 10px 20px;
    background-color: #fff;
}
.price input{
    width:100%;
   color: #2874F0;
   
}
#rangeOfPrize{
    color:#2874F0;
}

.btn_of_range{
    display: flex;
    justify-content: space-between;
    padding:10px 30px;
    margin:10px;
}
.main_section{
    width:75%;
    /* border:2px solid green; */
    height: 100%;

}
.main_deatils{
    background-color: #fff;
}
.main_deatils ul{
    display: flex;
    gap:15px;
}
.main_deatils li{
    list-style: none;
    color:gray;
    padding:30px 20px;
}

.lap_access{
    font-size: 15px;
    padding: 30px 20px;
    color:#2874F0;
    cursor: pointer;
    text-decoration: none;
}
.usb{
    padding: 30px 20px;

}
.usb span{
    color:gray;
}
.sortby{
    display: flex;
    justify-content: flex-start;
   
}
.sortby a{
    text-decoration: none;
}
.sortby li{
    color: black;
    padding:0px 20px;
    /* text-decoration: none; */
    
}
li:hover{
    color:#2874F0;
    text-decoration: underline;
    
}
.product_container{
    height:380px;
    width:300px;
    /* border:2px solid black; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 10px 20px;
    column-gap: 10px;
}
.product_container img{
    height:60%;
    width:60%;
}
.rating{
    display: flex;
    width:100%;
    /* border:2px solid red; */
}
.rating_star{
    height: fit-content;
    display: flex;
    color: #fff;
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    font-weight: 500;
    font-size: 12px;
    /* vertical-align: middle; */
    background-color: #388e3c;
}
#discount{
    font-size: 1.2rem;
    /* text-align: center; */
    margin-left: 22px;
    font-weight: 550;
    margin-top: 20px;
}
.assured{
    height:fit-content;
width:50%;
/* border:2px solid blue; */

}
.assured img{
    width:150px;
}
.prize{
    color:#388E3C;
    /* border:2px solid blueviolet; */
    left:0;
    width:100%;
    
}
.original_prize{
    text-decoration: line-through;
    color:gray;
}
.off{
    width: 100%;
    color: #388E3C;
}
.outer_product_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.assured{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    background-color: #fff;
    margin-left: 22px;
    gap: 10px;
}
#assured_checkbox{
    margin-top:-2px;
    width:20px;
    background-color: #fff;
}
.delivery{
    display: flex;
    flex-wrap: wrap;
    gap:5px;
    /* justify-content: flex-start; */
    /* margin-top: 10px; */
    margin-left:22px;
    background-color: #fff;

}
#delivery_in_1day{
   
    width:20px;
    background-color: #fff;
    
}
.delivery span{

    font-size:1.2rem ;
    margin-left:12px;
    font-weight: 300;
    background-color: #fff;
}
#offers{
    /* text-align: center; */
    font-size: 1.2rem;
    font-weight: 550;
    background-color: #fff;
    margin-top: 50px;
    margin-left: 22px;
}
.no_cost_emi{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    gap:15px;
    /* border:2px solid blue; */
    /* padding: 10px ; */
    margin-left: 22px;
  
}
#no_emi{
    width:20px;
}
.no_cost_emi span{
    font-size: 1.2rem;
    font-weight: 4000;
    color:black;
}
.special{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    gap:15px;
    /* border:2px solid blue; */
    margin-left: 22px;
    padding-top: 5px;
}
#special_offer{
    width:20px;
}
.special span{
    font-size: 1.2rem;
    font-weight: 400;
    color:black;


}

/* #brand{
    font-size: 1.2rem;
    text-align: center;
    margin: 10px;
    font-weight: 550;
    background-color: #fff;
    margin-left: 22px;
    margin
} */

.rating_product{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
    /* border:2px solid black; */
    background-color: #fff;

}
.rating_product p{
    font-size:1.2rem ;
    margin-left:22px;
    font-weight: 500;
    /* color:gray; */
    margin-top: 30px;
    background-color: #fff;
}
.rating_checkbox{
    margin-top:4px;
    width:20px;
    /* padding: 20px 10px; */
    /* border:2px solid green; */
}
.rating4{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    gap:10px;
    /* border:2px solid blue; */
    padding: 10px ;
    margin-left: 22px;
    

}
.rating3{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    gap:10px;
    /* border:2px solid blue; */
    padding: 10px ;
    margin-left: 22px;

}
.rating2{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    gap:10px;
    /* border:2px solid blue; */
    padding: 10px ;
    margin-left: 22px;

}
.rating1{
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    gap:10px;
    /* border:2px solid blue; */
    padding: 10px ;
    margin-left: 22px;

}
.star{
    font-size: 1.5rem;
}
@media screen and (max-width:820px) {
    .seller,.more,.cart_link,.navList{
        display:none;
    }
    body{
        max-height:auto;
    }
}