@charset "UTF-8";
/* CSS Document */
@media screen and (min-width:601px) { /*桌面*/
/*=========================登入=========================*/
	#login_wrap{
	border:0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:60%;
	margin:0 auto 0 auto;
	min-width:350px;
	}
	
	label{
	display: block;
	padding:20px 0 10px 0;
	}
	
	.input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,45%,1.00);
	text-align: center;
	}
	
	.login_bt{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
	
	.login_p{
	display: flex;
	}
	
	.login_p_a{
	display: block;
	width: 48%;
	margin: 1%;
	text-align: center;
	background-color: hsla(0,0%,94%,1.00);
	padding:15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.login_p_a:hover{
	transform: scale(1.05);
	background-color: hsla(0,0%,82%,1.00);
	color:hsla(0,0%,0%,1.00);
	}
	
	.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);
	}
/*=========================登入=========================*/
/*=========================首頁=========================*/
	#index_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:60%;
	min-width:350px;
	margin:0 auto 0 auto;
	display:flex;
	flex-wrap: wrap;
	}
	
	.index_item{
	background-color: hsla(0,0%,91%,1.00);
	display: block;
	margin: 1%;
	width: 48%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.index_item:hover{
	background-color: hsla(0,0%,85%,1.00);
	color: hsla(0,0%,34%,1.00);
	transform: scale(1.05);
	}
	
	.index_item_login_off{
	background-color: hsla(359,58%,62%,1.00);
	color: hsla(0,0%,100%,1.00);
	display: block;
	margin: 1%;
	width: 48%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	font-weight: lighter;
	}
	
	.index_item_login_off:hover{
	background-color: hsla(359,51%,55%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.05);
	}
	
	.index_h1{
	text-align: center;
	font-weight: lighter;
	font-size: 18pt;
	}
	
/*=========================首頁=========================*/
/*=========================修改=========================*/
	#edit_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:60%;
	min-width:350px;
	margin:0 auto 0 auto;
	}
	
	.submit{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
/*=========================修改=========================*/
/*=========================訂單首頁=========================*/
	.order_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	min-width:350px;
	margin:0 auto 0 auto;
	}
	
	.order_tr{
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	}
	
	.order_tr2{
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	font-size:11pt;
	font-weight: lighter;
	transition: transform 0.5s;
	}
	
	.order_tr2:hover{
	transform: scale(1.03);	
	}
	
	.order_td{
	flex: 3;
	min-height:20px;
	padding:10px 5px 10px 5px;
	border-right: 1px dashed hsla(0,0%,69%,1.00);
	text-align: center;
	}
	
	.order_td span{
	display: none;	
	}
	
	.td_right_border{
	border-right: 0px dashed hsla(0,0%,69%,1.00);	
	}
	
	.cancel_order{
	background-color: hsla(359,51%,57%,1.00);
	padding: 10px;
	color: hsla(0,0%,100%,1.00);
	width: 150px;
	text-align: center;
	position: relative;
	top: -7px;
	border-radius: 5px;
	transition: transform 0.5s;
	}
	
	.cancel_order:hover{
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(359,50%,46%,1.00);
	transform: scale(1.03);	
	}
/*=========================訂單首頁=========================*/
    
/*=========================寄倉首頁=========================*/
    
	.storehouse_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	min-width:350px;
	margin:0 auto 0 auto;
	}
	
	.storehouse_tr{
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	}
	
	.storehouse_tr2{
	display: flex;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	font-size:11pt;
	font-weight: lighter;
	transition: transform 0.5s;
	}
	
	.storehouse_tr2:hover{
	transform: scale(1.03);	
	}
	
	.storehouse_td{
	flex: 3;
	min-height:20px;
	padding:10px 5px 10px 5px;
	border-right: 1px dashed hsla(0,0%,69%,1.00);
	text-align: center;
        
    display: flex;/* 讓它變成 flex 容器 */
    flex-wrap: wrap;
	align-items: center;/* 垂直置中 */
	justify-content: center;/* 水平置中（可保留 text-align 也可以拿掉） */
	}
    
    .storehouse_td_li{
    width: 100%;
    list-style-type: none;
    border-bottom: 1px dashed hsla(0,0%,35%,1.00);
    padding: 2%;
    margin:1%;
    text-align: left;
    }
    
    .storehouse_td_right_border{
	border-right: 0px dashed hsla(0,0%,69%,1.00);	
	}
	
	.storehouse_td span{
	display: none;	
	}
    
