﻿@charset 'utf-8';
@import url('https://fonts.googleapis.com/css?family=Baloo|Open+Sans');

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

body {
    font-family: Arial, '微軟正黑體', 'Microsoft JhengHei', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #444;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.05em;
    background: url(../../images/common/body_bg.jpg);
}

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


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


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

.icon {
    background-image: url('../../images/common/icons.png');
}

.icon.require {
    width: 20px;
    height: 20px;
    background-position: -200px -87px;
    margin-bottom: 4px;
}

.wrapper{
    padding-top: 220px;
}
/*------------ / icon ------------*/


/*--- 最上方 ---*/

.header-sheet {
    background-color: #407352;
    color: #fff;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    height: auto;
    text-align: center;
    bottom: 0;
    z-index: 99999;
}

.header-sheet .close-ontop {
    color: #fff;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.header-sheet a {
    color: #d5a84b;
    font-weight: bold;
    text-decoration: underline;
}

.header-fixed .header-sheet {
    display: none;
}


/*--- END ---*/


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

.share .btn {
    font-size: 17px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #a3b211;
    transition: all .3s;
}

.share .btn:hover {
    color: #407352;
}


/******** 2.0 新增詳細頁社群分享按鈕 ********/

.share-link button,
.share-link a {
    width: 30px;
    height: 30px;
    background: #dddb6e;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.share-link a {
    font-size: 20px;
}

.share-link .facebook:hover {
    background: #405D9A;
}

.share-link .google:hover {
    background: #F34537;
}

.share-link .twitter:hover {
    background: #39A0CE;
}

.share-link .plurk:hover {
    background: #E9443D;
}

.share-link .line:hover {
    background: #00C300;
}

.share-link .linkedin:hover {
    background: #0177B5;
}

.share-link .share-link:hover {
    background: #00C300;
}

.share-link .blogger:hover {
    background: #F26C38;
}

.share-link .mail:hover {
    background: #F6C13D;
}

.a2a_button_whatsapp:hover {
    background: #F34537;
}

.a2a_button_sina_weibo:hover {
    background: #F34537;
}

.a2a_default_style .a2a_dd,
.a2a_default_style .a2a_svg,
.a2a_default_style .a2a_counter img {
    display: none;
}

.share-link .ic-sharewhatsapp,
.share-link .ic-shareweibo {
    line-height: 1.4em;
}


/******** 2.0 新增詳細頁社群分享按鈕 ********/

.ibtn.fb-fans-page {
    background-image: url('../../images/common/fb.jpg');
    width: 180px;
    height: 110px;
    box-sizing: content-box;
    transition: all .3s ease-in-out;
    margin-bottom: 5px;
}

.ibtn.fb-fans-page:hover {
    opacity: .7;
}
.ibtn.lineu {width:120px;display:inline-block;text-indent: 0px;margin-top:40px;
}}

.ibtn.back {
    width: 101px;
    height: 29px;
    text-indent: inherit;
    font-family: 'Baloo', cursive;
    color: #656565;
    border: solid 2px #656565;
    border-radius: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    padding: 0;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in-out;
}

.ibtn.back:hover {
    border-color: #579860;
    color: #fff;
}

.ibtn.back:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #579860;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.ibtn.back:hover:before {
    width: 100%;
    right: inherit;
    left: 0;
}

.ibtn.more {
    display: inline-block;
    margin: 5px auto 0px;
    margin-top: 5px;
    position: relative;
    text-indent: inherit;
    font-family: 'Baloo', cursive;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.6em;
    width: 55px;
    height: 26px;
    text-align: center;
    line-height: 23px;
    overflow: visible;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
}

.ibtn.more:hover {}

.ibtn.more:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #a3b211;
    position: absolute;
    left: -3px;
    top: 1px;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.ibtn.more:hover:before {
    transform: translate(20px, 0);
    background: #fdda66;
}

.ibtn.more:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #579860;
    position: absolute;
    left: 17px;
    top: 1px;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.ibtn.more:hover:after {
    transform: translate(20px, 0);
    background: #a3b211;
}

.ibtn.more span {
    position: relative;
}

.ibtn.more span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #407352;
    position: absolute;
    left: 37px;
    top: 2px;
    z-index: -1;
    transition: all .3s ease-in-out;
}

.ibtn.more span:hover:before {
    transform: translate(20px, 0);
    background: #579860;
}

.ibtn.more span:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fdda66;
    position: absolute;
    left: 57px;
    top: 2px;
    z-index: -1;
}

.ibtn.more span:hover:after {
    background: #407352;
    animation: fix-h .4s infinite linear alternate;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fix-h {
    from {
        transform: translate(-80px, 0);
    }
    to {
        transform: translate(-60px, 0);
    }
}

.btn.simple {
    background: #999;
    max-width: 250px;
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 40px;
    border-radius: 8px;
    position: relative;
    margin: 0 8px 10px;
    border-radius: 40px;
    background: url(../../images/common/menu_pattem2.png), #407352;
}

.btn.simple:hover {
    background: url(../../images/common/menu_patten1.png), #a3b211;
}

.btn.simple.bg2 {
    background: url(../../images/common/menu_patten1.png), #579860;
}

.btn.simple.bg2:hover {
    background: url(../../images/common/menu_pattem2.png), #a3b211;
}

.btn.simple .icon.arrowL,
.btn.simple .icon.arrowR {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
}

.btn.simple .icon.arrowL {
    background-position: -160px -87px;
    left: 10px;
}

.btn.simple .icon.arrowR {
    background-position: -180px -87px;
    right: 10px;
}

.btn.simple .icon.check {
    background-position: 0 -87px;
    width: 20px;
    height: 20px;
    margin: 0 8px 4px 0;
}

.btn.simple .icon.money {
    background-position: 0 -62px;
    width: 25px;
    height: 25px;
    margin: 0 8px 4px 0;
}

.btn.normal {
    color: #407352;
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    min-width: 120px;
    line-height: 40px;
    border: 1px solid #407352;
    border-radius: 8px;
    margin: 0 2px 10px;
    box-sizing: border-box;
    transition: all .3s;
}

.btn.normal:hover {
    border-color: #a3b211;
    background: #a3b211;
    color: #fff;
}

.btn.normal .icon {
    width: 32px;
    height: 32px;
    margin: 0 4px 3px 0;
}

.btn.normal .icon.home {
    background-position: 0 0;
}

.btn.normal .icon.cart {
    background-position: -32px 0;
}

.btn.normal .icon.cart2 {
    background-position: -64px 0;
}

.btn.normal .icon.order {
    background-position: -96px 0;
}

.btn.normal .icon.money {
    background-position: -128px 0;
}

.btn.normal .icon.order.other {
    background-position: -64px 0;
}

.btn.pure {
    color: #407352;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
}

.btn.pure:hover {
    color: #656565;
    text-decoration: none;
}


/*------------ 繼續結帳按鈕 ------------*/

.btn.normal.other_order {
    border-color: #407352;
    color: #407352;
    animation-name: activity-ani;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.btn.normal.other_order:hover {
    border-color: #a3b211;
    color: #a3b211;
}

@keyframes activity-ani {
    from {
        opacity: 10;
    }
    to {
        opacity: .6;
    }
}
.banner{
    position:relative;
    z-index:500;
}
.header-fixed .banner{
    z-index:50; 
}

/*------------ 繼續結帳按鈕end ------------*/


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


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

.site-header {
    background: url('../../images/common/header_line.png') repeat-x 50% 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:989;
}

.site-header:before {
    content: '';
    display: block;
    background: url(../../images/common/menu_bg.jpg) no-repeat 50% 50%;
    width: 100%;
    height: 220px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: -1;
    opacity: .6;
}

.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 46px 0 20px;
}

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

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

.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 21px;
    transition: all .3s;
}

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

