/* Minification failed. Returning unminified contents.
(229,22): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(230,18): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(231,34): run-time error CSS1039: Token not allowed after unary operator: '-swiper-navigation-size'
(863,26): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-bottom'
(864,23): run-time error CSS1039: Token not allowed after unary operator: '-swiper-pagination-top'
 */

.row {
    margin: 0;
}

h1, h2, h3 {
    width: 100%;
    text-align: center;
    /*font-size: 2vw;*/
}

h3 {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
}

h4 {
    font-weight: 400;
}

.row-flex {
    display: flex;
    align-items: center;
}

    .row-flex.twoBanners{
        flex-wrap:wrap;
    }

    .PodBnr1 {
        flex-wrap: wrap;
    }

        .PodBnr1 .PodBnr-item2 img {
            float: right;
        }

.bnrTitle {
    font-size: 4vw;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
}

.bnrTitle2 {
    font-size: 1.5vw;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 10px;
}

    .bnrTitle2 + .btn-blue, .bnrTitle2 + .btn-blue + .btn-blue {
        min-width: 195px;
        text-align: center;
    }

.lightBrown {
    color: #d4ae6f;
}

#content .btn-blue {
    width: auto;
    font-weight: 700;
    padding: 10px 30px !important;
    display: inline-block;
}

#content .mainbanner .btn-blue {
    font-weight: 600;
}

.image-gallery {
    justify-content: space-between;
    gap: 10px;
}

    .image-gallery > li {
        flex-basis: 32%; /* width: 350px; */
    }

        .image-gallery > li .dscptn {
            margin-top: 13px;
            min-height: 72px;
        }

    .image-gallery li img {
        object-fit: cover;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }

.PodBnr1 {
    border: 1px #dbdbdb solid;
    padding: 0px 0px 0px 0px;
    background: #f5f5f5;
}

.PodBnr-item1 {
    margin-left: 60px;
}

.PodBnr-item2 {
    flex-grow: 2;
}

    .PodBnr-item2 img {
        width: 600px;
    }

.PodBnr2 {
    padding: 0px 0px 0px 0px;
}

.PodBnr2-item1 {
    order: 2;
    color: #fff;
    text-align: right;
    margin-right: 70px;
}

    .PodBnr2-item1 h3, .PodBnr2-item1 h4 {
        color: #fff;
    }

.PodBnr2-item2 {
    flex-grow: 2;
}

.PodBnr2-item1 h3, .PodBnr2-item1 h4, .PodBnr2-item1 p {
    text-align: right;
}

.PodBnr2-item2 img {
    width: 450px!important;
    margin-left: 100px;
    float: left !important;
}

.PodBnr2-item1 p a {
    float: right;
}

.PodBnr2-item2 {
    order: 1;
    height:275px;
    overflow:hidden;
}

#trustpilot-home.trustpilot-home {
    margin: 0px auto;
    float: none;
    text-align: center;
}

    #trustpilot-home.trustpilot-home p {
        line-height: 19px;
        color: #707372;
        font-size: 12px;
        text-align: left;
        margin: 0;
    }

        #trustpilot-home.trustpilot-home p.top-logo {
            line-height: 34px;
            color: #707372;
            font-size: 12px;
            text-align: center;
            margin: 0;
        }

            #trustpilot-home.trustpilot-home p.top-logo span.head {
                padding-left: 4px;
            }

            #trustpilot-home.trustpilot-home p.top-logo img {
                margin-top: -17px;
                width: 143px;
                vertical-align:middle!important;
            }

            #trustpilot-home.trustpilot-home p.top-logo span.head {
                font-family: Verdana, Helvetica, Arial !important;
                font-size: 19px;
                color: #000;
                font-weight: 600;
                padding-bottom: 15px;
                display: inline-block;
            }

        #trustpilot-home.trustpilot-home p.heading {
            font-family: logo, Verdana, Helvetica, Arial !important;
            font-size: 18px;
            color: #000;
            margin: 13px 0px 9px;
            line-height: 22px;
        }

.faq-links-cover .panel-default .panel-heading .panel-title a {
    padding-top: 8px;
}

.faq-links-cover .panel-default .panel-heading {
    border: 1px #e2e2e2 solid;
    background: #f5f5f5;
}

