body,
html {
  font-family: 'noto_sansregular' !important;
}

body a {
  color: #0079c1;
}

#HomePage {
  font-family: 'noto_sansregular';
}

.js-scroll {
  position: relative;
}

.js-scroll--always-visible .ps__rail-x,
.js-scroll--always-visible .ps__rail-y {
  opacity: 1;
  background-color: #eee;
  height: 4px !important;
}

.header-logo-box-container a,
.header-logo-box-container a:visited,
.header-logo-box-container a:hover,
.header-logo-box-container a:focus,
.header-logo-box-container a:active {
  color: #222;
  text-decoration: none;
}

.header-container-right div.header-right-actions {
  display: inline-block;
  width: 25px;
  height: 50px;
  position: relative;
  margin-right: 15px;
}

.header-container-right div.header-right-actions .logged-user-icon {
  position: absolute;
  top: 12px;
  right: -2px;
  display: none;
  height: 8px;
  width: 8px;
  background-color: #0079c1;
  border-radius: 50%;
  z-index: 1;
}

.header-container-right .header-cart-container .cart-icon-circle.cart-not-empty {
  position: absolute;
  right: -4px;
  top: 17px;
  display: block;
  height: 8px;
  width: 8px;
  background-color: #c8021a;
  border-radius: 50%;
  z-index: 1;
}

.header-container-right div.header-right-actions a {
  top: 50%;
  position: absolute;
  font-size: 30px;
  color: #222;
  text-decoration: none;
  transform: translate(0, -50%);
}

#main-menu-container {
  display: none;
  z-index: 1011;
  width: 100%;
  background: #fff;
  height: 100%;
  transform: scaleX(1);
  transform-origin: right center 0px;
  transition: transform 0.1s ease-out;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  position: fixed !important;
  top: 0px !important;
}

#main-menu-container .menu-box,
#main-menu-container .sign-in-modal,
#main-menu-container .forgot-password-modal,
#main-menu-container .create-account-modal {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  padding: 13% 10%;
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
}

.menu-box a {
  color: #222;
  font-family: 'noto_sansregular';
  font-size: 16px;
}

.menu-box ul li {
  padding: 6%;
  border-bottom: 1px solid #9b9b9b;
  font-family: 'noto_sansregular';
  font-size: 16px;
}

.menu-box ul li a,
.menu-box ul li a:hover,
.menu-box ul li a:active,
.menu-box ul li a:visited,
.menu-box ul li a:focus {
  color: #222;
  text-decoration: none;
}

.menu-box ul {
  margin-bottom: 50px;
}

#content_wrapper_box {
  margin: 0 auto;
  min-height: calc(100vh - 230px);
}

.spritespin-container {
  position: relative;
  height: 75vh;
}

.spritespin-container img,
.spritespin-container video {
  width: 100%;
  height: 100%;
  position: relative;
}

.spinner,
.spinner .frame {
  background: no-repeat center center;
  background-size: cover;
}

.spinner {
  height: 100%;
  width: 100%;
  position: relative;
}

.spinner .frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.spinner .frame.is-active {
  opacity: 1;
}

.spinner .frame.is-hidden,
.spinner .frame.is-hidden.is-active {
  display: none;
}

.arrows-container {
  font-family: 'noto_sansregular';
}

.arrows-container a {
  color: #000;
}

.arrows-container .arrows-copy {
  font-family: noto_sansregular;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: UPPERCASE;
  white-space: nowrap;
}

.arrows-left-container .arrows-copy {
  position: absolute;
  top: 58%;
  left: -7%;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  padding: 5px 0;
}

.arrows-right-container .arrows-copy {
  position: absolute;
  top: 50%;
  right: -6%;
  transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  padding: 5px 0;
}

.arrows-left-icon {
  position: absolute;
  top: 45%;
  left: 0;
}

.arrows-right-icon {
  position: absolute;
  top: 64%;
  right: 0;
}

.marquee-box a {
  position: relative;
  display: block;
  width: 100%;
}

.marquee-container {
  width: 100%;
  position: relative;
  font-family: 'noto_sansbold';
  font-size: 15px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #000;
  cursor: default;
  text-transform: uppercase;
}

.marquee {
  cursor: default;
  display: inline-block;
  animation: 50s linear infinite;
}

.marquee .separator {
  display: inline-block;
  padding: 0 7px;
}

.marquee .separator:before {
  content: '\2022';
}

.marquee-text {
  display: none;
}

@media (max-width:1280px) {
  .marquee {
    animation-duration: 51s;
  }
}

.marquee-ready {
  animation-name: text-loop;
}

.marquee-delayed {
  animation-name: text-loop2;
}

.banner-capsule-container {
  padding: 20px;
}

.banner-capsule-container img {
  height: 100%;
  width: 100%;
}

.new-arrivals-container {
  background-color: #fff;
  position: relative;
}

.new-arrivals-title {
  font-size: 34px;
  line-height: 1.18;
  color: #000;
  text-align: left;
  padding: 10px 20px 20px;
}

.new-arrivals-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 auto;
  width: 100%;
  font-family: 'noto_sansregular';
  color: #4a4a4a;
  padding: 5%;
}

.new-arrivals-single-slide {
  flex: 0 0 auto;
  height: 258px;
  width: 186px;
  border: 2px solid #fff;
  background-color: #f7f7f9;
  padding: 5%;
}

.stick-slide-image-container {
  padding: 6%;
  position: relative;
  min-height: 155px;
  height: 1px;
}

.new-arrivals-single-slide img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.stick-slide-copy-container,
.stick-slide-copy-container .price {
  font-size: 14px;
  line-height: 1.29;
  text-align: left;
  float: left;
}

.gif-brand-container {
  height: auto;
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #dadada;
}

.gif-brand-container a {
  display: block;
  margin: 0 auto;
}

.gif-brand-container img {
  height: 100%;
  width: 100%;
}

.insurance-link-container {
  padding: 15px 30px 10px;
}

.insurance-link-container .insurance-link-copy-container {
  padding: 15px 0;
}

.insurance-link-container .insurance-link-copy,
.insurance-link-container .insurance-link a {
  font-size: 16px;
  color: #000;
}

.insurance-link-container .insurance-link a:hover,
.insurance-link-container .insurance-link a:visited,
.insurance-link-container .insurance-link a:focus,
.insurance-link-container .insurance-link a:active {
  color: #000;
  text-decoration: none;
}

.insurance-link-container .insurance-link-copy {
  font-family: 'noto_sansregular';
  line-height: 1.13;
  margin-bottom: 7px;
}

.insurance-link-container .insurance-link a {
  font-family: 'noto_sansbold';
  font-weight: bold;
}

.copy-home-title-container {
  font-family: 'noto_sansregular';
  font-size: 16px;
  line-height: 1.13;
  color: #000;
  padding: 0;
  margin: 0;
  text-align: center;
}

.copy-delivery-container {
  font-family: 'noto_sansregular';
  font-size: 16px;
  line-height: 1.13;
  color: #000;
  padding: 10px 0;
  margin: 0 20px;
  border-bottom: 1px solid #dadada;
  text-align: center;
}

.site-ajaxcall {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  z-index: 3;
}

.site-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.site-spinner i {
  font-size: 50px;
}

.site-sunglasses {
  right: 100%;
}

.site-eyeglasses {
  left: 100%;
}

.modal-favorites-container {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  padding: 77px 18px 50px;
  box-sizing: border-box;
  z-index: 110;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-favorites-box-grid {
  background: #f6f6f8;
  height: 258px;
  width: 186px;
  padding-top: 12px;
  padding-left: 12px;
  display: inline-block;
  display: inline-flex;
  flex-direction: column;
}

.modal-favorites-box-grid-container {
  display: block;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

#lens-selection-popup {
  overflow: hidden;
  -webkit-overflow-scrolling: unset;
  padding-bottom: 0;
}

#privacy-policy-modal,
#terms-and-conditions-modal,
#update-password-modal {
  display: none;
  margin: auto;
  z-index: 1012;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: auto;
}

#use-insurance-modal {
  display: none;
}

#cart-checkout-modal {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: 1010;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.cart-checkout-modal-container {
  height: 100vh;
}

#cart-checkout-modal .checkout-header-container {
  height: 51px;
}

.cart-checkout-modal-header .checkout-header-logo-box-container {
  width: auto;
  position: absolute;
  left: 20px;
  top: 20px;
}

.cart-checkout-modal-header .checkout-header-logo-box-container a,
.cart-checkout-modal-header .checkout-header-logo-box-container a:active,
.cart-checkout-modal-header .checkout-header-logo-box-container a:focus,
.cart-checkout-modal-header .checkout-header-logo-box-container a:visited {
  color: #000;
  text-decoration: none;
}

.cart-checkout-modal-header .checkout-header-logo-box-container .glasses-logo-container {
  font-size: 16px;
}

.hide {
  display: none!important;
}

.tag-cloud-wrapper {
  width: 100%;
}

.detail_box {
  position: fixed;
  width: 100%;
  display: flex;
  flex-flow: column;
  background-color: #FFF;
  z-index: 999;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fullwidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

.pdp-slick-slider {
  margin: 0;
}

.modal-favorites-box-grid .item {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-favorites-box-grid .item .image-holder {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  margin: 0;
  max-height: 100%;
  width: 100%;
  text-align: center;
}

.modal-favorites-box-grid .item .image-holder img {
  width: 90%;
  height: auto;
}

.modal-favorites-box-grid .item .image-holder img.item-thumbnail--qt {
  display: none!important;
}

.modal-my-account-container {
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  padding: 78px 38px 30px;
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  z-index: 11;
}

.modal-address-container {
  height: 100%;
  background-color: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  padding: 76px 19px 50px;
  z-index: 6;
}

.modal-see-detail-container {
  height: 100vh!important;
  background-color: #fff;
  overflow: scroll;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  padding: 50px 15px 16px 19px;
  z-index: 6;
}

.c-modal-photos {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  opacity: 0;
  z-index: 1000;
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    .arrows-left-container .arrows-copy {
        left:-4% !important;
        top: 57% !important;
    }

    .arrows-right-container .arrows-copy {
        right: -4% !important;
        top: 51% !important;
    }

    .arrows-right-icon {
        top: 62% !important;
    }

    .arrows-left-icon {
        top: 47% !important;
    }
}

body,
html {
  font-family: 'noto_sansregular' !important;
}

body a {
  color: #0079c1;
}

body a:hover {
  text-decoration: none;
}

#HomePage {
  font-family: 'noto_sansregular';
}

a:focus,
button:focus {
  outline: 0px #126ea1;
}

input:focus {
  box-shadow: inset 0 0 0px 0px #0079c1 !important;
}

.js-scroll {
  position: relative;
}

.js-scroll--always-visible .ps__rail-x,
.js-scroll--always-visible .ps__rail-y {
  opacity: 1;
  background-color: #eee;
  height: 4px !important;
}

body :focus {
  outline: 5px #0079c1;
}

body.using-mouse :focus {
  outline: none;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 1;
}

.ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #000;
  opacity: 1;
  height: 4px !important;
  cursor: pointer;
  bottom: 0 !important;
}

