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

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Old Standard TT", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Oranienbaum", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Oranienbaum", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(220, 172, 87);
	--wd-alternative-font: "Oranienbaum", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Oranienbaum", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: none;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Oranienbaum", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 400;
	--wd-header-el-transform: none;
	--wd-header-el-font-size: 24px;
	--wd-primary-color: rgb(220,172,87);
	--wd-alternative-color: rgb(255,255,255);
	--wd-link-color: rgb(220,172,87);
	--wd-link-color-hover: rgb(0,0,0);
	--btn-default-font-family: "Open Sans", Arial, Helvetica, sans-serif;
	--btn-default-font-weight: 400;
	--btn-default-transform: none;
	--btn-default-bgcolor: rgb(220,172,87);
	--btn-default-bgcolor-hover: rgb(255,255,255);
	--btn-accented-font-family: "Open Sans", Arial, Helvetica, sans-serif;
	--btn-accented-font-weight: 400;
	--btn-accented-transform: none;
	--btn-accented-bgcolor: rgb(220,172,87);
	--btn-accented-bgcolor-hover: rgb(219,150,32);
	--btn-font-family: "Open Sans", Arial, Helvetica, sans-serif;
	--btn-font-weight: 400;
	--btn-transform: none;
	--btn-color: rgb(255,255,255);
	--btn-font-size: 15px;
	--btn-bgcolor: rgb(220,172,87);
	--btn-color-hover: rgb(0,0,0);
	--wd-form-brd-width: 0px;
	--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: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(150,198,204);
	background-image: none;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(255,255,255);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(255,255,255);
	background-image: none;
}
html .page-title > .container > .title, html .page-title > .container > .wd-title-wrapp > .title {
	font-family: "Oranienbaum", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: rgb(0,0,0);
}
html .wd-nav-mobile > li > a {
	font-family: "Oranienbaum", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: none;
	color: rgb(0,0,0);
}
html .post.wd-post .post-title {
	font-family: "Oranienbaum", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 38px;
	color: rgb(0,0,0);
}
.page .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-shop:not(.single-product) .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-product .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-blog .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-post .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.woodmart-archive-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
.single-portfolio .wd-page-content {
	background-color: rgb(255,255,255);
	background-image: none;
}
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: rgba(94,104,33,0.09);
}
.product-labels .product-label.onsale {
	background-color: rgb(255,255,255);
	color: rgb(36,36,36);
}
.product-labels .product-label.new {
	background-color: rgb(255,255,255);
	color: rgb(36,36,36);
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 60px;
	}
	html .page-title > .container > .title, html .page-title > .container > .wd-title-wrapp > .title {
		font-size: 22px;
	}
	html .post.wd-post .post-title {
		font-size: 26px;
	}

}

@media (max-width: 768.98px) {
	html .page-title > .container > .title, html .page-title > .container > .wd-title-wrapp > .title {
		font-size: 20px;
	}
	html .post.wd-post .post-title {
		font-size: 22px;
	}

}
:root{
--wd-container-w: 1420px;
--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: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--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: 1437px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1420px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


@font-face {
	font-family: "ClashDisplay";
	src: url("//tuchhaus.nl/wp-content/uploads/2023/06/ClashDisplay-Medium.woff2") format("woff2"), 
url("//tuchhaus.nl/wp-content/uploads/2023/06/ClashDisplay-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "ClashDisplay";
	src: url("//tuchhaus.nl/wp-content/uploads/2023/06/ClashDisplay-Bold.woff2") format("woff2"), 
url("//tuchhaus.nl/wp-content/uploads/2023/06/ClashDisplay-Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "SatoshiVariable";
	src: url("//tuchhaus.nl/wp-content/uploads/2023/06/Satoshi-Medium.woff2") format("woff2"), 
url("//tuchhaus.nl/wp-content/uploads/2023/06/Satoshi-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "SatoshiVariable";
	src: url("//tuchhaus.nl/wp-content/uploads/2023/06/Satoshi-Bold.woff2") format("woff2"), 
url("//tuchhaus.nl/wp-content/uploads/2023/06/Satoshi-Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

.html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	font-weight: normal;
}
.wd-slide-container{	
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 290px, rgba(0, 0, 0, 0.6) 100%);	
}
.btn.btn-style-link{
	color: white;
}

.single_add_to_cart_button{
	background-color: #DCAC57 !important;
	color:white !important;
}


.single_add_to_cart_button:hover{
	background-color: #D89C31 !important;
	color: white !important;
}

.form-submit input[type=submit]{
	background-color: #DCAC57 !important;
	color: white !important;
}
.form-submit input[type=submit]:hover{
	background-color: #D89C31 !important;
	color:white !important;
}

.searchform .searchsubmit{
	background-color: #DCAC57 !important;
	color: white !important;
}
.searchform .searchsubmit:hover{
	background-color: #D89C31 !important;
	color:white !important;
}

.wd-notice :is(.button,.wc-backward), div.wpcf7-response-output :is(.button,.wc-backward), .mc4wp-alert :is(.button,.wc-backward), :is(.woocommerce-error,.woocommerce-message,.woocommerce-info) :is(.button,.wc-backward){
	color: white;
}

.Styled-button a{
	background-color: #DCAC57 !important;
	color: white !important;
}

.Styled-button a:hover{
	background-color: #D89C31 !important;
	color:white !important;
}

#post-10 > div > div > div.woocommerce-MyAccount-content > section.woocommerce-order-details > div > table > tfoot:nth-child(3) > tr > td > a {
	background-color: #DCAC57 !important;
	color:white !important;
}

#post-10 > div > div > div.woocommerce-MyAccount-content > section.woocommerce-order-details > div > table > tfoot:nth-child(3) > tr > td > a:hover {
	background-color: #D89C31 !important;
	color:white !important;
}

.woocommerce-thankyou-order-received {
	color: #DCAC57;
	border: 2px dashed #DCAC57
}
#post-9 > div > div > section.woocommerce-order-details > div > table > tfoot:nth-child(3) > tr > td > a {
	background-color: #DCAC57 !important;
	color:white !important;
}

#post-9 > div > div > section.woocommerce-order-details > div > table > tfoot:nth-child(3) > tr > td > a:hover {
	background-color: #D89C31 !important;
	color:white !important;
}