/***************************************************************/
/* bu : blue
/* wh : white
/* bk : black
/* og : orange
/* gn : green
/* rd : red
/* yl : yellow
/* pl : purple
/* pk : pink
/* gy : gray
/* br : brown
/***************************************************************/
@charset "utf-8";
body
{
	font-family: helvetica, arial, sans-serif;
    font-size: 13px;
    overflow-y: auto;
    color: #454545;
    margin: 0px;
    background-color: #fff;
    padding-top:147px;
    
}
body.hotzonebg
{
	background-color:#fff;
	padding-top:0px;
}
.error{color:rgba(128,0,0,1.0);}
a
{
	text-decoration:none;
	color:#454545;
	cursor:pointer;
}
a:hover
{
}
input, select, textarea, table, button
{
	font-family:inherit;
	font-size:inherit;
	color:inherit;
	outline:none;	
}
select
{
	height:25px;
}
textarea
{
	border:1px solid #dadada;
}
input[type="text"],
input[type="password"],
input[type="code"]
{
	height:25px;
	border:1px solid #dadada;
	width:30px;
	padding:1px 3px;
	line-height: 25px;
}
input.width50{width:50px;}
input.width100{width:100px;}
input.width150{width:150px;}
input.width200{width:200px;}
input.width250{width:250px;}
input.width300{width:300px;}
input.widthfull{width:calc(100% - 6px);}
.clear{clear:both;}
.center{text-align:center!important;}
.left{text-align:left!important;}
.right{text-align:right!important;}
.pagebreak{page-break-after: always;}
.page_title
{
	font-family: 'Crimson Text', serif;
	text-align: center;
	font-size: 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 23px;
	color: #000;
}
.page_title span
{
	display: block;
	font-size: 15px;
	font-family: 'Noto Sans TC';
	letter-spacing: 4px;
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Thin.otf) format('opentype');
}
@font-face {
  font-family: 'Noto Sans TC';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Light.otf) format('opentype');
}
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Bold.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans TC';
   font-style: normal;
   font-weight: 900;
   src: url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosanstc/v1/NotoSansTC-Black.otf) format('opentype');
 }
