.ws-checkout__page {
  padding-top: 80px;
}
.ws-checkout__header {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 1499.98px) {
  .ws-checkout__header {
    max-width: 100%;
  }
}
.ws-checkout__login {
  background-color: #f8f8f8;
  padding-top: 200px;
  margin-top: -120px;
}
.ws-checkout__form {
  margin: 70px 100px 0;
}
@media (max-width: 1499.98px) {
  .ws-checkout__form {
    margin: 56px 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .ws-checkout__form {
    margin: 30px 50px 0;
  }
}
@media (max-width: 575.98px) {
  .ws-checkout__form {
    margin: 20px 30px 0;
  }
}
.ws-checkout__container {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 22px 24px -20px rgba(0, 0, 0, 0.2);
  border: 2px solid #e9e9e9;
  padding: 30px 100px 120px;
}
@media (max-width: 1499.98px) {
  .ws-checkout__container {
    padding: 30px 80px 96px;
  }
}
@media (max-width: 1199.98px) {
  .ws-checkout__container {
    padding: 30px 50px 100px;
  }
}
@media (max-width: 767.98px) {
  .ws-checkout__container {
    padding: 30px 20px 100px;
  }
}
.ws-checkout__container input[type=text], .ws-checkout__container input[type=email], .ws-checkout__container input[type=tel], .ws-checkout__container input[type=address], .ws-checkout__container input[type=password] {
  margin-top: 30px;
  border: 1px solid #d3d8de !important;
  min-height: 45px;
  color: #7589a1;
  font-size: 13px !important;
  font-weight: normal !important;
  padding: 0 10px !important;
  display: flex;
  border-radius: 6px !important;
  align-items: center;
  width: 100%;
}
.ws-checkout__container input[type=text]::placeholder, .ws-checkout__container input[type=email]::placeholder, .ws-checkout__container input[type=tel]::placeholder, .ws-checkout__container input[type=address]::placeholder, .ws-checkout__container input[type=password]::placeholder {
  color: #7589a1;
  font-size: 13px !important;
  font-weight: normal !important;
}
@media (max-width: 1499.98px) {
  .ws-checkout__container input[type=text], .ws-checkout__container input[type=email], .ws-checkout__container input[type=tel], .ws-checkout__container input[type=address], .ws-checkout__container input[type=password] {
    margin-top: 24px;
  }
}
@media (max-width: 991.98px) {
  .ws-checkout__container input[type=text], .ws-checkout__container input[type=email], .ws-checkout__container input[type=tel], .ws-checkout__container input[type=address], .ws-checkout__container input[type=password] {
    margin-top: 20px;
    min-height: 45px;
  }
}
.ws-checkout__title-container {
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .ws-checkout__title-container {
    max-width: 80%;
  }
}
.ws-checkout__title {
  font-size: 2.5em;
  color: #00408e;
  line-height: normal;
  font-weight: 300;
}
.ws-checkout__title:after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #bbc8d7;
  margin: 15px auto 30px;
  display: block;
}
@media (max-width: 1499.98px) {
  .ws-checkout__title:after {
    margin: 15px auto 24px;
  }
}
@media (max-width: 991.98px) {
  .ws-checkout__title:after {
    margin: 10px auto 20px;
  }
}
@media (max-width: 1499.98px) {
  .ws-checkout__title {
    font-size: 2em;
  }
}
@media (max-width: 991.98px) {
  .ws-checkout__title {
    font-size: 1.875em;
  }
}
.ws-checkout__text {
  font-size: 1em;
  line-height: 1.75;
  color: #343434;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767.98px) {
  .ws-checkout__text {
    font-size: 0.875em;
  }
}
.ws-checkout__form-user {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(187, 200, 215, 0.27);
  border-radius: 30px;
  min-height: 60px;
  padding: 0 20px !important;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .ws-checkout__form-user {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
    padding: 15px 0 !important;
    text-align: center;
    margin-bottom: 0;
  }
}
.ws-checkout__form-user p {
  margin: 0;
  width: 100%;
  text-transform: uppercase !important;
  color: #00408e !important;
  font-size: 14px !important;
  line-height: 1.14 !important;
  font-weight: bold !important;
}
.ws-checkout__login-account {
  display: none;
}
.ws-checkout__form-user-options {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  grid-gap: 20px;
}
@media (max-width: 767.98px) {
  .ws-checkout__form-user-options {
    justify-content: center;
  }
}
.ws-checkout__form-user-options input[type=radio] {
  margin: 0 !important;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  color: #00408e;
  accent-color: #00408e;
}
@media (max-width: 767.98px) {
  .ws-checkout__form-user-options input[type=radio] {
    width: 15px;
    height: 15px;
  }
}
.ws-checkout__form-user-options input[type=radio]::marker {
  color: #00408e;
  width: 24px;
  height: 24px;
}
.ws-checkout__form-user-options input[type=radio]:checked + label {
  font-weight: bold;
  color: #00408e;
}
.ws-checkout__form-user-options label {
  text-transform: none;
  color: #7589a1;
  font-size: 0.875em;
  line-height: 1.14;
  font-weight: normal;
}
.ws-checkout__form-user-option {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 10px;
}
@media (max-width: 767.98px) {
  .ws-checkout__form-user-option {
    display: block;
  }
}
.ws-checkout .consent {
  margin: 50px auto;
  position: relative;
  padding-left: 50px;
  text-align: center;
}
.ws-checkout .consent label {
  text-transform: none;
  font-size: 0.875em;
  line-height: 1.43;
  color: #979797;
  font-weight: normal;
}
.ws-checkout .consent a {
  color: #00408e;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 1499.98px) {
  .ws-checkout .consent {
    margin: 40px auto;
  }
}
@media (max-width: 767.98px) {
  .ws-checkout .consent {
    margin: 30px auto;
  }
}
.ws-checkout .consent input[type=checkbox]:before {
  border: 2px solid #979797 !important;
  border-radius: 50%;
  top: -15px !important;
  left: -10px;
  width: 30px !important;
  height: 30px !important;
}
@media (max-width: 575.98px) {
  .ws-checkout .consent input[type=checkbox]:before {
    left: -40px;
  }
}
.ws-checkout .consent input[type=checkbox]:after {
  border-color: #00408e !important;
}
.ws-checkout .consent input[type=checkbox]:checked:before {
  border-color: #00408e !important;
  border-width: 3px !important;
}
.ws-checkout .consent input[type=checkbox]:checked:after {
  top: -18px !important;
  left: -25px;
  width: 12px !important;
  height: 24px !important;
  border-width: 3px !important;
  background-color: #ffffff;
}

.wc-checkout-login {
  padding: 0 15px !important;
  margin: 30px auto;
  max-width: 50%;
}
.wc-checkout-login label {
  display: none;
}
.wc-checkout-login__intro {
  display: none;
}
.wc-checkout-login .lost_password {
  text-align: center;
}
.wc-checkout-login button {
  min-width: 330px;
  width: fit-content;
  min-height: 50px;
  background-color: #41b996;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  outline: none;
  border: none;
  margin: 0 auto;
}
@media (max-width: 575.98px) {
  .wc-checkout-login button {
    min-height: 45px;
    min-width: 100%;
  }
}