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

:root {
	--wd-text-font: "Source Sans Pro", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-transform: inherit;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-transform: inherit;
	--wd-entities-title-color: rgb(0,0,0);
	--wd-entities-title-color-hover: rgb(45, 67, 91);
	--wd-alternative-font: "Source Sans Pro", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: inherit;
	--wd-widget-title-color: rgb(0,0,0);
	--wd-widget-title-font-size: 24px;
	--wd-header-el-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: inherit;
	--wd-header-el-font-size: 24px;
	--wd-brd-radius: 15px;
	--wd-primary-color: rgb(191,204,204);
	--wd-alternative-color: rgb(135,150,163);
	--wd-link-color: rgb(254,160,124);
	--wd-link-color-hover: rgb(45,67,91);
	--btn-default-bgcolor: rgb(254,160,124);
	--btn-default-bgcolor-hover: rgb(45,67,91);
	--btn-default-color: rgb(255,255,255);
	--btn-default-color-hover: rgb(255,255,255);
	--btn-accented-bgcolor: rgb(254,160,124);
	--btn-accented-bgcolor-hover: rgb(45,67,91);
	--btn-accented-color: rgb(255,255,255);
	--btn-accented-color-hover: rgb(255,255,255);
	--wd-form-brd-width: 1px;
	--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: rgb(255,255,255);
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 700px;
}
.header-banner {
	background-color: rgb(254,160,124);
	background-image: none;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgba(191,204,204,0.5);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgba(191,204,204,0.5);
	background-image: none;
}
.wd-load-additional-fonts {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	font-weight: 300;
}
.product-labels .product-label.onsale {
	background-color: rgb(254,160,124);
	color: rgb(255,255,255);
}
.product-labels .product-label.new {
	background-color: rgb(235,181,107);
	color: rgb(255,255,255);
}
.product-labels .product-label.out-of-stock {
	background-color: rgb(191,204,204);
	color: rgb(255,255,255);
}
.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: 1400px;
--wd-form-brd-radius: 5px;
--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: 1400px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1400px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


:root {
		--zwart: #000000;
		--wit: #ffffff;
		--zilverzand: #bfcccc;
		--steen: #8796a3;
		--middernacht: #2e425c;
		--koraal: #ffa17d;
		--honing: #ebb56b;
}

.wd-nav.wd-style-default {
		--nav-color: var(--middernacht);
    --nav-color-hover: var(--steen);
    --nav-color-active: var(--steen);
}

.menu-label-orange {
    --wd-label-color: var(--koraal) !important;
}

.wd-nav>li>a .menu-label {
    left: calc(100% - 20px) !important;
}

.wd-nav-main>li>a, .wd-nav-secondary>li>a {
		font-size: 18px !important;
}

.wd-tools-element .wd-tools-text{
font-size:13px !important;
}

h3.promo {
    background-color: #8796a3;
    padding: 20px 30px;
    border-radius: 15px;
    font-weight: 500;
    color: var(--wit);
		margin-bottom: 0;
}

a:hover h3.promo {
    background-color: #ffa17d;
    color: var(--wit);
}

.whb-header-bottom.whb-with-shadow {
    box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

.whb-top-bar .wd-nav-secondary>li>a{
font-size:15px !important;
color:#000 !important;
}

#VerzendenTabblad .vc_toggle{
box-shadow:0 1px 8px rgba(0,0,0,0.1) !important;
padding:10px !important;
}

.wd-brand-item img {
    max-width: 150px !important;
}

.wd-brand-item{
padding:20px !important;
}

.wd-brands.wd-style-bordered.wd-layout-carousel .wd-carousel-item {
		margin: auto;
}







/* PROMOBANNER */

.wd-popup{
		background-color: var(--zilverzand) !important;
}

.promo-banner .wrapper-content-banner{
		border: 10px solid var(--zilverzand) !important;
}








/* GRAVITY FORMS */

.gform_required_legend {
		display: none;
}

.gfield_description {
    font-size: 12px !important;
    font-style: italic !important;
		padding-top: 5px !important;
}

.gform_wrapper.gravity-theme #field_submit:not(.gform_footer) input {
    align-self: flex-start;
}

.gform_wrapper form:has(#field_submit) .gform_footer {
		display: none;
}

body .gform_wrapper :is(input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], :root textarea, :root select) {
    background-color: #ffffff;
}

