/* 
Blauw: #004F9F;
Donkerblauw: #14244b;
Lichtblauw: #009fe1;
Groen: #38B6AB;
Lichtgroen: #bddf78;
Oranje: #f64b00;
*/

:root {
	--color-blue: #0f274c;
	--color-darkblue: #14244b;
	--color-lightblue: #009fe1;
    --color-green: #99ce2f;
	--color-lightgreen: #bddf78;
	--color-darkgreen: #77a306;
	--color-orange: #f64b00;
	--color-orangehover:#f57138;
}


@font-face {
    font-family: 'Droid Sans';
    src: url('/catalog/view/theme/default/fonts/DroidSans-Bold.woff2') format('woff2'),
        url('/catalog/view/theme/default/fonts/DroidSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Sans';
    src: url('/catalog/view/theme/default/fonts/DroidSans.woff2') format('woff2'),
        url('/catalog/view/theme/default/fonts/DroidSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	width: 100%;
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 1110px) {
  .container {
    width: 1100px;
  }
}

@media (min-width: 1290px) {
  .container {
    width: 1290px;
  }
}


h1, h2, h3, h4, h5, h6 {
	color: var(--color-darkblue);
	font-weight: bold;
	margin-top: 0px;
	text-transform: uppercase;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 34px;
    line-height: 30px;
}
h2 {
	font-size: 27px;
}

#content h2 {
	font-size: 20px;
}

#content h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
}

h3 {
	font-size: 25px;
}

#common-home h3 {
	margin-top: 20px;
	font-size: 24px;
	text-transform: uppercase;
}

h3.catname0 {
	margin-top: 0px !important;
}

h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 16px;
	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: 16px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 16px;
}
.input-group .input-group-addon {
	font-size: 16px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

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

.mc-headerwrap {
	display: flex;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */

.col-sm-4.mc-headersearch {
	padding-left: 0px;
	padding-right: 0px;
}
#search {
	margin-bottom: 0px;
	border: 1px solid #dadedd;
    border-radius: 15px ;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 20px;
    font-size: 14px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
.mc-search-btn {
	background: transparent;
	border: 0px;
	cursor: pointer;
    float: left;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 15px;
    font-size: 18px;
    color: #3c3e3d;
}

.mc-search-btn .fa {
	font-size: 20px;
}

#search input,  #search input:focus {
	border: 0px;
	outline: none;
	box-shadow: none;
	
}

/* headerright */

.mc-headerright {
	display: flex;
}

.mc-headernav {
	width: 90%;
	display: flex;
    justify-content: center;
}

.mc-headernav ul {
	margin-bottom: 0px;
}

.mc-headercart {
	width: 10%;
    display: flex;
    align-items: center;
}

.mc-headercart button {
	background: none;
	border: none;
}

span.cart-count {
	width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #dadedd;
    position: absolute;
	top: -15px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: #f5f5f7;
    font-weight: 700;
}

.mc-headerright a{
	padding: 0 7px;
    line-height: 44px;
    color: var(--color-blue);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.mc-header-icon img {
	padding-right: 15px;
}



@media (min-width: 1110px) and (max-width: 1289px){
  .mc-headernav li{
    padding-right: 0px;
    padding-left: 0px;
  }
span.cart-count {
    width: 20px;
    height: 20px;
	top: -12px;
    right: 0px;	
}

.mc-header-icon img {
	padding-right: 10px;
}

}

@media (min-width: 992px) and (max-width: 1109px){
  .mc-headernav li{
    padding-right: 0px;
    padding-left: 0px;
  }

.mc-headerright a { 
font-size: 11px;
padding: 0 5px;
}

#search .input-lg { 
font-size: 13px;
}

span.cart-count {
    width: 20px;
    height: 20px;
	top: -12px;
    right: -5px;		
}
.mc-headercart button {
	padding-right: 0px;
	
 }
 
.mc-header-icon img {
	padding-right: 8px;
}

}

@media (min-width: 768px) and (max-width: 991px) {
.mc-headerright {
	justify-content: flex-end;
}
.mc-headernav {
    width: auto;
}


.mc-headerright {
	width: 20%;
}

.col-sm-4.mc-headersearch {
	width: 55%;
	margin-left: 40px;
}

.mc-headercart {
	width: 100%;
}

#search .input-lg { 
font-size: 13px;
}

#logo {
	margin: 0px;
}

.mc-headerlogo {
padding-right: 0px;	
}
}

.mc-usp {
	background: #f5f5f7;
	border-bottom: 1px solid #dadedd;
	display: flex;
	margin-bottom: 15px;
}

.mc-usp .container {
	display: flex;
}

.mc-pluspunten {
	width: 75%;
}

.mc-reviews {
	width: 25%;
	display: flex;
	align-items: center;
}

.mc-pluspunten ul {
	list-style: none;
	display: flex;
	margin-bottom: 0px;
	padding: 0px 0px;
}

.mc-pluspunten li {
	border-right: 1px solid #dadedd;
	text-align: center;
	width: 33.3333%;
}

.mc-pluspunten li  {
	color: var(--color-blue);
	font-size: 14px;
	padding: 18px;
}

.mc-pluspunten li b {
	text-transform: uppercase;
	font-weight: 600;
}

@media (max-width: 767px) {
.mc-pluspunten li:nth-child(1), .mc-pluspunten li:nth-child(3) {
	display: none;
}

.mc-pluspunten {
	width: 50%;
}

.mc-reviews {
	width: 50%;
}

.m-menu-wrap, .mc-headernav  {
	display: none;
}

.mc-headerright {
	justify-content: flex-end;
}

.mc-headerlogo {
	padding-left: 10px;
	padding-right: 10px;

}

.m-navbar, .mc-headerwrap, .mc-usp, footer, .product-layout, .slideshow, h3, .carousel  {
	
}

.mc-pluspunten li {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

}

@media (max-width: 968px) {
.mc-reviews img {
display: none !Important;
}
}


/* cart */
#cart {
	display: flex;
    justify-content: flex-end;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	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;
}
/* menu */
#menu {

}
#menu .nav > li > a {
	color: #fff;
	font-size: 19px;
    padding: 29px 20px;
    font-size: 19px;
	text-transform: uppercase;
	font-weight: bold;


}
#menu .nav > li > a:hover, #menu .nav > li.open > a, #menu .nav > li > a:focus {
	background-color: var(--color-lightgreen) !Important;
	color: var(--color-blue) !Important;
}
#menu .dropdown-menu {
	padding-bottom: 0;
	/*min-width: 830px;*/
}

#menu .mc-menulist {
background: #fff ! Important;
    margin-left: 30px !important;
    padding-right: 30px !important;
    margin-top: 30px !important;
    margin-bottom: 30px !important;


}

#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 10px 15px;
	clear: both;
	line-height: 20px;
		color: var(--color-blue);
	font-size: 20px;
		width: 370px;
}

#menu .dropdown-inner a:before {
    font-family: "FontAwesome";
    content: "\f054";
    font-size: 14px;
    margin-right: 10px;
}


#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background: var(--color-blue);
}
#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;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	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: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: flex;
	}
}
@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: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#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;
	}
}

/* menu module custom */
a.menutoggle {
	padding: 10px 0px;
}


/* content */
#content {
	min-height: 600px;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 16px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 0px;
	background: #fff;
    border-bottom: 1px solid #dadedd;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 10px 14px 10px 14px;
	font-size: 15px;
}

.alert .fa {
	font-size: 16px;
	margin-right: 5px;
}

.alert-dismissable .close, .alert-dismissible .close {
top: 0px;
right: 0px;
}
/* breadcrumb */
.breadcrumb {
	margin: 5px 0 20px 0;
	padding: 0px 0;
	background-color: unset;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 0px;
	position: relative;
	white-space: nowrap;
	font-size: 14px;
}

.breadcrumb > li:last-child a{
	color: var(--color-darkblue);
	font-weight: 600;
}

.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '/';
	padding-left: 7px;
	padding-right: 5px;
}

.breadcrumb > li:last-child::after {
		content: '';
}

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;

}
.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: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background: var(--color-orange);
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px;
	border: 0px;

}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
 	background: var(--color-orangehover);
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* 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 #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	min-width: 80px;
}
.product-grid .product-thumb .image {
	float: none;

}

