/** Shopify CDN: Minification failed

Line 952:8 Expected identifier but found whitespace
Line 952:10 Unexpected "{"
Line 952:19 Expected ":"
Line 1688:14 Expected ":"

**/
@font-face{
  src:url('https://cdn.shopify.com/s/files/1/2402/6753/files/OpenSans-Semibold.ttf?v=1754566279');
  font-family:OpenSans-Semibold;
}
@font-face{
  src:url('https://cdn.shopify.com/s/files/1/2402/6753/files/OpenSans-Bold.ttf?v=1754566472');
  font-family:OpenSans-Bold;
}
@font-face{
  src:url('https://cdn.shopify.com/s/files/1/2402/6753/files/OpenSans-ExtraBold.ttf?v=1754567153');
  font-family:OpenSans-ExtraBold;
}
:root{
 --heading-1-max: 47.78px;
  --heading-1-min: 32px;
  --heading-1: clamp(var(--heading-1-min), 2.5vw, var(--heading-1-max));
  
   --button-secondary-bg: #0066ab;
  --button-secondary-text: #FFFFFF; 
  --heading-2-max: 32px;
  --heading-2-min: 24px;
  --heading-2: clamp(var(--heading-2-min), 2.5vw, var(--heading-2-max));

  --heading-3-max: 23.04px;
  --heading-3-min: 20.25px;
  --heading-3: clamp(var(--heading-3-min), 2.5vw, var(--heading-3-max));
   --md-sys-color-outline-variant: rgb(200 200 200);
   --md-sys-color-outline:rgb(115 115 115);
   --md-sys-color-surface-variant: rgb(240 240 240);
  --md-sys-color-on-surface: rgb(28 28 28);
  --md-sys-color-surface-container-low: rgb(248 248 248);
  --md-sys-color-surface-bright: rgb(255 255 255);
   --button-primary-bg: #f7e300;
  --button-primary-text: #000000;
  --md-sys-color-secondary: rgb(0 102 171);
}
.custom-header-section .custom-branch-locator-icon .svg-wrapper svg path,
.menu-drawer__inner-container .custom-menu-item.custom-branch-locator-wrapper svg path{
  fill: #ff0000;
}
.custom-header-section .header__icons .cart-count-bubble,
.custom-header-section .header__icons .cart-count-bubble span{
  background:#ff0000;
  color:#fff;
  /* top: 15%; */
  bottom:0.8rem;
  left: 30%;
  line-height: 26px;
}
.custom-slideshow-section .slideshow__autoplay{
  display: none;
}
.custom-header-section .custom-menu-drawer .menu-drawer__menu-item{
  font-size: 15.87px;
  letter-spacing: 0;
  font-family: Open Sans;
  color: #000;
}
.custom-announcement-bar .custom-announcement-message .custom-icon-block{
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.custom-announcement-bar .custom-contact-block .custom-contact-icon{
   display: block;
  width: 11px;
  height: 20px;
  margin-right: 8px;
}
.custom-announcement-bar .custom-announcement-message,
.custom-announcement-bar .custom-contact-block{
  display: flex;
  align-items: center;
}
.custom-announcement-bar .custom-announcement-message{
    /* width: 60%; */
    padding-top: 2px;
    padding-bottom: 2px;
    justify-content: center;
}
.custom-announcement-bar .custom-contact-block{
  width: 40%;
}
.custom-announcement-bar .custom-contact-flexbox{
  display: flex;
  align-items: center;
  max-width: 100%;
  width: 100%;
}
.custom-announcement-bar .custom-contact-flexbox .custom-flexbox .custom-contact-number{
  line-height: 20px;
  font-family: Open Sans;
  font-size: 16px;
  letter-spacing: 0;
}
.custom-announcement-bar .custom-contact-block p{
  margin-top: 0;
  margin-bottom:0;
}
.custom-announcement-bar .custom-contact-flexbox a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0;
}
.custom-announcement-bar .custom-contact-flexbox .custom-flexbox{
 display: flex;
 align-items: center;
}
.custom-announcement-bar .custom-contact-flexbox .custom-announcement-text{
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
}
.header__inline-menu summary.list-menu__item{
  padding-right: 1.7rem;
}
 body .shopify-app-block #insta-feed {
   margin-top: 18px !important;
  margin-bottom: 10px !important;
}
.custom-header-section .header__icons .header__icon{
  position: relative;
}
.custom-header-section .header__icons .header__icon:not(:last-child)::after{
    content: " ";
    position: absolute;
    border-right: 3px solid #00000052;
    top: 25%;
    right: 0px;
    height: 60%;
    margin-top: auto;
    margin-bottom: auto;
}

.header__inline-menu ul.list-menu > li:first-child summary.list-menu__item{
  padding-left: 0;
}

.nav-item {
  position: relative;
}

.nav-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0;
  list-style: none;
  z-index: 1000;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

.dropdown-menu li a:hover {
  background: #f7e300;
  border-radius: 8px;
}