.rectangle-button {
  min-height: 38px;
  border-radius: 4px;
  font-size: 14px;
  font-family: 'noto_sansregular';
  padding: 7px 10px;
  border: none;
  min-width: 160px;
  width: 43%;
}

.line {
  width: 100%;
  opacity: 0.5;
  border: solid 1px #9b9b9b;
}

.rectangle-button.black-button {
  background-color: #000;
  color: #FFF;
}

.rectangle-button.black-button:disabled,
.rectangle-button.black-button.disabled {
  opacity: 0.4;
}

.rectangle-button.white-button {
  background-color: #fff;
  color: #000;
  border: SOLID 1PX #222;
}

div.error-message,
div.success-message,
#LogonDialogForm .login-email-container div.required,
#LogonDialogForm .login-password-container div.required {
  font-family: 'noto_sansregular';
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

div.error-message,
#LogonDialogForm .login-email-container div.required,
#LogonDialogForm .login-password-container div.required {
  color: #d0021b;
  text-align: initial;
}

div.success-message {
  color: #3c7841;
}

input.input-common {
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  border: none;
  position: relative;
  display: block;
  outline: 0;
  box-shadow: none;
  width: 100%;
}

input.input-white {
  background: none;
  padding: 5px 5px 5px 15px;
}

.input-x-container {
  display: flex;
  position: relative;
  transition: padding-top 0.1s;
  font-family: 'noto_sansregular';
}

.input-x-container.label-height {
  padding-top: 18px;
}

.input-x-container .input-label {
  position: absolute;
  font-size: 16px;
  color: #000;
  bottom: 5px;
  left: 0;
  margin: 0;
  cursor: text;
  transition: font-size 0.1s, top 0.1s;
}

.input-x-container .input-label.label-on-top {
  top: 0;
  font-size: 12px;
}

.input-x-container .iconglasses-x {
  display: none;
  font-size: 30px;
  color: #d0021b;
  position: absolute;
  bottom: 0;
  right: 0;
}

.line.error-red {
  border: solid 1px #d0021b;
}

.noScroll,
.noScroll-menu {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.noScroll-body {
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

div.required,
span.required,
p.required {
  font-family: 'noto_sansregular';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #d0021b;
  float: left;
  clear: both;
  margin: 2px 0 0px 2px;
}

.header-logo-box-container a,
.header-logo-box-container a:visited,
.header-logo-box-container a:hover,
.header-logo-box-container a:focus,
.header-logo-box-container a:active {
  color: #222;
  text-decoration: none;
}

.header-container-right div.header-right-actions {
  display: inline-block;
  width: 25px;
  height: 50px;
  position: relative;
  margin-right: 15px;
}

.header-container-right div.header-right-actions .logged-user-icon {
  position: absolute;
  top: 12px;
  right: -2px;
  display: none;
  height: 8px;
  width: 8px;
  background-color: #0079c1;
  border-radius: 50%;
  z-index: 1;
}

.header-container-right .header-cart-container .cart-icon-circle.cart-not-empty {
  position: absolute;
  right: -4px;
  top: 17px;
  display: block;
  height: 8px;
  width: 8px;
  background-color: #c8021a;
  border-radius: 50%;
  z-index: 1;
}

.header-container-right div.header-right-actions a {
  top: 50%;
  position: absolute;
  font-size: 30px;
  color: #222;
  text-decoration: none;
  transform: translate(0, -50%);
}

#main-menu-container {
  display: none;
  z-index: 1011;
  width: 100%;

	height: 100%;
  transform: scaleX(1);
  transform-origin: right center 0px;
  transition: transform 0.1s ease-out;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  position: fixed !important;
  top: 0px !important;
}

#main-menu-container .close-modal,
#main-menu-container .go-back-modal {
  z-index: 11;
  overflow: visible;
  position: relative;
}

#main-menu-container .modal-my-account-container .go-back-modal {
  display: none !important;
}

#main-menu-container .go-back-modal {
  z-index: 14;
}

#main-menu-container .go-back-modal .cross-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    display: none;
}

#main-menu-container .close-modal-action,
#main-menu-container .go-back-modal-action {
  text-decoration: none;
  position: absolute;
  top: 15px;
}

#main-menu-container .close-modal-action {
  right: 15px;
}

#main-menu-container .go-back-modal-action {
  left: 15px;
}

#main-menu-container .go-back-modal .go-back-modal-icon {
  color: #111;
  font-size: 25px;
}

#main-menu-container .menu-box,
#main-menu-container .sign-in-modal,
#main-menu-container .forgot-password-modal,
#main-menu-container .create-account-modal {
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  padding: 13% 10%;
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
}

#main-menu-container .sign-in-modal,
#main-menu-container .forgot-password-modal {
  z-index: 13;
}

.menu-box a {
  color: #222;
  font-family: 'noto_sansregular';
  font-size: 16px;
}

.menu-header-actions {
  display: flex;
  justify-content: space-between;
  padding: 6%;
  border-bottom: 1px solid #9b9b9b;
}

.menu-box ul li {
  padding: 6%;
  border-bottom: 1px solid #9b9b9b;
  font-family: 'noto_sansregular';
  font-size: 16px;
}

.menu-box ul li a,
.menu-box ul li a:hover,
.menu-box ul li a:active,
.menu-box ul li a:visited,
.menu-box ul li a:focus {
  color: #222;
  text-decoration: none;
}

.menu-box ul {
  margin-bottom: 50px;
}

.header-newsletter-title {
  font-family: 'EB Garamond';
  font-size: 32px;
  text-align: center;
  margin-bottom: 5px;
}

.header-newsletter-subtitle {
  font-family: 'noto_sansregular';
  font-size: 14px;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 25px;
}

.newsletter-disclaimer-container {
  font-size: 12px;
  line-height: normal;
}

#emailSignup .newsletter-disclaimer-container,
#userRegModelForm .newsletter-disclaimer-container {
  padding-top: 18px;
  color: #000;
  letter-spacing: normal;
}

#emailSignup .newsletter-disclaimer-container .newsletter-disclaimer-label a,
#userRegModelForm .newsletter-disclaimer-container .newsletter-disclaimer-label a {
  font-family: 'noto_sansregular';
  font-size: 12px;
  color: #000;
  text-decoration: underline;
  font-weight: normal;
}

.wced-vm {
  font-family: 'DM Sans';
  font-size: 10px;
  line-height: 13px;
  background: #ebf2ff;
  margin: 0px 10px;
  padding: 2px 5px;
  border-radius: 5px;
 }
 
.button-container {
  text-align: center;
  margin: 40px 0;
}

.button-container input[type="submit"] {
  margin: 0 auto;
}

input#Subscription_Email_Input {
  text-align: center;
}

.sign-in-modal,
.forgot-password-modal {
  display: none;
}

.sign-in-header {
  margin-bottom: 15%;
}

.sign-in-header h3 {
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  text-transform: capitalize;
  line-height: 1.13;
  padding-left: 15px;
}

.login-email-container input,
.login-password-container input {
  padding: 5px 15px;
}

.login-email-container {
  margin-bottom: 35px;
}

.login-password-container {
  margin-bottom: 5px;
}

.forgot-password-container a {
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  text-decoration: underline;
}

.forgot-password-container a:hover,
.forgot-password-container a:focus,
.forgot-password-container a:visited,
.forgot-password-container a:active {
  color: #222;
  text-decoration: underline;
}

.create-account-modal {
  display: none;
}

.create-account-modal-header {
  padding-left: 15px;
}

.create-account-modal-header,
.create-account-modal-body {
  font-family: 'noto_sansregular';
  font-size: 16px;
  text-align: left;
  color: #222;
  padding-bottom: 0;
}

.create-account-email-container,
.create-account-password-container,
.create-account-modal-header {
  margin-bottom: 35px;
}

.create-account-password-container {
  position: relative;
}

.show-password-icon-container {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

.show-password-icon-container a,
.show-password-icon-container a:hover,
.show-password-icon-container a:focus,
.show-password-icon-container a:active,
.show-password-icon-container a:visited {
  color: #000;
  text-decoration: none;
}

form#userRegModelForm .show-password-icon-container .hidden-password-icon {
  font-size: 6px;
  margin-top: 5px;
}

form#userRegModelForm input[type=checkbox] {
  visibility: hidden;
  position: relative;
  cursor: pointer;
  display: none;
}

form#userRegModelForm input[type="checkbox"] + label.receiveEmail-custom-label {
  font-size: 15px;
}

form#userRegModelForm .create-account-checkbox-container label {
  display: inline;
}

.reciveEmail-text {
  display: inline-block;
  color: #000;
  font-family: 'noto_sansregular';
  font-size: 14px;
}

.reset-password-page,
.update-password-container {
  font-family: 'noto_sansregular';
  font-size: 16px;
  text-align: left;
  color: #222;
  padding-bottom: 0;
}

.forgot-password-title,
.forgot-password-subtitle,
.update-password-title,
.update-password-subtitle {
  margin-bottom: 30px;
  padding-left: 15px;
}

.forgot-password-subtitle p,
.update-password-title p {
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  line-height: 13px;
  padding: 0;
  text-align: left;
}

.reset-password-page form#ResetPasswordForm,
.update-password-container form#password_update_form {
  padding: 0;
}

.reset-password-page form#ResetPasswordForm input[type="text"],
.update-password-container form#password_update_form input[type="text"] {
  margin-bottom: 0;
}

#content_wrapper_box {
  margin: 0 auto;
  min-height: calc(100vh - 230px);
}

.spritespin-container {
  position: relative;
  height: 75vh;
}

.spritespin-container img,
.spritespin-container video {
  width: 100%;
  height: 100%;
  position: relative;
}

.spinner,
.spinner .frame {
  background: no-repeat center center;
  background-size: cover;
}

.spinner {
  height: 100%;
  width: 100%;
  position: relative;
}

