@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');
/*------------ basic ------------*/
h1,h2{
    margin: 0;
}
body {
    font-family: "Noto Serif TC", "Times New Roman", "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
    color: #444444;
    font-size: 18px;
    line-height: 1.7;
    letter-spacing: 0.35px;
}
.wrapper {
    position: relative;
    background: #FCFBFA;
    padding-top: 135px;
}
.container {
    padding: 0 15px;
    max-width: 1320px;
}
h3.name{
    margin: 0;
}
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    transform: scale(1);
    transition: all 0.6s ease;
}
.box:hover .pic img {
    transform: scale(1.2);
}
article.editor{
    font-family: "Noto Sans TC", sans-serif;
}
.loadingArea-page{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    opacity: 1;
    pointer-events: none;
    background: #FFF;
}
/*------------ / basic ------------*/
/*--- 隱私權 ---*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 10px;
    left: 10px;
    width: 310px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 999;
    background-color: rgba(255,255,255,01);
    color: #444;
    border-radius: 10px;
    border:solid 0px #D19B52;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    font-size: 15px;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 22px;
    position: absolute;
    right: -16px;
    top: 4px;
    transform: translateY(-50%);
    font-weight: 100;
}
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:#D19B52;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! 隱私權 ---*/
/*------------ btn ------------*/
/*-----back-btn-----*/
.btn.back {
    color: #978C7F;
    background: #DDD9CC;
    line-height: 40px;
    width: 95px;
    height: 40px;
    padding: 0 14px;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 0;
    transition: all .3s ease;
    font-weight: bold;
    font-family: "Noto Serif TC", serif;
}
.btn.back:hover {
    background:#D19B52;
    color:#fff;
}
.btn.send {
    color: #978C7F;
    background: #DDD9CC;
    line-height: 40px;
    width: 95px;
    height: 40px;
    padding: 0 14px;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 0;
    transition: all .3s ease;
    font-weight: bold;
    font-family: "Noto Serif TC", serif;
}
.btn.send:hover {
    background:#D19B52;
    color:#fff;
}
.btn.success-btn {
    color: #D19B52;
    background: transparent;
    line-height: 37px;
    width: 135px;
    height: 42px;
    padding: 0 14px;
    font-size: 18px;
    border-radius: 5px;
    transition: all .3s ease;
    box-sizing: border-box;
    padding-left: 45px;
    position: relative;
    border: 1px solid #ECEAE3;
    text-align: center;
    margin-right: 5px;
    background: #FCFBFA;
}
.btn.success-btn:before {
    font-family: 'icon-font' !important;
    content: "\cc903";
    font-size: 20px;
    color: #E8CCA6;
    position: absolute;
    left: 12px;
    top: 0px;
    font-weight: 200;
}
.btn.success-btn:hover {
    background:#D19B52;
    color:#fff;
}
.cart-step-btn{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.cart-step-btn .btn.cart-back {
    color: #978C7F;
    background: #DDD9CC;
    line-height: 51px;
    width: 200px;
    height: 51px;
    padding: 0 14px;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 0;
    transition: all .3s ease;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 73px;
    position: relative;
} 
.cart-step-btn .btn.cart-back:hover {
    background:#D19B52;
    color:#fff;
}
.cart-step-btn .btn.cart-back:before {
    font-family: 'icon-font' !important;
    content: "\cc801";
    position: absolute;
    left: 37px;
    top: -1px;
    font-size: 21px;
    font-weight: 400;
    color: #978C7F;
    transition: all .3s ease;
}
.cart-step-btn .btn.cart-back:hover:before {
    color:#fff;
}
.cart-step-btn .btn.cart-back.back2 {
    padding-left: 50px;
}
.cart-step-btn .btn.cart-back.back2:before {
    left: 16px;
}
.cart-step-btn .btn.cart-next {
    color: #FFF;
    background: #B33624;
    line-height: 51px;
    width: 200px;
    height: 51px;
    padding: 0 14px;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 0;
    transition: all .3s ease;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 73px;
    position: relative;
} 
.cart-step-btn .btn.cart-next:hover {
    background:#D19B52;
    color:#fff;
}
.cart-step-btn .btn.cart-next:before {
    font-family: 'icon-font' !important;
    content: "\cc804";
    position: absolute;
    left: 26px;
    top: 0;
    font-size: 21px;
    font-weight: 400;
    color: #FFF;
    transition: all .3s ease;
}
.cart-step-btn .btn.cart-next:hover:before {
    color:#fff;
}
.order-bottom-btn{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.bottom-order-again{
    color: #FFF;
    background: #D19B52;
    line-height: 51px;
    width: 130px;
    height: 51px;
    padding: 0 14px;
    font-size: 20px;
    border-radius: 5px;
    margin-left: 0;
    transition: all .3s ease;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: left;
    padding-left: 29px;
    position: relative;
}
.bottom-order-again:hover{
    background: #B33624;
}
.bottom-order-again:before {
    content: "+";
    font-family: Arial, sans-serif;
    position: absolute;
    left: 9px;
    top: 0;
    font-size: 28px;
    font-weight: 100;
    color: #FFF;
    transition: all .3s ease;
    opacity: 0.5;
}
/*---- btn-box ----*/
.btn-box {
    clear: both;
    margin-top: 20px;
    position: relative;
    text-align: center;
}
.btn-box.align-left {
    text-align: left;
}
.btn-box.dib .btn {
    display: inline-block;
    margin: 0 5px 10px;
}
.btn-box.btn-all .btn {
    max-width: 100%;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    margin: 0 auto !important;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 450;
    top: 0;
    transition: all 0.3s ease;
    background: #F8EFE4;
}
.site-title {
    position: absolute;
    z-index: 100;
    left: 15px;
    top: 24px;
    transition: all .3s ease;
}
.site-title .logo {
    color: transparent;
    background: url(../../images/common/logo.png) 50% 50%  no-repeat;
    background-size: contain;
    width: 291px;
    height: 85px;
    transition: all .3s ease;
}
/*---- language ----*/
.language {
    position: relative;
}
.language .btn {
    width: 130px;
    line-height: 35px;
    text-align: center;
    margin: 0;
    border-radius: 0;
}
.language .btn i {
    vertical-align: middle;
    margin: 0 0 4px 6px;
    display: inline-block;
}
.language ul {
    display: none;
    position: absolute;
    z-index: 200;
    left: 0;
    top: 100%;
    width: 100%;
    margin: -1px 0 0 0;
}
.language ul li {
    text-align: center;
    display: block;
    margin: 0;
}
.language ul li + li {
    border-top: 1px solid #CCCCCC;
}
.language li a {
    transition: all .2s;
    display: block;
    background: #EEEEEE;
}
.language ul li a:hover {
    color: #FFF;
}
/*---- search-box ----*/
.site-header .search-box {
    position: relative;
    width: 145px;
    margin: 0;
}
.site-header .search-box .ibtn {
    background-image: url(../../images/common/btn_search.png);
    width: 35px;
    height: 35px;
    position: absolute;
    right: -1px;
    top: -1px;
}
.site-header .search-box .form-control {
    height: 35px;
    line-height: 35px;
    margin: 0;
    border: 0px solid #333;
    background: transparent;
    color: #333;
    border-radius: 0;
    padding: 0 25px 0 10px;
    transition: all .1s;
}
.search-box:hover .form-control,
.search-box .form-control:focus {
    transition: all .1s;
    background: rgba(255, 255, 255, .5);
}
.site-header .search-box a {
    position: absolute;
    right: 8px;
    top: 1px;
    font-size: 13px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.site-header .search-box:hover a {
    color: #333333;
}
/*------------top-nav ------------*/
.top-nav {
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 100;
}
/*---- tel-box ----*/
.top-btn {
    transition: all .3s ease;
}
.top-btn a{
    display: inline-block;
    text-align: right;
    font-size: 16px;
    color: #A99176;
    position: relative;
    padding: 10px 2px;
    transition: all .3s ease;
    line-height: 1.5;
    font-weight: 700;
}
.top-btn a:hover{
    opacity: 0.7;
}
.top-btn a + a{
    margin-left: 10px;
}
.top-btn a.top-icon-btn{
    padding-left: 28px;
}
.top-btn a.top-icon-btn:before{
    font-family: 'icon-font' !important;
    content: "\cc900";
    position: absolute;
    font-size: 20px;
    left: 0;
    color: #A99176;
    top: calc(50% - 15px);
    font-weight: 400;
}
/*------------func-menu ------------*/
.func-menu{
    position: absolute;
    right: 0;
    top: 70px;
    display: flex;
    transition: all .3s ease;
}
.func-menu > li {
    position: relative;
}
.func-menu > li + li{
    margin-left: 10px;
}
.func-menu > li.gomember > a {
    display: inline-block;
    font-size: 18px;
    color: #FFFFFF;
    background: #333333;
    transition: all .3s ease;
    border-radius: 5px;
    width: 134px;
    height: 36px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1.5px;
    padding-left: 42px;
    box-sizing: border-box;
    line-height: 33px;
    overflow: hidden;
}
.func-menu > li.gomember > a:before {
    font-family: 'icon-font' !important;
    content: "\cc902";
    position: absolute;
    left: 18px;
    top: 1px;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s ease;
}
.func-menu > li.gomember > a:hover{
    background: #D19B52;
}
.fixed-btn{
    width: 107px;
    height: 62px;
    position: fixed;
    right: 24px;
    bottom: 88px;
}
.fixed-btn .gocart{
    font-size: 0;
    transition: all .3s ease;
}
.fixed-btn .gocart:before{
    content: "";
    width: 65px;
    height: 62px;
    border-radius: 10px;
    background: linear-gradient(to bottom,#FFD659,#F9E706);
    position: absolute;
    left: 0;
    top: 0;
}
.fixed-btn .gocart:after{
    font-family: 'icon-font' !important;
    content: "\cc901";
    position: absolute;
    left: 10px;
    top: 7px;
    font-size: 31px;
    font-weight: 400;
    color: #B33624;
    transition: all .3s ease;
}
.fixed-btn .gocart span{
    width: 57px;
    height: 57px;
    background: #B33624;
    color: #FBE31B;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    border-radius: 50%;
    font-family: "Times New Roman", Times, serif;
    letter-spacing: 1px;
    white-space: nowrap;
    box-sizing: border-box;
    line-height: 57px;
}
.fixed-btn .gocart:hover{
    opacity: 0.8;
}
.func-menu > li.gomember {
    position: relative;
    display: inline-block;
}
.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 134px;
    right: 0;
    top: calc(100% + 5px);
    background: #E6CF93;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
    border-radius: 10px;
}
.func-menu .gomember-box:before{
    content: "";
    width: 100%;
    height: 10px;
    top: -10px;
    left: 0;
    position: absolute;
}
.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 solid #F5EED1;
}
.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 7px 0;
    color: #7F6A57;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 16px;
    transition: all .3s ease;
}
.func-menu .gomember-list a:hover {
    color: #B23424;
}
.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: #ff7230;
    font-size: 15px;
}
.func-menu .login-out-fixed {
    color: #ff7230;
}
.func-menu .gomember-list .login-out-fixed a:hover {
    color: #000;
}
/*------------site-nav ------------*/
.site-nav {
    position: relative;
    margin: 53px 0 0 0;
    transition: all .3s ease;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .container {
    display: block;
}
.site-nav .menu {
    margin-right: 155px;
}
.site-nav .menu li {
    position: relative;
    margin: 0 -5px 0 0;
    line-height: 20px;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a {
    color: #625B55;
    line-height: 34px;
    font-size: 18px;
    padding: 21px 15px 27px;
    transition: all .3s ease;
    font-weight: 700;
    letter-spacing: 2px;
}
.site-nav .menu > li.active > a,
.site-nav .menu > li > a:hover {
    color: #B33624;
}
.site-nav .menu li ul {
    display: none;
    position: absolute;
    z-index: 600;
    width: 190px;
    box-sizing: border-box;
}
.site-nav .menu ul li {
    margin: 0;
}
.site-nav .menu ul li + li {
    border-top: 1px solid #DDDDDD;
}
.site-nav .menu > li > ul {
    top: 65px;
    left: 50%;
    margin-left: -100px;
}
.site-nav .menu ul li a {
    text-align: center;
    color: #7F6A57;
    padding: 11px 0;
    display: block;
    background: #EDEAE4;
    font-size: 16px;
    transition: all .3s ease;
    font-family: "Noto Sans TC", sans-serif;
}
.site-nav .menu ul> li.active >a,
.site-nav .menu ul li a:hover,
.site-nav .menu ul ul li a:hover {
    background: #E6CF93;
}
.site-nav .menu ul ul {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0 0 0 1px;
}
.site-nav .menu .m-show{
    display: none;
}
/*------------share------------*/
.share li + li {
    margin: 0 0 0 5px;
}
.share .btn {
    transition: all .3s ease;
    display: inline-block;
    color: #333333;
    background: #6e6e6e;
    border: 1px solid transparent;
    width: 30px;
    height: 30px;
    line-height: 31px;
    border-radius: 50%;
    font-size: 15px;
}
.share .btn:hover {
    background: #FFF;
    color: #A97D20;
}
/*------------ / site_header ------------*/
.header-fixed .site-header {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.header-fixed .site-title .logo {
    width: 180px;
    height: 54px;
}
.header-fixed .site-title {
    top: 8px;
}
.header-fixed .site-nav {
    margin: 0;
}
.header-fixed .top-btn {
    opacity: 0;
    pointer-events: none;
}
.header-fixed .func-menu {
    top: 11px;
}
.header-fixed .site-nav .menu > li > a {
    padding-top: 16px;
    padding-bottom: 20px;
}
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner img{
    width: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.site-main {
    position: relative;
    z-index: 1;
}
.main-content {
    position: relative;
    padding-bottom: 192px;
}
.main-top {
    position: relative;
    padding-top: 16px;
    margin-bottom: 9px;
    padding-bottom: 9px;
}
.main-top.has-border {
    border-bottom: 1px solid #ECEAE3;
    margin-bottom: 22px;
    padding-bottom: 22px;
}
.main-title {
    font-size: 30px;
    color: #444444;
    font-weight: 500;
    float: left;
    margin: 0;
    position: relative;
    letter-spacing: 1px;
    padding-left: 65px;
    line-height: 1.5;
}
.main-title:before {
    font-family: 'icon-font' !important;
    content: "\cc903";
    font-size: 21px;
    color: #DDAC99;
    position: absolute;
    left: 26px;
    top: 7px;
}
.main-title .ic-angle-right{
    color: #E3E0D7;
    margin-left: 5px;
    margin-right: 5px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 36px;
    border: 1px solid transparent;
}
.content-title {
    font-size: 0;
    height: 0;
}
.content.has-radius-border-1 {
    border: 1px solid #ECEAE3;
    border-radius: 10px;
    padding-left: 0;
    padding-right: 0;
}
.content.has-radius-border-1 .main-top{
    background: #FFF;
    margin-bottom: 0;
    padding-bottom: 22px;
    border-bottom: 1px solid rgb(236, 234, 227);
    padding-left: 20px;
    padding-right: 20px;
}
.content.has-radius-border-1 .main-top .breadcrumb {
    margin-top: 19px;
    margin-right: 20px;
}
.content.has-radius-border-1 .radius-border-content-1{
    padding: 30px 50px 40px;
}
.content.no-padding-content{
    padding-left: 0;
    padding-right: 0;
}
.content.has-radius-border-2 .main-top{
    display: none;
}
.content.has-radius-border-2{
    border: 1px solid #ECEAE3;
    border-radius: 30px;
    padding-top: 266px;
    padding-left: 396px;
    padding-bottom: 223px;
    position: relative;
    z-index: 0;
}
.content.has-radius-border-2:before{
    content: "";
    background: url(../../images/common/flower-icon-1.svg);
    width: 264px;
    height: 358px;
    position: absolute;
    left: 78px;
    top: 127px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
.content.has-radius-border-2:after{
    content: "";
    background: url(../../images/common/airplane-icon-1.svg);
    width: 226px;
    height: 88px;
    position: absolute;
    left: 356px;
    top: 180px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}
.content.has-radius-border-cart{
    padding-left: 0;
    padding-right: 0;
}
.content.has-radius-border-cart .main-top{
    border: 1px solid #ECEAE3;
    border-radius: 10px;
    align-items: center;
    padding: 10px 25px;
    margin-bottom: 35px;
    
}
.content.has-radius-border-cart .main-title{
    padding-left: 0;
}
.content.has-radius-border-cart .main-title:before  {
    display: none;
}
.content.has-radius-border-cart .main-top .breadcrumb {
    display: none;
}
.content.has-radius-border-cart .main-top {
    display: flex;
}
.cart-step {
    font-size: 18px;
    color: #aaa;
    font-family: "Noto Sans TC", sans-serif;
    margin-left: auto;
    margin-right: 0;
    display: block;
}
.cart-step li {
    position: relative;
    padding: 0px 50px;
}
.cart-step li+li:before {
    content: "\f105";
    font-family: 'icon-font' !important;
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    font-size: 33px;
    color: #E1DED2;
    line-height: 33px;
}
.cart-step li:nth-last-child(1){
    padding-right: 0;
}
.cart-step li .num {
    color: #CCCAB7;
    font-size: 36px;
    font-family: "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: bold;
    transition: all .3s ease;
    margin-right: 4px;
}
.cart-step li .txt {
    color: #CCCAB7;
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 500;
    transition: all .3s ease;
    letter-spacing: 2px;
}
.cart-step li.active .txt{
    color: #C6AB6C;
}
.cart-step li.active .num{
    color: #C6AB6C;
}
.category-tabs {
    border-bottom: 1px solid #ECEAE3;
    margin-bottom: 35px;
}
.tab-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.tab-list .tab-item a{
    padding: 16px 34px;
    cursor: pointer;
    color: #999999;
    position: relative;
    font-size: 20px;
    white-space: nowrap;
    font-family: "Noto Sans TC", sans-serif;
    display: inline-block;
    transition: all .3s ease;
}
.tab-list .tab-item.active a,
.tab-list .tab-item a:hover{
    color: #333333;
}
.tab-list .tab-item a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 5px;
    height: 0;
    background-color: #E6CF93;
    transition: all .3s ease;
}
.tab-list .tab-item.active a:after ,
.tab-list .tab-item a:hover:after{
    height: 5px;
}
/*------------shopping-title ------------*/
.shopping-title {
    font-size: 16px;
    color: #335F1D;
    font-weight: bold;
    position: relative;
    margin: 0 0 15px;
}
.shopping-title i {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    margin: 0px 10px 0 5px;
    transform-origin: 0 100%;
    transform: rotate(-45deg);
    background: #80A822;
}
/*----- plus-title -----*/
.plus-tip {
    font-size: 16px;
    color: #335F1D;
    font-weight: normal;
    text-align: center;
    background: #F3F3F3;
    border: 1px dotted #80A822;
    padding: 13px 10px;
    margin: 0 0 30px 0;
}
.plus-tip b {
    color: #660000;
    font-size: 16px;
}
/*------------ warning ------------*/
.warning-sect {
    display: none;
}
/*------------ / site_main ------------*/
/*------------ site_footer ------------*/
.site-footer .container{
    max-width: 1400px;
}
.site-footer .footer-top{
    position: relative;
}
.site-footer .footer-top:before{
    content: "";
    background: url(../../images/common/page-bottom-bg.png) no-repeat center top;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 500px;
        background-size: cover;
}
.site-footer .footer-top .f-index-sub-pic,
.site-footer .footer-top .f-index-main-pic,
.site-footer .footer-top .f-index-text{
    display: none;
}
.site-footer .footer-top .f-page-sub-pic{
    display: block;
    position: absolute;
    left: calc(50% - 687px);
    bottom: 23px;
    width: 754px;
    height: 143px;
}
.site-footer .footer-top .f-top-text{
    position: relative;
    padding-bottom: 25px;
}
.site-footer .footer-bottom{
    background: #282828;
    box-sizing: border-box;
    padding: 63px 0 90px;
    position: relative;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.5;
}
.site-footer .site-info {
    width: 50%;
    padding: 0;
    float: left;
    box-sizing: border-box;
    padding-left: 185px;
}
.site-footer .site-info:before {
    font-family: 'icon-font' !important;
    content: "\cc905";
    font-size: 177px;
    color: #C9BAAD;
    position: absolute;
    left: -23px;
    top: -14px;
    width: 181px;
    height: 179px;
    line-height: 179px;
}
.site-footer .site-info-text{
    font-size: 16px;
    font-family: "Noto Sans TC", sans-serif;
}
.site-footer .fb-fans-page {
    width: 90px;
    height: 90px;
    display: inline-block;
    background: url('../../images/tw/fb.png') no-repeat;
    background-size: cover;
    margin: 0 0 0 7px;
    transition: all 0.3s ease;
    border-radius: 10px;
}
.site-footer .fb-fans-page:hover {
    opacity: 0.7;
}
.site-footer .qr-inner {
    display: inline-block;
}
.site-footer .qr-inner img{
    width: 90px;
    height: 90px;
    border-radius: 10px;
}
.site-footer .site-map {
    width: 50%;
    float: right;
    text-align: right;
}
.site-footer .footer-logo{
    box-sizing: border-box;
    margin-bottom: 23px;
}
.site-footer .footer-logo img{
    width: 198px;
    height: 73px;
}
.site-map ul {
    display: inline-block;
    vertical-align: top;
    line-height: 1.2;
    margin-bottom: 31px;
    margin-top: 20px;
}
.site-map .list-v li{
    display: inline-block;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
}
.site-map .list-v li + li {
    margin-left: 20px;
}
.site-map .list-v li:before{
    content: "/";
    position: absolute;
    left: 0;
    top: 0;
    color: #868686;
}
.site-map ul a{
    transition: all .3s ease;
    color: #878787;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
}
.site-map ul a:hover {
    color: #C9BAAD;
}
.site-footer .copyright-info{
    clear: both;
    color: #999999;
    font-size: 14px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #555555;
    display: flex;
    justify-content: space-between;
}
.site-footer .footer-bottom-link:nth-of-type(1){
    margin-left: 14px;
}
.site-footer .footer-bottom-link{
    margin-right: 14px;
    position: relative;
    transition: all .3s ease;
}
.site-footer .footer-bottom-link:hover{
    color: #C9BAAD;
}
.site-footer .footer-bottom-link:before{
    content: "";
    width: 1px;
    height: 13px;
    position: absolute;
    background: #999999;
    right: -11px;
    top: 4px;
}
.site-footer .footer-bottom-link:nth-last-of-type(1):before{
    display: none;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.gotop {
    width: 39px;
    height: 149px;
    transition: all .3s ease;
    text-indent: unset;
    padding-top: 127px ;
    color: #BF5D41;
    background: transparent;
    text-align: center;
    font-size: 15px;
    position: absolute;
    right: 153px;
    bottom: 85px;
    z-index: 1;
    box-sizing: border-box;
}
.gotop:before {
    content: "";
    width: 2px;
    height: 120px;
    position: absolute;
    left: 17px;
    bottom: 29px;
    background: #CF9A52;
    transition: all .3s ease;
}
.gotop:after {
    content: "";
    width: 2px;
    height: 24px;
    position: absolute;
    left: 17px;
    bottom: 29px;
    background: #B33725;
    transition: all .5s ease;
}
.gotop:hover:before {
    height: 30px;
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #999999;
    position: relative;
    font-size: 15px;
    margin: 10px 0 0 0;
    float: right;
    font-family: "Noto Sans TC", sans-serif;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: ">";
    margin: 0px 5px;
}
.breadcrumb li a {
    transition: all .3s ease;
}
.breadcrumb li a:hover {
    color: #B33624;
}
.products-breadcrumb {
    float: none;
    margin: 0px 0 15px 0px;
}
.products-breadcrumb li+li:before {
    content: ">";
}
/*------------ / breadcrumb ------------*/
/*------------ side ------------*/
.side .title p{
    font-size:20px;
    margin:-10px 0px;
    
}
.side {
    width: 250px;
    vertical-align: top;
    float: left;
    box-sizing: border-box;
}
.has-side .content {
    float: right;
    width: calc(100% - 290px);
    box-sizing: border-box;
    min-height: 700px;
    padding: 0 0 0 45px;
    border-left: 2px dotted #a4895e2e;
}
.side-nav {
    position: relative;
}
.side .title {
    width: 250px;
    height: 250px;
    background: url(../../images/common/bg/side_bg.png);
    color: #FFFFFF;
    font-size: 33px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 80px 0 0 0;
    margin: 0 0 35px 0;
}
.side .title:before {
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    left: calc(50% - 20px);
    bottom: calc(50% - 35px);
    background: #D0BA89;
}
.side .title b {
    color: #324BA5;
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
    font-weight: 400;
}
.side .title p {
    color: #202020;
    font-size: 24px;
}
.side-nav > li {
    border-bottom: 1px solid #E6E6E6;
}
.side-nav li a {
    position: relative;
    display: block;
    line-height: 1.2;
}
.side-nav li a {
    display: block;
    transition: all .2s;
}
.side-nav > li > a {
    position: relative;
    font-size: 16px;
    color: #333333;
    background: #FFFFFF;
    padding: 15px 15px;
    font-weight: bold;
    transition: all .3s ease;
}
.side-nav > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: 18px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
    background: #FFF;
}
.side-nav > li > a:hover,
.side-nav > li.active > a {
    color: #FFF;
    background: #A97D20;
    padding-left: 32px;
}
.side-nav > li > a:hover:before,
.side-nav > li.active > a:before {
    opacity: 1;
}
.side-nav ul li a {
    padding: 11px 10px 10px 32px;
    background: #F3F3F3;
    font-size: 16px;
    color: #333333;
    transition: all .3s ease;
}
.side-nav ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    left: 36px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s ease;
    background: #FFF;
}
.side-nav ul li > a:hover:before,
.side-nav ul li.active > a:before {
    opacity: 1;
}
.side-nav ul {
    display: none;
}
.side-nav ul li.active > a,
.side-nav ul li a:hover {
    color: #fff;
    background: #324BA5;
    padding-left: 49px;
}
/*------------ / side ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    font-size: 0;
}
.pagination li {
    display: inline-block;
    vertical-align: bottom;
}
.pagination li a {
    display: block;
    min-width: 26px;
    width: 26px;
    line-height: 30px;
    margin: 0 4px;
    text-align: center;
    color: #C5B39E;
    background: transparent;
    border-radius: 50%;
    font-size: 15px;
    box-sizing: border-box;
    transition: all .3s ease;
    font-family: Arial, sans-serif;
    font-size: 15px;
    line-height: 25px;
}
.pagination li a:hover,
.pagination li.active a {
    color: #D19A52;
}
.pagination li a.controls {
    font-size: 18px;
    line-height: 25px;
    border: 1px solid #ECEAE3;
    width: 24px;
    height: 24px;
}
.pagination li a.controls:hover {
    background: #B33624;
}
.page-info {
    display: none;
}
.page-info .form-control {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
    border-radius: 0;
}
.page-info .form-control:focus {
    outline: none;
    border-color: #777777;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
/*-----reminder-----*/
.reminder {
    text-align: left;
    margin-bottom: 22px;
}
.reminder p {
    margin: 0;
    font-family: "Noto Sans TC", sans-serif;
    color: #777777;
    font-size: 18px;
}
.reminder b {
    color: #E51A6C;
    font-family: Arial, sans-serif;
    margin: 0 10px 0 5px;
}
/*-----qty-box-----*/
.qty-box{
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .less{
    left: 0;
}
.qty-box .add{
    right: 0;
}
.qty-box .form-control{
    position: relative;
    text-align: center;
    height: 30px;
    line-height: 28px;
    color: #777;
    background: #fff;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .form-control:focus{
    border-color: #fad038;
}
.qty-box .btn{
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 19px;
    color: #666;
    border: 1px solid #ddd;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover{
    border-color: #fad038;
    background: #eee;
}
.products-intro .pd-intro .btn-group .btn.addcart{
    background: #000;
    color: #fad038;
}
.products-intro .pd-intro .btn-group .btn.addcart:hover{
    color: #fff;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 90px;
    max-width: none;
    padding: 0 28px;
    margin-top: 0;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 25px;
    line-height: 25px;
    color: #333334;
    font-weight: bold;
    background: none;
    border: 0;
    border-bottom: 1px solid #ECEAE3;
    margin: 0;
    padding: 0px 5px;
    z-index: 1;
    border-radius: 0;
    font-size: 18px;
}
.qty-box .form-control:focus {
    border-color: #5C5C5C;
}
.qty-box .ibtn {
    width: 25px;
    height: 25px;
    background: url('../../images/common/btn_qty.png');
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .ibtn.add {
    background-position: 0 0;
}
.qty-box .ibtn.less {
    background-position: 100% 0;
}
.qty-box .ibtn.add:hover {
    background-position: 0 100%;
}
.qty-box .ibtn.less:hover {
    background-position: 100% 100%;
}
.qty-box .add {
    right: 0;
}
.qty-box .less {
    left: 0;
}
/*-----form-detail-----*/
.form-control {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 30px;
    color: #AAA394;
    border: 1px solid #E9E4DC;
    box-sizing: border-box;
    margin-bottom: 6px;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 0px;
    font-family: "Noto Sans TC", sans-serif;
}
.form-control::placeholder {
    color: #AAA394; 
    opacity: 1;
}
.form-control:focus {
    outline: none;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: 128px;
}
.form-box .form-group {
    padding: 5px 0 5px;
}
.form-box .control-label {
    box-sizing: border-box;
    color: #333333;
    padding: 0;
    display: inline-block;
    margin-bottom: 5px;
    min-height: 18px;
    padding-right: 25px;
    letter-spacing: 1px;
}
.form-box .form-group .static-control {
    margin: 0 0 0 15px;
    display: inline-block;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
    font-size: 16px;
}
.form-box .btn-group {
    margin: 27px 0 0 0;
}
.form-box-block .control-label,
.form-box-block .control-box {
    display: block;
    width: auto;
}
.form-box .form-group.captcha .form-control {
    background: #F4F2EE;
    color: #AAA394;
    padding-left: 15px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    letter-spacing: 2px;
    border-radius: 5px;
    border: 1px solid #EEECE6;
}
.display-inline{
    display: inline;
    margin-left: 20px;
}
.opacity0{
    opacity: 0;
}
/*-----form-static-control-----*/
.static-control {
    line-height: inherit;
    color: #33611D;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 35px 17px;
}
/*-----form-wrap-----*/
.form-wrap {
    box-sizing: border-box;
    position: relative;
    /* max-width: 835px; */
    margin: 0 auto;
    font-family: "Noto Sans TC", sans-serif;
}
.form-box {
    position: relative;
}
.form-box .row {
    margin: 0 -15px;
    display: flex;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 15px;
}
/*-----form-required-----*/
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: "*";
    width: 8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    margin: 0 10px 0 5px;
    color: #E51A6C;
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 18px;
}
/*----- captcha -----*/
.form-box .captcha .input-box {
    position: relative;
}
.form-box .captcha .form-control {
    max-width: 270px;
    display: inline-block;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}
.form-box .captcha a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #C89664;
    font-weight: bold;
    transition: transform .3s;
    margin: 0 0 0 5px;
}
.form-box .captcha a:hover i {
    color: #A57038;
}
/*----- name -----*/
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: -11px;
    bottom: 100%;
    margin: 0 0 5px;
    line-height: 1.6;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
/*----- address -----*/
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
/*----- tips -----*/
.form-box .tips {
    line-height: 1.5;
    margin-bottom: 6px;
    color: #7FA721;
    padding: 0 5px;
    font-size: 13px;
}
.form-box.type2 .tips {
    min-height: 0;
}
/*----- input-group -----*/
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
/*----- radio + checkbox -----*/
.form-radio {
    display: inline-block;
    position: relative;
    margin-right: 10px;
}
.form-checkbox {
    display: inline-block;
    position: relative;
    margin: 0px 10px 15px 0;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 150;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 15px;
    height: 15px;
    margin: 0 0 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%;
}
.input-style2{
    border: 0px solid #DDDDDD;
    border-radius: 0;
    border-bottom: 1px solid #DDDDDD;
}
.checkbox-box{
    margin-top: 5px;
}
/*-----success-box-----*/
.success-box {
    box-sizing: border-box;
    position: relative;
}
.success-box .msg {
    color: #444444;
    font-size: 30px;
    font-weight: 600;
}
.success-box .msg-detail {
    color: #999999;
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif;
    margin-bottom: 38px;
}
.success-box .btn-box {
    margin: 10px 0 0 0;
}
.success-box .warning-text{
    margin-top: 30px;
}
.success-box .warning-text .w-t1{
    color: #D19952;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 3px;
}
.success-box .warning-text .w-t1 span{
    color: #B23424;
}
.success-box .warning-text .w-t2{
    color: #999999;
    font-size: 18px;
    line-height: 1.6;
    font-family: "Noto Sans TC", sans-serif;
    margin-bottom: 5px;
}
.success-box .warning-text .w-t2 .w-color2{
    color: #D29279;
}
.success-box .warning-text .w-t3{
    font-family: "Noto Sans TC", sans-serif;
    color: #999999;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.success-box .warning-text .w-desk-break{
    display: block;
}
.success-box .notice-strong{
    font-weight: bold;
    color: #B23424;
}
.success-box .notice-pay-info{
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}
.success-box .notice-pay-info .pay-way{
    color: #B23424;
    padding-left: 5px;
    padding-right: 5px;
}
/*------------ / form ------------*/
/*------------ table ------------*/
.table-h td {
    padding: 10px 6px;
    line-height: 1.55;
    text-align: center;
    min-width: 76px;
    color: #847971;
    font-size: 13px;
}
.table-h .btn-holder {
    min-width: 30px;
    line-height: 1;
    text-align: center;
}
.table-h .btn-holder .close {
    width: 18px;
    height: 18px;
    background: #80A822;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}
.table-h .btn-holder .close:hover {
    background: #335F1D;
}
.table-h thead th {
    color: #666666;
    padding: 11px 6px 11px;
    white-space: nowrap;
    font-weight: normal;
    background: #F3F3F3;
    border-top: 1px solid #C5D79A;
    border-bottom: 1px solid #C5D79A;
}
.table-h tfoot tr {
    color: #555;
}
.table-h tbody tr {
    border-bottom: 1px dotted #C5D79A;
}
.table-h tfoot td {
    color: #000000;
    text-align: right;
    padding: 4px 0px;
    font-size: 14px;
    line-height: 1.7;
}
.table-h tfoot td:last-child {
    width: 11%;
    padding: 3px 0;
    min-width: auto;
}
.table-h tfoot td span {
    background: url('../../images/common/bg/line.png') repeat-x bottom;
    padding: 0 30px 7px;
}
.table-h tfoot tr:last-child td {
    color: #660000;
    font-weight: bold;
}
.table-h tfoot td:last-child span {
    display: block;
    padding: 0px 30px 5px;
}
.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.table-h .align-left {
    text-align: left;
    padding: 11px 35px 11px 15px;
    max-width: 120px;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table-h .pd-id {
    color: #666666;
    display: block;
    line-height: 1.7;
}
.table-h .pd-name {
    color: #000000;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    margin: 3px 0;
}
.table-h a:hover .pd-name {
    color: #5A2100;
}
.table-h a.pic {
    position: relative;
    overflow: hidden;
    transition: all .2s;
    -webkit-border-top-right-radius: 25px;
    -webkit-border-bottom-left-radius: 25px;
    -moz-border-radius-topright: 25px;
    -moz-border-radius-bottomleft: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
}
.table-h a.pic:hover {
    opacity: .7;
    transition: all .2s;
}
.table .ic-delete {
    color: #999999;
    font-size: 20px;
}
.table .ic-delete:hover {
    color: #BA7F5F;
}
/*-----table-v-----*/
.table-v {
    font-size: 14px;
}
.table-v th,
.table-v td {
    padding: 10px 20px 7px;
    vertical-align: middle;
}
.table-v tr + tr {
    border-top: 1px dotted rgb(128, 168, 34);
}
.table-v th {
    text-align: left;
    position: relative;
    color: #666666;
    font-weight: normal;
    width: 175px;
    padding: 13px 15px 13px 50px;
}
.table-v strong {
    color: #33611D;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
.fancybox-skin,
.fancybox-inner {
    border-radius: 40px;
    overflow: hidden;
}
.lightbox-wrapper  {
    background: #FFF;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 20px;
    box-sizing: border-box;
}
.fancybox-inner {
    background: #FFF;
}
.fancybox-login-style .fancybox-inner {
    height: 594px !important;
}
.lightbox-wrapper:before  {
    content: "";
    width: 720px;
    height: 256px;
    background: #E9E4DC;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 360px);
    top: -100px;
    z-index: -1;
}
.lightbox-wrapper .lightbox-top-logo{
    width: 291px;
    height: 85px;
    margin: 14px auto 63px;
    padding-right: 25px;
}
.lightbox-wrapper .form-box{
    margin: 0 auto;
}
.lightbox-wrapper .lightbox-title{
    text-align: center;
    color: #444444;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.5;
    margin-bottom: 20px;
    display: block;
}
.lightbox-wrapper .lightbox-title span{
    position: relative;
}
.lightbox-wrapper .lightbox-title span:before{
    font-family: 'icon-font' !important;
    content: "\cc903";
    font-size: 27px;
    color: #DDAC99;
    position: absolute;
    left: -50px;
    top: 4px;
    font-weight: 100;
}
.lightbox-wrapper .lightbox-title span:after{
    font-family: 'icon-font' !important;
    content: "\cc903";
    font-size: 27px;
    color: #DDAC99;
    position: absolute;
    right: -50px;
    top: 4px;
    font-weight: 100;
}
.lightbox-wrapper .form-box{
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.lightbox-wrapper .form-box .form-group {
    padding: 0;
}
.lightbox-wrapper .form-box .form-group + .form-group{
    padding-top: 10px;
}
.lightbox-wrapper .form-control{
    border-radius: 5px;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif;
    padding-left: 65px;
    letter-spacing: 2px;
}
.lightbox-wrapper .control-box:before{
    content: "";
    width: 47px;
    height: 47px;
    background: #E9E4DC;
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.lightbox-wrapper .form-group.member-icon .control-box:after{
    font-family: 'icon-font' !important;
    content: "\cc902";
    position: absolute;
    left: 14px;
    top: 8px;
    font-size: 19px;
    font-weight: 400;
    transition: all .3s ease;
    color: #ACA599;
}
.lightbox-wrapper .form-group.password-icon .control-box:after{
    font-family: 'icon-font' !important;
    content: "\cc909";
    position: absolute;
    left: 16px;
    top: 6px;
    font-size: 20px;
    font-weight: 400;
    transition: all .3s ease;
    color: #ACA599;
}
.lightbox-wrapper .form-group.password-icon .form-control {
    padding-right: 45px;
}
.lightbox-wrapper .lock-pic{
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 8px;
}
.lightbox-wrapper .lock-pic:before{
    font-family: 'icon-font' !important;
    content: "\cc911";
    position: relative;
    font-size: 24px;
    font-weight: 400;
    transition: all .3s ease;
    color: #E9E4DC;
    line-height: 27px;
}
.lightbox-wrapper .lock-show .lock-pic:before{
    font-family: 'icon-font' !important;
    content: "\cc910";
    position: relative;
    font-size: 24px;
    font-weight: 400;
    transition: all .3s ease;
    color: #E9E4DC;
    line-height: 27px;
}
.lightbox-wrapper .form-group.captcha .control-box:before{
    display: none;
}
.lightbox-wrapper .form-group.captcha .form-control{
    background: #F7F5F2;
    color: #AAA394;
    padding-left: 15px;
    border: 0;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    letter-spacing: 2px;
}
.lightbox-wrapper .middle-box{
    max-width: 500px;
    margin: 16px auto 37px;
}
.lightbox-wrapper .middle-box .middle-info{
    color: #BEB8AD;
    font-size: 16px;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 3px;
}
.link-underline{
    color: #DDAC99;
    text-decoration: underline;
    transition: all .3s ease;
}
.link-underline:hover{
    opacity: 0.7;
}
.lightbox-wrapper .bottom-box{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
.lightbox-wrapper .login-btn{
    width: calc(50% - 10px);
    border-radius: 15px;
    background: #ACA599;
    font-size: 18px;
    font-weight: 600;
    font-family: "Noto Sans TC", sans-serif;
    text-align: center;
    color: #FFF;
    height: 46px;
    line-height: 46px;
    transition: all .3s ease;
}
.lightbox-wrapper .login-btn:hover{
    background: #DBB27B;
}
.lightbox-wrapper .google-login{
    width: calc(50% - 15px);
    border-radius: 15px;
    background: #4285F4;
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans TC", sans-serif;
    text-align: center;
    color: #FFF;
    height: 46px;
    transition: all .3s ease;
    position: relative;
    box-sizing: border-box;
    padding-left: 22px;
}
.lightbox-wrapper .google-login:hover{
    opacity: 0.8;
}
.lightbox-wrapper .google-login .gsi-material-button {
    background-color: WHITE;
    background-image: none;
    border-radius: 20px;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 37px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    text-align: center;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: 37px;
    max-width: 37px;
    min-width: min-content;
    padding: 5px;
    position: absolute;
    left: 4px;
    top: 4px;
}
.lightbox-wrapper .google-login .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
    margin: 0;
    padding: 9px;
}
.fancybox-close {
    position: absolute;
    top: 25px;
    right: 22px;
    width: 36px;
    height: 36px;
    background: #A49580;
    border-radius: 50%;
    transition: all .3s ease;
}
.fancybox-close:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    transition: all .3s ease;
    background: url(../../images/common/x-icon.svg);
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
}
.fancybox-close:hover {
    background: #DBB27B;
}
/*------------ / lightbox ------------*/
/*------------ mobile_menu ------------*/
.mmenu-show #mobile-fixed li {
    background: #000;
}
.mmenu-show #mobile-search {
    background: #ddd;
}
/* 手機版主選單樣式2 start */
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2{
    background: rgba(0,0,0,0.8);
}
/* 手機版主選單樣式2 end */
.mmenu-show #member-box li a {
    background: #E6CF93;
    color: #7F6A57;
    font-size: 15px;
    transition: all .3s ease;
    font-family: "Noto Sans TC", sans-serif;
}
.mmenu-show #member-box li a:hover {
    color:#B23424;
}
.mmenu-show #mobile-fixed ul {
    border-bottom-color: #8C7D72;
}
.mmenu-show #mobile-search .search-box i {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
}
.mmenu-show #member-box li {
    border-bottom: 1px solid #F5EED1;
}
.mmenu-show #mobile-menu .language-menu {
    background: #000;
}
.mmenu-show #mobile-menu .share-menu {
    border-top: 0;
    text-align: center;
}
.mmenu-show #mobile-menu .share-menu li {
    border: 0;
    margin: 0;
}
.mmenu-show #mobile-menu .menu ul li a {
    background: #FFFFFF;
    color: #999;
}
.mmenu-show #mobile-menu .menu li a {
    border-bottom: 1px dashed #959586;
    color: #000;
}
.mmenu-show #mobile-fixed .qty {
    background: #941203;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #7FA721;
    font-weight: bold;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-menu .language {
    display: block;
    position: relative;
    padding: 8px 0px 0 10px;
    text-align: left;
    margin: 0;
    width: auto;
}
.mmenu-show #mobile-menu .menu ul ul li a {
    padding: 10px 30px 10px 55px;
    background: rgba(255, 255, 255, 0.5);
    border-bottom: 1px dashed #959586;
}
.mmenu-show #mobile-menu .language-menu .language ul {
    display: block;
    background: none;
    border: 0;
    width: auto;
    margin: 0;
    left: 20px;
}
.mmenu-show #mobile-menu .language ul li a {
    background: none;
    line-height: 1;
    display: inline-block;
}
.mmenu-show #mobile-menu .language li + li a {
    border: 0;
}
.mmenu-show #mobile-menu .language ul li+li:before {
    content: '| ';
    color: #D6D6D6;
}
.mmenu-show #mobile-menu .share {
    float: none;
    margin: 10px 0;
    padding: 0;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
    background: url(../../images/common/mobile_search_btn.png) 50% 50%  no-repeat;
    background-size: contain;
}
.mmenu-show #mobile-menu .language ul li + li{
    border:none;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
}
/* 手機版主選單樣式2 start */
.mmenu-show .wrapper {
    padding-top: 60px;
}
.mmenu-show .site-header {
    position: relative;
    z-index: unset;
    padding: 0;
}
.mmenu-show.mmenu-open .wrapper {
    left: 0;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon span{
    background: #202020;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:before{
    background: #202020;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon:after{
    background: #202020;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li{
    background: #F8EFE4;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:last-of-type{
    color: #202020;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon{
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon:before,
.mmenu-show #mobile-menu.mobile-menu-type2 .toggle-mmenu-close .mmenu-icon:after{
    background: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar {
    width: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-track {
    margin: 0 5px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,.1);
    margin: 0 5px;
    border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu::-webkit-scrollbar-thumb {
    background: #c8c8c8;
    border-radius: 6px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu {
    background: #FFFFFF;
    top: 75px;
    font-size: 13px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language-menu ul li{
    color: #999;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a {
    transition: all 0.3s ease;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .language ul li a:hover{
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu {
    background: #FFFFFF;
    margin: 0 5px 0 0;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu > li{
    border-bottom: 1px solid #eee;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a {
    border-bottom: 0;
    color: #000;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a {
    background: #F8EFE4;
    color: #666;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.active > a {
    color: #D19B52;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li a:hover, 
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul li.active > a {
    color: #D19B52;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu li.has-child > .toggle-submenu{
    color: #ccc;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
	border-bottom: 1px solid #EEEEEE;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .menu ul {
    background: #F8EFE4;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn{
    background: #F8EFE4;
    color: #3a3a3a;
    border-radius: 50%;
    line-height: 29px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share .btn:hover{
    opacity: 0.7;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .share-menu {
    padding: 20px 0 10px;
    background: #fff;
    border-top-color: transparent;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control {
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .form-control::-webkit-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control::-moz-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control:-ms-input-placeholder,
.mmenu-show #mobile-search.mobile-search-type2 .form-control:-moz-placeholder {
    color: #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box:after {
    font-size: 23px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    right: 45px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
    z-index: 18;
    line-height: 105px;
    text-align: center;
    font-size: 12px;
    transition: .2s ease-out;
}
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close:before,
.mmenu-show #mobile-search.mobile-search-type2 .search-box .mmenu-search-close:after{
    background: #fff;
}
.mmenu-show #mobile-search.mobile-search-type2 .ibtn.search{
    background-size: unset;
}
.mmenu-show #mobile-menu.mobile-fixed-type2 .language-menu .language ul {
    position: relative;
    left: unset;
}
.mmenu-show #mobile-menu.mobile-menu-type2 {
    left: unset;
    right: 0;
    transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%,0,0);
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 a, 
.mmenu-show #mobile-fixed.mobile-fixed-type2 span {
    color: #3a3a3a;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li,
.mmenu-show #mobile-fixed.mobile-fixed-type2 a{
    width: 40px;
    line-height: 56px;
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:last-of-type {
    color: #202020;
    width: 60px;
    background: rgba(255, 255, 255, 0.7);
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .qty{
    line-height: 20px;
    height: auto;
    color: #FBE31B;
    position: absolute;
    font-family: "Times New Roman", Times, serif;
    top: 9px;
    font-weight: bold;
    font-size: 15px;
    padding: 0px 5px;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
/* 選單按鈕 */
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon {
    width: 20px;
    left: calc(50% - 10px);
    top: calc(50% - 7px);
}
.mmenu-show #mobile-fixed.mobile-fixed-type2 .mmenu-line-icon span {
    width: 20px;
}
/* 搜尋按鈕 */
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:first-of-type{
    left: unset;
    right: 154px;
    font-size: 23px;
}
/* 會員按鈕 */
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:nth-of-type(2) {
    right: 115px;
    font-size: 17px;
}
.mmenu-show #mobile-fixed li i.ic.ic-m-member:before {
    font-family: 'icon-font' !important;
    content: "\cc902";
}
/* 購物車按鈕 */
.mmenu-show #mobile-fixed.mobile-fixed-type2 li:nth-of-type(3) {
    right: 75px;
    font-size: 19px;
}
.mmenu-show #mobile-fixed li i.ic.ic-m-cart:before {
    font-family: 'icon-font' !important;
    content: "\cc901";
}
.mmenu-show #member-box, .mmenu-show #language-box{
    top: 60px;
}
.mmenu-show #mobile-menu.mobile-menu-type2 .main-menu {
    bottom: 60px;
}
/* 手機版選單改樣式2 end */
.date-search{
    width: 360px;
    position: fixed;
    top: 50%;
    left: -295px;
    transform: translateY(-50%);
    z-index: 400;
    transition: all .6s ease;
}
.date-search.active{
    left: 0;
}
.date-search .search-main{
    width: 295px;
    background: #F5F4F2;
    box-sizing: border-box;
    padding: 20px 15px 20px 15px;
    border-bottom-right-radius: 20px;
    z-index: 1;
    position: relative;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.date-search .search-input{
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}
.date-search .search-input label{
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.date-search .search-input input{
    background: #FFF;
    height: 44px;
    border-radius: 10px;
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif;
}
.date-search .search-input:before {
    content: "";
    background: #B33624;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 7px;
    top: 45px;
    border-radius: 7px;
    z-index: 0;
    transition: all .3s ease;
}
.date-search .search-input:after {
    font-family: 'icon-font' !important;
    content: "\e901";
    position: absolute;
    right: 12px;
    top: 42px;
    font-size: 22px;
    color: #fff;
    z-index: 0;
}
.date-search .search-input .ibtn.search{
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    right: 7px;
    top: 45px;
    border-radius: 7px;
    background: transparent;
    z-index: 1;
}
.date-search .search-input:hover:before {
    background: #D19B52;
}
.date-search .output-title{
    color: #999999;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.date-search .output-list{
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}
.output-list .box{
    margin-bottom: 10px;
}
.output-list .row{
    display: flex;
}
.output-list .col:nth-child(1) .name{
    color: #999999;
    font-size: 16px;
    font-family: "Noto Sans TC", sans-serif;
    width: 50px;
    white-space: nowrap;
    letter-spacing: 0px;
}
.output-list .col:nth-child(2){
    width: calc(100% - 50px);
    padding-left: 5px;
    box-sizing: border-box;
}
.output-list .date1,
.output-list .date2{
    display: flex;
}
.output-list .date1 span:nth-child(1),
.output-list .date2 span:nth-child(1){
    background: #C6C6C6;
    color: #FFF;
    width: 27px;
    min-width: 27px;
    max-width: 27px;
    height: 27px;
    min-height: 27px;
    max-height: 27px;
    display: block;
    line-height: 23px;
    border-radius: 3px;
    margin-right: 5px;
    text-align: center;
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 300;
    transition: all .3s ease;
}
.output-list.active .date1 span:nth-child(1),
.output-list.active .date2 span:nth-child(1){
    background: #D19B52;
}
.output-list .date1 span:nth-child(2),
.output-list .date2 span:nth-child(2){
    font-size: 17px;
    color: #C5C5C5;
    display: block;
    letter-spacing: 1px;
    font-weight: 400;
    white-space: nowrap;
    transition: all .3s ease;
}
.output-list.active .date1 span:nth-child(2),
.output-list.active .date2 span:nth-child(2){
    color: #444444;
}
.output-list .date1{
    margin-bottom: 0;
}
.output-list .date2 span:nth-child(1){
    background: #C6C6C6;
}
.output-list.active .date2 span:nth-child(1){
    background: #B33624;
}
.date-search .search-main-btn{
    position: absolute;
    right: 0;
    top: 0;
    transition: all .6s ease;
}
.date-search .search-main-btn-1{
    width: 65px;
    height: 265px;
    box-sizing: border-box;
    position: relative;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background: #333333;
    color: #FFF;
    font-size: 28px;
    font-weight: 900;
    text-align: center;
    line-height: 65px;
    letter-spacing: 3px;
    padding-top: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all .6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    cursor: pointer;
}
.date-search .search-main-btn-1 span{
    color: #C9B8AC;
    transition: all .6s ease;
}
.date-search .search-main-btn-1:before{
    font-family: 'icon-font' !important;
    content: "\cc903";
    font-size: 26px;
    color: #B85032;
    position: absolute;
    left: 16px;
    top: 16px;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    font-weight: 400;
    line-height: 23px;
    transition: all .3s ease;
}
.date-search .search-main-btn-1:hover{
    background: #FFC926;
    color: #333333;
}
.date-search .search-main-btn-1:hover span {
    color: #B85132;
}
.date-search .search-other-btn{
    position: absolute;
    right: 0;
    bottom: 40px;
    pointer-events: none;
}
.date-search.active .search-other-btn{
    pointer-events: auto;
}
.date-search .search-main-btn-2{
    width: 65px;
    height: 220px;
    box-sizing: border-box;
    position: relative;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    background: #FFC926;
    color: #333333;
    font-size: 24px;
    font-weight: 900;
    text-align: center;
    line-height: 65px;
    letter-spacing: 1px;
    padding-top: 30px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all .6s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    opacity: 0;
    position: relative;
    left: -65px;
}
.date-search.active .search-main-btn-2{
    opacity: 1;
    left: 0;
}
.date-search .search-main-btn-2 span{
    color: #B85132;
    font-size: 18px;
    transition: all .3s ease;
}
.date-search .search-main-btn-2:before{
    font-family: 'icon-font' !important;
    content: "\cc903";
    font-size: 26px;
    color: #B85032;
    position: absolute;
    left: 16px;
    top: 16px;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    font-weight: 400;
    line-height: 23px;
    transition: all .3s ease;
}
.date-search .search-main-btn-2:hover{
    background: #333333;
    color: #FFF;
}
.date-search .search-main-btn-2:hover span{
    color: #C9B8AC;
}
.date-search .date-close{
    display: none;
}
/*------------ / mobile_menu ------------*/
.order-list{
    margin-bottom: 30px;
    background: #FFF;
    position: relative;
}
.order-list .top-title{
    display: flex;
    background: #F5F4F2;
    border-top: 1px solid #EAE8E4;
    border-bottom: 1px solid #EAE8E4;
    padding-top: 6px;
    padding-bottom: 6px;
}
.order-list .top-title div:nth-child(1){
    width: calc(100% - 340px);
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-family: "Noto Sans TC", sans-serif;
}
.order-list .top-title div:nth-child(2){
    width: 340px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;  
    text-align: center;
    font-family: "Noto Sans TC", sans-serif;
}
.order-list .order-box{
    display: flex;
    border-bottom: 1px solid #F4F3F1;
    margin-bottom: 0;
    padding: 0;
    box-sizing: border-box;
}
.order-list .order-box:nth-last-child(1){
    margin-bottom: 30px;
    border-bottom: 0px solid #F4F3F1;
}
.order-list .col:nth-child(1){
    width: calc(100% - 340px);
    box-sizing: border-box;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px dashed #DDDAD5;
}
.order-list .col:nth-child(2){
    width: 340px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-list .order-title {
    padding: 15px 10px 10px;
    border-bottom: 1px dashed #E6E3DF;
    margin-bottom: 10px;
    padding-bottom: 8px;
    display: flex;
    align-items: start;
}
.order-list .order-title .num{
    color: #978C7F;
    background: #ECEAE3;
    font-size: 24px;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    margin-right: 10px;
    padding: 3px 9px;
    line-height: 24px;
    margin-top: 2px;
}
.order-list .order-title .title{
    color: #333333;
    font-size: 20px;
    font-family: "Noto Sans TC", sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}
.order-list .om-top,
.order-list .om-bottom{
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Noto Sans TC", sans-serif;
}
.order-list .om-middle{
    background: #F5F4F2;
    padding: 10px 20px;
    display: flex;
    color: #4C4C4C;
    font-size: 15px;
    font-family: "Noto Sans TC", sans-serif;
    margin-bottom: 10px;
}
.order-list .om-top,
.order-list .om-bottom{
    margin-bottom: 10px;
}
.order-list .om-col:nth-child(1){
    width: 40%;
    box-sizing: border-box;
    padding-right: 15px;
    border-right: 1px dashed #DDDAD5;
}
.order-list .om-col:nth-child(2){
    width: 60%;
    box-sizing: border-box;
    padding-left: 15px;
}
.order-list .right-txt{
    color: #D19952;
    font-size: 24px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}
.omsub-row{
    display: flex;
}
.omsub-row .omsub-col:nth-child(1){
    width: 50px;
    box-sizing: border-box;
}
.omsub-row .omsub-col:nth-child(2){
    width: calc(100% - 50px);
    box-sizing: border-box;
    padding-left: 5px;
}
.omsub-row .omsub-col:nth-child(2) > div {
    display: inline-block;
}
.omsub-row .omsub-col:nth-child(2) > div + div{
    margin-left: 8px; 
}
.order-list .om-icon{
    color: #FFF;
    font-size: 13px;
    background: #D19B52;
    border-radius: 5px;
    padding: 0px 3px 2px;
    line-height: 1;
    margin-right: 4px;
}
.order-list .om-icon.red{
    background: #941203;
}
.order-list .order-toggle{
    text-align: center;
    color: #7B7B7B;
    font-size: 18px;
    font-family: "Noto Sans TC", sans-serif;
    letter-spacing: 8px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    z-index: 0;
    transition: all .3s ease;
    cursor: pointer;
}
.order-list .order-toggle:before{
    content: "";
    width: 600px;
    height: 1px;
    border-bottom: 1px dashed #E6E3DF;
    position: absolute;
    left: calc(50% - 300px);
    bottom: 37px;
    z-index: -1;
}
.order-list .order-toggle:after{
    content: "";
    width: 150px;
    height: 40px;
    background: #FFF;
    position: absolute;
    left: calc(50% - 75px);
    top: 20px;
    z-index: -1;
}
.order-toggle-btn-1,
.order-toggle-btn-2{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #978C7F;
    position: absolute;
    font-size: 0;
    transition: all .3s ease;
    z-index: 1;
}
.order-toggle-btn-1:hover,
.order-toggle-btn-2:hover{
    background: #D19B52;
}
.order-toggle-btn-1:before,
.order-toggle-btn-2:before{
    font-family: 'icon-font' !important;
    content: "\f107";
    font-size: 21px;
    color: #FFF;
    position: absolute;
    left: 6px;
    top: -5px;
}
.order-toggle-btn-1{
    right: 12px;
    top: 9px;
}
.order-toggle-btn-2{
    left: calc(50% - 15px);
    bottom: -11px;
}
.order-outer{
    display: none;
}
.order-list.active .order-toggle-btn-1,
.order-list.active .order-toggle-btn-2{
    transform: rotate(180deg);
}
.order-list.active .order-toggle{
    height: 0;
    overflow: hidden;
    padding: 0;
    transition-delay: 0.2s;
}
/*------------ flatpickr ------------*/

.flatpickr-calendar{
    font-family: "Noto Sans TC", sans-serif;
}
.flatpickr-day{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.flatpickr-day{
    height: 45px;
}
.lunar-main{
    font-size: 14px;
    line-height: 20px;
    height: 13px;
    margin-bottom: 0px;
    margin-top: 3px;
}
.lunar-text{
    font-size: 12px;
    line-height: 20px;
    height: 13px;
    color: #9b9b9b;
    margin-top: 3px;
    margin-bottom: 12px;
}
.flatpickr-day.nextMonthDay .lunar-text,
.flatpickr-day.prevMonthDay .lunar-text{
    color: rgba(57, 57, 57, 0.3);
}
.flatpickr-day.today {
    border: 0;
}
.flatpickr-day.inRange, 
.flatpickr-day.prevMonthDay.inRange, 
.flatpickr-day.nextMonthDay.inRange, 
.flatpickr-day.today.inRange, 
.flatpickr-day.prevMonthDay.today.inRange, 
.flatpickr-day.nextMonthDay.today.inRange, 
.flatpickr-day:hover, 
.flatpickr-day.prevMonthDay:hover, 
.flatpickr-day.nextMonthDay:hover, 
.flatpickr-day:focus, 
.flatpickr-day.prevMonthDay:focus, 
.flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
    border-radius: 10px;
}
.flatpickr-day.selected, 
.flatpickr-day.startRange, 
.flatpickr-day.endRange, 
.flatpickr-day.selected.inRange, 
.flatpickr-day.startRange.inRange, 
.flatpickr-day.endRange.inRange, 
.flatpickr-day.selected:focus, 
.flatpickr-day.startRange:focus, 
.flatpickr-day.endRange:focus, 
.flatpickr-day.selected:hover, 
.flatpickr-day.startRange:hover, 
.flatpickr-day.endRange:hover, 
.flatpickr-day.selected.prevMonthDay, 
.flatpickr-day.startRange.prevMonthDay, 
.flatpickr-day.endRange.prevMonthDay, 
.flatpickr-day.selected.nextMonthDay, 
.flatpickr-day.startRange.nextMonthDay, 
.flatpickr-day.endRange.nextMonthDay{
    border-radius: 10px;
}
.flatpickr-day.selected .lunar-text, 
.flatpickr-day.startRange .lunar-text, 
.flatpickr-day.endRange .lunar-text, 
.flatpickr-day.selected.inRange .lunar-text, 
.flatpickr-day.startRange.inRange .lunar-text, 
.flatpickr-day.endRange.inRange .lunar-text, 
.flatpickr-day.selected:focus .lunar-text, 
.flatpickr-day.startRange:focus .lunar-text, 
.flatpickr-day.endRange:focus .lunar-text, 
.flatpickr-day.selected:hover .lunar-text, 
.flatpickr-day.startRange:hover .lunar-text, 
.flatpickr-day.endRange:hover .lunar-text, 
.flatpickr-day.selected.prevMonthDay .lunar-text, 
.flatpickr-day.startRange.prevMonthDay .lunar-text, 
.flatpickr-day.endRange.prevMonthDay .lunar-text, 
.flatpickr-day.selected.nextMonthDay .lunar-text, 
.flatpickr-day.startRange.nextMonthDay .lunar-text, 
.flatpickr-day.endRange.nextMonthDay .lunar-text{
    color: #FFF;
}
.flatpickr-day.today {
    border-color: #efefef;
    background: #efefef;
    border-radius: 10px;
}
.flatpickr-day.selected, 
.flatpickr-day.startRange, 
.flatpickr-day.endRange, 
.flatpickr-day.selected.inRange, 
.flatpickr-day.startRange.inRange, 
.flatpickr-day.endRange.inRange, 
.flatpickr-day.selected:focus, 
.flatpickr-day.startRange:focus, 
.flatpickr-day.endRange:focus, 
.flatpickr-day.selected:hover, 
.flatpickr-day.startRange:hover, 
.flatpickr-day.endRange:hover, 
.flatpickr-day.selected.prevMonthDay, 
.flatpickr-day.startRange.prevMonthDay, 
.flatpickr-day.endRange.prevMonthDay, 
.flatpickr-day.selected.nextMonthDay, 
.flatpickr-day.startRange.nextMonthDay, 
.flatpickr-day.endRange.nextMonthDay {
    background: #D19B52;
    border-color: #D19B52;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    background: #e6e6e6;
    border-color: #e6e6e6;
    color: #393939;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
    font-size: 16px;
}
.flatpickr-current-month input.cur-year{
    font-size: 16px;
}
.flatpickr-innerContainer{
    padding-bottom: 5px;
}
.flatpickr-day.flatpickr-disabled, 
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.flatpickr-disabled .lunar-main, 
.flatpickr-day.flatpickr-disabled .lunar-text, 
.flatpickr-day.flatpickr-disabled:hover .lunar-main,
.flatpickr-day.flatpickr-disabled:hover .lunar-main,
.flatpickr-day.flatpickr-disabled:hover .lunar-text,
.flatpickr-day.flatpickr-disabled:hover .lunar-text {
    color: rgba(57, 57, 57, 0.1);
}
@media (max-height: 768px) {
    .date-search .search-other-btn {
        bottom: 0;
    }
    .date-search .search-main {
        border-bottom-right-radius: 0;
    }
    .date-search .search-main-btn-2 {
        -webkit-writing-mode: initial;
        writing-mode: initial;
        line-height: 23px;
        font-size: 18px;
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        height: 110px;
        padding-top: 15px;
    }
    .date-search .search-main-btn-2 span {
        font-size: 15px;
        letter-spacing: 0px;
        white-space: nowrap;
    }
    .date-search .search-main-btn-2:before {
        font-size: 16px;
        line-height: 16px;
        left: 21px;
        top: 9px;
    }
}
@media screen and (max-width: 1800px) {
    .gotop {
        right: 50px;
        bottom: 100px;
    }
    .fixed-btn {
        right: 15px;
        bottom: 15px;
    }
}
@media screen and (max-width: 1600px) {
    .date-search .search-main-btn {
        top: 146px;
    }
    .date-search.active .search-main-btn {
        top: 0;
    }
    .gotop {
        right: unset;
        left: calc(50% - 19.5px);
        bottom: 10px;
        height: 72px;
        padding-top: 48px !important;
    }
    .gotop:before {
        height: 40px;
    }
    .gotop:after {
        height: 10px;
    }
    .gotop:hover:before {
        height: 14px;
    }
}
@media screen and (max-width: 1500px) {
    .site-nav .menu {
        margin-right: 170px;
    }
    .site-footer .footer-top .f-page-sub-pic {
        left: 20px;
    }
    .site-footer .site-info:before {
        left: 15px;
    }
    .site-footer .site-info {
        padding-left: 200px;
    }
    .site-map .list-v li + li {
        margin-left: 5px;
    }
    .site-map .list-v li {
        padding-left: 10px;
    }
}
@media screen and (max-width: 1440px) {
    .site-nav .menu > li > a {
        padding-left: 18px;
        padding-right: 18px;
    }
    /*------------ site-main 1440 ------------*/
    /*------------ / site-main 1440 ------------*/
    .site-footer .site-map {
        width: 484px;
    }
    .site-footer .site-info {
        width: calc(100% - 484px);
    }
}
@media screen and (max-width: 1280px) {
    /*------------ site-header 1280 ------------*/
    .header-fixed .site-nav .menu > li > a {
        padding-left: 12px;
        padding-right: 12px;
    }
    /*------------ / site-header 1280 ------------*/
    /*------------ side 1280 ------------*/
    .has-side .content {
        width: calc(100% - 270px);
        padding: 0 0 0 25px;
    }
    /*------------ / side 1280 ------------*/
    /*------------ site-main 1280 ------------*/
    /*------------ / site-main 1280 ------------*/
    .site-footer .footer-top .f-page-sub-pic {
        width: 320px;
        left: 20px;
    }
}
@media screen and (max-width: 1100px) {
    .date-search {
        width: 320px;
        height: 100lvh;
        top: 0;
        transform: translateY(0);
        z-index: 400;
        left: -320px;
        z-index: 602;
    }
    .date-search .search-main {
        width: 265px;
        height: 100lvh;
    }
    .date-search .search-main-btn,
    .date-search.active .search-main-btn {
        top: 20px;
    }
    .date-search .search-main-btn-1 {
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px;
        width: 55px;
        height: 151px;
        line-height: 20px;
        letter-spacing: 2px;
        position: relative;
        left: -65px;
        -webkit-writing-mode: initial;
        writing-mode: initial;
        flex-direction: column;
        height: 110px;
    }
    .date-search .search-main-btn-1:before {
        font-size: 16px;
        line-height: 16px;
        left: 15px;
        top: 13px;
    }
    .date-search.active .search-main-btn-1 {
        left: 0;
    }
    .date-search .search-main-btn-2 {
        line-height: 20px;
        font-size: 15px;
        width: 55px;      
        line-height: 20px;
        font-size: 15px;
        padding-left: 8px;
        padding-right: 8px;
        width: 55px;
        -webkit-writing-mode: initial;
        writing-mode: initial;
        flex-direction: column;
        height: 110px;
        padding-top: 15px;
    }
    .date-search .search-main-btn-2:before {
        left: 15px;
        top: 13px;
        font-size: 16px;
        line-height: 16px;
    }
    .date-search .search-main-btn-2 span {
        font-size: 15px;
        letter-spacing: 0px;
        white-space: nowrap;
    }
    .date-search .search-other-btn {
        bottom: 20px;
    }
    .date-search .search-input label {
        font-size: 16px;
    }
    .date-search .output-title {
        font-size: 16px;
    }
    .output-list .col:nth-child(1) .name {
        font-size: 15px;
        width: 53px;
    }
    .output-list .date1 span:nth-child(2), 
    .output-list .date2 span:nth-child(2) {
        font-size: 15px;  
        letter-spacing: 0px;
    }
    .output-list .date1 span:nth-child(1), 
    .output-list .date2 span:nth-child(1) {
        width: 24px;
        min-width: 24px;
        max-width: 24px;
        height: 24px;
        min-height: 24px;
        max-height: 24px;
        line-height: 22px;
        margin-right: 4px;
        font-size: 15px;
    }
    .date-search .search-input input {
        height: 35px;
        font-size: 15px;
    }
    .date-search .search-input:before {
        width: 26px;
        height: 26px;
        right: 5px;
        top: 37px;
    }
    .date-search .search-input .ibtn.search {
        width: 26px;
        height: 26px;
        right: 5px;
        top: 37px;
    }
    .date-search .search-input:after {
        right: 9px;
        top: 35px;
        font-size: 18px;
    }
    .date-search .output-list {
        max-height: calc(100vh - 140px);
    }
    .date-search-cover{
        position: fixed;
        z-index: 601;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
        display: none; 
    }
    .mmenu-show.date-show .date-search-cover {
        display: block;
    }
    .date-search .date-close{
        display: block;
        position: absolute;
        width: 35px;
        height: 35px;
        cursor: pointer;
        right: 62px;
        top: 4px;
        z-index: 18;
        line-height: 105px;
        text-align: center;
        color: #666;
        font-size: 0;
    }
    .date-search .date-close:before{
        content: "";
        height: 1px;
        left: 50%;
        transform: translate3d(-50%, -50%, 0) rotate(45deg);
        position: absolute;
        top: 50%;
        width: 25px;
        transform: translate3d(-50%, -50%, 0) rotate(-45deg);
        background: #666;
    }
    .date-search .date-close:after{
        content: "";
        height: 1px;
        left: 50%;
        transform: translate3d(-50%, -50%, 0) rotate(45deg);
        position: absolute;
        top: 50%;
        width: 25px;
        background: #666;
    }
    /*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
        border-left: solid 1px transparent;
        border-right: solid 1px transparent;
        border-bottom: solid 1px transparent;
    }
    .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;
    }
    /*--- END隱私權手機板 ---*/
    /*------------ site-header 1100 ------------*/
    .top-nav,
    .site-nav,
    .site-nav .menu,
    .share {
        display: none;
    }
    .site-header {
        padding: 10px 0 0;
    }
    /*------------ banner 1100 ------------*/
    /*------------ / banner 1100 ------------*/
    /*------------ side 1100 ------------*/
    .side{
        display: none;
    }
    .has-side .content {
        padding: 0;
        border: 0;
        position: relative;
        width: auto;
        float: none;
    }
    /*------------ site-main 1100 ------------*/
    .main-content {
        /* margin:20px 25px 250px; */
        padding-bottom: 150px;
    }
    .main-content .container {
        display: block;
    }
    .main-top {
        margin: 0px 0 15px;
        text-align: center;
        padding-top: 0;
        padding-bottom: 0;
    }
    .content.has-radius-border-1 .main-top {
        background: transparent;
        border-bottom: 1px solid #ECEAE3;
        margin-bottom: 22px;
        padding-bottom: 22px;
        padding-left: 0;
        padding-right: 0;
    }
    .content {
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }
    .content.has-radius-border-1 {
        border: 1px solid transparent;
        border-radius: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .content.has-radius-border-1 .radius-border-content-1 {
        padding: 0;
    }
    .main-title {
        float: none;
        padding-left: 0;
        padding-top: 30px;
        font-size: 26px;
    }
    .main-title:before {
        left: calc(50% - 14.5px);
        top: 0;
    }
    .breadcrumb{
        float: none;
        margin-top: 3px;
        font-size: 14px;
    }
    .content.has-radius-border-1 .main-top .breadcrumb {
        margin-top: 3px;
        margin-right: 0;
    }
    .content.has-radius-border-2 {
        padding-top: 163px;
        padding-left: 0;
        padding-bottom: 0;
        z-index: 0;
        border-width: 0px;
        border-radius: 0;
        text-align: center;
    }
    .success-box .btn-box {
        text-align: center;
    }
    .content.has-radius-border-2:after {
        display: none;
    }
    .content.has-radius-border-2:before {
        width: 100px;
        height: 136px;
        left: calc(50% - 63px);
        top: 0;
    }
    .success-box .msg {
        font-size: 20px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .success-box .msg-detail {
        font-size: 16px;
        margin-bottom: 25px;
        line-height: 1.6;
    }
    .success-box .warning-text .w-t1 {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .success-box .warning-text .w-t2,
    .success-box .warning-text .w-t3 {
        font-size: 15px;
    }
    .content.has-radius-border-cart .main-title {
        padding-top: 0;
        margin-right: auto;
    }
    .content.has-radius-border-cart .main-top {
        border: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        justify-content: space-between;
        margin-bottom: 0;
    }
    .cart-step{
        margin-left: 0;
        margin-right: 0;
        display: flex;
        flex-direction: column;
    }
    .cart-step li {
        padding:0;
        line-height: 26px;
    }
    .cart-step li .num {
        font-size: 22px;
    }
    .cart-step li .txt {
        font-size: 16px;
    }
    .cart-step li+li:before {
        display: none;
    }
    .category-tabs {
        border-bottom: 0px solid #ECEAE3;
    }
    .tab-list {
        justify-content: center;
    }
    .tab-list .tab-item a {
        padding: 10px 10px;
        font-size: 16px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .tab-list .tab-item a:after{
        height: 2px;
        background-color: #ECEAE3;
    }
    .tab-list .tab-item.active a:after, 
    .tab-list .tab-item a:hover:after {
        height: 2px;
        background-color: #E6CF93;
    }
    .btn.back {
        width: 80px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    .btn.send{
        width: 80px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    .btn.success-btn{
        width: 123px;
        height: 35px;
        line-height: 34px;
        font-size: 15px;
        margin-bottom: 9px;
    }
    .cart-step-btn .btn.cart-back,
    .cart-step-btn .btn.cart-next {
        line-height: 35px;
        width: 140px;
        height: 35px;
        font-size: 15px;
        padding-left: 52px;
    }
    .cart-step-btn .btn.cart-back:before,
    .cart-step-btn .btn.cart-next:before {
        left: 18px;
        top: 0px;
        font-size: 14px;
    }
    .cart-step-btn .btn.cart-next:before {
        top: 1px;
    }
    .cart-step-btn .btn.cart-back.back2 {
        padding-left: 32px;
    }
    .cart-step-btn .btn.cart-back.back2:before {
        left: 11px;
    }
    .bottom-order-again {
        width: 105px;
        height: 35px;
        line-height: 35px;
        font-size: 15px;
    }
    .bottom-order-again:before {
        left: 9px;
        top: 1px;
        font-size: 22px;
    }
    .reminder p {
        font-size: 15px;
        line-height: 1.6;
    }
    /*------------ / site-main 1100 ------------*/
    /*------------ site-footer 1100 ------------*/
    .site-footer .footer-bottom {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .site-footer .site-map  > ul{
        display: none;
    }
    .site-footer .site-map {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .site-footer .fb-fans-page {
        margin-left: 5px;
        margin-right: 5px;
    }
    .site-footer .qr-inner {
        margin-left: 5px;
        margin-right: 5px;
    }
    .site-footer .site-info {
        width: 100%;
        padding-left: 0;
        padding-top: 84px;
    }
    .site-footer .footer-logo {
        text-align: center;
    }
    .site-footer .footer-logo img {
        width: 120px;
        height: 73px;
    }
    .site-footer .site-info:before {
        font-size: 70px;
        left: calc(50% - 35.5px);
        top: 0;
        width: 72px;
        height: 72px;
        line-height: 72px;
    }
    .site-footer .copyright-info {
        margin-top: 20px;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
    }
    .site-footer .copyright {
        display: block;
        margin-bottom: 8px;
    }
    .site-footer .copyright-left{
        text-align: center;
    }
    .site-footer .copyright-right{
        text-align: center;
        margin-top: 5px;
    }
    /*------------ site-footer 1100 ------------*/
    .wrapper,
    .mmenu-show .wrapper {
        margin-left: 0;
        /* 手機版主選單樣式2 start */
        padding-top: 60px;
        /* 手機版主選單樣式2 end */
    }
    .site-header,
    .mmenu-show .site-header{
        position: relative;
        z-index: unset;
        padding: 0;
    }
    /* 手機版主選單樣式2 start */
    .site-title {   
        padding: 0;  
    }
    .site-title .logo,
    .header-fixed .site-title .logo  {
        background: url(../../images/common/logo.png) 50% 0 no-repeat;
        background-size: contain;
        width: 118px;
        height: 35px;
        transition: opacity .3s ease;
        background-position: center;
    }
    /* 手機版主選單樣式2 end */
    /* 手機版主選單樣式2 start */
    .site-title.site-title-type2{
        position: fixed;
        width: 100%;
        height: 60px;
        top: 0;
        left: 0;
        background: #F8EFE4;
        text-align: left;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0;
        z-index: 301;
        box-shadow: -2px 0 13px rgba(50%,50%,50%,.2);
        padding-left: 15px;
    }
    /* 手機版主選單樣式2 end */
    /*------------ floating 1100 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        display: block;
        right: 50%;
        margin-right: -15px;
        top: auto;
        bottom: 10px;
        width: 30px;
        height: 30px;
        z-index: 299;
    }
    .floating .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;
        left: unset;
        bottom: unset;
        padding-top: 0 !important;
    }        
    .gotop:before,
    .gotop:after {
        display: none;
    }
    .fixed-btn {
        display: none;
    }
    /*------------ / floating 1100 ------------*/
    .order-list .top-title div:nth-child(1){
        width: 100%;
    }
    .order-list .top-title div:nth-child(2){
        display: none;
    }
    .order-list .order-box{
        flex-direction: column;
    }
    .order-list .col:nth-child(1){
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        border-right: 0;
    }
    .order-list .col:nth-child(2){
        width: 100%;
        display: block; 
    }
    .order-list .right-txt{
        text-align: right;
    }
    .order-list .right-txt:before {
        content: attr(data-title);
        color: #D19952;
        font-size: 16px;
        font-weight: 400;
        font-family: "Noto Sans TC", sans-serif;
        letter-spacing: 2px;
    }
    .order-list .om-middle{
        flex-direction: column;
        padding: 10px 15px;
    }
    .order-list .om-col:nth-child(1){
        width: 100%;
        padding-right: 0;
        border-bottom: 1px dashed #DDDAD5;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-right: 0;
    }
    .order-list .om-col:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }
    .order-list .order-title{
        padding-left: 0;
        padding-right: 0;
    }
    .order-list .order-title .title{
        font-size: 18px;
    }
    .omsub-row .omsub-col:nth-child(2) > div {
        display: block;
    }
    .omsub-row .omsub-col:nth-child(2) > div + div {
        margin-left: 0;
    }
}
@media screen and (max-width: 767px) {
    /*------------ banner 767 ------------*/
    /*------------ / banner 767 ------------*/
    /*------------ site-footer 767 ------------*/
    .site-footer .footer-top .f-top-text {
        padding-bottom: 15px;
    }
    .festival-text .f-main-tel {
        text-align: center;
    }
    .festival-text .f-main-tel a {
        text-align: center;
        padding-top: 50px;
        padding-left: 0;
        font-size: 20px;
    }
    .festival-text .f-sub-tel {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 60px;
    }
    .festival-text .f-sub-tel .sub-1 {
        font-size: 18px;
        white-space: nowrap;
    }
    .festival-text .f-sub-tel .sub-tel {
        font-size: 16px;
        display: block;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .festival-text .f-sub-tel .sub-2 {
        font-size: 14px;
        height: 23px;
    }
    .festival-text .f-main-tel a:before {
        font-size: 37px;
        left: calc(50% - 34px);
        top: -7px;
    }
    .festival-text .f-sub-tel.dot-icon .sub-1:before {
        top: 5px;
    }
    .festival-text .f-sub-tel.money-icon .sub-1:before {
        top: 5px;
    }
    /*------------ / site-footer 767 ------------*/
    /*------------ site-main 767 ------------*/
    .main-title i {
        width: 57px;
        height: 25px;
        display: block;
        margin: 0 auto 5px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }
    /*------------ / site-main 767 ------------*/
    /*------------ pagination 767 ------------*/
    .pagination li {
        vertical-align: middle;
    }
    .pagination-title {
        margin: 0;
    }
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -32px;
        margin: 0;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.controls.next {
        right: 0;
        margin: 0;
    }
    .pagination li span {
        display: none;
    }
    .pagination li a i {
        font-size: 22px;
        margin: 0;
    }
    .page-info .form-control {
        height: 35px;
        line-height: 35px;
    }
    .pagination li a.controls {
        width: 30px;
        height: 30px;
        line-height: 34px;
    }
    /*------------ / pagination 767 ------------*/
    /*------------ breadcrumb 767 ------------*/
    .products-breadcrumb {
        text-align: left;
    }
    /*------------ / breadcrumb 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box {
        padding: 0;
    }
    .form-box .row {
        margin: 0;
        flex-direction: column;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-box .control-label,
    .form-box .control-box {
        display: block;
        width: auto;
        font-size: 16px;
    }
    .form-box .control-label{
        display: inline-block;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-box .tips {
        min-height: 0;
    }
    .form-box .captcha a {
        right: 2%;
    }
    .static-control {
        margin: 0 0 20px;
    }
    .form-box .control-label.opacity0 {
        display: none ;
    }
    .form-checkbox {
        margin: 0px 10px 5px 0;
    }
    .form-box .form-group.group-style2 {
        padding-bottom: 5px;
    }
    /*------------ / form 767 ------------*/
    .site-footer .footer-top .f-page-sub-pic {
        display: none;
    }
}
@media screen and (max-width: 590px) {
    .lightbox-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .lightbox-wrapper .lightbox-top-logo {
        width: 200px;
        height: 60px;
        margin: 10px auto 25px;
        padding-right: 15px;
    }
    .lightbox-wrapper .lightbox-title {
        font-size: 26px;
    }
    .lightbox-wrapper .form-control {
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        padding-left: 45px;
    }
    .lightbox-wrapper .control-box:before {
        width: 35px;
        height: 35px;
    }
    .lightbox-wrapper .form-box .form-group + .form-group {
        padding-top: 5px;
    }
    .lightbox-wrapper .form-group.member-icon .control-box:after {
        left: 11px;
        top: 7px;
        font-size: 14px;
    }
    .lightbox-wrapper .form-group.password-icon .control-box:after {
        left: 12px;
        top: 5px;
        font-size: 15px;
    }
    
    .lightbox-wrapper .middle-box {
        margin: 10px auto 20px;
    }
    .lightbox-wrapper .login-btn {
        width: 100%;
        max-width: 260px;
        border-radius: 10px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        letter-spacing: 0px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .lightbox-wrapper .google-login {
        border-radius: 10px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        font-weight: 400;
        letter-spacing: 0px;
        width: 100%;
        max-width: 260px;
    }
    .lightbox-wrapper:before {
        top: -148px;
    }
    .lightbox-wrapper .lightbox-title span:before {
        top: 0px;
    }
    .lightbox-wrapper .lightbox-title span:after {
        top: 0;
    }
    .lightbox-wrapper .middle-box .middle-info {
        font-size: 15px;
        letter-spacing: 1px;
    }
    .lightbox-wrapper .bottom-box {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 70px;
    }
    .lightbox-wrapper .google-login .gsi-material-button {
        height: 22px;
        width: 22px;
        max-width: 22px;
        left: 6px;
        top: 4px;
        line-height: 16px;
    }
    .fancybox-close {
        top: 15px;
        right: 15px;
        width: 26px;
        height: 26px;
    }
    .fancybox-close:before {
        left: 7px;
        top: 7px;
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .lightbox-wrapper .lock-pic {
        right: 2px;
        top: 2px;
    }
    .fancybox-login-style .fancybox-inner {
        height: 480px !important;
    }
}
@media screen and (max-width: 500px) {
    /*------------ form 500 ------------*/
    .form-box .captcha .form-control {
        max-width: 150px;
    }
    /*------------ form 500 ------------*/
}
@media screen and (max-width: 400px) {
    /* 手機版主選單樣式2 start */
    .mmenu-show #mobile-menu.mobile-menu-type2{
        width: 100%;
    }
    /* 手機版主選單樣式2 end */
}
@media screen and (max-width: 350px) {
    .site-title .logo, .header-fixed .site-title .logo {
        width: calc(100vw - 214px);
    }
}