.elementor-542 .elementor-element.elementor-element-34bdcd69{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Open Sans;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 );}@media(max-width:991px){.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 container, class: .elementor-element-34bdcd69 *//* Voorbeeld van de specifieke .elementor-542 .elementor-element.elementor-element-34bdcd69en */
.elementor-widget-shortcode .elementor-shortcode .woocommerce {
  display: block !important;
  width: 100% !important;
}

/* Koningdrone Moderne Account Styling */

/* Basis layout voor dashboard en bestellingenpagina's */
.woocommerce {
  display: flex;
  flex-direction: row;
  gap: 30px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1200px;
}

@media (max-width: 768px) {
  .woocommerce {
    flex-direction: column;
    padding: 15px;
  }
  
  /* Zorgt ervoor dat navigatie en content niet overlappen op mobiel */
  .woocommerce-MyAccount-navigation {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  
  /* Content komt altijd na het menu, niet erbovenop */
  .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 20px;
  }
}

/* Navigatie menu styling */
.woocommerce-MyAccount-navigation {
  flex: 0 0 280px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  align-self: flex-start; /* Zodat menu niet volledig uitrekt */
  top: 20px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.woocommerce-MyAccount-navigation-link {
  margin: 0 !important;
  border-bottom: 1px solid #f0f0f0;
}

.woocommerce-MyAccount-navigation-link:last-child {
  border-bottom: none;
}

.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 15px 20px;
  color: #4a5568;
  text-decoration: none;
  transition: all 0.2s ease;
  border-left: 4px solid transparent;
  position: relative;
  padding-left: 55px; /* Ruimte voor iconen */
  font-weight: 400;
}

.woocommerce-MyAccount-navigation-link a:hover {
  background-color: #f7fafc;
  color: #1d86e3;
}

.woocommerce-MyAccount-navigation-link.is-active a {
  background-color: #f0f7ff;
  border-left: 4px solid #1d86e3;
  color: #1d86e3;
  font-weight: 500;
}

/* Iconen voor het menu met emoji's */
.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "📊";
  position: absolute;
  left: 20px;
  font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "📦";
  position: absolute;
  left: 20px;
  font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "⬇️";
  position: absolute;
  left: 20px;
  font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "🏠";
  position: absolute;
  left: 20px;
  font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "👤";
  position: absolute;
  left: 20px;
  font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--request-quote a::before {
  content: "💬";
  position: absolute;
  left: 20px;
  font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--vat-number a::before {
  content: "🧾";
  position: absolute;
  left: 20px;
  font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--woocommerce-waitlist a::before {
  content: "⏱️";
  position: absolute;
  left: 20px;
  font-size: 18px;
}

.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "🚪";
  position: absolute;
  left: 20px;
  font-size: 18px;
}

/* Uitloggen knop special styling */
.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #e53e3e;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background-color: #fdf2f2;
  color: #e53e3e;
}

/* Content gedeelte */
.woocommerce-MyAccount-content {
  flex: 1;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.woocommerce-MyAccount-content p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #4a5568;
}

.woocommerce-MyAccount-content a {
  color: #1d86e3;
  text-decoration: none;
  transition: color 0.2s ease;
}

.woocommerce-MyAccount-content a:hover {
  color: #0f5b9e;
  text-decoration: underline;
}

.woocommerce-MyAccount-content strong {
  font-weight: 600;
  color: #2d3748;
}

/* Welkomstbericht op dashboard */
.woocommerce-MyAccount-content p:first-of-type {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #edf2f7;
  margin-bottom: 25px;
}

/* Styling voor links op dashboard (om ze op kaarten te laten lijken) */
.woocommerce-MyAccount-content p:nth-of-type(2) {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.woocommerce-MyAccount-content p:nth-of-type(2) a {
  flex: 1 0 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f9fafb;
  border-radius: 8px;
  padding: 25px 15px;
  border: 1px solid #e0e6ed;
  transition: all 0.3s ease;
  position: relative;
  min-height: 120px;
  text-decoration: none;
  color: #1d86e3;
}

.woocommerce-MyAccount-content p:nth-of-type(2) a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  text-decoration: none;
}

/* Voeg iconen toe aan de dashboard kaarten */
.woocommerce-MyAccount-content p:nth-of-type(2) a::before {
  font-size: 24px;
  margin-bottom: 10px;
}

.woocommerce-MyAccount-content p:nth-of-type(2) a[href*="orders"]::before {
  content: "📦";
}

.woocommerce-MyAccount-content p:nth-of-type(2) a[href*="edit-address"]::before {
  content: "🏠";
}

.woocommerce-MyAccount-content p:nth-of-type(2) a[href*="edit-account"]::before {
  content: "🔐";
}

@media (max-width: 768px) {
  .woocommerce-MyAccount-content p:nth-of-type(2) a {
    flex: 1 0 100%;
  }
}

/* ----- BESTELLINGEN PAGINA STYLING ----- */

/* Accordion styling voor de webshops */
#woo_mstore_accordion {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.ui-accordion-header {
  background-color: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  padding: 15px 20px !important;
  font-size: 16px !important;
  color: #1a202c !important;
  font-weight: 600 !important;
  transition: all 0.2s ease !important;
  margin-top: 0 !important;
  position: relative;
}

