#errorPage {
  margin-top: 100px;
}

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

@media only screen and (max-width: 1024px) {
  .catalog_wrapper_box,
  /* #content_wrapper_box, */
  #errorPage {
    margin-top: 156px;
  }
}


.bb-global-slider-container .bb-strip-text img {
  height: 22px;
  width: auto;
  margin-right: 10px;
}

.bb-global-slider-container .bb-strip-text {
  font-family: 'EBGaramond';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 0 5%;
}

.bb-global-slider-container .bb-strip-text:first-child {
  padding-left: 0;
}

.bb-global-slider-container {
  font-family: 'Space Mono', monospace;
  background-color: #000;
  font-size: 12px;
  height: 40px;
  position: relative;
  z-index: 5;
  letter-spacing: 0.5px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-transform: none;
  width: 100%;
  transition: all 0.6s ease;
  margin-bottom: 0px;
  padding: 0 10px;
  overflow-x: scroll;
}

.bb-global-slider-container .bb-global-slider {
  width: 100%;
  max-width: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  height: 100%;
  padding: 0 10px;
  overflow-x: scroll;
}

@media (min-width: 1024px) {
  .bb-global-slider-container {
      font-size: 14px;
      height: 35px;
      z-index: 500;
      padding: 0;
      overflow: hidden;
  }

  .bb-global-slider-container .bb-global-slider {
      padding: 0;
      justify-content: space-between;
      overflow: hidden;
      width: 70%;
  }

  .bb-global-slider-container .bb-strip-text {
      padding: 0;
  }
}

