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

a {
    color: #E94D37;
    text-decoration: none;
}

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

/* .overlap-btn {
    color: #fff;
    position: absolute;
    height: 45px;
} */

.cl-continue-fix, .prescription-save-confirm {
    position: fixed;
    /* bottom: -39px; */
    bottom: 15px;
    height: 45px;
    width: 90%;
    z-index: 9999;
}

.hide-but-present {
    height: 1px;
    opacity: 0;
    display: none !important;
  }

.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, .lensFlowfooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px -4px 16px 0px #00000014;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 22px;
}
.lensFlowfooter { 
    z-index: 99;
}
.lensFlowfooter .custom-btn {
    width: 100%;
    height: 45px;
    text-transform: capitalize;
}
.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: 18px;
    color: #1F1F1F;
    display: flex;
    align-items: center;
}

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

.select-info {
    padding-right: 1.5rem;
}

.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;
}

.select-info h4 span.framelensprice {
    color: #E94D37;
    font-weight: normal;
    text-decoration: none;
    margin-top: 2px;
}

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

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

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

.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; */
    position: unset;
    /* bottom: -20px; */
    bottom: unset;
    color: #A1A9AD;
    padding-top: 3px;
    margin-top: 3px;
}

.inner-info-wrap .color-outer ul li {
    margin-right: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
}
.inner-info-wrap .color-outer ul li.active  span.circle-wrap {
    position: relative;
}
div#aboutProductModal .inner-info-wrap .color-outer ul li.active span.circle-wrap::before {
    width: 26px;
    height: 26px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #252d34;
    position: absolute;
    left: -4px;
    top: -4px;
    content: "";
}
/* .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: 10px;
    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-header {
    margin: 0;
}
.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 {
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 0;
}

.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;
}

.frame-list .line-wrap span.lens-height{
    position: relative;
    left: -40px;
    top: -26px;
}

.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;   
    margin-bottom: 20px !important;
}

.modal-header .btn-close, .aboutProductModal .btn-close {
    opacity: 1;
    padding: 0;
    margin-right: 0;
    background: transparent;
    border: 0;
    width: auto; 
    height: auto;
    font-size: 20px;
}

.aboutProductModal .modal-title {
    font-size: 14px;
    margin: 0;
    font-weight: 500;
}

.aboutProductModal .modal-title.heading-fixed-top{
    margin-bottom: 15px;
    position: fixed;
    align-items: center;
    display: flex;
    top: 0;
    background: #fff;
    min-height: 50px;
    max-width: 85%;
    min-width: 60%;
    margin: 0;
}

.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: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.step-outer .steps .active {
    font-weight: 700;
}
.step-outer .steps span.active {
    display: none;
}
.select-power ul, .select-lens ul {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

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

.select-power ul label.custom-radio, .select-lens ul label.custom-radio {
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0;
    justify-content: space-between;
}
div#eyeglasses li#Premium-Bifocal label.custom-radio, div#eyeglasses li.lensPop label.custom-radio {
    justify-content: start;
}
.step-outer h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px;
}

.select-power ul li, .select-lens ul li {
    padding: 20px 15px;
    border-radius: 6px;
    margin-bottom: 20px;
    position: relative;
    /* box-shadow: 0px 8px 40px 0px #7090B033; */
    box-shadow: 0px 16px 40px 0px #7090B033;
}

.select-power ul.default-style-li {
    margin-left: 10px;
    padding-left: 3px;
}

.select-power .default-style-li li {
    padding: 0;
    margin: 0;
    box-shadow: none;
    color: initial;
    list-style-type: disc;
}
.lens-type-note {
    background: #1C5350;
    display: inline-block;
    margin: 2px 0;
    padding: 4px 5px;
    color: #fff;
}
.select-power ul li.lensPrice0::before {
    position: absolute;
    content: 'Included $0 lens';
    background: #FF900E;
    color: #fff;
    border-radius: 3px;
    top: 0;
    right: 0;
    font-size: 10px;
    padding: 2px 10px;
}

.select-power ul li .text-wrap p, .select-lens ul li .text-wrap p {
    font-size: 14px;
    margin: 0;
    color: #474747;
    line-height: 1.2;
}

