@charset "utf-8";@import url(/themes/storefront/fonts/iconfont.css);:root{--color:#765640;--color1:#765640b9}*{margin:0px;padding:0px;box-sizing:border-box;font-family:'Roboto', Tahoma, Geneva, sans-serif}img{max-width:100%;height:auto;vertical-align:bottom}a{color:inherit;text-decoration:none}a:hover{text-decoration:none}a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;outline:none;background:none;text-decoration:none}img.lazy{display:inline-block;opacity:0}img.lazy,img.tst{transition:opacity 0.6s,transform 0.3s ease}img.loaded{opacity:1}img:not([src]){visibility:hidden}.lazy-load{width:48px;height:48px;border-radius:50%;display:inline-block;position:relative;border:3px solid;border-color:#DDD #DDD transparent;animation:rotation 1s linear infinite;top:50%;left:50%;margin-top:-24px;margin-left:-24px;position:absolute}.lazy-load::after{content:"";position:absolute;left:0px;right:0px;top:0px;bottom:0;margin:auto;border:3px solid;border-color:transparent #ff3d00 #ff3d00;width:24px;height:24px;border-radius:50%;-webkit-animation:rotationBack 0.5s linear infinite;animation:rotationBack 0.5s linear infinite;transform-origin:center center}.lazy-wrap{display:block;position:relative;overflow:hidden}.lazy-wrap::after{content:"";display:block;padding-bottom:100%}.lazy-wrap.lazy-loaded .lazy-load{-webkit-animation:none;animation:none;display:none}.lazy-wrap.lazy-loaded::after{padding-bottom:0}@keyframes rotation{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes rotationBack{0%{transform:rotate(0deg)}100%{transform:rotate(-360deg)}}.line1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}.line2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.line3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.line4{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.line5{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}body{font-size:16px;overflow-x:hidden;line-height:1.7;position:relative;max-width:1920px;margin:0 auto}body.is-act{overflow:hidden}.container{width:100%;max-width:1600px;margin:0px auto;padding:0 15px;position:relative}.index>main>section{padding:4% 0;position:relative}header{width:100%;height:90px;background:rgba(0,0,0,0.8);transition:all 0.1s linear;position:fixed;top:0px;left:50%;transform:translateX(-50%);width:100%;z-index:999}header.act{height:66px;box-shadow:1px 2px 10px rgba(0,0,0,0.1)}header.act .head-logo::after{border-width:38px 38px 67px 0}header .container{height:100%;display:flex;align-items:center;justify-content:space-between}header .head-logo{height:100%;background:var(--color);position:relative;padding-right:10px}header .head-logo::before{content:"";width:1920px;height:100%;position:absolute;right:-1px;background:var(--color);top:0px;z-index:-1}header .head-logo::after{content:"";position:absolute;left:100%;top:0px;width:0;height:0;border-width:38px 38px 91.5px 0;border-style:solid;border-color:transparent transparent var(--color);transform:rotateX(180deg);transition:all 0.1s linear;z-index:999}header .head-logo a{display:flex;align-items:center;width:100%;height:100%;padding:10px 0;color:#FFF}header .head-logo a img{width:auto;max-height:50px;height:100%}header .head-logo a span{font-weight:bold;font-size:18px;padding:0 10px}header .menu-btn{display:none}header .head-content{display:flex;align-items:center;height:100%}header .head-content nav{height:100%;font-family:Lato}header .head-content nav>ul{display:flex;align-items:center;list-style:none;height:100%}header .head-content nav>ul>li{margin-right:40px;height:100%;position:relative}header .head-content nav>ul>li.act .submenu{opacity:1;visibility:inherit;transform:translateY(0)}header .head-content nav>ul>li em{margin-left:4px;color:#FFF;font-size:14px}header .head-content nav>ul>li>a{height:100%;color:#FFF;font-size:14px;display:inline-flex;align-items:center;justify-content:center;text-transform:uppercase;white-space:nowrap}header .head-content nav>ul>li::after{content:"";background:var(--color);position:absolute;bottom:0;left:0px;width:100%;height:2px;transition:all 0.1s linear;opacity:0}header .head-content nav>ul>li:hover::after,header .head-content nav>ul>li.active::after{opacity:1}header .head-content nav>ul>li .submenu{min-width:200px;display:block;height:auto;position:absolute;top:100%;left:0px;background:rgba(0,0,0,0.8);box-shadow:1px 2px 10px rgba(0,0,0,0.05);list-style:none;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.1s linear}header .head-content nav>ul>li .submenu li{width:100%;height:auto;color:#FFF}header .head-content nav>ul>li .submenu li a{width:100%;height:100%;display:inline-block;padding:5px 10px}header .head-content nav>ul>li .submenu li a:hover{background:#000}header .head-content .head-search{height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all 0.1s linear;position:relative}header .head-content .head-search em{font-size:20px;color:#FFF}header .head-content .search-input{position:absolute;top:100%;right:60px;background:#FFF;display:flex;align-items:center;justify-content:center;box-shadow:2px 2px 4px rgba(0,0,0,0.2);opacity:0;transform:rotateX(90deg);visibility:hidden}header .head-content .search-input.active{transition:opacity 0.3s,transform 0.3s;visibility:visible;opacity:1;transform:rotateX(0);transform-origin:top}header .head-content .search-input input{width:200px;height:40px;padding-left:10px;font-size:16px;border:none;outline:none}header .head-content .search-input .search-btn{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}header .head-content .search-input .search-btn em{font-size:22px;color:var(--darkcolor)}.languagelist{display:inline-block;position:relative;margin-left:15px}.languagelist-icon{display:block;width:100%;height:30px;line-height:30px;border:none;background:left center/24px no-repeat;background-image:url(/themes/storefront/images/languagelist.webp);cursor:pointer;padding:0px 14px 0px 30px;box-sizing:border-box;font-size:14px;position:relative;user-select:none}.languagelist-icon::before{content:"";display:block;position:absolute;right:0px;top:50%;width:6px;height:6px;border:0 solid #333;border-bottom-width:1px;border-left-width:1px;transform:rotate(-45deg);margin-top:-4px}.languagelist-drop{position:absolute;top:calc(100% + 26px);right:50%;transform:translateX(50%);background:#FFF;border:1px solid #ebeef5;border-radius:4px;box-shadow:0 2px 12px 0 rgba(0,0,0,0.1);z-index:9999;visibility:hidden;opacity:0;transition:opacity 0.3s,top 0.3s}.languagelist-drop.active{visibility:visible;opacity:1;top:calc(100% + 16px)}.languagelist-arrow{display:block;width:10px;height:10px;background-color:#FFF;border-top:1px solid #ebeef5;border-left:1px solid #ebeef5;transform:translateX(-50%) rotate(45deg);position:absolute;top:-6px;left:50%}.languagelist-wrap{width:140px;padding:8px 0;box-sizing:border-box;list-style:none}.languagelist-flex .languagelist-wrap{width:340px;display:flex;flex-wrap:wrap;padding:8px}.languagelist-wrap li{width:100%;padding:8px 16px;box-sizing:border-box;transition:background-color 0.3s}.languagelist-flex .languagelist-wrap li{width:33%;padding:8px 6px}.languagelist-wrap li.languagelist-active,.languagelist-wrap li:hover{background-color:#EEE}.languagelist-wrap li a{display:block;color:#000;font-size:12px;text-decoration:none;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.languagelist-wrap li img{display:inline-block;width:24px;height:16px;vertical-align:-0.25em;margin-right:4px}.languagelist-icon span,.languagelist-icon::before{display:none}.languagelist-icon{padding:0 15px}@media (max-width:1024px){.languagelist{margin-left:auto;margin-right:20px}.languagelist-icon{background-size:26px}}footer{background:#000;color:#FFF;padding:0px;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}footer ul{list-style:none}footer .container{display:flex;flex-wrap:wrap;justify-content:space-between;padding:4% 15px}footer .foot-item{width:22%;font-size:14px;color:rgba(255,255,255,0.5)}footer .foot-item.foot-item1{width:30%}footer .foot-item .foot-title{font-size:18px;font-weight:bold;color:#FFF;margin-bottom:10px;text-transform:uppercase}footer .foot-item ul li a{display:inline-block;padding:2px 0}footer .foot-item ul li a:hover{color:var(--color)}footer .foot-logo{display:block;max-width:200px}footer .foot-logo img{max-height:80px}footer .foot-share{display:flex;flex-wrap:wrap;margin-top:2em;margin-bottom:40px}footer .foot-share a{width:30px;height:30px;border:1px solid #999;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-right:10px;transition:all 0.2s linear}footer .foot-share a:hover{background:var(--color)}footer .foot-newsletter{margin-top:2em;width:100%;max-width:260px;height:40px;border:1px solid #000000;border-radius:2px;overflow:hidden;position:relative}footer .foot-newsletter input{width:100%;height:100%;border:none;outline:none;padding:0px 10px;background:#FFF}footer .foot-newsletter button{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:30px;height:30px;color:#FFF;background:var(--color);border-radius:50%;border:none;outline:none;cursor:pointer;transition:all 0.1s linear}footer .foot-newsletter button:hover{background:#000}footer #newsletter-hint{color:#f00}footer .newsletter-tip{margin-top:1em}footer .newsletter-tip a{color:var(--color);opacity:0.8;text-decoration:underline}footer .foot-copyright{display:flex;align-items:center;justify-content:center;border-top:1px solid rgba(255,255,255,0.2);padding:15px 15px;text-align:center;line-height:1.6;font-size:12px;color:rgba(255,255,255,0.5)}footer .foot-copyright a:hover{color:var(--color)}.gotop{cursor:pointer;height:40px;width:40px;border-radius:50%;position:fixed;bottom:100px;right:24px;background:#FFF;box-shadow:0 5px 5px 0 rgba(0,0,0,0.1);transition:all 0.4s ease;z-index:9;overflow:hidden;opacity:0;visibility:hidden}.gotop:hover{background:#c1c1c1}.gotop em{color:#000;font-size:24px;width:100%;height:100%;display:inline-flex;align-items:center;justify-content:center}.gotop.act{opacity:1;visibility:inherit;animation:gotop 0.2s forwards}@keyframes gotop{0%{opacity:0;bottom:80px}100%{opacity:1;bottom:100px}}@keyframes bannertext{0%{opacity:0;transform:translateX(30px) translateY(-50%)}100%{opacity:1;transform:translateX(0) translateY(-50%)}}@media (max-width:1440px){header .head-logo a span{font-size:12px}}@media (max-width:1024px){header{height:66px}header.act{height:60px}header.act .head-logo::after{border-width:38px 38px 60px 0}header.act .head-content{height:calc(100vh - 60px);top:60px}header .head-logo::after{border-width:38px 38px 66px 0}header .menu-btn{display:block;position:relative;display:flex;align-items:center;width:50px;height:50px;cursor:pointer}header .menu-btn.m-act em{width:32px !important;top:50% !important}header .menu-btn.m-act em:nth-child(1){transform:rotate(45deg)}header .menu-btn.m-act em:nth-child(2){width:0 !important}header .menu-btn.m-act em:nth-child(3){transform:rotate(-45deg)}header .menu-btn em{height:3px;background:#FFF;position:absolute;right:8px;border-radius:4px;transition:all 0.2s linear}header .menu-btn em:nth-child(1){width:30px;top:30%}header .menu-btn em:nth-child(2){width:22px;top:48%}header .menu-btn em:nth-child(3){width:26px;top:70%}header .head-content{display:block;position:fixed;top:66px;left:0px;width:100%;height:calc(100vh - 66px);background:#FFF;padding:20px;transform:translateX(100%);transition:transform 0.2s linear;overflow-y:scroll;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}header .head-content.active{transform:translateX(0)}header .head-content .nav{width:100%;height:auto}header .head-content .nav>ul{flex-direction:column;margin-top:20px}header .head-content .nav>ul>li{width:100%;height:auto;margin:0px;border-bottom:1px solid #A6A6A6}header .head-content .nav>ul>li.m-act>a{color:var(--color)}header .head-content .nav>ul>li.m-act em{color:var(--color)}header .head-content .nav>ul>li em{color:#333}header .head-content .nav>ul>li::after{content:none}header .head-content .nav>ul>li.active>a{color:var(--color)}header .head-content .nav>ul>li>a{color:#333;width:100%;height:50px;justify-content:flex-start;padding:20px 0;font-weight:400;font-size:16px;position:relative}header .head-content .nav>ul>li em{position:absolute;right:0px;top:0px;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:all 0.2s linear}header .head-content .nav>ul>li .submenu{position:static;box-shadow:none;background:none;visibility:inherit;transform:none;transition:none;opacity:1;display:none}header .head-content .nav>ul>li .submenu li a{padding:8px 20px;color:rgba(30,30,30,0.8)}header .head-content .nav>ul>li .submenu li a:hover{background:none}header .head-content .head-search{display:none}header .head-content .search-input{opacity:1;visibility:inherit;transform:none;box-shadow:none;border:1px solid #A6A6A6;width:100%;position:static}header .head-content .search-input input{flex:1}}.sharewrap{width:100%;height:35px;display:flex;align-items:center;margin-top:20px}.sharewrap>div{margin-right:6px}.sharewrap .share-item{position:relative;height:30px;width:30px;transition:0.4s all;transition-delay:30ms;cursor:pointer;overflow:hidden;border-radius:2px}.sharewrap .share-item:hover{transform:translateY(-6px)}.sharewrap .facebook{background:url(/themes/storefront/images/share-f.webp) no-repeat;background-size:30px 30px}.sharewrap .twitter{background:url(/themes/storefront/images/share-t.webp) -4px -4px no-repeat;background-size:37px 37px}.sharewrap .linkedin{background:url(/themes/storefront/images/share-l.webp) -4px -4px no-repeat;background-size:36px 36px}.sharewrap .pinterest{background:url(/themes/storefront/images/share-p.webp) -2px -2px no-repeat;background-size:32px 32px}@media (max-width:768px){.sharewrap{width:100%;margin-top:10px}.sharewrap .share-item:hover{transform:translateY(0)}.sharewrap .share-item{width:25px;height:25px}.sharewrap .facebook{background-size:23px 23px}.sharewrap .linkedin,.sharewrap .twitter{background-size:30px 30px;background-position:-3px -3px}}.feedback{display:flex;flex-wrap:wrap;justify-content:space-between}.feedback .item{width:48%;margin-bottom:20px}.feedback .item:nth-child(5),.feedback .item:nth-child(6){width:100%}.feedback .item label{display:block;font-size:14px;margin-bottom:5px;font-weight:bold;color:#000}.feedback .item label span{color:#f00}.feedback .item input{width:100%;height:50px;padding:0px 20px;background:#FFF;border:1px solid #DDD;border-radius:2px;outline:none}.feedback .item input:focus{border-color:var(--color)}.feedback .item input.err{border-color:#f00}.feedback .item textarea{width:100%;height:160px;outline:none;background:#FFF;border:1px solid #DDD;padding:10px 20px;resize:none}.feedback .item textarea:focus{border-color:var(--color)}.feedback .item textarea.err{border-color:#f00}.feedback .sendbtn{text-transform:uppercase;width:100%;height:50px;background:var(--color);border:1px solid var(--color);border-radius:2px;display:flex;align-items:center;justify-content:center;color:#FFF;font-weight:bold;cursor:pointer;transition:all 0.1s linear}.feedback .sendbtn:hover{opacity:0.9}@media (max-width:768px){.index>main>section{padding:40px 0px}.languagelist{margin-right:0}header .head-logo a img{max-height:30px}footer .container{padding-top:40px}footer .foot-item{width:100% !important;margin-bottom:2em}footer .foot-share{margin:2em 0 0}footer ul{display:flex;flex-wrap:wrap}footer ul li{width:33%}footer .foot-item3 ul li,footer .foot-item4 ul li{width:50%}footer .foot-item3 ul li a,footer .foot-item4 ul li a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden}}