/*
  CSS für My-Account-Seite
  Autor: AD / Stefan Biba

  Version: 1.5
  Zuletzt aktualisiert: 29.06.2026
*/

.bb-account-page {
  width: 100% !important;
}

.bb-account-layout {
  display: flex !important;
  flex-direction: column !important;
  max-width: 80% !important;
}

@media (max-width: 1024px) {
  .bb-account-layout { max-width: 100% !important; }
}

.bb-account-col {
  display: flex !important;
  flex-direction: column !important;
}

.bb-account-col + .bb-account-col {
  margin-top: 16px !important;
}

.bb-account-box {
  background: #fff !important;
  border-radius: 24px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.08) !important;
  padding: 0 28px 0 28px !important;
  margin-bottom: 16px !important;
  border: 2px solid transparent !important;
  transition: border-color .2s ease !important;
}
.bb-account-box:hover {
  border-color: var(--color-yellow, #FFF064) !important;
}

.bb-account-box:has(.bb-account-toggle[aria-expanded="true"]) {
  border-color: var(--color-yellow, #FFF064) !important;
}
.bb-account-box:last-child { margin-bottom: 0 !important; }

.bb-account-toggle {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 20px 0 16px 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #eee !important;
  cursor: pointer !important;
  margin-bottom: 0 !important;
  gap: 12px !important;
}
.bb-account-toggle[aria-expanded="false"] {

  border-bottom: 1px solid transparent !important;
  padding-bottom: 16px !important;
}

.bb-account-box-title {
  font-size: var(--fs-h4, 1.25rem) !important;
  font-weight: 700 !important;
  color: var(--color-body, #1b1c1c) !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.3 !important;
}

.bb-account-arrow {
  flex-shrink: 0 !important;
  transition: transform .28s ease !important;
  opacity: .4 !important;
}
.bb-account-toggle[aria-expanded="false"] .bb-account-arrow {
  transform: rotate(-90deg) !important;
}

.bb-account-body {
  overflow: hidden !important;
}

.bb-account-box:has(.bb-account-toggle[aria-expanded="false"]) .bb-account-body {
  padding: 0 !important;
}

.bb-account-box .woocommerce-orders-table,
.bb-account-box .woocommerce-giftcards-table,
.bb-account-box .woocommerce-giftcards-activity-table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: 0.9rem !important;
  color: var(--color-body, #1b1c1c) !important;
}

.bb-account-box .woocommerce-orders-table thead th,
.bb-account-box .woocommerce-giftcards-table thead th,
.bb-account-box .woocommerce-giftcards-activity-table thead th {
  font-weight: 700 !important;
  font-size: var(--fs-small, .85rem) !important;
  color: #777 !important;
  padding: 0 12px 10px 0 !important;
  text-align: left !important;
  border-bottom: 1px solid #eee !important;
  white-space: nowrap !important;
  background: none !important;
}

.bb-account-box .woocommerce-orders-table tbody td,
.bb-account-box .woocommerce-orders-table tbody th,
.bb-account-box .woocommerce-giftcards-table tbody td,
.bb-account-box .woocommerce-giftcards-activity-table tbody td {
  padding: 12px 12px 12px 0 !important;
  font-size: 0.9rem !important;
  color: var(--color-body, #1b1c1c) !important;
  border-bottom: 1px solid #f5f5f5 !important;
  vertical-align: middle !important;
  background: none !important;
}

.bb-account-box .woocommerce-orders-table tbody tr:last-child td,
.bb-account-box .woocommerce-orders-table tbody tr:last-child th,
.bb-account-box .woocommerce-giftcards-table tbody tr:last-child td,
.bb-account-box .woocommerce-giftcards-activity-table tbody tr:last-child td {
  border-bottom: none !important;
}

#bb-account-orders .woocommerce-orders-table {
  table-layout: auto !important;
}
#bb-account-orders .woocommerce-orders-table thead th {
  text-align: left !important;
  font-size: 0.969rem !important;
}
#bb-account-orders .woocommerce-orders-table thead th.woocommerce-orders-table__header-order-actions {
  text-align: right !important;
}
#bb-account-orders .woocommerce-orders-table tbody tr {
  display: table-row !important;
}
#bb-account-orders .woocommerce-orders-table tbody td {
  display: table-cell !important;
  width: auto !important;
  text-align: left !important;
  vertical-align: middle !important;
  padding: 14px 12px 14px 0 !important;
  border-bottom: 1px solid #f5f5f5 !important;
  border-top: none !important;
  font-size: 1.026rem !important;
  line-height: 1.4 !important;
}
#bb-account-orders .woocommerce-orders-table tbody td::before {
  content: none !important;
}
#bb-account-orders .woocommerce-orders-table tbody tr:last-child td {
  border-bottom: none !important;
}

#bb-account-orders .woocommerce-orders-table tbody td .woocommerce-Price-amount,
#bb-account-orders .woocommerce-orders-table tbody td .woocommerce-Price-amount .woocommerce-Price-currencySymbol {
  font-size: 1.026rem !important;
  color: var(--color-body, #1b1c1c) !important;
  font-weight: 400 !important;
}

#bb-account-orders .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions {
  text-align: right !important;
  white-space: nowrap !important;
}
#bb-account-orders .woocommerce-button.view,
#bb-account-orders .woocommerce-orders-table__cell-order-actions a {
  display: inline-block !important;
  width: auto !important;
  box-sizing: border-box !important;
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 60px !important;
  font-size: var(--fs-button, 1rem) !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  padding: clamp(14px, 3vw, 18px) clamp(20px, 3vw, 24px) !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: opacity .2s ease !important;
  line-height: var(--lh-button, 1.2) !important;
}
#bb-account-orders .woocommerce-button.view:hover,
#bb-account-orders .woocommerce-orders-table__cell-order-actions a:hover {
  opacity: .85 !important;
}