.brandSldrGlss {
    margin: 30px 0px 30px;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: none !important;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: none !important;
}


.swiper-button-next, .swiper-button-prev {
    font-family: "Font Awesome 6 Pro" !important;
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -5px;
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.brandSldrGlss .swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.brandSldrGlss .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}



.swiperMain .swiper-wrapper {
    max-width: 100%;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    gap:0;
}






.swiperMain .swiper-wrapper {

}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.brandSldrGlss .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.brandSldrGlss .swiper-slide a {
    line-height: 12px;
    font-size: 15px;
    text-decoration: none !important;
    max-width: 115px;
}

.brandSldrGlss .swiper-slide img {
    display: block;
    width: auto;
    height: auto;
    object-fit: cover;
    height: 44px;
}

.brandSldrGlss .swiper-slide img {
    height: auto;
}


.frmShpFltrSldrCvr .swiper-slide {
    float: left;
    text-align: center;
}

.frmShpFltrSldrCvr .swiper-slide {
    font-size: 15px;
    line-height: 12px;
}


#content .products-list_layout .products-list_item .products-list_item-price {
    min-height: 37px !important;
    line-height: 20px;
    text-align: right;
    padding-left: 0px;
    padding-right: 0px;
}

    #content .products-list_layout .products-list_item .products-list_item-price span, #content .products-list_layout .products-list_item .products-list_item-price div {
        display: inline-block;
    }

#content .products-list_layout .products-list_item .plItem-featrs {
    font-size: 13px;
    line-height: 16px;
    margin-top: 11px;
    text-align: left;
    padding: 0;
    min-height: 23px;
}

    #content .products-list_layout .products-list_item .plItem-featrs .freeLns strong {
        font-weight: normal;
        color: #f00;
        padding-right: 3px;
    }

#content .products-list_layout .products-list_item .products-list_item-image .offer-percentage {
    position: absolute;
    top: 90px;
    right: 5px;
    background: #f00;
    color: #fff;
    padding: 2px 6px 2px 6px;
    font-style: normal;
    font-size: 11px;
    line-height: 14px;
    display: table-cell;
    font-weight: bold;
    letter-spacing: 1px;
}

#content .fav-heart,
#content .fav-heart {
    position: absolute;
    right: 25px;
    bottom: 47px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

    #content .fav-heart.activewishlist img.nonwish {
        display: none;
    }

    #content .fav-heart.activewishlist img.wish {
        display: inline-block;
    }

#content .products-list_layout .products-list_item .plItem-vTry {
    margin-top: 6px;
    float: right;
    text-align: right;
    padding: 0;
    position: relative;
    min-height: 23px;
}

    #content .products-list_layout .products-list_item .plItem-vTry span {
        cursor: pointer;
        text-align: right;
        background-size: 22px 22px !important;
        background-position: left top !important;
        background-repeat: no-repeat !important;
        padding-left: 28px;
        position: absolute;
        right: 0px;
        bottom: -1px;
        vertical-align: middle;
        display: inline-block;
        line-height: 23px;
        text-decoration: underline;
        z-index: 999999;
    }

#content .swiper-wrapper.products-list_layout {
    overflow: unset;
    justify-content: flex-start;
    align-items: stretch;
    display: flex !important;
    margin: 0;
}

    #content .swiper-wrapper.products-list_layout .products-list_item {
        float: unset;
        border: 1px #e2e2e2 solid !important;
        width: 100%;
        margin-bottom: 0px !important;
        padding: 15px;
    }

        #content .swiper-wrapper.products-list_layout .products-list_item a.products-list_item-link {
            float: unset;
            font-size: 13px !important;
        }


.cpnCode strong, #content .cpnCode strong {
    color: #f00;
    font-weight: bold !important;
}

.cpnCode img.cpnTag {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}

#content .swiper-wrapper.products-list_layout .products-list_item .products-list_item-image img {
    width: 80%;
}

#content .swiper-wrapper.products-list_layout .products-list_item .products-list_item-title {
    font-weight: 400;
    line-height: 20px;
}

    #content .swiper-wrapper.products-list_layout .products-list_item .products-list_item-title:first-line {
        font-weight: bold;
    }

#content .swiper-wrapper.products-list_layout .products-list_item .plItem-featrs span {
    display: inline-flex;
}

