body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{box-sizing:border-box}.wrapper{position:relative;top:0;height:100vh;width:100%;font-family:"Open Sans",sans-serif}.wrapper.wrapper-full-page{min-height:100vh;height:auto}.wrapper .main-page{position:relative;width:100vw;margin-top:65px;margin-bottom:65px;height:auto}.backdrop{position:fixed;width:100vw;height:100vh;background:#000;opacity:.7;z-index:99}.header-wrapper{position:fixed;right:0;top:0;left:0;background:#f37439;color:#fff;z-index:100;height:65px}.header-wrapper .inner-container{display:flex;flex-direction:row;width:95%;margin:auto;justify-content:center;align-items:center;height:100%;position:relative}.header-wrapper .inner-container .logo{width:10%}.header-wrapper .inner-container .logo img{width:80px}.header-wrapper .inner-container .mobile-menu-button,.header-wrapper .inner-container .mobile-menu-button .dropdown-category-mobile{display:none}.header-wrapper .inner-container .search-area{width:60%;display:flex;margin:0 20px}.header-wrapper .inner-container .search-area .category-list{width:30%;display:flex}.header-wrapper .inner-container .search-area .category-list .category-button{width:100%}.header-wrapper .inner-container .search-area .category-list .dropdown-category-website{display:none;position:absolute;background:#fff;top:100%;color:#3b3b3b;width:200px;border-radius:0 0 8px 8px;max-height:70vh;overflow:scroll}.header-wrapper .inner-container .search-area .category-list .dropdown-category-website ul{margin:0;padding:10px;width:100%}.header-wrapper .inner-container .search-area .category-list .dropdown-category-website ul li{text-decoration:none;list-style:none;padding:8px;cursor:pointer;font-size:10pt;color:grey}.header-wrapper .inner-container .search-area .category-list .dropdown-category-website ul li i{position:absolute;right:20px;color:#e4e1e1}.header-wrapper .inner-container .search-area .category-list .dropdown-category-website ul li:hover{background:#dfdfdf;color:#000;border-radius:0 8px 8px 0}.header-wrapper .inner-container .search-area .category-list .dropdown-category-website ul li .dropdown-category-detail{display:none;position:absolute;left:100%;top:0;width:530px;min-height:340px;background:#fff;border-radius:0 0 8px 0}.header-wrapper .inner-container .search-area .search-input{width:70%}.header-wrapper .inner-container .search-area .search-input input{height:40px;border:none;width:100%;border-radius:5px;font-size:16px;padding-left:10px}.header-wrapper .inner-container .search-area .search-input input:focus{outline:0}.header-wrapper .inner-container .cart-button,.header-wrapper .inner-container .category-button,.header-wrapper .inner-container .login-button{cursor:pointer;position:relative;display:flex;justify-content:center;font-size:18px;background:none;color:#fff;border:none;font-family:"Viga",sans-serif}.header-wrapper .inner-container .cart-button .count-in-cart-header,.header-wrapper .inner-container .category-button .count-in-cart-header,.header-wrapper .inner-container .login-button .count-in-cart-header{position:absolute;background:#f14848;color:#fff;left:24px;top:3px;font-size:10pt;border-radius:50%;width:20px;height:20px}.header-wrapper .inner-container .cart-button:focus,.header-wrapper .inner-container .category-button:focus,.header-wrapper .inner-container .login-button:focus{outline:0}.header-wrapper .inner-container .cart-button i,.header-wrapper .inner-container .category-button i,.header-wrapper .inner-container .login-button i{margin-left:10px;font-size:20px}.header-wrapper .inner-container .cart-dropdown-detail{position:absolute;color:#000;top:100%;right:5%;background:#fff;width:400px;max-height:400px;box-shadow:0 0 16px 0 rgba(0,0,0,.12),0 16px 16px 0 rgba(0,0,0,.24);border:1px solid #a9a9a9;padding:10px}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-header{max-height:80px;text-align:center;padding:10px 0;font-size:10pt;border-bottom:1px solid #d8d8d8}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-body{max-height:245px;overflow:scroll}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper{display:flex;flex-direction:row;align-content:space-between;padding:10px;border-top:1px solid #d8d8d8;cursor:pointer;position:relative}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper:hover{background:#f5f5f5}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .del-cart-sum{position:absolute;right:10px;top:0;padding:5px}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .del-cart-sum:hover{color:#f78200}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .list-product-pict{height:100px;width:100px}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .product-list-desc-wrapper{padding:10px;color:#505050;max-width:265px}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .product-list-desc-wrapper .title{font-weight:600;font-size:11pt}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .product-list-desc-wrapper .category{margin-top:5px;font-size:8pt;color:#a3a3a3}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .product-list-desc-wrapper .price{font-weight:700;font-size:12pt;color:#000}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-footer{height:80px;border-top:1px solid #d8d8d8;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-footer .cart-foot-wrapper .cd-foot-label-tot{font-size:10pt}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-footer .cart-foot-wrapper .cd-foot-label-num{font-size:18pt;font-weight:600;color:#505050}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-footer .cart-foot-checkout-wrapper .cta-btn-checkout{padding:15px;cursor:pointer;font-family:"Open Sans",sans-serif;outline:none;font-weight:600;border-radius:5px;border-right:none;border-left:none;border-top:none;width:100%;text-align:center;color:#fff;font-size:11pt;background:#f78200}.header-wrapper .inner-container .cart-dropdown-detail .cart-dropdown-footer .cart-foot-checkout-wrapper .cta-btn-checkout:hover{background:#ffa238}.header-wrapper .inner-container .navigation-area{display:flex;width:30%;flex-direction:row;align-items:center;justify-content:center}.header-wrapper .inner-container .navigation-area .cart-button>i{font-size:20pt}.header-wrapper .inner-container .navigation-area .user-menu-wrapper{position:absolute;top:100%;background:#fff;color:#505050;width:200px;font-weight:600;box-shadow:0 0 16px 0 rgba(0,0,0,.12),0 16px 16px 0 rgba(0,0,0,.24)}.header-wrapper .inner-container .navigation-area .user-menu-wrapper ul{margin:0;padding:0;list-style:none}.header-wrapper .inner-container .navigation-area .user-menu-wrapper ul li{padding:10px 20px;cursor:pointer}.header-wrapper .inner-container .navigation-area .user-menu-wrapper ul li:hover{background:#e7e7e7}.header-wrapper .inner-container .navigation-area .user-menu-wrapper ul li:last-child{margin-top:15px}.header-perpusnas{position:fixed;right:0;top:0;left:0;background:#828282;color:#fff;z-index:100;height:65px}.header-perpusnas .inner-container{display:flex;flex-direction:row;width:95%;margin:auto;justify-content:center;align-items:center;height:100%;position:relative}.header-perpusnas .inner-container .logo{width:10%}.header-perpusnas .inner-container .logo img{width:80px}.header-perpusnas .inner-container .mobile-menu-button,.header-perpusnas .inner-container .mobile-menu-button .dropdown-category-mobile{display:none}.header-perpusnas .inner-container .search-area{width:60%;display:flex;margin:0 20px}.header-perpusnas .inner-container .search-area .category-list{width:30%;display:flex}.header-perpusnas .inner-container .search-area .category-list .category-button{width:100%}.header-perpusnas .inner-container .search-area .category-list .dropdown-category-website{display:none;position:absolute;background:#fff;top:100%;color:#3b3b3b;width:200px;border-radius:0 0 8px 8px;max-height:70vh;overflow:scroll}.header-perpusnas .inner-container .search-area .category-list .dropdown-category-website ul{margin:0;padding:10px;width:100%}.header-perpusnas .inner-container .search-area .category-list .dropdown-category-website ul li{text-decoration:none;list-style:none;padding:8px;cursor:pointer;font-size:10pt;color:grey}.header-perpusnas .inner-container .search-area .category-list .dropdown-category-website ul li i{position:absolute;right:20px;color:#e4e1e1}.header-perpusnas .inner-container .search-area .category-list .dropdown-category-website ul li:hover{background:#dfdfdf;color:#000;border-radius:0 8px 8px 0}.header-perpusnas .inner-container .search-area .category-list .dropdown-category-website ul li .dropdown-category-detail{display:none;position:absolute;left:100%;top:0;width:530px;min-height:340px;background:#fff;border-radius:0 0 8px 0}.header-perpusnas .inner-container .search-area .search-input{width:70%}.header-perpusnas .inner-container .search-area .search-input input{height:40px;border:none;width:100%;border-radius:5px;font-size:16px;padding-left:10px}.header-perpusnas .inner-container .search-area .search-input input:focus{outline:0}.header-perpusnas .inner-container .cart-button,.header-perpusnas .inner-container .category-button,.header-perpusnas .inner-container .login-button{cursor:pointer;position:relative;display:flex;justify-content:center;font-size:18px;background:none;color:#fff;border:none;font-family:"Viga",sans-serif}.header-perpusnas .inner-container .cart-button .count-in-cart-header,.header-perpusnas .inner-container .category-button .count-in-cart-header,.header-perpusnas .inner-container .login-button .count-in-cart-header{position:absolute;background:#f14848;color:#fff;left:24px;top:3px;font-size:10pt;border-radius:50%;width:20px;height:20px}.header-perpusnas .inner-container .cart-button:focus,.header-perpusnas .inner-container .category-button:focus,.header-perpusnas .inner-container .login-button:focus{outline:0}.header-perpusnas .inner-container .cart-button i,.header-perpusnas .inner-container .category-button i,.header-perpusnas .inner-container .login-button i{margin-left:10px;font-size:20px}.header-perpusnas .inner-container .cart-dropdown-detail{position:absolute;color:#000;top:100%;right:5%;background:#fff;width:400px;max-height:400px;box-shadow:0 0 16px 0 rgba(0,0,0,.12),0 16px 16px 0 rgba(0,0,0,.24);border:1px solid #a9a9a9;padding:10px}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-header{max-height:80px;text-align:center;padding:10px 0;font-size:10pt;border-bottom:1px solid #d8d8d8}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-body{max-height:245px;overflow:scroll}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper{display:flex;flex-direction:row;align-content:space-between;padding:10px;border-top:1px solid #d8d8d8;cursor:pointer;position:relative}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper:hover{background:#f5f5f5}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .del-cart-sum{position:absolute;right:10px;top:0;padding:5px}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .del-cart-sum:hover{color:#f78200}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .list-product-pict{height:100px;width:100px}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .product-list-desc-wrapper{padding:10px;color:#505050;max-width:265px}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .product-list-desc-wrapper .title{font-weight:600;font-size:11pt}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .product-list-desc-wrapper .category{margin-top:5px;font-size:8pt;color:#a3a3a3}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-body .cart-list-product-wrapper .product-list-desc-wrapper .price{font-weight:700;font-size:12pt;color:#000}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-footer{height:80px;border-top:1px solid #d8d8d8;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-footer .cart-foot-wrapper .cd-foot-label-tot{font-size:10pt}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-footer .cart-foot-wrapper .cd-foot-label-num{font-size:18pt;font-weight:600;color:#505050}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-footer .cart-foot-checkout-wrapper .cta-btn-checkout{padding:15px;cursor:pointer;font-family:"Open Sans",sans-serif;outline:none;font-weight:600;border-radius:5px;border-right:none;border-left:none;border-top:none;width:100%;text-align:center;color:#fff;font-size:11pt;background:#f78200}.header-perpusnas .inner-container .cart-dropdown-detail .cart-dropdown-footer .cart-foot-checkout-wrapper .cta-btn-checkout:hover{background:#ffa238}.header-perpusnas .inner-container .navigation-area{display:flex;width:30%;flex-direction:row;align-items:center;justify-content:center}.header-perpusnas .inner-container .navigation-area .cart-button>i{font-size:20pt}.header-perpusnas .inner-container .navigation-area .user-menu-wrapper{position:absolute;top:100%;background:#fff;color:#505050;width:200px;font-weight:600;box-shadow:0 0 16px 0 rgba(0,0,0,.12),0 16px 16px 0 rgba(0,0,0,.24)}.header-perpusnas .inner-container .navigation-area .user-menu-wrapper ul{margin:0;padding:0;list-style:none}.header-perpusnas .inner-container .navigation-area .user-menu-wrapper ul li{padding:10px 20px;cursor:pointer}.header-perpusnas .inner-container .navigation-area .user-menu-wrapper ul li:hover{background:#e7e7e7}.header-perpusnas .inner-container .navigation-area .user-menu-wrapper ul li:last-child{margin-top:15px}@media screen and (max-width:480px){.header-wrapper .inner-container{width:90%;display:flex;position:relative}.header-wrapper .inner-container .logo{position:absolute;left:16vw}.header-wrapper .inner-container .logo a img{width:40px}.header-wrapper .inner-container .search-area{width:80%;margin:0}.header-wrapper .inner-container .search-area .category-list{display:none}.header-wrapper .inner-container .search-area .search-input{width:100%}.header-wrapper .inner-container .search-area .search-input input{padding-left:14vw}.header-wrapper .inner-container .cart-dropdown-detail{right:0;position:fixed;top:65px;width:100%}.header-wrapper .inner-container .navigation-area{order:2;width:10%;margin:0 3px;position:relative}.header-wrapper .inner-container .navigation-area .login-button{display:none}.header-perpusnas .inner-container{width:90%;display:flex;position:relative}.header-perpusnas .inner-container .logo{position:absolute;left:16vw}.header-perpusnas .inner-container .logo a img{width:40px}.header-perpusnas .inner-container .search-area{width:80%;margin:0}.header-perpusnas .inner-container .search-area .category-list{display:none}.header-perpusnas .inner-container .search-area .search-input{width:100%}.header-perpusnas .inner-container .search-area .search-input input{padding-left:14vw}.header-perpusnas .inner-container .cart-dropdown-detail{right:0;position:fixed;top:65px;width:100%}.header-perpusnas .inner-container .navigation-area{order:2;width:10%;margin:0 3px;position:relative}.header-perpusnas .inner-container .navigation-area .login-button{display:none}}.open-nav-website{display:inherit!important}@media screen and (max-width:839px){.open-nav-website{display:none}.open-nav{width:100%!important}.header-wrapper .inner-container{width:90%}.header-wrapper .inner-container .logo{width:20%}.header-wrapper .inner-container .mobile-menu-button{margin:0 10px;display:inline;font-size:20pt;cursor:pointer}.header-wrapper .inner-container .mobile-menu-button .dropdown-category-detail,.header-wrapper .inner-container .mobile-menu-button .dropdown-category-mobile{color:#000;display:inherit;position:fixed;top:65px;overflow:scroll;left:0;right:0;bottom:0;background:#fff;z-index:1;line-height:42px;font-weight:400;width:0;max-width:100%;min-height:0;font-size:10pt;transition:.2s}.header-wrapper .inner-container .mobile-menu-button .dropdown-category-detail ul,.header-wrapper .inner-container .mobile-menu-button .dropdown-category-mobile ul{list-style:none;padding:10px;margin:0;width:100%}.header-wrapper .inner-container .mobile-menu-button .dropdown-category-detail ul li,.header-wrapper .inner-container .mobile-menu-button .dropdown-category-mobile ul li{display:flex;border-bottom:1px solid #e8eaf6;padding:8px 20px;font-size:12pt;align-items:center;color:grey;cursor:pointer}.header-wrapper .inner-container .mobile-menu-button .dropdown-category-detail ul li i,.header-wrapper .inner-container .mobile-menu-button .dropdown-category-mobile ul li i{position:absolute;right:20px;color:#e4e1e1}.header-wrapper .inner-container .mobile-menu-button .dropdown-category-detail ul li .dropdown-category-detail,.header-wrapper .inner-container .mobile-menu-button .dropdown-category-mobile ul li .dropdown-category-detail{width:0;cursor:pointer}.header-wrapper .inner-container .search-area{margin:0 10px}.header-wrapper .inner-container .search-area .category-list{display:none}.header-wrapper .inner-container .search-area .search-input{width:100%}.header-wrapper .inner-container .cart-dropdown-detail{right:0}.header-wrapper .inner-container .navigation-area{order:2;width:10%;margin:0 3px}.header-wrapper .inner-container .navigation-area .login-button{display:none}}.slider-wrapper{position:relative;padding-top:30px;width:100vw}.slider-wrapper .inner-container-slider{width:95%;margin:auto;display:flex;flex-direction:row}.slider-wrapper .inner-container-slider .main-slider{width:100%;position:relative;max-width:66.8%;cursor:pointer}.slider-wrapper .inner-container-slider .main-slider .item-slider-wrapper:focus{outline:none}.slider-wrapper .inner-container-slider .promo-static-slider{width:100%;position:relative;max-width:31.9%;display:flex;flex-direction:column;margin-left:13px}.slider-wrapper .inner-container-slider .promo-static-slider .static-slider-item:first-of-type{margin-bottom:13px}.slider-wrapper .loading-slider{background:linear-gradient(-45deg,#bbb8b8,#dbdbdb);background-size:300% 300%}.slider-wrapper .loading-slider:after{content:"";display:block;padding-bottom:37%}@media screen and (max-width:480px){.slider-wrapper{padding-top:0;position:relative}.slider-wrapper .inner-container-slider{width:100%;flex-direction:column}.slider-wrapper .inner-container-slider .main-slider{max-width:100vw;padding:0}.slider-wrapper .inner-container-slider .promo-static-slider{flex-direction:row;width:100%;position:relative;max-width:100%;display:flex;margin:0}.slider-wrapper .inner-container-slider .promo-static-slider .static-slider-item{width:100%;margin:8px}}@media screen and (max-width:839px){.slider-wrapper{padding-top:0;position:relative}.slider-wrapper .inner-container-slider{width:100%;flex-direction:column}.slider-wrapper .inner-container-slider .main-slider{max-width:100vw}.slider-wrapper .inner-container-slider .promo-static-slider{flex-direction:row;width:100%;position:relative;max-width:100%;display:flex;margin:0}.slider-wrapper .inner-container-slider .promo-static-slider .static-slider-item{width:100%;margin:8px}}@keyframes Gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.slick-dots{bottom:10px!important}.slick-next{z-index:40!important;right:15px!important}.slick-next:before{color:#505050!important}.slick-prev{z-index:40!important;left:15px!important}.slick-prev:before{color:#505050!important}.product-slider-wrapper{position:relative;width:100vw;margin-top:50px;margin-bottom:30px;height:380px}.product-slider-wrapper .inner-product-slider{width:95%;margin:auto;height:100%;display:flex;flex-direction:column}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper{display:flex;flex-direction:row;height:100%}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slider-section-title{width:17%;height:100%;background:#464646;margin-right:5px;cursor:pointer;border-radius:5px}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slick-carousel{width:80%;margin-left:30px}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slick-carousel .title-section-product-slider{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-left:20px;border-bottom:3px solid #f5f5f5;margin-bottom:30px;height:42px}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slick-carousel .title-section-product-slider .title-section-slider{font-family:"Viga",sans-serif;color:bodyFontColor;letter-spacing:1px;font-weight:600;font-size:24px;padding-bottom:10px;border-bottom:3px solid #f78200}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slick-carousel .title-section-product-slider .look-all-product-slider{color:#f78200;font-size:15px;cursor:pointer;text-align:right}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slick-carousel .product-slick-carousel-inner .product-slide-item{margin-right:5px;margin-bottom:5px}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slick-carousel .product-slick-carousel-inner div{outline:none}.product-card-slider-loading-wrapper{height:290px;overflow:hidden}@media screen and (max-width:480px){.product-slider-wrapper{margin-top:10px}.product-slider-wrapper .inner-product-slider{width:90%}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slider-section-title{display:none}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slick-carousel{width:100%}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slick-carousel .product-slick-carousel-inner div{outline:none}}@media screen and (max-width:839px){.product-slider-wrapper .inner-product-slider{width:90%}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slider-section-title{display:none}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slick-carousel{width:100%;margin-left:0}.product-slider-wrapper .inner-product-slider .product-slider-section-wrapper .product-slick-carousel .title-section-product-slider{margin-left:0}}.loading-background{background:linear-gradient(-45deg,#e9e9e9,#dbdbdb)!important;background-size:300% 300%!important;animation:Gradient .5s ease infinite!important}.center-text{margin:auto;width:3000px;padding:10px;text-align:center;background-color:#00f;color:#fff}.container1{position:relative;width:50%}.container1 img{width:100%;height:auto}.container1 .btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);background-color:#555;color:#fff;font-size:16px;padding:12px 24px;border:none;cursor:pointer;border-radius:5px}.container1 .btn:hover{background-color:#000}.product-card-wrapper{position:relative;width:170px;height:300px;background:#fff;border-radius:5px;cursor:pointer;text-decoration:none}.product-card-wrapper:hover{box-shadow:0 0 1px #bbb,0 1px 2px #f5f5f5}.product-card-wrapper .product-card-inner{height:100%}.product-card-wrapper .product-card-inner .product-card-display{height:180px;background:#fff;border-radius:5px 5px 0 0;background-size:cover;background-position:50%;background-repeat:no-repeat}.product-card-wrapper .product-card-inner .product-title-card{color:#000;position:relative;padding:10px}.product-card-wrapper .product-card-inner .product-title-card .title-product-card{font-size:14px;text-transform:capitalize;height:37.998px;overflow:hidden;font-weight:400;margin-bottom:6px}.product-card-wrapper .product-card-inner .product-title-card .product-price-card{font-size:15px;line-height:1.4;font-weight:700;color:#333;overflow:hidden;text-overflow:ellipsis;margin-top:10px;color:#f78200}.product-card-wrapper .product-card-inner .product-title-card .product-price-card .product-price__original{display:block;font-size:12px;line-height:1.4;margin-right:6px;font-weight:400;text-decoration:line-through;color:#999}.product-card-wrapper .product-card-inner .product-title-card .product-price-card .product-price__reduced{display:block}@media screen and (max-width:480px){.product-card-wrapper{position:relative;width:38vw;height:300px;border-radius:5px;cursor:pointer;text-decoration:none}.product-card-wrapper:hover{box-shadow:0 0 1px #bbb,0 1px 2px #f5f5f5}.product-card-wrapper .product-card-inner{height:100%}.product-card-wrapper .product-card-inner .product-card-display{height:180px;background:#fff;border-radius:5px 5px 0 0;background-size:cover;background-position:50%;background-repeat:no-repeat}.product-card-wrapper .product-card-inner .product-title-card{color:#000;position:relative;padding:10px}.product-card-wrapper .product-card-inner .product-title-card .title-product-card{font-size:14px;text-transform:capitalize;height:37.998px;overflow:hidden;font-weight:400;margin-bottom:6px}.product-card-wrapper .product-card-inner .product-title-card .product-price-card{font-size:15px;line-height:1.4;font-weight:700;color:#333;overflow:hidden;text-overflow:ellipsis;margin-top:10px;color:#f78200}.product-card-wrapper .product-card-inner .product-title-card .product-price-card .product-price__original{display:block;font-size:12px;line-height:1.4;margin-right:6px;font-weight:400;text-decoration:line-through;color:#999}.product-card-wrapper .product-card-inner .product-title-card .product-price-card .product-price__reduced{display:block}}.footer-wrapper{position:relative;width:100vw;height:320px;background:#f0f0f0}.footer-wrapper .inner-footer-wrapper{width:95%;margin:auto;padding-top:30px;padding-bottom:30px;height:100%;display:flex;flex-direction:row;align-items:top}.footer-wrapper .inner-footer-wrapper .footer-column{width:25%}.footer-wrapper .inner-footer-wrapper .footer-column h4{text-transform:uppercase;color:#f37439;position:relative;font-family:"Viga",sans-serif}.footer-wrapper .inner-footer-wrapper .footer-column h4 .collapse-button-trigger{display:none}.footer-wrapper .inner-footer-wrapper .footer-column .payment-logo .footer-background-logo{background-image:url(https://cdngarenanow-a.akamaihd.net/shopee/shopee-pcmall-live-id/assets/ed4e16c501919a270e9a38deb6603653.png)}.footer-wrapper .inner-footer-wrapper .footer-column .payment-logo ul{text-decoration:none;display:flex;flex-direction:row}.footer-wrapper .inner-footer-wrapper .footer-column .payment-logo ul li{margin:3px}.footer-wrapper .inner-footer-wrapper .footer-column ul{list-style:none;margin:0;padding:0}.footer-wrapper .inner-footer-wrapper .footer-column ul li{cursor:pointer;color:grey;line-height:2;font-size:14px}.footer-wrapper .inner-footer-wrapper .footer-column ul li a{text-decoration:none;color:grey}.footer-bank_mandiri-png{width:50px;height:29px;background-size:2484% 686.2068965517242%;background-position:7.130872483221476% 64.76470588235294%}.footer-bca-png{width:55px;height:29px;background-size:2258.181818181818% 686.2068965517242%;background-position:24.85256950294861% 5.882352941176471%}.footer-bni-png{width:41px;height:29px;background-size:3029.268292682927% 686.2068965517242%;background-position:30.80766028309742% 5.882352941176471%}.footer-bank_bri-png{width:55px;height:17px;background-position:.8424599831508003% 60.588235294117645%}.footer-jne-png{width:55px;height:17px;background-position:58.38247683235046% 5.882352941176471%}.footer-jnt-png{width:55px;height:17px;background-size:2258.181818181818% 1170.5882352941176%;background-position:100% 5.4945054945054945%}.footer-gosend-png{width:55px;height:9px;background-size:2258.181818181818% 2211.1111111111113%;background-position:99.74726200505476% 43.68421052631579%}.footer-pos_indo-png{background-position:83.31929233361416% 5.882352941176471%}@media screen and (max-width:839px){.footer-wrapper{height:auto}.footer-wrapper .inner-footer-wrapper{width:90%;flex-direction:column;padding-top:10px;text-align:center}.footer-wrapper .inner-footer-wrapper .footer-column{width:100%}.footer-wrapper .inner-footer-wrapper .footer-column h4 .collapse-button-trigger{display:inherit;width:100%;position:absolute;height:40px;cursor:pointer;opacity:.3;margin-top:-12px;border-bottom:2px solid #b5b1b1}.footer-wrapper .inner-footer-wrapper .footer-column ul{max-height:0;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;transition:max-height .2s}}.zero-height{max-height:200px!important}.whatsapp_float{position:fixed;width:60px;height:60px;bottom:40px;right:40px;background-color:#25d366;color:#fff;border-radius:50px;text-align:center;font-size:30px;box-shadow:2px 2px 3px #999;z-index:100}.whatsapp-icon{margin-top:16px}@media screen and (max-width:767px){.whatsapp-icon{margin-top:10px}.whatsapp_float{width:40px;height:40px;bottom:20px;right:10px;font-size:22px}}.product-detail-wrapper{position:relative;width:100vw;color:rgba(0,0,0,.7)}.product-detail-wrapper .inner-product-detail{width:80%;margin:auto;display:flex;padding-top:20px}.product-detail-wrapper .inner-product-detail .product-image-wrapper{width:100vw;display:flex;flex-direction:row;margin-top:30px}.product-detail-wrapper .inner-product-detail .product-image-wrapper .image-nav ul{list-style:none;padding:0;margin:0}.product-detail-wrapper .inner-product-detail .product-image-wrapper .image-nav ul li{margin-bottom:5px;cursor:pointer}.product-detail-wrapper .inner-product-detail .product-image-wrapper .image-nav ul li .thbn-prod{height:100px;width:100px}.product-detail-wrapper .inner-product-detail .product-image-wrapper .viewers-image{margin-left:10px;margin-right:30px;width:100%}.product-detail-wrapper .inner-product-detail .product-image-wrapper .viewers-image .prmry-thmb{width:100%;display:block}.product-detail-wrapper .inner-product-detail .product-image-wrapper .viewers-image .prmry-thmb:after{content:"";display:block;padding-bottom:100%}.product-detail-wrapper .inner-product-detail .ptw{display:flex;flex-direction:column;min-width:375px;max-width:375px}.product-detail-wrapper .inner-product-detail .ptw .pdh h1{font-size:24px;letter-spacing:normal;font-weight:700;line-height:36px}.product-detail-wrapper .inner-product-detail .ptw .spdh{display:flex;flex-direction:row;align-items:center;justify-content:flex-start}.product-detail-wrapper .inner-product-detail .ptw .spdh .pnln-rtg{display:flex;flex-direction:row;color:#f78200;border-right:1px solid grey;padding-right:10px}.product-detail-wrapper .inner-product-detail .ptw .spdh .pnln-ct{padding-left:10px;padding-right:10px}.product-detail-wrapper .inner-product-detail .ptw .prc-ctn{margin-top:20px;width:100%;background:#f1f1f1;border-radius:5px}.product-detail-wrapper .inner-product-detail .ptw .prc-ctn .hfsbn{background:#f78200;text-transform:uppercase;font-weight:600;font-family:"Viga",sans-serif;letter-spacing:1px;color:#fff;padding:10px 20px;border-radius:5px 5px 0 0}.product-detail-wrapper .inner-product-detail .ptw .prc-ctn .prc-wrp{padding:15px 20px;display:flex;flex-direction:column;align-items:flex-start}.product-detail-wrapper .inner-product-detail .ptw .prc-ctn .prc-wrp .product-price{font-size:1.875rem;font-weight:700}.product-detail-wrapper .inner-product-detail .ptw .prc-ctn .prc-wrp .product-price__original{font-size:2rem;color:#f78200;font-weight:700;display:flex;flex-direction:row;align-items:center;justify-content:space-between}.product-detail-wrapper .inner-product-detail .ptw .prc-ctn .prc-wrp .product-price__reduced{display:flex;flex-direction:row}.product-detail-wrapper .inner-product-detail .ptw .prc-ctn .prc-wrp .product-price__reduced .ori-price{text-decoration:line-through;font-size:1.375rem;color:grey}.product-detail-wrapper .inner-product-detail .ptw .prc-ctn .prc-wrp .ppd-off{padding:5px 15px;background:#fc0;color:#424242;font-size:1rem;margin-left:10px;font-weight:600;text-transform:uppercase}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper{margin-top:25px}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .cta-btn{padding:15px 30px;cursor:pointer;font-family:"Open Sans",sans-serif;outline:none;border-radius:5px;width:100%;text-align:center;color:#fff;font-size:22pt;background:#f78200;border:none;border-bottom:4px solid #ad5c00}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .cta-btn:hover{background:#ffa238;border-bottom:4px solid #f78200}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .qty-rwp{display:flex;flex-direction:row;align-items:center;justify-content:space-around}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .qty-rwp .hdl-prod-wrp{display:flex;flex-direction:row;align-items:center}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .qty-rwp .hdl-prod-wrp .chg-qty-btn{padding:10px 15px;border:1px solid grey;cursor:pointer;margin:0 5px;height:45px}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .qty-rwp .hdl-prod-wrp .plus{border-radius:0 5px 5px 0;margin-left:0;border-left:none}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .qty-rwp .hdl-prod-wrp .minus{border-radius:5px 0 0 5px;margin-right:0;border-right:none}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .qty-rwp .hdl-prod-wrp .input-chg-qty{padding:10px;text-align:center;font-size:12pt;font-weight:500;max-width:65px;border-radius:0;outline:none;border:1px solid grey}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .qty-rwp .cta-btn-update{padding:10px 20px;cursor:pointer;font-family:"Open Sans",sans-serif;outline:none;border-radius:5px;text-align:center;color:#fff;font-size:15pt;background:#67b938;border:none;border-bottom:4px solid #397c13}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .qty-rwp .cta-btn-update:hover{background:#7ccc4e;border-bottom:4px solid #397c13}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .qty-rwp .cta-btn-update:disabled{background:#67b938;border-bottom:0;opacity:.3}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .pd-author{margin-top:30px}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .pd-author .title{padding-bottom:10px;border-bottom:1px solid #f5f5f5;font-size:14pt;margin-bottom:10px}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .pd-author .author-card{background:#f5f5f5;padding:4px 20px;margin-top:7px;border-radius:5px}.product-detail-wrapper .inner-product-detail .ptw .checkout-wrapper{margin-top:30px;background:#f1f1f1;padding:15px}.product-detail-wrapper .inner-product-detail .ptw .checkout-wrapper .cta-btn-checkout{margin-top:20px;padding:15px 30px;cursor:pointer;font-family:"Open Sans",sans-serif;outline:none;border-radius:5px;width:100%;text-align:center;color:#fff;font-size:15pt;background:#f78200;border:none;border-bottom:4px solid #ad5c00}.product-detail-wrapper .inner-product-detail .ptw .checkout-wrapper .cta-btn-checkout:hover{background:#ffa238}.product-detail-wrapper .inner-product-detail .ptw .checkout-wrapper .orback{margin-top:10px}.product-detail-wrapper .inner-product-detail .ptw .checkout-wrapper .orback strong{color:#f78200}.product-detail-wrapper .inner-product-detail .pdesc-wrapper{display:flex;flex-direction:row;width:100%}.product-detail-wrapper .inner-product-detail .pdesc-wrapper .pd-phy{width:50%;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;text-align:left}.product-detail-wrapper .inner-product-detail .pdesc-wrapper .pd-phy .pdescw{padding:10px;flex:1 0 25%}.product-detail-wrapper .inner-product-detail .pdesc-wrapper .pd-phy .pdescw .ptitle{font-size:11pt}.product-detail-wrapper .inner-product-detail .pdesc-wrapper .pd-phy .pdescw .pvalue{font-weight:700;font-size:15pt}.product-detail-wrapper .inner-product-detail .pdesc-wrapper .pd-desc{width:50%;text-align:justify;padding:20px 0 20px 20px}.product-detail-wrapper .inner-product-detail .pdesc-wrapper .pd-desc .title{padding-bottom:10px;border-bottom:1px solid #f5f5f5;font-size:14pt}.contain-pict{background-size:contain!important;background-repeat:no-repeat!important;background-position:50%!important}.zoom-ipbpress{background-position-y:0!important;background-position-x:90%!important;background-size:120% auto!important}@media screen and (max-width:480px){.product-detail-wrapper .inner-product-detail{width:100%;flex-direction:column}.product-detail-wrapper .inner-product-detail .product-image-wrapper{display:flex;flex-direction:column;width:100vw;margin:0}.product-detail-wrapper .inner-product-detail .product-image-wrapper .image-nav{order:1;flex-direction:column}.product-detail-wrapper .inner-product-detail .product-image-wrapper .image-nav ul{display:flex;flex-direction:row;justify-content:flex-start}.product-detail-wrapper .inner-product-detail .product-image-wrapper .image-nav ul li{margin-right:5px;box-shadow:0 0 1px #bbb,0 1px 2px #f5f5f5}.product-detail-wrapper .inner-product-detail .product-image-wrapper .image-nav ul li .thbn-prod{height:80px;width:80px}.product-detail-wrapper .inner-product-detail .product-image-wrapper .viewers-image{margin:0 0 10px}.product-detail-wrapper .inner-product-detail .ptw{min-width:0;width:90%;margin:auto}.product-detail-wrapper .inner-product-detail .pdesc-wrapper{display:flex;flex-direction:column;width:100%}.product-detail-wrapper .inner-product-detail .pdesc-wrapper .pd-desc,.product-detail-wrapper .inner-product-detail .pdesc-wrapper .pd-phy{width:100%}}@media screen and (max-width:839px){.product-detail-wrapper .inner-product-detail{width:90%}.product-detail-wrapper .inner-product-detail .product-image-wrapper{display:flex;flex-direction:column;position:relative;right:15px}.product-detail-wrapper .inner-product-detail .product-image-wrapper .image-nav{order:1;flex-direction:column}.product-detail-wrapper .inner-product-detail .product-image-wrapper .image-nav ul{display:flex;flex-direction:row;justify-content:flex-start}.product-detail-wrapper .inner-product-detail .product-image-wrapper .image-nav ul li{margin-right:5px}.product-detail-wrapper .inner-product-detail .product-image-wrapper .image-nav ul li .thbn-prod{height:80px;width:80px}.product-detail-wrapper .inner-product-detail .product-image-wrapper .viewers-image{margin:0 0 10px}.product-detail-wrapper .inner-product-detail .ptw{min-width:0}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .qty-rwp{flex-direction:column}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .cta-btn-update{margin-top:20px}.product-detail-wrapper .inner-product-detail .ptw .cta-wrapper .cta-btn-update:active:enabled{border-bottom:0 solid #f78200;transform:translateY(4px);margin-top:30px!important}}.product-search-wrapper{position:relative;width:100vw}.product-search-wrapper .product-search-inner{width:95%;margin:auto;display:flex;flex-direction:column}.product-search-wrapper .product-search-inner .header-search-product{width:100%;background:#484848;display:flex;flex-direction:row;justify-content:space-around;padding:10px;color:#fff;font-weight:700;border-radius:0 0 5px 5px;cursor:pointer}.product-search-wrapper .product-search-inner .search-product-container{display:flex;flex-direction:row;margin-top:30px;justify-content:space-around}.product-search-wrapper .product-search-inner .search-product-container .search-navigation{max-width:25%}.product-search-wrapper .product-search-inner .search-product-container .search-navigation .title-section-nav{margin-top:15px;padding:10px;font-family:"Viga",sans-serif;letter-spacing:1px;color:#f37439}.product-search-wrapper .product-search-inner .search-product-container .search-navigation .src-nav-colsed{height:303px;overflow:scroll;border-radius:5px 5px 0 0!important}.product-search-wrapper .product-search-inner .search-product-container .search-navigation .open-all-card{background:#f5f5f5;width:100%;text-align:center;padding:10px;bottom:0;font-size:9pt;cursor:pointer;border-radius:0 0 5px 5px;color:grey;transition:.2s}.product-search-wrapper .product-search-inner .search-product-container .search-navigation .src-nav-card{position:relative;border-radius:5px;width:100%;color:#505050;box-shadow:0 0 1px #bbb,0 1px 2px #f5f5f5;font-size:11pt;display:flex;flex-direction:column;align-items:center;transition:.2s}.product-search-wrapper .product-search-inner .search-product-container .search-navigation .src-nav-card ul{padding:0;margin:0 0 15px;list-style:none}.product-search-wrapper .product-search-inner .search-product-container .search-navigation .src-nav-card ul li{padding:10px 20px;cursor:pointer;display:flex;flex-direction:row}.product-search-wrapper .product-search-inner .search-product-container .search-navigation .src-nav-card ul li .text-filter{padding:0 0 0 15px;display:flex;flex-direction:row;justify-content:space-between;width:100%}.product-search-wrapper .product-search-inner .search-product-container .search-navigation .src-nav-card ul li:hover{background:#e2e2e2}.product-search-wrapper .product-search-inner .search-product-container .search-navigation .src-nav-card ul li:hover .chip-count{background:#fff}.product-search-wrapper .product-search-inner .search-product-container .chip-count{border-radius:24px;font-size:9pt;padding-left:5px;padding-right:5px;background:#e8e8e8}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper{width:80%;padding-left:3%}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header{display:flex;flex-direction:column}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-breadcrumb{width:100%;padding:10px;font-size:9pt;color:grey}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-breadcrumb ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:row}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-breadcrumb ul li{margin:0;padding:5px}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-breadcrumb ul li:after{content:">";margin-left:10px}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-breadcrumb ul li:last-child:after{content:""}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile{display:none}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-wrap{width:100%;display:flex;flex-direction:row;justify-content:space-between;position:relative}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-wrap .prs-title{font-size:16pt;padding-left:15px}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-wrap .filter-open{height:120px!important;display:flex;align-items:center}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-wrap .filter-wrapper{position:absolute;background:#f8f8f8;width:150px;top:100%;right:0;height:0;overflow:hidden;z-index:80;border-radius:0 0 5px 5px;box-shadow:0 8px 6px -6px #000;color:#505050;font-size:10pt;font-weight:700;transition:.2s}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-wrap .filter-wrapper ul{margin:0;padding:0;list-style:none;width:100%}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-wrap .filter-wrapper ul li{padding:10px;cursor:pointer;display:flex;flex-direction:row}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-wrap .filter-wrapper ul li:hover{background:#e2e2e2}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .tag-filter{display:flex;flex-direction:row}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .tag-filter ul{list-style:none;display:flex;flex-direction:row;margin:0;padding:0}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .tag-filter ul li{margin:0 2px;font-size:9pt;background:#e0e0e0;color:#505050;padding:5px 15px;border-radius:24px}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .tag-filter ul li i{background:grey;color:#e0e0e0;text-align:center;padding:5px;border-radius:50%;width:22px;height:22px;margin-left:8px;margin-right:-8px;cursor:pointer}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .tag-filter ul li i:hover{background:#585858;color:#e0e0e0}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .tag-filter ul li:last-child:hover{background:#b1b1b1!important;cursor:pointer}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .tag-filter ul li .fa-trash{margin-right:10px;margin-left:-8px;background:none;color:#505050}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-pag-wrap{display:flex;flex-direction:row;justify-content:flex-end}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-pag-wrap .prs-pagination{margin-top:10px;justify-content:space-between;display:flex;flex-direction:row;min-width:66px;color:grey}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-pag-wrap ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:row}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-pag-wrap ul li{margin:0;width:30px;display:flex;align-items:center;cursor:pointer;padding:0 10px}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-pag-wrap ul .highligthed,.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-pag-wrap ul li:hover{background:#f1f1f1;border-radius:24px}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-pag-wrap .arrow-left,.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-pag-wrap .arrow-right{background:#dfdfdf;color:#fff;width:23px;height:23px;border-radius:24px;text-align:center;display:flex;justify-content:center;align-items:center;letter-spacing:0;cursor:pointer;margin:0 10px}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-pag-wrap .arrow-left:hover,.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-pag-wrap .arrow-right:hover{background:grey}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prwc{padding-left:15px;padding-top:15px}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prwc .prwc-thumb-wrap{float:left;margin-right:10px;margin-bottom:10px}.product-search-wrapper .product-search-inner .price-min-wrapper{display:flex;flex-direction:column;padding:8px;width:100%}.product-search-wrapper .product-search-inner .price-min-wrapper input{width:100%;height:40px;border:1px solid #c4c4c4;border-radius:5px;padding:9px;font-size:12pt;text-align:right;color:#505050}.product-search-wrapper .product-search-inner .price-min-wrapper input:before{content:"min"}.product-search-wrapper .product-search-inner .submit-price-filter{width:100%;padding:10px;cursor:pointer;border:none;font-size:10pt;color:#505050;outline:none;background:#f5f5f5;border-radius:5px}.product-search-wrapper .product-search-inner button{padding:10px;background:#f1f1f1;cursor:pointer;border-radius:5px;outline:none;font-size:10pt;border:none;color:#505050}.product-search-wrapper .product-search-inner button:hover{background:#d6d6d6}@media screen and (max-width:480px){.product-search-wrapper .product-search-inner{width:90%}.product-search-wrapper .product-search-inner .search-product-container{margin-top:10px}.product-search-wrapper .product-search-inner .search-product-container .search-navigation{display:none}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper{width:100%;padding-left:0}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile{display:flex;width:100%;padding:10px 0;position:relative}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile .button-nav-wrapper{display:flex;width:100%;border:none;justify-content:space-around;align-items:center;background:#f1f1f1;border-radius:5px;overflow:hidden}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile .button-nav-wrapper button{width:100%;padding:10px;background:none;cursor:pointer;outline:none;font-size:10pt;border:none}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile .button-nav-wrapper button:hover{background:#d6d6d6}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile .open-filter{height:70vh!important;display:flex;align-items:center}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile .mobile-cat-filter{position:absolute;background:#f8f8f8;top:90%;z-index:80;width:95%;height:0;overflow:scroll;box-shadow:0 8px 6px -6px #000;transition:.2s}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile .mobile-cat-filter ul{padding:0;width:100%;margin:0 0 15px;list-style:none}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile .mobile-cat-filter ul li{padding:10px 20px;cursor:pointer;display:flex;flex-direction:row;font-weight:700;color:#505050}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile .mobile-cat-filter ul li .text-filter{padding:0 0 0 15px;display:flex;flex-direction:row;justify-content:space-between;width:100%}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile .mobile-cat-filter ul li:hover{background:#e2e2e2}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .filter-nav-mobile .mobile-cat-filter ul li:hover .chip-count{background:#fff}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-wrap .filter-wrapper,.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prs-wrap button{display:none}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prwc{padding:0;width:100%;margin-top:20px;margin-left:0;display:flex;justify-content:space-around;flex-wrap:wrap}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prwc h2{text-align:center;height:50vh;display:flex;justify-content:center;align-items:center}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .prwc .prwc-thumb-wrap{margin-right:0;margin-bottom:0}}@media screen and (max-width:970px){.product-search-wrapper .product-search-inner{width:90%}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .tag-filter ul li{margin:0 2px;font-size:7pt;background:#e0e0e0;color:#505050;padding:2px 10px;border-radius:24px}.product-search-wrapper .product-search-inner .search-product-container .pr-wrapper .prs-header .tag-filter ul li i{padding:6px}}.popup-wrapper{position:fixed;height:100vh;width:100vw;top:0;z-index:1106;display:flex;align-items:center;justify-content:center}.popup-wrapper .popup-card{min-width:400px;min-height:130px;background:#fff;padding:20px;z-index:100;border-radius:5px;max-height:100vh;overflow:scroll}.popup-wrapper .popup-card .popup-header{border-bottom:1px solid #cfcfcf;padding:10px 0;display:flex;align-content:center;justify-content:center;font-weight:700;font-size:15pt;color:grey;position:relative}.popup-wrapper .popup-card .popup-header i{position:absolute;top:10px;right:10px;cursor:pointer}.popup-wrapper .popup-card .popup-body{padding:20px 0;display:flex;overflow:hidden}.popup-wrapper .popup-card .popup-body .displayProduct{width:20%;background:grey;display:block}.popup-wrapper .popup-card .popup-body .displayProduct:after{content:"";display:block;padding-bottom:100%}.popup-wrapper .popup-card .popup-body .ProductTitle{padding:0 15px;color:#9b9b9b;display:flex;align-items:center;justify-content:flex-start}@media screen and (max-width:460px){.popup-wrapper .popup-card{min-width:100px;width:90%}}.hide{display:none!important}.popup_displayproduct{width:100%;display:flex;flex-direction:row}.preload-wrapper{background:#fff;z-index:100;align-content:center}.auth-wrapper,.preload-wrapper{position:fixed;width:100vw;height:100vh;display:flex;justify-content:center}.auth-wrapper{align-items:center;overflow:scroll;z-index:150;top:0}.auth-wrapper .auth-box{position:fixed;width:500px;max-height:100vh;background:#fff;z-index:103;border-radius:5px;padding:30px;overflow:auto}.auth-wrapper .auth-box .inner-box{display:flex;align-items:center;flex-direction:column;justify-content:space-between;height:100%}.auth-wrapper .auth-box .inner-box .header-auth{width:100%;text-align:right;margin-bottom:5px;display:flex;justify-content:space-between}.auth-wrapper .auth-box .inner-box .header-auth svg{cursor:pointer}.auth-wrapper .auth-box .inner-box .sos-icon img,.auth-wrapper .auth-box .inner-box .sos-icon svg{display:flex;align-items:center;justify-content:center;margin:10px;fill:#fff}.auth-wrapper .auth-box .inner-box .button-login{width:100%;margin:5px 0;height:45px;border-radius:5px;border:1px solid grey;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px;font-weight:600;cursor:pointer}.auth-wrapper .auth-box .inner-box .fb{background:#4366b4;color:#fff;border:none}.auth-wrapper .auth-box .inner-box .sparator{width:100%;margin:10px 0;text-align:center;overflow:hidden;position:relative}.auth-wrapper .auth-box .inner-box .sparator .linehr{border-bottom:1px solid #dbdbdb}.auth-wrapper .auth-box .inner-box .sparator:before{content:"";border-bottom:1px solid #dbdbdb;position:absolute;top:50%!important;left:60%!important;width:5000px!important}.auth-wrapper .auth-box .inner-box .sparator:after{content:"";border-bottom:1px solid #dbdbdb;position:absolute;top:50%!important;right:60%!important;width:5000px!important}.auth-wrapper .auth-box .inner-box .form-login{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.auth-wrapper .auth-box .inner-box .form-login input{width:100%;height:45px;border-radius:5px;padding:10px;margin:8px 0;border:1px solid #dbdbdb;font-size:12pt;outline:none}.auth-wrapper .auth-box .inner-box .rem-toggle{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;text-align:right;font-size:10pt}.auth-wrapper .auth-box .inner-box .login-button{width:100%;height:45px;margin:15px 0;border-radius:5px;font-size:12pt;font-weight:600;background:#f78200;color:#fff;outline:none;cursor:pointer;border:none}.auth-wrapper .auth-box .inner-box .login-button:disabled{background:#b8b8b8}.auth-wrapper .auth-box .inner-box .forgot-pasw{width:100%;margin-bottom:20px;text-align:center;font-size:10pt}.auth-wrapper .auth-box .inner-box .form-container{position:relative;width:100%;display:flex;flex-direction:row;align-items:center}.auth-wrapper .auth-box .inner-box .form-container .label{font-size:9pt;position:absolute;right:40px;color:#bdbdbd;display:block}.auth-wrapper .auth-box .inner-box .form-container i{position:absolute;right:10px;color:#bdbdbd}.auth-wrapper .auth-box .inner-box .birth-form-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between}.auth-wrapper .auth-box .inner-box .birth-form-container select{width:100%;height:45px;border-radius:5px;padding:10px;margin:8px 0;border:1px solid #dbdbdb;font-size:12pt;outline:none}.auth-wrapper .auth-box .inner-box .birth-form-container select:first-child{margin-right:10px}.auth-wrapper .auth-box .inner-box .birth-form-container select:last-child{margin-left:10px}.form-error{position:absolute;font-size:8pt;display:flex;right:40px;padding:5px;background:#ff5a5a;color:#fff;border-radius:5px}@media screen and (max-width:600px){.auth-wrapper .auth-box{width:100%}}.checkout-wrapper-page{position:relative;width:100vw;color:#505050}.checkout-wrapper-page .inner-checkout{width:95%;margin:auto;display:flex;flex-direction:column}.checkout-wrapper-page .inner-checkout .header{width:100%;text-align:center}.checkout-wrapper-page .inner-checkout .body{display:flex;flex-direction:row;justify-content:space-between}.checkout-wrapper-page .inner-checkout .body .method{width:calc(100% - 450px)}.checkout-wrapper-page .inner-checkout .body .method .card{border:1px solid #d1d1d1;border-radius:5px}.checkout-wrapper-page .inner-checkout .body .method .card .card-header{background:#f37439;color:#fff;border-radius:5px 5px 0 0}.checkout-wrapper-page .inner-checkout .body .method .card .card-header h3{margin:0;padding:15px 20px}.checkout-wrapper-page .inner-checkout .body .method .card .card-body{padding:20px}.checkout-wrapper-page .inner-checkout .body .summary{width:400px}.checkout-wrapper-page .inner-checkout .body .summary .card{border:1px solid #d1d1d1;border-radius:5px}.checkout-wrapper-page .inner-checkout .body .summary .card .card-header{background:#f37439;color:#fff;border-radius:5px 5px 0 0}.checkout-wrapper-page .inner-checkout .body .summary .card .card-header h3{margin:0;padding:15px 20px}.checkout-wrapper-page .inner-checkout .body .summary .card .card-body{padding:20px}.checkout-wrapper-page .inner-checkout .body .summary .card .card-body .item-list .cart-list-product-wrapper{display:flex;flex-direction:row;align-content:space-between;padding:10px 0;border-top:1px solid #d8d8d8;position:relative}.checkout-wrapper-page .inner-checkout .body .summary .card .card-body .item-list .cart-list-product-wrapper .del-cart-sum{position:absolute;right:0;top:0;padding:5px}.checkout-wrapper-page .inner-checkout .body .summary .card .card-body .item-list .cart-list-product-wrapper .del-cart-sum:hover{color:#f78200}.checkout-wrapper-page .inner-checkout .body .summary .card .card-body .item-list .cart-list-product-wrapper .list-product-pict{height:100px;width:100px}.checkout-wrapper-page .inner-checkout .body .summary .card .card-body .item-list .cart-list-product-wrapper .product-list-desc-wrapper{color:#505050;max-width:265px;padding:10px 0 10px 10px}.checkout-wrapper-page .inner-checkout .body .summary .card .card-body .item-list .cart-list-product-wrapper .product-list-desc-wrapper .title{font-weight:600;font-size:11pt;margin-bottom:10px}.checkout-wrapper-page .inner-checkout .body .summary .card .card-body .item-list .cart-list-product-wrapper .product-list-desc-wrapper .category{margin-top:5px;font-size:8pt;color:#a3a3a3}.checkout-wrapper-page .inner-checkout .body .summary .card .card-body .item-list .cart-list-product-wrapper .product-list-desc-wrapper .price{font-weight:700;font-size:12pt;color:#505050;display:flex;justify-content:flex-start}.checkout-wrapper-page .inner-checkout .body .summary .card .summary-order table{width:100%;font-weight:600;line-height:1.7;border-top:1px solid #c2c2c2;border-bottom:1px solid #c2c2c2}.checkout-wrapper-page .inner-checkout .body .summary .card .summary-order table:last-child{padding-bottom:15px;padding-top:15px;margin-bottom:15px;margin-top:15px}.checkout-wrapper-page .inner-checkout .body .summary .card .summary-order table tr{display:flex;justify-content:space-between}.checkout-wrapper-page .inner-checkout .body .summary .card .total{display:flex;justify-content:space-between;margin-bottom:20px}.checkout-wrapper-page .inner-checkout .body .summary .card .total span{font-size:10pt}.checkout-wrapper-page .inner-checkout .body .summary .card .total .number-total span{font-size:24pt;font-weight:700}.checkout-wrapper-page .inner-checkout .body .summary .card .codePromoWrapper .code-promo1{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:5px}.checkout-wrapper-page .inner-checkout .body .summary .card .codePromoWrapper .code-promo1 .has{font-size:10pt;font-weight:600}.checkout-wrapper-page .inner-checkout .body .summary .card .codePromoWrapper .code-promo1 .see{font-size:9pt}.checkout-wrapper-page .inner-checkout .body .summary .card .codePromoWrapper .code-promo2{display:flex;flex-direction:row;justify-content:space-between}.checkout-wrapper-page .inner-checkout .body .summary .card .codePromoWrapper .code-promo2 .input-promo{height:35px;outline:none;border-radius:5px 0 0 5px;border:none;background:#ececec;padding:10px;font-size:12pt;font-family:"Viga",sans-serif;text-transform:uppercase;color:#8f8f8f;width:calc(100% - 20px)}.checkout-wrapper-page .inner-checkout .body .summary .card .codePromoWrapper .code-promo2 .button-kode-promo{background:#f78200;border-radius:0 5px 5px 0;padding:10px;text-transform:uppercase;color:#fff;border:none;font-weight:600;cursor:pointer}.checkout-wrapper-page .inner-checkout .body .summary .card .codePromoWrapper .code-promo2 .button-kode-promo:focus{outline:none}.checkout-wrapper-page .inner-checkout .body .summary .card .codePromoWrapper .code-promo2 .button-kode-promo:hover{background:#ffa238}.checkout-wrapper-page .inner-checkout .body .summary .card .pay-now{margin-top:20px}.checkout-wrapper-page .inner-checkout .body .summary .card .pay-now .bayar-sekarang{padding:15px 30px;cursor:pointer;font-family:"Open Sans",sans-serif;outline:none;border-radius:5px;width:100%;text-align:center;color:#fff;font-size:22pt;background:#67b938;border:none;border-bottom:10px solid #397c13}.checkout-wrapper-page .inner-checkout .body .summary .card .pay-now .bayar-sekarang:hover{background:#7ccc4e;border-bottom:10px solid #67b938}.checkout-wrapper-page .inner-checkout .body .summary .card .pay-now .bayar-sekarang:active{border-bottom:0 solid #67b938;transform:translateY(4px);margin-top:10px}.checkout-wrapper-page .inner-checkout .body .summary .card .pay-now .bayar-sekarang:disabled{border-bottom:0 solid grey;background:#adadad;transform:translateY(4px);margin-top:10px}.add-alamat-btn{padding:15px;cursor:pointer;font-family:"Open Sans",sans-serif;outline:none;font-weight:600;border-radius:5px;border-right:none;border-left:none;border-top:none;width:40%;text-align:center;color:#fff;font-size:11pt;background:#f78200}.add-alamat-btn:hover{background:#ffa238}.shipped-to-wrapper{display:flex;flex-direction:column;line-height:1.7;margin:15px 0}.shipped-to-wrapper .to{font-size:18pt;font-weight:700;margin-bottom:10px}.shipped-to-wrapper .to span{font-size:10pt;color:#a0a0a0}.shipped-button-action{display:flex;flex-direction:row;padding-top:15px;border-top:1px solid #d6d6d6;justify-content:flex-end}.shipped-button-action button{background:#fff;border:1px solid #bebebe;color:grey;cursor:pointer;padding:10px;border-radius:5px;margin-right:10px;font-size:10pt}.shipped-button-action button:hover{background:#e7e7e7}.ss-wrapper{padding:10px}.ss-wrapper .body-sship{display:flex;flex-direction:column}.ss-wrapper .body-sship .courier-wrapper{padding:20px;display:flex;flex-direction:row;justify-content:space-between;cursor:pointer}.ss-wrapper .body-sship .courier-wrapper:hover{background:#f1f1f1;border-radius:5px}.ss-wrapper .body-sship .courier-wrapper .checkradio-courier{width:25px;height:25px;margin-right:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.ss-wrapper .body-sship .courier-wrapper .checkradio-courier .checkradio-courier-circle{width:25px;height:25px;border-radius:100%;display:flex;align-items:center;justify-content:center;border:1px solid #9e9e9e;background:#fff}.ss-wrapper .body-sship .courier-wrapper .checkradio-courier .checkradio-courier-circle .checkradio-inner-circle{width:10px;height:10px;background:#fff;border-radius:100%}.ss-wrapper .body-sship .courier-wrapper .checkradio-courier .courier-checked{background:#f78200!important;border:none}.ss-wrapper .body-sship .courier-wrapper .courier-desc{flex-grow:2}.ss-wrapper .body-sship .courier-wrapper .courier-desc h3{margin:0;text-transform:uppercase}.ss-wrapper .body-sship .courier-wrapper .courier-desc span{font-size:10pt}.ss-wrapper .body-sship .courier-wrapper .courier-price span{font-size:16pt;font-weight:600}@media screen and (max-width:839px){.checkout-wrapper-page .inner-checkout{width:90%}.checkout-wrapper-page .inner-checkout .body{flex-direction:column}.checkout-wrapper-page .inner-checkout .body .method{width:100%}.checkout-wrapper-page .inner-checkout .body .method .card{margin-top:15px}.checkout-wrapper-page .inner-checkout .body .summary{width:100%}.checkout-wrapper-page .inner-checkout .body .summary .card{margin-top:15px}}@media screen and (max-width:910px){.checkout-wrapper-page .inner-checkout .body{flex-direction:column}.checkout-wrapper-page .inner-checkout .body .method{width:100%}.checkout-wrapper-page .inner-checkout .body .method .card{margin-top:15px}.checkout-wrapper-page .inner-checkout .body .summary{width:100%}.checkout-wrapper-page .inner-checkout .body .summary .card{margin-top:15px}}@media screen and (max-width:1028px){.checkout-wrapper-page .inner-checkout{width:90%}}.search-address-trigger{color:#000;cursor:pointer}.input-search-alamat{border-radius:5px 5px 0 0!important}.search-alamat-result{position:absolute;background:#fff;top:100%;width:100%;border-radius:0 0 5px 5px;border-right:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;border-left:1px solid #dbdbdb;z-index:100}.search-alamat-result ul{list-style:none;margin:0;padding:0}.search-alamat-result ul li{padding:10px;cursor:pointer;font-size:10pt;color:#505050}.search-alamat-result ul li .highlighted,.search-alamat-result ul li:hover{background:#5897fb;color:#fff}.form-control{width:100%;height:45px;border-radius:5px;padding:10px;margin:8px 0;border:1px solid #dbdbdb;font-size:12pt;outline:none}.address-listwrapper{width:100%;padding:0;list-style:none;color:#343030;margin:20px 0 0;max-height:70vh;overflow:auto}.address-listwrapper li{margin-bottom:10px;border:1px solid hsla(0,0%,50.2%,.3215686274509804);padding:10px;border-radius:5px;position:relative}.address-listwrapper li .name{font-weight:600}.address-listwrapper li .phone{font-size:12pt;margin-bottom:10px}.address-listwrapper li .address{font-size:10pt}.address-listwrapper li .button{position:absolute;display:flex;justify-content:center;align-items:center;right:0;height:100%;top:0;padding:10px}.address-listwrapper li .button .choose-address{background:#f37439;color:#fff;padding:10px 20px;font-size:10pt;border-radius:5px;border:none;cursor:pointer;outline:none}.thanks-wrapper{position:relative;width:100vw}.thanks-wrapper .inner-thanks-wrapper{width:95%;margin:auto;display:flex;align-items:center;justify-content:center;padding-top:50px}.thanks-wrapper .inner-thanks-wrapper .thanks-body{display:flex;width:600px;border:1px solid #c7c7c7;padding:30px;flex-direction:column}.thanks-wrapper .inner-thanks-wrapper .thanks-body h3{width:100%;display:flex;justify-content:center;text-align:center}.thanks-wrapper .inner-thanks-wrapper .thanks-body .box-timer{background:#ebebeb;padding:30px 0;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;border-radius:5px}.thanks-wrapper .inner-thanks-wrapper .thanks-body .norek{position:relative;margin-top:20px;padding-bottom:20px;border-bottom:1px solid #f3f3f3;margin-bottom:10px}.thanks-wrapper .inner-thanks-wrapper .thanks-body .norek p{margin:0}.thanks-wrapper .inner-thanks-wrapper .thanks-body .norek h2{font-size:20pt;margin:10px 0}.thanks-wrapper .inner-thanks-wrapper .thanks-body .norek .copy-trigger{position:absolute;right:0;top:0;cursor:pointer;color:#397c13;text-decoration:underline;font-size:10pt}.thanks-wrapper .inner-thanks-wrapper .thanks-body .norek .copy-trigger:active{color:#fff;background:#f78200;padding:3px}.thanks-wrapper .inner-thanks-wrapper .thanks-body .norek img{position:absolute;bottom:40px;right:0;height:30px}.thanks-wrapper .inner-thanks-wrapper .thanks-body .jyhd{position:relative;padding-bottom:20px;border-bottom:1px solid #f3f3f3}.thanks-wrapper .inner-thanks-wrapper .thanks-body .jyhd p{margin:0}.thanks-wrapper .inner-thanks-wrapper .thanks-body .jyhd .nominal-yhd{margin-top:15px;font-size:20pt;font-weight:700;color:#ad5c00}.thanks-wrapper .inner-thanks-wrapper .thanks-body .jyhd .highlight-important{margin-top:20px;width:100%;padding:20px;color:#fff;background:#6e6e6e;display:flex;flex-direction:column;justify-content:center;align-items:center}.thanks-wrapper .inner-thanks-wrapper .thanks-body .jyhd .highlight-important h1{margin:0;font-size:15pt}.thanks-wrapper .inner-thanks-wrapper .thanks-body .jyhd .highlight-important p{margin:0}.thanks-wrapper .inner-thanks-wrapper .thanks-body .jyhd .copy-total{position:absolute;right:0;top:0;cursor:pointer;color:#397c13;text-decoration:underline;font-size:10pt}.thanks-wrapper .inner-thanks-wrapper .thanks-body .jyhd .copy-total:active{color:#fff;background:#f78200;padding:3px}.thanks-wrapper .inner-thanks-wrapper .thanks-body .thanks-foot{text-align:center;font-weight:400;font-size:11pt;padding:20px 0;border-bottom:1px solid #f3f3f3}.btn-action-big{padding:20px;width:100%;background:#f78200;border-radius:5px;font-size:15pt;color:#fff;cursor:pointer;border:none;outline:none}.btn-action-big:hover{background:#ffa238}.btn-action-big:active{outline:none}.clock-wrapper{padding:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.clock-wrapper .clock-div{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 20px}.clock-wrapper .clock-div .number{font-size:25pt;font-weight:600;font-family:"Viga",sans-serif}@media screen and (max-width:654px){.thanks-wrapper .inner-thanks-wrapper{width:90%;padding-top:20px}.thanks-wrapper .inner-thanks-wrapper .thanks-body .norek .copy-trigger{position:relative}.thanks-wrapper .inner-thanks-wrapper .thanks-body .norek img{height:20px!important;bottom:20px}.thanks-wrapper .inner-thanks-wrapper .thanks-body .jyhd .highlight-important{text-align:center}}.profile-page-wrapper{position:relative;width:100vw}.profile-page-wrapper .inner-profile-page-wrapper{width:95%;margin:auto;display:flex;padding-top:20px;flex-direction:row;justify-content:space-between}.profile-page-wrapper .inner-profile-page-wrapper .left-sidebar-profile{width:25%;border:1px solid #e6e6e6;border-radius:5px;padding:20px}.profile-page-wrapper .inner-profile-page-wrapper .left-sidebar-profile .short-desc-profile-wrapper{justify-content:flex-start;align-items:center;padding-bottom:20px;border-bottom:1px solid #e6e6e6}.profile-page-wrapper .inner-profile-page-wrapper .left-sidebar-profile .short-desc-profile-wrapper .profpic{height:50px;width:50px;margin-right:10px}.profile-page-wrapper .inner-profile-page-wrapper .left-sidebar-profile .short-desc-profile-wrapper .name{font-weight:600;color:#f37439}.profile-page-wrapper .inner-profile-page-wrapper .left-sidebar-profile .menu-profile-side{margin-top:20px}.profile-page-wrapper .inner-profile-page-wrapper .left-sidebar-profile .menu-profile-side ul{list-style:none;margin:0;padding:0}.profile-page-wrapper .inner-profile-page-wrapper .left-sidebar-profile .menu-profile-side ul li{font-weight:900;color:#f37439;line-height:1.5;cursor:pointer;font-size:14pt;padding:10px}.profile-page-wrapper .inner-profile-page-wrapper .left-sidebar-profile .menu-profile-side ul li:hover{background:#f3f3f3;border-radius:5px}.profile-page-wrapper .inner-profile-page-wrapper .left-sidebar-profile .menu-profile-side ul .logout-li{margin-top:40px}.profile-page-wrapper .inner-profile-page-wrapper .main-profile-page{width:73%;border:1px solid #e6e6e6;border-radius:5px;padding:20px;min-height:100vh}@media screen and (max-width:839px){.profile-page-wrapper .inner-profile-page-wrapper{width:100%;padding-top:0}.profile-page-wrapper .inner-profile-page-wrapper .left-sidebar-profile{display:none}.profile-page-wrapper .inner-profile-page-wrapper .main-profile-page{width:100%}}.purchase-list-wrapper{width:100%;color:#505050}.purchase-list-wrapper .purchase-list-header{display:flex;align-items:center}.purchase-list-wrapper .purchase-list-header .filter-label{padding-right:20px}.purchase-list-wrapper .purchase-list-header .filter-button-wrapper{flex-direction:row;position:relative}.purchase-list-wrapper .purchase-list-header .filter-button-wrapper button{background:#fff;padding:10px 20px;font-size:10pt;color:#505050;border-radius:24px;margin-right:10px;outline:none;cursor:pointer}.purchase-list-wrapper .purchase-list-header .filter-button-wrapper button:hover{background:#ececec}.purchase-list-wrapper .purchase-list-body{margin-top:20px;display:flex;flex-direction:column}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper{display:flex;flex-direction:row;border-radius:5px;padding:30px;border:1px solid #ebebeb;justify-content:space-between;margin-bottom:20px}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper:hover{cursor:pointer;box-shadow:0 0 1px #bbb,0 1px 2px #f5f5f5}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .icon-list{color:#f78200;width:40px}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .icon-list i{padding:10px;border-radius:50%;border:2px solid #f78200}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description{margin-left:20px;margin-right:20px}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description .no-pesanan{font-weight:700;font-size:14pt}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description .number-detail{display:flex;flex-direction:row;margin-top:10px;margin-bottom:5px;font-size:10pt}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description .number-detail .total{padding-right:10px;border-right:1px solid #ebebeb}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description .number-detail .total strong{color:#f78200}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description .number-detail .date{padding-left:10px}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description .deadline{margin:10px 0;background:#eee;padding:20px}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description .payment-method{font-size:10pt}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-action{text-align:center;width:20%}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-action .label-status{font-weight:600;display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:10px;color:#f78200}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-action .status{background:#fff;padding:10px;font-size:10pt;color:#505050;border-radius:24px;outline:none;border:1px solid #f78200}@media screen and (max-width:480px){.purchase-list-wrapper{width:100%!important}.purchase-list-wrapper .purchase-list-header .filter-button-wrapper button{font-size:7pt}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper{flex-direction:column;padding:20px}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description{margin:10px 0}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description .number-detail{flex-direction:column}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description .number-detail .date{padding:0}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-description .deadline{margin:20px 0;font-size:8pt}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-action{width:50%}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-action .label-status{text-align:left}.purchase-list-wrapper .purchase-list-body .purchase-list-wrapper .purchase-action .status{font-size:8pt}}.order-detail-wrapper{position:relative;width:100vw}.order-detail-wrapper .inner-order-detail-wrapper{width:95%;margin:auto;display:flex;padding-top:20px;flex-direction:row;justify-content:space-between}.order-detail-wrapper .inner-order-detail-wrapper .product-list-wrapper .cart-list-product-wrapper{display:flex;flex-direction:row;justify-content:space-between;padding:10px 0;border-top:1px solid #e6e6e6;position:relative}.order-detail-wrapper .inner-order-detail-wrapper .product-list-wrapper .cart-list-product-wrapper .del-cart-sum{position:absolute;right:0;top:0;padding:5px}.order-detail-wrapper .inner-order-detail-wrapper .product-list-wrapper .cart-list-product-wrapper .del-cart-sum:hover{color:#f78200}.order-detail-wrapper .inner-order-detail-wrapper .product-list-wrapper .cart-list-product-wrapper .list-product-pict{height:100px;width:100px}.order-detail-wrapper .inner-order-detail-wrapper .product-list-wrapper .cart-list-product-wrapper .product-list-desc-wrapper{flex:2 1;color:#505050;max-width:265px;padding:10px 0 10px 10px;cursor:pointer}.order-detail-wrapper .inner-order-detail-wrapper .product-list-wrapper .cart-list-product-wrapper .product-list-desc-wrapper .title{font-weight:600;font-size:12pt}.order-detail-wrapper .inner-order-detail-wrapper .product-list-wrapper .cart-list-product-wrapper .product-list-desc-wrapper .category{margin-top:5px;font-size:8pt;color:#a3a3a3}.order-detail-wrapper .inner-order-detail-wrapper .product-list-wrapper .cart-list-product-wrapper .price{padding:10px;font-weight:700;font-size:12pt;color:#505050;display:flex;justify-content:flex-end}.order-detail-wrapper .inner-order-detail-wrapper .summary-order-detail{padding-top:20px;border-top:1px solid #e6e6e6}.order-detail-wrapper .inner-order-detail-wrapper .summary-order-detail .number-order-list{display:flex;flex-direction:row;justify-content:space-between}.order-detail-wrapper .inner-order-detail-wrapper .summary-order-detail .number-order-list-total{margin-top:10px;padding-top:10px;border-top:1px solid #e6e6e6;display:flex;flex-direction:row;justify-content:space-between;font-weight:700;font-size:16pt}.order-detail-wrapper .inner-order-detail-wrapper .right-sidebar-order{width:35%;border:1px solid #e6e6e6;border-radius:5px;padding:20px}.order-detail-wrapper .inner-order-detail-wrapper .right-sidebar-order .short-desc-order-wrapper{justify-content:flex-start;align-items:center;padding:10px 0;border-bottom:1px solid #e6e6e6;display:flex;flex-direction:column;justify-content:center;text-align:center}.order-detail-wrapper .inner-order-detail-wrapper .right-sidebar-order .short-desc-order-wrapper label{font-size:11pt;font-weight:500;margin-bottom:5px;color:#f78200}.order-detail-wrapper .inner-order-detail-wrapper .right-sidebar-order .short-desc-order-wrapper h4{color:#777}.order-detail-wrapper .inner-order-detail-wrapper .right-sidebar-order .short-desc-order-wrapper p{font-size:10pt;color:#777}.order-detail-wrapper .inner-order-detail-wrapper .right-sidebar-order .short-desc-order-wrapper .clock-order{padding:10px}.order-detail-wrapper .inner-order-detail-wrapper .main-order-detail{width:63%;border:1px solid #e6e6e6;border-radius:5px;padding:20px;min-height:100vh}.order-detail-wrapper .inner-order-detail-wrapper .main-order-detail .tracking-status-wrapper{padding:35px 25px;background:#fcfcfc;margin-bottom:20px}.flex-row{display:flex;flex-direction:row}.flex-column{display:flex;flex-direction:column}.flex-space-between{justify-content:space-between}@media screen and (max-width:839px){.order-detail-wrapper .inner-order-detail-wrapper .main-order-detail .tracking-status-wrapper{padding:10px;overflow:scroll}}@media screen and (max-width:839px){.order-detail-wrapper .inner-order-detail-wrapper{width:90%;flex-direction:column}.order-detail-wrapper .inner-order-detail-wrapper .main-order-detail{width:100%;min-height:50vh;margin-bottom:20px}.order-detail-wrapper .inner-order-detail-wrapper .main-order-detail .tracking-status-wrapper{padding:10px}.order-detail-wrapper .inner-order-detail-wrapper .right-sidebar-order{width:100%}.order-detail-wrapper .inner-order-detail-wrapper .product-list-wrapper .cart-list-product-wrapper{flex-direction:column;align-items:center}}.countdown-wrapper{padding:20px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#505050}.countdown-wrapper .countdown-div{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 20px}.countdown-wrapper .countdown-div .number{font-size:15pt;font-weight:600;font-family:"Viga",sans-serif}.rc-steps{font-size:0;width:100%;line-height:1.5;display:flex}.rc-steps,.rc-steps *{box-sizing:border-box}.rc-steps-item{position:relative;display:inline-block;vertical-align:top;flex:1 1;overflow:hidden}.rc-steps-item:last-child{flex:none}.rc-steps-item:last-child .rc-steps-item-tail,.rc-steps-item:last-child .rc-steps-item-title:after{display:none}.rc-steps-item-content,.rc-steps-item-icon{display:inline-block;vertical-align:top}.rc-steps-item-icon{border:1px solid #ccc;width:26px;height:26px;line-height:26px;text-align:center;border-radius:26px;font-size:14px;margin-right:8px;transition:background-color .3s,border-color .3s}.rc-steps-item-icon>.rc-steps-icon{line-height:1;top:-1px;color:#f37439;position:relative}.rc-steps-item-icon>.rc-steps-icon.rcicon{font-size:12px;position:relative;top:-2px}.rc-steps-item-tail{position:absolute;left:0;width:100%;top:12px;padding:0 10px}.rc-steps-item-tail:after{content:"";display:inline-block;background:#b8b8b8;height:4px;border-radius:1px;width:100%;transition:background .3s}.rc-steps-item-content{margin-top:3px}.rc-steps-item-title{font-size:14px;margin-bottom:4px;color:#666;font-weight:700;display:inline-block;padding-right:10px;position:relative}.rc-steps-item-title:after{content:"";height:1px;width:1000px;background:#e9e9e9;display:block;position:absolute;top:.55em;left:100%}.rc-steps-item-description{font-size:12px;color:#999}.rc-steps-item-wait .rc-steps-item-icon{border-color:#ccc;background-color:#fff}.rc-steps-item-wait .rc-steps-item-icon>.rc-steps-icon{color:#ccc}.rc-steps-item-wait .rc-steps-item-icon>.rc-steps-icon .rc-steps-icon-dot{background:#ccc}.rc-steps-item-wait .rc-steps-item-title{color:rgba(0,0,0,.43)}.rc-steps-item-wait .rc-steps-item-title:after{background-color:#e9e9e9}.rc-steps-item-wait .rc-steps-item-description{color:rgba(0,0,0,.43)}.rc-steps-item-wait .rc-steps-item-tail:after{background-color:#e9e9e9}.rc-steps-item-process .rc-steps-item-icon{border-color:#f37439;background-color:#fff}.rc-steps-item-process .rc-steps-item-icon>.rc-steps-icon{color:#f37439}.rc-steps-item-process .rc-steps-item-icon>.rc-steps-icon .rc-steps-icon-dot{background:#f37439}.rc-steps-item-process .rc-steps-item-title{color:rgba(0,0,0,.65)}.rc-steps-item-process .rc-steps-item-title:after{background-color:#e9e9e9}.rc-steps-item-process .rc-steps-item-description{color:rgba(0,0,0,.65)}.rc-steps-item-process .rc-steps-item-tail:after{background-color:#e9e9e9}.rc-steps-item-process .rc-steps-item-icon{background:#f37439}.rc-steps-item-process .rc-steps-item-icon>.rc-steps-icon{color:#fff}.rc-steps-item-finish .rc-steps-item-icon{border-color:#f37439;background-color:#fff}.rc-steps-item-finish .rc-steps-item-icon>.rc-steps-icon{color:#f37439}.rc-steps-item-finish .rc-steps-item-icon>.rc-steps-icon .rc-steps-icon-dot{background:#f37439}.rc-steps-item-finish .rc-steps-item-title{color:rgba(0,0,0,.43)}.rc-steps-item-finish .rc-steps-item-title:after{background-color:#f37439}.rc-steps-item-finish .rc-steps-item-description{color:rgba(0,0,0,.43)}.rc-steps-item-finish .rc-steps-item-tail:after{background-color:#f37439}.rc-steps-item-error .rc-steps-item-icon{border-color:#f78200;background-color:#fff}.rc-steps-item-error .rc-steps-item-icon>.rc-steps-icon{color:#f78200}.rc-steps-item-error .rc-steps-item-icon>.rc-steps-icon .rc-steps-icon-dot{background:#f78200}.rc-steps-item-error .rc-steps-item-title{color:#f78200}.rc-steps-item-error .rc-steps-item-title:after{background-color:#e9e9e9}.rc-steps-item-error .rc-steps-item-description{color:#f78200}.rc-steps-item-error .rc-steps-item-tail:after{background-color:#e9e9e9}.rc-steps-item.rc-steps-next-error .rc-steps-item-title:after{background:#f78200}.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item{margin-right:10px}.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item:last-child{margin-right:0}.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item-tail{display:none}.rc-steps-horizontal:not(.rc-steps-label-vertical) .rc-steps-item-description{max-width:100px}.rc-steps-item-custom .rc-steps-item-icon{background:none;border:0;width:auto;height:auto}.rc-steps-item-custom .rc-steps-item-icon>.rc-steps-icon{font-size:20px;top:1px;width:20px;height:20px}.rc-steps-item-custom.rc-steps-item-process .rc-steps-item-icon>.rc-steps-icon{color:#f37439}.rc-steps-small .rc-steps-item-icon{width:18px;height:18px;line-height:18px;text-align:center;border-radius:18px;font-size:12px;margin-right:10px}.rc-steps-small .rc-steps-item-icon>.rc-steps-icon{font-size:12px;font-size:9px\9;transform:scale(.75);top:-1px}.rc-steps-small .rc-steps-item-content{margin-top:0}.rc-steps-small .rc-steps-item-title{font-size:12px;margin-bottom:4px;color:#666;font-weight:700}.rc-steps-small .rc-steps-item-description{font-size:12px;color:#999}.rc-steps-small .rc-steps-item-tail{top:8px;padding:0 8px}.rc-steps-small .rc-steps-item-tail:after{height:1px;border-radius:1px;width:100%}.rc-steps-small .rc-steps-item-custom .rc-steps-item-icon{width:inherit;height:inherit;line-height:inherit;border-radius:0;border:0;background:none}.rc-steps-small .rc-steps-item-custom .rc-steps-item-icon>.rc-steps-icon{font-size:20px;top:-2.5px;transform:none}.rc-steps-vertical{display:block}.rc-steps-vertical .rc-steps-item{display:block;overflow:visible}.rc-steps-vertical .rc-steps-item-icon{float:left}.rc-steps-vertical .rc-steps-item-icon-inner{margin-right:16px}.rc-steps-vertical .rc-steps-item-content{min-height:48px;overflow:hidden;display:block}.rc-steps-vertical .rc-steps-item-title{line-height:26px}.rc-steps-vertical .rc-steps-item-title:after{display:none}.rc-steps-vertical .rc-steps-item-description{padding-bottom:12px}.rc-steps-vertical .rc-steps-item-tail{position:absolute;left:13px;top:0;height:100%;width:1px;padding:30px 0 4px}.rc-steps-vertical .rc-steps-item-tail:after{height:100%;width:1px}.rc-steps-vertical.rc-steps-small .rc-steps-item-tail{position:absolute;left:9px;top:0;padding:22px 0 4px}.rc-steps-vertical.rc-steps-small .rc-steps-item-title{line-height:18px}.rc-steps-label-vertical .rc-steps-item{overflow:visible}.rc-steps-label-vertical .rc-steps-item-tail{padding:0 24px;margin-left:48px}.rc-steps-label-vertical .rc-steps-item-content{display:block;text-align:center;margin-top:8px;width:100px}.rc-steps-label-vertical .rc-steps-item-icon{display:inline-block;margin-left:36px}.rc-steps-label-vertical .rc-steps-item-title{padding-right:0}.rc-steps-label-vertical .rc-steps-item-title:after{display:none}.rc-steps-label-vertical .rc-steps-item-description{text-align:center;padding-top:10px}.rc-steps-dot .rc-steps-item-tail{width:100%;top:1px;margin:0 0 0 50px;padding:0}.rc-steps-dot .rc-steps-item-tail:after{height:3px}.rc-steps-dot .rc-steps-item-icon{padding-right:0;width:5px;height:5px;line-height:5px;border:0;margin-left:48px}.rc-steps-dot .rc-steps-item-icon .rc-steps-icon-dot{float:left;width:100%;height:100%;border-radius:2.5px}.rc-steps-dot .rc-steps-item-process .rc-steps-dot .rc-steps-item-icon{top:-1px;width:7px;height:7px;line-height:7px}.rc-steps-dot .rc-steps-item-process .rc-steps-dot .rc-steps-item-icon .rc-steps-icon-dot{border-radius:3.5px}.pyrocessing-wrapper{width:100vw;height:100vh;position:fixed;display:flex;justify-content:center;flex-direction:column;align-items:center;background:#fff;z-index:101;margin-top:-65px}.pyrocessing-wrapper h1{margin-bottom:15px}.pyrocessing-wrapper .bpw-payment{position:relative;width:60%}.pyrocessing-wrapper .bpw-payment .background-checkout{position:relative}.pyrocessing-wrapper .bpw-payment .background-checkout .logo-checkout{position:absolute;display:flex;justify-content:center;width:100%}.pyrocessing-wrapper .bpw-payment .background-checkout .logo-checkout img{height:40vmin}@keyframes floating{0%{transform:translate(0)}65%{transform:translateY(20px)}to{transform:translate(0)}}.floating-animation{animation-name:floating;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.tracking-ui-wrapper{width:100%}.tracking-ui-wrapper .tracking-header{width:100%;height:100px;overflow:hidden;background:rgba(94,212,248,.185);border-radius:5px;position:relative;display:flex;align-content:center;align-items:center}.tracking-ui-wrapper .tracking-header img{position:absolute}.tracking-ui-wrapper .tracking-header .tracking-basic-info{width:100%;text-align:right;padding:20px}.tracking-ui-wrapper .tracking-header .tracking-basic-info h3{margin:0}.tracking-ui-wrapper .tracking-body{width:80%;margin:30px auto auto}.invoice-wrapper{width:705px;margin:auto;padding:50px 10px}.invoice-wrapper .header{padding-left:40px}@media print{.no-print{display:none}}
/*# sourceMappingURL=main.18fe1253.chunk.css.map */