#cartheader{
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#cartheader>p{
    color: grey;
    font-size: 15px;
    font-family: sans-serif;
}
#cartheader>p>span{
    color: orange;
}
#cartheader>img{
    width: 200px;
    height: 120px;
}



#wishlistcontainer{
border: black solid transparent;
width: 100%;

display: flex;
}
.myaccount{
width: 30%;
height:600px;
border: red solid transparent;
}
.myaccount>h1{

margin-left: 35px;
font-weight: lighter;
}
.myaccount>p{
    margin-left: 30px;
}
.myaccount>button{

    font-size: 14px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: white;
    border: white solid 1px;
    margin-left: 30px;
    height: 50px;
    cursor: pointer;
    letter-spacing: 2px;
}
.wishlist{
    border: lawngreen solid transparent;
    width: 70%;
    height: 600px;
}
.wishlistheader{
    border: lightseagreen solid transparent;
    width: 100%;
    height: 120px;
}
.wishlistheader>h1{
    font-stretch: wider;
    font-weight: lighter;
    margin-bottom: 50px;
    letter-spacing: 2px;
}
.wishlistproducts{
    border:1px solid transparent;
    width: 100%;

}
.maindiv{
    border:1px solid transparent;
    width: 100%;
    height: 200px;
    display: flex;
}
.maindiv>div{
    width: 250px;
    height: 300px;
    border: 1px solid transparent;
}


#footercontainer{
    margin-top: 10px;
    width: 100%;
    height: 300px;
    display: flex;
    background-color: rgb(241, 240, 240);
    justify-content: space-between;
    align-items: center;
    gap: 10px;
   
}
#footercontainer>div{
    width: 30%;
    height: 200px;
}
#footercontainer>div>p{
    color: gray;
    margin-left: 20px;
}
#footercontainer>div>img{
    margin-left: 20px;
}