/* Footer ============================================================== */

footer .footer-usps {
	background-color: #E1201B;
}
footer .footer-usps ul {
	max-width: 1240px;
	margin: 0 auto;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-around;
	    -ms-flex-pack: space-around;
			justify-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	color: #fff;
	font-size: 2rem;
	text-transform: uppercase;
}
footer .footer-usps ul li {
	display: block;
	margin: 0;
}
footer .footer-usps ul li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-right: 8px;
}
.footer.content {
	border-top: 0;
	margin: 25px auto;
}
.footer.content .footer-block {
	font-size: 1.6rem;
	line-height: 25px;
	width: calc(100% / 3);
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding-right: 20px;
}
.footer.content .footer-block h5 {
	/*font-size: 16px;*/
	font-size: 1.6rem;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}
.footer.content .footer-block p {
	margin: 0;
}
.footer-copyright {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-copyright > p {
	display: inline-block;
	margin-bottom: 0;
}
.footer-copyright > p:first-child{
	margin-right: auto;
}
.footer-copyright > p:last-child {
	margin-left: auto;
}
.footer-copyright:before {
	content: '';
	position: absolute;
	top: 0;
	left: 20px;
	right: 20px;
	background-color: #707070;
	height: 1px;
}

/* ===================================================================== */

/* To top ============================================================== */

.totop a {
	position: fixed;
	right: 30px;
	bottom: 40px;
	background-color: #D6D5D1;
	width: 60px;
	height: 60px;
	z-index: 3;
}
.totop a svg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	width: 40px;
}
/* ===================================================================== */
/* Home ================================================================ */
.home-banner,
.cms-banner {
	max-width: 1850px;
	margin: 0 auto 20px;
	padding: 0 20px;
}
.home-banner img,
.cms-banner img {
	height: auto;
	border: 3px solid #1C1819;
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	display: block;
}
.home-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 620px;
}
.home-grid-left {
	width: calc(25% - 5px);
	margin-right: 5px;
}
.home-grid-center {
	width: calc(50% - 10px);
	margin: 0 5px;
}
.home-grid-right {
	width: calc(25% - 5px);
	margin-left: 5px;
}
.home-grid-block {
	font-size: 2rem;
}
.home-grid-block img {
	display: block;
	height: 100%;
	width: auto;
	max-width: none;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
}
.home-grid-left .home-grid-left-1  p:first-child a,
.home-grid-right .home-grid-right-1  p:first-child a {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	border: 3px solid #1C1819;
}
.home-grid-block > div {
	position: relative;
}
.home-grid-block p:last-child {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	padding: 0 20px;
	text-align: center;
}
.home-grid-block p:last-child a {
	background-color: rgba(225, 32, 27, 0.7);
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	display: inline-block;
}
.home-grid-center .home-grid-center-1,
.home-grid-right .home-grid-right-1 {
	margin-bottom: 10px;
}
.home-grid-block p:first-child {
	height: 100%;
}
.home-grid-block p:first-child a {
	height: 100%;
	display: block;
	width: 100%;
	overflow: hidden;
}
.home-grid-right .home-grid-right-1,
.home-grid-center .home-grid-center-2 {
	height: calc((100% / 3) - 5px);
	margin-bottom: 10px;
}
.home-grid-right .home-grid-right-2,
.home-grid-center .home-grid-center-1 {
	height: calc((100% / 3 * 2) - 5px);
}
.home-grid-left .home-grid-left-1 {
	height: 100%;
}
.home-main-text {
	margin: 40px 0;
	font-size: 1.6rem;
}
.home-main-text p {
	margin-bottom: 15px;
}
.home-main-text p a{
	font-weight: 700;
}
.home-main-text p a:hover{
	color:#e1201b
}
.shape-container {
	background-color: #D6D5D1;
}
.shape-slider {
	margin: 10px auto;
	max-width: 1280px;
	padding: 0 20px;
}
.shape-slider .title{
	text-align: center;
}
.shape-slider h2::after{
    margin: 0 auto;
}
.slider {
	overflow: hidden;
}
.slick-track {
	font-size: 0;
}
.slick-track .slick-slide {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.slick-track .slick-slide img{
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.slider > ul:not(.slick-slider) {
	display: none;
}
.slider ul {
	position: relative;
	padding: 0;
	margin: 0;
}
.slider .slick-arrow {
	font-size: 0;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 31px;
	height: 45px;
	background-image: url('../images/previous.png');
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0;
	padding: 0;
	z-index: 1;
}
.slider .slick-next {
	background-image: url('../images/next.png');
	left: auto;
	right: 0;
}
.slider .title {
	margin: 0 0 20px;
}
.slider .title h2 {
	margin: 0;
}
.slider ul img:hover {
	-webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(800%) contrast(2) drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.16));
	filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(800%) contrast(0.8) drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.16));
}

