/*!
 * WARNING: Don't edit the .css files by hand! libSASS (CodeKit or Prepros) and edit the .scss files.
 * (More information at http://compass-style.org)
 */
@import url("//hello.myfonts.net/count/2a9493");
@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

/*************/
/* Variables */
/*************/
/***********/
/* Imports */
/***********/
/* Third-party / Vendors */
div.selector,
div.selector span,
div.checker span,
div.radio span,
div.uploader,
div.uploader span.action,
div.button,
div.button span {
  font-size: 16px;
  background-image: url("/gfx/sprite/sprite.svg");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }

.no-svg div.selector,
.no-svg div.selector span,
.no-svg div.checker span,
.no-svg div.radio span,
.no-svg div.uploader,
.no-svg div.uploader span.action,
.no-svg div.button,
.no-svg div.button span {
  background: url("/gfx/sprite/sprite.png") no-repeat; }

div.selector,
div.checker,
div.button,
div.radio,
div.uploader {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle; }

div.selector:focus,
div.checker:focus,
div.button:focus,
div.radio:focus,
div.uploader:focus {
  outline: 0; }

div.selector,
div.selector *,
div.radio,
div.radio *,
div.checker,
div.checker *,
div.uploader,
div.uploader *,
div.button,
div.button * {
  margin: 0;
  padding: 0; }

div.checker input,
input[type="search"],
input[type="search"]:active {
  -moz-appearance: none;
  -webkit-appearance: none; }

/* Checkbox */
div.checker {
  position: relative; }

div.radio.error:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f00; }

div.checker,
div.checker span,
div.checker input {
  width: 16px;
  height: 16px; }

div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  margin-top: 1px;
  background-position: -477px -273px; }

/* 	.no-svg div.checker span { background-position: -260px -365px; } */
div.checker span.checked {
  background-position: -511px -273px; }

/* 	.no-svg div.checker span.checked { background-position: -260px -336px; } */
div.checker input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1; }

/* Radio */
div.radio {
  position: relative;
  line-height: 19px; }

div.radio.error:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #f00; }

div.radio,
div.radio span,
div.radio input {
  width: 20px;
  height: 20px; }

div.radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  margin-top: 1px;
  background-position: -477px -273px; }

/* 	.no-svg div.radio span { background-position: -259px -420px; } */
div.radio span.checked {
  background-position: -511px -273px; }

/* 	.no-svg div.radio span.checked { background-position: -259px -393px; } */
div.radio input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 7px;
  right: 65px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 12px;
  padding: 15px 15px 15px 15px;
  width: 300px;
  /*
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
*/
  background-position: 15px center;
  background-repeat: no-repeat;
  /*
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
*/
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  /*
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
*/
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: none !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #000; }

.toast-warning {
  background-color: #f89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 8px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 8px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 15px;
    width: 25em; } }

/*Custom code*/
.notification-image {
  float: left;
  width: 20%;
  margin-right: 5%; }

.notification-text {
  float: left;
  width: 70%;
  padding-top: 17px; }

/*!
*  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/font/fontawesome-webfont.eot?v=4.6.3");
  src: url("/font/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/font/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/font/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/font/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/font/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome' !important;
  font-size: inherit;
  text-rendering: auto;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa:hover,
.fa-before:hover,
.fa-after:hover {
  text-decoration: none !important; }
  .fa:hover:before,
  .fa-before:hover:before,
  .fa-after:hover:before {
    text-decoration: none; }

.fa-before:before,
.fa-after:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 'FontAwesome';
  text-decoration: none;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*
 * jQuery Dynatable plugin 0.3.1
 *
 * Copyright (c) 2014 Steve Schwartz (JangoSteve)
 *
 * Dual licensed under the AGPL and Proprietary licenses:
 *   http://www.dynatable.com/license/
 *
 * Date: Tue Jan 02 2014
 */
th a {
  color: #fff; }

th a:hover {
  color: #fff;
  text-decoration: underline; }

.dynatable-search {
  float: right;
  margin-bottom: 10px; }

.dynatable-pagination-links {
  float: right; }

.dynatable-record-count {
  display: block;
  padding: 5px 0; }

.dynatable-pagination-links span,
.dynatable-pagination-links li {
  display: inline-block; }

.dynatable-page-link,
.dynatable-page-break {
  display: block;
  padding: 5px 7px; }

.dynatable-page-link {
  cursor: pointer; }

.dynatable-active-page,
.dynatable-disabled-page {
  cursor: text; }

.dynatable-active-page:hover,
.dynatable-disabled-page:hover {
  text-decoration: none; }

.dynatable-active-page {
  background: #71AF5A;
  border-radius: 5px;
  color: #fff; }

.dynatable-active-page:hover {
  color: #fff; }

.dynatable-disabled-page,
.dynatable-disabled-page:hover {
  background: none;
  color: #999; }

.paginationjs-pages {
  position: relative;
  z-index: 99;
  text-align: center; }
  .paginationjs-pages ul {
    list-style: none; }
    .paginationjs-pages ul li {
      display: none;
      border: 1px solid #000;
      border-left: 0; }
      .paginationjs-pages ul li:first-child {
        border-left: 1px solid #000; }
      .paginationjs-pages ul li.paginationjs-prev, .paginationjs-pages ul li.paginationjs-next {
        display: inline-block; }
      .paginationjs-pages ul li.active {
        display: inline-block; }
        .paginationjs-pages ul li.active a {
          background-color: #000;
          color: #fff;
          text-decoration: none; }
      .paginationjs-pages ul li a {
        padding: 8px 13px;
        text-decoration: none;
        display: block;
        color: #000; }
        .paginationjs-pages ul li a:hover {
          background-color: #000;
          color: #fff;
          text-decoration: none; }

@media screen and (min-width: 768px) {
  .paginationjs-pages ul li {
    display: inline-block; }
    .paginationjs-pages ul li.active {
      display: inline-block; }
    .paginationjs-pages ul li a {
      padding: 2px 7px; } }

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: transparent; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/* General styling */
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Main parts of layout */
/* SVG sprite

Comment: Zet de .sprite class op alle html elementen die een sprite gebruiken. 
Berekening SVG sprite background-size: width / font-size & height / font-size, waardes in em */
.sprite,
.sprite-before:before,
.sprite-after:after,
#carousel-header-pag a,
#new-recepies-pag a,
#featured-pag-left a,
#featured-pag-right a,
.select-container li:first-child:after {
  /*	background:url('/gfx/sprite/sprite.svg') no-repeat;*/
  background: url("/gfx/sprite/sprite.png?v=4?v=4") no-repeat;
  font-size: 16px; }

.no-svg .sprite,
.no-svg .sprite-before:before,
.no-svg .sprite-after:after,
.no-svg #carousel-header-pag a,
.no-svg #new-recepies-pag a,
.no-svg #featured-pag-left a,
.no-svg #featured-pag-right a,
.no-svg .select-container li:first-child:after {
  background: url("/gfx/sprite/sprite.png?v=4?v=4") no-repeat; }

.psprite,
.psprite-before:before,
.psprite-after:after {
  background: url("/gfx/sprite/psprite.png?v3") no-repeat; }

.bgsprite,
.bgsprite-before:before,
.bgsprite-after:after {
  background: url("/gfx/sprite/bgsprite.png?v3") no-repeat; }

.pspsprite,
.pspsprite-before:before,
.pspsprite-after:after {
  background: url("/gfx/sprite/psp-logos.svg?v2") no-repeat;
  font-size: 16px; }

.no-svg .pspsprite,
.no-svg .pspsprite-before:before,
.no-svg .pspsprite-after:after {
  background: url("/gfx/sprite/psp-logos.png?v2") no-repeat;
  font-size: 16px; }

div.checker.error > span {
  border: 1px solid red; }

/* Font-face 

Comment: Font-family in de body plaatsen wanneer font gebruikt wordt voor hele website ipv class toewijzen. */
@font-face {
  font-family: "open_sansregular";
  src: url("/font/OpenSans-Regular-webfont.eot");
  src: url("/font/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/font/OpenSans-Regular-webfont.woff") format("woff"), url("/font/OpenSans-Regular-webfont.ttf") format("truetype"), url("/font/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open_sansbold';
  src: url("/font/OpenSans-Bold-webfont.eot");
  src: url("/font/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/font/OpenSans-Bold-webfont.woff") format("woff"), url("/font/OpenSans-Bold-webfont.ttf") format("truetype"), url("/font/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "open_sans_condensedbold";
  src: url("/font/OpenSans-CondBold-webfont.eot");
  src: url("/font/OpenSans-CondBold-webfont.eot?#iefix") format("embedded-opentype"), url("/font/OpenSans-CondBold-webfont.woff") format("woff"), url("/font/OpenSans-CondBold-webfont.ttf") format("truetype"), url("/font/OpenSans-CondBold-webfont.svg#open_sans_condensedbold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Boxmodel
	
Comment: Boxmodel op content-box zetten voor bepaalde externe plugins, zoals Google Maps. */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gmap,
.gmap * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.gmap img {
  max-width: none; }

.gmaps-details-popup {
  position: relative;
  color: #1e1e1e;
  font-size: 13px;
  font-family: "open_sansregular";
  text-align: center;
  padding: 14px;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25); }

.gmaps-details-popup:before {
  position: absolute;
  display: block;
  content: '';
  left: -10px;
  bottom: -13px;
  width: 260px;
  height: 13px;
  background: url("/gfx/maps-box-bottom.png") left top no-repeat; }

.gmaps-details-popup:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: -30px;
  width: 30px;
  height: 160px;
  background: url("/gfx/maps-box-right.png") left top no-repeat; }

.gmaps-details-popup .header1 {
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  color: #1e1e1e; }

.gmaps-details-popup .header2 {
  font-size: 20px;
  font-family: "open_sans_condensedbold";
  color: #cac4a9; }

.gmaps-details-popup .location {
  margin: 0 auto; }

.gmaps-details-popup .address {
  display: block;
  line-height: 18px;
  padding-top: 4px;
  padding-bottom: 5px; }

.gmaps-details-popup .readmore {
  position: relative;
  color: #cac4a9;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  padding-right: 18px; }

.gmaps-details-popup .readmore:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  background-position: -85px -250px; }

/* Html & body */
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  overflow-y: scroll; }

body {
  width: 100%;
  background: #fff;
  color: #000;
  font-family: "open_sansregular";
  font-size: 13px;
  line-height: 1.5em; }

ol, ul {
  padding: 0 0 0 20px; }

.user-content {
  padding: 22px; }

/* Headings */
p {
  margin-top: 0; }

h1 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  font-family: "open_sans_condensedbold"; }

h2 {
  color: #000;
  font-size: 25px;
  line-height: 29px;
  font-weight: normal;
  font-family: "open_sans_condensedbold"; }

h2.article {
  color: #b6b651;
  font-size: 22px;
  font-family: "open_sans_condensedbold";
  line-height: 26px; }

h2.article span {
  display: block;
  color: #535423; }

h3, h4, h5, h6 {
  color: #282828;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  font-family: "open_sans_condensedbold"; }

h7 {
  color: #000;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  font-family: "open_sans_condensedbold"; }

.print-only {
  display: none; }

.info.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: -532px -193px; }

.info.icon.dark {
  width: 17px;
  height: 17px;
  margin-left: 8px;
  margin-bottom: -4px;
  background-position: -567px -165px; }

.info > span {
  display: none; }

.infowindow {
  position: absolute;
  z-index: 999;
  display: none;
  cursor: default;
  color: #000;
  width: 100%;
  padding: 20px;
  margin-top: -15px;
  background: #cac4a9; }

.infowindow.dark {
  color: #fff;
  background: #000; }

.infowindow .text {
  display: block;
  width: 100%;
  overflow: visible;
  font-size: 14px;
  font-family: "open_sansregular";
  white-space: normal;
  padding-right: 5px; }

.infowindow .title {
  display: block;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  padding-bottom: 4px;
  margin-bottom: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #b9c1a9; }

.infowindow.dark .title {
  color: #fff;
  border: none;
  margin-bottom: -4px; }

.infowindow.dark .price {
  color: #fff;
  font-family: "open_sans_condensedbold"; }

.infowindow .close {
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-position: -1339px -270px; }

.infowindow .close span {
  display: none; }

.infowindow .arrow {
  bottom: -42px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #cac4a9;
  border-width: 21px;
  margin-left: 20px; }

.infowindow.dark .arrow {
  border-top-color: #000; }

.infowindow.top .arrow {
  top: -42px;
  bottom: auto;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #61633e;
  border-bottom-color: rgba(97, 99, 62, 0.93); }

.infowindow.left .arrow {
  top: 26px;
  left: -62px !important;
  bottom: auto;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #cac4a9; }

.infowindow.light {
  background: #7f8770; }

.infowindow.light .title {
  border: none;
  padding-bottom: 0;
  margin-bottom: -10px; }

.infowindow.light .arrow {
  border-top-color: #7f8770; }

.infowindow.reviews {
  padding-left: 42px;
  padding-right: 42px; }

.infowindow.reviews .title {
  display: block;
  height: 27px;
  margin-bottom: 9px; }

.infowindow.reviews .title .stars {
  display: block;
  margin-top: 10px; }

#infowindow-nostock {
  display: none;
  top: -150px;
  right: 20px; }

#infowindow-nostock .arrow {
  left: auto;
  right: 30px; }

#infowindow-minorderprice {
  display: block;
  top: auto !important;
  bottom: 224px;
  right: 20px; }

#infowindow-minorderprice .arrow {
  left: auto;
  right: 30px; }

/* Links */
a, a:link, a:visited {
  font-family: 'open_sansbold';
  color: #fff;
  cursor: pointer;
  text-decoration: underline; }

a:hover {
  cursor: pointer;
  text-decoration: none; }

.readmore {
  position: relative;
  display: inline-block;
  width: auto;
  color: #323232;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  padding-right: 20px;
  border: none;
  background: none; }

.readmore:after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 0;
  width: 12px;
  height: 10px;
  margin-top: -7px;
  background-position: -29px -251px; }

.overlay-wishlist {
  position: relative;
  display: inline-block;
  width: auto;
  color: #cac4a9;
  padding-left: 24px; }

.overlay-wishlist:after {
  left: 0;
  right: auto;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background-position: -314px -248px; }

.pinterest {
  position: relative;
  display: inline-block;
  width: auto;
  color: #cac4a9;
  padding-left: 24px; }

.pinterest:after {
  left: 0;
  right: auto;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  background-position: -299px -271px; }

.user-content a, .user-content a:link, .user-content a:visited {
  color: #978850;
  text-decoration: none; }

.user-content a:hover {
  text-decoration: underline; }

a.readmore {
  font-family: "open_sans_condensedbold";
  text-decoration: none; }

a.readmore:hover {
  text-decoration: underline; }

#back-to-top {
  position: fixed;
  display: none;
  z-index: 500;
  top: 50%;
  right: 0;
  width: 43px;
  height: 94px;
  background-position: -612px -237px; }

.btn {
  position: relative;
  display: block;
  color: #fff !important;
  font-family: 'open_sans_condensedbold' !important;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  text-decoration: none;
  padding: 5px 25px 5px 10px !important;
  background: #000;
  border: 0; }
  .btn:link, .btn:hover {
    text-decoration: none; }
  .btn:after {
    position: absolute;
    top: 5px !important;
    right: 6px !important;
    font-family: 'FontAwesome';
    display: block;
    content: "\f054" !important;
    background: none !important; }
  .btn.back {
    padding: 5px 10px 5px 25px !important;
    font-family: "open_sans_condensedbold"; }
    .btn.back:after {
      position: absolute;
      top: 5px !important;
      right: auto !important;
      left: 6px !important;
      font-family: 'FontAwesome';
      display: block;
      content: "\f053" !important;
      background: none !important; }

/* Forms */
input[type=search], input[type=text], input[type=number], input[type=email], input[type=password], textarea {
  border: 1px solid #f2f2f2;
  padding: 6px 8px;
  width: 100%;
  color: #000;
  font-family: "open_sansregular";
  outline: none;
  background: #fff;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

input[type=search] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

select {
  width: 100%; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A9A9BE !important; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #A9A9BE !important; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #A9A9BE !important; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A9A9BE !important; }

input[type=text].small,
input[type=number].small {
  width: 48px;
  text-align: center;
  margin-right: 24px; }

input[type=text].small.year,
input[type=number].small.year {
  width: 62px; }

.input-gps {
  position: relative; }

.input-gps a {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  margin-top: -11px;
  background-position: -145px -268px; }

.fields li {
  position: relative;
  clear: both;
  margin-top: 10px; }

.fields li:first-child {
  margin-top: 0; }

label.male,
label.female {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-bottom: -4px;
  margin-right: -4px;
  background-position: -1343px -229px; }

label.female {
  background-position: -1382px -230px; }

label.male.light {
  background-position: -1343px -185px; }

label.female.light {
  background-position: -1382px -186px; }

label.male span,
label.female span {
  display: none; }

.select-container {
  position: relative;
  overflow: visible;
  float: left;
  height: 27px;
  width: 100%;
  /* 	z-index: 999; */
  z-index: 400; }

.select-container li:first-child:after {
  position: absolute;
  display: block;
  content: '';
  z-index: 20;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  z-index: 999;
  margin-top: -8px;
  background-position: -116px -270px;
  pointer-events: none; }

.select-container.empty li:first-child:after {
  display: none; }

.select-container li {
  padding: 0 32px 0 16px; }

.select {
  position: absolute;
  overflow-y: hidden;
  display: block;
  z-index: 200 !important;
  cursor: pointer;
  width: 100%;
  max-height: 195px;
  background-color: #fff;
  -webkit-overflow-scrolling: touch; }

select {
  outline: 0; }

.select.error, select.error {
  border: 1px solid red; }

.select-container.empty .select {
  cursor: default; }

.select.active {
  overflow-y: auto;
  z-index: 999 !important; }

.select:after {
  position: absolute;
  display: block;
  content: '';
  top: 18px;
  right: 12px;
  width: 9px;
  height: 8px;
  background-position: -55px -128px; }

.select li {
  display: none;
  color: #aaaaaa;
  font-size: 12px;
  line-height: 27px;
  background: #000;
  border-top: 1px solid #81774c;
  margin-top: 0;
  white-space: nowrap;
  position: relative;
  z-index: 999; }

.select li:first-child {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 27px;
  background: #fff;
  border-top: none;
  position: relative;
  z-index: 999; }

.select.active li {
  position: relative;
  z-index: 999; }

.select li:hover,
.select li:active {
  color: #fff;
  position: relative;
  z-index: 999; }

.select li:hover:first-child,
.select li:active:first-child {
  color: #000;
  position: relative;
  z-index: 999; }

.contact-b2b label,
.contact-b2b input {
  display: inline-block;
  margin-bottom: 10px; }

.contact-b2b label {
  width: 30%; }

.contact-b2b input {
  width: 69%;
  border-color: #ccc; }

/* Custom form validation */
form input.error,
form textarea.error {
  border: 1px solid #ff0000 !important;
  color: #ff0000 !important; }

form input.warning,
form textarea.warning {
  border: 3px solid #ffcc00 !important; }

form span.error {
  position: relative;
  z-index: 99;
  display: inline-block;
  height: 16px;
  margin: 4px 0 0 4px;
  overflow: visible !important;
  width: 16px;
  background: url(/gfx/icon-error-validation.png) no-repeat;
  cursor: pointer; }

form span.error label {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: 9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none !important;
  height: 30px;
  padding: 6px 9px;
  width: 180px !important;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  behavior: url(/css/PIE.htc);
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  text-align: left; }

form span.error:hover label {
  display: block !important; }

form label.error {
  display: none !important; }

.error-image {
  float: left;
  margin-right: 5px;
  padding-top: 2px; }

/* Generic mobile classes 
	
Comment: Zet de .mobile-add class op elementen die op mobile getoond moeten worden. 
Comment: Zet de .mobile-delete class op elementen die niet op mobile getoond moeten worden.
Comment: Zet de .mobile-open class op elementen die op mobile getoond moeten worden na bijvoorbeeld een click van een menu, voeg deze toe met jquery en verwijder ze bij een tweede klik. */
.mobile-add {
  display: block; }

.mobile-delete {
  display: none; }

.mobile-open {
  display: block !important; }

.tablet-add {
  display: none; }

.desktop-add {
  display: none; }

/* Grids & responsive settings */
.google-tour {
  display: block;
  width: 100%;
  height: 300px;
  border: none; }

.scrolloff {
  pointer-events: none; }

.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.gte-ie9 .bgcover {
  filter: none !important;
  -ms-filter: none !important; }

.bgcontain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -ms-behavior: url("/js/lib/backgroundsize.min.htc"); }

.grid-row {
  position: relative;
  overflow: hidden;
  width: 100%; }

.grid-column {
  float: left; }

.grid-column.grid-column-2 {
  width: 50%; }

.grid-column.grid-column-3 {
  width: 33.33%; }

.grid-column.grid-column-4 {
  width: 25%; }

img, iframe, object, embed, video {
  max-width: 100%; }

img, video {
  height: auto; }

/* Container & wrapper */
#container {
  width: 100%;
  overflow: hidden; }

.wrapper {
  margin: 0 auto;
  width: 960px; }

/* Print styles */
@media print {
  /* Generic */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    text-decoration: underline; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  /* Site specific */
  #search,
  #header-mobile,
  #tpl-default.products.detail #header-content .image-cont,
  #tpl-default .featured-article:before,
  #tpl-default .featured-article:after,
  #info-tabs.recepies .headers,
  #info-tabs:after,
  #new-recepies .top-header:after,
  #new-stories .top-header:after,
  #desktop-navigation-cont,
  #tpl-default.products.detail #header-content .product-info:after,
  #header-navigation-cont,
  #recipe-preperation-next,
  #footer > div,
  #footer .copyright-info a,
  .infowindow,
  #carousel-gifts-list,
  .product-info-cont h1,
  #new-recepies,
  #new-recepies .image-cont,
  #tpl-default.products.detail .product-info .content,
  #tpl-default .featured-article .image-cont {
    display: none !important; }
  #header-content .product-info .recipe-list {
    position: absolute;
    display: block !important;
    width: 45%;
    top: 440px;
    left: 50%; }
  #header-content .product-info .recipe-list li.people:before {
    background-position: -440px -546px !important; }
  #header-content .product-info .recipe-list li.vegan:before {
    background-position: -479px -547px !important; }
  #header-content .product-info .recipe-list li.time:before {
    background-position: -519px -545px !important; }
  #header-content .product-info .recipe-list li.main:before {
    background-position: -558px -544px !important; }
  .inner-container {
    padding: 0 20px 0 20px !important; }
  #tpl-default.products.detail #header-content .product-info {
    height: 70px !important; }
  #tpl-default.products.detail #header-content .product-info .inner h2 {
    position: absolute !important;
    top: 70px !important;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999 !important; }
  #tpl-default.products.detail .top-header.first:before {
    top: -65px !important;
    display: none !important; }
  .product-info-cont .product-info .content {
    float: right !important;
    width: 50% !important;
    padding: 43px 0 0 0 !important; }
  .recepies .text li h2 {
    margin: 20px 0 5px 0 !important; }
  .reviews.tab-reviews,
  #add-all-products,
  .extra,
  #recipe-preperation-prev,
  #recipe-preperation-next {
    display: none !important;
    visibility: hidden !important; }
  #tpl-default.products.recepten.detail #header-content .product-info .inner .back, #tpl-default.products.recepten.detail #header-content .product-info .inner h2 {
    position: relative !important;
    top: 0px !important; }
  .print-only {
    display: block; }
  .print-image {
    width: 44%;
    background: none !important;
    position: absolute !important;
    top: 120px;
    left: 50% !important; }
  /*
	.product-info-cont{
		margin-top: 30px;
	}
*/
  .product-info-cont .product-info .content h2 {
    margin: 20px 0 5px 0 !important; }
  .two-col, .spacer {
    display: none !important; }
  #info-tabs li,
  #footer .copyright-info {
    display: block !important;
    visibility: visible !important; }
  #footer {
    position: absolute !important;
    overflow: visible !important;
    width: 100%;
    top: 0px;
    left: 40px; }
  #footer .copyright-info {
    height: 100%;
    width: 100%;
    display: block; }
  #footer .copyright {
    display: none; }
  #footer .copyright-info:after {
    content: "";
    position: absolute !important;
    top: -5px;
    left: 41%;
    right: auto !important;
    bottom: auto !important; }
  #tpl-default.products.detail .product-info .inner {
    height: auto !important; }
  #info-tabs.recepies .text,
  #carousel-gifts-list,
  .caroufredsel_wrapper,
  #carousel-gifts-list-cont .caroufredsel_wrapper,
  #new-stories .inner,
  #new-stories ul,
  #new-stories .inner > div > ul,
  .product-info > .content,
  #tpl-default .featured-article .desc {
    height: auto !important;
    overflow: hidden !important; }
  #info-tabs.recepies .text {
    overflow: visible !important; }
  #carousel-gifts-list {
    position: relative; }
  .recepies .inner {
    padding-right: 0px !important; }
  .tab-2 {
    padding-right: 80px; }
  #info-tabs.recepies .text li {
    float: left !important;
    display: block !important;
    padding-left: 0 !important;
    padding-right: 0px !important;
    width: 100% !important;
    height: auto !important; }
  #info-tabs.recepies .text li.tab-1 {
    width: 50% !important;
    min-height: 350px !important; }
  #recipe-preperation, #recipe-preperation .slide {
    /* 		width: 134% !important;  Met Ingredienten*/
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: visible; }
  .available-prods {
    display: block !important;
    width: 30% !important;
    margin-left: 10px; }
  /*
	#recipe-preperation:after{
		content: "* De dikgedrukte ingredienten zijn beschikbaar in de Oil & Vinegar webshop";
		font-weight: bold;
		text-decoration: underline;
		width: 50%;
		display: block;
	}
*/
  #tpl-default .featured-article .top-header .head {
    padding-top: 74px !important; }
  #new-stories {
    height: 410px !important; }
  #recipe-preperation,
  #carousel-gifts-list,
  #carousel-gifts-list.detail li,
  #new-stories li {
    position: static !important;
    width: 100% !important; }
  #recipe-preperation .slide,
  #carousel-gifts-list li {
    float: none !important;
    height: auto !important;
    overflow: visible !important; }
  #footer {
    clear: both;
    overflow: hidden; }
  #footer .copyright-info:after {
    background-position: -116px -44px; } }

/* Generic helper classes */
.hidden, .nietinvullen {
  display: none; }

.visible {
  display: block; }

.click {
  cursor: pointer; }

.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.ir br {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.pie, .pie:after, .pie:before {
  position: relative !important;
  behavior: url(/css/PIE.htc); }

.list-reset {
  margin: 0;
  padding: 0;
  list-style: none; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

/* Custom reset tags */
address {
  font-style: normal; }

img {
  font-size: 0;
  line-height: 0;
  display: block; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

/* Upgrade message */
#upgrade-message {
  position: relative;
  padding: 30px;
  width: 100%;
  background: #fff;
  color: #000;
  font-size: 30px;
  line-height: 34px;
  text-align: center; }

#upgrade-message a {
  color: #000;
  text-decoration: underline; }

.select-container.error {
  border: 1px solid #f00 !important; }

.inner-container {
  padding-top: 37px; }

.no-margin {
  margin: 0 !important; }

#foldout-shadow {
  position: fixed;
  display: none;
  content: '';
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }

body.topbar-active .fixed-bar {
  position: fixed;
  display: block;
  background-color: black;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4px 20% 4px 20%;
  height: auto;
  min-height: 30px;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  text-decoration: none;
  z-index: 550;
  font-family: "open_sans_condensedbold"; }

#foldout {
  position: absolute;
  overflow: hidden;
  display: none;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #f3f0dd;
  padding: 38px 18px; }
  #foldout .close {
    position: absolute;
    display: block;
    z-index: 1;
    top: 44px;
    right: 6px;
    width: 20px;
    height: 20px;
    font-size: 24px;
    text-decoration: none; }
    #foldout .close:before {
      color: #000;
      font-size: 18px; }
    #foldout .close span {
      display: none; }
  #foldout .required-fields {
    padding-left: 110px; }
  #foldout .header {
    display: inline-block;
    color: #000;
    font-size: 25px;
    font-weight: normal;
    font-family: "open_sans_condensedbold";
    margin-top: 20px;
    margin-bottom: 20px; }
    #foldout .header:after {
      position: absolute;
      display: block;
      content: '';
      width: 100%;
      height: 1px;
      background: #777347;
      bottom: 4px;
      left: 0px; }
    #foldout .header.mobile-delete {
      display: none; }
  #foldout .subheader {
    display: block;
    font-size: 14px;
    font-family: "open_sans_condensedbold"; }
    #foldout .subheader.mobile-delete {
      display: none; }
  #foldout label.top {
    display: block;
    margin-bottom: 4px; }
  #foldout .inline label {
    float: left;
    line-height: 16px;
    width: 32%; }
  #foldout .inline input, #foldout .inline .select-container {
    float: left;
    width: 68%; }
  #foldout li.customercard {
    position: relative; }
  #foldout .cardnumber-remove {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #616241;
    text-decoration: none;
    font-size: 18px !important; }
  #foldout .readonlyCustomerCard {
    color: #616241;
    cursor: default;
    background-color: #e2ddc7;
    border-color: #616241; }
  #foldout .kaart-error {
    color: #ff0000; }

.dateofbirth {
  min-width: 250px;
  display: inline-block; }
  .dateofbirth select {
    width: 70px;
    padding: 6px 8px;
    border: 1px solid #FFF; }
    .dateofbirth select[name='register[dob-y]'], .dateofbirth select[name='order[address][dob-y]'] {
      width: 100px; }
    .dateofbirth select.error {
      border: 1px solid red; }

.checkout .contact-details .dateofbirth {
  width: 69%;
  min-width: 250px;
  display: inline-block; }

#login-register .subheader {
  margin: 30px 0 16px; }

#foldout .col1 .logout {
  display: block;
  color: #76776d;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  text-decoration: none;
  margin-top: 27px; }

#foldout .col2 .submenu {
  margin-top: -10px;
  margin-bottom: 14px; }
  #foldout .col2 .submenu a {
    color: #aaab84;
    font-size: 15px;
    font-family: "open_sans_condensedbold";
    line-height: 30px;
    text-decoration: none; }
    #foldout .col2 .submenu a.active {
      color: #000; }

.error-password {
  float: right;
  color: #f00;
  background: #fff;
  padding: 5px 8px;
  border: 1px solid #f00;
  margin: 10px 0 0 0; }

#login-register .login {
  padding-bottom: 56px; }
  #login-register .login .password-forgotten {
    display: block;
    color: #000 !important;
    font-size: 13px;
    text-align: right;
    text-decoration: none;
    margin-top: 6px;
    margin-bottom: 12px; }
  #login-register .login .radio-cont {
    margin-bottom: 10px; }
  #login-register .login input[type=text], #login-register .login input[type=email], #login-register .login input[type=number] {
    color: #fff;
    border: 1px solid #fff;
    background: transparent; }

#foldout #login-register .login input[type=email] {
  color: #000;
  background: #fff;
  color: #000; }

#registerPass {
  width: 94%;
  margin-left: 6%; }

#foldout .tab {
  position: relative;
  display: none;
  color: #000; }
  #foldout .tab.visible {
    display: block; }
  #foldout .tab.login:before {
    display: none; }

#login-register .register li .small {
  float: left;
  width: 37px;
  text-align: center;
  margin-right: 6px; }

#login-register .register li .medium {
  float: left;
  width: 56px;
  text-align: center;
  margin-right: 10px; }

#login-register .register li.gender {
  text-align: right; }

#login-register .register li.newsletter {
  margin-bottom: -4px; }
  #login-register .register li.newsletter .label-spacer {
    display: inline-block;
    font-family: "open_sans_condensedbold";
    width: 32%;
    padding-left: 6px; }

#login-register .register li.location {
  padding-left: 26px; }
  #login-register .register li.location .select-container:after {
    margin-top: -7px;
    background-position: -116px -270px; }
  #login-register .register li.location .select-container ul {
    border: 1px solid #fff;
    background: none; }

#login-register .register #registerInvStreet, #login-register .register #registerInvStreet2 {
  width: 56%; }

#login-register .register #registerInvPostal {
  width: 24%; }

#login-register .register #registerInvNumber {
  width: 15%;
  margin-left: 2.5%; }

#login-register .register #registerInvNumberAdd {
  width: 12%;
  margin-left: 2.5%; }

#login-register .register hr {
  margin: 32px 0; }

#login-register .orders {
  padding-top: 48px;
  padding-bottom: 22px; }
  #login-register .orders .details {
    color: #000;
    line-height: 16px;
    border-bottom: 2px solid #cac4a9;
    padding: 5px 15px;
    margin-bottom: 34px; }
    #login-register .orders .details .date {
      font-family: "open_sans_condensedbold"; }
    #login-register .orders .details .mobile-add {
      display: inline; }

#login-register .products-table {
  width: 100%;
  margin-bottom: 26px;
  color: #000; }
  #login-register .products-table th {
    font-size: 25px;
    font-family: "open_sans_condensedbold";
    font-weight: normal; }
    #login-register .products-table th span {
      display: block;
      margin: 0;
      padding: 0 0 5px 15px; }
    #login-register .products-table th.cart {
      text-align: center;
      padding: 0; }
      #login-register .products-table th.cart span {
        padding: 0;
        width: 100%; }
        #login-register .products-table th.cart span:before {
          font-size: 24px; }
  #login-register .products-table td {
    padding: 14px 16px;
    border: 2px solid #cac4a9;
    line-height: 14px; }
    #login-register .products-table td.amount {
      text-align: left; }
    #login-register .products-table td.input {
      text-align: center; }
    #login-register .products-table td:first-child {
      border-left: none; }
    #login-register .products-table td:nth-child(even) {
      background: #cac4a9; }

#login-register .pagination {
  clear: both;
  padding-top: 10px;
  border-top: 2px solid #cac4a9; }

#login-register .loyalty .points {
  display: block;
  width: 95%;
  text-align: left; }
  #login-register .loyalty .points h2 {
    margin-top: 0;
    font-weight: 200; }
  #login-register .loyalty .points .your-points {
    font-size: 40px;
    font-weight: 800; }

#login-register .loyalty .voucher {
  display: inline-block;
  width: 100%;
  max-width: 290px;
  border: 1px solid #000000;
  margin-bottom: 10px;
  padding: 10px;
  margin-right: 5px; }
  #login-register .loyalty .voucher h3 {
    padding: 0;
    margin: 0 0 10px; }
  #login-register .loyalty .voucher .barcode {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    width: 100%; }
    #login-register .loyalty .voucher .barcode > div {
      margin: 0 auto; }
  #login-register .loyalty .voucher .redeem-voucher {
    display: block;
    margin: 15px auto 0 auto; }

.infowindow.reviews .pagination {
  clear: both;
  padding-top: 10px;
  border-top: 2px solid #cac4a9;
  border-top: none; }

#login-register .pagination .prefix, .infowindow.reviews .pagination .prefix {
  color: #cbcbcb; }

#login-register .simplePagerNav {
  margin: 0;
  padding: 0;
  clear: both;
  list-style: none; }

.infowindow.reviews .simplePagerNav {
  margin: 0;
  padding: 0;
  clear: both;
  list-style: none;
  float: right; }

#login-register .simplePagerNav li, .infowindow.reviews .simplePagerNav li {
  display: inline; }

#login-register .simplePagerNav a, .infowindow.reviews .simplePagerNav a {
  padding: 0 14px;
  text-decoration: none; }

#login-register .simplePagerNav .currentPage a, .infowindow.reviews .simplePagerNav .currentPage a {
  color: #cccd92; }

#login-register .simplePageNext a, .infowindow.reviews .simplePageNext a {
  display: inline-block;
  width: 19px;
  height: 19px;
  padding: 0;
  margin-left: 12px;
  margin-bottom: -8px;
  background-position: -80px -270px; }

#login-register .simplePageNext a span, .infowindow.reviews .simplePageNext a span {
  display: none; }

#login-register .invoices {
  color: #000; }

