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

@font-face {
	font-family: "star";
	font-weight: 400;
	font-style: normal;
	src: url("//www.dewolkast.nl/wp-content/plugins/woocommerce/assets/fonts/star.eot?#iefix") format("embedded-opentype"), url("//www.dewolkast.nl/wp-content/plugins/woocommerce/assets/fonts/star.woff") format("woff"), url("//www.dewolkast.nl/wp-content/plugins/woocommerce/assets/fonts/star.ttf") format("truetype"), url("//www.dewolkast.nl/wp-content/plugins/woocommerce/assets/fonts/star.svg#star") format("svg");
}

@font-face {
	font-family: "WooCommerce";
	font-weight: 400;
	font-style: normal;
	src: url("//www.dewolkast.nl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("//www.dewolkast.nl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff") format("woff"), url("//www.dewolkast.nl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf") format("truetype"), url("//www.dewolkast.nl/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce") format("svg");
}

:root {
	--wd-text-font: "Karla", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 16px;
	--wd-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--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%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--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: 17px;
	--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;
	--wd-primary-color: rgb(240,175,174);
	--wd-alternative-color: rgb(190,132,69);
	--wd-link-color: rgb(240,175,174);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(190,132,69);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(57,185,0);
	--btn-accented-bgcolor-hover: rgba(57,185,0,0.73);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(190,132,69);
	--notices-success-color: #fff;
	--notices-warning-bg: rgb(190,132,69);
	--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: url(https://woocommerce-739487-2559859.cloudwaysapps.com/wp-content/uploads/promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 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(249,249,249);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--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;
--wd-brd-radius: 0px;
}



.woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small {
    line-height: 3em;
    font-size: 12px;
}
.woocommerce-checkout-review-order-table .order-total span.amount {
    font-size: 20px;
}
/* Stats admin balk weg */
li#wp-admin-bar-stats {
    display: none;
}

/* Woocommerce */
.wd-wishlist-btn.wd-action-btn.wd-style-text.wd-wishlist-icon a {
    color: #333;
}
.wd-wishlist-bulk-action.wd-visible a {
    color: #000 !important;
}
/*  Set shop button styling */
:root {
  --btn-shop-bgcolor: rgb(190, 132, 69) !important;
	--btn-shop-bgcolor-hover: rgb(239, 239, 239) !important;
	--btn-shop-color-hover: rgb(190, 132, 69) !important;
}
.wp-block-button__link {
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
   	font-size: 13px;
    line-height: 18px;
    border-radius: var(--btn-shop-brd-radius);
    color: var(--btn-shop-color);
    box-shadow: var(--btn-shop-box-shadow);
    background-color: var(--btn-shop-bgcolor) !important;
		text-transform: uppercase;
}
.wp-block-button__link:hover {
	background-color: var(--btn-shop-bgcolor-hover) !important;
	color: var(--btn-shop-color-hover) !important;
}
/* Product pagina */
form.cart :where(.single_add_to_cart_button,.wd-buy-now-btn) {
    flex: 1 1 auto;
}
.woocommerce-product-gallery img {
    border-radius: 10px;
}
#terug_shop {
    background-color: #f9e1e1 !important;
    color: #000 !important;
}
.back-to-category {
    margin: 20px 0px;
}
.single_add_to_cart_button.button.alt {
    background-color: #51C000;
}
tr.cart_item.yith-wcpb-child-of-bundle-table-item.wfacp_delete_active .wfacp_delete_item_wrap {
    display: none;
}
.product-label.out-of-stock {
    background-color: #ff5970 !important;
    color: #ffffff !important;
}
.posted_in {
    display: none !important;
}
.button.alt.GLS-pick-location {
    color: #fff;
	border-radius: 35px;
}
.woocommerce-mini-cart__buttons .btn-cart {
    background-color: #fff !important;
}
/* Kleine winkelmand knop loop */
.wd-buttons {
    background: #39b900 !important;
}
.wd-action-btn>a {
    color: #fff;
}
.wd-action-btn>a:hover {
    color: #000;
}
/* Afrekenen */
.checkout-coupon-toggle .woocommerce-info {
    background-color: #cfcfcf;
    color: #000;
}
.checkout-coupon-toggle .woocommerce-info a {
    color: #000;
}

/* Radio buttons - Afrekenen */
.woocommerce-checkout #payment .payment_methods .wc_payment_method input[type="radio"] + label::before {
    content: "" !important;
    font-family: initial !important;
    background: #fff !important;
    border: 2px solid #000 !important;
    border-radius: 50% !important;
    width: 20px !important;
    height: 20px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 10px !important;
}

/* Geselecteerde button */
.woocommerce-checkout #payment .payment_methods .wc_payment_method input[type="radio"]:checked + label::before {
    background-color: #000 !important;
    box-shadow: inset 0 0 0 4px #fff !important;
}
#payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child:checked+label::before, #payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label::before {
    content: "" !important;
}


/* Footer Styling */
.footer-icons {
		display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-icons li {
		margin: 2px;
		list-style: none;
}@media (min-width: 768px) and (max-width: 1024px) {
	/* My acount */
.wd-my-account-sidebar {
    display: none;
}
.wd-my-account-links a {
    display: block;
}
.wd-my-account-links > div {
    max-width: 50%;
}
}

@media (max-width: 576px) {
	/* My acount */
.wd-my-account-sidebar {
    display: none;
}
.wd-my-account-links a {
    display: block;
}
.wd-my-account-links > div {
    max-width: 50%;
}
/* Cookie pop up */
#ct-ultimate-gdpr-cookie-open {
    font-size: 15px;
    padding: 6px;
    margin-bottom: 50px;
}
}

