.panel-footer {
    background-color: #eeebe5;
    border-top: none; 
}
.category-box h4 {
font-family: 'Amiko' !important;
}
body {
	font: 300 16px / 22px 'Amiko';
    line-height: 1.625;
	color: #6a6f7a;
	width: 100%;
}

.container {
max-width:1230px;
width: 100%;
}

/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */

* {
box-shadow:none !important;
outline:none !important;
}

.pagination > .active > span {
background-color: #31353e;
  border-color: #31353e;
  padding-bottom: 5px;
}

.pagination > li > a {
color: #31353e;
padding-bottom: 5px;
}

.input-group-addon {
background-color:transparent;
border-color:transparent;
}

a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #aea59f;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Kodchasan', sans-serif;
	color: #31353e;
	text-rendering: optimizelegibility;
	margin-top:0;
}
h1 {
	font-size: 46px;
	line-height: 100%;
    padding-bottom: 20px;
}

h1.border {
text-align:center;
padding: 20px 0px;
margin-bottom: 30px;
border-top: 2px solid #ededf3;
border-bottom: 2px solid #ededf3;
}

h2 {
	font-size: 28px;
	line-height: 32px;
}
h3 {
	font-size: 24px;
	line-height: 26px;
}
h4 {
	font-size: 18px;
	line-height: 22px;
}
h5 {
	font-size: 16px;
	line-height: 23px;
}
h6 {
	font-size: 15px;
	line-height: 22px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}

a:focus {
    color: #23a1d1;
    text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 14px;
	font-weight: 300!important;
}
.list-group .checkbox {
	margin-top: 0px;
	padding-left: 10px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 15px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover, .input-group-sm {
	font-size: 15px !important;
}

.form-control {
height:36px;
}

select {
height:34px !important;
width:auto !important;
padding:5px 25px 5px 5px !important;
background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50% !important;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
outline: 0;
font-size: 15px;
margin: 0px;
cursor: pointer;
}

.input-group .input-group-addon {
	font-size: 15px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    color: rgba(255,255,255,.5);
}
/* top */
#top {
	background-color: #EEEEEE;
	border-bottom: 1px solid #e2e2e2;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 6px;
    margin-top: 4px;
    margin-right: 10px;
	width:200px;
	border-bottom: solid 1px #ede9dd;
}
@media screen and (max-width: 767px) {
#search {
width: 45%;
position: absolute;
left: 15px;
}
}

#filters .panel-footer {
padding:0;
text-align:left !important;
position:relative;
left:-3px;
}

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

#filtercontainer {
display:block !important;
}

.filter-collapse {
width: 100vw;
position: relative;
left: -15px;
}

#filters.list-group {
padding:0;
margin-top:15px;
border-top: solid 10px #eeebe5;
}

#filters .list-group-item {
margin:0;
padding: 5px 15px;
background-color:#eeebe5;
}

} /* end mediaquery */

.show_hide i {
font-weight:bold;
font-size:20px;
position:relative;
top:2px;
}

.nav.navbar-nav.pull-right {
margin-top: 5px;
margin-right: 5px;
}

#search .input-lg {
	height: 34px;
	line-height: 20px;
	padding: 0 8px;
	border:none;
	background-color:transparent !important;
	color:#FFFFFF;
	margin-top:5px;
    font-family: 'Roboto Slab';
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	color:#ede9dd;
	background-color:transparent !important;
	padding:5px 5px 0 5px;
    border:none;
}
#search .form-control::placeholder {
  color: #FFF;
  opacity: 0.8;
  }
/* cart */
#cart {
	margin-top: 5px;
}
#cart > .btn {
	line-height: 25px!important;
	color: #ede9dd;
	background-image: none;
	background-color: transparent;
	border: none;
	text-shadow: none;
	padding:10px 10px 4px 10px;
	margin-left:5px;	
    border-radius: 4px;
    }
#cart > .btn i {
    font-size: 18px;
}

#cart .cart-number {
background-color:#31353e;
color:#FFFFFF;
padding:0 2px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
font-size:12px;
min-width:18px;
display:inline-block;
height:18px;
line-height:18px;
position: relative;
top: -5px;
left: -5px;
}

