/*****************************************************************************************
** BOX MODEL                                                                            **
*****************************************************************************************/
@import url("https://fonts.googleapis.com/css?family=Arvo|Mukta+Vaani");
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*****************************************************************************************
** RESET                                                                                **
*****************************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*****************************************************************************************
** VARIABLES  & MIXINS                                                                  **
*****************************************************************************************/
/* responsive breakpoints */
/* colors */
/* fonts */
@font-face {
  font-family: 'altgotno2bt';
  src: url("../fonts/AlternateGothicNo2BT-Regular.woff2") format("woff2"), url("../fonts/AlternateGothicNo2BT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
/* mixins */
/*****************************************************************************************
** GENERAL 		                                                                        **
*****************************************************************************************/
body {
  background-color: #FFFFFF;
  font-family: arial, sans-serif;
  color: #262626;
  font-size: 14px; }

.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; }
  .responsiveimg.max300 {
    max-width: 300px; }

/* -- original clear 
.clear {
	width:100%;
	float:left;
	clear:both;
	display:block;
}	
*/
.clear:before, .clear:after {
  content: " ";
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

h1 {
  padding: 10px 0px 30px 0px;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: normal;
  font-style: normal;
  color: #a06a16;
  font-family: "altgotno2bt"; }

h2 {
  font-size: 30px;
  padding: 0px 0px 20px 0px;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: -1px;
  font-weight: normal;
  font-style: normal;
  font-family: "altgotno2bt"; }
  @media screen and (min-width: 767px) {
    h2 {
      font-size: 40px; } }
  h2 span {
    @textgradient; }

h3 {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  padding: 10px 0px 25px 0px;
  font-family: "altgotno2bt"; }

p {
  line-height: 1.8;
  padding-bottom: 20px; }
  p.pre-title {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px; }

.contents ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.8; }

.back_red {
  background-color: #932537;
  color: white; }
  .back_red a, .back_red a:hover {
    color: #a06a16;
    text-decoration: none; }

.back_gold {
  background-color: #a06a16;
  color: white; }
  .back_gold a, .back_gold a:hover {
    color: #932537;
    text-decoration: none; }

.back_grey {
  background-color: #1d1d1b;
  color: white; }
  .back_grey a, .back_grey a:hover {
    color: #a06a16;
    text-decoration: none; }

.back_white {
  background-color: white;
  color: black; }
  .back_white a, .back_white a:hover {
    color: #932537;
    text-decoration: none; }

.red {
  color: #932537; }

.gold {
  color: #a06a16; }

.grey {
  color: #1d1d1b !important; }

.clickable {
  cursor: pointer; }

.verborgen {
  display: none; }

.mobile-only {
  display: block; }
  @media screen and (min-width: 992px) {
    .mobile-only {
      display: none; } }

.desktop-only {
  display: none; }
  @media screen and (min-width: 992px) {
    .desktop-only {
      display: block; } }

.desktop-only-td {
  display: none; }
  @media screen and (min-width: 992px) {
    .desktop-only-td {
      display: table-cell; } }

a {
  color: #932537;
  text-decoration: none; }
  a:hover {
    color: #6a1b28;
    text-decoration: none; }

.padding.none {
  padding-top: 0px;
  padding-bottom: 0px; }
.padding.top0 {
  padding-top: 0px; }
.padding.bottom0 {
  padding-bottom: 0px; }
.padding.top20 {
  padding-top: 20px; }
.padding.bottom20 {
  padding-bottom: 20px; }
.padding.top30 {
  padding-top: 30px; }
.padding.bottom30 {
  padding-bottom: 30px; }
.padding.top50 {
  padding-top: 50px; }
.padding.bottom50 {
  padding-bottom: 50px; }

.formalert {
  background-color: #F2DEDE !important; }

.formconfirm {
  background-color: #D9EDF7 !important; }

.btn-round {
  padding: 15px 35px;
  border: none;
  border-radius: 35px;
  height: 45px;
  line-height: 45px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px; }
  .btn-round.block {
    float: left;
    display: block;
    line-height: 40px; }
    .btn-round.block.smaller {
      line-height: 22px; }
  .btn-round.fullwidth {
    width: 100% !important;
    display: block;
    clear: both;
    line-height: 15px; }
  .btn-round.small {
    padding: 10px 25px;
    border: none;
    border-radius: 25px;
    height: 35px;
    line-height: 19px;
    font-size: 12px; }
  .btn-round.smalle {
    padding: 5px 15px;
    border: none;
    border-radius: 15px;
    height: 27px;
    line-height: 17px;
    font-size: 12px; }
  .btn-round.smaller {
    padding: 0px 15px;
    border: none;
    border-radius: 25px;
    height: 24px;
    line-height: 10px;
    font-size: 11px; }
  .btn-round.smallest {
    padding: 8px 15px;
    border: none;
    border-radius: 25px;
    height: 24px;
    line-height: 10px;
    font-size: 11px;
    float: left;
    width: 100%;
    margin-right: 10px; }
  .btn-round.btn-minicart {
    background-color: white;
    border: none;
    color: #932537;
    text-transform: uppercase;
    margin-top: 5px; }
    .btn-round.btn-minicart:hover {
      background-color: #a06a16;
      text-decoration: none; }
  .btn-round.transwhite {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    text-transform: uppercase; }
    .btn-round.transwhite:hover {
      background-color: #a06a16;
      text-decoration: none;
      color: white; }
  .btn-round.goldwhite {
    background-color: #a06a16;
    border: none;
    color: white;
    text-transform: uppercase; }
    .btn-round.goldwhite:hover {
      background-color: #734c10;
      color: white;
      text-decoration: none; }
  .btn-round.redwhite {
    background-color: #932537;
    border: none;
    color: white;
    text-transform: uppercase; }
    .btn-round.redwhite:hover {
      background-color: #6a1b28;
      color: white;
      text-decoration: none; }
  .btn-round.whitered {
    background-color: white;
    border: none;
    color: #932537;
    text-transform: uppercase; }
    .btn-round.whitered:hover {
      background-color: #a06a16;
      color: white;
      text-decoration: none; }
  .btn-round.redwhitered {
    background-color: white;
    border: 2px solid #932537;
    color: #932537;
    text-transform: uppercase; }
    .btn-round.redwhitered:hover {
      background-color: #6a1b28;
      border: 2px solid #6a1b28;
      color: white;
      text-decoration: none; }
  .btn-round.greywhitegrey {
    background-color: white;
    border: 2px solid grey;
    color: grey !important;
    text-transform: uppercase;
    margin-right: 8px; }
    .btn-round.greywhitegrey:hover {
      background-color: grey;
      border: 2px solid grey;
      text-decoration: none;
      color: white !important; }
    .btn-round.greywhitegrey.active {
      background-color: #932537;
      border: 2px solid #932537;
      text-decoration: none;
      color: white !important; }
  .btn-round.locatie-filter-btn {
    width: 100%; }
    @media screen and (min-width: 767px) {
      .btn-round.locatie-filter-btn {
        width: auto; } }

button.btn-round {
  line-height: 0; }

.btn.btn-main {
  background-color: #932537;
  border: none;
  color: white;
  text-transform: uppercase; }
  .btn.btn-main:hover {
    background-color: #6a1b28;
    color: white;
    text-decoration: none; }

.pagebuilder-container {
  width: 100%; }

.verborgen {
  display: none; }

.zichtbaar {
  display: block; }

/*****************************************************************************************
** MAIN ELEMENTS                                                               			**
*****************************************************************************************/
header {
  padding-top: 0px;
  padding-bottom: 20px; }
  header .topbar {
    background-color: #932537;
    color: white;
    padding: 10px 0px 10px 0px;
    text-align: left;
    position: relative; }
    @media screen and (min-width: 435px) {
      header .topbar {
        text-align: center; } }
    header .topbar .languages-wrap {
      position: absolute;
      right: 5px;
      top: 9px; }
      header .topbar .languages-wrap ul.languages li {
        float: left;
        margin: 4px; }
        header .topbar .languages-wrap ul.languages li a img {
          opacity: .8; }
        header .topbar .languages-wrap ul.languages li a.active img {
          opacity: 1; }
  header .logo {
    margin-bottom: 20px;
    padding-right: 70px;
    padding-top: 10px;
    position: relative; }
    @media screen and (min-width: 892px) {
      header .logo {
        margin-top: 50px;
        padding-right: 0px;
        padding-top: 0px;
        margin-left: -30px; } }
    header .logo #mobile-toggle {
      display: block;
      position: absolute;
      right: 15px;
      top: 20px;
      background-color: #932537;
      color: white;
      font-size: 22px;
      display: block;
      min-height: 36px;
      width: 36px;
      text-align: center;
      line-height: 37px; }
      @media screen and (min-width: 892px) {
        header .logo #mobile-toggle {
          display: none; } }
  header .header-contents .header-top {
    display: none;
    min-height: 80px;
    width: 100%;
    position: relative; }
    @media screen and (min-width: 992px) {
      header .header-contents .header-top {
        display: block; } }
    header .header-contents .header-top .giftcard {
      position: absolute;
      right: 0px;
      top: -10px;
      z-index: 99;
      width: 100%;
      max-width: 260px; }
  header .header-contents .header-nav {
    padding-top: 20px;
    display: none; }
    @media screen and (min-width: 892px) {
      header .header-contents .header-nav {
        display: block; } }
    header .header-contents .header-nav ul li {
      width: 100%;
      margin-top: 10px;
      margin-bottom: 10px;
      position: relative; }
      @media screen and (min-width: 892px) {
        header .header-contents .header-nav ul li {
          display: inline-block;
          margin-left: 45px;
          margin-right: 0px;
          width: auto; } }
      header .header-contents .header-nav ul li a {
        text-transform: uppercase;
        color: black;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none; }
        @media screen and (min-width: 892px) {
          header .header-contents .header-nav ul li a {
            font-size: 14px; } }
        header .header-contents .header-nav ul li a:hover {
          color: #932537; }
        header .header-contents .header-nav ul li a.current {
          color: #a06a16; }
      header .header-contents .header-nav ul li:hover ul {
        left: -10px;
        display: block;
        opacity: 1; }
      header .header-contents .header-nav ul li ul {
        margin-top: 8px;
        margin-bottom: 10px; }
        @media screen and (min-width: 892px) {
          header .header-contents .header-nav ul li ul {
            display: block;
            position: absolute;
            background-color: white;
            top: 7px;
            left: -9999px;
            z-index: 101;
            min-width: 200px;
            padding: 10px 20px 20px 20px;
            -webkit-box-shadow: 0px 24px 25px -4px rgba(0, 0, 0, 0.59);
            box-shadow: 0px 24px 25px -4px rgba(0, 0, 0, 0.59);
            display: none;
            opacity: 0; } }
        header .header-contents .header-nav ul li ul li {
          display: block;
          clear: both;
          margin-left: 0px;
          min-width: 200px;
          margin-top: 9px;
          margin-bottom: 9px; }
          @media screen and (max-width: 892px) {
            header .header-contents .header-nav ul li ul li {
              padding-left: 20px; } }
          header .header-contents .header-nav ul li ul li a {
            font-size: 14px; }
          header .header-contents .header-nav ul li ul li ul {
            display: none !important; }

.footer-wrap {
  padding-top: 35px;
  padding-bottom: 35px; }
  .footer-wrap .footer .footer-block .footer-part {
    margin-bottom: 45px;
    padding-right: 40px; }
    .footer-wrap .footer .footer-block .footer-part h4 {
      text-decoration: none;
      text-transform: uppercase;
      font-size: 21px;
      padding-bottom: 20px; }
    .footer-wrap .footer .footer-block .footer-part p a {
      color: white;
      text-decoration: none; }
    .footer-wrap .footer .footer-block .footer-part .sociallinks {
      margin-top: 30px; }
      .footer-wrap .footer .footer-block .footer-part .sociallinks li {
        margin-top: 6px;
        margin-bottom: 6px;
        clear: both;
        width: 100%;
        float: left;
        font-weight: bold;
        line-height: 1.3; }
        .footer-wrap .footer .footer-block .footer-part .sociallinks li .sociallinks-icon {
          background-color: #932537;
          text-decoration: none;
          display: block;
          float: left;
          color: #1d1d1b;
          border-radius: 50%;
          width: 21px;
          height: 21px;
          line-height: 23px;
          text-align: center;
          margin-right: 4px;
          font-size: 14px;
          font-weight: normal; }
          .footer-wrap .footer .footer-block .footer-part .sociallinks li .sociallinks-icon.no-follow {
            cursor: default; }
          .footer-wrap .footer .footer-block .footer-part .sociallinks li .sociallinks-icon.grey {
            background-color: #343434; }
        .footer-wrap .footer .footer-block .footer-part .sociallinks li .sociallinks-link {
          color: white;
          text-decoration: none;
          font-weight: bold;
          padding-left: 7px;
          margin-top: 3px;
          line-height: 22px; }
    .footer-wrap .footer .footer-block .footer-part .archivelinks li {
      margin-top: 6px;
      margin-bottom: 6px;
      clear: both;
      width: 100%;
      float: left;
      font-weight: bold;
      line-height: 1.3; }
      .footer-wrap .footer .footer-block .footer-part .archivelinks li a {
        color: white; }
        .footer-wrap .footer .footer-block .footer-part .archivelinks li a.archivelinks-link {
          color: white;
          text-decoration: none;
          font-weight: bold;
          margin-top: 3px;
          line-height: 22px; }
          .footer-wrap .footer .footer-block .footer-part .archivelinks li a.archivelinks-link:after {
            font-family: "Font Awesome 5 Free";
            content: "\f061";
            display: inline-block;
            padding-left: 6px;
            font-weight: 600;
            font-size: 75%;
            transition: all 0.15s ease-in-out; }
          .footer-wrap .footer .footer-block .footer-part .archivelinks li a.archivelinks-link:hover {
            color: #932537;
            transition: all 0.3s ease; }
            .footer-wrap .footer .footer-block .footer-part .archivelinks li a.archivelinks-link:hover:after {
              transform: translateX(4px);
              display: inline-block;
              transition: all 0.3s ease; }

.bottombar-wrap {
  border-top: 2px solid white;
  padding-top: 35px;
  padding-bottom: 35px; }
  .bottombar-wrap .bottombar-col {
    text-align: center; }
    .bottombar-wrap .bottombar-col ul.bottombar-menu {
      display: inline-block;
      margin: 0;
      padding: 0;
      /* For IE, the outcast */
      zoom: 1;
      *display: inline; }
      .bottombar-wrap .bottombar-col ul.bottombar-menu li {
        float: left;
        margin: 0px 8px;
        text-transform: uppercase; }
        .bottombar-wrap .bottombar-col ul.bottombar-menu li a {
          color: white;
          text-decoration: none;
          font-weight: bold; }

.backgroundimg {
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
  background-color: #FFFFFF; }
  .backgroundimg:after {
    content: "";
    display: block;
    padding-bottom: 90%; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: grey;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: grey; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: grey; }

.rounded-textarea {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 30px;
  height: 150px;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin-bottom: 6px; }
  .rounded-textarea.border {
    border: 1px solid grey; }
  .rounded-textarea.grey-light {
    background-color: #e5e5e5; }
  .rounded-textarea.info-icon {
    padding-right: 35px; }
  .rounded-textarea.center {
    text-align: center; }

.rounded-input {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 30px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  color: black;
  margin-bottom: 6px; }
  .rounded-input.border {
    border: 1px solid grey; }
  .rounded-input.grey-light {
    background-color: #e5e5e5; }
  .rounded-input.info-icon {
    padding-right: 35px; }
  .rounded-input.center {
    text-align: center; }

.rounded-optionbox {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 30px;
  min-height: 45px;
  line-height: 25px;
  font-size: 16px;
  font-weight: bold;
  color: grey;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 6px; }
  .rounded-optionbox.bottommargin {
    margin-bottom: 4px; }
  .rounded-optionbox.border {
    border: 1px solid grey; }
  .rounded-optionbox.grey-light {
    background-color: #e5e5e5; }
    .rounded-optionbox.grey-light.active {
      background-color: #932537;
      color: white; }
  .rounded-optionbox.redwhite {
    background-color: #932537;
    border: none;
    color: white;
    text-transform: uppercase; }
    .rounded-optionbox.redwhite:hover {
      background-color: #6a1b28;
      text-decoration: none; }
  .rounded-optionbox.info-icon {
    padding-right: 35px; }
  .rounded-optionbox.center {
    text-align: center; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  width: 100%;
  padding: 10px 15px;
  border: none;
  border-radius: 30px;
  height: 45px;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  color: grey;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 6px;
  text-align: center;
  overflow: hidden; }
  .inputfile + label.grey-light {
    background-color: #e5e5e5; }
    .inputfile + label.grey-light.active {
      background-color: #932537;
      color: white; }

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #932537;
  color: white; }

.inputfile + label {
  cursor: pointer;
  /* "hand" cursor */ }

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.inputfile + label * {
  pointer-events: none; }

/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */ }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
  .checkbox-container .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: white;
    border-radius: 50%; }
  .checkbox-container:hover input ~ .checkmark {
    background-color: #ccc; }
  .checkbox-container input:checked ~ .checkmark {
    background-color: white; }
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checkbox-container input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-container .checkmark:after {
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #932537; }

.formrecord {
  padding-bottom: 20px; }

.forminput-wrap {
  position: relative; }
  .forminput-wrap label {
    text-transform: uppercase;
    fontweight: bold;
    font-size: 18px;
    padding-bottom: 12px; }
  .forminput-wrap .label-subline {
    font-size: 12px;
    padding-bottom: 12px;
    margin-top: -8px; }
  .forminput-wrap .info-icon-container {
    width: auto;
    height: 20px;
    position: absolute;
    right: 30px;
    bottom: 19px; }
    .forminput-wrap .info-icon-container .info-icon {
      width: 20px;
      height: 20px;
      background-color: #a06a16;
      position: absolute;
      right: 0px;
      bottom: 0px;
      border-radius: 50%;
      text-align: center;
      line-height: 20px;
      color: white;
      font-size: 10px;
      z-index: 60; }
    .forminput-wrap .info-icon-container:hover .info-balloon {
      display: block; }
    .forminput-wrap .info-icon-container .info-balloon {
      display: none;
      width: 230px;
      position: absolute;
      background-color: white;
      min-height: 30px;
      top: -5px;
      right: -5px;
      border-radius: 3px;
      z-index: 50;
      padding: 8px 30px 0px 8px;
      font-size: 11px;
      -webkit-box-shadow: 6px 5px 17px -2px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 6px 5px 17px -2px rgba(0, 0, 0, 0.6);
      box-shadow: 6px 5px 17px -2px rgba(0, 0, 0, 0.6); }
      .forminput-wrap .info-icon-container .info-balloon p {
        padding-top: 0px;
        padding-bottom: 8px;
        line-height: 1.4; }

.dagdeel_row {
  display: none; }

.dagdeel_activiteiten .dagdeel_activiteit {
  padding-right: 35px;
  position: relative; }
  .dagdeel_activiteiten .dagdeel_activiteit.selecteerbaar .dagdeel_activiteit_icons .activiteiten_unselect {
    display: none; }
  .dagdeel_activiteiten .dagdeel_activiteit.gekozen .dagdeel_activiteit_icons .activiteiten_select {
    display: none; }
  .dagdeel_activiteiten .dagdeel_activiteit .dagdeel_activiteit_icons {
    display: block;
    position: absolute;
    top: 9px;
    right: 16px; }
    .dagdeel_activiteiten .dagdeel_activiteit .dagdeel_activiteit_icons a {
      color: white; }
      .dagdeel_activiteiten .dagdeel_activiteit .dagdeel_activiteit_icons a.activiteiten_select {
        color: #a06a16; }

.forminput-wrap {
  position: relative; }

.red-border-fullwidth {
  margin-top: 20px;
  border-bottom: 2px solid #932537; }

.giftcard_toggle_options,
.arrangementen-wrapper {
  display: none; }

.arrangement-option:hover {
  background-color: #932537;
  color: white; }

.giftcard-vrijbedrag,
.giftcard-aantalpersonen {
  display: none; }

.giftcard_totaalprijs {
  text-align: center;
  font-weight: bold;
  font-size: 21px; }

.vacatures h3 {
  color: #932537;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #dedede;
  padding: 25px;
  margin-bottom: 10px; }
  .vacatures h3 a {
    color: #932537;
    text-decoration: none; }
  .vacatures h3 small {
    font-size: 10px; }
  .vacatures h3.ui-state-active {
    margin: 0;
    border-bottom: none; }
    .vacatures h3.ui-state-active:after {
      display: block;
      content: "";
      height: 1px;
      margin-top: 25px;
      background: #dedede; }
  .vacatures h3 .ui-accordion-header-icon {
    float: right;
    margin-top: 5px; }
.vacatures .vacature {
  border: 1px solid #dedede;
  border-top: none;
  margin-bottom: 10px;
  padding: 15px 25px 25px 25px; }
  .vacatures .vacature .vacature-form {
    padding-top: 30px; }
    .vacatures .vacature .vacature-form h4 {
      font-weight: bold;
      font-size: 18px;
      color: #a06a16;
      padding-bottom: 15px; }
    .vacatures .vacature .vacature-form .form-record {
      width: 98%;
      margin: 1%;
      float: left; }
      @media screen and (min-width: 892px) {
        .vacatures .vacature .vacature-form .form-record {
          width: 31%; } }
      .vacatures .vacature .vacature-form .form-record.action {
        text-align: right; }

.restaurant-carousel {
  width: 100%;
  height: auto;
  background-color: white; }
  .restaurant-carousel .restaurant-slide {
    float: left;
    max-width: 300px;
    width: 100%;
    position: relative;
    margin-left: 2px;
    margin-right: 2px; }
    .restaurant-carousel .restaurant-slide:after {
      content: "";
      display: block;
      padding-bottom: 100%; }
    .restaurant-carousel .restaurant-slide .restaurant-slide-image {
      display: block;
      padding-bottom: 100%;
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: black; }
      .restaurant-carousel .restaurant-slide .restaurant-slide-image img {
        opacity: 0.5; }
    .restaurant-carousel .restaurant-slide .restaurant-slide-text {
      display: block;
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      height: 100%;
      z-index: 20;
      text-align: center;
      color: white;
      padding-top: 20%; }
      .restaurant-carousel .restaurant-slide .restaurant-slide-text h3 {
        text-transform: uppercase;
        font-size: 24px;
        letter-spacing: 1px;
        padding-bottom: 15px;
        font-weight: bold; }
        .restaurant-carousel .restaurant-slide .restaurant-slide-text h3 a {
          color: white; }
      .restaurant-carousel .restaurant-slide .restaurant-slide-text .locatie {
        font-weight: bold;
        font-size: 18px;
        padding-bottom: 5px; }
      .restaurant-carousel .restaurant-slide .restaurant-slide-text .plaatsnaam {
        font-size: 16px;
        padding-bottom: 50px; }
      .restaurant-carousel .restaurant-slide .restaurant-slide-text .details {
        padding-top: 5px;
        padding-bottom: 5px; }
    @media screen and (min-width: 892px) {
      .restaurant-carousel .restaurant-slide {
        max-width: 380px; } }

.locatie-container,
.locaties-container {
  border-top: 2px solid #f4f1e7;
  border-bottom: 2px solid #f4f1e7; }

.locaties-filterbar {
  border-top: 2px solid #f4f1e7;
  padding-top: 30px;
  padding-bottom: 30px; }

.locatiefilter {
  position: relative;
  float: left;
  width: 100%; }
  @media screen and (min-width: 767px) {
    .locatiefilter {
      width: 150px;
      float: right; } }
  .locatiefilter .locatiefilter-label {
    margin-top: 6px;
    white-space: nowrap; }
  .locatiefilter .locatiefilter-options {
    display: none;
    position: absolute;
    top: -2px;
    left: -2px;
    width: 103%;
    background-color: grey;
    border-radius: 10px;
    padding: 6px;
    z-index: 899; }
    .locatiefilter .locatiefilter-options .locatiefilter-option {
      display: block;
      width: 100%;
      padding: 5px;
      cursor: pointer;
      color: white; }
      .locatiefilter .locatiefilter-options .locatiefilter-option a {
        color: white;
        text-decoration: none; }
  .locatiefilter.open .locatiefilter-options {
    display: block; }
  .locatiefilter.active {
    background-color: #932537;
    border: 2px solid #932537;
    text-decoration: none;
    color: white !important; }

.restaurant-list {
  width: 100%;
  float: left; }
  @media screen and (min-width: 767px) {
    .restaurant-list {
      width: 50%; } }
  @media screen and (min-width: 992px) {
    .restaurant-list {
      width: 25%; } }
  .restaurant-list .restaurant-list-inner {
    padding: 15px;
    border-left: 2px solid #f4f1e7;
    border-right: 2px solid #f4f1e7;
    border-top: 1px solid #f4f1e7;
    border-bottom: 1px solid #f4f1e7;
    position: relative; }
    @media screen and (min-width: 767px) {
      .restaurant-list .restaurant-list-inner {
        padding: 0px; } }
    .restaurant-list .restaurant-list-inner .restaurant-list-image {
      display: block;
      float: left;
      clear: both;
      width: 100%;
      z-index: 99;
      position: relative; }
    .restaurant-list .restaurant-list-inner .restaurant-list-text {
      position: relative;
      padding-bottom: 95px;
      text-align: center;
      position: relative;
      z-index: 49; }
      .restaurant-list .restaurant-list-inner .restaurant-list-text h3 {
        padding-top: 30px;
        padding-bottom: 10px;
        font-size: 26px;
        float: left;
        clear: both;
        width: 100%; }
        .restaurant-list .restaurant-list-inner .restaurant-list-text h3 a {
          color: #a06a16;
          text-transform: uppercase;
          text-decoration: none; }
      .restaurant-list .restaurant-list-inner .restaurant-list-text .locatie {
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
        color: #932537;
        font-size: 16px;
        font-weight: bold; }
      .restaurant-list .restaurant-list-inner .restaurant-list-text .plaatsnaam {
        padding-top: 5px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px; }
      .restaurant-list .restaurant-list-inner .restaurant-list-text .inleiding {
        padding-top: 15px;
        padding-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px; }
      .restaurant-list .restaurant-list-inner .restaurant-list-text .details {
        display: block;
        position: absolute;
        height: 55px;
        width: 100%;
        text-align: center;
        padding: 0px;
        margin: 0px;
        left: 0px;
        bottom: 10px; }
  .restaurant-list.shown {
    display: block;
    opacity: 1; }
  .restaurant-list.hidden {
    display: none;
    opacity: 0; }

.locatie-main {
  border-left: 2px solid #f4f1e7;
  border-right: 1px solid #f4f1e7;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .locatie-main {
      width: 75%; } }
  .locatie-main .locatie-media {
    padding-bottom: 30px;
    float: left;
    clear: both; }
    .locatie-main .locatie-media .locatie-media-item {
      float: left;
      padding-top: 3px;
      width: 100%; }
      @media screen and (min-width: 767px) {
        .locatie-main .locatie-media .locatie-media-item.large {
          width: 67%;
          padding-right: 5px;
          padding-top: 1px; }
        .locatie-main .locatie-media .locatie-media-item.small {
          width: 33%;
          padding-left: 2px;
          padding-top: 2px; }
        .locatie-main .locatie-media .locatie-media-item.last {
          padding-top: 7px; }
        .locatie-main .locatie-media .locatie-media-item.smallest {
          width: 70px;
          padding-left: 6px;
          padding-top: 4px; } }
  .locatie-main .locatie-omschrijving {
    padding: 30px;
    border-bottom: 1px solid #f4f1e7; }
    .locatie-main .locatie-omschrijving h3 {
      text-align: center;
      font-size: 21px;
      text-transform: uppercase; }
      @media screen and (min-width: 892px) {
        .locatie-main .locatie-omschrijving h3 {
          font-size: 40px; } }

.locatie-side {
  border-left: 1px solid #f4f1e7;
  border-right: 2px solid #f4f1e7;
  width: 100%;
  padding: 20px 30px; }
  @media screen and (min-width: 992px) {
    .locatie-side {
      width: 25%; } }
  .locatie-side h1 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold; }

.locatie-sidebar-part {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 3px solid #932537;
  float: left;
  clear: both;
  width: 100%; }
  .locatie-sidebar-part.first {
    padding-top: 0px;
    border-top: 0px solid #932537; }

.sidebar-option-wrap {
  float: left;
  width: 100%;
  padding-right: 0px; }
  @media screen and (min-width: 435px) {
    .sidebar-option-wrap {
      width: 50%;
      padding-right: 10px; } }

.locatie-contactinfo .locatieinfo {
  position: relative;
  display: block;
  float: left;
  clear: both;
  width: 100%;
  padding-left: 30px; }
  .locatie-contactinfo .locatieinfo .icon {
    position: absolute;
    left: 0px;
    top: 3px; }
  .locatie-contactinfo .locatieinfo p {
    padding-bottom: 4px; }
    .locatie-contactinfo .locatieinfo p a {
      color: black;
      text-decoration: none; }
.locatie-contactinfo .locatie-adres {
  line-height: 1.6;
  padding-bottom: 15px; }
  .locatie-contactinfo .locatie-adres a {
    color: black;
    text-decoration: none; }
.locatie-contactinfo .locatie-links {
  margin-top: 40px;
  line-height: 1.6;
  padding-bottom: 5px;
  float: left;
  clear: both; }

.captcha-group {
  position: relative;
  clear: both; }
  .captcha-group .captcha-input {
    padding-left: 140px;
    position: relative;
    z-index: 10; }
  .captcha-group img.captcha-image {
    vertical-align: middle;
    position: absolute;
    z-index: 20;
    top: 10px;
    left: 8px; }

.sidebar-record {
  line-height: 1.8;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f4f1e7; }
  .sidebar-record:last-child {
    border-bottom: 0px solid #f4f1e7; }

.openingstijden .openingstijden-dag .openingstijden-tijd {
  float: right; }
.openingstijden .openingstijden-dag .openingstijden-note {
  padding: 0px;
  font-size: 11px;
  text-align: right;
  font-style: italic; }

.locatie-vacatures .locatie-vacature a {
  color: black;
  text-decoration: none; }

.locatie-events .locatie-event a {
  color: #932537;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold; }
  .locatie-events .locatie-event a span {
    color: #a06a16;
    font-weight: bold; }

.header-small {
  padding-bottom: 10px;
  display: block;
  clear: both; }

.event-list-wrap {
  padding-left: 80px;
  padding-right: 50px;
  position: relative;
  overflow: hidden; }
  .event-list-wrap .event-list-nav {
    position: absolute;
    top: 300px; }
    @media screen and (min-width: 767px) {
      .event-list-wrap .event-list-nav {
        top: 100px; } }
    @media screen and (min-width: 992px) {
      .event-list-wrap .event-list-nav {
        top: 40px; } }
    .event-list-wrap .event-list-nav.prev {
      left: 0px; }
    .event-list-wrap .event-list-nav.next {
      right: 0px; }
  .event-list-wrap .event-list-slide {
    margin-bottom: 10px;
    float: left;
    width: 100%; }
    .event-list-wrap .event-list-slide .event {
      float: left;
      width: 100%;
      min-height: 130px;
      padding-bottom: 30px; }
      @media screen and (min-width: 767px) {
        .event-list-wrap .event-list-slide .event {
          width: 50%; } }
      @media screen and (min-width: 992px) {
        .event-list-wrap .event-list-slide .event {
          width: 33%; } }
      .event-list-wrap .event-list-slide .event .inner h3 {
        padding-bottom: 4px;
        text-transform: uppercase;
        font-size: 18px; }
        .event-list-wrap .event-list-slide .event .inner h3 a {
          color: white;
          text-decoration: none; }
          .event-list-wrap .event-list-slide .event .inner h3 a span {
            color: #a06a16; }
      .event-list-wrap .event-list-slide .event .inner .locatie {
        font-size: 16px;
        text-transform: lowercase;
        color: white;
        padding-bottom: 4px; }
      .event-list-wrap .event-list-slide .event .inner .details {
        padding-bottom: 4px;
        font-size: 14px;
        text-transform: lowercase; }
        .event-list-wrap .event-list-slide .event .inner .details a {
          color: black;
          text-decoration: none; }

.events-event {
  position: relative;
  padding-left: 110px;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #f4f1e7; }
  .events-event:last-child {
    border-bottom: 0px solid #f4f1e7; }
  .events-event .events-event-date {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 80px;
    height: 80px;
    font-size: 32px;
    color: #a06a16;
    font-weight: bold; }
  .events-event .events-event-info h4 {
    font-size: 21px;
    padding: 0px 0px 10px 0px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: bold;
    color: #932537;
    font-weight: normal; }
  .events-event .events-event-info p {
    padding-bottom: 10px; }
    .events-event .events-event-info p.detaillink {
      text-align: right; }
  .events-event.back_red .events-event-info h4,
  .events-event.back_red .events-event-info p {
    color: white !important; }
  .events-event.back_gold .events-event-date {
    color: #932537; }
  .events-event.back_gold .events-event-info h4 {
    color: #932537; }
  .events-event.back_gold .events-event-info p {
    color: white !important; }

/*****************************************************************************************
** SHOP                                                                   				**
*****************************************************************************************/
#shop-categorie-listview-toptext {
  padding-top: 5px;
  padding-bottom: 30px; }
  #shop-categorie-listview-toptext h3 {
    padding-bottom: 10px; }

.shop-categorie-listview-item .inner {
  float: left;
  clear: both;
  padding-bottom: 40px; }
  .shop-categorie-listview-item .inner .shop-categorie-listview-title h3 a {
    font-size: 28px;
    text-transform: uppercase; }
  .shop-categorie-listview-item .inner .shop-categorie-listview-details {
    min-height: 50px;
    float: left;
    clear: both;
    width: 100%; }

/* PRODUCT/CAT LISTVIEW */
.shop-catprod-listview-item {
  padding-top: 30px; }

/* PRODUCT LISTVIEW */
.shop-product-listview .inner {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
  padding-top: 20px; }
  .shop-product-listview .inner .row .shop-product-listview-text h3 {
    padding: 5px 0px 10px 0px;
    font-size: 28px;
    text-transform: uppercase;
    color: #932537; }
    .shop-product-listview .inner .row .shop-product-listview-text h3 a {
      color: #932537; }
  .shop-product-listview .inner .row .shop-product-listview-text p {
    padding: 0px 0px 10px 0px; }
  .shop-product-listview .inner .row .shop-product-listview-prijs .product-listview-prijs {
    font-weight: bold;
    font-size: 21px;
    color: black; }

.details-btn {
  margin-top: 40px; }

.shop-product-listitem-plusminbox {
  background-color: white;
  padding: 10px 0px 5px 5px;
  float: right; }
  .shop-product-listitem-plusminbox .inner {
    padding: 0;
    margin: 0;
    border: 0px; }
    .shop-product-listitem-plusminbox .inner .plusmin {
      float: left; }
      .shop-product-listitem-plusminbox .inner .plusmin.min {
        background-color: #932537;
        color: white;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 25px;
        font-size: 20px;
        font-weight: bold;
        border-radius: 5px 0px 0px 5px;
        border-top: 1px solid #932537;
        border-left: 1px solid #932537;
        border-bottom: 1px solid #932537; }
        .shop-product-listitem-plusminbox .inner .plusmin.min.inactive {
          background-color: #c8c8c8; }
        .shop-product-listitem-plusminbox .inner .plusmin.min a {
          color: white;
          float: left;
          width: 100%;
          height: 100%; }
      .shop-product-listitem-plusminbox .inner .plusmin.amount {
        background-color: white;
        color: black;
        text-align: center;
        width: 35px;
        height: 30px;
        line-height: 29px;
        font-size: 17px;
        border-top: 1px solid #932537;
        border-bottom: 1px solid #932537; }
      .shop-product-listitem-plusminbox .inner .plusmin.plus {
        background-color: #932537;
        color: white;
        text-align: center;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
        border-radius: 0px 5px 5px 0px; }
        .shop-product-listitem-plusminbox .inner .plusmin.plus a {
          color: white;
          float: left;
          width: 100%;
          height: 100%; }

.fixed-minicart {
  background-color: #932537;
  color: white !important;
  border-radius: 10px;
  padding: 7px 10px;
  -webkit-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.6);
  box-shadow: -3px 3px 5px 0px rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 999;
  bottom: 50px;
  right: 30px;
  display: none; }

/* CART */
.cart-container {
  padding-bottom: 20px; }

.cartrow {
  padding: 5px 0px; }
  .cartrow .money {
    text-align: right !important; }
  .cartrow .cart-trashbin {
    opacity: 0.8; }

.shop-cartnav-back {
  padding-top: 30px; }

@media only screen and (max-width: 992px) {
  .shop-cart-steps {
    display: none !important; } }
@media only screen and (min-width: 992px) {
  .shop-cart-steps-mobile {
    display: none !important; } }
.shop-cart-steps {
  padding-bottom: 20px; }
  .shop-cart-steps .step-done {
    background-color: #1c5c19;
    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: #a06a16;
    border-color: #d58512;
    border: 1px solid transparent;
    border: medium none;
    border-radius: 4px;
    color: white;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400; }
  .shop-cart-steps .step-open {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    border: 1px solid transparent;
    border: medium none;
    border-radius: 4px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    margin-bottom: 0;
    font-weight: 400; }

.cartlegenda {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px; }

.cart-subnote {
  padding-top: 25px;
  text-align: center;
  color: grey;
  font-size: 13px; }

.cart-aantal {
  text-align: center; }

.cartproduct,
.cartkorting,
.cartverzendkosten {
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
  padding-bottom: 15px; }

.carttotaal {
  padding-top: 20px;
  font-size: 18px;
  font-weight: bold; }

.btn-addtocart,
.btn-shop,
.btn-red {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: #932537;
  /* Green */
  border: none;
  color: white !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; }
  .btn-addtocart:hover,
  .btn-shop:hover,
  .btn-red:hover {
    background-color: #6a1b28;
    color: white; }

.shop-cartnav-next {
  text-align: right; }

#shop-cart-bedrag,
#shop-cart-betaalopties,
#shop-cart-opmerking {
  padding-top: 0px;
  padding-bottom: 20px; }
  #shop-cart-bedrag h3,
  #shop-cart-betaalopties h3,
  #shop-cart-opmerking h3 {
    padding: 0px 0px 8px 0px; }
  #shop-cart-bedrag p,
  #shop-cart-betaalopties p,
  #shop-cart-opmerking p {
    padding: 0px 0px 5px 0px; }
  #shop-cart-bedrag .betaalmethode,
  #shop-cart-betaalopties .betaalmethode,
  #shop-cart-opmerking .betaalmethode {
    padding: 4px 0px; }

#shop-cart-voucher {
  margin-top: 50px; }

.cart-zakelijk {
  display: none; }
  .cart-zakelijk.active {
    display: block; }

#shop-cart-afleveradres.verborgen {
  display: none; }
#shop-cart-afleveradres.zichtbaar {
  display: block; }

.cart-row {
  padding: 10px 0; }
  .cart-row h3 {
    padding-top: 0px;
    padding-bottom: 10px; }
  .cart-row.afleveradres, .cart-row.factuuradres {
    padding-bottom: 35px; }

.cart-account-row {
  padding: 10px 0; }
  .cart-account-row h3 {
    padding-top: 0px;
    padding-bottom: 10px; }

.shop-cart-adres-card {
  padding: 0;
  width: 100%;
  clear: both;
  line-height: 1.8; }
  .shop-cart-adres-card.verborgen {
    display: none; }
  .shop-cart-adres-card.zchtbaar {
    display: block; }

.shop-cart-adressen-change {
  text-decoration: underline !important;
  margin-top: 10px;
  display: block; }

.shop-account {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  clear: both;
  width: 100%; }
  .shop-account h3 {
    padding-top: 0px;
    padding-bottom: 10px; }
  .shop-account .shop-account-link {
    color: black; }

.shop-account-mailchimp-subscribe {
  display: none; }
  .shop-account-mailchimp-subscribe.active {
    display: inline; }

.stempelkaart-stempels {
  position: relative;
  min-height: 80px; }
  .stempelkaart-stempels .stempelkaart-stempel {
    width: 80px;
    height: 54px;
    background-color: transparent;
    background-image: url("../images/layout/spaar-stempel.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    float: left;
    margin-bottom: 8px;
    opacity: 0.95; }
    .stempelkaart-stempels .stempelkaart-stempel.stempel-1 {
      transform: rotate(18deg); }
    .stempelkaart-stempels .stempelkaart-stempel.stempel-2 {
      transform: rotate(12deg); }
    .stempelkaart-stempels .stempelkaart-stempel.stempel-3 {
      transform: rotate(-12deg); }
    .stempelkaart-stempels .stempelkaart-stempel.stempel-4 {
      transform: rotate(13deg); }
    .stempelkaart-stempels .stempelkaart-stempel.stempel-5 {
      transform: rotate(1deg); }
    .stempelkaart-stempels .stempelkaart-stempel.stempel-6 {
      transform: rotate(22deg); }
    .stempelkaart-stempels .stempelkaart-stempel.stempel-7 {
      transform: rotate(-11deg); }
    .stempelkaart-stempels .stempelkaart-stempel.stempel-8 {
      transform: rotate(12deg); }
    .stempelkaart-stempels .stempelkaart-stempel.stempel-9 {
      transform: rotate(-17deg); }
    .stempelkaart-stempels .stempelkaart-stempel.stempel-10 {
      transform: rotate(-1deg); }
    .stempelkaart-stempels .stempelkaart-stempel.grey {
      background-image: linear-gradient(white, white), url("../images/layout/spaar-stempel.png");
      background-blend-mode: saturation;
      opacity: 0.4; }

.redborder {
  border: 1px solid red !important; }

.radio-option {
  padding: 4px 0; }

/* ACCOUNTLINK */
.shop-accountlink-wrap {
  display: inline;
  margin-left: 10px;
  background-color: white;
  position: relative;
  background-color: white;
  border: none;
  color: #932537;
  text-transform: uppercase;
  margin-top: 5px;
  padding: 5px 15px;
  border-radius: 15px;
  height: 27px;
  line-height: 17px;
  font-size: 12px; }
  .shop-accountlink-wrap .accountlink-mobile {
    display: block;
    position: relative; }
    @media screen and (min-width: 992px) {
      .shop-accountlink-wrap .accountlink-mobile {
        display: none; } }
    .shop-accountlink-wrap .accountlink-mobile i {
      font-size: 12px;
      width: auto;
      text-align: center;
      vertical-align: middle;
      color: black; }
      .shop-accountlink-wrap .accountlink-mobile i.fa {
        position: relative;
        padding-right: 20px;
        color: black; }
  .shop-accountlink-wrap .accountlink-desktop {
    display: none;
    color: black;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 300; }
    @media screen and (min-width: 992px) {
      .shop-accountlink-wrap .accountlink-desktop {
        display: block; } }
  .shop-accountlink-wrap .accountlink-desktop-dropdown {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px 15px;
    background-color: white;
    z-index: 999;
    width: 200px;
    border-radius: 15px 3px 3px 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-wrap .accountlink-desktop-dropdown ul li {
      padding: 5px 0;
      border-bottom: 1px solid #f4f1e7;
      text-align: left; }
      .shop-accountlink-wrap .accountlink-desktop-dropdown ul li a {
        text-decoration: none;
        color: black;
        display: block; }
      .shop-accountlink-wrap .accountlink-desktop-dropdown ul li:last-child {
        border-bottom: 0; }
  .shop-accountlink-wrap:hover .accountlink-desktop-dropdown {
    display: block; }

/*****************************************************************************************
** 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; }

/*****************************************************************************************
** 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; } }

/*--CSSHOOk--*/
.back-white {
  background-color: #ffffff;
  color: #90253d; }

.back-red {
  background-color: #90253d;
  color: #986824; }

.back-gold {
  background-color: #986824;
  color: #90253d; }

.back-red h2,
.back-red h2 a,
.back-gold h2,
.back-gold h2 a {
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: normal !important;
  padding-bottom: 20px; }

.back-white h2,
.back-white h2 a {
  color: #90253d;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: normal !important;
  padding-bottom: 20px; }

.shop-product-listview-item .inner {
  padding: 40px 40px 60px 40px;
  clear: both;
  float: left;
  width: 100%; }

.shop-product-listview-item-info {
  width: 100%;
  position: relative;
  padding-bottom: 100px; }

@media screen and (min-width: 640px) {
  .shop-product-listview-item-info {
    width: 60%; } }
@media screen and (max-width: 640px) {
  .shop-product-listview-item-image {
    width: 100%;
    transform: rotate(-8deg); } }
@media screen and (min-width: 640px) {
  .shop-product-listview-item-image {
    width: 40%;
    transform: rotate(-5deg); } }
.shop-product-listview-item-image img {
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
  z-index: 99;
  position: relative; }

.shop-product-listview-item-image.left,
.shop-product-listview-item-info.left {
  float: left; }

.shop-product-listview-item-image.right,
.shop-product-listview-item-info.right {
  float: right;
  padding-left: 30px; }

.responsiveimg {
  display: block;
  float: left;
  width: 100%;
  height: auto !important; }

.giftcard-info {
  background-color: #932537;
  padding: 30px;
  color: white;
  margin-bottom: 30px; }
  .giftcard-info .giftcard-saldoline {
    text-align: center; }
    .giftcard-info .giftcard-saldoline.groot {
      font-size: 21px; }
    .giftcard-info .giftcard-saldoline.klein {
      font-size: 16px; }
    .giftcard-info .giftcard-saldoline span {
      font-weight: bolder; }

.btn-round {
  padding: 20px 35px;
  border: none;
  border-radius: 35px;
  height: 55px;
  line-height: 45px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px; }

@media screen and (max-width: 767px) {
  .btn-round span {
    display: none; } }
.giftard-list {
  list-style-type: none !important;
  padding: 3px 0px !important;
  margin: 0px !important; }
  .giftard-list li {
    padding: 5px; }
    .giftard-list li a span {
      float: right; }
    .giftard-list li:hover {
      background-color: #932537;
      color: #FFFFFF !important; }
      .giftard-list li:hover a {
        color: #FFFFFF !important; }

.archivelinks {
  padding-bottom: 50px; }

/* SHOPDEBUG BAR */
.shop-debug-bar {
  background-color: #BBBBBB;
  color: #111111;
  padding: 18px;
  margin-bottom: 20px;
  font-size: 10px; }
  .shop-debug-bar .shop-debug-bar-boxes {
    padding: 15px; }
    .shop-debug-bar .shop-debug-bar-boxes .shop-debug-bar-box {
      float: left;
      padding-right: 15px;
      padding-bottom: 5px;
      line-height: 1; }
      .shop-debug-bar .shop-debug-bar-boxes .shop-debug-bar-box strong {
        font-size: 12px; }
        @media only screen and (min-width: 767px) {
          .shop-debug-bar .shop-debug-bar-boxes .shop-debug-bar-box strong {
            font-size: 14px; } }
  .shop-debug-bar .shop-debug-bar-actions .shop-debug-bar-btn {
    padding: 4px 6px;
    border-radius: 5px;
    border: 0px;
    font-size: 10px;
    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; }

.mailchimparchive {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
  margin-top: 10px; }
  .mailchimparchive h3 {
    padding-bottom: 5px; }
  .mailchimparchive P.date {
    color: #CCCCCC;
    font-size: 12px;
    padding-bottom: 5px; }

/*# sourceMappingURL=style.css.map */
