@charset "utf-8";
/* wrap elementen en containers */

.clear {
	clear: both;
	height: 0px;
}
.body-noscroll{
	overflow-y: hidden;
}


.webshopmainwrap, .webshop-subcategories, .webshop-products {
	box-sizing: border-box;
	margin: 0px auto;
	padding: 5px;
}

.webshopmainwrap {
	min-height: 480px;
}

.webshop-products{
	min-height: 500px;
}

.webshopmainwrap:after, .webshop-subcategories:after, .webshop-products:after, .webshop-product-top-wrap:after, .webshop-product-related-products:after, .webshop-related-product:after, .webshop-cart-button-wrap:after, .webshop-form-wrap:after, .closeoverlay:after, .webshop-products-topbar:after, .webshop-amount-price:after, #customerTypeBusinessField:after, .orderdatacontainer:after, .webshop-productprice-container:after, .webshop-productprice-container:after, .webshop-productorder-container:after, .webshop-price-block-wrap:after {
	content: '';
	display: block;
	clear: both;
}

.webshop-cart-button-wrap {
	text-align: center;
}

.webshop-menu-body {
	width: 30%;
	float: left;
}

.webshop-page-body{
	width: 70%;
	float: right;
}

.webshop-menu-body, .webshop-page-body, .webshop-salespage-body{
	box-sizing: border-box;
	padding: 10px;
}

/* Tekst elementen */

.webshop-head, .webshop-description, .webshop-text, .webshop-button, .webshop-formhead, .webshop-filter-label {
	font-family: inherit;
}

.webshop-head, .webshop-formhead {
	margin: 0px 0px 10px;
}

.webshop-description {
	margin: 0px 0px 10px;
}

.webshop-text {
	margin: 0px 0px 10px;
}

.webshop-cart-text {
	margin: 0;
}

.webshop-formhead {
	font-weight: 400;
}

.webshop-productoldprice {
	text-decoration: line-through;
}

.product-sale-div {
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	background: #33b5e5;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	z-index: 400;
}

.product-sale-div-productpage {
	background: #33b5e5;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	width: auto;
	display: inline-block;
}

.webshop-text-salebtn {
	padding: 0;
	margin: 0;
	color: #fff;
}

.webshop-create-account:after {
	clear: both;
	display: block;
	content: '';
}

.webshop-create-account {
	margin: 10px 0;
	background: #eee;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
}

.webshop-label-text {
	font-size: 14px;
}

/* buttons */

.webshop-button {
	cursor: pointer;
	border: 1px solid;
	display: block;
	margin: 10px auto 0;
	padding: 10px 15px 10px 15px;
	font-size: 14px;
}
.order-direct-button, .order-button, .order-related-button, .coupon-button, .login-button {
	color: #fff;
	border-color: #00695c;
	background: #00695c;
}

.coupon-button {
	display: inline-block;
	border-radius: 5px;
}

.webshop-cart-coupons{
	min-height: 100px;
}

.qswebshop_quotation_text{
	margin: 0px;
	padding: 0px;
}

/* Tegels */

.category-info-wrap {
	margin-top: 30px;
}

.webshop-category-tile {
	width: 31%;
	margin: 1%;
	box-sizing: border-box;
	padding: 10px;
	float: left;
	border: 1px solid #eee;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.webshop-tile-image {
	width: 100%;
	display: block;
	margin: 0px;
	border-radius: 4px;
}

.productorderview {
	margin-top: 25px;
	display: none;
	width: 100%;
	min-height: 100px;
}
.no-products-found{
	display: none;
}

.productorderview:after {
	clear: both;
	content: '';
	display: block;
}

.productitem {
	border: 1px solid #eee;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px;
	float: left;
	cursor: pointer;
}
.productitem a {
	text-decoration: none;
	color: inherit;
}

.productitem-col-1 {
	width: 98%;
	margin: 1%;
}

.productitem-col-2 {
	width: 48%;
	margin: 1%;
}

.productitem-col-3 {
	width: 31%;
	margin: 1%;
}

.productitem-col-4 {
	width: 23%;
	margin: 1%;
}

.productitem-col-5 {
	width: 18%;
	margin: 1%;
}

.productitemimagewrap {
	min-height: 200px;
	margin-bottom: 20px;
	position: relative
}

.productitemimage {
	min-height: 200px;
}

.webshop-product-tile-image {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}

/*.productitem, .webshop-category-tile {
	text-align: center;
	transition: all .2s ease-in-out;
}*/

.productitemimage {
	overflow: hidden;
	position: relative;
}

/* .productitemfirstimage {
	position: absolute;
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 220px;
	-webkit-transition: left 0.5s ease-out;
	-moz-transition: left 0.5s ease-out;
	-o-transition: left 0.5s ease-out;
	transition: left 0.5s ease-out;
}
.productitemsecondimage {
	position: absolute;
	top: 0;
	left: 0;
	right: -220px;
	bottom: 0;
	z-index: -1;
	width: 220px;
	-webkit-transition: right 0.5s ease-out;
	-moz-transition: right 0.5s ease-out;
	-o-transition: right 0.5s ease-out;
	transition: right 0.5s ease-out;
}

.productitem:hover .productitemfirstimage{
	left: -220px;
}
.productitem:hover .productitemsecondimage{
	right: 0px;
	z-index: 2;
} */

