/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme für Divi Theme by Elegant Themeson CHECK5
 Author:         Rainer Deckert
 Author URI:     https://check5.de
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Ab hier kannst du deine CSS-Anpassungen eintragen
------------------------------------------------------- */
.moove-gdpr-branding-cnt span{visibility:hidden;}
.moove-gdpr-branding-cnt span:before{content:"CHECK5";visibility:visible;}

.vertikal-zentrieren{display: flex; flex-direction: column; justify-content: center;}

.kategorie-start-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px; 
    border-radius: 20px;
    overflow: hidden;
}

.kategorie-start-cell .et_pb_text_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.kategorie-start-link{color:#fff;background-color:#FE6D52;padding:5px;font-size:24px;border-radius:10px;}

.bottomlink{color:#666666;}

/* === WooCommerce Produkt-Loop-Styling === */
.woocommerce ul.products li.product {
  border: 1px solid #000;       /* Rahmenfarbe – kann geändert werden */
  border-radius: 8px;           /* Ecken abrunden, optional */
  padding: 15px;                /* Innenabstand */
  margin: 10px;                 /* Außenabstand (bewirkt Abstand zwischen Produkten) */
  background: #fffff0;             /* Hintergrundfarbe */
  box-sizing: border-box;
}

.woocommerce ul.products li.product:hover {
  border-color: #009EE8; /* oder deine Akzentfarbe */
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.shipping-costs-info a{color:cd0000;text-decoration:underline !important;}

.shopicon img{width:40px;float:right;margin:0 10px 0 0;padding:5px 5px 5px 5px;border: 1px solid #ffffff;background-color:#27408b;border-radius:10px;margin:2px 10px 5px 0;}

.shopicon-mobil img{width:40px;margin:0 10px 0 0;padding:5px 5px 5px 5px;border: 1px solid #ffffff;background-color:#27408b;border-radius:10px;margin:2px 10px 5px 0;}

.shop-top{color:#ffffff;font-size:18px;padding:10px 0 0 0;}
.toplink{color:#ffffff;}

.mobile_menu_bar:before{color:#000000 !important;font-size:50px;}


