@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap";.white{color:#fff}.black{color:#333}.red{color:#d02d2e}.bg-white{background-color:#fff}.bg-light-gray{background-color:#e6e6e6}.bg-black{background-color:#333;color:#fff}ul,li,ol{list-style:none;padding:0;margin:0}ul.disc,ol.disc{padding-left:20px}ul.disc>li,ol.disc>li{list-style:disc}ul.decimal,ol.decimal{padding-left:20px}ul.decimal>li,ol.decimal>li{list-style:decimal}a{color:inherit}a:hover,a:focus{color:inherit;text-decoration:none;outline:none;box-shadow:none}a[href^=tel]{text-decoration:inherit;color:inherit}button:focus{outline:none;box-shadow:none}h1,h2,h3,h4,h5,h6{margin:5px 0}h3.heading{color:#333;font-size:1.125rem;font-style:normal;margin:0;margin-bottom:10px;position:relative;vertical-align:middle}p{margin:0}.row-flex{display:flex;flex-wrap:wrap;height:100%;clear:both}.row-flex::before,.row-flex::after{display:none}.row-flex div[class^=col-]{float:none}.inline{display:inline-block;width:auto}.link{display:inline-block;text-decoration:underline;margin:0 5px;transition:.15s ease-in-out}.link:hover,.link:focus{opacity:.45}.icon-link{color:rgba(0,0,0,.3);transition:.15s ease-in-out;margin:0 1px}.icon-link:hover{color:#333}.p-0{padding:0 !important}.en{font-family:"Montserrat",sans-serif;display:inline-block}.no_transition{transition:none !important}.events-none{pointer-events:none}.bg-cover{background-size:cover;background-position:center center;background-repeat:no-repeat}.remark{font-size:.813rem;letter-spacing:1px;margin-bottom:15px}.flip-h{transform:scaleX(-1)}.img-zoom{overflow:hidden}.img-zoom .img{transition:.25s ease-in-out}.img-zoom:hover .img{transform:scale(1.05)}.img-auto-lg{display:block;width:auto;margin:0 auto}@media(max-width: 991px){.img-auto-lg{width:100%}}.iframe-rwd{position:relative;padding-bottom:60%;overflow:hidden}.iframe-rwd iframe{position:absolute;top:0;left:0;width:100% !important;height:100% !important}.bread-container{max-width:1464px;margin:0 auto}.a-link{transition:.3s}.a-link:hover{color:#8ad167}@media(min-width: 991px){.container{width:100%;padding:0 96px}}html{font-size:16px;height:100%}body{font-family:"Noto Sans TC",sans-serif;font-size:.938rem;letter-spacing:1px;line-height:1.5;color:#4f4f4f}*{box-sizing:border-box;outline:none}img{max-width:100%}.main{min-height:500px}@media(max-width: 991px){.main{margin-bottom:52px}}section.content{padding:96px 0;background-size:auto;background-position:center center;background-attachment:fixed;clear:both;position:relative}@media(max-width: 991px){section.content{background-size:100%;background-attachment:initial;background-position:top;background-repeat:repeat-y;padding:48px 0;margin:0}}section.content .container{position:relative}.sec-title,h2.title{display:flex;justify-content:center;align-items:center;-moz-column-gap:8px;column-gap:8px;color:#8ad167;font-size:28px;font-weight:600;letter-spacing:10px;line-height:1.5;margin-bottom:45px;padding:15px 0}.sec-title .en,h2.title .en{display:block;font-weight:400;font-size:.875rem;letter-spacing:6px;text-transform:capitalize}.price{letter-spacing:0px;font-weight:600}.special{font-size:1.125rem}.original{display:block;color:#bdbdbd;font-size:1rem;line-height:1.1;font-weight:600;text-decoration:line-through;margin-bottom:8px}.sale-price-text{display:block;color:#8ad167;font-size:48px;line-height:1}.editor{font-size:1rem;letter-spacing:1.5px;line-height:1.5;color:#4f4f4f;word-break:break-all}.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor p{color:#333}.editor h4{font-size:1.25rem;margin:10px 0}.editor p{font-size:1rem;line-height:30px;text-align:inherit}.editor img{max-width:100%;border:0;margin:10px 0}@media(max-width: 767px){.editor img{width:100%}}.editor .tbox h2{color:#8ad167;padding:0;margin-bottom:20px;text-align:left}.editor .tbox p{font-size:1.125rem}.editor .t-right h2{margin-top:50px;margin-bottom:0}.menu-version{display:flex;-moz-column-gap:48px;column-gap:48px}@media(max-width: 991px){.menu-version{-moz-column-gap:24px;column-gap:24px;display:block}}.menu-version .son-menu{width:216px}@media(max-width: 991px){.menu-version .son-menu{display:none}}.menu-version .main-content{max-width:calc(100% - 216px - 48px);flex:1}@media(max-width: 991px){.menu-version .main-content{max-width:100%}}/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/body{-webkit-backface-visibility:hidden}.animated{animation-duration:calc( 0.5s );animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:calc( 0.5s * 2 )}.animated.bounceIn,.animated.bounceOut{animation-duration:calc( 0.5s * 0.75 )}.animated.flipOutX,.animated.flipOutY{animation-duration:calc( 0.5s * 0.75 )}@keyframes fadeInUp{0%{opacity:0;transform:translateY(200px)}100%{opacity:1;transform:translateY(0)}}.fadeInUp{animation-name:fadeInUp}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}.ani-coverbox{position:relative;overflow:hidden}.ani-coverbox .coverInRight{position:absolute;width:100%;height:100%;top:0;left:-100%;background:#333;z-index:1;transform-origin:left}@keyframes coverInRight{0%{transform:translate3d(100%, 0, 0)}100%{transform:translate3d(0, 0, 0)}}.coverInRight{animation-name:coverInRight}.islick{width:100%;overflow:hidden}.islick .item{height:100%;overflow:hidden}.pd-img{aspect-ratio:1}.pd-img img{width:100%;max-width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.slick-slide img{width:100%}@media(max-width: 1199px){.pdviewbox .slider{width:100%;margin:auto}}@media(max-width: 480px){.pdviewbox .slider{width:100%;margin:auto}.pd-img{max-width:100% !important}}@media(max-width: 320px){.pdviewbox .slider{width:100%;margin:auto}}.owl-carousel{position:relative}.owl-prev,.owl-next{font-size:0;display:flex;justify-content:center;align-items:center;width:60px;height:60px;border-radius:100%;border:1px solid #fff;position:absolute;top:50%;transform:translateY(-50%);opacity:.6;transition:.15s ease-in-out}.owl-prev:hover,.owl-next:hover{opacity:1}.owl-prev:before,.owl-next:before{display:block;color:#fff;font-family:"fontAwesome";font-size:2.25rem}.owl-prev{left:30px}.owl-prev:before{content:""}.owl-next{right:30px}.owl-next:before{content:"";margin-left:7.5px}.btn:hover,.btn:focus,.btn.focus,.btn:active:focus,.btn:active.focus,.btn.active:focus,.btn.active.focus,button:hover,button:focus,button.focus,button:active:focus,button:active.focus,button.active:focus,button.active.focus{outline:inherit;outline-offset:0;box-shadow:none}.btn{color:#fff;background-color:#8ad167;letter-spacing:2px;text-align:center;padding:16px;border-radius:8px}.btn:hover,.btn:focus{color:#fff;opacity:.75}.btn .en{letter-spacing:2px;padding-left:5px;margin:0}.btn i{font-size:1rem;margin-right:5px}.btn i.icon-left-open,.btn i.icon-right-open{margin:0}.btn i:before{transition:.5s ease-in-out}.btn:hover .icon-left-open:before{transform:translateX(-5px)}.btn:hover .icon-right-open:before{transform:translateX(5px)}.btn-default{background:rgba(0,0,0,0);border:none;padding:0;cursor:default}.btn-default:hover,.btn-default:focus{color:#fff;background:rgba(0,0,0,0);border:none;padding:0;opacity:1}.btn-line-w{color:#fff;background:rgba(0,0,0,0);border:1px solid #fff}.btn-line-w:hover{color:#333;background:#fff}.btn-sm{font-size:12px;padding:2.5px 5px}.btn-md{min-width:150px}@media(max-width: 480px){.btn-md{width:100%;margin:2.5px 0}}.btn-lg{font-size:.938rem;letter-spacing:3px;padding:15px 30px;min-width:180px}.btn-full{width:100%}.btn-w{color:#333;background:rgba(0,0,0,.05)}.btn-w:hover,.btn-w:focus{color:#333;background:#e6e6e6}.btn-gray{color:#333;background-color:#e6e6e6}.btn-gray:hover,.btn-gray:focus{color:#333}.btn-color-main{background-color:#8ad167}.btn-red{background-color:#d02d2e}.btn-nb{color:#333;background-color:rgba(0,0,0,0)}.btn-nb:hover,.btn-nb:focus{color:#8ad167;background-color:rgba(0,0,0,0)}.btn-checkout,.btn-addcart{min-width:150px;padding:10px 20px;background-color:#8ad167}@media(max-width: 480px){.btn-checkout,.btn-addcart{width:100%;min-width:inherit;margin-bottom:0px}}.btn-addcat-lg,.btn-checkout-lg{width:calc(50% - 5px);padding:15px;background-color:#8ad167}@media(max-width: 767px){.btn-addcat-lg,.btn-checkout-lg{min-width:inherit;width:100%;margin-bottom:0}}.btn-checkout-lg{background-color:#d02d2e}.btn-checkout-full{width:100%;background-color:#8ad167}.btn-cart-check{background-color:rgba(0,0,0,0);color:rgba(0,0,0,.6)}.btn-cart-check:hover,.btn-cart-check:focus{color:#8ad167;background-color:rgba(0,0,0,0)}.btn-del{font-size:1.25rem;background:rgba(0,0,0,0);border:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.btn-del:hover{opacity:.75}@media(max-width: 991px){.btn-del{position:absolute;right:15px;top:15px;transform:none}.btn-del:hover{color:#d02d2e}}@media(max-width: 767px){.btn-del{top:auto;bottom:15px}}.btn-login{font-size:16px;line-height:1;width:100%;background-color:#333;margin-top:10px;padding:16px}.btn-fb,.btn-line,.btn-google{flex:1 1 calc(33.3333333333% - 10px);display:inline-flex;align-items:center;justify-content:center;padding:16px}.btn-google img{margin-right:5px}.btnbox-right .btn{color:#fff}.btnbox-right .btn-fb,.btnbox-right .btn-line{flex:1 1 calc(50% - 10px);width:auto;display:inline-flex;align-items:center;justify-content:center;border:1px solid #ccc}.btn-fb{background-color:#3c5a99;color:#fff}.btn-line{background-color:#00c300;color:#fff}.container .btnbox{padding:0 15px;margin:60px 0 30px}@media(max-width: 575px){.container .btnbox{margin:30px 0 15px}}.btnbox .line{border-top:1px solid #e6e6e6;padding:20px 0}.btnbox .t-line{border-top:3px solid #e6e6e6;padding-top:20px}.btnbox-sns-login{display:flex;flex-wrap:wrap;gap:10px;margin:0}button.confirm{background-color:#8ad167 !important}.btn-reset{color:#4f4f4f !important;background-color:#e0e0e0 !important;padding:16px}.btn-reset:hover{color:#4f4f4f;opacity:.75}.btn-sub{color:#4f4f4f !important;background-color:#dedd9d}.form-horizontal .form-group{margin-right:0;margin-left:0;margin-bottom:20px}@media(max-width: 767px){.form-inline .form-control{display:inline-block;vertical-align:middle}}.form-inline label.input-title{width:80px;font-weight:normal;display:inline-block}.form-inline span{padding:0 5px}@media(max-width: 320px){.form-inline span{padding:0}}.form-inline.birthday .form-control{display:inline-flex;align-items:center}@media(max-width: 991px){.form-inline.birthday .form-control{width:calc(100% - 30px);margin-bottom:5px}}@media(max-width: 991px){.form-inline.birthday span{padding:0}}.form-inline.input--addr{display:block;position:relative}.form-control{font-size:.938rem;color:#333;font-weight:400;letter-spacing:1px;border-color:#e6e6e6;box-shadow:none}.form-control:focus{border-color:#d8d8d8;box-shadow:none}@media(max-width: 480px){label{display:block}}label.form-inline input{display:inline-block}label.input-checkbox{margin-bottom:0;font-size:14px;vertical-align:middle;cursor:pointer}label.style--label.active{background-color:#f3f3f3;border-radius:16px}label span{vertical-align:middle}input[type=radio],input[type=checkbox]{vertical-align:middle;margin:0px 5px}input.addr{border-radius:5px;border:1px solid #e6e6e6;padding:5px 12px;width:100%;margin-top:10px}.input-group .form-control{z-index:0}.input-list{border-bottom:1px solid #e6e6e6;padding:5px 15px;position:relative}.input-list:last-child{border-bottom:0}.input-list .form-control{border:0;box-shadow:none;width:calc(100% - 90px);display:inline-block;padding:5px}.input-list select.form-control.gender{width:15%;padding:5px 0}@media(max-width: 480px){.input-list select.form-control.gender{width:60%}}.input-captcha{cursor:pointer}.input-captcha img{position:absolute;right:5px;bottom:12px;border-left:1px solid #e6e6e6}.input-captcha .error{right:105px}textarea+.error{top:5px;transform:none}.twzipcode select,.twzipcode input{height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #e6e6e6;border-radius:4px;margin-right:5px}.twzipcode select:focus,.twzipcode input:focus{border-color:#d8d8d8}@media(max-width: 480px){.twzipcode select,.twzipcode input{width:100%;margin-bottom:10px}}.twzipcode input{width:95px}.quantity .input-group{max-width:150px;display:flex}.quantity .input-group .form-control{text-align:center}.quantity .input-group .btn{padding:5px;border-right:1px solid #e6e6e6;border-radius:0}.quantity .input-group .btn>i{margin:0}.quantity .input-group .input-group-btn{width:auto}::-webkit-input-placeholder{color:#d8d8d8 !important}::-moz-placeholder{color:#d8d8d8 !important}:-ms-input-placeholder{color:#d8d8d8 !important}:-moz-placeholder{color:#d8d8d8 !important}.style--label{margin:0;display:block;padding:10px 15px;cursor:pointer}.style--label .price{float:right;color:#aaa;font-weight:400;font-size:18px;letter-spacing:1px;position:relative}.style--label .price:before{content:"$";font-size:14px;position:absolute;top:50%;left:-12px;transform:translateY(-50%)}.style--label.active .price{color:#8ad167}.style--radio{display:none}.style--radio:checked+.style--radioInput:after{background-color:#8ad167 !important;border-radius:50%;content:"";display:inline-block;height:20px;margin:-1px;width:20px;color:#fff;font-family:"fontello";font-size:12px;text-align:center;line-height:20px}.style--radio:checked+.style--radioInput+.style--checkbox:after{border-radius:0}.style--radioInput{background-color:#fff;border:1px solid #d8d8d8;border-radius:100%;display:inline-block;height:20px;margin-right:10px;margin-top:-1px;vertical-align:middle;width:20px;line-height:1}.style--checkbox.style--radioInput{border-radius:0}.error{position:absolute;right:5px;top:50%;padding:2px 8px !important;border-radius:99em;font-size:12px;font-weight:400;letter-spacing:1px;color:#bf623d;background:rgba(191,98,61,.15);transform:translateY(-50%)}@media(max-width: 480px){.error:before{display:none}}.message{color:#bf623d;padding:0}.message p{font-size:15px;display:inline-block}.has-success .form-control{border-color:#8ad167;box-shadow:none}.has-success .form-control:focus{border-color:#8ad167;box-shadow:none}.has-error .form-control:focus{border-color:#d02d2e;box-shadow:none}.order.p03 .form-control:focus{border-color:rgba(0,0,0,0);box-shadow:none}.order.p03 .twzipcode select,.order.p03 .twzipcode input{color:#222;letter-spacing:2px;border:0;width:25%;padding:0}@media(max-width: 480px){.order.p03 .twzipcode select,.order.p03 .twzipcode input{width:100%;margin-bottom:10px}}.buyForm .error{top:6px;right:15px}form .has-success .error,.contact-form .has-success .error{opacity:0}.invoice{margin-top:40px}.triple--invoice{display:none}.triple--invoice .data-title{margin-top:15px}label.invoice--check{font-size:14px;font-weight:normal;cursor:pointer}.invoice--item label.input--addr{margin-left:75px}img.delivery-icon{width:20px;height:20px;display:inline-block;margin-right:5px}.store--select{padding:8px;display:block}.all-login .error{top:auto;bottom:9px;transform:none}header.header{position:relative;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.15);padding-top:40px;padding-bottom:24px}@media(max-width: 991px){header.header{padding:8px 0}}@media(max-width: 991px){.flex-container{display:flex;align-items:center}}.header-top{padding:15px 0;background:#fff}@media(max-width: 991px){.header-top{display:none}}.header-nav{display:flex;justify-content:space-between;align-items:center}@media(max-width: 991px){.header-nav{display:none}}.header-nav .logo{display:flex;justify-content:center;align-items:center;transition:.3s}.header-nav .logo:hover{transform:scale(0.9)}.header-nav .nav-item{width:88px;height:88px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#edecc5;border-radius:8px;padding:5px;overflow:hidden}.header-nav .nav-item p{font-size:14px;font-weight:700}.header-nav .nav-item .company-text{font-size:12px;letter-spacing:.2px}.header-nav .nav-item:hover{color:#fff;background-color:#8ad167}.header-nav .nav-item:hover img{position:relative;left:-80px;filter:drop-shadow(#fff 80px 0)}.mobile-logo{display:none}@media(max-width: 991px){.mobile-logo{display:block}}.header-link{flex:1 1 45%}.header-link .fa-envelope{position:relative;left:-3px;top:-1px}.header-link:not(.link-r){margin-bottom:5px}.header-link>a{color:#fff;padding:5px 10px;display:inline-block;background:#8ad167;border-radius:50%;width:30px;height:30px;margin-right:5px}.header-link>a i:before{transition:.15s}.header-link>a:hover{background:#57c49a}.header-link .en{margin-right:5px;font-weight:700}.header-link .dropdown-menu{min-width:inherit;width:100%;box-shadow:none;border-color:#e6e6e6;border-radius:0;padding:0}.header-link .dropdown-menu>li>a{padding:3px 0px 3px 20px}.header-link.link-r .list-inline>li{padding:0}.header-link.link-r .list-inline li>a{color:#4f625c;font-size:.875rem;font-weight:900;padding:5px 10px;display:inline-flex;align-items:center}.header-link.link-r .list-inline li>a i{font-size:.875rem;margin-right:2.5px}.header-link.link-r .list-inline li>a .shop-number{width:16px;height:16px;border-radius:100%;font-size:.813rem;display:flex;justify-content:center;align-items:center;color:#fff;background-color:#dedd9d;margin-left:5px}.header-link.link-r .list-inline li:hover>a,.header-link.link-r .list-inline li:focus>a,.header-link.link-r .list-inline li.active>a{opacity:.75}.header-link.link-r .list-inline li .btn{color:#fff}.header-link.link-r .dropdown-menu li{border-bottom:1px solid #e6e6e6}.header-link.link-r .dropdown-menu li:last-child{border-bottom:none}.header-link.link-r .dropdown-menu li>a{padding:5px 0;text-align:center;color:#8ad167;cursor:pointer;line-height:normal;height:auto}.header-link.link-r .dropdown-menu li>a:hover,.header-link.link-r .dropdown-menu li>a:focus{color:#fff;background:#8ad167}.main-navigation{margin-top:50px}@media(max-width: 991px){.main-navigation{display:none}}.main-navigation .nav-menu .nav .open>a{color:#8ad167}.main-navigation .nav-menu .nav>li.active>a{background:#8ad167;color:#fff;border-radius:10px 10px 0 0}.main-navigation .nav-menu .nav>li.active>a i{color:#fff}.main-navigation .nav-menu .nav>li.active>a:hover{color:#fff}.main-navigation .nav-menu .nav>li>a{padding:8px 15px;font-weight:700;letter-spacing:2px;margin:0 5px;font-size:1rem}.main-navigation .nav-menu .nav>li>a:hover{color:#8ad167}.main-navigation .nav-menu .nav>li>a i{font-size:1rem;margin-left:5px;color:#8ad167}.nav-menu{display:flex;align-items:center}.nav-menu .nav{display:inline-flex;justify-content:flex-end;width:100%}.nav-menu .nav .open>a{background-color:rgba(0,0,0,0);border:0}.nav-menu .nav .open:before{width:100%}.nav-menu .nav .open .dropdown-menu{top:40px;border:none}.nav-menu .navbar-nav>li{padding:0;position:relative}.nav-menu .navbar-nav>li>.dropdown-menu{padding:0;position:absolute}.nav-menu .navbar-nav>li>a{padding:5px 0;font-size:16px}.nav-menu .navbar-nav>li:before{content:"";position:absolute;right:0;line-height:30px;font-weight:900}.nav-menu .navbar-nav>li:last-child:before{content:none}.mobile-menu{display:none}header.header .container.web-act{padding-top:0}@media(max-width: 480px){header.header .container.web-act .col-md-12{padding:0}}.act-text{background:#ffd255;padding:20px 0;text-align:center;color:#ae1f31}.act-text h3{font-weight:600}@media(max-width: 480px){.act-text{padding:5px 15px}.act-text h3{font-size:.875rem;line-height:18px}}@media(max-width: 991px){header.header{background:#8ad167}header.header .container{padding-top:0}.header-top{padding:0}.header-link{display:none}.main-btn{display:flex;padding:5px}.main-btn a p{font-size:.75rem;line-height:normal;margin-bottom:0;text-align:center}.micon{width:100%;color:#333;font-size:1.25rem;text-align:center;vertical-align:middle}.menu-btn{background:none;padding:0;color:#333;font-size:1.875rem;border:0}html{position:relative;overflow-x:hidden;height:100%;-webkit-overflow-scrolling:touch}body .pushy-open-left,body .pushy-open-right{overflow-x:hidden;height:100%;-webkit-overflow-scrolling:touch}body .pushy-open-left .menu-icon,body .pushy-open-left .main,body .pushy-open-left .banner{transform:translate3d(300px, 0, 0)}body .pushy-open-left .logo{transform:translate3d(360px, 0, 0);left:0}body .pushy-open-left .right-menu{transform:translate3d(150px, 0, 0)}body .pushy-open-right .menu-icon,body .pushy-open-right .main,body .pushy-open-right .banner{transform:translate3d(-300px, 0, 0)}body .pushy-open-right .logo{transform:translate3d(-360px, 0, 0);left:0}.pushy{width:300px}.pushy .followus-box{padding:15px 30px}.pushy .followus-box p{font-size:.938rem;letter-spacing:3px;display:block;margin-bottom:5px}.pushy .followus-box a{display:inline-block;vertical-align:middle;font-size:1rem;text-align:center;width:36px;height:36px;border-radius:100%;background:#333;padding:0;margin-right:2.5px}.pushy .followus-box a:hover,.pushy .followus-box a:focus{opacity:.75}.pushy .followus-box i{line-height:36px;color:#fff;padding-left:2px}.pushy .followus-box .icom-line:before{margin:0;color:#fff}.pushy-left{transform:translate3d(-300px, 0, 0)}.pushy-right{transform:translate3d(300px, 0, 0)}.pushy-submenu>ul{padding-left:0}.m-menu-list{background-color:#fff}.m-menu-list h2:first-child{margin-top:0}.m-menu-list h2:before{background-image:none;content:none}.m-menu-list h3{padding:7.5px 15px;margin:0;background-color:#8ad167;font-size:.875rem;color:#fff}.mobile-menu{position:relative;display:inline-block}.mobile-menu .nav>li{border-bottom:1px solid #e6e6e6}.mobile-menu .nav>li>a{font-size:.938rem;padding:10px 30px;color:#333}.mobile-menu .nav>li>a:hover,.mobile-menu .nav>li>a:focus,.mobile-menu .nav>li>a.active{border:0;color:#fff;background:#333}.mobile-menu .nav>li.pushy-link{border-color:#e6e6e6}.mobile-menu .nav>li.pushy-link:last-child{border:none}.mobile-menu .nav>li.pushy-link a{font-size:.875rem;padding:5px 30px 5px 45px}.right-menu{float:right;padding:10px 20px}.cart-icon{background-color:rgba(0,0,0,0);position:relative;display:inline-block;padding:0;margin-right:20px}.cart-icon .shop-number{position:absolute;font-size:.813rem;background-color:#dedd9d;color:#fff;text-align:center;line-height:20px;top:5px;right:-20px;width:20px;height:20px;border-radius:100%}}.adimg{display:block;background-size:cover;background-position:center center;background-repeat:no-repeat}.banner{width:100%;overflow:hidden;position:relative}.searchbox{margin:10px}.searchbox label{position:relative}.searchbox button{position:absolute;right:14px;top:12px}.searchbox button.btn{padding:5px 8px;border-radius:3px}.searchbox button.btn i{margin-right:0}.btn-search{width:100%;line-height:inherit;cursor:pointer;font-size:1rem}.input-search{font-size:.875rem;letter-spacing:1px;color:#e6e6e6;border:none;border-radius:0;padding:5px 15px;height:43px;background:rgba(0,0,0,0);border-bottom:1px solid rgba(255,255,255,.2)}.input-search:focus{border-bottom:1px solid #e6e6e6}@media(max-width: 767px){#searchForm .input-search{margin-bottom:15px}}.search-box .btn{padding:12px 16px}.searchbar-wrapper{margin-top:-64px;margin-bottom:32px}@media(max-width: 991px){.searchbar-wrapper{margin-top:-30px;margin-bottom:18px}}.bar{display:flex;justify-content:center;-moz-column-gap:40px;column-gap:40px}@media(max-width: 767px){.bar{-moz-column-gap:16px;column-gap:16px}}.bar .event{display:flex;flex-direction:column;row-gap:16px;max-width:316px}@media(max-width: 575px){.bar .event{display:none}}.bar .event .links{display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px}.bar .event .links a{font-size:16px;line-height:1.5;font-weight:500;color:#000;border:1px solid #000;border-radius:4px;padding:8px 40px;transition:.3s}@media(max-width: 767px){.bar .event .links a{padding:8px 16px}}.bar .event .links a:hover{color:#8ad167;border-color:#8ad167}.bar .event .subscript-form{display:flex;justify-content:space-between;-moz-column-gap:16px;column-gap:16px}.bar .event .subscript-form .input{flex:1}.bar .event .subscript-form input{width:100%;background-color:#e5e5e5;border-radius:4px;font-weight:500;border:none;outline:none;padding:8px 16px}.bar .event .subscript-form input::-moz-placeholder{color:rgba(0,0,0,.6) !important}.bar .event .subscript-form input::placeholder{color:rgba(0,0,0,.6) !important}.bar .event .subscript-form button{color:#fff;background-color:#8ad167;border:none;border-radius:4px;padding:8px 24px;flex-shrink:0}.bar .event .subscript-form button:hover{opacity:.75}.bar .search-form{display:flex;align-items:flex-start;-moz-column-gap:16px;column-gap:16px;flex:1}@media(max-width: 991px){.bar .search-form{display:none}}.bar .search-form input{height:56px;font-size:16px;line-height:1.5;color:#626262;background-color:#f5f5f5;border-radius:4px;border:none;padding:16px;margin:0}.bar .search-form input::-moz-placeholder{color:#626262 !important}.bar .search-form input::placeholder{color:#626262 !important}.bar .search-form .col{display:flex;flex-direction:column;row-gap:16px}.bar .search-form .col-search{flex:1}.bar .search-form .col-btn{flex-direction:row;gap:16px}.bar .search-form .col-btn a,.bar .search-form .col-btn button{color:#000;border:1px solid #000;border-radius:4px;padding:16px 24px;flex-shrink:0;transition:.3s}.bar .search-form .col-btn a:hover,.bar .search-form .col-btn button:hover{color:#8ad167;border-color:#8ad167}.bar .search-form .col-btn button{color:#fff;width:auto;border:none;background-color:#8ad167}.bar .search-form .col-btn button:hover{color:#fff}.bar .search-form .keyword{display:flex}.bar .search-form .keyword-title{font-size:16px;line-height:1.5;color:#fff;background-color:#8ad167;padding:0 8px;flex-shrink:0}.bar .search-form .keyword-list{display:flex;flex-wrap:wrap;color:#4f4f4f;background-color:#edecc5;-moz-column-gap:16px;column-gap:16px;padding:0 16px}.bar .search-form .keyword-list a{font-size:16px;line-height:1.5}.bar .search-form .keyword-list a:hover{text-decoration:underline}.bar .search-ad{display:flex;justify-content:center;align-items:center;width:354px;height:96px}@media(max-width: 1440px){.bar .search-ad{display:none}}@media(max-width: 991px){.bar .search-ad{display:flex}}.browsing-header{color:#fff;background-color:#8ad167;text-align:center;padding:2.5px 5px}.btn-clear{width:auto;display:block;font-size:.938rem;padding:5px 10px;margin:15px}.browsing-history-mobile .pd-name{display:block;display:-webkit-box;font-size:.938rem;max-height:1.407rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.browsing-history-mobile .intro{color:rgba(0,0,0,.6);margin-top:2.5px;display:block;display:-webkit-box;font-size:.813rem;max-height:1.2195rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.browsing-panel{display:none;width:80%;max-width:400px;position:fixed;right:0;top:0;bottom:0;z-index:1040;background-color:#fff}.browsing-history-mobile .browsing-header{padding:0;position:relative}.browsing-history-mobile .browsing-header .title{position:absolute;top:50%;transform:translateY(-50%);padding:0 15px}.browsing-history-mobile .browsing-header .title span{line-height:24px;vertical-align:middle}.browsing-history-mobile .closebtn{color:#fff;background-color:rgba(0,0,0,.15);padding:10px;width:42px}.browsing-history-mobile .closebtn:hover,.browsing-history-mobile .closebtn:focus{opacity:.75}.browsing-history-mobile .overley-content{overflow-y:auto;height:calc(100% - 42px)}.browsing-history-mobile .item{border-bottom:1px solid #e6e6e6;padding:15px}.btn-browing{position:fixed;border:0;color:#fff;background:#8ad167;bottom:80px;right:20px;width:40px;height:40px;border-radius:99em;opacity:.6;z-index:9998;display:block;transition:.15s ease-in-out}.btn-browing:hover{opacity:1}#cartbox{position:relative}.cartbox{display:none;width:360px;position:absolute;top:30px;right:0;padding:10px;background-color:#fff;border:1px solid #e6e6e6;z-index:999}.cartbox.open{display:block}.cartbox .img{width:50px;height:50px;border-radius:0;float:left;margin-right:10px}.cartbox thead{color:rgba(0,0,0,.6);background-color:#e6e6e6;font-size:.875rem}.cartbox thead>tr>th{border:none}.cartbox .name{font-size:.875rem;text-align:left}.cartbox .offer{font-size:.75rem;color:rgba(0,0,0,.45)}#pd-window .pd-detail{position:relative}#pd-window .pd-detail .name{font-size:18px;margin-bottom:10px}#pd-window .pd-detail .offer{font-size:13px;font-weight:400;color:#d41618;line-height:14px;height:30px;overflow:hidden}#pd-window .pd-detail .unit p{margin-bottom:0;color:#bf623d;font-size:18px}#pd-window .img{width:120px;float:left}@media(max-width: 480px){#pd-window .img{width:100%;float:none}}#pd-window .infobox{width:calc(100% - 120px);float:left;padding-top:5px;padding-left:15px}@media(max-width: 480px){#pd-window .infobox{width:100%;float:none;padding:0;margin-top:15px}}#pd-window .specification{margin:15px 0}#pd-window .specification .spec-title{font-size:14px;margin-right:5px;margin-bottom:0}#pd-window .specification .navbar-nav{margin:2.5px -2px 15px}#pd-window .specification .navbar-nav>li{border:2px solid #dfdfdf;padding:5px 10px;margin:0 2px;cursor:pointer;float:left;text-align:center}#pd-window .specification .navbar-nav>li.active,#pd-window .specification .navbar-nav>li:hover,#pd-window .specification .navbar-nav>li:focus{border:2px solid #d41618;color:#d41618}#pd-window .quantity{margin-top:5px}@media(max-width: 575px){#pd-window .quantity{width:100%;float:none;margin-bottom:10px}}#pd-window .quantity .input-group{display:flex}#pd-window .quantity .input-group .form-control{text-align:center}#pd-window .modal-btnbox{display:flex}#pd-window .modal-btnbox .btn{width:50%;flex:1 1 50%;margin:0;border-radius:0}#pd-window button.close{position:absolute;right:10px;top:10px;z-index:99}#pd-window .modal-header{padding:30px}#pd-window .modal-body{padding:5px 30px}#pd-window .modal-footer{padding:0;border:0}@media(max-width: 575px){#pd-window .modal-dialog{width:auto;margin:10px 10px 75px}}.breadcrumb{font-size:.875rem;list-style:none;background-color:#f2f2f2;border-radius:16px;padding:16px;display:flex;align-items:center;gap:16px;margin:0}@media(max-width: 991px){.breadcrumb{gap:8px}}@media(max-width: 480px){.breadcrumb{display:none}}.breadcrumb a,.breadcrumb span{display:block;color:#4f4f4f;font-weight:700;padding:16px 40px;background-color:#fff;border-radius:16px;transition:.3s}.breadcrumb a:hover,.breadcrumb span:hover{background-color:#dedd9d}@media(max-width: 991px){.breadcrumb a,.breadcrumb span{padding:16px}}.breadcrumb li{display:flex;align-items:center;-moz-column-gap:16px;column-gap:16px}@media(max-width: 991px){.breadcrumb li{-moz-column-gap:8px;column-gap:8px}}.breadcrumb li:first-child{flex-shrink:0}.breadcrumb li:last-child a{background-color:#dedd9d;pointer-events:none}.breadcrumb>.active{color:#333}.breadcrumb>.active span{background-color:#dedd9d}.breadcrumb>.active a,.breadcrumb>li>a:hover{color:#333}.breadcrumb>li+li:before{content:">";font-family:"fontello";color:#4f4f4f}body.home .breadcramb,body.product .breadcramb,body.news.show .breadcramb{display:none}body.show-bread .breadcramb{display:block}@media(max-width: 991px){.main-content .breadcramb{display:none !important}}.main-content .breadcramb .container{width:100%;padding:0}.son-menu_left{width:216px;display:flex;flex-direction:column;row-gap:24px}.son-menu_left .sec-title{background-color:#8ad167;text-align:center;color:#fff;font-size:24px;line-height:1.5;margin:0;padding:8px 16px;letter-spacing:0;border-radius:16px 16px 0 0}@media(max-width: 1199px){.son-menu_left .sec-title{font-size:18px}}.son-menu_left .dropdown-menu{position:relative;float:none;box-shadow:none;border-radius:0;border:none;border-top:1px solid #e6e6e6;padding:0;margin:0}.son-menu_left li{border-bottom:1px solid #e6e6e6}.son-menu_left li:last-of-type{border-bottom:none}.son-menu_left .nav{border:1px solid #e0e0e0;border-top:none}.son-menu_left .nav .open>a,.son-menu_left .nav .open>a:hover,.son-menu_left .nav .open>a:focus{background-color:#eaefe8}.category-list{display:flex;flex-direction:column;row-gap:0}.category-list .category-item{border:none;border-bottom:1px solid #e0e0e0}.category-list .category-item:last-child{border:none}.category-list .category-item a{white-space:initial;padding:0}.brand-list{padding:16px 20px;display:flex;flex-wrap:wrap;align-items:center;-moz-column-gap:16px;column-gap:16px;border:1px solid #e0e0e0;border-top:none}.brand-list .brand-item{width:calc(50% - 8px);text-align:center;border:none;padding:8px 0}.brand-list .brand-item a{padding:0}.events-list{border:1px solid #e0e0e0;border-top:none;padding:16px 28px;display:flex;flex-direction:column;row-gap:8px}.events-list .events-item{border:none}.events-list .events-item a{font-size:12px;line-height:20px;color:#000;text-decoration:underline;display:flex;flex-direction:column;row-gap:8px;padding:0}.media-block .block-content{border:1px solid #e0e0e0;border-top:none;padding:16px 28px}.media-block .media-list{display:flex;flex-direction:column;row-gap:8px}.media-block .media-list .media-item{border:none;display:flex;flex-direction:column;row-gap:8px}.media-block .media-list .media-item:hover a{color:#8ad167}.media-block .media-list .media-item a{font-size:12px;line-height:20px;color:#000;text-decoration:underline;padding:0}.media-block .media-more{color:#000;text-align:right;overflow:hidden}.media-block .media-more:hover{color:#8ad167}.media-block .media-more:hover img{position:relative;top:-50px;filter:drop-shadow(#8AD167 0 50px)}.recommend-events,.media-block{display:none}body.home .recommend-events,body.home .media-block{display:block}.stepbox{text-align:center;padding:30px 0;margin:0 -10px}@media(max-width: 480px){.stepbox{padding:0;display:flex;margin:0 -15px}}.stepbox>span{color:rgba(0,0,0,.45);font-size:1.25rem;margin:5px 10px;display:inline-flex}@media(max-width: 480px){.stepbox>span{color:#ddd;font-size:100%;font-weight:400;border-bottom:2px solid;padding-bottom:5px;margin:0;margin-bottom:15px;width:100%;position:relative;display:inline-block;text-align:center}}.stepbox>span:before{content:"";width:30px;height:30px;border-radius:100%;display:inline-block;color:#fff;background-color:#d8d8d8;font-size:1.125rem;line-height:29px;text-align:center;vertical-align:middle;margin-right:10px}@media(max-width: 480px){.stepbox>span:before{display:none}}@media(max-width: 480px){.stepbox>span.step1{width:30%}}.stepbox>span.step1:before{content:"1"}@media(max-width: 480px){.stepbox>span.step2{width:40%}}.stepbox>span.step2:before{content:"2"}@media(max-width: 480px){.stepbox>span.step3{width:30%}}.stepbox>span.step3:before{content:"3"}.stepbox>span.active{color:#8ad167}.stepbox>span.active:before{background-color:#8ad167}.side-bar{width:64px;display:flex;flex-direction:column;row-gap:16px;position:fixed;right:16px;top:50%;z-index:100;transform:translateY(-50%);transition:.5s}@media(max-width: 991px){.side-bar{display:none}}.side-bar a{width:64px;height:64px;background-color:#bdbdbd;border-radius:50%;display:flex;justify-content:center;align-items:center;transition:.3s;overflow:hidden}.side-bar a:hover img{filter:drop-shadow(#8AD167 60px 0)}.side-bar a:hover{background-color:#e1ede3}.side-bar a img{position:relative;left:-60px;filter:drop-shadow(#fff 60px 0)}.side-bar img{width:48px;height:48px}.side-bar .fb-icon{width:32px;height:32px}.side-bar .line-icon{width:40px;height:40px}.side-bar .cart-count{width:20px;height:20px;color:#fff;background-color:#8ad167;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;top:0;right:0;padding:12px;pointer-events:none}.side-bar .cart-count span{font-weight:400;font-size:14px;line-height:20px;transform:translateY(-1px)}.footer{padding:40px 0;border-top:1px solid rgba(0,0,0,.05);background-color:#8ad167;color:#333}.footer .copyright{font-size:.75rem;font-family:"Noto Sans TC",sans-serif;color:#333}.footer .copyright a{transition:.15s ease-in-out}.footer .copyright a:hover{color:#8ad167}.footer-content{position:relative;display:flex;justify-content:center;align-items:center;-moz-column-gap:30px;column-gap:30px}@media(max-width: 1199px){.footer-content{-moz-column-gap:10px;column-gap:10px}}.footer-content .footer-info{display:flex;align-items:center;-moz-column-gap:20px;column-gap:20px;flex-shrink:0}.footer-content .footer-info .footer-logo a{display:block;transition:.3s}.footer-content .footer-info .footer-logo a:hover{transform:scale(0.9)}.footer-content .footer-info .v-line{width:1px;height:104px;background-color:#333}.footer-content .footer-info .contact{height:104px;display:flex;flex-direction:column;justify-content:space-between}.footer-content .footer-info .contact li{font-size:16px;line-height:28px}.footer-content .footer-info .contact li a:hover{text-decoration:underline}.footer-content .footer-social{flex-shrink:0}@media(max-width: 1199px){.footer-content .footer-social{position:absolute;top:-20px;right:0}}.footer-content .footer-link{display:flex;flex-wrap:wrap;align-items:center;-moz-column-gap:2px;column-gap:2px;row-gap:10px}.footer-content .footer-link span,.footer-content .footer-link a{color:#fff}.footer-content .footer-link span{transform:translateY(-1px)}.footer-content .footer-link a{font-size:16px;line-height:28px;flex-shrink:0}.footer-content .footer-link a:hover{text-decoration:underline}.menu-list ul.nav>li{padding:5px 0}.menu-list ul.nav>li:first-child{font-weight:600;letter-spacing:3px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(0,0,0,.15)}.menu-list ul.nav>li>a{color:rgba(0,0,0,.6);padding:0;margin:0;transition:.15s ease-in-out}.menu-list ul.nav>li>a:hover{color:#333}@media(max-width: 991px){.navbar-fixed-bottom{border:0}.navbar-black{background-color:#333}.navbar-default{background-color:#8ad167}.shop-btn{display:flex}.shop-btn .btn{flex:1 1 50%;border-radius:0}}@media(max-width: 991px){.home{padding-bottom:1px}}.home .flash_sale{padding:50px 0}@media(max-width: 991px){.home .flash_sale .cfpic{text-align:center;display:block;margin-bottom:10px}}.pic-title{text-align:center;margin-bottom:70px}.pic-title img{max-width:100%;width:220px}@media(max-width: 991px){.pic-title{margin-bottom:20px}.pic-title img{width:220px}}.sec-box{background-size:auto;padding:0}@media(max-width: 991px){.sec-box{padding:20px 0 0;background-size:cover}}.parallax-background{background-position:50% 50%;background-repeat:no-repeat;background-size:auto;background-attachment:fixed;clear:both;position:relative;transform:translate3d(0, 0, 0)}@media(max-width: 480px){.parallax-background{background-attachment:initial}}.salepd .owl-prev,.salepd .owl-next{width:30px;height:50px;background:#7da29f;border-radius:0}.salepd .owl-next{right:0}.salepd .owl-prev{left:0}.salepd .pdlist{margin-bottom:0;box-shadow:0px 0px 5px rgba(2,2,2,.2)}.pdt-ad{background-size:auto;padding:60px 0}@media(max-width: 991px){.pdt-ad{background-size:cover}}.cate{display:flex;margin-bottom:80px}.cate a{padding:5px;display:block;transition:.3s ease-out}.cate a:hover{opacity:.7}.cate .c-left{width:35%}.cate .c-right{width:70.5%}.cate .c-top,.cate .c-bottom{display:flex}@media(max-width: 480px){.cate{display:block}.cate .c-right{width:100%}.cate .c-right .c-top{display:block}.cate .c-left{width:100%}}.btn-more{background-color:#edecc5;color:#4c3f39;font-size:1.125rem;font-weight:600;letter-spacing:2px;border-radius:0;padding:8px 16px;position:relative}.btn-more i{margin-right:0}.btn-more::before{content:"";width:0;height:0;position:absolute;right:-43px;bottom:0;border:rgba(0,0,0,0) 21px solid;border-left-color:#edecc5}.btn-more::after{content:"";width:0;height:0;position:absolute;left:-43px;bottom:0;border:rgba(0,0,0,0) 21px solid;border-right-color:#edecc5}@media(max-width: 991px){.pbs_div{overflow:hidden}.pbs_div img{max-width:-moz-max-content;max-width:max-content}.palax-bg-sec2{padding-bottom:52px}}.contactus{color:rgba(0,0,0,.8);margin-bottom:72px}@media(max-width: 991px){.contactus{margin-bottom:40px}}.contactus .info-list{display:flex;flex-wrap:wrap;gap:24px}@media(max-width: 991px){.contactus .info-list{gap:12px}}.contactus .info-item{width:calc(50% - 16px);background-color:#f2f2f2;border-radius:8px;display:flex;justify-content:center;align-items:center;padding:40px 0}@media(max-width: 1199px){.contactus .info-item{width:calc(50% - 12px)}}@media(max-width: 767px){.contactus .info-item{width:100%}}.contactus .info-item .center{display:flex;flex-direction:column;align-items:center;row-gap:24px}.contactus .info-item .item-title{color:rgba(0,0,0,.8);font-size:24px;line-height:1.5;font-weight:700;margin:0;margin-bottom:12px}.contactus .info-item .question{font-size:16px;line-height:28px;color:#fff;background-color:rgba(0,0,0,.25);border-radius:50px;padding:0 8px;display:inline-flex;align-items:center;-moz-column-gap:2px;column-gap:2px}.contactus .info-item .question span{transform:translateY(-2px)}.contactus .info-item .tel{display:block;font-size:36px;line-height:64px;color:#8ad167;font-weight:700}@media(max-width: 767px){.contactus .info-item .tel{font-size:30px;line-height:52px}}.contactus .info-item .content{display:flex;flex-direction:column;row-gap:16px}.contactus .info-item .content p{display:flex;align-items:center;-moz-column-gap:12px;column-gap:12px}.contactus .info-item .info-link{max-width:296px;display:inline-flex;flex-wrap:wrap;justify-content:center;gap:24px}@media(max-width: 767px){.contactus .info-item .info-link{gap:12px}}.contactus .info-item .link-item{display:flex;justify-content:center;justify-content:center;align-items:center}.contactus .info-item .link-item:hover a{color:#fff}.contactus .info-item .link-item a{width:136px;height:136px;font-size:20px;line-height:1.2;color:#828282;font-weight:700;display:flex;flex-direction:column;justify-content:center;align-items:center;row-gap:8px;background-color:#dedd9d;border:3px solid #fff;border-radius:4px;padding:16px}@media(max-width: 480px){.contactus .info-item .link-item a{font-size:16px;padding:8px}}.contactus .info-item .link-item a img{width:40px;height:auto}.others-body{display:flex;justify-content:center;align-items:center;gap:40px;background-color:#f2f2f2;border-radius:8px;padding:40px}@media(max-width: 991px){.others-body{flex-direction:column-reverse}}@media(max-width: 480px){.others-body{padding:16px}}.others .service-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;-moz-column-gap:40px;column-gap:40px;row-gap:20px;padding-right:40px;border-right:1px solid rgba(0,0,0,.25)}@media(max-width: 991px){.others .service-list{border:none;padding-right:0}}@media(max-width: 575px){.others .service-list{-moz-column-gap:24px;column-gap:24px}}.others .service-list img{height:100%;width:auto}.others .service-item{height:81px}.others .info{font-size:16px;line-height:28px;color:rgba(0,0,0,.6);flex-shrink:0;display:flex;flex-direction:column;justify-content:space-between;row-gap:16px}.others .info img{margin-right:12px}.header-banner{display:flex;margin-bottom:24px}@media(max-width: 991px){.header-banner{margin-bottom:12px}}.header-banner .banner{width:100%}@media(max-width: 767px){.header-banner .banner{width:100%}}.header-banner .header-ad{width:24.2%}@media(max-width: 767px){.header-banner .header-ad{display:none}}.contactus-header,.others-header{font-size:24px;line-height:1.5;font-weight:700;color:#fff;background-color:#8ad167;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;-moz-column-gap:32px;column-gap:32px;border-radius:32px 32px 0 0;padding:16px;margin-bottom:24px}@media(max-width: 991px){.contactus-header,.others-header{padding:8px 16px;margin-bottom:12px}}.contactus-header .en,.others-header .en{font-weight:300}.pro-kind{box-shadow:0 4px 8px rgba(135,135,135,.25);padding:12px;margin-bottom:24px}.pro-kind-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;-moz-column-gap:72px;column-gap:72px;row-gap:12px}@media(max-width: 1440px){.pro-kind-list{-moz-column-gap:48px;column-gap:48px}}@media(max-width: 991px){.pro-kind-list{flex-wrap:nowrap}}@media(max-width: 767px){.pro-kind-list{flex-wrap:wrap}}.pro-kind-item a{display:flex;flex-direction:column;align-items:center;row-gap:8px;color:rgba(0,0,0,.6)}.pro-kind-item a:hover{color:#000}.popular{margin-bottom:24px}@media(max-width: 991px){.popular{margin-bottom:12px}}@media(max-width: 991px){.popular .owl-carousel{margin-bottom:18px}}.popular .owl-carousel .owl-dots{bottom:-30px}.popular-header{display:flex;justify-content:center;align-items:center;-moz-column-gap:16px;column-gap:16px;background-color:#e1ede3;border-radius:32px 32px 0 0;padding:24px 10%;margin-bottom:24px}@media(max-width: 991px){.popular-header{padding:16px 5%;margin-bottom:12px}}.popular-header .title-bg{width:180px;height:36px;background:url(../../_images/all/title-frame2.png) no-repeat;background-size:contain;background-position:center center;flex-shrink:0;display:flex;justify-content:center;align-items:center}.popular-header .title-bg span{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center;color:#000 !important;font-size:20px;line-height:36px;font-weight:700;padding:0 12px;margin:0}.popular-body{background-color:#edecc5;border-radius:0 0 32px 32px;padding:24px 32px}@media(max-width: 767px){.popular-body{padding:24px}}@media(max-width: 575px){.popular-body{padding:12px}}.popular-body .owl-stage{display:flex}.popular-body .item{height:100%;display:flex;flex-direction:column}.popular-body .item-img{width:100%;aspect-ratio:1;margin-bottom:8px}.popular-body .item-img:hover img{transform:scale(1.05)}.popular-body .item-img a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.popular-body .item-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:.3s}.popular-body .item-title{flex:1;font-size:14px;line-height:20px;color:#000;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;margin-bottom:8px;transition:.3s}.popular-body .item-title:hover{color:#8ad167}.popular-body .item-footer{display:flex;justify-content:center;align-items:center;-moz-column-gap:8px;column-gap:8px}.popular-body .item-footer button{width:24px;height:24px;border-radius:8px;background:#8ad167 url(../../_images/all/pro-Like.png) no-repeat center;border:none}.popular-body .item-footer .item-price{color:#000;font-size:16px;line-height:24px;font-weight:500}.draw{display:block;height:36px;flex:1 1 auto;background-repeat:no-repeat;background-position-y:center;background-size:cover}@media(max-width: 320px){.draw{display:none}}.draw1{background-image:url(../../_images//all/title-line1.png);background-position:right}.draw2{background-image:url(../../_images//all/title-line2.png)}.might-like{margin-bottom:24px}@media(max-width: 991px){.might-like .owl-might-like{margin-bottom:18px}}.might-like .owl-might-like .owl-dots{bottom:-30px}@media(max-width: 991px){.might-like{margin-bottom:12px}}.might-like-header{display:flex;flex-direction:column;align-items:center;font-weight:20;line-height:32px;font-weight:700;margin-bottom:24px}@media(max-width: 991px){.might-like-header{margin-bottom:12px}}.might-like-body{background-color:#f2f2f2;padding:24px 32px}@media(max-width: 767px){.might-like-body{padding:24px}}@media(max-width: 575px){.might-like-body{padding:12px}}.might-like-body .owl-stage{display:flex}.might-like-body .item{height:100%;display:flex;flex-direction:column}.might-like-body .item-img{width:100%;aspect-ratio:1;margin-bottom:8px}.might-like-body .item-img:hover img{transform:scale(1.05)}.might-like-body .item-img a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.might-like-body .item-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:.3s}.might-like-body .item-title{flex:1;font-size:14px;line-height:20px;color:#000;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;margin-bottom:8px;transition:.3s}.might-like-body .item-title:hover{color:#8ad167}.might-like-body .item-footer{display:flex;justify-content:center;align-items:center;-moz-column-gap:8px;column-gap:8px;margin-bottom:8px}.might-like-body .item-price{font-size:12px;line-height:20px;color:#000;font-weight:700}.might-like-body .item-price-original{font-size:12px;line-height:20px;font-weight:500;color:rgba(0,0,0,.6);text-decoration:line-through}.might-like-body .item-addcart{display:block;font-size:12px;line-height:20px;color:#333;background-color:#dedd9d;border:none;padding:4px 16px;margin:0 auto}.might-like-body .item-addcart:hover{color:#fff;background-color:#8ad167}.pro-ad{display:flex;-moz-column-gap:8px;column-gap:8px;margin-bottom:24px;border-radius:32px;overflow:hidden}@media(max-width: 991px){.pro-ad{margin-bottom:12px}}.pro-ad .ad-left{width:calc(75% - 4px);display:flex;flex-wrap:wrap;gap:8px}@media(max-width: 767px){.pro-ad .ad-left{width:100%}}.pro-ad .ad-left .item{width:calc(33.33% - 5.3333333333px)}@media(max-width: 575px){.pro-ad .ad-left .item{width:calc(50% - 4px)}}.pro-ad .ad-right{width:calc(25% - 4px)}@media(max-width: 767px){.pro-ad .ad-right{display:none}}.pro-ad .ad-right .item{height:100%}.pro-ad .item{position:relative}.pro-ad .item:hover .cover{opacity:1}.pro-ad .item .cover{position:absolute;inset:0;background-color:rgba(138,209,103,.8);font-size:16px;color:#fff;font-weight:700;letter-spacing:5px;padding:16px;opacity:0;transition:.3s}.pro-ad .item .cover a{width:100%;height:100%;display:flex;justify-content:center;align-items:center}@media(max-width: 767px){.pro-ad .item .cover a{font-size:14px}}.pro-ad .item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.recommend{margin-bottom:72px}@media(max-width: 991px){.recommend{margin-bottom:40px}}.recommend-header{font-size:24px;line-height:1.5;font-weight:700;color:#fff;background-color:#8ad167;border-radius:32px 32px 0 0;display:flex;justify-content:space-between;align-items:center;padding:16px 32px;margin-bottom:24px}.recommend-header a{font-size:20px;font-weight:300;color:#000;background-color:#fff;border-radius:100px;padding:2px 45px}@media(max-width: 480px){.recommend-header a{font-size:14px;padding:5px 12px}}.recommend-header a:hover{color:#8ad167}@media(max-width: 991px){.recommend-header{padding:8px 24px;margin-bottom:12px}}.recommend-body{display:flex;-moz-column-gap:32px;column-gap:32px;row-gap:12px}@media(max-width: 1440px){.recommend-body{flex-direction:column}}.recommend-body .recommend-item{width:calc(50% - 16px)}@media(max-width: 1440px){.recommend-body .recommend-item{width:100%}}.recommend-img a{width:100%;height:100%}.recommend-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.recommend-pro{display:flex;flex-wrap:wrap;-moz-column-gap:16px;column-gap:16px;width:100%}@media(max-width: 1440px){.recommend-pro{row-gap:24px}}@media(max-width: 991px){.recommend-pro{row-gap:12px}}.recommend-pro .item{width:calc(25% - 12px);display:flex;flex-direction:column}@media(max-width: 575px){.recommend-pro .item{width:calc(33.33% - 10.6666666667px)}}@media(max-width: 480px){.recommend-pro .item{width:calc(50% - 8px)}}.recommend-pro .item-img{width:100%;aspect-ratio:1;margin-bottom:8px}.recommend-pro .item-img:hover img{transform:scale(1.05)}.recommend-pro .item-img a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.recommend-pro .item-img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:.3s}.recommend-pro .item-title{flex:1;font-size:14px;line-height:20px;color:#000;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:0;margin-bottom:8px;transition:.3s}.recommend-pro .item-title:hover{color:#8ad167}.recommend-pro .item-footer{display:flex;justify-content:center;align-items:center;-moz-column-gap:8px;column-gap:8px;margin-bottom:8px}.recommend-pro .item-price{font-size:12px;line-height:20px;color:#000;font-weight:700}.recommend-pro .item-price-original{font-size:12px;line-height:20px;font-weight:500;color:rgba(0,0,0,.6);text-decoration:line-through}.recommend-pro .item-addcart{display:block;font-size:12px;line-height:20px;color:#333;background-color:#dedd9d;border:none;padding:4px 16px;margin:0 auto}.recommend-pro .item-addcart:hover{color:#fff;background-color:#8ad167}.item-addcart[disabled]{color:#333;background-color:#f0f0f0;}.item-addcart[disabled]:hover{color:#333;background-color:#f0f0f0;}.add-cart-box{position:relative;width:100%;aspect-ratio:1;display:flex;justify-content:center;align-items:center}.add-cart-box .hover{position:absolute;width:100%;height:100%;bottom:100%;background-color:rgba(222,221,157,.8);display:flex;justify-content:center;align-items:center;gap:10px;padding:30px;transition:.3s}@media(max-width: 1440px){.add-cart-box .hover{padding:15px}}@media(max-width: 991px){.add-cart-box .hover{padding:30px}}@media(max-width: 575px){.add-cart-box .hover{padding:15px;gap:5px}}.add-cart-box .hover a,.add-cart-box .hover button{width:calc(50% - 5px);aspect-ratio:1;border:5px solid #fff;border-radius:16px;min-width:auto;flex:1;background:rgba(0,0,0,0);display:flex;justify-content:center;align-items:center;padding:0}@media(max-width: 1440px){.add-cart-box .hover a,.add-cart-box .hover button{border-width:3px}}@media(max-width: 991px){.add-cart-box .hover a,.add-cart-box .hover button{border-width:5px}}@media(max-width: 575px){.add-cart-box .hover a,.add-cart-box .hover button{border-width:3px}}@media(max-width: 320px){.add-cart-box .hover a,.add-cart-box .hover button{border-radius:8px}}.add-cart-box .hover a:hover,.add-cart-box .hover button:hover{opacity:.8}.add-cart-box .hover a img,.add-cart-box .hover button img{width:70%;height:auto;-o-object-fit:contain;object-fit:contain}.add-cart-box>img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.add-cart-box .pdimg{position:relative}.add-cart-box .pd-overlay{position:absolute;top:0;left:0;background:rgba(241,241,241,.9);width:100%;height:100%;border-radius:0;display:flex;flex-direction:column;display:flex;justify-content:center;align-items:center;opacity:0}.add-cart-box .pd-overlay .btn{display:block;width:60%;padding:10px 15px;border-radius:0;font-size:1rem;letter-spacing:3px;text-transform:uppercase}@media(max-width: 767px){.add-cart-box .pd-overlay .btn{width:75%}}.add-cart-box .pd-overlay .btn:hover{opacity:1}.add-cart-box .pd-overlay .btn.btn-line-w{background:rgba(0,0,0,0)}.add-cart-box .pd-overlay .btn.btn-line-w:hover{color:#8ad167;background:#fff}.add-cart-box:hover .pdimg{border-radius:0}.add-cart-box:hover .pd-overlay{opacity:1}.pd-list{padding-top:24px}@media(max-width: 991px){.pd-list{padding-top:18px}}.pdlist{border:none;box-sizing:border-box;box-shadow:none;background:#fff;min-height:inherit;margin-bottom:30px;box-shadow:0 0 16px rgba(0,0,0,.25)}@media(max-width: 480px){.pdlist{margin-bottom:15px}}.pdlist .pdimg{overflow:hidden}.pdlist .pdimg img{transform:scale(1);transition:.3s ease-in-out}.pdlist .pdname{color:#333;padding:0 5px;margin:15px 0 0;overflow:hidden;height:48px;display:block;display:-webkit-box;font-size:1.125rem;max-height:2.925rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:.05s ease-in-out}.pdlist .pdintro{color:#d02d2e;margin:0;display:block;display:-webkit-box;font-size:.875rem;max-height:2.45rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.pdlist .price{padding:0;display:flex;flex-direction:column}.pdlist .price .special{color:#8ad167}@media(max-width: 991px){.pdlist .price{min-height:100px}.pdlist .price .special{margin-bottom:10px}}@media(max-width: 480px){.pdlist .price{position:relative;min-height:95px}.pdlist .price .special{margin-bottom:5px}}.pdlist:hover .pdname{color:#8ad167}.pdlist:hover .pdimg img{transform:scale(1.25)}#pd-window .pd-detail .intro{color:rgba(0,0,0,.6);font-size:.875rem}#pd-window .pd-detail .offer{height:inherit;margin:10px 0 5px}@media(max-width: 1199px){body.product.show .son-menu{display:none}}@media(max-width: 1199px){body.product.show .main-content{max-width:100%}}body.product.show .pd-content{margin-top:24px}body.product.show .content .btn-back{margin-top:50px}body.product.show .introbox.b2,body.product.show .introbox.b4{margin-bottom:0}body.product.show .introbox.b4{margin-top:24px}body.product.show .introbox.b4 .left-intro{color:#828282;font-size:16px;font-weight:700;margin-bottom:8px}body.product.show .introbox.b4 .right-intro{font-size:15px;color:#828282;font-weight:500}body.product.show .introbox.b2{margin-top:48px}@media(max-width: 991px){body.product.show .introbox.b2{margin-top:24px}}@media(max-width: 767px){body.product.show .introbox.b2{margin-top:16px}}body.product.show .pd-wrapper h4.pdinfo_name{font-size:32px;font-weight:700;line-height:1.2;color:#333;margin-bottom:30px}@media(max-width: 991px){body.product.show .pd-wrapper h4.pdinfo_name{font-size:24px}}body.product.show .pd-wrapper .promotions-block{display:flex;align-items:center;-moz-column-gap:24px;column-gap:24px;margin-bottom:16px}body.product.show .pd-wrapper .promotions-block .promotions{flex-shrink:0;color:#828282;font-size:16px;font-weight:700}body.product.show .pd-wrapper .promotions-block .promotions-list{display:flex;flex-wrap:wrap;gap:8px}body.product.show .pd-wrapper .promotions-block .promotions-item{color:#828282;background-color:#dedd9d;padding:8px 16px}body.product.show .pd-wrapper .stock-block{display:flex;align-items:center;-moz-column-gap:24px;column-gap:24px}body.product.show .pd-wrapper .stock-block .stock{flex-shrink:0;color:#828282;font-size:16px;font-weight:700}body.product.show .pd-wrapper .stock-block span{color:#828282;font-weight:500}body.product.show .pd-wrapper .pdintro{color:#d02d2e;margin-top:5px;font-weight:600}body.product.show .pd-wrapper .quantity{margin-top:2.5px}body.product.show .right-intro{display:flex;flex-wrap:wrap;align-items:flex-end;-moz-column-gap:40px;column-gap:40px;row-gap:16px}body.product.show .right-intro .price{color:#d02d2e;margin:0;margin-right:auto}body.product.show .right-intro .introbox.b3{margin:0}body.product.show .right-intro .introbox.b3 .input-group{display:flex;align-items:center;-moz-column-gap:1px;column-gap:1px;height:40px}body.product.show .right-intro .introbox.b3 .input-group .pd-count{flex:1}body.product.show .right-intro .introbox.b3 .input-group input{width:100%;color:#828282;font-size:36px;line-height:40px;font-weight:700;margin:0;padding:0;border:none;pointer-events:none}body.product.show .right-intro .introbox.b3 button{width:40px;height:40px;display:flex;justify-content:center;align-items:center;padding:10px;background-color:#f2f2f2;border-radius:8px;flex-shrink:0;border:none;overflow:hidden}body.product.show .right-intro .introbox.b3 button .hover-img{display:none}body.product.show .right-intro .introbox.b3 button:hover{background-color:#e1ede3}body.product.show .right-intro .introbox.b3 button:hover img{display:none}body.product.show .right-intro .introbox.b3 button:hover .hover-img{display:block}body.product.show .right-intro .introbox.b3 button img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}body.product.show .right-intro .bulk-purchases{position:relative;font-size:20px;line-height:40px;color:#8ad167;font-weight:700}body.product.show .right-intro .bulk-purchases::before{content:"";display:block;width:100%;height:1px;background-color:#8ad167;position:absolute;bottom:8px;left:0}body.product.show .right-intro.editor{padding:15px 20px;margin-top:5px;background:#f5f7f2;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}body.product.show .right-intro.editor p{line-height:24px;color:#222}body.product.show .pro-stock-block{position:relative;padding:24px 0}@media(max-width: 991px){body.product.show .pro-stock-block{padding:0}}body.product.show .pro-stock-block span{width:20px;height:20px;display:block;position:absolute;top:50%;transform:translateY(-50%);pointer-events:none}body.product.show .pro-stock-block .cover{right:1px;background-color:#e1ede3}body.product.show .pro-stock-block .arrow{left:calc(50% + 60px);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234F4F4F'%3e%3cpath fill-rule='evenodd' d='M1.645 0.877441L7 6.22077L12.355 0.877441L14 2.52244L7 9.52244L0 2.52244L1.645 0.877441Z'/%3e%3c/svg%3e");background-position:1px 5px}body.product.show .pro-stock-block .pro-stock{width:100%;text-align:center;color:#333;font-size:18px;font-weight:700;background-color:#e1ede3;border-radius:16px;border:none;padding:8px}body.product.show .payment-method{padding-top:48px}@media(max-width: 991px){body.product.show .payment-method{padding-top:24px}}@media(max-width: 767px){body.product.show .payment-method{padding-top:16px}}body.product.show .payment-method .btn-primary{position:relative;border:none;width:100%;display:flex;justify-content:center;font-size:18px;-moz-column-gap:24px;column-gap:24px;font-weight:700;color:#828282;background-color:#f2f2f2;border-radius:16px;padding:8px}body.product.show .payment-method .btn-primary.collapsed::after{transform:rotate(0);background-position:1px 7px}body.product.show .payment-method .btn-primary::after{content:"";width:18px;height:18px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234F4F4F'%3e%3cpath fill-rule='evenodd' d='M1.645 0.877441L7 6.22077L12.355 0.877441L14 2.52244L7 9.52244L0 2.52244L1.645 0.877441Z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:1px 0;transform:rotate(-180deg);transition:.3s}body.product.show .payment-method .card-body{padding:8px 0;color:#828282;font-size:18px;line-height:1;font-weight:700}body.product.show .payment-method .card-body .way{display:flex;align-items:flex-start;-moz-column-gap:24px;column-gap:24px;padding:8px 0}body.product.show .payment-method .card-body .way span{flex-shrink:0}body.product.show .payment-method .card-body .send-way{margin-bottom:8px}body.product.show .payment-method .card-body .list{display:flex;flex-wrap:wrap;align-items:center;row-gap:8px;font-weight:500}body.product.show .btnbox.cart{padding:0;margin:0}body.product.show .btnbox.cart .flex-btn{width:100%;display:flex;-moz-column-gap:24px;column-gap:24px}body.product.show .btnbox.cart .btn{width:calc(50% - 12px);font-size:18px;line-height:20px;font-weight:700;border-radius:16px}body.product.show .btnbox.cart .btn-checkout{color:#828282;background-color:#fff;border:3px solid #828282}body.product.show .btnbox.cart .btn-addcart{color:#333;background-color:#dedd9d}.left-intro.pdt-intro{color:#8ad167;padding:10px 10px 5px;font-weight:600}.pdviewbox{margin-bottom:30px}.pdviewbox .slider-for .pd-img .img,.pdviewbox .slider-nav .pd-img .img{height:0;padding-bottom:100%;background-size:cover;background-position:center center;background-repeat:no-repeat}.pdviewbox .slider-nav .slick-track{margin:15px -5px}.pdviewbox .slider-for .slick-dots{bottom:-30px}.pdviewbox .slider-for .slick-dots li{margin:0 .25px}.pdviewbox .slider-for .pd-img.slick-slide{padding:6px}.pdviewbox .slider-for .pd-img.slick-slide::before{content:"";position:absolute;top:6px;right:6px;bottom:6px;left:6px;box-shadow:0 0 4px rgba(0,0,0,.25)}.sp-pdt{display:flex;justify-content:space-between;align-items:flex-end}.sp-pdt .btn-addcart{min-width:auto;border-radius:6px;padding:10px;width:42px;background-color:#d02d2e;color:#fff}.sp-pdt .btn-addcart i{font-size:1rem;margin:0 5px 0 3px}.sp-pdt .btn-addcart:hover,.sp-pdt .btn-addcart:focus{color:#fff;text-shadow:none;opacity:1}@media(max-width: 991px){.sp-pdt .btn-addcart{width:100%}.sp-pdt .btn-addcart:hover,.sp-pdt .btn-addcart:focus{width:100%}}@media(max-width: 991px){.sp-pdt{display:block}}.product .form-control{width:auto;margin-bottom:14px}#searchForm .form-control{width:100%}span.discount{font-size:15px;color:#fff;background:#d02d2e;padding:1px 8px;border-radius:15px;margin-right:5px}.cate-header{display:flex;justify-content:center;align-items:center;-moz-column-gap:16px;column-gap:16px;background-color:#e1ede3;border-radius:32px 32px 0 0;padding:24px 10%;margin-bottom:24px}@media(max-width: 991px){.cate-header{padding:16px 5%;margin-bottom:12px}}.cate-header .title-bg{width:180px;height:36px;background:url(../../_images/all/title-frame2.png) no-repeat;background-size:contain;background-position:center center;flex-shrink:0;display:flex;justify-content:center;align-items:center}.cate-header .title-bg h2{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-align:center;color:#000 !important;font-size:20px;line-height:32px;padding:0 12px;margin:0}.cate-header img{max-width:100%}.cate-header h2{font-size:26px;font-weight:600;color:#8ad167}@media(max-width: 480px){.cate-header h2{font-size:20px;letter-spacing:0px}}.cate-filter{display:flex;justify-content:flex-end;align-items:center;-moz-column-gap:16px;column-gap:16px;background-color:#f2f2f2;border-radius:16px;padding:16px}@media(max-width: 575px){.cate-filter{padding:12px}}@media(max-width: 480px){.cate-filter{row-gap:12px;flex-direction:column-reverse}}.cate-filter .group-btn{display:flex;-moz-column-gap:16px;column-gap:16px}@media(max-width: 480px){.cate-filter .group-btn{-moz-column-gap:12px;column-gap:12px}}.cate-filter select,.cate-filter button{font-size:24px;line-height:32px;font-weight:700;color:#4f4f4f;background-color:#fff;border-radius:16px;border:none;padding:16px 40px;margin-bottom:0 !important;cursor:pointer}@media(max-width: 1199px){.cate-filter select,.cate-filter button{font-size:20px;padding:16px 24px}}@media(max-width: 575px){.cate-filter select,.cate-filter button{font-size:16px;padding:12px 18px}}.cate-filter button:hover{background-color:#dedd9d}.cate-filter .group{position:relative}.cate-filter .group span{width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%);pointer-events:none}.cate-filter .group .cover{background-color:#fff;right:0}.cate-filter .group .arrow{right:40px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234F4F4F'%3e%3cpath fill-rule='evenodd' d='M1.645 0.877441L7 6.22077L12.355 0.877441L14 2.52244L7 9.52244L0 2.52244L1.645 0.877441Z'/%3e%3c/svg%3e");background-position:1px 3px}@media(max-width: 1199px){.cate-filter .group .arrow{right:24px}}@media(max-width: 575px){.cate-filter .group .arrow{width:16px;height:16px;background-position:1px 1px}}.titlebar{position:relative;margin-top:24px;text-align:center}.titlebar:after{content:"";border-top:1px solid #bdbdbd;position:absolute;width:100%;top:50%;z-index:0}.empty{text-align:center;border-radius:32px;background-color:#edecc5;padding:96px;margin:0 15px}@media(max-width: 1199px){.empty{padding:64px}}@media(max-width: 575px){.empty{padding:32px}}@media(max-width: 991px){.empty{padding:16px}}.empty h2{font-size:24px;line-height:1.33;font-weight:700;margin:0}@media(max-width: 767px){.empty h2{font-size:20px}}.empty p{font-size:16px;line-height:24px;color:#4f4f4f;display:inline-block;text-align:left;padding:48px 0}@media(max-width: 575px){.empty p{padding:24px 0}}.empty img{display:block;margin:0 auto}.pro-info-nav{border-bottom:1px solid #8ad167;display:flex;margin-top:72px}@media(max-width: 991px){.pro-info-nav{margin-top:0}}@media(max-width: 767px){.pro-info-nav{margin-top:16px}}.pro-info-nav .nav-item{width:100%;border-radius:0}.pro-info-nav .nav-item a{font-size:18px;text-align:center;color:#4f4f4f;border-radius:0;padding:16px;padding-bottom:10px}@media(max-width: 480px){.pro-info-nav .nav-item a{font-size:16px}}.pro-info-nav .nav-item a:hover{color:#8ad167}.pro-info-nav .nav-item.active a{color:#000 !important;background-color:rgba(0,0,0,0) !important;border-bottom:5px solid #8ad167}.pro-info-tab .tab-pane{padding:48px 0}@media(max-width: 991px){.pro-info-tab .tab-pane{padding:24px 0}}@media(max-width: 480px){.pro-info-tab .tab-pane{padding:16px 0}}.pro-other-tab.tab-pane{padding:32px 0}@media(max-width: 991px){.pro-other-tab.tab-pane{padding:8px 0}}@media(max-width: 480px){.pro-other-tab.tab-pane{padding:0}}.pro-other-tab .owl-stage-outer{padding:16px}.pro-other-tab .owl-stage{display:flex}.pro-other-tab .item{height:100%}.pro-other-tab .item a{height:100%;display:flex;flex-direction:column}.pro-other-tab .item a:hover .item-img img{transform:scale(1.05)}.pro-other-tab .item a:hover .item-name{color:#8ad167;font-size:16px}.pro-other-tab .item-img{width:100%;aspect-ratio:1;margin-bottom:8px;overflow:hidden;box-shadow:0 0 16px rgba(0,0,0,.25)}.pro-other-tab .item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s}.pro-other-tab .item-body{flex:1;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0)}.pro-other-tab .item-name{color:#000;font-size:16px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;padding:0 6px;transition:.3s}@media(max-width: 991px){.pro-other-tab .item-name{font-size:16px}}.intro-img{margin-bottom:24px}@media(max-width: 991px){.intro-img{margin-bottom:12px}}.cate-ad{margin-bottom:24px}@media(max-width: 991px){.cate-ad{margin-bottom:12px}}body.news .listbox{margin-bottom:30px}body.news .listbox .date{color:#edecc5;letter-spacing:2px;margin:15px 0 5px}body.news .listbox .text{display:block;display:-webkit-box;font-size:1rem;max-height:2.75rem;line-height:1.375;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}body.news .listbox .list-img{overflow:hidden}body.news .listbox:hover .text{color:#8ad167}@media(max-width: 480px){body.news .content .text{width:auto}}body.news.show .date{color:#8ad167;font-size:1rem;letter-spacing:2px;font-weight:700}@media(max-width: 767px){body.news.show .date{left:0;right:auto;top:0}}body.news.show .subject{font-size:1.25rem;padding:10px 15px;margin-bottom:10px;border-bottom:1px solid #e6e6e6;position:relative}body.news.show .subject h3{font-size:1.5rem;font-weight:500;margin:0}@media(max-width: 767px){body.news.show .subject h3{padding-top:40px;width:100%}}body.news.show .sharebox{padding:0 15px;margin-bottom:30px}body.news.show .sharebox .a2a_default_style a{float:right}body.news.show .btnbox a{font-size:16px;color:#fff;background-color:#8ad167}body.news.show .btnbox a i::before{font-size:20px}.news-content{background-color:#edecc5;border-radius:32px;display:flex;flex-direction:column;row-gap:48px;padding:96px;margin:48px 0}@media(max-width: 1199px){.news-content{padding:68px}}@media(max-width: 991px){.news-content{row-gap:36px;padding:36px;margin-top:12px;margin-bottom:24px}}@media(max-width: 767px){.news-content{row-gap:24px;border-radius:16px;padding:24px}}.news-item .listbox{margin-bottom:0 !important;display:flex;box-shadow:0 0 20px rgba(0,0,0,.25)}@media(max-width: 1440px){.news-item .listbox{flex-direction:column}}.news-item .listbox>div{width:50%}@media(max-width: 1440px){.news-item .listbox>div{width:100%}}.news-item .listbox .img{aspect-ratio:660/184;display:flex;justify-content:center;align-items:center;flex-shrink:0;transition:.3s}.news-item .listbox .img:hover img{transform:scale(1.05)}.news-item .listbox .img img{width:100%;height:100%;-o-object-fit:content;object-fit:content}.news-item .listbox .news-body{background-color:#fff;padding:16px 48px}.news-item .listbox .news-body .news-title{margin-bottom:16px}.news-item .listbox .news-body .news-title a{width:100%;color:#8ad167;font-size:24px;line-height:1.33;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news-item .listbox .news-body .news-title a:hover{text-decoration:underline}.news-item .listbox .news-body .desc{width:100%;color:#4f4f4f;font-size:16px;line-height:24px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.about h3{font-size:24px;color:#8ad167;margin:40px 0 25px;font-weight:600;text-decoration:underline;letter-spacing:1px}.about img{max-width:100%}.about p{font-size:16px;letter-spacing:2px;text-align:justify;line-height:30px}.history{background:#f7f7f7 url(../../_images/about/history-bg.png) no-repeat;background-position:right bottom;background-size:contain;margin:50px 0 25px;padding:60px 40px}.history h3{margin:0 0 30px}.history-timebox{display:flex;justify-content:space-around}.h-box{display:contents;width:45%}.h-time{border-bottom:1px solid #d2d2d2;margin:25px 20px 15px;position:relative}.h-time:nth-child(2){top:65px}.h-time:nth-child(3){top:95px}.h-time.sp2{top:125px}.h-time .tit{color:#989797;font-weight:600}.brand{padding:80px 0 50px;position:relative}.brand .text-box{position:absolute;width:250px;right:60px;top:175px}.brand .text-box h3{margin-top:0}.business{padding:50px 0}.business h3{margin-bottom:60px}.store-info{margin-bottom:25px}.store-info h5{background:#fe0000;min-width:110px;max-width:150px;padding:9px;text-align:center;color:#fff;font-size:1rem;letter-spacing:2px}.store-info span{display:block;letter-spacing:2px}.store-info span i{color:#989797}.store{background-color:#f7f7f7;padding:40px 100px 80px}.store p{text-align:center;width:80%;margin:auto}.store img{margin-top:60px}.feat{margin-top:40px;width:48%;margin:50px auto}.feat h3{margin-bottom:40px}.feat span{font-size:18px;font-weight:600;margin-right:30px;line-height:40px}.feat span i{color:#8ad167}@media(max-width: 1199px){.brand .text-box{right:20px;top:140px}.h-time p{line-height:26px}.h-time:nth-child(2){top:40px}.h-time:nth-child(3){top:28px}.h-time.sp2{top:80px}}@media(max-width: 991px){.about .history-timebox{display:block}.business{text-align:center}.business .store-info{margin-bottom:30px}.business .store-info h5{margin:0 auto 12px}.brand .text-box{position:relative;top:0;right:0;width:auto}.brand .pic-xs{margin-top:40px}.h-box{display:-webkit-box;width:100%;margin-bottom:60px}.h-box img{width:16px}.h-time p{line-height:26px}.h-time:nth-child(2){top:48px}.h-time:nth-child(3){top:95px}.h-time.sp2{top:120px}.brand{padding:80px 0 0}}@media(max-width: 575px){.store{padding:0 0 50px}.store p{width:95%}.feat{width:100%}.feat span{margin-right:12px}.about .sec-title,.about h2.title{margin-bottom:35px}}@media(max-width: 480px){.h-time p{line-height:26px}.h-time:nth-child(2){top:21px}.h-time:nth-child(3){top:12px}.h-time.sp2{top:68px}.pdt-type img{margin:25px 0 0}.mypager{text-align:center}}body.contact .contact-block{display:flex;-moz-column-gap:32px;column-gap:32px;row-gap:16px;border:1px solid #bdbdbd;border-radius:32px;overflow:hidden;margin:48px 0}@media(max-width: 1199px){body.contact .contact-block{-moz-column-gap:16px;column-gap:16px}}@media(max-width: 991px){body.contact .contact-block{flex-direction:column;margin:24px 0}}body.contact .contact-block .intro{width:40%;max-width:640px;min-height:500px;background-image:url(../../_images/contact/form.png);background-size:cover;background-position:center bottom;padding:72px;display:flex;justify-content:center}@media(max-width: 1199px){body.contact .contact-block .intro{width:45%;padding:32px}}@media(max-width: 991px){body.contact .contact-block .intro{width:100%;max-width:100%}}body.contact .contact-block .intro h3{text-align:center;font-size:24px;line-height:32px;color:#333}body.contact .contact-block .contact-form{flex:1;padding:49px 76px}@media(max-width: 1199px){body.contact .contact-block .contact-form{padding:40px 52px}}@media(max-width: 991px){body.contact .contact-block .contact-form{padding:32px 48px}}@media(max-width: 767px){body.contact .contact-block .contact-form{padding:16px}}body.contact .contact-block .contact-form input,body.contact .contact-block .contact-form textarea{background-color:#f2f2f2;border:none}body.contact .contact-block .contact-form input ::-moz-placeholder, body.contact .contact-block .contact-form textarea ::-moz-placeholder{color:#000}body.contact .contact-block .contact-form input ::placeholder,body.contact .contact-block .contact-form textarea ::placeholder{color:#000}body.contact .contact-block .contact-form .group{display:flex;-moz-column-gap:16px;column-gap:16px}body.contact .contact-block .contact-form .group section{width:100%}body.contact .contact-block .contact-form footer{text-align:center;margin:0;display:flex;justify-content:center;align-items:center;-moz-column-gap:16px;column-gap:16px}body.contact .info-item{width:calc(100% - 12px)}@media(max-width: 991px){body.contact .info-item{width:calc(100% - 6px)}}@media(max-width: 575px){body.contact .info-item{width:100%}}body.contact .contactus{margin:0}@media(max-width: 991px){body.contact .contactus{margin-bottom:48px}}.contact-text{padding:15px 0 30px}.map{margin:30px 0;width:100%;min-height:300px}.maplabels{font-family:"Noto Sans TC",sans-serif;font-size:.938rem;color:#8ad167;background:rgba(255,255,255,.75);padding:5px 10px;border-radius:3px}.login .content{padding:96px 0}@media(max-width: 991px){.login .content{padding:48px 0}}@media(max-width: 991px){.login{padding-bottom:1px}}.login h2.title{display:flex;justify-content:center;align-items:center;-moz-column-gap:8px;column-gap:8px;color:#8ad167;margin:0;padding:0;margin-bottom:32px}.login-form label{margin-bottom:16px;font-size:14px;line-height:1;color:#4f4f4f;font-weight:300}.login-form label input{margin-top:8px;color:#333;background-color:#f2f2f2;border-radius:4px;border:none}.login-form label input ::-moz-placeholder{color:#4f4f4f}.login-form label input ::placeholder{color:#4f4f4f}.login-form footer .center-block{margin-top:32px;display:flex;flex-wrap:wrap;row-gap:10px}@media(max-width: 991px){.login-form footer .center-block{margin-top:20px}}.login-form footer .center-block .btn-nb{width:33%;color:#828282;font-size:.875rem;line-height:20px;border-right:1px solid #bdbdbd;padding:16px 0;border-radius:0}.login-form footer .center-block .btn-nb:last-of-type{border-right:none}@media(max-width: 480px){.login-form footer .center-block .btn-nb{width:50%;padding:7.5px 0}.login-form footer .center-block .btn-nb:last-of-type{border-right:1px solid #bdbdbd}}.login-form footer .center-block .btn-nb:hover{color:#8ad167}@media(max-width: 991px){.register-form{margin-bottom:48px}}.register-form label .addrbox{text-align:left}.register-form input{background-color:#f2f2f2;border:none}.register-form input::-moz-placeholder{color:#333 !important}.register-form input::placeholder{color:#333 !important}.register-form select{background-color:#f2f2f2}.register-form select::-moz-placeholder{color:#333}.register-form select::placeholder{color:#333}.register-form .addrbox .twzipcode{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}.register-form .addrbox .twzipcode span{width:calc(33.33% - 5.3333333333px);margin:0}.register-form .addrbox select,.register-form .addrbox input{width:100%;height:48px;line-height:1;padding:12px 16px}.register-form .btnbox{display:flex;justify-content:center;align-items:center;-moz-column-gap:16px;column-gap:16px}@media(max-width: 480px){.register-form .btnbox{flex-direction:column;row-gap:10px}}.register-form .btnbox .btnbox-left{margin-bottom:0}@media(max-width: 480px){.register-form .btnbox a,.register-form .btnbox button{width:100%}}body.member.modal-open .modal-body .infor label.input .error{text-decoration:none;color:#fff;right:0}body.member .loginbox input{padding:16px;line-height:1}body.member .loginbox select{padding-left:12px;padding-right:12px;line-height:1}body.member .memberbox{margin-top:32px}@media(max-width: 991px){body.member .memberbox{margin-top:0;margin-bottom:48px}}body.member .twzipcode{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px}body.member .twzipcode .country{width:calc(33.33% - 5.3333333333px)}body.member .twzipcode .country select,body.member .twzipcode .country input{width:100%;height:48px;line-height:1;padding:12px}body.member.modify .input p,body.member.modify .input .disabled{background-color:#eee;border-radius:5px;padding:16px}body.member.modify .input input,body.member.modify .input select{background-color:#fff;border:1px solid #eee}.loginbox,.registerbox,.joinbox{width:60%;padding-top:48px;margin:0 auto}@media(max-width: 991px){.loginbox,.registerbox,.joinbox{padding-top:10px;padding-bottom:57px}}@media(max-width: 480px){.loginbox,.registerbox,.joinbox{padding-top:0}}.loginbox h3,.registerbox h3,.joinbox h3{margin-bottom:30px}.loginbox h3 span,.registerbox h3 span,.joinbox h3 span{display:block;font-size:.875rem;text-transform:uppercase;color:rgba(0,0,0,.6)}.loginbox .btnbox,.registerbox .btnbox,.joinbox .btnbox{margin:30px -15px 0}.loginbox .text,.registerbox .text,.joinbox .text{margin-bottom:20px}.loginbox .text p,.registerbox .text p,.joinbox .text p{font-size:14px;line-height:26px;margin-bottom:0}.divider{position:relative;text-align:center;padding:32px 0}@media(max-width: 991px){.divider{padding:12px 0}}.divider span{font-size:32px;font-weight:700;color:#bdbdbd;background-color:#fff;padding:0 20px}@media(max-width: 767px){.divider span{font-size:24px}}.divider::after{content:"";width:100%;height:1px;background-color:#bdbdbd;position:absolute;top:50%;left:0;z-index:-1}.joinbox{width:80%}.memberbox{width:65%;padding:50px;border:2px solid #f3f3f3;margin:0 auto}@media(max-width: 1199px){.memberbox{width:80%}}@media(max-width: 991px){.memberbox{width:100%;padding:40px}}.memberbox a{display:block;padding:20px;background-color:#f3f3f3;border-radius:5px;margin:15px 0}.memberbox a .m-text{display:inline-block;vertical-align:middle;margin-left:10px}.memberbox a .m-text h4{margin:0}.memberbox a .m-text .en{display:block;color:#aaa;letter-spacing:3px;font-size:16px;margin:0}.memberbox a:hover{background-color:#8ad167}.memberbox a:hover .m-icon{color:#fff;background:rgba(255,255,255,.3)}.memberbox a:hover .m-text h4,.memberbox a:hover .m-text .en{color:#fff}.memberbox .m-icon{width:60px;height:60px;border-radius:99em;color:#d3d3d3;background:#fff;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.memberbox .m-icon i{font-size:36px}.memberbox .m-icon i.fa-user{padding-left:2px}.memberbox .m-icon i.fa-lock{padding-top:2px;padding-left:2px}.memberbox .m-icon i.fa-file-text{font-size:30px;padding-left:3px}.memberbox .m-icon i.fa-sign-out{padding-left:7px}@media(max-width: 575px){.nomember-desc{font-size:20px}}.nomember-desc span{font-family:inherit;font-size:16px !important;line-height:1.3;font-weight:400;padding-top:8px}@media(max-width: 575px){.nomember-desc span{font-size:14px !important}}.nomember-desc span a:hover{color:#8ad167}.yu1{color:#d02d2e;font-size:1.125rem;font-weight:600}.addr{display:flex;align-items:center;gap:8px;margin-bottom:8px !important}.addr span{width:calc(33.333% - 5.3333333333px)}.addr span select,.addr span input{width:100%;height:48px;line-height:1;color:#000;background-color:#f2f2f2;padding:12px;margin:0}.email input::-moz-placeholder, .forget input::-moz-placeholder{color:#333 !important}.email input::placeholder,.forget input::placeholder{color:#333 !important}.email footer,.forget footer{display:flex;justify-content:center;align-items:center;-moz-column-gap:16px;column-gap:16px}@media(max-width: 480px){.email footer,.forget footer{flex-direction:column}}.distributor .breadcrumb{margin:0}.distributor .content{padding:96px 0}@media(max-width: 991px){.distributor .content{padding:48px 0}}.form-btn{display:flex;justify-content:center;align-items:center;gap:16px;padding-top:16px}@media(max-width: 480px){.form-btn{flex-direction:column}}.form-btn button{width:208px;margin:0;font-size:16px;line-height:1}@media(max-width: 480px){.form-btn button{width:100%}}.border-b{border-bottom:1px solid #bdbdbd}.radio-input{margin:0}.radio-input input[type=radio]{position:relative;display:none}.radio-input input[type=radio]:checked+span::after{background-color:#8ad167;border-color:#8ad167;box-shadow:inset 0 0 0 3px #fff}.radio-list{display:flex;justify-content:space-between;align-items:center;padding-top:12px}.radio-list input{margin:0 !important}.radio-list label{display:flex;align-items:center;padding:16px 0;margin:0}.radio-list label span{position:relative;padding-left:28px;cursor:pointer}.radio-list label span::after{content:"";display:block;width:20px;height:20px;border-radius:50%;border:2px solid #bdbdbd;position:absolute;top:50%;left:0;transform:translateY(-50%)}.enterprise .breadcrumb{margin:0}.enterprise .content{padding:96px 0}@media(max-width: 991px){.enterprise .content{padding:48px 0}}.faq .content{padding:96px 0}@media(max-width: 991px){.faq .content{padding:48px 0}}.faq h2.title{padding:48px 0;margin:0}@media(max-width: 991px){.faq h2.title{padding:24px 0}}.faq-block{display:flex;flex-direction:column;row-gap:48px}@media(max-width: 991px){.faq-block{row-gap:24px;margin-bottom:48px}}.kind-menu{height:40px;margin-bottom:16px}.kind-menu .scrtabs-tab-scroll-arrow{border:none}.kind-menu .scrtabs-tab-scroll-arrow:hover{background-color:rgba(0,0,0,0)}.kind-menu .scrtabs-tab-scroll-arrow span{color:#000}.kind-menu .scrtabs-tab-scroll-arrow span:hover{color:#8ad167}.faq-kind{height:40px;display:inline-block;border:none}.faq-kind .kind{float:left;height:inherit}.faq-kind .kind.active a{border:none !important;color:#000 !important;background-color:#dedd9d !important}.faq-kind .kind a{display:block;height:inherit;font-size:16px;color:#fff;background-color:#8ad167;border-radius:0;border:none;white-space:nowrap;padding:8px 16px;margin-right:5px}.faq-kind .kind a:hover{border:none;color:#000 !important;background-color:#dedd9d !important}.block-header{font-size:24px;line-height:1.5;text-align:center;color:#fff;background-color:#8ad167;border-radius:32px 32px 0 0;padding:16px 24px;margin-bottom:24px}@media(max-width: 991px){.block-header{font-size:20px;margin-bottom:12px}}.question-list{display:flex;flex-direction:column;row-gap:24px}@media(max-width: 991px){.question-list{row-gap:12px}}.question-item .question{width:100%;border:none;display:flex;justify-content:space-between;align-items:center;-moz-column-gap:24px;column-gap:24px;font-size:20px;line-height:1.3;font-weight:700;color:#4f4f4f;background-color:#f2f2f2;border-radius:12px;padding:8px}@media(max-width: 991px){.question-item .question{font-size:18px;-moz-column-gap:12px;column-gap:12px}}@media(max-width: 767px){.question-item .question{font-size:16px;-moz-column-gap:8px;column-gap:8px}}.question-item .question::after{content:"";display:block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234F4F4F'%3e%3cpath fill-rule='evenodd' d='M1.645 0.877441L7 6.22077L12.355 0.877441L14 2.52244L7 9.52244L0 2.52244L1.645 0.877441Z'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;background-position:1px 3px;transform:rotate(-180deg);flex-shrink:0;transition:.3s}.question-item .question.collapsed{color:#828282}.question-item .question.collapsed::after{transform:rotate(0deg)}.question-item .answer .card-body{color:#828282;font-size:20px;line-height:1.5;font-weight:300;padding:6px 2px 0}@media(max-width: 991px){.question-item .answer .card-body{font-size:16px}}.advance-block{display:flex;-moz-column-gap:32px;column-gap:32px;row-gap:16px;border:1px solid #bdbdbd;border-radius:32px;overflow:hidden;margin-top:48px}@media(max-width: 1199px){.advance-block{flex-direction:column;-moz-column-gap:16px;column-gap:16px}}@media(max-width: 991px){.advance-block{margin:24px 0}}.advance-block .intro{width:44%;max-width:640px;background-image:url(../../_images/product/form.png);background-size:cover;background-position:center bottom;padding:72px}@media(max-width: 1199px){.advance-block .intro{width:45%;padding:32px;background-image:none;background-color:#edecc5;width:100%;max-width:100%}}.advance-block .intro h3{font-size:24px;line-height:32px;color:#333}.advance-block .advance-form{flex:1;padding:49px 76px}@media(max-width: 1199px){.advance-block .advance-form{padding:32px 48px}}@media(max-width: 767px){.advance-block .advance-form{padding:16px}}.advance-block .advance-form input,.advance-block .advance-form select{width:100%;background-color:#f2f2f2;border:none}.advance-block .advance-form input ::-moz-placeholder, .advance-block .advance-form select ::-moz-placeholder{color:#000}.advance-block .advance-form input ::placeholder,.advance-block .advance-form select ::placeholder{color:#000}.advance-block .advance-form .radio-list{display:flex;flex-wrap:wrap;justify-content:flex-start;-moz-column-gap:24px;column-gap:24px}.advance-block .advance-form .group{display:flex;-moz-column-gap:16px;column-gap:16px}.advance-block .advance-form .group section{width:100%}.advance-block .advance-form footer{text-align:center;margin:0;display:flex;justify-content:center;align-items:center;-moz-column-gap:16px;column-gap:16px}.select-input{position:relative}.select-input span{display:block;width:20px;height:20px;position:absolute;top:50%;right:0;transform:translateY(-50%);pointer-events:none}.select-input .cover{background-color:#f2f2f2;right:0;z-index:1}.select-input .arrow{right:20px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234F4F4F'%3e%3cpath fill-rule='evenodd' d='M1.645 0.877441L7 6.22077L12.355 0.877441L14 2.52244L7 9.52244L0 2.52244L1.645 0.877441Z'/%3e%3c/svg%3e");background-position:1px 3px}@media(max-width: 991px){.select-input .arrow{width:16px;height:16px}}.other-add-wrap{margin-bottom:40px}.other-add-wrap .other-add-title{color:#828282;background-color:#f2f2f2;font-weight:700;padding:10px 15px;border-radius:16px;margin-bottom:24px}.other-add-wrap .filter{color:#fff;border-bottom:0;margin:40px 0 0 0;background:#233973;padding:8px 20px}.other-add-wrap .pdlist{margin-bottom:0;padding-bottom:0}.other-add-wrap .pdlist a{margin:0 auto}@media(max-width: 480px){.other-add-wrap .price .special{display:inline-block}}@media(max-width: 480px){.other-add-wrap .price .original{display:inline-block;position:static}}.pd-item{margin-bottom:60px}.pd-item .quantity{margin-top:5px}.pd-item .quantity .btn{border-radius:0}.pd-add-wrap{display:flex;padding:5px 0;margin:0 -5px}.pd-add-wrap .pd-num{flex:1 1 calc(50% - 5px);margin:0 5px;display:inline-flex;font-size:1.4rem;color:#333;align-items:center}.pd-add-wrap .pd-add-btn{flex:1 1 calc(50% - 5px);color:#fff;background:#8ad167;border-radius:4px;padding:3px;margin:0 5px;min-width:50px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:.15s ease-in-out}.pd-add-wrap .pd-add-btn:hover{opacity:.75}.order-show-quantity{display:flex;justify-content:flex-end;align-items:center;-moz-column-gap:30px;column-gap:30px}.method,.reward_block{padding:10px}.method{display:flex;justify-content:space-between}.method div.gm-text{text-align:left;display:flex;align-items:center}.pt-24{padding:16px;padding-top:40px}@media(max-width: 991px){.pt-24{padding:12px;padding-top:20px}}.gm-text{color:#d02d2e;background:linear-gradient(to right, rgb(255, 186, 186) 0%, rgb(255, 250, 155) 100%);padding:10px 20px;font-weight:600;width:auto;position:relative}.gm-text span::after{content:"DISCOUNT";color:#fff;position:absolute;font-size:62px;top:-20px;right:10px;z-index:0;opacity:.2}.gain-point{font-size:14px;font-weight:600}.login-link{color:#8ad167}.login-link:hover{color:#d02d2e}.star{color:#ffd066}@media(max-width: 767px){.method{display:block}.method div{width:100%}.method div.gm-text{text-align:center;justify-content:center;margin-bottom:10px}}.sale-cart-wrapper .sale-info,.sale-cart-wrapper .sale-time{border-bottom:1px solid #e6e6e6}@media(min-width: 0px){.pdgrid .pd-item.active,.pdgrid .pd-item:hover{border-color:#8ad167}}@media(min-width: 768px){.pdgrid .pd-item.active,.pdgrid .pd-item:hover{border-color:#8ad167}}.cart-list .owl-nav .owl-next::before,.cart-list .owl-nav .owl-prev::before{font-family:"fontAwesome";width:15px;height:40px;display:block;color:#fff;background:initial}.cart-list .owl-nav .owl-prev::before{content:""}.cart-list .owl-nav .owl-next::before{content:""}.cartlist .addcart-title,.cartlist .special-offer,.cart-pd-list .addcart-title{font-size:14px;color:#fff;background-color:#d02d2e;text-align:center;width:65px}.red{color:#d02d2e;font-size:1.25em}.discount .btn-addcart{color:#fff;background:#8ad167;min-width:130px;margin:0}@media(min-width: 0px){.discount .btn-addcart{margin:5px 0}}.btn-choose{width:100%;margin-top:10px;background-color:#8ad167}.active .btn-choose{background-color:#8ad167}.cart-list .owl-nav{position:absolute;top:50%;transform:translateY(-50%);display:flex;width:100%;align-items:center;justify-content:space-between}.cart-list .owl-nav .owl-prev{font-size:0;margin-left:-30px;width:40px;height:40px}.cart-list .owl-nav .owl-prev::before{margin-top:-12px}.cart-list .owl-nav .owl-next{font-size:0;margin-right:-30px;width:40px;height:40px}.cart-list .owl-nav .owl-next::before{margin-top:-12px}@media(min-width: 0px){.pdgrid{padding:0px}.pdgrid .pd-img{width:auto !important}}@media(min-width: 768px){.pdgrid{padding:0}}.pdgrid .pd-item{padding:10px;border:1px solid rgba(0,0,0,0);margin:5px 0}.pdgrid .pd-item img{width:270px;-o-object-fit:contain;object-fit:contain;margin:0 auto}@media(min-width: 0px){.pdgrid .pd-item img{height:auto}}@media(min-width: 768px){.pdgrid .pd-item img{height:270px}}.pdgrid .pd-img{width:auto}.pd-price .sale-new{position:relative;font-size:22px;color:#8ad167;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.pd-price .sale-new span{display:block;line-height:1.2}.pd-spec{color:#333;font-size:14px;padding:5px 0 0;text-align:center}.price-info{text-align:center}.sale-img img{width:100%}.sale-cart-wrapper{border:none;width:100%;box-shadow:0px 0px 5px rgba(0,0,0,.2);margin:0;position:fixed;background:rgba(255,255,255,.9);z-index:9;left:0;bottom:0}.sale-cart-wrapper .sale-time{display:flex;align-items:center}.sale-cart-wrapper .sale-time .sale-status{background-color:#c3c3c3;padding:10px;margin:-1px;width:150px;color:#fff;text-align:center}.sale-cart-wrapper .sale-time .activity-time{font-size:14px;margin-left:15px}.sale-cart-wrapper .sale-info{display:flex;align-items:center;flex-wrap:wrap;padding:0 15px}@media(min-width: 0px){.sale-cart-wrapper .sale-info .info-text{width:calc(100% - 0px)}.sale-cart-wrapper .sale-info .info-text .col-xs-7,.sale-cart-wrapper .sale-info .info-text .col-xs-5{padding:0}}@media(min-width: 768px){.sale-cart-wrapper .sale-info .info-text{width:100%}.sale-cart-wrapper .sale-info .info-text .col-xs-7,.sale-cart-wrapper .sale-info .info-text .col-xs-5{padding:initial}}.sale-cart-wrapper .sale-info .btn-addcart{background:#8ad167;min-width:130px;margin-top:10px}@media(min-width: 0px){.sale-cart-wrapper .sale-info .btn-addcart{display:initial;min-width:auto;width:auto}}@media(min-width: 768px){.sale-cart-wrapper .sale-info .btn-addcart{display:initial;min-width:100px}}.sale-cart-wrapper .sale-cart-pdlist{padding:10px 15px}@media(min-width: 0px){.sale-cart-wrapper .sale-cart-pdlist{display:block}}@media(min-width: 768px){.sale-cart-wrapper .sale-cart-pdlist{display:block}}.sale-cart-wrapper .sale-cart-pdlist .cart-list .item{position:relative}.sale-cart-wrapper .sale-cart-pdlist .cart-list .item .mask{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:rgba(51,51,51,.6);z-index:9;cursor:pointer;opacity:0;transition:.2s}.sale-cart-wrapper .sale-cart-pdlist .cart-list .item .mask:hover{opacity:1}.sale-cart-wrapper .sale-cart-pdlist .cart-list .item .mask span{color:#fff}.sale-cart-wrapper .sale-cart-pdlist .cart-list .item .mask span i{font-size:24px}.sale-cart-wrapper .sale-cart-pdlist .cart-list .item .imgbox{height:0;padding-bottom:100%;background:#f3f3f3;position:relative;background-size:cover;background-repeat:no-repeat;background-position:center;position:relative}.sale-cart-wrapper .sale-cart-pdlist .cart-list .item .imgbox span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.fixed-footer-align{display:flex;align-items:center;flex-wrap:wrap;padding:5px 0}.filterbar{border-bottom:1px solid #e6e6e6;margin:30px 0 15px}@media(min-width: 0px){.filterbar{padding:5px 10px}}@media(min-width: 768px){.filterbar{padding:5px 10px}}.filterbar .sort{margin:0 -10px}.filterbar .sort a{color:#aaa;padding:0 5px}.filterbar .sort a.active{color:#222}.filterbar .sort a i{font-size:12px;margin-right:2.5px}.noselected .mask{display:none;visibility:hidden}.noselected .imgbox{display:flex;align-items:center;justify-content:center}.salebigbox{border:1px solid #e6e6e6}.salebigbox .sale-big-text{padding:10px 20px}.sale-title{font-size:28px;font-weight:500;margin-bottom:5px}.sale-subtitle{font-size:14px}.original-price{color:#d8d8d8;font-size:14px;text-decoration-line:line-through}.discount-text{font-size:13px;color:#d02d2e;padding:5px;border:1px solid #d02d2e;margin-right:0;margin-left:auto !important}@media(min-width: 0px){.discount-text{display:none}}@media(min-width: 768px){.discount-text{display:block}}.num-wrapper label{font-size:14px;font-weight:400;color:#d8d8d8}@media(min-width: 0px){.num-wrapper label{display:none;visibility:hidden}}@media(min-width: 768px){.num-wrapper label{display:inline-block;visibility:visible}}.num-box{display:flex}.num-box input{text-align:center}.num-box input[disabled]{opacity:.5}.num-box .btn{flex:0 0 34px;padding:0 10px;margin:0}.num-box .buycount{width:calc(100% - 68px);height:34px;border:1px solid #e6e6e6}.sale-default{display:flex;flex-wrap:wrap}@media(min-width: 0px){.sale-default .default-img{width:100%;height:auto}}@media(min-width: 768px){.sale-default .default-img{width:320px;height:140px}}@media(min-width: 0px){.sale-default .default-text{width:-moz-max-content;width:max-content;padding:15px 0 0}}@media(min-width: 768px){.sale-default .default-text{width:calc(100% - 320px);padding:0 15px}}.pd-descript .sale-title{font-size:13px;color:#d02d2e;margin:10px 0 2.5px}.pd-descript .product-title{font-weight:400;margin:0}.pd-descript .product-title a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:24px;height:52px}.pd-descript .product-title a:hover{color:#8ad167}.pd-descript .form-group{margin-bottom:5px}.discount-item,.list-total.activity{font-size:13px;padding:8px 0;font-weight:400;color:#d8d8d8;margin-bottom:2px;text-align:left}.discount-item .sale-min-title,.list-total.activity .sale-min-title{font-size:13px;padding:2px 5px;color:#fff;background-color:#d02d2e;margin-right:5px;flex:0 0 60px;text-align:center}.discount-item .sale-min-title.gray,.list-total.activity .sale-min-title.gray{background-color:#d8d8d8}.list-total.activity{background-color:#fff}.list-total.activity a:hover{text-decoration:underline}.discount-item{display:flex;align-items:center;flex-wrap:wrap;clear:both;padding:0;margin-top:5px}.discount-item a{color:#d02d2e}.discount-item a.gray{color:#d8d8d8}.discount-item a:hover{text-decoration:underline}.discount-box{padding:10px;border-bottom:1px solid #e6e6e6;display:flex;justify-content:flex-end;align-items:center;-moz-column-gap:50px;column-gap:50px}@media(min-width: 992px){.discount-box{-moz-column-gap:120px;column-gap:120px}}.discount-box .discount-info{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;width:80%}@media(max-width: 767px){.discount-box .discount-info{width:70%}}.discount-box .discount-info .info-item{width:100%;display:flex;align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end}.discount-box .discount-info .info-item.discount-title{color:#d02d2e}.discount-box .discount-info .info-item span{min-width:30px;text-align:center}.discount-box .discount-price{display:inline-flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;font-size:28px;line-height:28px;color:#8ad167;font-weight:700;letter-spacing:1px}@media(max-width: 575.98px){.discount-box .discount-price{width:30%}}.special-offer{color:#d02d2e;font-size:15px}.special-offer a{color:#d02d2e;font-size:14px;line-height:1.3;display:inline-block}.cartlist .special-offer{background-color:#d02d2e}.cartlist .special-offer a{font-size:14px}.coupons{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;position:relative}.coupons label{width:auto}@media(max-width: 575.98px){.coupons label{width:100%;margin-bottom:10px}}.coupons input{width:40%;margin:0 10px}@media(max-width: 575.98px){.coupons input{width:100%}}.coupons .btn-send{width:150px;margin-bottom:0;position:absolute;top:0;right:10px;height:100%;width:auto;padding:0 15px}.activity{color:#3f51b5;font-weight:600}@media(min-width: 0px){.activity{letter-spacing:0px}}@media(min-width: 576px){.activity{letter-spacing:2px}}.activity-box{background:#ffc46c;padding:20px 25px;text-align:center;color:#503024}.activity-box .save-m{border:1px solid #3f51b5;padding:1px 5px;color:#3f51b5;font-weight:600;margin-left:6px}@media(min-width: 0px){.activity-box{display:flex;justify-content:space-between;align-items:baseline;padding:5px 15px;margin-top:5px}}@media(min-width: 768px){.activity-box{display:block;padding:20px 25px}}.gotocart{display:flex;justify-content:flex-end;align-items:flex-end}.gotocart span{margin-right:10px}.gotocart .btn-addcart{margin-bottom:0}.btn-sale-cart{width:60px;height:30px;position:absolute;top:-15px;left:50%;transform:translate(-50%, -50%);background:rgba(255,255,255,.9);box-shadow:-3px -3px 5px rgba(0,0,0,.1);color:#7b7b7b;border-radius:100px 100px 0 0;padding:0}.btn-sale-cart i{font-size:30px;margin:5px auto 0}.btn-sale-cart[aria-expanded=false] .fa-angle-up{display:block}.btn-sale-cart[aria-expanded=false] .fa-angle-down{display:none}.btn-sale-cart[aria-expanded=true] .fa-angle-up{display:none}.btn-sale-cart[aria-expanded=true] .fa-angle-down{display:block}.btn-sale-cart:focus,.btn-sale-cart:hover{opacity:1;color:#222;box-shadow:-3px -3px 5px rgba(0,0,0,.1)}.count-number span{display:block;width:40px !important;height:40px;border-radius:8px !important;overflow:hidden;flex-shrink:0;border:none}.count-number button{width:100%;height:100%;background-color:#f2f2f2;border:none !important;display:flex;justify-content:center;align-items:center}.count-number button .hover-img{display:none}.count-number button:hover{background-color:#e1ede3}.count-number button:hover img{display:none}.count-number button:hover .hover-img{display:block}.count-number input{font-size:20px;line-height:2;color:#828282;font-weight:700;border:none !important;background:rgba(0,0,0,0) !important;padding:0}.coupons input{padding:12px}.coupons button{color:#4f4f4f;font-weight:500;padding:12px 24px !important;border-radius:0 8px 8px 0}.subtotal{padding:12px;padding-top:20px}@media(min-width: 992px){.subtotal{padding:16px;padding-top:40px}}.subtotal .info-item{font-weight:700}.pc-tot{font-size:16px;line-height:24px;padding:0}.cart .btnbox{padding:16px !important}.cart .btnbox a{border:none}.sa-confirm-button-container .confirm{position:relative;z-index:99999}.videos .news-content{margin:0;margin-bottom:48px}@media(max-width: 1440px){.videos .news-content{padding:48px}}.videos .kind-menu{padding:0;margin-bottom:16px}@media(min-width: 992px){.videos .kind-menu{margin:32px 0}}.videos-kind-nav{height:40px;display:inline-block;border:none}.videos-kind-nav .nav-item{float:left;height:inherit}.videos-kind-nav .nav-item.active a{border:none !important;color:#000 !important;background-color:#dedd9d !important}.videos-kind-nav .nav-item a{display:block;height:inherit;font-size:16px;color:#fff;background-color:#8ad167;border-radius:0;border:none;white-space:nowrap;padding:8px 16px;margin-right:5px}.videos-kind-nav .nav-item a:hover{border:none;color:#000 !important;background-color:#dedd9d !important}.videos-list{display:flex;flex-wrap:wrap;gap:26px}@media(min-width: 992px){.videos-list{gap:16px}}.videos-item{width:100%;display:flex;flex-direction:column}@media(min-width: 0px){.videos-item{width:calc(50% - 13px)}}@media(min-width: 1200px){.videos-item{width:calc(33.33% - 17.3333333333px)}}.videos-img{width:100%;aspect-ratio:4/3}.videos-img:hover img{transform:scale(1.05)}.videos-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}.videos-body{flex:1;padding:24px}@media(min-width: 768px){.videos-body{padding:16px}}.videos-title{font-size:20px;font-weight:700;color:#000}.videos-title:hover{color:#8ad167}.btn-coupon{background:transparent;color:#999;border:1px solid #d7d7d7;padding:2px 1rem;text-align:left;border-radius:0.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 0 0 auto}.btn-coupon span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-coupon .ticket__icon{color:#ff8989;margin-right:8px}.btn-coupon .ticket__icon img{width:26px}.btn-coupon .fa-angle-right{position:relative;right:5px;-webkit-transition:.4s;transition:.4s}.btn-coupon:hover,.btn-coupon:focus{background:transparent;color:#999}.btn-coupon:hover .fa-angle-right,.btn-coupon:focus .fa-angle-right{right:0}@media (min-width: 900px){.btn-coupon{max-width:300px}}.coupon__text{color:#a70404;text-align:right;font-size:.85rem;margin-top:0.5rem}.coupons_block{padding:10px}.mem-coupon__container{padding-top:2.5rem}.mem-coupon__container .btnbox{padding:0}.mem-coupon__container .btnbox a{display:block;width:100%;margin-bottom:0.75rem}@media (min-width: 900px){.mem-coupon__container .btnbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:5rem 0 2rem;gap:1.5rem}.mem-coupon__container .btnbox a{width:20%}}.coupon__container{display:-ms-grid;display:grid;gap:1.5rem}@media (min-width: 1200px){.coupon__container{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}}.coupon__box{position:relative;display:-ms-grid;display:grid;-ms-grid-columns:100px 1fr;grid-template-columns:100px 1fr;-webkit-box-shadow:1px 1px 2px #b9b9b9;box-shadow:1px 1px 2px #b9b9b9}.coupon__content{background:#fff;padding:.7rem .8rem;display:-ms-grid;display:grid;-ms-grid-columns:1fr 45px;grid-template-columns:1fr 45px}.coupon__content .content p{line-height:inherit}.coupon__content .coupon__btn{background:transparent;border:0;font-size:1.5rem;color:#93b953;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;-ms-grid-column-align:center;justify-self:center}.coupon__img{background:#93b953;display:-ms-grid;display:grid}.coupon__img img{width:80px;-ms-grid-column-align:center;justify-self:center;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.coupon__title{font-weight:600;margin-bottom:.2rem;font-size:1rem;color:#333}.coupon__date,.coupon__last{font-size:.85rem}.coupon__date{color:#919191}.coupon__last{color:#a70404}.checkbox__box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.checkbox__box input{padding:0;height:initial;width:initial;margin-bottom:0;display:none;cursor:pointer}.checkbox__box .check-coupon{position:relative;cursor:pointer}.checkbox__box .check-coupon:before{content:'';-webkit-appearance:none;background-color:transparent;border:2px solid #FF483E;border-radius:50%;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05),inset 0px -15px 10px -12px rgba(0,0,0,0.05);padding:10px;display:inline-block;position:relative;vertical-align:middle;cursor:pointer;margin-right:5px}.checkbox__box input:checked+.check-coupon::before{background-color:#FF483E}.checkbox__box input:checked+.check-coupon::after{content:'';display:block;position:absolute;top:4px;left:8px;width:8px;height:14px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.checkbox__box .full-coupon{position:absolute;top:0;right:0;bottom:0;left:0;cursor:pointer}.empty__coupon{display:-ms-grid;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;gap:1.5rem;padding:3rem 0}.empty__coupon img,.empty__coupon p{-ms-grid-column-align:center;justify-self:center}/*# sourceMappingURL=style_new.min.css.map */