.productitemfirstimage {
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.productitemsecondimage {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
}

.productitem:hover .productitemfirstimage {
	opacity: 0;
}

.productitem:hover .productitemsecondimage {
	opacity: 1;
}

/* .webshop-product-tile-image, .webshop-tile-image {
	transition: all .2s ease-in-out;
} */

/* .productitem:hover .webshop-product-tile-image, .webshop-category-tile:hover .webshop-tile-image {
	transform: scale(1.05);
} */

.productitem:hover, .webshop-category-tile:hover {
	box-shadow: 0px 0px 2px #4B515D;
}

.webshop-productname {
	font-weight: 500;
}

/* Zoeken */
.webshop-search {
	height: 45px;
	position: relative;
	margin: 10px;
	width: 100%;
	max-width: 400px;
	float: left;
}
.search-results{
	position: absolute;
	top: 45px;
	left: 2px;
	width: 98%;
	max-width: 400px;
	z-index: 10000;
	border: 1px solid #c2cad8;
	background: #fff;
	padding: 2px;
	display: none;
	border-radius: 10px;
}
.search-result-text-nothing{
	margin: 0px;
	padding: 10px;
}
.search-result-img-line{
	max-width: 85px;
  	float: left;
	margin: 0px;
	padding: 3px;
}
.search-result-text-box{
	float: left;
}
.search-result-box-row-dark{
	background: #f9f9f9;
}
.search-result-box-row, .search-result-box-row-dark{
	clear: both;
	min-height: 90px;
}
.search-result-box-row:hover, .search-result-box-row-dark:hover{
	cursor: pointer;
	background: #eee;
}
.search-result-text-header{
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 12px;
}
.search-result-text{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 290px;
}
.search-result-text-ean, .search-result-text-sku{
	font-size: 10px;
	font-style: italic;
	float: left;
	margin: 0px;
}
.search-result-text-sku{
	padding: 0px 0px 0px 10px;
}
.search-result-btn-box{
	width: 100%;
	text-align: center;
	background: #eee;
	padding: 0;
  	margin: 0;
}
.search-result-btn-box p{
	margin: 0px;
	padding: 10px;
}
.search-result-btn-box:hover{
	cursor: pointer;
	background: #adadad;
	color: #000;
}
.btn-result-showall{
	padding: 10px;
	border: 1px solid #000;
	margin: 5px auto;
	border-radius: 10px;
	background: #dadada;
}
.btn-result-showall:hover{
	background: #eee;
}

.searchbarsmall {
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	display: inline-block;
	box-sizing: border-box;
	border-top: 1px solid #c2cad8;
	border-left: 1px solid #c2cad8;
	border-bottom: 1px solid #c2cad8;
	border-right: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.customSearchButton {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 1px solid #c2cad8;
	border-right: 1px solid #c2cad8;
	border-bottom: 1px solid #c2cad8;
	border-left: none;
	background: #eee;
	cursor: pointer;
	width: 20%;
	display: inline-block;
	box-sizing: border-box;
	padding: 6px 12px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 40px;
}

/* kruimeltjes */
.webshop-link{
	display: block;
	width: 100%;
	height: 100%;
}
.webshop-breadcrumb-link, .webshop-menu-option-link, .webshop-link {
	text-decoration: none;
	color: #333;
}

.webshop-breadcrumb-link:hover, .webshop-menu-option-link:hover, .webshop-link:hover {
	text-decoration: underline;
}

/* Webshop categorie boom / menu */

.webshop-menu {
	box-sizing: border-box;
	padding: 0px;
	width: 100%;
}

.webshop-menu-item {
	border: 1px solid #eee;
	box-sizing: border-box;
	padding: 10px 8px;
	position: relative;
	height: 40px;
	line-height: 40px;
}

.webshop-menu-option-link {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: calc(100% - 40px);
	background: none;
	text-decoration: none;
	cursor: pointer;
}

.webshop-menu-option-button {
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	height: 100%;
	width: 40px;
	background: none;
	border: none;
	cursor: pointer;
}

.webshop-menu-item-0 {
	text-indent: 5px;
}

.webshop-menu-item-1 {
	text-indent: 15px;
}

.webshop-menu-item-2 {
	text-indent: 20px;
}

.webshop-menu-item-3 {
	text-indent: 25px;
}

.webshop-menu-text {
	margin: 0px;
}

.webshop-menu-group {
	margin-bottom: 20px;
}

.webshop-firstsubmenu-group {
	display: none;
}

.webshop-secondsubmenu-group {
	display: none;
}

.webshop-thirdsubmenu-group {
	display: none;
}

.showwebshopsubmenu {
	display: block;
}

.webshop-menu-active-item {
	font-weight: bold;
}

.webshop-select-box {
	width: 100%;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #c2cad8;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-size: 14px;
	line-height: 26px;
	color: #555;
	display: block;
}

/* Productpagina */
.webshop-product-top-wrap, .dataloaderwrapper{
	min-height: 200px;
}
.webshop-product-image, .webshop-product-infoleftbox  {
	width: 45%;
	float: left;
	min-height: 100px;
}
.webshop-product-breadcrumbs{
	min-height: 50px;
}

.webshop-product-leftbox{
	width: 55%;
	float: left;
	min-height: 100px;
}
.webshop-product-rightbox{
	width: 45%;
	float: right;
	min-height: 100px;
}
.webshop-product-image-right{

}

.item_image {
	width: 100%;
}

.webshop-product-infobox, .webshop-product-inforightbox {
	width: 55%;
	float: right;
}

.webshop-amount-price, .webshop-product-techspecs {
	margin-top: 20px;
}

.webshop-amount-wrap, .webshop-amount-cart-wrap {
	position: relative;
	height: 40px;
	width: 90px;
	margin-top: 13px;
	margin-right: 40px;
}

.webshop-amount-cart-wrap {
	margin-top: 0px;
}

.webshop-product-amount-input {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #c2cad8;
	border-radius: 4px;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-size: 16px;
	line-height: 26px;
	color: #555;
}

.webshop-amount-button {
	position: absolute;
	right: 10px;
	height: 20px;
	background: none;
	border: none;
	width: 20px;
	cursor: pointer;
}

.webshop-remove-product-button {
	float: right;
	border: none;
	background: none;
	position: absolute;
	top: 20px;
	right: 13px;
	cursor: pointer;
	font-size: 18px;
	opacity: 1;
	color: #721c24;
	border: 1px solid #f5c6cb !important;
	background: #f8d7da !important;
}

.webshop-remove-product-button:hover {
	opacity: 0.8;
}

.amount-button-top {
	top: 0px;
}

.amount-button-bottom {
	bottom: 0px;
}

.webshop-product-vat-info {
	font-size: 12px;
}

.webshop-product-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c2cad8;
	table-layout: fixed;
}

.webshop-product-table-row {
	display: table-row;
}

.webshop-product-table-cell {
	display: table-cell;
	border: 1px solid #c2cad8;
	padding: 10px;
}

/* Relations */

.webshop-product-related-products {
	width: 100%;
	margin: 0px 0px 10px;
}

.webshop-related-product {
	box-sizing: border-box;
	float: left;
	border: 1px solid #ddd;
	margin: 1% 1% 1% 0%;
}

.webshop-related-product-image, .webshop-related-product-information, .webshop-related-product-price-amount, .webshop-related-product-button {
	padding: 0px 10px;
	box-sizing: border-box;
	position: relative;
}

.webshop-related-product-image {
	width: 100%;
}

.webshop-related-product-information {
	width: 100%;
}

.webshop-related-product-price-amount {
	width: 100%;
}

.webshop-related-product-button {
	width: 100%;
}

.related-product-image {
	width: 100%;
	display: block;
	margin: 2px 0px;
}

/* Winkelmand */

.webshop-cart-main-wrap {
	box-sizing: border-box;
	padding: 20px;
	margin-top: 20px;
}

.emptyCart {
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
}

.emptyCart .webshop-text {
	margin: 0px;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin: 1rem 0;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.continue-button {
	float: left;
}

.place-order-button {
	color: #155724;
	border: 1px solid #c3e6cb;
	background: #d4edda;
	float: right;
}

.place-order-button-nomargin {
	margin: 0px;
}

.error-orderinfo{
	display: none;
	font-size: 12px;
	font-style: italic;
}
.error-button-place-order{
	border: 1px solid #f5c6cb !important;
	background: #f8d7da !important;
	color: #555 !important;
}

.webshop-cart-table, .webshop-cart-totals-table {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #c2cad8;
}

.webshop-cart-row, .webshop-cart-totals-row {
	display: table-row;
}

.theaddiv {
	background: #c2cad8;
	padding: 10px;
	text-align: left;
	font-weight: bold;
}

.webshop-cart-cell {
	display: table-cell;
	border: 1px solid #c2cad8;
	padding: 10px;
	vertical-align: top;
	position: relative;
}

.webshop-cart-cell-checkout {
	display: table-cell;
	padding: 10px;
	vertical-align: top;
	position: relative;
	min-width: 125px;
}

.webshop-cart-cell-spacer {
	padding: 0px;
}

.subtotal {
	font-weight: bold;
}

.webshop-cart-cell-spacer-contents-left, .webshop-cart-cell-spacer-contents-right {
	border-top: 1px solid #c2cad8;
	display: block;
	width: 95%;
}

.webshop-cart-cell-spacer-contents-left {
	margin-left: 5%;
}

.webshop-cart-cell-spacer-contents-right {
	margin-right: 10%;
}

.text-align-right {
	text-align: right;
}

.webshop-cart-image {
	width: 100%;
	max-width: 75px;
	display: inline-block;
	border-radius: 4px;
}

.webshop-cart-image-checkout {
	width: 100%;
	max-width: 75px;
	display: inline-block;
	border-radius: 4px;
}

.webshop-cart-text-inline {
	display: inline-block;
	width: calc(100% - 85px);
	vertical-align: top;
	margin-top: 0px;
}

/* Inline tabel voor winkelmand */
.webshop-inline-table {
    display: inline-table;
    width: calc(100% - 115px);
    vertical-align: top;
	margin-left: 15px;
}

.webshop-cart-productname {
	vertical-align: top;
}
.webshop-cart-producttype, .webshop-cart-producttype{
	font-size: 12px;
	font-style: italic;
}

.webshop-upsell-item {
	font-size: 14px;
    color: #a7a7a7;
	display: block;
	margin-top: 5px;
}

.blockspan {
	display: block;
}
.shortcartlist {
	width: calc(100% - 90px);
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

.webshop-cart-cell-clickable img {
	cursor: pointer;
}

.webshop-form-wrap {
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid #c2cad8;
	border-radius: 4px;
}

.webshop-half-form {
	width: 48%;
	float: left;
	margin-right: 2%;
}

.webshop-form input[type="password"]{
	width: 100% !important;
}

.webshop-form-checkbox {
	width: 100%;
	margin-top: 10px;
}

.webshop-form-checkbox-clear {
	clear: both;
	height: 0px;
}

.form-input {
	width: 100%;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #c2cad8;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-size: 14px;
	line-height: 26px;
	color: #555;
	display: block;
	box-sizing: border-box;
}

.legal-text {
	float: left;
	font-size: 13px;
	color: #999;
	font-style: italic;
	margin: 0px;
	line-height: 40px;
}
.vat-included-text {
	font-size: 13px;
	color: #999;
	font-style: italic;
	margin: 0px;
	line-height: 40px;
}

.webshop-amount-wrap {
	float: left;
	margin: 0px;
}

.order-button {
	float: right;
	margin: 0px;
}

.form-input-coupon {
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #c2cad8;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-size: 14px;
	line-height: 26px;
	color: #555;
	display: inline-block;
	box-sizing: border-box;
}

/* Overlay */

.overlayloadercontainer, .overlaycontainer, .overlayaccountcontainer {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 10000000;
	height: 100%;
	background: rgba(50, 50, 50, 0.75);
	overflow-y: auto;
}

.innercontainer, .overlayaccountinnercontainer {
	position: relative;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	top: 2%;
	width: 60%;
	margin: 0px auto;
	box-sizing: border-box;
	min-height: 150px;
	height: auto;
	-webkit-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	-moz-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	-ms-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	-o-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
}

.closeoverlay, .closeaccountoverlay {
	float: right;
	cursor: pointer;
	margin: 0px 20px 0px 0px;
	font-size: 20px;
	font-family: inherit;
	color: #721c24;
}

.badge-outline-whole{
	padding: 10px;
	width: 96%;
	border-radius: 10px;
	font-size: 12px;
	line-height: 20px;
	min-height: 20px;
	min-width: 20px;
	text-align: center;
	display: block;
}

.blockheader {
	padding: 10px 0;
	min-height: 48px;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
	border-radius: 0 !important;
	box-sizing: border-box;
}

.blocktitle {
	float: left;
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}

#innerwrapper, #accountinneroverlay {
	margin-top: 25px;
}

.cancel-button, .continue-button {
	color: #004085;
	border: 1px solid #b8daff;
	background: #cce5ff;
}

.remove-button {
	color: #721c24;
	border: 1px solid #f5c6cb;
	background: #f8d7da;
}

.cancel-button, .remove-button {
	display: inline-block;
}

.inlineblockinput {
	display: block !important;
	width: 40%;
	float: right;
}

#customer-country, #customer-alter-country {
	display: block;
	height: 40px;
}

#webshopPaymentOptions label.radio-title {
	display: inline-block;
	min-width: 10px !important;
}
#webshopPaymentOptions .radio-list-table-data{
	float: left;
}

