@charset "utf-8";

/*------------ basic ------------*/
hr{
    margin: 30px 0;
}
body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #333333;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.35px;
}
.wrapper {
    background: #E9D7C1;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}


/*------------ / basic ------------*/


/*------------ btn ------------*/


/*-----back-btn-----*/

.btn.back {
    color: #4D4D3F;
    transition: all .2s;
    letter-spacing: 2px;
}

.btn.back i {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 3px 0;
}

.btn.back:hover {
    color: #AC8F61;
    transition: all .2s;
}


/*-----style01-btn-----*/
.ibtn.fb-fans-page {
    background-image: url(../../images/tw/fb_page.jpg);
    width: 93px;
    height: 93px;
}
.btn.style01 {
    color: #7B5A42;
    line-height: 35px;
    transition: all .2s;
    display: block;
    text-align: left;
    background: #fff;
    box-sizing: border-box;
    border-radius: 0;
}

.btn.style01 i {
    background: #BC7C58;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: 37px;
    text-align: center;
    font-size: 19px;
    width: 35px;
    height: 35px;
    margin: -1px 10px 0 0;
}
.btn.general i{
    background: #4e4e4e;
}
.btn.cold i{
    background: #42b354;
}
.btn.freezing i{
    background: #68a0da;
}
.btn.style01:hover {
    background: #7B5A42;
    color: #fff;
    transition: all .2s;
}

.btn.style01:hover i {
    background: #000000;
}

.btn.style01.bg2 {
    color: #777777;
    background: rgba(255, 255, 255, .5);
}

.btn.style01.bg2 i {
    background: #CCCCCC;
}

.btn.style01.bg2:hover i {
    background: #777777;
}


/*-----style02-btn-----*/

.btn.style02 {
    transition: all .2s;
    border: 1px solid #C3C5B5;
    /*max-width: 120px;*/
    line-height: 30px;
    display: block;
    margin: 0 auto;
    background: #DCDDD5;
    width: 100%;
    border-radius: 0;
}

.btn.style02 i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 8px;
}

.btn.style02:hover {
    transition: all .2s;
    color: #fff;
    background: #686859;
}

.btn.style02.arrowL i {
    margin: 0 8px 3px 0;
}

.btn.style02.bg2 {
    color: #fff;
    border: 1px solid #C3C5B5;
    background: #686859;
}

.btn.style02.bg2:hover {
    background: #000;
}


/*-----style03-btn-----*/

.btn.style03 {
    transition: all .2s;
    letter-spacing: 2px;
    color: #4C4C3F;
    padding: 0 12px;
    line-height: 30px;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 0;
}

.btn.style03:hover {
    transition: all .2s;
    background: #fff;
    border: 1px solid #999988;
}

.btn.style03 i {
    color: #959586;
    font-size: 14px;
    margin:0 2px;
    display: inline-block;
    vertical-align: text-bottom;
}

.btn.style03 .ic-zoom-in,
.btn.style03 .ic-money,
.btn.style03 .ic-typing {
    font-size: 18px;
    margin-left: 5px;
}

.btn.style03 .ic-chevron-thin-right {
    font-size: 17px;
    color: #525252;
    margin: 0 0 -1px 10px;
}


/*---- btn-box ----*/

.btn-box {
    clear: both;
    padding:30px 0 10px 0;
    position: relative;
    text-align: center;
}

.btn-box.align-left {
    text-align: left;
}

.btn-box.has-border {
    border-top: 1px dashed #666666;
    margin: 30px 0 0 0;
}

.btn-box.dib .btn {
    max-width: 280px;
    display: inline-block;
    margin: 0 5px 10px;
    line-height: 30px;
}

.btn-box.dib2 .btn {
    display: inline-block;
    width: auto;
    margin: 0 12px 10px;
}

.btn-box.dib2 .style02 {
    padding: 0 26px;
}

.btn-box.btn-all .btn {
    max-width: 100%;
}


/*------------ / btn ------------*/


/*------------ site_header ------------*/

.site-header {
    max-width: 1820px;
    margin: 0 auto;
    padding: 45px 0 0 0;
}

.site-title {
    position: absolute;
    z-index: 100;
    left: 40px;
    top: -35px;
}

.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 162px;
    height: 119px;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}


/*------------top-nav ------------*/

.top-nav {
    font-size: 14px;
    line-height: 31px;
    text-align: right;
    position: absolute;
    bottom: 100%;
    right: 65px;
}

.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.top-nav .container {
    display: block;
}

.top-nav > ul > li {
    margin: 0 0 0 20px;
    vertical-align: middle;
    color: #000000;
    font-size: 13px;
}

.top-nav ul > li > i {
    font-size: 14px;
    color: #E0AC72;
    vertical-align: middle;
    font-weight: bold;
    margin: 0 5px 0 0;
}

.top-nav ul > li > a:hover {
    color: #5A2100;
}


/*---- language ----*/

.language {
    position: relative;
}

.language .btn i {}

.language ul {
    display: none;
    position: absolute;
    z-index: 200;
    left: 50%;
    top: 100%;
    margin: 0 0 0 -45px;
    width: 90px;
    border: 1px solid #79796A;
    background: #fff;
}

.language .btn i {
    color: #000000;
    font-weight: bold;
}

.language ul li {
    text-align: center;
    display: block;
    font-size: 14px;
    margin: 0;
    color: #5B5B52;
}

.language li a {
    transition: all .2s;
    display: block;
}

.language ul li a:hover {
    color: #000000;
    background: #E9D7C1;
}


/*---- search-box ----*/
.search-box a{
    z-index: 5;
}
.search-box:after{
    position: absolute;
    content: "\e1008";
    font-family: 'icon-font' !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;
    color: #000;
    right: 6px;
    top: 7px;
    font-size: 13px;
    line-height: 15px;
    width: 15px;
    height: 15px;
}
.search-box:hover:after{
    color: #79796A;
}

.site-header .search-box .ibtn.search {
    position: absolute;
    right: 6px;
    top: 7px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    width: 15px;
    height: 15px;
    z-index: 2;
}


.site-header .search-box {
    position: relative;
    width: 165px;
    margin: 0 -10px 0;
    transition: all .2s;
}

.site-header .search-box .form-control {
    height: 26px;
    line-height: 26px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #9B9B8C;
    border-radius: 0;
    padding: 0 30px 0 10px;
    transition: all .1s;
}

.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
    background: rgba(255, 255, 255, .5);
}

