ol, ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}
.dark-gradient {
    background: linear-gradient(104.79deg, #013E66 0%, #E94D37 108.38%);
    color: #fff;
}

.green-gradient {
    background: linear-gradient(104.79deg, #5EB5B8 0%, #00747A 108.38%);
    color: #fff;
}
.bar-wrap.green-gradient {
    margin: 10px 0;
}
form.search-store-form input:focus {
    outline: 0;
}

.bar-margin {
    margin: 7px 0 18px;
}

.bar-wrap p {
    color: #fff;
}

.bar-wrap .custom-btn {
    background: transparent;
    border-color: #fff;
    font-size: 10px;
    padding: 5px 12px;
    letter-spacing: .96px;
}

.bar-wrap .custom-btn:hover {
    background: #fff;
    color: var(--primaryColor);
}

/* services section */
.top-servises ul {
    list-style: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0 -20px;
}

.top-servises {
    padding: 20px;
}

.top-servises ul li span {
    border: 1px solid #D0ECFF;
    display: block;
    box-shadow: 0px 8px 24px 0px #0089E31F;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 10px;
}

.top-servises ul li {
    color: var(--primaryColor);
    font-size: 12px;
    text-align: center;
    flex: 1;
}

/* home banner slider */
.home-banner-slider {
    margin: 0 0 45px !important;
}
.home-banner-slider .slick-slide img {
    margin-bottom: 0 !important;
}
.slides-wrap { 
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 10px;
    overflow: hidden;
}

.slides-wrap.yellow {
    background: linear-gradient(97.36deg, #FEC227 -2.86%, #FECA41 100.35%);
}

.slides-wrap.blue {
    background: linear-gradient(104.21deg, #D9D9D9 0%, #7FD9F0 0.01%, rgba(139, 232, 253, 0.78) 33.98%, #019FBE 112.47%);

}

.slides-wrap.pink {
    background: #FFBDAE;
}

.slides-wrap img {
    width: 100%;
    padding: 0;
    height: auto;
}

.slides-wrap h4 {
    font-size: 20px;
}

.slides-wrap p {
    font-size: 14px;
}

.home-banner-slider .slick-dots li button:before {
    display: none;
}

.home-banner-slider .slick-dots li button {
    width: 10px;
    height: 5px;
    border: 0.5px solid #5F95B9;
    border-radius: 3px;
    padding: 0;
}

.home-banner-slider .slick-dots li {
    width: auto;
    height: auto;
}

.home-banner-slider .slick-dots li.slick-active button {
    width: 26px;
    background: #2F75A4;
}

/* three section */
.three-section ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.three-section ul li {
    width: 33.333%;
}

.three-section ul li span {
    font-size: 14px;
    font-weight: var(--font-regular);
    color: #013252;
    display: block;
    border: 1px solid #013252;
    border-radius: 16px;
    padding: 2px 10px;
    width: 80px;
    margin: 0 auto;
    text-align: center;
}

.three-section {
    padding: 10px 0;
}

.three-section ul li.active span {
    border: 1px solid #92B7CF;
    background: #014A7A;
    color: #fff;
}

.text-bar {
    background: #F0EBE4;
    padding: 6px 10px;
    margin: 20px;
}

.text-bar p {
    margin: 0;
    font-size: 12px;
    text-align: center;
    color: #013E66;
}

/* shades section start */
.shades-section {
    margin: 30px 20px;
}

.shades-section ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    /* align-items: center; */
}

.shades-section ul li {
    width: 33.333%;
    color: var(--primaryColor);
    font-size: 12px;
    padding: 10px;
    text-align: center;
}

.shades-section ul li img {
    min-height: 24px;
    width: 66px;
}

.shades-section ul li span {
    display: block;
    /* filter: drop-shadow(7px 7px 10px #F0EBE4); */
    margin-bottom: 10px;
    position: relative;
}

.shades-section ul li span::after {
    content: '';
    position: absolute;
    background-image: url(https://cdn.eyemyeye.com/mobile/msite-images/circle-shape.svg);
    background-repeat: no-repeat;
    background-size: 60px;
    width: 55px;
    height: 50px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

/* find store start */
.find-store-wrap {
    background: linear-gradient(104.79deg, #478AD8 0%, #25D8D4 108.38%);
    color: #fff;
    padding: 15px 20px 10px;
}

.find-store-wrap .mainh1 {
    color: #fff;
}

.store-slider .store-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.store-slider .store-img {
    border-radius: 8px;
    overflow: hidden;
    margin: 0 6px;
}

.store-slider {
    padding: 10px 0;
}

.store-slider .slick-list {
    padding-right: 10%;
}

.find-store-wrap p {
    font-size: 12px;
    color: #fff;
}

form.search-store-form {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 12px;
}

form.search-store-form input {
    font-size: 12px;
    background: #F2F2F2;
    border-radius: 0;
    color: var(--main-text-color);
    border: 1px solid #dee2e6;
    width: 100%;
    padding: 8px;
}

form.search-store-form input:focus {
    outline: 0;
}

.form-control:focus {
    box-shadow: none;
    border-color: transparent;
}

form.search-store-form button {
    background: transparent;
    border: 0;
    margin-left: 10px;
}

/* end find store */
/* product slider start */
.product-outer .head-wrap {
    padding: 15px 20px 0;
}

.product-outer .head-wrap span {
    font-size: 12px;
    color: #F64C4C;
}

.product-slider .slick-slide, .product-slider-sale .slick-slide, .product-slider-premium .slick-slide, .product-slider-color-blind  .slick-slide, .product-slider-trending .slick-slide, .product-slider-bogo-products .slick-slide {
    padding: 20px 7px;
}
.product-slider-dealofday .slick-slide{
    padding: 20px 8px;
}
.product-slider .slick-list,
.product-slider-sale .slick-list, .product-slider-trending .slick-list, .product-slider-premium .slick-list, .product-slider-color-blind .slick-list, .product-slider-bogo-products .slick-list {
    padding-right: 2%;
    padding-left: 2%;
}

/* product slider ends */
/* passion section */
.passion-section {
    margin: 20px;
}

.passion-card .img-card {
    width: 100%;
    height: 155px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.4s ease-in-out;
    position: relative;
}

.passion-card {
    margin-bottom: 12px;
    position: relative;
}
.passion-card>img {
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden
}
.passion-card .text-bottom {
    position: absolute;
    bottom: 2px;
    left: 0;
    background: rgb(31 31 31 / 56%);
    width: 100%;
    border-radius: 0 0 10px 10px;
    height: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    color: #fff;
    padding: 10px;
    z-index: 2;
}

.passion-card .text-bottom h4 {
    font-size: 12px;
    font-weight: var(--font-regular);
    color: #fff;
}

.passion-card .text-bottom i {
    font-size: 20px;
}

.passion-card .img-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    background-size: cover;
    transform-origin: center;
    transition: transform 0.4s ease-in-out;
}

.passion-card .img-card:hover::after {
    transform: scale(1.05);
}

.passion-section .col-6,
.passion-section .col-12 {
    padding: 0 6px;
}

.passion-section>.row {
    margin: 0 -6px;
    display: flex;
    flex-wrap: wrap;
}

.passion-section>.row .col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.passion-section>.row .col-12 {
    flex: 0 0 auto;
    width: 100%;
}

/* end passion section */
/* quiz section */
.quiz-section {
    background: #E6EEF4;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
}

.quiz-section h1 {
    color: var(--primaryColor);
}

.quiz-section p {
    font-size: 12px;
}

.quiz-section .custom-btn {
    font-size: 14px;
    padding: 8px 20px;
}

/* end quiz section */
/* video section */
.video-section {
    padding: 20px;
}

.video-section video {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.video-wrap {
    margin-top: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.video-wrap>img {
    object-fit: cover;
    width: 100%;
    height: 100%
}
.video-wrap span.video-title {
    position: absolute;
    bottom: 2px;
    font-size: 12px;
    color: #fff;
    text-align: right;
    width: 100%;
    padding: 6px 20px;
    right: 0;
    background: rgb(0 0 0 / 37%);
    border-radius: 10px;
}

.video-wrap .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.video-wrap .play-btn img {
    display: none;
}

/* brands section */
.brands-section {
    margin: 20px;
}

.brands-section .blogo-wrap {
    background: #ccc;
    border-radius: 10px;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 60px; */
    overflow: hidden;
}

.brands-section .slick-slide:nth-child(4n+1) .blogo-wrap {
    background: #FBB2B2;
}

.brands-section .slick-slide:nth-child(4n+2) .blogo-wrap {
    background: #C9C9C9;
}

.brands-section .slick-slide:nth-child(4n+3) .blogo-wrap {
    background: #F0EBE4;
}

.brands-section .slick-slide:nth-child(4n+4) .blogo-wrap {
    background: #C2E3E4;
}

.brand-slider {
    margin: 20px -6px 0;
}

/* brands section ends */
/* blog section start */
.blog-section {
    padding: 20px;
}

.blog-card {
    margin-bottom: 12px;
    position: relative;
}
.blog-card>img {
    object-fit: cover;
    border-radius: 10px;
    overflow: hidden;
}
.blog-card .img-card {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 180px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}

.blog-section .col-6 {
    padding: 0 8px;
    flex: 0 0 auto;
    width: 50%;
}

.blog-section .row {
    margin: 0 -8px;
    display: flex;
    flex-wrap: wrap;
}

.blog-section .col-6:last-child {
    margin-top: -25px;
}

.blog-section .col-6:last-child {
    margin-top: -25px;
}

.blog-card .text-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    padding: 16px;
}

.blog-card .text-bottom a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 12px;
}

.blog-card .text-bottom a i {
    font-size: 20px;
}

.blog-card::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(47, 47, 47, 0) 0%, #2C2C2C 100%);
    border-radius: 10px;
}

.blog-card .text-bottom p {
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
}

.view-link {
    font-size: 12px;
    display: block;
    text-align: right;
    text-decoration: underline;
}

/* end blog section */
/* refer friend section */
.refer-friend {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 20px 25px;
    background: #F0EBE4;
}

.refer-friend .img-wrap {
    background-repeat: no-repeat;
    background-size: cover;
    height: 140px;
    color: #fff;
    position: relative;
}

.refer-friend .content-wrap {
    padding: 18px;
}

.refer-friend .img-wrap::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(47, 47, 47, 0) 0%, #2C2C2C 100%);
}

.refer-friend p,
.refer-friend h5 {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 12px;
}

.refer-friend .img-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 20px;
}

.refer-friend h5 {
    font-size: 20px;
}

.refer-friend .content-wrap p {
    color: #474747;
}

.refer-friend .content-wrap .custom-btn {
    max-width: 180px;
    margin: 0 auto;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card .text-bottom a i {
    font-size: 20px;
}

/* end refer friend section */
/* category-modali-list */
ul.product-category-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.product-category-list li {
    width: 50%;
    padding: 10px;
}

ul.product-category-list li h6 {
    text-align: center;
    padding: 8px 0 0;
}

ul.product-category-list li img {
    border-radius: 5px;
    overflow: hidden;
}

ul.browsefor-list li {
    margin: 0 10px 10px;
}

.subcategory-fullwidth-banner ul.browsefor-list {
    display: block;
}

.subcategory-fullwidth-banner ul.browsefor-list li {
    width: auto;
}

.subcategory-fullwidth-banner ul.browsefor-list li a {
    width: auto;
    text-align: inherit;
    padding: 0;
    border: 0;
}

/* ends */
li.active a {
    color: white !important;
    background: linear-gradient(105deg, #013E66 0%, #E94D37 108.38%);
}

.bg-grey {
    padding-bottom: 1px;
    background: transparent;
}

/* trending tabs start */
.product-outer .nav-tabs {
    border: 0;
    margin: 20px 20px 0;
}

.product-outer .nav-tabs li.nav-item button {
    display: block;
    text-transform: uppercase;
    border: 1px solid #003e40;
    border-radius: 20px;
    white-space: nowrap;
    color: #003e40;
    font-size: 12px;
    font-weight: var(--font-semibold);
    padding: 5px 18px;
}

.product-outer .nav-tabs li.nav-item {
    margin-right: 10px;
}

.product-outer .nav-tabs li.nav-item button.active {
    background: #91cccf;
    border-color: #91cccf;
    color: #003e40;
}

/* trending tabs ends */
/* ps-Loader styles */
.loader-wrap {
    width: 100%;
    min-height: 280px;
    text-align: center;
    transition: .2s ease-in-out;
}

.loader-wrap .ps-loader {
    border: 3px solid #fff;
    border-top: 3px solid var(--primaryColor);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    animation: spin 1s linear infinite;
    margin: 0 auto;
    margin-top: 100px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

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

form.search-store-form .parsley-errors-list {
    position: absolute;
    bottom: -10px;
}

form.search-store-form .parsley-errors-list li {
    font-size: 12px;
}

.product-outer.sale-section {
    background: linear-gradient(104.79deg, #013E66 0%, #E94D37 108.38%);
}

.product-outer.sale-section .mainh1,
.product-outer.sale-section .view-link {
    color: #fff;
}

ul.custom-tab-sale li button {
    background: #fff;
}

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

.banner-content-wrap {
    padding: 20px;
}
/* new  shimmer*/
.shimmer-new-loader .shimmer {
    background: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
}
.shimmer-new-loader .banner-content-wrap .home-banner-slider {
min-height: 200px;
}
.shimmer-new-loader .banner-content-wrap .content-wrap h4 {
    min-height: 20px;
}
.shimmer-new-loader .banner-content-wrap .content-wrap p {
    margin-top: 5px;
    min-height: 100px;
}
.shimmer-new-loader .banner-content-wrap .content-wrap a {
    min-height: 25px;
    min-width: 130px;
    border: none;
    margin-bottom: 20px;
}
.shimmer-new-loader .banner-content-wrap ul.icons-section li {
    background: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 8px;
    min-height: 60px;
    min-width: 30.3%;
}
.shimmer-new-loader .home-banner-slider .slick-dots li.slick-active button {
    background: linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    border: none;
}
@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
/* end */

.banner-content-wrap .banner-img img {border-radius: 12px;overflow: hidden;margin-bottom: 20px;width: 100%; height: 100%;}

.banner-content-wrap .content-wrap {
    text-align: center;
}
.banner-content-wrap .content-wrap h4 {
    font-size: 18px;
    font-weight: var(--font-semibold);
    margin: 0;
}
.banner-content-wrap .content-wrap a {
    text-decoration: underline;
}

/* old section style start */
.sub-menu {
    background: #f2f2f2;
    display: none;
}

.sub-menu>li {
    border-bottom: 1px solid #e3e2e2;
    padding-left: 45px;
}

.sub-menu>li:last-child {
    border-bottom: none;
}

.sub-menu>li>a {
    color: #545454;
    text-decoration: none;
    display: block;
    padding: 13px 5px 13px 7px;
    font-weight: var(--font-regular);
    font-size: var(--font-size-13);
    position: relative;
    overflow: hidden;
}

/* social dialog style start */
.single-img .hm_trending_glasses ul {
    display: block;
}

.single-img.sliding-modal {
    height: 100%;
}

.single-img.sliding-modal p {
    color: rgb(38 38 38);
    padding: 8px 10px 3px;
    font-size: 1rem;
    margin-bottom: 45px;
}

.single-img.sliding-modal p.desc span {
    color: rgb(0, 55, 107);
}

.portrait-slider .cat_title {
    padding-bottom: 5px;
}

.single-img-header {
    display: grid;
    width: 80%;
    grid-template-columns: 16% 84%;
    line-height: 15px;
    align-items: center;
}

.single-img-header .subtitile {
    display: block;
    color: #797676;
}

.circle-img {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 1px solid rgb(88 88 88 / 24%);
    border-radius: 50%;
    padding: 2px;
    line-height: 33px;
    border: double 0px transparent;
    border-radius: 50%;
    background-image: linear-gradient(white, white), radial-gradient(circle at bottom left, #ffc802, #d800bb);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
}

.hm_trending_glasses ul>li {
    background-color: #fff;
    margin: 5px;
    text-align: center;
}

.single-img .hm_trending_glasses ul>li {
    text-align: initial;
}

.subcategory-product-list .hm_trending_glasses .hm_card img {
    padding: 0;
    border-radius: 3px
}

.single-img .subcategory-product-list .hm_trending_glasses .hm_card img {
    object-fit: cover !important;
}

.subcategory-product-list .hm_trending_glasses ul>li:first-child,
.subcategory-product-list .hm_trending_glasses ul>li:nth-child(2) {
    margin-top: 0;
}

.subcategory-product-list .hm_trending_glasses ul>li {
    border-radius: 5px;
    margin: 8px 8px 0;
}

.hm_trending_glasses {
    text-align: center;
}

.single-img .hm_trending_glasses {
    text-align: initial;
}

.hm_trending_glasses a {
    text-decoration: none;
}

.single-img .hm_trending_glasses a.hm_view_btn {
    padding: 9px 20px;
    font-size: 14px;
    margin: 0;
    border-radius: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.hm_trending_glasses .hm_card {
    padding: 10px 0 0;
}

.single-img .hm_trending_glasses .hm_card {
    padding-top: 0;
}

.single-img .subcategory-product-list {
    height: 90vh;
    margin-top: 4px;
    scrollbar-width: none;
    overflow-y: auto;
}

.single-img.sliding-modal::-webkit-scrollbar,
.single-img .subcategory-product-list::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
    width: 0 !important;
}

.hm_trending_glasses .hm_card .glass_name {
    font-family: var(--font-family-sanserif);
    font-style: normal;
    font-weight: var(--font-bold);
    font-size: var(--font-size-15);
    line-height: 20px;
    text-align: center;
    color: #434343;
}

.subcategory-product-list .hm_trending_glasses .hm_card .glass_name {
    font-size: var(--font-size-14);
    padding: 8px 0;
}

.single-img .hm_trending_glasses .hm_card .glass_name {
    display: none
}

.icons-strip {
    border-bottom: 1px solid #eee;
    padding: 4px 12px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
}

.icons-strip small {
    font-size: 12px;
    position: relative;
    font-weight: var(--font-bold);
    padding-left: 1px;
    top: -2px;
}

.hm_trending_glasses .hm_card .glass_new_price {
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-bold);
    font-size: var(--font-size-13);
    line-height: 17px;
    color: #434343;
}

.hm_trending_glasses .hm_card .glass_new_price .glass_old_price {
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-regular);
    font-size: var(--font-size-14);
    line-height: 24px;
    color: #8b90a0;
    text-decoration: line-through;
    padding-left: 3px;
}

.hm_trending_glasses .hm_card .glass_off_on_price {
    font-family: var(--font-family-sanserif);
    font-size: var(--font-size-13);
    line-height: 24px;
    letter-spacing: 0.75px;
    color: #e5703c;
}

.hm_trending_glasses .hm_view_btn {
    background: var(--primaryColor);
    border: 1px solid var(--primaryColor);
    box-sizing: border-box;
    border-radius: 20px;
    color: #fff;
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-semibold);
    font-size: var(--font-size-14);
    text-align: center;
    padding: 6px 20px;
    margin: 10px auto;
    display: inline-block;
}

.sliding-modal {
    background-color: #fff;
    position: fixed;
    width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    z-index: 2147483649;
    height: auto;
    max-height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    bottom: -500px;
}

.sliding-modal.show{
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.toggle-close-btn {
    background: 0 0;
    outline: 0;
    border: 0;
    right: 8px;
    top: 15px;
    position: absolute;
    border: 1px solid #505565;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.single-img .toggle-close-btn {
    top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-height: 700px) {
    .single-img .subcategory-product-list .hm_trending_glasses .hm_card img {
        max-height: 402px;
    }
}

/* social dialog style ends */
.d-grid {
    display: grid !important;
}

.d-block {
    display: block !important;
}

.home-footer-content {
    font-size: 12px;
    color: #727272;
    clear: both;
    width: 100%
}

.home-footer-content ul {
    margin: 15px
}

.home-footer-content h2.content-heading {
    margin: 5px 0;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    color: #727272;
    font-weight: 700;
    padding: 5px 10px;
    border-top: 1px solid #eaeff3;
    border-bottom: 1px solid #eaeff3
}

.home-footer-content h1.content-heading p {
    margin-bottom: 6px
}

.home-footer-content .home-ftr h2 {
    font-size: 13.5px;
    font-weight: 700
}

.home-footer-content .home-ftr h3 {
    font-size: 13px
}

.home-footer-content .home-ftr h2,.home-footer-content .home-ftr h3 {
    margin-top: 11px;
    margin-bottom: 3px
}

.home-ftr ol {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 0;
    margin: 0;
    list-style: none;
    background-color: #f5f5f5;
}

.home-ftr ol li {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding: 8px 10px;
    margin: 0 auto 5px auto;
    border: 1px solid #eee;
    border-radius: 5px;
    list-style: disc;
}

.home-ftr a {
    color: var(--primaryColor);
}

.home-ftr .togglefooter {
    display: none;
    padding: 5px 10px;
}

.home-ftr ol li strong {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    font-size: 13px;
    letter-spacing: .01em;
    cursor: pointer;
}

.home-ftr .content-heading {
    position: relative;
    cursor: pointer;
}

.home-ftr .content-heading.active:after {
    transform: rotate(180deg);
}

.home-ftr .content-heading:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 0;
    color: #555;
    transition: all .3s ease-in-out;
    font-size: 18px;
}

/* footer start */
.ftr_wrap h5,
.ftr_wrap h6 {
    font-size: var(--font-size-15);
    color: #fff;
    margin-top: 0;
}

.ftr_title3,
.ftr_wrap h5,
.ftr_wrap h6 {
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-semibold);
}

.ftr_wrap {
    background: #2c3641;
    padding: 30px 25px;
    color: #fff;
}

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

.ftr_wrap h5 {
    margin-bottom: 12px;
}

.ftr_wrap h6 {
    margin-bottom: 14px;
}

.ftr_tp_wrap ul li {
    float: left;
    margin-bottom: 20px;
}

.ftr_tp_wrap .img_wrap {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.ftr_tp_wrap ul li .img_wrap {
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ftr_tp_des {
    float: left;
    padding-top: 2px;
}

.ftr_tp_des>span {
    display: block;
}

.ftr_tp_des a {
    color: #fff;
    text-decoration: none;
}

.ftr_title3 {
    font-size: var(--font-size-15);
    color: #fff;
    margin-bottom: 2px;
}

.ftr_tp_wrap {
    position: relative;
}

.ftr_mid_wrap {
    position: relative;
    padding: 15px 0;
    margin-bottom: 12px;
}

.ftr_mid_wrap:after {
    position: absolute;
    border-bottom: 1px solid #2f2f2f;
}

.ftr_toggle {
    color: #f7f7f7;
    font-size: var(--font-size-13);
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.ftr_toggle:after {
    content: "";
    position: absolute;
    background: url(../../mobile/mobile-site-content/icon-arrow-down.svg) no-repeat;
    width: 17px;
    height: 13px;
    background-size: 100% auto;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.1s ease 0s;
}

.ftr_toggle.gpay_class:after {
    display: none;
}

.ftr_links {
    display: none;
}

.ftr_tp_wrap>ul:after {
    content: "";
    display: table;
    clear: both;
}

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

    .ftr_wrap h5,
    .ftr_wrap h6 {
        font-size: var(--font-size-15);
    }

    .ftr_wrap {
        padding: 20px 10px;
    }

    .ftr_btm_wrap {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .ftr_tp_wrap .img_wrap {
        width: 35px;
        height: 35px;
        margin-right: 6px;
    }

    .ftr_tp_wrap ul li {
        margin-bottom: 10px;
    }

    .ftr_tp_des a {
        font-size: var(--font-size-11);
    }

    .ftr_title3 {
        font-size: var(--font-size-13);
        margin-bottom: 0;
    }

    .ftr_toggle {
        font-size: var(--font-size-14);
    }

    .ftr_toggle:after {
        width: 12px;
        height: 7px;
    }
}

/* footer ends */
/*** popular searches css **/
.mostly-searched-keywords {
    padding: 15px 1.8% 0;
    padding-right: 3.2%;
    clear: both;
}

.mostly-searched-keywords ul {
    list-style: none;
}

.mostly-searched-keywords ul li {
    margin-bottom: 8px;
    font-size: 12px;
}

.mostly-searched-keywords ul li a {
    line-height: 20px;
}

.mostly-searched-keywords ul li span {
    color: #000;
    font-weight: 600;
}

/** end **/
/* msite subfooter */
.msite-subFooter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    overflow-x: auto;
    overflow-y: hidden;
    width: 99.9vw;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.msite-subFooter ul::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
    width: 0 !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

.msite-subFooter>ul>li {
    padding: 2% 0;
    margin-right: 0 !important;
    width: 29.3% !important;
    text-align: center;
}

.msite-subFooter span.ftr_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.msite-subFooter span.ftr_title {
    display: inline-block;
    color: #505565;
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-semibold);
    font-size: var(--font-size-12);
    padding-top: 2%;
}

/* msite subfooter ends */
/* old section style ends taken from home.css */

#homeVideoModal .modal-header {
    background: transparent;
}

#homeVideoModal .modal-header h5 {
    color: #000;
}

iframe#videoIframe {
    border: 0;
}

#homeVideoModal .modal-header .btn-close {
    background: transparent;
    border: 0;
}

#homeVideoModal .modal-header .btn-close i {
    font-size: 16px;
}
#after-page-load-html {
    background: #FAFDFF;
}

