header {
    z-index: 999;
}

.popup-border .popup-close {
    color: #fff !important;
    cursor: pointer;
}

.header.sticky {
    z-index: 9999;
}

.footer-content-pages ul {
    margin: 0 15px 10px;
}

.left_section_gender.discover li {
    padding: 0 10px;
}

.submenu.active {
    z-index: 999999;
}

.footer-content-pages .cms-footer p {
    padding: 5px 0;
    padding-top: 0;
}


/* top slides text start */

.hwrap {
    background: #1B437E;
}

.fixed-hwrap {
    position: relative;
    width: 600px;
    margin: 0 auto;
    overflow: hidden;
}

.harrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    background-color: #1B437E;
    color: white;
    font-size: 20px;
    border: none;
    z-index: 2;
    cursor: pointer;
    background-position: center;
    background-size: 9px;
    background-repeat: no-repeat;
}

.harrow:focus {
    outline: 0;
}

.left-harrow {
    left: 0;
    background-image: url(../images/white-arrow.svg);
}

.right-harrow {
    right: 0;
    background-image: url(../images/white-arrow.svg);
    transform: rotate(180deg);
}

.hmove {
    display: flex;
    position: relative;
    height: 38px;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    width: max-content;
}

.hslide {
    min-width: 600px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    color: white;
    text-decoration: none !important;
}

.hslide p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.hslide:hover {
    color: #fff;
}

.hslide.download-app-bar {
    justify-content: space-around;
}

.hslide .custom-btn {
    background: #BE0000;
    border: 1px solid #BE0000;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: 700;
    margin-left: 12px;
    letter-spacing: .96px;
    cursor: pointer;
    color: #fff;
}


/* top slides text css ends */

#promocode-element-container .swopstore-banner {
    margin: 0 0 !important;
    grid-gap: 5px 10px;
}

.download-app-bar i {
    color: #FFB500;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

.cms-footer.hm_ftr li,
.footer-content-pages li {
    line-height: 20px;
    list-style: disc;
    clear: both;
}

.cms-footer.hm_ftr ol {
    margin: 10px;
    clear: both;
}

.mustard-yellow {
    color: #e1ad01 !important;
}

.cancel {
    color: rgb(255, 0, 0);
}

.available {
    float: left;
    color: #0F3C80;
    width: 100%;
    font-size: 11px;
    padding: 0 px;
}

.submenu a:hover {
    color: #0F3C80;
}

.discover span.cat_icon {
    padding-top: 15px;
}

.discover .reading-discover-block span.cat_icon {
    padding: 0;
}

.discover .reading-discover-block span.cat_icon img {
    width: 50px;
    height: auto;
    max-height: unset;
}

.discover.left_section_gender {
    float: left;
    width: 27%;
    box-sizing: border-box;
    height: 100%;
}

.discover.mid_section_categories {
    width: 27%;
}

.discover.last_menu_Section {
    width: 46%;
}

.discover.last_menu_Section img {
    padding-top: 15px;
}

.navigation ul li a:hover {
    color: #0F3C80;
}

.desktop-shopLinks a,
.navigation ul li li a {
    display: block;
    font-weight: var(--font-medium);
}

.desktop-shopLinks a:hover {
    /* text-indent: 2px; */
    font-weight: var(--font-medium);
    color: #a8a9ab;
}

.payment-show {
    z-index: 99;
}

.right_section ul li:first-child a .cont_signin {
    width: 58px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1600px) {
    .discover span.cat_icon {
        margin-right: 5px;
        width: 42px;
    }
}

@media only screen and (max-width: 1440px) {
    span.cat_icon {
        width: 42px;
    }
    .left_section_gender.discover li {
        padding: 0 5px;
    }
    .discover span.cat_icon {
        margin-right: 5px;
    }
    .discover.mid_section_categories {
        width: 28%;
    }
    .last_menu_Section.discover {
        width: 39%;
    }
    .left_section_gender.discover {
        width: 33%;
    }
    .discover.last_menu_Section img {
        padding-top: 30px;
    }
}


/* style for corona bar */

.corona_bar_wrap {
    padding: 12px 40px;
    border-bottom: 1px solid #dadada;
    background: #d5eafd;
    position: relative;
    margin-left: -3%;
    margin-right: -3%;
    position: relative;
    color: #000;
    display: none;
}

.submenu.corono-push-header {
    top: 8.6em;
}

.corona_bar_wrap p {
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 90%;
    margin-bottom: 0;
}

.corona_bar_wrap p a {
    font-weight: 600;
}

.corona_bar_wrap p span {
    display: block;
    margin-top: 0.1rem;
}

.cms-cta {
    float: right;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 6px 20px;
    background-color: #20538d;
    right: 40px;
    top: 24%;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.cms-cta:hover {
    opacity: 0.95;
    color: #fff;
    text-decoration: none;
}

.corona-close {
    float: right;
    position: absolute;
    right: -44px;
    top: -6px;
    cursor: pointer;
    font-size: 1rem;
}

header.sticky {
    z-index: 999;
}

.color .colors-thumbs-detail li {
    position: relative;
    z-index: 0;
}

.fast-del .tooltip {
    z-index: 99;
}

.new-count {
    text-align: center;
    color: #0F3C80;
}

.listing-details .pname_name .bycool {
    display: none !important;
}

.large-6 {
    margin-left: auto;
}

@media screen and (min-width: 1366px) {
    header.sticky {
        max-width: 100%;
    }
}

.submenu-wrapper:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
}

.sub-menu {
    background: #fff;
    left: 50%;
    transform: translateX(-20%);
    opacity: 0;
    position: absolute;
    top: 45px;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    z-index: 999999;
    zoom: 1;
    list-style: none;
    width: 200px;
    box-shadow: 0px 4px 34px 0px #0F3C8026;
    border-radius: 4px;
}

.right_section ul.sub-menu {
    margin: 0;
    padding: 0;
}

.right_section ul.sub-menu li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dadada;
    float: inherit;
    text-align: left;
}

