/* PrinterXpert legacy CSS — opgeschoond voor JS-vrije contentpagina’s
   Bron: samengestelde oude CSS (style.css + responsive.css + font-awesome.css + etc.)
   Opschoning (best-effort):
   - Verwijderd: slicknav (JS mobile menu), OWL carousel, webshop navbar, fancybox, webshop/product CSS
   - Scoped: selectors (waar mogelijk) onder .legacy-wrap om conflicten met nieuwe layout.css te voorkomen
*/

/*
https://www.printerxpert.nl/themes/printXpert/style.css
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
.legacy-wrap table, .legacy-wrap caption, .legacy-wrap tbody, .legacy-wrap tfoot, .legacy-wrap thead, .legacy-wrap tr, .legacy-wrap th, .legacy-wrap td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
.legacy-wrap h1, .legacy-wrap h2, .legacy-wrap h3, .legacy-wrap h4, .legacy-wrap h5, .legacy-wrap h6 {
    clear: both;
    font-weight: normal;
}
.legacy-wrap ol, .legacy-wrap ul {
    list-style: none;
}
.legacy-wrap blockquote {
    quotes: none;
}
.legacy-wrap blockquote:before, .legacy-wrap blockquote:after {
    content: '';
    content: none;
}
.legacy-wrap del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
.legacy-wrap table {
    border-collapse: collapse;
    border-spacing: 0;
}
.legacy-wrap a img {
    border: none;
}
.legacy-wrap img {
	max-width:100%;
	height:auto;	
}
.legacy-wrap a {
    color:inherit;
    text-decoration: none;
    
}
.legacy-wrap #footer p a {
	color: #ff5a00;
}
.legacy-wrap p {
    margin-bottom:20px;
}
.legacy-wrap h1 {
    margin-bottom:20px;
    color:#fff;
}
.legacy-wrap h2 {
    color:#fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    line-height: 34px;
}
.legacy-wrap #tinymce h2 {
	text-shadow: 1px 1px black;
	text-transform: initial;
	padding-top: 20px;
}
.legacy-wrap h3 {
    font-size: 21px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
}
.legacy-wrap #content .content_inner h2 {
    font-size:20px;
}
.legacy-wrap #content .content_inner ul {
    list-style:none;
    padding: 10px 0;
}
.legacy-wrap #content .content_inner ul li {
    margin-bottom:10px;
}
.legacy-wrap #content.sub-page .text_wrapper a {
    color:#ff5a00;
}
.legacy-wrap .innercontent2 {
	padding-top:30px;
	clear: both;
}
/*template sheet*/
body {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing:antialiased;
	font-size:15px;
	margin:0;
    line-height:18px;
	color:#afafaf;
	background:#141214;
	height:100%;
	overflow-y:scroll
}

.legacy-wrap .wrap {
    width:1100px;
    margin:0 auto;
}
.legacy-wrap .wrap-sm {
	    margin: 0 auto;
    max-width: 800px;
    padding-top: 15%;
    padding-left: 40px;
    padding-right: 40px;
}
.legacy-wrap .wrap-half {
	width:550px	
}

.legacy-wrap #container:after {
	content:'.';
	display:block;
	clear:both;
	visibility:hidden;
	height:0
}

.legacy-wrap #sidebar {
	float:left;
	min-height:200px;
	
}
.legacy-wrap #sidebar ul li {
    margin-bottom:15px;
    padding-left:15px;
    position: relative
    
}
.legacy-wrap #sidebar ul li a {
    font-size:15px;
    
}
.legacy-wrap #sidebar ul li:hover a {
    color:#ff5a00;
}
.legacy-wrap #sidebar ul li a:before {
    content:  "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    font-size: 16px;
    padding-left: 0.2em;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
/*--HEADER--*/
.legacy-wrap #header {
	height:170px;
	
}
.legacy-wrap .down .header {
	position:fixed;
	top:-106px;
	left:0;
	right:0;
	z-index:100;	
}
.legacy-wrap .down #wrapper {
	padding-top:106px;	
}
.legacy-wrap .header {
    background-color:#110f11;
}
.legacy-wrap .header_top {
    height:105px;
    border-bottom:1px solid #1e1d1e;
}

.legacy-wrap .logo {
    font-size: 24px;
    position: absolute;
    font-weight: bold;
    margin-top: 14px;
    background-image: url('images/logo.png');
    width: 294px;
    height: 94px;
    background-repeat: no-repeat;
    background-size: contain;
    cursor:pointer;
    
}
.legacy-wrap .contact_links ul li {
    float:left;
    padding-right:30px;
    padding-top:50px;
}
.legacy-wrap .contact_links ul li a {
    color:#d0d0d0;
    text-decoration: none;
    font-size:15px;
}
.legacy-wrap .contact_links ul li a i {
    color:#ff5a00;
}
.legacy-wrap #menu {
	height:60px;
	
}
.legacy-wrap #mainmenu {
	margin:0;
	padding:0
}
.legacy-wrap #mainmenu li {
	list-style:none;
	height:60px;
    
	float:left
}
.legacy-wrap #mainmenu li:first-child {
    padding-left:0;
}
.legacy-wrap #mainmenu li:last-child {
    padding-right:0;
}
.legacy-wrap #mainmenu li {
    padding: 0 17px;
    
}
.legacy-wrap #mainmenu li a {
    color: #fff;
    line-height: 56px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}
#mainmenu li a:hover,
.legacy-wrap #mainmenu .current a {
    color:#ff5a00;
    /*border-bottom:1px solid #e25102;*/
}
.legacy-wrap #mainmenu .current-parent a {
    color:#ff5a00;
}
.legacy-wrap #mainmenu .haschild > a {
    position: relative
}
.legacy-wrap #mainmenu .haschild > a:after {
    content: "\f107";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 16px;
    padding-left: 0.2em;
    position: absolute;
    top: 0px;
    right: -20px;
    cursor: pointer;
}
.legacy-wrap #mainmenu .child li a:hover, .legacy-wrap #mainmenu  .current.haschild a {
    border:none
}
.legacy-wrap #mainmenu .haschild:hover a:after, .legacy-wrap #mainmenu .current.haschild a:after {
    color: #ff5a00;
}

.legacy-wrap #mainmenu .child {
    display: none;
        background-color: #e25102;
    position: absolute;
    z-index: 999999;
   width:auto;
}
.legacy-wrap #mainmenu .haschild:hover .child {
    display: block;
}
.legacy-wrap #mainmenu .child {
	width:300px;
    margin-left:0;
    padding: 0;
}
.legacy-wrap #mainmenu .child li {
    padding: 0 10px;
}
.legacy-wrap #mainmenu .child li:first-child {
    padding: 0 10px;
}
.legacy-wrap #mainmenu .child li {
    list-style: none;
    height: 40px;
    float: none;
}
.legacy-wrap #mainmenu .child li a {
    line-height: 35px;
	color:#fff!Important;
	text-transform:none;
    border:none;
}
/*--BANNER--*/
.legacy-wrap .banner.subpage {
    height:310px;
    background-repeat:no-repeat;
    background-position: center center;
    background-color:#222
}
.legacy-wrap .banner .slider, .legacy-wrap .banner #slider_container {
    width:100% !important
}
.legacy-wrap .banner .slider .slide {
    background-size:cover;
    background-position: center center;
}
.legacy-wrap .banner.front_page .wrap {
    padding-top:400px;
}

.legacy-wrap .banner.front_page .slide-title {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.legacy-wrap .banner.front_page .slide-title:after {
    content: "";
    width: 80px;
    height: 2px;
    color: #ff5b00;
    z-index: 9999999;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ff5b00;
}
.legacy-wrap .banner.front_page .slide-description {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}
.legacy-wrap .banner .arrow {
    display: none;
}
.legacy-wrap .banner.front_page .arrow {
    background-image:url('images/arrow.png');
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    display: block;
    height: 20px;
    position: relative;
    width: 100%;
    z-index: 999;
    margin-top:-20px;

    
    
}
.legacy-wrap .arrow i {
    margin: 0px auto;
    display: table;
    font-size: 30px;
    color: #fff;
    line-height: 10px;
}

/*--CONTENT HOME--*/
.legacy-wrap .section {
    overflow:hidden;
    width:100%;
    height:100%;
}
.legacy-wrap #section_2 {
    background: #181618; /* Old browsers */
    background: -moz-linear-gradient(top,  #181618 0%, #0b0a0b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #181618 0%,#0b0a0b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #181618 0%,#0b0a0b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181618', endColorstr='#0b0a0b',GradientType=0 ); /* IE6-9 */


    
}
.legacy-wrap #section_2 .image {
    height: 545px;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    overflow: hidden;
    background-size:contain;
}
.legacy-wrap #section_2 .text_wrap {
    padding-right:30px;
}
.legacy-wrap .section .text_wrap .text {
    font-size: 15px;
    line-height: 23px;
    color: #afafaf;
}
.legacy-wrap .section .text_wrap h2 {
    margin-bottom:15px;
}
.legacy-wrap .section .text_wrap .text h3 {
    margin-bottom:25px;
}
.legacy-wrap .section .text_wrap {
    padding-top:135px;
}
.legacy-wrap .section .col6:after {
    clear:both;
    content:"";
    display:table;
}

.legacy-wrap #section_3 {
    height:535px;
    
    background: #181618; /* Old browsers */
    background: -moz-linear-gradient(top,  #181618 0%, #0a080a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #181618 0%,#0a080a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #181618 0%,#0a080a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181618', endColorstr='#0a080a',GradientType=0 ); /* IE6-9 */

}
.legacy-wrap #section_3 .image {
    height: 535px;
    background-position: bottom left !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;

}
.legacy-wrap #section_3 .text_wrap {
    padding-left:30px;
}
.legacy-wrap #section_4 {
    height:510px;
    background-position: center center !important;
}
.legacy-wrap #section_4 .mask {
    background: #141214; /* FALL BACK */
    background: rgba(20, 18, 20, 0.9);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 100%;
}
.legacy-wrap #section_4 .form {
    padding-top:15px;
}
.legacy-wrap #section_4 img#captcha-image {
	height:50px;
	margin:5px 0;
}
.legacy-wrap .form {
    padding-top:20px;
}
.legacy-wrap #section_4 .widget_wrap {
    padding-top:80px;
}
.legacy-wrap #section_4 .widget_wrap .widget_header h3 {
    font-size: 31px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.legacy-wrap #section_4 .widget_wrap    .widget_content h3 {
    margin-bottom: 15px;
    font-size:22px;
}

