/* signin page  start hear*/
.sign-div,.login-div{
                background-image: url(../images/sign\ in\ image.jpg);
                background-attachment: fixed;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: center;
                height: 100vh;
                width: 100%;
                display: flex;
                justify-content: center;
                align-items: center;
}
#name ,#email, #password, #conpassword ,#number{
                width: 200px;
                height: 20px;
                border-radius: 10px;
                padding: 10px;
}
.button{
     padding: 10px;
     border-radius: 10px;
}
/* signin page  end hear*/


/* product page  start hear*/
.main-product{
     display: flex;
}
.box-1{
     height: 100vh;
     width: 25%;
}
.box-2{
     height: 100vh;
     width: 75%;
     
}
/* cart page start hear */
.product_img{
     width: 500px;
     height: 500px;
}