
*{
    margin: 0;
    padding: 0;
}
header{
    width: 100%;
    background-color: white;
    position: fixed;
    top: 0px;
    left: 0px;
}

a{
    text-decoration: none;
    color: black;
}
a:hover{
    border-bottom: 3px solid black;
}
.top{
    
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-around;
    background-color: black;
    color: white;
    
    

}
.top img{
    height: 20px;
    width: 20px;
}
.top h4{
    margin-left: 100px;
    margin-right: 100px;
}
.top a{
    text-decoration: none;
    color: green;
}
.firstnav{
    margin-top: 10px;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content:space-around;
    align-items: center;
    
}
.logo>img{
    height: 80px;
    width: 80px;
    border-radius: 3%;
    margin-left: 10px;
}
.search{
    display: flex;
    border: 1px solid black;
    height: 40px;
    align-items:center;
}
#searchicon{
    height: 20px;
    width: 20px;
}


.search input{
    margin-left: 8px;
    border: none;
    width: 300px;
    height: 90%;
    text-align: left;
    
}
.search input:focus{
    outline: none;
}
.sign{
    height: 30px;
    
}
.sign a{
    display: flex;
    
}

.hovering1{
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: none;
    flex-direction: column;
    justify-content: space-around;
    
    position: absolute;
    left: 640px;
    top: 110px;
    
}
.hovering1>div{
    margin-top: 5px;
}
/* .sign:hover > .hovering1{
    display: flex;
} */


.store img{
    height: 40px;
    
}
.purchase img{
    height: 40px;
     
}
.cart img{
    height: 40px;
     
}
 
#main{
    margin-top: 133px;
    border: 1px solid red;
    width: 100%;
    height: 600px;   
}

#parent_container{
    /* border: 1px solid black; */
    margin: auto;
    width: 26%;
    height: 60%;
    text-align: left;
    color:#3d3d3d;
   
}
#parent_container>input{
    width: 99%;
    height: 30px;
}
#parent_container>button{
    width: 100%;
    text-align: center;
    height: 40px;
    background-color: #000000;
    color: white;
}
#email-updates{
    /* border: 1px solid black; */
    width: 50%;
    height: 50px;
    margin-left: 48%;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
    color:#3d3d3d;
}
#email-updates>div>input{
    padding: 15px 0px 15px 0px;
    width: 106%;
}
#email-updates>div>button{
    padding: 15px 0px 15px 0px;
    width: 90%;
    background-color: #000000;
    color: white;
}
