div.prescription_container {
	overflow: hidden;
	display: none;
	/*height: -webkit-fill-available;*/
}
div.product-info-main{
	height: 100%
}
.modal-inner-wrap{
	width: 30% !important;
}

#button_container {
	float: right;
	margin-top: 30px;
	margin-bottom: 10px;
}

div.lens_type_box {
	/*width: 45%;
	height: 45%;
	text-align: center;
	vertical-align: middle;	
	float: left;
	box-sizing: border-box;
	*/
	box-sizing: border-box;
	margin-bottom: 5px;
	cursor: pointer;
	/*background-color: lightgray;*/
}
.lens_type_box:hover{
	background-color: #32cfb0;
	color: #ffffff;
	cursor: pointer;
}
.lens_type_selected{
	background-color: #1f8671;
	color: #ffffff;
}


div.lens_name_box {
	width: 47%;
	height: 100px;
	text-align: left;
	vertical-align: middle;	
	float: left;
	box-sizing: border-box;
	padding: 10px;
	margin: 5px;
	background-color: #ffffff;
	border: 1px solid black;
	padding: 5px;
	display: flex;

}
/*nico*/
.lens_name_box:hover{
	background-color: #32cfb0;
	color: #ffffff;
	border-color: #ffffff;
	cursor: pointer;
}
.lens_name_selected{
	background-color: #1f8671 !important;
	color: #ffffff !important;
	border-color: #ffffff !important;
}
.lens_name_selected .lens_price{
	color: #ffffff;
}
/* end nico */
.div_photocromic{
	background: transparent;
	position:absolute;
	top: 20%;
	left: 10%;
	z-index: 2;
}

div.lens_style_box {
	
	/*width: 45%;
	height: 45%;
	text-align: center;
	vertical-align: middle;	
	float: left;
	box-sizing: border-box;
	*/
	margin-bottom: 7px;
	cursor: pointer;
	position: relative;
}
.lens_style_selected {
	background-color: #1f8671  !important;
	color: #ffffff !important;
}
.lens_style_selected .lens_price{
	color: #ffffff;
}
.lens_style_box_title,  .lens_coating_box_title{
	border-bottom: 1px dotted black;
}
.lens_style_box:hover{
	background-color: #32cfb0;
	color: #ffffff;
	cursor: pointer;
}
.lens_style_box:hover .lens_price{
	color: #ffffff;
}

.hover_lens_style_box_title{
	background-color: #32cfb0 !important;
	color: #ffffff;
	cursor: pointer;
} 

.img_lens_type_box{
	background-color: #FFFFFF;
}
.div_lens_type_box{
	background-color: #FFFFFF;
	color: #A5A5A5;
}

.img_lens_box{
	height:100%;
	width: auto;
	position: relative;
}

.phc_color_selected, .color_type_selected , .lens_color_selected {
	border: 1px solid #1f8671;
}
.phc-color{
	padding: 5px;
}

.lens-color{
	cursor: pointer;
}
.color{
	cursor: pointer;
}

.label-color{
	margin-top: 5px;
}

.mdlcolor{
	margin-top:5px;
}

div.lens_coating_box {
	/*width: 45%;
	height: 45%;
	text-align: center;
	vertical-align: middle;	
	float: left;
	box-sizing: border-box;
	margin: 5px;
	cursor: pointer;
	*/
	margin-bottom: 7px;
	cursor: pointer;
	position: relative;
}
.lens_coating_selected{
	background-color: #1f8671 !important;
	color: #ffffff !important;
}
.lens_coating_selected .lens_price{
	color: #ffffff;
}
.lens_coating_box:hover{
	background-color: #32cfb0;
	color: #ffffff;
	cursor: pointer;
}
.lens_coating_box:hover .lens_price{
	color: #ffffff;
}

div.lens_name {
	/*margin-bottom: 5px;*/
}

p.lens_description {
	font-size: 80%;
}

span.lens_price {
	color: #32cfb0;
	font-size: 80%;
}
.lens_name_box:hover .lens_price {
	color: #ffffff;
}

.lens_style_sel{
	color: #888888;
	z-index: 20;
	position: absolute;
	bottom: 0%;
	width: 100%;
	text-align: center;
}

/*NICO CSS*/
.border_lens_type_box{
	border: 1px solid; 
	border-color:#2F4F4F;
}

.custom-select{
	width:78%;
	background: none;
	border: solid 1px black;
	font-size: 16px;
}
.table_prescription_container{
	width: 100%;
	overflow-y: scroll;
}
.table_prescription_container td{
	padding-top: 4px;
}
.table_prescription_container th{
	text-align: center;
}
div.field.qty{
	margin-top: -4px;
}
div.swatch-opt{
	margin-top: 35px;
}
div.swatch-attribute{
	margin-top: 35px;
} 
.next_button{
	background-color: #ffffff;
	border-color: #32cfb0;
	padding: 2% 10%;
}
.next_button:hover:enabled {
	background-color: #32cfb0;
	color: #ffffff;
	border-color: #ffffff;
}

.next_tinting_button{
	background-color: #ffffff;
	border-color: #32cfb0;
	padding: 10px 15px;
	margin-top: 20px;
}
.next_tinting_button:hover:enabled {
	background-color: #32cfb0;
	color: #ffffff;
	border-color: #ffffff;
}

