@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//benninut.de/wp-content/themes/woodmart/fonts/woodmart-font-3-400.woff2?v=8.2.5") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(26,26,25);
	--wd-text-font-size: 15px;
	--wd-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: rgb(26,26,25);
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(26,26,25);
	--wd-entities-title-color-hover: rgb(61, 61, 59);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: capitalize;
	--wd-widget-title-color: rgb(26,26,25);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: capitalize;
	--wd-header-el-font-size: 14px;
	--wd-brd-radius: 10px;
	--wd-primary-color: rgb(133,169,71);
	--wd-alternative-color: rgb(62,123,39);
	--wd-link-color: rgb(26,26,25);
	--wd-link-color-hover: rgb(61,61,59);
	--btn-default-bgcolor: rgb(62,123,39);
	--btn-default-bgcolor-hover: rgb(133,169,71);
	--btn-accented-bgcolor: rgb(62,123,39);
	--btn-accented-bgcolor-hover: rgb(133,169,71);
	--btn-transform: capitalize;
	--wd-form-brd-width: 1px;
	--notices-success-bg: rgb(39,174,96);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(192,57,43);
	--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: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 600px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(235,232,229);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(235,232,229);
	background-image: none;
}
html .wd-nav-mobile > li > a {
	text-transform: capitalize;
}
html .wd-checkout-steps li {
	text-transform: capitalize;
}
html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
	font-size: 32px;
}
html table th {
	text-transform: capitalize;
}
.page .wd-page-content {
	background-color: rgb(235,232,229);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(235,232,229);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(235,232,229);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(235,232,229);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(235,232,229);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(235,232,229);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(235,232,229);
	background-image: none;
}
html .widget_price_filter [class*="price_slider_amount"] .button {
	color: rgb(255,255,255);
	background: rgb(133,169,71);
}
html .widget_price_filter [class*="price_slider_amount"] .button:hover {
	color: rgb(255,255,255);
	background: rgb(62,123,39);
}
body, [class*=color-scheme-light], [class*=color-scheme-dark], .wd-search-form[class*="wd-header-search-form"] form.searchform, .wd-el-search .searchform {
	--wd-form-bg: rgb(255,255,255);
}
.wd-nav-arrows.wd-pos-sep:not(:where(.wd-custom-style)) {
	--wd-arrow-size: 40px;
	--wd-arrow-icon-size: 16px;
	--wd-arrow-offset-h: 20px;
	--wd-arrow-color: rgb(52,73,94);
	--wd-arrow-color-hover: rgb(255,255,255);
	--wd-arrow-color-dis: rgb(44,62,80);
	--wd-arrow-bg: rgb(255,255,255);
	--wd-arrow-bg-hover: rgb(133,169,71);
	--wd-arrow-bg-dis: rgb(255,255,255);
	--wd-arrow-radius: 10px;
	--wd-arrow-shadow: 0px 0px 0px 0px rgba(255,255,255,0);
}
.wd-nav-scroll {
	--wd-nscroll-height: 3px;
	--wd-nscroll-drag-bg: rgb(26,188,156);
	--wd-nscroll-drag-bg-hover: rgb(40,225,189);
}
.product-labels .product-label.new {
	background-color: rgb(140,188,103);
	color: rgb(255,255,255);
}
.product-labels .product-label.featured {
	background-color: rgb(221,51,51);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	html .page-title > .container > .title, html .page-title .wd-title-wrapp > .title {
		font-size: 28px;
	}

}
:root{
--wd-container-w: 1480px;
--wd-form-brd-radius: 5px;
--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;
}

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


.scrollToTop {
display:none !important
}
.product-additional-galleries {
  position: absolute;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 3;
  display: none !important;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  padding: 15px;
  transition: all .3s ease;
}
.woocommerce-variation-add-to-cart > * {
   margin-top: 0px !important;
  margin-bottom: 5px !important;
}
form.cart > * {
  margin-top: 0px !important;
}
.woocommerce-MyAccount-content > h2, .woocommerce-MyAccount-content header > h2 {
  text-transform: uppercase;
  font-size: 22px;
  display: none !important;
}
.woocommerce-checkout-review-order-table tfoot tr:last-child {
  border: none;
  font-size: 13px !important;
}
.cart-totals-inner table tr:last-child :is(th, td) {
  border-bottom: none;
  font-size: 13px !important;
}
.woocommerce-table--order-details tfoot tr:last-child td > .amount {
  display: block;
  font-size: 16px !important;
}
body .select2-container--default {
  width: 100% !important;
}
@media (max-width: 576px) {
	.woolentor-thankyou-order-details-style-one tfoot th, .woolentor-thankyou-order-details-style-one tfoot td {
  text-align: right !important;
  padding-right: 23px !important;
}
@media (max-width: 768.98px) {
  .cart-totals-inner .shop_table_responsive tr.shipping td {
    gap: 10px;
    text-align:right !important;
  }
}
@media (max-width: 768.98px) {
  .shop_table_responsive td {
    display: flex;
    flex-wrap: inherit !important;
    align-items: center;
    gap: 5px;
    padding: 0;
    border-bottom: none;
  }
}
}

