@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tenor+Sans&display=swap');
/* ---- basic ---- */
body {
    font-family: 'Noto Sans TC', Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.35px;
    /* font-weight: 300; */
}
.wrapper {
    background: url(../../images/common/bg.jpg)
}
.container {
    padding: 0 15px;
    max-width: 1470px
}
.captcha img {
    margin: 0
}
.site-main {
    position: relative;
    box-sizing: border-box;
    z-index: 2;
}
/* ---- /basic ---- */
.li .pic {
    position: relative;
    overflow: hidden;
}
.li .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.li:hover .pic img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}
/* ---- share ---- */
.share {
    display: inline-block;
    vertical-align: bottom;
    font-size: 0;
    margin: 0;
}
.share li {
    margin: 0 4px
}
.share .btn {
    font-size: 13px;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    color: #CFD69B;
    background: #fff;
    transition: all .3s ease;
}
.share .facebook .btn:hover {
    color: #fff;
    background: #CFD69B;
}
.share .google .btn:hover {
    color: #fff;
    background: #CFD69B;
}
.share .twitter .btn:hover {
    color: #fff;
    background: #CFD69B;
}
.a2a_default_style .a2a_svg {
    display: none;
}
.share_box .share-link .btn,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    color: #ccc;
    cursor: pointer;
    font-size: 25px;
}
.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}
.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}
.share_box .share-link .btn.google:hover {
    color: #F34537;
}
.share_box .share-link .icon-ic-share-twitter::before {
    font-family: 'icon-font' !important;
    content: "\ff007" !important;
}
.share_box .share-link .btn.twitter:hover {
    color: #000;
}
.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}
.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}
.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}
.share_box .share-link .btn.line:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}
.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}
.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 25px;
    height: 30px;
    line-height: 26px;
    border-radius: 15px;
    margin: 0;
    padding: 0;
}
.share_box .share-link .btn {
    width: 25px;
    padding: 0;
}
/* ---- /share ---- */
/* ---- btn ---- */
.btn.back {
    position: relative;
    box-sizing: border-box;
    color: #fff;
    background: #666;
    font-size: 15px;
    font-weight: normal;
    line-height: 35px;
    border-radius: 0;
    width: 150px;
    transition: all .3s ease;
}
.btn.back i {
    color: #fff;
    margin: 0 10px 4px 0;
    display: inline-block;
    vertical-align: middle
}
.btn.back:hover {
    color: #fff;
    background: #CFD69B;
}
.btn.style01 {
    position: relative;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
    background: #CFD69B;
    border-radius: 0;
    padding: 25px 10px 16px;
    transition: all .3s ease;
}
.btn.style01:hover {
    background: #A51B50;
    color: #fff;
}
.btn.style01 i {
    display: block;
    background: transparent;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    color: #666;
    background: #F6F2EF;
    border: 1px solid #666;
    font-size: 18px;
    position: absolute;
    left: 50%;
    top: -15px;
    margin: 0 0 0 -15px;
    transition: all 0.3s ease;
}
.btn.style02 {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    background: #666;
    line-height: 35px;
    width: 100%;
    max-width: 190px;
    font-size: 15px;
    margin: 0 auto;
    border-radius: 0;
    transition: all 0.3s ease;
}
.btn.style02:hover {
    background: #CFD69B;
    color: #fff;
}
.btn-box .btn.style02 {
    display: inline-block;
    max-width: 220px;
    margin: 0 10px 10px
}
.btn.style03 {
    position: relative;
    font-size: 15px;
    line-height: 35px;
    padding: 0 25px;
    margin: 0 5px 10px;
    color: #fff;
    background: #666;
    border-radius: 0;
    transition: all .3s ease;
    text-decoration: none;
}
.btn.style03:hover {
    background: #CFD69B;
    color: #fff;
}
.btn.style03 i {
    vertical-align: middle;
    margin: 0 5px 0 0;
    position: relative;
    top: -2px;
}
.btn.style03.bg2 {
    color: #fff;
    background: #A51B50;
}
.btn.style03.bg2:hover {
    background: #CFD69B;
    color: #fff;
}
.btn-box {
    clear: both;
    padding: 40px 0 0;
    position: relative;
    text-align: center;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.btn-all {
    padding: 10px 0 0;
}
.btn-box.btn-all .btn {
    width: 49%;
    max-width: 100%;
    margin: 0 0 10px 0;
}
/* ---- /btn ---- */
/* ---- site-header ---- */
.wrapper {
    padding-top: 0;
}
.site-header {
    position: fixed;
    box-sizing: border-box;
    display: block;
    padding: 17px 0 12.59px;
    background: rgb(247, 245, 239, 0.8);
    text-align: center;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all .3s ease;
}
.site-title {
    position: relative;
    transition: all .3s ease;
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 80px;
    height: 84px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/* ---- /site-header ---- */
/* ---- func-menu ---- */
.func-menu {
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 0;
    z-index: 20;
    display: flex !important;
}
.func-menu li {
    position: relative;
    box-sizing: border-box;
    padding: 0;
}
.func-menu li a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    padding: 0 5px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    line-height: 28px;
}
.func-menu li a:hover{
    opacity: 0.5;
}
.func-menu>li:last-child {
    border-right: none;
}
.func-menu .cart a {
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
}
.func-menu .cart p{
    display: none;
}
.func-menu .cart i {
    display: block;
    font-size: 17px;
    color: #333;
    text-align: center;
}
.func-menu .cart i.ic-cart-all:before {
    content: "\e9056";
}
.func-menu .cart i::after {
    content: ' / ';
    font-size: 15px;
    padding: 0 8px 0 2px;
}
.func-menu .sum {
    position: relative;
    display: block;
    color: #333;
    font-size: 20px;
    margin: 0;
    font-family: 'Tenor Sans','Noto Sans TC', serif;
}
.func-menu .cart-box {
    width: 260px;
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    padding: 2px;
    outline: 1px solid #878787;
    background: #fff;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all .3s ease;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .cart-box:before {
    content: "";
    width: 100%;
    height: 45px;
    background: transparent;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .cart-box .btn {
    display: block;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 39px;
    padding: 0;
    transition: all .3s ease;
    border-radius: 0;
    background: #666;
    margin: 2px 0 0;
}
.func-menu .cart-inner {
    background: #fff;
}
.func-menu .cart-box .btn:hover {
    background: #CFD69B;
    color: #fff;
    opacity: 1;
}
.func-menu .cart-box li+li {
    border-top: 1px dashed #eee;
}
.func-menu .cart-box li a:before {
    display: none;
}
.func-menu .cart-list .box {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 5px;
    transition: all 0.3s ease;
}
.func-menu .cart-list .box .cover {
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 0;
}
.func-menu .cart-list .box:hover {
    background: #eee;
}
.func-menu .cart-list .pic {
    float: left;
    width: 60px
}
.func-menu .cart-list .txt {
    margin-left: 70px;
    color: #666;
    text-align: left;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #444;
    font-size: 16px;
    transition: all 0.3s ease;
}
.func-menu .cart-list .num {
    font-size: 13px;
    color: #999;
}
.func-menu .cart-list .num .qty {
    color: #A51B50;
    font-family: 'Tenor Sans','Noto Sans TC', serif;
}
/* ---- /func-menu ---- */
/* ---- 拆單購物車 ---- */
.shopping_way.hot {
    text-align: center;
    margin-top: 8px;
}
.shopping_way .general {
    border: 1px solid #333;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #333;
}
.shopping_way .cold {
    border: 1px solid #42b354;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #42b354;
}
.shopping_way .freezing {
    border: 1px solid #68a0da;
    padding: 5px;
    bottom: 5px;
    position: relative;
    color: #68a0da;
}
.shopping_way span+span {
    margin-left: 10px;
}
.pd-intro .btn-group .btn.general {
    border: 1px solid #4e4e4e;
    color: #4e4e4e;
    background: #fff;
}
.pd-intro .btn-group .btn.general:hover {
    color: #fff;
    background: #4e4e4e
}
.pd-intro .btn-group .btn.cold {
    border: 1px solid #42b354;
    color: #42b354;
    background: #fff;
}
.pd-intro .btn-group .btn.cold:hover {
    color: #fff;
    background: #42b354;
}
.pd-intro .btn-group .btn.freezing {
    border: 1px solid #68a0da;
    color: #68a0da;
    background: #fff;
}
.pd-intro .btn-group .btn.freezing:hover {
    color: #fff;
    background: #68a0da;
}
/* ---- /拆單購物車 ---- */
/* ---- gomember ---- */
.top-nav li.gomember {
    position: relative;
    display: inline-block;
}
.top-nav li.gomember>a {
    font-size: 13px;
}
.top-nav li.gomember>a i {
    color: #fff;
    font-size: 13px;
}
.gomember-box {
    position: absolute;
    z-index: 10;
    width: 160px;
    top: 100%;
    border: 1px solid #46392C;
    background: #fff;
    padding: 1px;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all .3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    z-index: 150;
    right: calc(50% - 83px);
}
.gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.gomember-list {
    padding: 4px 0;
    line-height: 20px;
}
.gomember-list li+li {
    border-top: 1px dashed #eee;
}
.gomember-list a {
    display: block;
    overflow: hidden;
    padding: 8px 0;
}
.gomember-list a:hover {
    color: #79796A;
}
.gomember-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.gomember-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #70AC92;
    font-size: 15px;
}
.top-nav .login-out-fixed {
    color: #A86846;
}
.top-nav .gomember-list .login-out-fixed a:hover {
    color: #000;
}
.func-menu>li.gomember>a {
    color: #A51B50;
}
/* ---- /gomember ---- */
/* ---- language ---- */
.language {
    border-style: solid;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 135px;
    font-family: 'Mandali', sans-serif
}
.language .btn {
    background: #ECEBDD;
    color: #8A8A7B;
    display: block;
    line-height: 35px;
    text-align: left;
    padding: 0 10px 0 20px;
    border-radius: 0;
}
.language .btn i {
    font-size: 15px;
    color: #ADA293;
    float: right;
    margin: 9px 0 0;
}
.language ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    z-index: 100;
}
.language li {
    display: block;
}
.language li a {
    transition: all .3s ease;
    background: #FFF;
    display: block;
    line-height: 40px;
}
.language li+li a {
    border-top: 1px solid #F3F2E9;
}
.language li a:hover {
    color: #FFF;
    transition: all .3s ease;
    background: #B9B088
}
/* ---- /language ---- */
/* ---- login ---- */
.login-menu .btn {
    background: rgba(255, 255, 255, 0.50);
    color: #8A8A7B;
    border: 1px solid rgba(79, 53, 36, 0.20);
    display: block;
    line-height: 33px;
    text-align: left;
    padding: 0 10px 0 20px;
    border-radius: 0
}
.login-menu .btn i {
    font-size: 15px;
    color: #ADA293;
    float: right;
    margin: 9px 0 0;
}
.login-menu li {
    display: block;
    padding: 0;
}
.login-menu li a {
    transition: all .3s ease;
    background: #fff;
    display: block;
    padding: 8px 10px;
    line-height: 20px;
}
.login-menu li+li a {
    border-top: 1px solid #eee
}
.login-menu li a:hover {
    background: #CFD69B;
    color: #fff;
    opacity: 1;
}
.login-menu li.login-out-fixed a:hover {
    background: #A51B50;
    color: #fff;
}
/* ---- /login ---- */
/* ---- site-nav ---- */
.site-nav {
    position: relative;
    margin: 12px 0 0;
}
.site-nav>* {
    display: inline-block;
    vertical-align: middle
}
.site-nav .menu {
    display: inline-block;
}
.site-nav .menu li {
    position: relative
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu>li+li:before {
    content: '';
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    top: 52%;
    left: -2.5px;
    transform: translateY(-50%);
    background: #46392C;
    opacity: 0.7;
    display: none;
}
.site-nav .menu>li>a {
    position: relative;
    box-sizing: border-box;
    color: #555555;
    line-height: 20px;
    font-size: 18px;
    font-weight: normal;
    padding: 0 20px;
    transition: all .3s ease;
    top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a,
.site-nav .menu>li.active2>a{
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
    color: #94996d;
}
.site-nav .menu>li>a:before{
    content: '';
    position: absolute;
    display: block;
    height: 0;
    width: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    transition: all .3s ease;
    background: #46392C;
    opacity: 0.5;
    display: none;
}
.site-nav .menu>li.active>a:before,
.site-nav .menu>li.active2>a:before,
.site-nav .menu>li:hover>a:before{
    height: 26px;
}
.site-nav .menu>li::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.site-nav .menu ul{
    display: none;
    position: absolute;
    box-sizing: border-box;
    z-index: 600;
}
.site-nav .menu>li>ul{
    width: 188px;
    top: 100%;
    left: 50%;
    box-sizing: border-box;
    text-align: left;
    margin: 20px 0 0 -94px;
}
.site-nav .menu li ul li {
    margin: 0 0 1px 0;
    padding: 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #eceaea;
}
.site-nav .menu li ul li:last-child{
    border-bottom: none;
}
.site-nav .menu ul li a {
    color: #555555;
    font-size: 16px;
    letter-spacing: 1.2px;
    text-align: center;
    padding: 9px 18px;
    background: rgba(255,255,255,.9);
    transition: all 0.3s ease;
}
.site-nav .menu ul li.products_activity a {
    color: #46392C;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: rgb(207, 214, 155, 0.9);
}
.site-nav .menu ul ul {
    margin: 0 0 0 2px;
    width: 100%;
    top: 0;
    left: 100%;
    box-sizing: border-box;
}
.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 10px;
}
.site-nav .menu ul ul li+li {
    border-top-color: #46392C;
}
.site-nav .menu ul ul li a {
    color: #555555;
    padding: 9px 18px;
}
.site-nav .menu ul ul li a:hover,
.site-nav .menu ul ul li.active a {
    color: #fff;
    background: #46392C;
}
.site-nav .menu ul ul li a:hover:after,
.site-nav .menu ul ul li.active>a:after {
    display: none;
}
.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}
/* ---- /site-nav ---- */
/* ---- side-nav ---- */
.side-nav {
    position: relative;
    margin: 0 -5px;
    text-align: center
}
.side-nav li {
    display: inline-block;
    margin: 0;
    position: relative;
    padding: 0 10px;
}
.side-nav li+li::before {
    content: '';
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    left: -2px;
    width: 1px;
    height: 20px;
    background: #e1e0e0;
}
.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
    display: block
}
.side-nav li a i {
    display: inline-block;
    vertical-align: middle;
    margin: -6px 15px 0 -15px;
    color: #46392C;
    background: #E3DEDA;
    border: 1px solid #E3DEDA;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    width: 40px;
    border-radius: 0 30px 30px 0;
    transition: all 0.3s ease;
    display: none;
}
.side-nav>li>a {
    position: relative;
    font-size: 18px;
    color: #555;
    padding: 0 30px;
    font-weight: normal;
    margin: 0 0 30px;
    line-height: 40px;
    border-radius: 0;
    transition: all 0.3s ease;
    background: transparent;
    border-bottom: 1px solid #ccc;
}
.side-nav>li>a:hover,
.side-nav>li.active>a {
    background: #CFD69B;
    color: #fff;
}
.side-nav>li>a:hover i,
.side-nav>li.active>a i {
    background: #fff;
    border: 1px solid rgb(70, 57, 44, 0.55);
    color: #46392C;
}
.side-nav li.logout {
    display: block;
    margin: -10px 0 50px;
}
.side-nav li.logout a {
    font-size: 15px;
    color: #A98965;
    font-weight: 400;
    line-height: 27px;
    padding: 0 14px;
    display: inline-block;
    border: 1px solid #A98965;
    transition: all .3s ease;
}
.side-nav li.logout a:hover {
    background: #A98965;
    color: #fff;
}
.side-nav ul {
    display: none;
}
/* ---- /side-nav ---- */
/* ---- search ---- */
.site-header .search-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    box-sizing: border-box;
}
.site-header .search-box .form-control {
    height: 25px;
    line-height: 25px;
    margin: 0;
    border: 0;
    background: transparent;
    color: #666;
    border-radius: 0;
    padding: 0 40px 0 10px;
    transition: all .3s ease;
    border-bottom: 1px solid #D6D6D6;
    font-family: 'Tenor Sans','Noto Sans TC', serif;
}
.search-box:hover,
.search-box .form-control:focus {
    background: #FFF;
    transition: all .3s ease;
}
.site-header .search-box .ibtn.search {
    background: url(../../images/common/btn_search.svg) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 3px;
    transition: all .3s ease;
}
.site-header .search-box:hover .ibtn.search {
    background: url(../../images/common/btn_search_hover.svg) no-repeat;
}
.site-header .search-box .form-control::-webkit-input-placeholder {
    color: #463A2C;
}
.site-header .search-box .form-control:focus::-webkit-input-placeholder {
    color: #463A2C;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: #463A2C
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #463A2C;
}
.site-header .search-box .form-control::-ms-input-placeholder {
    color: #463A2C;
}
.site-header .search-box .form-control:focus::-ms-input-placeholder {
    color: #463A2C;
}
.site-header .search-box .form-control::-moz-placeholder {
    color: #463A2C;
}
.site-header .search-box .form-control:focus::-moz-placeholder {
    color: #463A2C;
}
/* ---- /search ---- */
/* ---- header-fixed ---- */
.header-fixed .wrapper {
    padding-top: 61px;
}
.header-fixed .site-header {
    padding: 0;
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    background: rgb(247, 245, 239, 0.9);
}
.header-fixed .site-title {
    padding: 15px 0;
    float: left;
    margin: 0;
}
.header-fixed .language,
.header-fixed .search-box {
    display: none;
}
.header-fixed .site-nav {
    margin: 0;
}
.header-fixed .menu {
    margin-top: 25px;
    margin-left: 35px;
    float: left;
}
.header-fixed .site-title .logo {
    width: 78px;
    height: 40px;
    background: url(../../images/common/logo2.svg) 50% 50% no-repeat;
}
.header-fixed .func-menu {
    top: 0;
    margin: 20.5px 0;
}
.header-fixed .site-nav .menu>li.active>a:before,
.header-fixed .site-nav .menu>li.active2>a:before,
.header-fixed .site-nav .menu>li:hover>a:before {
    height: 22px;
}
/* ---- /header-fixed ---- */
/* ---- banner ---- */
.banner {
    position: relative;
    z-index: 3;
}
/* ---- /banner ---- */
/* ---- main+contemt ---- */
.main-top {
    position: relative;
    text-align: center;
    z-index: 10;
    width: 100%;
    margin: -30px 0 65px;
}
.main-title {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 3px;
    line-height: 1.2;
    color: #fff;
    max-width: 191px;
    padding: 45px 0 25px;
    margin: -96px auto 0;
}
.main-title::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% - 191px);
    width: 191px;
    height: 95.5px;
    border-radius: 191px 191px 0 0;
    background: rgb(207, 214, 155, 0.9);;
    z-index: -1
}
.main-content {
    position: relative;
    padding: 0 0 100px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    position: relative;
    box-sizing: border-box;
    line-height: 1.2;
    text-align: center;
    margin: -30px 0 50px;
}
.content-title {
    position: relative;
    box-sizing: border-box;
    display: block;
    font-size: 22px;
    font-weight: normal;
    color: #444;
    letter-spacing: 2px;
    line-height: 1.2;
    padding: 0;
    margin: 0 auto;
}
.content-title::after {
    content: '';
    position: relative;
    display: block;
    width: 20px;
    height: 1px;
    background: #ccc;
    margin: 20px auto 0;
} 
.content-title i {
    display: none;
}
/* ---- /main+contemt ---- */
/* ---- shopping-title ---- */
.shopping-title {
    font-size: 18px;
    font-weight: normal;
    color: #444;
    padding: 5px 0 5px 40px;
    position: relative;
    margin: 20px 0 10px;
    background: #eee;
}
.shopping-title i {
    color: #666;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 28px;
    width: 40px;
    border-radius: 0 30px 30px 0;
}
.shopping-title .icon.car {
    background-position: 0 0
}
.shopping-title .icon.cart {
    background-position: 0 -30px
}
.shopping-title .icon {
    background-position: -225px 0
}
.shopping-title .icon.user {
    background-position: 0 -120px
}
.shopping-title .icon.address {
    background-position: 0 -150px
}
.shopping-title .icon.notice {
    background-position: 0 -180px
}
.shopping-title .icon.money {
    background-position: 0 -60px
}
.shopping-title .icon.msg {
    background-position: 0 -210px
}
/* ---- /shopping-title ---- */
/* ---- 加購商品plus ---- */
.plus-title {
    margin: 0 0 5px;
}
.plus-txt {
    font-size: 15px;
    text-align: center;
    padding: 2px 0;
    margin: 0 0 20px;
    border-top: 2px dotted #eee;
    border-bottom: 2px dotted #eee;
}
.plus-txt>span {
    color: #666;
    display: block;
    padding: 11px;
    background: #eee;
}
.plus-txt b {
    color: #A51B50;
    text-decoration: underline;
    font-weight: normal;
    font-family: 'Tenor Sans','Noto Sans TC', serif;
    font-size: 20px;
}
/* ---- /plus ---- */
/* ---- warning-sect  ---- */
.warning-sect {
    position: relative;
    padding: 40px 0;
    z-index: 2;
}
/* ---- /warning-sect ---- */
/* ---- site-footer ---- */
.site-footer {
    position: relative;
    color: #666666;
    padding: 0 0 80px;
    text-align: center;
    z-index: 1;
    font-family: 'Tenor Sans', 'Noto Sans TC', serif;
}
.site-footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(247, 245, 239, 0.9);
    z-index: -1;
}
.site-footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    bottom: -28%;
    width: 100%;
    height: 1440px;
    background: url(../../images/common/f_bg2.jpg) no-repeat 50% 0;
    z-index: -2;
}
.follow-footer {
    position: relative;
    padding: 31px 0 0;
}
.follow-footer .container {
    border-bottom: 1px solid rgb(70, 57, 44, 0.2);
    padding: 0 0 33px;
}
.footer-top {
    position: relative;
    box-sizing: border-box;
    padding: 42px 0 0;
    text-align: left;
}
.footer-top .col {
    float: left;
    position: relative;
    width: 50%
}
.footer-top .title {
    position: relative;
    color: #555;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0;
    text-align: left;
}
.site-footer .qr-inner,
.site-footer .fb {
    display: inline-block
}
.site-footer .qr-inner {
    width: 100px;
    height: 100px;
}
.qr-inner {
    margin: 0 0 0 10px;
}
.site-footer .fb {
    position: relative;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    transition: all 0.3s ease;
}
.site-footer .fb:hover {
    opacity: 0.7;
}
.footer-top .site-map {
    position: relative;
    box-sizing: border-box;
    width: 40%;
    padding-right: 2%;
}
.site-map ul {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 15px;
    line-height: 1.2;
}
.site-map ul+ul {
    margin-left: 30px;
}
.site-map li+li {
    margin-top: 21px;
}
.site-map li a {
    position: relative;
    transition: all 0.3s ease;
}
.site-map li a:hover {
    color: #94996d;
}
.footer-top .site-info {
    position: relative;
    box-sizing: border-box;
    width: 30%;
    padding-right: 2%;
    line-height: 1.2;
}
.site-info li+li {
    padding-top: 21px;
}
.site-info li a{
    transition: all 0.3s ease;
}
.site-info li a:hover {
    color: #94996d;
}
.site-info li a,
.site-info span {
    display: inline;
}
.footer-top .follow {
    position: relative;
    box-sizing: border-box;
    float: right;
    width: 30%;
    padding-left: 2%;
}
.follow .qr-inner,
.follow .fb {
    display: inline-block;
    vertical-align: middle
}
.follow p {
    font-size: 13px;
    line-height: 1.45;
    margin: 20px 0 0;
    letter-spacing: 0.5px;
}
.follow .author {
    display: inline-block;
}
.follow .privacy-txt {
    display: inline-block;
}
.follow a {
    transition: all 0.3s ease;
}
.follow a:hover {
    color: #46392C;
}
/* ---- /site-footer ---- */
/* ---- floating ---- */
.floating,
.floating.fancybox-margin {
    position: fixed;
    right: 5%;
    bottom: 25%;
    z-index: 400;
    transition: all .3s ease
}
.ibtn.gotop {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    font-size: 16px;
    letter-spacing: 3px;
    text-indent: unset;
    color: #444444;
    background: transparent;
    padding-top: 15px !important;
    width: 23px;
    height: 153px;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    font-family: 'Tenor Sans','Noto Sans TC', serif;
}
.ibtn.gotop:hover {
    letter-spacing: 5px;
}
.ibtn.gotop::before {
    content: '';
    position: absolute;
    left: 43%;
    top: 0;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #CFD69B;
    transform: scale(1);
    transition: all 0.3s ease;
}
/* .ibtn.gotop:hover:before{
    transform: scale(1.5);
} */
/* ---- /floating ---- */
/* ---- breadcrumb ---- */
.breadcrumb {
    position: relative;
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #868686;
    padding: 40px 0 0;
    text-align: center;
    z-index: 5;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
    transition: all 0.3s ease;
}
.breadcrumb li+li:before {
    content: " - ";
    margin: 0 2px 0 1px;
}
.breadcrumb li a:hover {
    color: #46392C;
}
.content-top .breadcrumb {
    color: #868686;
    font-size: 14px;
    padding: 0
}
.content-top .breadcrumb li+li:before {
    margin: 0 7px 2px;
    border-color: transparent transparent transparent #fff
}
.content-top .breadcrumb li:first-child {
    font-weight: 700
}
/* ---- /breadcrumb ---- */
/* ---- pagination ---- */
.pagination {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 0;
    font-family: 'Tenor Sans','Noto Sans TC', serif;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 0 0 -1px;
}
.pagination li a {
    display: block;
    min-width: 30px;
    line-height: 36px;
    text-align: center;
    color: #555;
    font-size: 15px;
    margin: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.pagination li a:hover,
.pagination li.active a {
    color: #CFD69B;
    font-weight: bold;
}
.pagination li a.controls {
    margin: 0 10px;
    border-radius: 50%;
    min-width: 36px;
    height: 36px;
    color: #6666;
    border: 1px solid #ccc;
    font-size: 20px;
    line-height: 36px;
    transition: all 0.3s ease;
}
.pagination li a.controls:hover,
.pagination li.active a.controls {
    border-color: #CFD69B;
    background: #CFD69B;
    color: #fff;
}
.page-info {
    display: none
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 37px;
    color: #999;
    background: #fff;
    padding: 5px 10px;
    border: 0;
    text-align: center;
    margin: auto;
    border-radius: 0
}
.page-info .form-control:focus {
    outline: none;
    border-color: red
}
/* ---- /pagination ---- */
/* ---- reminder ---- */
.reminder {
    text-align: center;
    margin: 10px auto
}
.reminder p {
    padding: 2px 0;
    border-top: 2px dotted #eee;
    border-bottom: 2px dotted #eee;
    margin: 15px 0 10px;
}
.reminder p span {
    color: #666;
    display: block;
    font-size: 16px;
    padding: 11px;
    background: #eee;
}
.reminder strong {
    color: #A51B50;
    font-family: 'Tenor Sans','Noto Sans TC', serif;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: normal;
}
.reminder b {
    color: #666;
    font-size: 15px;
    margin: 0 0 40px;
    display: block;
    letter-spacing: 1px;
    font-weight: 500;
}
.reminder b i {
    position: relative;
    display: inline-block;
    top: -3px;
    color: #AB1748;
    font-size: 6px;
    font-style: unset;
    margin: 0 8px 0 0;
}
/* ---- /reminder ---- */
/* ---- qty-box ---- */
.qty-box {
    position: relative;
    display: inline-block;
    /* width: 79px; */
    width: 150px;
    max-width: none;
    padding: 0 40px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #444;
    background: #fff;
    font-size: 14px;
    margin: 0;
    border: 0;
    padding: 0 10px;
    z-index: 1;
    border-radius: 0
}
.qty-box .btn {
    position: absolute !important;
    color: transparent;
    border: 1px solid #666;
    width: 35px;
    height: 35px;
    z-index: 0;
    top: 0;
    border-radius: 0;
    transition: all 0.3s ease;
}
.qty-box .btn.less,
.qty-box .btn.add {
    text-indent: unset;
    font-size: 20px;
    color: #444;
    left: 0;
    transition: all 0.3s ease;
}
.qty-box .btn:hover {
    background: #CFD69B;
    border-color: #CFD69B;
    color: #fff;
}
.qty-box .btn.add {
    right: 0;
    left: unset;
}
.main-content.cart-two .qty-box {
    width: auto;
    padding: 0;
}
/* ---- /qty-box ---- */
/* ---- form-control ---- */
.form-control {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #666;
    padding: 0 6px;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 14px;
    border-radius: 0;
    padding: 0 10px;
    transition: all 0.3s ease;
}
.form-control:focus {
    outline: none;
    border-color: #46392C;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
.form-box .form-group {
    padding: 5px 0 10px;
}
.form-box .control-label {
    display: block;
    color: #555;
    font-size: 15px;
    font-weight: normal;
}
.form-box .control-box .static-control {
    margin: 0
}
.form-box .control-box {
    position: relative
}
.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
}
/* ---- /form-control ---- */
.static-control {
    line-height: inherit;
    color: #8F877F;
    font-weight: normal;
    font-size: 15px;
    margin: 0 0 36px
}
/* ---- form-wrap ---- */
.form-wrap {
    max-width: 1000px;
    margin: 0 auto
}
.form-box {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.form-box2 {
    max-width: 600px;
}
.form-box .row {
    margin: 0 -10px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 10px;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin: -3px 0 0 7px;
    background: #AB1748;
}
.form-box .captcha .input-box {
    position: relative;
}
.form-box .captcha .form-control {
    max-width: 290px;
    display: inline-block;
}
.form-box .captcha a {
    display: inline-block;
    font-size: 20px;
    margin: 0 0 0 10px
}
.form-box .captcha a:hover {
    color: #FF732F
}
.form-box .captcha a .ic-rotate-left {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    text-align: center;
    color: #70524E;
    font-size: 18px;
    transition: transform .3s;
    margin: 0 0 0 5px
}
.form-box .captcha a:hover .ic-rotate-left {
    color: #B7A38C
}
.form-box .name .control-box {
    position: relative
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    line-height: 1.6
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0
}
.form-box .name2 .control-box {
    padding-right: 150px
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0
}
.form-box .name2 .radio-box label {
    margin-bottom: 0
}
.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-box .tips {
    line-height: 1.5;
    margin-bottom: 6px;
    color: #A51B50;
    padding: 0 5px;
    font-size: 14px;
    letter-spacing: 1px;
}
.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: 0 3px;
    box-sizing: border-box
}
.form-box .input-group .form-control {
    display: inline-block
}
.form-radio {
    display: inline-block;
    position: relative
}
.form-checkbox {
    display: block;
    position: relative;
    margin: 0 0 5px
}
.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%
}
/* ---- /form-wrap ---- */
/* ---- success-box ---- */
.success-box {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    color: #666;
    padding: 0 0 30px;
}
.success-box .msg {
    border-top: 2px dotted #eee;
    border-bottom: 2px dotted #eee;
    color: #5F5350;
    font-size: 16px;
    padding: 2px 0
}
.success-box .msg span {
    display: block;
    background: #eee;
    padding: 11px
}
.success-box .fz16 {
    color: #46392C;
    font-size: 16px
}
.success-box a {
    color: #46392C;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.success-box a:hover{
    color: #A51B50;
}
.success-box .btn-box {
    margin: 10px 0 0
}
.success-box small {
    font-weight: 700;
    color: #000;
    display: block
}
/* ---- /success-box ---- */
/* ---- table ---- */
.table-h td {
    padding: 10px 6px;
    line-height: 1.55;
    text-align: center;
    min-width: 76px;
    color: #555;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    color: #555;
    padding: 6px;
    white-space: nowrap;
    font-weight: 400;
}
.table-h tfoot tr {
    color: #555;
}
.table-h tfoot td {
    color: #545454;
    text-align: right;
    padding: 5px 30px;
}
.table-h tfoot td:last-child {
    width: 20%;
}
.table-h tfoot tr:last-child td {
    color: #A51B50;
    font-weight: 700;
}
.table-h tfoot td:last-child span {
    color: #A51B50;
}
.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.table-h thead {
    /* border-bottom: 1px solid rgb(70, 57, 44, 0.3); */
}
.table-h .align-left {
    text-align: left;
}
.table-h .align-left a{
    display: block;
    color: #A51B50;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table-h .pd-id {
    color: #847971;
    font-size: 14px;
    display: block;
    margin: 0;
}
.table-h .pd-name {
    color: #46392C;
    font-size: 16px;
    display: block;
    transition: all 0.3s ease;
}
.table-h a:hover .pd-name {
    color: #8F877F;
}
.table-h a.pic {
    position: relative;
    overflow: hidden
}
.table-h a.pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.table-h a.pic:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}
.table .ibtn.delete {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-indent: unset;
    transform: rotate(45deg);
}
.table .ibtn.delete::before {
    content: "\e814";
    font-family: 'icon-font'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    color: #ccc;
    transition: all 0.3s ease;
}
.table .ibtn.delete:hover::before {
    color: #A51B50;
} 
.table td span {
    color: #666;
}
.table-v {
    font-size: 14px
}
.table-v th,
.table-v td {
    padding: 10px 35px;
    vertical-align: middle
}
.table-v tr {
    border-bottom: 0;
    background: #eee;
}
.table-v th.has-border {
    border-left: 1px solid #CE9B77
}
.table-v tr:nth-child(2n) {
    background: #fff;
}
.table-v tr:first-child {
    background: #eee;
}
.table-v tr:first-child th {
    border: 0;
}
.table-v tr:first-child strong {
    color: #46392C;
    padding-left: 10px;
    font-weight: bold;
}
.table-v th {
    text-align: left;
    position: relative;
    color: #555;
    font-weight: 400;
    padding: 10px 15px 10px 45px;
    width: 110px;
    border-right: 1px solid rgb(70, 57, 44, 0.1);
}
.table-v tr:first-child strong {
    font-size: 15px;
    color: #46392C
}
.table-v strong {
    color: #A51B50;
    font-weight: normal;
}
.table-v-title {
    background: #eee
}
.table-v-title th {
    padding: 15px 0 14px 45px;
    width: 100px
}
.table-v-title td {
    padding: 10px 35px 10px 0
}
/* ---- /table ---- */
/* ---- lightbox ---- */
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 81px;
    height: 30px;
    right: 0;
    top: -30px;
    background-size: contain;
}
body .fancybox-skin {
    border-radius: 10px;
    border-radius: 0;
    background: #fff;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.lightbox-wrapper.success-wrapper {
    padding: 26px 50px;
}
/* ---- /lightbox ---- */
/* ---- arrival-box ---- */
.arrival-box .title {
    background: #CFD69B;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    line-height: 43px;
}
.arrival-box .pd-name {
    color: #505050;
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 400;
}
.arrival-box .pd-name i {
    color: #505050;
    display: block;
    font-size: 30px;
    margin: 20px auto 10px;
    width: 70px;
    height: 70px;
    line-height: 68px;
    border: 1px solid #ccc;
    border-radius: 100%;
    padding: 0;
}
.arrival-box .pd-id {
    text-align: center;
    font-size: 14px;
    color: #aaa;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.arrival-box .form-box {
    max-width: 450px;
    margin: 0 auto
}
/* ---- /arrival-box ---- */
.lightbox-title {
    font-size: 20px
}
.shopping_way.hot.fixed {
    margin: 4px 0 -3px;
    text-align: left;
    color: #333
}
/* ---- cart_login_box ---- */
.cart_login_box {
    height: auto
}
.cart_login_box .lightbox-title {
    text-align: center;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #444;
}
.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: 0;
}
.cart-login.col {
    border-right: 1px solid #dadada;
    padding: 0 10px;
}
.cart-login.col.col2: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: 0
}
.btn.simple.cart {
    background: #4ea7ce;
    max-width: 100px;
    width: 50%;
    height: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: .1em;
    border-radius: 8px;
    position: relative;
    margin: 0 2px 10px;
    display: inline-block
}
.btn.simple.cart:hover {
    background: #1b7292;
}
.btn.simple.cart2 {
    background: #046792;
}
.btn.simple.cart2:hover {
    background: #1c9e92;
}
.cart.bth {
    display: block;
    width: 100%;
}
.cart_login_box .form-box.cart_txt {
    text-align: center;
}
.lightbox-wrapper.login-box .notice-box {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
}
.lightbox-wrapper.login-box .notice-box .title {
    background: none;
    color: #444;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    float: none;
}
.lightbox-wrapper.login-box .notice-box .txt {
    margin: 0;
    padding: 0;
    border: none;
}
.cart_login_box .lightbox-wrapper {
    padding: 20px;
    max-width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
    position: relative;
}
.cart_login_box .btn.normal2 {
    color: #fff;
    font-size: 15px;
    width: 160px;
    height: 35px;
    line-height: 35px;
    background: #666;
    margin: 0 auto 5px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.cart_login_box .btn.normal2:hover {
    background: #CFD69B;
}
.cart_login_box .btn.pure {
    color: #46392C;
    line-height: 30px;
    margin: 0 5px 5px;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.cart_login_box .btn.pure:hover {
    color: #A51B50;
}
.cart_login_box .btn-box {
    margin: 15px 0
}
.cart_login_box .btn.normal2.send {
    margin-bottom: 20px
}
.cart_login_box .go-login {
    margin: 10px 0 20px
}
/* ---- /cart_login_box ---- */
/* ---- login-box ---- */
.login-box .title {
    text-align: center;
    margin: 0;
    background: #81766E;
    color: #fff;
    font-size: 22px;
    line-height: 43px;
    font-weight: 400;
}
.login-box .ic-login {
    display: block;
    color: #81766E;
    margin: 25px auto;
    text-align: center;
    font-size: 50px;
    display: none;
}
.login-box .form-box {
    max-width: 450px
}
.login-btn-box a {
    color: #46392C;
    display: inline-block;
    font-weight: normal;
    margin: 0 5px 20px;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.login-btn-box a:hover {
    color: #A51B50;
}
.login-box .btn-box {
    padding: 20px 0;
}
.login-box .btn.style03 {
    margin: 0 1px 10px;
}
.login-box .success-box b {
    color: #4E3424;
    font-size: 16px;
    display: block
}
/* ---- /login-box ---- */
#alert-fancybox {
    background: #fff
}
/* ---- mmenu ---- */
.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}
.mmenu-show #mobile-fixed span {
    padding: 0;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #CFD69B;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #CFD69B;
}
.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #CFD69B;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #CFD69B;
}
.mmenu-show #mobile-search {
    background: #CFD69B;
}
.mmenu-show #mobile-search .form-control {
    border-radius: 0;
}
.mmenu-show #member-box li a {
    background: #bdaea4;
    color: #fff;
    font-size: 15px;
}
.mmenu-show #member-box li {
    border-bottom: 1px solid #ddd;
}
.mmenu-show #mobile-menu .language-menu {
    background: #CFD69B;
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    background: #CFD69B;
}
.mmenu-show #mobile-menu .menu li a {
    border-bottom: 2px dotted rgb(70, 57, 44, 0.1);
}
.mmenu-show #mobile-fixed .qty {
    background: #A51B50;
    color: #fff;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #CFD69B;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show .toggle-mmenu-close {
    color: #fff;
    z-index: 999;
}
.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}
.mmenu-show #mobile-menu .language a {
    color: #fff;
}
.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 2px dotted rgba(0, 0, 0, 0.1);
}
.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
}
.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}
.mmenu-show #mobile-menu .language li+li a {
    border: 0;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}