.spinner .frame {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.spinner .frame.is-active {
  opacity: 1;
}

.spinner .frame.is-hidden,
.spinner .frame.is-hidden.is-active {
  display: none;
}

.arrows-container {
  font-family: 'noto_sansregular';
}

.arrows-container a {
  color: #000;
}

.arrows-container .arrows-copy {
  font-family: noto_sansregular;
  line-height: inherit;
  letter-spacing: normal;
  text-transform: UPPERCASE;
  white-space: nowrap;
}

.arrows-left-container .arrows-copy {
  position: absolute;
  top: 58%;
  left: -7%;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  padding: 5px 0;
}

.arrows-right-container .arrows-copy {
  position: absolute;
  top: 50%;
  right: -6%;
  transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  padding: 5px 0;
}

.arrows-left-icon {
  position: absolute;
  top: 45%;
  left: 0;
}

.arrows-right-icon {
  position: absolute;
  top: 64%;
  right: 0;
}

.marquee-box a {
  position: relative;
  display: block;
  width: 100%;
}

.marquee-container {
  width: 100%;
  position: relative;
  font-family: 'noto_sansbold';
  font-size: 15px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #000;
  cursor: default;
  text-transform: uppercase;
}

.marquee {
  cursor: default;
  display: inline-block;
  animation: 50s linear infinite;
}

.marquee .separator {
  display: inline-block;
  padding: 0 7px;
}

.marquee .separator:before {
  content: '\2022';
}

.marquee-text {
  display: none;
}

@media (max-width:1280px) { .marquee { animation-duration: 51s; } }
@media (max-width:768px) { .marquee { animation-duration: 52s; } }
@media (max-width:460px) { .marquee { animation-duration: 53s; } }

.marquee-ready {
  	animation-name: text-loop;
}
.marquee-delayed {
  animation-name: text-loop2;
}

@keyframes text-loop {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes text-loop2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

.banner-capsule-container {
  padding: 20px;
}

.banner-capsule-container img {
  height: 100%;
  width: 100%;
}

.new-arrivals-title {
  font-size: 34px;
  line-height: 1.18;
  color: #000;
  text-align: left;
  padding: 10px 20px 20px;
}

.new-arrivals-slider {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 auto;
  width: 100%;
  font-family: 'noto_sansregular';
  color: #4a4a4a;
  padding: 5%;
}

.new-arrivals-single-slide {
  flex: 0 0 auto;
  height: 258px;
  width: 186px;
  border: 2px solid #fff;
  background-color: #f7f7f9;
  padding: 5%;
}

.stick-slide-image-container {
  padding: 6%;
  position: relative;
  min-height: 155px;
  height: 1px;
}

.new-arrivals-single-slide img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.stick-slide-copy-container,
.stick-slide-copy-container .price {
  font-size: 14px;
  line-height: 1.29;
  text-align: left;
  float: left;
}

.gif-brand-container {
  height: auto;
  padding: 20px 0;
  margin: 0 20px;
  border-bottom: 1px solid #dadada;
}

.gif-brand-container a {
  display: block;
  margin: 0 auto;
}

.gif-brand-container img {
  height: 100%;
  width: 100%;
}

.insurance-link-container {
  padding: 15px 30px 10px;
}

.insurance-link-container .insurance-link-copy-container {
  padding: 15px 0;
}

.insurance-link-container .insurance-link-copy,
.insurance-link-container .insurance-link a {
  font-size: 16px;
  color: #000;
}

.insurance-link-container .insurance-link a:hover,
.insurance-link-container .insurance-link a:visited,
.insurance-link-container .insurance-link a:focus,
.insurance-link-container .insurance-link a:active {
  color: #000;
  text-decoration: none;
}

.insurance-link-container .insurance-link-copy {
  font-family: 'noto_sansregular';
  line-height: 1.13;
  margin-bottom: 7px;
}

.insurance-link-container .insurance-link a {
  font-family: 'noto_sansbold';
  font-weight: bold;
}

.copy-home-title-container {
  font-family: 'noto_sansregular';
  font-size: 16px;
  line-height: 1.13;
  color: #000;
  padding: 0;
  margin: 0;
  text-align: center;
}

.copy-delivery-container {
  font-family: 'noto_sansregular';
  font-size: 16px;
  line-height: 1.13;
  color: #000;
  padding: 10px 0;
  margin: 0 20px;
  border-bottom: 1px solid #dadada;
  text-align: center;
}

.site-ajaxcall {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  z-index: 3;
}

.site-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.site-spinner i {
  font-size: 50px;
}

.site-sunglasses {
  right: 100%;
}

.site-eyeglasses {
  left: 100%;
}

.modal-favorites-container {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  padding: 77px 18px 50px;
  box-sizing: border-box;
  z-index: 110;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-favorites-container .arrow-left-container {
  position: absolute;
  top: 16px;
  left: 14px;
}

.modal-favorites-container .arrow-left-container a {
  font-size: 28px;
  color: #000;
}

.modal-favorites-head {
  margin-bottom: 30px;
}

.modal-favorites-title {
  font-size: 32px;
  font-weight: normal;
  color: #000;
  font-family: 'noto_sansregular' !important;
}

.modal-favorites-subtitle {
  margin-top: 10px;
  color: #222;
  font-size: 16px;
  font-family: 'noto_sansregular' !important;
}

.modal-favorites-subtitle a {
  color: #0079c1;
}

.modal-favorites-eyeglasses-title,
.modal-favorites-sunglasses-title,
.modal-favorites-suggestion-title {
  font-family: 'noto_sansregular';
  font-size: 24px;
  font-weight: normal;
  color: #222;
  margin-bottom: 20px;
}

.modal-favorites-box-grid {
  background: #f6f6f8;
  height: 258px;
  width: 186px;
  padding-top: 12px;
  padding-left: 12px;
  display: inline-block;
  display: inline-flex;
  flex-direction: column;
}

.modal-favorites-box-grid-container {
  display: block;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.modal-favorites-no-favorites {
  margin-bottom: 66px;
}

.modal-favorites-no-favorites-title {
  font-family: 'noto_sansregular';
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}

.modal-favorites-no-favorites-paragraph {
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}

.modal-favorites-no-favorites-button-container {
  display: flex;
  justify-content: space-between;
}

.modal-favorites-no-favorites-button {
  font-size: 15px;
}

.modal-search-container {
  display: none;
  width: 100% !important;
  height: 100% !important;
  right: 0;
  background-color: #FFF !important;
  position: fixed !important;
  top: 0 !important;
}

.modal-search-header-container {
  padding: 26px 13px 52px 15px;
  display: inline-block;
  width: 100%;
}

.modal-search-header-logo {
  float: left;
}

.modal-search-header-logo a {
  text-decoration: none;
  color: #000;
}

.modal-search-close {
  margin: 0;
  position: absolute;
  top: 17px;
  right: 20px;
}

.modal-search-icon-close {
  font-size: 30px;
  float: right;
  display: block !important;
}

.modal-search-body {
  background-color: #FFF !important;
}

.modal-search-form-container {
  padding: 0 20px 0 16px;
}

.modal-search-input-container {
  margin: 0px auto;
  position: relative;
}

.modal-search-input {
  margin: 0px 0px  !important;
  color: #000;
}

.modal-search-input::placeholder {
  color: #000;
}

.modal-search-icon-search {
  font-size: 30px;
  position: absolute;
  top: 4px;
  right: 0;
}

.modal-search-category-container {
  padding: 40px 0 20px;
}

.modal-search-category-container .filter-tags-wrapper {
  padding: 0;
}

.modal-search-result-grid-container {
  display: block;
  white-space: nowrap;
  width: 100%;
  padding-bottom: 10px;
}

.modal-search-result-grid {
  background-color: #f7f7f9;
  position: relative;
  width: 186px;
  display: inline-block;
  display: inline-flex;
  flex-direction: column;
  padding: 2.5px;
}

.modal-search-result-grid-title {
  font-size: 12px;
  color: #4a4a4a;
  font-family: 'noto_sansregular';
  position: absolute;
  top: 13px;
  right: 18px;
}

.modal-search-result-grid-title-electronics {
  position: absolute;
  top: 10px;
  left: 10px;
}

.modal-search-result-offer-electronics {
  position: absolute;
  top: 0px;
  margin-left: 5px;
}

.load-to-result-search-margin {
  margin: 20px;
}

.modal-search-result-img-container {
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
  text-align: center;
}

.modal-search-result-img-container a {
  text-decoration: none;
  color: #000;
  font-family: noto_sansregular;
}

.modal-search-result-img {
  width: 80% !important;
  object-fit: contain;
  height: auto !important;
}

.modal-search-result-description-container {
  font-size: 14px;
  color: #4a4a4a;
  font-family: 'noto_sansregular';
  position: absolute;
  left: 17px;
  bottom: 4%;
  line-height: 1.29;
}

.modal-search-footer {
  text-align: center;
  clear: both;
  padding: 30px 20px 59px;
}

.modal-search-footer .rectangle-button {
  -webkit-appearance: inherit;
  line-height: 40px;
}

.c-content-box {
  font-family: 'noto_sansregular';
  padding: 0;
  display: flex;
  height: 100%;
  max-height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.c-content-box input#upload_image {
  display: none;
}

.o-steps {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;

  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#select-a-lens-step-0,
#select-a-lens-step-1,
#select-a-lens-step-2,
#select-a-lens-step-3,
#select-a-lens-step-4,
#select-a-lens-step-5,
#select-a-lens-step-info {
  transition: all solid 0.3s;
  position: relative;
  min-height: calc(100vh - 70px);
}

.o-steps.is-active {
  left: 0;
  z-index: 2;
}

.o-steps.is-current {
  left: 0;
  z-index: 2;
}

.o-steps .o-steps__header,
.o-steps .o-steps__body,
.o-steps .o-steps__footer {
  padding-left: 50px;
  padding-right: 50px;
}

.o-steps .o-steps__header {
  height: auto;
  padding-top: 50px;
  padding-bottom: 30px;
}

.o-steps .o-steps__header .o-arrow {
  font-size: 26px;
  padding: 0 0 10px;
  cursor: pointer;
}

.o-steps .o-steps__header .c-step {
  font-size: 16px;
  line-height: 16px;
  color: #4a4a4a;
}

.o-steps .o-steps__header .c-title {
  font-size: 32px;
  display: block;
  margin-bottom: 25px;
  line-height: normal;
}

.o-steps .o-steps__header .c-subtitle {
  font-size: 16px;
  display: block;
  color: #222;
  line-height: 1.5;
}

#lens-selection-popup {
  overflow: hidden;
  -webkit-overflow-scrolling: unset;
  padding-bottom: 0;
}

.o-steps .o-steps__scrollable {
  height: 100%;
  max-height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.o-steps .o-steps__body {
  height: auto;
  padding-bottom: 30px;
}

.o-steps__row {
  height: auto;
}

.o-intro-steps .c-subtitle-cta {
  font-size: 16px;
  line-height: 16px;
  color: #0079c1!important;
  text-decoration: none;
  display: block;
}

.o-tabs {
  height: 100%;
}

.o-tabs .o-tabs__nav {
  height: 70px;
  cursor: pointer;
}

.o-tabs .o-tabs__nav .o-tabs__nav__item {
  display: inline-block;
  padding: 5px 0;
  margin: 0;
  font-size: 18px;
  line-height: 23px;
  color: #9b9b9b;
}

.o-tabs .o-tabs__nav .o-tabs__nav__item + .o-tabs__nav__item {
  margin-left: 35px;
}

.o-tabs .o-tabs__nav .o-tabs__nav__item.is-active {
  border-bottom: 1PX SOLID #222;
  color: #222;
}

.o-tabs .o-tabs__content {
  max-height: 100%;
}

.o-tabs .o-tabs__content .o-tabs__content__item {
  display: none;
}

.o-tabs .o-tabs__content .o-tabs__content__item.is-active {
  display: block;
}

.o-tabs .o-tabs__content .o-tabs__content__item.is-active img {
  max-width: 100%;
  max-height: 100%;
}

.o-tabs .o-tabs__content .o-tabs__content__item.prescription-image-container {
  text-align: center;
}

.o-step-choice {
  display: block;
}

.o-step-choice.fake .iconglasses-icon-no-treat {
  background-image: url('../../images/no-treatment@3x.png');
  height: 30px;
  background-size: 22px;
  margin-left: 11px;
  margin-right: -22px;
  padding-left: 0;
  background-repeat: no-repeat;
}

.o-step-choice.fake .c-subtitle {
  padding-top: 20px;
  padding-bottom: 15px;
}

.o-step-choice .o-step-choice__input {
  display: none;
}

.o-step-choice .o-step-choice__label {
  display: block;
  padding: 16px 20px;
  border: solid 1px #dadada;
  margin: 0 0 15px;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  overflow: auto;
}

.o-step-choice .o-step-choice__input:checked + .o-step-choice__label {
  border: 1.5px solid #0079c1;
}

.o-step-choice .o-step-choice__input + .o-step-choice__label .c-icon {
  font-size: 20px;
  line-height: 20px;
  width: 35px;
  float: left;
  text-align: center;
}

.o-step-choice .o-step-choice__input + .o-step-choice__label .c-icon.icon-smaller {
  font-size: 17px;
}

.o-step-choice .o-step-choice__input + .o-step-choice__label .c-text {
  width: calc( 100% - 35px );
  float: right;
}

.o-step-choice .o-step-choice__input + .o-step-choice__label .c-text .c-title {
  float: left;
  font-size: 20px;
  line-height: 20px;
}

.o-step-choice .o-step-choice__input + .o-step-choice__label .c-text .c-price {
  float: right;
  font-size: 20px;
  line-height: 20px;
}

.o-step-choice__label .c-text .c-desc {
  line-height: 24px;
  min-height: 24px;
}

.o-step-choice .o-step-choice__input + .o-step-choice__label .c-text .c-desc {
  float: left;
  clear: both;
  width: 100%;
  font-size: 16px;
  color: #9b9b9b;
  padding: 5px 0 0;
}

.o-next-step,
.lens-selection-popup-bottom {
  font-family: 'noto_sansregular';
  height: auto;
  width: 100%;
  display: table;
  letter-spacing: normal;
  text-transform: none;
}

.o-next-step .o-next-step__cell,
.lens-selection-popup-bottom .o-next-step__cell {
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  color: #222;
  display: table-cell;
  vertical-align: middle;
}

.o-next-step__table {
  display: table;
  width: 100%;
}

.o-next-step .o-next-step__cell,
.lens-selection-popup-bottom .o-next-step__cell .total-vision-insurance-container {
  display: flex;
}

.o-next-step .o-next-step__cell,
.lens-selection-popup-bottom .o-next-step__cell .total-vision-insurance-container .o-next-step__price__insurance {
  padding-right: 5px;
  text-decoration: line-through;
}

.o-next-step__cell .send-later-presc-button-container {
  display: none;
}

.o-next-step .o-next-step__cell:last-child,
.lens-selection-popup-bottom .o-next-step__cell:last-child {
  text-align: right;
}

.o-next-step .o-next-step__cell a,
.lens-selection-popup-bottom .o-next-step__cell a:not(.affirm-modal-trigger) {
  color: #222;
  text-decoration: underline;
}

.vision-insurance-bar a {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: left;
  float: left;
}

.o-modal-fullpage {
  background: #FFF;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 70px 0 0;
  z-index: 3;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.o-modal-fullpage.is-active {
  top: 0;
}

.o-modal-fullpage__close {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 4;
  font-size: 30px;
  line-height: 1em;
  cursor: pointer;
}

.o-modal-fullpage__scroll {
  overflow: scroll;
  height: 100%;
  padding: 0 70px 30px 50px;
  text-transform: none;
}

.o-lens-info-section {
  padding-top: 20px;
  padding-right: 20px;
}

.o-lens-info-section__col {
  padding-left: 15px;
}

.o-lens-info-section .c-title {
  font-size: 32px;
  color: #000;
  padding-bottom: 40px;
}

.o-lens-info-section .c-subtitle {
  font-size: 18px;
  line-height: 1.28;
  color: #222;
  padding-bottom: 10px;
}

.o-lens-info-section .c-icon {
  margin-right: 10px;
  font-size: 18px;
  line-height: 20px;
  width: 32px;
  float: left;
  text-align: center;
}

.o-lens-info-section .c-desc {
  font-size: 14px;
  line-height: 1.71;
  color: #4a4a4a;
  padding-bottom: 30px;
}

.o-next-step__price {
  font-size: 20px;
  color: #000;
  padding-bottom: 3px;
}

.wizard-mobile .o-steps .o-steps__header,
.wizard-mobile .o-steps .o-steps__body,
.wizard-mobile .o-steps .o-steps__footer {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: none;
}

.wizard-mobile .o-steps .upload-completed {
  opacity: 0.5;
}

.wizard-mobile .o-steps .o-steps__header {
  padding-top: 20px;
}

.wizard-mobile .o-step-choice__label .c-icon {
  margin-right: 15px;
}

.wizard-mobile .o-step-choice .o-step-choice__input + .o-step-choice__label .c-text {
  float: none;
  display: inline;
}

.wizard-mobile .o-step-choice .o-step-choice__input + .o-step-choice__label .c-text .c-title {
  max-width: calc( 100% - 35px );
  padding-bottom: 10px;
}

.wizard-mobile .o-modal-fullpage {
  padding-top: 50px;
}

.wizard-mobile .o-modal-fullpage__scroll {
  padding-left: 15px;
  padding-right: 15px;
}

.wizard-mobile .o-modal-fullpage__close {
  top: 15px;
  right: 15px;
}

.camera-preview-container {
  display: none;
  position: relative;
  width: 335px;
  height: 324px;
  margin: 0 auto;
}

.prescription-image-uploaded-container {
  display: none;
}

.prescription-image-uploaded-container .presciption-image-box {
  padding: 25px 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
  border: 1px solid #dadada;
  margin-bottom: 25px;
}

.prescription-image-uploaded-container .presciption-image-box span {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
}

.prescription-image-uploaded-container .presciption-image-box i {
  font-size: 25px;
}

#privacy-policy-modal,
#terms-and-conditions-modal,
#update-password-modal {
  display: none;
  margin: auto;
  z-index: 1012;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  overflow: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
}

.switch-menu {
  position: relative;
  width: 100%;
  height: 30px;
}

.switch-menu input {
  display: none;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: unset;
  background-color: #4a4a4a;
  -webkit-transition: .4s;
  transition: .4s;
  width: 60px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  top: 2px;
  background-color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


input:checked + .slider {
  background-color: #2196F3;
}


input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  transform: translateX(30px);
}

#use-insurance-modal {
  display: none;
}

.close-modal span {
  color: #000;
  font-size: 30px;
  font-weight: normal;
}

.font-insurance-title H2 {
  font-family: 'Space Mono';
  font-size: 28px;
  font-weight: normal;
  text-align: left;
  height: 43px;
  text-transform: none;
  color: #000;
  text-transform:uppercase;
  width:20px;

}

.insurance-modal-container-column .font-insurance-description {
  margin-top: 20px;
}

.insurance-modal-container-column .font-insurance-description p{
  line-height:1.5;
  color:#000000;
  margin-left: 5px;
}


div.error-message,
div.success-message {
  font-family: 'noto_sansregular';
  font-size: 12px;
  font-weight: normal;
  margin-top: 2px;
}

div.error-message {
  color: #d0021b;
  text-align: initial;
}

#change-modal {
  margin-top: 0;
  text-decoration: none;
  font-family: 'noto_sansregular';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #0079c1;
}

.container_form FORM {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.insurance-modal-container-column-input {
  flex: 1 0 100%;
}

.insurance-modal-container-button-paragraph .paragraph-form {
  font-family: 'noto_sansregular';
  font-size: 14px;
  line-height: normal;
  color: #4a4a4a;
  padding-left: 8px;
  padding-right: 13px;
}

#insurance-container-cancel {
  display: none;
}

.close-modal {
  text-align: right;
}

.container-network .font-insurance-download-insurance {
  height: 16px;
  font-family: 'noto_sansregular';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #0079c1;
  text-decoration: underline;
}

.text-network {
  font-family: 'noto_sansregular';
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  height: 43px;
  text-transform: uppercase;
  color: #000;
  padding-left:8px;
}

.first-p {
  margin-top: 36px;
  margin-bottom: 36px;
  margin-right: 30px;
}

.second-p {
  margin-top: 12px;
  margin-bottom: 19px;
  margin-right: 30px;
}

#container-network {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: 1000000001;
  padding: 15px 15px 0 17px;
}

#container-network p {
  font-family: 'noto_sansregular';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #4a4a4a;
}

