#busy-spinner-shop {
    display: none;
    position: fixed;
    width: 12vw;
    max-width: 12vh;
    height: 12vw;
    max-height: 12vh;
    left: 44vw;
    top: 44vh;
    background-color: rgba(255, 255, 255, 0.5);
    background-size: contain;
    background-image: url("https://hofa-plugins.de/media/busy-small.gif"), url("https://hofa-akustik.de/media/busy-small.gif");
    background-repeat: no-repeat;
    background-position: center center;
    border: 2px solid #eee;
    border-radius: 100%;
    opacity: 1;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    z-index: 10000;
}

#busy-spinner-shop.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #FFF;
    background-size: auto;
    background-image: url("https://hofa-plugins.de/media/busy-small.gif"), url("https://hofa-akustik.de/media/busy-small.gif");
    border-radius: 0;
    border: none;
}

.busy-spinner-shop {
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: transparent;
    background-size: auto;
    background-image: url("https://hofa-plugins.de/media/busy-small.gif"), url("https://hofa-akustik.de/media/busy-small.gif");
    background-repeat: no-repeat;
    background-position: center center;
}