<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Sitosense
*/


html, body {
	padding:0px;
	margin:0px;
	height:auto;
	font-family:'Source Sans Pro', sans-serif;
	scroll-behavior: smooth;	
	color:#333333;
}

body {
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  background-attachment: fixed;
}

.body-shadow {
	position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 10px;
    box-shadow: 1px 0px 10px #a6a6a6;
    background: #3330;
    z-index: 99999999999;
    margin-top: -10px;
}

.resp .box-shadow {
	display: none;
}


header, footer, div {
	box-sizing:border-box;
}

header, footer {
	position:fixed;
	width:100%;
	clear:both;
	display:block;
	padding:0px;
	margin:0px;	
}

header {
	top:45px;
	left:0px;		
    transition: all 1.5s ease;
    z-index: 999999999;
}

@media only screen and (max-width: 800px) {	
	footer {
		/* margin-bottom:45px !important; */
	}
}




.resp header {
    transition: none !important;
}

.fw header.fh {
	top:0px;
	left:0px;
}

.hr-1 {
	background: #f1f4f7;
	box-shadow: 0px 0px 0px #cccccc;
}

.hr-2 {
	background:#ec655a;
	box-shadow: -2px 2px 4px #68504d;
}

.fw .hr-2  {
	overflow:visible; 
	height:54px;
}

.fw .hr-2 .container  {
	overflow:visible; 
}

.fw .fh .hr-2{
	height:34px;
}


.logo-container {
	width:300px;	
}

.logo {
	background-image:url('/wp-content/themes/sitosense/images/logo.png');
	background-position: left center;
	background-repeat:no-repeat;
	background-size:contain;
	position:relative;
	float:left;
	width:300px;
	padding:10px 20px;
	transition: all .4s ease-in-out;
	-webkit-transform: translate3d(0,0,0);		
	height:100%;
	min-height:80px;
}

.resp .logo {
	background-image:url('/wp-content/themes/sitosense/images/logo-wit.png');
	background-position: center center;	
	width:80%;
	max-width: 200px;
	min-width: 100px;
    text-align: center;
    margin: 0px auto;	
	min-height:10px;
}

.search-box {
	width:calc(100% - 600px);
}

.search-box &gt; div {
	background:#ffffff; 
	height:40px; 
	width:500px; 
	display:block; 
	border: 2px solid #ec655a;
	position: relative;
	color: #999999;
	font-style:italic;
	font-size:15px;
	border-radius: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px 20px;
	padding-right: 20px;
	transition: background-image 1.5s ease, padding-right 0.5s ease;
	padding-right: 50px;
	background-image: url('/wp-content/themes/sitosense/images/search.svg') !important;
	background-repeat: no-repeat !important;
	background-position: right 10px center !important;
	background-size: 20px !important;				
}

.search-box input[type="text"] {
	margin:0px;
	border:0px;
	font-style:italic;
	font-size:15px;
	font-family: helvetica neue, 'Roboto';	
	width:calc(100% - 20px); 
	padding:0px;
}

.search-box input[type="text"]:focus, .search-box input[type="text"]:active {
	border:0px;
	box-shadow:none;
	outline: none;
}

#search-button, #search-button-resp {
	cursor:pointer;
	position:absolute;
	right:0px; 
	top:0px; 
	width:40px; 
	height:36px; 
	padding:0px; 
	margin:0px; 
	border:0px; 
	background:none;	
}

ul.menu li.searchbox-menu {
	display:none;
}

.resp ul.menu li.searchbox-menu {
	display:block;
}

.resp ul.menu li.searchbox-menu .search-box  {
	width:calc(100% - 15px);
}

.resp ul.menu li.searchbox-menu .search-box div {
	margin: 15px 0px 10px 15px;	
	width:calc(100% - 40px);
}

.icon-menu {
	width:300px;	
}

.icon-menu &gt; div {
	float:right;
	margin-top:20px;
	transition: all 1.5s ease;	
}

.icon-menu div div {
	float:left;
	background-repeat: no-repeat !important;
	background-position: center top !important;
	padding-top:42px;
	margin-right:18px;
	color:#4A4A49; 
	font-size:12px;	
	min-width:34px;
	transition: all 1.5s ease;

}

.resp .icon-menu &gt; div, .resp .icon-menu div div {
    transition: none !important;
}

.icon-menu .telefoon {	
	background-image: url('/wp-content/themes/sitosense/images/telefoon.svg') !important;
	background-size: 34px !important;	
}

.icon-menu .profiel {
	background-image: url('/wp-content/themes/sitosense/images/profiel.svg') !important;
	background-size: 24px !important;	
}

.icon-menu .winkelwagen {
	background-image: url('/wp-content/themes/sitosense/images/winkelwagen.svg') !important;
	background-size: 30px !important;
}

.icon-menu p {
	font-size:12px;	
	transition: all 1.5s ease;	
}

ul.menu {
	float:left;
	margin:0px;
	padding:0px;
	width:100%;
}

ul.menu li {
	float:left;
	display:inline-block;
    margin:0px;
	padding: 10px 10px 20px;
	}

ul.menu li a {
	color:#ffffff;
    font-size:17px;
	font-weight:400;
	text-decoration:none;
	padding:5px;
	transition: all 0.5s ease;	
	display: inline-block;
	vertical-align: middle;	
}

ul.menu li a:hover, ul.menu li a.active, ul.menu li.current_page_item &gt; a{
	color:#3355a4;	
	color: #4c4c4b;
	// text-shadow: 0.5px 0.5px #b9b9b9;	
}

ul.menu li.button a {  
	background:#EEB0AE;	
	color:#ffffff;
    padding: 5px 15px;
	border-radius:50px;
	padding-right:50px;
    background-image:url('/wp-content/themes/sitosense/images/button-image.png');	 
	background-repeat: no-repeat !important;	
    background-position: calc(100% - 5px) center !important;	 	
    background-size:40px !important;
	cursor:pointer;	
}

ul.menu li.button a:hover {  
	padding-right:70px;
}

.fw ul.menu li.button {  
	float:right;
}

header.fh, .resp header  {
    top: 0px;
    left: 0px;
    z-index: 999999999;
} 

.resp header {
	position:fixed;
	background:#ec655a;
	height:auto;
	box-shadow:-1px 0px 8px #333;	
}

.resp header .hr-1 {
	position:relative;
	float:right;
	width:calc(100% - 120px) !important;
	background: #f1f4f7;
	box-shadow: 0px 0px 0px #cccccc;
	clear:none;
	background:#ec655a;	
}

.resp header .hr-1 .logo-container {
	width:calc(100% - 120px);
}

.resp header .hr-1 .logo {
	float: none;
	display:block;
}

.resp header .hr-1 .search-box {
	display:none;
}

.resp header .hr-1 .icon-menu {	
	width:120px; 	
}

.resp header .hr-1 .icon-menu p {	
	display:none; 	
}

.resp header .hr-1 .icon-menu div {
	margin-top: 0px;
	padding:10px 0px;
}	

