﻿.d_hide, .hrd_hide {
	display: none !important;
}

hr {
	width: 100%;
	height: 0;
	border-top: 0.5px solid #595757;
	clear: both;
}

div.banner, div.main_banner {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 175px;
	margin-bottom: 50px;
}

	div.banner {
		height: 410px;
	}
	
	div.main_banner {
		/* height: 460px; */
	}

	div.sp_banner {
		width: 760px;
		height: 410px;
		clear: both;
		margin: 0 auto;
	}
	
		div.sp_banner img {
			width: 760px;
			/* height: 410px; */
		}
	
	
	div.banner img{
		width: 100%;
		min-width: 1200px;
		min-height: 410px;
	}
	
	div.main_banner img{
		width: 100%;
		min-width: 1200px;
		min-height: 460px;
	}

	div.main_banner .slick-prev:before, div.main_banner .slick-next:before {
		font-size: 30px;
	}
	
	div.main_banner .slick-next {
		right: 120px;
	}
	
	div.main_banner .slick-prev {
		left: 120px;
		z-index: 100;
	}
	
	div.main_banner .slick-next, div.main_banner .slick-prev {
		width: 30px;
		height: 30px;
	}
	
	div.main_banner .slick-dots {
		bottom: 25px;
	}
/* home */

.home_list {
	height: 260px;
	box-shadow: 2px 2px 5px #c0c0c0;
}

	.home_news, .home_newproduct {
		width: 420px;
		padding: 0 30px;
	}
	
	.home_news h2 {
		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 {
			display: block;
			text-decoration: none;
			/* line-height: 25px; */
			font-size: 14px;
			color: #888889;
			margin: 6px 0;
			height: 19px;
			width: 420px;
			overflow: hidden;
		}
		
		.home_list ul a:hover {
			color: #e51572;
			border-left: 4px solid #e51572;
			margin-left: -10px;
			padding-left: 6px;
		}
	
	.home_list p {
		text-align: right;
		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, .buy_more_slider, .full_gift_slider {
		margin: 30px auto;
		border-top: 0.5px solid #e51572;
		text-align: center;
		font-size: 12px;
		letter-spacing: 0.1em;
		line-height: 1.5em;
		padding-top: 20px;
	}
	
		.pd_child, .pd_father {
			width: 175px;
			position: relative;
		}
	
		.buy_more_slider .pd_child {
			width: 200px !important;
		}
	
		.pd_name {
			color: #3e3a39;
			width: 140px !important;
			height: 42px !important;
			overflow: hidden;
			margin: auto;
			font-size: 14px !important;
			line-height: 1.5em !important;
		}
	
		.pd_id img{
			width: 15px;
			height: 15px;
			display: inline-block !important;
			vertical-align: middle;
		}
		
		.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;
		}
		
		.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: none; */
			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, .pd_father .pd_id{
			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;
		}
		
		.item .pd_tag {
			width: 196px;
			height: 133px;
			position: absolute;
			z-index: 10;
		}
		
		.pd_cart_in {
			background: rgba(255,255,255,0.6);
			height: 260px !important;
		}
		
		.pd_tag_empty {
			background: rgba(255,255,255,0.6) url('../images/icon_pd_empty.svg') -2px -2px no-repeat;
		}
		
		.pd_preorder {
			background: url('../images/icon_pd_preorder.svg') -2px -2px no-repeat;
		}

		.pd_welfare {
			background: url('../images/icon_pd_welfare.png') -2px -2px 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;
			font-size: 12px;
		}
/* announcement */
.main {
	margin-top: 200px !important;
}
	
h2.anno {
	background: url('../images/icon_anno.svg') left center no-repeat;
}

div.anno_banner {
	width: 760px;	
	width: 590px;
	margin: 30px auto;
}

	div.anno_banner img {
		width: 760px;
		width: 590px;
	}

div.pagers {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 50px;
}	

div.pagers p.pagers_num {
	display: inline-block;
	text-align: center;
	margin: 0 20px;
	padding: 0;
}
	
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: 200px 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;
}

div.about {
	padding-left: 5.2em;
	padding-bottom: 400px;
}

	div.about p {
		font-size: 12px;
		color: #888889;
		margin: 18px 0;
		line-height: 2em;
		width: 910px;
	}
	
	div.info {
		width: 910px;
	}
	
		div.info p {
			margin: 4px 0;
		}
		
		div.info_data {
			width: 250px;
			float: left;
		}
		
			div.info_data i {
				margin-right: 5px;
				width: 12px;
				text-align: center;
			}
			
		div.gmap {
			width: 660px;
			float: right;
		}
		
	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;
	}
	
