@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
html {
	overflow-x:hidden;
}
body {
	font-family: 'Roboto',sans-serif;
	font-weight: 400;
	color: #4d5c6f;
	font-size: 1.55em;
	line-height: 20px;
	width: 100%;
}.wrap {	background: #333;}
.nopadding {
	padding:0;
	width: 100%;
}
.padding {
	padding: 0 5%;
}
.common-home h1 {
	font-size: 3.5em;
    font-weight: 700;
    letter-spacing: 1px;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.btn.btn-default.minus,
.btn.btn-default.plus {
	background: #eaf7ff;
	border: 1px solid transparent;
}
.fa-angle-down,
.fa-angle-up {}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
h1,h2,h3,h4,h5,h6 {
	letter-spacing: 0.3px;
}
a {
	color: #8a8a8a;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 90%;
	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;
	border-radius:0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	border-radius: 0;
	background:#f9f9f9;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}
.nav-tabs {
	margin-bottom: 15px;
}
.nav-tabs > li > a {
	border-radius:0;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
.form-control {
	border-color: #ddd;
}
.input-group .form-control {
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right:1px solid #ddd;
	-webkit-transition:none;
	-o-transition: none;
	transition: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0;
}
.input-group .form-control:focus {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
	color: #003355;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #003355;
}
/* top */
#top {
	padding: 0;
	margin: 0;
	background: #fff;
}
#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: #4a5455;
}
#top .btn-link, #top-links li, #top-links a {
	color: #4a5455;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #777;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
	font-size: 14px;
	letter-spacing: 0.1px;
}
#top-links i {
	color: #ff5576;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
	font-family: 'Abel', sans-serif;
	text-transform:uppercase;
}
#logo h1 {
	margin:0;
}
#logo h1 a {
	color: #aad2cb;
}
/* search */
@media (max-width:767px) {
	#search {
		margin-bottom: 10px;
	}
}
#search .input-lg {
	height: 36px;
	line-height: 18px;
	padding: 0 10px;
	border-radius: 0;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 5px 35px;
	text-shadow: 0 1px 0 #FFF;
	height: 36px;
}
.btn-search {
	background:transparent;
	border: 1px solid #ddd;
}
/* cart */
.betalen {
	float: right;
	padding: 10px;
	background: #255b7a;
	transition: all .2s ease-in-out;
}
.betalen:hover {
    background-color: #fd728d;
    border-color: transparent;
}
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 14px;
	line-height: 18px;
	background: #fe5576;
	border: none;
	letter-spacing: 0.5px;	color: #fff;
}
#cart.open > .btn {
	font-size: 14px;
	line-height: 18px;
	background: #fe5576;
	border: none;
	letter-spacing: 0.5px;	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #fff!important;
}
#cart .dropdown-menu {
	background: #fcfcfc;
	z-index: 1001;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fcfcfc;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
	border-radius: 0;
}
@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;
}#cart .dropdown-menu li p a {
	color: #fe5576;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}
/* menu */
.navbar {
	border: none;
	margin-bottom: 0;
}
#menu {
	background: rgb(11,12,173);
	background: linear-gradient(45deg, rgba(11,12,173,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	border-radius:0;
}
@media (min-width: 992px) {
	#menu {
		min-height: 70px;	    box-shadow: 0px 9px 30px hsl(216deg 59% 47% / 63%);
		z-index: 2;
	}
}
#menu .nav > li > a {
	color: #fff;
	padding: 25px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#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;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #4a5455;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 100;
	line-height: 50px;
	color: #fff;
}
#menu .btn-navbar {
	font-size: 17px;
	font-stretch: expanded;
	color: #FFF;
	padding: 4px 0;
	float: right;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #4a5455;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 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);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	font-size:14px;
	background-color: #fff;
	color: #979797;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #777;
}
footer a:hover {
	color: #555;
}
footer i {
	padding-right: 5px;
	color: #aad2cb;
	font-size: 25px;
	vertical-align: sub;
}

footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 0;
    margin-bottom: 5px;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: 0;
}.alert-success {
    border-color: transparent;
}
/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 13px 0;
    border: none;
    margin-bottom: 20px;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}
