@charset "UTF-8";

.content .description {
	padding: 20px 80px;
}

.collections, .categories {
	text-align: center;
}

.collections h2, .categories h2 {
	background: radial-gradient(circle at center, var(--main-dark) -200%, var(--main-light) 100%);
}

.collections .webshop-item .webshop-item-image {
	object-fit: cover;
	box-shadow: 0 0 2px #fff;
	border-radius: 50%;
}

.collections .webshop-item .title, .collections .webshop-item .corner {
	display: none;
}


.webshop-item {
	display: inline-block;
	margin: 20px 20px;
	width: 300px;
}
@media (max-width: 768px) {
	.collections .webshop-item {
		width: 300px !important;
	}
	.collections .webshop-wrap .webshop-item-image {
		max-height: 300px !important;
	}
	.webshop-item {
		width: 200px;
	}
	.webshop-wrap .webshop-item-image {
		max-height: 200px !important;
	}
}

.categories .track_wrapper {
	position: relative;
	margin: auto auto;
	width: 95%;
	overflow: hidden;
	-webkit-mask: linear-gradient(90deg,
			transparent 0,
			black 5% 95%,
			transparent
		) 0 50% / 100% calc(100% - (2 * 6px)) no-repeat,
		linear-gradient(0deg, black, black) 50% 0 / 100% 6px no-repeat,
		linear-gradient(0deg, black, black) 50% 100% / 100% 18px no-repeat;
}
.categories .track_wrapper .track {
	--size: clamp(200px, 40vmin, 50rem);
	overflow-y: hidden;
	width: 100%;
	display: flex;
	margin: 0;
	padding: 0px 33%;
	scroll-snap-type: x mandatory;
}
.categories .webshop-wrap {
	width: 150px !important;
}
.categories .webshop-item {
	width: 150px !important;
	margin: 20px 8px;
	scroll-snap-align: center;
}
.categories .webshop-item-image {
	height: 260px !important;
}

