@charset "UTF-8"; 
/* 以上是 聲明 css編碼 */

/* 以下是 圖示文字 的 CSS */
@import url(/webeip/HT00100/becky/fonticons/css/style.css);
/* 以下是 animate 的 CSS */
@import url(/webeip/HT00100/becky/css/animate.css);
/* 以下是 reset 的 CSS */
@import url(/webeip/HT00100/becky/css/reset.css);


.listcar_wrap{
	width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}
.listcar_title{
	width: 100%;
	padding: 0.5em;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 0.25em;
}
/* 購物車無商品警示 */
.listcar_nullcart{
	width: 100%;
	text-align: center;
	padding: 1em;
	box-sizing: border-box;
}

/* 紅利P */
.listcar_bonusicon {
	display: inline-block;
	width: 1.5em;
	text-align: center;
	height: 1.5em;
	line-height: 1.5em;
	background-color: #D71A21;
	color: #FFFFFF;
	border-radius: 50%;
	margin-left: 0.5em;
	font-size: 0.8em;
}
.listcar_input_btn{
	display: inline-block;
	font-size: 1em;
	border-radius: 5px;
	border: 0;
	padding: 0.25em;
	box-sizing: border-box;
}
.listcar_select{
	display: inline-block;
	font-size: 1em;
	padding: 0 0.5em;
	box-sizing: border-box;
}