.top-nav .icon {
    width: 20px;
    height: 20px;
    margin: 0 3px 3px 0;
}

.top-nav .icon.lock {
    background-position: -140px -87px;
}

.top-nav .icon.order {
    background-position: -100px -107px;
}

.top-nav .icon.money {
    background-position: -120px -87px;
}

.top-nav .icon.cart {
    background-position: -20px -107px;
}

.top-nav a:hover .icon.cart,
.top-nav li.active a .icon.cart {
    background-position: -20px -127px;
}

.func-menu>li+li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 18px;
    background: url('../../images/common/border_dot_v.png') repeat-y;
}

.func-menu>li>a {
    color: #666;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 28px;
    padding: 0 5px;
    transition: all .3s;
}

.func-menu>li>a:hover {
    color: #bca186;
}

.func-menu>li.gocart {
    position: relative;
}

.func-menu>li.gocart:before {
    display: none;
}

.func-menu>li.gocart>a {
    color: #d5a84b;
    font-size: 16px;
    padding: 0;
    margin: 0 10px;
    font-family: 'Baloo', cursive;
}

.func-menu>li.gocart.active>a,
.func-menu>li.gocart>a:hover {
    text-decoration: none;
}

.func-menu>li.gocart .title {
    font-size: 15px;
    font-family: 'Baloo', '微軟正黑體', 'Microsoft JhengHei', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    letter-spacing: 0;
}

.func-menu>li.gocart.active>a .title,
.func-menu>li.gocart>a:hover .title {
    color: #a3b211;
}

.func-menu>li.gocart .price {
    color: #a3b211;
    letter-spacing: 0.01em;
    font-family: 'Baloo', cursive;
}

.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    left: 10px;
    right: -66px;
    top: 100%;
    border: 1px solid #d5a84b;
    background: #fff;
    border-radius: 4px;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}

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

.func-menu .cart-box .btn {
    width: 100%;
    background: #d5a84b;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
    transition: all .2s;
}

.func-menu .cart-box .btn:hover {
    background: #bca186;
}

.func-menu .cart-box .btn .icon {
    background-position: -180px -87px;
}

.func-menu .cart-list {
    padding: 4px;
}

.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}

.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
    transition: all .3s;
}

.func-menu .cart-list a:hover {
    background: rgba(213, 168, 75, 0.17);
}

.func-menu .cart-list .pic {
    float: left;
    width: 80px;
}

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

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

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

.func-menu .cart-list .qty {
    color: #d5a84b;
}

.func-menu .cart-list .money {
    color: #333;
}

.func-menu .cart-list .freezing.money {
    color: #3F7AC9;
}

.func-menu .cart-list .cold.money {
    color: #71cc72;
}


/************************/

.func-menu .gocart .shopping_way.top {
    position: relative;
    text-align: left;
    left: 10px;
}

.func-menu .gocart .shopping_way.top span {
    margin-bottom: 3px;
    padding: 2px 5px;
    border-radius: 5px;
    max-width: 70px;
    line-height: 1.6;
    font-size: 14px;
    color: #fff;
}

.func-menu .gocart .shopping_way.top .general {
    background: #d5a84b;
}

.func-menu .gocart .shopping_way.top .cold {
    background: #80dc9c;
}

.func-menu .gocart .shopping_way.top .freezing {
    background: #0078b1;
}

.func-menu .cart-list .freezing .name {
    color: #0078b1;
}

.func-menu .cart-list .cold .name {
    color: #2fb959;
}


/* 會員下拉 */


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

.func-menu .gomember {
    position: relative;
}

.func-menu>li.gomember>a {
    color: #666;
}

.func-menu .gomember .ic {
    font-size: 20px;
    color: #a3b211;
    position: relative;
    top: 4px;
}

.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 120px;
    right: -20px;
    top: 100%;
    border: 2px solid #fbd4cc;
    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;
}

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

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

.func-menu .gomember-list li+li {
    border-top: 1px dashed #fbcfc7;
}

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

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

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

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

.func-menu .login-out-fixed {
    color: #b6bf13;
}

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


/************************/

.top-nav .language {
    position: relative;
}

.top-nav .language .btn {
    background: #DEE834;
    color: #666;
    padding: 0 10px;
    border: 0;
    transition: all .2s;
}

.top-nav .language .btn:hover {
    background: #d5a84b;
    color: #fff;
}

.top-nav .language ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.top-nav .language li {
    display: block;
}

.top-nav .language a {
    color: #999;
    font-size: 13px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    background: #eee;
    display: block;
    transition: all .2s;
    border-bottom: 1px solid #ddd;
}

.top-nav .language li a:hover {
    background: #2C7791;
    color: #fff;
}

.site-nav {
    position: relative;
    padding-top: 73px;
    /* margin-left: 220px;*/
    text-align: right;
}

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

.site-nav .menu {
    text-align: center;
}

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

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

.site-nav .menu>li {
    padding: 0 7px;
}

.site-nav .menu>li>a {
    background: url(../../images/common/menu.jpg) no-repeat 0 0;
    width: 123px;
    height: 123px;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    z-index: 3;
    transition: all .3s ease-in-out;
    color: #153821;
    font-weight: bold;
}

.site-nav .menu>li:nth-child(n)>a:hover,
.site-nav .menu>li:nth-child(n).active>a {
    color: #fff;
    letter-spacing: 0.2em;
}

.site-nav .menu>li:nth-child(2n)>a {
    background-position: 50% 0;
}

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

.site-nav .menu>li>a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../images/common/menu.jpg) no-repeat 100% 0;
    transform: all .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    transform: translate(150px, 150px) rotate(90deg);
    border-radius: 50%;
}

.site-nav .menu>li:nth-child(n)>a:hover:before,
.site-nav .menu>li:nth-child(n).active>a:before {
    transform: translate(0px, -0px) rotate(0deg);
}

.site-nav .menu>li>a:after {
    content: '';
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: dashed 1px #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 3;
}

.site-nav .menu>li>a span {
    display: block;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0.15em;
    padding-top: 16px;
    position: relative;
    z-index: 3;
    font-family: 'Baloo', cursive;
    transition: all .3s ease-in-out;
    line-height: normal;
    line-height: 1.4;
    font-weight: normal;
}

.site-nav .menu>li>a:hover span {
    color: #fdda66;
}


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

.site-nav .menu>li>a span:before {
    content: '';
    display: block;
    background: url(../../images/common/menu.png) no-repeat;
    width: 52px;
    height: 33px;
    margin: 5px auto 0;
    position: relative;
    transition: transform .3s ease-in-out;
}

.site-nav .menu>li.active>a span:before,
.site-nav .menu>li>a:hover span:before {
    background-position: 0 100%;
}

