.elementor-815 .elementor-element.elementor-element-88fbeb5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-815 .elementor-element.elementor-element-6d141035{--display:flex;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-815 .elementor-element.elementor-element-4171bddb{width:var( --container-widget-width, 90% );max-width:90%;--container-widget-width:90%;--container-widget-flex-grow:0;text-align:start;}.elementor-815 .elementor-element.elementor-element-4171bddb.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-4171bddb *//* === GLOBAL ACCOUNT CONTAINER === */
.woocommerce-account {
  color: #fff;
  background: #000;
  padding: 0;
}

/* === NAVIGATION MENU === */
.woocommerce-MyAccount-navigation {
  background: #111;
  border: 0px solid #0cc0df;
  border-radius: 30px;
  padding: 20px;
  max-width: 250px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
  color: #0cc0df;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
  line-height: 0px;
  border-radius: 10px;
  transition: background 0.3s ease;
  background: none;
  padding-left: 10px;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
  background: #0cc0df;
  color: #000;
}

/* === CONTENT AREA === */
.woocommerce-MyAccount-content {
  background: #111;
  border: 0px solid #0cc0df;
  border-radius: 30px;
  padding: 20px;
  margin-left: 0px;
  flex-grow: 0;
}

/* === ACCOUNT PAGE LAYOUT === */
.woocommerce-account .woocommerce {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* === FORM FIELDS === */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background: #fff;
  border: 0px solid #0cc0df;
  color: #000;
  border-radius: 10px;
  padding: 12px;
}

.woocommerce form .form-row label {
  color: #0cc0df;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}

/* === BUTTONS === */
.woocommerce button.button,
.woocommerce a.button,
.woocommerce .subscription-actions .button,
.woocommerce .wcs-action-button {
  background: none;
  color: #0cc0df;
  font-weight: 500;
  padding: 0;
  border: none;
  transition: color 0.3s ease;
  text-align: center;
  display: inline;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover,
.woocommerce .subscription-actions .button:hover,
.woocommerce .wcs-action-button:hover {
  color: #099eb7;
  background: none;
}

/* === ORDER TABLES === */
.woocommerce-orders-table,
.woocommerce-orders-table th,
.woocommerce-orders-table td {
  border: none;
  background: #111;
  color: #fff;
}

.woocommerce-orders-table th {
  color: #0cc0df;
  font-weight: 500;
  border-bottom: 0px solid #0cc0df;
  padding: 12px;
}

.woocommerce-orders-table td {
  padding: 12px;
}

/* === NOTICES & MESSAGES === */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  background: #1a1a1a;
  border-left: 4px solid #0cc0df;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-content .woocommerce-Address,
.woocommerce-MyAccount-content .woocommerce-Addresses {
  display: none !important;
}

/* === ENSURE ALL LINKS ARE VISIBLE === */
.woocommerce-MyAccount-content a {
  color: #0cc0df;
}

.woocommerce-MyAccount-content a:hover {
  color: #fff;
}

.woocommerce-MyAccount-navigation-link--orders,
.woocommerce-MyAccount-navigation-link--edit-address, .woocommerce-MyAccount-navigation-link--dashboard {
  display: none !important;
}

/* === FIELDSET FOR PASSWORD === */
.woocommerce-MyAccount-content fieldset {
  border: 1px solid #0cc0df;
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

/* === PASSWORD FIELD LABELS === */
.woocommerce-MyAccount-content fieldset legend {
  color: #0cc0df;
  padding: 0 6px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.woocommerce-MyAccount-content button.button {
  margin: 20px auto 0;
  max-width: 220px;
  display: block;       
  text-align: center;
}

/* === LOGIN FORM CONTAINER === */
.woocommerce form.login {
  max-width: 680px;
  margin: 20px auto;
  background: #111;
  padding: 20px;
  border-radius: 30px;
  border: 0px solid #0cc0df;
  box-shadow: none;
}

/* === LOGIN HEADING === */
.woocommerce h2 {
  display: none !important;
}

/* === FORM LABELS === */
.woocommerce form.login label {
  color: #0cc0df;
  margin-bottom: 0px;
  font-weight: 500;
  display: block;
}

/* === INPUT FIELDS === */
.woocommerce form.login input.input-text {
  background: #fff;
  border: 1px solid #0cc0df;
  border-radius: 10px;
  padding: 10px 14px;
  color: #000;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0px;
}

/* === REMEMBER ME CHECKBOX === */
.woocommerce form.login .woocommerce-form__label-for-checkbox {
  color: #0cc0df;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}

/* === LOGIN BUTTON === */
.woocommerce form.login button.button {
  background: #0cc0df;
  color: #000;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  width: 100%;
  transition: background-color 0.3s ease, transform 0.2s ease;
  cursor: pointer;
}

.woocommerce form.login button.button:hover {
  background-color: #099eb7;
  box-shadow: 0 0 10px rgba(12, 192, 223, 0.4);
}

/* === LOST PASSWORD LINK === */
.woocommerce form.login .woocommerce-LostPassword {
  margin-top: 0px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.woocommerce form.login .woocommerce-LostPassword a {
  color: #fff;
  text-decoration: none;
}

.woocommerce form.login .woocommerce-LostPassword a:hover {
  color: #0cc0df;
}

/* === LOST PASSWORD INPUT === */
.woocommerce form.woocommerce-ResetPassword input[type="text"],
.woocommerce form.woocommerce-lost_password input[type="text"],
.woocommerce form.lost_reset_password input[type="text"],
.woocommerce form input#user_login {
  background: #000;
  border: 1px solid #0cc0df;
  border-radius: 10px;
  padding: 10px 14px;
  color: #fff;
  width: 100%;
  margin-bottom: 16px;
}

/* === LOST PASSWORD LABEL === */
.woocommerce form.lost_reset_password label {
  color: #0cc0df;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

/* === ADD PAYMENT METHOD BUTTON === */
.woocommerce-add-payment-method button.button,
.woocommerce-add-payment-method button.button.alt,
.woocommerce-MyAccount-content .woocommerce-AddPaymentMethodForm button.button {
  background: #0cc0df;
  color: #000;
  font-weight: 700;
  font-size: 18px;
  padding: 12px 32px;
  border: none;
  border-radius: 30px;
  max-width: 260px;
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.2s ease;
}

.woocommerce-add-payment-method button.button:hover,
.woocommerce-add-payment-method button.button.alt:hover,
.woocommerce-MyAccount-content .woocommerce-AddPaymentMethodForm button.button:hover {
  background-color: #099eb7;
}

/* === HIDE THE “ACTIONS” ROW IN SUBSCRIPTION DETAILS === 
.woocommerce table.subscription_details tr:last-of-type {
  display: none !important;
} *//* End custom CSS */