@charset "utf-8";
/*------------ basic ------------*/

body {
    font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #5D5D5D;
    font-size: 13px;
    line-height: 1.95;
    letter-spacing: 0.35px;
}

.wrapper {
    position: relative;
}

.container {
    padding: 0 15px;
    max-width: 1470px;
}

.has-bg {
    background: #FCFBF8;
    margin: -25px 0 0 0;
}

.row img {
    margin: 0px;
}



/*------------ / basic ------------*/


/*--- 最上方 4.17.101 ---*/

.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 #666666;
}
.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:#666666;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}

/*--- END ---*/




/*------------ btn ------------*/


/*-----back-btn-----*/

.btn.back {
    font-size: 14px;
    color: #9F856C;
    transition: all .2s;
}

.btn.back i {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 1px 0;
}

.btn.back:hover {
    color: #333333;
    transition: all .2s;
}





/*-----style01-btn-----*/

.btn.style01 {
    transition: all .2s;
    box-sizing: border-box;
    background: #9C3044;
    color: #fff;
    line-height: 27px;
    font-size: 14px;
    display: block;
    border-radius: 27px;
}

.btn.style01 i {
    vertical-align: middle;
    display: inline-block;
    font-size: 14px;
    margin: 0 5px 2px 0;
}

.btn.style01:hover {
    background: #C5A36C;
    transition: all .2s;
}

.btn.style01.bg2 {
    color: #807059;
    line-height: 25px;
    border: 1px solid #CECEBF;
    background: #EDEADB;
}

.btn.style01.bg2 i {
    margin: 0 0 2px 5px;
}

.btn.style01.bg2:hover {
    border-color: #9C3044;
    color: #9C3044;
}

.btn.style01.bg3 {
    border: 1px solid #CECEBF;
    background: #fff;
    line-height: 25px;
    color: #7F7059;
}

.btn.style01.bg3:hover {
    background: #C4C4B0;
    color: #fff;
}





/*-----style02-btn-----*/

.btn.style02 {
    transition: all .2s;
    color: #62594E;
    font-size: 13px;
    border: 1px solid rgba(165, 162, 153, .5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    border-radius: 0;
    background: url('../../images/common/bg/btn_bg.jpg') repeat-x;
    height: 24px;
    line-height: 23px;
    margin: 0 5px;
    padding: 0 24px;
    display: inline-block;
}

.btn.style02:hover {
    transition: all .2s;
    background: url('../../images/common/bg/btn_bg2.jpg') repeat-x;
}





/*-----style03-btn-----*/

.btn.style03 {
    transition: all .2s;
    background: #D4D1C7;
    line-height: 1.2;
    color: #555555;
    font-size: 14px;
    padding: 8px 20px;
    text-decoration: none;
    margin: 0 5px 10px;
    border-radius: 0;
}

.btn.style03.size02 {
    padding: 5px 17px;
}

.btn.style03 i {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 5px 2px 0;
}

.btn.style03:hover {
    transition: all .2s;
    background: #C5A36C;
    color: #fff;
}

.btn.style03 i.ic-check {
    border: 2px solid #FFFFFF;
    font-size: 12px;
    padding: 1px;
    width: 10px;
    height: 10px;
    line-height: 10px;
}

.btn.style03 .ic-search2,
.btn.style03 .ic-paid,
.btn.style03 .ic-typing {
    font-size: 18px;
}





/*---- btn-box ----*/

.btn-box {
    clear: both;
    padding: 40px 0 0 0;
    position: relative;
    text-align: center;
}

.btn-box.align-left {
    text-align: left;
}

.btn-box.has-border {
    border-top: 1px solid rgba(212, 209, 198, .5);
    margin: 50px -15px 0;
    padding: 30px 0 0 0;
}

.btn-box.has-shadow {
    background: url('../../images/common/shadow.png') no-repeat center top;
    margin: 25px 0 0 0;
}

.btn-box.dib .btn {
    display: inline-block;
    margin: 0 5px 10px;
}

.btn-box.btn-all .btn {
    max-width: 100%;
}





/*------------ / btn ------------*/


/*------------ site_header ------------*/

.site-header {
    margin: 0 auto;
}

.site-title {
    padding: 20px 0 25px;
}

.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 179px;
    height: 84px;
    transition: opacity .3s ease;
}

.site-title .logo:hover {
    opacity: .7;
}

/*-----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;
    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: #dccfb0;
    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_header ------------*/