.site-nav .menu>li:nth-child(2)>a span:before {
    background-position: -71px 0;
}

.site-nav .menu>li:nth-child(2).active>a span:before,
.site-nav .menu>li:nth-child(2)>a:hover span:before {
    background-position: -71px 100%;
}

.site-nav .menu>li:nth-child(3)>a span:before {
    background-position: -143px 0;
    width: 48px;
}

.site-nav .menu>li:nth-child(3).active>a span:before,
.site-nav .menu>li:nth-child(3)>a:hover span:before {
    background-position: -143px 100%;
}

.site-nav .menu>li:nth-child(4)>a span:before {
    background-position: -212px 0;
    width: 44px;
}

.site-nav .menu>li:nth-child(4).active>a span:before,
.site-nav .menu>li:nth-child(4)>a:hover span:before {
    background-position: -212px 100%;
}

.site-nav .menu>li:nth-child(5)>a span:before {
    background-position: -284px 0;
    width: 41px;
}

.site-nav .menu>li:nth-child(5).active>a span:before,
.site-nav .menu>li:nth-child(5)>a:hover span:before {
    background-position: -284px 100%;
}

.site-nav .menu>li:nth-child(6)>a span:before {
    background-position: 100% 0;
    width: 50px;
}

.site-nav .menu>li:nth-child(6).active>a span:before,
.site-nav .menu>li:nth-child(6)>a:hover span:before {
    background-position: 100% 100%;
}

.site-nav .menu li ul {
    display: none;
}

.site-header .search-box {
    position: relative;
    width: 185px;
    box-sizing: border-box;
    margin-left: 10px;
}

.site-header .search-box .form-control {
    border: 1px solid #cfcfcf;
    height: 32px;
    line-height: 30px;
    margin: 0;
    padding: 0 42px 0 12px;
    border-radius: 15px;
}

.site-header .search-box .form-control:focus {
    border-color: #407352;
}

.site-header .search-box .form-control {
    background: none;
}

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


/********** **************/

.header-fixed {
    padding-top: 242px;
    padding-top: 0;
    transition: all .3s;
}

.header-fixed .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #fff;
    padding: 0px;
    transition: all .3s;
    box-shadow: 0 0 5px rgb(217, 217, 217);
}

.header-fixed .site-header:before {
    height: 100%;
}

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

.header-fixed .site-title .logo {
    width: 85px;
    height: 70px;
    margin-top: 5px;
    margin-right: 10px;
}

.header-fixed .site-nav {
    padding-top: 0px;
    text-align: left;
    margin-left: 90px;
}

.header-fixed .site-nav .menu>li>a {
    height: auto;
    padding: 8px 0;
    border-radius: 22px;
    margin: 9px 1px;
}

.header-fixed .site-nav .menu>li>a span:before,
.header-fixed .site-nav .menu>li>a span:after {
    display: none;
}

.header-fixed .site-nav .menu>li>a::before {
    border-radius: 22px;
}

.header-fixed .site-nav .menu>li>a::after {
    border-radius: 15px;
}

.header-fixed .site-nav .menu>li>a span {
    padding-top: 0;
}

.header-fixed .site-nav .menu>li {
    padding: 0 1px;
}

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

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

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


/* 新增功能隱藏*/

.site-nav .menu .new_menu {
    display: none;
}


/*
.header-fixed .top-nav {
    position: absolute;
    z-index: 10;
    right:0px;
    top: 15px;
}
*/

.header-fixed .top-nav .language {
    display: none;
}

.header-fixed .top-nav {
    position: absolute;
    z-index: 10;
    top: 25px;
    right: 15px;
    text-align: right;
}

.header-fixed .func-menu>li.gocart {
    display: block;
    position: relative;
    float: none;
    top: -5px;
}

.header-fixed .func-menu .cart-box {
    right: 0;
    left: auto;
    width: 300px;
}

.header-fixed .func-menu .cart-list .txt {
    text-align: left;
}


/*
.header-fixed .func-menu > li.gocart{
    float:left;
    position:absolute;
}
.header-fixed .func-menu > li.gocart > a {
    border-bottom:none;
    margin: auto;
}
*/

.header-fixed .func-menu.list-inline {
    margin: -10px 0px;
    padding: 0px;
    position: relative;
    display: block;
}

.header-fixed .func-menu .cart-box {
    margin: 0px 0;
}

.header-fixed .func-menu .cart-box:before {
    content: '';
    display: block;
    width: 20px;
    height: 60px;
    position: absolute;
    top: 20px;
    bottom: 0;
}


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


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

.banner {
    position: relative;
}

.banner:before {
    content: '';
    display: block;
    background: url('../../images/common/banner_bg.jpg') no-repeat 50% 50%;
    position: absolute;
    top: 10%;
    bottom: 10%;
    left: 0;
    right: 0;
    z-index: -2;
}

.banner .container {
    max-width: 1440px;
    padding: 0;
    position: relative;
}

.banner .container:before {
    content: '';
    display: block;
    box-shadow: 0 0 10px rgba(50, 25, 15, 0.9);
    width: 50px;
    border-radius: 30px;
    height: 90%;
    position: absolute;
    left: -0px;
    margin: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 0;
}

.banner .container:after {
    content: '';
    display: block;
    box-shadow: 0 0 10px rgba(50, 25, 15, 0.9);
    width: 50px;
    border-radius: 30px;
    height: 90%;
    position: absolute;
    right: 0;
    visibility: visible;
    margin: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.banner .container .item {
    position: relative;
    z-index: 2;
}


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


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

.main-top .container {
    max-width: 1440px;
    padding: 0;
}

.main-title {
    color: #656565;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-align: center;
    padding: 20px 0 30px;
    margin: 0;
    background: url('../../images/common/border_colorful_h.png') 0 100% repeat-x;
}

.has-side .main-title {
    background: none;
    padding-bottom: 24px;
    text-align: center;
}

.main-title span {
    display: block;
    color: #407352;
    font-family: 'Baloo', '微軟正黑體', 'Microsoft JhengHei', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin-bottom: 6px;
    position: relative;
    line-height: 1;
}

.main-content {
    padding: 55px 0 100px;
}

.has-side .main-content {
    padding-top: 0;
}

.content {
    min-height: 300px;
    box-sizing: border-box;
}

.content-top {
    background: url('../../images/common/border_colorful_h.png') 0 100% repeat-x;
    padding: 0 0 13px 1px;
    margin: 0 0 30px 0px;
    overflow: hidden;
}

.content-title {
    position: relative;
    padding: 7px 0 4px 38px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    min-height: 30px;
    float: left;
    margin: 0;
}

.content-title .keyword {
    color: #d5a84b;
}

.content-title:before {
    content: '';
    display: inline-block;
    background: url('../../images/common/inner_title.png') no-repeat;
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background-size: 100% auto;
    background-position: 50% 0;
}

.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.15em;
    margin-bottom: 10px;
}

.shopping-title .icon {
    width: 30px;
    height: 30px;
    margin: 0 6px 4px 0;
}

.shopping-title .icon.car {
    background-position: 0 -32px;
}

.shopping-title .icon.cart {
    background-position: -30px -32px;
}

