/* One Click Reorder */
.ocr-login-container {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
}
.ocr-login-container .ocr-login-content.ocr-guest-content, .ocr-login-container .ocr-login-content.ocr-start-content {
  background-color: #f6f6f6;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  height: 100%;
  gap: 4px;
}
@media (min-width: 1440px) {
  .ocr-login-container .ocr-login-content.ocr-guest-content, .ocr-login-container .ocr-login-content.ocr-start-content {
    padding-right: 20%;
  }
}
@media (min-width: 1700px) {
  .ocr-login-container .ocr-login-content.ocr-guest-content, .ocr-login-container .ocr-login-content.ocr-start-content {
    padding-right: 25%;
  }
}
.ocr-login-container .ocr-login-content {
  /*        &.ocr-guest-content {
               .ocr-guest-title {
                  font-family: $ocrFontLight;
                  color: $blue-LC;
              } 

               .ocr-button {
                   width: 176px; 
              } 
          } */
}
.ocr-login-container {
  /* Header rules */
  /*     &.ocr-header-login-container {

          .ocr-login-content {
              &.ocr-guest-content {
                  .ocr-guest-title {
                      font-size: 20px;
                      margin: 0 24px 0 0;
                  } 
              }

              &.ocr-start-content {
                  .ocr-start-title {
                      margin-right: 5px;
                  }
              }
          }
      } */
  /* PLP rules */
}
.ocr-login-container.ocr-plp-login-container {
  width: 990px;
  margin: 0 auto;
  background-color: #f2f2f2;
  border: 0;
}
.ocr-login-container.ocr-plp-login-container .ocr-login-content.ocr-guest-content {
  height: 104px;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.ocr-login-container.ocr-plp-login-container .ocr-login-content.ocr-guest-content .ocr-guest-title {
  font-size: 28px;
  text-transform: uppercase;
}
.ocr-login-container.ocr-plp-login-container .ocr-login-content.ocr-guest-content .ocr-guest-title.ocr-contacts-icon::before {
  width: 43px;
  height: 24px;
}
.ocr-login-container.ocr-plp-login-container .ocr-login-content.ocr-guest-content .ocr-button {
  width: 194px;
}

.ocr-button {
  display: inline-block;
  font: 13px FuturaBQBook, Arial, Helvetica, sans-serif;
  color: white !important;
  background-color: #326fa8;
  padding: 8px;
  text-align: center;
}

.ocr-contacts-icon::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 19px;
  background: url("../images/group-9@3x.png") no-repeat;
  background-size: 100%;
  margin-right: 5px;
  vertical-align: middle;
}

.ocr-account-icon::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 15px;
  background: url("../images/account-ico-inverted@3x.png") no-repeat;
  background-size: 100%;
  margin-right: 10px;
  vertical-align: middle;
}