body .gform_wrapper :is(input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], :root textarea, :root select)::placeholder {
    color: #888888;
}

body .gform_wrapper :is(.gform_footer, .gform_page_footer, #field_submit) input.button,
body .gform_wrapper :is(.gform_footer, .gform_page_footer, #field_submit) input[type=submit]{
	border:none !important;
	border-radius:10px !important;
	padding:12px 28px !important;
	font-size:16px !important;
	text-transform:uppercase !important;
}

body .gform_wrapper :is(.gform_footer, .gform_page_footer, #field_submit) input:is([type=submit], .gform_next_button) {
	color:#fff !important;
	background-color: #FFA17D !important;
}

body .gform_wrapper :is(.gform_footer, .gform_page_footer, #field_submit) input:is([type=submit], .gform_next_button):hover{
	color: #fff !important;
	background-color:#2D435B !important;
}

.wd-prefooter{
content-visibility:visible !important;
}

body #nieuwsbrief .gform_wrapper :is(.gform_footer, #field_submit) input.button, body .gform_wrapper :is(.gform_footer, #field_submit) input[type=submit] {
   padding: 12px !important;
   font-size: 14px !important;
}

.gform-field-label:not(.gform-field-label--type-inline, .gform-field-label--type-sub) {
	font-weight: 700;
	font-size: 16px;
	color: #2E435B;
	font-style: var(--wd-title-font-style);
	font-family: var(--wd-title-font);
}

.gform-field-label.gform-field-label--type-sub:not(.gform-field-label--type-inline) {
	font-weight: 500;
	font-size: 14px;
	color: #2E435B;
	font-style: italic;
}

@media screen and (min-width: 650px){
		fieldset:is(.two-columns, .three-columns, .four-columns) .ginput_container .gchoice {
    	display: inline-block;
    		width: 49.5%;
		}
}

@media screen and (min-width: 960px){
		fieldset:is(.three-columns, .four-columns) .ginput_container .gchoice {
    		width: 33%;
		}
}

@media screen and (min-width: 1200px){
		fieldset:is(.four-columns) .ginput_container .gchoice {
    		width: 24.5%;
		}
}

fieldset.inline .ginput_container .gchoice {
    display: inline-block;
    margin-right: 10px;
}






/* BUTTONS */

.btn.btn-style-semi-round{
border-radius:10px !important;
}

.btn.btn-color-primary{
color:#fff !important;
background-color:#FFA17D !important;
text-transform:uppercase !important;
}

.btn.btn-color-primary:hover{
color:#fff !important;
background-color:#2D435B !important;
}

.btn-size-large{
padding:12px 28px !important;
font-size:16px !important;
text-transform:uppercase !important;
}








/* product button */

.wd-hover-quick .wd-add-btn{
opacity:1 !important;
}

.wd-hover-quick .wd-add-btn>a{
color:#fff !important;
}





/* DROPDOWN MENU'S */

/*.whb-general-header .wd-dropdown{
    background: rgba(0,0,0,0.1);
    padding-bottom: 200px;
    padding-top: 10px !important;
    margin-top: 26px;
}*/

.wd-dropdown .wd-sub-menu li>a {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
    color: var(--steen);
    font-size: 16px;
}

.wd-dropdown .wd-sub-menu li>a:hover {
    color: var(--middernacht);
}

.wd-dropdown .wd-dropdown-menu:is(.wd-design-sized,.wd-design-full-width,.wd-design-full-height) .wd-sub-menu>li>a, .mega-menu-list>li>a {
    color: var(--middernacht) !important;
    --sub-menu-color-hover: var(--middernacht) !important;
    text-transform: none !important;
    font-weight: 500 !important;
    font-family: var(--wd-title-font) !important;
    font-size: 24px !important; 
    /*margin-bottom: -10px;*/
}

.wd-dropdown .wd-sub-menu li>a .menu-label {
    margin-top: 2px !important;
    margin-left: 5px !important;
    /*--wd-label-color: var(--koraal);*/
}

.wd-dropdown .wd-sub-menu li>a .menu-label:before {
    display: none;
}

.wd-dropdown .wpb_single_image.wpb_content_element {
    margin-bottom: 30px;
    transition: padding 0.2s ease;
}

.wd-dropdown .wpb_wrapper .wpb_single_image.wpb_content_element:hover {
    padding: 10px !important;
}