.select-power ul li .text-wrap h6 , .select-lens ul li .text-wrap h6  {
    font-size: 16px;
    color: #E94D37;
    font-weight: 600;
    margin: 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.select-power ul label.custom-radio h6 svg, .select-lens ul label.custom-radio h6 svg  {
    min-width: 9px;
}
.select-power ul li span.img-wrap, .select-lens ul li span.img-wrap  {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
div#select-lensType ul.lens-card li label.custom-radio span.img-wrap {
    margin-right: 20px;
    max-width: 19%;
    width: 100%;
}
div#select-lensType ul.lens-card li label.custom-radio 
 span.text-wrap {
    width: 79%;
}
div#select-lensType ul.lens-card li label.custom-radio {
    gap: 0px;
    justify-content: space-between;
}

.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.active {
    background: #E6EEF4;
    border-color: var(--primaryColor);
}

.select-power ul li.active h6 {
    color: 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;
    margin-bottom: 28px;
    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: 18px 10px 0;
    height: 100%; */
}

.select-lens ul label h6 {
    font-size: 12px;
    color: #474747;
    font-weight: 500;
    line-height: 1.4;
    padding-right: 1.5rem;
    margin: 0;
    margin-bottom: 0.5rem;
}
.step-outer h4.price {
    font-weight: 500;
    margin: 0;
    margin-bottom: .5rem;
}
.select-lens ul label h4 .product-price , .select-lens ul label h4 .lens-price {
    font-size: 16px;
    color: #1F1F1F;
    padding-right: 3px;
}

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

.select-lens ul label h4 .product-price { 
    visibility: hidden;
    font-size: 4px;
    padding-right: 0;
}

.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, .select-lens ul li.active-lense h4 .lens-price {
    color: #1f1f1f;
}

.bogo-label{
    background: #E5703C;
    position: absolute;
    top: -2px;
    left: 0px;
    color: white;
    padding: 0 5px;
    min-width: 104px;
    font-size: 11px;
    font-weight: var(--font-bold);
    text-align: left;
  }
  
  .bogo-label::after{
    content: "";
    position: absolute;
    width: 0; 
    height: 0;
    left: 94px;
    top: -4.5px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent; 
    border-right:12px solid #fff; 
  }
  

.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;
    /* border-bottom: 1px solid #A1A9AD !important; */
}
.aboutProductModal .modal-fullscreen {
    top: 0;
    border-radius: 0;
    transition: top 0.5s ease-in-out !important;
}
.aboutProductModal .common-scroll {
    width: 100%;
    height: 520px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 6rem;
}
.aboutProductModal .common-scroll#add-prescription {
    padding-top: 0;
}

.aboutProductModal .common-scroll#add-prescription #select-prescription-method {
    padding-top: 20px;
}
.aboutProductModal .custum-half-modal .modal-content {
    height: 100%;
}
#select-power {
    height: 485px;
}
.modal-fullscreen .common-scroll, .modal-fullscreen #select-power {
    height: calc(100vh - 170px);
    border-top: 1px solid var(--primaryColor);
}
.info-accordion {
    margin-bottom: 20px !important;
}
body.hidden-body {
    overflow-y: hidden;
}
/* lens-prescription start */
.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: #E94D37;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    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: #E94D37;
}
.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: #E94D37;
    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: #fff;
    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: #F0EBE4;
    font-weight: 600;
}
.info-popups table th.active {
    color: #E94D37;
    border-bottom: 1px solid #E94D37;
}
.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: #E94D37;
}
#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: #E94D37;
}
.thickness-outer p {
    color: #E94D37;
}
.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: #E94D37;
}
#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: #F0EBE4;
    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: #E94D37;
    color: #E94D37;
}
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 #1C5350;
    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: #E94D37;
  }
  .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: #E94D37;
    }
    #contact-lense ul li.active span.img-wrap svg path {
        stroke: #fff;
    }
  /* upload-prescription dialog ends */