.site-header .search-box a {
    position: absolute;
    right: 6px;
    top: 7px;
    font-size: 13px;
    line-height: 15px;
    font-weight: bold;
    width: 15px;
    height: 15px;
}

.site-header .search-box:hover a {
    color: #79796A;
}

.site-header .search-box .form-control::-webkit-input-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #79796A;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #79796A;
}

.site-header .search-box .form-control::-ms-input-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #79796A;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: transparent;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #79796A;
}


/*------------func-menu ------------*/

.site-header .func-menu {
    position: absolute;
    top: 6px;
    right: -45px;
    z-index: 100;
}

.func-menu li {
    position: relative;
}

.func-menu .cart i {
    display: block;
    font-size: 30px;
    color: #A86846;
    text-align: center;
}

.top-nav .func-menu .cart a:hover {
    color: #fff;
}

.func-menu .cart:hover i {
    color: #5A2100;
}

.func-menu > li > a {
    display: block;
    text-align: center;
    color: #AC8F61;
}

.func-menu > li > a:hover p {
    color: #4F3524;
    text-decoration: underline;
}

.func-menu .sum {
    display: block;
    letter-spacing: 2px;
    box-sizing: border-box;
    position: absolute;
    line-height: 1;
    top: 11px;
    left: 0;
    right: 0;

    color: #fff;
    font-size: 15px;
}

.func-menu a:hover .sum {
    color: #fff;
}

.func-menu .cart-box {
    width: 300px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    padding: 2px;
    outline: 1px solid #fff;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.func-menu .cart-box:before {
    content: "";
    width: 100%;
    height: 45px;
    background: transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-box .btn {
    display: block;
    background: #79796A;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    padding: 0;
    transition: all .2s;
    border-radius: 0;
}

.func-menu .cart-inner {
    background: #fff;
}

.func-menu .cart-box .btn:hover {
    background: #C3B39F;
    transition: all .2s;
}

.func-menu .cart-box li + li {
    border-top: 1px dashed #ddd;
}

.func-menu .cart-box li .box:before {
    display: none;
}
.func-menu .cart-list .box{
    position: relative;
}
.func-menu .cart-list {
    list-style: none;
}
.func-menu .cart-list .box a{
    display: block;
}

.func-menu .cart-list .box .cover{
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 0;
}
.func-menu .cart-list .box {
    display: block;
    overflow: hidden;
    padding: 8px;
}

.func-menu .cart-list .bo:hover .name {
    color: #D7AC8E;
}

.func-menu .cart-list .pic {
    float: left;
    width: 60px;
}

.func-menu .cart-list .txt {
    margin-left: 70px;
    color: #666;
    text-align: left;
    line-height: 1.8;
}
.func-menu .cart-list .txt .shopping_way.hot{
    text-align: left;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #74685F;
    font-size: 15px;
}

.func-menu .cart-list .num {
    color: #a5a698;
    font-size: 13px;
}


/**/
/********** 拆單結束 *********/
.shopping_way.hot{
    text-align: left;
     margin-top:8px;
}
.shopping_way .general{
    border:1px solid #333;
    padding:5px;
    bottom:5px;
    position:relative;
    color:#333;
}
.shopping_way .cold{
    border:1px solid #42b354;
    padding:5px;
    bottom:5px;
    position:relative;
    color:#42b354;
}

.shopping_way .freezing{
    border:1px solid #68a0da;
    padding:5px;
    bottom:5px;
    position:relative;
    color:#68a0da;
}
.shopping_way span+span{
    margin-left:10px;
}
.pd-intro .btn-group .btn.general {
  border:1px solid #4e4e4e;
  color:#4e4e4e;
  background:#fff;
}
.pd-intro .btn-group .btn.general:hover {
  color:#fff;
  background:#4e4e4e;
}
.pd-intro .btn-group .btn.cold {
  border:1px solid #42b354;
  color:#42b354;
  background:#fff;
}

.pd-intro .btn-group .btn.cold:hover {
 color:#fff;
 background:#42b354;  
}
.pd-intro .btn-group .btn.freezing {
  border:1px solid #68a0da;
  color:#68a0da;
  background:#fff;
}

.pd-intro .btn-group .btn.freezing:hover {
 color:#fff;
 background:#68a0da;  
}
/*------------ 拆單結束'' ------------*/
/*------- 會員下拉 ------*/

.top-nav li.gomember {
    position: relative;
    display: inline-block;
    
}

.top-nav li.gomember > a {
    font-size: 13px;
}

.top-nav li.gomember > a i {
    color: #ffffff;
    font-size: 13px;
}

.top-nav .gomember-box {
    position: absolute;
    z-index: 10;
    width: 160px;
    top: 100%;
    border: 2px solid #9b9c8e;
    background: #fff;
    padding: 1px;
    text-align:center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    z-index: 150;
    right: calc(50% - 83px);
}

.top-nav .gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.top-nav .gomember-list {
    padding: 4px 0;
    line-height: 20px;
}

.top-nav .gomember-list li+li {
    border-top: 1px dashed #a7a995;
}

.top-nav .gomember-list a {
    display: block;
    overflow: hidden;
    padding:8px 0;
}

.top-nav .gomember-list a:hover {
   color:#79796A;
}

.top-nav .gomember-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}

.top-nav .gomember-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #70AC92;
    font-size: 15px;
}
.top-nav .login-out-fixed{
    color: #A86846;
}
.top-nav .gomember-list .login-out-fixed a:hover{
    color: #000;
}

/*------------site-nav ------------*/

.site-nav {
    position: relative;
    background: #000000;
}

.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .container {
    display: block;
}

.site-nav .menu {
    vertical-align: middle;
    text-align: right;
    margin: 0 120px 0 0;
}

.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
}

.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}

.site-nav .menu > li > a {
    color: #FFFFFF;
    line-height: 38px;
    font-size: 14px;
    padding: 0px 25px;
    transition: all .2s;
}

.site-nav .menu > li > a:hover {
    transition: all .2s;
    background: #79796A;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 160px;
    box-sizing: border-box;
}

.site-nav .menu ul li {
    margin: 0;
}

.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -80px;
}

.site-nav .menu ul li a {
    text-align: center;
    color: #fff;
    padding: 5px 0;
    display: block;
    background: #000;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #FFEFBF;
    color: #000;
}

.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
}


/*------------share------------*/

.share {
    display: block;
    color: #7C7D6A;
}