/* OVERIGE */

.wd-slide-container{
    padding-top:0px !important;
}

.compare-field{
font-size: 16px;
font-weight:500;
}

#FAQs .vc_toggle{
box-shadow:0 1px 8px rgba(0,0,0,0.1) !important;
padding:15px !important;
border:3px solid #bfcccc !important;
border-radius:8px !important;
margin-bottom:2px !important;
}

#FAQs .vc_toggle h4{
font-size:17px !important;
}

#FAQs .vc_row-has-fill>.vc_column_container>.vc_column-inner{
padding-top:15px !important;
}

.amount {
    color: #638181;
}

#MenuGellakken .wd-sub-menu li>a,
#MenuNagellak .wd-sub-menu li>a{
font-size:16px !important;
}

.wd-dropdown-menu.wd-design-full-width{
padding-top:5px !important;
}

._form._form_1._inline-form._inline-style._dark{
margin:0px !important;
padding:0px !important;
}

._inline-style input[type="text"]{
width:250px !important;
}

.title {
    text-transform: none !important;
}

.wd-nav-tabs>li>a{
		text-transform: none;
		font-weight: 500 !important;
}

.ean_wrapper {
    font-weight: 600 !important;
}

.ean_wrapper .ean {
    font-weight: normal;
}

.cart-widget-side .widget_shopping_cart .woocommerce-mini-cart__buttons .btn-cart,
.wd-coupon-form .button[name="apply_coupon"]{
background-color:transparent !important;
border:1px solid #000 !important;
color:#000 !important;
font-weight:500 !important;
}

.woocommerce-mini-cart__buttons .btn-cart a:hover{
background-color:var(--btn-accented-bgcolor-hover) !important;
color:#fff !important;
}

#betaaliconen .wpb_single_image .vc_single_image-wrapper img{
border-radius:0px !important;
}

:is(body:not(.global-color-scheme-light),.color-scheme-dark) .wd-swatch.wd-bg .wd-swatch-bg:is(:not([style^="background-color"]),[style*="#ffffff"],[style*="#FFFFFF"],[style*="255,255,255"]):before,
.wd-swatch-bg{
border-radius:100px !important;
border:0px !important;
}

.wd-accordion-item:has(#tab-item-title-description, #tab-item-title-brand_tab) {
		max-width: 800px;
}

.wd-accordion-item #tab-brand_tab .wc-tab-inner.wd-entry-content h2 {
		margin-bottom: 5px !important;
		margin-top: 15px !important;
}

.wd-prefooter{
		margin-bottom: 40px !important;
}

/*.wd-accordion-item:has(#tab-item-title-description,#tab-item-title-brand_tab) {
margin: 0 auto !important;
}*/




/* UpsellWP Sticky Bottom product bar */

body .wd-sticky-btn .cuw-product-addons {
    display: none;
}

/* CSS 28 APRIL 2025 */

.wd-product.wd-hover-quick .wd-add-btn>a{
font-size:12px !important;
text-transform:uppercase !important;
}

/* CSS 11 JUNI 2025 */
.woocommerce-product-details__short-description ul li {
margin-bottom:1px !important;
}


/* CSS 11 SEPT 2025 */

p.stock.wd-style-default.in-stock:before {
color: #81d742 !important;
}

.single-post .wd-sidebar.sidebar-container.wd-grid-col.sidebar-right{
visibility:hidden !important;
}@media (min-width: 768px) and (max-width: 1024px) {
	#sectieuit{
background-color:transparent !important;
}

.whb-top-bar-inner .wd-tools-element .wd-tools-icon:before,
#menu-item-15393 .wd-nav-icon{
font-size:15px !important;
}

.whb-top-bar-inner .wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon){
height:30px !important;
width:30px !important;
}

.whb-top-bar .wd-nav-secondary>li>a {
width: 30px !important;
height: 30px !important;
justify-content: center;
}

#menu-item-15393 .nav-link-text{
display:none !important;
}

#menu-item-15393.wd-nav.wd-style-bg {
background-color: #fff !important;
border-radius: 100px !important;
}

.whb-column.whb-col-mobile .wd-header-nav{
flex:none !important;
}

.wd-nav>#menu-item-15393>a .wd-nav-icon{
margin-right:0px !important;
}