#login-register .invoice-list {
  padding-top: 5px; }
  #login-register .invoice-list > li {
    padding-top: 23px;
    padding-bottom: 6px;
    border-bottom: 1px solid #99a08e; }
  #login-register .invoice-list .details {
    position: relative;
    line-height: 16px;
    color: #000; }
    #login-register .invoice-list .details:after {
      position: absolute;
      display: block;
      content: '';
      left: 0;
      bottom: -7px;
      width: 100%;
      height: 1px;
      background: #99a08e; }
    #login-register .invoice-list .details .date {
      font-family: "open_sans_condensedbold"; }
  #login-register .invoice-list .options {
    position: absolute;
    right: 0;
    bottom: 0; }
    #login-register .invoice-list .options li {
      display: inline-block; }
    #login-register .invoice-list .options a {
      display: block;
      width: 20px;
      height: 20px;
      margin-left: 10px;
      text-decoration: none; }
    #login-register .invoice-list .options .download,
    #login-register .invoice-list .options .info {
      font-size: 24px;
      color: #000; }

#login-register .invoices .order-info {
  position: relative;
  color: #fff;
  margin-top: 34px;
  padding: 21px 8px 22px; }

#login-register .invoices .products-table th {
  color: #000;
  font-weight: normal; }

#login-register .products-table th .icon.cart {
  display: block;
  width: 20px;
  height: 20px;
  margin: -12px auto 0;
  background-position: -1041px -311px; }

#login-register .invoices .products-table td:nth-child(even) {
  background: #cac4a9; }

#login-register .invoices .order-info .close {
  position: absolute;
  display: block;
  top: 8px;
  right: 6px;
  width: 24px;
  height: 24px; }

#shopping-cart .select-cont {
  padding-left: 23px;
  margin-bottom: 16px; }

#shopping-cart .deliveryAddressDiv {
  padding-left: 23px;
  margin-bottom: 20px; }
  #shopping-cart .deliveryAddressDiv textarea {
    font-size: 12px;
    resize: none;
    height: 100px; }

#shopping-cart .submenu a.active {
  display: block; }

#shopping-cart .select-cont {
  padding-left: 23px;
  margin-bottom: 16px; }

#shopping-cart .your-order {
  position: relative;
  padding-top: 7px; }
  #shopping-cart .your-order .subheader {
    margin-top: 16px; }
  #shopping-cart .your-order .total {
    position: relative; }

#foldout .product-list {
  width: 100%;
  line-height: 13px;
  margin-bottom: 30px; }
  #foldout .product-list tr {
    border-bottom: 2px solid #cac4a9; }
  #foldout .product-list td {
    padding: 5px 0; }
    #foldout .product-list td:first-child {
      text-align: center; }
  #foldout .product-list img {
    display: inline-block;
    height: 50px; }
  #foldout .product-list input[type=text] {
    width: 20px;
    height: 20px;
    text-align: center;
    padding: 0; }
  #foldout .product-list .prod-name {
    display: block;
    width: 100px;
    word-break: break-word; }
  #foldout .product-list .price {
    font-family: "open_sans_condensedbold";
    text-align: center; }
  #foldout .product-list .delete {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-decoration: none; }
    #foldout .product-list .delete:before {
      color: #000;
      font-size: 24px; }
    #foldout .product-list .delete.hidden {
      display: none; }

#shopping-cart .your-order .alt {
  color: #000;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  margin-left: 2px; }

#shopping-cart .your-order .options {
  margin-bottom: 27px; }
  #shopping-cart .your-order .options .alt span {
    display: inline-block; }
  #shopping-cart .your-order .options .expand {
    padding-left: 20px; }
    #shopping-cart .your-order .options .expand label {
      display: block;
      font-size: 11px;
      margin-bottom: 7px; }
  #shopping-cart .your-order .options.gifts .expand label {
    display: inline-block;
    padding-right: 20px; }
  #shopping-cart .your-order .options textarea {
    height: 80px;
    font-size: 11px; }

#shopping-cart .your-order .packaging {
  margin-top: 5px;
  margin-bottom: 12px; }
  #shopping-cart .your-order .packaging li {
    float: left;
    clear: none;
    margin-top: 0;
    margin-left: 0px; }
    #shopping-cart .your-order .packaging li:first-child {
      margin-left: 0; }
    #shopping-cart .your-order .packaging li .radio {
      margin-top: -32px; }
    #shopping-cart .your-order .packaging li table {
      text-align: left; }
      #shopping-cart .your-order .packaging li table td.second {
        width: 100px;
        padding: 0; }
        #shopping-cart .your-order .packaging li table td.second label {
          padding: 0 !important; }
      #shopping-cart .your-order .packaging li table td.third input {
        width: 40px;
        padding: 3px; }

#shopping-cart .your-order .gift-products {
  width: 100%;
  margin-bottom: 8px; }
  #shopping-cart .your-order .gift-products tr {
    border-bottom: 2px solid #cac4a9; }
    #shopping-cart .your-order .gift-products tr:first-child {
      border-top: 2px solid #cac4a9; }

#shopping-cart .your-order .options.gifts .expand label {
  font-size: 13px; }

#shopping-cart .your-order .gift-products td {
  padding: 8px 0 0px; }

#shopping-cart .your-order .gift-products .value {
  text-align: right; }

#shopping-cart .your-order .gift-products input[type=text], #shopping-cart .your-order .gift-products input[type=number] {
  width: 40px;
  padding: 3px;
  text-align: center; }

#shopping-cart .your-order .note {
  display: block;
  width: 50%;
  font-size: 11px; }

#shopping-cart .your-order .coupon-cont {
  position: relative;
  width: 150px; }
  #shopping-cart .your-order .coupon-cont input {
    width: 150px;
    height: 20px;
    font-size: 11px;
    padding: 2px 30px 2px 5px; }
  #shopping-cart .your-order .coupon-cont .coupon-submit {
    position: absolute;
    display: block;
    right: 6px;
    width: 20px;
    height: 20px;
    margin-top: -20px;
    margin-right: -5px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    color: #616241;
    text-decoration: none; }

#shopping-cart .your-order #couponForm .error-msg {
  color: #000;
  font-size: 12px; }

#shopping-cart .your-order #couponForm .readonlyCoupon {
  color: #616241;
  cursor: default;
  background-color: #e2ddc7;
  border-color: #616241; }

#shopping-cart .your-order #couponForm .active-voucher-btn {
  text-decoration: underline;
  cursor: pointer; }

#shopping-cart .subtotals {
  position: relative;
  padding: 14px;
  margin-bottom: 22px;
  background: #cac4a9; }
  #shopping-cart .subtotals:after {
    top: 100%;
    right: 24px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #cac4a9;
    border-width: 13px; }
  #shopping-cart .subtotals table {
    width: 100%; }
    #shopping-cart .subtotals table .value {
      text-align: right;
      font-family: "open_sans_condensedbold"; }
  #shopping-cart .subtotals .label .info {
    margin-bottom: -7px;
    margin-left: 6px; }

#shopping-cart .total {
  color: #1e1e1e;
  font-size: 20px;
  padding: 14px;
  margin-bottom: 26px;
  background: #fff; }
  #shopping-cart .total .total-cont {
    border-bottom: 2px solid #9d9e96;
    margin-bottom: 23px; }
  #shopping-cart .total .label {
    float: left;
    font-family: "open_sans_condensedbold"; }
  #shopping-cart .total .value {
    float: right;
    font-family: "open_sans_condensedbold"; }
  #shopping-cart .total .btn {
    float: right;
    color: #fff;
    padding-left: 52px; }

#form-order-step0 .btn.top {
  display: none; }

#shopping-cart hr.dark {
  width: 100%;
  height: 1px;
  border: none;
  background: #4d503f; }

#shopping-cart .usps {
  clear: both;
  margin-top: 31px; }
  #shopping-cart .usps li {
    position: relative;
    width: 100%;
    line-height: 16px;
    padding-left: 0px;
    margin-top: 14px; }
    #shopping-cart .usps li .header {
      color: #000;
      font-size: 15px;
      font-family: "open_sansregular";
      margin-bottom: 0; }
    #shopping-cart .usps li:before {
      font-size: 30px;
      min-width: 40px; }
  #shopping-cart .usps.en-us li .header {
    font-size: 18px; }
  #shopping-cart .usps li .header:after {
    display: none; }

#shopping-cart .complete-order .subheader {
  color: #000; }

#shopping-cart .contact-details {
  position: relative;
  padding-bottom: 23px;
  border-bottom: 1px solid #939a87; }

#shopping-cart .slidedown {
  display: none; }

#foldout #orderInvNumber {
  width: 15%; }

#foldout label[for=orderInvNumberAdd] {
  width: 43%;
  text-align: right;
  line-height: 28px;
  padding-right: 20px; }

#foldout #orderInvNumberAdd {
  width: 10%; }

#shopping-cart .delivery {
  position: relative;
  margin-top: 24px;
  margin-bottom: 35px; }
  #shopping-cart .delivery:after {
    z-index: 1;
    top: 100%;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #f3f0dd;
    border-width: 13px;
    margin-top: 35px; }

#shopping-cart .payment {
  position: relative;
  margin: 20px -20px 40px;
  padding: 14px 40% 25px 20px;
  background: #cac4a9; }
  #shopping-cart .payment .options {
    z-index: 10; }
    #shopping-cart .payment .options.popup {
      z-index: 20; }
    #shopping-cart .payment .options.terms {
      margin-top: 24px; }
  #shopping-cart .payment:before {
    top: 100%;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #cac4a9;
    border-width: 13px; }
  #shopping-cart .payment:after {
    position: absolute;
    display: block;
    content: '';
    bottom: -5px;
    right: 0;
    width: 124px;
    height: 200px;
    background-position: -2273px -1805px; }
  #shopping-cart .payment .ideal {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    margin-bottom: 8px; }
    #shopping-cart .payment .ideal:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      left: 0;
      width: 30px;
      height: 26px;
      margin-top: -14px;
      background-position: -1223px -227px; }

.termsconditions-popup {
  width: 100%;
  height: 200px;
  color: #000;
  background-color: #cac4a9;
  padding: 10px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #48493A; }
  .termsconditions-popup h2 {
    color: #FFF; }

.invoiceDelivery table {
  width: 100%; }

#formDeliveryAddress {
  margin-top: 5px; }
  #formDeliveryAddress li {
    margin-top: 5px; }
  #formDeliveryAddress label {
    display: inline-block;
    float: left;
    width: 40%; }
  #formDeliveryAddress input, #formDeliveryAddress textarea {
    width: 57%;
    padding-top: 4px;
    padding-bottom: 4px; }
  #formDeliveryAddress .select-container {
    float: left;
    width: 57%; }
    #formDeliveryAddress .select-container.error[data-fieldid="orderDeliveryState"] {
      border: 1px solid #f00;
      height: 29px; }

#deliveryAddressDiv #orderDeliveryState {
  position: absolute;
  width: 50px; }

#formDeliveryAddress .select li {
  height: 27px;
  line-height: 30px;
  margin: 0; }

.wishlist-message {
  margin: 0px 0px 30px 0px; }

#wishlist .share-buttons {
  margin-top: 37px; }
  #wishlist .share-buttons .subheader {
    display: block;
    font-size: 15px;
    margin-bottom: 12px; }
  #wishlist .share-buttons li {
    display: inline;
    margin-right: -3px; }
    #wishlist .share-buttons li a {
      display: inline-block;
      width: 72px;
      height: 52px;
      background-color: #fff; }
      #wishlist .share-buttons li a:hover, #wishlist .share-buttons li a.active {
        z-index: 10;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75); }
      #wishlist .share-buttons li a.twitter {
        background-position: -1233px -1144px; }
      #wishlist .share-buttons li a.facebook {
        background-color: #978953;
        background-position: -1303px -1140px; }
      #wishlist .share-buttons li a.whatsapp {
        background-color: #535325;
        background-position: -1378px -1143px; }
      #wishlist .share-buttons li a.email {
        background-color: transparent;
        background-position: -1449px -1144px; }

#wishlist .tocart {
  float: right; }

#form-wishlist-share {
  margin-top: 15px; }
  #form-wishlist-share input {
    width: 100%; }
  #form-wishlist-share textarea {
    width: 100%;
    height: 210px; }
  #form-wishlist-share .btn {
    float: right;
    width: 184px;
    line-height: 26px; }

#wishlist-share-buttons {
  clear: both; }

#language-list {
  margin-top: -7px; }
  #language-list li {
    float: left;
    width: 25%;
    height: 68px; }
    #language-list li.empty.alt {
      background: #8e9783; }
    #language-list li a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      color: #000;
      font-size: 15px;
      text-align: center;
      text-decoration: none;
      padding-top: 41px; }
      #language-list li a:before {
        position: absolute;
        display: block;
        content: '';
        top: 10px;
        left: 50%;
        width: 32px;
        height: 32px;
        margin-left: -16px; }
      #language-list li a.aus:before {
        background-position: -938px -1153px; }
      #language-list li a.be:before {
        background-position: -1012px -1152px; }
      #language-list li a.bra:before {
        background-position: -1145px -1152px; }
      #language-list li a.can:before {
        background-position: -938px -1219px; }
      #language-list li a.che:before {
        background-position: -1012px -1218px; }
      #language-list li a.den:before {
        background-position: -1084px -1218px; }
      #language-list li a.swe:before {
        background-position: -1147px -1217px; }
      #language-list li a.nl:before {
        background-position: -935px -1285px; }
      #language-list li a.por:before {
        background-position: -1012px -1285px; }
      #language-list li a.sa:before {
        background-position: -1084px -1285px; }
      #language-list li a.ger:before {
        background-position: -940px -1354px; }
      #language-list li a.uk:before {
        background-position: -1013px -1353px; }
      #language-list li a.usa:before {
        background-position: -1084px -1351px; }
      #language-list li a.jp:before {
        background-position: -1145px -1286px; }

#search {
  color: #fff; }
  #search .close:before {
    color: #000;
    font-size: 18px; }

#form-foldout-searchroute {
  position: relative;
  padding: 53px 18px 16px; }
  #form-foldout-searchroute:before {
    position: absolute;
    display: block;
    content: '';
    left: 18px;
    bottom: 10px;
    width: 66px;
    height: 62px;
    background-position: -2018px 0; }
  #form-foldout-searchroute label {
    font-size: 25px;
    font-family: "open_sans_condensedbold"; }
  #form-foldout-searchroute input {
    background: none; }
  #form-foldout-searchroute .input-gps a {
    background-position: -207px -190px; }

#form-foldout-search {
  position: relative;
  margin: 0 -18px;
  padding: 0 36px 27px;
  background: #f3f0dd; }
  #form-foldout-search .toggle {
    display: block;
    float: left;
    width: 50%;
    color: #000;
    font-size: 18px;
    font-family: "open_sans_condensedbold";
    text-decoration: none;
    border-left: 1px solid #8f8f65;
    border-right: 1px solid #8f8f65;
    border-bottom: 1px solid #8f8f65;
    padding: 10px 20px;
    margin-bottom: 11px;
    cursor: pointer; }
    #form-foldout-search .toggle.active {
      background: #000;
      color: #fff; }
    #form-foldout-search .toggle:first-child {
      border-right: none; }
  #form-foldout-search input[type=search] {
    width: 204px;
    height: 20px;
    margin-top: -1px;
    margin-right: 5px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left; }
  #form-foldout-search .btn {
    float: left; }
  #form-foldout-search label[for="foldoutSearchQuery"] {
    color: #000;
    display: block;
    width: 100%; }

#foldout-search-results {
  position: relative;
  font-size: 13px;
  font-family: "open_sans_condensedbold";
  margin: 0 -18px;
  padding: 20px 36px 20px 36px;
  background: #cac4a9;
  -webkit-overflow-scrolling: touch; }
  #foldout-search-results .spinner {
    top: 20px; }
  #foldout-search-results table {
    width: 100%; }
  #foldout-search-results tr {
    height: 90px;
    border-bottom: 1px solid #8b927f; }
  #foldout-search-results td {
    vertical-align: middle;
    padding-left: 20px;
    color: #000000; }
    #foldout-search-results td:first-child {
      width: 84px;
      text-align: center;
      padding: 16px 0; }
    #foldout-search-results td .img {
      width: 52px;
      height: 76px;
      margin: 0 auto; }
    #foldout-search-results td a {
      text-decoration: none; }
    #foldout-search-results td img {
      display: inline; }
    #foldout-search-results td .title {
      display: inline-block;
      width: 100%; }
  #foldout-search-results tr.recipe td .title {
    font-size: 25px;
    font-family: "open_sans_condensedbold";
    line-height: 24px; }
  #foldout-search-results td .icon {
    position: relative;
    display: inline-block;
    font-size: 13px;
    padding-top: 6px;
    padding-left: 28px; }
    #foldout-search-results td .icon:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      left: 0;
      width: 22px;
      height: 22px;
      margin-top: -11px; }
  #foldout-search-results td .ov-logo {
    display: inline-block;
    width: 42px;
    height: 34px;
    background-position: -2098px 0; }

#forgot-password {
  position: relative;
  clear: both;
  width: 100%;
  padding: 20px 0;
  color: #000; }
  #forgot-password.checkout button {
    width: 220px;
    margin: 20px 0 0 20px;
    float: right;
    display: block; }

#languages .col2, #login-register .col2, #shopping-cart .col2, #wishlist .col2 {
  -webkit-overflow-scrolling: touch; }

#canada-selector.state-selector .all-results h2 {
  color: #000; }

.state-selector {
  position: fixed;
  display: none;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  background: rgba(0, 0, 0, 0.75); }
  .state-selector .btn {
    background: #4f5042; }
  .state-selector .all-results {
    position: absolute;
    overflow-y: auto;
    display: block;
    top: 50%;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
    padding: 32px;
    background: #fff; }
    .state-selector .all-results .header {
      position: relative;
      z-index: 11;
      border-bottom: 2px solid #c6c39b; }
    .state-selector .all-results h2 {
      float: left;
      color: #cac4a9;
      font-size: 24px;
      font-family: "open_sans_condensedbold";
      margin-bottom: -2px;
      margin-top: 26px; }
  .state-selector .all-results-list {
    padding-top: 8px; }
    .state-selector .all-results-list ul {
      position: relative;
      float: left;
      z-index: 10;
      width: 100%;
      margin-bottom: 20px; }
      .state-selector .all-results-list ul.wide {
        width: 100%; }
    .state-selector .all-results-list li {
      margin-bottom: 8px;
      padding-right: 10px; }

.all-results-list li .store-address {
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #533D2E; }

.state-selector .all-results-list li.header {
  color: #c1bc8e;
  font-size: 24px;
  font-family: "open_sans_condensedbold";
  border: none; }

.state-selector .all-results-list a {
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  text-decoration: none; }
  .state-selector .all-results-list a:hover {
    text-decoration: underline; }
  .state-selector .all-results-list a span {
    font-size: 14px;
    font-family: "open_sansregular"; }

/* Header 320 */
#current-media {
  position: absolute;
  width: 320px; }

#header-mobile {
  position: fixed;
  z-index: 401;
  top: 0;
  width: 100%;
  height: 37px;
  font-size: 11px;
  font-family: "open_sansregular";
  margin-bottom: -10px; }
  #header-mobile.topbar {
    background-color: white;
    padding: 5px 0 0 10px; }
  #header-mobile li {
    float: left;
    margin-left: 24px; }
    #header-mobile li:first-child {
      margin-left: 0; }
  #header-mobile a {
    position: relative;
    display: block;
    width: 40px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    color: #000; }
    #header-mobile a:hover {
      text-decoration: underline; }
    #header-mobile a:before {
      font-size: 24px;
      color: #000; }
    #header-mobile a.wishlist {
      margin-left: 5px; }
    #header-mobile a.account.wide span {
      display: none; }
    #header-mobile a span {
      position: absolute;
      padding-left: 28px;
      line-height: 16px;
      font-size: 11px;
      text-decoration: none;
      color: #fff;
      white-space: nowrap; }

#header-navigation-cont {
  position: fixed;
  z-index: 550;
  top: 0;
  right: 0;
  width: 270px;
  color: #929292;
  padding: 20px 20px 20px 40px;
  background: #fff;
  transition: all 0.5s ease;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  #header-navigation-cont.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

#header-navigation {
  margin-top: 18px; }
  #header-navigation li {
    position: relative; }

#desktop-navigation li {
  position: relative; }

#header-navigation a, #desktop-navigation a {
  display: block;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "open_sans_condensedbold";
  text-decoration: none;
  line-height: 33px;
  padding-top: 2px;
  margin-bottom: -2px; }

#header-navigation a:hover, #desktop-navigation a:hover {
  text-decoration: underline; }

#header-navigation-sub li {
  position: relative;
  float: left;
  width: 50%;
  line-height: 28px;
  padding-right: 14px; }

#header-navigation-sub a {
  color: #000;
  font-size: 14px;
  line-height: normal;
  text-decoration: none; }
  #header-navigation-sub a:hover {
    text-decoration: underline; }

#toggle-mobile {
  position: fixed;
  display: block;
  z-index: 100;
  top: 125px;
  left: 100%;
  width: 51px;
  height: 112px;
  margin-left: -102px;
  background-position: -749px -232px;
  transition: all 0.5s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background-image: url("/gfx/sprite/sprite2.svg"); }
  #toggle-mobile.active {
    -webkit-transform: translate3d(-218px, 0, 0);
    -moz-transform: translate3d(-218px, 0, 0);
    -ms-transform: translate3d(-218px, 0, 0);
    -o-transform: translate3d(-218px, 0, 0);
    transform: translate3d(-218px, 0, 0); }
    #toggle-mobile.active:after {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 0;
      width: 32px;
      height: 30px;
      margin-top: -16px;
      background-color: #262626;
      background-position: -691px -271px;
      background-image: url("/gfx/sprite/sprite2.svg"); }

#header-navigation-cont .logo {
  display: block;
  width: 190px;
  height: 26px;
  margin-top: 6px;
  margin-left: -20px;
  background-position: -360px -44px;
  background-image: url("/gfx/sprite/sprite2.svg"); }

#header-navigation-cont hr {
  border: none;
  width: 100%;
  height: 1px;
  margin-left: -40px;
  background-position: 0 -396px; }

#header-navigation-cont .copyright {
  display: block;
  color: #000;
  margin-top: 46px; }
  #header-navigation-cont .copyright a {
    color: #000;
    text-decoration: none; }
    #header-navigation-cont .copyright a:hover {
      text-decoration: underline; }

#form-storefinder-mobile {
  margin-top: 24px; }
  #form-storefinder-mobile label {
    display: block;
    color: #000;
    font-size: 22px;
    font-family: "open_sans_condensedbold";
    text-transform: uppercase;
    margin-bottom: 4px; }

#form-storefinder-mobile-new {
  margin-top: 24px; }
  #form-storefinder-mobile-new label {
    display: block;
    color: #000;
    font-size: 22px;
    font-family: "open_sans_condensedbold";
    text-transform: uppercase;
    margin-bottom: 4px; }
  #form-storefinder-mobile-new .input-gps {
    display: relative; }
  #form-storefinder-mobile-new button {
    display: block;
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 19px;
    height: 19px;
    border: none;
    background-position: -79px -269px; }

/* TPL Default 320 */
.roundbtn {
  position: relative; }
  .roundbtn:before {
    position: absolute;
    display: block;
    content: '';
    z-index: 20;
    top: 16px;
    left: 50%;
    width: 62px;
    height: 48px;
    margin-left: -31px;
    background-position: -147px -133px;
    background-image: url("/gfx/sprite/sprite2.svg"); }
  .roundbtn.find:before {
    background-position: -226px -133px; }
  .roundbtn.location:before {
    background-position: -305px -133px; }
  .roundbtn.recepy:before {
    background-position: -70px -133px; }
  .roundbtn.gift:before {
    background-position: 3px -133px; }
  .roundbtn.cart:before {
    background-position: -384px -133px; }
  .roundbtn.book:before {
    background-position: -148px -133px; }
  .roundbtn.world:before {
    background-position: -463px -133px; }

#header-content {
  width: 100%;
  height: 178px; }

#tpl-default h1 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 25px 0 20px 0;
  text-align: center;
  background-color: #000;
  color: #fff; }

#tpl-default #header-content {
  position: relative; }
  #tpl-default #header-content .content {
    display: none; }

#tpl-default .top-header.first {
  z-index: 10; }

#tpl-default.winkels h1 {
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  background-color: #000;
  color: #fff; }

#tpl-default.winkels .top-header.first {
  z-index: 20; }

#tpl-default .top-header {
  position: relative;
  display: block;
  background-color: #9d9189; }

#tpl-default.recepten.detail .product-info-cont > h2,
#tpl-default.producten.detail .product-info-cont > h2,
#tpl-default.cadeaus.detail .product-info-cont > h2 {
  display: none;
  text-align: center;
  background-color: #000;
  margin: 0;
  padding: 22px 0 20px 0;
  color: #fff;
  font-size: 20px;
  font-family: "open_sans_condensedbold"; }

#tpl-default.cadeaus.detail h1,
#tpl-default.producten.detail h1 {
  background: none;
  text-align: left;
  color: #000;
  padding-top: 0; }

#tpl-default .top-header.dark {
  background-color: #9d8e87; }

#tpl-default .top-header .head {
  position: relative;
  height: 100%;
  color: #fff;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  text-align: center;
  padding: 72px 0 0 0;
  margin: 0;
  background: #000;
  background: rgba(98, 98, 64, 0.9); }
  #tpl-default .top-header .head.light {
    background: #000;
    background: rgba(0, 0, 0, 0.9); }
  #tpl-default .top-header .head.dark {
    background: url("/gfx/bg-header-dark-small-left.jpg") left top no-repeat, url("/gfx/bg-header-dark-small-right.jpg") right top no-repeat;
    background-color: #2e2e2e; }
    #tpl-default .top-header .head.dark:before {
      display: none; }
  #tpl-default .top-header .head:before {
    bottom: -34px;
    z-index: 2;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #686647;
    border-width: 17px;
    margin-left: -17px; }
  #tpl-default .top-header .head.light:before {
    border-top-color: #000; }
  #tpl-default .top-header .head:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 21;
    left: 50%;
    bottom: -9px;
    width: 16px;
    height: 16px;
    margin-left: -7px;
    background-position: -219px -270px; }
  #tpl-default .top-header .head.hide-arrow:after {
    display: none; }
  #tpl-default .top-header .head i {
    display: block;
    font-size: 20px;
    font-style: normal;
    margin-top: -3px; }

#recommended {
  position: relative;
  display: block;
  padding-bottom: 24px; }

#recommended .top-header:after {
  display: block;
  bottom: -36px;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #2d2d2d;
  border-top-color: rgba(45, 45, 45, 0.8);
  border-width: 18px;
  margin-left: -18px; }

#recommended .roundbtn:before {
  top: 26px; }

#tpl-default #recommended .head {
  padding-top: 79px;
  background: #2d2d2d;
  background: rgba(45, 45, 45, 0.8); }
  #tpl-default #recommended .head:before {
    border-top-color: #2d2d2d;
    border-top-color: rgba(45, 45, 45, 0.8); }

#recommended li {
  position: relative;
  float: left;
  width: 100%;
  height: 262px; }
  #recommended li a {
    display: block;
    width: 100%;
    height: 100%; }
  #recommended li .desc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 80px;
    padding: 20px 16px 7px;
    background: #fff; }
    #recommended li .desc:before {
      bottom: 100%;
      left: 50px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: #fff;
      border-width: 18px;
      margin-left: -18px; }
    #recommended li .desc strong {
      display: block;
      color: #cac4a9;
      font-size: 25px;
      font-weight: normal;
      font-family: "open_sans_condensedbold"; }
    #recommended li .desc .intro {
      display: none; }
    #recommended li .desc .actions {
      margin-top: 8px;
      padding-top: 6px; }
      #recommended li .desc .actions .readmore {
        display: inline-block;
        float: right;
        color: #cac4a9;
        width: auto; }
      #recommended li .desc .actions .pinterest {
        display: none;
        float: left;
        color: #cac4a9;
        width: auto; }

#recommended-next {
  position: absolute;
  display: block;
  top: 50%;
  right: 18px;
  width: 32px;
  height: 32px;
  margin-top: -13px;
  background-position: -110px -297px; }
  #recommended-next span {
    display: none; }

/* TPL Home 320 */
#carousel-header-cont {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 260px; }

.carousel-header {
  width: 100%;
  height: 260px; }
  .carousel-header .flickity-cell {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 260px; }
    .carousel-header .flickity-cell .static {
      position: absolute;
      display: block;
      right: 10%;
      bottom: 20%;
      background: rgba(255, 255, 255, 0.8);
      font-family: "open_sans_condensedbold";
      font-size: 15px;
      line-height: 20px;
      text-align: left !important;
      font-weight: bold;
      padding: 25px; }
      .carousel-header .flickity-cell .static a {
        color: #000;
        text-decoration: none;
        font-family: "open_sansregular";
        font-size: 12px;
        line-height: 17px; }
      .carousel-header .flickity-cell .static p {
        margin: 0;
        padding: 0;
        text-align: left !important;
        clear: both; }

#carousel-header-products {
  position: absolute;
  float: left;
  z-index: 10;
  width: 100%;
  height: 162px;
  bottom: 0; }

#carousel-header-pag {
  position: absolute;
  display: none !important;
  top: 14px;
  right: 18px; }
  #carousel-header-pag a {
    overflow: hidden;
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -100%;
    margin-bottom: 11px;
    background-position: -1080px -288px; }
    #carousel-header-pag a.selected {
      background-position: -1115px -288px; }

#carousel-header-products .details {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 161px; }

#carousel-header-products .details-inner {
  width: 100%;
  height: 100%;
  color: #aaa;
  text-align: center;
  padding-top: 32px;
  background: url("/gfx/home-slider-small.svg") center top no-repeat;
  background-size: 100% auto;
  -ms-behavior: url("/js/lib/backgroundsize.min.htc"); }

html.no-svg #carousel-header-products .details-inner {
  background: url("/gfx/home-slider-small.png") center top no-repeat; }

#carousel-header-products .details-inner > div {
  position: absolute;
  left: 50%;
  width: 240px;
  margin-left: -120px;
  overflow: hidden; }

#carousel-header-products .details .logo {
  overflow: hidden;
  display: block;
  width: 96px;
  height: 82px;
  text-indent: -200%;
  padding-top: 1px;
  margin: 0 auto 14px;
  background-position: 0 -45px;
  background-image: url("/gfx/sprite/sprite2.svg"); }

#carousel-header-products .details .title {
  color: #fff;
  font-size: 25px;
  font-family: "open_sans_condensedbold"; }

/*	New homepage layout  */
#tpl-default.home #page-header {
  margin-bottom: 10px; }

#tpl-default.home .grid-row-flex {
  position: relative;
  padding: 0px 10px; }

#tpl-default.home .grid-column {
  position: relative;
  margin-bottom: 10px;
  color: #000;
  background-size: cover;
  padding-top: 200px;
  padding-top: 75%; }

@-moz-document url-prefix() {
  #tpl-default.home .grid-column {
    position: relative;
    margin-bottom: 10px;
    color: #000;
    background-size: cover;
    height: 200px;
    padding-top: 75%; } }

@supports (-ms-ime-align: auto) {
  #tpl-default.home .grid-column {
    position: relative;
    margin-bottom: 10px;
    color: #000;
    background-size: cover;
    height: 200px;
    padding-top: 75%; } }

#tpl-default.home .grid-block-label {
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
  text-align: center;
  font-family: "open_sans_condensedbold";
  font-size: 16px; }
  #tpl-default.home .grid-block-label .title {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.8); }

#tpl-default.home .balancecheck-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2); }

#tpl-default.home .newsletter-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 10px;
  width: 100%;
  height: 100%;
  color: #fff; }
  #tpl-default.home .newsletter-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  #tpl-default.home .newsletter-wrapper > div {
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    width: 100%; }
  #tpl-default.home .newsletter-wrapper .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding-top: 3%; }
  #tpl-default.home .newsletter-wrapper .content {
    padding: 1%; }
    #tpl-default.home .newsletter-wrapper .content #form-newsletter {
      float: none;
      padding-right: 0;
      margin: 0 auto;
      width: 100%;
      max-width: 400px; }
      #tpl-default.home .newsletter-wrapper .content #form-newsletter input {
        background-color: #fff; }

#tpl-default.home .balancecheck-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 20px; }
  #tpl-default.home .balancecheck-wrapper > div {
    position: relative;
    display: block;
    clear: both;
    text-align: center;
    color: #fff; }
  #tpl-default.home .balancecheck-wrapper .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding-top: 8%; }
  #tpl-default.home .balancecheck-wrapper .content {
    padding: 1%; }
    #tpl-default.home .balancecheck-wrapper .content #form-checkBalance {
      display: block;
      float: none;
      padding-right: 0;
      margin: 0 auto;
      position: relative;
      width: 100%;
      height: auto; }
      #tpl-default.home .balancecheck-wrapper .content #form-checkBalance input[type="text"] {
        width: 100%;
        padding: 5px 8px;
        margin-right: 5px; }
      #tpl-default.home .balancecheck-wrapper .content #form-checkBalance button[type="submit"] {
        margin-top: 8px;
        float: right;
        /*	margin-bottom: 8px;*/ }
  #tpl-default.home .balancecheck-wrapper .balance .text {
    font-size: 20px;
    line-height: 30px; }
  #tpl-default.home .balancecheck-wrapper .balance > div:not(.text) {
    display: inline-block;
    font-size: 30px; }
  #tpl-default.home .balancecheck-wrapper .error {
    display: block;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #f00; }

#tpl-default.home .grid-column-sm, #tpl-default.home .grid-column-balancecheck, #tpl-default.home .grid-column-newsletter, #tpl-default.home .grid-column-md, #tpl-default.home .grid-column-lg, #tpl-default.home .grid-column-full {
  display: inline-block;
  display: flex;
  width: 100%; }

#tpl-default.products .top-header .head.light:before, #tpl-default.products .top-header .head.light:after {
  display: none; }

#tpl-default.products .top-header.first {
  height: auto; }

#tpl-default.products .top-header:before {
  top: 10px; }

#tpl-default.products .top-header.first .head:before, #tpl-default.products .top-header.first .head:after, #tpl-default.products .top-header.first .head span {
  display: none; }

/*
#tpl-default.home .grid-column-newsletter{
padding:0;
height: 400px;
}
*/
/*
#form-find-nearby {
padding: 0 24px 20px;
}

#form-find-nearby .top-header,
#form-find-nearby .top-header .head {
background: none;
}
#form-find-nearby .top-header .head:before,
#form-find-nearby .top-header .head:after {
display: none;
}

#form-find-nearby .top-header .head .sub {
display: block;
color: #000;
font-size: 13px;
}

#form-find-nearby .intro {
color: #fff;
font-size: 25px;
font-family: $font-bold;


text-align: center;
margin: 20px 0 12px;
}

#form-find-nearby .half {
float: left;
width: 50%;
}
#form-find-nearby .fields.roundbtn.location:before {
display: none;
}

#form-find-nearby .readmore {
float: right;
color: #fff;
font-size: 15px;
text-align: right;
letter-spacing: 0;
line-height: 26px;
}
#form-find-nearby .readmore:after {
background-position: 1px -251px;
}
*/
/* TPL Cadeaus 320 */
#form-filter-gifts, #form-filter-products, #form-filter-recipies {
  padding: 16px 20px 18px; }

#form-filter-gifts li.sort-functions, #form-filter-recipies .sort-functions, #form-filter-products .sort-functions {
  width: 100%;
  float: left;
  clear: none;
  /*		padding-left: 24px;*/
  margin-top: 0px;
  margin-bottom: 15px; }

#form-filter-gifts li.sort-functions:first-child, #form-filter-recipies li.sort-functions:first-child, #form-filter-products li.sort-functions:first-child {
  padding-left: 0px; }

#form-filter-gifts .half, #form-filter-products .half, #form-filter-recipies .half {
  float: left;
  width: 46.4%;
  margin-left: 7.2%; }

#form-filter-gifts .half:first-child, #form-filter-products .half:first-child, #form-filter-recipies .half:first-child {
  margin-left: 0; }

#form-filter-gifts .btn, #form-filter-products .btn, #form-filter-recipies .btn {
  position: relative;
  top: -30px;
  float: right;
  width: 40px;
  margin-bottom: -40px; }

#form-filter-products li.show-all .btn {
  top: 0px; }

.mobile-showfilters {
  position: relative;
  top: 0;
  float: none;
  width: 100%;
  margin: 0; }

