@media print { 
	.noprint { display: none; }
	a[href]:after { content: none; }
}

@media screen {
	.noscreen { display: none; }
}

/* Vue.js */
#app [v-cloak] {
  display:none;
}

html { position: relative; min-height: 100%; }

body { 
	margin-top: 150px; /* fixed header! */
	font-family: "roboto","Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-weight: 100; 
	/* padding-top: 20px; */
}

h1, h2, h3, h4, h5, h6 { font-family: 'RobotoCondensed', sans-serif; font-weight: 400; }

a:focus { outline: none; }	/* Geen randjes rond gefocuste links */

.amp {
	font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
	font-style: italic;
	font-weight: normal;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}

.noborder { border: 0!important; }

#wrapper { 
	background-color: #fff; 
	z-index: 50;
	border: 1px solid #dce7f0;
	border-top: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.50);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.50);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.50);	
}

#headerbg {
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	position: relative;
	background-repeat: no-repeat;
	background-image: url('../images/layout/bg-header-trans-darkblue.png');
}

/*#logo img { width: 300px; margin: -15px; display: inline; }*/

#troeven { position: absolute; bottom: 15px; right: 0; width: 250px; }
#troeven .fa.pull-left { margin-right: 5px; }
.troef { margin-right: 25px; min-width: 175px; }
.troef b { font-weight: 500; font-size: 125%; }
#social { /* position: absolute; right: 10px; top: 50px; */ margin-top: 14px; }
#social a, #social .fa, .troef a, .troef a .fa { opacity: 0.6; }
#social a:hover, .troef a:hover { opacity: 1; text-decoration: none; color: #135D9A; }

.placeholder { color: #aaa; }

.marginBottom15 { margin-bottom: 15px; }
#startheader { background: #eeeeee url('../images/layout/logobg.png') no-repeat -100px -75px; }

.afgerond { 
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}

.zichtbaar { display: block; }
.onzichtbaar { display: none; }
.opacity0 { opacity: 0; }
.height0 { height: 0; }
.klikbaar { cursor:pointer; }

.tip { /*cursor:help; border-bottom:1px dotted #999;*/ }
a.tip:hover { text-decoration: none; }

.btn {
  border-radius: 0.125rem !important;
}

.alttr { background-color: #f9f9f9; } /* alternerende rijkleur, voor situaties waarbij het niet met js kan worden opgelost */

#content { margin: 10px; }

/* INFOLIJNTJE BOVEN AFDRUK VAN PAGNINA */
.printinfo { font-size: 8pt; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; padding: 15px; text-align: center; width: 100%; margin-bottom: 15px; }

/* dossierblok (bv. bambolino/autostoel.php en pagina/947.php) */
.dossierblok h2 { margin: 10px 0 5px 0; }
.dossierblok { border: 1px solid #fff; margin: 10px 20px 15px 0; }
.dossierblok div { vertical-align: middle; }
.dossierblok a { text-decoration: none; }

/* LAATST BEKEKEN BLOK */
#laatstbekeken { 
	background-color: #eee; 
	border-top: 2px solid #ccc;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ; 
    margin-top: 50px;
}
#laatstbekeken h3, #laatstbekeken h4 { margin: 0; line-height: 16px; text-align: center; }
#laatstbekeken h3 { font-size: 14px; }
#laatstbekeken h4 { font-size: 11.9px; height: 32px; overflow: hidden; font-weight: normal; } 




/* footer */

footer { background-color: #f3e5cd; }
footer a { color: #808080; }

.disclaimer { 
	background-color: #f3e5cd; // was #bbbbbb; 
	font-size: 0.8rem;
}


.payment_icons {
	font-size: 2rem;
}

#divSocial {
	margin: 20px 0; 
	border-top: 1px dashed #ddd; 
}
#divSocial h4 { font-size: 12pt; letter-spacing: 0; }


/* ARTIKELPAGINA */
#artikelficheMobile .prijs, #artikelfiche .prijs { font-family: "Robotocondensed"; font-size: 3rem; font-weight: 300; }

#artikelficheMobile #koopknop,
#artikelficheMobile .wishlistButton { width: 100%; }
/*
#artikelfiche .prijs span.prijsextra { font-size: 11px; vertical-align: super; letter-spacing: normal; }
#artikelfiche .prijs span.prijsextra.label { margin-left: 10px; letter-spacing: normal; }
#artikelfiche .prijsOnder { text-align: center; margin-bottom: 30px; }
#artikelfiche .kortingtekst { margin: 20px 0; }
#artikelfiche .divKoopknop { margin: 20px 0 0 0; }
#artikelfiche .koopknop.groot { padding-top: 20px; padding-bottom: 20px; }
#artikelfiche .littleLoyaltyCard { border: 1px solid #ccc; }

#artikeltabs { margin-top: 20px; }
.voordelen { margin: 15px 0; }
.voordelen.promo { font-size: 155%; font-family: 'Robotocondensed',sans-serif; font-weight: 200;}
.voordelen.promo li { margin-bottom: 10px; line-height: 97%; }
#tblKenmerken, #tblKenmerken_wrapper { overflow: scroll; overflow-y: hidden; -ms-overflow-y: hidden; }
#tblKenmerken .titel { font-weight: bold; padding-top: 25px; }

#artikelficheMobile h1 { margin: 0; word-wrap : break-word; font-size: 36px; }
#artikelficheMobile h2 { margin: 0; font-size: 24px; word-wrap : break-word; font-size: 19px; }
#artikelficheMobile h4 { font-size: 14px; }
#artikelficheMobile .prijs { font-size: 57px; font-weight: 500; margin: 30px 0; line-height: 17px; text-align: center; letter-spacing: -1px;}
#artikelficheMobile .prijs span.prijsextra { font-size: 11px; vertical-align: super; letter-spacing: normal; }
#artikelficheMobile .prijs span.prijsextra.label { margin-left: 10px; letter-spacing: normal; }
#artikelficheMobile .prijsOnder { text-align: center; margin-bottom: 30px; }
#artikelficheMobile .kortingtekst { margin: 20px 0; }
#artikelficheMobile .divKoopknop { margin: 20px 0 0 0; }
#artikelficheMobile .koopknop.groot { padding-top: 20px; padding-bottom: 20px; width: 100%; }
#artikelficheMobile .littleLoyaltyCard { border: 1px solid #ccc; }

#artikeltabs { margin-top: 20px; }
.voordelen { margin: 15px 0; }
.voordelen.promo { font-size: 155%; font-family: 'robotocondensed',sans-serif; font-weight: 200;}
.voordelen.promo li { margin-bottom: 10px; line-height: 97%; }
#tblKenmerken, #tblKenmerken_wrapper { overflow: scroll; overflow-y: hidden; -ms-overflow-y: hidden; }
#tblKenmerken .titel { font-weight: bold; padding-top: 25px; }
*/

/* ARTIKELOVERZICHT */
.artikelvakcontainer { float: left; margin: 0 10px 10px 0; }
a .artikelvak { text-decoration: none; color: #000; }
.artikelvak { height: 260px; width: 200px; border: 1px solid rgb(236,236,236); position: relative; padding: 0; background-color: #fff; font-size: 13px; }
.artikelvak h3, .artikelvak h4 { margin: 0; line-height: 16px; text-align: left; color: #000; }
.artikelvak h3 { font-size: 13px; }
.artikelvak h4 { font-size: 11.9px; overflow: hidden; }
.artikelvak .btn { position: absolute; bottom: 0; left: 0; }
.artikelvak .merk { position: absolute; top: 0; right: 0; max-width: 50px; margin: 4px; }
.artikelvak .artikelfoto { position: relative; height: 150px; text-align: center; line-height: 150px; } 
.artikelvak .artikelfoto img { vertical-align: bottom; max-height: 125px; max-width: 125px; }
.artikelvak .prijs { font-size: 16px; text-align: left; padding: 0; }
.artikelvak .foto { margin: 0 auto; }
.artikelvak .onderkant { position: absolute; bottom: 0; background-color: rgb(255,255,255); background-color: rgba(255,255,255,0.7); width: 100%; padding: 5px; overflow: hidden; }
.artikelvak .onderkant p { margin: 0; }
.artikelvak .onderkant .tekst { margin-bottom: 15px; }
.artikelvak .vergelijken label { margin: 0 0 0 5px; display: none; }
.artikelvakcontainer:hover { -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3); }
.artikelvakcontainer:hover .onderkant { background-color: #f5f5f5; }
.artikelvakcontainer:hover .vergelijken label { display: block; z-index: 100; }
.artikelvak.actief { border: 1px solid #46afe9; }
.artikelvak.actief .vergelijken label { display: block; }
.artikelvak button.koopknop { position: absolute; right: 8px; left: inherit; bottom: 8px; }
/*
 .artikelvak .ecoico { position: absolute; right: 50px; bottom: 8px; }
.artikelvak .belico { position: absolute; right: 10px; bottom: 8px; }
.artikelvak .ecoico { position: absolute; left: 50px; top: 8px; z-index: 10; }
.artikelvak .belico { position: absolute; left: 10px; top: 8px; z-index: 10; }
*/
.artikelvak .iconen { padding: 4px; }
.artikelinfointern { background-color: #F0F0F0; padding: 5px 10px; position: relative; border: 1px solid #ECECEC; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.artikelinfointern .wmreden  { padding-right: 10px; }
.artikelinfointern .kmcheck { position: absolute; bottom: 4px; right: 10px; padding: 2px; }
.artikelinfointern .icons { margin-top: 8px; }
.artikelinfointern .icons i,
.artikelinfointern .icons svg { font-size: 14px; margin: 4px; }

.artikelvak.menu 				{ height: 120px; width: 170px; opacity: 0.9; margin: 0 10px 10px 0; }
.artikelvak.menu:hover			{ opacity: 1; }
.artikelvak.menu .artikelfoto 	{ height: 110px; line-height: 110px; }
.artikelvak.menu h3 			{ position: absolute; bottom: 0; padding: 3px; background-color: rgba(255,255,255,0.7); width: 100%; text-align: center; }

.folderartikel { border-color: rgb(  0,  81, 146); }

/* NOG NODIG? */
.artikelvak.miniZZZ 				{ height: 130px; }
.artikelvak.miniZZZ h3 				{ font-size: 14px; margin-bottom: 10px; }
.artikelvak.miniZZZ .artikelfoto 	{ height: 110px; line-height: 100px; }

#laadmeerscroll { clear: both; }
#laadmeerknop { clear: both; margin: 45px 0; }

/* FOTOPAGINA */
#fotos { width: 100%; }
#fotos img { margin: 10px; }

/* WINKELKAR */
.extralijn { border: 0 !important; padding-top: 0 !important; }
#winkelkar input { width: 30px; }

/* RECHTZETTINKJES */

.ui-pnotify-title { margin: 0; font-size: 15px; }
.ui-pnotify-text { font-size: 13px; }

#etalage { margin: 0 20px 20px 0; }


#headerbar { 
	background-image: none; 
	margin-bottom: 0; 
	border-bottom: 0; 
	padding-right: 20px; 
	min-height: 20px; 
	font-size: small; 
	font-family: 'Robotocondensed', sans-serif; 
	font-weight: 400; 
}
#headerbar .nav { 
	background-color: rgb(256,256,256); 
	padding: 4px; border: 1px solid #ddd; 
	border-top-left-radius: 0; 
	border-top-right-radius: 0;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.5); 
	border-top: 0;
	margin: -1px 0 0 0;
}
#headerbar .nav li a, #intern_panel a { color: rgb(87,86,86); }
#intern_panel h3 { margin-top: 0; }
#headerbar .nav li a:hover { color: rgb(227,69,137); }
#headerbar:hover { opacity: 1; }

#catbar { margin-bottom: 0; }
#catbar>div>ul>li>a { font-size: large; font-family: 'Roboto', sans-serif; font-weight: 400; /*color: #fff;*/ }


.yamm-content a, .yamm-content li a { color: #178ac9; }
.yamm-content h4, .yamm-content h3  { margin-top: 18px; }
.yamm-content div h4:first-child, .yamm-content h3:first-child { margin-top: 0; }
.yamm-content .thumbnail { margin: 0 0 10px 0; }

.panel .list-group .list-group-item { border: 0; padding: 3px; }
.panel .list-group .list-group .list-group-item { padding: 0 0 0 2px; margin: 0; font-size: 12px; }
.panel .list-group .list-group-item label { font-size: 12px; margin: 0; }
.panel .list-group .checkbox { padding: 0 0 0 20px; margin: 3px;  }

.accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Font Awesome\ 5 Pro';  /* essential for enabling glyphicon */
    content: "\f078";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
    font-size: 10px;
}
.accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f054";    /* adjust as needed, taken from bootstrap.css */
}

.filters .list-group { margin-bottom: 0; }

.controls-row { margin-bottom: 4px; }

[class^="icon-"],[class*=" icon-"] { height: 12px !important; vertical-align: baseline; }

/** KOOPKNOP [TESTS!] **/
/* colors */
.oranje {
	background: rgb(255,168,76);
	background: -moz-linear-gradient(top,  rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1)));
	background: -webkit-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 );
}

.oranje:hover {
	background: rgb(255,123,13);
	background: -moz-linear-gradient(top,  rgba(255,123,13,1) 0%, rgba(255,168,76,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,123,13,1)), color-stop(100%,rgba(255,168,76,1)));
	background: -webkit-linear-gradient(top,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,123,13,1) 0%,rgba(255,168,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 );
}

