.bis_sub_div_product_page {
	border-radius: 4px;
	height: auto;
	margin-top: 10px;
	width: 65%;
}

.bis_sub_div_border_enable_product_page {
	border: 1px groove #1979c3;
	border-radius: 4px;
	height: auto;
	width: 90%;
	display: block;
	padding: 15px;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	background-color: white;
	margin: 20px 0px;
	box-shadow: 3px 0 12px 0 rgb(154 168 255 / 19%);
}

.bis_sub_div_border_enable_product_page input[type=checkbox], 
.bis_sub_div_border_enable_product_page input[type=radio]{
	position: relative;
	top: 2px;
}

.bis_gdpr a{
	color: #1979c3;
}
.bis_checkbox_price a#bis_restock_sub,
.bis_checkbox_price a#bis_price_sub{
	font-size: 16px;
	line-height: 26px;
}

.bis_sub_div_shop_page{
	border-radius: 4px;
	height: auto;
	margin-top: 10px;
	width: 100%;
}
.bis_border_enable_shop_page {
	border: 2px groove #88b4c8;
	border-radius: 4px;
	height: auto;
	margin-top: 10px;
	width: 100%;
}


.bis_label{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
	display: block;
}

.bis_gdpr{
	font-size: 14px;
	padding: 0px 5px;
	line-height: 24px;
}
.bis_email_price{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.bis_email_input_price{
	display: inline-block;
	vertical-align: top;
	width: 68%;
	padding-left: 4px;
	padding-right: 0px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 24px;

}
.bis_input{
	width: 100% !important;
	height: 30px !important;
	display: block;
}
.bis_button{
	width: 100% !important;
	height: 30px !important;
	padding: 0 !important;
	font-size: 14px;
}
.bis_price_button{
	width: 100% !important;
	height: 30px !important;
	padding: 0 !important;
	font-size: 14px;

}

.bis_var_price_button{
	 width: 100% !important;
	height: 30px !important;
	padding: 0 !important;
	font-size: 14px;

}
.bis_button_var{
	   width: 100% !important;
	height: 30px !important;
	padding: 0 !important;
	font-size: 14px;

}

.bis_button_shop{
	width: 100% !important;
	height: 30px !important;
	padding: 0 !important;
	font-size: 12px;

}
.bis_button_price{
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	box-sizing: border-box;
	border-radius: 10px;
}

.bis_checkbox{
	display: table;
	width: 100%;
	box-sizing: border-box;

}
.bis_email_checkbox_price{

	display: table-cell;
	vertical-align: top;
	width: 5%;
	box-sizing: border-box;
}
.bis_checkbox_price{
	display: table-cell;
	vertical-align: middle;
	width: 95%;
	padding-right:10px;
	box-sizing: border-box;
}
.bis_hiddenbox{
	display:none;
}

.hidden_message_div{
	height: auto;
	margin-top: 10px;
	width: 90%;
	display:none;
	background-color:#0f834d;
	color:#fff;
	padding:10px;
}

.hidden_error_message_div{
	height: auto;
	margin-top: 10px;
	width: 90%;
	display:none;
	background-color:red;
	color:#fff;
	padding:10px;

}

.bis_button_price input[type=button]{
	display: inline-block;
	width: 100%;
	border: none;
	box-shadow: none;
	border-radius: 4px;
}

.bis_email_input_price .bis_input{
	background: white;
	border: 1px solid #0000001a;
	border-radius: 4px;
	box-shadow: none;
}
.bis_chk_class{
	display: none;
}

.bis_hide{
	display: none;
}
