.form-control:focus {
  box-shadow: none !important;
  border-color: #000 !important;
}


.lenses-main-section {
  /* overflow-x: hidden; */
  /* background-color: #F5F5F5; */
}

.lenses-list-item {
  border: 2px solid #dad6d4;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 115px;
  background-color: #f5f5f5;
  border-radius: 12px;
  margin-bottom: 10px;
}

.lenses-item {
  border: 2px solid #dad6d4;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 115px;
  background-color: #f5f5f5;
  border-radius: 12px;
  margin-bottom: 10px;
}

.lenses-list-item:hover {
  background-color: #eaf1fb;
  cursor: pointer;
}

.lenses-list-item.current {
  /* background-color: #FDE2E0; */
  background-color: #d3e3fd;
  color: #000;
  border: 2px solid #145ebe;
}

/* .lenses-list-item.current .option-title{
      color: #fff;
  }
  .lenses-list-item.current .option-description{
      color: #fff;
  } */
.lenses-list-item-content {
  padding: 20px 0;
}

.option-title {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  padding-right: 15px;
}

.option-description {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
  text-align: left;
  padding-right: 15px;
  text-align: left;
}

.lenses-list-item-img {
  margin-right: 15px;
  margin-left: 15px;
  background-color: transparent;
}

.lenses-list-item-img img {
  mix-blend-mode: multiply;
}

.inner-section-multifocal-item {
  padding-left: 50px !important;
  padding-right: 50px !important;
  border-top: 2px solid #f6f6f6;
  font-weight: 500;
  position: relative;
  padding: 20px 0;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
}

.inner-section-multifocal-item:first-child {
  border-top: none;
}

.inner-section-multifocal-item:hover {
  background-color: #eaf1fb;
  cursor: pointer;
}

/* .select-lenses-main-section .container-fluid{
      /* padding-right: 0; 
  } */
@media only screen and (min-width: 768px) {
  .color-picker {
    display: none;
    z-index: 1200;
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0.7; */
  }

  .gradient-color-picker {
    display: none;
    z-index: 1200;
    position: absolute;
    top: 0;
    left: 0;
    /* opacity: 0.7; */
  }

  .with-bg {
    position: static;
  }

  .with-bg::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    /* bottom: -40px; */
    width: 35.33%;
    /* background-color: #f5f5f5; */
    z-index: -1;
  }

  .popovers {
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    transition: display 0.3s ease;
  }

  /* .lenses-list-item:hover .popovers {
          display: block;
      } */
}

.popovers {
  position: absolute;
  top: 29px;
  right: 20px;
  transition: display 0.3s ease;
  z-index: 99;
}

/* .lenses-list-item.current .popovers {
      display: block;
      ;
  } */

.inner-section-multifocal-item.current {
  background-color: #d3e3fd;
}

.multifocal-child {
  display: none;
}

.wp-lenses-form-wrapper {
  padding: 52px 40px 20px;
}

.reading-child {
  display: none;
}

.main-div {
  display: flex;
  padding: 15px;
}

.gc-clear {
  clear: both;
}

.clear {
  display: none;
}

/* multistep style start */

::selection {
  color: #fff;
  background: #ba252f;
}

.wrapper-container {
  /* width: 330px; */
  /* background: #f5f5f5; */
  text-align: center;
  border-radius: 5px;
  padding: 50px 35px 10px 35px;
}

.wrapper-container header {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 30px 0;
}

.wrapper-container .form-outer {
  width: 100%;
  /* overflow: hidden; */
}

.wrapper-container .form-outer .inner-form-div {
  display: flex;
  width: calc(100% * 5);
  /* width: 500%; */
}

.form-outer .inner-form-div.page {
  /* width: calc(100% / 5); */
  transition: margin-left 0.3s ease-in-out;
  /* flex: 0 0 auto; */
}

.form-outer .inner-form-div.page .title {
  text-align: left;
  font-size: 25px;
  font-weight: 500;
}

.form-outer .inner-form-div.page .field {
  width: 330px;
  height: 45px;
  margin: 45px 0;
  display: flex;
  position: relative;
}

.inner-form-div.page .field .label {
  position: absolute;
  top: -30px;
  font-weight: 500;
}

.inner-form-div.page .field input {
  height: 100%;
  width: 100%;
  border: 1px solid lightgrey;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 18px;
}

.inner-form-div.page .field select {
  width: 100%;
  padding-left: 10px;
  font-size: 17px;
  font-weight: 500;
}

.inner-form-div.page .field button {
  width: 100%;
  height: calc(100% + 5px);
  border: none;
  background: #ba252f;
  margin-top: -20px;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.5s ease;
}

.inner-form-div.page .field button:hover {
  background: #000;
}

.inner-form-div.page .btns button {
  margin-top: -20px !important;
}

.inner-form-div.page .btns button.prev {
  margin-right: 3px;
  font-size: 17px;
}

.inner-form-div.page .btns button.next {
  margin-left: 3px;
}

