.affix {
	position: fixed;
	width: 100%;
	top:0;
	z-index: 999;
	background-color: #fff;
	border-bottom: 1px solid #efefef;
}
.affix .fa-bars {
	font-size: 18px!important;
}
.navbar-toggle {

    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 8px;
    padding: 0 10px;
}
	#logo img {
	    margin-top: 15px;
	    display: block;
	    width: 150px;
	    -webkit-transition: width 1s; /* Safari */
    transition: width 1s;
	}
	.smaller #logo img {
	    width: 100px;
	}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
}
.carousel-inner {
    margin-top: 90px;
}
.home-overons {
  background-image: url("/catalog/view/theme/default/image/theme/home-hand-bloem.jpg"); /* The image used */
  background-color: #cccccc; /* Used if the image is unavailable */
  height: 530px; /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.home-dhib {
	height: 530px; 
      color: #fff;
    background-color: #7ca237;
}
.home-dhib img {
	position: relative;
	bottom:0;
	position: absolute;
}
.home-dhib .section-bdih {
	padding: 39px 50px 22px 50px;
}

#categorie-blokken h3 {
	    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	}
.bm .post-thumb .post-thumb-body .short-description {
    font-size: 15px!important;
    line-height: 1.9!important;
    color: #590000!important;
}
.bm .post-thumb .post-thumb-heading .title a {
    color: #590000!important;
}
.bm .post-thumb .post-thumb-footer {
    display: none!important;
}
.category-header h1 {
	color:#fff;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.dropdown-menu {
    border: 1px solid #fff;
}
.post-thumb-heading .title a:hover {
	color:#e69800;
}
.post-thumb {
	border:1px solid #d4d4d4;
}
.post-thumb .image:hover {
	opacity: 0.8;
}
.post-body-padding {
	padding: 0px 20px 35px 20px;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #590000;
	font-size: 15px;
	line-height: 1.9;
	width: 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	color: #590000;
}
.padding {
	padding: 75px 0;
}
/* default font size */
.fa {
	font-size: 12px;
	margin-right: 5px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #590000;
}
a:hover {
	text-decoration: none;
}
p {
    margin: 0 0 15px;
}
h3.product-titel {
    word-break: keep-all;
    text-align: center;
    display: block;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
.text-white {
	color:#fff;
}
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: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before  {
    color:#590000;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #590000;
    border-color: #590000;
}
.pagination>li>a {
    color: #590000;
}
.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 {
	text-decoration: none;
	color: #ffffff;
	background-color: #590000;
	background-repeat: repeat-x;
}
/* top */
.spacer {
	height: 91px;
}
#top {
	background-color: #fff;
	border-bottom: 1px solid #efefef;
    z-index:99;
}

#top .list-inline>li {
    padding: 10px 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;
	background-color: #efefef;
}
#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;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
    background-color: #fff;
    border-color: #efefef;
    border-radius: 6px;
}

.nav .navbar-nav>li>.dropdown-menu {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}



#product-product img.master-image {
	max-width: 80%;
	margin-top: 3em;
	margin-left: auto;
	margin-right: auto;
} 

#product-category, #product-product, #information-information { 
	background-color: #E3E9DC;
}
/* logo */
#logo {
	position:absolute;
	z-index: 9;
}
#logo img {
    margin-top: 5px;
    display: block;
}

.bg-primary {
	color: #fff;
	background-color: #590000;
}
.bg-secondary {
	color: #fff;
	background-color: #7ca237;
}
.bg-white {
	background-color: #fff;
}
.bg-secondary p {
	margin: 0 0 14px;
}
.section {
	padding: 3em;
}
.align-right {
	text-align:right;
}
.home-block-primary p {
	font-size: 18px;
	font-weight: 300;
}

.home-grey {
	background-color: #efefef;
}

.home-lichaamsverzorging {
	background-image: url(/catalog/view/theme/default/image/theme/bg-home-nieuwe-producten.jpg);
}

.category-header {
    height: 20vh;
    margin-top: 70px;
}