/* uitschuifknop */

.a-btn{
	font-family: 'Droid Sans', sans-serif;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0,0.4) ;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5),
				0 0 1px 1px rgba(255,255,255,0.8),
				0 0 0 6px rgba(0,0,0,0.06),
				0 0 0 3px rgba(0,0,0,0.1);
	cursor: pointer;	
	
    padding-left: 20px;
    padding-right: 80px;
    /*height: 38px;*/
    display: inline-block;
    position: relative;
    float: left;
    clear: both;
    margin: 10px 0px;
    overflow: hidden;
    transition: all 0.3s linear;
}
.a-btn-text{
	padding: 10px;
	float: left;
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);
	text-transform: uppercase;
    display: block;
    white-space: nowrap;
    transition: all 0.2s linear;
}
.a-btn-slide-text{
    position:absolute;
    height: 100%;
    top: 0px;
    right: 52px;
    width: 0px;
    background: #63707e;
    text-shadow: 0px -1px 1px #363f49;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: left;
    text-indent: 10px;
    overflow: hidden;
    line-height: 38px;
    box-shadow: 
        -1px 0px 1px rgba(255,255,255,0.4), 
        1px 1px 2px rgba(0,0,0,0.2) inset;
    transition: width 0.3s linear;
}
.a-btn-icon-right{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 52px;
    border-left: 1px solid #5d81ab;
    box-shadow: 1px 0px 1px rgba(255,255,255,0.4) inset;
    
    padding: 10px 0;
	color: #fff;
	font-weight: 800;
	font-size: 20px;
	text-shadow: 1px 1px rgba(0,0,0,0.2);    
}

.a-btn:hover{
    padding-right: 230px;
    box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
}
.a-btn:hover .a-btn-text{
    text-shadow: 0px 1px 1px #5d81ab;
    color: #fff;
}
.a-btn:hover .a-btn-slide-text{
    width: 150px;
}
.a-btn:hover .a-btn-icon-right span{
    opacity: 1;
}
.a-btn:active {
    position: relative;
    top: 1px;
    background: #5d81ab;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color: #80a9da;
}

