:root {
	--primary-color: #2F4574;
	--secondary-color: #162340;
	--action-color: #FF8900;
	--action-hover-color: #c46800;
}

/* [ALGEMEEN] */
body {
	background: #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 1.5em;
	line-height:1.5em;
	color: #000;
	margin: 0;
	font-weight: 300;
}

a {
	color: #ff9000;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.nowrap
{
	white-space: nowrap;;
}

a:hover,
a:focus,
a:active {

}

.file a {
	color: #003B82;
	font-weight: 400;
}

.breadcrumbs, .breadcrumbs li
{
	list-style:none;
}

.breadcrumbs li 
{
	float:left;
	margin-right:5px;
}

.breadcrumbs li:not(:last-child)::after
{
	content: "";
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 3px;
    padding-right: 3px;
}

ul.breadcrumbs li {
    float: left;
    padding-right: 5px;
    padding-left: 22px;
    background-image: url(img/breadcrumb_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 11px;
    background-size: 8px;
}

.blue-block #home-header a {
	color: #fff!important;
	text-decoration: none;
}

.content-div a {
	color: #fff;
	text-decoration: underline;
}

.bold strong {
	font-weight: 500!important;
}

p {
    font-size: 16px;
    line-height: 1.9em;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-family:'Open Sans', Arial, sans-serif;
	font-weight: 700;
}

h1 {
    font-weight: 300;
    font-size: 2.7em;
    margin-bottom: 20px;
}

h2, .h2 {
    font-weight: 300;
    font-size: 2.2em;
}

h3, .h3 {
	/*font-weight: 300;*/
}

h4, h5, h6 {

}

#wrap {
	min-height: 100%;
	height: auto !important;
}

.rel {
	position: relative;
}

.spacer {
	height: 30px;
}

.spacer2 {
	height: 15px;
}

.spacer3 {
	height: 8px;
}

.spacer4 {
	height: 4px;
}

.spacer5 {
	height: 15.3px;
}

.no-list-list ul {
	list-style: none;
	font-weight: 500;
}

.product-order {
	position: absolute;
	right: 5vw;
	bottom: 4vw;
}

.botfooter {
	background: var(--secondary-color);
	padding: 8px 0px;
}

.botfooter a {
	color: #fff;
}

#footer .list-unstyled a {
	font-weight: 500;
	line-height: 2.3em;
}

ul.summup {
	list-style: none;
	padding-inline-start: 0px;
	line-height: 2em;
	font-size: 15px;
	font-weight: 200;
}

section.actual {
	background: #003B82;
	color: #fff;
	padding: 10px 0px 20px;
	position: relative;
}

section.actual .formbuilder .form-group .checkbox {
    position: relative;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

section.actual .formbuilder .form-group label {
	font-weight: 200;
}

section.actual .formbuilder .form-group input.btn-success {
	width: 100%;
	background: #fff;
	color: #003B82;
	border: none;
	margin-top: -27px;
}

section.actual .formbuilder .form-group .control-label, section.actual .formbuilder .form-group .main-label {
	display: none;
}

section.actual p.h3 {
	font-weight: 200;
}

section.actual #mc_embed_signup input.email {
    font-family: "Open Sans","Helvetica Neue",Arial,Helvetica,Verdana,sans-serif;
    font-size: 15px;
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 1px;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 47px;
    padding: 0px 0.4em;
    display: inline-block;
    margin: 0;
    width: 350px;
    vertical-align: top;
    margin-top: 15px;
}

section.img-flow img.gs-wapen {
	text-align: center;
}

section.filler {
	height: 150px;
	background: #F8F8F8;
}

