/*@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);*/


DIV#cw-jeelas-extend_bacs-info{
	margin:20px 0;
}

DIV#cw-jeelas-extend_bacs-info > H3{
	font-size:1.4rem;
}

#account_birthday-year, 
#account_birthday-month, 
#account_birthday-day{
	float:left;
	width:30%;
	margin-right:10px;
}

#tab-description > H2{
	/* font-size:22px; */
	display:none;
}

.et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center > H4 > B, 
H3.twi_pro_title > A, 
.et_pb_fullwidth_header_0.et_pb_fullwidth_header .header-content H1, 
H1, 
.et_pb_shop_0.et_pb_shop .woocommerce ul.products li.product H3
,.twi_price
{
	
	/*font-family:'Noto Sans TC', sans-serif !important;*/
	font-family: Calibri,Microsoft JhengHei,sans-serif !important;
	font-weight:100;
	color: #848378 !important;
}

H1.product_title.entry-title{
	font-size:26px;
}

#cff.cff-fixed-height.cff-default-styles{
	height:auto !important;
}


BODY.search.search-results #left-area ARTICLE{
	/*2018/3/16 會影響顯示排列方式 */ 
	/*float:left;*/ 
	display:inline-block;
	width:48%;
	/*2018/3/16 由2%改為1% */
	padding-right:1%;
        padding-left:1%;
	/* height:400px; */

	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;

	font-size:1rem;

	line-height:150%;
        
        margin-bottom:20px;

}

BODY.search.search-results #left-area ARTICLE > H2.entry-title, 
BODY.search.search-results #left-area ARTICLE > P.post-meta{
	font-size:16px;
	white-space:normal;
}

H1.cw-jeelas-extend_horizontal-split{
	text-align:center;
	clear:both;
}

H1.cw-jeelas-extend_horizontal-split > SPAN{
	position:relative;
	font-size:1.6rem;
}

H1.cw-jeelas-extend_horizontal-split > SPAN::BEFORE, 
H1.cw-jeelas-extend_horizontal-split > SPAN::AFTER{
	position:absolute;
	top:20px;
	width:50px;
	border-top:solid 1px #666;
	content:'';
}

H1.cw-jeelas-extend_horizontal-split > SPAN::BEFORE{
	left:-70px;
}

H1.cw-jeelas-extend_horizontal-split > SPAN::AFTER{
	right:-70px;
}

TABLE.shop_table.woocommerce-checkout-review-order-table > THEAD TD[colspan="2"]{
	font-weight:900;
}

TD.product-name[colspan="2"] DL.variation+BR{
	display:none;
}

TD.product-name[colspan="2"] DL.variation DD.variation-{
	margin-bottom:0;
}

@media only screen 
and (min-device-width:320px) 
and (max-device-width:736px){
	#main-header .et_mobile_menu LI.menu-item-has-children{
		position:relative;
	}

	#main-header .et_mobile_menu LI.menu-item-has-children::AFTER{

		/*
		font-family:'FontAwesome';
		content:'\F067';
		*/
		content:'';
		background:url(../images/icons.png) 15px 0;
		width:15px;
		height:15px;

		position:absolute;
		right:15px;
		top:15px;
	}

	#main-header .et_mobile_menu LI.menu-item-has-children.expand::AFTER{

		/*
		content:'\F068';
		*/
		background:url(../images/icons.png) 0 0;


	}

	#main-header .et_mobile_menu LI UL, 
	.et_pb_fullwidth_menu .et_mobile_menu LI UL{
		display:none !important;
	}

	#main-header .et_mobile_menu LI.expand > UL, 
	.et_pb_fullwidth_menu .et_mobile_menu LI.expand > UL{
		display:block !important;
	}

	TD.product-name[colspan="2"]{
		font-size:14px;
	}

	.woocommerce UL#shipping_method LI LABEL{
		font-size:1rem;
	}

}