:root {
	--wd-text-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 500;
	--wd-text-color: #000000;
	--wd-text-font-size: 16px;
	--wd-title-font: "Baskervville", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #000000;
	--wd-entities-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 15px;
	--wd-header-el-font: "Open Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 15px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: #61773b;
	--wd-alternative-color: #43591e;
	--btn-default-bgcolor: #61773b;
	--btn-default-bgcolor-hover: #43591e;
	--btn-accented-bgcolor: #61773b;
	--btn-accented-bgcolor-hover: #43591e;
	--wd-form-brd-width: 2px;
	--notices-success-bg: #81d742;
	--notices-success-color: #ffffff;
	--notices-warning-bg: #dd3333;
	--notices-warning-color: #ffffff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	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: 280px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #2d361c;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-container-w: 1340px;
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #fff;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1340px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1340px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1340px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: rgb(219,230,175);
}

.woodmart-hover-tiled .product-element-bottom {
    text-align: center;
}

.whb-top-bar {
    margin-bottom: 50px;
}

.whb-general-header {
    padding: 20px 0;
}

.compare-field {
    font-size: 16px;
    font-weight: 500;
}

li.meta-author {
    display: none !important;
}

.title-size-default {
    padding: 10px 0 !important;
}

.wd-title-style-underlined .title {
    border-bottom: 2px solid #61773B !important;
}

.wd-dropdown-menu.wd-design-sized:not(.wd-scroll),
.wd-dropdown {
    background-color: #fafafa !important;
}


/* WoodMart paginatitels sitebreed corrigeren */
.wd-page-title.page-title {
    min-height: 0 !important;
    height: auto !important;
    padding: 35px 0 !important;
    margin: 0 0 25px 0 !important;
    display: block !important;
}

.wd-page-title.page-title > .container {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 15px !important;
    margin: 0 auto !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;

    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;
}

.wd-page-title .entry-title {
    margin: 0 0 15px 0 !important;
    padding: 0 !important;

    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;

    line-height: 1.15 !important;
    text-align: center !important;
}

.wd-page-title .wd-breadcrumbs {
    margin: 0 !important;
    padding: 0 !important;

    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    transform: none !important;

    text-align: center !important;
}