html {
  overflow-y: auto;
  font-family: 'noto_sansregular';
  overflow-x: hidden;
}

body {
  height: 100%;
  width: 100%;
  font-family: 'noto_sansregular';
  background-repeat: repeat-x;
  -webkit-appearance: none;
  overflow-x: hidden;
  overflow-y: hidden;
}
html.stop-scrolling {
  overflow: hidden;
}
p,
li,
label {
  font-family: 'noto_sansregular';
}

a:focus,
button:focus,
.modal-favorites-box-grid-container .ps__thumb-x:focus,
.l-pdp-det__container .ps__thumb-y:focus {
  outline: 0px #0079c1;
}

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

.focus-actived:focus {
  outline: 5px #0079c1;
}

.focus-input-actived:focus {
  /* box-shadow: inset 0 0 0px 2px #0079c1; */
  /* border-radius: 8px; */
  /* padding-left: 10px; */
}

a.rectangle-button.focus-actived:focus,
.filter-bar.nav.nav-pills .nav-item:focus .nav-link,
.header-promo-banner-box a:focus .marquee {
  text-decoration: underline;
}

.jump-to-parent {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
}

.display-block {
  display: block;
}

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

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

label.required {
  color: #C00;
  font-weight: normal;
  margin-bottom: 0;
}

.my-account-password,
.my-account-change-password,
.my-account-change-birthday {
  line-height: 1;
}

.noScroll,
.noScroll-menu {
  overflow: hidden !important;
}

.js-scroll {
  position: relative;
}

.js-scroll--always-visible .ps__rail-x,
.js-scroll--always-visible .ps__rail-y {
  opacity: 1;
}

.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;
}

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

.js-scroll--always-visible .ps__rail-y {
  background-color: #eee;
  width: 4px !important;
  margin-right: 5px;
}

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

.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 {
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  font-family: 'noto_sansregular';
  padding: 7px 20px;
  border: none;
  min-width: 130px;
  cursor: pointer;
}

.rectangle-button:hover {
  text-decoration: underline;
}

.line {
  opacity: 0.3;
  border: solid 0.5px #9b9b9b;
  border-bottom: 1px solid #dadada;
  width: 100%;
  margin: 0;
}

.line.line-checkout {
  opacity: 0.5;
  border: solid 0.5px #979797;
}

.rectangle-button.black-button {
  background-color: #222 !IMPORTANT;
  color: #fff!important;
  -webkit-appearance: initial;
}

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

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

.rectangle-button.black-button:hover,
.rectangle-button.white-button:hover {
  text-decoration: underline;
}

span.required,
label.error,
#PasswordUpdateFailureResponseMessageDiv,
#ResetPasswordSuccessFullResponseMessageDiv,
#ResetPasswordFailureResponseMessageDiv,
#PasswordUpdateFailureResponseMessageDiv,
#errorMessageEmail {
  font-family: 'noto_sansregular';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #d0021b;
  float: left;
  clear: both;
  margin: 2px 0 0px 2px;
}

span.required:before {
  content: unset!important;
}

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,
input.input-white-menu {
  background: none;
  padding: 5px 0;
}

.ui-dialog-titlebar-close .ui-icon:after {
  font-family: 'glasses';
  content: '\e966';
  font-size: 25px;
  color: #000;
}

.input-x-container {
  position: relative;
  display: inline-block;
  width: 100%;
  transition: padding-top 0.1s;
  font-family: 'noto_sansregular';
}

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

.input-x-container .input-label {
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  top: 7px;
  left: 0;
  margin: 0;
  cursor: text;
  transition: font-size 0.1s, color 0.1s, top 0.1s;
}

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

.input-x-container .iconglasses-x {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 5px;
  font-size: 30px;
  color: #d0021b;
  cursor: pointer;
}

.line.error-red {
  border-bottom-color: #d0021b;
}

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

#registrationContainer .RegFailureResponseMessageDiv {
  font-weight: normal;
  color: #d0021b;
  font-size: 12px;
}

.glasses-logo-container {
  z-index: 11;
  font-size: 18px;
}

.burger-icon {
  font-size: 30px;
  z-index: 2;
}

.burger-menu-container a.menu-sign-in-modal-link,
.burger-menu-container a.menu-sign-in-modal-link:hover,
.burger-menu-container a.menu-sign-in-modal-link:visited,
.burger-menu-container a.menu-sign-in-modal-link:active,
.header-logo a,
.header-logo a:hover,
.header-logo a:visited,
.header-logo a:active {
  color: #231f20;
  text-decoration: none;
}

.header-logo.white-logo a,
.header-logo.white-logo a:hover,
.header-logo.white-logo a:visited,
.header-logo.white-logo a:active {
  color: #fff;
}

.header-sign-in-menu-modal-column-right {
  flex-basis: 55%;
  position: relative;
}

.lens-selection-column-right {
  flex-basis: 60%;
  position: relative;
  height: 100vh;
  box-shadow: -2px 2px 7px 0 rgba(0, 0, 0, 0.5);
}

.header-sign-in-menu-newsletter-container {
  position: relative;
  padding: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.header-sign-in-menu-newsletter-container .header-menu-container {
  width: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-top: 80px;
}

.login-registration-in-modal-container.column-right-login-create-modal,
.reset-password-container.column-right-reset-password-modal,
.update-password-container.column-right-update-password-modal {
  padding: 90px 40px 80px;
  box-sizing: border-box;
}

.login-registration-in-modal-container.column-right-login-create-modal {
  overflow: auto;
}

.login-registration-in-modal-container.column-right-login-create-modal,
.reset-password-container.column-right-reset-password-modal {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  z-index: 111;
}

.update-password-container.column-right-update-password-modal {
  display: none;
  box-sizing: border-box;
  width: 100%;
  z-index: 110;
  background-color: #FFF;
  position: absolute;
  height: 100%;
  overflow-y: auto;
  top: 0;
}

.reset-password-container.column-right-reset-password-modal {
  left: 100%;
}

.login-registration-in-modal-container.column-right-login-create-modal,
.header-sign-in-menu-newsletter-container {
  max-height: 100%;
  height: 100%;
  box-sizing: border-box;
  width: 100%;
  background-color: #fff;
}

.header-sign-in-menu-modal-column-right .nav-list-container {
  padding-left: 26px;
  width: 100%;
}

.header-sign-in-menu-modal-column-right .nav-list-container *,
.nav-list-container::after,
.nav-list-container::before {
  box-sizing: content-box;
}

.header-sign-in-menu-modal-column-right .nav-list li {
  height: 24px;
  padding: 10px 0;
}

.header-sign-in-menu-modal-column-right .nav-list li a {
  font-size: 16px;
  transition: font-size 0.5s;
}

.header-sign-in-menu-modal-column-right .nav-list li a:hover {
  font-size: 22px;
  -webkit-transition: font-size 0.5s;
  -moz-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
  -webkit-backface-visibility: hidden!important;
  backface-visibility: hidden !important;
  transform: translateZ(0) scale(1,1)!important;
}

.header-sign-in-menu-modal-column-right .nav-list li a,
.header-sign-in-menu-modal-column-right .nav-list li a:hover,
.header-sign-in-menu-modal-column-right .nav-list li a:visited,
.header-sign-in-menu-modal-column-right .nav-list li a:active {
  color: #000;
  text-decoration: none;
}

.line-menu {
  background-color: #000;
  width: 1px;
  position: absolute;
  top: 0;
  -webkit-transition: height 10s linear;
  -moz-transition: height 10s linear;
  -o-transition: height 10s linear;
  transition: height 10s linear;
}

.header-menu-container .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  float: unset;
  margin: -2px 10px 0;
}

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

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

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

.marquee-container {
  width: 100%;
  position: relative;
  margin-top: 8px;
  font-family: 'noto_sansregular';
  font-size: 12px;
  color: #fff;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  background-color: #000;
}

.marquee {
  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%);
  }
}

#header-sign-in-menu-modal {
  display: none;
  z-index: 3;
  font-family: "noto_sansregular";
  width: 100%;
  height: 100vh;
  margin: auto;
  z-index: 1033;
  position: fixed;
  background-color: #fff;
  top: 0;
}

.header-sign-in-menu-modal-container,
.lens-selection-area-container {
  display: flex;
  height: 100%;
}

.lens-selection-area-container {
  flex-direction: row;
  flex-wrap: nowrap;
}

.header-sign-in-menu-modal-column-left a {
  display: block;
  height: 100%;
}

.header-sign-in-menu-modal-column-left {
  flex-basis: 45%;
  height: 100%;
  padding: 60px;
}

.lens-selection-area-container .lens-selection-column-left {
  flex-basis: 40%;
  height: 100%;
  position: relative;
}

.lens-selection-column-left:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
}

.lens-selection-area-container .lens-selection-column-left .column-left-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-image: url('../images/redesign/demo/capsule_collection_demo.jpg');
  height: 100%;
}

.header-sign-in-menu-modal-column-left .column-left-image-container,
.sign-in-registration-container .column-left-image-container {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}

.close-modal {
  z-index: 110;
  top: 25px;
  right: 25px;
  overflow: visible;
  position: absolute;
}

.close-modal a:hover,
.close-modal a:focus,
.close-modal a:active,
.close-modal a:visited {
  text-decoration: none;
}

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

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

#userRegFormLanding .newsletter-disclaimer-container {
  color: #000;
  letter-spacing: normal;
}

#email-sign-up-form .newsletter-disclaimer-container .newsletter-disclaimer-label a,
#userRegFormLanding .newsletter-disclaimer-container .newsletter-disclaimer-label a {
  font-family: 'noto_sansregular';
  font-size: 12px;
  color: #000;
  text-decoration: underline;
  font-weight: normal;
}

#userRegFormLanding .newsletter-disclaimer-container .newsletter-disclaimer-label {
  color: #4a4a4a;
  padding-left: 1.9em;
}

#footer_wrapper {
  background: #fff;
  z-index: 11;
}

.sign-in-registration-functionality-container {
  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);
}

.sign-in-registration-functionality-left,
.sign-in-registration-functionality-right {
  float: left;
  width: 50%;
}

.login-registration-in-modal-container .arrow-left-container,
.reset-password-container .arrow-left-container {
  position: absolute;
  top: 50px;
  left: 20px;
}

.login-registration-in-modal-container .arrow-left-container a,
.reset-password-container .arrow-left-container a,
.update-password-container .close-modal-container a {
  font-size: 28px;
  color: inherit;
}

.login-registration-in-modal-container .arrow-left-container a:hover,
.login-registration-in-modal-container .arrow-left-container a:active,
.login-registration-in-modal-container .arrow-left-container a:visited,
.login-registration-in-modal-container .arrow-left-container a:focus,
.reset-password-container .arrow-left-container a:hover,
.reset-password-container .arrow-left-container a:active,
.reset-password-container .arrow-left-container a:visited,
.reset-password-container .arrow-left-container a:active,
.update-password-container .close-modal-container a:visited,
.update-password-container .close-modal-container a:active,
.update-password-container .close-modal-container a:hover {
  text-decoration: none;
  color: inherit;
}

.reset-form-modal-container,
.reset-password-update-modal {
  width: 85%;
  /* float: right; */
}

#registrationContainer h2,
#loginContainer h2,
#reset-password-functionality h2,
#reset-password-update-functionality h2,
#registrationContainer .h2,
#loginContainer .h2,
#reset-password-functionality .h2,
#reset-password-update-functionality .h2 {
  font-family: 'noto_sansregular';
  font-size: 32px;
  color: #000;
  margin-bottom: 47px;
  text-transform: inherit;
  padding-right: 54px;
}

#logonSubmit {
  min-width: 100px;
}

form#userRegFormLanding,
form#LogonForm {
  position: relative;
  min-height: 282px;
}

form#userRegFormLanding {
  padding: 10px 54px 0 0;
  border-right: 1px solid #979797;
}

form#LogonForm {
  padding: 10px 0 0 54px;
}

form#userRegFormLanding .create-email-container,
form#userRegFormLanding .create-password-container,
#loginContainer .login-email-container {
  margin-bottom: 40px;
}

form#userRegFormLanding .create-password-container {
  position: relative;
}

form#userRegFormLanding .show-password-icon-container {
  position: absolute;
  top: 5px;
  right: 10px;
}

form#userRegFormLanding .show-password-icon-container .hidden-password-icon {
  font-size: 6px;
}

form#userRegFormLanding  .show-password-icon-container a {
  color: inherit;
  display: block;
  line-height: 20px;
  height: 20px;
}

