@font-face {
  font-family: Century;
  src:url(../fonts/CenturyGothic.ttf);
}
*{
	margin: 0;
	padding: 0;
}
h2{
	margin: 20px 0;
}
body {
  font-family: 'Lato', sans-serif;
  background-color: #fafafa;
  font-size: 14px;
}

a:hover,
a:focus {
  color:#000;
}
.clearfix{
	clear: both;
}
ul {
  padding:0;
  margin:0;
}

img {
  max-width:100%;
}
.logo_icon{
	background: url(../images/zcom_logo.svg) no-repeat;
	background-size: 100%;
	display: inline-block;
	width: 140px;
	height: 32px;
}
.container{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.process_bar{
	height: 45px;
}
.process_bar li{
	float: left;
	list-style: none;
	padding-left: 52px;
	position: relative;
	text-align: center;
}
.process_bar li:first-child{
	padding-left: 0;
}
.box_circle_bar{
	background-color: #BEBEBE;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	font-weight: 700;
	position: relative;
}
.line_bar{
	width: 12px;
	background-color: #BEBEBE;
	height: 1px;
	position: absolute;
	top: 15px;
	left: -32px;
}
.box_circle_bar p{
	position: absolute;
    top: 33px;
    transform: translateX(-50%);
    left: 50%;
	margin: 0;
	height: auto;
	width: auto;
	line-height: normal;
	color: #BEBEBE;
	font-size: 10px;
	font-weight: 400;
}
.process_bar li.active .box_circle_bar{
	background-color: #D62825;
}
.active .box_circle_bar p{
	color: #D62825;
}
.process_bar li.active .line_bar{
	background-color: #D62825;
}
.tit_h2{
	font-size: 48px;
	font-weight: 700;
	color: #333;
	border-left: 13px solid #2AA154;
	padding-left: 20px;
	margin: 0;
}
.search_btn{
	background-color: #2AA154;
	width: 174px;
	height: 58px;
	border-radius: 4px;
	text-align: center;
	display: block;
	line-height: 60px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #108615;
	transition: all 0.3s;
	box-sizing: content-box;
}
.search_btn:hover,.search_btn:focus{
	border-bottom: 0;
	color: #fff !important;
	transform: translateY(2px);
	transition: all 0.3s;
}
.continue_btn{
	background-color: #2AA154;
	width: 237px;
	height: 64px;
	border-radius: 4px;
	text-align: center;
	display: block;
	line-height: 58px;
	font-size: 20px;
	color: #fff;
	transition: all 0.3s;
	text-decoration: none;
	border-bottom: 2px solid #108615;
	
}
.continue_btn:hover{
	border-bottom: none;
	color: #fff;
	transition: all 0.3s;
	text-decoration: none;
	transform: translateY(2px);
	transition: all 0.3s;
}
.btn_pay .continue_btn{
	margin: 0 auto;
	width: 271px;
}

.btn_pay .continue_btn_disable {
	margin: inherit;
	background: #c3c3c3;
	border-bottom: #c3c3c3;
	pointer-events: none;
}

.btn_pay{
	margin-top: 40px;
}
.sub_btn{
	background-color: #F58828;
	width: 126px;
	height: 46px;
	border-radius: 4px;
	text-align: center;
	display: block;
	line-height: 46px;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 2px solid #D17A2B;
	transition: all 0.3s;
}
.sub_btn:hover,.sub_btn:focus{
	border-bottom: none;
	color: #fff !important;
	box-shadow: none;
	transform: translateY(2px);
	transition: all 0.3s;
}
.sub_btn.disabled,.sub_btn.disabled:hover,.sub_btn.disabled:focus{
	background-color: #D0D0D0;
	text-shadow: none;
	cursor: text;
	border-bottom: 2px solid #959595;
	margin-top: 0;
	transform: translateY(0px);
}
/*---------------css radio---------*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 34px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #000;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #2AA154;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #2AA154;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
	
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*---------------end css----------*/
/*-------------checkbox css------------*/
[type="checkbox"] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
}

[type="checkbox"] + label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #2AA154;
	width: 22px;
	height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  margin-right: 5px;
 
}
[type="checkbox"]:checked + label:before{
	background-color: #2AA154;
}

