h1 { margin-top: 25px; }
.cart_btn {
	margin-top: 10px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #CCC;
}
.cart_btn_L {
	width: 710px;
	height: 70px;
	float: left;
	margin-top: 10px;
}
.cart_btn_R {
	width: 220px;
	height: 70px;
	float: right;
	margin-top: 10px;
}

.cart_btn_checkout {
	width: 217px;
	height: 50px;
}

.cart_btn_checkout a {
	padding: 4px 7px 11px 50px;
	display: block;
	width: auto;
	font-size: 22px;
	line-height: 35px;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/template/images_shop/bg_btn_checkout.png) no-repeat left 0px;
}

.cart_btn_checkout a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.cart_btn_checkout a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url(/template/images_shop/bg_btn_checkout.png) no-repeat left -50px;
}

.cart_total {
	text-align: right;
	font-size: 1.6em;
	font-weight: bold;
	
}
.cart_func {
	
}

#box_cart_payment {
	box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding: 10px;
}
#box_cart_payment .fa { color: #fff; margin-left: 10px; }

#box_cart_promo_code {
	/*background: #FFDFBF url(/template/images_shop/bg_box_promo_code.png) no-repeat top right;*/
	background-color: #EFEFEF;
	padding: 15px;
	border-radius: 5px;
	font-size: 0.95em;
	line-height: 1.2em;
}

#box_cart_promo_code input { border-color: #F58220; border-top-left-radius: 5px; border-bottom-left-radius: 5px;}
#box_cart_promo_code .btn-primary { border-top-left-radius: 0px; border-bottom-left-radius: 0px;}

#box_cart_advice {
	background-color: #CCFF99 ;
	padding: 15px;
	border-radius: 5px;
	font-size: 0.95em;
	line-height: 1.2em;
}

.fldst_register {
	padding: 5px 0px 0px 0px;
	font-size:1em;
	line-height: 1.2em;
	border: none;
	/*
	border: 1px solid #BCD8E9;
	border-top: 2px solid #BCD8E9;
	*/
}
.leg_reg {
	padding: 2px 4px 4px 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.2em;
	color: #FF992C;
	border-bottom: 1px dotted #D27104;
}
.lab_reg {
	float: left;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
}
.fld_reg {
	/*float: right;*/
	width: 400px;
	border: 1px solid #999;
	padding: 4px;
	line-height: 1em;
	border-radius: 2px;
}

#form_company_data { display: none; }
#form_register_customer { display: block; }

.w_200 {
	margin-right: 200px;
	width: 200px;
}
.w_300 { width: 300px; }
.fld_reg_chkb {
	float: right;
	margin-right: 388px;
}

.frm_r {
	float: right;
	width: 400px;
}
#frm_register em { color: #F00; }

#frm_register label.error { 
color: red; 
font-size: 0.9em;
padding-bottom: 10px;
}

#frm_register .form-control.error { 
border: 1px solid #FF6633;
background-color: #FEECEB;
}

#frm_register label.error { 
color: red; 
font-size: 0.9em;
padding-bottom: 10px;
}

#frm_register label { font-weight: normal; }

/* Buttos */
.btn_next {
	width: 145px;
}

.btn_next a {
	padding: 6px 12px 7px 0px;
	display: block;
	width: auto;
	text-align: center;
	font-size: 0.9em;
	line-height: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: url(/template/images_shop/bg_btn_next.png) no-repeat left 0px;
}

.btn_next a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.btn_next a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url(/template/images_shop/bg_btn_next.png) no-repeat left -30px;
}

.btn_next_big {
	width: 217px;
	height: 50px;
}

.btn_next_big a {
	padding: 4px 0px 11px 50px;
	display: block;
	width: auto;
	font-size: 22px;
	line-height: 35px;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	background: url(/template/images_shop/bg_btn_next_big.png) no-repeat left 0px;
}

.btn_next_big a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.btn_next_big a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url(/template/images_shop/bg_btn_next_big.png) no-repeat left -50px;
}

.btn_next_big_lg { width: 280px; }
.btn_next_big_lg a { background: url(/template/images_shop/bg_btn_next_big_lg.png) no-repeat left 0px; }
.btn_next_big_lg a:hover { background: url(/template/images_shop/bg_btn_next_big_lg.png) no-repeat left -50px; }

.medium_text a {font-size: 18px !important; font-weight: bold; }

/* Boxes */
.chk_box_1 {
	padding: 15px;
	padding-bottom: 15px;
	border: 1px solid #FFE1B0;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.chk_box_1 .padder {
	padding: 10px;
}

.chk_box_1 h2 {
	font-size: 26px;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
}
table td {
	vertical-align: top;
}
.chk_tbl_1 {

}
.chk_tbl_1 td {
	padding: 5px 10px 5px 0px;
}

.chk_tbl_2 {
	width: 100%;
}

.chk-tbl { margin-bottom: 30px; }
.chk-tbl .no-border { border: none !important; }
.chk_tbl_2 th, .chk-tbl .tbl-head  {
	background-color: #E9E9E9;
	border-right: 2px solid #FFFFFF;
	padding: 5px;
	font-weight: 700;
}

.chk-tbl .row {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px dotted #CCCCCC;
}
.chk_tbl_2 td {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
	background-color: #FFF;
}

.chk_tbl_2 .line_sep {
	border-bottom: 2px solid #9F6000;
}

.chk_tbl_2_spl { width: 580px; }

.chk_tbl_stat {
	width: 1170px;
	margin: 10px 0px 20px 0px;
}
.chk_tbl_stat td {
	text-align: center;
	border-bottom: 2px solid #CCCCCC;
	font-size: 0.9em;
	padding: 3px;
}
.chk_tbl_stat .sel_stat{
	background-color: #FFDFBF;
}

