/** Shopify CDN: Minification failed

Line 150:10 Expected ":"
Line 151:4 Expected identifier but found "0"

**/
/*
* Prescription form
*/
.or-class{
  font-weight: bold;
  text-transform: uppercase;
}
.choose_lense_section {
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    overflow-y: auto;
    padding: 0 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.close_section {
    display: block;
    width: 100%;
    text-align: right;
    margin: 20px 0;
}
.close_button {
    padding: 10px;
    cursor: pointer;
}
.prism_box {
  	margin-bottom: 15px;
  	background: #F1F1F1;
  	position: relative;
}
.prism_box > p {
	display: inline-block;
}
.purpose_query {
	display: inline-block;
    margin-left: 5px;
    cursor: pointer;
}

.purpose_ans {
  	display: none;
	position: absolute;
  	left: 0;
  	bottom: 100%;
  	border: 2px solid #3faaa7;
  	background: #F1F1F1;
  	padding: 2px;
}
.purpose_query:hover .purpose_ans {
	display: block;
}

.choose_lenses {
    background: #f1f1f1 none repeat scroll 0 0;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.choose_lenses ul li {
    display: inline-block;
    margin: 15px 0;
}
.choose_lenses ul li .glass_using {
    background: #fff none repeat scroll 0 0;
    border: 3px solid #ddd;
    cursor: pointer;
    padding: 15px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.choose_lenses ul li .glass_using:hover {
    border: 3px solid #3faaa7;
}
.choose_lenses ul li.selected .glass_using {
    border: 3px solid #3faaa7;
}
.choose_lenses ul li .glass_using .purpose_query {
    position: absolute;
    right: 20px;
    top: 20px;
}
.choose_lenses ul li .glass_using .purpose_query .purpose_rel {
    position: relative;
}
.choose_lenses ul li .glass_using .purpose_query .purpose_rel i {
    font-size: 18px;
    color: #999;
}
.choose_lenses ul li .glass_using .purpose_query .purpose_rel .purpose_ans {
    display: none;
    position: absolute;
    width: 300px;
    background: #fff;
    border: 2px solid #151515;
    bottom: 100%;
    right: -20px;
    z-index: 99999;
    padding: 10px;
}
.choose_lenses ul li .glass_using .purpose_query .purpose_rel:hover .purpose_ans {
    display: block;
}
.choose_lenses ul li .glass_using .purpose_query .purpose_rel:hover i {
    color: #000;
}
.choose_lenses ul li:first-child {
    margin-left: 0;
}
.choose_lenses ul li:last-child {
    margin-right: 0;
}
.choose_lenses ul li .inc {
    background: #3faaa7 none repeat scroll 0 0;
    color: #fff;
    line-height: 1;
    margin: 0;
    padding: 10px;
}
.nearvision_pres {
    margin-top: 20px;
}
.nearvision_pres p {
    display: block;
    background: #F1F1F1;
}
.nearvision_pres p span {
    display: inline-block;
    padding: 14px 20px 14px 0;
    color: #fff;
    background: #151515;
    margin-right: 20px;
    width: 230px;
}
.nearvision_pres p span input {
    margin: 0 10px;
}
.nearvision_pres p select {
    display: inline-block;
    width: 100px;
    padding: 0px 10px;
    margin;
    0;
    font-size: 14px;
}
.prescription-form-btn-container {
	width: 30%;
  	padding: 35px;
  	margin: 0 auto;
}
.prescription_section {
    background: #F1F1F1;
}
.form__section {
    margin-bottom: 20px;
    overflow: hidden;
}
.pres_tabs {
    padding: 15px 0 30px 0;
    background: #F1F1F1;
    display: block;
}
.pres_tabs div {
    display: inline-block;
    width: 30%;
    margin-right: 20px;
    padding: 30px 0;
    background: #151515;
    color: #fff;
}
.pres_tabs .saved_tab {
    margin-right: 0;
}
.pres_form {
    padding: 30px 50px;
    margin-bottom: 20px;
}
.pres_form table th,
.pres_form table td {
    vertical-align: middle !important;
}
.pres_form input,
.pres_form select,
.pres_form textarea {
    background-color: #fff;
    border: 1px solid #aaa;
    transition: border-color 0.3s ease 0s;
}
.pres_form .prescription_name {
    margin-bottom: 20px;
}
.pres_form .prescription_name > span {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    width: 20%;
}
#pres_name {
    background-color: #fff;
    display: inline-block;
    font-size: 20px;
    width: 80%;
}
.pres_form input:focus,
.pres_form select:focus,
.pres_form textarea:focus {
    border-color: #151515;
}
span.pd-warning {
    font-weight: normal;
    font-size: 11px;
    display: block;
}
#right_pd,
#left_pd {
    display: none;
}
.two_pd input {
    margin: 0 10px;
}
.p_input {
  line-height: 14px;
  min-height: 18px;
  border-radius: 5px;
  margin-right: 10px;
}
#addPrism {
    margin-right: 8px;
}
.upload-prescription-form {
  	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #fff;
  	padding: 50px;
  	display: none;
}

