@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');


/*------------ basic ------------*/

body {
    font-family: Arial, '微軟正黑體', 'Microsoft JhengHei','文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #725233;
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.08em;
    position: relative;
    
    
}
.wrapper{
    position: relative;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}



/*------------ / basic ------------*/

/*--- 最上方 ---*/
.header-sheet {
    background-color: #d9b087;
    color: #6A3906;
    padding: 15px 0;
    width: 100%;
    height: auto;
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color: #fff;
    text-decoration: underline;
}
.header-fixed .header-sheet {
    display: none;
}
/*--- END ---*/

/*------------ icon ------------*/


/*------------ / icon ------------*/


/*------------ btn ------------*/

.share .btn {
    width: 30px;
    height: 30px;
    line-height: 33px;
    font-size: 16px;
    color: #6A3906;
    border: solid 1px #FBC82B;
    background: #FBC82B;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.share .btn:hover {
    background: none;
    border-color: #FEEEBC;
    color: #FEEEBC;
}



.ibtn.fb-fans-page {
    background-image: url('../../images/tw/fb_page.png');
    width: 262px;
    height: 100px;
    position: relative;
    float: left;
}
.ibtn.fb-fans-page:hover{
    background-position: 0 0;
}
.ibtn.fb-fans-page:before{
    content: '';
    display: block;
    background: url('../../images/tw/fb_page.png') 50% 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.ibtn.fb-fans-page:hover:before{
    opacity: 1;
}

.btn.back {
    color: #60370A;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.btn.back:hover {
    color: #60370A;
}

.btn.back .ic {
    vertical-align: middle;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #FBC82B;
    text-align: center;
    color: #61370A;
    font-size: 1.2em;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}

.btn.back:hover .ic {
    background: #61370A;
    color: #fff;
}

.btn.simple {
    background: #FBC82B;
    border: 1px solid #e0b11f;
    color: #6A3906;
    font-size: 18px;
    font-weight: bold;
    line-height: 34px;
    letter-spacing: 0.06em;
    border-radius: 8px;
    width: 216px;
    margin: 0 5px 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn.simple:hover {
    background: #6A3906;
    border-color: #6A3906;
    color: #fff;
}

.btn.simple .ic {
    vertical-align: middle;
    margin-bottom: 4px;
}

.btn.simple2 {
    background: #FBC82B;
    color: #6A3906;
    font-family: 'Signika Negative', '微軟正黑體', 'Microsoft JhengHei','文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0.06em;
    border-radius: 8px;
    width: 216px;
    margin: 0 5px 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn.simple2:hover {
    background: #6A3906;
    color: #fff;
}

.btn.normal {
    border: 1px solid #FBC82B;
    background: #FBC82B;
    width: 126px;
    height: 30px;
    line-height: 28px;
    color: #6A3906;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin: 0 5px 10px;
    position: relative;
    border-radius: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn.normal:hover {
    background: #6A3906;
    background: #fff;
    border-color: #F89600;
}

.btn.normal .ic {
    vertical-align: middle;
    margin: 0 0 5px 0;
}

.btn.pure {
    color: #6A3906;
    font-size: 13px;
    line-height: 30px;
    padding: 0 5px;
    margin: 0 5px 10px;
}

.btn.pure:hover {
    text-decoration: underline;
}



/*------------ / btn ------------*/

.site-main{
    position: relative;
}
/*選單置頂優化*/
/*
.site-main:before{
    content: '';
    background: url(../../images/common/inner_banner_bg.png) no-repeat 50% 0;
    position: relative;
    width: 100%;
    height: 847px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    top: -495px;
}*/
/*!選單置頂優化*/
/*------------ site_header ------------*/

.site-header {
    padding: 0px 0 30px;
    position: relative;
    
}
/*選單置頂優化*/
/*
.site-header:before{
    content: '';
    display: block;
    background: url(../../images/common/index/header_top_bg.png) no-repeat 50% 0;
    width: 1920px;
    height: 1042px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -2;
}*/
body,.site-header{
	background: url(../../images/common/top.jpg) no-repeat 50% 0;
}


/*!選單置頂優化*/

.site-header .container {
    max-width: 1440px;
    padding: 0;
}

.site-title {
    position: relative;
    float: left;
    text-align: center;
    padding: 25px 0 25px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% / contain no-repeat;
    width: 181px;
    height: 149px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

.top-nav {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 75px;
}

.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.func-menu>li {}

.func-menu li a {
    color: #666666;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0;
/*    padding: 1px 11px;*/
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.func-menu li a:before{
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 0;
    right: 0;
}
.func-menu li a:after{
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 0;
}
.func-menu li a:hover:before,
.func-menu li a:hover:after{
    width: 100%;
}

.func-menu>li>a span{
    display: block;
    position: relative;
    padding: 1px 11px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.func-menu li a span:before{
    content: '';
    display: block;
    width: 1px;
    height: 0%;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
}
.func-menu li a span:after{
    content: '';
    display: block;
    width: 1px;
    height: 0%;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    right: 0;
    bottom: 0;
}


.func-menu li a:hover span:before,
.func-menu li a:hover span:after{
    height: 100%;
}

.func-menu>li>a:hover {
}

.func-menu li a .ic {
    width: 32px;
    height: 20px;
    line-height: 32px;
    color: #000000;
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    margin-right: 6px;
    background: url(../../images/common/topnav_ic.png);
}
.func-menu>li>a .ic:before{
    display: none;
}


.func-menu  li.gomember a i:before{
    display: none;
}
.func-menu  li.gomember a i{
    width: 24px;
    height: 20px;
    background-position: 0% 0;
}

.func-menu>li>a .ic43-order2 {
    width: 23px;
    background-position: -36px 0;
}

.func-menu>li>a .ic43-pen {
    width: 21px;
    background-position: 100% 0;
}

.gocart >a{
    position: relative;
    padding: 0 46px 0 92px;
    background: url('../../images/common/gocart_title.png') 0 50% no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: 15px;
    margin-left: 15px;
}

.gocart>a {
    display: block;
    

}
.gocart>a .ic{
	margin-top:-10px;
}
.gocart .qty{
	 color: #6A3906;
	  font-size: 33px;
    font-weight: bold;
}
/*.gocart>.num{
	  line-height: 50px;
   
   
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 5px 10px 5px 15px;
    background:  #EFE6D8;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.gocart.active> .num,
.gocart>a:hover .num{
    background: #FEC100;
}*/




.gocart a .qty{
    font-family: 'Crimson Text',Arial, '微軟正黑體', 'Microsoft JhengHei', serif;
    vertical-align: unset;
}



.gocart>a>* {
    display: inline-block;
    vertical-align: middle;
}

.gocart>a .ic {
    font-size: 22px;
    margin-right: 5px;
}

.gocart>a .qty {
    margin: 0 5px;
    letter-spacing: 0;
}

.gocart>a .txt {
    background: #EFE6D8 url('../../images/common/gocart_txt.png') center center no-repeat;
    width: 60px;
    height: 28px;
	border-radius:50px;
    line-height: 23px;
    color: #563510;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    text-indent: -9999px;
    position: relative;
  /*  right: -23px;*/
   /* display: none;*/
   margin-left:5px;
   margin-top:-8px;
}

.gocart>a:hover .txt {
	
}
.gocart.active> .txt,
.gocart>a:hover .txt{
    background-color:#ffeac8;
}
.gocart .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    background: #fff;
    border: 3px solid #F29600;
    padding: 2px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.gocart .cart-box .btn {
    width: 100%;
    background: #F29600;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: 'Crimson Text',Arial, '微軟正黑體', 'Microsoft JhengHei', serif;
}

.gocart .cart-box .btn:hover {
    background: #6A3906;
}

.gocart .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}

.gocart .cart-list {
    color: #333;
}

.gocart .cart-list li+li {
    border-top: 1px dashed #ddd;
}

.gocart .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px 4px;
}

.gocart .cart-list .pic {
    float: left;
    width: 70px;
}

.gocart .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.gocart .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #f99602;
    font-size: 15px;
}

.gocart .cart-list a:hover .name {
    text-decoration: underline;
}

.gocart .cart-list .qty {
    color: #e44445;
}



/*------- 會員下拉 ------*/

.func-menu>li.gomember {
    position: relative;
    display: inline-block;
}
/*

.func-menu>li.gomember>a {
    font-size: 13px;
    color: #c74f00;
}

.func-menu>li.gomember>a i {
    color: #ffffff;
    font-size: 13px;
}
*/

.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 120px;
    right: 0%;
    left: -20%;
    top: 100%;
    background: #fff;
    padding: 1px;
    border: 2px solid #F29600;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.func-menu .gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.func-menu .gomember-list {
    padding: 0px 0;
}

.func-menu .gomember-list li+li {
    padding: 1px 0 0;
}

.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 2px 0;
}

.func-menu .gomember-list a:hover {
    color: #f99602;
}

.func-menu .gomember-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.func-menu .gomember-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #292929;
    font-size: 15px;
}

.func-menu .login-out-fixed {
    background: #f99602;
    color: #fff;
}

.func-menu .gomember-list .login-out-fixed a:hover {
    color: #f7ff7b;
}



/*------- 會員下拉end ------*/


/*--------主選單---------*/

.site-header .search-box {
    position: relative;
    width: 250px;
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Crimson Text',Arial, '微軟正黑體', 'Microsoft JhengHei', serif;
}

.site-header .search-box:before {
    content: 'Search:';
    color: #6A3906;
    font-size: 16px;
    letter-spacing: 0.12em;
    position: absolute;
    left: 0;
}

.site-header .search-box .form-control {
    border-color: transparent;
    margin: 0;
}

.site-header .search-box .form-control:focus~.btn.search {
    background-position: 0 100%;
}

.site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
    width: 37px;
    height: 27px;
    position: absolute;
    top: 0;
    right: 0;
}