.error-container-1,
.error-container-2 {
  display: none;
  width: 100%;
  padding: 7px 13px 0 8px;
}

.error-container-1 P,
.error-container-2 P {
  font-family: 'noto_sansregular';
  font-size: 14px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #d0021b;
}

.error-container-1 .error-top {
  font-weight: bold;
}

.error-container-1 .error-bottom {
  margin-top: 10px;
  font-weight: normal;
}

.input-plan-member-container {
  width: 100%;
  margin: 25px 15px 42px 6px;
}

.input-plan-container {
  margin-bottom: 42px;
}

#cart-checkout-modal {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #FFF;
  z-index: 1010;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.cart-checkout-modal-container {
  height: 100vh;
}

#cart-checkout-modal .checkout-header-container {
  height: 51px;
}

.cart-checkout-modal-header .checkout-header-logo-box-container {
  width: auto;
  position: absolute;
  left: 20px;
  top: 20px;
}

.cart-checkout-modal-header .checkout-header-logo-box-container a,
.cart-checkout-modal-header .checkout-header-logo-box-container a:active,
.cart-checkout-modal-header .checkout-header-logo-box-container a:focus,
.cart-checkout-modal-header .checkout-header-logo-box-container a:visited {
  color: #000;
  text-decoration: none;
}

.cart-checkout-modal-header .checkout-header-logo-box-container .glasses-logo-container {
  font-size: 16px;
}

.arrow-before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
  top: -9px;
  left: 12px;
  z-index: 0;
}

.arrow-after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #f7f7f9 transparent transparent transparent;
  top: -10px;
  left: 12px;
  z-index: 1;
}

