@font-face {
  font-family: "DGMSprinter";
  src: url("../fonts/DGMSprinter-Regular.eot") format("embedded-opentype"), url("../fonts/DGMSprinter-Regular.woff2") format("woff2"), url("../fonts/DGMSprinter-Regular.woff") format("woff"), url("../fonts/DGMSprinter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-weight: lighter;
  height: auto;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 15px;
  margin: 0;
  padding: 0;
  color: #1A0200;
  font-family: "DGMSprinter";
  overflow-x: hidden;
  line-height: 1.2;
}

body.login {
  background-image: url(/images/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.link {
  color: #76181B;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.align-center {
  text-align: center;
  width: 100%;
  display: block;
}

.illustratie {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 85px 0 60px;
}
.illustratie img {
  width: 64px;
}

.select2-container--open .select2-dropdown--below, .select2-container--open .select2-dropdown--above {
  min-width: 200px;
}

.select2-dropdown {
  border: 1px solid #E7E7E5 !important;
}

.beheerdersKant {
  margin-bottom: 32px;
}
.beheerdersKant > li {
  display: flex !important;
}
.beheerdersKant > li .info {
  width: 35% !important;
}
.beheerdersKant > li .prijs {
  width: 40% !important;
  float: left !important;
}
.beheerdersKant .buttonsDeleteEdit {
  float: right;
  width: 20%;
  text-align: right;
}
.beheerdersKant .buttonsDeleteEdit i {
  margin-left: 15px;
}
.beheerdersKant .buttonsDeleteEdit .fa-trash-o {
  color: red;
}

.wrapper {
  background-color: #FFFEF2;
}

.inWinkelmandje {
  background: #E0F0D8;
  border: 1px solid #3C763D;
  border-radius: 4px;
  padding: 0.5em;
  margin-bottom: 2em;
}
.inWinkelmandje p {
  margin-bottom: 0;
  display: inline-block;
  float: left;
  color: #3C763D;
  padding: 0.5em 0;
}
.inWinkelmandje a {
  color: white;
  display: inline-block;
  float: right;
  padding: 0.5em 1em;
  background: #3C763D;
  border-radius: 4px;
}
.inWinkelmandje a:hover {
  background: rgb(85.7865168539, 168.7134831461, 87.2162921348);
}

.gobackto {
  color: #1A0200;
  transform: scale(1);
  transition: all 0.35s;
  display: inline-block;
  margin-bottom: 1em;
}
.gobackto i {
  margin-right: 10px;
}
.gobackto:hover {
  color: #25408F;
  transform: scale(1.02);
}

img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  border: 0;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.5s;
  color: inherit;
}

.container {
  width: 90%;
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
}

.containersmall {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  max-width: 900px;
}

p {
  margin-bottom: 1em;
}

h2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #25408F;
  text-transform: uppercase;
  font-weight: 700;
}

.clearing {
  clear: both;
  display: block;
}

@media screen and (max-width: 1300px) {
  .container {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .containersmall {
    width: 95%;
  }
}
@media screen and (max-width: 700px) {
  .beheerdersKant > li {
    display: block !important;
  }
  .beheerdersKant > li .info {
    width: 70% !important;
  }
  .beheerdersKant > li .prijs {
    margin-left: 10% !important;
    width: 70% !important;
    float: left !important;
    text-align: left !important;
  }
  .beheerdersKant .buttonsDeleteEdit {
    float: right;
    width: 20%;
    text-align: right;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .illustratie {
    padding: 45px 0 30px;
  }
  .illustratie img {
    width: 40px;
  }
}
.active-language {
  color: #1A0200;
}

.recent-besteld-label {
  position: absolute;
  top: 32px;
  left: 5px;
  color: #76181B;
}

.wrapperlogin {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 195px);
}
.wrapperlogin .layer {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.wrapperlogin .language {
  position: absolute;
  right: 20px;
  top: 20px;
  color: white;
  font-size: 1.2em;
}
.wrapperlogin .language .active {
  opacity: 0.5;
}
.wrapperlogin .language:hover a {
  opacity: 0.5;
}
.wrapperlogin .language span {
  padding: 0 0.2em;
}
.wrapperlogin .content {
  min-width: 600px;
  background: #FFFEF2;
  z-index: 100;
  padding: 32px;
}
.wrapperlogin .content p {
  color: #092C5D;
  margin-top: 32px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.wrapperlogin .content form .flex--row {
  gap: 16px;
  margin-bottom: 23px;
}
.wrapperlogin .content form .flex--row fieldset {
  flex-basis: 50%;
}
.wrapperlogin .content form .flex--row fieldset input {
  width: 100%;
  border: 1px solid #092C5D;
  height: 42px;
  padding: 5px 15px;
  background-color: #FFFEF2;
}
.wrapperlogin ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
.wrapperlogin ::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
.wrapperlogin :-ms-input-placeholder { /* IE 10+ */
  color: white;
}
.wrapperlogin :-moz-placeholder { /* Firefox 18- */
  color: white;
}
.wrapperlogin .link {
  margin-top: 32px;
}

@media screen and (max-width: 700px) {
  .wrapperlogin .content {
    min-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .wrapperlogin .content form .flex--row {
    flex-direction: column;
  }
}
/*header{
    width: 97%;
    padding: 1em 0;
    margin: auto;
    .logo{
        max-width: 200px;
        float: left;
        margin-bottom: 1em;
        position: relative;
        z-index: 100000;
    }
    nav{
        position: relative;
        margin-top: 1em;
        z-index: 1000;
        ul{
            float: right;
            display: block;
            list-style: none;
            li{
                float: left;
                position: relative;
                i{
                    margin-right: 0.5em;
                }
                &.language{
                    a:hover, a.active{
                        background: none;
                        color: $darkblue;
                    }
                    a:first-child{
                        padding: 0.5em 0.5em 0.5em 2em;
                    }
                    a:last-child{
                        padding: 0.5em 2em 0.5em 0.5em;
                        &:after{
                            left: auto;
                            right: 0;
                        }
                    }
                }
                a{
                    font-size: 1.1em;
                    padding: 0.5em 2em;
                    text-transform: uppercase;
                    position: relative;
                    display: inline-block;
                    &:hover, &.active{
                        background: $darkblue;
                        color: white;
                    }
                    &:after{
                        background: rgba(0,0,0,0.2);
                        width: 1px;
                        height: 100%;
                        top: 0;
                        left: 0;
                        position: absolute;
                        content: '';
                        display: block;
                    }
                }
                &:hover{
                    ul{
                        display: block;
                    }
                }
                &.submenu{
                    & > a{
                        padding: 0.5em 1.5em 0.5em 2em;
                    }
                    i{
                        position: relative;
                        top: -3px;
                        margin-left: 5px;
                    }
                }
                ul{
                    transition: 0.3s all;
                    display: none;
                    position: absolute;
                    padding: 0.8em 0;
                    min-width: 440px;
                    li{
                        float: left;
                        width: 50%;
                        display: block;
                        background: $darkblue;
                        a{
                            padding: 0.25em 0.7em;
                            display: block;
                            color: white;
                            &:hover{
                                background: $darkblue;
                            }
                            &:after{
                                display: none;
                            }
                        }
                    }
                }
            }
        }
    }
}

*/
/*

#clearing{
    display: none;
}
#trigger{
    display: none;
    float: right;
    width: 20px;
    height: 15px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-left: 50px;
    color: $darkblue;
    font-size: 1.5em;
    margin-top: 0.6em;
    .tekst{
        position: absolute;
        left: -50px;
        text-transform: uppercase;
        font-size: 0.8em;
        top: -5px;
        margin-left: -1em;
        font-weight: 100;
  }
  span{
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      opacity: 1;
      left: 0;
      transform: rotate(0deg);
      transition: .25s ease-in-out;
      margin-top: 1px;
      background: $darkblue;
  }
  span:nth-child(2) {
      top: 0px;
  }
  span:nth-child(3), span:nth-child(4) {
      top: 5px;
  }
  span:nth-child(5) {
      top: 10px;
  }
}
#trigger.open{
    span:nth-child(2) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
    span:nth-child(3) {
        transform: rotate(45deg);
    }
    span:nth-child(4) {
        transform: rotate(-45deg);
    }
    span:nth-child(5) {
        top: 18px;
        width: 0%;
        left: 50%;
    }
}

@media screen and (min-width:1535px){
    nav{
        ul.menu{
            display: block !important;
        }
    }
}

@media screen and (max-width: 1535px){
    #clearing{
        display: block;
    }
    #trigger{
        display: block;
    }
    nav{
        ul.menu{
            display: none;
            margin-top: 1em;
            width: 100%;
            float: none;
            li{
                text-align: center;
                width: 100%;
                float: none;
                a{
                    width: 100%;
                    &:after{
                        display: none;
                    }
                }
                &.language{
                    width: auto;
                    a{
                        display: inline-block;
                        width: auto;
                    }
                }
                &.submenu{
                    position: relative;
                    &:hover{
                        ul{
                            display: none;
                            float: none;
                        }
                    }
                    ul{
                        position: static;
                        width: 100%;
                        padding: 0;
                        min-width: auto;
                        z-index: 100;
                        transition: none;
                        li{
                            background: transparent;
                            width: 100%;
                            float: none;
                            a{
                                display: inline-block;
                                color: $darkblue;
                                font-size: 0.8em;
                            }
                        }
                    }
                }

            }
        }
    }
}
*/
@media screen and (max-width: 700px) {
  .slick.big {
    display: none;
    margin-bottom: 32px;
  }
  .slick.responsive {
    display: block !important;
    margin-bottom: 32px;
  }
}
footer {
  background-color: #092C5D;
  margin: 0;
  padding: 0;
  color: #FFFEF2;
  padding: 48px 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container p {
  margin: 0;
}
footer .container .link {
  color: #FFFEF2;
  text-decoration: underline;
}
footer .container::before, footer .container::after {
  content: none;
}
footer .container ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  list-style: none;
}
footer .container ul li {
  padding-right: 10px;
  text-transform: uppercase;
  border-right: 2px solid #FFFEF2;
  font-size: 12px;
  line-height: 16px;
}
footer .container ul li:last-of-type {
  border: none;
}

@media screen and (max-width: 900px) {
  footer .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  footer .container ul {
    flex-direction: column;
  }
  footer .container ul li {
    border: none;
    padding: 0;
  }
}
.headerImage {
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 350px;
}

.intro {
  max-width: 650px;
  text-align: center;
  margin: auto;
}

#category h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
}
#category ul {
  margin: 2em 0;
  list-style: none;
  display: block;
}
#category ul li {
  float: left;
  margin: 0.5em;
  width: calc(20% - 1em);
}
#category ul li a {
  padding: 2.5em 1em;
  display: block;
  background: #E7E7E5;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
#category ul li a:hover {
  background: #1A0200;
  color: white;
}

#inDeKijker .productgrid {
  list-style: none;
  display: flex;
  gap: 32px;
  margin-top: 48px;
  flex-wrap: wrap;
}
#inDeKijker .productgrid .slick-list {
  margin: 0 -10px;
  overflow: hidden;
}
#inDeKijker .productgrid .slick-track {
  display: flex;
}
#inDeKijker .productgrid .slick-track .slick-slide {
  margin: 0 10px;
}
#inDeKijker .productgrid li {
  flex-basis: calc(25% - 24px);
  position: relative;
  border: 1px solid #092C5D;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#inDeKijker .productgrid li > a.single {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#inDeKijker .productgrid li .favo {
  position: absolute;
  z-index: 999;
  top: 16px;
  right: 16px;
  width: 31px;
  height: 30px;
  background-color: #FFFEF2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#inDeKijker .productgrid li .image {
  width: 100%;
  height: 274px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