/*=========================寄倉首頁=========================*/
	
/*=========================後五碼回報視窗=========================*/
	
.atm5_button{
    background-color: hsla(213,34%,53%,1.00);
    padding: 10px;
    color: hsla(0,0%,100%,1.00);
    width: 150px;
    text-align: center;
    position: relative;
    top: 1px;
    left:10px;
    border-radius: 5px;
    transition: transform 0.5s;
    cursor: pointer;
    }
    
    .atm5_button:hover{
    color: hsla(0,0%,100%,1.00);
    background-color: hsla(205,38%,37%,1.00);
    transform: scale(1.03);
	}
	
#ATM5_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;
}

#ATM5_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;
}
	
#ATM5_cross{
	display: block;
	position: absolute;
	top:10px;
	right:10px;
}
	
#ATM5_cross .icon-cross{
	font-size:14pt;
	color: hsla(359,66%,63%,1.00);
	}

.ATM5_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	
}
	
.ATM5_wrap label{
	display: block;
	padding: 10px 0 5px 0;
	text-align: center;
}
	
.ATM5_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);
	}
	
.ATM5_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);
	}
	
.ATM5_submit:hover{
	background-color: hsla(359,55%,57%,1.00);
}
/*=========================後五碼回報視窗=========================*/
	
/*=========================LINE登入=========================*/
	.line_apply_SUB{
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		color:#684D0B;
	}
/*=========================LINE登入=========================*/
	
/*=========================經銷商品首頁=========================*/
.car_wrap_p{
	width:80%;
	display: flex;
	border:0px solid hsla(0,0%,0%,1.00);
	margin:0 auto 0 auto;
	}
.car_wrap_p a{
	display: block;
	width: 100%;
	margin: 20px;
	padding: 20px;
	border: 0px solid hsla(0,0%,0%,1.00);
	text-align: center;
	background-color: hsla(43,18%,62%,1.00);
	color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.24);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.24);
	transition: transform 0.3s ease;
	}
	
.car_wrap_p a:hover{
	transform: scale(1.05);	
	}
	
#PWrap{
		border:0px solid hsla(0,0%,0%,1.00);
		min-height:500px;
		width:80%;
		margin:0 auto 0 auto;
		padding:3% 0 3% 0;
		display:flex;
		flex-wrap: wrap;
	}
	
	.Pitem{
	border: 0px solid hsla(0,0%,0%,1.00);
	border-radius: 5px;
	width: 21%;
	margin: 2%;
	padding: 1%;
	background-color: hsla(0,0%,100%,1.00);
	-webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.30);
	box-shadow: 0px 0px 6px hsla(0,0%,0%,0.30);
	text-align:center;
	transition: transform 1s ease, box-shadow 0.3s ease; /* 加上過渡動畫 */
	}
	
	.Pitem:hover {
	transform: scale(1.05); /* 放大 5% */
	box-shadow: 0px 4px 12px hsla(0,0%,0%,0.4); /* 陰影更明顯 */
}
	
	.Pitem a,Pitem a:hover{
	color: hsla(0,0%,0%,1.00);		
	}
	
	.Pitem_img{
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 100%;
	height: 14vw;
	background-image: url(url);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	}
	
	.Pitem_SUB{
	padding:10px 0 0 0;
	font-size:20px;
	}
	
	.Pitem_desc{
	}
	
	.Pitem_suggest{
	font-weight: 600;
	color: hsla(0,0%,31%,1.00);
	}
	
	.Pitem_price{
	font-weight: 600;
	color: hsla(359,47%,46%,1.00);
	font-size:18px;
	}