.no-svg .site-header .search-box .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}

.site-header .search-box .btn.search:hover {
    color: #B20000;
}

.site-header .search-box .btn.search:before {
    content: '';
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff;
}

.site-header .language {
    position: relative;
}

.site-header .language .btn {
    display: none;
}

.site-header .language li a {
    display: block;
    background: #F99602;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 12px;
}

.site-header .language li a:hover {
    background: #6A4113;
}

.site-nav {
    clear: both;
    padding: 0 5px;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.site-nav:before{
    content: '';
    display: block;
    width: 335px;
    height: 100%;
    border: solid 1px #F29600;
    position: absolute;
    top: 0;
    right: 0;
}

.site-nav>*,
.submenu>* {
    display: inline-block;
    vertical-align: middle;
}

.submenu {
    text-align: left;
    position: absolute;
    right: 49px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 30px;
}

.submenu>* {
    margin-left: 12px;
}

.site-nav .menu {
    text-align: center;
    background: rgba(255,255,255,0.6);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
}

.site-nav .menu li {
    position: relative;
}

.site-nav .menu li a {
    display: block;
    
}

.site-nav .menu>li {
}

.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}

.site-nav .menu>li>a {
    width: 130px;
    color: #0F0F0F;
    font-size: 17px;
    padding: 22px 5px 11px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align:center;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.site-nav .menu>li.active>a,
.site-nav .menu>li>a:hover {
    color: #fff;
    background: #714A26;
}

.site-nav .menu>li>a .icon {
    display: block;
    background-image: url('../../images/common/menu_ic.png');
    width: 40px;
    height: 40px;
    margin: 0 auto 4px;
}

.no-svg .site-nav .menu>li>a .icon {
    background-image: url('../../images/common/menu_ic.png');
}

.site-nav .menu>li>a .icon.i1 {
    background-position: 0 0;
}

.site-nav .menu>li>a .icon.i2 {
    background-position: -133px 0;
    width: 42px;
}

.site-nav .menu>li>a .icon.i3 {
    background-position: -262px 0;
    width: 52px;
}

.site-nav .menu>li>a .icon.i4 {
    background-position: -400px 0;
    width: 39px;
}

.site-nav .menu>li>a .icon.i5 {
    background-position: -533px 0;
    width: 42px;
}

.site-nav .menu>li>a .icon.i6 {
    background-position: -668px 0;
    width: 35px;
}

.site-nav .menu>li>a .icon.i7 {
    background-position: -800px 0;
    width: 39px;
}

.site-nav .menu>li>a .icon.i8 {
    background-position: 100% 0;
    width: 43px;
}



.site-nav .menu>li>a:hover .icon {
    position: relative;
}

.site-nav .menu>li>a:hover .icon.i1 {
    background-position: 0 100%;
}

.site-nav .menu>li>a:hover .icon.i2 {
    background-position: -133px 100%;
}

.site-nav .menu>li>a:hover .icon.i3 {
    background-position: -262px 100%;
}

.site-nav .menu>li>a:hover .icon.i4 {
    background-position: -400px 100%;
}

.site-nav .menu>li>a:hover .icon.i5 {
    background-position: -533px 100%;
}

.site-nav .menu>li>a:hover .icon.i6 {
    background-position: -668px 100%;
}

.site-nav .menu>li>a:hover .icon.i7 {
    background-position: -800px 100%;
}

.site-nav .menu>li>a:hover .icon.i8 {
    background-position: 100% 100%;
}



.site-nav .menu ul {
    display: none;
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    position: absolute;
    z-index: 600;
    width: 190px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -95px;
}

.site-nav .menu>li>ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -8px;
}