#inDeKijker .productgrid li .info {
  margin: 25px;
  height: calc(100% - 274px);
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
#inDeKijker .productgrid li .info .description {
  margin-bottom: 10px;
}
#inDeKijker .productgrid li .info .description .red {
  color: #76181B;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
#inDeKijker .productgrid li .info .description .red li {
  border: none;
}
#inDeKijker .productgrid li .info .description h5 li {
  border: none;
}
#inDeKijker .productgrid li p.prijs {
  color: #18392B;
  font-size: 24px;
  line-height: 28px;
  margin: 0;
}
#inDeKijker .productgrid li p.prijs .oldprice {
  color: #25408F;
  text-decoration: line-through;
  margin-right: 1em;
}
#inDeKijker .productgrid li form {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#inDeKijker .productgrid li form .flex--row {
  display: flex;
  gap: 16px;
  margin-top: 15px;
}
#inDeKijker .productgrid li form .flex--row label {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 6px;
  text-transform: uppercase;
  display: block;
  color: #092C5D;
}
#inDeKijker .productgrid li form .flex--row .left {
  flex-basis: 50%;
}
#inDeKijker .productgrid li form .flex--row .right {
  flex-basis: 50%;
}
#inDeKijker .productgrid li form .weight {
  text-align: center;
  font-size: 16px;
  line-height: 12px;
  color: #092C5D;
  margin: 8px 0 24px;
}
#inDeKijker .productgrid li form .sendbutton {
  width: 100%;
  height: 42px;
  padding: 0;
  background-color: #092C5D;
  color: #FFFEF2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#inDeKijker .productgrid li form .sendbutton::before {
  content: "";
  width: 10px;
  height: 12px;
  display: block;
  background-color: #FFFEF2;
  -webkit-mask-image: url(../images/cart-icon.svg);
  mask-image: url(../images/cart-icon.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all 0.3s ease;
}
#inDeKijker .productgrid li form .sendbutton:hover {
  background-color: #FFFEF2;
  color: #092C5D;
}
#inDeKijker .productgrid li form .sendbutton:hover::before {
  background-color: #092C5D;
}

/*.extra-info{
    position: relative;
    display: inline-block;
    .icon{
        display: inline-block;
        font-size: 0.7em;
        float: right;
        cursor: pointer;
    }
    .content{
        position: absolute;
        width: 250px;
        background-color: $white;
        right: 0;
        top: 20px;
        padding: 1em 1em;
        font-size: 0.7em;
        border: 2px solid $darkblue;
        display: none;
        text-align: center;
        z-index: 9999;

        img{
            float: right;
            padding-left: 10px;
            margin-top: -10px;
            margin-right: -10px;
        }
        h4{
            font-size: 1.2em;
            position: relative;
            height: auto !important;
        }
        .cat{
            color: $lightblue;
            margin-bottom: 0.5em;
        }
        ul.extra{
            list-style-type: none;
            text-align: center;
            li{
                display: inline-block;
                position: relative;
                padding: 0px 10px;
                &:after{
                    content: '|';
                    position: absolute;
                    top: 0;
                    right:-3px;
                }
                &:last-child:after{
                    content: '';
                }
                &:first-child{
                    padding-left: 0px;
                }
                &:last-child{
                    padding-right: 0px;
                }
            }
        }
        p{
            margin-bottom: 0;
        }
    }

    &:hover{
        .content{
            display: block;
        }
    }
}*/
@media screen and (max-width: 900px) {
  header .headerImage {
    height: 300px;
  }
  #category ul li {
    width: calc(25% - 1em);
  }
  #inDeKijker .productgrid > li {
    flex-basis: calc(50% - 16px);
  }
}
/*@media screen and (max-width: 950px){
    header .headerImage{
        height: 250px;
    }
    #category{
        ul{
            li{
                width: calc(33.33% - 1em);
            }
        }
    }
}*/
/*@media screen and (max-width: 750px){
    header .headerImage{
        height: 200px;
    }
    #category{
        ul{
            li{
                width: calc(50% - 1em);
            }
        }
    }
}*/
/*@media screen and (max-width: 600px){
    header .headerImage{
        height: 180px;
    }
    #inDeKijker{
        .productgrid{
            li{
                width: calc(100% - 4em);
            }
        }
    }
}*/
@media screen and (max-width: 600px) {
  #category ul li {
    width: calc(100% - 1em);
  }
  #inDeKijker .productgrid > li {
    flex-basis: 100%;
  }
}
.add-btn {
  /*padding: 5px 10px;
  background: $lightblue;
  border: none;
  color: white;
  font-size: 1em;
  border: 1px solid $lightblue;
  outline: none;
  transition: 0.3s all;
  cursor: pointer;
  &:hover{
      background: $darkblue;
      border: 1px solid $darkblue;
  }*/
}

/*.search-button{
    width: 100%;
    border: 2px solid white;
    color: white;
    background-color: $darkblue;
    padding: 0.5em;
    margin-top: 1.5em;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    outline: none;
}*/
header .headerImageSmall {
  width: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 110px;
}