/* new figma design css */
.select-power ul li span.img-wrap img {
    max-width: 55px;
    width: 55px;
    height: auto;
}
.mb-lenstype {
    position: relative;
}
.usdbtm {
    /* padding: 20px;
    box-shadow: #0000000f 0px -3px 6px; */
    /* position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1111; */
}
span.mb-open i {
    font-size: 21px;
    color: #E94D37;
}
.usdbtm span.usd-mb {
    color: #474747;
    font-size: 16px;
}
span.dlr-mb {
    color: #E94D37;
    font-size: 25px;
    font-weight: 600;
    margin: 0px 3px;
}
span.detail-mb {
    color: #E94D37;
    font-size: 16px;
    /* margin-right: 5px; */
}
span.detail-mb span.mb-open {
    margin-left: 5px;
}
.hide-btm {
    text-align: center;
}
.tick i {
    font-size: 14px;
    color: #3C9C6E;
}
.tick span {
    font-size: 15px;
}
.activebm {
    width: 70px;
}
.activebm > span {
    display: block;
    background-color: #014A7A;
    height: 2px;
}
span.two-no {
    border: 1px solid #E94D37;
    background-color: #E94D37;
    color: #fff;
    padding: 9px;
    width: 25px;
    font-size: 14px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
span.lenssp {
    font-size: 14px;
    color: #000;
}
.rxwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.twotxt {
    display: flex;
    align-items: center;
    gap: 5px;
}
.twotxt.gray-t > span {
    color: #9F9F9F;
}
.twotxt.gray-t span.two-no {
    background-color: transparent;
    border-color: #9F9F9F;
}
.paywrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0px 0px;
}
.paytxt {
    font-size: 14px;
    color: #000000;
}
.lrnmore a {
    font-size: 14px;
    padding-bottom: 2px;
    border-bottom: 1px solid #E94D37;
}
.afranimg {
    display: flex;
    align-items: center;
    gap: 5px;
}
.select-sun h6 {
    font-size: 18px;
    color: #1F1F1F;
}
.select-sun p {
    font-size: 14px;
}
.top-lensmb {
    display: flex;
    align-items: center;
    /* margin-bottom: 15px; */
}
.top-lensmb > i {
    font-size: 20px;
    color: #E94D37;
    margin-right: 7px;
}
.top-lensmb > a {
    color: #E94D37;
    font-size: 15px;
}
.top-lensmb span {
    font-size: 17px;
    color: #9F9F9F;
    margin: 0px 6px;
}
a.ques-b {
    border: 1px solid #E5703C;
    color: #E5703C;
    padding: 3px;
    height: 21px;
    width: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-left: 9px;
}
.basic-mb {
    /* box-shadow: #7090b021 0px 3px 24px;
    padding: 15px;
    border-radius: 6px;
    background-color: #fff; */
}
.blokzspn i {
    font-size: 24px;
    color: #E94D37;
}
.blokzspn > span {
    color: #474747;
    font-size: 15px;
    font-weight: 600;
}
/* .basic-mb span.indexprice, */
.rficon > span {
    color: #1C5350;
}
.blokzspn {
    display: flex;
    align-items: center;
    gap: 8px;
}
.blokztxt {
    font-size: 16px;
    color: #E94D37;
}
.blockz-in {
    display: flex;
    justify-content: space-between;
}
.basic-mb > ul {
    margin-bottom: 0px;
    padding-left: 20px;
}
.basic-mb > ul li {
    box-shadow: none;
    padding: 0;
    margin-bottom: 0;
    font-size: 15px;
    list-style: disc;
    color: #474747;
}
.header-coat {
    display: flex;
    justify-content: space-between;
}
.cut-pge > a {
    font-size: 22px;
    color: #000;
}
/* .select-sun {
    padding-bottom: 10px;
    border-bottom: 1px solid #A1A9AD;
} */
.select-sun h6 {
    font-size: 18px;
    color: #1F1F1F;
    display: flex;
    align-items: center;
}
a.ques-b {
    border: 1px solid #E5703C;
    color: #E5703C;
    padding: 3px;
    height: 21px;
    width: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    margin-left: 9px;
}
.anti-btmwrap p {
    font-size: 15px;
}
.rftxt > a {
    font-size: 17px;
    color: #E94D37;
}
.recmnd-mb h6 {
    font-size: 17px;
    color: #1C5350;
}
.recmnd-mb > p {
    font-size: 16px;
    color: #1F1F1F;
}
.refhdng h6 {
    /* padding-top: 20px; */
    font-size: 18px;
    color: #1F1F1F;
}
h5.coathdng {
    font-size: 18px;
    color: #474747;
}
.lens-coating-li {
    box-shadow: #7090b021 0px 3px 24px;
    padding: 15px;
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 20px;
}
div#select-lensCoating .anti-ref-category > div:first-child {
    border: 2px solid #1C5350;
}
div#select-lensCoating .anti-ref-category > div:first-child {
    align-items: center;
}
#select-lensIndex {
    /* max-height: 700px;
    overflow-y: auto; */
}
.refbothdiv {
    display: flex;
    align-items: center;
}
.rfimg {
    margin-right: 9px;
    max-width: 44px;
    width: 100%;
}
.startingtxt {
    text-align: center;
    display: flex;
    justify-content: center;
}
.startingtxt p {
    font-size: 17px;
    color: #000;
}
.startingtxt p span {
    font-size: 20px;
    font-weight: bold;
}

