body .modal-fullscreen.fade .modal-dialog{
	margin: 0;
    width: 100%;
    max-width: 100%;
	transform: inherit;
	height: 100%;
    font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
}
.modal .modal-content{
	background: #f7f7f7;
    padding: 100px 0 0;
	box-shadow: none;
	height: 100%;
}
.btnClose{
	position: absolute;
    right: 0;
	z-index: 1;
	top: 0;
}
.btnClose button.close {
   	padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    opacity: 1;
    color: #999;
    padding: 0 11px 8px 12px;
    text-align: center;
    margin: 8px;
    font-size: 30px;
}
.btnClose .close:hover, .btnClose .close:focus { color: #e19825; }
.lensdetaials{ }
.lensdetaials h2{
	text-align: center;
    text-transform: capitalize;
}
.lensTypeBox{
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    margin-bottom: 30px;
	border: 1px solid #fff;
	text-align:left;
}
.popupFramedetails .lens_images .lensTypeBox, .popupFramedetails .add_on_frame_img .lensTypeBox{ 
	margin-bottom: 0; 
	text-align: left;
}
.popupFramedetails .lens_images .lensTypeBox .col-sm-6{ text-align:left; }
body .lensTypeBox p{
	margin: 0;
    padding: 10px 0 0px;
	color: #333;
	font-size: 14px;
    text-align: left;
    font-weight: 400;
} 
.lensTypeBox .btn{
	background: #eff3f6;
    color: #2a3035;
    border-radius: 20px;
    padding: 8px 15px;
    font-weight: 600;
	font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
}
.lensTypeBox .price{ 
	position: absolute;
    right: 0;
    color: #2e3438;
    font-weight: 600;
    font-size: 16px;
	font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
}
.popupFramedetails h1.rx_lens_heading { text-align: center; }
.popupFramedetails #lens_price_calculator p{
	text-align: center;
    padding: 10px 0;
}
.popupFramedetails .imagesbotam{
	width: 20%;
    float: left;
}
.contentinfno{ float: left; }
.popupFramedetails .imagesbotam img { width:100%; } 
.popupFramedetails .table { margin-bottom: 0; }
.popupFramedetails .modal-body { padding: 0; }
.popupFramedetails .modal-footer {
    padding: 25px;
    background: #fff;
	position: absolute;
    bottom: 0;
    width: 100%;
}

