/* AliensBuilds custom auth pages: /login /register /lost-password */
body.ab-auth-page {
  background-color: #06090f;
  background-image: url("../images/wallpaper4.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

body.ab-auth-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle at 50% -20%,
      rgba(120, 255, 90, 0.22),
      transparent 55%
    ),
    linear-gradient(180deg, rgba(4, 8, 14, 0.58), rgba(3, 6, 10, 0.86));
}

body.ab-auth-page .site {
  position: relative;
  z-index: 1;
  background: transparent;
}

body.ab-auth-page .site-content,
body.ab-auth-page .content-area {
  background: transparent;
}

body.ab-auth-page .woocommerce-breadcrumb,
body.ab-auth-page .storefront-breadcrumb {
  display: none !important;
}

body.ab-auth-page .ab-auth-content-area {
  float: none !important;
  width: 100% !important;
}

body.ab-auth-page .ab-auth-shell {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 36px 22px 70px;
  display: flex;
  justify-content: center;
}

body.ab-auth-page .ab-auth-card {
  width: min(520px, 100%);
  border-radius: 18px;
  border: 1px solid rgba(117, 255, 70, 0.3);
  background:
    linear-gradient(180deg, rgba(7, 20, 12, 0.86), rgba(5, 13, 9, 0.9)),
    rgba(8, 16, 11, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 20px 44px rgba(0, 0, 0, 0.45);
  padding: 26px 24px 24px;
}

body.ab-auth-page .ab-auth-card__header {
  margin-bottom: 18px;
}

body.ab-auth-page .ab-auth-card__title {
  margin: 0;
  color: #dfffc5;
  font-size: clamp(28px, 3.1vw, 40px);
  line-height: 1.05;
  font-weight: 900;
}

body.ab-auth-page .ab-auth-card__subtitle {
  margin: 10px 0 0;
  color: rgba(224, 245, 211, 0.75);
  font-size: 15px;
}

body.ab-auth-page .ab-auth-notice {
  border-radius: 10px;
  padding: 10px 12px;
  margin-bottom: 14px;
  border: 1px solid transparent;
}

body.ab-auth-page .ab-auth-notice p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

body.ab-auth-page .ab-auth-notice p + p {
  margin-top: 7px;
}

body.ab-auth-page .ab-auth-notice--error {
  border-color: rgba(255, 84, 84, 0.45);
  background: rgba(55, 10, 10, 0.62);
  color: #ffd8d8;
}

body.ab-auth-page .ab-auth-notice--success {
  border-color: rgba(117, 255, 70, 0.4);
  background: rgba(13, 42, 18, 0.64);
  color: #dff8cf;
}

body.ab-auth-page .ab-auth-form {
  display: grid;
  gap: 12px;
}

body.ab-auth-page .ab-auth-field {
  display: grid;
  gap: 6px;
}

body.ab-auth-page .ab-auth-field > span {
  color: rgba(225, 244, 212, 0.82);
  font-size: 13px;
  font-weight: 700;
}

body.ab-auth-page .ab-auth-field input {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(117, 255, 70, 0.28);
  background: rgba(6, 16, 10, 0.72);
  color: #efffe5;
  padding: 0 12px;
  font-size: 15px;
  outline: none;
}

body.ab-auth-page .ab-auth-field input:focus,
body.ab-auth-page .ab-auth-field input:focus-visible {
  border-color: rgba(117, 255, 70, 0.62);
  box-shadow: 0 0 0 2px rgba(117, 255, 70, 0.16);
}

body.ab-auth-page .ab-auth-field input:-webkit-autofill,
body.ab-auth-page .ab-auth-field input:-webkit-autofill:hover,
body.ab-auth-page .ab-auth-field input:-webkit-autofill:focus {
  -webkit-text-fill-color: #efffe5 !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(6, 16, 10, 0.72) inset !important;
  box-shadow: 0 0 0 1000px rgba(6, 16, 10, 0.72) inset !important;
  border: 1px solid rgba(117, 255, 70, 0.28) !important;
  caret-color: #efffe5;
}

body.ab-auth-page .ab-auth-field input:-moz-autofill {
  box-shadow: 0 0 0 1000px rgba(6, 16, 10, 0.72) inset !important;
  color: #efffe5 !important;
  border: 1px solid rgba(117, 255, 70, 0.28) !important;
}

body.ab-auth-page .ab-auth-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

body.ab-auth-page .ab-auth-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(225, 244, 212, 0.78);
  font-size: 13px;
}

