.hide-block{
    display: none!important;
}
.discount {
    font-family: var(--font-family-sanserif)
}
.inside h1,
.inside h3 {
    padding-top: 0
}
.filtermain {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 100%;
    padding: 15px;
    position: fixed;
    overflow-x: scroll;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999999
}
.ins-filter {
    display: grid;
    grid-template-columns: 10% 90%;
}

.mobile-tb {
    float: left;
    height: inherit;
    padding-bottom: 50px;
    position: relative;
    width: 45%
}

.loader {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999999;
    line-height: 100%;
    text-align: center
}

.table_loader {
    display: table;
    height: 100%;
    min-height: 100%;
    table-layout: fixed;
    width: 100%
}

.table_loader_row {
    display: table-row
}

.table_loader_cell {
    display: table-cell;
    min-height: 100%;
    vertical-align: middle
}

.listing-product_wrap > ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: flex-start;
    padding-bottom: 10px;
}

.listing-product_wrap a {
    width: 100%;
}

.listing-product_wrap ul li .placeholder {
    min-height: 100px;
    margin-top: 10px;
    float: none;
}

.filter-frontend .table {
    position: relative
}

.left-pannel ul li {
    color: #343434;
}

.filters,.sort-by {
    display: inline-block;
    vertical-align: middle
}

.filter-tabs .apply-filer,.filter-tabs .cancel-filer {
    width: 49%;
    color: #fff;
    margin-bottom: .8%;
    font-size: var(--font-size-14);
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

.filter-tabs .cancel-filer {
    float: left;
    background: #525252;
    margin-left: .8%;
}

.filter-tabs .apply-filer {
    float: right;
    background: #E94D37;
    margin-right: .8%
}

#sortby {
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    border: none;
    background: 0 0;
    width: auto;
    max-width: 65px;
    z-index: 9999;
    text-transform: uppercase;
}

.sort-by {
    float: left;
    margin-right: 5px;
    margin-top: 0
}

.mobile-tb {
    width: 100%!important
}

.ins-filter input {
    margin-right: 5px
}

.filters {
    float: left;
    margin-top: 0
}

.ins-filter {
    border-bottom: 1px solid #efefef;
    font-size: var(--font-size-13);
    padding: 10px 0
}

.filter-tabs {
    margin-bottom: 0 !important
}

.table-row {
    position: relative
}

.filter_back {
    display: inline-block;
    margin-right: 5px;
    transition: all ease .3s
}

.inside h1,
.inside h3 {
    margin-bottom: 0;
    line-height: 1;
}

.inside h1 span,
.inside h3 span {
    font-size: var(--font-size-15);
    border-bottom: 2px solid #2e2e2e;
    font-family: var(--font-family-sanserif);
    line-height: 1.2;
    margin-bottom: 6px;
}

.slider {
    margin-bottom: 0px !important;
}

.filt li .ins-filter [type=checkbox]:checked+label:after,
.filt li .ins-filter [type=checkbox]:not(:checked)+label:after {
    background: #E94D37;
}

.filt[class*=Color] li .ins-filter [type=checkbox]:checked, .filt[class*=Color] li .ins-filter [type=checkbox]:not(:checked){
    opacity: 0;
    cursor: pointer;
}
.filt[class*=Color] li .ins-filter [type=checkbox]:checked+label, .filt[class*=Color] li .ins-filter [type=checkbox]:not(:checked)+label{
    position: relative;
    padding-left: 25px;
    left: 0;
    cursor: pointer;
    line-height: 20px;
    width: 100%;
}

.filt[class*=Color] li .ins-filter [type=checkbox]:checked+label:before, .filt[class*=Color] li .ins-filter [type=checkbox]:not(:checked)+label:before, .filt[class*=Color] li .ins-filter [type=checkbox]:checked+label:after, .filt[class*=Color] li .ins-filter [type=checkbox]:not(:checked)+label:after{
    content: '';
    position: absolute;
    left: -10px;
    top: -3px;
    width: 20px;
    height: 20px;
    background: #efefef;
    transition: all .2s;
    border-radius: 50%;
    border: 2px solid #fff;
}
.filt[class*=Color] li .ins-filter [type=checkbox]:not(:checked)+label:after {
    opacity: 0;
}
.filt[class*=Color] li .ins-filter [type=checkbox]:checked+label:after {
opacity: 1;
outline: 1.5px solid #174A76;
}
.filt[class*=Color] li .ins-filter [type=checkbox]:checked+label {
    color: #174A76;
}
.filt li .ins-filter input+label {
    font-family: var(--font-family-sanserif);
    color: #5B5B5B;
}
.filt li .ins-filter input:checked+label {
    font-family: var(--font-family-sanserif);
    font-weight: var(--font-bold);
}
.listing-product_wrap li:nth-child(1),
.listing-product_wrap li:nth-child(2) {
    border-top: 1px solid #eee
}