a.dropdown-item {
    font-size: 16px;
    letter-spacing: 0;
    font-family: Open Sans;
    color: #000;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}

.header__inline-menu .custom-book-eyetest{
    background: #0066ab;
    padding: 8px 34px;
    border-radius: 107px;
    line-height: 10px;
}
.header__inline-menu .custom-book-eyetest .svg-wrapper{
  margin-right: 10px;
  width: 23px;
  height: 22px;
}
.header__inline-menu .custom-book-eyetest .svg-wrapper svg{
  width: 23px;
  height: 22px;
}
.header__inline-menu .header__menu-item.custom-book-eyetest span{
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 15px;
}
.header__inline-menu .header__menu-item:hover span,
.header__inline-menu details[open]>.header__menu-item,
.header__inline-menu .header__submenu .header__menu-item:hover,
.custom-mega-menus .mega-menu__link:hover{
  text-decoration: none;
}
.header__inline-menu .header__submenu .header__menu-item,
.custom-mega-menus .mega-menu__link{
   font-size: 16px;
  letter-spacing: 0;
  font-family: Open Sans;
  color: #000;
  padding-left: 12px;
  padding-right: 12px;
}
.header.custom-header-section{
  border-bottom: 1px solid #00000024;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
.header__inline-menu.custom-inline-menus,
.header__inline-menu.custom-mega-menus{
  padding-top: 14px;
  padding-bottom: 14px;
  margin-left: auto;
}
.header.custom-header-section .custom-icon-text{
  font-size: 16px;
  letter-spacing: 0;
  font-family: Open Sans;
  text-transform: capitalize;
  color: #585858;
}
.header.custom-header-section .header__icon:hover .custom-icon-text{
  color: #f6d632;
}
.header.custom-header-section .field__button{
  width: 5.4rem;
}
.header.custom-header-section .header__heading{
  /* width: 11%; */
  /* order: 2; */
}
.header.custom-header-section .header__icons{
  /* order: 3; */
}
.header.custom-header-section .custom-search-block{
  min-width: 32%;
  /* order: 1; */
}
.header.custom-header-section .header__icon.custom-branch-locator-icon .svg-wrapper svg{
  width: 16px;
  height: 20px;
}
.header.custom-header-section .header__icons .header__icon.custom-branch-locator-icon{
  width: 18rem;
}
.custom-search-block input#Search-In-Modal {
    margin: 0 0 0px;
}

.header.custom-header-section .header__icons .svg-wrapper{
  width: 33px;
}
.header.custom-header-section .header__icons  .header__icon.header__icon--cart{
   width: 9.4rem;
}
.header.custom-header-section .header__icons  .header__icon.header__icon--account{
  width: 15.4rem;
}
.header.custom-header-section .header__icons  .header__icon{
  text-decoration: none;
}
/* .custom-header-section .header__icons .header__icon--cart .svg-wrapper{
  width: 19px;
  height: 20px;
} */
.header.custom-header-section .header__icons .header__icon--cart .icon{
  width: 19px;
  height: 20px;
}
.header.custom-header-section .custom-search-block predictive-search,
.header.custom-header-section .custom-search-block predictive-search form{
  max-width: 100%;
}

.header.custom-header-section .header__inline-menu{
  width: 100%;
}
.custom-header-section .custom-search-block .field input:focus{
    box-shadow: none;
    /* padding-top: 1.2rem; */
}
.custom-header-section .custom-search-block .field__input:not(:placeholder-shown){
   padding-top: 1.2rem;
}
.custom-header-section .custom-search-block .field input::placeholder{
    font-size:16px;
    line-height:25px;
    color:#000;
    opacity:100%;
}
li.order-tracking {
    display: flex;
    align-items: center;
    margin-left: 2px;
}
a.nav-link.dropdown-toggle.order-tracking-btn.custom-book-eyetest {
    color: #fff;
    display: flex;
    align-items: center;
}
.custom-header-section .custom-search-block .predictive-search__loading-state{
  display: none;
}
.custom-header-section .custom-search-block .field:after{
  box-shadow: none;
}
.custom-header-section .custom-search-block .field:hover:after{
  box-shadow: none;
}
.custom-header-section .custom-search-block .search__input{
  background: #D9D9D9;
  opacity: 37%;
  border-radius: 100px;
  padding-top:0px;
  padding-bottom:0px;
  border:none;
  margin: 0 0 0px;
}
.custom-header-section .custom-search-block .search-modal__form .search__button{
  background-color: #F7E300;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
/* .custom-slideshow-section .slider-buttons .slider-button--prev,
.custom-slideshow-section .slider-buttons .slider-button--next{
  display: none;
} */
.custom-slideshow-section .slider-buttons{
  border: none;
  margin-top: 10px;
}
.custom-slideshow-section .slider-buttons .slider-counter__link.slider-counter__link--active .dot{
 background-color: #0066ab;
  width: 12px;
  height: 12px;
}
.custom-slideshow-section .slider-buttons .slider-counter__link--dots .dot{
 border: none;
 outline: 1px solid #0066ab;
 outline-offset: 3px;
  width: 6px;
  height: 6px;
}
.custom-slideshow-section .slider-buttons .slider-counter__link{
  padding: 8px;
}
@media(max-width:990px){
.custom-announcement-bar .custom-contact-flexbox {
        width: 100%;
}
.custom-announcement-bar .custom-announcement-message {
    /* width: 100%; */
    justify-content: center;
}
.custom-featured-collection .slider-buttons,
.custom-brand-section .slider-buttons,
.custom-article-section .slider-buttons{
    display: none;
}
 .template-page--schedule-eye-test a.popupLink {
    right: 0px;
}
}
.custom-brand-section .multicolumn__title .title,
.custom-shop-by-brands .multicolumn__title .title,
.custom-testimonial-section .custom-title-wrapper .title,
.custom-article-section .blog__title,
.custom-featured-collection .collection__title .title,
.shopify-app-block #insta-feed > h2,
.custom-recentlyviewed-products .product-recommendations__heading,
.custom-related-products .related-products__heading,
.jdgm-rev-widg__header .jdgm-rev-widg__title{
  letter-spacing: 0;
  text-transform: capitalize;
  color: #000;
}
.custom-featured-collection .card-wrapper .price .price__container .price-item--regular,
.custom-related-products .card-wrapper .price .price__container .price-item--regular,
.custom-recentlyviewed-products .price-item--sale span,
.custom-recentlyviewed-products .card-wrapper .price .price__container .price-item--regular{
  font-size: 15px;
  letter-spacing: 0;
   /* font-family: Open Sans; */
}
.custom-featured-collection .collection__view-all.custom-desktop-hide{
  display: none;
}
.custom-featured-collection .underline-links-hover:hover a,
.custom-related-products .underline-links-hover:hover a{
  text-decoration: none;
}
.card-wrapper .card__information .custom-product-ratings{
   margin-top: 2px;
   margin-bottom: 8px;
}
.card-wrapper .card__information .custom-product-ratings .jdgm-star{
  font-size: 13px;
}
.card-wrapper .card__information .custom-product-ratings .jdgm-prev-badge__text{
  font-size: 11px;
  color: #000;
  margin-left: 5px;
  letter-spacing: 0;
}
.custom-findstore-section .banner__box.content-container.content-container--full-width-mobile {
    background: transparent;
}
.custom-findstore-section .mobile-media.banner:after, .custom-findstore-section .mobile-media.banner__media:after {
    content: "";
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.custom-brands-pb .multicolumn-list {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}
.newsletter-form__message.newsletter-form__message--success {
    color: #fff;
}
.custom-follow-insta-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 28px;
}
.custom-follow-insta-wrapper .custom-follow-insta-btn{
  text-decoration: none;
    background: #faee67;
    padding: 8px 22px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
  letter-spacing: 0;
}
.custom-follow-insta-wrapper .custom-follow-insta-btn:hover{
  opacity: 0.8;
}
.custom-follow-insta-wrapper .custom-follow-insta-btn .custom-insta-label{
   color:#000;
}
.custom-footer-section .custom-footer-bottom .custom-copyright-text{
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
   font-family: Open Sans;
  text-transform: capitalize;
}
.custom-footer-section .custom-footer-bottom .footer__content-bottom-wrapper{
  flex-direction: column;
}
.custom-footer-section .custom-footer-bottom .footer__content-bottom-wrapper .policies > li:first-child::before {
  content: "";
  padding: 0;
}
.custom-footer-section .custom-footer-bottom .footer__content-bottom-wrapper .policies > li:not(:first-child)::before {
  content: "|";
  padding: 0;
  margin: 0 18px; 
}
.custom-footer-section .custom-footer-bottom .footer__content-bottom-wrapper .policies{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

/* .custom-footer-section .custom-footer-bottom .policies > li:not(:first-child){
  margin-left: 40px;
} */
.custom-footer-section .custom-footer-bottom .policies .copyright__content a{
  font-size: 16px;
   font-family: Open Sans;
  letter-spacing: 0;
  color:#fff;
  text-transform: capitalize;
}
.custom-footer-section .custom-footer-bottom .policies .copyright__content a:hover{
  text-decoration: none;
}
.custom-footer-section .custom-footer-bottom .policies > li{
  justify-content: flex-start;
}
.custom-footer-section .custom-footer-content-top{
  padding-bottom: 15px;
}
.custom-footer-section .custom-footer-bottom{
  border:none;
  padding-top: 15px;
}
.custom-footer-section .footer__blocks-wrapper{
  column-gap: 15px;
  border-bottom: 1.2px solid #ffffff59;
  padding-bottom: 22px;
}
.custom-footer-section .footer-block--menu .custom-social-icons-wrapper .footer-block__heading{
  margin-bottom: 20px;
}
.custom-footer-section .footer-block--menu .custom-social-icons-wrapper{
  margin-top:35px;
}
.custom-footer-section .custom-social-icons-wrapper .list-social__item  .icon-youtube,
.custom-footer-section .custom-social-icons-wrapper .list-social__item .svg-wrapper{
  width: 30px;
  height: 20px;
}
.custom-footer-section .footer-block--menu .custom-social-icons-wrapper .footer__list-social{
  justify-content: flex-start;
  row-gap: 15px;
  align-items: center;
}
.custom-footer-section .custom-social-icons-wrapper .footer__list-social .list-social__link{
  padding: 0;
}
.custom-footer-section .custom-social-icons-wrapper ul.footer__list-social > li:not(:first-child){
  margin-left: 8px;
}
.custom-footer-section .custom-social-icons-wrapper ul.footer__list-social > li:first-child .svg-wrapper{
  justify-content: flex-start;
}
.custom-footer-section .custom-footer-content-top .footer-block--menu .custom-second-menu-wrapper{
  margin-top:20px;
}
.custom-footer-section .custom-footer-content-top .footer-block.custom-image-block .custom-icon-flexbox{
  display: flex;
  align-items: center;
}
.custom-footer-section .custom-footer-content-top .footer-block.custom-image-block .custom-text-wrapper p{
  margin-top: 0;
  margin-bottom: 0;
}
.custom-footer-section .custom-footer-content-top .footer-block.custom-image-block .custom-about-text{
    color: #fff;
    text-transform: capitalize;
     font-family: Open Sans;
    font-size: 15px;
    line-height: 28px;
    max-width: 80%;
}
.custom-footer-section .custom-footer-content-top .footer-block__heading{
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 19px;
  color: #fff;
 font-family:OpenSans-Bold;
  margin-bottom: 15px;
  /* text-decoration: underline;
  text-underline-offset: 6px; */
}
.custom-footer-section .custom-footer-content-top .footer-block__image-wrapper{
  margin-bottom: 5px;
}
.custom-footer-section .custom-footer-content-top .footer-block.custom-image-block .custom-text-wrapper p,
.custom-footer-section .custom-footer-content-top .footer-block.custom-image-block .custom-text-wrapper{
  line-height: 30px;
}
.custom-footer-section .custom-footer-content-top .footer-block.custom-image-block .custom-text-wrapper a{
  font-size: 16px;
  line-height: 49px;
  color:#fff;
  text-decoration: none;
   font-family: Open Sans;
}
.custom-footer-section .custom-footer-content-top .footer-block--menu a{
    font-size: 15.1px;
    padding-bottom: 0;
    color:#fff;
    text-transform: capitalize;
    text-decoration: none;
     font-family: Open Sans;
}
.custom-footer-section .footer__blocks-wrapper .footer-block.footer-block--menu > ul > li {
  line-height: 41px;
}
.custom-footer-section .custom-footer-content-top .footer-block.custom-image-block .custom-icon-wrapper img{
  display: block;
  object-fit: cover;
}
.custom-footer-section .custom-footer-content-top .footer-block.custom-image-block .custom-icon-wrapper{
  margin-right: 10px;
}
.custom-footer-section .custom-footer-content-top .footer__blocks-wrapper .footer-block.custom-image-block{
  width:28%;
}
.custom-footer-section .custom-footer-content-top .footer__blocks-wrapper .footer-block.footer-block--menu{
  width:16.66%;
}
@media(max-width:1400px){
  .custom-footer-section .custom-footer-content-top .footer-block__heading {
        font-size: 16px;
    }
  .custom-footer-section .custom-footer-content-top .footer-block--menu a {
    font-size: 14.5px;
}
}
@media(max-width:768px){
  .jdgm-rev-widg .jdgm-widget-actions-wrapper{
    margin-top: 15px;
  }
  .custom-announcement-bar .custom-contact-block {
    display: none;
}
      .sib-form.optica-newsletter {
        padding: 32px 12px 32px;
    }
    .custom-brand-section .multicolumn__title .title,
    .custom-shop-by-brands .multicolumn__title .title,
    .custom-testimonial-section .custom-title-wrapper .title,
    .custom-article-section .blog__title,
    .custom-featured-collection .collection__title .title,
    .shopify-app-block #insta-feed > h2,
    .custom-recentlyviewed-products .product-recommendations__heading,
   .custom-related-products .related-products__heading,
  .jdgm-rev-widg__header .jdgm-rev-widg__title{
      font-size: 23px;
    }
  .custom-footer-section .custom-footer-content-top .footer__blocks-wrapper .footer-block.custom-image-block,
  .custom-footer-section .custom-footer-content-top .footer__blocks-wrapper .footer-block.footer-block--menu{
    width: 100%;
  }
  .custom-announcement-bar .custom-contact-flexbox .custom-announcement-text {
    font-size: 12.63px;
}
.custom-announcement-bar .custom-announcement-message .custom-icon-block {
    width: 15.796701431274414px;
    height: 15.789473533630371px;
    margin-right: 5px;
}
  body .shopify-app-block #insta-feed {
    margin-top: 15px!important;
    margin-bottom: 5px !important;
  }
  .custom-menus .custom-menu-drawer .custom-menu-item .svg-wrapper {
    width: 19px!important;
    height: 19px!important;
    margin-right: 5px;
}
.custom-multi-pages.multicolumn .multicolumn-card__image-wrapper {
    margin: 0;
    padding: 0;
}
  .template-page--store-locator div#store-locator-page .mt_layout {
        display: flex !important;
        flex-direction: column;
        gap: 16px;
  }
     .template-page--store-locator  div#store-locator-page {
        width: 100%;
        margin: 0 auto;
    }
  div#bss-map-search-box {
        position: unset !important;
        width: 100%;
        overflow: clip !important;
    }   
   .book-eye-test-page-page.custom-book-eyetest-page .ino-bb-btn {
    width: 100% !important;
}
.search-modal .search__input {
    margin-bottom: 0px;
    background: transparent;
}
}
.multicolumn .multicolumn.background-primary .multicolumn-card {
  background: none;
}
.multicolumn .multicolumn-card-spacing {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
.custom-multicolumn-section .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
    padding-top: 0;
}
.search-modal__close-button svg.icon.icon-close {
    color: #334fb4;
}
span.header__active-menu-item {
    text-decoration: none;
}
.collection_top_contentMN .metafield-rich_text_field p{
    color: #000;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    max-width: 1300px;
    margin: 15px auto;
}
.template-collection .collection-title {
        margin-bottom: 0px;
        text-align: center;
        width: 100%;
        font-size: 30px;
    }
    @media (max-width: 768px) {
    .template-collection .custom-collection-product-grid .collection-title {
        font-size: 27px;
        margin: 20px 0px 10px;
    }
    div#collection_image.page-width {
    padding: 0;
}
    .custom-product-page .custom-product-info-wrapper fieldset.js.product-form__input.product-form__input--swatch.custom-variant-picker {
        margin-left: unset;
        margin-right: unset;
    }
        .template-product product-info.custom-product-page .product__info-wrapper .product-form__input {
        max-width: 30rem;
    }
    .custom-contact-flexbox{
      justify-content:center;
    }

}
.ctm-related-products .card-wrapper .card__heading > a {
    color: #000000;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
}
.customize_modal--wrapper .popup-container .button {
    background: #F7E202;
    color: #000;
}
.customize_modal--wrapper .popup-container .button:after, .customize_modal--wrapper .popup-container .button:hover:after, .prescription__container .saved-prescriptions--action:after, .prescription__container .saved-prescriptions--action:hover:after, .prescription__container .saved-prescriptions--action.button:not([disabled]):hover:after {
    box-shadow: none;
}
h3.popup-title {
    font-weight: 600;
}
.customize--content-wrap .ebd_lensesbundle--block-wrapper .addition_information textarea {
    border: none;
}
.inner-description-container h4 {
    color: rgb(0, 101, 255);
    font-size: 23px;
    margin: 0px 0px 0.5em;
    text-align: center;
    font-weight: 700 !important;
}
body .main-page-title {
    font-size: 22px;
    margin-bottom: 15px;
    letter-spacing: 0;
}
.template-page--contact .custom-main-page .main-page-title {
    text-align: center;
    font-weight: bold;
}
.custom-main-page h1,.custom-main-page h2, .custom-main-page h3, .custom-main-page h4, .custom-main-page h5, .custom-main-page h6{
    text-transform:uppercase;
  }
  body .custom-main-page .ctm-contact-subheading {
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: unset;
    margin-top: 0;
}
.custom-main-page .contact-wrapper .ctm-left-block, .custom-main-page .contact-wrapper .ctm-right-block {
    max-width: 350px;
    padding: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.06);
    text-align: center;
}
.custom-main-page .contact-wrapper .ctm-con-block-heading {
    text-align: center;
    font-size: 18px;
}
.custom-main-page .contact-wrapper .ctm-contact-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.custom-main-page .contact-wrapper {
    justify-content: center;
}
.custom-main-page a {
    text-decoration: none;
}
.custom-main-page .ctm-contact-wrapper a span {
    font-weight:700;
}
.custom-main-page .ctm-contact-page .link--branch {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border: 1px solid #000;
    border-radius: 6px;
    text-decoration: none;
    background: #faee67;
    color: #000;
    font-weight: 400;
}
.custom-main-page .ctm-contact-page .link--schedule {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    border: 1px solid #000;
    border-radius: 6px;
    text-decoration: none;
    background: transparent;
    color: #1a2ab0;
}
.custom-main-page .ctm-contact-page .ctm-contact-form-heading {
    font-size: 22px;
    font-family: OpenSans-Bold;
    display: none;
}
.ctm-contact-form-wrapper .title {
    text-align: center;
}
.template-page--about-us .custom-main-page h1, h2, h3, h4, h5, h6 {
    text-transform: unset;
}
.card-wrapper .card__heading > a {
    text-transform: uppercase;
    font-size: 15px;
}
.list-details .btn, .list-content .btn{
	display: inline-block;
    padding: 8px 20px;
	line-height: 1.42;
	vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid transparent;
	user-select: none;
    -webkit-appearance: none;
	font-family: Open Sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    border-radius: 5px;
    margin: 5px 0;
    text-transform: uppercase;
	transition: background-color .2s ease-out;
}
/* faq block.css */
.faq-block {
  width: 100%;
  max-width: 1600px;
  min-height: max-content;
  margin: 2.5rem auto;
  padding: 1.25rem 0;

  border-radius: 0 0 0.15rem 0.15rem;
}

