@charset "utf-8";

.content_area .topic {
	clear: both;
	margin-bottom: 20px;
	border-bottom: 1px dashed #d1d1d1;
}	

.content_area .topic h1 {
    font-size: 28px;
	line-height:1.6;
	color: #000;
}

.content_area .txt {
	clear:both;
	font-size:16px;
	color:#2f2f2f;
	line-height:1.6;
	padding-bottom: 20px;
}

.content_area .txt .Img {
	padding-top:10px;
	padding-bottom:10px;
	display:flex;
	justify-content: center;
}

.content_area .txt .Img img {
	max-width:100%;
}

.left_icon {
	float: right;
	width: 25%;
}

.right_form {
	float: left;
	width: 70%;
}

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

.note_txt {
	padding-bottom: 10px;
}



/*========== Form ===========*/
.form_box {	
	font-size: 16px;
}

.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[type="text"] {
	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;
}

.form_box .form input[type="password"] {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 5px;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border: 1px solid #CCC;
}

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

.form_note {
	clear: both;
	text-align: left;
	font-size: 15px;
	line-height:1.6;
	color: #FF0F0F;
}



/*========== Login ===========*/
.forget {
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	color: #06F;
	margin-top: 10px;
}

.forget a {
	color: #069;
}

.forget a:hover {
	color: #069;
	opacity: 0.6;
}



/*========== Account ===========*/
.account_info h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

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

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

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



/*========== Cart List ===========*/
.cart_list {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;	
	font-size: 16px;
}

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

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

.cart_list th, .cart_list td {
	padding: 8px;
	text-align: center;
}

.cart_list th {
	font-size: .85em;
	letter-spacing: .1em;
	text-transform: uppercase;
}

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

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



@media (max-width: 800px) {
	.left_icon {
		float:none;
		width:100%;
		padding-bottom: 20px;
	}
	
	.right_form {
		float:none;
		width:100%;
	}

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

	.content_box_space {
		margin-top: 0px;
	}
	
	.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-th)" "; /*關鍵語法*/
		font-weight: bold;
		text-transform: uppercase;
	}
  
	.cart_list td:last-child {
    	border-bottom: 0;
	}
}