.right_section ul.sub-menu li.last {
    border-bottom: 0;
}

.right_section ul.sub-menu li a {
    padding: 6px 12px;
    margin: 0;
    font-size: 13px;
    text-decoration: none;
    display: block;
    font-weight: var(--font-medium);
    color: #0F3C80;
    ;
}

.right_section ul.sub-menu li a i {
    display: inline-block;
    margin-right: 7px;
    color: #0F3C80;
}

.right_section ul.sub-menu li a i.fa-pres {
    background: url(../images/myaccount-icon-prescription2.svg) no-repeat;
    width: 14px;
    height: 17px;
    position: relative;
    top: 4px;
}

.right_section ul.sub-menu li a:hover {
    background: #fafafa;
}

.navigation>ul>li>a {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation>ul>li:hover>a,
.navigation>ul>li.active>a,
.right_section>ul>li:hover .submenu-wrapper>a {
    border-bottom-color: #fff;
    background: #fff;
    color: #0F3C80;
}

li.dropdown_menu.active {
    /* max-width: 170px; */
    /* width: 100%; */
    border-bottom: 4px solid #0F3C80;
}
li.dropdown_menu {
    border-bottom: 4px solid #fff;
}
li.Medium_bold {
    transition: 0.3s ease;
}
li.Medium_bold:hover span.name_tag {
    color: #7292CB;
    font-weight: 600;
}
.inner_menu_wrap ul li:hover span.name_tag,
.mid_section_categories.eyeglasses_menu_brands ul li:hover a,
.last_menu_Section ul li:hover a,
.mid_section_categories ul li:hover a,
.mid_section_categories ul li:hover a,
.left_section_gender ul li:hover a{
    color: #7292CB;
}
span.cat_icon > img {
    border-radius: 50px;
}

.right_section_wrap .right_section ul li.list-unstyled.btn-link a svg {
    width: unset;
}

.right_section>ul>li .submenu-wrapper>a {
    padding: 1px 0;
    border-bottom: 0;
}

a.nav-link {
    cursor: pointer;
}

.inner_menu_wrap .left_section_gender, 
.inner_menu_wrap 
 .mid_section_categories {
    width: 17%;
}

.inner_menu_wrap  .last_menu_Section {
    width: 35%;
}

.inner_menu_wrap .last-ever-section {
    width: 30%;
}

.image-last-div a.offer-shop {
    display: flex;
    justify-content: center;
    padding-top: 16px;
    background-color: #0F3C80;
    padding: 6px 12px;
    border-radius: 6px;
    color: #fff;
    transition: 0.3s ease;
}
.image-last-div img {
    width: 100%;
    border-radius: 6px;
}
.image-last-div {
    padding-top: 20px;
}

.left_section_gender span.cat_icon {
    height: unset;
    width: unset;
    margin-right: 10px;
}
.left_section_gender span.cat_icon img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}
html.arabic-rtl .left_section_gender span.cat_icon img {
    margin-left: 20px;
}
.left_section_gender li > a {
    display: flex !important;
    align-items: center;
}