.faq-block > h2 {
  font-size:35px;
  margin: 1.25rem auto;
  width: max-content;
}

.faq-block > .block {
  width: 100%;
  max-width: 800px;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
}

.block__h3 {
  /* pointer-events: none; */
  margin: 0;
}

.block__question {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem;

  font-weight: bold;
  text-align: left;
  padding: 1.75rem;
  width: 100%;
  color: #000;
  cursor: pointer;
  /*background-color: hsl(204, 5%, 90%); */
  background-color: transparent;
  border-bottom: 2px solid hsl(204, 5%, 90%);
}

.block__question:hover{
    color: #000;
    background-color: #f7e202;
    border-color: transparent;
}

.faq__answers {
  display: flex;
  flex-flow: column;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.85rem;
  overflow: hidden;

  transition: all 0.35s cubic-bezier(0.23, 1, 0.320, 1);
}
.faq__answers > * {
  margin: 0;
}

.faq__answers a {
  text-decoration: underline;
  color: {{settings.brand_blue}};
}

.faq__answers-list {
  margin-left: 35px !important;
}

.block__question > * {
  pointer-events: none;
}

.block__question > .icon {
  width: 20px;
  height: 20px;

  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.35s cubic-bezier(0.23, 1, 0.320, 1);

}

.block__question[data-state="active"] {
  background-color: hsl(55, 98%, 95%);
}

