/* external css */
@import url(bootstrap.min.css);
@import url(fontawesome.min.all.css);
@import url(magnific-popup.css);
@import url(paymentfont.min.css);
@import url(jquery.modal.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
/* reset & vars */
/*****************************************************************************************
** BOX MODEL                                                                            **
*****************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;0,800;1,400;1,600&display=swap");
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*****************************************************************************************
** RESET                                                                                **
*****************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*****************************************************************************************
** VARIABLES  & MIXINS                                                                  **
*****************************************************************************************/
/* responsive breakpoints */
/* colors */
/* fonts */
/* mixins */
/* defaults */
/*****************************************************************************************
** GENERAL 		                                                                        **
*****************************************************************************************/
body {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  color: black;
  font-size: 16px; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

.responsiveimg {
  width: 100%;
  height: auto !important;
  display: block; }

div.clear {
  width: 100%;
  float: left;
  clear: both;
  display: block; }

.as-h1,
h1 {
  color: black;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  padding: 10px 0px 25px 0px;
  text-transform: uppercase;
  position: relative;
  vertical-align: middle; }
  .as-h1.center,
  h1.center {
    text-align: center; }
  @media screen and (min-width: 767px) {
    .as-h1,
    h1 {
      font-size: 24px;
      padding: 10px 0px 25px 0px; } }
  @media screen and (min-width: 989px) {
    .as-h1,
    h1 {
      font-size: 35px;
      padding: 10px 0px 35px 0px; } }
  @media screen and (min-width: 1600px) {
    .as-h1,
    h1 {
      font-size: 48px;
      padding: 10px 0px 45px 0px; } }
  .as-h1 a,
  h1 a {
    color: black;
    text-decoration: none;
    cursor: pointer; }
  .as-h1:after,
  h1:after {
    display: block;
    width: 5rem;
    margin-top: 1rem;
    border-bottom: 3px solid #ff914d;
    content: " ";
    font-size: 0;
    height: 5px; }
    @media screen and (min-width: 989px) {
      .as-h1:after,
      h1:after {
        width: 10rem; } }
  .as-h1.black:after,
  h1.black:after {
    border-bottom: 3px solid white !important; }
  .as-h1.center,
  h1.center {
    text-align: center; }
    .as-h1.center:after,
    h1.center:after {
      display: block;
      width: 5rem;
      margin: 1rem auto 0 auto;
      border-bottom: 3px solid #ff914d;
      content: " ";
      font-size: 0;
      height: 5px; }
      @media screen and (min-width: 989px) {
        .as-h1.center:after,
        h1.center:after {
          width: 10rem; } }

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  padding: 10px 0px 30px 0px; }

.instacirle {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  font-size: 19px; }
  @media screen and (min-width: 989px) {
    .instacirle {
      width: 58px;
      height: 58px;
      font-size: 34px; } }
  .instacirle .instacirle-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: black;
    padding: 10px;
    color: white !important;
    text-align: center;
    line-height: 18px !important; }
    @media screen and (min-width: 989px) {
      .instacirle .instacirle-inner {
        line-height: 41px !important; } }

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding: 10px 0px 30px 0px; }

p {
  font-size: 16px;
  line-height: 2.2;
  padding-bottom: 20px; }

section {
  padding-top: 70px;
  padding-bottom: 70px; }
  section.grey {
    background-color: #f2f2f2; }
  section.orange {
    background-color: #ff914d; }
  section.black {
    background-color: black; }
  section#home-content {
    padding-top: 0; }
  section#shop-content {
    padding-top: 0; }
  section.shop-menu {
    padding-top: 0;
    padding-bottom: 0;
    height: 0px; }
    @media screen and (min-width: 989px) {
      section.shop-menu {
        height: 60px; } }

#shop-menu-bar {
  transition: all 300ms ease-in-out; }
  #shop-menu-bar.fixed {
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 9999; }

.embed-responsive {
  margin-bottom: 15px; }

.maincontent {
  padding-top: 70px;
  padding-bottom: 70px; }
  .maincontent ul {
    list-style-type: disc;
    padding: 0px 0px 15px 25px; }
    .maincontent ul li {
      line-height: 1.8;
      padding-bottom: 6px; }
    .maincontent ul.pagination {
      list-style-type: none !important; }

.btn {
  border-radius: 10px; }
  .btn.btn-primary, .btn.btn-main {
    background-color: #ff914d !important;
    color: white;
    text-transform: uppercase;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: normal;
    outline: none;
    border: none; }
    .btn.btn-primary:hover, .btn.btn-main:hover {
      background-color: #ff711a !important;
      color: white; }
  .btn.btn-black {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: black;
    border: none;
    color: white !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px; }
    .btn.btn-black:hover {
      background-color: #ff914d;
      color: white; }
  .btn.btn-white {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: white;
    border: none;
    color: #ff914d !important;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px; }
    .btn.btn-white:hover {
      background-color: black;
      color: white; }

.orange {
  background-color: #ff914d; }

.btn-black {
  border-radius: 10px;
  background-color: black;
  color: white;
  text-transform: uppercase;
  padding: 8px 12px; }
  .btn-black:hover {
    background-color: #ff914d;
    color: white; }

.padding-top.ten {
  padding-top: 10px; }
.padding-top.twenty {
  padding-top: 20px; }
.padding-top.thirty {
  padding-top: 30px; }
.padding-top.fourty {
  padding-top: 40px; }
.padding-top.fifty {
  padding-top: 50px; }
.padding-top.sixty {
  padding-top: 60px; }
.padding-top.seventy {
  padding-top: 70px; }

.add-padding.t10 {
  padding-top: 10px; }
.add-padding.t20 {
  padding-top: 20px; }
.add-padding.t30 {
  padding-top: 30px; }
.add-padding.t40 {
  padding-top: 40px; }
.add-padding.t50 {
  padding-top: 50px; }
.add-padding.t60 {
  padding-top: 60px; }
.add-padding.t70 {
  padding-top: 70px; }
.add-padding.t80 {
  padding-top: 80px; }
.add-padding.t90 {
  padding-top: 90px; }
.add-padding.t100 {
  padding-top: 100px; }
.add-padding.b10 {
  padding-bottom: 10px; }
.add-padding.b20 {
  padding-bottom: 20px; }
.add-padding.b30 {
  padding-bottom: 30px; }
.add-padding.b40 {
  padding-bottom: 40px; }
.add-padding.b50 {
  padding-bottom: 50px; }
.add-padding.b60 {
  padding-bottom: 60px; }
.add-padding.b70 {
  padding-bottom: 70px; }
.add-padding.b80 {
  padding-bottom: 80px; }
.add-padding.b90 {
  padding-bottom: 90px; }
.add-padding.b100 {
  padding-bottom: 100px; }
.add-padding.l10 {
  padding-left: 10px; }
.add-padding.l20 {
  padding-left: 20px; }
.add-padding.l30 {
  padding-left: 30px; }
.add-padding.l40 {
  padding-left: 40px; }
.add-padding.l50 {
  padding-left: 50px; }
.add-padding.l60 {
  padding-left: 60px; }
.add-padding.l70 {
  padding-left: 70px; }
.add-padding.l80 {
  padding-left: 80px; }
.add-padding.l90 {
  padding-left: 90px; }
.add-padding.l100 {
  padding-left: 100px; }
.add-padding.r10 {
  padding-right: 10px; }
.add-padding.r20 {
  padding-right: 20px; }
.add-padding.r30 {
  padding-right: 30px; }
.add-padding.r40 {
  padding-right: 40px; }
.add-padding.r50 {
  padding-right: 50px; }
.add-padding.r60 {
  padding-right: 60px; }
.add-padding.r70 {
  padding-right: 70px; }
.add-padding.r80 {
  padding-right: 80px; }
.add-padding.r90 {
  padding-right: 90px; }
.add-padding.r100 {
  padding-right: 100px; }

.clickable {
  cursor: pointer; }

.alert ul {
  padding: 20px;
  list-style-type: none !important; }
  .alert ul li .msg-time {
    display: none; }

ul.sitemap {
  list-style-type: none !important;
  margin-top: 20px;
  padding-left: 0px !important; }
  ul.sitemap li {
    padding-right: 0px; }
    ul.sitemap li a {
      color: black;
      text-decoration: none;
      font-weight: bold; }
      ul.sitemap li a:hover {
        font-style: italic; }
    ul.sitemap li ul {
      padding-left: 20px !important; }
      ul.sitemap li ul ul {
        padding-left: 20px !important; }

.floatingbutton {
  position: fixed;
  bottom: 30px;
  right: 0px;
  padding: 20px;
  z-index: 9999;
  background-color: #5b2c95;
  color: white;
  line-height: 1.8;
  font-size: 13px; }

.small {
  font-size: 70% !important; }

.grey {
  color: #8c8c8c !important; }

.onzichtbaar {
  display: none !important; }

.zichtbaar {
  display: block !important; }

.responsive-container {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .responsive-container.ratio16by9 {
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */ }
  .responsive-container .responsive-frame {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

#infobar {
  background-color: #ff711a;
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 30px; }
  #infobar p {
    padding: 0 0 10px 0; }

#topbar {
  text-align: center;
  background-color: black;
  padding: 10px;
  color: white;
  position: relative;
  overflow: hidden; }
  #topbar .topbar-translate {
    font-size: 10px;
    color: white;
    width: 100%;
    display: block;
    padding-left: 45px;
    padding-right: 45px;
    min-height: 15px;
    line-height: 15px; }
    @media screen and (min-width: 989px) {
      #topbar .topbar-translate {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px; } }
  #topbar .topbar-usp {
    font-size: 10px;
    color: white;
    width: 100%;
    display: block;
    padding-left: 45px;
    padding-right: 45px;
    min-height: 15px;
    line-height: 15px; }
    @media screen and (min-width: 989px) {
      #topbar .topbar-usp {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 10px; } }
    #topbar .topbar-usp span {
      padding-left: 20px;
      position: relative; }
      #topbar .topbar-usp span:before {
        position: absolute;
        left: 0px;
        top: 2px;
        font-family: "Font Awesome\ 5 Free";
        font-weight: 900;
        content: "\f00c";
        font-size: 12px;
        color: #a6a6a6; }
  #topbar .topbar-usps-nav {
    position: absolute;
    z-index: 999; }
    @media screen and (min-width: 989px) {
      #topbar .topbar-usps-nav {
        display: none; } }
    #topbar .topbar-usps-nav.next {
      top: 0px;
      right: 10px;
      cursor: pointer; }
      #topbar .topbar-usps-nav.next:before {
        position: absolute;
        left: 0px;
        top: 2px;
        font-family: "Font Awesome\ 5 Free";
        font-weight: 900;
        content: "\f105";
        font-size: 12px;
        color: #a6a6a6; }
    #topbar .topbar-usps-nav.prev {
      top: 2px;
      left: 10px;
      cursor: pointer; }
      #topbar .topbar-usps-nav.prev:before {
        position: absolute;
        left: 0px;
        top: 2px;
        font-family: "Font Awesome\ 5 Free";
        font-weight: 900;
        content: "\f104";
        font-size: 12px;
        color: #a6a6a6; }

