﻿.m_hide {
	display: none !important;
}

.m_borderbottom {
	border-bottom: 1px solid #585656;
	padding-bottom: 20px;
	/* margin-bottom: 20px; */
}

.threesf {
	width: 375px !important;
	margin: auto;
}

hr {
	width: 99%;
	margin: 20px auto;
	height: 0;
	border-top: 0.5px solid #595757;
}

hr + h3 {
	margin-top: 0;
}

.main_banner {
	width: 100%;
	margin-top: 55px;
	margin-bottom: 20px;
}

.main_banner img {
	width: 100%;
}

div.banner, div.banner img {
	width: 100%;
}

div.banner {
	margin-top: 55px;
}

.sp_banner {
	width: 90%;
	margin: auto;
}

.sp_banner img {
	width: 100%;
}
/* home */

.home_list {
	height: 260px;
	/* box-shadow: 2px 2px 5px #c0c0c0; */
}

	.home_news, .home_newproduct {
		width: 330px;
		margin: auto;
		padding: 0 10px;
		float: none !important;
	}
	
	.home_newproduct {
		display: none;
	}
	
	.home_news h2 {
		width: 125px;
		margin: auto;
		background: url('../images/icon_anno.svg') left center no-repeat;
	}

	.home_newproduct h2 {
		background: url('../images/icon_new.svg') left center no-repeat;
	}
	
	.home_list ul {
		border-top: 1px solid #e51572;
		padding: 8px 0 0 0;
		list-style: none;
	}
	
		.home_list ul a {
			height: 19px;
			width: 330px;
			overflow: hidden;
			display: block;
			text-decoration: none;
			/* line-height: 25px; */
			font-size: 14px;
			color: #888889;
			margin: 6px 0;
		}
		
		.home_list ul a:hover {
			color: #e51572;
			border-left: 4px solid #e51572;
			margin-left: -10px;
			padding-left: 6px;
		}
	
	.home_list p {
		text-align: center;
		margin-bottom: 70px;
	}
	
		.home_list p a {
			padding: 0 12px 3px 12px;
			color: #e51572;
			background-color: #f4b3c1;
			font-size: 19px;
			text-decoration: none;
		}
	
	/* ========== product slider ========== */
	
	.hot h2 {
		width: 120px;
		background: url('../images/icon_hot.svg') left center no-repeat;
		margin: 50px auto 0 auto;
	}
	
	.newproduct h2 {
		width: 120px;
		background: url('../images/icon_new.svg') left center no-repeat;
		margin: 50px auto 0 auto;
	}
	
	.dolly h2 {
		width: 120px;
		background: url('../images/icon_dolly.png') left center no-repeat;
		margin: 50px auto 0 auto;
	}
	
	.hot_slider, .new_slider {
		width: 358px;
		margin: 10px auto;
		border-top: 1px solid #e51572;
		text-align: center;
		font-size: 12px;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		padding-top: 20px;
	}
	
	.hot_slider .slick-dots li button:before, .new_slider .slick-dots li button:before {
		font-size: 8px;
	}
	
		.pd_child, .pd_father {
			width: 175px;
			position: relative;
			text-align: center;
		}
	
		.pd_child p:nth-child(1), .pd_father p:nth-child(1) {
			width: 175px;
			margin: auto;
		} /* 解決手機slider影像寬度誤差*/
	
		.slick-slide .pd_tag + p img {
			width: 175px;
		}
	
		.newpd_slider .slick-slide .pd_tag + p img {
			width: 158px;
		}
	
		.newpd_slider .slick-slide p:nth-child(1) img {
			width: 158px;
		}
		
		.pd_name {
			color: #3e3a39;
			width: 170px;
			height: 44px;
			overflow: hidden;
		}
	
		.pd_id img{
			width: 15px;
			height: 15px;
			display: inline-block !important;
			vertical-align: middle;
		}
		
		.pd_fa_margin, .pd_father .pd_id{
			margin-bottom: 28px;
		}
		
		.pd_price {
			margin: 5px 0;
		}
		
		.pd_price .ori_price {
			font-size: 11px;
			color: #f4b3c1;
			text-decoration: line-through;
		}
		
		.pd_price .sp_price {
			color: #e51572;
			font-weight: bold;
		}
		
		.z_right .sp_price {
			font-size: 14px !important;
		}
		
		.pd_btn img {
			width: 33px;
		}
		
		.pd_btn a {
			margin: 0 3px;
		}
		
		.pd_btn a.cart_normal {
			display: inline-block;
			width: 33px;
			height: 33px;
			background: url('../images/icon_cart.svg') left top no-repeat;
		}
		
		.pd_btn a.cart_normal:hover {
			background: url('../images/icon_cart_hover.svg') left top no-repeat;
		}
		
		.pd_btn a.cart_already {
			display: inline-block;
			width: 33px;
			height: 33px;
			background: url('../images/icon_cart_hover.svg') left top no-repeat;
		}
		
		.pd_btn a.cart_empty {
			display: inline-block;
			width: 33px;
			height: 33px;
			opacity: 0.5;
			background: url('../images/icon_cart.svg') left top no-repeat;
		}
		
		.pd_btn a.cart_empty:hover {
			cursor: not-allowed;
		}
		
		.pd_btn a.fav_offlogin {
			display: inline-block;
			width: 33px;
			height: 33px;
			background: url('../images/icon_fav.svg') left top no-repeat;
		}
		
		.pd_btn a.fav_offlogin:hover {
			background: url('../images/icon_fav_hover.svg') left top no-repeat;
		}
		
		.pd_btn a.fav_onlogin_off {
			display: inline-block;
			width: 33px;
			height: 33px;
			background: url('../images/icon_fav.svg') left top no-repeat;
		}
		
		.pd_btn a.fav_onlogin_off:hover {
			background: url('../images/icon_fav_hover.svg') left top no-repeat;
		}
		
		.pd_btn a.fav_onlogin_on {
			display: inline-block;
			width: 33px;
			height: 33px;
			background: url('../images/icon_fav_hover.svg') left top no-repeat;
		}
		
		.pd_fa_margin {
			margin-bottom: 33px;
		}
		
		.pd_btn a.more_item {
			padding: 2px 8px;
			line-height: 30px;
			font-size: 14px;
			color: #e51572;
			background-color: #f4b3c1;
			border-radius: 15px;
			text-decoration: none;
		}
		
		.pd_btn a.more_item:hover {
			color: #fff;
			background-color: #e51572;
		}
		
		.pd_tag {
			width: 188px;
			height: 133px;
			position: absolute;
			z-index: 10;
		}
		
		.pd_cart_in {
			background: rgba(255,255,255,0.6);
			height: 260px !important;
			width: 177px !important;
		}
		
		div.buy_more .item .pd_tag_empty {
			width: 179px !important;
			background: rgba(255,255,255,0.6) url('../images/icon_pd_empty.svg') 0 -2px no-repeat;
		}
		
		.newpd_slider .pd_tag_empty {
			background: rgba(255,255,255,0.6) url('../images/icon_pd_empty.svg') 3px -2px no-repeat;
			width: 168px;
		}
		
		.recent_slider .pd_tag_empty {
			background: rgba(255,255,255,0.6) url('../images/icon_pd_empty.svg') 0 -3px no-repeat;
		}
		
		.pd_tag_empty {
			background: rgba(255,255,255,0.6) url('../images/icon_pd_empty.svg') 0 -3px no-repeat;
			width: 182px;
		}
		
		.recent_slider .pd_preorder {
			background: url('../images/icon_pd_preorder.svg') 0px -3px no-repeat;
		}

		.recent_slider .pd_welfare {
			background: url('../images/icon_pd_welfare.png') 0px -3px no-repeat;
		}
				
		div.buy_more .item .pd_preorder {
			background: url('../images/icon_pd_preorder.svg') 0 -2px no-repeat;
		}
		
		div.buy_more .item .pd_welfare {
			background: url('../images/icon_pd_welfare.png') 0 -2px no-repeat;
		}
		.pd_preorder {
			background: url('../images/icon_pd_preorder.svg') 0 -3px no-repeat;
		}

		.pd_welfare {
			background: url('../images/icon_pd_welfare.png') 0 -3px no-repeat;
		}
		
		span.cart_confirm { /* 加入購物車確認訊息 */
			display: none;
			text-align: center;
			color: #fff;
			background: #e51572;
			width: 130px;
			line-height: 32px;
			border-radius: 5px;
			position: absolute;
			top: 193px;
			left: 15px;
		}
