body{
	margin:0px;
	padding:0px;
	font-family:Cairo, sans-serif;
	font-size:16px;
	color:#1C1C1C;
	background-color:#FFFFFF;
}

a{
	text-decoration:underline;
	color:#1C1C1C;
}

a:hover{
	text-decoration:none;
}

h1, h2, h3{
	margin:0px;
	margin-bottom:10px;
	letter-spacing:-0.5px;
	font-weight:600;
}

h1{
	font-size:38px;
}

h2{
	font-size:24px;
}

p{
	margin:0px;
}

blockquote{
	background:#FFFFFF;
	padding:10px;
	border-left:5px solid #4CAF50;
	font-style:italic;
	color:#333333;
	box-shadow:2px 2px 10px rgba(0, 0, 0, 0.1);
	position:relative;
	margin-left:0px;
	width:calc(100% - 35px);
}

.container{
	width:calc(100% - 100px);
	max-width:calc(1920px - 100px);
	margin-left:auto;
	margin-right:auto;
}

#top-bar{
	font-size:14px;
	width:100%;
	background-color:#F5F5F5;
	padding:10px 0px;
	overflow:hidden;
}

#top-bar .unique-selling-points{
	float:left;
	overflow:hidden;
}

#top-bar .menu{
	float:right;
	overflow:hidden;
}

#top-bar .menu a{
	text-decoration:none;
}

#top-bar span{
	padding:0 20px;
	border-right:1px solid #DCDCDC;
	float:left;
}

#top-bar span:first-child{
	padding-left:0px;
}

#top-bar span:last-child{
	padding-right:0px;
	border-right:0px;
}

#top-bar span i{
	margin-right:10px;
}

header{
	margin-top:15px;
	overflow:hidden;
}

header #mobile-menu{
	display:none;
}

header #logo{
	float:left;
	width:200px;
	height:50px;
	margin-right:15px;
}

header #logo a img{
	width:100%;
	height:100%;
}

header #top-bar-menu{
	display:none;
}

header #desktop-menu{
	float:left;
	width:calc(100% - 570px);
	height:50px;
	margin-right:15px;
}

header #desktop-menu ul{
	list-style:none;
	overflow:hidden;
	margin:0px;
	padding:0px;
	justify-content:center;
	display:flex;
	width:100%;
}

header #desktop-menu ul li{
	float:left;
	margin-right:40px;
}

header #desktop-menu ul li:last-child{
	margin-right:0px;
}

header #desktop-menu ul li a{
	color:#252525;
    text-transform:uppercase;
	text-decoration:none;
    font-weight:700;
    letter-spacing:2px;
	vertical-align:middle;
	height:50px;
	line-height:50px;
}

header #desktop-menu ul li a:hover{
	color:#2B6A8A;
	transition:all, 0.5s;
}

header #search{
	float:right;
	text-align:right;
	width:340px;
	height:50px;
}

header #search input[type="text"]{
	width:calc(100% - 75px);
}

header #search input[type="submit"]{
	width:75px;
}

#breadcrumbs{
	margin-top:15px;
	padding:40px 0px 40px 0px;
	background: linear-gradient(90deg, rgba(31, 79, 107, 1) 0%, rgba(170, 210, 230, 0.7) 100%), url(../images/breadcrumbs.jpg) no-repeat fixed center;
    background-size: cover;
    color: #FFFFFF;
}

#breadcrumbs a{
	color: #FFFFFF;
	margin-right:10px;
	margin-left:10px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
}

#breadcrumbs a:first-of-type{
	margin-left:0px;
}

#breadcrumbs a:last-of-type{
	margin-right:0px;
}

main{
	margin-top:50px;
	min-height:500px;
	font-family:Inter, sans-serif;
}

main #search{
	display:none;
	text-align:right;
	width:100%;
	height:50px;
	margin-bottom:25px;
}

main #search input[type="text"]{
	width:calc(100% - 75px);
}

main #search input[type="submit"]{
	width:75px;
}

main #notifications{
	margin-bottom:20px;
}

main #notifications .notification{
	padding:12px;
	margin-bottom:3px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

main #notifications .notification.green{
	background-color: #EFF5ED;
  	color: #609946;
  	border: 1px solid #609946;
}

main #notifications .notification.green a{
	color: #609946;
}

main #notifications .notification.red{
	background-color: #FDECEC;
  	color: #F00000;
  	border: 1px solid #F00000;
}

main #notifications .notification.red a{
  	color: #F00000;
}

main #notifications .notification.blue{
	background-color: #A3D6F0;
  	color: #1860AC;
  	border: 1px solid #1860AC;
}

main #notifications .notification.blue a{
  	color: #1860AC;
}

footer{
	margin-top:50px;
	background-color:#F3F6FB;
	padding:50px 0px 30px 0px;
	line-height:30px;
}

footer a{
	text-decoration:none;
}

footer a:hover{
	text-decoration:underline;
}

footer #top{
	gap:25px;
}

footer #top #address{
	flex-basis:350px;
}

footer #top #links{
	flex-basis: calc(50% - (50px / 2) - 175px);
}

footer #top #newsletter{
	flex-basis: calc(50% - (50px / 2) - 175px);
}

footer #top #newsletter input[type="email"]{
	width:calc(100% - 150px);
}

footer #top #newsletter input[type="submit"]{
	width:150px;
}

footer #top #newsletter .socials a{
	display:inline-block;
	background-color:#FFFFFF;
	text-align:center;
	margin-right:15px;
	font-size:20px;
	height:40px;
	width:40px;
	line-height:40px;
	text-decoration:none;
	
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