.bb-strip-text {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.header-menu-container {
  width: 100%;
  height: 70px;
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 500;
}

.header-menu-container .header-logo {
  text-align: center;
  display: inline-block;
  padding: 25px 30px;
}

.header-menu-container .header-main-nav {
  display: inline-block;
}

.header-menu-container .header-main-nav li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.header-menu-container .header-main-nav li a {
  display: inline-flex;
  font-size: 16px;
  font-family: 'EBGaramond';
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.54px;
  color: #000000;
  margin: 26px 25px;
}

.nav-element a:hover {
  color: #000000!important;
}

.header-menu-container .header-main-nav .nav-element .highlighted {
  background-image: linear-gradient(112deg, #00ff00 19%, #f6ee16 89%);
}

.header-menu-container .header-main-buttons {
  height: 70px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

.header-menu-container .header-main-buttons div[class*="container"] {
  display: inline-block;
  object-fit: contain;
}

.header-menu-container .header-main-buttons .header-search-container,
.header-menu-container .header-main-buttons .header-favorites-container,
.header-menu-container .header-main-buttons .header-account-container,
.header-menu-container .header-main-buttons .header-cart-container,
.header-menu-container .header-main-buttons .mobile-list-icon {
  padding: 20px
}

.header-menu-container .header-cart-container+.line {
  display: none;
}

.header-cart-container a {
  text-decoration: none;
  color: #000000;
  font-size: 30px;
  position: relative;
}

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

@media only screen and (max-width: 1024px) {
  .header-menu-container .cart-icon-circle.cart-not-empty {
    right: 2%;
    top: 22%;    
  }
}


.header-menu-container .header-main-buttons img {
  width: 30px;
}

.header-menu-container div.line {
  width: 1px;
  height: 100%;
  margin-right: 0;
  border: none;
  border-right: solid 1px #000000;
  opacity: 1;
}

/* Nav menu items */
.header-menu-container .header-main-nav li.active a,
.header-menu-container .header-main-nav li:hover a {
  text-decoration: underline;
  font-weight: bold;
}

/* all containers start as hidden */
.ddm-category-container {
  height: 230px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: solid 1px #000000;
  border-top: none;
  display: none;
  align-items: center;
  flex-direction: row;
  transition: all 1s ease-in-out;
  position: absolute;
  top: 105px;
  left: 0;
  z-index: 501;
}

.ddm-category-container > div[class*="section"] {
  border-right: solid 1px #000000;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* to activate absolute childs related to section parent */
}

.ddm-category-container > div[class*="section"]:hover .section-bg,
.ddm-category-container > div[class*="section"]:focus .section-bg {
  transform: scale(1.05);
}

.ddm-category-container > div[class*="section"] a.section-bg-container {
  width: calc(100% - -1px);
  height: 100%;
  bottom: 0;
  position: absolute;
  color: unset;
}

.ddm-category-container > div[class*="section"] a.section-bg-container:hover {
  color:unset;
  text-decoration: none;
}

.ddm-category-container > div[class*="section"] span.title {
  position: absolute;
}

.ddm-category-container > div[class*="section"] span.anchor {
  position: absolute;
  bottom: 15px;
  font-family: 'Space Mono';
  font-size: 14px;
  letter-spacing: 0.54px;
  line-height: 1.3em;
  text-decoration: underline;
}

.ddm-category-container > div[class*="section"] span.subtitle {
  position: absolute;
  top: 20px;
}

.ddm-category-container .section-bg {
  position: absolute;
  height: 100%;
  background-position: center;
  background-size: cover;
  width: 100%;
  z-index: -100;
  transition: transform .5s ease;
}

/* DDM */
.section {
  background-size: cover;
  background-position: center;
}

.ddm-category-container .section-1,
.ddm-category-container .section-2 {
  width: 26%;
}

.ddm-category-container .section-1 ul li,
.ddm-category-container .section-2 ul li {
  padding: 20px 30px;
  line-height: 1.61em !important;
  height: 29px;
  padding-top: 15px;
  padding-left: 10px;
}

.ddm-category-container .section-1 ul li:nth-child(1),
.ddm-category-container .section-2 ul li:nth-child(1) {
  padding-top: 20px;
}

.ddm-category-container .section {
  flex: 1;
}

.ddm-category-container .section a.align-bottom {
  text-decoration: underline;
  color: #000000;
  position: absolute;
  bottom: 15px;
}

.ddm-category-container .section a.align-bottom span {
  font-family: monospace;
  font-size: 14px;
  letter-spacing: 0.54px;
  line-height: 2em;
}

.ddm-category-container .section-1 ul li span {
  font-size: 18px;
  line-height: 1.61;
  letter-spacing: 0.69px;
  color: #000000;
}

.ddm-category-container div[class*="section"] span {
  display: block;
  padding-top: 15px;
  padding-left: 20px;
  font-weight: 400;
  font-family: 'EBGaramond';
  font-size: 18px;
  font-variation-settings: 'wght' 500;
  color: #000000;
}

/* Brands */
.brands-category-container {
  flex-flow: row wrap;
}

.brands-category-container .brands-container {
  overflow-x: auto;
  display: flex;
  position: relative;
}

.brands-category-container .brands-container .brand-item {
  margin-left: 20px;
  margin-right: 20px;
}

.brands-svab {
  margin-left: 61px;
  font-size: 14px;
  line-height: 2.07;
  letter-spacing: 0.54px;
  color: #000000;
  font-family: 'Space Mono';
}

.brands-svab:hover {
  color: #000000;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .brands-vab {
    display: none;
  }

  .section-1.two-sections {
    flex: 100%!important;
  }

  .section .subtitle {
    display: none!important;
  }
}

/* Horizontal scroll bar*/
.brands-category-container .brands-container::-webkit-scrollbar {
  height: 5px;
  background-color: transparent;
}

/* rolling bar track*/
.brands-category-container .brands-container::-webkit-scrollbar-track {
  background-color: #eee;
  border-right: 1px solid #f1f5fa;
  border: 2px solid #f1f5fa;
  border-radius: 2px;
  margin-left: 70px;
  margin-right: 70px;
}

.brands-category-container .brands-container::-webkit-scrollbar-thumb {
  /* background-color: rgba(220, 228, 243, 1); */
  border-radius: 5px;
  border-top: 5px solid #555;
}

.brands-category-container .scroll-left,
.brands-category-container .scroll-right {
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(85px - -65px);
  filter: grayscale(1);
  border: 1px solid #555;
  border-radius: 50%;
  cursor: pointer;
}

.brands-category-container .scroll-left {
  left: 18px;
  background: url(/wcsstore/GlassesStorefrontAssetStore/images/button_arrow_left.png);
  background-size: cover;
}

.brands-category-container .scroll-right {
  right: 18px;
  background: url(/wcsstore/GlassesStorefrontAssetStore/images/button_arrow_right.png);
  background-size: cover;
}

/* mobile style */
.header-menu-container div[class*="mobile"],
.header-menu-container span[class*="mobile"] {
  display: none;
}

.ddm-category-container span[class*="mobile"] {
  display: none;
}

.header-menu-container .header-main-buttons .mobile-list-icon.list-icon-container {
  display: none;
}

 div.header-menu-container  div.header-main-nav  ul.nav-list {
   margin-left: 25px;
 }

@media only screen and (max-width: 1024px) {

  div.header-menu-container  div.header-main-nav  ul.nav-list {
    margin-left: 0;
  }

  .header-menu-container {
      position: relative;
  }

  .header-menu-container div.line,
  .header-menu-container .header-main-nav {
      display: none;
  }

  .header-menu-container .header-main-nav.display-flex {
      display: flex;
  }

  .header-menu-container .mobile-list-icon {
      background: url(/wcsstore/GlassesStorefrontAssetStore/images/hp-layout/open_menu.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px;
  }

  .header-menu-container .mobile-list-icon.cross {
      background-image: url(/wcsstore/GlassesStorefrontAssetStore/images/cross-icon.svg);
      background-image: image-set(url(/wcsstore/GlassesStorefrontAssetStore/images/icons-close-x.png) 1x, url(/wcsstore/GlassesStorefrontAssetStore/images/icons-close-x@2x.png) 2x, url(/wcsstore/GlassesStorefrontAssetStore/images/icons-close-x@3x.png) 3x);
      background-position: center;
      background-repeat: no-repeat;
  }

  .header-menu-container .header-main-buttons div[class*="container"] {
      margin: 0;
      border-left: 1px solid #000;
      height: 100%;
      flex: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
  }
  
  .header-menu-container .header-main-buttons .mobile-list-icon.list-icon-container {
      display: flex;
  }

  .header-menu-container .header-logo {
      width: 50%;
      height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .header-menu-container .header-main-nav {
      position: fixed;
      height: 100%;
      top: 110px;
      left: 0;
      width: 100%;
      z-index: 1000;
      border: 1px solid #000;
      border-top: none;
      overflow: hidden;
      background: white;
  }

  .header-menu-container .header-main-nav ul.nav-list {
      display: flex;
      flex-direction: column;
      height: calc(100% - 245px);
      overflow-y: scroll;
      background: white;
      width: 100%;
      
  }

  .header-menu-container .header-main-nav ul.nav-list li {
      height: 50px;
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
  }

  .header-menu-container .header-main-nav ul.nav-list li:first-child {
      margin-top: 65px;
  }

  .header-menu-container .header-main-nav ul.nav-list li a {
      font-size: 20px;
      text-decoration: underline;
  }

  .header-menu-container .header-main-nav ul.nav-list li a .mobile-gt-char {
      display: inline-block;
      font-weight: bold;
  }

  .header-menu-container .header-main-buttons {
      width: 50%;
      height: 69px;
      display: flex;
      align-items: center;
      flex: 1;
      background: white;
  }

  .header-menu-container .header-account-container,
  .header-menu-container .header-favorites-container {
      display: none !important;
  }

  .glasses-rp-gl_logo:before {
      color: black;
  }

  .ddm-category-container .mobile-close-nav-list-btn {
      display: flex !important;
      border-bottom: 1px solid;
      text-decoration: underline;
      flex: 100%;
      justify-content: center;
      text-transform: uppercase;
      font-family: 'Space Mono';
      color: #000000;
      line-height: 50px;
  }

  .ddm-category-container {
      flex-flow: row wrap;
      flex: 1 1 0%;
      z-index: 1000;
      flex: 1;
      height: calc(100% - 110px);
      border: none;
      top: unset;
      overflow: hidden;
  }

  .ddm-category-container > div[class*="section"] {
      display: flex;
      flex: 50%;
      width: auto;
      height: calc(50% - 25px);
      border-right: solid 1px #000000;
      border-bottom: solid 1px #000000;
  }

  .ddm-category-container > .section-1 > ul > li.nav-element,
  .ddm-category-container > .section-2 > ul > li.nav-element {
      padding: 0;
      margin: 0;
      height: 45px;
  }

  .stop-scrolling {
      height: 100vh;
      overflow: hidden;
  }

  .brands-category-container .brands-container {
      overflow-y: auto;
      display: flex;
      flex-wrap: wrap;
      height: calc(100% - 45px);
      position: relative;
      align-items: flex-start;
      justify-content: flex-start;
      border-right: 1px solid #000;
      overflow: scroll;
  }

  .brands-category-container .brands-container .brand-item {
      border-left: 1px solid;
      flex: 50%;
      height: 130px;
      max-height: 130px;
      justify-content: center;
      align-items: center;
      display: flex;
      border-bottom: 1px solid;
      margin: 0 !important;
      padding: 0;
  }

  .brand-item a {
    width: 100%;
    height: 100%;
  }

  a.brand-item-mobile_a {
    width: unset;
    height: unset;
    color: #000000;
    font-family: 'Space Mono';
    text-decoration: underline;
  }

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

  .brand-item:last-child:nth-child(odd) {
    flex: 0 0 50%;
    border-right: 1px solid;
    margin-left: 1px !important;
  }

  .header-menu-container .header-main-nav .mobile-nav-btns {
      display: flex;
      flex: 1;
      position: absolute;
      bottom: 109px;
      justify-content: center;
      width: 100%;
  }

  .header-menu-container .header-main-nav .mobile-nav-login-register {
      display: flex;
      position: absolute;
      justify-content: center;
      width: 100%;
  }

  .header-menu-container .header-main-nav .mobile-nav-login-register-container {
      display: block;
      width: 100%;
      padding: 13px 0;
      border: solid 1px #000000;
      background-color: #000000;
      text-align: center;
  }

  .header-menu-container .header-main-nav .mobile-nav-login-register-container a,
  .header-menu-container .header-main-nav .mobile-nav-login-register-container span {
      font-family: monospace;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.21;
      letter-spacing: 0.4px;
      text-align: center;
      color: #ffffff;
  }

  .header-menu-container .header-main-nav .mobile-nav-login-register-container a {
      text-decoration: underline;
  }

  .mobile-nav-btns div[class*="container"],
  .mobile-nav-btns div[class*="container"] a {
      display: flex;
      flex-direction: column;
      flex: 1;
      align-items: center;
  }

  .mobile-nav-btns div[class*="container"] {
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      border-bottom: 1px solid;
      padding: 10px;
      height: 135px;
  }

  .mobile-nav-btns .header-favorites-mobile-container {
      border-left: none !important;
  }

  .mobile-nav-btns div[class*="container"] a {
      text-decoration: none;
      color: black;
      justify-content: space-around;
  }

  .mobile-nav-btns div[class*="container"] p {
      font-size: 12px;
      line-height: 1.25;
      font-family: monospace;
  }

  .mobile-nav-btns div[class*="container"] img {
      width: 50px;
  }

  .mobile-nav-btns .header-insurance-mobile-container img {
      filter: invert(1);
      width: 40px !important;
  }

  .brands-category-container .brands-container::-webkit-scrollbar {
      width: 0;
      /* Remove scrollbar space */
      background: transparent;
      /* Optional: just make scrollbar invisible */
  }

  .header-container {
      flex-direction: column;
      /* height: 85px !important; */
  }
}

#x-x-telecomando-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1024;
  vertical-align: middle;
  font-family: 'Space Mono';
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.x-x-telecomando-container .x-x-telecomando-content {
  z-index: 1025;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  border: solid 1px #000000;
  padding: 13px 16px 33px 17px;
  width: 487px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding: 25px 15px;
}

.x-x-telecomando-container .close {
  width: 20px;
  height: 20px;
  color: #000;
  font-family: 'noto_sansregular';
  position: absolute;
  right: 5px;
  top: 5px;
  opacity: 1;
  font-weight: 400;
}

.x-x-telecomando-container .title {
  height: 36px;
  color: #000000;
  font-size: 24px;
  margin: 14px 0px;
  font-family: 'Space Mono';
  font-weight: bold;
}

.x-x-telecomando-container .x-x-telecomando-overlay-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.x-x-telecomando-container .x-x-telecomando-overlay-text > a {
  width: 100%;
}

.x-x-telecomando-container .x-x-telecomando-overlay-text div {
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 11px 0;
  font-size: 16px;
}

.x-x-telecomando-container .x-x-telecomando-overlay-text .highlighted-text {
  display: flex;
  background-image: linear-gradient(92deg, #00ff00 21%, #f6ee16 88%);
  border: 1px solid;
  margin-bottom: 17px;
  font-family: 'Space Mono';
  font-weight: normal;
}

.x-x-telecomando-container .x-x-telecomando-overlay-text .text {
  display: flex;
  border: 1px solid;
  margin-bottom: 17px;
  font-family: 'Space Mono';
  font-weight: bold;
  text-align: center;
}

.x-x-telecomando-container .x-x-telecomando-overlay-text .text a {
	color: #000;
	font-size: 16px;
	display: contents;
}

.x-x-telecomando-container .footer-button {
  font-family: 'Space Mono';
  font-size: 16px;
  margin-top: 3px;
  cursor: pointer;
  color: #000;
}

.x-x-telecomando-container .footer-button:hover {
  text-decoration: underline;
}

.header-strip-global-container {
  height: 30px;
  width: 100%;
  position: relative;
  z-index: 500;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-transform: none;
  transition: top 0.5s ease;
  margin-bottom: 0px;
  background-image: linear-gradient(92deg, #00ff00 21%, #f6ee16 88%);
  border-bottom: solid 1px #000000;
}

.header-strip-global-container .header-global-stripe {
  width: calc(40% - 20px);
  overflow: hidden;
  height: 30px;
}

/* Stripe content starts hidden */
.header-strip-global-container .header-global-stripe > div {
  overflow: unset;
  height: 30px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.header-strip-global-container .header-global-stripe .slick-track {
  width: 1000vw !important;
}

.header-strip-global-container .scroll-left,
.header-strip-global-container .scroll-right {
  cursor: pointer;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 8px;
}

.header-strip-global-container .scroll-left {
  border-right: 6px solid #000000;
  left: 30%;
}

.header-strip-global-container .scroll-right {
  border-left: 6px solid #000000;
  right: 30%;
}

@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .header-strip-global-container .header-global-stripe {
    width: calc(50% - 20px)!important
  }

  .header-strip-global-container .scroll-left {
    left: 25%!important;
  }

  .header-strip-global-container .scroll-right {
    right: 25%!important;
  }
}

.header-strip-global-container .header-strip-text-div {
  text-align: center;
  font-family: 'Space Mono';
  font-weight: bold;
  line-height: 1;
  height: 30px;
  position: relative;
  float: left;
}

.header-strip-global-container .header-strip-text-div a {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 1024px) {
  .header-strip-global-container {
      width: 100%;
      height: 46px;
  }

  .header-strip-global-container .header-global-stripe {
      height: 46px;
      width: 80%;
  }

  .header-strip-global-container .scroll-left {
      left: 20px;
      top: 16px;
  }

  .header-strip-global-container .scroll-right {
      right: 20px;
      top: 16px;
  }

  .x-x-telecomando-container .x-x-telecomando-content {
      width: 90%;
  }

  .header-strip-global-container .header-global-stripe > div,
  .header-strip-global-container .header-strip-text-div {
    height: 45px;
  }
}

#footer-last-section {
  display: table;
  width: 100%;
  margin: auto 0%;
}

.footer-top-container {
  display: flex;
  flex: 1;
  padding-left: 40px;
  align-items: baseline;
  border-top: 1px solid #000;
}

.column {
  display: flex;
  flex: 1;
  margin-right: 50px;
  flex-direction: column;
}

.column .column-title {
  font-family: 'noto_sansbold';
  font-size: 12px;
}

.column .column-content ul li {
  margin: 10px 0;
  font-family: 'noto_sansregular';
  font-size: 12px;
  padding: 0px;
}

.column .column-content ul li a {
  color: black;
  text-decoration: none;
}

.column .column-content ul li a:hover {
  text-decoration: underline;
}

.footer-top-container .form-container .footer-newsletter-content-success {
  display: none;
}

.footer-top-container .form-container.success .footer-newsletter-content-success {
  display: block;
}

.footer-top-container .form-container.success .footer-newsletter-content {
  display: none !important;
}

.footer-top-container .form-container #errorMessageEmail {
  float: none;
}

.form-container {
  display: flex;
  flex: 2;
  background: #f6ee16;
  padding: 36px;
  flex-direction: column;
  border-left: 1px solid #000;
}

.form-container .form-title {
  font-family: Times;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 2.13px;
  color: #000;
}

.form-container .form-subtitle {
  font-family: 'EBGaramond';
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.35;
  color: #000;
}

.fn-code {
  background: white;
  border: 1px solid #000000;
  padding: 5px 10px;
  margin-bottom: 15px;
  width: 100%;
  height: 45px;
  font-family: 'Space Mono';
  position: relative;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 14px;
}

.fn-copy-btn {
  padding: 7px 20px;
  border: none;
  font-family: 'Space Mono';
  cursor: pointer;
  background: black;
  color: white;
  font-size: 12px;
  position: absolute;
  right: 10px;
}

.fn-copy-btn-mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .fn-copy-btn-mobile {
    display: block;
    position: absolute;
    right: 10px;
    font-size: 20px;
  }

  .fn-copy-btn {
    display: none;
  }

  .fn-code {
    font-size: 18px;
  }
}


.fn-copy-btn:after {
  content: "";
  display: table;
  clear: both;
}

.fn-btn-container {
  position: relative;
}

.fn-btn {
  display: inline-block;
  font-size: 17px;
  font-family: 'Space Mono';
  font-weight: bold;
  border: 1px solid black;
  padding: 10px 20px;
  cursor: pointer;
  width: 45%;
  text-align: center;
  text-decoration: none !important;
}

.fn-btn-black {
  background: black;
  color: white;
}

.fn-btn-white {
  background: white;
  color: black;
}

.fn-btn-right {
  position: absolute;
  right: 0;
}

.form-container .section.email-sign-up-form {
  position: relative;
  display: flex;
}

.form-container .section.email-sign-up-form input.form-input {
  font-family: EBGaramond, monospace;
  font-size: 14px;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  border-bottom: 1px solid #000;
  background: transparent;
  line-height: 27px;
  padding: 1px 60px 1px 0;
}

.form-container .section.email-sign-up-form input.form-input:focus,
.form-container .section.email-sign-up-form input.form-input:active {
  outline: none !important;
  box-shadow: none !important;
}

.form-container .section.email-sign-up-form button.form-btn {
  position: absolute;
  cursor: pointer;
  font-family: 'Space Mono', monospace;
  font-size: 14px;
  right: 0;
  background: transparent;
  border: none;
  outline: none !important;
  font-weight: 600;
  text-decoration: underline;
}

.form-container p.form-content {
  font-family: 'noto_sansregular';
  font-size: 12px;
  color: #000000;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  margin-bottom: 15px;
  margin-top: 15px;
}

.form-container a {
  color: #000000;
  text-decoration: underline;
  font-weight: normal;
}

.form-container a:hover 
{
   color:#000000; 
   text-decoration:underline;
   cursor:pointer;
   font-weight: normal;
}

@media only screen and (max-width: 1024px) {
  .footer-top-container {
      display: flex;
      flex: 1;
      padding: 0px;
      flex-direction: column;
      border-top: none;
      color: #000000;
  }

  #landing-pdp .footer-top-container {
      min-width: 100%;
  }

  .column {
      display: flex;
      flex: 1;
      margin: 0;
      flex-direction: column;
      justify-content: center;
      width: 100%;
      order: 2;
      border-bottom: 1px solid #000;
  }

  .column .column-title {
      font-family: 'noto_sansbold';
      font-weight: bold;
      padding: 0 20px;
      height: 50px;
      align-items: center;
      display: flex;
      justify-content: space-between;
      font-size: 13px;
  }

  .column .column-content ul li {
      margin: 15px 40px;
  }

  .column .column-content {
      display: none;
  }

  .form-container {
      width: 100%;
      border-left: none;
      order: 1;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
  }

  .mobile-arrow {
      display: block;
      border: 6px solid transparent;
      border-top: 7px solid #000;
      transition: all 0.5s ease-in;
      margin-top: 5px;
  }

  .mobile-arrow.open {
      transform: rotate(180deg) translate(0, 10px);
  }
}

.bottom-footer-container {
  display: flex;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  height: 45px;
  border-top: 1px solid #000;
}

.footer-links .link a {
  color: #000;
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex: 1;
  justify-content: flex-start;
  padding: 0 40px;
}

.footer-links .link {
  margin-right: 20px !important;
  font-family: 'noto_sansregular';
  font-size: 10px;
}

div#footerLink {
	display: flex;
}

.social-links {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  padding: 0 40px;
}

.social-links .social-icon {
  margin-left: 20px;
}

@media only screen and (max-width: 1024px) {
  .bottom-footer-container {
      justify-content: space-around;
      flex-direction: column-reverse;
      align-items: unset;
      padding: 10px;
      border: none;
      min-height: 220px;
      color: #000000;
  }

  .social-links {
      padding: 0;
      justify-content: space-around;
  }

  .social-links .social-icon {
      margin: 0;
  }

  .footer-links {
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }

  .footer-links .link {
      margin: 5px 0;
      font-family: 'noto_sansregular';
      font-size: 12px;
  }
}

.hp-row1-container {
  background: url(/wcsstore/GlassesStorefrontAssetStore/images/hp-layout/hp-row1-image.png);
  display: flex;
  flex: 1;
  height: 576px;
  border-bottom: 1px solid #000;
  object-fit: cover;
}

.row-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.text1-big {
  font-size: 45px;
  font-family: 'Space Mono', monospace;
  margin: 8px 40px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.text-bold {
  font-weight: bold;
}

.text2-small {
  font-size: 16px;
  font-family: EBGaramond, monospace;
  margin: 8px 40px;
  line-height: 1.25;
}

.hp-row1-container .btn,
.hp-row3-container .btn,
.hp-row4-container .btn,
.hp-row5-container .btn,
.hp-row6-container .btn {
  margin: 8px 40px;
  background-color: white;
  border: 1px solid #000;
  font-weight: bold;
  font-family: 'Mono Space';
}

.hp-row1-container .btn.btn-block,
.hp-row3-container .btn.btn-block,
.hp-row4-container .btn.btn-block,
.hp-row5-container .btn.btn-block,
.hp-row6-container .btn.btn-block {
  width: 300px;
  border-radius: 0;
}

.hp-row3-container {
  height: 512px;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.img-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.row-content .left,
.row-content .right {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.row-content .left {
  left: 10px;
  background: url(/wcsstore/GlassesStorefrontAssetStore/images/hp-layout/left.png);
  background-size: contain;
}

.row-content .right {
  right: 10px;
  background: url(/wcsstore/GlassesStorefrontAssetStore/images/hp-layout/right.png);
  background-size: contain;
}

.img-slider img {
  display: none;
}

.img-slider img.active {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hp-row4-container {
  height: 512px;
  background: url(/wcsstore/GlassesStorefrontAssetStore/images/hp-layout/hp-row1-image.png);
  border-bottom: 1px solid #000;
  object-fit: cover;
}

.hp-row5-container {
  height: 412px;
  display: flex;
  border-bottom: 1px solid #000;
}

.hp-row5-container .column-content-1 {
  flex: 1;
  background-color: #fff;
}

.hp-row5-container .column-content-1 span {
  display: block;
}

.hp-row5-container .column-content-2 {
  flex: 2;
  background-color: #e7e7dc;
}

.text-medium {
  font-size: 18px;
  font-family: EBGaramond, monospace;
  padding: 25px 40px;
  line-height: 2.07;
  letter-spacing: 1.67px;
  color: #000;
}

.text-trend1 {
  padding: 20px 40px;
  -webkit-text-stroke: 1px #000000;
  font-family: 'Space Mono';
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.87;
  letter-spacing: 3.01px;
  color: #ffffff;
}

.text-trend2 {
  padding: 20px 40px;
  font-family: 'Space Mono';
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.87;
  letter-spacing: 3.01px;
  color: #000;
}

@media only screen and (max-width: 1024px) {
  .hp-row5-container {
      height: auto;
      flex-direction: column;
  }

  .hp-row5-container .column-content-1 {
      flex: 1;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
  }

  .hp-row5-container .column-content-2 {
      flex: 1;
      display: flex;
      align-items: flex-start;
      flex-direction: column;
  }

  .hp-row5-container .column-content-2 .btn {
      visibility: hidden;
  }

  .hp-row5-container .column-content-2 .btn:nth-child(3) {
      visibility: visible;
      width: 175px;
      margin-left: 20px;
      font-family: 'Space Mono';
      font-size: 14px;
      font-weight: bold;
  }

  .text-trend1,
  .text-trend2,
  .text-medium {
      font-size: 25px;
      padding: 10px 40px;
  }

  .text-medium {
      font-size: 16px;
  }
}

.hp-row6-container {
  display: flex;
  border-bottom: 1px solid #000;
  flex-direction: column;
}

.hp-row6-container .row {
  display: flex;
  flex: 1;
  padding: 20px 40px;
  border-bottom: 1px solid;
}

.hp-row6-container .card-row {
  display: flex;
}

.hp-row6-container .card-row .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  height: 200px;
  flex: 1;
  background-color: #d6d4d7;
  color: white;
}

.hp-row6-container .card-row .card .title {
  font-family: 'Space Mono';
  font-size: 25px;
  font-weight: bold;
  line-height: 1.24;
  margin: 7px 0;
  text-align: left;
}

.hp-row6-container .card-row .card p.content {
  font-family: EBGaramond;
  font-size: 14px;
  line-height: 1.14;
  color: white;
  text-align: left;
}

.hp-row6-container .card-row .card:nth-child(1) {
  background: url(/wcsstore/GlassesStorefrontAssetStore/images/hp-layout/glasses_sample.png);
  background-size: cover;
  background-position: 350px 48px;
  background-repeat: no-repeat;
  background-color: #555;
}

.hp-row6-container .card-row .card:nth-child(2) {
  background-image: linear-gradient(to top, #f6ee16 30%, #ef4195 80%);
  background-repeat: no-repeat;
  background-position: center;
}

.card .btn {
  width: 150px;
  margin: 20px 0;
  border-radius: 0;
}

@media only screen and (max-width: 1024px) {
  .hp-row6-container .card-row {
      flex-direction: column;
  }

  .hp-row6-container .card-row .card {
      justify-content: flex-start;
      align-items: flex-start;
  }

  .hp-row6-container .card-row .card .title,
  .hp-row6-container .card-row .card p.content,
  .card .btn {
      margin-left: 10px;
  }
}

.brands-container {
  overflow-x: auto;
  width: 100%;
  display: flex;
}

.hp-row8-container {
  display: flex;
  flex-direction: column;
}

.hp-row8-container .row {
  display: flex;
  flex: 1;
  padding: 20px 40px;
  border-bottom: 1px solid;
}

.hp-row8-container .card-row {
  display: flex;
}

.hp-row8-container .card-row .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  height: 200px;
  flex: 1;
  background-color: #fff;
  border-left: 1px solid;
  height: 250px;
}

.hp-row8-container .card-row .card p.content {
  font-family: EBGaramond;
  font-size: 16px;
  line-height: 1.14;
  text-align: center;
  color: black;
  padding: 10px 0;
}

.hp-row8-container .card-row .card p.content span {
  font-size: 18px;
}

.card .btn-link {
  width: 112px;
  height: 21px;
  margin: 8px 123px 40px;
  font-family: 'Space Mono';
  font-size: 14px;
  text-decoration: underline;
  border: none;
  background-color: transparent;
}

.dots {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .card {
      display: none;
      border-width: 0px !important;
      padding: 0 !important;
  }

  .card.active {
      display: flex;
  }

  .card-row {
      position: relative;
  }

  .dots {
      display: block;
      position: absolute;
      left: 42%;
      top: 90%;
      display: flex;
      width: 15%;
      justify-content: space-around;
  }

  .dot {
      width: 5px;
      height: 5px;
      border: 1px solid #000;
      border-radius: 50%;
  }

  .dot.active {
      background: black;
  }
}

.nav-element {
  font-family: 'EBGaramond';
  font-size: 18px;
  font-weight: 600;
}

.sticky-filter-bar {
  position: fixed;
  width: 100%;
  z-index: 490!important;
  top: 0;
}

.sticky-dashbuttons-bar {
  position: fixed;
  width: 100%!important;
  z-index: 90!important;
}

.sticky-offer-bar {
  position: fixed;
  width: 100%;
  z-index: 90!important;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.hmc-mob-my-account {
  float: left;
  margin-left: 30px;
}

.hcm-mob-signout {
  float: right;
  margin-right: 30px;
}

.recommended-catalog-entry-container {
  font-size: 0px;
  white-space: nowrap;
}

.recommended-catalog-entry-container .slick-track {
  display: flex;
  min-width: 100%;
}

.recommended-catalog-entry-container .slick-list {
  overflow-x: hidden;
}

.recommended-catalog-entry-container .slick-prev {
  left: 25px;
  right: unset;
}

.recommended-catalog-entry-container .slick-prev,
.recommended-catalog-entry-container .slick-next {
  z-index: 1;
}

.recommended-catalog-entry-display-container {
  display: inline-block;
  font-size: 16px;
}

.wced-container {
  position: relative;
  background-color: #f7f7f9;
  display: inline-block;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

.wced-href {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  color: #000000;
}

.wced-href:hover {
  color: #000000;
  text-decoration: none;
}

.wced-href:hover .wced-brand {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

.wced-href:focus {
  color: #000000;
  text-decoration: none;
}

.wced-first-row {
  display: block;
  position: relative;
  height: 25vw;
  width: 25vw;
  overflow: hidden;
}

.wced-gender {
  position: absolute;
  text-transform: uppercase;
  font-family: 'Space Mono';
  font-size: 16px;
  padding-top: 15px;
  padding-left: 20px;
}

.wced-fav {
  position: relative;
  padding-top: 17px;
  padding-left: calc(100% - 40px);
  font-size: 18px;
  z-index: 1;
}

.wced-fav .selected {
  display: none;
}

.wced-fav.active .selected {
  display: inline-block;
}

.wced-fav.active .unselected {
  display: none;
}

.wced-fav:hover {
  cursor: pointer;
}

.wced-first-row img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 1px;
  border: unset;
}

.wced-second-row {
  position: relative;
  background: #ffffff;
  border-top: 1px solid #000000;
}

.wced-brand {
  text-transform: uppercase;
  font-family: 'Space Mono';
  font-size: 13px;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 10px;
  color: #000000;
  z-index: 1;
}

.wced-brand:hover {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

.wced-listprice {
  float: left;
  text-transform: uppercase;
  font-family: 'noto_sansregular';
  font-size: 14px;
  padding-bottom: 10px;
}

.wced-listprice.wced-discounted-true {
  text-decoration: line-through;
  padding-right: 5px;
}

.wced-price {
  display: none;
  float: left;
  text-transform: uppercase;
  font-family: 'noto_sansregular';
  font-size: 14px;
  padding-bottom: 10px;
  padding-right: 5px;
}

.wced-price.wced-discounted-true {
  display: inline;
  font-weight: bold;
}

.wced-item-number {
  display: inline;
  float: right;
  text-transform: lowercase;
  font-family: 'noto_sansregular';
  font-size: 14px;
  padding-right: 17px;
}

.wced-container:hover .wced-thumbnail.wced-thumbnail--fr {
  display: none;
}
.wced-container:hover .wced-thumbnail.wced-thumbnail--qt {
  display: inline;
}
.wced-thumbnail.wced-thumbnail--qt {
  display: none;
}
.wced-thumbnail.wced-thumbnail--mob {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .wced-thumbnail.wced-thumbnail--fr {
    display: none;
  }
  .wced-thumbnail.wced-thumbnail--qt {
    display: none;
  }
  .wced-container:hover .wced-thumbnail.wced-thumbnail--fr {
    display: none;
  }
  .wced-container:hover .wced-thumbnail.wced-thumbnail--qt {
    display: none;
  }
  .wced-thumbnail.wced-thumbnail--mob {
    display: inline;
  }
}

.glassesCatalogEntryRecommendationWidget .carouselWrapper {
	position: relative;
}

.wced-left-arrow,
.wced-right-arrow { 
	position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
    cursor: pointer;
}

.wced-left-arrow {
    left: 15px;
}
.wced-right-arrow {
	right: 15px;
}

.wced-left-arrow:hover,
.wced-right-arrow:hover { 
	-webkit-filter: invert(1);
	filter: invert(1);
}
	
.wced-price-item-row {
  padding-left: 20px;
  align-items: baseline;
}

.wced-price-item-row::after {
  content: "";
  display: block;
  clear: both;
}

#SiteHeader:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 1024px) {
	.wced-first-row {
	  height: 66vw;
	  width: 66vw;
	}
	
	.wced-left-arrow, 
	.wced-right-arrow {
		display: none !important;
	}
}


/*
* Dash Buttons
*/

.espot-plp-dashbuttons:after {
  content: "";
  display: block;
  clear: both;
}

.gl-dash-title,
.gl-dash-menu {
    float: left;
}

.gl-dash-title {
    width: 10%;
    display: none;
    font-family: 'Space Mono';
    font-weight: bold;
    font-size: 19px;
    margin-right: 15px;
}

.sticky-dashbuttons-bar .gl-dash-title {
    display: block;
    position: absolute;
    left: 15px;
}

.espot-plp-dashbuttons {
  background-color: #fff;
  margin: 0;
}


.espot-plp-dashbuttons .gl-dash-buttons {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.gl-dash-menu .gl-row .slick-list {
	overflow: hidden;
}

.gl-dash-menu,
.gl-row,
.gl-slider-tags {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.gl-slider-tags {
	position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1150px; /* Fallback for IE */
  width: max-content;
	display: flex;
	flex-wrap: nowrap;
  transition: all .2s linear .4s;
}

@media (max-width: 1024px) {
	.espot-plp-dashbuttons {
		display: block;
	}

	.espot-plp-dashbuttons .gl-dash-buttons {
		padding-right: 0;
	}
	
	.gl-dash-title {
	    width: 100%;
	    font-size: 14px;
	    text-align: left;
	    margin-bottom: 10px;
	    display: none !important;
	}
	
	.gl-dash-menu {
	    width: 100vw !important;
	}

  .sticky-dashbuttons-bar .gl-slider-tags {
    transition: none;
    padding-left: 0;
  }

  .gl-slider-tags {
    left: 0;
    transform: none;
    margin-left: 0 !important;
  }
}

.gl-slider-tags .gl-item {
	height: 52px;
	border-radius: 100px;
	border: solid 1px #000;
	background-color: #ffffff;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}

.gl-slider-tags .gl-item.active {
	background-color: #000;
}

.gl-slider-tags .gl-item.active span {
	color: #fff;
}

.gl-slider-tags .gl-item .gl-item_img {
	width: 50px;
	height: 50px;
	border-radius: 138.5px;
	float: left;
	margin-right: 15px;
}

.gl-slider-tags .gl-item .gl-item_img img {
  transition: all 0.3s linear;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid black;
  margin-left: -1px;
}

.gl-slider-tags .gl-item .gl-item_img.ct_yellow {
	background-color: #f6ee16;
}

.gl-slider-tags .gl-item .gl-item_img.ct_black {
	background-color: #000000;
}

.gl-slider-tags .gl-item span {
	float: left;
	font-family: 'Space Mono', monospace;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.19;
	letter-spacing: normal;
	color: #000000;
	text-transform: uppercase;
	margin-right: 25px;
	text-align: left;
	display: block;
	white-space: nowrap;
}

.gl-slider-tags .gl-item:hover {
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
}

.gl-slider-tags .gl-item:hover span {
	text-decoration: underline;
}

.gl-slider-tags .gl-item:focus {
	outline: 1px dotted #212121;
	outline: 5px auto -webkit-focus-ring-color;
}

.gl-slider-tags .gl-item:focus span {
	text-decoration: underline;
}

.gl-slider-tags::-webkit-scrollbar {
	width: 0 !important;
}

.gl-slider-tags .slick-list {
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
}

.gl-slider-tags .slick-list::-webkit-scrollbar {
	width: 0 !important;
}

.gl-slider-tags .slick-prev {
	top: 38px;
	left: 26px;
}

.gl-slider-tags .slick-next {
	top: 41px;
	right: 20px;
}

.gl-slider-tags .gl-tag {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	height: auto;
	margin-right: 15px;
	display: flex;
	height: auto;
	align-items: center;
	justify-content: center;
    min-height: 53px;
}

.gl-slider-tags .slick-track {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 100%;
	display: flex;
	margin: auto;
	width: 100% !important;
}

@media (max-width: 1024px) {
	.new-espot-plp {
		padding: 0;
	}

  .footer-newsletter-btn {
    top: 5px;
  }
}

@media (min-width: 1025px) {
	.gl-slider-tags .gl-item.gl-item_long span {
		left: 85px;
		margin-right: 5px;
	}
}

@media screen and (min-width: 1024px)  {
  .mobile-break { 
    display: none;
   }

   .brand-item-mobile {
    display: none!important;
  }

  .brand-item img {
    width: 300px;
    height: 150px;
  }
}

.wced-first-row img[src="data:,"] {
  margin: auto;
  width: 1em!important;
  height: 1em!important;
  font-size: 5px!important;
  border-radius: 50% !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {	
	.header-menu-container .header-main-nav li a {
	    font-size: 14px;
	    margin: 25px 10px;
	}

  .gl-slider-tags .gl-item span {
    font-size: 11px;
  }
}

.seo-h1 {
  height: 0;
}

.seo-h1 h1 {
  font-size: 0;
}

#header_wrapper {
  position: relative;
  z-index: 500;
  top: 0;
  width: 100%;
  transform: translateY(0%);
}

#filterBar {
  width: 100%;
}

#header_wrapper,
#filterBar {
  top: 0;
}

body.inverse-translate #header_wrapper {
  transform: translateY(-100%)!important;
}

#header_wrapper::after {
  content: "";
  display: block;
  clear: both;
}

body.sticky-inversion #header_wrapper {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
}

.gender_filter {
  overflow: unset!important;
}

#eyeglasses-button {
  overflow: unset!important;
}

#sunglasses-button {
  overflow: unset!important;
}

.gender_filter:after {
  content: "";
  display: table;
  clear: both;
}

#insurance-switch {
  display: none;
}

.footer-newsletter-fr {
  position: relative;
  width: 100%;
}

.footer-newsletter-em {
  display: inline-block;
  width: 100%;
}

.footer-newsletter-btn {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
}

.footer-social-icon {
  width: 40px;
}

#footer_wrapper {
    z-index: 30 !important;
}

