.free-shipping-bar-wrapper {
    margin-bottom: 25px;
}

.free-shipping-bar-wrapper .amount {
    color: var(--fs-color-primary);
    font-weight: 900;
}

.free-shipping-bar-wrapper .kiwwwi-shipping-bar__truck-icon {
    height: 25px;
    width: auto;
    margin-right: 10px;
}

.ux-mini-cart-footer .free-shipping-bar-wrapper {
	margin-bottom: 10px;
}


.free-shipping__bar-progress {
    background: var(--fs-color-primary);
    border-radius: 5px;
    display: block;
    height: 8px;
	margin-top: 10px;
}


.free-shipping__bar {
    background: #ddd;
    border-radius: 5px;
    height: 8px;
}

.free-shipping__bar--striped {
    background-image: linear-gradient(135deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 30px 30px;
}