.progressbar {
	padding: 0;
	margin-top: 3vh;
}

.progressbar li {
	list-style-type: none;
	width: 33%;
	float: left;
	position: relative;
	color: lightgrey;
}

.progressbar li:nth-child(1):before {
	margin-left: 0px !important
}

.progressbar li:nth-child(3):before {
	margin-right: 0px !important
}

.progressbar li:before {
	content: '';
	width: 5px;
	height: 5px;
	display: block;
	background: #ddd;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 1vh
}

.progressbar li:after {
	content: '';
	height: 2px;
	background: #ddd;
	position: absolute;
	left: 0%;
	right: 0%;
	margin: auto;
	top: 1px;
}

.progressbar li.active {
	color: black;
}

.progressbar li.active:before,
.progressbar li.active:after {
	background: #c40300;
}

.card.shipping-details {
	display: none;
}