.hanlob-cart-header{
	width:100%;
	box-sizing:border-box;
	background:#fff;
}
.hanlob-cart-header__inner{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.hanlob-cart-header__title{
	margin:0;
	font-size:42px;
	line-height:1.1;
	font-weight:800;
	letter-spacing:-.02em;
}
.hanlob-cart-header__subtitle{
	margin:10px 0 0;
	font-size:17px;
	line-height:1.5;
}
.hanlob-cart-header__divider{
	display:block;
	width:60%;
	height:1px;
	margin:24px auto 0;
	border-radius:999px;
}
.hanlob-cart-header__progress{
	display:grid;
	grid-template-columns:auto minmax(40px,180px) auto minmax(40px,180px) auto;
	align-items:start;
	justify-content:center;
	gap:14px;
	margin-top:30px;
}
.hanlob-cart-header__step{
	display:flex;
	flex-direction:column;
	align-items:center;
	min-width:82px;
}
.hanlob-cart-header__dot{
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	border:2px solid #D7DEE7;
	border-radius:999px;
	background:#fff;
	color:#64748B;
	font-weight:700;
	line-height:1;
	transition:.2s ease;
}
.hanlob-cart-header__dot i,
.hanlob-cart-header__dot svg{
	display:block;
}
.hanlob-cart-header__step.is-active .hanlob-cart-header__dot{
	color:#fff;
}
.hanlob-cart-header__label{
	margin-top:8px;
	font-size:14px;
	font-weight:600;
	white-space:nowrap;
}
.hanlob-cart-header__line{
	display:block;
	width:100%;
	height:2px;
	margin-top:15px;
	border-radius:999px;
}
@media (max-width:767px){
	.hanlob-cart-header__title{
		font-size:31px;
	}
	.hanlob-cart-header__subtitle{
		font-size:15px;
	}
	.hanlob-cart-header__progress{
		grid-template-columns:auto minmax(18px,1fr) auto minmax(18px,1fr) auto;
		gap:7px;
		margin-top:24px;
	}
	.hanlob-cart-header__step{
		min-width:62px;
	}
	.hanlob-cart-header__label{
		font-size:12px;
	}
	.hanlob-cart-header__line{
		margin-top:14px;
	}
}
@media (max-width:420px){
	.hanlob-cart-header__progress{
		gap:4px;
	}
	.hanlob-cart-header__step{
		min-width:54px;
	}
	.hanlob-cart-header__label{
		font-size:11px;
		white-space:normal;
	}
}


/* Hanlob Smart Checkout Header 2.0 */
.hanlob-smart-header .hanlob-cart-header__step.is-complete .hanlob-cart-header__dot,
.hanlob-smart-header .hanlob-cart-header__step.is-current .hanlob-cart-header__dot{
	color:#fff;
}
.hanlob-smart-header .hanlob-cart-header__step.is-complete .hanlob-cart-header__label,
.hanlob-smart-header .hanlob-cart-header__step.is-current .hanlob-cart-header__label{
	font-weight:700;
}
.hanlob-smart-header .hanlob-cart-header__step.is-current .hanlob-cart-header__dot{
	box-shadow:0 0 0 5px rgba(65,131,179,.12);
}
.hanlob-smart-header .hanlob-cart-header__step.is-complete .hanlob-cart-header__dot i{
	font-size:.9em;
}
@media(max-width:767px){
	.hanlob-smart-header .hanlob-cart-header__title{font-size:28px}
	.hanlob-smart-header .hanlob-cart-header__subtitle{font-size:13px}
}