.image-last-div a.offer-shop:hover {
    color: #fff;
    background-color: #7292CB;
}

.navbar-wrap a {
    transition: color 0.3s ease, background 0.3s ease;
}
/* .navbar-wrap {
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: antialiased;
} */

/* .navbar-wrap.fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transition: all .2s ease-in-out;
    z-index: 999;
    margin-top: 120px;
    background-color: #fff;
}

.navbar-wrap.fixed-nav {
  transform: translateY(0); 
}

.navbar-wrap:not(.fixed-nav) {
  transform: translateY(-100%); 
} */

.navbar-wrap {
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0; */
    transition: transform 0.3s ease;
    z-index: 999;
    /* margin-top: 119px; */
    background-color: #fff;
}

.navbar-wrap.reverse-sticky-top {
    display: none;
}

/* .navbar-wrap.fixed-nav {
  transform: translateY(0);
} */

/* .navbar-wrap.reverse-sticky-top {
  transform: translateY(-100%);
} */


.right_section ul  li a svg {
    fill: #0F3C80;
}
.right_section ul   li.btn-link.active a svg {
    fill: #fff;
}

/* spinner */

@keyframes spinner {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cw-loader div {
    position: relative;
    animation: spinner 1s linear infinite;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    box-shadow: 0 2px 0 0 #20538d;
    transform-origin: center center;
}

.preloader {
    width: 100%;
    height: 100vh;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    display: grid;
    justify-content: center;
    align-items: center;
}

.cw-loader {
    width: 100px;
    height: 100px;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw-loader div {
    box-sizing: content-box;
}

.cw-logo {
    width: 45px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* spinner */


/* responsive style */

@media only screen and (max-width: 1600px) {
    .search_wrap input {
        padding-left: 30px;
    }
    .navbar-wrap .navigation>ul {
        width: 100%;
    }
}
html[dir="rtl"] .right_section_wrap::before {
    left: unset;
    right: 0;
}
html[dir="rtl"] div.dropdown>div.list {
    right: unset;
    left: -20px;
}
.appointment-hide-menu .navbar-wrap {
    display: none;
}
@media only screen and (max-width: 1300px) {
    .progress-steps {
        margin: 2rem 0;
    }
}
@media only screen and (max-width: 1200px) { 
    .right_section li a span:last-child {
    font-size: 13px;
}
.right_section ul li.btn-link a {
    padding: 4px 9px;
    font-size: 13px;
    max-width: 120px;
    display: block;
    max-width: 180px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
}

.right_section_wrap .right_section ul li img {
    width: 20px;
}
.right_section_wrap .right_section ul li #search-icon-circle img {
    opacity: 0.7;
}
.right_section_wrap .right_section ul li#showme-shake img {
    width: 22px;
}
.right_section_wrap .right_section ul li .wishlist-wrap img {
    width: 21px;
}
li#accessories .mid_section_categories {
    width: 68%;
    border-right: 0;
}
/* new contact lense menu ui start */
/* .contact_menu .text-detail-wrap {
    width: 60%;
    padding: 5rem 5rem 0;
    display: flex;
    gap: 20px;
    position: relative;
}
.submenu.contact_menu .contactmenu {
    width: 25%;
}
.submenu.contact_menu .contactmenu ul {
    display: flex;
    flex-direction: column;
}
.contact_menu .text-detail-wrap .svg-annotation svg {
    width: 100%;
    height: 80px;
}
.contact_menu .text-detail-wrap .svg-annotation {
    position: absolute;
    top: 0;
    left: 9rem;
    padding-right: 5rem;
}
.navigation li.sub_heading,
.navigation .sub_heading {
    font-size: 17px;
    font-weight: 700;
}
.submenu.contact_menu .contactmenu li {
    border: 2px solid #77b5dd;
    margin-bottom: 6px;
}
.submenu.contact_menu .contactmenu li.sub_heading {
    border: 0;
    margin: 0;
}
.submenu.contact_menu .contactmenu li:hover a {
    color: #0f65e5;
} */