body{
    position: relative;
}
.product-pageA{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.829);
    right: 0;
    top: 0;
    z-index: 1200;
    bottom: 0;
    display: none;  
}

#Orderpop{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.829);
    right: 0;
    top: 0;
    z-index: 1200;
    bottom: 0; 
    display: none;
}
#outpro{
    height: 100px;
    display: flex;
    flex-wrap: wrap;
}

#confirmOrder{
    height: 110px;
    width: 95%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 2px;
    border-bottom: 1px solid var(--background1);
}
#confirmUser{
    height: 110px;
    width: 95%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    padding: 2px;
    background-color: red;
}