.header-fixed .site-header {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    z-index: 801;
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.header-fixed .top-nav {
    float: right;
    width: auto;
    transition: all .2s;
    top: 57px;
    right: 13px;
}

.header-fixed .top-nav>ul {
    background: rgba(255, 255, 255, .95);
}

.header-fixed .site-nav {
    margin: 7px 0;
    float: right;
    clear: none;
    width: 80%;
}

.header-fixed .site-nav .menu>li>a span {
    margin: 3px 0 0 0;
}

.header-fixed .site-title {
    padding: 6px 0;
    float: left;
    margin: 0 20px 0 0;
}

.header-fixed .site-nav .menu>li>a {
    padding: 5px 10px 1px;
    margin: 0 10px;
}

.header-fixed .site-title .logo {
    width: 159px;
    height: 45px;
}

.header-fixed .top-nav .language,
.header-fixed .site-header .search-box {
    display: none;
}

.header-fixed .func-menu .lock:nth-child(3) {
    display: none;
}





/*------------top-nav ------------*/

.top-nav {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 30px;
}

.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.top-nav .container {
    display: block;
}

.top-nav>ul>li {
    vertical-align: middle;
    color: #444444;
    font-size: 12px;
    margin: 0 -4px 0 -1px;
    padding: 0 12px;
    position: relative;
}

.top-nav>ul>li.dot:after {
    content: '...';
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    line-height: 1;
    top: 50%;
    right: -7px;
    margin-top: -6px;
}

.top-nav>ul>li:nth-last-child(-n+3) {
    padding: 0;
}

.top-nav>ul>li:nth-last-child(-n+3):after {
    display: none;
}

.top-nav>ul>li i {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
}

.top-nav li a:hover {
    text-decoration: underline;
}





/*------- 會員下拉 ------*/

.top-nav>li.gomember {
    position: relative;
    display: inline-block;
}

.top-nav>li.gomember>a {
    font-size: 13px;
    color: #c74f00;
}

.top-nav>li.gomember>a i {
    color: #ffffff;
    font-size: 13px;
}

.top-nav .gomember-box {
    position: absolute;
    z-index: 101;
    width: 120px;
    right: 0%;
    left: -20%;
    top: 100%;
    background: #fff;
    padding: 1px;
    border: 3px solid #D4D1C7;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    color: #807059;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

.top-nav .gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.top-nav .gomember-list {
    padding: 0px 0;
}

.top-nav .gomember-list li+li {
    padding: 1px 0 0;
    border-top: 1px dashed #ddd;
}

.top-nav .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 2px 0;
}

.top-nav .gomember-list a:hover {
    color: #C5A36C;
    text-decoration: underline;
}

.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: #292929;
    font-size: 15px;
}

.top-nav .login-out-fixed {
    background: #543924;
    color: #fff;
}





/*------- 會員下拉end ------*/


/*---- language ----*/

.language {
    position: relative;
}

.language .btn {
    display: none;
}

.language ul {
    margin: 0 10px 0 0;
}

.language ul li+li {
    padding: 0 4px 0 15px;
}

.language ul li {
    position: relative;
}

.language ul li:after {
    content: '...';
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    line-height: 1;
    top: 50%;
    right: -17px;
    margin-top: -6px;
}

.language li a {
    transition: all .2s;
}

.language ul li a:hover {
    color: #33611D;
}





/*---- search-box ----*/

.site-header .search-box {
    position: relative;
    width: 135px;
}

.site-header .search-box .form-control {
    height: 31px;
    line-height: 31px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #83705E;
    background: transparent;
    border-radius: 0;
    padding: 0 25px 0 0;
    transition: all .1s;
}

.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
}

.site-header .search-box .ibtn {
    position: absolute;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    background: url('../../images/common/mobile_search_btn.svg');
}

.site-header .search-box:hover .ibtn {
    opacity: .5;
}


.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #444444;
    font-size: 12px;
}

.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #444444;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #444444;
    font-size: 12px;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #444444;
}

.site-header .search-box .form-control::-ms-input-placeholder {
    color: #444444;
    font-size: 12px;
}

.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #444444;
}

.site-header .search-box .form-control::-moz-placeholder {
    color: #444444;
    font-size: 12px;
}

.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #444444;
}





/*------------func-menu ------------*/

.site-header .func-menu {
    font-size: 13px;
}

.func-menu>li {
    position: relative;
}

.func-menu .cart i {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 0;
}

.func-menu>li>.box {
    display: block;
    text-align: center;
    color: #fff;
    background: #83705E;
    letter-spacing: 1px;
    line-height: 31px;
    padding: 0px 16px;
    transition: all .2s;
    position: relative;
}
.func-menu .cart-list .box .cover{
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 0;
}
.func-menu>li>box:hover {
    background: #000000;
    transition: all .2s;
    text-decoration: none;
}

.func-menu .sum {
    display: inline-block;
}

.func-menu .cart-box {
    width: 300px;
    position: absolute;
    z-index: 300;
    right: 0;
    top: 100%;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    background: #fff;
    border: 3px solid #D4D1C7;
    box-sizing: border-box;
}

.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}

.func-menu .cart-inner {
    padding: 0 10px;
}

.func-menu .cart-list .offers {
    margin: 2px 0;
    color: #9C3044;
    font-weight: bold;
}

.func-menu .cart-inner li+li {
    border-top: 1px dashed #ddd;
}

.func-menu .cart-inner li {
    border: 0;
    padding: 10px 0;
}

.func-menu .cart-list .box {
    display: block;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.func-menu .cart-list .box:hover {
    text-decoration: none;
}

.func-menu .cart-list .pic {
    float: left;
    width: 80px;
}

.func-menu .cart-list .txt {
    margin: 0 0 0 90px;
    text-align: left;
    line-height: 1.55;
}

.func-menu .cart-list .name {
    color: #807059;
    line-height: 1.2;
    height: auto;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.func-menu .cart-list .box:hover .name {
    color: #C5A36C;
    text-decoration: underline;
}

.func-menu .cart-list .num {
    color: #AE9C93;
    display: block;
}

.func-menu .cart-inner .btn {
    transition: all .2s;
    display: block;
    background: #9C3044;
    color: #fff;
    line-height: 30px;
    font-size: 15px;
    margin: 5px 0 10px 0;
    border-radius: 0;
}

.func-menu .cart-inner .btn:hover {
    transition: all .2s;
    text-decoration: none;
    background: #C5A36C;
}

.shopping_way.hot.fixed {
    margin: 15px 0 3px;
}

/*------------site-nav ------------*/

.site-nav {
    position: relative;
    margin: 0 0 15px;
}

.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}

.site-nav .menu {
    width: 100%;
    position: relative;
}

.site-nav .menu li {
    width: calc(100% / 8);
    position: relative;
    margin: 0 -5px 0 0;
    line-height: 1.2;
}

.site-nav .menu>li:before,
.site-nav .menu:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #000000;
    margin: -5px 0 0 0;
    position: absolute;
    left: 0;
    top: 50%;
}

