@charset "utf-8";
/* CSS Document */

html, body { height: 100%;}

@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: bold;
    src: local(Yu Gothic), local(MS Gothic);
}
/* 一般粗細的時候改回微軟正黑 */
@font-face {
    font-family: '微軟正黑體修正';
    unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體);
}

body {
	min-width: 1240px;
	font-family: FontAwesome, Helvetica, Arial, '微軟正黑體修正', '微軟正黑體', 'Microsoft JhengHei', 'Microsoft YaHei', 'LiHei Pro', sans-serif;
	line-height: 1.33;
	font-size: 13px;
	color: #333333;
	background: #f5f5f5;
	-webkit-transition: margin-left 0.3s;
	-moz-transition: margin-left 0.3s;
	-ms-transition: margin-left 0.3s;
	-o-transition: margin-left 0.3s;
	transition: margin-left 0.3s;
}
.fa{ font-family: inherit; }

/* 常用樣式 */
a { color:inherit;
	-o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	-moz-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	text-decoration: none;
}
a:active,a:focus { text-decoration: none;outline: none!important}
a:hover{ text-decoration: none;}
.button {
	background-color: #eeeeee;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
	border: 0;
	padding: 0px 20px;
	text-decoration: none;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-family: inherit;
}
.button.disabled, .button.disabled:hover, .button.disabled:active, input.button:disabled, button.button:disabled {
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	background: #EEE;
	border: 1px solid #dddddd;
	text-shadow: 0 1px 1px white;
	color: #CCC;
	cursor: default;
	-webkit-appearance: none;
}
/*截圖套件的圖片先隱藏*/
.imghide{ visibility: hidden;}