.swiper-wrapper.products-list_layout .swiper-button-prev {
    left: -25px;
}

.swiper-wrapper.products-list_layout .swiper-button-next {
    right: -35px;
}

#content .products-list_layout .products-list_item .plItem-vTry span:hover {
    text-decoration: none !important;
}

#iFrameVirtualTry {
    opacity: 1;
    background-color: transparent;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin-left: 0%;
    margin-top: 0px;
    z-index: 999999;
    display: none;
}

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    opacity: .10;
}

#content .swiper-wrapper.products-list_layout .products-list_item a.products-list_item-link,
#content .swiper-wrapper.products-list_layout .products-list_item:hover a.products-list_item-link {
    border: 0 !important;
}

.faq-vtPg {
    border-top: 1px #e2e2e2 solid;
    padding-top: 15px;
}

.panel-body {
    text-align: left;
}

.btmBtnMnCvr {
    margin: auto;
    text-align: center;
    padding-bottom:20px;
}

.btmBtnCvr {
    width: 280px;
    max-width: 280px;
    text-align: center;
    display: inline-block;
    float:initial;
}

    .btmBtnCvr a.btn-blue {
        text-align: center;
        width:100%;
        margin-top:0px !important;
    }

.BrndLogoSldrCover .swiper-slide {
    position: relative;
    min-height: 80px;
}

    .BrndLogoSldrCover .swiper-slide .sale-tag {
        width: 53px;
        height: 19.9px;
        color: #fff;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 600;
        position: absolute;
        top: 0;
        left: calc(50% - 26px);
        padding-top: 3px;
        letter-spacing: .1em;
    }

@media (min-width:1201px) {

    .swiper-pagination-bullets {
        display: none;
    }

    .btmBtnCvr a.btn-blue{
        min-width:250px;
    }

    #content .btn-blue {
        padding: 10px 50px !important;
    }

    h4 {
        font-weight: 600;
    }

    #content .PodBnr-item1 .btn-blue, #content .PodBnr2-item1 .btn-blue {
        min-width: 214px;
        border: 0px !important;
        text-align: center;
    }

    .swiperMain {
        margin: 0px 25px;
        padding: 0px 2px 2px !important;
    }

        .swiperMain .swiper-button-prev {
            left: -30px;
        }

        .swiperMain .swiper-button-next {
            right: -30px;
        }

    .tryOnBtn {
        min-width: 242px;
    }

    #content .swiper-wrapper.products-list_layout .fav-heart {
        right: 7px;
    }

    .swiperMain {
        margin: 0px 30px;
    }

    .margin-minus-15-desktop {
        margin: 0px -15px;
    }

    /*.row-flex.mainbanner div:first-child {
            min-width: 556px;
        }*/

    /*.row-flex.mainbanner  {
            flex-basis: calc(100% - 556px);
        }*/

    .mainbanner .row-flex-item1 {
    }

    .mainbanner .row-flex-item2 {
        flex-grow: 2;
        align-self: normal;
    }

        .mainbanner .row-flex-item2 img {
            float: right;
            width: 600px;
            height: 100%;
            max-width: unset !important;
        }
}

@media (min-width:1201px) and (max-width:1400px) {
    #content .products-list_layout .products-list_item .plItem-featrs,
    #content .products-list_layout .products-list_item .plItem-vTry span,
    #content .swiper-wrapper.products-list_layout .products-list_item .products-list_item-title,
    #content .products-list_layout .products-list_item .products-list_item-price,
    #content .swiper-wrapper.products-list_layout .products-list_item a.products-list_item-link {
        font-size: 12px !important;
    }
}