section.image-bg {
	background: url(img/bg-image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 70px 0px;
}

section.image-bg .offset-top {
	margin-top: -160px;
}

section.image-bg .content-div {
	box-shadow: 1px 3px 4px rgb(0 0 0 / 29%);
}

section.image-bg .content-div1 {
	background: #003B82;
	color: #fff;
	padding: 15px;
}

section.image-bg .content-div1 p.h1 {
	padding-left: 92px;
	font-weight: 300;
	font-size: 1.9em;
}

section.image-bg .content-div1 p.h1:before {
	content: url("img/warehouse.svg");
	position: absolute;
	left: 33px;
	width: 30px;
	max-height: 20px;
	top: 32px;
}

section.image-bg .content-div2 {
	background: #2966B1;
	color: #fff;
	padding: 15px;
}

section.image-bg .content-div2 p.h1 {
	padding-left: 92px;
	font-weight: 300;
	font-size: 1.9em;
}

section.image-bg .content-div2 p.h1:before {
	content: url("img/truck.svg");
	position: absolute;
	left: 33px;
	width: 30px;
	max-height: 20px;
	top: 31px;
}

section.image-bg .content-div3 {
	background: #5A8DCC;
	color: #fff;
	padding: 15px;
}

section.image-bg .content-div3 p.h1 {
	padding-left: 100px;
	font-weight: 300;
	font-size: 2em;
}

section.image-bg .content-div3 p.h1:before {
	content: url("img/clipboard.svg");
	position: absolute;
	left: 33px;
	width: 30px;
	max-height: 20px;
	top: 31px;
}

section.image-bg .content-div4 {
	background: #92C0FA;
	color: #fff;
	padding: 15px;
}

section.image-bg .content-div4 p.h1 {
	padding-left: 100px;
	font-weight: 300;
	font-size: 2em;
}

section.buitendienstpadding 
{
	padding-top:90px;
	padding-bottom:90px;
}

section.image-bg .content-div4 p.h1:before {
	content: url("img/certificaat.svg");
	position: absolute;
	left: 33px;
	width: 30px;
	max-height: 20px;
	top: 31px;
}

.owl-stage .owl-item .wrapper {
    background: rgb(90,141,204);
    background: -moz-linear-gradient(130deg, rgba(90,141,204,1) 0%, rgba(0,59,130,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(90,141,204,1) 0%, rgba(0,59,130,1) 100%);
    background: #cdcdcd;
    border-radius: 20px;
    color: #101010;
}

section.product-landing {
	padding: 30px 0px 70px!important;
	position: relative;
}

section.product-landing h1.title {
	text-align: center;
	margin-top: 10px;
}

section.product-landing .contentarea  {
	text-align: left;
}

.marg-top-product-landing {
	margin-top: -100px;
}

section.product-landing .titleoverlay {
	position: relative;
	box-shadow: 2px 4px 9px rgb(0 0 0 / 21%);
}

section.product-landing .titleoverlay .overlay {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
	background: rgb(0 59 130 / 78%);
	color: #fff;
}

section.product-landing .clicker .titleoverlay .overlay {
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 15px;
	right: 15px;
	text-align: left;
	padding-left: 15px;
	background: rgb(0 59 130 / 0%);
	color: #fff;
	cursor: pointer;
	word-break: break-word;
}

section.product-landing .titleoverlay .overlay h3{
	font-weight: 200;
	font-size: 2em;
	line-height: 1.4em;
	margin-top: 26px;
}

.geertsema-tekst {
	position: absolute;
	width: 82vw;
	right: 0;
	bottom: -10px;
	opacity: 0.1;
}

section.brochure {
	background: url(img/newbgimg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	padding: 30px 0px;
	position: relative;
}

section.brochure .duo-truck {
	position: absolute;
	right: 0px;
	bottom: 0px;
	max-width: 220px;
}

section.brochure img.brochure {
	margin-top: -106px;
    margin-bottom: -89px;
    max-width: 280px;
}

section.brochure p.h5 {
	font-weight: 300;
}

section.shopkies-section {
	background: #F8F8F8!important;
	padding: 80px 0px!important;
}

.shopkiezer .panel-body {
	padding: 0px;
	border-radius: 0px;
}

.shopkiezer .panel {
	border-radius: 0px;
	border: none;
	background: #fff;
	position: relative;
	box-shadow: 1px 3px 4px rgb(0 0 0 / 22%);
}

.shopkiezer .panel-link {
	text-align: center;
}

.shopkiezer span.producttitle {
    /* position: absolute; */
    background: transparent;
    padding: 20px 21px 29px;
    color: #1c1c1c;
    font-weight: 300;
    font-size: 1.6em;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: inline-block;
}

.shopkiezer .panel-footer {
    padding: 10px 15px 10px;
    background-color: #ffffff;
    border-top: 0px solid #fff;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: left;
}

.shopkiezer .panel-footer .btn {
    /* float: right; */
    /* margin-right: -15px; */
    /* margin-bottom: -10px; */
    /* margin-top: 10px; */
    /* padding: 14px 11px; */
    /* font-size: 1.3em; */
    /* background: #003B82; */
}

.winkelmand a {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: end;
	text-decoration: none;
}

.winkelmand a i {
    font-size: 1.4em;
    font-weight: 300;
    margin-right: 6px;
}

section.bg-logo {
	position: relative;
	overflow: hidden;
}

section.bg-logo .watermerk {
	position: absolute;
    left: 0;
    right: 0;
    top: 1vw;
    bottom: 3vw;
    width: 59vw;
    opacity: 0.2;
}

hr.hr-footer {
	width: 97%;
	border-top: 2px solid #eee;
	margin-bottom: 60px;
	margin-top: 30px;
}

/* Functionals */
.headerspacer {
	height: 110px;
}

.no-overflow {
	overflow: hidden;
}

.no-padding {
	padding: 0px;
}

.float-right {
	float: right;
}

.relative {
	position: relative;
}

.blue {
	color: #003B82;
}

.hashtag {
	background: #003B82;
	padding: 0px 15px;
	color: #fff;
	height: 196px
}

.fw-500 {
	font-weight: 500;
}

.form-control {
    border-radius: 1px;
}

form.form .btn {
	border-radius: 1px;
}

.boxshadow {
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
       -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
        -ms-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
         -o-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
            box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.25);
}

hr.hrv1 {
    border-top: 3px solid #ebebeb;
}

.gs-wapen {
    max-width: 94px;
    margin-bottom: 10px;
}

.blue-block ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #003b81;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 20px;
    content: "\f00c";
    margin: 0;
}

.blue-block ul li {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
    padding-left: 24px;
    color: #000;
    font-style: normal;
}

.blue-block ul {
    list-style-type: none;
    font-weight: 400;
    font-size: 16px;
    margin: 0;
    padding: 0 0 0 4px;
}

.blue-block a {
	color: #000;
	text-decoration: underline;
}

/* Webshop */
.assortiment-list .container_left a {
	color: #333;
	font-weight: 500;
	text-decoration: none;
}

.assortiment-list .container_left .nav-pills>li.active>a {
    color: #fff;
    background-color: #EF3340;
    border-radius: 0px;
    box-shadow: 1px 3px 4px rgb(0 0 0 / 10%);
    border: none;
}

.assortiment-list .container_left .nav>li>a:hover {
    text-decoration: none;
    background-color: #dbdbdb;
    border-radius: 0px;
    box-shadow: 1px 3px 4px rgb(0 0 0 / 8%);
}

.assortiment-list .container_left h2 {
	margin-top: 10px;
}

.container_right .well {
	background: #F2F2F2;
	border: none;
	box-shadow: none;
	border-radius: 3px;
	font-weight: 500;
	padding-top: 11px;
}

.container_right .well .fa-check-green {
    color: #07B400;
    font-size: 23px;
    margin-bottom: 0px;
}

.shop-footer {
    padding: 0px 15px 10px;
    background-color: #ffffff;
    border-top: 0px solid #fff;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: left;
}

.shop-footer .btn {
    float: right;
    margin-right: 0px;
    margin-bottom: -10px;
    margin-top: 10px;
    padding: 14px 11px;
    font-size: 1.3em;
    background: #003B82;
}

.detail-footer .btn {
	margin-right: -15px;
}

.product .producttitle {
	font-weight: 300;
	margin-top: 10px;
	padding: 11px 20px 20px;
	width: 100%;
	display: inline-block;
	font-size: 18px;
}

.imgcontainer {
	position: relative;
	padding: 0px 0px 10px 0px;
	display: flex;
	align-items: center;
	min-height: 140px;
}

.imgcontainer img.productimg {
	/*position: absolute;*/
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	object-fit: cover;
	height: 100%;
}

.moreinfo {
	color: #EF3340;
}

.product .panel {
    border-radius: 0px;
    border: none;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 27%);
}

/* Product details */
.product-info-header, .well {
    background: #EFEFEF;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    padding: 1px 23px 15px;
}

.product-info-header h1 {
    color: #003B82;
    font-weight: 700;
}

.opsomminglist {
	padding-top: 15px;
}

.opsomminglist {

}

.opsomminglist ul li:before {
    content: url(img/ul.svg);
    position: absolute;
    margin-left: -38px;
    margin-right: 2px;
    padding-top: 0px;
    top: -2px;
}

.opsomminglist ul li {
    font-weight: 300;
    display: block;
    margin-right: 11px;
    font-size: 1em;
    position: relative;
    margin-bottom: 13px;
    padding-inline-start: 0px;
}

.opsomminglist ul {
    position: relative;
}

/* gegevens account */
.link-color1 {
	color: #003b82;
    font-weight: 500;
    text-decoration: underline;
}

