body {
	font-family: 'Roboto', 'Exo' , 'Open Sans', sans-serif;
	font-weight: 400;
	color: #222;
	font-size: 10pt;
	line-height: 20px;
	width: 100%;
}
header {
    padding-bottom: 0px;
}
.list-group-item {
    margin-bottom: 0px;
}
a.aanb {
    color: #68b32e !important;
}
#menu a.aanb {
    color: #000 !important;
}
#page-home .usp {
    display: none;
}
.product-thumb .rating {
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
    width: fit-content;
}
.list-group-item:last-child {
    border-radius: 0px;
    border-bottom: 3px solid #e4d300;
}
i.fa.fa-heart {
    color: #92c83e;
}
.wshlst i {
    color: #6aaf43;
    font-size: 19pt;
}
button.btn.btn-default.wshlst {
    background: transparent;
    border: 0px;
    padding: 0px;
    box-shadow: none;
}
div#error-not-found .tc {
    display: block;
}
div#error-not-found .tc {
    display: block;
    background: #f9f9f9;
    padding: 10px 35px;
    border-radius: 27px;
}
div#error-not-found .tc .product-thumb.transition {
    background: #FFF;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    max-width: 100%;
}
#content h1 {
    font-size: 18pt;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 400;
}
.alert-danger {
    color: #000000;
    background-color: #ffe2e2;
    border-color: #ff0029;
}
.dropdown-menu {
    min-width: 235px;
}
tr.text-danger {
    background: #fff2f2 !important;
}
span.text-danger {
    color: #ce0400;
    font-size: 14pt;
    letter-spacing: 0px;
    font-weight: 600;
    letter-spacing: 1px;
    font-style: italic;
}
.swiper-container {
    -webkit-box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 7px 1px rgb(0 0 0 / 8%);
    border: 2px solid #FFF;
}
.panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item {
    border-width: 0px 0;
    border-radius: 0;
}
#category a.list-group-item {
    border-bottom: 2px solid #ff6e07 !important;
}
#category .list-group a:after {
    content: none !important;
}
.subcatcolm .img-thumbnail:hover {
}
div#product-category h2 {
    color: #63bc46;
    margin-top: 0px;
    font-size: 17pt;
}
div#product-category h1 {
    color: #63bc46;
    margin-top: 0px;
    font-size: 17pt;
}
.checkbox input {
    margin-top: 3px;
}
.product-thumb i.fa.fa-shopping-cart {
}
.checkbox, .radio {
    margin-top: 5px;
    margin-bottom: 5px;
}
.panel.panel-default {
    border-radius: 0px;
    border-color: #eaeaea;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #dfd42f;
    border-color: #d5ba2e;
}
.pagination>li>a, .pagination>li>span {
    color: #63bc46;
}
#column-left .list-group a {
    text-transform: none !important;
    padding: 0px 10px 7px 10px;
    font-weight: 400;
    font-size: 12pt;
    border-bottom: 2px solid #e1e1e1 !important;
}
#column-left .list-group a:after{
	content: none;	
}
#column-left .list-group a:hover {
    background: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 18px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 13pt;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #63bc46;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 10pt;
	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;
}
.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;
	border-radius: 0px;
	color: #FFF;
	border: 0px;
	background: #d5b92d;
}
/* 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 {
	text-decoration: none;
	color: #ffffff;
	background-color: #ffffff;
	background-image: linear-gradient(to bottom, #63bc4626, #92c83e38);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #f1f1f1;
	border-bottom: 2px solid #ffffff;
	box-shadow: 0px 3px #f3f3f3;
	padding: 5px 0px 1px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
	font-size: 11pt;
	background: url(../image/achtergrond.jpg) scroll;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #eee0;
}
#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: #000000;
	/* 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: 9px;
	max-width: 300px;
	margin: 18px auto;
}
i.fa.fa-search {
    font-size: 13pt;
}
#search .input-lg {
	height: 40px;
	border: 0px;
	border-radius: 0px;
	border-bottom: 1px solid #CCC;
	line-height: 20px;
	padding: 0 10px;
	font-size: 10pt;
	box-shadow: none;
}
#search .btn-lg {
	font-size: 14px;
	line-height: 18px;
	padding: 9px 17px;
	text-shadow: none;
	border: 0px;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	background: none;
	box-shadow: none;
}
/* cart */
#cart {
	margin-bottom: 10px;
	margin-top: 20px;
}
#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: #ffffff;
	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 {
	/* background-color: #8ec848; */
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	background-repeat: repeat-x;
	/* border-color: #92c83e #b6c934 #b6c934; */
	min-height: 47px;
	border: 0px;
	/* border-top: 1px solid #f5f5f5; */
	border-bottom: 1px solid #f1f1f1;
}
#menu .dropdown-inner {
    width: 100%;
}
#menu .nav > li > a {
	color: #64bc46;
	/* text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); */
	padding: 0px 8px 0px 8px;
	min-height: 15px;
	background-color: transparent;
	font-size: 11pt;
	border-bottom: 2px solid #fff0;
	transition: all 0.4s;
	border-right: 1px solid #e2e2e2;
}
#menu .nav > li:last-child > a {
    border-right: 0px;
}
ul.nav.navbar-nav {
    padding-top: 12px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgb(255 255 255 / 10%);
	color: #539e3b;
}
#menu .dropdown-menu {
    padding: 1px 0;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: auto;
	display: block;
	padding: 6px 12px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 10pt;
}
#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;
	background: #63bc4c;
	color: #fff;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #66bd46;
	background-image: linear-gradient(to bottom, #69be47, #92c83e);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #63bc46;
	/* text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); */
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #92c83e;
	background-image: linear-gradient(to bottom, #63bc46, #92c83e);
	background-repeat: repeat-x;
	border-color: #63bc46;
}
#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;
}

