/*
Theme Name: Bladr
Theme URI: https://www.juizy.nl/
Author: Erain
Author URI: https://www.juizy.nl/
Description: A Bladr theme
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
#wpadminbar{
	display:none;
}

div, span, p{box-sizing: border-box;}
img{max-width:100%; height: auto !important;}
.mobile{display: none;}
p{line-height: 1.7em;}

body{ 
	background: #fff; 
	color: #132400;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
}
.wrapper{
	width:100%;
	max-width: 1495px;
	padding: 0 2em;
	margin: 0 auto;
	position: relative;
}

header.opper{
	background: url(assets/bladr.png) #3f6811;
	background-size: cover;
	height: 18.4em;
	position: relative;
}
header.opper > .wrapper{height: 18.4em;}
header .logo{}
header .logo img{
	height: 11.9em;
	width:50%;
    margin-top: 2em;
}
/*header .slogan{
	font-family: "alana-smooth", sans-serif;
	font-weight: 400;
	font-style: normal;	
	float:right;
	color:#fff;
	font-size:5.5em;
	line-height: 2.9em;
	margin: 0;
}*/


nav.opper{
	/*background:#001c26;
	height: 5em;*/
	position: absolute;
    right: 0;
    bottom: 0;	
}
nav .wrapper{
	position: relative;
}
nav .wrapper ul{
	list-style: none;
	padding: 0;
    margin: 0;
}
nav .wrapper ul#menu-header li{
	display: inline-block;
}
nav .wrapper ul#menu-header li.not-active{display: none;}
nav .wrapper ul li a{
	font-size: 1.6em;
	margin-right: 2em;
	color:#fff;
	text-decoration: none;
	line-height: 3.125em;
	position: relative;
	text-shadow: 1px 2px #3f6811;
}
nav #menu-item-353 a{ background: rgba(0, 0, 0, 0.3); padding: 0.4em; border-radius: 9px; font-size: 1.4em;}
nav .wrapper .hamburger{
	position: absolute;
	top:1.2em;
	right:0em;
	height: 4.4em;
	display: none;
	cursor: pointer;
}
.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 1; }
  .hamburger.is-active:hover {
    opacity: 1; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #fff; }

.hamburger-box {
  width: 36px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 32px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }
.overlaymenu{
	width: 100%;
    height: calc(100% - 21em);
    background: #3f6811;
    position: fixed;
    top: 21em;
    left: 0;
    z-index: 1;
	display:none;
	text-align: right;
}
.overlaymenu.active{display: block;}


section .wrapper{
	padding: 2em;
	font-size: 1.6em;
}

.wp-image-432{ display:block; margin: 2em auto 0; width:100%; max-width: 800px; height: auto;}

.columns { display: flex; flex-direction: row; column-gap: 4em; margin: 2em 0 3em;}
.columns > div {width: 25%;}
.columns > div img{ margin: 0 auto; display: block;}
.columns > div h2 { text-align: center; font-size: 1.1em !important;}
.columns > div p {text-align: justify;}

.page-id-33 .columns > div {width: 50%;}
.page-id-33 .columns > div p{text-align: left;}

section .wrapper .productholder{
	display: flex;
	flex-direction: row;
}
section .wrapper .productholder .main{
	width: 100%;
}
section .wrapper .sidebar{
    display: flex;
    flex-direction: row;
    width: 100%;	
    /*width: 17em;
    padding: 0 0 0 2em;
	display: none;*/
}
section .wrapper .sidebar > div{
    margin-bottom: 2em;	
}
section .wrapper .sidebar > div h4{
    margin:0em 0 0.5em 0 !important; padding-top: 0;	
}
.yith-wcan-filters{margin-bottom: 0 !important;}
.yith-wcan-filters .yith-wcan-filter{margin-bottom: 0 !important;}

section .wrapper .sidebar > div:nth-of-type(1){flex:1;}
section .wrapper .sidebar > div:nth-of-type(1) form{ display: flex; flex-direction: row;}
section .wrapper .sidebar > div:nth-of-type(1) .yith-wcan-filter {padding-right: 2em;}
section .wrapper .sidebar > div:nth-of-type(1) .yith-wcan-filter .filter-items{display: flex; flex-direction: row;}
section .wrapper .sidebar > div:nth-of-type(1) .yith-wcan-filter .filter-items li{ padding-right: 1em !important;}
section .wrapper .sidebar > div:nth-of-type(2){ width: 14em; text-align: right;}
section .wrapper .sidebar > div:nth-of-type(5){}
section .wrapper .sidebar > div:nth-of-type(6){}
section .wrapper .sidebar > div:nth-of-type(7){}
section .wrapper .sidebar > div:nth-of-type(8){}
.wc-block-attribute-filter .wc-block-attribute-filter-list{ display: flex; flex-direction: row;}
.wc-block-components-checkbox {margin-right: 1em;}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a, .yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > label > a{color:#0075ff!important;}

section .wrapper .productholder .left{ padding-right: 1em; width:50%}
section .wrapper .productholder .right{ padding-left: 1em; width: 50%;}
section .wrapper .productholder .right img{ margin: -8em auto 0; /*min-width: 400px;*/}
.page-id-31 section .wrapper .productholder .left{ width:auto;}
.page-id-31 section .wrapper .productholder .right{ width: 50%; min-width: 400px;}

/*section p{
	font-size: 1.6em;
}*/
section .wrapper a.btn{
	/*font-size: 1.6em;*/
}

h1{
    padding: 0;
	font-size: 2.2em;
	margin: 0.5em 0 1em;
	font-family: "ff-cocon-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
}
h2{
    padding: 0;
	font-size: 1.1em;
	margin: 0.5em 0 1em;
	font-family: "ff-cocon-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
}

h3{font-weight:normal!important; text-align: left; margin: 0 0 1em 0; font-family: "ff-cocon-pro", sans-serif;}

a{ color: #3f6811;}
.btn{
    background: #3f6811;
    color: #fff;
    text-decoration: none;
    line-height: 3em;
    display: block;
    padding: 0 2em;	
    margin: 0 auto;
    width: fit-content;
	border-radius: 3px;
}
.btn:hover{
    background: #001c26;
}
.breadcrumb {font-size:.92em; color:#767676; margin: 0 0 2.5em !important;}
.breadcrumb a{color:#767676;}

body.home .wrapper h1{
    text-align: center;
}
body.home .wrapper h2{
    font-size:1.5em;
}
body.home .wrapper p{
	/*column-count: 2;
	column-gap: 4em;
	padding: 0;
	max-width: 700px;
    text-align: center;
    margin: 1em auto;*/
}

.faq div{ margin-bottom: 2em;}

.wp-image-571, .openedbuddy{
    display: block;
    margin: 2em auto;
    max-width: 29.19em !important;
    width: 100%;	
}
.openedbuddy{
    margin: 2em 0;
}

footer{ background: #1d3700; color:#fff; text-align: center; font-size: 1.6em; padding: 1em 0;}
footer a{color:#fff; text-decoration: none;}

.cart-holder{ vertical-align: -1.1em;}
.menu-item.cart-contents{
	background-image:url(https://bladr.eu/wp-content/themes/bladr/assets/cart.svg?v=1);
	background-size: cover;
    background-repeat: no-repeat;
    width: 2.5em;
    height: 2.5em;
    display: inline-block;
}
.cart-contents-count {
	position: absolute;
    top: 15px;
   	right: -6px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	background: red;
	border-radius: 50%;
	padding: 1px;  
}
/*.woocommerceholder{font-size: 1.6em;}*/

body .woocommerce {
    /*margin-top: 4em;*/
}
/*body.woocommerce-shop .woocommerce {
    margin-top: 2em;
    border-top: 1px solid #bed1d8;
    padding-top: 2em;	
}*/
.woocommerce.nobutton{margin-top: 2em;}
.woocommerce.nobutton ul.products li.product .button.add_to_cart_button{
	display:none;
}
ul.products li.product a {
	position:relative;
	display: block;
	/*font-size:1.6em;*/
}
/*.woocommerce.nobutton ul.products li.product a h2{*/
ul.products li.product a .titlepriceholder{
	/*position: absolute;
    left: 0;
    bottom: 0;*/
    width: 100%;
    height: 1.5em;
    /*background: rgba(0, 0, 0, .5);*/
    margin: 0;
    padding: 0;
    /*color: #fff;*/
    text-align: center;
    line-height: 3.5em;
	display: block;
}
.home ul.products li.product a .titlepriceholder, .page-id-31 ul.products li.product a .titlepriceholder{/*display:none;*/}
.home ul.products li.product a .titlepriceholder span.price, .page-id-31 ul.products li.product a .titlepriceholder span.price{display:none!important;}
.home ul.products li.product a h2::after, .page-id-31 ul.products li.product a h2::after{content: none;}

ul.products li.product .price{
}
ul.products li.product a h2{ display: inline; font-weight: 400;}
ul.products li.product a h2::after {
   content: "\00a0 \00a0 | ";
}
ul.products li.product a span.price{ 
	display: inline !important; 
	margin: auto;
    font-size: inherit !important;
	color: #3f6811 !important;
}
ul.products li.product a span.price::before{content: " \00a0 \00a0";}
.woocommerce .woocommerce-breadcrumb{background: none; height: auto; margin: 0 0 2.5em !important;}
.woocommerce .woocommerce-ordering select, .payment_box select{height:3em; padding-left: 0.5em;}
.woocommerce input[type=text], .woocommerce input[type=number], .woocommerce input[type=email], .woocommerce input[type=password], .woocommerce input[type=password]{height:3.6em; box-sizing: border-box; padding-left: 0.5em;}
.woocommerce div.product .product_title{margin-bottom: 0.5em;}
.woocommerce-product-details__short-description{margin: 3em 0 !important;}
.woocommerce div.product p.price, .woocommerce div.product span.price{color:#000 !important; /*font-size: 1.6em !important;*/}
.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button, button.wc-forward, .woocommerce .woocommerce-message .button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
	background: #3f6811 !important;
    color: #fff;
    text-decoration: none;
    line-height: 3em;
    display: block;
    padding: 0 2em;
    margin: 0 auto;
    width: fit-content;	
	font-weight: 400;
	/*font-size: 1.6em;*/
	white-space: nowrap;
}
.woocommerce div.product form.cart .button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{background: #001c26 !important;}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{margin-bottom: 1em}
.woocommerce ul.products li.product .button{ display: none !important;}
.product_meta .sku_wrapper{display: block; /*font-size: 1.6em;*/ margin: 0 0 0.5em 0;}
.product_meta .posted_in{display: block; /*font-size: 1.6em;*/}
.woocommerce div.product div.images .flex-control-thumbs li{ padding: 1em 0 0em 0;}
.single-product .woocommerce-message{}
.content-area .woocommerce-notices-wrapper{font-size: 1.6em; width:100%;max-width: 1500px; padding: 0 2em; margin: 2em auto 0;}
.woocommerce-message{border-top-color: #64b0cd !important;}
.woocommerce .woocommerce-message .button{font-size: 1em;}
/*.woocommerce-cart .wrapper .woocommerce {font-size:1.6em;}*/
#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{font-size:1em !important; padding:0 1em !important;}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{width:100px !important;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{height: 3em;font-weight: 400 !important; /*line-height:3em !important;*/}
#payment .payment_method_woocommerce_payments {
    display:none;
}
.woocommerce table.shop_attributes th{width:200px !important;}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover{
	color:#fff !important;
}
.woocommerce .quantity .qty{font-size:16px; height: 3em;}
/*.woocommerce-product-gallery__trigger{display:none}*/
.woocommerce ul.products li.product a img{margin-bottom: 0 !important;}
.woocommerce-products-header {margin-bottom: 2em;}

.variation-Bericht p{margin-top: 0;}

.woocommerce-order-details p{padding-top: 0 !important; margin-top: 0 !important;}
.woocommerce ul.products li.product.outofstock::after {
	content: "Uitverkocht";
    display: block;
    position: absolute;
    top: 0;
    background: #287694;
    color: white;
    padding: 0.5em;
    right: 0;
    font-size: 0.8em;
	font-weight: 500;
}

.woocommerce ul.products li.product.outofstock a img{filter: grayscale(100%);opacity: 0.8;}
.woocommerce span.onsale{background-color: #287694 !important; padding: 1em !important;}
.related.products{clear:both;}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{
	background-color: #3f6811 !important;
    line-height: 3em;
    display: block;
    padding: 0 2em !important;
    margin: 0 auto !important;
    width: fit-content;
    font-weight: 400 !important;
    font-size: 1.2em;
    white-space: nowrap;
    color: #fff !important;
    opacity: 1 !important;
	text-decoration: none !important;
}
#order_review_heading{ margin-top: 2em;}
body.woocommerce-checkout .woocommerce{ max-width: 1000px; margin: 4em auto;}

.woocommerce .products ul, .woocommerce ul.products{text-align: center!important; margin: 0 auto 1em !important; display: flex; flex-wrap: wrap; gap: 1%; justify-content: center;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{float:none !important; display: inline-block; margin: 0 0 2.5em 0 !important;}
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a{color: #132400;}
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 32.66666% !important;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before {
    content: none !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{width: 24.25% !important;}

input[type="checkbox"]{
    background-color: #fff;
    border: 2px solid #50575e;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 1em;
    height: 1.5em;
    margin: 0 1em 0 0;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em;
}


@media only screen and (max-width: 1023px) {
	header.opper{background-position: left 25% center;}
}
@media only screen and (max-width: 800px) {
	.desktop{display: none !important;}
	.mobile{display: block !important;}

	body{font-size: 9px;}
	/*nav{height: auto;}*/
	nav .wrapper ul li a{margin-right: 1.5em;}
	.wrapper{/*text-align: center;*/}
	nav.opper{ position: relative; }
	nav .wrapper{text-align: left;}
	nav .wrapper > .menu-header-container{display: none;}
	nav .wrapper .hamburger{ display: block;}
	nav .wrapper ul#menu-header li#menu-item-37{display: none;}
	nav .wrapper ul#menu-header li#menu-item-36{display: none;}
	.overlaymenu{
		height: calc(100% - 10em);
		top: 10em;
	}	
	body .wrapper p{text-align: justify;}
	body.home .wrapper p{column-count: 1;}
	header.opper{height: 10em;}
	header.opper > .wrapper{height: 10em;}

	header .logo img{height: 8.5em; margin-top: 1em;}
	h1{ font-size: 1.9em; font-weight: 400;}
	nav .wrapper .overlaymenu  ul li a{margin-right: 1.3em;}
	/*ul.products li.product a{font-size: 1.4em;}
	.sidebar{display:none;}*/
	.columns { flex-direction: column; column-gap: 4em;}
	.columns > div {width: 100%;}
	.page-id-38 .columns {display:none;}
	.page-id-33 .columns > div {width: 100%; text-align: left;}
	.page-id-33 .columns > div:nth-of-type(2){margin-top: 1em;}


	section .wrapper .productholder{display: block;}
	section .wrapper .productholder .left{ padding-right: 0; width:100%}
	section .wrapper .productholder .right{ padding-left: 0; width:100%}
	section .wrapper .productholder .right img{ margin: 0 auto 0; min-width: initial}
	.page-id-31 section .wrapper .productholder .left{ width:100%}
	.page-id-31 section .wrapper .productholder .right{ width: 100%;}
	.woocommerce-products-header{    margin-bottom: 1.5em;}
	section .wrapper .sidebar{    flex-direction: column;}
	section .wrapper .sidebar > div{margin:0;}
	section .wrapper .sidebar > div:nth-of-type(1){}
	section .wrapper .sidebar > div:nth-of-type(2){width: 100%; text-align: left; margin: 1em 0 2em;}
	
	.wp-image-432{ margin: 1em auto 0;}
	
	.page-id-31 .columns {display: none;}
	
	.woocommerce-ordering{width:100%; display:block;}
	.woocommerce-ordering select{width:100%;}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{width:100% !important;}
	/*.woocommerce-product-gallery__trigger{display:block}*/
	
	.woocommerce .quantity .qty{ height: 2.7em;}
}
@media only screen and (max-width: 600px) {
}

body.admin-bar #trp-floater-ls.trp-top-right, body.admin-bar #trp-floater-ls.trp-top-left{ top: 0 !important;}
#trp-floater-ls{height: 48px !important; }
#trp-floater-ls:hover{height: auto !important; }
#trp-floater-ls.trp-color-dark{background: rgba(0, 0, 0, 0.6) !important;}
.trp-language-switcher-container.trp-floater-ls-names.trp-top-right.trp-color-dark{min-width: 120px !important;}

/*.woocommerce ul.products li.product.last-in-stock::after {
    content: "Laatste item!";
    display: block;
    position: absolute;
    top: 0;
    background: crimson;
    color: white;
    padding: 1em;
    right: 0;
    font-size: 0.8em;
    font-weight: 500;
}*/
/*.woocommerce ul.products li.product.post-557::after, .woocommerce ul.products li.product.post-556::after, .woocommerce ul.products li.product.post-555::after, .woocommerce ul.products li.product.post-554::after, .woocommerce ul.products li.product.post-592::after {
    content: "Nieuw!";
    display: block;
    position: absolute;
    top: 0;
    background: darkgreen;
    color: white;
    padding: 1em;
    right: 0;
    font-size: 0.8em;
    font-weight: 500;
}

.woocommerce ul.products li.product.outofstock::after {
    content: "Uitverkocht";
    display: block;
    position: absolute;
    top: 0;
    background: #287694;
    color: white;
    padding: 1em;
    right: 0;
    font-size: 0.8em;
    font-weight: 500;
}*/
.woocommerce ul.products li.product.outofstock.post-385::after {
    content: "Binnenkort weer op voorraad!";
}
p.mobile > span{display: block; text-align: center;}
p.mobile img{ display: inline-block; margin: 0 auto;width: 6em;}

.handmade{
	position: absolute;
    height: 7em !important;
    top: 4em;
    right: 24em;	
}
.handmadethumb{
    height: 3em !important;
    position: absolute;
    top: 0.8em;
    left: 1em;
    width: auto !important;	
}
.handmade_title{
	height: 5em !important;
}
.handmade_title_small{
	display: none;
}

@media only screen and (max-width: 1280px) {
	.handmade{right: 3em;}
}
@media only screen and (max-width: 800px) {
	.handmade{display:none}
	.handmade_title{display: none;}
	.handmade_title_small{
		display:block;
		height: 3.3334em !important;
		position: absolute;
		top: 0.7em;
		left: 1em;
	}
}