/* external css */
@import url(bootstrap.min.css);
@import url(fontawesome.min.css);
@import url(fontawesome.all.min.css);
@import url(magnific-popup.css);
@import url(paymentfont.min.css);
@import url(animate.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(jquery-ui.min.css);
/* reset & vars */
/*****************************************************************************************
** BOX MODEL                                                                            **
*****************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,700;0,900;1,100;1,200;1,300;1,400;1,700;1,900&family=Vollkorn:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&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 */
/* #95828b;  #94738c; */
/* #94738c; */
/* #d0b7dd; */
/* fonts */
/* mixins */
/* defaults */
body {
  color: #6f6f82;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 23px;
  overflow-y: scroll;
  background-color: #f9f4fb; }

.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; }

h1, .ash1 {
  color: #521a41;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  padding: 0px 0px 30px 0px;
  text-transform: uppercase;
  font-style: italic; }
  @media screen and (min-width: 435px) {
    h1, .ash1 {
      font-size: 30px;
      line-height: 40px; } }
  @media screen and (min-width: 989px) {
    h1, .ash1 {
      font-size: 42px;
      line-height: 50px; } }

h2 {
  color: #e7d5ef;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  padding: 10px 0px 30px 0px; }

h3 {
  color: #c79eda;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  padding: 10px 0px 30px 0px; }

p {
  padding-bottom: 20px;
  line-height: 1.8; }
  p.inline {
    display: inline-block; }
  p.head-preline {
    color: #78c9c7;
    font-family: "Vollkorn", serif;
    font-weight: 400;
    font-size: 17px;
    padding: 0; }

.link.green {
  color: #78c9c7;
  font-style: italic;
  font-family: serif;
  font-size: 120%; }

.maincontent ul {
  list-style-type: disc;
  padding-left: 20px;
  padding-bottom: 20px; }
  .maincontent ul li {
    line-height: 1.8; }
.maincontent ol {
  list-style-type: decimal;
  padding-left: 20px;
  padding-bottom: 20px; }
  .maincontent ol li {
    line-height: 1.8; }
.maincontent p a {
  color: #78c9c7;
  text-decoration: underline; }
  .maincontent p a:hover {
    color: #46afac; }

.extrabold {
  font-weight: 900; }

.mobile-only {
  display: block; }
  @media screen and (min-width: 989px) {
    .mobile-only {
      display: none; } }

.desktop-only {
  display: none; }
  @media screen and (min-width: 989px) {
    .desktop-only {
      display: block; } }

.handwritten {
  font-family: "Vollkorn", serif; }

.btn {
  transition: all 300ms ease-in-out;
  border-radius: 0;
  text-decoration: none !important; }
  .btn.btn-main {
    background-color: #c79eda;
    color: white;
    text-transform: uppercase;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
    font-weight: normal;
    border-radius: 0;
    letter-spacing: 0px;
    padding: 7px 20px;
    text-decoration: none !important; }
    .btn.btn-main:hover {
      background-color: #bd8bd3;
      color: white; }
  .btn.btn-section {
    background-color: #e7d5ef;
    color: white;
    text-transform: uppercase;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
    font-weight: normal;
    border-radius: 3px;
    letter-spacing: 0px;
    padding: 7px 20px;
    text-decoration: none !important; }
    .btn.btn-section:hover {
      background-color: #947385;
      color: black; }
  .btn.btn-secondary {
    background-color: #947385;
    color: white;
    text-transform: uppercase;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: bold;
    font-weight: normal;
    letter-spacing: 0px;
    padding: 7px 20px;
    outline: 0;
    border: 0px solid transparent;
    text-decoration: none !important; }
    .btn.btn-secondary:hover {
      background-color: #785c6b;
      color: white; }
  .btn.btn-purple-light {
    background-color: #947385;
    color: white;
    text-decoration: none;
    font-size: 13px;
    padding: 7px 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    border-radius: 0;
    text-transform: uppercase;
    text-decoration: none !important; }
    @media screen and (min-width: 989px) {
      .btn.btn-purple-light {
        font-size: 15px; } }
    .btn.btn-purple-light:hover {
      background-color: #6a515e !important;
      color: white; }
  .btn.telefoon {
    padding-left: 35px;
    position: relative; }
    .btn.telefoon:after {
      position: absolute;
      display: block;
      top: 11px;
      left: 12px;
      font: var(--fa-font-solid);
      content: "\f095";
      font-size: 90%; }

.clickable {
  cursor: pointer; }

.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; }

section {
  padding-bottom: 70px;
  padding-top: 70px; }
  section.about-sideimage {
    background-color: #f9f4fb;
    background-repeat: no-repeat;
    overflow: hidden;
    background-size: 150px auto;
    background-position: 50% 100%; }
    @media screen and (min-width: 767px) {
      section.about-sideimage {
        background-size: 150px auto;
        background-position: 90% 100%; } }
    @media screen and (min-width: 892px) {
      section.about-sideimage {
        background-size: 250px auto;
        background-position: 95% 100%; } }
    @media screen and (min-width: 989px) {
      section.about-sideimage {
        background-size: 400px auto;
        background-position: 100% 100%; } }
    @media screen and (min-width: 1200px) {
      section.about-sideimage {
        background-size: 450px auto;
        background-position: 85% 100%; } }
  section.about {
    /*background-color:$purple-light-ultra;*/
    background-color: #E4D3E6;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 100% 100%; }
    @media screen and (max-width: 989px) {
      section.about {
        padding-bottom: 120px;
        background-size: contain; } }
    @media screen and (min-width: 989px) {
      section.about {
        padding-bottom: 100px;
        padding-top: 100px;
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: cover;
        background-position: 100% 0%; } }
  section.blue {
    background-color: #e7d5ef;
    color: white; }
    section.blue h1, section.blue h2, section.blue h3, section.blue h4, section.blue p, section.blue a {
      color: white; }
      section.blue h1 a, section.blue h2 a, section.blue h3 a, section.blue h4 a, section.blue p a, section.blue a a {
        color: white; }
  section.white {
    background-color: white;
    color: #6f6f82; }
  section.mandala {
    background-image: url("../images/layout/mandala_transparent.png");
    background-repeat: no-repeat;
    background-position: -15% 140%;
    background-size: 300px; }
    @media screen and (min-width: 989px) {
      section.mandala {
        background-size: 450px;
        background-position: -15% 140%; } }
    section.mandala.left.bottom {
      background-position: -15% 150%; }
    section.mandala.left.top {
      background-position: -15% 140%; }
    section.mandala.right.bottom {
      background-position: 115% 150%; }
    section.mandala.right.top {
      background-position: 115% 140%; }
  section.no-padding {
    padding-bottom: 0;
    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 {
  background-color: black;
  transition: all 300ms ease-in-out; }
  #shop-menu-bar.fixed {
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 9999; }

.pagination-nav {
  width: 100%;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  padding-top: 30px; }
  .pagination-nav .pagination li a {
    color: #947385 !important; }
    .pagination-nav .pagination li a:hover {
      color: white !important; }
  .pagination-nav .pagination li:hover a {
    color: white !important; }

#datetimepicker {
  padding-top: 0px;
  padding-bottom: 15px;
  width: 100%; }
  #datetimepicker #datepicker {
    padding-top: 5px;
    padding-bottom: 8px; }
  #datetimepicker #timepicker {
    padding-top: 5px;
    padding-bottom: 8px; }
    #datetimepicker #timepicker .timepicker-container {
      border: 1px solid #c5c5c5;
      border-radius: 3px;
      padding: 4px; }
    #datetimepicker #timepicker .timeselect {
      border-radius: 1px;
      border: 1px solid #c5c5c5;
      background: #f6f6f6;
      font-weight: normal;
      color: #454545;
      margin-right: 3px;
      margin-bottom: 3px; }
      #datetimepicker #timepicker .timeselect:hover {
        background: #EDEDED; }
      #datetimepicker #timepicker .timeselect.active {
        border: 1px solid #003eff;
        background: #007fff;
        font-weight: normal;
        color: #fff; }

.reserveren-btn {
  display: none; }

#topbar {
  background-color: #e7d5ef;
  padding: 10px;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  color: white; }

#stickywrap {
  width: 100%;
  display: block;
  transition: all 300ms ease-in-out; }
  #stickywrap.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    box-shadow: 0 8px 8px -4px rgba(0, 0, 0, 0.6); }