.share li span {
    font-size: 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: scale(0.83);
    margin: -4px 0 0 0px;
}

.share li + li {
    margin: 0 0 0 10px;
}

.share .btn {
    display: inline-block;
    font-size: 21px;
    color: #7C7D6A;
}

.share li.facebook:hover,
.share li.facebook:hover .btn {
    color: #3A5795;
}

.share li.google:hover,
.share li.google:hover .btn,
.share li.plurk:hover,
.share li.plurk:hover .btn  {
    color: #CB2C17;
}

.share li.twitter:hover,
.share li.twitter:hover .btn {
    color: #000;
}

.share .btn:hover {}

.a2a_default_style .a2a_svg {
    display: none;
}
.share_box .share-link .btn ,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w{
    color: #cccccc;
    cursor: pointer;
    font-size:25px;
}

.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: #7F7F7F;
}

.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-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 25px;
    height: 30px;
    line-height: 26px;
    border-radius: 15px;
    margin: 0;
    padding: 0;
}
.share_box .share-link .btn {
    width: 25px;
    padding: 0;
}
.share_box .share-link .icon-ic-share-twitter::before {
    font-family: 'icon-font' !important;
    content: "\ff007" !important;
}
/*------------ / site_header ------------*/

.header-fixed .site-header {
    position: fixed;
    z-index: 100;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.header-fixed .site-header:after {
    content: "";
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 70px;
    display: block;
    background: transparent;
    position: absolute;
    bottom: 0px;
    pointer-events: none;
}

.header-fixed .site-title {
    position: absolute;
    top: 2px;
    left: 15px;
}

.header-fixed .site-title .logo {
    width: 81px;
    height: 60px;
}

.header-fixed .site-nav {}

.header-fixed .site-nav .menu > li > a {
    padding: 16px 25px;
}

.header-fixed .site-nav .menu {
    margin: 0 100px 0 0;
}

.header-fixed .top-nav {
    top: 15px;
    right: 110px;
    z-index: 50;
    transition: all .2s;
}

.header-fixed .top-nav > ul {
    background: #E9D7C1;
    padding: 3px 10px 4px 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
.header-fixed .top-nav > ul > li:nth-child(1),.header-fixed .top-nav > ul > li:nth-last-child(2){
    display: none;
}
.header-fixed .site-header .func-menu {
    background: #222;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0 0 0;
    right: -85px;
    top: -25px;
    z-index: 250;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
.header-fixed .site-nav .menu{
    text-align: left;
    padding-left: 90px;
}

/*------------ banner ------------*/

.banner {
    position: relative;
    max-width: 1820px;
    margin: 0 auto;
}


/*------------ / banner ------------*/


/*------------ site_main ------------*/

.main-top {
    position: relative;
    text-align: center;
    padding: 0 0 55px;
    border-bottom: 1px dashed #575748;
    margin: 0 0 45px;
}

.main-top.no-border {
    border: 0;
    padding: 0 0 10px;
}

.main-title {
    color: #000000;
    font-size: 45px;
    line-height: 1.4;
    letter-spacing: 2px;
}

.main-title b {
    font-family: 'Times New Roman','微軟正黑體' ,sans-serif
}

.main-title span {
    font-size: 12px;
    color: #7B5A42;
    display: block;
}

.main-content {
    padding: 60px 0 120px;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}


/*------------shopping-title ------------*/

.shopping-title {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    position: relative;
    margin: 0 0 15px;
}

.shopping-title i {
    transform: rotate(90deg);
    font-size: 26px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
}


/*----- plus-title -----*/

.plus-title {
    margin: 0 0 5px;
}

.plus-title i {
    font-size: 20px;
    vertical-align: text-bottom;
}

.plus-tip {
    color: #000000;
    font-size: 16px;
    text-align: center;
    margin: 0 0 0px;
}

.plus-tip b {
    color: #D41922;
    text-decoration: underline;
}


/*------------ warning ------------*/

.warning-sect {
    padding-bottom: 70px;
}


/*------------ / site_main ------------*/


/*------------ site_footer ------------*/
.qrcode {
    display: inline-block;
    margin: 0 0 0 10px;
    border: 1px solid #D2D2D2;
}
.footer-top {
    border-top: 1px solid #e9d7c1;
    color: #999999;
    padding: 30px 0;
    letter-spacing: 0;

}
.footer-top.news{
     text-align: center;   
}
.site-footer {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a5a698+0,d1d4c3+49,a5a698+100 */
    position: relative;
    background: #a5a698;
    /* Old browsers */
    background: -moz-linear-gradient(left, #a5a698 0%, #d1d4c3 49%, #a5a698 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #a5a698 0%, #d1d4c3 49%, #a5a698 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #a5a698 0%, #d1d4c3 49%, #a5a698 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a5a698', endColorstr='#a5a698', GradientType=1);
    /* IE6-9 */
}

.site-footer .container {
    display: table;
    width: 100%;
}

.site-footer .col {
    position: relative;
}

.site-footer .title {
    color: #464637;
    font-size: 20px;
    font-weight: bold;
    font-family: "Times New Roman";
    letter-spacing: 2px;
    margin: 0 0 20px 0;
}

.site-footer .title:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px 0 0;
    background: url('../../images/common/footer_tit_ic.png');
}

.site-footer .site-map {
    width: 41%;
    padding: 25px 20px 0;
    display: table-cell;
}

.site-info-qr {
}

.site-footer .qr-inner {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 25px;
}

.site-info-p {
    display: inline-block;
    vertical-align: top;
    margin: -10px 0 0 10px;
}

.site-info-p p {
    margin: 0;
}

.site-info-p b {
    font-size: 25px;
}

.site-map-box {
   margin: 0 0 45px 25px;
    color: #535353;
}

.site-footer .col-r p {
    margin: 0;
}

.site-footer .col-r p .author {
    color: #fff;
    font-size: 13px;
    margin: 0 0 0 20px;
}

.site-footer .col-r {
    display: inline-block;
    vertical-align: top;
    margin: 0 55px 0 0;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 2px;
    text-align: left;
    color: #242413;
    font-size: 12px;
    line-height: 1.2;
}

.site-map ul + ul {
    margin-left: 50px;
}

.site-map li + li {
    margin-top: 23px;
}

.site-map ul a:hover {
    color: #663300;
    text-decoration: underline;
}

.site-map li > a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #464637;
    margin: 0 8px 0 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

.site-footer .site-info {
    background: rgba(255, 255, 255, .2);
    padding: 25px 15px 0;
    width: 27%;
    color: #242414;
    display: table-cell;
    vertical-align: top;
}
.site-footer .follow {
    padding: 25px 20px 0;
}
.site-footer .follow p {
    font-size: 12px;
    padding: 15px 0;
    margin: 0;
    color: #333333;
}
.site-footer .links {
    display: inline-block;
    margin: -10px 0 0 0;
}

.site-footer .links a {
    display: block;
    transition: all .2s;
}

.site-footer .links a img {
    border: 1px solid #fff;
}

.site-footer .links a + a {
    margin: 30px 0 0 0;
}

.site-footer .links a:hover {
    opacity: .7;
    transition: all .2s;
}


/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: block;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 99;
}

.fb {
    width: 135px;
    height: 45px;
    display: block;
    background: url('../../images/common/fb.png');
}

.floating .gotop {
    display: none;
}

.gotop {
    width: 60px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    background: #FFFFFF;
    display: block;
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #DFDACF;
    text-align: center;
    box-sizing: border-box;
    transition: all .2s;
}

.gotop i {
    font-size: 57px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: -7px;
}

.gotop:hover {
    color: #D1CCB5;
    transition: all .2s;
    background: #F0F0E1;
    border: 1px solid #ACAC9D;
    margin: 0 0 -1px 0;
}


/*------------ / floating ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #535353;
    position: relative;
    font-size: 13px;
    margin: 0 0 45px;
}

.breadcrumb:before {
    content: "\e1021";
    color: #959586;
    font-family: 'icon-font' !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;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}

.breadcrumb li a:hover {
    font-weight: bold;
}

.side .breadcrumb {
      color: #535353;
    position: relative;
    font-size: 13px;
    max-width: 250px;
    box-sizing:  inherit;
    display: block;
    margin:0 0 20px;
}


/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.side {
    width: 260px;
    float: left;
    padding: 104px 0 0 0;
}

.has-side .content {
    width: calc(100% - 310px);
    float: right;
}

.side-nav,
.side-nav-top {
    position: relative;
    font-size: 15px;
}

.side-nav-top {
    padding: 0 0 10px 0;
    border-bottom: 1px dashed #888;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.side-nav-top li a {
    position: relative;
    font-size: 15px;
    line-height: 1.3;
    color: #000000;
    background: #debaa6;
    padding: 13px 15px;
    font-weight: bold;
    margin-bottom: 10px;
}
.side-nav-top > li > a:hover, .side-nav-top > li.active > a {
    background: #787969;
    color: #fff;
}
.side-nav.has-bg {
    padding-bottom: 150px;
    background: url('../../images/common/side_bg.png') no-repeat center bottom;
    box-shadow: none;
    border: 0;
}
.mmenu-show #mobile-menu .side-nav > li, .mmenu-show #mobile-menu .content-nav > li {
    padding: 0;
    border-bottom: none;
    background: #ffffff54;
    margin-bottom: 0;
}
.side-nav > li {
    margin: 0 0 10px;
}

.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
}

.side-nav li a {
    display: block;
}

.side-nav > li > a {
    position: relative;
    font-size: 15px;
    color: #000000;
    background: #FFFFFF;
    padding: 13px 15px;
    font-weight: bold;
}

.side-nav > li > a:hover,
.side-nav > li.active > a {
    background: #FFEFBF;
}

.side-nav ul li a {
    padding: 9px 10px 9px 32px;
}

.side-nav ul li a:before {
    content: "";
    width: 22px;
    height: 9px;
    display: block;
    position: absolute;
    background: url('../../images/common/side_ic.png');
    top: 50%;
    left: 0;
    margin: -4px 0 0 0;
    opacity: 0;
}

.side-nav ul {
    display: none;
    padding: 10px 0;
    background: #DFDFD0;
}

.side-nav ul li a:hover {
    color: #fff;
    background: #000;
}

.side-nav ul li a:hover:before {
    opacity: 1;
}

.side-nav > li.logout a {
    background: #DCDDD5;
    border: 1px solid #CDCDC5;
}


/*------------ / side ------------*/


/*------------ pagination ------------*/

.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
}

.pagination li {
    display: inline-block;
    vertical-align: bottom;
}

.pagination li a {
    display: block;
    min-width: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    color: #000000;
    font-size: 15px;
    box-sizing: border-box;
}

.pagination li.active a:after {
    content: "/";
    color: #000;
    margin: 0 0 0 7px;
    display: inline-block;
}

.pagination li a:hover,
.pagination li.active a {
    color: #B22C00;
}

.pagination li a.controls {
    margin: 0 10px -3px;
    color: #525252;
    min-width: auto;
    font-size: 17px;
    width: 26px;
    height: 26px;
    line-height: 31px;
    border-radius: 50%;
}

.pagination li a.controls:hover,
.pagination li.active a.controls {
    background: #FFFFFF;
}

.pagination li a.controls.next {
    margin: 0px 5px -3px;
}

.page-info {
    display: none;
}

.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}