.legacy-wrap #section_4 .widget_wrap ul li {
    margin-bottom:50px;
    line-height:20px;
    padding-left:60px;
    position: relative;
    font-size:16px;
}
#section_4 .widget_wrap ul .place:before,
#section_4 .widget_wrap ul .phone:before,
.legacy-wrap #section_4 .widget_wrap ul .mail:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ff5a00;
    font-size: 17px;
    position: absolute;
    top: 5px;
    left: 0;
    padding-left: 16px;
    padding-top: 9px;
    box-sizing: BORDER-BOX;
    width: 40px;
    height: 40px;
    bordeR: 1px solid #ff5a00;
}
.legacy-wrap #section_4 .widget_wrap ul .place:before {
    content:"\f041";
    padding-left: 14px;

}
.legacy-wrap #section_4 .widget_wrap ul .phone:before {
    content: "\f095";
    padding-left: 13px;
    padding-top: 10px;

}
.legacy-wrap #section_4 .widget_wrap ul .mail:before {
    content: "\f003";
    padding-top: 8px;
    padding-left: 11px;

}
.legacy-wrap .logos {
    height: 160px;
    background-color: #ff5a00;
    padding-top: 35px;
    box-sizing: border-box;
}
.legacy-wrap .logos .gallery .image {
    float: left;
    margin:0;
    padding-left:50px;
    padding-right:50px;
}
.legacy-wrap .logos .gallery .image:first-child img {
    float:left;
}
.legacy-wrap .logos .gallery .image:last-child img {
    float:right;
}
.legacy-wrap .logos .gallery .image img {
    display:table;
    max-width:100%;
    margin:0 auto;
}

/*--SUB PAGE--*/
.legacy-wrap .sub-page {
    padding-top:50px;
    padding-bottom:50px;
}
.legacy-wrap .sub-page .gallery {
    margin-bottom:20px;
    
}
.legacy-wrap .sub-page .gallery .row {
    margin: 50px -20px !important;
}
.legacy-wrap .sub-page .gallery .image {
    margin:0 !important;
}
.legacy-wrap .sub-page .gallery .col4 {
    padding-left:20px;
    padding-right:20px;
}
.legacy-wrap .sub-page .gallery .col4 span {
    display:block;
    margin-top:10px;
}
.legacy-wrap .sub-page .gallery .col4 img {
    max-width: 100%;
    height: 150px;
}
.legacy-wrap .overview_page .gallery .col4 img {
    height:auto;
}
.legacy-wrap .offerte {
    background: #181618;
    background: -moz-linear-gradient(top, #181618 0%, #0a080a 100%);
    background: -webkit-linear-gradient(top, #181618 0%,#0a080a 100%);
    background: linear-gradient(to bottom, #181618 0%,#0a080a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#181618', endColorstr='#0a080a',GradientType=0 );
    padding-top:50px;
    padding-bottom:50px;
    display: block;
}
.legacy-wrap .offerte h2 {
    text-align: center;
}
.legacy-wrap .offerte:after {
    clear:both;
    content:"";
    display: table;
    
}
.legacy-wrap .offerte .wrap {
   
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    
}
.legacy-wrap .contact h3 {
    margin-bottom:20px;
}
/*--FOOTER---*/
.legacy-wrap #footer {
	height:100%;
	padding: 10px 0 0 0;
	background: #0d0b0d;
}
.legacy-wrap #footer .footer-top {
    padding-top:40px;
    padding-bottom:20px;
    border-bottom:1px solid #202020;
}
.legacy-wrap #footer .widget .widget_header h3 {
    font-size:20px;
    text-transform: uppercase;
    font-weight:300;
    margin-bottom:25px;
}



.legacy-wrap #footer .widget {
    float:left;
    width:20%;
}
.legacy-wrap #footer .footer-top #widget_11 {
    width:20%;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right:30px;
}
.legacy-wrap #footer .widget .widget_content {
    font-size:15px;
    line-height:20px;
}
.legacy-wrap #footer .widget .widget_content ul li {
    
}
.legacy-wrap #footer .footer-top .menu li {
    margin-bottom:10px;
    padding-left:15px;
    position: relative
    
}
.legacy-wrap #footer .footer-top .menu li a {
    font-size:15px;
    
}
.legacy-wrap #footer .footer-top .menu li:hover a {
    color:#ff5a00;
}
.legacy-wrap #footer .footer-top .menu li a:before {
    content:  "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    font-size: 16px;
    padding-left: 0.2em;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

/*.menu li:before{
    content:  "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;

    font-size: 16px;
    padding-left: 0.2em;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}*/

.legacy-wrap .menu li {
    margin-bottom:10px;
    padding-left:15px;
    position: relative
    
}
.legacy-wrap .menu li a {
    font-size:15px;
    
}
.legacy-wrap .menu li:hover a {
   /* color:#ff5a00;*/
}
.legacy-wrap #back_to_top {
	display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #ff5a00;
    padding: 14px;
    padding-top: 10px;
    padding-bottom: 13px;
}
.legacy-wrap #back_to_top i {
    color:#ff5a00;
}
.legacy-wrap #footer #submenu {
    display: table;
    margin:0 auto;
    margin-bottom:20px;

}
.legacy-wrap #footer .footer-bottom {
    padding-top:20px;
        box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.legacy-wrap #footer #submenu li {

    padding-right:15px;
    float:left;
}

.legacy-wrap #footer .footer-bottom {
    height:95px;
    text-align:center;
}

/*---LP STYLE---*/
.legacy-wrap #sidebar .widgetBar .widget.first-child .widget_header h3 {
	padding-top: 0;
}
.legacy-wrap #sidebar .widget_header h3 {
	padding-bottom: 15px;
	padding-top: 10px;
}
.legacy-wrap #sidebar .widget_content {
	padding-right: 20px;
	padding-left: 10px;
}
#content .content_inner ul.usps,
.legacy-wrap #sidebar ul.usps {
	list-style: none;
}
.legacy-wrap #sidebar ul.usps {
	margin-left: -10px;
}
.legacy-wrap #content .content_inner ul.usps {
	margin-left: 0px;
	padding-top: 5px;
}
#content .content_inner ul.usps li,
.legacy-wrap #sidebar ul.usps li {
	width: 100%;
	position:relative;
	ppadding-left: 26px;
}
.legacy-wrap #content .content_inner ul.usps li {
    margin-bottom: 15px;
}
.legacy-wrap .usps li:before {
	/*font-family: 'FontAwesome';
	margin-right:5px;
	content: '\f00c';
	color: #ff5a00;
	pposition:absolute;
	left:0;
    line-height: 36px;
    font-size: 20px;*/

    content: '\f00c';
    color: #ff5a00;
    top: 0.05em;
    font-family: fontAwesome;
    width: 18px;
    height: 20px;
    display: block;
    float: left;	
}

.legacy-wrap .usps li {
    position: relative;
    margin-left: 0;
    margin-bottom: 1.0em;
}
.legacy-wrap #content .content_inner ul.usps li:before {
    line-height: initial;	
}
.legacy-wrap #content .content_inner h3 {
	padding-top: 20px;
}
.legacy-wrap #sidebar .fa {
	color: #ff5a00;
	width: 20px;
}
.legacy-wrap .row.printerrow {
	overflow: auto;
	padding-bottom: 20px;
}
.legacy-wrap .row.printerrow  .col4 {
	padding-right: 3%;
	padding-left: 3%;
}
.legacy-wrap .row.printerrow  .col4:last-child {
	margin-right: 0;
}
.legacy-wrap .row.printerrow  .col4 strong {
	display:block;
}
.legacy-wrap .offertebtn {
	border: 1px solid #ff5a00;
	text-align: center;
	display: block;
	font-size: 17px;
	padding: 10px;
}
.legacy-wrap .offertebtn:after {
	font-family: 'FontAwesome';
	float:right;
	padding-right: 5px;
	content: '\f054';
	color: #ff5a00;
}
.legacy-wrap .contentbtn {
	width: 250px;
}
.legacy-wrap .voordeeltbl {
	width: 100%;
	margin-top: 30px;
}
.legacy-wrap .voordeeltbl th {
	padding: 5px 5px;
	text-align:center;
	border: 1px solid #ff5a00;
}
.legacy-wrap .voordeeltbl td {
	width: 25%;
	padding: 5px 5px;
	padding-right: 2%;
	vertical-align: middle;
	border: 1px solid #ff5a00;
	text-align: center;
}
.legacy-wrap .voordeeltbl td .fa.fa-times {
	color: red;	
}
.legacy-wrap .voordeeltbl td .fa.fa-check {
	color: green;	
}
.legacy-wrap .voordeeltbl tr th:nth-child(1) {
	border: none;
}
.legacy-wrap .voordeeltbl tr td:nth-child(1) {
	width: 50%;
	text-align:left;
}
.legacy-wrap .template_full_width_more #content .content_inner a {
	color: #ff5a00;
}
.legacy-wrap .template_full_width_more #content .content_inner ul {
	padding: 0;
}
.legacy-wrap .template_full_width_more #content .content_inner ul + p {
	padding-top: 15px;
}
.legacy-wrap .template_full_width_more #content .content_inner h2 {
	padding-top: 20px;
}
.legacy-wrap .template_full_width_more #content .content_inner ul.menu {
	list-style: none;
}
.legacy-wrap .template_full_width_more .owl-carousel .menu  a {
	color: #afafaf !important;
}
.legacy-wrap .homecontent .col6 {
	padding: 60px 20px 60px 0;
}
.legacy-wrap .homecontent .col6 img {
	width: 80%;
	margin: auto;
	margin-bottom: 30px;
}
.legacy-wrap .orange {
	color: #ff5a00;
}


.legacy-wrap .resp-table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
}

.legacy-wrap .resp-table tr {
    border-bottom: 1px solid white;
}

.legacy-wrap .resp-table th {
    text-align: center;
    font-weight: bold;
}

.legacy-wrap .resp-table td {
    width: 25%;
    padding: 3px 0px 3px 10px;
    border: 1px solid white;
}

.legacy-wrap #sidebar #widget_32 {
    margin-top: 30px;
}
.legacy-wrap #sidebar #widget_32 .widget_content {
    padding-left: 0;
}
.legacy-wrap .m-b-md {
    margin-bottom: 40px;
}
a.sidetel:before,
.legacy-wrap a.sidemail:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
    color: #ff5a00;
}
.legacy-wrap a.sidetel:before {content: '\f095';}
.legacy-wrap a.sidemail:before {content: '\f003';}