#categorySingle h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
#categorySingle .alert-danger {
  background-color: #FFD2D2;
  padding: 10px;
  margin: 10px 0;
  margin-bottom: 2em;
  list-style-type: none;
}
#categorySingle .alert-danger:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 1.4em !important;
  content: "\f057";
}
#categorySingle .euro, #categorySingle .alfa {
  width: 35px;
  height: 35px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
  cursor: pointer;
  border: 1px solid #092C5D;
  background-size: 20px;
  float: right;
  margin-bottom: 10px;
}
#categorySingle .euro.up {
  margin: 0;
  background-image: url(/images/euro_up.png);
}
#categorySingle .euro.down {
  margin: 0;
  background-image: url(/images/euro_down.png);
}
#categorySingle .alfa {
  margin-right: 10px;
}
#categorySingle .alfa.up {
  margin: 0;
  background-image: url(/images/alfa_up.png);
}
#categorySingle .alfa.down {
  margin: 0;
  background-image: url(/images/alfa_down.png);
}
#categorySingle ul.productgrid {
  list-style: none;
  display: block;
}
#categorySingle ul.productgrid.sort {
  margin-top: 20px;
}
#categorySingle ul.productgrid > li {
  width: 100%;
  gap: 24px;
  border-top: 1px solid #092C5D;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#categorySingle ul.productgrid > li:last-of-type {
  border-bottom: 1px solid #092C5D;
}
#categorySingle ul.productgrid > li > a.single {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#categorySingle ul.productgrid > li .image {
  width: 133px;
  height: 133px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
}
#categorySingle ul.productgrid > li .image .favo {
  position: absolute;
  width: 31px;
  height: 30px;
  right: 8px;
  top: 8px;
  z-index: 999;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFEF2;
}
#categorySingle ul.productgrid > li .image .favo:before {
  content: "\f08a";
  font-family: FontAwesome;
}
#categorySingle ul.productgrid > li .image .favo:hover {
  color: #ED4956;
}
#categorySingle ul.productgrid > li .image .favo:hover:before {
  content: "\f004";
  font-family: FontAwesome;
}
#categorySingle ul.productgrid > li .image .favo.active {
  color: #ED4956;
}
#categorySingle ul.productgrid > li .image .favo.active:before {
  content: "\f004";
  font-family: FontAwesome;
}
#categorySingle ul.productgrid > li .info {
  width: 30%;
}
#categorySingle ul.productgrid > li .info h4 {
  font-size: 1.3em;
  display: inline-block;
}
#categorySingle ul.productgrid > li .info h4 img {
  float: right;
  padding-left: 10px;
}
#categorySingle ul.productgrid > li .info .cat {
  color: #76181B;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#categorySingle ul.productgrid > li .info ul.extra {
  list-style-type: none;
  color: #092C5D;
}
#categorySingle ul.productgrid > li .info ul.extra li {
  display: inline-block;
  position: relative;
  padding: 0px 3px;
  font-size: 12px;
  line-height: 16px;
}
#categorySingle ul.productgrid > li .info ul.extra li:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -3px;
}
#categorySingle ul.productgrid > li .info ul.extra li:last-child:after {
  content: "";
}
#categorySingle ul.productgrid > li .info ul.extra li:first-child {
  padding-left: 0px;
}
#categorySingle ul.productgrid > li .info ul.extra li:last-child {
  padding-right: 0px;
}
#categorySingle ul.productgrid > li .info p {
  margin-bottom: 0;
}
#categorySingle ul.productgrid > li .prijs {
  width: 15%;
  color: #18392B;
  font-size: 24px;
  line-height: 28px;
  justify-content: flex-end;
}
#categorySingle ul.productgrid > li .prijs p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 28px;
  color: #18392B;
}
#categorySingle ul.productgrid > li .prijs .weight {
  font-size: 12px;
  line-height: 12px;
  color: #092C5D;
}
#categorySingle ul.productgrid > li .prijs span {
  color: #18392B;
  text-decoration: line-through;
  font-size: 0.8em;
  margin-right: 0.5em;
  display: block;
}
#categorySingle ul.productgrid > li form {
  width: 500px;
  position: relative;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  gap: 12.5px;
}
#categorySingle ul.productgrid > li form .left {
  flex-basis: 50%;
}
#categorySingle ul.productgrid > li form .right {
  flex-basis: 50%;
}
#categorySingle ul.productgrid > li form label {
  width: 100%;
  text-align: left;
  display: block;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
  color: #092C5D;
}
#categorySingle ul.productgrid > li form {
  /*button:disabled, button.green:disabled {
      -webkit-appearance: none;
      appearance: none;
      background-color: $cream;
      color: $navy;
      border: 2px solid $navy;
      cursor: not-allowed;
      box-shadow: none;
      margin-top: 12px;
      word-break: keep-all;
      width: 175px;
      font-size: 10px;
      line-height: 15px;
      flex-shrink: 0;
      height: 37px;
      text-transform: uppercase;
  }*/
}
#categorySingle ul.productgrid > li form .sendbutton {
  width: 210px;
  height: 42px;
  padding: 0;
  background-color: #092C5D;
  color: #FFFEF2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin-top: 8px;
  border: 2px solid #092C5D;
  cursor: pointer;
}
#categorySingle ul.productgrid > li form .sendbutton::before {
  content: "";
  width: 10px;
  height: 12px;
  display: block;
  background-color: #FFFEF2;
  -webkit-mask-image: url(../images/cart-icon.svg);
  mask-image: url(../images/cart-icon.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all 0.3s ease;
}
#categorySingle ul.productgrid > li form .sendbutton:hover {
  background-color: #FFFEF2;
  color: #092C5D;
}
#categorySingle ul.productgrid > li form .sendbutton:hover::before {
  background-color: #092C5D;
}
#categorySingle ul.productgrid > li form .sendbutton:disabled {
  border: 2px solid #092C5D;
  cursor: not-allowed;
  box-shadow: none;
  background-color: #FFFEF2;
  color: #092C5D;
}
#categorySingle ul.productgrid > li form .sendbutton:disabled::before {
  background-color: #092C5D;
}
#categorySingle ul.productgrid > li form .sendbutton:disabled:hover {
  border: 2px solid #092C5D;
  cursor: not-allowed;
  box-shadow: none;
  background-color: #FFFEF2;
  color: #092C5D;
}
#categorySingle ul.productgrid > li.promo form input {
  border: 2px solid #18392B;
}
#categorySingle ul.productgrid > li.promo form button {
  background: #18392B;
  border: 2px solid #18392B;
}
#categorySingle ul.productgrid > li.promo form button:hover {
  background: rgb(1.3333333333, 3.1666666667, 2.3888888889);
  border: 2px solid rgb(1.3333333333, 3.1666666667, 2.3888888889);
}
#categorySingle ul.productgrid.ordergrid .aantal {
  font-size: 20px;
  line-height: 28px;
  color: #092C5D;
  text-transform: uppercase;
}
#categorySingle ul.productgrid.ordergrid .image {
  width: 96px;
  height: 96px;
}
#categorySingle ul.productgrid.ordergrid form {
  width: unset;
  flex-basis: 55%;
}
#categorySingle ul.productgrid.ordergrid form .left {
  flex-basis: 25%;
}
#categorySingle ul.productgrid.ordergrid form .right {
  flex-basis: 25%;
}
#categorySingle ul.productgrid.ordergrid form .prijs {
  display: flex;
  width: unset;
  flex-basis: 25%;
  flex-direction: column-reverse;
}
#categorySingle ul.productgrid.ordergrid form button[type=submit] {
  flex-basis: 25%;
}

#categorySingle ul.productgrid.beheerorder > li {
  display: flex;
}
#categorySingle ul.productgrid.beheerorder > li .aantal {
  width: 60px;
  flex-shrink: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #092C5D;
  text-align: center;
}
#categorySingle ul.productgrid.beheerorder > li .image {
  width: 96px;
  height: 96px;
}
#categorySingle ul.productgrid.beheerorder > li .info {
  width: 45%;
}
#categorySingle ul.productgrid.beheerorder > li .info .weight {
  margin-top: 4px;
}
#categorySingle ul.productgrid.beheerorder > li .prijs {
  text-align: right;
  font-size: 24px;
  line-height: 28px;
}
#categorySingle ul.productgrid.beheerorder > li .prijs .label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  color: #092C5D;
  opacity: 0.6;
  margin-right: 0;
  margin-bottom: 4px;
  text-decoration: none;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.2s;
}
.popup .layer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.popup .content {
  position: relative;
  z-index: 1;
  background-color: white;
  display: inline-block;
  width: auto;
  min-width: 500px;
  max-height: 80%;
  overflow: scroll;
}
.popup .content .head {
  background-color: #1A0200;
  text-align: center;
  padding: 20px 20px 15px 20px;
}
.popup .content .head h3 {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}
.popup .content .body {
  padding: 2rem;
}
.popup .content .body fieldset {
  border: none;
}
.popup .content .body input:focus {
  outline: none;
}
.popup .content .body input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #1A0200;
  width: 100%;
  margin-bottom: 20px;
  font-size: 1em;
  padding: 8px 10px 5px 10px;
}
.popup .content .body input[name=confirm] {
  text-transform: uppercase;
}
.popup .content .body input[type=submit], .popup .content .body .submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #1A0200;
  border-radius: 0;
  text-transform: uppercase;
  color: white;
  padding: 8px 20px 8px 20px;
  float: right;
  transition: 0.3s all;
  cursor: pointer;
}
.popup .content .body input[type=submit]:hover, .popup .content .body .submit:hover {
  background: black;
}
.popup .content .body input[type=submit]:disabled, .popup .content .body input[type=submit].disabled, .popup .content .body .submit:disabled, .popup .content .body .submit.disabled {
  opacity: 0.8;
  background: #E7E7E5;
  cursor: not-allowed;
}
.popup .content .body input[type=submit]:disabled:hover, .popup .content .body input[type=submit].disabled:hover, .popup .content .body .submit:disabled:hover, .popup .content .body .submit.disabled:hover {
  background: #E7E7E5;
}
.popup .content .body fieldset.alignright {
  margin-top: 40px;
  text-align: right;
}
.popup .content .body fieldset.alignright a.cancel {
  text-decoration: underline !important;
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  top: 8px;
}
.popup .content .body fieldset.alignright a.cancel:hover {
  color: #1A0200;
}

@media screen and (max-width: 1200px) {
  #categorySingle ul.ordergrid li {
    display: flex;
  }
}
@media screen and (max-width: 900px) {
  #categorySingle ul.productgrid li form .left {
    width: 50%;
  }
  #categorySingle ul.productgrid li form .right {
    width: 50%;
  }
  #categorySingle ul.productgrid li form button {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 760px) {
  #categorySingle ul.productgrid li {
    flex-direction: column;
    gap: 5px;
  }
  #categorySingle ul.productgrid li .image {
    width: 133px;
    margin-bottom: 10px;
  }
  #categorySingle ul.productgrid li .info {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  #categorySingle ul.productgrid li .prijs {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  #categorySingle ul.productgrid li form {
    width: 100%;
  }
  #categorySingle ul.productgrid li form .left {
    width: 80px;
  }
  #categorySingle ul.productgrid li form .right {
    width: 80px;
  }
  #categorySingle ul.productgrid li form button {
    width: calc(100% - 160px);
    margin-top: 18px;
  }
}
@media screen and (max-width: 500px) {
  #categorySingle ul.productgrid > li form {
    width: 100%;
    flex-direction: column;
  }
  #categorySingle ul.productgrid > li form .left {
    width: 100%;
  }
  #categorySingle ul.productgrid > li form .right {
    width: 100%;
  }
  #categorySingle ul.productgrid > li form .sendbutton {
    width: 100%;
    margin-top: 0;
  }
}
.weight {
  margin-top: 4px;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  color: #092C5D;
}

.cats ul {
  list-style: none;
}
.cats ul li {
  border: 1px solid #E7E7E5;
  padding: 5px;
}
.cats ul li h4 {
  display: inline-block;
  font-size: 1.1em;
  font-weight: bold;
}
.cats ul li .controls {
  float: right;
}
.cats ul li .controls i {
  margin-left: 20px;
}
.cats ul li .controls .fa-trash-o {
  color: #cc0000;
}
.cats ul li .controls .fa-pencil {
  color: rgb(115.25, 115.25, 115.25);
}
.cats ul li .controls .fa-plus-circle {
  font-size: 0.8em;
  color: #25408F;
}
.cats ul li:nth-child(odd) {
  background-color: #E7E7E5;
}
.cats ul li ul {
  list-style: disc;
  margin-left: 25px;
}
.cats ul li ul li {
  padding-left: 0;
  border: none;
  background-color: transparent !important;
}
.cats ul li ul li:hover .sub-controls {
  display: inline-block;
}
.cats ul li ul li i {
  margin-left: 7px;
  font-size: 0.9em;
}
.cats ul li ul li .fa-trash-o {
  color: #cc0000;
}
.cats ul li ul li .fa-pencil {
  color: rgb(115.25, 115.25, 115.25);
}
.cats ul .sub-controls {
  display: none;
}
.prijs span {
  color: #1A0200;
  text-decoration: line-through;
  font-size: 0.8em;
  margin-right: 0.5em;
}
.prijs span.small {
  text-decoration: none;
}

