.text_align_center{
	text-align:center;
}
h3.text_align_center{
	margin: 5px 0 !important;
    font-size: 22px !important;
    font-weight: 100 !important;
	padding-top: 0px;
}
.nordst_hidden_input{
	display:none; 
 } 
.width_24_percent{
	width:216px;
	display:inline-block;
}
.width_19_percent{
	width:216px;
	display:inline-block;
}
#nordst_choose_form img, .nordst_img_wrap{
	width:160px;
	display:block;
	margin:0 auto;
}
.choose_product_selected .nordst_img_wrap{
	position:relative;
}
.choose_product_selected .nordst_img_wrap:before{
	content: '';
    position: absolute;
    background: #4F8A10;
    right: 0;
    top: 48px;
    font-size: 43px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
	
}
div.nordst_leg_color[slug="white"] img{
	border:4px solid #000;
}
.nordst_marble_color.choose_product_selected .nordst_img_wrap:before,
.nordst_product_id.choose_product_selected .nordst_img_wrap:before,
.nordst_leg_color.choose_product_selected .nordst_img_wrap:before
{
	display:none;
}
.nordst_marble_color .nordst_img_wrap img,
.nordst_product_id .nordst_img_wrap img,
.nordst_leg_color .nordst_img_wrap img
{
	border-radius:5px;
}
.nordst_marble_color.choose_product_selected .nordst_img_wrap img,
.nordst_product_id.choose_product_selected .nordst_img_wrap img,
.nordst_leg_color.choose_product_selected .nordst_img_wrap img
{
	border:4px solid #4F8A10;
}
.width_60_percent{
	width:100%;
	
}
.width_60_percent .nordst_img_wrap{
    width: 60% !important;
    display: block;
    margin: 0 auto;
}
.width_60_percent .nordst_img_wrap img{
    width: 100% !important;
    display: block;
    margin: 0 auto;
}
.width_60_percent.choose_product_selected .nordst_img_wrap img{
   border:4px solid #4F8A10;
}
.width_60_percent.choose_product_selected .nordst_img_wrap:before{
	display:none;
}
.nordst_shape_wrap, .nordst_products_wrap, .nordst_marble_color, .nordst_leg_color {
    margin-top: 50px;
}
form#nordst_choose_form input, form#nordst_choose_form select {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.08);
}
h3.text_align_center.nordst_step_heading {
    font-weight: 700 !important;
    font-size: 26px !important;
	margin: 20px 0 !important;
}

@media only screen and (max-width: 480px) {
   .width_24_percent, .width_19_percent{
	   width:100%;
   }
   .nordst_shape_wrap, .nordst_products_wrap, .nordst_marble_color, .nordst_leg_color, .nordst_3d_render_product_wrap {
    margin-top: 30px;
}
}