.legacy-wrap ul.arrows {
    position: relative;
    padding-left: 25px!important;
}
.legacy-wrap .arrows li:before {
    font-family: 'FontAwesome';
    margin-right: 5px;
    content: '\f061';
    color: #ff5a00;
    position: absolute;
    left: 0;
    /*line-height: 36px;*/
    font-size: 20px;
}


@media screen and (max-width: 767px) {
.legacy-wrap .row.printerrow  .col4 {
		margin-bottom: 70px;
	}
.legacy-wrap .row.printerrow  .col4:last-child {
		margin-bottom: 40px;
	}
.legacy-wrap #sidebar {
		display: none;
	}
.legacy-wrap .template_full_width_more #content .content_inner h2 {
		padding-top: 30px;
	}


.legacy-wrap .resp-table thead {
        display: none;
    }
.legacy-wrap .resp-table th {
        text-align: left;
    }
.legacy-wrap .resp-table tr {
        border-bottom: 1px solid white;
        margin-bottom: 20px;
        display: block;
        overflow: hidden;
    }
.legacy-wrap .resp-table td {
        border: none;
    }
.legacy-wrap .resp-table tr td {
        float: left;
        width: 100%;
    }
.legacy-wrap .resp-table tr td:before {
        display: block;
        font-weight: bold;
        float: left;
        width: 45%;
    }
.legacy-wrap .resp-table.merk tr td:nth-child(1):before {
        content: 'Soort printer';
    }
.legacy-wrap .resp-table.merk tr td:nth-child(2):before {
        content: 'Type';
    }

.legacy-wrap .resp-table.merk tr td:nth-child(3):before {
        content: 'Brochure';
    }

	
}

/*--BREADCRUMBS---*/
.legacy-wrap #breadcrumb {
    margin-bottom:20px;
    margin-top:10px;
    height:20px;
}
.legacy-wrap #breadcrumb ul {
	list-style:none!important;
	padding:0!important;
	margin:0!important;	
}
.legacy-wrap #breadcrumb li {
    float: left;
    padding-right: 3px;
}

.legacy-wrap #breadcrumb li:before {
    content: '/';
    padding-right: 3px;
}
.legacy-wrap #breadcrumb li:first-child:before {
	display:none;	
}

.legacy-wrap #breadcrumb:after {
    clear:both;
}
.legacy-wrap .text_wrapper {
    clear:both;
    display:block;
    /*    -webkit-column-count: 2;
    -moz-column-count:2; 
    column-count: 2;
	-webkit-column-gap: 40px; 
    -moz-column-gap: 40px; 
    column-gap: 40px;*/
}
.legacy-wrap .text_wrapper {
	font-size:16px;
}
.legacy-wrap .text_wrapper_no_column {
    clear:both;
    display:block;
}
/* COLS */
.legacy-wrap .row {
	margin:0 -10px!important
}
.legacy-wrap .row:after {
	clear: both;
}
.legacy-wrap .row:before, .legacy-wrap .row:after {
	display: table;
	content: "";
	line-height: 0;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12,
.col1-s, .col2-s, .col3-s, .col4-s, .col5-s, .col6-s, .col7-s, .col8-s, .col9-s, .col10-s, .col11-s, .col12-s,
.legacy-wrap .col7-1 {
    float: left;
	min-height: 1px;
	padding-left: 10px;
	padding-right:10px;
	box-sizing:border-box;
}
.col12,
.legacy-wrap .col12-s {
    width: 100%
}
.col11,
.legacy-wrap .col11-s {
    width: 91.66666667%
}
.col10,
.legacy-wrap .col10-s {
    width: 83.33333333%
}
.col9,
.legacy-wrap .col9-s {
    width: 75%
}
.col8,
.legacy-wrap .col8-s {
    width: 66.66666667%
}
.col7,
.legacy-wrap .col7-s {
    width: 58.33333333%
}
.col6,
.legacy-wrap .col6-s {
    width: 50%
}
.col5,
.legacy-wrap .col5-s {
    width: 41.66666667%
}
.col4,
.legacy-wrap .col4-s {
    width: 33.33333333%
}
.col3,
.legacy-wrap .col3-s {
    width: 25%
}
.col2,
.legacy-wrap .col2-s {
    width: 16.66666667%
}
.col1,
.legacy-wrap .col1-s {
    width: 8.33333333%
}

.legacy-wrap .col7-1 {
	padding:0 25px;
	width: 14.28571428571429%
}
.legacy-wrap .pull-left {
	float:left;	
}

.legacy-wrap .pull-right {
	float:right;	
}

/* BTNS */
.legacy-wrap .btn {
color: #ff5a00;
    background: transparent;
    border: none;
    padding-right: 30px;
    margin-right: 15px;
    cursor: pointer;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    display: inline-block;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
    border: 1px solid #ff5a00;
    height: 48px;
    line-height: 48px;
    padding: 0 25px 0 15px!important;}
.legacy-wrap .btn:first-child {
    padding-left:0;
}
.legacy-wrap .btn:after {
    content:"\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#ff5a00;
    font-size: 20px;
    padding-right: 0.6em;
    position: absolute;
    top: 1px;
    right: 0;
}
.legacy-wrap button.btn:after {
    top:-1px;
}

/* FORM ELEMENTS */
input[type="checkbox"],
.legacy-wrap input[type="radio"] {
	background: #ebebe4;
	border:1px solid #ccc;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	line-height: 0;
	height: 16px;
	margin: -2px 10px 0 0;
	outline: 0;
	padding: 0!important;
	text-align: center;
	vertical-align: middle;
	width: 16px;
	min-width: 16px;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .05s border-color ease-in-out;
	transition: .05s border-color ease-in-out;	
}
.legacy-wrap input[type="radio"] {
	border-radius: 50px;	
}
.legacy-wrap input[type="checkbox"]:checked:before {
	content: '\f00c';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
	color: #e9a32a;
	font-size:20px;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;	
	margin: 5px 0 0 0;
}
.legacy-wrap input[type="radio"]:checked:before {
	content: '\f111';
	font-family: FontAwesome;
	text-indent: -9999px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 3px;
	line-height: 16px;
	color: #e9a32a;
	font-size:11px;
	text-align:center;
}
/*---BG COLORS---*/
.legacy-wrap .bg-white {
    border:1px solid #dadada;
    background-color:#fff;
    position: relative;
    -webkit-box-shadow: 0 4px 2px -4px rgba(50, 50, 50, 0.35);
    -moz-box-shadow:    0 4px 2px -4px rgba(50, 50, 50, 0.35);
    box-shadow:         0 4px 2px -4px rgba(50, 50, 50, 0.35);
}
.legacy-wrap .mask {
    background: url('images/mask.png');
    background-repeat: repeat-x;
    background-size: 100% 100%;
    height: 100%;
}
/* MARGINES */
.legacy-wrap .m-b {
	margin-bottom:20px;	
}
.legacy-wrap .m-b-lg {
	margin-bottom:30px;	
}
.legacy-wrap .m-t {
    margin-top:10px;
}
.legacy-wrap .p-t-lg {
	padding-top:30px!important;	
}
.legacy-wrap .p-t-l {
    padding-top:120px !important;
}
.legacy-wrap .p-t {
    padding-top:20px;
}

/*--BOUNCING ARROW KEYFRAMES--*/
/* HORIZONTAL */

@-webkit-keyframes horizontal {
.legacy-wrap 0% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

.legacy-wrap 6% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

.legacy-wrap 12% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

.legacy-wrap 18% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

.legacy-wrap 24% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }

.legacy-wrap 30% {
    -webkit-transform: translate(5px,0);
    transform: translate(5px,0);
  }

.legacy-wrap 36%, .legacy-wrap 100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes horizontal {
.legacy-wrap 0% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

.legacy-wrap 6% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

.legacy-wrap 12% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

.legacy-wrap 18% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

.legacy-wrap 24% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }

.legacy-wrap 30% {
    -webkit-transform: translate(5px,0);
    -ms-transform: translate(5px,0);
    transform: translate(5px,0);
  }

.legacy-wrap 36%, .legacy-wrap 100% {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
}

.legacy-wrap .btn:hover:after, .legacy-wrap .btn:after:hover, .legacy-wrap #sidebar ul li:hover a:before {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite;
}



/*defaults iMod*/
.legacy-wrap .alignnone {
    margin: 5px 20px 20px 0;
}
.legacy-wrap .aligncenter, .legacy-wrap div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.legacy-wrap .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.legacy-wrap .alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.legacy-wrap .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.legacy-wrap a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.legacy-wrap a img.alignnone {
    margin: 5px 20px 20px 0;
}
.legacy-wrap a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.legacy-wrap a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.legacy-wrap .caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
    color:#000;
    font-size:20px;
}
.legacy-wrap .caption.alignnone {
    margin: 5px 20px 20px 0;
}
.legacy-wrap .caption.alignleft {
    margin: 5px 20px 20px 0;	
}
.legacy-wrap .caption.alignright {
    margin: 5px 0 20px 20px;
}
.legacy-wrap .caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.legacy-wrap .caption p.caption-text {
    font-size:14px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
.legacy-wrap .widget, .legacy-wrap #content, .legacy-wrap .menu {
	position:relative	
}
.legacy-wrap .edit_page_link, .legacy-wrap .edit_menu_link, .legacy-wrap .edit_widget_link {
	position:absolute;
	right:10px;
	top:10px
}
.legacy-wrap .clear {
	clear:both;	
}
.legacy-wrap [data-href] {
	cursor:pointer;	
}

.legacy-wrap .mceContentBody {}
.legacy-wrap .mceContentBody  h3 {
    color:#000;
}

/* https://www.printerxpert.nl/themes/printXpert/css/responsive.css */

input[type="text"],
input[type="submit"]:not(.webshopBtn),
.legacy-wrap textarea {
	-webkit-appearance:none;
	-webkit-border-radius:0
}

@media (max-width: 1100px) {
	.wrap,
.legacy-wrap .wrap-half {
		width:100%;
		padding-left:15px;
		padding-right:15px;
		-webkit-box-sizing: norder-box;
		-moz-box-sizing: border-box;
		box-sizing:border-box;
	}
	/*-- MENU --*/
.legacy-wrap #mainmenu {
		display: none;
	}
.legacy-wrap .slicknav_menu {

		display:block;
	}
