@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:601px) { /*桌面*/
/*=========================首頁=========================*/
	#index_wrap{
	padding:70px 0 0 0;
	width:70%;
	min-width:350px;
	margin:0 auto 0 auto;
	}
	
	.index_h1{
	text-align: center;
	font-weight: lighter;
	font-size: 18pt;
	}
	
	.shop_wrap{
	display: flex;
	width: 100%;
	margin: 30px 0 30px 0;
	padding: 30px 0 30px 0;
	border-bottom: 1px dashed hsla(0,0%,81%,1.00);
	position: relative;
	}
	
	.shop_img{
	width: 180px;
	height: 180px;
	border: 0px solid hsla(0,0%,72%,1.00);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
	position: relative;
	}
	
	.shop_img img{
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
	.shop_text{
	padding-left: 20px;	
	position: relative;
	}
	
	.shop_text_sub{
	font-size: 18px;
	font-weight: 400;
	margin:0 0 15px 0;
	}
	
	.shop_text_num_wrap{
	padding: 0;
	margin: 10px;
	list-style-type: none;
	display: flex;
	position: relative;
	top:10px;
	}
	.shop_text_num{
	color: hsla(0,0%,66%,1.00);
	font-family: Arial;
	font-weight: bold;
	width: 80px;
	font-size: 30pt;
	position: relative;
	top: -7px;
	text-align: center;
	border: 0px dashed hsla(0,0%,81%,1.00);
	margin:0 10px 0 10px;
	}
	.shop_text_finish_num{
	font-size: 12pt;
	margin:25px 0 0 0;
	}
	
	.shop_text_price_finish_nun span{
	padding-right:0px;
	}
	
	.shop_text_reduce{
	font-size: 20pt;
	position: relative;
	top: 4px;
	transition: transform 0.5s;
	}
	
	.shop_text_reduce:hover{
	transform: scale(1.1);	
	}
	
	.shop_text_reduce .icon-disturb{
	color: hsla(0,0%,66%,1.00);	
	}
	
	.shop_text_reduce .icon-disturb:hover{
	color: hsla(0,0%,24%,1.00);
	}
	
	.shop_text_add{	
	font-size: 16pt;
	position: relative;
	top: 6px;
	transition: transform 0.5s;
	}
	.shop_text_add:hover{
	transform: scale(1.1);
	}
	
	.shop_text_add .icon-add{
	color: hsla(0,0%,66%,1.00);	
	}
	
	.shop_text_add .icon-add:hover{
	color: hsla(0,0%,24%,1.00);
	
	}
	
	.shop_del{
	border:0px solid hsla(0,0%,0%,1.00);
	position:absolute;
	top:40%;
	right:20px;
	transition: transform 0.5s;
	}
	
	.shop_del:hover{
	transform: scale(1.1);	
	}
	
	.shop_del .icon-cancel{
	display: block;
	font-size:22pt;
	color:hsla(0,0%,67%,1.00);
	}
	
	.shop_del .icon-cancel:hover{
	color: hsla(359,62%,59%,1.00);		
	}
	
	.shop_text_price{
	font-size: 12pt;
	}
	
	.shop_text_price span{
	padding-right:10px;
	}
	
	.shop_text_price_subtotal{
	font-size: 12pt;
	margin:25px 0 0 0;
	}
	
	.shop_text_price_subtotal span{
	padding-right:0px;
	}
	
	.shop_text_price_wrap{
	text-align: center;
	color: hsla(0,0%,57%,1.00);
	margin-bottom: 50px;
	font-size:20px;
	
	}
	
	.shop_text_price_wrap_sprice{
	display:inline-block;
	padding:0 3% 0 3%;
	}
	
	.shop_text_price_wrap_freight{
	display:inline-block;
	padding:0 3% 0 3%;
	}
	
	.shop_text_price_wrap_alltotal{
	display:inline-block;
	padding:0 3% 0 3%;
	}
	
	.shop_login{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: hsla(0,0%,82%,1.00);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	transition: transform 0.5s;
	}
	
	.shop_login:hover{
	background-color: hsla(0,0%,67%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.05);
	}
	
	.storehouse{
	border-left: 1px solid #929292;
    padding-left: 2%;
	margin-left: 2%;
	}
	
	.storehouse_span{
	margin:5px;
	padding:5px;
	list-style-type: none;
	border-bottom:1px dashed #737373;
	font-size: 10pt;
	}
	
/*=========================首頁=========================*/

/*=========================登入視窗=========================*/
#login_black_BG{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: hsla(0,0%,0%,0.60);
	z-index: 150;
	display: none;
}