h1.welcomer {
    border-bottom: 2px solid #ddd;
    padding-bottom: 23px;
    margin-bottom: 25px;
}

hr.hrv2 {
	margin-top: 25px;
	margin-bottom: 25px;
}

table.account-table {
    font-size: 101%;
    letter-spacing: 0.4px;
}

table.account-table .alert-info {
    color: #003b82;
    background-color: #ffffff!important;
    border-color: #003b82;
    border: 3px solid;
    border-width: 2px 2px 2px 6px;
}

table.account-table .alert-info th {
    padding: 14px;
    font-weight: 400;
}

table.account-table .alert-info th {
    padding: 14px;
    font-weight: 400;
    font-size: 16px;
}

table.account-table th {
    padding: 14px;
    font-weight: 400;
    font-size: 16px;
}

table.account-table>tbody>tr>td, table.account-table>tbody>tr>th, table.account-table>tfoot>tr>td, table.account-table>tfoot>tr>th, table.account-table>thead>tr>td, table.account-table>thead>tr>th {
    padding: 14px 18px;
    line-height: 1.9em;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

/* Navi */
.logo {
	margin-top: 5px;
	margin-bottom: 5px;
}

.header {
    position: fixed;
    top: 0px;
    z-index: 10;
    background: #1B2A59; /*url(img/headerbg.png); */
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    box-shadow: 1px 3px 4px rgb(0 0 0 / 15%);
    background-size: cover;
}

.header .contact_div {
	color: #ffffff;
	text-align: right;
}

#footer li i.fa-whatsapp {
  	background: #009506;
    padding: 7px 6px;
    font-size: 28px;
}

.product-landing .product-order {
    position: absolute;
    right: 15px;
    bottom: -6vw;
    z-index: 9;
}

/* [HEADER] */
.fadehead {
	clip-path: polygon(100% 0, 100% 93%, 70% 100%, 0 93%, 0 0);
	position: relative;
}

.fadehead .blue-block {
	padding: 21px;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 4vw;
	width: 33vw;
	box-shadow: 1px 3px 4px rgb(0 0 0 / 51%);
	background: rgb(90,141,204);
	background: -moz-linear-gradient(130deg, rgba(90,141,204,.9) 0%, rgba(0,59,130,.9) 100%);
	background: -webkit-linear-gradient(130deg, rgba(90,141,204,.9) 0%, rgba(0,59,130,.9) 100%);
	background: linear-gradient(130deg, rgba(90,141,204,0.9) 0%, rgba(0,59,130,.9) 100%);
}

.fadehead .blue-block p strong {
    font-size: 18px;
    font-weight: 500;
}

.fadehead .blue-block p.first-line {
    line-height: 1.2em;
    font-weight: 600!important;
    text-transform: uppercase;
}

.fadehead .blue-block p.second-line {
    font-weight: 200;
    font-size: 2.1em;
    line-height: 1.2em;
}

.fadehead .block-v2 {
    padding: 0px 21px 14px;
    color: #fff;
    position: absolute;
    top: 8px;
    left: 4vw;
    width: 43vw;
    box-shadow: 1px 3px 4px rgb(0 0 0 / 51%);
    background: rgb(90,141,204);
    background: -moz-linear-gradient(130deg, rgba(90,141,204,1) 0%, rgba(0,59,130,1) 100%);
    background: -webkit-linear-gradient(130deg, rgba(90,141,204,1) 0%, rgba(0,59,130,1) 100%);
    background: linear-gradient(130deg, rgba(90,141,204,1) 0%, rgba(0,59,130,1) 100%);
}

.fadehead hr.hrv2 {
	border-top: 3px solid rgb(238 238 238 / 36%);
    margin-top: 11px;
    margin-bottom: 14px;
}

.fadehead .blue-block ul li {
	
}



/* [MENU] */
.navbar{
	margin: 15px 0 10px;
	padding: 0px;
	background: transparent;
	border: 0;
	min-height: 21px;
}

.dropdown-menu>li>a.active {
    background: #eee;
}

.mainnav {
	padding: 0px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    padding-left: 0px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 400;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #fff0;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 14px;
    border-radius: 0px;
    border: none;
    padding: 0px;
    box-shadow: 1px 3px 4px rgb(0 0 0 / 36%);
}

.dropdown-menu>li>a {
    display: block;
    padding: 11px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    transition: .16s;
}

.dropdown-menu>li>a:hover {
    transition: .16s;
    background: #2966B1;
    color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background:transparent;
	border:0;
}

.navbar-toggle {
	background-color:#FFFFFF;
	font-size:12px;
	background: rgb(255 255 255 / 0%);
	margin: 10px 0 5px 0;
	width: 60px;
	color: #ffffff;
	padding: 10px 0px 7px;
	border: 2px solid #ffffff;
	border-radius: 0px;
}

.navbar-collapse {
	max-height:none !important;	
}

.mobielmenu {
	/* background:#1f5081; */
	color: #434343;
}

.mobielmenu a {
	color: #FFF;
}

/* [CONTENT] */
section.page {
	padding: 30px 0;
	background: #fff;
}

section.pagev2 {
	background: #F8F8F8;
	padding: 60px 0px 80px;
}

.slideitem .desc {
	color: #000000!important;
}

.owl-stage .owl-item .desc:after {
    color: #000!important;
    content: ' "';
}

.owl-stage .owl-item .desc:before {
    color: #000!important;
    content: ' "';
}

/* [FOOTER] */
#footer {
	padding: 19px 0 0px;
	min-height: 150px;
	background: var(--primary-color);
	color: #FFF;
	margin-bottom: -1px;
	position: relative;
}

#footer  a {
	color: #FFF;
}

#footer .title {
	font-weight: 200;
	font-size: 1.6em;
	margin-bottom: 15px;
}

#footer .footerwapen {
	position: absolute;
    top: auto;
    bottom: 15%;
    width: 62%;
    right: 10%;
    max-width: 100vw;
    opacity: 0.1;
}

.fadehead .blue-block ul li {
    color: #fff;
    padding-left: 29px;
}

.fadehead .blue-block ul li:before {
    color: #fff;
}

/* [BUTTONS] */