.resp header .hr-1 .icon-menu div div {
    height:30px;
    margin-right: 8px;
    min-width: 28px;
	background-position: center center !important;
	margin-top:0px;
}

.resp .icon-menu .telefoon {
	background-image: url('/wp-content/themes/sitosense/images/telefoon-wit.svg') !important;
	background-size: 22px !important;
}

.resp .icon-menu .profiel {
	background-image: url('/wp-content/themes/sitosense/images/profiel-wit.svg') !important;
	background-size: 18px !important;	
}

.resp .icon-menu .winkelwagen {
	background-image: url('/wp-content/themes/sitosense/images/winkelwagen-wit.svg') !important;
	background-size: 22px !important;
}

.resp header .hr-2 {
	position:relative;
	float:left;
	width:120px !important;
	height:50px;	
	background:#ec655a;
	box-shadow: none;
	clear:none;
	overflow:hidden;	
}

.resp ul.menu {
	position:fixed;
	top:0px;
	left:0px;
	display:none;
	background:#ffffff;
	margin:0px;
	padding:30px 80px 0px 15px;
	z-index:99;
	overflow-y: scroll;
	overflow-x: hidden;
	max-height: 100%;
	box-sizing: content-box;	
	box-shadow: 1px 0px 10px #333333;
	}	

.resp ul.menu li {
	float:none;
	display:block;
	padding:5px 0px;	
	line-height:18px!important;	
}

.resp ul.menu li.last {
	 margin-bottom:50px;
}

.resp ul.menu li a {
	color: #1c5484;
	display:block;
	font-size:16px !important;
	padding:10px 20px !important;
	font-weight:400;
}

.resp ul.menu li a:hover {
	color:#ec655a;
}

.resp ul.menu li.button a {  
	padding: 10px 20px !important;
	font-size: 16px !important;
	color: #fff;
	width: calc(100% - 80px);
	display: block;
	margin-bottom:80px;
}	
	
.resp ul.menu li.button a:hover {  
	color:#ffffff;
	box-shadow: 0px 0px 5px #666666;	
}

.resp ul.menu li .sub-menu  {
	display:block;
	margin-left:0px;
    background-color: transparent ;
    position: relative;
    margin-top: -2px;
    margin-bottom: 10px;
    padding:0px 0px 0px 10px;
    box-shadow: none;	
	z-index: 1;
}

.resp ul.menu li .sub-menu li a {
	 margin-left:0px;
}

.resp ul.menu li .sub-menu li a:before {
	content: "-\00a0\00a0"; 
}

a.menu-button-open {
	position:absolute;
	left:10px;
	top:7px;
	display:none;
	width:22px; 
	height:22px; 
	padding:7px; 
	border-radius:5px;
	z-index:99999999;
}

 a.menu-button-close {
	position:fixed;
	right:10px;
	top:7px;	
	display:none;
	width:22px; 
	height:22px; 
	padding:7px; 
	border-radius:5px;
	z-index:999999999999999;	
}

a.menu-button-open img, a.menu-button-close img, a.menu-button-open svg, a.menu-button-close svg {		
	width:100%;	
	height:100%;	
}

.resp a.menu-button-open {
	display:block;	
}	


.fw .fh .logo  {
	width:180px; 
    padding: 5px 15px;
}

.fw .fh .search-box div {
	height:36px; 
	margin-top: 12px;
	margin-bottom: 12px;
	padding: 8px 18px;
	background-size: 18px !important;		
	border: 1px solid #ec655a;	
}

.fw .fh .search-box input[type="text"] {
	font-size:14px;
	width:calc(100% - 18px); 
}

.fw .fh .icon-menu {
	
}

.fw .fh .icon-menu &gt; div {
	margin-top:10px;
}

.fw .fh .icon-menu p {
	display:none;
}

.fw .fh .icon-menu div div {
	padding-top:34px;
	min-width:28px;
}

.fw .fh .icon-menu .telefoon {
	background-image: url('/wp-content/themes/sitosense/images/telefoon.svg') !important;
	background-size: 28px !important;
}

.fw .fh .icon-menu .profiel {
	background-image: url('/wp-content/themes/sitosense/images/profiel.svg') !important;
	background-size: 20px !important;	
}

.fw .fh .icon-menu .winkelwagen {
	background-image: url('/wp-content/themes/sitosense/images/winkelwagen.svg') !important;
	background-size: 24px !important;
}

.fw .fh ul.menu {
	top: calc(50% - 20px);
}

.fw .fh ul.menu li {
    line-height: 14px;
	padding: 5px 5px 10px;
}

.fw .fh ul.menu li a {
    font-size:14px;
}

.fw .fh ul.menu li.button a {  
	font-size:14px;
}

input[type=submit], a.button, button.button {
	font-family:'Source Sans Pro', sans-serif;
	position:relative;
	display:inline-block;
	color:#ffffff;	
    background-color:#ec655a;
	border-radius:50px;
	margin :20px 20px 20px 0px;
	padding:10px 20px;
	font-size:18px;
	text-decoration:none;
	font-weight:600;
	transition: background-image 1.5s ease, padding-right 0.5s ease;
	padding-right:50px;
    background-image:url('/wp-content/themes/sitosense/images/button-image.png');	 
	background-repeat: no-repeat !important;	
    background-position: calc(100% - 5px) center !important;	 	
    background-size:40px !important;
	cursor:pointer;
	border:0px;
	outline: none;
	
}

input[type=submit]:hover, a.button:hover, button.button:hover {
	padding-right:70px;
}


 div.load-more {
	font-family:'Source Sans Pro', sans-serif;
	position:relative;
	display: block;
	clear:both;
	color:#ffffff;	
    background-color:#ec655a;
	border-radius:50px;
	margin:40px auto;
	padding:10px 20px;
	font-size:18px;
	text-decoration:none;
	font-weight:600;
	cursor:pointer;
	border:0px;
	outline:none;
	width:100%;
	max-width:300px;
	text-align:center;
	
}

div.load-more:hover {
	background-color:#EEB0AE;
}


ul.menu li .sub-menu {
    display: none;
    background-color: rgba(255, 255, 255, 0.98);
	background-color: #f1f4f7;
    position: absolute;
    z-index: -1;
    margin-top: 8px;
    padding: 10px 80px 10px 10px;
    box-shadow: 0px 0px 5px #666666;	
	transition: all 2.4s ease-in-out;
}

.fh ul.menu li .sub-menu {
	margin-top:5px;
}

ul.menu li:hover .sub-menu, .sub-menu:hover {
    display: block;
}

ul.menu li ul.sub-menu li {
    display: block;
    box-sizing: border-box;
    float: none;
    text-align: left;
    padding: 0px;
}

ul.menu li ul.sub-menu li a {
	display: block;
	box-sizing: border-box;
	width: auto;
	min-width: 100%;
	padding: 12px 10px;
	color:#1c5484;
}


ul.menu li ul.sub-menu li a:hover {
	color:#ec655a;
}

ul.menu li ul.sub-menu li a:before {
	content: "\279C\00a0\00a0\00a0\00a0";
}

footer {
	bottom:0px;
	left:0px;	
	background:#1d3c85;
	z-index:1;
	color:#ffffff;
}