form#userRegFormLanding  .show-password-icon-container a [class^="iconglasses-"],
form#userRegFormLanding  .show-password-icon-container a [class*=" iconglasses-"] {
  display: block;
  line-height: 20px;
  height: 20px;
}

#loginContainer .login-password-container {
  margin-bottom: 20px;
}

form#userRegFormLanding .create-checkbox-container.no-service-messages {
  margin-bottom: 10px;
  padding-bottom: 50px;
}

form#userRegFormLanding .buttons,
form#LogonForm .buttons {
  position: absolute;
  bottom: 0;
  text-align: initial;
}

form#userRegFormLanding .buttons {
  right: 54px;
}

form#LogonForm .buttons {
  right: 0;
}

.create-checkbox-container .label-checkbox,
.sendEmail-custom-label .label-checkbox,
.addressDefault-custom-label .label-checkbox {
  /* font-family: 'noto_sansregular';
  font-size: 14px;
  color: #000;
  font-weight: normal; */
  padding-left: 10px;
}

.login-forgot-password-container {
  text-align: right;
}

.login-forgot-password-container.no-service-messages {
  margin-bottom: 70px;
}

.login-forgot-password-container a {
  font-family: 'noto_sansregular';
  font-size: 14px;
  color: #222;
}

.lens-selection-modal-page {
  padding: 25px 0 0;
}

#lens-selection-modal-page-info {
  padding: 25px;
}

#lens-selection-area {
  height: 100vh !important;
}

.lens-selection-modal {
  top: 0!important;
  left: 0;
}

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

.active-choice-effect {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.2);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.active-choice-effect .active-choice-effect__centerer {
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.active-choice-effect .active-choice-effect__centerer .c-icon-animation {
  font-size: 20px;
}

.active-choice-effect .js-select-title {
  font-size: 14px;
  font-family: 'noto_sansregular';
}

.o-steps {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 100%;
  background: #FFF;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: left;
}

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

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

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

.o-steps .o-steps__footer {
  padding: 0 50px;
  height: 105px;
  background-color: #f7f7f9;
}

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

.o-steps .o-steps__header .o-arrow div {
  font-size: 26px;
  cursor: pointer;
  padding: 0;
  line-height: 45px;
}

.o-steps .o-steps__header .o-preview {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

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

.o-steps .o-steps__header .c-title {
  font-size: 32px;
  display: block;
}

.o-steps .o-steps__body {
  height: auto;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 10px;
  position: relative;
}

.o-steps__scrollable {
  overflow: auto !important;
  height: calc(100vh - 90px);
  -ms-overflow-style: auto;
}

.o-steps__row {
  height: auto;
  z-index: 20000000;
  height: 200px;
  width: 100%;
  float: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-right: 3px;
  padding-left: 3px;
}

.o-steps .o-steps__body .o-steps__header {
  padding: 0;
  margin: 0;
}

.o-steps .o-steps__body .o-steps__header + .o-steps__row {
  position: relative;
  top: auto;
  left: auto;
  margin-top: 30px;
}

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

.o-tabs {
  height: 100%;
}

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

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

.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: solid 1px #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-step-choice {
  display: block;
}

.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;
  cursor: pointer;
}

.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 .o-step-choice__input:checked + .o-step-choice__label {
  border: 1.5px solid #0079c1;
}

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

.o-step-choice .o-step-choice__input:hover:not([disabled]) + .o-step-choice__label {
  border: SOLID 1PX #222;
}

.o-step-choice .o-step-choice__input + .o-step-choice__label .c-icon {
  font-size: 20px;
  line-height: 20px;
  width: 45px;
  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% - 50px );
  float: right;
  font-weight: normal;
}

.o-step-choice .o-step-choice__input + .o-step-choice__label .c-text .c-title {
  float: left;
  font-size: 20px;
  line-height: 20px;
  max-width: calc(100% - 70px);
}

.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 .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;
}

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

.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: #767676;
  padding: 5px 0 0;
}

.o-resume {
  display: table;
}

.o-resume .o-resume__img {
  display: table-cell;
  width: 80px;
}

.o-resume .o-resume__img img {
  width: 100%;
  height: auto;
}

.o-resume .o-resume__text {
  display: table-cell;
  text-align: right;
  padding-right: 5px;
}

.o-resume .o-resume__text .c-title {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  padding-bottom: 0;
}

.o-resume .o-resume__text .c-desc {
  font-size: 12px;
  line-height: 16px;
  color: #4a4a4a;
}

.o-steps__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.o-steps__footer .o-insurance a,
.o-steps__footer .o-insurance a:active,
.o-steps__footer .o-insurance a:focus,
.o-steps__footer .o-insurance a:hover,
.o-steps__footer .o-insurance a:visited {
  color: #222;
  text-decoration: none;
}

.o-steps__footer .o-insurance a span {
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
}

.o-next-step {
  height: auto;
  display: table;
}

.o-next-step,
.o-insurance {
  margin-bottom: 20px;
}

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

.o-next-step .o-next-step__cell .o-insurance__price {
  float: right;
}

.o-next-step .o-next-step__cell .o-original__price {
  float: right;
  padding-right: 5px;
}

.o-next-step .o-next-step__cell .o-insurance__price:last-child {
  text-decoration: line-through;
  padding-right: 5px;
}

.o-next-step .o-next-step__cell .o-insurance__price:first-child {
  font-size: 20px;
  font-weight: bold;
  padding-right: 20px;
}

.c-prod__unisex,
.c-prod__unisex span {
  font-weight: bold;
  color: #222222;
  position: absolute;
  top: 5px;
  line-height: 33px;
  right: 10px;
}

.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: absolute;
  top: -7px;
  right: 2px;
  z-index: 4;
  font-size: 35px;
  line-height: 1em;
  cursor: pointer;
}

.o-modal-fullpage__scroll {
  overflow: auto;
  height: 100%;
  padding: 0 70px 50px 50px;
}

.o-modal-fullpage__scroll.o-modal-fullpage-info {
  padding: 0 0 50px;
}

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

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

.o-lens-info-section__col .c-icon {
  font-size: 20px;
  margin-right: 10px;
}

.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;
  display: flex;
}

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

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

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

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

.modal-search-close {
  margin: 0;
}

.modal-search-icon-close {
  width: 30px;
  height: 30px;
  font-size: 25px;
  float: right;
}

.modal-search-form {
  margin: 0px 0px  !important;
  padding: 0px 0px  !important;
  height: 100%;
  overflow-y: auto;
}

.modal-search-body {
  padding: 40px 0 0 0   !important;
}

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

.modal-search-input {
  width: 100%;
  color: #000;
}

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

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

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

.modal-search-result-body {
  margin: 0 14px 25px;
}

.modal-search-result-container {
  width: 100% !important;
  margin: 0px 0px  !important;
}

.modal-search-result-title {
  font-size: 16px !important;
  color: #222 !IMPORTANT;
  text-transform: none !important;
  margin-bottom: 15px;
}

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

.modal-search-result-grid{
  background-color:#f7f7f9;
  position:relative;
  width:20%;
  display:inline-block;
  display:inline-flex;
  flex-direction:column;
  margin:2.5px;
  text-align:center;
  .change-colors-views {
    padding: 14px;
    .offer-info {
      float: left;
      .offer-badge {
        display: inline-block;
      }
    }
  }
}

.modal-search-result-grid-title{
  text-align:right;
  font-size:14px;
  color:#4a4a4a;
  font-family:'noto_sansregular';
  position: relative;
  float: right;
}

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

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

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

.modal-search-result-description-container {
  font-size: 16px;
  color: #4a4a4a;
  font-family: 'noto_sansregular';
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 4%;
  text-align: left;
}

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

.load-to-result-search-container {
  text-align: center;
}

.load-to-result-search {
  font-size: 50px;
}

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

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

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

.modal-my-account-container .arrow-left-container,
.modal-favorites-container .arrow-left-container {
  position: absolute;
  top: 50px;
  left: 40px;
}

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

.modal-my-account-container .arrow-left-container a:hover,
.modal-favorites-container .arrow-left-container a:hover {
  text-decoration: none;
}

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

.modal-favorites-title {
  font-family: 'noto_sansregular' !important;
  font-family: 'noto_sansregular' !important;
}

.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: 400px;
  width: 278px;
  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;
}

body.collection-page .filter-bar,
body.catalog-page .filter-bar {
  padding-top: 20px;
  padding-bottom: 16px;
  top: 100px;
}

body.collection-page.is-menu-hidden-forced #header_wrapper,
body.collection-page.is-menu-hidden-forced-when-modal #header_wrapper,
body.collection-page.is-menu-hidden-forced-when-modal .filter-bar,
body.collection-page.is-menu-hidden-forced .filter-bar,
body.collection-page.is-menu-hidden-forced-when-modal .header-promo-banner-wrapper,
body.collection-page.is-menu-hidden-forced .header-promo-banner-wrapper,
body.catalog-page.is-menu-hidden-forced #header_wrapper,
body.catalog-page.is-menu-hidden-forced-when-modal #header_wrapper,
body.catalog-page.is-menu-hidden-forced-when-modal .filter-bar,
body.catalog-page.is-menu-hidden-forced .filter-bar,
body.catalog-page.is-menu-hidden-forced-when-modal .header-promo-banner-wrapper,
body.catalog-page.is-menu-hidden-forced .header-promo-banner-wrapper {
  top: -105px!important;
}

#speech-bubble-container {
  position: fixed;
  z-index: 200050;
  bottom: 25px;
  left: 25px;
}

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

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

.insurance-modal-container,
.insurance-modal-container * {
  box-sizing: border-box;
}

.insurance-modal-container {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.insurance-modal-container .close-modal,
.insurance-modal-container .close-insurance-hp {
  position: absolute;
  top: 36px;
  right: 40px;
}

.insurance-modal-container .insurance-modal-container-column-left {
  width: 40%;
}

.insurance-modal-container .insurance-modal-container-column-left .column-left-image {
  height: 100%;
  background-size: cover;
}

.insurance-modal-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100004;
}

.insurance-modal-container .insurance-modal-container-column-right-wrapper {
  width: 60%;
  background-color: #FFF;
  display: flex;
  box-shadow: -2px 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.insurance-modal-container-column-right .insurance-modal-container-column-right_top .font-insurance-title {
  font-family: 'noto_sansregular';
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.insurance-modal-container-column-right .insurance-modal-container-column-right_top .font-insurance-description {
  padding: 16px 0 40px;
}

.insurance-modal-container-column-right .insurance-modal-container-column-right_top .font-insurance-description 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;
}

.font-insurance-description .description-bottom {
  padding-top: 15px;
}

.insurance-modal-container .insurance-modal-container-column-right .insurance-modal-container-column-right_top .font-insurance-download {
  font-family: 'noto_sansregular';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0079c1;
  display: inline;
  text-decoration: underline;
}

.clear-both {
  clear: both;
}

.insurance-column-middle .insurance-modal-container-column-right_middle {
  float: right;
  width: 45%;
}

.insurance-column-middle .insurance-modal-container-column-left_middle {
  float: left;
  width: 45%;
}

.insurance-input-container {
  padding-bottom: 20px;
}

.insurance-modal-container-button .insurance-modal-container-button-paragraph {
  width: 45%;
  float: left;
}

.insurance-modal-container-button .insurance-modal-container-button-paragraph P {
  font-family: 'noto_sansregular';
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
}

.insurance-modal-container-submit {
  width: 45%;
  float: right;
  display: flex;
  justify-content: space-between;
}

.insurance-modal-container-submit .black-button {
  height: 40px;
  cursor: pointer;
}

.insurance-modal-container-submit .white-button {
  height: 40px;
  cursor: pointer;
}

.insurance-modal-container-submit #button-cancel-insurance {
  margin-right: 10px;
  min-width: 120px;
}

#personalInfo input {
  font-size: 16px;
}

.error-container-1,
.error-container-2 {
  display: none;
  width: 100%;
}

.error-container-1 P,
.error-container-2 P {
  font-size: 16px;
  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: 5px;
  font-weight: normal;
}

.nav-element.insurance-menu {
  float: none !important;
}