.mc-productlistname, .mc-productlistname a, .mc-productlistname a:hover {
    color: #383939;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    min-height: 36px;
}

.mc-img-left {
	width: 37%;
}

.mc-caption-right {
	display: flex;
	flex-direction: column;
	width:63%;
}

.caption .label {
	font-size: 13px !important;
}

.product-thumb .availability {
	order: 2;
}

.product-thumb .button-group {
	display: flex;
	justify-content: space-around;
	background: none;
	padding: 5px 15px 15px 15px;
}

.mc-productlist-quantity {
	
}

.mc-productlist-quantity input{
border-radius: 5px;
    border-color: #dadedd !important;
    width: 40px;
	height: 36px;
}

.mc-productlist-atc {
	width: 50%;
}

.mc-productlist-atc button {
	
    border: none;
	border-radius: 5px;
    display: inline-block;
	margin-left: 3px;
	padding: 8px 28px;
    background-color: var(--color-orange);
    color: #fff;

    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
	font-weight: 600;
    font-size: 14px;
}

.mc-productlist-atc button:hover {
background: #f57138;
}

.mc-productlist-info  {
	width: 30%;
}

.mc-productlist-info a {
	font-size: 14px;
    float: right;
    font-weight: 600;
    padding: 7px 15px;
    text-decoration: none;
    text-transform: uppercase;
	color: #0b152f;
    border-radius: 5px;
    background: #f5f7f7;
    border: 1px solid #dadedd;
}

.mc-productlist-info a:hover {
    background: #f1f1f1;
}

.mc-long-desc {

}

.mc-results {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 27px;
    border: 1px solid #dadede;
    background: #fafcfc;
    margin-right: 0px;
    margin-left: 0px;
	padding: 15px 10px;
}




@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 25px 10px 0px 10px;
	min-height: 180px;
	display: flex;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {

}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {

}
.product-grid .product-thumb .caption {

}
}
.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: #f64b00;
    font-weight: 700;
	font-size: 20px;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	/*border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;*/
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
/*	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase; */
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
/*	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer; */
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
	
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
	
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 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: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    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;
    }
   
}

/* ONEPAGE CHECKOUT */
.mc-customer-select {
	display: flex;
}

.mc-customer-select label.control-label {
	display: none;
}

.mc-customer-select .radio {
	width: auto;
	margin: 0px 20px 0px 0px !important;
}
.mc-company {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

.mc-company.show {
    max-height: 200px; /* Pas aan afhankelijk van je veldhoogte */
    opacity: 1;
	width: 100%;
}

.mc-shipping-company, .mc-payment-company {
	width: 100% !important;
}

.postcoderror_unique {
	display: block !important;
	
}

/* staffelkorting */
.disevrywhr_qtytable{
	border:0px solid #ccc;
	border-collapse:collapse;
	margin-bottom:10px ;
	padding:0;
	width:100%;
	} 
.disevrywhr_qtytable tr{
	background:#f8f8f8;
	border-top:1px solid #dadede;
	border-bottom:1px solid #dadede;
	}
	
.disevrywhr_qtytable th,table td{
	padding:2px;
	text-align:left;
		background:#fafcfc;
	color:#383b3b; 
	padding: 10px 15px;
	font-size: 14px;
	}
	
.disevrywhr_qtytable th{
	background: #fafcfc;
	color:#383b3b; 
	padding: 10px 15px;
	font-size: 14px;
	font-weight: bold;
	border: 0px solid;
	}

.disevrywhr_header {
	background: #f0f3f3;
    font-weight: 600;
	text-transform: uppercase;
    font-size: 13px;
    color: #15244a;
	padding: 10px 15px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #dadede;
}

.disevrywhr_header a{
	color: #009fe1;
	text-decoration: underline;
	text-transform: none;
	font-size: 14px;
	font-weight: 600;
}
/* alleen eerste drei staffels tonen */
.product-thumb .disevrywhr_qtytable tr:nth-child(n+5) {
  display: none;
}

/* staffelkorting overzicht */
.caption .disevrywhr_qtytable tr {
	display: none;
}

.caption .disevrywhr_qtytable tr:nth-child(-n+4){
    display: table-row;
  }
  
/* footer */
.mc-footertopleft, .mc-footertopright {
	width: 50%;
}

.mc-footertopleft h3 {
	padding-top: 0px;
	margin-top: 0px;
}

.mc-footertopleft p {
	font-weight: 300;
    font-size: 20px;
    color: #91abc0;
    padding: 0;
    margin-right: 3px;
    text-align: left;
    line-height: 24px;
}

.mc-footertopleft img {
	margin-top: 20px;
}

.mc-footertopleft a {
	color: #fff;
	font-weight: 600;
}

.mc-footertopwrap {
	background: var(--color-darkblue);
	padding-top: 60px;
	padding-bottom: 50px;
}

.mc-footertop {
	display: flex;
}

p.mc-topheader-heading {
	margin-bottom: 30px;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}

.mc-mailchimpblock {
	display: flex;
	width: 100%;
	align-items: center;
	background: #fff;
	border-color: #fff;
    border-radius: 15px;
    padding: 3px;
	margin-top: 30px;
}

.mc-mailchimpinput {
	display: flex;
	width: 100%;
}

.mi-block input.form-control {
	font-size: 14px;
	border: 0px;
	outline: none;
	box-shadow: none;
}

.mi-block input.form-control:focus {
	box-shadow: none;
}

.mi-button .btn-primary {
    color: #ffffff;
    text-shadow: unset !important;
	font-size: 16px;
	font-weight: 600;
    background-color: var(--color-green);
    background-image: none;
    border-color: none;
	border: 0px;
border-radius: 15px;
padding: 10px 30px;	
	
}

.mi-button .btn-primary:hover {
background: #bddf78;
}


.mi-toptext {
	font-weight: 300;
    font-size: 20px;
    color: #91abc0;
    padding: 0;
    margin: 0px !important;
    text-align: left;
    line-height: 24px;
}

.mi-block {
	vertical-align: unset !important;
	display: flex !important;
	min-width: unset!important;
}

.mc-footerheading {
	font-size: 16px !important;
    color: #14244b !important;
    margin-bottom: 15px;
    letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 600;
}

.mc-footermiddle {
	padding: 60px 0px;
	background: #f4f6f5;
	border-bottom: 1px solid #dadedd;
}

.mc-footermiddle li  {
    line-height: 28px;
    padding: 5px 0;
}

.mc-footermiddle li a {
	font-size: 15px;
    color: #3e3f3e;
    font-weight: 400;
}

.mc-footermiddle li a:hover {
	text-decoration: underline;
    color: var(--color-darkblue);
}

.mc-bottom-footertext {
	background: #fff;
    margin: 40px 0px;
}

.mc-bottom-footertext img {
	margin: 0px 7px 25px 7px;
}

.mc-bottom-footertext img:first-child {
	margin-right: -10px;
}

.mc-bottom-footertext p{
	background: #fff;
	font-size: 12px;
    color: #3e3f3e;
    line-height: 20px;
	margin: 0px;
}

/**Checkout Success CSS**/
        .thankyou-box {
  max-width: 700px;
  margin: auto;
}

.success-header {
  background: #c8e6c9;
  padding: 20px;
  border: 1px solid #4caf50;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.checkmark {
  background: #4caf50;
  color: white;
  font-size: 24px;
  padding: 10px 10px;
 
  margin-right: 15px;
}
.checkmark i{
    font-size: 24px;
}
.success-header h2 {
  margin: 0;
  font-size: 20px;
  color: #2e7d32;
}

.firstname,
.lastname {
  font-weight: bold;
}

.order-id-line {
  font-size: 16px;
  margin: 20px 0;
  text-align:center;
}

.order-id-line *
{
    color:#0f274c;
}


.steps {
  counter-reset: step;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  
}

.steps li {
    position: relative; 
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 15px;
    background-color: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
    color:#0f274c;
    padding-left:24%;
    padding-right:24%;
}
.step_no {
    width: 35px;
    height: 35px;
    background: #0a3d62;
    border-radius: 50%;
    padding: 6px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    font-size: 24px;
}

.shipping-address {
  background: #f0f0f0;
  padding: 15px;
  margin-top: 10px;
  font-size: 14px;
}

.map-ico i
{
    font-size:50px;
}
.map-ico {
    margin-top: 14px;
}

.shipping-address p {
  margin: 5px 0;
  text-align:left;
}

.contact-info {
  background: #f5f5f5;
  margin-bottom: 20px;
  font-size: 14px; 
}

.contact-info a {
  color: #0a3d62;
  text-decoration: none;
  font-weight: bold;
}
.contact-info p {
    color: #0a3d62;
}

.cs-icon {
    background: #0a3d62;
    padding: 17px;
    text-align: center;
    color: #fff;
}

.cs-icon i
{
    font-size:50px;
}

.help-text
{
     padding: 17px;
}

.left-right-0
{
    margin:0px!important;
}

.footer-follow {
  text-align: center;
  font-size: 14px;
}

.footer-follow a {
  color: #0a3d62;
  text-decoration: none;
}

ul.mc-attributes-productlist {
	padding: 0px;
	margin-top: 7px;
}
	
ul.mc-attributes-productlist li { 
list-style: none; 
display: inline; 
text-align: left;
padding: 3px 3px;
margin-top: 5px;
background: #f8f8f8;
border: 1px solid #ccc;
border-radius: 5px;
margin-right: 3px;
font-size: 13px;
}

ul.mc-attributes-productlist li:after { 
/* content: " /"; */
}
ul.mc-attributes-productlist li:last-child:after { 
content: none; 
}

.mob
{
    display:none;
}

@media screen and (min-width: 320px) and (max-width:768px)
{
    .pc
    {
        display:none;
    }
    .mob
    {
        display:block;
    }
    .mw100
    {
        max-width:100px;
    }
    .btn-hubbermenu
    {
        background:#FFF!important;
        border:0px!important;
        color: var(--color-blue) !important;
		padding: 0px;
		box-shadow: unset;
		border-radius: unset;
		
    }
    .btn-hubbermenu i
    {
        font-size:42px;
		    color: var(--color-blue);
    }
	
	.menutext {
		font-size: 14px;
		text-transform: lowercase;
		margin-top: -5px;
		    color: var(--color-blue);
	}
	
	#logo img {
		width: 87%;
		max-width: 265px;
	}
	
	.mc-headerwrap {
		flex-wrap: wrap;
	}
	
	.mc-headerlogo {
		width: auto;
		display: inline;
	
	}
	
	.mc-headersearch{
		margin-bottom: 5px;
		margin-top: 5px;
		margin-left: 15px;
		margin-right: 15px;
		order: 10;
		width: 100%;

	}
	
	.mc-headercart {
		width: 18%;
	}
	
	.mc-headerlogo {
		width: 61%;
	}
	
	.mc-usp {
    border-top: 1px solid #dadedd;
	}
	
	.mw100 {
		width: 17%;
	}
	
	.mc-footertop {
    display: flex;
    flex-direction: column;
	}
	
	.mc-footertopleft, .mc-footertopright {
    width: 100%;
}

p.mc-topheader-heading {
	margin-bottom: 10px;
}

.mc-footertopleft img {
    margin-top: 10px;
	margin-bottom: 30px;
}

.mc-bottom-footertext img:first-child {
    margin-left: -1px;
}
	
}


