/*
Theme Name: Divi Child
Theme URI: http://www.vk-bmw-shop.de
Template: Divi
Author: Mark
Author URI: http://www.michel-edv.de
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1752963693
Updated: 2025-07-20 00:21:33

*/

/*.site {
            background-color: blue;
        } 
*/


/*#### Überschrift "Beschreibung" ausblenden wenn Beschreibung leer" #### */

/* Titel unter "Ähnliche Produkte" auf volle Breite setzen */
.dfw-5-related-products .woocommerce-loop-product__title {
	/**/
	width: 100% !important;


}


/* ##### Zahlungsartenbereich im Checkout stylen #####*/
/* --- Zahlungsarten im Checkout --- */

/* --- Zahlungsarten mit Icons im WooCommerce Checkout --- */


/* #####   Zeilenumbruch nach Artikelnummer#######  */
.product_meta .sku_wrapper {
  display: block; 
  margin-bottom: 5px; /* etwas Abstand */
}


/* Das Mengenfeld in Woocommerce erweitern */
/* Mengenfeld Styling */
/* Wrapper im Flex-Layout */
/* Wrapper: horizontale Ausrichtung */
/* Wrapper: horizontale Ausrichtung */

.quantity {
  /*display: flex !important;
  flex-direction: row !important;   */
                                     
}


/* ###########   Kategorieübersicht Raster ######## */

/* Entfernt das WooCommerce-Pseudo-Element, das die erste Zelle blockiert */
.woocommerce ul.products::before,
.woocommerce-page ul.products::before {
  content: none !important;
}



/* ########   Inhalt vertikal unten ausrichten  ########### */

.content-vertical-align-bottom {  
  display: flex;  
  flex-direction: column;  
  justify-content: flex-end; 
  /* background-color: red; */
}



#main-content .container {
  padding-top: 10px !important;
}



/* #########    Fixe Sektion links für Menübaum ############## */
