/* Cart AJAX Loading Styles */
.bootstrap-touchspin.loading {
    opacity: 0.6;
    pointer-events: none;
}

.bootstrap-touchspin .spinner-border {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.js-cart-line-product-quantity:disabled {
    background-color: #f8f9fa;
    cursor: wait;
}