@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+TC:wght@100..900&display=swap');

.bg-layer {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(249, 249, 249, 1);
  background-image: radial-gradient(rgba(212, 212, 212, 0.5) 0.8px, rgba(255, 255, 255, 0) 0.8px);
  background-size: 24px 24px;
}
.canv-wrap {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.canv-wrap canvas {
  width: 100%;
  height: 100%;
  background: transparent !important;
}
/*------------ basic ------------*/
body {
    font-family:"Noto Sans TC","Figtree",  Arial, '文泉驛正黑', 'WenQuanYi Zen Hei', '儷黑 Pro', 'LiHei Pro', '微軟正黑體', 'Microsoft JhengHei',  '微软雅黑', 'メイリオ', '맑은 고딕', sans-serif;
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
}
h3.name{
    margin: 0;
}
.ic-map-marker{
    font-size: 20px;
    position: relative;
    left: 2px;
}
.container {
    padding: 0 15px;
    max-width: 1470px;
}
.list-h > li a, .list-h .item a, .list-v li a{
    display: inline-block;
}
.box{
    display: block;
    position: relative;
}
.box .pic {
    position: relative;
    overflow: hidden;
}
.box .pic img {
    transform: scale(1);
    transition: all 0.5s ease;
}
.box:hover .pic img {
    transform: scale(1.2);
}
/*------------ / basic ------------*/
/*------------ side-share ------------*/
.side-share{
    position: fixed;
    right: 0;
    top: 32%;
    transform: translateY(-50%);
    z-index: 400;
}
.side-share.for-cart{
    right: unset;
    left: 15px;
}
.side-share .share{
    display: flex;
    flex-direction: column;
    border-radius: 16px 0 0 16px;
    overflow:hidden;
    gap: 1;
}
.side-share .share li{
    margin: 1px 0;
}
.side-share .share li a{
    width: 60px;
    height: 60px;
    color: #FFF;
    background: #2EB2AA;
    border-radius:0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.5s ease;
    border: 0;
    font-size: 0;
    box-shadow: 0px 2px 5px #0000001c;
    overflow: hidden;
    text-indent: -9999px;
}
.side-share .share .btn i {
    display: block;
    font-size: 24px;
    line-height: 60px;
}
.side-share .share .btn i:before {
    color: #FFF;
}
.side-share .share .btn .ic_mail{
    background: url('../../images/common/mailic.svg') no-repeat;
    width: 39px;
    height: 30px;
}
.side-share .share .btn .ic_linkin{
    background: url('../../images/common/linkin.svg') no-repeat;
    width: 39px;
    height: 40px;
}
.side-share .share .btn .ic_wordpress{
    background: url('../../images/common/wordpress.svg') no-repeat;
    width: 38px;
    height: 40px;
}
/* .side-share .share .btn.cm-fb{
    color: #FFF;
    background: #405D9A;
}
.side-share .share .btn.cm-youtube{
    color: #FFF;
    background: #b52322;
}
.side-share .share .btn.cm-mail{
    color: #FFF;
    background: #2caf8e;
}
.side-share .share .btn.cm-line{
    color: #FFF;
    background: #06C755;
    padding-top: 1px;
    padding-left: 1px;
}
.side-share .share .btn.cm-phone{
    color: #FFF;
    background: #3c352a;
}
.side-share .share .btn.cm-instagram{
    background: #b90675;
}
.side-share .share .btn.cm-instagram i{
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    color: #FFF;
}
.side-share .share .btn.cm-linkedin{
    color: #FFF;
    background: #0073b0;
}
.side-share .share .btn.cm-twitter{
    background: #0F1419;
}
.side-share .share .btn.cm-wechat{
    background: #51c332;
}
.side-share .share .btn.cm-qq{
    background: #000;
} */
.side-share .share .btn:hover {
    border: 0;
    box-shadow: unset;
    opacity:0.7;
}
/* .side-share .share .btn:hover i,
.side-share .share .btn:hover i:before{
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background: unset;
    color: #FFFFFF;
}
.side-share .share .btn.cm-fb:hover {
    background: #5C79B7;
}
.side-share .share .btn.cm-youtube:hover {
    background: #CB3A39;
}
.side-share .share .btn.cm-mail:hover {
    background: #43CAA8;
}
.side-share .share .btn.cm-line:hover {
    background: #1DD96A;
}
.side-share .share .btn.cm-phone:hover {
    background: #5A5247;
}
.side-share .share .btn.cm-instagram:hover {
    background: #CE208C;
}
.side-share .share .btn.cm-linkedin:hover {
    background: #1C94D4;
}
.side-share .share .btn.cm-twitter:hover {
    background: #29333C;
}
.side-share .share .btn.cm-wechat:hover {
    background: #71E053;
}
.side-share .share .btn.cm-qq:hover {
    background: #333;
} */
/*------------ / side-share ------------*/
/*--- éš±ç§æ¬Š ---*/
.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: 8px;
    border:solid 1px #2EB2AA;
    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:#2EB2AA;
    font-weight: bold;
    padding-left: 3px;
    text-decoration: underline;
    text-underline-position: under;
}
/*---! éš±ç§æ¬Š ---*/
/*------------ icon ------------*/
.icon {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}
.icon.require {
    background: #2EB2AA;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 0 3px 3px;
}
/*------------ / icon ------------*/
/*------------ btn ------------*/
.site-map .share{
    display: flex;
    gap: 4px;
}
.share .btn {
    color: #333;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
    background: #f3f3f3;
    margin: 0 4px;
    text-decoration: none;
}
.share .btn i{
    line-height: 32px;
}
.share .btn:hover {
    background: #2EB2AA;
    color: #fff;
    text-decoration: none;
}
.share .btn .ic {
    vertical-align: middle;
    margin-bottom: 5px;
}
[class^="new-icomoon-"], [class*=" new-icomoon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.new-icomoon-blogger:before {
  content: "\eab7";
}
.new-icomoon-github:before {
  content: "\eab0";
}
.new-icomoon-google:before {
  content: "\ea88";
}
.follow{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width: 288px;
}
.follow .qrcode{
    width: 100px;
    height: 100px;
}
.ibtn.fb-fans-page {
    background: url('../../images/tw/fb.png') no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin-right: 10px;
    transition: all .3s ease;
}
.ibtn.fb-fans-page:hover {
    opacity: 0.75;
}
.ibtn.more {
    background-image: url('../../images/common/btn_more.png');
    width: 101px;
    height: 29px;
}
.footer-links-list{
    display: flex;
}
.footer-links-list .ibtn.f-links{
    font-size: 0;
    width: 100px;
    height: 100px;
    transition: all .3s ease;
    text-indent: unset;
}
.footer-links-list .ibtn.f-links + .ibtn.f-links{
    margin-left: 10px;
}
.footer-links-list .ibtn.f-links:hover{
    opacity: 0.8;
}
.btn.simple {
    max-width: 168px;
    width: 100%;
    height: 38px;
    color: #2EB2AA;
    font-family: "Figtree", sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 38px;
    border: 1px solid #2EB2AA;
    border-radius: 20px;
    position: relative;
    margin: 0 8px 10px;
}
.btn.simple:hover {
    background: #2EB2AA;
    color: #fff;
}
.btn.simple .ic {
    vertical-align: middle;
    font-size: 22px;
    margin: 0 6px 6px 0;
}
.btn.simple2 {
    width: 100%;
    max-width: 356px;
    color: #fff;
    background: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.btn.simple2:hover {
    background: #2EB2AA;
}
.btn.simple3 {
    width: 100%;
    color: #2EB2AA;
    background: transparent;
    border: 1px solid #2EB2AA;
        font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    font-family: "Figtree", sans-serif;
    line-height: 40px;
    border-radius: 40px;
}
.btn.simple3:hover {
    background: #2EB2AA;
    color: #fff;
}
.btn.normal {
    max-width: 168px;
    width: 100%;
    height: 38px;
    color: #2EB2AA;
    font-family: "Figtree", sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 38px;
    border: 1px solid #2EB2AA;
    border-radius: 20px;
    position: relative;
    margin: 0 8px 10px;
}
.btn.normal:hover {
    background: #2EB2AA;
    color: #fff;
}
.btn.normal .icon {
    margin: 0 4px 3px 0;
}
.btn.normal .icon.home {
    background-position: 0 0;
}
.btn.normal .icon.cart {
    background-position: -25px 0;
}
.btn.normal .icon.cart2 {
    background-position: -50px 0;
}
.btn.normal .icon.order {
    background-position: -75px 0;
}
.btn.normal .icon.money {
    background-position: -100px 0;
}
.btn.pure {
    color: #2EB2AA;
    line-height: 30px;
    margin: 0 5px 10px;
    text-decoration: underline;
}
.btn.pure:hover {
    color: #888;
    text-decoration: none;
}
/*------------ / btn ------------*/
/*------------ site_header ------------*/
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9995;
    transition: all .3s;
}
.header-fixed .site-header {
    background: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}
