#block-customer-login-heading {
  padding-top: 20px;
  text-align: center;
  font-family: Poppins;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #424242;
}

.block-customer-login {
  padding: 20px;
  margin-right: 20px;
  margin-left: 20px;
  box-shadow: 0 12px 18px 0 rgba(90, 90, 90, 0.08);
  border: solid 1px #efefef;
  background-color: #ffffff;
  max-width: 100% !important;
}

fieldset>div.note {
  padding-bottom: 20px;
}

fieldset>div.email {
  padding-bottom: 20px;
}

fieldset>div.password {
  padding-bottom: 20px;
}

.control>input {
  width: 100% !important;
}

#send2 {
  border-radius: 8px;
  background-color: #43c127 !important;
}

.orange-text-link {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ff7c38;
}

.sign-in-container {
  border-top: solid 1px #e0dede;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 16px;
}

.orange-text-link-sign-up {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ff7c38 !important;
}

.submit-login-container {
  display: flex;
  align-items: initial;
  justify-content: flex-start;
  flex-direction: column;
}

.submit-login-container>.field {
  padding-bottom: 20px;
}

form.form-create-account {
  box-shadow: 0 12px 18px 0 rgba(90, 90, 90, 0.08);
  border: solid 1px #efefef !important;
  background-color: #ffffff;
  padding: 0 0 0 50px !important;
  width: 50% !important;
  margin-top: 50px !important;
  margin-left: none !important;
}

.form.create.account>.fieldset {
  padding-left: 0px !important;
  padding-right: 50px !important;
}

h1.custom-header-one {
  font-family: Poppins;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #424242;
}

.default-text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #747474;
}

.sign-up-info {
  width: 100% !important;
}

.inline-inputs {
  display: flex !important;
  align-items: center;
  width: 20%;
}

.custom-actions-toolbar {
  margin: auto !important;
}

.custom-actions-toolbar>.primary>button {
  margin-top: 15px !important;
  border-radius: 8px !important;
  background-color: #43c127 !important;
  border-color: #43c127 !important;
  max-width: 100% !important;
}

.admin__data-grid-pager {
  float: left !important;
}

#checkout-shipping-method-load {
  font-weight: bold;
  font-size: normal !important;
}

@media (max-width: 425px) {
  form.form-create-account {
    width: 90% !important;
    padding: 25px !important;
    margin-top: 20px !important;
  }

  .form.create.account>.fieldset {
    padding-right: 0px !important;
  }

  div.sticky-header {
    height: 0px !important;
  }

  #stripe-payments-card-number {
    width: 90% !important;
  }

  .header-main>.header>.seller-profile-width>main>.container>.store-card>.information-section {
    display: none !important;
  }

  .wk-mp-products-recently-added>.block-account {
    position: relative !important;
  }

  .wk-mp-products-recently-added>.page-products>.products {
    margin: none !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .wk-mp-products-recently-added>.page-products>.products>.product-items {
    align-items: center !important;
  }

  .wk-mp-products-recently-added>.page-products>.products>.product-items>.product {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .custom-actions-toolbar {
    max-width: 100% !important;
    padding: 10px 0px !important;
  }

  .custom-actions-toolbar>.primary>button {
    max-width: 300px !important;
  }
}

@media (min-width: 1024px) {
  .block-customer-login {
    padding: 34px 53px 44px 47px;
    box-shadow: 0 12px 18px 0 rgba(90, 90, 90, 0.08);
    border: solid 1px #efefef;
    background-color: #ffffff;
    max-width: 50% !important;
  }

  #block-customer-login-heading {
    padding-top: 20px;
    text-align: center;
    font-family: Poppins;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #424242;
  }

  .block-customer-login>.block-content {
    padding-top: 20px;
  }

  .submit-login-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }

  #send2 {
    padding: 15px 59px 14px 68px;
    border-radius: 8px;
    background-color: #43c127 !important;
  }

  #checkout-shipping-method-load {
    font-size: large !important;
  }
}

@media (min-width: 1980px) {
  .block-customer-login {
    padding: 34px 53px 44px 47px;
    box-shadow: 0 12px 18px 0 rgba(90, 90, 90, 0.08);
    border: solid 1px #efefef;
    background-color: #ffffff;
    max-width: 40% !important;
  }
}