
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: var(--main-bg-color);
    padding-top: 102px;
    position: relative;
}

.custom-btn {
    background: var(--primary-btn-bg);
    color: var(--primary-btn-text);
    font-size: 12px;
    font-weight: var(--font-semibold);
    padding: 5px 16px;
    display: inline-block;
    border-radius: 4px;
    transition: .2s ease;
    text-transform: uppercase;
    border: 1px solid var(--primaryColor);
    cursor: pointer;
    letter-spacing: 0.17px;
    text-decoration: none !important;
}

.black-btn {
    background: var(--secondary-btn-bg);
    border-color: var(--secondary-btn-bg);
    color: var(--secondary-btn-text) !important;
}

.black-btn:hover {
    background: var(--primary-btn-bg);
    text-decoration: none;
}

.custom-btn:disabled {
    background: gray;
    opacity: 0.5;
    border-color: gray;
}
.custom-btn:hover {
    background: #fff;
    color: var(--primaryColor) !important;
    text-decoration: none;
    border-color: var(--primaryColor) !important;
}

.white-btn {
    background: #fff;
   color: var(--primaryColor);
    margin-right: 20px;
}

.white-btn:hover {
    background: var(--primary-btn-bg);
    color: #fff;
}

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: 42px;
    left: 0;
    z-index: 999;
    height: 60px;
    background: #fff;
    box-shadow: 0px 4px 14px 0px rgb(0 0 0 / 10%);
    width: 100%;
    padding: 0;
}
.navbar .left-wrap a svg {
    height: 40px;
    width: 50px;
}
.navbar .left-wrap, .navbar .right-wrap {
    display: flex;
    align-items: center;
}
.body-content .navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.head-delivery-wrap h4 {
    font-size: 12px;
    font-weight: 800;
    display: flex;
    align-items: center;
    margin: 0 0 3px;
}
.head-delivery-wrap p {
    font-size: 10px;
    margin: 0;
}
.head-delivery-wrap {
    margin-left: 10px;
    display: none;
}
a.navbar-brand {
    display: block;
    margin: 0;
}

a.navbar-brand img {
    width: 60px;
}

.navbar .left-wrap .toggle-btn i {
    color: #014A7A;
    font-size: 20px;
}

.navbar .left-wrap .toggle-btn {
    border: 0;
    background: #fff;
    padding: 0 20px 0 10px;
}

.navbar .left-wrap a, .navbar .left-wrap span, .navbar .right-wrap a, .navbar .right-wrap span {
    padding: 0 10px;
    text-decoration: none;
    display: inline-block;
}

.navbar .left-wrap a {
    padding: 0!important;
}

.navbar .right-wrap span.cart-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 a.cart {
    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: #000;
    position: relative;
    display: flex;
    gap: 10px;
}

.navbar-nav ul li {
    padding: 7px 0;
    border-bottom: 0.5px solid #999999;
}

.navbar-nav ul li img, .navbar-nav ul li svg {
    width: 17px;
    height: auto;
    filter: brightness(0);
}
.sign-in-div {
    text-align: center;
}

.user-signin {
    background-color: #D9D9D9;
    max-width: 65px;
    padding: 18px 20px;
    border-radius: 50%;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.sign-in-div h6 {
    color: #000;
} 

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

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

.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.menu-toggle span.down-triangle {
    display: block;
}
 
.navbar-nav .menu_wrap ul li a {
    color: #000;
    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: 20px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #1B437E;
}

.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 #7292CB;
    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: #1B437E;
    text-transform: uppercase;
    border-radius: 20px;
}

ul.custom-tab li.active {
    background: linear-gradient(90deg, #7292CB 0%, #42516C 100%);
    border-color: #91CCCF;
}
ul.custom-tab li.active button {
    color: #fff;
}
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;
}

ul.custom-tab-sale li.active {
    background: #91CCCF;
    border-color: #91CCCF;
}

/* 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%, #015790 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;
    flex-wrap: wrap;
    padding: 8px 15px;
    width: 100%;
}

.bar-wrap p {
    margin: 0;
    font-size: 12px;
    font-weight: var(--font-regular);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 16px;
}

.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;
    padding: 5px 10px;
}

.gray-gradient p img {
    margin-right: 5px;
}

/* common bar ends */