@media (max-width: 767px) {
footer .col-sm-4 {
	border-bottom: 1px solid #d5a7be;
}

footer p.mc-footerheading {
	padding: 20px 0px 15px 0px;
	margin: 0px;
}

a.mc-collapse-heading .fa {
	font-size: 20px;
	position: absolute;
	top: 18px;
	right: 20px;
	font-size: 16px;
	color: var(--color-blue);
	}

a.mc-collapse-heading[aria-expanded=true] .fa-chevron-down {
   display: none;
}
a.mc-collapse-heading[aria-expanded=false] .fa-chevron-up {
   display: none;
}

footer .col-sm-3 {
 border-bottom: 1px solid #dadedd;
    }
	
.mc-footermiddle {
    padding: 30px 0px;
}

.mc-bottom-footertext p {
	padding: 0px 15px;
 }
}

@media (min-width: 768px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}

	
.featcat .image img {
	background: #f5f5f7;
}

.featcat .caption a {
    color: #0f274c !important;
	font-size: 16px;
}

.swiper-slide.merken {
	display: flex !important;
    justify-content: space-around;
}

.swiper-viewport.merken {
	box-shadow: unset;
	border: 1px solid #EDEDED;
	border-radius: unset;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (max-width: 767px) {
.swiper-slide.merken {
   /* padding-left: 10px;
    padding-right: 10px;*/
}

}

/* banners */
@media (min-width: 768px) {
.hero-banner {
	overflow: hidden;
	padding-bottom: 20px;
}
}

.container.hero {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.container.hero .col-md-7 {
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-right: -20px;
}

.banner-box {
	max-width: 715px;
}


.mainbannertext-box {
	background: #0f274c;
	color: #fff;
	padding: 45px 30px;
}

.bannermaincontent {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
	width: 100%;
}

.mainbannerheading {
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	
}

a.btn.main-button {
	font-size: 16px;
	font-weight: 600;
    background-color: var(--color-lightgreen);
	padding: 20px 60px;
	color: var(--color-blue);
	border-radius: 5px;
	bordeR: 0;
	max-width: 100%;
}

a.btn.main-button-mainbanner {
	font-size: 20px;
	font-weight: 600;
    background-color: var(--color-lightgreen);
	padding: 20px 40px;
	color: var(--color-blue);
	border-radius: 5px;
	margin-right: 65px;
	border: 0px;
	
}

a.btn.main-button:hover, a.btn.main-button-mainbanner:hover {
    background-color: var(--color-green);
}

a.main-button {
	font-size: 16px;
	font-weight: 600;
    background-color: var(--color-lightgreen);
	padding: 10px 30px;
	color: var(--color-blue);
	border-radius: 5px;
	border: 0;
	max-width: 135px;
	text-align: center;
}

.mc-menubanner a.main-button {
	max-width: 100%;
	margin-top: 15px;

}
	

@media (max-width: 767px) {
	a.main-button {
		padding: 10px 10px;
	}
	
	.mfp-bg,  .mfp-cart-popup,  .mfp-ready {
		display: none;
	}
}

a.main-button:hover {
    background-color: var(--color-green);
}

.mainbannerbtn {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}



.informatie-card.top {
	background: url(/catalog/view/theme/default/image/banners/eneloopbanner.jpg);
	height: 48%;
  background-size: contain;
	display: flex;
    flex-direction: column;
    justify-content: center;

}

.informatie-card.bottom {
	background: url(/catalog/view/theme/default/image/banners/thuisbatterijbanner.jpg);
	/*background-color: var(--color-blue);*/
	height: 48%;
    background-size: contain;

}

.col-md-5.bannersrechts {
	display: flex;
	justify-content: space-between;
	padding: 0px;
}

.subbanner-heading {
	color: #fff;
	font-size: 28px;
	line-height: 32px;
	font-weight: bold;
}

.informatie-card p {
	font-size: 16px;
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.informatie-card {
	padding-left: 25px;
	display: flex;
	flex-direction: column;
    justify-content: center;
}

.infocontentbg {
	background:rgb(15 39 76 / 80%);
	width: 55%;
	padding: 15px 15px 25px 15px;
	margin-left: -15px;
}
@media (min-width: 768px) {
.hero .row {
  display: flex;
  align-items: stretch; 
}
}

@media (max-width: 767px) {
.hero .row {
  display: flex;
  flex-direction: column;
}

.container.hero .col-md-7 {
	margin-left: 0px;
	margin-right: 0px;
}

.container.hero .col-md-5 {
	margin-left: 15px;
	margin-right: 15px;
}

.mainbannerheading {
	font-size: 22px;
	text-align: center;

}

.bannermaincontent {
		flex-direction: column;
}

a.btn.main-button-mainbanner {
	margin-right: 0px;
}

.mainbannertext-box {
	padding: 20px 15px;
}

.mainbanner-box {
	background-size: contain;
}

.mainbanner-box  img {
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.informatie-card p {
	display: none;
}

.informatie-card {
	padding-top: 20px;
    padding-bottom: 20px;
}

.subbanner-heading {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 20px;
}

.informatie-card.top {
		margin-top: 15px;
}

.informatie-card.bottom {
		margin-top: 15px;
		margin-bottom: 10px;
}





}

.hero .col-md-7,
.hero .bannersrechts {
  display: flex;
  flex-direction: column; /* zorgt dat de inhoud netjes stapelt */
}

/* menu aanpassingen */
.mc-menuwrap {
	display: flex;
}

.mc-menu {
	width: 50%;
}

#m-menu .m-flyout .drop-right {
        right: auto !Important;
        left: 0 !Important;
        top: 100% !Important;
        width: 830px !Important;
}

    #m-menu .m-flyout ul {
		background: #fff !Important;
		margin-left: 30px !important;
		padding-right: 30px !important;
		margin-top: 30px !important;
		margin-bottom: 30px !important;
		border-right: 1px solid #ddd;
	}
	
	    #m-menu .m-flyout ul li a  {
		font-size: 20px !important;
		border-bottom: 0px solid #ddd;
	}
	#m-menu .m-flyout ul li a:before  {
		 font-family: "FontAwesome";
	content:"\f054"; 
	font-size: 14px;
	margin-right: 10px;
	}
	
	