#page-home nav#menu {
    display: none;
}

#page-home header {
    padding-bottom: 10px;
}
.alert-success {
    color: #ffffff;
    background-color: #64bc46;
    border-color: #458e2c;
    padding: 15px !important;
    text-align: center;
    font-size: 11pt;
}
.alert-success a {
    color: #fff78a;
    font-size: 11pt;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgb(99 188 76 / 9%);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
		text-align: center;
	}

	#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;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #8dbe3e26;
	border-top: 2px solid #fff;
	font-size: 10pt;
	color: #4a4a4a;
	box-shadow: 0px -4px #0000001a;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #151515;
	font-size: 10pt;
}
footer a:hover {
	color: #63bc46;

}
footer h5 {
	font-family: 'Roboto', 'Exo' , 'Open Sans', sans-serif;
	font-size: 14pt;
	font-weight: 400;
	color: #63bc46;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: -3px 0 17px 0;
	padding: 8px 0;
	border: 1px solid #f3f3f3;
	border-radius: 0px;
	background: #f9f9f9;
	border-left: 0px;
	border-right: 0px;
}
.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: 6px;
	right: -5px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #63bc46;
	border-bottom: 1px solid #63bc46;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;

	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.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: 11px;
}
.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: #737373;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #ebebeb);
	background-repeat: repeat-x;
	border-color: #dadada;
}
a.btn.btn-primary {
    font-size: 11pt;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #63bc46;
	background-image: linear-gradient(to bottom, #63bc46, #769940);
	background-repeat: repeat-x;
	border-color: #63bc46 #63bc46 #63bc46;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #6fa642;
	border: 1px solid #cccccc;
	background-position: unset;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #64bc46;
    border-color: #64bc46;
    border: 1px solid #64bc46 !important;
    outline: none !important;
}
.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 {
    color: #fff;
    background-color: #64bc46;
    border-color: #64bc46;
}
.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: #92c83e;
	background-image: linear-gradient(to bottom, #d5ba2e, #d5ba2e);
	background-repeat: repeat-x;
	border-color: #d5ba2e;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #d5ba2e;
	background-image: linear-gradient(to bottom, #b6c934, #d5ba2e);
}
/* list group */
.list-group-item:first-child,.list-group-item:last-child {
    border-radius: 0px;
}

.list-group a {
	border: 0px solid #DDDDDD;
	color: #ff6e07;
	padding: 1.25px 19px;
	text-transform: uppercase;
	font-size: 10pt;
	letter-spacing: 0.2pt;
	font-weight: 600;
	border-bottom: 1px solid #e9e9e9;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #ffffff;
	background: #ff6e07;
	transition: all 0.4s;
}
#column-left .list-group a.active, #column-left .list-group a.active:hover, #column-left .list-group a:hover {
	border: 0px solid #DDDDDD;
	color: #565656;
}

/* 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-thumb {
	border: 1px solid #fff;
	margin-bottom: 20px;
	overflow: auto;
	transition: all 0.3s;
	box-shadow: 0px 0px 4px 0px #00000012;
	/* border-radius: 17px; */
}
.product-thumb:hover {
    border: 1px solid #f2f2f2;

    box-shadow: 0px 0px 15px 0px #0000000f;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image img:hover {
    opacity: 1.2;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	opacity: 0.9;
	transition: all 0.5s;
}
.product-grid .product-thumb .image {
	float: none;
	padding: 3px 0px;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: 400;
}
.product-thumb .caption {
	padding: 0 10px;
	min-height: 106px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}