footer table {
	margin:20px 0px;
}

footer td {
	padding:0px 15px 0px 0px;
	font-size:16px;
}	
	
footer svg { width:32px;}

footer a {text-decoration:none; color:#F5A01B }
footer a:hover {text-decoration:underline;}

.footer-shadow {
    display: block;
    width: 100%;
    height: 80px;
    box-shadow: 1px 0px 80px #001648;
	margin-top:-78px;
}

#content {
	position:relative;
	display:block;
	width:100%;	
	overflow:hidden;
	z-index:2;
	margin-top:140px;
	min-height:100vh;
	background:#ffffff;
}

.resp #content {
	margin-top: 50px !important;
}

.home #content, .home.resp #content
{
	margin-top:0px !important;
}

.container {
	position:relative;
	display:block;
	width:100%;
	height:100%;
	max-width:1200px;
	margin: 0px auto;
	overflow: hidden;	
}	

.push {
	position:relative;
	overflow:hidden;
}

.rij {
	width:100%;
	position:relative;
}

.cel {
	display:block;
	float:left;
}

.full  { height:100vh; height: calc(var(--vh, 1vh) * 100); } 
.vh75  { height:80vh; height: calc(var(--vh, 1vh) * 75); } 
.vh65  { height:65vh; height: calc(var(--vh, 1vh) * 65); } 
.vh50  { height:50vh; height: calc(var(--vh, 1vh) * 50) !important; } 
.flex  { display:flex; }
.flex-center  { display:flex; align-items:center;  }
.ofh   { overflow:hidden; }
.ofv   { overflow:visible; }
		
.fright { float:right; }
.fleft { float:left; }

.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter { text-align:center; }

.cw100 { width:100%; clear:both; }
.cw75  { width:75%; }
.cw66  { width:66.6667%; }
.cw60  { width:60%; }
.cw50  { width:50%; }
.cw40  { width:40%; }
.cw33  { width:33.3333%; }
.cw25  { width:25%; }
.cw20 { width:20%; }

.pd10 { padding:10px; }
.pd20 { padding:20px; }
.pd30 { padding:30px; }
.pd40 { padding:40px; }
.pd1000 { padding:10px 0px; }
.pd2000 { padding:20px 0px; }
.pd1020 { padding:10px 20px; }
.pd4020 { padding:40px 20px; }
.pd8020 { padding:80px 20px; }
.pd204040 { padding:20px 40px 40px; }
.pd204060 { padding:20px 40px 60px; }
.pd40404000 { padding:40px 40px 40px 0px; }
.pdb40 { padding-bottom:40px; }
.pdt00 { padding-top:0px !important; }
.pdt50p { padding-top:50%; }
.mt00 { margin-top: 0px;}
.mt20 { margin-top: 20px;}
.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}

@media screen and (min-width: 1024px) {
	
	.mb20-fs { margin-bottom: 20px;}

}