/* announcement */
.main {
	margin-top: 70px !important;
}

h2.anno {
	background: url('../images/icon_anno.svg') left center no-repeat;
	width: 120px;
	margin: auto;
}

div.anno_banner {
	width: 90%;
	margin: 30px auto;
}

	div.anno_banner img {
		width: 100%;
	}

div.pagers {
	text-align: center;
	margin-top: 40px;
}	

div.pagers p.pagers_num {
	display: inline-block;
	text-align: center;
	margin: 0 10px;
	padding: 0;
	width: 45%;
}
	
div.pagers a {
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #f4b3c1;
	color: #e51572;
	text-decoration: none;
}
	
.pagenow {
	background-color: #e51572 !important;
	color: #fff !important;
}		
	
h3.anno, div.anno_time {
	color: #595757;
}

h3.anno {
	font-size: 18px;
}

div.anno_time {
	font-size: 10px;
	/* text-indent: 15px; */
}

div.anno_time i {
	width: 10px;
}

div.anno_p {
	font-size: 12px;
	color: #888889;
	margin: 20px 0;
}

	div.anno_p p {
		margin: 12px 0;
	}
	
a.back {
	display: block;
	text-decoration: none;
	color: #595757;
	width: 140px;
	margin: 40px auto 0 auto;
	background: url('../images/icon_back.svg') left center no-repeat;
}

/* about */

h2.about {
	background: url('../images/icon_about.svg') left center no-repeat;
	width: 140px;
	margin: 20px auto -20px auto;
}

div.about {
	width: 90%;
	margin: auto;
}

	div.about p {
		font-size: 12px;
		color: #888889;
		margin: 18px 0;
		line-height: 2em;
	}
	
	div.info {
		width: 100%;
	}
	
		div.info p {
			margin: 4px 0;
			letter-spacing: 0.1em;
		}
		
		div.info_data h3 {
			text-align: center;
		}
		
			div.info_data i {
				margin-right: 5px;
				width: 12px;
				text-align: center;
			}
			
		div.gmap iframe {
			width: 100% !important;
			height: 250px !important;
			margin: 20px auto 120px auto;
		}
		
	div.about div.social {
		text-align: center;
		margin-bottom: 30px;
	}
		
	div.about div.social a {
		text-decoration: none;
		background-color: #888889;
		width: 32px;
		height: 32px;
		text-align: center;
		line-height: 32px;
		color: #fff;
		font-size: 22px;
		border-radius: 5px;
		margin-right: 8px;
		transition: all 0.3s;
	}
	
	div.about div.social a:hover {
		background-color: #e51572;
		transition: all 0.3s;
	}
	
	div.info_data {
		position: relative;
	}
	
	div.m_social {
		width: 100%;
		position: absolute;
		top: 420px;
	}
	
/* join */

h2.join {
	background: url('../images/icon_about.svg') left center no-repeat;
	width: 140px;
	margin: 20px auto -20px auto;
}

div.join {
	width: 90%;
	margin: auto;
}

	div.join p {
		font-size: 12px;
		color: #888889;
		margin: 18px 0;
		line-height: 2em;
	}
	
	
/* dealer partner */

h2.dealer {
	background: url('../images/icon_dealertitle.svg') left center no-repeat;
	width: 120px;
	margin: 70px auto 20px auto;
}

	div.tab {
		text-align: center;
		margin: 20px 0;
	}

	div.tab a {
		line-height: 28px;
		text-decoration: none;
		color: #000;
		/* margin: 0 20px; 修正手機寬度不足 */
		font-size: 14px;
		letter-spacing: 0.1em;
	}
	
	div.tab img, div.tab span {
		display: inline-block;
		vertical-align: middle;
	}
	
	div.tab span.focus {
		border-bottom: 3px solid #e51572;
		font-weight: bold;
	}
	
