header {
  z-index: 999;
}
.popup-border .popup-close {
  color: #fff !important;
}
.header.sticky {
  z-index: 999;
}
.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;
}
.cms-footer.hm_ftr li,
.footer-content-pages li {
  line-height: 20px;
  list-style: disc;
  clear: both;
}
.cms-footer.hm_ftr li, .footer-content-pages li h4 {
    display: inline-block;
    font-size: 12px;
}

.cms-footer.hm_ftr ol {
  margin: 10px;
  clear: both;
}
.mustard-yellow{
  color: #e1ad01 !important;
}
.cancel{
color: rgb(255, 0, 0);
}
.available {
  float: left;
  color: #1C5350;
  width: 100%;
  font-size: 11px;
  padding: 0 px;
}
.submenu a:hover {
  color: #1C5350;
}
.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: #1C5350;
}
.desktop-shopLinks a,
.navigation ul li li a {
  display: block;
  font-weight: var(--font-regular);
}
.desktop-shopLinks a:hover {
  text-indent: 2px;
  font-weight: var(--font-semibold);
  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;
  box-shadow: 1px 2px 19px rgb(62 60 60 / 50%);
}
.color .colors-thumbs-detail li {
  position: relative;
  z-index: 0;
}
.product-grid ul li .listing-details .colors-thumbs li {
  display: flex;
  position: relative;
  overflow: visible;
  z-index: 0;
}
.product-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.product-grid ul li {
  height: inherit;
  min-height: inherit;
  margin-bottom: 10px;
  padding: 5px 5px;
}
.fast-del .tooltip {
  z-index: 99;
}
.new-count {
  position: absolute;
  right: 4px;
  top: -8px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #E94D37;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 19px;
  font-weight: var(--font-regular);
}

.eme-count {
  position: absolute;
  right: 4px;
  top: -8px;
  min-width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #46B881;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 19px;
  font-weight: 800;
  padding: 1px 2px;
}

.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(-50%);

  opacity: 0;

  position: absolute;
  top: 49px;
  transition: all 0.2s ease-in-out 0s;
  visibility: hidden;

  z-index: 999999;

  zoom: 1;

  list-style: none;
  width: 200px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.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-semibold);
  color: #2c2c2c;
}
.right_section ul.sub-menu li a i {
  display: inline-block;
  margin-right: 7px;
}
.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 {
  border-bottom: 4px solid #f4f4f4;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* letter-spacing: 0.5px; */
}
.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: #1C5350;
}
.right_section > ul > li .submenu-wrapper > a {
  padding: 1px 0;
  /* border-bottom: 4px solid #fff; */
}
.logo a img {
  max-width: 100%;
  height: 60px;
}
a.nav-link {
  cursor: pointer;
}
/* 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;
  }
  .navigation > ul > li > a {
    padding: 10.5px 3px 4px;
  }
  .navigation ul li a{
    font-size: 12px;
  }
  .navbar-wrap .navigation > ul{
    width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .navigation ul li a{
    font-size: 11px;
  }
}
@media only screen and (max-width: 1310px) {
  .navigation ul li a {
    font-size: 10.5px;
  }
}


/* style for US site start */

.navigation ul li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.navigation > ul > li {
  flex: 1 1 auto;
  width: auto;
}

.navigation ul li.new-text a {
  padding-left: 15px;
}

.title_wrap h4, .title_wrap h3 {
  font-size: 32px;
}

.title_wrap p {
  font-size: 16px;
  color: #000;
}

.know_lens_inner_wrap li img {
  filter: sepia(0%) hue-rotate(10deg) saturate(500%);
}

span.know_title {
  font-weight: 600;
  font-size: 15px;
}

.guide_wrap {
  padding: 0;
}

.prod_title {
  margin-top: 20px;
  color: #000;
}