.checkout_step {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.checkout_step .step {
	display: block;
	float: left;
	width: 16.666666%;
	margin-bottom: 30px;
	color: #ED6318;
	background-color: #FFDFBF;
	padding: 6px;
	border-right: 2px solid #FFF;
	box-sizing: border-box;
	text-align: center;
}

.checkout_step .step_ico {
	width: 30px;
	height: 30px;
	background-color: #FFF;
	color: #ED6318;
	border-radius: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	display: inline-block;
	box-sizing: border-box;
	margin-right: 5px;
}
.checkout_step .step_ico .fa { font-size: inherit; color: #ED6318;  }

.checkout_step .step_name { 
	margin-top: 5px;
	display: inline-block;
}
.checkout_step .step a:link { text-decoration: none; color: #ED6318; }
.checkout_step .step a:visited { text-decoration: none; color: #ED6318; }
.checkout_step .step a:hover { text-decoration: none; color: #000; }

.checkout_step .active { 
	color: #FFF;
	background-color: #ED6318;
}

.checkout_step .active .step_ico { background-color: #FFF; color: #ED6318; }
.checkout_step .active a:link { text-decoration: none; color: #FFF; }
.checkout_step .active a:visited { text-decoration: none; color: #FFF; }
.checkout_step .active a:hover { text-decoration: none; color: #FFF; }

.brd_chk {
	padding-bottom: 5px;
	border-bottom: 1px dotted #000000;
}

.brd_chk input[type='radio'] { margin-top: 10px; }

.big_text_chk {
	font-size: 1.5em;
}

#customer_account_toolbar {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 5px solid #CCC;
}

#customer_account_toolbar ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	border: none;
	background-color: #FFDFBF;	
}

#customer_account_toolbar li {
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	float: left;
	padding: 5px 10px 5px 10px;
	margin-right: 4px;
	background: linear-gradient(#FFF, #CCC);
}

#customer_account_toolbar .selected_itm {
	list-style-type: none;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 2px solid #FFF;
	float: left;
	padding: 5px 10px 5px 10px;
	margin-right: 4px;
	background-color: #FFF;
	background-image: none;
}
#customer_account_toolbar .first_itm {
	list-style-type: none;
	border: none;
	float: left;
	padding: 5px 5px 5px 0px;
	margin-right: 10px;
	margin-left: 0px;
	background-color: #FFF;
	background-image: none;
}

#customer_account_toolbar li a:link {
	text-decoration: none;
	color: #000;
}
#customer_account_toolbar li a:visited {
	text-decoration: none;
	color: #000;
}
#customer_account_toolbar li a:hover {
	text-decoration: underline;
	color: #000;
}

#customer_account_toolbar .first_itm a:link {
	text-decoration: underline;
	color: #000;
}
#customer_account_toolbar .first_itm a:visited {
	text-decoration: underline;
	color: #000;
}
#customer_account_toolbar .first_itm a:hover {
	text-decoration: none;
	color: #000;
}

.msg_res_ok {
	font-size: 16px;
	font-weight: bold;
	color:#238C00;
}
.msg_res_err {
	font-size: 16px;
	font-weight: bold;
	color:#F00;
}

label em { color: #F00; }

.small-text { font-size: 0.8em; }

.btn-back { 
	background-color: #999;
	border-color: #999;
}
.btn-back:visited { color: #FFF !important;  text-decoration: none;}
.btn-back:link { color: #FFF !important; text-decoration: none; }

.btn-back:hover, .btn-black:focus { 
	background-color: #000;
	border-color: #000;
}

.btn .fa { 
	color: #FFF;
	font-size: inherit;
}

.s_cart td, .s_cart th { vertical-align: top; }
.s_cart .fa { 
	font-size: inherit;
	color: #AAA;
}
.s_cart a:link { color: #000; text-decoration: none; }
.s_cart a:visited { color: #000; text-decoration: none; }
.s_cart a:hover { color: #000; text-decoration: underline; }

.btn-refresh { background-color: #FFF; border-color:#DDD; color: #666; }
.btn-refresh:hover { background-color: #DDD; border-color:#DDD; }
a.btn-refresh:visited { color: #666 !important;  text-decoration: none;}
a.btn-refresh:link { color: #666 !important; text-decoration: none; }

.btn-empty { background-color: #FFF; border-color: #FFF; }
a.btn-empty:visited { color: #666 !important;  text-decoration: none;}
a.btn-empty:link { color: #666 !important; text-decoration: none; }

.btn-refresh .fa { color: #777; font-size: 1.1em; margin-right: 5px; }
.btn-empty .fa { color: #666; font-size: 1.2em; }

.form-control {
	border-color:#888;
	border-radius: 2px;
}

#divError h3 { font-size:16px; color:#F00; }
#payment_form label { font-weight: normal; }

@media (min-width: 320px) {
	.checkout_step .step_name { display: none; }
	h1 { font-size: 1.6em; }
	.chk-tbl .item-tit { font-size: 14px; font-weight: 700 }
	.chk-tbl .row { padding-top: 4px; padding-bottom: 4px; }
	.big_text_chk { font-weight: 700; }
	.col-lg-1-min { width: 5%; }
	.col-lg-11-min { width: 90%; }
}

@media  (min-width: 1200px) {
	.checkout_step .step_name { display: inline-block; }
	h1 { font-size: 2.6em; }
	.chk-tbl .item-tit { font-size: 18px; font-weight: 300 }
	.chk-tbl .row { padding-top: 7px; padding-bottom: 7px; }
	.big_text_chk { font-weight: 300; }
	.col-lg-1-min { width: 3%; }
	.col-lg-11-min { width: 97%; }
}