#cart > .btn:hover, #cart.open > .btn {
	background-image: none;
	background-color: transparent;
	color:#FFFFFF;
	box-shadow: none;
	text-shadow: none;
}

#cart .table-condensed td {
border:none;
padding:1px;
}

#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
margin-top:10px!important;
	min-width: 100%;
	background-color:#F9F9F9!important;
	color: #6a6f7a!important;
    border: solid 1px #eeebe5!important;
    box-shadow: 0 3px 12px rgba(0,0,0,.07) !important;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
	min-width:200px;
}
/* menu */
#menu {
	background-color: #ad9964;
	min-height: 50px;
	padding:0;
	border-radius: 0px;
    margin-bottom:15px;
}

.icons {
/*border-top: 2px solid #ededf3;
border-bottom: 2px solid #ededf3;*/
font-size: 16px;
color:#31353e;
padding:10px;
	margin-bottom: 20px;
	text-align:center;
}

.icons i {
font-size:24px;
margin:0 7px;
}

@media screen and (max-width: 1024px) {
#menu {
	margin-bottom: 15px;
	}
}

@media screen and (max-width: 960px) {
#menu {
	margin-bottom: 15px;
	}
}
#menu.small {
	padding: 10px 0 5px;
}
#menu a, #buttons-right .list-inline > li > button.btn {
	color: #31353e;
}
#menu .nav > li > a, #header .nav > li > a {
	color: #31353e;
	padding: 10px 15px 10px 10px;
	min-height: 15px;
	background-color: transparent;
	font-size:14px;
}

#header .navbar-nav > li > a {
    color: #bdc3d1;
    font-family: 'Kodchasan';
	font-size:16px;
    padding: 25px 25px 25px 25px;
}

#header .navbar-nav > li > a > svg {
opacity: 0.8;
margin-left: 4px;
}

#menu .nav > li > a {
	font-size: 16px;
  font-family: 'Roboto Slab';
  font-weight: 300;
 color: rgba(255,255,255,.8);
	padding: 15px 28px 8px 10px;
    margin-right: 18px;
}
#menu .nav > li > a:after {
width: 1px;
  height: 18px;
  content: "";
  background-color: #b9a87b;
  display: block;
  position: absolute;
  right: 0;
  top: 17px;
}

#menu .nav > li:last-of-type > a:after {
display: none;
}

@media screen and (max-width: 960px) {
#menu .nav > li > a, #header .nav > li > a {
	padding: 10px 8px 10px 8px;
	}
	
    .header-logo {
    position: relative;
    top: inherit;
    left: inherit;
    -webkit-transform: none;
  -ms-transform: none;
  transform: none;
    }
    
	#header img {
    margin-right: 15px !important;
    margin-left: 15px !important;
    margin-top: 7px;
    margin-bottom: 7px;
    width: 125px;
    height: auto;
}
.navbar-collapse {
    padding-right: 5px!important;
    padding-left: 5px!important;
	}

	/* Bootstrap gebruikt standaard 768px als navigatie-breakpoint.
	   Dit thema schakelt al bij 960px over naar de mobiele menuknop. */
	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.navbar-collapse.collapsing {
		display: block !important;
	}

    .navbar-header .navbar-toggle {
    display: block!important;
  }
	#header #category {
	padding-left:5px!important;
	}
} /* end mediaquery */

#menu .nav > li > a > .fa {
margin-top:0;
margin-right:0;
font-size: 20px;
}

#menu .nav.pull-right > li {
background-color:transparent;
    border-radius: 4px;
	margin-left:6px;
}
#menu .nav.pull-right > li > a {
	padding-left:12px !important;
	padding-right:12px !important;
    color: #EDE9DD;
    padding-top: 10px;
    margin-right: 0;
} 

