.hide{display: none;}
.psgdpr_consent_message,
.psgdpr_consent_message p{
    display: inline;
}

#hi-oosn-block{
	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{
    margin-bottom: 0px;
}

.hi-oosn-title{
	display: block;
    width: 100%;
    height: 19px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 17px;
}
.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-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-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{
	max-width: 226px;
	border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 8px 16px;
    position: relative;
    color: #fff;
    background-color: #55acee;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.05));
    border: 1px solid #3b94d9;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}
.oosn-popup:hover, .oosn-popup:active{
	color: #3B94D9;
	background-color: #fff;
}
.oosn-popup-container{
	/*padding: 5px;*/
}
#oosn-popup-container{
    display: none;
}
/* fancybox end */

.oosn-display-qty-input input[name="oosn_qty"]{
    width: 15%;
    padding: 10px;
    text-align: center;
    float: left;
}
.oosn-display-qty-input input[name="hi_stock_email"]{
    width: 83%;
    float: right;
}