.shopping-title .icon.money {
    background-position: -60px -32px;
}

.shopping-title .icon.plus {
    background-position: -90px -32px;
}

.shopping-title .icon.user {
    background-position: -120px -32px;
}

.shopping-title .icon.box {
    background-position: -150px -32px;
}

.shopping-title .icon.notice {
    background-position: -180px -32px;
}

.shopping-title .icon.msg {
    background-position: -210px -32px;
}

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

.btn-box.wide-spacing {
    letter-spacing: 15px;
}

.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}


/******** 2.0 新增footer上方html區塊 ********/

.footer-info {
    padding: 30px 0;
    background: url('../../images/common/fooer_bg2.jpg') repeat-x 50% 0;
    box-sizing: border-box;
    position: relative;
}
/*

.footer-info:before {
    content: '';
    display: block;
    background: url(../../images/common/footer_deco_l.png) no-repeat 50% 50%;
    width: 214px;
    height: 133px;
    position: absolute;
    left: 50%;
    margin-left: -800px;
    top: -45px;
    z-index: 2;
}
*/

.footer-info:after {
    content: '';
    display: block;
    background: url(../../images/common/footer_deco_r.png) no-repeat 50% 50%;
    width: 404px;
    height: 212px;
    position: absolute;
    right: 50%;
    margin-right: -875px;
    top: -85px;
    z-index: 2;
}


/******** 2.0 新增footer上方html區塊 ********/

.warning-sect img {
    display: block;
    margin: 0 auto;
}

.warning-sect {
    padding-bottom: 30px;
    position: relative;
    z-index: 2;
    text-align: center;
}


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


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

.breadcrumb {
    text-align: right;
    color: #656565;
    font-size: 13px;
    padding: 5px 15px;
}

.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all .2s;
}

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

.breadcrumb li:first-child a:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/breadcrumb_home.png') no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 4px 2px 0;
}

.breadcrumb li:first-child a:hover:before {
    background-position: 0 100%;
}

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

.content-top .breadcrumb {
    background: none;
    float: right;
    color: #656565;
    padding: 6px 0;
}

.content-top .breadcrumb:before,
.content-top .breadcrumb:after {
    content: '/';
}

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

.content-top .breadcrumb li:first-child a:before {
    display: none;
}


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


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

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

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

.side-title {
    border-bottom: 0;
    padding: 80px 5px 0px 36px;
    margin-bottom: 15px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 0.05em;
    line-height: 1.15;
    background: url(../../images/common/side_bg.jpg) no-repeat 50% 0;
    height: 130px;
    width: 100%;
    text-align: left;
}

.side-nav,
.side-nav-top {
    position: relative;
    padding-bottom: 10px;
    font-size: 15px;
    transition: all .3s ease-in-out;
}

.side-nav li a,
.side-nav-top li a {
    position: relative;
    display: block;
    line-height: 1.3;
    padding: 8px 16px;
    border-radius: 15px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.side-nav>li {
    padding: 10px 0;
}

.side-nav>li>a {
    color: #656565;
    border: solid 1px #939393;
    color: #90785f;
    border: solid 1px #bca186;
    padding-left: 46px;
    position:relative;
    overflow:hidden;
    background: #ffefde;
}
.side-nav>li.active>a, 
.side-nav>li>a:hover {
    background:transparent;
}
.side-nav>li>a:before {
    content:'';
    display:block;
    background: url(../../images/common/menu_patten2.png);
    position:absolute;
    left:0;
    right:100%;
    top:0;
    bottom:0;
    transition:all .3s ease;
    z-index:-1;

}

.side-nav>li>a:hover:before,
.side-nav>li.active>a:before {
    right:0;
}
.side-nav>li>a:after {
    content: '';
    display: block;
    width: 38px;
    height: 27px;
    border-radius: 50%;
    background: url(../../images/common/index/titlte_icon_03.png) no-repeat 50% 50%;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 3;
    transform: translate(-5px, 0);
    background-size: 70% auto;
}

.side-nav>li>a:hover:after,
.side-nav > li.active>a:after {
    transform: translate(0, 0);
    opacity: 1;
}
.side-nav>li>a:hover,
.side-nav>li.active>a {
    color: #fff;
    border-color: #579860;
    padding-left:60px;
}

.side-nav ul {
    display: none;
    padding-top: 20px;
}

.side-nav ul li a {
    margin: 0;
    background: #e2ccb4;
    border-radius: 0;
    color: #a28466;
    padding-left: 40px;
    position: relative;
    z-index: 4;
    transition: all .3s ease-in-out;
}

.side-nav ul li a:hover,
.side-nav ul li.active>a {
    color: #a3b211;
    padding-left: 58px;
    font-weight: bold;
    background: rgba(163, 178, 17, 0.2);
}

.side-nav ul li.active>a {}

.side-nav ul li>a:before {
    content: '';
    display: block;
    width: 40px;
    height: 24px;
    border-radius: 50%;
    background: url(../../images/common/index/titlte_icon_01.png) no-repeat 50% 50%;
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 3;
    transform: translate(-5px, 0);
    background-size: 70% auto;
}

.side-nav ul li a:hover:before,
.side-nav ul li.active>a:before {
    transform: translate(0, 0);
    opacity: 1;
}

.side-nav ul li>a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(249, 132, 107, 0.16);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
}

.side-nav ul li a:hover:after,
.side-nav ul li.active>a:after {
    opacity: 1;
}

.side-nav-top>li>a {
    color: #fff;
    padding: 9px 22px;
    margin-bottom: 4px;
    background: url('../../images/common/menu_patten3.png');
    transition: all .3s ease-in-out;
}

.side-nav-top>li>a:hover,
.side-nav-top>li.active>a {
    color: #fff;
    font-weight: bold;
    background: #d5a84b;
    padding-left: 46px;
}

.side-nav-top>li>a:before {
    content: '';
    display: block;
    width: 30px;
    height: 24px;
    border-radius: 50%;
    background: url(../../images/common/index/title_icon_02.png) no-repeat 50% 50%;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 3;
    transform: translate(-5px, 0);
    background-size: 70% auto;
}

.side-nav-top>li>a:hover:before,
.side-nav-top>li.active>a:before {
    opacity: 1;
}

.side-nav ul ul {
    padding: 10px 0;
    background: url(../../images/common/pat_y.png);
    border-radius: 5px;
    margin: 5px 0 6px;
}

.side-nav ul ul li>a:before {
    display: none;
}

.side-nav ul ul li>a {
    background: none;
    padding: 3px 22px;
    font-size: 14px;
    color: #656565;
    transition: all .3s ease-in-out;
    position: relative;
}

.side-nav ul ul li>a:hover,
.side-nav ul ul li.active>a {
    color: #407352;
    padding-left: 22px;
    background: none;
}

.side-nav ul ul li>a:after,
.side-nav ul ul li>a:after {
    content: '';
    display: block;
    background: url(../../images/common/bg/food.png) no-repeat 50% 50%;
    width: 18px;
    height: 18px;
    background-size: 100% auto;
    position: absolute;
    right: 20px;
    bottom: 0;
    top: 0;
    left: inherit;
    margin: auto;
    opacity: 0;
}

.side-nav ul ul li.active>a:after,
.side-nav ul ul li>a:hover:after {
    opacity: 1;
}