.wd-nav.wd-style-bg>li>a:before {
visibility: visible !important;
opacity: 1 !important;
background-color: #fff !important;
border-radius: 100px !important;
}

.wd-header-nav.wd-header-secondary-nav{
padding-inline:1px !important;
}

.wd-marquee-item{
gap:5px !important;
}

.product_title {
font-size: 30px;
}

.single_add_to_cart_button,
.wd-quantity-overlap div.quantity input[type]{
background-color: #81d742 !important;
}

.product_meta{
gap:1px !important;
}

.summary-inner .product_meta {
margin-bottom: 10px !important;
padding-top: 10px  !important;
}

.product-tabs-wrapper{
padding:10px 0px 10px 0px !important;
}
}

@media (min-width: 577px) and (max-width: 767px) {
	#sectieuit{
background-color:transparent !important;
}

.whb-top-bar-inner .wd-tools-element .wd-tools-icon:before,
#menu-item-15393 .wd-nav-icon{
font-size:15px !important;
}

.whb-top-bar-inner .wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon){
height:30px !important;
width:30px !important;
}

.whb-top-bar .wd-nav-secondary>li>a {
width: 30px !important;
height: 30px !important;
justify-content: center;
}

#menu-item-15393 .nav-link-text{
display:none !important;
}

#menu-item-15393.wd-nav.wd-style-bg {
background-color: #fff !important;
border-radius: 100px !important;
}

.whb-column.whb-col-mobile .wd-header-nav{
flex:none !important;
}

.wd-nav>#menu-item-15393>a .wd-nav-icon{
margin-right:0px !important;
}

.wd-nav.wd-style-bg>li>a:before {
visibility: visible !important;
opacity: 1 !important;
background-color: #fff !important;
border-radius: 100px !important;
}

.wd-header-nav.wd-header-secondary-nav{
padding-inline:1px !important;
}

.wd-marquee-item{
gap:5px !important;
}

.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    max-height: 200px; /* Pas aan naar wens */
    object-fit: contain;
    background-color: #fff; /* Zodat je geen gekke achtergrond ziet */
}

.product_title {
font-size: 30px;
}

.single_add_to_cart_button,
.wd-quantity-overlap div.quantity input[type]{
background-color: #81d742 !important;
}

.product_meta{
gap:1px !important;
}

.summary-inner .product_meta {
margin-bottom: 10px !important;
padding-top: 10px  !important;
}

.product-tabs-wrapper{
padding:10px 0px 10px 0px !important;
}

}

@media (max-width: 576px) {
	#sectieuit{
background-color:transparent !important;
}

.whb-top-bar-inner .wd-tools-element .wd-tools-icon:before,
#menu-item-15393 .wd-nav-icon{
font-size:15px !important;
}

.whb-top-bar-inner .wd-tools-element:is(.wd-design-6,.wd-design-7) :is(.wd-tools-inner,.wd-tools-icon){
height:30px !important;
width:30px !important;
}

.whb-top-bar .wd-nav-secondary>li>a {
width: 30px !important;
height: 30px !important;
justify-content: center;
}

#menu-item-15393 .nav-link-text{
display:none !important;
}

#menu-item-15393.wd-nav.wd-style-bg {
background-color: #fff !important;
border-radius: 100px !important;
}

.whb-column.whb-col-mobile .wd-header-nav{
flex:none !important;
}

.wd-nav>#menu-item-15393>a .wd-nav-icon{
margin-right:0px !important;
}

.wd-nav.wd-style-bg>li>a:before {
visibility: visible !important;
opacity: 1 !important;
background-color: #fff !important;
border-radius: 100px !important;
}

.wd-header-nav.wd-header-secondary-nav{
padding-inline:1px !important;
}

.wd-marquee-item{
gap:5px !important;
}

.woocommerce-product-gallery__image img {
    width: 100%;
    height: auto;
    max-height: 200px; /* Pas aan naar wens */
    object-fit: contain;
    background-color: #fff; /* Zodat je geen gekke achtergrond ziet */
}

.product_title {
font-size: 30px;
}

.single_add_to_cart_button,
.wd-quantity-overlap div.quantity input[type]{
background-color: #81d742 !important;
}

.product_meta{
gap:1px !important;
}

.summary-inner .product_meta {
margin-bottom: 10px !important;
padding-top: 10px  !important;
}

.product-tabs-wrapper{
padding:10px 0px 10px 0px !important;
}
}