/** STERKNOP **/
.a-ster{
    width:120px;
    height:120px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display:block;
    margin:20px;
    float:left;
    background:#f0ad4e;
    position:relative;
    -webkit-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    -moz-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    border: 0;
}
.a-ster span{
    display:table-cell;
    width:80px;
    height:80px;
    padding:20px;
    text-align:center;
    vertical-align:middle;
    font-size:26px;
    color:#fff;
    text-shadow:0px 1px 1px #A03F16;
    font-family:"Arvo", "Myriad Pro", "Trebuchet MS", sans-serif;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-ster span:nth-child(1), 
.a-ster span:nth-child(3){
    position:absolute;
    top:0px;
    left:0px;
    font-size:36px;
    line-height:36px;
    opacity:0;
}
.a-ster span:nth-child(1){
    background:transparent url(../images/main/star.png) no-repeat center center;
    opacity:0.2;
}
.a-ster:hover{
    background:rgba(170, 77, 27, 0.6);
    -webkit-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
    -moz-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
    box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
}
.a-ster:hover span:nth-child(3){
    opacity:1;
}
.a-ster:hover span:nth-child(2){
    opacity: 0; 
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
}
.a-ster:hover span:nth-child(1){
    -webkit-animation:rotate 1s linear;
    -moz-animation:rotate 1s linear;
    animation:rotate 1s linear;
}
.a-ster:active{
    -webkit-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
    -moz-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
    box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
}
.a-ster:active span:nth-child(2){
    color:rgba(170, 77, 27, 0.8);
    text-shadow:0px 1px 1px rgba(255, 255, 255, 0.6);
}
@keyframes rotate{
    0% { transform: scale(1) rotate(0);}
    50% { transform: scale(0.5) rotate(180deg);}
    100% { transform: scale(1) rotate(360deg);}
}
@-webkit-keyframes rotate{
    0% { -webkit-transform: scale(1) rotate(0);}
    50% { -webkit-transform: scale(0.5) rotate(180deg);}
    100% { -webkit-transform: scale(1) rotate(360deg);}
}
@-moz-keyframes rotate{
    0% { -moz-transform: scale(1) rotate(0);}
    50% { -moz-transform: scale(0.5) rotate(180deg);}
    100% { -moz-transform: scale(1) rotate(360deg);}
}


#leveringsinfo_bewerken .control-group { margin: 0; }

/** BOOTSTRAP TWEAKS **/

/* WELLS MET GELIJKE HOOGTE */
@media (min-width: 768px) {
	.col{ margin-bottom: -99999px; padding-bottom: 99999px; }
	.col-base{ margin-top: -15px; }
}
@media (max-width: 767px) { 
	.row-fluid.base{ display:none; }
}
.col-wrap{
    overflow: hidden; 
}

.carousel-caption {
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	left: 0;
	bottom: 0;
	text-shadow: 0 1px 1px rgba(60,60,60,0.4);
	padding: 10px;
}

.carousel-caption h4 { color: #000; text-align: left; padding: 0; margin: 0; }
.carousel-caption p { color: #666; text-align: left; }
.carousel-indicators { 
	position: absolute; 
	right: 10px; 
	bottom: 10px; 
	padding: 0;
	margin: 0;
	width: auto;
	text-align: right;
}
.carousel-indicators li { border-color: #666; }
.carousel-indicators li.active { background-color: #999; }

.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}
.badge-pink {
  background-color: #212121 !important;
}

label, .label { font-weight: 500; }

.dropdown .navbar-text { margin-left: 0; }

.help-block { font-size: 95%; }

/* MERKEN */
.fablogo { float: left; height: 100px; padding: 10px 0 10px 15px; width: 100px; position: relative;  }
.fablogo img { -ms-interpolation-mode:bicubic; }
.fablogo a { margin: 0 auto; }
.fabletters { text-align: center; color: #ccc; }
.fabletter { color: #ccc; font-size: 10pt; font-weight: bold; border-bottom: 1px solid #ccc; margin-left: 5px; position: relative; }
.fabletter .toplink { position: absolute; bottom: 0; right: 0; }

#aanmelden { margin: 15px; }

.vergelijken { position: absolute; top: 0; left: 17px; z-index: 5; background-color: #fff; }

.tab-pane { padding: 15px 0; }
.sterprijs { color: #f00; }

.scrollup{
    opacity: 0.7;
    position: fixed;
    bottom: 10px;
    left: 10px;
    display: none;
    z-index: 20;
}
.scrollup div {
	background-color: #fff;
    padding: 10px 10px 5px 10px;
    border: 1px solid #ccc;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	border-radius: 3px 3px 0 0;
}
/*.scrollup:hover { opacity: 0.9; }*/


#compareFooterLink {
    opacity: 0.7;
    position:fixed;
    bottom: 55px;
    right: -1px;
	z-index: 21;
}
#compareFooterLink div {
	background-color: #B5D2E7;
    padding: 10px 10px 5px 10px;
    border: 1px solid #BBC4C5;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	border-radius: 3px 3px 0 0;
}
#compareFooterLink:hover { opacity: 0.9; }


#vgl_panel, #login_panel, #intern_panel {  
	display: none;
	width: 100%;
	padding: 10px 5px; 
	margin-top: 0;
	border: 1px solid #ddd;
	border-top: 0;
    z-index: 10;
    clear: both;
    background-color: #fff;
}
#vgl_panel .artikellijn { height: 70px; width: 85px; margin: 0 7px 7px 0; padding: 4px; background-color: #fff; position: relative; }
#vgl_panel .artikellijn .verwijderlink { position: absolute; bottom: 0; left: 12px; font-size: 10px; font-family: "Roboto"; font-weight: 100; }
#vgl_panel .wislink { font-size: 10px; }

#filterhoofdwoord { -webkit-box-shadow: none; box-shadow: none; }
.filters hr { margin: 10px; }

.bolleken { padding-right: 10px; }

#paginas ul { margin-left: 0; }
#paginas ul li { margin-bottom: 35px; }
#paginas h4 { margin-bottom: 0; }

/* BOOTSTRAP TEMPLATE NAAR ONZE HAND ZETTEN */
.alert-info {
	background-image: -webkit-linear-gradient(top,#F1F5F6 0,#F5F5F5 100%);
	background-image: linear-gradient(to bottom,#F1F5F6 0,#F5F5F5 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffF1F5F6', endColorstr='#ffF5F5F5', GradientType=0);
	border-color: #9AB9D1;
}
/*
.text-success { color: #1E9920; }
.text-warning { color: #DF9320; }
*/
.navbar .divider-vertical {
	height: 33px;
	margin: 0 9px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #f2f2f2;
}


/* RANGESLIDER TEMPLATE NAAR ONZE HAND ZETTEN */
.ui-rangeSlider .ui-rangeSlider-handle { height: 17px; background: rgba(0,81,146, 0.5); }
.ui-rangeSlider .ui-rangeSlider-bar { height: 15px; background: rgba(0,81,146, 0.2); }
.ui-rangeSlider .ui-rangeSlider-innerBar { margin: 1px 6px; }
.ui-rangeSlider-label { bottom: -27px; }

/* ETALAGE TEMPLATE NAAR ONZE HAND ZETTEN */
#etalage .etalage_thumb { border: 1px solid rgba(236,236,236,1); }


.skrollable { position: fixed; z-index: 100; }

blockquote .sterren { font-weight: normal; font-size: 80%; }

#beheer { background-color: rgba(255,255,255,1); background-image: none; }

.galleriaParadisio { width: 100%; height: 250px; background: #fff }
.galleriaFolio { height: 60px; }
.galleriaFolio .galleria-container { background-color: #fff }
.galleriaFolio .galleria-thumbnails .galleria-image{width:80px}
.galleriaTwelve { height: 400px; width: 100% }
.galleriaTwelve .galleria-stage { background-color: #fff }
.galleriaMiniml { height: 200px; width: 100% }
.galleriaMiniml .galleria-container.notouch .galleria-dots div:hover,
.galleriaMiniml .galleria-container.touch .galleria-dots div:active {
    background-color: rgba(0,81,146,1); /* lichtblauw */
}
.galleria-single-image .galleria-thumbnails-container { display: none; }


.info dt { width: 30px; text-align: left; }
.info dd { margin: 0 0 10px 40px; }

.cc-cookies { width: 100% !important; font-weight: 400 !important; }
.cc-cookie-accept { margin-left: 25px !important; text-shadow: none !important; }

#frmLogin { margin-top: 25px; }

#headerbar .nav a { padding: 7px; }

.tekstballonblok { 
	width: 60%; 
	font-family: 'roboto', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 18px;
}
.tekstballon {
	text-align: center;
	position: relative;
	padding: 15px;
	margin: 0;
	color: #fff;
	background: #1c235a;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/* grootste driehoek */
.tekstballon:before {
	content: "";
	position: absolute;
	bottom: -30px;
	right: 20px;
	border-width: 0 0 30px 50px;
	border-style: solid;
	border-color: transparent #1c235a;
	/* reduce the damage in FF3.0 */
	display: block;
	width: 0;
}

/* kleinste driehoek */
.tekstballon:after {
	content: "";
	position: absolute;
	bottom: -40px;
	right: 50px;
	border-width: 0 0 40px 20px;
	border-style: solid;
	border-color: transparent #fff;
	/* reduce the damage in FF3.0 */
	display: block;
	width: 0;
}

.tekstballon a { color: #fff; text-decoration: none; }
.tekstballon img { margin-bottom: -35px; }
.tekstballon.bc14 img { margin-bottom: 0px; }
.tekstballonblok img { width: 75%; }

#herberekenen { margin-top: 45px; }


.uitdefolder { position: absolute; top: 0; right: 0; z-index:3; }
.uitdefolder .tekst,
.uitdefolder .banner,
.uitdefolder a {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.uitdefolder a { color: #fff; text-decoration: none; }
.no-css-transforms .uitdefolder { font-size: 1em; position: relative; width: 100%; }
.uitdefolder .banner {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #fff;
	-webkit-font-smoothing: antialiased;
	display: block;
	float: right;
	position: relative;
	right: -14px;
	top: 22px;
	width: 100px;
}
.uitdefolder .banner::after,
.uitdefolder .banner::before {
	content: '';
	display: block;
	height: 12px;
	position: absolute;
	width: 30px;
}
.uitdefolder .banner::before {
	-webkit-transform: skewY(-45deg) translate(50%,15px);
	-moz-transform: skewY(-45deg) translate(50%,15px);
	-ms-transform: skewY(-45deg) translate(50%,15px);
	-o-transform: skewY(-45deg) translate(50%,15px);
	-webkit-transform-origin: 100% center;
	-moz-transform-origin: 100% center;
	-ms-transform-origin: 100% center;
	-o-transform-origin: 100% center;
	left: -45px;
}
.uitdefolder .banner::after {
	-webkit-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-moz-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-ms-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-o-transform: translate(100%,-100%) skewY(45deg) translateX(-58%);
	-webkit-transform-origin: 0 center;
	-moz-transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	-o-transform-origin: 0 center;
	right: -17px;
}
.uitdefolder-small .banner::after { top: 18px; right: -12px; }
.uitdefolder-large .banner::after { top: 45px; right: -26px; }
.no-css-transforms .uitdefolder .banner {
	position: static;
	width: 100%;
	float: none;
	font-size: 10px;
}
.uitdefolder .tekst {
	position: relative;
	z-index: 2;
	padding: 6px 0;
	font-size: 12px;
	font-weight: bold;
	min-height: 18px;
	line-height: 18px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	-webkit-backface-visibility: hidden;
}
.uitdefolder .tekst::before,
.uitdefolder .tekst::after {
	content: '';
	display: block;
	height: 30px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.uitdefolder .tekst::before {
	-webkit-transform: translateX(-15%) skewX(-45deg);
	-moz-transform: translateX(-15%) skewX(-45deg);
	-ms-transform: translateX(-15%) skewX(-45deg);
	-o-transform: translateX(-15%) skewX(-45deg);
}
.uitdefolder .tekst::after {
	-webkit-transform: translateX(15%) skewX(45deg);
	-moz-transform: translateX(15%) skewX(45deg);
	-ms-transform: translateX(15%) skewX(45deg);
	-o-transform: translateX(15%) skewX(45deg);
}
no-css-transforms .uitdefolder .tekst { height: 25px; padding: 3px; }

/* .kleur-lichtblauw  { color: rgba(  0,  81, 146, 1); } */
/* .kleur-donkerblauw { color: rgba( 28,  35,  90, 1); } */
.uitdefolder .banner::after, .uitdefolder .banner::before { background-color: rgba(  28,  35,  90, 1); }
.uitdefolder .tekst::before, .uitdefolder .tekst::after, .no-css-transforms .uitdefolder .tekst { background-color: rgba(  0,  81, 146, 1); }

/*.kleur-baby 	   { color: rgba(227,  69, 137, 1); } */
.uitdefolder .banner.bc::after, .uitdefolder .banner.bc::before { background-color: rgba(188,  73, 121, 1); }
.uitdefolder .tekst.bc::before, .uitdefolder .tekst.bc::after, .no-css-transforms .uitdefolder .tekst.bc { background-color: rgba(227,  69, 137, 1); }

/*.kleur-baby 	   { color: rgba(227,  69, 137, 1); } */
.uitdefolder .banner.solden::after, .uitdefolder .banner.solden::before { background-color: rgba(188,  73, 121, 1); }
.uitdefolder .tekst.solden::before, .uitdefolder .tekst.solden::after, .no-css-transforms .uitdefolder .tekst.solden { background-color: rgba(227,  69, 137, 1); }

/* sterartikels    .kleur-rood 	   { color: rgb(206,  22,  25); } */
.uitdefolder .banner.ster::after, .uitdefolder .banner.ster::before { background-color: rgba(188,  73, 121, 1); }
.uitdefolder .tekst.ster::before, .uitdefolder .tekst.ster.after, .no-css-transforms .uitdefolder .tekst.ster { background-color: rgba(227,  69, 137, 1); }


.helaasclown { background: #eeeeee url('../images/layout/clown-helaas.png') no-repeat bottom right; min-height: 250px; }

.soldenmelding { margin-bottom: 10px; line-height: 15px; }
.soldenmelding span { font-weight: 500; font-size: 150%; margin-right: 5px; }
.label-baby { background-color: rgb(227,  69, 137); }
.btn-baby { background-color: #212121; color: #fff; }
.btn-baby:focus { color: #fff; }
.label-white { background-color: rgb(250, 250, 250); }

#artInfo { /* position: relative; */ }
#artInfo hr { margin: 10px 0; }
#artInfoAantal { font-family: 'Robotocondensed', sans-serif; font-weight: 500; font-size: 25px; }
#artInfo #sortering { /* font-size: 85%; position: absolute; right: 0; bottom: 21px; */ }

.dataTables_filter, .dataTables_paginate { float: right; }

form.validate .inputGroupContainer .form-control-feedback { top: 10px !important; right: 0px !important; }
form.validate .form-control-feedback { top: 35px !important; right: 0 !important; }
form.form-horizontal.validate .form-control-feedback { top: 10px !important; right: 10px !important; }
form.form-horizontal.validate .metlabel .form-control-feedback { top: 35px !important; right: 10px !important; }


.well .wellinfo { margin-top: 10px; padding-top: 5px; font-size: 90%; }
.wellinfo { font-size: 90%; }
.well { border-top: 1px solid #ccc; }
.klantenkaart .form-inline .form-group, #bezorging .form-inline .form-group { padding-left: 15px; }
.klantenkaart h3 { margin-top: 10px; }
.klantenkaart .klantenkaartje { margin-left: -23px; }

.tp-caption iframe { border: 0; }

#ecoLabelIcons { margin-top: 10px; }
#tabEcoLabels img { margin: 0 15px 15px 0; }
#tabEcoLabels div { margin-bottom: 25px; }
.ecoLabelIcons img { height: 56px; padding: 3px; }

.kopje { font-size: 140%; }
.divLTDAT { padding: 10px 0 0 19px; }

.kamerArtikel { position: relative; padding: 10px; }
.kamerArtikel .koopknop { margin-right: 5px; }
.kamerArtikel .prijs { font-size: 24px; font-family: "Robotocondensed", sans-serif; }
.kamerArtikel:hover { -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3); box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3); }

.no-gutter { padding-left: 0; padding-right: 0; }
.tiny { font-size: 65%; }

.img-thumbnail { width: auto; }

.paginaheader { border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 20px; }
.paginaheader h3 { margin: 0; }
.paginaheader p { margin: 0; }

#troevenbalk { padding: 10px 0 20px; }
#troevenbalk a { color: #aaa; font-weight: normal; font-size: 85%; }
#troevenbalk a:hover { color: #1E9920; }

#modInKar .modal-footer { text-align: left; padding-top: 22px; }
#modInKar .modal-footer a.btn { margin-right: 7px; margin-top: -15px; }

#menuPagina .divider { display: none; }
#menuPagina .menuPaginaBlok { margin: 0 20px 20px 0; list-style: none; width: 350px; }
#menuPagina .menuPaginaBlok .dropdown-toggle, #menuPagina .menuPaginaBlok .pseudo-toggle { font-size: 20px; }
#menuPagina .menuPaginaBlok .dropdown-toggle span.desc,
#menuPagina .menuPaginaBlok .pseudo-toggle span.desc { display: block; font-size: 12px; }
#menuPagina .menuPaginaBlok ul { margin: 10px 0 0 0; padding: 10px 0 0 0; border-top: 1px dashed #ccc;  }
#menuPagina .menuPaginaBlok ul li { list-style: none; }
#menuPagina .alleArtikels { display: none; }
@media(max-width:767px){ /* extra small */ #menuPagina .menuPaginaBlok { width: 680px; }}
@media(min-width:768px){ /* small */ #menuPagina .menuPaginaBlok { width: 325px; }}
@media(min-width:992px){ /* medium */ #menuPagina .menuPaginaBlok { width: 435px; }}
@media(min-width:1200px){ /* large */ #menuPagina .menuPaginaBlok { width: 350px; }}	


#vgl_toggle { 
	background-color: #AAB3B4;
	color: #fff;
	height: 36px;
	line-height: 36px;
	display: inline-block;
}

#compareToggleText {
	padding: 0 20px;
	color: #fff;
}

.product-grid3 .social li button.compared {
	background-color: #212121;
	color: #ffffff;
}

#vgl_toggle::before{
	content: '\A';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 0 18px 14px;
	border-color: transparent transparent transparent #e6e9ed;
	float: left;
	margin-left: -1px;
}

#vgl_toggle:hover { 
	background-color: #BBC4C5;
}

.kortingblokje { text-align: center; }
.kortingblokje a { margin-top: 15px; }
.kortingblokje .korting { font-size: 500%; display: block; text-shadow: 2px 2px #C7C7C7; line-height: 80%; }

.tblVerkopen td, .tblVerkopen th { font-size: 80%; text-align: center; }
.tblVerkopen .lijntjelinks { border-left: 1px solid #ccc; }
.modal.modal-wide .modal-dialog { width: 90%; }
.modal-wide .modal-body { overflow-y: auto; }

#foutmelding, #infomelding { margin-top: 10px; }
#foutmelding h4, #infomelding h4 { font-size: 200%; }
#foutmelding hr, #infomelding hr { padding: 0; border: none; border-top: 1px dashed #ccc; color: inherit; text-align: center; }

#zijdisclaimer { background-color: #F9F9F9; font-size: 85%; padding: 25px; }
#zijdisclaimer h4 { margin-top: 35px; }
#zijdisclaimer h4:first-of-type { margin-top: 0; }

/*.bs-wizard {margin-top: 40px;}*/
/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }


/*
.openingsuren .progress { height: 30px; line-height: 30px; }
.openingsuren .progress-bar { line-height: 30px; }
.progress-bar-transparent { background-color: transparent; color: #999; }
*/



/* TEST NIEUW ARTIKELBLOKJE */

.product-item {
    padding: 15px;
    background: #fff;
    margin-top: 20px;
    position: relative;
}
.product-item:hover {
    box-shadow: 5px 5px rgba(234, 234, 234, 0.9);
}
.product-item:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height:0;
}
.sticker {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
}
.pi-img-wrapper {
    position: relative;
}
.pi-img-wrapper div {
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}
.product-item:hover>.pi-img-wrapper>div {
    display: block;
}
.pi-img-wrapper div .btn {
    padding: 3px 10px;
    color: #fff;
    border: 1px #fff solid;
    margin: -13px 5px 0;
    background: transparent;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    line-height: 1.4;
    font-size: 12px;
}
.product-item .btn:hover {
    background: #e84d1c;
    border-color: #c8c8c8;
}

.product-item h3 {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.product-item h3 a {
    color: #3e4d5c;
}
.product-item h3 a:hover {
    color: #E02222;
}
.pi-price {
    color: #e84d1c;
    font-size: 18px;
    float: left;
    padding-top: 1px;
}
.product-item .add2cart {
    float: right;
    color: #a8aeb3;
    border: 1px #ededed solid;
    padding: 3px 6px;
    text-transform: uppercase;
}
.product-item .add2cart:hover {
	color: #fff;
	background: #e84d1c;
	border-color: #e84d1c;
}

/* kleurenfilters 'visueel' weergeven met voorgrondkleur */
.kleurfilterzilver { color: silver !important; }
.kleurfiltergoud { color: DarkGoldenRod !important; }
.kleurfiltergeel { color: yellow !important; }
.kleurfiltertransparant { color: #F8F8F8 !important; }
.kleurfilterzwart { color: black !important; }
.kleurfilterwit { color: white !important; }
.kleurfilter-- { color: white !important; }
.kleurfilterniet { color: white !important; }
.kleurfilterroze { color: #ff4dac !important; }
.kleurfilterrood { color: red !important; }
.kleurfilteroranje { color: orange !important; }
.kleurfiltergroen { color: green !important; }
.kleurfiltergrijs { color: grey !important; }
.kleurfilterecru { color: cornsilk !important; }
.kleurfilterblauw { color: blue !important; }
.kleurfilterbruin { color: #864113 !important; }
.kleurfilterpaars { color: #c94dff !important; }
.kleurfiltermultikleur {
	animation: changecolor 3s infinite;
	-moz-animation: changecolor 3s infinite; 
	-webkit-animation: changecolor 3s infinite;
	-ms-animation: changecolor 3s infinite; 
	-o-animation: changecolor 3s infinite;
}
@keyframes changecolor
{
	0%   {color: green;}
	25%  {color: yellow;}
	50%  {color: blue;}
	100% {color: red;}
}
/* Mozilla Browser */
@-moz-keyframes changecolor 
{
	0%   {color: green;}
	25%  {color: yellow;}
	50%  {color: blue;}
	100% {color: red;}
}
/* WebKit browser Safari and Chrome */
@-webkit-keyframes changecolor 
{
	0%   {color: green;}
	25%  {color: yellow;}
	50%  {color: blue;}
	100% {color: red;}
}
/* IE 9,10*/
@-ms-keyframes changecolor 
{
	0%   {color: green;}
	25%  {color: yellow;}
	50%  {color: blue;}
	100% {color: red;}
}
/* Opera Browser*/
@-o-keyframes changecolor 
{
	0%   {color: green;}
	25%  {color: yellow;}
	50%  {color: blue;}
	100% {color: red;}
}


/* .modal-transparent */

.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}
/*
@media (min-width: 768px) {
  .modal-fullscreen .modal-dialog {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .modal-fullscreen .modal-dialog {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .modal-fullscreen .modal-dialog {
     width: 1170px;
  }
}
*/

/*select.keuzelijst > option:disabled { text-decoration: line-through; }*/

/* flexbox vertical align */
.vertical-align {
    display: flex;
    align-items: center;
}

/* loader animation */
.cssload-loader-walk {
	width: 97px;
	height: 39px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
}
.cssload-loader-walk > div {
	content: "";
	width: 19px;
	height: 19px;
	background: rgba(227,69,137,0.65);
	border-radius: 100%;
	position: absolute;
	animation: cssload-animate 2.3s linear infinite;
		-o-animation: cssload-animate 2.3s linear infinite;
		-ms-animation: cssload-animate 2.3s linear infinite;
		-webkit-animation: cssload-animate 2.3s linear infinite;
		-moz-animation: cssload-animate 2.3s linear infinite;
}
.cssload-loader-walk > div:nth-of-type(1) {
	animation-delay: -0.46s;
		-o-animation-delay: -0.46s;
		-ms-animation-delay: -0.46s;
		-webkit-animation-delay: -0.46s;
		-moz-animation-delay: -0.46s;
}
.cssload-loader-walk > div:nth-of-type(2) {
	animation-delay: -0.92s;
		-o-animation-delay: -0.92s;
		-ms-animation-delay: -0.92s;
		-webkit-animation-delay: -0.92s;
		-moz-animation-delay: -0.92s;
}
.cssload-loader-walk > div:nth-of-type(3) {
	animation-delay: -1.38s;
		-o-animation-delay: -1.38s;
		-ms-animation-delay: -1.38s;
		-webkit-animation-delay: -1.38s;
		-moz-animation-delay: -1.38s;
}
.cssload-loader-walk > div:nth-of-type(4) {
	animation-delay: -1.84s;
		-o-animation-delay: -1.84s;
		-ms-animation-delay: -1.84s;
		-webkit-animation-delay: -1.84s;
		-moz-animation-delay: -1.84s;
}



@keyframes cssload-animate {
	0% {
		left: 97px;
		top: 0;
	}
	80% {
		left: 0;
		top: 0;
	}
	85% {
		left: 0;
		top: -19px;
		width: 19px;
		height: 19px;
	}
	90% {
		width: 39px;
		height: 15px;
	}
	95% {
		left: 97px;
		top: -19px;
		width: 19px;
		height: 19px;
	}
	100% {
		left: 97px;
		top: 0;
	}
}

@-o-keyframes cssload-animate {
	0% {
		left: 97px;
		top: 0;
	}
	80% {
		left: 0;
		top: 0;
	}
	85% {
		left: 0;
		top: -19px;
		width: 19px;
		height: 19px;
	}
	90% {
		width: 39px;
		height: 15px;
	}
	95% {
		left: 97px;
		top: -19px;
		width: 19px;
		height: 19px;
	}
	100% {
		left: 97px;
		top: 0;
	}
}

@-ms-keyframes cssload-animate {
	0% {
		left: 97px;
		top: 0;
	}
	80% {
		left: 0;
		top: 0;
	}
	85% {
		left: 0;
		top: -19px;
		width: 19px;
		height: 19px;
	}
	90% {
		width: 39px;
		height: 15px;
	}
	95% {
		left: 97px;
		top: -19px;
		width: 19px;
		height: 19px;
	}
	100% {
		left: 97px;
		top: 0;
	}
}

@-webkit-keyframes cssload-animate {
	0% {
		left: 97px;
		top: 0;
	}
	80% {
		left: 0;
		top: 0;
	}
	85% {
		left: 0;
		top: -19px;
		width: 19px;
		height: 19px;
	}
	90% {
		width: 39px;
		height: 15px;
	}
	95% {
		left: 97px;
		top: -19px;
		width: 19px;
		height: 19px;
	}
	100% {
		left: 97px;
		top: 0;
	}
}

@-moz-keyframes cssload-animate {
	0% {
		left: 97px;
		top: 0;
	}
	80% {
		left: 0;
		top: 0;
	}
	85% {
		left: 0;
		top: -19px;
		width: 19px;
		height: 19px;
	}
	90% {
		width: 39px;
		height: 15px;
	}
	95% {
		left: 97px;
		top: -19px;
		width: 19px;
		height: 19px;
	}
	100% {
		left: 97px;
		top: 0;
	}
}


/* product boxes */
/*@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css); */

.productBox {
	margin-bottom: 20px;
	border: 1px solid transparent;
	padding: 8px;
	font-size: 16px;
}

.productBoxInvisible {
	border: 1px dashed #ccc;
}

.productBox.compared,
.productBox:hover { 
	box-shadow: 0 4px 8px 0 rgba(55, 74, 109, 0.03), 0 6px 20px 0 rgba(55, 74, 109, 0.09);
	/*background: linear-gradient(#ccc, #fff 10%);*/
}

.productBox:hover .darkOnHover {
	color: #374A6D;
}

.productBox:hover.compared .compareToggle, 
.productBox.compared .compareToggle,
.productBox.compared .darkOnHover {
	color: #374A6D;
}

.compareToggle,
.wishlistDelButton {
	color: #BBC4C5;
	cursor: pointer;
	/*font-size: 110%;
  line-height: 110%
	padding: 5px 0;*/
}

.pageWishlist .hideOnWishlist { display: none; }
.wishlistButton[data-inlist=true] { color: #FFBCC6!important; }

.productBox:hover .wishlistDelButton[data-inlist=true] { color: #DC143C!important; }
.wishlistDelButton { display: none; }	/* default invisible */
.pageWishlist .wishlistDelButton { display: inline; }	/* visible on wishlist page */
.pageWishlistShared .iptNumberOfProduct { display: none; }
.showOnWishlistShared { display: none; }
.pageWishlistShared .showOnWishlistShared { display: inline; }

.productBox a {
	color: #000;
}

.productBox button { padding: 0; }
.productView button { padding: 0; }

.productBox .photo {
  overflow: hidden;
  vertical-align: bottom;
  position: relative;
}

.productBox .photo img {
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.productBox.compared .compare label,
.productBox:hover .compare label { 
	z-index: 100;
	display: inline;
}

.productView.col-xs-12 .productBox .photo {
	height: 200px;
}

.productView.col-xs-12 .productBox .photo img {
  max-height: 190px;
}

.productView.col-xs-6 .productBox .photo {
	height: 100px;
}

.productView.col-xs-6 .productBox .photo img {
	height: 99px;
}

.productBox .info {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.productBox .info p {
  font-size: 95%;
}

.productBox .price {
  display: block;
  text-align: left;
  font-weight: 600;
  font-size: 120%;
  color: #BBC4C5;
}

.productBox .price.promo {
  color: #ff0000a3; 
}
.productBox:hover .price.darkOnHover.promo {
	color: #f00 !important;
}


.productBox .banner {
	position: absolute;
	z-index: 12;
	bottom: 0;
	background-color: #e34589;
	padding: 2px;
	text-align: center;
	opacity: 0.8;
	color: #fff;
	width: 100%;
	line-height: 16px;
}

.productBox .banner.isofixBaseWarning {
	background-color: #ececec;
	color: #000;
}

.productBox .percentSale {
    background: #E6BA28;
    width: 33px;
    height: 33px;
    color: #FFF;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 33px;
    font-size: 12px;
    position: absolute;
    right: 10px;
	top: 10px;
	z-index: 1;
}

.productBox .buttons {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.productBox .buttons a {
  text-align: center;
  color: white;
  z-index: 1;
  border: 1px solid #fff;
}

.productBox .btn-link{
	color: #BBC4C5;
}

/*.productBox .buttons {*/
.productBox:hover .buttons {
  opacity: 1;
}

/*#filters-mobile { background-color: pink; }*/
#filters-mobile label { margin: 0; padding: 0 0 2px 0; }
#filters-mobile ul { font-size: 13px; }

.cart .row { padding-top: 25px; padding-bottom: 25px; border-top: 1px solid #dfdfdf; }
.cart .stockinfo { line-height: 15px; margin: 12px 0; }
.cart .row .totaal { font-size: 140%; }
.cart .verwijderknop { color: #a94442; }
.row-striped:nth-of-type(odd){ background-color: #ffffff; }
.row-striped:nth-of-type(even){ background-color: #efefef; }

.has-feedback .form-control { padding-right: 20px; }
.has-error label { color: #a94442; }

.toast-message .toastbuttons { margin-top: 20px; }
.toast-message .toastbuttons a { color: #333333!important; }
.toast-warning { background-color: #F6BB42 !important;  }
#toast-container>div { opacity: 0.9; }

.iosShallNotPass {
	-webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
}

.iosShallNotPass:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

#productInfoAccordion .panel-heading { 
	background-color: transparent; 
}

#productInfoAccordion .panel-title { 
	font-size: 16px;
}

#productInfoAccordion .panel-body { 
	padding: 0 0 0 25px;
}

#atartMobile,
#numberOfWishlistProductsMobile { 
	transform: scale(.35); 
	background-color: #A5BFD2;
}

.form-control { font-size: 16px; /* fix iOS zooming */ height: auto; }

.radio label, .checkbox label { margin-left: 20px; }

.pulsate {
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.5;
}
@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.5;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.5;
    }
}

/* .isofixBaseWarning { display: none; }  <-- aangepast op vraag van Katrien op 02/01/19: banner altijd zichtbaar */
.showIsofixBaseWarning .isofixBaseWarning { display: block; }

.media-body h4 {
	font-weight: 600;
}

.divNbsm { 
	font-size: 130%;
}


/*
#editWishlistName {
	margin-top: 30px;
	padding-bottom: 26px;
}
*/

@media(max-width:767px){ 
	#divWishlistName {
		text-align: center;
		margin-top: 16px;
	}
}

.btn-share {
	color: #fff;
	border: 1px solid #fff;
	width: 120px;
	height: 46px;
	opacity: 0.8;
}

.btn-share:hover {
	opacity: 1;
}


.bgColorFacebook {
	background-color: #3b5998 !important;
}

.bgColorTwitter {
	background-color: #00aced !important;
}

.masonry { 
	columns: 5 250px;
	column-gap: 1rem;
}

.masonry-brick {
	width: 150px;
	display: inline-block;
	width: 100%;
}

.masonry-brick h5 {
	margin: 0 0 10px 0;
}

.masonry-brick hr {
	border-top-color: #b5d5e6;
}

.masonry-brick span {
	font-size: 90%;
	margin-left: 3px;
}

.masonry-content {
	margin-left: 3px;
}

.masonry-content a {
	line-height: 40px;
	font-size: 110%;
}

.btn-info {
	color: #827a7a;
}

/* NIEUW */

/*********************************
2. Body and some general stuff
*********************************/

div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	/* 
	list-style: none;
	margin-bottom: 0px;
	*/
}

a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection
{

}
::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::-moz-placeholder /* Firefox 19+ */
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
:-ms-input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
::input-placeholder
{
	font-size: 16px !important;
	font-weight: 500;
	color: #777777 !important;
}
/*
.form-control
{
	color: #db5246;
}
*/
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.center-section{
    display: grid !important;
	margin: 0px 10px;
	justify-items: center;
 }
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}


/*********************************
3. Home
*********************************/



/*********************************
3.2 Language
*********************************/

.language
{
	display: inline-block;
	position: relative;
	min-width: 50px;
	border-right: solid 1px #33333b;
	padding-right: 20px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
	background: #1e1e27;
}
.language > a
{
	display: block;
	color: #b5aec4;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}
.language > a > i
{
	margin-left: 8px;
}
.language:hover .language_selection
{
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.language_selection
{
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.language_selection li
{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.language_selection li a
{
	display: block;
	color: #232530;
	border-bottom: solid 1px #dddddd;
	font-size: 13px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.language_selection li a:hover
{
	color: #b5aec4;
}
.language_selection li:last-child a
{
	border-bottom: none;
}

/*********************************
3.3 Account
*********************************/

.account
{
	display: inline-block;
	position: relative;
	min-width: 50px;
	padding-left: 20px;
	text-align: center;
	vertical-align: middle;
	background: #1e1e27;
}
.account > a
{
	display: block;
	color: #b5aec4;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}
.account > a > i
{
	margin-left: 8px;
}
.account:hover .account_selection
{
	visibility: visible;
	opacity: 1;
	top: 100%;
}
.account_selection
{
	display: block;
	position: absolute;
	right: 0;
	top: 120%;
	margin: 0;
	width: 100%;
	background: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.account_selection li
{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.account_selection li a
{
	display: block;
	color: #232530;
	border-bottom: solid 1px #dddddd;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.account_selection li a:hover
{
	color: #b5aec4;
}
.account_selection li:last-child a
{
	border-bottom: none;
}
.account_selection li a i
{
	margin-right: 10px;
}

.fs_menu_overlay
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9;
	background: rgba(255,255,255,0);
	pointer-events: none;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}


/*********************************
3.7 Main Slider
*********************************/

.main_slider
{
	width: 100%;
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-position-x: 75%;
}
.main_slider_content
{
	width: 60%;
}
.main_slider_content h6
{
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 29px;
}
.main_slider_content h1
{
	font-weight: 400;
	line-height: 1;
}
.red_button
{
	display: -webkit-inline-box;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	background: #fe4c50;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.red_button:hover
{
	background: #FE7C7F !important;
}
.red_button a
{
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	width: 100%;
}
.shop_now_button
{
	width: 140px;
	margin-top: 32px;
}

/*********************************
4. Banner
*********************************/

.banner
{
	width: 100%;
	margin-top: 30px;
}
.banner_item
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 265px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.banner_category
{
	height: 50px;
	background: #FFFFFF;
	min-width: 180px;
	padding-left: 25px;
	padding-right: 25px;
}
.banner_category a
{
	display: block;
	color: #1e1e27;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	width: 100%;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-ms-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.banner_category a:hover
{
	color: #b5aec4;
}

/*********************************
5. New Arrivals
*********************************/

.new_arrivals
{
	width: 100%;
}
.new_arrivals_title
{
	margin-top: 74px;
}
.new_arrivals a { color: #000; }

/*********************************
5.2 New Arrivals Products Grid
*********************************/

.product-grid
{
	width: 100%;
	margin-top: 57px;
}
.product-item
{
	width: 20%;
	height: 380px;
	cursor: pointer;
	float: left;
}
.product-item::after
{
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 1px);
	height: 100%;
	pointer-events: none;
	content: '';
	border: solid 2px rgba(235,235,235,0);
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-item:hover::after
{
	box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
	border: solid 2px rgba(235,235,235,1);
}
.product
{
	width: 100%;
	height: 340px;
	border-right: solid 1px #e9e9e9;
}
.product_image
{
	width: 100%;
}
.product_image img
{
	width: 100%;
}
.product_info
{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.product_name
{
	margin-top: 27px;
}
.product_name a
{
	color: #1e1e27;
	line-height: 20px;
}
.product_name:hover a
{
	color: #b5aec4;
}
.discount .product_info .product_price
{
	font-size: 14px;
}
.product_price
{
	font-size: 16px;
	color: #fe4c50;
	font-weight: 600;
}
.product_price span
{
	font-size: 12px;
	margin-left: 10px;
	color: #b5aec4;
	text-decoration: line-through;
}
.product_bubble
{
	position: absolute;
	top: 15px;
	width: 50px;
	height: 22px;
	border-radius: 3px;
	text-transform: uppercase;
}
.product_bubble span
{
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
}
.product_bubble_right::after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 6px;
	right: auto;
	top: auto;
	bottom: -6px;
	border: 6px solid;
}
.product_bubble_left::after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: 6px;
	bottom: -6px;
	border: 6px solid;
}
.product_bubble_red::after
{
	border-color: transparent transparent transparent #fe4c50;
}
.product_bubble_left::after
{
	border-color: #51a042 #51a042 transparent transparent;
}
.product_bubble_red
{
	background: #fe4c50;
}
.product_bubble_green
{
	background: #51a042;
}
.product_bubble_left
{
	left: 15px;
}
.product_bubble_right
{
	right: 15px;
}
.add_to_cart_button
{
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.add_to_cart_button a
{
	font-size: 12px;
	font-weight: 600;
}
.product-item:hover .add_to_cart_button
{
	visibility: visible;
	opacity: 1;
}
.favorite
{
	position: absolute;
	top: 15px;
	right: 15px;
	color: #b9b4c7;
	width: 17px;
	height: 17px;
	visibility: hidden;
	opacity: 0;
}
.favorite_left
{
	left: 15px;
}
.favorite.active
{
	visibility: visible;
	opacity: 1;
}
.product-item:hover .favorite
{
	visibility: visible;
	opacity: 1;
}
.favorite.active::after
{
	font-family: 'FontAwesome';
	content:'\f004';
	color: #fe4c50;
}
.favorite::after
{
	font-family: 'FontAwesome';
	content:'\f08a';
}
.favorite:hover::after
{
	color: #fe4c50;
}

/*********************************
6. Deal of the week
*********************************/

.deal_ofthe_week
{
	width: 100%;
	background: #f2f2f2;
}

.deal_ofthe_week_content
{
	height: 100%;
}
.section_title
{
	display: inline-block;
	text-align: center;
}
.section_title h2
{
	display: inline-block;
}
.section_title::after
{
	display: block;
	position: absolute;
	top: calc(100% + 13px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 60px;
	height: 5px;
	background: #212121;
	content: '';
}
.timer li
{
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #FFFFFF;
	margin-right: 10px;
}
.timer li:last-child
{
	margin-right: 0px;
}
.timer_num
{
	font-size: 48px;
	font-weight: 600;
	color: #212121;
	margin-top: 10px;
}
.timer_unit
{
	margin-top: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #51545f;
}
.deal_ofthe_week_button
{
	width: 140px;
	background: #1e1e27;
	margin-top: 52px;
}
.deal_ofthe_week_button:hover
{
	background: #2b2b34 !important;
}

/*********************************
7. Best Sellers
*********************************/

.product_slider_container
{
	width: 100%;
	height: 340px;
	margin-top: 73px;
}
.product_slider_container::after
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #FFFFFF;
	content: '';
	z-index: 1;
}
.product_slider
{
	overflow: visible !important;
}
.product_slider_item .product-item
{
	height: 340px;
}
.product_slider_item
{
	width: 20%;
}
.product_slider_item .product-item
{
	width: 100% !important;
}

/*********************************
7.1 Slider Nav
*********************************/

.product_slider_nav
{
	position: absolute;
	width: 30px;
	height: 70px;
	background: #d3d3d6;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.product_slider_container:hover .product_slider_nav
{
	visibility: visible;
	opacity: 1;
}
.product_slider_nav i
{
	color: #FFFFFF;
	font-size: 12px;
}
.product_slider_nav_left
{
	top: 50%;
	left: 0;
}
.product_slider_nav_right
{
	top: 50%;
	right: 0;
}

/*********************************
8. Benefit
*********************************/

.benefits {
	list-style: none;
}

.benefit_item
{
	height: 100px;
	background: #f3f3f3;
	border-right: solid 1px #FFFFFF;
	padding-left: 25px;
	transition: all .2s ease-in-out;
}

.benefit_item:hover {
	/* background: #ea91ba2b; */
	background: #2121212b;
}

.benefit_item:hover svg {
	transform: scale(1.5);
}

/*********************************
9. Blogs
*********************************/

.blog_item
{
	height: 255px;
	width: 100%;
}
.blog_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.blog_content
{
	position: absolute;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	background: rgba(255,255,255,0.9);
	padding-left: 10px;
	padding-right: 10px;
	visibility: hidden;
	opacity: 0;
	transform-origin: center center;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	-o-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.blog_item:hover .blog_content
{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

/* small devices don't get the hover effect */
@media (max-width: 991px) { .blog_content { opacity: 1; visibility: visible; transform: scale(1); }}

.newsletter { 
  background: #fbf4e4; // was #f2f2f2
}
.main_slider_content .btn-primary { 
  font-size: 2rem; 
}

/* product grid */
.product-grid3{
	text-align: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
/*
.product-grid3:before{
	content: '';
	height: 81%;
	width: 100%;
	// background:#fff;
	border: 1px solid rgba(0,0,0,.1); 
	opacity: 0; 
	position: absolute; 
	top: 0; 
	left: 0; 
	// z-index: 1;
	transition: all .5s ease 0s;
}

.product-grid3:not(.skeleton):hover:before{
	opacity: 1;
	height: 100%;
}
*/
.product-grid3 .product-image3{
	position:relative; 
	/*width: 99%;*/
	padding-bottom: 83.33%; /* 6:4 image ratio */
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
	top: 1px;
	left: 1px;
} 

.product-grid3:hover .product-image3.hasSecondaryImage{
	background-image: none !important;  /* hides transpixel as well :-/ */
}

.product-grid3 .pic-1{opacity:1;transition:all .5s ease 0s}
.product-grid3:hover .pic-1{opacity:0}
.product-grid3 .pic-2{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
/*
	position: absolute;
	top: 0;
	left: 0;
*/	
	opacity: 0;
	transition: all .5s ease-out 0s
}
.product-grid3:hover .pic-2{opacity:1}
.product-grid3 .social{
	width: auto;
	padding: 0; 
	margin: 0 auto;
	list-style: none;
	position: absolute;
	right: 0;
	left: 0;
	opacity: 1;	
	bottom: 2px;
}

.product-grid3:not(.skeleton):hover .product-label,
.product-grid3:not(.skeleton):hover .title{
	opacity: 0
}

/* bigger screens have a different layout with some hover */
@media(min-width:991px){
	.product-grid3 .social{
		bottom: -23px;
		transform: scale(0);
		transition:all .3s ease 0s;
	}
	.product-grid3:hover .social{
		opacity: 1;
		transform: scale(1)
	}
}


.product-grid3 .social li{
	display: inline-block;
}
.product-grid3 .social li a,
.product-grid3 .social li button{ 
	color: #212121;
	background:#fff;
	font-size:18px;
	line-height:50px;
	width:50px;
	height:50px;
	border:1px solid rgba(0,0,0,.1);
	border-radius:50%;
	margin:0 2px;
	display:block;
	transition:all .3s ease 0s;
}

@media (max-width:990px) {
  .productView.grid-view .product-grid3 .social li button{ 
    font-size:12px;
    line-height:30px;
    width:30px;
    height:30px;
  }
}

.product-grid3 .social li a:hover,
.product-grid3 .social li button:hover{
	background:#212121;
	color:#fff;
}

.product-grid3 .product-label{ font-size:17px;padding:2px 10px;position:absolute;right:10px;top:10px;transition:all .3s; background-color: #fafafa; opacity: 0.8; }
.product-grid3 .product-content{z-index:-1;padding:15px;text-align:left}
.product-grid3 .title{
	font-size: 1rem;
	text-transform: capitalize;
	margin:0 0 7px;
	transition:all .3s ease 0s;
	height: 2rem;
	color:#414141;
}
.product-grid3 .price{
	color:#000;
	font-size: 1.1rem;
	letter-spacing: 1px;
	font-weight: 600;
	display:inline-block;
}
.product-grid3 .price span.striped{
	color:#909090;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: line-through;
	text-align: left;
	display: inline-block;
	margin-top:-2px;
}
.product-grid3 .rating{padding:0;margin:-22px 0 0;list-style:none;text-align:right;display:block}
.product-grid3 .rating li{color:#ffd200;font-size:13px;display:inline-block}
.product-grid3 .rating li.disable{color:#dcdcdc}

/* skeleton placeholder */
.loading {
	position: relative;
	background-color: #E2E2E2;
	border: 2px solid #fff;
	border-radius: 6px;
}

.loading .card-image {
	border-radius: 0;
}
	
.loading:after {
		display: block;
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		transform: translateX(-100%);
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
		animation: loading 1.5s infinite;
}


@keyframes loading {
	100% {
		transform: translateX(100%);
	}
}

.title.loading,
.price.loading {
	height: 2rem;
	padding: 4px;
}


@media only screen and (max-width:1200px){
  .product-grid3 .rating{margin:0}
}

@media only screen and (max-width:990px){
  .product-grid3{margin-bottom:30px}
	.product-grid3 .rating{margin:-22px 0 0}
}

@media only screen and (max-width:359px){
  .product-grid3 .rating{margin:0}
}

.pageHero { 
	/* background-image: url("path_to_image"); <- this should be set in the element's style attribute */
	
	/* background-size: 100%; */
  /* background-size: cover; */
	
	background-position-x: 100%;
  /*background-position-y: 50%;*/
                      
  /* background-attachment: fixed; <- if a parallax effect is wanted, this is the way to go! */ 
  /*-webkit-transform: scale(1.04);  */
  /*transform: scale(1.04);*/
  background-repeat: no-repeat;
  height: 360px;
/* height: calc(100vh/3); */
  width: 100%;
}

.pageHero .headerTitle { 
	position: absolute;
    left: 0;
    bottom: 9%;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    padding: 15px;          
    font-size: 1.4em;
    font-weight: 400;   
	color: #797979;
	text-transform: uppercase;        
}

@media (min-width: 768px) {
	.pageHero { background-size: cover !important;  }
	.pageHero .headerTitle { bottom: 9%; }
}

/* default */
body { margin-top: 0px; }	/* fixed header for start page! */ 
html { scroll-padding-top: 131px; }

/* md */
@media (min-width: 576px) {
	body { margin-top: 0px; /* fixed header! */ }
	html { scroll-padding-top: 161px; }
}

/* lg */
@media (min-width: 768px) {
	body { margin-top: 0px; /* fixed header! */ }
	html { scroll-padding-top: 161px; }
}

.openingsuren .progress,
.openingsuren .progress-bar {
	height: 100%;
}

/* moodboards */

.moodboardCategory {	
	background: #ffffff;
	border: 4px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	width: 100%;
	color: #666;
}

a.moodboardCategory:hover {	
	/* box-shadow: 0 2px 5px 0 rgba(234,145,186,.60), 0 2px 10px 0 rgba(234,145,186,.60); */
	box-shadow: 0 2px 5px 0 rgba(234,145,186,.60), 0 2px 10px 0 #212121;
	/* color: #ea91ba; */
}

.moodboardCategory .moodboardCategoryImage {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
  padding-bottom: 100%;	/* 1:1 ratio */
	/* padding-bottom: 25%;	/* 4:1 ratio */
	/* padding-bottom: 50%;	/* 2:1 ratio */
	/* padding-bottom: 33%;	/* 3:1 ratio */
	/* padding-bottom: 66%;	/* 3:2 ratio */
	/* padding-bottom: 75%;	/* 4:3 ratio */
	max-height: 150px;
	background-repeat: no-repeat;
	  background-size: cover;
	background-position: 90%;
	margin: 0 auto;
}

.moodboardCategory .moodboardCategoryImage .alert {
	position: relative;
	overflow: hidden;
	top: 10px;
	width: 94%;
	margin: auto;
}

.moodboardCategory .moodboardCategoryImage span {
	font-family: "Robotocondensed";
	position: absolute;
    left: -1%;
    bottom: 10px;
    text-align: center;
    background-color: rgba(255,255,255,0.9);
    width: 101%;
    padding: 5px;          
    font-size: 1.2em;
    font-weight: 300;   
	color: #797979;
	text-transform: uppercase;  
}

.lineBehind {
	position: relative;
    z-index: 1;
}

.lineBehind:before {
	border-top: 2px solid #dc3545 ;
	content:"";
	margin: 0 auto; /* this centers the line to the full width specified */
	position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 50%; left: 0; right: 0; bottom: 0;
	width: 95%;
	z-index: -1;
}

.lineBehind span {
	background: #fff; 
	padding: 0 15px; 
}

.keuzelijst {
	height: 100% !important;	/* make dropdown fit button size */
}

img.grayscale {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
  
img.grayscale:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
}







/*Checkboxes styles*/
/* https://codepen.io/valerypatorius/pen/oXGMGL */
#filters input[type="checkbox"] { display: none; } 

#filters input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #414141;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

#filters input[type="checkbox"] + label:last-child { margin-bottom: 0; }

#filters input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  /* border: 1px solid #212121; */
  border: 1px solid;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

#filters input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* put price slider handles in pink */
.irs--round .irs-single,
.irs--round .irs-to,
.irs--round .irs-from,
.irs--round .irs-bar {  background-color: #212121 !important; }
.irs--round .irs-single:before,
.irs--round .irs-to:before,
.irs--round .irs-from:before { border-top-color: #212121 !important; }
.irs--round .irs-handle { border-color: #212121 !important; }


/* let buttons on small screens behave like btn-block */
@media all and (max-width:480px) {
	.btn-block-xs-only {
	  display: block;
	  width: 100%;
	}
}

/* Fancy radiobuttons - https://codepen.io/jringenberg/pen/oDcpq */
/*
input[type="radio"] {
	-webkit-appearance: none;
	width: 16px;
	height: 16px;
	background: #eeeeee;
	box-shadow: inset 0 0 0 .3em white, 0 0 0 .2em;
	border-radius: 50%;
	transition: .2s;
	cursor:pointer;
	color: #666666;
}

input[type="radio"]:hover,
input[type="radio"]:checked {
	  background: #666666;
	  box-shadow: inset 0 0 0 .3em white, 0 0 0 .2em;
}
	
input[type="radio"]:checked {
	  background: #212121;
	  box-shadow: inset 0 0 0 .3em white, 0 0 0 .2em #212121;
} 
  
input[type="radio"]:focus { outline: 0; } 
*/


/* MDB customisations */
.md-form.md-bg label { opacity: 0.6; }
/* .select-wrapper input.select-dropdown { line-height: 1.25; height: auto; } */
table.table a, .btn-link { color: #007bff; }
.btn { text-transform: none; font-size: 100%; }
.pagination.pg-pink .page-item.active .page-link { background-color: #212121; }
.pagination.pg-blue .page-item.active .page-link:hover { background-color: #212121; }
.top_nav_menu .navbar .dropdown-menu a:not(.active) { color: #e6e6e6; }
.top_nav_menu .dropdown .dropdown-menu .dropdown-item { padding: 0.5rem 1rem; font-size: 12px; }
.top_nav_menu .dropdown .dropdown-menu .dropdown-item:hover { background-color: #000000;}
.top_nav_menu .dropdown .dropdown-menu { box-shadow: none; background-color: #1e1e27;}
.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:before,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:before,
label.btn input[type="radio"].with-gap:checked + label:after {
border: 2px solid #212121; }

.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:after {
background-color: #212121; }

.nav-link.active {
  background-color: #bbb !important;
}

/* Collapsable filter menu */ 
/* https://bootstrapious.com/p/bootstrap-sidebar */
#filters {
	/* transition: all 6s ease-out; */
	overflow: hidden;
}

#filters.active {	/* filters hidden */
	height: 0;
}

@media (max-width: 991px) {
    #filters {
        height: 0; 	/* mobile? filters default hidden */
    }
    #filters.active {
		height: auto; /* mobile and class active? show filters */
		/* border: 1px solid #dee2e6!important; */
    }
}




/* mega dropdown menu */
.mega-dropdown .dropdown-menu {
	width: auto;
	max-width: none;
	overflow: hidden;
}
.dropdown:hover div.dropdown-menu { display: block; }

.level0ListItem div.dropdown-menu {
	border-radius: 0;
}

.level1MenuItem { width: 100%; }
.mega-dropdown .level1MenuItem { width: 20%; }

.level0ListItem:hover a,
.level0ListItem.show {
	background-color: #f5f5f5;	
}

.level2ListItem a { 
	padding: 0; 
	margin: 0; 
}

.level0ListItem>a.dropdown-toggle::after {
  display: none;
}

/* overruling fontawesome lib */
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'Font Awesome 5 pro' !important;
    content: "\f00c";
}

/* mobile Paradisio link top nav */
#mobileHomeLink a {
	color: #ffffff;
	text-transform: uppercase;
}

.navbar_user a {
	font-size: x-large;
}



/* card columns */
@media (min-width: 576px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 3;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        column-count: 4;
    }
}

/* responsive multimenu right arrow fix */
.rmm.style .rmm-mobile li > a:not(:only-child):after { margin-right: 0 !important; }
.rmm-submenu { max-width: 100% !important; }

.form-check-input[type="checkbox"]:checked+label:before, label.btn input[type="checkbox"]:checked+label:before { 
	border-right-color: #212121 !important; 
	border-bottom-color: #212121 !important; 
}


/* cookie consent modal */
#bs-gdpr-cookies-modal-accept-btn.btn-primary {
	color: #fff;
	background-color: #212121 !important;
	border: 2px solid #212121 !important;
}

#bs-gdpr-cookies-modal-advanced-btn.btn-secondary {
	/*color: #212121 !important;
  background-color: transparent !important;*/
	color: #fff;
	background-color: #212121 !important;
  border: 2px solid #212121 !important;
}

#bs-gdpr-cookies-modal li {
	list-style: none;
}

#bs-gdpr-cookies-modal [type="checkbox"]:not(:checked), 
#bs-gdpr-cookies-modal [type="checkbox"]:checked {
    position: inherit;
	opacity: 1;
	pointer-events: all;
}

/* fix tooltip layer */
.tooltip { z-index: 1049; }


/* fix hover color mobile menu */
.rmm.style ul ul li a:hover,
.rmm.style ul li:hover,
.rmm ul li:hover,
.rmm ul ul li a:hover {
	background-color: #212121;
}

.rmm.style ul {
	/* box-shadow: none; */
	display: grid; 
}

.rmm ul:after {
	content: none;
}

.rmm ul li {
	border-bottom: 1px solid #dce0e4 !important;
}

.rmm ul li:last-child {
	border-bottom: 1px solid #575f6a;
}

.rmm .rmm-back {
	font-size: inherit;
}


#mobilemenu {
	top: 0;
}

#footerAccordionMobile a h5:before,
#productInfoAccordion a h5:before {
	font-family: "Font Awesome 5 Pro";
	content: "\f107";
	padding-right: 5px;
}

#footerAccordionMobile a[aria-expanded="true"] h5:before,
#productInfoAccordion a[aria-expanded="true"] h5:before {
	content: "\f106";
}

#socialmobile { z-index: 100; }

#btnApplyFiltersSticky {
	position: fixed;
	bottom: 10px;
	left: 0;
	z-index: 5;
	opacity: 0;
	transition: opacity 0.5s;
}

#btnApplyFiltersSticky.show {
	opacity: 1;
}

.artikelinfointern table.table-sm td {
  padding-top: 0.3rem;
  padding-bottom: 0px;
}

.artikelinfointern table {
  margin-bottom: 0px;
}

#reviews .totalScore,
#reviews .totalStars { 
	font-family: RobotoCondensed;
	font-weight: 400; 
}

#reviews .totalScore span { 
	font-family: RobotoCondensed;
	font-size: 400%; 
	font-weight: 600; 
	display: block;
	line-height: 80%;
}

#reviews .totalStars span {
	font-size: 120%;
	display: block;
}

#reviews .reviewBars .far.fa-star { 
	display: none; 
}