header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: white;
  transition: all 300ms ease-in-out; }
  header.fixed {
    transition: all 300ms ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 99999;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.4);
    width: 100%; }
    header.fixed #header-branding img {
      transition: all 300ms ease-in-out;
      width: 100%;
      max-width: 140px !important; }
    header.fixed nav.mainmenu {
      padding-top: 15px !important; }
  header #header-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
    header #header-wrap #header-branding {
      padding-top: 0;
      order: 1;
      flex-basis: 60%;
      padding-right: 20px; }
      @media screen and (min-width: 989px) {
        header #header-wrap #header-branding {
          padding-top: 15px;
          order: 1;
          flex-basis: 15%;
          padding-right: 0px;
          padding-top: 0px; } }
      header #header-wrap #header-branding img {
        transition: all 300ms ease-in-out;
        width: 100%;
        max-width: 250px; }
    @media screen and (max-width: 989px) {
      header #header-wrap #header-nav {
        flex-basis: 100%;
        order: 3; } }
    @media screen and (min-width: 989px) {
      header #header-wrap #header-nav {
        order: 3;
        flex-basis: 85%; } }
    header #header-wrap #header-nav nav.mainmenu {
      display: block;
      font-family: "Poppins", sans-serif; }
      @media screen and (min-width: 767px) {
        header #header-wrap #header-nav nav.mainmenu {
          /* display: none; */ } }
      @media screen and (max-width: 989px) {
        header #header-wrap #header-nav nav.mainmenu ul {
          display: block;
          position: relative;
          z-index: 1000;
          width: 100%;
          background: #e7d5ef;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 1px; }
          header #header-wrap #header-nav nav.mainmenu ul li {
            padding-bottom: 0;
            position: relative; }
            header #header-wrap #header-nav nav.mainmenu ul li a {
              display: block;
              padding: 12px 3%;
              border-bottom: 1px solid rgba(255, 255, 255, 0.4);
              color: #521a41;
              text-decoration: none;
              transition: all 300ms ease-in-out; }
              header #header-wrap #header-nav nav.mainmenu ul li a:hover, header #header-wrap #header-nav nav.mainmenu ul li a.current {
                font-style: italic;
                padding: 12px 3% 12px 5%; }
            header #header-wrap #header-nav nav.mainmenu ul li ul {
              display: none;
              background-color: rgba(255, 255, 255, 0.11); }
              header #header-wrap #header-nav nav.mainmenu ul li ul li {
                padding-left: 2%; }
                header #header-wrap #header-nav nav.mainmenu ul li ul li a {
                  color: #521a41 !important; }
                  header #header-wrap #header-nav nav.mainmenu ul li ul li a:hover, header #header-wrap #header-nav nav.mainmenu ul li ul li a.current {
                    font-style: italic; }
        header #header-wrap #header-nav nav.mainmenu .mob-nav-arrow {
          position: absolute;
          top: 7px;
          right: 7px;
          width: 30px;
          height: 30px;
          border-left: 1px dotted rgba(255, 255, 255, 0.9);
          border-bottom: 0px dotted rgba(255, 255, 255, 0.9);
          text-align: right;
          font-size: 20px;
          line-height: 30px;
          cursor: pointer;
          transition: all 300ms ease-in-out; }
          header #header-wrap #header-nav nav.mainmenu .mob-nav-arrow.active {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            transform: rotate(90deg);
            border-bottom: 1px dotted rgba(255, 255, 255, 0.9);
            border-left: 0px dotted rgba(255, 255, 255, 0.9); }
          header #header-wrap #header-nav nav.mainmenu .mob-nav-arrow:before {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f105";
            font-size: 16px;
            color: #947385;
            top: 1px;
            right: 8px;
            position: absolute; } }
      @media screen and (min-width: 989px) {
        header #header-wrap #header-nav nav.mainmenu {
          width: auto;
          padding-top: 15px;
          float: right; }
          header #header-wrap #header-nav nav.mainmenu ul {
            display: inline-block;
            clear: both;
            width: 100%;
            margin-top: 2px; }
            header #header-wrap #header-nav nav.mainmenu ul li {
              float: left;
              clear: none;
              padding: 0px;
              margin-right: 12px;
              width: auto;
              text-align: center;
              position: relative;
              border-bottom: 0; } }
      @media screen and (min-width: 989px) and (min-width: 1200px) {
        header #header-wrap #header-nav nav.mainmenu ul li {
          margin-right: 15px; } }
      @media screen and (min-width: 989px) {
              header #header-wrap #header-nav nav.mainmenu ul li:last-child {
                margin-right: 0 !important; }
              header #header-wrap #header-nav nav.mainmenu ul li:before {
                content: '';
                position: absolute;
                width: 100%;
                transform: scaleX(0);
                height: 2px;
                bottom: -4px;
                left: 0;
                background-color: #947385;
                transform-origin: bottom right;
                transition: transform 0.25s ease-out; }
              header #header-wrap #header-nav nav.mainmenu ul li:hover:before {
                transform: scaleX(1);
                transform-origin: bottom left; }
              header #header-wrap #header-nav nav.mainmenu ul li a {
                font-size: 12px;
                color: #947385;
                text-transform: uppercase;
                font-family: "Poppins", sans-serif;
                font-weight: 400;
                transition: 333ms ease-in-out; } }
        @media screen and (min-width: 989px) and (min-width: 1200px) {
          header #header-wrap #header-nav nav.mainmenu ul li a {
            font-size: 14px; } }
      @media screen and (min-width: 989px) {
                header #header-wrap #header-nav nav.mainmenu ul li a.menu-btn {
                  background-color: #e7d5ef;
                  padding: 6px 14px; }
                header #header-wrap #header-nav nav.mainmenu ul li a:hover {
                  text-decoration: none; }
                  header #header-wrap #header-nav nav.mainmenu ul li a:hover.menu-btn {
                    background-color: #947385;
                    color: #e5d1ed; }
              header #header-wrap #header-nav nav.mainmenu ul li.dropdown-li {
                position: relative;
                padding-right: 10px; }
                header #header-wrap #header-nav nav.mainmenu ul li.dropdown-li::after {
                  position: absolute;
                  top: 0px;
                  right: -2px;
                  font-family: "Font Awesome 5 Free";
                  font-weight: 900;
                  font-size: 12px;
                  content: "\f0d7";
                  color: #947385; }
                header #header-wrap #header-nav nav.mainmenu ul li.dropdown-li:hover ul {
                  display: block; }
              header #header-wrap #header-nav nav.mainmenu ul li ul {
                display: none;
                padding: 9px 20px;
                position: absolute;
                top: 20px;
                left: 0;
                width: 250px;
                background-color: #947385;
                z-index: 999;
                transition: all 300ms ease-in-out; }
                header #header-wrap #header-nav nav.mainmenu ul li ul li {
                  clear: both;
                  padding: 3px 0px;
                  border: none;
                  text-align: left;
                  margin-right: 0;
                  paddin-right: 0; }
                  header #header-wrap #header-nav nav.mainmenu ul li ul li a {
                    transition: all 300ms ease-in-out;
                    color: white;
                    text-decoration: none !important;
                    border: none;
                    font-size: 13px; }
                    header #header-wrap #header-nav nav.mainmenu ul li ul li a:hover {
                      border: none;
                      padding-left: 10px;
                      text-decoration: none; }
                  header #header-wrap #header-nav nav.mainmenu ul li ul li:hover {
                    border-bottom: none; } }
    header #header-wrap #header-actions {
      background-color: white;
      text-align: right;
      vertical-align: middle;
      order: 2;
      flex-basis: 40%;
      padding-top: 20px; }
      @media screen and (min-width: 989px) {
        header #header-wrap #header-actions {
          padding-top: 0;
          order: 1;
          flex-basis: 100%; } }
      header #header-wrap #header-actions .mobiletoggle {
        display: block;
        float: right;
        font-size: 24px;
        color: black;
        margin-left: 4px;
        padding: 10px;
        background-color: #e7d5ef;
        color: white;
        width: 45px;
        height: 45px;
        text-align: center;
        position: relative; }
        @media screen and (min-width: 989px) {
          header #header-wrap #header-actions .mobiletoggle {
            display: none; } }
        header #header-wrap #header-actions .mobiletoggle:after {
          position: absolute;
          bottom: -17px;
          left: 0;
          width: 100%;
          font-size: 9px;
          color: black;
          content: "menu";
          text-align: center; }
  header #minicart {
    float: right;
    margin-left: 10px;
    color: black; }

footer {
  background-color: #e5d1ed;
  color: #947385;
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 14px;
  font-family: "Poppins", sans-serif; }
  footer .footerblock {
    padding-bottom: 30px; }
    footer .footerblock .inner .logo-footer {
      max-width: 255px;
      margin-bottom: 30px; }
    footer .footerblock .inner h4 {
      letter-spacing: 1px;
      color: #521a41;
      font-size: 26px;
      font-weight: 300;
      margin-top: 30px;
      font-family: "Poppins", sans-serif;
      font-style: italic;
      padding-bottom: 20px; }
    footer .footerblock .inner a {
      color: #947385;
      text-decoration: none; }
    footer .footerblock .inner p {
      padding-bottom: 6px; }
    footer .footerblock .inner .footermenu li {
      padding: 2px 0; }
      footer .footerblock .inner .footermenu li ul {
        display: none; }
    footer .footerblock .inner .erkeningen {
      width: 70px;
      display: inline-block;
      margin: 5px; }
  footer .contact-row-icon {
    color: white; }

.bottombar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #947385;
  color: #e5d1ed;
  font-size: 15px;
  width: 100%; }
  .bottombar a {
    color: #e5d1ed;
    text-decoration: none;
    font-size: 11px; }
  .bottombar p {
    color: #e5d1ed;
    padding: 5px 0;
    font-size: 11px; }
  @media screen and (max-width: 989px) {
    .bottombar .bottombar-col-one {
      text-align: left; }
    .bottombar .bottombar-col-two {
      text-align: right; } }
  @media screen and (min-width: 989px) {
    .bottombar .bottombar-col-one {
      text-align: left; }
    .bottombar .bottombar-col-two {
      text-align: right; }
    .bottombar li {
      display: inline-block;
      padding-left: 20px;
      position: relative; }
      .bottombar li:after {
        content: "|";
        display: block;
        position: absolute;
        top: 1px;
        left: 10px; } }
  .bottombar .bottommenu {
    display: inline-block; }
    .bottombar .bottommenu li a {
      color: #e5d1ed; }
  .bottombar a.developerlink {
    color: #e5d1ed; }
    .bottombar a.developerlink:hover {
      color: #d22026;
      text-decoration: none; }

/*****************************************************************************************
** COOKIES                                                                   			**
*****************************************************************************************/
.cookie_monster {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 20px;
  border-top: 2px solid red;
  background-color: white;
  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 */
.sideblock {
  margin-bottom: 40px;
  float: left;
  clear: both; }
  .sideblock .inner {
    background-color: white;
    padding: 40px;
    display: block;
    clear: both;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3); }
    .sideblock .inner h3 {
      color: #521a41;
      font-size: 24px;
      font-weight: 300;
      text-transform: uppercase;
      padding-bottom: 20px;
      font-style: italic; }

#slideshow {
  width: 100%;
  overflow: hidden;
  background-color: #CCCCCC; }
  #slideshow.quotes {
    overflow: visible; }
  #slideshow.full {
    height: 800px; }
  #slideshow.small {
    height: 300px; }
    #slideshow.small .carousel-slide-template {
      display: none; }
  #slideshow.maps {
    height: 500px; }
  #slideshow iframe {
    width: 100%;
    height: 100%; }
  #slideshow .carousel-slide {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
    #slideshow .carousel-slide .carousel-slide-template {
      position: absolute;
      bottom: 0px;
      left: 0;
      width: 100%;
      padding: 10px; }
      @media screen and (min-width: 989px) {
        #slideshow .carousel-slide .carousel-slide-template {
          width: 70%; } }
      @media screen and (min-width: 989px) {
        #slideshow .carousel-slide .carousel-slide-template {
          bottom: 60px;
          left: 100px;
          max-width: 90%;
          padding: 40px; } }
      #slideshow .carousel-slide .carousel-slide-template h4 {
        font-family: "Vollkorn", serif;
        color: white;
        text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.4);
        font-size: 22px;
        padding-bottom: 10px;
        line-height: 1; }
        @media screen and (min-width: 435px) {
          #slideshow .carousel-slide .carousel-slide-template h4 {
            font-size: 28px;
            padding-bottom: 15px;
            line-height: 1.1; } }
        @media screen and (min-width: 767px) {
          #slideshow .carousel-slide .carousel-slide-template h4 {
            font-size: 44px;
            padding-bottom: 20px;
            line-height: 1.2; } }
        @media screen and (min-width: 989px) {
          #slideshow .carousel-slide .carousel-slide-template h4 {
            font-size: 64px;
            padding-bottom: 30px;
            line-height: 1.3; } }
      #slideshow .carousel-slide .carousel-slide-template p {
        color: white;
        font-size: 14px;
        line-height: 1.4; }
        @media screen and (min-width: 767px) {
          #slideshow .carousel-slide .carousel-slide-template p {
            font-size: 18px;
            line-height: 1.6; } }
        @media screen and (min-width: 989px) {
          #slideshow .carousel-slide .carousel-slide-template p {
            font-size: 21px;
            line-height: 1.8; } }
        #slideshow .carousel-slide .carousel-slide-template p.leesmeer a {
          transition: all 300ms ease-in-out;
          background-color: #947385;
          color: white;
          text-transform: uppercase;
          border-radius: 0;
          font-size: 12px;
          padding: 8px 20px; }
          @media screen and (min-width: 435px) {
            #slideshow .carousel-slide .carousel-slide-template p.leesmeer a {
              font-size: 14px;
              padding: 6px 11px; } }
          @media screen and (min-width: 767px) {
            #slideshow .carousel-slide .carousel-slide-template p.leesmeer a {
              font-size: 16px;
              padding: 8px 13px; } }
          @media screen and (min-width: 989px) {
            #slideshow .carousel-slide .carousel-slide-template p.leesmeer a {
              font-size: 24px;
              padding: 8px 20px; } }
          #slideshow .carousel-slide .carousel-slide-template p.leesmeer a:hover {
            background-color: #521a41; }

@media screen and (min-width: 989px) {
  #quotes-carousel .quote-slide .quote-inner {
    padding-left: 250px;
    padding-right: 250px; } }
