@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(awesomefont/css/font-awesome.min.css);

html,body {
	height:100%;
}

body {
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	font-size:15px;
}

.wrap {
	width: 1160px;
	margin: 0 auto;
}

.main_area {
	padding-top: 10px;
	padding-bottom: 50px;
	background:#FFF;
}

.no_data {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.content_box_line {
	position:relative;
	padding:15px;
	border:1px solid #d8d8d8;
	border-radius:8px;
}

.cart_left_box_5 {
	float: left;
	width: 48%;
	margin-right: 20px;
}

.cart_right_box_5 {
	float: right;
	width: 49%;
}

.cart_left_box_3 {
	float: left;
	width: 22%;
	margin-right: 20px;
}

.cart_right_box_7 {
	float: right;
	width: 75%;
}

.content_box_space {
	margin-top: 50px;
}



/*========== Alert ===========*/
.alert_outside {
	width: 90%;
	margin: 0 auto;
}

.alert {
	border: 1px solid;
	clear: both;
	margin-bottom: 9px;
	margin-top: 10px;
	padding: 10px 10px 10px 15px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

.alert.no-margin {
	border-radius: 0 0 0 0;
	margin-left: -10px;
	margin-right: -10px;
	border-width: 1px 0;
}

.alert.no-margin.top {
	border-width: 0 0 1px 0;
	margin-top: 0;
}

.alert.no-margin.bottom {
	border-width: 1px 0 0px 0;
	margin-bottom: 0;
}

.alert span.hide {
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	float: right;
	cursor: pointer;
	margin: 0;
}

.alert.info {
	background-color: #d8e7fa;
	border-color: #9DBFEA;
	color: #00357B;
}



/*========== Button ===========*/
.button_area {
	text-align: left;
	clear:both;
	padding-top:15px;
}

.button {
	padding: 5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-size:16px;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
	color:#FFF;
	text-shadow:0px -1px #2590aa; 
	border:1px solid #c2d89e;
	background: rgb(66,179,206); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #006eb7 0%, #43b1c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006eb7), color-stop(100%,#43b1c8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #006eb7 0%,#43b1c8 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #006eb7 0%,#43b1c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006eb7', endColorstr='#43b1c8',GradientType=0 ); /* IE6-9 */;
}

.button:hover {
	color:#FFF;
	background: #006eb7; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(66,179,206,1) 0%, rgba(47,162,190,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(66,179,206,1)), color-stop(100%,rgba(47,162,190,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(66,179,206,1) 0%,rgba(47,162,190,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42b3ce', endColorstr='#2fa2be',GradientType=0 ); /* IE6-8 */;
}

.button:active {
	position: relative;
	top: 1px;
}



/*========== Cart ===========*/
.cart_goods_price1 {
	font-size: 12px;
}

.cart_goods_price2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.cart_goods_between1 {
	color: #F00;
	font-size: 12px;
}

.cart_goods_between2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	padding-right: 5px;
}

.cart_goods_amount1 {
	color: #F00;
	font-size: 12px;
}

.cart_goods_amount2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #F00;
}

.cart_goods_amount3 {
	padding-right: 10px;
}

.cart_content {
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #303030;
	padding-top: 10px;
}

.simplecheckout-cart {
    margin: 0px !important;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

.simplecheckout-cart th {
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #F8F8F8;
    color: #4D4D4D;
    font-weight: bold;
}

.simplecheckout-cart td {
    padding: 7px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}

.simplecheckout-cart col.inquiry_image {
    text-align: center;
    white-space: nowrap;
    width: 10%;
}

.simplecheckout-cart col.inquiry_name {
    text-align: left;
    white-space: nowrap;
}

.simplecheckout-cart col.inquiry_remove {
    text-align: center;
    white-space: nowrap;
    width: 10%;
}

.simplecheckout-cart td.inquiry_image {
    text-align: center;
}

.simplecheckout-cart td.inquiry_name {
    text-align: left;
}

.simplecheckout-cart td.inquiry_remove {
    text-align: center;
}

.simplecheckout-cart col.cart_image {
    text-align: center;
    white-space: nowrap;
    width: 15%;
}

.simplecheckout-cart col.cart_goods {
    text-align: center;
    white-space: nowrap;
}

.simplecheckout-cart col.cart_quantity {
    text-align: center;
    white-space: nowrap;
    width: 20%;
}

.simplecheckout-cart col.cart_total {
    text-align: center;
    white-space: nowrap;
    width: 20%;
}

.simplecheckout-cart col.cart_remove {
    text-align: center;
    white-space: nowrap;
    width: 10%;
}

.simplecheckout-cart td.cart_image {
    text-align: center;
}

.simplecheckout-cart td.cart_goods {
    text-align: left;
}

.simplecheckout-cart td.cart_quantity {
    text-align: center;
}

.simplecheckout-cart td.cart_total {
    text-align: center;
}

.simplecheckout-cart td.cart_remove {
    text-align: center;
}

.simplecheckout-cart-total {
    overflow: hidden;
    padding: 7px 3px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    text-align: right;
}

.simplecheckout-cart-total-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
}

.simplecheckout-cart-total-remove {
    display: inline-block;
    width: 18px;
    text-align: center;
}