.mmenu-show #mobile-menu .share .btn{
    color: #fff;
    background: #8F877F;
}
.mmenu-show #mobile-menu .share .btn:hover {
    color: #46392C;
    background: #fff;
}
.mmenu-show #mobile-menu .side-nav > li:last-of-type {
    border: 0;
}
.mmenu-show #mobile-menu .side-nav > li > a,
.mmenu-show #mobile-menu .content-nav > li > a{
    line-height: 1;
    font-weight: 500;
    font-size: 15px;
    border: 0;
}
.mmenu-show #mobile-menu .side-nav > li,
.mmenu-show #mobile-menu .content-nav > li{
    margin: 0;
}
.mmenu-show #mobile-fixed li i {
    vertical-align: unset;
}
/* ---- /mmenu ---- */
/* ---- sort_box ---- */
/* ---- sort_box ---- */
.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0;
    background: #ddd;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd
}
.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666
}
.sort_box .form-group {
    float: left;
    padding: 5px 0
}
.sort_box .form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px
}
.sort_icon{
    float: left;
    line-height: 28px;
    padding: 6px 0;
    position: relative;
    z-index: 0;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#aaa;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background:#46392C;
}
.sort_icon .ibtn.one{
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two{
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four{
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.active {
    background-position: 0 100%
}
/* ---- /sort_box ---- */
.sort_box .form-control.sort-mobile {
    display: none
}
.form-group select.form-control {
    margin: 0 0 5px;
    font-weight: 400;
    border-radius: 0
}
/* ---- 歐盟文字 ---- */
.footer-bottom .privacy-txt {
    border-right: 1px solid #d8d8d8;
    padding: 0 10px 0 0;
    margin-right: 10px;
}
.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: #666;
    border-radius: 0;
    border: solid 1px #46392C;
}
.header-sheet .close-ontop {
    color: #333;
    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: #333;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color: #46392C;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/* ---- /歐盟文字 ---- */
/* ---- rwd ---- */
@media screen and (max-width: 1000px) {
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 401;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop {
        padding: 0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition: all .7s;
    }
    .header-fixed .header-sheet {
        display: block;
    }
}
@media screen and (max-width: 1440px) {
    /* ---- site-nav 1440 ---- */
    .site-nav .menu>li>a {
        padding: 0 12px;
    }
    /* ---- /site-nav 1440 ---- */
    /* ---- footer 1440 ---- */
    .site-footer {
        padding: 0 0 50px;
    }
    .footer-top {
        text-align: center;
    }
    .footer-top .col {
        float: none;
        display: inline-block;
        margin-right: -4px;
        vertical-align: top;
    }
    .footer-top .title {
        text-align: center;
        width: fit-content;
        margin: 0 auto 20px;
    }
    .footer-top .site-map {
        display: block;
        width: 50%;
        margin: 0 auto 50px;
        padding: 0;
    }
    .site-map ul {
        width: 20%;
        margin-right: -4px;
    }
    .site-map ul+ul {
        margin-left: 0;
    }
    .site-map li a {
        text-align: center;
    }
    .footer-top .site-info,
    .footer-top .follow {
        width: 50%;
    }
    .footer-top .site-info {
        padding: 0;
    }
    /* ---- /footer 1440 ---- */
}
@media screen and (max-width: 1280px) {
    /* ---- site-header 1280 ---- */
    .site-header {
        padding: 20px 0 12px;
    }
    .site-nav .menu>li>a {
        font-size: 15px;
    }
    .header-fixed .site-title {
        padding: 12px 0;
    }
    /* ---- /site-header 1280 ---- */
}
@media screen and (max-width: 1200px) {
    /* ---- site-header 1200 ---- */
    .site-nav {
        margin: 20px 0 0;
    }
    .site-nav .menu>li>a {
        padding: 0 5px
    }
    .site-nav .menu>li+li:before {
        width: 3px;
        height: 3px;
        left: -3.5px;
    }
    .site-title .logo {
        width: 180px;
        height: 35px;
    }
    .site-header .search-box {
        top: -3px;
        width: 140px;
    }
    .func-menu{
        top: -3px;
    }
    .func-menu li {
        padding: 0 2px;
    }
    .func-menu .cart i::after {
        font-size: 12px;
        padding: 0 5px 0 0;
    }
    .site-nav .menu>li>a:before{
        bottom: -24px;
    }
    .site-nav .menu>li.active>a:before,
    .site-nav .menu>li.active2>a:before,
    .site-nav .menu>li:hover>a:before {
        height: 20px;
    }
    .site-nav .menu>li>ul {
        margin: 19px 0 0 -94px;
    }
    /* ---- site-header 1280 ---- */
}
@media screen and (max-width: 1000px) {
    body {
        font-size: 15px;
        line-height: 1.75;
        letter-spacing: .5px;
    }
    .wrapper,
    .header-fixed .wrapper {
        padding-top: 40px;
    }
    /* .site-header,
    .header-fixed .site-header {
        padding: 15px 0;
        position: relative;
        height: auto;
        z-index: 4;
    } */
    .site-header,
    .header-fixed .site-header  {
        position: absolute;
        top: 0;
        height: auto;
        padding-top: 55px;
        z-index: 4;
    }
    .site-title .logo {
        display: block;
        margin: 0 auto 25px;
    }
    .site-header .site-nav,
    .login-menu,
    .language {
        display: none;
    }
    .site-title .logo {
        margin: 0 auto;
        height: 50px;
    }
    .header-fixed .site-title .logo {
        background: url(../../images/common/logo.svg) 50% 50% no-repeat;
        background-size: contain;
    }
    .contact-info {
        margin: 15px 0;
    }
    /* ---- main ---- */
    .main-content {
        padding: 0 0 30px;
    }
    .main-top {
        margin: 0 0 30px;
    }
    .main-title {
        font-size: 20px;
        margin: 0 -30px;
        background: rgb(207, 214, 155, 0.9);;
        max-width: unset;
        padding: 10px 0;
    }
    .main-title:before {
        display: none;
    }
    .content-top {
        padding: 5px;
        margin: -15px 0 25px;
    }
    .content-title {
        font-size: 18px;
        padding: 5px 0;
        letter-spacing: .1em;
    }
    .content {
        min-height: inherit;
    }
    .breadcrumb {
        padding: 5px 0 0;
    }
    /* ---- btn 1000 ---- */
    .btn-box {
        padding: 15px 0 20px;
    }
    .btn.style02,
    .btn-box .btn.style02 {
        margin: 5px .1%;
        border-width: 3px;
        width: 49%;
    }
    .btn.style03,
    .btn.style02 {
        padding: 0 15px;
        letter-spacing: .5px;
    }
    .btn.style03 {
        width: 45%;
        font-size: 14px;
        /* padding: 6px 15px; */
    }
    /* ---- /btn 1000 ---- */
    /* ---- form-control 1000 ---- */
    .form-control,
    .page-info .form-control {
        padding: 0 5px;
    }
    .form-box .form-group {
        padding: 3px 5px;
    }
    /* ---- form-control 1000 ---- */
    /* ---- warning-sect 1000 ---- */
    .warning-sect {
        padding: 30px 0;
    }
    /* ---- /warning-sect 1000 ---- */
    /* ---- language 1000 ---- */
    .language {
        position: relative;
        top: auto;
        right: auto;
        display: inline-block;
        display: none;
    }
    /* ---- /language 1000 ---- */
    .func-menu {
        top: -80px;
    }
    /* ---- site-nav 1000 ---- */
    .site-nav {
        margin: 40px 0 0;
    }
    .site-nav .menu li {
        margin-bottom: 15px;
    }
    .today-view {
        display: none;
    }
    .side-nav li a,
    .side-nav li {
        text-align: left;
        display: block;
    }
    .side-nav>li>a {
        font-size: 16px;
        line-height: 35px;
        margin-bottom: 15px;
    }
    .side-nav li a i{
        width: 35px;
        line-height: 35px;
        margin: -3px 15px 0 -15px;
    }
    /* ---- /site-nav 1000 ---- */
    /* ---- 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: 14px;
        margin: 0 4px 0 0;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h tfoot tr {
        padding: 0 5px;
    }
    .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;
    }
    .table-h td,
    .table-h tbody td {
        padding: 0;
        line-height: 1.8;
        font-size: 14px;
    }
    .table-h tbody td.align-left {
        border-bottom: 1px solid rgb(70, 57, 44, 0.1);
        padding: 0 0 5px;
        margin: 0 0 5px;    
    }
    .table-h td a {
        line-height: 1.45;
    }
    .table-h .pd-id {
        font-size: 14px;
    }
    .table-v th,
    .table-v td {
        padding: 3px 5px;
    }
    .table-v th {
        width: 90px;
    }
    .table-v tr,
    .table-v th,
    .table-v td {
        line-height: 1.8;
    }
    .table-v th,
    .table-v th.has-border,
    .table-v td {
        border: 0;
        border-bottom: 1px solid  rgb(70, 57, 44, 0.2);
    }
    .table-v tr:first-child th {
        border-bottom: 1px solid rgb(70, 57, 44, 0.2);
    }
    .table-v th {
        background: url(../../images/common/index/products_bg.jpg);
        font-size: 14px;
    }
    .table-v td {
        background: #fff;
        font-size: 14px;
    }
    .table-v-title {
        background: #fff;
    }
    .table-v tr:nth-child(2n),
    .table-v tr:first-child {
        background: none;
    }
    .table td .ibtn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    /* ---- /table 1000 ---- */
    /* ---- pagination 1000 ---- */
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a.controls {
        min-width: 25px;
        height: 25px;
        line-height: 23px;
    }
    .pagination li a i {
        font-size: 15px;
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 60px;
    }
    .page-info .form-control{
        height: 25px;
    }

    /* ---- /pagination 1000 ---- */
    /* ---- form 1000 ---- */
    .form-box .name .radio-box {
        line-height: 1.6;
    }
    .form-title {
        font-size: 36px;
    }
    .form-box {
        padding: 0;
    }
    .form-box.has-bg {
        padding: 5px;
    }
    .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;
        margin-bottom: 3px;
    }
    .form-box .captcha a {
        right: 2%;
    }
    /* ---- /form 1000 ---- */
    /* ---- success 1000 ---- */
    .success-box .msg {
        font-size: 16px;
    }
    .success-msg {
        font-size: 16px;
    }
    /* ---- /success 1000 ---- */
    .static-control {
        margin: 0 0 5px;
    }
    /* ---- login-box 1000 ---- */
    .login-box .btn-box {
        padding: 5px 0;
    }
    .login-box .ic-login {
        display: none;
    }
    .login-box .title {
        font-size: 16px;
        line-height: 2;
        margin-bottom: 10px;
    }
    .login-btn-box a {
        margin-bottom: 5px;
    }
    /* ---- /login-box 1000 ---- */
    .form-box .captcha .form-control {
        max-width: 100%;
        display: block;
    }
    /* ---- reminder 1000 ---- */
    .reminder p span {
        font-size: 14px;
    }
    .reminder b {
        margin-bottom: 5px;
    }
    .reminder p {
        margin: 10px 0 5px;
    }
    /* ---- /reminder 1000 ---- */
    .plus-tip {
        font-size: 14px;
    }
    /* ---- search 1000 ---- */
    .search-box:after {
        position: absolute;
        content: "\e901";
        font-family: 'icon-font' !important;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        right: 0;
        top: 0;
        font-size: 20px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
    .ibtn.search {
        position: relative;
        z-index: 99;
    }
    /* ---- /search 1000 ---- */
    .desktop {
        display: none;
    }
    .form-group.spec .control-label {
        width: 40px;
        display: inline-block;
        text-align: left;
    }
    /* ---- lightbox 1000 ---- */
    .lightbox-wrapper {
        padding: 0 0 20px;
    }
    .arrival-box .title {
        margin-top: 0;
        font-size: 16px;
        line-height: 2;
        margin-bottom: 10px;
    }
    /* ---- /lightbox 1000 ---- */
    /* ---- floating 1000 ---- */
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating a {
        display: none;
    }
    .floating .ibtn.gotop {
        color: transparent;
        display: block;
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        top: auto;
        margin: 0;
    }
    .floating .ibtn.gotop::before,
    .floating .ibtn.gotop::after{
        display: none;
    }
    /* ---- /floating 1000 ---- */
    /* ---- footer 1000 ---- */
    .site-footer {
        padding: 0 0 35px;
        background-attachment: unset;
    }
    .follow-footer {
        padding: 30px 0 0;
    }
    .footer-top {
        padding: 40px 0 0;
    }
    .footer-top .title {
        display: none;
    }
    .site-map ul {
        width: 25%;
    }
    .footer-top .site-map,
    .footer-top .share {
        display: none;
    }
    .footer-top .site-info,
    .footer-top .follow {
        display: block;
        padding: 0;
        width: 100%;
    }
    .site-info li+li {
        padding-top: 15px;
    }
    .footer-top .site-info {
        padding: 0 0 20px;
    }
    /* ---- /footer 1000 ---- */
}
@media screen and (max-width: 900px) {
    /* ---- arrival-box  900 ---- */
    .arrival-box .pd-name i {
        display: none;
    }
    .arrival-box .pd-name {
        font-size: 16px;
    }
    .arrival-box .pd-id {
        margin: 5px 0;
    }
    .arrival-box .title {
        line-height: 30px;
        font-size: 16px;
        width: calc(100% + 60px);
        margin: 0 -30px;
    }
    .arrival-box .form-box .form-group {
        padding: 3px 0 5px;
    }
    .lightbox-wrapper {
        padding: 0;
    }
    .arrival-box {
        padding: 0 30px 30px;
    }
    .cart-login.col.col2,
    .cart_login_box .lightbox-wrapper {
        padding: 10px;
        top: auto;
    }
    .cart-login.col.col1 {
        right: 0;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 10px;
    }
    /* ---- /arrival-box  900 ---- */
}
@media screen and (max-width: 767px) {
    .sort_icon .ibtn.one {
        display: inline-block
    }
    .sort_icon .ibtn.four {
        display: none
    }
    .cart-login.col {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #dadada;
    }
    body .fancybox-wrap.login-fancybox .fancybox-inner {
        height: calc(80vh) !important;
    }
    .login-box .btn-box {
        margin: 15px 0 0;
    }
}
@media screen and (max-width: 400px) {
    .btn-box.btn-all {
        margin: 0;
        padding: 0;
    }
    .mmenu-show #mobile-fixed .logo-fixed-menu {
        width: 150px;
    }
    .btn.style01 i {
        display: none;
    }
    .sort_box .control-box span {
        display: none;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 60px;
    }
}
@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 登入按鈕 ---- */
.fancybox_body #freechatpopup {
    display: none !important;
}