.block__question[data-state="inactive"] > .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z'%3E%3C/path%3E%3C/svg%3E");
}

.block__question[data-state="active"] > .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 11V13H19V11H5Z'%3E%3C/path%3E%3C/svg%3E");
}

[data-state="inactive"] ~ .faq__answers {
  height: 0;
  padding-block: 0;
}
.store-locator h2.bh-sl-title-s.title-sec-1 {
    font-size: 24px;
}
@media screen and (max-width: 600px) {
    .scasl-location-list {
        height: 468px !important;
    }
    .template-article .shopify-section .custom-breadcrumbs {
    padding-top: 13px;
    padding-bottom: 13px;
}
article.swiper-slide.review__slide {
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
}
    .custom-announcement-bar .custom-contact-flexbox {
        width: 100%;
        justify-content: center;
    }
}
.book-eye-test-page-page .regForm.text-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    max-width: 500px;
}

.regForm .step {
    flex: 1;
    text-align: center;
    margin: 0 5px;
}
#scasl-list-container {
    background-color: #fff !important;
    border-bottom: 1px solid #ccc;
}
.scasl-location-list {
    float: left;
}
div#scasl-title {
    font-family: 'Montserrat';
}
#scasl-list-container {
    font-size: 13px;
}
.scasl-field {
    font-size: 13px;
}
.BookedEyeTest input.btn.right {
    background-color: #f7e338;
    border: none;
    padding: 10px 25px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-align: center;
}
/* Faq page css */
.introTextFaqPlus {
    padding-top: 10px !important;
}
.custom-main-page .book-eye-test.opto-book {
    background: #0066ab !important;
    color: #fff !important;
    display: inline-block;
}
@media screen and (min-width: 990px) {
  .page-width.custom-main-page.page-width--narrow {
      max-width: 65%;
      padding-top: 28px;
      padding-bottom: 28px;
  }
}
.custom-main-page .cms-wrap {
    padding-bottom: 36px;
}
.custom-main-page .main-page-title {
    text-align: center;
}
.custom-main-page h1, .custom-main-page h2, .custom-main-page h3, .custom-main-page h4, .custom-main-page h5, .custom-main-page h6 {
    text-transform: uppercase;
}
.custom-main-page .ctm-common-eye-problems {
    padding-bottom: 36px;
}
.template-page .size_image img {
    border: 1px solid #ddd;
}
.custom-main-page .ctm-fram-size-guide table td {
    border: 1px solid #ececec;
}
.custom-main-page .ctm-fram-size-guide table {
    border-collapse: collapse;
    table-layout: auto;
}
.custom-main-page .ctm-fram-size-guide .frametable a {
    color: #fff;
}
.custom-main-page .ctm-fram-size-guide tbody tr td a {
    text-decoration: none;
    display: inline-block;
    background: #326fa8;
    padding: 6px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}