.site-nav .menu:after {
    left: auto;
    right: 0;
}

.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}

.site-nav .menu>li>a {
    font-size: 14px;
    transition: all .2s;
    text-align: center;
    font-family: 'Times New Roman', cursive;
    display: block;
}

.site-nav .menu>li>a span {
    font-family: "新細明體";
    display: block;
    margin: 9px 0 0 0;
    font-size: 13px;
    transition: all .2s;
}

.site-nav .menu>li>a:hover {
    transition: all .2s;
    color: #DB251D;
}

.site-nav .menu>li>a:hover span {
    transition: all .2s;
    color: #83705E;
}

.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 200px;
    left: 50%;
    margin: 15px 0 0 -100px;
    box-sizing: border-box;
}

.site-nav .menu li ul:before {
    content: "";
    height: 15px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: transparent;
}

.site-nav .menu ul li {
    margin: 0;
    width: 100%;
}

.site-nav .menu ul li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-nav .menu ul li a {
    color: #535353;
    padding: 10px 20px;
    display: block;
    background: #D4D1C7;
}

.site-nav .menu ul .activity-menu a {
    background: #333;
    color: #ddd;
}

.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #C5A36C;
    color: #fff;
}

.site-nav .menu ul .activity-menu a:hover {
    background: #848484;
}

.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 1px;
}

.shopping_way.top {
    margin: 10px 0px 0px;
}

.func-menu .cart-list .cold .qty {
    color: #42b354;
}

.func-menu .cart-list .freezing .qty {
    color: #327ef1;
}

.func-menu .cart-list .cold .name {
    color: #008615;
}

.func-menu .cart-list .freezing .name {
    color: #327ef1;
}





/*------------ 拆單顯示 --------------*/

.shopping_way .general {
    border: 1px solid #333;
    padding: 5px;
    bottom: 5px;
    position: relative;
}

.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;
}





/*------------ 拆單顯示end --------------*/


/*------------share------------*/

.share {
    margin: 0 -5px;
    display: inline-block;
}

.share li {
    margin: 0 5px;
}

.share .btn {
    color: #fff;
    font-size: 20px;
    transition: all .2s;
    display: inline-block;
}

.share .btn:hover {
    transition: all .2s;
    text-shadow: 0px 0px 1px #fff;
}

.share .facebook .btn:hover {
    color: #3B5997;
}

.share .twitter .btn:hover {
    color: #39A0CE;
}

.share .google .btn:hover {
    color: #F45043;
}





/*------------ / site_header ------------*/


/*------------ banner ------------*/

.banner {
    position: relative;
}

.banner-arrow {
    margin: 40px 0 25px;
    text-align: center;
}

.banner-arrow button {
    border: 0;
    text-align: center;
    background: transparent;
    padding: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    color: #999999;
    margin: 0 15px;
    position: relative;
    top: -10px;
}

.banner-dot {
    display: inline-block;
}

.banner-dot .slick-dots,
.banner-dot .slick-dots li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: inline-block;
}

.banner-dot .slick-dots li {
    margin: 0 3px;
}

.banner-dot .slick-dots button {
    width: 30px;
    height: 5px;
    margin: 0;
    display: block;
    color: transparent;
    background: #DAD4CE;
    top: 0;
}

.banner-dot .slick-active button {
    background: #83705E;
}





/*------------ / banner ------------*/


/*------------ site_main ------------*/

.main-top {
    position: relative;
    border-bottom: 1px solid rgba(235, 242, 252, .5);
    color: #80705A;
    font-size: 16px;
    text-align: center;
    padding: 30px 0 20px;
    margin: 0 0 25px;
}

.main-top:after {
    content: "";
    width: 152px;
    height: 3px;
    display: block;
    position: absolute;
    background: #817059;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -76px;
}

.main-title {
    line-height: 1.2;
    letter-spacing: 3px;
}

.main-title b {
    display: block;
    font-family: 'Playfair Display SC', serif;
    font-size: 36px;
    letter-spacing: 5px;
    font-weight: normal;
    margin: 0 0 5px;
}

.site-main {
    position: relative;
}