header {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }
  @media screen and (max-width: 989px) {
    header .header-row .header-wrap {
      min-height: 66px; } }
  header .header-row .header-wrap .header-wrap-inner {
    position: relative;
    background-color: white;
    vertical-align: top;
    width: 100%; }
    header .header-row .header-wrap .header-wrap-inner.fixed {
      position: fixed;
      top: 0;
      left: 0;
      padding-left: 15px;
      padding-right: 15px;
      z-index: 9999;
      box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4); }
    @media screen and (min-width: 1200px) {
      header .header-row .header-wrap .header-wrap-inner {
        padding-left: 225px; } }
    header .header-row .header-wrap .header-wrap-inner .header-brand {
      vertical-align: top;
      display: inline-block;
      width: 100px;
      height: 50px; }
      @media screen and (min-width: 892px) {
        header .header-row .header-wrap .header-wrap-inner .header-brand {
          width: 120px;
          height: 60px; } }
      @media screen and (min-width: 989px) {
        header .header-row .header-wrap .header-wrap-inner .header-brand {
          width: 130px;
          height: 70px; } }
      @media screen and (min-width: 1200px) {
        header .header-row .header-wrap .header-wrap-inner .header-brand {
          							/*
          
          							background-image:url('../images/layout/brand-shadow.png');
          							background-repeat:no-repeat;
          							background-size:cover;
          							background-position:50% 100%;
          							*/
          display: block;
          position: absolute;
          z-index: 299;
          width: 185px;
          height: 135px;
          left: 20px;
          top: -30px;
          padding: 0px 10px 10px 10px; } }
      header .header-row .header-wrap .header-wrap-inner .header-brand .header-brand-inner {
        padding-top: 15px;
        padding-right: 10px; }
        @media screen and (min-width: 1200px) {
          header .header-row .header-wrap .header-wrap-inner .header-brand .header-brand-inner {
            background-color: white;
            width: 100%;
            height: 100%;
            padding: 40px 10px 10px 10px; } }
        header .header-row .header-wrap .header-wrap-inner .header-brand .header-brand-inner a {
          display: block;
          width: 100%;
          height: 100%; }
          header .header-row .header-wrap .header-wrap-inner .header-brand .header-brand-inner a .brand-image {
            width: 100%;
            height: auto; }
    header .header-row .header-wrap .header-wrap-inner .header-shoptools {
      vertical-align: top;
      display: inline-block;
      float: right;
      padding-bottom: 0px; }
      header .header-row .header-wrap .header-wrap-inner .header-shoptools .mobiletoggle {
        display: inline-block;
        width: 35px;
        height: 41px;
        line-height: 41px;
        position: relative;
        text-align: center;
        color: #ff914d; }
        header .header-row .header-wrap .header-wrap-inner .header-shoptools .mobiletoggle a {
          color: #ff914d; }
        @media screen and (min-width: 989px) {
          header .header-row .header-wrap .header-wrap-inner .header-shoptools .mobiletoggle {
            display: none; } }
      header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper {
        display: inline-block;
        position: relative;
        height: 41px;
        line-height: 41px;
        width: 35px; }
        @media screen and (min-width: 989px) {
          header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper {
            width: 100%;
            max-width: 150px; }
            header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper input {
              line-height: 41px;
              height: 41px;
              font-size: 11px !important; }
              header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper input:placeholder {
                font-size: 11px !important; } }
        @media screen and (min-width: 1600px) {
          header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper {
            width: 100%;
            max-width: 200px; }
            header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper input {
              line-height: 41px;
              height: 41px;
              font-size: 16px !important; }
              header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper input:placeholder {
                font-size: 11px !important; } }
        header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper .search-top-btn {
          position: absolute;
          top: 28px;
          right: 65px;
          z-index: 15;
          color: black;
          font-size: 17px;
          text-decoration: none; }
          @media screen and (min-width: 989px) {
            header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper .search-top-btn {
              top: 0px;
              right: 7px; } }
        header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper .shopsearch-mobile {
          display: block;
          color: #ff914d;
          height: 41px;
          line-height: 41px;
          width: 35px;
          text-align: center;
          font-size: 17px; }
          @media screen and (min-width: 989px) {
            header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper .shopsearch-mobile {
              display: none; } }
        @media screen and (max-width: 989px) {
          header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper .shopsearch-inner {
            left: 0;
            top: -200px;
            position: fixed;
            width: 100%;
            padding: 30px 50px 30px 30px;
            background-color: #fff;
            transition: all 300ms ease-in-out;
            -webkit-box-shadow: 0px 15px 10px -15px #111;
            -moz-box-shadow: 0px 15px 10px -15px #111;
            box-shadow: 0px 15px 10px -15px #111;
            z-index: 9998; }
            header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper .shopsearch-inner.actief {
              top: 0px; } }
        @media screen and (min-width: 989px) {
          header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper .shopsearch-inner {
            position: relative; } }
        header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper .shopsearch-inner .shopsearch-close {
          position: absolute;
          top: 28px;
          right: 15px;
          font-size: 22px;
          color: #e31d3d; }
          @media screen and (min-width: 989px) {
            header .header-row .header-wrap .header-wrap-inner .header-shoptools .shopsearch-wrapper .shopsearch-inner .shopsearch-close {
              display: none; } }
    header .header-row .header-wrap .header-wrap-inner .header-nav {
      display: inline-block;
      width: 100%; }
      @media screen and (min-width: 892px) {
        header .header-row .header-wrap .header-wrap-inner .header-nav {
          height: 60px;
          width: auto; } }
      @media screen and (min-width: 989px) {
        header .header-row .header-wrap .header-wrap-inner .header-nav {
          height: 70px;
          padding-top: 15px; } }
      @media screen and (max-width: 989px) {
        header .header-row .header-wrap .header-wrap-inner .header-nav nav {
          display: none;
          cursor: pointer;
          padding-top: 10px;
          width: 100%; }
          header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu {
            display: block;
            position: relative;
            z-index: 1000;
            width: 100%;
            background: #ff914d;
            text-transform: uppercase;
            letter-spacing: 1px; }
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li {
              padding-bottom: 0;
              position: relative; }
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li a {
                display: block;
                padding: 12px 3%;
                border-bottom: 1px solid rgba(255, 255, 255, 0.07);
                color: white;
                text-decoration: none;
                font-weight: bold;
                font-size: 16px; }
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li a:hover, header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li a.current {
                  font-style: italic;
                  color: black !important; }
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul {
                display: none;
                background-color: rgba(255, 255, 255, 0.11); }
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul li {
                  position: relative; }
                  header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul li a {
                    color: white !important;
                    font-weight: bold;
                    font-size: 14px !important; }
                    header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul li a:hover, header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul li a.current {
                      font-style: italic;
                      color: black !important; }
          header .header-row .header-wrap .header-wrap-inner .header-nav nav .mob-nav-arrow {
            position: absolute;
            top: 5px;
            right: 7px;
            width: 30px;
            height: 30px;
            text-align: right;
            line-height: 30px;
            font-size: 20px;
            cursor: pointer;
            /*
            border-left: 1px dotted rgba(255, 255, 255, 0.11);
            background-image: url('../images/layout/arrow_mob.png');
            background-size: 16px 16px;
            background-position: center center;
            background-repeat: no-repeat;
            transition:all 0.2s ease;
            */ }
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mob-nav-arrow:before {
              content: "\f0da";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 12px;
              position: absolute;
              top: 1px;
              right: 10px;
              color: #e31d3d; }
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mob-nav-arrow.active {
              -webkit-transform: rotate(90deg);
              -moz-transform: rotate(90deg);
              transform: rotate(90deg); } }
      @media screen and (min-width: 989px) {
        header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu {
          font-size: 12px;
          letter-spacing: 1px;
          padding: 0px;
          display: inline-block; }
          header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li.level-1 {
            display: inline-block;
            position: relative;
            text-align: left; }
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li.level-1.drop-down:after {
              content: "\f0d7";
              font-family: "Font Awesome 5 Free";
              font-weight: 900;
              font-size: 12px;
              position: absolute;
              top: 1px;
              right: 7px; }
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li.level-1.drop-down:hover ul.submenu.ul_level_1,
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li.level-1.drop-down:hover ul.level-2 {
              display: block; }
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li.level-1.drop-down a {
              padding-right: 20px !important; }
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li.level-1 a {
              display: block;
              color: black;
              font-weight: normal;
              text-decoration: none;
              font-size: 11px;
              font-weight: bold;
              text-transform: uppercase;
              padding: 0 8px; } }
      @media screen and (min-width: 989px) and (min-width: 1600px) {
        header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li.level-1 a {
          font-size: 13px;
          padding: 0 7px; } }
      @media screen and (min-width: 989px) {
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li.level-1 a:hover, header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li.level-1 a.current {
                color: #00293c; }
          header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1,
          header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 {
            display: none;
            position: absolute;
            top: 15px;
            left: 10px;
            background-color: #ffb180;
            width: 230px;
            padding: 8px 0;
            z-index: 499; }
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 li,
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 li {
              position: relative;
              width: 230px;
              height: auto !important;
              line-height: 18px !important;
              background-image: none !important;
              text-align: left; }
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 li.level-2.drop-down:after,
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 li.level-2.drop-down:after {
                content: "\f0da";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 12px;
                position: absolute;
                top: 1px;
                right: 10px;
                color: white; }
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 li.level-2.drop-down:hover ul.level-3,
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 li.level-2.drop-down:hover ul.level-3 {
                display: block; }
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 li a,
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 li a {
                color: white !important;
                font-size: 12px !important;
                width: 100%;
                height: auto !important;
                line-height: 18px !important;
                padding: 6px 15px;
                text-align: left; }
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 li.current, header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 li:hover,
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 li.current,
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 li:hover {
                background-color: #ff914d;
                color: white; }
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 li.current a, header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 li:hover a,
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 li.current a,
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 li:hover a {
                  color: white; }
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 .submenu.ul_level_2,
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 ul.level-3,
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 .submenu.ul_level_2,
            header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 ul.level-3 {
              display: none !important;
              padding: 4px 0;
              position: absolute;
              top: 0px;
              left: 230px;
              width: 200px;
              z-index: 509;
              background-color: #ffc09a; }
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 .submenu.ul_level_2 li,
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 ul.level-3 li,
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 .submenu.ul_level_2 li,
              header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 ul.level-3 li {
                position: relative;
                width: 200px;
                height: 25px !important;
                line-height: 25px !important; }
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 .submenu.ul_level_2 li.level-3 a,
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 ul.level-3 li.level-3 a,
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 .submenu.ul_level_2 li.level-3 a,
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 ul.level-3 li.level-3 a {
                  width: 100%;
                  color: white !important;
                  font-size: 12px !important;
                  height: 25px !important;
                  line-height: 25px !important;
                  font-size: 10px !important; }
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 .submenu.ul_level_2 li.level-3.current, header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 .submenu.ul_level_2 li.level-3:hover,
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 ul.level-3 li.level-3.current,
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li .submenu.ul_level_1 ul.level-3 li.level-3:hover,
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 .submenu.ul_level_2 li.level-3.current,
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 .submenu.ul_level_2 li.level-3:hover,
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 ul.level-3 li.level-3.current,
                header .header-row .header-wrap .header-wrap-inner .header-nav nav .mainmenu li ul.level-2 ul.level-3 li.level-3:hover {
                  background-color: #ffd0b3; } }
  @media screen and (min-width: 989px) {
    header {
      padding-top: 30px;
      padding-bottom: 30px; } }

.carousel .carousel-inner .carousel-item .carousel-caption p {
  font-size: 30px;
  text-align: left;
  width: 500px;
  text-shadow: 1px 2px 2px black; }
.carousel .carousel-inner .carousel-item .carousel-caption .btn {
  padding: 15px 20px;
  font-size: 15px;
  background-color: black;
  float: left;
  border-radius: 0; }

.jumbotron .row .col-sm h2 {
  font-size: 40px;
  padding: 0px; }
.jumbotron .row .col-sm hr {
  background-color: #ff914d;
  width: 25%;
  text-align: left;
  margin-left: 0; }
.jumbotron .row .col-sm a {
  color: #333333;
  text-decoration: underline; }
.jumbotron .btn {
  padding: 10px 20px;
  font-size: 15px;
  background-color: black;
  float: left;
  border-radius: 0; }

#mid-btn {
  text-align: center; }
  #mid-btn .btn {
    padding: 10px 10px;
    font-size: 15px;
    background-color: black;
    border-radius: 0;
    text-align: center;
    margin-top: 20px;
    color: white; }

#meestbekeken {
  background-color: #a6a6a6;
  padding: 10px 0px 50px 0px; }
  #meestbekeken .container-fluid h1 {
    padding: 0px;
    font-size: 35px; }
  #meestbekeken .container-fluid hr {
    background-color: #ff914d;
    width: 5%; }
  #meestbekeken .container-fluid .row .fas {
    color: #b7b7b7;
    font-size: 50px;
    margin: 20px; }
  #meestbekeken .container-fluid .row .product-listview-item {
    width: 200px;
    height: 250px;
    margin: 10px;
    background-color: white;
    border: solid #e9e9e9; }
    #meestbekeken .container-fluid .row .product-listview-item .inner .product-listview-item-image a .responsiveimg {
      margin-bottom: 40px; }
    #meestbekeken .container-fluid .row .product-listview-item .inner .product-listview-item-info a h5 {
      margin: 10px; }
    #meestbekeken .container-fluid .row .product-listview-item .inner .product-listview-item-info .merk {
      padding: 0px;
      margin: 0px 10px;
      font-size: 10px; }
    #meestbekeken .container-fluid .row .product-listview-item .inner .product-listview-item-info .prijs {
      margin: 0px 10px;
      padding: 0px; }
  #meestbekeken div .btn {
    padding: 10px 10px;
    font-size: 15px;
    background-color: black;
    border-radius: 0;
    text-align: center;
    margin-top: 20px;
    color: white; }

.formgroup .form-control {
  border-radius: 0; }
.formgroup .btn {
  border-radius: 0;
  margin: 10px 0px;
  float: right;
  font-size: 13px; }

#developer {
  padding: 10px !important;
  text-align: center;
  background-color: black; }
  #developer a {
    color: white; }