.tooltip-box::after {
  content: attr(data-tooltip);
  position: absolute;
  width: 187px;
  height: 74px;
  margin-top: -100px;
  padding: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #000;
  border-radius: 5px;
  background-color: #f7f7f9;
  font-family: noto_sansregular;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.menu-section-insurance {
  padding-bottom: 13px !important;
  padding-top: 13px !important;
} 

@media (min-width: 768px) and (max-width: 1024px) { 
	.menu-section-insurance {
	  padding-bottom: 28px !important;
	  padding-top: 28px !important;
	}
}

.label-insurance-menu {
  float: left;
  padding-top: 8px;
}

.modal-support-container,
.modal-special-offers-container {
  display: none;
  box-sizing: border-box;
  width: 100%;
  background-color: #FFF;
  position: absolute;
  height: 100%;
  overflow-y: auto;
  z-index: 11;
  top: 0;
  right: 0;
  padding-bottom: 50px;
}

.modal-support-container .iconglasses-arrow-left,
.modal-special-offers-container .iconglasses-arrow-left,
#modal-contact-us .iconglasses-arrow-left {
  position: relative;
  display: inline-block;
  top: 16px;
  left: 14px;
  font-size: 30px;
  z-index: 1;
}

.modal-support-title,
.special-offers-title {
  font-family: "noto_sansregular";
  font-size: 32px;
  color: #000;
  text-align: left;
  margin: 35px 18px 30px;
  font-weight: normal;
}

.modal-support-quick-links-container {
  margin-bottom: 27px;
}

.modal-support-quick-links-title {
  font-family: "noto_sansregular";
  margin: 0 0 20px 18px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.support-contact-box-row {
  height: 258px;
  width: 100%;
  display: flex;
  margin-bottom: 5px;
}

.support-contact-box {
  width: 100%;
  background-color: #f7f7f9;
  margin: 0 2.5px;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px;
}

.support-contact-icon-container {
  flex-basis: 100%;
  display: flex;
}

.support-contact-box-title {
  font-family: "noto_sansregular";
  text-align: center;
  align-items: flex-end;
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
  flex-basis: auto;
  font-weight: normal;
}

.support-contact-icon-container a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  color: #000;
}

.support-contact-icon-container .icon-size-support {
  font-size: 60px;
}

.modal-download-link-container .icon-size-support {
  font-size: 25px;
}

.support-modal .close-modal {
  position: absolute;
  right: 13px;
  top: 17px;
}

#modal-download,
#modal-chat-with-us,
#modal-track-order,
#modal-contact-us {
  display: none;
}

.modal-download-container,
.modal-chat-with-us-container,
.modal-track-order-container,
#modal-contact-us {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 12;
  top: 0;
  right: 0;
  overflow: auto;
}

.modal-support-faq-container {
  margin: 0 18px 40px;
}

.modal-support-faq-title {
  font-family: "noto_sansregular";
  font-size: 18px;
  color: #000;
  margin: 0 0 20px;
  font-weight: bold;
}

.modal-support-faq-body {
  font-family: "noto_sansregular";
  font-size: 16px;
  color: #000;
}

.modal-support-faq-category.panel {
  border: none;
  box-shadow: none;
  margin: 0;
}

.modal-support-faq-category-head {
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}

.modal-support-faq-category-head p {
  padding: 0;
  margin: 0;
  font-weight: normal;
  width: 100%;
}

.modal-support-faq-icon-detail {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 23px;
}

.modal-support-faq-icon-detail.less-size {
  font-size: 2px;
}

.modal-support-faq-category-body {
  padding: 10px 17px 18px 12px;
  display: none;
}

.modal-support-faq-question-container {
  padding-bottom: 20px;
}