/*=========================經銷商品首頁=========================*/
	
/*=========================經銷商品內頁=========================*/
	#PDWrap {
	width: 80%;
	margin: 0 auto 0 auto;
	border: 0px solid hsla(0,0%,0%,1.00);
	display: flex;
	flex-wrap: wrap;
}
.PDPhoto {
	width: 50%;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 2%;
}
	
	#topimg{
		display:block;
	}
	
	#conimg{
		display: none;
	}
	
.PDPhoto img {
	width: 100%;
	height: auto;
	display: block;
}
.PDTexe {
	width: 50%;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 2%;
}
.PDTexe h1 {
	font-size: 22px;
	font-weight: 900;
}
.PDitem_suggest {
	color: hsla(0,0%,44%,1.00);
	padding-bottom: 00px;
}
.PDitem_suggest span {
	font-size: 22px;
	font-weight: bold;
	font-family: "Arial Black";
	position: relative;
	top: 1px;
}
.PDitem_price {
	color: hsla(0,0%,44%,1.00);
	padding-bottom: 20px;
	color: hsla(359,55%,47%,1.00)
}
.PDitem_price span {
	font-size: 30px;
	font-weight: bold;
	font-family: "Arial Black";
	position: relative;
	top: 3px;
}
.PDContent {
	width: 100%;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 2%;
}
.PDTYP {
	padding: 5px 10px 5px 10px;
	border: 1px solid hsla(0,0%,39%,1.00);
}
.PDNUM {
	padding: 5px 10px 5px 10px;
	border: 1px solid hsla(0,0%,39%,1.00);
	text-align: center;
	width: 80px;
}
.PDSHOP {
	display: flex;
	align-items: center; /* 垂直置中 */
}
.PDSHOP p {
	padding: 0 5px 0 5px;
}
	
.PDSubmit{
	background-color: hsla(359,43%,51%,1.00);
	color: hsla(0,0%,100%,1.00);
	border:0px;
	padding: 5px 10px 5px 10px;
	}
/*=========================經銷商品內頁=========================*/
/*=========================經銷商購物車=========================*/
	.Checkout {
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 2%;
}
.Checkout_item {
	border-bottom: 1px dotted hsla(0,0%,0%,1.00);
	padding: 2%;
	margin: 2%;
	display: flex;
}
.Checkout_item_img {
	width: 300px;
	height: 240px;
	border: 0px solid hsla(0,0%,0%,1.00);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: 40px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
}
.Checkout_item_text {
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 100%;
}
.Checkout_item_text h3 {
	font-size: 22px;
}
.Checkout_item_text_price {
	padding: 10px 0 10px 0;
	font-size: 18px;
}
.Checkout_item_text_price span {
	font-size: 30px;
	font-family: "Arial Black";
	position: relative;
	top: 2px;
	left: 10px;
	color: hsla(0,0%,38%,1.00);
}
.Checkout_item_text_num {
	display: flex;
	align-items: center;
	position: relative;
	top: -20px;
	border: 0px solid hsla(0,0%,0%,1.00);
}
.qty {
	width: 100px;
	font-family: "Arial Black";
	text-align: center;
	font-size: 40px;
	color: hsla(0,0%,38%,1.00);
	border: 0px;
	background-color: hsla(0,0%,100%,0.00)
}
.Checkout_item_text_num span {
	font-size: 50px;
	font-family: "Arial Black";
	position: relative;
	display: block;
	padding: 0 40px 0 40px;
	top: -2px;
	color: hsla(0,0%,38%,1.00);
}
.icon-add {
	font-size: 30px;
	font-family: "Arial Black";
	position: relative;
	display: block;
	color: hsla(0,0%,39%,1.00);
}
.icon-disturb {
	font-size: 35px;
	font-family: "Arial Black";
	position: relative;
	display: block;
	color: hsla(0,0%,39%,1.00);
}
.Checkout_item_text_Subtotal {
	position: relative;
	top: -30px;
	font-size: 18px;
}
.Checkout_item_text_Subtotal span {
	font-size: 30px;
	font-family: "Arial Black";
	position: relative;
	left: 20px;
	top: 3px;
	color: hsla(0,0%,38%,1.00);
}
.Checkout_item_text_del {
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 10px;
	display: flex;
	align-items: center;
}
.icon-cancel {
	color: hsla(359,42%,51%,1.00);
	font-size: 40px;
}
.total {
	text-align: center;
	font-size: 18px;
}
.total span {
	font-size: 50px;
	color: hsla(359,45%,50%,1.00);
	font-family: "Arial Black";
	position: relative;
	top: 10px;
	left: 20px;
}
.CheckoutBt {
	width: 70%;
	display: block;
	margin: 0 auto 0 auto;
	padding: 15px 0 15px 0;
	border: 0px;
	background-color: hsla(359,52%,52%,1.00);
	border-radius: 5px;
	color: #fff;
	transition: transform 1s ease, box-shadow 0.3s ease; /* 加上過渡動畫 */
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
}
.CheckoutBt:hover {
	transform: scale(1.05); /* 放大 5% */
}
	.info{
		width:80%;
		margin:0 auto 0 auto;
		padding:2%;
		border: 0px solid hsla(0,0%,0%,1.00);
	}
	