#m-menu .m-flyout ul {
	width: 400px !important;
}

.mc-menubanner {
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 25px;
	background: var(--color-blue);
	display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: wrap;
	height: 400px;
	width: 350px;

}

img.mc_menu_banner_image {
	height: 235px;
	width: auto;
}

.mc_menu_banner_title {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 15px 0px;
}

p.mc_menu_banner_description {
	font-size: 18px;
	color: #fff;
}

a.mc_menu_banner_button .btn .btn-primary {
	padding: 15px 0px;
	background: red;
}

.label-success {
background-color: #8cc00b;
}

.mc-sortwrap {
	  display: flex;
  justify-content: space-between; /* links en rechts naar de uiteinden */
  align-items: center;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid #dadede;
  background: #fafcfc;
  margin-right: 0px;
  margin-left: 0px;
}

@media (max-width: 766px) {
	.mc-sortwrap {
		display: none;
	}
}

.mc-sortwrap .col-sm-6 {
	max-width: 25%;
}

.mc-sortwrap .mc-limit{
	margin-left: auto;
}

.mc-sortwrap .col-sm-6 .form-group {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mc-sortwrap .col-sm-6 .form-group label, .mc-sortwrap .col-sm-6 .form-group select {
	font-size: 14px;
}



.mc-sortwrap .col-sm-6 .input-group-sm>.form-control {
	height: 40px;
	padding-right: 5px;
}

#product-category .description, .seo_brand_desc {
	margin-top: 35px;
}

.mc-subcats {
	margin-top: 25px;
}

.mc-subcats .col-sm-3 {
	padding-right: 10px;
    padding-left: 10px;
}

.mc-subcats ul {
	list-style: none;
	margin-bottom: -10px;
}

@media (max-width: 767px) {
	.mc-subcats ul {
		margin-bottom: 0px !Important;
	}
	}

.mc-subcats li {
	font-size: 16px;
    border: 1px solid #e0e1e1;
	background: #f3f3f3;
    cursor: pointer;
    display: inline-block;
    padding: 22px 10px;
    font-weight: 700;
    text-align: center;
    line-height: 1.2em;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 5px;
}

.mc-subcats li:hover {
	background: #fff;
}

.mc-subcats li a{
	color: var(--color-darkblue);
}

.mc-category-header {
	background-color: #f4f6f5;
    border-top: 1px solid #dadedd;
	border-right: 1px solid #dadedd;
	border-left: 1px solid #dadedd;
    padding: 15px 20px;
    font-size: 16px;
	color: var(--color-darkblue);
	font-weight: 600;
	text-transform: uppercase;
}

/* Category menu styling */
.mc-catmenu-header {
	background-color: #f4f6f5;
    border-top: 1px solid #dadedd;
	border-right: 1px solid #dadedd;
	border-left: 1px solid #dadedd;
    padding: 15px 20px;
    font-size: 16px;
	color: var(--color-darkblue);
	font-weight: 600;
	text-transform: uppercase;
}

.mc-catmenu-item {
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  color: #383b3b;
  text-decoration: none;
  display: block;
  font-size: 16px;
}

a.mc-catmenu-item:focus {
	color: #383b3b;
	text-decoration: none;
}

.mc-catmenu-item:hover {
  background-color: #fafcfc;
  text-decoration: none;
  color: #495057;
}

.mc-catmenu-item.mc-catmenu-active {
  background-color: #f4f6f5;
}

/* Dropdown arrow styling */
.mc-catmenu-arrow {
  float: right;
  transition: all 0.3s ease;
  font-size: 16px;
  color: var(--color-darkblue);
}

.mc-catmenu-arrow.mc-catmenu-open {
  color: #333;
}

/* FontAwesome arrow icons */
.mc-catmenu-arrow-down::before {
  font-family: "FontAwesome";
  content: "\f078"; /* fa-chevron-down */
}

.mc-catmenu-arrow-up::before {
  font-family: "FontAwesome";
  content: "\f077"; /* fa-chevron-up */
}

/* Children styling with smooth animation */
.mc-catmenu-children {
  max-height: 0;
  overflow: hidden;
  background-color: #fff;
  transition: max-height 0.3s ease-out;
}

.mc-catmenu-children.mc-catmenu-show {
  max-height: 500px; /* Adjust based on expected content height */
  transition: max-height 0.3s ease-in;
}

.mc-catmenu-children .mc-catmenu-item {
  padding-left: 35px;

  border-top: none;
  background-color: transparent;
}

.mc-catmenu-children .mc-catmenu-item:hover {
  background-color: #fafcfc;
}

.mc-catmenu-children .mc-catmenu-item.mc-catmenu-active {

  font-weight: bold;
}

/* Prevent text selection on arrow click */
.mc-catmenu-toggle {
  user-select: none;
  cursor: pointer;
}


/* start pdp */
#product-product .container {
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 768px) {
.mc-image-section {
width: 38% !Important;
}

.mc-price-section {
width: 32% !Important;
}

.mc-atc-section {
width: 30% !Important;
}

.mc-pdp-content-col {
width: 70% !Important;
}
	

}