.wrapper{

}
.site-title {
    position: relative;
    z-index: 5;
    float: left;
    padding: 32px 0 41px;
}
.site-title .logo {
    background: #fff;
    mask: url('../../images/common/logo.png') 50% 50% no-repeat;
    mask-size: contain;
    width: 262px;
    height: 58px;
    transition: all .3s ease;
}
.site-title .logo:hover {
    opacity: .7;
}
.top-nav {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: 15px;
}
.top-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.top-nav .icon {
    margin: 0 3px 3px 0;
}
.top-nav .icon.lock  { background-position: -100px -25px; }
.top-nav .icon.order { background-position:  -75px -25px; }
.top-nav .icon.money { background-position:  -50px -25px; }
.top-nav .icon.cart  { background-position:  -25px -25px; }
.func-menu {
    margin-right: 10px;
}
.func-menu > li > a {
    font-family: "Figtree", sans-serif;
    color: #555;
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 28px;
    padding: 0 10px;
}
.func-menu > li > a:hover {
    color: #2EB2AA;
}
.func-menu li.gocart {
    position: relative;
}
.func-menu li.gocart:before {
    display: none;
}
.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 {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: #2EB2AA;
    line-height: 25px;
    min-width: 25px;
    padding: 0 5px;
    border-radius: 25px;
    box-sizing: border-box;
    position: relative;
    bottom: 7px;
    left: -2px;
}
.func-menu li.gocart.active > a .qty:after,
.func-menu li.gocart > a:hover .qty:after {
    content: '';
    display: block;
    border-top: 1px solid #000;
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: -5px;
}
.func-menu .cart-box {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 100%;
    width: 300px;
    border: 2px solid #2EB2AA;
    background: #fff;
    padding: 1px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    -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);
}
.func-menu .cart-box .btn {
    width: 100%;
    background: #aaa;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 39px;
    letter-spacing: 0.05em;
}
.func-menu .cart-box .btn:hover {
    background: #2EB2AA;
}
.func-menu .cart-box .btn .ic {
    font-size: 22px;
    vertical-align: middle;
    margin: 0 0 6px 5px;
}
.func-menu .cart-list {
    padding: 4px;
}
.func-menu .cart-list li+li {
    border-top: 1px dashed #bbb;
}
.func-menu .cart-list a {
    display: block;
    overflow: hidden;
    padding: 8px;
}
.func-menu .cart-list a:hover {
    background: #eee;
}
.func-menu .cart-list .pic {
    float: left;
}
.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: #000;
    font-size: 15px;
}
.func-menu .cart-list a:hover .name {
    text-decoration: underline;
}
.func-menu .cart-list .qty {
    color: #F2856C;
}
.top-nav > .language{
    box-sizing: border-box;
    padding: 4px 8px;
    border: 1px solid rgb(255 255 255/30%);
    border-radius: 30px;

}
.top-nav .language .btn {
    display: none;
}
.top-nav .language li{
    display: inline-flex;
    align-items: center;
}
.top-nav .language li+li:before {
    content: '';
    width: 3px;
    height: 3px;
    background: #d3d3d3;
    border-radius: 100%;
    display: inline-block;
    margin: 0 4px;
}
.top-nav .language li a {
    color: rgb(255 255 255/80%);
    line-height: 26px;
    font-size: 13px;
    text-align: center;
    padding: 0 5px;
    transition: all .3s;
}
.top-nav .language li a:hover {
    color: #2EB2AA;
    border-color: #2EB2AA;
}
.site-nav {
    position: relative;
    padding-top: 51px;
    text-align: right;
}
.site-nav > * {
    display: inline-block;
    vertical-align: middle;
}
.site-nav .menu {
    text-align: center;
    margin: 0 -12px;
}
.site-nav .menu li {
    position: relative;
    text-align: left;
}
.site-nav .menu li a {
    display: block;
    line-height: 1.4;
}
.site-nav .menu > li {
    padding: 0 7px;
}
.site-nav .menu > li > a {
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 21px 12px;
    box-sizing: border-box;
}
.site-nav .menu > li:nth-last-child(-n+3) {
    display: none;
}
.site-nav .menu > li > a:hover,
.site-nav .menu > li.active > a {
    color: #2EB2AA;
}
.site-nav .menu > li > a span {
    display: block;
    color: #fff;
    font-family: 'Lily Script One', cursive;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.1em;
}
.site-nav .menu ul {
    display: none;
    position: absolute;
    background-color: #fff;
    border: 1px solid #eee;
    z-index: 600;
    width: 160px;
    box-sizing: border-box;
}
.site-nav .menu .full_menu  ul{
    border: none;
}
.site-nav .menu > li > ul {
    top: 100%;
    left: 50%;
    margin-left: -80px
}
.site-nav .menu ul li a {
    font-size: 14px;
    text-align: center;
    padding: 16px 8px;
    
}
.site-nav .menu ul li a:hover,
.site-nav .menu ul li.active > a {
    color: #fff;
    background: #2EB2AA;
}
.site-nav .menu ul ul {
    left: 100%;
    top: 0;
}
.site-header .search-box {
    position: relative;
    width: 185px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-left: 10px;
}
.site-header .search-box .form-control {
    border: 0;
    height: 30px;
    line-height: 30px;
    background: none;
    margin: 0;
    padding: 0 42px 0 8px;
}
.site-header .search-box .form-control:focus {
    border-color: #FBCFC7;
}
.site-header .search-box .ibtn.search {
    background-image: url(../../images/common/btn_search.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 3px;
    top: 1px;
}
/*滿版清單*/
.site-nav .menu .full_menu{
    position: static;
}
.site-nav .menu .full_menu .full_menu_sect{
    display: none;
    justify-content: flex-start;
    top: 100%;
    width: 100vw;
    height: calc(70vh - 116px);
    left:calc(50% - 8px);
    right: inherit;
    background: #fff;
    flex-wrap: wrap;
    z-index: 999;
    overflow-y: scroll;
    transform: translateX(-50%);
    margin: 0;
    box-sizing: border-box;
    border-top: 1px solid #dfdfdf;
    padding-left: calc((100vw - 1440px) / 2);
    padding-right: calc((100vw - 1440px) / 2);
    padding-left: max(0px, calc((100vw - 1440px) / 2));
    padding-right: max(0px, calc((100vw - 1440px) / 2));
    box-shadow:0  8px 16px rgb(0 0 0/4%);
}
.site-nav .menu .full_menu .full_menu_sect::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
    background-color: #FFF;
}
.site-nav .menu .full_menu .full_menu_sect::-webkit-scrollbar{
    width: 0px;
    background-color: #FFF;
}
.site-nav .menu .full_menu .full_menu_sect::-webkit-scrollbar-thumb{
    background-color: rgba(0,0,0,0.3);
}
.site-nav .menu .full_menu .full_menu_sect .right_sect{
    display: flex;
}
/*!滿版清單*/
/*!滿版清單 left*/
.mega-left {
  width: 250px;
  position: relative;
  padding: 50px 0 50px 30px;
  box-sizing: border-box;
}
.mega-left:before{
    content: '';
    display: block;
    background: #dfdfdf;
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 24px;
    bottom: 24px;

}
.auth_tagline{
    color: #999;
    font-size: 13px;
    margin: -32px 0 8px;
    display: block;
}
.site-nav .menu .full_menu .full_menu_sect .mega-left ul{
    z-index: 2;
    display: block !important;
    width: 100%;
    position: static;
    height: auto !important;
    background: transparent;
    text-align: left;
}
.site-nav .menu .full_menu .full_menu_sect .mega-left ul li a{
    color: #333;
    font-size: 18px;
    padding: 0;
    text-align: left;
}
.site-nav .menu .full_menu .full_menu_sect .mega-left ul li+li{
    margin-top: 32px;
}
.site-nav .menu .full_menu .full_menu_sect .mega-left ul li.active a,
.site-nav .menu .full_menu .full_menu_sect .mega-left ul li a:hover{
    color: #2EB2AA;
    background: transparent;
    text-align: left;
}
/*!滿版清單 right*/
.mega-right{
    width: calc(100% - 250px);
    box-sizing: border-box;
    padding: 50px 0 80px 40px;
}
.site-nav .menu .full_menu .full_menu_sect .mega-right ul{
    position: static;
    background: transparent;
    width: auto;
    flex: 1;
    padding: 0;
    display: grid!important;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto auto;
    gap: 30px 12px;
    margin: 0 auto;
    align-items: stretch;
}
/*-lv2*/
.site-nav .menu .full_menu .full_menu_sect .mega-right .sub-items >  ul > li > a{
    position: relative;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    padding: 0;
    text-align: left;
}
.site-nav .menu .full_menu .full_menu_sect.pd_menu .mega-right .sub-items > ul > li > a:before{
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: url(../../images/common/menu_ic1.png) 50% 50% no-repeat;
    margin-right: 8px;
    min-width: 16px;
}
.site-nav .menu .full_menu .full_menu_sect.adv_menu .mega-right .sub-items > ul > li > a:before{
    content: '';
    display: block;
    width: 18px;
    height: 21px;
    background: url(../../images/common/menu_ic2.png) 50% 50% no-repeat;
    margin-right: 8px;
}
.site-nav .menu .full_menu .full_menu_sect .mega-right .sub-items >  ul > li a:hover{
    color: #2EB2AA;
    background: transparent;
}
.site-nav .menu .full_menu .full_menu_sect .mega-right .sub-items > ul > li > a.new:after{
    content: "NEW";
    font-size: 10px;
    color: #2EB2AA;
    border: 1px solid #2EB2AA;
    width: 36px;
    height: 12px;
    font-family: "Figtree", sans-serif;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
/*-lv3*/
.site-nav .menu .full_menu .full_menu_sect .mega-right .sub-items > ul > li ul{
    display: block !important;
    padding-left: 14px;
    margin-top: 12px;
}
.site-nav .menu .full_menu .full_menu_sect .mega-right .sub-items > ul > li ul > li+li{
    margin-top: 6px;
}
.site-nav .menu .full_menu .full_menu_sect .mega-right .sub-items > ul > li ul > li a{
    font-size: 14px;
    color: #868686;
    text-align: left;
    padding: 0;
    letter-spacing: 0;
}
.site-nav .menu .full_menu .full_menu_sect .mega-right .sub-items > ul > li ul > li a:hover{
    color: #2EB2AA;
    background: transparent;
    text-decoration: auto;
}
.site-nav .menu .full_menu .full_menu_sect .mega-right .sub-items > ul > li ul > li a.new:after{
    content: "NEW";
    font-size: 10px;
    color: #2EB2AA;
    border: 1px solid #2EB2AA;
    width: 36px;
    height: 12px;
    font-family: "Figtree", sans-serif;
    border-radius: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}
.site-nav .menu .full_menu .full_menu_sect .mega-right .sub-items > ul > li ul > li.new:hover:after{
    text-decoration: auto;
}
/*------------ / site_header ------------*/
/*------------ banner ------------*/
.banner {
    position: relative;
}
.banner img,
.banner_m img{
    width: 100%;
}
/*------------ / banner ------------*/
/*------------ site_main ------------*/
.main-top {
    position: relative;
    border-bottom: 1px solid #d4d4d4;
}
.main-top:after {
    content: ' ';
    background: #4DB8A2;
    display: block;
    vertical-align: middle;
    width: 5px;
    height: 20px;
    margin: 0 auto -10px;
}
.main-title {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    color: #1f1f1f;
    letter-spacing: 0.15em;
    line-height: 1.2;
    padding: 48px 0 16px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Figtree", sans-serif;
}
.main-content {
    padding: 66px 0 140px;
}
.main-content .container{
    max-width: 1650px;
}
.content {
    min-height: 300px;
    box-sizing: border-box;
    border-radius: 40px;
    background: #fff;
    padding: 100px;
    box-sizing: 0 0 16px rgb(0 0 0/16%);
}
.content-top {
    text-align: center;
}
.content-title {
    color: #4DB8A2;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
}
.content-top.text-center {
    text-align: center;
    margin-bottom: 10px;
}
.content-title .keyword {
    color: #2EB2AA;
    font-size: 0.7em;
}
.shopping-title {
    color: #333;
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
.shopping-title .icon {
    background: url('../../images/common/title_ic.png') no-repeat;
    width: 30px;
    height: 30px;
    margin: 0 6px 4px 0;
}
.shopping-title .icon.car {
    background-position: 0 0;
}
.shopping-title .icon.cart {
    background-position: 0 -30px;
}
.shopping-title .icon.money {
    background-position: 0 -60px;
}
.shopping-title .icon.plus {
    background-position: 0 -90px;
}
.shopping-title .icon.user {
    background-position: 0 -120px;
}
.shopping-title .icon.box {
    background-position: 0 -150px;
}
.shopping-title .icon.notice {
    background-position: 0 -180px;
}
.shopping-title .icon.msg {
    background-position: 0 -210px;
}
.btn-box {
    clear: both;
    padding-top: 50px;
    position: relative;
    text-align: center;
}
.btn-box.wide-spacing {
    letter-spacing: 15px;
}
.btn-box.wide-spacing * {
    letter-spacing: 0.1em;
}
.warning-sect {
    padding: 0 0 30px;
}
.site-nav,.site-header,.site-title{
    transition: all .3s ease;
}
.header-fixed .top-nav{
    display: none;
}
.header-fixed .site-nav{
    padding-top: 0;
}
.header-fixed .site-title {
    padding: 18px 0px;
}
.header-fixed .site-title .logo {
    background: #2EB2AA;
    mask: url(../../images/common/logo.png) 50% 50% no-repeat;
    mask-size: contain;
}
.header-fixed .site-nav .menu > li > a{
    color: #333;
    padding: 34px 12px;
}
.header-fixed .site-nav .menu > li > a:hover{
    color: #2EB2AA;
}
/*------------ / site_main ------------*/
/*------------ contet_nav ------------*/
.content-nav {
    border: 1px solid #ddd;
    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: #2EB2AA;
}
.content-nav li a:hover,
.content-nav li.active > a {
    background: #2EB2AA;
    color: #fff;
}
.content-nav li a.logout:hover,
.content-nav li.active > a.logout {
    background: #000;
    color: #2EB2AA;
}
.content-nav li a:before {
    content: '// ';
}
/*------------ / contet_nav ------------*/
/*------------ site_footer ------------*/
.footer-top {
    background: #fff;
    padding:  0;
    color: #333;
    font-size: 13px;
    text-align: center;
}
.footer-top .share{
    display: flex;
    /* width: 100%; */
    /* display: block; */
    margin-top: 24px;
    flex: 0 0 100%;
    box-sizing: border-box;
    justify-content: flex-end;
}
.footer-top .row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-top .row:nth-child(1){
    padding: 84px 0 92px;
}
.footer-top .row:nth-child(2){
    /*border-top: 1px solid #e3e3e3;*/
    padding:20px 0 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.site-info{
    display: flex;
    gap: 64px;
}
.info_box{
    text-align: left;
}
.info_box ul{
    list-style-type: none;
    padding: 0;
    text-align: left;
    margin-top: 18px;
    margin-bottom: 0;
}
.info_box ul li{
    font-size: 17px;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 8px;
}
.site-map li{
    display: inline-flex;
    align-items: center;
}
.site-map li+li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #d3d3d3;
    border-radius: 100%;
    display: inline-block;
    margin: 0 8px;
}
.site-map a{
    color: #737373;
    font-size: 15px;
    font-weight: 500;
    font-family: "Figtree", sans-serif;
}
.site-map a:hover {
    color: #2EB2AA;
}
.footer-bottom {
    background: #2EB2AA;
    text-align: center;
    color: rgb(255 255 255/90%);
    font-size: 14px;
    line-height: 1.45;
    padding: 30px 0 25px;
}
.footer-bottom .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.footer-bottom .container:before,
.footer-bottom .container:after{
    display: none;
}
.footer-bottom a:hover {
    text-decoration: underline;
}
.footer-bottom .author {
    padding: 0 16px;
    
    box-sizing: border-box;
    border: 1px solid rgb(255 255 255/50%);
    border-width: 0 1px;
}
.footer-bottom .site-map ul{
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-bottom .site-map li+li:before {
    display: none;
}
.footer-bottom .site-map a{
    color: rgb(255 255 255/90%);
    font-size: 14px;
    font-weight: 400;
    font-family: "Figtree", sans-serif;
}
.footer-bottom .site-map a:hover {
    color: #fff;
}
/*------------ / site_footer ------------*/
/*------------ floating ------------*/
.floating,
.floating.fancybox-margin {
    display: none;
    position: fixed;
    right: 16px;
    bottom: calc(68% - 176px);
    z-index: 299;
    transition: all .3s ease;
}
.floating .ibtn.gotop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-indent: inherit;
    font-family: "Figtree", sans-serif;
    color: #2EB2AA;
    font-size: 16px;
    font-weight: 500;
    letter-spacing:0.1em;
    transition:all .3s;
}
.floating .ibtn.gotop:hover {
    opacity: 0.4;
}
.floating .ibtn.gotop .top_arrow {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 21px;
    height: 21px;
    overflow: hidden;
    background: #2EB2AA;
    border-radius: 100%;
    margin:0 auto 4px;
}
.floating .ibtn.gotop .top_arrow:before {
    content: '';
    display: block;
    background: #fff;
    position:relative;
    left:0px;
    width: 8px;
    height: 6px;
    clip-path: polygon(50% 0%, 100% 78%, 100% 91%, 90% 96%, 80% 90%, 50% 40%, 20% 90%, 10% 96%, 0 91%, 0 78%);
    filter: blur(0px);
}
/*------------ / floating ------------*/
/*------------ breadcrumb ------------*/
.breadcrumb {
    color: #777;
    font-size: 13px;
    margin: 30px auto 4px;
}
.breadcrumb li,
.breadcrumb li a {
    display: inline;
}
.breadcrumb li+li:before {
    content: '> ';
}
.breadcrumb li a:hover {
    color: #2EB2AA;
}
/*------------ / breadcrumb ------------*/
/*------------ pagination ------------*/
.pagination {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.pagination li {
    display: inline-block;
    vertical-align: top;
}
.pagination li a {
    display: block;
    min-width: 28px;
    height: 28px;
    line-height: 25px;
    padding: 0 5px;
    border: 2px solid #ccc;
    text-align: center;
    color: #888;
    margin: 0 5px;
    border-radius: 20px;
    box-sizing: border-box;
    font-family: "Figtree", sans-serif;
    transition: all .3s;
    font-weight: bold;
}
.pagination li a:hover,
.pagination li.active a {
    border-color: #2EB2AA;
    background: #2EB2AA;
    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;
    border: 2px solid #ccc;
    margin: 0;
    border-radius: 8px;
}
.page-info .form-control:focus {
    border-color: #2EB2AA;
    background: #2EB2AA;
    color: #fff;
}
/*------------ / pagination ------------*/
/*------------ form ------------*/
.reminder {
    color: #878787;
    font-size: 13px;
    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;
}
.reminder strong {
    color: #000;
    font-size: 24px;
    display: inline-block;
    margin-bottom: 10px;
}
.reminder .require-txt {
    display: inline-block;
    color: #333;
    font-size: 15px;
    margin-top: 20px;
}
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 6px;
}
.form-control:focus {
    outline: none;
    border-color: #2EB2AA;
}
textarea.form-control {
    padding: 8px 10px;
    line-height: 1.4;
    resize: vertical;
}
.static-control {
    line-height: inherit;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 6px;
    padding: 0 5px;
}
.form-title {
    text-align: center;
    font-family: 'Alike', serif;
    font-size: 38px;
    font-weight: normal;
    color: #D3AC72;
    line-height: 1.2;
    margin: 0 0 30px;
    text-transform: uppercase;
}
.form-title:after {
    content: '';
    display: block;
    width: 168px;
    border-top: 1px solid #777;
    margin: 30px auto 0;
}
.form-wrap {
    margin: 0 auto;
}
.form-wrap.type1 {
    max-width: 1134px;
}
.form-wrap.type2 {
    border: 1px solid #ddd;
    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: #2EB2AA;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    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;
    font-size: 14px;
    color: #222;
    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: #2EB2AA;
}
.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.2;
    margin-bottom: 6px;
    color: #2EB2AA;
    font-size: 13px;
    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: 18px;
    height: 18px;
    margin: 0 0 3px;
}
.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 #2EB2AA;
    color: #2EB2AA;
    font-size: 19px;
    padding: 6px 15px;
    line-height: 1.5;
    letter-spacing: 0.06em;
    margin: 0 auto 40px;
    border-radius: 8px;
}
.success-msg2 {
    color: #000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: 0.06em;
}
.success-txt:after {
    content: '';
    display: block;
    border-top: 1px solid #ddd;
    width: 160px;
    margin: 20px auto 0;
}
.success-txt strong {
    color: #000;
    font-size: 16px;
}
.success-txt a {
    text-decoration: underline;
    color: #2EB2AA;
}
.success-txt a:hover {
    text-decoration: none;
}
/*------------ / form ------------*/
/*------------  category_select_box ------------*/
.category_select_box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: -32px;
    margin-bottom: 37px;
}
.category_select_box .form-group{
    flex: 1 1 100%;
    max-width: 350px;
}
.category_select_box .form-group select.form-control {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 40px;
    padding: 0 40px 0 15px;
    border: 1px solid #ddd;
    background: #F5FCFB;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 17px;
}
.category_select_box .form-group  select {
    appearance: none;
}
.category_select_box .form-group select.form-control:focus {
    outline: none;
    border-color: #4DB8A2;
}
.category_select_box .form-group  {
    position: relative;
    display: inline-block;
    margin: 4px;
}
.category_select_box .form-group ::after {
    content: ''; /* 或使用圖示字體/邊框來創建箭頭 */
    width: 10px;
    height: 10px;
    border: 1px solid #1F1F1F;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
    transform:rotate(135deg);
    pointer-events: none; /* 確保點擊箭頭區域時仍然能打開下拉選單 */
}
/*------------ / category_select_box ------------*/
/*------------ 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;
}
.table-h .btn-holder {
    min-width: 30px;
}
.table-h thead th {
    color: #777;
    background: #eee;
    padding: 12px;
}
.table-h tbody tr+tr {
    border-top: 1px dashed #bbb;
}
.table-h tfoot tr {
    background: #FFEADF;
    color: #555;
}
.table-h tfoot tr+tr {
    border-top: 1px solid #fff;
}
.table-h tfoot td {
    text-align: right;
    padding: 12px 30px;
}
.table-h tfoot td:last-child {
    width: 15%;
}
.table-h tfoot tr:last-child td {
    color: #f00;
}
.table-h tfoot tr:last-child td:last-child {
    font-size: 16px;
    font-weight: bold;
}
.table-h tfoot td .form-control {
    display: inline-block;
    width: auto;
    margin: 0;
}
.table-h .align-left {
    text-align: left;
}
.table-h a {
    display: inline-block;
    vertical-align: middle;
}
.table-h .pd-id {
    color: #aaa;
    font-size: 14px;
}
.table-h .pd-name {
    color: #111;
    font-size: 15px;
    font-weight: bold;
}
.table-h a:hover .pd-name {
    color: #2EB2AA;
}
.table-h .img {
    width: 80px;
}
.table-h a.pic {
    position: relative;
    overflow: hidden;
}
.table-h a.pic:before {
    content: ' ';
    background: url(../../images/common/cart/hover.png) 50% 50% no-repeat rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s;
    border: 4px solid #2EB2AA;
}
.table-h a.pic:hover:before {
    opacity: 1;
}
.table .ibtn.delete {
    background-image: url(../../images/common/cart/btn_delete.png);
    width: 25px;
    height: 25px;
}
.table td span {
    color: #f00;
}
.table-v {
    border: solid #ddd;
    border-width: 1px 0;
}
.table-v tr:first-child {
    border-bottom: 1px solid #ddd;
}
.table-v tr:nth-child(2n+1) {
    background: #F7F7F7;
}
.table-v th,
.table-v td {
    padding: 10px 35px;
    vertical-align: middle;
}
.table-v th {
    text-align: left;
    width: 100px;
    border-right: 1px solid #ddd;
    font-weight: normal;
}
.table-v strong {
    color: #2EB2AA;
}
/*------------ / table ------------*/
/*------------ lightbox ------------*/
body .fancybox-close {
    background: url(../../images/common/lightbox_close.png) no-repeat;
    width: 46px;
    height: 46px;
    right: 0;
    top: -56px;
}
body .fancybox-close:hover {
    background-position: 0 100%;
}
body .fancybox-skin {
    background: #fff;
    border-radius: 0;
    margin-top: 60px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
body .fancybox-inner {
    background: #eee;
    border-radius: 0;
}
.fancybox-album .fancybox-skin {
    margin: 50px 50px 0;
}
.fancybox-album .fancybox-close {
    background: url('../../images/common//album/lightbox_close.png') no-repeat;
    width: 70px;
    height: 40px;
    right: 0;
    top: -40px;
}
.fancybox-album .fancybox-nav span {
    visibility: visible;
    background: url('../../images/common/album/lightbox_arrow.png') no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
.fancybox-album .fancybox-prev span {
    background-position: 0 0;
    left: -60px;
}
.fancybox-album .fancybox-next span {
    background-position: 100% 0;
    right: -60px;
}
.fancybox-album .fancybox-title {
    color: #555;
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.035em;
    padding-top: 10px;
}
.fancybox-album .photo-pager {
    float: right;
    font-size: 12px;
}
.fancybox-album .photo-title {
    background: url('../../images/common/album/title_icon.png') no-repeat 0 3px;
    padding-left: 24px;
    color: #2EB2AA;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 20px;
}
.fancybox-album .photo-intro {
    margin-bottom: 10px;
}
/*------------ / lightbox ------------*/
.mmenu-show #mobile-fixed li,
.mmenu-show #mobile-search,
.mmenu-show #member-box li a {
    background: #2EB2AA;
}
.mmenu-show #mobile-fixed ul,
.mmenu-show #member-box li {
    border-bottom-color: rgb(255 255 255/40%);
}
.mmenu-show #mobile-menu .side-nav-top > li a:before {
    border-color: #2EB2AA;
}
.mmenu-show #mobile-menu .menu li a:hover,
.mmenu-show #mobile-menu .menu li.active > a {
    color: #2EB2AA;
}
.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: #000;
    right: 0px;
    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-fixed li i {
    vertical-align: middle;
    margin: -4px auto 0px;
}
/*------------ sort_box ------------*/
.sort_box {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}
.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: 2px 0;
    position: relative;
    z-index: 0;
}
.sort_icon .ibtn{
    position:relative;
}
.sort_icon .ibtn:before{
    content:'';
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background:#aaa;
    z-index:-1;
    transition: all .3s;
}
.sort_icon .ibtn:hover:before,
.sort_icon .ibtn.active:before {
    background:#2EB2AA;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}
.sort_box .form-control.sort-mobile {
    display: none;
}
.form-group select.form-control {
    margin: 0 0 10px;
    font-weight: normal;
    border-radius: 0;
}
@media screen and (max-width: 1620px) {
/*------------ floating 1620 ------------*/
    .floating,
    .floating.fancybox-margin {
        margin-right: 0;
    }
/*------------ / floating 1620 ------------*/
}
@media screen and (max-width: 1580px) {
/*------------ site_footer 1580 ------------*/
    .footer-bottom .container {
        max-width: none;
        padding: 0 80px;
    }
/*------------ / site_footer 1580 ------------*/
}
@media screen and (max-width: 1440px) {

    .site-nav .menu > li{
        padding: 0;
    }
/*------------ site_header 1420 ------------*/
    .func-menu {
        margin-right: 0;
    }
/*------------ / site_header 1420 ------------*/
    .banner:before {
        display: none;
    }
}
@media screen and (max-width: 1280px) {
    .header-fixed .site-title,
    .site-title{
        float: none;
        text-align: center;
        padding: 24px 0 8px;
    }
    .site-nav{
        padding:0;
        text-align: center;
    }
        .site-title .logo {
        width: 205px;
        height: 35px;
    }
    .header-fixed .site-nav .menu > li > a {
        color: #333;
        padding: 21px 12px;
    }
/*------------ site_footer 1300 ------------*/
    .footer-bottom {
        text-align: center;
    }
    .footer-bottom .container {
        padding: 0 15px;
    }
/*------------ / site_footer 1300 ------------*/
}
@media screen and (max-width: 1080px) {
/*------------ site_header 1080 ------------*/
    .site-nav .menu {
        margin: 0 -8px;
    }
    .site-nav .menu > li > a {
        /* padding: 5px 8px; */
    }
/*------------ / site_header 1080 ------------*/
}
@media screen and (max-width: 1000px) {
    .site-header{
        position: static;
    }
    .wrapper{
        padding-top: 40px;
    }
/*--- 隱私權手機板 ---*/
    .header-sheet {
        position: fixed;
        height: auto;
        bottom: 0%;
        z-index: 999;
        font-size: 14px;
        padding: 40px 0 10px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        border-radius: 0;
    }
    .header-sheet .close-ontop {
        right: 0px;
        left: 0px;
        top: -21px;
        margin: auto;
        text-align: center;
        width: 100%;
        height: 35px;
    }
    button.close-ontop{
        padding:0px;
    }
    .close-ontop {
        float: none;
    }
    body #keyreply-container {
        bottom: 10%;
    }
    .header-active #keyreply-container {
        bottom: 0%;
        transition:all .7s;
    }
    .header-fixed .header-sheet{
        display:block;
    }
