#simplecheckout_customer {
  background: #ffffff !important;
  border-radius: 50px !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: 0 4px 40px 0 #ececec !important;
  margin: 50px 0 40px 0 !important;
  width: 100% !important;
  font-family: "Montserrat", sans-serif !important;
  position: relative !important;
  z-index: 5 !important;
  text-align: left !important;
}
#simplecheckout_customer .checkout-heading {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 35px 47.5px 25px !important;
  border-bottom: none !important;
  background: transparent !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
#simplecheckout_customer .heading-left-wrap {
  display: flex !important;
  align-items: center !important;
  text-align: left !important;
}
#simplecheckout_customer .heading-text {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #000000 !important;
  margin: 0 !important;
}
#simplecheckout_customer .checkout-heading-button {
  margin-left: auto !important;
  display: flex !important;
}
#simplecheckout_customer .checkout-heading-button a {
  background: #e9f3fc !important;
  color: #6a96c3 !important;
  padding: 12px 25px !important;
  border-radius: 50px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  margin: 0 !important;
  display: inline-block !important;
}
#simplecheckout_customer .simplecheckout-block-content {
  padding: 30px 47.5px 60px !important;
  border-top: 1px solid #f1f5f9 !important;
}
#simplecheckout_customer .customer-fields-grid {
  display: block !important;
  width: 100% !important;
  font-size: 0 !important;
  text-align: left !important;
}
#simplecheckout_customer .p-field-box {
  display: inline-block !important;
  vertical-align: top !important;
  width: 33.333% !important;
  padding: 0 12.5px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  margin-bottom: 25px !important;
  text-align: left !important;
}
#simplecheckout_customer .form-group {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  text-align: left !important;
}
#simplecheckout_customer label {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  color: #2d4e6a !important;
  margin-bottom: 12px !important;
  display: block !important;
  text-align: left !important;
  width: auto !important;
  padding: 0 !important;
  float: none !important;
}
#simplecheckout_customer input[type="text"],
#simplecheckout_customer input[type="email"],
#simplecheckout_customer input[type="tel"],
#simplecheckout_customer input[type="password"] {
  width: 100% !important;
  height: 55px !important;
  background: #f5f5f5 !important;
  border: none !important;
  border-radius: 55px !important;
  padding: 0 25px !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #000000 !important;
  outline: none !important;
  box-sizing: border-box !important;
  text-align: left !important;
}
#simplecheckout_customer input::placeholder {
  color: #a0aec0 !important;
  font-weight: 500 !important;
}
#simplecheckout_customer input:focus {
  outline: none !important;
  box-shadow: none !important;
  background: #f5f5f5 !important;
}
@media (max-width: 1024px) {
  #simplecheckout_customer .p-field-box {
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  #simplecheckout_customer {
    border-radius: 30px !important;
  }
  #simplecheckout_customer .checkout-heading {
    padding: 25px 20px 20px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0 !important;
  }
  #simplecheckout_customer .heading-left-wrap {
    margin-bottom: 0 !important;
  }
  #simplecheckout_customer .checkout-heading-button {
    margin-left: 0 !important;
    margin-top: 20px !important;
    width: 100% !important;
  }
  #simplecheckout_customer .checkout-heading-button a {
    width: 100% !important;
    text-align: center !important;
  }
  #simplecheckout_customer .simplecheckout-block-content {
    padding: 15px 10px 30px !important;
  }
  #simplecheckout_customer .p-field-box {
    width: 100% !important;
    display: block !important;
    padding: 0 10px !important;
    margin-bottom: 20px !important;
  }
}