.progress-bar .step {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.col-lenses-custom .progress-bar .step {
  text-align: center;
  /* width: 100%; */
  width: 76px;
  position: relative;
}

.col-lenses-custom .progress-bar .step p {
  font-weight: 500;
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}

.progress-bar .step .bullet {
  height: 25px;
  width: 25px;
  border: 2px solid #000;
  display: inline-flex;
  border-radius: 50%;
  position: relative;
  transition: 0.2s;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.progress-bar .step .bullet.active {
  border-color: #ba252f;
  background: #ba252f;
}

.progress-bar .step .bullet span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.progress-bar .step .bullet.active span {
  display: none;
}

.progress-bar .step .bullet:before,
.progress-bar .step .bullet:after {
  position: absolute;
  content: "";
  bottom: 11px;
  right: -36px;
  height: 3px;
  width: 31px;
  background: #262626;
}

.progress-bar .step .bullet.active:after {
  background: #ba252f;
  transform: scaleX(0);
  transform-origin: left;
  animation: animate 0.3s linear forwards;
}

@keyframes animate {
  100% {
    transform: scaleX(1);
  }
}

.progress-bar .step:last-child .bullet:before,
.progress-bar .step:last-child .bullet:after {
  display: none;
}

.progress-bar .step p.active {
  color: #ba252f;
  transition: 0.2s linear;
}

.progress-bar .step .check {
  position: absolute;
  left: 50%;
  /* top: 70%; */
  /* top: 65%; */
  top: 50%;
  font-size: 15px;
  transform: translate(-50%, -50%);
  display: none;
}

.progress-bar .step .check.active {
  display: block;
  color: #fff;
}

/* multistep style End */

#od_sph,
#os_sph,
#od_cyl,
#os_cyl,
#od_add,
#os_add,
#pd,
#od_pd,
#os_pd {
  /* border: none; */
  /* border-bottom: 2px solid #dad6d4; */
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background-color: #fff !important;
  width: 100%;
  height: 48px;
  border: 1px solid #6f6f6f;
  text-align: center !important;
  /* background-color: #f5f5f5; */
}

select:focus-visible {
  outline: none !important;
}

input:focus-visible {
  outline: none !important;
}

.lenses-prescription-table th {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  color: #000000;
}

.lenses-prescription-table td {
  padding-top: 13px;
  padding-bottom: 20px;
  padding-left: 0px;
  padding-right: 6px;
  text-align: center;
  vertical-align: middle;
}

.lenses-prescription-table tr {
  border: none;
  border-style: hidden !important;
}

.lenses-prescription-table thead>th {
  margin-bottom: 0;
  padding-top: 26.5%;
  font-weight: 500;
  line-height: 1.3;
  white-space: nowrap;
}

.lenses-prescription-table th>span {
  display: block;
  font-size: 12px;
}

.lenses-prescription-table td>select:focus {
  border-bottom-color: #ba252f !important;
  outline: none;
  speak: none;
}

td>.td-inner-input {
  border: none;
  border-bottom: 2px solid #dad6d4;
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  max-width: 128px;
  background-color: #fff !important;
  height: 48px;
  border: 1px solid #6f6f6f;
  text-align: center !important;
}

td>.td-inner-input:focus {
  border-bottom: 2px solid #ba252f !important;
}

.lenses-prescription-table::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f6f6f6;
}

.pd-second {
  display: none;
}

.blue-light-filtering {
  display: none;
}

.mobile-tablet {
  display: none;
}