/* Page-bottom */
.home .shape-container + .page-bottom,
.home-product-container,
#frontpageproduct .product-item-info{
	width: 100%;
}
.home .shape-container + .page-bottom{
	padding-top: 40px;
}
.widget .product-item-inner{
	margin-bottom: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.home-product-container .product-image-container,
.home-product-container .product-item-photo{
	display: block;
	margin: auto;
}
#frontpageproduct .product-items{
	margin: 0 -5px;
}
.home-product-container .product-item-photo{
	margin-bottom: 20px;
}
.block.widget .products-grid .product-item-actions{
	margin: 0;
}
.block-products-list .action.tocart.primary{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0 0 0 0;
}
.block-products-list .action.tocart.primary:hover{
	background: transparent;
	border: 0;
}
#frontpageproduct .product-item-details{
	width: calc(100% - 35px);
	padding-right: 35px;
}
.product-item-info{
	position: relative;
}
.action.tocart.primary svg{
    width: 30px;
    height: 50px;
}
/* ===================================================================== */

/* Product Detail ====================================================== */

.product-info-main .box-tocart .number-container {
	display: none;
}
.product-info-main .product.attribute.sku {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.product-info-main .page-title-wrapper .page-title {
	margin-top: 0;
	line-height: 1.2;
}
.product-info-main .page-title-wrapper .page-title:after {
	content: none;
}
.page-layout-1column .product.media {
	width: 50%;
}
.fotorama__active .fotorama__dot {
    background-color: #E1201B;
    border-color: #E1201B;
}
.page-layout-1column .product-info-main {
	width: 42%;
	padding: 30px 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #E3E3E3;
}
.product-info-main .price-box,
.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price{
	font-size: 3.0rem;
	font-weight: 500;
}
.product-info-main .price-box .price-wrapper .price::after,
.product-options-bottom .price-box .price-wrapper .price::after{
	content: "excl. btw";
	padding-left: 7px;
}
.products-related .product-item-info,
.products-upsell .product-item-info{
	width: 100%;
}
.products-related .product-image-container,
.products-upsell .product-image-container{
	display: block;
	margin: 0 auto;
}
.block.related .products,
.block.upsell .products{
	margin-top: 0px;
}
.block.related .block-title,
.block.upsell .block-title{
	margin-bottom: 0px;
}
.products-related.products-grid .products.list li.product:first-child,
.products-upsell.products-grid .products.list li.product:first-child {
    margin-left: 0;
}
.products-related.products-grid .products.list li.product:last-child,
.products-upsell.products-grid .products.list li.product:last-child{
	margin-right: 0;
}
.product.data.items > .item.content{
	border: 1px solid #E3E3E3;
    margin-top: 45px;
}
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover{
	color: #E1201B;
}
.product.data.items > .item.title{
	margin: 0 -1px 0 0;
}
body:not(.mpblog-post-index, .mpblog-post-view, .mpblog-category-view) .product.data.items > .item.title > .switch{
    min-width: 180px;
}
.product.data.items > .item.title > .switch{
	line-height: 34px;
	font-size: 1.8rem;
	height: 34px;
	text-transform: initial;
	font-weight: 700;
	color: #1C1819;
	background-color: #FFF;
}
.product.data.items > .item.title[aria-controls="requestquote"] > .switch{
	background-color: #D6D5D1;
	font-weight: 500;
}
.product.data.items > .item.title.active > .switch,
.product.data.items > .item.title.active > .switch:focus,
.product.data.items > .item.title.active > .switch:hover{
	color: #E1201B;
	background-color: #FFF;
}
.page-products .products-grid .product-item:nth-child(3n + 1),
.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
.page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1){
	margin-left: 0px
}
.page-products .products-grid .product-item:nth-child(3n + 3),
.page-layout-1column .products-grid .product-item:nth-child(3n + 3),
.page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 3) {
    margin-right: 0;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
    width: calc(100% - 40px);
    display: block;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions,
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart{
	width: 100%;
	display: block;
}
.product-info-main .box-tocart.update .actions{
	padding-top: 0;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty{
	padding-right: 0px;
}
.product-info-main .box-tocart .input-text.qty, .product-options-bottom .box-tocart .input-text.qty {
    height: 45px;
    text-align: center;
    width: calc(100% - 45px);
}
.product-info-main .box-tocart.update .input-text.qty{
	width: 100%;
}
form .fieldset > .field:not(.choice) > .label,
form .fieldset > .field > .label{
	font-size: 20px;
}
.box-tocart .field.qty .qty-select-control{
	position: relative;
}
.box-tocart .field.qty .qty-select-control select{
	padding: 10px;
	height: 45px;
}
.box-tocart .field.qty .qty-select-control:after{
	font-family: "FontAwesome";
	font-size: 2.6rem;
	font-weight: 500;
	content: "\f107";
	line-height: 0.6;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	position: absolute;
	right: 15px;
	top: 15px;
	pointer-events: none;
}
.cancel-input{
	width: 45px;
    text-align: center;
    font-size: 2.4rem;
    color: red;
    height: 45px;
    display: block;
    line-height: 4.5rem;
    float: right;
    font-family: sans-serif;
}

/* ===================================================================== */

/* Nieuws / Blogpagina ================================================= */

.mp-post-info{
	font-size: 16px;
}

/* ===================================================================== */
body.contact .columns .column.main{
	display: flex;
}
body.contact .columns .column.main #contact-form{
	margin-right: 50px;
	min-width: auto;
}
body.contact .columns .column.main #contact-form .field.note.no-label.warning{
	color: #E1201B;
	font-weight: bold;
}
body.contact .columns .column.main .contact-info-container{
	width: 50%;
}

