:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:IRANSans;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/IRANSansWeb_Black.32067a42.eot);src:url(/_next/static/media/IRANSansWeb_Black.32067a42.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/IRANSansWeb_Black.e4a0aba5.woff2) format("woff2"),url(/_next/static/media/IRANSansWeb_Black.28ccc4c3.woff) format("woff"),url(/_next/static/media/IRANSansWeb_Black.68adb94c.ttf) format("truetype")}@font-face{font-family:IRANSans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/IRANSansWeb_Bold.6a6e7648.eot);src:url(/_next/static/media/IRANSansWeb_Bold.6a6e7648.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/IRANSansWeb_Bold.172978fe.woff2) format("woff2"),url(/_next/static/media/IRANSansWeb_Bold.d2532d18.woff) format("woff"),url(/_next/static/media/IRANSansWeb_Bold.9a7a37ce.ttf) format("truetype")}@font-face{font-family:IRANSans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/IRANSansWeb_Medium.448789cd.eot);src:url(/_next/static/media/IRANSansWeb_Medium.448789cd.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/IRANSansWeb_Medium.13225334.woff2) format("woff2"),url(/_next/static/media/IRANSansWeb_Medium.b0a556fd.woff) format("woff"),url(/_next/static/media/IRANSansWeb_Medium.238ddfd9.ttf) format("truetype")}@font-face{font-family:IRANSans;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/IRANSansWeb_Light.241376e6.eot);src:url(/_next/static/media/IRANSansWeb_Light.241376e6.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/IRANSansWeb_Light.3c679db1.woff2) format("woff2"),url(/_next/static/media/IRANSansWeb_Light.0ef30c5e.woff) format("woff"),url(/_next/static/media/IRANSansWeb_Light.fe9f9e9b.ttf) format("truetype")}@font-face{font-family:IRANSans;font-style:normal;font-weight:200;font-display:swap;src:url(/_next/static/media/IRANSansWeb_UltraLight.cb8b371d.eot);src:url(/_next/static/media/IRANSansWeb_UltraLight.cb8b371d.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/IRANSansWeb_UltraLight.40d270b7.woff2) format("woff2"),url(/_next/static/media/IRANSansWeb_UltraLight.31023be5.woff) format("woff"),url(/_next/static/media/IRANSansWeb_UltraLight.5d176496.ttf) format("truetype")}@font-face{font-family:IRANSans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/IRANSansWeb.277666de.eot);src:url(/_next/static/media/IRANSansWeb.277666de.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/IRANSansWeb.f22f3ee1.woff2) format("woff2"),url(/_next/static/media/IRANSansWeb.147246f1.woff) format("woff"),url(/_next/static/media/IRANSansWeb.ce5aa079.ttf) format("truetype")}@font-face{font-family:IRANSansFaNum;font-style:normal;font-weight:900;font-display:swap;src:url("/_next/static/media/IRANSansWeb(FaNum)_Black.32647cb3.eot");src:url("/_next/static/media/IRANSansWeb(FaNum)_Black.32647cb3.eot?#iefix") format("embedded-opentype"),url("/_next/static/media/IRANSansWeb(FaNum)_Black.5eb4992e.woff2") format("woff2"),url("/_next/static/media/IRANSansWeb(FaNum)_Black.f005de75.woff") format("woff"),url("/_next/static/media/IRANSansWeb(FaNum)_Black.39e22432.ttf") format("truetype")}@font-face{font-family:IRANSansFaNum;font-style:normal;font-weight:700;font-display:swap;src:url("/_next/static/media/IRANSansWeb(FaNum)_Bold.a37093ce.eot");src:url("/_next/static/media/IRANSansWeb(FaNum)_Bold.a37093ce.eot?#iefix") format("embedded-opentype"),url("/_next/static/media/IRANSansWeb(FaNum)_Bold.3242a9de.woff2") format("woff2"),url("/_next/static/media/IRANSansWeb(FaNum)_Bold.6c59688a.woff") format("woff"),url("/_next/static/media/IRANSansWeb(FaNum)_Bold.d36c74da.ttf") format("truetype")}@font-face{font-family:IRANSansFaNum;font-style:normal;font-weight:500;font-display:swap;src:url("/_next/static/media/IRANSansWeb(FaNum)_Medium.3bf79bcc.eot");src:url("/_next/static/media/IRANSansWeb(FaNum)_Medium.3bf79bcc.eot?#iefix") format("embedded-opentype"),url("/_next/static/media/IRANSansWeb(FaNum)_Medium.822e3858.woff2") format("woff2"),url("/_next/static/media/IRANSansWeb(FaNum)_Medium.4b39e5bf.woff") format("woff"),url("/_next/static/media/IRANSansWeb(FaNum)_Medium.6548bab3.ttf") format("truetype")}@font-face{font-family:IRANSansFaNum;font-style:normal;font-weight:300;font-display:swap;src:url("/_next/static/media/IRANSansWeb(FaNum)_Light.67c3ba5e.eot");src:url("/_next/static/media/IRANSansWeb(FaNum)_Light.67c3ba5e.eot?#iefix") format("embedded-opentype"),url("/_next/static/media/IRANSansWeb(FaNum)_Light.1274fef7.woff2") format("woff2"),url("/_next/static/media/IRANSansWeb(FaNum)_Light.387ec5f4.woff") format("woff"),url("/_next/static/media/IRANSansWeb(FaNum)_Light.9d2a5329.ttf") format("truetype")}@font-face{font-family:IRANSansFaNum;font-style:normal;font-weight:200;font-display:swap;src:url("/_next/static/media/IRANSansWeb(FaNum)_UltraLight.c47a8038.eot");src:url("/_next/static/media/IRANSansWeb(FaNum)_UltraLight.c47a8038.eot?#iefix") format("embedded-opentype"),url("/_next/static/media/IRANSansWeb(FaNum)_UltraLight.0b28e451.woff2") format("woff2"),url("/_next/static/media/IRANSansWeb(FaNum)_UltraLight.f185b310.woff") format("woff"),url("/_next/static/media/IRANSansWeb(FaNum)_UltraLight.b81ed12d.ttf") format("truetype")}@font-face{font-family:IRANSansFaNum;font-style:normal;font-weight:400;font-display:swap;src:url("/_next/static/media/IRANSansWeb(FaNum).9fe1b089.eot");src:url("/_next/static/media/IRANSansWeb(FaNum).9fe1b089.eot?#iefix") format("embedded-opentype"),url("/_next/static/media/IRANSansWeb(FaNum).ecabe04e.woff2") format("woff2"),url("/_next/static/media/IRANSansWeb(FaNum).fc567823.woff") format("woff"),url("/_next/static/media/IRANSansWeb(FaNum).c7178acf.ttf") format("truetype")}@font-face{font-family:malltina-icon;src:url(/_next/static/media/malltina-icon.87b6c2b6.eot);src:url(/_next/static/media/malltina-icon.87b6c2b6.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/malltina-icon.cd887def.woff) format("woff"),url(/_next/static/media/malltina-icon.c1f94c42.ttf) format("truetype"),url(/_next/static/media/malltina-icon.9b6a23bd.svg#malltina-icon) format("svg");font-weight:400;font-style:normal;font-display:block}[data-icon]:before{font-family:malltina-icon!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-feature-settings:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}i[class*=" icon-"],i[class^=icon-]{display:inline-flex;justify-content:center;align-items:center}[class*=" icon-"]:before,[class^=icon-]:before{font-family:malltina-icon!important;font-style:normal!important;font-weight:400!important;font-feature-settings:normal!important;font-variant:normal!important;text-transform:none!important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-angle-down-b:before{content:"\61"}.icon-angle-left-b:before{content:"\62"}.icon-angle-right-b:before{content:"\63"}.icon-angle-up-b:before{content:"\64"}.icon-angle-down:before{content:"\65"}.icon-angle-left:before{content:"\66"}.icon-angle-right:before{content:"\67"}.icon-angle-up:before{content:"\68"}.icon-arrow-down:before{content:"\69"}.icon-arrow-left:before{content:"\6a"}.icon-arrow-right:before{content:"\6b"}.icon-arrow-up:before{content:"\6c"}.icon-wallet:before{content:"\6d"}.icon-info:before{content:"\74"}.icon-delete-c:before{content:"\75"}.icon-close-c:before{content:"\76"}.icon-edit-c:before{content:"\77"}.icon-guarantee:before{content:"\78"}.icon-check:before{content:"\79"}.icon-plus:before{content:"\7a"}.icon-plus-b:before{content:"\41"}.icon-minus-b:before{content:"\42"}.icon-close:before{content:"\43"}.icon-refresh:before{content:"\44"}.icon-delete:before{content:"\46"}.icon-play:before{content:"\4a"}.icon-pause:before{content:"\4b"}.icon-volume:before{content:"\4c"}.icon-card:before{content:"\4d"}.icon-search:before{content:"\4e"}.icon-mobile:before{content:"\4f"}.icon-user-both:before{content:"\50"}.icon-user:before{content:"\51"}.icon-email:before{content:"\52"}.icon-attach:before{content:"\53"}.icon-flash:before{content:"\55"}.icon-share:before{content:"\56"}.icon-wishlist-toggle:before{content:"\58"}.icon-chart:before{content:"\59"}.icon-phone:before{content:"\30"}.icon-basket:before{content:"\31"}.icon-heart:before{content:"\57"}.icon-twitter:before{content:"\32"}.icon-instagram:before{content:"\33"}.icon-telegram:before{content:"\34"}.icon-aparat:before{content:"\35"}.icon-pinterest:before{content:"\37"}.icon-invesment:before{content:"\36"}.icon-star-half-o:before{content:"\38"}.icon-star:before{content:"\39"}.icon-star-o:before{content:"\21"}.icon-conversation:before{content:"\22"}.icon-copy:before{content:"\23"}.icon-facebook:before{content:"\24"}.icon-menu:before{content:"\26"}.icon-question-pro:before{content:"\27"}.icon-spinner:before{content:"\2a"}.icon-shield:before{content:"\2d"}.icon-checkbox:before{content:"\28"}.icon-reply:before{content:"\29"}.icon-email-c:before{content:"\2e"}.icon-user-c:before{content:"\2f"}.icon-mobile-c:before{content:"\3a"}.icon-unavailable:before{content:"\3c"}.icon-instocks:before{content:"\5a"}.icon-stack:before{content:"\3d"}.icon-drop:before{content:"\3e"}.icon-report:before{content:"\54"}.icon-box:before{content:"\40"}.icon-calendar:before{content:"\5b"}.icon-dollar:before{content:"\5d"}.icon-filter:before{content:"\25"}.icon-btc-pay:before{content:"\5e"}.icon-online-pay:before{content:"\5f"}.icon-back:before{content:"\7b"}.icon-copy2:before{content:"\7c"}.icon-btc-link:before{content:"\7d"}.icon-contact:before{content:"\7e"}.icon-faq:before{content:"\5c"}.icon-role:before{content:"\e000"}.icon-aboutus:before{content:"\e001"}.icon-exit:before{content:"\e002"}.icon-apple:before{content:"\e003"}.icon-airpods:before{content:"\e004"}.icon-ipad:before{content:"\e005"}.icon-macbook:before{content:"\e006"}.icon-watch:before{content:"\e007"}.icon-imac-pro:before{content:"\e008"}.icon-translate:before{content:"\e009"}.icon-bitcoin:before{content:"\e00a"}.icon-pay:before{content:"\e00c"}.icon-bit:before{content:"\e00e"}.icon-guarantee-line:before{content:"\e00f"}.icon-location:before{content:"\e010"}.icon-status-ship:before{content:"\e011"}.icon-instock-line:before{content:"\e012"}.icon-status-cancel:before{content:"\e013"}.icon-status-confirm:before{content:"\e014"}.icon-status-diff-pending:before{content:"\e015"}.icon-status:before{content:"\e017"}.icon-select-payment:before{content:"\e016"}.icon-express:before{content:"\e018"}.icon-delete-o:before{content:"\e019"}.icon-wallet-bonus:before{content:"\e01a"}.icon-gift-card:before{content:"\60"}.icon-invoice:before{content:"\47"}.icon-free-delivery:before{content:"\e01b"}.icon-link:before{content:"\e01c"}.icon-address2:before{content:"\e01d"}.icon-exxpress:before{content:"\e01e"}.icon-payment:before{content:"\e01f"}.icon-arrow1:before{content:"\e020"}.icon-arrow2:before{content:"\e021"}.icon-arrow3:before{content:"\e022"}.icon-arrow4:before{content:"\e023"}.icon-dollar-order:before{content:"\e024"}.icon-weight:before{content:"\e025"}.icon-more:before{content:"\e026"}.icon-play-1:before{content:"\e027"}.icon-basketnew:before{content:"\e028"}.icon-about-product:before{content:"\e029"}.icon-info-product:before{content:"\e02a"}.icon-notif:before{content:"\e02c"}.icon-new-comment:before{content:"\e02d"}.icon-usful-comment:before{content:"\e02e"}.icon-malltina-user:before{content:"\e02f"}.icon-amazon-user:before{content:"\e030"}.icon-share2:before{content:"\e031"}.icon-update:before{content:"\e033"}.icon-statistics:before{content:"\e034"}.icon-warehouse:before{content:"\e035"}.icon-sla:before{content:"\e037"}.icon-free-shipping:before{content:"\e038"}.icon-low-price:before{content:"\e039"}.icon-share-1:before{content:"\e03a"}.icon-usp-1:before{content:"\e03b"}.icon-usp-2:before{content:"\e03c"}.icon-usp-3:before{content:"\e03d"}.icon-usp-4:before{content:"\e03e"}.icon-time:before{content:"\e03f"}.icon-login:before{content:"\e040"}.icon-basket-full:before{content:"\e041"}.icon-basket-empty:before{content:"\e042"}.icon-minus-p:before{content:"\e044"}.icon-plus-p:before{content:"\e045"}.icon-gift-bf:before{content:"\e046"}.icon-blackfriday:before{content:"\e047"}.icon-hamberger:before{content:"\e048"}.icon-warehouse-1:before{content:"\e049"}.icon-notif-1:before{content:"\e04a"}.icon-1-digital:before{content:"\e04b"}.icon-2-fashion:before{content:"\e04c"}.icon-3-beauty:before{content:"\e04d"}.icon-4-sport:before{content:"\e04e"}.icon-5-book:before{content:"\e04f"}.icon-6-car-tools:before{content:"\e050"}.icon-7-movie-music:before{content:"\e051"}.icon-8-toys:before{content:"\e052"}.icon-9-home-garden:before{content:"\e053"}.icon-10-health:before{content:"\e054"}.icon-web:before{content:"\1005"}.icon-weight-1:before{content:"\1004"}.icon-price:before{content:"\1003"}.icon-comment:before{content:"\1002"}.icon-qty0:before{content:"\1001"}.icon-received:before{content:"\1000"}.icon-cake:before{content:"\e00b"}.icon-elastic-off:before{content:"\e055"}.icon-off:before{content:"\e056"}.icon-bug:before{content:"\e032"}.icon-heart-o:before{content:"\6e"}.icon-comment-1:before{content:"\48"}.icon-edit:before{content:"\49"}.icon-deleted-p:before{content:"\e057"}.icon-question-1:before{content:"\e058"}.icon-address-home:before{content:"\45"}.icon-address-work:before{content:"\e043"}.icon-account:before{content:"\e059"}.icon-lock:before{content:"\e05a"}.icon-hiddenpass:before{content:"\e05b"}.icon-showpass:before{content:"\e05c"}.icon-send:before{content:"\e05d"}.icon-p-dashboard:before{content:"\e05e"}.icon-order:before{content:"\e05f"}.icon-wishlist:before{content:"\e060"}.icon-ticket:before{content:"\e061"}.icon-question:before{content:"\e062"}.icon-gift:before{content:"\e063"}.icon-address:before{content:"\e064"}.icon-user-both-o:before{content:"\e065"}.icon-logout:before{content:"\e066"}.icon-email-o:before{content:"\6f"}.icon-linkedin:before{content:"\70"}.icon-whatsapp:before{content:"\71"}.icon-location-1:before{content:"\72"}.icon-expresss:before{content:"\73"}.icon-warehouse3:before{content:"\2b"}.icon-translate2:before{content:"\2c"}.icon-like-comment:before{content:"\3b"}.icon-affiliate:before{content:"\3f"}.icon-chat-online:before{content:"\e00d"}.icon-bank:before{content:"\e02b"}