<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Oranje h1: cca04b
Buttons: cca04b
Navbar: cca04b
*/
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
}
.container {
	max-width: 1530px!important;
}
h1, h2, h3 {
    font-family: 'Merriweather', serif;
    color: #FFFFFF;
}
h2 {
	font-size: 25px;
}
.mod-page {
    line-height: 1.7;
    letter-spacing: 0.03em;
}
.bgheader {
	position: relative;
}
.bgheader_img {
	background-image: url("https://www.sirredman.nl/content/sirredman/carousel/header-foto-7a.jpg"); 
	background-repeat: no-repeat;
		 background-position: center center;
		 /*background-attachment: fixed;*/
		 -webkit-background-size: contain;
		 -moz-background-size: contain;
		 -o-background-size: contain;
		 background-size: cover;
	position: absolute;
	top:0px;
	left: 0px;
	width:100%;
	height:100%;
	z-index:-1;
	opacity: 1;
	/* opacity: 0.2; Here is your opacity */
	display: none;
}
.bgheader .bgheader_img {
	display: block;
}


.speerpunt {
  background-image: url("https://www.sirredman.nl/img/kruisjes.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  color: white;
  padding-top: 30px;
  position: relative;
  text-align: center;
}
/* login */
.grijsbg {
    background-color: #222222;
    text-align:center;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-bottom: 0px;
}
.oranjebg {
    background-color: #cca04b;
    text-align:center;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: -20px;	
}
.oranje {
    color: #B88728;
}
.mainpage {
    font-weight: 400;
}
.btn-primary {
    background-color: #cca04b;
    border-color: #cca04b;
}
.btn-primary:hover {
    background-color: #cccccc;
    border-color: #cccccc;
}
.btn-black {
    background-color: #000000;
}
.btn-black:hover {
    color: #FFFFFF;
}
.custommadetxt {
    font-size: 16px;
}
.custommadetxt a:link, .custommadetxt a:visited  {
    color: #cca04b!important;
}
.custommadetxt a:hover {
    color: #ffffff;
}
.productmenu {
    margin-bottom: 20px;
}
.productmenu a:link, .productmenu a:hover, .productmenu a:focus, .productmenu a:visited{

    color: #000000;
}
.full-width-div {
    position: absolute;
    width: 100%;
    left: 0;
}
.maxwd { width: 100%; }
.sirredman{
    padding: 50px 20px 50px 20px;
    font-size: 45px;
    color: #ffffff;
    margin-top: 80px;
    margin-bottom: 10px;
  position: relative;
  font-weight: normal;
  font-family: 'Merriweather';
}
.sirredman .text2 {
   font-size: 39px;
 }
.authentic {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #ffffff;
    margin-top: 5px;
    margin-bottom: 200px;
}
.sirredmantxt {
    opacity: 1;
}
.mod-content-wrapper {
    color: #FFFFFF;
}
.mod-content-wrapper-menu {
    margin-top: 20px;
}
#block {
  background: #CCC;
  filter: alpha(opacity=30);
  /* IE */
  -moz-opacity: 0.3;
  /* Mozilla */
  opacity: 0.3;
  /* CSS3 */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.login {
    font-family: 'Open Sans', sans-serif;
	width: 300px;
    float: right;
    padding: 0px 2px 8px 0px;
	margin-left: 10px;
}
.login .form-group {
    float: left;
    margin-right: 5px;
	margin-bottom: 1px;
}
.login .form-group-right {
    float: right;
    margin-right: 5px;
	margin-bottom: 1px;
}
.login .form-group {
    float: left;
    margin-right: 5px;
	margin-bottom: 3px;
}
.login .pwd {
    width: 100px!important;
}
.login .usr {
    width: 140px!important;
}
.login .form-group .form-control {
    float: left;
    width: 100%;
    border: 1px solid #bebdbd;
    padding: 5px 0 5px 10px;
    font-size: 12px;
    color: #cca04b;
    height: 30px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.login .form-group-submit {
    float: left;
    width: 30px;
}
.login .logedin {
    float: right;
    padding: 0px;
    position: relative;
}
.login .logedin p {
    color: #FFFFFF;
    margin-bottom: 0;
	font-size: 12px;
}
.login .subscribe-forget {
    float: left;
    padding: 0px 15px 0px 4px;
    position: relative;
	line-height: 15px;
}
.login .subscribe-forget p {
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 11px;
}
.login .subscribe-forget p a {
    color: #FFFFFF;
    font-size: 11px;

}
.login .form-group-submit .btn {
    float: left;
    width: 100%;
    height: 30px;
    border: 1px solid #cca04b;
    font-size: 12px;
    color: #ffffff;
    background: url(/img/knop_inlog_icon.png) no-repeat #cca04b;
    background-size: 20px 20px;
    background-position: center center;
	padding: 0px;
}

.custommade .row {
    margin-top: 0px!important;
}
.custommade {
    background-color: #cca04b;
    padding: 0px;
}
.custommadetxt {
    padding: 40px;
    color: #000000;

}

/*================================
 Bootstrap overrides
==================================*/

.btn.btn-default {
	background: #cca04b;
	color: #FFFFFF!important;
	border: 1px solid #cca04b;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:focus:focus {
	background: #cca04b;
	color: #fff;
}
a:link, a:hover, a:focus, a:visited {
  color: #FFFFFF;
	text-decoration: none;
}
.mod-content-wrapper-white a:link, .mod-content-wrapper-white a:hover, .mod-content-wrapper-white a:focus, .mod-content-wrapper-white a:visited {
  color: #000000;
}

#accountbtns a:link,#accountbtns  a:hover,#accountbtns  a:focus,#accountbtns  a:visited { color: #FFFFFF; }

#dekstopCarousel a:link, #dekstopCarousel a:hover, #dekstopCarousel a:focus, #dekstopCarousel a:visited {
  color: #FFFFFF;
}
/*================================
 header
==================================*/
.mod-top-header {
    font-size:22px;
	color: #FEFEFE;
	padding: 20px 4px 0px 4px;
	margin-top: 20px;
	z-index: 1;
	position: relative;
}
.mod-top-header .flags {
	float: right;
	margin-top: 4px;
}

.mod-top-header .flags img {
	width: 25px;
	/* border: 1px solid white; */
}
.langmenu {
    background-color: #000000;
    font-size: 12px;
    border: 0px;
  overflow: hidden;
  position: relative;
  padding: 0px 0;
  height: 35px;
}
.flags select {
    padding: 5px;
    font-size: 12px;
    line-height: 1;
    border: 0;
    border-radius: 5px;
    height: 34px;
    padding-right: 15px;
    background: url(https://www.sirredman.nl/img/down.png) no-repeat right;
    color: #cccccc;
    -webkit-appearance: none;
    font-family: tahoma;
}
.phone {
    padding-top: 0px;
    padding-bottom: 3px;
    font-size: 15px;
}
.phone img {
    max-height: 12px;
    margin-top: -2px;
}
.phone a, .phone a:link {
    text-decoration: none;
}
.flags2 select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '^';
}
.mod-bottom-bar {
	background-color: #D4D5D7;
	color: #FEFEFE;
	padding: 9px 24px 4px 4px;
	margin: 0px -21px 0px -20px;
	position: relative;
}
.mod-bottom-bar .never {
	float: right;
	margin-top: -2px;
	margin-right: 10px;
}

.mod-bottom-bar .never img {
	width: 215px;
	height: 41px;
}

.mod-actie {
	font-size:22px;
	background-color: #cca04b;
	text-align:center;
	color: #FFFFFF;
	padding: 9px 4px;
	margin-top: 20px;
	z-index: 1;
	position: relative;
}
@media (max-width: 780px) {
	.mod-actie {
		font-size:16px;
		padding: 10px 5px 0px 5px;
		margin-bottom: 20px;
	}
    .oranjebg {
        margin-bottom: 20px;
    }

  .sirredman{
      padding: 15px;
      font-size: 41px;
      margin-top: 0px;
  }
  .sirredman .text2 {
     font-size: 36px;
   }
   .grecaptcha-badge {
    display: none;
   }
   #backtotop-button {
    bottom: 20px !important;
    }
}