.mshop_icon {
    display: block;
    position: fixed;
    right: 50px;
    top: 50%;
    transform: translateY(-50%); /* 確保垂直居中 */
    width: 60px;
    height: 60px;
    border: 0px solid hsla(0,0%,0%,1.00);
    background-color: hsla(359,44%,49%,1.00);
    border-radius: 50px;
    z-index: 5; 
	transition: all 0.3s ease;
}
	
/* 滑鼠移入放大效果 */
.mshop_icon:hover {
    transform: translateY(-50%) scale(1.1); /* 保持垂直居中 + 放大1.1倍 */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* 加上陰影效果 */
}

/* 滑鼠按下效果（可選） */
.mshop_icon:active {
    transform: translateY(-50%) scale(0.95); /* 按下時稍微縮小 */
}
	
  .mshop_icon .icon-cart {
	color: hsla(0,0%,100%,1.00);
	font-size: 25pt;
	position:absolute;
	 top:15px;
	 left:12px;
  }
  .mshop_icon .icon-message {
    color: #000;
    position: absolute;
    font-size: 25pt;
    right: 0px;
    top: -5px;
    text-shadow: 0px 0px 3px hsla(0,0%,0%,0.30);
	z-index: 2;
  }
  .mshop_icon .icon-message .snum {
    color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 20px;
    font-family: Arial;
	font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    line-height: 17pt;
  }
	
	.PS{
		width:70%;
		margin:0 auto 0 auto;
	}
	
	.PS textarea{
		width:100%;
		height:200px;
		border:1px solid hsla(0,0%,36%,1.00);
		padding:2%;
		
	}
	
/*=========================經銷商購物車=========================*/
	
}

	
@media screen and (max-width:600px) { /*行動裝置*/	
/*=========================登入=========================*/
	#login_wrap{
	border:0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	}
	
	label{
	display: block;
	padding:20px 0 10px 0;
	}
	
	.input{
	width: 100%;
	height: 40px;
	border: 1px solid hsla(0,0%,45%,1.00);
	text-align: center;
	}
	
	.login_bt{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
	
	.login_p{
	display: flex;
	}
	
	.login_p_a{
	display: block;
	width: 94%;
	margin: 3%;
	text-align: center;
	background-color: hsla(0,0%,94%,1.00);
	padding:15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.login_p_a:hover{
	transform: scale(1.05);
	background-color: hsla(0,0%,82%,1.00);
	color:hsla(0,0%,0%,1.00);
	}
    
    .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);
	}
