[id^='tooltip']{
	position: fixed !important; 
}

.image-choser{
	cursor: pointer;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 300px;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.steps-body input:focus, textarea:focus, select:focus{
    outline: none;
}

.bg-disen-row
{
	background-color: #fafafa
}

.steps-header h3{
	font-size: 24px !important;
	margin: 0 !important;
}
.steps-header h3[class^='step'],.steps-header ~ .steps-body section[class^='step']{
	display: none;
}

.steps-header.step_1 span.step_1,
.steps-header.step_2 span.step_2,
.steps-header.step_3 span.step_3{
	font-size: 28px;
}
.steps-header.step_1 h3.step_1,.steps-header.step_1 ~ .steps-body section.step_1,
.steps-header.step_2 h3.step_2,.steps-header.step_2 ~ .steps-body section.step_2,
.steps-header.step_3 h3.step_3,.steps-header.step_3 ~ .steps-body section.step_3{
	display: block;
}

.anillo-forma img{
	max-width: 90px;
}

.steps-body #slider1{
	background-color: #9babbd !important;
	border-radius: 8px;
	outline: none;
	transition: background 450ms ease-in;
	-webkit-appearance: none;
	height: 10px;
}



.steps-body input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: none;
  background-color: #6c7c8d !important;
}

.steps-body input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: none;
  background-color: #6c7c8d !important;
}

.steps-body input[type="range"]::-ms-thumb {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 0;
  background-color: #6c7c8d !important;
}

.steps-body select,.contacto-info{
	width: 100%;
	margin-bottom: 0px;
	background-color: #F4F7F9;
	border: 2px solid #F4F7F9;
	color: #6c7c8d !important;
	padding: 6px 12px;
	height: 45px;
	outline: none;
}

img.forma_moldura{
	opacity: 0.4;
}
img.forma_moldura.active{
	opacity: 1;
}

button.btn-material{
	background: white;
	color: #323c47;
	min-width: 80px;
	text-align: center;
	line-height: 2.2;
	border-radius: 5px;
	font-weight: 600;
	font-size: 16px;
	border: 1px solid #6c7c8d;
	margin: auto; 
}

button.btn-material.active{
	background: #6c7c8d;
	color: white;
	border: 1px solid #6c7c8d;
}


.color_metal{
	    border: 2px solid white;
	    color: #323c47;
	    text-align: center;
	    line-height: 2.2;
	    border-radius: 50%;
	    font-weight: 600;
	    width: 40px;
	    height: 40px;
	    background-size: cover;
	    margin: auto; 
}

.color_metal.active{
	border: 2px solid #6c7c8d;
}

.steps-body label{
	color: #323c47;
	font-size: 16px;
	font-weight: 400;
}

.steps-body label b{
	color: #6C7C8D;
}
.contact-error{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -10px;
	color: red;
}