/**********************************************************/
/*
/* #cart
/*
/**********************************************************/
#cart
{

}
#cart_shipterm
{
	width:600px;
	text-align:left;
	display:none;
	padding:0px 30px;
}
#cart_shipterm .cap2
{
	text-align:center;
}
/*** Cart List ***/
.bageditepage,
.bageditwishemail
{
	color:#15c;
	cursor:pointer;
}
#edit_wish_email
{
	display:none;
	width:300px;
}
#edit_bag_epage
{
	display:none;
	position:relative;
	width:500px;
}
#edit_bag_left
{
	width:380px;
	float:left;
	position:relative;
	margin-bottom:20px;
}
#edit_bag_left input
{
	margin-bottom:5px;
}
#edit_bag_right
{
	width:120px;
	float:right;
	position:relative;
}
#bag_epage_imgs
{
	width:95px;
	height:107px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:95 107;
	background-repeat:no-repeat;
	cursor:pointer;
	margin:0 auto;
	box-shadow:0px 0px 3px #000 inset;
}
#car_epage_form
{
	display:none;
}
#cart_lists,
#cart_payer,
#cart_receiver
{
	width:100%;
	border-spacing:0px;
}
.cart_title
{
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #000;
}
.cart_title label
{
	/*font-size:50%;*/
	padding:5px 10px;
	margin-left:10px;
}
.cart_lists_subtitle th
{
	padding:10px 0px;
	border-bottom:1px solid #000;
}
.cart_list_th_dt
{
	text-align:left;
}
.cart_list td
{
	padding:10px 0px;
	border-bottom:1px solid #808080;
}
.cart_list:nth-last-child(4) td
{
	border-bottom:1px solid #000;
}
#cart_coupon
{
	/*display:none;*/
}
#cart_sum td
{
	padding:0px;
}
#cart_fee td,
#cart_total td,
#cart_coupon td
{
	padding:10px 0px;
}
.cart_list:last-child  td
{
	border-bottom:1px solid #000;
}
.cart_list_cancel label
{
	padding:3px 10px;
	color: #0b71c3;
	cursor: pointer;
}
.cart_list_dt
{
	/*width:100px;*/
	text-align:left;
}
.cart_list_quantity
{
	width:100px;
	text-align:center;
}
#cart_coupon_cut_tr
{
	display:none;
}
.cart_list_price,
.cart_list_single,
.cart_list_start_month,
#cart_sum_price,
#cart_fee_price,
#cart_total_price,
#cart_coupon_price,
#cart_coupon_cut_price
/*.cart_list_discount*/
{
	width:100px;
	text-align:center;
}
.cart_list_price::before,
.cart_list_single::before,
#cart_sum_price::before,
#cart_fee_price::before,
#cart_total_price::before,
#cart_coupon_price::before
/*.cart_list_discount::before*/
{
	content:"NT$ ";
	float:left;
	margin-left:10px;
}

#cart_coupon_cut_price::before
{
	content:"-NT$ ";
	float:left;
	margin-left:10px;
}
#cart_coupon option::before
{
	content:"折價卷 ";
}
.cart_list_price::after,
.cart_list_single::after,
#cart_sum_price::after,
#cart_fee_price::after,
#cart_total_price::after,
#cart_coupon_price::after,
#cart_coupon_cut_price::after
/*.cart_list_discount::after*/
{
	content:" 元";
	float:right;
}
#cart_coupon_cut_price
{
	color:#f00;
}
.cart_list_cancel
{
	width:60px;
}
.cart_list_start
{
	text-align:center;
}
#cart_fee_term
{
	float:right;
	color: #0b71c3;
	cursor: pointer;
}
#cart_sum_title,
#cart_fee_title,
#cart_total_title,
#cart_coupon_title,
#cart_coupon_cut_title
{
	text-align:center;
}
#cart_total_title,
#cart_total_price
{
	border-top:1px solid #888;
}
/*** Infomation ***/
.cart_payer_info th
{
	width:100px;
	text-align:right;
	padding:10px;
}
.cart_payer_info th::after
{
	content:" :";
}
.cart_payer_info td
{
	padding:10px 0px;
}
/*** Receiver ***/
.cart_receiver_info th
{
	width:100px;
	text-align:right;
	padding:10px;
}
.cart_receiver_info th::after
{
	content:" :";
}
.cart_receiver_info td
{
	padding:10px 0px;
}
#cart_receiver_invoice_box1,
#cart_receiver_invoice_box2
{
	display:none;
}
/*** Pay Button ***/
#cart_pay
{
	text-align:right;
	padding:20px 0px;
}
#cart_pay_go
{
	/*padding:10px 30px;*/
	width:200px;
	height:35px;
	line-height:35px;
	text-align:center;
	display:inline-block;
	background-color:#ee4036;
	color:#fff;
}