.favo {
  width: 5%;
  padding-right: 20px;
  position: relative;
  z-index: 999;
}
.favo:before {
  content: "\f08a";
  font-family: FontAwesome;
}
.favo:hover {
  color: #ED4956;
}
.favo:hover:before {
  content: "\f004";
  font-family: FontAwesome;
}

.favo.active {
  color: #ED4956;
}
.favo.active:before {
  content: "\f004";
  font-family: FontAwesome;
}

#winkelmandje .logout {
  width: 170px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 50px;
  margin-bottom: 24px;
}
#winkelmandje .logout a {
  transition: all 0.3s ease;
}
#winkelmandje .remove-product {
  position: absolute;
  top: 18px;
  right: 0px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  font-size: 0.8em;
  color: #FFFEF2;
  background-color: #76181B;
}
#winkelmandje .remove-product::after {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #FFFEF2;
  transform: rotate(45deg);
  position: absolute;
}
#winkelmandje .remove-product::before {
  content: "";
  width: 16px;
  height: 2px;
  background-color: #FFFEF2;
  transform: rotate(-45deg);
  position: absolute;
}
#winkelmandje .flex--row {
  align-items: center;
  gap: 26px;
}
#winkelmandje .winkelmand-row {
  align-items: flex-start;
  gap: 40px;
}
#winkelmandje .winkelmand-row ul.winkemand {
  display: flex;
  flex-direction: column;
}
#winkelmandje .winkelmand-row ul.winkemand > li {
  width: 100%;
  gap: 24px;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#winkelmandje .winkelmand-row ul.winkemand > li:first-of-type {
  border-top: 1px solid #092C5D;
}
#winkelmandje .winkelmand-row ul.winkemand > li .image {
  width: 120px;
  height: 120px;
}
#winkelmandje .winkelmand-row ul.winkemand > li .info {
  width: auto;
  float: none;
  flex: 1;
}
#winkelmandje .winkelmand-row ul.winkemand > li .info .cat {
  color: #76181B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25em;
}
#winkelmandje .winkelmand-row ul.winkemand > li form {
  gap: 16px;
}
#winkelmandje .winkelmand-row .totaal {
  margin-top: 50px;
  float: none;
  width: auto;
  flex: 0 0 30%;
}
#winkelmandje .winkelmand-row .totaal h3 {
  margin-bottom: 24px;
}
#winkelmandje .winkelmand-row .totaal h4.red {
  margin-bottom: 24px;
}
#winkelmandje ul.winkemand {
  display: flex;
  flex-direction: column;
}
#winkelmandje ul.winkemand form {
  row-gap: 35px;
  display: flex;
  align-items: center;
}
#winkelmandje ul.winkemand li.first {
  width: 100%;
  background: #25408F;
  color: white;
  font-size: 1.2em;
  padding: 0.5em;
  margin-bottom: 0.6em;
  border: none;
}
#winkelmandje ul.winkemand fieldset {
  flex-basis: 100%;
}
#winkelmandje ul.winkemand fieldset input {
  width: 100%;
  height: 48px;
  border: 1px solid #092C5D;
  background-color: #FFFEF2;
  padding: 4px 8px;
}
#winkelmandje ul.winkemand .flex--row {
  gap: 16px;
  margin-bottom: 0;
}
#winkelmandje ul.winkemand > li {
  position: relative;
  border-bottom: 1px solid #092C5D;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}
#winkelmandje ul.winkemand > li > a.single {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#winkelmandje ul.winkemand > li .content {
  flex-basis: 55%;
  gap: 32px;
  display: flex;
  align-items: center;
}
#winkelmandje ul.winkemand > li .content .image {
  width: 160px;
  height: 160px;
  float: left;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  flex-shrink: 0;
}
#winkelmandje ul.winkemand > li .content .image .favo {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 31px;
  height: 29px;
  padding: 0;
  background-color: #FFFEF2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#winkelmandje ul.winkemand > li .content .info {
  float: left;
}
#winkelmandje ul.winkemand > li .content .info h4 {
  font-size: 20px;
  line-height: 34px;
}
#winkelmandje ul.winkemand > li .content .info h4 img {
  float: right;
  padding-left: 10px;
}
#winkelmandje ul.winkemand > li .content .info .cat {
  color: #76181B;
  margin-bottom: 4px;
}
#winkelmandje ul.winkemand > li .content .info .eenheidprijs {
  color: #092C5D;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
#winkelmandje ul.winkemand > li .content .info .eenheidprijs .small {
  color: #092C5D;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
#winkelmandje ul.winkemand > li .content .info ul.extra {
  list-style-type: none;
}
#winkelmandje ul.winkemand > li .content .info ul.extra li {
  display: inline-block;
  position: relative;
  padding: 0px 10px;
}
#winkelmandje ul.winkemand > li .content .info ul.extra li:after {
  content: "|";
  position: absolute;
  top: 0;
  right: 0px;
}
#winkelmandje ul.winkemand > li .content .info ul.extra li:last-child:after {
  content: "";
}
#winkelmandje ul.winkemand > li .content .info ul.extra li:first-child {
  padding-left: 0px;
}
#winkelmandje ul.winkemand > li .content .info ul.extra li:last-child {
  padding-right: 0px;
}
#winkelmandje ul.winkemand > li .content .info p {
  margin-bottom: 0;
}
#winkelmandje ul.winkemand > li form {
  flex-basis: 30%;
  display: flex;
  align-items: center;
  position: relative;
  align-items: center;
}
#winkelmandje ul.winkemand > li form .title {
  width: 160px;
  text-align: center;
  margin-bottom: 2px;
  color: #092C5D;
}
#winkelmandje ul.winkemand > li form .left {
  flex-basis: 50%;
  width: unset !important;
}
#winkelmandje ul.winkemand > li form .left label {
  text-align: left;
  color: #092C5D;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
#winkelmandje ul.winkemand > li form .left input {
  height: 42px;
  text-align: left;
  border-color: #092C5D;
  color: #092C5D;
}
#winkelmandje ul.winkemand > li form .right {
  flex-basis: 50%;
}
#winkelmandje ul.winkemand > li form .right label {
  text-align: left;
  color: #092C5D;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
}
#winkelmandje ul.winkemand > li form .right input {
  height: 42px;
  text-align: left;
  border-color: #092C5D;
  color: #092C5D;
}
#winkelmandje ul.winkemand > li form label {
  width: 100%;
  text-align: center;
  display: block;
  font-size: 0.8em;
  margin-bottom: 4px;
}
#winkelmandje ul.winkemand > li form input {
  width: 100%;
  border: 1px solid #1A0200;
  font-size: 1em;
  padding: 0.5em;
  text-align: center;
  outline: none;
}
#winkelmandje ul.winkemand > li form input:disabled {
  background: #E7E7E5;
  color: rgb(182.04, 182.04, 175.96);
  border: 1px solid #E7E7E5;
  opacity: 0.5;
  cursor: not-allowed;
}
#winkelmandje ul.winkemand > li form input[type=submit], #winkelmandje ul.winkemand > li form button {
  flex-basis: 33%;
  float: right;
  background: #092C5D;
  border: none;
  color: white;
  height: 42px;
  font-size: 12px;
  flex-shrink: 0;
  border: 1px solid #092C5D;
  outline: none;
  transition: 0.3s all;
  cursor: pointer;
  margin-top: 18px;
}
#winkelmandje ul.winkemand > li form input[type=submit] i, #winkelmandje ul.winkemand > li form button i {
  margin-right: 0.5em;
}
#winkelmandje ul.winkemand > li form input[type=submit]:hover, #winkelmandje ul.winkemand > li form button:hover {
  background: #25408F;
  border: 1px solid #25408F;
}
#winkelmandje ul.winkemand > li form input[type=submit]:disabled, #winkelmandje ul.winkemand > li form input[type=submit].green:disabled, #winkelmandje ul.winkemand > li form button:disabled, #winkelmandje ul.winkemand > li form button.green:disabled {
  background: #E7E7E5;
  color: rgb(182.04, 182.04, 175.96);
  border: 1px solid #E7E7E5;
  cursor: default;
}
#winkelmandje ul.winkemand > li form input[type=submit]:disabled:hover, #winkelmandje ul.winkemand > li form input[type=submit].green:disabled:hover, #winkelmandje ul.winkemand > li form button:disabled:hover, #winkelmandje ul.winkemand > li form button.green:disabled:hover {
  background: #E7E7E5;
  border: 1px solid #E7E7E5;
}
#winkelmandje ul.winkemand > li form.shopcart .left {
  width: unset;
}
#winkelmandje ul.winkemand > li form.shopcart input[type=submit], #winkelmandje ul.winkemand > li form.shopcart button {
  width: 42px;
  flex-basis: 42px;
}
#winkelmandje ul.winkemand > li form.shopcart input[type=submit] i, #winkelmandje ul.winkemand > li form.shopcart button i {
  margin: 0;
}
#winkelmandje ul.winkemand > li .prijs {
  flex-basis: 15%;
  color: #18392B;
  font-size: 24px;
  line-height: 28px;
  margin-top: 18px;
}
#winkelmandje .head .totaal {
  text-align: left;
  width: 30%;
  color: #FFFEF2;
  border: 1px solid #092C5D;
}
#winkelmandje .totaal {
  text-align: left;
  flex-basis: 30%;
  color: #092C5D;
  border: 1px solid #092C5D;
  padding: 33px;
}
#winkelmandje .totaal h3 {
  font-size: 24px;
  line-height: 26px;
}
#winkelmandje .totaal .row {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 32px 0 40px;
}
#winkelmandje .totaal form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#winkelmandje .totaal form fieldset {
  margin: 0;
  width: 100%;
}
#winkelmandje .totaal form fieldset label {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}
#winkelmandje .totaal form fieldset input {
  width: 100%;
  height: 42px;
  border: 1px solid #092C5D;
  background-color: #FFFEF2;
  padding: 4px 8px;
}
#winkelmandje .totaal form fieldset textarea {
  border: 1px solid #092C5D;
  background-color: #FFFEF2;
  padding: 4px 8px;
  width: 100%;
  resize: none;
}
#winkelmandje .totaal form .flex--row {
  gap: 16px;
}
#winkelmandje .totaal ul.totaalprijs {
  list-style: none;
  display: block;
  margin-top: 1.5em;
}
#winkelmandje .totaal ul.totaalprijs li {
  float: left;
  width: 50%;
  font-size: 1.7em;
}
#winkelmandje .totaal ul.totaalprijs li:last-child {
  text-align: right;
  color: #18392B;
}
#winkelmandje .totaal input[type=submit], #winkelmandje .totaal button {
  width: 100%;
  padding: 20px 48px;
  background-color: #092C5D;
  color: #FFFEF2;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  border: 2px solid #092C5D;
  transition: all 0.3s ease;
}
#winkelmandje .totaal input[type=submit]:hover, #winkelmandje .totaal button:hover {
  background: transparent;
  color: white;
}
#winkelmandje .totaal input[type=submit]:disabled, #winkelmandje .totaal button:disabled {
  background-color: #E7E7E5;
  border-color: #E7E7E5;
  color: rgb(182.04, 182.04, 175.96);
  cursor: not-allowed;
}
#winkelmandje .totaal input[type=submit]:disabled:hover, #winkelmandje .totaal button:disabled:hover {
  background-color: #E7E7E5;
  color: rgb(182.04, 182.04, 175.96);
}

