.steps {
	position: relative;
	display: table;
	width: 100%;
	margin: 6px 0;
	height: 48px;
	margin-bottom:36px;
}

.steps-item {
	position: relative;
	display: table-cell
}

.steps-item:after,
.steps-item:before {
	position: absolute;
	width: 50%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background-color: #E5E5E5;
	content: '\00a0'
}

.steps-item:before {
	left: 0
}

.steps-item:after {
	right: 0
}

.steps-item.active:before,
.steps-item.completed:after,
.steps-item.completed:before {
	background-color: #00385F
}

.steps-item-ribbon {
	position: absolute;
	display: block;
	width: 48px;
	height: 48px;
	top: 50%;
	left: 50%;
	margin-top: -24px;
	margin-left: -24px;
	text-align: center;
	background-color: #E5E5E5;
	color: #999;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 1
}

.steps-item.active .steps-item-ribbon,
.steps-item.completed .steps-item-ribbon {
	background-color: #00385F
}

.steps-item.active .steps-item-ribbon {
	color: #F7F7F7
}

.steps-item.completed .steps-item-ribbon {
	color: #fff
}

.steps-item-ribbon i {
	font-size: 18px;
	line-height: 48px
}

.geotrust-icon {
	display: inline-block;
	width: 10%;
	float: right;
	padding: 12px
}

.catalog.checkout-catalog {
	margin: 0
}

.catalog.checkout-catalog .catalog-item {
	padding: 12px
}

.catalog.checkout-catalog .catalog-item-image-container {
	width: 64px
}

.catalog.checkout-catalog .catalog-item-name {
	font-size: 16px;
	line-height: 18px
}