*{
padding: 0%;
margin: 0%;
font-family: Assistant, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
box-sizing: border-box;
}
main{

    height: 100%;
    width: 100%;
}
#header{
    height: 80px;
    display: flex;
    width: 100%;
    
    align-items: center;
    position: fixed;
    z-index: 3;
    background-color: white;

   }
   #fakeheader{
    height: 80px;
    width: 100%;
    background-color: white;
    
   
} 

img{
    width: 53;
height: 45px;
margin-top: 10px;
translate: -20px;
margin-left: 50px;
}
.text{
    margin: 10px;
    margin-left: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #282c3f;
    text-decoration: none;
    padding: 28px 0px;
}
.text:hover{
        border-bottom: 4px solid #ff3f6c;
        

}
#icon{
    translate: 22px;
    height: 20px;
    padding: 10px;
    box-sizing: content-box;
    background-color: #f5f5f6;
    border-bottom: 0px;

}
#searchbar{
    margin-left: 12px;
    height: 40px;
    width: 401px;
    color: #696e79;
    background-color: #f5f5f6;
    border: 0px;

}
.action{
    display: flex;
    margin-left: 70px;
    margin-right: 30px;
}
.action_bar{
    margin: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}
/* main section */
.bannnerimg{
    width: 100%;
    height: 400px;
    margin: 40px 0px;
}
.category_heading img{
     display: flex;
     justify-content: center;
     height: 150px;
     width: 100%;

}
.category_items{
    height: 250px;
    width: 100%;
    translate: 20px;
    display: flex;
    justify-content: center;
    
    

    
}
.item img{
    height: 200px;
    width: 160px;
    margin-right: 0px;
    margin-left: 0px;
}
.types_shop img{
    display: flex;
    ;
    height: 100px;
    width: 100%;
}
.catg img{
    width: 250px;
    height: 335px;
    
    



    
}

.types{
    
    width: 100%;
    display: flex;
   flex-wrap: wrap;
}
.footer_contain{
   
    height: 220px;
    display: flex;
    justify-content: center;
    
}
.footer_contain img{
    width: 1200px;
    height: 200px;
    
}
.end_foot{
    width: 100%;
    height: 470px;

    display: flex;
    margin-top: 60px;
    justify-content: space-evenly;
    
    
}
.foot_column1{
    height: 430px;
    width: 160px;
    
    
}
.foot_column1 a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #696b79;
    font-size: 15px;
    padding-bottom: 5px;

}
.foot_column2{
    width: 150px;
    height: 300px;
    
}
.foot_column2 a{
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: #696b79;
    font-size: 15px;
    padding-bottom: 5px;



}
.foot_column3{
width: 380px;
height: 180px;

}
.download{
    height: 60px;
    width: 200px;
    display: flex;
    translate: -30px;

    
}
.social{
    height: 20px;
    display: flex;
    align-items: center;
    translate: -30px;
}
.social img{
    height: 20px;

}
.foot_column4{
    width: 270px;
    height: 160px;

}
.warranty{
    width: 270px;
    height: 60px;

    margin-bottom: 45px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;

}
.warranty text{
    display: flex;
    justify-content: center;
    align-items: center;
}

.return{
    width: 250px;
    height: 40px;   
}
.copyright{
    color: #94969f;
    text-align: center;
    padding: 15px;
}