.hi-oosn-hide{display: none !important;}
.psgdpr_consent_message,
.psgdpr_consent_message p{
    display: inline;
}

#hi-oosn-block,
.hi-oosn-block-pl{
    width: 100%;
    /*height: 123px;*/
    height: auto;
    border-radius: 3px;
    border: 1px solid #e4e1e1;
    margin-bottom: 10px;
    padding: 18px 25px 25px 25px;
    box-sizing: border-box;
}
.oosn-popup-container #hi-oosn-block,
.oosn-popup-container .hi-oosn-block-pl{
    margin-bottom: 0px;
}

.hi-oosn-title{
    display: block;
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 17px;
}
.hi-oosn-popup .hi-oosn-title {
    color: #505b69;
    font-size: 22px;
    line-height: 1.5em;
    height: auto;
}
.hi-oosn-email-content{
    position: relative;
    width: 100%;
}
.hi-oosn-email-content input{
    width: 100%;
    height: 40px;
    border-radius: 2px;
    font-size: 14px;
    padding: 11px 0px 10px 15px;
    border: none;
    box-sizing: border-box;
}
.hi-oosn-email-content input:focus{
    outline: none;
}
.hi-oosn-page .hi-oosn-email-content .oosn-button{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 43px;
    height: 40px;
    border: none;
    border-radius: 2px;
    background-image: url(../img/send_email.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.hi-oosn-popup .hi-oosn-email-content .oosn-button{
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
}
.hi-oosn-form-group {
    margin-bottom: 20px;
}
.hi-oosn-invalid-email,
.hi-oosn-invalid-qty{
    position: absolute;
    top: 35px;
    left: 128px;
    background-color: #ce4e4e;
    padding: 2px 8px 4px 6px;
    border-radius: 2px;
    border: 1px solid rgb(242, 91, 91);
    font-size: 12px;
    z-index: 1000;
    color: #fff;
}

.hi-oosn-invalid-qty{
    left: 28px;
}

.hi-oosn-invalid-email div,
.hi-oosn-invalid-qty div{
    position: absolute;
    top: -11px;
    left: 10px;
    border-bottom: 6px solid #ce4e4e;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.hi-oosn-success{
    text-align: center;
}

.subscribe_form_content{
    margin-top: 10px;
}
/* fancybox */
.oosn-popup {}
.oosn-popup:hover, .oosn-popup:active {}
.oosn-popup-container{
    /*padding: 5px;*/
}
#oosn-popup-container{
    display: none;
}
/* fancybox end */

.hi-oosn-page .oosn-display-qty-input input[name="oosn_qty"]{
    width: 15%;
    padding: 10px;
    text-align: center;
    float: left;
}
.hi-oosn-page .oosn-display-qty-input input[name="hi_stock_email"]{
    width: 83%;
    float: right;
}
.hi_gdpr_consent_oosn {
    margin-top: 10px;
}

.hi-oosn-form-group {
    position: relative;
}
.hi-oosn-popup .hi-oosn-email-content {
    margin-top: 30px;
}
.oosn-popup-container-pl {
    display: none;
}
.hi-oosn-pl-wrapper {
    text-align: center;
}

.hi-oosn-require-customer-block {
    text-align: center;
    padding: 20px;
}
.hi-oosn-require-customer-block h2 {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.hi_gdpr_consent_oosn .custom-checkbox {
    display: flex;
    gap: 5px;
}