@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	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: #54993c;
	font-weight: 500;
	font-size: 13pt;
	text-align: center;
}
.caption h4 a {
    font-size: 11pt;
    line-height: 1.5em;
    /* min-height: 37px; */
    display: block;
    text-align: center;
    color: #444444;
}
.caption h4 a:hover {
    color: #63bc46;
}
.caption h4 {
    padding: 0px !important;
    margin: 10px 0px;
    margin-bottom: 2px;
}
.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;
	/* 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;
	}
	.idealimg {
    display: none;
	}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #63bc46;
	color: #ffffff;
	line-height: 38px;
	font-size: 12pt;
	font-weight: 400;
	text-align: center;
	/* text-transform: uppercase; */
	transition: all 0.3s;
	border: 0px !important;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #ffffff;
	background-color: #4f9c3a;
	text-decoration: none;
	cursor: pointer;
}
.fa-shopping-cart:before {
    content: "\f07a";
    font-size: 13pt;
}
@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: 100%;
}
#logo {
    text-align: -webkit-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;
}

@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;
	}
	.product-thumb i.fa.fa-shopping-cart {
    display: none;
	}
	.subcatcolm {
    min-height: 191px;
	}
}
@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;
}
ul.dropdown-menu.dropdown-menu-right a {
    color: #0a0a0a !important;
}
.list-group a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 22px;
    float: right;
    font-weight: 300;
    color: #ff8c87;
    line-height: 19px;
}

.list-group a:hover:after {
    color: #FFF;
}
.live-search ul li .product-name {
    color: #63bc46;
    font-size: 9pt;
    font-weight: 600!important;
    width: 60% !important;
}
.live-search .result-text {

    font-weight: bold;
    text-align: center;
    font-size: 12px!important;
    line-height: 40px!important;
    background-color: #ffffff!important;
    bottom: -32px!important;




    border-bottom: 1px solid #CCC!important;
    border-top: 0px!important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.live-search ul li .product-price {
    font-weight: 600!important; 
    width: 15% !important;
}
.live-search .view-all-results {
    color: #69bf52!important;
}
.product-add-cart a.btn.btn-primary {
    background: #69bf52;
    border: 0px;
    border-radius: 0px;
}
.list-group-item:first-child,.list-group-item:hover:first-child {
    border-top: 4px solid #92c83e;
    transform: all 0.6;
}
#cart button.btn.btn-inverse.btn-block.btn-lg.dropdown-toggle {
    background: none;
    color: #000000;
    border: 0px;
    box-shadow: none;
    font-size: 11pt;
}
#cart i.fa.fa-shopping-cart {
    font-size: 13pt;
    margin-right: 10px;
}
.tc .swiper-viewport {
    width: 74%;
    float: left;
}
.tc {
    display: flex;
}
.tc .list-group {
    width: 100%;
    float: left;
    margin-left: 17px;
}
.row img {
    max-width: 100%;
}
.parent img, .parent2 img{
	border: 2px solid #FFF;
	transition: all 0.1s ease-in-out;
 }
 .parent img:hover, .parent2 img:hover{
	border: 2px solid #8ebd2880;
}
.parent2 img {
    width: 100%;
}
.clearbox{
	clear:both;
	height: 1px;
}
.cb h3 {
    margin: 19px 0px !important;
}
.swiper-pagination.slideshow0.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
}
.tc .swiper-viewport {
    margin: 0 0 42px!important;
    box-shadow: none;
    border: 0px solid #fff;
}