@media screen and (max-width: 1000px) {
  #winkelmandje ul.winkemand.favorites li form {
    width: 40% !important;
  }
}
@media screen and (max-width: 1050px) {
  #winkelmandje ul.winkemand {
    width: 100%;
    float: none;
  }
  #winkelmandje .winkelmand-row {
    flex-direction: column !important;
  }
  #winkelmandje .winkelmand-row .totaal {
    margin-top: 0px;
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #winkelmandje ul.winkemand li, #winkelmandje ul.winkemand.favorites li {
    flex-direction: column;
  }
  #winkelmandje ul.winkemand li .content, #winkelmandje ul.winkemand.favorites li .content {
    flex-direction: column;
    width: 100%;
  }
  #winkelmandje ul.winkemand li .content .info, #winkelmandje ul.winkemand.favorites li .content .info {
    width: 100%;
  }
  #winkelmandje ul.winkemand li form, #winkelmandje ul.winkemand.favorites li form {
    width: 100%;
    order: 2;
  }
  #winkelmandje ul.winkemand li form .left, #winkelmandje ul.winkemand.favorites li form .left {
    flex-shrink: 1;
  }
  #winkelmandje ul.winkemand li form .right, #winkelmandje ul.winkemand.favorites li form .right {
    flex-shrink: 1;
  }
  #winkelmandje ul.winkemand li form button[type=submit], #winkelmandje ul.winkemand.favorites li form button[type=submit] {
    flex-shrink: 0;
  }
  #winkelmandje ul.winkemand li .prijs, #winkelmandje ul.winkemand.favorites li .prijs {
    margin: 0;
    text-align: left;
    order: 1;
    width: 100%;
  }
  #winkelmandje ul.winkemand li .prijs div, #winkelmandje ul.winkemand.favorites li .prijs div {
    justify-content: flex-start !important;
  }
  #winkelmandje ul.winkemand li:last-of-type, #winkelmandje ul.winkemand.favorites li:last-of-type {
    border-bottom: none;
  }
  #winkelmandje .flex--row {
    flex-direction: column;
  }
  #winkelmandje .flex--row:first-of-type {
    flex-direction: row;
    margin-bottom: 32px;
  }
  #winkelmandje .flex--row:first-of-type h2 {
    margin-bottom: 0;
  }
  #winkelmandje .flex--row form .flex--row {
    flex-direction: row;
  }
  #winkelmandje .logout {
    margin-bottom: 4px;
  }
  #winkelmandje .remove-product {
    top: 18px;
  }
}
@media screen and (max-width: 500px) {
  #winkelmandje ul.winkemand li form.shopcart, #winkelmandje ul.winkemand.favorites li form.shopcart {
    flex-direction: column;
  }
  #winkelmandje ul.winkemand li form.shopcart .left, #winkelmandje ul.winkemand li form.shopcart .right, #winkelmandje ul.winkemand li form.shopcart button, #winkelmandje ul.winkemand.favorites li form.shopcart .left, #winkelmandje ul.winkemand.favorites li form.shopcart .right, #winkelmandje ul.winkemand.favorites li form.shopcart button {
    width: 100% !important;
    height: 42px;
    margin: 0;
  }
  #winkelmandje ul.winkemand li form.shopcart button, #winkelmandje ul.winkemand.favorites li form.shopcart button {
    margin-top: 10px;
    flex-basis: unset;
  }
  #winkelmandje .flex--row {
    flex-direction: column;
    gap: 16px;
  }
  #winkelmandje .flex--row form {
    row-gap: 16px !important;
  }
  #winkelmandje .flex--row form .flex--row {
    flex-direction: column;
    margin-bottom: 0;
  }
  #winkelmandje .flex--row form .flex--row fieldset {
    width: 100%;
  }
  #winkelmandje .logout {
    margin-bottom: 10px;
  }
}
.fa-star-o:hover {
  color: orange;
}

.fa-star {
  color: orange;
}

.new-price {
  color: #1A0200;
}

.active-promo {
  margin-bottom: 5px;
}
.active-promo a {
  padding-left: 10px;
}

#winkelmandje ul.winkemand.favorites {
  width: 100%;
}

#winkelmandje ul.winkemand.favorites li form {
  width: 30%;
}

.favorieten-row {
  align-items: flex-start;
  gap: 40px;
  margin-top: 24px;
}
.favorieten-row .favorieten-lijst {
  flex: 1;
  min-width: 0;
}
.favorieten-row .favorieten-lijst ul.winkemand.favorites > li .content .image {
  width: 120px;
  height: 120px;
}
.favorieten-row .favorieten-lijst ul.winkemand.favorites > li .content .info .cat {
  color: #76181B;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25em;
}
.favorieten-row .favorieten-lijst ul.winkemand.favorites > li form {
  gap: 16px;
}

#winkelmandje .favorieten-row .favorieten-lijst ul.winkemand.favorites > li {
  display: flex;
  gap: 32px;
}
#winkelmandje .favorieten-row .favorieten-lijst ul.winkemand.favorites > li .image {
  width: 256px;
  height: 272px;
  flex-shrink: 0;
  position: relative;
  background-position: center;
}
#winkelmandje .favorieten-row .favorieten-lijst ul.winkemand.favorites > li .image .favo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 31px;
  height: 29px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFEF2;
}
#winkelmandje .favorieten-row .favorieten-lijst ul.winkemand.favorites > li .image .favo::before {
  padding: 0;
}
#winkelmandje .favorieten-row .favorieten-lijst ul.winkemand.favorites > li .content {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  align-items: flex-start;
}
#winkelmandje .favorieten-row .favorieten-lijst ul.winkemand.favorites > li .content .prijs p {
  margin-bottom: 0;
}
#winkelmandje .favorieten-row .favorieten-lijst ul.winkemand.favorites > li form {
  width: 100%;
}
#winkelmandje .favorieten-row .favorieten-lijst ul.winkemand.favorites > li form .left {
  flex-shrink: 1;
}
#winkelmandje .favorieten-row .favorieten-lijst ul.winkemand.favorites > li form .right {
  flex-shrink: 1;
}
#winkelmandje .favorieten-row .favorieten-lijst ul.winkemand.favorites > li form button[type=submit] {
  border: 1px solid #092C5D;
  color: #FFFEF2;
  background-color: #092C5D;
}
#winkelmandje .favorieten-row .favorieten-lijst ul.winkemand.favorites > li {
  border-top: 1px solid #092C5D;
}

@media screen and (max-width: 950px) {
  .favorieten-row {
    flex-direction: column;
  }
}
#resetpassword {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/images/bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#resetpassword .box {
  min-width: 400px;
  max-width: 400px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 2em;
  background: white;
}
#resetpassword .box .panel-heading {
  font-size: 2em;
  color: #1A0200;
  margin-bottom: 1em;
  font-family: "Rockness";
  text-align: center;
}
#resetpassword .box input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #E7E7E5;
  padding: 10px;
  font-size: 1em;
  width: 100%;
  margin-bottom: 1em;
  outline: none;
}
#resetpassword .box button {
  width: 100%;
  background: #1A0200;
  border: none;
  color: white;
  padding: 10px;
  font-size: 1em;
  outline: none;
  transition: 0.3s all;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#resetpassword .box button:hover {
  background: #25408F;
}
#resetpassword .box .alert-success {
  color: #18392B;
  text-align: center;
  margin-bottom: 10px;
}
#resetpassword .box .help-block {
  color: red;
  text-align: center;
  margin-bottom: 10px;
}

.searchform {
  display: flex;
}
.searchform input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 50px;
  border: 1px solid #092C5D;
  background-color: #FFFEF2;
  color: #092C5D;
  padding: 0 16px;
  font-size: 1em;
  outline: none;
  flex: 1;
}
.searchform input[type=submit] {
  flex: 0 0 150px;
  width: 150px;
  height: 50px;
  background: #092C5D;
  border: 1px solid #092C5D;
  color: #FFFEF2;
  text-transform: uppercase;
  transition: 0.3s all;
  cursor: pointer;
}
.searchform input[type=submit]:hover {
  background: transparent;
  color: #092C5D;
}

.searchform.search-products {
  margin-bottom: 16px;
  width: 100%;
}
.searchform.search-products input[type=submit] {
  padding: 19px 32px;
  font-size: 12px;
  line-height: 12px;
}

.zoekopdracht {
  text-align: left;
  color: #092C5D;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
}

#filterform {
  max-width: 200px;
  float: right;
  width: 100%;
}

