@charset "utf-8";

.orderform {
	overflow: visible;
	position: relative;
	width: 100%;
	margin: 1.85rem auto 0;
}

.orderform .gdpr {
	color: #9B9B9B;
	text-align: left;
	font: 400 14px Arial, Helvetica, sans-serif;
	margin-bottom: 2rem;

}
.terms_check {
	margin-top: 20px;
	display: flex;
	align-items: center;
	position: relative;
}

 
input[type=checkbox].css-checkbox {
	position:absolute; z-index:-1000; overflow: hidden; clip: rect(0 0 0 0); height:17px !important; width:17px !important; margin:-1px !important; padding:0; border:0; top: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:22px;
	background-position: 0 17px;
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:12px !important;
	vertical-align:middle;
	cursor:pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	 
	background:url(../images/checkbox.png) no-repeat;
}
label.css-label {
background:url(../images/checkbox_unchecked.png) no-repeat;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.css-label a  {
	font-size:12px ;
}

.orderform p a {
	color: #44a6f8;
}

.orderform label,
.form-index label {
	color: #4A4A4A;
	display: block;
	font: bold 17px Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
}

.orderform input,
.orderform select,
#form-index input,
#form-index select,
textarea {
	height: 40px;
	border: 1px solid #DCDCDC;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	padding: 3px;
	width: 100%;
	margin: 12px 0 12px 0px;
	padding-left: 0.5rem;
	display: block;
	resize: none;
	color: #353535;
}

.orderform #shipping_areacode {
	width: 40px !important;
	float: left;
	margin: 0 10px 0 0;
}

.orderform input:focus,
#form-index input:focus {
	box-shadow: 0 0 5px #dc3545;
	-webkit-box-shadow: 0 0 5px #dc3545;
	-moz-box-shadow: 0 0 5px #dc3545;
	border: 1px solid #dc3545;
}

.orderform select {
	width: 98%;
	height: 40px;
}

#form {
	visibility: hidden;
}

.orderform br {
	clear: both;
}

.tip {
	position: absolute !important;
	width: 150px;
}

.toolTip {
	background: #dc3545;
	border: thin solid #c42737;
	/* change color here for the tooltip body border */
	color: #fff;
	left: -20px;
	margin-top: 48px;
	padding: 5px;
	position: absolute;
	text-align: center;
	width: 150px;
	z-index: 10;
	border-radius: 4px;
	font: bold 11px 'verdana';
}

.toolTipArrow {
	border-color: transparent transparent #dc3545 transparent;
	/* change color here for the triangle border */
	border-style: solid;
	border-width: 11px;
	height: 0px;
	width: 0px;
	position: absolute;
	top: -20px;
	left: 20px;
	display: block;
	content: "\00a0";
}

.toolTipArrow:before {
	border-color: transparent transparent #dc3545 transparent;
	position: absolute;
	top: -11px;
	left: -12px;
	border-style: solid;
	border-width: 12px;
	height: 0px;
	width: 0px;
	display: block;
	content: "\00a0";
}

.alert_message {
	background: #FFDC01;
	border: 3px dashed #ff5d01;
	padding: 0.25rem;
	margin: -0.5rem 0 0.5rem 0 !important;
	border-radius: 6px;
}


.orderform #shipping_mobilenumber, .orderform #shipping_mobilecode {
	display: inline-block;
	margin: 0;
	width: 65%;
	margin-right: 12px;
}

.orderform #shipping_mobilecode {
	width: 15%;
	margin-right: 10px;
}

.form-phone {
	display: flex;
}
.displayNone {
	display: none !important;
}