/* Created & Modified By Derek */

/* Loading */
#ajax_loading{
	position:fixed;
	top:0;
	left:0;
	background-color:rgba(0, 0, 0, 0.2);
	z-index:2056;
	height:100%;
	width:100%;
}
/*
#ajax_loading div.img{
	z-index:998;
	height:100%;
	width:100%;
	background:url(/images/gif/waiting.gif) no-repeat center center;
}
*/
#ajax_loading div.img {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	/* border-top: 16px solid #3498db; */
	border-top: 16px solid #32c5d2;
	width: 120px;
	height: 120px;
	position: fixed;
	top: 35%;
	left: 50%;
	margin-top: -60px;
	margin-left: -60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Div Msg */
/* No use */
/*
#div_msg {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border:2px solid #ddd;
	padding:15px;
	width: 700px;
	min-height:60px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	display:none;
}
#div_msg.error {
	color: red;
}
*/

/* popupMsg */
div.popupMsg {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:220px auto;
	padding:15px;
	width: 500px;
	min-height:80px;
	line-height: 80px;
	background-color:#ffffff;
	text-align:center;
}
div.popupMsg span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;   
}
div.popupMsg.err {
	color:red;
}

div.popupMsg.terms {
	width:700px;
	margin-top:15px;
}
div.popupClose_wrapper {
	line-height:50px;
}
div.popupMsg .popupClose_wrapper {
	margin-top:0px;
}
div.popupMsg i.fa {
  font-size: 31px;
  margin-right: 10px;
  vertical-align: middle;
}

/* form input/select fields */
.inputField, .inputFieldTextarea {
	padding-left:0px;
}
.inputField input, .inputFieldTextarea textarea {
	padding-left:10px;
}



/* validator errer */
input.error, select.error, textarea.error {
	border: 1px solid red !important;
	background-color: #FFFFD5 !important;
	color: red !important;
}
label.error {
/*	background: url(/images/unchecked.gif) no-repeat left center;
	padding-left:18px;
	margin-left:.3em;
	font-size:12px;
*/
	color: red; 
	margin-bottom:10px;
}
/*
label.valid {
	background: url(/images/checked.gif) no-repeat left center;
	width:16px;
	height:16px;
	font-size:12px;
}
*/
label.error.valid {
	display:none !important;
}


/* News */
.news_description_wrapper h4 {
	-webkit-line-clamp: 2 !important;
    padding-bottom: inherit;
    height: 35px;
}

.news_description_wrapper {
	margin-top:20px;
}

.news_description_wrapper p {
    -webkit-line-clamp: 4;
}


.signatureServices_container .contentPane {
	display:block;
}
.signatureServices_container .contentPane section {
	display:block;
}

/* Left Side Menu */
li.dropdown {
	text-transform: uppercase;
}

/* Top Menu */
span.cart_num {
	font-weight:900;
}

/* Index Page */
#main_mid .mid .right .item .item_img div.desc{
	width:215px;
	margin-left:auto;
	margin-right:auto;
}

.sub_pro_l img.prd_img {
	border:1px solid #dcdcdc;
}

span.btn_prd_soldout {
	color: #fff;
	background-color: #fe4c15;
	font-size:0.7em;
	padding:2px;
	border-radius: 1px 2px;
}


/* Login, Register, My Page */
#login input.input_login {
	padding-left: 5px;
}
#login input.input_login, .flexsearch--input, .flexsearch--input2 {
	color:#3d3d3d;
}

/* List Page */
div.prd_nav {
	margin-bottom:10px;
}

div.sub_r {
	min-height:450px;
}
#sub {
	/* min-height:300px; */
}
#sub .sub_pro_l {
	margin-bottom:45px;
	width:245px;
	/* width:auto; */
}

/* Cart Page */
span.cart_prd_point { color: #999;  }

/* Checkout Page */
div.order_orderTotal { padding-bottom: 20px; }  /* Probably for old version  */
div.order_point_amount, div.order_pay_amount { display: none;}  /* Probably for old version  */
#checkout .input-in input { padding-left: 5px; }

/* Contents Page */
div.page_contents {	min-height:450px; }

/* Cart Etc. Input box Override */
#cart .input_qty, #cart-total .input_qty { color:#555555; }

/* Sold Out */
.prd_soldout { color:red; font-weight:bold; }

/* Top Marquee */
.top_marquee {
	padding: 0 7%;
    max-width: 100%;
    margin: 0 auto;
    line-height: 31px;
    color: #f96302;
    font-size: 0.8em;
	font-weight:bold;
    font-family: 'titillium_webregular', sans-serif;
}

/* Footer */
.footer_cc {
	padding-bottom:5px;
}
.footer_carryall {
	width:20%;
}
.footer_myaccount {
	width:21%;
}
.footer_networking {
	width:21%;
}
.footer_contactus {
	width:23%;
}
footer .footerLinks h4 {
	padding-bottom:10px;
}



/* Top Menu */
li.li_shop > ul {
	display:none;
}

/*
li.li_shop:hover > ul {
	display:block;
}
*/


/* Checkout Page */
.termsofuse {
	max-height: 120px;
}

/* List Page */
form.fm_filter .filter-wrapper {
	margin-left: 5px;
}

/* Checkout Page */
div.purchase_terms_condition {
	max-height: 150px;
	overflow-y: scroll;
	border: solid 1px #ebebeb;
	padding: 4px;
}
div.purchase_terms_agree_disagree {
	text-align: right;
}