.main-content {
    box-sizing: border-box;
    z-index: 100;
    position: relative;
    padding: 0 0 20px;
    margin: 0 -20px;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-title {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    line-height: 1.2;
    background: #CEC0B0;
    box-shadow: inset 0 2px 2px rgba(97, 83, 39, .11);
    padding: 8px 0;
    letter-spacing:0.15em;
    margin: -15px 0 7px;
}





/*------------shopping-title ------------*/

.shopping-title {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    background: #CEC0B0;
    box-shadow: inset 0 2px 2px rgba(97, 83, 39, .11);
    padding: 10px 15px 6px;
    margin: 0 -15px 25px;
}

.shopping-title-up {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    background: #CEC0B0;
    box-shadow: inset 0 2px 2px rgba(97, 83, 39, .11);
    padding: 10px 15px 6px;
    margin: 0 -15px 5px;
}

.shopping-title b,
.shopping-title-up b {
    font-size: 15px;
    color: #9B7F64;
}





/*----- plus-title -----*/

.plus-txt {
    text-align: center;
    margin-bottom: 20px;
}

.plus-tip {
    color: #997F64;
    font-size: 15px;
    text-align: center;
    /* margin: 5px auto; */
    display: inline-block;
}

.plus-tip b {
    color: #9B3044;
}





/*------------ warning ------------*/

.warning-sect {
    padding: 0 0 60px;
}





/*------------ / site_main ------------*/


/*------------ site_footer ------------*/

.site-footer {
    background: #888888;
    position: relative;
}

.site-footer:before {
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #AAAAAA;
    display: block;
}

.site-footer p {
    margin: 0;
}

.site-footer .logo {
    width: 119px;
    height: 55px;
    color: transparent;
    background: url('../../images/common/logo2.png');
    margin: 0 0 20px;
}

.footer-top {
    padding: 45px 0 25px;
    border-bottom: 1px solid #666666;
}

.footer-top .site-info {
    font-size: 12px;
    color: #D8D7D7;
    line-height: 1.7;
    letter-spacing: 1px;
    float: left;
    width: 40%;
}

.footer-top .colr {
    float: right;
    width: 60%;
    text-align: right;
}

.site-map {
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent #B4B4B4 transparent #666666;
    display: inline-block;
}

.site-map ul {
    min-width: 100px;
    float: left;
    font-size: 12px;
    line-height: 1.2;
    color: #ECECEC;
    text-align: center;
    border-width: 0 1px;
    border-style: solid;
    border-color: transparent #666666 transparent #B4B4B4;
}

.site-map li+li {
    margin-top: 10px;
}

.site-map ul a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-footer .share {
    margin: 0 0 0 15px;
}

.footer-bottom {
    padding: 25px 0 30px;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
    color: #D8D7D7;
    border-top: 1px solid #B4B4B4;
}

.footer-bottom span {
    display: block;
}

.footer-bottom span b {
    text-decoration: underline;
    font-weight: normal;
}

.footer-info {
    text-align: center;
    padding-bottom: 15px;
}

.footer-info * {
    display: inline-block;
    vertical-align: middle;
}

.footer-info .fb {
    margin: 5px;
    background: #2164b7;
}
.footer-info .fb:hover{
     background: #004498;
}
.footer-info .fb-fans-page {
    width: 135px;
    height: 25px;
    display: inline-block;
    background: url(../../images/common/fb.jpg);
    box-sizing: border-box;
    margin: 0 5px 0 10px;
}

.footer-info .share .btn {
    line-height: 25px;
    color: #ccc;
}





/*------------ / site_footer ------------*/


/*------------ floating ------------*/

.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: -5px;
    top: 20%;
    z-index: 800;
}

.floating .gotop {
    display: none;
}

.gotop {
    border: 1px solid #999999;
    color: #666666;
    font-size: 12px;
    transition: all .2s;
    background: #fff;
    line-height: 17px;
    padding: 0 4px;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 100%;
    margin: 0 0 25px 0;
}

.gotop i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2px 5px;
    color: #999999;
    transition: all .2s;
}

.gotop:hover {
    color: #8C7354;
    border-color: #B7A288;
    transition: all .2s;
}

.gotop:hover i {
    color: #B7A288;
    transition: all .2s;
}





/*------------ / floating ------------*/


/*------------ breadcrumb ------------*/

.breadcrumb {
    color: #9F9391;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0 0 5px 0;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
}

.breadcrumb li+li:before {
    content: ">";
    margin: 0px 5px;
}

.breadcrumb li a:hover {
    color: #7E6C6C;
    text-decoration: underline;
}

.breadcrumb li:first-child a:before {
    content: "\e1004";
    font-size: 14px;
    font-family: 'icon-font' !important;
    speak: none;
    color: #BBB0A6;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.products-breadcrumb {
    position: static;
    margin: 0 0 20px 0;
}

.products-breadcrumb li:first-child a:before {
    display: none;
}

.products-breadcrumb li+li:before {
    content: "/";
    margin: 0px 5px;
}





/*------------ / breadcrumb ------------*/


/*------------ side ------------*/

.side {
    width: 237px;
    padding: 45px 25px;
    border: 1px solid #D5D2C9;
    vertical-align: top;
    background: #F1EDE2 url('../../images/common/bg/side_bg.jpg') no-repeat center top;
    box-sizing: border-box;
    vertical-align: top;
    display: table-cell;
}

.has-side .container-table {
    margin: 0 -20px;
    border: 0;
    padding: 0;
}

.has-side .row {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px 0;
}

.has-side .content {
    display: table-cell;
    padding: 0 0 50px;
    box-sizing: border-box;
    border: 3px solid #D4D1C7;
}

.has-side .content.no-table {
    border: 0;
    padding: 0;
}

.has-side .table-content {
    border: 3px solid #D4D1C7;
    padding: 0 0 20px;
}

.side-nav {
    position: relative;
}

.side .title {
    line-height: 1.2;
    color: #7E6C6C;
    font-size: 12px;
    margin: 0 0 45px;
}

.side .title b {
    margin: 0 0 5px;
    font-size: 21px;
    font-family: "新細明體";
    display: block;
}

.side-nav>li,
{
    border-bottom: 1px dotted #B5B2B2;
}

.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
    color: #706464;
    font-family: "新細明體";
}

.side-nav>li>a {
    padding: 10px 0 10px 25px;
}

.side-nav>li>a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 10px;
    margin: -4px 0 0 0;
    transition: all .2s;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.5px 0 2.5px 5px;
    border-color: transparent transparent transparent #CBBFBF;
}

.side-nav>li>a:hover,
.side-nav>li.active>a {
    transition: all .2s;
    color: #9A3044;
    font-weight: bold;
}

.side-nav ul {
    border: 1px solid #FFFFFF;
    background: rgba(255, 255, 255, 0.20);
    display: none;
    margin: 0 0 10px;
    padding: 8px 0 8px 25px;
}

.side-nav ul li a {
    padding: 5px 0 5px 2px;
    border-bottom: 1px solid transparent;
}

.side-nav ul li {
    margin: 0 0 5px;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
    transition: all .2s;
    color: #9B3044;
    border-bottom: 1px solid #9B3044;
}




/*-- 活動 --*/

.side-nav.act li a {
    color: #d27f30;
}

