.free-shipping-amount-wrap .alert-success {
    background: transparent !important;
    border: 1px solid var(--bs-secondary) !important;
    color: var(--bs-secondary) !important;
}

.free-shipping-amount-wrap .progress {
    margin-top: 10px;
    height: 5px;
}

.free-shipping-amount-wrap .progress-bar {
    background-color: var(--bs-secondary) !important;
}