@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
/*------------  basic ------------*/
body {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    background: url('../../images/common/bg.webp') no-repeat fixed;
    background-size: cover;
    font-family: 'Noto Sans TC', Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei', '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
/*------------ /basic ------------*/
/*------------ pic ------------*/
.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);
}
/*------------ /pic ------------*/
/*------------ btn ------------*/
/*share*/
.share .btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    background: rgb(233, 241, 220, 0.2);
    border-radius: 50%;
}
.share .btn.facebook:hover {
    background: #3B5999;
}
.share .btn.plurk:hover {
    background: #FF5C26;
}
.share .btn.google:hover {
    background: #D93600;
}
.share .btn.twitter:hover {
    background: #000;
}
/*/share*/
/*fb*/
.ibtn.fb-fans-page {
    width: 100px;
    height: 100px;
    background: url('../../images/tw/fb.webp') no-repeat;
    background-size: contain;
    transition: all 0.3s ease;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.7;
}
/*/fb*/
/*back*/
.btn.back {
    text-align: center;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    background: #333;
    border-radius: 40px;
    transition: all 0.3s ease;
}
.btn.back:hover {
    opacity: 0.7;
}
.btn.back .ic {
    position: relative;
    top: 2px;
    padding-right: 10px;
    font-size: 20px;
    transition: all 0.3s ease;
    opacity: 0.7;
}
/*/back*/
/*simple*/
.btn.simple {
    text-align: center;
    line-height: 40px;
    padding: 0 30px;
    margin: 0 5px;
    color: #fff;
    background: #333;
    border-radius: 40px;
    transition: all 0.3s ease;
}
.btn.simple .ic {
    position: relative;
    top: 2px;
    padding: 0 5px;
    font-size: 20px;
    transition: all 0.3s ease;
    opacity: 0.7;
}
.btn.simple:hover {
    opacity: 0.7;
}
/*/simple*/
/*simple2*/
.btn.simple2 {
    background: #333;
    color: #fff;
    line-height: 40px;
    border-radius: 40px;
    padding: 0 30px;
    margin: 0;
    transition: all 0.3s ease;
}
.btn.simple2:hover {
    opacity: 0.7;
}
/*/simple2*/
/*normal*/
.btn.normal {
    background: #333;
    color: #fff;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px 10px;
    border-radius: 40px;
}
.btn.normal:hover {
    opacity: 0.7;
}
.btn.normal .ic {
    vertical-align: middle;
    margin: 0 0 5px 0;
}
/*/normal*/
.btn.pure {
    color: #EB6060;
    font-size: 14px;
    line-height: 30px;
    padding: 0;
    margin: 0 5px;
    text-decoration: underline;
}
.btn.pure:hover {
    opacity: 0.7;
}
/*---------------- /btn ---------------*/
/*---------------- site_header ---------------*/
.site-header {
    padding: 0 0 25px;
    border-top: 6px solid #181819;
}
.site-header::before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #181819;
}
.site-header .container {
    max-width: 1440px;
    padding: 0;
}
.site-title {
    position: relative;
    float: left;
    text-align: center;
    padding: 50px 0 25px;
}
.site-title .logo {
    background: url('../../images/common/logo.webp') 50% 50% no-repeat;
    background-size: contain;
    width: 362px;
    height: 118px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
/*top-nav*/
.top-nav {
    position: absolute;
    display: flex;
    align-items: center;
    top: 92px;
    right: 0;
    z-index: 10;
}
.func-menu>li>a {
    display: flex;
    align-items: center;
    color: #666;
    line-height: 32px;
    letter-spacing: 0;
    padding: 0 15px 0 0;
    transition: all 0.3s ease;
}
.func-menu>li>a:hover {
    color: #333;
}
.func-menu>li>a .ic {
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 9px;
    font-size: 16px;
    color: #fff;
    background: #CCCCCC;
    border-radius: 50%;
    transition: all 0.3s ease;
}
.func-menu>li>a:hover .ic {
    background: #333;
}
.gocart {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}
.gocart>a {
    position: relative;
    display: block;
    display: flex;
    align-items: center;
    line-height: 50px;
    padding-left: 80px;
    color: #333;
    font-size: 33px;
}
.gocart>a::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 69px;
    height: 27px;
    background: url('../../images/common/gocart_title.webp') no-repeat;
    background-size: contain;
}
.gocart>a .ic {
    font-size: 25px;
    color: #AAAAAA;
}
.gocart>a .qty {
    margin: 0 5px;
    font-family: 'Marcellus', serif;
}
.gocart>a .txt {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    background: #333;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.gocart>a:hover .txt {
    color: #333;
    background: #E9F1DC;
}
.gocart .cart-box {
    position: absolute;
    z-index: 10;
    width: 300px;
    right: 0;
    top: 100%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #333;
    padding: 2px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s ease; 
    transform: rotateX(-90deg);
    transform-origin: 50% 0;
}
.gocart.active .cart-box {
    pointer-events: visible;
    visibility: visible;
    opacity: 1;
    transform: rotateX(0);
}
.gocart .cart-box .btn {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fff;
    background: #333;
    border-radius: 0;
    transition: all 0.3s ease;
}
.gocart .cart-box .btn:hover {
    background: #E9F1DC;
    color: #333;
}
.gocart .cart-box .btn .ic {
    vertical-align: middle;
    margin: 0 0 5px;
}
/*購物車下拉*/
.gocart .cart-list {
    padding: 5px 0 0;
}
.gocart .cart-list li+li {
    border-top: 1px dashed #eee;
}
.gocart .cart-list .box {
    display: block;
    overflow: hidden;
    padding: 8px 4px;
}
.gocart .cart-list .pic {
    float: left;
    width: 70px;
}
.gocart .cart-list .txt {
    margin-left: 82px;
    line-height: 1.7;
}
.gocart .cart-list .name {
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.gocart .cart-list .box:hover .name {
    color: #878787;
}
.gocart .cart-list .qty {
    color: #EB6060;
    font-family: 'Marcellus', serif;
}
.gocart .cart-list .box{
    position: relative;
}
.gocart .cart-list .box .cover{
    position: absolute;
    z-index: 30;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 0;
}
/*/購物車下拉*/
/*會員下拉*/
.func-menu>li.gomember {
    position: relative;
    display: inline-block;
}
.func-menu .gomember-box {
    position: absolute;
    z-index: 10;
    width: 150px;
    right: 0;
    left: 0;
    top: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 2;
    border: 1px solid #333;
    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 dashed #eee;
}
.func-menu .gomember-list li:last-of-type {
    border: 0;
}
.func-menu .gomember-list a {
    display: block;
    overflow: hidden;
    padding: 5px 0;
    transition: all 0.3s ease;
}
.func-menu .gomember-list a:hover {
    color: #878787;
}
.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: #292929;
    font-size: 15px;
}
.func-menu .login-out-fixed {
    background: #333;
    color: #fff;
    transition: all 0.3s ease;
}
.func-menu .gomember-list .login-out-fixed a:hover {
    background: #E9F1DC;
    color: #333;
}
/*/會員下拉*/
/*------------ /top-nav ------------*/
/*------------ site-header ------------*/
/*搜尋列*/
.submenu {
    position: relative;
    text-align: left;
    width: calc(100% - 800px);
}
.submenu.sort_search {
    width: calc(100% - 670px);
}
.search-box {
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
    width: 100%;
}
.submenu.sort_search .search-box {
    padding: 0;
}
.search-box .form-control {
    margin: 0;
    border-radius: 30px;
    border-color: #EEEEEE;
    background: #EEEEEE;
    font-family: 'Marcellus', 'Noto Sans TC', serif;
    transition: all 0.3s ease;
}
.search-box .form-control:focus {
    border-color: #333;
}
.search-box .ibtn.search {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    text-indent: unset;
    font-size: 0;
    width: 38px;
    height: 30px;
    border-radius: 30px;
    transition: all 0.3s ease;
    background: url(../../images/common/btn_search.webp) no-repeat 50% 50%;
    background-size: cover;
}
.submenu.sort_search .search-box .ibtn.search{
    height: 34px;
    border-radius: 0;
}
.search-box .ibtn.search:hover {
    background: url(../../images/common/btn_search_hover.webp) no-repeat 50% 50%;
    background-size: cover;
}
/*/搜尋列*/
/*語系*/
.site-header .language {
    position: relative;
}
.site-header .language .btn {
    display: none;
}
.site-header .language li a {
    display: block;
    background: #F99602;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 12px;
}
.site-header .language li a:hover {
    background: #6A4113;
}
/*/語系*/
.site-nav {
    padding: 0 30px;
    background: #fff;
    border-radius: 50vw;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-nav .menu {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.site-nav .menu li {
    position: relative;
}
.site-nav .menu li a {
    display: block;
}
.site-nav .menu>li+li::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    width: 1px;
    height: 30px;
    background: #DDDDDD;
    transform: rotate(15deg);
}
.site-nav .menu>li:nth-last-child(-n+4) {
    display: none;
}
.site-nav .menu>li>a {
    position: relative;
    box-sizing: border-box;
    width: 100px;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 2px;
    line-height: 1;
    padding: 18px 5px;
    transition: all 0.3s ease;
}
.site-nav .menu>li.active>a,
.site-nav .menu>li>a:hover {
    color: #02683D;
}
.site-nav .menu>li>a .icon {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 47px;
    height: 47px;
    margin: 0 auto 7px;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: visible;
    z-index: 1;
}
.site-nav .menu>li>a .icon.i1 {
    background-image: url('../../images/common/menu_ic_8.webp');
}
.site-nav .menu>li>a .icon.i2 {
    background-image: url('../../images/common/menu_ic_2.webp');
}
.site-nav .menu>li>a .icon.i3 {
    background-image: url('../../images/common/menu_ic_1.webp');
}
.site-nav .menu>li>a .icon.i4 {
    background-image: url('../../images/common/menu_ic_3.webp');
}
.site-nav .menu>li>a .icon.i5 {
    background-image: url('../../images/common/menu_ic_4.webp');
}
.site-nav .menu>li>a .icon.i6 {
    background-image: url('../../images/common/menu_ic_5.webp');
}
.site-nav .menu>li>a .icon.i7 {
    background-image: url('../../images/common/menu_ic_6.webp');
}
.site-nav .menu>li>a .icon.i8 {
    background-image: url('../../images/common/menu_ic_7.webp');
}
.site-nav .menu>li>a::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #E9F1DC;
    border-radius: 100%;
    transition: all 0.3s ease;
}
.site-nav .menu>li>a::after {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: #02683D;
    border-radius: 100%;
    transition: all 0.3s ease;
    transform: scale(0);
}
.site-nav .menu>li>a:hover:after {
    transform: scale(1);
}
.site-nav .menu ul {
    display: none;
    position: absolute;
    box-sizing: border-box;
    width: 190px;
    z-index: 600;
}
.site-nav .menu>li>ul {
    top: 100%;
    left: 50%;
    margin-left: -95px;
}
.site-nav .menu>li>ul:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #333 transparent;
    position: absolute;
    top: -7px;
    left: 50%;
    margin-left: -8px;
}
.site-nav .menu ul li a {
    color: #555;
    text-align: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.85);
    margin-bottom: 1px;
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active>a {
    color: #fff;
    background: #333;
    text-decoration: underline;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
    margin-left: 1px;
}
.site-nav .menu ul ul:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 2px;
}
.site-nav .menu .new_menu{
    display:none;
}
/*---------------- / site_header ---------------*/
/*---------------- header-fixed ---------------*/
.header-fixed .site-header {
    position: fixed;
    width: 100%;
    padding: 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    background: #fff;
    z-index: 500;
}
.header-fixed .site-header::before {
    top: 3px;
}
.header-fixed .func-menu li {
    display: none;
}
.header-fixed .func-menu .gomember-box li{
    display: block;
}
.header-fixed .func-menu .gomember {
    display: block;
}
.header-fixed .submenu:not(.sort_search) {
    position: absolute;
    top: 22px;
    right: 270px;
}
.header-fixed .site-title {
    padding: 10px 0 8px;
}
.header-fixed .site-title .logo {
    width: 153px;
    height: 50px;
}
.header-fixed .top-nav {
    top: 10px;
}
.header-fixed .site-nav .menu>li>a {
    padding: 7px 5px;
}
.header-fixed .site-nav .menu>li>a .icon {
    display: none;
}
.header-fixed .site-nav {
    text-align: center;
    background: #E9F1DC;
}
.header-fixed .site-nav .menu>li>a::before,
.header-fixed .site-nav .menu>li>a::after {
    display: none;
}
.header-fixed .gocart>a {
    line-height: 30px;
    padding-left: 0;
}
.header-fixed .gocart>a::before {
    display: none;
}
.header-fixed .banner {
    margin-top: 322px; 
}
/*---------------- /header-fixed ---------------*/
/*---------------- 拆單_shopping_way ---------------*/
.shopping_way.hot span {
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    bottom: 5px;
    position: relative;
}
.shopping_way.hot {
    text-align: center;
    margin-top: 8px;
    font-weight: normal;
}
.shopping_way .general {
    background: #b7b7b7;
}
.shopping_way .cold {
    background: #64e278;
}
.shopping_way .freezing {
    background: #91d5f3;
}
.shopping_way span+span {
    margin-left: 10px;
}
.shopping_way.hot.fixed {
    text-align: left;
}
/*---------------- /拆單 ---------------*/
/*---------------- banner ---------------*/
.banner {
    position: relative;
    padding: 0;
}
.banner .container {
    max-width: 1440px;
    padding: 0;
    z-index: 2;
}
/*---------------- /banner ---------------*/
/*---------------- share_box ---------------*/
.share_box .share-link .btn {
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    border: 0;
    margin: 0;
}
.share_box .share-link .btn.facebook {
    color: #405D9A;
}
.share_box .share-link .btn.google {
    color: #F34537;
}
.share_box .share-link .btn.twitter {
    color: #000;
}
.share_box .share-link .btn.plurk {
    color: #E9443D;
}
.share_box.product {
    margin: 10px auto 0px auto;
    max-width: 840px;
}
.share_box {
    margin: 10px 0 30px;
    text-align: center;
}
.share_box .share-link .btn.blogger,
.share_box .share-link .btn.facebook,
.share_box .share-link .btn.google,
.share_box .share-link .btn.twitter,
.share_box .share-link .btn.mail,
.share_box .share-link .btn.linkedin,
.share_box .share-link .btn.tumblr,
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .btn.line,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w,
.share_box .share-link .btn.pinterest,
.share_box .share-link .btn.plurk {
    color: #ccc;
    cursor: pointer;
}
.a2a_default_style .a2a_svg {
    display: none;
}
.share_box .share-link .btn.blogger:hover {
    color: #F26C38;
}
.share_box .share-link .btn.facebook:hover {
    color: #405D9A;
}
.share_box .share-link .btn.google:hover {
    color: #F34537;
}
.share_box .share-link .btn.twitter:hover {
    color: #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 .a2a_kit {
    padding: 3px 0 0;
}
.share_box .share-link .icon-ic-share-t,
.share_box .share-link .icon-ic-share-linecall,
.share_box .share-link .icon-ic-share-w {
    font-size: 25px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
    margin: 0;
    padding: 0;
}
.share_box .share-link .btn.line {
    padding: 0;
}
.share_box .share-link:before {
    display: none;
}
.share_box .share-link .icon-ic-share-twitter::before {
    font-family: 'icon-font' !important;
    content: "\ff007" !important;
}
/*---------------- /share_box ---------------*/
/*---------------- site_main ---------------*/
.main-content {
    padding: 100px 0 120px;
}
.content {
    position: relative;
    box-sizing: border-box;
    min-height: 150px;
    width: 100%;
    padding: 0 15px 80px;
    background: #fff;
    border: 1px solid #eee;
}
.content-top {
    margin: 0 0 10px;
    padding: 30px 0 0;
}
.main-title {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    color: #333;
    font-size: 32px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
}
.main-title::before {
    content: '';
    position: absolute;
    bottom: -1.5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 120px;
    height: 3px;
    background: #aaa;
}
.main-title i {
    position: relative;
    font-size: 22px;
    top: -3px;
}
.content-title {
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0 -15px 20px;
    padding: 5px 15px;
    font-weight: normal;
    color: #333;
    background: #E9F1DC;
}
.content-title small {
    display: block;
    color: #FBA41A;
    font-family: 'Signika Negative', sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}