.subcatcolm {
}
.subcatcolm a {
    font-size: 9pt;
    text-align: center;
    display: block;
    color: #000000;
    font-weight: 400;
}
.subcatcolm .img-thumbnail {
    border: 0px solid #ddd;
 }
.subcatcolm .img-thumbnail {/* border: 1px solid #eaeaea; */border-radius: 15px;display: block;margin: 0 auto;margin-bottom: 6px;}
.row.subcatimg {
    margin-bottom: 25px;
}
.subcatcolm {
    border: 1px solid #f0eeee;
    margin: 1.66%;
    margin-bottom: 11px;
    padding-bottom: 12px;
    transition: all 0.15s ease-in-out;
    min-height: 232px;
    padding: 2px;
    padding-bottom: 13px;
}
.subcatcolm:hover {box-shadow: 0px 0px 15px 0px #0000000f;}

@media (max-width: 767px) {
.col-sm-2.subcatcolm {
    width: 46%;
    float: left;
    margin: 2%;
    min-height: 190px;
}
.tc {
    display: none !important;
}
div#error-not-found .tc {
    display: block !important;
}
div#error-not-found	.caption {
    min-height: 85px !important;
}
.cb {
    margin-top: 22px;
}
.row.blokken img {
    width: 100%;
    height: auto;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    max-width: 100%;
}
.tc .list-group {
    width: 100%;
    float: left;
    margin-left: auto;
}

.tc {
    display: block;
}
.tc .swiper-viewport {
    width: 100%;
    float: none;
}
.tc .list-group {
    width: 100%;
    float: left;
	margin-left: auto;
}
.live-search ul li .product-price {
    font-weight: 600!important;
    width: 20% !important;
}
#search {
    margin-bottom: 9px;
    margin-top: 14px;
    max-width: 303px !important;
    margin: 11px auto;
}
#menu #category {
    font-weight: 500;
    text-transform: uppercase;
}
#menu .nav > li > a {
    color: #63bc46;
    /* text-shadow: 0 -1px 0 rgb(0 0 0 / 25%); */
    padding: 5px 7px 5px 14px;
    min-height: 1px;
    background-color: transparent;
    font-size: 9.3pt;
    border-bottom: 2px solid #fff0;
    transition: all 0.8s;
    text-align: center;
    font-size: 11pt;
    font-weight: 400;
}
	footer li a {
    font-size: 10pt;
}
footer li {
    padding: 3px 0px !important;
}
}

span.price-tax {
    display: none !important;
}.welkom_module {
    margin-top: 36px;
}
.blokken img:hover {
    border: 1px solid #FFF;
    box-shadow: 0px 0px 0px 4px #63bc4624;
}
.blokken img{
    border: 1px solid #FFF;
    box-shadow: 0px 0px 0px 0px #63bc4624;
	transition: all 0.6s;
}
.collapse.navbar-collapse.navbar-ex1-collapse {

    padding: 0px !important;
}


@media (min-width: 1200px){
.container {
    width: 1200px;
}
}
@media (min-width: 1400px){
.container {
    width: 1400px;
}
.tc .swiper-viewport {
    FONT-WEIGHT: 600;
    width: 66.6%;
}
#menu .nav > li > a {
    padding: 0px 16px 0px 16px !important;
}
}

a#compare-total {
    border: 1px #ddd solid;
    color: #555;
}
img.logo.img-responsive {
    max-width: 274px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 4px 10px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
}
#menu .active {
    color: #ff6e07 !important;
}
#menu .dropdown-inner a{
	color: #000 !important;
}
.blokken img {
    width: 100%;
}
#cart .btn {
    text-align: right;
}
a:focus, a:hover {
    color: #171717;
}

.cookie_notice_block > p {
    margin: 0;
    font-size: 12pt;
}
.cookie_notice_block > button {
    background-color: #64bc46;
    background-repeat: no-repeat;
    margin-left: 10px;
    padding: 5px 10px;
    border-color: #8dbe3e !important;
    color: #FFF !important;
    font-size: 10pt;
}