#filters-gifts > .filter-column {
  display: none;
  position: relative;
  text-align: center;
  margin: 0 24px 0 0; }
  #filters-gifts > .filter-column.categorieen {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap; }
    #filters-gifts > .filter-column.categorieen > div {
      display: block;
      padding: 0;
      margin: 5px 0px;
      height: 29px;
      width: 100%; }
      #filters-gifts > .filter-column.categorieen > div label {
        border: 1px solid #000;
        font-size: 15px;
        background-color: #fff; }
        #filters-gifts > .filter-column.categorieen > div label:before {
          position: relative;
          left: -4px; }
      #filters-gifts > .filter-column.categorieen > div.active {
        border-color: #616241; }
        #filters-gifts > .filter-column.categorieen > div.active label {
          background-color: rgba(97, 98, 65, 0.3) !important;
          color: #000; }
    #filters-gifts > .filter-column.categorieen > .header {
      display: none; }
  #filters-gifts > .filter-column > .header {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    color: #000;
    line-height: 27px;
    background: #fff;
    padding: 0 0 0 15px;
    cursor: pointer;
    font-size: 12px; }
    #filters-gifts > .filter-column > .header:hover {
      color: #000; }
  #filters-gifts > .filter-column:not(.categorieen) {
    width: 100%;
    margin-bottom: 15px; }
  #filters-gifts > .filter-column.nutrition---more {
    margin-right: 0px; }
  #filters-gifts > .filter-column > ul {
    display: none;
    background-color: #000; }
  #filters-gifts > .filter-column:not(.categorieen) > ul {
    position: absolute;
    width: 100%;
    z-index: 999; }
    #filters-gifts > .filter-column:not(.categorieen) > ul li {
      border-top: 1px solid #81774c;
      color: #aaa;
      padding: 5px;
      height: auto;
      width: 100%;
      font-size: 12px; }
  #filters-gifts > .filter-column:not(.categorieen):before {
    position: absolute;
    display: block;
    content: '';
    z-index: 20;
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
    z-index: 999;
    margin-top: -8px;
    background-position: -116px -270px;
    pointer-events: none; }
  #filters-gifts > .filter-column > ul li label, #filters-gifts > .filter-column > ul li div {
    cursor: pointer; }
  #filters-gifts > .filter-column.categorieen > div label {
    padding: 3px 10px 3px 10px;
    display: block;
    text-transform: uppercase;
    cursor: pointer; }
  #filters-gifts > .filter-column:not(.categorieen) > ul li:hover {
    color: #fff; }

#filters-gifts .search-functions {
  position: relative;
  display: inline-block;
  margin: -5px 0 0 0;
  clear: both;
  width: 100%;
  height: 55px;
  vertical-align: top; }
  #filters-gifts .search-functions input {
    float: none;
    display: inline-block;
    margin-top: 4px;
    width: 100%;
    height: 27px;
    font-size: 12px; }
    #filters-gifts .search-functions input::-webkit-input-placeholder, #filters-gifts .search-functions input:-moz-placeholder, #filters-gifts .search-functions input::-moz-placeholder, #filters-gifts .search-functions input:-ms-input-placeholder {
      font-family: "open_sansregular" !important;
      letter-spacing: 0px;
      font-size: 12px; }
  #filters-gifts .search-functions .search-btn {
    position: absolute;
    float: none;
    right: 0px;
    top: 4px;
    border: 0px;
    margin: 0;
    height: 27px;
    width: 30px;
    vertical-align: top;
    padding: 0 !important; }
    #filters-gifts .search-functions .search-btn:after {
      top: 3px !important;
      right: 7px !important; }

#filters-gifts ul.clear {
  clear: left; }

#filters-gifts ul.sub {
  display: block;
  position: absolute;
  visibility: hidden;
  bottom: -50px;
  left: 0px;
  background: #000;
  padding: 15px;
  z-index: 1;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 100% !important;
  max-width: 100%; }
  #filters-gifts ul.sub li {
    float: left;
    width: auto !important;
    margin-right: 20px;
    margin-left: 20px;
    color: #fff; }
  #filters-gifts ul.sub:after {
    top: -15px;
    left: 40px;
    border: solid transparent;
    content: " ";
    height: 0;
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
    border-width: 8px; }
  #filters-gifts ul.sub li.close-btn {
    display: block;
    position: absolute;
    right: -10px;
    top: 15px;
    width: 23px;
    height: 23px;
    cursor: pointer; }
    #filters-gifts ul.sub li.close-btn:before {
      font-size: 20px; }

#filters-gifts li {
  float: none;
  text-align: left;
  margin-left: 0; }
  #filters-gifts li.hidden {
    display: none; }
  #filters-gifts li.header {
    font-size: 13px;
    font-family: "open_sans_condensedbold";
    padding-left: 24px; }

#filters-gifts input {
  width: 16px;
  height: 16px; }

#filters-gifts .categorieen div {
  font-size: 16px;
  font-family: "open_sans_condensedbold";
  display: inline-block;
  width: auto;
  padding: 0 10px;
  margin-bottom: 10px;
  color: #000;
  cursor: pointer; }
  #filters-gifts .categorieen div label {
    cursor: pointer; }

.reset-all-label {
  position: relative;
  right: -4px;
  display: inline-block;
  font-size: 14px;
  font-family: "open_sans_condensedbold";
  border: 1px solid #000;
  padding: 0;
  padding: 1px 8px 1px 8px;
  margin: 10px 5px 8px 5px;
  float: right;
  height: 24px;
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .form-filter-top .categorieen div .checker {
    visibility: hidden;
    display: none; }
  .form-filter-top .categorieen div .radio {
    visibility: hidden;
    display: none; }
    .form-filter-top .categorieen div .radio input {
      visibility: hidden;
      display: none; }
  .form-filter-top .categorieen div input[type="radio"], .form-filter-top .categorieen div input[type="checkbox"] {
    visibility: hidden;
    display: none; }
  #form-filter-gifts .sort-functions li, #form-filter-products .sort-functions li, #form-filter-recipies .sort-functions li {
    display: none;
    text-align: left; }
  #form-filter-gifts .sort-functions li:first-child, #form-filter-products .sort-functions li:first-child, #form-filter-recipies .sort-functions li:first-child {
    display: inline-block;
    width: 100%; } }

/* End mediaquery? */
.reset-all {
  visibility: hidden;
  display: none; }

#product-results {
  position: relative; }
  #product-results .box {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 230px;
    padding-bottom: 50px;
    cursor: pointer;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #fff; }
    #product-results .box:last-child {
      border-right: 1px solid #000; }
    #product-results .box:before {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      right: -1px;
      bottom: 0;
      width: 1px;
      background: #525326; }
    #product-results .box.new:after, #product-results .box.sale:after, #product-results .box.evoo:after {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      right: 1px;
      width: 76px;
      height: 76px;
      background-position: -1150px -269px;
      background-image: url("/gfx/sprite/sprite2.svg"); }
    #product-results .box.evoo:after {
      background-position: -1342px -269px; }
  #product-results .sale.sale:after {
    background-position: -1244px -271px; }
  #product-results.recepies .box .main-title {
    position: absolute;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    left: 0px;
    bottom: 0px;
    border-left: 1px solid #000;
    color: #000;
    font-size: 18px;
    font-family: "open_sans_condensedbold";
    line-height: 20px;
    text-decoration: none;
    z-index: 5;
    -webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.4); }
  #product-results.recepies .box .overlay-price {
    position: absolute;
    bottom: 50px;
    left: 0px;
    padding: 5px 10px;
    text-align: center; }
  #product-results .box {
    overflow: hidden; }
    #product-results .box:hover .btn-overlay {
      display: block; }
    #product-results .box.wide-h {
      width: 100%; }
    #product-results .box.wide-v {
      height: 320px; }
    #product-results .box .overlay-image {
      width: 100%;
      height: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      -ms-behavior: url("/js/lib/backgroundsize.min.htc"); }
    #product-results .box .main-title {
      position: absolute;
      text-align: left;
      display: block;
      width: 100%;
      left: 10px;
      bottom: 35px;
      padding-right: 60px;
      color: #000;
      font-size: 18px;
      font-family: "open_sans_condensedbold";
      line-height: 20px;
      text-decoration: none;
      z-index: 5; }
    #product-results .box .overlay-price {
      position: absolute;
      bottom: 10px;
      left: 12px;
      padding: 0;
      text-align: center; }
    #product-results .box .readmore {
      display: inline-block;
      color: #000;
      font-family: "open_sans_condensedbold"; }
      #product-results .box .readmore:before {
        position: relative;
        top: 4px;
        width: 20px;
        text-align: right;
        float: right; }
    #product-results .box .btn-overlay {
      display: block;
      position: absolute;
      right: 0;
      bottom: 0; }
      #product-results .box .btn-overlay .add-to-cart, #product-results .box .btn-overlay .readmore {
        display: block;
        display: flex;
        width: 100%;
        height: 49%;
        background-color: rgba(0, 0, 0, 0.6);
        font-family: "open_sans_condensedbold";
        font-size: 18px;
        color: #fff; }
      #product-results .box .btn-overlay .add-to-cart {
        margin-bottom: 1%;
        padding: 6px 0px 6px 9px;
        align-items: bottom;
        justify-content: center;
        text-decoration: none; }
        #product-results .box .btn-overlay .add-to-cart:hover {
          background-color: rgba(0, 0, 0, 0.8); }
        #product-results .box .btn-overlay .add-to-cart:before {
          font-size: 28px;
          margin-right: 10px; }
      #product-results .box .btn-overlay .readmore {
        margin-bottom: 1%;
        align-items: center;
        justify-content: center;
        text-decoration: none; }
        #product-results .box .btn-overlay .readmore:hover {
          background-color: rgba(0, 0, 0, 0.8); }
        #product-results .box .btn-overlay .readmore:before {
          font-size: 24px;
          margin-right: 10px; }

@media screen and (min-width: 480px) {
  #product-results .box {
    width: 50%; } }

.product-overlay.recipe {
  position: absolute;
  display: none;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 26px 8px 26px;
  background: rgba(255, 255, 255, 0.9); }
  .product-overlay.recipe.overlay-stats li:before {
    font-size: 24px;
    width: 20px;
    background-color: aqua; }

.product-overlay .overlay-title {
  overflow: hidden;
  display: block;
  height: 80px;
  color: #000;
  font-size: 22px;
  font-family: "open_sans_condensedbold";
  line-height: 24px;
  padding-top: 7px;
  padding-bottom: 10px; }

#product-results .box.wide-h .overlay-title, #product-results .box.wide-v .overlay-title {
  height: 26px; }

.product-overlay .overlay-intro {
  display: none; }

#product-results .box.wide-h .overlay-intro .intro-text, #product-results .box.wide-v .overlay-intro .intro-text {
  overflow: hidden;
  display: block;
  height: 40px; }

#product-results .box .overlay-price {
  color: #000;
  font-size: 20px;
  font-family: "open_sans_condensedbold";
  text-decoration: none; }

.product-overlay .overlay-price:hover {
  text-decoration: underline; }

.product-overlay .instore-price {
  color: #000;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  text-decoration: none; }
  .product-overlay .instore-price:hover {
    text-decoration: underline; }

.product-overlay .readmore {
  float: right;
  color: #1e1e1e;
  text-decoration: none; }
  .product-overlay .readmore:hover {
    text-decoration: underline; }

.product-overlay .overlay-wishlist, .product-overlay .pinterest {
  display: none; }

.product-overlay .close {
  position: absolute;
  display: block;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px; }

#product-results .spacer {
  position: absolute;
  overflow: hidden;
  display: none;
  width: 33.33%;
  height: 320px;
  border-left: none;
  border-right: none; }
  #product-results .spacer.light {
    background-color: #cac4a9; }
  #product-results .spacer.medium {
    background-color: #000; }
  #product-results .spacer.dark {
    background-color: #2f2f2f; }
  #product-results .spacer.light:before, #product-results .spacer.medium:before, #product-results .spacer.dark:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 89px;
    width: 220px;
    height: 360px; }
  #product-results .spacer.light:before {
    top: 16px;
    width: 252px;
    height: 484px;
    background-position: -232px -68px; }
  #product-results .spacer.medium:before {
    top: 64px;
    left: auto;
    right: 0;
    width: 219px;
    height: 402px;
    background-position: -210px -572px; }
  #product-results .spacer.dark:before {
    top: 56px;
    width: 252px;
    height: 420px;
    background-position: -256px -1012px; }

/*
#product-results .spacer.light:before {
width: 190px;
background-position: 0px -36px;
}
#product-results .spacer.medium:before {
top: 203px;
left: auto;
right: 0;
width: 154px;
height: 282px;
background-position: 0px -573px;
}
#product-results .spacer.dark:before {
top: 142px;
height: 296px;
background-position: 0px -1012px;
}
*/
#loader {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: 66px;
  color: #000;
  font-size: 13px;
  font-family: "open_sans_condensedbold";
  text-align: center;
  padding-top: 43px;
  background: #f3f0dd; }

.spinner {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  background-position: -864px -288px;
  background-image: url("/gfx/sprite/sprite2.svg"); }

#no-results {
  position: relative;
  display: block;
  color: #fff;
  font-size: 13px;
  font-family: "open_sans_condensedbold";
  text-align: center;
  padding-top: 43px;
  padding-bottom: 43px;
  background: #cac4a9; }
  #no-results.hidden {
    display: none; }

/* TPL Cadeaus detail 320 */
#tpl-default.products.detail .product-info .country-origin {
  font-size: 12px; }

#tpl-default.products.detail .product-info .content a {
  color: #61633e; }

#tpl-default.products.detail #header-content {
  height: auto; }
  #tpl-default.products.detail #header-content .image-cont {
    position: relative;
    width: 100%;
    height: 424px;
    cursor: default; }
  #tpl-default.products.detail #header-content .image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    margin-top: -130px;
    margin-left: -150px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -ms-behavior: url("/js/lib/backgroundsize.min.htc"); }
  #tpl-default.products.detail #header-content .bgimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    -ms-behavior: url("/js/lib/backgroundsize.min.htc"); }
  #tpl-default.products.detail #header-content .product-info {
    position: relative; }
    #tpl-default.products.detail #header-content .product-info .inner {
      color: #000;
      padding: 18px 20px 38px;
      margin-top: 0;
      background: #f3f0dd; }
      #tpl-default.products.detail #header-content .product-info .inner .border:before {
        position: absolute;
        display: block;
        content: '';
        top: -16px;
        left: 0;
        width: 50%;
        height: 16px;
        margin-left: -16px;
        background: #cac4a9; }
      #tpl-default.products.detail #header-content .product-info .inner .border:after {
        position: absolute;
        display: block;
        content: '';
        top: -16px;
        left: 0;
        width: 50%;
        height: 16px;
        margin-left: -16px;
        background: #cac4a9;
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -16px; }
      #tpl-default.products.detail #header-content .product-info .inner .border-mobile:before {
        top: -32px;
        z-index: 2;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #cac4a9;
        border-width: 16px;
        margin-left: -33px; }
      #tpl-default.products.detail #header-content .product-info .inner .border-mobile:after {
        top: -32px;
        z-index: 2;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #cac4a9;
        border-width: 16px;
        margin-left: -33px;
        margin-left: 0; }
  #tpl-default.products.detail #header-content h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.1em;
    padding: 0 42px 0;
    margin-top: 0;
    font-family: "open_sans_condensedbold"; }
  #tpl-default.products.detail #header-content .desc {
    position: relative;
    z-index: 99;
    /*				border-bottom: 1px solid #9aa389;*/
    margin-bottom: 18px; }
  #tpl-default.products.detail #header-content hr {
    display: block;
    height: 1px;
    border: none;
    background: #9aa389; }
    #tpl-default.products.detail #header-content hr.mobile-delete {
      display: none; }
  #tpl-default.products.detail #header-content .back {
    color: #000; }
    #tpl-default.products.detail #header-content .back:before {
      margin-right: 5px; }

.stars a {
  position: relative;
  display: inline-block;
  z-index: 1;
  float: left;
  width: 22px;
  height: 21px;
  margin-right: -3px;
  background-position: -497px -222px; }
  .stars a.full {
    background-position: -458px -222px; }

.stars.dark a {
  background-position: -1474px -451px; }
  .stars.dark a.full {
    background-position: -1440px -451px; }

.stars.big a {
  width: 22px;
  height: 21px;
  background-position: -497px -221px; }
  .stars.big a.full {
    background-position: -458px -222px; }

.social-list {
  position: relative;
  float: right;
  z-index: 1; }
  .social-list li {
    display: inline;
    margin-left: 24px; }
  .social-list a {
    display: inline-block;
    width: 18px;
    height: 18px; }
    .social-list a.twitter {
      background-position: -536px -223px; }
    .social-list a.facebook {
      background-position: -568px -223px; }
    .social-list a.pinterest {
      background-position: -597px -222px;
      padding-left: 0; }

.form-addtocart .price {
  float: left;
  color: #98894e;
  font-family: "open_sans_condensedbold";
  border: none;
  background: none; }

#form-addtocart label {
  float: left;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  margin-right: 11px;
  padding-top: 8px; }

#form-addtocart input {
  width: 46px;
  text-align: right; }

#form-addtocart #productSize[type=text] {
  width: auto;
  text-align: center; }

#form-addtocart .fields {
  padding: 17px 0; }
  #form-addtocart .fields.small {
    padding: 4px 0 0; }

#form-addtocart .half {
  float: left;
  width: 50%; }

#form-addtocart .size {
  margin-bottom: 8px; }

#form-addtocart .cartlabel {
  display: inline-block;
  width: 24%; }
  #form-addtocart .cartlabel.total {
    width: 48%; }

#form-addtocart .size label {
  padding-top: 4px; }

#form-addtocart .size .select-container {
  display: inline-block;
  float: none;
  width: 60%; }
  #form-addtocart .size .select-container.select-wide {
    width: 100%;
    max-width: 72%; }

#form-addtocart .size .info {
  margin-left: 14px; }

#form-addtocart .half .price {
  display: block;
  font-size: 22px;
  font-family: "open_sans_condensedbold";
  text-align: right;
  padding-top: 4px; }

#form-addtocart .half .price100 {
  display: block;
  font-size: 10px;
  font-family: "open_sans_condensedbold";
  text-align: right;
  padding-top: 4px; }

#form-addtocart .submit {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "open_sans_condensedbold";
  height: auto !important;
  text-align: left;
  border: none;
  margin: 13px 0 18px 0;
  padding: 14px;
  background: #000;
  color: #fff; }
  #form-addtocart .submit:before {
    font-size: 24px;
    margin-right: 8px;
    position: relative;
    top: -2px; }

.tab-reviews h3 {
  margin: 0; }
  .tab-reviews h3.others {
    width: 100%;
    margin-top: 10px;
    display: inline-block; }

.tab-reviews .stars {
  margin: 5px 0;
  display: block;
  width: 150px;
  height: 28px; }

#form-addreview {
  position: relative;
  margin-bottom: 13px; }
  #form-addreview .submit {
    float: right;
    margin-top: 10px; }
  #form-addreview input[type=text] {
    color: #000;
    border: 2px solid #8f907e;
    background: #fff; }
  #form-addreview textarea {
    color: #000;
    height: 73px;
    border: 2px solid #8f907e;
    margin-top: 8px;
    background: #fff; }
  #form-addreview input::-webkit-input-placeholder,
  #form-addreview textarea::-webkit-input-placeholder,
  #form-addreview input:-moz-placeholder,
  #form-addreview textarea:-moz-placeholder,
  #form-addreview input::-moz-placeholder,
  #form-addreview textarea::-moz-placeholder,
  #form-addreview input:-ms-input-placeholder,
  #form-addreview textarea:-ms-input-placeholder {
    color: #000 !important; }

.review-list {
  overflow: hidden;
  width: 100%;
  display: inline-block !important;
  margin-top: 10px !important; }
  .review-list li {
    margin-top: -1px;
    border-top: 1px solid #9aa389; }
  .review-list .name {
    display: block;
    clear: both;
    font-size: 13px;
    font-family: "open_sans_condensedbold";
    margin-bottom: -3px; }
  .review-list .stars {
    margin: 0; }
  .review-list .desc {
    color: #bcbcbc; }
    .review-list .desc p {
      margin-bottom: 0; }

#tpl-default.products.detail #header-content .rating-cont {
  margin-bottom: 12px; }
  #tpl-default.products.detail #header-content .rating-cont .stars a {
    cursor: pointer !important; }

#tpl-default.products.detail #header-content .extra-actions div.shipping {
  position: relative;
  display: block;
  font-family: "open_sans_condensedbold";
  text-decoration: none;
  margin-top: 10px; }

#tpl-default.products.detail #header-content .extra-actions a {
  position: relative;
  display: block;
  font-family: "open_sans_condensedbold";
  text-decoration: none;
  margin-top: 10px;
  text-decoration: none;
  color: #000; }
  #tpl-default.products.detail #header-content .extra-actions a:hover {
    text-decoration: underline; }

#tpl-default.products.detail #header-content .extra-actions div.shipping:before, #tpl-default.products.detail #header-content .extra-actions a:before {
  position: relative;
  top: 1px;
  font-size: 1.4em;
  margin-right: 10px; }

#tpl-default.products.detail #header-content .not-orderable .price {
  display: block;
  font-size: 22px;
  font-family: "open_sans_condensedbold";
  text-align: left;
  padding-top: 9px; }

#tpl-default.products.detail #header-content .not-orderable .price100 {
  display: block;
  font-size: 10px; }

#tpl-default.products.detail #header-content .not-orderable .instore {
  position: relative;
  display: block;
  margin: 20px 0 0 0;
  padding: 0 0 0 0;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  text-decoration: none;
  color: #000; }
  #tpl-default.products.detail #header-content .not-orderable .instore:hover {
    text-decoration: underline; }
  #tpl-default.products.detail #header-content .not-orderable .instore:before {
    position: absolute;
    display: block;
    content: '';
    top: 7px;
    left: 0;
    width: 28px;
    height: 31px;
    margin-top: -14px;
    background-position: -88px -544px; }

#tpl-default.products.detail #header-content .not-orderable hr {
  margin: 5px 0; }

#tpl-default.products.detail .top-header.first .head {
  padding: 64px 0 9px 0; }
  #tpl-default.products.detail .top-header.first .head span {
    display: block; }

#carousel-gifts-list.detail a .image-cont {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

#carousel-gifts-list-cont {
  position: relative;
  background: white; }
  #carousel-gifts-list-cont .caroufredsel_wrapper {
    height: 200px !important; }
  #carousel-gifts-list-cont ol li {
    display: inline-block;
    height: 200px;
    text-align: center; }
    #carousel-gifts-list-cont ol li a {
      display: block;
      width: 100%;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center; }

#carousel-gifts.detail {
  height: auto; }
  #carousel-gifts.detail h3 {
    width: 76%;
    height: 30px;
    color: #000;
    font-size: 15px;
    font-family: "open_sans_condensedbold";
    line-height: 32px;
    padding-left: 10px;
    background: #fff; }
  #carousel-gifts.detail #carousel-gifts-prev {
    position: absolute;
    top: 50%;
    left: 33px;
    margin-top: -12px;
    color: #000; }
  #carousel-gifts.detail #carousel-gifts-next {
    position: absolute;
    top: 50%;
    right: 33px;
    margin-top: -12px;
    color: #000; }
  #carousel-gifts.detail #carousel-gifts-next:before,
  #carousel-gifts.detail #carousel-gifts-next,
  #carousel-gifts.detail #carousel-gifts-prev:before,
  #carousel-gifts.detail #carousel-gifts-prev {
    color: #000;
    text-decoration: none;
    font-size: 28px;
    z-index: 999; }

#tpl-default.products.detail .product-info .content {
  position: relative;
  padding: 10px 20px;
  background-color: #fff;
  background-size: cover; }

#tpl-default.products.detail .product-info > .detail {
  position: relative;
  background: url("/gfx/bg-gifts-left.jpg") left bottom no-repeat, url("/gfx/bg-gifts-right.jpg") right bottom no-repeat;
  background-color: #cac4a9; }

#tpl-default.products.detail .product-info .inner {
  padding: 24px 18px 28px;
  background: #f3f0dd; }

#tpl-default.products.detail .product-info .detail .arrow {
  bottom: -34px;
  z-index: 2;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #fff;
  border-width: 17px;
  margin-left: -17px; }
  #tpl-default.products.detail .product-info .detail .arrow:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 2;
    left: 50%;
    bottom: -9px;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    background-position: -116px -270px; }

#highlighted .col1 .top-header {
  background: #61633e;
  background: rgba(97, 99, 62, 0.9); }

#highlighted .col2 .top-header {
  background: #000;
  background: rgba(60, 61, 46, 0.9); }

#tpl-default .col1 .head, #tpl-default .col2 .head.dark {
  background: none; }

#tpl-default .col1 .head:before, #tpl-default .col1 .head:after {
  display: none; }

#tpl-default .col2 .head.dark:before, #tpl-default .col2 .head.dark:after {
  display: none; }

#new-recepies-pag, #featured-pag-left, #featured-pag-right {
  position: absolute;
  display: none !important;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
  text-align: center; }

#new-recepies-pag a, #featured-pag-left a, #featured-pag-right a {
  overflow: hidden;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-indent: -100%;
  margin: 0 5px;
  background-position: -1079px -314px; }

#new-recepies-pag a.selected, #featured-pag-left a.selected, #featured-pag-right a.selected {
  background-position: -1115px -314px; }

#new-recepies-pag a span, #featured-pag-left a span, #featured-pag-right a span {
  display: none; }

/* TPL Producten detail 320 */
#tpl-default.overzicht h1 {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0 10px 0;
  margin: 0;
  background-color: #f3f0dd;
  color: #000;
  font-size: 20px;
  z-index: 9;
  /*	letter-spacing: 1px;*/ }

#info-tabs {
  position: relative;
  overflow: hidden; }
  #info-tabs .tab-1 a, #info-tabs .tab-2 a, #info-tabs .tab-3 a {
    color: #000; }
  #info-tabs .headers {
    position: relative;
    z-index: 11; }
    #info-tabs .headers li {
      width: 50%;
      margin-bottom: 8px; }
      #info-tabs .headers li a {
        position: relative;
        display: block;
        width: 100%;
        height: 28px;
        color: #000;
        line-height: 32px;
        font-size: 15px;
        font-family: "open_sans_condensedbold";
        text-decoration: none;
        padding: 0 8px;
        background: #fff; }
        #info-tabs .headers li a.active, #info-tabs .headers li a:hover {
          color: #fff;
          background: #000; }
  #info-tabs li.vhidden {
    visibility: hidden; }
  #info-tabs li ul {
    margin: 0; }
  #info-tabs .text {
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 14px;
    line-height: 1.6em;
    padding: 15px 35px;
    margin-top: 3px;
    background: #fff; }
  #info-tabs.recepies .headers {
    -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25); }
    #info-tabs.recepies .headers li {
      float: left;
      width: 50%;
      margin-bottom: -4px; }
      #info-tabs.recepies .headers li a.active:after, #info-tabs.recepies .headers li a:hover:after {
        bottom: -20px;
        left: 13px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-top-color: #000;
        border-width: 10px 13px; }
  #info-tabs.recepies .text {
    min-height: 304px; }
  #info-tabs li {
    position: relative; }
  #info-tabs .tab-3 table {
    margin-bottom: 30px; }
  #info-tabs .nutritionalItemName {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    font-family: "open_sans_condensedbold"; }

.related-products {
  width: 99%; }
  .related-products .flickity-cell {
    width: 170px;
    height: 170px; }
    .related-products .flickity-cell .image-cont {
      display: block;
      height: 100%;
      width: 100%;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat; }
  .related-products .flickity-prev-next-button.previous {
    left: -35px; }
  .related-products .flickity-prev-next-button.next {
    right: -35px; }

#add-all-products {
  position: absolute;
  z-index: 11;
  left: 13px;
  bottom: -25px;
  color: #000;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  text-decoration: none; }
  #add-all-products:hover {
    text-decoration: underline; }
  #add-all-products:before {
    color: #000;
    position: relative;
    top: 1px;
    font-size: 1.3em; }

/*
#info-tabs:after {
position: absolute;
display: block;
content: '';
right: 0;
bottom: 0;
width: 156px;
height: 100%;
background-position: -1470px -800px;
}
*/
#recipe-preperation .slide {
  overflow: hidden;
  overflow-y: auto;
  float: left;
  width: 100%;
  padding-right: 10px;
  padding-bottom: 10px; }

#recipe-preperation-prev, #recipe-preperation-next {
  position: absolute;
  display: block;
  text-decoration: none;
  margin-top: -10px; }
  #recipe-preperation-prev:before, #recipe-preperation-next:before {
    font-size: 27px; }

#recipe-preperation-prev {
  top: 50%;
  left: -25px; }

#recipe-preperation-next {
  top: 50%;
  right: -25px; }

#recipe-preperation-next:hover {
  text-decoration: underline; }

#recipe-preperation-prev .light, #recipe-preperation-next .light {
  color: #c0c055; }

#hover-cart {
  position: fixed;
  display: block;
  opacity: 0;
  z-index: 100;
  top: 60px;
  right: 18px;
  color: #fff;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.6);
  box-shadow: 5px 5px 15px 0px rgba(50, 50, 50, 0.6); }
  #hover-cart .title {
    display: none;
    width: 140px;
    font-size: 12px;
    font-family: "open_sans_condensedbold";
    line-height: 15px;
    vertical-align: middle; }
  #hover-cart #form-hover-cart a {
    text-decoration: none;
    padding-top: 4px;
    text-align: center;
    background-color: #cac4a9;
    color: #000; }
    #hover-cart #form-hover-cart a:last-child {
      background-color: #f3f0dd; }
    #hover-cart #form-hover-cart a:before {
      font-size: 24px; }

#form-hover-cart {
  float: right; }
  #form-hover-cart input {
    float: left;
    width: 45px;
    height: 33px;
    text-align: center; }
  #form-hover-cart .add {
    display: inline-block;
    float: left;
    width: 45px;
    height: 33px;
    background-color: #978953;
    background-position: -184px -215px; }
  #form-hover-cart .favourite {
    display: inline-block;
    float: left;
    width: 45px;
    height: 33px;
    background-color: #978953;
    background-position: -184px -215px;
    background-color: #535325;
    background-position: -222px -214px; }

/* TPL Recepten 320 */
#product-results.recepies .box {
  border: none;
  border-bottom: 3px solid #fff; }
  #product-results.recepies .box:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: -3px;
    bottom: -3px;
    width: 3px;
    background: #fff; }
  #product-results.recepies .box .overlay-image {
    background-size: cover; }

#product-results.recepies .overlay-title {
  padding-top: 8px;
  padding-left: 10px; }

#product-results .box.wide-h .overlay-title {
  height: auto; }

#product-results .box.wide-v .overlay-title {
  height: auto;
  padding-top: 92px; }

#product-results .box.wide-h .overlay-intro, #product-results .box.wide-v .overlay-intro {
  display: none; }

#product-results.recepies .overlay-intro {
  display: none; }

/* TPL Recepten detail 320 */
#tpl-default.products.recepten.detail #header-content .product-info .inner {
  padding-bottom: 21px;
  background-color: #f3f0dd;
  color: #000; }
  #tpl-default.products.recepten.detail #header-content .product-info .inner .back,
  #tpl-default.products.recepten.detail #header-content .product-info .inner h2 {
    color: #000; }
  #tpl-default.products.recepten.detail #header-content .product-info .inner .back:before {
    color: #000; }

#header-content .product-info .recipe-list {
  margin: 14px 0 31px; }
  #header-content .product-info .recipe-list li {
    position: relative;
    float: left;
    width: 50%;
    font-family: "open_sans_condensedbold";
    margin-top: 10px; }
    #header-content .product-info .recipe-list li:before {
      position: relative;
      top: 2px;
      width: 25px;
      margin-right: 5px;
      font-size: 24px; }

#header-content .product-info .extra {
  text-align: right;
  margin-bottom: 8px; }
  #header-content .product-info .extra span {
    display: none; }
  #header-content .product-info .extra a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    margin: 0 5px; }
    #header-content .product-info .extra a:before {
      font-size: 24px; }
  #header-content .product-info .extra .mobile-delete {
    display: none; }

#tpl-default .inner-container .submenu {
  display: block;
  background-color: #f3f0dd; }
  #tpl-default .inner-container .submenu ol {
    display: block; }
    #tpl-default .inner-container .submenu ol li {
      border-bottom: 1px solid #000; }
      #tpl-default .inner-container .submenu ol li a {
        display: block;
        color: #000;
        padding: 8px 5px;
        text-align: center;
        text-decoration: none; }
        #tpl-default .inner-container .submenu ol li a:hover, #tpl-default .inner-container .submenu ol li a.active {
          background-color: #cac4a9; }

/* TPL Winkels 320 */
#gmap-shops, #header-illustration {
  height: 178px; }

#tpl-default.winkels .inner-container {
  padding: 0; }

#tpl-default.winkels.overzicht h1 {
  background-color: #f3f0dd;
  color: #000;
  text-align: center;
  padding: 25px 0 22px 0;
  margin: 0; }

#tpl-default.winkels .shop-notes {
  display: block;
  clear: both;
  width: 100%;
  margin-top: 10px; }

#form-filter-shops {
  position: relative;
  padding: 16px 20px 18px;
  background-color: #000;
  background-color: rgba(98, 98, 64, 0.9); }
  #form-filter-shops > li {
    margin-top: 5px; }
    #form-filter-shops > li:first-child {
      margin-top: 0; }
  #form-filter-shops .filters {
    margin-top: 5px; }
  #form-filter-shops .half {
    float: left;
    width: 63%;
    margin-left: 1%; }
    #form-filter-shops .half:first-child {
      width: 36%;
      margin-left: 0; }
  #form-filter-shops:before {
    bottom: -34px;
    z-index: 2;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #686647;
    border-width: 17px;
    margin-left: -17px; }
  #form-filter-shops:after {
    position: absolute;
    display: block;
    content: '';
    z-index: 2;
    left: 50%;
    bottom: -9px;
    width: 16px;
    height: 16px;
    margin-left: -7px;
    background-position: -219px -270px; }

#shop-results .all-results {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 32px;
  background-color: #fff; }
  #shop-results .all-results .header {
    position: relative;
    z-index: 11;
    border-bottom: 2px solid #c6c39b; }
  #shop-results .all-results h2 {
    float: left;
    color: #fff;
    font-size: 20px;
    font-family: "open_sans_condensedbold";
    margin-bottom: 8px;
    margin-right: 15px;
    background-color: #000;
    padding: 7px 10px;
    width: 100%; }
    #shop-results .all-results h2.active:before {
      transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg); }
    #shop-results .all-results h2:before {
      position: relative;
      top: -3px;
      left: -3px;
      font-size: 0.7em; }

#shop-results .all-results-list {
  position: relative;
  z-index: 1;
  padding-top: 10px; }
  #shop-results .all-results-list .state {
    float: left;
    width: 33.33%;
    padding-right: 15px; }
    #shop-results .all-results-list .state:nth-child(3n+1) {
      clear: left; }
    #shop-results .all-results-list .state h2 {
      text-transform: capitalize; }
  #shop-results .all-results-list .state-shops {
    width: 100%;
    display: none; }
  #shop-results .all-results-list ul {
    position: relative;
    float: left;
    z-index: 10;
    width: 100%; }
  #shop-results .all-results-list li {
    margin-bottom: 8px;
    padding-right: 10px; }
  #shop-results .all-results-list a {
    color: #000;
    font-size: 15px;
    font-family: "open_sans_condensedbold";
    text-decoration: none; }
    #shop-results .all-results-list a:hover {
      text-decoration: underline; }
    #shop-results .all-results-list a span {
      font-size: 14px;
      font-family: "open_sansregular"; }

#shop-results .search-results {
  position: relative;
  overflow: hidden;
  z-index: 10;
  padding: 24px 18px;
  background: #cac4a9; }
  #shop-results .search-results:before {
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    right: 0;
    width: 156px;
    height: 338px;
    /*	background-position: -1154px -808px;*/
    background-position: -1474px -808px; }

#shop-results .search-results-list {
  position: relative;
  margin-bottom: 3px; }
  #shop-results .search-results-list li {
    margin-bottom: 8px; }
  #shop-results .search-results-list a {
    position: relative;
    display: block;
    width: 100%;
    height: 28px;
    color: #000;
    font-size: 15px;
    font-family: "open_sans_condensedbold";
    line-height: 32px;
    text-decoration: none;
    padding-left: 13px;
    background: #fff; }
    #shop-results .search-results-list a:hover {
      text-decoration: underline; }
    #shop-results .search-results-list a:after {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 13px;
      width: 18px;
      height: 18px;
      margin-top: -9px;
      background-position: -406px -346px; }
    #shop-results .search-results-list a .distance {
      margin-left: 20px; }