/*--- END隱私權手機板 ---*/
/*------------ side-share ------------*/
    .side-share {
        top: unset;
        transform: unset;
        bottom: 20%;
    }
    .side-share.for-cart{
        bottom: 70px;
    }
    .side-share .share li a {
        width: 40px;
        height: 40px;
        padding-left: 1px;
    }
    .side-share .share .btn i {
        font-size: 20px;
        line-height: 40px;
    }
    .side-share .share .btn .ic_mail {
        width: 26px;
        height: 21px;
    }
    .side-share .share .btn .ic_linkin {
        width: 26px;
        height: 26px;
    }
    .side-share .share .btn .ic_wordpress {
        width: 26px;
        height: 26px;
    }
/*------------ / side-share ------------*/
/*------------ site_header 1000 ------------*/
    .site-title,.header-fixed .site-title {
        float: none;
        text-align: center;
        padding: 25px 0;
    }
    .site-title .logo ,
    .header-fixed .site-title .logo{
        width: 205px;
        height: 35px;
        background: #2EB2AA;
        mask: url(../../images/common/logo.png) 50% 50% no-repeat;
        mask-size: contain;
    }
    .top-nav,
    .site-nav {
        display: none;
    }
/*------------ / site_header 1000 ------------*/
/*------------ site_main 1000 ------------*/
    .main-title {
        font-size: 36px;
    }
    .content-top,
    .content-top.text-center {

    }
    .main-content {
        padding: 40px 0 80px;
    }