.desktop-tablet {
  display: block;
}
.back-btn-on-lense-slide{
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile-width-100 {
    max-width: 100% !important;
  }

  .progress-bar {
    flex-direction: row !important;
  }

  td>.td-inner-input {
    max-width: 100px;
  }

  .progress-bar .step {
    /* gap: 34px;
          ; */
    margin-right: 34px;
  }

  .progress-bar .step:last-child {
    /* gap: 34px;
          ; */
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .form-outer .progress-bar {
    display: flex;
    flex-direction: row;
    user-select: none;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    gap: 35px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .lenses-sidebar-footer {
    /* margin-top: 42%;; */
    /* margin-top: 50px; */
    display: flex;
    justify-content: center;
  }

  .lense-has-inner-childs {
    border-top: 2px solid #dad6d4;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 115px;
  }

  .lenses-sidebar {
    padding-right: 0;
    /* margin-right: 10px; */
  }

  .left-sidebar-inner {
    margin-right: 10px;
    /* position: fixed;
          width: 41.66666667%; */
    height: 100%;
    /* height: 100vh; */
    padding-top: 50px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 41.66666667%;
  }

  .lenses-main-section {
    padding-left: 0;
  }

  .image-on-five-slide {
    width: 300px;
    max-height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper-container {
    padding: 0;
  }

  .inner-sidbar {
    display: none;
  }

  .lense-has-inner-childs {
    border-top: 2px solid #dad6d4;
  }

  .lense-has-inner-childs .option-title {
    padding-right: 24% !important;
  }

  .image-on-five-slide {
    width: 300px;
    max-height: 300px;
    margin-top: 10px;
  }

  .inner-sidbar {
    margin-top: 0 !important;
  }

  .progress-bar-parent {
    padding-left: 5px;
    padding-right: 5px;
  }

  .custom-list-item-content {
    padding-left: 25px !important;
  }

  /* .form-outer .inner-form-divimg {
          display: none;
      } */

  .mobile-tablet {
    display: block;
  }

  .popovers-1 {
    top: 14px !important;
  }

  .popovers-3 {
    top: 16px !important;
  }

  .popovers-7 {
    top: 17px !important;
  }

  .slide-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  /* .lenses-list-item-img {
          display: none;
      } */

  .form-outer {
    padding-bottom: 10px;
  }

  .wrapper-container {
    /* background-color: #f5f5f5; */
  }

  .lenses-main-section {
    padding: 0;
  }

  /* .lenses-main-section {
          background-color: #f5f5f5;
      } */

  .desktop-tablet {
    display: none;
  }

  .form-outer .inner-form-div.page .field {
    width: 100%;
  }

  .lenses-sidebar-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }

  .categories-name-product {
    display: none;
  }

  .left-bottom-mobile-price {
    display: inline;
    padding-left: 10px;
  }

  .lenses-sidebar-pd-name {
    display: inline !important;
  }

  .lenses-list {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lenses-list>li {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .accordion-button {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .form-outer button {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .all-options .lense-has-inner-childs {
    padding-left: 5px !important;
    padding-right: 5px !important;
    display: flex;
    align-items: center;
  }

  .option-title {
    /* max-width: 85%; */
  }
}

.col-lenses-custom {
  flex: 0 0 auto;
  /* width: 20%; */
  width: 100%;
}

.lenses-sidebar {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .inner-sidbar {
    margin-top: 0;
  }

  .lenses-product-image {
    padding: 0.4%;
  }

  .lenses-product-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 420px) {
  .option-title {
    max-width: 85%;
  }
}

.inner-sidbar {
  margin-top: 1%;
  /* padding-top: 50px;
  
      margin: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; */
}

.lenses-product-image img {
  max-width: 800px;
  width: 100%;
}

.lenses-sidebar-footer {
  /* position: absolute;
      bottom: 60px;
      left: 0;
      width: 100%; */
}

.lenses-sidebar-pd-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  display: block;
}

.subtotal-lenses-sidebar {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.subtotal-lenses-sidebar .inner-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.frame {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}

.inner-cat {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.frame-heading {
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
}

.categproeis-price {
  display: block;
}

.inner-cat {
  float: left;
}

.pt-inner-price {
  float: right;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.your-prescription {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.prescription {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 8px;
}

.cart-step-list {
  display: flex;
  justify-content: space-between;
  padding-top: 4px;
  padding-bottom: 4px;
}

.rx-review-total {
  position: relative;
  margin-top: 15px;
  padding: 23px 4px;
  font-weight: 700;
  border-top: 2px solid #f6f6f6;
}

.crx-review-item.second {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
}

.crx-review-item.first {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}

.prescription-table-main .last {
  vertical-align: middle !important;
}

.lenses-sidebar-cat-link {
  color: #6f6f6f;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.lenses-sidebar-cat-link:hover {
  color: #ba252f;
}

.prescription-table-main {}

.table-none {
  display: none;
}

.full-width {
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 18px solid white;
  position: absolute;
  right: 6px;
  top: -18px;
}

.arrow-down {
  position: absolute;
  bottom: -14px;
  right: 0;
  width: 0;
  height: 0;
  /* border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      
      border-top: 20px solid #f00; */
  border-left: 16px solid transparent;
  border-right: 11px solid transparent;
  border-top: 30px solid #fff;
}

@media only screen and (min-width: 768px) {
  .popover-overlay {
    position: absolute;
    color: #000;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    width: 80%;
    bottom: 99px;
    z-index: 1600000;
    right: 21px;
    max-width: 615px;
    min-width: 159px;
    width: 100%;
    border-radius: 4px;
    display: none;
  }

  .popover-overlay-1 {
    top: 56% !important;
    right: 21px !important;
    bottom: auto !important;
  }

  .popovers:hover .popover-overlay {
    display: block !important;
  }

  /* .popovers:hover .popover-overlay {
          display: block;
        } */
  .popover-overlay .inner-main {
    padding: 25px;
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) {
  .media-heading {
    text-align: left;
    font-weight: 700;
    width: 250px;
  }

  .media-body {
    float: left;
    margin-left: 20px;
    width: max-content;
  }

  .media {
    float: left;
  }

  .media-heading {
    text-align: left;
    font-weight: 700;
  }

  .media-body {
    float: left;
    margin-left: 20px;
  }

  .cross-popover {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .lenses-packages-on-fourth-slide .lenses-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .all-options {
    padding-left: 5px;
    padding-right: 5px;
  }

  .media-heading {
    /* text-align: left; */
    font-weight: 700;
    width: 100%;
  }

  .media-body {
    /* float: left; */
    /* margin-left: 20px; */
    width: 100%;
  }

  .popovers {
    z-index: 1299;
  }

  .popover-overlay .inner-main {
    padding: 20px;
    background-color: #fff;
    border-radius: 30px;
  }

  .popover-overlay {
    position: fixed;
    z-index: 999999999999 !important;
    position: fixed;
    left: 10px;
    /* top: 84.822px; */
    top: 19.8px;
    width: 95%;
    max-width: 355px;
    padding: 20px;
    max-height: 92vh;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: ;
    display: none;
  }

  .pop-show {
    display: block;
    visibility: visible;
  }

  .pop-hide {
    display: none;
    visibility: hidden;
  }

  .media>img {
    width: 100%;
  }

  .triangle {
    display: none;
  }

  .arrow-down {
    display: none;
  }

  .cross-popover {
    background: black;
    color: white;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-radius: 50%;
    margin-bottom: 2px;
    position: absolute;
    right: 3%;
    top: 11px;
    font-size: 20px;
  }

  .lense-item-child {
    height: auto !important;
  }
}

.pwer-types-inner {
  display: none;
}

.lenses-product-image {
  text-align: center;
}

.listing-tooltip-main {
  padding: 25px;
}

.listing-tooltip-title {
  text-align: left;
  font-weight: 700;
}

.listing-tooltip-content span {
  text-align: left;
}

.listing-tooltip-content ul {
  list-style-type: disc;
  /* or circle, square, none */
  list-style-position: inside;
  /* or outside */
}

.item-with-both img {
  width: 27px;
  height: 27px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .tooltip-list ul {
    height: 80%;
    overflow-y: auto;
    text-align: left;
  }

  .lenses-prescription-table td select {
    width: 100%;
  }

  .lenses-prescription-table td{
    padding-left: 0!important;
    padding-top: 0!important;
  }
  .listing-overly {
    border-radius: 4px;
  }

  .listing-tooltip-main {
    background-color: #fff;
    border-radius: 30px;
  }

  .tooltip-list ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}

@media only screen and (min-width: 768px) {}

@media only screen and (min-width: 768px) {
  .tooltip-list ul {
    max-height: 194px;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    align-items: start;
    vertical-align: middle;
    align-content: stretch;
  }

  .tooltip-list ul li {
    display: flex;
  }

  /* .listing-overly {
          width: 50% !important;
          border-radius: 4px;
      } */

  .lenses-child-itself {
    clear: both;
    position: relative;
    list-style: none;
    /* display: flex; */
    /* display: flex!important; */
  }

  .lenses-child-itself .lenses-list-item-img {
    float: left;
  }

  .inner-child-hide {
    display: none;
  }

  .inner-child-show {
    display: flex;
  }

  .lenses-child-itsel .lenses-list-item-content {
    float: left;
  }
}

.listing-tooltip-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
}

.listing-tooltip-content {
  margin-bottom: 10px;
}

.prescription-step-accordion .accordion-button {
  /* background-color: #f5f5f5; */
}

.prescription-step-accordion .accordion-collapse {
  /* background-color: #f5f5f5; */
}

.lenses-btn {
  position: relative;
  overflow: visible;
  display: inline-block;
  margin: 0;
  padding: 9px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  border: 1px solid #0b57d0;
  border-radius: 6px;
  background-color: #0b57d0;
  transition: all 0.25s ease-out;
}

.progress-bar-parent {
  display: flex;
  justify-content: space-between;
  vertical-align: middle;
  align-items: center;
  margin-bottom: 40px;
}

/* @media only screen and (min-width: 768px) {
      .all-steps-bullet {
          display: flex;
          justify-content: space-between;
          vertical-align: middle;
          align-items: center;
          /* margin-bottom: 40px; 
      }
  }
  
  /* @media only screen and (manxwidth: 767px) {
      .all-steps-bullet {
          margin-bottom: 0;
      }
   */

@media only screen and (max-width: 767px) {

  .progress-bar .step .bullet:before,
  .progress-bar .step .bullet:after {
    /* position: absolute;
          content: '';
          bottom: 11px;
          right: -40px;
          height: 3px;
          width: 34px;
          background: #262626; */
    position: absolute;
    content: "";
    bottom: 11px;
    right: -33px;
    height: 2px;
    width: 27px;
    background: #262626;
  }

  .lenses-prescription-table>td>select {
    background-color: #fff !important;
  }

  /* .lenses-main-section {
          padding-left: 0;
          padding-right: 0;
      } */

  /* .col-lenses-custom {
          padding-left: 5px;
          padding-right: 5px;
      } */

  /* .multiform-heading {
          padding-top: 20px;
      } */

  .accordion-body-css {
    padding-left: 0;
    padding-right: 0;
  }

  #od_sph,
  #os_sph,
  #od_cyl,
  #os_cyl,
  #od_add,
  #os_add,
  #pd,
  #od_pd,
  #os_pd {
    padding: 0;
    background-color: #fff !important;
  }

  .lenses-main-heading-sp {
    font-size: 29px;
  }
}

.lenses-main-heading-sp {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #000000;
}

.slide-2 {
  overflow-x: hidden;
}

/* .top-left-btn-span{
      display: none;
  }
  .csc{
      visibility: hidden;
  } */
.others-left {
  display: none;
}

.top-left-btn-span {
  cursor: pointer;
}

.top-right-btn-span {
  cursor: pointer;
}

.others-right {
  display: none;
}

.fa-angle-left {
  font-size: 24px;
}

.fa-angle-right {
  font-size: 24px;
}

.lenses-child-itself {
  /* margin-top: -47px; */
}

/* .lenses-list-item.current {
      background-color: #FDE2E0;
      ;
  } */

#os_pd {
  display: none;
}

/* .td-inner-input{
      width: 20px;
      height: 20px;
  } */
.lenses-list-item-inner {
  display: flex;
  align-items: center;
}

.lenses-list-item-2 {
  border: 2px solid #dad6d4;
  position: relative;
  list-style: none;
  /* min-height: 115px; */
}

.inner-childs-lenses-packages {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #dad6d4;
  min-height: 90px;
}

.inner-childs-lenses-packages {
  /* display: none; */
}

.lese-show {
  display: block;
  display: flex;
}

.lese-hide {
  display: none;
}

.lense-has-inner-childs.current {
  background-color: #fde2e0;
  background-color: #d3e3fd;
  color: #000;
}

.lenses-list li {
  cursor: pointer;
  position: relative !important;
  /* list-style: none !important; */
}

.lenses-list li>li {
  list-style: none !important;
  position: relative !important;
}

.listing-tooltip-content ul li {
  /* list-style: none !important; */
}

.lense-has-inner-childs {
  list-style: none !important;
  position: relative !important;
}

.lenses-child-itself .popover-overlay {
  bottom: 60px !important;
}

.lenses-list-item-content-1 {
  margin-right: 10px;
}

.custom-list-item-content {
  padding-left: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.input-checkbox input {
  width: 17px;
  height: 17px;
}

.confirm-silde-third {
  display: none;
  margin-left: 80px;
}

.lenses-child-itself-third {
  /* background-color: #EAF1FB; */
  cursor: pointer;
}

.btn-wrapper {
  /* background-color: #EAF1FB; */
}

.sc-top-subtotal {
  margin: 25px auto 0;
  font-size: 17px;
  text-align: left;
}

.wrapper-custom-class {
  position: relative;
  min-height: 86vh !important;
}

/* Css lenses Loader Start */

.lds-roller {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1311;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ba252f;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Css lenses Loader End */
.lenses-package-name,
.lenses-package-coating-name {
  font-weight: bold;
}

.lenses-child-itself:last-child {
  padding-bottom: 10px;
}

.lenses-child-itself .option-title {
  color: #504a4b;
  font-weight: 600;
  font-size: 17px;
}

.add-on-slide-5 {
  font-weight: bold;
  color: #ba252f;
  display: none;
  font-size: 19px;
}

.zebra-loader {
  width: 96px;
  height: 16px;
  display: block;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  /* background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.25) 75%, transparent 75%, transparent); */
  background-image: linear-gradient(45deg,
      rgba(186, 37, 47, 0.25) 25%,
      transparent 25%,
      transparent 50%,
      rgba(186, 37, 47, 0.25) 50%,
      rgba(186, 37, 47, 0.25) 75%,
      transparent 75%,
      transparent);

  font-size: 30px;
  background-size: 1em 1em;
  box-sizing: border-box;
  animation: barStripe 1s linear infinite;
  margin: 0 auto;
  margin-bottom: 4px;
}

@keyframes barStripe {
  0% {
    background-position: 1em 0;
  }

  100% {
    background-position: 0 0;
  }
}

.img-status-g {
  display: none;
  margin: 0 auto;
  margin-bottom: 4px;
}

.prevfirst {
  visibility: hidden;
}

.pg-next,
.pg-back {
  font-size: 20px;
  color: #ba252f;
}

.top-left-btn-span {
  display: flex;
  align-items: center;
  margin-top: 2%;
}

.top-right-btn-span {
  display: flex;
  align-items: center;
  margin-top: 2%;
}

@media only screen and (max-width: 767px) {
  .form-outer .progress-bar {
    top: 5%;
  }

  .top-right-btn-span,
  .top-left-btn-span {
    /* margin-top: 0% */
    /* margin-top: -8%; */
    /* ; */
  }

  .color-picker {
    display: none;
    z-index: 1200;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    /* opacity: 0.7; */
  }

  .gradient-color-picker {
    display: none;
    z-index: 1200;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    /* opacity: 0.7; */
  }

  .for-tint {
    position: absolute !important;
    margin: 0 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    opacity: 0.7;
  }

  .tints {
    flex-direction: column !important;
    background-color: #fff !important;
    list-style: none;
  }

  .mbile-view-image {
    display: block !important;
    overflow: hidden;
  }

  .rz-select-aprents {
    /* padding: 30px 0 30px 14px !important; */
  }

  .tint-form {
    display: flex;
    flex-direction: column;
  }

  .btn-wrapper {
    background-color: #fff;
  }

  .color-img-picker-cart {
    /* position: absolute;
          top: 0; */
  }
}

@media only screen and (min-width: 768px) {
  .color-img-picker-cart {
    position: absolute;
    top: 0;
  }
}

.mbile-view-image {
  display: none;
}

.for-tint {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  /* opacity: 1;
      -webkit-animation: flickerAnimation 4s linear infinite;
      animation: flickerAnimation 4s linear infinite; */
}

.lenses-product-image {
  position: relative;
}

.img-for-tint {
  cursor: pointer;
}

.for-tint {
  display: none;
}

.rx-select-content {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  margin: 0;
  padding-right: 18px;
}

.rz-select-aprents {
  width: 100%;
  padding: 30px 0 30px 50px;
  text-align: left;
}

.tint-form label {
  margin-right: 20px;
}

.tint-form .percentage {
  margin-right: 5px;
}

/* Change the color of the checked radio button */
.percentage:checked::before {
  border-color: #ba252f;
  /* Replace with your desired color */
  background-color: #ba252f;
  /* Replace with your desired color */
}

/* Change the color of the inner dot */
.percentage:checked::after {
  background-color: #ba252f;
  /* Replace with your desired color */
}

.tint-color-listing {
  display: flex;
  gap: 4px;
}

.tint-color {
  border-radius: 50%;
  /* width: 28px;
      height: 28px; */
}

/* .tints {
      display: none;
  } */

.tint-confirm {
  display: none;
  text-align: left;
}

.tint-confirm .lenses-btn {
  margin-left: 80px;
}

.tint-form label:hover {
  cursor: pointer;
}

.tint-color-listing-heading {
  margin-bottom: 10px;
  margin-top: 10px;
}

.lense-has-inner-childs {
  cursor: pointer;
}

.flickerAnimation {
  display: none;
  opacity: 1;
  -webkit-animation: flickerAnimation 4s linear infinite;
  animation: flickerAnimation 4s linear infinite;
}

@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.5;
  }

  to {
    opacity: 0;
  }
}

@keyframes flickerAnimation {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.5;
  }

  to {
    opacity: 0;
  }
}

.animate-flicker {
  opacity: 1;
  -webkit-animation: flickerAnimation 4s linear infinite;
  animation: flickerAnimation 4s linear infinite;
}

.tint-single-color {
  padding: 1px;
}

.tint-single-color.current {
  border: 1px solid #ba252f;
  border-radius: 50%;
}

.childs-hide {
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0;
}

.childs-show {
  opacity: 1;
  opacity: 1;
  display: list-item;
  list-style: none;
}

.tints-0,
.tints-1 {
  display: none;
}

.polarized-1,
.gradient-2,
.polarized-3 {
  display: none;
}

.medium-1,
.premium-2,
.basic-0 {
  display: none;
}

.premium-confirm-2,
.medium-confirm-1,
.basic-confirm-0 {
  display: none;
}

.lenses-overlay {
  opacity: 3.61;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 1310;
  position: absolute;
  z-index: 1310;
  display: none;
}

@-webkit-keyframes basicflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.3;
  }

  to {
    opacity: 0;
  }
}

@keyframes basicflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.5;
  }

  75% {
    opacity: 0.3;
  }

  to {
    opacity: 0;
  }
}

.basic-animate-flicker {
  opacity: 0.5;
  -webkit-animation: basicflickerAnimatin 6s linear infinite;
  animation: basicflickerAnimatin 6s linear infinite;
}

.basic-animate-flicker-black {
  opacity: 0.5;
  -webkit-animation: basicflickerAnimatin 6s linear infinite;
  animation: basicflickerAnimatin 6s linear infinite;
  background: black;
}

@-webkit-keyframes mediumflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.7;
  }

  75% {
    opacity: 0.4;
  }

  to {
    opacity: 0;
  }
}

@keyframes mediumflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.7;
  }

  75% {
    opacity: 0.4;
  }

  to {
    opacity: 0;
  }
}

