html {
    scroll-behavior: smooth !important;
}
html, body {
	overflow-x: hidden;
}
body {
	font-family: "Inter", sans-serif;
	font-size:1.5em;
	font-weight: 400;
	color: #555;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #193C58;
}
/* default font size */
.fa {
	font-size: 14px;
}
h1,h2,h3,h4,h5 {
	font-family: "Ubuntu", sans-serif;
	font-weight: 400;
	font-style: normal;
}
a {
	color: #1B3A55;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-weight: normal;
}
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;
}
.dropdown-menu {
	border-radius:0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
}
.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;
}
/* 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;
}
.nopadding {
	padding:0;
	width: 100%;
}
@media (min-width:768px) {
	.padding {
		padding: 0 5%;
	}
}
@media (max-width:767px) {
	.padding {
		padding: 0 15px;
	}
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	opacity:0.8;
}
/* top */
@media (min-width:768px) {
	#top {
		height: 50px;
		background:#fff;
	}
}
#top ol, #top ul {
	margin:0;
}
#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;
	opacity:0.8;
}
#top .btn-link, #top-links li, #top-links a {
	color: #1B3A55;
	text-decoration: none;
}
.dropdown-menu>li>a {
	color: #555!important;
}
.dropdown-menu>li>a:hover {
    background-image: none;
    background-color: #f9f9f9;
}
#top .btn-link:hover, #top-links a:hover {
	color: #9fb5d3;
}
#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 a + a {
	margin-left: 15px;
}
@media (min-width:768px) {
	.top {
		display: flex;
		align-items: center;
		justify-content: right;
		height: 50px;
	}
}
header {
	background: #fff;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}
header h4 {
	font-size: 13px;
}
@media (max-width:1023px) {
	header {
		height: 40px;
		text-align: center;
		overflow: hidden;
	}
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
@media (max-width:767px) {
	#input-search {
		margin-bottom:10px;
	}
}
.form-control:focus {
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#search {
	border:1px solid #ddd;
	border-radius:25px;
}
#search .input-lg {
	height: 40px;
	padding: 0 10px;
	border:none;
	background: #fff;
	border-radius: 25px 0 0 25px;
}
#search .btn-lg {
	font-size: 15px;
	padding: 10px 12px;
	height:40px;
	overflow:hidden;
	background: #fff;
    color: #4D6481;
	border:none;
}
.fa-search {
	color:#1B3A55;
}
/* cart */
#cart {
	margin-bottom: 0;
}
.cart {
	background: transparent;
    border: 0;
}
@media (min-width:768px) {

	#menu {
		display: flex;
		align-items: center;
		justify-content: right;
	}
}
.cart-count {
	background: #EF7A1C;
	color: #fff;
    padding: 1px 6px 0;
    border-radius: 50px;
    margin-left: -3px;
    margin-top: -10px;
    float: right;
    z-index: 1;
    position: relative;
}
@media (max-width:1199px) {
	.cart-count {
		margin: -5px 0 0 -5px;
	}
}
#cart > .btn {
	font-size: 12px;
	background:transparent;
    border: 0;
    height: 40px;
}
#cart.open > .btn {
	background: #bf6020;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	border-radius:0;
}
#cart.open > .btn:hover {
	color: #fff;
}
#cart > .btn.checkout {
	padding:0 0 0 5px;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
	border-radius:0;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@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;
}
/*logo*/
@media (min-width:768px) {
	.desktop {
		display: none;
	}
}
@media (max-width:767px) {
	.mobiel {
		display: none;
	}
}
.navbar-brand {
    height: 50px;
    padding: 0 15px;
    /* font-size: 18px; */
    /* line-height: 20px; */
}
.navbar-brand>img {
    height: 40px;
    margin: 5px 0;
}
/* menu */
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent;
    border: none;
}
@media (min-width:390px) and (max-width: 1199px) {
	.list-inline > li {
		padding-right: 15px;
	}
	.list-inline > li:last-child {
		padding-right:0;
	}
}
@media (max-width: 389px) {
	.list-inline > li {
		padding-right:0;
	}
}
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	border: none;
	/* border-right: none; */
	/* border-top: 1px solid transparent; */
	/* border-bottom: 1px solid transparent; */
}
.navbar {
	border: none;
	margin-bottom: 0;
}
#menu {
    background-color: #fff;
    min-height: 40px;
    border-radius: 0;
	z-index:11;
}
#menu .nav > li > a {
	padding-top: 11px;
    padding-bottom: 11px;
	font-weight:bold;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background:#fff;
	color:#FFA500;
	border:0;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	background: #E5F4F9;
	border:0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 220px;
	display: block;
	padding: 10px 15px;
	clear: both;
	line-height: 15px;
	color: #777;
	font-size: 16px;
}
#menu .dropdown-inner li a:hover {
	color: #222;
	background:transparent;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #1B3A55;
	padding: 10px 15px 5px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color:#555;
	text-align:center;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #222;
}
/*animatie dropdown*/
@media (min-width:768px) {
	.navbar-nav > li > .dropdown-menu {
		display: block;
		height: 0;
		opacity: 0;
		overflow: hidden;
		transition: opacity 0.2s ease;
		-webkit-transition: opacity 0.2s ease;
		visibility: hidden;
	}
	#menu .dropdown:hover .dropdown-menu {
		height: auto;
		opacity: 1;
		visibility: visible;
	}
}
#menu #category {
    float: left;
    padding: 9px;
    text-transform: uppercase;
}
#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 8px 15px;
	margin:0;
	margin-right: 0;
    float: right;
    background-color: #193B56;
    border: none;
	height:40px;
	border-radius:25px;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #bf6020;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
		margin:4px 0;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}