#cat_collections {
    display: none;
}
#mobileMosoonSaleDialog .modal-title {
    display: flex;
    align-items: center;
    gap: 5px;
}
/* new slider */
.new-summer-banner {
    padding: 0 10px 10px;
}
.new-summer-banner .slick-track .item {margin: 0 6px;}
.new-summer-banner .slick-dots li button {
    background: #b2e0e5;
    padding: 0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.new-summer-banner .slick-dots li button:before {
    color: #b2e0e5;
    width: auto;
    height: auto;
    font-size: 0;
}
.new-summer-banner .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 3px;
}
.new-summer-banner ul.slick-dots {
    bottom: -20px;
}
.new-summer-banner .slick-dots li.slick-active button {
    background:#007b8f;
}
.new-summer-banner .slick-list {
    padding-right: 2.5rem;
}
.banner-content-wrap ul.icons-section {
    display: flex;
    justify-content: center;
    margin: 15px -10px;
  }
  .banner-content-wrap ul.icons-section li img {
    width: 35px;
    height: 35px !important;
  }
  .banner-content-wrap ul.icons-section li h6 {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    margin: 10px 0 0;
  }
  .banner-content-wrap ul.icons-section li {
    margin: 0 5px;
    padding: 15px 4px;
    /* background: #fff; */
    border-radius: 5px;
  }
  .new-summer-banner .slick-track .item img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}