.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}


/*------------ / pagination ------------*/


/*------------ had-bg ------------*/

.has-bg {
    background: #F7F0E8;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.25);
    position: relative;
}
.has-bg::after {
    display: block;
    clear: both;
    content: "";
}
.table-bg {
    padding: 20px;
}

.has-img:before {
    content: "\e1009";
    font-family: 'icon-font' !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;
    position: absolute;
    top: 0;
    left: 0;
    background: #686859;
    color: #fff;
    font-size: 33px;
    width: 55px;
    height: 53px;
    line-height: 53px;
    text-align: center;
}


/*------------ / had-bg ------------*/


/*------------ form ------------*/


/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 45px;
    color: #666659;
    font-size: 13px;
    line-height: 1.75;
    padding: 0 0 20px;
    border-bottom: 1px dashed #666666;
}

.reminder strong {
    font-size: 22px;
    color: #000000;
    margin: 0 0 5px 0;
    display: block;
}

.reminder p {
    margin: 10px 0;
}

.reminder b {
    display: block;
    margin: 10px 0 0 0;
    font-weight: normal;
}

.reminder b:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: #464637;
    margin: 0 8px 0 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}


/*-----qty-box-----*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 97px;
    max-width: none;
    padding: 0 25px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    padding:0 3px;
    font-weight: bold;
    color: #816149;
    border: 1px solid #816149;
    box-sizing: border-box;
    background: #fff;
    font-size: 15px;
    margin: 0;
    z-index: 1;
}

.qty-box .btn {
    width: 18px;
    height: 18px;
    line-height: 15px;
    font-weight: bold;
    font-size: 11px;
    border-radius: 50%;
    position: absolute !important;
    z-index: 0;
    top: calc( 50% - 8px );
    border: 2px solid #7B5A42;
}

.qty-box .btn:hover {
    background: #776255;
    color: #fff;
}

.qty-box .add {
    right: 2px;
}

.qty-box .less {
    left: 2px;
}

.main-content.cart-two .qty-box {
    width: auto;
    padding: 0px;
}
/*-----form-detail-----*/

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #666666;
    border: 1px solid #CDCDC5;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 10px;
}