/*------------ / site_main 1000 ------------*/
/*------------ contet_nav 1000 ------------*/
    .content-nav {
        display: none;
    }
/*------------ / contet_nav 1000 ------------*/
    .content{
        padding: 40px 20px;
    }
/*------------ site_footer 1000 ------------*/
    
    .footer-bottom .share {
        display: none;
    }
    .footer-top .row:nth-child(1){
        padding: 56px 0;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .footer-top .row:nth-child(2){
        display: none;
    }
    .follow{
        justify-content: center;
        margin: 24px auto 0;
    }
    .footer-bottom {
        padding: 25px 0 20px;
    }
/*------------ / site_footer 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 .top_arrow{
        display: none;
    }
/*------------ / floating 1000 ------------*/
}
@media screen and (max-width: 900px) {
/*------------ table 900 ------------*/
    .table-h td {
        min-width: 40px;
    }
/*------------ / table 900 ------------*/
}
@media screen and (max-width: 767px) {
/*------------ site_main 767 ------------*/
    .main-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    .main-title:before,
    .main-title:after {
        display: none;
    }
    .content-title {
        font-size: 26px;
    }
    .main-content {

    }
/*------------ / site_main 767 ------------*/
/*------------ breadcrumb 767 ------------*/
    .content-top .breadcrumb {
        float: none;
    }
/*------------ / breadcrumb 767 ------------*/
/*------------ pagination 767 ------------*/
    .page-info {
        display: block;
        padding: 0 40px;
    }
    .pagination {
        position: relative;
        height: 0;
    }
    .pagination li a {
        display: none;
    }
    .pagination li a.controls {
        display: block;
        position: absolute;
        bottom: -29px;
    }
    .pagination li a.prev {
        left: 0;
    }
    .pagination li a.next {
        right: 0;
    }
/*------------ / pagination 767 ------------*/
/*------------ form 767 ------------*/
    .form-title {
        font-size: 28px;
    }
    .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: 17px;
    }
    .success-msg2 {
        font-size: 19px;
    }
