/* about product dialog start */
ol, ul {
    padding-left: 0;
}

a {
    color: var(--primaryColor);
    text-decoration: none;
}

.offcanvas-header, .offcanvas-body {
    padding: 1rem;
}

.aboutProductModal.fade .modal-dialog {
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
}

.aboutProductModal.fade.show .modal-dialog {
    transform: translateY(0);
}

.aboutProductModal .modal-bottom {
    position: fixed;
    top:22%;
    right:auto;
    left:auto;
    bottom:0;
    width: 100%;
    margin: 0;
    height: auto;
    background: #fff;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.modal-fullscreen .modal-bottom {
    top: 0;
}

.aboutProductModal .modal-bottom .modal-content {
    border: 0;
    background: transparent;
}


/* fixed-footer cart */
.inner-info-wrap {
    padding: 20px;
}

#about-body {
    padding: 0 !important;
    padding-bottom: 8rem !important;
    overflow: hidden;
}

.price-cart-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px -4px 16px 0px #00000014;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
}

.select-info p {
    margin: 3px 0 5px;
    font-size: 12px;
    color: #F64C4C;
    cursor: pointer;
    line-height: 1.2;
}

.select-info span {
    font-size: 12px;
    color: #46B881;
    display: block;
}

.select-info h4 {
    margin: 0;
    font-size: 17px;
    color: #1F1F1F;
    display: flex;
    align-items: center;
}

h4.total-amount img {
    margin-right: 2px;
}

h4#showprice {
    display: flex;
    align-items: center;
    font-size: 16px;
}

h4#showprice img {
    margin: 0 4px 0 0;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
}

h4#showprice span {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding-left: 10px;
}

p.buy_only_frame.buy-lens-only img.price-icon {
    margin: 0 3px 0 0;
    width: 12px;
    height: 12px;
}

h4#showprice span img {
    filter: grayscale(100%) brightness(90%) contrast(70%);
}

.select-info h4 span {
    font-size: 10px;
    color: #9F9F9F;
    display: inline-block;
    padding-left: 5px;
    text-decoration: line-through;

}

.cart-btn-wrap {
    border-left: 1px solid #C9C9C9;
    padding: 5px 0 5px 10px;
}

/* color style */
.about-wrap {
    background: var(--primaryColor);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 20px;
}