.rftxt h6 {
    color: #1C5350!important;
    font-size: 17px;
    font-weight: 500;
}
.rficon span {
    margin-right: 10px;
    font-size: 16px;
    color: #474747;
    font-weight: 500;
}
.rficon  i {
    font-size: 24px;
    color: #E94D37;
}
/* mob-detail-popup */
.detail-header {
    background-color: #fff;
    border-bottom: 1px solid #A1A9AD;
    padding: 10px 22px;
    position: unset;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h6.detail-title {
    color: #000;
    font-size: 17px;
}

button.close-detail {
    border: 0;
    background-color: transparent;
    font-size: 19px;
    color: #000000;
}

.detail-body {
    padding: 0px 17px;
}

#detail-show-content {
    left: 0;
}

#detail-show-content .detail-header, #detail-show-content .detail-modal {
    border-radius: 10px 10px 0 0;
}

#detail-show-content .detail-modal {
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    top: 30%;
    height: 100%;
    z-index: 999;
    overflow-y: scroll;
}
#detail-show-content  .accordion-dt.additional-detail {
    margin-bottom: 20px;
    height: 100%;
}
#detail-show-content .detail-body {
    /* overflow: scroll; */
    /* max-height: 44em; */
    height: 100%;
    max-height: 100%;
    /* overflow-y: scroll; */
}
div#detail-show-content  .detail-content {
    /* overflow-y: scroll; */
    height: 100%;
}
#select-lensCheckout .detail-header {
    border-bottom: 0;
}
#detail-show-content .detail-body ul li , #select-lensCheckout .detail-body ul li {
    box-shadow: none;
}

#detail-show-content .additional-detail .prescription-detail ul, #select-lensCheckout .additional-detail .prescription-detail ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

#detail-show-content .additional-detail .prescription-detail ul li, #select-lensCheckout .additional-detail .prescription-detail ul li {
    flex: 1;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    color: #474747;
}

#detail-show-content .additional-detail .prescription-detail .selectedcat, #select-lensCheckout .additional-detail .prescription-detail .selectedcat  {
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}

#detail-show-content .additional-detail .prescription-detail ul li span, #select-lensCheckout .additional-detail .prescription-detail ul li span  {
    display: block;
    font-weight: 400;
    color: #E94D37;
}
#detail-show-content .additional-detail .prescription-detail p span, #select-lensCheckout .additional-detail .prescription-detail p span  {
    color: #E94D37;
}
#detail-show-content .additional-detail .prescription-detail .prismomb, #select-lensCheckout .additional-detail .prescription-detail .prismomb, #select-from-previouspres .prismomb {
    padding-left: 0px;
}

#detail-show-content .additional-detail .prescription-detail p,  #select-lensCheckout .additional-detail .prescription-detail p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 20px;
}

/* #detail-show-content .additional-detail .prescription-detail .is-forpres , #detail-show-content .additional-detail .prescription-detail .heading-wrap,#select-lensCheckout .additional-detail .prescription-detail .is-forpres , #select-lensCheckout .additional-detail .prescription-detail .heading-wrap{
display: none;
} */
.detail-spacks {
    background-color: #fff;
    padding: 20px 16px;
    border-radius: 7px;
    box-shadow: 0px -4px 16px 0px #00000014;
    margin-bottom: 22px;
}
.detail-spacks .dtimg img {
    max-width: 120px;
}

.dtimg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.dtimg>span {
    font-size: 28px;
    font-weight: 500;
    color: #1C5350;
}

.ninet-dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ninet-dt span.frame-price {
    color: #1C5350;
    font-weight: 500;
}
b.indexprice, b.lensprice {
    color: #1C5350;
    font-weight: 500;
}

.ninet-dt span {
    font-size: 15px;
    color: #1F1F1F;
}