#bb-account-guthaben .woocommerce-giftcards-table,
#bb-account-guthaben .woocommerce-giftcards-activity-table {
  display: table !important;
  width: 100% !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
}
#bb-account-guthaben .woocommerce-giftcards-table thead,
#bb-account-guthaben .woocommerce-giftcards-activity-table thead {
  display: table-header-group !important;
}
#bb-account-guthaben .woocommerce-giftcards-table thead th,
#bb-account-guthaben .woocommerce-giftcards-activity-table thead th {
  display: table-cell !important;
  font-weight: 700 !important;
  font-size: 0.969rem !important;
  color: #777 !important;
  text-align: left !important;
  padding: 0 12px 10px 0 !important;
  border-bottom: 1px solid #eee !important;
  white-space: nowrap !important;
  background: none !important;
}
#bb-account-guthaben .woocommerce-giftcards-table tbody,
#bb-account-guthaben .woocommerce-giftcards-activity-table tbody {
  display: table-row-group !important;
  width: 100% !important;
}
#bb-account-guthaben .woocommerce-giftcards-table tbody tr,
#bb-account-guthaben .woocommerce-giftcards-activity-table tbody tr {
  display: table-row !important;
  border-bottom: none !important;
  padding: 0 !important;
}
#bb-account-guthaben .woocommerce-giftcards-table tbody td,
#bb-account-guthaben .woocommerce-giftcards-activity-table tbody td {
  display: table-cell !important;
  width: auto !important;
  text-align: left !important;
  vertical-align: top !important;
  box-sizing: border-box !important;
  float: none !important;
  font-size: var(--fs-p, 1rem) !important;
  line-height: 1.4 !important;
  padding: 14px 12px 14px 0 !important;
  border-bottom: 1px solid #f5f5f5 !important;
}
#bb-account-guthaben .woocommerce-giftcards-table tbody tr:last-child td,
#bb-account-guthaben .woocommerce-giftcards-activity-table tbody tr:last-child td {
  border-bottom: none !important;
}
#bb-account-guthaben .woocommerce-giftcards-table tbody td::before,
#bb-account-guthaben .woocommerce-giftcards-activity-table tbody td::before,
#bb-account-guthaben .woocommerce-giftcards-table tbody td[data-title="Läuft ab"]::before {
  content: none !important;
}
#bb-account-guthaben .woocommerce-giftcards-table tbody td[data-title="Code"] {
  font-size: var(--fs-p, 1rem) !important;
  font-weight: 700 !important;
}
#bb-account-guthaben .woocommerce-giftcards-table tbody td[data-title="Verfügbares Guthaben"] {
  font-weight: 700 !important;
}
#bb-account-guthaben .woocommerce-giftcards-activity-table tbody td[data-title="Menge"] {
  font-weight: 700 !important;
}

#bb-account-guthaben .woocommerce-giftcards-table thead th:nth-child(1),
#bb-account-guthaben .woocommerce-giftcards-table tbody td:nth-child(1) { width: 18.4% !important; }
#bb-account-guthaben .woocommerce-giftcards-table thead th:nth-child(2),
#bb-account-guthaben .woocommerce-giftcards-table tbody td:nth-child(2) { width: 38.9% !important; }
#bb-account-guthaben .woocommerce-giftcards-table thead th:nth-child(3),
#bb-account-guthaben .woocommerce-giftcards-table tbody td:nth-child(3) { width: 28.5% !important; }
#bb-account-guthaben .woocommerce-giftcards-table thead th:nth-child(4),
#bb-account-guthaben .woocommerce-giftcards-table tbody td:nth-child(4) { width: 14.2% !important; }

#bb-account-guthaben .woocommerce-giftcards-activity-table thead th:nth-child(1),
#bb-account-guthaben .woocommerce-giftcards-activity-table tbody td:nth-child(1) { width: 18.4% !important; white-space: normal !important; }
#bb-account-guthaben .woocommerce-giftcards-activity-table thead th:nth-child(2),
#bb-account-guthaben .woocommerce-giftcards-activity-table tbody td:nth-child(2) { width: 67.4% !important; white-space: normal !important; }
#bb-account-guthaben .woocommerce-giftcards-activity-table thead th:nth-child(3),
#bb-account-guthaben .woocommerce-giftcards-activity-table tbody td:nth-child(3) { width: 14.2% !important; white-space: normal !important; }

