:root {
    --main-color: #000000; /* Basiskleur, meestal zwart / donker */
    --color-title: #e45f00; /* Primaire klantkleur */
    --color-sec: #212121; /* Secundaire klantkleur*/
    --color-cta: #0ac152; /* primairy action color / approved / ok */
    --color-succes: #0ac152; /* primairy action color / approved / ok */
    --color-warn: #CC0000; /* error / warn */
}

* {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    line-height: 130%;
}

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    color: var(--main-color);
    background-color: var(--main-color);
}

main {
    background-color: #ffffff;
    padding: 30px;
}

body a, body a:visited {
    color: var(--main-color);
    text-decoration: underline;
    transition: .3s;
}

body a:hover, body a:visited:hover {
    color: var(--color-title);
}

body, p, li {
    font-size: 16px;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-title);
}

img {
    max-width: 100%;
}

img.thumbnailList {
    max-height: 360px;
}

.container {
    width: 100%;
    margin: 0 auto;
}

main .container, footer .container {
    padding: 30px;
}

.btn, .btn-alert {
    padding: 10px 15px;
    background: transparant;
    border: 1px solid var(--color-sec);
    color: #ffffff;
    transition: .3s;
    text-align: center;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    width: auto; /* 100%; */
    line-height: 36px;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.forgottenpw .btn.cta, .updatereg .btn.cta, .register .btn.cta, .checkout .btn.cta, .btn.cta {
    background: var(--color-cta);
}

.btn:hover {
    background: var(--color-sec);
    border: 1px solid var(--color-sec);
    color: #ffffff;
}

.btn-alert {
    cursor: default;
}

.btnPagination {
    justify-content: center;
    margin-top: 20px;
}

.btnPagination .btn {
    background-color: #ffffff;
    color: var(--color-title);
    line-height: 16px;
    border-left: 1px solid #cccccc;
    border-right: 0px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 14px;
    width: 30px;
    padding: 10px 20px;
}

.btnPagination .btn.active {
    background-color: var(--color-title);
    color: #ffffff;
    cursor: default;
    border-color: var(--color-title);
}

.btnPagination .btn:first-child {
    border-radius: 4px 0 0 4px;
}

.btnPagination .btn:last-child {
    border-radius: 0 4px 4px 0;
    border-right: 1px solid #cccccc;
}

.btnPagination .btn:hover {
    background-color: var(--main-color);
    color: #ffffff;
    border-color: var(--main-color);
}

.btnPagination .btn.disable, .btnPagination .btn.spacer {
    background-color: #ffffff;
    color: #cccccc;
    cursor: default;
    border-color: #cccccc;
}

a.btn.cart {
    padding: 0;
    margin: -11px 0 0 0;
    border: none;
    position: relative;
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 47px;
}

.btn.cart:hover {
    background-color: initial;
}

.btn.cart span {
    position: absolute;
    right: 1px;
    top: 5px;
    color: #ffffff;
    font-size: 13px;
    width: 25px;
    text-align: center;
}


/* Header */
.div-header-menu {
    background-color: #ffffff;
}

.div-header-menu .container {
    padding: 0;
    max-width: 100%;
}

header {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 100%;
}

.div-header-menu .container header .container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0;
    width: 100%;
    max-width: 1280px;
    padding: 30px;
}

.header-logo {
    max-height: 160px;
}

.header-logo img {
    max-height: 160px;
}

.header-logo figcaption {
    font-size: 0;
}

.header-contact {
    display: flex;
    align-items: flex-end;
    flex-flow: row;
    justify-content: center;
    flex-wrap: wrap;
    background-color: var(--main-color);
    position: fixed;
    top: 0;
    right: 30px;
}

.header-contact figcaption {
    font-size: 0;
}

.header-contact img {
    width: 100%;
    max-width: 30px;
}

.header-contact a {
    text-decoration: none;
    color: white;
    height: 40px;
    padding: 10px;
    transition: .5s;
}