.trustpilot-widget{
  margin-top: 10px;
}

body.is-brand-page.is-menu-hidden #header_wrapper,
body.is-brand-page.is-menu-hidden #filterBar {
  position: fixed;
}

#filter_by_prescription {
	display: none !important;
}

body.mobile-menu-open #header_wrapper {
  height: 100%;
}

.header-logo a, 
.header-logo a:hover, 
.header-logo a:visited, 
.header-logo a:active {
    color: #231f20;
    text-decoration: none;
}

.c-pdp-det__fav {
    position: absolute;
    padding-top: 17px;
    padding-left: calc(100% - 40px);
    font-size: 18px;
    z-index: 77;
}

.c-pdp-det__fav .selected {
    display: none;
}

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

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

.c-pdp-det__fav:hover {
    cursor: pointer;
}

/* Early access*/

.ea-container {
	background-repeat: no-repeat;
	background-size: cover;
}

.ea-form-container {
    width: 25vw;
    margin: auto 10vw auto auto;
    text-align: center;
    padding-top: 35px;
}

.ea-live-form-container {
    width: 25vw;
    margin: auto 10vw auto auto;
    text-align: center;
    padding-top: 20vh;
    padding-bottom: 20vh;
}
.ea-live-form-container .ea-input-container {
    width: 100%;
    padding-top: 12px;
    margin-bottom: 15px;
}