.input-plan-member-container {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.input-plan-container,
.input-member-container {
  width: 45%;
}

.input-plan-container {
  float: left;
}

.input-member-container {
  float: right;
}

.switch {
  width: 40px;
  height: 18px;
  float: left;
  margin: 0 10px 0 0;
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 34px;
  overflow: hidden;
}

.switch input {
  display: none;
}

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

.slider:before {
  height: 16px;
  width: 16px;
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 1px;
  bottom: 1px;
  background-color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

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

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

input:checked + .slider {
  background-color: #0079c1;
}

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

input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.check.sameAsShipping.useAsBilling,
.check.newsletter {
  display: flex;
  line-height: 1.2;
}

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

.modal-support-container .arrow-left-container,
.modal-special-offers-container .arrow-left-container,
#modal-contact-us .arrow-left-container {
  display: inline-block;
  cursor: pointer;
}

.modal-support-container .arrow-left-container .iconglasses-arrow-left,
.modal-special-offers-container .arrow-left-container .iconglasses-arrow-left,
#modal-contact-us .arrow-left-container .iconglasses-arrow-left {
  font-size: 32px;
}

.modal-support-title,
.modal-special-offers-container .special-offers-title {
  font-family: "noto_sansregular";
  font-size: 32px;
  color: #000;
  text-align: left;
  margin: 33px 0 40px 15px;
  font-weight: normal;
}

.modal-support-body,
.special-offers-body {
  margin-left: 30px;
}

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

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

.modal-support-quick-links-body {
  display: flex;
  width: 100%;
}

.support-contact-box {
  width: 186px;
  height: 258px;
  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-icon-container a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  color: #000;
}

.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;
}

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

.modal-support-faq-container .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-head {
  margin: 15px 0;
  overflow: hidden;
  cursor: pointer;
}

.modal-support-faq-category-head .iconglasses-icon-open-detail {
  font-size: 10px;
  padding: 4px 17px;
  float: right;
}

.modal-support-faq-category-head .iconglasses-icon-close-detail {
  font-size: 2px;
  padding: 10px 17px;
  float: right;
}

.modal-support-faq-category-head p {
  float: left;
  margin: 0;
}

.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-top: 10px;
  margin-bottom: 10px;
}

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

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

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

.modal-download-container,
.modal-chat-with-us-container,
.modal-track-order-container {
  display: none;
  box-sizing: border-box;
  width: 100%;
  z-index: 110;
  background-color: #FFF;
  position: absolute;
  height: 100%;
  overflow-y: auto;
  top: 0;
}

.modal-download-container .close-modal,
.modal-chat-with-us-container .close-modal,
.modal-track-order-container .close-modal,
#modal-contact-us .close-modal {
  top: 25px;
  right: 25px;
  overflow: visible;
  position: absolute;
  font-size: 30px;
  cursor: pointer;
}

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

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

.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 65px;
}

.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-subtitle a {
  color: #0079c1;
  padding-right: 6px;
  font-size: 16px;
  font-family: 'noto_sansregular';
}

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

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

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

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

.support-contact-icon-container a:hover,
.support-contact-icon-container a:focus {
  text-decoration: none !important;
  color: #000 !important;
}

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

.icon-download-size {
  font-size: 25px;
  padding-right: 10px;
}

.dropdown-menu {
  padding: 0;
}

#compare_top_container {
  display: none;
}

#catalog_wrapper_box,
.catalog_wrapper_box {
  width: 100%;
  flex-direction: column;
  min-height: calc(100vh - 130px);
}

#product_list_container,  #product_list_container1 {
    width: 100%;
    position: relative;
}
#product_list_container1 .products_holder{
	display: flex;
    justify-content: center;
}
.products_holder .item_container {
  width: 20%;
  float: left;
  height: auto;
}

@media screen and (min-width: 1025px) {
  .products_holder .item_container.desktop_item_container_hero {
    width: calc(20% * 2 - 0.5px);
  }

  .products_holder .item_container.desktop_item_container_hero .fixed_ratio_helper {
    padding-bottom: calc(138% / 2);
  }
}

.products_holder .item_container .fixed_ratio_helper {
  width: 100%;
  height: 100%;
  position: relative;
}

.products_holder .item_container .fixed_ratio_helper .fixed_ratio {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* padding: 4px 3px; */;
}

.products_holder .detail_box,
.c-landing-pdp {
	float: left;
	width: calc(100% - -10px);
}

.products_holder .detail_box.toAnimate {
  float: right;
  width: 0;
  transition: width 1s ease-in-out;
  /* transition: opacity 1s ease-in-out; */;
}
.clp-row-espot.add-margin{
	margin-top:100px;
}
.toAnimate-left {
  float: left!important;
}

.products_holder .detail_box.animated {
  width: 100%;
  margin-left: 3px;
  position: absolute;
  right: 0;
  height:90vh;
  margin-bottom: 100px;
}

.products_holder .item_container_collection {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

.products_holder .item_container_collection.selfAnimate {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity .5s linear;
}

.item_container .item.selected,
.item_container .item.selected:hover {
  border-bottom: #222;
}

.item_container .item.selected .change-colors-views,
.item_container .item.selected .names,
.item_container .item.selected .price_container {
  display: none;
}

.item_container .item .arrow-up-wrapper {
  display: none;
}

.item_container .item.selected .arrow-up-wrapper {
  display: block;
  margin: 0;
  transform: rotate(90deg);
  position: absolute;
  left: 50%;
  top: 10px;
  font-size: 30px;
}

.products_holder .item_container .item .image-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  max-height: 100%;
}

.products_holder .item_container .item .image-holder img {
  width: 80%;
  height: auto;
}

.item_container .item:hover .image-holder img.item-thumbnail--fr,
.item_container:focus .item .image-holder img.item-thumbnail--fr {
  display: none !important;
}

/* .products_holder .item_container .item:hover .image-holder img.item-thumbnail--fr {
  display: none!important;
}  */

/* .item_container .item .image-holder img.item-thumbnail--qt {
  display: none;
} */

.item_container .item:hover .image-holder img.item-thumbnail--qt,
.item_container:focus .item .image-holder img.item-thumbnail--qt {
  display: inline;
}

.products_holder .change-colors-views {
  top: 4%;
  right: 25px;
  text-align: right;
}

.products_holder .item_container .item .color-count {
  font-family: "noto_sansregular";
  font-size: 14px;
  color: #4a4a4a;
}

.products_holder .item_container .item .names {
  position: static;
  max-width: 100%;
}

.products_holder .item_container .item .names a .brand-name,
.modal-search-result-description-container .brand-name {
  color: #555;
  font-size: 14px;
  font-family: "noto_sansregular";
  text-transform: none;
  width: auto;
  letter-spacing: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.products_holder .item_container .item .names a .style-name,
.modal-search-result-description-container .style-name {
  font-size: 10px;
  line-height: 12px;
  color: #666;
  font-family: "noto_sansregular";
}

.products_holder .item_container .item .price_container {
  position: static;
  font-size: 16px;
  color: #4a4a4a;
  font-family: "noto_sansregular";
}

.products_holder .item_container .item .price span,
.modal-search-result-description-container .price {
  font-family: "noto_sansregular";
  font-size: 14px;
  font-weight: normal;
  color: #4a4a4a;
}

.products_holder .item_container .item .thumbnail__details {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 4%;
}

.filter-bar {
  padding-top: 60px;
  background: #FFF;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 19px;
}

.pagination-compare-sort {
  margin-top: 95px;
  display: none;
}

.nav-item label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.67px;
  vertical-align: -webkit-baseline-middle;
}

.filter-bar .dropdown-menu.show {
  margin-top: 17px;
  max-width: calc( 100vw - 10px );
  border-radius: .25rem;
}

.filter-bar .dropdown-menu.show:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
}

.filter-container .filter-options {
  /* margin: 15px 0; */;
}

.filter-options input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  width: 0;
  opacity: 0;
  position: absolute;
  margin-left: -6px;
}

/* .clear-all-button {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border-radius: 17px;
  border: SOLID 1PX #222;
  margin-left: 22px;
  cursor: pointer;
} */

.x-clear-all:before {
  content: "\e944";
}

.x-clear-all {
  color: #222;
  font-family: 'glasses' !important;
  font-size: 24px;
  margin: -3px 8px 8px 2px;
}

.filter-options input[type="checkbox"]:checked ~ .x-remove-filter {
  display: inline-block;
}

.x-remove-filter {
  display: none;
  color: #222;
  font-family: 'glasses' !important;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 8px;
  cursor: pointer;
}

.x-remove-filter:before {
  content: "\e944";
}

#gender_filter_women .nav-link {
  width: 80px;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}
#vto_filter .nav-link {
  width: 80px;
  text-align: center;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
}

#gender_filter_men .nav-link {
  width: 80px;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

#sunglasses-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-width: 0;
}

#eyeglasses-button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 0;
}

.pipe {
  width: 1px;
  height: 20px;
  border: 0.5PX SOLID #222;
  position: relative;
  margin-top: 7px;
  margin-left: -1px;
}

.filter-bar.nav.nav-pills .nav-item {
  margin-left: 8px;
  display: inline;
}

.filter-bar.nav.nav-pills .nav-item:last-child {
  float: right;
  /* margin-left: 8px; */
  margin-right: 20px;
  display: inline-block;
}

.filter-bar.nav.nav-pills .nav-link {
  background: #FFF;
  color: #222;
  padding: 6px 10px;
  border: 1PX SOLID #222;
  font-family: 'Space Mono', monospace;
  font-size: 16px;
  font-weight: normal;
}

.nav {
  display: block;
}

.filter-bar.nav.nav-pills .nav-link.selected,
.filter-bar.nav.nav-pills .nav-link[aria-expanded="true"],
.filter-bar.nav.nav-pills .nav-link:hover {
  background: #222;
  color: #FFF;
}

.filter-bar.nav.nav-pills h1.nav-link,
.filter-bar.nav.nav-pills h3.nav-link {
  cursor: pointer;
}

.filter-bar.nav.nav-pills h1.nav-link span,
.filter-bar.nav.nav-pills h3.nav-link span {
  font-family: 'Space Mono', monospace;
}

.label-hide {
  position: absolute;
  z-index: -1;
}

.category-title-page {
  width: max-content;
  height: 48px;
  font-family: 'Space Mono', monospace;
  font-size: 32px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

/* (1366x768) WXGA Display */
@media  screen and (max-width: 1366px) {
  .category-title-page {
    width: max-content;
    height: 48px;
    font-family: 'Space Mono', monospace;
    font-size: 23px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
  }
}

.filter-options input[type="checkbox"]:checked + label {
  font-weight: bold;
  font-family: "noto_sansbold";
}

.facet-subnav.frame-shape,
.facet-subnav.color {
  display: block;
}

.facet-subnav.frame-shape li,
.facet-subnav.color li,
.facet-subnav.price-ranges li,
#sort_by_filter .wcag-label-trigger-click {
  flex: none;
  margin-bottom: 20px;
}

.apply-color-filter {
  display: inline-block;
  width: 260px;
  height: 40px;
  /* margin-left: 10px; */
  border-radius: 4px;
  background-color: #222;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

#lens-color-type-container {
  float: left;
}

#lens-color-container {
  float: right;
  margin-left: 100px;
}

.lens-color-title {
  position: absolute;
  width: 43px;
  height: 14px;
  font-family: noto_sansregular;
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.88;
  letter-spacing: normal;
  color: #222;
}

#polarized-toggle-button {
  margin-top: 45px;
  margin-left: 1px;
  color: #555555;
}

.dropdown-menu .dropdown-wrapper {
  margin: 15px;
}

.filter-card-wrapper input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: -6px;
  opacity: 0;
}

.filter-card-wrapper {
  min-width: 186px;
  height: 258px;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 10px;
}

.dropdown-wrapper .card-container.scrollable {
  overflow: auto;
}

.dropdown-wrapper .filter-card-wrapper label.label-card {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  background-color: #f7f7f9;
  color: #333;
  cursor: pointer;
  user-select: none;
}

.filter-card-wrapper label.label-card .filter-icons .filter-icon {
  width: 100%;
}

.filter-card-wrapper label.label-card .filter-icons .filter-icon.icon-selected {
  display: none;
}

.filter-card-wrapper label.label-card .filter-icons .filter-icon.icon-unselected {
  display: inline-block;
}

.filter-card-wrapper label.label-card:hover .filter-icons .icon-selected,
.filter-card-wrapper label.label-card.selected .filter-icons .icon-selected,
.filter-options input[type="checkbox"]:checked + label.label-card .filter-icons .icon-selected {
  display: inline-block;
}

