.sf_row{
	display: flex;
}
.sf_column_1{
	flex: 0 0 33%;
	padding: 0px 10px;
	margin-bottom: 20px;
}
.sf_column_1_2{
	flex: 0 0 50%;
}

.sf_column_6{
	flex: 0 0 16.6%;
	padding: 0px 10px;
}
.sf_column_2{
	flex: 2;
}
.sf_column_4{
	flex: 4;
}
.sf_column_padding_right{
	padding-right: 50px;
}
.sf_column_padding_left{
	padding-left: 50px;
}
.sf_padding_10{
	padding: 10px;
}

/*--SF: Steps--*/
.sf_step{
	cursor: pointer;
	margin-right: 20px;
}
.sf_step_wrapper, .sf_pagination, .sf_hide_initial{
	display: none;
}
#sf_step_wrapper_1{
	display: block;
}
.sf_step_wrapper span{
	font-weight: bold;
	font-size: 25px;
	border-bottom: 2px solid #000;
	display: inline-block;
	margin-bottom: 20px;
}
.sf_step_wrapper .sf_calculation_title{
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	margin-bottom: 20px;
	text-decoration: none;
	border-bottom: none;
}
.sf_image_select:hover{
	cursor: pointer;
}
.sf_image_select, .sf_fineer_select{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(179,173,179,0.6);
    -moz-box-shadow: 0px 0px 5px 1px rgba(179,173,179,0.6);
    box-shadow: 0px 0px 5px 1px rgba(179,173,179,0.6);
    background: #ededed;
}
.sf_fineer_select{
	margin-bottom: 20px;
	position: relative;
}
.sf_basisplaat_select{
	height: 200px;
}
.sf_calculate_table{
	font-size: 20px;
}
.sf_calculate_table td{
	color: #000 !important;
}
#sf_fineer_price_1, #sf_fineer_price_2{
	font-weight: bold;
}

.sf_step_wrapper .sf_fineer_name{
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	border-bottom: none;
	font-size: 16px;
	padding: 0px 10px;
}
.sf_preview_name{
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}