.dt-item {
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    /* margin-top: 22px; */
    box-shadow: 0px -4px 16px 0px #00000014;
}
div#detail-show-content  span.lensSelectionPrice {
    color: #1F1F1F;
}
div#detail-show-content span.frame-price {
    color: #1F1F1F;
}

.dt-title {
    cursor: pointer;
    background-color: #fff;
    position: relative;
}

.dt-title h6 {
    font-size: 17px;
    padding: 10px 15px;
    margin: 0;
    gap: 5px;
    color: #1F1F1F;
    font-weight: 500;
    display: flex;
}

.dt-title:after {
    position: absolute;
    top: 50%;
    content: '\f107';
    font-family: "FontAwesome";
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.dt-title.active:after {
    content: "\f106";
}

.dt-title h6 span,
.dtwrap p span {
    color: #E94D37;
}

.dt-tab {
    display: none;
    padding: 15px;
}

#select-lensCheckout .detail-body  {
    padding: 0px 0px;
}

.prescription-detail .dt-tab {
    position: relative;
} 
.prescription-detail .dt-tab .name {
    position: absolute;
    right: 0;
    font-weight: 500;
    color: #333;
    text-transform: capitalize;
}

.dtwrap p {
    color: #474747;
    font-size: 16px;
    display: flex;
    font-weight: 600;
    gap: 4px;
}

.ryt-dt ul {
    display: flex;
    gap: 22px;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 6px;
}
.ryt-dt ul li {
    box-shadow: none;
    padding: 0;
}
.ryt-dt ul li {
    font-weight: 700;
    margin-bottom: 0px;
}
.ryt-dt ul li a {
    color: #E94D37;
}

.ryt-dt ul li a,
.ryt-dt ul li span {
    text-transform: uppercase;
    font-size: 15px;
    display: block;
}

.birthyear-dt p {
    font-weight: 700;
    font-size: 16px;
    color: #474747;
}

.birthyear-dt p a {
    color: #E94D37;
}

.dt-basis {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dt-basis p {
    color: #1F1F1F;
    font-size: 16px;
    font-weight: 600;
}
.dt-basis p > span {
    margin-left: 7px;
}
.dt-basis p span {
    color: #E94D37;
}
/* mob-detail-popup */
h6#lens-index {
    font-size: 16px;
    margin-bottom: 0;
}
.cross-icon {
    /* width: 10px; */
    border: 0;
    margin: 0;
    cursor: pointer;
}
.content-lenss {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
div#lens-index-show, #reflect-coating{
    position: fixed;
    top: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    outline: 0;
    left: 0;
    transform: translate(0px, 0px);
    z-index: 1033;
}

.cross-icon span {
    position: relative;
}

/* .cross-icon span::before {
    content: '';
    background: #000;
    position: absolute;
    width: 17px;
    height: 2px;
    right: -10px;
}

.cross-icon span:nth-child(1):before {
    transform: rotate(45deg);
}

.cross-icon span:nth-child(2):before {
    transform: rotate(-45deg);
} */

.content_wrap {
    text-align: center;
    opacity: 0.5;
}
/* .content_wrap .img_wrap {
    padding: 20px 22px;
    background-color: #fff;
    box-shadow: 0px -4.37px 17.46px 0px #00000014;
    text-align: center;
    border-radius: 6px;
} */
/* .content_wrap img {
    max-width: 100%;
    width: 48px;
    height: 84px;
}
.icon_wrapper img {
    max-width: 100%;
    width: 37px;
}

.content_wrap.active {
    opacity: 1;
}
.btn_wrap button {
    opacity: 0.5;
}
.btn_wrap.active  button {
    opacity: 1;
} */
/* .line_sec {
    padding: 20px 10px;
    margin-top: 20px; 
     border-top: 1px solid #0000001f;
} */
/* span.hs_bold {
    font-weight: 600;
}
.line_sec p {
    font-size: 15px;
    font-weight: 400;
    color: #474747;
} */
/* .icon_sec  .row {
    display: flex;
}
.row.index-lensrow, 
.btns-op  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btns-op {
    border-bottom: 1px solid #0000001f;
    margin-bottom: 15px;
    padding-bottom: 20px;
}
.line_sec h5 {
    font-size: 17px;
    color: #E94D37;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
} */

.btn_wrap button {
    margin-top: 20px;
    padding: 8px 24px;
    background: none;
    font-size: 16px;
    border-radius: 10px;
    border: 2px solid #E94D37;
    color: #E94D37;
    font-weight: 500;
}
/*  */

