.elementor-12 .elementor-element.elementor-element-6a1a0949{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-290351be *//* --- Overall Layout --- */
.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
}

.woocommerce-MyAccount-navigation br {
  display: none !important;
}

.woocommerce-MyAccount-content a{
    color: #FEB564;
}
/* --- Sidebar Navigation --- */
.woocommerce-MyAccount-navigation {
  background: #fff;
  padding: 25px 20px;
  border-radius: 16px;
  width: 260px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 16px;
  border-radius: 10px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.25s ease;
}

.woocommerce-MyAccount-navigation li a:hover {
  background: rgba(254,181,100,0.15);
  color: #000;
}

.woocommerce-MyAccount-navigation li.is-active a {
  background: #FEB564;
  color: #fff;
  box-shadow: 0 2px 6px rgba(254,181,100,0.3);
}

/* --- Main Content Area --- */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* --- Headings --- */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
  font-weight: 600;
  color: #222;
  border-left: 5px solid #FEB564;
  padding-left: 10px;
  margin-bottom: 20px;
}

/* --- Buttons --- */
.woocommerce-MyAccount-content button.button,
.woocommerce-MyAccount-content .woocommerce-button {
  background-color: #FEB564;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-content button.button:hover,
.woocommerce-MyAccount-content .woocommerce-button:hover {
  background-color: #e6a85c;
}

.wc-forward{
     background-color: #FEB564 !important;
  color: #fff;
}

/* --- Inputs & Selects --- */
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
  padding: 10px 12px;
  width: 100%;
  margin-bottom: 15px;
  transition: border-color 0.3s;
}

.woocommerce-MyAccount-content input:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content textarea:focus {
  border-color: #FEB564;
  outline: none;
}

/* --- Tables (Orders etc.) --- */
.woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.woocommerce-MyAccount-content table th,
.woocommerce-MyAccount-content table td {
  padding: 12px 15px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.woocommerce-MyAccount-content table th {
  background: #fff8f0;
  color: #333;
  font-weight: 600;
}

.woocommerce-MyAccount-content table tr:hover td {
  background-color: rgba(254,181,100,0.08);
}

.woocommerce-Addresses .edit{
    color:#FEB564;
}

/* --- Messages & Alerts --- */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  border-left: 5px solid #FEB564;
  border-top: 5px solid #FEB564;
  border-radius: 8px;
  background: rgba(254,181,100,0.1);
  padding: 12px 20px;
  margin-bottom: 20px;
  color: #333;
}

.woocommerce-info::before{
    color: #FEB564;
}

.woocommerce-MyAccount-navigation li{
    border: none;
}
/* --- Logout Link --- */
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  background: #fff1e0;
  color: #333;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #FEB564;
  color: #fff;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
    display: flex;
    overflow-x: auto;
  }

  .woocommerce-MyAccount-navigation ul {
    display: flex;
    gap: 10px;
  }

  .woocommerce-MyAccount-navigation li {
    flex-shrink: 0;
  }

  .woocommerce-MyAccount-content {
    margin-top: 20px;
  }
}


/* === WooCommerce Login Form Styling === */
.woocommerce form.login {
  min-width: 500px;
  margin: 50px auto;
  padding: 30px 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.woocommerce form.login h2,
.woocommerce form.login legend {
  text-align: center;
  color: #222;
  margin-bottom: 25px;
  font-weight: 600;
}

/* Input Fields */
.woocommerce form.login input.input-text {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-top: 8px;
  margin-bottom: 20px;
  transition: border-color 0.3s ease;
}

.woocommerce form.login input.input-text:focus {
  border-color: #FEB564;
  outline: none;
}

/* Checkbox & Label */
.woocommerce form.login .form-row label {
  font-size: 14px;
  color: #444;
}

/* Login Button */
.woocommerce form.login button.button {
  background-color: #FEB564;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.woocommerce form.login button.button:hover {
  background-color: #e3a251;
}

/* Lost Password Link */
.woocommerce form.login .lost_password {
  text-align: center;
  margin-top: 15px;
}

.woocommerce form.login .lost_password a {
  color: #FEB564;
  text-decoration: none;
  font-weight: 500;
}

.woocommerce form.login .lost_password a:hover {
  text-decoration: underline;
}

.woocommerce-account .woocommerce {
  display: flex;
  justify-content: center;
}

.woocommerce-account .u-column1 h2 {
  text-align: center;
  font-size: 26px;
  color: #222;
  font-weight: 600;
  margin-bottom: 25px;
}


.woocommerce-Address-title h2{
    position: relative !important;
    text-align: center;
    font-size: 26px;
    color: #222;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.woocommerce-account .u-column1 form.login {
  margin-top: 15px;
}

.woocommerce-js h2 {
    position: absolute;
    top: -5%;
}

.woocommerce-ResetPassword .woocommerce-Button{
    background-color: #FEB564 !important;
  color: #fff !important;
}

/* === MOBILE FIX FOR LOGIN & REGISTER FORMS === */
@media (max-width: 768px) {

  /* Prevent overflow and shrinking issues */
  .woocommerce form.login,
  .woocommerce form.register {
    min-width: 100% !important;
    width: 100% !important;
    padding: 20px !important;
    margin: 20px auto !important;
    box-sizing: border-box;
  }

  /* Fix wrapper centering layout */
  .woocommerce-account .woocommerce {
    flex-direction: column;
    align-items: stretch !important;
    justify-content: flex-start !important;
  }

  /* Ensure columns stack properly */
  .woocommerce-account .u-column1,
  .woocommerce-account .u-column2 {
    width: 100% !important;
    margin: 0 !important;
  }

  .woocommerce-account .u-column1 h2 {
    font-size: 22px !important;
  }

  /* Fix absolute title issue */
  .woocommerce-js h2 {
    position: static !important;
    margin-bottom: 20px !important;
  }
}/* End custom CSS */