.text-center {
	text-align: center;
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
}
.overlay .mask:hover {
    opacity: 1;
}

.overlay .mask {
    /*opacity: 0;*/
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.view .mask {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    cursor: pointer;
}
.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.rgba-blue:hover {
    background-color: rgba(108, 175, 220,.7);
}

.rgba-purple:hover {
    background-color: rgba(144,142,192,.7);
}

.rgba-orange:hover {
    background-color: rgba(171, 66, 27,.7);
}

.rgba-green:hover {
    background-color: rgba(163, 187, 129,.7);
}

.rgba-yellow:hover {
    background-color: rgba(226, 204, 95,.7);
}

.rgba-pink:hover {
    background-color: rgba(193, 45, 69,.7);
}

/* search */
#search {
	margin-bottom: 10px;
} 
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}



/* carousel */

.carousel-caption h3 {
	font-size: 23px;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}
.carousel-caption {
    right: 15%;
    top: 45px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    text-align: center;
    text-shadow: none;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@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;
}
/* menu */

#menu .nav > li > a {
	color: #590000;
	
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #fff;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
	padding: 5px 10px 15px 10px;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	white-space: nowrap;
	display: block;
	padding: 8px 20px;
	clear: both;
	line-height: 17px;
	color: #5c0c0d;
	font-size: 15px;
}
#menu .dropdown-inner a:before {
	content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -10px; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #e19300;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
	    display: none;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {


	#menu {
		
		background-color: transparent;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #fff;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #5c0c0d;
	}
	#menu .dropdown-menu a:hover,
	#menu .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;
	}
}
/* content */
#content {
	min-height: 600px;
}
#content h3 {
	margin-top: 35px;
}
#content p {
	margin-bottom: 20px;
}

/* footer */
footer {
	margin-top: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #590000;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 3px 10px 3px 10px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 8px 0;
	background-color: #fff;
	margin-top: 100px;
}
.breadcrumb i {
	font-size: 12px;
	
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
	text-transform: lowercase;
	font-size: 12px;
}
.breadcrumb a {
	color:#8c6262;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 7px;
	right: -5px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sub-categorie {
	margin-top: 15px;
}
.sub-categorie  ul li a {
	border: 1px solid #590000;
	padding: 3px 8px;
	font-size: 13px;
}
.sub-categorie  ul li a:hover {
	border: 1px solid #590000;
	background-color: #590000;
	color:#fff;
}
.ajax-filter .af-body .selected-list .af-selected {
    font-size: 12px!important;
    line-height: 12px!important;
    height: 29px!important;
    margin-right: 5px!important;
    padding: 7px 32px 10px 13px!important;
    border-radius: 5px!important;
    background-color: #e3e9dc!important;
}
.ajax-filter .af-body .selected-list .af-selected:after {
    width: 18px!important;
}
.ajax-filter.modal {
    background: #e3e9dc!important;
    padding: 35px;
    border-radius: 10px;
}
.ajax-filter .af-body {
    padding: 0 25px;
}
.ajax-filter .af-body .af-container > .af-heading > span {
    top: 21px;
    right: 15px!important;
}
.spacer {
	    margin-top: 60px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn-kopen {
	padding: 5px 8px;
	background-color: #98A94B;
	font-size: 12px;
	color: #fff;
	border: 1px solid #98A94B;
	border-radius: 0px;
	
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5c0c0d;
    background-image: linear-gradient(to bottom, #b45e0a, #5c0c0d);
    background-repeat: repeat-x;
    border-color: #e09100 #a54d0d #5c0c0d;
}
.btn-primary:hover {
	color: #ffffff;
    border-color: #a54d0d;
}

.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: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.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);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/*caption */ 

.caption {
    right: 15%;
    top: 15px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    text-align: center;
    text-shadow: none;
    position: absolute;
    right: 15%;
}
/* carousel */
.carousel-caption {
	color: #590000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 30px;
	overflow: auto;
	overflow:hidden;
	min-height: 360px;
}
.product-thumb h3 {
	text-transform: uppercase;
	margin-top: 10px;
}
.product-thumb span {
	font-size: 16px;
	font-weight: 500;
}
.product-thumb .image {
	text-align: center;
	
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image  img {
	text-align: center;
	-webkit-transition:  1s ease-out;
    -moz-transition:  1s ease-out;
    -o-transition:  1s ease-out;
}
.product-thumb .image img:hover {
	transform: scale(1.07);
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}

.category-filter {
	margin-top: 20px;
}
.category-filter .panel-default, .panel-default>.panel-heading, .list-group-item, .panel-footer {
    border-color: #e3e9dc!important;
    border: none!important;
    background-color:#e3e9dc!important;
}
.category-filter .panel-footer {
	border-color: #e3e9dc;
}



@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}

}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
	.nav>li>a {
    padding: 10px 12px;
    font-size: 13px;
}
footer {
	text-align: center;
}
.carousel-inner {
    margin-top: 70px;
}

}
@media (max-width: 768px) {
	
	.nav>li>a {
    padding: 10px 10px;
    font-size: 15px;
}

.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.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-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
	.carousel-caption{
		display: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%;
	}
	.related h3.product-titel, .related span {
		font-size: 12px;
		margin-bottom: 5px;
	}
}
@media (max-width: 767px) {

	.section {
    padding: 1.5em 2em;
}
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
	.related h3.product-titel, .related span {
		font-size: 11px;
		margin-bottom: 5px;
	}

	.navbar-toggle { }
	
	footer {
		    text-align: center;
	}
}


