.outofstocknotification {
    display: none;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    padding: 35px 0px 15px 0px;
    border-top: 1px solid #EFEFEF;
}

.outofstocknotification span.closer {
    display: none;
}

.outofstocknotification .oos-info {
    font-family: TheinhardtLight;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 22px;
    padding:0 0 12px 0;
    text-align: justify;
    display:inline-block;
    clear: both;
}

.outofstocknotification input[type="text"] {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #F5F5F5;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    color: #000;
    font-family: 'TheinhardtLight';
    font-size: 14px;
    font-weight: normal;
    padding: 0 15px;
}

.outofstocknotification button.oos-submit {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
    color: #000;
    background-color: #EFEFEF;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 12px;
    display: inline-block;
    text-align: center;
    height:40px;
    line-height: 40px;
    border: 0;
    background-image: none;
    font-family: 'TheinhardtLight' !important;
    font-size: 11px !important;
    text-align: center !important;
    letter-spacing: 1.5px !important;
    text-transform: uppercase;
    font-weight: normal !important;
    cursor:pointer;
}

.outofstocknotification .oos-validation {
    width: 100%;
    display: none;
    font-family: 'TheinhardtRegular';
    font-size: 12px !important;
    line-height: 18px !important;
    clear: both;
    padding: 3px 0 0 !important;
    color: #d91a00 !important;
    text-align: left;
}

.oos-notification-message {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
}

.oos-notification-message-content {
    position: fixed;
    width: 700px;
    height: 300px;
    left: 50%;
    top: 50%;
    padding: 0 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    overflow: auto;
}

.oos-notification-message .closePopup {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../../images/alpenrestyling/svg/lj-close.svg);
    background-size: 20px 20px;
    cursor: pointer;
}

.oos-notification-message .label {
    color: #000000;
    font-family: 'MillerDisplayLight';
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    padding: 40px 20px;
    display: block;
    border-bottom: 1px solid #EFEFEF;
    text-align: center;
    margin-bottom: 40px;
}

.oos-notification-message .oos-result-ok,
.oos-notification-message .oos-result-ko {
    width: 100%;
    display: none;
    font-family: TheinhardtLight;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 22px;
    text-align: justify;
}

.oos-notification-message .oos-result-ko {
    text-align: center;
}

.oos-notification-message[data-notification="ok"] .oos-result-ok {
    display: block;
}

.oos-notification-message[data-notification="ko"] .oos-result-ko {
    display: block;
}

@media screen and (max-width: 767px) {
    .oos-notification-message .closePopup {
        right: 15px;
        top: 15px;
        width: 10px;
        height: 10px;
        background-image: url(../../images/alpenrestyling/svg/lj-close.svg);
        background-repeat: no-repeat;
        background-size: 10px 10px;
    }
    .oos-notification-message-content {
        width: 90%;
        height: 260px;
        padding: 0 20px;
    }
    .oos-notification-message .label {
        font-size: 20px;
        line-height: 20px;
        padding: 30px 20px;
        margin-bottom: 30px;
    }
}