@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
/*------------ basic ------------*/
body {
    font-family: Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #7A7A7A;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.captcha img {
    margin: 0;
}
.mobile {
    display: none;
}
/*------------ /basic ------------*/
/*------------ icon ------------*/
.icon {
    text-indent: unset;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 3px 3px;
    width: 20px;
    height: 20px;
}
.icon::before {
    font-family: 'icon-font-3' !important;
    font-style: normal;
}
.icon.require {
    background: #C0A981;
    width: 8px;
    height: 8px;
    border-radius: 0;
    margin: 0 3px 3px;
}
/*------------ /icon ------------*/
/*------------ box ------------*/
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box:hover .pic img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*------------ /box ------------*/
/*------------ btn ------------*/
.mmenu-show .toggle-mmenu-close {
    padding: 0;
}
/*share*/
.share li {
    margin: 2.5px 0;
}
.share .btn {
    color: #A3A3A3;
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background: #fff;
    border: 1px solid #D6D6D6;
    margin: 0;
    text-decoration: none;
    transition: all 0.3s ease;
}
.share .btn:hover {
    color: #fff;
    background: #C0A981;
    border-color: #C0A981;
    text-decoration: none;
}
.share .btn .ic {
    vertical-align: middle;
    margin-bottom: 5px;
}
/*/share*/
/*fb*/
.ibtn.fb-fans-page {
    background: url('../../images/tw/fb_page.png') no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    transition: all .3s ease;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
} 
/*/fb*/
.btn.simple {
    position: relative;
    max-width: 168px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
    background: #193B33;
    border-radius: 0;
    margin: 0 8px;
    transition: all 0.3s ease;
}
.btn.simple:hover {
    color: #fff;
    background: #C0A981;
}
.btn.simple:before,
.btn.simple:after{
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -3px; 
}
.btn.angle-right:after{
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: -3px;    
    font-size: 22px;
    vertical-align: middle;
    margin: 0 0 6px 5px;
}
.btn.back:before,
.btn.angle-left:before{
    content: "\f104";
}
.btn.angle-right:after{
    content: "\f105";
}
.btn.simple .ic,
.btn.simple:before,
.btn.simple:after {
    vertical-align: middle;
    font-size: 18px;
    margin: -5.5px 6px 0;
}
.btn.simple2 {
    width: 100%;
    max-width: 356px;
    color: #fff;
    background: #193B33;
    font-size: 16px;
    font-weight: normal;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.btn.simple2:hover {
    color: #fff;
    background: #C0A981;
}
.btn.simple3 {
    width: 100%;
    color: #fff;
    background: #193B33;
    border-radius: 0;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}
.btn.simple3:hover {
    color: #fff;
    background: #C0A981;
}
.btn.normal {
    color: #fff;
    background: #193B33;
    border-radius: 0;
    padding: 0 10px;
    min-width: 160px;
    height: 36px;
    line-height: 36px;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}
.btn.normal:hover {
    color: #fff;
    background: #C0A981;
}
.btn.normal .icon.home::before {
    content: '\e91a';
}
.btn.normal .icon.cart::before {
    content: '\e917';
}
.btn.normal .icon.cart2::before {
    content: '\e917';
}
.btn.normal .icon.order::before {
    content: '\e916';
}
.btn.normal .icon.money::before {
    content: '\e906';
}
.btn.pure {
    color: #193B33;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.btn.pure:hover {
    color: #C0A981;
}
/*------------ /btn ------------*/
/*------------ share_box ------------*/
.share_box .share-link .btn {
    font-size: 28px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid transparent;
    margin: 2px 0;
    color: #cccccc;
}
.a2a_default_style .a2a_svg {
    display: none;
}
.share_box .share-link .btn,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    color: #cccccc;
    cursor: pointer;
    font-size: 25px;
}
.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}
.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}
.share_box .share-link .btn.google:hover {
    color: #F34537;
}
.share_box .share-link .btn.twitter:hover {
    color: #7f7f7f;
}
.share_box .share-link .btn.mail:hover {
    color: #F6C13D;
}
.share_box .share-link .btn.linkedin:hover {
    color: #0177B5;
}
.share_box .share-link .icon-ic-share-t:hover {
    color: #36465C;
}
.share_box .share-link .btn.line:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-linecall:hover {
    color: #00C300;
}
.share_box .share-link .icon-ic-share-w:hover {
    color: #F70B19;
}
.share_box .share-link .btn.pinterest:hover {
    color: #DE220A;
}
.share_box .share-link .btn.plurk:hover {
    color: #E9443D;
}
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 25px;
    height: 28px;
    line-height: 31px;
    border-radius: 15px;
    margin: 0;
    padding: 0;
}
.share_box .share-link .btn {
    width: 25px;
    padding: 0;
}
.share_box .share-link .btn.line {
    padding: 0;
    border-radius: 0;
}
.share_box .share-link:before {
    display: none;
}
.share_box {
    margin: 10px 0 30px;
    text-align: center;
}
.share_box .share-link .icon-ic-share-twitter::before {
    font-family: 'icon-font' !important;
    content: "\ff007" !important;
}
/*------------ /share_box ------------*/
/*------------ site_header ------------*/
.wrapper {
    padding-top: 131px;
    transition: all .3s ease;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: all .3s ease;
    z-index: 99;
}
.site-title {
    position: relative;
    float: left;
    padding: 51px 0 35px;
    font-size: 15px;
    transition: all .3s ease;
    z-index: 5;
}
.site-title .logo {
    background: url('../../images/common/logo.png') 50% 50% no-repeat;
    background-size: contain;
    width: 315px;
    height: 45px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*header-fixed往下滑*/
.header-fixed .site-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header-fixed .search-box,
.header-fixed .language,
.header-fixed .language,
.header-fixed .search-box,
.header-fixed .top-remitt,
.header-fixed .top-order {
    display: none;
}
.header-fixed .site-nav {
    padding-top: 22px;
    margin-left: 270px;
    text-align: left;
}
.header-fixed .site-title {
    padding: 17px 0;
}
.header-fixed .site-title .logo {
    width: 250px;
    height: 36px;
}
.header-fixed .site-nav .menu > li > a:before {
    bottom: -16px;
}
.header-fixed .site-nav .menu > li.active > a:before,
.header-fixed .site-nav .menu > li.active2 > a:before,
.header-fixed .site-nav .menu > li:hover > a:before {
    height: 15px;
}
.header-fixed .site-nav .menu > li > ul {
    margin: 16px 0 0 -100px !important;
}
.header-fixed .top-nav {
    top: 50%;
    transform: translateY(-50%);
}
/*/header-fixed往下滑*/
/*top-nav*/
.top-nav {
    position: absolute;
    display: flex;
    align-items: center;
    top: 31px;
    right: 15px;
    z-index: 10;
}
.top-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .icon {
    margin: 0 3px 3px 0;
    font-size: 15px;
    width: 15px;
    height: 15px;
    line-height: 15px;
}
.top-nav .icon.lock::before {
    content: '\e915';
}
.top-nav .icon.order::before {
    content: '\e916';
}
.top-nav .icon.money::before {
    content: '\e906';
}
.top-nav .icon.cart{
    width: 22px;
    height: 22px;
    line-height: 22px;
}
.top-nav .icon.cart::before  {
    content: '\e917';
    font-size: 22px;
}
.products_activity a {
    color: #C0A981;
}
/*/top-nav*/
/*func-menu功能*/
.func-menu {
    display: flex;
    align-items: center;
    margin: 0;
}
.func-menu>li {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}
.func-menu>li+li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 16px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #D6D6D6;
}
.func-menu>li>a {
    color: #888;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 16px;
    transition: all 0.3s ease;
}
.func-menu>li>a:hover {
    color: #C0A981;
}
.func-menu li.gocart {
    position: relative;
    padding-right: 0;
}
.func-menu li.gocart:before {
    display: block;
}
.func-menu li.gocart>a {
    padding: 0;
}
.func-menu li.gocart.active>a,
.func-menu li.gocart>a:hover {
    text-decoration: none;
}
.func-menu li.gocart>a .qty {
    position: relative;
    box-sizing: border-box;
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    min-width: 25px;
    min-height: 25px;
    line-height: 22.5px;
    padding: 0 5px;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    background: #193B33;
    font-family: 'EB Garamond', serif;
    transition: all 0.3s ease;
}
.func-menu li.gocart.active>a .qty:after,
.func-menu li.gocart>a:hover .qty:after {
    color: #fff;
    background: #C0A981;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    width: 300px;
    border: 1px solid #C0A981;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.func-menu .gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.cart-list .box {
    position: relative;
}
.cart-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #193B33;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 39px;
    letter-spacing: 1.5px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.func-menu .cart-box .btn:hover {
    color: #fff;
    background: #C0A981;
}
.func-menu .cart-box .btn .ic {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 0 6px 5px;
}
.func-menu .cart-list {
    padding: 5px;
}
.func-menu .cart-list li+li {
    border-top: 1px solid #D6D6D6;
}
.func-menu .cart-list .box {
    display: block;
    overflow: hidden;
    padding: 8px;
    transition: all 0.3s ease;
}
.func-menu .cart-list .box:hover {
    background: #f5f5f5;
}
.func-menu .cart-list .pic {
    float: left;
    width: 80px;
}
.func-menu .cart-list .txt {
    color: #999;
    margin-left: 90px;
    line-height: 1.7;
}
.func-menu .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    transition: all 0.3s ease;
}
.func-menu .cart-list a:hover .name {
    color: #C0A981;
}
.func-menu .cart-list .qty {
    color: #193B33;
    font-family: 'EB Garamond', serif;
}
/*/func-menu功能*/
/*拆單購物車func-menu功能*/
.func-menu .shopping_way.hot.fixed {
    margin: 0 0 5px;
    color: #333;
    width: 100%;
}
.func-menu .shopping_way .general {
    border: 1px solid #333;
    color: #333;
}
.func-menu .shopping_way .cold {
    border: 1px solid #42b354;
    color: #42b354;
}
.func-menu .shopping_way .freezing {
    border: 1px solid #68a0da;
    color: #68a0da;
}
.func-menu .shopping_way span+span {
    margin-left: 10px;
}
/*/拆單購物車func-menu功能*/
/*會員下拉*/
.func-menu>li.gomember {
    position: relative;
    display: inline-block;
}
.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 160px;
    right: 0;
    top: 100%;
    border: 1px solid #C0A981;
    background: #fff;
    padding: 1px;
    text-align: center;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease;
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.func-menu .gomember.active .gomember-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.func-menu .gomember-list {
    padding: 0;
}
.func-menu .gomember-list li+li {
    border-top: 1px solid #D6D6D6;
}
.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 5px 0;
    transition: all 0.3s ease;
}
.func-menu .gomember-list a:hover {
    color: #C0A981;
}
.func-menu .login-out-fixed {
    color: #193B33;
    transition: all 0.3s ease;
}
.func-menu .gomember-list .login-out-fixed a:hover {
    color: #C0A981;
}
/*/會員下拉*/
/*language語系*/
.top-nav .language {
    display: none;
}
.top-nav .language .btn {
    display: none;
}
.top-nav .language li a {
    border: 1px solid #DBDBDB;
    color: #aaa;
    width: 66px;
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    padding: 0 5px;
    transition: all 0.3s ease;
}
.top-nav .language li a:hover {
    color: #fff;
    background: #C0A981;
    border-color: #C0A981;
}
/*/language語系*/
/*site-nav主選單*/
.site-nav {
    position: relative;
    padding: 76px 0 0;
    margin-left: 315px;
    text-align: right;
    transition: all .3s ease;
}
.site-nav>* {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
    line-height: 1.4;
}
.site-nav .menu>li {
    padding: 0 5px;
}
.site-nav .menu>li>a {
    position: relative;
    box-sizing: border-box;
    color: #333;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    padding: 5px 10px;
    transition: all 0.3s ease;
}
.site-nav .menu>li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu>li>a:hover,
.site-nav .menu>li.active>a {
    color: #C0A981;
}
.site-nav .menu > li > a:before {
    content: '';
    position: absolute;
    display: block;
    height: 0;
    width: 1px;
    bottom: -23px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #C0A981;
    transition: all .5s ease;
}
.site-nav .menu > li.active > a:before,
.site-nav .menu > li.active2 > a:before,
.site-nav .menu > li:hover > a:before {
    height: 20px;
}
.site-nav .menu ul {
    display: none;
    position: absolute;
}
.site-nav .menu>li>ul {
    box-sizing: border-box;
    text-align: left;
    width: 200px;
    top: 100%;
    left: 50%;
    margin: 23px 0 0 -100px;
    background: #F6F6F6;
    z-index: 600;
}
.site-nav .menu>li>ul:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    background: transparent;
    height: 23px;
    width: 100%;
}
.site-nav .menu ul li+li {
    background: #F6F6F6;
}
.site-nav .menu li ul li {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    border-bottom: solid 1px #ddd;
}
.site-nav .menu li ul li:last-child {
    border-bottom: none;
}
.site-nav .menu ul li a {
    position: relative;
    display: block;
    font-weight: normal;
    line-height: 1.4;
    padding: 10.5px 15px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
    background: #F6F6F6;
    transition: all .3s ease;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #193B33;
}
.site-nav .menu ul ul {
    margin: 0 0 0 2px;
    width: 100%;
    top: 0;
    left: 100%;
    box-sizing: border-box;
}
/*/site-nav主選單*/
/*搜尋*/
.site-header .search-box {
    position: relative;
    width: 185px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-left: 10px;
}
.site-header .search-box:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    border-left: 1px solid #D6D6D6;
}
.site-header .search-box .form-control {
    border: 0;
    height: 30px;
    line-height: 30px;
    background: none;
    margin: 0;
    padding: 0 30px 0 10px;
    color: #888888;
    letter-spacing: 1px;
    font-family: 'EB Garamond', '微軟正黑體', serif;
    transition: all 0.3s ease;
}
.site-header .search-box .form-control:focus {
    background: #f5f5f5;
}
.site-header .search-box .ibtn.search {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    background: url(../../images/common/btn_search.png) no-repeat 0 0;
    background-size: cover;
}
.site-header .search-box .ibtn.search:hover {
    background-position: 0 -30px;
    background-size: cover;
}
/*/搜尋*/
/*------------ /site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    background: url(../../images/common/main-top-bg.jpg);
}
.main-title {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    color: #333;
    letter-spacing: 4px;
    line-height: 1;
    padding: 43px 0;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.main-content {
    padding: 38px 0 100px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
}
.content-top {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}
.content-top::after {
    content: '';
    position: relative;
    display: block;
    width: 1px;
    height: 21px;
    margin: 25px auto 0;
    background: #D6D6D6;
}
.content-title {
    color: #202020;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 3px;
    margin: 0;
    font-family: 'Noto Serif TC', serif;
}
.content-top.text-center {
    text-align: center;
    margin-bottom: 10px;
}
.content-title .keyword {
    color: #C0A981;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin: 10px 0;
}
/*注意*/
.shopping-title .icon {
    text-align: center;
    background: #AAAAAA;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 6px 4px 0;
}
.shopping-title .icon::before{
    position: relative;
    left: 1px;
    color: #fff;
    font-size: 18px;
}
.shopping-title .icon.car::before {
    content: '\e922';
}
.shopping-title .icon.cart::before {
    content: '\e920';
}
.shopping-title .icon.money {
    background: transparent;
    border-radius: 0;
    margin: 0 6px 0 0;
    width: auto;
}
.shopping-title .icon.money::before {
    content: '\e91d';
    color: #333;
    font-size: 30px;
}
.shopping-title .icon.plus::before {
    content: '\e919';
}
.shopping-title .icon.user::before {
    content: '\e91e';
}
.shopping-title .icon.box::before {
    content: '\e921';
}
.shopping-title .icon.notice::before {
    content: '\e91f';
}
.shopping-title .icon.msg::before {
    content: '\e91b';
}
/*注意*/
.btn-box {
    position: relative;
    text-align: center;
    padding-top: 45px;
    clear: both;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
/*防詐騙_warning-sect*/
.warning-sect {
    padding: 37px 0 64px;
    background: url(../../images/common/main-top-bg.jpg);
}
/*/防詐騙_warning-sect*/
/*------------ /site_main ------------*/
/*------------ contet_nav ------------*/
.content-nav {
    border: 1px solid #D6D6D6;
    text-align: center;
    font-size: 16px;
    margin: 0 0 40px;
}
.content-nav li {
    position: relative;
    margin: 0;
}
.content-nav li a {
    display: block;
    color: #333;
    padding: 8px 24px;
}
.content-nav li a.logout {
    color: #193B33;
}
.content-nav li a:hover,
.content-nav li.active>a {
    background: #C0A981;
    color: #fff;
}
.content-nav li a.logout:hover,
.content-nav li.active>a.logout {
    background: #C0A981;
    color: #fff;
}
.content-nav li a:before {
    content: '// ';
}
/*------------ /contet_nav ------------*/
/*------------ site_footer ------------*/
.site-footer {
    padding: 84px 0 104px;
    color: #666;
}
.site-footer * {
    position: relative;
    box-sizing: border-box;
}
.site-footer a {
    transition: all 0.3s ease;
}
.site-footer a:hover {
    color: #C0A981;
}
.footer-top .container {
    max-width: 1330px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #D6D6D6;
}
.site-map {
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
}
.site-map ul {
    position: relative;
    box-sizing: border-box;
}
.site-map li+li {
    margin-top: 20px;
    margin: 20px 15px 0 0;
}
.site-map li a:before {
    content: '- ';
    transition: all 0.3s ease;
}
.site-map li a:hover:before {
    color: #C0A981;
}
.footer-bottom .container {
    max-width: 1330px;
}
.site-copyright {
    font-size: 13px;
    color: #868686;
    width: 22%;
    border-right: 1px solid #ddd;
    padding: 0 20px 0 0;
    float: left;
}
.footer-title {
    padding: 0 0 20px;
}
.footer-title .logo {
    background: url(../../images/common/logo.png) 50% 50% no-repeat;
    background-size: contain;
    width: 222px;
    height: 32px;
    transition: all .3s ease;
}
.site-info {
    width: 46%;
    padding: 0 0 0 20px;
    float: left;
}
.site-info li+li {
    padding: 8px 0 0;
}
.site-info li a{
    display: inline-block;
}
.follow {
    width: 32%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0 0 20px;
    float: left;
}
.follow>* {
    display: inline-block;
    vertical-align: top;
}
.follow .share-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-bottom .share {
    margin: 0 15px 0 0;
}
.qrcode {
    margin: 0 15px 0 0;
    width: 100px;
    height: 100px;
}
/*------------ /site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 20%;
    margin-right: -800px;
    z-index: 400;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 41px;
    height: 44px;
    line-height: 60px;
    color: #193B33;
    font-size: 18px;
    letter-spacing: 2px;
    text-indent: unset;
    text-transform: lowercase;
    font-family: 'EB Garamond', serif;
    transition: all 0.3s ease;
}
.floating .ibtn.gotop::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 41px;
    height: 22px;
    background: url(../../images/common/gotop.png) no-repeat 0 0;
    background-size: cover;
}
.floating .ibtn.gotop:hover {
    color: #C0A981;
}
.floating .ibtn.gotop:hover:before{
    background-position: 0 -22px;
    background-size: cover;
}
/*------------ /floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #999;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '-';
    padding: 0 2px;
}
.breadcrumb li a:hover {
    color: #C0A981;
}
/*------------ /breadcrumb ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: 'EB Garamond', serif;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 26px;
    padding: 0 5px;
    border: 1px solid #D6D6D6;
    text-align: center;
    color: #A3A3A3;
    margin: 0 5px;
    border-radius: 20px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.pagination li a:hover,
.pagination li.active a {
    border-color: #C0A981;
    background: #C0A981;
    color: #fff;
}
.pagination li a.controls {
    padding: 0;
    font-size: 20px;
}
.pagination li a.controls .ic {
    position: relative;
    bottom: -1px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    height: 30px;
    line-height: 28px;
    margin: 0;
    transition: all 0.3s ease;
}
.page-info .form-control:focus {
    border-color: #C0A981;
}
/*------------ /pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #878787;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin: 0 0 30px;
}
.reminder:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 230px;
    margin: 10px auto 0;
    display: none;
}
.reminder strong {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 10px;
    font-family: 'Noto Serif TC', serif;
}
.reminder .require-txt {
    display: inline-block;
    font-size: 15px;
    margin-top: 20px;
}
.qty-box {
    position: relative;
    display: inline-block;
    width: 90px;
    max-width: none;
    padding: 0 28px;
    margin-top: 5px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    height: 25px;
    line-height: 24px;
    color: #666;
    font-weight: bold;
    background: none;
    border: 0;
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
    font-family: 'EB Garamond', serif;
    transition: all 0.3s ease;
}
.qty-box .form-control:focus {
    border-color: #C0A981;
}
.qty-box .ibtn {
    width: 25px;
    height: 25px;
    background-image: 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;
}
.main-content.cart-two .qty-box {
    width: auto;
    padding: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
    transition: all 0.3s ease;
}
.form-control:focus {
    outline: none;
    border-color: #C0A981;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
.static-control {
    line-height: inherit;
    color: #C0A981;
    font-weight: 500;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-title {
    text-align: center;
    color: #333;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 1.2;
    margin: 0 0 30px;
    font-family: 'Noto Serif TC', serif;
}
.form-title:after {
    content: '';
    position: relative;
    display: block;
    width: 1px;
    height: 21px;
    margin: 10px auto 0;
    background: #D6D6D6;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type1 {
    max-width: 1134px;
}
.form-wrap.type2 {
    border: 1px solid #D6D6D6;
    max-width: 740px;
}
.form-wrap.type3 {
    max-width: 1000px;
}
.form-box {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-wrap.type2 .form-box {
    max-width: 540px;
    padding: 4% 0 5%;
}
.form-box .row {
    margin: 0 -2%;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.form-box .required {
    position: relative;
}
.form-box .required:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: #C0A981;
    width: 8px;
    height: 8px;
    border-radius: 0;
    margin: 0 8px 4px 0;
}
.form-box .form-group {
    padding: 2px 0;
    line-height: 36px;
}
.form-box .form-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .control-label {
    display: block;
    line-height: inherit;
    padding-left: 5px;
}
.form-box .control-box {
    position: relative;
}
.form-box .control-box label {
    display: inline-block;
    line-height: inherit;
    margin: 0 10px 6px 5px;
}
.form-box .captcha .form-control {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #bbb;
    font-size: 20px;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #C0A981;
}
.form-box .captcha a .ic {
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.form-box .captcha a:hover .ic {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.55;
    margin-bottom: 6px;
    color: #C0A981;
    font-size: 14px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 36px;
    line-height: 18px;
}
.form-box .input-group {
    margin: 0 -3px;
}
.form-box .input-group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.form-box .input-group .input-box {
    float: left;
    width: 50%;
    padding: 0 3px;
    box-sizing: border-box;
}
.form-box .input-group .form-control {
    display: inline-block;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .psw-account .control-label {
    float: left;
}
.form-box .psw-account .control-box {
    margin-left: 50px;
}
.form-box .address .input-box:last-child {
    width: 100%;
}
.form-box .address2 .input-box {
    width: 22%;
}
.form-box .address2 .input-box:last-child {
    width: 56%;
}
.form-radio,
.form-checkbox {
    display: inline-block;
    position: relative;
}
.form-radio input[type=radio],
.form-checkbox input[type=checkbox] {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0!important;
    visibility: hidden;
    outline: 0;
    z-index: 3;
    width: 17px;
    height: 17px;
}
.form-radio:before,
.form-checkbox:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: 50% 0 / 100% auto no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 4px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.png');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.png');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
.success-wrap {
    text-align: center;
    padding: 4% 0 0;
}
.success-box {
    text-align: center;
    line-height: 2;
}
.success-msg {
    max-width: 620px;
    border: 1px solid #C0A981;
    color: #C0A981;
    font-size: 20px;
    padding: 6px 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 0 auto 40px;
    border-radius: 0;
    font-family: 'EB Garamond','Noto Serif TC', serif;
}
.success-msg2 {
    color: #333;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
    font-family: 'Noto Serif TC', serif;
}
.success-txt:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 160px;
    margin: 20px auto 0;
    display: none;
}
.success-txt strong {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Noto Serif TC', serif;
}
.success-txt a {
    color: #193B33;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.success-txt a:hover {
    color: #C0A981;
}
/*------------ /form ------------*/
/*------------ table ------------*/
.table-h thead {
    border-top: 1px solid #bbb;
}
.table-h td {
    padding: 12px 6px;
    line-height: 1.4;
    text-align: center;
    /* min-width: 76px; */
    min-width: 80px;
}
.table-h .btn-holder {
    /* min-width: 30px; */
    min-width: 80px;
}
.table-h thead th {
    background: #f5f5f5;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px solid #D6D6D6;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table td span {
    color: #f00;
}
.table-v {
    border: solid #bbb;
    border-width: 1px 0;
}
.table-v tr:first-child {
    border-bottom: 1px solid #bbb;
}
.table-v tr:nth-child(2n+1) {
    background: #f5f5f5;
}
.table-v th,
.table-v td {
    padding: 10px 35px;
    vertical-align: middle;
}
.table-v th {
    text-align: left;
    width: 100px;
    border-right: 1px solid #D6D6D6;
    font-weight: normal;
}
.table-v strong {
    color: #C0A981;
    font-weight: normal;
}
/*------------ /table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: #193B33;
    width: 45px;
    height: 45px;
    right: 0;
    top: 0;
}
body .fancybox-close:before,
body .fancybox-close:after{
    content: "";
    height: 1px;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0) rotate(45deg);
    transform: translate3d(-50%,-50%,0) rotate(45deg);
    transition: .4s cubic-bezier(.25, .6, .36, 1);
    position: absolute;
    top: 50%;
    width: 25px;
    background: #FFF;
}
body .fancybox-close:before{
    -webkit-transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transform: translate3d(-50%,-50%,0) rotate(-45deg);
    transition-delay: 65ms;
}
body .fancybox-close:hover:before{
    -webkit-transform: translate3d(-50%,-50%,0) rotate(135deg);
    transform: translate3d(-50%,-50%,0) rotate(135deg);
}
body .fancybox-close:hover:after{
    -webkit-transform: translate3d(-50%,-50%,0) rotate(225deg);
    transform: translate3d(-50%,-50%,0) rotate(225deg);
}
body .fancybox-close:hover {
    background: #C0A981;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 60px;
    border-radius: 0;
}
body .fancybox-inner {
    background: #f5f5f5;
    border-radius: 0;
    overflow: hidden !important;
}
.lightbox-wrapper {
    padding: 40px;
    max-width: 100%;
    box-sizing: border-box;
}
.login-box {
    padding: 30px;
}
.lightbox-title {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 25px;
    font-family: 'Noto Serif TC', serif;
}
.lightbox-title span {
    display: block;
    font-size: 20px;
}
.lightbox-title .icon {
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #999999;
    font-size: 22px;
    margin: -3px 4px 0 0;
}
.lightbox-title .icon::before {
    content: '\e924';
}
.login-box .form-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    min-height: 120px;
}
.lightbox-wrapper .form-group {
    padding: 5px 0;
}
.lightbox-wrapper .control-label {
    display: none;
}
.login-box .notice-box {
    margin: 60px auto 0;
    max-width: 435px;
    overflow: hidden;
}
.notice-box .title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background: #333;
    text-align: center;
    border-radius: 62px;
    box-sizing: border-box;
    padding: 30px 0;
    float: left;
}
.notice-box .title .icon {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    margin: -3px 4px 0 0;
}
.notice-box .title .icon::before{
    content: '\e923';
}
.notice-box .txt {
    margin-left: 145px;
    padding: 10px 0;
    border-bottom: 1px solid #D6D6D6;
}
.login-box .success-msg {
    color: #333;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 0;
    margin: 0 auto 15px;
}
.login-box .success-msg2 {
    font-size: 22px;
    margin-bottom: 25px;
}
.login-box .success-txt:before {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 160px;
    margin: 0 auto 25px;
}
.login-box .success-txt:after {
    display: none;
}
.arrival-box {
    position: relative;
    padding: 40px 40px 0;
}
.arrival-box .form-control {
    padding: 0 12px;
    border-color: #ddd;
    border-radius: 0;
    transition: all 0.3s ease;
}
.arrival-box textarea.form-control {
    height: auto;
}
.arrival-box .form-control:focus {
    border-color: #C0A981;
}
.arrival-box .pd-id {
    background: #193B33;
    padding: 0 14px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'EB Garamond', serif;
}
.arrival-box .pd-name {
    color: #333;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 10px;
    font-family: 'Noto Serif TC', serif;
}
.arrival-notice {
    text-align: center;
    padding: 15px 0;
}
.arrival-box .btn-box {
    padding-top: 20px;
}
/*購物時登入燈箱*/
.cart_login_box {
    height: auto;
    overflow: hidden;
}
.cart-login.col {
    width: 50%;
    position: relative;
    float: left;
    padding: 10px;
}
.cart-login.col.col1 {
    right: 10px;
}
.cart-login.col.col1 .form-box .captcha a {
    margin: 0;
}
.cart-login.col {
    border-right: 1px solid #D6D6D6;
    padding: 0 10px;
}
.cart-login.col:nth-child(2) {
    border: none;
}
.cart-login.col.col2 {
    padding: 30px;
}
.cart-login.col.col2 .btn-box {
    padding-top: 70px;
}
.cart-login .main-title {
    color: #333;
    font-size: 18px;
    padding: 10px 0 25px;
}
.cart-login .fb-login-button {
    height: 40px;
}
.cart-login .btn-box {
    padding: 0;
}
.btn.simple.cart {
    background: #4ea7ce;
    max-width: 100px;
    width: 50%;
    height: 35px;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 0.1em;
    border-radius: 8px;
    position: relative;
    margin: 0 2px 10px;
    display: inline-block;
}
.btn.simple.cart:hover {
    background: #1b7292;
}
.btn.simple.cart2 {
    background: #046792;
}
.btn.simple.cart2:hover {
    background: #1c9e92;
}
.cart.bth {
    display: block;
    width: 100%;
}
.cart_login_box .form-box.cart_txt {
    text-align: center;
}
.lightbox-wrapper.login-box .notice-box {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
}
.lightbox-wrapper.login-box .notice-box .title {
    background: none;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 20px;
    text-align: center;
    float: none;
    font-family: 'Noto Serif TC', serif;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 10px;
}
.lightbox-wrapper.login-box .notice-box .txt {
    margin: 0;
    padding: 0;
    border: none;
}
.cart_login_box .lightbox-wrapper {
    padding: 30px;
    max-width: 100%;
    /*margin: auto;*/
}
.cart_login_box .btn.normal2 {
    color: #fff;
    font-size: 15px;
    padding: 5px;
    width: 200px;
    height: 40px;
    background: #193B33;
    margin: 0 auto;
    border-radius: 0;
    display: block;
    line-height: 30px;
    transition: all 0.3s ease;
}
.cart_login_box .btn.normal2:hover {
    color: #fff;
    background: #C0A981;
}
.cart_login_box .btn.pure {
    color: #193B33;
    line-height: 30px;
    margin: 0 5px 5px;
    border-radius: 0;
    transition: all 0.3s ease;
}
.cart_login_box .btn.pure:hover {
    color: #C0A981;
}
.cart_login_box .btn-box {
    margin: 15px 0;
}
.cart_login_box .btn.normal2.send {
    margin-bottom: 20px;
}
.cart_login_box .go-login {
    margin: 10px 0 20px;
}
.cart_login_box .btn-box.col2{
    display: flex;
}
.cart_login_box .btn-box.col2 .btn.normal2{
    width: 45%;
}
/*/購物時登入燈箱*/
/*------------ /lightbox ------------*/
/*------------ mmenu-show ------------*/
.mmenu-show #mobile-fixed .logo-fixed-menu {
    font-size: 18px;
    width: 200px;
    text-align: center;
    line-height: 40px;
    font-weight: normal;
}
.mmenu-show #mobile-fixed span {
    padding: 0;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #193B33;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #193B33;
}
.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #C0A981;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #C0A981;
}
.mmenu-show #mobile-menu .share .btn i{
    line-height: 30px;
}
.mmenu-show #mobile-search .search-box .btn.search {
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 0;
}
.mmenu-show #mobile-search .ibtn.search {
    z-index: 1;
}
.mmenu-show .search-box:after {
    position: absolute;
    content: "\e901";
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    right: 0;
    top: 0;
    font-size: 20px;
    line-height: 30px;
    width: 30px;
    height: 30px;
}
.mmenu-show #mobile-search:before {
    content: "";
    width: 100vw;
    height: calc(100vh - 42px);
    position: absolute;
    left: 0;
    top: 42px;
    bottom: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all .3s ease;
}
.mmenu-show #mobile-search.active:before {
    opacity: 1;
    pointer-events: unset;
}
.mmenu-show #mobile-menu .language-menu {
    background: #193B33;
    color: #fff;
}
.mmenu-show #mobile-menu .share li {
    padding: 0;
}
.mmenu-show #mobile-menu .share .btn {
    margin: 0;
}
.mmenu-show #mobile-search .form-control {
    border-radius: 0;
    font-family: 'EB Garamond', 'å¾®è»Ÿæ­£é»‘é«”', serif;
}
/*------------ /mmenu-show ------------*/
/*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0;
}
.sort_box .control-label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.sort_box .control-box {
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    background: #ddd;
    color: #666;
    padding: 0 5px;
    border: 1px solid #ddd;
}
.sort_box .form-control:focus {
    outline: none;
    background: #fff;
    color: #666;
}
.sort_box .form-group {
    float: left;
    padding: 5px 0;
}
.sort_box .form-group:after {
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon{
    float: left;
    line-height: 30px;
    padding: 3px 0;
    position: relative;
    z-index: 0;
}
.sort_icon .ibtn{
    position: relative;
}
.sort_icon .ibtn:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #aaa;
    z-index: -1;
    transition: all .3s ease;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background: #C0A981;
}
.sort_icon .ibtn.one{
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two{
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four{
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.form-group select.form-control {
    font-weight: normal;
    border-radius: 0;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
/*------------ /sort_box ------------*/
/*------------ 隱私權政策 ------------*/
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255,255,255,0.9);
    color: #444;
    border-radius: 0;
    border: solid 1px #193B33;
    letter-spacing: 0;
    line-height: 1.6;
    font-size: 15px;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.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:#C0A981;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*------------ /隱私權政策 ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1620px) {
    /*------------ floating 1620 ------------*/
    .floating,
    .floating.fancybox-margin {
        right: 0;
        margin-right: 0;
    }
    /*------------ /floating 1620 ------------*/
}
@media screen and (max-width: 1440px) {
    /*------------ site_header 1440 ------------*/
    .site-nav .menu > li {
        padding: 0;
    }
    .site-header .search-box {
        width: 170px;
    }
    /*------------ /site_header 1440 ------------*/
    /*------------ site_footer 1440 ------------*/
    .share .btn {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    /*------------ /site_footer 1440 ------------*/
}
@media screen and (max-width: 1280px) {
    /*------------ site_header 1280 ------------*/
    .wrapper {
        padding-top: 115px;
    }
    .site-title {
        padding: 46px 0 30px;
    }
    .site-title .logo {
        width: 271px;
        height: 39px;
    }
    .header-fixed .site-nav {
        margin-left: 245px;
    }
    .header-fixed .site-title .logo {
        width: 224px;
        height: 32px;
    }
    .site-nav {
        padding: 63px 0 0;
        margin-left: 300px;
    }
    .site-nav .menu > li > a {
        padding: 5px;
        font-size: 15px;
    }
    .site-header .search-box {
        width: 150px;
    }
    .top-nav {
        top: 20px;
    }
    /*------------ /site_header 1280 ------------*/
    /*------------ site_footer 1280 ------------*/
    .site-footer {
        padding: 70px 0 90px;
    }
    .site-info {
        width: 44%;
    }
    .follow {
        width: 34%;
    }
    .footer-title .logo {
        width: 190px;
    }
    /*------------ /site_footer 1280 ------------*/
}
@media screen and (max-width: 1200px) {
    /*------------ site_header 1200 ------------*/
    .site-title .logo {
        width: 220px;
    }
    .site-header .search-box {
        width: 120px;
    }
    .site-header .search-box {
        padding-left: 5px;
        margin-left: 5px;
    }
    .site-header .search-box .form-control {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
    .header-fixed .site-title .logo {
        width: 180px;
    }
    /*------------ /site_header 1200 ------------*/
    /*------------ site_footer 1200 ------------*/
    .site-footer {
        padding: 50px 0 70px;
    }
    .footer-bottom .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 900px;
        margin: 0 auto;
    }
    .site-copyright{
        width: 29%;
    }
    .site-info {
        width: auto;
    }
    .follow {
        width: 100%;
        clear: both;
        padding: 15px 0 0;
        justify-content: center;
    }
    .site-map li+li {
        margin-top: 10px;
    }
    .footer-top .container {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .share .btn {
        font-size: 15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    /*------------ /site_footer 1200 ------------*/
}
@media screen and (max-width: 1000px) {
    /*------------ 隱私權政策 1000 ------------*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 401;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop {
        padding: 0;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition: all .7s;
    }
    .header-fixed .header-sheet {
        display: block;
    }
    /*------------ /隱私權政策 1000 ------------*/
    body {
        font-size: 14px;
    }
    /*------------ warning-sect 1000 ------------*/
    .warning-sect {
        padding: 50px 0;
    }
    /*------------ /warning-sect 1000 ------------*/
    /*------------ site_header 1000 ------------*/
    .header-fixed .wrapper,
    .wrapper {
        padding-top: 40px;
    }
    .site-header,
    .header-fixed .site-header {
        position: static;
        height: auto;
    }
    .site-title,
    .header-fixed .site-title {
        float: none;
        text-align: center;
        padding: 26px 0;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 222px;
        height: 32px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    /*------------ /site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    .main-title {
        font-size: 25px;
        padding: 20px 0;
    }
    .main-content {
        padding: 20px 0 50px;
    }
    .content-top,
    .content-top.text-center {
        margin: 0 0 30px;
    }
    .content-top,
    .breadcrumb {
        margin: 10px 0;
    }
    .content-title {
        font-size: 18px;
    }
    /*btn*/
    .btn.simple {
        max-width: 124px;
        margin: 0;
    }
    .btn.normal {
        min-width: 124px;
    }
    .btn.pure {
        margin: 0 5px 0;
    }
    .btn.simple3 {
        font-size: 16px;
        line-height: 30px;
    }
    .btn.simple .ic {
        margin: -3px 3px 0;
        font-size: 16px;
        line-height: 1;
    }
    .form-box .control-box label {
        margin: 3px;
    }
    .btn-box,
    .arrival-box .btn-box {
        padding-top: 30px;
    }
    /*------------ /site_main 1000 ------------*/
    /*------------ contet_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
    .reminder {
        margin-bottom: 15px;
    }
    .reminder strong {
        font-size: 14px;
    }
    .reminder .require-txt {
        margin-top: 5px;
        font-size: 13px;
    }
    /*------------ / contet_nav 1000 ------------*/
    /*------------ breadcrumb 1000 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
    /*------------ /breadcrumb 1000 ------------*/
    /*------------ table 1000 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ /table 1000 ------------*/
    /*------------ sort_box 1000 ------------*/
    .sort_box {
        margin: 0;
        font-size: 12px;
    }
    /*------------ /sort_box 1000 ------------*/
    /*------------ pagination 1000 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -29px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ /pagination 1000 ------------*/
    /*------------ form 1000 ------------*/
    .form-title {
        font-size: 14px;
        margin-bottom: 5px
    }
    .form-box .row {
        margin: 0;
    }
    .form-box .col {
        float: none;
        width: auto;
        padding: 0;
    }
    .form-wrap.type2 {
        border: 0;
    }
    .form-wrap.type2 .form-box {
        max-width: none;
        padding: 0;
    }
    .form-box .name2 .control-box {
        padding: 0;
    }
    .form-box .name2 .radio-box {
        bottom: 100%;
    }
    .form-box .address2 .input-box {
        width: 50%;
    }
    .form-box .address2 .input-box:last-child {
        width: 100%;
    }
    .form-wrap.type1 .tips {
        min-height: 0;
    }
    .success-msg {
        font-size: 16px;
    }
    .success-msg2 {
        font-size: 16px;
    }
    .success-box {
        line-height: 1.75;
    }
    .success-txt:after {
        display: none;
    }
    .content {
        min-height: inherit;
    }
    /*------------ /form 1000 ------------*/
    /*------------ lightbox 1000 ------------*/
    .notice-box .title .icon {
        display: none;
    }
    .notice-box .title {
        float: none;
        margin: 0px auto;
    }
    .notice-box .txt {
        margin-left: 0;
        text-align: center;
    }
    /*------------ /lightbox 1000 ------------*/
    /*------------ table 1000 ------------*/
    .table-h {
        border-top: 1px solid #bbb;
    }
    .table-h thead {
        display: none;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td {
        border-left: 0;
    }
    .table-h td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 14px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 1.4;
    }
    .table-h td a {
        display: inline-block;
        line-height: 1.5;
    }
    .table-v th,
    .table-v td {
        padding: 6px;
    }
    .table-v th {
        width: 90px;
    }
    /*------------ /table 1000 ------------*/
    /*------------ sort_icon 1000 ------------*/
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
    /*------------ /sort_icon 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        background: url(../../images/common/mobile_gotop.svg) 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        border: 0;
        font-size: 0;
    }
    .floating .ibtn.gotop::before,
    .floating .ibtn.gotop::after {
        display: none;
    }
    /*------------ /floating 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .site-footer {
        padding: 40px 0 60px;
    }
    .footer-top,
    .footer-bottom .share {
        display: none;
    }
    .site-info {
        width: 100%;
        padding: 0 0 30px;
        display: flex;
        justify-content: center;
        order: 1;
    }
    .follow {
        width: 100%;
        justify-content: center;
        padding: 0 0 30px;
        order: 2;
    }
    .site-copyright {
        width: 100%;
        padding: 0;
        text-align: center;
        order: 3;
        border: 0;
    }
    .site-copyright .author {
        display: block;
    }
    .footer-title,
    .footer-title .logo {
        display: none;
    }
    .footer-bottom .container {
        display: flex;
        flex-direction: column;
    }
    .site-info li+li {
        padding: 0;
    }
    /*------------ /site_footer 1000 ------------*/
}
@media screen and (max-width: 650px) {
    /*------------ lightbox 650 ------------*/
    .lightbox-wrapper.login-box .notice-box .title {
        margin: 10px 0 5px;
        font-size: 16px;
    }
    .login-box .main-title {
        padding-top: 0;
    }
    .lightbox-title span,
    .login-box .main-title span,
    .lightbox-title {
        font-size: 16px;
        line-height: 1.2;
    }
    .lightbox-title {
        margin-bottom: 5px;
    }
    .login-box .success-msg {
        font-size: 21px;
    }
    .login-box .success-msg2 {
        font-size: 19px;
    }
    .arrival-box .pd-name {
        font-size: 16px;
    }
    .lightbox-wrapper {
        padding: 25px 5px 5px;
    }
    .products-arrival-advice .lightbox-wrapper {
        padding-top: 5px;
    }
    .lightbox-wrapper .form-box {
        padding: 2px 0;
    }
    .cart_login_box .lightbox-wrapper {
        padding: 5px;
    }
    .cart-login.col {
        width: 100%;
        border: none;
    }
    .cart-login.col.col2 {
        padding: 5px;
    }
    .cart-login.col.col1 {
        right: 0;
    }
    .cart_login_box .btn-box {
        margin: 5px 0;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 5px;
        margin: 3px 0;
    }
    .cart_login_box .btn.normal2,
    .cart_login_box .btn.normal2.send {
        line-height: 25px;
        height: 25px;
        font-size: 10px;
        width: 100%;
        margin-bottom: 5px;
        padding: 0;
    }
    .cart_login_box .btn-box.col2 .btn.normal2{
        width: 45%;
    }
    /*------------ /lightbox 650 ------------*/
    /*------------ form 650 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ /form 650 ------------*/
}
@media screen and (max-width: 500px) {
    .mmenu-show #mobile-fixed .logo-fixed-menu {
        width: 150px;
    }
}
@media screen and (max-width: 400px) {
    /*------------ table 400 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        background: #F7F7F7;
        border: 0;
    }
    .cart-login.col.col2 {
        padding: 0 15px;
    }
    .search-box:after {
        position: absolute;
        content: "\e901";
        font-family: 'icon-font' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        right: 0px;
        top: 0;
        font-size: 20px;
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
    .ibtn.search {
        position: relative;
        z-index: 99;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    /*------------ /table 400 ------------*/
    /*------------ sort_box 400 ------------*/
    .sort_box .control-box span {
        display: none;
    }
    .sort_box .form-control.sort-pc {
        display: none;
    }
    .sort_box .form-control.sort-mobile {
        display: block;
        width: 80px;
    }
    /*------------ /sort_box 400 ------------*/
}
/*------------ 加購單元_暫時隱藏 ------------*/
@media screen and (min-width: 1000px) {
    .new_menu {
        display: none!important;
    }
}
/*------------ /加購單元_暫時隱藏 ------------*/
/*------------ LINE 登入按鈕 ------------*/
.LINE-login-button a{
    width: 250px;
    height: 40px;
    background: #00C300;
    border-radius: 6px;
    display: flex;
    margin: auto;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-icon{
    background: url(../../images/common/line-icon.svg);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    background-size: 31px 30px;
    background-position: center;
    border-right:1px solid #00b300;
    transition: all .3s ease;
}
.LINE-login-button a .LINE-text{
    font-size: 14px;
    font-weight: 600;
    width: 210px;
    color:#FFF;
    text-align: center;
    line-height: 39px;
}
.LINE-login-button a:hover{
    background: #00e000;
}
.LINE-login-button a:hover .LINE-icon{
    border-right:1px solid #00c900;
}
.LINE-login-button a:focus{
    background: #00e000;
}
.LINE-login-button a:focus .LINE-icon{
    border-right:1px solid #00c900;
}
.LINE-login-button a:active{
    background: #00b300;
}
.LINE-login-button a:active .LINE-icon{
    border-right:1px solid #009800;
}
.LINE-login-button a:disabled{
    background: #c6c6c6;
}
.LINE-login-button a:disabled .LINE-icon{
    border-right:1px solid #b5b5b5;
}
/*------------ /LINE_登入按鈕 ------------*/