#login_white_block{
	width: 50vw;
	height: 60vh;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 0px;
	position: fixed;
	top: 20vh;
	left: 25vw;
	-webkit-box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	overflow-y: auto;
}
	
#login_cross{
	display: block;
	position: absolute;
	top:10px;
	right:10px;
}
	
#login_cross .icon-cross{
	font-size:14pt;
	color: hsla(359,66%,63%,1.00);
	}

.login_wrap{
	padding:5% 0 0 0;
	margin:0 auto 0 auto;
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 60%;
	height: 100%;
	display: block;
	overflow-x:hidden	
}
	
.login_wrap label{
	display: block;
	padding: 10px 0 5px 0;
	text-align: center;
}
	
.login_input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,53%,1.00);
	text-align: center;
	font-size: 14pt;
	color:hsla(0,0%,40%,1.00);
	}
	
.login_submit{
	width: 100%;
	height: 40px;
	margin: 30px 0 0 0;
	border: 0px;
	background-color: hsla(359,63%,64%,1.00);
	color: hsla(0,0%,100%,1.00);
	}
	
.login_submit:hover{
	background-color: hsla(359,55%,57%,1.00);
}

.login_p{
	margin:30px 0 0 0;
	padding:0;
	display: flex;
	
	}
	
.login_p a{
	display: block;
	margin: 0 1% 0 1%;
	width: 48%;
	background-color: hsla(0,0%,91%,1.00);
	text-align: center;
	padding: 10px 0 10px 0;
	border-radius: 5px;
	transition: transform 0.5s;
	position: relative;
}
	
.login_p a:hover{
	background-color: hsla(0,0%,80%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.04);	
}
	
.Checkout{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: hsla(359,57%,64%,1.00);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	transition: transform 0.5s;
	color: hsla(0,0%,100%,1.00);
	margin: 40px 0 40px 0;;
	border:0px;
}
	
.Checkout:hover{
	background-color: hsla(359,56%,57%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.05);
}
    
.login_type{
		text-align:center;
		border:0px solid #000000;
	}
	
	.login_type a{
		
	}
	
	.login_type img{
		margin:10px;
		width:200px;
		height:auto;
		transition: color 0.8s, transform 0.3s ease;
	}
	
	.login_type img:hover{
	transform: scale(1.1);
	}
/*=========================登入視窗=========================*/
	
	
/*=========================折扣視窗=========================*/
#DNQ_black_BG{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: hsla(0,0%,0%,0.60);
	z-index: 150;
	display: none;
}

#DNQ_white_block{
	width: 30vw;
	height: 30vh;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 0px;
	position: fixed;
	top: 35vh;
	left: 35vw;
	-webkit-box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	overflow-y: auto;
}
	
#DNQ_cross{
	display: block;
	position: absolute;
	top:10px;
	right:10px;
}
	
#DNQ_cross .icon-cross{
	font-size:14pt;
	color: hsla(359,66%,63%,1.00);
	}

.DNQ_wrap{
	padding:5% 0 0 0;
	margin:0 auto 0 auto;
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 60%;
	height: 100%;
	display: block;
	overflow-x:hidden	
}
	
.DNQ_wrap label{
	display: block;
	padding: 10px 0 5px 0;
	text-align: center;
}
	
.DNQ_input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,53%,1.00);
	text-align: center;
	font-size: 14pt;
	color:hsla(0,0%,40%,1.00);
	}
	
.DNQ_submit{
	width: 100%;
	height: 40px;
	margin: 30px 0 0 0;
	border: 0px;
	background-color: hsla(359,63%,64%,1.00);
	color: hsla(0,0%,100%,1.00);
	}
	
.DNQ_submit:hover{
	background-color: hsla(359,55%,57%,1.00);
}

	

/*=========================折扣視窗=========================*/
	
/*=========================送貨資料=========================*/
.order_info_title{
	color: hsla(0,0%,51%,1.00);
	text-align: center;
	font-weight: lighter;
	border-bottom: 1px solid hsla(0,0%,82%,1.00);
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}
	
