.oosn-hide{display: none;}
.psgdpr_consent_message,
.psgdpr_consent_message p{
    display: inline;
}
.psgdpr_consent_message_oosn {
    color: white; 
    margin-top: 12px; 
    font-size: 10px;
    font-weight: 400;
    padding: 0 8px;
}
#oosn-block,
.oosn-block-pl{
    width: 100%;
    /*height: 123px;*/
    height: auto;
    border-radius: 3px;
    cursor: pointer; 
    
    margin-bottom: 10px;
    padding: 12px 20px; 
    box-sizing: border-box;
}
.oosn-popup-container #hi-oosn-block,
.oosn-popup-container .oosn-block-pl{
    margin-bottom: 0px;
}
#oosn-block::hover {
    background-color: #004c70!important;
    transition: .2s; 
 }

.oosn-title{
    display: block;
    width: 100%;
    
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    user-select: none;
    line-height: 16px;
    font-weight: 500;
    /* margin-bottom: 24px; */
}
.oosn-popup .oosn-title {
    color: #505b69;
    font-size: 22px;
    line-height: 1.5em;
    height: auto;
}
.oosn-email-content{
    position: relative;
    width: 100%;
}
.oosn-email-content input{
    width: 100%;
    height: 40px;
    margin-top: 24px;
    border-radius: 2px;
    font-size: 14px;
    padding: 11px 0px 10px 15px;
    border: none;
    box-sizing: border-box;
}
.oosn-email-content input:focus{
    outline: none;
}
.oosn-page .oosn-email-content .oosn-button{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 43px;
    height: 40px;
    border: none;
    background: #dd1a31;
    border-radius: 0px 30px 30px 0px;
    background-image: url(../img/send_email.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.oosn-popup .oosn-email-content .oosn-button{
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
}
.oosn-form-group {
    margin-bottom: 20px;
}
.oosn-invalid-email,
.oosn-invalid-qty{
    position: absolute;
    top: 35px;
    left: 128px;
    background-color: #dd1a31;
    padding: 2px 8px 4px 6px;
    border-radius: 2px;
    border: 1px solid #dd1a31;
    font-size: 12px;
    z-index: 1000;
    color: #fff;
}

.oosn-invalid-qty{
    left: 28px;
}

.oosn-invalid-email div,
.oosn-invalid-qty div{
    position: absolute;
    top: -11px;
    left: 10px;
    border-bottom: 6px solid #dd1a31;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.oosn-success{
    text-align: center;
}

.subscribe_form_content{
    margin-top: 10px;
}
.subscribe_form_content .alert-success {
    background: #4caf50!important;
    color: white;
    border-radius: 30px;
}
/* fancybox */
.oosn-popup {}
.oosn-popup:hover, .oosn-popup:active {}
.oosn-popup-container{
    /*padding: 5px;*/
}
#oosn-popup-container{
    display: none;
}
/* fancybox end */

.oosn-page .oosn-display-qty-input input[name="oosn_qty"]{
    width: 15%;
    padding: 10px;
    text-align: center;
    float: left;
}
.oosn-page .oosn-display-qty-input input[name="hi_stock_email"]{
    width: 83%;
    float: right;
}
.hi_gdpr_consent_oosn {
    margin-top: 10px;
}

.oosn-form-group {
    position: relative;
}
.oosn-popup .oosn-email-content {
    margin-top: 30px;
}
.oosn-popup-container-pl {
    display: none;
}
.oosn-pl-wrapper {
    text-align: center;
}

/* @media screen and (max-width: 468px) {

    .oosn-title {
        margin-bottom: 12px;
    }
} */