/* testimonial section css start */
  .testimonial-outer {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
  }
  .testimonial-outer .testi-card {
    display: flex;
    align-items: flex-start;
    /* height: 215px; */
    padding: 10px 3rem;
  }
  .testimonial-outer .testi-card span.img-wrap {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .testimonial-outer .testi-card span.img-wrap i {
    font-size: 30px;
    color: #a9a2a2;
  }
  .testimonial-outer .testi-card span.star-wrap i {
    font-size: 14px;
    color: #FFC107;
  }
  .testimonial-outer .testi-card h4 {
    margin: 5px 0;
  }
  .testimonial-outer .testi-card p {
    color: #727272;
    margin: 0 0 5px;
  }
  .testimonial-outer .testi-name {
    font-size: 13px;
    font-weight: 500;
  }
  .testimonial-outer .slick-dots li button {
    background: #b2e0e5;
    padding: 0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}
.testimonial-outer .slick-dots li button:before {
    color: #b2e0e5;
    width: auto;
    height: auto;
    font-size: 0;
}
.testimonial-outer .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 3px;
}
.testimonial-outer ul.slick-dots {
    bottom: -20px;
}
.testimonial-outer .slick-dots li.slick-active button {
    background:#007b8f;
}
  /* testimonial css ends */

/* new-home ui css start */
.text-above-banenr {
    padding: 3rem 0 2rem;
    text-align: center;
}
.text-above-banenr .btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 2rem;
}
.text-above-banenr .btn-wrap a.black-btn {
    background: #232320;
}
.text-above-banenr .btn-wrap a {
    border-radius: 50px;
    padding: 16px 15px;
    width: 47%;
    margin-right: 0;
    text-transform: uppercase;
    font-weight: 500;
}
.m-content-orange-bg {
    background: #E94D37;
    color: #fff;
    text-align: center;
    padding: 4rem 2rem;
}
.m-content-orange-bg p {
    font-size: 20px;
    margin: 0;
    margin-bottom: 3rem;
}
.right-img-wrap {
    position: relative;
}
.right-img-wrap img {
    width: 100%;
}
img.center-circle-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    margin: 0 auto;
}
.lense-tabs-outer {
    padding: 4rem 20px 0;
}
.lense-tabs-outer ul.tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.lense-tabs-outer ul.tabs li {
    font-size: 12px;
    color: #232320;
    padding: 10px 20px;
    border: 1px solid #232320;
    border-radius: 80px;
    cursor: pointer;
    transition: .3s ease all;
}
.tab-content-wrapper {
    margin-bottom: 4rem;
}
.bifocal-tab-section .tabs li.active,
.bifocal-tab-section .tabs li:hover {
    color: #fff;
    background: #232320;
}
.bifocal-tab-section .tab-content {
    display: none;
}
.bifocal-tab-section .tab-content.active {
    display: block;
}
.manage-heading {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3rem;
}
.manage-heading h4 {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
}
.content-section2 {
    background: #F3CB0A;
    text-align: center;
    padding: 3rem 20px;
}
.p-div-wrap h3 {
    text-transform: uppercase;
    max-width: 190px;
    margin: 0 auto 3rem;
    font-size: 16px;
}
.p-div-wrap p {
    font-size: 15px;
    margin: 0 auto;
}
.left-img-content img {
    margin: 2rem 0;
}
.content-section2 .img-outer {
    margin: 2rem 0 0;
}
.new-banner-wrap {
    text-align: center;
    padding: 3rem 0;
    background: #fff;
}
.testimonial-outer .left-icon-wrap {
    background: #1C5350;
    padding: 2rem;
}
.testimonial-outer .testi-card p {
    font-size: 22px;
    color: #232320;
    font-style: italic;
    margin-bottom: 20px;
}
.testimonial-outer .testi-card {
    padding: 2rem;
    min-height: 300px;
    align-items: center;
}
.testimonial-outer .testi-name {
    font-size: 12px;
    color: #1C5350;
    text-transform: uppercase;
}
.new-cat-list {
    background: #fff;
    padding: 4rem 20px;
}
.new-cat-list ul li:nth-child(1) {
    background: #F4BEBE75;
}
.new-cat-list ul li {
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 15px;
}
.new-cat-list ul li:nth-child(2) {
    background: #F3CB0A4D;
}
.new-cat-list ul li:nth-child(3) {
    background: #D0E0F07A;
}
.new-cat-list ul li:nth-child(4) {
    background: #98A16236;
}
.new-cat-list ul li>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new-cat-list ul li h4 {
    color: #232320;
    font-weight: 600;
}
.new-cat-list ul li p {
    padding-top: 2rem;
    margin: 0;
}
.new-cat-list>h4 {
    text-align: center;
    margin-bottom: 3rem;
    color: #232320;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.product-outer:has(.product-slider-premium) {
    display: none;
}
.body-content {
    background: var(--main-bg-color) !important;
    overflow-x: hidden;
}
.body-content .navbar {
    background: #F0EBE4 !important;
}
.bg-banner-imgwrap {
    background-image: url("https://cdn.eyemyeye.us/mobile/images/Home/multifocal-real.svg");
    background-repeat: no-repeat;
    padding: 170px 20px;
    min-height: 424px;
}
.multi-focal-img {
    text-align: center;
}

  
.msite-videowrap {
    position: relative;
    width: 100%;
    padding: 100px 0px;
    height: 100%;
    background-color: #fff;
}
  /* Background Video */
  .bg-video {
    width: 100%;
    transform: rotate(270deg);
    border-radius: 20px;
}
  