.ui-accordion-header:hover {
  background-color: #edf2f7 !important;
}

.ui-accordion-header-active {
  background-color: #1d86e3 !important;
  color: white !important;
  border-color: #1d86e3 !important;
}

.ui-accordion-content {
  border: 1px solid #e2e8f0 !important;
  border-top: none !important;
  padding: 20px !important;
  background-color: #ffffff !important;
}

/* Bestellingen tabel styling */
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.woocommerce-orders-table thead {
  background-color: #f8fafc;
}

.woocommerce-orders-table th {
  padding: 12px 15px;
  text-align: left;
  font-weight: 600;
  color: #4a5568;
  border-bottom: 2px solid #edf2f7;
  font-size: 14px;
}

.woocommerce-orders-table td {
  padding: 12px 15px;
  border-bottom: 1px solid #edf2f7;
  color: #4a5568;
  font-size: 14px;
}

.woocommerce-orders-table tr:last-child td {
  border-bottom: none;
}

.woocommerce-orders-table__row:hover {
  background-color: #f8fafc;
}

/* Bestelnummer links */
.woocommerce-orders-table__cell-order-number a {
  font-weight: 600;
  color: #1d86e3;
}

/* Status styling */
.woocommerce-orders-table__cell-order-status {
  font-weight: 500;
}

.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  color: #38a169;
}

.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
  color: #e53e3e;
}

/* Actie knoppen */
.woocommerce-button.button {
  display: inline-block;
  background-color: #f7fafc;
  color: #4a5568;
  border: 1px solid #e2e8f0;
  padding: 8px 15px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.woocommerce-button.button:hover {
  background-color: #edf2f7;
  text-decoration: none;
}

.woocommerce-button.button.view {
  background-color: #ebf4ff;
  color: #1d86e3;
  border-color: #bee3f8;
}

.woocommerce-button.button.view:hover {
  background-color: #1d86e3;
  color: white;
  border-color: #1d86e3;
}

.woocommerce-button.button.invoice {
  background-color: #f0fff4;
  color: #38a169;
  border-color: #c6f6d5;
}

.woocommerce-button.button.invoice:hover {
  background-color: #38a169;
  color: white;
  border-color: #38a169;
}

/* Responsive tabel voor mobiel */
@media (max-width: 768px) {
  .woocommerce-orders-table,
  .woocommerce-orders-table thead,
  .woocommerce-orders-table tbody,
  .woocommerce-orders-table th,
  .woocommerce-orders-table td,
  .woocommerce-orders-table tr {
    display: block;
  }
  
  .woocommerce-orders-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .woocommerce-orders-table tr {
    border: 1px solid #edf2f7;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .woocommerce-orders-table td {
    border: none;
    border-bottom: 1px solid #edf2f7;
    position: relative;
    padding-left: 40%;
  }
  
  .woocommerce-orders-table td:before {
    position: absolute;
    left: 12px;
    width: 35%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: 600;
    content: attr(data-title);
  }
  
  .woocommerce-orders-table td:last-child {
    border-bottom: 0;
  }
}

/* UI Icon voor accordion verbergen en vervangen */
.ui-icon-triangle-1-e,
.ui-icon-triangle-1-s {
  background-image: none !important;
  width: 20px !important;
  height: 20px !important;
  margin-top: -10px !important;
}

.ui-icon-triangle-1-e::before {
  content: "▶" !important;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: inherit;
}

.ui-icon-triangle-1-s::before {
  content: "▼" !important;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: inherit;
}

/* Page header styling */
.page-header {
  background-color: #1d86e3;
  padding: 30px 20px;
  margin-bottom: 20px;
}

.page-header h1.entry-title {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 32px;
  color: white;
  font-weight: 500;
}

/* Algemene verbeteringen */
.woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

.woocommerce-Price-amount {
  font-weight: 500;
}

/* Focus states voor toegankelijkheid */
a:focus, button:focus {
  outline: 2px solid #63b3ed;
  outline-offset: 2px;
}

/* Print styling (verbergt menu en schaduwen) */
@media print {
  .woocommerce-MyAccount-navigation {
    display: none;
  }
  
  .woocommerce-MyAccount-content {
    box-shadow: none;
    border: 1px solid #edf2f7;
  }
  
  .woocommerce-button.button {
    display: none;
  }
}/* End custom CSS */