.filter-card-wrapper label.label-card:hover .filter-icons .icon-unselected,
.filter-card-wrapper label.label-card.selected .filter-icons .icon-unselected,
.filter-options input[type="checkbox"]:checked + label.label-card .filter-icons .icon-unselected {
  display: none!important;
}

.filter-card-wrapper label.label-card:hover,
.filter-card-wrapper label.label-card.selected,
.filter-options input[type="checkbox"]:checked + label.label-card {
  background-color: #222;
  color: #FFF;
}

.filter-card-wrapper label.label-card .filter-icons {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 60px;
  width: 100%;
}

.filter-control-wrapper {
  text-align: right;
  margin-top: 2em;
  padding-right: 14px;
  margin-bottom: -13px;
}

.filter-control-wrapper span {
  font-family: "noto_sansregular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
  cursor: pointer;
}

.filter-control-wrapper .filter-apply {
  color: #FFF;
}

.dropdown-wrapper .card-container::-webkit-scrollbar {
  height: 4px;
  background-color: #F5F5F5;
}

.dropdown-wrapper .card-container::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 2px;
}

.dropdown-wrapper .card-container::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.dropdown-menu .dropdown-wrapper.other-filters-wrapper {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
}

.dropdown-menu .dropdown-wrapper.other-filters-wrapper .other-filters-wrapper-inner {
  padding-top: 23px;
  padding-right: 98px;
  padding-left: 41px;
  max-height: 60vh;
}

.facet-subnav.color .icon {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.facet-subnav.color .icon:before {
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}

.filter-label {
  font-family: "noto_sansregular";
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.7px;
  color: #555;
  line-height: normal;
  cursor: pointer;
}

.filter-label:hover {
  text-decoration: underline;
}

.filter-label.selected {
  font-family: "noto_sansbold";
  font-weight: bold;
}

.facet-subnav.frame-shape {
  display: inline-block;
  width: auto;
  height: auto;
  text-align: left;
}

.facet-subnav.frame-shape li {
  height: auto;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}

#sort_by_filter .sort-by label.filter-label {
  text-transform: capitalize;
}

#sort_by_filter .dropdown-menu .dropdown-wrapper.sort-by {
  min-width: 220px;
}

.load-more-wrapper,
.no-load-more-wrapper,
.filter-overview-wrapper,
.filter-tags-wrapper {
  text-align: center;
}

.load-more-wrapper,
.no-load-more-wrapper {
  margin-top: 50px;
}

.load-more-wrapper .load-more,
.no-load-more-wrapper .load-more {
  display: inline-block;
  font-family: "noto_sansregular";
  font-size: 14px;
  cursor: pointer;
  border: 1PX SOLID #222;
  background: transparent;
  border-radius: 4px;
  padding: 7px 35px;
}

.filter-overview-wrapper {
  font-family: "noto_sansregular";
}

.tag-cloud-wrapper {
  font-family: "noto_sansregular";
}

.tag-cloud-wrapper .filter-tags-wrapper h3 {
  display: inline-block;
}

.tag-cloud-wrapper .filter-tags-wrapper {
  text-align: center;
  line-height: 45px;
  padding: 0 16px;
}

.tag-cloud-wrapper .filter-tags-wrapper a.filter-tag {
  font-size: 16px;
  background: #EEE;
  border-radius: 4px;
  font-weight: normal;
  padding: 0px 10px;
  margin-right: 6px;
  margin-bottom: 5px;
  color: #000;
  text-decoration: none;
  line-height: 42px;
  display: inline-block;
}

.top-left {
  position: absolute;
  left: 12px;
  top: 12px;
}

.top-right {
  position: absolute;
  right: 12px;
  top: 12px;
}

.top-right--large {
  position: absolute;
  right: 24px;
  top: 24px;
}

.close.top-right--large {
  position: fixed;
}

.close.collection-close.top-left--large {
  float: right;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  position: absolute;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  z-index: 99;
  -webkit-appearance: none;
  top: 10px;
  left: 5px;
}

.bottom-right {
  position: absolute;
  right: 20px;
  bottom: 25px;
}

.full-images-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #FFF;
  z-index: 99999;
  overflow-y: auto;
}

.full-images-container button.close{
	padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.c-pdp-home-logo {
  opacity: 0;
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

body.is-menu-hidden .c-pdp-home-logo {
  opacity: 1;
}

.c-btn-icon {
  display: block;
  background: #FFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #000;
  line-height: 40px;
  cursor: pointer;
}

.c-btn-icon-i {
  line-height: 40px!important;
}

.c-pdp-det {
  display: flex;
  flex-direction: row;
  background: #FFF;
}

.c-pdp-det,
.c-pdp-det * {
  box-sizing: border-box;
}

.c-pdp-det__left {
  position: relative;
  min-width: 30%;
/*   max-width: 40%; */
    max-width: 600px;
}

.c-pdp-det__right {
  position: relative;
  width: 20%;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
}

.c-pdp-det__pres-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-pdp-det__pres-img img {
  object-fit: cover;
  object-position: center;
  max-height: 90vh;
}

[class*="l-pdp-det__container"] {
  padding: 10px 10px;
  width: 99%;
}

#landing-pdp [class*="l-pdp-det__container"] {
  width: 98%;
}

[class*="l-pdp-det__container"].l-pdp-det__container--flex {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.l-pdp-det__container--flex > [class*="l-pdp-det__col"] {
  flex-shrink: 1;
  flex-basis: 100%;
}

[class*="l-pdp-det__col"].l-pdp-det__col--right {
  text-align: right;
}

.l-pdp-det__model-detail {
  font-family: "noto_sansregular";
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 20px;
}

.l-pdp-det__brand-detail {
  display: flex;
  flex-direction:column;
  margin-top: 35px;
}

.c-pdp-det__logo {
  margin-bottom: 15px;
  min-width: 210px;
}

.c-pdp-det__logo__img {
  height: 75px;
  width: auto;
}

.c-pdp-det__desc {
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: 0.2px;
  color: #000;
  padding-right: 5px;
  max-height: 5.25em;
  position: relative;
}

.c-pdp-det__switch {
  margin-top: 5px;
}

.pdp-det__carousel {
  /*overflow: auto;*/
  margin: 10px 0 0px 10px;
  cursor: pointer;
  flex-grow: 2;
}

.pdp-det__carousel__overflow {
  white-space: nowrap;
  width: auto;
}

.pdp-det__carousel .pdp-det__carousel__item {
  display: inline-block;
  position: relative;
  width: 231px;
  height: 129px;
  text-align: center;
  background: #f7f7f9;
  margin-right: 5px;
}

.pdp-det__carousel__item.selected:after,
.pdp-det__carousel__item:hover:after {
  content: '';
  display: block;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  z-index: 2;
}

.pdp-det__carousel__item.selected:after {
  content: '';
}

.pdp-det__carousel__item .pdp-det__carousel__item__img {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 90%;
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.c-pdp-det__list {
  line-height: 1.7em;
}

.c-pdp-det__list__key {
  font-weight: bold;
}

h3.c-pdp-det__list__key {
  font-size: 1rem;
  line-height: 1.7em;
}

.c-pdp-det__list__value {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.field-frameDetail {
  margin-bottom: 0;
}

.c-pdp__price {
  font-size: 24px;
  margin-bottom: 5px;
}

.c-pdp__price .original-price {
  font-size: 20px;
  text-decoration: line-through;
}

.c-pdp__price .affirm-price {
  font-weight: bold;
}

.sold-out {
  font-weight: bold;
  margin-left: 15px;
}

.c-pdp-det__ctas {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.c-pdp-det__buttons {
  float: right;
  clear: both;
  margin: 15px 0;
}

.c-pdp-det__button {
  width: 120px;
  text-align: center;
  background: #FFF;
  font-weight: normal;
  color: #000;
  border: 1px solid #000;
  padding: 7px 0;
  min-width: 100px;
  font-size: 14px;
  margin: 0 0 0 10px;
  cursor: pointer;
}

.c-pdp-det__button:hover {
  text-decoration: initial;
}

.c-pdp-det__button--black {
  background: #000;
  color: #FFF;
}

.c-pdp-det__button.c-pdp-det__button__favorite .selected {
  display: none;
}

.c-pdp-det__button.c-pdp-det__button__favorite.active .unselected {
  display: none;
}

.c-pdp-det__button.c-pdp-det__button__favorite.active .selected {
  display: inline-block;
}

.pdp-images-item {
  text-align: center;
  margin-bottom: 10px;
  background-color: #dde6f7;
  display: flex;
  vertical-align: middle;
  min-height: 40vh;
}

.pdp-images-item-img {
  width: 92%;
  margin: 0 auto;
}

.arrow-left-container,
.modal-favorites-head,
.modal-favorites-body {
  font-family: "noto_sansregular";
}

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

.modal-favorites-box-grid .item .image-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  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;
}

.modal-favorites-box-grid .item .thumbnail__details {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 4%;
}

.modal-favorites-box-grid .item .arrow-up-wrapper {
  display: none;
}

.modal-favorites-box-grid .item .price_container {
  font-size: 16px;
  color: #4a4a4a;
  font-family: "noto_sansregular";
}

.modal-favorites-box-grid .item .thumbnail__button__favorite {
  position: absolute;
  top: 25px;
  right: 25px;
  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;
}

.close-modal-detail,
.close-modal-address {
  z-index: 125;
  top: 25px;
  right: 25px;
  overflow: visible;
  position: absolute;
}

.close-modal-address a:hover {
  text-decoration: none;
}

.sendEmail-custom-label,
.addressDefault-custom-label {
  display: flex;
}

.menu-sign-out {
  float: right;
  margin-right: 20px;
  text-decoration: underline !important;
}

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

.modal-my-account-title {
  font-family: "noto_sansregular";
  font-size: 32px;
  color: #000;
  font-weight: normal;
  margin: 0;
}

.modal-my-account-title a {
  font-size: 18px;
  color: #000;
  text-decoration: underline;
  padding-left: 20px;
}

.modal-my-account-body {
  margin-top: 30px;
  display: flex;
}

.modal-my-account-left {
  flex-basis: 30%;
  padding-top: 35px;
  margin-right: 5px;
}

.modal-my-account-right {
  flex-basis: 70%;
}

.modal-my-account-nav {
  padding-left: 15px;
}

.modal-my-account-nav-li {
  font-size: 18px;
  font-family: "noto_sansregular";
  margin-bottom: 30px;
}

.modal-my-account-nav-li a {
  font-size: 18px;
  color: #555;
}

.modal-my-account-nav-li a:hover,
.modal-my-account-nav-lii a:focus,
.modal-my-account-nav-li a:visited,
.modal-my-account-nav-li a:active {
  text-decoration: none;
}

.modal-my-account-li-active {
  text-decoration: underline;
}

.modal-my-account-li-active a {
  color: #000;
  white-space: nowrap;
}

.modal-my-account-order-history {
  display: none;
}

.modal-my-account-info {
  float: right;
}

.modal-my-account-form-container {
  width: 100%;
}

.my-account-table {
  border-spacing: 10px 24px;
  border-collapse: separate;
}

.my-account-table-col {
  font-family: "noto_sansregular";
  font-size: 16px;
  color: #000;
  vertical-align: top;
  white-space: nowrap;
}

.my-account-table-col a {
  font-family: "noto_sansregular";
  font-size: 14px;
  color: #0079c1;
  text-decoration: underline;
  white-space: nowrap;
  float: right;
}

.my-account-table-col span {
  font-size: 14px;
}

.my-account-form-input {
  font-family: "noto_sansregular";
  font-size: 14px;
  color: #4a4a4a;
  line-height: 1.57;
  border: none;
  width: 100%;
}

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

.my-account-edit-link-input {
  margin-bottom: 24px;
  margin-bottom: 10px;
}

.password-input-container .iconglasses-x,
.birth-input-container .iconglasses-x {
  font-size: 22px;
}

.my-account-change-password .password-input-container input,
.my-account-change-password .birth-input-container input {
  padding: 0 5px;
}

.password-input-container,
.birth-input-container {
  padding-bottom: 15px;
}

.password-input-container.last-child,
.birth-input-container.last-child {
  padding-bottom: 10px;
}

.my-account-change-password,
.my-account-change-birthday {
  display: none;
}

.my-account-change-password .service-error-message-container,
.my-account-change-birthday .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: 5px 0;
}

.my-account-edit-link-button {
  display: inline-flex;
  float: right;
}

#my-account-password-close,
#my-account-birthday-close {
  margin-right: 10px;
}

.my-account-form-button {
  min-width: 120px;
}

.my-account-form-checkbox {
  display: none;
}

.order-history-table-container {
  height: 400px;
  padding: 10px;
}

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

table.order-history-table thead {
  flex: 0 0 auto;
  width: 100%;
  background-color: #EEE;
}

table.order-history-table tbody {
  flex: 1 1 auto;
  display: block;
  overflow-y: scroll;
}

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

table.order-history-table thead,
table.order-history-table tbody tr {
  display: table;
  table-layout: fixed;
}

table.order-history-table td {
  padding: 10px;
  font-family: "noto_sansregular";
  font-size: 14px;
  font-size: min(0.95vw, 14px);
  color: #000;
}

table.order-history-table th {
  font-size: 16px;
  text-align: left;
  padding: 10px;
  font-family: "noto_sansregular";
  color: #000;
  font-weight: normal;
}

.order-history-table td a {
  text-decoration: underline;
  color: #0079c1;
}

.order-history-table td:first-child {
  text-decoration: underline;
}

.address-dropdown-ul li {
  padding: 10px 5px;
}

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

.address-dropdown-ul a {
  text-decoration: none;
}

.address-dropdown-select span {
  float: right;
  padding: 5px;
}

.address-dropdown-select:hover,
.address-dropdown-select:active {
  background: transparent !important;
  border-color: #000;
  color: #000;
  outline: 0;
}

.modal-address-container {
  position: relative;
  left: 100%;
  top: 0;
  background-color: #FFF;
  z-index: 120;
  padding: 72px 0 0 65px;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.dropdown-toggle::after {
  content: none;
}

.modal-address-container:after {
  content: "";
  height: auto;
  display: block;
  padding-bottom: 96px;
}

.modal-address-head {
  font-family: "noto_sansregular";
  color: #000;
  margin-bottom: 30px;
}

.modal-address-title {
  font-size: 32px;
  font-weight: normal;
  margin: 0;
}

.modal-address-subtitle {
  font-size: 14px;
  padding-top: 5px;
  margin: 0;
}

.modal-address-body {
  margin-left: 15px;
  display: flex;
  font-family: "noto_sansregular";
  color: #000;
  font-size: 14px;
}

.modal-address-left {
  flex-basis: 50%;
  margin-right: 21px;
}

.modal-address-left .dropdown {
  position: relative;
}

.modal-address-right {
  flex-basis: 50%;
  margin: 22px 0 0 21px;
}

.address-dropdown-ul {
  display: none;
  border-radius: 0;
  border: 1px solid #000;
  transform: translate3d(0px, 0px, 0px) !important;
  width: 100% !important;
  position: absolute !important;
  top: 0;
  margin: 0;
  padding: 0;
  left: 0;
  z-index: 1000;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.show .address-dropdown-ul {
  display: block;
}

.address-dropdown-select {
  border-radius: 0;
  background: transparent;
  border: 1px solid #000;
  color: #222;
  font-size: 14px;
  outline: 5px #126ea1;
  text-align: left;
  font-family: "noto_sansregular";
  padding: 10px;
}

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

.address-checkbox-container {
  margin-right: 30px;
}

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

.modal-address-body a {
  text-decoration: underline;
  color: #000;
}

.address-input-container .iconglasses-x {
  font-size: 22px;
}

.address-input-container {
  margin: 0;
  padding-top: 40px;
  width: 100%;
}

#address-zipcode {
  margin-right: 5px;
}

#address-state {
  margin-left: 5px;
}

.address-textbox {
  border: none;
  font-family: "noto_sansregular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.address-textbox:focus {
  outline: 0;
}

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

.address-add-address2,
.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: #4a4a4a;
}

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

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

.address-form-flex {
  display: flex;
  width: 100%;
}

label.error {
  z-index: 100;
}

.address-form-button-container {
  float: right;
  margin-top: 38px;
  display: inline-flex;
}

#address-reset-button {
  margin-right: 5px;
}

