.e-my-account-tab__dashboard #customer_login {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
.e-my-account-tab__dashboard #customer_login:after, .e-my-account-tab__dashboard #customer_login:before {
  display: none;
}
.e-my-account-tab__dashboard #customer_login .u-column1.col-1,
.e-my-account-tab__dashboard #customer_login .u-column2.col-2 {
  float: none;
  width: 100%;
}
.e-my-account-tab__dashboard #customer_login form.woocommerce-form-login,
.e-my-account-tab__dashboard #customer_login form.woocommerce-form-register {
  padding: 0;
}
.e-my-account-tab__dashboard #customer_login .woocommerce-form-row {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.e-my-account-tab__dashboard #customer_login .woocommerce-form-row:before, .e-my-account-tab__dashboard #customer_login .woocommerce-form-row:after {
  display: none;
}
.e-my-account-tab__dashboard #customer_login .woocommerce-form-row label {
  font-weight: var(--e-global-typography-text-font-weight);
}
.e-my-account-tab__dashboard #customer_login .woocommerce-form-row span.show-password-input {
  transform: translateY(-5px);
  color: transparent;
  background-image: url(/wp-content/uploads/2024/12/Eye.svg);
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.e-my-account-tab__dashboard #customer_login .woocommerce-form-row span.show-password-input.display-password {
  opacity: 1;
  color: transparent;
}
.e-my-account-tab__dashboard #customer_login .woocommerce-form__label-for-checkbox {
  position: relative;
}
.e-my-account-tab__dashboard #customer_login button.woocommerce-form-login__submit,
.e-my-account-tab__dashboard #customer_login button.woocommerce-form-register__submit {
  width: max-content;
  border: none;
  border-radius: 2px;
  padding: 10px 32px;
  background-color: var(--e-global-color-primary) !important;
  color: var(--e-global-color-secondary) !important;
  font-family: var(--e-global-typography-11364fc-font-family), Sans-serif;
  font-size: var(--e-global-typography-11364fc-font-size);
  font-weight: var(--e-global-typography-11364fc-font-weight);
  text-decoration: var(--e-global-typography-11364fc-text-decoration);
  line-height: var(--e-global-typography-11364fc-line-height);
}
.e-my-account-tab__dashboard #customer_login p.woocommerce-LostPassword.lost_password a {
  font-family: var(--e-global-typography-11364fc-font-family);
  color: var(--e-global-color-primary);
  font-weight: var(--e-global-typography-11364fc-font-weight);
  text-decoration: none;
}

.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce {
    flex-direction: column;
  }
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce:before, .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce:after {
  display: none;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce nav.woocommerce-MyAccount-navigation {
  width: 32%;
}
@media (max-width: 768px) {
  .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce nav.woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce nav.woocommerce-MyAccount-navigation li.is-active a {
  padding-left: 32px;
  color: var(--e-global-color-primary);
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2024/12/logout.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content {
  width: 66.66%;
  /* Account no data */
  /* Account Address */
  /* Account details */
}
@media (max-width: 768px) {
  .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content {
    width: 100%;
  }
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper-no-data .woocommerce-info {
  border-top-color: var(--e-global-color-primary);
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper-no-data .woocommerce-info:before {
  color: var(--e-global-color-primary);
}
@media (max-width: 768px) {
  .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
    position: relative;
    margin-bottom: 48px;
  }
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a.edit {
  bottom: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address-title a.edit {
    bottom: -16px;
  }
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
  padding: 0;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper {
  padding: 0;
  /* Account orders */
  /* Account order detail */
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper h2 {
  margin-top: 0;
  margin-bottom: 16px;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .woocommerce-address-fields {
  padding: 0;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .woocommerce-address-fields .form-row-first,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .woocommerce-address-fields .form-row-last {
  width: 52%;
}
@media (max-width: 767px) {
  .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .woocommerce-address-fields .form-row-first,
  .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper form .woocommerce-address-fields .form-row-last {
    width: 100%;
    float: none;
    margin: 16px 0;
    padding: 0;
  }
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-EditAccountForm .form-row-first,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-EditAccountForm .form-row-last {
  width: 52%;
}
@media (max-width: 767px) {
  .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-EditAccountForm .form-row-first,
  .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-EditAccountForm .form-row-last {
    width: 100%;
    float: none;
    margin: 16px 0;
    padding: 0;
  }
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders {
  border-collapse: collapse;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders thead .woocommerce-orders-table__header-order-actions span {
  display: none;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr {
  border-bottom: 1px solid #33373f;
  padding: 12px 0;
  /* Order status */
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr:nth-child(1) {
  border-top: 1px solid #33373f;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr tr,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr th {
  padding: 24px 0;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-actions {
  text-align: right;
  padding-right: 0;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status span {
  padding: 2px 12px;
  border-radius: 12px;
  font-size: 14px;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status span.status-completed, .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status span.status-processing {
  background: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status span.status-pending, .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status span.status-refunded {
  background: #E4D59D;
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status span.status-cancelled, .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status span.status-on-hold, .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status span.status-failed {
  background: var(--e-global-color-c473019);
  color: var(--e-global-color-secondary);
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-order-details,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-customer-details {
  padding: 24px;
  border: 1px solid #EDE6D3;
}
@media (max-width: 767px) {
  .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-order-details,
  .woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-customer-details {
    margin: 32px 0px;
  }
}
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-order-details address,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-order-details table,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-customer-details address,
.woocommerce-account .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-content .woocommerce-MyAccount-content-wrapper .woocommerce-customer-details table {
  padding: 0;
  margin: 0;
}
.woocommerce-account .elementor-widget-woocommerce-my-account main .custom-add-to-cart form {
  margin-bottom: 0 !important;
}
.woocommerce-account .elementor-widget-woocommerce-my-account main .custom-add-to-cart form .single_add_to_cart_button--custom {
  background-color: var(--e-global-color-primary);
  border-radius: 100%;
  border: 0;
  padding: 12px;
  height: 48px;
  width: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/*# sourceMappingURL=woocommerce-my-account.css.map */