.order_info_wrap{
	border-bottom: 1px dotted hsla(0,0%,63%,1.00);
	display: flex;
	color: hsla(0,0%,51%,1.00);
	padding:25px 0 15px 0;
}
	
.order_info_wrap_h3_title{
	font-weight: normal;
	font-size: 14pt;
	flex:2;
	text-align: center;
}
	
.order_info_wrap_h3_text{
	font-weight: lighter;
	font-size: 14pt;
	flex:8;
}

.order_info_wrap_ps{
	font-weight: lighter;
	font-size: 14pt;
	flex:8;
	border:1px solid hsla(0,0%,66%,1.00);
	height:250px;
	padding:1%;
	}
	
.order_info_radio{
	margin:0 10px 0 20px;
	position: relative;
	top:3px;
	width:20px;
	height:20px;
	}
	
.order_info_wrap_input{
	font-weight: lighter;
	font-size: 14pt;
	flex:8;
	border:1px solid hsla(0,0%,66%,1.00);
	height:45px;
	text-align: center;
	}
	.DNQ{
		border:1px solid hsla(0,0%,30%,1.00);
		border-radius: 5px;
		padding:10px;
		width:150px;
		text-align: center;
		color:hsla(0,0%,53%,1.00);
	}
	
	.DNQ a:hover{
		color:hsla(0,0%,53%,1.00);
	}
/*=========================送貨資料=========================*/
	
/*=========================訂單完成資訊=========================*/
	
#order_finish_wrap{
	width:70%;
	min-width:350px;
	margin:0 auto 0 auto;
	}
	
.order_finish_h2{
	width: 70%;
	margin: 0 auto 0 auto;
	padding: 50px 0 10px 0;
	font-weight: lighter;
	display: block;
	text-align: center;
	border-bottom: 1px dashed hsla(0,0%,73%,1.00);
	}
	
.order_finish_tr{
	display:flex;
	border-bottom: 1px dashed hsla(0,0%,73%,1.00);
}
	
.order_finish_td{
	width:50%;
	padding:15px 10px 0px 10px;
	display: flex;
}
	
.order_finish_td_title{
	flex: 2.5;
}
	
.order_finish_td_content{
	flex: 7.5;	
}