.form-control:focus {
    outline: none;
    border-color: #9E8557;
    background: #9e855724;

}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}

.form-box .form-group {
    padding: 5px 0 10px;
}

.form-box .control-label {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    padding-left: 15px;
    box-sizing: border-box;
}

.form-box .control-box .static-control {
    margin: 0px 0 0px;
}

.form-box .control-box {
    position: relative;
    display: inline-block;
    /*width: calc(100% - 120px);*/
    width: 100%;
}

.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 14px;
}

.form-box .btn-group {
    margin: 27px 0 0 0;
}

.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
}

.no-padding .control-label {
    padding: 0;
}


/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #5A2100;
    font-weight: bold;
    margin: -4px 0 38px;
}


/*-----form-wrap-----*/

.form-wrap {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 95px;
    position: relative;
}

.form-box {
    max-width: 585px;
    margin: 0 auto;
    position: relative;
}

.form-box2 {}

.form-box .row {
    margin: 0 -10px;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}


/*-----form-required-----*/

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: "";
    position: absolute;
    display: block;
    background: #464637;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 50%;
    margin-top: -2px;
    left: 0;
}


/*----- captcha -----*/

.form-box .captcha .input-box {
    position: relative;
}

.form-box .captcha .form-control {
    max-width: 185px;
    display: inline-block;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    color: #777777;
    transition: transform .3s;
    margin: 0 0 0 5px;
}

.form-box .captcha a:hover i {
    color: #A57038;
}


/*----- name -----*/

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    line-height: 1.6;
}

.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: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.form-box .name2 .radio-box label {
    margin-bottom: 0;
}


/*----- address -----*/

.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%;
}


/*----- tips -----*/

.form-box .tips {
    line-height: 1.5;
    margin-bottom: 6px;
    color: #AC8D5F;
    padding: 0 5px;
    font-size: 13px;
}

.form-box.type2 .tips {
    min-height: 0;
}


/*----- input-group -----*/

.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;
    box-sizing: border-box;
}

.form-box .input-group .form-control {
    display: inline-block;
}


/*----- radio + checkbox -----*/

.form-radio {
    display: inline-block;
    position: relative;
}

.form-checkbox {
    display: block;
    position: relative;
    margin: 0px 0 5px 0;
}

.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: 150;
    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: 18px;
    height: 18px;
    margin: 0 5px 3px;
}

.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
    margin: 0 3px 4px 0;
}

.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}

.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}


/*-----success-box-----*/

.success-box {
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 15px;
    box-sizing: border-box;
    font-size: 13px;
    position: relative;
}

.success-box .msg {
    color: #000000;
    font-size: 18px;
}

.success-box .msg b {
    background: #686859;
    line-height: 53px;
    display: inline-block;
    color: #fff;
    font-size: 37px;
    letter-spacing: 2px;
    font-weight: normal;
    padding: 0 23px;
    margin: 10px 0 0 0;
    min-width: 330px;
    box-sizing: border-box;
}

.success-box a {
    color: #592000;
    text-decoration: underline;
}

.success-box .btn-box {
    margin: 5px 0;
}

.success-box small {
    font-weight: bold;
    color: #000000;
    display: block;
}


/*------------ / form ------------*/


/*------------ table ------------*/

.table-h td {
    padding: 10px 6px;
    line-height: 1.55;
    text-align: center;
    min-width: 76px;
    color: #847971;
    font-size: 13px;
}

.table-h .btn-holder {
    min-width: 30px;
    font-size: 35px;
    line-height: 1;
}

.table-h .btn-holder a:hover {
    color: #000000;
}

.table-h thead th {
    color: #847971;
    padding: 0 6px 6px;
    white-space: nowrap;
    font-weight: normal;
}

.table-h tfoot tr {
    color: #555;
}

.table-h tbody tr {
    border-top: 1px dashed #666666;
}

.table-h tfoot td {
    color: #545454;
    text-align: right;
    padding: 4px 0px;
    font-size: 14px;
    font-weight: bold;
}

.table-h tfoot td:last-child {
    width: 14%;
    padding: 3px 0px 3px 0;
    min-width: auto;
}

.table-h tfoot tr:last-child td {
    color: #D51A23;
    font-weight: bold;
    font-size: 17px;
    padding: 3px 0;
}

/*.table-h tfoot td:last-child span {
    color: #D51A23;
}*/
.table tfoot td .cart-rate {
    font-size: 10px;
    color: #545454;
    letter-spacing: 0.5px;
}
.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.table-h .align-left {
    text-align: left;
    padding: 10px 6px 10px 15px;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table-h .pd-id {
    color: #AC8F61;
    display: block;
}

.table-h .pd-name {
    color: #000000;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    margin: 3px 0;
}

.table-h a:hover .pd-name {
    color: #5A2100;
}

.table-h a.pic {
    position: relative;
    overflow: hidden;
    transition: all .2s;
}

.table-h a.pic:hover {
    opacity: .7;
    transition: all .2s;
}

.table .ic-delete {
    color: #999999;
    font-size: 20px;
}

.table .ic-delete:hover {
    color: #BA7F5F;
}

.table td span {
    color: #CAAB6C;
}


/*-----table-v-----*/

.table-v {
    font-size: 14px;
}

.table-v th,
.table-v td {
    padding: 10px 20px 7px;
    vertical-align: middle;
}

.table-v tr + tr {
    border-top: 1px dashed #666;
}

.table-v th {
    text-align: left;
    position: relative;
    color: #666666;
    font-weight: normal;
    width: 90px;
    padding: 10px 15px 7px 20px;
}

.table-v th:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #D3B085;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -10px 0 0 0;
}

.table-v strong {
    color: #5A2100;
}


