@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);


/* 以下是  RWD CSS */
@media screen and (max-width: 980px)
{	
	.payout_wrap{
		margin: 0 auto 1em;
	}
	.payout_nullcart{ padding: 0; }
	.payout_cartlist_main{
		border-top: 0;
		padding-top: 0;
		width: 95%;
	}
	.payout_cartlist_main thead{ display: none; }
	
	.payout_cartlist_main tbody tr,
	.payout_cartlist_main tfoot tr{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0.5em auto;
	}
	.payout_cartlist_main tbody tr td{
		width: 100%;
		text-align: left;
		padding: 0.5em 1em;
	}
	.payout_cartlist_main tbody tr td:first-child{
		text-align: center;
		font-weight: bold;
		padding: 0.75em 0.25em;
	}
	.payout_cartlist_main tbody tr td:nth-child(2):before{
		content: "單價：";
	}
	.payout_cartlist_main tbody tr td:nth-child(3):before{
		content: "數量：";
	}
	.payout_cartlist_main tbody tr td:nth-child(4):before{
		content: "小計：";
	}
	.payout_cartlist_main tbody tr td:last-child:before{
		content: "紅利：";
	}

	.payout_cartlist_main tfoot tr{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}
	.payout_cartlist_main tfoot tr th{
		min-width: 120px;
	}
	
	.payout_main_other_detail tbody tr{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.payout_main_other_detail tbody tr:nth-child(2) th{
		width: 100%;
		text-align: left;
	}
	.payout_main_btns{
		flex-wrap: wrap;
		max-width: 520px;
	}
	.payout_main_btns_back, .payout_main_btns_cancel, .payout_main_btns_next{
		width: 100%;
		max-width: 150px;
	}
}