#shop-results .search-results .readmore {
  display: none; }

#shop-results .more-results-list {
  position: relative;
  z-index: 1;
  padding: 34px 12px;
  background: #fff; }
  #shop-results .more-results-list .header {
    color: #262626;
    font-size: 25px;
    font-family: "open_sans_condensedbold";
    padding-left: 13px;
    margin-bottom: 10px; }
  #shop-results .more-results-list a {
    display: block;
    width: 100%;
    color: #262626;
    font-size: 13px;
    font-family: "open_sans_condensedbold";
    line-height: 39px;
    text-decoration: none; }
    #shop-results .more-results-list a:hover {
      text-decoration: underline; }
    #shop-results .more-results-list a .street, #shop-results .more-results-list a .state {
      color: #000;
      font-size: 14px;
      font-family: "open_sansregular"; }

#shop-results .illustration {
  width: 100%;
  height: 208px; }

/* TPL Winkels detail 320 */
#tpl-default.winkels #header-content, #gmap-shops {
  height: 300px; }

#tpl-default.winkels.detail .user-content {
  padding-bottom: 0; }

#tpl-default.b2b .user-content {
  padding-bottom: 0; }

#tpl-default.winkels.detail .user-content.pad {
  padding: 22px; }

#form-route .title {
  display: block;
  color: #1e1e1e;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  margin-bottom: 9px; }

#form-route input {
  font-size: 14px;
  border: 1px solid #000; }

#form-route .btn {
  width: 100%;
  color: #fff;
  font-size: 14px; }

.two-col > .col1 {
  position: relative;
  background: #fff; }

.two-col > .col2 {
  position: relative;
  overflow: hidden;
  padding: 28px 52px;
  margin: 0 -22px -22px;
  background: #cac4a9; }

#shop-info {
  position: relative; }
  #shop-info .address {
    font-size: 14px;
    margin: 8px 0 29px; }
  #shop-info .facebook {
    position: absolute;
    display: block;
    top: 4px;
    right: 0;
    width: 100px; }
    #shop-info .facebook .title {
      color: #000;
      font-size: 25px;
      font-family: "open_sans_condensedbold"; }
    #shop-info .facebook .logo {
      display: block;
      float: right;
      width: 50px;
      height: 50px;
      margin-top: 9px;
      background-position: -1398px -272px; }
      #shop-info .facebook .logo span {
        display: none; }

#openinghours {
  position: relative;
  overflow: hidden;
  margin: 36px -22px 0;
  background: #000; }
  #openinghours h2 {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-family: "open_sans_condensedbold";
    text-align: center;
    margin: 0;
    padding: 16px 14px 11px;
    background: #000; }
    #openinghours h2 small {
      display: block;
      font-size: 16px; }
  #openinghours .content {
    color: #fff;
    font-size: 15px;
    line-height: 1.35em;
    padding: 29px 16px 23px; }
  #openinghours .info {
    margin-bottom: -7px; }
  #openinghours .day {
    display: inline-block;
    width: 92px; }

#shop-info .stars a {
  margin-right: -6px; }

/* TPL B2B 320 */
#tpl-default.b2b .two-col > .col2 {
  padding: 23px 18px 39px;
  margin-bottom: 0; }

#tpl-default.b2b #recommended .head:before {
  top: 0;
  bottom: auto;
  border-top-color: #cac4a9; }

#tpl-default.b2b #recommended .head:after {
  top: -6px;
  bottom: auto; }

#tpl-default.b2b #recommended .top-header:after {
  display: none; }

.b2b-store {
  visibility: hidden;
  display: block;
  width: 1px !important;
  margin: 0 0 0 -1px !important;
  padding: 0 !important; }

.progress {
  position: relative; }
  .progress:after {
    position: absolute;
    display: block;
    content: '';
    top: 20px;
    right: 0;
    width: 74px;
    height: 60px;
    background-position: -1424px -194px; }
  .progress li {
    color: #cac4a9;
    width: 56%;
    height: 30px;
    font-size: 15px;
    font-family: "open_sans_condensedbold";
    line-height: 30px;
    padding-left: 12px;
    margin-bottom: 8px;
    background: #fff; }
    .progress li.active {
      color: #fff;
      background: #cac4a9;
      -webkit-box-shadow: 3px 2px 14px 0px rgba(50, 50, 50, 0.5);
      -moz-box-shadow: 3px 2px 14px 0px rgba(50, 50, 50, 0.5);
      box-shadow: 3px 2px 14px 0px rgba(50, 50, 50, 0.5); }
    .progress li a {
      display: block;
      width: 100%;
      height: 100%;
      color: #cac4a9;
      text-decoration: none; }
    .progress li.active a {
      color: #fff; }

#form-b2b label {
  color: #000; }

#form-b2b .select {
  max-height: 140px; }

#form-b2b .fields {
  height: auto;
  margin-top: 19px;
  padding: 19px 11px 27px;
  background: #fff;
  background: rgba(255, 255, 255, 0.7); }
  #form-b2b .fields input {
    font-size: 11px;
    height: 31px; }

#form-b2b.step1 textarea {
  height: 90px;
  margin-top: 11px;
  margin-bottom: 23px; }

#form-b2b .fields input::-webkit-input-placeholder, #form-b2b textarea::-webkit-input-placeholder, #form-b2b .fields input:-moz-placeholder, #form-b2b textarea:-moz-placeholder, #form-b2b .fields input::-moz-placeholder, #form-b2b textarea::-moz-placeholder, #form-b2b .fields input:-ms-input-placeholder, #form-b2b textarea:-ms-input-placeholder {
  font-size: 11px; }

#form-b2b .fields label {
  margin-right: 14px;
  margin-bottom: 6px; }

#form-b2b .fields .info {
  display: block;
  color: #000;
  font-size: 15px;
  font-family: "open_sans_condensedbold";
  text-align: center;
  padding: 32px 0 3px; }

#form-b2b .fields.step3 {
  padding-top: 68px; }
  #form-b2b .fields.step3 .info {
    padding: 6px 0 3px; }
  #form-b2b .fields.step3 label {
    display: inline-block;
    width: 230px;
    padding: 5px 12px;
    margin-right: 10px;
    background: #fff; }
  #form-b2b .fields.step3 .radio {
    margin-top: 4px;
    margin-bottom: 0; }

/* TPL B2B 320 */
#cta-b2b {
  position: relative;
  height: 560px;
  padding: 96px 53% 96px 36px;
  background-position: left top;
  background-image: url("/gfx/bg-cta-b2b.jpg"); }
  #cta-b2b:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #4f5042;
    background: rgba(59, 60, 45, 0.9); }
  #cta-b2b:after {
    top: 40px;
    left: 84px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #4f5042;
    border-top-color: rgba(59, 60, 45, 0.9);
    border-width: 26px 26px; }
  #cta-b2b h4 {
    color: #000;
    font-size: 20px;
    margin: 0 0 4px 0;
    padding-right: 20%; }
  #cta-b2b .signed {
    font-size: 20px; }
  #cta-b2b .img {
    position: absolute;
    right: -78px;
    bottom: 55px;
    width: 456px;
    height: 296px; }
    #cta-b2b .img img {
      max-width: 456px; }

/* TPL Franchise 320 */
#tpl-default.franchise #recommended .head:before {
  border-top-color: #cac4a9; }

#tpl-default.franchise #form-b2b .progress li {
  color: #595959; }
  #tpl-default.franchise #form-b2b .progress li.active {
    color: #000;
    background: #fff; }

#tpl-default.franchise #form-b2b .progress:after {
  background-position: -1424px -116px; }

/* TPL 7 worlds 320 */
#tpl-default.worlds h1 {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px 0px 15px 0px;
  margin: 0;
  background-color: #000;
  color: #fff; }

#form-worlds {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  background-color: #f3f0dd; }
  #form-worlds select,
  #form-worlds .select,
  #form-worlds .select-container {
    max-width: 250px;
    position: relative;
    margin: 0 auto;
    float: none; }

#world-items .item {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 300px; }
  #world-items .item .illustration {
    width: 100%;
    padding-top: 70%; }
  #world-items .item > h2 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    text-align: center;
    background-color: #cac4a9; }
  #world-items .item .content {
    font-size: 14px;
    padding: 16px 22px 30px 22px;
    background: #fff; }
    #world-items .item .content h3 {
      color: #000;
      margin-bottom: 13px; }
    #world-items .item .content .btn {
      width: auto;
      display: inline-block; }

/* TPL Over ons 320 */
#tpl-default.over .top-header.first .head:before, #tpl-default.over .top-header.first .head:after {
  display: none; }

#tpl-default #facebook-reputation {
  height: 82px; }
  #tpl-default #facebook-reputation .head {
    padding-top: 48px; }

#facebook-reputation .rating-cont {
  position: absolute;
  top: 24px;
  left: 50%;
  margin-left: -47px; }

#contact-details {
  position: relative;
  background: #cac4a9; }
  #contact-details h4 {
    display: block;
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    margin-bottom: 10px;
    text-align: center;
    background-color: #000;
    color: #fff; }
  #contact-details .intro {
    color: #000; }
    #contact-details .intro .signed {
      color: #000;
      font-family: 'open_sans_condensedbold' !important; }
  #contact-details .progress {
    z-index: 1;
    padding: 0 20px; }
  #contact-details .details {
    position: relative;
    z-index: 1;
    padding: 0 20px 20px 20px; }
  #contact-details .contact input {
    margin-bottom: 10px; }
  #contact-details .contact textarea {
    height: 90px;
    margin-bottom: 26px; }
  #contact-details .contact .btn {
    width: 238px; }
  #contact-details .contact .header {
    color: #000; }
  #contact-details .address {
    font-size: 15px;
    padding: 18px 10px 16px;
    background: #fff; }
    #contact-details .address a {
      color: #968750;
      text-decoration: none; }
      #contact-details .address a:hover {
        text-decoration: underline; }
  #contact-details #form-route {
    margin-top: 26px; }

#extra-info {
  padding: 0 20px 20px 20px;
  color: #000; }
  #extra-info h4 {
    padding: 20px 0 0 0;
    margin: 0; }
  #extra-info h5 {
    font-size: 1.3em; }

#direction-slider-cont {
  position: relative;
  padding: 29px 70px 29px 20px; }

#direction-slider-next {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 32px;
  height: 32px;
  background-position: -111px -297px; }

#direction-slider-cont h5 {
  color: #000;
  margin-top: 12px;
  margin-bottom: 15px; }

#direction-slider-cont .signed {
  font-size: 20px; }

#direction-slider li {
  position: relative;
  float: left; }

/* Checkout stappen 320 */
body[data-tpl="stap1"], body[data-tpl="stap2"], body[data-tpl="stap3"], body[data-tpl="stap4"] {
  background: #f3f0dd; }

body[data-tpl="stap1"] #main, body[data-tpl="stap2"] #main, body[data-tpl="stap3"] #main, body[data-tpl="stap4"] #main {
  padding: 0; }

#checkout-top .inner-container {
  padding: 0 0 0 20px; }

.padding-steps {
  padding-left: 0px;
  float: left; }

#checkout-top {
  background: #fff;
  /*	height: 100px;*/ }
  #checkout-top .logo-wrapper {
    width: 85px;
    margin: 0px auto; }
  #checkout-top .logo {
    display: block;
    float: left;
    width: 84px;
    height: 73px;
    background-position: -182px -45px;
    margin: 10px 0 10px 0px; }
  #checkout-top .title {
    float: left;
    clear: both;
    /*		width: 102%;*/
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #fff;
    font-family: "open_sans_condensedbold"; }

#checkout-steps {
  width: 100%;
  color: #fff;
  background-color: #000;
  margin-bottom: 30px; }
  #checkout-steps .steps {
    margin: 0;
    overflow: hidden;
    padding: 0 0 0 10px; }

/*
#checkout-steps .steps li{
float:left;
list-style: none;
overflow: hidden;
}

#checkout-steps .steps li a{
display: none;
position: relative;
text-transform: capitalize;
padding: 12px 40px 12px 10px;
font-family: $font-bold;


text-decoration: none;
font-size: 13px;
}

#checkout-steps .steps li a.active{
display: block;
background-color: #FF0000;
}


#checkout-steps .steps li a:after {
content: "";
position: absolute;
overflow: hidden;
display: inline-block;
font-size: 7px;
width: 4em;
height: 4em;
margin-top: -2.1em;
top: 50%;
border-top: 2px solid #505143;
border-right: 2px solid #505143;
transform: rotate(54deg) skew(20deg);
}
*/
.select-store #form-order-step2-states ul {
  margin-bottom: 20px; }
  .select-store #form-order-step2-states ul.state-list {
    float: left;
    width: 45%;
    margin-right: 10px; }
    .select-store #form-order-step2-states ul.state-list:nth-child(2n+1) {
      /*		clear: left;*/ }
  .select-store #form-order-step2-states ul li.state-block {
    display: block;
    width: 100%;
    /*		min-height: 120px;*/ }
    .select-store #form-order-step2-states ul li.state-block .header {
      display: block;
      width: 100%;
      font-size: 20px;
      font-weight: normal;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
      color: #000;
      margin-bottom: 5px;
      padding-bottom: 5px;
      font-size: 24px;
      font-family: "open_sans_condensedbold"; }
  .select-store #form-order-step2-states ul.state-list label {
    font-size: 15px;
    font-family: "open_sans_condensedbold"; }

.select-store #form-order-step2-states .shop-notes {
  font-size: 12px;
  font-family: "open_sans_condensedbold"; }

.checkout {
  color: #000;
  min-height: 704px; }
  .checkout h1 {
    font-size: 25px;
    padding: 0 0 0 30px;
    color: #000; }
  .checkout h3 {
    color: #000;
    font-size: 25px;
    font-weight: normal;
    font-family: "open_sans_condensedbold"; }
  .checkout a {
    color: #000; }
  .checkout label {
    color: #000; }
  .checkout .btn {
    width: auto;
    display: block;
    margin-top: 20px;
    padding-right: 30px; }
    .checkout .btn.prev {
      float: left;
      margin-left: 0;
      padding-left: 30px;
      padding-right: 14px; }
      .checkout .btn.prev:after {
        left: 10px;
        right: auto;
        background-position: -234px -251px; }
    .checkout .btn.continue-shopping {
      font-size: 14px;
      font-family: "open_sansregular";
      text-transform: none;
      border: none; }
  .checkout .inputError {
    border: 1px solid #FF0000;
    color: #FF0000; }
  .checkout article {
    padding: 0px 20px;
    width: 100%;
    float: left;
    margin-bottom: 30px; }
  .checkout .btn {
    float: right;
    margin-right: 2px; }
  .checkout .contact-details li {
    width: 100%; }
    .checkout .contact-details li label {
      display: inline-block;
      width: 30%; }
    .checkout .contact-details li input {
      display: inline-block;
      width: 69%;
      border: 1px solid #FFF; }
  .checkout #orderInvPostal {
    width: 150px; }
  .checkout label[for="orderInvNumberAdd"] {
    width: 100px !important;
    text-align: right; }
  .checkout #orderInvNumber, .checkout #orderInvNumberAdd {
    width: 63px; }
  .checkout .options.clearfix {
    display: block;
    margin: 0 0 15px 0; }
  .checkout .options.terms {
    float: right; }
  .checkout hr {
    border: none;
    border-top: 1px dashed #505143;
    color: #fff;
    background-color: transparent;
    height: 1px;
    width: 100%;
    margin: 20px 0; }
  .checkout .sidebar {
    display: block;
    width: 88%;
    max-width: 340px;
    height: auto;
    float: none;
    margin: 30px auto;
    clear: both;
    padding: 20px;
    background-color: #000; }
    .checkout .sidebar .usps {
      clear: both;
      margin-top: 20px; }
      .checkout .sidebar .usps li {
        position: relative;
        width: 100%;
        line-height: 16px;
        padding-left: 50px;
        margin-top: 14px;
        color: #fff; }
        .checkout .sidebar .usps li:before {
          position: absolute;
          display: block;
          top: 50%;
          left: 0;
          width: 36px;
          height: 36px;
          margin-top: -20px;
          font-size: 40px; }
        .checkout .sidebar .usps li .header {
          color: #fff;
          font-size: 13px;
          font-weight: bold;
          margin-bottom: 0; }
          .checkout .sidebar .usps li .header:after {
            display: none; }
    .checkout .sidebar .totals-cont {
      color: #fff !important; }
      .checkout .sidebar .totals-cont table {
        width: 100%;
        color: #fff !important; }
      .checkout .sidebar .totals-cont td {
        width: 75%; }
      .checkout .sidebar .totals-cont .value {
        text-align: right;
        float: right;
        min-width: 65px; }

.fast-delivery {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  font-family: "open_sans_condensedbold"; }

#uniform-orderFastDelivery, .fast-delivery-box {
  float: left;
  margin-right: 4px; }

.progress-btn {
  position: relative;
  clear: both; }

#tpl-default.checkout {
  color: #000; }
  #tpl-default.checkout .col1, #tpl-default.checkout .col2 {
    color: #000; }
  #tpl-default.checkout h1 {
    background-color: transparent;
    color: #000;
    text-align: left; }

.checkout-step1 .required-fields {
  color: #f00; }

.checkout-step1 .btn {
  float: right;
  margin-right: 2px;
  margin-left: 20px; }

/* --------------------------------

Basic Style

-------------------------------- */
.cd-breadcrumb {
  width: 100%;
  margin: 0 30px 0 30px; }
  .cd-breadcrumb:after {
    content: "";
    display: table;
    clear: both; }

.cd-multi-steps:after {
  content: "";
  display: table;
  clear: both; }

.cd-breadcrumb li, .cd-multi-steps li {
  display: inline-block;
  float: left; }

.cd-breadcrumb li > *, .cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 14px;
  color: #2c3f4c; }

.cd-breadcrumb li.current > *, .cd-multi-steps li.current > * {
  /* selected step */
  color: #96c03d; }

.no-touch .cd-breadcrumb a:hover, .no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color: #96c03d; }

/* --------------------------------

Triangle breadcrumb

-------------------------------- */
.cd-breadcrumb.triangle {
  /* reset basic style */
  padding: 0; }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0; }
    .cd-breadcrumb.triangle li:last-of-type {
      margin-right: 0; }
    .cd-breadcrumb.triangle li > * {
      position: relative;
      padding: 1em .8em 1em 2.5em;
      color: #FFF;
      background-color: #000;
      text-transform: capitalize;
      text-decoration: none;
      /* the border color is used to style its ::after pseudo-element */
      border-color: #000; }
    .cd-breadcrumb.triangle li.current > * {
      /* selected step */
      color: #000;
      background-color: #cac4a9;
      border-color: #cac4a9; }
    .cd-breadcrumb.triangle li:first-of-type > * {
      padding-left: 1.6em;
      /*    border-radius: .25em 0 0 .25em;*/ }
    .cd-breadcrumb.triangle li:last-of-type > * {
      padding-right: 1.6em;
      /*    border-radius: 0 .25em .25em 0;*/ }

.no-touch .cd-breadcrumb.triangle a:hover {
  /* steps already visited */
  color: #000;
  background-color: #C1BC8E;
  border-color: #C1BC8E; }

.cd-breadcrumb.triangle li::after {
  /*
		li > *::after is the colored triangle after each item
		li::after is the white separator between two items
		*/
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  height: 0;
  width: 0;
  /* 48px is the height of the <a> element */
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-width: 20px; }

.cd-breadcrumb.triangle li > *::after {
  /*
		li > *::after is the colored triangle after each item
		li::after is the white separator between two items
		*/
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  height: 0;
  width: 0;
  /* 48px is the height of the <a> element */
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  /* this is the colored triangle after each element */
  z-index: 2;
  border-left-color: inherit; }

.cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
  /* hide the triangle after the last step */
  display: none; }

@-moz-document url-prefix() {
  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
    /* fix a bug on Firefix - tooth edge on css triangle */
    border-left-style: dashed; } }

/* Footer 320 */
#footer {
  position: relative;
  color: #808080;
  padding: 20px 10px;
  background-position: center top;
  background-image: url("/gfx/bg-footer.jpg?v=2"); }
  #footer a {
    color: #ddd;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }
  #footer .psp-logos {
    padding: 0px;
    margin: 20px 0px 20px 0px; }
    #footer .psp-logos.h-align {
      width: 33% !important; }
      #footer .psp-logos.h-align li {
        display: inline-block;
        height: 49px; }
    #footer .psp-logos li {
      display: block;
      list-style: none;
      width: 0px;
      height: 0px;
      margin-right: 10px; }
      #footer .psp-logos li.visa {
        width: 100px;
        height: 49px;
        background-position: -3px -359px; }
      #footer .psp-logos li.sofort {
        width: 170px;
        height: 49px;
        background-position: -0px -50px; }
      #footer .psp-logos li.giropay {
        width: 80px;
        height: 49px;
        background-position: -0px -150px; }
      #footer .psp-logos li.dirdeb {
        width: 94px;
        height: 49px;
        background-position: 0px -98px; }
      #footer .psp-logos li.payafter {
        width: 150px;
        height: 49px;
        background-position: 0px -558px; }
      #footer .psp-logos li.klarna {
        width: 110px;
        height: 49px;
        background-position: 0px -249px; }
      #footer .psp-logos li.mastercard {
        width: 54px;
        height: 49px;
        background-position: -2px -298px; }
      #footer .psp-logos li.maestro {
        width: 54px;
        height: 49px;
        background-position: -80px -298px; }
      #footer .psp-logos li.paypal {
        width: 125px;
        height: 49px;
        background-position: -2px 0px; }
      #footer .psp-logos li.ideal {
        width: 40px;
        height: 49px;
        background-position: 0px -199px; }
      #footer .psp-logos li.payflow {
        width: 120px;
        height: 49px;
        background-position: 0px -600px; }
      #footer .psp-logos li.mistercash {
        width: 70px;
        height: 49px;
        background-position: -0px -658px; }
      #footer .psp-logos li.oilandvinegar {
        width: 65px;
        height: 49px;
        background-position: -76px -658px; }

.footer-list {
  border-bottom: 1px solid #6d6d6e;
  width: 100%; }
  .footer-list .header {
    position: relative;
    display: block;
    cursor: pointer;
    height: 35px;
    color: #fff;
    font-size: 25px;
    font-family: "open_sans_condensedbold";
    line-height: normal;
    padding-left: 34px; }
  .footer-list li {
    display: none;
    line-height: 37px; }
    .footer-list li.last {
      margin-bottom: 24px; }
    .footer-list li a {
      position: relative;
      padding-left: 64px;
      font-size: 12px;
      text-decoration: none; }
      .footer-list li a:hover {
        text-decoration: underline; }
      .footer-list li a:before {
        position: absolute;
        display: block;
        content: '';
        top: 50%;
        left: 30px;
        width: 19px;
        height: 19px;
        margin-top: -11px;
        background-position: -79px -269px; }
  .footer-list .header:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 30px;
    width: 19px;
    height: 19px;
    margin-top: -11px;
    background-position: -79px -269px;
    left: 0;
    width: 21px;
    height: 21px;
    margin-top: -10px;
    background-position: 0px -268px; }
  .footer-list .header.active:before {
    background-position: -40px -270px; }

.facebook-likes {
  position: relative;
  display: block;
  width: 142px;
  height: 39px;
  line-height: 38px;
  padding-left: 30px;
  margin: 30px 0 30px 42px;
  background-position: -206px -297px; }
  .facebook-likes:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: -42px;
    width: 40px;
    height: 40px;
    background-position: 0 -297px; }

#form-newsletter-store input {
  font-family: "open_sansregular";
  color: #000 !important; }

#form-newsletter {
  position: relative; }
  #form-newsletter input {
    font-family: "open_sansregular"; }
  #form-newsletter .email {
    color: #fff;
    font-size: 15px;
    padding-top: 9px;
    border: 1px solid #fff;
    background: transparent; }
    #form-newsletter .email::-webkit-input-placeholder, #form-newsletter .email:-moz-placeholder, #form-newsletter .email::-moz-placeholder, #form-newsletter .email:-ms-input-placeholder {
      color: #fff; }
  #form-newsletter .btn-small {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 21px;
    height: 21px;
    margin-top: -11px;
    border: none;
    background-color: transparent;
    background-position: 0px -268px; }
  #form-newsletter .select-container {
    z-index: 200; }
  #form-newsletter.mailchimp .mc-field-group {
    position: relative;
    margin-bottom: 10px; }
  #form-newsletter.mailchimp input {
    color: #fff;
    font-size: 15px;
    font-family: "open_sans_condensedbold";
    padding-top: 9px;
    border: 1px solid #fff;
    background: transparent; }

#footer-nav {
  font-size: 14px;
  margin: 26px 0; }
  #footer-nav .spacer {
    margin: 0 20px;
    display: none; }
  #footer-nav a {
    display: inline-block;
    width: 50%; }

#footer .addthis_button_facebook span {
  font-size: 16px;
  background-image: url("/gfx/sprite/sprite.svg") !important; }

.no-svg #footer .addthis_button_facebook span {
  background-image: url("/gfx/sprite/sprite.png") !important; }

#footer .addthis_button_twitter, #footer .addthis_button_gmail, #footer .addthis_button_email {
  display: none !important; }

#footer .addthis_button_expanded {
  font-size: 16px !important;
  font-weight: normal;
  font-family: "open_sansregular" !important;
  height: 39px;
  line-height: 38px;
  border: 2px solid #fff;
  background: #fff; }

#footer .addthis_button_facebook span {
  width: 40px !important;
  height: 40px !important;
  text-indent: 100%;
  background-position: 0 -297px !important; }

#footer .copyright-info {
  position: relative;
  z-index: 25;
  text-align: left;
  vertical-align: top;
  padding-left: 0; }
  #footer .copyright-info span, #footer .copyright-info a {
    display: inline-block;
    vertical-align: top; }
  #footer .copyright-info .logo {
    position: relative;
    display: inline-block;
    content: '';
    bottom: 0;
    right: 2px;
    width: 46px;
    height: 40px;
    margin-right: 10px;
    background-position: -116px -45px;
    background-image: url("/gfx/sprite/sprite2.svg"); }
  #footer .copyright-info .spacer {
    padding: 0 3px; }