.radio-list-table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	display: table;
}

.radio-list-table-row {
	display: table-row;
}

.radio-list-table-data {
	display: table-cell;
	vertical-align: middle;
}
.table-data-radiobtn{
	width: 30px;
}
.table-data-img{
	width: 40px !important;
}
.table-data-img-normal{
	width: 40px;
}
.btn-select-outline-paymentmethods{
	border-style: none;
	width: 100%;
	display: inline-block;
	background-color: #f4f5f8;
	border-color: #f4f5f8;
	cursor: pointer;
	padding: 10px;
	border: 1px solid transparent;
}
.btn-round-outline-paymentmethods{
	overflow: hidden;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid transparent;
	background: none;
	background-color: rgba(0, 0, 0, 0);
	outline: none;
	padding: 10px 10px 10px 10px;
	border-radius: 4px;
	background-color: #f4f5f8;
}
.form-control-select-show{
	border: 1px solid #4285F4;
	background: #fff;
	box-shadow: 0px 0px 3px #4285F4;
}

.payment-icon-text{
	display: table;
	width: 100%;
	max-width: 40px;
}
.payment-icon{
	display: table-cell;
	width: 100%;
	max-width: 40px;
}
.payment-text{
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0px 0px 10px;
}
.payemt-issuer-img{
	width: 30px;
}
.paymentmethod-filter{
	display: table;
	padding: 0px 15px !important;
}
.payemt-issuer-img-cell{
	padding: 10px 0px 0px 0px;
}
.payemt-issuer-text-cell{
	padding: 5px 0px 0px 10px;
}
.payemt-issuer-img-cell, .payemt-issuer-text-cell{
	display: table-cell;
	vertical-align: middle;
}