.medium-animate-flicker {
  opacity: 0.7;
  -webkit-animation: mediumflickerAnimatin 4s linear infinite;
  animation: mediumflickerAnimatin 4s linear infinite;
}

.medium-animate-flicker-black {
  opacity: 0.7;
  -webkit-animation: mediumflickerAnimatin 4s linear infinite;
  animation: mediumflickerAnimatin 4s linear infinite;
  background: black;
}

@-webkit-keyframes premiumflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  to {
    opacity: 0;
  }
}

@keyframes premiumflickerAnimatin {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.4;
  }

  50% {
    opacity: 0.8;
  }

  75% {
    opacity: 0.4;
  }

  to {
    opacity: 0;
  }
}

.premium-animate-flicker {
  opacity: 0.9;
  -webkit-animation: premiumflickerAnimatin 3s linear infinite;
  animation: premiumflickerAnimatin 3s linear infinite;
}

.premium-animate-flicker-black {
  opacity: 0.9;
  -webkit-animation: premiumflickerAnimatin 3s linear infinite;
  animation: premiumflickerAnimatin 3s linear infinite;
  background: black;
}

.info-icon {
  color: #000;
  /* Initial color */
  transition: color 0.3s;
  /* Transition duration */
  font-size: 29px !important;
}

.info-icon:hover {
  color: #ba252f;
  /* Color on hover */
}