/* Portrait */
@media screen and (min-width: 768px) {
  body.topbar-active {
    margin-top: 30px; }
    body.topbar-active .fixed-bar {
      top: 0;
      left: 0;
      right: 0;
      bottom: auto;
      font-size: 16px;
      text-align: left;
      padding: 9px 0 9px 10px;
      z-index: 510; }
    body.topbar-active #header-navigation-cont {
      top: 30px; }
  .inner-container {
    padding-top: 0; }
  #foldout {
    z-index: 600;
    top: 82px;
    padding: 0;
    background: #f3f0dd; }
    #foldout .legend {
      color: #000;
      font-size: 15px;
      font-family: "open_sans_condensedbold";
      margin-bottom: 24px; }
    #foldout .close {
      top: 15px;
      right: 19px;
      background-position: -636px -165px; }
    #foldout .header {
      display: block;
      color: #000;
      font-size: 15px;
      font-family: "open_sans_condensedbold";
      margin-bottom: 33px; }
      #foldout .header:after {
        display: none; }
      #foldout .header.mobile-delete {
        display: block; }
      #foldout .header.mobile-add {
        display: none; }
    #foldout .subheader.mobile-delete {
      display: block; }
    #foldout .inline label {
      padding-top: 6px;
      padding-right: 10px;
      line-height: 14px; }
    #foldout .col1 {
      float: left;
      width: 26%;
      background: #000; }
  .dateofbirth {
    float: left;
    width: 68%;
    clear: none; }
  .checkout .contact-details .dateofbirth {
    width: 69%;
    margin-right: 8px; }
  .foldout-title {
    position: relative;
    display: block;
    width: 188px;
    height: 50px;
    color: #fff;
    font-size: 18px;
    font-family: "open_sans_condensedbold";
    line-height: 54px;
    padding-left: 10px; }
  #foldout .col1 .inner {
    padding: 24px 10px; }
  #foldout .col1 .pag-desc {
    display: block;
    height: 50px;
    font-size: 22px;
    font-family: "open_sans_condensedbold";
    line-height: 25px;
    padding-right: 24px;
    margin-bottom: 20px; }
    #foldout .col1 .pag-desc.hidden {
      display: none; }
  #foldout .col1 .submenu li {
    margin-bottom: 5px; }
    #foldout .col1 .submenu li a {
      display: block;
      font-size: 16px;
      font-family: "open_sans_condensedbold";
      text-decoration: none;
      padding: 11px 0 11px 8px;
      color: #000;
      background: #fff; }
      #foldout .col1 .submenu li a.active {
        color: #000;
        background: #f3f0dd;
        text-decoration: none; }
        #foldout .col1 .submenu li a.active:hover {
          color: #000;
          text-decoration: none; }
      #foldout .col1 .submenu li a:hover {
        text-decoration: underline; }
  #foldout .col2 {
    float: left;
    width: 74%;
    padding: 25px 30px 15px 30px; }
    #foldout .col2:before {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      left: 0;
      width: 26%;
      height: 100%;
      background: #000;
      z-index: -1; }
    #foldout .col2 .tip {
      font-size: 25px;
      font-family: "open_sans_condensedbold";
      line-height: 25px;
      margin-top: 59px;
      margin-left: -40px;
      padding: 33px 0 0 50px;
      border-top: 2px solid #8d9682;
      color: #000; }
      #foldout .col2 .tip strong {
        display: block;
        float: left;
        font-size: 35px;
        font-weight: normal; }
      #foldout .col2 .tip .content {
        display: block;
        float: left;
        width: 240px;
        margin-left: 14px; }
  #login-register .login label.top {
    font-size: 25px;
    font-family: "open_sans_condensedbold";
    margin-bottom: 11px; }
  #login-register .login .email label {
    display: block;
    float: left;
    width: 30%;
    padding-top: 4px;
    padding-right: 10px;
    line-height: 14px;
    vertical-align: middle; }
  #login-register .login .email input {
    float: left;
    width: 70%; }
  #login-register .login input[type=text], #login-register .login input[type=email], #login-register .login input[type=number] {
    color: #818b75;
    background: #fff; }
  #login-register .login .radio-cont.password {
    float: left;
    width: 39%; }
  #login-register .login .password-forgotten {
    position: relative;
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
    margin-top: 50px; }
    #login-register .login .password-forgotten:after {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 0;
      width: 10px;
      height: 10px;
      margin-top: -3px;
      background-position: -58px -251px; }
  #login-register .login .btn {
    float: right;
    width: 206px;
    padding-left: 12px; }
  #foldout #orderInvNumber {
    width: 10%; }
  #foldout #orderInvNumberAdd {
    width: 7%; }
  #foldout .inline label[for=orderInvPostal] {
    width: 50%; }
    #foldout .inline label[for=orderInvPostal]:first-child {
      width: 32%; }
  #foldout label[for=orderInvNumberAdd] {
    width: 19%; }
  #foldout .postalRow label[for=orderInvPostal]:first-child, #foldout #orderInvPostal {
    width: 50%; }
  #foldout .postalRow {
    position: absolute;
    z-index: 10;
    width: 28%;
    margin-left: 72%;
    margin-top: 10px; }
  #foldout .required-fields {
    text-align: right;
    padding-left: 0; }
  #login-register .subheader {
    font-size: 25px;
    font-family: "open_sans_condensedbold";
    margin: 72px 0 17px; }
  #foldout .tab {
    padding-top: 0;
    padding-bottom: 0;
    background: none; }
    #foldout .tab:before {
      display: none; }
    #foldout .tab.login {
      background: transparent; }
  #login-register .register li.gender {
    position: relative;
    z-index: 10;
    width: 24%;
    margin-left: 76%;
    margin-bottom: -40px; }
  #login-register .register li.newsletter label {
    width: 86%; }
  #login-register .register li.location .select-container {
    width: 66%; }
  #registerPass {
    width: 61%;
    float: left;
    margin-left: 0; }
  #foldout #registerInitials {
    float: left;
    width: 41%; }
  #login-register .register hr {
    margin: 42px 0 41px -40px;
    border: 1px solid #8d9682; }
  #login-register .register .btn {
    float: right; }
  #login-register .register li .small {
    width: 42px; }
  #login-register .orders .header, #login-register .invoices .header {
    margin-bottom: 0; }
  #login-register .pagination {
    text-align: right; }
    #login-register .pagination.top {
      padding-top: 2px;
      padding-bottom: 8px;
      margin-bottom: 34px;
      border-top: none;
      border-bottom: 2px solid #8d9682; }
  #login-register .simplePagerNav a {
    padding: 0 8px; }
  .infowindow.reviews .simplePagerNav a {
    padding: 0 8px; }
  #login-register .simplePageNext a, .infowindow.reviews .simplePageNext a {
    margin-left: 6px; }
  #login-register .orders .details {
    font-size: 13px;
    font-family: "open_sans_condensedbold";
    text-transform: uppercase; }
    #login-register .orders .details .mobile-add {
      display: none; }
    #login-register .orders .details .mobile-delete {
      display: inline; }
  #login-register .products-table th .amount {
    width: 70px; }
  #login-register .products-table th .cart {
    width: 100px; }
  #login-register .products-table th .icon.cart {
    display: block;
    width: 20px;
    height: 20px; }
  #login-register .orders .btn {
    width: 190px;
    height: auto;
    font-size: 15px;
    padding-left: 11px;
    padding-top: 4px; }
    #login-register .orders .btn .hidden {
      display: inline; }
  #login-register .invoices .total-orders {
    color: #000; }
  #login-register .invoices .pagination.top {
    margin-bottom: -10px; }
  #login-register .invoices .pagination.bottom {
    padding-top: 30px; }
  #login-register .invoices .products-table th {
    color: #000;
    font-weight: normal; }
  #login-register .invoices .order-info .btn .hidden {
    display: inline; }
  #form-order-step0 fieldset {
    width: 100%; }
  #form-order-step0 .btn.top {
    display: block;
    border: none;
    float: right;
    margin-bottom: 18px; }
  #form-order-step0 > a,
  #form-order-step0 > button {
    margin: 20px 0 20px 10px !important; }
  #shopping-cart .contact-details .subheader:first-child {
    position: absolute;
    top: -60px;
    left: 0; }
  #shopping-cart .close-foldout {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 48px; }
  #wishlist fieldset {
    width: 100%;
    padding: 0 50px 0 0; }
  #wishlist .close-foldout {
    position: relative;
    display: inline-block;
    text-align: right;
    text-decoration: none;
    margin-top: 16px;
    margin-bottom: 48px;
    margin-right: 51px;
    padding-right: 26px;
    font-size: 15px;
    font-family: "open_sans_condensedbold";
    float: right; }
  #shopping-cart .close-foldout {
    margin-bottom: 32px;
    width: auto;
    display: inline-block;
    float: right;
    font-family: "open_sans_condensedbold"; }
    #shopping-cart .close-foldout span {
      position: relative; }
  #shopping-cart .close-foldout span:before, #wishlist .close-foldout span:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -6px;
    margin-left: -20px;
    font-family: "open_sans_condensedbold"; }
  #wishlist .close-foldout {
    width: auto; }
    #wishlist .close-foldout span {
      position: relative; }
  #foldout .product-list {
    width: 100%; }
    #foldout .product-list tr {
      display: table-row; }
    #foldout .product-list th {
      display: table-cell;
      color: #000;
      font-size: 18px;
      font-family: "open_sans_condensedbold";
      font-weight: normal; }
      #foldout .product-list th.tablet-delete {
        display: none; }
    #foldout .product-list td {
      padding: 21px 22px; }
      #foldout .product-list td:first-child {
        padding-top: 6px;
        padding-bottom: 6px; }
    #foldout .product-list .desc, #foldout .product-list .price {
      background: #cac4a9; }
    #foldout .product-list .desc, #foldout .product-list .amount, #foldout .product-list .price {
      text-align: center;
      padding: 0 22px; }
    #foldout .product-list .desc {
      text-align: left; }
    #foldout .product-list .actions {
      text-align: center;
      padding: 0 10px; }
    #foldout .product-list img {
      height: 78px; }
  #shopping-cart .your-order .option-list {
    float: left;
    width: 42%;
    padding-right: 20px;
    margin-bottom: 72px; }
  #shopping-cart .your-order .options {
    margin-bottom: 17px; }
  #shopping-cart .your-order .subtotals {
    margin-bottom: 4px; }
    #shopping-cart .your-order .subtotals:after {
      display: none; }
  #shopping-cart .your-order .total {
    margin-bottom: 81px; }
  #shopping-cart .your-order .totals-cont {
    float: right;
    width: 58%; }
  #shopping-cart .your-order .dark, #shopping-cart .your-order .usps {
    clear: both; }
  #shopping-cart .usps {
    width: 116%;
    margin-top: 0; }
    #shopping-cart .usps li {
      float: left;
      width: 42%;
      text-align: center;
      padding-top: 0px;
      padding-left: 10px;
      margin-top: 15px;
      margin-bottom: 20px; }
      #shopping-cart .usps li:before {
        top: 0;
        left: 50%;
        margin-top: 0;
        text-align: center; }
      #shopping-cart .usps li .header {
        color: #000;
        font-size: 15px;
        font-family: "open_sans_condensedbold";
        margin-bottom: 0; }
        #shopping-cart .usps li .header:after {
          display: none; }
  #shopping-cart .your-order .note {
    width: 100%; }
  #shopping-cart .your-order .subheader {
    font-size: 25px;
    font-family: "open_sans_condensedbold"; }
  #shopping-cart .complete-order .close-foldout {
    margin-left: 78px; }
  #shopping-cart .complete-order .delivery-options {
    margin-right: -78px;
    margin-bottom: 35px;
    border-bottom: 1px solid #cac4a9; }
  #shopping-cart .delivery {
    float: left;
    width: 56%;
    margin: 0;
    padding-top: 37px;
    padding-right: 22px; }
    #shopping-cart .delivery:after {
      display: none; }
  #shopping-cart .payment {
    float: left;
    width: 44%;
    min-height: 392px;
    margin: 0;
    padding: 37px 14px 62px 22px; }
    #shopping-cart .payment:before {
      display: none; }
    #shopping-cart .payment:after {
      opacity: 0.15;
      top: -64px;
      right: -144px;
      bottom: auto;
      width: 242px;
      height: 326px;
      background-position: -1149px -804px; }
  #shopping-cart .complete-order .totals-cont {
    margin-right: -78px; }
  #shopping-cart .complete-order .subtotals {
    float: left;
    width: 38%;
    margin-right: 4%; }
    #shopping-cart .complete-order .subtotals:after {
      top: 10px;
      left: 100%;
      right: auto;
      border-top-color: transparent;
      border-left-color: #cac4a9; }
  #shopping-cart .complete-order .total {
    float: left;
    width: 58%; }
  #wishlist .share-buttons li a {
    width: 58px;
    height: 42px; }
    #wishlist .share-buttons li a.twitter {
      background-position: -1237px -1203px; }
    #wishlist .share-buttons li a.facebook {
      background-position: -1309px -1203px; }
    #wishlist .share-buttons li a.whatsapp {
      background-position: -1383px -1203px; }
    #wishlist .share-buttons li a.email {
      background-position: -1453px -1204px; }
  #foldout .your-wishlist {
    margin-right: -96px; }
    #foldout .your-wishlist .product-list th.tablet-delete, #foldout .your-wishlist .product-list td.tablet-delete {
      display: none; }
  #form-wishlist-share input {
    width: 312px; }
  #form-wishlist-share .btn {
    float: none;
    margin-left: 250px; }
  #form-wishlist-share textarea {
    width: 434px; }
  #search {
    position: fixed;
    display: none;
    z-index: 900;
    top: 120px;
    right: 54px;
    width: 596px;
    height: 425px;
    background: #fff;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75); }
    #search .close {
      position: absolute;
      display: block;
      top: 13px;
      right: 11px;
      width: 16px;
      height: 16px;
      background-position: -638px -167px; }
    #search .col1 {
      display: none; }
  #form-foldout-searchroute {
    display: none; }
  #form-foldout-search {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 27.85%;
    margin: 0;
    padding: 47px 20px;
    background-color: #000;
    -webkit-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.25); }
    #form-foldout-search .toggle {
      display: none; }
    #form-foldout-search:after {
      top: 90px;
      left: 100%;
      border-top-color: transparent;
      border-left-color: #000;
      border-width: 12px 9px; }
    #form-foldout-search .fields {
      width: 104%; }
    #form-foldout-search .search-cont {
      position: absolute;
      top: 20px;
      left: 100%;
      width: 390px;
      margin-left: 22px; }
    #form-foldout-search input[type=search] {
      width: 260px;
      color: #000;
      float: left;
      height: 20px;
      background: none;
      border: 1px solid #ccc; }
      #form-foldout-search input[type=search]::-webkit-input-placeholder, #form-foldout-search input[type=search]:-moz-placeholder, #form-foldout-search input[type=search]::-moz-placeholder, #form-foldout-search input[type=search]:-ms-input-placeholder {
        color: #fff; }
    #form-foldout-search .submit-query {
      display: block;
      float: left;
      margin-left: 5px;
      border: none; }
    #form-foldout-search li {
      margin-top: 17px; }
    #form-foldout-search .radio {
      display: block !important; }
    #form-foldout-search label {
      color: #fff;
      font-size: 25px;
      font-family: "open_sans_condensedbold"; }
      #form-foldout-search label.active {
        color: #fff; }
    #form-foldout-search label[for="foldoutSearchQuery"] {
      color: #000; }
  #foldout-search-results {
    position: absolute;
    top: 92px;
    right: 0;
    bottom: 0;
    width: 72.15%;
    margin: 0;
    padding: 0 34px 0 22px;
    overflow: auto;
    background: none; }
    #foldout-search-results table {
      margin-bottom: 22px; }
    #foldout-search-results tr {
      height: 72px; }
    #foldout-search-results td {
      padding: 10px 17px; }
      #foldout-search-results td:first-child {
        width: 50px;
        padding: 5px; }
      #foldout-search-results td .img {
        width: 40px;
        height: 64px; }
      #foldout-search-results td a {
        color: #000; }
    #foldout-search-results .recipe td:first-child {
      padding: 0; }
    #foldout-search-results .recipe td .img {
      width: 100%;
      height: 100%;
      min-width: 40px;
      min-height: 64px; }
    #foldout-search-results td img {
      height: 58px; }
    #foldout-search-results td .desc {
      color: #a9a9a9;
      font-size: 13px;
      font-family: "open_sansregular";
      line-height: 17px; }
  #forgot-password {
    padding: 40px 0 0;
    margin-top: 22px; }
    #forgot-password:before {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      left: -40px;
      right: 0;
      height: 2px;
      background: #8d9682; }
  .state-selector .all-results {
    padding: 32px 74px; }
  #canada-selector.state-selector .all-results {
    overflow: hidden;
    left: 50%;
    width: 600px;
    margin-left: -300px; }
    #canada-selector.state-selector .all-results h2 {
      color: #000; }
  .state-selector .all-results-list ul {
    width: 50%; }
  #current-media {
    width: 768px; }
  .mobile-add {
    display: none; }
  .mobile-delete, .tablet-add {
    display: block; }
  .tablet-delete {
    display: none; }
  .infowindow {
    width: 500px;
    padding: 48px 42px; }
  #tpl-default #google-tour .top-header {
    height: 136px; }
  .google-tour {
    height: 320px; }
  #back-to-top {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .info {
    width: 21px;
    height: 21px;
    background-position: -567px -192px; }
  body {
    font-size: 14px; }
  /* Header 768 */
  #header-mobile {
    position: fixed;
    z-index: 901;
    top: 0;
    right: 0;
    color: #fff;
    text-align: right;
    width: auto;
    padding: 8px 32px 0 0;
    background: none; }
    #header-mobile:after {
      position: absolute;
      display: block;
      content: '';
      left: 50%;
      bottom: -8px;
      width: 220px;
      height: 1px;
      background-position: 0 -405px;
      margin-left: -90px; }
    #header-mobile li {
      display: inline-block;
      float: none;
      text-align: left;
      vertical-align: top; }
      #header-mobile li.mobile-add {
        display: none; }
    #header-mobile.topbar {
      background-color: white;
      padding: 0px; }
    #header-mobile a {
      opacity: 0.6;
      text-decoration: none;
      height: 50px; }
      #header-mobile a:before {
        font-size: 28px;
        color: #000; }
      #header-mobile a.account {
        margin-right: 14px; }
      #header-mobile a.lang {
        font-size: 15px;
        font-family: "open_sans_condensedbold";
        background: none; }
        #header-mobile a.lang span {
          font-size: 30px;
          line-height: 30px; }
      #header-mobile a.account.wide {
        margin-right: 0; }
        #header-mobile a.account.wide span {
          display: block; }
          #header-mobile a.account.wide span.label {
            display: none; }
      #header-mobile a span {
        position: relative;
        display: block;
        color: #000;
        margin: 0;
        padding: 0;
        font-size: 14px;
        font-family: "open_sans_condensedbold"; }
        #header-mobile a span.hidden {
          display: none; }
  #header-navigation-cont {
    z-index: 900;
    top: 0;
    left: 0;
    width: 100%;
    height: auto !important;
    padding: 0 20px;
    text-align: center;
    border-bottom: 2px solid #5b5439;
    background: #fff;
    transition: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    #header-navigation-cont .logo {
      height: 43px;
      margin: 0 auto;
      background-position: -332px -72px; }
    #header-navigation-cont hr {
      width: 186px;
      height: 9px;
      margin: 0 auto -17px; }
  #toggle-mobile, #form-storefinder-mobile {
    display: none; }
  #header-navigation-cont .copyright, #header-navigation-cont hr.bottom {
    display: none; }
  #header-navigation-sub {
    display: none; }
  #header-navigation {
    width: 100%;
    text-align: center;
    line-height: 37px;
    white-space: nowrap;
    margin-top: 10px; }
    #header-navigation li {
      display: inline-block;
      margin-right: 0; }
      #header-navigation li.tablet-delete {
        display: none; }
  #desktop-navigation li {
    display: inline-block;
    margin-right: 0; }
  #header-navigation li.home a {
    font-size: 18px;
    padding: 0 14px; }
  #header-navigation li.active a {
    color: #616241; }
  #header-navigation li.last-tablet {
    margin-right: 0; }
  #header-navigation a {
    color: #000;
    font-size: 18px;
    padding: 0 14px 0 14px; }
  #desktop-navigation a {
    color: #000;
    font-size: 18px;
    padding: 0 14px 0 14px; }
  #header-navigation a:hover, #desktop-navigation a:hover {
    opacity: 0.5;
    text-decoration: none; }
  #carousel-header-cont {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 360px; }
  .carousel-header {
    height: 360px; }
    .carousel-header .flickity-cell {
      height: 360px; }
      .carousel-header .flickity-cell .static {
        font-size: 35px;
        line-height: 40px; }
        .carousel-header .flickity-cell .static a {
          font-size: 17px;
          line-height: 22px; }
  #carousel-header-products {
    width: 32.55%;
    height: 100%;
    left: auto;
    right: 0;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iNzclIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 77%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(77%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 77%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 77%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 77%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, white 77%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#ffffff',GradientType=0 ); }
    #carousel-header-products:before {
      pointer-events: none;
      position: absolute;
      display: block;
      content: '';
      top: 62px;
      left: 50%;
      width: 342px;
      height: 418px;
      margin-left: -171px;
      background-size: auto;
      background-position: -1025px -215px; }
  #carousel-header-pag {
    display: block !important; }
  #carousel-header-products .details-product {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 170px;
    height: 312px;
    margin-left: -85px; }
  #carousel-header-products .details-inner {
    position: absolute;
    bottom: 0;
    height: 160px;
    padding-top: 40px;
    background-image: url("/gfx/home-slider-medium.svg"); }
  html.no-svg #carousel-header-products .details-inner {
    background-image: url("/gfx/home-slider-medium.png"); }
  #carousel-header-products .details-inner > div {
    left: 50%;
    width: 190px;
    margin-left: -93px; }
  #carousel-header-products .details .logo {
    width: 110px;
    height: auto;
    color: #fff;
    text-indent: 0;
    line-height: 1em;
    font-family: "open_sans_condensedbold";
    margin-bottom: 8px;
    background: none; }
  #carousel-header-products .details .intro {
    overflow: hidden;
    display: block;
    height: 2.5em;
    text-align: left;
    line-height: 1.25em;
    margin-bottom: 14px;
    padding: 0 7px; }
  #carousel-header-products .details .readmore {
    display: inline-block;
    font-size: 13px; }
    #carousel-header-products .details .readmore:after {
      margin-top: -5px;
      background-position: 0px -251px; }
  #header-content {
    height: 370px; }
  #main {
    padding-top: 84px; }
  /*	New homepage layout  */
  #tpl-default.home #page-header {
    margin-bottom: 5px; }
  #tpl-default.home .grid-row-flex {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    padding: 0px 10px; }
  #tpl-default.home .grid-column {
    position: relative;
    margin: 5px;
    padding: 10px;
    color: #000;
    background-size: cover;
    padding-top: 40%;
    flex: 1; }
  #tpl-default.home .grid-block-label {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center; }
    #tpl-default.home .grid-block-label .title {
      display: inline-block;
      text-transform: uppercase;
      font-weight: bold;
      padding: 10px 20px;
      background-color: rgba(255, 255, 255, 0.8); }
  #tpl-default.home .newsletter-wrapper > div {
    position: relative;
    display: block;
    clear: both;
    text-align: center; }
  #tpl-default.home .newsletter-wrapper .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding-top: 3%; }
  #tpl-default.home .newsletter-wrapper .content {
    padding: 1%; }
    #tpl-default.home .newsletter-wrapper .content #form-newsletter {
      float: none;
      padding-right: 0;
      margin: 0 auto;
      width: 100%;
      max-width: 400px; }
  #tpl-default.home .grid-column-sm {
    display: inline-block;
    display: flex;
    width: 50%;
    padding-top: 20%; }
  #tpl-default.home .grid-column-newsletter, #tpl-default.home .grid-column-md, #tpl-default.home .grid-column-lg {
    display: inline-block;
    display: flex;
    width: 100%; }
  #tpl-default.home .grid-column-full {
    display: inline-block;
    display: flex;
    width: 100%;
    flex-basis: 100%; }
  #tpl-default.home .balancecheck-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 40px; }
    #tpl-default.home .balancecheck-wrapper > div {
      position: relative;
      display: block;
      clear: both;
      text-align: center;
      color: #fff; }
    #tpl-default.home .balancecheck-wrapper .title {
      text-transform: uppercase;
      font-weight: bold;
      font-size: 24px;
      line-height: 28px;
      padding-top: 18%; }
    #tpl-default.home .balancecheck-wrapper .content {
      padding: 1%; }
      #tpl-default.home .balancecheck-wrapper .content #form-checkBalance {
        display: block;
        float: none;
        padding-right: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 400px;
        height: auto; }
        #tpl-default.home .balancecheck-wrapper .content #form-checkBalance input[type="text"] {
          width: 100%;
          padding: 5px 8px;
          margin-right: 5px; }
        #tpl-default.home .balancecheck-wrapper .content #form-checkBalance button[type="submit"] {
          margin-top: 8px;
          margin-bottom: 15px; }
    #tpl-default.home .balancecheck-wrapper .error {
      display: block;
      padding: 5px;
      background-color: rgba(255, 255, 255, 0.7);
      color: #f00; }
  #tpl-default.home .grid-column-sm, #tpl-default.home .grid-column-balancecheck, #tpl-default.home .grid-column-newsletter, #tpl-default.home .grid-column-md, #tpl-default.home .grid-column-lg, #tpl-default.home .grid-column-full {
    display: inline-block;
    display: flex;
    width: 100%; }
  #tpl-default .top-header {
    background-color: #9d9189; }
    #tpl-default .top-header.empty {
      height: 104px; }
    #tpl-default .top-header .head {
      position: relative;
      /* 			background: none; */
      background: #cac4a9;
      background: rgba(59, 60, 45, 0.9); }
      #tpl-default .top-header .head:before, #tpl-default .top-header .head:after {
        display: none; }
      #tpl-default .top-header .head.dark {
        line-height: 1em;
        padding-top: 80px;
        background-image: none;
        background-color: #393837;
        background-color: rgba(0, 0, 0, 0.6); }
        #tpl-default .top-header .head.dark .sub {
          color: #aaaaaa;
          font-size: 13px; }
  #tpl-default .user-content {
    padding: 22px 48px; }
    #tpl-default .user-content .content1 {
      float: left;
      width: 47.175%; }
    #tpl-default .user-content .content2 {
      float: left;
      width: 47.175%;
      margin-left: 5.65%; }
    #tpl-default .user-content .content3 {
      clear: both; }
      #tpl-default .user-content .content3.franchise-form {
        padding: 0; }
  .franchise-form {
    padding: 0 40px 40px 40px;
    float: left; }
    .franchise-form div.radio {
      border: 1px solid #ccc !important;
      padding: 2px 2px 1px 2px; }
    .franchise-form div.checker {
      border: 1px solid #ccc !important; }
    .franchise-form input {
      border: 1px solid #ccc !important; }
  /*
	#tpl-default.home .grid-column-newsletter{
	padding:0;
	height: 400px;
}
	*/
  /*	Balance check  */
  /* TPL Default 768 */
  /*
	#tpl-default .top-header .head:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	right: 0;
	bottom: 50px;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: none;
	background: $c-sec;
	background: rgba(59, 60, 45, 0.9);
}
	*/
  #tpl-default #header-content .google-tour {
    height: 390px; }
  #recommended {
    display: block;
    padding-bottom: 30px;
    background-image: url("/gfx/bg-recommended.jpg"); }
    #recommended .top-header {
      height: 130px;
      margin-bottom: 30px;
      background: none; }
  #tpl-default.winkels.detail #recommended .top-header {
    height: 130px;
    margin-bottom: 30px;
    background: none; }
  #recommended .top-header:after, #tpl-default.winkels.detail #recommended .top-header:after {
    display: block;
    bottom: -36px;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #2d2d2d;
    border-top-color: rgba(45, 45, 45, 0.8);
    border-width: 18px;
    margin-left: -18px; }
  #recommended .roundbtn:before {
    top: 26px; }
  #tpl-default #recommended .head {
    padding-top: 79px;
    background: #2d2d2d;
    background: rgba(45, 45, 45, 0.8); }
  #recommended li {
    position: relative;
    float: left;
    width: 48.75%;
    height: 338px;
    margin-left: 2.5%; }
    #recommended li.last {
      display: none; }
    #recommended li:first-child {
      margin-left: 0; }
    #recommended li a {
      display: block;
      width: 100%;
      height: 100%; }
    #recommended li .desc {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      min-height: 105px;
      padding: 20px 16px 7px;
      background: #fff; }
      #recommended li .desc:before {
        bottom: 100%;
        left: 50px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #fff;
        border-width: 18px;
        margin-left: -18px; }
      #recommended li .desc strong {
        display: block;
        color: #cac4a9;
        font-size: 25px;
        font-weight: normal;
        font-family: "open_sans_condensedbold"; }
      #recommended li .desc .actions {
        border-top: 1px solid #978850;
        margin-top: 8px;
        padding-top: 6px; }
        #recommended li .desc .actions .readmore {
          display: inline-block;
          float: right;
          color: #cac4a9;
          width: auto; }
        #recommended li .desc .actions .pinterest {
          display: inline-block;
          float: left;
          color: #cac4a9;
          width: auto; }
  #recommended-next {
    display: none; }
  /* TPL Home 768 */
  #carousel-gifts {
    height: auto;
    padding-bottom: 38px;
    background-color: #cac4a9; }
    #carousel-gifts .top-header {
      height: auto; }
      #carousel-gifts .top-header .head {
        padding: 86px 0 16px 0; }
  #carousel-gifts-list .image-cont img {
    max-height: 250px; }
  #carousel-gifts-prev, #carousel-gifts-next {
    /*			display: none !important;*/
    display: none; }
  #carousel-gifts-list {
    width: 100.5%;
    height: 375px; }
    #carousel-gifts-list li {
      width: 25%;
      height: 400px; }
    #carousel-gifts-list .image-cont {
      display: table;
      line-height: 400px;
      margin: 0 auto;
      cursor: default; }
    #carousel-gifts-list .image-inner {
      display: table-cell;
      height: 320px;
      text-align: center;
      vertical-align: middle; }
    #carousel-gifts-list .image-cont img {
      max-height: none;
      text-align: center;
      vertical-align: middle; }
    #carousel-gifts-list .actions {
      position: absolute;
      bottom: 0px;
      width: 100%; }
    #carousel-gifts-list .desc {
      height: 375px;
      padding-top: 92px;
      padding-left: 30px;
      padding-right: 30px; }
      #carousel-gifts-list .desc .close {
        display: none; }
      #carousel-gifts-list .desc strong {
        font-size: 25px; }
      #carousel-gifts-list .desc .intro {
        line-height: 18px; }
      #carousel-gifts-list .desc .actions {
        left: 30px;
        right: 30px;
        bottom: 18px;
        padding-top: 16px; }
    #carousel-gifts-list .actions .line {
      width: 0; }
    #carousel-gifts-list .desc .actions .readmore.pinterest {
      top: 15px; }
    #carousel-gifts-list.detail {
      height: 180px;
      overflow: hidden;
      border: none; }
    #carousel-gifts-list li button.tocart {
      display: block; }
    #carousel-gifts-list.detail li {
      width: 33.33%; }
    #carousel-gifts-list.detail .image-cont {
      height: 170px;
      cursor: default; }
    #carousel-gifts-list.detail a .image-cont {
      cursor: pointer; }
  .cadeaus.detail #carousel-gifts-list.detail {
    overflow: visible; }
  #tpl-default .featured-article .top-header {
    height: 108px; }
    #tpl-default .featured-article .top-header:before {
      top: 18px; }
  #tpl-default.products .featured-article .top-header:before {
    top: 26px; }
  #tpl-default .featured-article .top-header .head {
    padding-top: 70px; }
  #tpl-default .featured-article h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 31px;
    margin-bottom: 19px;
    /* 					padding-right: 26%; */ }
  #tpl-default .featured-article .intro {
    height: 168px;
    margin-bottom: 38px; }
  #tpl-default .featured-article .readmore.all {
    margin-top: -30px; }
  .tours-replacement {
    width: 100%;
    height: 320px; }
  #tpl-default #form-find-nearby .top-header {
    background: none; }
    #tpl-default #form-find-nearby .top-header .head {
      background: none; }
  #tpl-default .featured-article .inner {
    overflow: hidden;
    display: block;
    clear: both;
    width: 100%; }
    #tpl-default .featured-article .inner:after {
      top: 0;
      width: 112px;
      height: 108px;
      background-position: -242px -1470px; }
  #tpl-default #new-stories .inner:after {
    z-index: 2;
    top: 100%;
    right: 157px;
    height: 82px;
    margin-top: -43px;
    background-position: -64px -1470px; }
  #tpl-default .featured-article .inner > ul {
    width: 100%; }
  #tpl-default .featured-article .image-cont {
    cursor: default;
    /* 				display: table-cell; */
    /* 				float: none; */
    position: relative;
    display: block;
    float: left;
    width: 50%;
    min-height: 10px;
    height: 100%;
    margin-top: 0;
    cursor: default; }
  #tpl-default .featured-article .desc {
    /* 				display: table-cell; */
    /* 				float: none; */
    position: relative;
    display: block;
    float: left;
    width: 50%;
    min-height: 10px;
    height: 100%;
    margin-top: 0;
    cursor: default; }
  #tpl-default .featured-article .image-cont, #tpl-default .featured-article .desc {
    padding-left: 50px;
    padding-right: 50px; }
  #tpl-default.home .featured-article .image-cont {
    width: 52.5%; }
    #tpl-default.home .featured-article .image-cont:before {
      top: 15px;
      right: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-right-color: #fff;
      border-width: 18px; }
    #tpl-default.home .featured-article .image-cont:after {
      top: 15px;
      right: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-right-color: #fff;
      border-width: 18px;
      top: 51px; }
  #tpl-default.home .featured-article .desc {
    width: 47.5%; }
    #tpl-default.home .featured-article .desc:before {
      top: 0;
      left: -18px;
      right: auto;
      width: 18px;
      height: 33px;
      background: #fff; }
    #tpl-default.home .featured-article .desc:after {
      top: 69px;
      left: -18px;
      right: auto;
      bottom: 0;
      width: 18px;
      height: auto;
      background: #fff; }
  #tpl-default.home .featured-article .top-header:before {
    top: 20px; }
  #tpl-default #new-recepies .head {
    background: #61633e; }
  #tpl-default #new-stories .head {
    background: #000; }
  #new-stories {
    padding-bottom: 43px;
    background: #000; }
  #new-recepies:before, #new-recepies:after {
    display: none; }
  #new-stories:before, #new-stories:after {
    display: none; }
  #new-recepies .top-header:after, #new-stories .top-header:after, .input-gps a {
    display: none; }
  #form-find-nearby {
    position: relative; }
    #form-find-nearby .half:first-child {
      display: none; }
    #form-find-nearby:before {
      position: absolute;
      display: block;
      content: '';
      left: 0;
      bottom: 0;
      width: 340px;
      height: 291px;
      background-position: -42px -1852px;
      /*
			width: 204px;
			height: 204px;
			background-position: -2px -1627px;
			*/ }
    #form-find-nearby .top-header {
      height: 81px; }
      #form-find-nearby .top-header.roundbtn.location:before {
        display: none; }
      #form-find-nearby .top-header .head {
        line-height: 1em;
        padding-top: 38px; }
    #form-find-nearby .intro {
      width: 556px;
      margin: 0 auto; }
    #form-find-nearby .fields {
      width: 290px;
      margin: 0 auto;
      padding-top: 96px; }
      #form-find-nearby .fields.roundbtn.location:before {
        display: block;
        top: 38px; }
      #form-find-nearby .fields li {
        float: left;
        margin-top: 0; }
        #form-find-nearby .fields li:first-child {
          width: 290px;
          margin-right: -26px; }
        #form-find-nearby .fields li.submit {
          position: absolute;
          bottom: 0;
          right: 24px; }
      #form-find-nearby .fields input[type=text] {
        text-align: center;
        padding-top: 8px;
        padding-right: 30px;
        padding-bottom: 4px; }
      #form-find-nearby .fields input::-webkit-input-placeholder, #form-find-nearby .fields input:-moz-placeholder, #form-find-nearby .fields input::-moz-placeholder, #form-find-nearby .fields input:-ms-input-placeholder {
        color: #323232;
        font-size: 13px;
        font-family: "open_sans_condensedbold"; }
    #form-find-nearby .readmore {
      height: 30px;
      margin-left: 0;
      margin-right: -26px; }
      #form-find-nearby .readmore:after {
        right: 11px;
        background-position: -28px -248px; }
      #form-find-nearby .readmore span {
        display: none; }
  /* TPL Cadeaus 768 */
  #tpl-default #header-content {
    display: block;
    height: 200px; }
    #tpl-default #header-content .content {
      position: absolute;
      overflow: auto;
      display: block;
      top: 0;
      left: 50%;
      bottom: 0;
      width: 50%;
      color: #fff;
      padding-top: 16px;
      padding-right: 40px;
      padding-bottom: 10px; }
      #tpl-default #header-content .content h2 {
        color: #fff;
        font-size: 25px;
        margin-bottom: 3px; }
      #tpl-default #header-content .content iframe {
        width: 257px;
        height: 144px;
        -webkit-box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.35);
        box-shadow: 5px 5px 20px 5px rgba(0, 0, 0, 0.35); }
  #tpl-default.products .top-header.first {
    height: auto;
    background-color: #988A55;
    /*		margin-top: -26px;*/
    /*		background: url('/gfx/bg-header-sub-light-left.png') left top no-repeat, url('/gfx/bg-header-sub-light-right.png') right top no-repeat, url('/gfx/bg-header-sub-light-center.png') center top no-repeat;*/ }
    #tpl-default.products .top-header.first:before {
      top: 0px; }
  #tpl-default.products .top-header .head {
    padding-top: 46px;
    background: none; }
    #tpl-default.products .top-header .head span {
      padding-left: 60px; }
  #tpl-default.cadeaus .top-header.roundbtn:before {
    background-size: 1800px auto;
    background-position: 3px -106px;
    margin-left: -96px;
    top: 26px; }
  #tpl-default.recepten .top-header.roundbtn:before {
    background-size: 1800px auto;
    background-position: -53px -106px;
    margin-left: -70px;
    top: 26px; }
  #tpl-default.products .top-header.roundbtn.cart:before {
    background-position: -384px -133px; }
  #tpl-default.products .top-header.first .head span {
    display: inline-block; }
  .form-filter-top .categorieen div {
    display: block;
    display: flex;
    border: 1px solid #000;
    font-family: "open_sansregular"; }
    .form-filter-top .categorieen div .checker {
      visibility: hidden;
      display: none; }
    .form-filter-top .categorieen div .radio {
      visibility: hidden;
      display: none; }
      .form-filter-top .categorieen div .radio input {
        visibility: hidden;
        display: none; }
    .form-filter-top .categorieen div input[type="checkbox"], .form-filter-top .categorieen div input[type="radio"] {
      visibility: hidden;
      display: none; }
  .reset-all-label {
    position: relative;
    top: 3px;
    right: -5px;
    display: inline-block;
    font-size: 14px;
    font-family: "open_sans_condensedbold";
    padding: 0;
    padding: 1px 8px 1px 8px;
    margin: 0px 5px 8px 5px;
    float: left;
    height: 26px;
    cursor: pointer; }
  .fold-filter-btn {
    display: none; }
  #form-filter-gifts, #form-filter-products, #form-filter-recipies {
    position: relative;
    text-align: center;
    padding: 0;
    /*		margin-top: -30px;*/
    background: none; }
  #form-filter-gifts li, #form-filter-products li, #form-filter-recipies li {
    display: inline-block;
    width: 136px;
    height: 21px;
    margin-top: 0;
    margin-left: 10px; }
  #form-filter-gifts .sort-functions li, #form-filter-products .sort-functions li, #form-filter-recipies .sort-functions li {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0; }
  #form-filter-gifts .sort-functions li, #form-filter-products .sort-functions li, #form-filter-recipies .sort-functions li {
    display: none;
    text-align: left; }
  #form-filter-gifts .sort-functions li:first-child, #form-filter-products .sort-functions li:first-child, #form-filter-recipies .sort-functions li:first-child {
    display: inline-block; }
  #form-filter-gifts li.mobile-add, #form-filter-products li.mobile-add, #form-filter-recipies li.mobile-add {
    /*			display: none;*/ }
  #form-filter-gifts li:first-child, #form-filter-products li:first-child, #form-filter-recipies li:first-child {
    margin-left: 0; }
  #form-filter-gifts li.show-all, #form-filter-products li.show-all, #form-filter-recipies li.show-all {
    position: absolute;
    top: -68px;
    left: 50%;
    width: 62px;
    height: 48px;
    margin-left: -82px;
    z-index: 999; }
  #form-filter-gifts li.show-all .btn, #form-filter-products li.show-all .btn, #form-filter-recipies li.show-all .btn {
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-align: center;
    line-height: normal;
    padding: 3px 8px;
    border: 0; }
  #form-filter-gifts .half, #form-filter-products .half, #form-filter-recipies .half {
    float: left;
    width: 46.4%;
    margin-left: 6%; }
  #form-filter-gifts li.sort-functions, #form-filter-products li.sort-functions, #form-filter-recipies li.sort-functions {
    width: auto;
    padding-left: 0; }
  #form-filter-gifts input, #form-filter-gifts .btn {
    height: 27px;
    float: right; }
  #form-filter-products input, #form-filter-products .btn {
    height: 27px;
    float: right; }
  #form-filter-recipies input, #form-filter-recipies .btn {
    height: 27px;
    float: right; }
  #form-filter-products li.show-all .btn {
    top: 8px; }
  #form-filter-gifts input::-webkit-input-placeholder, #form-filter-products input::-webkit-input-placeholder, #form-filter-recipies input::-webkit-input-placeholder, #form-filter-gifts input:-moz-placeholder, #form-filter-products input:-moz-placeholder, #form-filter-recipies input:-moz-placeholder, #form-filter-gifts input::-moz-placeholder, #form-filter-products input::-moz-placeholder, #form-filter-recipies input::-moz-placeholder, #form-filter-gifts input:-ms-input-placeholder, #form-filter-products input:-ms-input-placeholder, #form-filter-recipies input:-ms-input-placeholder {
    font-size: 12px;
    font-family: "open_sans_condensedbold";
    line-height: 20px; }
  #toggle-filters {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    height: 21px;
    color: #616240;
    font-size: 12px;
    font-family: "open_sans_condensedbold";
    line-height: 24px;
    text-align: left;
    text-decoration: none;
    padding: 0 12px;
    background: #fff; }
    #toggle-filters:after {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 9px;
      width: 16px;
      height: 16px;
      margin-top: -8px;
      background-position: -115px -269px; }
  /*
	#filters-gifts {
	position: absolute;
	z-index: 300;
	width: 100%;
	color: #fff;
	padding: 23px 123px 29px 30px;
	background: #636849;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 5px 15px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}
	*/
  #filters-gifts {
    position: relative;
    display: block;
    padding-left: 20px;
    padding-right: 0;
    background: #f3f0dd;
    box-shadow: none;
    margin-top: 5px; }
    #filters-gifts > ul {
      display: inline-block;
      min-height: 10px;
      width: 55%;
      max-width: 370px;
      text-align: left; }
  .recepten #filters-gifts > ul {
    width: 27%;
    max-width: 150px; }
  #form-filter-recipies li.sort-functions {
    width: 100%; }
    #form-filter-recipies li.sort-functions:first-child {
      display: none; }
  .sort-functions .select-container {
    width: 100%; }
  #filters-gifts {
    padding: 0 20px; }
    #filters-gifts > ul:not(.categorieen),
    #filters-gifts > div:not(.categorieen) {
      display: block;
      float: left;
      width: 50%;
      margin: 0; }
      #filters-gifts > ul:not(.categorieen):nth-child(odd),
      #filters-gifts > div:not(.categorieen):nth-child(odd) {
        padding-left: 10px; }
      #filters-gifts > ul:not(.categorieen):nth-child(even),
      #filters-gifts > div:not(.categorieen):nth-child(even) {
        padding-right: 10px; }
      #filters-gifts > ul:not(.categorieen) > li,
      #filters-gifts > div:not(.categorieen) > li {
        width: 100%; }
    #filters-gifts > .filter-column {
      display: block; }
      #filters-gifts > .filter-column:not(.categorieen) {
        width: 50%; }
        #filters-gifts > .filter-column:not(.categorieen) ul li {
          margin: 0; }
        #filters-gifts > .filter-column:not(.categorieen).taste-experience:before {
          right: 20px; }
      #filters-gifts > .filter-column.categorieen > div {
        width: auto;
        margin: 0 5px 10px 5px; }
    #filters-gifts .search-functions .search-btn {
      right: 10px; }
  #product-results {
    margin-top: 0; }
    #product-results .box {
      width: 33.33%;
      height: 276px;
      padding-bottom: 50px; }
      #product-results .box.wide-h {
        width: 66.66%; }
      #product-results .box.wide-v {
        height: 512px; }
      #product-results .box .overlay-price {
        position: absolute; }
      #product-results .box .overlay-image {
        height: 100%; }
  .product-overlay {
    z-index: 9;
    padding-left: 40px;
    padding-right: 40px;
    /*
		-webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:    0px 0px 20px 5px rgba(0, 0, 0, 0.3);
		box-shadow:         0px 0px 20px 5px rgba(0, 0, 0, 0.3);
		*/ }
    .product-overlay.recipe {
      -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3); }
    .product-overlay .overlay-title {
      height: auto;
      min-height: 28px;
      max-height: 65px;
      line-height: 28px;
      margin-bottom: 6px;
      padding-bottom: 10px; }
  #product-results .box.wide-h .overlay-intro {
    height: 120px; }
  #product-results .box.wide-v .overlay-intro {
    height: 370px; }
  .product-overlay .overlay-intro {
    overflow: hidden;
    display: block;
    height: 118px; }
    .product-overlay .overlay-intro .intro-text {
      overflow: hidden;
      display: block;
      height: 104px; }
  .product-overlay .overlay-actions {
    left: 20px;
    right: 20px;
    bottom: -20px;
    height: 72px;
    padding-top: 8px; }
  .product-overlay.recipe .overlay-actions {
    bottom: 0; }
  .product-overlay .close {
    top: 17px;
    right: 19px;
    background-position: -333px -270px; }
  #product-results .spacer {
    display: block;
    height: 552px; }
  #loader {
    height: 103px;
    padding-top: 60px; }
  .spinner {
    top: 24px;
    background-position: -915px -288px; }
  /* TPL Cadeaus detail 768 */
  #tpl-default.products.detail #header-content .image-cont {
    float: left;
    width: 50%;
    height: 650px;
    cursor: default; }
    #tpl-default.products.detail #header-content .image-cont:before, #tpl-default.products.detail #header-content .image-cont:after {
      display: none; }
  #tpl-default.products.detail #header-content .image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: 485px;
    margin: -273px 0 0 -45%; }
  #tpl-default.products.detail #header-content .product-info {
    position: relative;
    float: left;
    width: 50%;
    height: 650px;
    margin-bottom: 0px;
    background-size: cover; }
  #tpl-default.products.recepten.detail #header-content .product-info {
    margin-bottom: 0; }
  #tpl-default.products.detail .top-header.first:before {
    top: 15px; }
  #tpl-default.worlds .top-header.arrow {
    background: #988A55; }
  #tpl-default.products .top-header.arrow, #tpl-default.products.detail .top-header.arrow {
    background: #f3f0dd; }
  #tpl-default.worlds .top-header.arrow:after, #tpl-default.products.detail .top-header.arrow:after {
    position: absolute;
    display: none;
    content: '';
    z-index: -1;
    top: -9px;
    left: 50%;
    width: 57px;
    height: 139px;
    margin-left: -28px;
    background: url("/gfx/bg-header-sub-light-center.png") center top no-repeat; }
  #tpl-default.worlds .top-header.arrow:after {
    background: url("/gfx/bg-header-sub-dark-center.png") center top no-repeat; }
  #tpl-default.worlds .top-header .bg-left, #tpl-default.worlds .top-header .bg-right {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: red;
    margin-left: -27px;
    background: #978b51 url("/gfx/bg-header-sub-light-left.png") left top no-repeat; }
  #tpl-default.products .top-header .bg-left, #tpl-default.products .top-header .bg-right {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: red;
    margin-left: -27px;
    background: #978b51 url("/gfx/bg-header-sub-light-left.png") left top no-repeat; }
  #tpl-default.worlds .top-header .bg-right {
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: -28px;
    background: #978b51 url("/gfx/bg-header-sub-light-right.png") right top no-repeat; }
  #tpl-default.products .top-header .bg-right {
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: -28px;
    background: #978b51 url("/gfx/bg-header-sub-light-right.png") right top no-repeat; }
  #tpl-default.products .top-header .bg-left, #tpl-default.products .top-header .bg-right {
    background: #988A55; }
  #tpl-default.products.detail .top-header.arrow .head:before, #tpl-default.products.detail .top-header.arrow .head:after {
    display: none; }
  #tpl-default.products.detail .top-header .head:before, #tpl-default.products.detail .top-header .head:after {
    display: none; }
  #tpl-default.products.detail #header-content .product-info .inner {
    height: 100%;
    min-height: 100%;
    padding: 35px 36px 64px 25px; }
  #tpl-default.products.detail .top-header.first .head {
    padding: 65px 0 9px 0;
    background-color: transparent; }
  #tpl-default.recepten.detail .product-info-cont > h2,
  #tpl-default.cadeaus.detail .product-info-cont > h2,
  #tpl-default.producten.detail .product-info-cont > h2 {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    padding: 22px 0 20px 0;
    font-size: 20px;
    font-family: "open_sans_condensedbold";
    z-index: 99; }
  #tpl-default.products.detail #header-content .product-info .inner .border:before {
    left: -56px;
    top: 74px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #cac4a9;
    border-width: 0 36px 36px;
    margin-left: -16px;
    background: none; }
  #tpl-default.products.detail #header-content .product-info .inner .border:after {
    left: -56px;
    top: 74px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #cac4a9;
    border-width: 0 36px 36px;
    margin-left: -16px;
    background: none;
    top: 98px;
    border-width: 36px 36px 0; }
  #tpl-default.products.detail #header-content .product-info .inner .border-mobile {
    display: none; }
  #tpl-default.products.detail #header-content .back {
    position: absolute !important;
    top: 8px;
    right: 16px;
    text-decoration: none;
    font-family: "open_sans_condensedbold";
    padding-left: 16px; }
    #tpl-default.products.detail #header-content .back:hover {
      text-decoration: underline; }
  #tpl-default.products.detail #header-content .rating-cont {
    position: static !important;
    height: 27px; }
  #tpl-default.products.detail #header-content .social-list {
    position: absolute !important;
    top: 36px;
    right: 16px; }
  #tpl-default.products.detail #header-content h2 {
    font-size: 20px;
    text-align: left;
    padding: 0;
    margin-bottom: 8px; }
  #tpl-default.products.detail #header-content .desc {
    font-size: 13px;
    line-height: 1.35em;
    margin-bottom: 19px;
    border: 0; }
  /*	#tpl-default.products .top-header.arrow:after,*/
  .stars a {
    position: relative;
    top: 4px;
    width: 16px;
    height: 16px;
    margin-right: -1px;
    background-position: -498px -194px; }
    .stars a.full {
      background-position: -459px -194px; }
  #tpl-default.products.detail #header-content .stars span {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 10px;
    text-transform: capitalize;
    clear: both;
    color: #000;
    font-size: 14px;
    font-family: "open_sans_condensedbold"; }
  #form-addtocart .fields {
    padding: 12px 0; }
  #form-addtocart label {
    font-size: 13px; }
  #form-addtocart .half .price {
    font-size: 20px; }
  #tpl-default.products.detail #header-content hr.mobile-delete {
    display: block; }
  #tpl-default.products.detail #header-content .extra-actions {
    margin-top: 14px; }
    #tpl-default.products.detail #header-content .extra-actions a {
      font-size: 13px;
      white-space: nowrap;
      margin-top: 10px; }
  #tpl-default.products.detail .product-info .inner {
    padding: 14px 102px 26px 165px; }
  #tpl-default.products.detail .product-info > .detail {
    padding-bottom: 40px; }
    #tpl-default.products.detail .product-info > .detail .caroufredsel_wrapper {
      padding: 30px 14px; }
  #carousel-gifts-list-cont {
    position: relative;
    z-index: 1;
    padding: 31px 14px;
    background: #fff; }
  #carousel-gifts.detail {
    background: white; }
    #carousel-gifts.detail h3 {
      width: 144px;
      height: 21px;
      font-size: 13px;
      line-height: 24px; }
    #carousel-gifts.detail #carousel-gifts-prev {
      left: 7px;
      margin-top: -16px;
      background-position: -362px -340px; }
    #carousel-gifts.detail #carousel-gifts-next {
      right: 7px;
      margin-top: -16px;
      background-position: -400px -340px; }
    #carousel-gifts.detail .spacer {
      position: absolute;
      display: block;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 40px;
      background: #000; }
  #new-recepies-pag, #featured-pag-left, #featured-pag-right {
    display: block !important; }
  #new-recepies-pag {
    bottom: 22px;
    padding-left: 312px; }
  #tpl-default .featured-article.slider {
    float: left;
    width: 50%;
    padding-bottom: 45px; }
    #tpl-default .featured-article.slider:first-child {
      background: #61633e; }
    #tpl-default .featured-article.slider .top-header {
      height: 132px; }
  #tpl-default #new-stories.slider .head, #tpl-default #new-recepies.slider .head {
    font-size: 16px;
    padding-top: 76px; }
  #tpl-default .featured-article.slider:after, #tpl-default .featured-article.slider .inner:after {
    display: none; }
  #tpl-default .featured-article.slider .image-cont {
    position: relative;
    width: 44%;
    cursor: default; }
    #tpl-default .featured-article.slider .image-cont:before {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      right: 0;
      width: 24px;
      height: 98px;
      background: #fff; }
    #tpl-default .featured-article.slider .image-cont:after {
      position: absolute;
      display: block;
      content: '';
      top: 146px;
      right: 0;
      bottom: 0;
      width: 24px;
      background: #fff; }
  #tpl-default .featured-article.slider:first-child .image-cont:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 24px;
    height: 44px;
    background: #fff; }
  #tpl-default .featured-article.slider:first-child .image-cont:after {
    position: absolute;
    display: block;
    content: '';
    top: 92px;
    right: 0;
    bottom: 0;
    width: 24px;
    background: #fff; }
  #tpl-default .featured-article.slider .desc {
    position: relative;
    width: 56%;
    padding: 0 28px 40px 12px; }
    #tpl-default .featured-article.slider .desc:before {
      top: 74px;
      left: -24px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-right-color: #fff;
      border-width: 24px;
      margin-left: -24px;
      background: none; }
    #tpl-default .featured-article.slider .desc:after {
      top: 122px;
      left: -24px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-right-color: #fff;
      border-width: 24px;
      margin-left: -24px;
      background: none; }
  #tpl-default .featured-article.slider:first-child .desc:before {
    top: 20px;
    left: -24px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #fff;
    border-width: 24px;
    margin-left: -24px;
    background: none; }
  #tpl-default .featured-article.slider:first-child .desc:after {
    top: 68px;
    left: -24px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #fff;
    border-width: 24px;
    margin-left: -24px;
    background: none; }
  #tpl-default .featured-article h3:before, #tpl-default .featured-article h3:after {
    display: none; }
  #tpl-default.overzicht h1 {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 15px 0 10px 0;
    margin: 0;
    background-color: #f3f0dd; }
  /* TPL Producten detail 768 */
  #info-tabs {
    padding-bottom: 40px;
    background: url("/gfx/bg-gifts-left.jpg") left bottom no-repeat, url("/gfx/bg-gifts-right.jpg") right bottom no-repeat;
    background-color: #cac4a9; }
    #info-tabs .headers li {
      float: left;
      width: auto;
      margin-left: 9px; }
      #info-tabs .headers li:first-child {
        margin-left: 0; }
    #info-tabs.recepies .headers li {
      display: inline-block;
      float: none;
      width: auto;
      margin-bottom: 8px; }
    #info-tabs .headers li a {
      padding: 0 14px; }
    #info-tabs.recepies .headers {
      box-shadow: none; }
      #info-tabs.recepies .headers li a.active:after, #info-tabs.recepies .headers li a:hover:after {
        display: none; }
    #info-tabs.recepies .text {
      height: auto;
      min-height: 220px; }
    #info-tabs.recepies .tab-2 #carousel-gifts-list-cont {
      height: 164px;
      padding: 10px 6px 0; }
    #info-tabs.recepies .tab-3 #carousel-gifts-list-cont {
      width: 100%;
      height: 164px;
      padding: 10px 6px 0; }
      #info-tabs.recepies .tab-3 #carousel-gifts-list-cont .caroufredsel_wrapper {
        width: 100% !important; }
    #info-tabs.recepies .tab-3 #carousel-gifts-list.detail li a {
      display: block;
      width: 100%;
      height: 100%; }
    #info-tabs.recepies .tab-3 #carousel-gifts-prev {
      left: 3px;
      background-position: -362px -340px; }
    #info-tabs.recepies .tab-3 #carousel-gifts-next {
      right: 1px;
      background-position: -400px -340px; }
  /*
	#info-tabs:after {
	width: 156px;
	height: 100%;
	background-position: -1472px -809px;
}
	*/
  #hover-cart {
    top: 112px;
    right: 28px;
    width: 320px;
    padding: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #1f1f1f; }
    #hover-cart .title {
      display: block;
      float: left; }
  #form-hover-cart input {
    width: 40px;
    height: 30px; }
  #form-hover-cart .add {
    width: 40px;
    height: 30px;
    background-position: -187px -217px; }
  #form-hover-cart .favourite {
    width: 40px;
    height: 30px;
    background-position: -187px -217px;
    background-position: -224px -216px; }
  /* TPL Recepten 768 */
  #product-results.recepies .box {
    border: none; }
    #product-results.recepies .box:before {
      display: none; }
    #product-results.recepies .box .overlay-image {
      height: 100%; }
    #product-results.recepies .box.wide-h .product-overlay {
      padding-right: 190px; }
  #product-results.recepies .product-overlay .overlay-actions {
    height: 44px; }
  #product-results.recepies .product-overlay .readmore span {
    display: inline;
    color: #cac4a9; }
  #product-results.recepies .overlay-title {
    padding-top: 7px;
    padding-left: 0;
    margin-bottom: 11px; }
  #product-results .overlay-stats {
    padding: 8px 0 8px;
    margin-bottom: 6px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 14px; }
    #product-results .overlay-stats li {
      position: relative;
      display: block;
      float: left; }
      #product-results .overlay-stats li:before {
        font-size: 1.3em;
        width: 30px; }
  #product-results .box.wide-h .overlay-intro, #product-results .box.wide-v .overlay-intro {
    display: block;
    height: 60px; }
  #product-results.recepies .overlay-intro {
    display: block;
    height: 60px; }
  #product-results.cadeaus .overlay-intro {
    height: 118px; }
  #product-results.producten .overlay-intro {
    height: 84px; }
  #product-results.recepies .overlay-intro {
    height: 44px; }
  .form-add-to-cart-related {
    float: right;
    margin-right: -12px;
    margin-bottom: -18px; }
    .form-add-to-cart-related .amount, .form-add-to-cart-related .moreinfo, .form-add-to-cart-related button {
      display: block;
      float: left;
      width: 40px;
      height: 28px;
      text-align: center;
      border: none; }
    .form-add-to-cart-related button, .form-add-to-cart-related .moreinfo {
      background-color: #000;
      color: #fff; }
    .form-add-to-cart-related .moreinfo {
      padding: 6px;
      text-decoration: none; }
  /* TPL Recepten detail 320 */
  #tpl-default.products.recepten.detail #header-content .rating-cont {
    padding: 0; }
  #tpl-default.products.recepten.detail #header-content .desc {
    margin-bottom: 25px; }
  #tpl-default.products.recepten.detail #header-content .stars {
    position: relative; }
    #tpl-default.products.recepten.detail #header-content .stars span {
      position: absolute;
      left: 88px;
      top: -1px; }
  #header-content .product-info .extra.top {
    display: block;
    float: left;
    width: 100%;
    margin-top: -60px; }
  #header-content .product-info .extra a {
    width: 27px;
    height: 26px;
    margin-left: 11px; }
    #header-content .product-info .extra a:before {
      font-size: 24px; }
  #header-content .product-info .recipe-list li {
    width: 100%; }
  #tpl-default.products.detail #header-content hr {
    margin-top: 10px;
    margin-bottom: 10px; }
    #tpl-default.products.detail #header-content hr.tablet-delete {
      display: none; }
  #header-content .product-info .recipe-list {
    margin-top: 15px; }
    #header-content .product-info .recipe-list li {
      margin-top: 4px; }
  /* TPL Winkels 768 */
  #tpl-default.winkels .inner-container, #tpl-default.winkels #page-header {
    width: 50%;
    float: left; }
  #tpl-default.winkels.detail .inner-container, #tpl-default.winkels.detail #page-header {
    width: 100%;
    float: left; }
  #tpl-default.winkels.b2b .inner-container, #tpl-default.winkels.b2b #page-header {
    width: 100%;
    float: left; }
  #tpl-default.winkels #header-content {
    height: 700px; }
  #gmap-shops {
    height: 700px; }
  #tpl-default.winkels.detail #header-content {
    height: 390px; }
  #tpl-default.winkels .top-header .head .mobile {
    display: none; }
  #tpl-default.winkels .top-header .head .tablet, #tpl-default.winkels .top-header .head .sub {
    display: block; }
  #form-filter-shops {
    padding: 0;
    margin-top: 0; }
    #form-filter-shops:before, #form-filter-shops:after {
      display: none; }
    #form-filter-shops .select-container span {
      display: inline; }
    #form-filter-shops .quotes {
      position: relative;
      float: left;
      width: 35%;
      height: 166px;
      color: #fff;
      text-align: center;
      padding: 37px 6px;
      background: #cac4a9; }
      #form-filter-shops .quotes .inner {
        width: 250px;
        margin: 0 auto; }
      #form-filter-shops .quotes .quote {
        font-size: 25px;
        font-family: "open_sans_condensedbold"; }
      #form-filter-shops .quotes .name {
        font-size: 13px;
        font-family: "open_sans_condensedbold";
        margin-top: 16px; }
      #form-filter-shops .quotes:before {
        top: -54px;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #cac4a9;
        border-width: 27px;
        margin-left: -17px; }
    #form-filter-shops .fields {
      position: relative;
      float: left;
      width: 65%;
      height: 166px;
      padding: 49px 23% 49px 52px;
      background: #c1bc8e; }
      #form-filter-shops .fields:after {
        position: absolute;
        display: block;
        content: '';
        right: 0;
        bottom: 0;
        width: 200px;
        height: 260px;
        background-position: -1870px 8px; }
    #form-filter-shops .btn {
      text-align: right;
      padding-right: 32px;
      border: none; }
    #form-filter-shops .half {
      width: 47%; }
      #form-filter-shops .half:first-child {
        width: 52%; }
  #shop-results .illustration {
    height: 364px; }
  #shop-results .search-results {
    padding: 34px 32px;
    background: #fff; }
    #shop-results .search-results:before {
      top: 26px;
      width: 160px;
      height: 310px;
      background-position: -1166px -1185px; }
  #shop-results .search-results-list li {
    position: relative; }
  #shop-results .search-results-list a {
    overflow: hidden;
    display: block;
    clear: both;
    height: auto;
    line-height: 17px;
    padding-left: 0;
    background: none; }
    #shop-results .search-results-list a:after {
      display: none; }
  #shop-results .search-results .image {
    position: relative;
    float: left;
    width: 41%;
    height: 132px; }
    #shop-results .search-results .image:before {
      position: absolute;
      display: block;
      content: '';
      top: 0;
      right: 0;
      width: 10px;
      height: 20px;
      background: #fff; }
    #shop-results .search-results .image:after {
      position: absolute;
      display: block;
      content: '';
      top: 40px;
      right: 0;
      bottom: 0;
      width: 10px;
      background: #fff; }
  #shop-results .search-results .moreinfo {
    position: relative;
    float: left;
    width: 59%;
    padding-left: 44px;
    padding-right: 75px; }
    #shop-results .search-results .moreinfo:before {
      top: 10px;
      left: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-right-color: #fff;
      border-width: 10px;
      margin-left: -20px; }
    #shop-results .search-results .moreinfo:after {
      top: 30px;
      left: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-right-color: #fff;
      border-width: 10px;
      margin-left: -20px; }
  #shop-results .search-results-list a .location {
    /*						white-space: nowrap;*/ }
  #shop-results .search-results-list a .street, #shop-results .search-results-list a .state {
    display: inline;
    color: #a9a9a9;
    font-size: 13px;
    padding-left: 6px; }
  #shop-results .search-results-list a .opened {
    color: #a9a9a9;
    font-size: 14px;
    font-family: "open_sansregular";
    margin-bottom: 36px; }
  #shop-results .search-results-list a .desc {
    color: #a9a9a9;
    font-size: 14px;
    font-family: "open_sansregular";
    margin-bottom: 36px;
    overflow: hidden;
    height: 36px; }
  #shop-results .search-results-list a .distance {
    margin-left: 0; }
  #shop-results .search-results-list a hr {
    border: none;
    border-top: 1px solid #b2b7a9;
    margin-top: 7px; }
  #shop-results .search-results-list a .opened {
    margin-bottom: 8px; }
  #shop-results .search-results .readmore {
    position: absolute;
    display: block;
    right: 75px;
    bottom: 16px;
    width: auto;
    color: #797979;
    padding-right: 25px;
    background: none; }
    #shop-results .search-results .readmore:after {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      right: 0;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      background-position: -145px -246px; }
  #shop-results .more-results-list {
    display: none; }
  #tpl-default .inner-container .submenu ol {
    display: block; }
    #tpl-default .inner-container .submenu ol li {
      float: left;
      border: 0; }
      #tpl-default .inner-container .submenu ol li a {
        display: block;
        color: #000;
        padding: 15px 20px;
        text-align: center;
        font-size: 15px; }
  /* TPL Winkels detail 768 */
  #tpl-default.winkels.detail .user-content {
    padding: 0; }
  #tpl-default.winkels.detail .user-content.pad {
    padding: 22px 48px; }
  #tpl-default.b2b .user-content {
    padding: 0; }
  .two-col > .col1 {
    position: relative;
    padding: 34px 50px 38px; }
  .two-col > .col2 {
    margin: 0; }
    .two-col > .col2 > .inner {
      width: 70%; }
  #form-route {
    display: none;
    width: 60%; }
  #shop-info h2 {
    margin: 0;
    margin-bottom: 3px; }
  #shop-info .address, #shop-info .facebook {
    display: none; }
  #shop-info .stars {
    margin-bottom: 15px; }
    #shop-info .stars a {
      margin-right: 0; }
    #shop-info .stars span {
      color: #bfbfbf;
      font-size: 13px;
      font-family: "open_sans_condensedbold";
      margin: -2px 0 0 84px; }
  #tpl-default.winkels.detail #info-tabs {
    padding: 0;
    background: none; }
    #tpl-default.winkels.detail #info-tabs:after {
      display: none; }
    #tpl-default.winkels.detail #info-tabs .text {
      color: #1e1e1e;
      padding: 20px 24px; }
  #info-tabs .tab-1 .col1 {
    float: left;
    width: 40%;
    padding-right: 10px;
    word-break: break-all; }
  #info-tabs .tab-1 .col2 {
    float: left;
    width: 60%; }
  #info-tabs .tab-1 h3 {
    color: #cac4a9;
    font-size: 13px;
    font-family: "open_sans_condensedbold";
    margin: 0 0 3px; }
  #openinghours {
    margin: -20px -24px -20px;
    background: #fff; }
    #openinghours:after {
      display: none; }
    #openinghours .content {
      color: #1e1e1e;
      padding-left: 24px;
      padding-right: 24px; }
    #openinghours .info {
      width: 17px;
      height: 17px;
      margin-left: 8px;
      margin-bottom: -4px;
      background-position: -567px -165px; }
  #form-contact input {
    margin-bottom: 6px;
    border: 1px solid #d9d9d9; }
  #form-contact textarea {
    margin-bottom: 6px;
    border: 1px solid #d9d9d9;
    margin-top: 3px; }
  #form-contact input.error, #form-contact textarea.error {
    border: 1px solid red; }
  #form-contact .btn {
    float: right;
    width: auto;
    text-align: right;
    padding-right: 18px; }
  #form-newsletter-store {
    position: relative;
    width: 218px;
    color: #fff;
    margin-bottom: 35px; }
    #form-newsletter-store li {
      white-space: nowrap; }
    #form-newsletter-store h3 {
      color: #fff;
      margin: 0 auto -6px; }
    #form-newsletter-store label {
      color: #fff;
      font-size: 16px;
      font-family: "open_sans_condensedbold"; }
    #form-newsletter-store input {
      color: #fff;
      font-size: 14px;
      border: 1px solid #fff;
      padding: 4px 8px;
      margin-right: 0;
      background: #fff; }
      #form-newsletter-store input::-webkit-input-placeholder, #form-newsletter-store input:-moz-placeholder, #form-newsletter-store input::-moz-placeholder, #form-newsletter-store input:-ms-input-placeholder {
        color: #fff; }
      #form-newsletter-store input[type=text].small {
        width: 39px;
        padding: 1px 8px; }
        #form-newsletter-store input[type=text].small.year {
          width: 49px;
          padding: 1px 8px; }
    #form-newsletter-store .btn {
      float: right;
      width: auto;
      height: auto;
      border: none;
      font-size: 13px;
      padding: 0 14px 0 0;
      margin-top: -2px; }
      #form-newsletter-store .btn:after {
        right: 0; }
    #form-newsletter-store input::-webkit-input-placeholder, #form-newsletter-store input:-moz-placeholder, #form-newsletter-store input::-moz-placeholder, #form-newsletter-store input:-ms-input-placeholder {
      color: #fff; }
    #form-newsletter-store .facebook {
      position: absolute;
      top: 0;
      right: -236px;
      font-size: 25px;
      font-family: "open_sans_condensedbold"; }
      #form-newsletter-store .facebook a {
        font-size: 13px;
        font-family: "open_sansregular";
        margin-top: 4px; }
    #form-newsletter-store.mailchimp .email-cont {
      margin-bottom: 10px; }
  /* TPL B2B 768 */
  #tpl-default.b2b .two-col > .col2 {
    padding-left: 47px;
    padding-right: 47px; }
    #tpl-default.b2b .two-col > .col2 > .inner {
      width: 100%; }
  .progress {
    position: relative;
    z-index: 1;
    width: 650px;
    height: 30px;
    clear: both;
    margin-top: 31px;
    margin-bottom: 28px; }
    .progress:after {
      display: none; }
    .progress li {
      position: relative;
      float: left;
      width: 160px; }
      .progress li.step2 {
        width: 178px;
        padding-left: 30px; }
      .progress li.step3 {
        width: 176px;
        padding-left: 30px; }
      .progress li.active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .progress li.active:after {
          z-index: 1;
          top: 0;
          left: 100%;
          border: solid transparent;
          content: " ";
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(0, 0, 0, 0);
          border-left-color: #cac4a9;
          border-width: 15px; }
      .progress li.step3.active:after {
        display: none; }
  #form-b2b .fields {
    padding-left: 0;
    padding-right: 0;
    background: none; }
    #form-b2b .fields input[type=text], #form-b2b .fields input[type=number], #form-b2b .fields input[type=email] {
      display: inline-block;
      float: none;
      width: 312px;
      font-size: 14px;
      border: 1px solid #fff; }
    #form-b2b .fields textarea {
      display: inline-block;
      float: none;
      width: 312px;
      font-size: 14px;
      border: 1px solid #fff; }
  #form-b2b textarea, #form-b2b .select-container {
    display: inline-block;
    float: none;
    width: 312px;
    font-size: 14px;
    border: 1px solid #ccc; }
  #form-b2b .fields input[type=text], #form-b2b .fields input[type=number], #form-b2b .fields input[type=email] {
    height: 36px; }
  #form-b2b .select-container ul {
    background: none; }
    #form-b2b .select-container ul li {
      color: #fff; }
      #form-b2b .select-container ul li:first-child {
        background: none;
        color: #000; }
  #form-b2b .fields input.error, #form-b2b .fields textarea.error {
    border: 1px solid #f00; }
  #form-b2b textarea.error {
    border: 1px solid #f00; }
  #form-b2b .fields input::-webkit-input-placeholder, #form-b2b textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 0; }
  #form-b2b .fields textarea::-webkit-input-placeholder, #form-b2b .fields input:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 0; }
  #form-b2b textarea:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 0; }
  #form-b2b .fields textarea:-moz-placeholder, #form-b2b .fields input::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 0; }
  #form-b2b textarea::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 0; }
  #form-b2b .fields textarea::-moz-placeholder {
    color: #fff;
    font-size: 14px;
    opacity: 0; }
  #form-b2b .fields input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    text-indent: -9999px; }
  #form-b2b textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    text-indent: -9999px; }
  #form-b2b .fields textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    text-indent: -9999px; }
  #form-b2b .fields .info {
    display: none; }
  #form-b2b label.mobile-delete {
    display: inline-block;
    width: 148px;
    padding-right: 32px; }
  #form-b2b.de label.mobile-delete {
    width: 195px; }
  #form-b2b .comments {
    display: none; }
  #form-b2b .btn {
    border: none;
    padding-right: 33px;
    margin-left: 346px; }
  #form-b2b .fields.step2 li.spacer {
    margin-top: 40px; }
  #form-b2b .fields.step2 label {
    display: block;
    float: left;
    line-height: 16px;
    float: left; }
    #form-b2b .fields.step2 label.spacer {
      padding-top: 6px; }
  #form-b2b .fields.step2 input[type=text], #form-b2b .fields.step2 input[type=number], #form-b2b .fields.step2 input[type=email] {
    float: left; }
  #form-b2b .fields.step3 {
    height: 100px;
    padding-top: 26px; }
    #form-b2b .fields.step3 label {
      padding: 0px 6px;
      margin-right: 10px;
      background: none; }
    #form-b2b .fields.step3 .radio {
      float: left; }
  #form-b2b .comments label {
    padding-top: 8px;
    padding-right: 10px; }
  #form-b2b .comments textarea {
    height: 112px;
    margin-bottom: 16px; }
  /* TPL Franchise 768*/
  #tpl-default.franchise #form-b2b .progress li {
    line-height: 30px; }
  #tpl-default.franchise #form-b2b .progress li.active {
    color: #fff;
    background: #000; }
  #tpl-default.franchise #form-b2b .fields .info {
    display: block;
    width: 85%;
    color: #fff;
    padding: 0;
    margin: 10px 0 -30px; }
  #tpl-default.franchise #form-b2b .step3 .info {
    display: none; }
  #tpl-default.franchise #form-b2b .comments textarea::-webkit-input-placeholder {
    color: #fff; }
  #tpl-default.franchise #form-b2b .fields input[type=text]::-webkit-input-placeholder, #tpl-default.franchise #form-b2b .fields input[type=text]:-moz-placeholder, #tpl-default.franchise #form-b2b .fields input[type=text]::-moz-placeholder, #tpl-default.franchise #form-b2b .fields input[type=text]:-ms-input-placeholder {
    color: #fff; }
  #tpl-default.franchise #form-b2b .comments textarea::-webkit-input-placeholder {
    color: #fff; }
  #tpl-default.franchise #form-b2b .fields input[type=email]::-webkit-input-placeholder, #tpl-default.franchise #form-b2b .fields input[type=email]:-moz-placeholder, #tpl-default.franchise #form-b2b .fields input[type=email]::-moz-placeholder, #tpl-default.franchise #form-b2b .fields input[type=email]:-ms-input-placeholder {
    color: #fff; }
  #tpl-default.worlds .top-header.first {
    display: block; }
  /* TPL 7 worlds 320 */
  #form-worlds select,
  #form-worlds .select,
  #form-worlds .select-container {
    float: right; }
  #world-items .item {
    float: left;
    clear: both; }
    #world-items .item .illustration {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 60%;
      width: 40%;
      padding-top: 0;
      float: left; }
    #world-items .item > h2 {
      padding-left: 42%;
      text-align: left; }
    #world-items .item .content {
      width: 100%;
      float: left;
      font-size: 14px;
      padding: 16px 22px 30px 42%;
      background: #fff; }
    #world-items .item:nth-child(even) .illustration {
      top: 0;
      left: 60%;
      bottom: 0;
      right: 0;
      width: 40%; }
    #world-items .item:nth-child(even) > h2 {
      padding-left: 22px;
      padding-right: 42%;
      text-align: left; }
    #world-items .item:nth-child(even) .content {
      padding: 16px 42% 30px 22px; }
  /* Even */
  /* Even */
  /* TPL Over ons 768 */
  #tpl-default.over .top-header.first {
    height: 142px; }
    #tpl-default.over .top-header.first .head {
      height: 112px; }
  #tpl-default.over #facebook-reputation {
    display: none; }
  #tpl-default.over .user-content .stars {
    margin-top: -14px;
    margin-bottom: 14px; }
    #tpl-default.over .user-content .stars span {
      color: #bfbfbf;
      font-size: 11px;
      font-family: "open_sans_condensedbold";
      padding-left: 85px;
      margin-top: -10px;
      margin-bottom: 10px; }
    #tpl-default.over .user-content .stars a {
      background-position: -1473px -451px; }
      #tpl-default.over .user-content .stars a.full {
        background-position: -1439px -451px; }
  #contact-details {
    padding: 0; }
    #contact-details .progress {
      display: none; }
    #contact-details .top-header {
      display: block;
      height: 107px;
      background: none; }
      #contact-details .top-header .head {
        background: none; }
    #contact-details .details {
      position: relative;
      margin-top: 0; }
    #contact-details .header {
      display: block;
      color: #1e1e1e;
      font-size: 16px;
      font-family: "open_sans_condensedbold";
      line-height: 19px;
      margin-bottom: 7px;
      padding-bottom: 9px;
      border-bottom: 2px solid #f5f6f4; }
    #contact-details .address {
      position: relative;
      display: block;
      z-index: 1;
      float: left;
      width: 40%;
      height: 350px;
      font-size: 14px;
      line-height: 18px;
      padding: 31px 30px;
      background: #fff; }
      #contact-details .address #form-route {
        display: block; }
    #contact-details .contact {
      position: relative;
      z-index: 1;
      float: left;
      width: 60%;
      height: 350px;
      padding: 31px 26px 31px 30px;
      background: #f3f0dd; }
      #contact-details .contact .header {
        border-bottom: 2px solid #000; }
        #contact-details .contact .header span {
          font-size: 14px;
          font-family: "open_sansregular"; }
    #contact-details #form-contact {
      padding-right: 57px; }
    #contact-details .contact input {
      width: 208px; }
    #contact-details .contact .btn {
      color: #fff;
      text-align: left; }
  /* Checkout stappen 320 */
  .padding-steps {
    padding-left: 0px;
    float: left; }
  #checkout-top .inner-container, #checkout-steps .inner-container, .checkout .inner-container {
    width: 768px;
    margin: 0px auto; }
  #checkout-top .logo-wrapper {
    margin: 0px auto; }
  #checkout-steps {
    width: 100%;
    color: #fff;
    background-color: #000; }
  /*
	#checkout-steps .steps{
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 10px;
}

	#checkout-steps .steps li{
	float:left;
	list-style: none;
}

	#checkout-steps .steps li a{
	display: block;
	position: relative;
	text-transform: capitalize;
	padding: 12px 40px 12px 10px;
	font-family: $font-bold;


	text-decoration: none;
	font-size: 13px;
}

	#checkout-steps .steps li a.active{}

	#checkout-steps .steps li a:after {
	content: "";
	position: absolute;
	overflow: hidden;
	display: inline-block;
	font-size: 7px; 
	width: 4em;
	height: 4em;
	margin-top: -2.1em;
	top: 50%;
	border-top: 2px solid #505143;
	border-right: 2px solid #505143;
	transform: rotate(54deg) skew(20deg);
}
	*/
  .checkout {
    min-height: 704px; }
    .checkout h1 {
      font-size: 25px;
      padding: 0 0 0 30px;
      color: #000; }
    .checkout .btn {
      width: auto;
      display: block;
      margin-top: 20px;
      padding-right: 30px; }
    .checkout article {
      padding: 0px 30px;
      float: left;
      width: 55%; }
    .checkout .select-container {
      width: 50%;
      max-width: 300px;
      float: left; }
    .checkout .select {
      max-height: 170px; }
    .checkout label {
      float: left; }
    .checkout .contact-details li {
      width: 100%; }
      .checkout .contact-details li label {
        display: inline-block;
        width: 30%;
        padding-top: 5px; }
      .checkout .contact-details li input {
        display: inline-block;
        float: left;
        width: 69%; }
    .checkout #orderInvPostal {
      width: 150px; }
    .checkout label[for="orderInvNumberAdd"] {
      width: 100px !important;
      text-align: right;
      padding-right: 10px; }
    .checkout #orderInvNumber, .checkout #orderInvNumberAdd {
      width: 63px; }
    .checkout input, .checkout div.radio {
      float: left; }
    .checkout input {
      margin-right: 8px; }
    .checkout #orderDeliveryPayment-div {
      clear: both;
      margin-left: 18px; }
  .checkout-step1 article {
    padding: 0px 20px;
    float: left;
    width: 100%;
    color: #fff; }
  .checkout-step1 .col1, .checkout-step1 .col2 {
    display: block;
    float: left;
    width: 50%; }
  .checkout-step1 .col1 {
    padding-right: 20px !important; }
  .checkout-step1 .col2 {
    padding-left: 20px !important; }
    .checkout-step1 .col2 .btn {
      margin-top: 58px; }
  .checkout-step1 .btn {
    float: right;
    margin-right: 2px; }
  .checkout-step1 hr {
    border: none;
    border-top: 1px dashed #505143;
    color: #fff;
    background-color: transparent;
    height: 1px;
    width: 100%;
    margin: 20px 0; }
  .select-store #form-order-step2-states ul.state-list {
    width: 44%;
    margin-right: 20px; }
    .select-store #form-order-step2-states ul.state-list label {
      width: 85%; }
  .checkout .sidebar {
    display: block;
    width: 300px;
    max-width: auto;
    height: auto;
    float: left;
    margin: 0px 0 0 10px;
    padding: 20px;
    clear: none; }
    .checkout .sidebar .totals-cont table {
      width: 100%; }
    .checkout .sidebar .totals-cont td {
      width: 75%; }
    .checkout .sidebar .totals-cont .value {
      text-align: right;
      float: right;
      min-width: 65px; }
  /* Footer 768 */
  #footer {
    position: relative;
    padding: 20px 26px 16px; }
    #footer .menu-cont {
      margin-bottom: 20px; }
  .footer-list {
    float: left;
    width: 25%;
    border: none; }
    .footer-list:first-child, .footer-list li a:before {
      display: none; }
    .footer-list .header {
      font-size: 25px;
      padding-left: 0;
      margin-bottom: 12px; }
      .footer-list .header:before {
        display: none; }
    .footer-list li {
      display: block;
      line-height: 22px;
      padding-left: 0; }
      .footer-list li a {
        padding-left: 0; }
  #footer .header {
    display: block;
    cursor: text;
    height: 25px;
    color: #fff;
    font-size: 25px;
    font-family: "open_sans_condensedbold";
    line-height: 24px; }
  #social-btns {
    float: left;
    width: 32%;
    padding-right: 46px; }
    #social-btns li {
      margin-top: 15px; }
      #social-btns li:first-child {
        margin-top: 0; }
      #social-btns li a {
        margin-bottom: 4px; }
  .facebook-likes {
    width: 105px;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
    margin-left: 22px;
    margin-bottom: 6px;
    padding-left: 15px;
    background-position: -206px -303px; }
    .facebook-likes:before {
      left: -22px;
      width: 16px;
      background-position: -367px -297px; }
  #social-btns .pinterest {
    display: block;
    width: 31px;
    height: 31px;
    background-position: -400px -298px; }
  #social-btns li p {
    width: 130px; }
  #footer .fields .half {
    float: left;
    width: 54%;
    margin-left: 4%; }
    #footer .fields .half:first-child {
      width: 42%;
      margin-left: 0; }
  #form-newsletter {
    float: left;
    width: auto;
    padding-right: 50px; }
    #form-newsletter .shop-label {
      padding-right: 10px; }
    #form-newsletter .header {
      margin-bottom: -6px; }
      #form-newsletter .header.inline {
        display: inline;
        margin-right: 15px; }
    #form-newsletter .btn {
      float: right; }
    #form-newsletter .btn-small {
      display: none; }
    #form-newsletter .required-label {
      display: block;
      width: 100%;
      text-align: right;
      margin-top: 8px; }
    #form-newsletter .select-container {
      float: right;
      width: 254px;
      text-transform: uppercase; }
    #form-newsletter .desc {
      display: block;
      margin-bottom: 6px; }
    #form-newsletter .email {
      color: #000;
      font-size: 14px;
      font-family: "open_sansregular";
      padding: 6px 8px;
      border: 1px solid #f2f2f2;
      background: #fff; }
      #form-newsletter .email::-webkit-input-placeholder, #form-newsletter .email:-moz-placeholder, #form-newsletter .email::-moz-placeholder, #form-newsletter .email:-ms-input-placeholder {
        color: #858585; }
    #form-newsletter.mailchimp {
      width: 68%;
      max-width: 444px; }
      #form-newsletter.mailchimp input {
        border: 1px solid #f2f2f2;
        padding: 6px 8px;
        width: 100%;
        color: #000;
        font-family: "open_sansregular";
        outline: none;
        background: #fff; }
      #form-newsletter.mailchimp .mc-field-group {
        float: left;
        width: 48%;
        margin-left: 4%; }
        #form-newsletter.mailchimp .mc-field-group.email-cont, #form-newsletter.mailchimp .mc-field-group:first-child {
          margin-left: 0; }
      #form-newsletter.mailchimp .btn {
        width: 48%;
        height: 31px;
        padding-top: 5px; }
  #footer .copyright-info {
    height: 70px;
    color: #fff;
    font-size: 11px;
    line-height: 1.3em;
    margin-top: 5px; }
    #footer .copyright-info:after {
      left: -10px;
      right: auto;
      bottom: 0;
      width: 82px;
      height: 70px;
      background-position: -182px -46px; }
    #footer .copyright-info .copyright {
      display: block;
      margin-left: 0; }
      #footer .copyright-info .copyright .mobile-delete {
        display: inline; }
    #footer .copyright-info a {
      color: #fff; }
    #footer .copyright-info .social-media-icons {
      text-align: right;
      padding-right: 20px; }
    #footer .copyright-info .socialmedia {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 0 10px; }
      #footer .copyright-info .socialmedia.facebook {
        background-position: -360px -297px; }
      #footer .copyright-info .socialmedia.pinterest {
        background-position: -400px -298px; }
      #footer .copyright-info .socialmedia.instagram {
        background-position: -443px -298px; } }