.mc-pdp-pricewrap {
	display: flex;	
	align-items: center;
	justify-content: space-between;
	margin-top: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.mc-pdp-priceblock {

}

.mc-pdp-price {
	font-size: 40px;
    font-weight: 600;
	color: var(--color-darkblue);
	line-height: normal;
}

.mc-pdp-btw {
	font-size: 14px;
    font-weight: 400;
	color: var(--color-darkblue);
}

.mc-pdp-freeshipping {
	text-decoration: none;
    padding: 8px 10px;
    display: inline-block;
    border: 1px solid #f64b00;
    color: #f64b00 !important;
    font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 5px;
	float: right;
}

.mc-pdp-stock  {
	margin-bottom: 20px;
}

.mc-pdp-stock .availability .label {
	font-size: 15px;
	display: block;
	padding: 10px 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-bottom: 0px;
	
	
	
}

.mc-pdp-shippinginfo {
font-size: 14px;
line-height: 22px;
color: var(--color-darkblue);
	background: #fafcfc;
	border: 1px solid #dadede;
	margin-top: 0px;
	padding: 10px 13px;
		border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.mc-pdp-shippinginfo b label {
background: none;
    display: unset;
    padding: 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: unset;
    color: unset;
    text-align: unset;
    white-space: nowrap;
    vertical-align: unset;
    border-radius: unset;
}	

.mc-pdp-shippinginfo .fa-info-circle  {
    cursor: pointer;
	font-size: 20px;
	line-height: 22px;
    color: var(--color-lightblue);
	vertical-align: top;
	margin-top: 0px;
}

.mc-pdp-shippinginfo a:hover {
    color: var(--color-blue);
}

.mc-product-attributesintro {
	display: flex;
	flex-direction: row;
    justify-content: flex-start;
	border: 1px solid #dadede;
	border-radius: 5px;
	background: #fafcfc;
	
}

.mc-pdp-attributes-list {
	display: flex;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-top: 1px solid #dadede;*/

}

.mc-pdp-attributes-list:last-child {
	/*border-bottom: 1px solid #dadede;*/
}

.mc-pdp-intro-attrname {
	font-size: 14px;
	color: var(--color-darkblue);

	padding-left: 15px;
	padding-right: 7px;
}

.mc-pdp-intro-attribute {
    list-style: none;
    display: inline;
    text-align: left;
    padding: 3px 6px;
	color: var(--color-darkblue);
    background: #dadede;
    border: 0px solid var(--color-blue);
    border-radius: 5px;
    margin-right: 15px;
	
	
}

.mc-pdp-quicklinks {
	margin-top: 20px;
}

ul.mc-pdp-quicklinks-list {
	list-style: none;
	border: 1px solid #dadede;
	border-radius: 5px;
	background: #fafcfc;
	overflow: hidden;
}

.mc-pdp-quicklinks-list li a {
	display: block; /* link vult nu de volledige li */
	width: 100%;
	list-style: none;
	padding: 10px 15px;
	color: var(--color-darkblue);
	text-decoration: underline;
	border-bottom: 1px solid #dadede;
	font-size: 14px;

}

.mc-pdp-quicklinks-list li a:hover {
	background: #fff;
}

.mc-pdp-quicklinks-list li:last-child  a {
	border-bottom: 0px;
}

#product-product #product {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #dadede;
	border-left: 1px solid #dadede;
	border-right: 1px solid #dadede;
	border-bottom: 1px solid #dadede;
	border-radius: 5px;

}

 #product .form-group {
	 order: 1;
	 padding: 35px 15px;
	 display: flex;
	 margin-bottom: 0px;
 }
 
  #product .form-group input {
	  max-width: 60px;
	  height: 50px;
  }
 
 
 #product .btn-primary {
	 	height: 50px;
		margin-left: 10px;
 }
 

 
 
 #product .disevrywhr_header {
	 order: 2; 
	 font-size: 15px;
	 padding: 15px;
 }
 
  #product .disevrywhr_header a {
	 display: none;
 }


 #product .disevrywhr_qtytable {
	 order:3;
	 margin-bottom: 0px;
	 background: #fafcfc;
	 border-radius: 5px;

 }
 #product .disevrywhr_qtytable tr { 
	 border-bottom: 0px;
	 background: none;
 }
 
 #product .disevrywhr_qtytable tr:last-child  {
	 	border-bottom: none;

	
 }
 
  #product .disevrywhr_qtytable td {
background: none;
  }	  
  
  .mc-pdp-payment {
	display: flex;
	flex-direction: column;
	border: 1px solid #dadede;

	border-radius: 5px;
	margin-top: 30px;
	background: #fafcfc;
  }
  
  .mc-pdp-paymentheading {
	  font-size: 15px;
	  color: var(--color-darkblue);
	  font-weight: 600;
	  width: 100%;
	  background: #f0f3f3;
	  padding: 15px;
	  border-top-left-radius: 5px;
	   border-top-right-radius: 5px;
	  border-bottom: 1px solid #dadede;

  }
  
  .mc-pdp-paymenticons {
	  display: flex;
    justify-content: space-between;
	    align-items: center;
		margin-top: 15px;
		margin-bottom: 10px;
			padding: 15px;
	  
  }
  
  .mc-pdp-paymenticons img {
	  height: 33px;
	  margin-right: 3px;
  }
  
    .mc-pdp-paymenticons img:first-child {
	  height: 37px;
	  margin-right: -7px;
	  margin-left: -18px;
  }
  
  .mc-pdp-paymenticons img:nth-of-type(2) {
	  margin-right: 10px;
  }
  
  .mc-pdp-paymenticons img:nth-of-type(3) {
	  height: 30px;
  }
  

/* Productimages popup */

#product-product .carousel {
  margin-bottom: 40px;
}

#product-product .carousel-nav {
  width: 100%;
}

#product-product .carousel-nav .carousel-cell {
  width: 31%;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
}

#product-product .carousel-nav .carousel-cell.mc-subimage {
  border: 1px solid #e0e1e1;
  padding: 10px 0;
  text-align: center;
  height: 100px !important;
}

#product-product .carousel-nav .carousel-cell.mc-subimage img {
  max-width: 100%;
  max-height: 80px; /* 100px - 20px padding = 80px voor de afbeelding */
  width: auto;
  height: auto;
  display: inline-block;
  object-fit: contain;
}

#product-product .carousel-nav {
  width: 100%;
}

#product-product .carousel-nav {
  width: 100%;
}

/* Navigatie pijltjes voor beide carousels */
#product-product .carousel-main .flickity-button,
#product-product .carousel-nav .flickity-button {
  background: rgba(255, 255, 255, 0.75);
}

#product-product .carousel-main .flickity-button:hover,
#product-product .carousel-nav .flickity-button:hover {
  background: rgba(255, 255, 255, 0.95);
}

#product-product .carousel-main .flickity-button .flickity-button-icon,
#product-product .carousel-nav .flickity-button .flickity-button-icon {
  fill: var(--color-darkblue);
}

#product-product .mfp-counter {
    display: inline-block !important;
    white-space: nowrap !important;
    line-height: normal !important;
}

.mfp-bottom-bar, .mfp-counter {
	font-size: 16px !Important;
	color: #fff !important;
}

.mfp-bottom-bar {
	margin-top: 10px !important;
}

img.mfp-img {
padding: 20px !important;
    background: #fff;
}

.mfp-close {
	color: var(--color-darkblue) !important;
	right: 5px !Important;
	top: 1px !Important;
}

#product-product .mc-content-heading {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-darkblue);
	padding: 10px 0px;
	margin-bottom: 10px;

}

#product-product h2 {
	text-transform: none !important;
	font-size: 22px !important;
	font-weight: bold! important;
	border: 0px !important;
	color: var(--color-darkblue)!important;
	letter-spacing: 0px !important;
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
}

#product-product h3 {
	text-transform: none !important;
	font-size: 18px !important;
	font-weight: bold! important;
	border: 0px !important;
	color: var(--color-darkblue)!important;
	letter-spacing: 0px !important;
	padding-bottom: 5px !important;
	margin-bottom: 0px !important;
}
	

#product-product .mc-pdp-description, #product-product .mc-pdp-attributes, #product-product .mc-pdp-review {
	margin-bottom: 30px;

}

#product-product .mc-content-body, #product-product .mc-content-body p {
	font-size: 16px !important;
	line-height: 24px !important;
}

#product-product .mc-pdp-attributlist {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #e0e1e1;
    border-radius: 5px;
    overflow: hidden;
}

#product-product .mc-pdp-attributlist li {
    padding: 14px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #e0e1e1;
    display: flex;
    gap: 20px;
}

#product-product .mc-pdp-attributlist li:last-child {
    border-bottom: none;
}

#product-product .mc-pdp-attributlist li:nth-child(odd) {
    background: #fafcfc;
}

#product-product .mc-pdp-attributlist li:nth-child(even) {
    background: #fff;
}

#product-product .mc-pdp-attributlist .attr-name {
    font-weight: bold;
    color: #333;
    width: 30%;
    flex-shrink: 0;
}

#product-product .mc-pdp-attributlist .attr-value {
    color: #666;
    flex: 1;
}

/* Hover effect */
#product-product .mc-pdp-attributlist li:hover {
    background: #f0f5f7;
}

.mc-pdp-description .mc-content-body ul,
.mc-pdp-description .mc-content-body ol {
    padding-left: 25px !Important;
}

.mc-pdp-description .mc-content-body li {
    padding-left: 15px !Important;
    text-indent: -15px !Important;
    margin-bottom: 8px !Important;
    line-height: 1.6 !Important;
}

#product-product .mc-atc-section {
    position: sticky;
    top: 20px; /* Afstand vanaf bovenkant bij scrollen */
    z-index: 1;

}

/* Optioneel: sticky alleen op desktop */
@media (max-width: 768px) {
    #product-product .mc-atc-section {
        position: static; /* normale positie op mobiel */
    }
}

#product-product .trustpilot-widget {
	height: 40px;
}


