:root {
	--wd-text-font: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: var(--wd-text-font);
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: var(--wd-title-font);
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: var(--wd-text-font);
	--wd-widget-title-font: var(--wd-title-font);
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: var(--wd-text-font);
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(18,94,11);
	--wd-alternative-color: rgb(212,175,55);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(18,94,11);
	--btn-accented-bgcolor-hover: rgb(0,58,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(221,0,0);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-sub-menu li>a {
	font-size: 16px;
	color: rgb(51,51,51);
}
.wd-sub-menu li>a:hover {
	color: rgb(18,94,11);
}
.wd .product-label.out-of-stock {
	background-color: rgb(18,94,11);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.product-label.wd-shape-round.out-of-stock {
    max-width: 100% !important;
}

/* Rabatt-Badge bei ausverkauften Produkten verstecken */
.product.outofstock .onsale {
    display: none !important;
}@media (min-width: 1025px) {
	/* Gilt nur für Text und Icon INNERHALB der Top Bar */
.whb-top-bar :is(.wd-tools-text, .wd-tools-icon) {
    color: #ffffff !important;
}

/* Gilt nur für die FiboSearch Icons INNERHALB der Top Bar */
.whb-top-bar :is(.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler) {
    fill: #ffffff !important;
}
/* Dropdown submenu hintergrund breite Automatisch */
.wd-dropdown-menu.wd-design-default {
	    min-width: 250px !important;
	    --wd-dropdown-width: max-content !important;
}

/* Submenu Hover unterlinie und farbe mit animation */
.wd-sub-menu li > a {
    text-decoration: none !important; 
    background-image: linear-gradient(var(--sub-menu-color-hover), var(--sub-menu-color-hover)) !important;
    background-position: left bottom !important; 
    background-repeat: no-repeat !important;
    background-size: 0% 2px !important; 
    transition: background-size 0.4s ease-in-out !important;
    width: max-content !important; /* Verhindert, dass die Linie über die ganze Spaltenbreite geht */
		justify-self: center !important;
}

/* 2. Beim Hovern ausfahren */
.wd-sub-menu li > a:hover {
    background-size: 100% 2px !important; 
    color: var(--sub-menu-color-hover) !important;
}
}

@media (max-width: 576px) {
	.whb-top-bar .whb-col-mobile {
    justify-content: space-between !important;
}
}