.paymentcostscell {
	text-align: right;
	float: right !important;
}

#webshopShippingOptions {
	margin-bottom: 20px;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

#coupon-result {
	box-sizing: border-box;
	padding: 10px;
}

/* Loader css */

.webshop-validation-wrap, .webshop-account-validation-wrap {
	text-align: center;
}

.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #fcc314;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}

/* orders pagination */
.paginationitemactive {
	font-weight: bold;
	background: #59667E;
	color: #fff !important;
}
.paginationbutton{
	cursor: pointer;
	box-sizing: border-box;
	padding: 6px 10px;
	margin: 5px;
	border: 1px solid #59667E;
	border-radius: 5px;
	text-decoration: none;
	display: inline-block;
    min-width: 35px;
	color: #59667E;
}
.orderpagination {
	float: right;
}
.paginationitem, .paginationitem-points {
	font-size: 14px;
	cursor: pointer;
	color: #59667E;
	border: 1px solid #59667E;
	box-sizing: border-box;
	padding: 10px 15px;
	margin: 0px 2px 0px 2px;
	text-decoration: none;
}
.paginationbutton:hover{
	background: #59667E;
	color: #fff;
	cursor: pointer;
}
.paginationitem:hover{
	background: #59667E;
	color: #fff;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}
.orderpagination-div{
	height: 50px;
	margin: 10px 0px 0px 0px;
	display: none;
}
.orderpagination-div:after{
	clear: both;
	display: block;
	content: '';
}
div[class^="productorderview-part-"]{
	width: 100%;
	-webkit-animation: info-fade-in .3s ease 1, info-move-left .3s ease-out 1;
	-moz-animation: info-fade-in .3s ease 1, info-move-left .3s ease-out 1;
	-ms-animation: info-fade-in .3s ease 1, info-move-left .3s ease-out 1;
	-o-animation: info-fade-in .3s ease 1, info-move-left .3s ease-out 1;
	animation: info-fade-in 4.3s ease 1, info-move-left 4.3s ease-out 1;
}
.page_counted{
	font-size: 12px;
	margin: 0px 8px 10px 8px;
	text-align: right;
}
span[class^="breadcat-"]{
	display: none;
}

@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}

@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}

@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}

input[type="text"]:disabled, input[type="email"]:disabled, select:disabled {
	background: #eee;
}

/* Personalisatie */

.webshop-product-personalisation-wrap {
	box-sizing: border-box;
	padding: 10px 0;
	border-radius: 10px;
	margin: 10px 0px;
}

.personalisation-input {
	width: 90%;
	height: 38px;
	box-sizing: border-box;
	padding: 6px 12px;
	background-color: #fff;
	border: 1px solid #c2cad8;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.product-personalisation-group {
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 0 5px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px;
}

.countdown {
	width: 10%;
	float: right;
	text-align: center;
}

.cart-personalisation-text {
	font-size: 13px;
	color: #333;
	margin: 0px;
}

.cart-personalisation-diviver {
	width: 100%;
	height: 1px;
	margin: 4px 0;
	background: #eee;
}

.webshop-product-extended-description {
	margin: 45px auto;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	padding: 10px 0;
}

.clickable {
	cursor: pointer;
}

/* Inloggen klanten */

