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

/* home style */
.dark-gradient {
    background: linear-gradient(104.79deg, #013E66 0%, #015790 108.38%);
    color: #fff;
}

.green-gradient {
    background: linear-gradient(104.79deg, #5EB5B8 0%, #00747A 108.38%);
    color: #fff;
}

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

.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 -15px;
    gap: 6px;
}

.top-servises {
    padding: 20px;
}

.top-servises ul li span.icon-wrap {
    border: 1px solid #D0ECFF;
    display: block;
    width: 68px;
    min-width: 68px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 auto 10px;
    background: #fff;
    max-height: 44px;
}
.top-servises ul li span img {
    width: 100%;
}
.top-servises ul li span.service-name {
    margin: 0 4px;
    display: inline-block;
    line-height: 1.3;
}
.top-servises ul li {
    color: var(--primaryColor);
    font-size: 12px;
    text-align: center;
    flex: 1;
}

/* home banner slider */
.home-banner-slider .slick-slide {
    margin: 0 10px;
}

.banner-content-wrap {
    padding: 20px;
}

.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 a {
    text-decoration: underline;
}

.home-banner-slider {
    margin: 20px 10px 45px !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;
    flex-wrap: wrap;
    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: #C2D7E4;
    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 0;
}

.shades-section ul {
    display: flex;
    overflow-y: auto;
    margin: 0 -10px;
}

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

.shades-section ul li span {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    height: 44px;
    width: 70px;
}

/* 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 */
/* partner slider start */
.partner-slider .img-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: linear-gradient(104.79deg, #5EB5B8 0%, #00747A 108.38%);
    border: 3px solid transparent;
}

.partner-slider .slick-current .img-wrap {
    /* background-image: url(../images/current-border.svg); */
    border-color: #5EB5B8;
    border-style: dashed;
    background: transparent;
}

.partner-slider .img-wrap img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

.partner-outer {
    padding: 20px;
}

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

.partner-slider {
    margin: 20px -18px 0;
}

.partner-slider h6 {
    font-size: 12px;
    font-weight: var(--font-regular);
    margin: 10px 0 0;
    text-align: center;
}

/* partner slider ends */
/* product slider start */
.product-outer .head-wrap {
    padding: 10px 20px 0;
}

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

.home-slider .slick-slide,
.product-slider-sale .slick-slide {
    padding: 20px 7px;
    height: auto;
}

.home-slider .slick-list,
.product-slider-sale .slick-list {
    padding-right: 2%;
    padding-left: 2%;
}
.slider-common .slick-slide {
    height: auto;
}

/* 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: 0;
    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: 15px 20px 10px;
}

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

.video-wrap {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.video-wrap > img {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.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;
    padding-bottom: 1px;
}

.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: #C2D7E4;
}

.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 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 .text-bottom p {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    font-family: 'Inria Serif';
    margin: 15px 0 0;
}
.blog-card img {
    height: 180px !important;
    object-fit: cover;
}
.blog-card .text-bottom span {color: rgb(0 0 0 / 60%);font-size: 14px;}

.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: #C2D7E4;
}

.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 */
.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%, #015790 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;
}

/* old section style start */
/* simmer effect style start */
.shimmer-placeholder {
    background: #f6f7f8 linear-gradient(to right, #f6f7f8 0, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%) no-repeat;
    background-size: 800px 100%;
    display: inline-block;
    position: relative;
    width: 100%;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeholderShimmer;
    animation-name: placeholderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes placeholderShimmer {
    0% {
        background-position-x: -468px;
    }

    100% {
        background-position-x: 468px;
    }
}

@keyframes placeholderShimmer {
    0% {
        background-position-x: -468px;
    }

    100% {
        background-position-x: 468px;
    }
}

.cat_circle_shimmer {
    height: 72px;
}

.shimmer-effect-wrapper {
    height: 100vh;
}

.top-owl-placeholder {
    width: 100%;
    display: flex;
    padding: 0 0;
    flex-wrap: nowrap;
    align-content: center;
}

.top-owl-placeholder>.item {
    width: 100%;
    padding: 12px 12px 8px;
}

.banner-shimmer {
    width: 100%;
    height: 300px;
    padding: 0;
    padding: 0 12px;
}

/* simmer effect ends */
.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;
}
            
.common-dialog .modal-body   .popup-header .logo {
  margin-bottom: 10px;
  width: 125px;
}