.modal-see-detail-container {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  z-index: 100;
  padding: 67px 87px 96px 64px;
  overflow-y: auto;
  box-sizing: border-box;
}

.switch-label {
  height: 20px;
  width: auto;
  float: left;
  line-height: 20px;
  color: #000;
  font-size: 16px;
  display: block;
  flex-shrink: 1;
  flex-basis: 100%;
  margin: 0 10px 0 0;
}

.modal-track-order-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FFF;
  padding: 67px 87px 96px 64px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal-chat-with-us-container {
  background-color: #FFF;
  padding: 67px 0 96px 64px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal-download-container {
  background-color: #FFF;
  padding: 67px 64px 96px;
  overflow-y: auto;
  box-sizing: border-box;
}

.header-promo-banner-wrapper {
  position: fixed;
  top: 52px;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
  z-index: 999;
}

.header-promo-banner-text {
  display: block;
  visibility: hidden;
}

.my-account-password,
.my-account-birthday {
  display: flex;
}

.hidden-detail {
  display: none;
}

.filter-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}

#cart-checkout-modal {
  display: block;
}

#header_wrapper_checkout {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  display: flex;
  justify-content: space-between;
  z-index: 1031 !important;
  background: #FFF;
  width: 100%;
  margin: auto 1% auto 1%  !important;
}

.cart-checkout-modal-container,
.cart-checkout-modal-container * {
  box-sizing: border-box;
}

.cart-checkout-modal-container {
  position: relative;
  background-color: #FFF;
  display: flex;
  flex-direction: row;
  height: 100%;
}

#header_wrapper_checkout .header-logo {
  padding: 22.5px 0;
}

#header_wrapper_checkout .cart-checkout-x {
  z-index: 110;
  top: 24px;
  right: 46px;
  overflow: visible;
  position: absolute;
}

.cart-checkout-modal-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  left: 0;
}

.catalog-wrapper-loader {
  min-height: calc(100vh - 107px);
}

.btn-disabled {
  opacity: .5 !important;
  pointer-events: none !important;
}

#pdp-size-label {
  vertical-align: -webkit-baseline-middle;
}

#pdp-size {
  vertical-align: bottom;
}

.affirm-as-low-as {
  text-align: right;
  font-size: 14px;
  color: #0079c1;
}

.affirm-as-low-as {
  text-align: right;
  font-size: 14px;
  color: #0079c1;
}

.affirm-klarna-cta{
  font-family: DM Sans;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 0.5px;
  text-align: right;
  color: #575d9b;
  text-decoration: underline;
}

.klarna-placement {
  font-family: DM Sans!important;
}


.learn-more{
  font-weight: 600 ;
  font-stretch: normal;
  font-style: normal;
  cursor: pointer;
  text-decoration: underline;
}

#learn-more-payments-modal.gl-modal-container.hidden {
  display: none!important;
}

#learn-more-payments-modal.gl-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
}

#learn-more-payments-modal.gl-modal-container .gl-modal {
  display: flex;
  flex-direction: column;
  width: 860px;
  max-height: 570px;
  padding: 40px 24px 32px 24px;
  background-color: #fff;
  border-radius: 8px;
  border: none;
  z-index: 1;
}

.gl-modal-container .gl-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  flex-flow: column nowrap;
  overflow: hidden;
  min-width: 300px;
  min-height: 300px;
  padding: 20px;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 31;
  animation-name: animatetop;
  animation-duration: .2s;
  filter: blur(0);
}

.gl-modal-container .gl-modal .gl-modal-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.gl-modal-container .gl-modal .gl-modal-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

#learn-more-payments-modal.gl-modal-container .gl-modal .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#learn-more-payments-modal.gl-modal-container .gl-modal .content h2 {
  text-align: center;
  letter-spacing: .5px;
  font-size: 24px;
  line-height: 40px;
  color: #222;
  font-family: "DM Sans";
}

#learn-more-payments-modal.gl-modal-container .gl-modal .content p {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .5px;
  text-align: center;
  color: #222;
  white-space: normal!important;
  width: 55%;
  margin: 0;
  font-family: DM Sans!important;
}

#learn-more-payments-modal.gl-modal-container .gl-modal .content .modal-terms {
  width: 95%;
  margin-top: 50px;
  font-size: 12px;
}

#learn-more-payments-modal.gl-modal-container .gl-modal .content .affirm, #learn-more-payments-modal.gl-modal-container .gl-modal .content .klarna {
  display: flex;
  flex-direction: row;
  padding: 10px 16px;
  border-radius: 8px;
  margin: 16px 0 0 0!important;
  width: 80%;
  background-color: #eff5ff;
}

#learn-more-payments-modal.gl-modal-container .gl-modal .content .affirm .logo, #learn-more-payments-modal.gl-modal-container .gl-modal .content .klarna .logo {
  width: 60px;
  min-width: 60px;
  height: 30px;
  margin-right: 16px!important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

#learn-more-payments-modal.gl-modal-container .gl-modal .content .affirm p, #learn-more-payments-modal.gl-modal-container .gl-modal .content .klarna p {
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  font-size: 14px!important;
  line-height: 16px;
  letter-spacing: .16px;
  color: #222!important;
  text-align: left;
  margin: 0!important;
  width: auto;
  white-space: normal!important;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.gl-modal-container .gl-modal-overlay {
  position: fixed;
  background-color: rgba(51,51,51,.6);
  width: 100%;
  top: 0;
  height: calc(100% + 40px);
  z-index: 30;
}

#learn-more-payments-modal.gl-modal-container .gl-modal-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #222;
  opacity: 50%;
  z-index: 0;
}

#learn-more-payments-modal.gl-modal-container .gl-modal .gl-modal-header .close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 13px;
  width: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M14.8517 2.07396L15.1169 1.80879L14.8517 1.54363L14.459 1.15085L14.1938 0.885686L13.9286 1.15085L8.00129 7.07818L2.07396 1.15085L1.80879 0.885686L1.54363 1.15085L1.15085 1.54363L0.885686 1.80879L1.15085 2.07396L7.07819 8.00129L1.15085 13.9286L0.885686 14.1938L1.15085 14.459L1.54363 14.8517L1.80879 15.1169L2.07396 14.8517L8.00129 8.9244L13.9286 14.8517L14.1938 15.1169L14.459 14.8517L14.8517 14.459L15.1169 14.1938L14.8517 13.9286L8.9244 8.00129L14.8517 2.07396Z' fill='%23222222' stroke='%23222222' stroke-width='0.75'/%3E%3C/svg%3E");
  background-size: contain;
}

