.single-order.vx-pending::after {
    content: '';
    position: absolute;
    top: 50px;
    left: 50%;
    width: 28px;
    height: 28px;
    margin: -14px 0 0 -14px;               /* pull back by half its size to center */
    border: 2.5px solid var(--ts-shade-6);
    border-bottom-color: var(--ts-shade-2);
    border-radius: 50%;
    box-sizing: border-box;
    animation: tsrotation .75s linear infinite;
    z-index: 10;
}