/*------------ / table ------------*/


/*------------ lightbox ------------*/

body .fancybox-close {
    background: none;
    top: -40px;
    right: -6px;
    width: auto;
    height: auto;
    color: #FFFFFF;
}

body .fancybox-close:after {
    content: "\e1019";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 7px 5px;
    font-size: 35px;
    font-family: 'icon-font' !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;
}

body .fancybox-close:before {
    content: "CLOSE";
    font-size: 14px;
}

body .fancybox-close:hover {
    color: #DCDDD5;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #CECEBF;
}

body .fancybox-opened .fancybox-skin body {
    background: #CECEBF;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


/*---- arrival ----*/

.arrival-box {
    padding: 30px 0 0 0;
}

.arrival-box .pd-name {
    color: #000000;
    font-size: 18px;
    text-align: center;
    margin: 0;
}

.arrival-box .pd-name i {
    color: #FFFFFF;
    font-size: 35px;
    display: block;
    margin: 0px auto 20px;
}

.arrival-box .pd-id {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0 0 10px 0;
}

.arrival-box .form-box {
    max-width: 465px;
}

.arrival-box .notice {
    text-align: center;
    color: #2E2E2E;
}

/*------------ / 購物時登入燈箱 ------------*/
.login-box .lightbox-title {
    color: #7B5A42;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
    text-align: center;
}

.login-box .lightbox-title span {
    border: 2px solid #7B5A42;
    padding: 5px 10px;
}

.shopping_way.hot.fixed{
    margin:4px 0 -3px;  
    color:#333;
}

.cart_login_box{
    padding-top:50px;
    height:auto;
    overflow:hidden;
    font-size: 14px;
}
.lightbox-wrapper.login-box.cart{
    /* width: 100%; */
}
.cart-login.col{width: 50%;position:relative;float:left;padding: 10px;}
.cart-login.col.col1{
    right:10px;
}
.cart-login.col.col1 .form-box .captcha a{
    margin: 0px;
}
.cart-login.col{
    border-right:1px solid #dadada;
    padding:0 10px;
}
.cart-login.col:nth-child(2){
    border:none;
}
.cart-login.col.col2{
    padding: 0 30px;
    margin-top: -10px;
}
.cart-login.col.col2 .btn-box{
    padding-top:85px;
}
.cart-login .main-title{
    color:#404040;
    font-size:18px;
    padding: 10px 0 25px;
}
.cart-login .fb-login-button{
    height:40px;
}
.cart-login .btn-box{
    padding:0px;
}
.btn.simple.cart {
    background: #7B5A42;
    max-width: 100px;
    width: 50%;
    height:35px;
    color: #fff;
    font-size: 16px;
    line-height:35px;
    letter-spacing: 0.1em;
    border-radius: 8px;
    position: relative;
    margin: 0 2px 10px;
    display:inline-block;
}
.btn.simple.cart:hover{
    background:#000;
}
.btn.simple.cart2 {
    background:#7B5A42;
}
.btn.simple.cart2:hover {
    background:#000;
}
.cart.bth{
    display:block;
    width:100%;
}
.cart_login_box .form-box.cart_txt{
    text-align: center;
}
.lightbox-wrapper.login-box .notice-box{
    margin-top: 0px;
    padding: 0px;
    border-radius:0;
    line-height: 2;
}
.lightbox-wrapper.login-box .notice-box .title {  
    background:none;
    color: #444;
    font-size: 18px;
    font-weight: bold;
   padding:0px;
    margin: 0px 0 20px;;
    text-align:center;
    float: none;
}
.lightbox-wrapper.login-box .notice-box .txt{
    margin:0px;
    padding:0px;
    border:none;
}
.cart_login_box .lightbox-wrapper{
    padding: 30px;
    max-width: 100%;
    /*width: 800px; */
}
.cart_login_box .btn.normal2 {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    width: 150px;
    height: 40px;
    background: #7B5A42;
    margin: 0 auto;
    border-radius: 0;
    border: 1px solid #7B5A42;
    /* display: block; */
    line-height: 30px;
}
.cart_login_box .btn.normal2:hover{
    background:#000;
}
.cart_login_box .btn.pure {
    color: #666;
    line-height: 30px;
    margin: 0 5px 5px;
}
.cart_login_box .btn-box{
    margin:5px 0;
}
.cart_login_box .btn.normal2.send{
    margin-bottom: 20px;
}
.cart_login_box .go-login{
    margin:10px 0 20px;
}
.cart_login_box .btn-box.col2{
    display:flex;
}
.cart_login_box .btn-box.col2 .btn.normal2{
    width:45%;
}
/*------------ / 購物時登入燈箱 ------------*/
/*---- login ----*/

.login-box {
    padding: 35px 10px 0;
}

.login-box .title {
    text-align: center;
    color: #000000;
    font-size: 18px;
    margin: 0 0 15px;
}

.login-box .ic-login {
    display: block;
    color: #4d3b34;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 45px;
}

.login-box .form-box {
    max-width: 450px;
}

.login-btn-box a {
    color: #000;
    font-size: 14px;
    display: inline-block;
    font-weight: bold;
    margin: 0 20px 20px;
}

.login-btn-box a i {
    font-size: 19px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(90deg);
    margin: 0 5px 1px 0;
}

.login-btn-box a:hover {
    color: #686859;
}

.login-box .success-box {
    padding: 0;
}

.login-box .btn-box {
    padding: 20px 0;
}

.login-box .success-box b {
    font-size: 18px;
}

.login-box .success-box .msg b {
    font-size: 37px;
}


/*---- alert-fancybox ----*/

#alert-fancybox {
    background: #fff;
}


/*------------ / lightbox ------------*/


/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    font-weight: normal;

}
.mmenu-show #mobile-fixed li {
    background: #000;
}

.mmenu-show #mobile-search {
    background: #ddd;
}

.mmenu-show #mobile-menu .main-menu {
    background: #E9D7C1;
}

.mmenu-show #member-box li a {
    background: #eee;
    color: #999;
    font-size: 15px;
}

.mmenu-show #mobile-fixed ul {
    border-bottom-color: #8C7D72;
}

.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}

.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}

.mmenu-show #mobile-menu .language-menu {
    background: #000;
}

.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #F3F2E9;
}

.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}

.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}

.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #959586;
    color: #000;
}

.mmenu-show #mobile-fixed .qty {
    background: #A86846;
}
.mmenu-show #mobile-menu .menu .pd{
    display: none;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #A86846;
    font-weight: bold;
}