.webshop-user-login-wrap, .webshop-user-register-wrap{
	width: 95%;
	margin: 0px auto 20px;
	border: 1px solid #eee;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}
.input-icon-eye-right{
	margin: -40px 0px 0px 0px;
	min-width: 40px;
}

.register-back-login, .activationlink-send-again{
	margin: 10px 0px 10px 0px; 
	text-decoration: none;
	color: #333;
	display: block;
}
.register-back-login:hover, .activationlink-send-again:hover{
	text-decoration: underline;
}

.login-head {
	text-align: center;
}

.logindivider {
	display: block;
	width: 98%;
	height: 1px;
	background: #eee;
	margin: 20px auto;
}

/* Account omgeveing */

.webshop-account-wrap:after {
	clear: both;
	display: block;
	content: '';
}

.webshop-account-menu {
	width: 30%;
	float: left;
}

.webshop-account-infobox {
	width: 65%;
	float: right;
}
.webshop-cartinfo{
	margin: 10px 0px 0px 0px;
	clear: both;
}
.webshop-goto-buttons{
	min-height: 100px;
}

.dashboard-button{
	display: inline-block;
	color: #fff;
	border-color: #00695c;
	background: #00695c;
	margin: 0px 10px;
}

.accountdatatable {
	table-layout: fixed;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #eee;
	font-size: 14px;
	margin: 0px auto 10px;
}

.accountdatatable tr, .accountdatatable td, .accountdatatable th {
	border: 1px solid #eee;
	vertical-align: middle;
}

.accountdatatable td, .accountdatatable th {
	padding: 5px;
	vertical-align: middle;
}
.accountdatatable td p {
	padding: 1px 0;
	margin: 0px;
}

.accountdatatable th {
	background: #eee;
}

.account-menu {
	padding: 0px;
	margin: 0px;
}

.account-menu li {
	list-style: none;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	display: block;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	cursor: pointer;
}
.account-menu li:last-child{
	border-bottom: 1px solid #eee;
}
.account-menu li i{
	margin: 0px 10px 0px 0px;
	min-width: 20px;
}

.qswebshopaccountoptionactive {
	background: #eee;
}

/* Inloggen of doorgaan als nieuwe klant */

.webshop-order-continu, .webshop-order-login-wrap {
	width: 95%;
	max-width: 580px;
	margin: 0px auto;
	border: 1px solid #eee;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 20px;
	text-align: center;
}

.webshop-order-continu {
	margin-bottom: 30px;
}

.order-direct-button, .order-related-button {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0px auto;
	width: 170px;
	height: 40px;
	padding-right: 35px;
}

.order-related-button {
	margin: 5px auto 10px;
}

.quicksuccessicon {
	position: absolute;
	top: -35px;
	right: 12px;
}

.quickdefaulticon {
	position: absolute;
	top: 10px;
	right: 12px;
}

.showAddSuccess .quicksuccessicon {
	top: 10px;
}

.showAddSuccess .quickdefaulticon {
	top: 45px;
}

.quickdefaulticon, .quicksuccessicon {
	-webkit-transition: top 0.2s ease-out;
	-moz-transition: top 0.2s ease-out;
	-o-transition: top 0.2s ease-out;
	transition: top 0.2s ease-out;
}

/* Sorteren */

.qs_webshop_sorting {
	float: right;
	line-height: 45px;
	margin-top: 5px;
}

.sorting-text {
	display: inline-block;
	min-width: 0px;
	margin-right: 5px;
}

.sorting-select-input {
	width: 60%;
	display: inline;
}

.dataloader {
	border: 6px solid #e0e0e0;
	/* Light grey */
	border-top: 6px solid #273248;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 1s linear infinite;
	margin: 75px auto;
}

.qs_webshop_comparebutton {
	position: fixed;
	bottom: 2%;
	left: 50%;
	z-index: 100000;
	width: 150px;
	margin-left: -75px;
	box-sizing: border-box;
	padding: 15px;
}

.qs_webshop_hiddenbutton {
	display: none;
}

.swiper-container {
	width: 80%;
	margin: 0 auto; /* Center de container */
	position: relative; /* Nodig voor absolute positioning van knoppen */
}

.swiper-button-custom-prev,
.swiper-button-custom-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50px;
	color: #333;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 10;
	opacity: 0.6;
}

.swiper-button-custom-prev {
	left: 10px;
	transform: translateY(-50%);
}

.swiper-button-custom-next {
	right: 10px;
	transform: translateY(-50%);
}

/* Stijl voor de slides */
.swiper-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	background: transparent;
}
.swiper-container.gallery-thumbs {
    height: 100px;
    margin-top: 20px;
}

.swiper-container.gallery-thumbs .swiper-slide {
    width: 10%;
    height: 80px;
    opacity: 0.6;
}

.swiper-thumbs {
    height: 100px; /* Maximale hoogte van de thumbnails */
    display: flex;
    justify-content: center; /* Centreert de thumbnails horizontaal */
    align-items: center; /* Centreert de thumbnails verticaal */
    background-color: transparent; /* Zorg ervoor dat er geen achtergrondkleur is */
}

/* Thumbnails zelf */
.swiper-thumbs .swiper-slide {
    width: auto; /* Breedte wordt automatisch bepaald */
    height: 100%; /* Hoogte vult de hele container */
    flex-shrink: 0;
    display: flex;
    justify-content: center; /* Centreer elke individuele thumbnail in de slide */
    align-items: center;
	overflow: hidden;
	background: transparent;
}

/* Thumbnails afbeelding - houdt de verhouding */
.swiper-thumbs .swiper-slide img {
    width: auto; /* Zorg ervoor dat de breedte van de afbeelding automatisch wordt ingesteld */
    height: 100%; /* De afbeelding moet 100% van de hoogte van de container vullen */
    object-fit: cover; /* Houdt de juiste verhoudingen aan zonder vervorming */
    background-color: transparent; /* Geen achtergrondkleur */
}

.swiper-container.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.thumbnail {
    width: 100%;
    height: auto;
}