.fonthead {
    font-size: 30px;
    color: #3a66a6;
    font-weight: 700;
    font-size: 20px;
}
.row.row_mtt {
    display: flex;
    flex-direction: column;
}
.glass-options {
    display: flex;
    justify-content: center;
    gap: 25px;
}
.template-page .glass-options a {
    text-decoration: none;
    display: inline-block;
    background: #326fa8;
    padding: 7px 10px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    font-weight: 500;
}
.position_ofminbox {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ddd;
}
.template-page .face-shape-guide-grid {
    padding: 0;
}
@media (max-width: 500px) {
    .optica-faq-section .optica-faq-section__title {
        font-size: 24px;
    }
}
.template-page--store-locator #locator-title {
    margin-top: 10px !important;
    width: 100%;
    margin: 0 auto;
}
.template-page--store-locator .search-bar-container {
    width: 100% !important;
}
.template-page--store-locator div#store-locator-page > div {
    width: 100%;
}
.template-page--store-locator #locator-description {
    width: 100%;
    margin: 0 auto;
}
.store-bet {
    width: 100%;
    text-align: center;
}
a.btn.btn-info.store-bet {
    background: #f9ec00 !important;
    color: #000 !important;
}
a.btn.btn-success.store-call-us {
    background: #ed1b24 !important;
    color: #fff !important;
}
a.btn.btn-info.store-map {
    background: #1d8178 !important;
    color: #fff !important;
}
.bss-custom-field .btn {
  display: inline-block;
  padding: 8px 20px;
  margin: 0;
  line-height: 1.42;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  margin: 5px 0;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.store-map, .store-bet, .store-call-us {
    border-radius: 5px !important;
    margin: 5px 0;
}
.mt_layout {
    position: relative;
    display: flex;
}
cart-items .cart__warnings .button, .cart-drawer__warnings .button {
    background: #f7e300;
    color: #000;
}
.ctm-product-page .product-form__buttons button.product-form__submit:after, 
.ctm-product-page .product-form__buttons button.product-form__submit:before, 
.ctm-product-page .product-form__buttons .shopify-payment-button__button:after, 
.ctm-product-page .product-form__buttons .shopify-payment-button__button:before, 
.template-product--default .custom-product-page .product-form__buttons button.product-form__submit:before, 
.template-product--default .custom-product-page .product-form__buttons button.product-form__submit:after{
  box-shadow: none;
}
cart-items .cart__warnings .button,
.cart-drawer__warnings .button{
  background:#f7e300;
  color:#000;
}
cart-items .cart__warnings .button:after,
cart-items .cart__warnings .button:hover:after,
cart-items .cart__warnings .button:not([disabled]):hover:after,
.cart-drawer__warnings .button:after,
.cart-drawer__warnings .button:hover:after,
.cart-drawer__warnings .button:not([disabled]):hover:after{
  box-shadow:none;
}
img.country-flag {
    width: 100%;
    max-width: 120px;
}
.sib-form-message-panel {
    margin: 0 0 1.25rem 0;
    width: 100%;
    padding: .4375rem;
    border: 1px solid;
    display: none;
}
.sib-form-block__button-with-loader {
    min-height: 40px;
    line-height: 23px;
}
.sib-form-block__button {
    display: inline-block;
    padding: 8px 18px;
    border: none;
    overflow-wrap: break-word;
    max-width: 100%;
    cursor: pointer;
}
.optica-popup__field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.sib-form .clickable__icon {
    height: 1.5rem;
    vertical-align: bottom;
    width: 1.5rem;
}
.sib-hide-loader-icon {
    display: none;
}
.sib-form .input--hidden {
    display: none !important;
}
.store-locator h2.bh-sl-title-s.title-sec-1 {
    font-size: 24px;
}
#scasl-list-container {
    background-color: #fff !important;
    border-bottom: 1px solid #ccc;
}
.bh-sl-loc-list.scasl-location-list {
    border: 1px solid #ccc;
}
.bh-sl-loc-list.scasl-location-list {
    border: 1px solid #ccc;
}
.scasl-location-list {
    float: left;
}
.list {
    height: 500px;
    overflow-y: scroll;
    display: block;
    clear: left;
    float: left;
    width: 99%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.basic-info.tab ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}