.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}

.mmenu-show .toggle-mmenu-close {
    color: #fff;
}

.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}

.mmenu-show #mobile-menu .language a {
    color: #fff;
}

.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #959586;
}

.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}

.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}

.mmenu-show #mobile-menu .language li + li a {
    border: 0;
}

.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}


/*--- 歐盟文字 ---*/
.follow .privacy-txt:before{
    content:'◆';
    padding-right:5px;
}
.follow .privacy-txt {
     border-right: 1px solid #d8d8d8;
     padding: 0 10px 0 0;
     margin-right: 10px;
     display:  block;
     color: #426c3a;
}

.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px; 
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 8px;
    border:solid 1px #000000;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    outline: 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:#000000;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

@media screen and (max-width: 1000px) {
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 401;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop {
        padding: 0px;
    }
    .close-ontop {
        float: none;
    }

    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition: all .7s;
    }
    .header-fixed .header-sheet {
        display: block;
    }
}

/*------------ / mobile_menu ------------*/

@media screen and (max-width: 1440px) {
    /*------------ site-footer 1440 ------------*/
    .site-footer .site-info {
        width: 30%;
    }
    .site-footer .links {
        display: block;
        margin: 15px 0;
    }
    .site-footer .links a {
        display: inline-block;
    }
    .site-footer .links a + a {
        margin: 0 0 0 30px;
    }
    /*------------ / site-footer 1440 ------------*/
}

@media screen and (max-width: 1280px) {
    /*------------ site-header 1280 ------------*/
    .site-nav .menu > li > a{
        padding:0 16px;
    }
    .site-nav .menu {
        width: 100%;
        padding: 0 0 0 190px;
        text-align: left;
    }
    .header-fixed .site-nav .menu > li > a {
        padding: 16px 13px;
    }
    /*------------ / site-header 1280 ------------*/
    /*------------ site-footer 1280 ------------*/
    .site-footer {
        padding: 0 0 10px;
    }
    .site-footer .container,
    .site-footer .site-info,
    .site-footer .site-map {
        width: 100%;
        display: block;
    }
    .site-footer .follow,
    .site-info-qr {
        vertical-align: top;
    }
    .share {
        margin: 0 0 0 30px;
    }
    .site-info-qr {
        margin: 0 35px 0 0;
    }
    /*------------ / site-footer 1280 ------------*/
    .side {
        width: 240px;
    }
    .has-side .content {
        width: calc(100% - 250px);
    }
}
@media screen and (max-width: 1100px) {
    .site-nav .menu > li > a{
        padding: 0px 10px;
    }
    .header-fixed .site-nav .menu > li > a{
        padding: 16px 8px;
    }
}
@media screen and (max-width: 1000px) {/*手機板*/
    body{
        font-size: 14px;
        line-height: 1.45;
        letter-spacing: 0.5px;
    }
    .site-footer .follow{
        padding:0;
    }
    .btn.style03{
        letter-spacing: 0.5px;
    }
    .table-v {
        font-size: 14px;
    }
    .wrapper ,.header-fixed .wrapper{
        padding-top: 40px;
    }
    .desktop{
        display: none;
    }
    hr {
        margin: 10px 0;
    }
    .content{
        min-height: inherit;
    }
    .side{
        display: none;
    }
    .has-side .content {
        position: relative !important;
        width: auto !important;
        float: none !important;
    }
    .title{
        font-size: 16px;
    }
    .btn.style02{
        line-height: 28px;
        height: 28px;
        font-size: 10px;
    }
    .btn-box.dib2 .style02{
        padding:0 10px;
    }
    .btn-box.dib2 .btn{
        margin: 0 2px 5px;
        line-height: 25px;
        font-size: 10px;
        letter-spacing: 0;
        padding: 0 3px;
        min-width: 104px;
    }
    .form-control,.page-info .form-control{
        line-height: 25px;
        height: 25px;
        padding: 0 5px;
        margin-bottom: 5px;
    }
    .form-box .form-group,.login-box .btn-box{
        padding:5px 0;
    }
    
    .has-img:before{
        display: none;
    }
    .reminder{
        padding-bottom: 5px;
    }
    .reminder strong{
        font-size: 14px;
    }
    .reminder b{
        margin-top: 5px;
    }
    /*------------ site-header 1024 ------------*/
    .site-nav,
    .top-nav {
        display: none;
    }
    .site-header {
        padding: 10px 0;
    }
    .site-title {
        position: static;
        text-align: center;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 88px;
        height: 65px;
    }
    .header-fixed .site-header {
        position: static;
    }
    .header-fixed .site-title {
        position: static;
    }
    /*------------ / site-header 1024 ------------*/
    .breadcrumb {
        margin: 0 0 5px;
    }
    /*------------ main-content 1024 ------------*/
    .main-content {
        padding: 5px 0 5px;
    }
    .main-top,.main-top.no-border {
        padding: 0;
        margin:0;
    }
  
    .main-title {
        margin: 15px 0 15px;
        padding: 5px 20px;
        font-size: 16px;
    }
    .main-title.pc{
        display: none;
    }
    /*------------ / main-content 1024 ------------*/
    /*------------ site-footer 1024 ------------*/
    .site-footer .site-map-box,.site-footer .title,.share{
        display: none;
    }
    .share li span{
        display: none;
    }
    .site-info-p b{
        font-size: 14px;
    }
    .footer-top{
        padding:5px 0;
        text-align: center;
    }
   
    .site-footer .site-map{
        padding: 5px 20px 0;
    }
    .site-footer .links a{
        display: inline-block;
        max-width: 48%;
    }
    .site-footer .site-info{
        padding:5px;
        display: inline-block;
        width: auto;
    }
    .site-info-p{
        margin:0;
        display: block;
    }
    .site-info-qr{
        margin: 0
    }
    .site-footer .links{
        margin:5px auto;
    }
    /*------------ / site-footer 1024 ------------*/
    .main-top{
        margin-bottom: 5px;
        line-height: 1.2;
    }
    .main-title{
        font-size: 17px;
        padding:0;
        letter-spacing: 1px;
    }
    .btn-box {
        padding: 10px 0;
    }
    .success-box .btn-box{
        padding: 0;
    }
    .warning-sect{
        padding: 5px 0 10px;
    }
    .table-h tbody td.align-left {
        padding: 0 6px 0px 0;
        border-bottom: 1px dashed #666;
    }
    /*------------ table 960 ------------*/
    .table-bg {
        padding: 0 10px;
    }
    .table-h thead {
        display: none;
    }
    .table td .ibtn.delete {
        position: absolute;
        right: 5px;
        top: 20px;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td {
        min-width: 40px;
    }
    .table-h td+td,
    .table-h tfoot td+td {
        border-left: 0;
    }
    .table-h tbody td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 14px;
        margin: 0 0px 0 0;
    }
    .table-h tr {
        padding: 5px 0;
        position: relative;
    }
    .table-h tfoot tr {
        padding: 0px 15px;
    }
    .table-h tfoot td {
    }
    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
    }
    .table-h tfoot td:last-child {
        padding: 3px 0;
    }
    .table-h td,
    .table-h tbody td,
    .table-h .btn-holder {
        padding: 2px 0;
        line-height: 1.45;
        font-size: 14px;
    }
    .table-h tfoot td{
        font-size: 14px;
    }
    .shopping-title i{
        font-size: 15px;
    }

    
    /*------------ / table 960 ------------*/
    .success-box .msg{
        font-size: 16px;
    }
    .success-box .msg b,.login-box .success-box .msg b {
        font-size:16px;
        min-width: auto;
        line-height: 25px;
        margin-top: 5px;
    }

    .success-box b,.login-box .success-box b{
        font-size: 16px;
    }
    .success-box .notice-box{
        margin: 5px auto;
    }
    .success-box{
        padding: 5px;
    }
    .static-control{
        margin-bottom: 0px;
    }
    .form-wrap {
        padding: 5px ;
    }
    .btn-box.has-border{
        margin-top: 5px;
    }
    .reminder{
        margin-bottom: 5px;
    }


}
@media screen and (max-width: 890px) {
    body .fancybox-close{
        right: 0;
    }
}
@media screen and (max-width: 767px) {
    /*------------ / table 767 ------------*/
    .table-h .pd-name {
        margin: -2px 0 0 0;
    }
    /*------------ / table 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -29px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    
    .form-box {
        padding: 0;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
    }
    .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-box .tips {
        min-height: 0;
    }
    .form-box .captcha a {
        right: 2%;
    }

    
    /*------------ / form 767 ------------*/
    body .fancybox-wrap.login-fancybox .fancybox-inner {
        height: calc(70vh) !important;
    }
     .cart-login.col,.cart-login.col.col1{
        width: 100%;
        float: none;
        border:none;
        right: 0;
    }
    .cart_login_box .lightbox-wrapper{
        max-width: 100%;
        box-sizing: border-box;
        padding: 10px;
    }
    .cart-login.col.col2{
        padding:10px;
        margin:0;
    }
    .login-box .btn-box{
        padding: 0px 0 20px;
    }
    .cart-login.col.col2 .btn-box{
        padding-top: 5px;
    }
     .cart_login_box .btn.normal2.send{
        margin-bottom: 5px;
    }
    .cart_login_box .go-login{
        margin:5px 0;
    }
    .cart_login_box .btn.normal2{
        height: 30px;
        line-height: 30px;
        padding:0 5px;
    }
    .lightbox-wrapper.login-box .notice-box .title{
        margin-bottom: 5px;
    }
    /*login燈箱*/
    .login-box .ic-login{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .login-box .title{
        line-height: 1.2;
        margin-bottom: 5px;
        font-size: 14px;
    }
    .login-box{
        padding-top: 5px;
    }
    .login-btn-box a i{
        font-size: 15px;
    }
    .login-btn-box a{
        font-size: 10px;
    }
    /*!login燈箱*/
}

@media screen and (max-width: 600px) {
    /*------------ site-footer 600 ------------*/
    .gotop {
        display: none;
    }
    .site-footer {
        text-align: center;
    }
   
    .site-footer .qr-inner,
    .site-info-qr,
    .site-footer .col-r {
        margin: 0;
    }

    .site-footer .col-r p .author {
        display: block;
        margin: 0;
    }
    .site-footer .links a + a {
        margin: 0;
    }
    /*------------ / site-footer 600 ------------*/
    /*------------ floating 600 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -15px;
    }
    .floating a {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }
    /*------------ / floating 600 ------------*/
    /*------------ table 600 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        padding:3px 5px;
    }
    .table-v th {
        font-weight: bold;
        color: #000;
    }
    .table-v th:after {
        display: none;
    }
    /*------------ / table 600 ------------*/
}

@media screen and (max-width: 500px) {
    /*------------ table 500 ------------*/
    .table td .ibtn.delete {
        position: static;
        margin: 10px 0;
    }
    /*------------ / table 500 ------------*/
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 110px;
    }
    /*------------ form 500 ------------*/
}