/** header */
.mod-top-header .logo {
	padding: 20px;
	padding-left: 0px;
}
.mod-top-header .logo img {
	max-width: 197px;
	max-height: 145px;
    margin-top: -48px;
}


.mod-header .row1 {
	position: relative;
	/* height: 140px; */
}
.mod-searchbasket .links {
	position: absolute;
	/*width: 160px;*/
	right: 10px;
	top: 5px;
	z-index: 10;
}

.mod-searchbasket .link {
	padding-left: 30px;
	min-height: 28px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	line-height: 28px;
	display: block;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

.mod-searchbasket .link-login { background-image: url('../img/icon-login.png'); }
.mod-searchbasket .link-support { background-image : url('../img/icon-support.png'); }
.mod-searchbasket .link-cart { background-image: url('../img/icon-cart-SR.png'); }

.mod-header .link .badge  {
	background: #cca04b;
}


/** search */
.mod-searchOUD {
	position: absolute;
	width: 150px;
	right: 25px;
}

.mod-search {
	display: block;
	text-align: right;
	margin-bottom: 0px;
	margin-top: 0px;

}
.mod-search form {
	min-width: 150px;
	display: inline-block;
	text-align: left;
	position: relative;
    padding: 0px 0px 0px 20px;
}

.mod-search input {

     background-color:transparent !important;
     border-left:none !important;
     border-top:none !important;
     border-right:none !important;
     border-bottom: 2px solid #FFFFFF;
     box-shadow:none !important;
     margin-bottom: 20px;
     color: #ffffff;

}
.mod-search button {
	position: absolute;
	display: block;
	top: 0px;
	right: -4px;
	border: none;
	background: url('../img/icon-search.png');
	background-size: 100% 100%;
	border: none;
	width: 28px;
	height: 28px;
	padding: 0px;
}


/* mobile header stuff */
@media (max-width: 780px) {

    [class*="col-"] {
        margin-bottom: 15px;
    }
    .logintopbar {
        margin-bottom: 0px;
        /* float: center; */
    }
	.mod-header .row1 {
		height: auto;
		margin: 0px;
	}

	.menu-button {
		border: none;
		background: none;
		display: inline-block;
		margin-top: 40px;

	}
	.menu-button img {
		width: 38px;
		margin-top: 15px;
        margin-left: 0px;
	}
	.mod-search {
		display: block;
		position: static;
		margin-top: 5px;
	}
	.mod-top-header .logo {
		display: inline-block;
		margin-left: 10px;
	}
	.mod-top-header .logo img {
		max-width: 150px;
		max-height: 110px;
        padding: 0px;
        margin: 0px;
	}

	.mod-search {
		position: static;
		display: block;
		padding: 5px 15px;
		/*width: 100%; */
		margin-bottom: 15px;
	}
	.mod-search form {
		display: block;
	}

    .phone {
      float: right;
      padding: 0px 15px 20px 0px;
      margin-right: -8px;
      }
      


	.mod-header .links {
		text-align: right;
		width: 50%;
		margin-top: 34px;
	}

	.mod-header .links li {
		display: inline-block;
	}

	.mod-header .link {
		display: inline-block;
		vertical-align: top;
		margin: 10px 0px;
		height: 42px;
		/*line-height: auto;*/
		padding-left: 32px;
		background-repeat: no-repeat;
		background-size: 28px 28px;
		font-size: 13pt;
		top: 0px;
	}
	.mod-header .link span {
		display: none;
	}

	.mod-header .link .badge  {
		margin-left: -10px;
		margin-top: -10px;
	}
}


/*================================
 Menu
==================================*/


/* shared */
.navbar-default {
  background-color: #FFF;
  border: none;
}

.navbar-default a {
	color: #1D1C1C;
	display: block;
	font-size: 15px;
	line-height: 25px;
}
.navbar-default a:hover {
	color: #cca04b;
	/*text-decoration: none;*/
}

.navbar-default .heading  {
	font-weight: bold;
	margin-bottom:20px;
  color:#cca04b;
}
.navbar-default .heading a:hover { /*vervallen*/
	color: #1D1C1C;
	text-decoration: none
}
	.navbar-default .salenew a {
		margin-top: 125px;
	}

.navbar-default .navbar-nav&gt;li&gt;a {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;

}

.navbar-default .navbar-nav&gt;li.open&gt;a,
.navbar-default .navbar-nav&gt;.open&gt;a:hover,
.navbar-default .navbar-nav&gt;.open&gt;a:focus{
	color: #cca04b;
	/* background: #FFF; */
	background: none;
}


/* mobile */
@media (max-width: 780px) {
	.yamm .dropdown.yamm-fw .dropdown-menu {
		left: 50%;
	}

	.navbar.navbar-default {
		max-width: 50%;
	}
	.navbar-default .heading  {
		margin-top: 20px;
		margin-bottom: 0px;
	}
	.navbar-default .salenew a {
		margin-top: 0px;
	}
	.nav.navbar-nav {
		background: url('../img/mobile-menu-back.png') repeat-y top right;
		margin: 0px;
		/* margin-left: -15px; */
		min-height: 330px;							/** minimale hoogte menu */
	}

	.navbar-default .navbar-nav&gt;li.open&gt;a,
	.navbar-default .navbar-nav&gt;.open&gt;a:hover,
	.navbar-default .navbar-nav&gt;.open&gt;a:focus{
        color: #cca04b;
		background: url('../img/mobile-menu-tick.png') no-repeat center right;
	}

	.navbar-default .navbar-nav&gt;li&gt;a {
        color: #1D1C1C;
	}

	.dropdown.open .dropdown-menu {
		display: block;
		position: absolute;
		top: 0px;
		/*margin-left: 100%;*/
		left: 100%;
		width: 100%;
	}

	.yamm .yamm-content {
		padding: 0px 20px;
        background-color: #ffffff;
	}

}


/** menu style changes */
@media (min-width: 780px) {
  .navbar-default .navbar-nav &gt; .open &gt; a,
  .navbar-default .navbar-nav &gt; .open &gt; a:hover,
  .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    background-color: transparent;
  }
	.mod-header .collapse {
		display: block;
	}

	.navbar.navbar-default {
		margin-bottom: 0px;
		min-height: 40px;
		position: relative;
		margin-top: -30px;
		padding-left: 150px;
		background: none;
        display: flex;
        justify-content: center;

	}

	.navbar-default .navbar-nav&gt;li&gt;a {
		border: none;
		/* border-top: 1px solid #fff;
		border-bottom: 1px solid #625F60;*/
		padding: 9px 24px !important;
		margin-bottom: -1px;
	}

	.navbar-default .navbar-nav&gt;li.open&gt;a {
		border-bottom: 0px;
		padding: 9px 24px !important;		/* 9px, remove 1 px for borders */
		margin-bottom: -1px;
	}

    .navbar-default a {
    	color: #000000;
    	display: block;
    	font-size: 14px;
    	line-height: 25px;
        margin-left: 10px;
    }


	.navbar-default .navbar-nav&gt;.open&gt;a, .navbar-default .navbar-nav&gt;.open&gt;a:hover, .navbar-default .navbar-nav&gt;.open&gt;a:focus {
		color:#cca04b;
        /* border: 1px solid #625F60;
		border-bottom: 1px solid #FFF; */
	}
	.navbar-default .dropdown-menu {
		border: 1px solid #625F60;
		border-top: 0px;
		margin-top: -1px !important;
		/* margin-top: 1px !important; */
	}


}