/* [GOOGLEMAP] */
.gm-style-iw {
	padding: 10px;
	line-height: 22px;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.gm-style-iw h5 {
	font-family: 'Montserrat', sans-serif;
	color: #4b5169;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.gm-style-iw a {
	color: #00305D;
	font-weight: 700;
	margin-left: 0 !important;
	float: unset !important;
}

.gm-style-iw a:hover,
.gm-style-iw a:focus,
.gm-style-iw a:active {
	text-decoration: none;
	color: #3FA535;
}

/* [MUI FORM] */
.mui-textfield--float-label>label {
    font-size: 14px;
}

.mui-textfield>input, 
.mui-textfield>textarea {

}

.mui-textfield>input:focus~label, 
.mui-textfield>textarea:focus~label {
    
}

.mui-textfield>input:focus, 
.mui-textfield>textarea:focus {
    
}/* [TAAL SWITCHER] */
.taal {
	margin: 0px 0;
}

.taal .flag-icon {
	font-size: 20px;
	margin-left: 5px;
}

.taal .fa-chevron-down {
	color: #202431;
}

.abrido .taal .fa-chevron-down,
#headselect.fixed .taal .fa-chevron-down {
	color: #FFF;
}

.taal dropdown {
	position: relative;
	display: inline-block;
}

.taal dropdown label, 
.taal dropdown ul li {
	display: block;
	width: 90px;
	background: white;
	padding: 10px 5px !important;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.taal dropdown label:hover, 
.taal dropdown ul li:hover {
	background: #ffffff;
	color: #FFF;
	cursor: pointer;
}

.taal dropdown label {
	color: #202431;
	position: relative;
	z-index: 2;
	background: #ffffff;
}

.abrido .taal dropdown label,
#headselect.fixed .taal dropdown label {
	color: #FFF;
}

.taal dropdown label svg {
	float: right;
	font-size: 14px !important;
	color: #C3C1C1;
	margin: 2px 0;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

.taal dropdown input {
	display: none;
}

.taal dropdown input ~ ul {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: -20px;
	z-index: 1;
	padding-left: 0;
}

.taal dropdown input:checked + label {
	background: transparent;
	color: #202431;
	margin-bottom: 0;
}

.abrido .taal dropdown input:checked + label {
	color: #FFF;
}

.taal dropdown input:checked ~ ul {
	visibility: visible;
	opacity: 1;
	top: 42px;
}

.taal dropdown ul li a {
	display: block;
	color: #3E3E3E;
	line-height: 14px;
}

.taal dropdown ul li:hover a,
.taal dropdown ul li:focus a,
.taal dropdown ul li:active a {
	color: #FFF;
	text-decoration: none;
}

/* NL */
.taal dropdown ul li:nth-child(1) {
	background: #FFF;
	border-left: 4px solid #FF9A34;
}

.taal dropdown ul li:nth-child(1):hover {
	background: #FF9A34;
	color: white;
}

/* EN */
.taal dropdown ul li:nth-child(2) {
	background: #FFF;
	border-left: 4px solid #f00000;
}

.taal dropdown ul li:nth-child(2):hover {
  	background: #f00000;
	color: white;
}

/* DE */
.taal dropdown ul li:nth-child(3) {
	background: #FFF;
	border-left: 4px solid #000;
}

.taal dropdown ul li:nth-child(3):hover {
	background: #000;
	color: white;
}

/* FR */
.taal dropdown ul li:nth-child(4) {
	background: #FFF;
	border-left: 4px solid #002380;
}

.taal dropdown ul li:nth-child(4):hover {
	background: #002380;
	color: white;
}

.animate {
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
	    -ms-backface-visibility: hidden;
	     -o-backface-visibility: hidden;
	        backface-visibility: hidden;
}

.taal dropdown ul li .flag-icon {
	float: right;
	font-size: 14px;
	margin-left: 10px;
}

/* Mailchimp */
.mailchimpform  #mc_embed_signup_scroll input.email {
	padding: 9px 20px;
}

.actual img.mailchimpwapen {
	position: absolute;
	right: 0;
	height: 94%;
	top: 4%;
	opacity: 0.1;
	bottom: 2%;
	max-width: 100vw;
}


/* Internet Explorer */
@media all and (-ms-high-contrast: none) {
	
}

/* Edge */
@supports (-ms-ime-align:auto) {
	
}

/* [CAROUSEL] */
.carousel-inner> .item > img, 
.carousel-inner> .item > a > img {
	margin:auto;
	width: 100%;
}

.carousel-indicators {
	bottom: -10%;
}

.carousel:hover .carousel-indicators {
	bottom: 2%;
}

.carousel-control, .carousel-indicators {
	-webkit-transition: all 300ms ease-out;
	   -moz-transition: all 300ms ease-out;
	    -ms-transition: all 300ms ease-out;
	     -o-transition: all 300ms ease-out;
	        transition: all 300ms ease-out;
}

.carousel-control.left {
	left: -10%;
	opacity: 0;
}

.carousel:hover  .carousel-control.left {
	left: 0%;
	opacity: 0.5;
}

.carousel-control.right {
	right: -10%;
	opacity: 0;
}

.carousel:hover  .carousel-control.right {
	right: 0%;
	opacity: 0.5;
}

.carousel {
	overflow: hidden;
}

.carousel-caption {
    left: 10%;
    right: 10%;
    bottom: 20%;
    text-align: left;
}

.img-thumbnail {
	border: 0px;
}

@media (min-width: 768px) {

	.carousel-caption h2 {
	    font-size: 250%;
	    display: inline-block;
	    color: #fff;
	    padding: 15px;
	    background: rgba(0,0,0,0.3);
	    clear: both;
	    float: left;
	}

	.carousel-caption p {
	    font-size: 200%;
	    padding: 15px;
	    background: rgba(0,0,0,0.3);
	    display: inline-block;
	    clear: both;
	    float: left;
	}
	.carousel-caption .btn {
		text-shadow: none;
		float: left;
		clear: both;
	}

}

.carousel.fade{
	opacity: 1
}

.fade .carousel-inner .item {
	opacity: 0;
  	transition-property: opacity;
}

.fade .carousel-inner .active {
	opacity: 1;
}

.fade .carousel-inner .active.left,
.fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.fade .carousel-inner .next.left,
.fade .carousel-inner .prev.right {
	opacity: 1;
}