/* .pres_upload {
  padding: 35px;
  width: 30%;
  margin: 0 auto;
} */
.pres_upload {
    padding: 35px 10px 0px 10px;
    max-width: 60%;
    margin: 0 auto;
    display: flex;
}
.pres_upload-btn {
    padding: 10px 10px 35px 10px;
    width: 30%;
    margin: 0 auto;
  	flex-direction: column;
  	text-align: center;
}


span.upload_error {
    margin-bottom: 10px;
  	color: red;
  	display: none;
}

.pres_upload .form-or {
	display: block;
  	clear: both;
  	text-align: center;
  	font-weight: bold;
    margin: 0 10px 0 0px;
  	text-transform: uppercase;
  	align-self: center;
}
.pres_upload .pres_upload_box {
  width: 95%;
  float: left;
  margin: 20px 10px;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.pres_upload .pres_upload_box label {
  font-weight: normal;
  cursor: pointer;
}

.pres_upload .pres_upload_box.noMargin {
    margin-left: 0;
}

input#prescription_file {
	margin: 10px auto;
}

label[for="prescription_email"] {
	position: relative;
}

input#prescription_email {
	min-height: 0;
  	position: absolute;
  	top: 0;
  	left: 0;
}

#try_It_section {
    padding: 30px;
    background: #aaa;
}

.try_upload {
    padding: 10px 0;
}
.try_upload p {
    /* padding: 15px 0; */

    position: relative;
    padding-left: 25px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
}
.try_upload p svg {
    position: absolute;
    left: 0;
    top: 2px;
}
.img_btn {
    background: #151515;
    text-align: center;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    color: #fff;
    min-height: 100px;
}
.upload_option {
    margin-bottom: 30px;
}
ul.pres_tabs_main {
    background: #f1f1f1;
    counter-reset: step;
}
.choose_lense_section .pres_tabs_main {
    background: transparent none repeat scroll 0 0;
    overflow: hidden;
}
.pres_tabs_main li {
    display: block;
    float: left;
    padding-top: 40px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 25%;
}
.pres_tabs_main li > .icon-wrapper {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 100%;
    color: #aaa;
    display: block;
    font-size: 16px;
    height: 30px;
    left: 50%;
    line-height: 28px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    transition: all 0.3s ease 0s;
    width: 30px;
    z-index: 999;
}
.pres_tabs_main li > .icon-wrapper > i {
    visibility: hidden;
}
.pres_tabs_main li.active > .icon-wrapper {
    background-color: #3faaa7;
    border-color: transparent;
    color: #fff;
}
.pres_tabs_main li.active > .icon-wrapper > i {
    visibility: visible;
}
.pres_tabs_main li:after {
    background-color: #aaa;
    content: "";
    height: 1px;
    position: absolute;
    right: 50%;
    top: 15px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.pres_tabs_main li:first-child:after {
    content: none;
}
.pres_tabs_main li.active:after,
.pres_tabs_main li.active:before {
    color: #fff;
    background: #151515;
}
.pres_tabs_main li a {
    display: block;
    line-height: 1;
    padding: 12px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.pres_tabs_main li a.active {
    background: #151515;
}
.pres_tabs_main li a.active span {
    color: #fff;
}
.pres_tabs_main li span {
    color: #151515;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.pres_tabs_main li.active span {
    color: #fff;
}
.lens_package_container {
    background: #F1F1F1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.lens_inner {
    cursor: pointer;
    margin: 15px 0;
    border: 3px solid #aaa;
    transition: all 0.3s ease 0s;
}
.lens_inner:hover {
    border-color: #3faaa7;
}
h2.option_title {
    padding: 15px;
    text-align: center;
    font-size: 20px;
    background: #3faaa7;
    color: #fff;
}
h2.option_title.allOption {
    padding: 15px;
    text-align: center;
    font-size: 20px;
    background: #009491;
    color: #fff;
    cursor: pointer;
  	margin-bottom: 10px;
}
.lens_inner .option_title {
    margin: 0;
    padding: 10px;
}
.package_header,
.package_body,
.package_footer {
    padding: 15px;
}
.package_header,
.package_footer {
    text-align: center;
}
.package_header h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}
.package_body li i {
    margin-right: 5px;
    width: 15px;
}
div.lens_type_container {
    background: #f1f1f1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.lense_type {
    float: left;
    padding: 0 15px;
}


.insurence_form p {
    display: block;
    background: #F1F1F1;
}
.insurence_form p span {
    display: inline-block;
    padding: 14px 20px 14px 0;
    color: #fff;
    background: #151515;
    margin-right: 20px;
    width: 230px;
}
.insurence_form p span input {
    margin: 0 10px;
}
/* Magnific Pop Up */

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 60%;
    cursor: auto;
    background: #fff;
    padding: 30px;
}
button.mfp-close {
    margin: 5px;
}
/*=== Add to cart ====*/