/* common product cards start */
.product-card {
    background: #fff;
    padding: 15px 10px 10px;
    border-radius: 8px;
    box-shadow: 0px 16px 40px 0px rgb(112 144 176 / 20%);
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.product-card .bottom-text {
    min-height: 93px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-card .bottom-text a {
    text-decoration: none;
    color: var(--primaryColor);
}
 
span.offer-wrap {
    position: absolute;
    top: 13px;
    left: 0;
    font-size: 12px;
    font-weight: var(--font-semibold);
    background: #7292CB;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 0 7px 7px 0;
    padding: 4px 5px;
    text-transform: capitalize;
    z-index: 2;
    visibility: visible;
    height: auto !important;
    gap: 4px;
}

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

span.offer-wrap.bogo {
   background: linear-gradient(104.79deg, #7292CB 0%, #42516C 108.38%);
}

.product-card span.offer-wrap span {
    color: #fff;
}

.product-card .pro-img img {
    /* width: 120px; */
    margin: 5px auto;
    width: 100%;
    height: auto;
    height: 100px;
    display: block;
    object-fit: cover;
}

span.offer-wrap .discount {
    text-transform: capitalize;
}

.product-card .stock-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.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 {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 0.41px solid #FFFFFF;
    border-radius: 50%;
    padding: 0;
    z-index: 1;
    position: relative;
    margin-left: -3px;
}

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

.product-card .rating-wrap .clr-text {
    margin: 0 5px 0 0;
    font-size: 12px;
    color: #00747a;
}

.product-card .bottom-text h4 {
    font-size: 13px;
    margin: 0 0 3px;
    color: #1F1F1F;
}

.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: 12px;
    font-weight: var(--font-regular);
    color: #252D34;
        display: flex;
    align-items: center;
}

.product-card span.price img.price-icon {
    margin-right: 3px;
}
.product-card span.price span {
    font-size: 11px;
    padding-left: 5px;
    color: #A1A9AD;
    text-decoration: line-through;
}

.product-card .bottom-text p.blue-text {
    color: #3A82F6;
    margin: 0;
}

.product-card span.wishlist-wrap {
    display: inline-block;
    width: 24px;
    min-width: 24px;
    height: 24px;
    line-height: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0px 8px 24px 0px rgb(0 0 0 / 15%);
}

.product-card .wishlist-wrap.delete {
    margin: 0;
    margin-right: 6px;
    line-height: 22px;
}

.product-card span.wishlist-wrap i {
    font-size: 12px;
    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%, #015790 108.38%); */
    background: #7292CB;
}

.offer-wrap.super-saver {
    background: #F86C6C;
}

.product-col {
    width: 50%;
    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: 6px;
    padding: 20px 20px 0;
    box-shadow: 0px 16px 40px 0px rgb(112 144 176 / 20%);
    border: 1px solid rgb(0 0 0 / 50%);
}
.why-eye-section h3 {
    color: #000;
}
.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: #000;
    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: #C2D7E4;
    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: 10px 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;

}

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

.price-cart-btn .custom-btn, .price-cart-btn-new .custom-btn {
    height: 36px;
    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: 14px;
    font-weight: 600;
    margin-left: 10px;
}

/* 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: 13px;
    color: #252D34;
    padding: 10px 10px 4px;
    border-radius: 5px;
    height: 42px;
    background: transparent;
    margin-right: 0;
}

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

.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 {
    display: flex;
    margin: 0 -18px;
}
/* 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 .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;
    gap: 12px;
}

.btn-wishlist-wrap .custom-btn {
    padding: 5px;
    width: 100%;
    text-align: center;
}

.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: 10px;
     overflow: hidden;
}

.common-dialog .modal-dialog {
    max-width: 400px;
}

h5.modal-title {
    font-size: 18px;
}

.common-dialog .modal-header {
    background: linear-gradient(104.79deg,#013e66 0,#015790 108.38%);
    justify-content: space-between;
    align-items: center;
    display: flex;
    color: #fff;
    font-weight: 800;
    position: relative;
    padding: 10px;
    border-radius: 0;
    gap: 10px;
}

.common-dialog .modal-header .btn-close-custom i {
    font-size: 16px;
    color: #015790;
}

.common-dialog .modal-header .modal-title {
    font-size: 18px;
    font-weight: var(--font-semibold);
    line-height: 1.3;
    color: #fff;
}
.common-dialog .modal-header .btn-close-custom {
    display: inline-block;
    color: var(--primaryColor);
}
.common-dialog .modal-header button.close {
    margin: 0;
    padding: 0;
    color: #fff;
    opacity: 1;
    width: 20px;
    height: 20px;
    min-width: 20px;
    font-size: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    z-index: 2;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding-bottom: 2px;
}

.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, #0F3C80, #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: 10px;
    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;
}

.fixed-call-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(104.79deg, #5EB5B8 0%, #00747A 108.38%);
    color: #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: #7292CB;
    color: #1B437E;
    overflow: hidden;
    border-color: #7292CB;
}
 
.menu_wrap ul.sub-menu {
    padding-left: 0 !important;
}

.custom-field .form-wrap .tooltip-initiate {
    padding-right: 10px;
}
#payment-proceed > a {
    color: inherit;
}
.product-outer .slick-list .product-card {
    min-height: 280px;
}

/* responsive for small devices */
@media only screen and (max-width: 360px) {
    .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: 10px 15px;
    }
}

@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: var(--font-bold);
}

.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 */
/* order confirmation otp style start */


#confirm_otp_frm input#otp-payment {
    width: 100%;
    font-size: 12px;
    color: #252d34;
    padding: 10px;
    border-radius: 5px;
    /* height: 42px; */
    border: 1px solid #c9c9c9;
}

#confirm_otp_frm input#otp-payment:focus {
    outline: 0;
}

div#order-otp-modal .popup-close {
    background: transparent;
    width: auto;
    height: auto;
    top: 20px;
    right: 20px;
    font-size: 15px;
}

