body {
	/* overflow-y: scroll; */
}

.sorting { 
	display: inline-block;
	width: auto;
	margin-left: 0;
}
@media (max-width: 456px) {
	.sorting {
		margin-top: 3px;
	}
}
@media (min-width: 768px) {
	.pages .pagination {
		margin: 8px 0 0 0;
	}
	.rechts {
		text-align: right;
	}
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #222;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%,#cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
    border-color: #ddd;
}
.sorting .fa {
    padding: 10px;
    border-radius: 0;
    font-size: 20px;
    color: #fff;
    background: #7030A0;
    height: 40px;
    width: 40px;																													
				 
				   
				 
							  
    margin-bottom: 6px;
}
.sorting .active {
	background: #38a828;
	color: #fff;
}
.box {
	position: relative; /* If you want text inside of it */
	margin-bottom: 0px;
	background-color: #f7f7f7;
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
																	   
																 
																  
	overflow: hidden;
	
}
.box img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: transform .5s; /* Animation */
	transform: scale(1);
	max-height: 100%;
	width:100%;
	/* object-fit: cover; */
	object-fit: contain;
}
.box:hover img {
	transform: scale(1.1); 
}
.box .price {
    position: absolute;
    top: 11px;
    right: -40px;
    font-size: 14px;
    color: #fff;
    background: #38a828;
    padding: 5px 0px;
    transform: rotate(45deg);
    text-align: center;
    width: 150px;
}

.box .itemmsg {
    position: absolute;
    bottom: 10px;
    left: 25%;
    font-size: 12px;
    /* color: #fff; */
    background: #ffe4e4;
    padding: 5px 0px;
    text-align: center;
    width: 50%;
	border-radius: 0;
}


.resultbox h3 {
	font-size: 18px;
	font-weight: 300;
						
										
	color: #ac734a;
	
	padding: 15px 5px;
	text-align: center;
	margin: 0;
						   
						
	word-break: break-word;
 
	 
	   
	
}
.resultbox h3 a {}

img.thumb {
	max-width: 25%;
}

/* complete block with title and selectors */
.filterblock { 
	position: relative;
	margin-bottom: 20px;
	/* border-bottom: 5px solid #16a085; */
	/* border-radius: 30px; */
	overflow:hidden;
}
.filterblock h1 {
	margin: 0;
}
/* title */
.filtertitle { 
	font-weight: bolder;
	font-size: 18px;
	background: #16a085;
	color: #fff;
	padding: 10px;
}
/* container for dropdown */
.filterselect {
	
}
/* dropdown list */
.filterlist {

}