.selector-wrapper select {
    border: 2px solid #151515;
}
.add-to-cart__wrapper {
    margin-top: 2.7em;
    margin-bottom: 20px;
}
.btn--clear {
    background-color: transparent;
    color: #151515;
    border: 2px solid #151515;
}
.btn--clear:hover,
.btn--clear:focus,
.btn--clear:active {
    color: #FFF;
    background-color: #151515;
}
.btn__deactive {
    background-color: #F1F1F1;
    color: #ddd;
    border: 2px solid #ddd;
    cursor: default;
    position: relative;
}
.btn__deactive:hover {
    background-color: #F1F1F1;
    color: #ddd;
    border: 2px solid #ddd;
}
.form__input_next {
    display: none;
}
.lenses_option .glass_using > h4 {
    font-size: 20px;
    margin: 0 0 5px;
    text-transform: capitalize;
}
.lenses_option .glass_using > p {
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.choose_lense_section .close_section {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pres_form .prescription_name > span {
    font-size: 18px;
    width: 30%;
  }
  #pres_name {
    font-size: 18px;
    width: 70%;
  }
}
.free-delivery_area {
    margin-left: -30px;
    margin-bottom: 20px;
    float: right;
    margin-top: 33%;
}
@media only screen and (max-width: 767px) {
  .choose_lense_section {
    padding: 0 15px !important;
    z-index: 99999 !important;
  }
  .choose_lense_section .close_section {
    margin-bottom: 20px;
  }
  .pres_tabs_main li a {
    padding: 5px 0;
  }
  .pres_tabs_main li span {
    font-size: 12px;
    letter-spacing: 0;
  }
  h2.option_title {
    font-size: 18px;
    padding: 10px;
  }
  .section__product {
    margin-bottom: 50px;
  }
  .pres_form {
    padding: 15px;
  }
  .pres_form .prescription_name > span {
    font-size: 18px;
    width: 100%;
  }
  #pres_name {
    font-size: 16px;
    width: 100%;
  }
  .free-delivery_container {
    display: flex;
    justify-content: center;
  }
  .pres_upload {
    padding: 35px;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  
  .pres_upload .pres_upload_box {
  	margin: 20px 0;
  }
  
  
	
  .upload-prescription-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #fff;
    padding: 0;
    display: none;
    overflow: scroll;
  }

  .prescription-form-btn-container {
    width: 100%;
        padding: 10px 15px;
    margin: 0 auto;
  }
}
