.elementor-19 .elementor-element.elementor-element-c531cf8{--display:flex;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.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 );}.elementor-19 .elementor-element.elementor-element-3eb3016b{font-family:"Roboto", Sans-serif;font-size:16px;font-weight:400;}/* Start custom CSS for text-editor, class: .elementor-element-3eb3016b *//* ===== Dashboard view (logged in) ===== */
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 4px;
}

.woocommerce-MyAccount-navigation li a {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  color: #1a1a2e;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  line-height: 1;
  transition: background 0.3s ease;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: #f4f4f4;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #b91c3c;
}

.woocommerce-MyAccount-content p {
  color: #555;
  line-height: 1.8;
}

.woocommerce-MyAccount-content a {
  color: #7c7ce0;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

/* ===== Addresses page ===== */
.woocommerce-Addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 24px;
}

.woocommerce-Address {
  flex: 1 1 300px;
  max-width: 100%;
  background: #fafafa;
  border-radius: 16px;
  padding: 24px;
  box-sizing: border-box;
}

.woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.woocommerce-Address-title h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.woocommerce-Address-title a {
  color: #7c7ce0;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

.woocommerce-Address-title a:hover {
  text-decoration: underline;
}

.woocommerce-Address address {
  font-style: normal;
  color: #555;
  line-height: 1.7;
}

/* ===== Login/Register columns ===== */
.woocommerce form.login,
.woocommerce form.register {
  background: #fafafa;
  border-radius: 16px;
  padding: 32px;
  border: none;
}

.woocommerce-account .col2-set,
.woocommerce-account .u-columns {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.woocommerce-account .col-1,
.woocommerce-account .col-2 {
  flex: 1 1 320px;
}

.woocommerce-account h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}

.woocommerce form .form-row {
  position: relative;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row input[type="password"],
.woocommerce form .form-row input[type="email"] {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 14px 20px;
  box-sizing: border-box;
  margin-top: 6px;
}

.woocommerce form .form-row label {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}

/* Submit buttons only (Log In / Register) */
.woocommerce form.login button[type="submit"],
.woocommerce form.register button[type="submit"] {
  width: 100%;
  background: #7c7ce0;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-top: 12px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.woocommerce form.login button[type="submit"]:hover,
.woocommerce form.register button[type="submit"]:hover {
  background: #6a6ad8;
}

/* Password show/hide toggle - kept neutral and small */
.woocommerce form.login button[type="button"],
.woocommerce form.register button[type="button"] {
  width: auto;
  background: transparent;
  border: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 38px;
  cursor: pointer;
}

.woocommerce form.login .form-row.login-remember {
  display: inline-block;
  margin-top: 12px;
}

.woocommerce form.login p.lost_password {
  margin-top: 16px;
}

.woocommerce form.login p.lost_password a,
.woocommerce form.register .woocommerce-privacy-policy-text a {
  color: #7c7ce0;
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS */nav.woocommerce-MyAccount-navigation br{
    display: none !important;
}/* End custom CSS */