.blue { color:#1d3c85 }	

h1 { font-size: 42px; line-height: 48px;}

.single h1 {font-size: 42px;}

h2 { padding: 0px; margin-top:10px; font-size: 34px; }

h3 { font-size: 28px; padding:0px }

h4 { font-size: 24px;  margin-bottom:20px; }

p { font-size: 16px; line-height:24px; }

a { color: #1d3c85; text-decoration:none}
a:hover { color: #ec655a; }
a.button:hover { color: #ffffff; }
	


p.marker {
	background: url('/wp-content/themes/sitosense/images/icons/marker.svg') 0px 5px no-repeat;
	background-size:contain;
	margin-bottom:0px;
	padding-bottom:0px !important;
}	

p.telephone {
	background: url('/wp-content/themes/sitosense/images/icons/telefoon.svg') center left no-repeat;
}	

p.email {
	background: url('/wp-content/themes/sitosense/images/icons/email.svg') center left no-repeat;
}	

p.register {
	background: url('/wp-content/themes/sitosense/images/icons/register.svg') center left no-repeat;
}

p.whatsapp {
	background: url('/wp-content/themes/sitosense/images/icons/whatsapp.svg') center left no-repeat;
}

p.facebook {
	background: url('/wp-content/themes/sitosense/images/icons/facebook-2.svg') center left no-repeat;
}

p.instagram {
	background: url('/wp-content/themes/sitosense/images/icons/instagram.svg') center left no-repeat;
}

p.icon {
	padding: 3px 40px;
	background-size:22px;
	margin:0px 0px 5px 0px;
}	


.content-container {
	width:100%;
}

.slideleft .content-container {
	margin-left:-400px;
}

.slideright .content-container {
	margin-left:400px;
}

.slidetop .content-container {
	margin-top:-50px;
}

.slidebottom .content-container, .slidebottom.content-container {
	margin-top:100px;
}

.zoomin {
	transform: scale(0.2);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;  
    height: 100%;
    width: 100%;
}

.zoomout {
	transform: scale(1.5);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;  
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slideleft .content-container, .slideright .content-container, .slidetop .content-container, .slidebottom .content-container, .slidebottom.content-container {
	visibility: hidden;
	opacity: 0;
	transition: all 2s ease;
	-webkit-transition: all 2s ease;
}

.slidebottom .content-container {
	transition: all 4s ease;
	-webkit-transition: all 4s ease;
}
.zichtbaar .slideleft .content-container,  .zichtbaar .slidetop .content-container, .zichtbaar .slidebottom .content-container, .zichtbaar .slidebottom.content-container {
	visibility: visible !important;
	opacity:1 !important;
	margin-left:0px;
	margin-top:0px;	
}

.zichtbaar .slideright .content-container {
	visibility: visible !important;
	opacity:1 !important;
	margin-left:0px;
	margin-top:0px;	
}

.zichtbaar .zoomout, .zichtbaar .zoomin {
	transform: scale(1);	
}




.bgimg {
	background-repeat:no-repat;
	background-size:cover;
	background-position: center center;		
}

.content.fleft &gt; div {
	padding:20px 40px 20px 0px;
}

.content.fright &gt; div {
	padding:20px 20px 20px 40px;
}

.no-container .content.fleft &gt; div {
	padding:40px;
}

.no-container .content.fright &gt; div {
	padding:40px;
}



.kolom-1-3 {
	margin-top:100px;
}


@media only screen and (max-width: 1200px) {
	.cw25 { width:50%; }
	.cw20 { width:50%; }
	.flex-25 { display:block; overflow:hidden; }
	.cll { clear:left; }
}

@media only screen and (max-width: 1023px) {

	.flex, .flex-33 { display:block; overflow:hidden; }
	.fright, .fleft { float:none; }	
	.clear { clear:both;}
	.cw75 { width:100%; }
	.cw66 { width:100%; }
	.cw60 { width:100%; }
	.cw50 { width:100%; }
	.cw40 { width:100%; }
	.cw33 { width:100%; }
	.cw25 { width:50%; }
	.cw20 { width:50%; }
	
	.bgimg { height:50vh;  }	
	.bgimg.fright { position:absolute; top:0px; left:20px; display:block; width:calc(100% - 40px);}	
	.no-container .bgimg.fright { position:absolute; top:0px; left:0px; display:block; width:100%;}	
	
	
	.content.fleft { margin-top:calc(50vh - 20px); }	
	.content &gt; div {padding: 20px 0px !important}
	.no-container .content.fleft { margin-top:50vh; }	
	.no-container .content &gt; div {padding: 40px !important}

	
	.resp .content {padding:0px !important}
	
	footer { position:relative; }
	footer .pd4020 {padding:40px 20px 20px 20px;}
	.kolom-1-3 { margin-top:0px; }
	.gallery .pd10 { padding-top:0px; padding-bottom:0px }
	.cw50.cel-1 { padding-bottom:0px; }	
}

@media only screen and (max-width: 800px) {	

	.cw75  { width:100%; }
	.cw66  { width:100%; }
	.cw50  { width:100%; }
	.cw25  { width:100%; }
	.cw20 { width:100%; }	
//	.pd20 { padding:10px 20px; }
	.pd40 { padding:20px 20px; }		





	
}


/* .icon svg {min-width:80px; max-width:120px; width:10%; height:10%;} */
.icon svg {width:80px; height:80px;}
.icon svg path, svg circle {fill:#1d3c85 !important;}
/* .icon h3 {color:#1d3c85} */
.read-more a {
	text-decoration:none;
	color:#F5A01B;
	font-weight:500;

}

.bg-white { background: #ffffff; }
.bg-grey{ background: #f6f6f6; }
.bg-blue { background: #1d3c85; color: #fff;}

.dotbor {
	border-bottom: 1px dotted #1d3c85;
}

.orange-border {
	border-top:5px solid #F5A01B; 
	display:block; 
	height:5px; 
	width:100px;
	margin:0px 0px 20px 0px;
}

.image-filter {
	height:100%; 
	display:block; 
	background: rgba(0, 21, 85, 0.2);
	background: rgba(29, 60, 133, 0.2);
}

.block-center{
	margin:0px auto;	
}

.breadcrumb {
	font-size:12px;
	color:#1d3c85;
}

.breadcrumb a {
	color:#F5A01B ;
}

/* Slider */

.bxslider, .showroomslider {
	position:absolute;
	top:0px;
	left:0px;	
	display:block;
	padding:0px;
	height:100%;
	z-index:10;
	}

.bx-wrapper {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	border: 0px !important;
	margin-bottom: 0px !important;
	background: none !important;
	height:100% !important;

}

.bx-viewport {
	height:100% !important;
}


.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 9999999 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff;
    border: 3px solid #ffffff;
	width: 15px;
	height: 15px;
	margin: 0 10px;	
	border-radius:50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: none;
}

.bx-wrapper .bx-controls-direction a {
    z-index: 9999999 !important;
}

.bx-wrapper .bx-next {
    background: url('/wp-content/themes/sitosense/images/next.png') no-repeat !important;
}

.bx-wrapper .bx-prev {
    background: url('/wp-content/themes/sitosense/images/prev.png') no-repeat !important;
}

.slide {	
	position:relative; 
	width:100%; 
	height:100%; 
	min-height:400px; 
	background-repeat: no-repeat; 
	background-position:center center; 
	background-size:cover
}

.slide-overlay {
/*	background: rgba(0, 21, 85, 0.4); */
	width: 100%;
	height: 100%;
}

.slide-table, .slide-trow, .slide-tcel   {
	display:table;
	width:100%;
	height:100%;	
}

.slide-trow  {
	display:table-row;
}

.slide-tcel  {
	display:table-cell;
	vertical-align:middle;	
}

.slide-overlay	{ background-color: rgba(30, 40, 49, 0.47); } 

.slide-tcel div {
	padding: 20px 40px;
	background: none;
	box-shadow: 0px 0px 0px #999 !important;
	width: 80%;
	max-width: 1400px;
	float: left;
	margin-right:10%;
	margin-left:10%;	
}
.slide h2 {
	color: #fff;
	font-size:38pt;
}
.slide p {
	color: #fff;
	font-size:20pt;
	line-height:24pt;
}
.slide a.button {
	color: #fff;
	font-size: 18pt;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 60px;
	padding-left: 25px;
	background-position: calc(100% - 15px) center !important;
}
.slide a.button:hover {
	padding-right:70px;
	background-color:rgb(236,101,90);
}


.naar-beneden {	
	position:absolute; 
	display:block; 
	width:48px; 
	height:48px; 	
	bottom:30px; 
	left:50%; 
	margin-left:-24px; 
	background-color: rgb(29, 60, 133);	
	background-color: rgb(29, 60, 133, 0.9);
	padding:12px; 
	border-radius:50%;
	box-sizing:border-box;
}

.naar-beneden img {
	width:100%;
}






div {
	box-sizing:border-box;
}

.push {
	position:relative;
	display:block;
	overflow:hidden;
}

.rij, header, footer {
	width:100%;
	clear:both;
	padding:0px;
	margin:0px;	
}

h1 {
	color:#1c5484;
	font-size:42px;
	margin:0px 0px 20px -2px;
	padding:0px;
	font-family: 'Poppins'; 
	font-weight:400; 
}

h2 {
	color:#1c5484;
	font-size:30px;
	padding:0px;
	margin:40px 0px 20px;
	font-family: 'Poppins'; 

}	

h2.woocommerce-loop-category__title{
	text-align:center;
}

h3 {
	color:#4A4A49;
	font-size:18px;
	font-weight:400;
	padding-top:12px;
	margin:0px;
	text-align:center;
}	

.page h3 {
	font-size:18pt;
	font-weight:700; 	
	margin-bottom:15px;
}

h4 {
	font-size:20px;
	font-weight:600;
	padding:0px 0px 12px;
	margin:0px;
	color:#1c5484;
	color:#ffffff;
	
}	

h2.white, h3.white, div.white {
	color:#ffffff;
}	

h5 {
	color:#4A4A49;
	font-size:15px;
	font-weight:700;
	padding:0px 0px 8px;
	margin:0px;
}

h6 {
	margin:40px 0px 10px; 
	color:#333333;
	font-weight:600;
	font-size:18px;
	padding-top:10px;
	border-top:1px dotted #EEB0AE; 

}

p, li {
	margin:0px 0px 15px;
	line-height:20px;
	line-height: 24px;
	font-size: 18px;
	}

a {
	color: #ec655a;
	text-decoration:none;
}


footer {
	background:#4276a4;
	background:#555;
	position: fixed;
	bottom: 0px;
	left: 0px;
	font-size:15px;	
	color:#ffffff;
	line-height:24px;
	overflow:hidden;
	}

footer a {
	color:#f1f1f1;
	text-decoration:none;
	font-size:16px;	
    line-height:24px;
}

footer a:hover {
	color:#ffffff;
}

footer li {
	padding-bottom:10px;
}

.container {
	width:100%;
	max-width:1200px;
	margin:0px auto;
	clear:both;	
}

.flex {
	display:flex; 
}

.valign {
	vertical-align:center;
}

.blok {
	position:relative;
	display:block;
	float:left;
}

.binnenblok {
	position:relative;
	display:block;
	float:left;
	width:100%
}


@media only screen and (max-width: 600px) {
	
	h2 {
		font-size: 28px;
	}
	
	.slide &gt; div p {
		font-size: 18px;
		line-height: 24px;
	}
	
}

.slide-bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}

.bx-wrapper .bx-controls-direction a {
    z-index: 9999999 !important;
}

.bx-wrapper .bx-next {
    background: url('/wp-content/themes/sitosense/images/next.png') no-repeat !important;
}

.bx-wrapper .bx-prev {
    background: url('/wp-content/themes/sitosense/images/prev.png') no-repeat !important;
}

.content-container {
	position:relative; 
	width:100%; 
	max-width:1140px; 
	margin:0px auto; 
	padding:0px 20px;
}

.introbox {
	text-align:center;
	padding-left:50px !important;
	padding-right:50px !important;	
	overflow:hidden;
	display:block;
}

.introbox h1 {
	color:#ffffff;	
	text-align:center;
	padding:10px 0px;	
}

.introbox h1 {	
	font-size:72px;
	font-weight:900;
	line-height:92px;
	margin-bottom:30px;	
	margin-top:0px;	
	padding:0px;
	text-shadow: 1px 1px #333333;	
}

.introbox h2 {	
	font-size:42px;
	font-weight:700;
	margin-bottom:0px;
	line-height:54px;	
	margin:0px !important;
	padding:0px !important;
	
}

.introbox p {	
	font-size:20px;
	font-weight:400;
	margin-bottom:0px;
	line-height:28px;	
	color:#ffffff;
	text-shadow: 1px 1px #333333;	
}

.bnr-1 {
	padding-right:10px;
}

.bnr-2 {
	padding-right:5px;
	padding-left:5px;
}

.bnr-3 {
	padding-left:10px;
}

.bw25 {
	width:25%;
}

.bw33 {
	width:33.3333%;
}

.bw50 {
	width:50%;
}

.bw75 {
	width:75%;
}

.bw100 {
	width:100%;
}

.pd5 {
	padding:5px;
}

.pd10 {
	padding:10px;
}

.pd20 {
	padding:20px;
}


.pd30 {
	padding:30px;
}

.pd40 {
	padding:40px;
}


.pd0020 {
	padding:0px 20px;
}

.pd002040 {
	padding:0px 20px 40px;
}


.pd20-0020 {
	padding:20px;
}

.pd4020 {
	padding:40px 20px;
}

.pd5020 {
	padding:50px 20px;
}

.pd802020 {
	padding:80px 20px 20px;
}

.pd802000 {
	padding:80px 20px 0px;
}


.pd402000 {
	padding:40px 20px 0px;
}

.pd202040 {
	padding:20px 20px 40px;
}


.pd002080 {
	padding:0px 20px 80px;
}

.pd1020 {
	padding:10px 20px;
}

.pdtop80 {
	padding-top:80px !important;
}

.pdbot80 {
	padding-bottom:80px !important;
}

.mt20 {
	margin-top:-80px;
}

.ht40 {
	min-height:40px;
}

.ht80 {
	min-height:80px;
}

.ht150 {
	min-height:150px;
}

.ht200 {
	min-height:200px;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}


.bg-white { background:#ffffff; }
.bg-black { background:#1A171B;; }
.bg-grey { background:#f1f1f1; }
.bg-grey-1 { background:#f1f1f1; }
.bg-green-1 { background:#d7ead7; }
.bg-green-2 { background:#85c440; }

.album img {
	width:100%;
	margin-bottom:5px;
	clear:both;
}

.sponsorlogo div div {
	
	margin:0px auto; height: 100%; width:70%; min-height:150px;
	
}

.hp-categorie {
	filter:grayscale(40%);
}

.hp-categorie:hover {
	filter:grayscale(0%);
	box-shadow: 0px 0px 10px #cccccc;	
}

mark.count {
	display:none;
}

.cat-header {
	font-family: 'Roboto';
	display:table-cell; 
	text-align:center; 
	vertical-align:middle; 
	font-size: 28px; 
	letter-spacing:1px; 
	padding:20px;
	color:#ffffff;
	text-shadow: 1px 1px #1c5484; 
	font-weight:bold; 
	}

.home-img {
	position:relative; 
	padding-top:50%; 
	background:url('/wp-content/uploads/2019/11/image00001.jpeg') no-repeat center top; 
	background-size:cover;
}


@media only screen and  (max-width: 1024px) {	

	.rij, .container {
		display:block;
	}
	
	.flex {
		display:block; 
	}

	.bw25, .bw50, .bw75 {
		width:100%;
		clear:both;
	}
	
	.pdtop80 {
		padding-top: 0px !important;
	}

	.pd5 {
		padding: 0px 5px !important;
	}		
	
	.pd20-0020 {
		padding:0px 20px;
	}
	
	.sponsorlogo div div {	
		margin-bottom:30px;
		width:60%;		
	}
	
	header {
		height: 90px;
	}	
	
	#content {
		margin-top:90px;
	}

	.home #content {
		margin-top:80px;
	}	
	
	.home-img {
		padding-top:60%; 
	}	
	
	
}

@media only screen and  (max-width: 800px) {	

	footer {
		position:relative;
	}

	.push {
		display:none;	
	}
	
	.bw33 {
		width:100%;
		clear:none;
	}	
	
	.hp-cat .bw33 {
		width:33.33%;
		clear:none;
	}	
	
	.introbox h1 {	
		font-size:48px;
		line-height:48px;
	}

	.introbox p {	
		font-size:16px;
		line-height:18px;	
	}
	
	h1 {
		font-size:28px;
	}

	h2 {
		font-size:24px;
	}	

	h3 {
		font-size:20px;
	}	

	h5 {
		font-size:18px;
	}	
			
	p {
		font-size:15px;
	}	
				
	.cat-header {
		font-size: 20px; 
	}	

	.home-img {
		padding-top:70%; 
	}		
}

@media only screen and  (max-width: 420px) {	

	.hp-cat .bw33 {
		width:100%;
		clear:both;
	}	

	.bnr-1, .bnr-2, .bnr-3 {
		padding:20px 0px
	}
	
	.cat-header {
		font-size: 24px; 
	}	

	.home-img {
		padding-top:75%; 
	}		
	
}	

input[type=text], input[type=email], textarea {
	border-radius:2px;
	border:1px solid #b1b3b5;
	padding:10px;
	width:90%;
	font-size:18px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
	border:1px solid #856b8f;
	box-shadow: 0px 3px 10px #cccccc;	
}

::-webkit-input-placeholder { /* Edge */
	color: #8e8e8e;
	font-family:helvetica neue, 'Roboto'; 
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #8e8e8e;
	font-family:helvetica neue, 'Roboto';
}

::placeholder {
	color: #8e8e8e;
 	font-family:helvetica neue, 'Roboto'; 
}	

textarea::-webkit-input-placeholder {
	color: #0bf;
	font-family:helvetica neue, 'Roboto';
}

textarea:-moz-placeholder { /* Firefox 18- */
	color: #8e8e8e;
	font-family:helvetica neue, 'Roboto';
}

textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #8e8e8e;  
	font-family:helvetica neue, 'Roboto';
}

textarea:-ms-input-placeholder {
	color: #8e8e8e;
	font-family:helvetica neue, 'Roboto';
}

textarea::placeholder {
	color: #8e8e8e;  
	font-family:helvetica neue, 'Roboto';
}

/* The container */
.radio-container {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size:18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float:left;
  color:#8e8e8e;
  margin-left:20px;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

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

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #94779f;
}

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

/* Show the indicator (dot/circle) when checked */
input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;	
	height: 8px;
	border-radius: 50%;
	background: white;
}

input[type="radio"]:checked+label { font-weight: bold; } 

.invalid input, .invalid textarea {
	border:2px solid #cc0000;	
}

div.rbc {
	float:left;
	color:#8e8e8e;
	font-size:18px	
	}
	
div.rbc.invalid {
	color:#cc0000;
}	

.g-recaptcha &gt; div:first-child {
	margin:0px auto 30px;
}

.scroll-down {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -32px;
    display: block;
    text-align: center;
    z-index: 99999;
    padding: 10px;
}

.overlay{
	position:relative;
	width:100%;
	overflow:hidden;
	display:block;
	padding:0px;
	margin:0px;
	height:100%;
} 

.rij .binnenblok {
	/*
	visibility: hidden;
	opacity: 0;
	transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	*/
}

.rij .binnenblok.slideleft {
	margin-left:-200px;
}

.rij .binnenblok.slideright {
	margin-left:200px;
}

.rij .binnenblok.slidetop {
	margin-top:-200px;
}

.rij.zichtbaar .binnenblok {
	visibility: visible !important;
	opacity:1 !important;
	margin-left:0px;
	margin-top:0px;	
}
.loader {
    position: fixed;
    top: 0; left: 0;
	width:100%;
	height:100%;
    background: rgba(16, 22, 24, 0.8);
    z-index: 99999999999;
}

.message {
    position:absolute;
    top: 50%; left: 50%;	
	width:500px;
	height:320px;
	margin-top:-160px;
	margin-left:-250px;
	color:#333333;	
	padding:15px;
	padding-top:140px;
	border-radius:12px;
	box-sizing:border-box;
	border:12px solid #ec655a;	
	background:#f1f1f1;
}


@media screen and (max-width: 600px) {
	.message {
		width:320px;
		height:380px;
		margin-top:-190px;
		margin-left:-160px;
	}		
}

.message img {
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -120px;
    width: 100%;
    max-width: 240px;
    display: block;	
}

.message button  {
    font-size: 18px;
    text-align: center;
    display: block;
    background: #1c5484;
    color: #ffffff;
    font-weight: bold;
	border:1px solid #4276a4;
    border-radius: 8px;
    padding: 10px 40px;
    cursor: pointer;
    margin: 0px auto;
}

.message button:hover  {
    background:#4276a4;
	border:1px solid #1c5484;
	box-shadow: 0px 0px 5px #666666;	
}
.options_container {
	display:none;
}

.pdl10 {padding-left:10px;}
.pdr10 {padding-right:10px;}
.pdl5 {padding-left:5px;}
.pdr5 {padding-right:5px;}

/* woocommerce */

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color:#1c5484 !important;
	color:#fff;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color:#4276a4 !important;
	color:#fff;
}


.woocommerce div.product div.images .flex-control-thumbs li {
	box-sizing: border-box !important;
    margin-right:10px !important;
    margin-top: 10px !important;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
    margin-right:0px !important;    
}

.woocommerce .quantity .qty {
    width:50px; !important;
	border: 1px solid #b6c4b6 !important;
	border-radius:2px !important;
    font-size:20px !important;
	padding:4px !important;
}

.woocommerce p.stars a::before {
    color:#1c5484;
}

.woocommerce .comment-form {
	margin-top:20px;
}

.woocommerce #review_form #respond p {
    margin: 10px 0px !important;
}

.woocommerce .woocommerce-breadcrumb a {
	text-decoration:none;
}

.woocommerce .woocommerce-breadcrumb a:hover {
	color:#F04BA4;
}

.woocommerce .woocommerce-breadcrumb {
    color:#F04BA4;
}

.woocommerce .woocommerce-breadcrumb span {
    color:#AE005E;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size:28px;
}
.woocommerce-product-details__short-description {
	margin-top:20px;
}

ul.tabs {
    display: none;
}

.woocommerce-variation-price {
	margin-bottom:20px;
}


.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: 10px;
    left: 10px;
    margin: 0;
    background-color: #F04BA4;
    color: #fff;
    font-size:18px;
    z-index: 9;
}


.woocommerce .woocommerce-breadcrumb a {
    color: #AE005E;
}


.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #1e1e1e;
}


@media screen and (max-width: 600px) {

	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
		width: 100%;
		float: left;
		clear: both;
		border-bottom: 1px solid #d7ead7;
		padding-bottom:20px;
		padding-top:20px;
		}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
		float: left;
		clear:both;
		margin:10px 0px;
	}	
		

}


ul.wit {margin:0px; padding:10px 0px;overflow: hidden;}


ul.wit li {
	float:left;
	list-style-type:none;
	margin:0px;
	padding:5px 15px;
	
}

ul.wit li a {
	color:#ffffff;
	font-size:16px;
}

ul.wit li a.button {
	background:#eeb0ae;
	border:0px;
	font-weight:400;
	padding: 10px 40px 10px 15px;
	margin-right: 0px;
}

#content {
	margin-top:220px;
}	


.categorie #content, .showroom #content, .magazijn #content {
	margin-top:200px;
}

.fh .categorie #content, .fh .showroom #content {
	margin-top:100px;
}