.swiper-slide div.productitem-col-3{
	width: unset !important;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.qs_webshop_productcompare_wrap:after {
	clear: both;
	content: '';
	display: block;
}
.qs_webshop_productcompare_row {
	float: left;
}
.qs_webshop_productcompare_row.row-dark {
	background: #eee;
}
.qs_webshop_productcompare_row-1 {
	width: 48%;
}
.qs_webshop_productcompare_row-2 {
	width: 32%;
}
.qs_webshop_productcompare_row-3 {
	width: 24%;
}
.qs_compare_image{
	width: 95%;
	display: block;
	margin: 0px;
	max-height: 300px;
}
.qs_compare_head {
	font-weight: bold;
}

.webshop-recentviewed-products-wrap {
	display: table;
	border: 1px solid #eee;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
    margin: 2% 0;
	transition: all .2s ease-in-out;
}

.webshop-recentviewed-products-wrap:hover {
	box-shadow: 0px 0px 2px #4B515D;
}

.qs_webshop_recentproductwrap {
	display: table-row;
}
.qs_webshop_recentimagewrap, .qs_webshop_recentdescription {
	display: table-cell;
	vertical-align: middle;
}
.qs_webshop_recentimage {
	display: block;
	width: 90%;
	margin: 0px;
}
.qs_webshop_recentimagewrap {
	width: 40%;
}
.qs_webshop_recentdescription {
	box-sizing: border-box;
	padding: 5px;
}

.webshop-filtermenu-head {
	font-weight: bold;
}
.webshop-filtermenu-text {
	margin: 0px;
}
.webshop-filtermenulink {
	text-decoration: none;
	color: inherit;
}
.webshop-submenu {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* filters */
.filter-head, .recent-viewed-head {
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
.filter-head .fa-chevron-down, .filter-head .fa-chevron-up{
	float: right;
	padding: 5px 0px 0px 0px;
}
.filter-head{
	cursor: pointer;
}
.filter-amount{
	font-size: 11px;
	color: #999;
}
.filter-head-line{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px solid #eee;
}

.webshop-filter-option {
	margin-bottom: 5px;
}

.webshop-filtermenu-back-1 {
	text-indent: 5px;
}
.webshop-filtermenu-back-2 {
	text-indent: 10px;
}
.filteroverlay{
	position:fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1010;
	height: 100%;
	background: rgba(50, 50, 50, 0.45);
	overflow-y: auto;
}

/* Tooltip overlay */
.tooltip-link{
	margin: 0px;
	padding: 0px;
}
.tooltip-link-title{
	color: #555;
	font-size: 14px;
	text-decoration: none;
}
.tooltip-link-title:hover{
	text-decoration: underline;
}
.tooltip-inner-overlay{
	width: 100%;
}
.tooltip-close-overlay{
	float: right;	
	font-size: 22px;
	color: #555;
}
.tooltip-inner-overlay-content{
	clear:both;
	content: '';
	display: block;
}
.tooltip-overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(50, 50, 50, 0.75);
	z-index: 10000002;
}
.tooltip-overlay-info{
	background: #fff;
  	padding: 10px;
  	border-radius: 5px;
	top: 2%;
	width: 40%;
	min-height: 150px;
	height: auto;
	margin: 15% auto;
	-webkit-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	-moz-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	-ms-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	-o-animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
	animation: info-fade-in .3s ease 1, info-move-up .3s ease-out 1;
}

.filters-show-more, .filters-show-less{
	color: #555;
	font-size: 14px;
	text-decoration: none;
}
.filters-show-more:hover, .filters-show-less:hover{
	text-decoration: underline;
}

/* product slider carousel */

.sliderhidden {
	overflow: hidden;
	opacity: 0;
}

.qswebshop-product-carousel {
	padding: 10px 0 !important; 
}

.qswebshop-product-carousel .productitem {
	width: 95%;
	float: none;
	margin: 0px auto;
}
.productitemquickorder {
	min-height: 40px;
}
.qswebshop-product-carousel .productitem .productitemquickorder, .qswebshop-product-carousel .productitem .webshop-product-compare  {
	display: none;
}

.webshop-product-compare{
	margin-left: 5px;
}

.qswebshop-notavailable-info {
	margin: 20px 0;
	color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-sizing: border-box;
}

.qswebshop-category-carousel{
	max-width: 100%; 
	margin: 0 auto;
}

.qswebshop-category-carousel.webshopswiper-container{
	overflow: hidden;
}

.qswebshop-category-carousel.webshopswiper-container .swiper-button-custom-prev, .qswebshop-category-carousel.webshopswiper-container .swiper-button-custom-next{
	opacity: 1;
	background-color: #ddd;
	color: #fff;
}


/* product nooit meer leverbaar */

.webshop-product-image-positionwrap {	
	position: relative;
	height: 100%;
	width: 100%;
}

.neveravailableagaintable {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255,255,255,0.6);
	z-index: 10000;
}

.neveravailableagaindiv {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    text-align: center;
    background: rgba(255,255,255,0.8);
    box-sizing: border-box;
    padding: 10px;	
	margin-top: -40px;
}

.neveravailableagaintext {
	font-size: 25px !important;
}

/* product tags */

.qswebshop-tagbutton {
	border: 1px solid #d6d8db;
	color: #383d41;
	background-color: #fff;
	border-radius: 5px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 10px;
	margin: 4px;
	display: inline-block;
	transition: background-color .2s ease-in-out;
}
.qswebshop-tagbutton:hover {
	background-color: #e2e3e5;
}

.vat-included-text-cart {
	margin-top: 20px;
}

.webshop-product-stock-container, .webshop-product-stock-container p {
	font-size: 14px;
	margin: 0;
}
.webshop-product-stock-container {
	margin: 10px 0;
}
.stockicon{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
} 
.webshop-mainstockinfo {
	margin-left: 5px;
}
.stockicongreen{
	background: #d4edda;
}
.stockiconred {
	background-color: #f8d7da;
}
.stockiconyellow {
	background: #fcf8e3;
}

/* Webshop menu via ajax post style */
.qswebshopmenuitem {
	cursor: pointer;
}

.qswebshop-submenuitem {
	position: absolute;
	top: 40px;
	left: 0;
	max-height: 0px;
	overflow: hidden;
	opacity: 0;
	background: #fff;
	z-index: 100000000;
}
.qswebshop-submenuitem:after {
	clear:both;
	content: '';
	display: block;
}

.webshopsubmenu {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	float: left;
}

.hiddenmenuitem {
	display: none;	
}

.webshopsubmenu li {
	display: block;
}

[id^=categoryMenu]:hover .qswebshop-submenuitem, .qswebshop-submenuitem:hover, .webshopsubmenu-subitems:hover + .qswebshop-submenuitem {
	max-height: 800px;
	overflow: visible;
	opacity: 1;
}

.webshopsubmenu-subitems li {
	display: block;
}

.webshop-mobile-filterbutton, .webshop-mobile-filter-head, .webshop-mobile-filter-button {
	display: none;
}

.webshop-menu-body-mobile {
	display: block !important;
	position: fixed;
	z-index: 10000001;
	bottom: 10px;
	right: 2.5%;
	left: 2.5%;
	background: #fff;
	overflow-y: scroll;
	width: 95% !important;
	float: none !important;
	top: 95px;
	border: 1px solid #333;
	border-radius: 5px;
	padding: 0px;
}
.webshop-mobile-filter-head:after {
	clear:both;
	content: '';
	display: block;
}
.webshop-menu-body-mobile .webshop-mobile-filter-head{
	display: block !important;
	background: #eee;
	box-sizing: border-box;
	padding: 25px;
}

.webshop-mobile-filter-button {
	box-sizing: border-box;
	padding: 10px;
}

.webshop-mobile-filter-text {
	float: left;
}

.webshop-mobile-filter-close {
	float: right;
}

.webshop-menu-body-mobile .webshop-recentviewed-products {
	display: none;
}

.webshop-menu-body-mobile .webshop-menu, .webshop-menu-body-mobile  .webshop-filter-container{
	box-sizing: border-box;
	padding: 15px;
}


.qswebshop-review-form .qsreview-form-container {
	margin: 10px 0 0 ;
	box-sizing: border-box;
	padding: 20px 0;
}


/* Stilo, speciaal voor review module koppeling */

.qswebshop-review-partcontainer{
	margin-top: 25px;
	box-sizing: border-box;
	padding: 20px 0;

}
.review-subhead {
	margin: 0;
	padding: 0 0 0.4em;
}

.form-collapsed {
	height: 0px;
	overflow: hidden;
	opacity: 0;
}

.addreviewbutton {
	margin: 15px 0 0;
}

.qs-webshop-review-item, .qsreviewtable-points {
	display: table;
}
.qs-webshop-review-item {
	border-top: 1px solid #c2cad8;
	margin-bottom: 15px;
	padding-top: 15px;
}
.qs-webshop-review-item-row {
	display: table-row;
}
.qs-webshop-review-item-cell, .qsreviewtablecell {
	display: table-cell;
	vertical-align: top;
	min-width: 250px;
}

.qs-webshop-review-ratingcontainer {
	color: #FFC107;
}


.radio-list-inline label{
	min-width: 0px !important;
}


.businessfieldshidden {
	display: none;
}


#customerTypeBusinessField {
	box-sizing: border-box;
	padding: 20px 10px;
	background: #e5dfdd;
	border-radius: 5px;
}