.about-wrap h6 {
    margin: 0;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.about-wrap a {
    color: #C2D7E4 !important;
    font-size: 12px;
}

.inner-info-wrap .color-outer ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.color-outer .circle-wrap {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.inner-info-wrap .color-outer span.cname {
    font-size: 10px;
    position: absolute;
    bottom: -20px;
    color: #A1A9AD;
}

.inner-info-wrap .color-outer ul li {
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inner-info-wrap .color-outer ul li.active {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #252D34;
}

.inner-info-wrap .color-outer ul li.active span.cname {
    display: block;
}

.inner-info-wrap .color-outer {
    padding-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 10px;
}
/* end color style */

/* size style */
.inner-info-wrap .size-outer {
    padding: 5px 0 10px;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-info-wrap .size-outer p {
    font-size: 12px;
    margin: 0;
}

.inner-info-wrap .size-outer select {
    border: 0;
    background: transparent;
    padding: 0;
    font-size: 14px;
    font-weight: var(--font-semibold);
}

.inner-info-wrap .size-outer select option span {
    font-size: 10px;
    font-weight: 400;
}

.inner-info-wrap .size-outer select:focus {
    outline: 0;
}

.inner-info-wrap .size-guide {
    font-size: 10px;
    text-decoration: underline;
    cursor: pointer;
}

/* accordion style */
.info-accordion .accordion-button {
    background: transparent;
    border: 0;
    padding: 15px 0;
    font-size: 14px;
    font-weight: var(--font-semibold);
    color: #1F1F1F;
    box-shadow: none;
    border-bottom: 1px solid #D9D9D9;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.info-accordion .accordion-button:after {
    content: '';
    border: solid #1f1f1f; 
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(225deg);
}
.info-accordion .accordion-button.collapsed:after {
    transform: translateY(-50%) rotate(45deg);
}
.info-accordion  .accordion-item {
    border: 0;
    background: transparent;
}

.info-accordion .accordion-item .accordion-collapse {
    height: auto !important;
    display: none;
}
.info-accordion .accordion-item .accordion-collapse.show {
    display: block;
}
.info-accordion .accordion-button::after {
    width: 7px;
    height: 7px;
}

.info-accordion ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.info-accordion .accordion-body {
    padding: 0;
}

.info-accordion  .frame-list {
    display: flex;
    margin: 0 -18px;
}

.frame-list h5 {
    font-size: 10px;
    color: #474747;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px;
}

.frame-list img {
    min-height: 40px;
}

.frame-list li {
    width: 33.333%;
    padding: 18px 10px;
    text-align: center;
}

.info-accordion .accordion-button:focus {
    box-shadow: none;
}

.frame-list .line-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.frame-list .line-wrap span {
    display: block;
    text-align: center;
    padding: 0 5px;
    font-size: 10px;
    color: #525252;
}

.info-accordion ul.feature-list {
    padding: 15px 10px;
}

.info-accordion ul.feature-list li {
    font-size: 12px;
    color: #474747;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.info-accordion ul.feature-list li img {
    padding-right: 5px;
}

.inner-info-wrap a.view-more {
    color: #474747;
    font-size: 14px;
    display: block;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
    margin-top: 20px;   
}

.modal-header .btn-close {
    opacity: 1;
    width: 14px;
    height: 14px;
    padding: 0;
    margin-right: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: 600;
}

.aboutProductModal .modal-title {
    font-size: 14px;
}

.aboutProductModal .modal-fullscreen {
    top: 0;
    border-radius: 0;
    transition: top 0.5s ease-in-out !important;
    background: #FAFDFF;
}

/* select power type style start */
.step-outer {
    padding: 20px;
}

.step-outer .steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.step-outer .steps span {
    font-size: 10px;
    text-transform: uppercase;
}

.step-outer .steps .active {
    font-weight: 700;
}

.select-power ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.select-power ul span.checkmark {
    left: unset;
    right: 0;
    top: 0.65rem;
    border-color: #727272;
}

.select-power ul label.custom-radio {
    padding: 0;
    display: flex;
    align-items: center;
    margin: 0;
}

.step-outer h5 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
}

.select-power ul li {
    padding: 15px;
    border: 0.5px solid #D9D9D9;
    border-radius: 12px;
    margin-bottom: 10px;
}

.select-power ul li .text-wrap p {
    font-size: 10px;
    margin: 0;
    color: #9F9F9F;
}

.select-power ul li .text-wrap h6 {
    font-size: 12px;
    color: #727272;
    margin: 0 0 6px;
}

.select-power ul li span.img-wrap {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
    border-radius: 50%;
    margin-right: 20px;
}

.select-power ul li.active img.blue-img {
    display: block;
}

.select-power ul li img.blue-img {
    display: none;
}

.select-power ul li.active img {
    display: none;
}

.select-power ul li .text-wrap {
    padding-right: 3rem;
}

.select-power ul li.active {
    background: #E6EEF4;
    border-color: var(--primaryColor);
}

.select-power ul li.active h6 {
    color: var(--primaryColor);
}

.select-power ul li.active span.img-wrap {
    background: var(--primaryColor);
}
/* end power type style */
/* select lens type start */
.select-lens > ul {
    list-style: none;
    padding: 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    position: relative;
}

.select-lens > ul::after {
    content: '';
    position: absolute;
    background: #D9D9D9;
    width: calc(100% - 6px);
    height: 1px;
    bottom: 0;
    left: 3px;
}

.select-lens > ul > li {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 6px;
}

.select-lens ul.sub-list {
    list-style: none;
    padding: 0;
}

.select-lens span.checkmark {
    left: unset;
    top: 10px;
    right: 10px;
    border-color: #727272;
}

.select-lens ul label {
    border: 0.5px solid #9F9F9F;
    border-radius: 10px;
    padding: 12px 10px 0;
    height: 100%;
}

.select-lens ul label h6 {
    font-size: 12px;
    color: #474747;
    line-height: 1.4;
    padding-right: 1.5rem;
}

.select-lens ul label h4 .product-price {
    font-size: 16px;
    color: #1F1F1F;
    padding-right: 3px;
}

.select-lens ul label h4 span {
    font-size: 10px;
    display: inline-block;
    color: #474747;
    letter-spacing: 0.5px;
}

.select-lens ul label li {
    font-size: 11px;
    color: #727272;
    margin-bottom: 5px;
}
.select-lens ul li.active-lense h6 {
    color: var(--primaryColor);
}

.select-lens ul li.active-lense label {
    background: #E6EEF4;
    border-color: var(--primaryColor);
}

.select-lens ul li.active-lense h4 span {
    color: #46B881;
}

.select-lens ul li.active-lense h4 .product-price {
    color: #1f1f1f;
}

.step-outer .custom-card {
    box-shadow: 0px -4px 16px 0px #00000014;
    background: #fff;
    border-radius: 10px;
    margin-top: 18px;
}

.step-outer .custom-card .body {
    border-top: 1px solid #D9D9D9;
    padding: 10px;
}

.step-outer .custom-card .body p {
    font-size: 10px;
}

.step-outer .custom-card .body p:last-child {
    margin: 0 0 5px;
}

.step-outer .custom-card  label.custom-checkbox {
    color: #252D34;
    font-size: 12px;
    font-weight: var(--font-semibold);
    padding: 12px;
    margin: 0;
}

/* size-guide dialog style start */
.size-guide-modal.custum-modal{
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 99999;
    top: 0;
    padding: 15px;
    overflow-y: auto;
}

.size-guide-modal .header{
    position: fixed;
    background: white;
    width: 100%;
    top: 0;
    height: 40px;
    left: 0;
    z-index: 1;
    border-bottom: 1px solid #f5efef;
}

.size-guide-modal .header > img, .cross-icon{
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    padding: 4px;
    border: 1px solid #5B5B5B;
    border-radius: 50%;
}

.size-guide-modal .header .title{
    float: left;
    margin-left: 15px;
    margin-top: 10px;
}

.size-guide-modal .content-body {
    padding: 20px 10px 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.size-guide-modal .control-buttons {
    display: none !important;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
}

.size-guide-size-guide .guide-title {
    font-weight: var(--font-semibold);
}

.size-guide-size-guide .guide-title:first-child {
    margin-top: 30px;
}
/* size-guide dialog style ends */

.price-cart-btn.no-frame .select-info {
    display: none;
}

.price-cart-btn.no-frame .custom-btn {
    width: 100%;
    display: block;
}

.price-cart-btn.no-frame .cart-btn-wrap {
    border-left: 0;
    width: 100%;
}

.sunglass-highlight.tile-container {
    display: flex;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 12px;
}

.sunglass-highlight.tile-container > div > div {
    font-size: 12px;
    color: #474747;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    line-height: 1.2;
}

.sunglass-highlight.tile-container> div {
    flex: 1;
    border-right: 1px solid #DFD9D9;
    padding: 0 6px;
    min-height: 85px;
}

.sunglass-highlight.tile-container> div:last-child {
    border-right: 0;
}

/* lens i dialog css start */
.select-lens .tooltip-inner.active_image {
    bottom: -2.5%;
    opacity: 1
}
.select-lens span.crossLens {
    float: right
}
.select-lens .closePop {
    width: 100%;
    height: 40px;
    position: absolute;
    background: #fff;
    border-radius: 0;
    font-size: var(--font-size-base);
    top: 0;
    border: 1px solid #efefef;
    text-align: left;
    padding-right: 15px;
    padding-top: 7px;
    text-transform: uppercase;
    line-height: 24px;
    right: 0
}
.select-lens .backdrop_our {
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -9999;
    height: 100%;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s
}
.select-lens .active_drop {
    opacity: 1;
    z-index: 999999
}
.select-lens .image-show {
    padding-top: 40px;
    z-index: 99999;
    background: #fff;
    max-width: 100%;
}
.select-lens .tooltip-inner {
    z-index: 9999999;
    width: 100%;
    margin: 12px 0 0!important;
    text-align: left;
    font-size: .765em!important;
    line-height: 1.4;
    -webkit-box-shadow: 5px 5px 15px rgba(48,54,61,.1);
    box-shadow: 5px 5px 15px rgba(48,54,61,.1);
    opacity: 0;
    cursor: default;
    pointer-events: none;
    position: fixed;
    left: 0;
    bottom: -200%;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    -o-transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s
}
.select-lens .image-show img {
    max-width: 100%;
}
.select-lens .closePop {
    right: 0;
    font-size: var(--font-size-14);
    line-height: 22px;
    font-weight: var(--font-bold);
    letter-spacing: .75px;
    text-transform: uppercase;
    color: #505565;
    text-align: left;
    padding: 15px 15px;
    height: unset;
}
.select-lens ul label li span.tooltip-outer {
    padding: 0 4px;
}
.select-lens ul label li img {
    vertical-align: middle;
}
/* lens info style ends */
.aboutProductModal .custum-half-modal {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #fff;
    top: 30%;
    position: relative;
    border-radius: 10px 10px 0 0;
    padding: 0;
}
.aboutProductModal .custum-half-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
}
.aboutProductModal .modal-fullscreen {
    top: 0;
    border-radius: 0;
    transition: top 0.5s ease-in-out !important;
    background: #F2F2F2;
}
.aboutProductModal .common-scroll {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 6rem;
}
.aboutProductModal .custum-half-modal .modal-content {
    height: 100%;
}
#select-power {
    height: 380px;
}
.modal-fullscreen .common-scroll, .modal-fullscreen #select-power {
    height: calc(100vh - 175px);
}
body.hidden-body {
    overflow-y: hidden;
}
#select-power #eyeglasses, #select-power #prescription-sunglasses {
    height: 100%;
}