/* Landscape */
@media screen and (min-width: 1024px) {
  #toggle-subnav {
    display: none; }
  #tpl-default.home #page-header {
    margin-bottom: 5px; }
  #tpl-default.home .grid-row-flex {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    padding: 0px 10px; }
  #tpl-default.home .grid-column {
    position: relative;
    margin: 5px;
    padding: 10px;
    color: #000;
    background-size: cover;
    padding-top: 20%;
    flex: 1; }
  #tpl-default.home .grid-block-label {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center; }
    #tpl-default.home .grid-block-label .title {
      display: inline-block;
      text-transform: uppercase;
      font-weight: bold;
      padding: 10px 20px;
      background-color: rgba(255, 255, 255, 0.8); }
  #tpl-default.home .newsletter-wrapper > div {
    position: relative;
    display: block;
    clear: both;
    text-align: center; }
  #tpl-default.home .newsletter-wrapper .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding-top: 3%; }
  #tpl-default.home .newsletter-wrapper .content {
    padding: 1%; }
    #tpl-default.home .newsletter-wrapper .content #form-newsletter {
      float: none;
      padding-right: 0;
      margin: 0 auto;
      width: 100%;
      max-width: 400px; }
  #tpl-default.home .balancecheck-wrapper .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding-top: 4%; }
  #tpl-default.home .grid-column-sm {
    display: inline-block;
    display: flex;
    width: 25%; }
  #tpl-default.home .grid-column-newsletter, #tpl-default.home .grid-column-md {
    display: inline-block;
    display: flex;
    width: 50%; }
  #tpl-default.home .grid-column-lg {
    display: inline-block;
    display: flex;
    width: 75%; }
  #tpl-default.home .grid-column-full {
    display: inline-block;
    display: flex;
    width: 100%; }
  /*	New homepage layout  */
  /*
	#tpl-default.home .grid-column-newsletter{
	padding:0;
	height: 400px;
}
	*/ }