.legacy-wrap #menu {
		height: 46px;
	}
	/*-CONTENT--*/
.legacy-wrap .logos .gallery .image {
		float:none !important;
		margin: 0 auto !important;
		display: table !important;
	}
	
	

}

@media only screen
and (min-width : 670px)
.legacy-wrap and (max-width : 1100px) {
.legacy-wrap #section_3 .col6 .image {
		height: 535px;
		width: 1080px;
		margin-left: -750px;
	}
}

@media (max-width: 670px) {
.legacy-wrap h2 {
		color:#fff;
		text-transform: uppercase;
		font-size: 23px;
		font-weight: 600;
	}
    /* COLS */
.legacy-wrap .row {
		margin:0!important;	
	}
.legacy-wrap .col1, .legacy-wrap .col2, .legacy-wrap .col3, .legacy-wrap .col4, .legacy-wrap .col5, .legacy-wrap .col6, .legacy-wrap .col7, .legacy-wrap .col8, .legacy-wrap .col9, .legacy-wrap .col10, .legacy-wrap .col11, .legacy-wrap .col12 {
		width:100%;
		float:none;
		padding:0;
	}
.legacy-wrap .productSingle .col3 {
		width:50%;
		float:left;
	}
.legacy-wrap .productSingle .productTop select {
		margin-bottom: 20px;
	}
	/*--HEADER--*/
.legacy-wrap .template_orderOnline .col6 {
		float:left;
	}
	select#webshopFilterBrand, 
.legacy-wrap select#webshopFilterCategory {
		min-width:250px;
	}
.legacy-wrap .header_top .col6:first-child {
		float:left;
		width:60%;
		
	}
.legacy-wrap .header_top .col6:last-child {
		width:40%;
		float:left
	}
.legacy-wrap .header_top .logo {
		width:60%;
	}
.legacy-wrap .contact_links ul li {
		float: left;
		padding-right: 20px;
		padding-top: 30px;
	}
.legacy-wrap .contact_links ul li  span {
		display: none;
	}
.legacy-wrap .contact_links ul li i {
		font-size:24px;
	}
	/*--BANNER--*/
.legacy-wrap .banner.front_page .wrap {
		padding-top: 110px;
	}
.legacy-wrap .banner.front_page .slide-title {
		font-size: 30px;
		margin-bottom: 10px;
		padding-bottom: 15px;
		    line-height: 31px;
	}

.legacy-wrap .banner .slider, .legacy-wrap .banner #slider_container {
		height:310px !important;
	}
	/*--CONTENT--*/
	
.legacy-wrap #section_4 {
		height: auto;

	}
.legacy-wrap #section_4 .widget_wrap {
		padding-top: 20px;
	}
.legacy-wrap #section_4 .form {
		padding-top: 20px;
		padding-bottom: 20px;
	}
.legacy-wrap #section_3 {
		height: auto;
	}
.legacy-wrap #section_3 .text_wrap {
		padding-left: 0;
	}
.legacy-wrap .section .text_wrap {
		padding-right: 0px !important; 
	}
.legacy-wrap .section .text_wrap {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	#section_2 .image,
.legacy-wrap #section_3 .image {
		height: 320px;
		background-size: 70%;
		
	}
	
.legacy-wrap .logos .gallery .image {
		padding:0 20px	
	}
	
	/*--FOOTER--*/
.legacy-wrap #footer .footer-top #widget_11 {
		width:100%;
		box-sizing:border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding-right:0px;
	}
.legacy-wrap #footer .widget {
		float: none;
		width: 100%;
		margin-bottom:20px;
	}
.legacy-wrap #footer .footer-top {
		padding-top: 20px;
		padding-bottom:20px;

		height: auto;
		border-bottom: 1px solid #202020;
	}
	
.legacy-wrap #footer_bottom_text {
		padding:0 0 20px 0	
	}
	
.legacy-wrap #footer .footer-bottom {
		height:auto;	
	}
	
.legacy-wrap .offerte .wrap {
		padding-left:15px;
		padding-right:15px;	
	}
.legacy-wrap .text_wrapper {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
.legacy-wrap h1 {
		line-height: 38px;	
	}
	
.legacy-wrap .banner.subpage {
		height: 231px;
		background-size: 80%;
	}
}

@media (max-width: 480px) {
	.template_orderOnline th.information,
.legacy-wrap .template_orderOnline td.information {
		display:none;
	}
}

 
/* https://www.printerxpert.nl/themes/printXpert/css/owl.carousel.css */

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.legacy-wrap .owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.legacy-wrap .owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.legacy-wrap .owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.legacy-wrap .owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.legacy-wrap .owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.legacy-wrap .owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page,
.legacy-wrap .owl-controls .owl-buttons div {
	cursor: pointer;
}
.legacy-wrap .owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.legacy-wrap .grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.legacy-wrap .owl-carousel  .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* https://www.printerxpert.nl/themes/printXpert/css/owl.theme.css */

/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.legacy-wrap .owl-theme .owl-controls {
	margin-top: 45px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.legacy-wrap .owl-theme .owl-controls .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #fff

	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.legacy-wrap .owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.legacy-wrap .owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.legacy-wrap .owl-theme .owl-controls .owl-page span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: transparant;
	border:2px solid #fff;
	bordeer-radius:100%;
}

.owl-theme .owl-controls .owl-page.active span,
.legacy-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
	
	opacity: 1;
	background: #fff;
}

/* If PaginationNumbers is true */

.legacy-wrap .owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.legacy-wrap .owl-item.loading {
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}

/* https://www.printerxpert.nl/themes/printXpert/css/owl.transitions.css */

/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.legacy-wrap .owl-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x : 50%;
	-webkit-perspective-origin-y : 50%;
	-moz-perspective : 1200px;
	-moz-perspective-origin-x : 50%;
	-moz-perspective-origin-y : 50%;
	perspective : 1200px;
}
/* fade */
.legacy-wrap .owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.legacy-wrap .owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.legacy-wrap .owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.legacy-wrap .owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.legacy-wrap .owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.legacy-wrap .owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.legacy-wrap .owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.legacy-wrap .owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
.legacy-wrap 0% {opacity: 1}
}
@-moz-keyframes empty {
.legacy-wrap 0% {opacity: 1}
}
@keyframes empty {
.legacy-wrap 0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
.legacy-wrap 0% { opacity:0; }
.legacy-wrap 100% { opacity:1; }
}
@-moz-keyframes fadeIn {
.legacy-wrap 0% { opacity:0; }
.legacy-wrap 100% { opacity:1; }
}
@keyframes fadeIn {
.legacy-wrap 0% { opacity:0; }
.legacy-wrap 100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
.legacy-wrap 0% { opacity:1; }
.legacy-wrap 100% { opacity:0; }
}
@-moz-keyframes fadeOut {
.legacy-wrap 0% { opacity:1; }
.legacy-wrap 100% { opacity:0; }
}
@keyframes fadeOut {
.legacy-wrap 0% { opacity:1; }
.legacy-wrap 100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
.legacy-wrap 25% { opacity: .5; -webkit-transform: translateZ(-500px); }
.legacy-wrap 75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
.legacy-wrap 100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
.legacy-wrap 25% { opacity: .5; -moz-transform: translateZ(-500px); }
.legacy-wrap 75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
.legacy-wrap 100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
.legacy-wrap 25% { opacity: .5; transform: translateZ(-500px); }
.legacy-wrap 75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
.legacy-wrap 100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
.legacy-wrap 0%, .legacy-wrap 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
.legacy-wrap 75% { opacity: .5; -webkit-transform: translateZ(-500px); }
.legacy-wrap 100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
.legacy-wrap 0%, .legacy-wrap 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
.legacy-wrap 75% { opacity: .5; -moz-transform: translateZ(-500px); }
.legacy-wrap 100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
.legacy-wrap 0%, .legacy-wrap 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
.legacy-wrap 75% { opacity: .5; transform: translateZ(-500px); }
.legacy-wrap 100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
.legacy-wrap to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
.legacy-wrap to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
.legacy-wrap to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
.legacy-wrap from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
.legacy-wrap from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
.legacy-wrap from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
.legacy-wrap from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
.legacy-wrap from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
.legacy-wrap from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
.legacy-wrap to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
.legacy-wrap to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
.legacy-wrap to { opacity: 0; transform: scale(1.5); }
}

/* https://www.printerxpert.nl/modules/slider/css/slider.css */

.slider,
.legacy-wrap #slider_container {
	position:relative;	
}
.legacy-wrap .slider .slide {
	position:absolute;
	z-index:50;
	top:0;
	left:0;	
	bottom:0;
	right:0
}
.legacy-wrap .slider img {
	position:absolute;
	z-index:55;
	top:0;
	left:0;	
}




/*navigation*/
.legacy-wrap .slider-navigation {
	position:absolute;
	left:0;
	right:0;
	text-align:center;
	bottom:20px;
	height:16px;	
	z-index:70;
	list-style:none;
	margin: 0;
	padding:0;

}
.legacy-wrap .slider-navigation li {
	cursor:pointer;
	display:inline-block;
	border:2px solid #fff;
	width:10px;
	height:10px;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	margin:1px 6px;
}
.legacy-wrap .slider-navigation li.current {
	background:#fff;
	width:12px;
	height:12px;
	margin:0 6px;
}
/* SLIDER THUMBS */
.legacy-wrap .slider-thumbnails {
	list-style:none;
	margin:0;
	padding:30px 0 0 0;
	height:80px;	
}
.legacy-wrap .slider-thumbnails li {
	float:left;
	margin: 0 15px 0 0
}
.legacy-wrap .slider-thumbnails li img {
	cursor:pointer;
	border:2px solid #ccc	
}
.legacy-wrap .slider-thumbnails li.current img {
	border-color:#087da9	
}
/*gallery*/
.legacy-wrap .gallery .image {

}
.legacy-wrap .gallery .image.last-child {
	margin:0
}
.legacy-wrap .gallery .image img:hover {
	opacity: 0.8	
}

/* https://www.printerxpert.nl/modules/route/css/route.css */

#map,
.legacy-wrap .gmap {
	height:350px;
	width:100%;
}
.legacy-wrap #routefrom {
	margin: 0 5px 0 0	
}
.legacy-wrap .routeform {
	padding:20px;
	background: #f6f6f6	
}

/* https://www.printerxpert.nl/modules/webshop/themes/custom/style.css */

