.Variants{
	margin-bottom:10px;
}
.step-container{
	overflow:hidden;
}
.step-indicator{
	background:#FFFFFF;
	padding:10px;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	border-bottom:1px solid #DDDDDD;
	cursor:pointer;
}
.VariantGroup .TextInputField_ProductInfo{
	height:28px;
	padding: 0 10px;
	line-height: 28px;
}
.step-container.active .step-indicator{
	background:#ffffff;
	color:#000000;
	border-bottom:1px solid #DDDDDD !important;
} 
.step-container:nth-of-type(1),
.step-container:nth-of-type(2){
	border-bottom:0 none;
}
.step-container:nth-of-type(2),
.step-container:nth-of-type(3){
	border-top:0 none;
}
.step-container:last-child .step-indicator{
	/*border-bottom:0 none;*/
}
.step-indicator span{
	display: inline-block;
	background: #000000;
	border-radius: 15px;
	padding: 5px 9px;
	text-align: center;
	color: #FFFFFF;
	margin-right:10px;
}

.step-container .step-data{
	overflow:hidden;
	/*max-height:0px;*/
	padding:0px;
	float: left;
}
.step-container.active .step-data{
	overflow:hidden;
	/*max-height:500px;*/
	padding:10px;
}
.VariantGroup {
  border: 0 none;
  width:195px !important;
}
.VariantGroup td {
  padding: 0;
  font-size: 1.07692em;
  color: #222222;
  background: #FFFFFF;
}
.step-container .select2{
	width:195px !important;
}