.site-nav .menu ul li a {
    color: #555;
    font-size: 14px;
    text-align: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.85);
    margin-bottom: 1px;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #333;
    text-decoration: underline;
}

.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}

.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}
.site-nav .menu .new_menu{
        display:none;
    }



/*------------ / site_header ------------*/


/*------------ header-fixed ------------*/

/*選單置頂優化*/
.site-header{
	position:fixed;
	width:100%;
	top:0;
	z-index:500;

	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.top-nav,.site-nav .menu,.wrapper{
	transition: all .3s ease;
}
.site-title .logo{
	-webkit-transition: all .3s ease;
	transition: all .3s ease;	
}
.wrapper{
	padding-top: 336px;
}
.banner{
	z-index:400;
}
.header-fixed .wrapper{
	padding-top:80px;
}
/*!選單置頂優化*/
.header-fixed .site-header {
    padding: 0;
    -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.15);
 /*   background: url(../../images/common/siteheader_bg.jpg);*/
  /*  height: 70px;*/
    overflow: visible;
}

.header-fixed .site-header:before{display: none;}
.func-menu li {
	transition: all .2s ease;
}
.header-fixed .func-menu >li {
	display:none;
}
.header-fixed .func-menu .gomember-box li{
    display: block;
	height:auto;
	overflow: inherit;

}
.header-fixed .func-menu .gomember {
    display: block;
	height:auto

}

.header-fixed .submenu {
    position: absolute;
    top: 25px;
    right: 250px;
}

.header-fixed .submenu>* {
    display: inline-block;
    margin: 0;
    margin-right: 110px
}

.header-fixed .site-title {
    padding: 7px 0 0;
}

.header-fixed .site-title .logo {
    width: 72px;
    height: 50px;
}

.header-fixed .top-nav {
    top: 15px;
}

.header-fixed .site-nav .menu{
    padding: 0 3px;
    background: none;
}
.header-fixed .site-nav .menu>li>a {
/*    padding: 16px 16px;*/
    padding: 23px 16px 18px;
    width: auto;
}

.header-fixed .site-nav .menu>li>a .icon {
    display: none;
}

.header-fixed .site-header .search-box:before {
    top: 3px;
}

.header-fixed .site-nav:before{
    display: none;
}
.header-fixed .site-nav {
    text-align: left;
    max-width: 1000px;
    top: -60px;
	margin-bottom:-60px;
    position: relative;
    left: 80px;
}

.header-fixed .site-header .search-box {
    display: none;
}

.header-fixed .gocart > a::before{
    width: 83px;
    height: 55px;
}
.header-fixed .gocart > a .ic{
    font-size: 20px;
}
.header-fixed .gocart>a {
    font-size: 23px;
    line-height: 30px;
}

.header-fixed .submenu {
    top: 20px;
    right: 160px;
}



/*------------ / header-fixed ------------*/


/*------------ 拆單開始 ------------*/

.shopping_way.hot span {
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    bottom: 5px;
    position: relative;
}

.shopping_way.hot {
    text-align: center;
    margin-top: 8px;
    font-weight: normal;
}

.shopping_way .general {
    background: #b7b7b7;
}

.shopping_way .cold {
    background: #64e278;
}

.shopping_way .freezing {
    background: #91d5f3;
}

.shopping_way span+span {
    margin-left: 10px;
}

.shopping_way.hot.fixed {
    text-align: left;
}



/*------------ 拆單結束 ------------*/


/*------------ banner ------------*/

.banner {
    position: relative;
    padding-bottom: 46px;
}

.banner:before {
    content: '';
    background: url('../../images/common/banner_bg.png');
    position: absolute;
    z-index: 0;
    top: 20%;
    bottom: 14px;
    left: 0;
    right: 0;
}

.banner:after {
    content: '';
    background: url('../../images/common/banner_deco.png') 50% 100% no-repeat;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 46px;
}

.banner .container {
    max-width: 1440px;
    padding: 0;
    z-index: 2;
}



/*------------ / banner ------------*/


/*-----share_box-----*/

.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
}

.share_box .share-link .btn.facebook {
    color: #405D9A;
}

.share_box .share-link .btn.google {
    color: #F34537;
}

.share_box .share-link .btn.twitter {
    color: #39A0CE;
}

.share_box .share-link .btn.plurk {
    color: #E9443D;
}

.share_box.product {
    margin: 10px auto 0px auto;
    max-width: 840px;
}

.share_box {
    margin: 10px 0 30px;
    text-align: center;
}

.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #f59c00;
    cursor: pointer;
}

.a2a_default_style .a2a_svg {
    display: none;
}

.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}

.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}

.share_box .share-link .btn.google:hover {
    color: #F34537;
}

.share_box .share-link .btn.twitter:hover {
    color: #39A0CE;
}

.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}

.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}

.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}

.share_box .share-link .btn.line:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}

.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}

.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}

.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}

.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 2px 0;
    padding: 0;
}

.share_box .share-link .btn.line {
    padding: 0px;
}

.share_box .share-link:before {
    display: none;
}



/*-----share_box-----*/


/*------------ site_main ------------*/

.main-content {
    padding: 5px 0 130px;
}

