.clearFix:after{
	content: '';
	width: 100%;
	height: 0;
	display: block;
	clear: both;
}
.delivery_method_icon{
	width: 25px;
	height: 25px;
}
.delivery_title{
	display: flex;
  	align-items: center; 
}

/*** 步驟一 ***/
.cart-container{
	width: 1140px;
	min-height: 850px;
	/*background-color: #E3E3E3;*/
	box-sizing: border-box;
	margin: auto;
	padding: 10px;
}
.cart-step-section{
	width: 435px;
	margin: 50px auto;
	position: relative;
	z-index: 2;
}
.step-column{
	width: 100%;
	height: 6px;
	background-color: #ECECEC;
	position: absolute;
	top: 22px;
	z-index: -1;
}
.step-column:before{
	content: '';
	width: 6px;
	height: 6px;
	background-color: #ECECEC;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -3px;
}
.step-column:after{
	content: '';
	width: 6px;
	height: 6px;
	background-color: #ECECEC;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: -3px;
}
.step-wrapper{
	width: 25%;
	text-align: center;
	float: left;
}
.step-wrapper-center{
	width: 50%;
	text-align: center;
	float: left;
}
.step-wrapper .step-icon{
	width: 34px;
	height: 34px;
	background-color: #ECECEC;
	border: 3px solid #FFFFFF;
	border-radius: 50%;
	color: #5F5F5F;
	font-weight: bold;
	text-align: center;
	margin: 5px auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.step-wrapper span:nth-child(2){
	font-size: 12px;
}
.step-wrapper .step-icon-full{
	background-color: #FF6000;
	color: #FFFFFF;
}
.store-section{
	width: 980px;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	margin: 30px auto;
	padding: 20px;
}
.store-top{
	width: 800px;
	margin: auto;
}
.store-photo{
	width: 62px;
	height: 62px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	float: left;
}
/*.store-photo img{
	width: 62px;
	height: 62px;
	border-radius: 50%;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center;
}*/
.store-main{
	padding: 7px;
	float: left;
}
.store-main .store-name{
	width: 100%;
	display: block;
}
.store-main .store-name a{
	color: #4990E2;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.store-main .message-btn{
	background-color: #FF6000;
	border: none;
	border-radius: 12px;
	font-family: Microsoft JhengHei, Helvetica;
	margin-top: 5px;
	padding: 2px 15px;
	cursor: pointer;
	outline: none;
}
.store-main .message-btn img{
	vertical-align: middle;
	margin-right: 5px;
}
.store-main .message-btn span{
	color: #FFFFFF;
	font-size: 12px;
}
.store-middle{
	width: 815px;
	border-top: 2px solid #CBCBCB;
	border-bottom: 2px solid #CBCBCB;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 10px;
}
.pds-section{
	width: 85%;
	border-bottom: 1px solid #E3E3E3;
	margin: auto;
	padding: 15px;
}
.pds-section:last-child{
	border: none;
}
.pds-section .pds-cover{
	width: 140px;
	height: 140px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	margin-right: 10px;
	float: left;
}
.pds-cover img {
	width: 100%;
}
.pds-section .pds-wrap{
	width: 525px;
	float: left;
}
.pds-section .pds-wrap .pds-name{
	width: 380px;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.pds-section .pds-wrap .pds-name a{
	color: #4990E2;
	text-decoration: none;
}
.pds-delete-btn{
	background-color: #FFFFFF;
	border: none;
	font-family: Microsoft JhengHei, Helvetica;
	float: right;
	cursor: pointer;
	outline: none;
}
.pds-delete-btn span{
	color: #D14B4B;
	font-weight: bold;
	vertical-align: bottom;
}
.pds-delete-btn img{
	vertical-align: middle;
}
.pds-section .pds-wrap .fee-status-mark-wrap{
	padding: 3.5px 0;
}
.pds-section .pds-wrap .fee-mark{
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 12px;
	margin: 2px 5px 2px 0;
	padding: 2px 15px;
	float: left;
	display: block;
}
.pds-section .pds-wrap .fee-mark:last-child{
	margin-right: 0;
}
.pds-section .pds-wrap .fee-offer{
	background-color: #FF6000;
}
.pds-section .pds-wrap .fee-unoffer{
	background-color: #5F5F5F;
}
.pds-section .pds-wrap .pds-price{
	color: #D14B4B;
	font-size: 36px;
	font-weight: bold;
	padding: 5.5px 0;
}
.pds-spec-wrap{
	float: left;
}
.qty-ctrl-wrap{
	margin: 0 20px;
	float: left;
}
.pds-spec-wrap span,
.qty-ctrl-wrap span{
	font-weight: bold;
	line-height: 30px;
	padding-right: 10px;
	float: left;
}
#pds-spec{
	min-width: 150px;
	height: 30px;
	background-color: #FFFFFF;
	border: 1px solid #E3E3E3;
	text-align: center;
	text-align-last: center;
	float: left;
	outline: none;
}
.qty-ctrl{
	float: left;
}
.qty-ctrl button{
	width: 30px;
	height: 30px;
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	font-size: 20px;
	float: left;
	cursor: pointer;
	outline: none;
}
.qty-ctrl input{
	width: 90px;
	height: 30px;
	border-top: 1px solid #E3E3E3;
	border-right: none;
	border-bottom: 1px solid #E3E3E3;
	border-left: none;
	box-sizing: border-box;
	text-align: center;
	float: left;
	outline: none;
}
.pds-stock{
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	float: left;
}
.store-bottom{
	width: 800px;
	box-sizing: border-box;
	margin: auto;
	padding: 10px 70px;
}
.ctrl-wrap{
	/*width: 180px;*/
	float: left;
}
.ctrl-wrap span{
	font-weight: bold;
	padding-right: 10px;
}
.ctrl-wrap table tr td:nth-child(2){
	width: 180px;
}
.ctrl-wrap select{
	width: 100%;
	height: 30px;
	border: 1px solid #E3E3E3;
	text-align: center;
	text-align-last: center;
	margin: 15px 0;
	outline: none;
}
.ctrl-wrap .next-step{
	width: 100%;
	height: 30px;
	background-color: #D14B4B;
	border: none;
	color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	cursor: pointer;
	outline: none;
}
.price-wrap{
	float: right;
	display: none;
}
#cart_2 .lockThis{
	pointer-events: none;
    background-color: #CBCBCB;
}
.price-wrap .price-list{
	width: 100%;
	height: 30px;
	font-weight: bold;
	line-height: 30px;
	margin: 15px 0;
}
.price-wrap .price-list span:nth-child(1){
	padding-right: 15px;
	float: left;
	display: block;
}
.price-wrap .price-list span:nth-child(2){
	min-width: 150px;
	text-align: right;
	float: right;
	display: block;
}
.price-wrap .price-list .price-total{
	color: #D14B4B;
	font-size: 36px;
	font-weight: bold;
}
.cart-empty-container{
	width: 1140px;
	text-align: center;
	margin: auto;
	padding: 185px 0;
	display: none;
}
.cart-empty-container p{
	color: #5F5F5F;
	font-weight: bold;
	padding: 15px 0;
}
.cart-empty-container a{
	width: 800px;
	height: 40px;
	border-radius: 999px;
	background-color: #ECECEC;
	color: #1C1C1C;
	font-size: 16px;
	text-decoration: none;
	margin-top: 60px;
	padding-top: 15px;
	display: inline-block;
	-webkit-transition: .3s;
	transition: .3s;
}
.cart-empty-container a:hover{
	background-color: #FF6000;
	color: #FFFFFF;
}



