@charset "UTF-8";
@import "/css/webshop/main.css";

.full-product .description {
	padding: 0;
}

.full-product .content {
	background: #4c54485e;
	font-family: "Times new Roman", "serif";
	font-size: 16px;
	min-height: 200px;
}

.full-product .price {
	margin: 14px;
	display: block;
}

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;
	border-radius: 4px;
}
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: 0;
	-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: -4px;
	box-sizing: border-box;
	display: none;
	border-radius: 0px 0px 4px 4px;
}
section.subproducts .options .subproduct {
	padding-left: 15px;
}
.subproduct_option.sold_out div {
	text-decoration: line-through;
	opacity: 0.5;
}
.subproduct_option.sold_out .subproduct:after {
	content: " [uitverkocht]";
	text-decoration: none;
	display: inline-block;
}
section.subproducts .options .subproduct_option {
	padding: 5px;
}
section.subproducts .options .subproduct_option:last-child {
	border-radius: 0px 0px 4px 4px;
}
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;
}

.add_to_cart > .btn-green {
	margin: 20px 0;
}
.extra_add_to_cart {
	margin-top: 10px;
	display: none;
}