.basic-info.tab ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.book-eye-test-page-page input::placeholder {
color: #BEC9D7;
opacity: 1;
}
.book-eye-test-page-page .time-slog select {
  padding: 10px;
}
.bh-sl-container .bh-sl-map-container a {
    text-decoration: none !important;
}
.ctm-lense-combo img.custom-rounded-card__img {
    border-radius: 24px !important;
}
.template-page .glass-options a:hover {
    color: #fff;
}

.review-card__rating {
    display: flex;
    flex-flow: row nowrap;
    gap: 0.125rem;
    align-items: center;
    font-size: 0.95rem;
    color: #f7e202;
}
.swiper-slide p {
    font-size: 15px;
    margin: 0 0 15px;
}

.review-section .swiper,
.review-section .swiper-wrapper,
.review-section .swiper-slide {
  box-sizing: border-box;
}
.template-page--single-branch .review-section {
    margin-bottom: 5rem;
}
.swiper-wrapper {
    flex-wrap: wrap;
}
  .review__slide {
        max-width: 25%;
        margin-bottom: 10px;
        border: 2px solid hsl(0, 10%, 95%);
        padding: 10px;
        margin: 10px;
    }
    .swiper-wrapper{
      flex-wrap:wrap;
    }
    a.popupLink {
    position: absolute;
    right: 146px;
    height: 40px !important;
    line-height: 26.19px !important;
    z-index: 1;
    padding: 5px 17px;
}
/* a#submit {
    right: 0 !important;
} */
button#prevBtn {
    position: absolute;
    right: 82px;
    height: 47.19px !important;
}
.time-slog.text-center.tab {
    position: relative;
}
.ino-b-btn {
    position: relative;
    width: 100%;
    height: 48px;
}
.ino-b-btn {
    float: right;
}
button#nextBtn {
    position: absolute;
    right: 0;
}
.bss-custom-field svg {
    display: none;
}
#scasl-list-container #scasl-title, #scasl-window-container #scasl-title, .scasl-list-content #scasl-title, .scasl-list-content .scasl-field {
    color: #000000 !important;
}
.bh-sl-title-s {
    font-size: 24px;
}
.template-page--schedule-eye-test .basic-info.tab ul {
    margin-top: 10px;
}
.template-page--schedule-eye-test h1.page-title.custom-page-title {
    /* text-transform: uppercase; */
    color: #000;
    margin-top: 50px;
    letter-spacing: 0;
    margin-top: 25px;
}
.custom-book-eyetest-page .store-locator h2.bh-sl-title-s.title-sec-1 {
    font-size: 25px;
}