.lazy-load {
    opacity: 0;
    transition: opacity 0.3s;
}
.lazy-loaded {
    opacity: 1;
}
/* start pres-new screen css */

.icn-hdng {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icn-hdng > h6 {
    font-size: 16px;
    color: #015790;
}
.icn-hdng i {
    font-size: 22px;
    color: #015790;
}
.preslist > ul li {
    padding: 16px 16px;
    border-radius: 6px;
    margin-bottom: 12px;
    background: #fff;
    box-shadow: 0px 16px 40px 0px rgb(112 144 176 / 20%);
}
.titleh > .icn-hdng {
    display: flex;
    justify-content: space-between;
}
.titleh p {
    margin-bottom: 0;
}
.is-forpres p {
    color: #1F1F1F;
    font-weight: 500;
}
.prescriptionforOther > input {
    outline: none;
    border: 1px solid #015790;
    padding: 6px 12px;
    width: 100%;
    height: 40px;
    border-radius: 4px;
}
/* vertical modal */

.detect-wrap .sticky-top {
    background: #fff;
    margin: 0 -20px;
    padding: 0 10px 2px;
}
#select-lensCoating .modal-title,
 #select-lensIndex .modal-title{
    margin: 0 -20px 0;
    width: 100%;
    max-width: 100%;
    display: initial;
    padding: 20px 20px 1px;
    z-index: 9;
    border-bottom: 1px solid #A1A9AD;
}
#select-lensCoating .modal-title {
    border-bottom: 0px;
}