.dropdown-toggle {
  cursor: default;
}

@media (max-width: 1024px) {
	.navbar.navbar-default {
		margin-top: -10px;
		padding-left: 0px;
	}

}

@media (min-width: 1024px) {
	.navbar.navbar-default {
		margin-top: -70px;
		padding-left: 1px;
	}

}

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

.mod-footer {
	background-color: #222222;
    margin: 0px 0px;
	padding-top: 70px;
	padding-bottom: 70px;
    padding-left: 0px;
    padding-right: 0px;

}
.mod-footer-adres .social img {
    max-height: 35px;
}
.footerhaan {
    margin-top: 50px;
}
.bgfooter {
 background-color: #222222;
 background-image: url("https://www.sirredman.nl/img/footer-foto.jpg");
 background-repeat: no-repeat;
    background-position: center center;
    /*background-attachment: fixed;*/
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: cover;
    padding-top: 500px;
    z-index:999;
}
.copyright {
    color: #ffffff;
}
.bgfooterform {
    margin-top: -300px;
    z-index:-1;
}
.mod-footer-adres {
    padding-top: 100px;
    color:#FFFFFF;
}
.mod-footer a {
	color: #FFFFFF;
    text-decoration: underline;
}
.mod-footer h2 {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

@media (max-width: 992px) {
  .mod-footer a, a:link, a:hover, a:focus, a:visited {
  	text-decoration: underline;
  }
  .list-unstyled { background-color: #ffffff; }
  .mod-searchbasket .list-unstyled { background: transparent; }
}
.mod-footer .link {
 	text-decoration: underline;
  color: #cca04b;
}


.mod-footer .list-unstyled a {
	padding: 5px 0px;
	display: block;
}

.footerform {
    background-color: #000000;
    margin-top: 44px;
    padding: 30px;
}
.footerform input.transparent-input{
     background-color:transparent !important;
     border-left:none !important;
     border-top:none !important;
     border-right:none !important;
     border-bottom: 1px solid #FFFFFF;
     box-shadow:none !important;
     margin-bottom: 40px;
     color: #ffffff;
  }
.footerform textarea.transparent-input{
     background-color:transparent !important;
     border-left:none !important;
     border-top:none !important;
     border-right:none !important;
     border-bottom: 1px solid #FFFFFF;
     box-shadow:none !important;
     margin-bottom: 20px;
     color: #ffffff;
  }
  .bgfooterform h4 {
    color: #000000;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
  }
/** mobile */
@media (max-width: 780px) {
	.mod-footer {
		margin-left: 0px;
		margin-right: 0px;
	}

}



/*================================
 Back to top
==================================*/

#backtotop-button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 80px;
    right: 10px;
    display: none;
    color: #fff;
    text-align: center;
    font-size: 14pt;
    background-color: #cca04b;
    box-shadow: 2px 2px 4px #444;
}

/*================================
 General Content
==================================*/

.mod-content-wrapper {
	/* background-color:#ffffff; */
	z-index: 0;
	padding: 0px 20px;
    margin: 0px;
}
.mod-content-wrapper-white {
	background-color:#ffffff;
	z-index: 0;
	padding: 0px 20px;
}
.mod-footer-wrapper {
    margin: 0px;
}
.mod-content-wrapper-footer {
	background-color:#ffffff;
	margin: -30px 0px 0px 0px;
	z-index: 0;
	padding: 0px 20px;
}

.mod-page {
	clear: both;
}

.strike {
	text-decoration:line-through;
}


@media (max-width: 780px) {
	.mod-content-wrapper {
		box-shadow: none;
		/*padding: 0px 0px; */
        margin: 0px;
	}
}

@media (min-width: 780px) {
	.mod-page {
		padding: 10px 0px;
		padding-top: 20px;
        margin-bottom: 0px;
	}
}


.mod-categories .col-sm-3{
  margin-top: 0px;
  margin-bottom:0px;
}
.line {
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #625F60;
}
.mod-categories h2 {
	text-align: center;
}

.form-horizontal .control-label {
	font-weight: normal;
	text-align: left;
}
.form-control {
	border: 1px solid #1A1819;
	padding: 4px 10px;
	line-height: 14px;
	height: 25px;
}


.checked-list {
	margin-left: 0px;
	padding-left: 0px;
}
.checked-list li{
   list-style: none;
   padding-left: 32px;
   background: url('../img/check-mark.png') no-repeat center left;
   background-size: 24px;
}


.section {
	margin-bottom: 20px;
}
.top-section {
	margin: 20px 0px;
}

/* product home -- */
.page-home {
  margin-top: 25px;
}
.page-home .row-fluid {
	padding-bottom: 10px;
	margin-bottom: 10px
}
.img-home { padding-bottom: 30px;}

/*================================
 breadcrumbs
==================================*/

.mod-breadcrumbs {
	margin-bottom: 5px;
	display: none;		/* hidden on mobile */
	font-size: 14px;
}
.mod-breadcrumbs a {
	color: #454546;
	font-style: italic;
}
.mod-breadcrumbs a.active {
	font-style: normal;
	font-weight: bold;
}

@media (min-width: 780px) {
	.mod-breadcrumbs { display: block; }
}

.mod-productfotos  { display: none; }
.mod-productfotos-sm { display: block; }

@media (min-width: 780px) {
	.mod-productfotos { display: block; }
	.mod-productfotos-sm { display: none; }
}

/*================================
 Productlist
==================================*/

.mod-product-list p {
	/*font-style: italic;*/
	color: #454546;
  font-size: 13px;
}

.mod-product-list .filter-button {
	margin-top: -10px;
}

.mod-product-list .menuartikelen li{
  color: #454546;
  font-size: 13px;
}
@media (max-width: 768px) {
.mod-product-list .filter-button {
  margin: 0px 0px 10px 15px;
}
}

.mod-product-list .filters {
	padding-top: 20px;	/* extra spacing for mobile */
}

/* label color-change on check (werkt ws niet in alle browsers!!) */
.mod-product-list .filters label span {
   color: #454546;
   font-style: normal;
   font-weight: normal;
}

.mod-product-list .filters .clear-button {
	margin-bottom: 10px;
}

.mod-product-list .filters label :checked + span {
   color: #cca04b;
   font-style: normal;
   font-weight: bold;
}

.mod-product-list .filters label {
	display: block;
	padding: 5px 10px; /* extra padding mobile */
}

.mod-product-list .filters fieldset {
	margin-bottom: 20px;
}

.mod-product-list .filters legend {
	color: #1A1817;
	border-bottom: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
  font-size:15px;
}

.mod-product-list .productlist h2 {
  margin-top:0px;
}

@media (min-width: 780px) {
	.mod-product-list .filters {
		padding-top: 0px;
	}

	.mod-product-list .filters legend {
		margin-top: 0px;
	}

	.mod-product-list .filters.collapse {
		display: block;
	}

	.mod-product-list .filters label {
		padding: 0px 0px;
	}

}

.mod-page h1  {
	color: #ffffff;
	font-size: 20pt;
	text-align: center;
	font-weight: 500; /* semi bold */
	margin-top: 0px;
	margin-bottom: 20px;
    line-height: 40px;
/*  text-transform: uppercase; */
}

.mod-product-list h1 {
	color: #000000!important;
	font-size: 20pt;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 20px;
/*  text-transform: uppercase; */
}
.step-block h1 { color: #000000;}

.mod-product-list .top-banner {
	margin-bottom: 20px;
}

.mod-product-list .paging {
	margin: 0px 0px 10px 0px;
	text-align: right;
}

.mod-product-list .paging .active {
	color: #cca04b;
	font-style: normal;
	font-weight: bold;
}
.mod-product-list .paging a {
	text-decoration: underline;
	color: #1A1817;
}
.mod-product-list .paging .mobile .btn-default {
	background: none;
	color: #1D1C1C;
	border: none;
}
.mod-product-list .paging .mobile .btn-default:hover {
	text-decoration: underline;
}


.mod-product-list .product {
	color: #1A1817;
	/*font-style: italic;*/
	margin-bottom: 50px;
	height: 320px;		/* hoogte is belangijk mocht product info etc gaan afwijken **/
	border: 2px solid #fff;
	padding: 5px;
	text-align: center;
}


.mod-product-list .product:hover {
	text-decoration: none;
	border: 2px solid #ddd;
}


.mod-product-list .product .img {
	text-align: center;
	min-height: 200px;

	/* vertical align image: */
	vertical-align: middle;
	line-height: 200px;
}

.mod-product-list .product img {
	display: inline-block;
	max-height: 200px;
}

.mod-product-list .product .uitverkocht {
	position:absolute;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	height: 68%;
	width: 90%;
	top:0px;

	text-shadow: 0px 0px 30px rgba(255, 255, 255, 0.88);
	padding-top:90px;
	margin: 0px;
}
.btnUitverkocht {
	background-color:#bf424a;
	cursor: not-allowed;
}
.uitverkochtOudeCss {
	background:#cccccc;
	background-position: center;
    background-size: cover;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.mod-product-list .product .uitverkochtOUD {
	position:absolute;
	min-height: 200px;
	max-height: 200px;
	background:#fef4ef;
	right:0px;
	top:0px;
	background-position: center;
    background-size: cover;
	border-radius:10px;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.mod-product-list .product .name {
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
}


.mod-product-list .product .price {
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

.mod-product-list .product .info {
	padding: 2px 10px;
	margin-left: 5px;
}


.mod-product-list .bottom-info {
	border-top: 1px solid #1A1817;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top:20px;
}

.mod-product-list .bottom-info h3,.mod-product-list .bottom-info h2 {
	font-size: 14px
}

.mod-product-list .bottom-info p,.mod-product-list .bottom-info  {
	font-size: 14px;
}

.mod-product-list .paging .mobile {
	display: block;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #1A1817;
}
.mod-product-list .paging .mobile .text{
	margin: 20px 0px;
}
.mod-product-list .paging .mobile .btn{
	margin: 0px 20px;
}

.mod-product-list .paging .desktop {
	display: none;
}

#knoopvoorbeelden img, #vouwwijze img { width:80%;}

@media (min-width: 780px) {
	.mod-product-list .paging .mobile {
		display: none;
	}
	.mod-product-list .paging .desktop {
		display: block;
	}

	.mod-product-list .product {
		text-align: center;
	}
	.mod-product-list .product .info {
		display: inline-block;
	}
  #knoopvoorbeelden img,#vouwwijze img { width:17%;}
  .mainpage .row { margin-top:15px;}
  .form-group .row { margin-top:0px;}
}
@media (min-width: 1200px) {
  #knoopvoorbeelden img,#vouwwijze img { width:14%;}
  .mainpage .row { margin-top:25px;}
  .form-group .row { margin-top:0px;}
}
/*================================
Product
==================================*/

.mod-product {
	font-size: 14px;
}

.mod-product h1 {
	color: #000000;
	font-size: 15pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.mod-product .staffel-remark {
	color: #cca04b;
	font-size: 14pt;
	font-weight: bold;
	text-transform: none;
	margin: 20px 0px;
}

.mod-product .staffel-info {
	margin-left: 20px;
	color: #777;
}


.mod-product .staffel-old-price {
	text-decoration: line-through;
	color: #888;
	font-size: 11pt;
	display: inline-block;
	font-weight: normal;
	margin-left: 15px;
}
.mod-product .artikelnummer {
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
}
.mod-product .groteaantallen {
	color:#cca04b;
  font-weight: bold;
  font-size:15px;
	margin-bottom: 10px;
}

.mod-product p {
	/*font-style: italic;*/
}

.mod-product .dl-horizontal {
	margin-top: 20px;
}

.mod-product .dl-horizontal dt {
	text-align: left;
	float: left;
	width: 160px;
}

.mod-product .dl-horizontal dd {
	/*font-style: italic;*/
	margin-left: 160px;
}

.dl-table {
	margin-top: 20px;
}

.dl-table dt {
	text-align: left;
	float: left;
	width: 105px;
}

.dl-table dd {
	/*font-style: italic;*/
	margin-left: 120px;
}

.mod-product .colors {
	margin-top: 15px;
	margin-bottom: 15px;
	max-width: 450px;
}

.mod-product .colors .lbl {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	margin-bottom: 10px;
}

.mod-product .color {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 5px 0px;
	margin-right: 15px;
}

.mod-product .sample {
	text-align: center;
}
.mod-product .sample img {
	display: inline-block;
	max-height: 100px;
}



.mod-product .conditions {
	margin: 20px 0px;
}

.mod-product .product-image {
	text-align: center;
	position: relative;
}
.mod-product .product-image-thumbs {
	text-align: center;
	position: relative;
}
.mod-product .product-image-thumbs img {
	margin-top: 20px;
	margin-bottom:20px;
}

@media (min-width: 780px) {
	.mod-product .product-image {
		margin-top: 5px;	 	/* zet de afbeeldings iets hoger naast de titel op de niet mobiele versie (stond -50px, terug gezet) */
	}
	.mod-product .product-image-thumbs {
		margin-top: 5px;	 	/* zet de afbeeldings iets hoger naast de titel op de niet mobiele versie (stond -50px, terug gezet) */
	}
}

.mod-product .product-image img {
	display: inline-block;
	max-height: 600px;
}
.mod-product .product-image-thumbs img {
	display: inline-block;
	max-height: 200px;
}

.mod-product .social {
	text-align: center;
	margin: 20px 0px;
}
.mod-product .social .addthis_default_style{
	max-width: 400px;
	display: inline-block;
}

.mod-product .row2 {
	margin-top: 30px;
}

.mod-product .nav-tabs&gt;li.active&gt;a,
.mod-product .nav-tabs&gt;li.active&gt;a:hover,
.mod-product .nav-tabs&gt;li.active&gt;a:focus {
	color: #000000;
	font-weight: bold;
}

.mod-product .nav&gt;li&gt;a {
	color: #1A1819;
	font-weight: bold;
}

.mod-product .sub-product {
	padding: 20px;
	margin-top: 20px;
	text-align: center;
}
.mod-product .sub-product img {
	display: inline-block;
	max-height: 200px;
}

.mod-product .price {
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
}
.mod-product .reseller {
	font-size: 13px;
}


.mod-product .mobile-header {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}
.mod-product .mobile-header .price{
	display: block;
	text-align: center;
	padding-top: 20px;
}
.mod-product .mobile-header .actions {
	margin-top: 15px;
	margin-bottom: 20px;
}


.mod-product .action-buttons {
	padding-top:10px;
	text-align: center;
}
.mod-product .verhaaltje {
	/* padding: -10px 0px 20px 0px;*/
    padding: 0px 0px 20px 0px;
	margin-bottom: 30px;
}
.product-laatst {
	margin-top:30px;
}
@media (min-width: 780px) {
	.mod-product h1 {
		text-align: left;
	}
	.mod-product .mobile-header {
		display: none;
	}
	.mod-product .sub-product {
		text-align: left;
	}

	.mod-product .action-buttons {
		text-align: left;
	}

}

.mod-product .panel-group.responsive .panel-default {
	border: none;
	box-shadow: none;
}

.mod-product .panel-group.responsive .panel-default .panel-heading {
	background: none;
	padding: 0px;
	border: 0px;
	border-bottom: 1px solid #1A1819;
	margin-top: 10px;
}

.mod-product .panel-group.responsive .panel-default .panel-heading a {
	display: inline-block;
	padding: 8px 20px;
	padding-right: 10px;
	border: 1px solid #1A1819;
	border-bottom: 1px solid white;
	min-width: 240px;
	margin-bottom: -1px;
}
.mod-product .panel-group.responsive .panel-default .panel-heading a.collapsed {
	/*background-color: red;*/
}

.mod-product .panel-group.responsive .panel-default .panel-heading a:after {
  font-family: 'Glyphicons Halflings';
  content:"\e259";
  display: block;
  float: right;
}
.mod-product .panel-group.responsive .panel-default .panel-heading a.collapsed:after {
  font-family: 'Glyphicons Halflings';
  content:"\e260";
  display: block;
  float: right;
}


.mod-product .panel-group.responsive .panel-default .panel-heading a:active,
.mod-product .panel-group.responsive .panel-default .panel-heading a:focus,
.mod-product .panel-group.responsive .panel-default .panel-heading a:hover {
	/*background: #eee;*/
	color: #000;
	font-weight: bold;
	text-decoration: none;
}


.mod-product .panel-group.responsive .panel-default&gt;.panel-heading+.panel-collapse&gt;.panel-body {
	border-top: none;
}

.mod-product .amount-input {
	max-width: 50px;
}
/*================================
Order
==================================*/

.mod-order {
	margin-top: 20px;
	font-size: 15px;
}

.mod-order h1 {
	color: #000000;
	font-size: 15pt;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 40px;
}

.mod-order h2 {
	color: #000000;
	font-size: 12pt;
	text-transform: none;
  padding: 0px 0px 2px 0px;
  margin: 0px;
}
.mod-order .btn-gebruik {
  margin-top:-6px;
}
.form-group.required .control-label:after {
  color: #d00;
  content: "*";
  position: absolute;
  margin-left: 8px;
  top:1px;
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-size: 8px;
}

.mod-order .step {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #cca04b;
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
}
.mod-order .stepOLD {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #cca04b;
	color: #cca04b;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
}

@media (min-width: 780px) {
	.mod-order .step-content {
		padding-left: 44px;
	}
}

.mod-order .dl-horizontal {
	margin-bottom: 5px;
}

.mod-order .dl-horizontal dt {
	width: 100px;
	text-align: left;
}

.mod-order .dl-horizontal dd {
	margin-left: 120px;
}

.mod-order .dl-table {
	margin-bottom: 5px;
}

.mod-order .dl-table dt {
	width: 130px;
	text-align: left;
}

.mod-order .dl-table dd {
	margin-left: 140px;
}

.mod-order .cart-giftbox td {
	padding-bottom: 40px;
}
.mod-order .cart-clip td {
  padding-top: 0px;
  padding-bottom: 40px;
}

.mod-order .table td {
	border-top: none;
}

.mod-order tfoot .lbl {
	font-weight: bold;
}

.mod-order .currency {
	text-align: right;
}

.mod-order .subtotal td.currency {
	border-top: 1px solid #454546;
}

.mod-order .amount {
	width: 3em;
}
.mod-order .product-photo img {
  max-height: 70px!important;
}
.mod-order .product-photo {
  text-align:center;
}
.mod-order .radio,
.mod-order .radio-inline {
	font-weight: normal;
}

.mod-order .step-block {
	margin-bottom: 30px;
}

.mod-order .bpe_paymentmethod_list li{
	display: block;
	border-top: 1px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 5px 0px;
}
.mod-order .bpe_paymentmethod_list li:hover {
	background: #eee;
}

.mod-order .bpe_paymentmethod_list img{
	float: right;
}

/** mobile */
@media (max-width: 780px) {
	.mod-order .dl-horizontal dt {
		display: none;
	}
	.mod-order .dl-horizontal dd {
		margin-left: 0px;
	}
	.mod-order .amount {
		width: 3em;
	}
}

/*================================
Mod staffel
==================================*/

.mod-staffel {
	border: 1px solid #ccc;
	min-height: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;

	max-width: 300px;
}

.mod-staffel .bar {
	border-left: 1px solid #ccc;
	float: left;
	color: #ccc;
	text-align: center;
	cursor: pointer;
}

.mod-staffel .bar:hover {
	color: #fff;
	background: #0E748B;
}


.mod-staffel .bar.sel {
	color: #fff;
	background: #0E748B;
}

.mod-staffel .bar:first-child {
	border-left: none;
}



/** Review */
.review { display: inline-block; }
.review a{ font-size: 12px; }
.review a:hover{ font-size: 12px; }

span.stars, span.stars span {
    display: inline-block;
    background: url(images/stars.png) 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}

.clear {clear: both;}

.innerListBlock	{float: left; clear: both; width: 100%; margin: 25px 0 0 0; background-color: #cccccc; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; box-shadow: 0px 3px 0px #e9eaeb; border: none;}
.innerListBlock .innerreviewlist	{float: left; width: 96%; margin: 25px 2%;}
.innerListBlock .innerreviewlist .top		{float: left; width: 100%;}
.innerListBlock .innerreviewlist .top H2	{font-size: 233%; margin: 0; padding: 0; color: white;}
.innerListBlock .innerreviewlist .top .innerSelectVestiging		{float: right;}
.innerListBlock .innerreviewlist .review						{float: left; clear: both; width: 100%; margin: 34px 0 0 0; height: auto;}
.innerListBlock .innerreviewlist .review .reviewerInfo			{float: left; width: 75px; height: 100%;}
.innerListBlock .innerreviewlist .review .reviewerInfo .genderIcon			{width: 45px; height:45px; margin: 0 auto;}
.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconFemale	{background: url(images/iconfemale.png) no-repeat; background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconMale		{background: url(images/iconmale.png) no-repeat; background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewerInfo .reviewer			{float: left; clear: both; width: 100%; margin: 10px 0 0 0; text-align: center; color: white; position: relative;}
.innerListBlock .innerreviewlist .review .reviewerInfo .reviewer .innerReviewername	{position: absolute; top: 0; left: -8px; width: 92px; height: auto; text-align: center; color: white; font-size: 117%; overflow:hidden;}
.innerListBlock .innerreviewlist .review .reviewArrow						{float: left; width: 13px; height: 100%; min-height: 100px; background: url(images/arrowleft.png) right 20px no-repeat;}
.innerListBlock .innerreviewlist .review .reviewBox							{float: left; width: 70%; max-width: 788px; background: white; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; border: none; box-shadow: 0px 3px 0px #e9eaeb;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem				{float: left; width: 90%; margin: 20px 5%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerStars	{float: left;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerLegend	{float: left; margin: 5px 0 0 10px; font-size: 117%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile						{float: left; clear: both; display: none; margin-top: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIcon			{width: 45px; height:45px; margin: 0 auto;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconFemale	{background: url(images/iconfemale.png) no-repeat; background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconMale		{background: url(images/iconmale.png) no-repeat;background-size: 45px 45px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .reviewer			{float: left; clear: both; width: 100%; margin: 10px 0 0 0; text-align: center; color: white; font-size: 117%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDate		{float: right; font-size: 117%; color: #9f9f9f; margin: 5px 0 0 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .summary		{float: left; clear: both; width: 100%; border-top: solid #e6eaf0 1px; margin: 20px 0 0 0; padding: 25px 0 0 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .summary H2		{margin:0; padding: 0; font-size: 150%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .summary H2	A	{font-weight: bold; text-decoration: none;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDesc		{float: left; clear: both; width: 100%; border-bottom: solid #e6eaf0 1px; margin: 0 0 20px 0; padding: 0 0 25px 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDesc H3	{font-size: 133%; font-weight: bold; margin: 20px 0 0 0; padding: 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDesc P	{font-size: 133%; margin: 0;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerReactie	{float: left; clear: both; width: 100%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerReactie H3	{color: #ff0000;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore		{float: left; clear: left; line-height: 20px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .innerLabel		{font-size: 117%;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .numberrating	{font-size: 117%; color: #9f9f9f; margin-left: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .aanbeveling	{font-size: 117%; color: #9f9f9f; margin-left: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerScore .txtvalue		{font-size: 117%; color: #9f9f9f; margin-left: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerLink		{float: right;margin-top: 10px;}
.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerLink A	{font-size: 117%;}
@media screen and (min-width: 0px) and (max-width: 619px){
	.innerListBlock .innerreviewlist .review .reviewerInfo									{display: none;}
	.innerListBlock .innerreviewlist .review .reviewArrow									{display: none;}
	.innerListBlock .innerreviewlist .review .reviewBox										{max-width: 100%;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile		{display: block;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .innerDate				{margin-top: 25px;}
}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ), only screen and ( min--moz-device-pixel-ratio: 1.3 ), only screen and ( -o-min-device-pixel-ratio: 2.6/2 ), only screen and ( min-device-pixel-ratio: 1.3 ), only screen and ( min-resolution: 124.8dpi ), only screen and ( min-resolution: 1.3dppx ) {
	.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconFemale	{background: url(images/iconfemaleb.png) no-repeat; background-size: 45px 45px;}
	.innerListBlock .innerreviewlist .review .reviewerInfo .genderIconMale		{background: url(images/iconmaleb.png) no-repeat; background-size: 45px 45px;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconFemale	{background: url(images/iconfemaleb.png) no-repeat; background-size: 45px 45px;}
	.innerListBlock .innerreviewlist .review .reviewBox .reviewitem .reviewerInfoMobile .genderIconMale		{background: url(images/iconmaleb.png) no-repeat;background-size: 45px 45px;}
}
.ns	{display: none;}
.star1	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_1.png) left center no-repeat; background-size: 162px 24px;}
.star2	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_2.png) left center no-repeat; background-size: 162px 24px;}
.star3	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_3.png) left center no-repeat; background-size: 162px 24px;}
.star4	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_4.png) left center no-repeat; background-size: 162px 24px;}
.star5	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_5.png) left center no-repeat; background-size: 162px 24px;}
.star6	{width: 200px; height: 26px; margin: 0 0 0 0; background: url(images/star_inbox_-1.png) left center no-repeat; background-size: 162px 24px;}
@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ), only screen and ( min--moz-device-pixel-ratio: 1.3 ), only screen and ( -o-min-device-pixel-ratio: 2.6/2 ), only screen and ( min-device-pixel-ratio: 1.3 ), only screen and ( min-resolution: 124.8dpi ), only screen and ( min-resolution: 1.3dppx ) {
	.star1	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_1b.png) left center no-repeat; background-size: 162px 24px;}
	.star2	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_2b.png) left center no-repeat; background-size: 162px 24px;}
	.star3	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_3b.png) left center no-repeat; background-size: 162px 24px;}
	.star4	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_4b.png) left center no-repeat; background-size: 162px 24px;}
	.star5	{width: 163px; height: 24px; margin: 2px 0 0 0; background: url(images/star_inbox_5b.png) left center no-repeat; background-size: 162px 24px;}
	.star6	{width: 200px; height: 26px; margin: 0 0 0 0; background: url(images/star_inbox_-1b.png) left center no-repeat; background-size: 162px 24px;}
}