.bb-account-box .woocommerce-orders-table__cell-order-number a {
  color: var(--color-body, #1b1c1c) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.bb-account-box .woocommerce-orders-table__cell-order-number a:hover {
  text-decoration: underline !important;
}

.bb-account-box .woocommerce-orders-table__cell-order-status {
  font-size: var(--fs-small, .85rem) !important;
  font-weight: 500 !important;
}

.bb-account-box .woocommerce-button.view,
.bb-account-box .woocommerce-button.button {
  display: inline-block !important;
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: 2px solid var(--color-body, #1b1c1c) !important;
  border-radius: 60px !important;
  font-size: var(--fs-small, .85rem) !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  padding: 6px 16px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: opacity .2s ease !important;
  white-space: nowrap !important;
}
.bb-account-box .woocommerce-button.view:hover,
.bb-account-box .woocommerce-button.button:hover { opacity: .85 !important; }

.bb-account-box h2.woocommerce-column__title,
.bb-account-body > h2,
.bb-account-body > h4 {
  font-size: var(--fs-p, 1rem) !important;
  font-weight: 700 !important;
  color: var(--color-body, #1b1c1c) !important;
  margin: 20px 0 12px 0 !important;
}
.bb-account-body > h2:first-child,
.bb-account-body > h4:first-child {
  display: none !important;
}

.bb-account-body .woocommerce-MyAccount-Giftcards-balance-amount {
  font-size: clamp(1.5rem, 3vw, 2rem) !important;
  font-weight: 700 !important;
  color: var(--color-body, #1b1c1c) !important;
  margin-bottom: 16px !important;
}

.bb-account-body .woocommerce-MyAccount-Giftcards-form {
  display: flex !important;
  gap: 8px !important;
  margin-top: 8px !important;
  margin-bottom: 4px !important;
}
.bb-account-body .woocommerce-MyAccount-Giftcards-form input[type="text"] {
  flex: 1 1 auto !important;
  background: var(--color-grey, #f1f1f1) !important;
  border: none !important;
  border-radius: 60px !important;
  font-size: var(--fs-p, 1rem) !important;
  font-family: inherit !important;
  padding: 12px 20px !important;
  min-width: 0 !important;
  height: auto !important;
}

#bb-account-guthaben .woocommerce-MyAccount-Giftcards-form {
  align-items: center !important;
}
#bb-account-guthaben .woocommerce-MyAccount-Giftcards-form button.woocommerce-Button,
#bb-account-guthaben .woocommerce-Giftcards button.woocommerce-Button {
  display: inline-block !important;
  align-self: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  box-sizing: border-box !important;
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 60px !important;
  font-size: var(--fs-button, 1rem) !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  padding: clamp(14px, 3vw, 18px) clamp(20px, 3vw, 24px) !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: opacity .2s ease !important;
  line-height: var(--lh-button, 1.2) !important;
}
#bb-account-guthaben .woocommerce-MyAccount-Giftcards-form button.woocommerce-Button:hover,
#bb-account-guthaben .woocommerce-Giftcards button.woocommerce-Button:hover {
  opacity: .85 !important;
}

.bb-account-body .woocommerce-MyAccount-Giftcards-form ~ h4,
#bb-account-guthaben h4 {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
  font-size: var(--fs-p, 1rem) !important;
  font-weight: 700 !important;
}
.bb-account-body .woocommerce-pagination { display: none !important; }

.bb-account-addresses {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.bb-account-address-block {
  padding-bottom: 24px !important;
  border-bottom: 1px solid #eee !important;
  margin-bottom: 24px !important;
}

.bb-account-address-block:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.bb-account-address-block h4 {
  font-size: var(--fs-p, 1rem) !important;
  font-weight: 700 !important;
  color: var(--color-body, #1b1c1c) !important;
  margin: 0 0 10px 0 !important;
}

.bb-account-address-block address {
  font-style: normal !important;
  font-size: var(--fs-p, 1rem) !important;
  line-height: var(--lh-p, 1.6) !important;
  color: var(--color-body, #1b1c1c) !important;
  margin-bottom: 16px !important;
}

.bb-account-section-label {
  font-size: var(--fs-p, 1rem) !important;
  font-weight: 700 !important;
  color: var(--color-body, #1b1c1c) !important;
  margin: 0 0 12px 0 !important;
}

.bb-account-profile-rows {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.bb-account-profile-row {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  font-size: var(--fs-p, 1rem) !important;
}

.bb-account-profile-label {
  color: var(--color-body, #1b1c1c) !important;
  font-weight: 700 !important;
}

.bb-account-profile-value {
  color: var(--color-body, #1b1c1c) !important;
  font-weight: 400 !important;
}

.bb-account-btn {
  display: inline-block !important;
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: 2px solid var(--color-body, #1b1c1c) !important;
  border-radius: 60px !important;
  font-size: var(--fs-button, 1rem) !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  padding: 10px 22px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition: opacity .2s ease !important;
  white-space: nowrap !important;
}
.bb-account-btn:hover { opacity: .85 !important; }

.bb-account-btn--outline {
  display: inline-block !important;
  width: auto !important;
  box-sizing: border-box !important;
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 60px !important;
  font-size: var(--fs-button, 1rem) !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  padding: clamp(14px, 3vw, 18px) clamp(20px, 3vw, 24px) !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: opacity .2s ease !important;
  line-height: var(--lh-button, 1.2) !important;
}
.bb-account-btn--outline:hover {
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  opacity: .85 !important;
}

.bb-account-btn--disabled {
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: none !important;
  font-weight: 400 !important;
  opacity: .4 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.bb-account-form-actions {
  display: flex !important;
  gap: 12px !important;
  margin-top: 32px !important;
  justify-content: flex-start !important;
  flex-wrap: wrap !important;
}

.bb-account-edit-address-form button.bb-account-btn--save,
form.bb-account-edit-address-form button.bb-account-btn--save {
  display: inline-block !important;
  width: auto !important;
  box-sizing: border-box !important;
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 60px !important;
  font-weight: 400 !important;
  padding: clamp(14px, 3vw, 18px) clamp(28px, 4vw, 40px) !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

.bb-account-edit-address-form a.bb-account-btn--cancel,
form.bb-account-edit-address-form a.bb-account-btn--cancel {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  box-sizing: border-box !important;
  background: transparent !important;
  color: var(--color-body, #1b1c1c) !important;
  border: 1px solid var(--color-body, #1b1c1c) !important;
  border-radius: 60px !important;
  font-weight: 400 !important;
  padding: calc(clamp(14px, 3vw, 18px) - 1px) clamp(28px, 4vw, 40px) !important;
  margin: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
.bb-account-edit-address-form a.bb-account-btn--cancel:hover,
form.bb-account-edit-address-form a.bb-account-btn--cancel:hover {
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  opacity: 1 !important;
}

a.bb-account-btn--invoice {
  display: inline-block !important;
  width: auto !important;
  box-sizing: border-box !important;
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 60px !important;
  font-weight: 400 !important;
  padding: clamp(14px, 3vw, 18px) clamp(28px, 4vw, 40px) !important;
  margin-top: 24px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
a.bb-account-btn--invoice:hover {
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  opacity: .85 !important;
}

.bb-account-divider {
  border-top: 1px solid #eee !important;
  margin: 20px 0 !important;
}

.bb-account-hint {
  font-size: var(--fs-small, .85rem) !important;
  color: #777 !important;
  margin-top: 8px !important;
}

.bb-account-empty {
  font-size: var(--fs-p, 1rem) !important;
  color: #777 !important;
}

.bb-account-edit-form {
  margin: 0 !important;
}

.bb-edit-row {
  display: flex !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

.bb-edit-row--thirds .bb-edit-field {
  flex: 1 1 calc(33.333% - 8px) !important;
  min-width: 0 !important;
}

.bb-edit-row:not(.bb-edit-row--thirds) .bb-edit-field {
  flex: 1 1 100% !important;
}

.bb-edit-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.bb-account-form-wrap h4 {
  margin-top: 8px !important;
  margin-bottom: 28px !important;
}

.bb-edit-field label,
.bb-account-edit-form label,
.bb-account-form-wrap label {
  font-size: var(--fs-p, 1rem) !important;
  font-weight: 400 !important;
  color: var(--color-body, #1b1c1c) !important;
  margin-bottom: 0 !important;
  display: block !important;
}

.bb-account-edit-form .required,
.bb-edit-field .required,
.bb-account-form-wrap .required {
  display: none !important;
}

.bb-edit-field input[type="text"],
.bb-edit-field input[type="email"],
.bb-edit-field input[type="password"],
.bb-account-edit-form input[type="text"],
.bb-account-edit-form input[type="email"],
.bb-account-edit-form input[type="password"],
.bb-account-form-wrap input[type="text"],
.bb-account-form-wrap input[type="email"],
.bb-account-form-wrap input[type="tel"],
.bb-account-form-wrap input[type="password"],
.bb-account-form-wrap select {
  width: 100% !important;
  background: var(--color-grey, #f1f1f1) !important;
  border: none !important;
  border-radius: 60px !important;
  font-size: var(--fs-p, 1rem) !important;
  font-family: inherit !important;
  padding: 12px 20px !important;
  height: auto !important;
  box-sizing: border-box !important;
  color: var(--color-body, #1b1c1c) !important;
  box-shadow: none !important;
  transition: background .25s ease !important;
}

.bb-account-form-wrap select {
  appearance: auto !important;
}

.bb-edit-field input:focus,
.bb-edit-field input:hover,
.bb-account-edit-form input:focus,
.bb-account-edit-form input:hover,
.bb-account-form-wrap input:focus,
.bb-account-form-wrap input:hover,
.bb-account-form-wrap select:focus,
.bb-account-form-wrap select:hover {
  outline: none !important;
  box-shadow: none !important;
  background: color-mix(in srgb, var(--color-grey, #f1f1f1) 95%, #000 5%) !important;
}

.bb-account-edit-form fieldset,
.bb-account-form-wrap fieldset {
  border: none !important;
  padding: 0 !important;
  margin: 24px 0 12px 0 !important;
}

.bb-account-edit-form fieldset legend,
.bb-account-form-wrap fieldset legend {
  font-size: var(--fs-p, 1rem) !important;
  font-weight: 700 !important;
  color: var(--color-body, #1b1c1c) !important;
  margin-bottom: 16px !important;
  padding: 0 !important;
}

.bb-edit-row--actions {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 12px !important;
  margin-top: 12px !important;
}

.bb-account-edit-form button[type="submit"],
.bb-account-edit-form input[type="submit"],
.bb-account-form-wrap .woocommerce-Button,
.bb-account-form-wrap button[type="submit"],
.bb-account-form-wrap input[type="submit"] {
  display: inline-block !important;
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 60px !important;
  font-size: var(--fs-button, 1rem) !important;
  font-family: inherit !important;
  font-weight: 400 !important;
  padding: 14px 24px !important;
  cursor: pointer !important;

  transition: opacity .2s ease !important;
  line-height: var(--lh-button, 1.2) !important;
}
.bb-account-edit-form button[type="submit"]:hover,
.bb-account-form-wrap button[type="submit"]:hover { opacity: .85 !important; }

.bb-edit-hint { display: none !important; }

.bb-account-form-wrap .woocommerce-address-fields__field-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.bb-account-form-wrap .form-row {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.bb-account-form-wrap .form-row-first,
.bb-account-form-wrap .form-row-last {
  width: calc(50% - 6px) !important;
}

.bb-account-form-wrap .woocommerce-notices-wrapper { margin-bottom: 16px !important; }

@media (max-width: 768px) {
  .bb-account-layout {
    max-width: 100% !important;
  }
  .bb-edit-row,
  .bb-edit-row--thirds {
    flex-direction: column !important;
  }
  .bb-edit-row--thirds .bb-edit-field,
  .bb-edit-row .bb-edit-field {
    flex: 1 1 100% !important;
    width: 100% !important;
  }
  .bb-account-form-wrap .form-row-first,
  .bb-account-form-wrap .form-row-last {
    width: 100% !important;
  }
  .bb-account-form-wrap .woocommerce-address-fields__field-wrapper {
    flex-direction: column !important;
  }

  #bb-account-orders .woocommerce-orders-table thead {
    display: none !important;
  }
  #bb-account-orders .woocommerce-orders-table tbody td {
    text-align: right !important;
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
    font-size: 0.95rem !important;
    line-height: 1.4 !important;
    padding: 3.5px 0 !important;
    border-top: none !important;
    border-bottom: none !important;
  }
  #bb-account-orders .woocommerce-orders-table tbody td::before {
    content: attr(data-title) ": " !important;
    float: left !important;
    text-align: left !important;
    font-weight: 400 !important;
    color: #777 !important;
    font-size: 0.95rem !important;
  }
  #bb-account-orders .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions::before {
    content: none !important;
  }
  #bb-account-orders .woocommerce-orders-table tbody td.woocommerce-orders-table__cell-order-actions {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
    text-align: left !important;
  }
  #bb-account-orders .woocommerce-orders-table tbody tr {
    display: block !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 28px !important;
    margin-bottom: 28px !important;
  }
  #bb-account-orders .woocommerce-orders-table tbody tr:last-child {
    border-bottom: none !important;
    margin-bottom: 0 !important;
  }
}

.bb-order-detail__back {
  display: inline-block !important;
  font-size: var(--fs-p, 1rem) !important;
  color: #777 !important;
  text-decoration: none !important;
  margin-bottom: 20px !important;
}
.bb-order-detail__back:hover { color: var(--color-body, #1b1c1c) !important; }

.bb-order-detail__header {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin-bottom: 24px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #eee !important;
}

.bb-order-detail__row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 16px !important;
  font-size: var(--fs-p, 1rem) !important;
}

.bb-order-detail__label {
  color: var(--color-body, #1b1c1c) !important;
  flex-shrink: 0 !important;
  font-weight: 700 !important;
}

.bb-order-detail__value {
  font-weight: 400 !important;
  color: var(--color-body, #1b1c1c) !important;
  text-align: right !important;
}

.bb-order-detail__value--discount { color: var(--color-green, #2e7d32) !important; }

.bb-order-detail__table {
  width: 100% !important;
  border-collapse: collapse !important;
  font-size: var(--fs-p, 1rem) !important;
  margin-bottom: 20px !important;
}

.bb-order-detail__table thead th {
  font-weight: 700 !important;
  font-size: var(--fs-p, 1rem) !important;
  color: var(--color-body, #1b1c1c) !important;
  padding: 0 12px 10px 0 !important;
  text-align: left !important;
  border-bottom: 1px solid #eee !important;
}

.bb-order-detail__table thead th:last-child { text-align: right !important; }

.bb-order-detail__table tbody td {
  padding: 10px 12px 10px 0 !important;
  border-bottom: 1px solid #f5f5f5 !important;
  vertical-align: middle !important;
  color: var(--color-body, #1b1c1c) !important;
  font-size: var(--fs-p, 1rem) !important;
}

.bb-order-detail__table tbody td:last-child { text-align: right !important; }

.bb-order-detail__table tbody tr:last-child td { border-bottom: none !important; }

.bb-order-detail__totals {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  padding-top: 16px !important;
  border-top: 1px solid #eee !important;
}

.bb-order-detail__row--total .bb-order-detail__label,
.bb-order-detail__row--total .bb-order-detail__value {
  font-weight: 700 !important;
  font-size: var(--fs-p, 1rem) !important;
  color: var(--color-body, #1b1c1c) !important;
}

.bb-order-detail__tax {
  font-size: var(--fs-small, .85rem) !important;
  color: var(--color-body, #1b1c1c) !important;
  margin-top: 6px !important;
  text-align: right !important;
}

.bb-order-detail__td-img {
  width: 56px !important;
  padding-right: 12px !important;
}

.bb-order-detail__td-img img {
  width: 48px !important;
  height: 48px !important;
  object-fit: cover !important;
  border-radius: 8px !important;
  display: block !important;
}

#bb-account-profil .bb-account-section-label {
  border-top: none !important;
  padding-top: 0 !important;
}

#bb-account-profil .bb-account-section-label:last-of-type {
  margin-top: 2em !important;
}

#bb-account-profil .bb-account-btn + .bb-account-section-label,
#bb-account-profil .bb-account-btn--outline + p.bb-account-section-label {
  margin-top: 2em !important;
}

#bb-account-profil .bb-account-section-label:last-of-type {
  margin-top: 2em !important;
}

#bb-account-profil .bb-account-btn--outline + .bb-account-section-label {
  margin-top: 2em !important;
}

#bb-account-profil .bb-account-section-label:not(:first-child) {
  margin-top: 2em !important;
}

#bb-account-profil .bb-account-section-label:last-of-type,
#bb-account-profil .bb-account-btn--outline + .bb-account-section-label,
#bb-account-profil .bb-account-btn + .bb-account-section-label {
  margin-top: 2em !important;
}

.bb-account-section-label--mt {
  margin-top: 2em !important;
}

#bb-account-profil .bb-account-section-label:last-of-type {
  margin-top: 2em !important;
}

#bb-account-profil .bb-account-btn--outline + .bb-account-section-label {
  margin-top: 2em !important;
}

.bb-account-login-box {
  background: #fff !important;
  border-radius: 24px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.08) !important;
  border: 2px solid var(--color-yellow, #FFF064) !important;
  padding: 28px !important;
  max-width: 540px !important;
}

@media (max-width: 1024px) { .bb-account-login-box { max-width: 80% !important; } }
@media (max-width: 768px)  { .bb-account-login-box { max-width: 100% !important; } }

.bb-account-login-box .bb-login-heading {
  font-size: var(--fs-h4, 1.25rem) !important;
  font-weight: 700 !important;
  color: var(--color-body, #1b1c1c) !important;
  margin: 0 0 6px 0 !important;
}

.bb-account-login-box .bb-login-subtitle {
  font-size: var(--fs-p, 1rem) !important;
  color: var(--color-body, #1b1c1c) !important;
  margin: 0 0 20px 0 !important;
}

.bb-account-login-box .form-row {
  margin-bottom: 12px !important;
  padding: 0 !important;
}

.bb-account-login-box .input-text {
  width: 100% !important;
  background: var(--color-grey, #f1f1f1) !important;
  border: none !important;
  border-radius: 60px !important;
  font-size: var(--fs-p, 1rem) !important;
  font-family: inherit !important;
  padding: 12px 20px !important;
  height: auto !important;
  box-sizing: border-box !important;
  transition: background .25s ease !important;
}

.bb-account-login-box .input-text:hover,
.bb-account-login-box .input-text:focus {
  outline: none !important;
  background: color-mix(in srgb, var(--color-grey, #f1f1f1) 95%, #000 5%) !important;
}

.bb-account-login-box .bb-login-lost {
  margin: 4px 0 12px !important;
  font-size: var(--fs-p, 1rem) !important;
}
.bb-account-login-box .bb-login-lost a {
  color: var(--color-green, #2e7d32) !important;
  text-decoration: none !important;
}

.bb-account-login-box .bb-login-remember {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: var(--fs-p, 1rem) !important;
  color: var(--color-body, #1b1c1c) !important;
  cursor: pointer !important;
  margin-bottom: 20px !important;
}

.bb-account-login-box .bb-login-error {
  display: block !important;
  color: var(--color-red, #c00) !important;
  font-size: var(--fs-small, .85rem) !important;
  margin-bottom: 12px !important;
}

.bb-account-login-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-top: 20px !important;
}

.bb-account-login-box .bb-account-login-actions .bb-login-btn,
.bb-account-page .bb-account-login-actions .bb-login-btn {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: 2px solid var(--color-body, #1b1c1c) !important;
  border-radius: 60px !important;
  font-size: var(--fs-button, 1rem) !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: opacity .2s ease !important;
}
.bb-account-page .bb-account-login-actions .bb-login-btn:hover { opacity: .85 !important; }

.bb-account-login-box .bb-account-login-actions .bb-guest-continue,
.bb-account-page .bb-account-login-actions .bb-guest-continue {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: transparent !important;
  color: var(--color-body, #1b1c1c) !important;
  border: 2px solid var(--color-body, #1b1c1c) !important;
  border-radius: 60px !important;
  font-size: var(--fs-button, 1rem) !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: opacity .2s ease !important;
}
.bb-account-page .bb-account-login-actions .bb-guest-continue:hover { opacity: .85 !important; }

@media (max-width: 600px) {
  .bb-account-login-actions { grid-template-columns: 1fr !important; }
}

.bb-edit-row--actions .bb-account-btn--outline {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 1px solid var(--color-red, #c00) !important;
  color: var(--color-red, #c00) !important;
  margin-top: 0 !important;
  line-height: var(--lh-button, 1.2) !important;
}

.bb-edit-row--actions .bb-account-btn--outline:hover {
  background: var(--color-red, #c00) !important;
  border-color: var(--color-red, #c00) !important;
  color: #fff !important;
  opacity: 1 !important;
}

@media (max-width: 768px) {
  .bb-account-body .woocommerce-MyAccount-Giftcards-form {
    flex-direction: column !important;
  }
  .bb-account-body .woocommerce-MyAccount-Giftcards-form input[type="text"],
  .bb-account-body .woocommerce-MyAccount-Giftcards-form .woocommerce-Button {
    width: 100% !important;
    flex: 1 1 100% !important;
  }
  .bb-account-body .woocommerce-giftcards-table,
  .bb-account-body .woocommerce-giftcards-activity-table {
    display: block !important;
    overflow-x: visible !important;
    table-layout: auto !important;
  }

  #bb-account-guthaben .woocommerce-giftcards-table thead,
  #bb-account-guthaben .woocommerce-giftcards-activity-table thead {
    display: none !important;
  }
  #bb-account-guthaben .woocommerce-giftcards-table tbody,
  #bb-account-guthaben .woocommerce-giftcards-activity-table tbody {
    display: block !important;
    width: 100% !important;
  }
  #bb-account-guthaben .woocommerce-giftcards-table tbody tr,
  #bb-account-guthaben .woocommerce-giftcards-activity-table tbody tr {
    display: block !important;
    width: 100% !important;
    border-bottom: 1px solid #eee !important;
    padding: 8px 0 !important;
  }
  #bb-account-guthaben .woocommerce-giftcards-table tbody tr:last-child,
  #bb-account-guthaben .woocommerce-giftcards-activity-table tbody tr:last-child {
    border-bottom: none !important;
  }
  #bb-account-guthaben .woocommerce-giftcards-table tbody td,
  #bb-account-guthaben .woocommerce-giftcards-activity-table tbody td {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    padding: 3.5px 0 !important;
    border-bottom: none !important;
    line-height: 1.4 !important;
  }

  #bb-account-guthaben .woocommerce-giftcards-table tbody td:nth-child(1),
  #bb-account-guthaben .woocommerce-giftcards-table tbody td:nth-child(2),
  #bb-account-guthaben .woocommerce-giftcards-table tbody td:nth-child(3),
  #bb-account-guthaben .woocommerce-giftcards-table tbody td:nth-child(4),
  #bb-account-guthaben .woocommerce-giftcards-activity-table tbody td:nth-child(1),
  #bb-account-guthaben .woocommerce-giftcards-activity-table tbody td:nth-child(2),
  #bb-account-guthaben .woocommerce-giftcards-activity-table tbody td:nth-child(3) {
    width: 100% !important;
    white-space: normal !important;
  }

  .bb-account-body .woocommerce-giftcards-table td::before,
  .bb-account-body .woocommerce-giftcards-activity-table td::before {
    content: none !important;
  }

  #bb-account-guthaben .woocommerce-giftcards-table tbody td[data-title="Läuft ab"]::before {
    content: "Läuft ab:\00a0" !important;
  }
}

@media (max-width: 768px) {
  #bb-account-guthaben .woocommerce-MyAccount-Giftcards-form {
    flex-direction: column !important;
    gap: 8px !important;
  }
  #bb-account-guthaben .woocommerce-MyAccount-Giftcards-form input,
  #bb-account-guthaben .woocommerce-MyAccount-Giftcards-form button,
  #bb-account-guthaben .woocommerce-MyAccount-Giftcards-form a {
    width: 100% !important;
    flex: 1 1 100% !important;
    box-sizing: border-box !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  #bb-account-guthaben .woocommerce-Giftcards.woocommerce-MyAccount-Giftcards-form {
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
  }
  #bb-account-guthaben .woocommerce-Giftcards.woocommerce-MyAccount-Giftcards-form input.input-text {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    flex: none !important;
    margin: 0 !important;
  }
  #bb-account-guthaben .woocommerce-Giftcards.woocommerce-MyAccount-Giftcards-form button.woocommerce-Button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    flex: none !important;
    margin: 0 !important;
    padding: 14px 24px !important;
    font-size: var(--fs-p, 1rem) !important;
    font-weight: 400 !important;
  }
}

#bb-account-guthaben form {
  width: 100% !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

#bb-account-guthaben .woocommerce-Giftcards.woocommerce-MyAccount-Giftcards-form {
  width: 100% !important;
  box-sizing: border-box !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

@media (max-width: 768px) {
  #bb-account-guthaben form,
  #bb-account-guthaben .woocommerce-Giftcards.woocommerce-MyAccount-Giftcards-form,
  #bb-account-guthaben .woocommerce-Giftcards.woocommerce-MyAccount-Giftcards-form > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    flex-shrink: 1 !important;
  }
}

.bb-account-profile-rows--password {
  margin-top: 36px !important;
}

@media (min-width: 769px) {
  #bb-account-orders .woocommerce-button.view,
  #bb-account-orders .woocommerce-orders-table__cell-order-actions a,
  .bb-account-btn--outline,
  .bb-account-edit-form .bb-edit-row--actions button[type="submit"],
  .bb-account-edit-form .bb-edit-row--actions input[type="submit"] {
    font-size: calc(var(--fs-button, 1rem) * 0.88) !important;
    padding: clamp(12.3px, 2.64vw, 15.8px) clamp(17.6px, 2.64vw, 21.1px) !important;
  }
}

.bb-account-login-box {
  background: #fff !important;
  border-radius: 24px !important;
  box-shadow: 0 2px 12px rgba(0,0,0,.08) !important;
  border: 2px solid var(--color-yellow, #FFF064) !important;
  padding: 28px !important;
  max-width: 540px !important;
}

@media (max-width: 1024px) { .bb-account-login-box { max-width: 80% !important; } }
@media (max-width: 768px)  { .bb-account-login-box { max-width: 100% !important; } }

.bb-account-login-box .bb-login-heading {
  font-size: var(--fs-h4, 1.25rem) !important;
  font-weight: 700 !important;
  color: var(--color-body, #1b1c1c) !important;
  line-height: 1.25 !important;
  margin: 0 0 10px 0 !important;
}

.bb-account-login-box .bb-login-subtitle {
  font-size: var(--fs-p, 1rem) !important;
  color: var(--color-body, #1b1c1c) !important;
  line-height: 1.5 !important;
  margin: 0 0 18px 0 !important;
}

.bb-account-login-box .bb-login-col {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.bb-account-login-box .bb-login-col .form-row {
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.bb-account-login-box .form-row {
  margin-bottom: 12px !important;
  padding: 0 !important;
}

.bb-account-login-box .input-text {
  width: 100% !important;
  background: var(--color-grey, #f1f1f1) !important;
  border: none !important;
  border-radius: 60px !important;
  font-size: var(--fs-p, 1rem) !important;
  font-family: inherit !important;
  padding: 14px 20px !important;
  height: auto !important;
  box-sizing: border-box !important;
  transition: background .25s ease !important;
}

.bb-account-login-box .input-text:hover,
.bb-account-login-box .input-text:focus {
  outline: none !important;
  background: color-mix(in srgb, var(--color-grey, #f1f1f1) 95%, #000 5%) !important;
}

.bb-account-login-box .bb-login-lost {
  line-height: 1.5 !important;
  margin: 4px 0 8px !important;
  font-size: var(--fs-p, 1rem) !important;
}
.bb-account-login-box .bb-login-lost a {
  color: var(--color-green, #2e7d32) !important;
  text-decoration: none !important;
}

.bb-account-login-box .bb-login-remember {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  line-height: 1.5 !important;
  margin: 0 0 4px 0 !important;
  font-size: var(--fs-p, 1rem) !important;
  color: var(--color-body, #1b1c1c) !important;
  cursor: pointer !important;
}

.bb-account-login-box .bb-login-error,
.bb-account-login-box .bb-lost-error,
.bb-account-login-box .bb-reset-error {
  display: block !important;
  color: var(--color-red, #c00) !important;
  font-size: var(--fs-small, .85rem) !important;
  line-height: 1.5 !important;
  margin-bottom: 16px !important;
}
.bb-account-login-box .bb-login-error[hidden],
.bb-account-login-box .bb-lost-error[hidden],
.bb-account-login-box .bb-reset-error[hidden] {
  display: none !important;
}

.bb-account-login-actions {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
  margin-top: 20px !important;
}

.bb-account-login-box .bb-account-login-actions .bb-login-btn,
.bb-account-page .bb-account-login-actions .bb-login-btn {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: 2px solid var(--color-body, #1b1c1c) !important;
  border-radius: 60px !important;
  font-size: var(--fs-button, 1rem) !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  cursor: pointer !important;
  text-align: center !important;
  transition: opacity .2s ease !important;
}
.bb-account-page .bb-account-login-actions .bb-login-btn:hover { opacity: .85 !important; }

.bb-account-login-box .bb-account-login-actions .bb-guest-continue,
.bb-account-page .bb-account-login-actions .bb-guest-continue {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: transparent !important;
  color: var(--color-body, #1b1c1c) !important;
  border: 2px solid var(--color-body, #1b1c1c) !important;
  border-radius: 60px !important;
  font-size: var(--fs-button, 1rem) !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  padding: 14px 24px !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: opacity .2s ease !important;
}
.bb-account-page .bb-account-login-actions .bb-guest-continue:hover { opacity: .85 !important; }

@media (max-width: 600px) {
  .bb-account-login-actions { grid-template-columns: 1fr !important; }
}

.bb-account-login-box .bb-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}
.bb-account-login-box .bb-field label {
  font-size: var(--fs-p, 1rem) !important;
  font-weight: 600 !important;
  color: var(--color-body, #1b1c1c) !important;
  line-height: 1.3 !important;
  padding-left: 4px !important;
}

.bb-account-login-box .bb-req-star {
  color: var(--color-red, #c00) !important;
  font-weight: 700 !important;
  margin-left: 2px !important;
}

.bb-account-login-box .bb-login-remember { gap: 6px !important; }

.bb-account-login-box .bb-login-btn--full {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: transparent !important;
  color: var(--color-body, #1b1c1c) !important;
  border: 2px solid var(--color-body, #1b1c1c) !important;
  border-radius: 60px !important;
  font-size: var(--fs-button, 1rem) !important;
  font-family: inherit !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 14px 24px !important;
  cursor: pointer !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: opacity .2s ease !important;
}
.bb-account-login-box .bb-login-btn--full:hover { opacity: .85 !important; }

.bb-account-login-box .bb-reg-success .bb-login-btn--full {
  background: var(--color-body, #1b1c1c) !important;
  color: #fff !important;
  border: 2px solid var(--color-body, #1b1c1c) !important;
}
.bb-account-login-box .bb-actions-single {
  display: grid !important;
  grid-template-columns: 1fr !important;
}

.bb-account-login-box .bb-login-divider {
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
  gap: 14px !important;
  margin: 22px 2px !important;
  color: #888 !important;
  font-size: var(--fs-small, .9rem) !important;
  font-weight: 400 !important;
}
.bb-account-login-box .bb-login-divider::before,
.bb-account-login-box .bb-login-divider::after {
  content: "" !important;
  flex: 1 !important;
  height: 1px !important;
  background: #e2e2e2 !important;
}

.bb-account-login-box .bb-reg-grid2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}
.bb-account-login-box .bb-reg-grid-plz {
  display: grid !important;
  grid-template-columns: 1fr 2fr !important;
  gap: 12px !important;
}
.bb-account-login-box .bb-reg-grid2 .form-row,
.bb-account-login-box .bb-reg-grid-plz .form-row { margin: 0 !important; padding: 0 !important; }

.bb-account-login-box select.bb-reg-select,
.bb-account-login-box select.bb-reg-select:hover,
.bb-account-login-box select.bb-reg-select:focus {
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231b1c1c' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 20px 20px !important;
  padding-right: 50px !important;
  cursor: pointer !important;
}

.bb-account-login-box .bb-reg-gm-privacy { margin: 16px 2px 0 !important; }
.bb-account-login-box .bb-reg-gm-privacy p,
.bb-account-login-box .bb-reg-gm-privacy .form-row {
  margin: 0 !important;
  padding: 0 !important;
  font-size: var(--fs-p, 1rem) !important;
  line-height: 1.5 !important;
  color: var(--color-body, #1b1c1c) !important;
}
.bb-account-login-box .bb-reg-gm-privacy label {
  display: flex !important;
  align-items: flex-start !important;
  gap: 6px !important;
  cursor: pointer !important;
}
.bb-account-login-box .bb-reg-gm-privacy input[type="checkbox"] {
  margin-top: 3px !important;
  flex: 0 0 auto !important;
}
.bb-account-login-box .bb-reg-gm-privacy a {
  color: var(--color-green, #2e7d32) !important;
  text-decoration: underline !important;
}

.bb-account-login-box .bb-reg-error {
  display: block !important;
  color: var(--color-red, #c00) !important;
  font-size: var(--fs-small, .85rem) !important;
  line-height: 1.5 !important;
  margin-bottom: 14px !important;
}
.bb-account-login-box .bb-reg-error[hidden] { display: none !important; }

.bb-account-login-box .bb-reg-strength { margin: 8px 4px 0 !important; }
.bb-account-login-box .bb-reg-strength[hidden] { display: none !important; }
.bb-account-login-box .bb-reg-bar {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr !important;
  gap: 7px !important;
  height: 8px !important;
}
.bb-account-login-box .bb-reg-bar span { background: #e6e6e6 !important; border-radius: 999px !important; transition: background .2s ease !important; }
.bb-account-login-box .bb-reg-strength-label { display: block !important; margin-top: 9px !important; font-size: 16px !important; font-weight: 600 !important; line-height: 1 !important; }
.bb-account-login-box .bb-reg-strength.s1 .bb-reg-bar span:nth-child(1) { background: #e74c3c !important; }
.bb-account-login-box .bb-reg-strength.s1 .bb-reg-strength-label { color: #c0392b !important; }
.bb-account-login-box .bb-reg-strength.s2 .bb-reg-bar span:nth-child(-n+2) { background: #e0a52e !important; }
.bb-account-login-box .bb-reg-strength.s2 .bb-reg-strength-label { color: #b7791f !important; }
.bb-account-login-box .bb-reg-strength.s3 .bb-reg-bar span { background: #3aaa5a !important; }
.bb-account-login-box .bb-reg-strength.s3 .bb-reg-strength-label { color: #2e7d32 !important; }

@media (max-width: 600px) {
  .bb-account-login-box .bb-reg-grid2 { grid-template-columns: 1fr !important; }
}

.bb-account-page .woocommerce-message,
.woocommerce-account .woocommerce-message,
.woocommerce .woocommerce-message {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding-left: 1.25em !important;
  flex-wrap: nowrap !important;
}

.bb-account-page .woocommerce-message::before,
.woocommerce-account .woocommerce-message::before {
  position: static !important;
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  flex: 0 0 auto !important;
}
.bb-account-page .woocommerce-message::after,
.woocommerce-account .woocommerce-message::after {
  content: none !important;
  display: none !important;
}

.bb-account-page .woocommerce-message img,
.bb-account-page .woocommerce-message svg,
.woocommerce-account .woocommerce-message img,
.woocommerce-account .woocommerce-message svg {
  flex: 0 0 auto !important;
  margin: 0 !important;
  vertical-align: middle !important;
  display: inline-block !important;
}

.bb-account-login-box .bb-account-login-actions.bb-actions-stacked,
.bb-account-page .bb-account-login-actions.bb-actions-stacked {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  grid-template-columns: none !important;
}
.bb-account-login-box .bb-actions-stacked .bb-login-btn,
.bb-account-page .bb-actions-stacked .bb-login-btn {
  width: 100% !important;
  order: 1;
}

.bb-account-login-box .bb-account-login-actions.bb-actions-single-login,
.bb-account-page .bb-account-login-actions.bb-actions-single-login {
  display: block !important;
  grid-template-columns: none !important;
}
.bb-account-login-box .bb-actions-single-login .bb-login-btn,
.bb-account-page .bb-actions-single-login .bb-login-btn {
  width: 100% !important;
}

.bb-account-login-box .bb-account-login-actions .bb-back-to-login,
.bb-account-page .bb-account-login-actions .bb-back-to-login {
  display: inline !important;
  width: auto !important;
  align-self: center !important;
  margin-top: 18px !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
  font-weight: 400 !important;
  color: #6b6b6b !important;
  text-decoration: underline !important;
  text-underline-offset: 5px !important;
  font-size: .9rem !important;
  order: 2;
}
.bb-account-login-box .bb-account-login-actions .bb-back-to-login:hover,
.bb-account-page .bb-account-login-actions .bb-back-to-login:hover { opacity: .7 !important; }

.bb-account-login-box [data-view="register"] .bb-login-subtitle {
  margin-bottom: 34px !important;
}

.bb-account-login-box [data-view="login"] .bb-login-divider {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.bb-account-login-box .bb-login-meta-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  column-gap: 12px !important;
  margin: 4px 0 !important;
}
.bb-account-login-box .bb-login-meta-row .bb-login-remember {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  gap: 0 !important;
  line-height: 1.2 !important;
  font-size: 1rem !important;
  flex: 0 1 auto !important;
}
.bb-account-login-box .bb-login-meta-row .bb-login-remember input[type="checkbox"] {
  margin: 0 9px 0 0 !important;
  flex: 0 0 auto !important;
}
.bb-account-login-box .bb-login-meta-row .bb-login-lost {
  display: flex !important;
  align-items: center !important;
  margin: 0 12px 0 0 !important;
  line-height: 1.2 !important;
  text-align: right !important;
  flex: 0 1 auto !important;
}
.bb-account-login-box .bb-login-meta-row .bb-show-lost {
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

.bb-account-login-box {
  max-width: 432px !important;
  width: 432px !important;
}
@media (max-width: 1024px) { .bb-account-login-box { max-width: 80% !important; width: auto !important; } }
@media (max-width: 768px)  { .bb-account-login-box { max-width: 100% !important; width: auto !important; } }

.bb-account-login-box [data-view="login"] .bb-login-subtitle {
  margin-bottom: 30px !important;
}

.bb-account-box-title {
  display: inline-flex !important;
  align-items: center !important;
}
.bb-account-icon {
  margin-right: 12px;
}
.bb-account-icon svg {
  display: block !important;
  width: 30px !important;
  height: 30px !important;
}

.bb-logout-link {
  display: inline-flex !important;
  align-items: center !important;
}
.bb-logout-icon {
  margin-right: 6px;
}
.bb-logout-icon svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
}

.bb-login-btn--icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  font-weight: 400 !important;
}
.bb-login-btn--icon .bb-btn-text {
  font-weight: 400 !important;
  line-height: 1 !important;
  display: inline-flex;
  align-items: center;
}
#bb-login-submit.bb-login-btn--icon .bb-svg-icon svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
}

.bb-login-btn--outline.bb-login-btn--icon {
  height: 54px !important;
  min-height: 54px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.bb-login-btn--outline.bb-login-btn--icon .bb-svg-icon {
  align-self: center !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 26px !important;
  line-height: 0 !important;
  margin: 0 !important;
}
.bb-login-btn--outline.bb-login-btn--icon .bb-svg-icon svg {
  display: block !important;
  width: 26px !important;
  height: 26px !important;
}
.bb-login-btn--outline.bb-login-btn--icon .bb-btn-text {
  display: inline-flex !important;
  align-items: center !important;
  align-self: center !important;
  line-height: 1 !important;
  height: 26px !important;
}

.bb-account-btn--icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}
.bb-account-btn--icon .bb-btn-icon {
  align-self: center !important;
}
.bb-account-btn--icon .bb-btn-icon svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.bb-account-btn--icon .bb-btn-icon svg path:not([fill="none"]),
.bb-account-btn--icon .bb-btn-icon svg [fill]:not([fill="none"]),
.bb-account-btn--icon .bb-btn-icon svg [style*="fill"]:not([fill="none"]) {
  fill: #ffffff !important;
}

#bb-account-guthaben .woocommerce-Giftcards.woocommerce-MyAccount-Giftcards-form {
  gap: 10px !important;
}
#bb-account-guthaben .woocommerce-Giftcards.woocommerce-MyAccount-Giftcards-form input.input-text {
  height: 55px !important;
  padding-top: 18px !important;
  padding-bottom: 18px !important;
  margin-right: 0 !important;
}
#bb-account-guthaben .woocommerce-Giftcards.woocommerce-MyAccount-Giftcards-form button.woocommerce-Button {
  margin-left: 0 !important;
}

#bb-login-submit.bb-login-btn--icon .bb-svg-icon svg path:not([fill="none"]),
#bb-login-submit.bb-login-btn--icon .bb-svg-icon svg [fill]:not([fill="none"]) {
  fill: #ffffff !important;
}
.bb-login-btn--outline.bb-login-btn--icon .bb-svg-icon svg path:not([fill="none"]),
.bb-login-btn--outline.bb-login-btn--icon .bb-svg-icon svg [fill]:not([fill="none"]) {
  fill: #282828 !important;
}

@media (max-width: 768px) {
  .bb-login-btn--outline.bb-login-btn--icon .bb-svg-icon {
    height: 22px !important;
  }
  .bb-login-btn--outline.bb-login-btn--icon .bb-svg-icon svg {
    width: 22px !important;
    height: 22px !important;
  }
  .bb-login-btn--outline.bb-login-btn--icon .bb-btn-text {
    height: 22px !important;
  }
}