.wrap-modal-title {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    margin-bottom: 15px;
}
.top-hides {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 20px;
}

.top-hides>button {
    border: none;
    background-color: transparent;
    padding: 0px;
}

.top-hides>button span {
    font-size: 21px;
}

.top-hides>h6 {
    font-size: 16px;
    color: #1F1F1F;
}

.detect-wrap>p {
    font-size: 16px;
    color: #1F1F1F;
}
.radio-input {
    display: none;
}

span.form-radio-button {
    height: 22px;
    width: 22px;
    border: 2px solid #C8C8C8;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transform: translateY(-2px);
}

span.form-radio-button::after {
    content: "";
    display: block;
    height: 22px;
    width: 22px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transition: opacity 0.1s;
    transform: translate(-50%, -50%);
    background-color: #F5F1F1;
    opacity: 0;
}

label.form-radio-label {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
    font-size: 15px;
    cursor: pointer;
}

.radio-input:checked+.form-radio-label .form-radio-button:after {
    opacity: 1;
}

p.pd-txtp>span {
    color: #015790;
}

p.pd-txtp {
    font-size: 16px;
    font-weight: 500;
    color: #1f1f1f;
    margin-top: 23px;
}

.prev-pres-buttons{
    gap: 10px;
    position: absolute;
    bottom: 0;
    z-index: 100;
    left: 0;
}