/* Smaller width than 1280 for 13" Macbooks (scrollbar takes up x pixels) */
@media screen and (min-width: 1260px) {
  body.topbar-active .fixed-bar {
    text-align: center;
    padding: 8px 0 6px 0; }
  .desktop-add {
    display: block; }
  .desktop-delete {
    display: none; }
  .infowindow.dark {
    width: 340px; }
  #foldout {
    position: fixed;
    overflow: visible;
    display: block !important;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: transform 0.5s ease;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    /*
		-webkit-transform: 	translate3d(100%, 0, 0);
		-moz-transform: 	translate3d(100%, 0, 0);
		-ms-transform: 		translate3d(100%, 0, 0);
		-o-transform: 		translate3d(100%, 0, 0);
		transform: 			translate3d(100%, 0, 0);
		*/ }
    #foldout.open {
      /*
			-webkit-transform: 	translate3d(0%, 0, 0);
			-moz-transform: 	translate3d(0%, 0, 0);
			-ms-transform: 		translate3d(0%, 0, 0);
			-o-transform: 		translate3d(0%, 0, 0);
			transform: 			translate3d(0%, 0, 0);
			*/ }
    #foldout:before {
      position: absolute;
      display: block;
      content: '';
      z-index: -1;
      top: 0;
      left: 0;
      width: 30%;
      height: 100%;
      background: #000; }
  .dateofbirth {
    float: right;
    display: block;
    width: 68%; }
  .checkout .contact-details .dateofbirth {
    width: 69%;
    margin-right: 8px; }
  #header-mobile {
    transition: all 0.5s ease; }
  #foldout.open #header-mobile {
    width: 20%;
    margin-left: 0 !important; }
  #foldout .col1, #foldout .col2:before {
    width: 26.4%;
    margin-left: 20%; }
  /*
	html.no-cssanimations #foldout {
	margin-right: -74.2%;
	transition: none;
	-webkit-transform:  none;
	-moz-transform: 	none;
	-ms-transform: 		none;
	-o-transform: 		none;
	transform: 			none;
}
	html.no-cssanimations #foldout.open {
	margin-right: 0;
}
	*/
  .foldout-title {
    width: 221px;
    padding-left: 37px; }
    .foldout-title.user:after {
      top: 66px; }
    .foldout-title.cart:after {
      top: 123px; }
    .foldout-title.wishlist:after {
      top: 173px; }
    .foldout-title .icon:before {
      display: none; }
  #foldout .col1 .inner {
    padding: 37px 0 0 36px; }
  #foldout .col1 .pag-desc {
    height: auto; }
  #foldout .col1 .submenu {
    width: 84%; }
    #foldout .col1 .submenu li a {
      padding-top: 12px; }
      #foldout .col1 .submenu li a.active {
        position: relative; }
  #foldout .col2 {
    overflow-x: hidden;
    overflow-y: auto;
    /*			width: 50.5%;*/
    width: 53.6%;
    padding: 56px 44px 56px 42px; }
    #foldout .col2 .tip {
      text-align: center; }
      #foldout .col2 .tip strong {
        float: none;
        font-size: 25px; }
      #foldout .col2 .tip .content {
        float: none;
        display: inline-block; }
  #foldout #registerInitials {
    width: 35%; }
  #login-register .register li.gender {
    z-index: 10;
    width: 32%;
    margin-left: 68%; }
  #login-register .orders {
    padding-top: 0; }
  #shopping-cart .usps {
    width: 100%; }
    #shopping-cart .usps li {
      width: 50%; }
      #shopping-cart .usps li:before {
        font-size: 40px; }
  #shopping-cart .your-order .options .expand {
    margin-bottom: 36px; }
  #foldout .product-list {
    margin-top: 36px; }
    #foldout .product-list th.tablet-delete,
    #foldout .product-list td.tablet-delete {
      display: table-cell; }
    #foldout .product-list .desc {
      background: none; }
    #foldout .product-list .amount {
      background: #cac4a9; }
  #shopping-cart .complete-order .close-foldout {
    margin-left: 23px; }
  #shopping-cart .complete-order .subtotals {
    width: 44%; }
  #shopping-cart .complete-order .total {
    float: right;
    width: 44%;
    margin-right: 45px; }
  #shopping-cart .slidedown {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 64px;
    padding-right: 12px;
    border: none;
    background: #4f5042; }
  #shopping-cart .your-order .slidedown {
    top: 24px;
    right: 42px; }
  #shopping-cart .contact-details {
    width: 69.5%; }
  #shopping-cart .complete-order .delivery-options, #shopping-cart .complete-order .totals-cont {
    margin-right: -44px; }
  #shopping-cart .delivery {
    width: 48.4%; }
    #shopping-cart .delivery:after {
      display: block;
      top: -4px;
      right: -26px;
      border-top-color: transparent;
      border-left-color: #818b75; }
  #shopping-cart .payment {
    width: 51.6%; }
    #shopping-cart .payment:after {
      right: -3px;
      height: 346px; }
  label[for=orderDelivery4] .desc {
    padding-left: 23px; }
  #wishlist .share-buttons li a {
    width: 40px;
    height: 30px; }
    #wishlist .share-buttons li a.twitter {
      background-position: -1241px -1249px; }
    #wishlist .share-buttons li a.facebook {
      background-position: -1316px -1248px; }
    #wishlist .share-buttons li a.whatsapp {
      background-position: -1387px -1249px; }
    #wishlist .share-buttons li a.email {
      background-position: -1458px -1249px; }
  #foldout label[for=orderInvNumberAdd] {
    padding-left: 6px; }
  #foldout .postalRow {
    z-index: 1;
    width: 30%;
    margin-left: 70%; }
    #foldout .postalRow label[for=orderInvPostal]:first-child {
      width: 52%; }
  #foldout #orderInvPostal {
    width: 48%; }
  #foldout .your-wishlist {
    margin-right: -63px; }
  #wishlist .close-foldout {
    padding-right: 26px; }
  #foldout .your-wishlist .product-list th.tablet-delete, #foldout .your-wishlist .product-list td.tablet-delete {
    display: table-cell; }
  #language-list {
    margin-top: -26px;
    margin-right: 36px; }
  #search {
    position: fixed;
    top: 140px;
    left: auto;
    right: 6%;
    width: 764px;
    height: 514px; }
    #search.fixed {
      position: fixed; }
    #search .close {
      z-index: 2;
      top: 15px;
      right: 15px;
      width: 22px;
      height: 22px;
      text-decoration: none; }
      #search .close:before {
        color: #fff;
        font-size: 1.4em; }
  #foldout-search-results td {
    padding: 14px 20px; }
    #foldout-search-results td .ov-logo {
      width: 52px;
      height: 42px;
      background-position: -2148px 0; }
    #foldout-search-results td:first-child {
      width: 80px;
      padding: 14px 5px; }
    #foldout-search-results td .img {
      width: 70px; }
    #foldout-search-results td img {
      height: 92px; }
  #form-foldout-search {
    background-color: #000;
    right: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    #form-foldout-search:after {
      display: none; }
    #form-foldout-search .search-cont {
      left: -551px; }
      #form-foldout-search .search-cont label[for="foldoutSearchQuery"] {
        margin-bottom: 5px; }
  #foldout-search-results {
    left: 0;
    right: 0; }
  #search.scrolled {
    position: fixed;
    top: 197px;
    left: auto;
    right: 66px; }
    #search.scrolled:before {
      top: -41px;
      right: 20px;
      bottom: auto;
      border-right-color: transparent;
      border-bottom-color: #62684c; }
    #search.scrolled #form-foldout-search {
      left: 0;
      right: auto;
      -webkit-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.25);
      -moz-box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.25);
      box-shadow: 5px 0px 5px 0px rgba(50, 50, 50, 0.25); }
    #search.scrolled #foldout-search-results {
      left: auto;
      right: 0; }
    #search.scrolled #form-foldout-search .search-cont {
      left: 100%; }
  #forgot-password {
    margin-top: 28px; }
  .state-selector .all-results {
    overflow: hidden;
    overflow-y: auto;
    left: 50%;
    width: 1120px;
    margin-left: -560px; }
  .state-selector .all-results-list ul {
    width: 33.33%; }
  #canada-selector.state-selector .all-results-list ul {
    width: 50%; }
  #current-media {
    width: 1280px; }
  .mobile-add {
    display: none; }
  .tablet-delete, .desktop-add {
    display: block; }
  #back-to-top {
    right: 0;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    #back-to-top.active {
      -webkit-transform: translate3d(-48px, 0, 0);
      -moz-transform: translate3d(-48px, 0, 0);
      -ms-transform: translate3d(-48px, 0, 0);
      -o-transform: translate3d(-48px, 0, 0);
      transform: translate3d(-48px, 0, 0); }
  .roundbtn:before {
    top: 20px;
    left: 50%;
    width: 88px;
    height: 68px;
    margin-left: -43px;
    background-position: 0 -591px; }
  .overzicht .roundbtn:before {
    left: 45%; }
  .roundbtn.find:before {
    background-position: -107px -679px; }
  .roundbtn.location:before {
    background-position: -211px -592px; }
  .roundbtn.recepy:before {
    background-position: -1px -679px; }
  .roundbtn.gift:before {
    background-position: 5px -133px;
    width: 63px;
    height: 49px; }
  .roundbtn.book:before {
    background-position: -1px -591px; }
  .roundbtn.cart:before {
    background-position: -212px -679px; }
  .roundbtn.world:before {
    background-position: -211px -505px; }
  .google-tour {
    height: 538px; }
  /* Header 1440 */
  html.no-cssanimations #header-navigation-cont {
    margin-top: -122px;
    transition: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  #header-navigation-cont {
    z-index: 500;
    position: fixed;
    transition: all 0.25s ease;
    -webkit-overflow-scrolling: touch; }
    #header-navigation-cont .logo {
      width: 205px;
      height: 39px;
      margin-top: 15px;
      margin-bottom: 15px;
      background-position: -355px -39px; }
    #header-navigation-cont hr {
      position: relative;
      left: -20px;
      width: 332px;
      height: 1px;
      margin-bottom: 13px;
      background: #3d3a2b; }
  #header-mobile {
    display: none;
    z-index: 520;
    right: 0;
    /* 			transition: all 0.5s ease; */ }
    #header-mobile.open {
      /* 			right: 791px; */ }
    #header-mobile:after {
      display: none; }
    #header-mobile a span.hidden {
      display: block; }
  #header-navigation {
    text-align: center; }
    #header-navigation li:after {
      width: 30px;
      height: 30px;
      margin-top: -17px; }
  #desktop-navigation li:after {
    width: 30px;
    height: 30px;
    margin-top: -17px; }
  #header-navigation li.home a {
    position: relative;
    top: -16px;
    font-size: 18px; }
  #header-navigation li.last-tablet {
    margin-left: -4px; }
  #header-navigation li.home:after {
    display: none; }
  #header-navigation a {
    color: #000;
    text-align: left;
    line-height: 0.9em;
    /* 					padding: 0 56px 0 34px; */
    padding: 0 40px 0 34px; }
  #desktop-navigation a {
    color: #000;
    text-align: left;
    line-height: 0.9em;
    /* 					padding: 0 56px 0 34px; */
    padding: 0 40px 0 34px;
    width: 105%;
    padding: 0 0px 0 39px; }
  #header-navigation a .subtitle, #desktop-navigation a .subtitle {
    display: block;
    width: auto;
    color: #707070;
    font-size: 11px;
    font-family: Arial;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 3px; }
  #header-navigation li.active a .subtitle, #header-navigation li:hover a .subtitle {
    color: #b2b2b2; }
  #desktop-navigation li.active a .subtitle, #desktop-navigation li:hover a .subtitle {
    color: #b2b2b2; }
  #header-mobile {
    position: absolute;
    display: block;
    bottom: 0;
    width: 48px;
    height: 100%;
    padding: 0;
    background: #fff;
    -webkit-box-shadow: 2px 0px 14px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 0px 14px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 0px 14px 0px rgba(0, 0, 0, 0.35); }
    #header-mobile.loaded {
      width: 20%; }
    #header-mobile li {
      display: block;
      width: 48px;
      margin-top: 22px;
      margin-left: 0; }
      #header-mobile li.mobile-delete {
        margin-top: 0; }
        #header-mobile li.mobile-delete:after {
          position: absolute;
          display: block;
          content: '';
          top: 48px;
          left: 0;
          width: 100%;
          border-bottom: 2px solid #cac4a9; }
    #header-mobile a {
      display: block;
      opacity: 1;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      #header-mobile a.lang {
        height: 50px;
        border-bottom: 2px solid #cac4a9;
        margin-bottom: 3px; }
        #header-mobile a.lang span {
          padding-top: 0;
          line-height: 50px;
          font-size: 16px; }
          #header-mobile a.lang span.label {
            top: 0; }
      #header-mobile a.account {
        margin: 0 auto; }
        #header-mobile a.account.wide span.label {
          display: block; }
      #header-mobile a.wishlist {
        margin: 0 auto; }
      #header-mobile a.account {
        background-position: -144px -220px; }
      #header-mobile a.cart {
        background-position: -183px -217px; }
      #header-mobile a.wishlist {
        background-position: -220px -217px; }
      #header-mobile a span {
        display: block;
        width: 100%;
        color: #000;
        font-size: 12px;
        text-align: center;
        padding-left: 0; }
        #header-mobile a span.label {
          position: absolute;
          left: 79px;
          top: 10px;
          font-size: 20px;
          font-family: "open_sans_condensedbold"; }
  #desktop-navigation-cont {
    position: absolute;
    z-index: 25;
    float: left;
    width: 208px;
    height: 704px;
    color: #fff;
    padding: 78px 16px 42px;
    margin-top: -42px;
    background: #1f1f1f; }
    #desktop-navigation-cont:before {
      position: absolute;
      display: block;
      z-index: -1;
      content: '';
      left: 0;
      right: 42px;
      bottom: -42px;
      height: 42px;
      background: #1f1f1f; }
    #desktop-navigation-cont:after {
      z-index: -1;
      top: 100%;
      right: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-top-color: #1f1f1f;
      border-width: 42px;
      margin-left: -42px; }
    #desktop-navigation-cont hr {
      border: none;
      height: 1px;
      margin: 7px -16px 34px;
      background: #000; }
    #desktop-navigation-cont .home {
      display: block;
      width: 84px;
      height: 73px;
      margin: 0 auto 10px;
      background-position: -182px -45px; }
    #desktop-navigation-cont .title {
      display: inline-block;
      width: 102%;
      font-size: 20px;
      font-family: "open_sans_condensedbold"; }
  #desktop-navigation {
    padding: 0 10px; }
    #desktop-navigation li {
      position: relative;
      width: 100%;
      margin-top: 23px;
      margin-right: 0; }
      #desktop-navigation li:first-child {
        margin-top: 0; }
      #desktop-navigation li.zoeken {
        margin-top: 31px; }
        #desktop-navigation li.zoeken a {
          position: relative;
          width: 100%;
          padding-top: 36px;
          padding-bottom: 36px; }
      #desktop-navigation li:after {
        margin-top: -16px; }
      #desktop-navigation li.zoeken:after, #desktop-navigation li.zoeken:hover:after {
        left: -10px;
        width: 32px;
        height: 32px;
        margin-top: -18px;
        background-position: -448px -298px; }
      #desktop-navigation li.zoeken a:before {
        position: absolute;
        display: block;
        content: '';
        height: 1px;
        top: 0;
        left: -26px;
        right: -26px;
        background: #000; }
      #desktop-navigation li.zoeken a:after {
        position: absolute;
        display: block;
        content: '';
        height: 1px;
        top: 0;
        left: -26px;
        right: -26px;
        background: #000;
        top: auto;
        bottom: 0; }
    #desktop-navigation a {
      font-size: 14px;
      padding-right: 0; }
      #desktop-navigation a .subtitle {
        font-size: 13px;
        font-family: "open_sansregular"; }
  #desktop-navigation-sub {
    padding-top: 22px;
    padding-left: 16px; }
    #desktop-navigation-sub a {
      color: #707070;
      text-decoration: none; }
      #desktop-navigation-sub a:hover {
        text-decoration: underline; }
  #scrollto-home {
    position: absolute;
    display: block;
    z-index: 200;
    top: 620px;
    left: 166px;
    width: 84px;
    height: 84px; }
    #scrollto-home:before {
      border: solid transparent;
      height: 0;
      width: 0;
      content: '';
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-bottom-color: #968754;
      border-width: 42px;
      z-index: 200; }
    #scrollto-home:after {
      position: absolute;
      display: block;
      content: '';
      top: 57px;
      left: 50%;
      width: 22px;
      height: 22px;
      margin-left: -11px;
      background-position: -40px -269px;
      z-index: 201; }
  #carousel-header, #header-content {
    z-index: 10;
    float: right;
    height: 704px;
    margin-left: -208px;
    padding-left: 0px; }
  #main {
    padding-top: 0;
    padding-right: 48px;
    padding-top: 115px; }
    #main:after {
      position: fixed;
      display: block;
      content: '';
      z-index: 10;
      top: 0;
      right: 0;
      bottom: 0;
      width: 48px;
      height: 100%;
      background: #000; }
  body[data-placedorder] #main:after {
    display: none; }
  /* TPL Default 1440 */
  #tpl-default #header-content {
    height: 390px; }
    #tpl-default #header-content .content {
      padding-top: 112px;
      padding-left: 124px; }
      #tpl-default #header-content .content h2 {
        margin-bottom: 11px; }
      #tpl-default #header-content .content iframe {
        width: 436px;
        height: 268px; }
  #tpl-default .top-header {
    background-color: #9d9189; }
    #tpl-default .top-header .head {
      font-size: 22px;
      padding-top: 110px; }
    #tpl-default .top-header.empty .head {
      height: 119px; }
      #tpl-default .top-header.empty .head:before {
        bottom: -82px;
        left: 225px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        content: '';
        display: block;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-top-color: #cac4a9;
        border-top-color: rgba(59, 60, 45, 0.9);
        border-right: none;
        border-width: 41px; }
      #tpl-default .top-header.empty .head:after {
        position: absolute;
        display: block;
        content: '';
        left: 255px;
        bottom: -41px;
        right: 0;
        height: 41px;
        background: #cac4a9;
        background: rgba(59, 60, 45, 0.9);
        width: auto;
        z-index: 0; }
    #tpl-default .top-header .head span {
      position: absolute;
      display: block;
      text-align: center;
      width: 100%; }
  #tpl-default.overzicht .top-header .head span {
    width: auto;
    left: 50%; }
  #tpl-default .top-header.empty .head span {
    position: relative;
    z-index: 1; }
  #tpl-default .top-header .head .sub {
    font-size: 20px;
    padding-top: 26px; }
  #tpl-default .top-header .submenu .current {
    font-size: 17px; }
    #tpl-default .top-header .submenu .current.active {
      font-size: 20px; }
  #tpl-default #header-content .google-tour {
    height: 390px; }
  #tpl-default .user-content {
    padding: 42px 96px 48px 48px; }
  /* SUBMENU START */
  /* SUBMENU END */
  #recommended {
    padding-bottom: 44px; }
    #recommended .top-header {
      margin-top: 0;
      margin-bottom: 68px;
      background: none; }
  #tpl-default.winkels.detail #recommended .top-header {
    margin-top: 0;
    margin-bottom: 68px;
    background: none; }
  #recommended .top-header:after, #tpl-default.winkels.detail #recommended .top-header:after {
    border-width: 24px;
    bottom: -48px; }
  #recommended .roundbtn:before {
    margin-left: -43px; }
  #tpl-default #recommended .head {
    padding-top: 113px;
    margin-right: 0; }
  #recommended li {
    width: 32.93%;
    height: 412px;
    margin-left: 0.6%; }
    #recommended li:first-child {
      margin-left: 0; }
    #recommended li.last {
      display: block; }
    #recommended li .desc {
      padding-top: 16px; }
      #recommended li .desc .actions {
        padding-top: 10px; }
      #recommended li .desc strong {
        font-size: 25px; }
  #tpl-default > .two-col > div {
    float: left;
    width: 50%; }
  #tpl-default.home .top-header {
    margin-top: 0; }
  /* TPL Home 1440 */
  #carousel-header-cont {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 420px; }
  .carousel-header {
    height: 420px; }
    .carousel-header .flickity-cell {
      height: 420px; }
  #carousel-gifts {
    padding-bottom: 54px;
    background-color: #9d9189; }
  #carousel-gifts .inner:after {
    display: none; }
  #carousel-gifts-prev {
    /*				display: inline !important;*/
    display: inline;
    top: 140px;
    left: 50%;
    right: 50%;
    width: 20px;
    height: 20px;
    margin-left: -25px;
    background-position: -372px -269px; }
  #carousel-gifts-next {
    /*				display: inline !important;*/
    display: inline;
    top: 140px;
    left: 50%;
    right: 50%;
    width: 20px;
    height: 20px;
    margin-left: -25px;
    background-position: -372px -269px;
    margin-left: 5px;
    background-position: 0 -269px; }
  #carousel-gifts .top-header {
    background: none; }
    #carousel-gifts .top-header .head {
      padding-top: 100px; }
  #new-recepies {
    padding-bottom: 63px;
    background: #61633e; }
  #new-stories {
    padding-bottom: 62px;
    background: #000; }
    #new-stories:after {
      display: none; }
  #new-recepies-pag {
    bottom: 16px;
    padding-left: 0; }
  #tpl-default .featured-article .top-header {
    height: 188px; }
    #tpl-default .featured-article .top-header:before {
      top: 35px; }
    #tpl-default .featured-article .top-header .head {
      padding-top: 114px; }
  #tpl-default .featured-article .inner {
    width: 101%; }
    #tpl-default .featured-article .inner:after {
      z-index: 2;
      top: -15px;
      right: -184px;
      width: 320px;
      height: 204px;
      background-position: -1011px -1997px; }
  #tpl-default #new-stories .inner:after {
    left: 176px;
    right: auto;
    width: 139px;
    height: 105px;
    margin-top: -63px;
    background-position: -430px -2094px; }
  #tpl-default.home .featured-article .image-cont {
    width: 54.5%;
    padding-left: 16px; }
  #tpl-default.home .featured-article .desc {
    width: 45.5%;
    padding-left: 16px; }
  #tpl-default.home .featured-article .image-cont:before, #tpl-default.home .featured-article .image-cont:after {
    border-width: 40px 34px; }
  #tpl-default.home .featured-article .image-cont:before {
    top: -7px; }
  #tpl-default.home .featured-article .image-cont:after {
    top: 71px; }
  #tpl-default.home .featured-article .desc:before {
    left: -34px;
    width: 34px; }
  #tpl-default.home .featured-article .desc:after {
    top: 111px;
    left: -34px;
    width: 34px; }
  #tpl-default.home .featured-article .top-header:before {
    top: 30px; }
  #google-tour .roundbtn:before {
    top: 29px; }
  #tpl-default #google-tour .top-header {
    height: 192px; }
    #tpl-default #google-tour .top-header .head.dark {
      padding-top: 112px; }
  #google-tour .top-header .head.dark .sub {
    padding-top: 26px; }
  .tours-replacement {
    width: 100%;
    height: 538px; }
  #form-find-nearby {
    padding-bottom: 58px; }
    #form-find-nearby:before {
      width: 340px;
      height: 344px;
      background-position: -1px -1856px; }
    #form-find-nearby .top-header {
      height: 115px; }
      #form-find-nearby .top-header .head {
        padding-top: 52px; }
    #form-find-nearby .intro {
      font-size: 24px;
      line-height: 29px; }
    #form-find-nearby .fields {
      padding-top: 100px;
      width: 408px; }
      #form-find-nearby .fields.roundbtn.location:before {
        top: 30px;
        width: 61px;
        height: 48px;
        margin-left: -30px;
        background-position: -305px -133px; }
      #form-find-nearby .fields li:first-child {
        width: 408px; }
      #form-find-nearby .fields input[type=text] {
        width: 408px;
        height: 40px; }
    #form-find-nearby .readmore {
      height: 40px; }
  /*	New homepage layout  */
  #tpl-default.home #page-header {
    margin-bottom: 10px; }
  #tpl-default.home .grid-row-flex {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
    padding: 0px 10px; }
  #tpl-default.home .grid-column {
    position: relative;
    margin: 10px;
    padding: 10px;
    color: #000;
    background-size: cover;
    padding-top: 20%; }
  @-moz-document url-prefix() {
    #tpl-default.home .grid-column {
      position: relative;
      margin: 10px;
      padding: 10px;
      color: #000;
      background-size: cover;
      height: 300px;
      padding-top: 20%; } }
  @supports (-ms-ime-align: auto) {
    #tpl-default.home .grid-column {
      position: relative;
      margin: 10px;
      padding: 10px;
      color: #000;
      background-size: cover;
      height: 300px;
      padding-top: 20%; } }
  #tpl-default.home .grid-block-label {
    position: absolute;
    left: 0px;
    bottom: 30px;
    width: 100%;
    text-align: center; }
    #tpl-default.home .grid-block-label .title {
      display: inline-block;
      text-transform: uppercase;
      font-weight: bold;
      padding: 10px 20px;
      background-color: rgba(255, 255, 255, 0.8); }
  #tpl-default.home .newsletter-wrapper > div {
    position: relative;
    display: block;
    clear: both;
    text-align: center; }
  #tpl-default.home .newsletter-wrapper .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding-top: 3%; }
  #tpl-default.home .newsletter-wrapper .content {
    padding: 1%; }
    #tpl-default.home .newsletter-wrapper .content #form-newsletter {
      float: none;
      padding-right: 0;
      margin: 0 auto;
      width: 100%;
      max-width: 400px; }
  #tpl-default.home .balancecheck-wrapper .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    padding-top: 7%; }
  #tpl-default.home .grid-column-sm {
    display: inline-block;
    display: flex;
    width: 25%; }
  #tpl-default.home .grid-column-newsletter, #tpl-default.home .grid-column-md {
    display: inline-block;
    display: flex;
    width: 50%; }
  #tpl-default.home .grid-column-lg {
    display: inline-block;
    display: flex;
    width: 75%; }
  #tpl-default.home .grid-column-full {
    display: inline-block;
    display: flex;
    width: 100%; }
  #tpl-default.products #header-content {
    height: 0px;
    display: none; }
  #tpl-default.products.detail #header-content {
    display: block; }
  #tpl-default.products .top-header.first {
    height: auto;
    margin-top: 0px;
    /*		background: fixed url('/gfx/parallax-left.jpg') left top no-repeat, fixed url('/gfx/parallax-right.jpg') right top no-repeat;*/
    /*		background-color: #968654;*/
    background-color: #f3f0dd; }
    #tpl-default.products .top-header.first:before {
      top: 16px; }
    #tpl-default.products .top-header.first:after {
      z-index: 1;
      top: 76px;
      left: 193px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      /*
					border-color: rgba(0,0,0,0);
					border-bottom-color: $c-sec;
					border-width: 42px;
					*/
      background-image: none; }
  #tpl-default.products.detail .top-header.first:after {
    z-index: 1;
    top: 76px;
    left: 193px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /*
				border-color: rgba(0,0,0,0);
				border-bottom-color: $c-sec;
				border-width: 42px;
				*/
    background-image: none; }
  #tpl-default.products .top-header .head {
    padding-top: 33px;
    height: 15px;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.9); }
  #tpl-default.products.detail .top-header .head {
    padding-top: 112px;
    height: 100%; }
    #tpl-default.products.detail .top-header .head span {
      width: 100%;
      left: auto; }
  /*
	#tpl-default.home .grid-column-newsletter{
	padding:0;
	height: 400px;
}
	*/
  /* TPL Cadeaus 768 */
  #filters-gifts {
    position: relative;
    display: block;
    /*			padding-left: 237px;*/
    padding-right: 0;
    background: none;
    box-shadow: none;
    padding: 0 20px; }
    #filters-gifts > ul:not(.categorieen),
    #filters-gifts > div:not(.categorieen) {
      display: block;
      float: left;
      width: 20%;
      margin: 0;
      padding-left: 20px; }
      #filters-gifts > ul:not(.categorieen):nth-child(odd),
      #filters-gifts > div:not(.categorieen):nth-child(odd) {
        padding-left: 20px; }
      #filters-gifts > ul:not(.categorieen):nth-child(even),
      #filters-gifts > div:not(.categorieen):nth-child(even) {
        padding-right: 0px; }
      #filters-gifts > ul:not(.categorieen) > li,
      #filters-gifts > div:not(.categorieen) > li {
        width: 100%; }
      #filters-gifts > ul:not(.categorieen).search-functions,
      #filters-gifts > div:not(.categorieen).search-functions {
        float: left;
        height: auto;
        clear: none; }
        #filters-gifts > ul:not(.categorieen).search-functions input,
        #filters-gifts > div:not(.categorieen).search-functions input {
          margin-top: 0px; }
        #filters-gifts > ul:not(.categorieen).search-functions .search-btn,
        #filters-gifts > div:not(.categorieen).search-functions .search-btn {
          top: 0;
          right: 0; }
    #filters-gifts > .filter-column {
      display: block; }
      #filters-gifts > .filter-column:not(.categorieen) {
        width: 20%;
        padding-left: 20px; }
        #filters-gifts > .filter-column:not(.categorieen) ul li {
          margin: 0; }
        #filters-gifts > .filter-column:not(.categorieen).taste-experience:before {
          right: 20px; }
      #filters-gifts > .filter-column.categorieen > div {
        width: auto;
        margin: 0 5px 10px 5px; }
  .reset-all-label {
    position: relative;
    top: 0px;
    right: -4px;
    display: inline-block;
    font-size: 14px;
    font-family: "open_sans_condensedbold";
    padding: 0;
    padding: 1px 8px 1px 8px;
    margin: 10px 5px 10px 5px;
    float: right;
    height: 26px;
    cursor: pointer;
    vertical-align: top; }
  .fold-filter-btn {
    display: none; }
  #form-filter-gifts, #form-filter-products, #form-filter-recipies {
    position: relative;
    left: 0;
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    /*				background: #000;*/
    /*				background: rgba( 0,0,0,0.9);*/ }
  #form-filter-gifts li.show-all, #form-filter-products li.show-all, #form-filter-recipies li.show-all {
    top: -68px;
    left: 50%;
    width: 63px;
    height: 49px;
    margin-left: -26px;
    z-index: 999; }
  #form-filter-gifts li.show-all .btn, #form-filter-products li.show-all .btn, #form-filter-recipies li.show-all .btn {
    line-height: 26px;
    top: 0; }
  #form-filter-gifts li, #form-filter-products li, #form-filter-recipies li {
    width: 214px; }
  #form-filter-gifts > ul > li > input, #form-filter-gifts > ul > li > .btn {
    height: auto; }
  #form-filter-products > ul > li > input, #form-filter-products > ul > li > .btn {
    height: auto; }
  #form-filter-recipies > ul > li > input, #form-filter-recipies > ul > li > .btn {
    height: auto; }
  #toggle-filters {
    height: auto;
    line-height: 32px; }
  .form-filter input[type=search] {
    padding: 4px 8px; }
  input[type=text], input[type=number], input[type=email], input[type=password] {
    padding: 4px 8px; }
  textarea {
    padding: 4px 8px; }
  #filters-gifts ul.clear {
    clear: none; }
  #filters-gifts ul.sub {
    margin-bottom: 0;
    padding-left: 235px; }
    #filters-gifts ul.sub:before {
      right: 10px; }
  #filters-gifts li.header {
    font-size: 15px; }
  #filters-gifts .results {
    display: none; }
  #product-results .box {
    width: 25%;
    height: 350px;
    padding-bottom: 50px; }
    #product-results .box.wide-h {
      width: 50%; }
    #product-results .box.wide-v {
      height: 696px; }
    #product-results .box .overlay-image {
      height: 100%; }
  .product-overlay {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px; }
    .product-overlay.recipe {
      padding-top: 50px;
      padding-left: 30px;
      padding-right: 30px; }
    .product-overlay .overlay-intro {
      height: 190px; }
      .product-overlay .overlay-intro .intro-text {
        height: 106px; }
  #product-results .box.wide-h .overlay-intro {
    height: 184px; }
  #product-results .box.wide-v .overlay-intro {
    height: 520px; }
  .product-overlay .overlay-title {
    padding-bottom: 12px; }
  #product-results.recepies .overlay-intro {
    height: 106px; }
  #product-results.cadeaus .overlay-intro, #product-results.producten .overlay-intro {
    height: 210px; }
  .product-overlay .overlay-actions {
    left: 20px;
    right: 20px;
    bottom: 20px;
    height: 50px; }
  .product-overlay .overlay-price {
    position: relative;
    float: left;
    padding-left: 30px; }
    .product-overlay .overlay-price:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      left: 0;
      width: 20px;
      height: 20px;
      margin-top: -12px;
      background-position: -273px -221px; }
    .product-overlay .overlay-price span {
      display: none; }
    .product-overlay .overlay-price .hidden {
      display: inline; }
  .product-overlay .instore-price {
    position: relative;
    float: left;
    padding-left: 0px; }
    .product-overlay .instore-price:hover {
      text-decoration: none; }
    .product-overlay .instore-price span {
      display: none; }
    .product-overlay .instore-price .hidden {
      display: inline; }
  .product-overlay .overlay-wishlist {
    display: none;
    float: left;
    color: #cac4a9;
    margin-left: 14px;
    padding-right: 0; }
  .product-overlay .pinterest {
    display: block;
    float: left;
    color: #cac4a9;
    margin-left: 14px;
    padding-right: 0; }
    .product-overlay .pinterest.noshop {
      margin-left: 0; }
  #product-results .overlay-stats {
    text-align: center;
    padding: 12px 0 17px;
    margin-bottom: 19px; }
    #product-results .overlay-stats li {
      display: inline-block;
      margin-right: 14px; }
  .product-overlay .overlay-price-inline {
    position: relative;
    top: -5px;
    display: inline-block;
    float: left;
    color: #cac4a9;
    font-size: 18px;
    font-family: "open_sans_condensedbold";
    /*				margin-bottom: 32px;*/ }
  .product-overlay .close {
    display: none; }
  #product-results .spacer {
    width: 25%;
    height: 800px; }
    #product-results .spacer.light:before {
      top: 145px;
      width: 252px;
      height: 484px;
      background-position: -213px -68px; }
    #product-results .spacer.medium:before {
      top: 248px;
      width: 219px;
      height: 402px;
      background-position: -210px -572px; }
    #product-results .spacer.dark:before {
      top: 218px;
      width: 252px;
      height: 420px;
      background-position: -227px -1012px; }
  #loader {
    height: 147px;
    font-size: 15px;
    padding-top: 91px; }
  .spinner {
    top: 40px;
    width: 43px;
    height: 42px;
    background-position: -962px -285px; }
  /* TPL Cadeaus detail 1440 */
  #carousel-header li {
    width: 1367px;
    height: 440px;
    /*			left: -418px;*/ }
  #carousel-header-products {
    right: 252px;
    width: 350px; }
    #carousel-header-products:before {
      top: 84px;
      width: 484px;
      height: 590px;
      margin-left: -242px;
      background-position: -503px -214px; }
  #carousel-header-pag {
    top: 18px;
    right: 28px; }
  #carousel-header-products .details-product {
    bottom: 78px;
    width: 236px;
    height: 442px;
    margin-left: -118px; }
  #carousel-header-products .details-inner {
    height: 229px;
    background-image: url("/gfx/home-slider-large.svg"); }
  html.no-svg #carousel-header-products .details-inner {
    background-image: url("/gfx/home-slider-large.png"); }
  #carousel-header-products .details-inner > div {
    width: 190px;
    overflow: visible; }
  #carousel-header-products .details .logo {
    width: 100%;
    font-size: 24px;
    padding-top: 12px; }
    #carousel-header-products .details .logo span {
      font-size: 39px; }
  #carousel-header-products .details .intro {
    height: 4.5em;
    line-height: 1.5em;
    padding: 0;
    margin-left: -32px;
    margin-right: -32px; }
  #carousel-header-products .details .readmore {
    font-size: 15px; }
  #tpl-default.products.detail #header-content .image-cont {
    width: 42%;
    height: 684px;
    cursor: default; }
  #tpl-default.products.detail .product-recipe {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1; }
  #tpl-default.products.detail #header-content .product-info {
    width: 58%;
    height: 684px;
    margin-bottom: 0; }
    #tpl-default.products.detail #header-content .product-info .inner {
      position: relative;
      width: 400px;
      padding-top: 50px;
      padding-left: 25px;
      padding-right: 52px;
      padding-bottom: 0 !important;
      margin-left: 0;
      z-index: 99;
      padding-bottom: 57px; }
      #tpl-default.products.detail #header-content .product-info .inner .border:before {
        top: 109px;
        left: -23px;
        border-width: 0 43px 43px;
        margin-left: -63px; }
      #tpl-default.products.detail #header-content .product-info .inner .border:after {
        top: 109px;
        left: -23px;
        border-width: 0 43px 43px;
        margin-left: -63px;
        top: 149px;
        border-width: 43px 43px 0; }
  #tpl-default.products.detail #header-content h2 {
    margin-bottom: 16px; }
  #tpl-default.products.detail #header-content .image {
    width: 90%;
    height: 576px;
    margin-top: -308px;
    margin-left: -42%; }
  #tpl-default.products.detail #header-content .desc {
    font-size: 13px;
    margin-bottom: 10px; }
  #tpl-default.products.detail #header-content .rating-cont {
    margin-bottom: 20px; }
  #tpl-default.products.detail #header-content .stars span {
    font-size: 15px;
    padding-top: 4px; }
  #tpl-default.products.recepten.detail #header-content .stars span {
    position: relative;
    left: 0; }
  #header-content .product-info .extra.top {
    position: relative;
    z-index: 1;
    float: right;
    width: 72px;
    margin-top: -40px; }
  #tpl-default.products.detail #header-content hr {
    clear: both; }
  #header-content .product-info .recipe-list {
    padding-bottom: 20px;
    border-bottom: 1px solid #9aa389; }
    #header-content .product-info .recipe-list li {
      width: 50%; }
  .stars a {
    width: 22px;
    height: 21px;
    background-position: -497px -222px; }
    .stars a.full {
      background-position: -459px -222px; }
  #tpl-default.products.detail #header-content .back {
    top: 20px; }
  #tpl-default.products.detail #header-content .social-list {
    top: 42px; }
  .social-list li {
    margin-left: 0px; }
  #form-addtocart .fields {
    padding: 26px 0; }
    #form-addtocart .fields.small {
      padding: 14px 0 0; }
    #form-addtocart .fields .size {
      margin-bottom: 8px; }
  #tpl-default.products.producten.detail #form-addtocart .submit {
    margin: 10px 0 10px; }
  #tpl-default.products.detail #header-content .extra-actions {
    margin-top: 20px; }
  #tpl-default.products.producten.detail #header-content .extra-actions {
    margin-top: 22px; }
  #tpl-default.products.detail #header-content .extra-actions span.header, #tpl-default.products.detail #header-content .extra-actions a {
    font-size: 15px;
    margin-top: 10px; }
  #tpl-default.products.detail .top-header.first:before {
    top: 14px; }
  #tpl-default.products.detail .top-header.first:after {
    border-bottom-color: #fff; }
  #tpl-default.products.detail .top-header.first .head {
    padding-top: 85px; }
    #tpl-default.products.detail .top-header.first .head:before, #tpl-default.products.detail .top-header.first .head:after {
      display: none; }
  #tpl-default.worlds .top-header .bg-left, #tpl-default.worlds .top-header .bg-right, #tpl-default.worlds .top-header.first:after {
    /* 	#tpl-default.products .top-header.first:after, */
    /* 	#tpl-default.products.detail .top-header.first:after { */
    display: none; }
  #tpl-default.products .top-header .bg-left, #tpl-default.products .top-header .bg-right {
    /* 	#tpl-default.products .top-header.first:after, */
    /* 	#tpl-default.products.detail .top-header.first:after { */
    display: none; }
  #tpl-default.products.cadeaus.detail .product-info, #tpl-default.products.detail .product-info {
    padding-bottom: 0;
    background: #fff; }
  #tpl-default.products.cadeaus.detail .product-info.bgcover {
    padding-bottom: 0; }
  #tpl-default.products.detail .product-info.bgcover {
    padding-bottom: 0; }
  #tpl-default.products.detail .product-info .content {
    float: left;
    width: 35%;
    min-height: 434px;
    background: #fff; }
  #tpl-default.products.detail .product-info > .detail {
    float: left;
    width: 65%;
    padding-bottom: 56px;
    background: none; }
  #tpl-default.products.cadeaus.detail .product-info > .detail {
    padding-bottom: 0; }
  #tpl-default.products.detail .top-header {
    margin-top: 0; }
  #tpl-default.products.detail .product-info {
    position: relative; }
    #tpl-default.products.detail .product-info .inner {
      padding-left: 48px;
      padding-bottom: 84px; }
  #tpl-default.products.producten.detail .product-info .inner {
    padding-top: 40px;
    padding-bottom: 24px; }
  #carousel-gifts.detail {
    overflow: visible; }
  #carousel-gifts-list {
    width: 100.5%;
    height: 375px; }
    #carousel-gifts-list li {
      width: 25%;
      height: 400px; }
    #carousel-gifts-list .image-cont {
      display: table;
      line-height: 400px;
      margin: 0 auto;
      cursor: default; }
    #carousel-gifts-list .image-inner {
      display: table-cell;
      height: 320px;
      text-align: center;
      vertical-align: middle; }
    #carousel-gifts-list .image-cont img {
      max-height: none;
      text-align: center;
      vertical-align: middle; }
    #carousel-gifts-list .actions {
      position: absolute;
      bottom: 0px;
      width: 100%; }
    #carousel-gifts-list .desc {
      height: 375px;
      padding-top: 92px;
      padding-left: 30px;
      padding-right: 30px; }
      #carousel-gifts-list .desc .close {
        display: none; }
      #carousel-gifts-list .desc strong {
        font-size: 25px; }
      #carousel-gifts-list .desc .intro {
        line-height: 18px; }
      #carousel-gifts-list .desc .actions {
        left: 30px;
        right: 30px;
        bottom: 18px;
        padding-top: 16px; }
    #carousel-gifts-list .actions .line {
      width: 0; }
    #carousel-gifts-list .desc .actions .readmore.pinterest {
      top: 15px; }
    #carousel-gifts-list.detail {
      height: 180px;
      overflow: hidden;
      border: none; }
    #carousel-gifts-list li button.tocart {
      display: block; }
    #carousel-gifts-list.detail li {
      width: 33.33%; }
    #carousel-gifts-list.detail .image-cont {
      height: 170px;
      cursor: default; }
    #carousel-gifts-list.detail a .image-cont {
      cursor: pointer; }
  #carousel-gifts.detail #carousel-gifts-prev {
    width: 26px;
    height: 26px;
    margin-left: 12px;
    background-position: -444px -343px; }
  #carousel-gifts.detail #carousel-gifts-next {
    width: 26px;
    height: 26px;
    margin-left: 12px;
    background-position: -444px -343px;
    left: auto;
    right: 8px;
    margin-left: 0;
    margin-right: 12px;
    background-position: -489px -343px; }
  #carousel-gifts.detail h3 {
    width: 174px;
    height: 32px;
    font-size: 15px;
    line-height: 34px;
    margin: 26px 0 14px; }
  #carousel-gifts-list-cont {
    z-index: 11;
    padding: 42px 30px; }
  #carousel-gifts.detail #carousel-gifts-list-cont {
    height: 264px; }
  #tpl-default.products.detail .product-info .detail .arrow {
    display: none; }
  #tpl-default .featured-article.slider .top-header {
    height: 188px; }
  #tpl-default #new-stories.slider .head, #tpl-default #new-recepies.slider .head {
    font-size: 22px;
    padding-top: 112px; }
  #featured-pag-left, #featured-pag-right {
    height: 48px; }
  /* TPL Producten detail 768 */
  #tpl-default.products.producten.detail .product-info .content {
    float: left;
    height: auto;
    overflow: visible; }
  #tpl-default.products.producten.detail .inner-container .product-info {
    background: #000;
    background: rgba(0, 0, 0, 0.9); }
  #tpl-default .featured-article h3 {
    display: block;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    margin-top: 46px;
    margin-bottom: 31px;
    padding-right: 15%; }
  #tpl-default .featured-article.slider .image-cont {
    width: 55%;
    height: 484px;
    cursor: default; }
    #tpl-default .featured-article.slider .image-cont:before {
      width: 34px;
      height: 138px; }
    #tpl-default .featured-article.slider .image-cont:after {
      top: 206px;
      width: 34px; }
  #tpl-default .featured-article.slider:first-child .image-cont:before {
    width: 34px;
    height: 48px; }
  #tpl-default .featured-article.slider:first-child .image-cont:after {
    top: 116px;
    width: 34px; }
  #tpl-default .featured-article.slider .desc {
    width: 45%;
    height: 484px; }
    #tpl-default .featured-article.slider .desc:before, #tpl-default .featured-article.slider .desc:after {
      left: -44px;
      border-width: 34px; }
  #tpl-default .featured-article.slider:first-child .desc:before, #tpl-default .featured-article.slider:first-child .desc:after {
    left: -44px;
    border-width: 34px; }
  #tpl-default .featured-article.slider .desc:before {
    top: 104px; }
  #tpl-default .featured-article.slider .desc:after {
    top: 172px; }
  #tpl-default .featured-article.slider:first-child .desc:before {
    top: 14px; }
  #tpl-default .featured-article.slider:first-child .desc:after {
    top: 82px; }
  #tpl-default .featured-article.slider .image-cont:before {
    width: 34px;
    height: 138px; }
  #tpl-default.products .featured-article .top-header:before {
    top: 36px; }
  /*
	#tpl-default .featured-article .intro,
	#tpl-default .featured-article:first-child .intro { height: auto; }
	*/
  .icons-list {
    padding: 10px 0 12px 3px;
    margin-bottom: 20px; }
  #info-tabs {
    float: right;
    width: 65%;
    overflow: visible;
    padding-bottom: 0;
    background: none; }
    #info-tabs .text {
      width: 606px;
      min-height: 270px;
      padding: 34px;
      overflow: auto; }
  /*
	#info-tabs:after {
	width: 350px;
	bottom: -38px;
	min-height: 400px;
	max-height: 400px;
}
	*/
  #tpl-default.recepten.detail .product-info .content {
    min-height: 374px; }
  #tpl-default.recepten.detail .product-info .inner {
    position: relative;
    padding-top: 40px;
    padding-bottom: 25px; }
  #info-tabs.recepies .text {
    min-height: 270px; }
  #info-tabs.recepies .tab-1 {
    padding: 0 18px; }
  #info-tabs.recepies .tab-2 #carousel-gifts-list-cont {
    height: 208px; }
  #info-tabs.recepies .tab-2 #carousel-gifts-list.detail li {
    border-bottom: none; }
  #info-tabs.recepies .tab-2 #carousel-gifts-prev {
    top: 50%;
    left: 5px;
    width: 26px;
    height: 26px;
    margin-top: -18px;
    background-position: -444px -343px; }
  #info-tabs.recepies .tab-2 #carousel-gifts-next {
    top: 50%;
    left: auto;
    right: -21px;
    width: 26px;
    height: 26px;
    margin-top: -18px;
    background-position: -489px -343px; }
  #info-tabs .tab-1 a, #info-tabs .tab-2 a, #info-tabs .tab-3 a {
    color: #000; }
  #info-tabs.recepies .tab-2 {
    padding: 0 18px; }
  #info-tabs.recepies .tab-3 #carousel-gifts-list-cont {
    height: 208px; }
    #info-tabs.recepies .tab-3 #carousel-gifts-list-cont .caroufredsel_wrapper {
      height: 220px !important; }
  #info-tabs.recepies .tab-3 #carousel-gifts-list.detail li {
    border-bottom: none; }
  #info-tabs.recepies .tab-3 #carousel-gifts-prev {
    top: 50%;
    left: 5px;
    width: 26px;
    height: 26px;
    margin-top: -18px;
    background-position: -444px -343px; }
  #info-tabs.recepies .tab-3 #carousel-gifts-next {
    top: 50%;
    left: auto;
    right: -21px;
    width: 26px;
    height: 26px;
    margin-top: -18px;
    background-position: -489px -343px; }
  #hover-cart {
    top: 184px;
    right: 96px; }
  #tpl-default.products .top-header.roundbtn.cart:before {
    background-position: -212px -679px !important; }
  /* TPL B2B 1440 */
  #form-b2b .fields input[type=text], #form-b2b .fields input[type=number], #form-b2b .fields input[type=email] {
    height: 32px; }
  /* TPL Winkels 1440 */
  #tpl-default.winkels #header-content {
    padding-left: 0px; }
  #tpl-default.winkels .top-header.first:before {
    top: 15px; }
  #tpl-default.winkels .top-header.first .head {
    position: relative;
    height: 118px;
    padding-top: 92px; }
    #tpl-default.winkels .top-header.first .head:before {
      position: absolute;
      display: none;
      top: 100%;
      left: 225px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(0, 0, 0, 0);
      border-top-color: #000;
      border-top-color: rgba(0, 0, 0, 0.9);
      border-width: 42px 0 0 42px; }
    #tpl-default.winkels .top-header.first .head:after {
      position: absolute;
      display: none;
      top: 100%;
      left: 257px;
      right: 0;
      width: 100%;
      height: 42px;
      background: #000;
      background: rgba(0, 0, 0, 0.9); }
  #tpl-default.products .top-header .head span {
    padding-left: 55px; }
  #tpl-default.cadeaus .top-header.roundbtn:before {
    background-position: 3px -144px;
    background-size: 2360px auto;
    width: 63px;
    height: 49px;
    left: 50%;
    margin-left: -20px; }
  #tpl-default.recepten .top-header.roundbtn:before {
    background-position: -78px -144px;
    background-size: 2360px auto;
    width: 63px;
    height: 49px;
    left: 50%;
    margin-left: -20px; }
  #tpl-default.winkels .top-header .head .sub {
    display: block;
    z-index: 22;
    color: #fff;
    font-size: 15px;
    padding-top: 20px; }
  #form-filter-shops {
    margin-top: 112px;
    background: none; }
    #form-filter-shops .half {
      width: 50%; }
      #form-filter-shops .half:first-child {
        width: 49%; }
    #form-filter-shops .quotes {
      width: 27.5%; }
      #form-filter-shops .quotes:before {
        display: none; }
      #form-filter-shops .quotes .inner {
        width: 280px; }
    #form-filter-shops .fields {
      width: 72.5%;
      padding-top: 28px;
      background: rgba(193, 188, 142, 0.9); }
      #form-filter-shops .fields.active:before {
        bottom: 0;
        left: 384px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-bottom-color: #fff;
        border-width: 19px 23px;
        margin-left: -17px; }
      #form-filter-shops .fields:after {
        position: absolute;
        display: block;
        content: '';
        right: 0;
        top: 0;
        width: 387px;
        height: 166px;
        background-position: -1440px 2px; }
      #form-filter-shops .fields > li {
        width: 374px; }
        #form-filter-shops .fields > li:first-child {
          color: #fff;
          font-size: 22px;
          font-family: "open_sans_condensedbold"; }
  #shop-results .illustration {
    position: relative;
    float: left;
    width: 27.5%;
    height: 518px; }
    #shop-results .illustration:before {
      position: absolute;
      display: block;
      content: '';
      z-index: 1;
      top: 0;
      right: -41px;
      width: 41px;
      height: 40px;
      background: #fff; }
    #shop-results .illustration:after {
      position: absolute;
      display: block;
      content: '';
      z-index: 1;
      top: 0;
      right: -41px;
      width: 41px;
      height: 40px;
      background: #fff;
      top: 121px;
      bottom: 0;
      height: auto; }
    #shop-results .illustration span {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      right: -41px;
      bottom: 0; }
      #shop-results .illustration span:before {
        top: -1px;
        right: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-right-color: #fff;
        border-width: 41px; }
      #shop-results .illustration span:after {
        top: -1px;
        right: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-right-color: #fff;
        border-width: 41px;
        top: 80px; }
  #shop-results .all-results {
    position: relative;
    display: block;
    float: left; }
    #shop-results .all-results .header {
      position: relative;
      z-index: 11;
      border-bottom: 2px solid #c6c39b; }
  #shop-results .all-results-list {
    position: relative;
    z-index: 1;
    padding-top: 8px; }
    #shop-results .all-results-list .state {
      float: left;
      width: 33.33%; }
      #shop-results .all-results-list .state:nth-child(3n+1) {
        clear: left; }
    #shop-results .all-results-list ul {
      position: relative;
      float: left;
      z-index: 10;
      width: 33.33%; }
    #shop-results .all-results-list li {
      margin-bottom: 8px;
      padding-right: 10px; }
    #shop-results .all-results-list a {
      font-size: 15px;
      font-family: "open_sans_condensedbold";
      text-decoration: none; }
      #shop-results .all-results-list a:hover {
        text-decoration: underline; }
  #form-filter-shops-country {
    float: left;
    width: 200px; }
    #form-filter-shops-country .select-container {
      width: 350px;
      margin-top: 5px;
      margin-left: 23px;
      font-family: "open_sans_condensedbold"; }
      #form-filter-shops-country .select-container ul {
        border: 2px solid #e3e1cd; }
      #form-filter-shops-country .select-container li {
        height: 27px;
        line-height: 31px; }
  #shop-results .search-results {
    padding: 48px 52px; }
    #shop-results .search-results:before {
      top: 134px;
      width: 310px;
      height: 400px;
      background-position: -1866px -810px; }
  #shop-results .search-results-list li {
    margin-bottom: 24px; }
  #shop-results .search-results-list a {
    padding-left: 0; }
  #shop-results .search-results .image {
    width: 405px;
    height: 188px; }
  #shop-results .search-results .moreinfo {
    width: 38%;
    padding-top: 15px;
    padding-left: 58px;
    padding-right: 0; }
  #shop-results .search-results .readmore {
    right: 4px;
    padding-right: 40px; }
    #shop-results .search-results .readmore:after {
      right: 1px;
      background-position: -173px -246px; }
  #shop-results .search-results-list a .location {
    font-size: 20px; }
  #shop-results .search-results-list a .opened {
    margin-bottom: 16px; }
  #shop-results .search-results-list a .desc {
    height: 70px;
    padding-bottom: 6px; }
  #shop-results .close-results {
    position: absolute;
    top: 32px;
    right: 24px;
    color: #988a4c;
    font-size: 15px;
    font-family: "open_sans_condensedbold";
    text-decoration: none;
    padding-left: 25px; }
    #shop-results .close-results:hover {
      text-decoration: underline; }
    #shop-results .close-results:before {
      position: absolute;
      display: block;
      content: '';
      top: 50%;
      left: 0;
      width: 20px;
      height: 20px;
      margin-top: -10px;
      background-position: -426px -193px; }
  /* TPL Winkels detail 1440 */
  #tpl-default .top-header .head i {
    font-size: 22px; }
  #tpl-default .top-header.hassubs:before {
    top: 18px; }
  #tpl-default .top-header.hassubs .head {
    padding-top: 108px; }
  #tpl-default.winkels.detail .user-content.pad {
    padding: 42px 96px 48px 48px; }
  .two-col {
    position: relative;
    clear: both; }
    .two-col > .col1 {
      overflow: hidden;
      z-index: 1;
      float: left;
      width: 486px;
      min-height: 650px; }
      .two-col > .col1:before {
        position: absolute;
        display: block;
        content: '';
        left: 0;
        bottom: 0;
        width: 100%;
        height: 400px;
        background-position: -1013px -705px; }
      .two-col > .col1:after {
        top: 90px;
        left: 100%;
        margin-left: 0;
        border-color: rgba(0, 0, 0, 0);
        border-left-color: #fff; }
    .two-col > .col2 {
      position: absolute;
      float: none;
      top: 0;
      right: 0;
      z-index: 0;
      width: 100%;
      min-height: 650px;
      margin-left: -486px;
      padding-left: 546px; }
      .two-col > .col2 > .inner {
        width: 85%; }
  #tpl-default.winkels.detail #info-tabs {
    float: none;
    width: 100%; }
    #tpl-default.winkels.detail #info-tabs .text {
      width: 100%;
      height: auto;
      color: #1e1e1e;
      padding: 22px 35px; }
  #form-contact textarea {
    height: 87px;
    margin-top: 5px; }
  #openinghours {
    margin: -22px -35px -22px; }
    #openinghours h2 small {
      font-size: 18px; }
    #openinghours .content {
      padding-left: 34px;
      padding-right: 34px; }
  #form-newsletter-store {
    width: 370px; }
    #form-newsletter-store h3, #form-newsletter-store .facebook {
      font-size: 25px; }
    #form-newsletter-store label {
      display: inline-block;
      width: 154px;
      font-size: 22px;
      margin-right: 19px; }
    #form-newsletter-store input {
      padding: 7px 8px; }
    #form-newsletter-store .btn {
      font-size: 15px; }
    #form-newsletter-store input[type=text].small {
      margin: 0 9px;
      padding: 5px 8px; }
      #form-newsletter-store input[type=text].small.year {
        margin: 0 9px;
        padding: 5px 8px;
        margin-right: 0; }
  #shop-info .stars {
    margin-bottom: 10px; }
    #shop-info .stars a {
      margin-right: -6px; }
  /* TPL B2B 1440 */
  #tpl-default.b2b .user-content {
    position: relative;
    z-index: 1; }
  #tpl-default.b2b .two-col > .col1 {
    overflow: visible;
    min-height: 540px; }
  #tpl-default.b2b .two-col > .col2 {
    overflow: visible;
    min-height: 540px;
    padding-left: 546px; }
  #cta-b2b {
    height: 800px;
    padding: 158px 64% 158px 103px; }
    #cta-b2b:before {
      height: 58px; }
    #cta-b2b:after {
      top: 58px;
      left: auto;
      right: 346px; }
    #cta-b2b h4 {
      font-size: 25px;
      line-height: 31px;
      padding-right: 0;
      margin-bottom: 28px; }
    #cta-b2b .signed {
      font-size: 25px;
      line-height: 30px; }
    #cta-b2b .img {
      right: 75px;
      bottom: 34px;
      width: 768px;
      height: 500px; }
      #cta-b2b .img img {
        max-width: 768px; }
  /* TPL 7 worlds 320 */
  /* Even */
  /* TPL Over ons 1440 */
  #tpl-default.over .top-header.first {
    height: 231px; }
    #tpl-default.over .top-header.first .head {
      height: 119px; }
      #tpl-default.over .top-header.first .head:before {
        display: block;
        top: 100%;
        left: 225px;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 0, 0, 0);
        border-top-color: #cac4a9;
        border-top-color: rgba(59, 60, 45, 0.9);
        border-width: 42px 0 0 42px; }
      #tpl-default.over .top-header.first .head:after {
        position: absolute;
        display: block;
        content: '';
        z-index: -1;
        top: 100%;
        left: 257px;
        width: 100%;
        height: 42px;
        background: #cac4a9;
        background: rgba(59, 60, 45, 0.9); }
  #tpl-default.over .user-content .stars {
    margin-top: -8px;
    margin-bottom: 12px; }
    #tpl-default.over .user-content .stars a {
      margin-right: -4px; }
    #tpl-default.over .user-content .stars span {
      color: #bfbfbf;
      font-size: 14px;
      margin-left: 14px; }
      #tpl-default.over .user-content .stars span a {
        color: #bfbfbf; }
  #contact-details {
    background-size: cover; }
    #contact-details:after {
      display: none; }
    #contact-details .top-header {
      height: 183px;
      margin-top: 0; }
      #contact-details .top-header:before {
        top: 58px; }
      #contact-details .top-header .head {
        padding-top: 144px; }
    #contact-details .top-header {
      background: none; }
    #contact-details .header {
      font-size: 22px;
      line-height: 26px;
      padding-bottom: 11px;
      margin-bottom: 25px; }
    #contact-details .intro {
      position: relative;
      float: left;
      width: 38%;
      min-height: 440px;
      font-size: 14px;
      padding-left: 48px;
      padding-right: 48px;
      background: #cac4a9; }
      #contact-details .intro:before {
        position: absolute;
        display: block;
        content: '';
        left: 50%;
        bottom: 0;
        width: 530px;
        height: 390px;
        margin-left: -265px;
        background-position: -1520px -320px; }
      #contact-details .intro .content {
        position: relative;
        z-index: 2; }
      #contact-details .intro h1, #contact-details .intro h2, #contact-details .intro h3, #contact-details .intro h4, #contact-details .intro h5 {
        color: #000;
        font-size: 22px;
        font-family: "open_sans_condensedbold";
        line-height: 26px;
        border-bottom: 2px solid #000;
        padding-bottom: 11px;
        margin-bottom: 25px; }
      #contact-details .intro .signed {
        font-size: 25px;
        font-family: "open_sans_condensedbold";
        line-height: 30px; }
    #contact-details .address {
      width: 24%;
      min-height: 440px;
      margin-left: 0;
      padding-left: 48px;
      padding-right: 48px; }
      #contact-details .address #form-route {
        position: absolute;
        right: 48px;
        left: 48px;
        bottom: 48px; }
    #contact-details .contact {
      position: relative;
      width: 38%;
      min-height: 440px;
      padding-left: 48px;
      padding-right: 48px; }
      #contact-details .contact .header {
        position: relative;
        z-index: 2; }
    #contact-details #form-contact {
      position: relative;
      z-index: 2; }
    #contact-details .contact .header span {
      display: block;
      font-size: 14px;
      line-height: 19px; }
    #contact-details #form-contact {
      width: 380px;
      padding-right: 0; }
    #contact-details .contact textarea {
      height: 126px; }
  #extra-info {
    display: none; }
  /* Checkout stappen 1140 */
  .padding-steps {
    padding-left: 208px;
    float: left; }
  #checkout-top .inner-container, #checkout-steps .inner-container, .checkout .inner-container {
    width: 1140px;
    margin: 0px auto; }
  #checkout-steps {
    width: 100%;
    color: #fff;
    background-color: #000; }
    #checkout-steps .steps {
      margin: 0;
      overflow: hidden;
      padding: 0 0 0 20px; }
  /*
	#checkout-steps .steps li{
	float:left;
	list-style: none;
}

	#checkout-steps .steps li a{
	display: block;
	position: relative;
	text-transform: capitalize;
	padding: 12px 40px 12px 10px;
	font-family: $font-bold;


	text-decoration: none;
}

	#checkout-steps .steps li a:after {
	content: "";
	position: absolute;
	overflow: hidden;
	display: inline-block;
	font-size: 7px; 
	width: 4em;
	height: 4em;
	margin-top: -2.1em;
	top: 50%;
	border-top: 2px solid #505143;
	border-right: 2px solid #505143;
	transform: rotate(54deg) skew(20deg);
}
	*/
  .select-store #form-order-step2-states ul.state-list {
    width: 29%; }
    .select-store #form-order-step2-states ul.state-list:nth-child(2n+1) {
      clear: none; }
    .select-store #form-order-step2-states ul.state-list:nth-child(3n+1) {
      clear: left; }
  .checkout {
    min-height: 704px; }
    .checkout h1 {
      font-size: 25px;
      padding: 0 0 0 30px;
      color: #000; }
    .checkout .btn {
      width: auto;
      display: block;
      margin-top: 20px;
      padding-right: 30px; }
    .checkout .contact-details li {
      width: 100%; }
      .checkout .contact-details li label {
        display: inline-block;
        width: 30%; }
      .checkout .contact-details li input {
        display: inline-block;
        width: 69%; }
    .checkout #orderInvPostal {
      width: 150px; }
    .checkout label[for="orderInvNumberAdd"] {
      width: 100px !important;
      text-align: right; }
    .checkout #orderInvNumber, .checkout #orderInvNumberAdd {
      width: 80px; }
  .checkout-step1 article {
    padding: 0px 30px;
    float: left;
    color: #fff; }
  .checkout-step1 hr {
    border: none;
    border-top: 1px dashed #505143;
    color: #fff;
    background-color: transparent;
    height: 1px;
    width: 100%;
    margin: 20px 0; }
  .checkout .sidebar {
    display: block;
    width: 300px;
    height: auto;
    float: left;
    margin: 0px 0 0 20px;
    padding: 20px; }
    .checkout .sidebar .totals-cont table {
      width: 100%; }
    .checkout .sidebar .totals-cont td {
      width: 75%; }
    .checkout .sidebar .totals-cont .value {
      text-align: right;
      float: right;
      min-width: 65px; }
  /* Footer 1440 */
  #footer {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 8px; }
    #footer .menu-cont {
      margin-bottom: 10px; }
  .footer-list {
    display: block !important;
    width: 16.5%; }
    .footer-list .header {
      margin-bottom: 0; }
    .footer-list.col1 {
      width: 33%; }
    .footer-list .product-columns {
      -webkit-columns: 2;
      /* Chrome, Safari, Opera */
      -moz-columns: 2;
      /* Firefox */
      columns: 2; }
  #footer .header {
    height: 35px; }
  #social-btns {
    width: 16.5%; }
  #form-newsletter {
    width: auto; }
    #form-newsletter .desc {
      margin-top: -10px; }
    #form-newsletter .select-container {
      width: 232px; }
  #footer .fields .half {
    margin-left: 2.8%; }
    #footer .fields .half:first-child {
      width: 43%;
      margin-left: 0; }
  .search-functions input::-webkit-input-placeholder, .search-functions input:-moz-placeholder, .search-functions input::-moz-placeholder, .search-functions input:-ms-input-placeholder {
    font-family: "open_sansregular" !important;
    letter-spacing: 0px;
    font-size: 14px !important; } }

@media screen and (min-width: 1440px) {
  .product-overlay .pinterest {
    margin-left: 20px;
    padding-right: 16px; }
  .product-overlay .overlay-wishlist {
    margin-left: 20px; }
  #form-newsletter .select-container {
    width: 254px; }
  #form-filter-gifts, #form-filter-products, #form-filter-recipies {
    padding-left: 0; } }

@media screen and (min-width: 1680px) {
  .product-overlay .overlay-wishlist {
    display: block; } }

#cookie-container {
  width: 100%;
  height: 90px;
  margin: 0;
  background: #CDCDCD; }

#cookie {
  width: 950px;
  margin: 0 auto; }

#cookie-message {
  width: 80%;
  float: left; }

.cookie-btn {
  float: right !important;
  line-height: 90px;
  font-weight: bold;
  font-size: 14px; }

/* Clear */
#cookie-container .cookie-clear:after {
  display: block;
  height: 0;
  clear: both;
  line-height: 0;
  visibility: hidden;
  content: "."; }

/* Templates test*/