.content {
    min-height: 755px;
    padding: 0 35px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-top {
    margin: 0 -35px 40px;
    padding: 20px 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: solid 1px #E1DFD7;
}

.main-title {
    color: #5F370A;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.main-title:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/title_ic.png') no-repeat;
    width: 111px;
    height: 13px;
    margin: 0 10px 2px 0;
}

.main-title span {
    display: inline-block;
    vertical-align: middle;
    color: #E50012;
    font-size: 17px;
    margin-bottom: 2px;
}

.main-title .ic {
    vertical-align: middle;
    font-size: 0.8em;
    margin: 0 6px 3px 0;
}

.content-title {
    color: #6A4B2F;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 15px;
}

.content-title:before {
    content: '';
    display: block;
    background: url('../../images/common/content_title_ic.svg') no-repeat;
    width: 34px;
    height: 34px;
    margin: 0 auto 8px;
}

.content-title:before {
    background-image: url('../../images/common/content_title_ic.png');
}

.content-title small {
    display: block;
    color: #FBA41A;
    font-family: 'Signika Negative', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}

.shopping-title,
.shopping-title-up {
    color: #6A3906;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin-bottom: 10px;
    text-indent: -42px;
    padding-left: 42px;
}

.shopping-title .en,
.shopping-title-up .en {
    font-family: 'Signika Negative', sans-serif;
    font-size: 20px;
    letter-spacing: 0.05em;
}

.shopping-title .ic-wrap,
.shopping-title-up .ic-wrap {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    border: 1px solid #8D643F;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.shopping-title .ic-wrap .ic,
.shopping-title-up .ic-wrap .ic {
    font-size: 20px;
    color: #8D643F;
    vertical-align: middle;
    margin: 0 0 4px;
}

.btn-box {
    clear: both;
    padding-top: 30px;
    position: relative;
    text-align: center;
}

.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.btn-box.align-left {
    text-align: left;
}

.btn-box.has-border {
/*    background: url('../../images/common/border_dot_h.png') repeat-x;*/
    margin-top: 15px;
    padding-top: 40px;
}

.warning-sect:before{
    content: '';
    display: block;
    background: url(../../images/common/warning_bg.png) no-repeat 50% 0%;
    height: 799px;
    height: 650px;
    z-index: -2;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}
.warning-sect img{
    display: block;
    margin: 0 auto;
}
.warning-sect {
    padding-bottom: 35px;
    position: relative;
    text-align: center;
}

.site-info {
    background:url(../../images/common/siteinfo_title_txt.png) no-repeat 50% 100%;
    padding: 25px 0px 35px;
    margin-top: 30px;
    position: relative;
}
.site-info:before{
    content: '';
    display: block;
    width: 100%;
    background: url(../../images/common/side_line_lay.png) no-repeat 50% 50%;
    width: 271px;
    height: 4px;
    position: absolute;
    right: -34px;
    top: 0;

}

.site-info .title {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    background: url('../../images/common/siteinfo_title.png') no-repeat;
    width: 100%;
    height: 153px;
    margin: 20px auto 15px;
}


.site-info-weekday {
    display: inline-block;
    background: #FDE7A4;
    color: #008B9F;
    font-size: 13px;
    font-weight: bold;
    border-radius: 12px;
    padding: 2px 12px;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.site-info-time {
    color: #008BA1;
    font-size: 21px;
    font-weight: bold;
}

.site-info-list li {
    position: relative;
    padding-left: 12px;
}

.site-info-list li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #F97D02;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.site-info-list li a {
    display: inline;
}

.site-info-list li a:hover {
    text-decoration: underline;
}



/*------------ / site_main ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    float: right;
    text-align: right;
    color: #878787;
    font-size: 13px;
    letter-spacing: 0;
    padding: 10px 0 0 10px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.breadcrumb li+li:before {
    content: '> ';
}

.breadcrumb li a:hover {
    color: #F29600;
}

.content-breadcrumb-box {
    margin: 0 auto 20px;
}

.content-breadcrumb-box .breadcrumb {
    float: none;
    display: inline-block;
    background: #efe6d8;
    color: #725233;
    border-radius: 6px;
    padding: 2px 12px;
}



/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.has-side .content-wrapper {
    background: url('../../images/common/border_dot_v.png') 274px 0 repeat-y;
}

.side {
    float: left;
    width: 240px;
}

.has-side .content {
    float: right;
    width: calc(100% - 276px);
}

.side-title {
    background: url('../../images/common/side_title_bg.png') no-repeat;
    width: 196px;
    height: 186px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding-top: 130px;
    margin: 0 auto 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    letter-spacing: 0.1em;
    position: relative;
}

.side-title small {
    display: block;
    color: #fff;
    font-family: 'Crimson Text', serif;
    font-size: 28px;
    font-weight: normal;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 91px;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.2;
}

.side-nav-top {
    text-align: right;
    line-height: 1.4;
    letter-spacing: 0.05em;
    padding: 0 0px 10px;
    margin: 0 auto 25px;
    position: relative;
}
.side-nav-top:before{
    content: '';
    display: block;
    width: 271px;
    height: 1px;
    position: absolute;
    background: #E1DFD7;
    bottom: -8px;
    right: -35px;
}

.side-nav-top li a {
    color: #5F370A;
    border: solid 2px #E50012;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 24px 5px 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 35px;
}


.side-nav-top li a:hover {
    color: #FFf;
    background: #E50012;
}

.side-nav-top li a .ic {
    font-size: 20px;
    position: absolute;
    left: 0;
    display: none;
}

.side-nav {
    line-height: 1.4;
    letter-spacing: 0.05em;
    text-align: right;
    margin: 0 auto 25px;
}

.side-nav>li {
    margin-bottom: 14px;
}

.side-nav>li>a {
    color: #5F370A;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 44px 8px 20px;
    border-radius: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    color: #fff;
    background: #6A3906;
}
.side-nav>li.has-child.active>a{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.side-nav>li>a:after {
    content: '\e901';
    display: inline-block;
    font-family: 'icon-font-43' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 11px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.side-nav>li>a:hover:after,
.side-nav>li.active>a:after {
    color: #FBC82B;
}

.side-nav ul {
    display: none;
    padding: 5px 0 10px;
    background: #6A3906;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.side-nav ul li a {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 44px 8px 20px;
    color: #fff;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
     color: #FBC82B;
}

.side-nav ul li a:after {
    content: '\e901';
    display: inline-block;
    font-family: 'icon-font-43' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 11px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #FBC82B;
    opacity: 0;
}
.side-nav ul li a:hover:after,
.side-nav ul li.active>a:after{
    opacity: 1;
}
.side-nav ul ul{
    background:  #432a10;
    border-radius: 0;
}
.side-nav ul ul li a{
    color: #c98645;
    font-size: 15px;
    color: 5px 44px 5px 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.side-nav ul ul li a:hover,
.side-nav ul ul li.active>a{
    color: #FBC82B;
}
.side-nav ul ul li a:after {
    display: none;
}

/*------------ / side ------------*/


/*------------ site_footer ------------*/
.footer-info{
    position: relative;
    background: #EFEDE9;
    padding: 20px 0;
}

.site-footer {
    background: url('../../images/common/footer_bg.jpg') 50% 50% no-repeat;
    background-size: cover;
    padding-top: 5px;
    position: relative;
}

.site-footer:before {
    content: '';
    display: block;
    background: rgba(106,57,6,0.83);
    width: 100%;
    height: calc(100% - 55px);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.site-footer .container{
    position: relative;
    z-index: 2;
}

.footer-top {
    padding: 43px 0 37px;
    color: #FEEEBC;
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0.08em;
}

.follow-box {
    float: left;
    padding: 20px 0 5px;
}

.follow {
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: right;
    
}

.follow-box>*,
.follow>* {
    display: inline-block;
    vertical-align: top;
}

.follow-box>* {
    margin-top: 5px;
    margin-bottom: 5px;
}

.follow .share {
    width: 90px;
    background: url('../../images/common/share_deco.png') 50% 100% no-repeat;
    text-align: center;
    padding-bottom: 20px;
    margin: 0 -5px;
}

.follow .share .btn {
    margin: 2px 0 3px;
}

.footer-top .txt-box {
    width: 33%;
    display: inline-block;
    text-align: left;
    padding-top: 15px;
}
.footer-top .txt-box ul{
     list-style-type: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
}
.site-map {
    float: right;
    width: calc(100% - 630px);
    background: url('../../images/common/sitemap_divider.png') 100% 0 no-repeat;
    overflow: hidden;
}

.site-map ul {
    background: url('../../images/common/sitemap_divider.png') no-repeat;
    float: left;
    width: 25%;
    padding: 10px 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 120px;
}

.site-map ul li {
    padding: 0px 0;
}

.site-map ul li a{
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 1.8;
}
.site-map ul li a:hover {
    color: #FAC72B;
}

.footer-bottom {
    color: #EFEDE9;
    font-size: 12px;
    text-align: left;
    padding: 16px 0;
    list-style-position: inherit;
}

.footer-bottom a:hover {
    color: #F9DF85;
    text-decoration: underline;
}

.footer-info-page .share {
    background: url('../../images/common/share_deco.png') 50% 100% no-repeat;
    text-align: center;
    padding-bottom: 25px;
    margin: 0px 0 15px;
}

.footer-info-page .share .btn {
    margin: 2px 0 3px;
}

.footer-info-page {
    text-align: center;
}

.qrcode img{
    margin-left: 10px;
}



/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 30%;
    z-index: 400;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.floating .ibtn.gotop {
    background-image: url('../../images/common/gotop.png');
    width: 85px;
    height: 55px;
}



/*------------ / floating ------------*/


/*------------ content_nav ------------*/

.btn.logout {
    display: block;
    background: #241711;
    color: #fff;
    font-size: 14px;
    width: 90px;
    line-height: 25px;
    margin: 5px auto 0;
}

.btn.logout:hover {
    background: #B20000;
}

.content-nav {
    margin-top: 30px;
    text-align: center;
}

.content-nav li {}

.content-nav li a {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
}

.content-nav li a:hover,
.content-nav li.active>a {
    color: #000;
}

.content-nav li a .ic {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}

.content-nav li a:hover .ic,
.content-nav li.active>a .ic {
    background: #B20000;
    color: #fff;
}



/*------------ / content_nav ------------*/


/*------------ pagination ------------*/

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    list-style-type: none;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
}

.pagination li a {
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    color: #61370A;
    font-size: 13px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: bold;
}

.pagination li a:hover,
.pagination li.active a {
    color: #F29600;
}

.pagination li a.controls {
    background:#FBC82B;
    font-size: 1.2em;
    padding: 0;
    line-height: 28px;
    border-radius: 50%;
    color: #6A3906;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pagination li a.controls:hover {
    background: #6A3906;
    color: #fff;
}

.pagination li a.prev {
    margin-right: 10px;
}

.pagination li a.next {
    margin-left: 10px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    margin: 0;
}

.page-info .form-control:focus {}



/*------------ / pagination ------------*/


/*------------ form ------------*/

.reminder {
    color: #725233;
    font-size: 14px;
    text-align: center;
    margin: 0 0 35px;
}

.reminder span {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 40px;
    border: 1px solid #DDD;
    border-radius: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute !important;
    z-index: 0;
    top: 0;
}

.qty-box .btn:hover {
    color: #fff;
    background: #FD9731;
    z-index: 2;
}

.qty-box .less {
    left: 0;
    border-radius: 15px 0 0 15px;
}

.qty-box .add {
    right: 0;
    border-radius: 0 15px 15px 0;
}

.main-content.cart-two .qty-box {

    width: auto;
    padding: 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 27px;
    line-height: 27px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.form-control:focus {
    outline: none;
    border-color: #F29600;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
/*
select.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #ddd;
    border-radius: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff url('../../images/common/arrow.png') no-repeat scroll right center;
}

select.form-control:focus {
    outline: none;
    border-color: #F29600;
}*/

.static-control {
    line-height: inherit;
    color: #FF5C2D;
    font-weight: bold;
    margin: 0 0 6px;
    padding: 0 5px;
}

.form-wrap {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url('../../images/common/border_dot_h.png') repeat-x;
}

.form-title {
    color: #F29600;
    font-size: 23px;
    letter-spacing: 0.06em;
    text-align: center;
    margin-bottom: 10px;
    font-family:  'Crimson Text', serif;
}

.form-box {
    margin: 0 auto;
    padding: 25px 0;
}

.form-wrap.type2 {
    padding-top: 40px;
}

.form-wrap.type2 .form-box {
    margin: 0 auto;
    border: 1px solid #DCDCDC;
    max-width: 740px;
    padding: 25px 10%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-wrap.type3 .form-box {
    max-width: 830px;
}

.form-box .row {
    margin: 0 -2%;
    position: relative;
}

.form-box .row img {
    margin: 0px;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}

.form-box .required {
    position: relative;
}

.form-box .required:after {
    content: '必填';
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding: 0 6px;
    background: #E50012;
    border-radius: 8px;
    margin-left: 8px;
}

.form-box .form-group {
    padding: 12px 0 6px;
    line-height: 30px;
}

.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}

.form-box .control-label {
    display: block;
    color: #725233;
    font-size: 14px;
    line-height: inherit;
    padding-left: 4px;
}

.form-box .control-box {
    position: relative;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}

.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #FABE00;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.form-box .captcha a:hover {
    color: #FF5C2D;
}

.form-box .captcha a * {
    vertical-align: middle;
}

.form-box .captcha a .ic {
    border: 1px solid #ddd;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.form-box .captcha a:hover .ic {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .name2 .control-box {
    padding-right: 150px;
}

.form-box .name2 .radio-box {
    line-height: inherit;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}

.form-box .tips {
    line-height: 1.2;
    margin-bottom: 6px;
    color: #F29600;
    font-size: 13px;
    padding: 0 5px;
}

.form-wrap.type1 .tips {
    min-height: 30px;
    line-height: 15px;
}

.form-box .input-group {
    margin: 0 -3px;
}

.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}

.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}

.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}