.header-contact a:hover {
    background-color: var(--color-title);
    color: white;
}

/* Navigation menu */

nav {
    background-color: var(--main-color);
    width: 100%;
    max-width: 100%;
    padding: 0 0;
}

.div-header-menu .container nav .container {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px;
}

ul.mainNav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.mainNav li {
    float: left;
}

ul.mainNav li a {
    display: inline-block;
    color: #ffffff;
    text-align: center;
    padding: 12px 10px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 18px;
}

ul.mainNav li a:hover {
    background-color: var(--color-title);
    color: #ffffff;
}

ul.mainNav li.icon {
    display: none;
}

.zoekbalk {
    width: 100%;
    max-width: 45%;
}

.zoekbalk input {
    padding: 10px;
    max-width: calc(100% - 42px);
}

.zoekbalk input.submit, .zoekbalk input[type="submit"] {
    background-color: var(--color-title);
    transition: .5s;
    padding: 10px 10px;
    width: 42px;
}

.zoekbalk input.submit:hover, .zoekbalk input[type="submit"]:hover {
    background-color: #FFFFFF;
    color: var(--main-color);
}

/* .background-wrapper.active-bg {
  width: 100%;
  height: 100vh;
  background: black;
  display: block;
  position: fixed;
  top: 0vh;
} */

.fixed-top {
    position: fixed;
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}


/* Footer */

footer a, footer a:visited {
    color: #ffffff;
    display: block;
    text-decoration: none;
}

footer .container .inner-wrapper {
    display: flex;
}

footer .container .inner-wrapper .content-part {
    width: 100%;
    max-width: 31%;
    margin-right: 3%;
}

footer .container .inner-wrapper .content-part:nth-child(2),
footer .container .inner-wrapper .content-part:nth-child(2) a {
    text-align: center;
    display: inline-block;
}

footer .container .inner-wrapper .content-part:last-child {
    margin-right: 0;
}

.payicon {
    display: inline-block;
    margin: 3px 0px 0px 3px;
}

footer .copyright {
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}

footer .copyright a {
    color: #ffffff;
    text-decoration: none;
    display: inline;
}

footer .copyright a:hover {
    color: var(--color-title);
}


/* Home & content */

.content-part.block-image {
    width: 100%;
    max-width: 360px;
    margin-right: 30px;
}

.home .content-part.block-image {
    max-width: 100%;
}

.content-part.block-text.block-list {
    width: 100%;
    align-items: flex-start; /* flex-end; */
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    max-width: 320px;
    margin-right: 30px;
    text-align: left;
    min-height: 55vh;
}

.links .container h2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.content-part.block-text.block-list h3 {
    padding-bottom: 10px;
    font-size: 18px;
}

.content-part.block-text.block-list .lastupdated,
.container .banner,
.content-part.block-text.block-list .homeCat {
    width: 100%;
    padding: 30px;
    background-color: #ddd;
}

