/* BREAKPOINTS */
/* BASE */
/* COLORS */
#lensPanelId {
  /* DESKTOP STYLE */
  /* MOBILE STYLE */
}

#lensPanelId .wizard-layout {
  font-family: FuturaBQLight;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#lensPanelId .wizard-layout .button-back {
  cursor: pointer;
}

#lensPanelId .wizard-layout .button-back:before {
  content: url(https://assets.lenscrafters.com/extra/image/LensCrafters/projects/202005-lenspanel/arrow-ico.png);
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}

#lensPanelId .wizard-layout .steps-indicator-layout {
  background-color: #ffffff;
  color: #333333;
}

#lensPanelId .wizard-layout .steps {
  width: 100%;
  background-color: #f2f2f2;
}

#lensPanelId .wizard-layout .step .step-title {
  font-family: FuturaBQLight;
  font-size: 25px;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}

@media screen and (min-width: 1200px) {
  #lensPanelId .wizard-layout .button-back {
    font-size: 15px;
  }
  #lensPanelId .wizard-layout .step {
    padding-top: 60px;
  }
  #lensPanelId .steps-indicator-layout {
    padding-top: 30px;
  }
  #lensPanelId .steps-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 50%;
  }
  #lensPanelId .steps-indicator .si-steps {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #lensPanelId .steps-indicator .si-step {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    background: #cccccc;
    border: 2px solid #cccccc;
    border-radius: 50%;
    line-height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #lensPanelId .steps-indicator .si-step span {
    color: #333333;
    text-decoration: none;
    text-transform: capitalize;
  }
  #lensPanelId .steps-indicator .si-step.default {
    background-color: #cccccc;
  }
  #lensPanelId .steps-indicator .si-step.current {
    background-color: #ffffff;
    border: solid 2px #333333;
  }
  #lensPanelId .steps-indicator .si-step.current span {
    font-family: FuturaBQMedium;
    font-weight: bold;
  }
  #lensPanelId .steps-indicator .si-step.done {
    background-color: #333333;
    border-color: #333333;
  }
  #lensPanelId .steps-indicator .si-progress {
    position: absolute;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid #cccccc;
    z-index: -1;
  }
  #lensPanelId .steps-indicator .si-percent {
    position: absolute;
    top: 2px;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #333333;
    -webkit-transition: width 1s;
    transition: width 1s;
  }
}

@media screen and (max-width: 1199px) {
  #lensPanelId .wizard-layout {
    padding: 0;
  }
  #lensPanelId .wizard-layout .button-back {
    font-size: 13px;
  }
  #lensPanelId .steps-indicator-layout {
    padding-left: 0;
    padding-right: 0;
  }
  #lensPanelId .steps-indicator {
    width: 100%;
    height: 8px;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
  }
  #lensPanelId .steps-indicator .si-progress {
    position: absolute;
    width: 100%;
    height: 8px;
  }
  #lensPanelId .steps-indicator .si-percent {
    position: absolute;
    top: 0;
    width: 0;
    height: 8px;
    background-color: #333333;
    -webkit-transition: width 1s;
    transition: width 1s;
  }
}
/*# sourceMappingURL=wizard.css.map */