/* GENERAL */
.legacy-wrap .text-xl {
}
.legacy-wrap .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.legacy-wrap .pull-right {
	float:right;	
}
.legacy-wrap .pull-left {
	float:left;	
}
.legacy-wrap .strong {
	font-weight:bold; 
}
/* WEBSHOP BUTTONS */

.legacy-wrap .webshopBtn {
	height:45px;
	line-height:45px;
	border:none;
	background-color: #ff5a00;
	color:#fff!important;
	text-align:center;
	cursor:pointer;
	margin:0;
	padding:0 20px;
	font-size: 16px
}
.productBrand .webshopBtn,
.productCategory .webshopBtn,
.legacy-wrap .template_orderOnline .webshopBtn {
	height:45px;
	line-height:45px;
	border:none;
	background-color: transparent;
	color:#ff5a00 !important;
	text-align:center;
	cursor:pointer;
	margin:0;
	padding:0 0px;
	font-size: 16px	
}
.productBrand .webshopBtn:hover,
.productCategory .webshopBtn:hover,
.legacy-wrap .template_orderOnline .webshopBtn:hover {
	color:#fff !important;
	background-color: transparent;
}
.legacy-wrap .webshopBtn:hover {
	background-color: #ff6600;
}
.legacy-wrap .webshopBtn .fa {
	float: right;
	line-height: 45px;
	font-size: 16px
}
.legacy-wrap .webshopBtnLarge {
	width:100%;	
}
.legacy-wrap a.webshopBtn {
	display:inline-block;	
}
/* WEBSHOP VIEW SORT */
.legacy-wrap .webshopCategoryView {
	position: relative;
	background:#efefef;
	border:1px solid #dadada;
	height: 36px;
	margin: 0 0 20px 0;
	padding:0 6px
}
.legacy-wrap .webshopCategoryType ul {
	list-style:none;
	padding:6px 0;
	margin:0;
}
.legacy-wrap .webshopCategoryType ul li {
	cursor:pointer;
	float:left;
	height:24px;
	line-height:24px;
	margin: 0 0 0 6px;
	padding:0 10px 0 26px;
	background-image: url('images/view_types.png');
	background-repeat:no-repeat;
	background-position: 6px 5px
}
.legacy-wrap .webshopCategoryType li.webshopCategoryListType {
	background-position: 6px -17px;
	background-color: #ff3366
}
.legacy-wrap .webshopCategoryList {
	list-style-position: outside;
    list-style-type:none;
	margin-left: 0;
	margin-bottom: 0
}
.legacy-wrap .webshopCategoryList li {
	margin-bottom: 0!important
}
.legacy-wrap .webshopCategoryList li a {
	font-size: 16px;
	padding: 10px 0 10px 0;
	display: inline-block;
  width: 100%;
	border-bottom: 1px solid #e9e9e9
}
.legacy-wrap .webshopCategoryList li a:hover {
	padding: 10px 0 10px 10px;
	background-color: #000674;
	color: #fff!important
}
.webshopCategoryType li.current,
.legacy-wrap .webshopCategoryType li:hover {
	background-color:#dadada;	
}
.legacy-wrap .webshopCategorySort {
	padding:6px 0;
	line-height:24px;
}
.legacy-wrap .webshopCategorySort select {
	height:24px;
	border:1px solid #dadada;
}
/* WEBSHOP PAGINATION */
.legacy-wrap .webshopCategoryPagination .tablenav {
	height:36px;
	float:right;
}
.legacy-wrap .webshopCategoryPagination .displaying-num {
	font-style:italic;
	color:#666	;
	line-height:24px;
}
.legacy-wrap .webshopCategoryPagination .page-numbers {
	padding:0 10px;
	display:inline-block;
	line-height:24px;
	margin:0 0 0 10px;
	background: #e4e3e3;
	color:#333;
}
.legacy-wrap .webshopCategoryPagination .page-numbers.current {
	color:#fff;
	background:#333;
}
/* WEBSHOP GRID VIEW */
.legacy-wrap .webshopView {
	list-style:none;
	padding:0;
	margin:0;	
}
/*
.legacy-wrap #webshopGridView {
	list-style:none;
	padding:0;
}
.legacy-wrap #webshopGridView li.product {
	color: #ff3366;
}
.legacy-wrap #webshopGridView li.product {
	color: #2f2f2f;
    font-size: 20px;
	font-weight: normal;
	position: absolute;
	padding: 0 0 0 15px;
	line-height: 50px;
	left: 0;
	background-color: rgba(255,255,255,0.7);
	display: block;
	width: 100%;
	text-align: left;
	cursor: pointer;
}
.legacy-wrap #webshopGridView li.product:after {
	content: "\f061";
	background:#0055a5;
	color: #fff;
	text-decoration:none;
	cursor: pointer;
	float: right;
	width: 50px;
	height: 50px;
    font-family: FontAwesome;
	outline:none;
	line-height: 50px;
	text-align: center;
}

.legacy-wrap #webshopGridView li.product {
	float:left;
	padding:0;
	border:1px solid #e9e9e9;
	margin:0 3% 3% 0;
	width: 31.33333333333333%;
	overflow:hidden;
	position:relative;
}
*/
.legacy-wrap #webshopGridView {
	list-style:none;
	padding:0;
	/* margin:0 -10px -20px -10px; */
}
.legacy-wrap #webshopGridView li.product {
	color: #2f2f2f;
    font-size: 20px;
	font-weight: normal;
	position: absolute;
	padding: 0 0 0 15px;
	line-height: 50px;
	left: 0;
	background-color: rgba(255,255,255,0.7);
	display: block;
	width: 100%;
	text-align: left;
	cursor: pointer;
}
/*
.legacy-wrap #webshopGridView li.product:after {
	content: "\f061";
	background:#0055a5;
	color: #fff;
	text-decoration:none;
	cursor: pointer;
	float: right;
	width: 50px;
	height: 50px;
    font-family: FontAwesome;
	outline:none;
	line-height: 50px;
	text-align: center;
}
*/

/*----------------------------
3 COLUMN GRID
----------------------------*/
.legacy-wrap #webshopGridView li.product {
	float:left;
	padding:0;
	
	margin:0 3% 3% 0;
	width: 31.33333333333333%;
	overflow:hidden;
	position:relative;
}
.legacy-wrap #webshopGridView li.product:nth-child(2) {
}
.legacy-wrap #webshopGridView li.product:nth-child(3n+0) {
	margin:0 0 3% 0;
}

/*----------------------------
4 COLUMN GRID
----------------------------*/
.legacy-wrap .home #webshopGridView li.product {
	float:left;
	padding:0;
	margin:0 3% 3% 0;
	width: 22.75%;
	overflow:hidden;
	position:relative;
    border: 1px solid #efefef;
}
.legacy-wrap .default #webshopGridView li.product {
	float:left;
	padding:0;
	margin:0 3% 3% 0;
	width: 22.75%;
	overflow:hidden;
	position:relative;
    border: 1px solid #efefef;
}
.legacy-wrap .default #webshopGridView li.product:nth-child(4n+0) {
	margin:0 0 3% 0;
}
.legacy-wrap .home #webshopGridView li.product:nth-child(3) {
}
.legacy-wrap .home #webshopGridView li.product:nth-child(4n+0) {
	margin:0 0 3% 0;
}
.legacy-wrap .project_image {
    bbackground-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100%;
}

.legacy-wrap #webshopGridView li.product img {
	margin: 10px;
}

.legacy-wrap #webshopGridView li.product p {
	margin:0;	
}

.legacy-wrap #webshopGridView .productImage {

}
.legacy-wrap #webshopGridView .productInfo {
	left:0;
	right:0;
	background: rgba(255,255,255,0.9);
	padding:0;
	line-height:24px;
}
.legacy-wrap .productTitle {
	display: block
}
.legacy-wrap .productTitle:first-letter, .legacy-wrap .productDescription:first-letter {
	text-transform: capitalize
}
.legacy-wrap .productTitleT h1:first-letter {
	text-transform: capitalize
}
.legacy-wrap #webshopGridView .productTitle {
	font-size: 18px;
	padding: 20px;
	display: block;
    overflow: hidden;
	min-height:110px;
}
.legacy-wrap #webshopGridView .productTitle:hover {
	font-size: 20px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
    white-space: normal;
    overflow: visible;
}
.legacy-wrap #webshopGridView .productTitle a {
	color: #222222;
}
.legacy-wrap #webshopGridView .productPrice {
	font-weight:bold;
	font-size:14px;	
	position: absolute;
	right: 0;
	bottom: 0
}
.legacy-wrap .default #webshopGridView .productPrice {
	position: relative;
	font-weight:600;
	font-size:20px;
	padding-left: 20px;
    padding-bottom: 20px;
}
.legacy-wrap .default #webshopGridView .shoppingcart {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40px;
    height: 40px;
    background-color: #47ac34;
	background: #47ac34 url(icons/icon-car-white.png) no-repeat center center;
}
.legacy-wrap .home #webshopGridView .productPrice {
	position: relative;
	font-weight:600;
	font-size:24px;	
}
.legacy-wrap .home #webshopGridView .shoppingcart {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 55px;
    height: 55px;
    background-color: #47ac34;
	background: #47ac34 url(icons/icon-car-white.png) no-repeat center center;
}
.legacy-wrap #webshopGridView .productPrice .priceOld {
	padding: 0 10px 0 0;
	font-weight:normal;
	text-decoration:line-through
}
.legacy-wrap #webshopGridView .productDetails {
	padding-left:20px;
	padding-bottom:20px;
}
.legacy-wrap #webshopGridView .productVariations {
	min-height:30px;
	padding:10px 0;
}
.legacy-wrap #webshopGridView .productVariations select {
	width:100%;	
}
.legacy-wrap #webshopGridView .productDescriptionShort {
	min-height:80px;
	padding:10px 0 10px 0;
	font-size: 16px;
}
.legacy-wrap #webshopGridView .productActions {
	list-style:none;
	padding:0;
	margin:0;
}
.legacy-wrap #webshopGridView .productActions li {
	width:50%;
	float:left;
}
.legacy-wrap #webshopGridView .productActions li .webshopBtn {
	width:80px;
	padding:0	
}
.legacy-wrap #webshopGridView .productActions li.moreBtn .webshopBtn {
	float:right;	
}
.legacy-wrap #webshopGridView .size-label {
	background-color: #e20429;
    font-size: 11px;
	color: #fff;
    width: 200px;
    height: 80px;
    position: absolute;
    left: -73px;
    top: -34px;
    padding: 0;
    line-height: 20px;
    text-align: center;
    line-height: 20px;
    transform: rotate(-45deg);	
}
.legacy-wrap #webshopGridView .productImage {
    position: relative;
}
.legacy-wrap #webshopGridView .sold-out-grid {
    background-color: #2f2f2f;
    color: #fff;
    height: 34px;
    position: absolute;
    left: 0px;
    bottom: 0%;
    line-height: 20px;
    text-align: center;
    padding-top: 6px;
    width: 100%;
}
.legacy-wrap #webshopGridView .size-label .size-label-single {
    padding-top: 41px;
    font-size: 13px;
    padding-right: 27px;
    font-weight: 500;
    text-align: center;
}
.legacy-wrap #webshopGridView .size-label .cm {
	margin-top: -6px;
    font-size: 13px;
    padding-right: 27px;
    font-weight: 500;
    text-align: center;
}
/* WEBSHOP LIST VIEW */
.legacy-wrap #webshopListView li.product {
	border-top:1px solid #dadada;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