.form-box .account .control-label {
    float: left;
}

.form-box .account .control-box {
    margin-left: 60px;
}

.form-box .address .input-box:last-child {
    width: 100%;
}

.form-box .address2 .input-box {
    width: 22%;
}

.form-box .address2 .input-box:last-child {
    width: 56%;
}

.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}

.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}

.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}

.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.svg');
}

.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}

.success-wrap {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    margin-top: 25px;
    padding-top: 35px;
}

.success-wrap.type2 {
    background: #fff;
    border: 1px solid #FABE00;
    max-width: 640px;
    margin: 0 auto;
    padding: 60px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.success-box {
    text-align: center;
}

.success-msg {
    color: #5F370A;
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 1.7;
    margin: 0 0 20px;
}

.success-msg span {
    color: #F89600;
    font-weight: normal;
}

.success-msg small {
    color: #F89600;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0.02em;
}

.success-wrap.type2 .success-msg {
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
}

.success-txt {
    line-height: 1.65;
}

.success-txt b {
    font-size: 16px;
}

.success-txt a {
    text-decoration: underline;
    color: #FF5A2C;
}

.success-txt a:hover {
    text-decoration: none;
    color: #F89600;
}

 .success-box .order-id {
        background: #744F28;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        padding: 6px 16px;
         margin: 1em auto 1.6em;
        max-width: 440px;
        border-radius: 6px;
}

/*------------ / form ------------*/


/*------------ table ------------*/

.table-h {
    font-size: 13px;
}

.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 76px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead th {
    background: #F7ECD7;
    color: #8C643F;
    padding: 8px 12px;
}

.table-h thead,
.table-h tbody {
    border-top: 1px solid #DCDCDC;
}

.table-h tbody tr+tr {
    border-top: 1px solid #DCDCDC;
}

.table-h .align-left {
    text-align: left;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table th span,
.table td span {
    color: #FF5C2D;
}

.table-v {
    color: #666;
    font-size: 14px;
}

.table-v th,
.table-v td {
    padding: 12px 24px;
    vertical-align: middle;
}

.table-v th {
    background: #F7ECD7;
    color: #8C643F;
    text-align: center;
    width: 120px;
    position: relative;
}

.table-v tr+tr {
    border-top: 1px solid #DCDCDC;
}

.table-v strong {
    color: #FF5A2C;
}

.table-v b {
    color: #C3975C;
}



/*------------ / table ------------*/


/*------------ lightbox ------------*/

body .fancybox-close {
    background: url('../../images/common/lightbox_close.png') no-repeat;
    width: 35px;
    height: 35px;
    right: 10px;
    top: 10px;
}

body .fancybox-close:hover {
    background-position: 0 100%;
}

body .fancybox-skin {
    background: #FABE00;
    border-radius: 0;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lightbox-body {
    background: #fff;
}

.lightbox-wrapper {
    max-width: 504px;
    margin: 0 auto;
}

.lightbox-wrapper .control-label {
    display: none;
}

.login-box {
    padding: 20px 0;
}

.login-content {
    background: #fff;
    padding: 20px 25px;
}

.login-box .lightbox-title {
    text-align: center;
}

.login-box .notice-box {
    border-top: 2px dotted #ddd;
    text-align: center;
    padding-top: 30px;
    margin-top: 20px;
}

.login-box .notice-box .title {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}

.login-box .notice-box .txt {
    color: #777;
    font-size: 13px;
    line-height: 1.75;
}

.arrival-box {
    position: relative;
    text-align: center;
    padding: 80px 40px 40px;
}

.arrival-box .pd-id {
    background: #FDE7A4;
    color: #008B9F;
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 0.02em;
    width: 160px;
    border-radius: 5px;
    margin: 0 auto 10px;
}

.arrival-box .pd-name {
    color: #60370A;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin: 0;
}

.arrival-box .form-box {
    padding: 10px 0 15px;
}

.arrival-box .form-control {}

.arrival-notice {
    color: #BBA273;
    font-size: 13px;
    line-height: 1.55;
    padding: 10px 0;
}

.arrival-box .btn-box {
    padding-top: 0;
}

.arrival-box .btn.send {
    background: #B20000;
    color: #fff;
    width: 205px;
    line-height: 36px;
    font-size: 15px;
    font-weight: bold;
}

.arrival-box .btn.send:hover {
    background: #fff;
    color: #000;
}

.arrival-box .btn.send .ic {
    vertical-align: middle;
    font-size: 28px;
    color: #000;
    margin-bottom: 4px;
}

.arrival-box .btn.send:hover .ic {
    color: #B20000;
}



/*------------ / lightbox ------------*/


/*------------ / 購物時登入燈箱 ------------*/

.cart_login_box {
    height: auto;
    overflow: hidden;
}

.cart-login.col {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
}

.cart-login.col.col2 {
    width: 45%;
}

.cart-login.col.col1 {
    right: 10px;
}

.cart-login.col.col1 .form-box .captcha a {
    margin: 0px;
}

.cart-login.col {
    border-right: 1px dashed #dadada;
    padding: 0 40px;
}

.cart_login_box .login-box .notice-box {
    border-top: none;
}

.cart-login.col.col2 {
    padding: 0px;
}

.cart-login.col.col1 span {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.cart-login.col.col2 .btn-box {
    padding-top: 85px;
}

.cart-login .main-title {
    font-size: 20px;
    padding: 10px;
    background: none;
}

.cart-login .fb-login-button {
    height: 40px;
}

.cart_login_box .form-box.cart_txt {
    text-align: center;
}

.cart_login_box .form-box .control-box {
    position: relative;
    margin-left: 0px;
}

.lightbox-wrapper.login-box .notice-box {
    margin-top: 0px;
    padding: 0px;
    border-radius: 0;
}

.cart-login.col:nth-child(2) {
    border: none;
}

.cart_login_box .form-box {
    padding: 15px 0 5px;
}

.cart_login_box .lightbox-wrapper {
    padding: 30px;
    max-width: 100%;
    width: 800px;
}

.cart_login_box .btn-box {
    margin: 5px 0 15px;
}

.go-login {
    margin: 10px 0 20px;
}

.cart_login_box .form-box .form-group {
    padding: 0px;
}



/*------------ / 購物時登入燈箱 ------------*/
.mmenu-show .toggle-mmenu-close{
    top: 8px;
    color: #fff;
}
.mmenu-show #mobile-menu .language-menu,
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #6A3906;
}

.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #8d4f0f;
}

.mmenu-show #mobile-menu .side-nav-top,
.mmenu-show #mobile-menu .side-nav {
    text-align: left;
    margin: 0;
}

.mmenu-show #mobile-menu .side-nav li a:after,
.mmenu-show #mobile-menu .side-nav-top li a:after {
    display: none;
}

