body {
	background-color: #f4f5fb;
}

#banner {
	background: url("/assets/tools-min.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 72vh;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
}

div#banner:after {
	content: '';
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}

#banner h1 {
	font-size: 58px;
	font-weight: bold;
}

#banner p {
	font-size: 18px;
}

#banner .container {
	z-index: 1;
}

a.primary.button {
	background-color: #fff;
	color: #000;
	font-weight: 700;
	padding: 20px 20px;
	display: inline-block;
	text-decoration: none;
}

.container {
	max-width: 1680px;
	padding: 40px 15px;
	margin: 0 auto;
}

.promotion-banner {
	background-color: #f7f7f7;
}

ul.nav-menu-wrapper {
	padding: 10px;
	margin: 0;
}

/* Archive */

.dropdown-menu {
    max-height: 280px;
    overflow-y: auto;
}


.content-description {
    height: 200px;
    max-height: 200px;
    overflow: auto;
	padding-right: 15px;
}
.products-container ul {
	display: flex;
	padding: 0;
	margin: -15px;
}

.products-container li {
	list-style-type: none;
	max-width: calc(100% / 4);
    width: calc(100%/4);
}

.product-wrapper {
	position: relative;
	box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 8px;
}

.product-img {
	text-align: center;
}

.product-wrapper img {
	width: 100%;
	height: 200px;
	object-fit: contain;
	transition: all .5s ease-in-out;
	margin: auto;
	padding: 15px;
}

.product-wrapper .product-title {
	font-size: 16px;
	line-height: 1.4em;
}

.product a, .product-wrapper a {
	text-decoration: none !important;
}

.product-wrapper:hover img {
	transform: rotateY(180deg);
}

.product-brand {
    text-align: center;
    padding: 10px;
    background-color: #000;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
}

.merk-link, .merk-link:hover {
	color: #fff;
	text-decoration: none;
}

.product-data {
	border-top: 1px solid;
	padding: 15px;
}


table, p.product-ean, p.product-category, p.product-merk, p.product-merk-category {
	margin: 4px 0;
	font-size: 14px;
}

.product-title {
	color: #000;
}

.navigation-menu {
	background-color: aliceblue;
	display: flex;
}

ul.nav-menu-wrapper {
	display: flex;
	list-style-type: none;
}

.nav-menu-item {
	font-size: 22px;
	color: black;
	margin-right: 15px;
}

/* Table styles */

.product-table {
	width: 100%;
	overflow: auto;
}

table {
	width: 100%;
}

tr {
	text-align: left;
}

/* td {
	min-width: 100px;
} */

table,
th,
td {
	padding: 0.5rem 0 !important;
	border-collapse: collapse;
}

/* Single product */

.product-box {
	padding: 20px;
	margin: 30px 0;
	background-color: #fff;
	box-shadow: inset 0 -4px 0px 0px #dfe2f0, 0 10px 20px 0px rgba(192,196,215,0.25);
	border-radius: 4px;
	align-items: center;
}

.product-image, .product-information {
	padding: 20px;
} 

.product-image {
	width: 40%;
}

.product-information {
	width: 60%;
}



.product-title {
	font-size: 32px;
	font-weight: 700;
}

.product-price {
	font-size: 16px;
	font-weight: bold;
}

.product-image img {
	width: 100%;
	height: 400px;
	object-fit: contain;
}

.headline {
	font-weight: bold;
	font-size: 20px;
	line-height: 2em;
	border-bottom: 1px solid #000;
}

.product-description {
	margin-bottom: 20px;
}

.bestellen {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background-color: #000;
	padding: 12px 24px;
	margin: 10px 0;
	display: inline-block;
}


/* Categorieen */

.categorie-wrapper, .merk-wrapper {
	width: 330px;
}

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	bottom: 3rem;
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
	height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	margin-bottom: 1.5rem;
	text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
	margin: 5rem 0;
	/* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
	letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */
@media screen and (max-width: 1440px) {
	.products-container li {
		max-width: calc(100% / 3);
		width: calc(100% / 3);
	}
}

@media screen and (max-width: 992px) {
	.products-container li {
		max-width: calc(100% / 2);
		width: calc(100% / 2);
	}
	.product-information, .product-image {
		width: 100%;
		padding: 0;
	}
	.product-title {
		font-size: 18px;
	}
	.breadcrumbs {
		margin-bottom: 20px;
		font-size: 14px;
	}

}

@media screen and (max-width: 768px) {
	table, p.product-ean, p.product-category, p.product-merk, p.product-merk-category {
		font-size: 12px;
	}
	#banner h1 {
		font-size: 42px;
	}
}

@media screen and (max-width: 578px) {
	.products-container li {
		max-width: calc(100% / 1);
		width: calc(100% / 1);
	}
	.single-product-container {
		flex-direction: column;
	}
}

@media (min-width: 40em) {

	/* Bump up size of carousel content */
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}