.modal-support-faq-question-title {
  font-family: "noto_sansregular";
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-support-faq-question-p a {
  font-family: "noto_sansregular";
  font-size: 14px;
  color: #222;
  text-align: center;
  text-decoration: underline;
}

.modal-support-faq-question-p,
.modal-support-faq-question-container ul {
  font-family: "noto_sansregular";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222;
}

.modal-support-footer {
  margin-left: 18px;
}

.modal-support-footer-title {
  font-family: "noto_sansregular";
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0 0 20px;
}

.modal-download-title {
  margin: 44px 0 64px 20px;
  font-family: "noto_sansregular";
  font-size: 32px;
  font-weight: normal;
  color: #000;
}

.modal-download-body {
  margin-left: 25px;
}

.modal-download-link-container {
  margin-bottom: 25px;
}

.modal-download-link-container a {
  font-family: "noto_sansregular";
  font-size: 18px;
  color: #0079c1;
}

.modal-track-order-head {
  margin: 44px 0 0 20px;
}

.modal-track-order-title {
  font-family: "noto_sansregular";
  font-weight: normal;
  font-size: 32px;
  color: #000;
  margin-bottom: 5px;
}

.modal-track-order-subtitle {
  font-size: 16px;
  color: #222;
  margin: 0;
  padding: 10px;
  font-family: "noto_sansregular";
}

.modal-track-order-body {
  margin: 40px 30px 0;
}

.modal-track-order-form {
  width: 100%;
}

.modal-track-order-input-container {
  margin-bottom: 20px;
}

.modal-track-order-button-container {
  margin-top: 25px;
  text-align: right;
}

.modal-track-order-container {
  position: absolute;
  height: 100%;
  z-index: 12;
  overflow: auto;
  height: 100vh!important;
  background-color: #fff;
  overflow: scroll;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
}

.hide {
  display: none!important;
}

.filter-overview-wrapper,
.filter-tags-wrapper {
  width: 100%;
}

.tag-cloud-wrapper {
  width: 100%;
}

.tag-cloud-wrapper .filter-tags-wrapper {
  /* text-align: center; */
  line-height: 3rem;
  /* padding: 0 16px; */
  margin-bottom: 20px;
  display: table;
}

.tag-cloud-wrapper .filter-tags-wrapper a.filter-tag {
  font-family: "noto_sansregular";
  font-size: 16px!important;
  background: #EEE;
  border-radius: 4px;
  font-weight: normal;
  padding: 0 10px;
  margin-bottom: 6px;
  margin-right: 5px;
  color: #000;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
}

.detail_box {
  position: fixed;
  width: 100%;
  display: flex;
  flex-flow: column;
  background-color: #FFF;
  z-index: 999;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.c-prod-det__detail .c-toggle-details .c-icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.is-minus {
  font-size: 2px;
}

.is-plus {
  font-size: 10px;
}

.is-plus:after {
  content: "";
  padding: 48px 2px 48px 48px;
  position: absolute;
  left: -25px;
  top: -35px;
  bottom: 10px;
}

.is-minus:after {
  content: "";
  padding: 50px 5px 50px 50px;
  position: absolute;
  left: -25px;
  top: -40px;
  bottom: 10px;
}



.js-toggle-slide {
  cursor: pointer;
}

.js-toggle-slide.is-closed .is-minus {
  display: none;
}

.js-toggle-slide:not(.is-closed) .is-plus {
  display: none;
}

.c-cta--wlist .selected {
  display: none;
}

.fullwidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

.fullwidth .detail_box_content:focus {
  outline: 5px #126ea1;
}

.pdp-slick-slider {
  margin: 0;
}

[class^="iconglasses-"] > span,
[class*=" iconglasses-"] > span {
  font-family: 'glasses' !important;
}

.modal-favorites-box-grid .item {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal-favorites-box-grid .item .image-holder {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%,-50%);
  margin: 0;
  max-height: 100%;
  width: 100%;
  text-align: center;
}

.modal-favorites-box-grid .item .image-holder img {
  width: 90%;
  height: auto;
}

.modal-favorites-box-grid .item .image-holder img.item-thumbnail--qt {
  display: none!important;
}

.modal-favorites-box-grid .item .thumbnail__details {
  position: absolute;
  left: 17px;
  right: 20px;
  bottom: 17px;
  font-size: 14px;
}

.modal-favorites-box-grid .item .thumbnail__button__favorite {
  position: absolute;
  top: 0;
  right: 17px;
  text-align: right;
  cursor: pointer;
  font-size: 22px;
}

.modal-favorites-box-grid .item .thumbnail__button__favorite .selected {
  display: none;
}

.modal-favorites-box-grid .item .thumbnail__button__favorite.active .unselected {
  display: none;
}

.modal-favorites-box-grid .item .thumbnail__button__favorite.active .selected {
  display: inline-block;
}

.modal-my-account-container .arrow-left-container {
  position: absolute;
  top: 16px;
  left: 14px;
}

.modal-my-account-container {
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  padding: 78px 38px 30px;
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  z-index: 11;
}

.modal-address-container {
  height: 100%;
  background-color: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  padding: 76px 19px 50px;
  z-index: 6;
}

.modal-see-detail-container .close-modal,
.modal-address-container .close-modal {
  text-decoration: none;
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-address-dropdown-select-container {
  margin: 20px 7px;
}

.modal-address-dropdown-ul {
  transform: translate3d(0px, -2px, 0px) !important;
  width: 100% !important;
  position: absolute !important;
  border-radius: 0;
  border: 1px solid #000;
  transform: translate3d(0px,-2px,0px)!important;
  width: 100%!important;
  position: absolute!important;
  top: 0;
  max-height: 270px;
  margin: 0;
  padding: 0;
  overflow: auto;
}

.modal-see-detail-container {
  height: 85vh!important;
  background-color: #fff;
  overflow: scroll;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  padding: 50px 15px 16px 19px;
  z-index: 6;
}

.c-prod-info-container > * {
    background: white;
}

.c-prod-det,
.c-prod-det * {
  box-sizing: border-box;
  font-family: 'noto_sansregular';
  text-align: left;
  text-transform: none;
}

.c-prod-det {
  position: relative;
  transition: top 0.3s;
  height: 100vh;
  color: #000;
  display: block;
}

.c-prod-det__inner {
  width: 100vw;
  overflow: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.c-prod-det__inner > * {
  -webkit-transform: translateZ(0px);
}

.c-prod-det__inner:after {
  content: '';
  display: block;
  height: 70px;
}

.c-prod-det.is-active {
  display: block;
  background: #FFF;
  top: 0;
}

.c-prod {
  padding: 20px;
}

.c-prod-det__banner {
  position: relative;
  height: 80vh;
  background: no-repeat center center url(../img/left-side.png) #ccc;
  background-size: cover;
  font-size: 16px;
  line-height: 1.2em;
  color: #FFF;
}

.c-prod-det__banner .l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  mix-blend-mode: difference;
  z-index: 1;
}

.c-prod-det__banner .l-header .c-cta {
  flex-grow: 0;
  flex-basis: 40px;
  padding: 10px;
  color: #FFF;
  text-decoration: none;
}

.c-cta.c-cta--back {
    width: 40%;
    float: left;
    padding: 0;
    font-size: 22px;
    padding-left: 20px;
}

.c-prod {
    padding: 20px;
    display: block;
    float: left;
}

.c-prod-det__banner .l-header .c-cta .c-cta__icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.c-prod-det__banner .l-header .c-cta--back .c-cta__icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.c-prod-det__banner .l-header .c-prod {
  flex-grow: 1;
  padding: 10px 0px;
}

.c-prod-det__inner .c-prod .c-prod__brand {
  line-height: 1.2;
}

.c-prod-det__inner .c-prod .c-prod__name {
  line-height: 1.2;
}

.c-prod-det__banner .l-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 20px 20px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: flex-end;
}

.c-prod-det__banner .l-footer .c-btn-text {
  background: #FFF;
  color: #000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  padding: 7px 16px;
  border-radius: 16px;
}

.c-prod-det__desc {
  background: #FFF;
  padding: 0 20px 0;
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  float: left;
  margin-top: 15px;
}

.c-prod-det__thumb__actions span.track{
  position: absolute;
  display: none;
  top:3px;
  background-color: #f0f0f0;;
  width: 80%;
  left: 10%;
  height:3px;
  border-radius: 10px;
}
.c-prod-det__desc__logo {
  max-width: 60%;
  margin: auto;
}

img.c-prod-det__desc__logo__img {
  width: 100%;
  height: auto;
  margin-top: 15px;
  min-height: 40px;
  display: inline-block;
}

.c-prod-det__desc__text {
  margin-top: 15px;
  line-height: 1.43em;
}

.c-prod-det__thumb {
  width: 100%;
  position: relative;
  background-color: #f7f7f9;
  min-height: 250px;
}

.c-prod-det__thumb .l-header {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px;
  text-align: right;
  z-index: 2;
}

.c-prod-det__thumb__img {
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
}

@media (max-width: 767px) {
  .c-prod-det__thumb__img {
    max-width: 80%;
  }
}

.c-prod-det__thumb__cta {
  background: #FFF;
  border-radius: 50%;
  flex-grow: 0;
  flex-basis: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #000;
  display: inline-block;
}

.c-prod-det__thumb__cta__icon,
.c-prod-det__thumb__cta__icon.fa {
  line-height: 50px;
  font-size: 25px;
}

.c-prod-det__detail {
    padding: 0 20px 20vh;
    width: 100%;
    float: left;
}

.c-prod-container {
	display:block;
	width:100%;
	float:left;
	margin:35px 0;
}
.c-prod-cont {
	display:block;
	width:100%;
	float:left;
	padding:35px 0;
}
.c-prod-add-fav-text{
  color:#000 ;
  text-decoration: underline;
}
.c-prod-det__detail .c-title {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 2.78em;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
}

.c-prod-det__detail .c-key {
  font-weight: bold;
  display: block;
  font-size: 16px;
  margin-top: 15px;
}

.c-prod-det__detail .c-value {
  font-size: 16px;
  display: block;
  margin-top: 7px;
}

.c-prod-det__detail .c-value > span {
  text-transform: capitalize;
}

.c-prod-det__detail .c-sep {
  border-top: 1px solid #dadada;
  width: 100%;
  margin: 30px 0 15px;
}

.c-prod-det__thumb__actions {
  position: fixed;
  margin-left: 0;
  margin-right: 0;
  z-index: 2;
  height: 60px;
  width: 100vw;
  background: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0 20px;
}

.c-prod-det__thumb__actions__price {
  flex-shrink: 1;
  width: 100%;
}

.c-prod-det__thumb__actions__price .c-price {
  font-size: 20px;
  line-height: 20px;
  display: block;
  color: #000;
}

.c-prod-det__thumb__actions__cta {
  width: 150px;
  flex-basis: 150px;
  flex-shrink: 0;
}

.c-prod-det__thumb__actions__cta .c-btn {
  display: block;
  background: #000;
  color: #FFF!important;
  width: 100%;
  height: 40px;
  line-height: 40px;
  /* padding: 0 20px; */
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
}

.c-color-list,
.c-color-list * {
  box-sizing: border-box;
  font-family: 'noto_sansregular';
  text-align: left;
  text-transform: none;
}

.c-color-list {
  box-sizing: border-box;
  overflow: auto;
  padding-bottom: 130px;
}

.c-color-list__item {
  width: 100%;
  height: auto;
  padding: 5px;
  margin-top: 5px;
  position: relative;
  display: block;
  border-right: 5px solid transparent;
  text-align: center;
  background: #f7f7f9;
}

.c-color-list__item.selected {
  border-right: 5px solid #000;
}

.c-color-list__item__img {
  width: 75%;
  margin: 0 auto;
  height: auto;
  display: block;
}

.c-modal-colors {
  position: fixed;
  top: 0;
  margin-left: 0;
  width: 100vw;
  z-index: 10;
  height: 100%;
  display: none;
  opacity: 0;
}

.c-modal-colors__innerwrap {
  background: #FFF;
  width: 200px;
  max-width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.c-modal-colors__overlay-close {
  background: rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-modal-colors.is-active {
  display: block;
  opacity: 1;
  animation-name: showmodal;
  animation-duration: 0.3s;
}

.c-modal-colors.is-active .c-color-list {
  right: 0;
  animation-name: showmodalcontent;
  animation-duration: 0.8s;
}

.c-photos-list {
  background: #FFF;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: auto;
}

.c-photos-list,
.c-photos-list * {
  box-sizing: border-box;
  font-family: 'noto_sansregular';
  text-align: left;
  text-transform: none;
}

.c-photos-list__item {
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  position: relative;
  display: block;
  background: #f7f7f9;
  overflow: hidden;
}

.c-photos-list__item__img {
  width: 92%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.c-modal-photos {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  opacity: 0;
  z-index: 1000;
}

.c-modal-photos .c-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}

.c-modal-photos .c-close .c-close__icon {
  font-size: 30px;
}

.c-modal-photos.is-active {
  display: block;
  opacity: 1;
  animation-name: showmodal;
  animation-duration: 0.3s;
}

#pdp-size {
  position: relative;
}

p.affirm-as-low-as {
  font-size: 13px;
  color: #0079c1;
}

.affirm-as-low-as:empty {
  margin: 0 0  !important;
}

.affirm-price-footer,
.fixed-js-footer {
  height: 12vh !important;
  padding: 0px 10px;
  position: fixed;
  bottom: 0;
  z-index: 300;
}

.modal-my-account-container .arrow-left-container a {
  font-size: 28px;
  color: #000;
}

.modal-my-account-container input[type="checkbox"] {
  -webkit-appearance: none;
  opacity: 0;
}

.my-account-head {
  margin-bottom: 30px;
  font-family: "noto_sansregular";
  color: #222;
  font-size: 16px;
  overflow: hidden;
}

.my-account-head p {
  margin: 0;
  float: left;
}

.my-account-head a {
  text-decoration: none;
  float: right;
  color: #222;
  padding: 5px 0;
}

.my-account-ul {
  font-family: "noto_sansregular";
  font-size: 16px;
  overflow: hidden;
}

.my-account-ul li {
  float: left;
  margin-right: 31px;
}

.my-account-ul a {
  color: #555;
}

.my-account-li-active {
  color: #222!important;
  text-decoration: underline;
}

.my-account-info-container {
  margin-top: 51px;
}

.my-account-info-form-content {
  font-family: "noto_sansregular";
  margin-bottom: 40px;
  margin-left: 23px;
}

.my-account-address-labels {
  display: flex;
  justify-content: space-between;
}

.my-account-info-form-content label {
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.my-account-info-form-content a {
  font-size: 16px;
  color: #0079c1;
  text-decoration: underline;
  float: right;
}

.my-account-info-form-content .my-account-address-labels a {
  float: none;
  margin-bottom: 5px;
  display: block;
}

.my-account-info-form-content input {
  font-family: "noto_sansregular";
  font-size: 14px;
  color: #4a4a4a;
  border: 0;
  width: 100%;
}

.my-account-info-form-content input::placeholder {
  font-family: "noto_sansregular";
  font-size: 14px;
  color: #4a4a4a;
  border: 0;
}

.my-account-info-form-checkbox-container {
  display: block;
  font-family: "noto_sansregular";
  margin-bottom: 40px;
}

.my-account-info-form-checkbox {
  display: none;
  margin-right: 15px;
}

.my-account-info-icon-checkbox {
  vertical-align: top;
  font-size: 18px!important;
  display: flex;
}

.my-account-info-icon-checkbox p.label-checkbox {
  font-family: 'noto_sansregular'!important;
}

.label-checkbox {
  display: inline-block;
  margin-left: 15px;
  font-family: 'noto_sansregular';
  vertical-align: text-bottom;
}

.my-account-info-change-pass-container {
  display: none;
}

.my-account-info-change-input input {
  font-size: 16px;
}

.my-account-info-change-input {
  margin-top: 20px;
}

.my-account-info-change-input input::placeholder {
  font-size: 16px;
  color: #000;
}

.my-account-info-change-input input:focus {
  outline: 0;
}

.my-account-info-change-button-container {
  margin-bottom: 10px;
  margin-top: 38px;
}

#my-account-info-change-pass-save {
  float: right;
}

.my-account-info-date-of-birth-container {
  display: none;
}

#my-account-info-edit-birth-save {
  float: right;
}

.my-account-orther-history-table-container {
  height: 600px;
  padding: 10px;
}

.my-account-orther-history-table {
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
}

.my-account-orther-history-table thead {
  flex: 0 0 auto;
  width: 100%;
  background-color: #eee;
}

.my-account-orther-history-table tbody {
  flex: 1 1 auto;
  display: block;
}

.my-account-orther-history-table tbody tr {
  width: 98%;
  border-bottom: 1px solid #979797;
}

.my-account-orther-history-table thead,
.my-account-orther-history-table tbody tr {
  display: table;
  table-layout: fixed;
}

.my-account-orther-history-container {
  display: none;
  margin-top: 34px;
}

.my-account-orther-history-table thead th {
  font-size: 16px;
  font-family: "noto_sansregular";
  color: #000;
  font-weight: normal;
  padding: 5px;
}

.my-account-orther-history-table tbody td {
  font-size: 14px;
  font-family: "noto_sansregular";
  padding-bottom: 20px;
  padding-top: 10px;
  padding-left: 5px;
  vertical-align: text-top;
}

.my-account-orther-history-table tbody td.order-price {
  font-size: 18px;
}

.my-account-orther-history-table tbody td p {
  margin: 10px 0;
}

.my-account-orther-history-table tbody td p span {
  font-weight: bold;
}

.my-account-orther-history-table tbody td a {
  color: #0079c1;
  text-decoration: underline;
}

.modal-address-head {
  margin-bottom: 40px;
  margin-left: 19px;
}

.modal-address-head h2 {
  font-family: "noto_sansregular";
  font-size: 16px;
  color: #222;
  font-weight: normal;
}

.modal-address-dropdown-select {
  border-radius: 0;
  background: transparent;
  border: 1px solid #000;
  color: #222;
  font-size: 14px;
  outline: none;
  width: 100%!important;
  text-align: left;
  padding: 10px;
}

.modal-address-container .dropdown-toggle::after {
  content: none;
}

.modal-address-dropdown-select span {
  float: right;
}

.modal-address-dropdown-ul li {
  height: 40px;
  padding: 10px;
}

.modal-address-dropdown-ul li a {
  font-family: "noto_sansregular";
  text-decoration: none;
  color: #222;
  font-size: 14px;
  padding: 0;
}

.modal-address-dropdown-ul li:hover {
  background-color: #eee;
}

.modal-address-form-container {
  margin-top: 26px;
}

.modal-address-rows-form {
  margin: 0 7px 30px;
}

.modal-address-rows-form.last-child {
  margin-bottom: 10px;
}

.modal-address-checkbox-container {
  margin-bottom: 32px;
  font-size: 16px;
  font-family: "noto_sansregular";
  color: #000;
}

.modal-address-checkbox-container input {
  display: none;
}

.modal-address-rows-form a {
  font-size: 16px;
  font-family: "noto_sansregular";
  color: #000;
  text-decoration: underline;
}

.modal-address-input {
  font-family: "noto_sansregular";
  font-size: 20px;
  color: #000;
  border: 0;
}

.modal-address-input::placeholder {
  font-family: "noto_sansregular";
  font-size: 16px;
  color: #4a4a4a;
}

.modal-address-input:focus {
  outline: 0;
}

.address-row-address2 {
  padding-top: 12px;
}

.modal-address-add-address2,
.modal-address-remove-address2 {
  text-align: right;
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9b9b9b;
}

.modal-address-remove-address2 {
  display: none;
}

.modal-address-address2-container {
  display: none;
}

.modal-address-form-button-container {
  margin-top: 32px;
}

.modal-address-form-button-container button:last-child {
  float: right;
}

.my-account-info-change-pass-container .service-error-message-container,
.my-account-info-date-of-birth-container .service-error-message-container,
.modal-address-container .service-error-message-container {
  font-family: 'noto_sansregular';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #d0021b;
  float: left;
  clear: both;
  margin: 0;
  padding-bottom: 5px;
}

.modal-address-container .service-error-message-container {
  margin-left: 7px;
}

#modal-see-detail-order-details {
  display: block;
}

.modal-see-detail-date-order {
  margin-top: 0!important;
}

.error-input {
  border-bottom: 1px solid #d0021b;
}

.my-account-info-icon-x-error {
  color: #d0021b;
  font-size: 20px!important;
  float: right;
  display: none;
}

.modal-address-icon-x-error {
  float: right;
  color: #d0021b;
  display: none;
}

.thank-you-container {
  margin: 10px 15px 0px;
}

.thank-you-container .remove-product {
  display: none;
}

.thank-you-head {
  margin: 0;
}

.thank-you-title {
  margin: 0px 0px  !important;
  font-family: 'noto_sansregular';
  font-size: 32px;
  color: #000 !important;
  text-align: left;
}

.thank-you-subtitle {
  margin: 0;
  font-family: 'noto_sansregular';
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}

.thank-you-body {
  margin-top: 20px;
}

.thank-you-prescription {
  margin: 0;
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #4a4a4a;
}

.thank-you-prescription-mail {
  color: #0079c1;
  font-size: 16px;
  text-decoration: underline;
  font-family: 'noto_sansregular';
}

.thank-you-prescription-mail:focus {
  outline: 0;
}

.thank-you-data-order-container {
  margin: 30px 0px;
}

.thank-you-data-info-order-container {
  margin: 0;
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
}

.thank-you-data-order {
  display: inline-block;
  margin-bottom: 3px;
}

.thank-you-data-order-value,
.thank-you-data-order-status {
  display: inline-block;
  font-weight: bold;
}

.thank-you-data-order-description {
  font-weight: bold;
  margin: 0;
}

.thank-you-order-details-container {
  margin: 20px 0px;
}

.thank-you-order-detail-head {
  margin: 0;
}

.thank-you-order-detail-title {
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  margin: 0;
  float: left;
}

.thank-you-icon-open-details {
  float: right;
  cursor: pointer;
  padding-top: 2px;
  padding-right: 10px;
  font-size: 15px;
}

.thank-you-close-open-details {
  float: right;
  font-size: 3px;
  display: none;
  cursor: pointer;
  padding-top: 8px;
  padding-right: 10px;
}

.thank-you-order-details-body {
  margin: 0;
  display: none;
}

.thank-you-order-details-subtotal {
  margin: 20px 0px 15px;
}

.thank-you-order-details-shipping,
.thank-you-order-details-taxes,
.thank-you-order-details-total {
  margin-bottom: 15px;
}

.order-details-style {
  font-family: 'noto_sansregular';
  font-size: 16px;
  line-height: 1.44;
  float: left;
  color: #000;
  margin: 0;
}

.order-details-style-total {
  font-weight: bold;
}

.order-detail-price {
  margin: 0;
  float: right;
  padding-right: 11px;
}

.thank-you-order-details-footer {
  margin-top: 5px;
}

.thank-you-order-detail-shipping-address-container,
.thank-you-order-detail-billing-address-container,
.thank-you-order-detail-payment-method-container {
  background-color: #f7f7f9;
  padding: 10px 0px 10px 10px;
  margin-bottom: 15px;
}

.thank-you-order-detail-footer-title {
  font-family: 'noto_sansregular';
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 0;
  text-align: left;
}

.thank-you-order-detail-footer-description {
  font-family: 'noto_sansregular';
  font-size: 14px;
  line-height: 1.93;
  color: #000;
  margin: 0;
}

.thank-you-footer {
  margin: 0 0 41px;
  text-align: center;
}

.thank-you-footer-title {
  font-family: 'noto_sansregular' !important;
  color: #000 !important;
  margin-button: 12px !important;
  font-size: 20px !important;
}

.thank-you-footer-btn-new-account {
  width: 60%;
  margin: 0px auto;
  padding: 0;
}

.thank-you-footer-new-account {
  font-family: 'noto_sansregular' !important;
  font-size: 16px !important;
  color: #222;
  text-decoration: none;
  line-height: 40px;
}

.thank-you-footer-new-account:hover {
  color: #222;
  text-decoration: none;
}

.thank-you-footer-new-account:focus {
  outline: 0;
}

.order-body {
  margin-top: 20px;
}

.rectangle-order {
  display: flex;
  border-radius: 4px;
  border: solid 1px #dadada;
  margin-top: 10px;
  padding: 17px 10px 13px;
  flex-wrap: wrap;
}

.product-image-order {
  justify-items: center;
  align-items: center;
}

.product-image-order img {
  width: 70px;
}

.product-info-order {
  padding-left: 10px;
  flex-grow: 1;
}

.product-name-order {
  float: left;
  font-size: 16px;
  color: #000;
  font-family: "noto_sansregular";
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.layer1-order {
  font-size: 16px;
  color: #767676;
  font-family: "noto_sansregular";
  text-align: right;
  text-decoration: line-through;
  margin: 0;
}

.see-detail-order {
  font-size: 14px;
  color: #4a4a4a;
  font-family: "noto_sansregular";
  text-decoration: underline;
  padding-top: 4px;
  margin: 0;
  float: left;
}

.layer2-order {
  font-size: 20px;
  color: #000;
  font-family: "noto_sansregular";
  text-align: right;
  line-height: 1.15;
  margin: 0;
  padding-top: 4px;
}

.modal-see-detail-container .thank-you-data-order {
  margin-bottom: 5px;
}

.modal-see-detail-container .thank-you-order-detail-table {
  width: 100%;
}

.modal-see-detail-container .thank-you-order-detail-table tr {
  width: 100%;
}

.modal-see-detail-container .thank-you-order-detail-table td {
  padding: 7px 0;
  float: none;
}

.modal-see-detail-container .thank-you-order-detail-footer {
  margin-top: 10px;
}

.c-prod-det .c-cta--wlist.js-favorite.active .unslected {
  display: none!important;
}

.c-prod-det .c-cta--wlist.js-favorite.active .selected {
  display: inline-block;
}

.highlight {
	margin-right: 2px;
}

.o-step-choice .o-step-choice__input:disabled + .o-step-choice__label {
    opacity: 0.4;
}

.o-step-choice .o-step-choice__input + .o-step-choice__label .c-text .c-price-lens-discount {
  float: right;
  font-size: 15px;
  line-height: 20px;
  margin-right: 2px;
  text-decoration: line-through;
}

.nicescroll-rails.nicescroll-rails-vr {
    display: none!important
}

/* START - Virtual Mirror */

#vm_box {
	background-color: white !important;
	position: absolute;
	top: 0px;
    left: 0px;
}

#content_wrapper_box.sticked {
   position: relative;
   top: 30px !important;
}

