.emag-loading .wrapt-loading{display:flex;justify-content:center;align-items:center}.wrapt-loading{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:9999}.wl-proccess{height:-moz-fit-content!important;height:fit-content!important;display:flex;width:20%;max-width:300px;flex-direction:column}.wlp-row{display:flex;justify-content:space-between;width:100%;margin-bottom:10px}.wlpr-per,.wlpr-txt{font-family:CircularStd-Book;font-style:normal;font-weight:400;font-size:12px;line-height:15px;letter-spacing:.095em;text-transform:uppercase;color:var(--textLoading)}.wlpr-bar{width:100%;border:1px solid var(--textLoading);border-radius:2.5px;height:3px}.wlprb-per{height:100%;width:0;border-radius:3px;background:var(--textLoading)}.zoom-box{display:flex;align-items:center;justify-content:center;animation:zoomInOut 2s ease-in-out infinite}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width:768px){.wl-proccess{width:300px;height:3px}.wlpr-bar{height:4px}}