.elementor-12 .elementor-element.elementor-element-358dab50{--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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-401725a3 *//* Background and Body Text */
body {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

/* My Account Container */
#customer_login {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 20px;
  justify-content: center;
  background-color: #ffffff;
}

#customer_login .u-column1,
#customer_login .u-column2 {
  flex: 1 1 45%;
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

#customer_login .u-column1:hover,
#customer_login .u-column2:hover {
  transform: translateY(-5px);
}

/* Headings */
#customer_login h2 {
  font-size: 26px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
  color: #222;
}

/* Input Fields */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
select {
  width: 100%;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #f9f9f9;
  transition: all 0.3s ease;
  font-size: 15px;
}

input:focus {
  border-color: #ff5e5e;
  background-color: #fff;
  box-shadow: 0 0 0 2px rgba(255, 94, 94, 0.2);
  outline: none;
}

/* Stylish Buttons */
button,
.woocommerce-button,
.xoo-ml-login-otp-btn {
  background: linear-gradient(135deg, #ff5e5e, #ff9999);
  border: none;
  color: white;
  padding: 12px 28px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(255, 94, 94, 0.3);
  display: inline-block;
}

button:hover,
.woocommerce-button:hover {
  background: linear-gradient(135deg, #ff4a4a, #ff8888);
  transform: scale(1.03);
}

/* OTP + Verify Style */
.xoo-ml-inline-verify,
.xoo-ml-otp-submit-btn {
  background: #ff5e5e;
  color: #fff;
  padding: 6px 16px;
  border-radius: 8px;
  font-size: 14px;
  margin-left: 10px;
  cursor: pointer;
  border: none;
}

/* Or Divider */
.xoo-ml-or {
  text-align: center;
  font-weight: 500;
  margin: 20px 0;
  color: #777;
}

/* Resend Code */
.xoo-ml-otp-resend-link {
  font-size: 14px;
  color: #ff5e5e;
  font-weight: 500;
}

/* Responsive Layout */
@media screen and (max-width: 768px) {
  #customer_login {
    flex-direction: column;
    padding: 20px;
  }

  #customer_login .u-column1,
  #customer_login .u-column2 {
    flex: 1 1 100%;
  }
}
.xoo-ml-inline-verify, .xoo-ml-otp-submit-btn {
    background: #ffffff;
    color: #fff;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
    border: none;
}
span.xoo-ml-reg-phone-change, span.xoo-ml-inline-verify, span.xoo-ml-otp-submit-btn {
    position: absolute;
    width: auto;
    height: auto;
    line-height: inherit;
    z-index: 10;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    right: 20px;
    top: 25%;
}
button.button.btn.xoo-ml-login-otp-btn {
    margin-top: 13px;
    background: #67133B;
    color: #fff;
    font-family: 'Lora';
    width: 100%;
}
button.button.btn.xoo-ml-low-back {
    margin-top: 15px;
    background: #212121;
    color: #fff;
    font-family: 'Lora';
    display: none;
}
/* --- My Account Dashboard Stylish Design --- */
.woocommerce {
  font-family: 'Lora', serif;
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
}

/* Navigation Sidebar */
.woocommerce-MyAccount-navigation {
  background-color: #f4f6f8;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.03);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 20px;
  background: #ffffff;
  border-radius: 12px;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: 0.3s ease all;
  border: 1px solid #e0e0e0;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background: #800000;
  color: #fff;
  border-color: #800000;
  box-shadow: 0 4px 10px rgba(74, 144, 226, 0.3);
}

/* Main Content Box */
.woocommerce-MyAccount-content {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  color: #444;
  font-size: 16px;
  line-height: 1.8;
}

/* Dashboard Message Styling */
.woocommerce-MyAccount-content p {
  margin-bottom: 20px;
}

/* Hyperlinks inside content */
.woocommerce-MyAccount-content a {
  color: #800000;
  text-decoration: none;
  border-bottom: 1px dashed #4a90e2;
}

.woocommerce-MyAccount-content a:hover {
  color: #2f6bb2;
  border-bottom: 1px solid #2f6bb2;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
  .woocommerce {
    padding: 20px;
  }

  .woocommerce-MyAccount-navigation {
    padding: 15px;
  }

  .woocommerce-MyAccount-navigation a {
    font-size: 15px;
    padding: 10px 15px;
  }

  .woocommerce-MyAccount-content {
    padding: 20px;
  }
}
/* Minimal & Clean Address Layout */
.woocommerce-MyAccount-content .woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  background-color: #fafafa;
  padding: 20px;
  border-radius: 12px;
}

/* Address Block */
.woocommerce-Address {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 25px;
  flex: 1 1 48%;
  transition: background-color 0.3s ease;
}

.woocommerce-Address:hover {
  background-color: #f9f9f9;
}

/* Heading */
.woocommerce-Address-title h2 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #222;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Edit Link */
.woocommerce-Address-title .edit {
  display: inline-block;
  color: #4a90e2;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 6px;
}

.woocommerce-Address-title .edit:hover {
  text-decoration: none;
  color: #2f6bb2;
}

/* Address Text */
.woocommerce-Address address {
  font-style: normal;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .woocommerce-MyAccount-content .woocommerce-Addresses {
    flex-direction: column;
    padding: 15px;
  }

  .woocommerce-Address {
    flex: 1 1 100%;
    padding: 18px;
  }
}
/* My Account Dashboard Styling */
.woocommerce-MyAccount-content {
  background-color: #fdfdfd;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  font-family: 'Poppins', sans-serif;
}

/* Table Style */
.woocommerce table.shop_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
  background: transparent;
}

.woocommerce table.shop_table thead th {
  background-color: #f5f5f5;
  color: #333;
  padding: 12px 15px;
  text-align: left;
  font-size: 15px;
  border-radius: 8px 8px 0 0;
}

.woocommerce table.shop_table tbody tr {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.03);
  border-radius: 10px;
  transition: 0.3s;
}

.woocommerce table.shop_table tbody tr:hover {
  transform: scale(1.01);
  box-shadow: 0 6px 16px rgba(0,0,0,0.05);
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 14px 15px;
  border: none;
  vertical-align: middle;
  font-size: 14px;
  color: #444;
}

/* Button Styles */
.woocommerce a.button,
.woocommerce button.button {
  background: #3d3d3d;
  color: #fff !important;
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 14px;
  margin-right: 8px;
  transition: 0.3s;
  text-decoration: none;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #000;
  color: #fff;
}

/* Order Status Coloring */
.woocommerce-orders-table__cell-order-status p {
  font-weight: bold;
  text-transform: capitalize;
}

.woocommerce-orders-table__row--status-failed {
  border-left: 4px solid #e74c3c;
}

.woocommerce-orders-table__row--status-cancelled {
  border-left: 4px solid #f39c12;
}

.woocommerce-orders-table__row--status-on-hold {
  border-left: 4px solid #3498db;
}

.woocommerce-orders-table__row--status-processing {
  border-left: 4px solid #2ecc71;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .woocommerce table.shop_table thead {
    display: none;
  }

  .woocommerce table.shop_table tbody tr {
    display: block;
    margin-bottom: 15px;
  }

  .woocommerce table.shop_table tbody td {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #eee;
  }

  .woocommerce table.shop_table tbody td::before {
    content: attr(data-title);
    font-weight: 600;
    color: #999;
  }
}/* End custom CSS */