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

:root {
	--wd-text-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(43,43,43);
	--wd-text-font-size: 17px;
	--wd-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 500;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cabin", 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: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 17px;
	--wd-header-el-font: "Cabin", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 16px;
	--wd-primary-color: rgb(60,97,6);
	--wd-alternative-color: rgb(60,97,6);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-font-family: "Cabin", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-font-family: "Geologica", Arial, Helvetica, sans-serif;
	--btn-accented-bgcolor: rgb(71,114,7);
	--btn-accented-bgcolor-hover: rgb(71,114,7);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255,255,255);
	background-image: url(https://buyhigh.de/wp-content/uploads/2021/09/retail-popup-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.wd-page-title {
	background-color: #0a0a0a;
	background-image: url(https://buyhigh.de/wp-content/uploads/2021/09/retail-page-title.jpg);
	background-size: cover;
	background-position: center center;
}
html .product.wd-cat .wd-entities-title, html .product.wd-cat.cat-design-replace-title .wd-entities-title, html .wd-masonry-first .wd-cat:first-child .wd-entities-title {
	font-size: 16px;
}
.wd-header-text set-cont-mb-s reset-last-child {
	font-family: "Cabin", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 20px;
}
html .wd-nav-mobile > li > a {
	font-family: "Cabin", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 26px;
	text-transform: none;
}
.single-product .wd-page-content {
	background-image: none;
	background-repeat: repeat;
}
.wd-nav-pagin-wrap:not(.wd-custom-style) {
	--wd-pagin-size: 3px;
	--wd-pagin-bg: rgb(249,249,249);
	--wd-pagin-bg-hover: rgb(59,97,6);
	--wd-pagin-bg-act: rgb(59,97,6);
}
.wd-nav-scroll {
	--wd-nscroll-height: 3px;
	--wd-nscroll-width: 100%;
	--wd-nscroll-bg: rgb(249,249,249);
	--wd-nscroll-drag-bg: rgb(59,97,6);
	--wd-nscroll-drag-bg-hover: rgb(59,97,6);
}
.product-labels .product-label.onsale {
	background-color: rgb(48,80,1);
}
.product-labels .product-label.new {
	background-color: rgb(48,80,1);
	color: rgb(255,255,255);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	.wd-nav-scroll {
		--wd-nscroll-height: 3px;
	}

}

@media (max-width: 768.98px) {
	.wd-nav-scroll {
		--wd-nscroll-height: 3px;
	--wd-nscroll-width: 100%;
	}

}
:root{
--wd-container-w: 1350px;
--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: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

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


@media (max-width: 768px) {
    input,
    select,
    textarea {
        font-size: 16px !important;
    }
}

.buyhigh_link_green {
  position: relative;
  display: inline-block;
  color: inherit; /* stellt sicher, dass die Textfarbe unverändert bleibt */
}

.buyhigh_link_green::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 102%;
  height: 3px; /* Höhe des Unterstrichs */
  background-color: #3c6106; /* Farbe des Unterstrichs */
}

@media only screen and (max-width: 768px) {
    body .cart-widget-side {
        width: 90%;
        transform: translate3d(100%,0,0);
        -webkit-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -sand-transform: translate3d(100%,0,0);
    }

    .cart-item-image img {
        max-width: 80px !important;
    }
}

@media only screen and (min-width: 769px) {
    body .cart-widget-side {
        width: 35%; /* Beispielwert für Desktop, anpassen nach Bedarf */
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -sand-transform: translate3d(0, 0, 0);
    }

    .cart-item-image img {
        max-width: 100px !important; /* Beispielwert für Desktop, anpassen nach Bedarf */
    }
}

.elementor-element.elementor-element-7d8e6013.e-con-full.wd-col-offcanvas-md-sm.wd-col-offcanvas-sm.e-flex.wd-alignment-left.e-con.e-child.wd-side-hidden.wd-left.wd-inited.wd-scroll.wd-opened {
  width: 90% !important;
}

.no-lazy img {
    data-no-lazy="1";
}

/* Ab vor dem Variantenpreis einblenden. Quelle: GermanMarket Support.
.hide-larger-price .price {
  word-spacing: initial !important;
  visibility: visible !important;
} 
*/

.wd-nav-sticky > li > a .wd-nav-img {
    --nav-img-width: 30px; 
    --nav-img-height: 30px;
    right: 5px !important;
    position: relative;
}
.wd-nav-sticky > li > a .nav-link-text {
    font-size: 16px;
        margin-left: 5px !important
}