/*** 步驟二 ***/
#buy-list-section{
	width: 800px;
	margin: auto;
}
.buy-list-title{
	width: 600px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
.buy-list-desc{
	width: 600px;
	text-align: center;
	margin: 15px auto;
}
#buy-list{
	width: 600px;
	margin: auto;
}
#buy-list .buy-item-wrap{
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 10px;
}
#buy-list .buy-item-wrap .pds-cover{
	width: 70px;
	height: 70px;
	border: 1px solid #E3E3E3;
	box-sizing: border-box;
	margin-right: 8px;
	float: left;
}
.pds-info{
	width: 500px;
	float: left;
}
.pds-title{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pds-spec{
	width: 100%;
	font-size: 14px;
	padding: 4.5px 0;
}
.pds-count{
	width: 100%;
}
.pds-count .pds-qty{
	font-size: 14px;
	float: left;
}
.pds-count .pds-price{
	color: #D14B4B;
	font-weight: bold;
	float: right;
}
#buy-total-wrap{
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	margin: 10px 0;
	padding: 16px 10px;
}
#buy-total-wrap .buy-fee{
	width: 500px;
	float: right;
}
#buy-total-wrap .buy-fee span:nth-child(1){
	font-weight: bold;
	float: left;
}
#buy-total-wrap .buy-fee span:nth-child(2){
	font-weight: bold;
	float: right;
}
#buy-total-wrap .buy-total{
	width: 500px;
	color: #D14B4B;
	font-weight: bold;
	text-align: right;
	padding-top: 16px;
	float: right;
}
#buy-pay-mode-wrap{
	width: 100%;
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
    padding-top: 30px;
	border-top: 2px solid #CBCBCB;
}
#buy-pay-mode-wrap table{
	width: 600px;
	margin: 15px auto;
}
#buy-pay-mode-wrap table tr td:nth-child(1){
	width: 100px;
	font-weight: bold;
	vertical-align: top;
	box-sizing: border-box;
	padding-top: 11px;
}
/*#buy-pay-mode-wrap .pay-method-block{
	width: 600px;
	margin: 15px auto;
}*/
/*#buy-pay-mode-wrap .pay-method{
	font-weight: bold;
	padding-top: 15px;
	position: relative;
}
#buy-pay-mode-wrap .pay-method:before{
	content: "*";
	position: absolute;
	color: #D14B4B;
	top: 14px;
	left: -10px;
	font-weight: bold;
}*/
#buy-pay-mode-wrap .pay-mode-bank{
	margin-top: 10px;
	display: none;
}
#buy-pay-mode-wrap select{
	width: 100%;
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	font-family: Microsoft JhengHei, Helvetica;
	padding: 0 15px;
}
#buy-pay-mode-wrap .pay-mode-bank{
	margin-top: 20px;
	display: none;
}
.delivery-data-scope{
	width: 100%;
	border-top: 2px solid #CBCBCB;
	margin-top: 30px;
	padding-top: 30px;
}
.delivery-data-scope table{
	width: 600px;
	margin: auto;
}
.delivery-data-scope table tr td{
	padding-bottom: 20px;
}
.delivery-data-scope table tr:last-child td {
	text-align: center;
}
.delivery-data-scope table tr td:nth-child(1){
	width: 100px;
	font-weight: bold;
	vertical-align: top;
	box-sizing: border-box;
	padding-top: 11px;
}
.delivery-data-scope input[type="checkbox"]{
	display: none;
}
.consignee-name,
.consignee-phone{
	width: 285px;
	height: 40px;
	border: 1px solid #CBCBCB;
	font-family: Microsoft JhengHei, Helvetica;
	box-sizing: border-box;
	padding-left: 5px;
}
#City,
#Area{
	min-width: 90px;
	height: 30px;
	border: none;
	font-family: Microsoft JhengHei, Helvetica;
}
#ZIP{
	width: 50px;
	height: 30px;
	background-color: #FFFFE0;
	border: none;
	text-align: center;
	vertical-align: top;
}
.consignee-address{
	/* width: 300px; */
	width: 100%;
	height: 40px;
	border: 1px solid #CBCBCB;
	font-family: Microsoft JhengHei, Helvetica;
	box-sizing: border-box;
	padding-left: 5px;
}
.consignee-email{
	width: 100%;
	height: 40px;
	border: 1px solid #CBCBCB;
	font-family: Microsoft JhengHei, Helvetica;
	box-sizing: border-box;
	padding-left: 5px;
}
.consignee-remark{
	width: 100%;
	height: 90px;
	border: 1px solid #CBCBCB;
	font-family: Microsoft JhengHei, Helvetica;
	box-sizing: border-box;
	padding: 5px;
	resize: none;
}
.delivery-operate{
	text-align: center;
	padding-bottom: 20px;
}
.next-step-btn{
	background-color: #ECECEC;
	border: none;
	border-radius: 15px;
	color: #1C1C1C;
	font-size: 14px;
	font-family: Microsoft JhengHei, Helvetica;
	padding: 5.5px 20px;
	cursor: pointer;
	outline: none;
	-webkit-transition: .3s;
	transition: .3s;
}
.next-step-btn:hover{
	background-color: #FF6000;
	color: #FFFFFF;
}
.input-desc{
	width: 100%;
	color: #6A6A6A;
	font-size: 12px;
	padding-top: 5px;
}
.word-count{
	width: 100%;
	color: #6A6A6A;
	font-size: 12px;
	text-align: right;
}

