#umggr-wc-preloader svg{
    width:150px;
    height:150px
}

#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 */
