.step-title {
	text-align: center;
	position: absolute;
	top: 30px;
	left: 90px;
}

.step-icon {
	background-size:auto 70px!important;
	background-repeat:no-repeat!important;
	background-position:center center;
	display: inline-block;
	zoom: 1;
	width: 64px;
	height: 64px;
	margin: auto;
}

.step {
	position:relative;
}

#prod-selector {
	width: 100%;
	margin: auto;
	text-align: center;
	display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-cont {
	min-width: 170px;
	height: 200px;
	padding: 10px 0px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.product-cont .icon {background-size:cover!important;background-repeat:no-repeat!important;background-position:center center;}

.product-button {
	color: #000000;
	text-decoration: none;
}

#prod-selector .icon {
	width: 120px;
	height: 120px;
	margin: auto;
	margin-top: 5px;
	background-size: 
}

.step-num {
	position: absolute;
	width: 24px;
	height: 24px;
	top: -13px;
	right: 20px;
	text-align: center;
	line-height: 23px;
	font-weight: bold;
	font-size: 16px;
	border-radius: 13px;
	border : 1px solid #6da42e;
	box-shadow: rgba(0,0,0, 0.3) 0px 0px 7px;
	background-color:#7ab733;
	color: #ffffff;
}

.step-description {
	padding: 0px 5px;
	font-size: 10pt;
}

@media (min-width: 380px) {
	.product-cont {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 10px;
	}
}

@media (min-width: 550px) {
	.product-cont {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
}

@media (min-width: 720px) {
	.product-cont {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width: 890px) {
	.product-cont {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
}