/* 必填欄位*字號 */
.buy-input-must{
	position: relative;
}
.buy-input-must:before{
	content: '*';
	color: #D14B4B;
	font-weight: bold;
	position: absolute;
	left: -10px;
}



/*** 步驟二 - 首次購物 ***/
.signup-input-td{
	position: relative;
}
.scope-title{
	width: 600px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: auto;
}
.scope-desc{
	width: 600px;
	text-align: center;
	margin: 15px auto;
}
.signup-input{
	width: 100%;
	height: 40px;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	font-size: 12px;
	font-family: Microsoft JhengHei, Helvetica;
	box-sizing: border-box;
	padding-left: 5px;
}
.proxy-check-btn{
	width: 12px;
	height: 12px;
	background-color: #ECECEC;
	border: 3px solid #ECECEC;
	margin: 6px;
	float: left;
	cursor: pointer;
}
.isl-terms-scope #isl-terms{
	color: #D14B4B;
	font-weight: bold;
	text-decoration: underline;
	margin: 0;
	cursor: pointer;
}
.isl-terms-scope span,
.synchronous-data-scope span{
	font-size: 14px;
	margin: 4.5px;
	display: inline-block;
}
.ver-icon{
	width: 28px;
	height: 28px;
	/*background-color: #FFFFFF;*/
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 1px;
	right: 0;
}
.ver-correct-icon{
	background-image: url('../../images/signup/signup-correct-icon.png');
}
.ver-error-icon{
	background-image: url('../../images/signup/signup-error-icon.png');
}
.blur-errormsg{
	color: #D14B4B;
	font-size: 12px;
	padding-top: 5px;
	display: none;
}
.js-checked{
	background-color: #FF6000;
}