.add-rx-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.75rem;
    margin-bottom: 1.875rem;
}
.cly-select-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    margin-bottom: 1.25rem;
}
.cly-select-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
}
.cly-select-group>.cly-select-label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: .9375rem;
}
.cly-select-group--has-labels>.cly-select-label {
    margin-top: 20px;
}
.add-rx-form .cly-select-group>.cly-select-label {
    position: relative;
    width: 50px;
    -ms-flex-pack: center;
    justify-content: center;
}
.cly-select {
    position: relative;
}
.cly-select-group .cly-select:nth-of-type(n+1) {
    margin-left: -1px;
}
.cly-select>.cly-select-label {
    display: block;
    text-align: center;
}
.cly-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid silver;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;

    padding: 0 25px 0 15px;
    position: relative;
    height: 68px;
	width: auto;
}
.cly-select-group .cly-select>select {
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
}
.cly-select-group .cly-select:first-of-type>select {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.cly-select:after {
    color: #2681EC;
    font-size: 7px;
    z-index: 3;
    right: 6px;
    position: absolute;
    bottom: 28px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
}
.pd-col {
    background-color: #e0e0e0;
    border-radius: 4px;
    padding: 20px;
    margin-top: -20px;
    position: relative;
    max-width: 362px;
	text-align: center;
}
.pd-col--toggle-pds {
    color: #333;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    text-decoration: underline;
    transition: 0.3s all ease-in-out;
}
.pd-col--toggle-pds:hover {
    cursor: pointer;
    color: #333;
    border-bottom-color: #333;
}
.cly-select-group .cly-select>select {
    border-radius: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
	font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif;
}
.cly-select.error>select, .cly-select.error>select:focus {
    border: 1px solid #D0021B;
    color: #D0021B;
}
.pd-col .cly-select-group select { min-width: 91px; }
.cly-select-group .cly-select.error>select, .cly-select-group .cly-select.warning>select { z-index: 3; }
.cly-select-group .cly-select:last-of-type>select {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pd-col__help {
    border-color: #2681EC;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    color: #2681EC;
    cursor: pointer;
    display: block;
    font-size: 8px;
    height: 16px;
    margin: 2px;
    position: relative;
    transition: .5s all ease-in-out;
    vertical-align: middle;
    width: 16px;
}
.pd-col__help:after {
    content: '?';
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cly-select-group--center {
    -ms-flex-pack: center;
    justify-content: center;
}
.cly-select-group--single, .cly-select-group--multi { display: inline-block; }
.pd-col--select-item { margin: auto; }
.add-rx-form .pd-col .cly-select-group>.cly-select-label { margin: 0 0 5px 0; }
.cly-select>select:focus {
    border: 1px solid #2681EC;
    outline: none;
    speak: none;
}
.cly-select-group .cly-select>select:focus { z-index: 2; }
.popupFramedetails .framedetails .selected-lens-addon { border: 0; }
.popupFramedetails .selected-lens-addon .lensTypeBox{ border: 1px solid #b5b5b5; }
#loading-image {
	width: 100px;
	height: 100px;
	position: fixed;
	top: 140px;
	right: 80px;
	z-index: 1;	
}
#page_loader{
	position: fixed;
    z-index: 999999;
    top: 0;
    width: 100%;
    background: #ffffff9e;
    height: 100%;
    display: block;
    min-height: 100%;
    max-height: 100%;
    padding-top: 25%;
    left: 0;	
}
#page_loader img{
	width: 7%;
    margin: auto;
}
.popupFramedetails .selected-lens-addon { border: 0; }
.framedetails3 .powerselec{
	margin: 15px auto 0;
    max-width: 700px;
	text-align: center;
}
.framedetails3 .powerselec label{
    min-width: 24.111%;
    margin: 0 3px 15px !important;
}
.tryBtnLarge .bteselect, .tryBtnLarge .btryrys{
	width: 100%;
    text-align: center;
    margin-bottom: 8px;
    font-size: 16px;
    padding: 13px;
    border-radius: 4px;
}
.tryBtnLarge .bteselect{
	background: #111111;
	color: #ffffff;
	border: 1.5px solid #111111;
}
.tryBtnLarge .btryrys{
	background: #ffffff;
	color: #111111;
	border: 1.5px solid #111111;
	font-weight: 500;
}
.tryBtnLarge .bteselect:hover{
	background: #2a2a2a;
	border-color: #2a2a2a;
}
.tryBtnLarge .btryrys:hover{
	background: #f5f5f5;
}
.frameDeta{
	background: #f5f5f5;
    padding: 60px 40px;
}
.frameDeta .proImga{ }
.frameDeta h5{ 
	font-size: 22px;
    padding-bottom: 15px;
    font-family: arial;
    color: #333;
    
    font-weight: 500;
    text-transform: capitalize;
}
.frameDeta table td{ 
	padding: 10px 15px 5px 0;
    font-size: 17px;
    line-height: 18px;
    width: 68%;
    display: inline-block;
    font-weight: normal;
    color: #666;
    font-family: arial;
}
.frameDeta table td:first-child{
	width: 32%;
    display: inline-block;
    font-weight: bold;
    color: #333;
    font-family: arial;
}
.frameDeta table td ul{ list-style-type: none; }
.frameDeta table td ul li{
    list-style-position: inside;
	padding: 0 0 7px 1em;
  	text-indent: -.7em;
	line-height: 20px;
}
.frameDeta table td ul li::before {
	content: "•";
    color: #dadada;
    font-size: 24px;
    position: relative;
    top: 4px;
	right: 9px;
}
body .cartbt .has-badge.p1[data-count]:after {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    letter-spacing: -1px;
}
.modal-fullscreen span.recommended, .modal-fullscreen table.table.lens_selc_table p { font-family: 'Open Sans', 'Segoe UI', Tahoma, sans-serif; }
.lSSlideOuter .lightSlider .lslide{ padding: 0 25px; }
.single-product .pr-description h3 {
    color: #333;
    font-family: arial;
    font-weight: bold;
    padding-bottom: 10px;
}
.single-product .pr-description h4{
	font-family: Times New Roman;
    color: #666;
    text-transform: capitalize;
    font-style: italic;
}
#panelBodyOne{}
.fullwidthabanner .defaultimg{}
.checkoutpopup{  }
.checkoutpopup .modal-dialog { padding-top: 20%; max-width: 700px; }
.checkoutpopup .modal-dialog .modal-content { padding: 0; }
.checkoutpopup .modal-header{ 
	text-align: right;
    display: block;
}
.checkoutpopup .modal-body {
    position: relative;
    padding: 25px 15px 45px;
}
.tryonpopup .modal-content{
	border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow: hidden;
}
.tryonpopup .modal-header {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
}

.abc_addon_lens{}
.abc_addon_lens td{ width:50%; }
.abc_addon_lens .lensTypeBox .btn {
    width: 177px;
    text-align: left;
}







@media (min-width: 768px){
	.add-rx-form {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.add-rx-form__secondary-items { margin-left: 3.75rem; }
	.pd-col {
		width: 190px;
		min-height: 200px;
	}
	.add-rx-form__secondary-items .cly-select-group {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
	}
	.add-rx-form__secondary-items .cly-select-group>.cly-select-label {
		display: block;
		text-align: center;
		margin:0;
	}
	.add-rx-form__secondary-items .cly-select>.cly-select-label { display: none; }
	.add-rx-form__secondary-items .cly-select-group>.cly-select>select {
		border-top-left-radius: 6px;
		border-bottom-left-radius: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
	}
	.add-rx-form__secondary-items .cly-select-group>.cly-select { margin-bottom: 1.25rem; }
	.pd-col__help {
		display: inline-block;
		position: absolute;
		right: -15px;
	}
	
	#prescription_details table tr th {width: 20%;}
	
}



@media (max-width: 1280px) { }
@media (min-width: 768px) and (max-width: 991px) { }
@media (max-width: 767px) { 

	.frameDeta table{ margin-bottom:15px; }
	.lensTypeBox .price {
    	position: absolute;
    	right: 15px;
    	top: -27px;
	}
	.pd-col { margin-top: 0;}
	.framedetails3 .powerselec label { min-width: 31.555%; }
	.lensTypeBox { margin-bottom: 0; }
	.add-rx-form {
		margin-top: 1.875rem;
		margin-left: auto;
		margin-right: auto;
		max-width: 340px;
	}
	.pd-col--toggle-pds {
		display: block;
		margin-top: 10px;
		text-align: left;
	}
	.pd-col--help-link {
		display: block;
		text-align: left;
	}
	.frameDeta table td:first-child {
    	width: 100%;
    	display: block;
	}
	.frameDeta {
    	background: #f5f5f5;
    	padding: 40px 15px;
	}
	.modal-fullscreen .modal-content { padding: 20px 0 0; }
	.contentinfno {
    	float: right;
    	padding-bottom: 7px;
	}
	.popupFramedetails .modal-footer .takeover-footer__subtotal{ color:#000; }
	.popupFramedetails .modal-footer { 
		padding: 10px; 
		position: fixed;
	}
	.cly-select-group .cly-select:nth-of-type(n+1) { float: left; }
	.popupFramedetails .modal-body{
		overflow-y: auto;
    	overflow-x: hidden;
	}
	.popupFramedetails .modal-body .container{ padding: 0 0 125px; }
	.popupFramedetails .modal-body .modal-footer .container{ padding: 0; }
	.frameDeta .proImga { padding: 15px; }
	
	
	.checkoutpopup .modal-dialog{
		position: fixed;
		bottom: 0;
		width: 100%;
		margin: 0;
	}
	.abc_addon_lens td { width: 100%; }
	#prescription_details tr:nth-child(1){}
	#prescription_details tr:nth-child(2){}
	#prescription_details tr:nth-child(3){}
	#prescription_details tr:nth-child(4){}
	#prescription_details tr:nth-child(5){}
	#prescription_details tr:nth-child(6){}
	
	
	
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td { display: inline-block;	}
	.lSSlideOuter .lightSlider .lslide{ 
		padding: 0; 
		margin:0 !important;
	}
	.singlepdc{ padding:0; }
	.singlepdc .container{ padding:0; }
	.woocommerce table.shop_table td { font-size: 12px; }

}
@media (max-width: 480px) { }
@media (max-width: 380px) {	}

.add_on_frame_img .lensTypeBox{margin-bottom: 0px;}
.add_on_frame_img_add .lensTypeBox{margin-bottom: 0px;}
.pd-col--toggle-pds.pd-col--help-link a {color: #333;}

@media (max-width: 320px){
.woocommerce table.shop_table td {
    font-size: 10px;
}}