@media screen and (max-width: 400px) {
    .btn.style03 .ic-zoom-in,
    .btn.style03 .ic-money,
    .btn.style03 .ic-typing,
    .btn.style03 .ic-bag,
    .btn.style03 .ic-home{
        display: none;
    }
    .mmenu-show #mobile-fixed .logo-fixed-menu {
        width: 150px;
    }

}

/*暫時隱藏*/
@media screen and (min-width: 1000px) {
    .new_menu{
        display: none!important;
    }
}
/*!暫時隱藏*/

/*------------ / LINE 登入按鈕 ------------*/
.LINE-login-button a{
    width: 250px;
    height: 40px;
    background: #00C300;
    border-radius: 6px;
    display: flex;
    margin: auto;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-icon{
    background: url(../../images/common/line-icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    background-size: 31px 30px;
    background-position: center;
    border-right:1px solid #00b300;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-text{
    font-size: 14px;
    font-weight: 600;
    width: 210px;
    color:#FFF;
    text-align: center;
    line-height: 39px;
}
.LINE-login-button a:hover{
    background: #00e000;
}
.LINE-login-button a:hover .LINE-icon{
    border-right:1px solid #00c900;
}
.LINE-login-button a:focus{
    background: #00e000;
}
.LINE-login-button a:focus .LINE-icon{
    border-right:1px solid #00c900;
}
.LINE-login-button a:active{
    background: #00b300;
}
.LINE-login-button a:active .LINE-icon{
    border-right:1px solid #009800;
}
.LINE-login-button a:disabled{
    background: #c6c6c6;
}
.LINE-login-button a:disabled .LINE-icon{
    border-right:1px solid #b5b5b5;
}
/*!------------ / LINE 登入按鈕 ------------*/