#quotes-carousel .quote-slide .quote-inner p.quote-quote {
  font-family: "Vollkorn", serif;
  font-size: 24px;
  line-height: 35px;
  color: #947385;
  text-align: center;
  padding-bottom: 35px; }
  #quotes-carousel .quote-slide .quote-inner p.quote-quote span.quoteation.first {
    padding-right: 5px; }
  #quotes-carousel .quote-slide .quote-inner p.quote-quote span.quoteation.last {
    padding-left: 5px; }
#quotes-carousel .quote-slide .quote-inner p.quote-auteur {
  text-align: center;
  font-family: "Poppins", sans-serif;
  color: #898989; }
#quotes-carousel .owl-nav {
  display: none; }
#quotes-carousel .owl-dots .owl-dot {
  color: black;
  outline: none; }
  #quotes-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: white;
    border: 1px solid #78c9c7;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 300ms ease-in-out;
    border-radius: 30px; }
  #quotes-carousel .owl-dots .owl-dot.active span {
    background-color: #78c9c7; }

.contact-wrap {
  padding-bottom: 30px;
  clear: both;
  width: 100%;
  float: left; }
  .contact-wrap h3 {
    padding-bottom: 10px;
    padding-top: 0px;
    font-size: 21px;
    font-weight: 300;
    text-transform: uppercase;
    color: #e7d5ef; }

.contact-row {
  width: 100%;
  clear: both;
  position: relative;
  padding: 0 0 15px 0; }
  .contact-row .contact-row-icon {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px; }
  .contact-row .contact-row-data {
    width: 100%;
    line-height: 24px; }
    .contact-row .contact-row-data a {
      text-decoration: none;
      color: #6f6f82; }
      .contact-row .contact-row-data a:hover {
        color: #bd8bd3; }

.contact-part {
  padding-bottom: 30px; }
  .contact-part h3 {
    padding-bottom: 10px; }

.social-link {
  padding: 15px 10px 10px 10px;
  display: inline-block; }
  .social-link i {
    font-size: 28px; }
  .social-link:hover {
    color: #e7d5ef; }
  .social-link .social-link-tag {
    display: none; }

.openingstijden {
  max-width: 300px; }
  .openingstijden .openingstijden-dag {
    position: relative;
    clear: both;
    width: 100%;
    padding-bottom: 4px; }
    .openingstijden .openingstijden-dag .openingstijden-note {
      clear: both;
      font-size: 9px;
      padding-bottom: 5px; }
    .openingstijden .openingstijden-dag .openingstijden-tijd {
      position: absolute;
      right: 0;
      top: 3px;
      width: 105px;
      text-align: left; }
    .openingstijden .openingstijden-dag .footnote {
      padding-top: 8px;
      text-align: center;
      font-size: 11px;
      line-height: 14px; }

.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; }

.catalogus-wrap {
  width: 100%;
  display: block;
  position: relative;
  padding: 20px 0; }
  .catalogus-wrap .form-group {
    position: absolute; }
    .catalogus-wrap .form-group.input {
      left: 0;
      top: 0;
      width: 100%; }
    .catalogus-wrap .form-group.submit {
      right: 0;
      top: 0; }
    .catalogus-wrap .form-group .catalog-input-email {
      width: 99%;
      height: 38px; }

.nieuwsbrief-signup {
  position: relative; }
  .nieuwsbrief-signup .mc-field-group {
    padding-bottom: 16px; }
    .nieuwsbrief-signup .mc-field-group label {
      display: none; }
    .nieuwsbrief-signup .mc-field-group input[type=text], .nieuwsbrief-signup .mc-field-group input[type=email] {
      width: 100%;
      padding: 8px 15px;
      border: none; }
      .nieuwsbrief-signup .mc-field-group input[type=text]::placeholder, .nieuwsbrief-signup .mc-field-group input[type=email]::placeholder {
        color: #898989; }
  .nieuwsbrief-signup .indicates-required {
    font-size: 11px;
    position: absolute;
    left: 0;
    bottom: 20px; }
    .nieuwsbrief-signup .indicates-required .asterisk {
      color: #C10100; }
  .nieuwsbrief-signup .brandingLogo {
    display: none; }

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

.webinar-from {
  background-color: white;
  width: 100%;
  height: 100%;
  float: left;
  clear: both; }

.faq-wrap {
  padding-right: 40px; }
  .faq-wrap h2 {
    font-size: 21px;
    padding-bottom: 10px;
    padding-top: 30px;
    color: black; }
  .faq-wrap .faq-set {
    margin-bottom: 10px; }
    .faq-wrap .faq-set.active .faq-question {
      background-color: #947385;
      color: white; }
      .faq-wrap .faq-set.active .faq-question:before {
        transform: rotate(90deg); }
    .faq-wrap .faq-set .faq-question {
      background-color: #e7d5ef;
      color: white;
      width: 100%;
      padding: 10px 10px 10px 50px;
      cursor: pointer;
      position: relative;
      transition: all 0.5s ease; }
      .faq-wrap .faq-set .faq-question:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f101";
        position: absolute;
        left: 15px;
        top: 8px;
        font-size: 14px;
        transition: all 0.5s ease; }
      .faq-wrap .faq-set .faq-question p {
        padding: 0;
        margin: 0;
        line-height: 1.2;
        font-weight: bold;
        font-size: 16px; }
    .faq-wrap .faq-set .faq-answer {
      margin-top: 5px;
      margin-bottom: 15px;
      border: 1px solid #898989;
      padding: 20px;
      display: none; }
      .faq-wrap .faq-set .faq-answer.active {
        display: block; }
      .faq-wrap .faq-set .faq-answer p {
        padding: 0 0 15px 0;
        margin: 0;
        line-height: 1.5;
        font-weight: normal;
        font-size: 16px; }

.nieuws-listview {
  display: block; }
  .nieuws-listview .nieuws-listitem {
    padding: 15px;
    width: 100%;
    display: block;
    float: left;
    position: relative; }
    @media screen and (min-width: 767px) {
      .nieuws-listview .nieuws-listitem {
        width: 50%; } }
    .nieuws-listview .nieuws-listitem .inner {
      width: 100%;
      float: left;
      clear: both;
      transition: .2s ease-out;
      background-color: white;
      position: relative;
      -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
      -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
      box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3); }
      .nieuws-listview .nieuws-listitem .inner .nieuws-listview-image {
        background-color: #dcdce1;
        width: 43%;
        display: block;
        position: relative;
        float: left;
        background-size: cover;
        background-position: center center; }
        .nieuws-listview .nieuws-listitem .inner .nieuws-listview-image:after {
          content: "";
          display: block;
          padding-bottom: 120%; }
      .nieuws-listview .nieuws-listitem .inner .nieuws-listview-text {
        width: 55%;
        display: inline-block;
        padding: 20px 20px 10px 20px;
        display: block;
        position: relative;
        float: left; }
        .nieuws-listview .nieuws-listitem .inner .nieuws-listview-text h2 {
          color: #947385;
          font-size: 22px;
          font-family: "Vollkorn", serif;
          padding-bottom: 0px; }
          .nieuws-listview .nieuws-listitem .inner .nieuws-listview-text h2 a {
            color: #947385;
            text-decoration: none; }
      .nieuws-listview .nieuws-listitem .inner .nieuws-listview-bottom {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background-color: red; }
        .nieuws-listview .nieuws-listitem .inner .nieuws-listview-bottom .nieuws-listview-link {
          background-color: red;
          padding: 0; }
      .nieuws-listview .nieuws-listitem .inner:hover {
        -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
        -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
        box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
        transform: scale(1.03); }
        .nieuws-listview .nieuws-listitem .inner:hover .nieuws-listview-bottom .nieuws-listview-link a {
          background-color: #6a515e !important;
          color: white; }

.nieuws-listview-footer {
  padding-top: 20px;
  text-align: center;
  display: block;
  width: 100%;
  clear: both; }

.nieuws-singleview-item .nieuws-singleview-text {
  margin-top: 25px;
  margin-bottom: 25px; }
  @media screen and (min-width: 989px) {
    .nieuws-singleview-item .nieuws-singleview-text {
      padding-right: 60px; } }
.nieuws-singleview-item .nieuws-singleview-media .nieuws-singleview-image {
  margin-bottom: 20px; }
.nieuws-singleview-item .nieuws-singleview-media .nieuws-singleview-images {
  margin-bottom: 20px; }
.nieuws-singleview-item .nieuws-singleview-footer p {
  padding-bottom: 0;
  text-align: left; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  margin-left: 0 !important;
  padding-left: 0 !important; }
  .pagination li {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: grey;
    background-color: white;
    border: 1px solid #dee2e6; }
    .pagination li a {
      text-decoration: none; }
    .pagination li:hover {
      background: #947385; }

.newsblock .inner .nieuws-listview {
  display: block;
  clear: both;
  width: 100%;
  padding: 0; }
  .newsblock .inner .nieuws-listview .nieuws-listitem {
    width: 100%;
    padding: 0; }
    .newsblock .inner .nieuws-listview .nieuws-listitem p {
      font-family: "Vollkorn", serif;
      color: #947385;
      line-height: 1.4; }
      .newsblock .inner .nieuws-listview .nieuws-listitem p a {
        color: #947385;
        text-decoration: none;
        transition: all 300ms ease-in-out; }
        .newsblock .inner .nieuws-listview .nieuws-listitem p a:hover {
          color: #521a41; }

#popup {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.6);
  /* Black w/ opacity */ }
  #popup.open {
    display: block; }
  #popup .inner {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 80%; }
    @media screen and (min-width: 989px) {
      #popup .inner {
        width: 40%; } }
    #popup .inner #popup-close {
      cursor: pointer; }

/*****************************************************************************************
** POPUP                                                                   				**
*****************************************************************************************/
* {
  /* FF de marging resetten, deze niet toevoegen */
  margin: 0; }

.abri-show-btn {
  position: fixed;
  top: 45%;
  right: -70px;
  transition: all 300ms ease-in-out;
  display: block;
  width: 150px;
  height: 50px;
  background-color: #521a41;
  color: white;
  z-index: 99990;
  cursor: pointer;
  padding-left: 40px;
  padding-top: 20px;
  line-height: 30px;
  font-size: 13px;
  border-radius: 7px;
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -o-transform: rotate(90deg);
  /* Opera */
  transform: rotate(90deg);
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3); }
  .abri-show-btn:hover {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
    right: -65px; }
  .abri-show-btn.active-popup {
    right: -95px; }
  .abri-show-btn .hidden {
    display: none; }
  .abri-show-btn span {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    left: 10px;
    bottom: 5px;
    color: white;
    font-size: 17px; }

.abri {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none; }
  @media only screen and (max-width: 892px) {
    .abri .abri-content {
      padding-left: 30px !important;
      padding-right: 30px !important;
      padding-bottom: 30px !important;
      padding-top: 30px !important;
      position: absolute;
      left: 5%;
      right: 5%;
      top: 5%; } }
  @media only screen and (min-width: 892px) {
    .abri .abri-content {
      padding: 50px;
      background-color: transparent;
      position: absolute;
      left: 5%;
      right: 5%;
      top: 5%;
      bottom: 5%;
      border-radius: 0.25em;
      /* border: thin solid black; */ } }
  .abri .abri-content.vrij {
    background-color: white !important;
    color: black;
    overflow-y: auto;
    overflow-x: hidden; }
  .abri .abri-content.video {
    background-color: white !important;
    color: black; }
  .abri .abri-content popupdata {
    display: none; }
  .abri .abri-content .abri-close-btn {
    color: red;
    font-size: 48px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: all 0.2s ease; }
    @media only screen and (min-width: 892px) {
      .abri .abri-content .abri-close-btn {
        top: 20px;
        right: 20px; } }
    .abri .abri-content .abri-close-btn:hover {
      color: darkgray; }

.topbar-usps {
  text-align: center;
  z-index: 999; }
  @media screen and (min-width: 989px) {
    .topbar-usps .topbar-usps-nav {
      display: none; } }
  .topbar-usps .topbar-usps-nav.prev {
    top: 10px;
    left: 10px;
    position: absolute;
    cursor: pointer; }
    .topbar-usps .topbar-usps-nav.prev:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f104";
      font-size: 16px;
      color: white; }
  .topbar-usps .topbar-usps-nav.next {
    top: 10px;
    right: 10px;
    cursor: pointer;
    position: absolute; }
    .topbar-usps .topbar-usps-nav.next:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f105";
      font-size: 16px;
      color: white; }
  .topbar-usps .usplist li {
    float: left;
    width: 100%;
    font-size: 13px; }
    @media screen and (min-width: 989px) {
      .topbar-usps .usplist li.items-1 {
        width: 100%; }
      .topbar-usps .usplist li.items-2 {
        width: 50%; }
      .topbar-usps .usplist li.items-3 {
        width: 33.3333333333%; }
      .topbar-usps .usplist li.items-4 {
        width: 25%; }
      .topbar-usps .usplist li.items-5 {
        width: 20%; }
      .topbar-usps .usplist li.items-6 {
        width: 16.6666666667%; }
      .topbar-usps .usplist li.items-7 {
        width: 14.2857142857%; }
      .topbar-usps .usplist li.items-8 {
        width: 12.5%; }
      .topbar-usps .usplist li.items-9 {
        width: 11.1111111111%; }
      .topbar-usps .usplist li.items-10 {
        width: 10%; }
      .topbar-usps .usplist li.items-11 {
        width: 9.0909090909%; }
      .topbar-usps .usplist li.items-12 {
        width: 8.3333333333%; }
      .topbar-usps .usplist li.items-13 {
        width: 7.6923076923%; }
      .topbar-usps .usplist li.items-14 {
        width: 7.1428571429%; }
      .topbar-usps .usplist li.items-15 {
        width: 6.6666666667%; } }
    .topbar-usps .usplist li .usp-icon {
      padding-right: 7px;
      display: inline-block; }
    .topbar-usps .usplist li .usp-text {
      display: inline-block; }