body.ab-auth-page .ab-auth-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #73ff2b;
}

body.ab-auth-page .ab-auth-inline-link,
body.ab-auth-page .ab-auth-links a {
  color: #9bff65;
  text-decoration: none;
  font-weight: 700;
}

body.ab-auth-page .ab-auth-inline-link:hover,
body.ab-auth-page .ab-auth-links a:hover {
  color: #dfffc7;
  text-decoration: underline;
}

body.ab-auth-page .ab-auth-submit {
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(117, 255, 70, 0.52);
  background: linear-gradient(180deg, #74e224, #56b818);
  color: #041308;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 10px 20px rgba(0, 0, 0, 0.32);
}

body.ab-auth-page .ab-auth-submit:hover {
  background: linear-gradient(180deg, #8eff3a, #64cb22);
}

body.ab-auth-page .ab-auth-links {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  color: rgba(224, 245, 211, 0.76);
  font-size: 13px;
}

/* WooCommerce My Account (logged out) with auth style */
body.woocommerce-account.ab-auth-my-account .storefront-breadcrumb {
  display: none;
}

body.woocommerce-account.ab-auth-my-account .col-full > .woocommerce:empty {
  display: none !important;
}

body.woocommerce-account.ab-auth-my-account #content .col-full {
  max-width: 1160px;
  margin: 0 auto;
  padding: 28px 22px 70px;
}

body.woocommerce-account.ab-auth-my-account #primary,
body.woocommerce-account.ab-auth-my-account .content-area {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

body.woocommerce-account.ab-auth-my-account .entry-title {
  margin: 0 auto 22px;
  text-align: center;
  color: #dfffc5;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.05;
  font-weight: 900;
  text-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

body.woocommerce-account.ab-auth-my-account #primary .woocommerce:not(:empty) {
  width: min(560px, 100%);
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid rgba(117, 255, 70, 0.3);
  background:
    linear-gradient(180deg, rgba(7, 20, 12, 0.86), rgba(5, 13, 9, 0.9)),
    rgba(8, 16, 11, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.06),
    0 20px 44px rgba(0, 0, 0, 0.45);
  padding: 24px;
}

body.woocommerce-account.ab-auth-my-account .woocommerce #customer_login {
  margin: 0;
  display: grid;
  gap: 18px;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  #customer_login
  .u-column1,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  #customer_login
  .u-column2 {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  #customer_login
  .u-column2 {
  padding-top: 14px;
  border-top: 1px solid rgba(117, 255, 70, 0.16);
}

body.woocommerce-account.ab-auth-my-account .woocommerce h2 {
  margin: 0 0 14px;
  color: #dfffc5 !important;
  opacity: 1;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}

body.woocommerce-account.ab-auth-my-account .woocommerce form {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form.woocommerce-ResetPassword.lost_reset_password {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form.woocommerce-ResetPassword.lost_reset_password
  > p:first-child {
  grid-column: 1 / -1;
  margin: 0 0 4px;
  color: rgba(225, 244, 212, 0.88);
  font-size: 18px;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form.woocommerce-ResetPassword.lost_reset_password
  .form-row-first,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form.woocommerce-ResetPassword.lost_reset_password
  .form-row-last {
  float: none;
  width: auto;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form.woocommerce-ResetPassword.lost_reset_password
  .form-row:not(.form-row-first):not(.form-row-last) {
  grid-column: 1 / -1;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form.woocommerce-ResetPassword.lost_reset_password
  .clear {
  display: none;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form.woocommerce-ResetPassword.lost_reset_password
  button.button,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form.woocommerce-ResetPassword.lost_reset_password
  input.button {
  float: none;
  margin: 0;
}

body.woocommerce-account.ab-auth-my-account .woocommerce form .form-row {
  margin: 0 0 12px;
  padding: 0;
}

body.woocommerce-account.ab-auth-my-account .woocommerce form label {
  color: rgba(225, 244, 212, 0.82);
  font-size: 13px;
  font-weight: 700;
}

body.woocommerce-account.ab-auth-my-account .woocommerce form .required {
  color: #9bff65;
}

body.woocommerce-account.ab-auth-my-account .woocommerce form input.input-text,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input[type="email"],
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input[type="password"],
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input[type="text"] {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 1px solid rgba(117, 255, 70, 0.28);
  background: rgba(6, 16, 10, 0.72);
  color: #efffe5;
  padding: 0 12px;
  font-size: 15px;
  outline: none;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input.input-text:focus,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input.input-text:focus-visible {
  border-color: rgba(117, 255, 70, 0.62);
  box-shadow: 0 0 0 2px rgba(117, 255, 70, 0.16);
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  .show-password-input {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 44px;
  height: calc(100% - 2px);
  border-left: 1px solid rgba(117, 255, 70, 0.2);
  border-radius: 0 9px 9px 0;
  background: rgba(6, 16, 10, 0.72) !important;
  color: rgba(225, 244, 212, 0.72);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  .show-password-input::after {
  color: rgba(225, 244, 212, 0.72);
}

body.woocommerce-account.ab-auth-my-account .woocommerce form .password-input {
  position: relative;
  display: block;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  .password-input
  input.input-text {
  padding-right: 52px;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input.input-text:-webkit-autofill,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input.input-text:-webkit-autofill:hover,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input.input-text:-webkit-autofill:focus,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input[type="email"]:-webkit-autofill,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input[type="password"]:-webkit-autofill,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input[type="text"]:-webkit-autofill {
  -webkit-text-fill-color: #efffe5 !important;
  -webkit-box-shadow: 0 0 0 1000px rgba(6, 16, 10, 0.72) inset !important;
  box-shadow: 0 0 0 1000px rgba(6, 16, 10, 0.72) inset !important;
  border: 1px solid rgba(117, 255, 70, 0.28) !important;
  caret-color: #efffe5;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input.input-text:-moz-autofill,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input[type="email"]:-moz-autofill,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input[type="password"]:-moz-autofill,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  form
  input[type="text"]:-moz-autofill {
  box-shadow: 0 0 0 1000px rgba(6, 16, 10, 0.72) inset !important;
  color: #efffe5 !important;
  border: 1px solid rgba(117, 255, 70, 0.28) !important;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  .woocommerce-form__label-for-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(225, 244, 212, 0.78);
  font-size: 13px;
  font-weight: 600;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce
  .woocommerce-form__label-for-checkbox
  input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #73ff2b;
}

body.woocommerce-account.ab-auth-my-account .woocommerce .button,
body.woocommerce-account.ab-auth-my-account .woocommerce button.button,
body.woocommerce-account.ab-auth-my-account .woocommerce input.button {
  min-height: 46px;
  border-radius: 12px;
  border: 1px solid rgba(117, 255, 70, 0.52);
  background: linear-gradient(180deg, #74e224, #56b818);
  color: #041308;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 0 18px;
  float: right;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.22),
    0 10px 20px rgba(0, 0, 0, 0.32);
}

body.woocommerce-account.ab-auth-my-account .woocommerce .button:hover,
body.woocommerce-account.ab-auth-my-account .woocommerce button.button:hover,
body.woocommerce-account.ab-auth-my-account .woocommerce input.button:hover {
  background: linear-gradient(180deg, #8eff3a, #64cb22);
}

body.woocommerce-account.ab-auth-my-account .woocommerce .lost_password,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  .woocommerce-LostPassword {
  margin: 2px 0 0;
}

body.woocommerce-account.ab-auth-my-account .woocommerce .lost_password a,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  .woocommerce-LostPassword
  a {
  color: #9bff65;
  text-decoration: none;
  font-weight: 700;
}

body.woocommerce-account.ab-auth-my-account .woocommerce .lost_password a:hover,
body.woocommerce-account.ab-auth-my-account
  .woocommerce
  .woocommerce-LostPassword
  a:hover {
  color: #dfffc7;
  text-decoration: underline;
}

body.woocommerce-account.ab-auth-my-account .woocommerce-error,
body.woocommerce-account.ab-auth-my-account .woocommerce-info,
body.woocommerce-account.ab-auth-my-account .woocommerce-message {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(117, 255, 70, 0.35);
  background: rgba(13, 42, 18, 0.64);
  color: #dff8cf;
}

body.woocommerce-account.ab-auth-my-account .woocommerce-error {
  border-color: rgba(255, 84, 84, 0.45);
  background: rgba(55, 10, 10, 0.62);
  color: #ffd8d8;
}

body.woocommerce-account.ab-auth-my-account .woocommerce-error::before,
body.woocommerce-account.ab-auth-my-account .woocommerce-info::before,
body.woocommerce-account.ab-auth-my-account .woocommerce-message::before {
  display: none;
}

body.woocommerce-account.ab-auth-my-account .woocommerce-error li {
  margin: 0;
}

/* Logged-in My Account dashboard */
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  #content
  .col-full {
  max-width: 1240px;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  #primary
  .woocommerce:not(:empty) {
  width: min(1120px, 100%);
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid rgba(117, 255, 70, 0.24);
  background:
    linear-gradient(180deg, rgba(6, 18, 12, 0.86), rgba(4, 12, 8, 0.9)),
    rgba(8, 16, 11, 0.72);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 20px 44px rgba(0, 0, 0, 0.45);
  padding: 22px;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
  margin: 0;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-navigation
  ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-navigation
  li {
  margin: 0;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-navigation
  a {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border-radius: 11px;
  border: 1px solid rgba(117, 255, 70, 0.22);
  background: rgba(6, 16, 10, 0.72);
  color: rgba(225, 244, 212, 0.9);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  padding: 8px 12px;
  transition: 0.2s ease;
  padding-left: 20px !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-navigation
  a::before {
  position: static;
  transform: none;
  margin: 0 2px 0 0;
  float: none;
  flex: 0 0 15px;
  width: 15px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: rgba(205, 228, 195, 0.86);
  opacity: 0.9;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-navigation
  li.is-active
  a {
  color: #08210d;
  border-color: rgba(117, 255, 70, 0.82);
  background: linear-gradient(180deg, #83f83f, #66d529);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.25),
    0 8px 16px rgba(0, 0, 0, 0.25);
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-navigation
  li.is-active
  a::before {
  color: #0f2f14;
  opacity: 1;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-navigation
  a:hover {
  border-color: rgba(117, 255, 70, 0.52);
  color: #dfffc7;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-navigation
  a:hover::before {
  color: #e9ffd7;
  opacity: 1;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  min-width: 0;
  margin: 0;
  border-radius: 14px;
  border: 1px solid rgba(117, 255, 70, 0.16);
  background: rgba(5, 13, 9, 0.52);
  padding: 18px;
  color: rgba(225, 244, 212, 0.86);
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  p,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  li,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  span,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  label {
  color: rgba(225, 244, 212, 0.86);
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  a {
  color: #9bff65;
  font-weight: 700;
  text-decoration: none !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  a:hover {
  color: #dfffc7;
  text-decoration: none !important;
}

body.woocommerce-account.ab-auth-my-account .hentry .entry-content a {
  text-decoration: none !important;
}

body.woocommerce-account.ab-auth-my-account
  .woocommerce-MyAccount-content
  mark,
body.woocommerce-account.ab-auth-my-account
  .woocommerce-MyAccount-content
  mark.order-number,
body.woocommerce-account.ab-auth-my-account
  .woocommerce-MyAccount-content
  mark.order-date,
body.woocommerce-account.ab-auth-my-account
  .woocommerce-MyAccount-content
  mark.order-status {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 7px;
  border: 1px solid rgba(117, 255, 70, 0.3);
  background: rgba(10, 30, 16, 0.72) !important;
  color: #dfffc7 !important;
  font-weight: 800;
  line-height: 1.2;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .button,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  button.button,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  input.button {
  min-height: 42px;
  border-radius: 11px;
  border: 1px solid rgba(117, 255, 70, 0.52);
  background: linear-gradient(180deg, #74e224, #56b818);
  color: #041308;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 16px;
  align-content: center;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .button:hover,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  button.button:hover,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  input.button:hover {
  background: linear-gradient(180deg, #8eff3a, #64cb22);
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  table.shop_table,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  table.my_account_orders {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(117, 255, 70, 0.2);
  background: rgba(6, 16, 10, 0.6);
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  table.shop_table
  th,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  table.shop_table
  td {
  border-color: rgba(117, 255, 70, 0.14);
  color: rgba(225, 244, 212, 0.86);
  background: transparent !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  table.my_account_orders
  th,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  table.my_account_orders
  td,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  table.woocommerce-orders-table
  th,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  table.woocommerce-orders-table
  td,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  table:not(.has-background)
  th,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  table:not(.has-background)
  tbody
  td {
  background: transparent !important;
  vertical-align: middle !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  table.shop_table
  thead
  th {
  background: rgba(9, 24, 14, 0.85);
  color: #dfffc5;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-Address,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-Addresses {
  border-radius: 12px;
  border: 1px solid rgba(117, 255, 70, 0.18);
  background: rgba(6, 16, 10, 0.5);
  padding: 14px;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  input.input-text,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  select,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  textarea {
  border-radius: 10px;
  border: 1px solid rgba(117, 255, 70, 0.26);
  background: rgba(6, 16, 10, 0.72);
  color: #efffe5;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  input.input-text:focus,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  select:focus,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  textarea:focus {
  border-color: rgba(117, 255, 70, 0.62);
  box-shadow: 0 0 0 2px rgba(117, 255, 70, 0.16);
  outline: none;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .select2-container {
  width: 100% !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .select2-container--default
  .select2-selection--single {
  height: 46px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(117, 255, 70, 0.26) !important;
  background: rgba(6, 16, 10, 0.72) !important;
  color: #efffe5 !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #efffe5 !important;
  line-height: 44px !important;
  padding-left: 12px !important;
  padding-right: 34px !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: rgba(225, 244, 212, 0.52) !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 44px !important;
  right: 8px !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: rgba(210, 242, 193, 0.86) transparent transparent transparent !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .select2-container--default.select2-container--open
  .select2-selection--single {
  border-color: rgba(117, 255, 70, 0.62) !important;
  box-shadow: 0 0 0 2px rgba(117, 255, 70, 0.16) !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .select2-container--open
  .select2-dropdown {
  border: 1px solid rgba(117, 255, 70, 0.24) !important;
  background: rgba(5, 13, 9, 0.97) !important;
  color: #efffe5 !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .select2-container--open
  .select2-search--dropdown
  .select2-search__field {
  border: 1px solid rgba(117, 255, 70, 0.24) !important;
  border-radius: 8px !important;
  background: rgba(6, 16, 10, 0.92) !important;
  color: #efffe5 !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .select2-container--open
  .select2-results__option {
  color: rgba(225, 244, 212, 0.92) !important;
  background: transparent !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .select2-container--open
  .select2-results__option--highlighted[aria-selected] {
  background: rgba(117, 255, 70, 0.2) !important;
  color: #e9ffd9 !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .select2-container--open
  .select2-results__option[aria-selected="true"] {
  background: rgba(117, 255, 70, 0.14) !important;
  color: #dfffc7 !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  fieldset {
  margin: 16px 0 14px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(117, 255, 70, 0.22) !important;
  background: rgba(6, 16, 10, 0.62) !important;
}

table:not(.has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
  background-color: transparent !important;
}

#payment .payment_methods > li:not(.woocommerce-notice) {
  background-color: transparent !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  fieldset
  legend {
  padding: 0 8px;
  margin-left: 4px;
  color: #dfffc5;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.3px;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  fieldset
  .woocommerce-form-row {
  margin-bottom: 12px;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  fieldset
  label {
  color: rgba(225, 244, 212, 0.9);
  font-weight: 600;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  fieldset
  .password-input
  .show-password-input {
  background: rgba(6, 16, 10, 0.9) !important;
  border-left-color: rgba(117, 255, 70, 0.28) !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-EditAccountForm
  fieldset
  .password-input
  .show-password-input::after {
  color: rgba(225, 244, 212, 0.84) !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods
  .woocommerce-PaymentMethod {
  margin: 0;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(117, 255, 70, 0.2);
  background: rgba(6, 16, 10, 0.56);
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods
  .woocommerce-PaymentMethod
  > label {
  color: #dfffc7;
  font-weight: 700;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods
  .woocommerce-PaymentMethod
  > input[type="radio"] {
  accent-color: #7af038;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods
  .woocommerce-PaymentBox,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods
  .payment_box {
  margin-top: 10px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid rgba(117, 255, 70, 0.2);
  background: rgba(5, 14, 9, 0.74) !important;
  color: rgba(225, 244, 212, 0.82);
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods
  .woocommerce-PaymentBox
  fieldset.wc-payment-form,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods
  .payment_box
  fieldset.wc-payment-form {
  margin: 0;
  padding: 8px !important;
  border-radius: 10px;
  border: 1px solid rgba(117, 255, 70, 0.18) !important;
  background: rgba(4, 11, 8, 0.72) !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods
  .wcpay-upe-form,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods
  .wcpay-upe-element {
  background: transparent !important;
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods
  .woocommerce-SavedPaymentMethods-saveNew
  label,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-MyAccount-content
  .woocommerce-PaymentMethods
  .woocommerce-SavedPaymentMethods-saveNew
  p {
  color: rgba(225, 244, 212, 0.82);
}

body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-notices-wrapper
  .woocommerce-error,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-notices-wrapper
  .woocommerce-info,
body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
  .woocommerce-notices-wrapper
  .woocommerce-message {
  margin: 0 0 12px;
}

@media (max-width: 760px) {
  body.ab-auth-page .ab-auth-shell {
    padding: 20px 10px 40px;
  }

  body.ab-auth-page .ab-auth-card {
    border-radius: 14px;
    padding: 18px 14px 16px;
  }

  body.ab-auth-page .ab-auth-card__title {
    font-size: 32px;
  }

  body.ab-auth-page .ab-auth-field input {
    height: 44px;
    font-size: 14px;
  }

  body.ab-auth-page .ab-auth-submit {
    height: 44px;
    font-size: 13px;
  }

  body.woocommerce-account.ab-auth-my-account #content .col-full {
    padding: 20px 10px 44px;
  }

  body.woocommerce-account.ab-auth-my-account
    #primary
    .woocommerce:not(:empty) {
    border-radius: 14px;
    padding: 18px 14px 16px;
  }

  body.woocommerce-account.ab-auth-my-account .entry-title {
    margin-bottom: 16px;
    font-size: 32px;
  }

  body.woocommerce-account.ab-auth-my-account .woocommerce h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }

  body.woocommerce-account.ab-auth-my-account
    .woocommerce
    form.woocommerce-ResetPassword.lost_reset_password {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body.woocommerce-account.ab-auth-my-account
    .woocommerce
    form
    input.input-text,
  body.woocommerce-account.ab-auth-my-account
    .woocommerce
    form
    input[type="email"],
  body.woocommerce-account.ab-auth-my-account
    .woocommerce
    form
    input[type="password"],
  body.woocommerce-account.ab-auth-my-account
    .woocommerce
    form
    input[type="text"] {
    height: 44px;
    font-size: 14px;
  }

  body.woocommerce-account.ab-auth-my-account .woocommerce .button,
  body.woocommerce-account.ab-auth-my-account .woocommerce button.button,
  body.woocommerce-account.ab-auth-my-account .woocommerce input.button {
    min-height: 44px;
    font-size: 12px;
  }

  body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
    #primary
    .woocommerce:not(:empty) {
    grid-template-columns: 1fr;
    padding: 14px;
    gap: 14px;
  }

  body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
    .woocommerce-MyAccount-navigation
    ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
    .woocommerce-MyAccount-navigation
    a {
    min-height: 35px;
    padding: 7px 10px;
    font-size: 12px;
  }

  body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
    .woocommerce-MyAccount-navigation
    a::before {
    flex-basis: 12px;
    width: 12px;
    font-size: 11px;
  }

  body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
    .woocommerce-MyAccount-content {
    padding: 12px;
  }

  body.woocommerce-account.ab-auth-my-account.ab-auth-account-logged
    .woocommerce-MyAccount-content
    .woocommerce-EditAccountForm
    fieldset {
    padding: 12px;
  }
}