.fade .carousel-control {
	z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {

    .fade .carousel-inner > .item.next,
    .fade .carousel-inner > .item.active.right {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }

    .fade .carousel-inner > .item.prev,
    .fade .carousel-inner > .item.active.left {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }
    .fade .carousel-inner > .item.next.left,
    .fade .carousel-inner > .item.prev.right,
    .fade .carousel-inner > .item.active {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		      transform: translate3d(0, 0, 0);
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {
	
	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* Standard syntax */
@keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

@media (min-width:1200px) { 

	.carousel.vertical .carousel-inner {
		height: 100%;
		width: auto;
	}

	.carousel.vertical .carousel-inner > .item {
		width: auto;
		padding-right: 0px;
		-webkit-transition: 0.6s ease-in-out top;
		        transition: 0.6s ease-in-out top;
	}

	@media all and (transform-3d), (-webkit-transform-3d) {

		.carousel.vertical .carousel-inner > .item {
			-webkit-transition: 0.6s ease-in-out;
			        transition: 0.6s ease-in-out;
		}
		.carousel.vertical .carousel-inner > .item.next, .carousel.vertical .carousel-inner > .item.active.right {
			-webkit-transform: translate3d(0, 100%, 0);
			        transform: translate3d(0, 100%, 0);
			top: 0;
		}
		.carousel.vertical .carousel-inner > .item.prev, .carousel.vertical .carousel-inner > .item.active.left {
			-webkit-transform: translate3d(0, -100%, 0);
			    	transform: translate3d(0, -100%, 0);
			top: 0;
		}
		.carousel.vertical .carousel-inner > .item.next.left, .carousel.vertical .carousel-inner > .item.prev.right, .carousel.vertical .carousel-inner > .item.active {
			-webkit-transform: translate3d(0, 0, 0);
			    	transform: translate3d(0, 0, 0);
			top: 0;
		}

	}

	.carousel.vertical .carousel-inner > .active,
	.carousel.vertical .carousel-inner > .next,
	.carousel.vertical .carousel-inner > .prev {
		display: block;
	}

	.carousel.vertical .carousel-inner > .active {
		top: 0;
	}

	.carousel.vertical .carousel-inner > .next,
	.carousel.vertical .carousel-inner > .prev {
		position: absolute;
	  	top: 0;
	 	width: 100%;
	}

	.carousel.vertical .carousel-inner > .next {
		top: 100%;
	}

	.carousel.vertical .carousel-inner > .prev {
		top: -100%;
	}

	.carousel.vertical .carousel-inner > .next.left,
	.carousel.vertical .carousel-inner > .prev.right {
		top: 0;
	}

	.carousel.vertical .carousel-inner > .active.left {
		top: -100%;
	}

	.carousel.vertical .carousel-inner > .active.right {
		top: 100%;
	}

	.carousel.vertical .carousel-control {
		left: auto;
	  	width: 50px;
	}

	.carousel.vertical .carousel-control.up {
		top: 0;
	  	right: 0;
	  	bottom: 50%;
	}

	.carousel.vertical .carousel-control.down {
		top: 50%;
		right: 0;
		bottom: 0;
	}

	.carousel.vertical .carousel-control .icon-prev,
	.carousel.vertical .carousel-control .icon-next,
	.carousel.vertical .carousel-control .glyphicon-chevron-up,
	.carousel.vertical .carousel-control .glyphicon-chevron-down {
		position: absolute;
		top: 50%;
		z-index: 5;
		display: inline-block;
	}

	.carousel.vertical .carousel-control .icon-prev,
	.carousel.vertical .carousel-control .glyphicon-chevron-up {
		left: 50%;
		margin-left: -10px;
		top: 50%;
		margin-top: -10px;
	}

	.carousel.vertical .carousel-control .icon-next,
	.carousel.vertical .carousel-control .glyphicon-chevron-down {
		left: 50%;
		margin-left: -10px;
		top: 50%;
		margin-top: -10px;
	}

	.carousel.vertical .carousel-control .icon-up,
	.carousel.vertical .carousel-control .icon-down {
		width: 20px;
		height: 20px;
		line-height: 1;
		font-family: serif;
	}

	.carousel.vertical .carousel-control .icon-prev:before {
		content: '\2039';
	}

	.carousel.vertical .carousel-control .icon-next:before {
		content: '\203a';
	}

}

/* Chrome, Safari, Opera */
@-webkit-keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* Standard syntax */
@keyframes entrance {

	from {
		opacity: 0;
		margin-left: -10px;
	}

	to {
		opacity: 1;
		margin-left: 0px;
	}

}

/* [ADMIN] */
.modal-content {
    border-radius: 0px;
}

.modal-header .close {
    margin-top: -12px;
}

.close {
    font-size: 40px;
    font-weight: 400;
    color: #2F2F2F;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

/* [LOGIN] */
.fancybox-skin {
    position: relative;
    background: #FFF !important;
    color: #2F2F2F;
    text-shadow: none;
    -webkit-border-top-left-radius: 0px;
       -moz-border-radius-topleft: 0px;
            border-top-left-radius: 0px;
}

.fancybox-skin h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.fancybox-skin .control-label {
	font-size: 14px;
}

.fancybox-skin .form-control {
    font-size: 14px;
    color: #2F2F2F;
    background-color: #FFF;
    border: 1px solid #1f5081;
    border-radius: 0px;
    outline: none;
}

.fancybox-skin .form-control:hover,
.fancybox-skin .form-control:focus,
.fancybox-skin .form-control:active {
	border: 1px solid #FEDE30;
}

.fancybox-skin .form .showAjax {
	font-size: 14px;
}

.fancybox-skin .form .mui-btn {
	font-weight: 400 !important;
}

.product-frontpage .blue-block {
	background: #dedddd;
	padding: 3px 30px 19px;
	box-shadow: 1px 3px 4px rgb(0 0 0 / 20%);
	color: #000;
	margin: 0px 15px;
}
 
.product-frontpage .blue-block a {
    color: #131313;
    text-decoration-color: #446fa4;
}

.product-frontpage .blue-block ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    font-size: 20px;
    content: "\f00c";
    margin: 0;
}

.product-frontpage .blue-block ul li {
    position: relative;
    display: block;
    margin: 0 0 15px 0;
    padding-left: 24px;
    color: #000;
    font-style: normal;
}

/* Fixes */
.header {
	width: 101%;
	left: -2px;
    right: -1px;
	padding: 3px 0px;
}

/* 2022 */
.opacity-fader {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 55%); 
	display:none;
}

#cartholder 
{
	display:none;
}

.main-header-content {
	padding: 18px 0px 0px;
}

.flex-menus {
	padding-inline-start: 25px;
}

.search-for-what {
	padding-inline-start: 22px;
}

.search-for-what .mui-textfield>input {
	background: rgb(0 0 0 / 10%);
	border: 2px solid #fff;
	border-radius: 0px;
	color: #fff;
	padding: 9px 10px;
    height: auto;
	transition: .2s;
}

.search-for-what .mui-textfield>input:hover, .search-for-what .mui-textfield>input:focus, .search-for-what form.form .btn:hover {
	background: rgb(0 0 0 / 40%);
	transition: .2s;
}

.search-for-what form.form .btn {
	background: rgb(0 0 0 / 10%);
	border: 2px solid #fff;
	border-radius: 0px;
	color: #fff;
	font-size: 18px;
	transition: .2s;
}

.contact_div i {
	color: #b6b2b1;
}

.panel-body {
	position: relative;
}

.panel-link {
	position: absolute;
    right: 0;
    bottom: 0;
}

.panel-link .btn-custom4 {
    border-radius: 0px;
    padding: 13px 12px 10px;
    font-size: 15px;
    border: none;
}

/* [RESPONSIVE] */
@media (max-width: 1199px) {
	.headerspacer {
	    height: 111px;
	}

	.header .contact_div {
		padding-top: 9px;
	}

	.tab-nopad {
		padding: 0px;
	}

	.navbar-default .navbar-nav>li>a {
		padding-right: 22px;
	}

	.fadehead .blue-block p.first-line {
	    line-height: 1.2em;
	    font-weight: 600!important;
	    text-transform: uppercase;
	    font-size: 13px;
	}

	.fadehead .blue-block p.second-line {
	    font-weight: 200;
	    font-size: 1.5em;
	    line-height: 1.2em;
	}

	.blue-block ul li {
	    position: relative;
	    display: block;
	    margin: 0 0 3px 0;
	    padding-left: 35px;
	    color: #fff;
	    font-size: 14px;
	}
}

@media (max-width: 991px) {
	.fadehead .blue-block {
	    padding: 21px;
	    color: #fff;
	    position: absolute;
	    top: 20px;
	    left: 4vw;
	    width: 27vw;
	}

	.header .contact_div {
		padding-top: 0px;
		font-size: 12px;
	}

	.fadehead .blue-block p strong {
	    font-size: 14px;
	    font-weight: 500;
	}

	.fadehead .blue-block p.second-line {
	    font-weight: 200;
	    font-size: 16px;
	    line-height: 1.2em;
	}

	.fadehead .blue-block ul li {
		font-size: 12px;
    	line-height: 13px;
	}

	.socials {
		text-align: center
	}

	.navbar-default .navbar-nav>li>a {
	    color: #fff;
	    padding-left: 0px;
	    padding-right: 30px;
	    font-size: 12px;
	}

	.headerspacer {
	    height: 104px;
	}

	.navbar-nav>li>.dropdown-menu {
	    margin-top: 17px;
	    margin-left: -21px;
	}

	.product-pagina-imgblock img {
		width: 100%;
	}

	section.product-landing .titleoverlay .overlay {
	    padding: 16px;
	}

	section.shopkies-section {
	    background: #F8F8F8!important;
	    padding: 57px 0px!important;
	}

	section.fadehead .block-v2 h2 {
		font-size: 19px;
	    margin-top: 0px;
	}

	.fadehead .block-v2 {
	    padding: 9px 16px;
	    top: 8px;
	    width: 44vw;
	}

	.googlemap #map_canvas {
	    height: 237px!important;
	}

}

@media (max-width: 768px) {
	#wrap {
		overflow-x: hidden;
	}

	section.page h1.title {
		font-size: 2em;
	}

	.tab-nopad {
		padding: 0px 7px;
	}

	.headerspacer {
	    height: 107px;
	}

	.mobile-maker {
		position: fixed;
		top: 73px;
		z-index: 4;
		padding-top: 0px;
		background: #2e4474;
		width: 100%;
	}

	#home-header p.title {
		font-size: 1em;
		margin-top: 8px;
	}

	.search-for-what {
		width: 100%;
	}

	.mob-for-what {
		display: block;
		z-index: 1;
		width: 100%;
		height: auto;
	}

	.mob-for-what .search-for-what .form-inline  {
		display: flex;
		width: 100%;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		}

	.mob-for-what .mui-textfield .mui-textfield--float-label {
		display: inline-flex;
	}

	.mob-for-what .search-for-what .mui-textfield>input {
		background: rgb(0 0 0 / 10%);
		border: 2px solid #fff;
		border-radius: 0px;
		color: #fff;
		padding: 9px 10px;
		height: auto;
		transition: .2s;
		margin-top: -23px;
		margin-right: 5px;
		width: auto;
	}

	.marg-flaf {
		margin-top: 7px;
	}

	a.no-linkert {
		color: #fff;
	}

	.btn-custom1, .btn-custom2, .btn-custom3, .btn-custom4 {
	    border-radius: 0px;
	    padding: 12px 9px;
	    font-size: 12px;
	    border: none;
	}

	.navbar-collapse {
		width: 100%;
	}

	.mobielmenu {
	    /* background: #003b82; */
	}

	.mobielmenu a {
	    color: #ffffff;
	    text-align: center;
	    font-weight: 300;
	    font-size: 18px;
	    padding: 8px 0px;
	}

	.menucss {
		transition: .16s;
		color: #fff;
		border-color: #fff;
	}

	.winkelmand a i {
		font-size: 1em;
		font-weight: 400;
	}

	.mobielmenu .navbar-collapse ul.navbar-nav li.open a.dropdown-toggle {
	    background-color: #e9e9e9;
	    transition: .16s;
	}

	.mobielmenu .navbar-collapse ul.navbar-nav li.menu-item ul.dropdown-menu {
		background: #b4b4b4;
		transition: .16s;
		padding: 5px 0px;
	}

	.mobielmenu .navbar-collapse ul.navbar-nav li.menu-item ul.dropdown-menu a {
		transition: .16s;
		color: #fff;
		font-weight: 300;
		padding: 8px 0px;
	}

	.nav>li>a:focus, .nav>li>a:hover {
	    text-decoration: none;
	    background-color: transparent;
	}

	.marg-top-product-landing {
	    margin-top: 40px;
	}

	section.product-landing .titleoverlay .overlay {
	    position: absolute;
	    top: 0px;
	    bottom: 0px;
	    left: 0px;
	    font-size: 9px;
	    right: 0px;
	    text-align: center;
	    background: rgb(0 59 130 / 78%);
	    color: #fff;
	}

	section.product-landing .titleoverlay .overlay {
	    padding: 8px;
	}

	section.brochure img.brochure {
	    margin-top: -66px;
	    margin-bottom: -91px;
	    max-width: 140px;
	    margin-right: -10px;
	    float: right;
	}

	#cartholder {
	    color: #bcbcbc!important;
	    font-size: 20px;
	    margin-top: 9px;
	    display: none;
	}

	#cartholder a b {
	    font-weight: 700;
	    padding-left: 6px;
	}

	.mobile-search {
		display: inline-flex;
	}

	.mobile-search button.btn {
		padding: 0px 15px;
		max-height: 34px;
	}

	.mobile-search .form-group {
	    width: 80vw;
	}

	.inline-mob {
		text-align: center;
	}

	.inline-mob img {
		margin-bottom: 5px;
	}

	.imgcontainer {
		padding: 4px 10px;
	}

	.product .producttitle {
	    font-size: 19px;
	    margin-top: 10px;
	}

	.logo {
		margin-top: 5px;
		margin-bottom: 8px;
	}

	section.image-bg .content-div1, section.image-bg .content-div2 , section.image-bg .content-div3 {
		margin-bottom: 10px;
	}

	section.bg-logo {
		padding-top: 10px;
	}

	.carousel-indicators {
		/* width: 100%;
		text-align: left;
		margin-left: 0%;
		left: 0; */
		display: none;
	}

	/* .carousel-indicators li {
		border-radius: 0px;
   	 	height: 3px;
    	transition: .2s;
		border: 1px solid #003b82;
	}

	.carousel-indicators .active {
		height: 5px;
	} */

	.header {
		position: fixed;
		left: -1px;
		right: -1px;
		width: 101%;
		/* background: #003b82; */
	}

	section.image-bg .content-div2 p.h1 {
		padding-left: 92px;
		font-weight: 300;
		font-size: 1.5em;
	}

	#cartholder a b {
		font-weight: 300;
	}

	.mob-text-right {
		text-align: right;
	}

	.mobielmenu .navbar-collapse {
		background: #162340;
		PADDING-TOP: 12px;
	}

	.mobielmenu .navbar-collapse ul.navbar-nav li.open a.dropdown-toggle {
		background-color: #243762;
		transition: .16s;
	}

	section.brochure .duo-truck {
		max-width: 100px;
	}

	.imgcontainer {
		padding: 0px 0px;
	}

	.shopkiezer span.producttitle {
		display: inline-block;
	}

	.embed-responsive {
		margin-top: 10px;
	}

	.container_right .well {
		font-size: 12px;
	}

	.container_right h1 {
		font-size: 30px;
	}

}

