.container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */

.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* Tekst kleuren */

a.gray_small {
	color: #424242;
	font-size: 12px;
	text-decoration: none;
}

p.prijs_search {
	text-decoration: underline #cf2027;
}

.icon_cart_gray {
	fill: #cf2027;
	height: 25px;
	/* margin: 5px 5px 10px 15px; */
	padding: 3px;
	border-radius: 4px;
	margin-left: 10px;
}

.icon_cart_gray:active {
	/* fill: white; */
	background: #cccccc;
}

.cart_wish_search {
	text-align-last: center;
}

/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
	background-color: #CF2027;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */

.container input:checked~.checkmark:after {
	display: block;
	margin-top: -4.5px;
	margin-left: -4.5px;
}

/* Style the checkmark/indicator */

.container .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);
}

/* Styling for the text input */

input#text {
	width: 20%;
	height: 20px;
	border: none;
	background-color: #ccc;
	box-shadow: 1px 1px 1px 1px #e16e73;
	color: white;
	padding-left: 10px;
}

input#text:focus {
	border: none;
	box-shadow: 0px 0px 0px 0px #CF2027;
}

input::after {
	margin-left: 20px;
}

/*End of styling for the text inputs */

/*Styling for the images to align them side by side */

.Product {
	float: left;
	width: 25%;
	padding: 5px;
	margin-left: 7vw;
}

#products_container {
	grid-column: 2 / span 3;
}

#products {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

/*End of the image styling */

/*Styling for buttons */

#load_more {
	margin: 0 auto;
	background-color: #CF2027;
	border: 1px solid #CF2027;
	cursor: pointer;
	color: white;
	width: 50%;
}

.fa-angle-double-down:before {
	position: absolute;
	margin-left: 5vw;
	font-size: 30px;
	margin-top: -7px;
}

.fa-trash {
	color: #909090;
}

ul#attributes, li.attribute_value {
	list-style-type: none;
	padding: 0;
}

body {
	font-family: 'Open Sans', sans-serif;
}

button {
	color: #fff;
	background-color: #cf2027;
	width: 60%;
	text-transform: uppercase;
	text-align: center;
	font-size: 13.7px;
	cursor: pointer;
	border: none;
	padding: 12px 0px;
	margin-top: 20px;
	display: block;
	font-weight: bold;
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

button.breed45 {
	width: 45%;
	margin: 5px;
}

button svg {
	fill: white;
	margin-right: 8px;
}

.display_flex {
	display: flex;
}

h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 26px;
}

h1:after {
	content: ' ';
	display: block;
	border: 3px solid #cf2027;
	width: 30px;
	margin-top: 8px;
}

.inhoud {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}

.overigeProducten {
	background: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 5px;
	grid-row-gap: 5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.overigeProducten p {
	text-align: center;
	width: 100%;
}

.overigeProducten button {
	width: 100%;
}

p {
	font-size: 14px;
}

.product {
	height: auto;
	width: auto;
	padding: 15px;
}

.product a {
	display: block;
}

.product p {
	text-align: left;
	justify-self: center;
	width: 100%;
}

.producten {
	margin-top: 100px;
	margin-bottom: 100px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 50px;
	grid-row-gap: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-right: 5em;
}

p:after {
	display: block;
	border: 4px solid #cf2027;
	width: 40px;
	margin-top: 8px;
}

.producten:hover {
	animation-name: enlargen;
	animation-duration: 1s;
}

/*laten staan is voor mobiel */

.filterenknop {
	display: none;
}

.filterproducten {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	grid-column-gap: 50px;
	grid-row-gap: 50px;
}

#grid-container {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

#grid-container-gerelateerd {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	/* overflow-y: hidden;
	grid-template-rows: auto;
	grid-auto-rows: 0; */
}

@media (max-width: 1036px) {
	#grid-container-gerelateerd {
		grid-template-columns: repeat(2, 1fr);
	}
}

.horizontal #grid-container {
	grid-template-columns: 100%;
}

.horizontal .product {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr auto;
	grid-gap: 40px;
}

.horizontal .product>*:first-child {
	display: grid;
	align-items: center;
	grid-template-columns: 100px auto;
	grid-gap: 40px;
	text-align: left;
}

.horizontal .product>*:last-child {
	margin-right: 20px;
}

.horizontal img.productImg {
    height: 100px!important;
}	

.horizontal .product img {
	display: block;
	margin-bottom: 0;
}

.horizontal img.productImg {
	height: 100px!important;
}

.cart_wish_search {
	display: flex;
	justify-content: center;
}

.productDetails {
	font-size: 12px;
}

.filterbalk {
	grid-row: 2 / 5;
}

.no_padding_side {
	padding-right: 0px!important;
	padding-left: 0px!important;
}

