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

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	--wd-title-font-weight: 700;
	--wd-title-transform: inherit;
	--wd-title-color: rgb(0,0,0);
	--wd-entities-title-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-transform: inherit;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(60, 35, 20);
	--wd-alternative-font: "Satisfy", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 14px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 14px;
	--wd-primary-color: rgb(212,172,89);
	--wd-alternative-color: rgb(162,119,38);
	--wd-link-color: rgb(162,119,38);
	--wd-link-color-hover: rgb(0,0,0);
	--btn-default-bgcolor: rgb(210,105,30);
	--btn-default-bgcolor-hover: rgb(212,172,89);
	--btn-accented-bgcolor: rgb(212,172,89);
	--btn-accented-bgcolor-hover: rgb(210,105,30);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-sticky-btn-height: 95px;
}
.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;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .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(212,172,89);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--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: 1300px;
--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-bottom-active: -1px;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-default-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

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


/* HEADER */

.whb-general-header{
padding:10px 0px !important;
}

.wd-nav.wd-style-bg>li:is(:hover,.current-menu-item,.wd-active,.active)>a{
color:#000 !important;
}

.wd-nav.wd-style-bg>li:is(:hover,.current-menu-item,.wd-active,.active)>a:before{
opacity:.70 !important;
}

/* PAGETITLE */

:is(.page, .archive) .wd-page-title{
padding-top:40px !important;
padding-bottom:10px !important;
}

.single-post .wd-page-title{
padding-top:100px !important;
padding-bottom:100px !important;
}

.wd-page-title .container{
margin-top:20px!important;
}

/*.page-title .title{
font-size:33px !important;
}

.page-template-default .page-title .title{
display:none !important;
}

.breadcrumbs{
margin-bottom:0px !important;
}

:is(.breadcrumbs,.yoast-breadcrumb) :is(a,span){
text-transform:inherit !important;
}

.page-title {
margin-block: -30px -10px !important;
padding-block: 30px !important;
}

.woocommerce-page .page-title {
background-color:#fafafa !important;
margin-bottom:30px !important;
}

.woocommerce-page .page-title .title {
display: block !important;
text-align: center !important;
margin: 0 auto !important;
}*/

/* FOOTER */

footer{
border-top:1px solid rgba(119,119,119,0.2) !important;
}

.container.main-footer li{
margin-bottom:8px !important;
font-size:14px !important;
color:#fff !important;
}

.container.main-footer li a{
color:#fff !important;
}

footer strong{
color:#fff !important;
}

footer a:hover{
text-decoration:underline !important;
}

/*.container.main-footer li a:hover{
text-decoration:underline !important;
}

.container.main-footer strong{
color:#fff !important;
}

.FooterContent li a{
text-decoration:underline !important;
}

.FooterContent li a:hover{
text-decoration:none !important;
}

footer .widget-title{
margin-bottom:10px !important;
}*/

.wd-prefooter{
padding-bottom:0px !important;
}

.copyrights-wrapper{
background-color:#fff !important;
border-top:1px solid rgba(119,119,119,0.2) !important;
}

.copyrights-wrapper a{
color:#000 !important;
}

small{
color:#000 !important;
}

/* WOOCOMMERCE */

.compare-field{
font-size: 16px;
font-weight:500;
}

.product-labels.labels-rounded .product-label{
font-size:12px !important;
min-height:10px !important;
}

.wd-product.wd-hover-quick .wd-add-btn>a{
font-size:12px !important;
}

/* WPFORMS */

div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email],
div.wpforms-container-full textarea{
background-color: #fff !important;
}
.wpforms-container .wpforms-required-label{
color:#000 !important;
}

.wpforms-container .wpforms-field{
padding:15px 0 !important;
}

div.wpforms-container-full .wpforms-field-label{
margin: 0 0 5px !important;
}

div.wpforms-container-full:not(:empty){
margin:5px auto !important;
}

/*div.wpforms-container-full button[type=submit]:hover{
background:rgb(136,115,138) !important;
}

div.wpforms-container-full input[type=text]:focus:invalid,
div.wpforms-container-full input[type=email]:focus:invalid,
div.wpforms-container-full textarea:focus:invalid{
border-color:rgba(0,0,0,0.25) !important;
box-shadow: 0px 1px 2px rgba(0,0,0,0.15) !important;
}*/

.VerzendKnop{
background-color: #D2691E !important;
color: #fff !important;
padding: 5px 20px !important;
min-height: 42px !important;
font-size: 12px !important;
font-weight:600 !important;
border: 0px solid transparent !important;
border-radius: 100px !important;
box-shadow: none !important;
text-transform:uppercase !important;
opacity:1 !important;
}

.VerzendKnop:hover{
background-color: #D4AC59 !important;
color: #fff !important;
opacity:1 !important;
}


/* BLOG */

.wd-post-meta{
display:none !important;
}

.wd-sidebar.sidebar-container.wd-grid-col.sidebar-right{
background-color:#fafafa !important;
padding:10px !important;
}

.blog-design-masonry .post-title {
	font-size: 19px !important;
	min-height: 50px !important;
}


/* OVERIGE */

.wd-wpb{
	margin-bottom:5px !important;
	}

.woodmart-title-container,
h1,h2,h3,h4,h5{
letter-spacing:1px !important;

}

h1,h2,h3,h4,h5{
margin-bottom:5px !important;
}

/*p > a{
text-decoration:underline !important;
}*/

p{
margin-bottom:10px !important;
}

strong{
color:#000 !important;
}

.wd-title-style-bordered .liner-continer{
	border-color:rgba(0,0,0,0.3)!important;
}

.wd-accordion-item{
border-radius:3px !important;
}