.activeBrand {
    display: block !important
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0
}

.listing-block>ul>li {
    padding-left: 4%;
    width: 49.8%;
    position: relative;
    padding-top: 20px;
    padding-right: 4%;
    float: left;
    list-style: none;
}

.listing-block ul li:nth-child(1),
.listing-block ul li:nth-child(2) {
    border-top: 1px solid #eee;
}

.listing-block>ul>li {
    border-bottom: 1px solid #ededec;
}

.listing-block>ul>li:nth-child(2n) {
    border-left: 1px solid #eee;
}

.listing-block ul li .product-container {
    min-height: 120px;
}

.listing-product_wrap .productname>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #262626;
    color: #262626;
    font-weight: var(--font-bold);
}

.pricelisting{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pricelisting,
.productname {
    text-align: left;
    width: auto;
    float: none;
}

.listing-product_wrap>ul>li {
    padding-left: 4%;
    position: relative;
    width: 46% !important;
    padding-bottom: 0;
    padding-right: 4%;
    margin: 0;
    background: #fff;
}

.listing-product_wrap .wishlist {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1
}

.filter-tabs i {
    margin-right: 5px
}

.left-pannel ul li {
    padding: 10px 6px 10px 8px;
    font-size: var(--font-size-11);
}

.left-pannel ul li.activeLi {
    background: #d5e7fb;
    color: #000;
    border-left: none;
    border-bottom: none;
    font-weight: var(--font-semibold);
}

.pricelisting .discountedprice {
    display: inline-block;
    padding-right: 2px;
    position: relative;
}

.pricelisting .marketprice {
    font-weight: var(--font-regular);
    opacity: .6;
    font-size: var(--font-size-13);
    color: #343434;
    display: inline-block;
    vertical-align: middle;
    text-decoration: line-through;
    padding-left: 10px;
}

.rating-block{
    font-size: var(--font-size-11);
    color: #5B5B5B;
    font-weight: var(--font-bold);
}
.rating-block i{
    color: #FF900E;
}

.filters,
.sort-by {
    opacity: 1
}

.user_img_rght>ul>li>a {
    padding: 5px 0px;
}

.filter-tabs {
    width: 100%;
    float: left;
    position: fixed;
    margin-bottom: 0;
    z-index: 999;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 4px;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 1)
}

.right-pannel ul li {
    text-transform: capitalize;
}

.right-pannel {
    background: #fff;
    width: 60% !important;
    position: initial;
    top: 0;
    left: 0;
    overflow: hidden;
    min-height: 100%;
    padding-bottom: 100px;
    overflow-y: scroll;
    transition: all ease-in-out .3s;
    transform: initial;
    float: right;
    padding-left: 2%
}

.left-pannel {
    width: 40%;
    margin-right: 0
}

span.dots.active {
    position: relative
}

.activeBrand {
    display: block !important
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0
}

.productname {
    width: 100%;
    font-size: var(--font-size-14);
    position: initial;
    padding-top: 0;
    padding-bottom: 5px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-decoration: none;
}

.sec_wrap .slider {
    padding-bottom: 5px !important;
}

.slider .owl-dots {
    position: absolute;
    bottom: 1em;
    top: unset;
    width: 100%;
}

span.dots.active {
    display: block;
}

.dots.active::after {
    content: "";
    position: absolute;
    background: transparent;
    border-radius: 0;
    top: -1px;
    right: 0;
    display: block;
    width: 5px;
    height: 10px;
    border: solid #2CA01C;
    border-width: 0 2.2px 2.4px 0;
    transform: rotate(45deg);
}
.options li.active:after { top: 34%; left: 4px !important; }

.noproductsFound {
    width: 80%;
    border: 1px dashed #aaa;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    border-radius: 0px;
    color: #aaa;
    font-size: var(--font-size-13);
    font-weight: normal;
    font-style: italic;
    margin-bottom: 80px;
    margin-top: 30px;
}

