.required-error {
    border: 2px solid red !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25) !important;
    transition: all 0.3s ease;
}

.btn.btn-primary.add-to-cart:disabled {
    opacity: 1 !important;
}