.webshop-item .title {
	background-color: var(--main-dark-grade-1);
	background: radial-gradient(circle at center, var(--main-light) -125%, var(--main-dark-grade-1) 100%);
	width: 100%;
	min-height: 58px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.webshop-item .title h3 {
	text-align: center;
	margin: 0;
	padding-top: 18px;
	font-size: 18px;
	font-family: 'Baskerville', serif;
}
.webshop-item .title.price h3 {
	padding-top: 6px;
	margin-bottom: -4px;
}
.webshop-item .title.price .amount {
	color: #000;
}
.webshop-item .workshop-title {
	max-width: 300px;
	font-size: 16px !important;
	margin-top: 3px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.webshop-item a {
	text-decoration: none !important;
}
.webshop-wrap {
	position: relative;
	box-shadow: none;
	transition: all 1s ease-in-out;
}
.webshop-wrap:hover {
	box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}


.webshop-wrap .webshop-item-image {
	object-fit: cover;
	width: 100%;
	height: 300px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.webshop-wrap .webshop-item-image.soldout {
	opacity: 0.6;
}

.webshop-wrap .corner {
	display: block;
	position: absolute;
	right: -6px;
	top: -10px;
	width: 50%;
	opacity: 0.6;
}

h1.inside_banner {
	margin: 8px !important;
}


section.filter_currency, section.filter_sort {
	text-align: right;
}

section.filter_sort .btn-group {
	margin-top: 1px;
	width: 134px;
}
section.filter_sort .btn-group li {
	padding-left: 6px;
	padding-right: 4px;
}
section.filter_sort .btn-group li a {
	font-weight: normal;
	text-decoration: none;
}
section.filter_category div {
	padding: 4px;
}
section.filter_category a {
	border: 1px solid var(--main-dark);
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
	font-weight: normal;
}
section.filter_category a:hover {
	cursor: pointer;
	text-decoration: underline;
}
section.filter_category a.selected {
	background-color: var(--main-dark);
	border: 1px solid var(--main-dark-grade-2);
	color: #FFF;
}
section.filter_category a.selected:hover {
	cursor: default;
	text-decoration: none;
}


.products {
	text-align: center;
	padding-left: 0px;
}

.workshop-date {
	font-size: 18px;
}

.subscribe_newsletter img.webshop-item-image {
	height: 362px !important;
	max-height: 362px !important;
}
.subscribe_newsletter .workshop-title {
	margin-top: -8px;
}
.subscribe_newsletter .title {
	height: 0px;
	min-height: 0px;
	max-height: 0px;
}
.subscribe_newsletter .subscribe_text {
	position: absolute;
	margin-top: -290px;
	width: 250px;
	margin-left: 25px;
	background: rgba(0,0,0,0.7);
	padding: 5px;
}





.add_to_cart {
	margin-right: auto;
	marign-left: auto;
	text-align: center;
	float: right;
}
.form_to_cart select {
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	color: #000;
	width: 50%;
	padding: 2px;
}
.price {
	font-size: 22px;
}

.alert-danger {
	color: #000;
	background-color: var(--notification);
}
.cart {
	width: 90%;
	margin-top: 40px;
}
.cart .product-remove {
	width: 5%;
}
.cart .product-name {
	width: 60%;
}
.cart .product-price {
	width: 15%;
	text-align: right;
	white-space: nowrap;
}
.cart th.product-price {
	text-align: center;
}
.cart .product-remove span.remove {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	font-size: 20px;
}
.cart .product-remove span.remove:hover {
	color: #AA0000;
}
tr.cart_item:hover {
	background-color: #9aaf72;
}
.cart_item .image-thumbnail {
	width: 100px;
	height: 75px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
	box-shadow: 0px 2px 5px -2px black;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.cart_item a, .cart_item a:hover {
	text-decoration: none;
}
.cart_item .product-name .name {
	display: inline-block;
}
.submit-row {
	padding-top: 40px;
	text-align: right;
}
.submit-row button {
	margin: 0px 10px;
}
.submit-row a {
	text-decoration: none !important;
	color: #000 !important;
}

form.order label {
	display: block;
	margin: 10px 0px -2px 24px;
	font-weight: normal;
	white-space: nowrap;
}
form.order input, form.order select, form.order textarea {
	width: 100%;
	max-width: 530px;
	margin-left: 20px;
}
form.order select {
	height: 32px;
}
form.order textarea {
	height: 85px;
}

form.order .terms, form.order .newsletter {
	text-align: center;
}
form.order .terms input, form.order .newsletter input {
	width: 20px;
	display: inline-block;
}
form.order .terms label, form.order .newsletter label {
	display: inline-block;
	white-space: normal;
	margin: 0px;
	text-align: left;
	width: 480px;
}

.review-order-table {
	width: 100% !important;
	margin-left: auto !important;
}
.review-order-table tbody .product-name {
	padding-left: 10px;
	text-align: left !important;
}
.review-order-table thead .product-name {
	text-align: left !important;
}
.review-order-table tbody .product-total {
	padding-right: 10px;
}
.review-order-table td,
.review-order-table th,
.review-order-table .product-total,
.review-order-table .order-total,
.review-order-table .order-total td,
.review-order-table .order-total th {
	text-align: right;
	padding-right: 10px;
}
.review-order-table .product-quantity {
	display: none;
}

.delivery {
	max-width: 530px;
}
.delivery_method_price {
	margin: 0px !important;
}
.payment {
	text-align: left;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.payment ul {
	margin: 0px;
	padding: 0px;
}
.payment ul li, .delivery ul li {
	min-height: 50px;
	cursor: pointer;
	padding: 10px;
	padding-left: 30px;
	border-radius: 4px;
	margin-bottom: 1px;
}
.payment ul li:before, .delivery ul li:before {
	background-image: none !important;
}
.payment ul li span, .delivery ul li span {
	width: 20px;
	height: auto;
	margin-left: -20px;
}
.payment ul li input, .delivery ul li input {
	display: none;
}
.payment ul li img, .delivery ul li img {
	float: right;
	border-radius: 4px;
	width: 50px;
	height: auto;
	border: 2px solid #FFF;
	background-color: #FFF;
	display: inline-block;
	margin-left: 3px;
}
.payment ul li .small, .delivery ul li .small {
	font-size: 12px;
	line-height: 20px;
}
.payment ul li label {
	width: 100%;
}
.payment ul li:hover, .delivery ul li:hover {
	background-color: #45522e;
	background: radial-gradient(circle at top, #45522e 0px, #29311c 500px);
	color: #FFF;
}
.payment ul li.selected, .delivery ul li.selected {
	background-color: #45522e;
	background: radial-gradient(circle at top, #45522e 0px, #29311c 500px);
	color: #FFF;
}

.our_payment_methods {
	text-align: center;
}
.our_payment_methods a {
	text-decoration: none !important;
}
.our_payment_methods img {
	width: 75px;
	height: auto;
	margin: 5px;
	border: 2px solid white;
	border-radius: 4px;
}

.ribbon {
	width: 130px;
	height: 130px;
	overflow: hidden;
	position: absolute;
	z-index: 99;
}
.ribbon span {
	position: absolute;
	display: block;
	width: 200px;
	padding: 6px 0;
	background-color: #D4A437;
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
	color: #fff;
	font: sans-serif;
	text-shadow: 0 1px 1px rgba(0,0,0,.2);
	text-align: center;
}
.ribbon.soldout span {
	background-color: #a53333 !important;
}
.ribbon.personal span {
	background-color: #2F5D50 !important;
}
.ribbon-top-left {
	top: -4px;
	left: -4px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}
.ribbon-top-left::before {
	top: 0;
	right: 0;
}
.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}
.ribbon-top-left span {
	right: -17px;
	top: 30px;
	transform: rotate(-45deg);
}

.thankyou-img {
	margin: 20px;
}
.thankyou-img img {
	max-width: 200px !important;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.thankyou .review-order-table {
	width: 80%;
}
.thankyou-total, .thankyou-total td, .thankyou-total th {
	font-weight: bold;
	padding-top: 20px;
}
.thankyou h2 {
	font-size: 20px;
}
.thankyou h1 .order-date {
	font-size: 20px;
	white-space: nowrap;
}
section.subproducts {
	width: 100%;
	max-width: 500px;
}
section.subproducts .select {
	position: relative;
}
section.subproducts .placeholder {
	background-color: #FFF;
	padding: 5px;
	padding-left: 15px;
	padding-right: 35px;
	border: 1px solid #000;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
	cursor: pointer;
}
section.subproducts .placeholder:after {
	content: '\25BE';
	border-left: 1px solid #efefef;
	width: 22px;
	text-align: right;
	display: inline-block;
	position: absolute;
	top: 8px;
	right: 12px;
}
section.subproducts .options {
	position: absolute;
	margin-left: 2px;
	width: calc(100% - 4px);
	color: #000;
	background-color: #FFF;
	z-index: 999;
	border: 1px solid #EFEFEF;
	border-top: 0px;
	-webkit-box-shadow: 0px 10px 8px -7px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 8px -7px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 8px -7px rgba(0,0,0,0.75);
	margin-top: -6px;
	box-sizing: border-box;
	display: none;
}
section.subproducts .options .subproduct {
	padding-left: 15px;
}
.subproduct_option.sold_out div {
	text-decoration: line-through;
}
.subproduct_option.sold_out .subproduct:after {
	content: " [uitverkocht]";
	text-decoration: none;
	display: inline-block;
}
section.subproducts .options .subproduct_option {
	background-color: #FFF;
	padding: 5px;
}
section.subproducts .options .subproduct_option:hover {
	background-color: #9aaf72 !important;
	color: #FFF;
	cursor: pointer;
}
section.subproducts .options .subproduct_option.selected {
	background-color: #EFEFEF;

}
section.subproducts .subproduct {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	width: calc(100% - 85px);
	white-space: nowrap;
	vertical-align: middle;
}
section.subproducts .subproduct_price {
	display: inline-block;
	float: right;
	text-align: right;
	margin-right: 8px;
}
.owl-nav {
	margin-top: -70px;
	margin-bottom: 75px;
}
.extra_add_to_cart {
	margin-top: 10px;
	display: none;
}

#email_warning {
	display: none;
}