@media (max-width: 767px) {
	#menu {
		border-radius: 0;
		min-height: 40px;
        padding: 10px 0;
    }
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
		border-radius:25px;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #193B56;
	}
	#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: #193B56;
	}
}
/* content */
/*
.htmlcontent img {
	width: 100%!important;
	height: auto;
}*/
#content {
	min-height: 600px;
}
.panel {
	border-radius:0;
}
.img-thumbnail {
	border:none;
}
/* footer */
footer {
    left: 0;
    bottom: 0;
	padding: 15px;
    width: 100%;
	background: #fff;
	margin-top: 30px;
	border-top:1px solid #ddd;
	font-size: 13px;
}
footer h5 {
	font-size: 16px;
	font-weight: bold;
}
footer a {
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
footer hr {
    width:25%;
    margin:30px auto;
	border-top: 1px solid #EC7D14;
}
.credit {
	text-align:center;
}
/* alert */
.alert {
	padding: 10px 20px;
	border-radius: 25px;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: -10px;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.well {
    min-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background-color: #f8fcff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 8px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: auto;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.bootstrap-datetimepicker-widget {
    border-radius: 0;
}
/* breadcrumb */
.breadcrumb {
	background: transparent;
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: none;
	border-radius:0;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	right: -5px;
	width: 12px;
	height: 12px;
	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);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;
}
@media (max-width:767px) {
	.breadcrumb li {
		display: none;
	}
	.breadcrumb li:first-child,
	.breadcrumb li:last-child {
		display: list-item;
		padding:0;
		display: inline-block;
		margin-right: 10px;
	}
	.breadcrumb > li:after {
		content: none;
	}
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	border: 1px solid #cccccc;
	border-radius: 25px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
#button-cart {
	display: flex;
	align-items: center;
	justify-content: center;
}
.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,
.btn-primary {
    color: #ffffff;
    background-color: #EF7A1C;
    border: 0;
}
.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #EF7A1C;
	opacity:0.8;
	color:#fff;
	background-position: 0 -15px;
	border-color:transparent;
			transition: all 0.3s ease;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
	background-color: #EF7A1C;
	opacity:0.8;
}
.btn-warning {
	color: #ffffff;
    background-color: #da4f49;
    border: none;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {}
.btn-danger {
	color: #ffffff;
    background-color: #da4f49;
    border: none;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	border: none;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
}
.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;
	background-color: #363636;
}
.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);
}
.btn-group-sm>.btn, .btn-sm,
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	border-radius:0;
}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
    outline: thin dotted;
    outline: 0;
    outline-offset: 0;
}
/* 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: #fff;
	border: 1px solid #DDDDDD;
}
/* 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 */
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
	padding: 10px;
	margin-bottom: 15px;
	width: 100%;
	text-align: center;
	border: 1px solid #ededed;
	border-radius: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}