.icon_sec {
    padding: 20px 0 20px;
}
.inc-div .row {
    display: flex;
}
.icon_sec  h6 {
    font-size: 17px;
    text-align: center;
    color: #E94D37;
    margin-bottom: 10px;
}

.inc-div .icon_wrapper {
    cursor: pointer;
    text-align: center;
  }

.icon_wrapper .text_wrap {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.icon_wrapper .text_wrap p {
    font-size: 14px;
    width: 100%;
    font-weight: 500;
}
.line_sec2 {
    /* padding-top: 25px;
    border-top: 1px solid #00000030; */
}
ul.upper-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    justify-content: center;
    margin-bottom: 10px;
}
ul.upper-list li.active {
    font-weight: 600;
    border-bottom: 2px solid;
    background-color: transparent;
}
div#reflect-coating  .modal-dialog.modal-dialog-centered,
#lens-index-show .modal-dialog.modal-dialog-centered {
    transform: translate(0px, 0px);
}
div#reflect-coating button, #lens-index-show button {
    /* border: 0;
    background-color: transparent; */
}
div#reflect-coating button > span,
#lens-index-show  button > span{
    font-size: 27px;
}
div#reflect-coating .modal-header,
#lens-index-show .modal-header{
    padding: 4px 16px;
}
.dynamic-image {
    display: none; /* Hide all images initially */
}
.dynamic-image:first-of-type {
    display: block; /* Show the first image initially */
}
.active-border {
    border: 2px solid #1C5350; /* Change color as needed */
}
.row.rytod-row {
    display: flex;
    flex-wrap: wrap;
}
.row.rytod-row .col-6 {
    width: 50%;
    padding: 0px 5px;
}
ul.upper-list li {
    margin-right: 10px;
    padding: 10px 0 6px;
    box-shadow: none;
    border-radius: 0;
    font-size: 13px;
    /* width: 43%; */
    max-width: 100%;
    margin-bottom: 7px;
}
div#refcoat-innr {
    padding: 0px 15px;
}
.text {
    font-size: 14px;
    color: #474747;
}
.tick2 {
    background: #C9C9C9;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tick2 span i {
    font-size: 17px;
    color: #fff;
}
.tick2.active {
    background: #3C9C6E;
}
.chashma-radial {
    text-align: center;
    padding: 18px;
    border-radius: 6px;
    box-shadow: #7090b036 0px 8px 22px;
}

.mob-tint {
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 26px;
    box-shadow: 0px -1px 16px 0px #00000014;

}
.title-tint-mob {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.title-tint-mob>h6 {
    font-size: 16px;
    font-weight: 700;
    color: #1F1F1F;
}

p#angle-mob {
    display: flex;
    align-items: center;
    color: #E94D37;
    font-size: 16px;
}

p#angle-mob i {
    font-size: 22px;
}

p#angle-mob span {
    margin-right: 10px;
}