#menu .nav > li:hover > a, #menu .nav > li.open > a, #header .nav > li:hover > a, #header .nav > li.open > a {

    border-radius: 4px;
	color: #FFFFFF;
}
#menu .navbar-nav.chevron li.dropdown > a/*, #header li.dropdown > a*/ {
	position: relative;
	padding-right: 25px;
}
#menu .navbar-nav.chevron li.dropdown > a:after/*, #header li.dropdown > a:after*/ {
	position: absolute;
    top: 16px;
    right: 10px;
    content: "\f078";
    font-family: FontAwesome;
    font-size: 10px;
    display: block;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#menu .dropdown-menu, #header .dropdown-menu {
	padding: 15px;
	padding-top: 18px;
    color: #ffffff;
	border: none;
	background: none;
	box-shadow: none;
	margin-top: -13px;
}
#menu .navbar-nav.chevron .dropdown-menu:before, #header .dropdown-menu:before {
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 21.6px;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px;
    background: #6e6259;
}
#menu #cart .dropdown-menu:before, #menu #buttons-right .dropdown-menu:before {
	display: block;
    content: "";
    position: absolute;
    top: 10px;
    right: 21.6px;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 3px;
    background: #6e6259;
}

#menu #cart .dropdown-menu:before {
top:-8px;
background:#F9F9F9;
}

#menu .dropdown-inner, #header .dropdown-inner {
	display: table;
	margin: 0 -15px;
	padding: 15px 0;
    background: #6e6259;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 3px 3px 0 0;
}
#header .dropdown-inner, #cart .dropdown-inner, #buttons-right .dropdown-inner {
	-webkit-border-radius: 4;
	-moz-border-radius: 4px;
	border-radius: 3px;
}
#buttons-right .list-inline > li:hover > a.btn, #buttons-right .list-inline > li:hover > button.btn, #buttons-right .list-inline > li.open > a.btn {
	background-color: #7c6f64;
    border-radius: 3px;
    color: #eeebe5;
}
#buttons-right .list-inline > li > button.btn:focus {
    outline:none !important;
}
@media (max-width: 960px) {
	#buttons-right .visible-xs {
		display: inline-block!important;
	}
	#header { min-height:75px!important;}
	/*#buttons-right {
		width: 100%;
	}*/
}
#cart .dropdown-inner {
	padding: 15px;
}
#menu .dropdown-inner ul, #header .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a, #header .dropdown-inner a {
	min-width: 200px;
	display: block;
	padding: 3px 20px;
	color: #FFFFFF;
	clear: both;
	line-height: 35px;
	font-size: 16px;
  font-family: 'Roboto Slab';
  font-weight: 300;
}
#menu .dropdown-inner li a:hover, #header .dropdown-inner li a:hover {
	color: rgba(255,255,255,.5);
}
#menu .see-all {
	font-family: 'Kodchasan', sans-serif;
	display: block;
	border-top: 1px solid #DDD;
	padding: 10px 20px 15px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 18px;
    background: #6e6259;
	margin: 0 -15px;
	color: #ddd;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #aea59f;
}
#menu #category, #header #category {
	padding-left: 15px;
	line-height: 40px;
	color: #FFFFFF;
	width:auto;
	display:inline;
	float:left;
}

.navbar-header {
position: absolute;
  top: -71px;
  right: 23px;
}

#menu .btn-navbar, #header .btn-navbar {
	font-size: 16px;
	font-stretch: expanded;
	color: rgba(255,255,255,.8);
	padding: 0;
	float: left;
	margin-left: 15px;
	background-color: transparent !important;
    font-family: 'Kodchasan', sans-serif;
}
.navbar-nav {
margin:0;
}
#menu .btn-navbar i {
font-size:22px;
top:3px;
position:relative;
margin-left:6px;
}
#header .btn-navbar {
	color: #6a6f7a;
	background-color: #31353e;
	border: none;
	box-shadow: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled], #header .btn-navbar:hover, #header .btn-navbar:focus, #header .btn-navbar:active, #header .btn-navbar.disabled, #header .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
#header {
	position: relative;
	min-height: 100px;
    padding: 15px 9px;
    background: #31353e;
}
#header img {

}