/*------------ / form 767 ------------*/
    .category_select_box{
        flex-wrap: wrap;
        gap: 4px;
        margin-top: 0;
    }
/*------------ table 767 ------------*/
    .table-h {
        border-top: 1px solid #bbb;
    }
    .sum-box .table-h {
        border-top: 0;
    }
    .table-h thead {
        display: none;
    }
    .table td .ibtn.delete {
        position: absolute;
        right: 0;
        top: 5px;
    }
    .table-h tr,
    .table-h td {
        display: block;
        text-align: left;
    }
    .table-h td+td,
    .table-h tfoot td+td {
        border-left: 0;
    }
    .table-h tbody td[data-title]:before {
        content: attr(data-title);
        display: inline-block;
        color: #aaa;
        font-size: 13px;
    }
    .table-h tr {
        padding: 10px 0;
        position: relative;
    }
    .table-h tfoot tr {
        padding: 10px 15px;
        overflow: hidden;
    }
    .table-h tfoot td {
        padding: 0;
    }
    .table-h tfoot td:first-child {
        float: left;
        text-align: left;
    }
    .table-h tfoot td:last-child {
        width: auto;
        float: right;
    }
    .table-h td,
    .table-h tbody td {
        padding: 0;
        line-height: 2;
    }
    .table-h td a {
        display: inline-block;
        line-height: 1.5;
    }
    .table-v th, .table-v td {
        padding: 8px 12px;
    }
    .table-v th {
        width: 90px;
    }