.side-nav ul ul {
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
}


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


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

.site-footer {
    background: url('../../images/common/fooer_bg.jpg') repeat-x 50% 0;
    box-sizing: border-box;
    padding-top: 30px;
    position: relative;
}

.footer-top .container {
    max-width: 1440px;
    padding: 3px 15px 4px;
}

.footer-top {
    position: relative;
}

.site-info {
    float: left;
    background: url('../../images/common/siteinfo_deco.png') 0px 0 no-repeat;
    padding: 5px 0 17px 180px;
    margin-right: 50px;
    color: #41210f;
    font-family: 'Baloo', '微軟正黑體', 'Microsoft JhengHei', '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    min-height: 150px;
    width: 520px;
    box-sizing: border-box;
}

.footer-tel,
.footer-mail {
    display: block;
    text-align: left;
}

.footer-tel {
    font-size: 36px;
    text-align: left;
    color: #a3b211;
    margin-bottom: 4px;
}

.footer-mail:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/siteinfo_mail_ic.png') no-repeat;
    width: 23px;
    height: 17px;
    margin-right: 6px;
    position:relative;
    top:-3px;
}
.footer-add:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/siteinfo_add_ic.png') no-repeat;
    width: 18px;
    height: 17px;
    margin-right: 6px;
    position:relative;
    top:-6px;
}
.footer-fax:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/siteinfo_fax_ic.png') no-repeat;
    width: 18px;
    height: 17px;
    margin-right: 6px;
    position:relative;
    top:-6px;
}
.site-info a:hover {
    text-decoration: underline;
}

.site-map {
    float: right;
    letter-spacing: 45px;
}

.site-map ul {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #41210f;
    font-size: 14px;
    padding-top: 9px;
}

.site-map li {
    padding: 2px 0 7px;
    letter-spacing: 0;
}

.site-map a {
    transition: all .2s;
}

.site-map a:hover {
    color: #579860;
}

.follow {
    float: right;
    letter-spacing: 6px;
}

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

.footer-bottom {
    text-align: right;
    color: #656565;
    font-size: 13px;
    padding: 10px 0;
}

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

.footer-bottom .copyright,
.footer-bottom .author,
.footer-bottom .share {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}


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


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

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

.floating .ibtn.gotop {
    width: 72px;
    height: 125px;
    text-indent: inherit;
    text-align: center;
    line-height: 80px;
    color: #989898;
    font-size: 15px;
    font-family: 'Baloo', cursive;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 2;
    position: relative;
    overflow: visible;
}

.floating .ibtn.gotop:hover {}

.floating .ibtn.gotop:before {
    content: '';
    display: block;
    background-image: url('../../images/common/gotop.png');
    width: 72px;
    height: 94px;
    background-position: 0% 0;
    position:absolute;
    bottom: 0;
}

.floating .ibtn.gotop:hover:before {
    background-position: 100% 0;
}

.floating .ibtn.gotop span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.floating .ibtn.gotop span:before,
.floating .ibtn.gotop span:after {
    content: '';
    display: block;
    background: url(../../images/common/gotop_arrow.svg) no-repeat;
    width: 27px;
    height: 27px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
    transform: translate(10px, 10px) rotate(90deg);
    opacity: 0;
}

.floating .ibtn.gotop:hover span:before {
    transform: translate(0px, 0px) rotate(90deg);
    opacity: 1;
}

.floating .ibtn.gotop span:after {
    transform: translate(-10px, 10px) rotate(-180deg);
    right: inherit;
    left: 0;
}

.floating .ibtn.gotop:hover span:after {
    transform: translate(0px, 0px) rotate(-180deg);
    opacity: 1;
}


/******** 2.0 新增通訊線上聊天 ********/

#keyreply-container {
    bottom: 80px !important;
}


/******** 2.0 新增通訊線上聊天 ********/


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


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

.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
}

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

.pagination li a {
    display: block;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    color: #989898;
    font-size: 15px;
    font-weight: bold;
    padding: 0 5px;
    margin: 0;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all .2s;
    font-weight: bold;
    font-family: 'Baloo', cursive;
}

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

.pagination li a.controls {
    padding: 0;
}

.pagination li a.controls .icon {
    width: 25px;
    height: 25px;
    border-radius: 20px;
    margin-bottom: 2px;
}

.pagination li a.prev .icon {
    background-position: -25px -62px;
    background-color: #a3b211;
}

.pagination li a.next .icon {
    background-position: -50px -62px;
    background-color: #a3b211;
}

.pagination li a.controls:hover .icon {
    background-color: #407352;
}

.page-info {
    display: none;
}

.page-info .form-control {
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 8px;
}

.page-info .form-control:focus {
    border-color: #407352;
}


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


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

.reminder {
    text-align: center;
    font-size: 14px;
    color: #777;
    position: relative;
    margin-bottom: 30px;
}

.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 3;
}

.check-out .qty-box {
    position: relative;
    display: inline-block;
    width: auto;
    max-width: none;
    padding: 0px;
    box-sizing: border-box;
}

.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #d2d2d2;
    border: 0;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}

.qty-box .form-control:focus {
    color: #111;
    background-color: #bcbcbc;
}

.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #d2d2d2;
    border: 1px solid #d2d2d2;
    position: absolute !important;
    z-index: 0;
    top: 0;
    border-radius: 0px;
}

.qty-box .btn:hover {
    color: #fff;
    background: #d2d2d2;
}

.qty-box .add {
    right: 0;
}

.qty-box .less {
    left: 0;
}

.table td .cart-rate {
    font-size: 10px;
    color: #a9a9a9;
    letter-spacing: 0.5px;
}


/************ 冷凍冷藏區塊 ************/

.delivery-list .item.freezing .qty-box .form-control {
    color: #777;
    background: #c6eefb;
}

.delivery-list .item.freezing .qty-box .form-control:focus {
    color: #fff;
    background: #63bbd8;
}

.delivery-list .item.freezing .qty-box .btn {
    color: #90cee2;
    border: 1px solid #90cee2;
}

.delivery-list .item.freezing .qty-box .btn:hover {
    color: #fff;
    background: #50c3e8;
}

.delivery-list .item.cold .qty-box .form-control {
    color: #777;
    background: #c7f7c7;
}

.delivery-list .item.cold .qty-box .form-control:focus {
    color: #fff;
    background: #56ca5a;
}

.delivery-list .item.cold .qty-box .btn {
    color: #6aa76b;
    border: 1px solid #a5dea6;
}

.delivery-list .item.cold .qty-box .btn:hover {
    color: #fff;
    background: #84c585;
}


/******************************/

.form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    border: 1px solid #adadad;
    border-radius: 6px;
    box-sizing: border-box;
    margin-bottom: 12px;
    /*  appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
   */
}

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

textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    background-color: #fff;
    background-image: none;
}

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

.form-title {
    color: #579860;
    font-family: 'Baloo', cursive;
    font-size: 45px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: 0;
}

.form-wrap {
    max-width: 1000px;
    margin: 0 auto;
    border: 2px solid #fff;
    background: url(../../images/common/contact/bg.png) repeat;
    border-radius: 20px;
    padding: 20px 0;
}

.form-wrap .btn-box {
    padding: 15px 15px 45px;
}