.product-thumb:hover {
	border: 1px solid #ddd;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	object-fit: cover;
	display: block;
	margin: auto;
	height: 200px !important;
	transition: all .2s ease-in-out;
}
.product-thumb .image img:hover {
	transform: scale(.98);
}
.product-grid .product-thumb .image {
	float: none;
}
@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;
	}
}
@media (max-width: 767px) {
	.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;
	margin:0;
}
.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-grid .product-thumb {
    padding-bottom: 50px;
}
.product-thumb .button-group {
	border-top: none;
	background-color: transparent;
	overflow: auto;
}
.product-grid .product-thumb .button-group {
	border-top: none;
	background-color: transparent;
	overflow: auto;
	position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
}
.product-list .product-thumb .button-group {
	border-left: none;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 33%;
	border: none;
	display: inline-block;
	float: left;
	line-height: 38px;
	height: 38px;
	font-weight: normal;
	text-align: center;
	text-transform: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#E97D1A;
}
.product-thumb .button-group button:nth-child(1) {
	background: transparent;
}
.product-thumb .button-group button:nth-child(1):hover {
	opacity:0.8;
}
.product-thumb .button-group button:nth-last-child(-n+2) {
	color: #5cb85c;
}
/*latest*/
.product-thumb .toplatest.button-group {
	margin-bottom:10px;
}
.product-thumb .toplatest.button-group button {
	float:right;
	border: 1px solid #ddd;
    width: 35px;
    border-radius: 25px;
    height: 35px;
}
.product-thumb .toplatest.button-group button:last-child {
	margin-right:5px;
}
.latest.button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	line-height: 38px;
	height: 38px;
	font-weight: normal;
	text-align: center;
	text-transform: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#E97D1A;
}
.latest.button-group button:nth-child(1) {
	background: #EF7A1C;
    border-radius: 25px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.latest.button-group button:nth-child(1):hover {
	opacity:0.8;
}
.latest.button-group button:nth-last-child(-n+2) {
	color: #fff;
}
@media (max-width: 1200px) {
	.product-thumb .latest.button-group button,
	.product-thumb .latest.button-group button + button {
		width: 100%;
	}
}
/*einde latest*/
.product-thumb .button-group button + button {
	width: 33%;
	border-left: none;
	background:transparent;
}
.product-thumb .button-group button:hover {
	opacity:0.8;
	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%;
	}
}
.thumbnail {
	border:0;
}
.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: none;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.nav-tabs>li>a {
	border-radius:0;
}
@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: 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;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
/*slider*/
.slider {
	display: flex;
    align-items: center;
}
[class*="item-"] {
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	width:100%;
}
@media (max-width:1023px) {
	[class*="item-"] {
		position: absolute;
		display: block;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto; /* centreren zonder transform-conflict */
		text-align: center; /* voor nette uitlijning van tekst */
	}
}
[class*="item-"] h4:before {
	font-family: "Font Awesome 6 Free";
	content: "\f00c";
	font-weight: 900;
	color: #ff8e43;
	padding-right: 5px;
}