/* .tooltip-inner {
      background-color: #fff!important; 
      color: #000!important; 
      z-index: 1316;;
          
    } */
.tooltip-inner {
  /* background-color: #fff!important; */
  /* color: #000!important; */
}

/* .tooltip-arrow { border-bottom-color:#fff!important; } */
/* .tint-overlay{
      position: absolute;
      color: #000;
      background-color: #fff;
      box-shadow: 1px 1px 5px rgba(0, 0, 0, .4);
      width: 80%;
      bottom: 99px;
      z-index: 1600000;
      right: 21px;
      width: 150px;
      width: 100%;
      border-radius: 4px;
      top: 56% !important;
      right: 21px !important;
      bottom: auto !important;
      display: none;
    } */
.tint-overlay {
  left: 21px !important;
  right: 0 !important;
}

/* tooltip tint color start */
.tint-color-listing li {
  position: relative;
}

.tooltip {
  visibility: hidden;
  background-color: white;
  padding: 15px 20px;
  color: #000;
  border-radius: 4px;
  min-width: 150px;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  z-index: 1600000;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: Outfit, sans-serif;
  text-transform: capitalize;
  text-align: left;
}

.tint-color-listing li:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

/* tooltip tint color End */
@media only screen and (max-width: 767px) {
  .feature-bottom-text {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    font-weight: 500;
    color: #ba252f;
    width: 100%;
    display: none;
  }

  .feature-top-text {
    font-size: 19px;
    font-weight: 500;
    color: #6f6f6f;
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .transition-tooltip {
    min-width: 277px;
  }

  .feature-top-text {
    position: absolute;
    top: 14%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    font-weight: 500;
    color: #6f6f6f;
    display: none;
  }

  .feature-bottom-text {
    position: absolute;
    bottom: 7%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19px;
    font-weight: 500;
    color: #ba252f;
    display: none;
  }

  .tooltip::after {
    content: "";
    position: absolute;
    top: calc(103% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: #c2c2c2 transparent transparent transparent;
    z-index: 1;
  }

  .tooltip::before {
    content: "";
    position: absolute;
    top: calc(103% - 2px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
  }
}

@media only screen and (min-width: 281px) and (max-width: 767px) {
  .tooltip::after {
    content: "";
    position: absolute;
    top: calc(103% - 1px);
    left: 50%;
    transform: translateX(-105%);
    border-width: 12px;
    border-style: solid;
    border-color: #c2c2c2 transparent transparent transparent;
    z-index: 1;
  }

  .tooltip::before {
    content: "";
    position: absolute;
    top: calc(103% - 2px);
    left: 50%;
    transform: translateX(-105%);
    border-width: 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
  }

  /* Styles specific to mobile devices */
  .tint-color-listing li:first-child .tooltip {
    left: 164%;
  }

  .tint-color-listing li:first-child .tooltip::before {
    left: 43% !important;
  }

  .tint-color-listing li:first-child .tooltip::after {
    left: 43% !important;
  }

  .tint-color-listing li:last-child>.tooltip {
    left: -40%;
  }

  .tint-color-listing li:last-child>.tooltip::before {
    transform: translateX(0%);
  }

  .tint-color-listing li:last-child>.tooltip::after {
    transform: translateX(0%);
  }

  .tooltip {
    left: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 254px;
    bottom: 70%;
    /* right: 50%;
          transform: translateX(50%); */
  }

  .tooltip::after,
  .tooltip::before {
    left: auto;
    /* right: 50%;
          transform: translateX(50%); */
  }

  .tooltip:before {
    top: calc(100% - 2px);
  }

  .tooltip:after {
    top: calc(100% - 1px);
  }

  .tint-color-listing-wrapper {
    display: flex;
    align-items: center;
  }

  .tint-select-aprent {
    padding-left: 15px;
  }

  .tooltip:last-child {
    /* Styles for the last child of the tooltip */
  }

  .tooltip:last-child::before {
    left: 56% !important;
  }

  .tooltip:last-child::after {
    left: 56% !important;
  }
}

@media only screen and (max-width: 280px) {
  .tooltip::after {
    content: "";
    position: absolute;
    top: calc(103% - 1px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: #c2c2c2 transparent transparent transparent;
    z-index: 1;
  }

  .tooltip::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    z-index: 2;
  }

  .tooltip {
    left: 50%;
    transform: translateX(-50%);
    /* left: auto; */
    /* left: 50%;
          transform: translate(-50%, -50%); */
    min-width: 254px;
    bottom: 140%;
    /* right: 50%;
          transform: translateX(50%); */
  }

  .tooltip:before {
    top: calc(100% - 2px);
  }

  .tooltip:after {
    top: calc(100% - 1px);
  }

  .tint-color-listing-wrapper {
    display: flex;
    align-items: center;
  }

  .tint-select-aprent {
    padding-left: 15px;
  }

  .tint-color-listing-wrapper {
    display: flex;
    align-items: center;
  }

  .tint-color-listing li:first-child .tooltip {
    left: 124%;
    transform: translateX(-50%);
    /* left: auto; */
    min-width: 254px;
  }

  .tint-color-listing li:first-child .tooltip::before {
    left: 40%;
  }

  .tint-color-listing li:first-child .tooltip::after {
    left: 40%;
  }

  .tint-color-listing li:nth-child(3) .tooltip {
    left: -99%;
    transform: translateX(-50%);
    min-width: 254px;
  }

  .tint-color-listing li:nth-child(3) .tooltip::before {
    left: 68%;
  }

  .tint-color-listing li:nth-child(3) .tooltip::after {
    left: 68%;
  }

  .tint-color-listing li:last-child .tooltip {
    left: -202%;
  }

  .tint-color-listing li:last-child .tooltip::before {
    left: 80%;
  }

  .tint-color-listing li:last-child .tooltip::after {
    left: 80%;
  }

  /* .tint-color-listing li>.tooltip:nth-child(2)::before {
          left: 66% !important;
      }
  
      .tint-color-listing li>.tooltip:nth-child(2)::after {
          left: 66% !important;
      }
  */
  /* .tint-color-listing li:nth-child(3) {
          left: -71% !important;
      } */

  /* .tint-color-listing li:nth-child(3)::before {
          left: 66% !important;
      }
  
      .tint-color-listing li:nth-child(3)::after {
          left: 66% !important;
      } */
}

.customize-color-color-item {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .desktop-class {
    display: block;
  }

  .mobile-class {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .desktop-class {
    display: none;
  }

  .mobile-class {
    display: block;
  }
}

.top-tint-strength {
  margin-bottom: 6px;
}

.lense-step-1 {
  width: 20%;
}

.lense-step-2 {
  width: 40%;
}

.lense-step-3 {
  width: 60%;
}

.lense-step-4 {
  width: 80%;
}

.lense-step-5 {
  width: 100%;
}

.lenses-progress-bar {
  background-color: #ba252f !important;
}

.progress-outer {
  height: 8px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.tint-color {
  width: 25px;
  height: 25px;
  display: block;
  opacity: 1;
}

.tint-step-list {
  display: flex;
  justify-content: space-between;
}

.fist-child {
  display: none;
}

.fist-child-show {
  display: none;
}

.disabled .option-title {
  opacity: 0.8;
  cursor: default;
  color: #c8c4c0 !important;
  background-color: #fff;
}

.disabled .option-description {
  opacity: 0.8;
  cursor: default;
  color: #c8c4c0 !important;
  background-color: #fff;
}

.disabled .material-icons-outlined {
  color: #c8c4c0 !important;
}

.disabled:hover {
  background-color: #fff !important;
  cursor: pointer;
}

/*  $('.normal-option-description').css('none');
          $('.disable-option-description').css('block'); */
.disable-option-description {
  display: none;
}

.disabled .disable-option-description {
  display: block;
}

.disabled .normal-option-description {
  display: none;
}

.third-step-blue-light-filtering {
  display: flex;
}

.other-option-00-child {
  display: none;
}

.other-sun-options-child {
  display: none;
}

.lenses-list-item-img-power-type img {
  width: 69px;
}

/* Apply transition to the child element */
.child-element {
  display: none;
  transition: opacity 0.5s ease, max-height 0.5s ease;
  /* Adjust the transition duration as needed */
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .lenses-features {
    background-color: #b150de;
    /* padding: 2px; */
    /* border-radius: 10px; */
    display: inline-block;
    height: 26px;
    margin-left: 8px;
    padding: 3px 12px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border-radius: 20px;
  }

  .lnssssss {
    height: 90vh;
    overflow-y: auto;
    padding-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .lenses-features {
    background-color: #b150de;
    /* padding: 2px; */
    /* border-radius: 10px; */
    display: inline-block;
    height: 26px;
    margin-left: 8px;
    padding: 3px 12px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border-radius: 20px;
  }
}

.premium-animate-flicker-black {
  opacity: 0.9;
  -webkit-animation: premiumflickerAnimatin 3s linear infinite;
  animation: premiumflickerAnimatin 3s linear infinite;
  background: black;
}

.basic-animate-flicker-black {
  opacity: 0.5;
  -webkit-animation: basicflickerAnimatin 6s linear infinite;
  animation: basicflickerAnimatin 6s linear infinite;
  background: black;
}

.medium-animate-flicker-black {
  opacity: 0.7;
  -webkit-animation: mediumflickerAnimatin 4s linear infinite;
  animation: mediumflickerAnimatin 4s linear infinite;
  background: black;
}

@media (min-width: 768px) {
  .popover-overlay-5 {
    position: fixed;
    color: #000;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    width: 80%;
    bottom: 99px;
    z-index: 1600000;
    right: 71px;
    max-width: 615px;
    min-width: 159px;
    width: 100%;
    border-radius: 4px;
    display: none;
    top: 252px;
    height: 200px;
  }

  .popover-overlay-5 .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 14px solid #fff;
    top: -30%;
    top: -15px;
    border-top: transparent;
    overflow: hidden;
    left: 96%;
  }
}

@media (min-width: 768px) {
  .mobileded-0 {
    display: none;
  }
  .show-on-mobilewdw{
    display: none;
  }
}

@media (max-width: 767px) {
  .mobileded-0 {
    display: block;
  }
  .show-on-mobilewdw{
    display: block;
  }
  .overlay{
    display: none;
  }
  .accordion-body-css{
    background-color: #fff!important;
    padding: 0!important;
  }
  
}

.slide-2 .accordion-body table{
  border: 0!important;
}
.slide-2 .accordion-body table th, td{
  /* border: 0!important; */
}

.slide-2 .accordion-body table th, .slide-2 .accordion-body table td {
  border: 0px!important;
  padding: 8px;
}
#collapseOne {
  background-color: #f5f5f5;
}

/* .lenses-prescription-table select,input{
    width: 100%;
    height: 48px!important;
    border: 1px solid #6f6f6f;
    text-align: center!important;
  } */
.lenses-prescription-table #imageFile {
  border: 0 !important;
}

/* .a{
  position: absolute;
    bottom: -14px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f00;
    border-left: 16px solid transparent;
    border-right: 11px solid transparent;
    border-top: 30px solid #fff;
  } */
.bifocal-notes {
  text-align: left;
  align-items: center;
  flex-direction: column;
}

.explain-bifocal-note>.bifocal-note-inner {}

.bifocal-notes .explain-bifocal-note {

  margin: 10px 0;
  font-weight: 600;
}

.mp3-popup .popup-container {
  padding: 18px 14px 18px !important;
  border-radius: 10px;
}

@media(max-width:767px) {

  .mp3-popup .popup-container {
    padding: 18px 14px 18px !important;
  }
}

.lenses-audio-cl::-webkit-media-controls-panel {
  background-color: #F7B900 !important;
  /* Change this to the desired background color */
  color: #333;
  /* Change this to the desired text color */
}

.power-type-child {
  display: none;
}

ul {
  list-style: none !important;
}


.tippy-box {
  background-color: #fff !important;
  /* Tooltip background color */
  z-index: 99999999 !important;
  /* High z-index */
}

/* Optional: Customize the arrow color to match the tooltip background */
.tippy-box[data-theme~='light'] .tippy-arrow {
  color: #fff !important;
  /* Arrow color matching background */
}
/* Custom styles for the Tippy.js light theme */
.tippy-box[data-theme~='light'] {
  background-color: #fff !important; /* White background */
  color: #000 !important;            /* Black text color */
  border: 1px solid #ddd;  
  height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;          /* Optional border for better visibility */
}

.tippy-box[data-theme~='light'] .tippy-arrow {
  color: #fff !important;            /* Arrow color matching the white background */
}