@media (min-width:1301px) {
    .mainbanner .row-flex-item2 img{
        width:730px;
    }
}

    @media (min-width:1490px) {
        .mainbanner .row-flex-item2 img {
            width: 750px;
        }
    }

    @media (min-width:1650px) {
        /*.PodBnr-item1 {
            margin-left: 15%;
        }

        .PodBnr-item2 img {
            margin-right: 10%
        }

        .PodBnr2-item1 {
            margin-right: 15%
        }

        .PodBnr2-item2 img {
            margin-left: 20%;
        }*/

        #content .btn-blue {
            padding: 12px 40px !important;
            font-size: 18px !important;
        }

        h3 {
            font-size: 24px;
        }

        .mainbanner .row-flex-item2 img {
            width: 850px;
        }
    }

    @media (min-width:1700px) {
        .swiperMain {
            margin: 0px;
        }

            .swiperMain .swiper-button-prev,
            .swiperMain .swiper-button-next {
                display: none;
            }

        #content .swiper-wrapper.products-list_layout .products-list_item {
            padding: 10px;
        }

        

        /*.PodBnr-item1 {
            margin-left: 23%;
        }

        .PodBnr-item2 img {
            margin-right: 20%;
        }

        .PodBnr2-item2 img {
            margin-left: 27%;
        }

        .PodBnr2-item1 {
            margin-right: 21%;
        }*/

        h1, h2, h3 {
            font-size: 1.7vw;
        }

        h1 {
            margin-top: 25px;
        }

        h3 {
            font-size: 26px;
        }

        #content p {
            font-size: 16px;
        }

        .bnrTitle {
            font-size: 3vw;
        }

        .bnrTitle2 {
            font-size: 1.3vw;
        }

        #content .btn-blue {
            padding: 12px 45px !important;
            font-size: 18px !important;
            white-space: nowrap;
        }
    }

    @media (min-width:1800px) {

        .mainbanner .row-flex-item2 img {
            width: auto;
            max-width: 100%;
        }

        #content .swiper-wrapper.products-list_layout .products-list_item a.products-list_item-link {
            font-size: 14px;
        }

        #content .products-list_layout .products-list_item .plItem-featrs {
            font-size: 14px;
        }
    }

    @media (min-width:1850px){

        .mainIntroText{
            width:100%;
            text-align:center !important;
        }

        .BrndLogoSldrCover {
            padding: 0px 25px;
        }

        .swiper-button-prev{
            left:0;
        }

        #content .margin-top25-bigscreen {
            margin-top: 25px;
        }

        .row-flex.twoBanners {
            flex-wrap:nowrap;
        }

        .col-xl-6 {
            width: 50%;
        }

        .row-flex .col-xl-6{
            height:480px;
        }

            .row-flex .col-xl-6:first-child{
                padding-right:40px !important;
            }
            .row-flex .col-xl-6:last-child {
                padding-left: 40px !important;
            }

            .PodBnr-item1 {
                margin-left: 50px;
                /*padding-top: 35px;
                height: 275px;*/
            }

        #content .PodBnr-item1 .btn-blue{
            margin-top:35px;
        }

        #content .PodBnr2-item1 .btn-blue{
            margin-top:20px;
        }

        .PodBnr2-item2 img {
            margin-left: 40px;
        }

        .PodBnr2-item1 {
            margin-right: 50px;
        }

        /*.PodBnr-item2 {
            flex-grow: 0;
        }

            .PodBnr-item2 img{
                width:100%;
            }*/

        #content .margin-top0-bigscreen{
            margin-top:0 !important;
        }

        .PodBnr-item2 {
            display: none;
            flex-grow: 0;
        }

        .PodBnr-item3 {
            height: 275px !important;
        }

        .PodBnr1 {
            background: #f5f5f5 url(https://static2.feelgoodcontacts.net/images/virtual-try/glasses-banner-virtual-try-page_4.webp) top right no-repeat;
        }
    }


    @media (max-width:1200px) {

        .swiper-pagination {
            bottom: var(--swiper-pagination-bottom,8px);
            top: var(--swiper-pagination-top,auto);
            left: 0;
            width: 100%;
            bottom: -15px;
        }

        .swiper-pagination-bullet {
            margin: 0px 4px;
        }

        .rowFullScrn-mob {
            margin-left: -15px !important;
            margin-right: -15px !important;
        }

        .PodBnr1 {
            padding: 0px;
            background: #fff;
        }

        .PodBnr1, .PodBnr2 {
            border: 0px !important;
        }

        .BrndLogoSldrCover {
            padding: 0 !important;
        }

        .frmShpFltrSldrCvr .swiper-button-prev, .frmShpFltrSldrCvr .swiper-button-next {
            display: none !important;
        }

        #content .margin-top30-mobile {
            margin-top: 30px !important;
        }

        #content .margin-bottom10-mob {
            margin-bottom: 10px !important;
        }

        #content .margin-bottom20-mob {
            margin-bottom: 20px !important;
        }

        #content .margin-bottom30-mob {
            margin-bottom: 30px !important;
        }

        #content .margin-bottom40-mob {
            margin-bottom: 40px !important;
        }

        #content .products-list_layout .products-list_item.glasses .products-list_item-reviews {
            padding-left: 5px !important;
        }

        .PodBnr2-item1 {
            margin-right: 0px;
        }

        h4, h3, h2, h1 {
            text-align: center;
        }

        #content h2, #content h1 {
            font-size: 22px;
            line-height: 27px;
        }

            #content h2 strong, #content h1 strong {
                font-weight: 600;
            }

        #content h2 {
            font-size: 20px;
        }

            #content h2 strong {
                font-weight: 600;
            }

        #content h3 {
            font-size: 20px;
            line-height: 26px;
            text-align: center;
        }

        h4, .h4 {
            font-size: 14px;
        }

        .bnrTitle, .bnrTitle2 {
            text-align: center;
        }

        .row-flex {
            flex-direction: column;
        }

        .image-gallery {
            flex-direction: initial;
            flex-wrap: wrap;
            gap: 0;
            align-items: flex-start;
        }

            .image-gallery > li {
                flex: 50%;
            }

                .image-gallery > li .dscptn {
                    margin-top: -6px;
                    padding-left: 12px;
                }

        #content .btnCover {
            margin-top: -110px;
            display: grid;
            width: 70%;
            margin-bottom: 40px;
            margin-left: auto;
            margin-right: auto;
        }

        #content .btn-blue {
            width: 60%;
            max-width: 380px;
            display: block;
            text-align: center;
            margin: auto;
            margin-bottom: 20px;
            border: 1px #fff solid !important;
            padding: 10px 30px !important;
            font-weight: bold;
        }

        #content .btnCover .btn-blue {
            margin-bottom: 12px;
        }

        #content .mainbanner .btn-blue {
            padding: 6px 30px !important;
        }

        .PodBnr2 {
            padding: 0px 0px 0px 0px;
            border: 1px #e2e2e2 solid;
        }

        .PodBnr2-item1 {
            order: 1;
            color: #fff;
            text-align: right;
        }

        .PodBnr2-item2 {
            order: 2;
        }

        .PodBnr2-item3 {
            order: 3;
            max-width: 600px;
        }

        #content .PodBnr2-item3 p, #content .glssBnr-item3 p {
            margin-top: 15px;
        }

        .PodBnr2-item1 h3, .PodBnr2-item1 h4 {
            color: #000;
        }

        .PodBnr2-item2 {
            flex-grow: 2;
        }

        .PodBnr2-item1 h3, .PodBnr2-item1 h4, .PodBnr2-item1 p {
            text-align: right;
        }

        .PodBnr2-item2 img {
            width: 450px;
            margin-left: 0px;
            float: left !important;
        }

        .PodBnr2-item1 p a {
            float: initial;
        }

        #content .products-list_layout {
            margin: 13px 0px 0 0px !important;
            width: 100% !important;
        }

            #content .products-list_layout .products-list_item {
                padding-top: 0;
                padding-bottom: 1px;
                padding: 0 10px;
                border: 0;
                height: auto !important;
                min-height: unset;
                margin-top: 0px !important;
                padding: 0;
            }

                #content .products-list_layout .products-list_item a.products-list_item-link {
                    height: calc(100% - 1px);
                }

                #content .products-list_layout .products-list_item a.products-list_item-link {
                    padding-left: 0;
                    padding-right: 0;
                }

                #content .products-list_layout .products-list_item .glssListLeftSide {
                    position: relative
                }

                #content .products-list_layout .products-list_item .products-list_item-image {
                    min-height: 160px;
                }

                    #content .products-list_layout .products-list_item .products-list_item-image .offer-percentage {
                        bottom: 52px;
                        padding: 2px 2px 1px 3px;
                        width: 42px;
                        max-height: 20px;
                    }

                #content .products-list_layout .products-list_item .products-list_item-reviews {
                    margin-top: 0px !important;
                    text-align: left;
                    font-size: 11px;
                    padding-left: 15px !important;
                    margin-left: -10px !important
                }

                    #content .products-list_layout .products-list_item .products-list_item-reviews span.prodname1 {
                        margin-left: 1px;
                    }

                #content .products-list_layout .products-list_item .glssListRightSide {
                    padding-left: 15px !important;
                    padding-right: 15px !important;
                }

                #content .products-list_layout .products-list_item .fav-heart {
                    top: -25px;
                    right: 10px;
                }

                #content .products-list_layout .products-list_item .products-list_item-title {
                    text-align: left;
                    height: auto;
                    font-size: 12px !important;
                    line-height: 17px;
                    margin-top: 5px;
                    font-weight: 400;
                    padding-top: 0px;
                    min-height: unset;
                    width: 70%;
                    margin-left: -10px;
                }

                #content .products-list_layout .products-list_item .products-list_item-price {
                    min-height: 17px !important;
                    height: auto !important;
                    padding: 0px 0px 0px 0px;
                    margin-top: 5px;
                    text-align: right;
                    width: 30%;
                    font-size: 13px;
                    margin-right: -10px;
                }

                    #content .products-list_layout .products-list_item .products-list_item-price span.offer {
                        font-weight: 400;
                    }

                #content .products-list_layout .products-list_item .plItem-featrs {
                    margin-top: 9px;
                    max-width: 240px;
                    margin-left: -10px;
                }

                #content .products-list_layout .products-list_item .plItem-vTry {
                    max-width: 90px;
                    margin-right: -10px;
                    margin-top: 4px;
                }

                    #content .products-list_layout .products-list_item .plItem-vTry span {
                        bottom: 1px;
                    }
    }

    @media (min-width:768px) and (max-width:1200px) {
        .bnrTitle {
            font-size: 5vw;
        }

        .bnrTitle2 {
            /*font-size: 2vw;*/
        }

        #content .products-list_layout .products-list_item {
            padding: 0px 10px;
        }

            #content .products-list_layout .products-list_item .products-list_item-price div.DiscountPricetext {
                margin-left: 0px !important;
            }
    }