.side-nav.act>li>a:before {
    border-color: transparent transparent transparent #d27f30;
}

.side-nav.act>li>a:hover,
.side-nav.act>li.active>a {
    color: #ea8c21;
    text-decoration: underline;
}




/*------------ / 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: 21px;
    line-height: 21px;
    margin: 0 5px;
    text-align: center;
    color: #7E6C6C;
    font-size: 12px;
    box-sizing: border-box;
    transition: all .2s;
}

.pagination li a:hover,
.pagination li.active a {
    transition: all .2s;
    font-weight: bold;
}

.pagination li a.controls {
    font-size: 12px;
    line-height: 23px;
    width: 21px;
    height: 21px;
    margin: 0 10px;
    border-radius: 50%;
    background: #EEEADF;
}

.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 ------------*/


/*------------ form ------------*/


/*-----reminder-----*/

.reminder {
    text-align: center;
    margin: 0 0 50px 0;
    line-height: 1.75;
    color: #666666;
}

.reminder i {
    font-size: 12px;
    background: #9B7A59;
    color: #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 10px;
}





/*-----qty-box-----*/

.qty-box {
    position: relative;
    display: inline-block;
    width: 85px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
    background: #F1EDE2;
    border: 1px solid #D4D1C7;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 22px;
    width: 21px;
    line-height: 26px;
    color: #9C3044;
    box-sizing: border-box;
    border: 0;
    font-size: 15px;
    background: transparent;
    margin: 0;
    z-index: 1;
    padding: 0;
    border-radius: 0;
}

.qty-box .btn {
    color: #777777;
    line-height: 20px;
    font-size: 13px;
    position: absolute !important;
    z-index: 0;
    top: 2px;
    width: 18px;
    height: 18px;
}

.qty-box .btn:hover {
    color: #9C3044;
}

.qty-box .add {
    left: 4px;
}

.qty-box .less {
    right: 4px;
}

.main-content.cart-two .delivery-list {
    margin: 0px;
}

.main-content.cart-two .qty-box {
    background: none;
    border: none;
    width: auto;
    padding: 0px;
}





/*-----form-detail-----*/

.form-control {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 23px;
    color: #666666;
    background: #F4F2F0;
    border: 1px solid #C0BEB3;
    box-sizing: border-box;
    margin-bottom: 12px;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 7px;
}

.form-control:focus {
    outline: none;
    border-color: #9E8557;
}

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 95px;
}




/*
select.form-control {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 23px;
    color: #666666;
    border: 1px solid #C0BEB3;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    padding: 0 20px 0 10px;
    border-radius: 7px;
    appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background:#F4F2F0 url('../../images/common/arrow.png') no-repeat scroll right center;
}
select.form-control:focus {
    outline: none;
    border-color: #9E8557;
}*/

.form-box .form-group {
    padding: 5px 0 15px;
}

.form-box .control-label {
    vertical-align: top;
    box-sizing: border-box;
    color: #594E40;
    display: inline-block;
    padding: 0 0 0 20px;
    width: 105px;
}

.form-group .control-label+.static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}

.form-box .control-box {
    position: relative;
    width: calc(100% - 110px);
    display: inline-block;
}

.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;
    padding: 0;
}

.form-box-block .required.control-label {
    padding: 0 0 0 20px;
}





/*-----form-static-control-----*/

.static-control {
    line-height: inherit;
    color: #9A3044;
    font-weight: bold;
    margin: 0 0 22px 0;
}





/*-----form-wrap-----*/

.form-wrap {
    box-sizing: border-box;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.form-box {
    position: relative;
}

.form-box .row {
    margin: 0 -10px 0 0;
    display: block;
}

.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}





/*-----form-required-----*/

.form-box .required {
    position: relative;
}

.form-box .required:before {
    content: "";
    background: #9B7A59;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -6px 0 0 0;
}

.form-box .required:after {
    content: "\f105";
    position: absolute;
    font-size: 12px;
    color: #fff;
    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;
    top: 6px;
    left: 4px;
}





/*----- captcha -----*/

.form-box .captcha .input-box {
    position: relative;
}

.form-box .captcha .form-control {
    max-width: 105px;
    display: inline-block;
}

.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.form-box .captcha a b {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #C1380F;
    border-radius: 50%;
}

.form-box .captcha a i {
    display: block;
    font-size: 12px;
    color: #F7E6D2;
    font-weight: bold;
    transition: transform .3s;
    width: 21px;
    border-radius: 50%;
    text-align: center;
    line-height: 21px;
    height: 21px;
    border: 1px solid #F7E6D2;
    background: #C1380F;
}

.form-box .captcha a:hover i {
    color: #fff;
}

.form-box .row img {
    margin: 0px;
}




/*----- name -----*/

.form-box .name .control-box {
    position: relative;
}

.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 1px;
    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 {
   color: #C3995A;
    padding: 0 5px;
    font-size: 13px;
    margin:-10px 0 5px;
}

.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 15px 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;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.65;
    position: relative;
    color: #7E6C6C;
}

.success-box .msg {
    color: #C5A36C;
    font-weight: bold;
    font-size: 26px;
}

.success-box .msg i {
    font-size: 29px;
    display: block;
    margin: 20px auto 0;
}

.success-box a {
    color: #C5A36C;
    text-decoration: underline;
}

.success-box .btn-box {
    margin: 10px 0 0 0;
}

.success-box>span {
    font-size: 16px;
    display: block;
    margin: -15px 0 -10px;
    color: #7FA51F;
}

.success-box>span b {
    color: #000;
}





/*------------ / form ------------*/


/*------------ table ------------*/