.breadcrumb a,
.breadcrumb i {
	font-size: 15px;
	color: #0b0cad;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -5px;
	width: 14px;
	height: 14px;
	border-right: 1px solid #0b0cad;
	border-bottom: 1px solid #0b0cad;
	-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-radius: 0;
}
.btn-xs {
	font-size: 9px;
	border-radius: 0;
}
.btn-sm {
	font-size: 10.2px;
	border-radius: 0;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
	border-radius: 0;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
	border-radius:0;
}
.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: #fe5576;
	background-color: #fff;    border-color: #ddd;
	-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;
}
.btn-default:hover,
.btn.active:hover {
    background-color: #f9f9f9;
	/* border-color:transparent; */
}
.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-color: #eaf7ff;
	border: 1px solid #ddd;
}
.btn-default.focus,
.btn-default:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
	color:#0B0CAD;
	background-color:#eaf7ff;
	border-color:#ddd;
	outline: 0 auto -webkit-focus-ring-color;
	outline-offset: 0;
}
.btn-primary {
	background-color: #fe5576;
	border-color: #fe5576;
	transition: all .2s ease-in-out;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #fd728d;
	background-position: 0 -15px;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #fe5576;
    border-color: transparent;
}
.btn-primary:hover {
    color: #fff;
    background-color: #fd728d;
    border-color: transparent;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #fd728d;
    border-color: transparent;
}
.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: #fd728d;
    border-color: transparent;
}
.btn-warning {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
}
.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: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #02ace4;
	border-color: #02ace4;
}
.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);
	background-color: #02ace4;
	border-color: #02ace4;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
}
.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;
	background-color: #ff5576;
	border:0;
	transition: all .2s ease-in-out;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #ff5576;
}
.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;
}
.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);
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #aad2cb;
    border-color: #ddd;
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
 margin-left:0;
 border-top-left-radius:0;
 border-bottom-left-radius:0
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
 border-top-right-radius:0;
 border-bottom-right-radius:0
}
/* list group */
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.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: #fe5576;
	background: #eaf7ff;
	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-thumb {
	box-shadow: 0 2px 17px rgb(0 0 0 / 10%);
	overflow: auto;
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    border: 1px solid #ededed;
    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: 225px;
}
.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 {
	margin-left: 0;
	padding: 0 10px;
}
}
.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;
	font-size: 120%;
	width: fit-content;
    margin: 0 auto;
}
.product-thumb .price-new {
	background: #3db93d;
	color: #fff;
    padding: 3px 5px 3px 5px;
    border-radius: 25px;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
/*.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}*/
.price-tax {
    display: none !important;
}
.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: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #fe5576;	color: #fff;
	line-height: 38px;
	font-weight: normal;
	text-align: center;
	transition: all .2s ease-in-out;
}
.product-thumb .button-group button i {
	padding-right: 5px;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	background-color: #fd728d;
	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,
.img-thumbnail {
	border-radius: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: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}
.common-home #content h3 {
	padding: 8px 20px;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	background: #fe5576;
	display: inline-block;
	margin: 0 0 5px 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) {
	.common-home #column-left {
		border: 1px solid #ddd;
		padding: 5px 5px 0 5px;
		background: #e7ecfb;
	}
	.common-home #column-left h3 {
		text-align: center;
		background: #fe5576;
		color: #fff;
		padding: 10px 0;
		margin-bottom: 0;
	}
	.common-home #column-left h3:before {
		content: '\f06d';
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
		padding-right: 15px;
		color: #f00;
		text-shadow: 0px 0px 10px #fff;
	}
	.common-home #column-left .special {
		border:1px solid #ddd;
		margin-bottom: 0!important;
	}
	.common-home #column-left div:nth-child(1) {
		background: #fe5576;
		padding: 5px 15px;
		margin-bottom: 5px;
	}
	.common-home #column-left div:nth-child(1) h2 {
		margin:10px 0 0 0;
	}
	.common-home #column-left .product-layout {
		background: transparent!important;
	}
	.common-home #column-left .product-layout p {
		color: #fe5576!important;
	}
	.common-home #column-left .product-layout .product-thumb,
	.common-home #column-left .product-layout .product-thumb .image {
		background:#fbfbfb;
	}
	.common-home #column-left .product-layout .product-thumb .image img {
		background:transparent;
		border: 1px solid #f1f1f1;
	}
    #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;
	text-align:center;
}

/* 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: #ff5576;
}
.well {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.special {
	background: #fbfbfb;
}
.specialimg {
	border: 1px solid #f1f1f1;
}@media (min-width: 768px) {
	.navbar-collapse ul.navbar-nav {
		margin: auto;
		float: none;
	}
}.stock {	background: #70bb47;
    padding: 0px 7px;
    border-radius: 50px;
    color: #fff;}
/*Vanafprijs*/
.bymtap {
	float: left;
    font-size: 15px;
    padding: 0 10px;
    text-transform: lowercase;
    color: #999;
}
.plusmin {
	background: transparent;
}
.plusmin:hover,
.plusmin:focus,
.plusmin:active {
    color: #333;
    background-color: transparent;
	border: 1px solid transparent;
	outline: none;
	outline-offset: 0;
}

/* Megamenu - desktop */
@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;
		background: #fff;
	}
	body > .mega-dropdown a.see-all {
		padding-bottom: 10px;
		display:block;
	}
}
/*slider*/
section {
	background: #fff;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}
section h4 {
	font-size: 13px;
}
@media (max-width:1023px) {
	section {
		height: 40px;
		text-align: center;
		overflow: hidden;
	}
}
section .whatsapp,
section .whatsapp a {
	color: #3db93d!important;
}
section .whatsapp i {
	font-size: 1.5em;
    color: #6FBB3F;
}
section .whatsapp h4 {
	display: inline-flex;
    align-items: center;
}
.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
*/
@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;
	}
}
/* Subcategory Grid Styling */
.subcategory-grid .thumbnail {
    border: none;
    padding: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    background: #f9f9f9;
    margin-bottom: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.subcategory-grid .thumbnail img {
    max-height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: transform 0.3s;
}

.subcategory-grid .thumbnail:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.subcategory-grid .caption {
    padding: 0;
}

.subcategory-grid .caption strong {
    display: block;
    font-size: 14px;
    color: #333;
    margin-top: auto;
}
/* Basis styling: wit en vierkant */
#input-option644.form-control {
    background-color: #fff !important;   /* wit */
    color: #000 !important;             /* zwarte tekst */
    border-radius: 0 !important;        /* vierkant */
    border: 1px solid #ccc !important;
    padding: 8px 12px;
    -webkit-appearance: none !important; /* verwijder OS styling */
    -moz-appearance: none !important;
    appearance: none !important;
    color-scheme: light !important;      /* forceert lichte modus in Safari */
}