/*=========================登入=========================*/
/*=========================首頁=========================*/
	#index_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 70px 0 30px 0;
	width: 90%;
	margin: 0 auto 0 auto;
	flex-wrap: wrap;
	}
	
	.index_item{
	background-color: hsla(0,0%,91%,1.00);
	display: block;
	margin: 3%;
	width: 94%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	}
	
	.index_item:hover{
	background-color: hsla(0,0%,85%,1.00);
	color: hsla(0,0%,34%,1.00);
	transform: scale(1.05);
	}
	
	.index_item_login_off{
	background-color: hsla(359,58%,62%,1.00);
	color: hsla(0,0%,100%,1.00);
	display: block;
	margin: 3%;
	width: 94%;
	text-align: center;
	padding: 15px 0 15px 0;
	border-radius: 5px;
	transition: transform 0.8s;
	font-weight: lighter;
	}
	
	.index_item_login_off:hover{
	background-color: hsla(359,51%,55%,1.00);
	color: hsla(0,0%,100%,1.00);
	transform: scale(1.05);
	}
	
	.index_h1{
	text-align: center;
	font-weight: lighter;
	font-size: 14pt;
	}
	
/*=========================首頁=========================*/
	
/*=========================修改=========================*/
	#edit_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:70px 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	}
	
	.submit{
	width: 100%;
	height: 40px;
	border: 0px solid hsla(0,0%,45%,1.00);
	background-color: hsla(359,56%,58%,1.00);
	color: hsla(0,0%,100%,1.00);
	margin:30px 0 15px 0;
	}
/*=========================修改=========================*/
/*=========================訂單首頁=========================*/
	.order_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:15px 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	}
	
	.order_tr{
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	display: none;
	}
	
	.order_tr2{
	display: block;
	flex-wrap: wrap;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	font-size:14pt;
	padding:15px 0 15px 0;
	font-weight: lighter;
	transition: transform 0.5s;
	}
	
	.order_tr2:hover{
	transform: scale(1.03);	
	}
	
	.order_td{
	flex: 100%;
	min-height:20px;
	padding:10px 5px 10px 5px;
	border-right: 0px dashed hsla(0,0%,69%,1.00);
	text-align: center;
	}
	
	.order_td span{
		
	}
	
	.td_right_border{
	border-right: 0px dashed hsla(0,0%,69%,1.00);	
	}
	
	.cancel_order{
	background-color: hsla(359,51%,57%,1.00);
	padding: 10px;
	color: hsla(0,0%,100%,1.00);
	width: 100%;
	text-align: center;
	position: relative;
	top: -7px;
	border-radius: 5px;
	transition: transform 0.5s;
	}
	
	.cancel_order:hover{
	color: hsla(0,0%,100%,1.00);
	background-color: hsla(359,50%,46%,1.00);
	transform: scale(1.03);	
	}
/*=========================訂單首頁=========================*/
	
/*=========================寄倉首頁=========================*/  
	.storehouse_wrap{
	border: 0px solid hsla(0,0%,0%,1.00);
	padding:15px 0 30px 0;
	width:90%;
	margin:0 auto 0 auto;
	}
	
	.storehouse_tr{
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	display: none;
	}
	
	.storehouse_tr2{
	display: block;
	flex-wrap: wrap;
	border-bottom: 1px dashed hsla(0,0%,69%,1.00);
	font-size:14pt;
	padding:15px 0 15px 0;
	font-weight: lighter;
	transition: transform 0.5s;
	}
	
	.storehouse_tr2:hover{
	transform: scale(1.03);	
	}
	
	.storehouse_td{
	flex: 100%;
	min-height:20px;
	padding:10px 5px 10px 5px;
	border-right: 0px dashed hsla(0,0%,69%,1.00);
	text-align: center;
	}
	
	.storehouse_td span{
		
	}
	
	.storehouse_td_li{
	width: 90%;
	list-style-type: none;
	border-bottom: 1px dashed hsla(0,0%,61%,1.00);
	padding: 2%;
	margin: 1% auto 1% auto;
	text-align: center;
	font-size: 11pt;
	line-height: 16pt;
    }
    
    .storehouse_td_right_border{
	border-right: 0px dashed hsla(0,0%,69%,1.00);	
	}
	

    
