.m-out-of-stock-wrapper{
    background: #00000069;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    display: none;
}
.m-out-of-stock-wrapper-content{
    background: #fbfbfb;
    position: fixed;
    width: 30%;
    height: 30%;
    top: 35%;
    left: 35%;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 20px 22px;
    display: none;
}
.m-out-of-stock-wrapper-content .m-out-of-stock-form i{
    background: #d77272;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.m-out-of-stock-wrapper-content .m-out-of-stock-form i:hover{background: #e03535;}
.m-out-of-stock-wrapper-content .m-out-of-stock-form label{
    display: block;
    margin: 0 0 11px 0;
    font-family: 'peyda-SemiBold';
}
.m-out-of-stock-wrapper-content .m-out-of-stock-form input{
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    padding: 5px 6px;
    vertical-align: middle;
}
.m-out-of-stock-wrapper-content .m-out-of-stock-form button{
    border-radius: 5px;
    padding: 5px 13px;
    vertical-align: middle;
    border: none;
    background: green;
    color: #fff;
}
.m-out-of-stock-wrapper-content .m-out-of-stock-form .spinner-border{
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.m-out-of-stock-alert{
    display: block;
    width: 100%;
    margin: 20px 0 14px 0;
}
.m-out-of-stock-alert .m-error{
    color: #c72323;
    font-family: peyda-black;
}
.m-out-of-stock-alert .m-success{
    display: block;
    margin: 0 0 11px 0;
    font-family: 'peyda-SemiBold';
}