.winkelmandjeform label, #filterform label {
  width: 100%;
  margin-bottom: 0.2em;
  display: block;
}
.winkelmandjeform select, #filterform select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #E7E7E5;
  padding: 7px;
  font-size: 0.9em;
  margin-right: 10px;
  outline: none;
  background-color: transparent;
  background: url(/images/downarrow.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 98% center;
  border-radius: 0;
}
.winkelmandjeform .select2-selection, #filterform .select2-selection {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #E7E7E5;
  padding: 7px;
  font-size: 0.9em;
  margin-right: 10px;
  outline: none;
  background-color: transparent;
  background: url(/images/downarrow.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 98% center;
  border-radius: 0;
  height: auto;
}
.winkelmandjeform .select2-selection .select2-selection__rendered, #filterform .select2-selection .select2-selection__rendered {
  line-height: normal;
}
.winkelmandjeform .select2-selection .select2-selection__arrow, #filterform .select2-selection .select2-selection__arrow {
  display: none;
}
.winkelmandjeform #klantid select, .winkelmandjeform #klantid .select2-selection, #filterform #klantid select, #filterform #klantid .select2-selection {
  background-color: #FFFEF2;
  border: 1px solid #092C5D;
  height: 42px;
}
.winkelmandjeform #klantid .select2-selection .select2-selection__rendered, #filterform #klantid .select2-selection .select2-selection__rendered {
  line-height: 40px;
  color: #092C5D;
}
.winkelmandjeform input, .winkelmandjeform textarea, #filterform input, #filterform textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #E7E7E5;
  padding: 7px;
  font-size: 0.9em;
  width: 100%;
  outline: none;
}
.winkelmandjeform fieldset, #filterform fieldset {
  float: left;
  width: calc(50% - 0.5em);
  margin: 0.5em;
  border: none;
}
.winkelmandjeform fieldset:nth-child(2n), #filterform fieldset:nth-child(2n) {
  margin-left: 0;
}
.winkelmandjeform fieldset:nth-child(2n+1), #filterform fieldset:nth-child(2n+1) {
  margin-right: 0;
}
.winkelmandjeform fieldset.full, #filterform fieldset.full {
  width: 100%;
  margin: 0.5em 0em;
}

.accountgegevens label {
  width: 100%;
  margin-bottom: 0.2em;
  display: block;
}
.accountgegevens input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #E7E7E5;
  padding: 7px;
  font-size: 0.9em;
  width: 100%;
  outline: none;
}
.accountgegevens input:disabled {
  background-color: #E7E7E5;
  cursor: not-allowed;
}
.accountgegevens input[type=submit] {
  padding: 20px 48px;
  background-color: #092C5D;
  color: #FFFEF2;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  border: 2px solid #092C5D;
  transition: all 0.3s ease;
  width: 320px;
}
.accountgegevens fieldset {
  float: left;
  width: calc(50% - 1em);
  border: none;
}
.accountgegevens p {
  margin: 0.5em;
}

.filter-products {
  display: flex;
  margin-bottom: 20px;
}
.filter-products form {
  display: flex;
  width: 100%;
}
.filter-products form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #092C5D;
  padding: 7px;
  font-size: 0.9em;
  margin-right: 10px;
  outline: none;
  background-color: transparent;
  background: url(/images/downarrow.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 98% center;
  border-radius: 0;
}
.filter-products form input[type=submit] {
  background: #092C5D;
  color: #FFFEF2;
  transition: 0.3s all;
  cursor: pointer;
  padding: 19px 32px;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  border: 1px solid #092C5D;
}
.filter-products form input[type=submit]:hover {
  border: 1px solid #25408F;
  background: #25408F;
}

@media screen and (max-width: 400px) {
  .winkelmandjeform fieldset {
    float: none;
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .filter-products select {
    width: 100%;
    margin: 0;
    float: none;
  }
  .filter-products input[type=submit] {
    float: right;
  }
}
.user-table table {
  border-collapse: collapse;
  width: 100%;
}
.user-table td, .user-table th {
  border: none;
  text-align: left;
  padding: 8px;
}
.user-table th {
  background-color: #092C5D;
  color: #FFFEF2;
  font-weight: bold;
  text-transform: uppercase;
}
.user-table tr:nth-child(even) {
  background-color: rgba(9, 44, 93, 0.1);
}
.user-table i {
  margin-left: 10px;
}

/*@media screen and (max-width: 768px){
    #filterprod{
        text-align: left;
        fieldset{
            width: calc(49% - 2em);
        }
    }
}
@media screen and (max-width: 550px){
    #filterprod{
        fieldset{
            width: calc(99% - 2em);
        }
    }

    .searchform.search-products{
        max-width: none;
        width: 100%;
        float: left;
        margin-top: 2em;
        input{
            padding: 5px 10px;
            width: calc(100% - 80px);
        }
        input[type="submit"]{
            width: 80px;
            font-family:"fieldwork";
            font-size: 1em;
        }
    }
}
*/
.bestellingenkop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.bestellingenkop h2.underlined {
  flex: 1;
  margin-bottom: 0;
}
.bestellingenkop .searchform {
  flex: 0 0 320px;
  margin-bottom: 0;
}

.searchform.searchform-icon input {
  border-left: none;
  padding-left: 8px;
}
.searchform.searchform-icon .search-icon {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  padding: 0;
  background: #FFFEF2;
  border: 1px solid #092C5D;
  border-right: none;
  color: #092C5D;
  text-align: center;
  cursor: pointer;
}
.searchform.searchform-icon .search-icon:hover {
  background: #092C5D;
  color: #FFFEF2;
}

#winkelmandje .bestellingenlijst {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
#winkelmandje .bestellingenlijst .bestellingenrij {
  display: flex;
  align-items: center;
  padding: 24px 32px;
  border-bottom: 1px solid #092C5D;
  color: #092C5D;
  font-size: 16px;
}
#winkelmandje .bestellingenlijst .bestellingenrij .bestelnummer {
  flex: 0 0 30%;
  padding: 0;
}
#winkelmandje .bestellingenlijst .bestellingenrij .datum {
  flex: 0 0 45%;
  padding: 0;
}
#winkelmandje .bestellingenlijst .bestellingenrij .totaal {
  padding: 0;
  flex: 0 0 25%;
  text-align: right;
  border: none;
  color: #18392B;
}
#winkelmandje .bestellingenlijst .bestellingenrij.head {
  background: #092C5D;
  color: #FFFEF2;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  border-bottom: none;
  padding: 16px 32px;
}
#winkelmandje .bestellingenlijst .bestellingenrij.head .bestelnummer {
  padding: 0;
}
#winkelmandje .bestellingenlijst .bestellingenrij.head .klant {
  padding: 0;
}
#winkelmandje .bestellingenlijst .bestellingenrij.head .datum {
  padding: 0;
}
#winkelmandje .bestellingenlijst .bestellingenrij.head .totaal {
  border: none;
  padding: 0;
  color: #FFFEF2;
}
#winkelmandje .bestellingenlijst .bestellingenrij:not(.head):hover {
  background: rgba(9, 44, 93, 0.05);
}
#winkelmandje .bestellingenlijst.beheer .bestellingenrij .bestelnummer {
  flex: 0 0 15%;
}
#winkelmandje .bestellingenlijst.beheer .bestellingenrij .klant {
  flex: 0 0 30%;
}
#winkelmandje .bestellingenlijst.beheer .bestellingenrij .datum {
  flex: 0 0 30%;
}
#winkelmandje .bestellingenlijst.beheer .bestellingenrij .totaal {
  padding: 0;
}

.bestellingenvoet {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}
.bestellingenvoet .showing-results {
  margin-bottom: 0;
  color: #092C5D;
  text-transform: uppercase;
  font-size: 12px;
}
.bestellingenvoet ul.pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  text-align: left;
}
.bestellingenvoet ul.pagination li {
  display: block;
}
.bestellingenvoet ul.pagination li:hover {
  color: #FFFEF2;
  background: #092C5D;
  border-color: #092C5D;
}
.bestellingenvoet ul.pagination li.active {
  background: #092C5D;
  border-color: #092C5D;
  color: #FFFEF2;
}
.bestellingenvoet ul.pagination li.disabled:hover {
  color: #25408F;
  background: #E7E7E5;
}

.bestellingblok {
  float: left;
  background: rgba(37, 64, 143, 0.7);
  width: calc(25% - 1em);
  margin: 0.5em;
  padding: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}
.bestellingblok:hover {
  background: #25408F;
}
.bestellingblok p {
  margin-bottom: 0;
}