div.shop_list {
	margin: 15px auto 50px auto;
	width: 295px;
	padding: 10px 0;
}

	div.shop_list .banner {
		margin: 10px auto;
	}
	
	div.shop_list .banner img {
		width: 295px;
	}

	form.filter {
		/* position: relative; */
	}

	div.shop_list div.search {
		position: static;
		float: right;
		border: 1px solid #595757;
		width: 154px;
		height: 24px;
		border-radius: 12px;
		text-align: left;
	}

	div.shop_list .search input {
			/* position: absolute;
			top: 0;
			left: 0; */
			color: #595757;
			width: 120px;
			height: 18px;
			background-color: rgba(0,0,0,0);
			/* color: #fff; */
			text-indent: 10px;
			font-size: 12px;
			border: 0;
			border-radius: 15px;
			padding: 0;
			outline: none;
			/* border: 1px solid #e51572;
			border-radius: 10px 0 0 10px; */
		}
		
		div.shop_list .search button {
			/* border: 1px solid #e51572;
			border-radius: 0 10px 10px 0; */
			height: 22px;
			width: 22px;
			outline: none;
			background-color: rgba(255,255,255,0);
			border: 0;
		}
		
	.filter select {
		background: url('../images/arrow.png') no-repeat scroll 71px center transparent;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		border: 1px solid #595757;
		border-radius: 13px;
		width: 95px;
		height: 25px;
		text-indent: 9px;
		color: #595757;
		padding-left: 3px;
	}

	.filter select::-ms-expand { 
		display: none; 
	}
	
	.filter select option {
		padding-left: 12px;
	}
	
	.shop_list table {
		margin-top: 30px;
		width: 295px;
	}
	
		.shop_list table tr {
			width: 295px;
		}
		.shop_list table tr div {
			position: relative;
		}
			.shop_list table tr::after {
				display: block;
				content: "";
				border-bottom: 0.5px solid #595757;
			}
	
		.shop_list table .th {
			display: none;
		}
		
		.shop_list table td {
			color: #e51572;
			font-size: 12px;
			display: block;
		}
		
			.shop_list table td.shop {
				width: 100%;
				font-size: 14px;
				font-weight: bold;
				color: #e51572;
				margin: 15px 0;
				text-indent: 0;
			}
			
			.shop_list table td.tel {
				background: url('../images/icon_m_phone.svg') left center no-repeat;
			}
		
			.shop_list table td.add {
				background: url('../images/icon_m_location.svg') left 5px no-repeat;
				width: 230px;
				overflow: hidden;
			}
		
			.shop_list table td.gmap {
				text-indent: 0;
				height: 10px;
			}
		
			.shop_list table td.gmap div {
				position: relative;
			}
			
				.shop_list table td.gmap a {
					display: block;
					position: absolute;
					width: 28px;
					height: 28px;
					top: -30px;
					right: 25px;
				}
		
			.shop_list table td.btn {
				text-indent: 0;
				height: 28px;
				padding-bottom: 15px;
			}
		
		.shop_list table th, .shop_list table td {
			line-height: 20px;
			letter-spacing: 0.01em;
			width: 100%;
			font-size: 12px;
			color: #595757;
			padding-left: 25px;
			/* text-indent: 25px; */
		}

/* newpd */
	
h2.newpd {
	/*width: 120px;
	margin: auto;
	background: url('../images/icon_new.svg') left center no-repeat;
*/
	margin-left: auto;
	margin-right: auto;
	background: url('../images/icon_new.svg') left center no-repeat;
	width: 120px;
}
div.newpd_banner {
	width: 335px;
	height: 175px;
	margin: 30px auto;
}

	div.newpd_banner img {
		width: 335px;
	}

div.newpd_slider {
	width: 335px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	margin: 0 auto 20px auto;
}

/* member center */

h2.member_center {
	width: 120px;
	margin: auto;
	background: url('../images/icon_member_center.svg') left center no-repeat;
}

h2.member_center + h3 {
	border-bottom: 0 !important;
}