.ea-form-container .ea-input-container {
    width: 100%;
    padding-top: 12px;
    margin-bottom: 15px;
}

.ea-form-visible-container {
    padding: 25px;
    background-color: white;
    border-radius: 8px 8px 0 0;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    text-align: left;
}

.ea-live-form-visible-container {
    padding: 25px;
    background-color: white;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    text-align: center;
}

.ea-success-container{
	display: none;
	width: 35vw;
    margin: auto 10vw auto auto;
    text-align: center;
    padding-top: 25vh;
    padding-bottom: 25vh;
}

.ea-container.success .ea-form-container{
	display: none !important;
}

.ea-container.success .ea-live-form-container{
	display: none !important;
}

.ea-container.success .ea-success-container {
	display: block !important;
}

@media only screen and (max-width: 1024px) {
	.ea-container {
		background-repeat: no-repeat;
		background-size: cover;
	}

	.ea-form-container {
	    margin: auto 4vw auto;
    	text-align: center;
    	padding-top: 35px;
    	width: unset;
	}
	
	.ea-live-form-container {
	    margin: auto 4vw auto;
    	text-align: center;
    	padding-top: 10vh;
    	padding-bottom: 10vh;
    	width: unset;
	}
	.ea-live-form-container .ea-input-container {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 15px;
        margin-bottom: 0;
    }

    .ea-form-container .ea-input-container {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
	
	.ea-form-visible-container {
	    padding: 15px 15px 25px 15px;
	    background-color: white;
	    border-radius: 8px 8px 0 0;
	    align-items: center;
	    justify-content: center;
	    display: flex;
	    flex-flow: column;
	}
	.ea-live-form-visible-container {
	    padding: 15px 15px 25px 15px;
	    background-color: white;
	    border-radius: 8px;
	    align-items: center;
	    justify-content: center;
	    display: flex;
	    flex-flow: column;
	}
	
	.ea-success-container{
		display: none;
		text-align: center;
	    padding-top: 15vh;
	    padding-bottom: 15vh;
	    flex-flow: column;
	    align-items: center;
	    width: 100%;
	}
	
	.ea-container.success .ea-form-container{
		display: none !important;
	}
	
	.ea-container.success .ea-live-form-container{
		display: none !important;
	}

	.ea-container.success .ea-success-container {
		display: flex !important;
	}

    .ea-form .input-x-container .iconglasses-x {
        top: 9px !important;
        right: 10px !important;
    }
}

@media (min-width: 1025px) {
	#ea-button-eyeglasses {
		margin-right: 10px;
	}
	#ea-button-sunglasses {
		margin-left: 10px;
	}
}