/*=========================寄倉首頁=========================*/
	
/*=========================後五碼回報視窗=========================*/
	
 .atm5_button{
    background-color: hsla(213,34%,53%,1.00);
    padding: 10px;
    color: hsla(0,0%,100%,1.00);
    width: 150px;
    text-align: center;
    position: relative;
    top: 1px;
    left:10px;
    border-radius: 5px;
    transition: transform 0.5s;
    cursor: pointer;
    }
    
    .atm5_button:hover{
    color: hsla(0,0%,100%,1.00);
    background-color: hsla(205,38%,37%,1.00);
    transform: scale(1.03);
	}
	
#ATM5_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;
}

#ATM5_white_block{
	width: 90vw;
	height: 30vh;
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 0px;
	position: fixed;
	top: 35vh;
	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;
}
	
#ATM5_cross{
	display: block;
	position: absolute;
	top:10px;
	right:10px;
}
	
#ATM5_cross .icon-cross{
	font-size:14pt;
	color: hsla(359,66%,63%,1.00);
	}

.ATM5_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	
}
	
.ATM5_wrap label{
	display: block;
	padding: 10px 0 5px 0;
	text-align: center;
}
	
.ATM5_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);
	}
	
.ATM5_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);
	}
	
.ATM5_submit:hover{
	background-color: hsla(359,55%,57%,1.00);
}
/*=========================後五碼回報視窗=========================*/
	
/*=========================LINE登入=========================*/
	.line_apply_SUB{
		text-align: center;
		font-size: 18px;
		line-height: 30px;
		color:#684D0B;
	}
/*=========================LINE登入=========================*/
/*=========================經銷商品首頁=========================*/
.car_wrap_p{
	width:90%;
	display: flex;
	border:0px solid hsla(0,0%,0%,1.00);
	margin:0 auto 0 auto;
	}
.car_wrap_p a{
	display: block;
	width: 100%;
	margin: 5px;
	padding: 10px 5px 10px 5px;
	border: 0px solid hsla(0,0%,0%,1.00);
	text-align: center;
	background-color: hsla(43,18%,62%,1.00);
	color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.24);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.24);
	transition: transform 0.3s ease;
	}
	
.car_wrap_p a:hover{
	transform: scale(1.05);	
	}
#PWrap{
		border:px solid hsla(0,0%,0%,1.00);
		width:100%;
		margin:0 auto 0 auto;
		padding:10% 3% 3% 3%;
	   display: flex;
		flex-wrap: wrap;
	}
	
	.Pitem{
	border: 0px solid hsla(0,0%,0%,1.00);
	border-radius: 5px;
	width: 46%;
	margin: 2%;
	padding-bottom: 3%;
	background-color: hsla(0,0%,100%,1.00);
	-webkit-box-shadow: 0px 0px 6px hsla(0,0%,0%,0.30);
	box-shadow: 0px 0px 6px hsla(0,0%,0%,0.30);
	text-align:center;
	transition: transform 1s ease, box-shadow 0.3s ease; /* 加上過渡動畫 */
	}
	
	.Pitem:hover {
	transform: scale(1.05); /* 放大 5% */
	box-shadow: 0px 4px 12px hsla(0,0%,0%,0.4); /* 陰影更明顯 */
}
	
	.Pitem a,Pitem a:hover{
	color: hsla(0,0%,0%,1.00);		
	}
	
	.Pitem_img{
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 100%;
	height: 60vw;
	background-image: url(url);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 5px;
	}
	
	.Pitem_SUB{
	padding:10px 0 0 0;
	font-size:16px;
	}
	
	.Pitem_desc{
	
	}
	
	.Pitem_suggest{
	font-weight: 600;
	color: hsla(0,0%,31%,1.00);
	}
	
	.Pitem_price{
	font-weight: 600;
	color: hsla(359,47%,46%,1.00);
	font-size:18px;
	}
