.cat_img img.submenu-headline-image {
    max-height: 150px;
    object-fit: contain;
	margin-bottom: 10px;
}
div#cat_sec_0 {
    background: rgb(41, 42, 46);
    padding-bottom: 50px;
}

div#cat_sec_0 * {
    color: #fff;
}

.cat_sec h2 {
    font-size: 36px;
    margin-bottom: 30px;
}

.cat_box h4 {
    font-size: 18px;
    font-weight: bold;
}

div#cat_sec_1 {
    padding: 70px 0;
}

.catbox_content .dropdown-toggle:after {
    width: auto !IMPORTANT;
    content: '\f0d7' !IMPORTANT;
    font-size: 20px;
}

.catbox_content .dropdown-toggle {
    background: transparent !important;
    color: var(--primary) !important;
}

/* ebakery 09.07.25 => Anpassung Dropdowns auf Startseite */
.catbox_content .dropdown-toggle {
    font-size: 16px;
}
#cat_sec_0 .catbox_content .dropdown-toggle {
    border-color: #fff ! IMPORTANT;
    color: #fff ! IMPORTANT;
}
.catbox_content .dropdown-menu {
    background: #fff;
    width: 100%;
    border: 1px solid var(--primary);
    margin: 0;
}
.catbox_content .dropdown-menu a:nth-child(even) {
    background: #eee;
}
.catbox_content .dropdown-menu a:hover {
    color: #fff !important;
    background: var(--primary) !IMPORTANT;
}

.catbox_content .dropdown-menu a {
    color: var(--primary) !important;
    padding: 10px 15px;
    font-size: 16px;
}
/* ebakery 09.07.25 ENDE => Anpassung Dropdowns auf Startseite */

.cat_sec>.container>.row {
    row-gap: 50px;
}

/* ebakery 09.07.25 => Anpassung Icon Vergleichsliste */
li#shop-nav-compare a i:before {
    font-size: 24px;
    vertical-align: text-top;
}
/* ebakery 09.07.25 => Anpassung Icon Vergleichsliste */

body[data-page="1"] #content-wrapper>.breadcrumb-container .breadcrumb-item:not(.breadcrumb-backtolist),
.pro_detail_breadcrumb .breadcrumb-backtolist,
body[data-page="1"] #content-wrapper>.breadcrumb-container .breadcrumb-backtolist::after,
#product-offer .product-info ul.info-essential {
    display: none;
}

body[data-page="1"] #content-wrapper>.breadcrumb-container .breadcrumb-wrapper,
.pro_detail_breadcrumb .breadcrumb-wrapper {
    border: 0;
}

body[data-page="1"] #content-wrapper>.breadcrumb-container .breadcrumb-backtolist {
    border: 1px solid var(--primary);
    padding: 10px;
    color: var(--primary);
}

body[data-page="1"] #content-wrapper>.breadcrumb-container .breadcrumb-backtolist a {
    color: var(--primary);
}

.pro_detail_breadcrumb .breadcrumb-link,
.breadcrumb-item+.breadcrumb-item::before {
    color: #9F9F9F;
}

.pro_detail_breadcrumb .breadcrumb-wrapper {
    margin: 0;
}

h1.product-title {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
}

nav.tab-navigation {
    border-radius: 5px;
    background-color: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.35);
}

.tab-navigation .nav-item:not(:last-child) {
    margin-right: 2px;
}

.nav-tabs .nav-link {
    font-size: 14px;
    font-weight: normal;
    border: 1px solid var(--primary);
    color: var(--primary);
    padding: 5px 15px;
}

.nav-tabs .nav-link.active {
    background: var(--primary);
    color: #fff;
    padding: 7px 15px;
}

.tab-navigation .nav-link::after {
    content: unset;
}

.tab-navigation .nav-tabs {
    border-color: var(--primary);
}

.tab-navigation .nav-tabs li {
    display: flex;
    align-items: end;
}

/* ebakery 16.07.2025 => Anpassung Kategoriemenü für Mobiles */
@media screen and (min-width: 992px) {
	div#mainNavigation li.nav-item.nav-scrollbar-item.dropdown.dropdown-full > a {
	    pointer-events: none;
	}

/* Sascha 03.06.2025 - Megamenu */
/* 1. Subkategorie (Hauptkategorie z.B. Elektronik + Mechanik) */
	/*.subcategory-wrapper .col.nav-item-lg-m.nav-item.dropdown.col-lg-4.col-xl-3 {*/
	.subcategory-wrapper .col.nav-item-lg-m.nav-item {
		/* Subkategorien vorhanden => Dropdown */
		&.dropdown.col-lg-4.col-xl-3 {
			> a {
				font-size: 18px;
				font-weight: bold;
				color: #000;
				margin: 0;
			}
		}
		
		/* keine Subkategorien vorhanden */
		&.col-lg-4.col-xl-3 {
			> a {
				font-size: 18px;
				font-weight: bold;
				color: #000;
				margin: 0;
			}
		}
	}
/* Sascha 03.06.2025 - Megamenu */
}
/* ebakery 16.07.2025 ENDE => Anpassung Kategoriemenü für Mobiles */

/* Fi Css */

table.table.dropdown-cart-items td.text-right-util.text-nowrap-util,
li.cart-dropdown-total-item,
.cart-dropdown .cart-dropdown-total-item-price,
span.price_overall.text-accent,
.row.tax,
.row.basket-summary-total,
fieldset#checkout-shipping-payment,
.checkout-items-header .col:nth-child(3),
.col.checkout-items-item-price-single.text-nowrap-util.col-lg-2.col-9,
.cart-items-header .row .col:nth-child(2),
.cart-items-header .row .col:last-child,
.cart-items-body .cart-items-single-price {
    display: none;
}

.col.price-col,
.checkout-items-header .col:last-child {
    opacity: 0;
    visibility: hidden;
}

.checkout-items-item>div {
    margin-left: unset;
}

/* Fi Css End */

header .submenu-headline-image {
    max-height: 110px;
        width: auto;
}
.product-actions .compare {
    background: transparent;
    border: 0;
    padding: 0;
    height: auto;
}
.attr-characteristic a {
    pointer-events: none;
}