.common-dialog .modal-body .popup-header h2 {
font-size: 18px;
margin: 10px 0;
color: #333333;
}

.common-dialog .modal-body .popup-header p {
font-size: 14px;
color: #666666;
}

.common-dialog .modal-body .popup-options {
display: flex;
justify-content: space-around;
margin-top: 20px;
}

.common-dialog .modal-body .option {
text-align: center;
cursor: pointer;
}

.common-dialog .modal-body .option .flag {
width: 50px;
height: 50px;
border-radius: 50%;
margin-bottom: 10px;
object-fit: cover;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.common-dialog .modal-body .option p {
font-size: 16px;
color: #000000;
font-weight: bold;
}
.common-dialog .popup-header {
clear: both;
}

.popup-container .close-btn {
outline: none;
border: none;
background: none;
float: right;
font-size: 21px;
}

/* 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: #015790;
    border: 1px solid #015790;
    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,
.recent-order-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 */
.home-footer-content {
    font-size: 12px;
    color: #727272;
    clear: both;
    width: 100%;
}

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

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

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

.home-footer-content h1.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 h1,
.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 h1,
.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: #015790;
}

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

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

.ftr_wrap {
    background: #1B437E;
    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 ul li:first-child {
    float: left;
}

.ftr_tp_wrap ul li:last-child {
    float: right;
}

.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;
    min-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);
    }
    p.para-graph {
        color: #fff;
        font-size: 12px;
    }
    p.para-graph a {
        font-size: 13px;
        font-weight: 600;
    }
    .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;
}
#mobileMosoonSaleDialog .modal-title {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* new ui cass */
.search-wrap {
    border: 1px solid #00000040;
    margin: 20px 18px 0;
    border-radius: 8px;
    padding: 6px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.search-wrap input#searchbox,.search-wrap input#searchbox:focus {
    background: transparent;
    border: 0;
    font-size: 14px;
    color: #8E8E8E;
    outline: 0;
    width: 100%;
}
.search-wrap input#searchbox::placeholder {
    color: #8E8E8E;
}
ul.offered-services li {
    border: 1px solid #00000066;
    display: flex;
    align-items: center;
    border-radius: 5px;
    gap: 6px;
    padding: 6px;
    font-size: 12px;
    color: #1B437E;
    font-weight: 500;
    text-align: center;
    width: 50%;
    min-height: 44px;
    cursor: pointer;
    line-height: 1.2;
}
ul.offered-services {
    display: flex;
    align-items: center;
    margin: 20px 18px 0;
    gap: 10px;
    justify-content: center;
}
.trending-outer {
    padding-left: 20px;
}
.trending-slider .items img {
    width: 100%;
    height: 165px;
    border-radius: 18px;
    overflow: hidden;
}
.trending-slider {
    margin-top: 15px;
}
.trending-slider .items {
    margin-right: 10px;
    height: auto;
}
.trending-slider .slick-list {padding-right: 6rem;}
.near-by-store h1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.slider-common  .slick-dots li button:before {
    display: none;
}
.slider-common  .slick-dots li button {
    width: 10px;
    height: 5px;
    border: 0.5px solid #5F95B9;
    border-radius: 3px;
    padding: 0;
}
.slider-common  .slick-dots li {
    width: auto;
    height: auto;
}
.slider-common .slick-dots li.slick-active button {
    width: 26px;
    background: #2F75A4;
}
.near-by-store h1 a {
    font-size: 13px;
    color: rgb(0 0 0 / 80%);
    text-decoration: underline;
    display: flex;
    align-items: center;
}
.near-by-store {
    padding: 20px 20px;
}
.near-by-store ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #00000059;
    border-radius: 4px;
    padding: 10px;
}
.near-by-store ul li img {
    width: 73px;
    border-radius: 3px;
}
.near-by-store ul li p {
    margin: 0;
    font-size: 14px;
    color: #000000;
}
.near-by-store ul li span {
    font-size: 12px;
    color: rgb(0 0 0 / 50%);
    display: block;
    padding: 2px 0;
}
.near-by-store ul li h6 {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
}
.store-benefits ul {
    display: flex;
    gap: 10px;
}
.store-benefits ul li span {
    background: #7292CB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 24px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}
.store-benefits ul li p {border: 1px solid #00000040;\: 67;border-width: 1px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;font-size: 12px;font-weight: 500;color: #000000;padding: 5px;min-height: 42px;}
.store-benefits ul li {
    background: #F2F2F2;
    width: 25%;
}
.store-benefits {
    padding: 0 20px;
}
.test-recomendation {
    padding: 20px;
}
.test-recomendation ul {
    display: flex;
    gap: 10px;
    margin-top: -40px;
    align-items: flex-end;
}
.test-recomendation ul li img {
    display: inline-block;
    position: relative;
    z-index: 44;
}
.test-recomendation ul li span.icon-span {
    position: relative;
    display: block;
}
.test-recomendation ul li span.icon-span::before {
    content: '';
    position: absolute;
    background: #D9D9D9;
    border-radius: 10px;
    width: 100%;
    height: 80px;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.test-recomendation ul li:last-child .icon-span svg {
    margin-top: -50px;
}
.test-recomendation ul li .text-arrow {
    background: #1F1F1F;
    height: 30px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 55;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.test-recomendation ul li {
    position: relative;
    width: 50%;
}
.brands-offer {
    padding: 20px 20px;
}
.brands-offer .brands-offer-slider {
    margin-top: 15px;
}
.brands-offer .brands-offer-slider .items svg {
    width: 100%;
    height: auto;
}
.brands-offer .brands-offer-slider .items {margin: 0 6px; height: auto;}
.new-at-aljaber h1 span {
    display: block;
    color: rgb(0 0 0 / 65%);
    font-size: 16px;
}
.new-at-aljaber {
    padding: 20px;
}
.new-at-aljaber-slider .items > svg, .new-at-aljaber-slider .items > img {
    border: 1px solid #00000066;
    border-radius: 32px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.new-at-aljaber-slider {
    text-align: center;
    margin-top: 15px;
    position: relative;
}
.new-at-aljaber-slider .shop-content {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}
.new-at-aljaber-slider .shop-content h2 {
    font-size: 27px;
    color: #fff;
    font-weight: 700;
}
.new-at-aljaber-slider .shop-content a {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    background: #fff;
    display: inline-block;
    border-radius: 15px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    margin: 0 auto;
    gap: 5px;
    transition: .2s ease all;
}
.new-at-aljaber-slider .items {
    position: relative;
    height: auto;
}
ul.brand-slider .slick-list {
    padding-right: 2rem;
}
a.bogo-banner {
    display: block;
    padding: 0 20px;
}
a.bogo-banner img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 1px solid rgb(0 0 0 / 50%);
}
.see-world {
    padding: 3rem 20px;
    display: flex;
    align-items: center;
}
.see-world h2 {
    font-size: 24px;
    color: #1B437E;
    font-weight: 800;
    width: 50%;
}
.see-world .img-wrap {
    width: 50%;
}
.see-world .img-wrap svg, .see-world .img-wrap img {
    width: 100%;
    height: 100%;
}
.testimonial-outer {
    padding: 0 20px;
    text-align: center;
    padding-bottom: 2rem;
}
.slider-common.testimonial-slider {
    margin: 0;
}
.testimonial-outer p {
    color: #1B437E;
    font-size: 21px;
    font-weight: 600;
}
.testimonial-slider .items p {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    margin: 10px 0 20px;
}
.testimonial-slider .items {
    border: 1px solid #00000026;
    border-radius: 4px;
    background: #fff;
    padding: 20px;
    height: auto;
}
.testimonial-slider .items .testi-name {
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1B437E;
    font-size: 12px;
    font-weight: 700;
}
.testimonial-slider .items .testi-name span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.testimonial-slider .items .testi-name span svg, .testimonial-slider .items .testi-name span img {
    width: 100%;
    height: 100%;
}
.brands-offer-slider .slick-slide img {
    object-fit: cover;
    height: 175px;
    width: 100%;
}
@media screen and (max-width: 400px) {
    .trending-slider .items img {
        height: auto;
    }
}

/*  */

.btn-bus-test > ul {
    display: flex;
    align-items: center;
    margin: 12px 18px 0;
    gap: 6px;
}

.btn-bus-test > ul li {
    width: 50%;
    max-width: 100%;
}

.btn-bus-test  ul li a svg {
    fill: #0F3C80;
    margin-right: 6px;
}

.btn-bus-test ul li a {
    border: 1px solid #00000040;
    border-radius: 8px;
    padding: 6px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}
.btn-bus-test ul li a span {
    display: flex;
}