ul.ul-listri {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

ul.ul-listri>li {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
}

ul.ul-listri>li span {
    font-weight: 600;
    color: #474747;
}

ul.ul-listri li a {
    color: #015790;
    display: block;
}

ul.ul-listri li a,
ul.ul-listri li span {
    text-transform: uppercase;
    font-size: 14px;
}
p.brth-p {
    font-size: 16px;
    color: #474747;
    font-weight: 500;
}
p.brth-p span {
    color: #015790;
}
p.brth-p span.name {
    position: absolute;
    font-size: 13px;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 122px;
    color: #333;
  }
.shadowpres {
    padding: 20px 14px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
}
p.datepres {
    color: #1F1F1F;
    font-size: 14px;
}
.prismomb {
    padding-left: 36px;
}
.pres-form-wrap .prismomb {
    padding-left: 0px;
}
.odprii ul li, .odprii ul li > a {
    margin-bottom: 0px !important;
}
.odprii > ul li a {
    display: flex;
    justify-content: space-between;
}
.prismomb>p {
    font-size: 16px;
    font-weight: 500;
    color: #474747;
}
.odprii>ul {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.odprii>ul li {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
}
.odprii>ul li span {
    font-weight: 600;
    color: #474747;
}
.odprii ul li a, .odprii ul li span {
    font-size: 14px;
}
.odprii>ul li span, .odprii>ul li a {
    font-size: 15px;
}
.odprii>ul li a span {
    color: #015790;
}
.thi-thatwrap button {
    border: none;
    padding: 6px 12px;
    width: 50%;
    height: 50px;
    border-radius: 8px;
    color: #E6EEF4;
    font-size: 15px;
    font-weight: 500;
}
button.usthis-btn {
    background-color: #00898F;
}
button.new-presbtn {
    background-color: #015790;
}
.thi-thatwrap {
    padding: 15px 13px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 100%;
}
/* vertical modal */
/* new */
.inr-index > ul li {
    box-shadow: none;
    padding: 0;
}
.borderrightli {
    border-right: 1px solid #9F9F9F;
  }
  .border-right-top {
    border-right: 1px solid #9F9F9F;
    border-top: 1px solid #9F9F9F;
  }
  .border-topli {
    border-top: 1px solid #9F9F9F;
  }
  .inr-index {
    padding-bottom: 10px;
    padding-left: 10px;
    /* border-bottom: 1px solid red; */
  }
  .border-right-top {
    padding-top: 20px;
    padding-right: 3px;
  }
  .index-value-wrap > ul::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    left: 46%;
    top: 50%;
    transform: translate(-50%, -46%);
    z-index: 99;
}
  .inr-index h6 {
    font-size: 19px;
    font-weight: 600;
    color: #1F1F1F;
    margin-top: 10px;
    letter-spacing: 1.34px;
  }
  .index-images-sides > ul li {
    color: #474747;
    letter-spacing: 0.54px;
    font-weight: 500;
  }
  .inr-index > ul {
    padding-left: 17px;
    margin-bottom: 0;
  }
  .inr-index > ul > li {
    list-style: disc;
    margin-bottom: 0;
}
  .border-topli {
    padding-top: 20px;
  }
  .index-value-wrap > ul > li {
    width: 100%;
    max-width: 50%;
  }
  .index-value-wrap > ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .index-value-wrap > ul  > li {
    width: 100%;
    max-width: 50%;
    padding: 15px 16px;
    box-shadow: none;
}
/* progressive info block css */
#progressive-info .prog-info ul li {
    box-shadow: none;
    padding: 0;
    margin: 0;
    list-style: disc;
}
#progressive-info .prog-info ul {
    padding-left: 30px;
    margin: 0;
}
#progressive-info .prog-info h5 {
    margin: 0;
}
#progressive-info {
    text-align: center;
}
#progressive-info .prog-info {
    text-align: left;
}
.preslist .titleh ul li {
    padding: 0;
    box-shadow: none;
    margin: 0;
    list-style: disc;
}
.preslist .titleh ul {
    padding-left: 20px;
    margin: 0;
}
div#aboutProductModal {
    z-index: 99999;
}
.pres-form-wrap .form-row {display: block;margin: 0;}
.pres-form-wrap .input-field .label {
    position: unset;
    font-size: 12px;
    color: #5B5B5B;
    text-transform: capitalize;
}
.input-row .input-field {
    margin-bottom: 10px;
    flex: 1;
}
.pres-form-wrap .input-row {
    display: flex;
    column-gap: 8px;
    margin-bottom: 20px;
}
form#addprescription .action-buttons {
    text-align: center;
}
form#addprescription {
  margin-bottom: 4rem;
  height: auto;
}
.input-row .input-field select, .input-row .input-field input {
    border: 1px solid #D7D6D6;
    background: #fff;
    padding: 12px 10px;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    color: #9F9F9F;
    padding-left: 8px;
}
.input-row .input-field  input:disabled, #enter-prescription input:disabled, #enter-prescription select:disabled  {
    background-color: #f0f0f0; /* Light gray background */
    border: 1px solid #ccc;    /* Light gray border */
    color: #666;               /* Darker gray text */
    cursor: not-allowed;       /* Show a not-allowed cursor */
} 
#fc_frame.fc-widget-normal.custom-index {
    z-index:  9999!important;
  } 