/*
.table-h td {
    padding: 10px 6px;
    line-height: 1.55;
    text-align: center;
    min-width: 50px;
    color: #6A6A6A;
}

.table-h .btn-holder {
    min-width: 30px;
    line-height: 1;
    text-align: center;
}

.table-h .btn-holder .close {
    width: 18px;
    height: 18px;
    border: 2px solid #CEC0B0;
    border-radius: 50%;
    color: #CEC0B0;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.table-h .btn-holder .close:hover {
    border-color: #000;
    color: #000;
}

.table-h thead th {
    color: #666666;
    padding: 11px 6px 11px;
    white-space: nowrap;
    font-weight: normal;
    border-bottom: 1px dotted #888888;
}

.table-h tbody tr {
    border-bottom: 1px dotted #888888;
}

.table-h tfoot tr + tr {
    border-top: 2px dotted rgba(136, 136, 136, .1);
}

.table-h tfoot td {
    color: #666666;
    text-align: right;
    padding: 6px 0px;
    line-height: 1.7;
}

.table-h tfoot td:last-child {
   width: 15%;
    padding: 3px 10px;
    min-width: auto;
}

.table-h tfoot td span {
    font-weight: bold;
    color: #9C3044;
    font-size: 15px;
}

.table-h tfoot tr:last-child td {
    color: #660000;
    font-weight: bold;
}
*/

.table-h {
    color: #6A6A6A;
}

.table-h td {
    padding: 10px 0px;
    line-height: 1.4;
    text-align: center;
    min-width: 70px;
}

.table-h .btn-holder {
    min-width: 30px;
}

.table-h thead {
    border-bottom: 1px solid #DCDCDC;
    background: #555555;
}

.table-h thead th {
    color: #fff;
    font-weight: normal;
    padding: 12px;
    border: 1px solid #fff;
}

.table-h tbody tr {
    border-bottom: 1px solid #DCDCDC;
}

.cart-table a.pic {
    position: relative;
    overflow: hidden;
}

.table-h .align-left {
    text-align: left;
    padding: 0 0 0 10px;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}


.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}

.table-h .align-left {
    text-align: left;
    padding: 11px 35px 11px 15px;
    max-width: 120px;
}

.table-h a {
    display: inline-block;
    vertical-align: middle;
}

.table-h .pd-id {
    color: #666666;
    line-height: 1.2;
    margin: 6px 0;
    display: block;
}

.table-h .pd-name {
    color: #807059;
    font-size: 14px;
    display: block;
    line-height: 1.2;
    margin: 3px 0;
}

.table-h a:hover .pd-name {
    color: #9C3044;
}

.table-h a.pic {
    position: relative;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    transition: all .2s;
}

.table-h a.pic:hover {
    border-color: #9C3044;
    transition: all .2s;
}

.table .ic-delete {
    color: #999999;
    font-size: 20px;
}

.table .ic-delete:hover {
    color: #BA7F5F;
}





/*-----table-v-----*/

.table-v {
    font-size: 14px;
}

.table-v th,
.table-v td {
    vertical-align: middle;
    color: #898989;
    font-size: 14px;
}

.table-v tr+tr {
    border-top: 1px solid #CCCCCC;
}

.table-v th {
    text-align: left;
    position: relative;
    font-weight: normal;
    width: 175px;
    padding: 7px 15px;
}

.table-v strong {
    color: #9B3044;
}





/*------------ / table ------------*/


/*------------ lightbox ------------*/

body .fancybox-close {
    background: none;
    top: -40px;
    left: 50%;
    right: auto;
    margin: 0 0 0 -15px;
    width: auto;
    height: auto;
}

body .fancybox-close:after {
    content: "\e1019";
    display: block;
    border: 3px solid #FFFFFF;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    z-index: 12;
    border-radius: 50%;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body .fancybox-close:hover:after {
    color: #000;
    border-color: #000;
}

body .fancybox-opened .fancybox-skin {
    box-shadow: none;
    border-radius: 0;
    background: #fff;
}

body .fancybox-opened .fancybox-skin body {
    background: #CECEBF;
}

.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.lightbox-wrapper .submit {
    text-align: right;
    color: #62594E;
    font-size: 13px;
    border: 1px solid rgba(165, 162, 153, .5);
    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    border-radius: 0;
    background: url('../../images/common/bg/btn_bg.jpg') repeat-x;
    height: 24px;
    line-height: 23px;
    margin: 0 auto;
    padding: 0 24px;
    display: block;
}

.lightbox-wrapper .submit:hover {
    background: url('../../images/common/bg/btn_bg2.jpg') repeat-x;
}





/*---- arrival ----*/

.arrival-box {
    padding: 60px 15px 0 15px;
    max-width: 570px;
}

.arrival-box .pd-name {
    color: #908777;
    font-size: 18px;
    margin: 0 0 10px;
}

.arrival-box .pd-name i {
    color: #BBB0A6;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 3px 0;
}

.arrival-box .pd-id {
    color: #666666;
    background: #F1EDE2;
    display: inline-block;
    border: 1px solid #D4D1C7;
    line-height: 19px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.arrival-box .form-control {
    border: 1px solid #CCCCCC;
    border-radius: 0;
    height: 40px;
    line-height: 38px;
}

.arrival-box .notice {
    text-align: center;
}





/*---- login ----*/

.login-btn-box a {
    color: #9B3044;
    display: inline-block;
    font-weight: bold;
    margin: 10px 10px 0;
}

.login-btn-box a:hover {
    color: #000;
}

.login-box .form-box {
    max-width: 540px;
    margin: 0 auto;
    min-height: 120px; /*4.17.98*/
}

.login-box .form-box .form-group {
    padding: 0 0 5px;
}

.login-box .form-box .control-box {
    width: 100%;
}

.login-box .form-control {
    height: 40px;
    line-height: 38px;
    border: 1px solid #CCCCCC;
    border-radius: 0;
    background: #fff;
}

.login-box .form-box .captcha .form-control {
    max-width: 100%;
    display: block;
}

.login-box .form-box .captcha a {
    position: absolute;
    right: 10px;
    top: 8px;
}

.login-box .btn-box {
    padding: 20px 0;
}

.login-box .btn-box .btn {
    padding: 8px 28px;
}

.login-box .btn-box .btn i {
    font-size: 18px;
    margin: 0 10px 2px 0;
}





/*---- alert-fancybox ----*/

#alert-fancybox {
    background: #fff;
}





/*------------ / 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;
    width: 100px;
    display: -webkit-inline-box;
}

.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.col2 .txt {
    padding: 0 4%;
}

.cart-login.col.col1 span {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.cart-login.col.col2 .btn-box {
    padding-top: 65px; /*4.17.98*/
}