@import 'https://fonts.googleapis.com/css?family=Crimson+Text:400,600';
/***************************************************************/
/* BUTTON STYLE */
button
{
	border: none;
	padding:10px 20px;
	cursor:not-allowed;
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
}
button::before
{
	transition:all .3s linear 0s;
	-o-transition:all .3s linear 0s;
	-ms-transition:all .3s linear 0s;
	-moz-transition:all .3s linear 0s;
	-webkit-transition:all .3s linear 0s;
}
button.enable{cursor: pointer;}
.button_buwh
{
	color: #333;
    background-color: #fff;  
	border: 1px solid #ccc;
}
.button_buwh.enable
{
  	background-color: #2babcf;
  	background-image: -webkit-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  	background-image: -moz-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  	background-image: -o-linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  	background-image: linear-gradient(top, #45b8d8 0%, #2babcf 100%);
  	border-color:#2288a5;
  	color: #fff;
}
.button_buwh.enable:hover
{
  	background-image: none;
  	border-color: #1e7790;
}
.button_buwh2
{
	background-color:rgba(59,89,152,1.0);
	color:#dadada;
}
.button_buwh2.enable
{
	color:#fff;
}
.button_buwh2.enable:hover
{
	color:#333;
	background-color:#dadada;
}
.button_rdwh
{
	color: #333333;
    background-color: #ffffff;  
	border: 1px solid #cccccc;
}
.button_rdwh.enable
{
  	background: #ed3e49;
  	background-image: -webkit-linear-gradient(top, #f05f68 0%, #ed3e49 100%);
  	background-image: -moz-linear-gradient(top, #f05f68 0%, #ed3e49 100%);
  	background-image: -o-linear-gradient(top, #f05f68 0%, #ed3e49 100%);
  	background-image: linear-gradient(top, #f05f68 0%, #ed3e49 100%);
  	border-color:#e31522;
  	color: #fff;
}
.button_rdwh.enable:hover
{
  	background-image:none;
  	border-color:#cc131f;
}
.button_bkwh
{
	border:1px solid #888;
	color:#888;
	background-color:#262626;
}
.button_bkwh.enable
{
    border: 1px solid #222222;
    color: #959595;
    box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.5),inset 0px -34px 15px -15px rgba(0, 0, 0, 0.65);
    border-radius: 2px;
}
.button_bkwh.enable:hover
{
	background-color: #000;
	box-shadow: none;
}
.button_ogwh
{
	background-color: #e66e4c;
	color: #fff;
	opacity: 0.5;
}
.button_ogwh.enable
{	
	opacity: 1;
}
.button_ogwh.enable:hover
{
	background-color: #e25c39;
}
.button_whbr
{
	border: 1px dashed #a6a4a1;
	border-radius: 5px;
	color: #a6a4a1;
}
.button_whbr.enable
{
	border: 1px solid #999794;
	color: #8c8b88;
	background-color: #f5f3ed;
}
.button_whbr.enable:hover
{
	border: 1px solid #4d4c4a;
	color: #403f3e;
	background-color:#ebe8dc;
}
.button_grwh
{
	background: #C9C9C9;
	color: #FFFFFF;
}
.button_grwh.enable
{
	background: #888;
	background-image: -webkit-linear-gradient(top,#aaaaaa,#777777);
	background-image: -moz-linear-gradient(top,#aaaaaa,#777777);
	background-image: -ms-linear-gradient(top,#aaaaaa,#777777);
	background-image: -o-linear-gradient(top,#aaaaaa,#777777);
	background-image: linear-gradient(top,#aaaaaa,#777777);
	border-radius: 7px;
	box-shadow: inset rgba(255,255,255,0.5) 1px 1px 0px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
.button_grwh.enable:hover
{
	background-image: -webkit-linear-gradient(top,#cccccc,#777777);
	background-image: -moz-linear-gradient(top,#cccccc,#777777);
	background-image: -ms-linear-gradient(top,#cccccc,#777777);
	background-image: -o-linear-gradient(top,#cccccc,#777777);
	background-image: linear-gradient(top,#cccccc,#777777);
}
.button_whbk
{
	color: #afafaf;
	border: 1px solid #B2B2B2;
	border-radius: 6px;
	background-color: #ffffff;
}
.button_whbk.enable
{
	color: #484848;
	border-color: #f4f4f4 transparent #d8d9d9 #e5e5e6;
	background-image: -webkit-linear-gradient(top,#e8e9e9,#d8d9d9);
	background-image: -moz-linear-gradient(top,#e8e9e9,#d8d9d9);
	background-image: -ms-linear-gradient(top,#e8e9e9,#d8d9d9);
	background-image: -o-linear-gradient(top,#e8e9e9,#d8d9d9);
	background-image: linear-gradient(to bottom,#e8e9e9,#d8d9d9);
}
.button_whbk.enable:hover
{
	color: #000;
}
.button_whbk1
{
	background-color: #fff;
	border: 3px solid #c8c9c9;
	color: #b6b7b7;
	transition:none;
	-o-transition:none;
	-ms-transition:none;
	-moz-transition:none;
	-webkit-transition: none;
}
.button_whbk1.enable
{
	border-color: #222;
	color: #222;
}
.button_whbk1.enable:hover
{
	background-color:#222;
	color:#fff;
}
.button_gybk
{
    border: 1px solid #e2e3de;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    background-color: #f9f9f6;
    color: #c8cabf;
    line-height: 26px;
    padding: 0 10px;
    font-size: 13px;
    
}
.button_gybk.enable
{
    border-color: #cfd0c8;
    color: #4b4f56;
}
.button_gybk.enable:hover
{
    background-color: #edede8;
}
.button_save::before{background-image:url(../../img/button_save.svg);}
.button_save::after{content:"存檔 SAVE";}
.button_add::before{background-image:url(../../img/button_add.svg);}
.button_add::after{content:"新增 ADD";}
.button_merge::before{background-image:url(../../img/button_merge.svg);}
.button_merge::after{content:"合併 MERGE";}
.button_print::before{background-image:url(../../img/button_print.svg);}
.button_print::after{content:"列印 PRINT";}
.button_add2cart::before{background-image:url(../../img/button_add2cart.svg);}
.button_add2cart::after{content:"加入購物車 ADD TO CART";}
.button_remove::before{background-image:url(../../img/button_remove.svg);}
.button_remove::after{content:"刪除 REMOVE";}
.button_confirm::before{background-image:url(../../img/button_confirm.svg);}
.button_confirm::after{content:"確認 CONFIRM";}
.button_empty::before{background-image:url(../../img/button_empty.svg);}
.button_empty::after{content:"清空 EMPTY";}
.button_go2::before{background-image:url(../../img/button_go2.svg);}
.button_go2::after{content:"";}
.button_upload::before{background-image:url(../../img/button_upload.svg);}
.button_upload::after{content:"上傳 UPLOAD";}
.button_update::before{background-image:url(../../img/button_update.svg);}
.button_update::after{content:"更新 UPDATE";}
.button_link::before{background-image:url(../../img/button_link.svg);}
.button_link::after{content:"";}
.button_change::before{background-image:url(../../img/button_change.svg);}
.button_change::after{content:"";}
.button_cancel::before{background-image:url(../../img/button_cancel.svg);}
.button_cancel::after{content:"取消 CANCEL";}
.button_search::before{background-image:url(../../img/button_search.svg);}
.button_search::after{content:"搜尋 SEARCH";}
.button_closetab::before{background-image:url(../../img/button_closetab.svg);}
.button_closetab::after{content:"關閉分頁 CLOSE TAB";}
.button_record::before{background-image:url(../../img/button_record.svg);}
.button_record::after{content:"收錄 RECORD";}
.button_login::before{background-image:url(../../img/button_login.svg);}
.button_login::after{content:"登入 LOGIN";}
.button_submit::before{background-image:url(../../img/button_submit.svg);}
.button_submit::after{content:"送出 SUBMIT";}
/***************************************************************/
/* TABLE STYLE */
.oneWmulti
{
	width:100%;
	border-spacing:0px;
	border-collapse: collapse;
	border: 1px solid;
	border-color: #e9eae6 #e2e3de #d6d6d1;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}
.oneWmulti th
{
	padding: 8px;
	border-bottom: 1px solid #d3d4c9;
	border-right: 1px solid rgba(0, 0, 0, .1);
	text-align: left;
	white-space:nowrap;
}
.oneWmulti td
{	
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 8px;
}
.oneWmulti tr:nth-child(2n+1) td
{
	background-color: #f9f9f6;
}
.oneWmulti th:last-child
{
	border-right:none;
}
.oneWmulti td:last-child
{	
	border-right:none;
}
.oneWmulti button
{
	line-height:22px;
}
.zeroWtwo
{
    width: 100%;
    border-spacing: 0px;
    border: 1px solid;
    border-color: #e9eae6 #e2e3de #d6d6d1;
}
.zeroWtwo>tbody>tr>th
{
	width: 50%;
	color: #737373;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-weight: lighter;
}
.zeroWtwo>tbody>tr>th:first-child
{
	padding: 0 10px 4px 0;
}
.zeroWtwo>tbody>tr>td:first-child
{
	padding:0 10px 10px 0;
}
.zeroWtwo>tbody>tr>th:nth-child(2)
{
	padding: 0 0 4px 10px;
}
.zeroWtwo>tbody>tr>td:nth-child(2)
{
	padding: 0 0 10px 10px;
}
.zeroWtwo>tbody>tr>td[colspan="2"]
{
	padding-right:0px
}
.zeroWtwo>tbody>tr>td input[type="text"]
{
	border-color: #cfd0c8;
	border-radius: 2px;
	font-size: 15px;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
}
.zeroWtwo .subtable
{
	border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: #e9eae6;
    padding-bottom: 25px;
    margin-bottom: 15px;
}
/***************************************************************/
/*
/* LOGOUT CONFIRM BOX@ head.php
/*
/***************************************************************/
#_LOGOUT
{
	display:none;
}
/***************************************************************/
/*
/* SHOPPING CART @ head.php
/*
/***************************************************************/
#_CART
{
	position:absolute;
	right:10px;
	bottom:10px;
	cursor:pointer;
}
#_CART *
{
	cursor: pointer;
}
#_CART_switch
{
	padding: 8px 10px 8px 30px;
	box-shadow:0px 0px 0px 1px #005A78 inset;
	/*background-image:url(../../img/cart.png);*/
	background-position:8px 50%;
	background-repeat:no-repeat;
	background-size:auto 18px;
}
#_CART_num
{
	color: #005A78;
}
#_CART_num::before
{
	content:"[ ";
}
#_CART_num::after
{
	content:" ]";
	
}
/***************************************************************/
/*
/* BUTTON MORE (FOR MORE RESULTS) @ head.php
/*
/***************************************************************/
._MORE
{
	border:2px solid #dadada;
	color:#dadada;
	border-radius:3px;
	padding:15px 0px;
	text-align:center;
	font-weight:700;
	font-size:15px;
	font-variant:small-caps;
	transition: all .3s linear 0s;
    -o-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -webkit-transition: all .3s linear 0s;
}
._MORE.enable
{
	cursor:pointer;
}
._MORE.enable:hover
{
	border:2px solid #005A78;
	color:#005A78;
}
._MORE.enable::after
{
	content:"查看更多 More...";
}
._MORE::after
{
	content:"載入中 Loading...";
}
/***************************************************************/
/*
/* PRICE
/*
/***************************************************************/
._PRICE
{
	text-align:right;
	/*color: #c8161d;*/
	color: #222;
	font-size:15px;
}
._PRICE::before
{
	content:"NT$";
	font-size:50%;
	font-weight:400;
	margin-right:7px;
}
/***************************************************************/
/*
/* WARNING
/*
/***************************************************************/
._WARNING
{
	box-shadow:0px 0px 0px 1px #f00 inset;
}
select._WARNING
{
	border:2px solid #f00;
}
/***************************************************************/
/*
/* #wish @ head.php
/*
/***************************************************************/
#wish
{
	
}
#wish #menus_bg
{	
	z-index: 9;
    height: 147px;
    position:fixed;
    left:0px;
    right: 0px;
    top:0px;
    background-color: #ffffff;
}
#menus_inbox
{
/* 
	max-width: 1270px;
    margin: 0px auto;
    padding-right: 160px;
    height: 160px;
    position: relative;
 */
}
/*
#wish #menus_bg.fixed
{
	position:fixed;
	width:100%;
	left:0px;
	top:-60px;
	opacity:0.3;
}
#wish #menus_bg.fixed:hover
{
	opacity:1;
}
*/
#wish #menus
{
    position: absolute;
    right: 160px;
    bottom: 0px;
    padding: 10px 0px 9px 0px;
    display: none;
}
#wish #menus_marquees
{
	/*
	position:absolute;
	left:0px;
	top:0px;
	width:60%;
	height:100%;
	*/
	width:100%;
	line-height:35px;
	color: #000;
    font-size: 15px;
    letter-spacing: 0.5px;
    background-color:#fff;
    border-radius:3px;
}
#wish #menus_marquee
{
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
}
#wish .menu
{
    display: inline-block;
    text-align: center;
    margin-left: 25px;
    cursor:pointer;
}
#wish .menu::after
{
	content: attr(eng);
    display: block;
    color: #dddddd;
    font-size: xx-small;
    margin-top: 4px;
}
#wish .menu label
{
	cursor:pointer;
}
#wish #logo_bg
{
	background-color: #eee;
	padding: 53px 0 8px;
	/*** 2017.02.08 Edited By JEFF ***/
	display:none;
    /*** END ***/
}
#wish #logo
{
    display: block;
    height: 67px;
    width: 151px;
    margin: 17px auto 0px;
    background-image: url(../../img/wish/logo2020.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
#wish #minilogo
{
	opacity:0;
	display: block;
    height: 52px;
    width: 265px;
    background-image:url(../../img/minilogo.svg);
    background-position: center;
    background-size: auto 47px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
#wish #menu_left_toggles
{
	display:none;
}
#wish .menu[eng='CART']
{
	position:relative;
}
#wishmenucartbox
{
	position: absolute;
    right: 0px;
    top: 100%;
    border: 1px solid #c8c9c9;
    background-color: #fff;
    color: #454545;
    width: 400px;
    padding: 10px 0px 0px;
	border-radius: 5px;
	display:none;
}
#wishmenucartbox::after
{
	display:none;
	content: "";
    width: 0px;
    height: 0px;
    border-top: none;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    position: absolute;
    right: 10px;
    top: -6px;
}
#wishmenucart
{
	width: 90%;
    border-spacing: 0px;
    margin: 0px auto;
}
#wishmenucart_row_init
{
	display:none;
	
}
#wishmenucart th
{
    padding: 5px;
    font-size: 12px;
}
#wishmenucart th:first-child,
#wishmenucart th:nth-child(2)
{
    text-align: left;
}
#wishmenucart th:nth-child(3)
{
	text-align: right;
	padding-right: 15px;
}
#wishmenucart td
{
	padding: 10px 5px;
}
#wishmenucart tr:nth-child(3)  td
{
	border-top: 1px solid #454545;
}
#wishmenucart tr:nth-child(n+4)  td
{
	border-top: 1px dashed #909090;
}
.wishmenucart_color
{
	width: 13px;
	height: 13px;
	border: 1px solid #454545;
	display: inline-block;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.wishmenucart_size
{
	vertical-align: top;
	margin-left: 3px;
}
.wishmenucart_outprice::before
{
	content: "NT$";
	margin-right: 3px;
}
#wishmenugo2cashier
{
    display: block;
    width: 100%;
    padding: 8px 0px;
    border-top: 1px solid #c8c9c9;
    text-align: center;
    letter-spacing: 1px;
    color: #989898;
    transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;
    -ms-transition: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
}
#wishmenugo2cashier:hover
{
	color: #454545;
    background-color: #c8c9c9;
}
#wish .menu[eng='CART']::before
{
	content: attr(qty);
    margin-right: 4px;
}
#wish .menu[eng='CART']:hover #wishmenucartbox
{
	/*display:block;*/
}

#wish #links
{
	position:absolute;
	right:160px;
	top:20px;
	display: none;
}
#wish .link
{
	width: 28px;
    height: 28px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 15px;
}
#wish #mobile_links
{
	display: none;
}
#wish_popout
{
	display:none;
	z-index:11;
	position:fixed;
	left:0px;
	top:0px;
	background-color:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	cursor:pointer;
}
#wish_popout_inbox
{
	position:absolute;
	left:3%;
	top:3%;
	width:94%;
	height:94%;
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image:url("../../img/20190612.gif");
    cursor:pointer;
}
/***************************************************************/
/*
/* #wish #main @ head.php
/*
/***************************************************************/
#wish #main 
{
	padding: 0px 30px;
    position: relative;
    min-height: calc(100vh - 204px);
}
#wish #main_left
{
    width: 185px;
    position: absolute;
    left: 30px;
    top: 5px;
    display: none;
}
.main_lefttops
{
	padding-bottom: 60px;
}
.main_lefttop_title
{
    height: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
    letter-spacing: 2.5px;
    color: #000;
    border-bottom: 1px solid #878787;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}
#wish .main_lefttop_menu
{
    display: block;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    cursor: pointer;
    color: #a3a2a2;
    padding: 18px 0px 0px;
    letter-spacing: 3px;
}
#wish .main_lefttop_menu label
{
	position:relative;	
}
#wish .main_lefttop_menu.open label::before
{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 45%;
    left: -16px;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #454545 transparent transparent transparent;
}
#wish .main_leftbots
{
	text-align: center;
    padding-bottom: 73px;
}
#wish .main_leftbot_menu
{
    display: block;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    cursor: pointer;
    color: #a3a2a2;
    padding: 16px 0px 0px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}
#wish .main_leftbot_menu::after
{
	display: block;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 3.5px;
}
#wish .main_leftbot_menu[tar="411"]::after
{
	content:"How To Buy";
}
#wish .main_leftbot_menu[tar="412"]::after
{
	content:"Notice";
}
#wish .main_leftbot_menu[tar="413"]::after
{
	content:"Payment";
}
#wish .main_leftbot_menu[tar="474"]::after
{
	content:"Your Orders";
}
#wish .main_leftbot_menu[tar="475"]::after
{
	content:"Service";
}
#wish .main_leftbot_menu[tar="651"]::after
{
	content:"Delivery";
}
#wish .main_leftbot_menu[tar="652"]::after
{
	content:"After Sales";
}
#wish .main_leftbot_menu[tar="653"]::after
{
	content:"Term Of Service";
	white-space:nowrap;
}
#wish .main_leftbot_menu[tar="654"]::after
{
	content:"About Us";
}
#wish .main_lefttop_submenus
{
	padding-bottom: 15px;
	display:none;
}
#wish .main_lefttop_menu.active+.main_lefttop_submenus
{
	display:block;
}
#wish .main_lefttop_submenu
{
    display: block;
    padding: 3px 0px;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    cursor:pointer;
}
.service_inbox
{
	
}
.service_inbox .service_time
{
	padding-top: 15px;
    font-size: 12px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    letter-spacing: 2.7px;
    line-height: 17px;
    text-align: center;
    color: #a3a2a2;
}
#wish_search_box
{
	display: none;
	font-family: initial;
    border-bottom: 1px solid #454545;
    float: none;
    position: absolute;
    right: 100%;
    width: 180px;
    height: 26px;
}
#wish_search_box label
{
	font-size:12px;
	text-transform: uppercase;
}
#wish_search_keyword
{
	border-color: transparent;
    width: 100%;
    padding: 1px 3px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    margin: 0;
    background-color: transparent;
}
#wish_search_keyword::-webkit-input-placeholder
{
	color: rgb(69, 69, 69);
	font-weight: 500;
	letter-spacing: 1px;
}
#wish_search_keyword::-moz-placeholder
{
	color: rgb(69, 69, 69);
	font-weight: 500;
	letter-spacing: 1px;
}
#wish_search_keyword:-ms-input-placeholder
{
	color: rgb(69, 69, 69);
	font-weight: 500;
	letter-spacing: 1px;
}
#wish #main_right
{
	width: 65px;
	padding: 50px 15px 17px 15px;
	position: fixed;
	right: 15px;
	top: 15%;
	border:1px solid #dadada;
	background-color: rgba(255, 255, 255, 0.85);
	display: none;
}
#wish #main_right::before
{
	content:"WISH";
	position:absolute;
	left:0px;
	top: 14px;
	text-align:center;
	width:100%;
	font-size: 17px;
	color: #000;
}
#wish #main_right::after
{
	content:"TODAY REVIEW";
	position:absolute;
	left:0px;
	top: 33px;
	text-align:center;
	width:100%;
	font-size: xx-small;
	color: #bdbdbd;
	transform: scale(0.8);
	white-space: nowrap;
}
#wish #main_right_reviews
{
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
	min-height: 50px;
}
#wish .main_right_review
{
	display:block;
	height: 80px;
	margin: 5px 3px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
#wish #main_right_go2cart
{
    margin-top: 10px;
    display: block;
    color: #bdbdbd;
    font-size: xx-small;
    background-image: url(../../img/main_right_cart.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30px auto;
    padding-bottom: 6px;
}
/***************************************************************/
/* HOTZONE */
#hotzone
{
	
}
/***************************************************************/
/* LEFT MENU @ HOTZONE */
#hotzone_top
{
	position: fixed;
	top: 0;
	right: 0;
	left: 230px;
	height: 62px;
	z-index: 1;
	background: #dcdcdc;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#hotzone_logos
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    display: block;
    padding: 12px 0px 12px 28px;
}
#hotzone_logo
{
    width: 55px;
    height: auto;
    vertical-align: bottom;
    margin-right: 3px;
    margin-bottom: 5px;
}
#hotzone_icon
{
	height:34px;
	padding:9px 0px 16px 53px;
	margin-left:20px;
	position:absolute;
	width:135px;
	left:0px;
	bottom:0px;
	letter-spacing:7px;
	font-weight:700;
	background-image:url(../../homebase/img/title.png);
	background-position:6px 7px;
	background-repeat:no-repeat;
	border-top:1px solid #c2c2c2;
	color:#222;
	line-height:17px;
}
#hotzone_icon::after
{
	content:" Administration System";
	color:#888;	
	font-size:70%;
	letter-spacing:-0.1px;
	font-weight: normal;
}
#hotzone #menus
{
	position:absolute;
	left:225px;
	bottom:0px;
	display:none;
}
#hotzone .menu
{
	float:left;
	padding:5px 25px;	
	margin-right:10px;
	border:1px solid #c8c8c8;
	border-bottom:none;
	border-radius:3px 3px 0px 0px;
	background-image:linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-o-linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-moz-linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-webkit-linear-gradient(top,#fff 40%,#e6e6e6 60%);
	color: #6c6c6c;
}
#hotzone .menu:hover,
#hotzone .menu.active
{
	color:#fff;
	border-color: #333;
	background-image:linear-gradient(top,#4d4d4d 40%,#333 60%);
	background-image:-o-linear-gradient(top,#4d4d4d 40%,#ddd 60%);
	background-image:-moz-linear-gradient(top,#4d4d4d 40%,#ddd 60%);
	background-image:-webkit-linear-gradient(top,#4d4d4d 40%,#333 60%);
    box-shadow: inset 1px 1px 3px -1px rgba(255, 255, 255, 0.75);
}
/***************************************************************/
/* QUICK MENU @ HOTZONE */
#hotzone #quick
{
    text-align: right;
}
#hotzone #quick a
{
    display: inline-block;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    color: #474746;
    line-height: 60px;
    padding: 0px 10px;
}
#hotzone #quick #admin
{
	display: inline-block;
	font-size: 17px;
	color: #000;
	position: relative;
	padding: 18px 8px 0px;
	border-bottom: 1px solid #fff;
}
#hotzone #quick #admin::after
{
	content: "";
	position: absolute;
	background-image:url(../../homebase/img/admin.svg);
	background-position: center 6px;
	background-repeat: no-repeat;
	background-size: 24px auto;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 100%;
	top: 12px;
	left: -35px;
}
#hotzone #quick #logout
{
	position: relative;
	padding-left: 23px;
	margin-left: 21px;
}
#hotzone #quick #logout::after
{
	content: "";
	position: absolute;
	width: 1px;
	height: 40%;
	top: 32%;
	left: 0;
	border-left: 1px solid #a9aaa4;
}
#hotzone #quick #go2front
{
	padding-right: 18px;
}
/***************************************************************/
/* SUB-MENU @ HOTZONE */
#hotzone_submenus
{
    background: #a9aaa4;
    height: 100%;
    position: fixed;
    top: 0;
    width: 230px;
    z-index: 1;
}
#hotzone_title
{
	display: inline-block;
    vertical-align: top;
    color: #fff;
    letter-spacing: 1px;
    padding: 17px 5px 3px;
}
#hotzone .submenu
{
	cursor:pointer;
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	padding-left: 28px;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
	color: #333;
	letter-spacing: 0.5px;
	display:block;
}
#hotzone .submenu:hover
{	
	background-color: #e0e2d2;
}
#hotzone .submenu.active
{
	background-color: #707169;
	color: #FFF;
}
#hotzone .submenu[href="order-list-v3"]::after,
#hotzone .submenu[href="order-his-v3"]::after
{
	content:"New Version";
	background-color:#f9bd0b;
	color:#fff;
	border-radius: 3px;
	padding: 0px 5px 2px 4px;
	font-size: xx-small;
	margin-left: 4px;
}
.hotzone_submenu2s
{
	display:none;
	padding: 0px 28px;
	padding-bottom: 10px;
}
#hotzone .submenu2
{
	display: block;
	color: rgba(51, 51, 51, 0.65);
	line-height: 24px;
	padding-left: 20px;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 300;
	letter-spacing: 0.5px;
}
#hotzone .submenu2:first-child
{
	border-top: 1px solid rgba(112, 113, 105, 0.4);
	padding-top: 5px;
}
#hotzone .submenu2:hover
{
	color: rgba(51, 51, 51, 1);
	background-color: #e0e2d2;
}
#hotzone .submenu.active+.hotzone_submenu2s
{
	background-color: #707169;
}
#hotzone .submenu.active+.hotzone_submenu2s .submenu2
{
	color: rgba(255, 255, 255, 0.55);
}
#hotzone .submenu.active+.hotzone_submenu2s .submenu2:first-child
{
	border-top:1px solid rgba(255, 255, 255, 0.25);
}
#hotzone .submenu.active+.hotzone_submenu2s .submenu2:hover
{
	background-color:transparent;
	color: rgba(255, 255, 255, 1);
}
#hotzone .submenu.active+.hotzone_submenu2s .submenu2.active
{
	color: #FFC107;
}
#_ADD, #_IMPORT, #_EXPORT
{
	cursor:pointer;
}
._EDIT, ._VIEW, ._REMOVE, ._SAVE, ._BACK, ._PRINT, ._SEARCH, ._CLEAR, ._SELECTALL
{
	/*	
	padding:2px 7px;
	border-radius: 3px;
	background-image:linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-o-linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-moz-linear-gradient(top,#fff 40%,#e6e6e6 60%);
	background-image:-webkit-linear-gradient(top,#fff 40%,#e6e6e6 60%);
    box-shadow: inset 2px 0px 0px #fff,inset -2px 0px 0px #fff;
	text-align:center;
	border:1px solid #d1d1d1;
	cursor:pointer;
	margin:5px;
	font-size: 13px;
	*/
	white-space: nowrap;
}
._EDIT:hover, ._VIEW:hover, ._REMOVE:hover, ._SAVE:hover, ._BACK:hover, ._PRINT:hover, ._SEARCH:hover, ._CLEAR:hover, ._SELECTALL:hover
{
	/*
	border:1px solid #333;
	color:#000;
	*/
}
._EDIT::before, ._VIEW::before, ._REMOVE::before, ._SAVE::before, ._BACK::before, ._PRINT::before, ._SEARCH::before, ._CLEAR::before, ._SELECTALL::before
{
	content:"";
	width:13px;
	height:13px;
	float:left;
	background-image:url(../../homebase/img/view.png);
	background-position:left;
	background-repeat:no-repeat;	
	background-size:contain;
	margin-right:5px;
	margin-top: 2px;
	display:none;
}
._VIEW::after
{
	content:"檢視";
}
._REMOVE::before
{
	background-image:url(../../homebase/img/remove.png);
}
._REMOVE::after
{
	content:"刪除";
}
._SAVE::before
{
	background-image:url(../../homebase/img/save.png);
}
._SAVE::after
{
	content:"存檔";
}
._EDIT::before
{
	background-image:url(../../homebase/img/edit.png);
}
._EDIT::after
{
	content:"修改";
}
._BACK::before
{
	background-image:url(../../homebase/img/back.png);
}
._BACK::after
{
	content:"返回";
}
._PRINT::before
{
	background-image:url(../../homebase/img/print.png);
}
._PRINT::after
{
	content:"列印";
}
._SEARCH::before
{
	background-image:url(../../homebase/img/search.png);
}
._SEARCH::after
{
	content:"搜尋";
}
._CLEAR::before
{
	background-image:url(../../homebase/img/clear.png);
}
._CLEAR::after
{
	content:"清除";
}
._SELECTALL::before
{
	background-image:url(../../homebase/img/selectall.png);
}
._SELECTALL::after
{
	content:"全(不)選";
}
#hotzone_subtitle
{
    padding: 0 8px 0 12px;
    text-align: left;
    border: 1px solid;
    border-color: #e9eae6 #e2e3de #d6d6d1;
    border-bottom: none;
    border-radius: 3px 3px 0px 0px;
    background-color: #f9f9f6;
    font-size: 15px;
    line-height: 46px;
    position:relative;
}
#hotzone_subtitle small
{
    color: #FF9800;
    margin-left: 5px;
}
#hotzone_subtitle small.note_right
{
	margin-right: 5px;
	float: right;
}
#hotzone_subtitle img
{
	float:left;
	height:20px;
	width:auto;
	margin-right:5px;
	margin-top:-4px;
	display: none;
}
#hotzone_search_box
{
    float: right;
    position: relative;
    margin-top: 9px;
    padding: 0px 25px 0px 0px;
    line-height: initial;
}
#hotzone_search
{
	height: 24px;
	line-height: 24px;
	border-color: #cfd0c8;
	border-radius: 2px 0px 0px 2px;
	vertical-align: top;
	box-sizing: content-box;
}
#hotzone_search_submit
{
    position: absolute;
    width: 24px;
    height: 26px;
    right: 0px;
    top: 0px;
    border: 1px solid #cfd0c8;
    border-radius: 0 2px 2px 0;
    border-left: none;
    background-color: #fff;
    background-image: url("../../img/search.svg");
    background-position: center;
    background-size: 14px auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
/***************************************************************/
/*
/* #hotzone #main @ head.php
/*
/***************************************************************/
#hotzone #main 
{
    margin-left: 230px;
    margin-right: 30px;
    padding-top: 90px;
    padding-bottom: 80px;
    padding-left: 30px;

}