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; */
}

button.focus-actived:focus,
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;
}

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

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 1;
  background-color: #eee !important;
}

.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.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%!important;
}

input.input-white,
input.input-white-menu {
  background: none;
  padding: 5px 0;
}

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

.home-page-title {
  height: 0;
}

.home-page-title h1 {
  font-size: 0;
}

.home-page .home-espot-area {
  width: 100%;
}

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

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

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

.spritespin-container {
  position: relative;
  height: calc( 100vh - 70px);
}

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

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

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

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

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

.arrows-right-container,
.arrows-left-container {
  position: absolute;
  top: 45%;
}

.arrows-left-container {
  left: 1%;
}

.arrows-right-container {
  right: 1%;
  text-align: right;
}

.arrows-copy {
  font-family: 'noto_sansregular';
  font-size: 14px;
  line-height: 4;
  text-transform: uppercase;
}

.arrows-container a {
  display: block;
  height: fit-content;
  color: #231f20;
  text-decoration: none;
}

.arrows-container a:hover,
.arrows-container a:active,
.arrows-container a:visited {
  color: initial;
  text-decoration: none;
}

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

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

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

.site-sunglasses {
  right: 100%;
}

.site-eyeglasses {
  left: 100%;
}

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

.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;
  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: transparent;
  top: 0;
}

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

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

.header-sign-in-menu-modal-column-left {
  flex-basis: 45%;
  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;
}

@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-right {
    float: left;
  }

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

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

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

#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);
}

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

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

.modal-search-result-grid-title {
  text-align: right;
  padding: 17px 25px 0 0;
  font-size: 14px;
  color: #4a4a4a;
  font-family: 'noto_sansregular';
  position: absolute;
  top: 0;
  right: 0;
}

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

.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-size: 32px;
  font-weight: normal;
  color: #000;
  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!important;
  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;
}

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

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

.home-page #speech-bubble-container {
  bottom: 107px;
}

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

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

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

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

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

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

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

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

.iconglasses-arrow-left .path2:before {
  margin-left: -1em;
}

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

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

.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 span,
.modal-search-result-description-container .price {
  font-family: "noto_sansregular";
  font-size: 14px;
  font-weight: normal;
  color: #4a4a4a;
}

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

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

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

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

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

.modal-address-body a:hover {
  text-decoration: underline;
}

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

@media only screen and (max-width: 992px) {
  .modal-address-left {
    margin-right: 0;
  }

  .modal-address-container {
    padding: 72px 10px 96px 45px;
  }

  .modal-address-body,
  .address-dropdown-select,
  .address-dropdown-ul,
  li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 870px) {
  .modal-address-container {
    padding: 72px 10px 96px 25px;
  }
}

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

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

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

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

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

  .insurance-modal-container-submit .rectangle-button {
    min-width: 0;
    font-size: 12px;
  }
}

.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-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:767px) {
  .lens-selection-column-right {
    width: 54%;
    float: left;
  }

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

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

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

.error-container-1 P,
.error-container-2 P {
  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;
}

.error-container-2 .error-top,
.error-container-2 .error-bottom {
  font-weight: bold;
}

.error-container-2 .error-middle {
  margin-top: 5px;
  font-weight: normal;
}

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

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

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

@media (min-width: 1599px) {
  .insurance-modal-container-column-right .insurance-modal-container-column-right_top .font-insurance-title {
    font-size: 35px;
  }


  .insurance-modal-container-button .insurance-modal-container-button-paragraph P {
    font-size: 10px;
  }

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

  .input-plan-member-container {
    padding-top: 40px;
  }
}

@media (max-width: 1199px) {
  .insurance-modal-container-submit .rectangle-button {
    font-size: 12px;
  }

  .insurance-modal-container-submit #button-cancel-insurance {
    min-width: 85px !important;
  }
}

@media (max-width: 991px) {

  .insurance-modal-container .iconglasses-x {
    font-size: 26px;
  }

  .insurance-modal-container-column-right .insurance-modal-container-column-right_top .font-insurance-description P,
  .insurance-modal-container .insurance-modal-container-column-right .insurance-modal-container-column-right_top .font-insurance-download,
  #personalInfo input {
    font-size: 13px;
  }

  .insurance-modal-container-button .insurance-modal-container-button-paragraph P {
    font-size: 8px;
  }

  .insurance-modal-container-submit .rectangle-button {
    min-width: 85px;
    font-size: 12px;
  }
}

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

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

/* 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 */

#content_wrapper_box {
    z-index: 30;
}