.img-responsive {
  display: inline-block;
}

@media (min-width: 750px) {
  .img-responsive {max-width:80%!important;}
}

@media (min-width: 992px) {
  .img-responsive {max-width:80%!important;}
}

@media (min-width: 1200px) {
  .img-responsive {max-width:100%!important;}
}
@media (max-width: 80px) {
  td {padding: 0px;}
}
/*UIT GEZET IVM WINKELMANDJE RESPONSIVE
table, tr, td {
	position: static;
	float:left;
	clear:left;
}
*/
.table-header-rotated td {
	position: static;
	float:none;
}
td {padding: 3px 10px 3px 3px;}
@media all and (min-width: 768px) {
	table, tr, td {
	position: static;
	float:none;
	}
}

.table tr&gt;td.vert-align-bottom{
    vertical-align: bottom;
}

.center {
    margin: 0 auto;
    width: 80%;
}
.roodbold {
  color:#ff0000;
  font-weight: bold;
}
.icon {
  font-weight: bold;
  font-size: 18px;
  color: #cca04b;
}
.accountkop {
  font-weight: bold;
  font-size: 18px;
}
.rm {display: none;}
.hand {cursor: pointer; }
.cadeauklikhier {font-size:13px; color:#000000; font-weight: normal;}
.fout {
	font-size : 13pt;
	font-weight : bold;
	color : #FF0000;
}
.color-box {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    left: 0px;
    top: 0px;
	margin: 0px 3px 0px 2px;
}
.mainpage .rowsmall {margin: 0px; padding: 0px;}

input[type=checkbox][disabled] + label {
    color: #ccc;
}

  .addtocartinput {
    width: 35px;
}

.contactformverzonden {
	color: #ffffff;
}

.blog {
    padding: 40px;
    color: #000000;
}
.blogitem {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    display: block;
}
.blogimg {
    display: block;
}
.blogtitle {
    display: block;
    margin: 25px 25px 0px 25px;
    line-height: 20px;
    min-height: 50px;
}
.blogtitle a{
    font-size: 25px;
    color: #000000;
}
.blogintro {
    display: block;
    margin: 5px 25px 25px 25px;
    height: 235px;
    overflow: hidden;    
}
.blogintro a {
    color: #cca04b!important;
    font-weight: bold;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .blogtitle a {
        font-size: 20px;
    } 
}
.blogstat {
    display: block;
    margin: 25px;
    padding-bottom: 20px;
}
.blogintro a:hover {
    color: #000000!important;
    font-weight: bold;
}
.blogread { 
    float: right;
}
.blogheader {
    background-color: #cca04b;
    text-align:center;
    padding: 0px;

}
.blogheader img {
    width: 100%;
}
.blogregel div {
    padding: 30px;
}
.blogregel, .blogregel h2 {
    background-color: #ffffff;
    color: #000000;
}
.blogregel a {
    color: #cca04b;
}

#map-canvas { height: 700px; width: 98%; } /*filter: grayscale(100%);}*/
#zoek-div { height: 700px; overflow: scroll; padding: 0px!important;}
.storeresult {padding-left: 10px; }

@media screen and (min-width: 768px){
	#kaart-div { padding: 0px!important;}
}

#kaart-div{
  position: relative;
}