/* .custom-book-eyetest-page input[type=text], input[type=search], input[type=password], input[type=email], input[type=file], input[type=number], input[type=tel], textarea, select {
      border: 1px solid #ececec;
      background-color: #5858581a;
      width: 100%;
      max-width: 100%;
      display: block;
      margin: 0 0 20px;
  } */
  .custom-book-eyetest-page .ino-b-btn {
      position: relative;
      width: 100%;
      height: 48px;
  }
  .custom-book-eyetest-page .ino-bb-btn {
      width: 80% !important;
  }
  .custom-book-eyetest-page li {
      margin-bottom: .25em;
  }
  .custom-book-eyetest-page button#nextBtn {
      position: absolute;
      right: 0;
     height: 47.19px !important;
  }
  /* input[type=text], input[type=search], input[type=password], input[type=email], input[type=file], input[type=number], input[type=tel], textarea, select {
      border: 1px solid #ececec;
      background-color: #5858581a;
      width: 100%;
      max-width: 100%;
      display: block;
      margin: 0 0 20px;
  } */
  .time-slog.text-center.tab {
      position: relative;
  }
  a#submit {
      right: 0 !important;
  }
  a.popupLink {
      position: absolute;
      right: 127px;
      height: 47.19px !important;
      line-height: 26.19px !important;
      z-index: 1;
      text-decoration:none;
      padding: 10px 17px;
  }
  .template-page--schedule-eye-test .basic-info input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa !important;
    background-color: transparent !important;
}
.basic-info.tab ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.template-page--schedule-eye-test .time-slog select {
    padding: 10px;
}
.template-page--schedule-eye-test select {
    font-size: 16px;
    line-height: 1.6;
    color: #585858;
    background: transparent;
}
.template-page--schedule-eye-test .ino-mpop input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
    margin: 0;
    background: transparent;
}
/* .template-page--schedule-eye-test .custom-book-eyetest-page #regForm ul {
    margin: 0 0 1em;
    padding: 0;
} */
.template-page--schedule-eye-test ul {
    list-style-type:none;
}
.template-page--schedule-eye-test #contact_form .btn{
    display: inline-block;
    padding: 8px 20px;
    margin: 0;
    line-height: 1.42;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f7e338;
    color: #000;
}
.template-page--schedule-eye-test a.btn.btn-info.store-bet.data-address {
    font-size: 17px;
    padding: 10px 60px;
    border-radius: 8px;
}
@media (min-width: 768px) {
      .multicolumn.custom-multi-pages .multicolumn-card-spacing {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    } 
  a.btn.btn-info.store-bet.data-address {
        width: 50%;
        background: #3a66a6 !important;
        color: #fff;
        font-weight: 600;
    }
}
.store-map, .store-bet, .store-call-us {
    border-radius: 5px !important;
    margin: 5px 0;
}
.cbi__close-btn svg.icon.icon-close {
    width: 25px;
    height: 25px;
    padding: 5px;
}
.template-page--schedule-eye-test .BookedEyeTest ul {
    list-style-type: none;
    padding: 0;
}
.sib-form.optica-newsletter .optica-newsletter__form-wrapper input {
    border: none;
    font-size: 16px;
    color: #4d4d4d;
    /* padding: 0rem 1.25rem !important; */
    outline:none;
}
.sib-form.optica-newsletter .sib-form-message-panel__text {
    display: flex;
    align-items: center;
    margin: 0;
    padding: .5rem;
}
.sib-form.optica-newsletter .sib-form-message-panel__text .sib-notification__icon {
    height: 1.5em;
    width: 1.5em;
    flex-shrink: 0;
    margin-right: calc(1rem - 1px);
}
@media (max-width: 1024px) and (min-width: 749px) {
    body .footer.custom-footer-section .footer-block .custom-payment-icons-wrapper .custom-payment-methods {
        max-width: 250px;
    }
}
.custom-cart-page .cart-items .quantity__input {
    text-align: left;
    margin: 0 0 0px;
}