.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; /*4.17.98*/
}

.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%;
}

.cart_login_box .btn-box {
    margin: 5px 0 15px;
}

.go-login {
    margin: 10px 0 20px;
}

.cart_login_box .form-box .form-group {
    padding: 0px;
}

.btn.pure {
    color: #9B3044;
    font-weight: bold;
    margin: 10px 10px 0;
}

.btn.pure:hover {
    color: #000;
}





/*----------- 登入燈箱end -------------*/


/*------------ mobile_menu ------------*/

.mmenu-show #mobile-fixed li {
    background: #000;
}

.mmenu-show #mobile-search {
    background: #ddd;
}

.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: #ccc;
}

.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 #ddd;
    color: #999;
    font-family: "Times New Roman";
    padding: 10px 15px;
}

.mmenu-show #mobile-fixed .qty {
    background: #9B3044;
}

.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #DB251D;
    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 .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #ddd;
}

.mmenu-show #mobile-menu .menu li a span {
    font-family: "新細明體";
    color: #000;
    display: inline-block;
    margin: 0 0 0 10px;
}

.mmenu-show #mobile-menu .language a {
    color: #fff;
}

.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 {
    display: none;
}

.mmenu-show #mobile-menu .share {
    margin: 10px 0;
    padding: 0;
}

.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 180px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}

.mmenu-show #mobile-menu .side-nav ul {
    display: none;
    padding: 0 0 5px;
    margin: 0px;
}

.mmenu-show #mobile-fixed .logo-fixed-menu span {
    color: #000;
}

.mmenu-show #mobile-menu .side-nav-top,
.mmenu-show #mobile-menu .side-nav {
    text-align: left;
    margin: 0;
}

.mmenu-show #mobile-menu .title {
    display: none;
}

.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: #FF410C;
}

.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-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-menu .side-nav.act>li>a {
    color: #e28051;
}




/*------------ / mobile_menu ------------*/

@media screen and (max-width: 1500px) {
    /*------------ side 1500 ------------*/
    .has-side .container-table {
        margin: 0;
    }
    /*------------ side 1500 ------------*/
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1120px) {
    .header-fixed .site-nav .menu>li>a {
        padding: 0px 10px 0px;
    }
    .header-fixed .site-title .logo {
        width: 138px;
        height: 39px;
    }
    .header-fixed .site-nav {
        width: 85%;
    }
    .site-nav .menu>li>a span {
        margin: 2px 0 0 0;
    }
    .header-fixed .site-title {
        margin: 0;
    }
    .header-fixed .top-nav {
        top: 57px;
    }
}

@media screen and (max-width: 1055px) {
    .header-fixed .site-nav .menu>li>a {
        padding: 0px;
    }
}