.ocr-carousel-container {
  position: relative;
  width: 100%;
  /*     text-align: center; */
}
.ocr-carousel-container .ocr-carousel-title, .ocr-carousel-container .ocr-carousel-desc {
  font-size: 23px;
  line-height: 1.5;
}
.ocr-carousel-container {
  /*.ocr-carousel-title {
       font-family: $ocrFontLight; 
  }*/
}
.ocr-carousel-container .ocr-carousel-desc {
  font-family: FuturaBQMedium, Arial, Helvetica, sans-serif;
}
.ocr-carousel-container .ocr-carousel {
  /* START Slick CSS */
}
.ocr-carousel-container .ocr-carousel.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
}
.ocr-carousel-container .ocr-carousel.slick-slider .slick-track, .ocr-carousel-container .ocr-carousel.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ocr-carousel-container .ocr-carousel.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.ocr-carousel-container .ocr-carousel.slick-slider .slick-list:focus {
  outline: none;
}
.ocr-carousel-container .ocr-carousel.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ocr-carousel-container .ocr-carousel.slick-slider .slick-track::before, .ocr-carousel-container .ocr-carousel.slick-slider .slick-track::after {
  display: table;
  content: "";
}
.ocr-carousel-container .ocr-carousel.slick-slider .slick-track::after {
  clear: both;
}
.ocr-carousel-container .ocr-carousel.slick-slider .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.ocr-carousel-container .ocr-carousel.slick-slider.slick-initialized .slick-slide {
  display: block;
}
.ocr-carousel-container .ocr-carousel.slick-slider .slick-dots {
  font-size: 0;
}
.ocr-carousel-container .ocr-carousel.slick-slider .slick-dots li {
  margin: 0;
}
.ocr-carousel-container .ocr-carousel.slick-slider .slick-dots li button:before {
  opacity: 1;
  color: #333333;
  -webkit-text-fill-color: #f6f6f6;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333333;
  font-size: 30px;
}
.ocr-carousel-container .ocr-carousel.slick-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #333333;
  -webkit-text-fill-color: #333333;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #333333;
}
.ocr-carousel-container .ocr-carousel {
  /* END Slick CSS */
}
.ocr-carousel-container .ocr-carousel .ocr-product {
  display: flex;
  flex-flow: column nowrap;
  align-items: start;
}
.ocr-carousel-container .ocr-carousel .ocr-product img.ocr-product-image {
  max-width: 220px;
  max-height: 110px;
  margin-top: 13px;
  object-fit: cover;
}
.ocr-carousel-container .ocr-carousel .ocr-product .ocr-product-name {
  color: #333333;
  font: 15px FuturaBQLight, Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}
.ocr-carousel-container .ocr-carousel .ocr-product .ocr-product-qty {
  color: #333333;
  font: 15px FuturaBQBook, Arial, Helvetica, sans-serif;
}
.ocr-carousel-container .ocr-carousel .ocr-product .ocr-product-price {
  color: #5a5a5a;
  font: 15px FuturaBQMedium, Arial, Helvetica, sans-serif;
  text-align: start;
}
.ocr-carousel-container .ocr-carousel .ocr-product .ocr-product-price .ocr-product-listprice {
  margin-right: 5px;
}
.ocr-carousel-container .ocr-carousel .ocr-product .ocr-product-price .ocr-product-listprice.strikethrough {
  font: 10px FuturaBQMedium, Arial, Helvetica, sans-serif;
  text-decoration: line-through;
}
.ocr-carousel-container .ocr-carousel .ocr-product .ocr-product-price .ocr-product-offerprice {
  color: #cf0a2c;
  margin-right: 5px;
}
.ocr-carousel-container .ocr-carousel .ocr-product .ocr-product-price .ocr-product-per-box {
  font-size: 10px;
  text-transform: uppercase;
}
.ocr-carousel-container .ocr-carousel-nav {
  position: relative;
  width: 140px;
  color: #333333;
  font: 16px FuturaBQLight, Arial, Helvetica, sans-serif;
  margin-top: 15px;
}
.ocr-carousel-container .ocr-carousel-nav .slick-prev,
.ocr-carousel-container .ocr-carousel-nav .slick-next {
  background: none;
  border: none;
  font-size: 0;
  line-height: 0;
}
.ocr-carousel-container .ocr-carousel-nav .slick-prev {
  left: 0;
  z-index: 1;
}
.ocr-carousel-container .ocr-carousel-nav .slick-next {
  right: 0;
}
.ocr-carousel-container .ocr-carousel-nav .slick-prev::before,
.ocr-carousel-container .ocr-carousel-nav .slick-next::before {
  display: inline-block;
  color: #2f2f2f;
  font: 16px FuturaBQMedium, Arial, Helvetica, sans-serif;
  transform: scaleX(0.5);
}
.ocr-carousel-container .ocr-carousel-nav .slick-prev::before {
  content: "<";
}
.ocr-carousel-container .ocr-carousel-nav .slick-next::before {
  content: ">";
}
.ocr-carousel-container .ocr-carousel-nav .ocr-carousel-paging {
  display: inline-block;
  position: relative;
  margin: 0 30px;
}
.ocr-carousel-container .ocr-carousel-nav .ocr-carousel-current {
  font: 16px FuturaBQMedium, Arial, Helvetica, sans-serif;
}
@media (max-width: 440px) {
  .ocr-carousel-container .ocr-reorder-all {
    width: 100%;
  }
}
.ocr-carousel-container.ocr-plp-carousel-container {
  width: 990px;
  margin: 0 auto;
  border: 0.6px solid #d5d5d5;
  box-sizing: border-box;
}
.ocr-carousel-container.ocr-plp-carousel-container .ocr-carousel-title {
  color: #326fa8;
  font-family: FuturaBQBook, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  background-color: #f6f6f6;
  padding: 10px;
  box-sizing: border-box;
}
.ocr-carousel-container.ocr-plp-carousel-container .ocr-product {
  flex-flow: row nowrap;
  justify-content: center;
}
.ocr-carousel-container.ocr-plp-carousel-container .ocr-product .ocr-product-name-container {
  margin-left: 15px;
  text-align: left;
}
.ocr-carousel-container.ocr-plp-carousel-container .ocr-carousel-nav-container {
  margin-bottom: 30px;
}
.ocr-carousel-container.ocr-plp-carousel-container .ocr-carousel-nav-container .ocr-carousel-nav, .ocr-carousel-container.ocr-plp-carousel-container .ocr-carousel-nav-container .ocr-button.ocr-reorder-all {
  display: inline-block;
}
.ocr-carousel-container.ocr-plp-carousel-container .ocr-carousel-nav-container .ocr-carousel-nav {
  margin: 0 15px 0 0;
}
.ocr-carousel-container.ocr-plp-carousel-container .ocr-carousel-nav-container .ocr-button.ocr-reorder-all {
  margin: 0;
}