.usplist.usps.medium li {
  padding: 7px 0; }
.usplist.usps li {
  position: relative;
  margin-bottom: 8px; }
  .usplist.usps li .usp-icon {
    display: block;
    position: absolute;
    top: 3px;
    left: 0; }
  .usplist.usps li .usp-text {
    padding-left: 30px;
    display: block;
    width: 100%; }

.usplist.usps-big .usplist-block {
  padding: 15px;
  transition: 333ms ease-in-out;
  display: inline-block;
  width: 100%; }
  @media screen and (min-width: 435px) {
    .usplist.usps-big .usplist-block {
      width: 50%; } }
  @media screen and (min-width: 989px) {
    .usplist.usps-big .usplist-block.items-1 {
      width: 100%; }
    .usplist.usps-big .usplist-block.items-2 {
      width: 50%; }
    .usplist.usps-big .usplist-block.items-3 {
      width: 33.3333333333%; }
    .usplist.usps-big .usplist-block.items-4 {
      width: 25%; }
    .usplist.usps-big .usplist-block.items-5 {
      width: 20%; }
    .usplist.usps-big .usplist-block.items-6 {
      width: 16.6666666667%; }
    .usplist.usps-big .usplist-block.items-7 {
      width: 14.2857142857%; }
    .usplist.usps-big .usplist-block.items-8 {
      width: 12.5%; } }
  .usplist.usps-big .usplist-block .text {
    text-align: center;
    font-size: 16px;
    padding: 0 30px; }
    @media screen and (min-width: 989px) {
      .usplist.usps-big .usplist-block .text {
        font-size: 18px;
        padding: 0 10px; } }
  .usplist.usps-big .usplist-block:hover {
    transform: scale(1.03); }

.accountlink-mobile {
  color: white;
  background-color: red; }

#datepicker .ui-datepicker {
  width: 100% !important; }

/* MINICART */
.shop-minicart.mobile {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: relative;
  text-align: left;
  color: #e7d5ef;
  text-align: center;
  position: relative; }
  @media only screen and (min-width: 989px) {
    .shop-minicart.mobile {
      display: none; } }
  .shop-minicart.mobile a {
    display: block;
    font-size: 20px;
    color: black;
    padding: 10px;
    background-color: #e7d5ef;
    color: white;
    width: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    line-height: 24px;
    margin-right: 8px;
    position: relative; }
    .shop-minicart.mobile a:after {
      position: absolute;
      bottom: -17px;
      left: 0;
      width: 100%;
      font-size: 9px;
      color: black;
      content: "winkelagen";
      text-align: center; }
  .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;
  font-size: 80%; }
  .shop-minicart.desktop:hover {
    /* background-color:$pink; */ }
  @media only screen and (min-width: 989px) {
    .shop-minicart.desktop {
      display: inline-block; } }
  .shop-minicart.desktop .minicart-items {
    color: #521a41;
    font-family: "Poppins", sans-serif; }
  .shop-minicart.desktop .minicart-pipe {
    color: #521a41;
    font-family: "Poppins", sans-serif; }
  .shop-minicart.desktop .minicart-bedrag {
    color: #521a41;
    font-family: "Poppins", sans-serif; }
  .shop-minicart.desktop .minicart-btn {
    color: #521a41;
    text-decoration: none; }
    .shop-minicart.desktop .minicart-btn:hover {
      text-decoration: none; }

/* ACCOUNTLINK */
@media only screen and (max-width: 989px) {
  .shop-accountlink {
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 45px;
    position: relative;
    text-align: left;
    color: #e7d5ef;
    text-align: center; }
    .shop-accountlink .shop-accountlink-atag {
      display: block;
      text-align: center;
      text-decoration: none;
      font-size: 17px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: #e7d5ef; }
      .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;
    background-color: white; }
    .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: "Poppins", sans-serif; }
      .shop-accountlink a.shop-accountlink-atag .shop-accountlink-label {
        padding-left: 6px; } }
.shop-accountlink .accountlink-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-dropdown ul li {
    padding: 5px 0;
    border-bottom: 1px solid #dcdce1; }
    .shop-accountlink .accountlink-dropdown ul li a {
      text-decoration: none;
      color: black; }
    .shop-accountlink .accountlink-dropdown ul li:last-child {
      border-bottom: 0; }
.shop-accountlink.active .accountlink-dropdown {
  display: block; }

/* SEARCHBAR */
@media only screen and (max-width: 989px) {
  .shop-search {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: left;
    color: #e7d5ef;
    text-align: center; }
    .shop-search .shop-search-mobile {
      display: block;
      font-size: 20px;
      color: black;
      padding: 10px;
      background-color: #e7d5ef;
      color: white;
      width: 45px;
      height: 45px;
      text-align: center;
      text-decoration: none;
      line-height: 24px;
      margin-right: 8px;
      position: relative; }
      .shop-search .shop-search-mobile:after {
        position: absolute;
        bottom: -17px;
        left: 0;
        width: 100%;
        font-size: 9px;
        color: black;
        content: "zoeken";
        text-align: center; } }
    @media only screen and (max-width: 989px) and (min-width: 989px) {
      .shop-search .shop-search-mobile {
        display: none; } }
@media only screen and (max-width: 989px) {
    .shop-search .shop-search-form {
      left: 0;
      top: -200px;
      position: fixed;
      width: 100%;
      padding: 30px 20px 30px 30px;
      background-color: white;
      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; }
      .shop-search .shop-search-form.active {
        top: 0;
        z-index: 999; }
      .shop-search .shop-search-form .shop-search-form-inner {
        position: relative;
        padding-right: 35px; }
        .shop-search .shop-search-form .shop-search-form-inner .shop-search-close {
          position: absolute;
          right: 0;
          bottom: -4px;
          font-size: 21px;
          color: #C10100;
          text-decoration: none; }
        .shop-search .shop-search-form .shop-search-form-inner .shop-search-btn {
          position: absolute;
          right: 50px;
          bottom: -4px;
          color: black;
          font-size: 18px;
          color: black;
          text-decoration: none; } }
@media only screen and (min-width: 989px) {
  .shop-search {
    padding-left: 10px;
    display: inline-block;
    position: relative;
    text-align: left;
    color: #898989;
    background-color: white; }
    .shop-search a.shop-search-mobile {
      display: none; }
    .shop-search .shop-search-mobile {
      display: block;
      text-align: center;
      text-decoration: none;
      font-size: 17px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: #e7d5ef; }
    .shop-search .shop-search-form {
      width: 100%;
      background-color: white; }
      .shop-search .shop-search-form .shop-search-form-inner {
        position: relative;
        padding: 0; }
        .shop-search .shop-search-form .shop-search-form-inner .shop-search-close {
          display: none; }
        .shop-search .shop-search-form .shop-search-form-inner .shop-search-btn {
          position: absolute;
          right: 8px;
          bottom: 5px;
          font-size: 17px;
          color: #898989;
          text-decoration: none; }
        .shop-search .shop-search-form .shop-search-form-inner #shop-search-form-input {
          height: 32px;
          color: #898989; } }

/* WINKELWAGEN POPUP */
#winkelwagenPop {
  display: block;
  width: 92vw;
  position: fixed;
  right: -560px;
  top: 10px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px;
  box-shadow: 2px 2px 9px -4px #000;
  transition: 1s;
  margin: 5px;
  z-index: 999;
  background-color: #fff;
  overflow-y: auto;
  max-height: 95vh; }
  #winkelwagenPop::-webkit-scrollbar {
    width: 3px; }
  #winkelwagenPop::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 10px; }
  @media only screen and (min-width: 531px) {
    #winkelwagenPop {
      width: 530px;
      margin-right: 10px; } }
  #winkelwagenPop.active {
    right: 0px; }
  #winkelwagenPop .exitCart {
    display: block;
    position: absolute;
    top: 28px;
    font-size: 20px;
    right: 8px; }
    @media only screen and (min-width: 335px) {
      #winkelwagenPop .exitCart {
        right: 30px; } }
  #winkelwagenPop .product {
    margin: 3px 0;
    padding-bottom: 3px;
    float: left;
    display: block;
    clear: both;
    width: 100%;
    border-bottom: 1px solid #dcdce1; }
    #winkelwagenPop .product .image {
      width: 15%;
      float: left; }
    #winkelwagenPop .product .info {
      text-align: left;
      padding: 0 0 0 10px;
      width: 85%;
      float: left; }
      #winkelwagenPop .product .info .titel {
        float: left;
        text-align: left;
        text-overflow: ellipsis;
        width: 100%;
        font-weight: bold; }
      #winkelwagenPop .product .info .aantal {
        float: left;
        text-align: left;
        width: 60%; }
      #winkelwagenPop .product .info .prijs {
        float: left;
        width: 40%;
        text-align: right; }
  #winkelwagenPop .afronden {
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #winkelwagenPop .afronden .naarWinkelwagen .btn-wagen {
      border: none;
      display: block;
      background-color: #e7d5ef;
      padding: 14px;
      color: white;
      font-weight: bold; }
    #winkelwagenPop .afronden .totaal h3 {
      padding-bottom: 4px; }

.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(0, 0, 0, 0.6); }

.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(0, 0, 0, 0.6); }