/* join */

h2.join {
	background: url('../images/icon_about.svg') left center no-repeat;
}

div.join {
	padding-left: 5.2em;
	padding-bottom: 50px;
}

	div.join p {
		font-size: 12px;
		color: #888889;
		margin: 18px 0;
		line-height: 2em;
		width: 910px;
	}
	
/* dealer partner */

h2.dealer {
	background: url('../images/icon_dealertitle.svg') left center no-repeat;
	margin-top: 200px;
}

	div.tab {
		text-align: center;
	}

	div.tab a {
		line-height: 28px;
		text-decoration: none;
		color: #000;
		margin: 0 50px;
		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;
	border: 0.5px solid #595757;
	padding: 20px 110px;
}

	div.shop_list .banner {
		margin: 30px 0;
	}
	
	div.shop_list .banner img {
		width: 760px;
		min-width: 760px;
	}

	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);
		}
		
	.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: 3px;
		color: #595757;
		padding-left: 3px;
	}

	select {
		font-size: 12px;
	}
	
	select::-ms-expand { 
		display: none; 
	}
	
	.shop_list table {
		width: 760px;
		margin-top: 30px;
		border: 1px solid #e51572; 
		border-collapse: collapse;
	}
	
		.shop_list table tr {
			border: 1px solid #e51572; 
		}
	
		.shop_list table th, .member_data th {
			color: #fff;
			background-color: #e51572;
			font-size: 14px;
		}
		
		.shop_list table td {
			color: #595757; /* 修改經銷據點桌機表格內文字顏色 */
			font-size: 12px;
		}
		
		.shop_list table th, .shop_list table td, .member_data th, .member_status td {
			text-align: center;
			height: 15px;
			border: 1px solid #e51572; 
			letter-spacing: 0.01em;
		}
		
	td.shop {
		width: 158px;
	}
	
	td.tel {
		width: 123px;
	}
	
	td.gmap {
		width: 31px;
		padding-left: 3px;
	}
	
	td.btn {
		width: 218px;
	}

/* newpd */
	
h2.newpd {
	margin-left: -41px;
	background: url('../images/icon_new.svg') left center no-repeat;
	/* width: 220px; */
	padding-right: 20px;
	float: left;
	color: #000;
}
div.newpd_banner {
	width: 515px;
	height: 270px;
	float: left;
	margin: 30px 0;
}

	div.newpd_banner img {
		width: 515px;
	}

div.newpd_slider {
	width: 430px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	padding-top: 30px;
	float: right;
}

/* member center */