#vm_target {
	position: absolute;
    background-color: black;
}

#vm_buttons button{
	width: 40px;
    height: 40px;
    border-radius: 13px;
    border: solid 1px #ffffff;
    background-color: #ffffff;
	cursor: pointer;
	text-align: center;
	padding:0;
}

#vm_box #vm_target .mirror-container-allow * {
	font-size: 0px !important;
}

#vm_screenshot{
	max-width: 500px!important;
    height: auto!important;
}

#vm_buttons i{
	font-size: 19px;
    vertical-align: middle;
}

#vm_try-them-on i{
	font-size: 27px;
	float: left;
    background: #fff;
}

#vm_dialog {
	z-index: -1;
}

#vm_dialog .banner{
	height: 50px;
	background:white;
}

#vm_dialog .glasses-rp-gl_logo {
    position: absolute;
    bottom: 5px;
}

#vm_dialog .model{
    position: absolute;
    bottom: 30px;
    right: 35px;
    line-height: 19px;
	font-family: 'noto_sansregular';
	color: #1f1f1f;
}

#vm_save{
	position: absolute;
    right: 10px;
    bottom: 0px;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 26px!important;
}

#vm_buttons button#vm_try-them-on {
	overflow: hidden;
    width: auto;
    left: 20px;
	top: 4px;
	height: 26px;
	border: 0;
	padding: 0;
}

#vm_buttons button#vm_try-them-on.open {
	width: auto;
}

#vm_buttons button#vm_try-them-on span{
	font-family: 'noto_sansregular' !important;
	font-size: 12px;
	width: auto;
    margin-left: -100px;
	transition: margin-left 2s;
    padding: 8px 10px 8px 5px;
    float: right;
}


#vm_buttons button#vm_try-them-on.open span{
    opacity: 1;
    display: block;
    margin-left: 0px;
    float: right;
    padding: 8px 10px 8px 5px;
}

.l-footer-no-js #vm_buttons button#vm_try-them-on,
.l-footer #vm_buttons button#vm_try-them-on {
	bottom: 0;
}

#vm_buttons button#vm_switch-off {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

#vm_buttons button#vm_adjust-to-fit {
	position: absolute;
    left: 20px;
	bottom: 70px;
}

#vm_buttons button#vm_share {
	position: absolute;
    left: 20px;
	bottom: 120px;
}

.nudging-guide.swipe-to-change{
    position: absolute;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: black!important;
    padding: 10px;
    color: white;
    height: auto;
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) and (max-device-width: 812px) and (min-device-width: 375px){
	.nudging-guide.swipe-to-change {
	    font-size: 1.9vh;
	}
}