@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;
    }
    /*------------ site-header 1100 ------------*/
    .header-fixed .site-header {
        position: relative;
    }
    .site-title {
        text-align: center;
        padding: 10px 0 15px;
    }
    .site-nav,
    .top-nav {
        display: none;
    }
    .site-title .logo {
        width: 118px;
        height: 55px;
    }
    /*------------ / site-header 1100 ------------*/
    /*------------ site-footer 1100 ------------*/
    .footer-top .site-info,
    .footer-top .colr {
        float: none;
        width: auto;
        text-align: center;
    }
    .footer-top .colr {
        margin: 15px 0 0 0;
    }
    .site-footer .fllow,
    .site-footer .qr-inner {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        display: none;
    }
    .site-footer .share,
    .site-map {
        display: none;
    }
    /*------------ / site-footer 1100 ------------*/
    /*--- 優化 ---*/
    .shopping-title,
    .shopping-title-up {
        font-size: 16px;
        color: #fff;
        line-height: 1;
         padding: 10px 15px;
        margin: 0 -15px 0px;
    }
    .shopping-title b,
    .shopping-title-up b {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    /*------------ table 1000 ------------*/
    /*  .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: 12px;
        margin: 0 4px 0 0;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h tfoot tr {
        padding: 0px 15px;
    }
    .table-h tfoot td {
        padding: 0;
    }
    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
    }
    .table-h tfoot td:last-child {
        width: auto;
        background: url(../../images/common/bg/line.png) repeat-x bottom;
    }
    .table-h tfoot td span,
    .table-h tfoot td:last-child span {
        background: none;
        padding: 0;
    }
    .table-h td,
    .table-h tbody td {
        padding: 1px 0;
        line-height: 1.45;
        font-size: 12px;
    }
    .table-h tbody td.align-left {
        padding: 0 6px 1px 0;
        border-bottom: 1px dashed #666;
        max-width: 100%;
        box-sizing: border-box;
    }
    .table-h .btn-holder {
        text-align: left;
    }
    .table-h .pd-name {
        font-size: 12px;
    }
    .table-h tfoot td {
        line-height: 1.2;
    }
    .table-h tfoot td span {
        font-size: 12px;
    }
    */
    .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: 13px;
    }
    .table-h tr {
        padding: 10px 14px;
        position: relative;
    }
    .table-h td {
        padding: 0;
         line-height: 1.7;
    }
    .table-h .align-left {

        padding: 0;
        width: auto;
        max-width: 90%;
    }

    .table-h tfoot td:last-child {
        padding: 1.5px 10px;
    }
    .table-h .btn-holder .close {

        position: absolute;
        top: 5px;
        right: 10px;
    }
    .sum-table tr {
        padding: 5px;
        overflow: hidden;
    }
    .sum-table td,
    .cart-table .indent .info {
        padding: 0;
        min-width: 0;
    }
    .sum-table td:first-child {
        float: left;
        text-align: left;
        width: 50%;
    }
    .sum-table td:last-child {
        float: right;
        width: auto;
    }
    .table-h tfoot td:last-child {
        padding: 1.5px 0px;
    }
    .form-box .name .radio-box {

        margin: 0px;
        line-height: 0;
    }

    /*------------ / table 1000 ------------*/
    /*----- 優化 -----*/
    .content {
        min-height: 100px;
    }
    .warning-sect {
        padding: 10px 0 20px;
    }
    .main-content {
        padding: 0 0 10px;
    }
    .btn-box {
        padding: 15px 0 10px 0;
    }
    .btn-box.has-border {
        margin: 10px -15px 0;
        padding: 0px;
    }
    .table-h .pd-id {
        margin:4px 0;
    }
    .has-side .content {
        padding: 0px 0 10px;
    }
    .plus-tip {
        margin-bottom: 6px;
        margin: 3px 0;
         font-size:14px;
    }
    .form-box .form-group {
        padding: 1px 0;
    }
    .form-box .control-label {
        line-height: 2;
    }
    .form-box .control-box label {
        margin: 0 10px 0px 5px;
        font-size: 14px;
    }
    .form-control {
    }
    .invoice-txt {
        line-height: 1.5;
        font-size: 14px;
        margin: 5px 0 0;
    }
    .footer-top .site-info {
        font-size: 14px;
           line-height: 1.7;
    }
    .footer-top {
        padding: 15px 0;
    }
    .footer-top .colr {
        display: none;
    }
    .footer-bottom {
        padding: 6px 0;
        line-height:22px;
        font-size: 14px;
    }
    .banner-arrow {
        margin: 20px 0 10px;
    }
    .main-top {
        font-size: 14px;
        margin: 0 0 25px;
        padding: 20px 0 10px;
    }
    .main-title b {
         font-size: 18px;
        letter-spacing: 2px;
          margin-bottom:7px;
    }
    .content-title {
        font-size: 16px;
        line-height: 25px;
    }
    #message-sect {
        margin-top: 30px;
        padding-top: 5px;
    }
    textarea.form-control {
        height: auto;
    }
   
    .reminder {
         padding:20px 0 5px;
        margin: 0 0 10px 0;
    }
    .success-box .msg {
        font-size: 16px;
    }
    .success-box .msg i {
        font-size: 15px;
        margin: 5px auto 0;
    }
    .success-box {
        font-size: 14px;
        line-height: 25px;
    }
    .success-box .btn-box {
        margin: 0;
    }
    .btn-box.has-shadow {
        margin: 15px 0 0 0;
    }
    .form-checkbox {
        margin: 0px 0 0px 0;
    }
}

@media screen and (max-width: 767px) {
    /*------------ banner 767 ------------*/
    .banner-arrow {
        margin: 15px 0 30px;
    }
    /*------------ banner 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: -26px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .breadcrumb {
        margin: 0 0px 5px 0;
        right: 0;
        text-align: center;
        width: 100%;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ floating 767 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 50%;
        bottom: 15px;
        top: auto;
        margin-right: -30px;
        display: block;
        z-index: 399;
    }
    .gotop {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.png) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }
    /*------------ / floating 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;
        margin:-5px 0 15px;
    }
    .static-control {
        margin: 0 0 8px;
    }
    /*------------ / form 767 ------------*/
}

@media screen and (max-width: 600px) {
    /*------------ table 600 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
        padding: 3px;
        line-height: 1.2;

    }
    .table-v th {
        font-weight: bold;
        color: #000;

    }
    .table-v th:after {
        display: none;
    }
     /*-- 燈箱 --*/
    .cart_login_box .lightbox-wrapper {
        padding: 0px;
        width: auto;
    }
    .cart-login .main-title {
        font-size: 14px;
        padding: 2px;
    }
    .cart-login.col,
    .cart-login.col.col2 {
        width: 100%;
        padding: 0px;
        float: none;
    }
    .cart-login.col {
        border-right: none;
        padding: 0 0px;
    }
    .cart-login.col.col1{
        right:0px;
         border-bottom:1px dashed #ddd;
    }
    .cart-login.col.col1 .main-top {
        padding: 10px 0 10px;
    }
    .cart_login_box .btn-box {
        margin: 5px 0;
        padding: 0px;
    }
    .cart_login_box .form-box {
        padding: 5px 0;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 15px;
    }
    .btn.pure {
        margin: -10px 10px 0;
    }
    /*------------ / 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: 35%;
    }
    /*------------ form 500 ------------*/
    /*------------ btn 500 ------------*/
    /*------------ / btn 500 ------------*/
    /*------------ shopping-title 500 ------------*/
    /*------------ / shopping-title 500 ------------*/
    .btn.style03 i {
        display: none;
    }

}

@media screen and (max-width: 480px) {}


/*暫時隱藏*/
@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 登入按鈕 ------------*/