/* quick cart */
.quick-cart {
	padding: 0;
    float: right;
    color: #3a6106;
    margin-top: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}
.quick-cart i.icon-cart {
	background: url(../../images/icon-cart.png) no-repeat center center;
	width: 29px;
	height: 25px;
	display: inline-block;
	margin-left: 10px;
}
.quick-cart .quick-cart-count {
	font-weight: bold;
}
.quick-cart .cart-sum {
	color: #888;
	font-size: 12px;
}
.quick-cart .cart-sum label {
	margin-right: 10px;
}
.quick-cart .cart-sum span {
	font-weight: bold;
	color: #68ba2a;
}
/* view cart */
.cart-wrap {
	background: #fff;
	padding: 10px;
}
.cart-wrap table.list-cart {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    width: 100%;
}
.cart-wrap table.list-cart td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}
.cart-wrap table.list-cart td.cart-item-name {
    text-align: left;
}
.cart-wrap table.list-cart th {
    background: none repeat scroll 0 0 #eee;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
    text-align: center;
}
.cart-wrap select.cart-item-quantity {
	border: 1px solid #ddd;
	text-align: center;
	padding: 2px 5px;
}
.cart-wrap span.remove-item {
	cursor: pointer;
}
.cart-item-total-wrap {
	padding: 10px 0;
}
.cart-item-total-wrap  span.cart-item-total {
	float: right;
	font-weight: bold;
	white-space: nowrap;
}
.cart-button {
}
.cart-button a {
    background: #E11E2E; /* Old browsers */
	background: -moz-linear-gradient(top,  #E11E2E 0%, #eb4142 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E11E2E), color-stop(100%,#eb4142)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #E11E2E 0%,#eb4142 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #E11E2E 0%,#eb4142 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #E11E2E 0%,#eb4142 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #E11E2E 0%,#eb4142 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E11E2E', endColorstr='#eb4142',GradientType=0 ); /* IE6-9 */
	border-radius: 3px;
	border: 1px solid #df0304;
    color: #fff;
    margin-left: 3px;
    padding: 2px 10px;
    float: right;
    text-decoration: none;
    white-space: nowrap;
}
.cart-button a:hover {
	color: #FFF;
	text-decoration: none;
}

/* checkout forms */
.checkout-wrap {
	background: #FFF;
	padding: 10px;
}
.cform fieldset {
	border: 1px solid #f5f5f5;
	padding: 15px;
	margin: 25px 0 0 0;
}
.cform legend {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	font-weight: bold;
	border: none;
	background: none;
	width: auto;
	padding: 0 5px;
}
.cform span a:hover {
	text-decoration: underline
}
.cform p {
	position: relative;
	clear: both;
	padding: 15px 0 0 0;
}
.cform div.row {
	padding: 5px 0;
}
.cform_email p {
	position: relative;
	height: 68px;
	padding: 0;
}
.cform p.submit {
	text-align: center;
	padding: 20px 0 0 0;
}

.cform p.preorder {
	text-align: center;
	font-size: 11px;
	color: #333;
	font-weight: 700;
	text-transform: uppercase;
	padding: 30px 0 0 0;
}
.cform p.chkbox {height: 30px}
.cform p.radiobox {padding: 0}
.cform input[type=checkbox] {
	vertical-align: middle;
	position: relative;
	margin: 0 10px 0 0;
}
.cform input[type=radio] {
	vertical-align: middle;
	position: relative;
	margin: 0 10px 0 0;
}
.cform p.chkbox label {
	float: none;
	width: auto;
	font-size: 13px;
	line-height: 20px;
	font-weight: 700;
	cursor: pointer;
	margin: 0;
}
.cform p.chkbox_terms label, .cform p.chkbox_terms label a {font-family: Arial;text-transform: none;font-weight: normal}
.cform p.chkbox_terms label a strong {font-family: Arial;}
.cform p.chkbox_terms label a:hover {text-decoration: underline}
.cform p.radiobox label {
	display: block;
	float: none;
	width: auto;
	font-family: Arial;
	font-size: 13px;
	line-height: 21px;
	text-transform: none;
	color: #666;
	position: relaive;
	margin: 4px 0;
	height: 30px;
}
.cform p.radiobox label img {
	margin: 0 0 0 10px;
	vertical-align: middle;
}
.cform p.radiobox label a {
	font-family: Arial;
}
.cform p.radiobox label a:hover {
	text-decoration: underline;
}
.cform p.radiobox label abbr {
	color: #999;font-family: Arial;
}
.cform p.radiobox label datetime {
	font-size: 11px;
	font-family: Arial;
	color: #888;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	background:#f5f5f5;
}
.cform p.radiobox label ins {
	font-family: Arial;
}
.cform .cform-info label {
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
	color: #555;
}
.cform_email label {
	position: absolute;
	left: 0;
	min-width: 50px;
	min-height: 50px;
	border: 4px dashed #eee;
	top: 10px;
	margin: 0;
}
.cform_email label img {
	display: block;
	width: 50px;
	height: 50px;
}
.cform select {
	max-width: 254px;
	padding: 4px 3px;
}
.cform input[type=text] {
	width: 240px;
	height: 30px;
	padding: 0 10px;
}
.cform_email input[type=text] {
	width: 280px;
	height: 32px;
	background: url(../images/icon-email.png) no-repeat 12px center;
	padding: 0 10px 0 46px;
	margin: 20px 0 0 80px;
}
.usericon {
	position: absolute;
	font-family: Arial;
	font-size: 13px;
	color: #666;
	line-height: 32px;
	height: 32px;
	background: url(../images/icon-user.png) no-repeat 12px center;
	top: 20px;
	left: 80px;
	padding: 0 0 0 50px;
	text-transform: uppercase;
	font-weight: bold;
	white-space: nowrap;
}

.cform_email span.email {
	float: left;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	background: #ffe8f4;
	border: 1px solid #e0bfd0;
	border-radius: 3px;
	padding: 6px 10px;
	margin: 15px 0 0 80px;
	min-width: 318px;
}

.cform span.errorfield {
	float: left;
	display: block;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	background: #ffe8f4;
	border: 1px solid #e0bfd0;
	border-radius: 3px;
	padding: 6px 10px;
	margin: 15px 0 0 150px;
	min-width: 240px;
}

.cform span.errorfield2 {
	float: left;
	display: block;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	background: #ffe8f4;
	border: 1px solid #e0bfd0;
	border-radius: 3px;
	padding: 6px 10px;
	margin: 15px 0 0 0;
}

.cform span.errorfield3 {
	display: block;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	background: #ffe8f4;
	border: 1px solid #e0bfd0;
	border-radius: 3px;
	padding: 6px 10px;
	margin: 15px 0 0 0;
}

.cform span.req {
	font-size: 11px;
	line-height: 16px;
	font-family: Arial;
	cursor: default;
	padding: 0 0 0 15px;
	color: red;
}

.cform input[type=text], .cform select, .cform textarea {
	border: 1px solid #e8e6e1;
	font-family: Arial;
	font-size: 13px;
	color: #777;
	border-radius: 2px;
}

.cform textarea {
	width: 60%;
	height: 80px;
	padding: 8px 10px;
	font-size: 11px;
	line-height: 1.5em;
}

.cform label.wide {
	display: block;
	float: none;
	width: auto;
	margin: 0 0 10px 0;
}

.cform .inform {
	margin: 10px 0 0 0;
	font-family: Tahoma;
	font-size: 11px;
	line-height: 17px;
	color: #999;
	display: block;
}

.cform input[type=text]:focus, .cform select:focus, .cform textarea:focus {
	background-color: #fff;
	color: #333;
}
.cform input[disabled], .cform select[disabled] {background: #eee}
.cform select * {font-family: Arial}

.cform input[type=submit] {
	background: #E11E2E;
	background: -moz-linear-gradient(top, #E11E2E 0%, #eb4142 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E11E2E), color-stop(100%,#eb4142));
	background: -webkit-linear-gradient(top, #E11E2E 0%,#eb4142 100%);
	background: -o-linear-gradient(top, #E11E2E 0%,#eb4142 100%);
	background: -ms-linear-gradient(top, #E11E2E 0%,#eb4142 100%);
	background: linear-gradient(to bottom, #E11E2E 0%,#eb4142 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E11E2E', endColorstr='#eb4142',GradientType=0 );
	border-radius: 3px;
	border: 1px solid #df0304;
	color: #fff;
	margin-left: 3px;
	padding: 2px 10px;
}
#cform-calendar img {
	cursor: pointer;
	margin: 0 0 0 8px;
	vertical-align: middle;
}

.result {
	padding: 10px 0;
	text-align: center;
}
.result h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
/* checkout */
.checkout_process {
	background: #ffffff;
	padding: 15px 0;
}
.checkout_process .active span.step-number{
	background: #00aaf1;
}
.checkout_process .active h4{
	color: #00aaf1;
}
.checkout-step-title {
	position: relative;
	margin: 0 0 7px 0;
	padding: 6px 15px;
	cursor: auto;
}
.checkout-step-title span.step-number {
	background: #999999;
	color: #ffffff;
	float: left;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	line-height: 20px;
	margin: 0 8px 0 0;
	font-size: 15px;
	font-weight: bold;
}
.checkout-step-title h4 {
	padding: 0;
	line-height: 20px;
	text-transform: capitalize;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
}
.checkout-step-wrap {
	border: 1px solid #E7E7E7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
}
.checkout-step-wrap h4 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	padding: 10px 20px;
	margin: 0;
	border-bottom: 1px solid #E7E7E7;
	background: #f9f9f9;
}
.checkout-step-wrap h3 {
	font-size: 20px;
	margin: 30px 0;
	font-weight: normal;
}
.cform {
	padding: 0 20px;
}
.cform h5 {
	font-weight: bold;
	font-size: 14px;
}
.cform .payment-form {

}
.cform .payment-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cform .payment-form ul li {
	padding: 5px 0;
}
.cform .payment-form li label {
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
	color: #555;
	font-weight: normal;
	cursor: pointer;
	padding: 7px 10px;
	margin: 0 0 0 -9px;
}
.cform .payment-form li label:hover {
	background-color: #f1f1f1;
	border-radius: 8px;
	min-width: 50%;
}
.cform .payment-form li.li-cod label{
	background-image: url("../../images/tm.png");
	background-position: 35px 1px;
	background-repeat: no-repeat;
}
.cform .payment-form li.li-payib label{
	background-image: url("../../images/atm.png");
	background-position: 35px 1px;
	background-repeat: no-repeat;
}
.cform .payment-form li.li-payvisa label{
	background-image: url("../../images/visa.png");
	background-position: 35px 1px;
	background-repeat: no-repeat;
}
.cform .payment-form li input {
	margin-right: 55px;
}
.cform .payment-form .cform-bank {
	padding: 5px 0;
}
.cform .payment-form .cform-bank li {
	float: left;
	margin-left: 5px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	width: 80px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.cform .payment-form .cform-bank li.active {
	border: 1px solid #00AAF1;
}
.cform .payment-form .cform-bank li img {
	cursor: pointer;
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.cform .billing-form {

}
.cform .billing-form ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cform .billing-form ul li {
	padding: 5px 0;
}
.cform .billing-form li label {
	font-family: Arial;
	font-size: 12px;
	line-height: 19px;
	color: #555;
	font-weight: normal;
	cursor: pointer;
	padding: 7px 10px;
	margin: 0 0 0 -9px;
}
.cform .billing-form li label:hover {
	background-color: #f1f1f1;
	border-radius: 8px;
	min-width: 50%;
}
.cform .cform-sender {

}
.cform .cform-note p,
.cform .cform-gtgt p,
.cform .cform-sender p{
	margin: 5px 0;
	padding: 0;
}
.cform .cform-note p label:hover,
.cform .cform-gtgt p label:hover,
.cform .cform-sender p label:hover {
	background: none
}
.cform .cform-gtgt p label span,
.cform .cform-sender p label span {
	width: 120px;
	float: left;
	line-height: 30px;
	font-weight: bold;
}.cform .cform-gtgt p label textarea {
	width: 240px;
	height: 80px;
}
/* ajax loading */
#ajax_loading {
	background-color: rgba(0,0,0,.5);
	color: #fff;
	padding: 10px 20px;
	display: block;
	position: fixed;
	text-align: center;
	z-index: 10000000000;
	line-height: 32px;
	left: 0;
	right: 0;
	top: 0;
}
#ajax_loading img {
	margin-right: 5px;
}