.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #6A3906;
}

.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}

.mmenu-show #mobile-menu .side-nav>li {
    margin: 0;
    background: none;
}

.mmenu-show #mobile-menu .menu li a .en {
    display: none;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #6A3906;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show #mobile-fixed .qty {
    background:#FBC82B;
    color: #6A3906;
}
.mmenu-show #mobile-menu .side-nav-top > li > a{
    border: none;
}

.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-menu .side-nav ul{
    border-radius: 0;
    background: #FFF9E7;
    padding: 5px 0;
}
.mmenu-show #mobile-menu .side-nav ul li a{
    color: #6A3906;
}

.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

.mmenu-show .side-nav-top::before{
    display: none;
}
.mmenu-show #mobile-fixed .logo-fixed-menu span {
    color: #6A3906;
}
.mmenu-show #mobile-menu .side-nav ul ul{
    border-radius: 0;
    background: #fff;
}
.mmenu-show #mobile-menu .side-nav ul ul li a{
    color: #F29600;
}
.mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../images/common/mobile_search_btn.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.no-svg .mmenu-show #mobile-search .ibtn.search {
    background-image: url(../../images/common/mobile_search_btn.png);
}
.mmenu-show #mobile-fixed{
    width:100%;
}
@media screen and (max-width: 1470px) {
    /*------------ site_header 1470 ------------*/
    .site-title {
        padding-left: 15px;
    }
    .top-nav {
        right: 5px;
    }
    .submenu>* {
        display: block;
        margin: 5px 10px;
    }
    /*------------ / site_header 1470 ------------*/
    /*------------ site_footer 1470 ------------*/
    .site-footer:before {
/*        right: 15px;*/
        margin-right: 0;
    }
    /*------------ / site_footer 1470 ------------*/
}