/* Header classes */
#header_nav .nav-title.hovered .content.content.contact-lenses ul.link-list.ocr-header-cl-margin li.contact-brand .contacts-list,
#header_nav .nav-title.hovered_debug .content.contact-lenses ul.link-list.ocr-header-cl-margin li.contact-brand .contacts-list {
  padding-top: 113px !important;
}

#header_nav .nav-title.hovered .content.content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list,
#header_nav .nav-title.hovered_debug .content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list {
  display: flex !important;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
  right: 0;
  z-index: 10002 !important;
}
#header_nav .nav-title.hovered .content.content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container,
#header_nav .nav-title.hovered_debug .content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container {
  position: absolute;
  top: 0;
  z-index: 1;
  background-color: white;
  left: 0;
  width: 100%;
  display: flex;
  height: 100%;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}
#header_nav .nav-title.hovered .content.content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container .ocr-lp-loader-title, #header_nav .nav-title.hovered .content.content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container .ocr-lp-loader-desc,
#header_nav .nav-title.hovered_debug .content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container .ocr-lp-loader-title,
#header_nav .nav-title.hovered_debug .content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container .ocr-lp-loader-desc {
  color: #333333;
  font-size: 23px;
  line-height: 32px;
}
#header_nav .nav-title.hovered .content.content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container,
#header_nav .nav-title.hovered_debug .content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container {
  /*                 .ocr-lp-loader-title {
                       font-family: $ocrFontLight; 
                  } */
}
#header_nav .nav-title.hovered .content.content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container .ocr-lp-loader-desc,
#header_nav .nav-title.hovered_debug .content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container .ocr-lp-loader-desc {
  font-family: FuturaBQMedium, Arial, Helvetica, sans-serif;
}
#header_nav .nav-title.hovered .content.content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container .ocr-lp-loader,
#header_nav .nav-title.hovered_debug .content.contact-lenses ul.link-list li.contact-brand.ocr-header-lp.cl_brand_hovered .contacts-list .ocr-lp-loader-container .ocr-lp-loader {
  margin-top: 26px;
  font-size: 64px;
}

/*# sourceMappingURL=style_ocr.css.map */