#cart_receiver_manage_box,
#cart_vat_manage_box
{
	width:450px;
	vertical-align:top;
}
#cart_receiver_manage_rows,
#cart_vat_manage_rows
{
	float:left;
	padding:10px;
	border:1px solid #888;
	margin:10px;
	display:none;
}
.cart_receiver_manage_row,
.cart_vat_manage_row
{
	border-bottom:1px dotted #888;
	padding:10px;
	cursor:pointer;
}
.cart_receiver_manage_row:hover,
.cart_vat_manage_row:hover
{
	background-color:#eee;
}
.cart_receiver_manage_row:last-child,
.cart_vat_manage_row:last-child
{
	border-bottom:none;
}
.cart_receiver_manage_row_phone::before
{
	content:"電話";
	margin-right:10px;
}

#cart_vat_manage,
#cart_vat_save
{
	font-size:50%;
	padding:5px 10px;
	margin-left:10px;
	display:none;
}
#cart_guest
{
	text-align:center;
}

#cart_guest_register,
#cart_guest_login
{
	margin:5px;
	background-color:#ee4036;
	text-align:center;
	color:#fff;
	width:200px;
	height:35px;
	line-height:35px;
	display:inline-block;
}
#cart_pay_go:hover,
#cart_guest_register:hover,
#cart_guest_login:hover
{
	color:#fff;
}
#cart_receiver_same,
#cart_receiver_manage,
#cart_receiver_save,
#cart_vat_manage,
#cart_vat_save
{
	width:85px;
	height:22px;
	line-height:22px;
	text-align:center;
	padding:0px;
}
#cart_receiver_same,
#cart_receiver_manage,
#cart_receiver_save
{
	display:inline-block;
}
#cart_receiver_same,
#cart_receiver_manage,
#cart_vat_manage
{
	background-color:#8bc53f;
	color:#fff;
}
#cart_receiver_save,
#cart_vat_save
{
	background-color:#000;
	color:#fff;
}
/**********************************************************/
/*
/* #cut_image_box
/*
/**********************************************************/
#cut_image_box
{
	display:none;
	position:relative;
	width:400px;
	height:300px;
	text-align:center;
}
#img_temp_src
{
	position:relative;
	z-index:1;
}
#img_temp_space
{
	position:absolute;
	z-index:2;
	width:400px;
	height:300px;
	border:1px #999 solid;
	top:0px;
	left:0px;
}
#img_temp_cut
{
	position:absolute;
	z-index:5;
	width:95px;
	height:107px;
	box-shadow:0px 0px 2px #888 inset;
	top:0px;
	left:0px;
	cursor:move;
}
#img_bottom_right
{
	position:absolute;
	width:10px;
	height:10px;
	background-color:#fff;
	border:1px #888 solid;
	right:-5px;
	bottom:-5px;
	cursor:nwse-resize;
}
.img_tmp_bk
{
	opacity:0.5;
	background-color:#fff;
	position:absolute;
	z-index:4;
}