.pres-form-wrap .sub-heading {
    font-size: 16px;
    font-weight: 500;
    color: #015790;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.both-pd-prism {
    display: flex;
    justify-content: space-between;
}
.pres-form-wrap .sub-heading i.fa.fa-question-circle {
    color: #E5703C;
}
.input-row .input-field select:focus-visible, .input-row .input-field input:focus-visible {
    outline: 0;
}
.input-row .input-field select {
    padding-left: 2px;
  /* appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; */
  height: 44px;
}
.input-row .input-field .select-wrap {
  /* position: relative; */
}
.input-row .input-field .select-wrap::after {
  /* content: "\f107"; */
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  transition: all .3s ease-in-out;
  font-size: 12px;
}
.custom-select::-ms-expand {
  display: none;
}
.pres-form-wrap .label-container {
  display: block !important;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #015790;
}
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border: 1px solid #014A7A;
  border-radius: 4px;
}
.label-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.label-container input:checked ~ .checkmark {
  background-color: #fff;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.label-container input:checked ~ .checkmark:after {
  display: block;
}
.label-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.stepViewContainer .steps ul li.prescription-type-li.active .svg path {
  fill: unset;
}
div#enter-prescription {
    background: #fff;
}
.hidden {
    display: none;
}
.pres-form-wrap .info-svg svg {
    position: relative;
    top: 3px;
    margin-left: 2px;
}
.show-prescription h5#heading-about {
    display: none;
}
.show-prescription h5#pres-heading, .confirm-prescription h5#pres-confirm-heading, .lens-thickness h5#lens-thickness-heading {
    display: block !important;
    font-weight: 500;
    font-size: 18px;
}
.confirm-prescription h5#pres-heading {
    display: none !important;
}
.lens-thickness h5#pres-heading {
    display: none !important;
}
.show-prescription .about-wrap {
    display: none;
}
.show-prescription .modal-header {
    border-bottom: 0.5px solid #a1a9ad4a !important;
    /* background: #fff; */
}
.show-prescription .pres-blank-wrap {
    display: block !important;
    background: #015790;
    height: 40px;
}
#aboutProductModal span.processing {
    position: absolute;
    margin-left: 10px;
    top: 50%;
    height: 18px;
    width: 18px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    border-radius: 50%;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid rgba(255,255,255,.35);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
  button#save-prescription-btn:hover {
    /* background: var(--primaryColor); */
    background: var(--theme-orange);
    color: #fff !important;
}
.disabled-lens{opacity: .5;
    pointer-events: none;}