.gl-modal-container .gl-modal .gl-modal-header .close-icon {
  width: 25px;
  height: 25px;
  background: url(../images/xclose-ico@3x.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

.c-pdp-det .affirm-as-low-as {
  margin-bottom: 15px;
}

#lens-selection-area .affirm-as-low-as {
  margin: 5px 20px 0 0;
}

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

.c-pdp-det__desc:after {
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.2px;
  color: #000;
  overflow: auto;
  max-height: 5.25em;
  height: 30px;
}

.pdp-det__carousel::-webkit-scrollbar {
  display: none;
}

@media (hover:none), (hover:on-demand) {
  .pdp-det__carousel__item:hover:after {
    content: none;
  }
}

@media screen and (max-width: 1366px) {
  .pdp-det__carousel {
    margin: 5px 0 0px 10px;
  }

  [class*="l-pdp-det__container"] {
    padding: 1px 40px;
  }

  .c-pdp-det__list__value {
    margin-bottom: 2px;
  }

  .c-pdp-det__switch {
    margin-top: -15px;
  }
}

.c-pdp__insurance {
  font-size: 16px;
  text-decoration: underline;
  color: #000;
  margin-bottom: 25px;
  display: inline-block;
  cursor: pointer;
}

.c-pdp-det__shop {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.c-pdp-det__shop > * {
  display: table-cell;
  vertical-align: middle;
}

.c-pdp-det__shop__logo img {
  max-width: 160px;
  height: 20px;
  display: inline-block;
  float: left;
  margin: 2px 0 0;
}

.c-pdp-det__shop__status {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 5px;
}

.c-pdp-det__linksline {
  white-space: nowrap;
  margin-bottom: 10px;
  margin-left: 15px;
}

.c-pdp-det__linksline .c-pdp-det__link {
  color: #000;
  font-size: 14px;
  cursor: pointer;
}

.c-pdp-det__linksline .c-pdp-det__link:first-child {
  padding: 0 7px 0 0;
}

.c-pdp-det__linksline .c-pdp-det__link:not(:first-child) {
  color: #000;
  font-size: 14px;
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0 0 0 10px;
  line-height: 1em;
}

@media ( max-width: 1024px ) {
  .c-pdp-det__right {
    width: 20%;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
  }

  [class*="l-pdp-det__container"] {
    padding: 10px 20px;
  }

  .pdp-det__carousel {
    margin-left: 20px;
  }
}

.pdp-label-size {
  display: inline-block;
}

.header-sign-in-menu-newsletter-container .header-newsletter-container {
  width: auto;
  max-width: 81%;
  min-height: 210px;
  height: 235px;
  margin-left: 50px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .header-sign-in-menu-newsletter-container .header-menu-container,
  .header-sign-in-menu-newsletter-container .header-newsletter-container {
    width: auto;
    max-width: 90%;
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .header-sign-in-menu-newsletter-container .header-menu-container,
  .header-sign-in-menu-newsletter-container .header-newsletter-container {
    max-width: 95%;
    width: auto;
    margin-left: 20px;
  }
}

.header-sign-in-menu-modal-column-right .newsletter-container {
  margin-left: 30px;
}

.header-sign-in-menu-modal-column-right .nav-list #favorite-item.favorite-alert:after {
  content: "\2022";
  color: #c8021a;
  margin-left: 5px;
  vertical-align: middle;
}

.mailing-box {
  background-color: #eee;
  padding: 20px 20px 25px;
}

.mailing-box-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mailing-box-message-right .mailing-box-message-sign-in a {
  font-size: 14px;
  font-family: 'noto_sansregular';
  line-height: 1.29;
  color: #4a4a4a;
  text-transform: uppercase;
}

.mailing-box-message-right .mailing-box-message-sign-in a:hover,
.mailing-box-message-right .mailing-box-message-sign-in a:active,
.mailing-box-message-right .mailing-box-message-sign-in a:visited,
.mailing-box-message-right .mailing-box-message-sign-in a:focus {
  color: #4a4a4a;
  text-decoration: none;
}

h3.lets-keep-in-touch,
.h3.lets-keep-in-touch {
  font-family: 'EB Garamond', serif;
  font-size: 30px;
  line-height: 1.33;
  color: #000;
  text-transform: none;
  margin-bottom: 0;
}

#email-sign-up-form {
  width: 100%;
}

.email-sign-up-form-left.flex_60 {
  flex-basis: 60%;
}

#email-sign-up-form .newsletter-disclaimer-container {
  width: 70%;
  padding-top: 18px;
  color: #000;
  letter-spacing: normal;
}

.form-order-checkbox-container .newsletter-disclaimer-container {
  padding-top: 9px;
  color: #333;
  letter-spacing: 0;
}

.form-order-checkbox-container .newsletter-disclaimer-container .newsletter-disclaimer-label a {
  font-size: 12px;
  text-decoration: none;
  font-weight: normal;
}

.email-sign-up-form-container {
  margin-top: 25px;
  display: flex;
  align-items: center;
}

.mailing-box-message-left p,
.successMessageEmail {
  color: #4a4a4a;
  font-size: 14px;
  font-family: 'noto_sansregular';
  line-height: 1.29;
}

.email-sign-up-form-right {
  margin-left: 20px;
}

input.email-signup {
  font-family: 'noto_sansregular';
  font-size: 16px;
  color: #222;
  width: 100%;
  height: 30px;
  background: #eee;
  border: none!important;
  position: relative;
  display: block;
  outline: 0;
  box-shadow: none;
}

input.email-signup:focus,
input.email-signup:hover,
input.email-signup:active {
  outline: 0;
  text-decoration: none;
}

@media (max-width:1199px) {
  .email-sign-up-form-left.flex_60 {
    flex-basis: 60%;
  }

  .mailing-box-message-left.flex_70 {
    flex-basis: 70%;
  }

  input.email-signup,
  .line {
    width: 100%;
  }
}

@media (max-width:1024px) {
  .modal-favorites-no-favorites-button,
  .header-sign-in-menu-modal-column-right,
  .lens-selection-column-right {
    margin: 0;
  }

  .header-sign-in-menu-modal-column-left {
    padding: 20px;
  }

  .header-logo.white-logo {
    z-index: 1033!important;
  }

  .header-sign-in-menu-modal-column-right {
    float: left;
  }

  h3.lets-keep-in-touch {
    font-size: 27px;
  }

  .header-sign-in-menu-newsletter-container .header-menu-container,
  .header-sign-in-menu-newsletter-container .header-newsletter-container {
    margin-left: 30px;
  }

  .header-sign-in-menu-newsletter-container .header-newsletter-container {
    max-width: 90%;
  }
}

@media (max-width:767px) {
  .lens-selection-column-right {
    width: 54%;
    float: left;
  }

  input.email-signup {
    font-size: 10px;
  }

  .mailing-box {
    padding: 20px 10px 25px;
  }
}

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

.modal-favorites-subtitle a {
  color: #0079c1;
  font-size: 16px;
}

.modal-favorites-box-grid-head {
  padding: 20px;
  flex-basis: auto;
  text-align: right;
}

.modal-favorites-box-grid-color {
  font-family: 'noto_sansregular';
  font-size: 14px;
  color: #4a4a4a;
  margin: 0;
}

.modal-favorites-box-grid-head .iconglasses-icon-favorite-full-bl {
  font-size: 22px;
}

.modal-favorites-box-grid-body {
  flex-basis: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.modal-favorites-box-grid-body img {
  width: 90%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.modal-favorites-box-grid-footer {
  flex-basis: auto;
  padding: 15px 25px;
  font-family: 'noto_sansregular';
}

.modal-favorites-name {
  font-size: 18px;
  margin-bottom: 5px;
  color: #4a4a4a;
  display: block;
}

.modal-favorites-price {
  font-size: 16px;
  color: #4a4a4a;
  display: block;
}

.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;
  letter-spacing: 0.2px;
  line-height: 1.75;
}

.modal-favorites-no-favorites-button-container {
  display: inline;
}

.modal-favorites-no-favorites-button {
  margin-right: 25px;
}

@media (max-width:  991px) {
  .modal-favorites-no-favorites-button {
    margin-right: 0;
  }
}

.thank-you-head {
  margin: 0px 0px  !important;
}

.thank-you-title {
  font-size: 32px;
  color: #000;
  line-height: normal;
  margin: 0;
  font-family: "noto_sansregular";
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

.thank-you-subtitle {
  font-size: 16px !important;
  line-height: 1.5;
  color: #222;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  margin: 0;
}

.checkout_wrapper .thank-you-container {
  padding: 0 25%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  min-height: calc(100vh - 125px);
}

.thank-you-data-order-container {
  margin-top: 25px;
  margin-bottom: 10px;
}

.thank-you-data-order {
  margin: 0px 0px ;
  color: #000;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  padding-bottom: 10px;
}

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

.thank-you-prescription-container {
  margin: 20px 0px 50px;
  border: solid 1px #e5e5e5;
  padding: 20px;
}

.thank-you-prescription-no-uploaded {
  margin: 0;
}

.thank-you-prescription-title {
  padding-bottom: 10px;
  font-family: "noto_sansregular";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #222;
  margin: 0;
}

.thank-you-prescription-subtitle {
  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;
}

.thank-you-prescription-attached {
  margin: 0;
  display: flex;
  flex-direction: row;
  padding: 20px 0 43px;
}

.thank-you-prescription-attached-left {
  height: 40px;
  width: 160px;
  border-radius: 4px;
  background-color: #222;
  margin-right: 12px;
  text-align: center;
  display: table;
  position: relative;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

#thank-you-add-file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  cursor: pointer;
}

.thank-you-prescription-labal-span-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  text-align: center;
  line-height: 40px;
}

.label-button-prescription {
  display: inline-block;
  font-size: 16px;
  color: #FFF;
  padding-left: 12px;
}

.thank-you-icon-noun-paper-clip {
  vertical-align: middle;
  font-size: 24px;
}

.thank-you-prescription-attached-right-name {
  font-family: 'noto_sansregular';
  line-height: 1.5;
  font-size: 16px;
  color: #4a4a4a;
}

.thank-you-prescription-attached-right-change-file {
  font-family: 'noto_sansregular';
  line-height: 1.5;
  font-size: 16px;
  color: #0079c1;
  padding-left: 10px;
  position: relative;
  display: none;
}

#thank-you-chance-file {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.thank-you-prescription-attached-error {
  font-family: 'noto_sansregular';
  line-height: normal;
  font-size: 14px;
  color: #d0021b;
  max-width: 300px;
}

.thank-you-prescription-attached-accepted {
  font-family: 'noto_sansregular';
  font-size: 12px;
  color: #4a4a4a;
  margin: 0;
  padding-top: 3px;
}

.thank-you-prescription-send {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.thank-you-prescription-button {
  font-family: 'noto_sansregular';
  font-size: 16px;
  text-align: center;
  padding: 0 50px;
  white-space: nowrap;
  min-width: auto;
}

.thank-you-prescription-footer-container {
  margin: 0;
  font-family: "noto_sansregular";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
  padding-top: 30px;
}

.thank-you-prescription-footer {
  font-family: 'noto_sansregular';
  font-size: 14px;
  color: #4a4a4a;
  padding-top: 30px;
  margin: 0;
}

.thank-you-prescription-footer-mail {
  color: #0079c1;
  text-decoration: none;
}

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

.thank-you-prescription-uploaded {
  margin: 0;
  display: none;
}

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

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

.thank-you-icon-open-details {
  float: right;
  cursor: pointer;
  padding: 3px 10px 0 0;
  font-size: 12px;
}

.thank-you-icon-open-details.less-size {
  font-size: 2px;
}

.thank-you-close-open-details {
  float: right;
  cursor: pointer;
  padding: 12px 10px 0 0;
  display: none;
  font-size: 2px;
}

.clear {
  clear: both;
}

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

.thank-you-order-details-table {
  text-align: right;
  float: right;
}

.thank-you-order-details-table-container {
  margin-top: 15px;
}

.thank-you-order-deails-table-row .container-custom {
  font-family: 'noto_sansregular';
  font-size: 16px;
  line-height: 1.44;
  text-align: right;
  color: #000;
  margin: 0px 0px 5px;
  padding: 0;
}

.thank-you-order-deails-table-row {
  font-family: 'noto_sansregular';
  font-size: 16px;
  line-height: 1.44;
  text-align: right;
  color: #000;
  margin: 0px 0px 5px;
  padding: 0;
}

.thank-you-order-details-table-price {
  padding: 0 19px 0 40px;
  list-style: none;
}

.thank-you-order-details-table-total .container-custom {
  font-weight: bold;
}

.thank-you-order-details-table-total {
  font-weight: bold;
}

.thank-you-order-details-footer {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}

.thank-you-order-details-footer-address {
  margin-right: 5px;
  background-color: #f7f7f9;
  padding: 10px 0 15px 10px;
  flex-basis: 100%;
}

.thank-you-order-details-footer-payment-method {
  margin: 0;
  background-color: #f7f7f9;
  padding: 10px 0 15px 10px;
  flex-basis: 100%;
}

.thank-you-order-details-footer-title {
  font-family: 'noto_sansregular';
  font-size: 16px !important;
  font-weight: bold !important;
  color: #000 !important;
  margin: 0px 0px  !important;
}

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

.thank-you-footer-container {
  margin: 40px 0 50px;
}

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

.thank-you-footer-new-account {
  tex-decoration: underline;
  color: #0079c1;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}

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

.thank-you-product-list .order-body {
  padding: 0;
}

#order-status a {
  font-family: "noto_sansregular";
  padding-left: 5px;
  text-decoration: underline;
  color: #0079c1;
  font-weight: normal;
}

.body-order {
  padding-left: 40px;
  padding-right: 37px;
}

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

.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;
}

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

.thank-you-attached-left {
  width: 50px;
  height: 50px;
  background-color: #212121;
  border-radius: 50%;
  margin-right: 25px;
  text-align: center;
  display: table;
  position: relative;
}

.thank-you-attached-name {
  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;
}

.thank-you-change-file-container {
  font-family: "noto_sansregular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0079c1;
  display: none;
  padding-left: 10px;
  position: relative;
}

#thank-you-change-file {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.thank-you-error-prescription {
  font-family: "noto_sansregular";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #d0021b;
}

.thank-you-attached-accepted-format {
  font-family: "noto_sansregular";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
  margin: 0;
  padding: 10px 0px 34px;
}

.thank-you-btn-prescription {
  float: right;
  font-family: "noto_sansregular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.thank-you-prescription-mail {
  color: #0079c1;
  text-decoration: none;
}

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

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