footer {
  background-color: #a6a6a6;
  color: white;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 14px; }
  footer .footer-block p {
    font-size: 14px; }
  footer .footer-block h4 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    font-size: 16px;
    padding-bottom: 20px;
    margin-top: 30px; }
    footer .footer-block h4:after {
      display: block;
      width: 3rem;
      margin-top: 1rem;
      border-bottom: 3px solid #ff914d;
      content: " ";
      font-size: 0;
      height: 5px; }
  footer .footer-block ul.shopmenufooter li,
  footer .footer-block ul.klantenservice li {
    padding: 6px 0; }
    footer .footer-block ul.shopmenufooter li a,
    footer .footer-block ul.klantenservice li a {
      color: white;
      text-decoration: none; }
    footer .footer-block ul.shopmenufooter li ul,
    footer .footer-block ul.klantenservice li ul {
      display: none; }
  footer .footer-block .social-link {
    margin-right: 10px;
    font-size: 18px;
    color: white; }
    footer .footer-block .social-link .social-link-tag {
      display: none;
      margin-left: 5px; }

.bottombar {
  background-color: black;
  color: white;
  font-size: 12px;
  text-align: center; }
  .bottombar a {
    color: white;
    text-decoration: none;
    font-size: 12px; }
  .bottombar p {
    padding: 5px 0;
    font-size: 12px; }

/*****************************************************************************************
** COOKIES                                                                   			**
*****************************************************************************************/
.cookie_monster {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  border-top: 2px solid #ff914d;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
  -webkit-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 892px) {
    .cookie_monster {
      background-image: url(../images/layout/koekjes.jpg);
      background-repeat: no-repeat;
      background-position: 20px 50%;
      padding: 50px 50px 50px 300px; } }

/*****************************************************************************************
** DevBar                                                                   			**
*****************************************************************************************/
#dev_tool_bar {
  width: 300px;
  position: absolute;
  top: 0px;
  left: -270px;
  z-index: 9990; }
  #dev_tool_bar .dev_tool_bar_tools {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px;
    color: white;
    min-height: 30px;
    float: left;
    width: 270px; }
    #dev_tool_bar .dev_tool_bar_tools button {
      width: 100%;
      margin-bottom: 10px;
      text-align: center; }
    #dev_tool_bar .dev_tool_bar_tools p {
      text-align: center; }
    #dev_tool_bar .dev_tool_bar_tools .dev_tool_bar_infobox {
      margin-top: 10px;
      margin-bottom: 10px; }
    #dev_tool_bar .dev_tool_bar_tools .dev_tool_bar_infobox_title {
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer; }
    #dev_tool_bar .dev_tool_bar_tools .dev_tool_bar_infobox_content {
      padding: 10px;
      background-color: white;
      color: black;
      display: none; }
  #dev_tool_bar .dev_tool_bar_handle {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0px;
    color: white;
    float: left;
    font-weight: bolder;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center; }
    #dev_tool_bar .dev_tool_bar_handle a.dev_tool_bar_toggle {
      text-decoration: none;
      color: white; }

/*****************************************************************************************
* EDITS                                                                   				 *
*****************************************************************************************/
.editcontainer {
  padding: 3px;
  border: 1px solid #CCCCCC;
  position: relative; }
  .editcontainer .icon {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #CCCCCC;
    color: black;
    right: -3px;
    top: -3px;
    display: block;
    padding: 4px;
    text-align: center;
    line-height: 12px;
    font-size: 12px; }
    .editcontainer .icon a {
      color: black; }

/* modules */
.mainslideshow {
  width: 100%;
  height: 100px;
  clear: both;
  overflow: hidden;
  position: relative; }
  .mainslideshow .carousel-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    position: relative; }
    .mainslideshow .carousel-slide .carousel-slide-template {
      position: absolute;
      bottom: 10px;
      left: 50px; }
      @media only screen and (min-width: 989px) {
        .mainslideshow .carousel-slide .carousel-slide-template {
          bottom: 80px;
          left: 80px; } }
      .mainslideshow .carousel-slide .carousel-slide-template h4 {
        text-shadow: 1px 2px 2px black;
        font-size: 19px;
        font-weight: 400;
        color: white;
        text-transform: uppercase;
        padding-bottom: 5px; }
        @media only screen and (min-width: 989px) {
          .mainslideshow .carousel-slide .carousel-slide-template h4 {
            font-size: 42px;
            font-weight: 600;
            color: white;
            text-transform: uppercase;
            padding-bottom: 20px; } }
  .mainslideshow .mainslideshow-pager {
    width: 100%;
    height: 50px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 9999; }
    .mainslideshow .mainslideshow-pager span {
      color: white;
      font-size: 48px;
      padding: 3px;
      text-shadow: 1px 2px 2px black;
      cursor: pointer; }
      .mainslideshow .mainslideshow-pager span.cycle-pager-active {
        color: #ff914d; }
  .mainslideshow .mainslideshow-nav {
    position: absolute;
    top: 45%;
    width: 40px;
    height: 40px;
    z-index: 9907;
    background-color: white;
    cursor: pointer;
    text-align: center;
    padding: 13px; }
    .mainslideshow .mainslideshow-nav:hover {
      color: #ff914d !important; }
    .mainslideshow .mainslideshow-nav.prev {
      left: 0; }
    .mainslideshow .mainslideshow-nav.next {
      right: 0; }

.contact-section {
  padding-bottom: 30px; }
  @media screen and (min-width: 892px) {
    .contact-section:not(.no-padding) {
      padding-left: 50px; } }

.contact-row {
  width: 100%;
  clear: both;
  float: left;
  padding: 0px 0px 20px 0px; }
  .contact-row .contact-row-icon {
    float: left;
    padding: 0px 15px 0px 0px;
    line-height: 24px; }
  .contact-row .contact-row-data {
    float: left;
    line-height: 24px; }
    .contact-row .contact-row-data a {
      color: black;
      text-decoration: none; }
      .contact-row .contact-row-data a:hover {
        color: #ff914d;
        text-decoration: none; }

.captcha-group {
  position: relative;
  clear: both; }
  .captcha-group .captcha-input {
    padding-left: 130px;
    position: relative;
    z-index: 10; }
  .captcha-group .captcha-image {
    vertical-align: middle;
    position: absolute;
    z-index: 20;
    bottom: 7px;
    left: 6px; }

.openingstijden {
  max-width: 300px; }
  .openingstijden .openingstijden-dag {
    float: left;
    position: relative;
    clear: both;
    width: 100%;
    padding-bottom: 8px; }
    .openingstijden .openingstijden-dag .openingstijden-note {
      clear: both;
      font-size: 9px;
      padding-bottom: 5px; }
    .openingstijden .openingstijden-dag .openingstijden-tijd {
      position: absolute;
      right: 0;
      top: 3px; }
      .openingstijden .openingstijden-dag .openingstijden-tijd.opafpraak:after {
        content: '*';
        color: #00293c;
        position: absolute;
        right: -9px;
        top: -2px;
        font-size: 12px;
        font-weight: bold; }

.photofeed-wrap {
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 767px) {
    .photofeed-wrap {
      padding-left: 60px;
      padding-right: 60px; } }

.home-gallery-thumbs {
  width: 100%; }
  .home-gallery-thumbs .home-gallery-item {
    width: 100%;
    display: none;
    float: left;
    padding: 5px; }
    .home-gallery-thumbs .home-gallery-item.active {
      display: block; }
    @media screen and (min-width: 320px) {
      .home-gallery-thumbs .home-gallery-item {
        width: 50%; } }
    @media screen and (min-width: 767px) {
      .home-gallery-thumbs .home-gallery-item {
        width: 25%; } }

.nieuws-singleview .nieuws-singleview-footer {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #cccccc; }
  .nieuws-singleview .nieuws-singleview-footer .nieuws-singleview-share {
    font-size: 11px;
    color: #8c8c8c;
    padding: 0 10px 5px 0;
    display: block;
    float: left; }
    .nieuws-singleview .nieuws-singleview-footer .nieuws-singleview-share a {
      font-size: 11px;
      color: #8c8c8c; }
  .nieuws-singleview .nieuws-singleview-footer .nieuws-singleview-publishdata {
    font-size: 11px;
    color: #8c8c8c;
    padding: 0 0 5px 10px;
    display: block;
    float: left;
    border-left: 1px solid #CCCCCC;
    text-transform: uppercase; }
    .nieuws-singleview .nieuws-singleview-footer .nieuws-singleview-publishdata span {
      font-size: 11px;
      color: #8c8c8c; }
.nieuws-singleview .nieuws-singleview-back {
  padding-top: 35px; }
  .nieuws-singleview .nieuws-singleview-back a {
    background-color: #ff914d;
    color: white;
    padding: 5px 12px;
    text-decoration: none;
    text-transform: uppercase; }
    .nieuws-singleview .nieuws-singleview-back a:hover {
      text-decoration: none;
      background-color: #ff711a; }

.nieuws-last-listitem {
  padding-bottom: 70px; }
  @media screen and (min-width: 989px) {
    .nieuws-last-listitem {
      padding-bottom: 40px; } }
  .nieuws-last-listitem .padding-left {
    padding-left: 15px; }
    @media screen and (min-width: 989px) {
      .nieuws-last-listitem .padding-left {
        padding-left: 60px; } }
  .nieuws-last-listitem .padding-right {
    padding-right: 15px; }
    @media screen and (min-width: 989px) {
      .nieuws-last-listitem .padding-right {
        padding-right: 60px; } }
  .nieuws-last-listitem .link a {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    color: black;
    text-decoration: none;
    font-weight: bold; }
  .nieuws-last-listitem:last-child {
    padding-bottom: 0px; }

.news-lisview-pagination .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #FF6600; }
.news-lisview-pagination .page-link {
  border: none; }

/*****************************************************************************************
** POPUP                                                                   				**
*****************************************************************************************/
.abri {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none; }
  @media only screen and (max-width: 892px) {
    .abri .abri-content {
      padding-left: 30px !important;
      padding-right: 30px !important;
      padding-bottom: 30px !important;
      left: 10px !important;
      right: 10px !important;
      top: 10px !important;
      bottom: 10px !important; } }
  .abri .abri-content {
    padding: 50px;
    background-color: transparent;
    position: absolute;
    left: 50px;
    right: 50px;
    top: 50px;
    bottom: 50px; }
    .abri .abri-content.vrij {
      background-color: white !important; }
    .abri .abri-content .closeBtn {
      color: red;
      font-size: 48px;
      cursor: pointer;
      position: absolute;
      top: 20px;
      right: 20px;
      transition: all 0.2s ease; }
      @media only screen and (min-width: 892px) {
        .abri .abri-content .closeBtn {
          top: -30px;
          right: -30px; } }
      .abri .abri-content .closeBtn:hover {
        color: darkgray; }

.popup_free {
  width: 100%;
  height: auto;
  background-color: white;
  padding: 20px; }

.review {
  width: 100%;
  padding-bottom: 10px; }
  .review .inner {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ff914d; }
    .review .inner h3 {
      font-size: 16px;
      font-weight: 700;
      padding-bottom: 5px;
      padding-top: 15px; }
    .review .inner .oordeel .rating-scale {
      background: url("../images/layout/star-rating-sprite.png") repeat-x;
      font-size: 0;
      height: 21px;
      line-height: 0;
      overflow: hidden;
      text-indent: -999em;
      width: 110px;
      margin: 0; }
      .review .inner .oordeel .rating-scale .rating-user {
        background: url("../images/layout/star-rating-sprite.png") repeat-x;
        background-position: 0 100%;
        float: left;
        height: 21px;
        display: block; }
    .review .inner .reviewer p {
      padding: 5px 0px 3px 0px;
      color: #262626; }
    .review .inner .punten {
      padding-top: 10px;
      padding-bottom: 10px; }
      .review .inner .punten .punten-lijst {
        margin: 0px;
        padding: 3px 0px 15px 0px;
        list-style-type: none;
        padding-left: 0px; }
        .review .inner .punten .punten-lijst li {
          display: block;
          float: left;
          clear: both;
          width: 100%;
          height: 24px; }
        .review .inner .punten .punten-lijst.pluspunten li::before {
          content: url("../images/layout/plus.png");
          width: 16px;
          height: 16px;
          margin-right: 6px;
          padding-top: 4px;
          display: block;
          float: left; }
        .review .inner .punten .punten-lijst.verbeterpunten li::before {
          content: url("../images/layout/min.png");
          width: 16px;
          height: 16px;
          margin-right: 6px;
          padding-top: 4px;
          display: block;
          float: left; }
    .review .inner .reactie .in-it {
      margin-top: 20px;
      padding-left: 20px;
      border-left: 3px solid #ff914d;
      color: #545454;
      font-style: italic; }

.pagination {
  padding-top: 30px;
  display: block;
  float: right; }
  .pagination li {
    display: block;
    float: left; }
    .pagination li a {
      padding: none;
      color: #ff914d; }

.mandatory label::after {
  content: " *";
  color: red; }

.fa.yellow {
  color: gold;
  font-size: 20px;
  position: relative; }
  .fa.yellow span {
    color: black;
    position: absolute;
    top: 5px;
    left: 14px;
    font-size: 10px;
    font-weight: 700; }
  @media screen and (min-width: 892px) {
    .fa.yellow {
      font-size: 30px; }
      .fa.yellow span {
        top: 10px;
        left: 11px;
        font-size: 13px; } }

.oordeelpunt-input-wrap {
  position: relative;
  padding-bottom: 5px; }
  .oordeelpunt-input-wrap .oordeelpunt-input {
    padding-left: 38px; }
  .oordeelpunt-input-wrap img {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 20px;
    height: auto !important; }

.review-home-item {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 30px;
  border-right: 1px solid #ff914d; }
  .review-home-item:last-child {
    border-right: 0px solid #ff914d; }
  .review-home-item .review-home-item-score .rating-scale {
    background: url("../images/layout/star-rating-sprite.png") repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    margin: 0px auto;
    margin-bottom: 6px; }
    .review-home-item .review-home-item-score .rating-scale .rating-user {
      background: url("../images/layout/star-rating-sprite.png") repeat-x;
      background-position: 0 100%;
      float: left;
      height: 21px;
      display: block; }
  .review-home-item p {
    padding: 0 0 3px 0;
    line-height: 1.4; }
    .review-home-item p.review-home-mening {
      margin-top: 10px;
      font-weight: 600; }
    .review-home-item p.review-home-afzender {
      font-style: italic;
      font-weight: 600; }

table.review-table {
  margin-bottom: 20px; }
  table.review-table tr:nth-child(even) {
    background-color: #8c8c8c; }
  table.review-table tr:nth-child(odd) {
    background-color: #bfbfbf; }
  table.review-table tr td {
    padding: 10px;
    font-size: 13px; }
    @media screen and (min-width: 892px) {
      table.review-table tr td {
        font-size: 16px; } }
    table.review-table tr td.fat {
      font-weight: 700; }
    table.review-table tr td.left-align {
      text-align: left; }
    table.review-table tr td.right-align {
      text-align: right; }
    table.review-table tr td.center-align {
      text-align: center; }

/* SEARCHBAR */
.shopsearch-bar {
  position: relative;
  padding-bottom: 20px; }
  .shopsearch-bar .search-btn {
    position: absolute;
    right: 0;
    top: 0; }

/* POP-UP CART */
#winkelwagenPop::-webkit-scrollbar {
  width: 3px; }

#winkelwagenPop::-webkit-scrollbar-thumb {
  background: grey;
  border-radius: 10px; }

/*WINKELWAGEN POPUP*/
#winkelwagenPop {
  display: none;
  width: 530px;
  position: fixed;
  right: -560px;
  top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-shadow: 2px 2px 9px -4px #000;
  transition: 1s;
  margin-right: 10px;
  z-index: 9999;
  background-color: #fff;
  overflow-y: auto;
  max-height: 95vh; }
  #winkelwagenPop .exitCart {
    display: block;
    position: absolute;
    right: 30px;
    top: 28px;
    font-size: 20px; }
  #winkelwagenPop h3 {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 19px;
    padding-bottom: 0px;
    text-align: left; }
  #winkelwagenPop .product {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 5px 0;
    border-bottom: 1px dotted #f2f2f2;
    font-size: 13px; }
    #winkelwagenPop .product .image {
      width: 100px;
      max-width: 100px; }
    #winkelwagenPop .product .info {
      text-align: left;
      margin: 0 5px;
      width: 300px; }
      #winkelwagenPop .product .info .titel {
        text-align: left;
        text-overflow: ellipsis; }
      #winkelwagenPop .product .info .aantal {
        text-align: left; }
  #winkelwagenPop .afronden {
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #winkelwagenPop .btn-wagen {
    border: none;
    display: block;
    background-color: #ff914d;
    padding: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none; }
    #winkelwagenPop .btn-wagen:hover {
      background-color: #ff711a; }

/*SCHERM KLEINER IS DAN 531PX*/
@media only screen and (max-width: 531px) {
  /*WINKELWAGEN POPUP*/
  #winkelwagenPop {
    width: 92vw;
    right: 0;
    margin: 0; }

  /*TOTAAL PRIJS / KNOP WINKELWAGEN*/
  .afronden {
    flex-direction: column-reverse; }

  /*FOTO VAN PRODUCT*/
  .product .image {
    max-width: 75px; } }