.home #content {
	margin-top:100px;
}	

.categorie #content, .single-product #content, .page #content, .zoeken #content, .koopjes #content, .zoeken-2 #content {
	// margin-top:220px;
}

.categorie h3, .zoeken h3, .koopjes h3, .single-landingspaginas h3 { font-weight:600; color:#1c5484;}	

.tcenter {text-align:center;}
.fleft {float:left}

.cw100 {width:100%;}
.cw85 {width:85%;}
.cw80 {width:80%;}
.cw75 {width:75%;}
.cw70 {width:70%;}
.cw66 {width:66.6667%;}
.cw60 {width:60%;}
.cw66.bl1 {padding-left:0px;}

.cw50 {width:50%;}
.cw40 {width:40%;}
.cw30 {width:30%;}

.cw33 {width:33.3333%;}
.cw33.bl1 {padding-left:0px; padding-right:13.3333px;}
.cw33.bl2 {padding-left:6.6667px; padding-right:6.6667px;}
.cw33.bl3 {padding-left:13.3333px; padding-right:0px;}

.cw33.bl2.ad66 {padding-left:10px; padding-right:0px;}

.cw25 {width:25%;}
.cw20 {width:20%;}
.cw10 {width:10%;}
.cw25.bl1 {padding-left:0px; padding-right:15px;}
.cw25.bl2 {padding-left:5px;}
.cw25.bl3 {padding-right:5px;}
.cw25.bl4 {padding-left:15px; padding-right:0px;}

.cw16 {width:16.6666%;}
.cw15 {width:15%;}




@media screen and (max-width:880px) {

	.cw85 {width:100%; padding-left:0px; padding-right:0px}
	.cw80 {width:100%; padding-left:0px; padding-right:0px}
	.cw75 {width:100%; padding-left:0px; padding-right:0px}
	.cw70 {width:100%; padding-left:0px; padding-right:0px}
	.cw66 {width:100%; padding-left:0px; padding-right:0px}
	.cw60 {width:100%; padding-left:0px; padding-right:0px}
	.cw50 {width:100%; padding-left:0px; padding-right:0px}
	.cw40 {width:100%; }
	.cw30 {width:100%; }
	.cw20 {width:100%; }
	
	.cw33 {width:100%;}
	.cw33.bl1, .cw33.bl2, .cw33.bl3 { padding-left:0px; padding-right:0px}	
	.cw33.bl2.ad66 {padding-left:0px; padding-right:0px;}
	
	
	.cw25 {width:50%;}

	.cw25.bl1, .cw25.bl3 {padding-left:0px; padding-right:10px}
	.cw25.bl2, .cw25.bl4 {padding-left:10px; padding-right:0px}
	
	.cw25.ad75.bl2 {width:100%; padding-left:0px; padding-right:0px}
	
	.cw15 {width:100%;}

	
	#footer .widget-wrapper h3 {text-align: center;}
	.powered, .copyright {text-align: center; float:none; }

	
	.logo {
		max-width:200px;
		text-align:center;
		margin:0px auto;
	}


	.header-menu {
		max-width:100%;
	}	

}

@media screen and (max-width:460px) {

	.cw25 {width:100%;}
	.cw25.bl1, .cw25.bl3 {padding-left:0px; padding-right:0px}
	.cw25.bl2, .cw25.bl4 { padding-left:0px; padding-right:0px}

}

p.price {
	font-weight:700;
	color:#ec655a;
}

.icon svg {
    width: 50%;
    height: 50%;
	position:absolute; 
	top:50%; 
	left:50%; 
	margin-top:-25%; 
	margin-left:-25%;	
}

.icon svg path, svg circle {
    fill: #ec655a !important;
	fill: #1c5484 !important;
}

p.icon {
    padding: 3px 40px;
    background-size: 22px;
	background-position: center left;
	background-repeat: no-repeat;
}

p.facebook {
    background-image: url('/wp-content/themes/sitosense/images/icons/facebook-2.svg');
}

p.whatsapp {
    background-image: url('/wp-content/themes/sitosense/images/icons/whatsapp.svg');
}


p.email {
    background-image: url('/wp-content/themes/sitosense/images/icons/email.svg');
}

p.marker {
    background-image: url('/wp-content/themes/sitosense/images/icons/marker.svg');
}

p.telephone {
    background-image: url('/wp-content/themes/sitosense/images/icons/telefoon.svg');
}

.cta-block {position:fixed; right:0px; bottom:150px;z-index: 999999;}

.cta a.button, .cta a.button-default { 	
	line-height:30px; 
	position:relative;
	background-color:#1c5484;
	color:#ffffff; 
	padding:8px 15px 8px 50px; 
	border-radius:5px 0px 0px 5px; 
	display:block; 
	background-repeat: no-repeat !important;
	background-position: 10px center !important;
	background-size: 24px !important;
	margin: 20px 0px 0px 0px;
	font-size: 18px;
	font-weight: 600;
}


.cta a.button:hover, .cta a.button-default:hover { 
	background-color:#4276a4;
}

@media screen and (max-width: 800px) {

	.cta-block  {
		left: 0px;
		bottom: 0px;
	}
	
	.cta {
		float:left;		
		width:50%;

	}
	
	.cta a.button,  .cta a.button-default  {
		margin: 0px 0px 0px 0px;
		border-radius:0px 0px 0px 0px;		
		background-size: 20px !important;
		background-position: 20px center !important;		
		padding:8px 15px 8px 40px;	
		font-size:16px;	
		text-align:center;
		border-right:1px solid #4276a4;
		border-top:1px solid #4276a4;
	}

}

@media screen and (max-width: 400px) {
	
	.cta a.button,  .cta a.button-default  {
		background-size: 18px !important;
		background-position: 18px center !important;		
		padding:5px 12px 5px 30px;	
		font-size:14px;	
	}

}
	
.afspraak {
	background-image: url('/wp-content/themes/sitosense/images/afspraak.svg') !important;	
}

.goedkoper {
	background-image: url('/wp-content/themes/sitosense/images/euro.svg') !important;	
}

.cta-form {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 400px;
    max-width: 90%;
	padding:40px 20px;
	background-color: rgb(238, 176, 174);
	background-color: rgba(78, 78, 77);
    max-height: 100%;
    overflow: hidden;
	z-index:99999999999999;
	box-shadow: 1px 1px 5px #000;
}	

.close-form {
	position:absolute;
	top:15px;
	right:15px;
	display:block;
	overflow:hidden;
	width:25px;
	height:25px;
}

.close-form a {
	position:relative;
	cursor:pointer;
	z-index:999999;
	display:block;
	width:25px;
	height:25px;
}

.close-form a img {
	width:100%;
}

div.usp-block {
	background: #e2e2e2;
	border-bottom: 1px solid #d7e3f0;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
}

.resp div.usp-block {display:none;}

.usp-block ul {margin:0px auto;padding:0px; display: inline-block;}
.usp-block ul, .usp-block li {list-style-type:none}
.usp-block li { 
	padding:15px 10px 15px 30px; 
	line-height:15px; 
	float:left; 
	color:#4A4A49; 
	font-size:15px; 
	margin:0px; 
	font-weight:400;
	background-repeat: no-repeat !important;
	background-position: 10px center;
	background-size:6px;
	display: inline-block;
	vertical-align: middle;

}

.verzending {background-image: url('/wp-content/themes/sitosense/images/verzending.svg') !important; background-size: 30px !important;	background-position: 3px center !important;
 }
.klok {background-image: url('/wp-content/themes/sitosense/images/klok.svg') !important;}
.goedkoper-blauw {background-image: url('/wp-content/themes/sitosense/images/euro-blauw.svg') !important;}


.random-product-slider a { color: #1c5484; }
.random-product-slider a:hover { color: #ec655a; }


.icon-row h3  {
	margin-top: 10px;
	display: block;
	clear: both;
}

@media screen and (max-width: 1023px) {

	.icon-row .cw33 {		
		width:33% !important;				
	}

}

@media screen and (max-width: 600px) {

	.icon-row .pd30 {		
		padding: 20px !important;				
	}
	
	.icon-row h3 {
		font-size: 18px;
	}

}

@media screen and (max-width: 420px) {

	.icon-row .cw33 {		
		width:33% !important;					
	}

}


.slick-initialized .slick-slide {
    display: block;
    max-width: 225px;
    box-sizing: border-box;
    width: calc(20vw - 22px);
}

@media screen and (max-width: 1023px) {

	.slick-initialized .slick-slide {
		display: block;
		max-width: 225px;
		box-sizing: border-box;
		width: calc(25vw - 22px);
	}

}

@media screen and (max-width: 800px) {

	.slick-initialized .slick-slide {
		display: block;
		max-width: 225px;
		box-sizing: border-box;
		width: calc(33vw - 22px);
	}

}

@media screen and (max-width: 600px) {

	.slick-initialized .slick-slide {
		display: block;
		max-width: 225px;
		box-sizing: border-box;
		width: calc(50vw - 22px);
	}

}


@media screen and (max-width: 480px) {

	.slick-initialized .slick-slide {
		display: block;
		max-width: 400px;
		box-sizing: border-box;
		width: calc(100vw - 80px);
	}

}

.combi-deal-row {
	padding:40px 20px;
}

.combi-deal {
	position:relative; 
	padding-top:50%;
	height:100%;
	background:url('/wp-content/themes/sitosense/images/aanbieding/sfeerfoto.jpg') center center no-repeat;
	background-size:cover;
	color: #ffffff;
}

.combi-title {
	position:absolute; 
	top:50%; 
	right:0px; 
	padding:20px; 
	margin:0px; 
	font-size:24px;
	background:#1c5484;
	border-radius: 5px 0px 0px 5px;
	color: #ffffff;
}

.combi-price {
	position:absolute; 
	top:10%; 
	right:20px; 
	padding:15px;
	margin:0px; 
	font-size:28px;
	padding-top:32px;
	background:#ec655a;
	border-radius:50%;
	display:block; 
	width:150px; 
	height:150px; 
	text-align:center;
	-ms-transform: rotate(5deg); 
	transform: rotate(5deg);
	box-shadow: 0px 2px 10px #333333; 
	border: 5px solid #eeb0ae;
}	


.combi-products {
	background:#ffffff;
	padding:20px 20px;
	}


	
@media screen and (max-width: 800px) {
	
	.combi-deal-row {
		padding:20px 0px;
	}
	
	.combi-deal {
		padding-bottom: 40px;
	}


	.combi-title {
		position:absolute; 
		top:initial;
		bottom:-30px; 
		left:0px; 
		padding:10px 20px; 
		margin:0px; 
		font-size:20px;
		background:#1c5484;
		border-radius: 0px 0px 0px 0px;
		width:100%;
	}
	
	.combi-price {
		position:absolute; 
		padding:15px;
		margin:0px; 
		font-size:24px;
		padding-top:32px;
		background:#ec655a;
		border-radius:50%;
		display:block; 
		width:130px; 
		height:130px; 
		text-align:center;
		-ms-transform: rotate(5deg); 
		transform: rotate(5deg);
		box-shadow: 0px 2px 10px #333333; 
		border: 5px solid #eeb0ae;
	}	

	.combi-products {
		background:#ffffff;
		padding:60px 20px 20px 20px;
	}
	
}

/* woocommerce */

.product-image img {
	width:100%;
}

.summary {
	width: 48%;
	float: left;
}

.single-product .summary {
	width: 100% !important;
}

.fancybox-container {
    z-index: 99999999999999999999999999 !important;
}

label.screen-reader-text {
	display:none;
}

.icon-menu div div div.cart-contents {
	position:absolute; 
	display:block; 
	top:-5px; 
	right:5px; 
	background:#4276a4; 
	color:#fff; 
	border-radius:50%; 
	width:20px; 
	height:20px; 
	margin-right:0px; 
	min-height:0px;
	min-width:0px; 
	padding:2px; 
	text-align:center; 
	font-size:10px; 
	font-weight:600;
	transition: all 1.5s ease;
}


.fh .icon-menu div div div.cart-contents, .resp .icon-menu div div div.cart-contents {
	top:-5px; 
	right:-5px; 
	width:18px; 
	height:18px; 
	font-size:9px; 
	min-width:0px; 
	padding:2px; 
}

.voordelen {
	background:#ffffff;
	border-radius:8px
}

.voordelen div {
	padding:20px 20px 20px 90px; 
	float:left; 
	color:#4A4A49; 
	margin:0px; 
	font-weight:600;
	background-repeat: no-repeat !important;
	background-position: 20px center;
	background-size:50px;
	display:table;
}

.voordelen div p {
	font-size:18px; 
	line-height: 1.2;
	display: table-cell;
	vertical-align: middle;
	margin: 0px;
	height: 100%;
}

.resp .voordelen div {
		
	margin:15px 0px;
}

.woocommerce {
	margin-bottom:20px;	
}

.woocommerce-MyAccount-navigation {
	float:left;
	width:20%;
}

.woocommerce-MyAccount-navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.woocommerce-MyAccount-navigation li a {
	font-size:17px
}

.woocommerce-MyAccount-navigation li.is-active a {
	color:#1c5484;
}

.woocommerce-MyAccount-content {
	float:left;
	width:80%;
}

.resp .woocommerce-MyAccount-navigation, .resp .woocommerce-MyAccount-content{
	width:100%;	
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    top: 0em !important;
}

.woocommerce button.button {
	margin: 20px 20px 20px 0px !important;
}
 
 .woocommerce-info::before {
    color: #1c5484!important;
}

.woocommerce-info {
    border-top-color: #1c5484!important;
}

.woocommerce ul#shipping_method li {
    line-height: 15px !important;
	padding-bottom:10px;
}

.woocommerce ul#shipping_method li label {
   font-size:16px;
}

.shipping-method-description {
	padding:10px 20px 0px;
	font-style:italic;
	font-size:15px;
	font-weight:400;
	line-height:20px;
}

.woocommerce table.shop_table th {
    vertical-align: top;
}	


@media screen and (max-width: 600px) {

	.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
		float: none !important;
	}

}

.product-content {
    padding-left: 20px;
    margin-top: 0px;
}


.ean-code {
	display:none;
}



ul.product_cats {
	margin:20px 0px;
	padding:0px;
	list-style-type:none;
}

.product_cats li {
	float:left;
	margin-right:10px;	
	margin-bottom: 30px;
}

.product_cats li a {
	padding:10px 15px;
	border-radius:8px;
	color:#ffffff;
	background:#1c5484;
	font-weight:600;
	font-size:16px;
}

.product_cats li a:hover {
	background:#4276a4;;
}


ul.footer-menu {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.footer-menu li {
	margin:0px;
	padding:0px;	
}

.afgeprijsd {
	color:#1c5484;
	text-decoration:line-through;
	font-size:18px;
}


.voorwaarden li {
	margin: 0px 0px 5px;
	line-height: 20px;
	font-size: 16px;
}

/* Cookie settings */

.cli_settings_button {
	color: #1c5484 !important;
}

#cookie-law-info-bar {
    z-index: 999999 !important;
}	

input#achternaam {
	display:none;
}

.calendly-inline-widget {
    height: 720px !important;
}
.backorder_notification{
    display: none;
}

.backorder_notification_custom{
    display: block;
    margin-bottom:0px;
}




</pre></body></html>