	.free_shipping_line {
		border: 1px solid #ddd;
		padding: 10px 20px;
		border-radius: 5px;
	}
	.free_shipping_line .flexed_items {
		display: flex;
		justify-content: space-between;
		align-items: center;
		font-size: 14px;
		font-weight: 700;
		margin: 20px 0 5px;
	}
	.free_shipping_line .progress {
		display: flex;
		height: 8px;
		overflow: hidden;
		font-size: .75rem;
		background-color: #e9ecef;
		border-radius: .25rem;
	}
	.free_shipping_line .progress-bar {
		display: flex;
		flex-direction: column;
		justify-content: center;
		overflow: hidden;
		color: #fff;
		text-align: center;
		white-space: nowrap;
		background-color: #f69e1d;
		transition: width .6s ease;
	}
	.free_shipping_line p {
		font-size: 11px;
		font-weight: 700;
		margin-top: 10px;
		text-align: right;
	}
	.cart-totals-inner .free_shipping_line {border: 0;padding: 0;}
	.cart-totals-inner .free_shipping_line .flexed_items {font-size: 12px;}