@media (max-width: 414px) {
	.headerspacer {
		height: 59px;
	}

	.geertsema-tekst {
	    position: absolute;
	    width: 82vw;
	    right: 0;
	    bottom: -1px;
	    opacity: 0.1;
	}
	
}

.geaddv1 .modal-header   {
	background: #003B82;
	color: #fff;
}

.geaddv1 .modal-body  {
	padding-top: 0px;
}

.geaddv1 .modal-content {
	position: relative;
	overflow: hidden;
}

.geaddv1 .modal-content img.bgwpn {
    position: absolute;
    z-index: 0;
    pointer-events: none;
    width: 220%;
    opacity: 0.1;
    top: 22%;
    left: 0;
}

.geaddv1 .modal-header h4 {
	font-weight: 100;
    font-size: 23px;
    text-align: center;
	color: #fff;
}

.geaddv1 .modal-header button.close {
    color: #fff;
    box-shadow: none;
    margin-top: -7px;
    font-weight: 300;
    text-shadow: none;
}

.geaddv1 .products_added {
	padding: 30px 0px;
	max-width: 134px;
}

.geaddv1 .this_is_it {
	padding-top: 19px;
    font-size: 16px;
}

.geaddv1 .this_is_it b {
    font-weight: 500;
    border-bottom: 2px solid #ededed;
    display: block;
    padding: 5px;
    color: #003b82;
}