.order_finish_td_ps_title{
	flex: 1;
}
.order_finish_td_ps{
	width:100%;
	padding:15px 10px 0px 10px;
	display: flex;
}
/*=========================訂單完成資訊=========================*/
	
	.no_data{
		text-align: center;
		height:200px;
		line-height: 200px;
	    color:#656565;
		font-size: 20px;
	}
	
}

	
@media screen and (max-width:600px) { /*行動裝置*/	
/*=========================登入=========================*/
	#index_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:0 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	flex-wrap: wrap;
	}
	
	.index_h1{
	text-align: center;
	font-weight: lighter;
	font-size: 18pt;
	}
	
	.shop_wrap{
	width: 100%;
	margin: 30px 0 30px 0;
	padding: 30px 0 30px 0;
	border-bottom: 1px dashed hsla(0,0%,81%,1.00);
	position: relative;
	}
	
	.shop_img{
	width: 90%;
	margin:0 auto 15px auto;
	border: 0px solid hsla(0,0%,72%,1.00);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 5px;
	background-size: cover;
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
	position: relative;
	}
	
	.shop_img img{
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
	.shop_text{
	text-align: center;
	position: relative;
	}
	
	.shop_text_sub{
	font-size: 20px;
	font-weight: 400;
	margin:0 0 15px 0;
	}
	
	.shop_text_num_wrap{
	padding: 0;
	list-style-type: none;
	display: flex;
	position: relative;
	top:10px;
	width:70%;
	margin:0 auto 0 auto;
	}
	.shop_text_num{
	width: 90%;
	color: hsla(0,0%,66%,1.00);
	font-family: Arial;
	font-weight: bold;
	font-size: 30pt;
	text-align: center;
	border: 0px dashed hsla(0,0%,81%,1.00);
	margin: auto 10px auto 10px;
	position: relative;
	top: -7px;
	}
	
	.shop_text_finish_num{
	font-size: 12pt;
	margin:25px 0 0 0;
	}
	
	.shop_text_finish_num span{
	padding-right:20px;	
	}
	
	.shop_text_price_finish_nun span{
	padding-right:0px;
	}
	
	.shop_text_reduce{
	font-size: 24pt;
	position: relative;
	top: 4px;
	transition: transform 0.5s;
	}
	
	.shop_text_reduce:hover{
	transform: scale(1.1);	
	}
	
	.shop_text_reduce .icon-disturb{
	color: hsla(0,0%,66%,1.00);	
	}
	
	.shop_text_reduce .icon-disturb:hover{
	color: hsla(0,0%,24%,1.00);
	}
	
	.shop_text_add{	
	font-size: 20pt;
	position: relative;
	top: 6px;
	transition: transform 0.5s;
	}
	.shop_text_add:hover{
	transform: scale(1.1);
	}
	
	.shop_text_add .icon-add{
	color: hsla(0,0%,66%,1.00);	
	}
	
	.shop_text_add .icon-add:hover{
	color: hsla(0,0%,24%,1.00);
	
	}
	
	.shop_del{
	border: 0px solid hsla(0,0%,0%,1.00);
	transition: transform 0.5s;
	text-align: center;
	padding-top: 20px;
	}
	
	.shop_del:hover{
	transform: scale(1.1);	
	}
	
	.shop_del .icon-cancel{
	display: block;
	font-size: 30pt;
	color: hsla(359,51%,54%,1.00);
	}
	
	.shop_del .icon-cancel:hover{
	color: hsla(359,62%,59%,1.00);		
	}
	
	.shop_text_price{
	font-size: 14pt;
	}
	
	.shop_text_price span{
	padding-right:10px;
	}
	
	.shop_text_price_subtotal{
	font-size: 14pt;
	margin:25px 0 0 0;
	}
	
	.shop_text_price_subtotal span{
	padding-right:0px;
	}
	
	.shop_text_price_wrap{
	width:100%;
	text-align: center;
	color: hsla(0,0%,57%,1.00);
	margin-bottom: 50px;
	font-size:20px;
	border:0px solid hsla(0,0%,0%,1.00);
	
	}
	
	.shop_text_price_wrap_sprice{
	display:block;
	padding:10px 3% 10px 3%;
	
	}
	
	.shop_text_price_wrap_freight{
	display:block;
	padding:10px 3% 10px 3%;
	}
	
	.shop_text_price_wrap_alltotal{
	display:block;
	padding:10px 3% 10px 3%;
	}
	
	.shop_login{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: hsla(0,0%,82%,1.00);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	transition: transform 0.5s;
	}
	
	.shop_login:hover{
	background-color: hsla(0,0%,67%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.05);
	}
    
    .login_type{
		text-align:center;
	}
	
	.login_type a{
		
	}
	
	.login_type img{
		margin:10px;
		width:50px;
		height:auto;
		transition: color 0.8s, transform 0.3s ease;
	}
	
	.login_type img:hover{
	transform: scale(1.1);
	}
    
    .storehouse{    
	border: 1px solid #929292;
    padding: 2%;
	margin: 5% 2% 2% 2%;
	}
	
	.storehouse_span{
	margin:5px;
	padding:5px;
	list-style-type: none;
	border-bottom:1px dashed #737373;
	font-size: 10pt;
	}
	
/*=========================首頁=========================*/

/*=========================登入視窗=========================*/
#login_black_BG{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: hsla(0,0%,0%,0.60);
	z-index: 150;
	display: none;
}

#login_white_block{
	width: 90vw;
	height: 60vh;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 0px;
	position: fixed;
	top: 20vh;
	left: 5vw;
	-webkit-box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 10px hsla(0,0%,0%,0.40);
	overflow-y: auto;
}
	
#login_cross{
	display: block;
	position: absolute;
	top:10px;
	right:10px;
}
	
#login_cross .icon-cross{
	font-size:14pt;
	color: hsla(359,66%,63%,1.00);
	}

.login_wrap{
	padding:5% 0 0 0;
	margin:0 auto 0 auto;
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 90%;
	height: 100%;
	display: block;
	overflow-x:hidden	
}
	
.login_wrap label{
	display: block;
	padding: 10px 0 5px 0;
	text-align: center;
}
	
