@charset "utf-8";

body , .wrapper{ color:#333; background:#000;}


/*a 鏈結字*/
a { color:#333;}
a:hover, a:focus { color:pageback-btn-txt; text-decoration:none; }


/*圖片*/
.pic img{ width:100%; height:auto;}
.maxpic img{ max-width:100%; height:auto;}


/*方形圖設定*/
.item-thumb-frame { position: relative; display: block; width: 100%; overflow: hidden; }
.item-thumb { display: block; max-width: 100%; padding-bottom: 100%; }

.flex-container{ display:flex; flex-wrap:wrap; align-items:center; }


/*====================================================================*/

 
/*page 分頁*/
.page{
	margin:45px 0;
	font-size:0.75rem;
	text-align:center;
	color:#fff;
}
.page a , .page span{
	display:inline-block;
	border: 1px solid #fff;
	color:#fff;
	padding: 6px 6px;
	margin:0 3px;
	font-size:0.8rem;
	line-height:1.1;
	min-width:30px;
	
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-bborder-radius:2px;
	border-radius:2px;
}
.page span{ 
	background:#EF0A9D;
	color:#fff; 
	border-color:#fff;
}

.page a:hover{ background:#fff; color:#333; border-color:#fff; }



/*==== 表單元件基本設定 ===================================================*/

input , select , textarea{
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.2;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
	vertical-align:middle;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input::-webkit-input-placeholder , select::-webkit-input-placeholder , textarea::-webkit-input-placeholder{ color: rgba(51,51,51, 0.5); font-size:0.95em;}
input::-moz-placeholder , select::-moz-placeholder , textarea::-moz-placeholder { color: rgba(51,51,51, 0.5); font-size:0.95em;}
input::-ms-input-placeholder , select::-ms-input-placeholder , textarea::-ms-input-placeholder { color: rgba(51,51,51, 0.5); font-size:0.95em;}
input::-moz-placeholder , select::-moz-placeholder , textarea::-moz-placeholder { color: rgba(51,51,51, 0.5); font-size:0.95em;}
select{
	padding-right:25px;
	appearance:none;
    -webkit-appearance: none;
    -moz-appearance: none;
	background:url(../images/selt-arrow.png) no-repeat scroll right 5px center transparent;
}
select::-ms-expand { display: none; }
input:focus , select:focus{ 
	border-color: rgba(13,105,231, 0.2);
    box-shadow: 0 1px 1px rgba(13,105,231, 0.075) inset, 0 0 5px rgba(13,105,231, 0.1);
    outline: 0 none;
}
label{ line-height:1; }



/*====================================================================*/

/*輪播-左右按鈕*/
.owl-nav-style .owl-next , .owl-nav-style .owl-prev{
	position: absolute;
	top:50%;
	width: 35px;
	height: 35px;
	margin-top:-20px;
	opacity:0;
	transition: all 0.2s ease-in-out;
}
.owl-nav-style .owl-prev { left: 0px; }
.owl-nav-style .owl-next{ right: 0px; }
.owl-nav-style .owl-prev:before , .owl-nav-style .owl-prev:after , .owl-nav-style .owl-next:before , .owl-nav-style .owl-next:after{
	position:absolute;
	z-index:5;
	left:50%;
	margin-top:-6px;
	width:4px;
	height:16px;
	content:"";
	background:#fff;
	
	-ms-border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-o-bborder-radius:2px;
	border-radius:2px;
}
.owl-nav-style .owl-prev:before , .owl-nav-style .owl-next:after{ bottom:50%; margin-bottom:-12px; }
.owl-nav-style .owl-prev:after , .owl-nav-style .owl-next:before{ top:50%; margin-top:-12px; }
.owl-nav-style .owl-prev:before , .owl-nav-style .owl-next:before{
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.owl-nav-style .owl-prev:after , .owl-nav-style .owl-next:after{
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.owl-nav-style:hover .owl-prev , .owl-nav-style:hover .owl-next{ opacity:0.8; }
.owl-nav-style .owl-prev:hover , .owl-nav-style .owl-next:hover{ opacity:1; }


/*輪播-底下圓圈*/
.owl-dots-style .owl-dots{ position:absolute; bottom:10px; left:1%; width:98%; z-index:3; text-align:right; padding:0 80px;}
.owl-dots-style .owl-dots .owl-dot { display:inline-block; zoom:1 }
.owl-dots-style .owl-dots .owl-dot span {
	width:12px;
	height:12px;
	margin:0px 5px;
	background:#fff;
	border:3px solid #fff;
	display:block;
	-webkit-backface-visibility:visible;
	transition:all .2s ease;
	
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-bborder-radius:50%;
	border-radius:50%;
}
.owl-dots-style .owl-dots .owl-dot.active span{ 
	width:50px; 
	background:#F4DF2D; 
	border:3px solid transparent;
	
	-ms-border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	-o-bborder-radius:14px;
	border-radius:14px;
}
.owl-dots-style .owl-dots .owl-dot:hover span { 
	background:#F4DF2D; 
	border:3px solid transparent;
}
@media (max-width:960px) { .owl-dots-style .owl-dots{ bottom:5px; padding:0; line-height:1; } }
 


/*====================================================================*/


/*回頂端按紐*/
.scrolltop{
	position: fixed;
	z-index: 999;
    right: 15px;
    bottom: 55px;
    display: block;
    cursor: pointer;
	
	background:linear-gradient( 45deg , #494949 , #000000 , #231917 );
	background:linear-gradient( 45deg , #494949 , #000000 , #231917 );
	background:linear-gradient( 45deg , #494949 , #000000 , #231917 );
	background:linear-gradient( 45deg , #494949 , #000000 , #231917 );
	background:linear-gradient( 45deg , #494949 , #000000 , #231917 );
	
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 33px;
    padding:15px 5px 10px 5px;
	opacity:0;
}
.scrolltop img {
    animation: scroll-act1 2.5s infinite;
}
.scrolltop.show{ opacity:1; }

/*@keyframes scroll-act1{
	0% {
		opacity: 0;
		-webkit-transform: translateY(12px);
		-ms-transform: translateY(12px);
		transform: translateY(12px);
	}
	50% {
		opacity: 1;
		-webkit-transform: translateY(0px) scale(1);
		-ms-transform: translateY(0px) scale(1);
		transform: translateY(0px) scale(1);
	}
	
	100% {
		opacity: 0;
		-webkit-transform: translateY(-10px) scale(1);
		-ms-transform: translateY(-10px) scale(1);
		transform: translateY(-10px) scale(1);
	}
}*/


/*====================================================================*/

.page-overlay{
	display:none; 
	position:fixed;
	z-index:1000;
	top:0;
	left:0; 
	width:100%;
	height:100vh;
	background:#231917;
	overflow:hidden;
}
.page-overlay:before{
	position:absolute;
	top:50%;
	right:50%;
	width:300px;
	height:300px;
	margin-top:-150px;
	content:"";
	background:url(../images/page-overlay-dec.png) no-repeat center;
	background-size:100% auto;
	opacity:0.5;
}



.header{ position:relative; background:#221816 url(../images/web-02.png) no-repeat center; background-size:cover; padding:10px 25px 20px 25px; }
.header:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:20px;
	content:"";
	background:linear-gradient(top,#000,transparent);
	background:-moz-linear-gradient(top,#000,transparent);
	background:-webkit-linear-gradient(top,#000,transparent);
	background:-o-linear-gradient(top,#000,transparent);
	background:-ms-linear-gradient(top,#000,transparent);
}
.header:after{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:20px;
	content:"";
	background:linear-gradient(bottom,#000,transparent);
	background:-moz-linear-gradient(bottom,#000,transparent);
	background:-webkit-linear-gradient(bottom,#000,transparent);
	background:-o-linear-gradient(bottom,#000,transparent);
	background:-ms-linear-gradient(bottom,#000,transparent);
}

/*頁首*/
.header-flex{ display:flex; flex-wrap:wrap; align-items:center; position:relative; /*z-index:99;*/ }
.header-left{ width:250px; }
.header-center{ width:calc( 100% - 250px - 290px - 10px ); margin:0 5px; }
.header-right{ width:290px; text-align:right; }

.logo{ max-width:300px; }
.logo img{ display:block; max-width:100%; height:auto; }


/*大螢幕選單*/
.desktop-menu-list{ display:flex; flex-wrap:wrap; }
.desktop-menu-list li { width:calc( ( ( 100% - 0.1% ) / 7 ) - 0.5% ); margin-right:0.5%; position:relative; }
.desktop-menu-list ul{
	position:absolute;
	z-index:500;
	top:100%;
	left:0;
	width:100%;
	background:#231917;
	border-top:5px solid #fff;
	
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}
.desktop-menu-list ul > li{  width:100%; }
.desktop-menu-list ul > li a{ 
	display:block; 
	padding:8px 5px;
	color:#fff;
	font-size:16px;
	font-weight:600;
	text-align:center;
	border-bottom:1px solid rgba(255,255,255,0.5);
}
.desktop-menu-list ul > li a:hover { background:#EF0A9D; color:#fff; }
.desktop-menu-list > li:hover ul{ visibility: visible; opacity: 1; }

.menu-tag{ display:block; text-align:right; border-right:1px solid transparent; padding:5px; }
.menu-tag .title , .menu-tag .subtitle{ line-height:1.9; font-weight:600; }
.menu-tag .title{ position:relative; display:inline-block; font-size:16px; color:#fff; }
.menu-tag .title:before{
	position:absolute;
	bottom:1px;
	right:-30px;
	width:calc( 100% + 30px );
	height:1px;
	content:"";
	background:rgba(255,255,255,0.5);
	opacity:0;
}
.menu-tag .title:after{
	position:absolute;
	bottom:-5px;
	right:-30px;
	width:25px;
	height:25px;
	content:"";
	background:url(../images/web-03.png) no-repeat center;
	opacity:0;
}
.menu-tag .subtitle{
	display:block;
	font-size:10px; 
	text-transform:uppercase;
	color:rgba(255,255,255,0.5);
	font-family:"Courier New", Courier, monospace;
	font-weight:600;
}
.menu-tag:hover{ border-right-color:rgba(255,255,255,0.5); }
.menu-tag:hover .title:before , .menu-tag:hover .title:after{ opacity:1; }

.menu-more{ display:block; text-align:right; color:#fff; padding:5px; }
.menu-more .title{ position:relative; display:block; line-height:1.9; font-weight:600; }
.menu-more .title:before{
	position:absolute;
	top:7px;
	right:-13px;
	width:0;
	height:0;
	content:"";
	border-top:12px solid #fff;
	border-right:7px solid transparent;
}
.menu-more .subtitle{
	display:block;
	font-size:10px; 
	text-transform:uppercase;
	color:rgba(255,255,255,0.5);
	font-family:"Courier New", Courier, monospace;
	font-weight:600;
}


/*購物車按鈕*/
.quicklink-cart{ 
	position:relative;
	display:inline-block; 
	vertical-align:middle;
	margin:0 20px;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-bborder-radius:50%;
	border-radius:50%;
}
.quicklink-cart a{ display:block; }
.quicklink-cart .icon{ display:block; width:50px; }
.quicklink-cart .icon img{ display:block; max-width:100%; height:auto; }

/*購物車iocn旁小數量提示*/
.quicklink-cart .badge{
	position:absolute;
	top:-6px;
	right:-6px;
	border:1px solid #ccc;
	background:#fff;
	color:#000;
	font-size:13px;
	line-height: 1;
	padding: 4px 6px;
	border-radius:50%;
	letter-spacing:0;
}
.quicklink-cart:hover{
	-webkit-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
	-moz-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
	-o-box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.8);
}
.quicklink-cart:hover .badge { background:#EF0A9D; color:#fff; border:1px solid #fff;}



.header-fixed-box{
	position:absolute;
	z-index:99;
	bottom:0;
	right:0;
}
.header-fixed-item{ 
	position:relative; 
	z-index:5; 
	display:inline-block; 
	vertical-align:middle; 
	margin-left:30px;
}

.header-fixed-item.desktop-show{ display:inline-block; }
.header-fixed-item.mobile-show{ display:none; }


/*登入、註冊...等 列 */
.quicklink-list li{ display:inline-block; vertical-align:middle; }
.quicklink-list li a{
	display:block;
	color:#fff; 
	font-size:15px; 
	margin:0 5px;
	padding:1px 3px;
	border:1px solid transparent;
	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-bborder-radius:5px;
	border-radius:5px;
}

.quicklink-list li a .icon , .quicklink-list li a .title{ display:inline-block; vertical-align:middle; margin:0 2px; }
.quicklink-list li a .icon{ width:20px; }
.quicklink-list li a .icon img{ display:block; max-width:100%; height:auto; }
.quicklink-list li a:hover{ background:rgba(255,255,255,0.05); border-color:rgba(255,255,255,0.3); }


/*搜尋*/
.enlink-wrap{ position:relative; }
.enlink-wrap:before{
	position:absolute;
	bottom:0;
	right:-5px;
	width:1px;
	height:50px;
	content:"";
	background:rgba(255,255,255,0.5); 
}
.enlink-wrap:after{
	position:absolute;
	top:-5px;
	right:-18px;
	width:120px;
	height:1px;
	content:"";
	background:rgba(255,255,255,0.5); 
}

.enlink-title{ display:none; }
.enlink{
	position:relative;
	display:block;
	height:30px;
	line-height:30px;
	background:#fff; 
	border:1px solid #231917;
	padding:0 40px 0 15px;
	color:#333;
	font-size:14px;
}
.enlink:visited , .enlink:focus{color:#333;}
.enlink:hover{color:#231917;}

.enlink:before{
	position:absolute;
	top:50%;
	right:10px;
	content:"";
	margin-top:-3px;
	
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #333;
}
.enlink:hover:before{border-top-color:#231917;}

.enlink-content{
	position:absolute;
	top:120%;
	right:0;
	z-index:5;
	width:340px;
	height:auto;
	background:rgba(128,128,128,0.95);
	text-align:left;
	border:1px solid #231917;
	
	display:none;
	visibility:hidden;
	opacity:0;
	transition:All 0.5s ease;
}
.header-enlink-content.is-show{ display:block; visibility:visible; opacity:1;}
.footer-enlink-content.is-show{ display:block; visibility:visible; opacity:1;}


.en-link-gp{ margin:10px;}

.en-link-gp a{
	display:inline-block;
	width:30px;
	height:30px;
	margin:5px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background:#231917;
}

.en-link-gp a:hover{ background:#EF0A9D; color:#fff; }

.enlink-close{
	position:absolute;
	bottom:7px;
	right:15px;
	display:block;
	width:40px;
	height:40px;
}

.enlink-close-txt{display:none;}

/* --------------------- */

/*搜尋欄位*/
.search-fm{ position:relative; display:block; width:180px; height:30px;}
.search-fm:before{
	position:absolute;
	bottom:0;
	right:-5px;
	width:1px;
	height:50px;
	content:"";
	background:rgba(255,255,255,0.5); 
}
.search-fm:after{
	position:absolute;
	top:-5px;
	right:-18px;
	width:120px;
	height:1px;
	content:"";
	background:rgba(255,255,255,0.5); 
}


.search-input , .search-btn{
	border:1px solid transparent;
	background:transparent;
	float:left;
	font-size:0.85em;
	line-height:1; 
	height:30px;
	outline:none;
	color:#333;
}
.search-input{ 
	padding:0 45px 0 10px;  
	width:100%; 
	background:#fff; 
	border:1px solid #231917;
}

.search-btn{ 
	position:absolute; 
	top:50%; 
	right:4px; 
	cursor:pointer;
	margin-top:-13px; 
	width:26px; 
	height:26px;
	background:#221816 url(../images/web-07.png) no-repeat center; background-size:80% 80%;
	
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-bborder-radius:5px;
	border-radius:5px;
}

.search-btn:hover{ background:#221816 url(../images/web-08.png) no-repeat center; background-size:80% 80%; }



/*叉叉圖示*/
.btn-close:before, .btn-close:after{
	position: absolute; top: 50%; left: 50%;
	background: #fff;
	content: '';
	display: inline-block;
	height: 3px;
	width: 26px;
	margin-top: -2px;
	margin-left: -13px;
	
	transition:All 0.5s ease;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn-close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.btn-close:hover:before, .btn-close:hover:after{background:#EF0A9D;}

.btn-close-txt{ display:none;}




/*------------------------------------------------*/


/*小螢幕時選單鈕*/
.menu-trigger{ display:none; margin-left:13px; }
.menu-trigger-icon , .menu-trigger-txt{ display:inline-block; vertical-align:middle; line-height:1; }
.menu-trigger-icon{
	position:relative;
	width:40px;
	height:40px;
	background:rgba(255,255,255,0.1);
	border:1px solid #fff;
	
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-bborder-radius:3px;
	border-radius:3px;
}
.menu-trigger-icon:before , .menu-trigger-icon:after{
	position:absolute;
	left:15%;
	width:70%;
	height:4px;
	margin-top:-2px;
	content:"";
	background:#fff; 
	
	transition:transform 0.3s ease;
	-webkit-transition:transform 0.3s ease;
	-moz-transition:transform 0.3s ease;
	-o-transition:transform 0.3s ease;
}
.menu-trigger-icon:before{ top:25%; }
.menu-trigger-icon:after{ top:75%; }

.menu-trigger-icon .iocn-line{
	position:absolute;
	top:50%;
	left:15%;
	width:70%;
	height:4px;
	margin-top:-2px;
	background:#fff;
}
.menu-trigger.opened .menu-trigger-icon { background:#EF0A9D; }
.menu-trigger.opened .menu-trigger-icon:before{
	background:#fff;
	-webkit-transform: rotate(-45deg) translate(-6px, 7px) ;
    transform: rotate(-45deg) translate(-6px, 7px) ;
	
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-bborder-radius:3px;
	border-radius:3px;
}
.menu-trigger.opened .menu-trigger-icon:after{
	background:#fff;
	-webkit-transform: rotate(45deg) translate(-6px, -7px) ;
    transform: rotate(45deg) translate(-6px, -7px) ;
	
	-ms-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-bborder-radius:3px;
	border-radius:3px;
}
.menu-trigger.opened .menu-trigger-icon .iocn-line{ opacity:0; }
.menu-trigger-txt{ color:#fff; font-weight:bolder; font-size:1.2em; }



/*小螢幕時 按了選單按鈕 跳出的menu區塊*/
.menu-toggle-content{
	display:none; 
	position:fixed;
	z-index:1100;
	top:0;
	right:0;
	height:100%;
	width:300px;
	text-align:left;
	background:#221816 url(../images/web-11.png) no-repeat center; background-size:cover;
	border-left:3px solid rgb(255,255,255,0.8);
	
	-webkit-box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.3);
	
	color:#FFF;
	overflow-x: hidden;
	/*overflow-y: auto;*/
	-webkit-overflow-scrolling: touch;/*讓iPad或iPhone的捲軸更順暢*/
}

.menu-toggle-heading{
	position:absolute;
	/*z-index:1100;*/
	top:0;
	right:0;
	color:#fff;
	width:300px;
	font-size:18px;
	font-weight:600;
	padding:20px 10px 10px 15px;
	border-bottom:2px solid rgba(255,255,255,0.3);
	background:rgba(255,255,255,0.1);
}
.mobile-menu-close{
	position:fixed;
	z-index:1100;
	top:15px;
	right:310px;
	width:40px;
	height:40px;
	display:none;
}

.mobile-menu-close:before, .mobile-menu-close:after{
	position: absolute; 
	top: 50%; 
	left: 50%;
	background:#fff;
	content: '';
	display: inline-block;
	height: 3px;
	width: 26px;
	margin-top: -2px;
	margin-left: -13px;
	
	transition:All 0.5s ease;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mobile-menu-close:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.mobile-menu-close:hover:before, .mobile-menu-close:hover:after{background:#e6d9b4;}
.mobile-menu-close .icon-txt{ display:none;}

.menu-toggle-heading.hide , .mobile-menu-close.hide{ display:none; }


.menu-mobile-list{ margin:65px 0 0px 0; }
.menu-mobile-list li{ position:relative; display:block; }
.menu-mobile-list li a{ 
	color:#fff; 
	display:block;
	font-size:1rem;
	padding:10px 20px 10px 10px;
	border-bottom:1px solid rgba(255,255,255,0.3);
}

.menu-mobile-list li ul{ /*background:#fff;*/ }


/*第一層*/
.menu-mobile-list > li{  font-size:1rem; }
.menu-mobile-list > li > a{ font-weight: 600; }

/*第二層*/
.menu-mobile-list > li > ul{
	display:none;
	position:relative;
	top:0;
	left:0;
	width:100%;
	padding-left:16px;
}

/*第三層*/
.menu-mobile-list > li > ul li ul{
	display:none; 
	position:relative;
	top:0;
	left:0;
	width:100%;
	padding-left:16px;
}
/*下一層之按鈕*/
.submenu-button{
	position:absolute;
	z-index:3;
	top:20px;
	right:20px;
	width:11px;
	height:10px;
	cursor:pointer;
}
.submenu-button:before{
	position:absolute;
	z-index:4;
	top:0;
	right:0;
	width:6px;
	height:6px;
	border-right:2px solid #fff; 
	border-bottom:2px solid #fff; 
	content:"";
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}

.menu-mobile-list li.current{ background:transparent; color:#EEBA4E; }
.menu-mobile-list li.current > a{ color:#EEBA4E; }
.menu-mobile-list li.current > a .submenu-button:before{ border-right-color:#EEBA4E; border-bottom-color:#EEBA4E; }






/*------------------------------------------------*/


/*會員中心 mobile 引發按鈕*/
.member-trigger{ 
	display:none; 
	margin-left:10px;
	width:40px;
	height:40px;
	background:#fff url(../images/web-13.png) no-repeat center;
	background-size:70% 70%;
	border:1px solid #fff;
	
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-o-bborder-radius:50%;
	border-radius:50%;
}
.member-trigger.opened { background:#EF0A9D url(../images/web-12.png) no-repeat center; background-size:70% 70%; }






/*頁尾*/
.footer{ background:#000 url(../images/web-15.png) no-repeat center; background-size:cover; margin-bottom:100px; }

.footer-logo{ max-width:300px; margin:30px auto; }
.footer-logo img{ display:block; max-width:100%; height:auto; }

.footer-flex{ display:flex; flex-wrap:wrap; margin:10px 0; /*align-items:center;*/ }
.footer-info-item{ width:24%; margin:15px 0.5%; font-size:14px; }
.footer-info-item , .footer-info-item a{ color:#fff; }
.footer-info-item a{ color:rgba(255,255,255,0.8); }
.footer-info-item .title{ font-size:23px; font-weight:600; }

.social-list{ display:block; margin-bottom:5px; }
.social-list li{ 
	display:inline-block; 
	width:40px;  
	margin:3px 5px 3px 0;
	
	transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
}
.social-list li img{ display:block; max-width:100%; height:auto; }
.social-list li:hover{
	transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
}

.footer-qrcode{ display:inline-block; max-width:80px; }
.footer-qrcode img{ display:block; max-width:100%; height:auto; }

.footer-bottom-wrap{ text-align:center; padding:10px 0; }
.web-copyright{ font-size:0.9em; color:rgba(255,255,255,0.7); }
.web-copyright span{ display:inline-block; }
.web-designer{ position:absolute; bottom:0; right:0; font-size:0.75em; }
.web-designer , .web-designer a{ color:rgba(255,255,255,0.7); }
.web-designer a:hover{ color:rgba(255,255,255,1); }


.footer-note{ position:fixed; z-index:50; bottom:0; left:0; width:100%; background:rgba(0,0,0,1); text-align:center; }
.footer-img-desktop{ display:inline-block; /*max-width:1200px;*/ }
.footer-img-mobile{ display:none; }
.footer-img-desktop , .footer-img-mobile{ margin:2px auto;}
.footer-img-desktop img , .footer-img-mobile img{ display:block; max-width:100%; height:auto; }




.banner img{ display:block; max-width:100%; height:auto; }


.main{ background:#231917 url(../images/web-26.png) no-repeat center bottom; min-height:800px;}
.main .container{ padding-bottom:45px; }


/*導覽路徑*/
.breadcrumbs{
	position:relative; 
	line-height:1.4;
	text-align:right;
	letter-spacing:0;
	margin:8px 0;
}
.breadcrumbs , .breadcrumbs a{ color:#fff; }
.breadcrumbs a:hover{ color:#F4DF2D; }
.breadcrumbs span{ margin-right:0px; font-size:12px;}
.breadcrumbs span:after{ content:"/"; margin-left:5px; font-size:0.7em; }
.breadcrumbs span:last-child:after{display:none;}
.breadcrumbs span:last-child{ font-size:14px; font-weight:600; }


/*分類*/
.category-area{ margin:50px 0 70px 0;}
.category-list{ display:flex; flex-wrap:wrap; justify-content:center; }
.category-list li{ position:relative; margin:5px 20px 15px 0; width:15%; margin-right:2%; margin-bottom:20px; padding-left:20px; }
.category-list li:nth-child(6n){ margin-right:0; }
.category-list li:before{
	position:absolute;
	top:50%;
	left:0;
	width:24px;
	height:24px;
	margin-top:-12px;
	content:"";
	background:url(../images/web-03.png) no-repeat center;
	opacity:0;
}
.category-list li a{
	position:relative;
	display:inline-block;
	color:#fff;
	padding:3px 4px 0px 5px;
	font-size:18px;
	font-weight:600;
}
.category-list li a:before{
	position:absolute;
	bottom:1px;
	right:-7px;
	width:calc( 100% );
	height:1px;
	content:"";
	background:rgba(255,255,255,0.5);
}
.category-list li a:after{
	position:absolute;
	bottom:-11px;
	right:0;
	width:1px;
	height:50px;
	content:"";
	background:rgba(255,255,255,0.5);
}

/*搭配js*/
.active_line{
	position:absolute;
	bottom:-10px;
	right:0;
	width:calc( 100% - 7px);
	height:10px;
	background:rgba(239,10,157, 0.6);
	opacity:1;
}

.category-list li:hover:before{ opacity:1; }
.category-list li.active a{ cursor:default; }
.category-list li.active:before{ opacity:0; }



.category-heading{ border-bottom:3px solid #fff; margin:30px 0 50px 0; }
.category-heading .title{ position:relative; display:inline-block; color:#fff; font-size:22px; font-weight:600; padding-right:80px; }
.category-heading .title:before{
	position:absolute;
	right:40px;
	top:0;
	width:3px;
	height:calc( 100% + 30px );
	content:"";
	background:#fff;
}
.category-heading .title:after{
	position:absolute;
	right:0;
	bottom:0;
	width:40px;
	height:40px;
	content:"";
	background:url(../images/web-28.png) no-repeat center;
	background-size:cover;
}
.category-heading .subtitle{ 
	position:absolute;
	bottom:-32px;
	right:-25px;
	font-weight:100;
	font-size:15px;
	color:rgba(255,255,255,0.5);
	letter-spacing:3px;
}


.category-heading-bg{ background:rgba(255,108,182, 0.3); border-bottom:2px solid #fff; text-align:center; margin:30px 0; }
.category-heading-bg .title{ display:inline-block; color:#fff; font-size:22px; font-weight:600; padding:8px; }

.category-heading-view{ position:relative; border-bottom:3px solid #fff; margin:30px 0 60px 0; padding-right:150px; }
.category-heading-view .title{ position:relative; display:inline-block; color:#fff; font-size:22px; font-weight:600; line-height:1.4; padding-bottom:5px;  }
.category-heading-view .view-date{ position:absolute; bottom:-35px; right:5px; font-size:14px; color:rgba(255,255,255,0.7); }
.category-heading-view:before{
	position:absolute;
	right:110px;
	top:0;
	width:3px;
	height:calc( 100% + 30px );
	content:"";
	background:#fff;
}
.category-heading-view:after{
	position:absolute;
	right:70px;
	bottom:0;
	width:40px;
	height:40px;
	content:"";
	background:url(../images/web-28.png) no-repeat center;
	background-size:cover;
}



/*編輯器區塊*/
.editor-area{ margin:15px 0; color:#B3B2B2; }
.editor-area img{ max-width:100%; height:auto; }




/*詳細頁縮圖*/
.thumbnail-area{}
.thumbnail-list{ text-align:center; }
.thumbnail-list li{ display:inline-block;  text-align:center; margin:10px 0; }
.thumbnail-list li a{ display:inline-block; }
.thumbnail-list li img{ display:block; max-width:100%; height:auto; }
.thumbnail-list li:hover{ opacity:0.8; }

.thumbnail-list.three-cols li{ width:30%; margin-left:1%; margin-right:1%; }


/*影片*/
.video{ position:relative; text-align:center; margin:30px 0; }
.video iframe{ max-width:100%;}


/*檔案下載*/
.download-line{ text-align:center; }
.download-btn{
	position:relative;
	display:inline-block;
	padding:12px 30px 10px 20px;
	margin:10px; 
	line-height:1;
	font-size:0.95em;
	font-weight:600;
	color:#fff;
	background:rgba(255,108,182, 0.6); 
	border-bottom:2px solid #fff;
}
.download-btn:before{
	position:absolute;
	z-index:1;
	top:50%;
	right:10px;
	width:16px;
	height:16px;
	margin-left:-8px;
	margin-top:-8px;
	content:"";
	background:url(../images/icon-arrow-bottom.png) no-repeat center;
	background-size:70% 70%;
}
.download-btn:hover{ background:rgba(239,10,157, 0.6);  color:#fff; }



/*返回按鈕列*/
.pageback-line{margin:30px 0 60px 0; text-align:center; }
.pageback-btn span{ 
	position:relative; 
	display:inline-block; 
	vertical-align:bottom; 
	padding-left:16px; 
	color:#fff; 
	font-weight:600; 
	font-size:0.95em; 
	line-height:1; 
}
.pageback-btn span:before{
	position:absolute;
	top:50%;
	left:0;
	width:14px;
	height:14px;
	margin-top:-7px;
	content:"";
	background:url(../images/icon-arrow-left.png) no-repeat center;
	background-size:70% 70%;
}
.pageback-btn:hover span{ color:#EEBA4E; }
.pageback-btn:hover span:before{ background-color:#EEBA4E; }


.pageback-btn.dark span{ color:#999; }
.pageback-btn.dark span:before{ background-color:#999; }

.pageback-btn.dark:hover span{ color:#333; }
.pageback-btn.dark:hover span:before{ background-color:#333; }





/*=============================================================================================================
=============================================================================================================*/




/*首頁-關於我們*/
.idx-about-wrap{
	position:relative;
	min-height:500px;
	padding:40px 6% 30px 800px;
	background:#231917;
}
.idx-heading-name{ position:relative; z-index:2; margin-bottom:60px; }
.idx-heading-name .title{
	position:relative;
	display:inline-block;
	font-size:30px;
	font-weight:600;
	color:#fff;
	line-height:1;
	padding-left:12px; 
	padding-bottom:12px;
}
.idx-heading-name .title:before{
	position:absolute;
	bottom:-30px;
	left:0;
	width:1px;
	height:calc( 100% + 40px );
	content:"";
	background:rgba(255,255,255,0.5); 
}
.idx-heading-name .title:after{
	position:absolute;
	bottom:0;
	left:-45px;
	width:150px;
	height:1px;
	content:"";
	background:rgba(255,255,255,0.5); 
}
.idx-about-dec{
	position:absolute;
	top:0;
	left:0;
	width:800px;
	height:100%;
	background:url(../images/web-19.png) no-repeat center right;
	background-size:cover;
}
.idx-about-intro{ position:relative; z-index:2; color:#B3B2B2; font-size:14px; line-height:2.2; margin:30px 0 0 0; }

.idx-about-more{ text-align:right; margin-top:15px; }
.idx-about-more .title{ display:inline-block; max-width:120px; }
.idx-about-more .title img{ display:block; max-width:100%; height:auto; }



/*首頁-商品介紹*/
.idx-product-wrap{
	position:relative;
	min-height:450px;
	padding:50px 680px 30px 6%;
	background:#1E1413 url(../images/web-21.png) no-repeat center left;
	background-size:auto 100%;
}
.multiply-icon{ position:relative; display:inline-block; width:30px; height:30px; margin:0 5px; }
.multiply-icon:before , .multiply-icon:after{
	position:absolute;
	top:10%;
	left:50%;
	width:1px;
	height:80%;
	margin-top:3px;
	content:"";
	background:#fff;
}
.multiply-icon:before{
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.multiply-icon:after{
	transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}

.idx-product-dec{
	position:absolute;
	top:0;
	right:0;
	width:700px;
	height:100%;
	background:url(../images/web-20.png) no-repeat center left;
	background-size:cover;
}


.idx-item-slider{ padding:0 60px; margin:15px 0; }
/*左右鍵*/
.idx-item-slider .owl-nav-style .owl-next , .idx-item-slider  .owl-nav-style .owl-prev{
	width: 40px;
	height: 30px;
	margin-top:-25px;
	opacity:1;
}
.idx-item-slider .owl-nav-style .owl-prev { left:-50px; background:url(../images/web-22.png) no-repeat center; background-size:100% auto; }
.idx-item-slider .owl-nav-style .owl-next{ right: -53px; background:url(../images/web-23.png) no-repeat center; background-size:100% auto; }

/*左右鍵中箭頭*/
.idx-item-slider .owl-nav-style .owl-prev:before , .idx-item-slider .owl-nav-style .owl-prev:after , 
.idx-item-slider .owl-nav-style .owl-next:before , .idx-item-slider .owl-nav-style .owl-next:after{ display:none; }


/*左右鍵 無下一張或上一張之變淡提示*/
.idx-item-slider .owl-nav-style .owl-prev.disabled , .idx-item-slider .owl-nav-style .owl-next.disabled{ opacity:0.2; cursor:default; }

.owl-item-slider .item{ padding-left:20px; }

.idx-item-photo{ position:relative; margin-bottom:20px; padding-top:10px; padding-right:10px; }
.idx-item-photo:before{
	position:absolute;
	bottom:-57px;
	left:-10px;
	width:1px;
	height:90px;
	content:"";
	background:rgba(255,255,255,0.5); 
}
.idx-item-photo:after{
	position:absolute;
	bottom:-10px;
	left:-30px;
	width:172px;
	height:1px;
	content:"";
	background:rgba(255,255,255,0.5); 
}

.idx-item-photo a{ position:relative; display:block; }
.idx-item-photo a:before{
	position:absolute;
	z-index:2;
	top:-5px;
	right:-5px;
	width:0;
	height:0;
	content:"";
	border-top:30px solid rgba(255,255,255,0.5);
	border-left:40px solid transparent;
}

.idx-item-title a{ display:block; color:#fff; padding:5px 5px; font-size:18px; font-weight:600;line-height:1.4; }
.idx-item-title a:hover{ color:#F4DF2D; }

.idx-item-photo:hover{ opacity:0.9; }


.idx-product-more{ position:relative; z-index:2; text-align:right; margin:10px 0; padding:0 75px; }

.trigle-more-btn{ display:inline-block; }
.trigle-more-btn .title{ position:relative; display:inline-block; padding-right:20px; font-size:14px; line-height:1; color:#fff; }
.trigle-more-btn .title:before{
	position:absolute;
	bottom:2px;
	right:0;
	content:"";
	border-bottom:12px solid #fff;
	border-right:16px solid transparent;
}
.trigle-more-btn:hover .title{ color:#F4DF2D; }
.trigle-more-btn:hover .title:before{ border-bottom-color:#F4DF2D; }




/*首頁-最新消息*/
.idx-news-wrap{
	position:relative;
	min-height:450px; 
	padding:50px 500px 30px 6%;
	background:#1C0C1A;
}
.idx-news-wrap:before{
	position:absolute;
	z-index:0;
	top:0;
	right:0;
	width:700px;
	height:100%;
	content:"";
	background:url(../images/web-24.png) no-repeat center left; 
	background-size:auto 100%;
}

.idx-news-heading{ text-align:center; margin-bottom:30px; }
.idx-news-heading .title{ 
	position:relative;
	display:inline-block;
	font-size:30px;
	font-weight:600;
	color:#fff;
}
.idx-news-heading .title:before{
	position:absolute;
	bottom:0;
	left:10%;
	width:80%;
	height:2px;
	content:"";
	background:rgba(255,255,255,0.5);
}

.idx-post-list{ position:relative; z-index:2; display:flex; flex-wrap:wrap; }
.idx-post-list li{ width:27%; margin:15px 3% 15px 3%; }

.idx-post-date{ text-align:right; line-height:1; }
.idx-post-date .title{
	position:relative;
	display:inline-block;
	line-height:1;
	font-size:14px;
	padding:6px 10px 4px 10px; 
	background:rgba(255,255,255,0.8);
	color:rgba(0,0,0,0.8);
}
.idx-post-date .title:before{
	position:absolute;
	top:0;
	left:-20px;
	content:"";
	border-bottom:24px solid rgba(255,255,255,0.8);
	border-left:20px solid transparent;
}
.idx-post-date .title:after{
	position:absolute;
	top:-7px;
	left:-33px;
	width:40px;
	height:40px;
	content:"";
	background:url(../images/web-25.png) no-repeat center;
	background-size:cover;
}

.idx-post-photo{ position:relative; border:2px solid #fff; margin-bottom:18px;}
.idx-post-photo .item-thumb-frame .item-thumb{ padding-bottom:80%; }
.idx-post-photo:before{
	position:absolute;
	bottom:-57px;
	left:-10px;
	width:1px;
	height:200px;
	content:"";
	background:rgba(255,255,255,0.5); 
}
.idx-post-photo:after{
	position:absolute;
	bottom:-10px;
	left:-30px;
	width:80%;
	height:1px;
	content:"";
	background:rgba(255,255,255,0.5); 
}
.idx-post-photo:hover{ border-color:#F4DF2D; }

.idx-post-name a{ display:block; color:#fff; padding:3px 5px; font-size:18px; font-weight:600; line-height:1.4; }
.idx-post-name a:hover{ color:#F4DF2D; }


.idx-news-more{ position:relative; z-index:2; text-align:center; margin:50px 0 20px 0; }






/*商品介紹*/
.product-cols-gp{ display:flex; flex-wrap:wrap; margin:30px 0; }
.product-left-side{ width:22%; margin-right:5%; }
.product-right-side{ width:73%; }

.side-nav-wrap{ border-left:9px solid rgba(255,255,255,0.7); }


.side-nav-heading{ position:relative; padding:8px 10px 6px 10px; margin-bottom:20px; line-height:1; }
.side-nav-heading .title{ color:#fff; font-weight:600; font-size:22px; }
.side-nav-heading:before{
	position:absolute;
	bottom:-9px;
	left:-70px;
	width:calc( 100% + 70px );
	height:9px;
	content:"";
	background:rgba(255,255,255,0.7);
}
.side-nav-heading:after{
	position:absolute;
	bottom:-17px;
	left:-80px;
	width:40px;
	height:40px;
	content:"";
	background:url(../images/web-25.png) no-repeat center;
	background-size:cover;
}



/*左側分類*/
.side-nav{ margin-bottom:60px; }
ul.mtree li{ position:relative; }
ul.mtree li a{ position:relative; display:block; }

/*有下一層選項的項目設定*/
ul.mtree > li.mtree-node > a:before{
	position:absolute;
	top:50%;
	right:10px;
	content:"";
	width:14px;
	height:14px;
	margin-top:-7px;
	background:url(../images/web-23.png) no-repeat;
	background-size:95% 95%;
}
ul.mtree li li.mtree-node > a:before{
	position:absolute;
	top:50%;
	right:11px;
	content:"";
	width:0;
	height:0;
	margin-top:-7px;
	border-top:14px solid #fff;
	border-right:10px solid transparent;
}

ul.mtree > li > a{ padding-left:20px; }
ul.mtree > li > ul > li{ padding-left:30px; }

ul.mtree > li > ul > li > ul > li > a{ padding-left:19px; padding-top:10px; padding-bottom:10px; }
ul.mtree li li li{ border-left:4px solid rgba(239,10,157, 0.8); }


.side-nav li a{ padding:14px 30px 14px 10px; color:#fff; font-size:16px; line-height:1.4; letter-spacing:0px; }
.side-nav li a:hover{ background:rgba(255,255,255,0.4); color:#fff; }

.side-nav > li > a{ font-size:17px; font-weight:600; }

ul.mtree > li > ul > li > ul li a:hover{ background:rgba(239,10,157,0.6); color:#fff; }

.side-nav > li.mtree-open > a{ background:rgba(255,108,182, 0.3); color:#fff; }

/*ul.mtree li li.mtree-open > a{ background:rgba(239,10,157, 0.6); color:#fff; }
ul.mtree li li.mtree-open li{ border-left:4px solid rgba(239,10,157, 0.6); }
ul.mtree li li.mtree-open > a:before{ display:none; }*/



/*商品分類大標*/
.product-cate-name{
	color:#fff;
	font-weight:600; 
	font-size:22px;
	text-align:center;
	padding:6px 9px;
	margin-bottom:15px;
}


/*商品介紹*/
.product-list{ display:flex; flex-wrap:wrap; }

.product-list.three-cols li{  position:relative; width:30%; margin-right:5%; margin-bottom:60px; }
.product-list.three-cols li:nth-child(3n){ margin-right:0; }

.product-list.five-cols li{  position:relative; width:16%; margin-right:5%; margin-bottom:60px; }
.product-list.five-cols li:nth-child(5n){ margin-right:0; }


.product-item-photo{ position:relative; border:2px solid #fff; margin-bottom:8px; background: #fff; }
.product-item-photo .item-thumb-frame .item-thumb{ padding-bottom:130%; }
.product-item-photo:before{
	position:absolute;
	bottom:-50px;
	left:-12px;
	width:1px;
	height:85px;
	content:"";
	background:rgba(255,255,255,0.5); 
}
.product-item-photo:after{
	position:absolute;
	bottom:-12px;
	left:-25px;
	width:150px;
	height:1px;
	content:"";
	background:rgba(255,255,255,0.5); 
}

.product-item-name{ color:#fff; font-size:18px; padding:5px 5px; }

.product-item-more{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:url(../images/web-27.png) no-repeat center;
	background-size:cover;
	opacity:0;
}

.product-item a:hover .product-item-more{ opacity:1; }
.product-item a:hover .product-item-name{ color:#F4DF2D; }



/*商品詳細*/
.product-view-gp{ display:flex; flex-wrap:wrap; margin-top:30px; margin-bottom:60px; }
.product-view-gp-left{ width:50%; margin-right:5%; }
.product-view-gp-right{ width:45%; }

.pro-view-photos{ border:3px solid #fff; background-color: #fff; }
.pro-view-photos .item-thumb-frame .item-thumb{ padding-bottom:130%; }


.porduct-view-heading{ position:relative; margin-bottom:30px; }
.porduct-view-heading:before{
	position:absolute;
	top:0;
	right:15px;
	width:1px;
	height:100%;
	content:"";
	background:#fff;
}
.pro-name{ color:#fff; font-size:22px; font-weight:600; border-bottom:1px solid #fff; padding-bottom:5px; padding-right:30px; margin:0; }

.price-area{ text-align:right; padding:10px 30px 5px 5px ; }
.price-area .price{ margin-left:10px; line-height:1.2; }
.original-price{ font-size:14px; text-decoration:line-through; color:rgba(255,255,255,0.5); }
.sale-price{ font-size:30px; color:#fff; }


/*詳細列表*/
.pro-listinfo{ font-size:16px; color:#fff; }
.pro-listinfo li{ border-bottom:1px solid rgba(255,255,255,0.5); position:relative;}
.pro-listinfo .headline{
	position:absolute;
	top:0;
	left:0;
	width:100px;
	padding:7px 10px;
	font-weight:600;
	background:rgba(255,108,182, 0.3);
}
.pro-listinfo .content{ display:block; padding:7px 10px 7px 110px; }
.pro-listinfo li:hover{ background:rgba(255,255,255,0.1); }


/*詳細簡介*/
.pro-description{
	position:relative;
	margin:20px 0;
	overflow:hidden;
}
.pro-description .headline{
	position:relative;
	z-index:5;
	padding:5px;
	cursor:pointer;
	border-bottom:1px solid rgba(255,255,255,0.3);
	color:#fff;
	margin-bottom:10px;
	font-weight:600;
}
.pro-description .content{
	padding:5px;
	color:#fff;
	font-size:15px;
}
.slide-icon{
	position:absolute;
	z-index:6;
	top:22px;
	right:7px;
	width:12px;
	height:12px;
}
.slide-icon:before{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	content:"";
	margin-top:-7px;
	border-top:14px solid #fff;
	border-right:10px solid transparent;

	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.slide-icon.is-open:before{ transform: rotate(-90deg); }


/*詳細頁-價錢*/
.pro-qty-cart{ margin:30px 0; position:relative; }
.pro-de-qty{
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
}
.pro-de-qty .num-txt , .pro-de-qty .qtyminus{ height:35px; border-radius:0px; text-align:center; }
.pro-de-qty .num-txt{ width:55px; margin-left:3px; margin-right:3px; }
.pro-de-qty .qtyminus{ width:40px; }
.pro-de-addcart{ padding-left:170px;}
.addcart-btn{
	border:1px solid #CCC;
	background:rgba(255,108,182, 1);
	color:#ffffff;
	cursor:pointer;
	display:inline-block;
	font-size:1em;
	width:100%;
	vertical-align:middle;
	height:35px;
	line-height:28px;
	
	transition:All 0.2s ease-out;
	-webkit-transition:All 0.2s ease-out;
	-moz-transition:All 0.2s ease-out;
	-o-transition:All 0.2s ease-out;
}
.addcart-btn:hover{ background:#810000; }
.addcart-btn:focus{ background:#666; }




/*最新消息*/
.post-list{ display:flex; flex-wrap:wrap; margin:45px 0 30px 0;}
.post-list li{ width:100%; margin-bottom:45px; }
.post-item{ display:flex; flex-wrap:wrap; }
.post-left{ width:300px; }
.post-right{ width:calc( 100% - 300px ); }

.post-photo .item-thumb-frame .item-thumb{ padding-bottom:80%; }

.post-name{ position:relative; border-bottom:1px solid #fff; padding:7px 140px 7px 30px; margin-bottom:20px; }
.post-name .title a{ color:#fff; font-size:18px; font-weight:600; line-height:1.4; }
.post-date{ position:absolute; bottom:5px; right:0; font-size:14px; color:#fff; padding-left:20px; }
.post-date:before{ 
	position:absolute;
	top:0px;
	left:0;
	width:1px;
	height:calc( 100% + 20px );
	content:"";
	background:#fff;
}

.post-intro{ padding:5px 5px 5px 30px; height:122px; overflow:hidden;}

.post-more{ text-align:right; margin:5px 0; }

.post-name .title a:hover{ color:#F4DF2D; }
.post-photo:hover{ opacity:0.9; }




/*門市據點*/
.contact-gp{ margin:45px 0 0 0;}

.contact-box{ margin-bottom:60px; }

.contact-photo{ margin-bottom:10px; }
.contact-photo  img{ display:block; max-width:100%; height:auto; }

.contact-heading{ position:relative; border-bottom:3px solid #fff; margin:45px 0 60px 0; padding-right:100px; }
.contact-heading .title{ position:relative; display:inline-block; color:#fff; font-size:22px; font-weight:600; line-height:1.4; padding-bottom:5px;  }
.contact-heading .subtitle{ 
	position:absolute; 
	bottom:-35px; 
	right:0px; 
	font-size:14px; 
	color:rgba(255,255,255,0.7); 
	letter-spacing:4px;
	font-family:新細明體;
}
.contact-heading:before{
	position:absolute;
	right:90px;
	top:0;
	width:3px;
	height:calc( 100% + 30px );
	content:"";
	background:#fff;
}
.contact-heading:after{
	position:absolute;
	right:50px;
	bottom:0;
	width:40px;
	height:40px;
	content:"";
	background:url(../images/web-28.png) no-repeat center;
	background-size:cover;
}


.contact-flex{ display:flex; flex-wrap:wrap;  align-items:flex-start; }
.contact-item-one , .contact-item-two{ width:calc( (100% - 290px) / 2 ); }
.contact-item-three{ width:290px; }


.contact-info-list{}
.contact-info-list li{ position:relative; padding-left:105px; font-size:18px;  }
.contact-info-list li .title{ position:absolute; top:0; left:0; width:100px; font-weight:600; }
.contact-info-list li .title:after{ position:absolute; top:0; right:0; content:"：";}
.contact-info-list li , .contact-info-list li a { color:#fff; }
.contact-info-list li a:hover { color:rgba(255,255,255,0.8); }

.contact-qrcode{ display:inline-block; vertical-align:middle; max-width:80px; margin-right:20px; }
.contact-qrcode img{ display:block; max-width:100%; height:auto; }
.contact-item-three .social-list{ display:inline-block; vertical-align:middle; }


.category-heading-bg.contact{ margin-top:100px; }

.contact-form-box{ margin-bottom:45px; }
.contact-form-note{ margin-bottom:15px; font-size:1em; color:#fff; }

/* == 表單 套件組合 ======== */
.input-group {
	display:flex; 
	flex-wrap:wrap;
	align-items:center;
	width:100%; 
	color:#fff; 
	margin-bottom:0;
	padding-right:10px;
	margin-bottom:25px;
}
.input-group.half-width{ width:50%; } 

.require-mark{ color:red; font-size:0.85em; }
.input-title{
	align-self: baseline;
	width:85px;
	font-size:15px;
	text-align: left;
	padding-top:8px;
	color:#fff;
	height:31px;
}

.input-control {
	width: 100%;
	width:calc(100% - 85px);
    min-height: 2em;
}
.input-group input[type=text] {
    width: 100%;
    display: block;
	border:1px solid transparent;
	border-bottom:1px solid #ccc;
	background:rgba(255,255,255,0.5);
	color:#fff;
}
.input-remind{ font-size:0.8em; color:#fff; }

.input-group textarea{ width: 100%; background:rgba(255,255,255,0.4); color:#fff; }

.form-bt-line{ width:100%; text-align:left; }
.form-bt-line.contact{ width:100%; padding-left:85px; margin-bottom:30px; }

input.fbtn{
	position:relative;
	padding-right:25px;
	background:transparent;
	border-color:transparent;
	color:#fff;
	font-weight:600;
	font-size:18px;
	cursor:pointer;
}

.fbtn-outset{ position:relative; display:inline-block; }
.fbtn-outset:before{
	position:absolute;
	top:10px;
	right:0;
	width:0;
	height:0;
	content:"";
	border-bottom:12px solid #fff;
	border-right:20px solid transparent;
}

.fbtn-outset:hover input.fbtn{ color:#EEBA4E; }
.fbtn-outset:hover:before{ border-bottom-color:#EEBA4E; }




/*品牌*/
.brands-area{ margin-bottom:100px; }
.en-category{ text-align:center; margin:30px 0; }
.en-list{ display:flex; flex-wrap:wrap;  justify-content:center; max-width:650px; margin:0 auto; }
.en-list a{
	display:block;
	width:40px;
	height:40px;
	background:rgba(255,255,255,0.6);
	color:#000;
	font-size:16px;
	line-height:40px;
	margin:5px;
	text-align:center;
	font-variant:600;
}

.en-list a:hover{ background:rgba(255,108,182, 0.3); color:#fff; }
.en-list a.item-no{ color:#666; cursor:default;}
.en-list a.item-no:hover{ background:rgba(255,255,255,0.6); }


.en-cate-title{ margin:0px 0 50px 0; text-align:center; }
.en-cate-title .txt{
	display:inline-block;
	width:50px;
	height:50px;
	background:rgba(239,10,157, 0.8);
	color:#fff;
	font-size:20px;
	line-height:50px;
	margin:5px;
	text-align:center;
	text-transform:uppercase;
}





/*相關連結*/
.link-list{ display:flex; flex-wrap:wrap; margin:45px 0; }
.link-list li{ width:47%; margin-right:6%; margin-bottom:110px; }
.link-list li:nth-child(2n){ margin-right:0; }

.link-flex{ display:flex; flex-wrap:wrap; width:100%; }

.link-left{ width:140px; margin-right:25px; }
.link-right{ width:calc( 100% - 165px );}

.link-photo{ position:relative; border:2px solid #fff; max-width:140px; }
.link-photo:before{
	position:absolute;
	bottom:-20px;
	left:-10px;
	width:1px;
	height:65px;
	content:"";
	background:rgba(255,255,255,0.5); 
}
.link-photo:after{
	position:absolute;
	bottom:-10px;
	left:-20px;
	width:110px;
	height:1px;
	content:"";
	background:rgba(255,255,255,0.5); 
}
.link-photo:hover{ border-color:#F4DF2D; }

.link-name{ border-bottom:1px solid #fff; margin-bottom:20px; }
.link-name a{ color:#fff; font-size:18px; font-weight:600; }
.link-name a:hover{ color:#F4DF2D; }

.link-intro{ color:rgba(255,255,255,0.8); font-size:15px; }



/*搜尋*/
.search-area{ margin:60px 0 0 0; }








/*=== 會員、購物車等頁面設定====================================================================================================
=========================================================================================================================*/







.backend-main{ background:#fff; padding:15px 0; }


.section-header{ margin:30px 0; text-align:center; border-bottom:1px solid rgba(255,255,255,0.8); }
.section-title , .section-subtitle{ line-height:1.3; }
.section-title{ font-size:24px; font-weight:600; color:#fff; margin:7px 0 4px 0; }
.section-subtitle{ font-size:14px; color:rgba(255,255,255,0.5); text-transform:uppercase; margin:4px 0 9px 0; }

.section-header.small{ border-bottom-color:rgba(255,255,255,0.5);}
.section-header.small .section-title{ font-size:18px; }
.section-subtitle{ font-size:12px; }


.half-area{ display:flex; flex-wrap:wrap; }
.half-area-left{ position:relative; width:45%; margin-right:10%; }
.half-area-right{ position:relative; width:45%; }





/*購物車等頁面最外框*/
.backend-frame{
	font-size:15px;
	color:#fff;	
	background:#231917 url(../images/web-26.png) no-repeat center bottom; 
	min-height:600px;
}
.backend-frame .container{ padding-bottom:45px; }



/*購物車等頁面-導覽路徑*/
.backend-breadcrumb{
	position:absolute;
	bottom:-25px;
	left:0;
	width:100%;
	font-size:0.85em;
	line-height:1.5;
	margin:3px 0;
	text-align:right;
}
.backend-breadcrumb li{ display:inline-block; }
.backend-breadcrumb li:after{ content:"/"; font-size:10px; margin-left:5px; }
.backend-breadcrumb li:last-child:after{display:none;}
.backend-breadcrumb , .backend-breadcrumb a{ color:#999; }
.backend-breadcrumb a:hover{ color:#333; }



/*分類區塊*/
.modal-wrap{ margin-bottom:45px; }
.modal-wrap-border{ border:1px solid #e5e5e5; padding:15px 20px 10px 20px; }
.modal-headline{ margin-bottom:15px; }
.modal-icon{
	display:inline-block;
	vertical-align:middle;
	background:#333;
	width:17px;
	height:17px;
	padding:1px;
}
.modal-icon img{ display:block; max-width:100%; height:auto; }
.modal-heading{
	display:inline-block; 
	vertical-align:middle; 
	font-size:1.15em; 
	font-weight:600;
}


/*-----------------------------------------------------------------------------------------------------------------*/



/*購物車等頁面-表單元件基本設定*/
.backend-frame input , .backend-frame select , .backend-frame textarea{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
	color: #333;
	font-size: 1em;
	line-height: 1.4;
	padding: 6px 10px;
	vertical-align:middle;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.backend-frame input::-webkit-input-placeholder , .backend-frame textarea::-webkit-input-placeholder{ color: rgba(51,51,51, 0.6); font-size:0.95em;}
.backend-frame input::-moz-placeholder , .backend-frame textarea::-moz-placeholder { color: rgba(51,51,51, 0.6); font-size:0.95em;}
.backend-frame input::-ms-input-placeholder , .backend-frame textarea::-ms-input-placeholder { color: rgba(51,51,51, 0.6); font-size:0.95em;}
.backend-frame input::-moz-placeholder , .backend-frame textarea::-moz-placeholder { color: rgba(51,51,51, 0.6); font-size:0.95em;}

.backend-frame input:focus , select:focus{ 
	border-color: rgba(13,105,231, 0.2);
    box-shadow: 0 1px 1px rgba(13,105,231, 0.075) inset, 0 0 5px rgba(13,105,231, 0.1);
    outline: 0 none;
}

.backend-frame input[type="date"]{ width:150px; }

.backend-frame input[type="button"]{ cursor:pointer; }

.backend-frame select {
	background: #fff;
	appearance:none;
	background:url(../images/selt-arrow.png) no-repeat scroll right 5px center transparent;
	padding-right:25px;
	-webkit-appearance: none;
    -moz-appearance: none;
}
.backend-frame select::-ms-expand { display: none; }

.backend-frame label{ line-height:1.4; }

.backend-frame button , .backend-btn , .backend-frame input.backend-btn{
	background:#fff; 
	border:1px solid #fff; 
	color:#333; 
	cursor: pointer;
	display: inline-block;
	min-width:120px;
	margin-bottom:10px;
	padding: 6px 15px;
	border-radius: 2px;
}
.backend-frame button:hover , .backend-btn:hover , .backend-frame input.backend-btn:hover{
	background:#EF0A9D; 
	color:#fff; 
	border-color:#EF0A9D;
	outline: none;
	border-radius: 2px;
}

.backend-btn{ margin:0px 12px; font-size:1.05em;}

/*返回或取消用淺按鈕*/
.backend-btn.back-btn{ background:transparent; color: #fff; border-color: #fff; }
.backend-btn.back-btn:hover{ background:transparent; color: #EEBA4E; border-color: #EEBA4E; }

/*結帳最後紅底提醒*/
.backend-btn.end-btn:hover{ border-color:#810000; background:#810000; color:#FFF; }


/*按鈕列，不在form中*/
.backend-btn-line{ text-align:center; margin:30px 0; }



/*核取方塊*/
.checkbox-group {
    position:relative;
	display:inline-block;
    padding-left:18px;
}
.checkbox-group input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    margin: auto;
}
.checkbox-group input[type=checkbox] + .checkbox-title{ display:inline-block; height:25px; line-height:22px; }



/*表單基本排版設定*/
.form .form-line{ margin-bottom:15px; text-align:left; }
.form .form-inline{ margin-bottom:15px; display:inline-block; }
.form .form-btn-line{ margin:40px 0; text-align:center; } /*按鈕列*/
.form .control-label{ margin-bottom:2px; }
.form .control-remind{ color:rgba(255,255,255,0.7); font-size:0.9em; }/*文字欄位說明提醒*/

.form-line.center-line{ text-align:center; }
.form-line.right-line{ text-align:right; }


/*表單固定標題px寬之水平設定*/
.form-inline-set .form-line{ display: table; border-collapse:separate; width:100%;}
.form-inline-set .control-label{
	display: table-cell;
	min-width: 85px;
    white-space: nowrap;
	vertical-align:top;
	padding-top:4px;
	padding-right:10px;
}
.form-inline-set .control-text{
	display: table-cell;
	min-width: 85px;
    white-space: nowrap;
	vertical-align:top;
	padding-top:1px;
	padding-right:10px;
}

.form-inline-set .control-wrap{ display:table-cell; width:100%; }
.form-inline-set .control-input{ width:100%;}



/*必填提醒*/
.form .require-remind-line{ font-size: 0.9em; margin:0px 0 2px 0; text-align:right; }
.require-mark{ color:red; display:inline-block; vertical-align:text-top; width:8px; font-size:0.85em; }


/*區分標題之後有必填提醒，則縮減間距*/
.modal-headline + .require-remind-line{ margin-top:-15px;}



/*-----------------------------------------------------------------------------------------------------------------*/

/*購物車等頁面-主內容*/
.forgot-password-frame , .change-password-frame , .order-report-frame{ max-width:400px; margin-left:auto; margin-right:auto; }
.revise-frame{ max-width:600px; margin-left:auto; margin-right:auto; }
.order-frame{ max-width:900px; margin-left:auto; margin-right:auto; }
.order-view-frame{ max-width:1000px; margin-left:auto; margin-right:auto; }




/*會員登入*/
.login-help-wrap{ margin-top:20px; text-align:center; }
.help-box{
	display:inline-block; 
	margin:0 10px 15px 10px;
	text-align:center;
	vertical-align:middle;  
}
.help-box .help-btn{
	background:transparent;
	border:1px solid #999;
	color:#999;
	display:inline-block;
	padding:0em 1em;
	width:120px;
}
.help-box .help-info{ color:#999999; display:block; font-size:0.7em; margin-top:1px;}
.help-box:hover .help-btn{ border-color:#666; color:#666; }


/*忘記密碼*/
.fgt-pwd-input{ width:250px;}


/*會員中心*/
.center-list{ display:flex; flex-wrap:wrap; max-width:900px; margin:0 auto; }
.center-list li{ width:20%; margin:15px 2.5%; }
.center-item{ 
	text-align:center; 
	margin-bottom:30px;
	background:#fff;
	padding:5px 10px;
	border:1px solid #ccc;
	
	transition:All 0.5s ease;
	-webkit-transition:All 0.5s ease;
	-moz-transition:All 0.5s ease;
	-o-transition:All 0.5s ease;
}
.center-item .photo{ background:#595757;  margin-bottom:5px; }
.center-item .photo img{ display:block; max-width:100%; height:auto; }
.center-item:hover .photo{ background:#000; }
.center-item:hover{ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);}



/*-----------------------------------------------------------------------------------------------------------------*/



/*表格*/
.tbset{
	border: 1; 
	border-collapse: collapse;/*讓表格間無間隔*/
	width:100%;
}
.tbset td{ padding:10px 5px;}
.tbset thead{ font-size:0.95em; }



/*-----------------------------------------------------------------------------------------------------------------*/



/*購物流程*/
.shop-process-area{ margin-bottom:15px; text-align:center; }
.shop-process-list{ display:inline-block; }
.shop-process-list li{ display:inline-block; }
.shop-process-item{
	position:relative;
	display:inline-block;
	width:130px; 
	border:1px solid #ccc; 
	padding:2px 5px; 
	border-radius:3px; 
	margin:0 5px 15px 5px;
	background:#fff;
	color:#ccc;
	font-size:12px;
}
.shop-process-item:before, .shop-process-item:after{ display:table; content:" " }
.shop-process-item:after{ clear:both }
.shop-process-item:before{
	position:absolute;
	top:50%;
	right:-6px;
	width:10px;
	height:10px;
	margin-top:-5px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-radius:3px; 
	background:#fff;
	content:"";
	
	transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.shop-process-list li:last-child .shop-process-item:before{ display:none; }

.shop-process-step , .shop-process-box{ display:inline-block; vertical-align:bottom; line-height:1.2; }

.step-txt , .step-num{ display:block; width:42px; font-weight:600; }
.step-num{ font-size:28px;}

.shop-process-photo{ width:35px; background:#ccc; }
.shop-process-photo img{ display:block; max-width:100%; height:auto; }
.shop-process-tilte{ margin-top:2px; letter-spacing:0px; }

.shop-process-list li.cart-checked .shop-process-item{ color: #666; border-color: #666;  }
.shop-process-list li.cart-checked .shop-process-item:before{ border-color: #666; }
.shop-process-list li.cart-checked .shop-process-photo{ background:#666; }

.shop-process-list li.active .shop-process-item{ color: #7b0000; border-color: #7b0000;  }
.shop-process-list li.active .shop-process-item:before{ border-color: #7b0000; }
.shop-process-list li.active .shop-process-photo{ background:#7b0000; }




/*購物車-選擇方式*/
.choose-list{ margin-bottom:30px; }
.choose-item{ display: table; border-collapse: separate; width:100%; }
.choose-item{ border-top:1px solid #e5e5e5;}
.choose-item:last-child{ border-bottom:1px solid #e5e5e5;}
.choose-btn , .choose-title , .choose-sepec{ display: table-cell; padding:6px 10px;}
.choose-btn{ min-width:40px; border-right:1px solid #e5e5e5; background:#f4f4f4; text-align:center; }
.choose-title{ min-width:100px; border-right:1px solid #e5e5e5;  }
.choose-sepec{ width:100%; }


/*購物車列表區塊*/
.cart-item-list{ border: 1px solid #e5e5e5; padding:20px; }


/*購物車列表-表格*/
.tb-cart{ margin-bottom:5px; }
.tb-cart tr{ border-bottom: 1px solid #e5e5e5; }
.tb-cart td{ text-align:center; min-width:45px; }
.tb-cart td:nth-child(2){ text-align:left; }
.tb-cart td:nth-child(5){ text-align:right; }
.tb-cart td:nth-child(6){ width:45px; }


/*購物車數量*/
.tb-cart-qtybox{ display:inline-block; min-width:100px;}
.tb-cart-qtybox .control-num{ padding: 3px 5px; width:80px; text-align:center; }
.tb-cart-qtybox .qtyminus{ padding: 3px 8px; }



/*購物車-刪除之叉叉圖示*/
.cart-delete-btn{ position:relative; display:inline-block; min-width:25px; height:25px;}
.cart-delete-btn:before, .cart-delete-btn:after{
	position: absolute; top: 50%; left: 50%;
	background: rgba(128,128,128,1);
	content: '';
	display: inline-block;
	height: 3px;
	margin-top: 2px;
	margin-left: -7px;
	width: 15px;
	border-radius:2px;
	transition:All 0.5s ease;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cart-delete-btn:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cart-delete-btn:hover:before, .cart-delete-btn:hover:after{ background:#000; }
.cart-delete-btn .icon-txt{ display:none;}


/*購物車-總額*/
.cart-total-area{ padding-right:5px; padding-bottom:30px; margin-top:10px; }
.cart-total-area.pdright{ padding-right:45px; }
.cart-total-area:before, .cart-total-area:after{ display:table; content:" " }
.cart-total-area:after{ clear:both }
.cart-total-list{ float:right; display:inline-block; }
.cart-total-line{
	display: table; 
	border-collapse: separate;
	width:100%;
	text-align:right;
	margin-bottom:10px;
}
.cart-total-name , .cart-total-dollar{ display: table-cell; }
.cart-total-name{ width:100%; padding-right:10px; }
.cart-total-dollar{ min-width:140px;}

.cart-total-area .redtxt{ color:red; }
.cart-total-line.endtotal-line{ border-top: 1px solid #e5e5e5; margin-top:5px; padding-top:5px; }
.endtotal-line .cart-total-dollar{ font-weight:600; color:red; }



/*購物車-說明*/
.cart-axplain .title {
    display: inline-block;
    background: #333;
    color: #ffffff;
    padding: 1px 5px;
    line-height: 1.4;
}


/*訂單查詢-查詢區塊*/
.order-search .form-inline{ margin-bottom:5px; }

/*訂單查詢-訂單列表*/
.order-list{ border: 1px solid #e5e5e5; padding:20px; margin-bottom:60px; }

.tb-order thead , .tb-order tr{ border-bottom: 1px solid #e5e5e5; }
.tb-order tr:last-child{ border-bottom-width: 0px; }
.tb-order td{ text-align:center; min-width:45px; }

.tb-order a{ color:#EEBA4E; font-weight:600;}
.tb-order a:hover{color:#EF0A9D;}




/*-----------------------------------------------------------------------------------------------------------------*/



/*填寫付款資訊*/
.order-report-txt{ padding:3px 0; }


/*訂單詳細資訊*/
.order-view-heading{font-size: 1.05em; color:#AD0506; margin-bottom:15px; }
.order-view-list{ margin-bottom:30px; }
.order-view-line{ display: table; width:100%; margin-bottom:15px; }
.order-view-title , .order-view-txt{ display: table-cell;}
.order-view-title{ min-width:80px;}
.order-view-txt{ width:100%; }





/*註冊*/
.register-rule iframe{ border:1px solid #cccccc; height:580px;}

.agree-area{ margin:20px 0;}
.agree-area , .agree-area a{ color:#fff;}

.agree-area a{ font-weight:600; font-size:16px; }
.agree-area a:hover{ color:#EEBA4E;}




/*登入*/
.sec-content-login{
	max-width:1000px;
	margin:30px auto;
	text-align:center;
}
.sec-content-login .half-area-left:before{
	position:absolute;
	right:-10%;
	top:10%;
	height:80%;
	width:1px;
	content:"";
	background:#d6d6d6;
}

.sec-content-login .half-area-right{ padding-top:10%;}

.sec-content-login .section-header{ margin-bottom:0; border-bottom-color:transparent;}

.fm-login{width:80%;}

.fm-login .fm-btn{
	width:100%;
	margin-left:0;
	margin-right:0;
	padding:10px 0;
}

.login-help , .regis-help{ margin:30px 0;}
.login-help{text-align:right;}

.login-help-area , .regis-help-area{display:inline-block; text-align:center;}

.fgt-pwd-btn , .regis-btn{
	display:block;
	font-size:0.9em;
	padding:0.3em 2.5em;
	border:1px solid #fff;
	background:transparent;

	border-radius:20px;
	color:#fff;
}

.fgt-pwd-btn:hover , .regis-btn:hover{ color:#EEBA4E; border-color:#EEBA4E; }

.fgt-pwd-info , .regis-info{
	display:block;
	font-size:0.7em;
	color:##fff;
	margin-top:1px;
}


/*返回列*/
.backend-back-line{ margin:10px 0 40px 0; }




/*.購物車*/
.sec-cart{ margin:30px 0 30px 0;}

/*---------------------*/

.sec-explain-cart{ 
	font-size:0.9em;
	background:rgba(209,209,209, 0.05);
	padding:10px;
	margin-bottom:30px;
}

.cart-item{
	display:flex; 
	flex-wrap:wrap; 
	
	position:relative;
	padding:10px;
	margin:10px 0;
	background:rgba(209,209,209, 0.1);
	border:1px solid rgba(102,102,102, 0.5);
	color:#666666;
}
.cart-item-left-box{ width:15%; position:relative; margin-right:3%; }
.cart-item-right-box{ width:82%; position:relative; }



.cart-item a{ color:#fff; }
.cart-item a:hover{ color:#EF0A9D; }

.cart-item-pic{ text-align:center; }
.cart-item-pic img{ display:inline-block; width:100%; max-width:100px; height:auto;}

.cart-item-title{
	padding:0px 40px 10px 0;
	margin-bottom:10px;
	border-bottom:1px solid rgba(102,102,102, 0.3);
}

.cart-item-intro{
	font-size:0.8em;
	color:rgba(255,255,255,0.8);
}
.cart-item-intro li{ display:inline-block; width:48%; margin-bottom:5px;}

.delete-btn{
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
}

.cart-item .btn-close:before , .cart-item .btn-close:after{
	width: 20px;
	height: 2px;
	margin-top: -1px;
	margin-left: -10px;
	background:#666;
}
.cart-item .btn-close:hover:before, .cart-item .btn-close:hover:after{background:#EF0A9D;}

.cart-item-total-box{ position:absolute; bottom:0; right:0; }

.cart-quantity{
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	margin-right:40px;
}
.cart-quantity input.qtyminus , .cart-quantity input.num-txt{ display:inline-block; vertical-align:middle; }

.cart-quantity .number-text{ color:#fff; font-weight:600; }

.cart-total{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	color:#fff;
	font-weight:600;
}

/*---------------------*/

.payment-method li{padding:0px 5px 10px 5px;}

.payment-selt{display:inline-block; width:150px;}

.payment-txt{
	border-top:1px solid rgba(102,102,102, 0.3); 
	font-size:0.8em; 
	color:rgba(255,255,255,0.8);
	margin-top:10px;
}

.payment-txt-content{ margin:10px 0;}

/*---------------------*/

.total-wrap{ margin-bottom:60px; }
.total-wrap li{
	width:100%;
}
.total-wrap li:before, .total-wrap li:after{ display:table; content:" " }
.total-wrap li:after{ clear:both }

.total-name , .total-price{ float:left; display:block;}

.total-name{width:85%; text-align:left;}

.total-price{width:15%; text-align:right;}
.total-price.redtxt{ color:red;}

.total-pro .total-name{ font-size:0.8em;}

.total-endtotal{
	padding:20px 0;
	margin:10px 0;
	border-top:1px solid rgba(102,102,102, 0.3);
	border-bottom:1px solid rgba(102,102,102, 0.3);
}
.total-endtotal .total-name , .total-endtotal .total-price { 
	width:50%; 
	font-size:1.1em
}



.num-txt{ width:60px; text-align:center; }
.backend-frame button.cart-refresh-btn{
	width:80px; 
	min-width:auto;
	
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #333;
	font-size: 1em;
	line-height: 1.4;
	padding: 6px 10px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.chk-area{ color:#666; font-weight:600; font-size:14px; }