.item-1 {
	animation-name: anim-1;
}
.item-2 {
	animation-name: anim-2;
}
.item-3 {
	animation-name: anim-3;
}
.item-4 {
	animation-name: anim-4;
}
@media (min-width: 500px) and (max-width: 1023px) {
	@keyframes anim-1 {
		0%, 6.25%   { transform: translateX(-100%); opacity: 0; }
		6.25%, 18.75% { transform: translateX(25%); opacity: 1; }
		25%, 100%   { transform: translateX(110%); opacity: 0; }
	}
	@keyframes anim-2 {
		0%, 25%     { transform: translateX(-100%); opacity: 0; }
		31.25%, 43.75% { transform: translateX(25%); opacity: 1; }
		50%, 100%   { transform: translateX(110%); opacity: 0; }
	}
	@keyframes anim-3 {
		0%, 50%     { transform: translateX(-100%); opacity: 0; }
		56.25%, 68.75% { transform: translateX(25%); opacity: 1; }
		75%, 100%   { transform: translateX(110%); opacity: 0; }
	}
	@keyframes anim-4 {
		0%, 75%     { transform: translateX(-100%); opacity: 0; }
		81.25%, 93.75% { transform: translateX(25%); opacity: 1; }
		100%        { transform: translateX(110%); opacity: 0; }
	}
	[class*="item-"] {
		width: 50%;
	}
}
@media (max-width: 499px) {
	@keyframes anim-1 {
		0%, 6.25%      { transform: translateX(-100%); opacity: 0; }
		6.25%, 18.75%  { transform: translateX(0%);    opacity: 1; }
		25%, 100%      { transform: translateX(110%);  opacity: 0; }
	}
	@keyframes anim-2 {
		0%, 25%        { transform: translateX(-100%); opacity: 0; }
		31.25%, 43.75% { transform: translateX(0%);    opacity: 1; }
		50%, 100%      { transform: translateX(110%);  opacity: 0; }
	}
	@keyframes anim-3 {
		0%, 50%        { transform: translateX(-100%); opacity: 0; }
		56.25%, 68.75% { transform: translateX(0%);    opacity: 1; }
		75%, 100%      { transform: translateX(110%);  opacity: 0; }
	}
	@keyframes anim-4 {
		0%, 75%        { transform: translateX(-100%); opacity: 0; }
		81.25%, 93.75% { transform: translateX(0%);    opacity: 1; }
		100%           { transform: translateX(110%);  opacity: 0; }
	}
	[class*="item-"] {
		width: 100%;
	}
}
/* 	1. aantal rijen x 4 : 100 = xxx
	2. xxx zet je in de eerste rij bij het tweede percentage en in de tweede rij, eerste percentage
	3. tel deze twee op en tel deze uitkomst weer bij het eerste percentage op van de tweede rij
	4 herhaal dit voor alle rijen
*/
.zoekblok {
	position: absolute;
    z-index: 1;
	left:15px;
}
.zoekblok input[type="text"]{
    margin: 8px 0;
    text-indent: 1px;
    padding: 3px 0 3px 22px;
    width: 5px;
    height: 34px;
    background-color: #fff;
    color: #999;
    line-height: 34px;
    font-weight: normal;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    cursor: pointer;
    border: 0;
}
.zoekblok input[type="text"]:focus{
    width: 100%;
    outline: none;
    background:#fff;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    cursor:text;
}
@media (min-width:768px) {
.row.equal {
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
	}
	.row.equal > .product-layout {
		display: flex;
		flex-direction: column;
	}
	.product-layout {
		display: flex;
		flex-direction: column;
	}
}
.label-warning:before {
    content: "enkelen ";
}
.label-success,
.label-warning,
.label-danger {
	font-size: 85%;
	font-weight: 100;
	border-radius: 2px;
	padding: 2px 5px;
	text-transform: lowercase;
}
/*kleur hart bij wenslijst
.fa-heart:before,
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
    color: #1B3A55;
}
*/
.plusmin {
	background: transparent;
	color:#777;
}
.plusmin:hover,
.plusmin:focus,
.plusmin:active {
    color: #333;
    background-color: transparent;
    border-color: none;
}
/*responsive img informatiepaginas*/
.htmlcontent img,
.information-information img {
    max-width: 100%;
    height: auto;
    display: block;
}
.htmlcontent img {
	margin: 0 auto;
}
/*megamenu*/
body > .mega-dropdown {
	display: block; 
	position: static;
	width: 100%;
	background: #fff;
	box-shadow: none;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
@media (min-width: 768px) {
	body > .mega-dropdown {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: block;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		background: #fff;
		box-sizing: border-box;
		z-index: 10;
		transition: opacity 0.3s ease, transform 0.3s ease;
		transform: translateY(0);
		box-shadow: 0 6px 30px #a7bac7;

		/* Reset Bootstrap dropdown-menu eigenschappen */
		float: none;
		min-width: auto;
		padding: 0 15px;
		margin: 0;
		font-size: inherit;
		text-align: inherit;
		list-style: none;
		border: none;
		border-radius: 0;
	}
	body > .mega-dropdown.active {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	body > .mega-dropdown .dropdown-inner {
		display: flex;
		flex-wrap: wrap;
		gap: 60px; /* ruimte tussen kolommen */
		max-width: 1280px;
		margin: 0 auto;
		padding: 20px;
	}
	body > .mega-dropdown .list-unstyled {
		flex: 1 1 220px;
		margin: 0;
		padding: 0 25px;
		border-left: 1px solid #ddd;
	}
	body > .mega-dropdown .list-unstyled:first-child {
		border-left: none;
	}
	body > .mega-dropdown .list-unstyled li {
		margin-bottom: 10px;
	}
	body > .mega-dropdown .list-unstyled li a {
		display: block;
		padding: 8px 0;
		font-size: 16px;
		line-height: 1.6;
		color: #003355;
		text-decoration: none;
		transition: color 0.2s ease;
	}
	body > .mega-dropdown .list-unstyled li a:hover {
		color: #0073aa;
	}
	body > .mega-dropdown a.see-all {
		padding-bottom: 10px;
		display:block;
	}
}
/*tweede level*/
/* Tweede niveau (sub-sub-menu) */
.sub-sub-menu {
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 14px;
    border-left: 1px solid #ddd;
}

.sub-sub-menu li a {
    font-size: 14px;
    padding: 3px 0;
    color: #003355;
}

.sub-sub-menu li a:hover {
    color: #0073aa;
}
@media (max-width: 767px) {
    .sub-sub-menu {
        border-left: none !important;
        margin-left: 0 !important;
        padding-left: 20px !important;
        list-style-type: circle !important; /* ronde, open bullets */
        list-style-position: outside !important;
    }
    .sub-sub-menu li {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .sub-sub-menu li a {
        font-size: 15px;
        padding: 6px 0 !important;
        display: inline-block;
        vertical-align: middle;
        font-weight: normal !important; /* sub-sub niet bold */
    }
    .list-unstyled > li > a {
        font-weight: bold !important;
        font-size: 16px;
        display: block;
        padding: 8px 0;
    }
}
/*einde mega*/
/*banner*/
.bu_top_banners {
	margin-bottom: 30px;
	z-index: 9;
	position: relative;
}
.bu_top_banners .col-md-6 {
	padding: 0;
}
.bu-text {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	padding: 15px;
	color: #fff;
	width:100%;
}
.bu-text h1,
.bu-text h2,
.bu-text h3,
.bu-text h4 {
	color: #fff;
}
.bu-text a,
.bu-text a:hover {
	text-decoration: none;
	color: #fff;
}
.top_banner_description a {
	display: block;
	text-align: center;
	margin: 10px 0;
	background: #fff;
	color: #333;
	padding: 10px 20px;
	border-radius: 25px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.top_banner_description a:hover {
	text-decoration: none;
	opacity: 0.8;
	color: #333;
}
.bu-banner {
	position: relative;
	overflow: hidden; /* nieuw: zorgt dat afgeronde hoeken werken */
}
.bu-banner img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: cover;
	border-radius: 0; /* reset */
}
.bu-banner.no-image {
	min-height: 200px;
}
/* --- Desktop weergave --- */
@media (min-width: 768px) {
	.row.bu_top_banners {
		display: flex;
		flex-wrap: wrap;
		background: #EF7A1C;
		border-radius: 25px;
		margin:30px 0;
		overflow: hidden;
	}

	.row.bu_top_banners > [class*="col-"] {
		display: flex;
		flex-direction: column;
	}

	/* Reset */
	.bu-banner.no-image {
		border-radius: 0;
	}

	/* Afbeelding rechts (2e kolom) */
	.row.bu_top_banners > [class*="col-"]:last-child .bu-banner img {
		border-radius: 0 25px 25px 0;
	}

	/* Afbeelding links (1e kolom) */
	.row.bu_top_banners > [class*="col-"]:first-child .bu-banner img {
		border-radius: 25px 0 0 25px;
	}

	.bu-banner {
		flex: 1;
	}
}

/* --- Mobiel weergave --- */
@media (max-width: 767px) {
	.bu_top_banners {
		display: flex;
		flex-direction: column;
		align-items: stretch;
	}

	.bu_top_banners > [class*="col-"] {
		flex: 1;
		display: flex;
	}

	.bu-banner {
		flex: 1;
	}

	.bu-banner.no-image {
		background: #EF7A1C;
		border-radius: 0; /* vlak op mobiel */
	}
}

/*tooltip*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 22px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #1B3A55;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #1B3A55;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #1B3A55;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #1B3A55;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #1B3A55;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #1B3A55;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #1B3A55;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #1B3A55;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #1B3A55;
}
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 25px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border-radius: 25px 25px 0 0;
}
.nav>li>a:focus,.nav>li>a:hover {
	border: 1px solid transparent;
    background-color: transparent;
}
/*pagination*/
.pagination {
	margin: 10px 0;
}
.pagination > li > a,
.pagination > li > span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	margin: 0 3px;
	border-radius: 50% !important;
	border: 1px solid #ddd;
	color: #5cb85c;
	background-color: #fff;
	transition: all 0.2s ease-in-out;
}
.pagination > li > a:hover,
.pagination > li > span:hover {
	background-color: rgba(92, 184, 92, 0.1);
	border-color: #5cb85c;
	color: #5cb85c;
	text-decoration: none;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #5cb85c;
	border-color: #5cb85c;
	color: #fff;
	cursor: default;
	z-index: 2;
}
.pagination > .disabled > a,
.pagination > .disabled > span {
	opacity: 0.5;
	pointer-events: none;
	background-color: #fff;
	border-color: #ddd;
	color: #aaa;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	width: 28px;
	height: 28px;
	font-size: 12px;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	width: 44px;
	height: 44px;
	font-size: 18px;
}