.boxdev-mob {
    padding: 26px 0px 10px;
    display: flex;
    justify-content: start;
    gap: 17px;
    flex-wrap: wrap;
}
span.outer-circlebx {
    /* border: 1px solid gray; */
    width: 49px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

span.circle-dev {
    width: 43px;
    height: 43px;
    background-color: gray;
    border-radius: 50px;
}
span.outer-circlebx.active {
    border: 1px solid #E94D37;
}
span.clrname {
    color: #1F1F1F;
}

span.circle-dev.inr-brown {
    background-color: #736855;
}

span.circle-dev.inr-amber {
    background-color: #778B7F;
}
.tab-tintmob {
    display: none;
}
span.circle-dev.inr-blue {
    background-color: #E94D37;
}

span.circle-dev.inr-maroon {
    background-color: #6F2222;
}

span.circle-dev.inr-green {
    background-color: #1F533A;
}
span#gradientmob1 {
background: rgb(34, 40, 47);
background: linear-gradient(
180deg,
rgba(34, 40, 47, 1) 12%,
rgba(213, 214, 213, 1) 100%
);
}
span#gradientmob2 {
background: rgb(17, 33, 46);
background: linear-gradient(
180deg,
rgba(17, 33, 46, 1) 0%,
rgba(210, 213, 216, 1) 100%
);
}
span#gradientmob3 {
background: rgb(57, 70, 36);
background: linear-gradient(
180deg,
rgba(57, 70, 36, 1) 5%,
rgba(199, 204, 190, 1) 100%
);
}
span#gradientmob4 {
background: rgb(84, 41, 28);
background: linear-gradient(
180deg,
rgba(84, 41, 28, 1) 5%,
rgba(196, 175, 165, 1) 100%
);
}
span#gradientmob5 {
background: rgb(94, 24, 17);
background: linear-gradient(
180deg,
rgba(94, 24, 17, 1) 5%,
rgba(222, 188, 188, 1) 100%
);
}
span#gradientmob6 {
background: rgb(107, 85, 152);
background: linear-gradient(
180deg,
rgba(107, 85, 152, 1) 5%,
rgba(176, 171, 189, 1) 100%
);
}
#radialmob1 {
background: radial-gradient(circle, #c7c7c7, #2d3639);
}
span#radialmob2 {
background: radial-gradient(circle, #87d6e1, #424b9a);
}
span#radialmob3 {
background: radial-gradient(circle, #f5f8a7, #7c6a2b);
}
span#radialmob4 {
background: radial-gradient(circle, #f9dd75, #993c2d);
}
span#radialmob5 {
background: radial-gradient(circle, #ebd1f1, #634772);
}
span#radialmob6 {
background: radial-gradient(circle, #acf5f8, #47809b);
}
.icon_sec .row {
    align-items: center;
}
.mb-lenstype span.img-wrap {
    width: 100%;
    max-width: 80px;
}
.mb-lenstype span.text-wrap {
    width: 100%;
}
/* add prism */
.both-pd-prism {
    display: flex;
    justify-content: space-between;
}
.directionwrap label, .basic-label >p {
    display: block;
    font-size: 14px;
    color: #1f1f1f;
    margin-bottom: 7px;
    text-align: start;
}
.directionwrap select {
    border: 1px solid #D7D6D6;
    background: #fff;
    padding: 10px 10px;
    width: 100%;
    border-radius: 3px;
    font-size: 14px;
    color: #9F9F9F;
}
.label-ouetr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
}
.both-pd-prism label.label-container {
    padding-left: 25px;
}
.ryt-odwrap h6 {
    font-size: 17px;
    color: #1F1F1F;
}
.label-hz input[type="radio"]:checked + label:before, 
.label-hz input[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #C8C8C8;
    border-radius: 100%;
    background: #F5F1F1;
}
.label-hz input[type="radio"]:checked + label,
 .label-hz input[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #1F1F1F;
    font-size: 16px;
}

.label-hz input[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.label-hz input[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.label-hz input[type="radio"]:checked + label:after,
 .label-hz input[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #E94D37;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input.radioinwrap {
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    opacity: 0;
}
.myslf-pr {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.label-hz {
    position: relative;
}
/* add prism */

/* new figma design css */
a.i-a {
    border: 2px solid #E94D37;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50px;
}
  /* paypal */

.know-more {
    margin-top: 4px;
    text-align: center;
    text-decoration: underline;
}
/* new */
.icn-hdng {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.icn-hdng > h6 {
    font-size: 16px;
    color: #E94D37;
}
.icn-hdng i {
    font-size: 22px;
    color: #E94D37;
}
.preslist ul li {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 16px 16px;
    border-radius: 6px;
    margin-bottom: 12px;
}
.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 #E94D37;
    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: #E94D37;
}

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: #E94D37;
    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: #E94D37;
}
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: #E94D37;
}
.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: #1C5350;
}
button.new-presbtn {
    background-color: #E94D37;
}
.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;
}

/* iframe design */
@media screen and (max-width: 768px) {
    .custum-half-modal-backdrop.full-iframe-modal  .custum-half-modal.smart-mirror {
        position: unset;
        padding: 0px 0px;
    }
    .custum-half-modal-backdrop.full-iframe-modal button#smart-mirror-close {
        display: none;
    }
    .custum-half-modal-backdrop.full-iframe-modal .custum-half-modal.smart-mirror .modal-content,
    .custum-half-modal-backdrop.full-iframe-modal .custum-half-modal.smart-mirror .modal-content
     .modal-body, .custum-half-modal-backdrop.full-iframe-modal .custum-half-modal.smart-mirror
      .modal-content .modal-body div {
        height: 100%;
    }
}