/*=========================經銷商品首頁=========================*/	
	
/*=========================經銷商品內頁=========================*/
	#PDWrap {
	width: 80%;
	margin: 0 auto 0 auto;
	border: 0px solid hsla(0,0%,0%,1.00);
	display: flex;
	flex-wrap: wrap;
}
.PDPhoto {
	width: 100%;
	border: 0px solid hsla(0,0%,0%,1.00);
	margin:20px 0 20px 0;
}
	
#topimg{
	display: none;	
	}
	
	#conimg{
		display:block;
	}
	
.PDPhoto img {
	width: 100%;
	height: auto;
	display: block;
}
.PDTexe {
	width: 100%;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 2%;
}
.PDTexe h1 {
	font-size: 22px;
	font-weight: 900;
}
.PDitem_suggest {
	color: hsla(0,0%,44%,1.00);
	padding-bottom: 00px;
}
.PDitem_suggest span {
	font-size: 22px;
	font-weight: bold;
	font-family: "Arial Black";
	position: relative;
	top: 1px;
}
.PDitem_price {
	padding-bottom: 20px;
	color: hsla(359,55%,47%,1.00)
}
.PDitem_price span {
	font-size: 30px;
	font-weight: bold;
	font-family: "Arial Black";
	position: relative;
	top: 3px;
}
.PDContent {
	width: 100%;
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 2%;
}
.PDTYP {
	padding: 5px 10px 5px 10px;
	border: 1px solid hsla(0,0%,39%,1.00);
}
.PDNUM {
	padding: 5px 10px 5px 10px;
	border: 1px solid hsla(0,0%,39%,1.00);
	text-align: center;
	width: 80px;
}
.PDSHOP {
	align-items: center; /* 垂直置中 */
}
.PDSHOP p {
	padding: 0 5px 0 5px;
}
	
.PDSubmit{
	background-color: hsla(359,43%,51%,1.00);
	color: hsla(0,0%,100%,1.00);
	border:0px;
	padding: 5px 0px 5px 0px;
	width:100%;
	}
/*=========================經銷商品內頁=========================*/	