.thank-you-order-detail-title {
  font-family: "noto_sansregular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222;
  margin: 0;
  float: left;
}

.icon-open-detail-order {
  float: right;
  cursor: pointer;
  padding: 5px 30px 0px 0px;
}

.icon-close-detail-order {
  float: right;
  font-size: 2px;
  display: none;
  cursor: pointer;
  padding: 12px 30px 0px 0px;
}

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

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

.thank-you-order-detail-table {
  text-align: right;
  float: right;
}

.order-details-style {
  font-family: "noto_sansregular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: right;
  color: #000;
  margin: 0;
}

.order-detail-price {
  padding-left: 39px;
}

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

.thank-you-order-detail-footer {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
}

.thank-you-order-detail-shipping-address-container {
  margin-right: 5px;
  background-color: #f7f7f9;
  padding: 10px 0px 15px 10px;
  flex-basis: 100%;
}

.thank-you-order-detail-billing-address-container {
  margin-right: 5px;
  background-color: #f7f7f9;
  padding: 10px 0px 15px 10px;
  flex-basis: 100%;
}

.thank-you-order-detail-payment-method-container {
  margin: 0;
  background-color: #f7f7f9;
  padding: 10px 0px 15px 10px;
  flex-basis: 100%;
}

.thank-you-order-detail-footer-title {
  font-family: "noto_sansregular";
  font-size: 16px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
  margin: 0;
}

.thank-you-order-detail-footer-description {
  font-family: "noto_sansregular";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.93;
  letter-spacing: normal;
  color: #000;
  margin: 0;
}

.thank-you-footer-text {
  font-family: "noto_sansregular";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #222;
}

#reset-password-functionality p.reset-password-subtitle,
#reset-password-update-functionality p.update-password-subtitle {
  margin-bottom: 35px;
}

form#ResetPasswordForm .buttons,
form#ResetPasswordUpdateSubmitForm .submit {
  margin-top: 40px;
}
/* .products_holder .item_container .item:hover {
    border-bottom: 4px solid #222222;
} */
.pdp-det__carousel .slick-track {
  margin-left: 0;
}

.site-spinner {
    width: 100%;
    height: 100vh;
}

.site-spinner i {
    font-size: 50px;
    /* z-index: 9999; */
    position: absolute;
    top: 50%;
    left: calc(50% - 25px);
    background-color: white;
}

.face-shape-icon {
  margin-right: 10px;
  vertical-align: middle;
  font-size: 28px;
  cursor: pointer;
}

.filter-overlay-promostripe {
  opacity: 0.4;
}

/* .header-logo {
	padding-top: 11px;
} */

.filter-clear {
  padding-right: 25px;
}

@media screen and (max-width: 1024px) {
  .products_holder .item_container {
    width: 25%;
  }

  .tablet--hidden {
    display: none!important;
  }

  .products_holder .item_container.tablet_item_container_hero,
    .products_holder .item_container.item_container_hero,
    .products_holder .item_container.item_container_2 {
    width: calc(25% * 2);
  }

  .products_holder .item_container.tablet_item_container_hero .fixed_ratio_helper {
    padding-bottom: calc(138% / 2);
  }
}
#sort_by_filter .dropdown-menu.show {
  transform: translate3d(-77px, 33px, 0px) !important;
}

/* Handles hero products on PLPs (Desktop and Tablet) - start */
div.desktop_item_container_hero .item-thumbnail--qt {
  display: inline !important;
}

div.desktop_item_container_hero .item-thumbnail--fr {
  display: none !important;
}

div.desktop_item_container_hero .item:hover .item-thumbnail--qt {
  display: none !important;
}

div.desktop_item_container_hero .item:hover .image-holder img.item-thumbnail--fr {
  display: inline !important;
}

@media screen and (max-width: 1024px) {
  div.tablet_item_container_hero .item-thumbnail--qt {
    display: inline !important;
  }

  div.tablet_item_container_hero .item-thumbnail--fr {
    display: none !important;
  }

  div.tablet_item_container_hero .item:hover .item-thumbnail--qt {
    display: none !important;
  }

  div.tablet_item_container_hero .item:hover .image-holder img.item-thumbnail--fr {
    display: inline !important;
  }

  div.desktop_item_container_hero .item-thumbnail--qt {
    display: none !important;
  }

  div.desktop_item_container_hero .item-thumbnail--fr {
    display: inline !important;
  }

  div.desktop_item_container_hero .item:hover .item-thumbnail--qt {
    display: inline !important;
  }

  div.desktop_item_container_hero .item:hover .image-holder img.item-thumbnail--fr {
    display: none !important;
  }
}

/* Handles hero products on PLPs (Desktop and Tablet) - end */

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

.collection-subtitles {
  width: 337px;
  height: 37px;
  font-family: 'Space Mono', monospace;
  font-size: 25px;
  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: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #222222;
}
/* Search Glasses.com Collection - end */

/*Collection start*/
body.collection-page .header-promo-banner-wrapper {
  top: 52px;
}

#content_wrapper_box #collectionWrapperBoxDisplay_Widget .collection_wrapper_box #product_list_container .products_holder, #content_wrapper_box #collectionWrapperBoxDisplay_Widget .collection_wrapper_box #product_list_container1 .products_holder {
  margin-top: 50px;
  color: #212529;
  width: 60%;
  margin: 0 auto 50px auto;
}

#content_wrapper_box .collection_wrapper_box [id^=prod_].item_container_collection {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 100px;
}

#content_wrapper_box #carousel_container {
  margin-top: 30px;
  padding: 5px;
}

#content_wrapper_box #carousel_container [id^=prod_].item_container_collection {
  width: calc(20% - 20px);
  margin-right: 5px;
  float: left;
  margin-bottom: 50px
}

#content_wrapper_box #carousel_container [id^=prod_].item_container_collection img {
  width: 100%;
 max-height: 474px;
}

#content_wrapper_box #carousel_container #bottom_container .collection_wrapper_box .products_holder {
  padding: 5px;
  width: 100%!important;
}

#content_wrapper_box #collectionWrapperBoxDisplay_Widget .collection_wrapper_box  .products_holder [id^=prod_].item_container_collection img {
  max-width: 100%;
  height: auto;
  float: left;
}
#collectionWrapperBoxDisplay_Widget{
	min-height:100vh;
}
#content_wrapper_box #collectionWrapperBoxDisplay_Widget .collection_wrapper_box  .products_holder [id^=prod_].item_container_collection.half_product img {
  width: 100%;
}

#content_wrapper_box .collection_wrapper_box  .products_holder [id^=prod_].item_container_collection.half_container.right-product {
  width: 48%;
  float: right;
}

#content_wrapper_box .collection_wrapper_box  .products_holder [id^=prod_].item_container_collection.half_container.no-float {
  float: none!important;
  margin:0 auto;
}

#content_wrapper_box .collection_wrapper_box  .products_holder [id^=prod_].item_container_collection.half_container {
  width: 48%;
  float: left;
}
#content_wrapper_box .collection_wrapper_box  .products_holder [id^=prod_].item_container_collection.half_container.fix-self {
    width: 100%;
    height: calc( 100vh - 100px);
}
#content_wrapper_box .collection_wrapper_box  .products_holder [id^=prod_].item_container_collection.half_container.center-self{
    left: 25%;
}

#content_wrapper_box .collection_wrapper_box  .products_holder [id^=prod_].item_container_collection.half_container img {
  width: 100%!important;
}

.products_holder .item_container_collection.half_container.only-child {
  margin: 0 auto!important;
  float: none!important;
}

#bottom_container .collection_wrapper_box [id^=prod_].item_container {
  width: calc(20%-20px);
  float: left;
  margin-right: 5px;
}

#bottom_container .collection_wrapper_box [id^=prod_].item_container:last-child {
  margin-right: 0;
}

#bottom_container  #product_list_container, #bottom_container  #product_list_container1 {
  margin-top: 0;
  padding-top: 0;
}

#side-logo {
  transform: rotate(-90deg);
  display: block;
  position: absolute;
  left: -95px;
  font-size: 36px;
  color: #000;
  width:332px;
  z-index:1;
}

#side-logo a {
  color: #000;
  float: left;
}

#side-logo .logo_collection {
  font-family: 'Space Mono', regular;
  float: left;
  font-size: 22px;
  letter-spacing:1px;
  margin-left: 15px;
  color:#000;
}

.product_collection_container .img_container, .product_collection_container .img_cont,#product_list_container1 .img_container{
	cursor:pointer;
	position:relative;
}
.product_collection_container .logo_container_product {
  position: absolute;
  transform: rotate(-90deg);
  display: block;
  bottom: 105px;
  right: -100px;
}
.product_collection_container .img_container {
	width: 100%;
    float: left;
}
.product_collection_container.hero_product .img_container .img_cont{
	width: 50%;
}

.product_collection_container.hero_product .img_container .img_cont > *{
	width: 100%;
	height: 100%;
}
.product_collection_container .img_cont img{
	cursor:pointer;
}
.product_collection_container .img_cont, .carousel_product_container .img_cont {
	position:relative;
	overflow: hidden;
    width: 100%;
	float:left;
	width:100%;
	height:100%;
}
.product_collection_container .img_cont {
	min-height: 38vw;
}
.product_collection_container .hero_product .img_cont {
	min-height: 40vw;
}
.carousel_product_container .img_cont {
	min-height: 21.5vw;
}
.product_collection_container .img_cont .not-hover , .carousel_product_container .img_cont .not-hover{
	background-color:#dde6f7;
    text-align: center;
    opacity:1;
}
.product_collection_container .img_cont:hover .not-hover, .carousel_product_container .img_cont:hover .not-hover{
	opacity:0;
}
.product_collection_container .img_cont:hover .hover, .carousel_product_container .img_cont:hover .hover{
	background: #dde6f7;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
   	background-size: 100%;
	background-repeat: no-repeat;
	background-position:center;
    opacity: 1;
}

.product_collection_container .logo_container_product .logo_text.glasses-logo-container , .carousel_product_container .logo_container_product .logo_text.glasses-logo-container {
  font-size: 12px;
}

.detail_box_content .logo_container_product .logo_collection, .product_collection_container .logo_container_product .logo_collection, .carousel_product_container .logo_container_product .logo_collection {
  font-family: 'Space Mono', regular;
  color:#000;
  margin-left:10px;
}
.header-logo .glasses-rp-gl_logo:before {
	color:#000;
}
.product_collection_container {
  width: 100%;
  position: relative;
  float:left;
}

.product_collection_container.hero_product.item_container {
  height: auto;
  float: left;
  display: block;
  position: relative;
}

.info_container {
  padding: 22px;
  float: left;
  height: auto;
  width: 100%;
  padding-bottom: 0;
}

.info_container p {
  color: #4a4a4a;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 5px;
}

.info_container .price.offerprice {
  color: #4a4a4a;
  font-size: 14px;
  text-align: center;
  width: 100%;
  margin: 5px 0;
}

.info_container h1 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}
.unisex_title {
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'DM Sans', sans-serif;
  font-weight: bold;
  color: #000;
  position: absolute;
  text-align: right;
  top: 15px;
  right: 15px;
  z-index: 2;
}

#carousel_container, #bottom_container {
  width: 100%;
  float: left;
  display: block;
  height: auto;
}

#carousel_container .carousel_product_container {
  float: left;
  position: relative;
  width: 100%;
}
#carousel_container .carousel_product_container h1, .product_collection_container h1 {
	color:#000;
}
.carousel_product_container .img_container{
	float: left;
    width: 100%;
    display: block;
    position:relative;
}

#carousel_container .carousel_product_container .item_container img {
  height: auto;
  width: 100%;
}

.products_holder .logo_container_product {
    position: absolute;
    bottom: 105px;
    right: -104px;
}
.detail_box_content{
	max-height:90vh;
}

.c-pdp-det{
	max-height:90vh;
}

.detail_box_content .logo_container_product {
  position: static;
}
.logo_container_product .header-logo{
	color:#000;
}
.detail_box_content .logo_container_product .logo_collection{
	font-size: 22px;
    letter-spacing: 1px;
    margin-left:15px;
}

.detail_box_content .c-cta.c-cta--back{
	position: absolute;
    top: 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 22px;
    margin-top: 15px;
    width:100%;
}
.detail_box_content .c-cta.c-cta--back p{
	font-family: 'Space Mono', bold;
	width:90%;
	float:left;
}