[type="checkbox"]:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);

}
/*-------------END checkbox css------------*/
.form-control,#order-standard_cart #creditCardInputFields .field, #order-standard_cart #creditCardInputFields .form-control{
	border: 1px solid #ccc;
	font-size: 16px;
	height: 46px;
	border-radius: 4px;
	width: 100%;
	padding: 0 13px;
	box-sizing: border-box;
	position: relative;
	color: #333;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.error{
	font-size: 12px;
	color: #FF0000;
	margin-top: 5px;
}
.form-control:disabled{
	border: 1px solid #D62825;
	background-color: #ffe2e2;
}
.ico_link_footer{
	background: url(../images/link_icon.svg) no-repeat;
	width: 8px;
	height: 8px;
	vertical-align: middle;
	display: inline-block;
}
.footer{
	text-align: right;
	margin-top: 60px;
}
.top_link_footer{
	padding-bottom: 10px;
}
.top_link_footer a{
	font-size: 11px;
	color: #323232;
	text-decoration: none;
	margin-left: 10px;
}
.bot_link_footer h4{
	margin: 0;
	font-size: 10px;
	color: #646464;
	margin-bottom: 20px;
}
.bot_link_footer span{
	display: block;
	padding-bottom: 20px;
}
.bot_link_footer img{
	height: 11px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
	display: none;
}
.select_box{
	position: relative;
}
.select_box select{
	background: none;
	position: relative;
	z-index: 3;
}
.select_box::before{
	content: "";
	display: block;
	background: url(../images/arr_select.svg) center center no-repeat;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
	z-index: 2;
}
.select_box::after{
	content: "";
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 4px;
	z-index: 1;
}
/*.select_box:focus{
	transform: translateY(-50%) rotate(180deg);
	transition: all 0.5s;
}*/
a.btn_showall{
	font-size: 20px;
	text-align: center;
	border: 2px solid #0F7F14;
	width: 233px;
	height: 64px;
	line-height: 64px;
	color: #13941E;
	text-decoration: none;
	display: inline-block;
	background: #fff;
	border-bottom: 4px solid #108615;
}
a.btn_showall:hover{
	color: #13941E;
	margin-top: 2px;
	border-bottom: 2px solid #108615;
}
.box-input-client{
	position: relative;
}
@media only screen and (min-width:768px) {
	.error{
		position: absolute;
		top: 4px;
		margin-top: 0;
		left: 46%;
	}
	[type="radio"]:not(:checked) + label:hover:after {
		content: '';
		width: 22px;
		height: 22px;
		background: #EAEAEA;
		position: absolute;
		top: 1px;
		left: 1px;
		border-radius: 100%;
		opacity: 1;
		transform: scale(1);

	}
	[type="checkbox"]:not(:checked) + label:hover:after {
		content:'';
		background-color: #EAEAEA;
		width: 22px;
		height: 22px;
		position: absolute;
		display: block;
		top: 0px;
		border: 1px solid #2AA154;
	}
}	
@media only screen and (max-width:767px) {
	ul{
		list-style: none;
	}
	[type="radio"]:checked + label, [type="radio"]:not(:checked) + label{
		line-height: 20px;
		padding-left: 30px;
	}
	
	.sub_btn{
		display: inline-block;
	}
	.top_link_footer a span{
		text-decoration: underline;
	}
	.footer{
		text-align: center;
	}
	.form-control,#order-standard_cart #creditCardInputFields .field, #order-standard_cart #creditCardInputFields .form-control{
		font-size: 14px;
		height: 40px;
		color: #333;
		padding: 0 10px;
		border: 0.5px solid #333;
		outline: 0;
	}
	.search_btn{
		width: 136px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		border-bottom: 3px solid #108615;
	}
	.logo_icon{
		width: 100px;
		height: 22.5px;
		background-size: 100%;
	}
	.box_circle_bar{
		width: 20px;
		height: 20px;
		line-height: 20px;
		font-size: 8px;
	}
	.box_circle_bar p{
		top: 25px;
		font-size: 8px;
	}
	.line_bar{
		width: 8px;
		left: -16px;
		top: 10px;
	}
	.process_bar li{
		padding-left: 40px;
		float: none;
		display: inline-block;
	}
	.process_bar{
		height: 30px;
	}
	.tit_h2{
		font-size: 20px;
		border-left: 5px solid #2AA154;
		padding-left: 8px;
	}
	.continue_btn{
		width: 100%;
	}
	.btn_pay .continue_btn{
		width: 100%;
	}


	.container{
		width: auto;
		padding: 0 10px;
	}
	[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #2AA154;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2AA154;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 100%;
}
	[type="checkbox"] + label:before {
	width: 18px;
	height: 18px;
}
	[type="checkbox"]:checked + label:after{
		top: 4px;
		left: 7px;
		width: 4px;
		height: 8px;
	}
}
#btnCompleteOrder{
	margin: inherit !important;
}