div.member_menu {
		width: 300px;
		float: left;
		display: none;
	}
	/* 
		div.member_menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		background-color: #eee;
	} */
	
	div.member_status, div.member_data {
		width: 335px;
		/* float: right; */
		margin: auto;
	}
	
		div.member_status h3, div.member_status .clear_all {
			border-bottom: 1px solid #000;
			/* padding-bottom: 10px; */
			line-height: 40px;
			margin-bottom: 0;
		}
	
		div.member_data p {
			width: 97%;
			margin: auto;
			font-size: 12px;
			color: #3e3a39;
			line-height: 22px;
		}
		
	div.member_data table {
		width: 100%;
		margin-top: 12px;
		border: 0px solid #e51572; 
		border-collapse: collapse;
	}

		.member_status th {
			color: #fff;
			background-color: #e51572;
			font-size: 14px;
		}
		
		.member_status th, .member_status td {
			/* text-align: center; */
			height: 15px;
			border: 0px solid #e51572; 
			letter-spacing: 0.01em;
		}
		
		.member_status td {
			color: #595757;
			font-size: 12px;
		}
		
		.member_data td {
			color: #595757;
			font-size: 12px;
		}
	
	/* 	.m_title th div, .m_title td div{
			position: relative;
		}
		
		.m_title th:nth-child(1), .m_title td:nth-child(1) {
			border: 0;
			background-color: #fff;
			color: #000;
		}
		
		.m_title th:nth-child(1) span, .m_title td:nth-child(1) span {
			color: #000;
			position: absolute;
			top: 0;
			left: 0;
		} */
		
		/* .order_rec tr::after  {
			display: block;
			content: "";
			height: 110px;
			border-bottom: 0.5px solid #595757;
		} */
		
		/* .bounce_rec tr::after {
			display: block;
			content: "";
			height: 70px;
			border-bottom: 0.5px solid #595757;
		} */
		
		.order_rec td, .bounce_rec td {
			display: block;
			width: 40%;
			float: left;
			line-height: 15px;
		}
		
		/*.sp_price::before, .ori_price::before, 因首頁出現而刪除*/.od_op::before,  .od_sub::before {
			content: "$";
		}

		.or_id {
			width: 100% !important;
			font-size: 14px !important;
			padding-right: 0 !important;
			font-weight: bold;
			color: #e51572 !important;
		}
		
		.or_date {
			background: url(../images/icon_member_date.svg) 12px center no-repeat;
			text-indent: 20px;
		}
		
		.or_op {
			background: url(../images/icon_member_op.svg) 12px center no-repeat;
			text-indent: 20px;
		}
		
		.or_channel {
			background: url(../images/icon_member_channel.svg) 12px center no-repeat;
			text-indent: 20px;
		}
		
		.or_bounce {
			background: url(../images/icon_member_sp.svg) 12px center no-repeat;
			text-indent: 20px;
		}
		
		.order_rec div {
			position: relative;
		}
		
		.order_rec div a {
			display: block;
			position: absolute;
			left: 260px;
			top: -40px;
		}
		
		.br_date {
			font-size: 14px !important;
			font-weight: bold;
			color: #e51572 !important;
		}
		
		.br_bounce {
			background: url(../images/icon_member_sp.svg) 12px center no-repeat;
			text-indent: 20px;
		}
		
		.br_point {
			background: url(../images/icon_member_point.svg) 12px center no-repeat;
			text-indent: 20px;
		}
		
		div.icon_trash a {
				display: inline-block;
				width: 32px;
				height: 32px;
				background: url('../images/icon_trash.svg') left center no-repeat;
			}
			
		div.icon_trash a:hover {
			background: url('../images/icon_trash_hover.svg') left center no-repeat;
		}
		
	h3.f_list {
		width: 200px;
		float: left;
	}
	
	div.clear_all {
		width: 135px;
		float: right;
		text-align: right;
		margin-top: 42px; 
	}
	
		div.clear_all a {
			display: inline-block;
			line-height: 28px;
			text-indent: 32px;
			text-decoration: none;
			font-size: 14px;
			color: #595757;
			background: url('../images/icon_trasho.svg') left center no-repeat;
		}
	
	table.f_list, table.f_list td:nth-child(1) {
		border: 0 solid #fff;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	table.f_list, table.f_list td {
		border: 0 solid #fff;
		padding-left: 4px !important;
		padding-right: 0 !important;
	}
	
		.f_item {
			position: relative;
			width: 110px;
			padding: 0 !important;
		}
		
			.f_item .pd_tag {
					width: 110px;
					height: 90px;
					position: absolute;
					z-index: 10;
					top: 0;
				}
				
				.f_item img {
					width: 110px;
				}
				
				.f_item .pd_preorder {
					background: url('../images/icon_pd_preorder.svg') -2px -2px no-repeat !important;
				}

				.f_item .pd_welfare {
					background: url('../images/icon_pd_welfare.png') -2px -2px no-repeat !important;
				}
								
				.f_item .pd_tag_empty {
					width: 110px !important;
					background: rgba(255,255,255,0.6) url('../images/icon_pd_empty.svg') -2px -2px no-repeat;
				}
				
			.f_list .fl_name {
				display: block;
				height: 60px;
			}
				
			.f_list .pd_name {
				width: 213px;
			}
				
			.f_list .pd_name {
				color: #3e3a39;
				height: 44px;
			}
			
			.f_list .ori_price {
				color: #9f9fa0;
				/* width: 70px; */
				display: block;
				float: left;
			}
			
			.f_list .ori_price::before {
				content: "$";
			}
			
			.f_list .sp_price {
				color: #e51572;
				font-weight: bold;
				/* width: 70px; */
				display: block;
				float: right;
			}
			
			.f_list .sp_price::before {
				content: "$";
			}
			
			.f_list .icon {
				width: 26px;
				padding: 6px 2px;
			}
			
			.f_list .fl_icon {
				padding: 0; 	
			}
			
			.f_list .fl_icon div {
				position: relative;
			}
			
			.f_list .flia a {
				position: absolute;
				top: -8px;
				right: 40px;
			}
			
			.f_list .flib a {
				position: absolute;
				top: -8px;
				right: 0px;
			}
			
		.f_list tr {
			border-bottom: 0.5px solid #595757;
		}
		
		.f_list tr:last-child {
			border: 0 !important;
		}
			
		.f_list tr::after {
			display: block;
			content: "";
			clear: both;
			/* height: 50px; */
		}
			
	/* member menu */
		
	/* div.member_menu {
		margin-top: 15px;
		width: 300px;
		float: left;
	}
	
		div.member_menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
			div.member_menu a {
				color: #595757;
				line-height: 33px;
				text-decoration: none;
				display: block;
				background: url('../images/icon_m_nav_arrow_off.svg') right center no-repeat;
			}
		
			div.member_menu ul ul {
				display: none;
			}
		
			div.member_menu ul ul a {
				color: #c9c9ca;
				background-image: none;
				margin: 8px 0;
				line-height: 17px;
			}
		
			div.member_menu ul ul a:hover {
				color: #e51572;
				background-image: none;
				border-left: 3px solid #e51572;
				margin-left: -5px;
				padding-left: 2px;
			} */
		
/* member data */
		
h2.member_data {
	width: 160px;
	margin: auto;
	background: url('../images/icon_member_data.svg') left center no-repeat;
}	
		
h2.member_pw {
	width: 124px;
	margin: auto;
	background: url('../images/icon_member_pw.svg') left center no-repeat;
}		