ul.pagination {
  text-align: center;
  list-style: none;
  margin-top: 2em;
}
ul.pagination li {
  display: inline-block;
  border: 1px solid #E7E7E5;
  width: 30px;
  height: 30px;
  font-size: 1.2em;
  color: #25408F;
  transition: 0.3s all;
  position: relative;
}
ul.pagination li:hover {
  color: white;
  background: #1A0200;
}
ul.pagination li a, ul.pagination li span {
  transition: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
ul.pagination li.active {
  background: #1A0200;
  color: white;
}
ul.pagination li.disabled {
  background: #E7E7E5;
  opacity: 0.4;
}
ul.pagination li.disabled:hover {
  color: #25408F;
}

.re-order a {
  background: #18392B;
  display: inline-block;
  color: #FFFEF2;
  padding: 16px 43px;
  border: 2px solid #18392B;
  transition: all 0.3s ease;
}
.re-order a:hover {
  background-color: #FFFEF2;
  color: #18392B;
}

.bestelnummerblok {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 50px 40px;
  display: flex;
  color: #FFFEF2;
  background: #092C5D;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}
.bestelnummerblok .kolom {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.bestelnummerblok .kolom .label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  color: #FFFEF2;
  opacity: 0.7;
  margin-bottom: 4px;
}
.bestelnummerblok .kolom .waarde {
  font-size: 1.1em;
}
.bestelnummerblok .kolom .waarde .sub {
  display: block;
  font-size: 0.7em;
  opacity: 0.7;
  margin-top: 2px;
}
.bestelnummerblok .kolom.totaal {
  text-align: right;
}
.bestelnummerblok .kolom.totaal .waarde {
  font-size: 1.6em;
}

.bestelnummerblok.beheer {
  background: #092C5D;
  justify-content: space-between;
  align-items: stretch;
  gap: 24px;
}
.bestelnummerblok.beheer .kolom {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.bestelnummerblok.beheer .kolom .label {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  color: #FFFEF2;
  opacity: 0.7;
  margin-bottom: 4px;
}
.bestelnummerblok.beheer .kolom .waarde {
  font-size: 1.1em;
}
.bestelnummerblok.beheer .kolom .waarde .sub {
  display: block;
  font-size: 0.7em;
  opacity: 0.7;
  margin-top: 2px;
}
.bestelnummerblok.beheer .kolom.totaal {
  text-align: right;
}
.bestelnummerblok.beheer .kolom.totaal .waarde {
  font-size: 1.6em;
}

.bestellingnummerleftblok {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease;
  padding-bottom: 16px;
}
.bestellingnummerleftblok:hover {
  border-bottom: 1px solid #092C5D;
}
.bestellingnummerleftblok .info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.bestellingnummerleftblok .info .datum {
  font-size: 12px;
  line-height: 12px;
  color: #092C5D;
  margin-bottom: 4px;
}
.bestellingnummerleftblok .info .artikelcode {
  font-size: 24px;
  line-height: 20px;
  color: #092C5D;
  margin-bottom: 0;
}
.bestellingnummerleftblok p:last-child {
  font-size: 20px;
  line-height: 24px;
  color: #18392B;
}

@media screen and (max-width: 1130px) {
  .bestellingblok {
    width: calc(33.33% - 1em);
  }
}
@media screen and (max-width: 900px) {
  .bestellingblok {
    width: calc(50% - 1em);
  }
}
@media screen and (max-width: 600px) {
  .bestellingblok {
    width: calc(100% - 1em);
  }
}
.toestemming {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.9em;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.toestemming input {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.toestemming .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 2px solid #092C5D;
}

.toestemming .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 3px;
  top: 1px;
  width: 3px;
  height: 5px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.toestemming input:checked ~ .checkmark {
  background-color: #1A0200;
}

.toestemming input:checked ~ .checkmark:after {
  display: block;
}

a.back {
  padding-top: 50px;
  color: #092C5D;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
}

.singleproductgrid {
  position: relative;
}
.singleproductgrid .left {
  width: 45%;
  float: left;
  text-align: center;
}
.singleproductgrid .left img {
  width: 100%;
}
.singleproductgrid .right {
  width: 50%;
  float: right;
}
.singleproductgrid h2 {
  padding: 0;
  margin-bottom: 0.2em !important;
  display: inline-block;
}
.singleproductgrid h3 {
  margin-top: 0 !important;
  margin-bottom: 2em !important;
}
.singleproductgrid .favo {
  position: absolute;
  right: 0;
  top: 0;
  width: 31px;
  height: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #092C5D;
  padding-right: 0;
}
.singleproductgrid .favo::before {
  content: "\f08a";
  color: #FFFEF2;
  transition: color 0.3s ease;
}
.singleproductgrid .favo:hover::before {
  color: #76181B;
}
.singleproductgrid .prijs {
  width: 100%;
  color: #18392B;
  font-size: 2em;
  margin-top: 32px;
}
.singleproductgrid .prijs p {
  margin-bottom: 0;
  display: inline-block;
}
.singleproductgrid .prijs span {
  color: #1A0200;
  text-decoration: none;
  font-size: 0.6em;
  margin-right: 0.5em;
}
.singleproductgrid .artikel-info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  border-bottom: 1px solid #092C5D;
  margin-top: 65px;
  padding-bottom: 32px;
}
.singleproductgrid .artikel-info .item {
  flex-basis: 50%;
  color: #092C5D;
}
.singleproductgrid .artikel-info .item .title {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 12px;
}
.singleproductgrid .artikel-info .item .info {
  font-size: 16px;
  line-height: 24px;
}
.singleproductgrid .winkelmandje .flex--row {
  gap: 16px;
}
.singleproductgrid .winkelmandje .flex--row .left {
  flex-basis: 50%;
  text-align: left;
}
.singleproductgrid .winkelmandje .flex--row .left label {
  font-size: 12px;
  line-height: 12px;
  text-align: left;
}
.singleproductgrid .winkelmandje .flex--row .right {
  font-size: 12px;
  line-height: 12px;
  flex-basis: 50%;
  text-align: left;
}
.singleproductgrid .winkelmandje .flex--row .right label {
  text-align: left;
}
.singleproductgrid .winkelmandje .flex--row .full-width {
  width: 100%;
}
.singleproductgrid .winkelmandje .weight {
  font-size: 12px;
  line-height: 12px;
  color: #092C5D;
  text-transform: uppercase;
}
.singleproductgrid form {
  width: 100%;
  margin-top: 40px;
}
.singleproductgrid form .title {
  width: 160px;
  text-align: center;
  margin-bottom: 2px;
}
.singleproductgrid form .left, .singleproductgrid form .right {
  width: 80px;
  float: left;
}
.singleproductgrid form .left input, .singleproductgrid form .right input {
  height: 56px;
  text-align: left;
  padding-left: 13px;
}
.singleproductgrid form .left label, .singleproductgrid form .right label {
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
  color: #092C5D;
  display: block;
  text-transform: uppercase;
}
.singleproductgrid form input {
  width: 100%;
  border: 1px solid #1A0200;
  font-size: 1em;
  padding: 0.5em;
  text-align: center;
  outline: none;
}
.singleproductgrid form input:disabled {
  background-color: #FFFEF2;
  color: #092C5D;
  border-color: #092C5D;
  cursor: not-allowed;
  box-shadow: none;
}
.singleproductgrid form button:disabled, .singleproductgrid form button.green:disabled {
  /* background: $grey;
   color: darken($grey, 20);
   border: 1px solid $grey;
   cursor: default;
   &:hover{
       background: $grey;
       border: 1px solid $grey;
   }
   */
}
.singleproductgrid form button {
  margin-top: 24px;
  padding: 20px 48px;
  background-color: #092C5D;
  color: #FFFEF2;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  border: 2px solid #092C5D;
  transition: all 0.3s ease;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.singleproductgrid form button:hover {
  background-color: #FFFEF2;
  color: #092C5D;
}
.singleproductgrid form button:hover::before {
  background-color: #092C5D;
}
.singleproductgrid form button::before {
  content: "";
  width: 10px;
  height: 12px;
  display: block;
  background-color: #FFFEF2;
  -webkit-mask-image: url(../images/cart-icon.svg);
  mask-image: url(../images/cart-icon.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: all 0.3s ease;
}
.singleproductgrid form button {
  /*
      i{
          margin-right: 0.5em;
      }
      &:hover{
          background: $darkblue;
          border: 1px solid $darkblue;
      }

      &.green{
          background-color: $green;
          border: 1px solid $green;
      }
  */
}

@media screen and (max-width: 1200px) {
  .singleproductgrid .artikel-info {
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .singleproductgrid .left {
    width: 100%;
  }
  .singleproductgrid .right {
    width: 100%;
    margin-right: 0%;
    margin-top: 30px;
  }
  .singleproductgrid .right .favo {
    right: 20px;
    top: 20px;
  }
  .singleproductgrid .artikel-info {
    margin-top: 30px;
  }
  .singleproductgrid .flex--row .right {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .singleproductgrid form .title {
    width: 100%;
  }
  .singleproductgrid form .left, .singleproductgrid form .right {
    width: 50%;
  }
  .singleproductgrid form button {
    width: 100%;
  }
}
header {
  height: 65px;
  background-color: #FFFEF2;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #092C5D;
  display: flex !important;
  align-items: center;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}
header .container::before, header .container::after {
  content: none;
}
header .container .logo {
  display: block;
  margin: 0;
}
header .container .logo img {
  max-width: 100%;
}
header .container nav {
  margin: 0 16px 0 0;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
header .container nav > a {
  color: #092C5D;
  padding-right: 50px;
  border-right: 1px solid #092C5D;
}
header .container nav ul {
  margin: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 32px;
}
header .container nav ul li {
  text-align: center;
  position: relative;
}
header .container nav ul li.submenu:hover ul {
  display: flex;
}
header .container nav ul li ul {
  z-index: 100;
  position: absolute;
  top: 20px;
  display: none;
  flex-wrap: wrap;
  min-width: 440px;
  gap: 0;
  background-color: #092C5D;
  transform: translateX(calc(-50% + 37.5px));
  border: 1px solid #092C5D;
}
header .container nav ul li ul li {
  flex-basis: 50%;
  display: block;
}
header .container nav ul li ul li a {
  display: block;
  color: #FFFEF2;
  width: 100%;
  padding: 7px 0;
  cursor: pointer;
}
header .container nav ul li ul li a:hover {
  background-color: #FFFEF2;
  color: #092C5D;
}
header .container nav ul li a {
  color: #092C5D;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}
header .container nav ul li a.active {
  position: relative;
}
header .container nav ul li a.active::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #092C5D;
}
header .container .language {
  color: #092C5D;
}
header .container .language a {
  color: #092C5D;
  text-transform: uppercase;
}
header .container #trigger {
  display: none;
}

#clearing {
  display: none;
}

header .container #trigger {
  display: none;
  float: right;
  width: 25px;
  height: 15px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  color: #092C5D;
}
header .container #trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  margin-top: 1px;
  background: #092C5D;
}
header .container #trigger span:nth-child(1) {
  top: 0px;
}
header .container #trigger span:nth-child(2), header .container #trigger span:nth-child(3) {
  top: 5px;
}
header .container #trigger span:nth-child(4) {
  top: 10px;
}
header .container #trigger.open * {
  background-color: #FFFEF2;
}
header .container #trigger.open span:nth-child(1) {
  display: none;
}
header .container #trigger.open span:nth-child(2) {
  transform: rotate(45deg);
}
header .container #trigger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
header .container #trigger.open span:nth-child(4) {
  display: none;
}