/* 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: "Poppins", 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: "Poppins", 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: "Poppins", 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: "Poppins", 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: #dcc3e8;
    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; }

/* SHOP FATMENU */
.fatmenu {
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  clear: both;
  width: 100%;
  /*padding-left:200px;*/
  z-index: 999;
  transition: all 300ms ease-in-out; }
  .fatmenu.active {
    display: block; }
  .fatmenu#fatmenu-532x, .fatmenu#fatmenu-302x {
    display: block; }
  .fatmenu .inner {
    background-color: #d2b0e1;
    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.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 a {
          color: white;
          text-decoration: none; }
      .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: 4px 0px; }
          .fatmenu .inner .fatmenu-part.brands-all ul.list-brands-all li a {
            color: white;
            text-decoration: none;
            transition: all 300ms ease-in-out; }
            .fatmenu .inner .fatmenu-part.brands-all ul.list-brands-all li a:hover {
              padding-left: 5px; }

/* SHOPMENU SIDEBAR */
.shopmenu-sidebar {
  padding-left: 0px !important;
  margin-left: 0px !important;
  padding-top: 10px;
  padding-bottom: 10px !important;
  margin: 0px !important;
  width: 100%;
  background-color: #e7d5ef;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .shopmenu-sidebar li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    /* tweede laag */ }
    .shopmenu-sidebar li a {
      padding: 0px 0px 0px 15px;
      color: white;
      font-size: 16px;
      display: block;
      width: 100%;
      text-decoration: none; }
      .shopmenu-sidebar li a.current, .shopmenu-sidebar li a:hover {
        background-color: #f2e7f6 !important; }
    .shopmenu-sidebar li ul {
      padding: 0px;
      background-color: #d2b0e1;
      display: none; }
      .shopmenu-sidebar li ul li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
        /* derde laag */ }
        .shopmenu-sidebar li ul li a {
          padding: 0px 0px 0px 30px;
          color: white;
          font-size: 14px;
          text-decoration: none; }
          .shopmenu-sidebar li ul li a.current, .shopmenu-sidebar li ul li a:hover {
            background-color: #f2e7f6 !important; }
        .shopmenu-sidebar li ul li ul {
          padding: 0px;
          background-color: #c79eda; }
          .shopmenu-sidebar li ul li ul li {
            list-style: none;
            padding: 0px;
            margin: 0px;
            line-height: 35px;
            cursor: pointer; }
            .shopmenu-sidebar li ul li ul li:hover {
              border-left: 2px solid #ebd3af;
              background-color: #ebd3af;
              -webkit-transition: all 0s ease;
              -moz-transition: all 0s ease;
              -o-transition: all 0s ease;
              -ms-transition: all 0s ease;
              transition: all 0s ease; }
            .shopmenu-sidebar li ul li ul li a {
              padding: 0px 0px 0px 45px;
              color: white;
              font-size: 12px;
              text-decoration: none; }
        .shopmenu-sidebar li ul li ul.active {
          display: block; }
    .shopmenu-sidebar li ul.active {
      display: block; }

/* 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: "Poppins", sans-serif;
    margin: 0;
    float: left;
    line-height: 1;
    text-align: center;
    height: 60px;
    line-height: 70px;
    transition: all 300ms ease-in-out;
    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: "Poppins", sans-serif;
      font-size: 12px;
      text-decoration: none; }
      @media screen and (min-width: 1460px) {
        .shopmenu li a {
          font-size: 14px; } }
      .shopmenu li a:hover, .shopmenu li a.current {
        font-family: "Poppins", sans-serif; }
    .shopmenu li:hover {
      line-height: 60px; }
    .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: "Poppins", sans-serif;
            font-weight: 700; }

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

.shop-matrix-wrap {
  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: #dcdce1;
    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: #dcdce1; }
  .shop-matrix-wrap .shop-matrix-btn {
    padding-top: 30px; }
    .shop-matrix-wrap .shop-matrix-btn .btn.matrix-button {
      border: 1px solid black;
      padding: 6px 10px;
      border-radius: 0;
      transition: all 200ms ease-in-out; }
      .shop-matrix-wrap .shop-matrix-btn .btn.matrix-button:hover {
        background-color: #e7d5ef;
        color: white;
        border: 1px solid white; }

/* 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, 3, 0.7);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      transform: scale(1.3); }

/* CATEGORIE LISTVIEW */
#shop-categorie-listview-toptext .inner {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e7d5ef; }

#shop-categorie-listview-bottomtext .inner {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e7d5ef; }

.shop-categorie-listview-item {
  margin-bottom: 30px;
  transition: 333ms ease-in-out; }
  .shop-categorie-listview-item .inner {
    padding: 0px;
    clear: both;
    float: left;
    width: 100%;
    transition: all 333ms ease-in-out;
    font-family: "Poppins", sans-serif;
    background-color: white;
    position: relative;
    color: black;
    border: 1px solid #dcdce1;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3); }
    .shop-categorie-listview-item .inner .shop-categorie-listview-img {
      position: relative;
      overflow: hidden; }
      .shop-categorie-listview-item .inner .shop-categorie-listview-img a {
        color: #e7d5ef;
        text-decoration: none;
        background-color: transparent; }
    .shop-categorie-listview-item .inner .shop-categorie-listview-text {
      padding: 25px;
      background-color: white;
      color: black;
      -webkit-transition: background 0.8s ease;
      -moz-transition: background 0.8s ease;
      -o-transition: background 0.8s ease;
      transition: background 0.8s ease; }
      .shop-categorie-listview-item .inner .shop-categorie-listview-text h2 {
        text-align: center;
        font-family: "Vollkorn", serif;
        color: #947385;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 2px;
        padding: 5px 0 4px 0;
        margin: 0;
        font-size: 14px; }
        @media screen and (min-width: 989px) {
          .shop-categorie-listview-item .inner .shop-categorie-listview-text h2 {
            font-size: 18px; } }
        .shop-categorie-listview-item .inner .shop-categorie-listview-text h2 a {
          color: #947385;
          text-decoration: none; }
      .shop-categorie-listview-item .inner .shop-categorie-listview-text .product-intro {
        display: none; }
      .shop-categorie-listview-item .inner .shop-categorie-listview-text .product-counter {
        text-align: center;
        color: #947385;
        padding: 5px 0;
        margin: 0;
        font-size: 13px; }
    .shop-categorie-listview-item .inner:hover {
      transform: scale(1.03);
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      transform: scale(1.03);
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7); }
      .shop-categorie-listview-item .inner:hover .shop-categorie-listview-text {
        background-color: white;
        color: white !important; }
        .shop-categorie-listview-item .inner:hover .shop-categorie-listview-text h2 {
          color: #947385; }
          .shop-categorie-listview-item .inner:hover .shop-categorie-listview-text h2 a {
            color: #947385; }
        .shop-categorie-listview-item .inner:hover .shop-categorie-listview-text p {
          color: #947385; }

/* 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: #898989;
      text-decoration: none; }
    .crumblepath.shop li .divider {
      position: absolute;
      top: 0;
      right: 8px;
      color: #dcdce1; }
    .crumblepath.shop li:last-child .divider {
      display: none; }

/* PRODUCT LISTVIEW */
div.shop-product-listview-item {
  margin-bottom: 30px;
  display: block;
  transition: 333ms ease-in-out; }
  div.shop-product-listview-item.related-product .shop-product-listview-title h3 {
    font-size: 14px;
    color: black;
    min-height: 110px;
    line-height: 1.9; }
    div.shop-product-listview-item.related-product .shop-product-listview-title h3 a {
      color: black; }
  div.shop-product-listview-item .inner {
    clear: both;
    float: left;
    width: 100%;
    background-color: white;
    position: relative;
    padding: 0 0 75px 0;
    color: white;
    transition: all 300ms ease-in-out;
    border: 1px solid #dcdce1;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3); }
    div.shop-product-listview-item .inner:hover {
      transform: scale(1.03);
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      border: 1px solid #947385; }
      div.shop-product-listview-item .inner:hover .shop-product-listview-footer .shop-product-listview-footer-link a {
        background-color: #6a515e;
        color: white; }
      div.shop-product-listview-item .inner:hover .option_preview {
        display: block; }
    div.shop-product-listview-item .inner .shop-product-listview-overlay.sold {
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 99;
      top: 0;
      left: 0;
      overflow: hidden; }
      div.shop-product-listview-item .inner .shop-product-listview-overlay.sold span {
        margin: 20px auto;
        color: #FFFFFF;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        width: 100%;
        display: block;
        vertical-align: middle;
        margin-top: 33%;
        text-transform: uppercase;
        -webkit-transform: rotate(340deg);
        -moz-transform: rotate(340deg);
        -o-transform: rotate(340deg);
        transform: rotate(340deg);
        writing-mode: lr-tb; }
    div.shop-product-listview-item .inner .shop-product-listview-overlay.badge {
      position: absolute;
      top: 20px;
      right: -10px;
      padding: 7px 15px 7px 7px;
      text-align: center;
      font-weight: 700;
      min-width: 100px;
      z-index: 99;
      color: white;
      background-color: #5faee3;
      border-radius: 0; }
      div.shop-product-listview-item .inner .shop-product-listview-overlay.badge.blue {
        background-color: #5faee3;
        color: white; }
      div.shop-product-listview-item .inner .shop-product-listview-overlay.badge.blue-dark {
        background-color: #3498db;
        color: white; }
      div.shop-product-listview-item .inner .shop-product-listview-overlay.badge.red {
        background-color: #C10100;
        color: white; }
      div.shop-product-listview-item .inner .shop-product-listview-overlay.badge.green {
        background-color: #addad4;
        color: black; }
      div.shop-product-listview-item .inner .shop-product-listview-overlay.badge.green-dark {
        background-color: #78c9c7;
        color: white; }
      div.shop-product-listview-item .inner .shop-product-listview-overlay.badge.none {
        background-color: transparent;
        color: black;
        padding: 0px !important; }
    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: 4px 7px;
          font-size: 12px;
          float: left;
          margin: 3px; }
          div.shop-product-listview-item .inner .option_preview .stock_prieview li.in-of-stock {
            background-color: #46afac;
            color: white; }
          div.shop-product-listview-item .inner .option_preview .stock_prieview li.out-of-stock {
            background-color: #9797a6;
            color: black; }
    div.shop-product-listview-item .inner .shop-product-listview-img {
      padding: 0x;
      position: relative; }
    div.shop-product-listview-item .inner .shop-product-listview-text {
      padding: 30px 30px 0 30px;
      min-height: 80px; }
      div.shop-product-listview-item .inner .shop-product-listview-text .shop-product-listview-title-brand {
        color: white;
        font-size: 11px; }
      div.shop-product-listview-item .inner .shop-product-listview-text h3 {
        font-family: "Vollkorn", serif;
        color: #947385;
        width: 100%;
        padding: 0 0 15px 0px;
        clear: both;
        line-height: 1.2;
        font-weight: 400;
        text-align: left;
        font-size: 16px; }
        @media screen and (min-width: 767px) {
          div.shop-product-listview-item .inner .shop-product-listview-text h3 {
            font-size: 18px; } }
        @media screen and (min-width: 1200px) {
          div.shop-product-listview-item .inner .shop-product-listview-text h3 {
            font-size: 24px; } }
        div.shop-product-listview-item .inner .shop-product-listview-text h3 a {
          color: #947385;
          text-decoration: none; }
      div.shop-product-listview-item .inner .shop-product-listview-text p {
        color: black;
        font-family: "Poppins", sans-serif; }
      div.shop-product-listview-item .inner .shop-product-listview-text .shop-product-listview-price {
        width: 100%;
        clear: both;
        float: left; }
        div.shop-product-listview-item .inner .shop-product-listview-text .shop-product-listview-price .product-prijs {
          background-color: "transparent";
          padding: 0 0 2px 0;
          font-family: "Poppins", sans-serif; }
          div.shop-product-listview-item .inner .shop-product-listview-text .shop-product-listview-price .product-prijs.discrete {
            line-height: 13px;
            font-size: 13px;
            color: #9797a6;
            text-align: left; }
          div.shop-product-listview-item .inner .shop-product-listview-text .shop-product-listview-price .product-prijs.text {
            line-height: 13px;
            font-size: 13px;
            text-align: left; }
          div.shop-product-listview-item .inner .shop-product-listview-text .shop-product-listview-price .product-prijs.prijs {
            font-size: 22px;
            font-weight: 700;
            font-family: "Poppins", sans-serif;
            text-align: left;
            color: #947385;
            height: 40px; }
            div.shop-product-listview-item .inner .shop-product-listview-text .shop-product-listview-price .product-prijs.prijs span {
              vertical-align: 5px;
              font-size: 16px;
              letter-spacing: 1px;
              padding-left: 2px; }
          div.shop-product-listview-item .inner .shop-product-listview-text .shop-product-listview-price .product-prijs.highlight {
            color: #947385; }
          div.shop-product-listview-item .inner .shop-product-listview-text .shop-product-listview-price .product-prijs.msg {
            font-size: 13px;
            text-align: left;
            margin: 0;
            padding: 0;
            color: white;
            line-height: 1.2; }
            div.shop-product-listview-item .inner .shop-product-listview-text .shop-product-listview-price .product-prijs.msg span {
              clear: both;
              width: 100%;
              margin-bottom: 4px;
              font-size: 11px;
              line-height: 1.3;
              display: block; }
    div.shop-product-listview-item .inner .shop-product-listview-footer {
      position: absolute;
      bottom: 0;
      left: 0px;
      width: 100%;
      padding: 0 20px 20px 20px;
      clear: both; }
      div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-brand {
        display: none;
        font-size: 13px;
        color: #898989;
        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-link {
        width: 100%;
        display: block;
        float: left;
        margin-top: 12px; }
        div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-link a {
          background-color: #947385;
          color: white;
          text-decoration: none;
          font-size: 13px;
          padding: 7px 18px;
          display: block;
          float: right;
          text-align: center;
          line-height: 18px;
          border-radius: 0;
          text-transform: uppercase; }
          @media screen and (min-width: 989px) {
            div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-link a {
              font-size: 15px; } }
          div.shop-product-listview-item .inner .shop-product-listview-footer .shop-product-listview-footer-link a:hover {
            background-color: #6a515e !important;
            color: white; }

/* PRODUCT LISTVIEW */
div.shop-product-listview-itemxxxx {
  margin-bottom: 30px;
  /*display:block;
  float:left;
  clear:both;*/ }
  div.shop-product-listview-itemxxxx.related-product .inner .shop-product-listview-title h3 {
    font-size: 14px;
    color: black; }
    div.shop-product-listview-itemxxxx.related-product .inner .shop-product-listview-title h3 a {
      color: black; }
  div.shop-product-listview-itemxxxx.related-product .inner .shop-product-listview-footer .shop-product-listview-footer-price {
    margin-top: 10px;
    font-weight: bold; }
    div.shop-product-listview-itemxxxx.related-product .inner .shop-product-listview-footer .shop-product-listview-footer-price .aanbieding {
      color: red; }
  div.shop-product-listview-itemxxxx.related-product .inner .shop-product-listview-footer .shop-product-listview-footer-link {
    margin-top: 10px; }
    div.shop-product-listview-itemxxxx.related-product .inner .shop-product-listview-footer .shop-product-listview-footer-link a {
      font-size: 16px; }
  div.shop-product-listview-itemxxxx .inner {
    padding: 20px;
    border: 0px solid #dcdce1;
    clear: both;
    float: left;
    width: 100%;
    background-color: white;
    position: relative; }
    div.shop-product-listview-itemxxxx .inner:hover {
      -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7);
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 3, 0.7); }
    div.shop-product-listview-itemxxxx .inner .shop-product-listview-title h3 a {
      color: #3498db; }
    div.shop-product-listview-itemxxxx .inner .shop-product-listview-overlay.sold {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 99;
      top: 0;
      left: 0;
      overflow: hidden; }
    div.shop-product-listview-itemxxxx .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-itemxxxx .inner .option_preview h4 {
        color: black;
        font-weight: bold;
        padding-bottom: 7px; }
      div.shop-product-listview-itemxxxx .inner .option_preview .stock_prieview {
        list-style-type: none;
        padding: 0;
        margin: 0; }
        div.shop-product-listview-itemxxxx .inner .option_preview .stock_prieview li {
          padding: 4px 7px;
          font-size: 12px;
          float: left;
          margin: 3px; }
          div.shop-product-listview-itemxxxx .inner .option_preview .stock_prieview li.in-of-stock {
            background-color: #46afac;
            color: white; }
          div.shop-product-listview-itemxxxx .inner .option_preview .stock_prieview li.out-of-stock {
            background-color: #9797a6;
            color: black; }
    div.shop-product-listview-itemxxxx .inner .shop-product-listview-img {
      padding: 10px 0;
      position: relative; }
      div.shop-product-listview-itemxxxx .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: #5faee3; }
        div.shop-product-listview-itemxxxx .inner .shop-product-listview-img .product_aanbod_badge.blue {
          background-color: #5faee3;
          color: white; }
        div.shop-product-listview-itemxxxx .inner .shop-product-listview-img .product_aanbod_badge.blue-dark {
          background-color: #3498db;
          color: white; }
        div.shop-product-listview-itemxxxx .inner .shop-product-listview-img .product_aanbod_badge.red {
          background-color: #C10100;
          color: white; }
        div.shop-product-listview-itemxxxx .inner .shop-product-listview-img .product_aanbod_badge.green {
          background-color: #addad4;
          color: black; }
        div.shop-product-listview-itemxxxx .inner .shop-product-listview-img .product_aanbod_badge.green-dark {
          background-color: #78c9c7;
          color: white; }
        div.shop-product-listview-itemxxxx .inner .shop-product-listview-img .product_aanbod_badge.none {
          background-color: transparent;
          color: black;
          padding: 0px !important; }
    div.shop-product-listview-itemxxxx .inner .shop-product-listview-footer .shop-product-listview-footer-link a {
      color: #5faee3; }
    div.shop-product-listview-itemxxxx .inner .shop-product-listview-title h3 {
      font-size: 16px;
      padding: 10px 0px 20px 0px;
      color: #5faee3;
      min-height: 70px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 2px; }
      div.shop-product-listview-itemxxxx .inner .shop-product-listview-title h3 a {
        color: black;
        text-decoration: none; }
    div.shop-product-listview-itemxxxx .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-itemxxxx .inner .shop-product-listview-footer {
      clear: both;
      float: left;
      width: 100%; }
      div.shop-product-listview-itemxxxx .inner .shop-product-listview-footer .shop-product-listview-footer-brand {
        font-size: 13px;
        color: #898989;
        padding-bottom: 5px; }
        div.shop-product-listview-itemxxxx .inner .shop-product-listview-footer .shop-product-listview-footer-brand span {
          font-style: italic;
          font-weight: 600; }
      div.shop-product-listview-itemxxxx .inner .shop-product-listview-footer .shop-product-listview-footer-price {
        float: left; }
        div.shop-product-listview-itemxxxx .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-itemxxxx .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-aanbieding .strike {
            position: relative; }
            div.shop-product-listview-itemxxxx .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-itemxxxx .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-itemxxxx .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-itemxxxx .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs.discrete {
            color: #dcdce1;
            font-size: 12px;
            font-weight: normal;
            line-height: 12px;
            padding: 0px;
            margin: 0px; }
            div.shop-product-listview-itemxxxx .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-itemxxxx .inner .shop-product-listview-footer .shop-product-listview-footer-price p.product-listview-prijs.highlight {
            color: #5faee3; }
      div.shop-product-listview-itemxxxx .inner .shop-product-listview-footer .shop-product-listview-footer-link {
        float: right;
        margin-top: 12px;
        margin-right: 5px; }
        div.shop-product-listview-itemxxxx .inner .shop-product-listview-footer .shop-product-listview-footer-link a {
          color: #3498db;
          text-decoration: none;
          font-size: 18px; }
          div.shop-product-listview-itemxxxx .inner .shop-product-listview-footer .shop-product-listview-footer-link a:hover {
            color: #5faee3; }

/* PRODUCT SINGLEVIEW */
.shop-product-single .shop-product-single-first {
  padding-bottom: 30px; }
  .shop-product-single .shop-product-single-first .inner .shop-product-single-media .shop-product-single-images {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 0px solid #898989;
    margin-bottom: 20px; }
    .shop-product-single .shop-product-single-first .inner .shop-product-single-media .shop-product-single-images.imageset {
      display: none; }
    .shop-product-single .shop-product-single-first .inner .shop-product-single-media .shop-product-single-images.active {
      display: block; }
    .shop-product-single .shop-product-single-first .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-first .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-first .inner .shop-product-single-media .shop-product-single-images .shop-product-single-image.small {
        width: 25%;
        display: block;
        float: left;
        border: 0px solid #898989; }
    .shop-product-single .shop-product-single-first .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-first .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-first .inner .shop-product-single-media .shop-product-single-video {
    padding-top: 20px;
    padding-bottom: 20px; }
    .shop-product-single .shop-product-single-first .inner .shop-product-single-media .shop-product-single-video iframe {
      border: 1px solid #dcdce1; }
  .shop-product-single .shop-product-single-first .inner .shop-product-single-description {
    padding-bottom: 20px; }
    .shop-product-single .shop-product-single-first .inner .shop-product-single-description .title-brand {
      padding-right: 0px;
      position: relative;
      padding-bottom: 80px; }
      .shop-product-single .shop-product-single-first .inner .shop-product-single-description .title-brand .product_single_merk_logo {
        position: absolute;
        right: 0;
        bottom: 0; }
      @media screen and (min-width: 989px) {
        .shop-product-single .shop-product-single-first .inner .shop-product-single-description .title-brand {
          padding-right: 150px;
          position: relative;
          min-height: 80px;
          padding-bottom: 20px; }
          .shop-product-single .shop-product-single-first .inner .shop-product-single-description .title-brand .product_single_merk_logo {
            position: absolute;
            right: 0;
            top: 0; } }
    .shop-product-single .shop-product-single-first .inner .shop-product-single-description h3 {
      padding-bottom: 15px;
      text-transform: uppercase;
      color: #e7d5ef;
      font-weight: 300; }
    .shop-product-single .shop-product-single-first .inner .shop-product-single-description p.merk {
      color: #e7d5ef;
      font-size: 80%;
      margin-top: -10px; }
      .shop-product-single .shop-product-single-first .inner .shop-product-single-description p.merk span {
        font-style: italic; }
      .shop-product-single .shop-product-single-first .inner .shop-product-single-description p.merk a {
        color: #e7d5ef;
        text-decoration: none; }
    .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-tabmenu {
      list-style-type: none; }
      @media screen and (max-width: 989px) {
        .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-tabmenu {
          padding: 0 0 20px 0;
          margin: 0 0 10px 0; }
          .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-tabmenu .shop-product-single-description-tab {
            color: black;
            padding: 6px; }
            .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-tabmenu .shop-product-single-description-tab.active {
              background-color: #e7d5ef;
              color: white; }
            .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-tabmenu .shop-product-single-description-tab:hover {
              background-color: #fcfafd;
              color: white; } }
      @media screen and (min-width: 989px) {
        .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-tabmenu {
          padding: 0 0 0 10px;
          margin-bottom: 0;
          position: relative;
          margin-bottom: -2px;
          z-index: 10; }
          .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-tabmenu .shop-product-single-description-tab {
            position: relative;
            display: inline-block;
            padding: 10px 15px 10px 15px;
            border-top: 1px solid #898989;
            border-bottom: 1px solid #898989;
            border-right: 1px solid #898989;
            background-color: #f7f7f8;
            cursor: pointer;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            color: black; }
            .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-tabmenu .shop-product-single-description-tab:hover {
              background-color: #dcdce1; }
            .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-tabmenu .shop-product-single-description-tab.active {
              border-bottom: 1px solid white;
              background-color: white; }
            .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-tabmenu .shop-product-single-description-tab:first-child {
              border-left: 1px solid #898989; } }
    .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-panel {
      position: relative;
      z-index: 5;
      background-color: white;
      border: 1px solid #dcdce1;
      padding: 20px;
      clear: both;
      margin: 0;
      display: none;
      background: #fff; }
      .shop-product-single .shop-product-single-first .inner .shop-product-single-description .shop-product-single-description-panel.active {
        display: block; }
  .shop-product-single .shop-product-single-first .inner .shop-product-single-infooptions .shop-product-infooptions-box h4 {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 8px; }
.shop-product-single .redborder {
  border: 1px solid red; }
.shop-product-single #form_product_addtocart {
  width: 100%; }
.shop-product-single .shop-product-single-second {
  padding-bottom: 30px; }
  @media screen and (min-width: 892px) {
    .shop-product-single .shop-product-single-second {
      padding-left: 20px; } }
  @media screen and (min-width: 989px) {
    .shop-product-single .shop-product-single-second {
      padding-left: 40px; } }
  .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box {
    padding: 5px;
    width: 100%;
    clear: both;
    border: 0px solid #898989;
    float: left;
    margin-bottom: 15px;
    border-radius: 0;
    /* &.cartbutton {
    	.btn {
    		&.btn-main {
    		
    		} 
    	
    		&.ghosted {
    			background-color:$grey-lightest;
    			color:$grey-light;
    		}
    	}
    } */ }
    .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box label {
      font-weight: bold;
      font-size: 12px;
      color: black;
      width: 100%; }
    .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box select {
      font-size: 14px; }
    .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.artikelnummer {
      display: none; }
    .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options {
      padding-top: 15px;
      padding-bottom: 15px; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option {
        float: left;
        clear: both;
        width: 100%; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option label {
          padding-top: 0px;
          padding-bottom: 4px;
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase;
          color: #c79eda;
          font-family: "Poppins", sans-serif; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap {
          float: left;
          clear: both;
          width: 100%;
          position: relative; }
          .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap.owl-carousel {
            padding-left: 30px;
            padding-right: 30px; }
          .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .owl-nav {
            background-color: red;
            position: relative; }
            .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .owl-nav .owl-prev {
              position: absolute;
              top: -55px;
              left: -20px;
              outline: none; }
            .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .owl-nav .owl-next {
              position: absolute;
              top: -55px;
              right: -20px;
              outline: none; }
          .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .owl-dots {
            display: none; }
          .shop-product-single .shop-product-single-second .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 #dcdce1;
            border-radius: 3px; }
            .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.tags.selected, .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.tags:hover {
              background-color: #78c9c7;
              color: white;
              cursor: pointer; }
            .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.tags.disabled {
              background-color: #dcdce1;
              color: #9797a6; }
          .shop-product-single .shop-product-single-second .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-second .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-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding.selected, .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding:hover {
              border: 3px solid #5faee3;
              cursor: pointer; }
            .shop-product-single .shop-product-single-second .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.4; }
              .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding.disabled:hover {
                border: 3px solid white;
                cursor: default; }
          .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding-carousel {
            float: left;
            padding: 0;
            margin-right: 5px;
            margin-bottom: 5px;
            border: 3px solid white;
            border-radius: 0;
            overflow: hidden;
            box-shadow: 1px 1px 3px black; }
            .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding-carousel img {
              display: block; }
            .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding-carousel.selected, .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding-carousel:hover {
              border: 3px solid #5faee3;
              cursor: pointer; }
            .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding-carousel.disabled {
              opacity: 0.4; }
              .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .shop-product-singleview-option .shop-product-singleview-option-wrap .shop-product-singleview-option-item.afbeelding-carousel.disabled:hover {
                border: 3px solid white;
                cursor: default; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.options .options-modal-link {
        color: #898989;
        text-decoration: none;
        text-style: italic;
        padding-left: 10px;
        font-size: 90%;
        padding-bottom: 10px;
        display: block; }
    .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.calculator {
      padding: 20px;
      border: 1px dashed #9797a6;
      font-size: 14px; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.calculator .product_calculator_inner {
        display: block;
        float: left; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.calculator .product_calculator_inner p {
          padding-bottom: 0px; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.calculator .product_calculator_inner input {
          width: 100%; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.calculator .product_calculator_inner.ammount {
          width: 50%;
          padding-right: 30px; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.calculator .product_calculator_inner.totals {
          width: 50%; }
          .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.calculator .product_calculator_inner.totals table tr td {
            padding: 6px 0; }
          .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.calculator .product_calculator_inner.totals .product_calculator_totals_unit {
            font-weight: bold; }
          .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.calculator .product_calculator_inner.totals .product_calculator_totals_unitprice {
            font-weight: bold; }
          .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.calculator .product_calculator_inner.totals .product_calculator_totals_totalprice {
            font-weight: bold;
            color: #947385;
            font-weight: bold;
            font-size: 21px; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.calculator .product_calculator_inner.note {
          padding-top: 5px;
          font-size: 12px;
          color: #898989; }
    .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.aantal .shop-product-singleview-option {
      float: left;
      clear: both;
      width: 100%; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.aantal .shop-product-singleview-option label {
        padding-top: 0px;
        padding-bottom: 4px;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
        color: #c79eda;
        font-family: "Poppins", sans-serif; }
    .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stockmsg .stockmsg-msg {
      padding: 8px 5px;
      width: 100%;
      text-align: center;
      display: block;
      text-transform: uppercase;
      font-size: 12px; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stockmsg .stockmsg-msg.none {
        background-color: #9797a6;
        color: white; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stockmsg .stockmsg-msg.one {
        background-color: orange;
        color: white; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stockmsg .stockmsg-msg.multiple {
        background-color: #78c9c7;
        color: white; }
    .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.aanbodstadia .inner {
      padding: 20px; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.aanbodstadia .inner h4 {
        font-weight: bold;
        font-size: 18px;
        text-transform: uppercase;
        padding-bottom: 0;
        text-align: center; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.aanbodstadia .inner p {
        padding-bottom: 7px;
        font-size: 14px;
        line-height: 18px; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.aanbodstadia .inner.blue {
        background-color: #5faee3;
        color: white; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.aanbodstadia .inner.blue-dark {
        background-color: #3498db;
        color: white; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.aanbodstadia .inner.red {
        background-color: #C10100;
        color: white; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.aanbodstadia .inner.green {
        background-color: #addad4;
        color: black; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.aanbodstadia .inner.green-dark {
        background-color: #78c9c7;
        color: white; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.aanbodstadia .inner.none {
        background-color: transparent;
        color: black;
        padding: 0px !important; }
    .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.price .product-prijs {
      background-color: "transparent";
      padding: 0 0 2px 0;
      font-family: "Poppins", sans-serif; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.price .product-prijs.discrete {
        line-height: 16px;
        font-size: 16px;
        color: #9797a6;
        text-align: left; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.price .product-prijs.text {
        line-height: 16px;
        font-size: 16px;
        text-align: left; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.price .product-prijs.prijs {
        font-size: 36px;
        font-weight: 700;
        font-family: "Poppins", sans-serif;
        text-align: left;
        color: #947385;
        height: 54px; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.price .product-prijs.prijs span {
          vertical-align: 5px;
          font-size: 18px;
          letter-spacing: 1px;
          padding-left: 2px; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.price .product-prijs.highlight {
        color: #947385; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.price .product-prijs.msg {
        font-size: 16px;
        text-align: left;
        margin: 0;
        padding: 0;
        color: white;
        line-height: 1.2; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.price .product-prijs.msg span {
          clear: both;
          width: 100%;
          margin-bottom: 4px;
          font-size: 11px;
          line-height: 1.3;
          display: block; }
    .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stock {
      background-color: #947385;
      display: none;
      color: white;
      padding: 15px; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stock.active {
        display: block; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stock .inner {
        padding: 5px 0;
        /*&.green {
        	background-color:green;
        	color:$white;
        }	*/ }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stock .inner.red {
          background-color: red;
          color: white; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stock .inner.orange {
          background-color: orange;
          color: white; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stock .inner.green {
          background-color: black;
          color: white; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stock .inner p {
          padding: 0; }
          .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.stock .inner p.stock-main {
            font-weight: bold;
            font-size: 18px; }
          .shop-product-single .shop-product-single-second .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-second .inner .shop-product-single-buy-box.msg {
      background-color: #e7d5ef;
      display: none;
      color: white;
      padding: 15px; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.msg p {
        padding-bottom: 3px; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.msg.active {
        display: block; }
      .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.msg #shop-product-single-messages {
        list-style-type: none;
        margin-bottom: 0;
        padding: 0;
        float: left;
        width: 100%; }
        .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.msg #shop-product-single-messages li {
          position: relative;
          padding-left: 30px;
          padding-bottom: 5px;
          color: white;
          line-height: 1.2;
          font-size: 13px; }
          .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.msg #shop-product-single-messages li a {
            color: white;
            text-decoration: underline; }
          .shop-product-single .shop-product-single-second .inner .shop-product-single-buy-box.msg #shop-product-single-messages li.msg-alert:before {
            content: "\f071";
            position: absolute;
            top: 0px;
            left: 2px;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 13px; }
          .shop-product-single .shop-product-single-second .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-middlebar {
  padding-top: 20px; }
  .shop-product-single .shop-product-single-middlebar .shop-product-single-related h3 {
    font-weight: 300;
    font-size: 24px; }
.shop-product-single .shop-product-single-bottombar {
  padding-top: 30px; }

.shop-product-single-buybox {
  width: 100%;
  padding: 10px; }

/* 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 .step-done {
    background-color: #54bab8;
    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: #e7d5ef;
    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; }

.reserveercounter-wrap {
  font-size: 12px;
  font-style: italic;
  paddding-top: 8px; }
  .reserveercounter-wrap.red {
    color: red; }

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

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

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

.btn-addtocart {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  background-color: #78c9c7;
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold; }
  .btn-addtocart:hover {
    background-color: #46afac;
    color: white; }
  .btn-addtocart.reserveren-btn {
    display: none; }
  @media only screen and (min-width: 989px) {
    .btn-addtocart {
      width: auto; } }
  .btn-addtocart.ghosted {
    background-color: #9797a6;
    cursor: default; }
    .btn-addtocart.ghosted:hover {
      background-color: #9797a6;
      cursor: default; }

.btn-red {
  background-color: #C10100; }

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

#shop-cart-personalia,
.factuuradres,
.passwords,
.afleveradres {
  padding-top: 30px; }
  #shop-cart-personalia h3,
  .factuuradres h3,
  .passwords h3,
  .afleveradres h3 {
    padding: 0px 0px 8px 0px;
    color: #e7d5ef; }

#shop-cart-bedrag,
#shop-cart-betaalopties,
#shop-cart-bezorgopties,
#shop-cart-verzendopties,
#shop-cart-extraopties,
#shop-cart-opmerking {
  padding-top: 0px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdce1; }
  #shop-cart-bedrag h3,
  #shop-cart-betaalopties h3,
  #shop-cart-bezorgopties h3,
  #shop-cart-verzendopties h3,
  #shop-cart-extraopties h3,
  #shop-cart-opmerking h3 {
    padding: 0px 0px 8px 0px;
    color: #e7d5ef; }
  #shop-cart-bedrag p,
  #shop-cart-betaalopties p,
  #shop-cart-bezorgopties p,
  #shop-cart-verzendopties p,
  #shop-cart-extraopties p,
  #shop-cart-opmerking p {
    padding: 0px 0px 5px 0px; }
  #shop-cart-bedrag .cart-methode-option,
  #shop-cart-betaalopties .cart-methode-option,
  #shop-cart-bezorgopties .cart-methode-option,
  #shop-cart-verzendopties .cart-methode-option,
  #shop-cart-extraopties .cart-methode-option,
  #shop-cart-opmerking .cart-methode-option {
    padding: 6px;
    margin-bottom: 4px;
    background-color: #EFEFEF; }
    #shop-cart-bedrag .cart-methode-option.warning,
    #shop-cart-betaalopties .cart-methode-option.warning,
    #shop-cart-bezorgopties .cart-methode-option.warning,
    #shop-cart-verzendopties .cart-methode-option.warning,
    #shop-cart-extraopties .cart-methode-option.warning,
    #shop-cart-opmerking .cart-methode-option.warning {
      background-color: #f8e892; }
  #shop-cart-bedrag textarea,
  #shop-cart-betaalopties textarea,
  #shop-cart-bezorgopties textarea,
  #shop-cart-verzendopties textarea,
  #shop-cart-extraopties textarea,
  #shop-cart-opmerking textarea {
    font-size: 11px;
    min-height: 75px; }

.shop-cart-betaalmethode-additie,
.cart-verzendoptie-additie {
  font-size: 11px;
  clear: both;
  width: 100%;
  font-style: italic;
  padding: 0 0 0 15px;
  margin: 0;
  display: block; }

.bonnen-list-wrap {
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: white; }
  .bonnen-list-wrap ul {
    width: 100%;
    padding: 0;
    list-style-type: none; }
    .bonnen-list-wrap ul li {
      padding: 6px 30px 6px 10px;
      position: relative;
      width: 100%;
      min-height: 24px;
      font-size: 12px;
      font-weight: bold; }
      .bonnen-list-wrap ul li a {
        position: absolute;
        right: 7px;
        top: 4px;
        font-size: 11px; }
        .bonnen-list-wrap ul li a.giftcard-trash {
          color: #dcdce1;
          text-decoration: none; }
      .bonnen-list-wrap ul li:hover {
        background-color: #dcdce1;
        color: black; }
        .bonnen-list-wrap ul li:hover a.giftcard-trash {
          text-decoration: none;
          color: #C10100 !important; }

#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: #3498db;
    color: white;
    padding: 10px 0; }

.cartbacklink,
.cart-delete {
  color: #898989;
  text-decoration: none; }
  .cartbacklink:hover,
  .cart-delete:hover {
    text-decoration: none;
    color: #9797a6; }

.birthday-input-wrap {
  display: none; }
  .birthday-input-wrap input {
    background-color: #f8e892; }
  .birthday-input-wrap.active {
    display: block; }

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

.cart-row h3 {
  padding-top: 30px;
  padding-bottom: 15px; }

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

/* SHOPDEBUG BAR */
#shop-debug-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #BBBBBB;
  opacity: 0.6;
  color: #111111;
  padding: 18px;
  font-size: 10px;
  z-index: 99999; }
  #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; }
  .strike.bold {
    font-weight: bold; }
  .strike.black {
    color: black; }
  .strike:before {
    position: absolute;
    content: '';
    left: 0;
    top: 45%;
    right: 0;
    border-top: 1px solid #C10100;
    border-color: inherit;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    transform: skewY(-10deg); }

.shop-lisview-pagination {
  padding-top: 20px;
  padding-bottom: 20px; }
  .shop-lisview-pagination nav ul.pagination {
    list-style-type: none !important;
    padding-left: 0;
    padding-bottom: 0; }
    .shop-lisview-pagination nav ul.pagination li.page-item .page-link {
      color: #e7d5ef; }
    .shop-lisview-pagination nav ul.pagination li.page-item.disabled .page-link {
      color: #9797a6; }
    .shop-lisview-pagination nav ul.pagination li.page-item.active .page-link {
      background-color: #e7d5ef !important;
      color: white; }

/* FILTERS */
.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 .shop-filters-group {
    padding-bottom: 40px;
    padding-right: 15px; }
    .shop-product-listview-filters .shop-filters-group h4 {
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Poppins", sans-serif;
      font-size: 14px;
      padding-bottom: 8px;
      color: #e7d5ef; }
    .shop-product-listview-filters .shop-filters-group ul {
      list-style-type: none !important;
      padding-left: 0 !important;
      padding-bottom: 0; }
      .shop-product-listview-filters .shop-filters-group ul li {
        line-height: 1.1 !important;
        font-size: 13px; }
        .shop-product-listview-filters .shop-filters-group ul li label {
          font-size: 12px; }
    .shop-product-listview-filters .shop-filters-group.shopsearch {
      position: relative; }
      .shop-product-listview-filters .shop-filters-group.shopsearch .shopsearch-group {
        position: relative; }
        .shop-product-listview-filters .shop-filters-group.shopsearch .shopsearch-group .shop-filter-zoekform-btn {
          position: absolute;
          right: 8px;
          bottom: 12px;
          color: #e7d5ef; }
    .shop-product-listview-filters .shop-filters-group .pricerange-text {
      font-size: 12px;
      margin-bottom: 0;
      padding-bottom: 0; }
    .shop-product-listview-filters .shop-filters-group #slider-range {
      margin-left: 7px;
      margin-right: 7px; }

.card.shop-account {
  margin-bottom: 30px; }
.card .card-header {
  position: relative; }
  .card .card-header h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0; }
  .card .card-header .bttn {
    position: absolute;
    top: 8px;
    right: 10px; }
    .card .card-header .bttn.shop-account {
      padding: 3px 6px;
      border-radius: 3px;
      background-color: #e7d5ef;
      color: white;
      text-decoration: none; }
      .card .card-header .bttn.shop-account:hover {
        background-color: #d2b0e1; }
      .card .card-header .bttn.shop-account.header {
        float: right; }
.card .grey {
  color: #9797a6; }

/* FILTER MOBILE TOGGLE */
.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: #e7d5ef;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 5px 10px;
    display: block;
    float: right; }
    .filter-mobile-toggle-bar a i {
      color: white; }

.ui-autocomplete {
  width: 300px;
  background-color: white;
  z-index: 9999; }
  .ui-autocomplete .autocomplete-search-result {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 1px dotted #dcdce1;
    height: 45px;
    position: relative; }
    .ui-autocomplete .autocomplete-search-result .autocomplete-search-result-image {
      width: 60px;
      height: 40px;
      float: left;
      background-color: grey;
      position: absolute;
      top: 3px;
      left: 3px; }
    .ui-autocomplete .autocomplete-search-result .autocomplete-search-result-label {
      width: 100%;
      height: 45px;
      float: left;
      padding-left: 65px;
      font-size: 12px;
      line-height: 15px; }
  .ui-autocomplete .ui-menu-item-wrapper:hover {
    background-color: #e7d5ef; }

.betaalmethoden-omschrijving {
  padding-bottom: 30px; }
  .betaalmethoden-omschrijving h3 {
    font-size: 18px;
    padding-bottom: 10px; }
  .betaalmethoden-omschrijving p {
    padding-bottom: 15px; }
  .betaalmethoden-omschrijving .betaalmethoden-omschrijving-afbeelding {
    float: right;
    height: 30px;
    width: auto;
    margin-left: 20px;
    margin-bottom: 20px; }

.betaalmethode-list {
  list-style-type: none; }
  .betaalmethode-list li {
    display: inline-block;
    padding: 6px 10px; }
    .betaalmethode-list li img {
      height: 23px;
      width: auto; }

.treatmentsblock {
  display: block;
  clear: both;
  width: 100%; }
  .treatmentsblock .inner {
    display: block;
    clear: both;
    width: 100%; }
    .treatmentsblock .inner .treatment-listview {
      display: block;
      clear: both;
      width: 100%;
      padding: 0; }
      .treatmentsblock .inner .treatment-listview p {
        font-family: "Vollkorn", serif;
        color: #947385;
        line-height: 1.4; }
        .treatmentsblock .inner .treatment-listview p a {
          color: #947385;
          text-decoration: none;
          transition: all 300ms ease-in-out; }
          .treatmentsblock .inner .treatment-listview p a:hover {
            color: #521a41; }

.shop-product-single-image-heading {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.7; }

.shop-behandeling-single.with-imageheader {
  background-color: white;
  margin-top: -550px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 3, 0.3); }
.shop-behandeling-single .shop-behandeling-single-second .product-prijs {
  background-color: "transparent";
  padding: 0 0 2px 0;
  font-family: "Poppins", sans-serif; }
  .shop-behandeling-single .shop-behandeling-single-second .product-prijs.discrete {
    line-height: 13px;
    font-size: 13px;
    color: #9797a6;
    text-align: left; }
  .shop-behandeling-single .shop-behandeling-single-second .product-prijs.text {
    line-height: 13px;
    font-size: 13px;
    text-align: left; }
  .shop-behandeling-single .shop-behandeling-single-second .product-prijs.prijs {
    font-size: 44px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    text-align: left;
    color: #947385;
    height: 62px; }
    .shop-behandeling-single .shop-behandeling-single-second .product-prijs.prijs span {
      vertical-align: 5px;
      font-size: 16px;
      letter-spacing: 1px;
      padding-left: 2px; }
  .shop-behandeling-single .shop-behandeling-single-second .product-prijs.highlight {
    color: #947385; }
  .shop-behandeling-single .shop-behandeling-single-second .product-prijs.msg {
    font-size: 13px;
    text-align: left;
    margin: 0;
    padding: 0;
    color: white;
    line-height: 1.2; }
    .shop-behandeling-single .shop-behandeling-single-second .product-prijs.msg span {
      clear: both;
      width: 100%;
      margin-bottom: 4px;
      font-size: 11px;
      line-height: 1.3;
      display: block; }
.shop-behandeling-single .shop-behandeling-single-second .shop-product-single-media {
  margin-bottom: 40px; }
.shop-behandeling-single .shop-behandeling-single-second .shop-product-single-buy-box {
  margin-bottom: 20px;
  width: 100%; }

/* home css */
.afspraak-cols {
  background-color: #addad4;
  float: left; }

.afspraak-col {
  padding: 40px;
  width: 100%;
  float: left; }
  .afspraak-col.text {
    background-color: white; }
    @media screen and (min-width: 989px) {
      .afspraak-col.text {
        width: 60%; } }
  .afspraak-col.form {
    background-color: #addad4; }
    @media screen and (min-width: 989px) {
      .afspraak-col.form {
        width: 40%; } }

/*CSSMODULEHOOK*/

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