#umggr-wc-preloader svg{
    width: 5rem;
    height: 5rem
}

@media (max-width: 48rem) {
    #umggr-wc-preloader svg{
        width: 3rem;
        height: 3rem
    }
}

#umggr-wc-preloader #wc-preloader-img{
    -webkit-animation:preloaderRotation 2s infinite linear;
    animation:preloaderRotation 2s infinite linear;
    margin-top: 60px;
}

@-webkit-keyframes preloaderRotation{
    from{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(359deg)
    }
}

@keyframes preloaderRotation{
    from{
        transform:rotate(0deg)
    }
    to{
        transform:rotate(359deg)
    }
}

/*# sourceMappingURL=preloader.css.map */
