.elementor-9 .elementor-element.elementor-element-533dc8bc{--display:flex;overflow:visible;}.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-4c1f5bef */.woocommerce-MyAccount-navigation{
    display: none;
}

/* My Account Address Section Styling */
.woocommerce-MyAccount-content {
  padding: 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 15px;
}

.woocommerce-Address {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
  transition: transform 0.2s ease;
}

.woocommerce-Address:hover {
  transform: translateY(-4px);
}

.woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1px;
}

.woocommerce-Address-title h2 {
  font-size: 1.25rem;
  color: #333;
  margin: 0;
}

.woocommerce-Address a.edit {
  font-size: 0.9rem;
  color: #0073aa;
  text-decoration: none;
  transition: color 0.3s;
}

.woocommerce-Address a.edit:hover {
  color: #005077;
}

.woocommerce-Address address {
  line-height: 1.6;
  color: #555;
  font-style: normal;
}

/* Modern My Account Sidebar */
.woocommerce-MyAccount-navigation {
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin: 0.5rem 0;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.75rem 1rem;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s, color 0.2s;
  font-weight: 500;
}

.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation .is-active a {
  background: #0073aa;
  color: #fff;
}

/* Order Details Table */
.woocommerce-order-details,
.woocommerce-customer-details {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}

.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 1.25rem;
  color: #222;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.woocommerce-table--order-details {
  width: 100%;
  border-collapse: collapse;
}

.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  font-size: 0.95rem;
}

.woocommerce-table--order-details tfoot th {
  text-align: left;
  background: #f9f9f9;
  font-weight: 600;
}

.woocommerce-table--order-details .woocommerce-button {
  background-color: #0073aa;
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.woocommerce-table--order-details .woocommerce-button:hover {
  background-color: #005f8d;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .woocommerce-columns--addresses {
    flex-direction: column;
    gap: 1.5rem;
  }

  .woocommerce-column {
    width: 100% !important;
  }
}



/* Container styling */
/* Basic container */
.woocommerce {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.u-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.u-column1,
.u-column2 {
  flex: 1 1 100%;
  border: 1px solid #ddd;
  padding: 30px;
  border-radius: 8px;
  background: #fff;
}

h2 {
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 2px solid #25d366;
  padding-bottom: 10px;
}

label {
  display: block;
  margin-bottom: 6px;
  font-weight: bold;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.woocommerce-form-row {
  margin-bottom: 20px;
}

.woocommerce-form__label-for-checkbox {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

.woocommerce-form__label-for-checkbox input {
  margin-right: 8px;
}

button[type="submit"],
button[type="button"],
.woocommerce-button {
  background: #25d366;
  color: #fff;
  border: none;
  padding: 12px 25px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  margin-top: 10px;
  transition: background 0.3s ease;
}

button[type="submit"]:hover,
button[type="button"]:hover,
.woocommerce-button:hover {
  background: #128c7e;
}

.woocommerce-LostPassword {
  margin-top: 15px;
  text-align: right;
}

.woocommerce-LostPassword a {
  color: #25d366;
  text-decoration: none;
}

.woocommerce-LostPassword a:hover {
  text-decoration: underline;
}

/* WhatsApp OTP block */
#wootsap-direct-login,
#wootsap-whatsapp-login {
  margin: 20px 0;
  text-align: center;
  padding: 20px;
  background: linear-gradient(135deg, #f0fff4, #e8f5e8);
  border: 2px solid #25d366;
  border-radius: 12px;
}

#wootsap-direct-login div,
#wootsap-whatsapp-login div {
  margin-bottom: 10px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}

#wootsap-direct-login button,
#wootsap-whatsapp-login button {
  background: linear-gradient(45deg, #25d366, #128c7e);
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
  width: 100%;
  max-width: 300px;
}

#verify-phone-register {
  background: #25d366;
}

#verify-phone-register:hover {
  background: #128c7e;
}

/* Privacy text */
.woocommerce-privacy-policy-text {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.6;
}

.woocommerce-privacy-policy-text a {
  color: #25d366;
  text-decoration: none;
}

.woocommerce-privacy-policy-text a:hover {
  text-decoration: underline;
}

/* Remove vendor/customer radio buttons */
.vendor-customer-registration {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .u-columns {
    flex-direction: column;
  }
}


.dokan-role-customer{
    display: none;
}


.wootsap-direct-login{
   display: none; 
}

.woocommerce-form-login {
  display: none;
}

#wootsap-modern-login-button span {
  display: none;
}


#customer_login .u-column2 {
  display: none;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-533dc8bc */.woocommerce-MyAccount-navigation{
    display:
}/* End custom CSS */