.mc-productreviews {
  width: 100%;
  margin-bottom: 45px;
}
[data-no-reviews="hideh"] {
  display: none !important;
}
.trustpilot-widget {

  padding-top: 10px;
}
.title.productreviews {
	font-size: 24px;
	font-weight: 600;
	color: var(--color-darkblue);
	padding: 10px 0px;
	display: flex;
}
.title.productreviews.collapsible::after {
  font-family: FontAwesome;
  content: "\f078";
  padding-left: 20px;
  color: #383b3b;
  font-size: 18px;
  color: var(--color-darkblue);

}
.title.productreviews.collapsible.active::after {
  font-family: FontAwesome;
  content: "\f077";
  padding-left: 20px;
  color: #383b3b;
  font-size: 18px;
  color: var(--color-darkblue);
}
.mccollapsecontent {
  display: none;
  position: static !important;
  min-height: 500px;
}
.collapsible {
  cursor: pointer;
  outline: 0;
}

/* Scroll offset voor anchor links */
#tab-description,
#tab-attribute, 
#tab-review {
    scroll-margin-top: 450px;
}

.mc-section-spacer {
    height: 0;
    transition: height 0.3s ease;
    display: block;
    width: 100%;
    clear: both; /* Voor floats */
}

/* Mobile Sticky ATC Bar */
@media (max-width: 767px) {
    /* Voorkom horizontale scroll */
    html, body {
  
    }
    
    /* Mobile sticky bar */
    .mc-mobile-sticky-atc {
        display: block !important; /* force display */
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        border-top: 2px solid #dadedd;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        z-index: 1000;
        padding: 12px 15px;
        box-sizing: border-box;
    }
    
    .mc-mobile-sticky-atc-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    
    .mc-mobile-sticky-atc-price {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }
    
    .mc-mobile-sticky-atc-price-regular,
    .mc-mobile-sticky-atc-price-special {
        font-size: 20px;
        font-weight: 700;
        color: var(--color-darkblue);
        line-height: 1.2;
    }
    
    .mc-mobile-sticky-atc-price-old {
        font-size: 12px;
        color: #999;
        text-decoration: line-through;
    }
    
    .mc-mobile-sticky-atc-button {
        flex-shrink: 0;
    }
    
    .mc-mobile-sticky-atc .btn-primary {
        padding: 10px 20px;
        font-size: 14px;
        white-space: nowrap;
    }
    
    /* Verberg originele sticky op mobiel */
    #product-product .mc-atc-section {
        position: static;
    }
    
    /* Padding voor content */
#product-product body {
        padding-bottom: 75px;
    } 
    
    #product-product h1 {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: 22px;
    }
}

.mc-related-products {
padding-right: 15px;
padding-left: 15px;
}	

/* Verberg op desktop */
@media (min-width: 768px) {
    .mc-mobile-sticky-atc {
        display: none !important;
    }
}

/* Related products mobile */
@media (max-width: 767px) {
	.mc-related-products .disevrywhr_header, .mc-related-products .disevrywhr_qtytable, .mc-related-products .mc-productlist-quantity, .mc-related-products .mc-productlist-info {
		display: none;
	}
	
.mc-related-products {
	display: none;
padding-right: 15px;
padding-left: 15px;
}	
	
.mc-related-products .mc-img-left, .mc-related-products .mc-caption-right {
	width: 100%;
	}
	
.mc-related-products .product-thumb .caption {
    padding: 15px 5px 0px 5px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
}

.mc-related-products .mc-productlist-atc {
	width: 100% !Important;
}

}

/* header cart en checkout */

.mc-cartcheckout {

	border-bottom: 1px solid #ddd;
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
margin-bottom: 3px;

}

.mc-cc-header {
    display: flex;
    align-items: center; /* Verticaal centreren */
    justify-content: space-between;
	padding: 10px 0px;

}

.mc-cc-logo {
    flex-shrink: 0; /* Logo houdt zijn natuurlijke breedte */
}

.mc-cc-usp {

}

.mc-cc-usp ul {
    display: flex;
	align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.mc-cc-usp li {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	color: var(--color-darkblue);
	text-transform: uppercase;

	margin-right: 30px;
}
	
	

.mc-cc-usp ul li:first-child {
    background: url(../image/headericons/bg-icon-checkout-usp-1.png) 0 10px no-repeat;
	padding-left: 40px;

}

.mc-cc-usp ul li:nth-child(2) {
    background: url(../image/headericons/bg-icon-checkout-usp-2.png) 0 5px no-repeat;
	padding-left: 30px;

}

.mc-cc-usp ul li:nth-child(3) {
    background: url(../image/headericons/bg-icon-checkout-usp-3.png) 0 5px no-repeat;
	padding-left: 30px;
}

.mc-cc-usp .trustpilot-widget {
	padding: 0px;
	margin: 0px;
}

.mc-cc-bgwrapper, .mc-cartcheckout #error-not-found {
	background: #f3f3f3;
	padding-top: 20px;
}

#checkout-cart, #onepagecheckout {
	background: #fff;
	border: 1px solid #dadede;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-top: 15px;


}

#checkout-cart {
		padding-bottom: 15px;
}

#onepagecheckout {
		padding-bottom: 30px;
}

#checkout-cart h1, #onepagecheckout h1, .mc_quickcheckout h1 {
	font-size: 23px;

}

.checkout-footer {
	display: flex;
	padding: 20px 0px;
	align-items: center;
    justify-content: center;
}

.mc-footer-ssl {
	margin-right: 15px;
}

.mc-cc-footertext {
	font-size: 14px;
	text-align: center;
}

@media (max-width: 930px) {
.mc-cc-usp {
	display: none;
}

.mc-cc-header {
	justify-content: center;
}
}

.mc-cartsteps {
    display: flex;
    margin-top: 0px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0px;
    border-radius: 5px !important;
}

/* Standaard styling - actieve stap is blauw, inactieve is donker */
.mc-step1,
.mc-step2 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    font-size: 16px;
    height: 66px;
    gap: 12px;
    transition: all 0.3s ease;
    line-height: 1; /* Voorkom extra line-height spacing */
}

/* Step 1 basis styling */
.mc-step1 {
    width: calc(50% - 33px);
    position: relative;
    background: #2c4a7c;
    color: #fff;
    border-top-left-radius: 5px;
}

.mc-step1::after {
    content: '';
    position: absolute;
    right: -33px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 33px solid #2c4a7c;
    z-index: 2;
    transition: border-left-color 0.3s ease;
}

.mc-step1::before {
    content: '';
    position: absolute;
    right: -35px;
    top: -1px;
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 34px solid #788da7;
    z-index: 1;
}

/* Step 2 basis styling */
.mc-step2 {
    width: calc(50% + 33px);
    padding-left: 50px;
    border-top-right-radius: 5px;
    background: var(--color-darkblue);
    color: #5e71a1;
    text-decoration: none;
    cursor: pointer;
}

.mc-step2:hover {
    background: #3a5a8a;
    color: #fff;
}

.mc-step2:hover .mc-step-number {
    border-color: rgba(255, 255, 255, 0.6);
}

/* Nummer styling */
.mc-step-number {
    width: 32px;
    height: 32px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    flex-shrink: 0;
    line-height: 1; /* Voorkom extra spacing binnen de cirkel */
}

/* ===== CHECKOUT PAGINA STYLING ===== */
/* Voeg class "checkout-page" toe aan .mc-cartsteps op checkout pagina */

.mc-cartsteps.checkout-page .mc-step1 {
    background: var(--color-darkblue);
    color: #5e71a1;
    cursor: pointer;
}

.mc-cartsteps.checkout-page .mc-step1::after {
    border-left-color: var(--color-darkblue);
}

.mc-cartsteps.checkout-page .mc-step1:hover {
    background: #3a5a8a;
    color: #fff;
}

.mc-cartsteps.checkout-page .mc-step1:hover::after {
    border-left-color: #3a5a8a;
}

.mc-cartsteps.checkout-page .mc-step1:hover .mc-step-number {
    border-color: rgba(255, 255, 255, 0.6);
}

.mc-cartsteps.checkout-page .mc-step2 {
    background: #2c4a7c;
    color: #fff;
    cursor: default;
    pointer-events: none;
}

@media (min-width: 768px) {
#checkout-cart .col-mc-70 {
	width: 70%;
	position: relative;

	float: left;
}

#checkout-cart .col-mc-30 {
	width: 30%;
		position: relative;
	padding-left: 30px;
	float: left;
}
}

 