.login_input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,53%,1.00);
	text-align: center;
	font-size: 14pt;
	color:hsla(0,0%,40%,1.00);
	}
	
.login_submit{
	width: 100%;
	height: 40px;
	margin: 30px 0 0 0;
	border: 0px;
	background-color: hsla(359,63%,64%,1.00);
	color: hsla(0,0%,100%,1.00);
	}
	
.login_submit:hover{
	background-color: hsla(359,55%,57%,1.00);
}

.login_p{
	margin:30px 0 0 0;
	padding:0;
	display: flex;
	
	}
	
.login_p a{
	display: block;
	margin: 0 1% 0 1%;
	width: 48%;
	background-color: hsla(0,0%,91%,1.00);
	text-align: center;
	padding: 10px 0 10px 0;
	border-radius: 5px;
	transition: transform 0.5s;
	position: relative;
}
	
.login_p a:hover{
	background-color: hsla(0,0%,80%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.04);	
}
	
.Checkout{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: hsla(359,57%,64%,1.00);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	transition: transform 0.5s;
	color: hsla(0,0%,100%,1.00);
	margin: 40px 0 40px 0;;
	border:0px;
}
	
.Checkout:hover{
	background-color: hsla(359,56%,57%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.05);
}
	
.login_type{
		text-align:center;
		border:0px solid #000000;
	}
	
	.login_type a{
		
	}
	
	.login_type img{
		margin:10px;
		width:200px;
		height:auto;
		transition: color 0.8s, transform 0.3s ease;
	}
	
	.login_type img:hover{
	transform: scale(1.1);
	}
/*=========================登入視窗=========================*/
	
/*=========================送貨資料=========================*/
.order_info_title{
	color: hsla(0,0%,51%,1.00);
	text-align: center;
	font-weight: lighter;
	border-bottom: 1px solid hsla(0,0%,82%,1.00);
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
}
	
.order_info_wrap{
	border-bottom: 1px dotted hsla(0,0%,63%,1.00);
	display: flex;
	color: hsla(0,0%,51%,1.00);
	padding:25px 0 15px 0;
}
	
.order_info_wrap_h3_title{
	font-weight: normal;
	font-size: 13pt;
	flex:2;
}
	
.order_info_wrap_h3_text{
	font-weight: lighter;
	font-size: 13pt;
	flex:8;
}

.order_info_wrap_ps{
	font-weight: lighter;
	font-size: 13pt;
	flex:8;
	border:1px solid hsla(0,0%,66%,1.00);
	height:250px;
	padding:1%;
	}
	
.order_info_radio{
	margin:0 10px 0 20px;
	position: relative;
	top:3px;
	width:20px;
	height:20px;
	}
	
.order_info_wrap_input{
	font-weight: lighter;
	font-size: 13pt;
	flex:8;
	border:1px solid hsla(0,0%,66%,1.00);
	height:45px;
	}
	
.DNQ{
		border:1px solid hsla(0,0%,30%,1.00);
		border-radius: 5px;
		padding:10px;
		width:150px;
		text-align: center;
		color:hsla(0,0%,53%,1.00);
	}
	
	.DNQ a:hover{
		color:hsla(0,0%,53%,1.00);
	}
/*=========================送貨資料=========================*/
	
/*=========================訂單完成資訊=========================*/
	
#order_finish_wrap{
	width:90%;
	margin:0 auto 0 auto;
	}
	
.order_finish_h2{
	width: 90%;
	margin: 0 auto 0 auto;
	padding: 50px 0 10px 0;
	font-weight: lighter;
	display: block;
	text-align: center;
	border-bottom: 1px dashed hsla(0,0%,73%,1.00);
	}
	
.order_finish_tr{
	
}
	
.order_finish_td{
	width:100%;
	padding:15px 10px 0px 10px;
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,73%,1.00);
}
	
.order_finish_td_title{
	flex: 3;
}
	
.order_finish_td_content{
	flex: 7;	
}

.order_finish_td_ps_title{
	flex: 3;
}
.order_finish_td_ps{
	width:100%;
	padding:15px 10px 0px 10px;
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,73%,1.00);
}
/*=========================訂單完成資訊=========================*/
	
.no_data{
		text-align: center;
		height:300px;
		line-height: 300px;
	    color:#656565;
		font-size: 18px;
	}
	
	}