.cookie_notice_block {
    height: 94px !important;
    background-color: rgb(1 1 1 / 77%) !important;
    border-top: 4px solid #64bc4666;
    box-shadow: 4px -1px 10px 4px #0000004a;
}
@media (max-width: 768px) {
.tc .swiper-viewport {
    width: 64%;
    float: left;
}
.tc .list-group a {
    padding: 3px;
    font-size: 8pt;
}
	#page-home nav#menu {
    display: block;
}
}
@media (max-width: 1024px) {
.tc .list-group a {
    padding: 6px;
    font-size: 9pt;
}
}

@media (max-width: 767px) {
div#top-links ul>li:last-child .hidden-xs {
    display: contents !important;
}
div#top-links ul>li:last-child .fa-share {
    display: none !important;
}
#cart .btn {
    text-align: center;
}
#cart {
    margin-bottom: -2px;
    margin-top: 0px;
}
.caption h4 a {
    font-size: 9pt;
	}
	.caption {
    min-height: 135px !important;
}
	.product-thumb {
    border: 1px solid #f4f4f4;
	}
	.col-sm-2.subcatcolm {
    min-height: 230px;
}
#menu .see-all {
    text-align: center;
}
.fa-shopping-cart:before {
    content: "\f07a";
    font-size: 18px;
}
}

.alert-dismissable .close, .alert-dismissible .close {
    right: 0px;
    opacity: 0.8;
    font-weight: 400;
}
.opc-container #supercheckout-fieldset .custom-panel h2 {
    background: #f9f9f9;
}
.opc-container #supercheckout-fieldset .custom-panel h2:after {
    position: absolute;
    content: '';
    border-left: 3px solid #64bc46;
}
div#customer_group_div {
    margin-top: 21px;
}
a.dropdown-toggle {
    cursor: context-menu;
}
.opc-container .login-options [type="radio"]:checked + label {
    background: #64bc46 !important;
}opc-container .login-options [type="radio"]:checked + label {
    background: #64bc46 !important;
}
#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;
    background: #63bc4c;
    color: #fff !important;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color: #e2e2e2;
    border-radius: 0px;
}
.close_modal {
    position: relative;
    right: 11px!important;
    float: right!important;
    font-size: 16pt !important;
  left: unset !important;
    cursor: pointer!important;
    width: 100%!important;
    text-align: right!important;
}
i.fa.fa-times {
    font-size: 16pt !important;
}
@media only screen and (min-width:769px) {
span#toggle-sidebar {
    display: none;
}
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  
.tc {
    display: block !important;
    position: relative;
    border: 0px !important;
}
.tc .swiper-viewport {
    width: 100%;
    float: none;
}
.cb .col-md-4 {
    border: 0px !important;
}
.tc .list-group {
    width: 100%;
    float: none;
    margin-left: 0px;
    margin-bottom: 47px;
}
	  #page-home nav#menu {
    display: none;
}
	  ul.nav.navbar-nav {
    padding-top: 12px;
    text-align: center;
    margin-bottom: 16px;
}

.idealimg {
    display: none;
}
}
.cb .swiper-container {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: 0px solid #FFF!important;
}
.cb .swiper-viewport {
    border: 0px solid #fff!important;
    /* border-radius: 4px; */
    box-shadow: none;
    margin: 40px 0px 40px 0px !important;

}
div#___ratingbadge_0 {
    z-index: 999 !important;
}
div#consent-window {
    z-index: 99999;
}
#consent-window {
      box-shadow: 0 0 16px rgb(93 90 90 / 33%);
}
button#consent-window-accept {
    background: #68b32e !important;
    color: #FFF !important;
}
.marquee{
	float: left;width: 50%;padding-top: 5px;
}
.animate-charcter
{
   text-transform: uppercase;

  font-size: 12pt;
}

@media (max-width: 767px) {
.marquee {
   width: 100%;
   padding-top: 10px;
}
.custom-html-module {
    padding-bottom: 4px;
}
}
.blink_me {
    animation: blinker 2s linear infinite;
    color: #ff6e07;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}