@media screen and (max-width: 1025px) {
    #iFrameVirtualTry {
        margin-top: 0px;
        padding-top: 10px;
        background: #fff;
        z-index: 99999999999999999 !important;
    }
    #content {
        position: initial;
    }
}

    @media (max-width:767px) {
        .btmBtnCvr {
            width: 100%;
            max-width: unset;
            padding: 0;
        }

        #content .btmBtnCvr a {
            width: 75% !important;
        }

        .faq-vtPg {
            border-top: 0px #e2e2e2 solid;
            padding-top: 0px;
        }

        #trustpilot-home.trustpilot-home p.top-logo span.head {
            display: block;
        }

        #content .swiper-wrapper.products-list_layout .products-list_item {
            border: 0 !important;
            padding: 0px 0px;
        }

        .frmShpFltrSldrCvr .swiper-slide:first-child {
            margin-left: 5px;
        }

        #content .btn-blue.width100Mob {
            width: 100%;
        }

        #content .swiper-wrapper.products-list_layout .products-list_item a.products-list_item-link,
        #content .swiper-wrapper.products-list_layout .products-list_item .plItem-featrs,
        #content .swiper-wrapper.products-list_layout .products-list_item .products-list_item-title,
        #content .swiper-wrapper.products-list_layout .products-list_item .products-list_item-price {
            font-size: 12px;
        }

        .swiperMain .swiper-button-next {
            right: 5px;
        }


        #content .swiper-wrapper.product-box-home.products-list_layout.eyeframe-pdp-list {
            margin: 0 !important;
        }

        .brandSldrGlss {
            margin: 0px 0px 0px;
        }

        #content .btn-blue {
            width: 90%;
        }

        .image-gallery > li {
            margin-bottom: 30px;
        }

        .img-gallery {
            display: flex;
            flex-basis: 100% !important;
        }

            .img-gallery p {
                width: 100%;
            }

        .bnrTitle {
            font-size: 8vw;
            margin-bottom: 5px;
            margin-top: 15px;
        }

        .bnrTitle2 {
            font-size: 4vw;
        }

        .PodBnr2-item2 {
            height: auto;
        }
    }

