.elementor-8800 .elementor-element.elementor-element-16279e5f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );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-8800 .elementor-element.elementor-element-52518ea > .elementor-widget-container{padding:150px 50px 50px 50px;}.elementor-8800 .elementor-element.elementor-element-52518ea{text-align:start;font-family:"Khand", Sans-serif;font-size:21px;font-weight:400;}.elementor-8800 .elementor-element.elementor-element-52518ea p{margin-block-end:-80px;}.elementor-8800 .elementor-element.elementor-element-52518ea a{color:#4137F0;}.elementor-8800 .elementor-element.elementor-element-d59e084 > .elementor-widget-container{padding:150px 50px 50px 50px;}.elementor-8800 .elementor-element.elementor-element-fd60604{--display:flex;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for html, class: .elementor-element-feacbf6 */.account-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 280px;
}

.account-menu .item {
  display: flex;
  align-items: center;
  padding: 14px 18px;
  border-radius: 14px;
  background: #f7f8fc;
  color: #1f2430;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.25s ease;
  border: 1px solid rgba(0,0,0,0.05);
}

.account-menu .item:hover {
  background: linear-gradient(135deg, #0f1d63, #2547d0);
  color: #fff;
  transform: translateX(4px);
  box-shadow: 0 10px 25px rgba(25, 45, 120, 0.18);
}

.account-menu .item.active {
  background: linear-gradient(135deg, #0f1d63, #2547d0);
  color: #fff;
  box-shadow: 0 10px 25px rgba(25, 45, 120, 0.18);
}

.account-menu .item.logout {
  margin-top: 6px;
  color: #b42318;
}

.account-menu .item.logout:hover {
  background: #b42318;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-52518ea *//* =========================
   WOOCOMMERCE ACCOUNT LAYOUT
   ========================= */

.woocommerce-MyAccount {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-MyAccount-navigation {
  width: 280px;
  max-width: 280px;
  flex: 0 0 280px;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.woocommerce-MyAccount-navigation li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-MyAccount-navigation li a {
  display: flex !important;
  align-items: center;
  width: 100%;
  min-height: 62px;
  padding: 14px 18px !important;
  border-radius: 14px;
  background: #f7f8fc !important;
  color: #1f2430 !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.2;
  border: 1px solid rgba(0,0,0,0.05) !important;
  box-shadow: none !important;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.woocommerce-MyAccount-navigation li a:hover {
  background: linear-gradient(135deg, #0f1d63, #2547d0) !important;
  color: #fff !important;
  transform: translateX(4px);
  box-shadow: 0 10px 25px rgba(25, 45, 120, 0.18) !important;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li.is-active a:hover {
  background: linear-gradient(135deg, #0f1d63, #2547d0) !important;
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(25, 45, 120, 0.18) !important;
}

.woocommerce-MyAccount-navigation li a[href*="logout"] {
  margin-top: 6px;
  color: #b42318 !important;
}

.woocommerce-MyAccount-navigation li a[href*="logout"]:hover {
  background: #b42318 !important;
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(180, 35, 24, 0.18) !important;
}

/* =========================
   REMOVE EXTRA CONTENT PADDING
   ========================= */

.woocommerce-MyAccount-content {
  flex: 1;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-MyAccount-content > * {
  margin-left: 0 !important;
}

.woocommerce-MyAccount-content p:first-of-type {
  font-size: 30px !important;
  line-height: 1.35 !important;
  font-weight: 600 !important;
  color: #0f1d63 !important;
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  letter-spacing: -0.3px;
}

.woocommerce-MyAccount-content p:first-of-type strong {
  font-size: 32px !important;
  font-weight: 800 !important;
  color: #111827 !important;
}

.woocommerce-MyAccount-content p:first-of-type a {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #6b7280 !important;
  text-decoration: none !important;
}

.woocommerce-MyAccount-content p:first-of-type a:hover {
  color: #0f1d63 !important;
}

.woocommerce-MyAccount-content p:not(:first-of-type) {
  font-size: 18px !important;
  line-height: 1.8 !important;
  color: #667085 !important;
  max-width: 760px;
  margin: 0 !important;
  padding: 0 !important;
}

/* Sometimes themes add wrappers inside content */
.woocommerce-MyAccount-content div,
.woocommerce-MyAccount-content section,
.woocommerce-MyAccount-content article {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* =========================
   MOBILE
   ========================= */

@media (max-width: 767px) {
  .woocommerce-MyAccount {
    flex-direction: column;
    gap: 24px;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: 100%;
    flex: none;
  }

  .woocommerce-MyAccount-content p:first-of-type {
    font-size: 24px !important;
  }

  .woocommerce-MyAccount-content p:first-of-type strong {
    font-size: 26px !important;
  }

  .woocommerce-MyAccount-content p:not(:first-of-type) {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }
}/* End custom CSS */