

@charset "UTF-8";body{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}img.lazyload:not([src]){visibility:hidden}@media(max-width:767.98px){.container-gap{padding-top:1.25rem;padding-bottom:1.25rem}}@media(min-width:768px){.container-gap{padding-top:3.5rem;padding-bottom:3.5rem}}@media(max-width:767.98px){.CROcoaIC{padding-top:3.75rem;padding-bottom:3.75rem}}@media(min-width:768px){.CROcoaIC{padding-top:3.5rem;padding-bottom:3.5rem}}@media(max-width:767.98px){.container-empty-gap{padding-top:3.75rem;padding-bottom:3.75rem}}@media(min-width:768px){.container-empty-gap{padding-top:6.25rem;padding-bottom:12.5rem}}@media(max-width:767.98px){.mb-padding{padding-left:15px;padding-right:15px}}.common__img-wrapper_lazy{position:relative;display:block;width:100%}.common__img-wrapper_lazy img{max-width:100%;height:100%;max-height:100%;position:absolute;margin:auto;top:0;right:0;bottom:0;left:0}.common__img-wrapper_lazy img.lazyloaded{height:auto}.common__img-wrapper_lazy img.img-full-width{width:100%;height:unset;max-height:unset;margin:unset}.lazyload,.lazyloading{background-color:#f1f1f1}.lazyloaded{background-color:transparent}.common__mask_title{position:relative}.common__mask_title img{transition:all .5s}.common__mask_title::before{content:'';position:absolute;background:rgba(0,0,0,.1);z-index:1;bottom:0;right:0;left:0;top:0}.common__mask_title::after{content:attr(title);position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:center;color:#fff;font-size:1.5rem;padding:0 1.875rem;word-break:break-word;line-height:1.2}@media(max-width:1024px){.common__mask_title::after{font-size:1.25rem;padding:0 .9375rem}}@media(max-width:767.98px){.common__mask_title::after{font-size:1.125rem;padding:0 .9375rem}}@media(max-width:376px){.common__mask_title::after{font-size:1rem}}@media(max-width:321px){.common__mask_title::after{font-size:.875rem}}.common__mask_title:hover img{-webkit-transform:translate(-50%,-50%) scale(1.1)!important;transform:translate(-50%,-50%) scale(1.1)!important}.common__mask_title:hover::before{background:rgba(0,0,0,.3)}.product-snippet{position:relative}.product-snippet__soldout{position:absolute;width:100%;background:#999;font-size:12px;color:#fff;text-align:center;padding:2px 0;left:0;bottom:0}.product-snippet__img-wrapper{display:block;overflow:hidden;position:relative}.product-snippet__img-wrapper .product-snippet__mask{display:flex;position:absolute;z-index:2;opacity:0;top:0;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:flex-end}.product-snippet__img-wrapper .product-snippet__mask .product-snippet__btn{margin-bottom:1.875rem;width:70%;height:2.25rem;font-size:.8125rem;white-space:nowrap}.product-snippet__img-wrapper:hover .product-snippet__mask{opacity:1;transition:all .3s linear}.product-snippet__img-wrapper:hover img,.product-snippet__img-wrapper:hover video{opacity:0}.product-snippet__img-wrapper:hover img:first-child,.product-snippet__img-wrapper:hover video:first-child{opacity:1!important}.product-snippet__title-normal{font-size:.8125rem;text-align:center;text-decoration:none;margin-top:.75rem}@media(min-width:768px){.product-snippet__title-normal{margin-top:.9375rem}}.product-snippet__title-plus{font-size:.8125rem;text-align:center;text-decoration:none;margin:.9375rem 0 .25rem}@media(min-width:768px){.product-snippet__title-plus{margin:1.25rem 0 .25rem}}.product-snippet__price-wrapper{margin-top:.8125rem;font-size:.9375rem}@media(min-width:768px){.product-snippet__price-wrapper{margin-top:.625rem}}.product-snippet__price-wrapper del,.product-snippet__price-wrapper span{display:inline-block;max-width:100%;padding:0 .3125rem;vertical-align:middle;line-height:1}.two_line_text_truncate{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.three_line_text_truncate{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.sep-loading{position:fixed;top:0;left:0;z-index:1060;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:rgba(255,255,255,.8)}.sep-loading__content,.sep-loading__content::after{width:3em;height:3em;border-radius:50%}.sep-loading__content{position:relative;font-size:10px;border-top:.16em solid #f0f0f0;border-right:.16em solid #f0f0f0;border-bottom:.16em solid #f0f0f0;border-left:.16em solid #c4c4c4;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load 1.1s infinite linear;animation:load 1.1s infinite linear}@-webkit-keyframes load{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.sep-toast{position:fixed;z-index:1060;background:#fff;color:#000;font-size:1rem;width:30rem;min-height:56px;line-height:1.5;padding:.9375rem;border-radius:4px;box-shadow:0 2px 6px 0 rgba(0,0,0,.2);text-align:center;top:50%;left:50%;-webkit-transform:scale(.5);transform:scale(.5)}@media(max-width:767.98px){.sep-toast{width:16.375rem;min-height:2.5625rem;font-size:.875rem;padding:.625rem .75rem;box-shadow:0 2px 6px 2px rgba(0,0,0,.15)}}.sep-toast.error{color:#b60400}.sep-toast.show{-webkit-transform:scale(1);transform:scale(1)}.sep-toast.isShowing{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.sep-toast.isLeave{-webkit-transform:scale(.5);transform:scale(.5);opacity:0;transition:all .3s ease-out}@media(max-width:767.98px){.common__product-gap{margin-bottom:2.03125rem;padding:0 .46875rem}}@media(min-width:768px){.common__product-gap{padding:0 .75rem;margin-bottom:2.5rem}}@media(max-width:767.98px){.common__product-row{margin:0 -.46875rem}}@media(min-width:768px){.common__product-row{margin:0 -1.6875rem}}.common-card-title{text-align:center;font-weight:500}@media(max-width:767.98px){.common-card-title{font-size:1.375rem;margin-bottom:1.25rem}}@media(min-width:768px){.common-card-title{font-size:2.125rem;margin-bottom:2.5rem}}.common__mask{position:relative;overflow:hidden}.common__mask:hover::after{content:' ';position:absolute;top:0;left:0;bottom:0;right:0;background:#fff;opacity:.3}.common__img-desc{position:relative}.common__img-desc::before{content:attr(data-title);position:absolute;z-index:1;bottom:.9375rem;right:.9375rem;color:#999;font-size:1rem}.common__select{position:relative;display:inline-block}.common__select select{-webkit-appearance:none;font-size:.875rem;padding-right:1.5625rem!important;color:inherit;cursor:pointer;width:10.3125rem;border-color:#d4d4d4}@media(min-width:768px){.common__select select{width:11.25rem}}.common__select::after{content:'';color:#212121;width:.53125rem;height:.53125rem;border:2px solid;border-top:none;border-right:none;position:absolute;right:1rem;top:.8125rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.common__load-more-btn{color:#777;font-size:11px;cursor:pointer}.OtSBulhN{height:7.0625rem}@media(max-width:767.98px){.OtSBulhN{height:6.125rem}}.XpATEjgK{width:28.75rem;height:2.75rem;background:#fff;border:1px solid #dfdfdf;padding-left:.9375rem;font-size:.875rem;line-height:1.0625rem;-webkit-appearance:none;outline:0;border-radius:0}.XpATEjgK:focus{border-radius:0;border:1px solid #000}.XpATEjgK:-ms-input-placeholder{font-size:.875rem;color:#bcbcbc;line-height:1.125rem}.XpATEjgK:-webkit-input-placeholder{font-size:.875rem;color:#bcbcbc;line-height:1.125rem}@media(max-width:767.98px){.XpATEjgK{width:100%;height:2.75rem;border:.0625rem solid #d7dcde;padding-left:.9375rem;font-size:.875rem;line-height:1.03125rem;border-radius:0}.XpATEjgK:focus{border-radius:0;border:.0625rem solid #000}.XpATEjgK:-ms-input-placeholder{font-size:.875rem;color:#777;line-height:1.03125rem}.XpATEjgK:-webkit-input-placeholder{font-size:.875rem;color:#777;line-height:1.03125rem}}.XpATEjgK_error{border:1px solid #e24247!important}.XpATEjgK_error:focus{border:1px solid #e24247!important}.MEINgJAd{height:1rem;font-size:.875rem;color:#777;line-height:1rem;margin-bottom:.75rem;display:block}@media(max-width:767.98px){.MEINgJAd{font-size:.875rem;line-height:1.03125rem;margin-bottom:.65625rem}}@media(min-width:768px){.col-md-2_4{flex:0 0 20%;max-width:20%}}.common__img_hover:hover{opacity:.7}@media(min-width:768px){.hero--large{height:600px}.hero--medium{height:500px}.hero--small{height:400px}.hero .page-width{padding:0 55px;max-width:750px}.hero .mega-subtitle{margin:24px auto 0}.hero .mega-title-large{font-size:48px}.hero .mega-subtitle-large{font-size:18px}.hero .mega-title-medium{font-size:36px}.hero .mega-subtitle-medium{font-size:16px}.hero .mega-title-small{font-size:24px}.hero .mega-subtitle-small{font-size:14px}.hero .hero-btn{font-size:14px;padding:10px 30px;display:inline-block;margin-top:50px}.hero .hero-btn:hover{background:#f5f5f5;font-weight:500}}@media(max-width:767.98px){.hero--large{height:28.6875rem}.hero--medium{height:25rem}.hero--small{height:18.75rem}.hero .page-width{padding:0 .6875rem;max-width:21.5625rem}.hero .mega-subtitle{margin:.9375rem auto 0;max-width:21.875rem}.hero .mega-title-large{font-size:1.875rem}.hero .mega-subtitle-large{font-size:1.125rem}.hero .mega-title-medium{font-size:1.5rem}.hero .mega-subtitle-medium{font-size:1rem}.hero .mega-title-small{font-size:1.125rem}.hero .mega-subtitle-small{font-size:.875rem}.hero .hero-btn{cursor:pointer;font-size:.875rem;padding:10px 30px;display:inline-block;margin-top:1.875rem}.hero .hero-btn:hover{background:#f5f5f5;font-weight:500}}.hero{position:relative}@media(min-width:768px){.hero .col-12{padding:0}}.hero .hover-zoom{transition:all .5s}.hero a[href] .hover-zoom:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.hero.url-cursor{cursor:pointer}.hero.hover-enlarge{transition:-webkit-transform .3s linear;transition:transform .3s linear;transition:transform .3s linear,-webkit-transform .3s linear}.hero.hover-enlarge:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.hero.hover-enlarge:hover.hero__overlay::before{opacity:.3}.hero .hero__inner{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:2}.hero .hero__inner .mega-subtitle,.hero .hero__inner .mega-title{color:#fff}@media(max-width:767.98px){.common__collection-gap{margin-bottom:.9375rem;padding:0 .46875rem}}@media(min-width:768px){.common__collection-gap{padding:0 .375rem;margin-bottom:.75rem}}@media(max-width:767.98px){.common__collection-row{margin:0 -.46875rem}}@media(min-width:768px){.common__collection-row{margin:0 -1.3125rem}}.modal-header{border-bottom:none}.modal-footer{border-top:none}.modal__header{width:100%;text-align:center;display:flex;border-bottom:1px solid #ddd;justify-content:center}.modal__close.close{position:absolute;top:.9375rem;right:.9375rem;background:0 0;z-index:1051;margin:0;padding:0;cursor:pointer;outline:0;font-size:1rem;color:#212121;opacity:1}.modal__close.close:hover{color:#212121!important;opacity:.7!important}@media(max-width:767.98px){.modal__close.close{top:.3125rem;right:.3125rem}}.container{position:relative}.dj-mce-view img{position:relative;max-width:100%;vertical-align:bottom;height:auto}.dj-mce-view iframe{width:100%}.dj-mce-view table{max-width:100%}.dj-mce-view table td,.dj-mce-view table th{border:1px solid #ddd}.dj-mce-view blockquote{margin:1em 40px}html[dir=rtl] body{text-align:right}html[dir=rtl] .XpATEjgK{padding-right:.9375rem}html[dir=rtl] .common__select::after{right:unset;left:1rem!important}.xf_skin_link{opacity:1}.xf_skin_link:hover{opacity:.7}.placeholder-noblocks{padding:40px;text-align:center}@media(max-width:767.98px){.product-info__social-sharing{display:none}}.product-info__label{position:absolute;top:0;text-align:center;font-size:14px;font-weight:700;line-height:1.2;z-index:1}.product-info__label-flag{display:flex;flex-direction:column;justify-content:center;align-items:center;right:0;min-height:30px;max-width:120px;padding:2px 5px 2px 14px;-webkit-clip-path:polygon(0 0,100% 0,100% 100%,0 100%,10px 50%);clip-path:polygon(0 0,100% 0,100% 100%,0 100%,10px 50%)}@media(max-width:576px){.product-info__label-flag{max-width:105px;line-height:1.1;font-size:11px}}.product-info__label-badge{left:10px;min-width:40px;padding:2px 5px 10px;clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),50% 100%,0 calc(100% - 10px));-webkit-clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),50% 100%,0 calc(100% - 10px))}.product-info__label-badge .product-info__discount-label,.product-info__label-badge .product-info__save-label{display:flex;flex-direction:column;align-items:center;padding-top:2px}@media(max-width:576px){.product-info__label-badge{font-size:11px}}.product-info__label-triangle{display:flex;flex-direction:column;align-items:center;justify-content:center;right:0;max-width:108px;min-height:30px;padding-bottom:5px;-webkit-transform:translateX(30%) rotate(45deg) translateZ(1px);transform:translateX(30%) rotate(45deg) translateZ(1px);-webkit-transform-origin:left top;transform-origin:left top}.product-info__label-triangle div:first-child[class*=product-info__save-label]{display:flex;flex-direction:column}@media(max-width:576px){.product-info__label-triangle{max-width:75px;min-height:20px;font-size:10px}}.text_toggle{position:relative;padding-right:15px;word-break:break-all}.text_toggle [for^=text_limit]{position:absolute;top:0;right:0;transition:all .3s}.text_toggle [for^=text_limit] i{font-size:12px}.text_toggle:checked+.three_line_text_truncate{-webkit-line-clamp:unset!important}.text_toggle:checked+.three_line_text_truncate [for^=text_limit]{-webkit-transform:rotateZ(180deg);transform:rotateZ(180deg)}
.btn.btn-primary{width:100%;background:#000;color:#fff}
*, ::after, ::before {
    box-sizing: border-box;
}
/*----login---*/
.CROcoaIC{text-align:center;margin:0 auto;width:28.75rem}.kIifMtYZ{font-size:1.75rem;color:#444951;line-height:2.125rem}.login__totaltip{margin-top:.625rem;color:#e24247;font-size:.875rem}.eENjgpyj{text-align:left;padding-top:1rem}.iQBymfaX{display:block;font-size:.75rem;color:#e24247;line-height:.875rem;margin-top:.3125rem}.iQBymfaX label{display:block;margin-bottom:0}.oIMOsyRR{text-align:center;margin-bottom:1.375rem}.sYqKcGQF{min-width:13.125rem;height:3.125rem;font-size:1.125rem;font-weight:500;letter-spacing:1px;}.CvXioqvr{float:right}.oeQFnqZD{text-decoration:underline!important;color:#212121;font-size:.875rem}.wESTDZxl{color:#777;font-size:.875rem}@media screen and (max-width:767.98px){.CROcoaIC{padding-left:.9375rem;padding-right:.9375rem;width:100%}.kIifMtYZ{height:1.6875rem;font-size:1.375rem;color:#000;line-height:1.625rem}.eENjgpyj{padding-top:.875rem}.iQBymfaX{font-size:.75rem;color:#e24247;line-height:.875rem;margin-top:.3125rem}.oIMOsyRR{text-align:center;margin-bottom:.96875rem}
.sYqKcGQF{width:100%;height:2.75rem;font-size:.9375rem}
.oeQFnqZD{color:#000;font-size:.875rem}.CvXioqvr{float:right}.wESTDZxl{color:#777;font-size:.9375rem;margin-right:.3125rem}}html[dir=rtl] .eENjgpyj{text-align:right}html[dir=rtl] .CvXioqvr{float:left}html[dir=rtl] .MEINgJAd{float:right!important}[data-theme-name=Nova] .CROcoaIC,body.nova .CROcoaIC{max-width:380px}[data-theme-name=Nova] .kIifMtYZ,body.nova .kIifMtYZ{line-height:1;font-size:1rem;color:var(--color-general-heading-text);font-weight:700}[data-theme-name=Nova] .eENjgpyj,body.nova .eENjgpyj{padding-top:14px}[data-theme-name=Nova] .eENjgpyj .OtSBulhN,body.nova .eENjgpyj .OtSBulhN{height:unset;line-height:1}[data-theme-name=Nova] .eENjgpyj .OtSBulhN:first-child,body.nova .eENjgpyj .OtSBulhN:first-child{margin-bottom:21px}[data-theme-name=Nova] .eENjgpyj .OtSBulhN .XpATEjgK,body.nova .eENjgpyj .OtSBulhN .XpATEjgK{width:100%;height:40px}[data-theme-name=Nova] .eENjgpyj .OtSBulhN .MEINgJAd,body.nova .eENjgpyj .OtSBulhN .MEINgJAd{font-size:14px}[data-theme-name=Nova] .eENjgpyj .OtSBulhN .CvXioqvr,body.nova .eENjgpyj .OtSBulhN .CvXioqvr{font-size:12px}[data-theme-name=Nova] .eENjgpyj .OtSBulhN .MEINgJAd,[data-theme-name=Nova] .eENjgpyj .OtSBulhN .CvXioqvr,body.nova .eENjgpyj .OtSBulhN .MEINgJAd,body.nova .eENjgpyj .OtSBulhN .CvXioqvr{margin-bottom:15px;line-height:1;color:var(--color-general-text);text-decoration:none!important}[data-theme-name=Nova] .eENjgpyj .oIMOsyRR,body.nova .eENjgpyj .oIMOsyRR{margin-bottom:0}[data-theme-name=Nova] .eENjgpyj .oIMOsyRR .sYqKcGQF,body.nova .eENjgpyj .oIMOsyRR .sYqKcGQF{line-height:1;width:100%;margin-bottom:15px;margin-top:20px;background-color:var(--color-button-bg);color:var(--color-button-text);font-size:var(--type-button-font-size);letter-spacing:var(--type-button-letter-spacing)}[data-theme-name=Nova] .eENjgpyj .oIMOsyRR .sYqKcGQF:hover,body.nova .eENjgpyj .oIMOsyRR .sYqKcGQF:hover{opacity:.75}[data-theme-name=Nova] .login-bottom .wESTDZxl,body.nova .login-bottom .wESTDZxl{color:var(--color-general-text)}[data-theme-name=Nova] .login-bottom .oeQFnqZD,body.nova .login-bottom .oeQFnqZD{font-weight:700;text-decoration:none!important;color:var(--color-general-text)}body.theme-rounded .CROcoaIC input{border-radius:var(--rounded)}body.theme-rounded .CROcoaIC button{border-radius:var(--rounded)}

.register{width:100%;text-align:center}.IIDOcRHf{margin:0 auto;width:28.75rem;display:inline-block}.IIDOcRHf__title{font-size:1.75rem;line-height:2.0625rem;color:#444951}.IIDOcRHf__totaltip{margin-top:.625rem;color:#e24247;font-size:.875rem;height:.875rem}.register__form{text-align:left;padding-top:1rem}.register__form-tip{display:block;font-size:.75rem;color:#e24247;line-height:.875rem;margin-top:.3125rem}.register__form-tip label{display:block!important}.LobgoxNw{position:relative;margin-top:15px}.DjNgWUab{font-size:.875rem;color:#2a2a2a}.register__form-submit{text-align:center;margin-bottom:1.25rem;margin-top:20px}.register__form-button{min-width:13.125rem;height:3.125rem;font-size:1.125rem;font-weight:500;letter-spacing:1px;width:100%;background:#000;color:#fff}.register__form-href{text-decoration:underline!important;color:#212121;font-size:.875rem}.register__form-prompt{color:#777;font-size:.875rem;line-height:1.0625rem;margin-right:.625rem}.register__group{height:7.0625rem}.gjmRHpfX{width:35rem;height:100%;margin:0 auto;padding-top:4rem;text-align:center}.ZOvWkMvv{font-size:5.375rem;color:#212121;line-height:1}.tfUaFmtZ{margin:0;margin-top:1.5rem}.tfUaFmtZ-text{font-size:1.5rem;color:#212121;line-height:1.75rem}.TyeCeRaX{margin-top:2.25rem;margin-bottom:10.125rem}.UsxXJjWH{width:12.5rem;height:3.125rem;font-size:1.125rem}.register_success_nova{display:none}.register label.checkbox{margin-bottom:0;position:relative;cursor:pointer}.register label.checkbox::before{content:"";width:15px;height:15px;float:left;border:1px solid #c1c1c1;border-radius:2px;margin-right:9px;margin-top:3px}@media(max-width:767.98px){.register label.checkbox::before{width:.8125rem;height:.8125rem;margin-right:.34375rem}}.register input[type=checkbox]:checked+label::before{background:#212121;border:1px solid #212121}.register input[type=checkbox]:checked+label::after{content:" ";width:6px;height:10px;left:5px;display:block;top:4px;position:absolute;-webkit-transform:rotate(45deg);transform:rotate(45deg);border:1px solid #fff;border-top:none;border-left:none}@media(max-width:767.98px){.register input[type=checkbox]:checked+label::after{top:2px;left:4px}}@media screen and (max-width:767.98px){.IIDOcRHf{width:100%;padding-left:.9375rem;padding-right:.9375rem}.IIDOcRHf__title{height:1.6875rem;font-size:1.375rem;color:#000;line-height:1.625rem}.register__form{padding-top:.84375rem}.register__form-tip{font-size:.75rem;color:#e24247;line-height:.875rem;margin-top:.3125rem}.register__form-tip label{display:block!important;margin-bottom:0}.LobgoxNw{margin-top:.9375rem}.DjNgWUab{font-size:.875rem;color:#2a2a2a}.register__form-submit{margin-bottom:.65625rem;margin-top:1.5625rem}.register__form-button{width:100%;height:2.75rem;font-size:.9375rem}.register__form-href{color:#000;font-size:.875rem}.register__form-prompt{color:#777;font-size:.9375rem}.register__group{height:auto;min-height:6.875rem}.gjmRHpfX{width:100%;height:100%;padding:1.90625rem .9375rem 0}.ZOvWkMvv{font-size:4.03125rem}.tfUaFmtZ{margin:0 2.34375rem;margin-top:1.5rem}.tfUaFmtZ-text{font-size:1.125rem;line-height:1.625rem}.gjmRHpfX__bootom{margin-top:1.75rem;margin-bottom:5.625rem}.UsxXJjWH{width:100%;height:2.8125rem;font-size:.9375rem}}html[dir=rtl] .register__form{text-align:right}html[dir=rtl] .register label.checkbox::before{float:right;margin-left:9px;margin-right:0}@media(max-width:767.98px){html[dir=rtl] .register input[type=checkbox]:checked+label::after{right:4px}}@media(min-width:768px){html[dir=rtl] .register input[type=checkbox]:checked+label::after{right:5px}}[data-theme-name=Nova] .register,body.nova .register{margin-left:auto;margin-right:auto}[data-theme-name=Nova] .IIDOcRHf,body.nova .IIDOcRHf{max-width:380px}[data-theme-name=Nova] .IIDOcRHf__title,body.nova .IIDOcRHf__title{line-height:1;font-size:1rem;color:var(--color-general-heading-text);font-weight:700}[data-theme-name=Nova] .register__form,body.nova .register__form{padding-top:1px}[data-theme-name=Nova] .register__form .MEINgJAd,body.nova .register__form .MEINgJAd{margin-bottom:15px;font-size:.875rem;color:var(--color-general-text)}[data-theme-name=Nova] .register__form .OtSBulhN,body.nova .register__form .OtSBulhN{width:100%;height:auto;line-height:1;margin-top:20px}[data-theme-name=Nova] .register__form .OtSBulhN:first-child,body.nova .register__form .OtSBulhN:first-child{margin-top:0}[data-theme-name=Nova] .register__form .OtSBulhN .XpATEjgK,body.nova .register__form .OtSBulhN .XpATEjgK{width:100%}[data-theme-name=Nova] .register__form .LobgoxNw,body.nova .register__form .LobgoxNw{margin-top:15px}[data-theme-name=Nova] .register__form .LobgoxNw .DjNgWUab,body.nova .register__form .LobgoxNw .DjNgWUab{color:var(--color-general-text)}[data-theme-name=Nova] .register__form .register__form-submit,body.nova .register__form .register__form-submit{margin-top:25px;margin-bottom:14px}[data-theme-name=Nova] .register__form .register__form-submit .register__form-button,body.nova .register__form .register__form-submit .register__form-button{width:100%;line-height:1;background-color:var(--color-button-bg);color:var(--color-button-text);font-size:var(--type-button-font-size);letter-spacing:var(--type-button-letter-spacing)}[data-theme-name=Nova] .register__form .register__form-submit .register__form-button:hover,body.nova .register__form .register__form-submit .register__form-button:hover{opacity:.75}[data-theme-name=Nova] .register__form>.XpATEjgK,body.nova .register__form>.XpATEjgK{max-width:380px}[data-theme-name=Nova] .register__form>.MEINgJAd,body.nova .register__form>.MEINgJAd{margin-top:10px}[data-theme-name=Nova] .register .IIDOcRHf__bottom,body.nova .register .IIDOcRHf__bottom{line-height:1}[data-theme-name=Nova] .register .IIDOcRHf__bottom .register__form-prompt,body.nova .register .IIDOcRHf__bottom .register__form-prompt{color:var(--color-general-text)}[data-theme-name=Nova] .register .IIDOcRHf__bottom .register__form-href,body.nova .register .IIDOcRHf__bottom .register__form-href{font-weight:700;text-decoration:none!important;color:var(--color-general-text)}[data-theme-name=Nova] .gjmRHpfX,body.nova .gjmRHpfX{padding:4px 0}@media(max-width:767.98px){[data-theme-name=Nova] .gjmRHpfX,body.nova .gjmRHpfX{margin-top:-20px;margin-bottom:-20px}}[data-theme-name=Nova] .ZOvWkMvv,body.nova .ZOvWkMvv{font-size:3.75rem}[data-theme-name=Nova] .tfUaFmtZ,body.nova .tfUaFmtZ{color:var(--color-general-heading-text);margin-top:16px}[data-theme-name=Nova] .TyeCeRaX,body.nova .TyeCeRaX{margin-top:25px;margin-bottom:0}[data-theme-name=Nova] .tfUaFmtZ-text,body.nova .tfUaFmtZ-text{line-height:1.3;font-size:18px}@media(max-width:767.98px){[data-theme-name=Nova] .tfUaFmtZ-text,body.nova .tfUaFmtZ-text{font-size:14px}}[data-theme-name=Nova] .UsxXJjWH,body.nova .UsxXJjWH{width:123px;height:40px;line-height:1;background-color:var(--color-button-bg);color:var(--color-button-text);font-size:var(--type-button-font-size);letter-spacing:var(--type-button-letter-spacing)}[data-theme-name=Nova] .UsxXJjWH:hover,body.nova .UsxXJjWH:hover{opacity:.75!important}body.theme-rounded .register input{border-radius:var(--rounded)}body.theme-rounded .register button{border-radius:var(--rounded)}

.resetpw{font-weight:400;text-align:center;margin:0 auto;width:28.75rem;display:block}.resetpw__title{font-size:1.75rem;color:#444951;line-height:2.0625rem}.resetpw__totaltip{margin-top:.625rem;color:#e24247;font-size:.875rem;height:.875rem}.resetpw__tip{display:none}.resetpw__tip_hidden{display:none!important}.resetpw__bottom{margin-bottom:5rem}.resetpw__form{text-align:left;padding-top:.375rem}.resetpw__form-tip{display:block;font-size:.75rem;color:#e24247;line-height:.875rem;margin-top:.3125rem}.resetpw__form-tip label{display:block}.resetpw__form-submit{text-align:center;margin-top:0}.resetpw__form-button{min-width:13.125rem;height:3.125rem;font-size:1.125rem;font-weight:500;letter-spacing:1px}.resetpw__form-href{text-decoration:underline!important;color:#212121;font-size:.875rem}.resetpw__form-prompt{color:#777;font-size:.875rem}.resetpw__code{display:inline-block}.resetpw__code-input{width:19.375rem;height:2.75rem;background-color:#fff;border:1px solid #dfdfdf;padding-left:.9375rem;font-size:.875rem;line-height:1.0625rem;margin-right:.875rem;-webkit-appearance:none;outline:0;border-radius:0}.resetpw__code-input::-webkit-input-placeholder{font-size:.875rem;color:#bcbcbc;line-height:1.125rem}.resetpw__code-input:focus{border-radius:0;border:1px solid #000}.resetpw__code-button{width:8.125rem!important;height:2.75rem;font-size:1.125rem;font-weight:500;letter-spacing:1px;margin-top:-2px}@media screen and (max-width:767.98px){.resetpw{width:100%;padding-left:.9375rem;padding-right:.9375rem}.resetpw__title{height:1.625rem;font-size:1.375rem;color:#000;line-height:1.625rem}.resetpw__tip{height:1.0625rem;font-size:.875rem;color:#777;line-height:1.0625rem;margin-top:1.625rem;display:block}.resetpw__bottom{margin-bottom:3.21875rem}.resetpw__form{padding-top:.8125rem}.resetpw__form-tip{font-size:.75rem;color:#e24247;line-height:.875rem;margin-top:.3125rem}.resetpw__form-bottom{text-align:center;margin-bottom:.96875rem;margin-top:-.65625rem}.resetpw__form-submit{text-align:center;margin-top:2.5px}.resetpw__form-button{width:100%;height:2.75rem;font-size:.9375rem}.resetpw__form-href{color:#000;font-size:.875rem}.resetpw__form-prompt{color:#777;font-size:.9375rem;margin-right:.3125rem}.resetpw__code{display:flex}.resetpw__code-input{flex:1 1;height:2.75rem;border:.0625rem solid #d7dcde;padding-left:.9375rem;font-size:.875rem;line-height:1.03125rem;width:100%;border-radius:0}.resetpw__code-input::-webkit-input-placeholder{font-size:.875rem;color:#777;line-height:1.03125rem}.resetpw__code-input:focus{border-radius:0;border:.0625rem solid #000}.resetpw__code-button{margin-left:0;margin-top:.03125rem;height:2.75rem;font-size:.9375rem}}[data-theme-name=Nova] .resetpw,body.nova .resetpw{max-width:380px;text-align:center}@media(max-width:767.98px){[data-theme-name=Nova] .resetpw,body.nova .resetpw{margin-top:-20px;margin-bottom:-20px}}[data-theme-name=Nova] .resetpw__title,body.nova .resetpw__title{line-height:1;font-size:16px;height:auto;color:var(--color-general-heading-text);font-weight:700}[data-theme-name=Nova] .resetpw__form,body.nova .resetpw__form{padding-top:0}[data-theme-name=Nova] .resetpw__form .OtSBulhN,body.nova .resetpw__form .OtSBulhN{height:auto;margin-bottom:18px;line-height:1}[data-theme-name=Nova] .resetpw__form .OtSBulhN .MEINgJAd,body.nova .resetpw__form .OtSBulhN .MEINgJAd{margin-bottom:15px;font-size:14px;color:var(--color-general-text)}[data-theme-name=Nova] .resetpw__form .OtSBulhN .XpATEjgK,body.nova .resetpw__form .OtSBulhN .XpATEjgK{width:100%}[data-theme-name=Nova] .resetpw__form .OtSBulhN .resetpw__code,body.nova .resetpw__form .OtSBulhN .resetpw__code{display:flex;justify-content:space-between;align-items:center}[data-theme-name=Nova] .resetpw__form .OtSBulhN .resetpw__code-input,body.nova .resetpw__form .OtSBulhN .resetpw__code-input{border-right:none}[data-theme-name=Nova] .resetpw__form .OtSBulhN .resetpw__code-button,body.nova .resetpw__form .OtSBulhN .resetpw__code-button{line-height:1;background-color:var(--color-button-bg);color:var(--color-button-text);font-size:var(--type-button-font-size);letter-spacing:var(--type-button-letter-spacing)}[data-theme-name=Nova] .resetpw__form .OtSBulhN .resetpw__code-button:hover,body.nova .resetpw__form .OtSBulhN .resetpw__code-button:hover{opacity:.75}[data-theme-name=Nova] .resetpw__form .resetpw__form-submit,body.nova .resetpw__form .resetpw__form-submit{margin-top:25px}[data-theme-name=Nova] .resetpw__form .resetpw__form-submit .resetpw__form-button,body.nova .resetpw__form .resetpw__form-submit .resetpw__form-button{width:100%;height:40px;line-height:1;background-color:var(--color-button-bg);color:var(--color-button-text);font-size:var(--type-button-font-size);letter-spacing:var(--type-button-letter-spacing)}[data-theme-name=Nova] .resetpw__form .resetpw__form-submit .resetpw__form-button:hover,body.nova .resetpw__form .resetpw__form-submit .resetpw__form-button:hover{opacity:.75}body.theme-rounded .resetpw input{border-radius:var(--rounded)}body.theme-rounded .resetpw button{border-radius:var(--rounded)}body.theme-rounded .resetpw .resetpw__code-input{border-radius:var(--rounded) 0 0 var(--rounded)}body.theme-rounded .resetpw .resetpw__code-button{border-radius:0 var(--rounded) var(--rounded) 0}

.address_book .no-address{text-align:center}.address_book .no-address__title{font-size:2.25rem;margin-bottom:2rem;color:#212121}.address_book .no-address__msg{font-size:1rem;color:#212121;margin-bottom:2rem}.address_book .address{text-align:center}.address_book .address__title{font-size:28px;line-height:2.625rem;text-align:center;color:#212121}.address_book .address__add_pc{margin-top:15px;display:inline-block}.address_book .address__add_mobile{display:none}.address_book .address__list{width:896px;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;text-align:left}.address_book .address__list .address-item{width:390px;height:218px;border:1px solid #dfdfdf;color:#444951;font-size:14px;padding:0 20px;overflow:hidden;margin-top:30px;position:relative}.address_book .address__list .address-item__header{height:51px;padding:20px 0 15px;line-height:16px;display:flex;justify-content:space-between}.address_book .address__list .address-item__header_tag{font-size:12px;position:absolute;right:0;top:0;width:0;height:0;border-top:4em solid #000;border-left:4em solid transparent}.address_book .address__list .address-item__header_tag::after{content:'';width:.8em;height:1.4em;border-top:.2em solid transparent;border-left:.2em solid transparent;border-right:.2em solid #fff;border-bottom:.2em solid #fff;position:absolute;top:-3.7em;right:.8em;transform:rotate(40deg)}.address_book .address__list .address-item__header_name{width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.address_book .address__list .address-item__header_operate{position:absolute;top:20px;right:20px;display:flex}.address_book .address__list .address-item__header_operate_btn{text-decoration:underline;cursor:pointer;color:#444951}.address_book .address__list .address-item__header_operate_btn:not(:first-child){margin-left:17px;margin-right:15px}.address_book .address__list .address-item__header_operate_btn:hover{opacity:.7}.address_book .address__list .address-item__content .address-info__item{text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.address_book .address__form{width:462px;margin:40px auto 0;text-align:center}.address_book .address__form .form-group{position:relative}.address_book .address__form .form-control.is-invalid,.address_book .address__form .was-validated .form-control:invalid{background:0 0;border-color:#dc3545}.address_book .address__form .form-control.is-invalid:focus{box-shadow:none}.address_book .address__form .invalid-feedback{display:block;margin-top:0;font-size:100%}.address_book .address__form .form-control.is-invalid~.invalid-feedback{font-size:12px;color:#e24247;line-height:17px;margin-top:5px;margin-bottom:0;text-align:left}.address_book .address__form .form-row{margin-left:-10px;margin-right:-10px}.address_book .address__form .form-row>.col,.address_book .address__form .form-row>[class*=col-]{padding-left:10px;padding-right:10px}.address_book .address__form input[type=text]{height:44px;border:1px solid #dfdfdf;color:#212121}.address_book .address__form select{height:44px;border:1px solid #dfdfdf;appearance:none;-moz-appearance:none;-webkit-appearance:none;position:relative;font-size:14px;overflow:hidden;padding-right:30px;background:0 0;color:#000}.address_book .address__form .select_arrow{position:absolute;top:0;right:17.5px;line-height:44px}.address_book .address__form input[type=checkbox]{width:18px;height:18px}.address_book .address__form .form-group__inline{position:relative}.address_book .address__form .form-group__inline select{width:99px;border:none;background:0 0;background-position:right 5.5px center;padding-right:15px;position:absolute}.address_book .address__form .form-group__inline .select_arrow{left:88px;right:initial}.address_book .address__form .form-group__inline input{padding-left:108px}.address_book .address__form .form-check{margin-top:25px;text-align:center}.address_book .address__form .form-check .form-check-label{margin-left:12px;font-size:12px;line-height:18px;color:#777}.address_book .address__form .cancel{font-size:14px;color:#777;border-bottom:1px solid #777}@media screen and (max-width:767.98px){.address_book .no-address{padding-left:.9375rem;padding-right:.9375rem}.address_book .no-address__title{font-size:1.375rem;margin-bottom:1.40625rem}.address_book .no-address__msg{color:#777}.address_book .no-address__add{display:block;width:100%;height:2.75rem;line-height:1.875rem;font-size:.9375rem}.address_book .address{width:100%;padding-left:.9375rem;padding-right:.9375rem;text-align:center}.address_book .address__title{font-size:1.375rem}.address_book .address__add_pc{display:none}.address_book .address__add_mobile{display:block;width:100%;height:2.75rem;line-height:1.875rem;font-size:.9375rem;margin-top:24px}.address_book .address__list{width:100%!important;margin-top:1.5625rem}.address_book .address__list .address-item{width:100%;height:16.25rem;font-size:.875rem;line-height:1.3125rem;margin-top:.9375rem}.address_book .address__list .address-item:first-child{margin-top:0}.address_book .address__list .address-item__header{height:3.125rem}.address_book .address__list .address-item__header_name{height:1.25rem;line-height:1.25rem;color:#000}.address_book .address__list .address-item__header_operate{position:absolute;left:1.5625rem;top:initial;bottom:.9375rem}.address_book .address__list .address-item__header_operate_btn{color:#000}.address_book .address__list .address-item__header_operate_btn:not(:first-child){font-size:.875rem;line-height:1.25rem}.address_book .address__list .address-item__content .address-info__item{color:#666;font-size:.875rem;line-height:1.3125rem}.address_book .address__form{width:100%;margin-top:1.25rem}.address_book .address__form .form-control.is-invalid~.invalid-feedback{font-size:.75rem;line-height:1.03125rem}.address_book .address__form .form-row{margin-left:-.46875rem;margin-right:-.46875rem;flex-wrap:nowrap}.address_book .address__form .form-group{margin-bottom:.625rem}.address_book .address__form .form-row>.col,.address_book .address__form .form-row>[class*=col-]{padding-left:.46875rem;padding-right:.46875rem}.address_book .address__form input[type=text]{height:2.5rem;border:1px solid #dfdfdf;color:#212121;font-size:.875rem}.address_book .address__form select{height:2.5rem;border:1px solid #dfdfdf;font-size:.875rem}.address_book .address__form .select_arrow{right:.5625rem;line-height:2.5rem}.address_book .address__form input[type=checkbox]{width:.8125rem;height:.8125rem}.address_book .address__form .form-group__inline select{border:none;background-position:right 5.5px center;padding-right:10px;width:6.40625rem}.address_book .address__form .form-group__inline .select_arrow{left:5.75rem}.address_book .address__form .form-group__inline input{padding-left:6.875rem}.address_book .address__form .form-check{margin-top:16px;text-align:left}.address_book .address__form .form-check .form-check-label{margin-left:12px;font-size:.875rem;line-height:1.40625rem;color:#2a2a2a}.address_book .address__form .address__submit{width:100%;height:2.75rem;font-size:.9375rem}.address_book .address__form .cancel{margin-top:1rem;font-size:.875rem}}html[dir=rtl] .address_book .address__list .address-item__content .address-info__item{text-align:right}html[dir=rtl] .address_book .address__list .address-item__header_name{text-align:right}html[dir=rtl] .address_book .address__list .address-item__header_operate{right:unset;left:1.25rem}html[dir=rtl] .address_book .address__list .address-item__header_operate_btn:not(:first-child){margin-left:0;margin-right:1.875rem}html[dir=rtl] .address_book .address__form .form-check .form-check-label{margin-left:0;margin-right:1.5rem}@media(max-width:767.98px){html[dir=rtl] .address_book .address__form .form-check{text-align:right}}html[dir=rtl] .address_book .address__form select{padding-right:.75rem;padding-left:1.875rem}html[dir=rtl] .address_book .address__form .select_arrow{right:unset;left:1.09375rem}html[dir=rtl] .address_book .address__form .form-group__inline input{padding-right:6.75rem;text-align:right}html[dir=rtl] .address_book .address__form .form-group__inline .select_arrow{right:5.5rem;left:unset}html[dir=rtl] #delete_modal .modal-footer{flex-direction:row-reverse;justify-content:flex-start}html[dir=rtl] #delete_modal .modal-header .close{margin:-1rem}html:lang(de-de) .address_book .address__form .form-group__inline input,html:lang(nl-nl) .address_book .address__form .form-group__inline input,html:lang(pl-pl) .address_book .address__form .form-group__inline input{padding-left:165px}html:lang(de-de) .address_book .address__form .form-group__inline select,html:lang(nl-nl) .address_book .address__form .form-group__inline select,html:lang(pl-pl) .address_book .address__form .form-group__inline select{width:160px}html:lang(de-de) .address_book .address__form .form-group__inline .select_arrow,html:lang(nl-nl) .address_book .address__form .form-group__inline .select_arrow,html:lang(pl-pl) .address_book .address__form .form-group__inline .select_arrow{left:145px}[data-theme-name=Nova] .no-address,body.nova .no-address{display:flex;flex-direction:column;align-items:center;padding-top:100px;padding-bottom:100px;margin-left:auto;margin-right:auto}[data-theme-name=Nova] .no-address__title,body.nova .no-address__title{font-size:28px;line-height:1;margin-bottom:20px;color:var(--color-general-heading-text)}@media(max-width:767.98px){[data-theme-name=Nova] .no-address__title,body.nova .no-address__title{font-size:18px;margin-bottom:15px}}[data-theme-name=Nova] .no-address__msg,body.nova .no-address__msg{font-size:18px;line-height:1;margin-bottom:30px;color:var(--color-general-text)}@media(max-width:767.98px){[data-theme-name=Nova] .no-address__msg,body.nova .no-address__msg{font-size:14px;margin-bottom:25px}}[data-theme-name=Nova] .no-address__add,body.nova .no-address__add{max-width:176px;padding:13px 25px;line-height:1;background-color:var(--color-button-bg);color:var(--color-button-text);font-size:var(--type-button-font-size);letter-spacing:var(--type-button-letter-spacing)}[data-theme-name=Nova] .no-address__add:hover,body.nova .no-address__add:hover{opacity:.75!important}[data-theme-name=Nova] .address_book .address__title,body.nova .address_book .address__title{line-height:1.1}[data-theme-name=Nova] .address_book .form-check,body.nova .address_book .form-check{padding-top:4px;padding-bottom:14px}[data-theme-name=Nova] .address_book .form-check>.form-check-label,body.nova .address_book .form-check>.form-check-label{font-size:14px}[data-theme-name=Nova] .address_book .form-check>.form-check-input,body.nova .address_book .form-check>.form-check-input{width:14px;height:14px}[data-theme-name=Nova] .address_book #address_form>.form-group:last-child,body.nova .address_book #address_form>.form-group:last-child{margin-top:10px;margin-bottom:0}[data-theme-name=Nova] .address_book .address__add_pc:hover,[data-theme-name=Nova] .address_book .address__submit:hover,body.nova .address_book .address__add_pc:hover,body.nova .address_book .address__submit:hover{opacity:.75}[data-theme-name=Nova] .address_book .address__list .address-item,body.nova .address_book .address__list .address-item{padding:30px 32px;height:auto}@media(max-width:767.98px){[data-theme-name=Nova] .address_book .address__list .address-item,body.nova .address_book .address__list .address-item{padding-bottom:60px}}[data-theme-name=Nova] .address_book .address__list .address-item__header,body.nova .address_book .address__list .address-item__header{height:auto;padding:0 0 10px}[data-theme-name=Nova] .address_book .address__list .address-item__header_operate,body.nova .address_book .address__list .address-item__header_operate{line-height:1;top:30px}@media(max-width:767.98px){[data-theme-name=Nova] .address_book .address__list .address-item__header_operate,body.nova .address_book .address__list .address-item__header_operate{top:unset;line-height:unset;left:32px;bottom:30px}}[data-theme-name=Nova] .address_book .address__list .address-item__content .address-info__item,body.nova .address_book .address__list .address-item__content .address-info__item{white-space:normal;line-height:1.3}[data-theme-name=Nova] .address_book .address__list .address-item__content .address-info__item:not(:empty),body.nova .address_book .address__list .address-item__content .address-info__item:not(:empty){margin-top:5px}[data-theme-name=Nova] .address_book .address__list .address-item__content .address-info__item:first-child,body.nova .address_book .address__list .address-item__content .address-info__item:first-child{margin-top:0}[data-theme-name=Nova] .address_book .address__list .address-item:last-child,body.nova .address_book .address__list .address-item:last-child{margin-bottom:4px}[data-theme-name=Nova] .address_book .modal-dialog,body.nova .address_book .modal-dialog{width:320px}[data-theme-name=Nova] .address_book .modal-dialog .modal-content,body.nova .address_book .modal-dialog .modal-content{box-shadow:0 5px 25px 0 rgba(0,0,0,.1);border:none}[data-theme-name=Nova] .address_book .modal-dialog .modal-content .modal-header,body.nova .address_book .modal-dialog .modal-content .modal-header{border-bottom:none;padding-top:20px;padding-bottom:12px}[data-theme-name=Nova] .address_book .modal-dialog .modal-content .modal-header>h5,body.nova .address_book .modal-dialog .modal-content .modal-header>h5{position:relative;left:50%;transform:translateX(-50%);line-height:1;font-size:1rem}[data-theme-name=Nova] .address_book .modal-dialog .modal-content .modal-body,body.nova .address_book .modal-dialog .modal-content .modal-body{padding:12px 50px}[data-theme-name=Nova] .address_book .modal-dialog .modal-content .modal-footer,body.nova .address_book .modal-dialog .modal-content .modal-footer{justify-content:center;border-top:none;padding:12px 30px 32px!important}[data-theme-name=Nova] .address_book .modal-dialog .modal-content .modal-footer .btn-secondary,body.nova .address_book .modal-dialog .modal-content .modal-footer .btn-secondary{display:none}[data-theme-name=Nova] .address_book .modal-dialog .modal-content .modal-footer .btn-primary,body.nova .address_book .modal-dialog .modal-content .modal-footer .btn-primary{width:100%}[data-theme-name=Nova] .address_book .modal-dialog .modal-content .modal-footer .btn-primary:hover,body.nova .address_book .modal-dialog .modal-content .modal-footer .btn-primary:hover{opacity:.75}body.theme-rounded .address_book .no-address__add{border-radius:var(--rounded)}body.theme-rounded .address_book input{border-radius:var(--rounded)}body.theme-rounded .address_book button{border-radius:var(--rounded)}body.theme-rounded .address_book a.btn{border-radius:var(--rounded)}body.theme-rounded .address_book .modal-dialog{border-radius:var(--rounded)}
.error{color:red;border-color:red}


@font-face{font-family:"trusttool";src:url("//at.alicdn.com/t/font_3322510_mbcsazk8hbh.woff2?t=1649751168305") format("woff2"),url("//at.alicdn.com/t/font_3322510_mbcsazk8hbh.woff?t=1649751168305") format("woff"),url("//at.alicdn.com/t/font_3322510_mbcsazk8hbh.ttf?t=1649751168305") format("truetype")}.trusttool{font-family:"trusttool" !important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-anquan_7::before{content:""}.icon-anquan_4::before{content:""}.icon-anquan_3::before{content:""}.icon-anquan_6::before{content:""}.icon-anquan_1::before{content:""}.icon-anquan_8::before{content:""}.icon-anquan_2::before{content:""}.icon-anquan_5::before{content:""}
.app-trusttool-badge{margin:16px 0;overflow:hidden}.app-trusttool-badge .badge-flex{display:flex}.app-trusttool-badge .app-trusttool-badge-list{position:relative;padding:20px 10px;padding-left:20px;margin-top:16px;border:1px solid #ccc;border-radius:5px}.app-trusttool-badge .app-trusttool-badge-list .badge-title{position:absolute;top:-21px;left:0;width:100%;padding:10px 0;font-size:16px;font-weight:bold;color:#1d1f21;text-align:center}.app-trusttool-badge .app-trusttool-badge-list .badge-title span{box-sizing:border-box;padding:0 10px;background-color:#f3f3f3}.app-trusttool-badge .app-trusttool-badge-list .badge-url{padding-top:20px;text-align:center}.app-trusttool-badge .app-trusttool-badge-list .badge-url a{color:#999;text-decoration:underline;cursor:pointer}.app-trusttool-badge .app-trusttool-badge-list .badge-list-reep{display:flex;flex-wrap:wrap;justify-content:space-around}.app-trusttool-badge .app-trusttool-badge-list .badge-list-reep .badge-list{display:flex;flex:0 0 80px;align-items:center;justify-content:center;margin:10px 10px 10px 0;overflow:hidden}@media screen and (max-width: 600px){.app-trusttool-badge .app-trusttool-badge-list .badge-list-reep .badge-list{flex:0 0 20% !important}}.app-trusttool-badge .app-trusttool-badge-list .badge-list-reep .badge-list img{width:90%;padding:5px}.app-trusttool-badge .app-trusttool-badge-list .badge-list-reep .badge-list svg{width:80px;height:24px;padding:5px}.app-trusttool-badge .app-trusttool-badge-list .badge-list-reep .small{flex:0 0 60px}.app-trusttool-badge .app-trusttool-badge-list .badge-list-reep .small svg{width:60px;height:12px}.app-trusttool-badge .app-trusttool-badge-list .badge-list-reep .large{flex:0 0 100px}.app-trusttool-badge .app-trusttool-badge-list .badge-list-reep .large svg{width:100px;height:34px}.app-trusttool-badge .app-trusttool-badge-list .badge-list-reep .border{border:1px solid #ddd;border-radius:5px}.app-trusttool-networksecurity{display:flex;flex-wrap:wrap;margin:10px 0;border-radius:5px}.app-trusttool-networksecurity .the-scene-security{box-sizing:border-box;display:inline-block;min-width:155px;margin:0 auto;margin-top:10px;overflow:hidden;background-color:#fff;border:1px solid #ccc;border-radius:5px}.app-trusttool-networksecurity .the-scene-security .the-scene-security-header{box-sizing:border-box;display:flex;align-items:center;justify-content:space-around;height:36px;padding:3px 10px;font-weight:bold;background-color:#fff}.app-trusttool-networksecurity .the-scene-security .the-scene-security-header>span{display:flex;align-items:center;font-size:16px}.app-trusttool-networksecurity .the-scene-security .the-scene-security-header>span i{padding-right:8px;font-size:24px;font-weight:normal}.app-trusttool-networksecurity .the-scene-security .the-scene-security-body{display:flex;align-items:center;justify-content:center;height:26px;padding:3px 10px;font-size:12px;font-weight:normal;color:#999;text-align:center;background:#eee}.app-trusttool-networksecurity-fixed{position:fixed;right:0;bottom:-26px;z-index:99;box-sizing:border-box;min-width:100px;overflow:hidden;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 1px 4px rgba(0,0,0,.2)}.app-trusttool-networksecurity-fixed:hover{bottom:0;transition:all .3s}@media screen and (max-width: 440px){.app-trusttool-networksecurity-fixed:hover{bottom:-26px}}.app-trusttool-networksecurity-fixed .networksecurity-fixed-header{display:flex;align-items:center;justify-content:space-around;height:36px;background-color:#fff}.app-trusttool-networksecurity-fixed .networksecurity-fixed-header>span{display:flex;align-items:center;padding:0 10px;font-size:13px;font-weight:bold}.app-trusttool-networksecurity-fixed .networksecurity-fixed-header i{padding-right:5px;font-size:20px;font-weight:normal}.app-trusttool-networksecurity-fixed .networksecurity-fixed-body{align-items:center;justify-content:center;min-height:10px;padding:3px;font-size:14px;font-weight:normal;color:#999;text-align:center;background:#eee}.app-trusttool-networksecurity-fixed .networksecurity-fixed-body span{display:inline-block;font-size:12px;transform:scale(0.8)}.dis_show{display:block !important}.dis_flex{display:flex !important}.app_trusttool_wrap{box-sizing:border-box;flex:0 0 100%;width:100%;margin:0 auto;margin-bottom:10px}.app_trusttool_wrap .app-trusttool-badge-list{border:0 !important}.app_trusttool_wrap .app_trusttool_wrap_banner{box-sizing:border-box;display:flex;align-items:center;justify-content:center;max-width:800px;padding:15px;margin:0 auto;border:1px solid #ddd;border-radius:5px}@media screen and (max-width: 600px){.app_trusttool_wrap .app_trusttool_wrap_banner{flex-wrap:wrap}}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_left{flex:0 0 240px;text-align:center}@media screen and (max-width: 600px){.app_trusttool_wrap .app_trusttool_wrap_banner .banner_left{flex:0 0 100%;margin-bottom:8px}}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_left .left-title{display:flex;align-items:center;justify-content:center}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_left .left-title i{padding-right:8px}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_left p{color:#1f1f1f}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_left p span{font-size:16px;font-weight:bold}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_left p i{font-size:24px}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_left .descript{padding:0 0 1px 0;font-size:26px;font-weight:bold}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_left .name{color:#333}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right{position:relative;flex:1;overflow:hidden}@media screen and (max-width: 600px){.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right{flex:0 0 100%}}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right .swiper-wrapper{align-items:center}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right .swiper-slide{display:flex;justify-content:center;color:#1f1f1f}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right .swiper-slide>div{padding:0 50px;text-align:center;word-break:break-word !important}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right .swiper-slide>div p{line-height:1em}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right .swiper-slide>div .descript{line-height:1.4em;}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right .swiper-slide>div .name{margin-top:10px;font-weight:bold;color:var(--main_color)}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right .trusttool-button{position:absolute;top:0;z-index:9;display:flex;align-items:center;justify-content:center;height:100%}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right .trusttool-button img{width:20px;height:20px;cursor:pointer;border:1px solid #999;border-radius:100%}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right .trusttool-prev{left:0}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right .trusttool-next{right:0}.app_trusttool_wrap .app_trusttool_wrap_banner .banner_right .trusttool-next img{transform:rotate(180deg)}.safeguard-clause-list{box-sizing:border-box;width:100%;max-width:800px;margin:0 auto;margin-top:10px;border:1px solid #ccc;border-left:4px solid #00af8d;border-radius:2px}.safeguard-clause-list .safeguard-clause-list-header{display:flex;align-items:center;height:22px;padding:9px 0;text-align:center;background-color:#fff}.safeguard-clause-list .safeguard-clause-list-header .safeguard-left{position:relative;box-sizing:border-box;display:flex;align-items:center;justify-content:space-around;min-width:150px;padding:0 12px}.safeguard-clause-list .safeguard-clause-list-header .safeguard-left>div{display:flex;align-items:center}.safeguard-clause-list .safeguard-clause-list-header .safeguard-left span{font-size:16px;font-weight:bold}.safeguard-clause-list .safeguard-clause-list-header .safeguard-left i{padding-right:8px;font-size:24px}.safeguard-clause-list .safeguard-clause-list-header .safeguard-left::after{position:absolute;right:0;width:1px;height:16px;content:"";background:#d1d1d1}.safeguard-clause-list .safeguard-clause-list-header .safeguard-right{flex:1;padding:0 5px;padding-left:12px;overflow:hidden;font-size:12px;color:#999;text-align:left;text-overflow:ellipsis;white-space:nowrap}.safeguard-clause-list .safeguard-clause-list-body{display:flex;justify-content:space-between;font-size:12px;background-color:#eee}@media screen and (max-width: 767px){.safeguard-clause-list .safeguard-clause-list-body{flex-wrap:wrap;padding:0 10px}}.safeguard-clause-list .safeguard-clause-list-body>div{position:relative;display:flex;flex:1;flex-wrap:wrap;align-items:center;padding:10px 14px;word-break:break-all}.safeguard-clause-list .safeguard-clause-list-body>div::after{position:absolute;top:50%;right:0;width:1px;height:16px;content:"";background-color:#d1d1d1;transform:translateY(-50%)}.safeguard-clause-list .safeguard-clause-list-body>div .safeguard-bage{padding-right:6px;font-weight:bold;color:#262626}.safeguard-clause-list .safeguard-clause-list-body>div .safeguard-title{color:#999}.safeguard-clause-list .safeguard-clause-list-body>div:last-child{border-right:0}.safeguard-clause-list .safeguard-clause-list-body>div:last-child::after{height:0}.badge-none{border-top:1px solid #ccc !important}.badge-none .badge-title{display:none !important}.product_detail_default .product-warp .product-right .cell-item{flex-wrap:wrap}.block_html .app_trusttool_wrap{max-width:var(--general_layout_width);margin:16px auto 0 auto}@media screen and (max-width: 767px){.block_html .app_trusttool_wrap{padding-right:15px;padding-left:15px}}.trusttool-model{position:relative;box-sizing:border-box;width:490px;max-height:500px;overflow:auto;background-color:#fff;border-radius:5px}@media screen and (max-width: 600px){.trusttool-model{width:380px}}.trusttool-model .trusttool-model-title{position:fixed;top:0;left:0;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:100%;height:52px;padding:0 30px;font-size:16px;font-weight:bold;color:#80c600;background-color:#fff;border-radius:5px 5px 0 0}.trusttool-model .trusttool-model-title .turs-logo{display:flex;align-items:center}.trusttool-model .trusttool-model-title .turs-logo font{font-size:20px}.trusttool-model .trusttool-model-title .turs-logo i{padding-right:5px;font-size:32px;font-weight:normal}.trusttool-model .trusttool-model-title .trusttol-model-close{display:flex}.trusttool-model .trusttool-model-title svg{width:26px;height:26px;color:#1d1f21;cursor:pointer}.trusttool-model .trusttool-model-body{padding:20px 30px 20px 30px;margin-top:52px;background-color:#80c600;line-height: unset}.trusttool-model .trusttool-model-body h2{font-size:20px;font-weight:normal;color:#fff}.trusttool-model .trusttool-model-body p{font-size:14px;color:rgba(255,255,255,.7)}.trusttool-model .trusttool-model-list{padding:0 30px;padding-bottom:calc(80px - 20px);margin-top:-15px} .trusttool-model .trusttool-model-list ul{list-style-type: none;padding: 0;margin: 0;}.trusttool-model .trusttool-model-list li{display:flex;align-items:center;justify-content:space-between;height:50px;padding:0 20px;margin-bottom:15px;font-size:14px;background-color:#f6f6f6}.trusttool-model .trusttool-model-list li>span{flex:1;font-weight:bold;color:#1d1f21}.trusttool-model .trusttool-model-list li>span:last-child{display:flex;flex:0 0 80px;align-items:center;justify-content:space-between;color:#80c600}.trusttool-model .trusttool-model-list li>span:last-child svg{width:16px;height:14px;fill:#80c600}.trusttool-model .trusttool-model-list li>span .text2{font-weight:normal}.trusttool-model .trusttool-model-view{position:fixed;bottom:0;left:0;box-sizing:border-box;width:100%;padding:15px 30px;font-size:14px}.trusttool-model .trusttool-model-view>p{display:flex;align-items:center;justify-content:center;width:100%;height:44px;background-color:#fff}.trusttool-model .trusttool-model-view>p a{color:#fff;text-decoration:underline;cursor:pointer}.trusttool-alert{cursor:pointer}.disnone{display:none !important}.padding10{padding-bottom:0 !important}.footer_wrapper .app-trusttool-badge{margin-top:0}.footer_wrapper .app-trusttool-badge .badge-none{padding:0 10px;margin-top:0}.safeguard-clause-list .safeguard-clause-list-header{height: 40px} .mo-popup{position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 510000;} .mo-popup .mo-popup-mask{position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1000; height: 100%; background-color: rgba(0, 0, 0, 0.2);} .mo-popup .mo-popup-body{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1000; /* height: 100%; */ display: flex; align-items: center; justify-content: center; -webkit-animation-duration: 0.5s!important; animation-duration: 0.5s!important; overflow: hidden;}
 @keyframes bounceInDown{0%{opacity: 0; -webkit-transform: translateY(-2000px); -ms-transform: translateY(-2000px); transform: translateY(-2000px);} 60%{opacity: 1; -webkit-transform: translateY(30px); -ms-transform: translateY(30px); transform: translateY(30px);} 80%{-webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px);} 100%{-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);} } .bounceInDown{-webkit-animation-name: bounceInDown; animation-name: bounceInDown; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: none; animation-fill-mode: none;} .dialog{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 999; display: none;} .main{width: 520px; background-color: white; z-index: 1000; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; overflow: hidden;} .wrap{width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; align-items: center; justify-content: center;} .cart-header{height: 80px; background: #ecfbf4; padding: 0 30px; box-sizing: border-box; display: flex; align-items: center;} .cart-header span{font-size: 22px; font-weight: 400; text-align: left; color: #1d1f21; margin-left: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} .layer-add-cart-success .cart-header .cart-header-claer{margin-left: auto; cursor: pointer;} .layer-add-cart-success .cart-product{padding: 30px; border-bottom: 1px solid #ddd; display: flex;} .layer-add-cart-success .cart-product .cart-product-img{flex-shrink: 0; width: 120px; height: 120px; object-fit: contain;} .line-clamp2{overflow: hidden; text-overflow: ellipsis; /* word-break: break-all; */ word-wrap: break-word; word-break: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; width: 100%; text-align: center;} .layer-add-cart-success .cart-price{font-size: 20px; padding: 40px 0; text-align: center; color: #545454;} .layer-add-cart-success .cart-operate{padding: 0 30px 30px 30px;} .layer-add-cart-success .cart-operate .cart-button{text-align: center; height: 48px; background: #1d1f21; color: #ffffff; margin-top: 0px;} .layer-add-cart-success .cart-operate .main_btn:hover{background-color: #1d1f21ee;} .main_btn{display: flex; align-items: center; justify-content: center; box-sizing: border-box; font-size: 16px; margin-top: 30px; padding: 0 20px; height: 48px; line-height: 48px; text-align: center; cursor: pointer; text-decoration: none; transition: all 0.3s;} .layer-add-cart-success .cart-operate .cart-button-plan{display: block; line-height: 48px; background: #fff; text-decoration: underline; color: #1d1f21; margin-top: 10px; font-size: 16px;} @media screen and (max-width: 520px){.main{width: calc(100vw - 20px);} } 