/*lazy loading*/
.proListImg {display: none;}
.inProListImg{display: none;}
.lazy-hidden { background: #f5f5f5;}
.lazy-loaded {
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
	opacity: 1;
}

.f13 { font-size: 13px;}
.f14 { font-size: 14px;}
.f15 { font-size: 15px;}
.f18 { font-size: 18px;}
.ov { overflow: hidden;}
.p0 { padding: 0 !important;}
.m0 { margin: 0 !important;}
.ml5{ margin-left: 5px;}
.col { color: #000;}
.pTable { display: table;}
.pTableRow { display: table-row;}
.pTableCell { display: table-cell; line-height: 18px;}
.pTable .center { text-align: center;}
.w60 { width: 60px;}
.w80 { width: 80px;}
.w90 { width: 90px;}
.w100 { width: 100px;}
.w150 { width: 150px;}
.w200 { width: 200px;}
.w250 { width: 250px;}
.w830 { width: 830px;}
.bgF3 { background-color: #F3F3F3;}
.Red { color: #DA0000;}
.pink{ color: #000;}
.gray{ color: #CCC;}
.gfont{}
.grayBtn{ background-color: #E8E8E8; color: #666; cursor: pointer;}
.pinkBtn{ background-color: #1671b8; color: #FFF; cursor: pointer;}
.pinkBtn:hover{ background-color: #555; color: #fff;}
.grayBtn2{}
.grayBtn2:hover{ background: #F4F4F4; }
.d_inline{ display: inline;}

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

/* 圖片裁切置中 */
.proImg{ position: relative; overflow: hidden; display: block; padding-top: 100%; 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;}


/* 主架構設定 */
#waperer{ min-height: 100%; *display: table; /* For IE7 Hack */ *height: 100%; /* For IE7 Hack */}
#header, #main, #footer, .footer, .fo-copy, .navigation { clear: both; width:100%; max-width:1200px; margin: 0 auto;}
#main { overflow: hidden; position: relative;}
#mainRight { float: left; width: 965px; margin-left: 15px; overflow: hidden;}
#shoppingWrap{ width: 1000px; margin: 0 auto 50px; padding: 20px; background: #FFF;}
.main-lightbox-wide{ width: 965px; max-width: 100%; }

/* head */
.topLink_w{ display:block; width:100%; height:35px; border-top: 10px solid #1671b8;  background-color: #e3e3e3;}
.topLink_w .topLink_M{ display: block; width: 1200px;  margin: 0 auto;}
.toplinks { display:block; height:2em; text-align:right; float:right; padding-top: 7px;}
.toplinks li { float: left; font-size: 13px; color: #333; line-height: 22px;}
.toplinks li img{vertical-align:top;}
.toplinks li>a { padding: 0 1em; color:#666; }
.toplinks li>a:hover{ color:#1671b8; }
/*.toplinks span{ float: left; font-size: 12px;}*/
.toplinks .topCart{ float:left; position:relative;}
.toplinks .topCart img{ margin-left: 0.5em; vertical-align: top;}
.toplinks .Community{ float:right; padding-left: 10px; width:80px; margin-top: -2px;}
.toplinks .Community a{ font-size:1.83em; line-height:0.54em; vertical-align:top;}
.toplinks .topCartNum:before{ content: "( "; }
.toplinks .topCartNum:after{ content: " )"; }
.topLink_left{ float: left; margin-top: 8px; }
.topLink_left img{vertical-align: middle;}
.topLink_left a{ margin-top: 3px; }

#header_wrap{ width:100%; background: #FFF;}
#header { position: relative;}
#header .logo { display: block; float:left; }

#topCartList { display: none; position: absolute; width: 400px; border: #CCC 1px solid; background-color: #FFF; top: 2em; right: 0px; z-index: 1000; font-size: 13px; padding-top: 15px;}
.topCartCont{ margin: 8px 5%; max-height: 324px; overflow: auto;}
.topCartTable { width: 100%;}
.topCartTable th { padding: 0 10px 10px 3px; border-bottom: #CCC 1px solid; color: #000;}
.topCartTable td, .topCartTable td a { color: #999999; padding: 10px 10px 10px 3px;}
.checkout { display: block; width: 90%; border-top: #E8E8E8 1px solid; margin: 8px 5%;}
.checkout a { display: block; margin: 10px 0; padding: 8px 0; text-align: center; border-radius: 3px;}


/* 會員登入 */
/*#loginBox { display: none; z-index: 1001; background-color: #FFF; width: 400px; padding: 5%; box-sizing: border-box;}*/
#loginBox { display: none; z-index: 1001; background-color: #FFF; width: 800px; box-sizing: border-box;}
#loginBox{ padding: 3% 0 2%; overflow: hidden; }
.loginBox h3, .loginRight h3 { color: #666; font-size: 22px; font-weight: 500; margin-bottom: 20px; }
.loginBox h3 em, .loginRight h3 em { color: #CCCCCC;}
.logTitTxt{ font-weight: 600; }
#loginBox .loginLeft { float: left; width: 45%; /*border-right: #CCC 1px dashed;*/ margin: 0 0 0 3%;}
/*.memlogin .pTable{ display: none;}*/
.loginBox .pTable { font-size: 15px; width: 90%;}
.loginBox .pTableRow { height: 35px;}
.loginBox .pTableRow .pTableCell input { padding: 5px 3px;}
.loginBox .showlogin{ cursor: pointer; }
#loginBox .loginRight { float: left; width: 44%; padding: 0 0 0 5%; border-left: #ccc 1px dashed; }
/*#loginBox .loginRight h3{ margin-top: 40px;}*/
#loginBox .loginRight a { display: block; width: 90%; padding: 12px 14px; font-size: 13px; line-height:1.4; text-align: center; 
	color: #888; border: #D5D5D5 1px solid; border-radius: 5px; cursor: pointer;}
#loginBox .loginRight a+a{ margin-top: 10px; }
#loginBox .loginRight a big{ display: block; margin-bottom: 0.2em; font-size: 1.23em; }
#loginBox .loginRight a em { color: #C0C0C0;}
.captcha { vertical-align: middle; margin-left: 5px;}
.btn-facebook { background-color: #3a5178 !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;}
.btn-google { background-color: #dd4c39 !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;}
.loginBtn{ width: 210px; height: 30px; display: block; text-align: center; line-height: 30px; border-radius: 3px;}
.loginBtn_glay{ background-color: #E8E8E8;}

/*header右側*/
.header_right{ float: right; margin: 30px 0; }
/* 搜尋BAR */
.search { position: relative; display: inline-block; vertical-align: middle; border: #92c122 3px solid;}
.search .input-text { float: right; width:250px; height: 30px; line-height: 30px; padding: 0 0 0 7px; margin-right:65px; color: #bbb; border:none; background-color:transparent;}
.search .button { color:#FFF; position: absolute; right: 0; border: 0; padding: 0; margin: 0; background:#92c122; cursor: pointer; width: 65px; height: 30px; line-height:25px;}
.header_iconGroup{ margin-left: 10px; }
.header_iconGroup, .header_iconGroup a, .header_iconGroup img{ display: inline-block; vertical-align: middle; }
.header_iconGroup a+a{ margin-left: 0.3em; }
.header_iconGroup .icon_line{ width: 26px; height: 26px; line-height: 26px; text-align: center; background: #92c122; border-radius: 50%; }
.header_iconGroup .icon_line img{ width: 80%; height: auto; margin-top: -0.1em; }

/* 跑馬燈 */
.runType_W { overflow: hidden; height:20px; width:400px; margin-top:25px; font-size:18px; float:left; color:#e62e2e}
.runTypeTit{ color: #000; float: left; width: 30px; text-align: center; height: 20px; line-height: 20px; font-size:1.28em;}
.runType{ position: relative; overflow: hidden; height: 20px; font-size: 13px;}
.runType ul{ position:absolute; padding-left: 8px;}
.runType li{ display: block; text-align:left; height: 20px; line-height:20px;}
.runType li a:hover { text-decoration: underline;}

/* 主選單 */
#menu_w{color:#494949; height:36px; clear: both; padding-bottom: 5px;  box-shadow: 0px 1px 2px #e4e4e4;}
#menu { display: block; margin:0 auto; width:1200px;}
/*#menu ul { float:left; padding-left:20px;}*/
#menu ul li { float: left; display: inline; position: relative; color: #333;}
#menu ul li h2 a { font-size: 16px; line-height: 36px;  border-left:#bdbdbd 1px dotted; padding: 0 17px; color: #666;}
#menu ul li:first-child h2 a{border-left: none; }
#menu ul>li>h2>a:hover, #menu ul>li.cur>h2 { color: #1671b8;}
.nav_ol { width: 160px; background-color: #FFFFFF; position: absolute; top: 36px; left: -1em; z-index: 999; padding: 15px 0; border: #CCC 1px solid; display: none; -webkit-box-shadow: 0 5px 2px rgba(0,0,0,0.2); -moz-box-shadow: 0 5px 2px rgba(0,0,0,0.2); box-shadow: 0 3px 2px rgba(0,0,0,0.2);}
.nav_ol:before { content: "\f0d8"; font: normal normal normal 32px 'FontAwesome'; position:absolute; left:50%; top:-20px; left:30px; color: #fff; z-index: 1000;}
.nav_ol li { padding:3px 10px;}
.nav_ol li a { line-height: 18px; font-size: 13px;}
.nav_ol li.cur a { color: #57c5a0; text-decoration:none;}

#menu li ul.nav_category { display: none; position: absolute; z-index: 999; left:0px; top: 41px; width: 150px; padding: 8px 15px; 
	background-color: #FFF; color: #333; border: #e4e4e4 1px solid;}
#menu li ul.nav_category li { display: block; width: 100%;}
#menu li ul.nav_category li a { color: #717171; font-size: 14px; line-height: 180%;}
#menu li ul.nav_category li a:hover{color: #1567a7; }

/* 左邊選單 */
#left_menu { width: 200px; float: left; font-size: 14px; margin-bottom: 40px; margin-right: 15px; }
#left_menu li.category { padding: 10px 0;}
#left_menu li.category h4{ font-size: 16px; color: #1671b8;  border-bottom: #e8e8e8 1px solid; padding-left: 10px;  }
#left_menu li.category h4, #left_menu li.category h2{ line-height:25px;}
#left_menu li.category h2 {color: #1671b8;}
#left_menu .nav_category{padding-left: 38px; margin-top:5px; }
#left_menu .nav_category li a { line-height: 25px; font-size: 14px; color: #555;}
#left_menu .nav_category li a:hover{ opacity: 0.8;}

#left_menu h4 a{ display: block; padding-left: 28px; background: url(../images/prod_sort_0.png) no-repeat left center;}
#left_menu h4 a[href*="catalog.php?m=134"], #left_menu h4 a.menu_newsale{ background-image: url(../images/prod_sort_1.png);}
#left_menu h4 a[href*="catalog.php?m=115"]{ background-image: url(../images/prod_sort_2.png);}
#left_menu h4 a[href*="catalog.php?m=136"]{ background-image: url(../images/prod_sort_3.png);}
#left_menu h4 a[href*="catalog.php?m=132"]{ background-image: url(../images/prod_sort_4.png);}
#left_menu h4 a[href*="catalog.php?m=133"]{ background-image: url(../images/prod_sort_5.png);}
#left_menu h4 a[href*="catalog.php?m=117"]{ background-image: url(../images/prod_sort_6.png);}
#left_menu h4 a[href*="catalog.php?m=118"]{ background-image: url(../images/prod_sort_7.png);}
/*#left_menu li h4 a{ display: block; padding-left: 28px; }
#left_menu li:first-child h4 a{ background: url(../images/prod_sort_1.png) no-repeat center left;  }
#left_menu li:nth-child(2) h4 a{ background: url(../images/prod_sort_2.png) no-repeat center left; }
#left_menu li:nth-child(3) h4 a{ background: url(../images/prod_sort_3.png) no-repeat center left; }
#left_menu li:nth-child(4) h4 a{ background: url(../images/prod_sort_4.png) no-repeat center left; }
#left_menu li:nth-child(5) h4 a{ background: url(../images/prod_sort_5.png) no-repeat center left; }
#left_menu li:nth-child(6) h4 a{ background: url(../images/prod_sort_6.png) no-repeat center left; }
#left_menu li:nth-child(7) h4 a{ background: url(../images/prod_sort_7.png) no-repeat center left; }*/


.o_left_menu{background-color: #fff; border: #eaeaea 1px solid;}

/* 導航 */
.navigation{ height: 35px; font-size: 13px; line-height:35px; color: #d0d0d0; clear: both; box-sizing:border-box; margin-bottom:10px; }
.navigation a{ padding:0 5px;}
.navigation a:first-child{ margin-left: -5px;}
.navigation a:hover{ text-decoration:underline;}

/* 首頁 */
.slides { height:auto; overflow: hidden; position: relative; margin-top:20px; }
.in_slider li, .in_slider img { width: 100%;}

.inban_W{ overflow: hidden; padding-top:10px;}
.inban { margin-right:-10px;}
.inban li { float: left; vertical-align: top; width: 33.33%; padding: 10px 10px 0 0; box-sizing:border-box; text-align: center; box-sizing: border-box; }
.inban .imgbox { display:block; padding-top: 103.067%; }
.inNews{ float:left; width: 33.33%; margin-top:35px; box-sizing:border-box; border:#666 1px solid; border-radius:3px; overflow:hidden; padding:0 1em;}
.inNews .inNewsTit{ font-size: 15px; color: #333333; border-bottom: #E8E8E8 1px solid; padding:0.8em 0.5em 0.5em 0.5em;}
.inNews ol{ padding:0.5em;}
.inNews li{ line-height: 160%;}
.inNews li a{ overflow: hidden; display: block; text-overflow:ellipsis; white-space:nowrap;}
.inNews li a:hover{ text-decoration: underline;}
.inNews li .newsTime{ float: right; color: #CCCCCC; padding-left:1em;}
#index_headercont{ padding:35px 0 20px 0;}
.inListBox, .cataListBox{ overflow: hidden;}
.inListBox h2{ line-height:1em; padding: 0.5em 0; margin-bottom: 10px; margin-top: 35px; font-size:1.5em; text-align: center; }
.inListBox h2 i{ padding:0 0.5em;}
.inListBox h2 a{ float: right; width:80px; height:20px; background: #F4F4F4; font-size: 13px; margin-right: 10px; text-align: center; border: #E2E2E2 1px solid; font-weight:normal; color:#707070; text-indent: 0; line-height:20px;}
.inListBox h2 a:before{ content:'see more';}
.inListBox .bx-viewport{ margin: 0 -1px; padding: 1px 1px 3px; }
.inListBox .cataList{ overflow: hidden; }
.inListBox li{ float: left; margin-bottom: 25px; padding-top: 10px; box-sizing:border-box;  background: #FFF; box-shadow: 0px 1px 1px #CCC; }
.inListBox li a{ padding-left:10px;  }
.inListBox li a:hover,.cataListBox li a:hover { filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; cursor: pointer;}
.inListBox li .price{ padding-bottom: 10px; }
.cataList li span { display: block; padding: 0 10px; font-size: 14px; text-align: left; color: #5f5f5f; }
.cataList .discount_label { margin-top: 10px; color: #ff5353; font-size: 12px; font-weight: bold; }
.cataList a img{width: 100%; opacity: 1 !important;}
.cataList .info{margin-top:10px; margin-bottom:5px; font-weight: 600; }
.cataList .price{ color: #ff5353; font-weight:bold; font-size: 16px;}
.cataList li span:nth-last-child(2){ display: inline-block; }
.cataList_cartbtn{ float: right; padding: 0.5em 0.8em; font-size: 12px; line-height: 1; border-radius: 2px; }
.inListBox .cataList_cartbtn{ margin-right: 10px;}
.cataTopBanner img{ width: 100%; height: auto;}
.cataListBox .cataList{ overflow: hidden; font-size:0;}
.cataListBox li { padding: 10px; width: 210px; display:inline-block; vertical-align:top; background: #FFF; margin-right: 15px;
	margin-bottom:25px; min-height:290px; box-shadow: 0px 1px 1px #CCC; }
.cataListBox li .info{}
.salenum{ display: block; padding: 0; font-size: 12px; color: #916A2C; text-align: center;}
.cateTop{ height:40px; display: block; margin-bottom: 20px; line-height: 40px; border-bottom: solid 1px #e2e2e2; background: #FFF;}
.cateTop h2{ float: left; width: 50%;}
.cateListSel{ float: right; font-size: 13px; vertical-align:middle; margin-right:10px; }
.cateListSel a{ padding:0 15px; border-left:#e6e6e6 1px solid;}
.inListBox{position: relative; clear: both;}
.inListBox li.end { padding-right:0;}
.cataListBox li.end{margin-right:0;}

.label{ width: 100%; text-align: center; display: inline-block;}
.label img{ padding: 0 3px;}
.cateTop_tit{ background: url(../images/cateTop_tit_bg.jpg); height: 80px; line-height: 80px; font-size: 22px; font-weight: bold;
padding-left:30px; color: #52410c;  }

#in_slider_1{ position: relative; width: 1200px;}
#slider-prev .bx-prev{ display: block; width: 15px; height: 50px;  background: url(../images/btn_product_prev.gif); text-indent: -9999px; 
	position: absolute; top: 240px; left: 0; z-index: 99;}
#slider-next .bx-next{display: block; width: 15px; height: 50px;  background: url(../images/btn_product_next.gif); text-indent: -9999px;position: 
	absolute; top: 240px; right: 0; z-index: 99;}

.bx-wrapper .bx-controls-direction a{ z-index: 2 !important; }

/* 快速購買跳窗 */
.quickShopping{ display: none; width: 400px; height:350px; padding: 0 10px 10px; background: #fff; box-sizing: border-box; }
/*.quickShopping.quickShopping{ width: 400px; padding: 0 10px 10px; margin: 0; background: #fff; border: 0; box-sizing: border-box; }
.quickShopping .proprice_area.proprice_area { margin: 0 0 1em; padding: 0; border: 0;}*/
.quickShopping .pro_btn{ padding: 15px 0 0; border: 0; }


/* 產品詳細 */
.pro_w{ background: #FFF; overflow: hidden; padding:30px; border: #eaeaea 1px solid;}
.proLeft { float: left; width:47%; }
.proImgmore { margin-top: 10px; overflow:hidden;}
.proImgmore img { cursor: pointer;}
.proImgmore div { float: left; margin-right: 5px; border: #E4E4E4 1px solid; padding: 3px;}
#proImg img{ max-width: 100%; border: #ececec 1px solid; }
.proRight { margin-left: 47%; padding-left:4%;/* max-width: 400px;*/ box-sizing: border-box; }
.proTitle { font-size:22px; line-height: 1.5em; padding: 0.5em 0; color: #1671b8; font-weight: bold;}
.proTopBox { padding-bottom: 20px; margin-bottom: 20px; font-size: 13px; line-height: 22px; border-bottom: #E8E8E8 1px solid;}
.proTopBox .pronumber { display: block; color: #C0C0C0; font-size: 13px; margin-right:90px; margin-bottom:15px;}
.proexplain { font-size: 13px; line-height: 1.55em; color: #666666;}
.proTopBox .proprice_area { padding-top:20px; margin-top:15px; border-top: #E8E8E8 1px solid;}
.proTopBox .proprice { color: #C0C0C0; text-decoration: line-through; font-size: 15px; margin-right:15px;}
.proTopBox .prosell { color: #C50000; font-size: 15px; font-weight: 800;}
.proTopBox .pro-sale-num{ text-decoration: none; font-size: 12px; color: #934E0B; text-align: right; margin-left: 15px;}
.proTable { display: table;}
.proTable .prorow { font-size: 13px;color: #666666; display: table-row; line-height: 40px;}
.proTable .procell { padding: 0 0.5em 0.5em 0; display:table-cell;}
.proTable .th{ white-space: nowrap;}
.proTable .pro_size { display:inline-block; padding: 7px 10px 6px; margin-right: 10px; border: solid 2px #ECECEC; line-height: 1.2;}
.proTable .pro_color { display: inline-block; text-align: center; margin-right: 10px; padding: 2px; border: solid 2px #ddd; height: 25px; vertical-align: middle; line-height: 35px; width: 25px;}
.proTable select { line-height: 30px; height: 30px; padding:0 10px;}
.proTable .hv { border: #E8E8E8 1px solid;}
.proTable .selected { color: #000; border: 2px solid #be0106; position: relative;}
.proTable .selected i{ position: absolute; bottom: 0; right: 0; width: 12px; height:12px; background: url(../images/pro_selected_bg.png) no-repeat; z-index: 99;}

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

.pro_btn { display: block; padding:30px 0; border-bottom: solid 1px #eee;}
.pro_btn a { display: inline-block; vertical-align: middle; width: 47%; margin-right: -5px; padding: 11px 0; font-size: 15px; text-align: center;
	color: #FFFFFF; background: #9c9c9c; box-shadow: 0px 4px 0px #6b6b6b; border-radius: 3px; box-sizing: border-box; }
.pro_btn a+a{ margin-left: 3%; }
.pro_btn a:hover { background-color: #999; }
.pro_btn a.proBtnCart_now{ padding: 12px 0; background: #1671b8; box-shadow: 0px 4px 0px #0e4f82; }
.pro_btn a.proBtnCart_now:hover{ background: #1567a7;  }


.pro_btn a.proBtnTrack { background-color: #E8E8E8; padding: 12px 20px; color: #B6B6B6; margin-left: 5px; font-size: 15px;}
.pro_btn a.proBtnTrack:hover { background-color: #ccc; color:#333;}

.pro_activity a { display: block; font-size:13px; color: #FF6A6A;}
.pro_activity a:hover { text-decoration: underline;}
.pro_activity a .fa { padding:0 0.5em;}
.protab { clear: both; overflow: hidden; margin-top:30px; background: #FFF; border: #eaeaea 1px solid;}
.protab .idTabs{ overflow: hidden; margin-bottom:10px;}
.protab .idTabs li { float: left; width:25%; background: #FFF;}
.protab .idTabs li a { display: block; height: 40px; line-height: 40px; font-size: 15px;  text-align: center; 
	color: #1671b8; border-left: #CCC 1px solid; border-bottom: #e6e6e6 1px solid;}
.protab .idTabs li:first-child a { border-left: #E8E8E8 1px solid;}
.protab .idTabs li .selected {background-color: #1671b8; color:#FFF; border-color:#1671b8;}
.protab .idTabs li a:hover { background-color: #c3c3c3; color:#FFF; border-color:#ccc;}
.protab section{ padding:20px;}
.protab #tab1{ font-size: 15px;}
.proqaTop { padding: 25px 0 15px 0; text-align: center; color: #666; font-size: 15px;}
.proqaTop a { display: inline-block; margin-top: 20px; padding: 8px 15px; border-radius: 3px;}
.proqatable { font-size: 13px; color: #666; margin: 5px auto 40px auto; width:95%; border: solid 1px #eee;}
.proqatable .pTableCell { padding: 10px 8px; border-top: #E8E8E8 1px dashed;}
.proqatable .pTableRow:first-child .pTableCell { border-top:0;}
.proqatable .bgF3 { background-color:#fafafa;}
.proreco { margin:30px 0 40px 0; overflow:hidden; background: #FFF; border: #eaeaea 1px solid;}
.proreco h3 { padding: 10px; border-top: #1671b8 3px solid; color: #333; margin-bottom: 20px; font-size: 16px; border-bottom: #eaeaea 1px solid; font-weight:bold;}
.proreco ul{ margin: 20px 30px; overflow: hidden; }
.proreco .fa{ margin-right:0.3em;}
.proreco ul { margin-right:-21px;}
.proreco li { float: left; width: 200px; margin: 0 35px 0 0; filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;}
.proreco li:hover { filter: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;}
.proreco li .info, .proreco li .price { display: block; font-size: 14px; text-align: left; margin-top: 5px;}
.proreco li .info { color: #333; line-height: 16px;}
.proreco li .price { color: #e82222; font-size: 16px; font-weight: bold;}

#qaBoxWin{ display: none; width: 500px;}
.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;}
.qaBoxWinBtn{ margin: 10px 0; display: block; text-align: center;}
.addToAny{ float: right; width: 80px; margin-bottom: 15px; vertical-align: middle;}

.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;}

/* 購物車流程 */
#order_main{ max-width: 98%; min-width: 98%; height: auto; background: #fff;}
.shoppTab { width: 100%; margin-bottom: 40px; font-size: 13px; color: #666; background: #fff; border: #EAE8E8 1px solid;}
/*.shoppTab tbody{ padding: 20px; margin: 20px;}*/
.shoppTab input{ padding: 5px 8px;}
.shoppTab select { padding: 3px;}
.shoppTab .largelabel{ height: 100%; padding: 0 !important;}
.shoppTab .largelabel label{ display: block; padding: 20px;}
.shoppTab tr, .shoppTab td, .shoppTab th { padding: 15px 10px; border-bottom: #E8E8E8 1px solid; vertical-align: middle;}
.shoppTab td a { line-height: 150%; cursor: pointer;}
.shoppTab .logistics_number { color: #0000FF;}
.shoppTab td a:hover { 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; font-weight: bold; font-size: 14px;}
.shoppTab .bg_cool th, .shoppTab .bg_cool td{ background: #98c8f5; color: #494a65; border-color: #89b7e0;}
.shoppTab .bg_cold th, .shoppTab .bg_cold td{ background: #1671b8; color: #fff; border-color: #0d67ad;}
/*總金額*/
.cart_final_price{ margin-bottom: 40px; padding: 1.5em; font-size: 18px; text-align: right; color: #888; border: solid 2px #DA0000;}
.cart_final_price span{ display: inline-block; margin: 0 15px; text-align: left;}
.cart_final_price span>b{ display: inline-block; margin-bottom: 0.2em; padding: 0.3em 0.5em; font-size: 12px; line-height: 1; border-radius: 3px;}
.cart_final_price span>strong{ display: block; font-size: 16px; font-family: Verdana, Arial, sans-serif;}
.common_price b{ background: #ffe7c8; color: #333;}
.cool_price b{ background: #98c8f5; color: #fff;}
.cold_price b{ background: #1671b8; color: #fff;}
.cart_final_totle{ margin: 0 15px; font-size: 22px; font-weight: 900;}

.shopCircuit { width: 100%; margin-bottom: 15px; overflow: hidden;}
.shopCircuit ol { width: 850px; margin: 0 auto;}
.shopCircuit li { display: inline-block; padding: 0 20px;}
.cartNext { margin: 25px 0; text-align: center;}
.cartNext a { display: inline-block; margin: 0 15px; padding: 10px 40px; font-size: 15px; border-radius: 5px;}
.cartNext .fa-caret-right{ margin-right: -10px;}
.shoppTab .cart-sale{ margin-top:10px; font-size: 12px; font-weight: bold; }

.Tit { margin: 8px 0; font-size: 18px; line-height: 20px;}
.step_pay_select_list { clear: both; overflow: hidden;}
.step_pay_select_list .orderEndTit{ text-align: center; margin: 20px 0; color: #C50000;}
.step_pay_select_list .orderEndTit em{ color: #999999;font-size: 13px; display: block; line-height: 30px;}
.pay_select li { float: left; display: inline-block; padding: 15px 25px; border: #E8E8E8 1px solid; text-align: center; margin: 0 15px 15px 0; font-size: 15px; color: #666;}
.pay_select li:hover { background-color: #F0F0F0; cursor: pointer;}
.pay_select li.on { border: #000 1px solid; background-color: #000; color: #FFF; padding: 14px 24px;}
.galleryImg{ width: 70px;}
.tex_remark { width: 99%; margin: 0 0.5% -0.5%;}
.pay_select{ margin-top: 8px; overflow: hidden;}


/* 結帳完成的"訂單處理中，請稍後"視窗 */
#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);
}


/* 會員註冊 */
.yesjoin { background-color: #F1F1F1; margin-bottom: 20px; padding: 10px 25px; font-size: 13px; line-height: 22px; border-radius: 5px; color: #666;}

/* 幾件幾折 */
.saleListBox { padding-top:10px;}
.saleList_title{ font-size: 2em; }
.saleList_brief{ margin: 0.5em 0; }
.saleTopBanner img { width:100%; height:auto;}
.saleTop { border: #E8E8E8 1px solid; margin: 20px 0; padding: 10px; overflow: hidden;}
.any_info{ float:left; width:70%; padding-bottom: 16px; color: #242424; font-size: 16px; margin: 10px 20px 0px 20px;}
.saleTop .saleAddBtn { float: right; font-size: 16px;}

.saleListUl_W{ position: relative; overflow: hidden; width:970px; height: 220px; left:48px;}
.saleListUl{ position: absolute; top:0;}
.SelectSaleList{ position: relative; float: left; clear: both; border-top: 1px solid #f0f0f0; width: 100%; padding-top: 20px;}
.SelectSaleList a{ display: inline-block;}
.SelectSaleList li{ float: left; width: 155px; height:100%; margin: 0 5px;}
.onSaleProductData{ width:100%; text-align: center; font-size: 13px; color: #666666; display: block;}
.SaleListleft_arr{ font-size: 1.5em; color: #CCCCCC; position: absolute; top: 50%; left: 20px;}
.SaleListright_arr{ font-size: 1.5em; color: #CCCCCC; position: absolute; top: 50%; right: 30px;}

.saleList{ overflow: hidden; margin-bottom: 80px;}
.saleList li { float: left; width: 266px; height: 420px; margin-bottom: 15px; margin-right:15px; padding: 10px; border: #FFFFFF 1px solid;}
.saleList li.on { border: #ffa698 1px solid;}
.saleList li.end{ margin-right: 0;}
.saleList li .info, .saleList li .price, .saleList li .saleselect { display: block; font-size: 13px; line-height:1.5em; margin-top: 8px; text-align: center;}
.saleList li .info { color: #333333;}
.saleList li .price { color: #C50000;}
.saleList li .saleselect select { padding: 2px;}
.onSaleListImg{}

/* 頁數 */
.pager { text-align: center; height: 50px; margin-top: 10px;}
.pager a { padding: 2px 8px; background-color: #F3F3F3; font-size: 13px; color: #888888; border: #E8E8E8 1px solid; margin: 0 2px;}
.pager a:hover { background-color: #E8E8E8;}
.pager a.this { background-color: #ffa698; border-color: #ffa698; color: #FFFFFF}

/* 問與答 */
#qa_menu{ width: 180px; float: left; font-size: 14px; margin:5px 0 40px;}
.qa_menuUl li{ margin-bottom:20px; color: #222;}
.qa_menuUl .here{ color: #E8627C;}
.qa-submenu{ margin-left:10px;}
.qa-submenu li{ margin:0.5em 0; font-size: 13px; color: #777;}
.qa-submenu li a:hover{ color: #333;}

#qaBox{ margin-bottom: 50px;}
.qaTitle{ font-size: 20px; margin-bottom: 1em; padding-bottom: 0.5em; border-bottom: solid 1px #e8e8e8;}
.qaTitle .fa{ color: #f3a0be;}
/*#qaBox .qa{ line-height: 130%; padding: 25px 0; border-bottom: #e8e8e8 1px dashed;}
#qaBox .qa .qa_q{ font-size: 16px; font-weight:bold; color: #FF9999; line-height:1.5em; text-indent: -1.7em;}
#qaBox .qa .qa_a{ font-size: 13px; color: #666666;}
#qaBox .qa .qa_a p{ padding-top: 20px;}
#qaBox .qa .qa_a:before{ content: "\f086"; font: normal normal normal 18px 'FontAwesome'; float:left; margin:20px 0 0 -25px; color:#ffa698 ;}
.qaTop{ text-align: center; width: 100%; font-size: 13px; width: 100%; display: block; padding: 20px;}
*/

/* 自訂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%; height: auto !important;}
.htmlBox u{ text-decoration: underline;}
.htmlBox ul{ list-style-type: disc; margin-left: 1.3em;}
.htmlBox ol{ list-style-type: decimal; margin-left: 1.3em;}
@media screen and ( max-width:720px) and (max-device-width:720px){
	.htmlBox table{ width: 100% !important; word-wrap: break-word; word-break: break-word;}
	.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 - 24px) * 0.5625); height: -moz-calc( (100vw - 24px) * 0.5625); height: calc( (100vw - 24px) * 0.5625);
	}
}


#about_menu{ float: left; width: 200px;}
#about_menu li{ font-size: 14px; line-height: 200%;}
.custom_html{ float: left; width: 900px; overflow: hidden; margin-bottom:80px; line-height: 180%;}
.custom_html h3{ font-size: 18px; border-bottom: #E7E7E7 2px solid; padding-bottom:10px; margin-bottom: 20px;}

/* 最新消息 */
#news_menu{ width: 180px; float: left; margin-left: 20px; font-size: 14px; margin-bottom: 40px; line-height: 130%;}
#news_menu li{ border-bottom: #E8E8E8 1px dashed; padding:10px 0;}
#news_menu li a{ color: #969696; font-size: 13px;}
#news_menu li a:hover{ color: #666666;}
#news_menu li span{ font-weight: bold;}
.news_top{ padding:15px 0; border-bottom: #E5E5E5 1px solid;}
.news_top .news-tit{ text-align: left; font-size: 22px; font-weight: bold; line-height: 28px;}
.news_top .news-time{ color: #CCC; line-height: 22px;}
.newshtmlBox{ padding-bottom:30px; padding-top:15px; font-size: 15px;}
.news_send{ text-align: center; padding: 15px 0;}
.news_send a{ padding: 10px 35px; border-radius: 3px;}

.news-w{ width: 850px; float: right; overflow: hidden; margin-bottom:50px;}
.news-w h3{ text-align: center; font-size: 26px; height:45px; line-height: 45px; margin:15px 0;}
.news-list-table{ width: 100%; margin-bottom: 50px ; color: #8a8a8a;}
.news-list-table th{ padding: 10px 5px; background: #F4F4F4; border-bottom: #E5E5E5 1px solid; border-top: #E5E5E5 1px solid; font-weight: bold;}
.news-list-table tr,.news-list-table td{ padding: 10px 8px; vertical-align: middle;}
.news-list-table tr{ border-bottom: #F4F4F4 1px solid;}
.news-list-table tr:hover{ background: #FEFFF4;}
.news-list-table a{ display: block;}
.news-list-table a:hover{ text-decoration: underline;}



/* 頁尾 */
#footer_w{ background-color: #FFFFFF; position: relative; margin-top: 60px; clear:both; border-top: #ececec 1px solid;}
.footer { padding-bottom:8px; padding-top: 10px; overflow: hidden;}
.fo-cola { float: left; width: 130px; padding: 15px 0 0 54px; color: #666;}
.fo-cola h3 { color:#1671b8; font-size: 16px; ; line-height: 18px; font-weight: 300; padding-bottom: 12px; font-weight: bold;}
.fo-cola ul { padding-bottom: 9px;}
.fo-cola li { padding: 0 0 4px 1px;}
.fo-cola li a { text-decoration: none; display: block; zoom: 1; font-size: 13px; line-height: 16px;}
.service { float: left; padding:15px 0 15px 35px; margin-left:54px; border-left: solid 1px #bbb; font-size: 12px; line-height: 1.5em;}
.fo-copy { margin: 2px auto 0; padding: 1em 0; font-size: 12px; text-align: center; color: #777; }
.fo-copy p{ margin-bottom: 0.5em;}
.fo-mobile{ border-bottom: dashed 1px; color:#999;}
#Pushbutton-mi-link{ display: inline-block; vertical-align: bottom; width: 130px; height: 16px; background: url(../images/Pushbutton-mi-link.png) no-repeat center center;}

/* 會員專區 */
#memberAd{ width: 1000px; margin: 0 auto;}
#memberAd .memberAdUl{ overflow: hidden; margin-top: 30px; border-bottom: #ddd 1px solid; margin-bottom: 10px;}
#memberAd li a{ float: left; font-size: 15px; padding: 15px 30px; color: #aaa; background-color: #fff;-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px; border-radius: 5px 5px 0px 0px; margin-right: 4px;}
#memberAd li a:hover{ background-color: #DDDDDD; color: #949494;}
#memberAd li a.selected{ color: #FFFFFF; background-color: #000;}
.memSum{ margin: 50px auto; margin-bottom:50px; overflow: hidden; font-size: 13px; width: 100%; text-align: center;}
.memSumL{ border-right: #E8E8E8 1px solid; display: inline-block; padding: 5px 35px; text-align: center;}
.memSumL_b{ display: inline-block; text-align:center; color: #777777;}
.memSumL_b2 a{ font-size: 13px; color: #333; margin-top: 8px;}
.memSumL_b2 a:hover{ color: #57c5a0;}
.memSumL_b2{ font-size: 22px; color: #57c5a0; margin-top: 8px;}
.mapnum{ border: #BDBDBD 1px solid; padding: 4px 8px; vertical-align: middle;}
.a-btn{ color:#FA84A8;}

/* 優惠卷 */
.couponTab { width:550px; color:#333; margin: 20px 0 20px 45px;}
#news_menu .couponTit{ font-size:20px; color:#8a1b71; border-bottom: #8a1b71 2px solid; padding:15px 3px; text-align: center;}
.couponTab tr ,.couponTab td{ padding:10px;}
.couponTab tr{}
.couponTab strong{ font-weight:bold; color:#747474;}

/* 電子折價卷 */
.coupon_wrap{ display: block; width: 600px; border: #E9E9E9 1px solid; margin: 0 auto; margin-top: 20px; margin-bottom: 40px;box-shadow: #ECECEC 0px 1px 3px;}
.coupon_wrap h4{ width: 100%; height: 60px; background-color: #f3cac4; text-align: center; line-height: 60px; color: #FFF; font-size: 18px;}
.Coupon_txt_w{ font-size: 14px; color: #9E9E9E; line-height: 18px; margin-top:20px; padding:10px; border-top: #E7E7E7 1px solid;
margin-left: 40px; padding-bottom: 25px; width: 500px;}
.Coupon_txt_tit{ font-weight: bold;}
.CouponBtn{ padding: 15px; margin: 10px 0 0 120px; width: 250px; background: #A81616; border: solid 1px #7C1919;
font-size: 18px; font-weight: bold; color: #FFF; cursor: pointer; font-family:"微軟正黑體", Helvetica, sans-serif;
-webkit-transition: all 0.1s; -moz-transition: all 0.1s; -webkit-box-shadow: 0px 5px 0px #811D27;
-moz-box-shadow: 0px 5px 0px #811D27; box-shadow: 0px 5px 0px #811D27; 
-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}
.CouponBtn:hover{ background: #991818; -webkit-box-shadow: 0px 2px 0px #811D27; 
-moz-box-shadow: 0px 2px 0px #811D27; box-shadow: 0px 2px 0px #811D27;}

.CouponBtn_no{ padding: 15px; margin: 10px 0 0 120px; width: 250px; background: #9E9E9E; border: solid 1px #8D8D8D; font-family:"微軟正黑體", Helvetica, sans-serif;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; font-size: 18px; font-weight: bold; color: #FFF;}


/* 聯絡我們 */
.contact_w{ width: 800px; margin: 10px auto; overflow: hidden; border: #D8D8D8 1px dashed; padding: 25px 40px; font-size: 14px; color: #333;}
.contact_w th{ width: 200px; text-align: left; color: #565656; padding-top: 23px; vertical-align: middle;} 
.contact_w tr, .contact_w td,.contact_w th{ padding: 5px 10px; height: 30px; border-top: 1px solid #eaeaea;}
.contact_w caption{ font-size: 20px; padding: 15px 0; font-weight: bold; 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: 550px; min-height: 79px; padding: 12px 11px; border: 1px solid #c6c6c6; 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; width: 200px; text-align: center; margin: 30px auto;
height: 30px; line-height: 30px; font-size: 15px;-webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px;}

/* 跟屁蟲 */
.Right_AD{

}
.Right_AD_img{
	width: 202px;

}
.Right_AD{display: none;}
.open_txt:before{ content: 'OPEN';}
.open_txt .fa:before{ content: '\f063';}
.close_txt:before{ content: 'CLOSE'}
.close_txt .fa:before{ content: '\f062'}
.Right_AD_open .fa{ margin: 0 2px;}
.Right_AD_open:hover{ color: #f3a0be;}

/* #back-to-top{ position: absolute; right: 0; margin-right: 50px; top:300px; text-align: center; cursor: pointer; z-index: 10;}
#back-to-top.sticky { float: none; position: fixed; z-index: 6; left: auto;}
#back-to-top .fa{ font-size: 20px; color: #f3a0be;}
#back-to-top:hover{ opacity: 0.5;} */

/* sidebar */
.sidebar{ position: fixed; z-index: 2; top: 50%; right: 0; margin-top: -2.5em; font-size: 40px; }
.sidebar a{ display: block; margin-bottom: 0.1em; width: 1em; height: 1em; line-height: 1; text-align: center; color: #fff; background: #a8b7c3; cursor: pointer; }
.sidebar a:hover{ opacity: .7; }
.sidebar>.fa:before{ display: inline-block; vertical-align: middle; margin-top: -0.35em; font-size: 0.6em; line-height: 1; }
.sidebar .fa-facebook, .sidebar .fa-facebook-messenger{ /*background: #4267b2;*/ background: #63a3e0; }
.sidebar .fa-facebook-messenger:before{ content: ""; display: inline-block; width: 80%; height: 65%; background: url(../images/icon_facebook-messenger_white.svg) center center no-repeat; background-size: contain; }
.sidebar .fa-line{ /*background: #00b900;*/ background: #92c122; }
.sidebar .fa-line:before{ content: ""; display: inline-block; width: 80%; height: 1em; background: url(../images/icon_line_one_word_white.svg) center center no-repeat; background-size: contain; }
.sidebar .fa-youtube{ background: #f77; }
.sidebar .fa-youtube:before{ font-size: 0.7em; }
.sidebar .fa-shopping-cart{ position: relative; background: #f9b56c; }
.sidebar .topCartNum{ display: inline-block; vertical-align: text-top; margin: 0.6em -0.5em 0; padding: 0.2em; width: 1em; height: 1em; line-height: 1.1em; 
	font-size: 0.24em; text-align: center; background: #c00; border-radius: 50%; }
.sidebar_top .fa{ vertical-align: middle; margin-top: -0.6em; font-size: 0.5em; line-height: .9; }
.sidebar small{ display: block; font-size: 0.2em; }
@media (min-width: 1401px) {
	.sidebar{ font-size: 50px; }
}

/* 網站地圖 */

.sitemap{ display: block; width: 950px; 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;} 


#cancelBtn{ padding:10px 25px; background: #000; text-align:center; color: #FFF; border: 0;}


/* 一頁式 */
.main--one-shop { width: 965px; margin: 0 auto; }
.protab .idTabs--one-shop li { width:33.33%; }
.protab .idTabs--one-shop li.col-2 { width:50%; }
.checkout-process { box-sizing: border-box; width: 965px; margin: 0 auto; margin-top: 30px; padding: 20px; background-color: #FFF; }
.pay_select--one-shop li { margin-bottom: 40px; }
.cartNext--one-shop { margin-top: 50px; }
.cartNext--one-shop a { padding: 16px 30px; width: 76px; }