@media only screen and (max-width: 335px) {
  /*KRUIS VOOR SLUITEN POPUP*/
  .exitCart {
    right: 8px;
    top: 28px; } }
.accountlinks {
  font-size: 12px;
  color: #8c8c8c;
  text-decoration: none; }
  .accountlinks a {
    font-size: 12px;
    color: #8c8c8c;
    text-decoration: none; }

/* CRUMBLEPATH */
.crumblepath.shop {
  width: 100%;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 5px; }
  .crumblepath.shop li {
    float: left;
    padding-right: 26px;
    position: relative;
    font-size: 12px; }
    .crumblepath.shop li a {
      color: #8c8c8c;
      text-decoration: none; }
    .crumblepath.shop li .divider {
      position: absolute;
      top: 0;
      right: 8px;
      color: #c0c0c0; }
    .crumblepath.shop li:last-child .divider {
      display: none; }

/* MINICART */
.shop-minicart {
  height: 41px;
  line-height: 41px; }
  .shop-minicart.mobile {
    display: inline-block;
    width: 35px;
    position: relative;
    text-align: left;
    color: #ff914d; }
    @media only screen and (min-width: 989px) {
      .shop-minicart.mobile {
        display: none; } }
    .shop-minicart.mobile a {
      display: block;
      text-align: center;
      text-decoration: none;
      font-size: 17px;
      width: 35px;
      height: 41px;
      line-height: 41px;
      color: #ff914d; }
    .shop-minicart.mobile .badge {
      font-size: 8px;
      display: block;
      position: absolute;
      top: -5px;
      left: 25px;
      width: 2em;
      height: 2em;
      line-height: 1.6em;
      border-radius: 50%;
      text-align: center;
      color: white;
      background: rgba(0, 0, 0, 0.6);
      /* background: rgba(164,116,42,0.6); */ }
  .shop-minicart.desktop {
    display: none;
    text-align: left;
    padding-left: 0; }
    @media only screen and (min-width: 989px) {
      .shop-minicart.desktop {
        display: inline-block; } }
    .shop-minicart.desktop a {
      padding: 6px 10px;
      border-radius: 4px;
      color: black;
      font-size: 14px;
      text-decoration: none;
      font-weight: 300;
      font-family: "Open Sans", sans-serif; }
      .shop-minicart.desktop a .shop-minicart-artikelen {
        padding-left: 6px;
        padding-right: 6px; }
      .shop-minicart.desktop a .shop-minicart-artikelen,
      .shop-minicart.desktop a .shop-minicart-pipe,
      .shop-minicart.desktop a .shop-minicart-bedrag {
        display: none; }
        @media screen and (min-width: 1400px) {
          .shop-minicart.desktop a .shop-minicart-artikelen,
          .shop-minicart.desktop a .shop-minicart-pipe,
          .shop-minicart.desktop a .shop-minicart-bedrag {
            display: inline-block; } }

.shop-cart-btn .badge {
  font-size: 11px;
  display: block;
  position: absolute;
  top: -3px;
  right: 2px;
  width: 17px;
  height: 17px;
  line-height: 10px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background: rgba(255, 0, 0, 0.6); }

/* ACCOUNTLINK */
.shop-accountlink {
  display: inline-block;
  position: relative;
  height: 41px;
  line-height: 41px;
  /*		
  		.accountlink-mobile {
  			@include mobileonly();
  			
  			position:relative;
  			float:left;
  			padding-right:10px;
  			
  			i {
  				font-size: 21px;
  				width:auto;
  				text-align:center;
  				vertical-align:middle;
  				color:$black;
  				&.fa {
  					position: relative;
  					padding-right:20px;
  					color:$black;
  				}				
  			}
  		}	 
  		
  		.accountlink-desktop {
  			@include desktoponly();
  			
  			color:$black;
  			font-size:25px;
  			text-decoration:none;
  			text-transform:uppercase;
  			font-weight:300;
  			padding-right:10px;
  
  			span {
  				display:none;
  			}
  		}
  */ }
  .shop-accountlink .shop-accountlink-label {
    display: none; }
    @media only screen and (min-width: 1400px) {
      .shop-accountlink .shop-accountlink-label {
        display: inline-block; } }
  @media only screen and (max-width: 989px) {
    .shop-accountlink {
      display: inline-block;
      width: 35px;
      position: relative;
      text-align: left;
      color: #ff914d;
      text-align: center; }
      .shop-accountlink .shop-accountlink-atag {
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 17px;
        width: 35px;
        color: #ff914d; }
        .shop-accountlink .shop-accountlink-atag .shop-accountlink-label {
          display: none; }
      .shop-accountlink .accountlink-dropdown {
        display: none; } }
  @media only screen and (min-width: 989px) {
    .shop-accountlink {
      padding-left: 10px;
      display: inline-block;
      position: relative;
      text-align: left;
      color: black; }
      .shop-accountlink a.shop-accountlink-atag {
        padding: 6px 10px;
        border-radius: 4px;
        color: black;
        font-size: 14px;
        text-decoration: none;
        font-weight: 300;
        font-family: "Open Sans", sans-serif; }
        .shop-accountlink a.shop-accountlink-atag .shop-accountlink-label {
          padding-left: 6px; } }
  .shop-accountlink .accountlink-desktop-dropdown {
    display: none;
    position: absolute;
    top: 25px;
    right: 0px;
    padding: 5px 15px;
    background-color: white;
    z-index: 999;
    width: 200px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }
    .shop-accountlink .accountlink-desktop-dropdown ul li {
      padding: 5px 0;
      border-bottom: 1px solid #c0c0c0; }
      .shop-accountlink .accountlink-desktop-dropdown ul li a {
        text-decoration: none;
        color: black; }
      .shop-accountlink .accountlink-desktop-dropdown ul li:last-child {
        border-bottom: 0; }
  .shop-accountlink:hover .accountlink-desktop-dropdown {
    display: none; }
    @media only screen and (min-width: 989px) {
      .shop-accountlink:hover .accountlink-desktop-dropdown {
        display: block; } }

/* SHOPMENU TOGGLE */
.shop-toggle-wrap {
  display: block;
  float: right;
  padding: 6px 9px;
  background-color: black;
  border-radius: 3px;
  margin-left: 5px; }
  @media screen and (min-width: 989px) {
    .shop-toggle-wrap {
      display: none; } }
  .shop-toggle-wrap a {
    font-size: 21px;
    color: white; }

/* SHOPMENU */
.shopmenu {
  display: none;
  float: left;
  list-style-type: none !important;
  padding-left: 0;
  width: 100%;
  background-image: url(../images/layout/shopmenu-devider.png);
  background-repeat: no-repeat;
  background-position: 0% 100%; }
  @media screen and (min-width: 989px) {
    .shopmenu {
      display: block; } }
  .shopmenu li {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    float: left;
    line-height: 1;
    text-align: center;
    height: 60px;
    line-height: 60px;
    transition: all 300ms ease-in-out;
    overflow: hidden;
    background-image: url(../images/layout/shopmenu-devider.png);
    background-repeat: no-repeat;
    background-position: 100% 100%; }
    .shopmenu li.items-1 {
      width: 100%; }
    .shopmenu li.items-2 {
      width: 50%; }
    .shopmenu li.items-3 {
      width: 33.3333333333%; }
    .shopmenu li.items-4 {
      width: 25%; }
    .shopmenu li.items-5 {
      width: 20%; }
    .shopmenu li.items-6 {
      width: 16.6666666667%; }
    .shopmenu li.items-7 {
      width: 14.2857142857%; }
    .shopmenu li.items-8 {
      width: 12.5%; }
    .shopmenu li.items-9 {
      width: 11.1111111111%; }
    .shopmenu li.items-10 {
      width: 10%; }
    .shopmenu li.items-11 {
      width: 9.0909090909%; }
    .shopmenu li.items-12 {
      width: 8.3333333333%; }
    .shopmenu li.items-13 {
      width: 7.6923076923%; }
    .shopmenu li.items-14 {
      width: 7.1428571429%; }
    .shopmenu li.items-15 {
      width: 6.6666666667%; }
    .shopmenu li a {
      color: white;
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      text-decoration: none; }
      @media screen and (min-width: 989px) {
        .shopmenu li a {
          font-size: 15px; } }
      .shopmenu li a:hover, .shopmenu li a.current {
        font-family: "Open Sans", sans-serif; }
    .shopmenu li:hover {
      line-height: 54px; }
    .shopmenu li ul {
      margin: 6px 0;
      list-style-type: none !important;
      padding-left: 5px; }
      .shopmenu li ul li {
        margin: 5px 0 5px 10px; }
        .shopmenu li ul li a {
          font-size: 13px;
          font-style: italic; }
          .shopmenu li ul li a:hover, .shopmenu li ul li a.current {
            font-size: 13px;
            font-family: "Open Sans", sans-serif;
            font-weight: 700; }

/* SHOP FATMENU */
.fatmenu {
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  clear: both;
  width: 100%;
  padding-left: 0;
  z-index: 299;
  transition: all 300ms ease-in-out; }
  .fatmenu.active {
    display: block; }
  .fatmenu#fatmenu-532x, .fatmenu#fatmenu-302x {
    display: block; }
  .fatmenu .inner {
    background-color: #ff8134;
    width: 100%;
    padding: 10px 20px;
    max-height: 450px;
    overflow: hidden;
    -webkit-box-shadow: 0px 15px 10px -15px #111;
    -moz-box-shadow: 0px 15px 10px -15px #111;
    box-shadow: 0px 15px 10px -15px #111;
    transition: all 300ms ease-in-out; }
    .fatmenu .inner h2 {
      font-size: 21px;
      color: white;
      padding-left: 10px;
      padding-bottom: 5px;
      padding-to: 10px;
      font-weight: bold; }
    .fatmenu .inner .fatmenu-part {
      display: inline-block;
      padding: 10px 10px;
      vertical-align: top;
      transition: all 300ms ease-in-out; }
      .fatmenu .inner .fatmenu-part.width-1 {
        width: 0%; }
      .fatmenu .inner .fatmenu-part.width-2 {
        width: 1%; }
      .fatmenu .inner .fatmenu-part.width-3 {
        width: 2%; }
      .fatmenu .inner .fatmenu-part.width-4 {
        width: 3%; }
      .fatmenu .inner .fatmenu-part.width-5 {
        width: 4%; }
      .fatmenu .inner .fatmenu-part.width-6 {
        width: 5%; }
      .fatmenu .inner .fatmenu-part.width-7 {
        width: 6%; }
      .fatmenu .inner .fatmenu-part.width-8 {
        width: 7%; }
      .fatmenu .inner .fatmenu-part.width-9 {
        width: 8%; }
      .fatmenu .inner .fatmenu-part.width-10 {
        width: 9%; }
      .fatmenu .inner .fatmenu-part.width-11 {
        width: 10%; }
      .fatmenu .inner .fatmenu-part.width-12 {
        width: 11%; }
      .fatmenu .inner .fatmenu-part.width-13 {
        width: 12%; }
      .fatmenu .inner .fatmenu-part.width-14 {
        width: 13%; }
      .fatmenu .inner .fatmenu-part.width-15 {
        width: 14%; }
      .fatmenu .inner .fatmenu-part.width-16 {
        width: 15%; }
      .fatmenu .inner .fatmenu-part.width-17 {
        width: 16%; }
      .fatmenu .inner .fatmenu-part.width-18 {
        width: 17%; }
      .fatmenu .inner .fatmenu-part.width-19 {
        width: 18%; }
      .fatmenu .inner .fatmenu-part.width-20 {
        width: 19%; }
      .fatmenu .inner .fatmenu-part.width-21 {
        width: 20%; }
      .fatmenu .inner .fatmenu-part.width-22 {
        width: 21%; }
      .fatmenu .inner .fatmenu-part.width-23 {
        width: 22%; }
      .fatmenu .inner .fatmenu-part.width-24 {
        width: 23%; }
      .fatmenu .inner .fatmenu-part.width-25 {
        width: 24%; }
      .fatmenu .inner .fatmenu-part.width-26 {
        width: 25%; }
      .fatmenu .inner .fatmenu-part.width-27 {
        width: 26%; }
      .fatmenu .inner .fatmenu-part.width-28 {
        width: 27%; }
      .fatmenu .inner .fatmenu-part.width-29 {
        width: 28%; }
      .fatmenu .inner .fatmenu-part.width-30 {
        width: 29%; }
      .fatmenu .inner .fatmenu-part.width-31 {
        width: 30%; }
      .fatmenu .inner .fatmenu-part.width-32 {
        width: 31%; }
      .fatmenu .inner .fatmenu-part.width-33 {
        width: 32%; }
      .fatmenu .inner .fatmenu-part.width-34 {
        width: 33%; }
      .fatmenu .inner .fatmenu-part.width-35 {
        width: 34%; }
      .fatmenu .inner .fatmenu-part.width-36 {
        width: 35%; }
      .fatmenu .inner .fatmenu-part.width-37 {
        width: 36%; }
      .fatmenu .inner .fatmenu-part.width-38 {
        width: 37%; }
      .fatmenu .inner .fatmenu-part.width-39 {
        width: 38%; }
      .fatmenu .inner .fatmenu-part.width-40 {
        width: 39%; }
      .fatmenu .inner .fatmenu-part.width-41 {
        width: 40%; }
      .fatmenu .inner .fatmenu-part.width-42 {
        width: 41%; }
      .fatmenu .inner .fatmenu-part.width-43 {
        width: 42%; }
      .fatmenu .inner .fatmenu-part.width-44 {
        width: 43%; }
      .fatmenu .inner .fatmenu-part.width-45 {
        width: 44%; }
      .fatmenu .inner .fatmenu-part.width-46 {
        width: 45%; }
      .fatmenu .inner .fatmenu-part.width-47 {
        width: 46%; }
      .fatmenu .inner .fatmenu-part.width-48 {
        width: 47%; }
      .fatmenu .inner .fatmenu-part.width-49 {
        width: 48%; }
      .fatmenu .inner .fatmenu-part.width-50 {
        width: 49%; }
      .fatmenu .inner .fatmenu-part.width-51 {
        width: 50%; }
      .fatmenu .inner .fatmenu-part.width-52 {
        width: 51%; }
      .fatmenu .inner .fatmenu-part.width-53 {
        width: 52%; }
      .fatmenu .inner .fatmenu-part.width-54 {
        width: 53%; }
      .fatmenu .inner .fatmenu-part.width-55 {
        width: 54%; }
      .fatmenu .inner .fatmenu-part.width-56 {
        width: 55%; }
      .fatmenu .inner .fatmenu-part.width-57 {
        width: 56%; }
      .fatmenu .inner .fatmenu-part.width-58 {
        width: 57%; }
      .fatmenu .inner .fatmenu-part.width-59 {
        width: 58%; }
      .fatmenu .inner .fatmenu-part.width-60 {
        width: 59%; }
      .fatmenu .inner .fatmenu-part.width-61 {
        width: 60%; }
      .fatmenu .inner .fatmenu-part.width-62 {
        width: 61%; }
      .fatmenu .inner .fatmenu-part.width-63 {
        width: 62%; }
      .fatmenu .inner .fatmenu-part.width-64 {
        width: 63%; }
      .fatmenu .inner .fatmenu-part.width-65 {
        width: 64%; }
      .fatmenu .inner .fatmenu-part.width-66 {
        width: 65%; }
      .fatmenu .inner .fatmenu-part.width-67 {
        width: 66%; }
      .fatmenu .inner .fatmenu-part.width-68 {
        width: 67%; }
      .fatmenu .inner .fatmenu-part.width-69 {
        width: 68%; }
      .fatmenu .inner .fatmenu-part.width-70 {
        width: 69%; }
      .fatmenu .inner .fatmenu-part.width-71 {
        width: 70%; }
      .fatmenu .inner .fatmenu-part.width-72 {
        width: 71%; }
      .fatmenu .inner .fatmenu-part.width-73 {
        width: 72%; }
      .fatmenu .inner .fatmenu-part.width-74 {
        width: 73%; }
      .fatmenu .inner .fatmenu-part.width-75 {
        width: 74%; }
      .fatmenu .inner .fatmenu-part.width-76 {
        width: 75%; }
      .fatmenu .inner .fatmenu-part.width-77 {
        width: 76%; }
      .fatmenu .inner .fatmenu-part.width-78 {
        width: 77%; }
      .fatmenu .inner .fatmenu-part.width-79 {
        width: 78%; }
      .fatmenu .inner .fatmenu-part.width-80 {
        width: 79%; }
      .fatmenu .inner .fatmenu-part.width-81 {
        width: 80%; }
      .fatmenu .inner .fatmenu-part.width-82 {
        width: 81%; }
      .fatmenu .inner .fatmenu-part.width-83 {
        width: 82%; }
      .fatmenu .inner .fatmenu-part.width-84 {
        width: 83%; }
      .fatmenu .inner .fatmenu-part.width-85 {
        width: 84%; }
      .fatmenu .inner .fatmenu-part.width-86 {
        width: 85%; }
      .fatmenu .inner .fatmenu-part.width-87 {
        width: 86%; }
      .fatmenu .inner .fatmenu-part.width-88 {
        width: 87%; }
      .fatmenu .inner .fatmenu-part.width-89 {
        width: 88%; }
      .fatmenu .inner .fatmenu-part.width-90 {
        width: 89%; }
      .fatmenu .inner .fatmenu-part.width-91 {
        width: 90%; }
      .fatmenu .inner .fatmenu-part.width-92 {
        width: 91%; }
      .fatmenu .inner .fatmenu-part.width-93 {
        width: 92%; }
      .fatmenu .inner .fatmenu-part.width-94 {
        width: 93%; }
      .fatmenu .inner .fatmenu-part.width-95 {
        width: 94%; }
      .fatmenu .inner .fatmenu-part.width-96 {
        width: 95%; }
      .fatmenu .inner .fatmenu-part.width-97 {
        width: 96%; }
      .fatmenu .inner .fatmenu-part.width-98 {
        width: 97%; }
      .fatmenu .inner .fatmenu-part.width-99 {
        width: 98%; }
      .fatmenu .inner .fatmenu-part.width-100 {
        width: 99%; }
      .fatmenu .inner .fatmenu-part h4 {
        font-weight: bold;
        padding-bottom: 5px;
        color: white; }
      .fatmenu .inner .fatmenu-part.menu .fatmenu-menu {
        width: auto;
        float: left;
        padding-right: 10px; }
        .fatmenu .inner .fatmenu-part.menu .fatmenu-menu.lists-1 {
          width: 99%; }
        .fatmenu .inner .fatmenu-part.menu .fatmenu-menu.lists-2 {
          width: 49%; }
        .fatmenu .inner .fatmenu-part.menu .fatmenu-menu.lists-3 {
          width: 33%; }
        .fatmenu .inner .fatmenu-part.menu .fatmenu-menu.lists-4 {
          width: 24%; }
        .fatmenu .inner .fatmenu-part.menu .fatmenu-menu li {
          padding: 5px 0;
          font-size: 12px;
          color: white; }
          @media screen and (min-width: 989px) {
            .fatmenu .inner .fatmenu-part.menu .fatmenu-menu li {
              font-size: 14px; } }
          .fatmenu .inner .fatmenu-part.menu .fatmenu-menu li a {
            transition: all 300ms ease-in-out;
            color: white;
            text-decoration: none;
            padding-left: 0px; }
            .fatmenu .inner .fatmenu-part.menu .fatmenu-menu li a:hover {
              padding-left: 10px; }
      .fatmenu .inner .fatmenu-part.intro {
        color: white; }
        .fatmenu .inner .fatmenu-part.intro h2 {
          font-size: 24px;
          font-weight: bold;
          padding-left: 0px;
          padding-top: 0px;
          padding-bottom: 10px;
          color: white; }
        .fatmenu .inner .fatmenu-part.intro h3 {
          font-size: 21px;
          font-weight: bold;
          padding-top: 0px;
          padding-bottom: 10px;
          color: white; }
        .fatmenu .inner .fatmenu-part.intro h4 {
          font-size: 18px;
          font-weight: bold;
          padding-top: 0px;
          padding-bottom: 10px;
          color: white; }
        .fatmenu .inner .fatmenu-part.intro p {
          padding-top: 0px;
          padding-bottom: 15px; }
      .fatmenu .inner .fatmenu-part.brands-all ul.list-brands-all {
        float: left; }
        .fatmenu .inner .fatmenu-part.brands-all ul.list-brands-all.lists-1 {
          width: 99%; }
        .fatmenu .inner .fatmenu-part.brands-all ul.list-brands-all.lists-2 {
          width: 49%; }
        .fatmenu .inner .fatmenu-part.brands-all ul.list-brands-all.lists-3 {
          width: 33%; }
        .fatmenu .inner .fatmenu-part.brands-all ul.list-brands-all.lists-4 {
          width: 24%; }
        .fatmenu .inner .fatmenu-part.brands-all ul.list-brands-all li {
          padding: 5px 0;
          font-size: 12px;
          color: white; }
          @media screen and (min-width: 989px) {
            .fatmenu .inner .fatmenu-part.brands-all ul.list-brands-all li {
              font-size: 14px; } }
          .fatmenu .inner .fatmenu-part.brands-all ul.list-brands-all li a {
            transition: all 300ms ease-in-out;
            color: white;
            text-decoration: none;
            padding-left: 0px; }
            .fatmenu .inner .fatmenu-part.brands-all ul.list-brands-all li a:hover {
              padding-left: 10px; }
      .fatmenu .inner .fatmenu-part.brands-specific ul.list-brands-specific {
        float: left; }
        .fatmenu .inner .fatmenu-part.brands-specific ul.list-brands-specific.lists-1 {
          width: 99%; }
        .fatmenu .inner .fatmenu-part.brands-specific ul.list-brands-specific.lists-2 {
          width: 49%; }
        .fatmenu .inner .fatmenu-part.brands-specific ul.list-brands-specific.lists-3 {
          width: 33%; }
        .fatmenu .inner .fatmenu-part.brands-specific ul.list-brands-specific.lists-4 {
          width: 24%; }
        .fatmenu .inner .fatmenu-part.brands-specific ul.list-brands-specific li {
          padding: 5px 0;
          font-size: 12px;
          color: white; }
          @media screen and (min-width: 989px) {
            .fatmenu .inner .fatmenu-part.brands-specific ul.list-brands-specific li {
              font-size: 14px; } }
          .fatmenu .inner .fatmenu-part.brands-specific ul.list-brands-specific li a {
            transition: all 300ms ease-in-out;
            color: white;
            text-decoration: none;
            padding-left: 0px; }
            .fatmenu .inner .fatmenu-part.brands-specific ul.list-brands-specific li a:hover {
              padding-left: 10px; }

div#border {
  border: 2px solid #CCCCCC; }

.shop-matrix-wrap {
  padding-left: 60px;
  padding-right: 60px;
  position: relative; }
  .shop-matrix-wrap .shop-matrix {
    margin-top: 30px; }
    .shop-matrix-wrap .shop-matrix h2 {
      color: black; }
  .shop-matrix-wrap .matrix-nav {
    position: absolute;
    width: 30px;
    height: 50px;
    font-size: 60px;
    color: #c0c0c0;
    top: 200px; }
    @media screen and (min-width: 767px) {
      .shop-matrix-wrap .matrix-nav {
        top: 230px; } }
    @media screen and (min-width: 989px) {
      .shop-matrix-wrap .matrix-nav {
        top: 250px; } }
    .shop-matrix-wrap .matrix-nav.prev {
      left: 0px; }
    .shop-matrix-wrap .matrix-nav.next {
      right: 0px; }
    .shop-matrix-wrap .matrix-nav a {
      color: #c0c0c0; }

/* CATEGORIE LISTVIEW */
.shop-categorie-listview-item {
  margin-bottom: 30px; }
  .shop-categorie-listview-item .inner {
    padding: 0px;
    clear: both;
    float: left;
    width: 100%; }
    .shop-categorie-listview-item .inner:hover {
      -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5); }
      .shop-categorie-listview-item .inner:hover .shop-categorie-listview-img .shop-categorie-listview-title h3 a {
        color: white; }
      .shop-categorie-listview-item .inner:hover .shop-categorie-listview-footer a {
        color: white; }
    .shop-categorie-listview-item .inner .shop-categorie-listview-img {
      position: relative; }
      .shop-categorie-listview-item .inner .shop-categorie-listview-img .shop-categorie-listview-title {
        position: absolute;
        left: 0;
        bottom: 20px;
        padding: 10px 15px 10px 25px;
        background-color: #ff914d; }
        .shop-categorie-listview-item .inner .shop-categorie-listview-img .shop-categorie-listview-title h3 {
          font-size: 17px;
          padding: 0px;
          color: white;
          text-transform: uppercase;
          font-weight: 600;
          letter-spacing: 2px; }
          .shop-categorie-listview-item .inner .shop-categorie-listview-img .shop-categorie-listview-title h3 a {
            color: white;
            text-decoration: none;
            font-size: 18px; }
            .shop-categorie-listview-item .inner .shop-categorie-listview-img .shop-categorie-listview-title h3 a:hover {
              color: white; }
    .shop-categorie-listview-item .inner .shop-categorie-listview-footer a {
      float: right;
      margin-top: 20px;
      margin-right: 5px;
      font-size: 18px; }

/* MATRIX LISTVIEW */
.shop-matrix-listview-item {
  width: 100% !important;
  display: block;
  float: left;
  clear: both; }
  .shop-matrix-listview-item .inner {
    padding: 20px;
    border: 0px solid #c0c0c0;
    clear: both;
    float: left;
    width: 100%;
    background-color: white; }
    .shop-matrix-listview-item .inner:hover {
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3); }
    .shop-matrix-listview-item .inner .shop-product-listview-title h3 a {
      color: #00293c; }
    .shop-matrix-listview-item .inner .shop-product-listview-img {
      padding: 15px;
      position: relative; }
      .shop-matrix-listview-item .inner .shop-product-listview-img .specialoffer-overlay {
        position: absolute;
        top: -20px;
        right: -20px;
        padding: 7px 15px 7px 7px;
        text-align: center;
        font-weight: 700;
        min-width: 100px;
        color: white;
        background-color: #ff914d; }
        .shop-matrix-listview-item .inner .shop-product-listview-img .specialoffer-overlay.orange {
          background-color: #ff914d;
          color: white; }
        .shop-matrix-listview-item .inner .shop-product-listview-img .specialoffer-overlay.red {
          background-color: #e31d3d;
          color: white; }
        .shop-matrix-listview-item .inner .shop-product-listview-img .specialoffer-overlay.black {
          background-color: black;
          color: white; }
        .shop-matrix-listview-item .inner .shop-product-listview-img .specialoffer-overlay.default, .shop-matrix-listview-item .inner .shop-product-listview-img .specialoffer-overlay.none {
          background-color: #ff914d;
          color: white;
          padding: 0px !important; }
      .shop-matrix-listview-item .inner .shop-product-listview-img .product_aanbod_badge {
        position: absolute;
        top: -20px;
        right: -20px;
        padding: 7px 15px 7px 7px;
        text-align: center;
        font-weight: 700;
        min-width: 100px;
        color: white;
        background-color: #ff914d; }
        .shop-matrix-listview-item .inner .shop-product-listview-img .product_aanbod_badge.blue {
          background-color: #ff914d;
          color: white; }
        .shop-matrix-listview-item .inner .shop-product-listview-img .product_aanbod_badge.blue-dark {
          background-color: #00293c;
          color: white; }
        .shop-matrix-listview-item .inner .shop-product-listview-img .product_aanbod_badge.red {
          background-color: #e31d3d;
          color: white; }
        .shop-matrix-listview-item .inner .shop-product-listview-img .product_aanbod_badge.green {
          background-color: #a6a6a6;
          color: black; }
        .shop-matrix-listview-item .inner .shop-product-listview-img .product_aanbod_badge.green-dark {
          background-color: #a6a6a6;
          color: white; }
        .shop-matrix-listview-item .inner .shop-product-listview-img .product_aanbod_badge.none {
          background-color: transparent;
          color: black;
          padding: 0px !important; }
    .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-link a {
      color: #ff914d; }
    .shop-matrix-listview-item .inner .shop-product-listview-title h3 {
      font-size: 16px;
      padding: 10px 0px 20px 0px;
      color: #ff914d;
      min-height: 70px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2px; }
      .shop-matrix-listview-item .inner .shop-product-listview-title h3 a {
        color: black;
        text-decoration: none; }
    .shop-matrix-listview-item .inner .shop-product-listview-img {
      /*img {
      	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
      	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
      	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
      	
      	&:hover {
      		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
      		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
      		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);					
      	}
      } */ }
    .shop-matrix-listview-item .inner .shop-product-listview-footer {
      clear: both;
      float: left;
      width: 100%; }
      .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-brand {
        font-size: 13px;
        color: #8c8c8c;
        padding-bottom: 5px; }
        .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-brand span {
          font-style: italic;
          font-weight: 600; }
      .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price {
        float: left; }
        .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price .product-prijs {
          padding: 0;
          margin: 0;
          font-size: 18px;
          font-weight: 800;
          display: block;
          float: left;
          clear: both;
          width: 100%;
          line-height: 20px;
          height: 20px; }
          .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price .product-prijs.discrete {
            line-height: 14px;
            height: 14px;
            color: grey;
            font-size: 12px;
            font-weight: normal !important; }
          .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price .product-prijs.highlight {
            color: #e31d3d; }
          .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price .product-prijs.msg, .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price .product-prijs.poa {
            font-weight: normal;
            font-size: 13px;
            color: grey;
            line-height: 1 !important; }
        .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-aanbieding {
          padding: 0;
          margin: 0;
          font-size: 11px; }
          .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-aanbieding .strike {
            position: relative; }
            .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-aanbieding .strike:before {
              position: absolute;
              content: '';
              left: 0;
              top: 45%;
              right: 0;
              border-top: 1px solid;
              border-color: inherit;
              -webkit-transform: skewY(-10deg);
              -moz-transform: skewY(-10deg);
              transform: skewY(-10deg); }
        .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs {
          padding: 0;
          margin: 0;
          font-size: 18px;
          font-weight: 800; }
          .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs span {
            vertical-align: 4px;
            font-size: 12px;
            letter-spacing: 1px;
            padding-left: 2px; }
          .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs.discrete {
            color: #c0c0c0;
            font-size: 12px;
            font-weight: normal;
            line-height: 12px;
            padding: 0px;
            margin: 0px; }
            .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs.discrete span {
              vertical-align: 4px;
              font-size: 10px;
              letter-spacing: 1px;
              padding-left: 2px; }
          .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs.highlight {
            color: #e31d3d; }
      .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-link {
        float: right;
        margin-top: 12px;
        margin-right: 5px; }
        .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-link a {
          color: #00293c;
          text-decoration: none;
          font-size: 18px; }
          .shop-matrix-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-link a:hover {
            color: #ff914d; }

/* PRODUCT LISTVIEW */
div.shop-product-listview-item {
  margin-bottom: 40px;
  display: block;
  float: left; }
  div.shop-product-listview-item.related-product .inner .shop-product-listview-title h3 {
    font-size: 14px;
    color: black; }
    div.shop-product-listview-item.related-product .inner .shop-product-listview-title h3 a {
      color: black; }
  div.shop-product-listview-item.related-product .inner .shop-product-listview-footer .shop-product-listview-footer-price {
    margin-top: 10px;
    font-weight: bold; }
    div.shop-product-listview-item.related-product .inner .shop-product-listview-footer .shop-product-listview-footer-price .aanbieding {
      color: red; }
  div.shop-product-listview-item.related-product .inner .shop-product-listview-footer .shop-product-listview-footer-link {
    margin-top: 10px; }
    div.shop-product-listview-item.related-product .inner .shop-product-listview-footer .shop-product-listview-footer-link a {
      font-size: 16px; }
  div.shop-product-listview-item.testproduct {
    border: 3px solid red !important;
    display: none; }
  div.shop-product-listview-item .inner {
    padding: 20px;
    border: 0px solid #c0c0c0;
    clear: both;
    float: left;
    width: 100%;
    background-color: white;
    position: relative; }
    div.shop-product-listview-item .inner:hover {
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3); }
      div.shop-product-listview-item .inner:hover .option_preview {
        display: block; }
    div.shop-product-listview-item .inner .option_preview {
      position: absolute;
      top: 2px;
      left: 0;
      height: 70%;
      overflow-y: scroll;
      background-color: rgba(255, 255, 255, 0.85);
      width: 100%;
      padding: 20px;
      display: none; }
      div.shop-product-listview-item .inner .option_preview h4 {
        color: black;
        font-weight: bold;
        padding-bottom: 7px; }
      div.shop-product-listview-item .inner .option_preview .stock_prieview {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        div.shop-product-listview-item .inner .option_preview .stock_prieview li {
          padding: 3px 5px;
          font-size: 11px;
          float: left;
          margin: 3px; }
          div.shop-product-listview-item .inner .option_preview .stock_prieview li.in-of-stock {
            background-color: #ff914d;
            color: white; }
          div.shop-product-listview-item .inner .option_preview .stock_prieview li.out-of-stock {
            background-color: #f2f2f2;
            color: #262626;
            opacity: 0.7; }
    div.shop-product-listview-item .inner .shop-product-listview-title h3 a {
      color: #00293c; }
    div.shop-product-listview-item .inner .shop-product-listview-img {
      padding: 15px;
      position: relative; }
      div.shop-product-listview-item .inner .shop-product-listview-img .specialoffer-overlay {
        position: absolute;
        top: -20px;
        right: -20px;
        padding: 7px 15px 7px 7px;
        text-align: center;
        font-weight: 700;
        min-width: 100px;
        color: white;
        background-color: #ff914d; }
        div.shop-product-listview-item .inner .shop-product-listview-img .specialoffer-overlay.orange {
          background-color: #ff914d;
          color: white; }
        div.shop-product-listview-item .inner .shop-product-listview-img .specialoffer-overlay.red {
          background-color: #e31d3d;
          color: white; }
        div.shop-product-listview-item .inner .shop-product-listview-img .specialoffer-overlay.black {
          background-color: black;
          color: white; }
        div.shop-product-listview-item .inner .shop-product-listview-img .specialoffer-overlay.default, div.shop-product-listview-item .inner .shop-product-listview-img .specialoffer-overlay.none {
          background-color: #ff914d;
          color: white; }
      div.shop-product-listview-item .inner .shop-product-listview-img .product_aanbod_badge {
        position: absolute;
        top: -20px;
        right: -20px;
        padding: 7px 15px 7px 7px;
        text-align: center;
        font-weight: 700;
        min-width: 100px;
        color: white;
        background-color: #ff914d; }
        div.shop-product-listview-item .inner .shop-product-listview-img .product_aanbod_badge.blue {
          background-color: #ff914d;
          color: white; }
        div.shop-product-listview-item .inner .shop-product-listview-img .product_aanbod_badge.blue-dark {
          background-color: #00293c;
          color: white; }
        div.shop-product-listview-item .inner .shop-product-listview-img .product_aanbod_badge.red {
          background-color: #e31d3d;
          color: white; }
        div.shop-product-listview-item .inner .shop-product-listview-img .product_aanbod_badge.green {
          background-color: #a6a6a6;
          color: black; }
        div.shop-product-listview-item .inner .shop-product-listview-img .product_aanbod_badge.green-dark {
          background-color: #a6a6a6;
          color: white; }
        div.shop-product-listview-item .inner .shop-product-listview-img .product_aanbod_badge.none {
          background-color: transparent;
          color: black;
          padding: 0px !important; }
    div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-link a {
      color: #ff914d; }
    div.shop-product-listview-item .inner .shop-product-listview-title h3 {
      font-size: 16px;
      padding: 10px 0px 20px 0px;
      color: #ff914d;
      min-height: 70px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2px; }
      div.shop-product-listview-item .inner .shop-product-listview-title h3 a {
        color: black;
        text-decoration: none; }
    div.shop-product-listview-item .inner .shop-product-listview-img {
      /*img {
      	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
      	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
      	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
      	
      	&:hover {
      		-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
      		-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);
      		box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.4);					
      	}
      } */ }
    div.shop-product-listview-item .inner .shop-product-listview-footer {
      clear: both;
      float: left;
      width: 100%;
      padding-top: 12px; }
      div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-brand {
        font-size: 13px;
        color: #8c8c8c;
        padding-bottom: 5px; }
        div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-brand span {
          font-style: italic;
          font-weight: 600; }
      div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price {
        float: left; }
        div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price .product-prijs {
          padding: 0;
          margin: 0;
          font-size: 18px;
          font-weight: 800;
          display: block;
          float: left;
          clear: both;
          width: 100%;
          line-height: 20px;
          height: 20px; }
          div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price .product-prijs.discrete {
            line-height: 14px;
            height: 14px;
            color: grey;
            font-size: 12px;
            font-weight: normal !important; }
          div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price .product-prijs.highlight {
            color: #e31d3d; }
          div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price .product-prijs.msg, div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price .product-prijs.poa {
            font-weight: normal;
            font-size: 11px;
            color: grey;
            line-height: 0.9;
            padding-top: 6px; }
        div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-aanbieding {
          padding: 0;
          margin: 0;
          font-size: 11px; }
          div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-aanbieding .strike {
            position: relative; }
            div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-aanbieding .strike:before {
              position: absolute;
              content: '';
              left: 0;
              top: 45%;
              right: 0;
              border-top: 1px solid;
              border-color: inherit;
              -webkit-transform: skewY(-10deg);
              -moz-transform: skewY(-10deg);
              transform: skewY(-10deg); }
        div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs {
          padding: 0;
          margin: 0;
          font-size: 18px;
          font-weight: 800; }
          div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs span {
            vertical-align: 4px;
            font-size: 12px;
            letter-spacing: 1px;
            padding-left: 2px; }
          div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs.discrete {
            color: #c0c0c0;
            font-size: 12px;
            font-weight: normal;
            line-height: 12px;
            padding: 0px;
            margin: 0px; }
            div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs.discrete span {
              vertical-align: 4px;
              font-size: 10px;
              letter-spacing: 1px;
              padding-left: 2px; }
          div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs.highlight {
            color: #e31d3d; }
      div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-link {
        float: right;
        margin-top: 0;
        margin-right: 5px; }
        div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-link a {
          color: #00293c;
          text-decoration: none;
          font-size: 18px; }
          div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-link a:hover {
            color: #ff914d; }

/* PRODUCT SINGLEVIEW */
.shop-product-single .shop-product-single-info {
  padding-bottom: 30px; }
  .shop-product-single .shop-product-single-info .inner .shop-product-single-box {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 20px; }
    .shop-product-single .shop-product-single-info .inner .shop-product-single-box h3 {
      padding-bottom: 15px;
      text-transform: uppercase;
      color: #ff914d; }
    .shop-product-single .shop-product-single-info .inner .shop-product-single-box h4 {
      font-weight: bold;
      text-transform: uppercase;
      padding-bottom: 8px; }
    .shop-product-single .shop-product-single-info .inner .shop-product-single-box.bijlagen ul.bijlagen-lijst {
      list-style-type: none !important;
      padding: 0;
      margin: 0; }
      .shop-product-single .shop-product-single-info .inner .shop-product-single-box.bijlagen ul.bijlagen-lijst li {
        padding: 4px 0 4px 25px;
        margin: 0;
        position: relative; }
        .shop-product-single .shop-product-single-info .inner .shop-product-single-box.bijlagen ul.bijlagen-lijst li:before {
          content: "\f019";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 12px;
          position: absolute;
          top: 8px;
          left: 0px; }
        .shop-product-single .shop-product-single-info .inner .shop-product-single-box.bijlagen ul.bijlagen-lijst li a {
          color: black; }
          .shop-product-single .shop-product-single-info .inner .shop-product-single-box.bijlagen ul.bijlagen-lijst li a:hover {
            color: black;
            text-decoration: none; }
  .shop-product-single .shop-product-single-info .inner .shop-product-single-media .shop-product-single-images {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #8c8c8c;
    margin-bottom: 20px; }
    .shop-product-single .shop-product-single-info .inner .shop-product-single-media .shop-product-single-images.imageset {
      display: none; }
    .shop-product-single .shop-product-single-info .inner .shop-product-single-media .shop-product-single-images.active {
      display: block; }
    .shop-product-single .shop-product-single-info .inner .shop-product-single-media .shop-product-single-images .shop-product-single-image {
      padding-bottom: 10px;
      display: block;
      float: left;
      width: 100%;
      padding-right: 10px; }
      .shop-product-single .shop-product-single-info .inner .shop-product-single-media .shop-product-single-images .shop-product-single-image.mainimage {
        width: 100%;
        display: block;
        float: left; }
      .shop-product-single .shop-product-single-info .inner .shop-product-single-media .shop-product-single-images .shop-product-single-image.small {
        width: 25%;
        display: block;
        float: left; }
    .shop-product-single .shop-product-single-info .inner .shop-product-single-media .shop-product-single-images .shop-product-single-text {
      display: block;
      float: left;
      width: 100%;
      padding-top: 15px; }
      .shop-product-single .shop-product-single-info .inner .shop-product-single-media .shop-product-single-images .shop-product-single-text a {
        color: grey;
        text-decoration: none; }
  .shop-product-single .shop-product-single-info .inner .shop-product-single-media .shop-product-single-video {
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    width: 100%; }
    .shop-product-single .shop-product-single-info .inner .shop-product-single-media .shop-product-single-video iframe {
      border: 1px solid #c0c0c0; }
.shop-product-single .shop-product-single-buy {
  padding-bottom: 30px; }
  @media screen and (min-width: 892px) {
    .shop-product-single .shop-product-single-buy {
      padding-left: 40px; } }
  @media screen and (min-width: 989px) {
    .shop-product-single .shop-product-single-buy {
      padding-left: 70px; } }
  .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box {
    padding: 0;
    float: left;
    clear: both;
    width: 100%; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box label {
      font-weight: bold;
      font-size: 12px;
      color: black; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box select {
      font-size: 14px; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box label {
      padding-top: 15px;
      padding-bottom: 8px;
      font-size: 14px;
      font-weight: 300;
      text-transform: uppercase; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.specialoffer {
      margin-top: 10px;
      margin-bottom: 10px; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.specialoffer.default {
        background-color: #ff914d;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.specialoffer.red {
        background-color: #e31d3d;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.specialoffer.orange {
        background-color: #ff914d;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.specialoffer.black {
        background-color: black;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.specialoffer .inner {
        padding: 20px;
        line-height: 1.5; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.specialoffer .inner sup {
          margin-top: 15px;
          font-size: 9px; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options {
      padding-top: 15px;
      padding-bottom: 15px; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option {
        float: left;
        clear: both;
        width: 100%; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option label {
          padding-top: 15px;
          padding-bottom: 8px;
          font-size: 14px;
          font-weight: 300;
          text-transform: uppercase; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap {
          float: left;
          clear: both;
          width: 100%; }
          .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.tags {
            float: left;
            padding: 8px 10px;
            margin-right: 5px;
            margin-bottom: 5px;
            border: 1px solid #c0c0c0;
            border-radius: 3px; }
            .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.tags.selected:not(.disabled), .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.tags:hover:not(.disabled) {
              background-color: #ff914d;
              color: white;
              cursor: pointer; }
            .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.tags.disabled {
              opacity: 0.3; }
          .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding {
            float: left;
            padding: 0;
            margin-right: 5px;
            margin-bottom: 5px;
            border: 3px solid white;
            border-radius: 3px;
            overflow: hidden;
            border-radius: 50%;
            box-shadow: 1px 1px 3px black; }
            .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding img {
              display: block; }
            .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding.selected:not(.disabled), .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding:hover:not(.disabled) {
              border: 3px solid #ff914d;
              cursor: pointer; }
            .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding.disabled {
              opacity: 0.3; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.options .options-modal-link {
        color: #8c8c8c;
        text-decoration: none;
        text-style: italic;
        padding-left: 10px;
        font-size: 90%;
        padding-bottom: 10px;
        display: block; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.aanbodstadia {
      margin-bottom: 15px;
      padding: 20px; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.aanbodstadia h4 {
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        padding-bottom: 8px; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.aanbodstadia p {
        padding-bottom: 7px;
        font-size: 14px;
        line-height: 18px; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.aanbodstadia.blue {
        background-color: #ff914d;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.aanbodstadia.blue-dark {
        background-color: #00293c;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.aanbodstadia.red {
        background-color: #e31d3d;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.aanbodstadia.green {
        background-color: #a6a6a6;
        color: black; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.aanbodstadia.green-dark {
        background-color: #a6a6a6;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.aanbodstadia.none {
        background-color: transparent;
        color: black;
        padding: 0px !important; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.msg p {
      padding-bottom: 3px; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.trustpilot.review-collector {
      margin-top: 90px;
      padding-top: 40px;
      padding-bottom: 40px;
      border-top: 1px solid lightgrey;
      border-bottom: 1px solid lightgrey; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.priceselect {
      padding-bottom: 25px; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.priceselect .product-singleview-price-select .price-select-options {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.priceselect .product-singleview-price-select .price-select-options li {
          wwidth: 100%;
          clear: both;
          padding: 8px 10px;
          margin-right: 5px;
          margin-bottom: 5px;
          border: 1px solid #c0c0c0;
          border-radius: 3px; }
          .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.priceselect .product-singleview-price-select .price-select-options li.selected:not(.disabled) {
            background-color: #ff914d;
            color: white;
            cursor: pointer; }
          .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.priceselect .product-singleview-price-select .price-select-options li:hover:not(.disabled) {
            background-color: #ffb180;
            color: white;
            cursor: pointer; }
          .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.priceselect .product-singleview-price-select .price-select-options li.disabled {
            opacity: 0.3; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.price {
      padding-bottom: 25px;
      text-align: right; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.price .shop-product-single-price-old {
        padding-bottom: 0px;
        font-size: 13px; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.price .shop-product-single-price-show {
        font-size: 38px;
        font-weight: bolder;
        padding-bottom: 0px;
        color: green; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.price .shop-product-single-price-show.aanbieding {
          margin-top: -10px;
          color: #a6a6a6; }
          .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.price .shop-product-single-price-show.aanbieding span {
            font-size: 13px; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.price .product-prijs {
        padding: 0 !important;
        margin: 0 !important;
        font-size: 18px;
        font-weight: 800;
        display: block;
        float: left;
        clear: both;
        width: 100%; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.price .product-prijs.discrete {
          line-height: 14px;
          height: 14px;
          color: grey;
          font-size: 12px;
          font-weight: normal !important; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.price .product-prijs.highlight {
          font-size: 38px;
          line-height: 35px;
          font-weight: bolder;
          padding-bottom: 0px;
          color: green; }
          .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.price .product-prijs.highlight span {
            font-size: 13px; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.price .product-prijs.msg, .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.price .product-prijs.poa {
          font-weight: normal;
          font-size: 12px;
          color: grey;
          line-height: 1 !important; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.stock .inner {
      padding: 5px 0; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.stock .inner.red {
        background-color: red;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.stock .inner.orange {
        background-color: orange;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.stock .inner.green {
        background-color: green;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.stock .inner.grey-light {
        background-color: #a6a6a6;
        color: white; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.stock .inner p {
        padding: 0; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.stock .inner p.stock-main {
          font-weight: bold;
          font-size: 18px; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.stock .inner p.stock-sub {
          font-weight: normal;
          font-size: 15px;
          margin-top: -5px; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.msg #shop-product-single-messages {
      list-style-type: none;
      margin-bottom: 0;
      padding: 0 0 20px 0;
      float: left; }
      .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.msg #shop-product-single-messages li {
        position: relative;
        padding-left: 30px; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.msg #shop-product-single-messages li.msg-alert:before {
          content: "\f071";
          position: absolute;
          top: 2px;
          left: 2px;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 13px; }
        .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.msg #shop-product-single-messages li.msg-info:before {
          content: "\f05a";
          position: absolute;
          top: 2px;
          left: 2px;
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 13px; }
    .shop-product-single .shop-product-single-buy .inner .shop-product-single-buy-box.cartbutton .btn.ghosted {
      background-color: #c0c0c0;
      color: #8c8c8c; }
.shop-product-single .shop-product-single-related {
  padding-top: 60px; }
.shop-product-single .shop-product-single-backlink {
  padding-top: 30px; }

/* CART */
.cart-container {
  padding-bottom: 20px;
  width: 100%;
  clear: both; }

.cartrow {
  padding: 5px 0px;
  font-size: 14px; }
  .cartrow .money {
    text-align: right !important; }
  .cartrow .cart-trashbin {
    opacity: 0.8; }
  .cartrow p {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 5px; }

.shop-cartnav-back {
  padding-top: 30px; }

@media only screen and (max-width: 989px) {
  .shop-cart-steps {
    display: none !important; } }
@media only screen and (min-width: 989px) {
  .shop-cart-steps-mobile {
    display: none !important; } }
.shop-cart-steps {
  padding-bottom: 20px; }
  .shop-cart-steps i {
    padding-right: 10px; }
  .shop-cart-steps .step-done {
    background-color: black;
    border-color: white;
    border: 1px solid transparent;
    border: medium none;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400; }
    .shop-cart-steps .step-done a {
      color: white;
      text-decoration: none; }
  .shop-cart-steps .step-active {
    background-color: #ff914d;
    border-color: white;
    border: 1px solid transparent;
    border: medium none;
    border-radius: 4px;
    color: white;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400; }
  .shop-cart-steps .step-open {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    border: 1px solid transparent;
    border: medium none;
    border-radius: 4px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400; }

.cartlegenda {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px; }

.cart-subnote {
  padding-top: 25px;
  text-align: center;
  color: grey;
  font-size: 13px; }

.cart-aantal {
  text-align: center; }

.cartproduct,
.cartbetaalkosten,
.cartverzendkosten,
.cartlandkosten,
.aanbiedingen {
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px; }
  .cartproduct a,
  .cartbetaalkosten a,
  .cartverzendkosten a,
  .cartlandkosten a,
  .aanbiedingen a {
    color: black;
    text-decoration: none; }

.alert {
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #ff914d; }

.cartsubtotaal {
  padding-top: 20px; }

.carttotaal {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold; }

.btn-addtocart,
.btn-shop,
.btn-red {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: black;
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; }
  .btn-addtocart:hover,
  .btn-shop:hover,
  .btn-red:hover {
    background-color: #262626;
    color: white; }

.shop-cartnav-next {
  text-align: right; }

#shop-cart-infosummary p {
  line-height: 1.5;
  font-size: 14px; }

#shop-cart-bedrag,
#shop-cart-betaalopties,
#shop-cart-verzendopties,
#shop-cart-extraopties,
#shop-cart-opmerking {
  border-bottom: 1px solid #c0c0c0; }
  #shop-cart-bedrag h3,
  #shop-cart-betaalopties h3,
  #shop-cart-verzendopties h3,
  #shop-cart-extraopties h3,
  #shop-cart-opmerking h3 {
    padding: 0px 0px 8px 0px; }
  #shop-cart-bedrag p,
  #shop-cart-betaalopties p,
  #shop-cart-verzendopties p,
  #shop-cart-extraopties p,
  #shop-cart-opmerking p {
    padding: 0px 0px 5px 0px; }
  #shop-cart-bedrag .radio-option,
  #shop-cart-betaalopties .radio-option,
  #shop-cart-verzendopties .radio-option,
  #shop-cart-extraopties .radio-option,
  #shop-cart-opmerking .radio-option {
    padding: 4px 0px; }
  #shop-cart-bedrag textarea,
  #shop-cart-betaalopties textarea,
  #shop-cart-verzendopties textarea,
  #shop-cart-extraopties textarea,
  #shop-cart-opmerking textarea {
    font-size: 11px;
    min-height: 75px; }

#shop-cart-voucher {
  margin-top: 50px; }

.shop-cart-steps-mobile {
  margin-bottom: 10px; }
  .shop-cart-steps-mobile p {
    text-align: center;
    font-weight: bold;
    background-color: #ff914d;
    color: white;
    padding: 10px 0; }

.cartbacklink,
.cart-delete {
  color: #8c8c8c;
  text-decoration: none; }
  .cartbacklink:hover,
  .cart-delete:hover {
    text-decoration: none;
    color: #262626; }

.cart-zakelijk {
  display: none; }
  .cart-zakelijk.active {
    display: block; }

.cart-row {
  padding-top: 15px;
  padding-bottom: 25px; }
  .cart-row h3 {
    padding: 0px 0px 8px 0px;
    padding-bottom: 15px;
    font-weight: 900;
    text-transform: uppercase; }

#shop-cart-afleveradres.verborgen {
  display: none; }

@media only screen and (min-width: 892px) {
  .shop-cart-maincol {
    padding-right: 60px; } }

.cart-methode-label {
  position: relative;
  width: 100%;
  padding: 3px 20px 3px 5px; }
  .cart-methode-label i {
    position: absolute;
    right: 2px;
    top: 2px; }
  .cart-methode-label:hover {
    background-color: #c0c0c0; }

/* SHOPDEBUG BAR */
.shop-debug-bar {
  background-color: #BBBBBB;
  color: #111111;
  padding: 18px;
  margin-bottom: 20px;
  font-size: 10px; }
  .shop-debug-bar .shop-debug-bar-boxes {
    padding: 15px; }
    .shop-debug-bar .shop-debug-bar-boxes .shop-debug-bar-box {
      float: left;
      padding-right: 15px;
      padding-bottom: 5px;
      line-height: 1; }
      .shop-debug-bar .shop-debug-bar-boxes .shop-debug-bar-box strong {
        font-size: 12px; }
        @media only screen and (min-width: 767px) {
          .shop-debug-bar .shop-debug-bar-boxes .shop-debug-bar-box strong {
            font-size: 14px; } }
  .shop-debug-bar .shop-debug-bar-actions .shop-debug-bar-btn {
    padding: 6px 9px;
    border-radius: 5px;
    border: 0px;
    font-size: 11px;
    margin-bottom: 5px; }
    .shop-debug-bar .shop-debug-bar-actions .shop-debug-bar-btn.white {
      background-color: white;
      color: black; }
    .shop-debug-bar .shop-debug-bar-actions .shop-debug-bar-btn.orange {
      background-color: orange;
      color: black; }
    .shop-debug-bar .shop-debug-bar-actions .shop-debug-bar-btn.red {
      background-color: red;
      color: white; }

.strike {
  position: relative;
  color: #e31d3d;
  font-weight: bold; }
  .strike:before {
    position: absolute;
    content: '';
    left: 0;
    top: 45%;
    right: 0;
    border-top: 1px solid #ff0000;
    border-color: inherit;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    transform: skewY(-10deg); }

.cart-account-row {
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both;
  width: 100%; }
  .cart-account-row h3 {
    padding-top: 0px;
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 21px; }

.shop-account {
  padding-top: 20px;
  padding-bottom: 20px;
  clear: both;
  width: 100%; }
  .shop-account h3 {
    padding-top: 0px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 26px; }
    .shop-account h3:after {
      display: block;
      width: 5rem;
      margin-top: 1rem;
      border-bottom: 3px solid #ff914d;
      content: " ";
      font-size: 0;
      height: 5px; }
  .shop-account .shop-account-link {
    color: black; }

.shop-cart-adres-card {
  padding-bottom: 10px;
  line-height: 1.3; }
  .shop-cart-adres-card .radio-option {
    padding-bottom: 4px; }
  .shop-cart-adres-card.verborgen {
    display: none; }

.shop-cart-adressen-options.factuur {
  display: none; }
.shop-cart-adressen-options.verborgen {
  display: none; }

.factuur-adres-form.verborgen {
  display: none; }

.aflever-adres-form.verborgen {
  display: none; }

/* FILTERS */
.shop-filters-group {
  padding-bottom: 20px; }

.shop-product-listview-filters {
  display: none;
  padding: 10px 15px; }
  .shop-product-listview-filters .active {
    display: block; }
  @media only screen and (min-width: 989px) {
    .shop-product-listview-filters {
      display: block; } }
  .shop-product-listview-filters h4 {
    font-weight: bold;
    font-size: 16px; }
  .shop-product-listview-filters ul {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: 0; }
    .shop-product-listview-filters ul li {
      line-height: 1.1 !important;
      font-size: 13px; }

.filter-mobile-toggle-bar {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  min-height: 30px;
  text-align: right; }
  @media only screen and (min-width: 989px) {
    .filter-mobile-toggle-bar {
      display: none; } }
  .filter-mobile-toggle-bar a {
    background-color: #05abd8;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    display: block;
    float: right; }
    .filter-mobile-toggle-bar a i {
      color: white; }

.shop-merkencarousel {
  padding-left: 45px;
  padding-right: 45px;
  position: relative; }
  .shop-merkencarousel .merken-listiten {
    background-color: white;
    padding: 5px; }
  .shop-merkencarousel .owl-nav {
    overflow: visible;
    height: 0px;
    background-color: blue;
    position: relative;
    z-index: 999;
    font-size: 24px; }
    .shop-merkencarousel .owl-nav .owl-prev,
    .shop-merkencarousel .owl-nav .owl-next {
      height: 35px;
      width: 30px;
      position: absolute;
      cursor: pointer;
      top: -85px !important;
      background-color: white !important;
      display: block;
      border-radius: 0px; }
      .shop-merkencarousel .owl-nav .owl-prev:hover,
      .shop-merkencarousel .owl-nav .owl-next:hover {
        color: #ff914d !important; }
    .shop-merkencarousel .owl-nav .owl-prev {
      left: -45px; }
    .shop-merkencarousel .owl-nav .owl-next {
      right: -45px; }
  .shop-merkencarousel .owl-dots {
    padding-top: 15px; }
    .shop-merkencarousel .owl-dots .owl-dot span {
      -webkit-box-shadow: 1px 2px 2px black;
      -moz-box-shadow: 1px 2px 2px black;
      box-shadow: 1px 2px 2px black;
      background-color: white; }
    .shop-merkencarousel .owl-dots .owl-dot.active span, .shop-merkencarousel .owl-dots .owl-dot:hover span {
      background-color: #ff914d; }

/* MERKEN LISTVIEW */
.merken-listview {
  margin-bottom: 20px; }
  .merken-listview .inner {
    padding: 10px;
    transition: all 200ms ease-in-out;
    border: 1px solid rgba(150, 150, 150, 0.2); }
    .merken-listview .inner:hover {
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.3);
      transform: scale(1.3); }

/*CSSMODULEHOOK */

/*# sourceMappingURL=style.css.map */