.form-box {
    max-width: 830px;
    margin: 0 auto;
    padding: 30px;
}

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

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

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

.form-box .required:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../../images/common/icons.png') -200px -87px no-repeat;
    width: 20px;
    height: 20px;
    margin: 0 0 4px 4px;
}

.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}

.form-box .control-label {
    display: block;
    font-size: 15px;
    color: #656565;
    line-height: inherit;
    padding-left: 5px;
    font-weight: bold;
}

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

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

.form-box .captcha .form-control {
    display: inline-block;
    width: 46%;
    max-width: 280px;
}

.form-box .captcha a {
    display: inline-block;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}

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

.form-box .captcha a .icon.refresh {
    width: 30px;
    height: 30px;
    background-position: -270px -32px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: transform .3s;
}

.form-box .captcha a:hover .icon.refresh {
    background-position: -300px -32px;
    transform: rotate(270deg);
}

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

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

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

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

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

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

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

.form-box.type2 .tips {
    min-height: 0;
}

.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: 2px 3px;
    box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.success-wrap {
    border: 1px solid #e1eced;
    text-align: center;
    padding: 4% 15px;
}

.has-side .success-wrap {
    padding: 6% 15px 7%;
}

.success-box {
    text-align: center;
    line-height: 2;
}

.success-msg {
    max-width: 600px;
    border-bottom: 1px dashed #ccc;
    color: #d5a84b;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
    line-height: 1.5;
    margin: 0 auto 20px;
}

.success-msg .icon {
    width: 32px;
    height: 32px;
    margin: 0 6px 7px 0;
}

.success-msg .icon.check {
    background-position: -192px 0;
}

.success-msg .icon.user {
    background-position: -224px 0;
}

.success-msg .icon.mail {
    background-position: -256px 0;
}

.success-msg .icon.file {
    background-position: -288px 0;
}

.success-msg .icon.lock {
    background-position: -320px 0;
}

.success-msg .icon.user-white {
    background-position: -352px 0;
}

.success-txt strong {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 22px;
}

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

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


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


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

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

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

.table-h thead th {
    color: #5f482f;
    background: rgba(226, 204, 180, 0.3);
    padding: 12px;
    text-align: center;
}

.table-h .align-left.info {
    max-width: 500px;
}

.table-h tbody tr {
    border-bottom: 1px dashed #bbb;
}

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

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

.table td span {
    color: #EC4724;
}

.table-v {
    border: solid #ddd;
    border-width: 1px 0;
}

.table-v tr:first-child {
    background: #FAFAFA;
}

.table-v tr:nth-child(2n) {
    background:rgba(226, 204, 180, 0.3);
}

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

.table-v th {
    text-align: left;
    width: 100px;
    border-right: 1px solid #ccc;
}

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


/**************** 冷藏冷凍 *******************/

.delivery-list .freezing .table-h thead th {
    color: #777;
    background: #e3f0f5;
    padding: 12px;
}

.delivery-list .cold .table-h thead th {
    color: #777;
    background: #ebfdeb;
    padding: 12px;
}

.shopping_way.cart.inner {
    margin-bottom: -5px;
    width: auto;
    display: inline;
}

.shopping_way.cart.inner span+span {
    margin: 0 2px;
}

.shopping_way.cart.inner span {
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #fbab9b;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 8px;
    width: 32%;
    letter-spacing: 1px;
}

.shopping_way.cart.inner .cold {
    background: #80dc9c;
}

.shopping_way.cart.inner .freezing {
    background: #63c7f5;
}


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


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

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

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

body .fancybox-skin {
    background: #ccc;
    border-radius: 0;
    margin-top: 20px;
    border-radius: 20px;
}

body .fancybox-inner {
    background: #fff;
    border-radius: 20px;
    min-height: 450px;
    /* overflow: hidden !important; */
}

.lightbox-wrapper {
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
}

.login-box {
    padding: 40px 30px;
}

.lightbox-wrapper .main-title {
    background: none;
}

.lightbox-wrapper .main-title span {
    font-size: 50px;
}

.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
}

.lightbox-wrapper .form-group {
    line-height: 36px;
}

.lightbox-wrapper .form-control {
    height: 36px;
    line-height: 34px;
}

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

.login-box .notice-box {
    background: #eee;
    margin-top: 40px;
    text-align: center;
    padding: 10px 15px;
}

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

.login-box .success-box {
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.login-box .success-msg {
    background: #1B7292;
    color: #fff;
    max-width: 220px;
    margin: 0 auto 15px;
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 40px;
    padding: 0 15px;
    border: 0;
    border-radius: 10px;
}

.login-box .success-box+.btn-box {
    max-width: 500px;
    margin: 0 auto;
}

.arrival-box {
    position: relative;
    padding: 60px 40px 50px;
}

.arrival-box .form-control {
    height: 36px;
    line-height: 34px;
    padding: 0 12px;
}

.arrival-box .pd-name {
    border: 1px dashed #DAE51E;
    border-width: 1px 0;
    color: #1B7292;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
}

.arrival-notice {
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
}

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


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


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


}
.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: 30px;
}
.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: #579860;
    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: #a3b211;
}
.btn.simple.cart2 {
    background: #579860;
}
.btn.simple.cart2:hover {
    background: #a3b211;
}
.cart.bth {
    display: block;
    width: 100%;
}
.cart_login_box .form-box.cart_txt {
    text-align: center;
}

/*------------ / 購物時登入燈箱 ------------*/
.abcRioButton.abcRioButtonBlue {
    margin: 5px auto;
}
.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 180px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
}
.mmenu-show .toggle-mmenu-close {
    top: 8px;
    color: #fff;
}
.mmenu-show #mobile-menu .language-menu,
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box ul {
    background: #407352;
}
.mmenu-show #language-box ul {
    background: #407352;
}
.mmenu-show #language-box li {
    border-bottom: 1px solid #5d836a;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #5d836a;
}
.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #407352;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #fff;
    background: #407352;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-menu .side-nav>li,
.mmenu-show #mobile-menu .content-nav>li {
    border: none;
}
.mmenu-show #mobile-menu .side-nav,
.mmenu-show #mobile-menu .content-nav {
    background: #fff;
}
.mmenu-show #mobile-menu .side-nav>li.has-child>a,
.mmenu-show #mobile-menu .content-nav>li.has-child>a {
    border: none;
    border-radius: 0;
    border: none;
}
.mmenu-show #mobile-menu .side-nav>li.active,
.mmenu-show #mobile-menu .content-nav>li.active {
    background: rgba(251, 174, 96, 0.24);
}
.mmenu-show #mobile-menu .side-nav ul li.active>a::before,
.mmenu-show #mobile-menu .content-nav ul li.active>a::before {
    top: 0;
}
.mmenu-show #mobile-menu .side-nav ul li.active > a,
.mmenu-show #mobile-menu .side-nav>li.active>a, 
.mmenu-show #mobile-menu .content-nav>li.active>a{
    padding-left:60px;
    color: #fff;
    background: #407352;
}
.mmenu-show #mobile-menu .side-nav ul li > a:hover:before,
.mmenu-show #mobile-menu .side-nav>li>a:hover:after {
    opacity:0!important;
}
.mmenu-show #mobile-menu .side-nav ul li.active > a:before,
.mmenu-show #mobile-menu .side-nav>li.active>a:after {
    opacity: 1!important;
   }
