 @import url('https://fonts.googleapis.com/css?family=Muli');
 
 body {
    font-family: 'Muli', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #f5f5f5;
 }
 
 h1, h2, h3, h4, h5, h6, .swal2-modal .swal2-title {
	 margin: 0;
	 text-transform: uppercase !important;
	 font-family: 'Muli', sans-serif;
 }
 
 .dropbtn {
    background-color: #601521;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
	border-radius: 3px;
}

.dropdown {
    position: fixed;
	left: 10px;
	top: 10px;
    display: none;
}

@media only screen and (max-width: 800px) {
	
	.dropdown {
		display: inline-block;
	}
	
	.header, .menu, .profile {
		display: none !important;
	}
	
	.content {
		margin-top: 10px !important;
	}
	
	.button, .fl_right, .zoeken {
		display: block !important;
		width: 100% !important;
	}
	
	td.artikel, td.prijs, td.acties {
		width: auto !important;
	}
	
	td.acties, .button {
		display: none !important;
	}
	
	.fl_left {
		width: 100% !important;
		float: left !important;
		text-align: right !important;
	}

	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #601521;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 5px 3px;
    text-decoration: none;
    display: block;
	font-size: 13px;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
 
 .header {
	 border-bottom: 2px solid #263238;
 }
 
.header_fresh_mini {
	height: 50px !important;
	background-image: none !important;
	background: rgba(255, 255, 255, 1) !important;
	transition: all 0.5s;
}

.wit_logo {
	transition: all 0.5s;
}

.wit_fade {
	transition: all 0.05s;
}

.logo {
	transition: all 0.5s;
}

.wit_logo_fresh_mini {
	height: 50px !important;
}

.logo_fresh_mini {
	height: 30px !important;
}

.title {
	opacity: 0;
	transition: all 0.1s;
}

.menu_fresh_mini {
	opacity: 0;
	transition: all 0.1s;
}

.title_fresh_mini {
	opacity: 1;
	transition: all 2s;
}

.profile_fresh_mini, .wit_fade_fresh_mini {
	opacity: 0;
	transition: all 0.5s;
}

.menu, .profile, .wit_logo_fresh_mini, .logo_fresh_mini {
	transition: all 0.5s;
}
 
 .swal2-modal .swal2-content {
	font-family: 'Muli', sans-serif;
 }
 
a {
	text-decoration: none;
}
 
 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	float: left;
}

li {
    display: inline-block;
}

li a {
    display: block;
    padding: 0px 0px 0px 10px;
	color: #fff;
	text-transform: uppercase;
}
 
 table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
 }
 
 td {
	padding: 5px 10px;
 }
 
 tr.tabel_kop {
	background-color: #601521;
	color: #fff;
 }
 
tr.results {
	transition: all 0.2s ease;
	cursor: pointer;
}

tr.results:nth-child(even) {
	background: #fafafa;
	transition: all 0.2s ease;
}

tr.results:hover {
	background-color: #eee;
	transition: all 0.2s ease;
}

td.artikel {
	width: 200px;
}

td.prijs {
	
}

td.acties {
	width: 600px;
	text-align: right;
}

table tr td {
	font-size: 18px;
}

input.fresh_form {
	font-family: 'Muli', sans-serif;
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
	font-size: 15px;
}

button.fresh_button {
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
    width: auto;
	margin-right: 5%;
    padding: 12px 20px;
    box-sizing: border-box;
	background: #263238;
	color: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
	font-size: 15px;
}

input.zoeken {
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
    width: 45%;
    padding: 12px 20px;
    box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
	font-size: 15px;
} 

a.button {
	font-family: 'Muli', sans-serif;
	text-transform: uppercase;
    width: 45%;
	margin-right: 5%;
    padding: 12px 20px;
    box-sizing: border-box;
	background: #263238;
	color: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
	font-size: 15px;
}

a.muted {
	background: #f5f5f5 !important;
	color: #263238;
}

a.action {
	color: #263238;
}

.freshicon {
	padding-left: 5px;
}

.fl_left {
	width: 40%;
	float: left;
}

.fl_right {
	width: 60%;
	float: right;
	text-align: right;
}
.results tr[visible='false'], .no-result {
  display:none;
}

.results tr[visible='true'] {
  display:table-row;
}

.counter {
  padding:8px; 
  color:#ccc;
}
 
 .header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 150px;
	background-color: #fff;
	background-image: url('http://meubelstoffeerderijbos.nl/wp-content/uploads/2017/01/cropped-0076-IBIZA-0827-FOMENTERA-0827-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.5s;
 }
 
 .header .inner {
	padding: 0px 0px;
 }
 
 .header .logo {
	width: auto;
	height: 130px;
	padding-top: 10px;
 }
 
  .header .title {
	position: fixed;
	left: 70px;
	top: 13px;
	font-size: 18px;
	text-transform: uppercase !important;
 }
 
 .header .wit_logo {
	 background-color: #fff;
	 height: 150px;
	 width: 160px;
	 padding: 0px 20px;
 }
 
  .header .wit_fade {
	  position: absolute;
	 background-color: #fff;
	 height: 150px;
	 width: 600px;
	left: 200px;
	top: 0;
	background: linear-gradient(to right, #ffffff , transparent);	 
 }
 
 .menu {
	position: fixed;
	top: 150px;
	width: 100%;
	height: auto;
	padding: 0px 0px 15px 0px;
	background-color: #601521;
	color: #fff;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
 }
 
.menu .inner {
	padding: 14px 20px;
}

.profile {
	position: fixed;
	right: 20px;
	top: 20px;
	text-transform: uppercase;
	padding: 12px 20px;
	box-sizing: border-box;
	background: #263238;
	color: #f5f5f5;
	border-radius: 4px;
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
	font-size: 15px;
}

.profile a {
	color: #fff;
	text-transform: uppercase;
}
 
 .content {
	 width: 100%;
	 margin-top: 230px;
	 margin-bottom: 80px;
 }
 
 .content .inner {
	margin: 20px;
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #eeeeee;
 }
 
 .footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-color: #601521;
	color: #fff;
	text-align: left;
 }
 
 .footer .freshdev {
	width: auto;
	height: 20px;
	padding-top: 10px;
	padding-left: 20px;
 }