.legacy-wrap #webshopListView li.product:first-child {
	border:none;
	padding-top:0;
	margin-top:0
}
.legacy-wrap #webshopListView .productImage {
	float:left;
	width:178px;
	height:140px;
}
.legacy-wrap #webshopListView .productContent {
	width:280px;
	float:left;
	height:140px;
	padding: 0 0 0 20px
}
.legacy-wrap #webshopListView .productTitle {
	font-size:14px;
	font-weight:bold;
	padding: 0 0 10px 0;
}
.legacy-wrap #webshopListView .productInfo {
	width:202px;
	float:left;
	height:140px;
	padding: 0 0 0 20px
}
.legacy-wrap #webshopListView .productPrice {
	font-weight:bold;
	font-size:14px;
	padding: 0 0 10px 0;
}
/* WEBSHOP CATEGORY */
.legacy-wrap #webshopGridView li.category {
	width:161px;
	height:200px;
	float:left;
	padding:20px;
	border:1px solid #dadada;

	margin:0 10px 20px 10px;
}
.productBrand#content .content_inner ul,
.legacy-wrap .productCategory#content .content_inner ul {
	padding: 0px 0;
	list-style: none;
	margin-left: 0px;
}
.productBrand#content .content_inner ul li,
.legacy-wrap .productCategory#content .content_inner ul li {
	margin-bottom: 0px;
}
/*FILTER*/
.legacy-wrap .webshopFilterView {
    border-bottom: 1px solid #afafaf;
}
.legacy-wrap .webshopFilterView h3 {
    color: #afafaf;	
}
a.button-order,
select#webshopFilterBrand,
.legacy-wrap select#webshopFilterCategory {
	border: 1px solid #ff5a00;
    text-align: center;
    display: block;
    font-size: 17px;
    padding: 10px;
    background-color: transparent;
    color: #ff5a00;
	text-align:left;
}
.legacy-wrap select#webshopFilterCategoryDisabled {
	border: 1px solid #afafaf;
	text-align: center;
	display: block;
	font-size: 17px;
	padding: 10px;
	background-color: transparent;
	color: #afafaf;
}
select#webshopFilterBrand option,
.legacy-wrap select#webshopFilterCategory option {
    background-color: #000;
	border: 1px solid #ff5a00;
}
.legacy-wrap .block {
	display: block;
}
/* PRODUCT SINGLE */
.legacy-wrap .p-l-n {
	padding-left: 0px;
}
.legacy-wrap .p-r-n {
	padding-right: 0px;
}
.legacy-wrap .sold-out-product-single {
    border-bottom: 1px solid #f3f4f5;
    padding: 10px 0px;	
}
.legacy-wrap .stock {
	color: #47ac34;
}
.legacy-wrap .no-stock {
	color: #e20429;	
}
.legacy-wrap .save {
	color: #47ac34;
}
.legacy-wrap span.save-single-product {
	font-size:20px;
}
.legacy-wrap .uspblock {
	background-color: #f3f4f5;
    padding: 20px;
}
.legacy-wrap .uspblock ul {
	margin-bottom:0em;
}
.legacy-wrap ul.check li.free:before {
    content: "\f00c";
}
.legacy-wrap ul.check li.cheap:before {
    content: "\f087";
}
.legacy-wrap ul.check li.truck:before {
    content: "\f0d1";
}
.legacy-wrap ul.check li.pay:before {
    content: "\f09d";
}
.legacy-wrap ul.check li.keurmerk:before {
    content: "";
}
.legacy-wrap .uspblock img {
	margin-bottom: 0px;
}
.legacy-wrap .productSingle .productPrice.price {
    border-bottom: 1px solid #f3f4f5;
    padding-bottom: 10px;	
}
.legacy-wrap .productPrice.price .special-price {
	font-size: 20px;
}
.legacy-wrap .productSingle .productTop select {
    box-sizing: border-box;
    border: 1px solid #ddd;
    min-height: 45px;
    resize: vertical;
	text-align: center;
    padding: 0 0 0 20px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    width: 100%;
}
.legacy-wrap .productSingle .productPrice .priceOld {
	padding: 0 10px 0 0;
	font-weight:normal;
	text-decoration:line-through
}
.legacy-wrap .productSingle .productTop {
	padding: 0 0 20px 0	
}
.legacy-wrap .productSingle .productImage {
	float:left;
	overflow:hidden;
	position: relative;
	z-index: 1;
}
.legacy-wrap .productSingle .productImage #productMainImage {
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 100%;
}
.legacy-wrap .productSingle .productImage img {
	vertical-align:top;	
	margin-bottom: 0
}
/*
.legacy-wrap .productSingle .productImage:after {
	content: "\f00e";
	background:#0055a5;
	color: #fff;
	text-decoration:none;
	cursor: pointer;
	float: right;
	width: 50px;
	height: 50px;
    font-family: FontAwesome;
	outline:none;
	line-height: 50px;
	text-align: center;
	z-index: 1000;
	position: absolute;
	bottom: 1px;
	right: 0
}
*/
.legacy-wrap .productSingle .productSpecifications {
	float:left;
	padding-left:0px;
}
.legacy-wrap .productSingle .productSpecifications table {
	width:100%;	
}
.legacy-wrap .productSingle .productSpecifications table td {
	width:50%;
	line-height:42px;
}
.legacy-wrap .productSingle .productSpecifications table tr:last-child td {
	border:none;	
}
.legacy-wrap .productSpecifications .priceblock {
	border-bottom: 1px solid #afafaf;
	padding-top: 10px;
    padding-bottom: 30px;
}
.legacy-wrap .productSpecifications .uspblock {
	border-bottom: 1px solid #f3f4f5;
    padding-top: 20px;
}
.legacy-wrap .productSpecifications .block-3-single-product {
	border-bottom: 1px solid #f3f4f5;
    padding-top: 20px;
    padding-bottom: 20px;
}
.legacy-wrap .caroufredsel_wrapper {
	margin-top:30px !important;
}
.legacy-wrap .productExtraImagesContainer {
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	height:100px;
	position:relative;	
}
.legacy-wrap .productCarouselNavigation {
	cursor:pointer;
	position:absolute;
	height:100px;
	background-color:#efefef;
	width:25px;
	top:0;
	background-image: url('images/arrows.png');
	background-repeat:no-repeat
}
.legacy-wrap .productTitleT {
}
.legacy-wrap .productPriceP {
	font-weight: 800
}
.legacy-wrap .productDescription {
	padding: 20px 0 0 0;
}
.legacy-wrap .productModel {
	padding: 20px 0 20px 0;
	font-weight: 800;
	font-size: 14px;
}
.legacy-wrap .productSpecificationRating {
	padding: 0 0 20px 0;
}
.legacy-wrap #prevImage {
	left:0;	
	background-position: 0 center;
	border-right:1px solid #dadada
}
.legacy-wrap #nextImage {
	right:0;
	background-position: -26px center;
	border-left:1px solid #dadada	
}
.legacy-wrap .productExtraImages {
	list-style:none;
	padding:0;
	margin:0;
	height:100px;
}
.legacy-wrap .productExtraImages li {
	float:left;	
	height:100px;
	width:100px;
	margin: 0 10px 0 0
}
.legacy-wrap #webshopSpecificationList {
	width:100%;
}
.legacy-wrap #webshopSpecificationList td {
	padding:5px 0;
	border-top:1px solid #ddd
}
.legacy-wrap #webshopSpecificationList td.strong {
	width:30%	
}
.legacy-wrap #webshopSpecificationList tr:first-child td {
	border-top:0
}
.legacy-wrap .productSpecificationList .variations-dropdown {
	width:100%;	
}
.legacy-wrap .productSpecificationList .productSpecificationRating td {
	border-top:1px solid #dadada;	
}
.legacy-wrap .webshopPurchaseContainer {
	position:relative;	
}
.legacy-wrap .webshopProductActions {
	border:1px solid #e9e9e9;
	height:32px;
	list-style:none;
	padding:0;
	margin:10px 0 0 0;
}
.legacy-wrap .webshopProductActions li {
	width:50%;
	float:left;
	line-height:32px;
	text-align:center;
}
.legacy-wrap .webshopProductActions li a {
	color:#666;
	display:block;	
}
.legacy-wrap .webshopProductActions li:first-child a {
	border-right:1px solid #e9e9e9	
}
.legacy-wrap .webshopProductActions li a:hover {
	background:#efefef;
	color:#333;
}

/* VARIATIONS */
.legacy-wrap .variationSelect {
	margin: 20px 0 0 0;	
}
.legacy-wrap .variationSelect .variationSelectTitle {
	padding:0 10px;
	line-height:42px;
	font-weight:bold;
	background:#e8e8e8;
	border:1px solid #dadada;
	border-bottom:0;	
}
.legacy-wrap .variationSelect > ul {
	list-style:none;
	padding:0;
	margin:0;
	border:1px solid #dadada	
}
.legacy-wrap .variationSelect > ul > li {
	border-top: 1px solid #dadada;	
}
.legacy-wrap .variationSelect > ul > li:first-child {
	border-top:none;	
}

.legacy-wrap .variationSelect .variationTitle {
	padding:0 10px;
	line-height:42px;
	font-weight:bold;
	background:#f6f6f6;
	cursor:pointer;	
}

