::-webkit-input-placeholder{color:#a4a4a4;}
:-moz-placeholder{color:#a4a4a4;}
::-moz-placeholder{
	color:#a4a4a4;
	opacity:1;
}
:-ms-input-placeholder{color:#a4a4a4;}
/*
.sm_popup{
	background:rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:20px;
}
.sm_popup .table{
	display:table;
	width:100%;
	height:100%;
}
.sm_popup .table-cell{
	display:table-cell;
	vertical-align:middle;
}
.sm_popup .block{
	background:#fff;
	overflow:hidden;
	position:relative;
	max-width:767px;
	padding:20px 15px 50px;
	margin:0 auto;
}*/
.sm_popup{
	width:391px;
	min-height:360px;
}
.sm_popup .block h2{
	color:#65b2d6;
	font-size:18px;
	font-weight:300;
	line-height:22px;
	text-align:center;
	text-transform:uppercase;
	margin:0 0 20px;
}
.sm_popup .close_cartlightbox{
	position:absolute;
	top:10px;
	right:10px;
	width:16px;
}
.sm_popup .close_cartlightbox img{
	display:block;
	width:100%;
	height:auto;
}
.sm_popup .offer_list{
	list-style:none;
	padding:0;
	margin:0 0 20px;
}
.sm_popup .offer_list li{
	position:relative;
	font-size:14px;
	line-height:18px;
	font-weight:300;
	color:#a4a4a4;
	text-align:center;
	padding:25px 0 0;
	margin:0 0 15px;
}
.sm_popup .offer_list li:after{
	background:url(../images/tick.png) no-repeat;
	background-size:cover;
	position:absolute;
	height:14px;
	width:18px;
	left:50%;
	content:'';
	top:0;
	margin:0 0 0 -9px;
}
.sm_popup .offer_list li.no-tick:after{display:none; }
.sm_popup .cm_select{
	position:relative;
	border:1px solid #a4a4a4;
	margin:0 0 15px;
}
.sm_popup .cm_select select{
	border:0;
	width:100%;
	height:40px;
	padding:10px;
	color:#a4a4a4;
	display:block;
	font-size:16px;
	line-height:20px;
	background:#fff;
	font-weight:300;
	box-shadow:none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.sm_popup .cm_select select:focus{
	outline:none;
	border:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.sm_popup .cm_select:before{
	background:#fff;
	width:30px;
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	pointer-events:none;
}
html[lang="ar"] .sm_popup .cm_select:after{
	right:auto;
	left:10px;
}

html[lang="ar"] .sm_popup .cm_select:before{
	right:auto;
	left:0;
}
.sm_popup .cm_select:after{
	background:url(../images/drop-arrow.png) no-repeat;
	width:24px;
	height:13px;
	content:'';
	position:absolute;
	top:15px;
	right:10px;
	z-index:9;
	pointer-events:none;
}
.sm_popup .cm_select select option{
	display:block;
	font-size:14px;
	font-weight:300;
	color:#a4a4a4;
	padding:10px;
}
.sm_popup .ch_row{
	overflow:hidden;
	margin:0 0 20px;
}
.sm_popup .ch_row input[type="checkbox"]{
	float:left;
	width:16px;
	height:16px;
	border:1px solid #a4a4a4;
	margin:3px 10px 0 0;
}
.sm_popup .ch_row label{
	overflow:hidden;
	font-size:16px;
	line-height:18px;
	font-weight:300;
	color:#a4a4a4;
	width:89%;
}
.sm_popup .ch_row_noch{
	overflow:hidden;
	margin:0 0 20px;
}
.sm_popup .ch_row_noch input[type="checkbox"]{
	float:left;
	width:16px;
	height:16px;
	border:1px solid #a4a4a4;
	margin:3px 10px 0 0;
}
.sm_popup .ch_row_noch label{
	overflow:hidden;
	font-size:16px;
	line-height:16px;
	font-weight:300;
	color:#a4a4a4;
	width:89%;
}
.sm_popup .fr_information{overflow:hidden;}
.sm_popup .fr_information h3{
	font-weight:400;
	font-size:18px;
	color:#202120;
	text-transform:uppercase;
}
.sm_popup .fr_information .lab_row{
	overflow:hidden;
	margin:0 0 15px;
}
.sm_popup .fr_information .align-right{
	float:right;
	width:30%;
	font-size:14px;
	font-weight:300;
	color:#a4a4a4;
	text-align:right;
}
.sm_popup .fr_information .align-right input,
.sm_popup .fr_information .align-right select{
	border:0;
	color:#a4a4a4;
	font-size:14px;
	background:#fff;
	font-weight:300;
	box-shadow:none;
	appearance:none;
	webkit-appearance:none;
	moz-appearance:none;
	text-align:right;
}
.sm_popup .fr_information .align-right input:focus,
.sm_popup .fr_information .align-right select:focus{
	outline:none;
	border:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.sm_popup .fr_information .align-right select{
	padding:0 15px 0 0;
	margin:0 -28px 0 0;
}
.sm_popup .fr_information label{
	float:left;
	width:65%;
	font-size:14px;
	font-weight:300;
	color:#a4a4a4;
}
.sm_popup .fr_information .lab_row.error label{
	color:#ff0000;
}
.sm_popup .gender-list{
	list-style:none;
	padding:0;
	margin:0;
}
.sm_popup .gender-list li{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	border-left:1px solid #a4a4a4;
	padding:7px;
}
.sm_popup .gender-list li:first-child{border-left:0;}/*
.sm_popup .gender-list li input{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	visibility:hidden;
}
.sm_popup .gender-list li label.icon{
	background:url(../images/male-icon.png) no-repeat;
	background-size:cover;
	display:inline-block;
	width:28px;
	height:28px;
}
.sm_popup .gender-list li.female label.icon{
	background:url(../images/female-icon.png) no-repeat;
	background-size:cover;
}
.sm_popup .gender-list li.male input:checked ~ label.icon{
	background:url(../images/male-active.png) no-repeat;
	background-size:cover;
	width:28px;
	height:28px;
}
}
.sm_popup .gender-list li.female input:checked ~ label.icon{
	background:url(../images/female-active.png) no-repeat;
	background-size:cover;
	width:28px;
	height:28px;
}*/
.gender-block span{
	display:inline-block;
	vertical-align:top;
	width:40px;
	margin:0 5px;
}
.gender-block span img{
	display:block;
	width:100%;
	height:auto;
}
.gender-block span.active .img{display:none;}
.gender-block span.active .img-active{display:block;}
.gender-block .img-active{display:none;}

.sm_popup .pr-button{
	background:#4ca5cf;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	display:block;
	width:100%;
	font-size:16px;
	font-weight:400;
	color:#fff;
	box-shadow:none;
	border:0;
	padding:15px;
	cursor:pointer;
}



@media only screen and (max-width:767px){
	#colorbox,
	#cboxLoadedContent,
	#cboxContent,
	#cboxWrapper{
		width:100% !important;
	}
	#cboxLoadedContent{width:100% !important;}
	#cboxMiddleLeft, #cboxMiddleRight,
	#cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight,
	#cboxTopLeft, #cboxTopRight, #cboxTopCenter{display:none;}
	#colorbox #Form1en table td{
		display:block;
		width:100% !important;
	}
	#cboxLoadedContent{
		position:relative;
		padding:0 15px;
		box-sizing:border-box;
	}
	.sm_popup .ch_row label{width:82%;}
	.sm_popup .pr-button{
		left:30px;
		bottom:30px;
		width:81%;
	}
	html[lang="ar"] .sm_popup .pr-button{
		right:30px;
	}
	#cboxLoadedContent{
		height:auto !important;
	}
	#colorbox #cboxLoadedContent{padding:15px 20px;}
	.sm_popup{
		width:100%;
		min-height:420px;
		padding:20px 15px 10px;
		border:1px solid #ccc;
		box-sizing:border-box;
	}
	.cm_select select{
		line-height:20px;
		appearance:none;
		-webkit-appearance:none;
	}
	.sm_popup .table{margin:0;}
	#cboxClose{
		right:10px;
		top:0;
	}
	.sm_popup .cm_select select{font-size:13px;}
	.sm_popup .ch_row label{font-size:14px;}
	
}




@media screen and (max-width: 479px){
	.sm_popup .fr_information .align-right{width:62%;}
	.sm_popup .fr_information label{width:37%;}
	
}