/*=========================經銷商購物車=========================*/
	.Checkout {
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 2%;
}
.Checkout_item {
	border-bottom: 1px dotted hsla(0,0%,0%,1.00);
	padding: 2%;
	margin: 2%;
}
.Checkout_item_img {
	width: 100%;
	height: 60vw;
	border: 0px solid hsla(0,0%,0%,1.00);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-right: auto;
	margin-left: auto;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
	margin-bottom:30px;
}
.Checkout_item_text {
	border: 0px solid hsla(0,0%,0%,1.00);
	width: 100%;
}
.Checkout_item_text h3 {
	font-size: 22px;
}
.Checkout_item_text_price {
	padding: 10px 0 10px 0;
	font-size: 18px;
}
.Checkout_item_text_price span {
	font-size: 30px;
	font-family: "Arial Black";
	position: relative;
	top: 2px;
	left: 10px;
	color: hsla(0,0%,38%,1.00);
}
.Checkout_item_text_num {
	display: flex;
	align-items: center;
	position: relative;
	top: -20px;
	border: 0px solid hsla(0,0%,0%,1.00);
}
.qty {
	width: 100px;
	font-family: "Arial Black";
	text-align: center;
	font-size: 40px;
	color: hsla(0,0%,38%,1.00);
	border: 0px;
	background-color: hsla(0,0%,100%,0.00)
}
.Checkout_item_text_num span {
	font-size: 50px;
	font-family: "Arial Black";
	position: relative;
	display: block;
	padding: 0 40px 0 40px;
	top: -2px;
	color: hsla(0,0%,38%,1.00);
}
.icon-add {
	font-size: 30px;
	font-family: "Arial Black";
	position: relative;
	display: block;
	color: hsla(0,0%,39%,1.00);
}
.icon-disturb {
	font-size: 35px;
	font-family: "Arial Black";
	position: relative;
	display: block;
	color: hsla(0,0%,39%,1.00);
}
.Checkout_item_text_Subtotal {
	position: relative;
	top: -30px;
	font-size: 18px;
}
.Checkout_item_text_Subtotal span {
	font-size: 30px;
	font-family: "Arial Black";
	position: relative;
	left: 20px;
	top: 3px;
	color: hsla(0,0%,38%,1.00);
}
.Checkout_item_text_del {
	border: 0px solid hsla(0,0%,0%,1.00);
	padding: 10px;
	display: flex;
	justify-content: center; /* 水平置中 */
}
.icon-cancel {
	color: hsla(359,42%,51%,1.00);
	font-size: 40px;
}
.total {
	text-align: center;
	font-size: 18px;
}
.total span {
	font-size: 50px;
	color: hsla(359,45%,50%,1.00);
	font-family: "Arial Black";
	position: relative;
	top: 10px;
	left: 20px;
}
.CheckoutBt {
	width: 70%;
	display: block;
	margin: 0 auto 0 auto;
	padding: 15px 0 15px 0;
	border: 0px;
	background-color: hsla(359,52%,52%,1.00);
	border-radius: 5px;
	color: #fff;
	transition: transform 1s ease, box-shadow 0.3s ease; /* 加上過渡動畫 */
	-webkit-box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
	box-shadow: 0px 0px 5px hsla(0,0%,0%,0.40);
}
.CheckoutBt:hover {
	transform: scale(1.05); /* 放大 5% */
}
	.info{
		width:80%;
		margin:0 auto 0 auto;
		padding:2%;
	}
	
.mshop_icon {
    display: block;
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); /* 確保垂直居中 */
    width: 60px;
    height: 60px;
    border: 0px solid hsla(0,0%,0%,1.00);
    background-color: hsla(359,44%,49%,1.00);
    border-radius: 50px;
    z-index: 5; 
	transition: all 0.3s ease;
}
	
/* 滑鼠移入放大效果 */
.mshop_icon:hover {
    transform: translateY(-50%) scale(1.1); /* 保持垂直居中 + 放大1.1倍 */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* 加上陰影效果 */
}

/* 滑鼠按下效果（可選） */
.mshop_icon:active {
    transform: translateY(-50%) scale(0.95); /* 按下時稍微縮小 */
}
	
  .mshop_icon .icon-cart {
	color: hsla(0,0%,100%,1.00);
	font-size: 25pt;
	position:absolute;
	 top:15px;
	 left:12px;
  }
  .mshop_icon .icon-message {
    color: #000;
    position: absolute;
    font-size: 25pt;
    right: 0px;
    top: -5px;
    text-shadow: 0px 0px 3px hsla(0,0%,0%,0.30);
	z-index: 2;
  }
  .mshop_icon .icon-message .snum {
    color: #fff;
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 20px;
    font-family: Arial;
	font-weight: bold;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    border: 0px solid hsla(0, 0%, 0%, 1.00);
    line-height: 17pt;
  }
	
.PS{
		width:70%;
		margin:0 auto 0 auto;
	}
	
	.PS textarea{
		width:100%;
		height:200px;
		border:1px solid hsla(0,0%,36%,1.00);
		padding:5%;
	}
	
/*=========================經銷商購物車=========================*/
	
	}