.header-table-wrapper {
	position: relative;
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.header-table-cell {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.header-logo {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 165px;
    height: auto;
    margin-top: -36.5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
	z-index: 10;
}

@media screen and (max-width: 960px) {
	
    .header-logo {
    position: relative;
    top: inherit;
    left: inherit;
    margin-top: 0;
    -webkit-transform: none;
  -ms-transform: none;
  transform: none;
    }
    }

@media (min-width: 961px) {
  
	.navbar-collapse.collapse {
		display: inline-block!important;
		padding:0;
	}
	#menu .dropdown:hover .dropdown-menu, #header .dropdown:hover .dropdown-menu {
		display: block;
	}
	#header {
		height: 100px;
	}
	#header .margin-logo {
		margin-right: 215.5px;
	}
	#header .navbar-nav {
		margin-left: 0;
	}
}
@media (max-width: 768px) {
	#menu div.dropdown-inner > ul.list-unstyled, #header div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu, #header div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
	}
	#menu .navbar-nav .dropdown-menu:before, #header .navbar-nav .dropdown-menu:before {
		top: 49px!important;
	}
	#menu .dropdown-inner, #header .dropdown-inner {
		display: block;
		border-radius: 0;
	}
	#menu .dropdown-inner a, #header .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover, #header .dropdown-menu a:hover, #header .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
	#header {
		min-height: 70px;
		padding: 15px 0;
	}
	#header .navbar-collapse {
		text-align: left;
	}
}
/* content */
.categories {
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  user-select: none;
  touch-action: pan-y;
  scrollbar-width: thin;
}

.categories.is-dragging {
  cursor: grabbing;
}

.categories ul {
  display: inline-flex;
  flex-wrap: nowrap;
  list-style-type: none;
  padding: 30px 0;
  margin: 0;
}

.categories ul li {
  flex: 0 0 auto;
}

.categories ul a {
  display: block;
  font-family: Kodchasan;
  font-weight: 300;
  padding: 0 25px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 5px;
  white-space: nowrap;
  background-color: #fff;
  color: #5b5b5b;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.07) !important;
  border: solid 1px #31353e;
  margin: 10px;
}

/* Voorkomt tekstselectie tijdens slepen */
.categories.is-dragging a {
  pointer-events: none;
}

.clear {
clear:both;
}
#content {
	padding-bottom:60px;
}

#banner0 {
display: flex;
gap:20px;
padding-top: 60px;
flex-wrap: wrap;
}

.banner {
position: relative;
width: calc(33.3% - 14px);
}
.banner img {
border-radius:5px;
}

.banner-title {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
text-align: center;
padding: 25px;
border-radius: 5px;
background: rgba(173,153,100,.9);
color: #FFFFFF!important;
pointer-events: none;
width: 197px;
}

.banner-title h3 {
color: #FFFFFF!important;
}

.banner-title p {
font-family: Kodchasan;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  padding-right: 27px;
}

.banner-title p:after {
content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  transition: .2s ease-out;
    transition-property: all;
  transition-property: height,width,background-position;
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2223%22%20height%3D%2211%22%20viewBox%3D%220%200%2023%2011%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20points%3D%2217%201%2022%205.5%2017%2010%22%20%2F%3E%0A%20%20%20%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20x1%3D%220%22%20y1%3D%225.5%22%20x2%3D%2222.4%22%20y2%3D%225.5%22%20%2F%3E%0A%3C%2Fsvg%3E%0A");
background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
}

.banner:hover .banner-title p:after {
background-position: 100% 50%;
}

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

.banner {
width: 100%;
max-width: 600px;
margin: 0 auto;
}

} /* end mediaquery */

/* footer */
.prefooter {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #eeebe5;
	color: #6a6f7a;
/*	margin-top: 30px;*/
}
.prefooter ul {
	margin-bottom: 0px;
}
.prefooter a {
	color: #36b7d3;
	text-decoration: none;
}

.prefooter a:hover {
color:#2697b0;
}

.prefooter .fa.fa-whatsapp {
font-size: 21px;
margin-right: 10px;
}
.prefooter a:hover {
	color: #6a6f7a;
}
.prefooter .icon-button {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 46px;
    height: 46px;
    border-radius: 5px;
    background: #dcd9d3;
    line-height: 46px;
    color: #31353e;
    font-size: 30px;
    text-align: center;
	margin-top: 20px;
}
.prefooter .icon-button:hover {
    background-color: #6e6259;
    color: #fafaff;
    outline: none;
}

