/*
Theme Name: Emballage Nederland
Theme URI: https://www.emballagenederland.nl
Description: Emballage Nederland
Author: OneStep Media
Author URI: https://www.onestepmedia.nl
*/
@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-theme.css'); html{	scroll-behavior: smooth;}html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body { 	
	font-family: 'Poppins', sans-serif;
	color:#1D1D1D!important;
	background:#fff!important;
}
@media (min-width: 1200px){
.container {
    width: 85vw!important;
}
}
.logo{
	max-width:150px;
}

.menubalk{
	margin-top:20px;
	color:#fff;
	background:url('/wp-content/themes/emballage/images/menu-bg.jpg');
}
/* ===== HEADER ====== */

.header-menu {
	display: flex;
	align-items: center;
	margin-top:5px;
}

/* WordPress-menu */
.menu01 {
	display: flex;
	align-items: center;
}

.menu01 ul.menu {
	display: flex;
	align-items: center;
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu01 ul.menu > li {
	margin: 0;
	padding: 0;
}

.menu01 ul.menu > li > a {
	display: block;
	color: #181818;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.menu01 ul.menu > li > a:hover,
.menu01 ul.menu > li.current-menu-item > a,
.menu01 ul.menu > li.current-menu-ancestor > a {
	color: #9fc644;
}

/* Winkelmandje met scheidingslijn */
.header-cart {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 40px;
    padding-left: 40px;
    position: relative;
    color: #181818;
    text-decoration: none;
    white-space: nowrap;
}

.header-cart::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 20px;
	background-color: #181818;
	transform: translateY(-50%);
}

.header-cart__icon {
	position: relative;
	display: flex;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
}

.header-cart__icon svg {
	width: 25px;
	height: 25px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.8;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.header-cart__count {
	position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 7px;
    border-radius: 50px;
    background-color: #a2c94b;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.header-cart__total {
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.header-cart:hover {
	color: #9fc644;
}