.banner.top {
    display: flex;
    border: 2px dashed;
    border-color: var(--color-title);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.content-part.block-text.block-list .lastupdated, .content-part.block-text.block-list .homeCat a,
.content-part.block-text.block-list .lastupdated, .content-part.block-text.block-list .homeCat a:hover {
}


.content-part.block-text .lastupdated span {
    font-weight: bold;
    font-size: 18px;
    display: block;
    color: var(--main-color);
}

.emailharvester {
    display: block;
    max-width: 565px;
    border-radius: 0px;
    padding: 30px;
    background-color: var(--color-title);
    color: #ffffff;
    font-size: 16px;
    margin: 0 0 30px 0;
}

.emailharvester h3 {
    color: #ffffff;
}

/* .content-part.block-text.block-list div:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: 0px solid var(--main-color) !important;
} */

.emailharvester input {
    max-width: 100%;
}

.emailharvester .mailInsert {
    padding-top: 15px;
    display: flex;
    align-items: center;
}

.emailharvester .mailInsert span {
    margin-right: 15px;
}

.homeCat a {
    text-decoration: none;
}

.homeCat table tr td {
    position: relative;
    padding-left: 25px;
}

.homeCat table tr td:before {
    background-image: url('../images/point.gif');
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
}


/* Shop */
.container.shopsummary {
    border: 1px solid #efefef;
}

.container .inner-wrapper {
    display: flex;
}

.container.shopsummary .inner-wrapper.Summary {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.container.shopsummary .inner-wrapper.Filter .content-part {
    width: 100%;
}

.container.shopsummary .inner-wrapper.Filter label {
    width: 50%;
}

.container.shopsummary .inner-wrapper.Filter .content-part.filterCat {
    max-width: calc(100% - 150px);
    margin-right: 15px;
}

.container.shopsummary .inner-wrapper.Filter .content-part.filterCat.multidept-shop select {
    width: 49%;
}

.container.shopsummary .inner-wrapper.Filter .content-part.filterCat span.resultCount {
    float: right;
    padding:10px;
    margin-right: 10px;
}

.container.shopsummary .inner-wrapper.Filter .content-part.filterCur {
    max-width: 70px;
    margin-right: 15px;
}

.container.shopsummary .inner-wrapper.Filter .content-part.filterBasket {
    max-width: 50px;
    cursor: pointer;
    position: relative;
}

.container.shopsummary .inner-wrapper.Filter .content-part.filterBasket:after {
    content: "";
    background: var(--color-title);
    width: 0px;
    position: absolute;
    bottom: -5px;
    left: 0;
    display: block;
    height: 4px;
    transition: .5s;
}

.container.shopsummary .inner-wrapper.Filter .content-part.filterBasket:hover:after {
    width: 30px;
}

.container.shopsummary .inner-wrapper.Filter .content-part.filterBasket:hover {
    background-color: initial;
}

.container.shopsummary .inner-wrapper.Summary {
    justify-content: space-between;
}

.container.shopsummary .inner-wrapper .content-part,
.container.shopsummary .inner-wrapper .content-part:last-child {
    width: 100%;
    max-width: 30%;
    margin-right: 0;
}

select {
    padding: 6px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 14px;
    width: 100%;
    /* max-width: calc(100% - 37px); */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('../images/dropdown-btn.png');
    background-position: right 13px center;
    background-repeat: no-repeat;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-size: 14px;
    padding: 6px;
    width: 100%;
    max-width: calc(100% - 37px);
    border: 1px solid var(--main-color);

}

input.submit, input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 37px;
    cursor: pointer;
    color: #FFFFFF;
    padding: 6px;
    border: 1px solid var(--main-color);
    background-color: var(--main-color);
    border-radius: 0;
}

input.checkbox, input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
    width: auto;
}

label {
    padding: 10px;
    display: block;
}

.container.shopItems .shopitem {
    border: 1px solid #efefef;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 30px;
}

.container .shopitem .inner-wrapper {
    display: flex;
}

.shopitem .content-part.block-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    flex-direction: column;
}

.shopitemTitle, .itemCode a {
    text-decoration: none;
    width: 100%;
}

.shopitemTitle h2 {
    transition: .3s;
    padding-bottom: 15px;
}

.shopitemTitle:hover h2 {
    color: var(--main-color);
}

.itemCode {
    padding: 10px 0;
    width: 100%;
}

.actioncontainer {
    border-top: 2px solid var(--main-color);
    padding: 20px 0;
    display: flex;
    width: 100%;
}

.actioncontainer .btn,
.actioncontainer .btn-alert {
    border: none;
}

.actioncontainer .btn.shortlist {
    background-color: var(--main-color);
    color: #ffffff;
    max-width: 80px;
    margin-right: 30px;
    opacity: .2;
    font-size: 12px;
    line-height: initial;
}

.actioncontainer .btn.shortlist:hover {
    opacity: 1;
}