.endresults {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    border-radius: 0px;
    color: #aaa;
    font-size: var(--font-size-13);
    font-weight: normal;
    font-style: italic;
    margin-bottom: 80px;
}

@media screen and (max-width: 479px) {
    .listing-block ul li .product-container {
        min-height: 127px;
    }

    .listing-block>ul>li {
        width: 49.8% !important;
        padding-bottom: 10px !important
    }

    .listing-block>ul>li {
        padding-right: 0 !important;
        margin-right: 0;
    }

    .pricelisting .discountedprice {
        font-size: var(--font-size-13)
    }

    .productname {
        font-size: var(--font-size-13)
    }

    .listing-product_wrap {
        padding-left: 0px !important;
        padding-right: 0px !important
    }

}

@media screen and (min-width: 416px) {
    .listing-block ul li .product-container {
        min-height: 200px;
    }
}

#banner-placeholder {
    width: 100%;
}

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

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

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

.image-placeholder {
    height: 20vw;
    width: 100%;
}

.name-placeholder {
    height: 10vw;
    width: 100%;
}


.fa-usd {
    position: relative;
    top: 1px;
}

.filter_wrap_inside ul.grid-col>li.shimmer-placeholder{
   max-height: 32px;
   width: auto;
   pointer-events: none;
   background: #f6f7f8 linear-gradient(to right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%) no-repeat;
}

.listing-block.forsun .pricelisting .discountedprice {
    padding-right: 3px;
    color: #E94D37 !important;
    font-size: var(--font-size-14);
    font-weight: var(--font-bold);
    position: initial;
    top: 0;
    width: 100% !important;
    z-index: 99;
    float: left;
    height: initial;
    padding: 0;
    margin-left: 0 !important;
    line-height: 15px;
}
.short-description-listing {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: var(--font-size-12);
    line-height: 13px;
    color: #5B5B5B;
    padding: 0!important;
    max-height: 2.5em;
    margin: 2px 0;
    text-transform: capitalize;
}
.productname .price-note,.pricelisting .withpower {
    font-size: var(--font-size-11);
    color: #E5703C !important;
    font-weight: var(--font-regular);
    display: block;
    text-transform: capitalize;
    margin: 5px 0;
}

.price_current {
    font-size: var(--font-size-13);
    color: #000000;
    font-weight: var(--font-bold);
}

.listing-block>ul {
    flex-wrap: wrap;
    display: flex;
}

.product-container>.pro-slider-listing>.owl-stage-outer>.owl-stage>.owl-item,
.prod-owl>.owl-stage-outer>.owl-stage>.owl-item {
    height: 90px !important;
}

.product-container>.pro-slider-listing.owl-drag .owl-item,
.prod-owl.owl-drag .owl-item {
    display: flex;
    align-items: center;
}

.owl-theme .owl-dots{
    position: absolute;
    bottom: -12px;
    left: 42%;
}