body.contact .columns .column.main .contact-info-container h3,
body.contact .columns .column.main .contact-info-container p{
	margin: 0;
	font-weight: normal;
}
body.contact .columns .column.main .contact-info-container iframe{
	margin-top: 30px;
}

ul.socials{
	display: flex;
	margin: 0;
	padding: 0;
	order: -1;
}
ul.socials li{
	display: block;
	margin: 0;
	padding: 0;
}
ul.socials li + li{
	margin-left: 15px;
}
ul.socials li a{
	display: block;
	font-size: 0;
}
ul.socials li a::before{
	font-size: 35px;
	line-height: 1;
	font-family: FontAwesome;
}
ul.socials li a[href*='youtube']::before{
	content: "\f16a";
}
ul.socials li a[href*='instagram']::before{
	content: "\f16d";
}
ul.socials li a[href*='facebook']::before{
	content: "\f082";
}
ul.socials li a[href*='linkedin']::before{
	content: "\f08c";
}
ul.socials li a[href*='twitter']::before{
	content: "\f099";
}
ul.socials li a[href*='whatsapp']::before{
	content: "\f232";
}
ul.socials li a[href*='pinterest']::before{
	content: "\f0d3";
}

footer .socials{
	margin-right: 50px;
}

body.mpblog-category-view .columns, body.mpblog-post-view .columns {
	display: flex;
}
body.mpblog-category-view .columns .sidebar.sidebar-main, body.mpblog-post-view .columns .sidebar.sidebar-main {
	flex: 0;
	flex-basis: 200px;
}