.geaddv1 .this_amount {
    border-bottom: none;
    display: block;
    padding: 5px;
    color: #686868;
    font-weight: 800;
    padding-top: 10px;
	border: none;
}

.geaddv1 .modal-footer {
	border-top: 0px;
	background: #eee;
	padding: 22px;
	position: relative;
	z-index: 1;
}

.geaddv1 .modal-footer .btn-default {
	border-radius: 0px;
    border: none;
    padding: 12px 32px;
    font-size: 14px;
	background: rgb(255 255 255 / 0%);
    border: 3px solid #003B82;
    color: #003B82;
}


.btn-back-to-assorti {
	border-radius: 0px;
    border: none;
    padding: 12px 32px;
    font-size: 14px;
	background: rgb(255 255 255 / 0%);
    border: 3px solid #d4d4d4;
    color: #8a8a8a;
}

.geaddv1 .modal-footer .btn-primary {
	border-radius: 0px;
    border: none;
    padding: 14px 32px;
    font-size: 14px;
	background: #1ea911;
}

.winkelmand_heading {

}

.winkelmand_heading .added_table {
	border-top: none;
}

.winkelmand_heading .added_tr th {
	font-size: 19px;
    font-weight: 400;
    padding: 28px 9px;
    border-bottom: 3px solid #dfdfdf;
	border-top: none;
}

.productrelaties .product .panel-body {
	padding: 0px;
}

.productrelaties .product .panel-footer {
	background: #fff;
}

.winkelmand_heading .relaties h4 {
    padding-bottom: 21px;
    border-bottom: 3px solid #dfdfdf;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 20px;
	margin-top: 0px;
}

.winkelmand_heading hr {
	border-top: 3px solid #dfdfdf;
}

.productrelaties .product .panel-footer .producttitle {
	padding: 0px;
	font-weight: 400;
	text-align: center;
}

.productrelaties .product .panel-body .imgcontainer {
	padding-bottom: 0px;
}

/* Besteloverzicht */
h1.selected_products_title, h1.packing_title {
	font-weight: 400;
    font-size: 34px;
}

#order_to_pack, #order_packed {
	border: 4px solid #162340;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

#order_to_pack .order_i_ordered {
	background: #162340;
	padding: 30px 30px 50px 50px;
	border-right: 3px solid #eaeaea;
	color: #fff;
	height: 100%;
}

#order_to_pack .order_i_ordered fieldset.buy_or_ask label {
	font-weight: 300;
    font-size: 18px;
    background: rgb(238 238 238 / 0%);
    padding: 16px;
    border: 2px solid #fff;
	cursor: pointer;
}

#order_to_pack .order_i_ordered legend {
	padding-bottom: 15px;
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    -webkit-font-smoothing: antialiased;
}

#order_to_pack .order_i_ordered input[type="radio"]{
	accent-color: #ff8904;
}

#order_to_pack .order_i_ordered .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgb(238 238 238 / 0%);
}

#order_to_pack .table>tbody>tr>th, #order_to_pack .table>tbody>tr>td {
	border: none;
}

#order_to_pack .winkelmand_tabel tbody tr.order_specis th {
	font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.5px;
}

#order_to_pack table.winkelmand_tabel tbody tr th:first-of-type, #order_to_pack table.winkelmand_tabel tbody tr td:first-of-type{
	padding-left: 0px;
}

#order_to_pack table.winkelmand_tabel .mandje_titel a {
	color: #fff;
	font-size: 17px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