footer #top #newsletter .socials a:last-child{
	margin-right:0px;
}

footer #top #newsletter .socials a:hover{
	background-color:#7EAD39;
	color:#FFFFFF;
}

footer #bottom{
	margin-top:50px;
	border-top:1px solid #EBEBEB;
	padding-top:15px;
	overflow:hidden;
}

footer #copyright{
	float:left;
	font-size: 16px;
    color: #6F6F6F;
}

footer #payment-methods{
	float:right;
}

@media (max-width:1280px){
	.container{
		width:calc(100% - 50px);
		max-width:calc(1280px - 50px);
	}
	
	header #desktop-menu{
		width:calc(100% - 530px);
	}
	
	header #search{
		width:300px;
	}
	
	main{
		margin-top:25px;
	}
	
	main #product{
		gap:25px;
	}
}

@media (max-width:1024px){
	.container{
		width:calc(100% - 20px);
		max-width:calc(1280px - 20px);
	}
	
	#top-bar .unique-selling-points{
		float:none;
		text-align:center;
		overflow:none;
		width:100%;
	}
	
	#top-bar .menu{
		display:none;
	}
	
	#top-bar span{
		float:none;
	}
	
	header{
		margin-top:5px;
	}
	
	header #logo{
		float:none;
		width:200px;
		margin-right:auto;
		margin-left:auto;
	}

	header #desktop-menu{
		width:calc(100% - 215px);
		float:none;
		width:100%;
		margin-right:0px;
		margin-top:5px;
	}
	
	header #desktop-menu ul li{
		margin-right:25px;
	}

	header #desktop-menu ul li a{
		letter-spacing:1px;
		font-size:14px;
		text-decoration:none;
	}
	
	header #search{
		display:none;
	}
	
	#breadcrumbs{
		margin-top:5px;
		padding:25px 0px 25px 0px;
		text-align:center;
	}
	
	main{
		margin-top:10px;
	}
	
	main #search{
		margin-bottom:10px;
		display:block;
	}
	
	footer{
		margin-top:25px;
		padding:25px 0px 25px 0px;
	}

	footer #bottom{
		margin-top:25px;
	}
	
	footer #top #address{
		flex-basis:100%;
	}

	footer #top #links{
		flex-basis:100%;
	}

	footer #top #newsletter{
		flex-basis:100%;
	}
	
	footer #copyright{
		float:none;
		text-align:center;
	}

	footer #payment-methods{
		float:none;
		text-align:center;
		margin-top:10px;
	}
}

@media (max-width:800px){
	#top-bar .unique-selling-points{
		float:none;
		text-align:center;
		overflow:none;
		width:100%;
	}
	
	#top-bar{
		height:25px;
	}
	
	#top-bar span{
		padding:0 10px;
	}
	
	main{
		min-height:0px;
	}
	
	h1{
		font-size:30px;
		margin-bottom:5px;
	}
	
	header{
		margin-top:5px;
	}
	
	header #mobile-menu{
		float:left;
		height:50px;
		width:25px;
		display: flex;
		align-items: center;
	}
	
	/* Hamburger icoon */
    header #mobile-menu .hamburger{
      width:100%;
      cursor:pointer;
      display:flex;
      flex-direction:column;
      gap:6px;
    }

    header #mobile-menu .hamburger span{
      height:3px;
      width:100%;
      background:black;
      border-radius:5px;
      transition:0.3s;
    }
	
	/* Animatie hamburger */
    header #mobile-menu .hamburger.active span:nth-child(1){
		transform:rotate(45deg) translate(6.3px,6.3px);
    }

    header #mobile-menu .hamburger.active span:nth-child(2){
		opacity:0;
    }

    header #mobile-menu .hamburger.active span:nth-child(3){
		transform:rotate(-45deg) translate(6.3px,-6.3px);
    }

    /* Menu */
    header #mobile-menu ul{
		position:absolute;
		display:none;
		flex-direction:column;
		top:89px;
		left:0;
		width:75%;
		list-style-type: none;
		padding-left:0px;
    }

    header #mobile-menu ul a{
      color:white;
      text-decoration:none;
      transition:0.2s;
	  padding:10px;
	  background-color:#1F4F6B;
	  float:left;
	  width:100%;
    }

    header #mobile-menu ul a:hover{
      background:#2B6A8A;
    }

    /* Actief menu */
    header #mobile-menu ul.active{
		display:flex;
    }
	
	header #logo{
		float:left;
		width:calc(100% - 110px);
		text-align:center;
		padding-left:30px;
	}
	
	header #logo a img{
		width:200px;
	}
	
	header #top-bar-menu{
		display:block;
		float:right;
		font-size:18px;
		width:55px;
		height:50px;
		display: flex;
		align-items: center;
		justify-content:right;
	}
	
	header #top-bar-menu a{
		margin-right:10px;
		margin-top:8px;
	}
	
	header #top-bar-menu a:last-child{
		margin-right:0px;
	}
	
	header #desktop-menu{
		display:none;
	}
	
	#breadcrumbs{
		margin-top:5px;
		padding:10px 0px 10px 0px;
	}
	
	#breadcrumbs a{
		margin-left:0px;
		display:none;
	}
	
	#breadcrumbs a:last-of-type{
		display:block;
	}
	
	#breadcrumbs span{
		display:none;
	}
}

@media (max-width:480px){
	header #mobile-menu ul{
		top:44px;
	}
	
	#top-bar{
		display:none;
	}
}