.table_resume {
	text-align: center;
	border-color: #2F4F4F;
	width: 92%;
	border-top: 1px solid !important;
	border: 2px solid;
}
.table_resume th{
	color:#32cfb0;	
}
.table_select_disabled{
	background-color:#DFDEDC;
	cursor: not-allowed;
}
/*progressbar */

.progressbar_container {
	width: 100%;
	height: 10px;
	margin: 100px auto;
}
.progressbar_row{
	margin-right: auto;
	margin-left: -15px;
	height: 9%;
	margin-top: -90px;
}
.progressbar {
	counter-reset: step;
}
.progressbar li {
	list-style-type: none;
	width: 16%;
	float: left;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	color: #7d7d7d;
}
.progressbar li:before {
	width: 30px;
	height: 30px;
	content: counter(step);
	counter-increment: step;
	line-height: 30px;
	border: 2px solid grey;
	display: block;
	text-align: center;
	margin: 0 auto 10px auto;
	border-radius: 50%;
	background-color: white;
}

/*.progressbar .active:last-child + li:before {
background-color: #1f8671;
}*/

.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #7d7d7d;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active {
	color: #32cfb0;
}
.progressbar li.active:before {
	border-color: #32cfb0;
}
.progressbar li.active:after{/* + li:after */
	background-color: #32cfb0;
}
.last-active:before{/* + li:after */
	background-color: #32cfb0 !important;
	color: white;
}
.current_step{
	background: #1f8671;
}
/*error*/
.pow_input_error{
	border: 1px solid red;
}
.error_content{
	display: block;
	color: red;
	margin-bottom: 7%;
	margin-top: 7%;
}

.not_allowed{
	cursor: not-allowed;
	background: #DFDEDC !important;
}

.invisible{
	visibility: hidden;
}
.d-none{
	display: none;
}
.d-block{
	display: block;
}

.cursor-default{
	cursor: default;
}
.cursor-pointer{
	cursor: pointer;
}

.loader{
	z-index: 1000;
	position: absolute;
	top: 68%;
	left: 66%;
	height: auto;
}
.special_price{
	color: #FE7084 !important;
}

.not-available{
	cursor: not-allowed !important;
}

.label-prescription{
	font-weight: 600;
}

.swatch-attribute{
	width: 100%;
}

@media only screen and (max-width: 1367px) {	/* iPad Orizzontale */
/*.div_photocromic{
background: transparent;
position:absolute;
top: 40%;
left: 10%;
z-index: 2;
}*/
	.progress-label{
		font-size: 1vw;
	}
}

@media only screen and (max-width: 1025px) {	/* iPad Pro, iPad Verticale*/
	.lens_description{
		/*visibility: hidden;*/
	}	

	.div_photocromic{
		background: transparent;
		position:absolute;
		top: 40%;
		left: 10%;
		z-index: 2;
	}
	.progress-label{
		font-size: 1vw;
	}
	.modal-inner-wrap{
		width: 50% !important;
	}

	div.lens_name_box { 
		width: 95%;
	}
}
@media only screen and (max-width: 569px) {		/* S5 verticale */
		div.lens_name_box { 
			font-size: 3.5vw !important;
			width: 95%;
		}
		.lens_description{
			visibility: visible;
			font-size: 3vw !important;
			width: 95%;
		}
}

@media only screen and (max-width: 640px) {		/* S5 verticale */
	.modal-inner-wrap{
		width: 91% !important;
	}
	div.lens_name_box { 
		font-size: 3.5vw;
		width: 95%;
	}
	.lens_description{
		visibility: visible;
	}
	.label-color{
		font-size: 3.8vw;
	}
	.color{
		padding-left: 1%; 
	}
	.div_photocromic{
		background: transparent;
		position:absolute;
		top: 37%;
		left: 10%;
		z-index: 2;
	}
	.lens_description{
		/*visibility: hidden;*/
	}
	

	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {	/* display: none; <- Crashes Chrome on hover */
		-webkit-appearance: none;
		margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
		padding: 1px;
	}

	input[type=number] {
		-moz-appearance:textfield; /* Firefox */
		padding: 1px;
	}
	.custom-select{
		padding: 1px;
	}
	.progress-label{
		display: none;
	}
	.modal-title{
		padding: 0% !important;
		margin: 0% !important;
	}
	.modal-header{
		padding: 0% !important;
		margin: 0% !important;
	}
	.modal-footer{
		padding: 0px 0px 0px 5px !important;
	}
}
.try_on_button {
    background-color: #32cfb0;
    border-color: #32cfb0;
    padding: 10px 15px;
    color: #FFF;
    border: 1px solid;
}
__________________________________

@media only screen and (max-width: 639px) {		/* S5 verticale */
	div.lens_name_box { 
		font-size: 4.5vw;
		width: 95%;
	}
	.lens_description{
		visibility: visible;
	}
}


/*
@media screen and (max-width: 1024px) and (max-width: 1024px) {}	/*iPad Pro, tablet Landscape*/

/*
@media screen and (min-width: 400px) and (max-width: 1024px) {} /*iPad Pro, tablet Portrait}*/