#order_to_pack table.winkelmand_tabel .mandje_titel ul li {
	color: #fff;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    padding: 5px 0px;
}

#order_to_pack table.winkelmand_tabel .mandje_aantal input {
	background: rgb(238 238 238 / 0%);
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	margin-top: -7px;
}

#order_to_pack table.winkelmand_tabel .mandje_prijs {
	text-align: center;
}

#order_to_pack fieldset.to_pay {

}

#order_to_pack fieldset.to_pay .alignery {
	float: right;
}

#order_to_pack fieldset.to_pay .total_price{
	font-size: 20px;
    margin-top: 19px;
    display: inline-block;
}

#order_to_pack fieldset.to_pay span.total_price{
	background-color: rgb(255 255 255 / 21%);
	padding: 7px;
}

.who_did {
    padding: 31px 67px 0px;
    padding-inline-start: 52px;
    text-align: right;
	color: #162340;
}

.who_did fieldset.who_did_data legend, .who_did fieldset.who_did_to legend {
	padding-bottom: 15px;
	color: #162340;
	font-weight: 500;
	border-bottom: 2px solid #cbcbcb;
	-webkit-font-smoothing: antialiased;
}

.who_did .who_did_data input[type=text], .who_did .who_did_data input[type=email], .who_did .who_did_to input[type=text], .who_did .who_did_to input[type=email] {
	border: 0px;
    box-shadow: none;
    background-color: #eee;
    color: #162340;
    padding: 12px 12px;
    height: auto;
    margin-top: 6px;
}

.who_did .who_did_to label.nobold {
	font-weight: 400;
    font-size: 15px;
    background: rgb(238 238 238 / 0%);
    padding: 16px;
    border: 2px solid #162340;
	cursor: pointer;
}

.who_did .who_did_to input[type="radio"]{
	accent-color: #e07701;
}

input.btn-success-order, a.btn-success-order {
	border-radius: 0px;
	border: none;
	padding: 12px 32px;
	font-size: 15px;
	background: #1ea911;
	border: 3px solid #1ea911;
	color: #fff;
	margin-left: 5px;
}

.leegwinkelmand {
	color: #de1919;
}

label.question_title {
	font-weight: 400;
    font-size: 16px;
    margin-bottom: 18px;
}

textarea.question_itself {
	background-color: rgb(238 238 238 / 0%);
	color: #fff;
	border: 2px solid #fff;
	box-shadow: none;
}

#packed_to, .who_did {
	position: relative;
}

.who_did .who_did_data, .who_did .who_did_to, #packed_to form {
	position: relative;
	z-index: 1;
}

#packed_to .bgshopwpn {
	position: absolute;
    z-index: 0;
    width: 109vw;
    left: 5%;
    top: 130px;
    opacity: 0.15;
    pointer-events: none;
}

.who_did .bgshopwpn {
	position: absolute;
    z-index: 0;
    width: 109vw;
    left: 5%;
    top: 130px;
    opacity: 0.15;
    pointer-events: none;
}

#order_packed #packed_to {
    padding: 31px 67px 0px;
    padding-inline-start: 52px;
    text-align: right;
    color: #162340;
}

#order_packed #packed_to legend {
	padding-bottom: 15px;
    color: #162340;
    font-weight: 500;
    border-bottom: 2px solid #cbcbcb;
    -webkit-font-smoothing: antialiased;
}

#order_packed tbody tr.order_specis th {
	font-weight: 600;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.5px;
}

#order_packed #packed_what {
	background: #162340;
    padding: 30px 30px 50px 50px;
    border-right: 3px solid #eaeaea;
    color: #fff;
    height: 100%;
}

#order_packed #packed_what legend {
	padding-bottom: 15px;
    color: #fff;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    -webkit-font-smoothing: antialiased;
}

#order_packed #packed_what table tr th, #order_packed #packed_what table tr td {
	border: none;
}

#order_packed hr {
	border-top: 2px solid #fff;
}

#order_packed #packed_to hr {
	border-top: 2px solid #cbcbcb;
}

#order_packed #packed_to fieldset table.table tr th, #order_packed #packed_to fieldset table.table tr td {
	border-top: 0px solid #cbcbcb;
}

#order_packed #packed_to fieldset table.table tr {
	border-bottom: 2px solid #f9f9f9;
}

#order_packed table .prod {
    color: #fff;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

#order_packed table ul li {
    color: #fff;
    font-size: 13px;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    padding: 5px 0px;
}

#order_packed fieldset.to_pay span.total_price {
    background-color: rgb(255 255 255 / 21%);
    padding: 7px;
}

#order_packed fieldset.to_pay .alignery {
    float: right;
}

#order_packed fieldset.to_pay .total_price {
    font-size: 20px;
    margin-top: 19px;
    display: inline-block;
}

/* Usefull 2022 */
.align-items-center {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #c4c4c4;
}

@media (min-width: 991px) {
	#order_packed #packed_what {
		min-height: 599px;
	}
}

@media (max-width: 767px) {
	.mob-btn-fixed .btn-lg {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		font-size: 15px;
	}

	.geaddv1 .modal-footer .btn {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		font-size: 15px;
	}

	#winkelform .align-items-center {
		display: block;
	}

	#winkelform .align-items-center .btn {
		display: block;
		width: 100%;
		margin-bottom: 5px;
		font-size: 15px;
	}

	#order_to_pack .order_i_ordered {
		background: #162340;
		padding: 30px 22px 50px 23px;
	}

	#order_to_pack .order_i_ordered fieldset.buy_or_ask label {
		width: 100%;
		margin-bottom: 0px;
	}

	.who_did {
		padding: 31px 42px 0px;
		padding-inline-start: 40px;
		text-align: left;
	}

	.who_did .who_did_to label.nobold {
		width: 100%;
		margin-bottom: 13px;
	}

	input.btn-success-order, a.btn-success-order {
		width: 100%;
	}

	.navbar-nav>li>a {
		padding-top: 13px;
		padding-bottom: 14px;
	}

	.fixation {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		top: auto;
		z-index: 2;
		background: #1ea911;
		padding: 14px 32px;
		font-size: 17px;
		color: #fff;
		text-align: center;
		box-shadow: 1px -4px 7px rgb(0 0 0 / 21%);
	}

	.mob-bottr {
		background-color: #737373;
		padding: 0px 15px 7px;
		margin: 8px -15px 0;
	}

	.search-for-what {
		padding-inline-start: 0px;
	}

	.search-for-what .form-inline {
		padding-top: 7px;
	}

	.search-for-what .form-group {
		margin-bottom: 0px;
	}

	#order_packed #packed_what {
		background: #162340;
		padding: 30px 30px 50px 37px;
	}
}