.product h1 {
	font-size: 16px;
}

.details {
	float: right;
}

.gevonden-resultaten {
	grid-column: 2/3;
	text-align: center;
	justify-self: center;
	align-self: top;
}

.sorteer {
	text-align: center;
	justify-self: center;
	align-self: top;
	width: 100%;
}

.sorteren {
	text-align: center;
	justify-self: center;
	align-self: top;
}

.sorteren button {
	width: 100%;
	padding: 10px;
}

.mandproduct {
	background: #fff;
	padding: 10px 0;
	align-items: center;
	margin: 5px;
	display: grid;
	grid-template-columns: 1fr 3.5fr 1fr 1fr 1fr;
	justify-items: center;
	
}

span.zwart { 
	color:#000;
	font-size: 12px;
}
.wishlist .mandje .mandproduct {
	grid-template-columns: 1fr 3.5fr 1fr 2.5fr 1fr;
}

.mandproduct p {
	font-size: 14px;
	text-transform: lowercase;
	justify-self: left;
	font-weight: 500;
}

#limit_keuze {
	width: 60px;
	margin: 0px 20px 0px 0px;
	border: solid 0.5px #f7f7f7;
	height: 45px;
	font-size: 16px;
}

span.voorraad_search {
	font-size: 12px;
	display: flex;
	align-items: center;
	margin: 7px 0px 10px 0px;
}

.mandproduct h1:after {
	display: none;
}

.fa.fa-minus, .fa.fa-plus {
	font-size: 12px;
}

.mandje button {
	font-size: 12px;
	margin: 5px 0 5px 0px;
	padding: 5px;
}

.product div {
	width: 100%;
}

.mandtitel {
	justify-self: baseline;
	padding: 15px;
	font-size: 15px;
}

.input-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid #F1F1F1;
	height: 30px;
	justify-items: center;
	align-items: center;
}

.mandproduct input[type="text"] {
	width: 30px;
	text-align: center;
	border: none;
}

.mandproduct .productImg {
	height: auto;
	width: 125px;
	max-width: unset;
}

.totaal {
	grid-column: 2/3;
}

.mandje {
	height: auto;
	border: 1px solid #F1F1F1;
	font-weight: 600;
	background: linear-gradient(to bottom, rgba(59, 89, 152, 0), rgba(0, 0, 0, 0.06));
	margin: 10px auto 50px auto;
}

.mandgrid, wishlist {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-column-gap: 20px;
	width: 1100px;
	margin: 0 auto;
}

.totaaldiv {
	border: 1px solid #F1F1F1;
	background: linear-gradient(to bottom, rgba(59, 89, 152, 0), rgba(0, 0, 0, 0.06));
	font-size: 16px;
	margin-top: 10px;
}

.totalePrijs {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	margin: 20px;
}

.totaal {
	margin: 20px;
}

.totaaldiv button {
	margin: 20px;
	width: calc(100% - 40px);
}

p.titel_cart {
	font-size: 14px;
	color: black;
	text-decoration: underline #cf2027;
}

.totaaldiv h1 {
	font-size: 20px;
}

.productImg {
	padding: 10px;
	height: 180px;
    object-fit: contain;
}

/*cursor*/

.increase {
	cursor: pointer;
}

.decrease {
	cursor: pointer;
}

.remove {
	cursor: pointer;
}

#subtotaal {
	margin: auto 0px auto 0px;
	text-decoration: underline #cf2027;
}

/*select box*/

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:after, *:before {
	box-sizing: border-box;
}

.custom-select-wrapper {
	position: relative;
	user-select: none;
}

.button-erasure {
	margin: 0px;
	padding: 12px 5px 12px 5px;
	height: 45px;
}

.custom-select {
	position: relative;
	display: flex;
	flex-direction: column;
	margin-right: 20px;
}

.custom-select__trigger {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 22px;
	font-size: 16px;
	font-weight: 300;
	color: #3b3b3b;
	height: 45px;
	line-height: 20px;
	background: #ffffff;
	cursor: pointer;
	border: 1px solid #f1f1f1;
}

.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	border-top: 0;
	background: #fff;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 2;
}

.custom-select.open .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

.custom-option {
	position: relative;
	display: block;
	padding: 0 5px 0 5px;
	font-size: 15px;
	font-weight: 300;
	color: #3b3b3b;
	line-height: 60px;
	cursor: pointer;
	transition: all 0.5s;
}

.custom-option:hover {
	cursor: pointer;
	background-color: #F1F1F1;
}

.custom-option.selected {
	color: #ffffff;
	background-color: #cf2027;
}

.arrow {
	position: relative;
	left: 15px;
	height: 15px;
	width: 15px;
}