h2.member_query {
	width: 160px;
	margin: auto;
	background: url('../images/icon_member_query.svg') left center no-repeat;
}	
		
	/* h2.member_pw::before {
		display: block;
		content: "";
		border-top: 1px solid #000;
	} */
		
	div.borderbottom {
		width: 100%;
		height: 5px;
		border-bottom: 0.5px solid #000;
	}
		
	form.query_id, form.query_pw {
		border-bottom: 0 !important;
	}
		
	.member_data table {
		width: 100%;
		/* border: 0.5px solid #000; */
		border-collapse: collapse;
	}	
		
	.member_data table td {
		padding: 8px 12px;
	}	
		
	.member_data input {
		border-radius: 12px;
		width: 95%;
		height: 20px;
		text-indent: 12px;
		outline: none;
		border: 1px solid #595757; 
		color: #595757;
		font-size: 12px;
	}	
		
	.member_data select {
		background: url('../images/arrow.png') no-repeat scroll 46px center transparent;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		border: 1px solid #595757;
		border-radius: 13px;
		width: 70px;
		height: 25px;
		/* text-indent: 8px; */
		color: #595757;
		padding-left: 5px;
	}	
		
		.member_data a.submit {
			width: 95px;
			margin: auto;
			display: block;
			text-decoration: none;
			letter-spacing: 0.1em;
			color: #595757;
			background: url('../images/icon_submit.svg') left center no-repeat;
			text-indent: 38px;
			line-height: 33px;
		}
		
		.member_data a.submiting {  /* 資料送出時的轉圈圈狀態樣式 另外要配合 .submit_spin 樣式的顯示 */
			background: url('../images/icon_empty.svg') left center no-repeat !important;
		}
		
		div.submit {
			position: relative;
		}
		
			.submit_spin {
				font-size: 18px;
				color: #e61673;
				position: absolute;
				left: 112px;
				top: 7px;
			}

h2.member_order_query {
	width: 120px;
	margin: 0 auto 50px auto;
	background: url('../images/icon_member_order_query.svg') left center no-repeat;
}
		
	div.query {
		text-align: right;
	}	
		div.query form {
			float: right;
			width: 180px;
			border: 1px solid #595757;
			border-radius: 20px;
			text-align: left;
			/* 20190917-zac */
			padding-right: 5px;
			/* ***20190917*** */
		}
		
		div.query input {
			width: 150px;
			border: 0;
			background-color: rgba(255,255,255,0);
		}	
		
		div.query a {
			display: inline-block;
			font-size: 12px;
			text-decoration: none;
			color: #595757;
			margin-top: 6px;
			margin-right: 35px;
		}
		
			div.query form a {
				margin-right: 0;
			}
		
	/* 	.order_rec td, .bounce_rec td {
			text-align: center;
			border: 0px solid #e51572;
		} */
		
		
		
		
h2.member_bounce_query {
	width: 120px;
	margin: 0 auto 30px auto;
	background: url('../images/icon_member_bounce_query.svg') left center no-repeat;
}		

			h3.bounce_now {
				color: #e51572;
			}
		
			.member_data h4 {
				font-size: 14px;
				color: #595757;
				font-weight: normal;
			}

h2.member_order_detial {
	width: 120px;
	margin: 0 auto 30px auto;
	background: url('../images/icon_member_order_detial.svg') left center no-repeat;
}
				
		.order_detial {
			font-weight: bold;
			color: #3e3a39;
			margin-bottom: 5px;
		}
		
		/* .order_detial .order_id {
			width: 300px;
			float: left;
		}
		
		.order_detial .order_status {
			width: 280px;
			float: right;
		} */
		
			.order_detial span {
				color: #9f9fa0;
				font-weight: normal;
			}
		
		.ol_pd_name {
			width: 150px;
		}
		
			.ol_num, .ol_sub {
				font-weight: bold;
				color: #e51572 !important;
			}
		
		
		h5 {
			text-align: center;
			border: 0.5px solid #e51572;
			margin-bottom: -1px;
			line-height: 30px;
			color: #e51572;
			font-size: 14px;
		}
		
			/* h5 span {
				font-size: 16px;
				display: inline-block;
				padding: 5px 40px;
				border: 0.5px solid #000;
				border-bottom: 0;
			} */
		
			.d_hide {
				/* border: 0 !important; */
			}
		
			.uline {
				border-bottom: 1px solid #585656;
			}
		
			.order_rec tr:nth-child(1) {
				border-top: 0px solid #e51572 !important;
			}
		
			.uline td:last-child {
				padding: 0 !important;
				height: 0;
			}
		
			.counter_left textarea {
					width: 100%;
					height: 80px;
					resize: none;
				}
		
			table.counter, table.t_counter {
				width: 160px !important;
				margin: 30px 0 0 auto;
				border: 0;
				font-size: 12px;
			}
			
			table.counter tr td:nth-child(1), table.t_counter tr:nth-child(2) td:nth-child(1){
				text-align: center;
				color: #fff;
				background-color: #e51572;
				width: 50%;
				height: 30px
			}
		
			table.counter tr td:nth-child(2), table.t_counter tr td:nth-child(2) {
				text-align: right;
				width: 50%;
				height: 30px;
			}
			
			table.t_counter tr:nth-child(1) td:nth-child(1) {
				text-align: center;
				background-color: #f4b3c1;
				color: #e51572;
			}
		
			.counter_right {
				margin-right: 7px;
			}
		
		div.od_btn, div.ck_btn, div.sl1_btn {
			clear: both;
			text-align: center;
			padding: 50px 0;
		}
		
		div.sp_btn {
			clear: both;
			text-align: center;
			padding: 0 0 20px 0;
		}
		
			div.od_btn a, div.sp_btn a, div.ck_btn a, div.sl1_btn a {
				text-decoration: none;
				color: #595757;
				margin: 0 12px;
				padding-left: 35px;
				line-height: 35px;
				display: inline-block;
			}
		
			div.od_btn a:nth-child(1) {
				background: url('../images/icon_member_od_del.svg') left center no-repeat;
			}
			
			div.od_btn a:nth-child(2) {
				background: url('../images/icon_back.svg') left center no-repeat;
			}
			
			div.sl1_btn a:nth-child(1) {
				background: url('../images/icon_member_od_del.svg') left center no-repeat;	
			}
			
			div.sl1_btn a:nth-child(2) {
				background: url('../images/icon_back.svg') left center no-repeat;	
			}
				
		.od_title {
			background-color: #e51572;
			color: #fff;
			line-height: 30px;
		}
		
		.od_name {
			width: 220px !important;
		}
		
		td.od_item {
			width: 110px;
			padding-left: 0;
			padding-right: 0;
		}
		
		.od_num {
			color: #000 !important;
		}
		
		.od_num span::before {
			content: "X";
		}
		
		.od_num {
			position: relative;
			padding: 0 !important;
		}
		
		.od_num span {
			position: absolute;
			top: -27px;
			right: 0;
		}
		
		.od_op, .od_dis, .od_sub {
			width: 65px !important;
		} 
		
		.od_sub {
			text-align: right;
		}
		