.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;
}
.ajax-filter .af-body .af-container > .af-elements > .af-wrapper .af-element {
    margin: 5px 0 5px!important;
}
.ajax-filter .af-body .af-container > .af-elements > .af-wrapper .af-element label > input[type='checkbox'] + span {
    margin-top: 6px!important;
}
.ajax-filter .af-body .af-container > .af-elements > .af-wrapper .af-element label > input[type='checkbox'] + span {
    border-radius: 50%;
}
@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;
	}
	.related h3.product-titel, .related span {
		font-size: 13px;
		margin-bottom: 5px;
	}

}
@media (min-width: 992px) 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: 991px) {
	#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*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* 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;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.vot-0 {
	margin-top: 0em;
}
.vot-1 {
	margin-top: 1em;
}
.vot-2 {
	margin-top: 2em;
}
.vot-3 {
	margin-top: 3em;
}
.vot-4 {
	margin-top: 4em;
}
.vob-0 {
	margin-bottom: 0em;
}
.vob-1 {
	margin-bottom: 1em;
}
.vob-2 {
	margin-bottom: 2em;
}
.vob-3 {
	margin-bottom: 3em;
}
.vob-4 {
	margin-bottom: 4em;
}

@media (max-width: 568px) {
		.whitespace{
    margin-top: 100px;
} 
	.smaller #logo img {
	    width: 75px;
	    margin-top: 10px;
	}
	
	.navbar-collapse {
		margin-top: 20%;
	}
		.nav>li>a:before {
	 font-family: FontAwesome;
    content: "\f054";
	   display: inline-block;
	   padding-right: 3px;
	   vertical-align: middle;
	   margin-right: 2px;
	   font-size: 10px;
	   color:#e19300;
}
.home-overons {
    height: 700px;
}
	.section-bdih {
	padding: 25px 15px;
}
	
	
	#myCarousel, .category-header {
	   margin-top: 60px;
	}
	
	#product-product img.master-image {
		max-width: 70%;
		margin-top: 1.5em;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: -5em;
	} 
	#categorie-blokken h3 {
	    font-size: 15px;
	}
	#logo img {
    margin-top: 10px;
    display: block;
    width: 100px;
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0);
}
}


.carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left  {
    display: none;
}



.smaller .navbar-nav>li>a {
	    padding-top: 8px;
	    padding-bottom: 8px;
	    
	}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: transparent;
}