/* mandasa custom css 12-08-26 */
.cart-item__details .product-option {
    color: #000;
}
.custom-cart-page .custom-cart-item-container .custom-option-values-flexbox > .product-option:last-child .custom-slash-icon {
    display: none;
}
.custom-cart-page .quantity:after{
   box-shadow:none;
}
.jdgm-widget .jdgm-rev-widg__summary-average {
    display: none;
}
@media only screen and (min-width: 992px) {
  .custom-multicolumn-section h3.inline-richtext.custom-card-heading.custom-card-second-heading {
    font-size: 48px;
    line-height:48px;
} 
  .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary {
        width: 16% !important;
    }
    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars>div {
        justify-content: flex-start!important;
    }
       .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars>.jdgm-widget-actions-wrapper  {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center !important;
    }
    .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary-inner {
    flex-direction: column;
}
.basic-info input[type=text], .basic-info input[type=number], .basic-info input[type=email], .time-slog input, .time-slog select {
    width: 60% !important;
    margin: 10px auto;
}
}
.jdgm-rev-widg__summary img.jdgm-verified-checkmark {
    display: none;
}
.shopify-app-block .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-row-stars>div {
    align-items: flex-start;
}
.shopify-app-block .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg__summary+.jdgm-histogram {
    padding-left: 18px;
}
.shopify-app-block .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-write-rev-link {
    max-width: fit-content;
    margin-right: 0;
}
.shopify-app-block .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-histogram+.jdgm-widget-actions-wrapper {
    border-left: none;
}
.jdgm-widget .jdgm-row-actions {
    border-top: none;
}
.jdgm-widget-actions-wrapper a.jdgm-write-rev-link {
    border: 1px solid currentColor;
    padding: 10px;
    text-align: center;
    display: inline-block;
    color: currentColor;
    background-color: #fff;
    font-weight: 400;
}
.shopify-app-block .jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__summary-inner {
    display: flex;
    gap: 10px;
}
.jdgm-widget:not(.jdgm-review-widget--small,.jdgm-review-widget--medium) .jdgm-rev-widg[data-number-of-reviews="0"] .jdgm-rev-widg__summary {
    width: 30% !important;
    justify-content: center !important;
}
.custom-book-eyetest-page h5.scasl-location-list-title {
    font-size: 15px;
    font-size: 15px;
}
.custom-book-eyetest-page a.btn.btn-info.store-bet.data-address {
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 8px;
}
.basic-info h1.bh-sl-title-s.custom-page-title {
    margin-top: 0;
}
.custom-book-eyetest-page input[type=text] {
    background: transparent;
    border: 1px solid #aaaaaa;
}
.book-eye-test-page-page .time-slog select {
    padding: 10px;
}
/* input[type=text], input[type=search], input[type=password], input[type=email], input[type=file], input[type=number], input[type=tel], textarea, select {
    border: 1px solid #aaaaaa;
    background-color: #5858581a;
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 20px;
} */
.template-page--schedule-eye-test a#close-modal {
    z-index: 9999999;
}
.custom-collection-list .card-wrapper .card__heading > a{
   font-size: 18px;
   text-transform: unset;
   font-family
}
.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after{
      box-shadow: 0 0 0 var(--inputs-border-width) rgb(0 0 0);
}
.basic-info h1.bh-sl-title-s.custom-page-title {
    text-transform: unset;
    margin-bottom:10px;
}
.template-page--schedule-eye-test h1.page-title.custom-page-title {
    text-transform: uppercase;
}
.custom-book-eyetest-page .basic-info.tab ul li {
    margin-bottom: 0;
}
.tab h1.bh-sl-title-s.custom-page-title {
    margin-top: 0;
}
/* .jquery-modal.blocker.current {
    background-color: rgb(0 0 0 / 0.5) !important;
} */
 .custom-book-eyetest-page input.invalid, .custom-book-eyetest-page select.invalid {
    background-color: #ffdddd;
}
@media (max-width: 1340px) {
  .header.custom-header-section .header__icons .header__icon.custom-branch-locator-icon {
        width: 16rem;
    }
      .custom-mega-menus .mega-menu__link {
        font-size: 11px;
        padding-left: 10px;
        padding-right: 10px;
    } 
    .header__inline-menu .header__menu-item span {
        font-size: 12.87px;
    } 
}
.custom-multi-pages .multicolumn-card-spacing {
    margin: 0;
    padding: 0;
}
@media (max-width: 1250px) {
    .header.custom-header-section .header__heading {
        max-width: 48%;
        width: 23%;
    }
}
.custom-article-section .article-card-wrapper .custom-article-date {
    font-size: 14px;
}
.custom-article-section .article-card-wrapper .card__heading {
    margin-top: 18px;
}
.custom-article-section .article-card-wrapper .card__heading a {
    letter-spacing: 0;
    font-size: 20px;
    text-decoration: none;
    text-transform: capitalize;
}
.custom-article-section .article-card-wrapper  .custom-article-content {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0;
    color: #000000;
}
.custom-article-section .article-card-wrapper .custom-readmore-link {
    color: #0066ab;
    font-size: 14px;
    letter-spacing: 0;
}
@media (max-width: 400px) {
  .custom-collection-list .collection-list > .collection-list__item {
    max-width: 180px;
    margin: auto;
    width: 100%;
  }
}
.custom-product-page .product__info-wrapper .product__title {
    margin-top: 0;
    margin-bottom: 8px;
}
.template-page--contact .ctm-contact-form-wrapper h2.title {
    text-transform: uppercase;
}
.custom-blog-page .card__information .card__heading > a {
    /* font-family: OpenSans-Bold; */
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #0066ab;
}
.template-page--all-branch .s-title {
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    cursor: alias;
    text-transform: uppercase;
    font-size: 27px;
}
cart-drawer.drawer {
    z-index: 9999999999;
}
.crossSell-popup-actions button.button {
    background: var(--button-secondary-bg);
    color: var(--button-secondary-text) ;
    border: none;
    box-shadow: none;
}
.crossSell-popup-actions button.button::before {
    border: none;
    box-shadow: none;
}
.crossSell-popup-actions button.button::after {
    border: none;
    box-shadow: none;
}
.crossSell-popup-actions .button:not([disabled]):hover:after{
    border: none;
    box-shadow: none;
}
.cross-sell__button.modal-add-to-cart:after, .cross-sell__button.modal-add-to-cart:hover:after, .cross-sell__button.modal-add-to-cart.button:not([disabled]):hover:after {
    box-shadow: none;
}
.crossSell-popup-footer .ctm-just-lenses-btn {
    background-color: var(--button-primary-bg);
    color: var(--button-primary-text);
}
.crossSell-popup-footer .ctm-just-lenses-btn:after, .crossSell-popup-footer .ctm-just-lenses-btn.button:not([disabled]):hover:after, .crossSell-popup-footer .ctm-continue-shopping-btn:after, .crossSell-popup-footer .ctm-continue-shopping-btn.button:not([disabled]):hover:after {
    box-shadow: none;
}
@media (max-width: 767px) {
    .product-template-section .modal-content {
        margin: 2% auto;
        padding: 16px;
        width: 100%;
        position: unset !important;
    }
}
.product-description .face-modal .drawer_right#exampleModalLeft {
    position: relative;
}
@media (max-width: 767px) {
    .product-template-section .face-modal {
        background: #fefefe;
    }
}