.btn-box {
    position: relative;
    text-align: center;
    padding-top: 40px;
    clear: both;
}
.btn-box:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
}
.btn-box.align-left {
    text-align: left;
}
/*---------------- /site_main ---------------*/
/*---------------- warning ---------------*/
.warning-sect {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 45px;
}
/*---------------- /warning ---------------*/
/*---------------- footer-info ---------------*/
.footer-info {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    margin: 0 0 42px;
}
/*---------------- /footer-info ---------------*/
/*---------------- breadcrumb ---------------*/
.breadcrumb {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0 0 5px;
    font-size: 13px;
    color: #878787;
    transition: all 0.3s ease;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: ' - ';
}
.breadcrumb li a:hover {
    color: #333;
}
.content-breadcrumb-box {
    margin: 0 auto;
}
.content-breadcrumb-box .breadcrumb {
    position: relative;
    right: unset;
    bottom: unset;
    float: none;
    display: inline-block;
    color: #878787;
    transition: all 0.3s ease;
    padding: 15px 0;
    margin: 0;
}
/*---------------- /breadcrumb ---------------*/
/*---------------- side ---------------*/
.content-wrapper {
    display: flex;
    width: 100%;
}
.side {
    box-sizing: border-box;
    flex: 0 0 280px;
    padding: 0 40px 0 0;
}
.has-side .content {
    flex: 1;
    min-width: 0;
}
.side-title {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 20px; 
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 1.2;
    color: #fff;
    background: #333333;
}
.side-title span {
    display: block;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Marcellus', sans-serif;
}
/*產品優惠活動*/
.side-nav-top {
    line-height: 1.4;
    letter-spacing: 1px;
    margin: 15px auto 15px;
}
.side-nav-top li a {
    font-size: 16px;
    padding: 15px 50px 15px 20px;
    background: #F4F4F4;
    transition: all 0.3s ease;
}
.side-nav-top li+li {
    border-top: 1px solid #e5e5e5;
}
.side-nav-top li a:hover {
    color: #fff;
    background: #042618;
}
.side-nav-top li a .ic {
    font-size: 20px;
    position: absolute;
    left: 0;
}
/*/產品優惠活動*/
.side-nav {
    text-align: left;
    margin: 0 auto 38px;
    letter-spacing: 1px;
    line-height: 1.4;
    background: #fff;
    border: 1px solid #eee;
}
.side-nav>li>a {
    padding: 7px 50px 7px 20px;
    font-size: 16px;
    color: #666;
    background: transparent;
    transition: all 0.3s ease;
}
.side-nav>li>a:hover,
.side-nav>li.active>a {
    color: #333;
    background: #E9F1DC;
}
.side-nav>li>a:after {
    content: '\f107';
    position: absolute;
    top: 6px;
    right: 20px;
    font-family: 'icon-font' !important;
    font-size: 16px;
    transition: all .3s ease;
}
.side-nav>li>a:hover:after,
.side-nav>li.active>a:after {
    transform: rotate(180deg);
}
.side-nav ul {
    display: none;
    padding: 10px 0;
    background: #F4F4F4;
}
.side-nav ul li a {
    color: #666;
    padding: 5px 50px 5px 25px;
}
.side-nav ul li a::before {
    content: '- ';
}
.side-nav ul li a:hover,
.side-nav ul li.active>a {
    color: #333;
}
.side-nav ul ul {
    padding: 10px 0;
}
.side-nav ul li li a {
    color: #666;
    padding: 5px 50px;
}
.side-nav ul li li a::before {
    content: '。';
}
/*聯絡我們_contact*/
.contact-sect-content .c_sect_index {
    display: none;
}
.contact-sect-content .c_sect_content {
    display: block;
}
.c_sect_content {
    position: relative;
    box-sizing: border-box;
    padding: 40px 10px 125px;
    background: url(../../images/common/c_bg_c.webp) no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: hidden;
}
.c_sect_content::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgb(233, 241, 220, 0.8);
    border-radius: 0 0 50vw 50vw;
    z-index: -1;
}
.c_sect_content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 4px;
    height: 18px;
    background: #333;
}
.c_sect_content .c_txt li+li {
    margin: 5px 0 0;
}
.c_sect_content .c_txt li i {
    text-align: center;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #666666;
    border-radius: 100%;
    margin: 0 5px 0 0;
}
.c_sect_content .c_txt li i::before {
    font-size: 10px;
    position: relative;
    left: 1px;
}
.c_sect_content.c_txt li i.ic-map-marker:before {
    font-size: 12px;
    top: 1px;
}
.c_sect_content li a,
.c_sect_content span {
    display: inline;
    font-family: 'Marcellus', 'Noto Sans TC', serif;
}
.c_sect_content .c_tips {
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 0 0 20px;
}
/*/聯絡我們_contact*/
/*---------------- /side ---------------*/
/*---------------- site_footer ---------------*/
.site-footer {
    position: relative;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.8);
    background: url('../../images/common/f_bg.webp') no-repeat;
    background-size: cover;
}
.site-footer .col {
    float: left;
}
.footer-top {
    padding: 70px 0 100px;
}
.site-footer .tit {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 30px;
    font-size: 20px;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Marcellus', serif;
}
.site-map {
    position: relative;
    box-sizing: border-box;
    width: 35%;
    padding-right: 15px;
    overflow: hidden;
}
.site-map ul{
    box-sizing: border-box;
    float: left;
}
.site-map ul+ul{
    margin: 0 0 0 20px;
}
.site-map li+li{
    margin-top: 10px;
}
.site-map ul a {
    transition: all 0.3s ease;
}
.site-map ul a::before {
    content: '- ';
}
.site-map ul a:hover{
    color: #fff;
}
.site-info {
    position: relative;
    box-sizing: border-box;
    width: 35%;
    padding-right: 15px;
    overflow: hidden;
}
.site-info li+li{
    margin-top: 10px;
}
.site-info li a,
.site-info span {
    display: inline-block;
}
.site-info span {
    padding-left: 10px;
}
.site-info li a {
    transition: all 0.3s ease;
}
.site-info li a:hover{
    color: #fff;
}
.site-info .tips {
    position: relative;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    margin: 10px 0 0;
    padding: 3px 15px;
    background: rgb(233, 241, 220, 0.2);
    display: inline-block;
}
.follow-box {
    position: relative;
    box-sizing: border-box;
    width: 30%;
    overflow: hidden;
}
.footer-bottom {
    text-align: center;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    letter-spacing: 0.5px;
}
.footer-bottom a:hover {
    color: #fff;
    text-decoration: underline;
}
/*---------------- /site_footer ---------------*/
/*---------------- floating ---------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 50%;
    bottom: 45%;
    margin-right: -730px;
    z-index: 400;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    position: absolute;
    display: block;
    text-align: center;
    width: 66px;
    height: 66px;
    line-height: 66px;
    padding: 0;
    margin: 0;
    text-indent: initial;
    text-transform: lowercase;
    font-size: 22px;
    color: #333;
    background: rgb(233, 241, 220, 0.8);
    border-radius: 100%;
    cursor: pointer;
    transform: scale(1);
    transition: all 0.5s ease;
    font-family: 'Marcellus', serif;
    z-index: 150;
}
.floating .ibtn.gotop:hover {
    transform: scale(1.2);
}
/*---------------- /floating ---------------*/
/*---------------- content_nav ---------------*/
.btn.logout {
    display: block;
    background: #241711;
    color: #fff;
    font-size: 14px;
    width: 90px;
    line-height: 25px;
    margin: 5px auto 0;
}
.btn.logout:hover {
    background: #B20000;
}
.content-nav {
    margin-top: 30px;
    text-align: center;
}
.content-nav li a {
    color: #545454;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 10px;
}
.content-nav li a:hover,
.content-nav li.active>a {
    color: #000;
}
.content-nav li a .ic {
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 34px;
    background: #fff;
    border-radius: 50%;
    margin: 0 8px 3px 0;
}
.content-nav li a:hover .ic,
.content-nav li.active>a .ic {
    background: #B20000;
    color: #fff;
}
/*---------------- /content_nav ---------------*/
/*---------------- pagination ---------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    letter-spacing: 0;
    list-style-type: none;
}
.pagination li {
    display: inline-block;
    vertical-align: middle;
}
.pagination li a {
    display: block;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.3s ease;
    font-family: 'Marcellus', serif;
}
.pagination li a:hover,
.pagination li.active a {
    color: #333;
}
.pagination li a.controls {
    background: #E3E3E3;
    font-size: 18px;
    padding: 0;
    line-height: 25px;
    border-radius: 50%;
}
.pagination li a.controls:hover {
    background: #333;
    color: #fff;
}
.pagination li a.prev {
    margin-right: 10px;
}
.pagination li a.next {
    margin-left: 10px;
}
.page-info {
    display: none;
}
.page-info .form-control {
    margin: 0;
}
/*------------ /pagination ------------*/
/*------------ form ------------*/
.reminder {
    text-align: center;
    margin: 0 0 30px;
}
.reminder span {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*數量*/
.qty-box {
    position: relative;
    display: inline-block;
    width: 100px;
    max-width: none;
    padding: 0 29px;
    box-sizing: border-box;
}
.qty-box .form-control {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0 5px;
    z-index: 1;
    border-radius: 0;
}
.qty-box .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
    color: #666;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute !important;
    z-index: 0;
    top: 0;
}
.qty-box .btn:hover {
    color: #fff;
    background: #333;
    z-index: 2;
}
.qty-box .less {
    left: 0;
    border-radius: 0;
}
.qty-box .add {
    right: 0;
    border-radius: 0;
}
.main-content.cart-two .qty-box {
    width: auto;
    padding: 0;
}
/*/數量*/
.form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 28px;
    padding: 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 0;
    margin: 0 0 10px;
    transition: all 0.3s ease;
}
.form-control:focus {
    outline: none;
    border-color: #333;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
    height: auto;
}
/*編輯會員資料*/
.static-control {
    line-height: inherit;
    color: #000;
    font-weight: normal;
    margin: 0 0 6px;
    padding: 0 5px;
}
/*/編輯會員資料*/
/*表單*/
.form-wrap {
    margin: 0 auto;
    box-sizing: border-box;
}
.form-title {
    text-align: center;
    font-size: 20px;
    margin: 20px 0 10px;
}
.form-box {
    margin: 0 auto;
    padding: 25px 0;
}
/*加入會員*/
.form-wrap.type1 .form-box {
    padding: 0;
}
/*加入會員*/
/*會員*/
.form-wrap.type2 .form-box {
    margin: 0 auto;
    padding: 0;
    max-width: 850px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*會員*/
.form-wrap.type3 .form-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 850px;
    padding: 0;
}
.form-box .row {
    margin: 0 -2%;
    position: relative;
}
.form-box .row img {
    margin: 0px;
}
.form-box .col {
    float: left;
    width: 50%;
    padding: 0 2%;
}
.form-box .required {
    position: relative;
}
.form-box .required:after {
    content: '必填';
    display: inline-block;
    color: #333;
    font-size: 13px;
    line-height: 16px;
    padding: 0 10px;
    background: #E9F1DC;
    border-radius: 10px;
    margin-left: 8px;
}
.form-box .form-group {
    padding: 0 0 10px;
    line-height: 30px;
}
.form-box .form-group:after {
    content: '';
    display: block;
    clear: both;
}
.form-box .control-label {
    display: block;
    line-height: inherit;
    padding-left: 4px;
}
.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: 50%;
    max-width: 280px;
}
.form-box .captcha a {
    display: inline-block;
    vertical-align: top;
    color: #FABE00;
    line-height: inherit;
    margin-left: 5px;
    margin-bottom: 6px;
    transition: all .3s ease;
}
.form-box .captcha a:hover {
    color: #FF5C2D;
}
.form-box .captcha a * {
    vertical-align: middle;
}
.form-box .captcha a .ic {
    border: 1px solid #ddd;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    transition: transform .3s;
}
.form-box .captcha a:hover .ic {
    transform: rotate(270deg);
}
.form-box .name .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .name2 .control-box {
    padding-right: 150px;
}
.form-box .name2 .radio-box {
    line-height: inherit;
    position: absolute;
    right: 0;
    bottom: 0;
}
.form-box .name2 .radio-box label {
    margin-bottom: 0;
}
.form-box .tips {
    line-height: 1.5;
    margin-bottom: 6px;
    color: #BBA273;
    font-size: 14px;
    padding: 0 5px;
}
.form-wrap.type1 .tips {
    min-height: 30px;
}
.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 .control-box {
    position: relative;
}
.form-box .name .radio-box {
    line-height: 36px;
    position: absolute;
    right: 0;
    bottom: 100%;
}
.form-box .name .radio-box label {
    display: inline-block;
    margin-bottom: 0;
}
.form-box .account .control-label {
    float: left;
}
.form-box .account .control-box {
    margin-left: 60px;
}
.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;
}
.pd-txt .form-radio,.pd-txt .form-checkbox{
    display:block;
}
.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 3px;
}
.form-radio:before {
    background-image: url('../../images/common/form_radio.svg');
}
.no-svg .form-radio:before {
    background-image: url('../../images/common/form_radio.webp');
}
.form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.webp');
}
.no-svg .form-checkbox:before {
    background-image: url('../../images/common/form_checkbox.webp');
}
.form-radio.checked:before,
.form-checkbox.checked:before {
    background-position: 0 100%;
}
/*/表單*/
/*成功訊息*/
.success-wrap {
    position: relative;
    box-sizing: border-box;
}
.success-wrap.type2 {
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.success-box {
    text-align: center;
}
.success-msg {
    color: #EB6060;
    font-size: 20px;
    margin: 0 0 20px;
}
.success-msg span {
    color: #F89600;
    font-weight: normal;
}
.success-msg small {
    color: #F89600;
    font-size: 21px;
    font-weight: normal;
    letter-spacing: 0.02em;
}
.success-txt a {
    text-decoration: underline;
    color: #EB6060;
    transition: all 0.3s ease;
}
.success-txt a:hover {
    opacity: 0.7;
}
.success-box .order-id {
    font-size: 17px;
    line-height: 1.5;
    padding: 6px 16px;
    margin: 1em auto 1.6em;
    max-width: 440px;
    border-radius: 0;
    color: #666;
    background: #F4F4F4;
    border: 1px solid #333;
}
.success-box .order-id a{
    color: #fff;
}
/*/成功訊息*/
/*------------ /form ------------*/
/*------------ table ------------*/
.table-h td {
    padding: 10px 6px;
    line-height: 1.4;
    text-align: center;
    min-width: 85px;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    background: #F4F4F4;
    padding: 8px 12px;
}
.table-h thead{
    border: 0;
}
.table-h tbody {
    border-top: 1px solid #eee;
}
.table-h tbody tr+tr {
    border-top: 1px dashed #eee;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table th span,
.table td span {
    color: #BBA273;
}
.table-v {
    color: #666;
}
.table-v th,
.table-v td {
    padding: 12px 24px;
    vertical-align: middle;
}
.table-v th {
    background: #F4F4F4;
    color: #666;
    text-align: center;
    width: 120px;
    position: relative;
}
.table-v tr+tr {
    border-top: 1px solid #eee;
}
.table-v strong {
    color: #EB6060;
}
.table-v b {
    font-weight: normal;
    color: #666;
    text-decoration: underline;
}
/*---------------- /table ---------------*/
/*---------------- lightbox ---------------*/
body .fancybox-close {
    background: #333;
    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 {
    opacity: 0.7;
}
body .fancybox-skin {
    background: #181819;
    border-radius: 0;
}
/*內頁產品燈箱*/
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
body .fancybox-nav span {
    visibility: visible;
    cursor: pointer;
    position: absolute;
    border: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    top: 50%;
    margin: -20px 0 0 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
body .fancybox-nav span:hover {
    color: #CAD2DA;
    border-color: #CAD2DA;
}
body .fancybox-nav.fancybox-prev span:before {
    content: "\f104";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'icon-font' !important;
    color: #fff;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
}
body .fancybox-nav.fancybox-next span:before {
    content: "\f105";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'icon-font' !important;
    color: #fff;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
}
body .fancybox-nav.fancybox-next span:hover,
body .fancybox-nav.fancybox-prev span:hover{
    opacity: 0.7;
}
body .fancybox-prev span {
    left: 0;
}
body .fancybox-next span {
    right: 0;
}
/*/內頁產品燈箱*/
.lightbox-body {
    background: #fff;
}
.lightbox-wrapper {
    max-width: 504px;
    margin: 0 auto;
}
.lightbox-wrapper .control-label {
    display: none;
}
.login-box {
    padding: 0;
}
.login-content {
    background: #fff;
    padding: 20px 25px;
}
.login-box .lightbox-title {
    text-align: center;
}
/*商品貨到通知燈箱*/
.arrival-box {
    position: relative;
    text-align: center;
    padding: 60px 40px 40px;
}
.arrival-box .form-box {
    padding: 0 0 40px;
}
.arrival-box .pd-id {
    font-size: 14px;
    color: #ccc;
    margin: 0 auto 5px;
}
.arrival-box .pd-name {
    color: #333;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}
.arrival-notice {
    padding: 15px 0 0;
}
.arrival-box .btn-box {
    padding-top: 0;
}
.pd-arrival-fancybox {
    margin: 15px auto 5px;
    background: #E9F1DC;
}
.pd-arrival-fancybox .pd-info {
    padding: 5px;
}
/* .arrival-box .btn.send {
    background: #B20000;
    color: #fff;
    width: 205px;
    line-height: 36px;
    font-size: 15px;
    font-weight: bold;
}
.arrival-box .btn.send:hover {
    background: #fff;
    color: #000;
}
.arrival-box .btn.send .ic {
    vertical-align: middle;
    font-size: 28px;
    color: #000;
    margin-bottom: 4px;
}
.arrival-box .btn.send:hover .ic {
    color: #B20000;
} */
/*/商品貨到通知燈箱*/
/*防詐騙貼心提醒*/
.alert-fancybox .fancybox-inner,
.alert-fancybox .fancybox-skin {
    border-radius: 0 !important;
}
/*/防詐騙貼心提醒*/
/*---------------- /lightbox ---------------*/
/*---------------- 購物時登入燈箱 ---------------*/
/*會員登入*/
.cart_login_box {
    background: #fff;
    height: auto;
    overflow: hidden;
}
.cart_login_box .lightbox-wrapper {
    max-width: 100%;
}
.cart-login.col {
    position: relative;
    float: left;
    width: 50%;
    padding: 30px;
}
.cart-login.col.col1 .form-box .captcha a {
    margin: 0;
}
.cart-login.col1 {
    border-right: 1px dashed #eee;
}
.cart_login_box .login-box .notice-box {
    border-top: none;
}
.cart-login.col.col1 .content-title2 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #333;
    margin: 0 0 30px;
}
.cart-login .main-title {
    font-size: 20px;
    padding: 10px;
    background: none;
}
.cart-login .fb-login-button {
    height: 40px;
}
.cart_login_box .form-box.cart_txt {
    text-align: center;
}
.cart_login_box .form-box .control-box {
    position: relative;
    margin-left: 0px;
}
.cart-login.col:nth-child(2) {
    border: none;
}
.cart_login_box .form-box {
    padding: 0;
}
.cart_login_box .btn-box {
    margin: 0;
    padding: 20px 0 0;
}
/*/會員登入*/
/*非會員購買*/
.login-box .notice-box {
    text-align: center;
    margin: 0;
    padding: 0;
}
.login-box .notice-box .title {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #333;
    margin: 0 0 30px;
}
.login-box .notice-box .txt {
    text-align: left;
    margin: -7px 0 0;
}
.cart-login.col.col2 .btn-box {
    padding: 47px 0 0;
}
/*/非會員購買*/
.go-login {
    margin: 10px 0 20px;
}
.cart_login_box .form-box .form-group {
    padding: 0;
}
.cart_login_box .btn-box.col2{
    display: flex;
}
.cart_login_box .btn-box.col2 .btn.normal{
    width: 45%;
    margin: auto;
}
/*------------ /購物時登入燈箱 ------------*/
/*------------ mmenu-show ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #333;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: #fff;
}
.mmenu-show #mobile-menu .side-nav-top,
.mmenu-show #mobile-menu .side-nav {
    text-align: left;
    margin: 0;
}
.mmenu-show #mobile-menu .side-nav li a:after,
.mmenu-show #mobile-menu .side-nav-top li a:after {
    display: none;
}
.mmenu-show #mobile-menu .side-nav-top>li a:before {
    border-color: #FF410C;
}
.mmenu-show #mobile-menu .side-nav-top li a .ic {
    display: none;
}
.mmenu-show #mobile-menu .side-nav>li {
    margin: 0;
    background: none;
}
.mmenu-show #mobile-menu .menu li a {
    transition: all 0.3s ease;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active>a {
    color: #878787;
}
.mmenu-show #mobile-menu .share .btn .ic {
    vertical-align: middle;
}
.mmenu-show #mobile-fixed .qty {
    color: #333;
    background: #fff;
    font-family: 'Marcellus', serif;
}
.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-fixed .logo-fixed-menu {
    font-size: 15px;
    width: 280px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    display: none;
}
.mmenu-show #mobile-fixed .logo-fixed-menu span {
    color: #000;
}
.mmenu-show #mobile-search .ibtn.search {
    background: url(../../images/common/mobile_search_btn.svg) no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}
.no-svg .mmenu-show #mobile-search .ibtn.search {
    background: url(../../images/common/mobile_search_btn.svg) no-repeat;
}
.mmenu-show #mobile-fixed{
    width:100%;
}
.mmenu-show #mobile-menu .language-menu {
    background: #333;
    color: #fff;
}
.mmenu-show #mobile-menu .share-menu {
    background: #333;
}
.mmenu-show #mobile-menu .side-nav > li > a,
.mmenu-show #mobile-menu .content-nav > li > a {
    font-size: 15px;
    font-weight: normal;
}
.mmenu-show #mobile-menu .side-nav > li.has-child:after,
.mmenu-show #mobile-menu .content-nav > li.has-child:after {
    right: 14px;
    top: 15px;
    color: #bbb;
}
.mmenu-show #mobile-menu .side-nav > li.has-child.active:after,
.mmenu-show #mobile-menu .content-nav > li.has-child.active:after {
    content: '\f077';
}
.mmenu-show #mobile-menu .side-nav ul,
.mmenu-show #mobile-menu .content-nav ul {
    background: transparent;
}
.mmenu-show #mobile-menu .side-nav ul li li a,
.mmenu-show #mobile-menu .content-nav ul li li a{
    padding: 8px 30px 8px 40px;
}
.mmenu-show #mobile-search .form-control {
    border-radius: 0;
}
.mmenu-show #mobile-fixed span,
.mmenu-show #mobile-fixed a {
    line-height: 1;
}
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-fixed li i {
    line-height: 40px;
}
.mmenu-show .has-side .content {
    width: 100%;
}
/*------------ /mmenu-show ------------*/
/*------------ 隱私權政策 ------------*/
.footer-bottom .privacy-txt {
    border-right: 1px solid #d8d8d8;
    padding: 0 10px 0 0;
    margin-right: 10px;
}
.header-sheet {
    position: fixed;
    max-width: 100%;
    bottom: 43px;
    left: 10px;
    width: 320px;
    padding: 20px 25px 20px 15px;
    height: auto;
    text-align: left;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.9);
    color: #666;
    border-radius: 0;
    border: solid 1px #333;
}
.header-sheet .close-ontop {
    color: #000;
    opacity: 1;
    font-size: 2.4rem;
    position: absolute;
    right: -14px;
    top: 13px;
    transform: translateY(-50%);
    font-weight: 100;
}
button.close-ontop {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    outline: 0;
}
.close-ontop {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.header-sheet a {
    color:#333;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*------------ /隱私權政策 ------------*/
/*------------ 共用sort_box ------------*/
.sort_box {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 15px 40px;
    margin: 0 0 40px;
    background: #E3E3E3;
}
.sort_box form {
    display: flex;
    align-items: center;
}
.sort_box .sort_title {
    padding-right: 20px;
    word-break: keep-all;
}
.sort_box .form-group2 {
    display: flex;
}
.btn.sort {
    position: relative;
    box-sizing: border-box;
    min-width: 90px;
    max-width: 90px;
    line-height: 34px;
    color: #666;
    background: #fff;
    border-radius: 0;
}
.btn.sort+.btn.sort {
    margin: 0 0 0 5px;
}
.btn.sort.active {
    color: #E9F1DC;
    background: #333;
}
.sort_box .form-group {
    margin: 0 0 0 5px;
}
.sort_box .form-control {
    height: 34px;
    line-height: 34px;
    padding: 0 20px 0 5px;
    margin: 0 0 0 5px;
    color: #666;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    transition: all 0.3s ease;
}
.sort_box .form-control:focus {
    outline: none;
    border-color: #666;
}
/*------------ /共用sort_box ------------*/
/*------------ 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 登入按鈕 ------------*/
/*------------ rwd ------------*/
@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: 0;
        left: 0;
        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 ------------*/
}
@media screen and (max-width: 1470px) {
    /*------------  site_header 1470 ------------*/
    .site-title {
        padding-left: 15px;
    }
    .top-nav {
        right: 15px;
    }
    /*------------ /site_header 1470 ------------*/
}
@media screen and (max-width: 1340px) {
    /*------------ site_header 1340 ------------*/
    .site-nav {
        text-align: center;
    }
    .top-nav {
        top: 50px;
    }
    .submenu {
        position: absolute;
        top: 110px;
        right: 15px;
        width: calc(100% - 500px);
    }
    .submenu.sort_search {
        position: relative;
        top: unset;
        right: unset;
        width: calc(100% - 670px);
    }
    .site-nav .menu>li:nth-child(n+8) {
        background: none;
    }
    .site-nav .menu>li>a {
        width: 90px;
    }
    .header-fixed .submenu:not(.sort_search) {
        right: 280px;
    }
    /*------------ /site_header 1340 ------------*/
}
@media screen and (max-width: 1280px) {
    /*------------ site_header 1280 ------------*/
    .func-menu>li>a .ic {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 5px;
        font-size: 15px;
    }
    /*------------ /site_header 1280 ------------*/
    /*------------ site_footer 1280 ------------*/
    .footer-top {
        padding: 50px 0 80px;
    }
    .site-map {
        width: 40%;
    }
    .site-map ul+ul {
        margin: 0 0 0 15px;
    }
    .site-info {
        width: 40%;
    }
    .follow-box {
        width: 20%;
    }
    /*------------ /site_footer 1280 ------------*/
}
@media screen and (max-width: 1200px) {
    /*------------ site_main 1200 ------------*/
    .side {
        flex: 0 0 240px;
    }
    .sort_box {
        padding: 15px;
        display: block;
    }
    .submenu.sort_search {
        width: 100%;
        margin: 5px 0 0;
    }
    .sort_box .submenu .form-control {
        margin: 0;
    }
    /*------------ /site_main 1200 ------------*/
}
@media screen and (max-width: 1000px) {
    /*------------ site_header 1000 ------------*/
    .site-header {
        padding: 0;
        border-width: 2px;
    }
    .site-header::before {
        display: none;
    }
    .site-title {
        padding: 10px 0;
        float: none;
        background: #fff;
    }
    .site-title .logo,
    .header-fixed .site-title .logo {
        width: 184px;
        height: 60px;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
    .header-fixed .banner {
        margin-top: 0; 
    }
    /*------------ /site_header 1000 ------------*/
    /*------------ site_main 1000 ------------*/
    body {
        font-size: 14px;
        background-attachment: unset;
    }
    .main-content {
        padding: 50px 0 60px;
    }
    .warning-sect {
        padding: 0 0 30px;
    }
    .footer-info {
        margin: 0 0 30px;
    }
    .content {
        padding: 0 15px 40px;
    }
    .content-top {
        padding: 20px 0 0;
    }
    .content-title {
        font-size: 16px;
    }
    .main-title,
    .main-title span {
        font-size: 18px;
        line-height: 1.5;
    }
    .main-title i {
        font-size: 14px;
        top: unset;
    }
    .main-title::before {
        width: 80px;
    }
    .side {
        display: none;
    }
    .has-side .content {
        position: relative;
        width: auto;
        float: none;
    }
    .content-nav {
        display: none;
    }
    /*sort*/
    .sort_box {
        padding: 10px;
        margin: 0 -15px 15px;
        background: #fff;
    }
    .sort_box form {
        flex-wrap: wrap;
    }
    .sort_box .sort_title {
        display: none;
    }
    .sort_box .form-group {
        margin: 0;
        width: 100%;
    }
    .sort_box .form-group2 {
        width: 100%;
    }
    .btn.sort {
        width: calc(100% / 5);
        margin: 0;
        padding: 0;
        min-width: unset;
        max-width: unset;
        background: transparent;
    }
    .btn.sort+.btn.sort {
        margin: 0;
    }
    .btn.sort.active {
        color: #333;
        background: transparent;
    }
    .btn.sort+.btn.sort::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        width: 1px;
        height: calc(100% - 40%);
        background: #ddd;
    }
    .sort_box .form-control {
        border-color: #ddd;
    }
    .sort_box .form-group2:last-of-type .form-group+.form-group {
        margin: 0 0 0 5px;
    }
    .sort_box .form-group+.form-group::before {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: calc(100% - 40%);
        background: #ddd;
    }
    .sort_box .form-group:last-of-type::before {
        display: none;
    }
    .submenu,
    .submenu.sort_search {
        display: none;
    }
    /*/sort*/
    /*btn*/
    .btn-box {
        padding: 30px 0 0;
    }
    /*/btn*/
    .success-wrap.type2 {
        padding: 10px;
    }
    /*table*/
    .table-h thead th {
        padding: 5px 3px;
    }
    /*form*/
    .form-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .reminder {
        margin: 0 0 15px;
    }
    .reminder span {
        padding: 2px 40px;
    }
    .form-box {
        margin: 0 auto;
        padding: 10px 0;
    }
    .success-msg small {
        font-size: 14px;
    }
    .success-wrap {
        margin-top: 10px;
        padding-top: 12px;
    }
    /*/form*/
    .shopping_way.hot span {
        padding: 3px 5px;
        font-size: 10px;
    }
    .order-table .num-link {
        font-size: 14px;
    }
    /*------------ /site_main 1000 ------------*/
    /*------------ site_footer 1000 ------------*/
    .footer-top {
        padding: 30px 0;
    }
    .site-map {
        display: none;
    }
    .site-footer .tit {
        display: none;
    }
    .footer-top .container {
        display: flex;
        flex-direction: column-reverse;
    }
    .site-info {
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .follow-box {
        text-align: center;
        width: 100%;
        padding: 0 0 15px;
    }
    .footer-bottom {
        font-size: 13px;
        padding: 0 0 35px;
    }
    /*------------ /site_footer 1000 ------------*/
    /*------------ floating 1000 ------------*/
    .floating,
    .floating.fancybox-margin {
        position: fixed;
        background: none;
        right: 50%;
        bottom: 5px;
        margin-right: -15px;
    }
    .floating .ibtn.gotop,
    .floating .ibtn.gotop:hover {
        position: relative;
        background: url('../../images/common/mobile_gotop.svg') 50% 50% no-repeat;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border: 0;
        font-size: 0;
    }
    .no-svg .floating .ibtn.gotop,
    .no-svg .floating .ibtn.gotop:hover {
        background-image: url('../../images/common/mobile_gotop.svg');
    }
    /*------------ /floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
    /*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
    /*------------ /table 900 ------------*/
    .qty-box .btn {
        width: 30px;
        line-height: 28px;
    }
    .footer-top .txt-box {
        width: 100%;
        display: block;
        text-align: left;
    }
    .form-box .name .radio-box {
        line-height: 28px;
    }
}
@media screen and (max-width: 767px) {
    /*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 36px;
    }
    .pagination {
        position: relative;
        display: block;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -30px;
        margin: 0;
        width: 30px;
        height: 30px;
        line-height: 33px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
    /*------------ /pagination 767 ------------*/
    /*------------ form 767 ------------*/
    .form-box .col {
        width: 100%;
    }
    .form-box .control-label {
        float: none;
    }
    .form-box .control-box {
        margin-left: 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 .form-box .tips {
        min-height: unset;
    }
    .form-box .tips {
        font-size: 13px;
    }
    /*------------ /form 767 ------------*/
    /*------------ table 767 ------------*/
    .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: #878787;
        font-size: 13px;
    }
    .table-h tr {
        padding: 5px 0;
        position: relative;
    }
    .table-h td {
        padding: 0;
        line-height: 22px;
    }
    .table-h tbody {
        border-top: 0;
    }
    .success-msg {
        font-size: 18px;
        margin: 0 0 10px;
    }
    /*------------ /table 767 ------------*/
}
@media screen and (max-width: 500px) {
    /*------------ table 500 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v th {
        border: 0;
    }
    .table-v th,
    .table-v td {
        padding: 3px 10px;
        font-size: 14px;
    }
    .reminder span {
        padding: 2px 20px;
    }
    /*------------ /table 500 ------------*/
    body .fancybox-wrap.login-fancybox .fancybox-inner {
        height: calc(65vh) !important;
    }
    .cart-login.col,
    .cart-login.col.col2 {
        width: 100%;
        padding: 20px;
        right: auto;
    }
    .cart-login.col {
        border-right: none;
    }
    .cart-login .content-title2{
        text-align: center;
    }
    .cart-login.col.col2{
        border-top: 1px solid #eee;
    }
    .cart_login_box .form-box {
        padding: 5px 0;
    }
    .cart-login.col.col2 .btn-box {
        padding-top: 15px;
    }
}
@media screen and (max-width: 400px) {
    /*------------ lightbox 400 ------------*/
    .login-content {
        padding: 10px 15px;
    }
    .arrival-box {
        padding: 20px 15px;
    }
    .arrival-box .form-box {
        padding: 0 0 20px;
    }
    /*------------ /lightbox 400 ------------*/
    /*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
    /*------------ /form 400 ------------*/
}