@charset "utf-8";

html,body {
	height:100%;
}

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

.main_area .content_box {
	clear:both;
	padding-top:0px;
}

.form_box {	
	font-size: 15px;
}

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

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

.form_box .form label {
	display: block;
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #2F2F2F;
}

.form_box label em {
	color: #E61F6E;
	font-style: normal;
	font-weight: normal;
}

.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;
}

.form_box .form .select {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	height: 35px;
	border: 1px solid #CCC;
}

.form_box .form .textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	height: 130px;
	padding: 0 5px;
	border: 1px solid #CCC;
}

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

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

.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 {
	padding-top: 170px;
}

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



/*========== Button ===========*/
.button_area1 {
	clear:both;
	padding-top:0px;
}

.button_area2 {
	clear:both;
	padding-top:20px;
}

.forget_link {
	padding-top:5px;
}

.forget_link a {
	font-size: 14px;
	color:#c10000;
    font-weight: normal;
}

.forget_link:hover a {
	text-decoration:underline;
	opacity: 0.6;
}



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

.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 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_shipping h2 {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
}

.choose_shipping h2 i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 18px;
	color: #FFF;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	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;
}

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

.order_name .same a {
	font-size: 14px;
	color:#c10000;
    font-weight: normal;
}

.order_name .same:hover a {
	text-decoration:underline;
	opacity: 0.6;
}



/*========== 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;
}



/*========== Response Media ===========*/
@media (max-width: 960px) {
	.cart_left_box_5 {
		float: none;
		width: 100%;
	}

	.cart_left_box_3 {
		float: none;
		width: 100%;
	}

	.cart_right_box_5 {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.cart_right_box_7 {
		float: none;
		width: 100%;
		margin-top: 10px;
	}

	.goods_image {
		text-align: center;
	}
}



@media screen and (max-width: 800px) {
	.content_box_space {
		padding-top: 30px;
	}

	.cart_list {
		border: 0;
	}

	.cart_list caption {
		font-size: 1.3em;
	}
  
	.cart_list thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
  
	.cart_list tr {
		border-bottom: 3px solid #ddd;
		display: block;
		margin-bottom: .625em;
	}
  
	.cart_list td {
		border-bottom: 1px solid #ddd;
		display: block;
		font-size: .8em;
		text-align: left;
	}
  
	.cart_list td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
		content: attr(data-label);
		font-weight: bold;
		text-transform: uppercase;
	}
  
	.cart_list td:last-child {
    	border-bottom: 0;
	}
}



@media screen and (max-width: 800px) {
	.cart_list_subtotal {
		float: left;
		display: block;
		width: 100%;
	}
}