body.woocommerce-account main .woocommerce {
  padding-left: var(--hr);
  padding-top: calc(var(--hh));
}
@media only screen and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce {
    padding-left: 0;
    padding-bottom: 0px;
    padding-top: calc(var(--hh));
  }
}
body.woocommerce-account main .woocommerce .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
body.woocommerce-account main .woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  color: white;
  /* border: 1px solid; */
  background: rgba(23, 29, 79, 0.5411764706);
  padding: 5px;
}
body.woocommerce-account main .woocommerce #customer_login {
  display: flex;
}
@media only screen and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce #customer_login {
    flex-direction: column;
  }
}
body.woocommerce-account main .woocommerce #customer_login .password-input {
  display: flex;
  position: relative;
}
body.woocommerce-account main .woocommerce #customer_login .password-input input[type=text],
body.woocommerce-account main .woocommerce #customer_login .password-input input[type=password] {
  width: 100%;
  padding-right: 40px;
}
body.woocommerce-account main .woocommerce #customer_login .password-input .show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.woocommerce-account main .woocommerce #customer_login .password-input .show-password-input:before {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 75% 15%;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.2s ease;
}
body.woocommerce-account main .woocommerce #customer_login .password-input .show-password-input:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
body.woocommerce-account main .woocommerce #customer_login .password-input .show-password-input.display-password:before {
  border-color: #fff;
  transform: rotate(0deg);
}
body.woocommerce-account main .woocommerce #customer_login .password-input .show-password-input.display-password:after {
  height: 2px;
  width: 20px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 0;
}
body.woocommerce-account main .woocommerce #customer_login .password-input .show-password-input:hover:before, body.woocommerce-account main .woocommerce #customer_login .password-input .show-password-input:hover:after {
  border-color: #999;
  background-color: #999;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 {
  background-color: #4a972d;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce #customer_login .col-1 {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce #customer_login .col-1 {
    padding: 20px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .col-1 form p {
  color: #ffffff;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 form p a {
  text-decoration: underline;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 form p .woocommerce-form__label-for-checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 form p .woocommerce-form__label-for-checkbox * {
  font-size: 16px;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 form p .woocommerce-form__label-for-checkbox input {
  width: 16px;
  height: 16px;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 h2 {
  font-size: min(max(28px, 3.6458333333vw), 53px);
  font-weight: 300;
  color: #ffffff;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce #customer_login .col-1 h2 {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce #customer_login .col-1 h2 {
    margin-bottom: 20px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .col-1 .form-row:not(.woocommerce-form-row) {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 .woocommerce-form-row {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce #customer_login .col-1 .woocommerce-form-row {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce #customer_login .col-1 .woocommerce-form-row {
    margin-bottom: 20px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .col-1 .woocommerce-form-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 label {
  width: 100%;
  margin-bottom: 20px;
  font-size: min(max(16px, 2.0833333333vw), 26px);
  font-weight: 300;
  color: #ffffff;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce #customer_login .col-1 label {
    margin-bottom: 10px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .col-1 input {
  color: #ffffff;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=text],
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=password],
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=email] {
  background-color: transparent;
  font-family: "OpenSans", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.0833333333vw), 18px) !important;
  color: #ffffff;
  border: none;
  padding: 0;
  padding-bottom: 10px;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=text]::-moz-placeholder, body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=password]::-moz-placeholder, body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=email]::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=text]::placeholder,
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=password]::placeholder,
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=email]::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=text]:focus-visible,
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=password]:focus-visible,
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=email]:focus-visible {
  border: none;
  outline: none;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=text] option,
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=password] option,
body.woocommerce-account main .woocommerce #customer_login .col-1 input[type=email] option {
  color: #171d4f;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 textarea {
  height: 60px;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 select {
  width: 100%;
}
body.woocommerce-account main .woocommerce #customer_login .col-1 button[type=submit] {
  font-family: "OpenSans", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  font-size: min(max(18px, 2.34375vw), 16px);
  padding: 22px 58px;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #171d4f;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  outline: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce #customer_login .col-1 button[type=submit] {
    padding: 17px 43px;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce #customer_login .col-1 button[type=submit] {
    padding: 14px 37px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .col-2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  background-color: #171d4f;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce #customer_login .col-2 {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce #customer_login .col-2 {
    padding: 20px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .col-2 h2 {
  font-size: min(max(28px, 3.6458333333vw), 53px);
  font-weight: 300;
  color: #ffffff;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce #customer_login .col-2 h2 {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce #customer_login .col-2 h2 {
    margin-bottom: 20px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .col-2 form p {
  color: #ffffff;
}
body.woocommerce-account main .woocommerce #customer_login .col-2 form p a {
  text-decoration: underline;
}
body.woocommerce-account main .woocommerce #customer_login .col-2 input {
  color: #ffffff;
  padding-bottom: 10px;
}
body.woocommerce-account main .woocommerce #customer_login .col-2 label {
  width: 100%;
  margin-bottom: 20px;
  font-size: min(max(16px, 2.0833333333vw), 26px);
  font-weight: 300;
  color: #ffffff;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce #customer_login .col-2 label {
    margin-bottom: 10px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .col-2 form > *:first-child {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce #customer_login .col-2 form > *:first-child {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce #customer_login .col-2 form > *:first-child {
    margin-bottom: 20px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .col-2 form > *:first-child label {
  padding-bottom: 10px;
}
body.woocommerce-account main .woocommerce #customer_login .col-2 form > *:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
body.woocommerce-account main .woocommerce #customer_login .col-2 form > *:last-child {
  text-align: center;
}
body.woocommerce-account main .woocommerce #customer_login .col-2 form .woocommerce-privacy-policy-text {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce #customer_login .col-2 form .woocommerce-privacy-policy-text {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce #customer_login .col-2 form .woocommerce-privacy-policy-text {
    margin-bottom: 20px;
  }
}
body.woocommerce-account main .woocommerce #customer_login .col-2 form button[type=submit] {
  margin: 0 auto;
  font-family: "OpenSans", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  font-size: min(max(18px, 2.34375vw), 16px);
  padding: 22px 58px;
  border-radius: 50px;
  background-color: #4a972d;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  outline: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce #customer_login .col-2 form button[type=submit] {
    padding: 17px 43px;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce #customer_login .col-2 form button[type=submit] {
    padding: 14px 37px;
  }
}
body.woocommerce-account main .woocommerce nav.woocommerce-MyAccount-navigation {
  padding: 20px;
  padding-right: 40px;
  margin: 0;
  background-color: #171d4f;
}
body.woocommerce-account main .woocommerce nav.woocommerce-MyAccount-navigation ul {
  margin: 0;
  list-style-type: none;
  padding-left: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce nav.woocommerce-MyAccount-navigation ul {
    flex-wrap: wrap;
    padding-left: 0;
    gap: 20px;
    row-gap: 10px;
    justify-content: flex-start;
  }
}
body.woocommerce-account main .woocommerce nav.woocommerce-MyAccount-navigation ul li a {
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.0833333333vw), 20px);
  color: #ffffff;
  font-weight: 300;
}
body.woocommerce-account main .woocommerce nav.woocommerce-MyAccount-navigation ul li.is-active a {
  font-weight: 700;
  text-decoration: underline;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content {
  overflow-x: auto;
  background-color: #4a972d;
  min-height: 500px;
  padding: 20px 40px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content p {
  color: #ffffff;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content p mark {
  background-color: transparent;
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content a {
  text-decoration: underline;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  margin-top: 20px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    flex-direction: column;
    gap: 20px;
  }
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h3,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title h2 {
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(18px, 2.34375vw), 24px);
  color: #ffffff;
  font-weight: 700;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.0833333333vw), 20px);
  color: #ffffff;
  font-weight: 300;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses > div {
  flex: 1;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form h3 {
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(18px, 2.34375vw), 24px);
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .form-row {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .form-row {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .form-row {
    margin-bottom: 20px;
  }
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .form-row::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form label {
  width: 100%;
  margin-bottom: 20px;
  font-size: min(max(16px, 2.0833333333vw), 20px);
  font-weight: 300;
  color: #ffffff;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  position: relative;
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form label {
    margin-bottom: 10px;
  }
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input {
  color: #ffffff;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=text],
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=password],
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=email] {
  background-color: transparent;
  font-family: "OpenSans", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.0833333333vw), 18px) !important;
  color: #ffffff;
  border: none;
  padding: 0;
  padding-bottom: 10px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=text]::-moz-placeholder, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=password]::-moz-placeholder, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=email]::-moz-placeholder {
  color: #ffffff;
  opacity: 0.5;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=text]::placeholder,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=password]::placeholder,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=email]::placeholder {
  color: #ffffff;
  opacity: 0.5;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=text]:focus-visible,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=password]:focus-visible,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=email]:focus-visible {
  border: none;
  outline: none;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=text] option,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=password] option,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form input[type=email] option {
  color: #171d4f;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form textarea {
  height: 60px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form select {
  width: 100%;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form button[type=submit] {
  font-family: "OpenSans", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;
  font-size: min(max(18px, 2.34375vw), 16px);
  padding: 22px 58px;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #171d4f;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  outline: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form button[type=submit] {
    padding: 17px 43px;
  }
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form button[type=submit] {
    padding: 14px 37px;
  }
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper > .form-row {
  flex: 0 0 calc(0.5 * (100% - 50px));
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper > .form-row {
    flex: 0 0 100%;
  }
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper .select2-container .selection,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper #shipping_state_field .woocommerce-input-wrapper .select2-container .selection {
  display: block;
  padding-bottom: 10px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper .select2-container .selection .select2-selection,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper #shipping_state_field .woocommerce-input-wrapper .select2-container .selection .select2-selection {
  background-color: transparent;
  border: none;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__rendered,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper #shipping_state_field .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__rendered {
  color: #ffffff;
  padding: 0;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__arrow b,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper #shipping_state_field .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__arrow b {
  border-color: transparent transparent white transparent;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper #billing_state_field .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder,
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields__field-wrapper #shipping_state_field .woocommerce-input-wrapper .select2-container .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #ffffff;
  opacity: 0.7;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .clear {
  display: none;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row {
  height: -moz-fit-content;
  height: fit-content;
  flex: 0 0 calc(0.5 * (100% - 50px));
}
@media only screen and (max-width: 767px) {
  body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row {
    flex: 0 0 100%;
  }
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-child(4)::after {
  display: none;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-child(4) > span {
  position: relative;
  padding-top: 5px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-child(4) > span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-last-child(2), body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-last-child(3), body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-last-child(4) {
  flex: 0 0 100%;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-last-child(2) label, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-last-child(3) label, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-last-child(4) label {
  display: flex;
  gap: 10px;
  align-items: center;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-last-child(2) label input, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-last-child(3) label input, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row:nth-last-child(4) label input {
  position: relative;
  transform: translate(0, 0);
  margin: 0;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row .password-input {
  display: flex;
  position: relative;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row .password-input input[type=text],
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row .password-input input[type=password] {
  width: 100%;
  padding-right: 40px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row .password-input .show-password-input {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row .password-input .show-password-input:before {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 75% 15%;
  position: relative;
  transform: rotate(0deg);
  transition: all 0.2s ease;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row .password-input .show-password-input:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row .password-input .show-password-input.display-password:before {
  border-color: #fff;
  transform: rotate(0deg);
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row .password-input .show-password-input.display-password:after {
  height: 2px;
  width: 20px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 0;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row .password-input .show-password-input:hover:before, body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm p.woocommerce-form-row .password-input .show-password-input:hover:after {
  border-color: #999;
  background-color: #999;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  flex: 0 0 100%;
  border-color: #ffffff;
  margin-bottom: 50px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  color: #ffffff;
  font-weight: 700;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table thead tr th {
  background-color: #171d4f;
  color: #ffffff;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.0833333333vw), 20px);
  font-weight: 700;
  padding: 10px;
  text-align: left;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr {
  border-bottom: 1px solid #ffffff;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td {
  padding: 10px;
  color: #ffffff;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.0833333333vw), 20px);
  font-weight: 300;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content table.woocommerce-orders-table tbody tr td.woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination {
  display: flex;
  gap: 20px;
  justify-content: center;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details {
  overflow-x: auto;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details h2 {
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(18px, 2.34375vw), 24px);
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table thead tr th {
  background-color: #171d4f;
  color: #ffffff;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.0833333333vw), 20px);
  font-weight: 700;
  padding: 10px;
  text-align: left;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table tbody tr td {
  padding: 10px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.0833333333vw), 20px);
  font-weight: 300;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table tfoot tr th {
  color: #ffffff;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  border-top: 1px solid #ffffff;
  font-size: min(max(16px, 2.0833333333vw), 20px);
  font-weight: 700;
  padding: 10px;
  text-align: left;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details table tfoot tr td {
  padding: 10px;
  border-top: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.0833333333vw), 20px);
  font-weight: 300;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(18px, 2.34375vw), 24px);
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}
body.woocommerce-account main .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  font-family: "Ubuntu", s-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: min(max(16px, 2.0833333333vw), 20px);
  color: #ffffff;
  font-weight: 300;
}