@media screen and (max-width: 1425px) {
    .site-nav:before{
        width: 255px;
    }
    .submenu{
        right: 5px;
    }
    .site-header .search-box {
        width: 220px;
        padding-left: 65px;
    }
}
@media screen and (max-width: 1340px) {
    /*------------ site_header 1340 ------------*/
    .top-nav {
        top: 50px;
    }
    .site-nav {
        text-align: center;
    }
    .site-nav::before{
        display: none;
    }
    .submenu {
        position: absolute;
        top: -463px;
        right: 10px;
    }
    .submenu>* {
        display: inline-block;
        margin: 3px;
    }
    .site-nav .menu>li:nth-child(n+8) {
        background: none;
    }
    .site-nav .menu>li>a {
        width: 110px;
    }
    /*------------ / site_header 1340 ------------*/
}

@media screen and (max-width: 1280px) {
    /*------------ site_footer 1280 ------------*/
    .header-fixed .site-nav .menu > li > a {
        padding: 24px 5px 23px;
        width: auto;
        font-size: 14px;
    }
    .footer-top {
        text-align: center;
        padding: 5px 0 2px;
    }
    .follow-box,
    .site-map {
        float: none;
        width: auto;
    }
    .follow-box {
        padding: 0;
    }
    .follow-box>* {
        margin: 3px 5px;
    }
    .site-map {
        max-width: 900px;
        margin: 10px auto 20px;
    }
    .footer-bottom{
        text-align: center;
    }
    .follow .share {
        width: 300px;
        padding-bottom: 0px;
    }
    .follow {
        border: none;
        background: none;

        padding: 2px;
        margin-right: 0px;
    }
    .footer-info-page .follow {
      text-align: center;
    }
    .ibtn.fb-fans-page{
        float: none;
        margin-bottom: 10px;
    }
    .qrcode {
        padding: 5px 0;
    }
    /*------------ / site_footer 1280 ------------*/
}