/* login */

	div.login .signup {
		display: none;
	}

	.tab a {
		display: inline-block;
		height: 30px;
		padding-left: 30px;
	}

	div.login .tab a:nth-child(1) {
		background: url('../images/icon_signin.svg') left center no-repeat;	
	}
	
	div.login .tab a:nth-child(1).focus {
		background: url('../images/icon_signin_focus.svg') left center no-repeat;	
	}
	
	div.login .tab a:nth-child(2) {
		background: url('../images/icon_signup.svg') left center no-repeat;	
	}
	
	div.login .tab a:nth-child(2).focus {
		background: url('../images/icon_signup_focus.svg') left center no-repeat;	
	}

	div.m_query .tab a:nth-child(1) {
		background: url('../images/icon_id_query.svg') left center no-repeat;	
	}
	
	div.m_query .tab a:nth-child(1).focus {
		background: url('../images/icon_id_query_focus.svg') left center no-repeat;	
	}
	
	div.m_query .tab a:nth-child(2) {
		background: url('../images/icon_pw_query.svg') left center no-repeat;	
	}
	
	div.m_query .tab a:nth-child(2).focus {
		background: url('../images/icon_pw_query_focus.svg') left center no-repeat;	
	}
	
	form.query_pw {
		display: none;
	}
	
	div.login table {
		width: 355px;
		/* border: 0.5px solid #000; */
		margin: 30px auto;
		padding: 20px 0;
		font-size: 12px;
	}
	
		div.login table tr td:nth-child(1) {
			text-align: right;
			vertical-align: top;
			padding-top: 15px;
		} 
	
		div.login table td {
			padding: 10px;
		}
		
		div.login table input {
			border-radius: 12px;
			/* width: 239px; */
			width: 220px;
			height: 20px;
			text-indent: 12px;
			outline: none;
			border: 1px solid #595757; 
			color: #595757;
			font-size: 12px;
		}
		
		div.login table input[type="radio"] {
			height: 16px;
			width: 16px;
			vertical-align: middle;
			margin-top: 0;
		}
		
		div.login table input[type="radio"]+span {
			vertical-align: middle;
		}
		
		div.login table select {
			background: url('../images/arrow.png') no-repeat scroll 47px center transparent;
			-webkit-appearance:none;
			-moz-appearance:none;
			appearance:none;
			border: 1px solid #595757;
			border-radius: 13px;
			height: 25px;
			/* text-indent: 8px; */
			color: #595757;
			padding-left: 6px;
			font-size: 12px; 	
			width: 70px;
		}	
		
		div.login table td.city {
			/* text-align: right; */
		}
		
			div.login table td.city select {
				background: url('../images/arrow.png') no-repeat scroll 58px center transparent;
				width: 83px;
			}
			
		div.login table tr:last-child td {
			text-align: center;
		}
		
		div.login table td a {
			display: block;
			text-decoration: none;
			font-size: 12px;
			color: #9f9fa0;
			padding-left: 10px;
			margin-top: 10px;
		}
		
		div.login table td[colspan="2"] a {
			display: inline;
			font-size: 14px;
			color: #595757;
			letter-spacing: 0.1em;
		}
		
		div.login table td[colspan="2"] a * {
			vertical-align: middle;
		}
		
		a.policy {
			margin: 0 5px;
			display: inline-block;
			line-height: 33px;
			font-size: 14px !important;
			background: url(../images/icon_policy.svg) left center no-repeat;
			text-indent: 26px;
			color: #000 !important;
		}
		
h2.signok {
	width: 160px;
	margin: 0 auto 30px auto;
	background: url('../images/icon_signok.svg') left center no-repeat;
}	
		
	h2.signok+p {
		width: 85%;
		margin: auto;
		font-size: 12px;
		color: #595757;
		line-height: 2em;
	}	
		
/* toknow */
		
h2.toknow {
	width: 120px;
	margin: 0 auto 30px auto;
	background: url('../images/icon_toknow.svg') left center no-repeat;
}	
		
	/* h2.toknow  */
		
.qqq {
	display: none;
}

/* member data error msg member_data 表單輸入錯誤訊息 */
		
			table.pw tr td:nth-child(1), table.data tr td:nth-child(1) {
				vertical-align: top;
				padding-top: 9px;
			}
		
			span.error {
				padding-left: 10px;
				color: #e61673 !important;
				display: none;
			}
	
/* shop list */

h2.shop_list {
	width: 120px;
	margin: 70px auto 0 auto;
	background: url('../images/icon_cart_hover.svg') left center no-repeat;
}

	div.sl_tab a:nth-child(1) {
		background: url('../images/icon_shop_list.svg') left center no-repeat;	
	}
	
	div.sl_tab a:nth-child(1).focus {
		background: url('../images/icon_shop_list_focus.svg') left center no-repeat;	
	}
	
	div.sl_tab a:nth-child(2) {
		background: url('../images/icon_preorder_list.svg') left center no-repeat;	
	}
	
	div.sl_tab a:nth-child(2).focus {
		background: url('../images/icon_preorder_list_focus.svg') left center no-repeat;	
	}

p.clear_all {
	text-align: right;
	margin-bottom: -25px !important;
}

	p.clear_all a {
		display: inline-block;
		background: url('../images/icon_trasho.svg') left center no-repeat;
		text-indent: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}

div.buy_more h2 {
	width: 140px;
	margin: auto;
	background: url('../images/icon_buy_more.svg') left center no-repeat;
}

div.full_gift h2 {
	width: 140px;
	margin: 80px auto 0 auto;
	background: url('../images/icon_full_gift.svg') left center no-repeat;
}

div.buy_more .item, div.full_gift .item {
	width: 179px !important;
}

.splist {
	margin-top: -23px;
}

	.splist h3 + p {
		color: #888889;
		font-size: 12px;
	}
	