/* lens prescription ends */
.lazy-load {
    opacity: 0;
    transition: opacity 0.3s;
}
.lazy-loaded {
    opacity: 1;
}
/* pd-info */
.pres-form-wrap .pd-info {
    cursor: pointer;
    position: relative;
    display: inline-block;
  }
  .pd-info-tooltip {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #E8F2FE;
    box-shadow: -1px 1px 12px 0px rgb(213 206 206 / 30%);
    padding: 10px;
    width: 250px;
    bottom: 30px;
    left: -10rem;
    border-radius: 5px;
    z-index: 99;
  }
  .pres-form-wrap .pd-info:hover .pd-info-tooltip {
    opacity: 1;
    visibility: visible;
  }
  .pd-info-tooltip::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 58%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #E8F2FE;
  }
  .pd-info-tooltip p {
    font-weight: 500;
    font-size: 12px;
  }
  .pd-info-tooltip img {
    margin: 0 auto;
    display: block;
    padding: 10px;
    background: #fff;
    width: 80%;
  }
  .pres-form-wrap .pd-info svg {
    position: relative;
    /* top: 2px; */
    left: 5px;
  }
  /* pd-info ends */
  /* prescription new ui css start */
  .add-pres-options .about-wrap {
    display: none;
}
.add-pres-options #add-prescription .about-wrap {
    display: flex;
    margin: -20px -20px 20px;
}
#add-prescription h3 {text-align: center;}
#add-prescription table {
    border: 1px solid rgb(0 0 0 / 15%);
    width: 100%;
    margin: 15px 0 2rem;
    border-collapse: collapse;
}
#add-prescription table th, #add-prescription table td {
    border: 1px solid rgb(0 0 0 / 15%);
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}
#add-prescription table td.th, #add-prescription table th {
    font-weight: 600;
}
#add-prescription .btn-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}
#add-prescription button.custom-btn {
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    flex: 1;
    justify-content: center;
    text-transform: capitalize;
    padding: 0 2px;
    font-size: 13px;
    width: 100%;
}
#add-prescription button.custom-btn span {
    display: flex;
    align-items: center;
}
#add-prescription .btn-wrap button.custom-btn svg {
    margin-right: 6px;
}
#add-prescription .or-wrap {
    margin: 3rem 0;
    text-align: center;
    border-bottom: 1px solid #0000004D;
    position: relative;
}
#add-prescription .or-wrap span {
    color: #00000066;
    background: #f2f2f2;
    display: inline-block;
    position: absolute;
    top: -9px;
    width: 60px;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
}
#add-prescription button.custom-btn:hover svg path {
    stroke: var(--primaryColor);
}
.pres-form-wrap p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}
.pres-form-wrap a {
    text-align: center;
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
    text-decoration: underline;
    font-weight: 600;
}
.info-popups .custum-half-modal {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 15px;
    border-radius: 10px 10px 0 0;
}
.info-popups .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 0.5px solid #A1A9AD !important;
    padding-bottom: 10px;
}
.info-popups .modal-header h5.modal-title {
    margin: 0;
}
#PDInfoModal .modal-body {
    text-align: center;
}
#PDInfoModal .modal-body img {
    margin: 20px 0;
}
#PDInfoModal .modal-body p, #FindPDModal .modal-body p  {
    text-align: left;
}
.info-popups table {
    width: 100%;
}
.info-popups table td, .info-popups table th {
    text-align: center;
    padding: 5px;
}
.value-content {
    border-top: 1px solid #EBEBEB;
    margin-top: 2rem;
    padding: 2rem 0;
}
.info-popups table td.active {
    color: #474747;
    background: #C2D7E4;
    font-weight: 600;
}
.info-popups table th.active {
    color: #015790;
    border-bottom: 1px solid #015790;
}
.value-content p {
    margin-bottom: 5px;
}
#confirm-prescription ul {
    display: flex;
    align-items: center;
}
#confirm-prescription p {
    text-align: left;
}
#confirm-prescription .pro-item {
    display: flex;
    align-items: center;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
}
#confirm-prescription p span {
    color: #015790;
}
#confirm-prescription ul li {
    flex: 1;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #474747;
}
.pro-item svg {
    margin-right: 2rem;
}
.pro-item h4 span {
    font-size: 13px;
    color: #474747;
    font-weight: 400;
}
.od-os-list {
    margin: 20px 0;
}
#confirm-prescription ul li span {
    display: block;
    font-weight: 400;
    color: #015790;
}
.thickness-outer p {
    color: #015790;
}
.thickness-outer > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}
.thickness-outer > ul>  li {
    border: 0.54px solid #cdcdcd;
    width: 48%;
    border-radius: 6px;
    padding: 10px;
}
.thickness-outer > ul> li h4 {
    font-size: 11px;
}
.thickness-outer > ul> li ul {
    list-style: disc;
    padding-left: 1.5rem;
}
.thickness-outer span.shape-wrap {
    display: block;
    padding-bottom: 20px;
}
.thickness-outer span.shape-wrap h3 {
    font-size: 14px;
    color: #0DA4B1;
    text-align: center;
}
.thickness-outer > ul> li ul li {
    color: #727272;
}
.thickness-outer span.shape-wrap svg {
    width: 100%;
}
.thickness-outer > ul> li h2 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
.show-prescription .cart-btn-wrap .custom-btn {
    text-transform: unset;
    font-size: 14px;
    letter-spacing: 0px;
}
#scanInfoModal ul li h4 {
    font-size: 16px;
    color: #015790;
}
#PresValueModal .custum-half-modal {
    height: 75%;
}
ul.pre-value-list {
    display: flex;
    justify-content: space-between;
}
ul.pre-value-list h4, ul.pre-value-list p {
    font-size: 14px;
    text-align: center;
    color: #727272;
    margin: 0;
}
ul.pre-value-list li.active p {
    background: #C2D7E4;
    border-radius: 4px;
    color: #474747;
    font-weight: 600;
    margin: 0 8px;
}
ul.pre-value-list li {
    padding: 5px;
}
ul.pre-value-list li h4 {
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 6px;
}
ul.pre-value-list li.active h4 {
    border-color: #015790;
    color: #015790;
}
ul.pre-value-list p span {
    display: block;
    padding: 5px 10px;
    margin-bottom: 8px;
    text-align: left;
}
ul.pre-value-list li:first-child p span {
    min-height: 52px;
}
#add-prescription .upload-btn input[type="file"] {
    opacity: 0;
    position: absolute;
    width: 100%;
}
#add-prescription .upload-btn {
    position: relative;
    overflow: hidden;
}
button#capture-btn {
    padding: 0;
    border: 0;
    background: transparent;
    width: 100%;
    margin: 10px 0;
}
.custum-half-modal {
    position: absolute;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 10px 15px;
}
.take-photo-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.take-photo-modal .custum-half-modal {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
    width: 93%;
    left: 13px;
    border-radius: 10px;
}
.take-photo-modal .captured-image-container {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    max-height: 100%;
}
.take-photo-modal #video {
    /* max-width: 100%;
    max-height: 100%; */
    margin: 20px 0 10px;
    object-fit: contain;
}
.take-photo-modal #canvas {
    display: none;
}
.uploadEyePres h5.modal-title {
    display: none !important;
}
.uploadEyePres h5#upload-pres-heading {
    display: block !important;
    font-weight: 500;
    font-size: 18px;
}
.uploadEyePres h5#pres-heading {
    display: none !important;
}
 /* prescription new ui css ends */