.owl-theme .owl-dots .owl-dot {
    border: none;
    background-color: transparent;
}
.listing-block>ul>li,
.listing-product_wrap>ul>li {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    border: 1.1px solid #E8E8E8 !important;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

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

.s-hidden {
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: black;
}

.filter_wrap{
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    transition: all .2s ease-in-out;
}

.filter_wrap.pos-static{
    position: static;
}

.filter_wrap_inside{
    background: #efefef;
}

.filter_wrap_inside ul.grid-col>li {
    min-height: 34px;
    margin: 4% 3%;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 0;
}

.options {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
    margin: 0 0;
    padding: 55px 6px 20px;
    list-style: none;
    border: none;
    background-color: white;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    width: 100%;
    /* min-width: 32em; */
    border-radius: 2px;
}

.options li {
    margin: 0 0;
    padding: 8px 10px;
    padding-left: 49px;
    line-height: 23px;
    text-align: left;
    color: #4D4C4C;
    font-size: var(--font-size-14);
    text-transform: capitalize;
    position: relative;
}

.options::after{
    display: block;
    content: 'Sort By';
    background-size: 28px 28px;
    height: 32px;
    width: 96%;
    position: absolute;
    font-weight: var(--font-semibold);
    font-size: var(--font-size-base);
    border-bottom: 1px solid #AEAEAE;
    text-align: left;
    text-indent: 10px;
    color: #000;
    top: 15px;
    right: 2%;
}
.options li:before {
    display: block;
    content: ' ';
    background-size: 28px 28px;
    height: 28px;
    width: 28px;
    position: absolute;
    left: 20px;
  }

  .options li:nth-child(1):before {
    background: url('../mobile-site-content/icons/sortby.svg') no-repeat;   
  }

  .options li:nth-child(2):before {
    background: url('../mobile-site-content/icons/popularity.svg') no-repeat;   
  }
  .options li:nth-child(3):before {
    background: url('../mobile-site-content/icons/lowtohigh.svg') no-repeat;   
  }

  .options li:nth-child(4):before {
    background: url('../mobile-site-content/icons/hightolow.svg') no-repeat;   
  }

  .options li:nth-child(5):before{
      background: url("../mobile-site-content/icons/customer-review-icon.jpg") no-repeat;
  }

  .options li:nth-child(6):before{
      background: url("../mobile-site-content/icons/new-product-icon.jpg") no-repeat;
  }
  .options li:nth-child(7):before {
    background: url('../mobile-site-content/icons/distance.svg') no-repeat;   
  }
.options li:hover {
    background-color: #39f;
    color: white;
}

.discount,
div.discount {
    visibility: hidden;
    background-size: 100% auto;
    padding: 5px 3px;
    font-size: var(--font-size-10);
    font-weight: var(--font-bold);
    background: #E5703C;
    color: #ffff;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}
div.discount.bogo{
    background: #E94D37;
}

.discount.show{
    visibility: visible;
}

span.icon-sprite.sort-by {
    background-image: none;
}

span.icon-sprite {
    width: 18px;
    height: 18px;
    padding-right: 5px;
}

span.icon-sprite.filters {
    background: none;
    width: 22px;
}

.listing-product_wrap .productname a::after,
.productname a::after {
    content: unset;
}
#loader, .lens_loader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    display: none;
}
span.loader_wrap {
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    width: 80px;
    height: 80px;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
 #load {
    display: none;
}
.slider { position: relative;}
a.color-blind-link {
    position: absolute;
    z-index: 10;
    bottom: 2%;
    right: 1%;
    font-size: var(--font-size-13);
    color: #000;
    text-decoration: none;
    background: rgba(255,255,255, 0.8);
    border-radius: 6px;
    padding: 4px;
    display: inline-block;
}

.scrolltop-wrap{
    position: fixed;
    bottom: 45px;
    right: 42%;
    width: 35px;
    height: 35px;
    z-index: 999;
    display: block;
    transform: translateX(-43%);
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

#return-to-top {
    margin: 0 auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    z-index: 999;
    text-align: center;
    display: block;
    text-decoration: none;
}
  .scrolltop-wrap #scrolltop-bg {
    fill: #fff;
  }
  .scrolltop-wrap #scrolltop-arrow {
    fill: #333;
  }

  @supports (-moz-appearance: meterbar) {
    .scrolltop-wrap {
      clip: rect(0, 3rem, auto, 0);
    }
  }

  .scrolltop-wrap a svg {
    display: block;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 35px;
    width: 35px;
  }
  .scrolltop-wrap a svg path {
    transition: all 0.1s;
  }
  .scrolltop-wrap a #scrolltop-arrow {
    transform: scale(0.66);
    transform-origin: center;
  }

  body{ background: #efefef;}
    .lenses_preference_wrap, .inline-filter-wrap{ border-radius: 0;
        background: #C8DFEF;
        width: 100%;
        background: #fff8f8;
        border-radius: 3px;
        margin: 4px auto;
        padding: 10px;
        transition: all ease 0.2s;}

.lenses_preference_wrap.hide-lense-preference {
    opacity: 0;
    max-height: 0;
    padding: 0;
    margin: 0;
    width: 0;
    transform: translateX(-110%);
}
.lenses_preference_wrap h3, .inline-filter-wrap h3 { color: #434343; font-size: var(--font-size-14); font-weight: var(--font-bold); text-transform: capitalize; margin-bottom: 9px;}
.lenses_preference_wrap ul, .inline-filter-wrap ul {
    display: flex;
justify-content: flex-start;
align-items: center;
list-style: none;
width: auto;
flex-direction: row;
overflow-y: auto;
-webkit-flex-flow: column wrap;
flex-flow: column wrap;
  align-content: flex-start;
  max-height: 95px;
}

.lenses_preference_wrap ul::-webkit-scrollbar ,.inline-filter-wrap ul::-webkit-scrollbar{
    height: 1px;
}

.inline-filter-wrap.gender ul {
    -webkit-flex-flow: row;
    flex-flow: row;
    height: auto; 
}
.lenses_preference_wrap ul::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0 !important 
}
.lenses_preference_wrap > ul > li,  .inline-filter-wrap > ul > li { border: 0 !important; margin: 0 11px 8px 0; white-space: nowrap;list-style: none;}
.lenses_preference_wrap button,  .inline-filter-wrap button {
    color: #5B5B5B;
    background: #fff;
    border: none;
    border-radius: 29px;
    font-size: var(--font-size-14);
    margin: 0;
    padding: 6px 15px;
    min-width: 122px;
}
.inline-filter-wrap.shape > ul > li{
    margin: 0 0px 8px 0;
}
.inline-filter-wrap.shape .img-wrap {
    border: 1px solid #5b5b5b;
    box-sizing: border-box;
    border-radius: 3px;
    height: 54px;
    padding: 10px;
    width: 99%;
    line-height: 28px;
    margin-bottom: 5px;
}
.inline-filter-wrap.shape img {
    height: 20px;
    max-height: 20px;
}
.inline-filter-wrap.shape {
    background: #F9FFFF;
    border: 1px solid #E8E8E8;
}
.inline-filter-wrap button{
    font-family: var(--font-family-sanserif);
    border: 1px solid #f4f4f4;
    box-shadow: 2px 2px 6px rgb(231 226 226 / 25%);
}
.inline-filter-wrap button.selected{
    background: #E94D37;
    color: #fff;
}
.inline-filter-wrap.gender {
    padding-bottom: 3px;
    background: #F1FAFF;
    display: flex;
    align-items: center;
}
.inline-filter-wrap.gender li {
    margin: 0 5px 8px 5px;
}
.inline-filter-wrap.price {
background: #f6f3fe;
padding: 8px 10px 0;
display: flex;
align-items: center;
}
.inline-filter-wrap.price ul {
    flex-flow: row;
    margin-left: 10px;
}

.inline-filter-wrap.gender h3 {
    position: relative;
    min-width: 57px;
    visibility: hidden;
}
.inline-filter-wrap.gender h3::after {
    content: "Shop for";
    visibility: visible;
    text-transform: none;
    position: absolute;
    left: 10px;
    top: -8px;
}

.inline-filter-wrap.gender button {
    border: 1px solid #D6D6D6;
    box-shadow: 2px 2px 6px rgb(231 226 226 / 25%);
    border-radius: 3px;
    padding-left: 12px;
    min-width: 105px;
    height: 54px;
    color: #2C306B;
}
.inline-filter-wrap.shape button{
    border-radius: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #5b5b5b;
    text-transform: uppercase;
    padding: 5px 10px;
    box-shadow: none;
    border: 0;
    padding-left: 0;
    min-width: 100px;
    font-size: var(--font-size-12);
}
.inline-filter-wrap.gender button.selected, .inline-filter-wrap.shape button.selected, .inline-filter-wrap.shape button.selected .img-wrap{
    background-color: transparent;
    border-color: #E94D37;
    color: #E94D37;
}

.sliding-modal{
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .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: 99999;
    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;
}
.filter_ul [type="radio"]:checked,
.filter_ul [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.filter_ul [type="radio"]:checked + label,
.filter_ul [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 26px;
    display: inline-block;
    color: #5B5B5B;
    font-size: var(--font-size-14);
    font-weight: var(--font-semibold);
}
.filter_ul [type="radio"]:checked + label:before,
.filter_ul [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 19px;
    height: 19px;
    border: 1px solid #D7D6D6;
    border-radius: 100%;
    background: #fff;
}
.filter_ul [type="radio"]:checked + label:after,
.filter_ul [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #E94D37;
    position: absolute;
    top: 6px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.filter_ul [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.filter_ul [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-check{
    padding-left: 12px;
}
.filter_ul { margin-bottom: 10px;}
.filter_ul > li { padding-bottom: 6px; border-bottom: 1px solid #cacaca; margin-bottom: 6px; list-style: none; }
.filter_ul > li:last-child { border-bottom: 0; margin-bottom: 0;}
.quiz_wrap > ul {
    margin: 0 auto;
}
.btn {
    color: #fff;
    font-size: var(--font-size-13);
    text-transform: uppercase;
    border-radius: 2px;
    border: 0;
    padding: 10px 25px;
    width: 48%;
 }
.btn-secondary{
 background: #E94D37;
}
.btn-primary{
    background: #525252;
    margin-right: 2%;
}
.btn_wrap { display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; padding: 10px 0 0;}
.sliding-modal-title {
    font-size: var(--font-size-base);
    font-weight: var(--font-semibold);
    color: #E94D37;
    margin: 0 0 15px;
    display: block;
}
.product-list-wrapper { padding: 10px;}
.selected_lense_preference {
    position: fixed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #3699da;
    bottom: 55px;
    right: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-size-11);
    text-align: center;
    overflow: hidden;
    z-index: 9;
    box-shadow: 2px 3px 2px 2px rgb(69 69 69 / 20%);
    word-break: break-word;
    line-height: 1.1;
    padding: 4px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
span.starts-text {
    display: none;
    padding-left: 2%;
    font-size: var(--font-size-10);
    color: #8a8888;
    float: right;
}
.reponsive-filters .left, .sortcount { position: relative;}
.reponsive-filters .left.active:after, .sortcount[data-sortcount]:after {
    content: attr(data-filtercount);
    background: #2CA01C;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -13px;
    color: #fff;
    width: 10px;
    height: 10px;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
.sortcount[data-sortcount]:after {
    content: attr(data-sortcount);
}
.options li.active {
    color: #2CA01C;
}
.yellow-strip {
    background: #FFEBCD;
    padding: 2px 0;
    line-height: 16px;
}
.yellow-strip ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: disc;
    width: 100%;
    color: #5b5b5b;
    font-size: var(--font-size-12);
}
@media only screen and (max-width: 359px) {
    .productname,
    .ins-filter{
        font-size: var(--font-size-12);
    }
    .productname .price-note, .pricelisting .withpower,
    .left-pannel ul li {
        font-size: var(--font-size-10);
    }
    .lenses_preference_wrap h3, .inline-filter-wrap h3,
    .lenses_preference_wrap button, .inline-filter-wrap button,
    .options li{
        font-size: var(--font-size-12);
    }
}

.discount-header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.prod-list-item .mark-favourite {
    background-image: url(../../desktop/images/icon/shared/icon-whishlist.svg);
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin: 6px 6px 0 0;
}
.prod-list-item .mark-favourite.active {
    background-image: url(../../desktop/images/icon/shared/icon-whishlist-active.svg);
}
.selling_price{
    color: #1C5350;
    font-size: var(--font-size-14);
}
.store_block {
    background: linear-gradient(90deg, rgba(196, 222, 253, 0.5) 0%, rgba(191, 239, 250, 0.5) 99.1%);
    padding: 3px 5px;
}
.pickup-only{
    font-size: var(--font-size-10);
    color: #FD5959;
    /* border-radius: 5px; */
    font-weight: var(--font-bold);
    /* border: 1px solid #FD5959; */
}
.store-block-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1px 0;
}

.listing-product_wrap > ul > li {
    margin: 0px 6px;
}
/* .listing-product_wrap>ul>li.w-100{
    width: 100% !important;
    height: auto;
    border: none !important;
    border-radius: 0;
    display: block;
    background: none;
} */

.listing-product_wrap > a img{
    margin: 10px 0;
}

.listing-product_wrap>ul img.auto-height{
    height: auto;
}
.fixed-margin{
    padding: 10px;
}

.location_filters{
    background: #F9FCFF;
    padding: 5px 10px;
}
.curr_location{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.get_curr_location{
    padding: 8px 6px 8px 15px;
    border-left: 1px solid #E0E0E0;
}

.result_city{
    font-weight: bold;
}

.pills-container{
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.distance-range-container{
    display: flex; 
    align-items: flex-end; 
    justify-content: space-between;
}

.pills-container .pill{
    border: 1px solid #888888;
    padding: 5px;
    border-radius: 10px;
    font-size: var(--font-size-11);
}
.pills-container .pill.rounded{
    border-radius: 15px;
    padding: 5px 6px !important;
}

.pills-container input:checked + .pill{
    background: #5B5B5B;
    color: #ffffff;
}

.heading-view-mode{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixed-margin.heading-view-mode {
    display: grid;
    grid-template-columns: 55% 45%;
}
.fixed-margin.heading-view-mode .title {
    font-size: 1.2em;
    margin: 0 0 15px;
}

.location_filters .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.location_filters .form-control:focus {
    outline: none;
}

.location_filters .margin-top{
    margin-top: 5px;
}

.ui-menu{
    display: none !important;
}

.sticky-heading{
    position: sticky;
    top: 63px;
    z-index: 3;
    background: #fff;
}

.display-location{
    display: flex;
    align-items: center;
    gap: 8px;
}

.location-msg{
    background: #e5eef7;
    text-align: center;
    padding: 5px;
}

.single-suggestion {
    padding: 5px 0;
    border-bottom: 1px solid #ced4da;
}

.booking-price {
    color: #E5703C;
    font-weight: var(--font-bold);
    font-size: var(--font-size-12);
}

.store-address-block {
    font-size: var(--font-size-11);
    padding-top: 3px;
}

.mmi_search_dv {
    width: 95% !important;
}
.cancelpop{
    top: 10px;
}
.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";
    }
}
.panel-footer-content{
    font-size: 12px;
    color: #727272;
    clear: both;
    padding: 0 3.2%;
    }
    .panel-footer-content ul {
    margin: 15px;
    }
    .panel-footer-content .content-heading {
    margin: 5px 0;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: #727272;
    font-weight: 700;
    padding: 5px 0;
    border-top: 1px solid #eaeff3;
    border-bottom: 1px solid #eaeff3;
    }
    .panel-footer-content .content-heading p {
      margin-bottom: 6px;
    }
    .panel-footer-content .hm_ftr h2{
        font-size: 13.5px;
    font-weight: 700;
    }
    .panel-footer-content .hm_ftr h3 {
        font-size: 13px;
    }
    .panel-footer-content .hm_ftr p {
        margin: 2px 0 8px;
    }
    .panel-footer-content .hm_ftr h2, .panel-footer-content .hm_ftr h3{
        margin-top: 11px;
        margin-bottom: 4px;
    }
    .hm_ftr .content-heading.active:after {
transform: rotate(180deg);
}
.panel-footer-content .hm_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;
padding: 1px 10px;
background-color: #fff;
}
    .hm_ftr ol{
        position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 0;
    margin: 0;
    list-style: none;
    background-color: #f5f5f5;
    }
    .hm_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;
    }
    .hm_ftr a{
      color: #E94D37;
    }
    .hm_ftr .togglefooter{
      display: none;
    }
    .hm_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;
    }
    .hm_ftr .content-heading {
      position: relative;
      cursor: pointer;
    }
    .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon, 
    .ui-button .ui-icon::after{
        background-image: none !important;
        content: '\f105';
        position: absolute;
        top: 13%;
        right: 8%;
        font-family: FontAwesome;
        font-size: 21px;
        transition: all .5s ease 0s;
        line-height: 39px;
        transform: rotate(90deg);
        color: #545454;
    }
    .ui-selectmenu-button.ui-button {
        width: 7em;
    }
    .ui-widget.ui-widget-content{
        font-size: var(--font-size-14);
        border: 1px solid #c5c5c5;
        max-width: 98px;
    }
    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2.5em;
    }
    .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
      height: 22px;
      width: 22px;
      top: 0.1em;
    }
    .ui-icon.both_listing_view {
      background: url("{{MOBILE_CDN}}shared/icons/both_listing_view.svg") 0 0 no-repeat;
      background-size: 20px 20px;
    }
    .ui-icon.online_listing_view {
      background: url("{{MOBILE_CDN}}shared/icons/online_listing_view.svg") 0 0 no-repeat;
      background-size: 20px 20px;
    }
    .ui-icon.store_listing_view {
      background: url("{{MOBILE_CDN}}shared/icons/store_listing_view.svg") 0 0 no-repeat;
      background-size: 18px 18px;
    }
    .ui-menu .ui-menu-item-wrapper::before{
        background: none !important;
    }
    .ui-menu .ui-menu-item{
        margin: 0;
        padding: 5px 108px 5px 7px;
    }
    .ui-button{
        background: none;
    }
    .panel-footer-content .hm_ftr > *:not(.content-heading) {
        display: none;
    }
    .mostly-searched-keywords{
        padding: 0 3.2%;
        list-style: none;
        color: #000;
        padding-bottom: 80px;
        padding-top: 20px;
    }
    .mostly-searched-keywords ul{
        list-style: none;
    }
    .mostly-searched-keywords ul li {
        margin-bottom: 8px;
    }

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

    .prod-list-item .title-wish-wrap {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

    .prod-list-item .best-coupon {
        display: block !important;
    }