.mmenu-show #mobile-menu .side-nav ul ul li a {
    background: #fff;
    color: #407352;
}
.mmenu-show #mobile-menu .side-nav li a,
.mmenu-show #mobile-menu .content-nav li a {
    border: none;
}
.mmenu-show #mobile-fixed a .ic-earth {
    font-size: 24px;
    margin: 0 auto 8px;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
    background-image: url('../../images/common/btn_search.png');
}
.mmenu-show #mobile-fixed a {
    line-height: 45px;
}
.mmenu-show #mobile-fixed span {
    line-height: 10px;
}
.mmenu-show #mobile-fixed .toggleBtn {
    line-height: 50px;
    height: 45px;
}
.mmenu-show #mobile-fixed .btn.fancybox-login {
    line-height: 50px;
    height: 40px;
}
.mmenu-show #mobile-search.active,
.mmenu-show #member-box,
.mmenu-show #language-box {
    top: 45px;
}
@media screen and (max-width: 1580px) {
    /*------------ site_footer 1580 ------------*/
    
    .footer-bottom .container {
        max-width: none;
        padding: 0 80px;
    }
    /*------------ / site_footer 1580 ------------*/
}
@media screen and (max-width: 1420px) {
    /*------------ site_header 1420 ------------*/
    
    .site-header::before {
        display: none;
    }
    
    .site-header {
        /*position: relative;*/
        background: url('../../images/common/header_line.png') repeat-x 50% 0, url(../../images/common/menu_bk.png);
    }
    
    .top-nav {
        right: 210px;
    }
    
    .site-header .search-box {
        position: absolute;
        top: 20px;
        right: 0;
    }
    
    .site-nav .menu {
        margin: 0 -7px;
    }
    /*------------ / site_header 1420 ------------*/
    
    .banner:before {
        display: none;
    }
}
@media screen and (max-width: 1300px) {
    /*------------ site_footer 1300 ------------*/
    
    .footer-top {}
    
    .footer-top .container {
        background: none;
        max-width: 500px;
    }
    
    .site-info {
        margin-right: 40px;
    }
    
    .site-map {
        clear: both;
        text-align: center;
        padding-top: 30px;
        letter-spacing: 40px;
    }
    
    .site-map ul {
        display: inline;
    }
    
    .site-map ul li {
        display: inline-block;
    }
    
    .footer-bottom {
        text-align: center;
    }
    
    .footer-bottom .container {
        padding: 0 15px;
    }
    /*------------ / site_footer 1300 ------------*/
}
@media screen and (max-width: 1280px) {
    /*------------ site_header 1280 ------------*/
    
    .site-title .logo {
        width: 150px;
        height: 120px;
    }
    
    .site-title {
        padding: 36px 0 32px;
    }
    
    .site-nav .menu>li>a {
        width: 100px;
        height: 100px;
        font-size: 12px;
    }
    .wrapper {
        padding-top: 186px;
    }
    
    .site-nav .menu>li>a span {
        font-size: 15px;
    }
    
    .header-fixed .site-nav .menu>li>a span {
        font-size: 15px;
        padding-top: 0;
        top: 3px;
    }
    /*------------ / site_header 1280 ------------*/
    /*------------ site_header 1200 ------------
    .site-nav {
        clear: both;
        position: static;
        margin: 0;
        padding: 10px 0 20px;
        text-align: center;
    }
    .top-nav {
        right: 15px;
    }
    .site-header .search-box {
        right: 15px;
        top: 70px;
    }
    .header-fixed .site-nav  {
        clear: none;
        position: relative;
        padding-bottom: 0;
        text-align: right;
    }
    .header-fixed .top-nav {
        right: 210px;
    }
    .header-fixed .site-header .search-box {
        top: 15px;
        right: 0;
    }
------------ / site_header 1200 ------------*/
}
@media screen and (max-width: 1120px) {
    /*------------ site_header 1120 ------------*/
    
    .header-fixed .func-menu li:nth-child(2),
    .header-fixed .func-menu li:nth-child(3),
    .header-fixed .func-menu>li.gocart .title {
        display: none;
    }
    /*------------ / site_header 1120 ------------*/
}
@media screen and (max-width: 1000px) {
    .floating .ibtn.gotop:after,
    .floating .ibtn.gotop:before,
    .floating .ibtn.gotop span:before,
    .floating .ibtn.gotop span:after {
        display: none;
    }
    
    .floating .ibtn.gotop:hover {
        transform: translate(0, 0);
    }
    /*-- 新的 --*/
    
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 9999;
        font-size: 14px;
        padding: 10px 0 10px;
    }
    
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -25px;
        margin: auto;
        text-align: center;
        background: #407352;
        width: 100%;
        height: 35px;
    }
    
    button.close-ontop {
        padding: 0px;
    }
    
    .close-ontop {
        float: none;
    }
    
    body #keyreply-container {
        bottom: 10%;
    }
    
    .header-active #keyreply-container {
        bottom: 0%;
        -webkit-transition: all .7s;
        transition: all .7s;
    }
    
    .header-fixed .header-sheet {
        display: block;
    }
    /*-- 新的 --*/
    /*------------ site_header 1000 ------------*/
    .site-header{
        position: relative;
    }
    .site-header:before {
        height: 100%;
    }
    
    .site-title {
        float: none;
        text-align: center;
        padding: 10px 0;
    }
    
    .site-title .logo {
        width: 150px;
        height: 120px;
    }
    
    .top-nav,
    .site-nav {
        display: none;
    }
    
    .header-fixed {
        padding-top: 0;
    }
    
    .header-fixed .site-header {
        position: static;
    }
    /*------------ / site_header 1000 ------------*/
    /*------------ site_header 1000 ------------
    .site-title {
        float: none;
        text-align: center;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .header-fixed {
        padding-top: 0;
    }
    .header-fixed .site-header {
        position: static;
    }
------------ / site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    
    .content-top {
        padding: 1px 15px 5px;
        margin: 0 -15px 15px;
    }
    
    .main-content {
        padding-bottom: 15px;
    }
    /*------------ / site_main 1000 ------------*/
    /*------------ side 1000 ------------*/
    
    .side {
        display: none;
    }
    
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ / side 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    
    .site-map,
    .footer-bottom .share {
        display: none;
    }
    /*------------ / site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    
    .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 25px;
        height: 25px;
        border: 0;
    }
    
    .no-svg .floating .ibtn.gotop {
        background: url('../../images/common/mobile_gotop.png');
    }
    /******** 2.0 新增通訊線上聊天 ********/
    
    #keyreply-container {
        bottom: 0 !important;
    }
    /******** 2.0 新增通訊線上聊天 ********/
    /*------------ / floating 1000 ------------*/
    /* 優化開始 */
    
    body {
        line-height: 25px;
        font-size: 14px;
    }
    
    .share-link button,
    .share-link a {
        width: 25px;
        height: 25px;
        font-size: 12px;
        line-height: 20px;
    }
    
    .share-link .ic-sharewhatsapp,
    .share-link .ic-shareweibo {
        line-height: 2em;
        width: 20px;
    }
    
    .breadcrumb {
        font-size: 12px;
        padding: 0px 15px;
    }
    
    .main-title {
        display: none;
    }
    
    .btn-box {
        padding: 15px 0;
    }
    
    .main-content {
        padding: 15px 0;
    }
    
    .warning-sect {
        padding-bottom: 15px;
    }
    
    .site-footer:before,
    .site-footer:after {
        display: none;
    }
    
    .footer-info {
        padding: 15px 0 5px;
    }
    
    .footer-bottom {
        padding: 18px 0 25px;
    }
    
    .content-title {
        padding: 10px 0 10px 25px;
        font-size: 16px;
        min-height: 20px;
    }
    
    .content-title:before {
        width: 21px;
        height: 22px;
        top: 2px;
        background-size: 100% auto;
        left: -4px;
    }
}
.qty-box .form-control {
    height: 25px;
    line-height: 25px;
    color: #444;
}
.qty-box .btn {
    width: 30px;
    height: 25px;
    line-height: 24px;
    font-size: 18px;
}
.form-box .form-group {
    padding: 2px 0 0;
    line-height: 26px;
}

