/* https://www.titanstorage.co.uk/wp-content/themes/titanstorage/css/loading-screen.css?ver=1.0.1 */
div.blockUI.blockOverlay:before,.woocommerce .loader:before{background-image:url(/wp-content/themes/titanstorage/images/loading-icon.svg)!important;background-color:rgba(255,255,255,1)!important;background-size:contain!important;display:block!important;margin:0 auto!important}#loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.7);display:none;justify-content:center;align-items:center;flex-direction:column;z-index:9999}.loading-img{width:100px!important;height:100px!important;animation:spin 2s linear infinite}.woocommerce .blockUI.blockOverlay::before{content:"";width:100px!important;height:100px!important;margin:0 auto!important}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.loading-text{font-size:20px;font-weight:700;margin-top:15px;color:#333}