/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: A child theme for the Kadence Theme.
Version: 1.0.2
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/*-----Sortieroptionen Produkte -----*/

.dokan-w12 {
  display: none;
}

/* Profil-Komplettheitsanzeige ausblenden */
.dokan-profile-completeness {
    display: none !important;
}

/* "Produkt Typ" Label + Auswahlbox ausblenden im Dokan Produktformular */
.dokan-product-edit-form label[for="product_type"],
.dokan-product-edit-form select#product_type {
  display: none !important;
}

/* === Dokan Adressfeld im Dashboard ausblenden === */
.dokan-settings-content #setting_address,
.dokan-settings-content label[for="setting_address"],
.dokan-settings-content #dokan-address-fields-wrapper,
.dokan-settings-content .dokan-address-fields {
  display: none !important;
}

/* Attribut-Box im Dokan Produkt-Editor ausblenden */
.dokan-dashboard .dokan-attribute-variation-options {
  display: none !important;
}

/* SKU- und Lager-Spalte im Dokan Vendor Dashboard ausblenden */
.dokan-dashboard #dokan-product-list-table th:nth-child(6),
.dokan-dashboard #dokan-product-list-table td:nth-child(6),
.dokan-dashboard #dokan-product-list-table th:nth-child(7),
.dokan-dashboard #dokan-product-list-table td:nth-child(7) {
  display: none !important;
}

/* Desktop (ab 1024px) */
.dokan-store-products-filter-area .orderby-search {
  margin-left: 10px !important;
  margin-top: 0 !important;
  border-radius: 3px;
  float: left !important;

}

/* Smartphones (bis 767px) */
@media (max-width: 767px) {
  .dokan-store-products-filter-area .orderby-search {
    margin-left: 0px !important;
    margin-top: 10px !important;
    border-radius: 3px;
  }
}


/* Dokan – Hervorgehobene Produkte im Store-Frontend ausblenden */
#dokan_store_section_featured {
  display: none !important;
}

/* Dokan – Spalte "Verdienst" in der Produktübersicht ausblenden */
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area table th.column-earning,
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area table td[data-title="Verdienst"],
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area table td[data-title="Earning"],
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area table td[data-title="Earnings"],
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area table thead th:nth-child(9),
.dokan-dashboard .dokan-product-listing .dokan-product-listing-area table tbody td:nth-child(9) {
  display: none !important;
}

/* Passwortänderung im Dokan-Account-Bereich ausblenden */
.dokan-dashboard-content form.edit-account fieldset {
    display: none !important;
}

/* ----------------------------------------------------------
 * Dokan Produkteditor – "Permalink bearbeiten"-Button ausblenden
 * ----------------------------------------------------------
 * Versteckt den kleinen Button unter dem Produkttitel,
 * der normalerweise den Slug (Permalink) editierbar macht.
 * Der Button hat die Klassen:
 *   .edit-slug.button.button-small.hide-if-no-js
 * ---------------------------------------------------------- */
#edit-slug-buttons .edit-slug.button.button-small.hide-if-no-js {
  display: none !important;
}

/* Blendet die CHF-Umrechnung im Abonnement-Paket aus */
.dokan-subscription-content .dps-amount > div {
  display: none !important;
}

/* Blendet das Label "Kauf-Notiz" und das Eingabefeld darunter aus */
.dokan-dashboard .dokan-section-content label[for="_purchase_note"],
.dokan-dashboard .dokan-section-content #_purchase_note {
    display: none !important;
}

/* Markierung im CSS für dich */
.dokan-dashboard .dokan-section-content label[for="_purchase_note"]::before {
    content: "/* Kauf-Notiz wurde per CSS ausgeblendet */";
    display: none;
}

/* ✅ sauber: ganze Sichtbarkeits-Zeile komplett weg */
@supports selector(:has(*)) {
  #dokan-product-edit-form .dokan-section-content
  .dokan-form-group.content-half-part:has(> #_visibility) {
    display: none !important;
  }
}

/* Remove Zone Shipping */

.dokan-page-help p:last-of-type {
    display: none !important;
}

.dokan-proudct-advertisement {
	display: none;
}

.dokan-product-inventory {          	
    display:none
}

/* "Sie verdienen ausblenden */
span.vendor-earning.simple-product {
    display: none !important;
}

/* Katalog-Modus-Checkbox verbergen */
.dokan-edit-row.dokan-catalog-mode {
    display: none !important;
}

/* Sichtbarkeit (Label + Select) komplett verstecken */
.dokan-dashboard .dokan-section-content label[for="_visibility"],
.dokan-dashboard .dokan-section-content label[for="visibility"],
.dokan-dashboard .dokan-section-content #_visibility {
  display: none !important;
}

/* Rabatt-Optionen Feld komplett verstecken */
.dokan-discount-options {
  display: none !important;
}

/* Telefonnummer-Feld inkl. Box im Dokan Dashboard verstecken */
.dokan-dashboard-wrap form#store-form .dokan-form-group label[for="setting_phone"],
.dokan-dashboard-wrap form#store-form .dokan-form-group input#setting_phone {
    display: none !important;
}

/* Verlinkte Produkte (Upsells / Cross-Sells) im Dokan Formular ausblenden */
.dokan-linked-product-options {
  display: none !important;
}

/* Versandstab Produkte voerst ausblenden */ 

/* Versand-Tab oben ausblenden */
li.shipping_tab {
  display: none !important;
}

/* Versand-Tab-Inhalt unten ausblenden */
#tab-shipping {
  display: none !important;
}

/* Hide Select Brand Button Dokan Dashboard */

#product_brand {
  display: none !important;
}

/* Versandsoptionen beim Inserieren verstecken */

.hide_if_variable-subscription.dokan-product-shipping-tax {
  display: none !important;
}

/* Schnellbearbeitung (Quick Edit) im Dokan Dashboard ausblenden */
span.item-inline-edit.editline {
  display: none !important;
}

/* Entferne 'Sortiert nach' Label + Dropdown */
@media only screen and (max-width: 480px) {
  #dokan-store-listing-filter-wrap .right .item.sort-by {
    display: none !important;
  }
}

.entry.loop-entry a[rel="noopener noreferrer"] {
    display: none;
}

#tab-description > h2:first-of-type {
    display: none;
}

/* Dokan Analytics Dashboard komplett ausblenden */
#dokan-analytics-app {
    display: none !important;
}


/* ───────────────🔹 MY ACCOUNT EDITS ─────────────── */
.wcmtx-grid {
    display: none !important;
}

/* Versteckt die komplette Filter-/Suchleiste in Dokan Ankündigungen */
.dokan-dashboard .dokan-layout-content-area .grid.grid-cols-2.gap-2.mb-4 {
  display: none !important;
}

/* Abo-Info-Box im Dashboard ausblenden */
.dokan-dashboard-subscription-wrap .seller_subs_info {
  display: none !important;
}

ul.dokan_tabs {
	display: none;
}

/* Blendet das "Sats"-Währungssymbol aus */
.dokan-subscription-content .woocommerce-Price-currencySymbol {
  display: none !important;
}

/*------- Wooo -------*/

/* WooCommerce Produkt-Tab: "Shop Name" ausblenden */
#tab-seller .store-name {
  display: none !important;
}