/* top slides text start */
.hwrap {
  overflow: hidden;
  background: #455666;
}
/* @keyframes hslide {
  0% {
    right: 0%;
  }
  30% {
    right: 0%;
  }
  33% {
    right: 100%;
  }
  63% {
    right: 100%;
  }
  66% {
    right: 200%;
  }
  97% {
    right: 200%;
  }
  100% {
    right: 300%;
  }
} */
@keyframes hslide {
  0% {
    right: 0%;
  }
  20% {
    right: 0%;
  }
  25% {
    right: 100%;
  }
  45% {
    right: 100%;
  }
  50% {
    right: 200%;
  }
  70% {
    right: 200%;
  }
  75% {
    right: 300%;
  }
  100% {
    right: 300%;
  }
} 
/* @keyframes hslide {
  0% {
    right: 0%;
  }
  16% {
    right: 0%;
  }
  20% {
    right: 100%;
  }
  36% {
    right: 100%;
  }
  40% {
    right: 200%;
  }
  56% {
    right: 200%;
  }
  60% {
    right: 300%;
  }
  76% {
    right: 300%;
  }
  80% {
    right: 400%;
  }
  100% {
    right: 400%;
  }
} */
.hmove {
  display: flex;
  position: relative;
  height: 38px;
  animation: hslide linear 12s infinite;
}
.hmove:hover {
  animation-play-state: paused;
}
.hslide p {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}
.hslide:hover {
  color: #fff;
}
.hslide {
  width: 100%;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: inherit;
  color: white;
}
/* top slides text css ends */
.navigation ul li a.tryOn-btn {
  background: linear-gradient(104.79deg, #478AD8 0%, #25D8D4 108.38%);
  margin: 10px;
  border-radius: 6px !important;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 110px;
  padding: 10px 4px;
  font-size: 12px;
  border: 0;
}
.navigation ul li a.tryOn-btn:hover {
  background: linear-gradient(104.79deg, #25D8D4 0%, #478AD8 108.38%);
}
.right_section ul li:hover .submenu {
  opacity: 1;
  visibility: visible;
  top: 30px;
  /* transform: translate(-50%, 0%); */
}
.right_section .inner_menu_wrap,
.right_section .inner_menu_wrap ul {
  display: block;
}
.right_section .submenu.lenses {
  width: 1200px;
  left: 0;
}
.right_section .submenu.lenses.glasses {
  left: -160%;
}
.right_section .inner_menu_wrap ul li,
.right_section .inner_menu_wrap ul li a {
  display: block;
  width: 100%;
  color: #000;
  text-align: left;
}
.right_section .inner_menu_wrap {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
li.list-unstyled.dropdown_menu .submenu ul li {
  /* border-right: 1px solid #f0ebe4; */
  padding: 2px 10px;
  margin: 0;
  position: relative;
}
li.list-unstyled.dropdown_menu .submenu ul li::after {
  position: absolute;
  content: '';
  background: #f0ebe4;
  width: 1px;
  height: 243px;
  bottom: 0;
  right: 0;
}
li.list-unstyled.dropdown_menu .submenu ul li:last-child {
  border: 0;
}
li.list-unstyled.dropdown_menu .submenu ul li:last-child::after {
  width: 0;
}
li.list-unstyled.dropdown_menu .submenu ul li:hover {
  /* background: #f0ebe4; */
}
.right_section ul li .submenu-wrapper a#singnIN1 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 20px;
  background: transparent;
}

.right_section ul.sub-menu {
  display: block;
  left: unset;
  top: 38px;
}
.submenu.lenses .inner_menu_wrap ul {
  display: flex;
  align-items: flex-end;
  padding: 25px 0 0;
}
.submenu.lenses .inner_menu_wrap ul li {
  border-bottom: 0 !important;
}
button#pd-detail-close {
  border: 0;
  background: #fff;
  border-radius: 50%;
  width: 36px;
  cursor: pointer;
}
.menu-hover-active .home-text-banner-new .top-img {
  z-index: 222;
}
.right_section .submenu.lenses.glasses ul li img {
  width: 30%;
}
.right_section .submenu.lenses.glasses ul li h4 {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
}