.prefooter .icon-button:hover svg {
fill:#FFFFFF;
}
.prefooter .icon-button .fa {
    font-size: 20px;
}
.prefooter .icon-button + .icon-button {
	margin-left: 20px;
}
footer {
	padding: 40px 0;
	background-color: #aea59f;
	color: #fff;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #fff;
	font-weight: 400;
}
footer a:hover {
	color: rgba(255,255,255,.5);
}
footer h5, .prefooter h5 {
	font-size: 24px;
	margin-bottom:30px;
}
.postfooter {
	padding: 20px 0;
	background-color: #FFFFFF;
	text-align: center;
}
.postfooter a {
	color: #36b7d3;
}
.postfooter a:hover {
	color: #2697b0;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
    font-size: 14px;
}

.alert-dismissable .close, .alert-dismissible .close {
top: 2px;
  right: 0;
  opacity: .4;
  font-size: 26px;
}

/* breadcrumb */
.breadcrumb {
	margin: 10px 0 20px 0;
	padding: 8px 0;
    background-color: transparent;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 22px 0 10px;
	position: relative;
	white-space: nowrap;
    font-size: 14px;
  font-family: 'Roboto Slab';
}

.breadcrumb > li a {
  color: #31353e;
  }

.breadcrumb > .breadcrumb-back {
font-family: Kodchasan;
  font-weight: 300;
  padding: 0 25px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 5px;
  white-space: nowrap;
  background-color: #fff;
  color: #31353e;
  box-shadow: 0 3px 12px rgba(0,0,0,.07) !important;
  border: solid 1px #31353e;
}

.breadcrumb > li + li:before {
	content:"\f101";
    font: normal normal normal 14px/1 FontAwesome;
	padding: 0;
    top: 5.5px;
    right: 0;
    position: absolute;
  color: #31353e;
}

.breadcrumb > li:last-of-type:before {
display: none;
}

.pagination-ijssel {
text-align:center;
}

.pagination-ijssel a span{
display:inline-block;
padding:0 7px;
font-weight:bold;
font-size:18px;
color:#31353e;
}

.pagination-ijssel a span i{
font-size:23px;
position:relative;
top:2px;
}