.legacy-wrap .variationSelect .variationTitle .state {
	float:right;
	width:20px;
	height:20px;
	margin:11px 0;
	background-image:url('images/variationSelectState.png')
}
.legacy-wrap .variationSelect .variationTitle .state.selected {
	background-position: 0 -20px;	
}
.legacy-wrap .variationSelect .variationValues {
	display:none;
	border-top:1px solid #dadada;	
}

.legacy-wrap .variationSelect .variationValues ul {
	list-style:none;
	padding:10px;
	margin:0;	
}
.legacy-wrap .variationSelect .variationValues ul li {
	float:left;
	width:110px;
	height:130px;
	margin:10px;
	cursor:pointer;	
}
.legacy-wrap .variationSelect .variationValues ul li input {
	display:none;	
}
.legacy-wrap .variationSelect .variationValues ul li .image {
	width:108px;
	height:108px;
	border:1px solid #dadada;	
}
.legacy-wrap .variationSelect .variationValues ul li.selected .image {
	border-color:#ed6c1e	
}
.legacy-wrap .variationSelect .variationValues ul li .title {
	padding:5px 0 0 0;	
}

.legacy-wrap #webshopComments {
	list-style:none;
	padding:0;
	margin:0;
}
.legacy-wrap #webshopComments li {
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	border-top:1px solid #ddd;
}
.legacy-wrap #webshopComments li:first-child {
	padding:0;
	margin:0;
	border-top:none;
}
.legacy-wrap #webshopComments li .webshopCommentMeta {
	padding: 0 0 10px 0	
}
.legacy-wrap #webshopComments li .webshopCommentTime {
	font-style:italic;
	padding:0 0 10px 0
}
.legacy-wrap #webshopComments li .webshopCommentHead {
	padding:0 0 5px 0;
}
.legacy-wrap #webshopComments li .webshopCommentTitle {
	font-size:18px;
	font-weight:bold;
	line-height:18px;
	display:inline-block;
	vertical-align:top
}
/* RATING */
#webshopRating label, 
#webshopRating .ratingFull,
.legacy-wrap #webshopRating .ratingEmpty {
	margin: -2px 0;
	width: 18px;
	height: 18px;
	padding: 0;
	overflow: hidden;
	float: left;
	background: transparent url('images/stars.png') no-repeat top left;
	background-size: 18px 36px;
	background-position: 0 -18px;
}
.legacy-wrap #webshopRating .ratingSelected {
	background-position:0 0	
}
.legacy-wrap #webshopRating .accessibility {
	top: 0;
	left: -9999px;
	height: 0;
	width: 0;
	position: absolute;
}
.legacy-wrap #webshopCommentBox {
	margin: 0 0 20px 0	
}
.legacy-wrap .webshopCommentRatingContainer {
	display:inline-block;
	padding:0 10px 0 0;
	width:90px;	
}
.legacy-wrap .webshopCommentRatingBar {
	height:18px;
	width:90px;
	background: transparent url('images/stars.png') top left;
	background-size: 18px 36px;
	background-position: 0 -18px;

}
.legacy-wrap .webshopCommentRating {
	height:18px;
	width:0;
	background: transparent url('images/stars.png') repeat-x top left;
}
.legacy-wrap .webshopCommentRating.rating-1 {
	width:18px;	
}
.legacy-wrap .webshopCommentRating.rating-2 {
	width:36px;	
}
.legacy-wrap .webshopCommentRating.rating-3 {
	width:54px;	
}
.legacy-wrap .webshopCommentRating.rating-4 {
	width:72px;	
}
.legacy-wrap .webshopCommentRating.rating-5 {
	width:90px;	
}
/* WEBSHOP QUESTIONS */
.legacy-wrap #webshopQuestions {
	list-style:none;
	padding:0;
	margin:0;
}
.legacy-wrap #webshopQuestions li .webshopQuestion {
	font-weight:bold;
	padding: 0 0 10px 0;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #ddd;	
}
.legacy-wrap #webshopQuestions li .webshopAnswer {
	padding:10px 0 0 0;
}
/* PRODUCT TABS */
.legacy-wrap .productTabs .nav {
	height:36px;
	list-style:none;
	margin:0;
	border-bottom:1px solid #dadada;
}
.legacy-wrap .productTabs .nav li { 
	height:36px;
	float: left;
	margin: 0 10px 0 0;
}
.legacy-wrap .productTabs .nav li a { 
	display: block;
	color:#666;
	font-size:14px;
	text-decoration:none;
	line-height:35px;
	text-align: center;
	border-bottom:0;
	padding: 0 20px;
}
.legacy-wrap .productTabs .nav li a.current {
	color:#fff;
	border-bottom:none;
	background: #2f2f2f;	
}
.legacy-wrap .productTabs .nav li a:hover { 
	background:#ff6600;
	color:#fff;
}
.legacy-wrap .productTabs .list-wrap > div {
	padding:15px 0	
}
/* PRODUCT CHECKOUT MESSAGE */
.legacy-wrap .webshopCheckoutMessage {
	background:#fff;
	padding:10px;
	border:1px solid #ccc;
	border-top:none;
	position:absolute;
	top:33px;
	left:0;
	right:0;
}
.legacy-wrap .webshopCheckoutMessage .links {
	padding:10px 0 0 0;
	margin: 10px 0 0 0;
	border-top:1px solid #ddd;
}
.legacy-wrap .webshopCheckoutMessage .closeCheckoutMessage {
	float:right;	
}
/* SHOPPINGCART */
.legacy-wrap #webshopShoppingcart {
	width:100%;	
}
.legacy-wrap #webshopShoppingcart  th {
	text-align:left	
}
.legacy-wrap #webshopShoppingcart td {
	vertical-align:middle	
}
/* CHECKOUT */
.webshopCheckout,
.legacy-wrap .webshopShoppingcart {
	width:100%;	
}
.webshopCheckout thead th,
.legacy-wrap .webshopShoppingcart thead th {
	line-height:30px;
	border-bottom:1px solid #ccc;	
}
.productBrand .webshopCheckout thead th,
.productBrand .webshopShoppingcart thead th,
.productCategory .webshopCheckout thead th,
.legacy-wrap .productCategory .webshopShoppingcart thead th {
	border-top:1px solid #ccc;		
}
.productBrand .webshopCheckout thead th, 
.productBrand .webshopShoppingcart thead th,
.productCategory .webshopCheckout thead th, 
.productCategory .webshopShoppingcart thead th,
.template_orderOnline .webshopCheckout thead th, 
.legacy-wrap .template_orderOnline .webshopShoppingcart thead th {
    line-height: 40px;
}
.webshopCheckout tbody td,
.legacy-wrap .webshopShoppingcart tbody td {
	line-height:30px;
	vertical-align:top
}
.legacy-wrap #webshopDeliveryDateBox .webshopShoppingcart td {
	width:50%	
}
.legacy-wrap .webshopCheckoutNaviation {
	padding: 15px 0;
	height:32px;
}

/* MERCHANTS */
.legacy-wrap .webshopMerchantFields {
	border-top:1px solid #ddd;
	margin:15px 0 0 0;	
}
.legacy-wrap .webshopMerchantFields table {
	width:100%;	
}
.legacy-wrap .webshopMerchantFields table td {
	border:none!important;	
}

#webshopCheckoutShippingMethods tbody td,
.legacy-wrap #webshopCheckoutMerchants tbody td {
	padding:15px 0;	
}
.legacy-wrap #webshopCheckoutMerchants .webshopMerchantRadio {
	width:40px	
}
#webshopCheckoutShippingMethods tbody td,
#webshopCheckoutMerchants tbody td,
.legacy-wrap #webshopShoppingcart tbody td {
	border-top:1px solid #ddd	
}
#webshopCheckoutShippingMethods tbody tr:first-child td,
#webshopCheckoutMerchants tbody tr:first-child td,
.legacy-wrap #webshopShoppingcart tbody tr:first-child td {
	border-top:none;	
}
.legacy-wrap #webshopCheckoutCustomer td {
	padding:10px 0;
	width:50%;	
}
.legacy-wrap .webshopCheckout.two-col tbody td {
	width:50%	
}
.legacy-wrap .webshopCheckout.two-col tbody td:first-child {
	padding-right:10px!important;	
}
.legacy-wrap .webshopCheckout.two-col tbody td:last-child {
	padding-left:10px!important;	
}

/* CHECKOUT NAVIGATION */
.legacy-wrap #checkoutNavigation {
	overflow:hidden;
	margin:0 0 20px 0
}
.legacy-wrap #checkoutNavigation a {
	display:block;	
	height:26px;
}
.legacy-wrap #checkoutShoppingcart {
	width:36px;
	height:36px;
	float:left;
	position:absolute;
	background:#e20429 url('icons/webshop-icon-light.png') no-repeat center center;
}
.legacy-wrap .checkout td {
	padding:10px 0px;
}
/* COUPON */
.legacy-wrap .webshopCouponApply {
	padding: 0 0 0 20px	
}
.legacy-wrap #checkoutSteps {
	list-style:none;
	margin:0;

	float:right;
	width: 100%;
	box-sizing:border-box;
}
.legacy-wrap #checkoutSteps li {
	position:relative;
	background:#dadada;
	float:left;
	height:36px;
	width:33.33%	
}
.legacy-wrap #checkoutSteps li.active {
	background:#2f2f2f;
	color:#fff;
	line-height:36px
}
.legacy-wrap #checkoutSteps li.active a {
	color:#fff;	
}
.legacy-wrap #checkoutSteps li.active.current {
	
}
.legacy-wrap #checkoutSteps li .arrow {
	position: absolute;
	z-index: 1;
	top: 0;
	right: -11px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0 18px 10px;
	border-color: transparent transparent transparent #fff;	
}
.legacy-wrap #checkoutSteps li .arrow .inner {
	position: absolute;
	z-index: 1;
	top: -18px;
	right: 1px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 18px 0 18px 10px;
	border-color: transparent transparent transparent #333;		
}
.legacy-wrap #checkoutSteps li span {
	padding: 0 15px;
	display:block;
	height:36px;
	line-height: 36px;
	border-left:1px solid #fff;
    background: #ff5a00;
	color:#fff;
}
.legacy-wrap #checkoutSteps li:last-child span {
	color:#fff;
}

