#ajaxPreloader {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50000;
    display: none;
}

#ajaxPreloader div {
    width: 128px;
    margin: -64px 0 0 -64px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    #ajaxPreloader div {
        animation: spin 2s linear infinite;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.shopping-cart-price .old {
    text-decoration: line-through;
}