/* buttons */
.buttons {
	margin: 1em 0;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, #cart > .btn {
	font-size: 15px;
}
.btn-xs {
	font-size: 10px;
}
.btn-sm {
	font-size: 12px;
}
/*.btn {
	margin-right: 5px!important;
}*/
.btn-default {
	display: inline-block;
    float: none!important;
    min-width: 18px;
    padding: 7px 25px;
    line-height: 26px;
    font-family: Kodchasan;
  font-weight: 300;
	font-size: 15px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 5px!important;
    border: solid 1px #31353e;
	background: #FFFFFF;
    color: #6a6f7a;
    box-shadow: 0 3px 12px rgba(0,0,0,.07) !important;
}
.btn-primary {
	display: inline-block;
    float: none!important;
    min-width: 18px;
    padding: 7px 25px;
    line-height: 26px;
	font-size: 15px;
    text-decoration: none;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
	background:#ad9964;
    font-family: Kodchasan;
  font-weight: 300;
    color: #fff;
    border: none;
}
.input-group-btn > .btn-primary {
line-height: 22px!important;
  padding: 7px 9px 7px 10px!important;
}
.btn-block {
	padding: 5px 0;
}
#cart.btn-block {
	padding: 0;
	width: auto;
}
/*#buttons-right > div {
	display: inline-block;
}*/
#buttons-right .list-inline>li {
	padding: 0!important;
}
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled] {
	background-color: #e4e3df;
    color: #31353e;
    outline: none;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #6e6259 !important;
    color: #fafaff;
	border: none;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: none;
	background-color: #31353e;
	background-image: linear-gradient(to bottom, #31353e, #31353e);
	background-repeat: repeat-x;
	border-color: #31353e;
	padding: 7px 12px;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */

#sorter.row {
display: flex;
justify-content: right;
gap:10px;
}

.row.products {
display: flex;
flex-wrap: wrap;
}

.product-layout {
	margin-bottom: 25px;
	overflow: auto;
}

.product-thumb.no-border {
border-bottom:none;
}

.product-thumb .image {
	text-align: center;
    position: relative;
}

.product-thumb .image .sale-label {
position: absolute;
top: 15px;
left: 15px;
background-color: #ad9964;
border-radius: 4px;
padding: 5px 8px;
line-height: 100%;
color: #FFFFFF;
font-size: 14px;
  font-family: 'Roboto Slab';
  font-weight: 300;
  z-index: 5;
}

.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover img{
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb .caption {
	padding: 0 20px;
	color: #6a6f7a;
	position:relative;
	padding-bottom: 50px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

.product-thumb h4 {
	font-size: 15px;
	font-family: 'Amiko';
	font-weight: bold;
}
.product-thumb h4 a, .product-thumb h4 a:hover {
	color: #6a6f7a;
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-layout .price {
	color: #31353e;
	font-family: 'Kodchasan', sans-serif;
	font-size: 20px;
	position:absolute;
    width:calc(100% - 66px);
    left: 33px;
	bottom:0;
	border-bottom: 2px solid #ededf3;
}
.product-layout .price-old {
	color:#b5b8bd;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-layout .price-tax {
	color: #31353e;
	font-size: 12px;
	display: none;
	font-family: 'Amiko';
}
.product-thumb .button-group {
	text-align: center;
	display:none;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
/*@media (min-width: 792px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 791px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}*/

/* fixed colum left + content + right*/

.sort {
float:right;
width:270px;
}

@media (max-width: 1023px) {
    #column-left  {
       display:none;
    }
	
	#content {
	width:100%;
	}
	
	.product-layout {
	width:33.3%;
	}
}

@media (max-width: 768px) {

.panel-body .col-sm-6 {
padding-bottom: 30px;
padding-top: 30px;
}

.product-layout {
	width:50%;
    padding-left: 10px;
    padding-right: 10px;
	}

}

@media (max-width: 640px) {

/*#content .col-sm-6 {
	width:100%;
	}*/

.hidden-xxs {
display:none;
}

#sorter .input-group-addon {
display:none;
}

}

.panel {
	background: #eeebe5;
	border-radius: 3px;
	color: #6a6f7a;
	border: none;
}

.panel > .panel-heading h4 {
	font-family:'Roboto Slab';
}

.panel > .panel-heading, .panel .panel-body {
	background: none;
	border: none!important;
}

.panel .panel-body {
	background:#FFFFFF;
	}

#column-left .panel-heading, #column-right .panel-heading {
	font-family: 'Kodchasan', sans-serif;
    font-size: 32px;
    line-height: 32px;
    padding: 15px 20px 0;
}
/* list group */
.list-group-item:first-child, .list-group-item:last-child {
	border-radius: 0px;
}
.list-group {
	padding: 20px;
}
.list-group-item {
	line-height: 22px;
	margin: 0 -20px;
	padding: 5px 15px;
	border-radius: 0px;
	color: #6a6f7a;
	border: 0px;
	background-color: inherit;
}

.list-group a:hover, .list-group a:focus {
    background: transparent;
   /* color: #4f535b;*/
    outline: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #aea59f;
}
.list-group-item.child {
	font-size: 14px;
}
.row.sub-cats {
	font-size: 14px;
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.table > tbody > tr:last-child > td {
border-bottom: 1px solid #ddd;
}

.table.table-borderless > tbody > tr > td {
border:none;
}

#cart .table-striped td.text-right {
	white-space: nowrap;
}
#cart table.first tr > td {
	vertical-align: middle;
}
#cart .dropdown-inner a {
	display: inline-block;
	min-width: 10px;
}
#cart .img-thumbnail {
	max-width: initial;
	padding:0px;
	background-color: transparent;
	border: none;
	border-radius: 0px;
}