.orderdatawrap {
    width: 25%;
    float: left;
}

.webshop-show-all{
	visibility: hidden;
}

.orderdatatable {
	display: table;
	width: 100%;
	margin-top: 25px;
	border: 1px solid #e5dfdd;
	border-collapse: collapse;

}
.orderdatarow {
	display: table-row;
}
.orderdatatablehead {
	display: table-cell;
	font-weight: bold;
	background: #e5dfdd;
	border: 1px solid #e5dfdd;
	padding: 5px;
}
.orderdatatablecell {
	display: table-cell;
	border: 1px solid #e5dfdd;
	padding: 5px;
}

.webshop-product-head-type, .webshop-producttype-line {
	display: none;
}

.webshopsingleproducttile .productitem {
	width: 100% !important;
	float: none;
}


.webshop-productprice-container,.webshop-productorder-container {
	display: none;
}
.webshop-productprice-container-show, .webshop-productorder-container-show {
	display: block;
}


/* Socialmedia basic style */
.qs_webshop_share {
	margin-top: 20px;
}
.qs_webshop_share div{
	display: inline-block;
}

.qs_webshop_share div a {
	font-size: 25px;
}

.score {
	display: block;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	text-align: center;
	margin: 0px 0px 5px 0px;
}

.score-wrap {
	display: inline-block;
	position: relative;
	height: 19px;
}

.nostars{
	height: 24px !important;
}

.score .stars-active {
	color: #EEBD01;
	position: relative;
	z-index: 10;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	top: 5px;
}

.score .stars-inactive {
	color: grey;
	position: absolute;
	top: 5px;
	left: 0;
	-webkit-text-stroke: initial;
	/* overflow: hidden; */
}

.reviewtext{
	padding-left: 5px;
	font-size: 12px;
}

.table-data-payment-choice{
	margin: 0px 0px 0px 25px;
}

.checkout_extra_fields_webshop{
	clear: both;
	border: 1px solid #dadada;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	min-height: 150px;
}
/* Extra blokken */
.extra-blocks-wrapper{
	position: relative;
}
.extra-blocks-wrapper::after{
	content: '';
	display: block;
	clear: both;
}
.extra-blocks-left{
	float: left;
	width: 75%;
}
.extra-blocks-right{
	width: 25%;
	float: left;
	min-width: 250px;
}

.extra-blocks-right .webshop-product-price-text{
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px;
}
.extra-blocks-right .order-button{
	margin: 0px auto;
	float: none;
}
.webshop-price-div-parts{
	padding: 0 10px 0 10px;
}
.extra-blocks-right-wrap-fixed {
	position: fixed !important;
	top: 19% !important;
	right: 0%;
	max-width: 300px;
	background: #fff;
	max-height: 550px;
}

@media only screen and (max-width: 1024px) {
	.table-data-payment-choice{
		display: block !important;
		min-height: 0px;
		width: 100% !important;
		margin: 0px 0px 10px 0px;
		padding: 0px 0px 15px 0px;
	}
	.radio-list-table-data{
		float: left;
		display: unset;
	}
	#webshopPaymentOptions .radio-list-table-data{
		width: auto;
		max-width: unset;
	}
}

/* Layout specifieke css */
.webshop-amount-price.Layout_3{
	width: 100%;
}
.webshop-amount-price.Layout_3:after{
	content: '';
	display: block;
	clear: both;
}