/*========== Inquiry ===========*/
.simplecheckout-inquiry {
    margin: 0px !important;
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

.simplecheckout-inquiry th {
    padding: 8px;
    border-bottom: 1px solid #DDDDDD;
    background-color: #F8F8F8;
    color: #4D4D4D;
    font-weight: bold;
}

.simplecheckout-inquiry td {
    padding: 7px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: top;
}

.simplecheckout-inquiry col.inquiry_image {
    text-align: center;
    white-space: nowrap;
    width: 10%;
}

.simplecheckout-inquiry col.inquiry_name {
    text-align: left;
    white-space: nowrap;
}

.simplecheckout-inquiry col.inquiry_quantity {
    text-align: center;
    white-space: nowrap;
    width: 15%;
}

.simplecheckout-inquiry col.inquiry_remark {
    text-align: center;
    white-space: nowrap;
}

.simplecheckout-inquiry col.inquiry_remove {
    text-align: center;
    white-space: nowrap;
    width: 10%;
}

.simplecheckout-inquiry td.inquiry_image {
    text-align: center;
    width: 10%;
}

.simplecheckout-inquiry td.inquiry_name {
    text-align: left;
}

.simplecheckout-inquiry td.inquiry_quantity {
    text-align: center;
    width: 10%;
}

.simplecheckout-inquiry td.inquiry_remark {
    text-align: left;
    width: 40%;
}

.simplecheckout-inquiry td.inquiry_remove {
    text-align: center;
}



/*========== Guest ===========*/
.guest h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}

.guest h2:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	content: "\f07a";
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #FFF;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #394146;
	border-radius: 100%;
}

.guest h2 strong {
	font-size: 24px;
	font-weight: normal;
	color: #96c46b;
}

.guest p {
	font-weight: normal;
	text-align: left;
	margin-bottom: 10px;
}

.guest h3 a {
	color: #069;
}

.guest h3 a:hover {
	color: #da2441;
}



/*========== member ===========*/
.member h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}

.member h2:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	content: "\f007";
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #FFF;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: #394146;
	border-radius: 100%;
}

.member h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #06F;
	margin-top: 10px;
}

.member h3 a {
	color: #069;
}

.member h3 a:hover {
	color: #da2441;
}



/*========== Choose ===========*/
.choose_payment h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}

.choose_payment h2:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	content: "\f0d6";
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #FFF;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 38px;
	background: #394146;
	border-radius: 100%;
}

.choose_shipping h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}

.choose_shipping h2:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	content: "\f0d1";
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #FFF;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 38px;
	background: #394146;
	border-radius: 100%;
}

.choose_name {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}



/*========== Write ===========*/
.write_order h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}

.write_order h2:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	content: "\f044";
	font-family: 'FontAwesome';
	font-size: 18px;
	color: #FFF;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 38px;
	background: #394146;
	border-radius: 100%;
}

.order_name h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.order_name h3:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	content: "\f290";
	font-family: 'FontAwesome';
	font-size: 15px;
	color: #FFF;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: #394146;
	border-radius: 100%;
}


.form {
	padding-top: 0px;
}

.content_text {
	padding-top: 10px;
	padding-bottom: 20px;
}

.form_box {	
	font-size: 13px;
}

.form_box .form {
	margin-bottom: 25px;
}

.form_box .form .col-2{
	float: left;
	width: 50%;
	padding-left: 20px;
}

.form_box .form .col-2:first-child {
	padding:0;
}

.form_box .form label {
	display: block;
	margin-bottom: 5px;
	font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2F2F2F;
}

.form_box label em {
	color: #E61F6E;
	font-style: normal;
	font-weight: normal;
	font-family: "新細明體", Verdana, Geneva, sans-serif;
}

.form_box .form .input {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #CCC;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
}

.form_box .form .select {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	height: 35px;
	border: 1px solid #CCC;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
}

.form_box .form .textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 130px;
	padding: 0 5px;
	border: 1px solid #CCC;
	font-family: "微軟正黑體", "新細明體", Helvetica, Arial, sans-serif;
}

.error {
	box-shadow: 0 0 10px #F00;
}

.form_note {
	clear: both;
	text-align: left;
	line-height: 20px;
	color: #FF0F0F;
}



/*========== View Box ===========*/
.view_box {
	margin:0 auto;
	width: 50%;
}

.view_box h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}



/*========== Cart List ===========*/
#between_money {
	font-size: 16px;
	line-height:1.5;
}

.goods_between1 {
	color: #F00;
	font-size: 15px;
}

.goods_between2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #F00;
	padding-right: 5px;
}

.cart_content {
	margin-top: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #303030;
	padding-top: 10px;
}

.cart_list {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
}

.cart_list caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}

.cart_list tr {
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	padding: .35em;
}

.cart_list td {
	padding: .625em;
	text-align: center;
}

.cart_list td a {
	color: #000;
}

.cart_list td a:hover {
	opacity: 0.5;
}

.goods_name {
	text-align: left;
	font-size: 18px;
	line-height:1.5;
	font-weight: bold;
}

.goods_sn, .goods_spec, .goods_price {
	text-align: left;
	font-size: 14px;
	line-height:1.5;
}

.goods_price1 {
	font-size: 14px;
}

.goods_price2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

.goods_quantity, .goods_subtotal {
	font-size: 14px;
}

.goods_quantity select {
	width: 50px;
	padding: 5px;
	height: 25px;
	border: 1px solid #CCC;
}

.goods_quantity_error {
	margin-top: 5px;
	padding: 3px;
	color: #F00;
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
}

.goods_amount1 {
	color: #F00;
	font-size: 13px;
}

.goods_amount2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #F00;
}

.goods_amount3 {
	padding-right: 10px;
}

.delete {
	font-size: 16px;
}

.member_note {
	font-size: 16px;
	line-height:1.5;
    padding-top: 5px;
}

.cart-total {
    overflow: hidden;
    padding: 7px 3px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    text-align: right;
	font-size: 16px;
}

.cart-ship {
    overflow: hidden;
    padding: 7px 3px;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
    text-align: left;
}

.cart-total-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
}

.cart-ship-value {
    display: inline-block;
    margin: 0px 3px;
    min-width: 60px;
}

.cart-total-remove {
    display: inline-block;
    width: 18px;
    text-align: center;
}