/* upload-prescription dialog start */
.prescription-image{
    text-align: center;
    margin-top: 10px;
  }
  /* .prescription-image img{
  margin-bottom: 10px;
  width: 100%;
  } */
  .prescription-image img, .prescription-image embed {
    width: 100%;
    margin-bottom: 10px;
    height: auto;
    display: block;
}
@media only screen and (max-width: 768px) {
    .prescription-image embed {
      height: 100vh!important;
      transform: scale(1);
    }
  }
  .drag-and-drop-box{
    height: 160px;
    width: 100%;
    border: 1.5px dashed #4596F3;
    background: #E6EEF4;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #5B5B5B;
  }
  .drag-and-drop-box .image-pres-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .drag-and-drop-box .image-pres-content .browse{
    color: #015790;
  }
  .drag-and-drop-box .image-pres-content .display-text{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    line-height: 2;
  }
  .drag-and-drop-box.active .file-found{
    display: block;
  }
  .drag-and-drop-box.active{
    background: #C4E0FF;
  }
  .output-container{
    position: relative;
    border: 1px solid #E6EEF4;
    padding: 10px;
    margin-bottom: 10px;
  }
  .output-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #5B5B5B;
    color: #5B5B5B;
    border-radius: 50%;
    cursor: pointer;
  }
  .pres-image-container{
    border: 1px solid #ECECEC;
    padding: 2px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
  }
  #select-power #contact-lense {
    height: 100%;
  }
  .aboutProductModal .common-scroll > form {
    height: 100vh;
   }
   #contact-lense span.img-wrap {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #D9D9D9;
    border-radius: 50%;
    }
    #contact-lense ul li.active span.img-wrap {
        background: #015790;
    }
    #contact-lense ul li.active span.img-wrap svg path {
        stroke: #fff;
    }
  /* upload-prescription dialog ends */

div#select-prescription-method .about-wrap {position: absolute;top: 0px;left: 0;width: 100%;}
.know-more {
    margin-top: 4px;
    text-align: center;
    text-decoration: underline;
}

#preview-captured-image  .pres-form-wrap {
    padding: 10px 15px;
}
#preview-captured-image  button.custom-btn.upload-btn {
    margin: 10px 15px;
    flex: unset;
    max-width: 90%;
    width: 100%;
}
.custum-half-modal-backdrop{
    left: 0;
}
.action-buttons {
    text-align: center;
    margin-top: 20px;
}