.spl_counter_right {
	/* width: 280px; */
	float: right;
	/* padding-top: 20px; */
	text-align: right;
	padding: 35px 10px;
	margin-bottom: -15px;
}

	

	table.outside {
		padding: 0;
		margin: 30px 0 0 auto;
		border: 0;
		width: 310px !important;
	}
	
		table.outside td {
			padding: 0 ;
		}
	
	.spl_counter_right .bounce_code {
		background: url('../images/icon_bounce_code.svg') 12px center no-repeat;
		text-indent: 20px; 
	}
	
	.spl_counter_right input {
		width: 60px;
		border: 0;
		border-bottom: 0.5px solid #000;
		border-radius: 0;
		padding: 0;
		text-indent: 0;
		outline: none;
	}
	
	table.outside > tr td:nth-child(1) {
		padding: 0;
		height: 30px;
		text-align: right;
	}
	
	.outside .counter {
		margin-top: 0;
	}
	
	.outside .warning { 
		color: #e61873;
		font-size: 10px;
	}
	
	.outside .warning span { /* 此折扣碼無效 */
		display: none;
	}
	
	.sl_del a {
		display: inline-block;
		width: 33px;
		height: 33px;
		background: url('../images/icon_trash.svg') center center no-repeat;
	}
	
	/* .sl_del a:hover {
		height: 33px;
		background: url('../images/icon_cart_hover.svg') center center no-repeat;
	} */
	
/* shopping check */

h2.shop_check {
	width: 80px;
	margin: 70px auto 0 auto;
	background: url('../images/icon_shop_check.svg') left center no-repeat;
}

	div.ck_btn a:nth-child(1) {
		background: url('../images/icon_back.svg') left center no-repeat;	
	}
	
	/* div.ck_btn a:nth-child(1).focus {
		background: url('../images/icon_signin_focus.svg') left center no-repeat;	
	} */
	
	div.ck_btn a:nth-child(2) {
		background: url('../images/icon_submit.svg') left center no-repeat;	
	}
	
	/* div.ck_btn a:nth-child(2).focus {
		background: url('../images/icon_signup_focus.svg') left center no-repeat;	
	} */

	.counter_left p {
		/* width: 500px; */
		/* height: 255px; */
		/* background-color: #ccc; */
	}
	/* 20191002 zac*/
	.counter_left p {
		color: #e51572!important;
	}
	.counter_lefts p {
		color: #e51572!important;
	}
	