.actioncontainer .price {
    flex: 1 1 320px;
    font-size: 24px;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.actioncontainer .btn.add2cart {
    min-width: 250px;
    height: 56px;
}

.actioncontainer .btn.add2cart img {
    height: 30px;
    width: 30px;
    margin-right: 15px;
}

.btn-alert {
    background-color: var(--color-warn);
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0;
}

.shop .btn-alert {
    min-width: 250px;
}

.shopitem .content-part.block-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
}

.shopitem .content-part.block-image .thumbnail,
.shopitem .content-part.block-image .fullImg {
    position: relative;
}

.shopitem .content-part.block-image .thumbnail span,
.shopitem .content-part.block-image .fullImg span {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 0;
    transition: .5s;
}

.shopitem .content-part.block-image .thumbnail {
    width: 100%;
    max-width: 31%;
    /* max-width: 23%; */
    margin-top: 10px;
}

.shopitem .content-part.block-image span:after {
    content: url('../images/zoom-img.png');
    width: 20px;
}

.shopitem .content-part.block-image .thumbnail:hover span,
.shopitem .content-part.block-image .fullImg:hover span {
    opacity: 1;
}

.shopitem.newitem::before {
    content: "New item";
    background-color: #000;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.shoptitem.pricedrop {
    content: "Price drop";
    background-color: #000;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    width: 100px;
}

.shopitem.agerestricted::before, .basketitem.agerestricted::before {
    content: "18+";
    background-color: var(--color-warn);
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    width: 100px;
}


/* Shop basket aanvulling */
.basketitem {
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid var(--main-color);
}

.basketitem .content-part.block-image {
    max-width: 100px;
    max-height: 100px;
}

.basketitem .content-part.block-text {
    align-items: center;
    display: flex;
    width: 100%;
}

.basketitem .itemTitle {
    width: 100%;
    max-width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 30px;
}

.basketitem .itemTitle h3 {
    width: 100%;
}

.basketitem .actioncontainer {
    height: 100%;
    width: 100%;
    max-width: 40%;
    border-top: 0px solid #ffffff;
    align-items: center;
}

.basketitem .actioncontainer .quant {
    width: 100%;
    max-width: 150px;
    display: flex;
    align-items: center;
}

.basketitem .actioncontainer .quant a {
    padding: 0 10px 0 30px;
}

.basketitem .actioncontainer .price {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0;
}

.basketItems .row {
    display: flex;
    align-items: center;
    border: none;
    border-top: 2px solid var(--main-color);
    padding: 15px 0;
    justify-content: flex-end;
}

.basketItems .row a {
    text-decoration: none;
}

.basketItems .row select {
    width: 100%;
    max-width: 320px;
    margin-right: 15px;
}

.basketItems .row .delivery {
    margin-left: 30px;
}

.basketItems .row .btn {
    background: var(--color-succes);
    min-width: 250px;
    border: none;
}

.basketItems .row .btn:hover {
    background: var(--main-color);
    border: none;
}


/* Checkout */

.checkout h1, .checkout h2, .checkout h3, .register h1, .register h2, .register h3, .updatereg h1, .updatereg h2, .updatereg h3, .forgottenpw h1, .forgottenpw h2, .forgottenpw h3, .terms h2, .privacy h2 {
    padding: 20px 0;
}

.terms .anchor {
    text-decoration: none;
}

.forgottenpw .btn, .updatereg .btn, .register .btn, .checkout .btn, .checkout .btn-alert {
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    background-color: var(--main-color);
    border: none;
}

.forgottenpw .btn:hover, .updatereg .btn:hover, .register .btn:hover, .checkout .btn:hover, .checkout .btn-alert:hover {
    background-color: var(--color-title);
    color: #FFFFFF;
}

.checkout a,
.checkout a:visited {
    text-decoration: none;
}

.loginbox {
    display: flex;
    justify-content: center;
}

.loginbox .block-loginRegister,
.loginbox .block-loginRegister,
.loginbox .block-loginGuest {
    width: 100%;
    max-width: 31%;
    text-align: center;
    padding: 0 30px;
    border-right: 1px solid var(--main-color);
}


