@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.heilemann.hu/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.9") format("woff2");
}

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #000000;
	--wd-text-font-size: 18px;
	--wd-title-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 900;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(0, 34, 68);
	--wd-alternative-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 900;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 18px;
	--wd-header-el-font: "Geologica", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 16px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,0,0);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: #bea163;
	--btn-accented-bgcolor-hover: #ad8d4a;
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(136,173,153);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: rgb(0,153,102);
	--wd-link-color-hover: rgb(0,34,68);
}
.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;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: rgb(0,0,0);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	font-family: "Geologica", Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #000000;
}
html .wd-nav-mobile .wd-sub-menu li a {
	font-weight: 600;
	font-size: 18px;
	color: #000000;
}
html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
	font-family: "HEILEMANN-Bold", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 22px;
}
html .wd-product .price, html .wd-product .price > .amount, html .wd-product .price ins > .amount {
	font-weight: 400;
	font-size: 18px;
	color: rgb(0,0,0);
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-size: 28px;
}
.product-categories {
	color: rgb(0,0,0);
}
html .wd-dropdown-menu.wd-design-default .wd-sub-menu li a {
	font-size: 18px;
	color: rgb(0,0,0);
}
html .wd-dropdown-cats .wd-nav.wd-nav-vertical > li > a {
	font-family: "Geologica", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 50px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 15px;
	--wd-arrow-bg: rgb(247,247,247);
	--wd-arrow-bg-hover: rgb(136,173,153);
	--wd-arrow-bg-dis: rgb(247,247,247);
	--wd-arrow-radius: 25px;
}
.wd-nav-scroll {
	--wd-nscroll-width: 45%;
	--wd-nscroll-drag-bg: rgb(136,173,153);
	--wd-nscroll-drag-bg-hover: rgba(136,173,153,0.8);
}
.product-labels .product-label.onsale {
	background-color: rgba(221,0,0,0.82);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(255,255,255);
	color: rgb(25,25,25);
}
.product-labels .product-label.featured {
	background-color: rgb(255,255,255);
	color: rgb(25,25,25);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(255,255,255);
	color: rgb(25,25,25);
}
.product-labels .product-label.attribute-label:not(.label-with-img) {
	background-color: rgb(255,255,255);
	color: rgb(25,25,25);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-text-font-size: 18px;
	}
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 24px;
	}
	html .wd-dropdown-cats .wd-nav.wd-nav-vertical > li > a {
		font-size: 22px;
	}
	.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
		--wd-arrow-size: 44px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-text-font-size: 18px;
	--wd-header-el-font-size: 16px;
	}
	html .product-image-summary-wrap .product_title, html .wd-single-title .product_title {
		font-size: 18px;
	}
	html .wd-dropdown-cats .wd-nav.wd-nav-vertical > li > a {
		font-size: 18px;
	}

}
:root{
--wd-container-w: 1720px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--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: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

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


.wd-page-title {
background-color: rgb(0,0,0);
}

.black_list {
  color: black;
}

.labels-rectangular .product-label {
	font-size: 12px !important;
	word-break: break-word;
	font-weight: 700;
}

body .title-design-centered .wd-back-btn{
    display:none;
}

.product-grid-item .product-labels {
    bottom: 10px !important;
		top: auto !important;
    right: auto !important;
    left: 10px !important;
}

.wd-sub-menu li>a {
    color: #000000;
    font-size: 18px;
}

.widget .product-categories li.wd-active>a {
    color: #000000;
		font-family: Geologica;
    font-size: 18px;
    font-weight: 900 !important
}

.widget .product-categories li a {
    color: black;
}

:is(.wd-breadcrumbs,.yoast-breadcrumb) {
    --wd-link-color: black;
    --wd-link-color-hover: var(--color-gray-700);
    --wd-bcrumb-color-active: var(--color-gray-900)
}

.wd-breadcrumbs>:is(span,a):last-child {
    font-weight: 900;
    color: var(--wd-bcrumb-color-active)
}

.rank-math-breadcrumb {
      overflow-x: auto;
    }

/* Ez elrejti a termékkategóriákat a termékoldalon
body.single .product_meta > span.posted_in {
display:none;
} // */

.wd-products[class*="wd-stretch-cont"] .wd-product :is(.price,.wrap-price,.product-rating-price) {
    margin-bottom: 15px;
}

.wd-cat-inner .wd-entities-title {
    margin-bottom: 10px;  
		font-weight: 700;
}

nav.rank-math-breadcrumb {
font-size: 16px;
}

/* Link szín a navbarban */
.rank-math-breadcrumb a {
  color: #000000; /* link szín */
}

/* Link hover szín */
.rank-math-nav a:hover {
  color: #000000; /* hover szín */
}

.rank-math-breadcrumb .last {
    font-weight: 700;
}

/*PRODUCT CARD CSS eleje ami a PRODUCT CARD JS-hez tartozik*/
/* az egész kártya fölé kerülő, tényleges kattintható overlay link */
/* A kártya kattinthatóvá tétele */
.product-grid-item.product .product-wrapper {
  position: relative;
}

/* Az egész kártyát lefedő link */
.product-grid-item.product .product-wrapper .full-card-link {
  cursor: pointer;
  position: absolute;
  inset: 0;
  z-index: 50;
  background: transparent;
  text-indent: -9999px;
  overflow: hidden;
}

/* A CTA/gomb rétegek a link fölött maradnak és kattinthatók */
.product-grid-item.product .wd-buttons,
.product-grid-item.product .wd-add-btn,
.product-grid-item.product .swap-elements,
.product-grid-item.product .wd-compare-btn,
.product-grid-item.product .wd-wishlist-btn {
  position: relative;
  z-index: 60;
}

/* Egér mutató kézre vált, de nincs hover animáció */
.product-grid-item.product.is-clickable .product-wrapper,
.product-grid-item.product.is-clickable .product-element-top {
  cursor: pointer;
}

/*PRODUCT CARD CSS vége ami a PRODUCT CARD JS-hez tartozik*/


.wd-product .wd-entities-title {
    font-weight: 700
}
/* Főoldal promo box eleje */
.my-promo-box img {
    transition: filter .3s ease;
}

.my-promo-box:hover img {
    filter: brightness(80%);
}
/* Főoldal promo box vége */@media (min-width: 1025px) {
	.menu-highlight > a .nav-link-text {
color: #A2E4B8;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.menu-highlight > a .nav-link-text {
color: #2E8B57;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	.wd-nav.wd-layout-drilldown>li [class*="sub-menu"]>.menu-item>a,.wd-nav .wd-sub-menu .wd-drilldown-back>a,.wd-nav.wd-layout-drilldown .woocommerce-MyAccount-navigation-link>a {
    font-size: 16px !important;
    color: black !important;
}

.menu-highlight > a .nav-link-text {
color: #2E8B57;
}
}

@media (max-width: 576px) {
	footer .wd-nav-vertical{
	z-index: 99999;
}
.wd-nav.wd-layout-drilldown>li [class*="sub-menu"]>.menu-item>a,.wd-nav .wd-sub-menu .wd-drilldown-back>a,.wd-nav.wd-layout-drilldown .woocommerce-MyAccount-navigation-link>a {
    font-size: 16px !important;
    color: black !important;
}

.menu-highlight > a .nav-link-text {
color: #2E8B57;
}
}