.arrow::before, .arrow::after {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 0.15rem;
	height: 100%;
	transition: all 0.5s;
}

.arrow::before {
	left: -5px;
	transform: rotate(45deg);
	background-color: #cf2027;
}

.arrow::after {
	left: 5px;
	transform: rotate(-45deg);
	background-color: #cf2027;
}

.open .arrow::before {
	left: -5px;
	transform: rotate(-45deg);
}

.open .arrow::after {
	left: 5px;
	transform: rotate(45deg);
}

/*slider*/

/*.slider {
	-webkit-appearance: none;
	border-radius: 10px;
	background: #fff;
	border: 1px solid #f1f1f1;
	outline: none;
	-webkit-transition: .2s;
	transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #cf2027;
	cursor: pointer;
}



/*checkbox*/

.container {
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 16px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */

.container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	border: 1px solid #555555;
	background-color: #fff;
}

/* On mouse-over, add a grey background color */

.container:hover input~.checkmark {
	background-color: #f1f1f1;
}

/* When the checkbox is checked, add a blue background */

.container input:checked~.checkmark {
	background-color: #cf2027;
}

/*hartje*/

.hartje {
	color: #cf2027;
}

.hartje:hover .fas.fa-heart:before {
	content: "\f7a9";
	color: #000;
}

/*slider2*/

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

@keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(calc(-250px * 7));
		transform: translateX(calc(-250px * 7));
	}
}

.slider2 {
	background: pr;
	height: auto;
	margin: 50px auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}

.slider2::before, .slider2::after {
	background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 75%);
	content: "";
	height: 100%;
	position: absolute;
	width: 200px;
	z-index: 2;
}

.slider2::after {
	right: 0;
	top: 0;
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
}

.slider2::before {
	left: 0;
	top: 0;
}

.slider2 .slide-track {
	-webkit-animation: scroll 40s linear infinite;
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
}

.slider2 .slide {
	height: auto;
	width: 250px;
}

.slide {
	margin-left: 20px;
}

#load_more_container {
	grid-column: 1 / 3;
	text-align: center;
	margin: 50px 0px;
}

#pagination_container {
	grid-column: 1 / 3;
	text-align: center;
}

#close svg {
	display: none;
}

@media only screen and (max-width: 1200px) {
	#main-container {
		width: 60% !important;
	}
	#filtermenu {
		width: 40% !important;
    background-color: #fdfdfd;
	}

	.custom-select{
		margin-right: 0px;
	}

	.custom-options{
		box-shadow: 10px 5px 10px #00000059;
	}
	
	.keuze_center{
		display: none;
	}
}

@media only screen and (max-width: 700px) {
	#filtermenu {
		width: 60% !important;
		box-shadow: 10px 5px 10px #00000059;
    background-color: #fdfdfd;
	}

	.horizontal .product {
		display: inherit;
		padding: 10px;
	}
	.filterside {
		position: absolute;
		background: white;
		top: 240px;
		transition: 1s;
		left: -550px;
		z-index: 99;
		width: 100%!important;
	}
	#close svg {
		top: 105px;
		display: block;
		fill: #cf2027;
		height: 30px;
		width: 30px;
		right: 8px;
		position: absolute;
	}
	.filterenknop {
		display: block;
	}
	#main-container {
		width: 100% !important;
	}
}

@media only screen and (max-width: 700px) {
	.mandproduct {
		display: block;
		text-align: center;
	}
	.input-wrapper {
		width: 100%;
		margin-bottom: 10px;
		border: none;
	}
}

.current-selected {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}

.current-selected>* {
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: 5px;
	padding: 5px;
	border-radius: 4px;
	background: rgba(0, 0, 100, 0.1);
	align-items: center;
}

.current-selected svg {
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	cursor: pointer;
}

/* Buttons to choose wether it should be a list view or not */

.list-type-selection {
	justify-content: flex-end;
	align-items: center;
}

.list-type-selection .buttons {
	margin-left: 5px;
	display: flex;
}

.list-type-select-button {
	padding: 4px;
	margin: 0px 6px;
	background: rgba(0, 0, 0, 0.1);
	color: #7D7D7D;
	cursor: pointer;
	width: 40px;
}

.list-type-select-button svg {
	display: block;
	margin: 5px;
}

.horizontal .list-type-selection .buttons .do-horizontal, body:not(.horizontal) .list-type-selection .buttons>*:not(.do-horizontal) {
	background: #CF2027;
	color: white;
}

@media only screen and (max-width: 500px) {
	#filtermenu {
		width: 100% !important;
		box-shadow: 10px 5px 10px #00000059;
    background-color: #fdfdfd;
	}
}

.subgrp_value > ul {
	padding-left: 1rem;
}

li.child_grp .checkmark {
	border-radius: 50%;
}
