#lc-header {
  display: flex;
  flex-direction: column;
  width: 1024px;
  margin: 0 auto;
  margin-top: 40px;
}
@media screen and (max-width: 430px) {
  #lc-header {
    width: 100%;
    margin: unset;
    margin-top: 12px;
  }
}
#lc-header .header-middle-wrapper {
  position: relative;
  display: flex;
}
@media screen and (max-width: 430px) {
  #lc-header .header-middle-wrapper {
    flex-direction: column;
    margin-bottom: 15px;
  }
  #lc-header .header-middle-wrapper .header-divider {
    display: flex !important;
  }
}
@media screen and (max-width: 430px) {
  #lc-header .header-middle-wrapper .header-logo {
    margin-left: 12px;
  }
}
#lc-header .header-middle-wrapper .header-divider {
  display: none;
}
#lc-header .header-middle-wrapper .header-checkout-navigator {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 430px) {
  #lc-header .header-middle-wrapper .header-checkout-navigator {
    margin-left: unset;
    width: 100%;
  }
}
#lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element {
  width: 150px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
#lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element.current ~ .navigator-element .navigator-element-circle {
  border: solid 2px #e1e1e1;
  background-color: #e1e1e1;
}
#lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element.current ~ .navigator-element a, #lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element.current ~ .navigator-element label {
  color: black;
}
#lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element.current .navigator-element-circle {
  border: solid 2px #333333;
  background-color: white;
  z-index: 10px;
  position: relative;
}
#lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element.current a, #lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element.current label {
  font-size: 16px;
  font-family: "FuturaBQMedium", Arial, Helvetica, sans-serif;
  color: black;
}
#lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element:not(:last-child):before {
  content: "";
  width: 100%;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  top: 8px;
  left: 50%;
}
#lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element .navigator-element-circle {
  width: 15px;
  height: 15px;
  border: solid 2px #333333;
  border-radius: 10px;
  margin-bottom: 10px;
  background-color: #333333;
  position: relative;
  z-index: 10px;
  box-sizing: border-box;
}
#lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element label, #lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element a {
  font-family: "FuturaBQBook", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.4px;
  text-align: center;
  color: #326fa8;
}
@media screen and (max-width: 430px) {
  #lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element label, #lc-header .header-middle-wrapper .header-checkout-navigator .navigator-element a {
    font-size: 14px;
  }
}
#lc-header .header-divider {
  border-top: 1px solid #333333;
  margin: 25px 0;
}
@media screen and (max-width: 430px) {
  #lc-header .header-divider {
    width: 100%;
    display: none;
  }
}

.secure-checkout-container {
  display: flex;
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .secure-checkout-container {
    padding: 0 35px;
    width: 100%;
    margin: unset;
  }
}
.secure-checkout-container .img-container {
  margin-left: -5px;
}
.secure-checkout-container .msg-container {
  text-transform: uppercase;
  font-size: 27px;
  font-family: "FuturaBQBook", Arial, Helvetica, sans-serif;
  margin-left: 10px;
  color: #1f1f1f;
  font-weight: 600;
}
@media screen and (max-width: 430px) {
  .secure-checkout-container .msg-container {
    margin-top: 3px;
    font-size: 25px;
  }
}

/*# sourceMappingURL=style_responsive_header.css.map */