.popupdiv{ width:300px; height: 100px; font-size: 14px; font-weight: normal;}
#marktmap-canvas { width:250px; height: 350px; }
.popupmarktdiv{ width:158px; height: 60px; font-size: 14px; font-weight: bold;}
.zoekstore {
    background-color: #000000;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
    color: #ffffff;
}
.zoekstore input {
    color: #000000;
}
.storelocator h1 {
    color: #000000;
    text-align: center;
}
 .input-icons img { 
    position: absolute;
    max-width: 20px; 
} 
  
.input-icons { 
    width: 100%; 
    margin-bottom: 10px; 
} 
  
.icon { 
    padding: 5px 10px 0px 10px; 
    min-width: 40px; 
} 
  
.input-field { 
    width: 100%; 
    padding: 10px; 
    text-align: center; 
} 


.storecarousel {
    background-color: #222222;
    padding: 30px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block; 
    padding: 20px;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.zoekveld-container {
    display: flex;
    width: 100%;
    align-items: center;
    border: solid 1.5px #cca04b;
    border-radius: 24px;
    overflow: hidden;
	margin-bottom: 20px;
}

.zoekveld-container input {
    flex: 1; /* Laat het zoekveld de beschikbare ruimte opvullen */
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 16px;
}

.zoekveld-container button {
    background: #cca04b;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px;
}

.zoekveld-container button:hover {
    background: #dddddd;
}
.txtblack, #wwnew_id, #wwnew_text_id {
	color: #000000;
}</pre></body></html>