*{
    padding: 0x;
    margin: 0;
    box-sizing: border-box;
    font-family: Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;

}


header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    background-color:#fff;
    font-family: Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3px;
    padding-right: 2%;
    border-bottom: 1px solid #d0cece;
    padding-left: 2%;

    
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff; /* Ensures visibility over content */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    z-index: 1000; 
} 

.logo_container{
    /* padding-left: 4%; */
   
}

#logo{
    height: 36px;
}
nav{
    
    min-width: 575px;
    
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    
    
}
nav a{
    text-decoration: none;
    color: #282c3f;
    padding: 30px 0;
    border-bottom: 2px solid #fff;
}
nav a:hover{
     
     border-bottom: 2px solid #ff3f6c;
     
   
}


nav a sup{   
    color: #ff3f6c;
    font-size: 8;

}

.search_bar{
    height: 40px;
    min-width: 200px;
    width: 30%;
    
    display: flex;
    align-items:center;
    

   
}

#search_icon{ 
   
    box-sizing: content-box;
    height: 20px;
    padding: 10px;
    background-color:#f5f5f6 ;
    color: #282c3f;
    font-weight: 250;
    align-items: center;
    border-radius: 4px 0 0 4px;
       
}

#search_input{ 
    background-color: #f5f5f6;
    color: #696b79;
    flex-grow: 1;
    height: 40px;
    border: 0;
    border-radius:0 4px 4px 0;
}      
.action_bar{
    display: flex;
    justify-content:space-evenly;
    min-width: 200px; 

}

.action{
    
    font-weight: 100;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.clickAble{  /*this is for anchor bag style */
    text-decoration: none;
    color: black;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    align-items: center;

}




/* footer */


.footer_container{
    padding: 30px 0px 40px 0px;
    
    background:#fafbfc;
    display: flex;
    /* padding: 40px; */
    justify-content:space-around;
    background-color:transparent;
    

    
   
}
.footer_colomn_1{
    display: flex;
    flex-direction: column;   
    
}

#footer_colomn_2{
    display: flex;
    
    /* flex-direction: column; */
    
    
}

footer a{
    text-decoration: none;
    color:#696b79;
    font-family: Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 15px;

    
}
#foot_img{
    height: 42px;
}
#foot_img_2{
    height: 20px;
    width: 20px;
    margin-top: 10px;
}
footer h3{
    font-size: 12px;
    color: #282c3f;
    background-color: transparent;
    font-family:Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;

}
#footer_img_org{
    height: 49px;
    width: 40;
    margin-right: 10px;
}
#footer_img_arro{
    height: 49px;
    width: 48px;
    margin-right: 10px;
}
#hig{
    height: 161px;
    
}

#mar{
     
    height: 43px;
    display: flex;
    flex-direction: row;
    font-family:Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    
}
#fut{
    flex: 1;
    color: #94969f;
    margin-left: 100px;
}

/* 
main  */
#start_js{
     
    /* width: 210px; */
    padding: 0px 20px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    
    
}
#details{
    margin: 0px 15px;
}
#item_container{
    margin-top: 100px;
    border: 0.5px solid rgb(223, 211, 211) ;
    box-shadow: 0 2px 4px rgba(0.3, 0.3, 0.3, 0.2);
    border-bottom-left-radius:13px ;
    border-bottom-right-radius: 13px;

    
   
}
#items_img{
    
    height: 280px;
   width: 100%;
    
    
}
#ratting{
    color: #696b79;
    font-size: 14px; 
    font-weight: 400;
    margin-left: 7px;
   
}
#brand_name{
   font-weight: 600;
   margin-left: 7px;
}
#item_dis{
    color: #696b79;
    font-size: 14px;
    margin-left: 7px;

}

#price_dis{
    margin-left: 7px;

}

#shop_bag{
    
    font-weight: 500;
    background-color: rgb(87, 246, 87);
    width: 219px;
    border-radius: 15px;
    text-align: center;
    border:none;
    padding: 3px 0px;
    cursor: pointer;
}

#noOfBagItem{
color:white;
background-color: hotpink;
border-radius:  50px;
height: 15px;
width: 15px;
text-align: center;
position: relative;
top: -40;
padding-bottom: 1;
font-size: 11px;
left: 10;


}