/*------------ / table 767 ------------*/
/*------------ lightbox 767 ------------*/
    .fancybox-album .fancybox-skin {
        margin: 50px 0 5px;
    }
    .fancybox-album .fancybox-close {
        top: -45px;
        right: 50%;
        margin-right: -35px;
    }
    .fancybox-album .fancybox-nav span {
        top: -55px;
        margin-top: 0;
    }
    .fancybox-album .fancybox-prev span {
        left: -12px;
    }
    .fancybox-album .fancybox-next span {
        right: -12px;
    }
/*------------ / lightbox 767 ------------*/
    .footer-links-list {
        justify-content: center;
        margin: 24px auto 0;
    }
    .footer-links-list .ibtn.f-links + .ibtn.f-links {
        margin-left: 0;
    }
    .footer-links-list .ibtn.f-links {
        width: 75px;
        height: 75px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media screen and (max-width: 500px) {
/*------------ table 400 ------------*/
    .table-v tr,
    .table-v th,
    .table-v td {
        display: block;
        width: auto;
        text-align: left;
    }
    .table-v tr:nth-child(n) {
        background: none;
    }
    .table-v th {
        background: #F7F7F7;
        border: 0;
    }
/*------------ / table 400 ------------*/
    .site-info{
        flex-direction: column;
        gap: 20px;
    }
}
@media screen and (max-width: 400px) {
/*------------ form 400 ------------*/
    .form-box .form-group .input-box {
        width: 100%;
    }
/*------------ / form 400 ------------*/
/*------------ btn 400 ------------*/
    .btn.simple {
        margin: 0 auto 10px;
    }
/*------------ / btn 400 ------------*/
}
@media screen and (max-width: 350px) {
    .footer-links-list .ibtn.f-links {
        width: 66px;
        height: 66px;
    }
}