h2.member_center {
	margin-left: -41px;
	background: url('../images/icon_member_center.svg') left center no-repeat;
}
	
	div.member_right {
		width: 590px;
		float: right;
		margin-bottom: 20px;
	}
	
		div.member_status p, div.member_data p {
			font-size: 13px;
			/* color: #888889; */
			color: #595757;
			line-height: 24px;
		}
		
	.member_data table {
		width: 100%;
		margin-top: 30px;
		border: 0.5px solid #595757; 
		border-collapse: collapse;
	}
	
	.member_data table.data, .member_data table.pw, table.id, table.pw{
		border-collapse:separate !important;
		padding: 20px 30px;
	}
	
	.member_data th {
		height: 30px;
	}
	
		.member_status td {
			color: #595757;
			font-size: 12px;
			height: 40px;
		}
		
		.member_data td {
			color: #595757;
			font-size: 12px;
		}
	
	h3.f_list {
		width: 200px;
		float: left;
	}
	
	div.clear_all {
		width: 200px;
		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 {
		border: 0 solid #fff;
	}
	
		table.f_list tr.m_hide {
			/* border-bottom: 10px solid #fff; */
		}
		
		table.f_list tr.m_hide ~ tr {
			height: 150px;
		}
		
		.od_item {
			width: 176px;
		}
		
		.f_item {
			position: relative;
			width: 176px;
			padding: 0 !important;
		}
		
			.f_item .pd_tag {
					width: 176px;
					height: 133px;
					position: absolute;
					z-index: 10;
					top: 0;
				}
				
		
			.f_list .pd_name {
				width: 140px;
			}
				
			.f_list .pd_name {
				color: #3e3a39;
				height: 66px;
			}
			
			.f_list .ori_price {
				color: #9f9fa0;
				width: 88px
			}
			
			.f_list .sp_price {
				color: #e51572;
				font-weight: bold;
				width: 88px;
			}
			
			.f_list .icon {
				width: 26px;
				padding: 6px 2px;
			}
			
			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;
			}
		/* member menu */
		
	div.member_menu {
		margin-top: 15px;
		margin-bottom: 30px;
		width: 200px;
		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 a.on {
				background: url('../images/icon_m_nav_arrow_on.svg') right center no-repeat !important;
			}
		
			div.member_menu ul ul {
				display: none;
			}
		
			div.member_menu ul ul a {
				color: #8e8e8e;
				background-image: none;
				margin: 15px 0;
				line-height: 17px;
			}
			
			div.member_menu ul ul ul a {
				color: #8e8e8e;
			}
		
			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 {
	margin-left: -41px;
	background: url('../images/icon_member_data.svg') left center no-repeat;
}	
		
h2.member_pw {
	margin-left: -41px;
	background: url('../images/icon_member_pw.svg') left center no-repeat;
}		
		
	.member_data table {
		width: 100%;
		/* border: 0.5px solid #000; */
		border-collapse: collapse;
	}	
		
	.member_data table td {
		padding: 6px;
	}	
		
	.member_data input {
		border-radius: 12px;
		width: 278px;
		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 55px center transparent;
		appearance:none;
		-moz-appearance:none;
		-webkit-appearance:none;
		border: 1px solid #595757;
		border-radius: 13px;
		width: 80px;
		height: 25px;
		/* text-indent: 8px; */
		color: #595757;
		padding-left: 5px;
	}	
		
		.member_data a.submit {
			width: 115px;
			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: 204px;
				top: 7px;
			}
		
		td.sl_del {
			width: 10%;
		}
		
		.td_ck_op {
			width: 8%;
		}
		
		td.ck_dis {
			width: 10%;
		}
		
		td.ol_sub {
			width: 8%;
		}
		
		td.qb_nums {
			width: 13.5%;
		}

	.m_shop_check td.ck_op::before, .m_shop_check td.ol_sub::before {
		content: "$";
	}
	
	.od_op::before,  .od_sub::before {
			content: "$";
	}
		
h2.member_pw {
	margin-left: -41px;
	background: url('../images/icon_member_pw.svg') left center no-repeat;
}		

h2.member_order_query {
	margin-left: -41px;
	background: url('../images/icon_member_order_query.svg') left center no-repeat;
}
	
h2.member_query {
	margin-left: -41px;
	background: url('../images/icon_member_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;
		}
		
		div.query input {
			width: 150px;
			border: 0;
			background-color: rgba(255,255,255,0);
		}	
		
		div.query a {
			display: inline-block;
			font-size: 14px;
			text-decoration: none;
			color: #595757;
			margin-top: 6px;
			margin-right: 30px;
		}
		
			div.query form a {
				margin-right: 0;
			}
		
		.order_rec td, .bounce_rec td {
			text-align: center;
			border: 1px solid #e51572;
		}
		
h2.member_bounce_query {
	margin-left: -41px;
	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 {
	margin-left: -41px;
	background: url('../images/icon_member_order_detial.svg') left center no-repeat;
}
				
		.order_detial {
			font-weight: bold;
			color: #3e3a39;
			margin-bottom: 45px;
		}
		
		.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: 200px;
		}
		
			.ol_num {
				font-weight: bold;
			}
		
			.od_num {
				color: #000 !important;
			}
		
			.ck_op {
				color: #9f9fa0 !important;
				width: 9%;
			}
		
		h5 {
			/* border-bottom: 1px solid #000; */
			margin-bottom: -30px;
		}
		
			h5 span {
				font-size: 16px;
				display: inline-block;
				padding: 5px 40px;
				border: 0.5px solid #e51572;
				border-bottom: 0;
				color: #e51572;
			}
		
			.uline {
				border-top: 0.5px solid #595757;
			}
		
			.order_rec tr:nth-child(1) {
				border-top: 0.5px solid #e51572 !important;
			}
		
			.counter_left {
				width: 400px;
				float: left;
			}
		
				.counter_left textarea {
					width: 400px;
					height: 214px;
					resize:none;
				}
		
			.counter_right {
				width: 160px;
				float: right;
			}
		
			table.counter, table.t_counter {
				width: 160px;
				margin: 42px 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;
			}
			
			div.od_btn, div.sp_btn, div.ck_btn, div.sl1_btn {
				clear: both;
				text-align: center;
				padding: 50px 0;
			}
			
				div.od_btn a, div.sp_btn a, div.ck_btn a, div.sl1_btn a {
					text-decoration: none;
					color: #595757;
					margin: 0 30px;
					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.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;
				}
/* 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: 100%;
		border: 0.5px solid #000;
		margin: 30px 0;
		padding: 20px 95px;
		font-size: 12px;
	}
	
		div.login table tr td:nth-child(1) {
			text-align: right;
		} 
	
		div.login table td {
			padding: 10px;
		}
		
		div.login table input {
			border-radius: 12px;
			width: 239px;
			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;
			appearance:none;
			-moz-appearance:none;
			-webkit-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 {
			text-decoration: none;
			font-size: 12px;
			color: #9f9fa0;
			padding-left: 10px;
		}
		
		div.login table td[colspan="2"] a {
			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 {
	margin-left: -41px;
	background: url('../images/icon_signok.svg') left center no-repeat;
}	
		
	h2.signok+p {
		font-size: 12px;
		color: #595757;
		line-height: 2em;
	}	
		
/* toknow */
		
h2.toknow {
	margin-left: -41px;
	background: url('../images/icon_toknow.svg') left center no-repeat;
}	
		
/* quick_buy  */

h2.q_title {
	color: #595757;
	padding-left: 41px;
	text-indent: 0;
	background: url('../images/icon_quickbuy_hover.svg') left center no-repeat;
}

h2.q_title form {
	display: inline-block;
	width: 200px;
	border: 1px solid #e51572;
	height: 32px;
	border-radius: 16px;
	margin-left: 12px;
}

	h2.q_title form input {
		text-indent: 10px;
		width: 176px;
		border: 0;
		outline: 0;
		height: 20px;
		background-color: rgba(255,255,255,0);
		position: relative;
		top: -3px;
	}
	
	h2.q_title i {
		color: #e51572;
	}
		
.listborder {
	border: 0.5px solid #000;
	padding: 20px 50px;
}
		
	.qb_list .f_item {
		width: 176px;
	}
	
	.qb_num a {
		width: 33px;
		height: 33px;
		display: inline-block;
		position: relative;
		top: 5px;
	}
	
		.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;
		border-width: 0.5px;
	}	
		
	.qb_sp {
		color: #e51572 !important;
		font-weight: bold;
	}
		
	.qb_add a {
		display: inline-block;
		width: 33px;
		height: 33px;
		background: url('../images/icon_cart.svg') center center no-repeat;
	}
	
	.qb_add a:hover {
		height: 33px;
		background: url('../images/icon_cart_hover.svg') center center no-repeat;
	}
		
	.qb_add img { /* 快速購已加入購物車圖示，需另外隱藏 .qb_add a */ 
		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 {
	margin-left: -41px;
	margin-top: 200px;
	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: -20px;
}

	p.clear_all a {
		display: inline-block;
		background: url('../images/icon_trasho.svg') left center no-repeat;
		text-indent: 30px;
		line-height: 30px;
	}

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: auto;
	background: url('../images/icon_full_gift.svg') left center no-repeat;
}

.splist {
	margin-top: -23px;
}

	.splist h3 + p {
		color: #888889;
		font-size: 12px;
	}
	
.spl_counter_right {
	width: 320px;
	float: right;
	margin-right: 75px;
}

	

	table.outside {
		padding: 0;
		margin: 30px 0 0 0;
		border: 0;
	}
	
	.spl_counter_right .bounce_code {
		background: url('../images/icon_bounce_code.svg') left 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: center;
	}
	
	.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 {
	margin-left: -41px;
	margin-top: 200px;
	background: url('../images/icon_shop_check.svg') left center no-repeat;
}

	.counter_left p {
		width: 500px;
		height: 255px;
		/* background-color: #ccc; */
	}
	
	.counter_lefts p {
		width: 500px;
		height: 255px;
		/* background-color: #ccc; */
	}
	
.pay {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

	.pay li {
		width: 170px;
		float: left;
		/* text-align: center; */
		font-size: 12px;
		padding-top: 42px;
	}
	
	.pay li:first-child {
		padding-top: 0;
	}
	
	input[type="radio"] {
		height: 16px;
		width: 16px;
		vertical-align: middle;
		margin-top: 0;
	}
	
	div.payment_guide {
		font-size: 12px;
		/* width: 90%; */
		height: 150px;
		overflow-x:hidden;
		overflow-y:auto;
		margin: 20px auto 0 auto;
		border: 0.5px solid #000;
		padding: 20px;
	}
	
	span.pay {
		font-weight: normal;
		font-size: 12px;
	}
	
	table.payment_data {
		/* width: 95%; */
		margin: auto;
	}
	
	table.payment_data td {
		padding: 12px 16px;
	}
	
	select.four {
		width: 90px;
		background: url('../images/arrow.png') no-repeat scroll 66px center transparent;
	}
	
	div.ck_btn a:nth-child(1) {
		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;	
	}
	/* 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 {
	margin-left: -41px;
	margin-top: 200px;
	background: url('../images/icon_shop_data_confirm.svg') left center no-repeat;
}

/* shop done */

h2.shop_done {
	margin-left: -41px;
	margin-top: 200px;
	background: url('../images/icon_signok.svg') left center no-repeat;
}

h2.shop_done + p {
	font-size: 12px;
	color: #9f9fa0;
	margin: 10px 0 30px 0;
	line-height: 1.8em
}

h2.shop_done + p span, .payment_data td span {
	color: #e51572;
	font-weight: bold;
}

.payment_data td span {
	font-size: 10px;
}

	.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;
}
	
	.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 div:nth-child(1) {
	width: 40%;
	float: left;
}

	.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;
	}