.listcar_form{
	width: 100%;
	margin: 0 auto;
	border-top: 2px solid gainsboro;
}
.listcar_cartlist_main{
	width: 100%;
	margin: 0.5em auto 1em;
}
.listcar_cartlist_main thead tr th{
	padding: 0.5em 0.25em;
	box-sizing: border-box;
	/*background-color: #E3D2CA;*/
	background-color: #B6D6CE;
}
.listcar_cartlist_main tbody tr td{
	padding: 0.5em 0.25em;
	box-sizing: border-box;
	text-align: center;
	min-width: 100px;
}
.listcar_cartlist_main tbody tr td:first-child{
	text-align: left;
}
/* 商品數量選擇 */
.listcar_cartlist_main_input_number{
	display: inline-block;
	width: 5em;
	padding: 0.25em 0.5em;
	box-sizing: border-box;
	font-size: 1em;
}
/* 折扣碼 */
.listcar_cartlist_main_input_discount{
	display: inline-block;
	padding: 0.25em 0.5em;
	box-sizing: border-box;
	font-size: 1em;
}
/* 刪除 */
.listcar_cartlist_main_btn_del{
	cursor: pointer;
	border: 0;
	display: inline-block;
	padding: 0.25em 1em;
	box-sizing: border-box;
	font-size: 0.9em;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

	-moz-box-shadow: inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f29c93;
	box-shadow: inset 0px 1px 0px 0px #f29c93;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100));
	background: -moz-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background: -webkit-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background: -o-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background: -ms-linear-gradient(top, #fe1a00 5%, #ce0100 100%);
	background: linear-gradient(to bottom, #fe1a00 5%, #ce0100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100',GradientType=0);
	background-color: #fe1a00;
	color: #fff;
	text-shadow: 0px 1px 0px #b23e35;
}
.listcar_cartlist_main_btn_del:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00));
	background: -moz-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background: -webkit-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background: -o-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background: -ms-linear-gradient(top, #ce0100 5%, #fe1a00 100%);
	background: linear-gradient(to bottom, #ce0100 5%, #fe1a00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00',GradientType=0);
	background-color: #ce0100;
}
.listcar_cartlist_main_btn_del:active {
	position: relative;
	top: 1px;
}
.listcar_cartlist_main tfoot{
	background-color: #F5F5F5;
}
.listcar_cartlist_main tfoot tr th,
.listcar_cartlist_main tfoot tr td{
	
	padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: right;
}
.listcar_cartlist_main tfoot tr th{
	
}
.listcar_cartlist_main tfoot tr td{
	
}

/* 7-11賣貨便按鈕 */
.listcar_cartlist_main_transport711{
	display: inline-block;
    background-color: #ff6000;
    margin-left: 5px;
    padding: 0 10px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    font-size: 1rem;
}
.listcar_cartlist_main_transport711_store{
	margin: 5px 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.listcar_cartlist_main_transport711_store > div{
	margin: 0 5px;
}
/* 運費 */
.listcar_cartlist_main_transportcost{

}
/* 扣紅利點數 */
.listcar_cartlist_main_bonus {
	color: red;
}
/* 總計 */
.listcar_cartlist_main_total{
	color: deeppink;
}

/* 計算欄位 */

	.listcar_cartlist_main_transportway,
	.listcar_cartlist_main_promocode,
	.listcar_cartlist_main_referralcode,
	.listcar_cartlist_main_transportcost,
	.listcar_cartlist_main_bonus,
	.listcar_cartlist_main_total{
		display: flex;
	    flex-wrap: wrap;
	    justify-content: flex-end;
	    align-items: center;
	    background-color: #F5F5F5;
	    border-bottom: 2px solid #fff;
	    border-top: 2px solid #fff;
	    box-sizing: border-box;
	}
	.listcar_cartlist_main_title{ min-width: 100px; font-weight: bold; text-align: end;}
	.listcar_cartlist_main_box{
		min-width: 150px;
	    text-align: end;
	    border: 2px solid #fff;
	    border-bottom: 0;
	    border-top: 0;
	    padding: 0.5rem;
	    box-sizing: border-box;
	}
	.listcar_cartlist_main_transport{
		text-align: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: center;
		border-right: 0;
	}
	.listcar_cartlist_main{ margin: 0.5em auto 0; }

/* 運送方式 */
.listcar_cartlist_main_transportway{
	justify-content: flex-start;
}

/* 促銷碼推薦碼 */
.listcar_cartlist_main_promocode , .listcar_cartlist_main_referralcode{
	justify-content: flex-start;
	font-size: 11px;
	padding: 0.5rem;
	box-sizing: border-box;
}
.prodSell_listcar_title{
	padding: 0 10px 0 27px;
}
.listcar_cartlist_main_referralcode input[type="text"]{
	display: inline-block;
    padding: 0.25em 0.5em;
    box-sizing: border-box;
    font-size: 1em;
}

/* 重新計算、繼續購物、我要結帳 */
.listcar_cartlist_main_btns{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 1em auto;
	cursor: pointer;
}
.listcar_cartlist_main_btns > .listcar_input_btn{
	margin: 0.5em;
	font-size: 1.2em;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
.listcar_cartlist_main_btns > .listcar_input_btn:first-child{
	background-color: lightgray;
}
.listcar_cartlist_main_btns > .listcar_input_btn:nth-child(2){
	background-color: #3293D4;
	color: #FFF;
}
.listcar_cartlist_main_btns > .listcar_input_btn:last-child{
	background-color: red;
	color: #FFF;
}
/* 運費說明 */
.listcar_transportdetail{
	width: 100%;
	margin: 1em auto;
}
.listcar_transportdetail caption{
	font-size: 1.3em;
	background-color: #FCC9B1;
	text-align: center;
	padding: 0.5em 0.25em;
	box-sizing: border-box;
}
.listcar_transportdetail tbody tr th{
	background-color: #FFE4D7;
	text-align: center;
	padding: 0.5em 0.25em;
	box-sizing: border-box;
}
.listcar_transportdetail tbody tr td{
	text-align: left;
	background-color: #FFF3ED;
	padding: 0.5em 1em;
	box-sizing: border-box;
}
.listcar_962_main{
	width: 100%;
	max-width: 1240px;
    margin: 0 auto;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.listcar_962_main aside{ width: 200px; margin: 0 20px;}
.listcar_962_main > div{ width: 1000px; }

/* 訂購步驟 */
.checkout_step{
	width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.checkout_step ul{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    position: relative;
}
.checkout_step ul:after{
	content: '';
	position: absolute;
	width: 60%;
	top: 20px;
	height: 2px;
	background-color: #9f9f9f;
	z-index: -1;
}
.checkout_step ul li{
	width: 30%;
	text-align: center;
}
.checkout_step ul li span{
	width: 40px;
	height: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px solid #9f9f9f;
	border-radius: 50%;
	font-weight: bolder;
	color: #9f9f9f;
	margin-bottom: 10px;
}
.checkout_step ul .checkout_step_mark span{
	color: #fff;
	background-color: #9f9f9f;
}