.mc-cart-contact {
	padding: 15px;
}









.mc-cart-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mc-cart-contact li {
    display: flex;
    align-items: center; /* Verticaal centreren */
    gap: 20px;
    margin-bottom: 12px;
	font-size: 14px;
	color: var(--color-darkblue);
}

.mc-cart-contact li:last-child {
    margin-bottom: 0;
	border-top: 1px solid #ddd;
	padding-top: 10px;
}

.mc-cart-contact i {
    color: #ddd;
    font-size: 24px;
    min-width: 24px;
    flex-shrink: 0; /* Voorkom dat icoontje krimpt */
}

.mc-cart-contact b {
    font-weight: 600;
    color: #333;
}

.mc-cart-contact a {
 
}

.mc-cart-contact a:hover {
    text-decoration: underline;
}
.btn-default.cart {
font-size: 16px;
    float: right;
    font-weight: 600;
    padding: 15px 48px;
    text-decoration: none;
    text-transform: uppercase;
    color: #0b152f;
    border-radius: 5px;
    background: #f5f7f7;
	box-shadow: none;
    border: 1px solid #dadedd;
	line-height: unset;
}

.btn-default.cart:hover {
	background: #f1f1f1;
}

.btn-primary.cart {
    border-radius: 5px;
    display: inline-block;
    margin-left: 3px;
    padding: 15px 48px;
    background-color: var(--color-orange);
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
		border: 1px solid #f5f7f7 !Important;
		line-height: unset;
}

.btn-primary.cart:hover {
	background: #f57138;
	border-color: #f57138;
}

@media (max-width: 767px) {
	.btn-primary.cart, .btn-default.cart {
		padding: 10px 10px;
		font-size: 14px;
	}
}
	
	
/* Mobiele layout voor cart */
@media (max-width: 991px) {
    .mc-cart-productline {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }
    
    /* Bovenste rij: thumb + name */
    .mc-cart-thumb {
        flex: 0 0 60px !important;
        order: 1 !important;
        width: 60px !important;
        display: flex !important;
    }
    
    .mc-cart-name {
        flex: 1 1 calc(100% - 70px) !important;
        order: 2 !important;
        width: auto !important;
        margin-left: 0px !important;
        display: flex !important;
    }
    
    /* Onderste rij: quantity (links) + price (rechts) op ZELFDE REGEL */
    .mc-cart-quantity {
        flex: 1 1 auto !important;
        order: 3 !important;
        display: flex !important;
        align-items: center !important;
        margin-top: 10px !important;
        width: auto !important;
        margin-left: 0px !important;
    }
    
    .mc-cart-producttotal {
        flex: 0 0 auto !important;
        order: 3 !important; /* Zelfde order = zelfde regel */
        margin-left: auto !important;
        align-self: center !important;
        margin-top: 10px !important; /* Zelfde margin als quantity */
        font-weight: bold !important;
        width: auto !important;
        display: flex !important;
    }
	
	#checkout-cart .mc-pdp-payment {
		display: none;
	}
	
	
}


#checkout-cart .mc-pdp-payment {
	margin-top: 0px;
	margin-bottom: 30px;
}

/* cart products */
.mc-cart-products {
margin-top: 35px;
}

.mc-cart-productline {
	display: flex;
	align-items: center;
	width: 100%;
	border: 1px solid #dadede;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
}

.mc-cart-productline:last-child {
	margin-bottom: 0px;
}

.mc-cart-productline a{
color: var(--color-darkblue);
font-weight: 700;
font-size: 15px;
}

.mc-cart-productline a:hover {
color: #117fcc;
}

.mc-cart-thumb{
	display: flex;
	width: 60px;
}
.mc-cart-name{
	display: flex;
	margin-left: 15px;
	flex:1;
	flex-direction: column;
}
.mc-cart-quantity{
	display: flex;
	width: 200px;
	margin-left: 15px;

}
.mc-cart-producttotal {
	display: flex;
	width: 100px;
	justify-content: flex-end;
		font-size: 14px;
	color: var(--color-darkblue);
}


.mc-cart-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 200px;
    margin-left: 15px;
}
.btn-remove {
    background: transparent;
    border: none;
    color: #dc3545;
    font-size: 20px;
    cursor: pointer;
    padding: 13px;
    transition: color 0.3s ease;
    flex-shrink: 0;
}
.btn-remove:hover {
    color: #c82333;
}
.quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}
.qty-btn {
    background: #f5f5f5;
    border: none;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qty-btn:hover {
    background: #e0e0e0;
}
.qty-input {
    border: none;
    width: 50px;
    text-align: center;
    font-size: 14px;
    padding: 8px 5px;
}
.qty-input::-webkit-outer-spin-button,
.qty-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.mc-cart-quantity .fa-times {
	margin-right: 20px;
	font-size: 20px;
}

.mc-totals-cart {
	display: flex;
	font-size: 15px;
	line-height: 26px;
	color: var(--color-darkblue);
	flex-direction: column;
	width: 100%;
}

.mc-total-line {
display: flex;

}	

.mc-total-title {
	width: 50%;
	font-weight: 600;
	text-align: left;
}

.mc-total-value {
	width: 50%;
	text-align: right;
	padding-right: 15px;
}

.mc-total-line:last-child .mc-total-value {
	font-size: 26px;
	font-weight: 700;

}

.mc-total-line:last-child {
		border-top: 1px solid #ddd;
		padding-top: 8px;
		margin-top: 5px;
}

span.mc-cart-notice.red {
	color: #dc3545;
	display: block;
	font-size: 12px;
	line-height: 16px;
}

span.mc-cart-notice.green {
color: #8cc00b;
display: block;
font-size: 12px;
	line-height: 16px;
}

.content-delivery-method strong {
	display: none;
}

.content-shopping-cart a {
	color: var(--color-darkblue);
}

.extinput-group .extbtn-block .btn {
	height: 44px;
}

#onepagecheckout label {
	font-size: 14px;
}

#onepagecheckout input.formcontrol, #onepagecheckout select.formcontrol  {
	height: 44px;
	border-radius: 5px;
}

input#input-coupon.formcontrol {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 0px;
		border-top-right-radius: 0px;
}

.mc-error-checkout {

	color: red;
	font-size: 13px;
	padding-left: 15px;
	padding-bottom: 15px;
}

#checkout-cart .mc-attributes-productlist, #checkout-cart .availability,  #checkout-cart .mc-productlist-quantity, #checkout-cart .mc-productlist-info, #checkout-cart .disevrywhr_header, #checkout-cart .disevrywhr_qtytable {
	display: none;
}

#checkout-cart .product-thumb .caption {
padding: 25px 10px 0px 10px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
	align-items: center;
}	


#checkout-cart .mc-caption-right {
	width: 100%;
	text-align: center;
	
}

#checkout-cart .product-thumb .price {
	padding-top: 10px;
}

#checkout-cart .mc-productlist-atc {
    width: 100%;
}

#checkout-cart .mc-productlistname {
	padding-top: 10px;
}

#checkout-cart  .mc-productlist-atc button {
	width: 100%;
	content: "moi";
	background: #8cc00b;
}

#checkout-cart  .mc-productlist-atc button:hover {
	background: #77a306
}

#checkout-cart  .mc-productlist-atc button:after {

	content: "+ Voeg toe";
}

#checkout-cart  .mc-productlist-atc button span {
	display: none;
}

#checkout-cart  .product-thumb {
border-radius: 5px;
}

#checkout-cart .mc-img-left {
	width: 100%;
}

#checkout-cart .product-thumb .image img {
	max-width: 100px;
}

#checkout-cart h3 {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 26px;
}

@media (max-width: 767px) {

#checkout-cart .col-mc-70 .col-xs-12 {
	width: 50%;
}

#checkout-cart  .mc-productlist-atc button {
padding: 8px;
}

#checkout-cart .product-thumb .image img {
	max-width: 60px;
}

.content-confirm-order .btn {
    padding-right: 10px !Important;
    padding-left: 10px !Important;
    font-size: 20px !Important;
}
}

.seo_brand_desc p {
	font-size: 14px;
}

.mc-menubar.pc {
	background: #0f274c;
}