.woss {
	width: 176px;
}

	.m_shop_check td.qb_sp {
		width: 8.5%;
	}

	.m_shop_check td.qb_num {
		width: 13.5%;
	}	

/* product list */

h2.product_co_1 {
	margin-left: -41px;
	background: url('../images/icon_product_1.svg') left center no-repeat;
	/* width: 220px; */
	padding-right: 20px;
	float: left;
	color: #000;
}

.product_list_main .item {
	text-align: center;
	float: left;
	margin: 20px 10px;
	height: 280px;
}

	.product_list_main .item p {
		text-align: center;
		width: 176px !important;
	}
	
	.trace {
		font-size: 14px;
		padding-top: 23px;
		color: #595757;
	}
	
	.product_filter {
		padding: 20px 0;
	}
	
		.product_filter > * {
			margin: 0 10px;
		}
		
/* product page */

.product_main .p_left {
	width: 255px;
	float: left;
}

.product_main .p_right {
	width: 335px;
	float: left;
	margin-top: -12px;
}

	.pro {
		border: 0;
		font-size: 12px;
		line-height: 1.8em;
		color: #595757;
	}
	
		.pro td {
			padding: 8px 0;
		}
	
		.proa td {
			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;
			}
			
	.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: 30px 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;
	}
	
	.spec {
		width: 230px;
	}
	
		.spec a {
			display: inline-block;
			margin: 1px;
			text-decoration: none;
			width: 53px;
			height: 41px;
			overflow: hidden;
		}
		
		.spec .focus {
			border: 1.5px solid #888889;
		}
		
			.spec a img {
				width: 50px;
			}
			
		.spec select {
			width: 100%;
			height: 22px;
			border-radius: 5px;
			padding-left: 5px;
			background: url('../images/arrow.png') no-repeat scroll 206px center transparent;
		}
		
	#gallery img {
      width: 250px;
    }
    #thumbs img {
      width: 80px  ;
      transition: .5s;
    }
    #thumbs .active {
      opacity: .5;
		}
		.slick-slide {
			padding: 10px;
		}
		.slick-slide .pd_tag + p img {
			width: 100%;
		}

	.z_right p {
		font-size: 13px;
	}
	
	/* 首頁popup */
	
.fancybox-wrap .popup {
	width: 800px;
	border: 1px solid #e51572;
}

	.fancybox-wrap .popup h2 {
		margin: 0;
		line-height: 40px;
		font-size: 30px;
	}

.popup_title {
	width: 100%;
	height: 40px;
	background-color: #e51572;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 30px;
}
	
	.popup_title i {
		position: absolute;
		right: 13px;
		top: 5px;
		width: 24px;
		height: 24px;
		color: #fff;
	}

	.popup_body {
		text-align: center;
		padding: 20px 0;
	}
	
		.popup_body img {
			width: 760px;
		}

