#out-of-stock-modal{
    width: 80vw;
    min-width: 240px;
    max-width: 600px;
    height: 40vh;
    display: grid;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,1);
    z-index: 1;
    padding: 30px;
    max-height: 300px;
    text-align: center;
    /* display: none; */
    /* max-width: 600px;
    max-height: 400px; */
}

.close-icon{
    position: absolute;
    top: 4px;
    right: 10px;
}