#oos_modal{
    padding-right: 17px;
    background-color: rgb(0, 0, 0, 0.7);
}
#oos_modal .modal-dialog{
    max-width: 65%;
    box-shadow: 0px 1px 5px rgb(0 0 0 / 20%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#oos_modal .modal-header{
    border-bottom: none;
}
#oos_modal .product-availability{
    background-color: unset;
}
.close-oos-modal{
    cursor: pointer;
    float: right;
    color: #333;
    font-weight: 700;
    font-size: 20px;
}