/*.content-top .breadcrumb {
        padding: 2px 0;
    }
    .content-top {
        background: none;
        padding: 1px 15px 0px;
        margin: 0 -15px 0px;
    }*/
.form-box {
    padding: 15px 20px;
    box-sizing: border-box;
}
.form-wrap .btn-box {
    padding: 5px 15px 5px;
}
.reminder {
    font-size: 14px;
    line-height: 1.5em;
    margin: 5px 0;
}
.form-box .tips {
    font-size: 12px;
}
.has-side .success-wrap {
    padding: 1% 15px;
}
.success-msg {
    padding: 1px 0;
    line-height: 1.5;
    margin: 0 auto 5px;
}
.success-box {
    font-size: 14px;
}
.content {
    min-height: 200px;
}
.lightbox-wrapper .main-title {
    display: block;
}
.cart-login .main-title {
    color: #404040;
    font-size: 16px;
    padding: 5px 0 5px;
}
.table-h td {
    padding: 0;
    line-height: 1.5;
}
.table-h td a {
    display: inline-block;
    line-height: 1.5;
}
.sum-table tr {
    padding: 5px;
    font-size: 14px;
}
.sum-table tr:last-child td:last-child {
    font-size: 14px;
}
.payment-box .shopping-title {
    float: left;
    margin: 5px;
    font-size: 14px;
}
.form-box .name .radio-box {
    line-height: 30px;
    font-size: 12px;
}
.shopping-form .form-box .form-control {
    margin: 0px;
}
.success-wrap {
    padding: 1% 15px;
}
.success-box .order-id {
    font-size: 13px;
    line-height: 1;
    padding: 5px 16px;
    margin: 0.3em auto;
}
.shopping-title,
.payment-box .shopping-title {
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-bottom: 0px;
}
.sum-table .form-control {
    height: 28px;
}
.reminder {
    font-size: 13px;
}

}
@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    .btn.simple {
        width: 100%;
        height: 28px;
        font-size: 14px;
        line-height: 25px;
        margin: 0 8px 10px;
    }
    .btn.normal {
        min-width: 100px;
        text-align: center;
        line-height: 28px;
    }
    .btn.simple .icon.arrowL,
    .btn.simple .icon.arrowR {
        top: 5px;
    }
    /*------------ / table 900 ------------*/
}
@media screen and (max-width: 840px) {
    /*------------ site_footer 840 ------------*/
    .footer-top {
        text-align: center;
    }
    .footer-top .container {
        padding: 20px 15px 7px;
    }
    .site-info,
    .follow {
        float: none;
        width: auto;
    }
    .site-info {
        display: inline-block;
        margin: 0 0 5px;
        background: none;
        padding: 0;
        min-height: 0;
    }
    .footer-tel {
        font-size: 18px;
        text-align: center;
    }
    .follow>* {
        margin-top: 5px;
    }
    .footer-info-page img,
    .footer-top img {
        border: none;
    }
    /*------------ / site_footer 840 ------------*/
    .btn.simple {
        width: 40%;
        font-size: 14px;
        height: 28px;
        line-height: 2;
    }
    .btn.simple .icon.arrowL,
    .btn.simple .icon.arrowR {
        top: 5px;
    }
    .footer-top .container {
        max-width: 500px;
    }
    .site-footer{
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    /*------------ site_header 767 ------------*/
    .site-title .logo {
        width: 95px;
        height: 79px;
        top: 2px;
        position: relative;
    }
    /*------------ site_header 767 ------------*/
    /*------------ site_main 767 ------------*/
    .main-title span {
        font-size: 16px;
    }
    .content-title {
        float: none;
    }
    /*------------ / site_main 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ pagination 767 ------------*/
    .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: -30px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-title {
        font-size: 26px;
    }
    .form-box {
        padding: 5px 10px;
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    /*------------ / form 767 ------------*/
    /*------------ table 767 ------------*/
    .table-h {
        border-top: 1px dashed #bbb;
    }
    .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 0;
        position: relative;
    }
    .table-v th,
    .table-v td {
        padding: 8px 12px;
    }
    .table-v th {
        width: 90px;
    }
    .success-msg {
        font-size: 16px;
    }
    /*------------ / table 767 ------------*/
}
@media screen and (max-width: 660px) {
    .cart-login.col {
        width: 100%;
        clear: both;
        padding: 10px;
    }
    .cart-login.col {
        border-right: none;
    }
    .cart-login.col.col1 {
        right: 0px;
        padding: 0;
    }
    .cart-login.col+.col {
        border-top: 1px solid #dadada;
        border-left: none;
        padding: 20px 10px;
        margin: 15px 0;
    }
    .cart-login.col.col2 {
        padding: 10px 0 0 0;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 10px;
    }
    .btn.normal {
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    /*------------ lightbox 500 ------------*/
    .lightbox-wrapper {
        padding: 30px 20px;
    }
    /*--- 優化登入燈箱 --*/
    .cart_login_box .lightbox-wrapper {
        padding: 15px 20px;
    }
    .cart_login_box .cart-login .main-title {
        font-size: 14px;
    }
    body .fancybox-inner {
        min-height: 480px;
    }
    body .fancybox-skin {
        margin-top: 0px;
    }
    .lightbox-wrapper .form-control {
        height: 26px;
        line-height: 24px;
    }
    /*--- 優化登入燈箱end --*/
    .login-box .main-title {
        padding-top: 0;
    }
    .login-box .main-title span {
        font-size: 36px;
    }
    .login-box .success-msg {
        font-size: 17px;
    }
    /*------------ / lightbox 500 ------------*/
    /*------------ table 400 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        background: rgba(226, 204, 180, 0.3);
        border: 0;
    }
    /*------------ / table 400 ------------*/
    /*------------ / 購物登入燈箱 ------------*/
    .btn.simple .icon {
        display: none;
    }
    .btn.normal .icon {
        display: none;
    }
    .success-wrap .btn.normal {
        min-width: 50px;
        line-height: 28px;
    }
}
@media screen and (max-width: 400px) {
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ / form 400 ------------*/
    /*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
    /*------------ / btn 400 ------------*/
}
