.product-label2 span {
	font-size:18px;font-family:'微軟正黑體';padding:10px;height:auto;
}
h3.heading {
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 10px;
    color: #161616;
}
.h3TitleUnderLine{
	display: inline-block;padding-bottom:10px;border-bottom:1px #eec15b solid;
}
/* Auth page */
.form-authentication{
    margin: 0;
    display: table;
    width: 100%;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    max-width: 100%;
    width: 100%;
    
}
.form-authentication .form-login,
.form-authentication .form-register{
    display: table-cell;
    padding: 35px 60px;
    padding-bottom: 60px;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    width: 50%;
    
}
.form-authentication .form-register{
    background-color: #fafafa;
}
.form-authentication input[type="text"],
.form-authentication input[type="email"],
.form-authentication input[type="password"]{
    width: 320px;
    max-width: 100%;
}
.form-authentication p{
    margin-bottom: 20px;
}
.form-authentication .title{
    font-size: 16px;
    margin-bottom: 20px;
}
.form-authentication .title:after {
    display: block;
    font-family: 'FontAwesome';
    content: "";
    margin-top: 10px;
    color: #888888;
    font-size: 12px;
}
.form-authentication label.inline{
    font-weight: normal;
    display: block;
    margin-bottom: 20px;

}
.form-authentication label.inline input[type=checkbox], 
.form-authentication label.inline input[type=radio]{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-top: -2px;
}
.form-authentication-footer{
    margin-bottom: 90px;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    text-align: center;
    padding: 22px 0;
	font-size:18px;
	font-weight:bold;
}
#ui-datepicker-div{
	width:400px;
	max-width:100%;
}

.form-authentication input[type="text"]{
	width:100%;
}
input[type="text"],
input[type="email"], 
textarea, 
input[type="password"],
input[type="tel"],
select{
    border: 1px solid #e5e5e5;
    padding: 10px 25px;
}
input[type="text"]:focus, 
input[type="email"]:focus, 
textarea:focus, 
input[type="password"]:focus,
a:focus,
button:focus,
select:focus{
    outline: none;
}
::-webkit-input-placeholder {
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}
:-moz-placeholder { /* Firefox 18- */
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}
::-moz-placeholder {  /* Firefox 19+ */
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}
:-ms-input-placeholder {  
   color: inherit;
   opacity: 1;
   filter: alpha(opacity=100);
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #AAA;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #AAA;
}
/* CHECKOUT */
.block-form{
    border: 1px solid #ececec;
    padding: 10px;
    margin-bottom: 30px;
}
.block-form p{
    margin-bottom: 30px;

}
/*.block-form p:last-child{
    margin-bottom: 0;
}*/
.block-form input[type="text"]{
    width: 100%;
}
.form-heading{
    /*background-color: #262626;*/
	background-color: #236a00;
    color: #fff;
    padding: 12px 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}
table.shop_table{
    margin-bottom: 25px;
	width: 100%;
}
table.shop_table,
table.shop_table th,
table.shop_table td{
    border: none;
}
table.shop_table th,
table.shop_table td{
    border-bottom: 1px solid #ececec;
    padding: 14px 0;
}
table.shop_table th:last-child,
table.shop_table td:last-child{
    text-align: right;
}
table.cart th{
    background-color: #236a00;
    color: #fff;
    font-weight: normal;
    font-family: '微軟正黑體','Montserrat';
    padding: 9px 30px;
    text-align: center;
}
table.cart td,
table.cart td:last-child,
table.cart th:last-child{
    text-align: center;
}
table.cart .product{
    text-align: left;
    vertical-align: top;
}
table.cart .product-thumb{
    float: left;
    width: 100px;
}
table.cart .product-info{
    overflow: hidden;
    padding-left: 25px;
}
table.cart .product-price,
table.cart .product-subtotal,
table.cart .order-total{
    font-family: '微軟正黑體','Montserrat';
    color: #333;
}
table.cart .order-total{
    font-size: 18px;
}
table.cart .product-info .product-name{
    margin-bottom: 0;
}
table.cart .product-info .product-name a{
    font-family: '微軟正黑體','Merriweather', serif;
    font-style: italic;
    font-size: 13px;
    color: #888;
}
table.cart .quantity .qty{
    padding: 7px 0;
    width: 60px;
    text-align: center;
}
table.cart .remove{
    color: #aaa;
}
.block-form label{
    font-weight: normal;
    color: #333;
}
.block-form .payment_methods{
    padding: 0;
    padding-bottom: 57px;
}
.block-form .payment_methods p{
    margin-bottom: 0
}
.block-form .payment_methods li{
    list-style: none;
    margin-bottom: 15px;
}
.block-form .payment_methods li .input-radio{
    float: left;
}
.block-form .payment_methods li label,
.block-form .payment_methods li .payment_box{
    padding-left: 30px;
}
.block-form .payment_methods li label{
    padding-left: 18px;
}
.block-form .block-form-footer{
    background-color: #fafafa;
    padding: 28px 10px;
}

.block-form.order-review  .form-heading{
    margin-bottom: 10px;
}
.block-form.payment  .form-heading{
    margin-bottom: 25px;
}

.tagcloud a{
    display: inline-block;
    border: 1px solid #ececec;
    font-size: 14px!important;
    color: #666;
    padding: 4px 20px;
    margin-bottom: 5px;
    font-family: '微軟正黑體','Merriweather', serif;
    /*font-style: italic;*/
}
.tagcloud a:hover{
    color: #fff;
}
.order-total {
	text-align:left;
	font-weight: 700;
}
.order-total p{
	margin-bottom:10px;
}
.order-total span{
	float:right;
}
/* breadcrumbs */
.breadcrumbs{
    color: #aaa;
    margin-bottom: 20px;
}
.breadcrumbs a{
    color: #666;
    color: #666;
    display: inline-block;
    padding: 8px 0;
}
.breadcrumbs a:after{
    content: '/';
    display: inline-block;
    padding: 0 5px;
}