.loginbox div:last-child {
    border-right: none;
    margin-right: 0;
}

.progressbar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.steps3 {
    width: 33%;
}

.steps4 {
    width: 24%;
}

.stepbox {
    text-align: center;
    padding: 3px 0px;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
}

.greybox {
    background-color: #ccc;
    color: #ffffff;
}

.greenbox {
    background-color: var(--color-title);
    color: #ffffff;
}

.formCheckout {
    max-width: 770px;
}

.formCheckout .field.checkoutForm,
.formCheckout select {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.actionbuttons {
    display: flex;
}

.forgottenpw .actionbuttons .btn.cta, .updatereg .actionbuttons .btn.cta, .register .actionbuttons .btn.cta, .checkout .actionbuttons .btn.cta {
    margin-right: 0;
}

.smallTextForm {
    font-size: 10px;
    line-height: 12px;
    display: inline-block;
}


/* Gallery */
.gallery .container.shopItems {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.gallery .container.shopItems .shopitem {
    flex: 1 0 100%;
    width: 100%; /* 23.5%; */
    max-width: 49%;
}

.gallery .container.shopItems .shopitem .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.gallery .container.shopItems .shopitem .inner-wrapper .content-part.block-image {
    justify-content: flex-start;
    flex-wrap: nowrap;
    max-height: 360px;
    max-width: 100%;
    margin-right: 0;
}

.gallery .shopitem .content-part.block-image img {
    width: 100%;
    height: max-content;
    max-width: 100%; /* 50%; */
}

.gallery .container.shopItems .shopitem .inner-wrapper .content-part.block-image img:first-child {
    margin-right: 10px;
}


.gallery .container.shopItems .shopitem .inner-wrapper .content-part.block-text {
    margin-top: 15px;
    width: 100%;
}

.gallery .container.shopItems .shopitem .inner-wrapper .content-part.block-text .actioncontainer {
    border-top: 0px solid var(--main-color);
}

.gallery .container.shopItems .shopitem .inner-wrapper .content-part.block-text .actioncontainer .btn {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #ffffff;
    width: 100%;
}

.gallery .container.shopItems .shopitem .inner-wrapper .content-part.block-text .actioncontainer .btn:hover {
    background-color: #ffffff;
    color: var(--main-color);
}

/* events */
.container.events .inner-wrapper {
    margin-bottom: 30px;
}

/* flash-messages */
.flash {
    padding: 15px;
    width: 100%;
    transition: .5s;
    opacity: 0;
    z-index: 999;
    color: #fff;
    display: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: fixed;
    bottom: 0px;
    transform: translateY(150px);
    transition: 2s;
}

.message {
    text-align: center;
}

.flash.message {
    opacity: 1;
    display: block;
    transform: translateY(0);
}

.message ul li {
    list-style: none;
}

.flash.message.success {
    background: var(--color-succes);
}

.flash.message.error {
    background: var(--color-warn);
}

.flash.message.warn {
    background: var(--color-warn);
}

.label {
    font-weight: bold;
    width: 100%;
    max-width: 360px;
    margin-right: 30px;
}

body.basket .message.warn.ar {
    color: var(--color-warn);
}


body.contact .inner-wrapper {
    padding-bottom: 20px;
}

body.checkout form img.cardimg {
    margin: 20px auto;
}

body.archive .container.shopsummary .inner-wrapper.Filter .content-part.filterCat {
    max-width: 100%;
    margin-right: 0px;
}

.developer-mode {
    display: block;
    position: fixed;
    left: -90px;
    top: 40px;
    background-color: var(--color-title);
    padding: 15px 100px;
    color: #FFFFFF;
    transform: rotate(-45deg);
    -webkit-box-shadow: 7px 5px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 7px 5px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 7px 5px 5px 0px rgba(0, 0, 0, 0.25);
    z-index: 999;
}