.tmp-freeship-progress-wrapper {
    margin: 0px 10px 10px;
}
.tmp-freeship-progress-label {
    margin-bottom: 10px;
    text-align: center;
}

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-webkit-keyframes tmp-freeship-progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
@keyframes tmp-freeship-progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.tmp-freeship-progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.tmp-freeship-progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .tmp-freeship-progress-bar {
        transition: none;
    }
}

.tmp-freeship-progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.tmp-freeship-progress-bar-animated {
    -webkit-animation: tmp-freeship-progress-bar-stripes 1s linear infinite;
    animation: tmp-freeship-progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .tmp-freeship-progress-bar-animated {
        -webkit-animation: none;
        animation: none;
    }
}