.pay {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

	.pay h3 {
		margin-top: 5px;
		margin-bottom: 30px;
	}

	.pay li {
		width: 33%;
		float: left;
		text-align: left;
		font-size: 12px;
		padding-top: 8px;
		/* padding-top: 42px; */
	}
	
	.pay li:first-child {
		padding-top: 0;
	}
	
	input[type="checkbox"], input[type="radio"] {
		height: 16px;
		width: 16px;
		vertical-align: middle;
		margin-top: 0;
	}
	
	div.payment_guide {
		font-size: 12px;
		width: 90%;
		height: 300px;
		overflow-x:hidden;
		overflow-y:auto;
		margin: 20px auto 0 auto;
		border: 0.5px solid #000;
		padding: 10px 18px;
		
	}
	
	span.pay {
		font-weight: normal;
		font-size: 12px;
	}
	
	table.payment_data {
		width: 95%;
		margin: auto;
		margin-top: 0 !important;
	}
	
	table.payment_data td {
		padding: 12px 20px;
	}
	
	table.payment_data td:nth-child(1) {
		padding-left: 0 !important;
	}
	
	select.four {
		width: 80px;
		background: url('../images/arrow.png') no-repeat scroll 58px center transparent;
	}
	
	div.ck_btn a:nth-child(1) {
		background: url('../images/icon_back.svg') left center no-repeat;	
	}
	
	/* div.ck_btn a:nth-child(1).focus {
		background: url('../images/icon_signin_focus.svg') left center no-repeat;	
	} */
	
	div.ck_btn a:nth-child(2) {
		background: url('../images/icon_submit.svg') left center no-repeat;	
	}
	
	/* div.ck_btn a:nth-child(2).focus {
		background: url('../images/icon_signup_focus.svg') left center no-repeat;	
	} */
	
/* shop_data_confirm */

h2.shop_data_confirm {
	width: 160px;
	margin: 70px auto 0 auto;
	background: url('../images/icon_shop_data_confirm.svg') left center no-repeat;
}

/* shop done */

h2.shop_done {
	width: 120px;
	margin: 70px auto 0 auto;
	background: url('../images/icon_signok.svg') left center no-repeat;
}

h2.shop_done + p {
	width: 90%;
	font-size: 12px;
	color: #9f9fa0;
	margin: 10px auto 0 auto;
	line-height: 1.8em;
	border-bottom: 0.5px solid #595757;
	padding-bottom: 30px;
}

h2.shop_done + p span, .payment_data td span {
	color: #e51572;
	font-weight: bold;
}

.payment_data td span {
	font-size: 10px;
	display: block;
	padding-top: 5px;
}

	.pay_btn {
		text-align: center;
		font-size: 10px;
		color: #e51572;
		margin-top: 30px;
		font-weight: bold;
	}

		
		.pay_btn a {
			display: inline-block;
			vertical-align: middle;
		}
		
	div.ps {
		font-size: 12px;
		color: #e51572;
		/* width: 480px; */
		margin: 20px auto;
	}
	
.question {
	font-size: 12px;
	width: 480px;
	margin: 20px auto;
	color: #9f9fa0;
	border-top: 0.5px solid #595757;
	padding-top: 30px;
}
	
	.question a {
		margin-left: 5px;
		text-decoration: none;
		font-weight: bold;
		font-size: 14px;
		text-indent: 36px;
		display: inline-block;
		color: #595757;
		line-height: 33px;
	}
	
.question, .ps {
	width: 310px;
	margin: auto;
	line-height: 1.8em;
}

	.question div:nth-child(1) a {
		background: url('../images/icon_toknow.svg') left center no-repeat;
	}

.question div:nth-child(2) {
	/* width: 60%;
	float: right;
	text-align: right; */
}

	.question div:nth-child(2) a {
		background: url('../images/icon_member_order_query.svg') left center no-repeat;
	}

/* m only */

div.counter_left {
	/* margin-top: 10px; */
	/* border-top: 0.5px solid #595757; */
	width: 90%;
	margin: auto;
}

.m_title_a {
	/* width: 100%; */
	margin: 20px auto 0 auto;
	color: #fff;
	background-color: #e51572;
	text-align: center;
	padding: 10px 0;
	font-size: 14px;
}

.m_shop_check td {
	width: auto;
}
	
	.m_shop_check td.ck_op::before, .m_shop_check td.ol_sub::before {
		content: "$";
	}
	
	.ck_op {
		color: #9f9fa0 !important;
		width: 42px !important;
	}
	
	.m_shop_check td.ol_sub {
		width: 90px;
		text-align: right;
	}

	.m_shop_check td.ck_dis {
		width: 70px;
		text-align: right;
	}
	
		.m_shop_check td.qb_nums div {
			position: relative;
		}
		
		.m_shop_check td.qb_nums div span {
			position: absolute;
			top: -35px;
			right: -95px;
			color: #e51572;
		}
		
		.m_shop_check td.qb_nums div span::before {
			content: "X";
		}
	
	.qb_num {
		padding: 4px 12px 5px 12px !important;
	}
	
		.qb_num a {
			width: 33px;
			height: 33px;
			display: inline-block;
			position: relative;
			top: 4px;
		}
		
			.num_minus {
				background: url('../images/icon_sym_minus.svg') center center no-repeat;
			}
			
			.num_plus {
				background: url('../images/icon_sym_plus.svg') center center no-repeat;
			}
			
		.qb_num input {
			width: 24px;
			height: 18px;
			border-radius: 0;
			text-align: center;
			padding: 3px;
			text-indent: 0;
			display: inline-block;
			position: relative;
			top: -8px;
			border-color: #e51572;
		}	
	
	.m_shop_check .sl_del {
		width: 105px;
		text-align: right;
	}
	
	.ck_item {
		height: 140px;
	}
	
	div.sp_btn a:nth-child(1) {
		background: url('../images/icon_keep_shopping.svg') left center no-repeat;
	}
	
	div.sp_btn a:nth-child(2) {
		background: url('../images/icon_check.svg') left center no-repeat;
	}
	
/* product list */

h2.product_co_1 {
	margin-left: auto;
	margin-right: auto;
	background: url('../images/icon_product_1.svg') left center no-repeat;
	width: 100px;
}

.product_list_main {
	width: 370px;
	margin: 0 -17px;
}

.product_list_main .item {
	text-align: center;
	float: left;
	margin: 20px 5px;
	height: 280px;
}

	.product_list_main .item p {
		text-align: center;
		width: 176px !important;
	}
	
	.trace {
		font-size: 12px;
		padding-top: 22px;
	}
	
	.product_filter {
		padding: 20px 0;
		text-align: left !important;
	}
	
		.product_filter a {
			display: none !important;
		}
	
		.product_filter > * {
			margin: 0 10px;
		}
		
/* product page */

.product_main .p_left {
	width: 330px;
	margin: auto;
	/* float: left; */
}

.product_main .p_right {
	width: 330px;
	margin: auto;
	/* width: 335px;
	float: left; */
}

.product_detial {
	width: 330px;
	margin: auto;
}

	.pro {
		border: 0;
		font-size: 12px;
		line-height: 1.8em;
		color: #595757;
	}
	
		.pro td {
			padding: 8px 0;
		}
	
		.proa td:nth-child(2) {
			width: 200px;
			vertical-align: top;
			padding-left: 30px;
		}
	
		.proa td:nth-child(1) {
			font-size: 14px;
		}
	
		.prob td:nth-child(1) {
			width: 80px;
			vertical-align: top;
			font-size: 14px;
		}
		
		.prob td:nth-child(2) {
			font-size: 12px;
		}
		
			.prob td p {
				margin-bottom: 16px;
			}
			
		.prob td {
			display: block;
		}
			
			._cothertxt img {
				width: 100%;
			}
			
	.recent_slider p {
		text-align: center;
		font-size: 12px;
	}	
	
.recent h2 {
	width: 160px;
	margin: 30px auto 10px auto;
	background: url('../images/icon_recent.svg') left center no-repeat;
}

.hots h2 {
	width: 120px;
	margin: 80px auto 10px auto;
	background: url('../images/icon_hot.svg') left center no-repeat;
}

	.pda a {
		text-decoration: none;
		color: #595757;
		margin-right: 20px;
	}
	
		.pda a img {
			vertical-align: middle;
			margin-right: 5px;
		}
	
	.pro .ori_price {
		font-size: 10px;
		color: #9f9fa0;
		text-decoration: line-through;
	}
	
	.pro .sp_price {
		font-size: 16px;
		color: #e51572;
		font-weight: bold;
	}
	
	span.bopoint {
		color: #e51572;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #e51572;
		padding: 3px 8px;
	}
		
	#gallery img {
      width: 330px;
    }
    #thumbs img {
      width: 105px  ;
      transition: .5s;
    }
    #thumbs .active {
      opacity: .5;
    }
	
.m_fixed {
	position: fixed;
	bottom: 0;
	left: calc(50vw - 197px);
	box-shadow: 0 0 2px 2px #cdcdcd;
	background-color: #fff;
	width: 374px;
	z-index: 500000;
}

.buy_more, .full_gift {
	margin-left: -22px;
}

.gantd tr td:nth-child(2) {
	padding-right: 0 !important;
}

.mt-0 {
	margin-top: 0 !important;
}

.yan::after {
	content: "元";
}

.pot::after {
	content: "點";
}

	/* 首頁popup */
	
.fancybox-wrap .popup {
	width: 300px;
	border: 1px solid #e51572;
}

	.fancybox-wrap .popup h2 {
		margin: 0;
		line-height: 40px;
		text-indent: 0;
	}

.popup_title {
	width: 100%;
	height: 40px;
	background-color: #e51572;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 20px;
}
	
	.popup_title i {
		position: absolute;
		right: 5px;
		top: 9px;
		width: 24px;
		height: 24px;
		color: #fff;
	}

	.popup_body {
		text-align: center;
		padding: 10px 0;
	}
	
		.popup_body img {
			width: 280px;
		}

		
		
.recent_slider {
	width: 358px;
	margin: auto auto 30px auto;
}

h6#a, h6#b, h6#c, h6#d, h6#e, h6#f, h6#g/*, h6#h */{
	height: 65px;
	margin: 0;
}

.col {
	padding: 0 !important;
}