.wd-popup.wd-promo-popup{
	background-color:#111111;
	background-image: url(https://easydoll.nl/wp-content/uploads/2021/07/promo-popup.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}

.page-title-default{
	background-color:rgb(249,249,249);
	background-image: none;
	background-size:cover;
	background-position:center center;
}

.footer-container{
	background-color:#ffffff;
	background-image: none;
}

:root{
--wd-text-font:"Karla", Arial, Helvetica, sans-serif;
--wd-text-font-weight:400;
--wd-text-color:#777777;
--wd-text-font-size:14px;
}
:root{
--wd-title-font:"Lora", Arial, Helvetica, sans-serif;
--wd-title-font-weight:400;
--wd-title-color:#242424;
}
:root{
--wd-entities-title-font:"Lora", 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%);
}
:root{
--wd-alternative-font:"Lato", Arial, Helvetica, sans-serif;
}
:root{
--wd-widget-title-font:"Lora", Arial, Helvetica, sans-serif;
--wd-widget-title-font-weight:600;
--wd-widget-title-transform:uppercase;
--wd-widget-title-color:#333;
--wd-widget-title-font-size:16px;
}
:root{
--wd-header-el-font:"Karla", Arial, Helvetica, sans-serif;
--wd-header-el-font-weight:400;
--wd-header-el-transform:uppercase;
--wd-header-el-font-size:14px;
}
:root{
--wd-primary-color:rgb(184,155,106);
}
:root{
--wd-alternative-color:rgb(184,155,106);
}
:root{
--wd-link-color:#333333;
--wd-link-color-hover:#242424;
}
:root{
--btn-default-bgcolor:rgb(239,239,239);
}
:root{
--btn-default-bgcolor-hover:#efefef;
}
:root{
--btn-shop-bgcolor:rgb(184,155,106);
}
:root{
--btn-shop-bgcolor-hover:rgb(160,138,93);
}
:root{
--btn-accent-bgcolor:rgb(122,179,139);
}
:root{
--btn-accent-bgcolor-hover:rgb(102,155,107);
}
:root{
--notices-success-bg:#459647;
}
:root{
--notices-success-color:#fff;
}
:root{
--notices-warning-bg:#E0B252;
}
:root{
--notices-warning-color:#fff;
}
	:root{
					
			
							--wd-form-brd-radius: 0px;
					
					--wd-form-brd-width: 2px;
		
					--btn-default-color: #333;
		
					--btn-default-color-hover: #333;
		
					--btn-shop-color: #fff;
		
					--btn-shop-color-hover: #fff;
		
					--btn-accent-color: #fff;
		
					--btn-accent-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-shop-brd-radius: 5px;
				--btn-shop-box-shadow: none;
				--btn-shop-box-shadow-hover: none;
					
									--btn-accent-brd-radius: 0px;
				--btn-accent-box-shadow: none;
				--btn-accent-box-shadow-hover: none;
				--btn-accent-box-shadow-active: none;
				--btn-accent-bottom: 0px;
			
			
			
					
							
					--wd-brd-radius: 0px;
			}

	
	
			@media (min-width: 1025px) {
			.whb-boxed:not(.whb-sticked):not(.whb-full-width) .whb-main-header {
				max-width: 1192px;
			}
		}

		.container {
			max-width: 1222px;
		}

		:root{
			--wd-container-width: 1222px;
		}
	
			@media (min-width: 1222px) {
			[data-vc-full-width]:not([data-vc-stretch-content]) {
				padding-left: calc((100vw - 1222px - var(--wd-scroll-w)) / 2);
				padding-right: calc((100vw - 1222px - var(--wd-scroll-w)) / 2);
			}
		}
	
	
	
	
	
			.woodmart-woocommerce-layered-nav .wd-scroll-content {
			max-height: 223px;
		}
	
	
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//easydoll.nl/wp-content/themes/woodmart/fonts/woodmart-font.woff2?v=7.0.4") format("woff2");
}

.menu-highlight 
    color: #000000;
    border-radius: 6px;
    padding: 2px 4px;
    display: inline-block;
    line-height: 0.8;
		font-weight: bold;
}
.menu-highlight a {
    color: #000000 !important;
    text-decoration: none;
}

.wrapp-buttons {
  display: none;
}
.badge__rating.rating {
    display: flex;             /* sterren en count naast elkaar */
    align-items: center;       /* verticaal uitlijnen */
    gap: 6px;                  /* ruimte tussen sterren en tekst */
}

.badge__stars {
    color: #f5a623;            /* gouden sterren */
    font-size: 16px;           /* grootte van sterren */
    line-height: 1;            /* verticale uitlijning */
}

.badge__count {
    font-size: 14px;           /* kleiner tekstje */
    color: #ffffff;               /* grijze kleur */
}


/* Checkout “Plaats bestelling” knop / CTA in lichtgroen */
.wc-block-components-checkout-place-order-button.contained {
    background-color: #dff0d8;      /* Lichte groene CTA */
    color: #333333;                 /* Witte tekst voor contrast */
    font-size: 14px;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 6px;
    border: none;
    width: 100%;
    text-transform: none;           /* Normale tekst */
    transition: all 0.3s ease;
}

/* Hover effect */
.wc-block-components-checkout-place-order-button.contained:hover {
    background-color: #45a049;      /* Iets donkerder groen bij hover */
    cursor: pointer;
    transform: scale(1.02);         /* Subtiel “pop” effect */
}

/* Inactieve / disabled knop */
.wc-block-components-checkout-place-order-button.contained:disabled {
    background-color: #cccccc;
    color: #666666;
    cursor: not-allowed;
    transform: none;
}
.post-date.wd-post-date.wd-style-with-bg {
    display: none !important;
}
.hovered-social-icons.wd-tltp.wd-tltp-top {
    display: none !important;
}
.site-rating {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-rating .badge__stars {
    font-size: 16px;
    line-height: 1;
}

.site-rating .badge__average {
    font-weight: 600;
    font-size: 14px;
}

.site-rating .badge__count {
    font-size: 14px;
    opacity: 0.8;
}
span.woocommerce-review__dash,
time.woocommerce-review__published-date {
    display: none !important;
}