.kw-free-shipping {
    display: grid;
    gap: 10px
}

.nav-dropdown .kw-free-shipping {
    min-width: 300px
}

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

.kw-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
}

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

.kw-free-shipping__notice{
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
}

.kw-free-shipping__notice bdi{
	font-weight: 400;
}

.kw-free-shipping__bar--numbers{
	display: flex;
	justify-content: space-between;
	color: #929292;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	margin-bottom: 36px;
}