/*
 Theme Name:     Mittwald Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Nutzen Sie das Child Theme um Änderungen am Divi Theme vorzunehmen. Sie können dazu den <a href="/wp-admin/theme-editor.php">Theme-Editor</a> benutzen.
 Author:         Mittwald CM Service GmbH & Co.KG
 Author URI:     https://www.mittwald.de/
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
@media (min-width: 981px) {
    #left-area {
		width:auto;
		padding-right: 1%;
	}
}

/* Versteckt die Eingabefelder und Labels von Germanized zusätzlichen Feldern "Vorname" und "Nachname" */
label[for="af_c_f_additional_616x"],
label[for="af_c_f_additional_617x"],
#af_c_f_additional_616x,
#af_c_f_additional_617x {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

div.af_c_f_extra_fields h3 {
	display: none;	
}

/* Entferne Zahlen */
#top-menu .menu-item-has-children > a .count {
    display: none;
}

/* Pfeil hinzufügen */
#top-menu .menu-item-has-children > a:first-child::after {
    content: '▼'; /* alternativ ▾ oder ▸ */
    display: inline-block;
    margin-left: 0.3em;
    font-size: 0.8em;
}

@media (min-width: 981px) {
  #main-content .container::before {
    width: 0px !important;
  }
}

/* Standardfarbe */
.wpmenucart-contents {
  color: #444;
  transition: color 0.3s ease;
}

/* Stil für das Pseudo-Element, wenn Warenkorb nicht leer ist */
.et-cart-info.cart-not-empty span::before {
  color: #005da9 !important;
}

a.woocommerce-button.button.Help {
    display: none !important;
}

/* Zeigt den Close-Button der Lightbox */
.pswp__button--close {
    display: block !important;
    top: 10px !important;
    right: 10px !important;
    background: rgba(0,0,0,0.5);
    border-radius: 50%;
}