.mc-menubar.pc .navbar {
	margin-bottom: 0px;
	border: 0px;
}


#menu ul.nav.navbar-nav {
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

#menu ul.nav.navbar-nav::before,
#menu ul.nav.navbar-nav::after {
    display: none !important;
    content: none !important;
}

#menu ul.nav.navbar-nav > li {
    float: none !important;
}

#menu .navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}

/* Desktop: Hover opens dropdown */
@media (min-width: 768px) {
    .navbar-nav > li.mc-hover-dropdown:hover > .dropdown-menu {
        display: flex;
        margin-top: 0;
    }
    
    /* Disable hover when mc-no-hover class is present */
    .navbar-nav > li.mc-hover-dropdown.mc-no-hover:hover > .dropdown-menu,
    .navbar-nav > li.mc-hover-dropdown.mc-no-hover > .dropdown-menu {
        display: none !important;
    }
}


/* Fix voor rechts-uitgelijnde dropdowns */
@media (min-width: 768px) {
    /* Laatste 2 menu items: dropdown rechts uitlijnen */
    .navbar-nav > li.mc-hover-dropdown:nth-last-child(-n+2) .dropdown-menu {
        left: auto;
        right: 0;
    }
    
    /* Onzichtbare brug tussen parent en dropdown - ALLE dropdowns */
    .navbar-nav > li.mc-hover-dropdown .dropdown-menu::before {
        content: '';
        position: absolute;
        top: -20px; /* Pas aan naar jouw gap grootte */
        left: 0;
        right: 0;
        height: 20px; /* Match de gap tussen menu en dropdown */
        background: transparent;
    }
}


.width_product {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

td.width_product a {
    display: block !important;
}



/* Desktop */
@media (min-width: 768px){
.swiper-viewport .swiper-button-prev, .swiper-container .swiper-button-prev {
	opacity: 0.9 !important;
	left: 10px !important;
}
.swiper-viewport .swiper-button-next, .swiper-container .swiper-button-next {
	opacity: 0.9 !important;
	right: 10px !important;
}
}


.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 0.2 !important;
    cursor: default;
    pointer-events: none;
}

.container.mc_quickcheckout {
	background: #fff;
	border: 1px solid #ddd;
}

.mc_quickcheckout h1 {
	padding-top: 15px;
}

.table.table-checkout>tbody>tr>td {
	border-top: 0px;
}

.table.table-checkout>tbody>tr>td {
	vertical-align: middle;

}

.table.table-checkout>tbody>tr {

    border: 1px solid #dddddd;
		background-color: #F7F7F7;
		border-radius: 5px;
		margin-bottom: 5px !important;
		vertical-align: middle;
}

.table-checkout label {
	font-size: 14px;
}

.table-checkout {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

label[for=paynl_ideal] {
    background: url(/catalog/view/theme/defaultnot/image/img-icon-payment-ideal.png) no-repeat;
	
	
}

label[for=paynl_visamastercard] {
    background: url(/catalog/view/theme/batterijenhuis/image/img-icon-payment-visamastercard.png) no-repeat;
}

label[for=paynl_mistercash] {
    background: url(/catalog/view/theme/batterijenhuis/image/img-icon-payment-mistercash.png) no-repeat;
}

label[for=pp_standard] {
    background: url(/catalog/view/theme/batterijenhuis/image/img-icon-payment-paypal.png) no-repeat;
}

label[for=paynl_sofortbanking] {
    background: url(/catalog/view/theme/batterijenhuis/image/img-icon-payment-sofortbanking.png) no-repeat;
}

label[for=bank_transfer] {
    background: url(/catalog/view/theme/batterijenhuis/image/img-icon-payment-overschrijving.png) no-repeat;
}

label[for=paynl_afterpay] {
    background: url(/catalog/view/theme/batterijenhuis/image/img-icon-payment-afterpayriverty.png) no-repeat;
}

label[for=account] {
    background: url(/catalog/view/theme/batterijenhuis/image/img-icon-payment-oprekening.png) no-repeat;
}

table.table-payment>tbody>tr>td {
	border-top: 0px;
}

.table.table-payment>tbody>tr>td {
	vertical-align: middle;
		background-color: #fff;
}

.table.table-payment>tbody>tr {


		vertical-align: middle;
}

.table-payment label {
	font-size: 14px;
}

.table-payment {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

td.mc-paymentimg {
	width: 70px;
}

td.mc-paymentradio {
	width: 15px;
}


.quickcheckout-content .form-control {
	height: 40px;
}

#payment-address label, #shipping-address label {
	padding-top: 15px;
	margin-bottom:0px;
}

#coupon-heading {
	background: #fff !important;
	border: 1px solid #dddddd;
	font-size: 14px;
	font-weight: normal !important;
	color: #15244a;
	
}

#coupon-heading .fa-chevron-up, #coupon-heading .fa-chevron-down {
	float: right;
	vertical-align: middle;
	padding-top: 5px;
}

.mc_quickcheckout, .mc_quickcheckout label {
	font-size: 14px;
	color: #15244a;
}

button#button-coupon.btn.btn-primary  {
	background: var(--color-green);
	font-size: 14px;
	height: 40px;
}

button#button-coupon.btn.btn-primary:hover  {
	background: var(--color-darkgreen);
}

#coupon-heading {
	margin-bottom: 0px !important;
}

#coupon-content {
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 10px;

}

.terms label {
	margin-right: 30px;
}

button#button-payment-method.btn.btn-primary  {
	padding: 15px 50px;
	font-size: 16px;

}

@media (max-width: 767px) {
button#button-payment-method.btn.btn-primary  {
	padding: 15px 50px;
	width: 100%;
}	

.terms label {
	margin-right: 0px;
	text-align: left;
}

.or {
	margin-top: 10px;
}

.mc-login {
	flex-direction: column;
	align-items: unset !Important;
}

label[for="input-login-password"] {
    text-align: left !Important;
}

.mc_wachtwoord .input-group-btn {
	display: flex;
}

#button-login  {
	margin-left: 0px !important;
	margin-top: 10px;
	margin-bottom: 5px;
}


a.mc-forgotten {
	float: unset !important;
	padding-right: 0px !important;
	padding-left: 30px;
}

.mc-login label {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px !important;
}








}

@media (min-width: 768px) {
    .mc-login-chevron {
        display: none !important;
    }
}


.quickcheckout-cart td {
    word-break: break-word;
    overflow-wrap: break-word;
    vertical-align: middle;
}


.quickcheckout-cart td.quantity {
	min-width: 10px !important;
}

@media (max-width: 767px) {
.mc-cart-dt {
display: none;
}

table.quickcheckout-cart td.image {
	display: none;
}

.quickcheckout-cart tbody td {
	padding: 4px !important;
}
.quickcheckout-cart thead td {
	padding: 4px !important;
}


}
@media (min-width: 768px) {
.mc-cart-mb {
display: none;
}	

table.quickcheckout-cart td.image {
	width: 100px;
}


}

.quickcheckout-cart td.name {
	width: 35% !important;
}




.quickcheckout-cart td.quantity {
	width: 60px !important;
}

.quickcheckout-cart td.price1, .quickcheckout-cart td.total {
	width: auto !important;
}

/* Klantengroep radio buttons */
.mc-customer-group-radios {
    display: flex;
    gap: 20px;
}

.mc-radio-label {
    cursor: pointer;
}

.mc-radio-label input[type="radio"] {
    cursor: pointer;
    margin-right: 5px;
}

.mc-company-field {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.mc-company-field.mc-visible {
    max-height: 200px;
}

#payment-method-cod td {
    vertical-align: top;
}

input#input-kvk, input#input-btw
 {
    height: 35px;
    padding: 10px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    border: 1px solid #e0e1e1;
    border-radius: 5px;
    padding: 5px 10px;
    font-family: "Droid Sans", Arial, sans-serif;
    font-size: 14px;
	width: 190px;
}

.postcoderror_unique .alert.alert-warning {
    background: #fff3cd;
    padding: 10px 15px;
    color: #664d03;
    border-radius: 5px;
    font-size: 13px;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 30px;
	border: 1px solid #664d03;
}

@media (max-width: 767px) {
	
.postcoderror_unique .alert.alert-warning {
		margin-right: 15px;
	
}
















	
	