.webshop-account-downloads-wrapper{
	padding: 0px 0px 30px 0px;
	border-bottom: 1px solid #ddd;
}
.webshop-account-downloads-file-wrapper{
	clear: both;
	width: 80%;
	margin: 20px auto 0px;
	border: 1px solid #ddd;
	padding: 15px 0px 0px 10px;
}
.webshop-account-downloads-file{
	height: 75px;
}
.webshop-account-downloads-file-icon{
	min-width: 10%;
	float: left;
	min-height: 50px;
	border-right: 1px solid #ddd;
	padding: 15px 0px 0px 10px;
}
.webshop-account-downloads-file-icon i{
	font-size: 30px;
	padding: 5px;
}
.webshop-account-downloads-file-name p{
	padding: 5px;
}
.webshop-account-downloads-file-name{
	min-width: 80%;
	float: left;
	min-height: 50px;
	padding: 28px 0px 0px 10px;
}
.webshop-account-downloads-file-dark{
	background-color: #faf9fc;
}
.webshop-account-downloads-file-link{
	font-family: inherit;
	color: inherit;
	text-decoration: none;
}
.webshop-account-downloads-file-link:hover{
	text-decoration: underline;
}
.webshop-account-downloads-file-icon-link{
	font-family: inherit;
	color: inherit;
}
.webshop-account-downloads-file-icon-link:hover{
	color: inherit;
}
.product-single-price, .product-total-price{
	min-width: 100px;
}

/* Media queries */
@media only screen and (max-width: 991px) {
	.webshop-menu-body {
		display: none;
	}
	.webshop-page-body {
		width: 100%;
		float: none;
	}
	.webshop-product-image, .webshop-product-infobox {
		width: 100%;
		float: none;
	}
	.webshop-product-image {
		max-width: 550px;
		margin: 0px auto;
	}
	.innercontainer {
		width: 75%;
		top: 20%;
	}
	.item_image {
		max-width: 100%;
		width: auto;
		max-height: 450px;
		display: block;
		margin: 0px auto;
	}
	.lSPager {
		margin: 5px auto 0 !important;
	}
	.webshop-remove-product-button {
		right: 25%;
	}

	.webshop-mobile-filterbutton {
		display: block;
		float: left;
	}

	.orderdatawrap {
		width: 50%;
		float: left;
		margin-bottom: 10px;
	}

	.extra-blocks-left, .extra-blocks-right{
		float: none;
		width: 100%;
	}
	.extra-blocks-right-wrap-fixed {
        position: static !important; /* Verwijder de fixed positionering */
		max-width: unset;
    }

}

@media only screen and (max-width: 700px) {
	.webshop-category-tile {
		width: 48%;
	}
	.webshop-category-tile-image {
		height: 180px;
	}
	.innercontainer {
		width: 75%;
	}
	/* Mobiele winkelmand*/
    #QSWebShopCart .webshop-cart-table, #QSWebShopCart .webshop-cart-row,  #QSWebShopCart .webshop-cart-cell {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    #QSWebShopCart .webshop-cart-table,  #QSWebShopCart .webshop-cart-cell {
        border: none !important;
    }
    #QSWebShopCart .webshop-cart-row {
        border: 1px solid #e5dfdd !important;
    }
    #QSWebShopCart .theaddiv {
        display: none !important;
    }    
    #QSWebShopCart .webshop-cart-image {
        display: block !important;
        max-width: 150px !important;
        margin: 10px auto;
    }
    #QSWebShopCart .webshop-inline-table {
        display: block !important;
        width: 100% !important;
        margin: 0px !important;
        text-align: center !important;
    }
    #QSWebShopCart .webshop-cart-productname,  #QSWebShopCart .webshop-cart-productprice,  #QSWebShopCart .carttotalprice {
        
        font-weight: 700;
        font-size: 18px;
    }
    
    #QSWebShopCart .webshop-cart-productprice,  #QSWebShopCart .carttotalprice {
        display: block;
        text-align: center;
    }
     #QSWebShopCart .webshop-inline-table tbody, #QSWebShopCart .webshop-inline-table tr,  #QSWebShopCart .webshop-inline-table td {
        display: block !important;
        width: 100% !important;
    }
    #QSWebShopCart .product-single-price {
        display: none !important;
    }
    #QSWebShopCart .webshop-amount-wrap,  #QSWebShopCart .webshop-amount-cart-wrap {
        width: 50% !important;
        max-width: 300px;
        margin: 0px auto;
    }
}

@media only screen and (max-width: 580px) {
	.webshop-category-tile-image {
		height: 125px;
	}
	.productitem {
		width: 100% !important;
		float: none;
		margin: 0px auto 2%;
	}
	.webshop-category-tile {
		width: 98%;
		float: none;
		margin: 0px auto 3%;
	}
	.webshop-category-tile-image {
		width: 80px;
		float: left;
		height: auto;
	}
	.webshop-tile-image {
		max-width: 100%;
		display: block;
		margin: 0px;
		border-radius: 4px;
		max-height: 60px;
	}
	.qs_webshop_sorting{
		width: 70%;
	}
	.webshop-category-tile .webshop-tile-head {
		width: calc(100% - 100px);
		float: left;
		margin-top: 5% ;
		text-align: left;
		margin-left: 10px;
	}
	.webshop-category-tile:after {
		clear: both;
		content: '';
		display: block;
	}
	.innercontainer {
		width: 90%;
	}
	.webshop-cart-button-wrap button {
		float: none;
		display: block;
		width: 100%;
		margin: 10px auto;
	}
	.webshop-amount-wrap {
		float: none;
	}
	.order-button {
		float: none;
		width: 100%;
		display: block;
		margin: 20px auto 0;
	}
	.webshop-half-form {
		width: 100%;
		float: none;
		margin: 10px auto;
	}
	.webshop-related-product {
		float: none;
		margin: 10px auto;
	}
	.orderpagination-div{
		min-height: 100px;
	}
	.paginationitem, .paginationitem-points{
		margin: 0px 2px 10px 2px;
		padding: 7px 15px;
		float: left;
	}
	.paginationbutton {
		margin: 0px 10px 0px 10px;
		float: left;
		width: 50px;
		text-align: center;
		padding: 5px 10px;
	}
	.orderpagination{
		float: unset;
		max-width: 100%;
	}
	.webshop-head{
		font-size: 20px;
	}
	.webshop-account-menu{
		width: 100%;
	}
	.webshop-account-infobox{
		float: left;
		margin: 10px 0px 0px 0px;
		width: 100%;
	}
	.input-block{
		max-width: 100%;
	}
}