@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
/* CSS Document */

/*html, body { height: 100%;}*/
body {
	max-width: 720px;
	margin: 0 auto;
	font-family: Helvetica, Arial, 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	line-height: 1.33;
	color: #5a524f;
	background: #fff;
	transition: margin-left 0.3s;
	overflow-x: hidden;
}

/* 常用樣式 */
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"] { 
	display:inline-block; vertical-align:middle; padding:0 8px; height: 40px; line-height: 40px; font-size: 14px; background: #fff; border-radius: 0; border: 1px solid #ddd; box-sizing:border-box; -webkit-appearance: none;}
input[type="submit"], input[type="button"], input[type="reset"], button { height: 40px; -webkit-appearance: none; box-sizing:border-box; border-radius: 3px;}
input[type="checkbox"],input[type="radio"] { margin: 0; width:26px; height:26px; vertical-align:middle;}
select { border:1px solid #ddd; display:inline-block; vertical-align:middle; padding: 0 5px; height:40px; line-height: 40px; background: #fff; border-radius: 0; font-size: 14px; box-sizing:border-box;}
select:disabled, input:disabled { background: #f2f2f2; color: #aaa; border-color: #eee;	text-shadow: 0 1px 1px #fff; cursor: default;}
textarea{ border:1px solid #ddd;}
input.hideinput { display: block; visibility:hidden; width:0px; height:0; padding:0 !important; border:0; overflow: hidden;}
input.hidden { visibility:hidden;}
img { vertical-align: middle; max-width: 100%; height: auto;}
.hr_dot { margin: 0.5em 0; padding: 0; height: 0; border-top:dashed 1px #ddd;}

a { color:inherit; text-decoration: none;
	transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
a:active,a:focus,a:hover{ text-decoration: none; outline: 0;}
/*a:active{ color: #ea9898;}*/
#left_menu .down a:before, .Lmenu2.down a:after, .refresh_btn{
	transition: all 0.3s;
}
.button {
	background-color: #eeeeee;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	border-radius: 3px;
	padding: 0px 20px;
	height: 40px;
	line-height: 41px;
	font-family: inherit;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.button.disabled, .button.disabled:hover, .button.disabled:active, input.button:disabled, button.button:disabled {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	opacity: 0.8;
	background: #eee;
	border: 1px solid #ddd;
	text-shadow: 0 1px 1px #fff;
	color: #ccc;
	cursor: default;
	-webkit-appearance: none;
}

.center {text-align: center;}
.right {text-align: right;}
.nowrap{ white-space: nowrap; }
.f12{ font-size: 12px;}
.f13 { font-size: 13px;}
.f15 { font-size: 15px;}
.f18 { font-size: 18px;}
.fbold{ font-weight: 600; }
.font2{ font-family: FontAwesome, Jaldi, Helvetica, Arial, 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif; }

.fleft{float: left;}
.fright{float: right;}
.m_hide{display: none !important;}
.ov { overflow: hidden;}
.p0 { padding: 0 !important;}
.m0 { margin: 0 !important;}
.ml5{ margin-left: 5px;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.pTable { display: table;}
.pTableRow { display: table-row;}
.pTableCell { display: table-cell; line-height: 18px;}
.pTable .center { text-align: center;}
.none { display: none;}
.inline { display: inline !important;}

.wfull {width: 100% !important; box-sizing:border-box;}
.w50p {width: 50%; box-sizing:border-box;}

.hr{ border: 0; border-top: solid 1px #ddd; }

.bgColor{ background-color: #e9b6b3; }
.bgF3 { background-color: #f9f9f9;}
.col { color: #000;}
.Red { color: #DA0000;}
.pink{ color: #000;}
.gray{ color: #CCC;}
.grayBtn{ background-color: #E8E8E8; color: #666; cursor: pointer;}
.pinkBtn{ background-color: #e9b6b3; color: #FFF; cursor: pointer;}
.pinkBtn:active, .grayBtn:active{ background-color: #feccca; color: #795548;}
.grayBtn2{ cursor: pointer; border: 1px solid #e8e8e8; border-radius: 3px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.grayBtn2:active{ box-shadow: inset 2.5px 2px 2px rgba(0,0,0,.06);
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(53%,rgba(246,246,246,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.lineBtn{
	background-color: #06c755;
	color: #FFF;
	letter-spacing: 2px;
}
.lineBtn__icon{
	display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/line_btn_base.png) -3px -1px no-repeat;
}

/* icon */
.icon:before, .fa-line:before, .fa-line-white:before, .fa-line-word-white:before{ 
	content: ""; display: inline-block; vertical-align: middle; width: 1em; height: 1em; margin-top: -4px; background: center center no-repeat; background-size: contain; 
}
.icon-bars:before{ background-image: url(../images/icon_bars.svg); }
.icon-cart:before{ background-image: url(../images/icon_cart.svg); }
.icon-bag:before{ background-image: url(../images/icon_bag.svg); }
.icon-heart:before{ background-image: url(../images/icon_heart.svg); }
.icon-user:before{ background-image: url(../images/icon_user.svg); }
.icon-search:before{ background-image: url(../images/icon_search.svg); }
.icon-line:before{ background-image: url(../images/icon_line.svg); font-size: 1.1em; }
.icon-layout-1x:before{ background-image: url(../images/icon_layout-1x.svg); }
.icon-layout-2x:before{ background-image: url(../images/icon_layout-2x.svg); }
.icon-layout-3x:before{ background-image: url(../images/icon_layout-3x.svg); }
.icon-minus:before{ background-image: url(../images/icon_minus.png); }
.icon-plus:before{ background-image: url(../images/icon_plus.png); }
.fa-line:before{ background-image: url(../images/line_bubble_dark.svg); margin-top: -0.2em; font-size: 0.95em; }
.fa-line-white:before{ background-image: url(../images/line_bubble_white.svg); margin-top: -0.2em; font-size: 0.95em; }
.fa-line-word-white:before{ background-image: url(../images/line_one_word_white.svg); margin-top: -0.2em; width: 1.4em; }
.fa-qrcode{ color: #808080; position: relative; top: 1px;}


/*【TAB設定 + 當卷軸超過一定距離跑出時,TAB置頂 + flex設定】*/
.idTabs, .flexbox{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex;}
.idTabs li, .toplinks li, .flex1{-webkit-flex:1 1 auto; -moz-flex:1 1 auto; -ms-flex:1 1 auto; flex:1 1 auto;}
.flex_center{ -webkit-align-items:center; -moz-align-items:center; align-items:center; -webkit-justify-content:center; -moz-justify-content:center; justify-content:center;}
.flex-wrap{ -ms-flex-wrap: wrap; flex-wrap: wrap; }
.justify-content-center{ -ms-justify-content: space-center; justify-content: space-center; }
.justify-content-between{ -ms-justify-content: space-between; justify-content: space-between; }
.align-items-center{ -ms-align-items: center; align-items: center; }

.fixedmenu{ display: none; position: fixed; z-index: 9; top: 60px; left:0; right: 0; width: 100%; margin: 0 !important; background-color: #fff;}

/* 圖片裁切置中 */
.proImg{ position: relative; overflow: hidden; display: block; padding-top: 127.54%; text-align: left;} /*所有商品圖的比例下在這裡*/
.thumbnailImg{ position: relative; overflow: hidden; display: block; width: 70px; padding-top: 70px; text-align: left;} /*預覽小縮圖*/
.imgbox{ position: relative; overflow: hidden; text-align: left;} /*其他需要裁切的圖 (比例須個別另下) */
.imgbox img, .proImg img, .thumbnailImg img{ position: absolute; top: 0; width: 100%; height: 100%; object-fit: cover;}

/* 假GIF */
.cataList_gif img{ opacity: 0; }
.cataList_gif img.cataList_gif_cover { opacity:1; }
.cataList_gif .animate{ animation-name: fakeGif; animation-duration: 2s; animation-iteration-count: infinite; }
.cataList_gif1 .animate{ animation-duration: 2.3s; }
.cataList_gif2 .animate{ animation-duration: 2.6s; }
.cataList_gif3 .animate{ animation-duration: 2.9s; }
.cataList_gif4 .animate{ animation-duration: 3.2s; }
.cataList_gif:hover .cataList_gif_hoverImg{ z-index: 2; opacity: 1; display: block\9; }
@keyframes fakeGif {
	0% { opacity: 1;}
	100% { opacity: 1; }
}

/* 促銷活動小標籤 */
.tag_v1{ display: inline-block; color: #fff; background-color: #e69595; line-height: 22px;text-align: center;margin-right: 4px; padding: 0 5px;}

/* 標題 */
.subTitle{ margin: 1em 0; font-size: 1.1em; text-align: center; color: #444;}

/* 主架構設定 */
.inner, .header, #wrap, #main, .topLink_M, .footer, .fo-copy{ display: block; clear: both; margin: 0 auto; box-sizing:border-box;}
.inner, #main { position: relative; padding: 0 10px;}
#shoppingWrap{ margin: 0 0 20px;}
.overfull{ margin-left: -10px; margin-right: -10px; padding-left: 10px; padding-right: 10px;}
.overfull2{ margin-left: -10px; margin-right: -10px;}

/* head */
.header_wrap{padding-top: 60px; }
.idxTop .header_wrap{ height: 0; }
.header { position: fixed; z-index: 999; top: 0; left: 0; right: 0; padding: 0 8px; height: 60px; line-height: 61px; font-size: 20px;
	overflow: hidden; color: #e08f8a; background: #fff; border-bottom: solid 1px #e8e8e8; }
.header.fixed{ background: rgba(255,255,255); }
/*.header.fixed{ background: #e9b6b3; }*/
.header .logo { margin: 0 5em; text-align: center; }
.header .logo img{ max-height: 48px; max-width: 100%; width: auto; height: auto; margin: -4px -0.3em 0; vertical-align: middle;}
.topIcon a{ float: left; padding: 0 0.3em;}
.topIcon .icon{ position: relative; font-style: normal; -webkit-filter: grayscale(1) brightness(0.8); filter: grayscale(1) brightness(0.8); }
/*.header.fixed .icon{ -webkit-filter: brightness(0.55); filter: brightness(0.55); }*/
.topIcon .icon-cart .topCartNum{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 1em; line-height: 1em; 
	margin: auto; padding: 0 0 0.5em 0.2em; font-size: 0.6em; text-align: center; }
.topIcon .icon-bag .topCartNum{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 1em; line-height: 1em; 
	margin: auto; padding: 0.6em 0 0; font-size: 0.55em; letter-spacing: -0.05em; text-align: center; }
.menu_open{ display: block; float: left;}

.toplinks{ padding-right:1px; overflow: hidden; font-size: 12px; text-align:center; color: #808080; background:#fff; border-bottom:solid 1px #ddd;}
.toplinks li>a {display: block; padding: 5px 0;}
.toplinks li+li a:before { content: ""; float:left; height: 1em; margin: 1px 0; border-left: solid 1px #ddd;}

/* 搜尋BAR */
.search {display: none; position: fixed; z-index: 998; top: 60px; left: 0; width: 100%; padding: 10px 10px 10px; background: #f5f5f5; border: solid #e8e8e8; border-width: 1px 0; box-sizing:border-box;}
.search .input-text { border: solid 1px #ddd; padding: 0 45px 0 10px; width: 100%; height: 40px; line-height: 40px; font-size: 14px; box-sizing:border-box;}
.search button { position: absolute; right: 10px; top: 10px; padding: 0 4px 0 0; width: 40px; height: 40px; line-height:36px; font-size: 18px; color:#333; background: transparent; border: 0; cursor: pointer;}

/* 會員登入 */
.loginBox { display: none; background-color: #FFF; z-index: 1001;}
.loginBox h3 { color: #000; font-size: 18px; margin-bottom: 20px;}
.loginBox h3 em { color: #CCCCCC;}
.loginBox .pTableCell { display: block; margin: 5px 0;}
.loginBox .pwd-wrapper { position: relative;}
.loginBox .fa-eye,
.loginBox .fa-eye-slash { position: absolute; right: 12px; top: 12px; font-size: 18px; cursor: pointer;}
.loginBox .capcode{ width: 50% !important; display: inline-block;}
.loginBox .loginLeft { padding-bottom: 20px; border-bottom: #CCC 1px dashed;}
.loginBox .loginLeft .pTable { font-size: 15px; width: 100%;}
.loginBox .loginLeft .pTableRow { height: 35px;}
.loginBox .loginRight {padding-top: 20px;}
.loginBox .loginRight a { display: block; font-size: 16px; color: #000; border: #D5D5D5 1px solid; padding: 12px 14px; text-align: center; margin-bottom: 10px;
-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.loginBox .loginRight a em { font-size: 13px; color: #C0C0C0; padding-top: 5px;}
.loginBox .loginRight .lineBtn{
	width: auto;
	background-color: #06c755;
	color: #FFF;
	letter-spacing: 2px;
}
.loginBox .loginRight .lineBtn__icon{
	display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/line_btn_base.png) -2px 3px no-repeat;
}
.loginBox i.fa-user { font-size: 1.3em; vertical-align: baseline; margin-right: 2px; }
.loginBox i.fa-facebook-square { font-size: 1em; vertical-align: baseline; margin-right: 2px; }
.captcha { vertical-align: middle; margin-left: 5px;}
.facebookBtn {background-color: #0171c5 !important; border-color: #3a5078 #3a5078 #324567; color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; line-height: normal;}
.emailBtn { display: block; padding: 12px 14px; border-radius: 3px; text-align: center; letter-spacing: 2px; }
.forgetBtn { display: block; width: 100%; height: 40px; line-height: 40px; margin-top: 10px; text-align: center; border-radius: 3px;}
.loginBtn_glay{ background-color: #E8E8E8;}
.refresh_btn{ font-size: 23px; vertical-align: middle; color: #6d6757;}
.refresh_btn:active{ color: #b6b6b6; -webkit-transform:rotate(360deg); -moz-transform:rotate(360deg); -ms-transform:rotate(360deg); -o-transform:rotate(360deg); transform:rotate(360deg);}

/* 加入會員 */
#joinBox { display: none; background-color: #FFF; z-index: 1001;}
#joinBox h3 { color: #000; font-size: 18px; margin-bottom: 20px;}
#joinBox h3 em { color: #CCCCCC;}
#joinBox .loginRight a { display: block; font-size: 16px; color: #000; border: #D5D5D5 1px solid; padding: 12px 14px; text-align: center; margin-bottom: 10px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#joinBox .loginRight .lineBtn{
	padding: 20px 14px;
	background-color: #06c755;
	color: #FFF;
	letter-spacing: 2px;
}
#joinBox .loginRight .lineBtn__icon{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/line_btn_base.png) -3px -1px no-repeat;
}
#joinBox i.fa-facebook-square { font-size: 1em; vertical-align: middle; margin-right: 2px; }
#joinBox .loginRight .facebookBtn{
	padding: 20px 14px;
}

/* 上方主MENU */
.menu_w{ font-size: 14px; text-align: center; color: #999; border-top: solid 1px #e8e8e8; white-space: nowrap; overflow-x: auto; }
.menu{ min-width: 100%; padding: 0 0.5em; box-sizing: border-box; display: -ms-inline-flex; display: inline-flex; -ms-justify-content: center; justify-content: center; }
.menu a{ display: block; padding: 0.3em 0.5em; }

/* 左邊選單 */
#left_menu { display: none; position:fixed; z-index: 10000; top: 0; bottom:0; left: 0; width:300px; max-width: 80%; height: 100%; background: #FFF; overflow-y: auto;}
#mainMask{position: fixed; z-index: 9999; top: 0px; bottom:0; left: 0; width: 100%; height: 100%; background: rgba(20, 20, 20, 0.6);}
#mainMask:before{ content: "╳"; position: absolute; top: 0; left: 80%; padding: 0.5em; width: 1em; height: 1em; line-height: 1em; 
	font-size: 6vw; font-family: "sans-serif"; text-align: center; color: #fff; text-shadow: 1px 1px 2px rgba(0,0,0,0.7);}
@media (min-width: 376px){
	#mainMask:before{ left: 300px; font-size: 20px;}
}
.category { border-bottom: #eee 1px solid; text-align: left; letter-spacing: 0.1em;}
.category.catetitle h4{padding: 8px 19px; margin-top: -1px; border-top: solid 1px #e9b6b3; background: #e9b6b3; color: #fff; font-size: 16px; text-transform: uppercase;}
.category img{height: 15px;}
.category a {display: block; padding: 10px 20px; font-size: 14px;}

.nav_category{ display:none; padding: 6px 0 12px; letter-spacing: 1px; background: #f8f8f8; border-top: 1px solid #ddd; box-shadow: inset 0 -3px 5px 0 rgba(0,0,0,.05), inset 0 2px 5px 0 rgba(0,0,0,.05);}
.nav_category a { display: block; padding: 6px 20px; font-size: 13px; color: #000;}
.nav_category a:active{ color: #333;}
.nav_category .openS{ background-color: #e2e5e6;}

.nav_category_next{ display: none; padding: 0 0 6px 10px;}
.nav_category_next a{ padding: 4px 20px;}

.leftmenu_cont .down a{ padding-right: 40px;}
.leftmenu_cont .down a:before{ content: "\f105"; float: right; margin-right: -20px; display: inline-block; vertical-align: middle; font-family: FontAwesome; font-size: inherit;
	text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.leftmenu_cont .open a:before, .leftmenu_cont .openS a:before{ content: "\f107" !important;}

.leftmenu_cont .menu_share{ padding: 20px 17px;}
.leftmenu_cont .menu_share a{ display: inline-block; margin: 0px 4px; padding: 0; width: 38px; height: 38px; line-height: 38px; font-size: 20px; 
	text-align: center; color: #fff; background: #e9b6b3; border-radius: 50%;}
.leftmenu_cont #translateLink{font-size: 17px;}

.catalog_menu{ text-align: center;}
.community h3{ background: #000; color: #FFF; font-size: 30px; padding: 25px 0 25px 50px;}
.community li{ margin-bottom:8px; border-bottom:#C8C8C8 2px solid; text-align:left;}
.community li a{font-size: 26px; padding: 25px 0 25px 50px; font-weight: bold; display: block;}
.community li:hover{ opacity:0.8;}


/* 跑馬燈 */
.runType_W { margin: 20px 0; height:1.2em; line-height:1.2em; font-size:13px; color:#242c43;}
.runTypeTit{ float: left; color: #000; font-size:1.1em;}
.runType{ position: relative; overflow: hidden; height: 100%; margin-left: 1.5em;}
.runType ul{ position:absolute;}
.runType li{ display: block; text-align:left; height: 1.2em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.runType li a:hover { text-decoration: underline;}

/* 首頁 */
.idxTop{ padding-bottom: 3em; }
.slides { position: relative; height:auto; overflow: hidden;}
.in_slider{ margin-bottom: 0 !important; background: #fff; }
.in_slider li, .in_slider img { vertical-align: middle; width: 100%; }
/* 螢幕直立(portrait)時，廣告輪播圖，扣天扣地再滿版。 */
.in_slider .imgbox{ display: block; padding-top: calc(100vh - 60px - 2em); }
.in_slider .slick-dots{ bottom: 0;}
.in_slider .slick-dots li{ width: auto; height: auto; margin: 0;}
.in_slider .slick-dots li button:before, .slides .slick-dots li.slick-active button:before{
	content: ""; display: block; width: 7px; height: 7px; margin: 7px; background: #666; border-radius: 50%;}
/*.in_slider .slick-dots li button:before, .slides .slick-dots li.slick-active button:before{ color: #666; font-size: 12px;}*/

.inban_W{ clear: both;/* padding: 9% 0; background: #fff;*/ }
.inban li{ display: inline-block; vertical-align: middle; width: 33.33%; }
/*.inban li{ margin: 6% 15%; }*/
.inban .imgbox{ display: block; padding-top: 70.175%; }

/* 彈跳視窗 輪播BANNER */
.lightboxban{ position: fixed; z-index: 999; left: 0; right: 0; bottom: 0; }
.lightboxban--shadow:before{ content: ""; position: fixed; z-index: 999; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,.7); }
.lightboxban_body{ position: relative; z-index: 999; /*margin-bottom: calc(-60vw - 15px);*/ max-height: 2.5em; font-size: 14px; 
	color: white; transition: all 1s ease-in-out; }
.light_title{ padding-right: 1em; font-weight: 600; line-height: 2.5em; letter-spacing: 0.05em; }
.lightboxban .closebtn{ float: right; margin: 0 -0.8em; padding: 0 0.8em; font-size: 12px; font-family: FontAwesome; cursor: pointer; }
.lightboxban .closebtn:before{ content: "OPEN  \f106"; white-space: pre; }
.light_scrollcont{ padding-bottom: 0px; }
/*.light_scrollcont{ padding: 0 15px 15px; clear: both; white-space: nowrap; box-sizing: border-box; overflow-x: auto; }*/
/*.light_ban{ display: inline-block; }*/
.light_ban .slick-track{ padding: 0 5px 5px; }
/*.light_ban>li{ display: inline-block; width: 80vw; padding: 0 5px; box-sizing: border-box; }*/
.light_ban .slick-slide{ padding: 0 5px; }
.light_ban .imgbox{ display: block; width: 100vw; padding-top: 100%; }
.lightboxban.open .lightboxban_body{ max-height: 100vh; }
/*.lightboxban.open .lightboxban_body{ margin-bottom: 0; }*/
.lightboxban.open .closebtn:before{ content: "CLOSE  \f00d"; }
/*@supports (scroll-snap-type: x mandatory){
	.light_scrollcont{ -webkit-scroll-snap-type: x mandatory; -ms-scroll-snap-type: x mandatory; scroll-snap-type: x mandatory; }
	.light_ban>li{ -webkit-scroll-snap-align: center; -ms-scroll-snap-align: center; scroll-snap-align: center; }
}*/
@media (min-width: 900px) {
	.light_ban>li{ width: 360px; }
}

/* 首頁-視差捲動 */
.parallaxScrolling{ padding-top: 60%; overflow: hidden; background: url(https://gs.seoulmate.com.tw/BANNER/seoulmate888_mobile-251203.jpg) center center no-repeat; 
	/*background-attachment: fixed; */
	-webkit-background-size: auto 120vh; -moz-background-size: auto 120vh; -o-background-size: auto 120vh; background-size: auto 120vh;
	transition: all .3s ease-out; transition-delay: 20ms;
	/*transition: all .5s ease-out; transition-delay: 30ms;*/
}


/* 首頁-NEWS */
.inNews{ margin-bottom:20px; font-size: 14px; border:#ebebeb 1px solid; overflow:hidden;}
.inNews .inNewsTit{ margin-bottom: 0.5em; padding:10px; font-size: 1.1em; line-height: 1em; color: #2e2e2e; border-bottom: #ebebeb 1px solid;}
.inNewsTit>a{ float: right; margin-top: 2px; font-size: 12px;}
.inNews li>a{ display: block; padding: 0 10px; line-height: 2em; overflow: hidden; text-overflow:ellipsis; white-space:nowrap;}
.inNews li>a:hover{ text-decoration: underline;}
.inNews .newsTime{ float: right; margin:0 0 0 1em; color: #ccc; font-size: 12px;}
.in_follow_link{ margin-top: 10px; padding: 0.5em; text-align: center; color: #878787; border-top: #ebebeb 1px solid;}
.in_follow_link a{ margin: 0 2px; width: 27px; height: 27px; line-height: 27px; font-size: 16px; border: solid 1px #bdbdbd; border-radius: 50%;}
.in_follow_link .fa-comment{ font-size: 15px;}

#index_headercont{ margin: 20px 0;}
#index_headercont img{ vertical-align: middle; }
.inListBox, .cataListBox{ clear: both;}
.inTitle{ margin: 1.5em 0 0.6em; font-size:1.2em; letter-spacing: 0.1em; text-align: center; text-transform: uppercase; }
.inListBox .inTitle{ font-size: 0.875em; font-weight: 400; }

/* 列表 */
.cataList{ margin: 0 -5px; font-size: 13px; line-height:1.2; letter-spacing: 0; }
.cataList li { position: relative; display: inline-block; vertical-align: top; width: 50%; margin-right: -4px; padding: 1em 5px; letter-spacing: 0.05em; text-align: center; box-sizing: border-box;}
.cataList-1x li{ width: 100%; }
.cataList-2x li{ width: 50%; }
.cataList-3x li{ width: 33.33%; }
.cataList p { display: block; margin: 0.5em 0; }
.cataList .info{ margin-top: 1em; min-height:20px;}
.cataList_spec.cataList_spec{ margin-left: -0.5em; margin-right: -0.5em; }
.cataList_spec span{ display: inline-block; margin: -0.2em 0; padding: 0.3em; font-weight: 600; }
.cataList_spec span.product-sizes-hint { border-bottom: 2px #5a524f solid; padding-right: .3em; padding-bottom: 0px; padding-left: .3em; font-size: 12px; cursor: pointer; font-weight: bold; }
.cataList_spec i.product-sizes-hint__icon { margin-left: 2px; vertical-align: top; }
.price, .cataList .price{ letter-spacing: .05em;}
.proprice, .cataList .proprice { margin-right: 1em; color: #C0C0C0; text-decoration: line-through; }
.cataList .price_sale{ color: #f46d6d; }
.salenum, .cataList .salenum{ float: right; margin-top: -0.2em; padding: 0.2em 0.5em; font-size: 0.9em; color: #e9b6b3; border: solid 1px; }
.cataList .label{ position: absolute; top: 0; left: 0; right: 0; text-align: left; font-size: 12px;}
.cataList .label img { width: 85px;}
.label img{ margin: 0px; margin-top: -0.1em; vertical-align: middle; margin: 0em -2px; padding: 7px;}
.label i{ display: inline-block; vertical-align: middle; margin: 7px 5px; padding: 3px 7px 2px; font-size: 12px; font-style: normal; line-height: 1; color: #fff; background: #a4c5d9;}
.list_label img{ margin: 1px; vertical-align: middle; max-width: 35%; width: 85px;}
.list_label i{ display: inline-block; vertical-align: middle; margin: 1px; padding: 3px 7px 2px; font-size: 12px; font-style: normal; line-height: 1; color: #fff; background: #a4c5d9;}
.loading-mask {
	position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
}
.loading-mask--hidden {
	display: none;
}

/* loading indicator - 三條垂直線 - START */
.loader-box {
	position: fixed;
	top: 160px;
	left: 50%;
}
.loader {
  width: 6px;
  height: 40px;
  border-radius: 4px;
  display: block;
  margin: 20px auto;
  position: relative;
  background: currentColor;
  color: #9A9A9A;
  box-sizing: border-box;
  animation: animloader 0.3s 0.3s linear infinite alternate;
}

.loader::after, .loader::before {
  content: '';
  width: 6px;
  height: 40px;
  border-radius: 4px;
  background: currentColor;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  box-sizing: border-box;
  animation: animloader 0.3s  0.45s  linear infinite alternate;
}
.loader::before {
  left: -20px;
  animation-delay: 0s;
}

@keyframes animloader {
  0%   { height: 48px}
  100% { height: 4px}
}
/* loading indicator - 三條垂直線 - END */

/* loading indicator - 愛心 - START */
.loader-box--heart-icon {
	position: fixed;
	top: 160px;
	left: calc(50% - 40px);
}
.lds-heart {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
	transform: rotate(45deg);
	transform-origin: 40px 40px;
}
.lds-heart div.lds-heart__outer {
	top: 32px;
	left: 32px;
	position: absolute;
	width: 32px;
	height: 32px;
	background: #9A9A9A;
	animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div.lds-heart__inner {
	top: 32px;
	left: 32px;
	position: absolute;
	width: 28px;
	height: 28px;
	background: white;
	border-radius: 14px 0 0 0;
	animation: lds-heart 1.2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lds-heart div.lds-heart__outer:after,
.lds-heart div.lds-heart__outer:before {
	content: " ";
	position: absolute;
	display: block;
	width: 32px;
	height: 32px;
	background: #9A9A9A;
}
.lds-heart div.lds-heart__inner:after,
.lds-heart div.lds-heart__inner:before {
	content: " ";
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	background: white;
}
.lds-heart div.lds-heart__outer:before {
	left: -24px;
	border-radius: 50% 0 0 50%;
}
.lds-heart div.lds-heart__inner:before {
	left: -20px;
	top: 4px;
	border-radius: 50% 0 0 50%;
}
.lds-heart div.lds-heart__outer:after {
	top: -24px;
	border-radius: 50% 50% 0 0;
}
.lds-heart div.lds-heart__inner:after {
	top: -20px;
	right: 0px;
	border-radius: 50% 50% 0 0;
}
@keyframes lds-heart {
	0% {
		transform: scale(0.95);
	}
	5% {
		transform: scale(1.1);
	}
	39% {
		transform: scale(0.85);
	}
	45% {
		transform: scale(1);
	}
	60% {
		transform: scale(0.95);
	}
	100% {
		transform: scale(0.9);
	}
}
/* loading indicator - 愛心 - END */

/* 列表-置左版本 */
.cataList-align-left li{ text-align: left; }
/*.cataList-align-left .salenum{ float: right; margin: 1.2em 0 0.2em 1em; }*/
.inListBox .cataList .salenum{ float: none; display: inline-block; margin: 0.2em 0 0; }

/* 首頁-最新商品 */
.inProList-new{ margin: 3em 0; letter-spacing: 0.05em; text-align: center; }
.inProList-new .cataList{ color: #fff; text-shadow: 1px 1px 2px #00000021; }
/*.inProList-new li{ width: 100%; padding: 0 10% 20px; }*/
.inProList-new li{ padding: 5px; }
.inProList-new li>a{ position: relative; display: block; }
.inProList-new .imgbox{ display: block; padding-top: 66.66%; }
.inProList_txt{ position: absolute; top: 60%; left: 0; right: 0; bottom: 0; -ms-flex-direction: column; flex-direction: column; }
.inProList_txt p{ margin-top: 0.5em; }
.inProList_txt .info{ display: inline-block; max-width: 90%; margin: 0 auto; padding: 0.5em 1em; font-size: 1.142em; text-align: center; border: solid 1px; box-sizing: border-box; }

/* 導航 */
.navigation{ margin: 0.8em 5px; font-size: 12px; color: #888; clear: both; white-space: nowrap; letter-spacing: 1px;}
.navigation a{ display: inline-block; padding:0 5px;}
.navigation a[href]:active{ text-decoration:underline;}

/* 折扣活動頁-啟用且顯示之折扣活動導覽列 */
.act-list {
	width: 80%;
	margin: 2em auto 3em auto;
	text-align: center;
}
.act-list__heading {
	display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #111;
    white-space: nowrap;
    margin-bottom: 4px;
}
.act-list__list {
	display: block;
}
.act-list__list__item {
	position: relative;
	display: inline-block;
}
.act-list__list__item:after {
	content: "";
    position: absolute;
    width: 1px;
    height: 8px;
    right: 0;
    top: 10px;
    background-color: #949494;
}
.act-list__list__item:last-child:after {
	width: 0px;
}
.act-list__list__item > a {
	display: inline-block;
	padding: 6px 12px;
	font-size: 12px;
}

/* 商品列表頁 */
.cataTopBanner img{ width: 100%; height: auto;}
.cataTitle{ margin: 1.2em 0 0.5em; font-size: 1.5em; letter-spacing: 0.1em; text-align: center; color: #888; }
.cateTop{ margin: 2em 0 1em; font-size: 12px; color: #999; }
.cateListSel{ margin: 0.5em 0; font-size: 12px; text-align: center;} 
.cateListSel a{ margin:0 2px;}
.cateTop_layout{ margin-left: 5px; font-size: 28px; }
.cateTop_layout .icon{ opacity: .3; cursor: pointer; vertical-align: 0.1em; }
.cateTop_layout .icon+.icon{ margin-left: -10px; }
.cateTop_layout .icon.active{ opacity: .8; }
.soldout{position: relative;}
.soldout:before{content: "";position: absolute;top: 0px;left: 0px;z-index: 3;width: 100%;height: 100%;background-image: url(../images/_soldout.png);background-repeat: no-repeat;background-size: contain;background-position: center center;}

.cateTop .navigation{ display: inline-block; margin: 0 0 0 -0.5em; padding: 0; max-width: 100%; }
.cateTop_sort{ position: absolute; top: 0px; right: 10px; padding: 0 0.5em; height: 2em; line-height: 2em; font-size: 12px; 
	color: #999; border: solid 1px #e5e5e5; background: #fff url(../images/arrow_down.png) right center no-repeat; background-size: 12px auto; -webkit-appearance: none; }
.cateTop_sort{ display: none;}


/* 頁數 */
.pager { position: relative; margin: 20px -10px 4em; line-height: 2em; font-size: 14px; text-align: center; color: #999; border-bottom: dashed 1px #ddd;}
.pager a { display: inline-block; min-width: 2em;}
.pager a:active { color: #222;}
.pager a.this{ color: #222; font-weight: bold; font-size: 1.2em;}
.pager a:nth-child(1), .pager a:nth-child(2), .pager a:nth-last-child(1), .pager a:nth-last-child(2){ 
	position: absolute; left: 50%; bottom: -2.5em; padding: 0 0.5em; font-size: 12px; color: #222;}
.pager a:nth-child(2){ margin-left: -6em;}
.pager a:nth-child(1){ margin-left: -11em;}
.pager a:nth-last-child(2){ margin-left: 1em;}
.pager a:nth-last-child(1){ margin-left: 6em;}
.pager:after{ content: ""; position: absolute; bottom: -1.65em; left: 50%; width: 0; height: 1em; border-left: solid 1px #ddd;}

/* 產品詳細 */
/*#proImg{ overflow: hidden;}*/
#proImg a{ display: block; }
#proImg img{ margin: 0 auto;}
.proImgmore { margin: 10px -10px; padding: 0 20px; overflow:hidden; box-sizing: border-box;}
.proImgmore li{ margin: 0 5px; opacity: 0.5;}
.proImgmore a{ display: block; }
.proImgmore img { display: block; cursor: pointer; width: auto; height: 50px; margin: 0 auto;}
.proImgmore .slick-current { opacity: 1;}

.proImgmore .slick-arrow{ position: absolute; z-index: 3; top: 50%; margin-top: -25px; width: 20px; height: 50px; line-height: 50px; font-size: 17px; text-align: center;}
.proImgmore .slick-left{ left: 0;}
.proImgmore .slick-right{ right: 0;}

.proImgFancybox_close.proImgFancybox_close{ 
	position: absolute; top:0; right: 0; margin: -0.8em; padding: 0.15em; width: 1em; height: 1em; line-height: 1; font-size: 20px; text-align: center;
	color: #000; background: #fff; border: solid 3px; border-radius: 50%; 
}
.proImgFancybox{ position: relative; min-width: 50px; }
.proImgFancybox:before{ position: absolute; z-index: 2; top: 0; right: 0; left: 0; bottom: 0;
	margin: auto; width: 0.5em; height: 0.5em; line-height: 0.5em; font-size: 74px; text-align: center; text-indent: -0.25em; 
	color: #F00; background: #fff;
}
.proImgmore .proImgFancybox:before{ font-size: 35px; }


.proRight { margin-top: 20px;}
.proRight--group2 { margin-top: 40px;}
/*.proTopBox { padding-bottom: 20px; margin-bottom: 20px; font-size: 13px; line-height: 22px; border-bottom: #E8E8E8 1px solid;}*/
.proTopBox { margin-bottom: 20px; font-size: 13px; line-height: 22px;}
.proTopBox .label{ display: inline-block; vertical-align: middle; margin-top: -0.3em; margin-left: 0.1em; }
.proTopBox .label:empty{ display: none;}
.proTitle{ font-size:18px; font-weight: 400; line-height: 1.5em; padding: 0.5em 0; color: #5a5a5a; letter-spacing: 1px;}
.proTopBox .pronumber {display: block; color: #C0C0C0; font-size: 13px; margin-right:90px; margin-bottom:1.5em;}
.proexplain { font-size: 13px; line-height: 1.55em; color: #666666;}

.proprice_area { margin-top: 0.5em; }
.proprice_area .proprice { color: #C0C0C0;/*  text-decoration: line-through; */ font-size: 15px;}
.proprice_area .prosell { font-size: 15px; margin-right:15px;}
.proprice_area .proprice:before{ content: "NT.";} /* 原價 */
.proprice_area .prosell:before{ content: "NT.";} /* 售價 */
.proprice_area .prosale_price:before{ content: "NT.";} /* 折扣價 */
.proprice_area .pro-sale-num{ text-decoration: none; font-size: 10px; }

/*.proTable { display: table;}*/
.proTable--group2 { border-style: solid; border-color: #E8E8E8; border-width: 1px; padding: 15px; margin-bottom: 20px;}
.proTable--group2-plus-icon { position: relative; margin-bottom: 60px;}
.proTable--group2-plus-icon:after { content: "\f067"; position: absolute; bottom: -40px; left: 50%; margin-left: -0.5em; font: 20px/1 FontAwesome;}
.proTable .prorow { font-size: 13px;color: #666666; /* display: table-row; line-height: 40px;*/}
.proTable .procell { margin: 0.5em 0; /*display:table-cell;*/}
.proTable .procell--group2-row { margin-top: 0; margin-bottom: 0.5em;}
.proTable .procell--group2-col { margin-top: 0; margin-bottom: 0;}
.proTable .th{white-space: nowrap;}

/*規格+尺寸*/
.proColorName{ min-height: 1.5em; line-height: 1.5; letter-spacing: 1px; font-size: 11px; }
.proColorName--group2{ padding: 0 6px;}
.proTable .pro_color,
.proTable .pro_color--group2, 
.proTable .pro_size,
.proTable .pro_size--group2 { display:inline-block; vertical-align: middle; margin: 8px 12px 8px 4px; height: 25px; line-height: 25px; 
	text-align: center; outline: solid 1px #ddd; outline-offset: 2px;}
.proTable .pro_color i, 
.proTable .pro_size i,
.proTable .pro_size--group2 i { display: none;}
.proTable .pro_size,
.proTable .pro_size--group2 { min-width: 15px; padding: 0 5px;}
.proTable .pro_size--soldout { color: #ddd !important;}
.proTable .pro_sizes-hint { display: inline-block; vertical-align: middle; outline: solid 1px #ddd; outline-offset: 2px; margin: 5px 10px 5px 4px; padding: 6px 6px 5px; line-height: 1.2; cursor: pointer;}
.proTable .pro_color,
.proTable .pro_color--group2 { position: relative; min-width: 25px;}
.proTable .pro_color img,
.proTable .pro_color--group2 img,
.proTable .pro_size img, 
.proTable .pro_size--group2 img { display: block; height: 100%; width: auto;}
.proTable .selected { position: relative; color: #000; outline: 1px solid #000;}
.proTable .selected i{ display: block; position: absolute; z-index: 5; bottom: -2px; right: -2px; width: 12px; height:12px; background: url(../images/pro_selected_bg.png?20190701) no-repeat;}

.proTable .fa2 { display: inline-block; vertical-align: middle; cursor:pointer; color:#bbb; }
.proTable .fa2:hover { color:#333;}
.proTable .faa-plus{ width: 22px; height: 30px; background: url(../images/cl_mainitem.png) -62px -60px no-repeat; }
.proTable .faa-minus{width: 22px; height: 30px; background: url(../images/cl_mainitem.png) 0px -60px no-repeat; }
/*.proTable #stock2{ width: 100px; height: 30px; line-height: 30px; margin: 0 -5px; padding: 0 7px; text-align: center;}*/
.proTable #soldout{ vertical-align: middle; margin: -10px -5px;}

.pro_input{ display: inline-flex; display: inline-block\9; vertical-align: middle; margin-right: -4px; min-width: 114px; height: 30px; line-height: 30px; border: solid 1px #ddd; }
.pro_input+.pro_input{ margin-left: 4%; }
.pro_input select, .pro_input input{ display: inline-block; vertical-align: middle; width: 100%; height: inherit; line-height: inherit; font-size: 12px; border: 0; padding: 0; }
/*.proTable select { line-height: 30px; height: 30px; padding:0 10px;}*/
.pro_input-qty{ margin-top: 0.5em; text-align: center; }
.pro_input-qty input{ margin: 0 -30px; padding: 0 30px; text-align: center; }
.pro_input-qty .icon{ position: relative; display: inline-block; vertical-align: middle; width: 30px; height: inherit; font-size: 14px; cursor: pointer; }
.pro_input-qty .icon:before{ background-size: 9px; }
.pro_input-qty .icon:hover{ background: #f7f7f7; }


.addToAny{float: right; margin-bottom: 15px; vertical-align: middle;}

.probtn_wrap{ min-height: 42px;}
.pro_btn { margin:20px 0; font-size: 0;}
.pro_btn a {display: inline-block; vertical-align: top; margin-left: 2%; width: 49%; height: 40px; line-height: 40px; text-align: center; font-size: 14px; border: solid 1px; box-sizing: border-box; cursor: pointer;}
.pro_btn .proBtnCart { margin-left: 0; color: #fff; background: #e9b6b3; border-color: #e9b6b3;}
.pro_btn a:active:not(#add_soldout) { color: #fff; background: #333; border-color: #333;}
.pro_btn .fa-shopping-cart{ font-size: 1.1em;}
.pro_btn .fa-heart{ color: #eca09b;}
.pro_btn #add_soldout{ cursor: not-allowed; }
/*.fixed.pro_btn a{ float: left; width: 49%; box-sizing: border-box;}*/
/*.fixed.pro_btn a+a{ margin: 0 0 0 2%;}*/

.pro_warning{ margin-top: 20px; padding: 15px; font-size: 12px; line-height: 1.5; border: solid 1px #e2e2e2; background-color: #f7f7f7;}
.pro_activity { margin-top: 1em; }
.pro_activity a {display: block; font-size:14px; color: #e89590; margin-bottom: 0.8em;}
.pro_activity a:focus {text-decoration: underline;}
.pro_activity a .fa {padding:0 0.5em;}

.protab {clear: both; margin:40px 0;}
.protabbox_wrap{ min-height: 38px;}
.protabox{overflow: hidden; margin: 0 -10px; font-size: 0; letter-spacing: 1px; text-align: center; background: #fff; border-bottom: #E8E8E8 solid 1px;}
.protabox.fixed{ position: fixed; z-index: 99; top:60px; left: 0; right: 0; margin: 0;}
.protabox li {display: inline-block;}
.protabox li a {display: block; padding: 0 6px; height: 35px; line-height: 35px; font-size: 13px; text-align: center; color: #999;}
.protabox li .selected { color: #fff; border-bottom:#333 2px solid; color: #000; font-size: 14px;}

.fixbox.fixed{ position: fixed; z-index: 99; left: 0; right: 0; bottom: 0; margin: 0; padding: 7px; background: #fff; box-shadow: 0px -4px 4px 0px rgba(0,0,0,0.3);}

.protab section{ padding:10px 0;}
.tab_item_brief{ margin: 1em 0; font-size: 0.8125em; line-height: 1.8; }
.tab_item_brief+.htmlBox{ margin-top: 2em; }
.protab #tab1 strong{ font-weight: bold;}
.protab #tab1 em{ font-style: italic;}

.proqaTop {padding: 25px 0 15px 0; text-align: center; color: #666; font-size: 15px;}
.proqaTop a {display: inline-block; margin-top: 15px; padding: 8px 15px; border-radius: 3px;}
.proqatable { width:100%; margin: 10px auto 40px auto; font-size: 14px; color: #666; border: solid 1px #ddd;}
.proqatable .pTableCell {padding: 10px 8px; border-top: #E8E8E8 1px dashed; }
.proqatable .pTableRow:first-child .pTableCell {border-top:0;}
.proqatable .pTableCell:first-child{ width: 2em; white-space: nowrap;}
.proqatable .bgF3 { background-color:#fafafa;}
.proqatable .proqadate{ margin-top: 0.3em; font-size: 12px; color: #999;}

.proreco {overflow:hidden; margin: 0 -10px; padding: 10px 10px; border-top: solid 1px #ddd;}
.proreco h3 { margin: 4% 0; font-size: 16px; font-weight: bold; letter-spacing: 0.1em; }
.proreco .cataList li{ margin-right: 0; }
/* .proreco ul { margin-right: -5.33%;}
.proreco li {float: left; width: 28%; margin: 0 5.33% 0 0;}
.proreco li .info, .proreco li .price {display: block; font-size: 13px; text-align: center;}
.proreco li .info {color: #777; margin-top: 5px;}
.proreco li .price{ margin-top: 5px; color: #333; font-weight: bold;} */


#qaBoxWin{ display: none;}
.Tab { width: 100%; font-size: 13px; color: #666; border: #E8E8E8 1px solid;}
.Tab input, .Tab select, .Tab textarea { padding: 3px;}
.Tab textarea{ width: 95%;}
.Tab tr, .Tab td, .Tab th { padding: 10px 8px; border-bottom: #E8E8E8 1px solid; vertical-align: middle;}
.Tab td:first-child{ width: 5%; white-space: nowrap;}
.Tab #code{ margin-bottom: 5px;}
.Tab input, .Tab #auth, .Tab #refresh_auth{ vertical-align: middle;}
.qaBoxWinBtn{ margin: 20px 0 0; text-align: center;}

.ProdStock{ border:#E4E4E4 1px solid; margin-top:20px;}
.ProdStock table{width:100%; text-align:center; border-collapse:separate; border-spacing:3px;}
.ProdStock table th{ background-color:#EDEDED; padding:8px; font-weight:bold;}
.ProdStock table tr td{ border-bottom:1px #CCC dashed; padding:5px;}
.ProdStock p{ line-height: 150%; font-weight: bold; color: #949494; margin: 10px; font-size: 13px;}


/* 購物車流程 */
.cart_list{ margin-top: 20px;}
.cart_list .Tit .f13{ font-size: inherit;}
.shoppTab { width: 100%; font-size: 13px; color: #666; border: #E8E8E8 1px solid;}
.shoppTab+.shoppTab{margin-top: 20px;}
.shoppTab input, .shoppTab select { padding: 0 3px;}
.shoppTab td, .shoppTab th { box-sizing: border-box; padding: 5px; vertical-align: middle; overflow: hidden; border-bottom: #E8E8E8 1px solid; word-wrap: break-word; word-break: break-word;}
.shoppTab td a:hover:not(.button) { text-decoration: underline;}
.shoppTab td em { font-size: 13px; color: #A5A5A5;}
.shoppTab td.bono, .shoppTab tr.bono { border-bottom: 0;}
.shoppTab th { background-color: #F1F1F1; height: 20px; line-height: 20px;}
.shoppTab thead{ display: none;}
.shoppTab td[data-title]{ text-align: left; white-space: nowrap;}
.shoppTab td[data-title]:before{ content: attr(data-title) "：";}

.shoppTab2{border: 0;}
.shoppTab2 tr{display: block; padding: 10px 0 15px; border-bottom: #E8E8E8 1px solid;}
.shoppTab2 td, .shoppTab2 th {display: block; border: 0; padding: 0;}
.shoppTab2 th+td, .shoppTab2 td+td{padding: 5px 0 0;}
.shoppTab2 th,.shoppTab2 td.bgF3{ background: none; text-align: left;}
.shoppTab2 .invoice_area label{ display: block;}
.shoppTab2 .invoice_area label+label{ margin: 6px 0 0;}

.shoppTab2_bono tr{ padding: 8px 0; border-bottom:0;}

.shoppTab .wfull+em,
em { display: block; margin: 5px 0 0;}
.twzipcode>.wfull{ width: 100%; margin-top: 5px;}
.twzipcode>.wfull>input{ width: 100%; margin: 0;}


/* 購物車流程 - 購買清單 */
.shopCart thead{ display: none;}
.shopCart tbody{display: block;}
.shopCart tr{ display: block; padding: 5px; overflow: hidden; border-bottom: solid 1px #E8E8E8;}
.shopCart th, .shopCart td{ border: 0;}
.shopCart th:empty, .shopCart td:empty{ display: none;}
.shopCart tbody tr{ padding-left: 30%;}
.shopCart tbody td{ display: block;}
.shopCart .cart_propic{ float: left; width: 42.85%; margin-left: -42.85%;}
.shopCart .inline{ float: none; display: inline;}
.shopCart .inline+.inline{ padding: 5px 0;}
.shopCart .cart_del{ float: right; padding: 7px; width: auto; font-size: 16px;}
.shopCart .cart_del a{ display: block; margin-top: -7px; width: 33px; height: 33px; line-height: 33px; text-align: center; background: #f7f7f7; border: solid 1px #eee; border-radius: 50%;}
.shopCart select{ height: 35px; line-height: 35px;}
.shopCart .shopcart_price:before{ content: "x ";}
.shopCart .shopcart_price:after{ content: " =";}

.shopCart tfoot{ border-top: solid 1px #eee;}
.shopCart tfoot tr{ display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex;
	-webkit-align-items:center; -moz-align-items:center; align-items:center; -webkit-justify-content:flex-end; -moz-justify-content:flex-end; justify-content:flex-end;}
.shopCart tfoot td:empty{display: none;}
.shoppTab .cart-sale{ display: inline-block; color: #B06767;}

.shopCart .tfoot_border{ border-top: solid 2px #ddd;}
.shopCart .tfoot_btm{ background: #f3f3f3;}
.shopCart .tfoot_btm td{ width: 60%; text-align: right;}
.shopCart .tfoot_btm td+td{ width: 40%; padding-right: 10px; text-align: left;}

/* 購物車流程 - 折價券+取貨方式 */
.shoppTab3 tr{display: block; position: relative; z-index: 1; min-height: 26px; padding: 10px 10px;}
.shoppTab3 tr+tr{border-top: solid 1px #e8e8e8;}
.shoppTab3 td, .shoppTab3 th {display: block; border: 0; padding: 0;}
.shoppTab3 td+td{ padding-left: 30px;}
.shoppTab3 td:empty+td{padding-left: 0;}
.shoppTab3 td:nth-child(2){line-height: 2;}
.shoppTab3 td.bgF3{ background: none; text-align: left;}
.shoppTab3 label{display: block; font-size: 15px;}
.shoppTab3 .largelabel>label{ position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0; padding: 10px 10px;}
.shoppTab3 .largelabel>label>input, .shoppTab3 .largelabel>input{ position: absolute; top: 11px;}
.shoppTab3 input,.shoppTab3 select{ position: relative; z-index: 2;}
.shoppTab3 input:disabled,.shoppTab3 select:disabled{ position: static;}
.shoppTab3 .d_inline{ display: flex;}
.shoppTab3 .d_inline+.d_inline{ margin-top: 5px;}
.shoppTab3 .d_inline .ml5:first-child{ margin-left: 0;}
.shoppTab3 .d_inline .w50p{ flex:1;}

.shopCircuit { margin: 20px -20px 20px -10px; overflow: hidden; text-align: center; font-size: 0px; color: #aaa;}
.shopCircuit li { display: inline-block; width: 8em; max-width: 33%; font-size: 14px; position: relative;}
.shopCircuit li+li:before{ content: ">"; position: absolute; top: 2px; left: -5px; font: 18px Arial; color: #ccc;}
.shopCircuit i{ display: block; margin: 0 auto 5px; width: 20px; height: 20px; line-height: 20px; font-style: normal; color: #fff; background: #ddd; border-radius: 50%;}
.shopCircuit li.here{color: #333;}
.shopCircuit li.here i{ background: #333;}
.cartNext { margin: 25px 0; text-align: center; font-size: 0;}
.cartNext a { display: inline-block; box-sizing:border-box; width: 48.5%; padding: 10px 0; font-size: 15px; line-height: 1.2; border-radius: 5px;}
.cartNext a+a{ margin-left: 3%;}
.cartNext #print{ display: none;}

.Tit { font-size: 16px; line-height: 20px; padding: 8px 0;}
.Tit label{ display: block; margin: 1em 0 0; font-size: inherit;}
.step_pay_select_list { clear: both; overflow: hidden; margin: 15px -20px; padding: 0 20px;}
.step_pay_select_list+.step_pay_select_list {border-top: dashed 1px #ddd;padding-top: 15px;}
.step_pay_select_list .orderEndTit{ text-align: center; color: #C50000;}
.step_pay_select_list .orderEndTit em{ display: block; margin:0.5em 0 20px; line-height: 1.5; font-size: 13px; color: #999;}
.pay_select {padding: 0 2px;}
.pay_select li { display: inline-block; padding: 10px 15px; outline: #E8E8E8 1px solid; text-align: center; margin: 0 8px 8px 0; font-size: 15px; color: #666;}
.pay_select li:hover { background-color: #F0F0F0; cursor: pointer;}
.pay_select li.on { outline: #d00 2px solid; color: #d00; background: #fff;}
.galleryImg{ width: 40px;}
.tex_remark { width: 100%;}


/* 結帳完成的"訂單處理中，請稍後"視窗 */
#loadingDiv{ position: fixed; left:0; top:0; right:0; bottom:0; z-index: 99999; text-align:center; font-size:14px; height:80px; width:300px; max-width: 80%; 
	margin: auto; padding-top:30px; background-color:#fff; border: 5px solid  #333;}
#popup_overlay{ position: fixed; z-index: 99998; left:0; top:0; right:0; bottom:0; background: rgba(0,0,0,.4);}


/* 會員專區 */
#order_main{ overflow: hidden;}
/*#order_main{ height: 100vh; overflow-y: auto; }*/
.memSum{ display: flex; padding: 15px 0; font-size: 0px; text-align:center;}
.memSumL{ flex: 1 1 auto; box-sizing: border-box; border-right: #ccc 1px dotted; font-size: 13px; line-height: 1;}
.memSumL_b{display: inline-block; }
.memSumL_b2{ color: #e08f8a; margin-top: 7px;}
.mapnum{border: #BDBDBD 1px solid; padding: 4px 8px; vertical-align: middle;}
#MebForm .pwd-wrapper { position: relative;}
#MebForm .fa-eye,
#MebForm .fa-eye-slash { position: absolute; right: 12px; top: 40px; font-size: 18px; cursor: pointer;}

.memberAdUl{}
.membertab{ overflow: hidden; text-align: center; font-size: 12px; color: #999; background-color: #F7F7F7;
	display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex;}
.membertab a{display: block; padding: 6px 5px 4px; border-bottom: solid 1px; border-color: #ddd;
	-webkit-align-self: stretch; -moz-align-self: stretch; -ms-align-self: stretch; align-self: stretch;
	-webkit-flex:1; -moz-flex:1; -ms-flex:1; flex:1;}
.membertab a+a{border-left: solid 1px;}
.membertab .selected{ color: #efefdf; background: #202124; border-color:#202124;}
.membertab.fixed{ position: fixed; z-index: 99; top: 60px; left: 0; right: 0;}

/*訂單紀錄*/
.memTab{ border: 0;}
.memTab tr{ display: block; margin: 20px 0; border: #E8E8E8 1px solid;}
/*.memTab td{ display: block; position: relative; padding: 10px 10px 10px 6.5em; border-bottom: #E8E8E8 1px solid;}*/
.memTab td{ display: block; position: relative; padding: 10px; border-bottom: #E8E8E8 1px solid;}
.memTab td:last-child{ border: 0;}
.memTab td:empty{ display: none;}
.memTab td[data-title]{ display: flex;}
.memTab td[data-title]:before{ content: attr(data-title); margin: -10px 10px -10px -10px; padding: 10px; min-width: 5em; background: #f7f7f7;}
/*.memTab td[data-title]:before{ content: attr(data-title); position: absolute; top: 0; left: 0; bottom: 0; padding: 10px; min-width: 4em; background: #f7f7f7;}*/
.memTab .memTab_last{ padding: 10px; text-align: center;}
.memTab_last a{ padding: 5px 10px;}
.memBtn{padding: 10px 17px;}
.a-btn{ color:#FA84A8; cursor: pointer; text-decoration: underline;}
.memTab_price:before{ content: "售價 $";}
.trace_to_cart{ line-height: 40px !important; white-space: nowrap;}
/*問答*/
.memTab_qa tr+tr{ border-top: dashed 1px #ddd;}
.memTab_qa td:not(.m_hide){ display: block; width: 100%; margin: 5px 0; padding: 0 10px; border: 0; box-sizing: border-box;}
.memTab_qa td[data-title]:before{ display: block; font-weight: bold; font-size: 1.1em; margin: 0.3em 0;}
.memTab_qa .bgF3 td{ padding: 0.3em 10px; font-size: 1.1em;}
.memTab_qa .bgF3 a:after{ content: "\f08e"; font-family: "fontawesome"; margin-left: 0.5em;}
.memTab_qaDate{ text-align: right;}
/*訂單紀錄*/
.memTab_order .bgF3{ white-space: nowrap;}
.memTab_order td{ padding: 10px 8px; line-height: 1.5;}
.memTab_order td+td{ vertical-align: bottom; font-size: 15px;}
.memTab_order .memOrder_title{ font-size: 1.1em;}
.memOrder_discount,.memOrder_totle{ white-space: nowrap;}
.memTab_order_returnReason{ padding: 0.5em; color: #000; background: #fee; }
.memTab_order tfoot{ white-space: nowrap; color: #333; background: #f7f7f7; border-top: solid 2px #ddd;}
.memTab_order tfoot td:last-child{ font-size: 15px; text-align: left;}


/* 退貨步驟 */
/*.returnStepbody{ overflow-y: scroll; max-height: 100vh; }*/
/*.returnStepbody{ overflow: hidden; }*/
.returnStepBtn{ display: inline-block; font-size: 13px; padding: 1em; color: #15c; text-decoration: none;}
.shoppTab .returnStepBtn{/* float: right;*/ padding: 0.5em 0; }
.returnStepBtn.returnStepBtn:hover{ text-decoration: none;}
.returnStepBtn span{ border-bottom: solid 1px;}

.returnStepIframe{ position: fixed; z-index: 99999; top: 0; left: 0; right: 0; bottom: 0; overflow-y: auto; }
.returnStep{ max-width: 650px; font-size: 15px; text-align: center; overflow: hidden; }
.returnStep .Tit{ font-size: 1.1em; }
.returnStep ul{ margin: 20px 0; border: solid 1px #aac5d8;}
.returnStep li{ position: relative; min-height: 65px; margin: 30px 10px; }
.returnStep li+li:before{ content: "\f078"; position: absolute; top: -15px; left: 43px; margin: -0.5em; 
	line-height: 1; font-size: 20px; font-family: "Fontawesome"; color: #aac5d8; }
.returnStep_img{ float: left; width: 65px; height: auto; margin: 0 10px; background: #aac5d8; border-radius: 50%; }
.returnStep_txt{ margin-left: 85px; text-align: left; line-height: 65px; }
.returnStep p{ display: inline-block; vertical-align: middle; line-height: 1.33; }
.returnStep_note{ margin-top: 0.5em; font-size: 14px; }
.returnStep .btn{ display: inline-block; max-width: 5em; margin: 0.3em auto; padding: 0.3em 0.5em; border-radius: 3px; font-size: 13px; }
.returnStep .backLightbox{ padding: 0 3em; border-radius: 3px; }


/* 會員註冊 */
.joinTab {margin-bottom: 0;}
.joinTab tr{border:0; padding: 10px 0;}
.joinTab .pwd-wrapper { position: relative;}
.joinTab .fa-eye,
.joinTab .fa-eye-slash { position: absolute; right: 12px; top: 42px; font-size: 18px; cursor: pointer;}
.yesjoin { padding: 10px 20px 20px; font-size: 15px; line-height: 1.4; color: #666; background-color: #f7f7f7; border-radius: 5px;}
.yesjoin label { display: block; margin: 1em 0; padding-left: 35px; text-indent: -35px;}
.yesjoin input{ margin: -10px 5px -10px 0;}
.yesjoin .cartNext{margin: 25px 0 0;}

/* 幾件幾折 */
.saleTopBanner img { width:100%; height:auto;}
.saleTop { border: #E8E8E8 1px solid; margin: 10px 0; padding: 10px; overflow: hidden; }
.any_info{ color: #242424; font-size: 16px; margin: 0px 5px; line-height: 32px;}
.saleTop .saleAddBtn { margin-top: 10px; font-size: 16px;}
.saleTop .saleAddBtn .button { width: 100%; box-sizing:border-box;}

.saleListUl_W{ position: relative; overflow: hidden; height: 125px; margin: 0 20px;}
.saleListUl{position: absolute; top:0;}
.SelectSaleList{ position: relative;  float: left; clear: both; border-top: 1px solid #f0f0f0; width: 100%; padding-top: 20px; margin-top: 10px;}
.SelectSaleList a{ display: inline-block;}
.SelectSaleList li{ float: left; width: 70px; margin: 0 5px; height:100%;}
.onSaleProductData{ display: block; margin-top: 0.3em; height:2.6em; line-height: 1.3; font-size: 13px; text-align: center; color: #666; }
.SaleListleft_arr{ font-size: 1.5em; color: #CCCCCC; position: absolute; margin-top: -20px; top: 50%; left: -2px; }
.SaleListright_arr{ font-size: 1.5em; color: #CCCCCC; position: absolute; margin-top: -20px; top: 50%; right: -2px; }

.saleList ul{ margin: 0 -1%; font-size: 13px; line-height:1.5em; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: flex; 
	-webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.saleList li{ padding: 5px 5px 0; outline: #E8E8E8 1px solid; margin: 0 1% 10px; width: 48%; box-sizing: border-box;
	-webkit-align-self: stretch; -moz-align-self: stretch; -ms-align-self: stretch; align-self: stretch;}
.saleList li.on { outline: #ffa698 2px solid;}
.saleList li>p { display: block; margin: 0.5em 0; text-align: center;}
/* .saleList li .info {color: #333333;}
.saleList li .price {color: #fb6565; font-weight: bold;}
.saleList li .proprice {color: #C0C0C0; font-weight: bold;} */
.saleList li select { width: 100%;}
.saleList .button{ border: solid 1px #d5d5d5; border-radius: 3px; width: 100%;}

/* 問與答 */
.qa_menu{ margin-top: 1em; font-size: 15px;}
.qa_menu h3{ padding-bottom: 0.25em; border-bottom: solid 1px #eee; font-size: 1.25em;}
.qa_menu .fa-question-circle{ color: #e9b6b3;}
.qa-submenu{ margin: 0.7em 0 1.8em; padding-left: 1.7em; list-style: decimal outside; color: #666;}
.qa-submenu li{ margin: 8px 0;}
.qa-submenu li a:after{ content: "»"; margin-left: 0.5em; color: #999;}

/* 自訂HTML頁 + 圖文編輯器 */
.htmlBox{ line-height: 1.7;}
.htmlBox *{ word-wrap: break-word; word-break: break-word;}
.htmlBox b, .htmlBox strong{ font-weight: bold;}
.htmlBox em, .htmlBox i{ font-style: italic;}
.htmlBox img{ max-width:100% !important; height: auto !important; vertical-align: baseline;}
.htmlBox u{ text-decoration: underline;}

.htmlBox .tableWrap{ position: relative; margin-top: 30px; /*overflow: auto; cursor: e-resize;*/}
.tableWrap::-webkit-scrollbar-track{ background-color: #fff; -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.2);}
.tableWrap::-webkit-scrollbar{ height:8px; width: 8px; background-color: #F5F5F5;}
.tableWrap::-webkit-scrollbar-thumb{ border-radius: 10px; background-color: #aaa; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.2);}
/*.tableWrap:before{ content: "↓↓ 請左右滑動檢視內容 ↓↓"; display: block; margin: 0.5em 0; font-size: 14px; text-align: center;}*/
.tableWrap:before{ content: "尺寸表"; display: block; position: relative; top: -30px; height: 0; font-size: 14px; text-align: center;}
.tableWrap .tableRWD{ /* position: absolute;top: 50%; left: 50%;*/ margin: 0; /*transform-origin: 0 20px 0;*/}

.htmlBox table{ /*width: 100% !important;*/ word-wrap: break-word; word-break: break-word;}
.htmlBox table[align="center"]{ margin-left: auto; margin-right: auto;}
/*.htmlBox table[border]{ border: solid 1px #ddd;}
.htmlBox table[border="0"]{ border: 0;}*/

.htmlBox#tab4 table{ width: 100% !important; }
.htmlBox .emptyP+.emptyP{ display: none;}
@media screen and ( max-width:720px) and (max-device-width:720px){
	.htmlBox video{ max-width: 100%; }
	.htmlBox iframe{ max-width: 100%;}
	.htmlBox iframe[src*="youtube"], .htmlBox iframe[src*="vimeo"], .htmlBox iframe[src*="facebook"], .htmlBox iframe[src*="instagram"]{ 
		width: 100%; /*height: 56.25%;*/
		height: -webkit-calc( (100vw - 40px) * 0.5625); height: -moz-calc( (100vw - 40px) * 0.5625); height: calc( (100vw - 40px) * 0.5625);
	}
}

#about_menu{ margin-top: 10px; border-top: dashed 1px #ddd;}
#about_menu li{ border-bottom: dashed 1px #ddd;}
#about_menu li a{ padding: 0.8em 20px 0.7em; }
#about_menu li a:after{ content: "»"; float: right; margin:0 0 0 0.5em; color: #999;}
#about_menu li a .fa{ margin-right: 0.5em; opacity: 0.8;}

.custom_html{ margin-bottom:80px;}
.custom_cont{ overflow: hidden; margin:10px 0;}
.customTitle{ margin-top: 0.5em; margin-bottom: 1em; padding-bottom:5px; font-size: 20px; border-bottom: #ddd 1px solid;}
.customTitle .fa{ font-style: normal; font-size: 0.8em; vertical-align: 0.1em; color: #e9b6b3;}
.customTitle .fa-question-circle{ font-size: 1em; vertical-align: baseline;}

/* 最新消息 */
.newsList li{ margin: 20px 0 30px;}
.newsList .imgbox{ display: block; margin-bottom: 0.5em; padding-top: 32.426%;}
.newsList p{ margin: 0.3em 0;}
.newsList .date{ font-size: 0.9em; color: #999;}
.newsList .view{ float: right;}

.news_top{ margin: 0.5em 0; padding:0 0 0.5em; border-bottom: #757575 1px solid;}
.news_top .news-tit{ font-size: 1.15em;}
.news_top .news-time{ font-size: 13px; color: #999;}
.newshtmlBox{ display:block; min-height: 15vh; margin-bottom:10px; padding-top:15px;}
.news_send a{ display: block; width: 50%; margin: 20px auto 0; padding: 10px 0; text-align: center; font-size: 0.9em; border-radius: 2px;}


/* 頁尾 */
#footer_w{ margin-top: 40px; clear:both; color: #888;}
.follow_link{ line-height: 1.6; text-transform: uppercase; text-align: center; margin: 10px 0;}
.follow_link .fa{ font-size: 18px; vertical-align: -1px;}
.follow_link .change_device{ border-right: dashed 1px; padding: 2px 16px 2px 0;}
.follow_link a+a{ margin-left: 12px;}
.follow_link #translateLink{ margin-left: 10px;}
.right_aside{ margin: 10px; padding: 8px 5px 8px 8px; line-height: 40px; overflow: hidden; border:solid 1px #ddd; background: #fff;}
.right_aside .icon_contact{ width: 40px;}
.raside_contact{ margin-left: 10px; font-size: 14px; line-height: 1.15;}
.footer { padding: 20px 20px 10px; font-size: 0.875em; text-align: center; background: #fff; border-top: #bcbec0 1px solid; clear: both; overflow: hidden;}
.fo-cola { display: inline-block; vertical-align: top; width: 25%; margin-right: -4px; padding: 4% 1%; color: #666; box-sizing: border-box; }
.fo-cola h3 { margin-bottom: 0.5em; }
.fo-cola li { margin: 0.3em 0;}
.fo-cola li a { display: block;}
#fo-sns{display: none;}
.fo-copy { padding: 0.6em 0; font-size: 12px; text-align: center; color: #aaa; background: #f9f9f9;}
.fo-copy a{ color:inherit;}
#Pushbutton-mi-link:before{ content: "MISHOP 購物系統";}

/* 頁尾 - 左下角LINE連結按鈕 */
.line-link {
	position: fixed;
	left: 15px;
	bottom: 15px;
	width: 80px;
	border-radius: 12px;
	background-color: white;
	/* 技術債，要比soldout浮水印還高。*/
	z-index: 3;
}
.line-link__title {
	position: relative;
	top: 8px;
	text-align: center;
}
.line-link__title > span {
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}
.line-link__logo {
	text-align : center;
}
.line-link__logo > img {
	width: 60px;
	vertical-align: middle;
}

/* 優惠卷 */
.couponTab { margin: 10px;}
.couponTab td{ padding:7px 0;}
.couponTab strong{ font-weight:bold; color:#333;}

/* 電子折價卷 */
.coupon_wrap{display: block; border: #E9E9E9 1px solid; margin: 0 auto; margin-top: 20px; margin-bottom: 40px; box-shadow: #ECECEC 0px 1px 3px;}
.coupon_wrap h4{ padding: 0.5em 10px; background-color: #A81616; text-align: center; color: #FFF; font-size: 18px;}
.Coupon_txt_w{ margin-top:20px; padding:10px; color: #777; border-top: #E7E7E7 1px solid;}
.Coupon_txt_tit{ font-weight: bold; margin-bottom: 5px;}
.Coupon_txt_list{ list-style: disc; padding-left: 25px;}
.CouponBtn{ width: 60%; margin: 10px 0; font-size: 16px; color: #FFF; cursor: pointer; background: #A81616; border: solid 1px #7C1919; border-radius: 8px; 
	box-shadow: 0px 5px 0px #811D27; transition: all 0.1s;}
.CouponBtn:active{ margin: 13px 0 7px; background: #991818; box-shadow: 0px 2px 0px #811D27;}
.CouponBtn_no{ width: 60%; font-size: 16px; color: #FFF; background: #c3c3c3; border: solid 1px #bbb; border-radius: 5px;}

/* 聯絡我們 */
.contact_w{ font-size: 14px; color: #333;}
.contact_w table{width: 100%;}
.contact_w th{ text-align: left; color: #565656; vertical-align: middle;} 
.contact_w td,.contact_w th{ display: block; margin: 5px 0;}
.contact_w td{ padding-bottom: 15px;}
.contact_w caption{font-size: 20px; padding: 15px 0; color: #727272;}
.contact_txt{padding: 8px 0 8px 8px; border: 1px solid #c6c6c6; font-size: 12px; color: #959595;}
.contact_txtar{overflow: hidden; overflow-y: auto; width: 100%; box-sizing:border-box; min-height: 79px; padding: 12px 11px; border: 1px solid #ddd; font-size: 12px;
line-height: 18px;color: #333;text-align: left;vertical-align: middle; resize: none;}
.contact_w .contact_select{padding: 8px 0 8px 8px; border: 1px solid #c6c6c6; color: #959595;}
.contact_w .sendbtn{display: block; padding: 10px 25px; text-align: center; font-size: 15px; border-radius: 5px;}


/* 置頂BTN */
#back-to-top{ position: fixed; z-index: 10; bottom: 50px; right: 0; margin: 10px 10px; width: 50px; height: 50px; line-height: 50px; text-align: center; 
	color: #fff; background: #e9b6b3; border-radius: 50%; cursor: pointer;}
#back-to-top span{ display: inline-block; vertical-align: middle; line-height: 1; margin-top: -0.2em; }
#back-to-top .fa{ font-size: 20px; line-height: .5; }
#back-to-top:hover{ background: #242c43; }


/* 網站地圖 */
.sitemap{ display: block; overflow: hidden; margin: 0 auto; padding-top: 100px;}
.sitemap li{ float: left; font-weight: bold; width: 150px; height: 200px; margin-top: 50px; padding-right: 15px; padding-left: 25px;}
.sitemap li h4{ font-size: 15px; color: #0C0C0C; padding: 8px 0; border-bottom: #CCC 1px dashed;}
.sitemap li ul{ overflow: hidden; margin-top: 5px; padding-top: 5px; padding-bottom:20px;}
.sitemap li ul li{ float: left; width: 150px; height: 25px; padding: 0; margin: 0; border-bottom: 0; font-size: 14px; font-weight: normal; color: #838383;} 

/* 加入購物車圖示 */
.added_cart{ position: fixed; z-index: 999; top: 50%;left: 50%; margin: -51px -46px; bottom: 0; right: 0; width: 102px; height: 92px; text-align: center; 
	cursor: pointer;background: url(../images/add_to_cart.png);display:none;background-size: 100%;}

/* Insider InStory */

/* InStory透過API拿到資料後就直接插入到網頁之中，後面一點才套用隱藏樣式，導致使用者看到它顯示然後一下就消失，所以強制改成隱藏。 */
.ins-stories.ins-sortable-container {
	display: none !important;
}
