  ol, ul {
    padding-left: 0;
    list-style: none;
  }
  button:focus, a:focus, a:active, button:active {
    opacity: initial !important;
    transform: unset !important;
    box-shadow: none !important;
  }
  
  .body-content {
      max-width: 768px;
      margin: 0 auto;
      background: #fff;
      padding-top: 80px;
      position: relative;
  }
  
  .custom-btn, .custom-btn-cdc {
      background: var(--primaryColor);
      /* background: var(--theme-orange); */
      text-decoration: none!important;
      color: #fff;
      font-size: 13px;
      font-weight: var(--font-semibold);
      padding: 5px 16px;
      display: inline-block;
      border-radius: 4px;
      transition: .2s ease;
      text-transform: uppercase;
      border: 1px solid var(--theme-orange);
      cursor: pointer;
      letter-spacing: 0.17px;
  }
  
  .black-btn {
      background: var(--secondary-btn-bg);
      border-color: var(--secondary-btn-bg);
      color: #fff !important;
  }
  
  .black-btn:hover {
      background: var(--primaryColor);
      text-decoration: none;
  }
  
  .custom-btn:disabled {
      background: gray;
      opacity: 0.5;
      border-color: gray;
  }
  
  .custom-btn > a {
      color: inherit;
  }
  
  .custom-btn:hover {
      /* background: #fff; */
      background: var(--theme-orange);
      color: #fff !important;
      text-decoration: none;
      border-color: var(--theme-orange);
  }
  div#add-prescription button.custom-btn.green-btn:hover {
    background: #1C5350;
    margin-right: 20px;
    border: 1px solid #1C5350;
}
  
  .white-btn {
      background: #fff;
     color: var(--paragraph-color);
      margin-right: 20px;
  }
  
  .white-btn:hover {
      background: var(--primaryColor);
      color: #fff !important;
  }

  .green-btn {
    background: #1C5350;
    color: white;
    margin-right: 20px;
    border: 1px solid #1C5350;
  }

  .green-btn:hover {
    opacity: 0.8;
  }
  
  img {
      max-width: 100%;
  }
  
  /* start header style */
  
  .body-content .navbar {
      position: fixed;
      width: 100%;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
      top: 0;
      left: 0;
      z-index: 999;
      height: 80px;
      /* background: #fff;
      box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 10%); */
      width: 100%;
      padding: 1rem 1rem;
      background: #fff;
  }
  
  .body-content .navbar .container-fluid {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0;
  }
  
  .navbar .left-wrap {
      display: flex;
      align-items: center;
  }
  
  a.navbar-brand {
      display: block;
      margin: 0;
  }
  
  a.navbar-brand img {
      width: 120px;
  }
  
  .navbar .left-wrap button.toggle-btn i {
      color: #014A7A;
      font-size: 20px;
  }
  
  .navbar .left-wrap button.toggle-btn {
      border: 0;
      background: #fff;
  }

  .navbar .left-wrap a {
    padding: 0!important;
    }
  .navbar .left-wrap .toggle-btn {
    padding: 0 20px 0 10px
   }
  
  .navbar .left-wrap a, .navbar .left-wrap span, .navbar .right-wrap a, .navbar .right-wrap span {
      padding: 0 8px;
      text-decoration: none;
      display: inline-block;
  }

  .navbar .right-wrap span.cart-count, .navbar .right-wrap span.eme-count  {
      background: #f64c4c;
      color: #fff;
      display: inline-block;
      width: 16px;
      height: 16px;
      line-height: 16px;
      font-size: 9px;
      border-radius: 50%;
      text-align: center;
      position: absolute;
      right: 2px;
      top: -5px;
      margin: 0;
      padding: 0;
  }
  .navbar .right-wrap span.eme-count {
    background: #006600;
    font-weight: 600;
  }
  .navbar .right-wrap a.cart, .navbar .right-wrap #eme-btn {
      position: relative;
  }
  
  .main-body-inner {
      transition: all 300ms linear;
      position: absolute;
      left: 0;
      width: 100%;
  }
  
  .active-menu .main-body-inner {
      border: 2px solid #fff;
      left: 60%;
      /* transform: rotateY(-50deg); */
      transition: all 200ms linear;
  }
  
  .navbar .offcanvas.offcanvas-start {
      width: 250px;
      background: var(--main-bg-color);
  }
  
  .navbar .offcanvas-backdrop.show {
      opacity: .2;
  }
  
  .navbar .offcanvas .btn-close {
      padding: 0;
      opacity: 1;
      margin-right: 0;
  }
  
  #offcanvasNavbar a {
      margin: 0;
  }
  
  .navbar-nav ul li a {
      font-size: 12px;
      color: var(--primaryColor);
      position: relative;
      display: flex;
  }
  
  /* .navbar-nav ul li {
      padding: 7px 0;
  } */
  
    .navbar-nav ul li {
        padding: 17px 0;
        border-bottom: 0.59px solid #DFD8CF;
    }
    .navbar-nav ul li a {
        font-size: 19px;
    }
  .navbar-nav ul li img {
      /* width: 17px; */
      width: 24px;
      height: auto;
      margin-right: 10px;
  }

  #menu_wrap .menu-toggle.prescription-sunglasses  {
    display: none;
  }
  
  .navbar-nav .menu_wrap ul li:first-child {
      border-bottom: 1px solid #92B7CF;
  }
  
  .offcanvas-header, .offcanvas-body {
      padding: 1rem !important;
  }
  
  .signin.show .offcanvas-body {
      width: 100%;
      padding: 0 15px 15px !important;
      overflow-y: auto;
  }
  
  .menu_wrap, .menu_wrap ul {
      margin-bottom: 0 !important;
      width: 100%;
      list-style: none;
      padding-left: 0;
  }
  
  .dashboard_wrap ul {
      padding-left: 0;
      list-style: none;
      margin-top: 0;
  }
  
  .navbar-nav .menu_wrap ul li span.down-triangle {
      display: inline-block;
      box-sizing: border-box;
      height: 6px;
      width: 6px;
      position: absolute;
     /* border-style: solid;
      border-color: #4d4d4d;
      border-width: 0 1px 1px 0;
      transform: rotate(45deg);
      transition: transform 180ms ease-in-out; */
      top: 2px;
      right: 0;
      display: none;
  }
  .navbar-nav .menu_wrap ul li span.down-triangle {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
  }
   
  .navbar-nav .menu_wrap ul li.menu-toggle span.down-triangle {
      display: block;
  }
   
  .navbar-nav .menu_wrap ul li a {
      color: var(--primaryColor) !important;
      background: transparent;
      display: flex;
  }
   
  .navbar-nav .menu_wrap ul.sub-menu li {
      padding: 0;
  }
   
  .navbar-nav .menu_wrap ul.sub-menu li a {
      background: #fff;
      padding: 10px;
      padding-left: 3.5rem;
  }
  
  .navbar-nav .menu_wrap ul li.active span.down-triangle {
      transform: rotate(-135deg);
  }
  
  /* search modal start */
  .searchModal form.search-form input {
      border: 0;
      width: 100%;
      height: 30px;
      font-size: 13px;
      font-family: var(--font-semibold);
  }
  
  .searchModal .search-wrap {
      display: flex;
      align-items: center;
      padding: 10px 20px 10px 0;
      border-bottom: 1px solid #D9D9D9;
  }
  
  .searchModal .search-wrap > span {
      padding: 0 12px 0 20px;
      position: relative;
      z-index: 99;
  }
  
  .searchModal form.search-form input:focus {
      outline: 0;
  }
  
  .searchModal .trending-wrap {
      margin: 20px;
  }
  
  
  .searchModal .trending-wrap ul li {
      border-bottom: 1px solid #D9D9D9;
      padding: 10px 0;
      position: relative;
      padding-left: 25px;
  }
  
  .searchModal .trending-wrap h6 {
      font-size: 14px;
     color: var(--primaryColor);
  }
  
  .searchModal .trending-wrap ul li::before {
      content: "";
      position: absolute;
      width: 26px;
      height: 18px;
      left: 0;
      top: 7px;
      background: url(../../desktop/images/icon/trending.svg) no-repeat left center;
      opacity: .5;
  }
  /* search dialog ends */
  /* end header style */
  
  .head-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  
  .mainh1 {
      font-size: 16px;
      font-weight: var(--font-semibold);
      max-width: 80%;
      text-transform: capitalize;
      margin-top: 0;
  }
  .cart-screen-outer .mainh1 {
    max-width: 100%;
  }
  
  .mainh1 img {
      margin-right: 10px;
  }
  
  /* common custom tabs wrap */
  ul.custom-tab {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      overflow-y: auto;
      padding: 20px 0 0;
  }
  
  ul.custom-tab li {
      display: block;
      font-size: 12px;
      font-weight: var(--font-semibold);
      text-transform: uppercase;
      border: 1px solid #003E40;
      border-radius: 20px;
      margin-right: 10px;
      white-space: nowrap;
      color: #003E40;
      cursor: pointer;
  }
  
  ul.custom-tab li button, ul.custom-tab li a {
      display: block;
      padding: 5px 18px;
      background: transparent;
      border: 0;
      color: #003E40;
      text-transform: uppercase;
      border-radius: 20px;
      font-size: 12px;
  }
  
  ul.custom-tab li.active {
      background: #91CCCF;
      border-color: #91CCCF;
  }
  
  ul.custom-tab-sale {
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      overflow-y: auto;
      padding: 20px 0 0;
  }
  
  ul.custom-tab-sale li {
      display: block;
      font-size: 12px;
      font-weight: var(--font-semibold);
      text-transform: uppercase;
      border: 1px solid #003E40;
      border-radius: 20px;
      margin-right: 10px;
      white-space: nowrap;
      color: #003E40;
      cursor: pointer;
  }
  
  ul.custom-tab-sale li button, ul.custom-tab-sale li a {
      display: block;
      padding: 5px 18px;
      background: #fff;
      border: 0;
      color: #003E40;
      text-transform: uppercase;
      border-radius: 20px;
      font-size: 12px;
  }
  
  ul.custom-tab-sale li.active {
      background: #91CCCF;
      border-color: #91CCCF;
  }

  .secure-pay-note {
    display: flex;
    gap: 15px;
    align-items: center;
    /* align-content: center; */
    /* justify-content: end; */
    padding: 10px;
    line-height: 23px;
    min-height: 62px;
    box-shadow: 0px -4px 16px 0px #00000014;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 10px;
  }

  .secure-content h3 {
    font-size: 14px;
    font-weight: var(--font-semibold);
    margin: 0;
  }

  .secure-content p {
    margin: 0;
  }
  
  /* end custom tab wrap */
  
  /* fresh collection start */
  .collection-outer {
      padding: 20px 20px 5px;
      margin-bottom: 20px;
  }
  
  .collection-outer:last-child {
      margin: 0;
  }
  
  .collection-outer .bg-img-wrap {
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      height: 255px;
      border-radius: 10px;
      overflow: hidden;
      position: relative;
  }
  
  .collection-slider {
      margin: 0 -10px;
  }
  
  .collection-slider .slick-list {
      padding-right: 10%;
  }
  
  .collection-slider .slick-slide {
      margin: 0 6px;
  }
  
  .collection-slider .text-block {
      text-align: center;
      padding: 3rem 5px 0;
  }
  
  .collection-slider .explore-btn {
      position: absolute;
      bottom: 0;
      border: 0;
      color: #fff;
      text-align: center;
      width: 100%;
      font-size: 16px;
      font-weight: 600;
      padding: 5px;
      text-transform: uppercase;
      background: linear-gradient(104.79deg, #5EB5B8 0%, #00747A 108.38%);
  }
  
  .collection-slider .slick-slide:nth-child(2) .explore-btn {
      background: linear-gradient(104.79deg, #013E66 0%, #E94D37 108.38%);
  }
  
  .collection-slider .slick-slide:nth-child(1) .explore-btn {
      background: linear-gradient(104.79deg, #5EB5B8 0%, #00747A 108.38%);
  }
  
  .collection-slider .text-block span {
      background: #FFFFFF;
      color: #CF2A2A;
      border-radius: 2px;
      text-transform: uppercase;
      font-size: 10px;
      font-weight: 600;
      padding: 2px 8px;
      margin-bottom: 5px;
      display: inline-block;
  }
  
  .collection-slider .text-block p {
      font-size: 12px;
      text-transform: uppercase;
  }
  
  .collection-slider h6 {
      font-size: 14px;
      font-weight: 900;
      max-width: 85px;
      margin: 0 auto;
      text-transform: uppercase;
  }
  
  /* fresh collection ends */
  
  /* banner start  */
  .single-banner {
      margin: 20px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      overflow: hidden;
      border-radius: 10px;
      min-height: 190px;
  }
  
  .full-banner {
      margin: 20px 0px;
      border-radius: 0;
  }
  
  .bg-shape {
      background-image: url(https://cdn.eyemyeye.com/mobile/msite-images/bg-shape.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      justify-content: flex-end;
  }
  
  .single-banner .text-wrap {
      width: 50%;
      padding: 15px 10px 15px 0;
  }
  
  .single-banner h4 {
      font-size: 20px;
  }
  
  .single-banner p {
      font-size: 14px;
  }
  
  .orange-bg {
      background: linear-gradient(79.96deg, #EE9130 35.89%, #E5703C 169.74%);
  }
  
  .yellow-bg {
      background: linear-gradient(97.36deg, #FEC227 -2.86%, #FECA41 100.35%);
  }
  
  .light-yellow-bg {
      background: linear-gradient(251.16deg, #FFF9ED 1.77%, #FFE1A6 101.72%);
  }
  
  .single-banner .img-bottom {
      padding-top: 1.6rem;
  }
  
  .outer-banner {
      margin: 20px;
  }
  
  .light-green-bg {
      background: #91CCCF;
  }
  
  /* banner ends  */
  
  
  /* common bar start */
  .bar-wrap {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 8px 15px;
      flex-wrap: wrap;
  }
  
  .bar-wrap p {
      margin: 0;
      font-size: 12px;
      font-weight: var(--font-regular);
      color: #fff;
      display: flex;
      align-items: center;
  }
  
  .bar-wrap p span {
      padding-right: 6px;
  }
  
  .bar-wrap p span i {
      color: #FFB500;
      font-size: 9px;
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 2px;
  }
  
  .gray-gradient {
      background: #E6EEF4;
      color: #013252;
  }
  
  .gray-gradient p {
      color: #013252;
  }
  
  .gray-gradient .custom-btn {
      font-size: 10px;
      text-transform: capitalize;
  }
  
  .gray-gradient p img {
      margin-right: 5px;
  }
  
  /* common bar ends */
  
  /* common product cards start */
  .product-card {
      background: #fff;
      padding: 30px 10px 10px;
      border-radius: 8px;
      box-shadow: 0px 16px 40px 0px rgb(112 144 176 / 20%);
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .search-parent .product-card , #fav-list .product-card {
    background:none;
    box-shadow: none;
  }
  
  .product-card .bottom-text {
      min-height: 93px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .search-parent .product-card .bottom-text, #fav-list .product-card .bottom-text {
    font-size: 15px;
    text-transform: capitalize;
  }
  
  .product-card .bottom-text a {
      text-decoration: none;
      color: var(--primaryColor);
  }
   
  span.offer-wrap {
      position: absolute;
      top: 13px;
      top: 0;
      left: 0;
      font-size: 11px;
      font-weight: var(--font-semibold);
      /* background: linear-gradient(104.79deg, #5EB5B8 0%, #00747A 108.38%); */
      background: #1C5350;
      display: flex;
      align-items: center;
      color: #fff;
      border-radius: 0 7px 7px 0;
      padding: 6px 10px;
      text-transform: uppercase;
      z-index: 2;
      visibility: visible;
      height: auto !important;
  }

  .product-col.new-product-list span.offer-wrap {
    top: 18px;
    left: 10px;
    background: #E94D37;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 6.53px;
    border-top-right-radius: 6.53px;
  }
  
  .booking-price {
      color: #3C9C6E;
      font-weight:var(--font-semibold);
      font-size: var(--font-size-17);
      line-height: 15px;
      letter-spacing: 0.17;
  }
  
  .product-card .rotating-text-wrapper.show {
      display: flex!important;
      background: #F86C6C;
  } 
  
  .rotating-text-wrapper span {
      display: block;
   }
  
   .rotating-text-wrapper span::before {
      content: "Free Eye Test";
      animation: animate infinite 3s;
  }
  @keyframes animate {
      0% {
          content: "Free Eye Test";
      }
      50% {
          content: "YOPO Offer";
      }
      75% {
          content: "Free Eye Test";
      }
  }
  
  span.offer-wrap.bogo.show {
      display: flex !important;
  }
  
  .product-card span.offer-wrap span {
      color: #fff;
  }

  .product-card .pro-img {
        overflow: hidden;
  }
  
  .product-card .pro-img img {
      /* width: 120px; */
      margin: 3px auto;
      max-width: 100%;
      height: auto;
      /* max-height: 73px; */
      display: block;
      transform: scale(1.1);
  }
  
  span.offer-wrap img, span.offer-wrap svg {
      margin-right: 8px;
  }
  
  .product-card .stock-rating {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
  }

  #fav-list .product-card .stock-rating, .search-parent .product-card .stock-rating{
    position: static;
  }

  .product-col.new-product-list span.rating-block {
    font-size: 16px;
    color: #1F1F1F;
    font-weight: 500;
    display: flex;
    margin-top: 10px;
    justify-content: end;
}

.product-col.new-product-list span.rating-block span {
    font-weight: 700;
}
.product-col.new-product-list span.rating-block span i {
    color: #FFCA00;
}
  
  .product-card .stock-rating .unit-wrap {
      display: flex;
      align-items: center;
      font-size: 10px;
      color: #00747A;
      flex-direction: row;
  }
  
  .product-card .stock-rating .unit-wrap img {
      margin-right: 6px;
      width: auto;
  }
  
  .product-card .rating-wrap > span:not(.rating-block):not(.color-text) {
      display: inline-block;
      width: 10px;
      height: 10px;
      border: 0.41px solid #FFFFFF;
      border-radius: 50%;
      padding: 0;
      z-index: 1;
  }
  .product-card .rating-wrap .color-text {
    color: #474747;
    font-size: 12px;
    width: unset;
    text-transform: capitalize;
    font-weight: 500;
  }
  #fav-list .product-card .rating-wrap span.circle-wrap, .search-parent .product-card .rating-wrap span.circle-wrap {
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    outline: 1.5px solid #000;
  }

  .product-col.new-product-list .product-card {
    background-color: transparent;
    box-shadow: none;
    padding: 18px 10px 10px;
}

.product-col.new-product-list a.pro-img {
    background-color: #fff;
    box-shadow: 0px -4px 16px 0px #00000014;
    border-radius: 8px;
    padding: 40px 12px 50px;
    margin-bottom: 14px;
}

.product-card .rating-wrap {
    font-size: 10px;
    color: #A1A9AD;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
  
.product-col.new-product-list .product-card .rating-wrap {
      font-size: 10px;
      color: #A1A9AD;
      display: flex;
      align-items: end;
  }

  #fav-list  .product-card .rating-wrap,  .search-parent  .product-card .rating-wrap {
    flex-direction: column;
  }
  
  .product-card .rating-wrap .clr-text {
      margin: 0 5px 5px 0;
      font-size: 10px;
      color: #00747a;
  }
  
  .product-card .bottom-text h4 {
      font-size: 13px;
      margin: 0 0 3px;
  }

  .search-parent .product-card .bottom-text h4, #fav-list .product-card .bottom-text h4{
    font-size: 15px;
    font-weight: 700;
  }
  
  .product-card .bottom-text p {
      font-size: 12px;
      margin-bottom: 10px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      /* width: 150px; */
  }
  
  .product-card span.price {
      font-size: 15px;
      font-weight: var(--font-semibold);
      color: #252D34;
      color: var(--primaryColor);
  }
  .search-parent .product-card span.price, #fav-list .product-card span.price{
    font-size: 18px;
    font-weight: 600;
  }
  
  .product-card span.price span {
      font-size: 10px;
      padding-left: 5px;
      color: #A1A9AD;
      /* text-decoration: line-through; */
  }
  .product-col.new-product-list .product-card span.price span {
    font-size: 15px;
    text-decoration: line-through;
    text-decoration-color: red;
    line-height: normal;
  }
  .product-card .bottom-text p.blue-text {
      color: #3A82F6;
      margin: 0;
  }
  
  .product-card span.wishlist-wrap {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 24px;
    min-width: 24px;
    height: 24px;
    line-height: 22px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin-left: 12px;
    box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 15%);
    box-shadow: none;
  }

  #fav-list .product-card span.wishlist-wrap, .search-parent .product-card span.wishlist-wrap {
    top: 32px;
  }
  
  .product-card .wishlist-wrap.delete {
      margin: 0;
      margin-right: 6px;
  }
  
  .product-card span.wishlist-wrap i {
      font-size: 17px;
      /* background: -webkit-linear-gradient(104.79deg, #478AD8 0%, #25D8D4 108.38%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; */
  }
  
  .product-card span.wishlist-wrap i.fa.fa-heart {
      display: none;
  }
  
  .product-card span.wishlist-wrap.active i.fa.fa-heart {
      display: inline-block;
  }
  
  .product-card span.wishlist-wrap.active i.fa.fa-heart-o {
      display: none;
  }
  
  .offer-wrap.sale-end {
      background: linear-gradient(104.79deg, #013E66 0%, #E94D37 108.38%);
  }
  
  .offer-wrap.super-saver {
      background: #F86C6C;
  }
  
  .product-col {
      width: 100%;
      padding: 5px;
  }
  
  .product-listing {
      display: flex;
      flex-wrap: wrap;
      padding: 0 12px;
  }
  
  /* common product card ends */
  /* blink section */
  .blink-membership {
      margin: 20px;
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: space-around;
      overflow: hidden;
  }
  
  .blink-membership .right-text {
      text-align: center;
  }
  
  .blink-membership h4 {
      font-size: 20px;
  }
  
  .blink-membership .right-text img {
      width: 65px;
      display: block;
      margin: 0 auto 12px;
  }
  
  /* blink section ends */
  
  /* custom radio start */
  .custom-radio {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  
  .custom-radio input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
  }
  
  .custom-radio .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 16px;
      width: 16px;
      background-color: transparent;
      border-radius: 50%;
      border: 1px solid #2F75A4;
      margin-top: 2px;
  }
/*   
  .custom-radio:hover input~.checkmark {
      background-color: #2F75A4;
  } */
  
  .custom-radio input:checked~.checkmark.active:after {
      opacity: 1;
  }
  
  .custom-radio input:checked~.checkmark.deactive:after {
      opacity: 0;
  }
  
  .custom-radio input:checked~.checkmark {
      background-color: transparent;
      border-color: var(--primaryColor);
  }
  
  .custom-radio .checkmark:after {
      content: "";
      position: absolute;
      display: none;
  }
  
  .custom-radio input:checked~.checkmark:after {
      display: block;
  }
  
  .custom-radio .checkmark:after {
      top: 2px;
      left: 2px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #2F75A4;
  }
  
  label.custom-radio {
      font-size: 14px;
     color: var(--primaryColor);
  }
  
  /* end custom radio */
  
  /* custom checkbox  */
  /* The container */
  .custom-checkbox {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  
  .custom-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
  }
  
  .custom-checkbox .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 17px;
      width: 17px;
      background: transparent;
      border: 2px solid #2F75A4;
      border-radius: 2px;
      margin-top: 2px;
  }
  
  .custom-checkbox:hover input~.checkmark {
      background-color: #fff;
  }
  
  .custom-checkbox input:checked~.checkmark {
      background-color: #2F75A4;
      border-color: #2F75A4;
  }
  
  .custom-checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
  }
  
  .custom-checkbox input:checked~.checkmark:after {
      display: block;
  }
  
  .custom-checkbox .checkmark:after {
      left: 4px;
      top: 1px;
      width: 5px;
      height: 10px;
      border: solid white;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  }
  
  label.custom-checkbox {
      color: #013252;
      font-size: 14px;
      padding-left: 30px;
  }
  
  /* end custom checkbox */
  
  /* custom select dropdown */
  .custom-select {
      position: relative;
      margin-top: 3px;
      width: 100%;
  }
  
  .custom-select .select-box span {
      user-select: none;
  }
  
  .custom-select .options {
      position: absolute;
      list-style: none;
      margin: 0;
      width: 160px;
      max-height: 150px;
      overflow: auto;
      background: #fff;
      border-radius: 5px;
      display: none;
      z-index: 222;
      box-shadow: 0px 5px 18px rgb(0 0 0 / 21%);
      padding-left: 0;
  }
  
  .custom-select .options li {
      padding: 5px 10px;
      cursor: pointer;
      font-size: 12px;
      font-weight: var(--font-semibold);
      border-bottom: 1px solid #D9D9D9;
  }
  
  
  .custom-select ul.options.active {
      display: block;
  }
  
  .custom-select .select-box p {
      font-size: 14px;
      font-weight: var(--font-semibold);
      cursor: pointer;
      text-transform: uppercase;
  }
  
  .custom-select .select-box p span {
      font-size: 10px;
      font-weight: var(--font-regular);
      text-transform: lowercase;
  }
  
  .custom-select .options li span {
      font-size: 10px;
      font-weight: var(--font-regular);
  }
  
  .custom-select .options li:last-child {
      border: 0;
  }
  
  .custom-select .options::after {
      display: none;
  }
  
  /* custom select dropdown ends */
  
  /* why-eye-section */
  .why-eye-section {
      margin: 20px;
      border-radius: 10px;
      padding: 20px 20px 0;
      background: #C2E3E4;
      box-shadow: 0px 16px 40px 0px #7090B033;
  }
  
  .why-eye-section ul {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      padding: 0;
      margin: 15px -20px 0;
  }
  
  .why-eye-section ul li {
      width: 33.333%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      color: #004E52;
      padding: 0 10px;
      text-align: center;
      margin-bottom: 20px;
  }
  
  .why-eye-section ul li img {
      margin-bottom: 8px;
  }
  
  .why-eye-section a.view-text {
      color: #727272;
      text-decoration: underline;
  }
  
  /* end why eyemyeye */
  /* common dark bg */
  .bg-dark-wrap {
      background: var(--primaryColor);
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 13px 20px;
  }
  
  .bg-dark-wrap h6 {
      margin: 0;
      font-size: 14px;
      text-transform: uppercase;
      color: #fff;
  }
  
  .bg-dark-wrap span {
      color: #F0EBE4;
      font-size: 12px;
  }
  
  .bg-dark-wrap img {
      filter: brightness(0) invert(1);
      padding-right: 20px;
  }
  
  .bg-dark-wrap .recent {
      color: rgb(255 255 255 / 43%);
      font-size: 12px;
      text-transform: uppercase;
  }
  
  /* end dark */
  /* price cart and select lens fixed */
  .price-cart-btn, .price-cart-btn-new {
      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: 12px 22px;
      z-index: 22;
  }
  
  .select-info p {
      margin: 0 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: 2px 0 0;
      font-size: 18px;
      color: VAR(--MAIN-TEXT-COLOR);
      display: flex;
      align-items: center;
  }
  
  .select-info h4 span {
      font-size: 10px;
      color: #9F9F9F;
      display: inline-block;
      padding-left: 5px;
      text-decoration: line-through;
  
  }
  
  .select-info {
      padding-right: 1.5rem;
  }
  
  .cart-btn-wrap {
      border-left: 1px solid #C9C9C9;
      padding: 10px;
      padding-right: 0;
  }
  
  .price-cart-btn .custom-btn, .price-cart-btn-new .custom-btn {
      height: 45px;
      min-width: 140px;
      width: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1.3;
      padding: 6px;
  }
  
  /* price cart and select lens fixed end */
  
  
  /* color common style */
  .color-outer .circle-wrap {
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ccc;
      border-radius: 50%;
      position: relative;
      padding: 0;
      z-index: 2;
  }
  
  button.btn-close-custom {
      background: transparent;
      border: 0;
      padding: 0;
      font-size: 16px;
  }
  
  /* custom-form style */
  .custom-field .form-wrap {
      border: 1px solid #C9C9C9;
      border-radius: 5px;
      position: relative;
      margin-bottom: 5px;
  }
  
  .custom-field .form-wrap input, .custom-field .form-wrap select {
      border: 0;
      width: 100%;
      font-size: 14px;
      color: #252D34;
      padding: 10px 10px 4px;
      border-radius: 5px;
      height: 42px;
  }
  
  form .custom-field .cw_error {
      top: 0;
      left: 0;
      font-size: 12px;
      text-align: left
  }
  
  .custom-field .form-wrap .parsley-errors-list {
      position: absolute;
      margin: 0;
      list-style: none;
  }
  div#newAddress .custom-field .form-wrap .parsley-errors-list {
    bottom: -20px;
}
  .custom-field .form-wrap .parsley-errors-list li {
      font-size: 12px;
  }
  
  .custom-field .form-wrap input:focus, .custom-field .form-wrap input:focus-visible, .custom-field .form-wrap select:focus-visible {
      box-shadow: none;
      outline: 0;
  }
  
  .custom-field .form-wrap label {
      font-size: 12px;
     color: var(--primaryColor);
      position: absolute;
      top: -8px;
      left: 10px;
      background: #fff;
      padding: 0 10px;
  }
  
  .custom-field.form-wrap input:focus-visible {
      outline: 0;
  }
  
  form .custom-field {
      margin-bottom: 22px;
  }
  
  .error-wrap {
      font-size: 12px;
      color: #d12020;
  }
  /* end form field style */
  
  /* common accordion style */
  .custom-accordion {
      padding: 0 20px;
  }
  
  .custom-accordion .accordion-button {
      background: transparent !important;
      border: 0;
      padding: 15px 0;
      font-size: 14px;
      font-weight: var(--font-semibold);
      color: VAR(--MAIN-TEXT-COLOR) !important;
      box-shadow: none !important;
      border-bottom: 1px solid #D9D9D9;
      border-radius: 0 !important;
  }
  
  .custom-accordion .accordion-item {
      border: 0;
      background: transparent;
  }
  
  .custom-accordion .accordion-button::after {
      width: 12px;
      height: 12px;
      background-size: 12px;
  }
  
  .custom-accordion ul {
      padding: 0;
      list-style: none;
      margin: 0;
  }
  
  .custom-accordion .accordion-body {
      padding: 15px 10px;
  }
  
  .custom-accordion .accordion-button:focus {
      box-shadow: none !important;
      border-color: #d9d9d9;
  }
  
  .custom-accordion .frame-list {
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 0;
  }
  /* end common accordion style */
  
  /* modal bottom start */
  .bottomPlacedModal.fade .modal-dialog {
      transform: translateY(100%);
      transition: transform 0.5s ease-out;
  }
  
  .bottomPlacedModal.fade.show .modal-dialog {
      transform: translateY(0);
  }
  
  .bottomPlacedModal .modal-bottom {
      position: fixed;
      right:auto;
      left:auto;
      bottom:0;
      width: 100%;
      margin: 0;
      height: auto;
      background: #fff;
      border-radius: 10px 10px 0 0;
      overflow: hidden;
  }
  
  .bottomPlacedModal.smHeight .modal-bottom {
      top: 80%;
  }
  
  .bottomPlacedModal .modal-bottom .modal-content {
      border: 0;
      background: transparent;
  }
  /* modal botton style ends */
  .scanner-outer img {
      display: none;
  }
  
  #reader__scan_region img {
      display: block;
      margin: 0 auto;
  }
  
  
  /* footer tabs */
  .footer-tabs {
      background: #fff;
      box-shadow: 0px -4px 16px 0px rgb(0 0 0 / 8%);
      display: flex;
      align-items: center;
      padding: 10px 0;
      position: fixed;
      bottom: 0;
      width: 100%;
      max-width: 768px;
      z-index: 22;
  }
  
  .footer-tabs a {
      flex: 1;
      display: flex;
      align-items: center;
      flex-direction: column;
      font-size: 10px;
      text-transform: uppercase;
      font-weight: var(--font-semibold);
      color: #92B7CF;
  }
  
  .footer-tabs span {
      background-repeat: no-repeat;
      background-size: 22px;
      background-position: center 0%;
      width: 20px;
      height: 20px;
      margin-bottom: 3px;
  }
  
  .footer-tabs span.home-icon {
      background-image: url(https://cdn.eyemyeye.com/mobile/msite-images/home.png);
  }
  
  .footer-tabs span.categories-icon {
      background-image: url(https://cdn.eyemyeye.com/mobile/msite-images/categories.png);
  }
  
  .footer-tabs span.account-icon {
      background-image: url(https://cdn.eyemyeye.com/mobile/msite-images/account.png);
  }
  
  .footer-tabs a.active span {
      background-position: center 100%;
  }
  
  .footer-tabs a.active {
     color: var(--primaryColor);
  }
  
  /* end footer tabs */
  
  img.cstm-bnr-img {
      height: auto;
      /* min-height: 100px; */
      margin: 15px 0;
  }
  
  .btn-wishlist-wrap {
      display: flex;
      align-items: center;
      margin-top: 10px;
  }
  
  .btn-wishlist-wrap .custom-btn {
      padding: 5px;
      width: 100%;
      text-align: center;
  }

  .search-parent .btn-wishlist-wrap .custom-btn , #fav-list .btn-wishlist-wrap .custom-btn{
    display: none;
  }
  
  .btn-wishlist-wrap.quantity-0 .custom-btn {
      pointer-events: none;
      opacity: 0.6;
  }
  
  .btn-wishlist-wrap.quantity-0 {
      position: relative;
      padding-top: 20px;
  }
  
  .btn-wishlist-wrap.quantity-0::before {
      content: "Out of stock";
      color: #dc3545;
      position: absolute;
      font-size: 11px;
      right: 0;
      bottom: 35px;
      background: #f3d0d3;
      display: block;
      width: 100%;
      text-align: center;
      padding: 2px 0;
  }
  
  /* common dialog design start */
  .custum-half-modal-backdrop{
      position: fixed;
      height: 100%;
      top: 0;
      width: 100%;
      z-index: 9999;
      background: rgb(38 38 38 / .6);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }
  .common-dialog .custum-half-modal {
       position: absolute;
       background: #fff;
       top: 50%;
       bottom: unset;
       transform: translateY(-50%);
       margin: 3%;
       width: 94%;
       padding: inherit;
       border-radius: 12px;
       overflow: hidden;
       border: 1px solid #000;
       box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  }
  
  .common-dialog .modal-dialog {
      max-width: 400px;
  }
  
  h5.modal-title {
      font-size: 18px;
  }
  
  .common-dialog .modal-header {
      background: linear-gradient(104.79deg,#013e66 0,#E94D37 108.38%);
      justify-content: space-between;
      align-items: center;
      display: flex;
      color: #fff;
      font-weight: 800;
      position: relative;
      padding: 10px 15px;
      border-radius: 0;
      gap: 10px;
  }
  
  .common-dialog .modal-header .btn-close-custom i {
      font-size: 16px;
  }
  
  .common-dialog .modal-header .modal-title {
      font-size: 18px;
      font-weight: var(--font-semibold);
      line-height: 1.3;
      color: #fff;
  }
  
  .common-dialog .modal-header button.close {
      margin: 0;
      padding: 0;
      color: #fff;
      opacity: 1;
      width: 20px;
      height: 20px;
      min-width: 20px;
      font-size: 22px;
      border-radius: 50%;
      border: 2px solid #fff;
      z-index: 2;
      background: transparent;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .common-dialog .modal-body {
      padding: 20px 10px;
      text-align: center;
  }
  
  .common-dialog .modal-footer {
      border: 0;
      padding: 0px 20px 10px;
  }
  
  
  .common-dialog .btn-block {
      color: #fff;
      font-size: 14px;
      font-weight: var(--font-semibold);
      text-transform: uppercase;
      margin-bottom: 0 !important;
      width: 100%;
      left: 0;
      border: none;
      border-radius: 2px;
      background: var(--primaryColor);
      height: 40px;
      transition: .2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  
  .common-dialog .btn-block:hover {
      background: linear-gradient(to right, #1C5350, #015490);
  }
  
  .common-dialog .modal-body h2 {
      font-weight: 600;
      color: #202020;
      margin: 20px 0 30px;
      line-height: 1.4;
      font-size: 20px;
  }
  
  .common-dialog .modal-body h2 span {
      font-size: 15px;
      font-weight: var(--font-semibold);
      color: #202020;
  }
  
  .common-dialog .tc-text {
      display: block;
      text-align: end;
      font-size: 11px;
      font-weight: var(--font-semibold);
      color: #323232;
      text-decoration: underline;
      margin-right: 2rem;
  }
  
  .common-dialog .modal-content {
      border-radius: 12px;
      overflow: hidden;
  }
  
  .common-dialog .bottom-btn {
      display: flex;
      align-items: center;
      gap: 8px;
  }
  /* end common dialog design ends */
  
  /* call fixed start */
  .fixed-call-wrap {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
  }
  
  .fixed-call-wrap a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      /* background: linear-gradient(104.79deg, #5EB5B8 0%, #00747A 108.38%); */
      color: #fff;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0px 5px 20px rgb(0 0 0 / 20%);
      cursor: pointer;
  }
  
  .fixed-call-wrap a i {
      font-size: 16px;
  }
  
  /* call fixed ends */
  
  ul.custom-tab li button.selected {
      background-color: var(--primaryColor);
      color: #fff;
      overflow: hidden;
  }
  
  .menu_wrap ul.sub-menu {
      padding-left: 0 !important;
  }
  
  .custom-field .form-wrap .tooltip-initiate {
      padding-right: 10px;
  }
  .product-outer .slick-list .product-card {
      min-height: 260px;
  }
  /* tab responsive */
  @media only screen and (max-width: 768px) {
    .product-listing-outer  .product-card .pro-img {
        margin-bottom: 20px;
    }
  }

  /* responsive for small devices */
  @media only screen and (max-width: 390px) {
    .product-listing-outer  a.vto3d-mob {
        top: 44% !important;
        font-size: 10px !important;
        max-width: 63px !important;
    }
    .product-listing-outer.list-view-active a.vto3d-mob {
        top: 53% !important;
    }
    .vto3d-mob {
        font-size: 11px !important;
        max-width: 70px !important;
        padding: 5px 4px !important;
        right: 8px !important;
        top: 50%;
        transform: translateY(-50%);
    }
  }

  @media only screen and (max-width: 360px) {
  .custom-btn {
    font-size: 10px;
  }
      .navbar .right-wrap a img, .navbar .right-wrap span img {
          width: 18px;
      }
   
      .three-section ul li span {
          font-size: 12px !important;
      }
  
      .collection-outer .bg-img-wrap {
          height: 200px;
      }
      
      .collection-slider .explore-btn {
          font-size: 12px;
      }
  }
  
  @media only screen and (max-width: 380px) { 
      .price-cart-btn {
          padding: 12px 15px;
      }
  }
  @media only screen and (max-width: 340px) {
    .product-listing-outer  a.vto3d-mob {
        top: 39% !important;
    }
  }
  @media only screen and (max-width: 320px) {
      .navbar .left-wrap a, .navbar .left-wrap span, .navbar .right-wrap a, .navbar .right-wrap span {
          padding: 0;
      }
  
      .bar-wrap.download-app-bar {
          flex-wrap: wrap;
          justify-content: center;
          gap: 5px;
      }
  }
  
  /* footer call dialog */
  .bottompopup .bottomsheet h5 {
      font-size: 20px;
     color: var(--primaryColor);
      font-weight: 700;
  }
  
  .bottompopup .submit_button {
      background: var(--primaryColor);
      line-height: 45px;
      font-size: 14px;
      margin-top: 15px;
  }
  
  .bottompopup .mobileField input {
      font-size: 14px;
  }
  
  .bottompopup .mobileField.form-item--input-filled label {
      font-size: 12px;
  }
  /* footer call dialog */
  
  .otp-btn-wrap input {
      background: #003f70 !important;
      border: 0;
  }
  
  /* show address in top listing */
  .added-loc-wrap p {
      font-size: 12px;
      color: #013252;
  }
  .added-loc-wrap ul, .added-loc-wrap .pills-container {
      list-style: none;
      display: flex;
      align-items: center;
      gap: 5px;
      padding: 0;
      margin: 0;
      overflow-y: auto;
  }
  .added-loc-wrap ul li, .added-loc-wrap .pills-container label {
      font-size: 12px;
      color: #003E40;
      border: 1px solid #003E40;
      border-radius: 20px;
      padding: 5px 10px;
      min-width: 60px;
      text-align: center;
  }
  .added-loc-wrap {
      padding: 15px 15px 0;
  }
  .added-loc-wrap ul li.active {
      background: #91CCCF;
      border-color: #91CCCF;
  }
  span.free-test {
      background: #8C2B2B;
  }
  
  .pickup-detail {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 5px 0 0;
      gap: 5px;
  }
  .pickup-detail .pickup-btn {
      font-size: 10px;
      color: #fff;
      background: #F98E8E;
      border-radius: 8px;
      border: 0;
      padding: 2px 6px;
      margin-bottom: 3px;
      transition: .2s ease;
  }
  .pickup-detail p {
      width: 100px;
      margin: 0 !important;
  }
  .pickup-detail span.right-wrap p {
      width: auto;
      text-align: center;
      color: #313131;
      font-size: 10px;
  }
  /* end show address top listing */
  /* selected store section for detail and thankyou start */
  .store-add {
      display: flex;
      justify-content: space-between;
      gap: 10px;
  }
  .selected-store-wrap {
      padding: 20px 0;
      margin: 0 20px;
  }
  .store-add h3 {
      font-size: 16px;
      color: VAR(--MAIN-TEXT-COLOR);
  }
  .store-add p {
      font-size: 12px;
      color: #474747;
  }
  .store-add .icon-wrap {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: var(--primaryColor);
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 5px;
  }
  .store-add .icon-wrap img {
      filter: brightness(0) invert(1);
      width: 13px;
  }
  .direction-wrap {
      text-align: center;
      font-size: 10px;
     color: var(--primaryColor);
  }
  .avalb-store {
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #3A82F6;
      margin-top: 10px;
      border-bottom: 1px solid #3A82F6;
      padding-bottom: 3px;
      font-size: 12px;
  }
  .avalb-store img {
      width: 20px;
  }
  .selected-store-wrap .free-text {
      background: linear-gradient(104.79deg, #478AD8 0%, #25D8D4 108.38%);
      -webkit-background-clip: text;
      color: transparent;
      font-size: 14px;
      font-weight: var(--font-semibold);
  }
  .store-address h2 {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
  }
  .store-address h3 {
      font-size: 14px;
     color: var(--primaryColor);
      font-weight: 700;
  }
  .store-address .custom-btn {
      min-height: 40px;
      width: 100%;
      text-transform: capitalize;
  }
  /* store style ends */
  
  .directions-modal .modal-header .modal-title {
      color: #fff;
  }
  
  .directions-modal .modal-header .btn-close {
      filter: invert(1);
  }
  
  input:-internal-autofill-selected {
      box-shadow: none !important;
  }

  /* bootstrap modal bottom slide css  */
    /* Position the modal at the bottom and stick to its own height */
    .modal.bottom-slide {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
        margin: 0;
        border-radius: 0;
        width: 100%;
        height: auto; /* Set the height to auto to stick to content height */
        max-height: 80%; /* Set a maximum height for the modal */
        overflow-y: auto; /* Allow scrolling if the content exceeds the max height */
        transform: translateY(100%);
        transition: transform 0.3s ease-in-out; /* Slow down the transition */
      }
  
      /* Show modal by sliding it up */
      .modal.bottom-slide.show {
        transform: translateY(0); /* Slide up into view */
      }
  
  
  /* for sidebar and login's dialog custom start */
  .body-content .signin {
      position: fixed;
      left: -100%;
      background: var(--main-bg-color);
      max-width: 100%;
      width: 100%;
      z-index: 99999;
      overflow: hidden;
      top: 71px;
      transition: all ease .3s;
      height: 100%;
  }
  
  .signin.show {
      left: 0;
      display: block;
      padding: 0;
      background-color: #fff;
  }
  
  .append {
      /* background: rgb(0 0 0 / 54%);
      background: rgb(0 0 0 / 80%); */
      z-index: 9999;
      position: fixed;
      top: 0;
      right: 0;
      height: 100vh;
      width: 100%;
      display: block;
      transition: all ease-out 1s;
      overflow-x: hidden;
      overflow-y: hidden;
  }
  
  body.hidden-body .signin.show {
      overflow-y: scroll;
  }
  
  .signin a {
      color: var(--primaryColor);
  }
  
  .signin .offcanvas-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .signin .offcanvas-header .btn-close {
      background: transparent;
      border: 0;
      font-size: 15px;
      font-weight: 600;
  }
  
  .signin .navbar-nav {
      height: 100vh;
      width: 100%;
        margin-top: 20px;
  }
  
  .signin .offcanvas-title {
      font-size: 14px;
      margin: 0;
  }
  
  .mainh1.m-0 {
      margin: 0;
      margin-right: auto;
  }
  
  h3.hm_msite_title {
      margin: 0;
  }
  
  .searchModal .custum-half-modal {
      width: 100%;
      margin: 0;
      border-radius: 0;
      transform: none;
      height: 100%;
      background: #fff;
      padding: 0;
  }
  
  .trending_wrap {
      padding: 0 12px;
  }
  /* for sidebar and login's dialog custom ends */

div.whyeme {
    padding: 20px 20px 0;
    background: #C2E3E4;
    margin: -5px 0px 10px;
    border-radius: 10px;
}

div.tile-container>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    text-align: center;
    width: calc(35% - 4px);
    margin-right: 1px;
    border-right: 1px solid #dfd9d9
}

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

div.tile-container div[class*=icon] {
    height: 50px;
    width: 100%;
    filter: brightness(0);
    opacity: 0.6;
    background-position: center;
}

div.tile-container .option-icon1 {
    background: url(https://cdn.eyemyeye.com/mobile/msite-images/detail-page/exp-delivery-icon.svg) no-repeat
}

div.tile-container .option-icon2 {
    background: url(https://cdn.eyemyeye.us/mobile/images/Site-pages/detail-page/Money_Back_Icon_192.svg) no-repeat
}

div.tile-container .option-icon3 {
    background: url(https://cdn.eyemyeye.com/desktop/images/icon/ftr_secure_payment.svg) no-repeat
}

div.tile-container {
    display: flex;
    clear: both;
}

div.tile-container > div > div {
    font-size: 12px;
    font-weight: var(--font-regular);
    color: #5b5b5b;
    padding: 10px 3px;
    line-height: 1.3;
}

input[type="radio"], input[type="checkbox"] {
    accent-color: #E94D37;
}
.fixed-call-wrap {
    display: none;
}
#fc_frame.fc-widget-normal {
    z-index: 9999 !important;
}
div#fc_frame {
    bottom: 40px !important;
}
.try-on-btn {
    border-radius: 20px;
    background: #1C5350;
    color: #fff;
    width: fit-content;
    position: absolute;
    padding: 5px 10px;
    left: 27px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 99;
    cursor: pointer;
    bottom: 30px;
}
.vto3d-mob {
    background-image: linear-gradient(104.79deg, #478AD8 0%, #25D8D4 108.38%);
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    max-width: 80px;
    width: 100%;
    position: absolute;
    padding: 7px 9px;
    border-radius: 20px;
    right: 10px;
    display:flex;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    text-decoration: none;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
a.vto3d-mob:hover{
    text-decoration: none;
    color: #fff;
}
.product-card a.vto3d-mob:active,.product-card a.vto3d-mob:focus {
    transform: translateY(-50%) !important;
}
.sub-menu {
    display: none
}

/* new design header css start */
nav.navbar .right-wrap {
    display: flex;
    align-items: center;
    background: #232320;
    color: #fff;
    border-radius: 68px;
    padding: 6px 10px 6px 15px;
    gap: 10px;
}
nav.navbar .right-wrap .toggle-btn.menu-link1 {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
}
nav.navbar .right-wrap .cart {
    width: 32px;
    height: 32px;
    background: #F4BEBE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav.navbar .right-wrap #offcanvasNavbarLabel {
    background: #F3CB0A;
    border-radius: 40px;
    padding: 8px 0;
    font-size: 12px;
    margin: 0;
    height: 32px;
    min-width: min-content;
}
nav.navbar .right-wrap #offcanvasNavbarLabel a {
    color: #151001;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
/* new footer css start */
.ftr_wrap {
    display: none;
}
.new-footer-inner {
    border-top: 0.76px solid #232320;
    margin-top: 3rem;
    padding: 3rem 0 2rem;
    position: relative;
    justify-content: space-between;
}
footer {
    padding: 1rem 20px;
    background: var(--main-bg-color);
}
.new-footer-inner .right-form {
    margin-top: 2.5rem;
}
.bottom-fix-logo img {
    width: 150px;
}
.new-footer-inner .right-form form input {
    background: #fff;
    border-radius: 12px;
    height: 45px;
    padding: 5px 10px;
    width: 260px;
    margin-right: 8px;
    border: 1px solid #F0EBE4;
}
.new-footer-inner .right-form button.Subscribe-btn {
    background: #232320;
    color: #fff;
    height: 45px;
    border-radius: 30px;
    padding: 5px 20px;
    transition: .3s ease all;
    border: 0;
    cursor: pointer;
}
.new-footer-inner .right-form button.Subscribe-btn:hover {
    background: #f3cb0a;
}
.new-footer-inner .right-form>p {
    margin-bottom: 2rem;
    color: #232320;
}
.new-footer-inner ul.first-menu li a {
    font-size: 30px;
    line-height: 1.4;
    color: #232320;
    transition: .2s ease all;
}
.new-footer-inner ul li a:hover {
    color: #f3cb0a !important;
    text-decoration: none;
}
.new-footer-inner .right-form form input:focus-visible {
    outline: 0;
}
.new-footer-inner .left-menu ul.second-menu li a {
    color: #232320;
    font-size: 14px;
    font-weight: 500;
    transition: .2s ease all;
}
.new-footer-inner .left-menu ul.second-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 2.5rem 0;
    width: 400px;
}
.new-footer-inner .left-menu ul.second-menu li {
    width: 50%;
    margin-bottom: 20px;
}
.new-footer-inner .left-menu ul.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.new-footer-inner .left-menu ul.social-icons li a {
    display: inline-block;
}
.new-footer-inner .left-menu ul.social-icons svg:hover path {
    opacity: 0.6;
}
.new-footer-inner .left-menu ul.social-icons li a svg {
    width: 17px;
}
.new-footer-inner .right-form form {
    display: flex;
    align-items: center;
    margin-bottom: 3.5rem;
}
/* header menu and search css */
.search-navwrap .search-wrap {
    width: 100% !important;
    height: 100% !important;
    padding: 10px 18px !important;
    background-color: #F0EBE4;
    border-radius: 68.76px;
    position: relative;
    display: block !important;
    opacity: 1 !important;
}
.search-navwrap .search-wrap input#searchbox {
    background-color: transparent;
    border: 0;
    padding: 5px 30px;
    outline: none;
    width: 100%;
    font-size: 14px;
}
input#searchbox::placeholder {
    color: #232320;
}
.search-navwrap img.search-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    filter: invert(13%) sepia(77%) saturate(245%) hue-rotate(20deg) brightness(94%) contrast(100%);
}
button.close-menu-wrap.btn-close.close_menu_icon {
    background: transparent;
    box-shadow: none;
    border: 0;
    color: #fff;
    font-size: 19px;
    display: none;
    line-height: 1;
    opacity: 1;
    padding: 0;
}
.toggle-cross-wrap {
    position: relative;
}
.menu-open nav.navbar .right-wrap .toggle-btn.menu-link1 {
    display: none;
}
.menu-open nav.navbar .btn-close.close_menu_icon {
    display: block;
}
.menu-open .body-content .navbar {
    background: #fff !important;
}
.trending_wrap {
    float: unset;
    position: absolute;
    background: #fff;
    padding: 0 10px 10px;
    z-index: 22;
}
body.menu-open .signin.show {
    overflow-y: auto;
}

/* msite new footer css start */
.web-columns-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0 0;
}

.web-columns-wrap>div {
    width: 50%;
    padding: 0 10px 0 0;
    margin-bottom: 2rem;
}

.web-columns-wrap ul li a {
    color: #232320;
}

.multifolks-links ul li a {
    font-size: 14px;
    font-weight: 500;
}

.web-columns-wrap ul li {
    margin: 8px 0;
}

.web-columns-wrap .seperate-links h6 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.multifolks-links ul li:first-child a {
    text-transform: uppercase;
    font-weight: 600;
}

.multifolks-links ul li:first-child {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
/* new footer css ends */