/* checkbox container */
.filterchecks {
	/* background: rgba(26, 188, 156,0.2); */
	background: #fff;
	padding: 10px;
}
/* input field + value in span */
.filtercheckval {
	position: relative;
	width: 20%;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.itemcheckval {
	position: relative;
	width: 100%;
	display: block;
	padding-left: 15px;
	margin-bottom: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media screen and (max-width: 1200px) {
	.filtercheckval {
		width: 25%;
	}	
}
@media screen and (max-width: 991px) {
	.filtercheckval {
		width: 33.33%;
	}	
}
@media screen and (max-width: 768px) {
	.filtercheckval {
		width: 50%;
	}	
	
}


/* input field */
.filtercheck {
	display:none;
	vertical-align: middle;
	cursor: pointer;
}
/* span for input value */
.filtervalue {
	position: relative;
	padding: 0 5px; 
	display: inline-block;
	font-weight:bolder;
	cursor: pointer;
	font-size: 14px;
	text-transform: capitalize;
}
.filtervalue.checked {
	color: #c0392b;
}

/* button */
.filtersubmit {
	padding: 5px 15px;
	border: 1px solid #ccc;
	background: #ddd;
	border-radius: 0;
}

/* complete block with title and selectors */
.filternothing { 
	padding: 10px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.loader {
	display: none;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 9999;
}

/* Create custom checkboxes */
.checkmark {
	position: absolute;
	top: 5px;
	left: 0;
	height: 12px;
	width: 12px;
	background-color: #eee;
	border-radius: 0;
	-webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

/* On mouse-over, add a grey background color */
.checkval:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkval input:checked ~ .checkmark {
  background-color: #c0392b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkval input.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkval input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.filtercheckval .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.selector {
	display: block;
	margin: 0 0 5px 0; 
}
.selector span {
	display: inline-block;	
	width: 40%;
	font-weight: 900;
	vertical-align: middle;
}
.selector select {
	width: 60%;
	margin: 0; 
	padding:5px;
	color: #333;
}
@media screen and (max-width:500px) {
	.selector span,
	.selector select {
		width: 100%;
	}
}

.pagecart {
	/* margin: 10px 0 0; */
	padding: 10px 15px;
    border: 1px solid #38a828;
    background: #38a828;
    border-radius: 0;
    color: #fff;
	width: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
}
.pagecart:hover {
    color: #38a828;
    background: #fff;
	text-decoration: none;
}
.pagecart.small {
	padding: 2px 0;
	font-size: 100%;
}
/* complete block with title and selectors */
.filterblock { 
	position: relative;
	margin-bottom: 20px;
	/* border-bottom: 5px solid #16a085; */
	/* border-radius: 30px; */
	overflow:hidden;
}
.filterblock h1 {
	margin: 0;
}
.filterblock .filterval {
	display: inline-block;
	padding: 5px;
}

.filterblock .filterval .btn {
	width: 100%;
	text-align: left;
	overflow: hidden;
}


.filterblock .filterval .filterlink {
	/* background: #c00; */
	background: #999;
	padding: 0px 5px 2px;
	color: #fff;
	text-decoration: none;
	border-radius: 0;
	display: inline-block;
	font-size: 13px;
	white-space: nowrap;
}
.filterblock .filterval.selected .filterlink,
.modal-body .filterblock .filterval.selected .filterlink {
	background: #007700;
}
.filterblock .filterval.filterreset .filterlink,
.modal-body .filterblock .filterval.filterreset .filterlink {
	background: #2980b9;
}
.modal-body .filterblock .filterval.filterreset {
	width: 100%;
}
.modal-body .filterblock .filterval {
	display: inline-block;
	font-size:18px;
	width: 33.333%;
}
@media screen and (max-width:500px) {
	.modal-body .filterblock .filterval {
		width: 50%;
	}	
	
}
.modal-body .filterblock .filterval .filterlink {
	width: 100%;
	padding: 10px 15px;
}
.filters {
	position: relative;
}

.openbtn,
.openbtn2 {
    font-size: 14px;
	text-align: left;
    cursor: pointer;
    background-color: #fff;
    color: #fff;
    padding: 12px;
    border: none;
    background: #7030A0;
    margin: 0;
    display: inline-block;
	border-radius: 0;
	text-decoration: none;
	height: 40px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sticky.openbtn {
	position: sticky;
	top: 0px;
	z-index:999;
}
.openbtn:hover,
.openbtn2:hover {
	background-color: #7E36B4;
    color: #fff;
	text-decoration: none;
} 

.adminlist {
	position: fixed;
	top: 110px;
	left: 8px;
	background: #fff;
	color: #444;
	/* border: 1px solid #999; */
	border-bottom: none;
	border-radius: 0px;
	box-shadow: 2px 2px 3px #ddd;
	max-height: calc(95vh - 60px);
	overflow-x: auto;
	z-index: 1;
	font-family: sans-serif;
}
.adminlist .prodtitle {
	background: #38a828;
	color: #fff;
	border-bottom: 1px solid #999;
	font-weight: 900;
	padding: 3px 10px;
	font-size: 14px;
}
.adminlist .prod {
	/* border-bottom: 1px solid #999; */
	padding: 2px 10px;
	font-size: 12px;
	background: #f7f7f7;
	margin:2px;
}


.m_shoppage .available {
	font-size: 12px;
	margin-top: 14px;
	float: right;
}
.m_shoppage .available .not {
	background: red;
	color: #fff !important; 
	padding: 10px;
	border-radius: 0;
}

.m_shoppage .available .yes {
	background: #38a828;
	color: #fff !important; 
	padding: 10px;
	border-radius: 0;
}
@media screen and (max-width:768px) {
	.m_shoppage .available .yes,
	.m_shoppage .available .not,
	.m_shoppage .available {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
}


h3 span.aanbieding {
	color: #aaa;
	text-decoration: line-through;
}
h3 span.-aanbieding {
	color: green;
}
.notavailable {
	background: #ffc5c5;
	opacity: 0.6;
}
.isavailable {
	background: #c5ffff;
	background: #fff
}
.overlay{
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
	display: none;
	z-index: 5000;
	text-align: center;
	padding-top: 25%;
	float: left;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 10px solid #c00;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 0;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*slide-in*/
.navbar { z-index: 1030; }
.sidebar {
	position: absolute;
	cursor:pointer;
	margin: 0 5px;
}
.sidefilters {
	overflow-y: auto;
}
.sidenav {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 1030;
	top: 0;
	left: -250px;
	background-color: #f3f3f3;
	overflow-x: hidden;
	transition: 0.2s;
	padding-top: 120px;
	margin-top: 0px;
	/* border-right: 1px solid #29487d; */
}

.sidenav a {
    padding: 2px 8px 2px 12px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a.current,
.sidenav a:hover {
    color: #c00;
}

.sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px; margin-top: 70px;}
    .sidenav a {font-size: 18px;}
}
.sidenav span {
	position: absolute;
    top: 50px;
	height: 55px;
	line-height: 55px;
	left: 12px;
	color: #7030A0;
	font-weight: 600;
	font-size: 22px;
}

.sidenav .filterblock .filterval {
	width: 100%;
	padding: 1px 10px;
}
.sidenav .filterblock .filterval .filterlink {
	width: 100%;
	padding: 5px 10px;
	background: #fff;
	color: #333;
}
.sidenav .filterblock .filterval.selected .filterlink {
	background: #007700;
	color: #fff;
}
.sidenav .filterblock .filterval.filterreset .filterlink {
	background: #7030A0;
	color: #fff;
}
/*einde menu*/
.tooltip {
	background: transparent;
	padding: 0;
margin:0;
border:0;
}
.tooltip-inner {
	background-color: #00acd6;
	color: #fff;
	border: 0;
	border-radius: 0;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #00acd6;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #00acd6;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #00acd6;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #00acd6;
}