.detail_box_content .c-cta.c-cta--back span{
	text-transform: capitalize;
	font-weight: 500;
    font-family: 'Space Mono', regular;
    color: #000;
}
.detail_box_content .c-cta.c-cta--back span.iconglasses-x.collection-back{
	width: 3%;
    float: left;
    margin-left: .5em;
}

.logo_container_product.rotate{
	transform: rotate(-90deg);
}

#bottom_container h2, #bottom_container h3 {
  text-align: center;
  color:#000;
}

#bottom_container h2 {
  text-transform: uppercase;
  font-family: 'Space Mono';
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 32px;
}

#bottom_container span.unisex_title {
  font-family: 'Space Mono';
  letter-spacing: 0px;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 10px;
	color: #000;
}

#bottom_container h3 {
  font-family: 'Noto_sansregular';
  font-size: 16px;
}

/** collection-carousel **/
.pdp_main_carousel {
	min-height: 90vh;
	min-width: calc(90vh * 0.7);	
}
.pdp_main_carousel .slick-dots{
	transform: rotate(90deg);
	bottom:50%;
	left: -47%;
}
.pdp_main_carousel .slick-dots button:before{
  	border: 1px solid black;
    outline: none;
    opacity:1;
    background:black;
    border-radius: 50%;
    content:' ';
  	width:10px;
  	height:10px
}

.pdp_main_carousel .slick-list.draggable{
	overflow:hidden;
	max-width:600px;
}
.pdp_main_carousel .slick-list.draggable{
	overflow:hidden;
	max-width:600px;
}
.pdp_main_carousel .slick-list.draggable .slick-track{
	max-width:600px;
}
.pdp_main_carousel .main-slide{
	position: relative;
	height:90vh;
	max-height:90vh;
	text-align: center;
	background: #dde6f7;
}

.pdp_main_carousel .main-slide img, .pdp_main_carousel .main-slide video{
	width: 100%;
	height: 100%;
	max-height: 100%;
	display: block;
}
#collection-video {
	object-fit: cover;
	cursor:none;
}
	
.video-cont .gl-cursors { overflow: visible; z-index:9999 }
.video-cont .gl-cursors .gl-cursor > div { display: -webkit-flex; display: -ms-flex; display: flex; align-items: center; justify-content: center; }
.video-cont .gl-cursors .gl-cursor { opacity: 0; z-index: 99999 !important; position:absolute!important; pointer-events: none !important; }

.video-cont .gl-cursors .gl-cursor > div { height: 100px; width: 100px; border-radius: 50%; transition: all .3s ease-in-out; transform: scale(0); transform-origin: 50% 50%; }

.video-cont .gl-cursors .gl-cursor > div .gl-cta { font-family: "Space Mono", monospace; margin: 0; font-size: 16px; text-transform: uppercase; text-decoration: none; line-height: 1.6; letter-spacing: 1.8px; position: relative; display: inline-block; }

.video-cont .gl-cursors .gl-cursor.gl-light > div { background: rgba(255, 255, 255, 0.7); border: 1px solid #fff; }

.video-cont .gl-cursors .gl-cursor.gl-light > div .gl-cta { color: #222222; }

.pdp_main_carousel .slick-dots li button:before{
	background:transparent;
}
.pdp_main_carousel .main-slide.glass-view img{
    height: auto;
    position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pdp_main_carousel .slick-dots li.video-tag button:before, .pdp_main_carousel .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;
}
.pdp_main_carousel .slick-dots li.slick-active button:before{
	background:black;
}

@media (max-width:1280px){
  #content_wrapper_box #collectionWrapperBoxDisplay_Widget .collection_wrapper_box #product_list_container .products_holder, #content_wrapper_box #collectionWrapperBoxDisplay_Widget .collection_wrapper_box #product_list_container1 .products_holder{
		width: 70%;
  }
}

@media (max-width:767px) {
  #page_collection_container {
    width: 100%;
    margin: 0;
  }

  #page_collection_container img {
    max-width: 100%;
    height: 459px;
  }

  .products_container {
    margin-top: 30px;
    ;
  }

  .info_container {
    background-color: #fff;
  }
  .price.price_container {
    margin: 0 auto;
    width: 100%;
  }
  #side-logo{
    display: none;
  }
}

@media (max-width:992px) {
	#page_collection_container {
	  width: 100%;
	  margin: 0;
	}
	.product_collection_container{
		background-color:transparent;
	}
	.product_collection_container .logo_container_product {
	    bottom: 96px;
	    font-size: 12px;
	    right: -90px;
	}
	#product_list_container1 .products_holder {
    	justify-content: space-around;
	}
	.carousel_product_container .logo_container_product{
	 	bottom: 70px;
	    font-size: 10px;
	    right: -69px;
	}
	#content_wrapper_box #carousel_container [id^=prod_].item_container_collection{
		width:20%;
	}
	.carousel_product_container .logo_container_product .logo_text.glasses-rp-gl_logo.glasses-logo-container{
		font-size:8px
	}
	#page_collection_container img {
	  max-width: 100%;
	  height: 459px;
	}
	
	#side-logo {
	  display: none;
	}
}
/*VM BUTTONS COLLECTION*/
#vm_box {
    position: absolute
}

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

#vm_box .mirror-container-error {
    height: 100%;
    background-color: rgba(255,255,255,0.75)
}

#vm_buttons {
    position: absolute;
    bottom: 10px;
}

#vm_buttons .button:hover {
    text-decoration: underline
}

#vm_buttons button {
    padding: 8px 15px;
    border-radius: 60px;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.2);
    border: solid 1px #fff;
    background-color: #fff;
    bottom: 12px !important;
    position: absolute;
    cursor: pointer;
    box-shadow: 0 8px 15px rgba(0,0,0,0.1)
}

#vm_buttons #vm_try-them-on {
    position: absolute;
    left: 10px
}

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

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

#vm_dialog .glasses-rp-gl_logo {
    position: absolute;
    bottom: 0;
    left: 10px
}

#vm_dialog .model {
    position: absolute;
    bottom: 15px;
    right: 10px
}

#vm_save {
    position: absolute;
    right: 0;
    bottom: -20px;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 26px !important;
    font-family: 'noto_sansregular'
}

 #vm_buttons #vm_switch-off {
    position: absolute;
    left: 10px
}

#vm_buttons #vm_adjust-to-fit {
    position: absolute;
    right: 70px
}

#vm_buttons #vm_share {
    position: absolute;
    right: 12px;
    font-size: 0;
    width: 40px
}

#vm_buttons i {
    font-size: 21px;
    vertical-align: sub;
    padding-right: 5px
}

#vm_buttons #vm_share i {
    padding-right: 0;
    margin-left: -8px
}

#vm_switch-off:hover,#vm_try-them-on:hover,#vm_adjust-to-fit:hover {
    text-decoration: underline
}

@media all and (-ms-high-contrast:none)
{
	/* IE10 */
	*::-ms-backdrop, .pdp_main_carousel .main-slide {
	 	overflow: hidden;
	}

	.pdp_main_carousel.slick-dotted.slick-slider {
		margin-bottom:0 important!
	}

	/* IE11 */
	*::-ms-backdrop, .pdp_main_carousel .main-slide img { 	
		left: 50% !important;
		top: 50% !important;
		width: 100% !important;
		height: auto;
		position: absolute;
		max-height: none;
		transform: translate(-50%, -50%) !important;
	}
	
	#collection-video{
		left: 50%;
		top: 50%;
		width: 100%;
		height: auto;
		position: absolute;
		min-height: 100%;
		max-height: none;
		min-width: 100%;
		transform: translate(-50%, -50%);
	}
}

.lens-selection-area-container .lens-selection-column-left.glass-view {
    background-color: #dde6f7;
}

.lens-selection-area-container .lens-selection-column-left.glass-view .column-left-image-container {
    background-size: contain;
    background-position-y: center;
}

.dots-loader:not(.lazy-detail-image) {
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
}

.pdp-images-item .lazy-detail-image.dots-loader {
	margin: auto;
}

/* VM BIPA - Start */
#vm_box #vm_target .bipa-overlay {
	width: 716px !important; 
  	height: 35em;
  	padding: 42px 78px 37px 78px !important;
  	background-color: #ffffff !important;
  	border: solid 1px;
  	overflow: unset !important;
  	transform: translate(75%, 20%);
}

#vm_box #vm_target #bipa-form {
	height: 60%;
  	overflow: unset !important;
}

#vm_target .bipa-overlay #bipa-component-container {
	position: absolute;
	width: 80%;
	padding: 0px;
	justify-content: left;
	background-color: transparent;
	font-family: 'noto_sansregular';
}

#bipa-form #BIOMETRIC_AGREEMENT_TITLE {
	width: 100%;
  	height: 25px;
  	/* margin: 19px 63px 0px 66px; */
  	font-family: 'noto_sansregular';
  	font-size: 18px;
  	font-weight: normal;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: normal;
  	letter-spacing: normal;
  	text-align: left;
  	color: #000000;
}

#bipa-form p {
	width: 100%;
    text-align: left;
    padding-top: 16px !important;
    color: #000;
    font-family: 'noto_sansregular';
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
}

#bipa-form #bipa-record-consent,
#bipa-form #BIPA_FORM_SUBTITLE {
	width: 100% !important;
  	height: 38px !important;
  	/* margin: 28px 0px 11px 0px !important; */
  	font-family: 'noto_sansregular';
  	font-size: 14px !important;
  	font-weight: normal !important;
  	font-stretch: normal !important;
  	font-style: normal !important;
  	line-height: normal !important;
  	letter-spacing: normal !important;
  	text-align: left !important;
  	color: #000000 !important;
}

#bipa-component-container {
	overflow: unset !important;
}

#bipa-record-consent.line {
	opacity: 1;
	border: none;
	border-bottom: none
}

#bipa-form #bipa-citizen {
	padding-top: 120px;
	font-family
}

#bipa-form #bipa-privacy-policy-notice,
#bipa-form .buttons,
#bipa-form #form .field,
#bipa-form #bipa-notice {
	opacity: 1;
	border: none;
	border-bottom: none;
	padding-top: 20px;
}

#bipa-form #bipa-privacy-policy-notice {
	width: 100% !important;
	font-family: 'noto_sansregular';
	font-size: 14px;
	padding-top: 40px !important;
}

#bipa-form .buttons {
	width: 100% !important;
	padding-top: 35px !important;
}

#bipa-form .buttons #bipa-cancel-button {
  	color: #000;
    min-width: 170px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #000;
    margin: 10px 10px 0 10px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    font-weight: bold;
    text-transform: uppercase; 
	align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "Space Mono", monospace;
    text-decoration: none;
    cursor: pointer;
}

#bipa-form .buttons #bipa-submit-button {
	color: #fff;
    min-width: 170px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #000;
    margin: 10px 10px 0 10px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    font-weight: bold;
    text-transform: uppercase;
	align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "Space Mono", monospace;
    text-decoration: none;
    cursor: pointer;
}

#bipa-privacy-policy-notice a {
	color: #000;
}

#bipa-form #form {
	width: 100% !important;
}

#bipa-form #form .field input {
	width: 560px;
  	height: 30px;
  	margin: 1px 0 0;
  	border: solid 1px #6d6d6d;
}

#bipa-form #form .field input::placeholder,
#bipa-form #bipa-notice #BIPA_FORM_BIPA_AGREEMENT p {
	font-size: 12px;
	font-family: 'noto_sansregular';
	color: #6d6d6d;
}

#bipa-form #bipa-notice {
	width: 100% !important;
	height: 25%;
	min-height: 25% !important;
	border: 1px solid #6d6d6d;
}

#bipa-submit-button.bipa-ok:disabled {
  background-color: #cccccc !important;
  color: #666666 !important;
}

.complete-pair-espot {
  margin-bottom:15px
}
.cp-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  margin-bottom: 8px
}
.cp-margin {
  margin-right: 10px
}

#ea-tooltip {
	background: #F4C8BB;
    color: #000;
    padding: 10px 16px;
    min-width: 100px;
    margin: 14px 0;
    border: 1px solid #222222;
    box-sizing: border-box;
    border-radius: 8px;
    margin-bottom: 18px;
    width: 75%;
    display: flex;
    align-items: center;
}
.ea-tooltip-icon {
	margin-right: 15px;
	margin-top: 3px;
	width: 28px;
	height: 28px;
}
#ea-tooltip a {
	padding-right: 14px;
	color: #222 !important;
	text-decoration: underline;
	font-weight: 700;
}
/* VM Privacy Policy box - End */