.nudging-guide.swipe-to-change > span{
	text-align: center;
    width: 100%;
    display: block;
    margin-bottom:8px;
}

.nudging-guide.swipe-to-change  span.text{
	vertical-align:super;
    display: inline-block;
}

.nudging-guide.swipe-to-change .iconglasses-arrow-up .path1:before{
	transform: rotate(0deg);
    display: inline-block;
    font-size: 32px;
    color: white;
}

.nudging-guide.swipe-to-change .vm-color, .nudging-guide .vm-frame{
    display: inline-block;
    width: 49%;
}

.nudging-guide.swipe-to-change .vm-color{
    text-align: right;
    padding-right: 10px;
}

.nudging-guide.swipe-to-change .vm-frame{
    padding-left: 10px;
}

.nudging-guide.swipe-to-change .iconglasses-arrow-up .path1:before{
	transform: rotate(0deg);
    display: inline-block;
    font-size: 32px;
    color: white;
}

.nudging-guide.swipe-to-change .iconglasses-arrow-up{
	transform: rotate(90deg);
    display: inline-block;
}

.nudging-guide.swipe-to-change .iconglasses-arrow-up .path2:before{
	content: "\e912";
    margin-left: -38px;
    color: white;
    font-size: 32px;
    position: absolute;
    top: 0px;
    right: 2px;
}

.nudging-guide.swipe-to-change  .iconglasses-arrow-up:nth-child(2){
	margin-left: -22px;
    transform: rotate(-90deg);
    display: inline-block;
}

.nudging-guide.swipe-to-change .vm-frame .icon-cont{
    transform: rotate(-90deg);
    display: inline-block;
}

.two-finger-overlay {
	display: none !important;
}

/* END - Virtual Mirror */

/* Search Glasses.com Collection - start */
.collection-all-search-titles {
	width: 115px;
	height: 25px;
	font-family: 'Space Mono', monospace;
	font-size: 17px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4a4a4a;
	text-transform: uppercase;
}

.collection-subtitles {
	width: 229px;
	height: 25px;
	font-family: 'Space Mono', monospace;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #4a4a4a;
}

.search-total-results {
	font-family: 'noto_sansregular';
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #222222;
}

.heading.modal-search-result-title {
	padding-bottom: 13px;	
}
/* Search Glasses.com Collection - end */

/*carousel clp mobile*/
.c-product-carousel-container .slick-dots{
	transform: rotate(90deg);
    bottom: 43%;
    left: -43%;
}
.c-landing-pdp  .c-product-carousel-container .slick-dots{
	transform: rotate(90deg);
    bottom: 60%;
    left: -28%;
    width: 60%;
}
.c-product-carousel-container, .c-product-carousel-container .main-slide{
	background-color: #f7f7f9;
}

.c-product-carousel-container .slick-dots button:before{
  	border: 1px solid black;
    outline: none;
    opacity:1;
    background:black;
    border-radius: 50%;
    content:' ';
  	width:7px;
  	height:7px
}
 .l-footer-no-js{
 	position: absolute;
    top: 74%;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-align: right;
 }
.c-landing-pdp .l-footer-no-js{
    top: 65%;
}
.l-footer-no-js span.c-btn-text.js-modal-colors{
	background: #FFF;
	color: #000;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 7px 16px;
	border-radius: 16px;
	box-shadow: none!important;
}
.c-product-carousel-container .slick-dots li button:before{
	background:transparent;
}
.c-product-carousel-container .slick-dots li.video-tag button:before, .c-product-carousel-container .slick-dots li.video-tag.slick-active button:before {
	border:0;
    background: transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid black;
    transform: rotate(-90deg);
    border-radius:0;
    top: -3px;
    height:0;
    width:0;
}
.c-product-carousel-container .slick-list{
	height:100vh!important;
}
.c-product-carousel-container .slick-list .slick-slide{
	height:82vh!important;
	width:100vw!important;
}
.c-product-carousel-container .slick-list .slick-slide.glass-view{
	background-size: 95%;
}
.c-product-carousel-container #collection-video{
	height:100%
}
.c-product-carousel-container .slick-dots li.slick-active button:before{
	background:black;
}
.c-prod-det__inner .l-header{
	position: absolute;
	top: 65px;
    display: block;
    width: 100%;
}
.c-landing-pdp .c-prod-det__inner .l-header{
	position: absolute;
	top: 0px;
    display: block;
    width: 100%;
}

.c-prod__unisex {
  color: #000;
    padding-right: 15px;
    font-size: 22px;
    float: right;
    padding-top: 4px;
}

.c-prod__unisex span {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Space Mono', monospace;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	#carousel_container .carousel_product_container{
		width:calc(100% - 10px);
	}
	#carousel_container .carousel_product_container .img_container img{
		width:100%
	}
	#carousel_container .logo_container_product.rotate {
		bottom: 160px;
		right: -70px;
	}
	#collection-video{
		margin:0 auto;
		display:block;
	}
	.c-prod__unisex {
		width: calc(30% - 10px);
		text-align: right;
		float:left;
	}
	.c-prod{
		width:10%;
	}
	.c-product-carousel-container .slick-dots {
	    transform: rotate(90deg);
		bottom: 30%;
		left: -48%;
	}
	.c-prod-info-container{
		top:75%!important;
	}
	.c-product-carousel-container .slick-list .slick-slide{
		height:85vh!important;
	}
	.c-landing-pdp .l-footer-no-js{
		top:75%!important;
	}
	.l-footer-no-js{
		top:70%!important;
	}
	.c-prod-det__desc__logo .glasses-logo-container{
		width:24%!Important
	}
	.l-footer{
		top:78%;
	}
	.detail_box_content .c-prod-det__inner .l-header{
		top:35px;
	}
}

.c-prod-info-container{
  width: 100%;
  border-radius: 10px 10px 0 0;
  position: absolute;
  overflow-y: hidden;
  background-color: transparent;
  will-change: transform;
  /* transition: height .5s ease 0.4s; */
}

.c-landing-pdp .c-prod-info-container.open{	
	padding-bottom:15vh;
}
.c-prod-info-container::before{
    position: absolute;
    content: "";
    top: 6px;
    background-color: #fff;
    width: 30%;
    left: 35%;
    height: 5px;
    border-radius: 5px;
}

.c-prod-info-container.open {
  overflow-y: scroll; 
-webkit-overflow-scrolling: touch;
  float: left;
  height:99vh;
  background:white;
}

.c-prod-det__banner .l-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  mix-blend-mode: difference;
  z-index: 1;
}


.c-polarized-switch {
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  background: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.c-polarized-switch .switch-label {
  height: 34px;
  line-height: 34px;
  color: #4a4a4a;
  font-size: 16px;
  display: block;
  flex-shrink: 1;
  flex-basis: 100%;
  margin: 15px 10px;
}

.c-polarized-switch .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  flex-shrink: 0;
  margin: 15px 10px;
  border-radius: 34px;
  overflow: hidden;
}

.c-polarized-switch .switch input {
  display: none;
}

.c-polarized-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4a4a4a;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
}

.c-polarized-switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  top: 4px;
  background-color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.c-polarized-switch input:checked + .slider {
  background-color: #2196F3;
}

.c-polarized-switch input:disabled + .slider {
  display: none;
}

.c-polarized-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.c-polarized-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.c-prod-info-container .c-prod{
	width:100%;
	padding: 10px 20px
}

.c-prod-add-fav {
    padding-right: 24px;
    padding-top: 7px;
    float: right;
    font-size: 22px;
}

.c-prod-detail-cont {
    width: 100%;
    display: block;
    float: left;
}

#HomePage .product-list-container {
	color: initial;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
    border-bottom: none;
}

#HomePage .product-list-container .catalog-item {
    padding: 5%;
    color: inherit;
    overflow: initial;
}

@media only screen and (orientation: landscape) {
	.o-steps .o-steps__body {
	    padding-bottom: 300px;
	}
}

line.black {
  opacity: 1;
  border: solid 1px #000000;
}

.insurance-modal-container-button-paragraph a{
  text-decoration:underline;
  color:#000000;
}

.insurance-modal-container:not(#insurance-modal-out) .font-insurance-image {
  content: "";
  background-repeat: no-repeat;
  display: block;
  width: 28px;
  position: absolute;
  height: 35px;
  background-image: url('https://assets.glasses.com/extra/image/Glasses/LOGOS/rxc/insurance-black-shield.png');
  background-image: image-set(
    url('https://assets.glasses.com/extra/image/Glasses/LOGOS/rxc/insurance-black-shield.png') 1x,
    url('https://assets.glasses.com/extra/image/Glasses/LOGOS/rxc/insurance-black-shield@2x.png') 2x,
    url('https://assets.glasses.com/extra/image/Glasses/LOGOS/rxc/insurance-black-shield@3x.png') 3x
  );
  background-image: -webkit-image-set(
    url('https://assets.glasses.com/extra/image/Glasses/LOGOS/rxc/insurance-black-shield.png') 1x,
    url('https://assets.glasses.com/extra/image/Glasses/LOGOS/rxc/insurance-black-shield@2x.png') 2x,
    url('https://assets.glasses.com/extra/image/Glasses/LOGOS/rxc/insurance-black-shield@3x.png') 3x
  );
  margin-top: 6px;
  margin-left: 4px;
}

.c-prod-det__thumb__actions__price .original-price {
    font-size: 16px;
    text-decoration: line-through;
}

.slick-slide-container {
    position: relative;
}

.offer-info {
    position: absolute;
    top: 0;
    left: 0;
}

.offer-info .offer-badge {
	float: left;
    font-size: 12px;
	padding: 3px 10px;
}

.c-prod-det__inner .offer-badge {
    position: absolute;
    top: -22px;
    right: 10px;
    font-size: 11px;
    padding: 3px 10px;
}

.c-color-list .offer-badge {
	position: absolute;
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 12px;
    padding: 3px 10px;
    font-weight: bold;
}

.offer-badge {
    border-radius: 20px;
    border: 1px solid;
    font-weight: bold;
} 

.offer-badge.offer-5,
.offer-badge.offer-10,
.offer-badge.offer-15,
.offer-badge.offer-20,
.offer-badge.offer-25,
.offer-badge.offer-30,
.offer-badge.offer-35,
.offer-badge.offer-40,
.offer-badge.offer-45 {
	color: #fcf552;
	border-color: #fcf552;
	background-color: #000;
	
}

.offer-badge.offer-50,
.offer-badge.offer-55,
.offer-badge.offer-60,
.offer-badge.offer-65,
.offer-badge.offer-70,
.offer-badge.offer-75,
.offer-badge.offer-80,
.offer-badge.offer-85,
.offer-badge.offer-90,
.offer-badge.offer-95 {
	color: #000;
	border-color: #000;
	background-color: #fcf552;
}