@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 1000px) {
	/*選單置頂優化*/
	.site-header,.header-fixed .site-header{
		position:static
	}
	.wrapper,.header-fixed .wrapper{
		padding-top:40px;
	}
	/*!選單置頂優化*/
    .site-header:before{
        display: none;
    }
/*-- 新的 --*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 9999;
        font-size: 14px;
        padding: 10px 0 10px;
    }
    .header-sheet .content-text{
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 14px;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -25px;
        margin: auto;
        text-align: center;
        background: #d9b087;
        width: 100%;
        height: 35px;
    }
    button.close-ontop {
        padding: 0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        -webkit-transition: all .7s;
        transition: all .7s;
    }
    .header-fixed .header-sheet {
        display: block;
    }
    /*-- 新的 --*/



    /*------------ site_header 1000 ------------*/
    .site-header {
        padding-bottom: 0;
        min-height: 100px;
    }
    .site-title {
        padding: 8px 0;
        float: none;
        -webkit-transition: all .0s;
        transition: all .0s;
    }
    
    .site-title .logo {
        width: 110px;
        height: 80px;
        -webkit-transition: all .0s;
        transition: all .0s;
    }

    .header-fixed .site-nav,
    .top-nav,
    .site-nav {
        display: none;
    }
    .follow-box{
        display: none;
    }
    .footer-top .txt-box{
        width: 100%;
        text-align: center;
        padding: 0 0 5px;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ banner 1000 ------------*/
    .banner {
        padding-top: 0;
        padding-bottom: 26px;
    }
    .banner:after {
        height: 26px;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-content {
        padding: 5px 0 10px;
    }
     .warning-sect {
        padding-bottom: 0px;
         margin:20px 0 0;
    }
    .content {
        padding: 0;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ side 1000 ------------*/
    .has-side .content-wrapper {
        background: none;
    }
    /*------------ / side 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-map {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ content_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    /*------------ / content_nav 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
    }
    .no-svg .floating .ibtn.gotop,
    .no-svg .floating .ibtn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.png');
    }
    /*------------ / floating 1000 ------------*/
    /*-- 優化 --*/
    .success-wrap.type2 {
        padding: 10px;
    }
    .shopping-title,
    .shopping-title-up {
        font-size: 17px;
        letter-spacing: 0.1em;
        margin-bottom: 0px;
    }
    .invoice-wrap .shopping-title {
        margin-bottom: 5px;
    }
    .shopping-title .ic-wrap .ic,
    .shopping-title-up .ic-wrap .ic {
        font-size: 16px;
    }
    .shopping-title .ic-wrap,
    .shopping-title-up .ic-wrap {
        width: 26px;
        height: 26px;
        line-height: 23px;
        margin-bottom: 5px;
    }
    .table-h thead th {
        padding: 5px 3px;
    }
    body {
        font-size: 14px;
        line-height: 25px;
    }
    .btn.simple {
        font-size: 14px;
        line-height: 30px;
        width: 145px;
        margin: 0 5px 5px;
    }
    .btn.normal {
         width:47%;
        height: 33px;
        line-height: 30px;
        font-size: 14px;
        margin: 0 2px 10px;
    }
    .btn-box {
        padding-top: 15px;
    }
    .content-top {
        margin: 0 -35px 10px;
        padding: 5px 35px;
    }
    .main-title,
    .main-title span {
        font-size: 16px;
    }
    .main-title span {
        margin-top: 4px;
    }
    
    .breadcrumb {
        font-size: 12px;
    }
    .header-fixed .site-header {
        position: relative;
    }
    .btn-box.has-border {
        margin-top: 15px;
        padding-top: 20px;
    }
    .form-title {
         font-size: 19px;
    }
    .reminder {
        font-size: 13px;
        margin: 0 0 15px;
    }
    .reminder span {
        padding: 2px 40px;
    }
    .form-box {
        margin: 0 auto;
         padding: 10px 0;
    }
    .form-box .form-group {
        padding: 10px 0 2px;
        line-height: 1.6;
    }
    .form-box .required:after {
        font-size: 12px;
        line-height: 15px;
    }
    .success-msg small {
        font-size: 14px;
    }
    .content-title {
        font-size: 15px;
        margin: 0 0 10px;
        line-height:20px;
    }
    .success-wrap {
        margin-top: 10px;
        padding-top: 12px;
    }
    .btn.pure {
        line-height: 20px;
    }
    .btn.simple2 {
        font-size: 14px;
        line-height: 30px;
    }
    .content-breadcrumb-box {
         margin: 10px auto;
    }
    .shopping_way.hot span {
        padding: 3px 5px;
        font-size: 10px;
    }
    .table-h {
        font-size: 14px;
    }
    .order-table .num-link {
        font-size: 14px;
    }
}

@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ / table 900 ------------*/
    /*--- 優化 ---*/
    .qty-box .btn {
        width: 30px;
       /* height: 26px;*/
        line-height: 28px;
    }
    /*.form-control {
        margin-bottom: 2px;
        height: 26px;
        line-height: 26px;
    }*/
    .form-box .control-label {
      
    }
    .footer-top .txt-box {
        width: 100%;
        display: block;
    }
    .form-box .name .radio-box {
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    /*------------ site_main 767 ------------*/
    /*------------ / site_main 767 ------------*/
    /*------------ banner 1000 ------------*/
    .banner:before {
        bottom: 8px;
    }
    .banner:after {
        height: 30px;
        background-size: auto 30px;
    }
    .banner {
        padding-bottom: 5px;
    }
    /*------------ / banner 1000 ------------*/
    /*------------ site_main 767 ------------*/
    .content-top {
        background: none;
        padding: 0;
        margin: 0 0 12px;
    }
    .main-title {
        background: url('../../images/common/pattern.png');
        padding: 0 15px;
        margin: 0 -15px 5px;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        float: none;
        padding: 0 0 10px
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ site_footer 767 ------------*/
    .site-footer {
    }
    .site-footer:before {
        right: 0;
        height: calc(100% - 58px);
    }
    .footer-info{
        padding: 15px 0 5px;
    }
    .qrcode img{
        margin: 0 auto 10px;
    }
    /*------------ / site_footer 767 ------------*/
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 36px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
        width: 30px;
        height: 30px;
        line-height: 33px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-wrap.type2 {
        padding: 0;
    }
    .form-wrap.type2 .form-box {
        border: 0;
        padding: 10px 0;
        max-width: none;
        background: url('../../images/common/border_dot_h.png') 0 100% repeat-x;
    }
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap .form-box .tips {
        min-height: 0;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 12px;
    }
    .table-h tr {
        padding: 5px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
       line-height: 22px;
    }
    .success-msg {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 10px;
    }
    /*------------ / table 767 ------------*/
    /*-- 優化 --*/
    .success-wrap.type2 .success-msg {
        padding-bottom: 5px;
    }
    .success-txt {
        line-height: 1.45;
    }
    .success-txt b {
        font-size: 14px;
    }
    .success-box .order-id {
        background: #744F28;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
        padding: 3px 16px;
         margin: 0.4em auto 1.2em;
        max-width: 440px;
        border-radius: 6px;
    }
    .btn-box.cart-notice-txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 500px) {
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v th {
        border: 0;
    }
    .table-v th,
    .table-v td {
        padding: 3px 10px;
        font-size: 14px;
    }
   /* .btn.normal {
        width: 80px;
        font-size: 12px;
    }*/
    .reminder span {
        padding: 2px 20px;
    }
    /*------------ / table 500 ------------*/
    .cart-login.col,
    .cart-login.col.col2 {
        width: 85%;
        padding: 0px;
    }
    .cart-login.col {
        border-right: none;
        padding: 0 0px;
    }
    .cart_login_box .btn-box {
        margin: 5px 0;
        padding: 0px;
    }
    .btn.pure {
        margin: -10px 10px 0;
    }
    .cart_login_box .form-box {
        padding: 5px 0;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 15px;
    }
    .site-footer:before {
        height: calc(100% - 76px);
    }
}

@media screen and (max-width: 400px) {
    /*------------ site_footer 400 ------------*/
    .ibtn.fb-fans-page {
    }
    .follow-box>* {
        margin: 3px 0;
    }
    /*------------ / site_footer 400 ------------*/
    /*------------ lightbox 400 ------------*/
    .login-content {
        padding: 10px 15px;
    }
    .login-box .notice-box {
        padding: 20px 0;
        background: none;
    }
    .arrival-box {
        padding: 80px 15px 30px;
    }
    /*------------ / lightbox 400 ------------*/
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    .btn.simple {
     
        width: 120px;
        margin: 0 2px 5px;
    }
}