/*** 步驟二 - 付款方式 ***/
#payment-method{
	width: 600px;
	min-height: 90px;
	background-color: #FFFFFF;
	box-sizing: border-box;
	margin: 10px auto;
	padding: 10px 15px;
}
.pay-title{
	font-weight: bold;
}
.pay-item{
	width: 100%;
	margin: 10px 0;
}
.pay-item input[type="radio"]{
	width: 15px;
	height: 15px;
	margin-top: 2px;
	float: left;
}
.pay-item span{
	font-size: 14px;
	padding-left: 3px;
	float: left;
	cursor: pointer;
}
.payment-ctrl{
	width: 100%;
	text-align: center;
	padding: 5px 0;
}
.payment-btn{
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	font-family: Microsoft JhengHei, Helvetica;
	padding: 6.5px 20px;
	cursor: pointer;
	outline: none;
}



/*** 步驟三 ***/
#buy-success-section{
	width: 600px;
	margin: auto;
}
.success-title{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.success-desc{
	width: 100%;
	text-align: center;
	margin: 15px auto;
}
.success-wrap{
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #CBCBCB;
	box-sizing: border-box;
	margin: 15px 0;
	padding: 5px 15px;
}
.success-wrap table tr td{
	padding: 5px 0;
}
.success-wrap table tr td:nth-child(1){
	min-width: 90px;
	font-weight: bold;
	vertical-align: top;
}
.success-ctrl{
	width: 100%;
	text-align: center;
}
.success-ctrl .home-link-btn{
	background-color: #ECECEC;
	border: none;
	border-radius: 15px;
	color: #1C1C1C;
	font-size: 14px;
	font-family: Microsoft JhengHei, Helvetica;
	padding: 5.5px 20px;
	cursor: pointer;
	outline: none;
	-webkit-transition: .3s;
	transition: .3s;
}
.success-ctrl .home-link-btn:hover{
	background-color: #FF6000;
	color: #FFFFFF;
}



/*** 使用條款跳窗 ***/
#isl-terms-back{
	width: 100%;
	height: 100%;
	min-width: 340px;
	min-height: 276px;
	background: rgba(0,0,0,0.75);
	color: #5E5E5E;
	vertical-align: middle;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	display: none;
}
#isl-terms-box{
	width: 900px;
	/*height: 800px;*/
	background-color: white;
	font-family: "Microsoft JhengHei";
	margin: auto;
	margin-top: 80px;
	padding: 0;
}
.terms-title{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
}
.terms-title span{
	font-size: 28px;
}
.terms-title .close-terms-box-btn{
	margin: 10px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
#terms-content{
	height: 60vh;
	overflow-y: scroll;
	border-bottom: 1px solid #CCCCCC;
	padding: 0 20px;
}
#terms-content .part{
	width: 100%;
	margin: 25px 0;
}
#terms-content .part:first-child{
	margin-top: 0;
}
#terms-content .part span:nth-child(1){
	width: 100%;
	margin-bottom: 5px;
	display: block;
}
#terms-content .part p{
	font-size: 14px;
	padding: 7px 0;
}
#terms-content .deputy-part{
	width: 100%;
}
#terms-content .deputy-part p:nth-child(1){
	width: 2%;
	vertical-align: top;
	display: inline-block;
}
#terms-content .deputy-part p:nth-child(2){
	width: 98%;
	margin-left: -4px;
	display: inline-block;
}
#terms-content .deputy-part .deputy-part-p{
	width: 98%;
	margin-left: -4px;
	display: inline-block;
}
#terms-content .deputy-part .deputy-part-p p:first-child{
	padding: 7px 0;
}
#terms-content .deputy-part .deputy-part-p p{
	width: 100%;
	margin: 0;
	padding: 0 0 7px 0;
}
#terms-operate{
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	padding: 12px;
}
#terms-cancel-btn{
	width: 74px;
	height: 32px;
	background-color: #5F5F5F;
	border: none;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Microsoft JhengHei, Helvetica;
	margin: 0 5px;
	cursor: pointer;
	outline: none;
}
#terms-consent-btn{
	width: 74px;
	height: 32px;
	background-color: #FF6000;
	border: none;
	color: #FFFFFF;
	font-size: 13px;
	font-family: Microsoft JhengHei, Helvetica;
	margin: 0 5px;
	cursor: pointer;
	outline: none;
}

.livevideostest iframe{
	width: 360px;
	height: 180px;
}
/*promo code */
input[name="promocode"]{
	color: #FF6000;
	pointer-events: none;
	border: none;
	border-radius: 5px;
	text-align: center;
}
#promocodeArea:hover input[name="promocode"]{
	background-color: #d5d5d5;
}
#removePromocode{
	cursor: pointer;
	font-weight: 500;
	font-size: 14px;
}