.legacy-wrap #webshopOrderComment {
	width:100%;
	resize:vertical;
	min-height:100px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #ddd;
}
.legacy-wrap .hidden {
	padding:20px 0 0 0;
	display:none;	
}
.legacy-wrap .webshopField {
	margin: 0 0 15px 0	
}
.webshopField input[type="text"],
.webshopField input[type="number"],
.webshopField input[type="email"],
.webshopField input[type="password"],
.webshopField textarea,
.legacy-wrap .webshopField select {
	margin: 0;
	height:32px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	color: #626363;
	border: 1px solid #e0e0e0;
	/*box-shadow:inset 0 0 5px 0 rgba(0,0,0, 0.2);*/
}
.legacy-wrap #webshopShoppingcart select {
	width:auto	
}
.legacy-wrap .webshopField input[type="number"] {
	width:100px;	
}
.legacy-wrap .webshopField textarea {
	min-height:75px	
}
.legacy-wrap .webshopField input[type="text"].inputsmall {
	
}
.legacy-wrap .webshopField label {
	display:block;	
}
.legacy-wrap .webshopFieldHalf {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	float:left;
	width:50%
}
.legacy-wrap .webshopFieldHousenumberAddition {
	padding: 0 0 0 20px	
}
.legacy-wrap .webshopBox {
	position:relative;
	overflow:hidden;
	padding:15px;
	border: 1px solid #e0e0e0;
	font-size: 15px;
}
.legacy-wrap .webshopBox h2 {
	padding: 0 0 15px 0	
}
.legacy-wrap .webshopCustomerOverview {
	margin:20px 0;
	height:90x;
	line-height:16px
}
#webshopAccount,
#webshopBoxOrder,
#webshopCouponBox,
#webshopShippingBox,
#webshopBoxTerms,
.legacy-wrap #webshopDeliveryDateBox {
	margin:20px 0 0 0	
}
.legacy-wrap #webshopCustomerShippingLabel {
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	display:block;
	border-top:1px solid #e0e0e0	
}
/* MESSAGES */
.legacy-wrap .message {
	display:none;
	padding:10px;
	margin: 0 0 15px 0;
}
.message.error,
.webshopField input.error,
.legacy-wrap #error-message {
    border: 1px solid #cc0000;
	background-color:#f2dede	
}
.legacy-wrap .message.error {
	display:block;	
}
/* OVERLAY */
.legacy-wrap .webshopOverlay {
	background-image: url('images/loader.gif');
	background-repeat:no-repeat;
	background-position: center center;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:10;
	background-color: rgba( 255,255,255, 0.6);	
}
/* WEBSHOP MESSAGES */
.legacy-wrap .webshopMessage {
	width:215px;	
}
.legacy-wrap .webshopMessageText {
	padding: 0 0 15px 0;
	font-weight:bold;
}
.legacy-wrap .webshopMessageButtons {
	padding:15px 0 0 0;
	border-top:1px solid #e0e0e0	
}
.legacy-wrap .webshopMessage .webshopBtn {
	width:100px	
}
/* SHOPPINGCART SMALL */
.legacy-wrap #webshopShoppingcartSmall {
	min-width: 26px;
	height: 40px;
    position: relative;
}
.legacy-wrap .shippincartSmallPrice {
	color: #111;
	font-weight:bold;
}
.legacy-wrap .shoppingcartSmallItems {
	color: #828282;
}
.legacy-wrap .shoppingcartSmallItemsCount {
    position: absolute;
    right: -3px;
    top: -4px;
    background: #e20429;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    text-align: center;
	color:#fff;
    font-size: 10px;
}
.legacy-wrap #webshopShoppingcartSmallIcon {
	position: relative;
    width: 53px;
    height: 40px;
    line-height: 40px;
    float: left;
    background: url(icons/icon-car.png) no-repeat center center;
    margin-right: 10px;
}
.legacy-wrap #webshopShoppingcartSmallItems {
	float:left;
	padding: 0 10px 0 0;
	line-height: 18px;
	font-size: 14px;
	text-align: right;
}
.legacy-wrap #webshopShoppingcartSmall .close {
	position:absolute;
	right:10px;
	top:10px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	cursor:pointer;
	background:#dadada;
	border-radius:999px;
	-moz-border-radius:999px;
	-webkit-border-radius:999px;
}
.legacy-wrap #webshopShoppingcartSmall .webshopShoppingcart {
	margin: 0 0 20px 0;	
	border-top:1px solid #ddd
}
.legacy-wrap #webshopShoppingcartSmall .webshopShoppingcartSmallContent {
	display:none;
	position:absolute;
	z-index:101;
	right:-1px;
	top:45px;
	padding:20px;
	width:340px;
	background:#fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow:0 0 5px rgba(0,0,0,.2);
}
.legacy-wrap #webshopShoppingcartSmall .webshopShoppingcartSmallContent:before {
	content: "";
	position: absolute;
	display: inline-block;
	top: -7px;
	right: 7px;
	border-bottom: 7px solid #fff;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;	
}
.legacy-wrap #webshopShoppingcartSmall .webshopShoppingcartSmallContent:after {
	content: "";
	position: absolute;
	display: inline-block;
	top: -6px;
	right: 8px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #fff;	
}
.legacy-wrap #webshopShoppingcartSmall .webshopShoppingcart .price {
	text-align:right;	
	    min-width: 75px;
}
/* ASSOCIATED PRODUCTS */
.legacy-wrap .associatedProducts {
	list-style:none;
	padding:0;
	margin: 0 -8px 0 -7px;
}
.legacy-wrap .associatedProducts li {
	float:left;	
	margin: 10px;
}
.legacy-wrap .associatedProductsContainer .product {
	border: 1px solid #e9e9e9;
	padding: 20px;
}

.legacy-wrap #webshopCategorySortTop {
	float: right;
	background-color: #ff3366;
	
}
/* ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------RESPONSIVENESS WEBSHOP
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
}

@media only screen /* Tablets */
and (min-width : 900px) 
.legacy-wrap and (max-width : 1024px) {
	
.legacy-wrap #webshopGridView .productTitle, .legacy-wrap #webshopGridView .productTitle:hover {
    font-size: 18px;
	}
.legacy-wrap #webshopGridView li.product {
	margin:0 3% 3% 0;
	width: 31.33333333333333%;
	overflow:hidden;
	position:relative;
	}


}
@media (max-width: 800px) {
	.default #webshopGridView li.product,
.legacy-wrap .home #webshopGridView li.product {
		width: 32%;
		margin: 0 2% 3% 0;
		min-height: 370px;
	}
	.default #webshopGridView li.product:nth-child(3n+0),
.legacy-wrap .home #webshopGridView li.product:nth-child(3n+0) {
		margin: 0 0 3% 0;
	}
	.default #webshopGridView li.product:nth-child(4n+0),
.legacy-wrap .home #webshopGridView li.product:nth-child(4n+0) {
		margin: 0 2% 3% 0;
	}
}
@media only screen /* Tablets */
and (min-width : 670px) 
.legacy-wrap and (max-width : 1024px) {
}

@media only screen
and (min-width : 500px) 
.legacy-wrap and (max-width : 800px) {	
/* LANDSCAPE TABLETS */	
	
.legacy-wrap #webshopGridView .productTitle, .legacy-wrap #webshopGridView .productTitle:hover {
    font-size: 18px;
	}
}
@media screen and (max-width: 768px),
.legacy-wrap screen and (max-device-width: 768px) {
/* PORTRET TABLETS */	
	
.legacy-wrap #webshopGridView .productTitle, .legacy-wrap #webshopGridView .productTitle:hover {
    font-size: 18px;
	}
}
@media (max-width: 550px) {
	.default #webshopGridView li.product,
.legacy-wrap .home #webshopGridView li.product {
		width: 100%;
		margin: 0 0% 5% 0;
		min-height: inherit;
		height: auto;
	}
	.default #webshopGridView li.product:nth-child(2n+0),
	.default #webshopGridView li.product:nth-child(3n+0),
	.default #webshopGridView li.product:nth-child(4n+0),
	.home #webshopGridView li.product:nth-child(2n+0),
	.home #webshopGridView li.product:nth-child(3n+0),
.legacy-wrap .home #webshopGridView li.product:nth-child(4n+0) {
		margin: 0 0% 5% 0;
	}
}
@media screen and (max-width: 480px),
.legacy-wrap screen and (max-device-width: 480px) {
	
.legacy-wrap #webshopGridView .productTitle, .legacy-wrap #webshopGridView .productTitle:hover {
    font-size: 18px;
	}
.legacy-wrap #webshopGridView li.product {
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
	}
.legacy-wrap #webshopGridView li.product:nth-child(2n+0) {
	margin:0 0 20px 0;
	/* background-color: #ffcc00 */
	}
	
.legacy-wrap .home #webshopGridView li.product {
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
	}
.legacy-wrap .home #webshopGridView li.product:nth-child(2n+0) {
	margin:0 0 3% 0;
	/* background-color: #ffcc00 */
	}
.legacy-wrap .productSingle .productImage #productMainImage {
		margin-bottom: 20px;
	}
.legacy-wrap .productSingle .productPriceP {
		border-top: 1px solid #f3f4f5;
		padding: 10px 0px;		
	}
}

@media screen and (max-width: 400px),
.legacy-wrap screen and (max-device-width: 400px) {	
}

@media screen and (max-width: 350px),
.legacy-wrap screen and (max-device-width: 350px) {	
}

/* https://www.printerxpert.nl/modules/webshop/css/webshop-navbar.css */

.legacy-wrap .webshop_products a {background-image: url('../images/icons/cart.png');}
.legacy-wrap .webshop_categories a {background-image: url('../images/icons/box.png');}
.legacy-wrap .webshop_purchases a {background-image: url('../images/icons/lorry.png');}
.legacy-wrap .webshop_settings a {background-image: url('../images/icons/wrench.png');}
.legacy-wrap .webshop_variations a {background-image: url('../images/icons/bricks.png');}
.legacy-wrap .webshop_import a {background-image: url('../images/icons/page_white_excel.png');}
.legacy-wrap .webshop_comments a {background-image: url('../images/icons/comment.png');}
.legacy-wrap .webshop_coupons a {background-image: url('../images/icons/table_multiple.png');}
.legacy-wrap .webshop_brands a {background-image: url('../images/icons/tag_blue.png');}
.legacy-wrap .webshop_specifications a {background-image: url('../images/icons/specifications.png');}
.legacy-wrap .webshop_questions a {background-image: url('../images/icons/comment.png');}
.legacy-wrap .webshop_reviews a {background-image: url('../images/icons/reviews.png');}
.legacy-wrap .webshop_customers a {background-image: url('../images/icons/customers.png');}

/* (forms.css/webshop CSS verwijderd in deze opgeschoonde versie) */