.kw-free-shipping {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.kw-free-shipping-bar__container {
	margin-bottom: 20px;
}

.kw-free-shipping__bar {
	background: #EDEDED;
	border-radius: 5px;
	height: 5px;
	width: 100%;
}

.kw-free-shipping__bar--striped {
	background-color: #EDEDED;
}

.kw-free-shipping__bar-progress {
	background: #315EF3;
	border-radius: 5px;
	display: block;
	height: 5px;
}

.kw-free-shipping__title:before{
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(images/truck.svg);
	display: block;
}

.kw-free-shipping__title{
	font-weight: 700;
	font-size: 15px;
	line-height: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
}

.kw-free-shipping__notice {
	font-size: 12px;
	line-height: 100%;
	font-weight: 500;
	color: #727377;
	margin-top: 5px;
}

.kw-free-shipping__notice span.amount,
.kw-free-shipping__notice b{
	font-size: 12px;
	line-height: 100%;
	font-weight: 500;
	color: #727377;
}