@media screen and (max-width: 850px) {
  header .container #clearing {
    display: block;
  }
  header .container #trigger {
    display: block;
    z-index: 1001;
  }
  header .container nav ul.menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    flex-direction: column;
    background-color: #092C5D;
    justify-content: center;
  }
  header .container nav ul.menu.open {
    display: flex;
  }
  header .container nav ul.menu li {
    text-align: center;
    width: 100%;
    float: none;
  }
  header .container nav ul.menu li a {
    width: 100%;
    color: #FFFEF2;
  }
  header .container nav ul.menu li a:after {
    display: none;
    color: #FFFEF2;
  }
  header .container nav ul.menu li.language {
    width: auto;
  }
  header .container nav ul.menu li.language a {
    display: inline-block;
    width: auto;
    color: #FFFEF2;
  }
  header .container nav ul.menu li.submenu {
    position: relative;
  }
  header .container nav ul.menu li.submenu:hover ul {
    display: none;
    float: none;
  }
  header .container nav ul.menu li.submenu ul {
    transform: none;
    position: static;
    width: 100%;
    padding: 0;
    min-width: auto;
    z-index: 100;
  }
  header .container nav ul.menu li.submenu ul.open {
    display: flex;
  }
  header .container nav ul.menu li.submenu ul li {
    background: transparent;
    width: 100%;
    float: none;
    border-bottom: 1px solid #FFFEF2;
  }
  header .container nav ul.menu li.submenu ul li a {
    display: inline-block;
    color: #FFFEF2;
    font-size: 0.8em;
  }
}
footer {
  background-color: #092C5D;
  margin: 0;
  padding: 0;
  color: #FFFEF2;
  padding: 48px 0;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .container p {
  margin: 0;
}
footer .container .link {
  color: #FFFEF2;
  text-decoration: underline;
}
footer .container::before, footer .container::after {
  content: none;
}
footer .container ul {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
  list-style: none;
}
footer .container ul li {
  padding-right: 10px;
  text-transform: uppercase;
  border-right: 2px solid #FFFEF2;
  font-size: 12px;
  line-height: 16px;
}
footer .container ul li:last-of-type {
  border: none;
}

@media screen and (max-width: 900px) {
  footer .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  footer .container ul {
    flex-direction: column;
  }
  footer .container ul li {
    border: none;
    padding: 0;
  }
}
.btn {
  width: 100%;
  height: 52px;
  background-color: #092C5D;
  color: #FFFEF2;
  text-transform: uppercase;
  font-size: 12px;
  cursor: pointer;
  border: 2px solid #092C5D;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #FFFEF2;
  color: #092C5D;
}
.btn.red {
  background-color: #FFFEF2;
  border: 1px solid #76181B;
  color: #76181B;
}
.btn.red:hover {
  background-color: #76181B;
  color: #FFFEF2;
}

.full .btn {
  width: 100%;
}

.banner-btn {
  padding: 16px 32px;
  display: block;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

h2 {
  padding-top: 50px;
  font-size: 48px;
  line-height: 48px;
  color: #092C5D;
  text-transform: uppercase;
  font-family: "DGMSprinter";
  font-weight: 500;
}
h2.underlined {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 2px solid #092C5D;
}

h3 {
  font-size: 30px;
  line-height: 48px;
  color: #092C5D;
  text-transform: uppercase;
  font-family: "DGMSprinter";
  font-weight: 500;
}
h3.underlined {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 2px solid #092C5D;
}

h4 {
  font-size: 20px;
  line-height: 24px;
  color: #092C5D;
  font-family: "DGMSprinter";
  font-weight: 500;
}
h4.underlined {
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 2px solid #092C5D;
}
h4.red {
  color: #76181B;
  text-transform: uppercase;
}

h5 {
  font-size: 12px;
  line-height: 16px;
  color: #092C5D;
  font-family: "DGMSprinter";
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h2.underlined {
    padding-bottom: 7px;
  }
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
  h4 {
    font-size: 14px;
    line-height: 18px;
  }
  h5 {
    font-size: 12px;
    line-height: 16px;
  }
}
@media screen and (max-width: 700px) {
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  h4 {
    font-size: 14px;
    line-height: 18px;
  }
  h5 {
    font-size: 12px;
    line-height: 16px;
  }
}
form fieldset {
  border: none;
}
form fieldset.full {
  width: 100%;
}
form fieldset input {
  color: #092C5D;
}
form fieldset label {
  font-size: 12px;
  color: #092C5D;
  margin-bottom: 4px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
}
form .check-wrapper {
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 12px;
}
form .check-wrapper input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 25px;
  height: 25px;
  border: 2px solid #18392B;
  background-color: transparent;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition: background-color 0.3s ease;
}
form .check-wrapper input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 6.5px;
  top: 2px;
  border: 2px solid #FFFEF2;
  border-top: none;
  border-left: none;
  width: 6px;
  height: 11px;
  transform: scale(0) rotate(-45deg);
  transition: transform 0.3s ease;
}
form .check-wrapper input[type=checkbox]:checked {
  background-color: #18392B;
}
form .check-wrapper input[type=checkbox]:checked::after {
  transform: scale(1) rotate(45deg);
}
form .check-wrapper span, form .check-wrapper label {
  text-transform: uppercase;
  color: #18392B;
  cursor: pointer;
  margin: 0;
}
form input[type=number] {
  width: 100%;
  height: 30px;
  border: 1px solid #092C5D;
  background-color: #FFFEF2;
  padding: 4px 8px;
}
form input[type=number]:disabled {
  cursor: not-allowed;
}
form input[type=text], form input[type=email], form input[type=password] {
  width: 100%;
  height: 50px;
  border: 1px solid #092C5D;
  background-color: #FFFEF2;
  padding: 12px 16px;
}
form input[type=text]:disabled, form input[type=email]:disabled, form input[type=password]:disabled {
  background-color: #092C5D;
  color: #FFFEF2;
  opacity: 1;
  cursor: not-allowed;
}
form select {
  width: 100%;
  height: 50px;
  border: 1px solid #092C5D;
  background-color: #FFFEF2;
  padding: 12px 16px;
}
form select:disabled {
  background-color: #092C5D;
  color: #FFFEF2;
  opacity: 1;
  cursor: not-allowed;
}

.gegevens {
  flex-basis: 70%;
}
.gegevens form {
  flex-direction: column;
  align-items: flex-start !important;
}
.gegevens form .flex--row {
  width: 100%;
}
.gegevens form .btn {
  width: calc(50% - 8px);
}

.flex--row {
  display: flex;
  flex-direction: row;
}

.flex--align-top {
  align-items: flex-start !important;
}

#filterprod {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
#filterprod fieldset {
  margin: 0;
  border: none;
}
#filterprod .filter-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 24px;
  flex-basis: 70%;
  flex-wrap: nowrap;
}
#filterprod .filter-wrapper .flex--row {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
#filterprod .filter-wrapper .flex--row fieldset {
  flex-basis: 50%;
}
#filterprod .filter-wrapper .flex--row fieldset select {
  width: 100%;
  border: 2px solid #092C5D;
  background-color: #FFFEF2;
  padding: 12px 16px;
  height: 52px;
}
#filterprod .filter-controls {
  flex-basis: 30%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}
#filterprod .filter-controls fieldset {
  flex-basis: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
#filterprod .filter-controls .check-wrapper {
  padding-bottom: 15px;
}

.filter {
  justify-content: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}

#filterprod.filterform-favorites {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-self: flex-start;
  flex: 0 0 30%;
  margin: 0;
  gap: 24px;
}
#filterprod.filterform-favorites .filter-wrapper {
  flex-direction: column;
}
#filterprod.filterform-favorites .filter-wrapper fieldset {
  width: 100%;
}
#filterprod.filterform-favorites .filter-wrapper fieldset select {
  width: 100%;
  border: 2px solid #092C5D;
  background-color: #FFFEF2;
  padding: 12px 16px;
  height: 52px;
}
#filterprod.filterform-favorites .filter-wrapper fieldset .select2-container {
  width: 100% !important;
}
#filterprod.filterform-favorites .filter-wrapper fieldset .select2-selection {
  width: 100%;
  height: 52px;
  border: 2px solid #092C5D;
  background-color: #FFFEF2;
  border-radius: 0;
}
#filterprod.filterform-favorites .filter-wrapper fieldset .select2-selection .select2-selection__rendered {
  line-height: 48px;
  padding-left: 16px;
  color: #092C5D;
}
#filterprod.filterform-favorites .filter-wrapper fieldset .select2-selection .select2-selection__arrow {
  height: 50px;
}
#filterprod.filterform-favorites .filter-controls {
  flex-basis: auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 16px;
}
#filterprod.filterform-favorites .filter-controls fieldset {
  flex-basis: auto;
  justify-content: flex-start;
}
#filterprod.filterform-favorites .filter-controls .check-wrapper {
  justify-content: flex-start;
}
#filterprod.filterform-favorites .filter-controls .search-button {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #filterprod {
    gap: 32px;
    flex-direction: column;
  }
  #filterprod .filter-wrapper {
    flex-basis: 50%;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #filterprod .filter-wrapper .flex--row {
    flex-direction: column;
    width: unset;
    flex-basis: 50%;
  }
  #filterprod .filter-wrapper .flex--row fieldset {
    width: 100%;
  }
  #filterprod .filter-controls {
    flex-basis: 50%;
    align-items: center;
  }
  #filterprod .filter-controls fieldset {
    justify-content: center;
  }
  #filterprod .filter-controls fieldset .btn {
    height: 50px;
  }
  #filterprod .filter-controls .check-wrapper {
    padding: 0;
    align-items: center;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 600px) {
  #filterprod {
    gap: 24px;
    flex-direction: column;
  }
  #filterprod .filter-wrapper {
    flex-basis: 50%;
    flex-direction: column;
  }
  #filterprod .filter-wrapper .flex--row {
    width: 100%;
    flex-direction: column;
  }
  #filterprod .filter-controls {
    flex-direction: row;
    flex-basis: 50%;
  }
  #filterprod .filter-controls fieldset {
    justify-content: left;
  }
  #filterprod .filter-controls .check-wrapper {
    justify-content: flex-start;
  }
}