div#order-otp-modal .popup-close i {
    color: #000;
}

div#order-otp-modal {
    background: rgb(0 0 0 / 54%);
}

div#order-otp-modal .popup-inner {
    padding: 20px;
    border-radius: 12px;
    box-shadow: none;
}

div#order-otp-modal .otp-btn-wrap input {
    background: var(--primaryColor);
    box-shadow: none;
    line-height: 1.3;
    border-radius: 4px;
    margin: 0;
    font-size: 12px;
}

div#order-otp-modal .otp-btn-wrap {
    margin-top: 20px;
}

.popup-inner h6 {
    font-size: 13px;
    line-height: 1.5;
    color: #252D34;
    font-weight: 400 !important;
    margin: 0;
    padding-top: 16px;
}
div#order-otp-modal .otp-btn-wrap input#getCoolcash {
    margin-right: 10px;
}
#confirm_otp_frm .parsley-errors-list {
    text-align: left;
}

div#order-otp-modal .popup-close i::before {display: none;}

div#order-otp-modal .popup-close i::after {
    content: "\2716";
}

div#order-otp-modal input#resend {
    font-size: 12px;
    padding: 0;
}
/* order confirmation otp ends */

/* 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: var(--font-bold);
}
.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;
}

/* for sidebar and login's dialog custom start */
.signin {
    position: fixed;
    left: -80%;
    background: var(--main-bg-color);
    max-width: 70%;
    min-width: 260px;
    z-index: 99999;
    overflow: hidden;
    height: 100%;
    top: 0;
    transition: all ease .3s;
}

.signin.show {
    left: 0;
    display: block;
    padding: 0;
}

.append {
    background: rgb(0 0 0 / 54%);
    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: #000;
}

.signin .offcanvas-header {
    display: block;
}

.signin .offcanvas-header .menu-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.signin .offcanvas-header .btn-close {
    background: transparent;
    border: 0;
    font-size: 18px;
}

.blink-info-outer {
    background: linear-gradient(104.79deg, #5EB5B8 0%, #00747A 108.38%);
    display: flex;
    align-items: center;
    padding: 8px 15px;
    margin: 0 -14px;
    margin-top: 5px;
}

.blink-menu-info{
    font-size: 14px;
    color: #fff;
    margin-left: 15px;
    font-weight: 400;
    line-height: 1.3;
}

.blink-menu-info span {
    font-weight: 600;
    font-size: 10px;
    padding-top: 3px;
    display: block;
}

.signin .navbar-nav {
    height: 100vh;
    width: 100%;
    margin-bottom: -10rem;
    /* width: 200px; */
}

.signin .offcanvas-title {
    font-size: 14px;
    margin: 0;
}
.signin .menu-top .menu-sigin-link {
    color: var(--primaryColor);
}
.mainh1.m-0 {
    margin: 0;
}

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;
}
/* for sidebar and login's dialog custom ends */

#menu_wrap > ul > li#cat_collections {
    display: none;
}
input[type="radio"], input[type="checkbox"] {
    accent-color: #015790;
}
.top-user-text {
    padding: 12px 15px 0;
}
.top-user-text h1 {
    font-size: 20px;
    color: #25387A;
    margin: 0;
    text-transform: capitalize;
}
.top-user-text p {
    color: #25387A;
    font-size: 14px;
    font-weight: 500;
}
/* price css */
.price-outer {
    display: flex;
    align-items: center;
}
.product-card .price-outer span {
    display: flex;
    align-items: center;
    color: #be0000;
    font-weight: 600;
    margin-right: 5px;
}
.product-card .price-outer span img {
    margin: 0 3px 0 0;
    width: 12px;
}
.price-outer span.reg-price img {
    filter: grayscale(100%) brightness(90%) contrast(110%);
}
.price-outer span.reg-price {
    color: #5a5959;
    text-decoration: line-through;
    font-size: 11px;
}
/* header language dropdown */
div.dropdown#currency-switcher-dropdown .caption span {
    padding: 0 2px;
}
div.dropdown#currency-switcher-dropdown .caption {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    margin-top: -4px;
}
.currency-switcher .dropdown.open .top-arrow {
    display: block !important;
    position: absolute;
    z-index: 2;
    right: 35%;
}
#currency-switcher-dropdown div.list {
    width: 120px;
    top: 39px;
}
.currency-switcher .dropdown.open .top-arrow svg {
    width: 16px;
}
#currency-switcher-dropdown div.list>div.item {
    padding: 4px;
}
html[dir="rtl"] .body-content .navbar {
    left: unset;
    right: 0;
}
html[dir="rtl"] .ftr_toggle:after {
    right: unset;
    left: 0;
}
html[dir="rtl"] .ftr_btm_wrap ul li {
    float: right;
}
img.price-icon {
    width: 15px;
    position: relative;
    top: -1px;
    margin-right: 2px;
}
div.dropdown#currency-switcher-dropdown .caption img {
    width: 20px;
    position: relative;
    top: 2px;
}
li.icon-dash.contact-lense {
    display: none;
}