.play-button {
    position: absolute;
    right: 74px;
    display: flex;
    flex-direction: column;
    top: 35px;
    gap: 35px;
    align-items: center;
    cursor: pointer;
}
.play-button span.watch-text {
    font-size: 13px;
    transform: rotate(90deg);
    color: #E94D37;
}

  .play-button .triangle {
    /* position: absolute;
    top: 30px;
    right: 90px; */
    background-color: #E94D37;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(356deg);
    /* z-index: 3; */
}
.triangle span {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #252323;
}
  
  /* Rotated Text */
  .rotated-text {
    position: absolute;
    bottom: 29px;
    left: 135px;
    transform: rotate(-90deg);
    transform-origin: bottom left;
    padding-left: 20px;
    display: flex;
    text-transform: capitalize;
    gap: 5px;
}
  
  .rotated-text .main {
    color: #e74c3c;
    font-size: 32px;
    font-weight: 400;
  }
  
  .rotated-text .sub {
    color: #e74c3c;
    font-size: 14px;
    margin-top: 4px;
  }
  
  .customer-spotlight-slider {
    padding: 40px 20px;
    background-color: #fff;
}
.slide-hdng h5 {
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 24px;
    color: #232320;
}
#spotlight-slider .slick-list.draggable {
    padding-right: 7rem;
}
.image-box p {
    margin-top: 6px;
    color: #232320;
}