@charset "UTF-8";
/*!
 *  Font Awesome 4.2.0 by @daveGandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center;
}

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

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

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

@-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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.fa-flip-horizontal {
  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 {
  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: #fff;
}

.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:before {
  content: "\f09a";
}

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

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

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

.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 {
  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: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-rebel:before {
  content: "\f1d0";
}

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

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

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

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

@font-face {
  font-family: GothamBook;
  src: url("../fonts/GothamBook.otf") format("opentype");
}
@font-face {
  font-family: GothamBook;
  font-weight: bold;
  src: url("../fonts/GothamBold.otf") format("opentype");
}
.layout {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.layout:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 1200px) {
  .layout {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .layout:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1400px) {
  .layout {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .layout:after {
    content: " ";
    display: block;
    clear: both;
  }
}

div img {
  width: 100%;
  height: auto;
}

div.winkelwagen-container {
  position: absolute;
  right: 0;
  top: 5px;
}

div.layoutUspPart {
  width: 70%;
  margin-left: 11%;
}

div.content-wrapper {
  background-image: url(../images/achtergrondSlang.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right 0px bottom 250px;
}

html.MojoPaginaMojoShopOrderCheckoutSubmitPage div.content-wrapper, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.content-wrapper, html.MojoPaginaMojoShopConfirmedPage div.content-wrapper {
  background-position: right 0px bottom 100px;
}

div.seo-block.rtf {
  background-color: white;
  padding: 15px 35px;
  border: 1px solid #EBEBEB;
}
div.seo-block.rtf h1 {
  margin-top: 0px;
}

html.MojoShopProductDetailsPage .product-left .rtf {
  background-color: white;
  padding: 7px;
  border: 1px solid #EBEBEB;
}

.merken a {
  float: left !important;
}

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

html,
body {
  font-family: GothamBook, Helvetica, Verdana, Roboto, sans-serif;
  font-size: 87.5%;
  line-height: 1.5;
  background-color: #FFF;
  color: #000;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a,
input,
button {
  -ms-touch-action: none !important;
}

a {
  color: #1E9FD3;
}
a:hover {
  color: #40b5e4;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -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);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  border: 2px solid #F47820;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.3.2 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: transparent;
  }

  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }

  .featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em;
  }

  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    min-width: 30%;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }

  .featherlight .featherlight-inner {
    display: block;
  }

  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font: Arial,sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }

  .featherlight .featherlight-image {
    width: 100%;
  }

  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }

  .featherlight iframe {
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
.lightbox {
  display: none;
}

/*! noUiSlider - 7.0.10 - 2014-12-27 14:50:47 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left .3s,top .3s;
  transition: left .3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #F47820;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

[disabled] .noUi-connect, [disabled].noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.row:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 479px) and (max-width: 767px) {
  .col-xs-12 {
    clear: both;
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .col-md-4 {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-md-4:last-child {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .col-md-6 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-md-6:last-child {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 767px) {
  .col-sm-2 {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-sm-2:last-child {
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 767px) {
  .col-sm-8 {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
  }
  .col-sm-8:last-child {
    float: right;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .visible-xs {
    display: initial;
  }
}

tr.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  tr.visible-xs {
    display: table-row;
  }
}

td.visible-xs {
  display: none;
}
@media (max-width: 767px) {
  td.visible-xs {
    display: table-cell;
  }
}

.visible-md {
  display: none;
}
@media (min-width: 1024px) {
  .visible-md {
    display: initial;
  }
}

.form-group {
  clear: both;
  overflow: hidden;
  margin-top: 1em;
  margin-bottom: 1em;
}

.form-control, .pntVerticalFormWidgetBottom input[type=text], .pntVerticalFormWidgetBottom input[type=email], .pntVerticalFormWidgetBottom input[type=tel], .pntVerticalFormWidgetBottom input[type=password], .pntVerticalFormWidgetBottom select, .pntVerticalFormWidgetBottom textarea, .form-group input[type=text], .form-group input[type=email], .form-group input[type=tel], .form-group input[type=password], .form-group select, .form-group textarea {
  width: 100%;
  border: 1px solid #dedede;
  border-radius: 4px;
  padding: 5px;
}

.alert, .alert-danger, #pntInformationPartWrapper.pntERROR, .alert-success, #pntInformationPartWrapper.pntOK, .alert-info, #pntInformationPartWrapper.pntINFO, .alert-warning, #pntInformationPartWrapper.pntWARNING, #pntInformationPartWrapper {
  padding: 1em;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  clear: both;
  overflow: hidden;
  color: #333333;
}

.alert-danger, #pntInformationPartWrapper.pntERROR {
  border-color: #F39B88;
  background-color: #FADCD7;
}

.alert-success, #pntInformationPartWrapper.pntOK {
  border-color: #A2D69A;
  background-color: #DEF1DD;
}

.alert-info, #pntInformationPartWrapper.pntINFO {
  border-color: #90B1D2;
  background-color: #DAE5F0;
}

.alert-warning, #pntInformationPartWrapper.pntWARNING {
  border-color: #F7E287;
  background-color: #FCF5D6;
}

.text-danger, .pntErrorDetailsRowIcon {
  color: #F39B88;
}

.text-info {
  color: #90B1D2;
}

.well, body.CobraNieuwsDetailsPage div.content-wrap div.rtf,
body.MojoPaginaDetailsPage div.content-wrap div.rtf,
body.MojoFolderDetailsPage div.content-wrap div.rtf, .cobraNieuwsItemsWrapper, #cobraNieuwsFilterPart .cobraNieuwsFilterGroepWrapper {
  margin-bottom: 1em;
}

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

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

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

#pntInformationPartWrapper.pntNONE {
  display: none;
}

body {
  background-color: white;
  height: auto;
  color: #221F1F;
}

@media (min-width: 1024px) {
  .content-main {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
    padding-top: 1.8em;
  }
}

@media (min-width: 1024px) {
  .content-sidebar {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-float {
  clear: both;
  overflow: hidden;
  min-height: 600px;
}

.block-module, .well, body.CobraNieuwsDetailsPage div.content-wrap div.rtf,
body.MojoPaginaDetailsPage div.content-wrap div.rtf,
body.MojoFolderDetailsPage div.content-wrap div.rtf, .cobraNieuwsItemsWrapper, #cobraNieuwsFilterPart .cobraNieuwsFilterGroepWrapper {
  padding: 1em 1.2em;
  background-color: #FFF;
  border: 1px solid #cfd0d2;
}
.block-module.login, .login.well, body.CobraNieuwsDetailsPage div.content-wrap div.login.rtf,
body.MojoPaginaDetailsPage div.content-wrap div.login.rtf,
body.MojoFolderDetailsPage div.content-wrap div.login.rtf, .login.cobraNieuwsItemsWrapper, #cobraNieuwsFilterPart .login.cobraNieuwsFilterGroepWrapper {
  height: 180px;
  padding: 0px;
}

.breadcrumb-wrap {
  margin-bottom: 1.2em;
}

.button, .btn {
  height: 34px;
  line-height: 34px;
  width: auto;
  display: inline-block;
  background-color: #004990;
  color: #FFF;
  text-align: center;
  padding: 0 .8em;
  text-decoration: none;
  border: 1px solid #003c76;
  font-weight: bold;
  transition: all .2s ease-in-out;
}
@media (max-width: 327px) {
  .button, .btn {
    font-size: 81%;
  }
}
.button:hover, .btn:hover {
  background-color: #0056aa;
  border: 1px solid #003c76;
  color: #FFF;
}

a {
  text-decoration: none;
  color: #004990;
  font-weight: bold;
}

h1, h2, h3, h4, h5 {
  margin-bottom: .5em;
  color: #221F1F;
}

h2 {
  margin-top: 1em;
}

.uitgelicht {
  margin-bottom: -1em;
}

.seo-block-inline {
  margin-top: -1em;
  margin-bottom: 1em;
}

.default-content img {
  width: auto;
}
.default-content ul, .default-content ol {
  padding-left: 3em;
  overflow: hidden;
}
.default-content li {
  margin-bottom: .3em;
}

.img-left {
  float: left;
  margin-right: 1.5em;
}

.img-right {
  float: right;
  margin-left: 1.5em;
}

@media (max-width: 767px) {
  .slider-main {
    display: block;
  }
}

.menu-main {
  background-color: #F47820;
  border-bottom: 1px solid #ef6a0c;
  padding-top: 1em;
  overflow: hidden;
  clear: both;
}
.menu-main .layout {
  position: relative;
}
@media (max-width: 1024px) {
  .menu-main {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 767px) {
  .menu-main .menu-categorie, .menu-main .menu-toepassingen, .menu-main .menu-beroepen, .menu-main .menu-overcobra {
    margin-bottom: 1em;
  }
  .menu-main .menu-categorie > a, .menu-main .menu-toepassingen > a, .menu-main .menu-beroepen > a, .menu-main .menu-overcobra > a {
    border: 1px solid #ef6a0c !important;
  }
}
@media (min-width: 767px) {
  .menu-main .menu-categorie, .menu-main .menu-toepassingen, .menu-main .menu-beroepen, .menu-main .menu-overcobra {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 1024px) {
  .menu-main .menu-categorie, .menu-main .menu-toepassingen, .menu-main .menu-beroepen, .menu-main .menu-overcobra {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
.menu-main .menu-categorie > a, .menu-main .menu-toepassingen > a, .menu-main .menu-beroepen > a, .menu-main .menu-overcobra > a {
  display: block;
  border: none;
  border-bottom: 0;
  padding: .5em 1em;
  color: #221F1F;
  text-decoration: none;
  font-size: 1.15em;
  font-weight: 700;
  position: relative;
  transition: all .2s ease-in-out;
  padding-bottom: 18px;
}
.menu-main .menu-categorie > a:hover, .menu-main .menu-toepassingen > a:hover, .menu-main .menu-beroepen > a:hover, .menu-main .menu-overcobra > a:hover, .menu-main .menu-categorie > a.active, .menu-main .menu-toepassingen > a.active, .menu-main .menu-beroepen > a.active, .menu-main .menu-overcobra > a.active {
  background-color: #F15E22;
  color: #000;
}
.menu-main .menu-categorie > a:after, .menu-main .menu-toepassingen > a:after, .menu-main .menu-beroepen > a:after, .menu-main .menu-overcobra > a:after {
  position: absolute;
  top: 7px;
  right: 20px;
  font-size: 1.3em;
  font-family: 'FontAwesome';
  content: '\f0d7';
}
.menu-main .menu-zoeken {
  position: relative;
  padding-right: 35px;
  height: 40px;
}
@media (max-width: 767px) {
  .menu-main .menu-zoeken {
    margin-bottom: 1em;
  }
}
@media (min-width: 767px) {
  .menu-main .menu-zoeken {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .menu-main .menu-zoeken {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.menu-main .menu-zoeken button {
  border: 0;
  outline: 0;
  box-shadow: 0 0;
  background-color: transparent;
}
.menu-main .menu-zoeken input {
  height: 38px;
  margin-top: 0;
  width: 100%;
  padding-left: 10px;
}
.menu-main .menu-zoeken i {
  font-size: 1.5em;
  color: #221F1F;
  position: absolute;
  display: block;
  top: 7px;
  right: 0;
}
.menu-main .sub-menu {
  transition: all .2s ease-in-out;
  clear: both;
  overflow: hidden;
  background-color: #F15E22;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.menu-main .sub-menu h4 {
  margin-top: .5em;
}
.menu-main .sub-menu a {
  color: #000;
}
.menu-main .sub-menu a:hover {
  text-decoration: underline;
}
.menu-main .sub-menu li {
  margin-bottom: .3em;
}
.menu-main .sub-menu.active {
  max-height: 1450px;
  opacity: 1;
  visibility: visible;
  padding: 1em 0;
}
.menu-main .sub-menu-block {
  padding: 0 1.4em;
}
@media (min-width: 767px) {
  .menu-main .sub-menu-block {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 1024px) {
  .menu-main .sub-menu-block {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
.menu-main .sub-menu-block ul li a {
  font-weight: 500;
}
@media (min-width: 767px) and (max-width: 1023px) {
  .menu-main .block-2, .menu-main .block-4 {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .menu-main .block-4 {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}

img.mojoImage {
  clear: both;
  margin: 10px;
  margin-top: 0px;
}

img.mojoImage.floatleft {
  clear: none;
  float: left;
  margin-left: 5px;
}

img.mojoImage.floatright {
  clear: none;
  float: right;
  margin-right: 5px;
}

div.rtf img.mojoImage {
  width: initial;
  height: initial;
}

.MojoPaginaMojoShopCustomerSignInPage .winkelwagen-usp {
  margin-top: 0;
}

#mojoEditIcon {
  margin-right: 70px;
}

.payoff {
  position: relative;
  left: 72px;
  top: -25px;
}

.site-header {
  background-color: #FFF;
  border-top: 1px solid #EBEBEB;
  border-bottom: 1px solid #FFF;
}

.logo-container {
  height: 88px;
}
@media (min-width: 767px) {
  .logo-container {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    padding-top: 10px;
  }
}
@media (min-width: 1024px) {
  .logo-container {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    padding-top: 0;
  }
  .logo-container img {
    max-width: 300px;
  }
}

.brand {
  display: block;
  margin-top: 15px;
}
.brand img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .brand {
    max-width: 250px;
  }
}

	/*
	.reviews {
		@include breakpoint(max-width $small) {
			display: none;
		}

		@include breakpoint($small) {
			@include span(2 of 12);
		}
	}
	*/
@media (min-width: 767px) {
  .winkelwagen-container {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}

.fa-prim {
  color: #ccdb29;
}

.fa-sec {
  color: #1e9fd3;
}

.fa-left {
  padding: 0 8px 0 0;
}

.fa-right {
  padding: 0 0 0 8px;
}

.feedback-icon {
  margin: 20px 0 0;
  padding: 0;
  border-radius: 5px;
  font-size: 1em;
  float: left;
  display: none;
}
@media (min-width: 1024px) {
  .feedback-icon {
    display: block;
  }
}

.feedback-icon #feedbackbeoordelingen {
  display: inline-block;
}

.feedback-icon a {
  color: #1e9fd3;
}

.feedback-icon a:hover,
.feedback-icon a:focus {
  color: #ccdb29;
}

.feedback-icon .rating-stars-wrap {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 13px;
  font-size: 1.125em;
  line-height: 1em;
}

.feedback-icon .rating-stars-wrap i {
  display: inline;
}

.feedback-icon .rating-stars-wrap .rating-stars-base,
.feedback-icon .rating-stars-wrap .rating-stars {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  color: #bbb;
}

.feedback-icon .rating-stars-wrap .rating-stars {
  z-index: 6;
  color: #ccdb29;
}

.winkelwagen {
  background-color: #e6e7e9;
  border-radius: 6px;
  padding: .7em 30px .7em 1em;
  text-decoration: none;
  position: relative;
  display: inline-block;
  float: right;
  transition: all .2s ease-in-out;
  /*
  dit is het dropdown icoontje, aangezien er geen drop down is, doe maar niet
  &:after {
  	position: absolute;
  	top: 12px;
  	right: 20px;
  	font-size: 1.5em;
  	color: $white;
  	font-family: 'FontAwesome';
  	content: '\f0d7';
  }
  */
}
@media (min-width: 767px) {
  .winkelwagen {
    margin-top: 20px;
  }
}
.winkelwagen:hover {
  background-color: #F47820;
  color: #FFF;
}
.winkelwagen .aantal-item {
  background-color: #004990;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -10px;
  color: #FFF;
  text-align: center;
  padding-top: 4px;
}
.winkelwagen i {
  font-size: 2em;
  color: #000;
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
.winkelwagen p {
  margin: 0;
  color: black;
}
.winkelwagen .winkelwagen-info {
  float: left;
  display: block;
}

.widgetblocks {
  margin-bottom: 10px;
}
.widgetblocks .homepageWidgetBlock {
  position: relative;
  height: 180px;
  max-height: 180px;
  border: 1px solid #EBEBEB;
  padding: 12px 10px;
}
@media (min-width: 767px) {
  .widgetblocks .homepageWidgetBlock {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .widgetblocks .homepageWidgetBlock:nth-child(3n+3) {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.widgetblocks .homepageWidgetBlock h3 {
  margin-top: 0px;
}
.widgetblocks .homepageWidgetBlock .cobraNieuwsEvenementenList table {
  table-layout: fixed;
  width: 100% !important;
}
.widgetblocks .homepageWidgetBlock .cobraNieuwsEvenementenList table p {
  margin: 0px;
}
.widgetblocks .homepageWidgetBlock .cobraNieuwsEvenementenList .cobraEvenementDate {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
}
.widgetblocks .homepageWidgetBlock .cobraNieuwsEvenementenList .cobraEvenementDash {
  vertical-align: middle;
  display: inline-block;
}
.widgetblocks .homepageWidgetBlock .cobraNieuwsEvenementenList .cobraEvenementTitle {
  max-width: 70%;
  display: inline-block;
  vertical-align: middle;
}
.widgetblocks .homepageWidgetBlock .cobraNieuwsEvenementenList .cobraEvenementTitle p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widgetblocks .homepageWidgetBlock .cobraNieuwsEvenementenList .showAll {
  float: right;
  position: absolute;
  right: 5px;
  bottom: -10px;
}
.widgetblocks .homepageWidgetBlock .cobraNieuwsEvenementenList div p, .widgetblocks .homepageWidgetBlock .cobraNieuwsEvenementenList div a {
  margin: 0px;
  padding: 0px;
}

.widgetLoginBlock {
  height: 100%;
  background-color: #004990;
  border: none;
  padding: 7px 10px;
}
.widgetLoginBlock form {
  margin: 0;
  padding: 5px 10px;
}
.widgetLoginBlock form label, .widgetLoginBlock form a, .widgetLoginBlock form h3 {
  margin-top: 0px;
  color: #FFF;
}
.widgetLoginBlock form input {
  width: 100%;
  padding: 4px 11px;
  margin-bottom: 10px;
}
.widgetLoginBlock form .button, .widgetLoginBlock form .btn {
  height: 34px;
  line-height: 34px;
  width: auto;
  display: inline-block;
  background-color: #F47820;
  color: #000;
  text-align: center;
  padding: 0 .8em;
  text-decoration: none;
  border: 1px solid #ef6a0c;
  font-weight: bold;
  transition: all .2s ease-in-out;
}
@media (max-width: 327px) {
  .widgetLoginBlock form .button, .widgetLoginBlock form .btn {
    font-size: 81%;
  }
}
.widgetLoginBlock form .button:hover, .widgetLoginBlock form .btn:hover {
  background-color: #f58738;
  border: 1px solid #ef6a0c;
  color: #FFF;
}

.featured-blocks {
  margin-top: 2.5em;
  clear: both;
  overflow: hidden;
}
.featured-blocks .block {
  border: 1px solid #EBEBEB;
}
@media (min-width: 767px) {
  .featured-blocks .block {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .featured-blocks .block:nth-child(3n+3) {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.featured-blocks a {
  transition: all .2s ease-in-out;
  opacity: 1;
}
.featured-blocks a:hover {
  opacity: .7;
}

.block-nieuwsbrief {
  background-color: #F47820;
  border: 1px solid #ef6a0c;
  color: #221F1F;
  clear: both;
  overflow: hidden;
  padding: 1em 1em;
  display: none;
}
@media (min-width: 767px) {
  .block-nieuwsbrief {
    display: block;
  }
}
@media (max-width: 1024px) {
  .block-nieuwsbrief {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 767px) {
  .block-nieuwsbrief .beschrijving {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 1200px) {
  .block-nieuwsbrief .beschrijving {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 767px) {
  .block-nieuwsbrief .form {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .block-nieuwsbrief .form {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.block-nieuwsbrief input {
  height: 38px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.block-nieuwsbrief .form-inline {
  float: right;
}
.block-nieuwsbrief .beschrijving {
  font-weight: 700;
  font-size: 1.15em;
  margin-top: 6px;
}
.block-nieuwsbrief .button, .block-nieuwsbrief .btn {
  height: 38px;
  line-height: 38px;
  top: 1px;
  position: relative;
}

.uitgelicht {
  clear: both;
  overflow: hidden;
}
@media (max-width: 767px) {
  .uitgelicht .product {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .uitgelicht .product:nth-child(2n+2) {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
  .uitgelicht .product:nth-child(3) {
    display: none;
  }
}

.merken {
  margin-top: -1em;
  display: none;
}
@media (min-width: 767px) {
  .merken {
    display: block;
  }
}
.merken a {
  margin-bottom: .5em;
  transition: all .2s ease-in-out;
  opacity: 1;
}
@media (max-width: 767px) {
  .merken a {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .merken a:nth-child(2n+2) {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 767px) {
  .merken a {
    width: 18.64407%;
    float: left;
    margin-right: 1.69492%;
  }
  .merken a:nth-child(5n+5) {
    width: 18.64407%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.merken a:hover {
  opacity: .7;
}

.seo-block {
  display: none;
  background-color: #F6F6F6;
  font-size: .9em;
  border: 1px solid #F6F6F6;
  clear: both;
  overflow: hidden;
  padding: 1em 0em;
  margin-top: 1em;
}
@media (min-width: 767px) {
  .seo-block {
    display: block;
  }
}
.seo-block p:first-of-type {
  margin-top: 0;
}
.seo-block p:last-of-type {
  margin-bottom: 0;
}

.pntItemTable {
  border-collapse: collapse;
}
.pntItemTable td {
  padding: 5px;
  background-color: white;
  border: 1px solid #EBEBEB;
}
.pntItemTable thead td {
  font-weight: bold;
  background-color: #F3F6F8;
}

.rtf ul.checklist, .rtf ul {
  list-style: none;
  padding-left: 3em;
  margin-bottom: 1.5em;
}
.rtf ul.checklist li, .rtf ul li {
  margin-bottom: .5em;
}
.rtf ul.checklist li:before, .rtf ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 1.5em;
  color: #F47820;
  display: block;
  height: 0;
  width: 0;
  left: -1.4em;
  top: 0em;
  position: relative;
}

body.CobraNieuwsDetailsPage div.content-wrap div.rtf a,
body.MojoPaginaDetailsPage div.content-wrap div.rtf a,
body.MojoFolderDetailsPage div.content-wrap div.rtf a {
  color: #004990;
}

.content-sidebar h4 {
  font-size: 1.2em;
  margin-top: .3em;
}
.content-sidebar h3 {
  font-size: 1.5em;
}
.content-sidebar h3 .sidebarmenutitel {
  display: none;
}
@media (min-width: 767px) {
  .content-sidebar h3 .sidebarmenutitel {
    display: block;
  }
}
.content-sidebar .breadcrumb.sidebarcrumb {
  display: block;
}
@media (min-width: 767px) {
  .content-sidebar .breadcrumb.sidebarcrumb {
    display: none;
  }
}

.category-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  margin-bottom: 1em;
  background-color: #F47820;
}
.category-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-menu a {
  padding: .4em 1.1em;
  text-decoration: none;
  font-size: 1em;
  display: block;
  font-weight: 500;
  color: #221F1F;
  background-color: #F47820;
  border-bottom: 1px solid #ef6a0c;
  border-left: 1px solid #ef6a0c;
  border-right: 1px solid #ef6a0c;
  transition: all .1s ease-in-out;
}
.category-menu a:hover {
  background-color: #F15E22;
}
.category-menu li.current a {
  background-color: #ef6a0c;
  color: white;
}
.category-menu li.current li a {
  color: #221F1F;
  background-color: #F47820;
  padding-left: 2em;
}
.category-menu li.current li.current a {
  background-color: #ef6a0c;
  color: white;
}
.category-menu li.current li.current li a {
  color: #221F1F;
  background-color: #F47820;
  padding-left: 4em;
}
.category-menu li.current li.current li.current a {
  background-color: #ef6a0c;
  color: white;
}
.category-menu li.current li.current li.current li a {
  color: #221F1F;
  background-color: #F47820;
  padding-left: 6em;
}

.block-module-margin, .contact, .klantenservice, .daarom-viper {
  margin-bottom: 1em;
}

.block-module .rtf ul, .well .rtf ul, body.CobraNieuwsDetailsPage div.content-wrap div.rtf .rtf ul,
body.MojoPaginaDetailsPage div.content-wrap div.rtf .rtf ul,
body.MojoFolderDetailsPage div.content-wrap div.rtf .rtf ul, .cobraNieuwsItemsWrapper .rtf ul, #cobraNieuwsFilterPart .cobraNieuwsFilterGroepWrapper .rtf ul {
  padding-left: 2.1em;
}

.contact, .klantenservice, .daarom-viper {
  display: none;
}
@media (min-width: 767px) {
  .contact, .klantenservice, .daarom-viper {
    display: block;
  }
}
.contact i, .klantenservice i, .daarom-viper i {
  margin-right: .5em;
}

.klantenservice ul, .daarom-viper ul {
  padding-left: 1.5em;
}
.klantenservice li, .daarom-viper li {
  margin-bottom: .3em;
}

.daarom-viper ul {
  list-style: none;
  padding-left: 2.1em;
}
.daarom-viper li {
  margin-bottom: .5em;
}
.daarom-viper li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 1.5em;
  color: #F47820;
  display: block;
  height: 0;
  width: 0;
  left: -1.4em;
  top: 0em;
  position: relative;
}
.daarom-viper .button, .daarom-viper .btn {
  margin-top: .2em;
  margin-bottom: 1em;
  width: 100%;
}

.partner-block {
  clear: both;
  overflow: hidden;
  display: none;
}
@media (min-width: 767px) {
  .partner-block {
    display: block;
  }
}
.partner-block img {
  width: 49%;
}
@media (min-width: 1700px) {
  .partner-block img {
    width: auto;
  }
}
.partner-block a {
  width: 66.10169%;
}
@media (min-width: 1700px) {
  .partner-block a {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .partner-block a:nth-child(2n+2) {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}

#filterform h3.filterform-titel {
  margin-top: 0;
  margin-bottom: .5em;
  margin-left: .95em;
}

.filter-price {
  margin-bottom: 1em;
}
.filter-price label {
  display: block;
  font-weight: 600;
}
.filter-price .filter-price-left {
  float: left;
}
.filter-price .filter-price-right {
  float: right;
}
.filter-price input {
  width: 100%;
}

.filter-default {
  margin-bottom: 1em;
}
.filter-default label {
  margin-bottom: 4px;
  /*display: block;*/
  display: inline-block;
  width: 88%;
}
.filter-default input[type="checkbox"] {
  display: block;
  margin-top: 4px;
  margin-right: 8px;
  float: left;
}

h3.sidebarmenutitel a {
  color: #221f1f;
}
h3.sidebarmenutitel a:hover {
  color: #40b5e4;
}

.menu-mobilefooter {
  background-color: #F47820;
}
@media (min-width: 767px) {
  .menu-mobilefooter {
    display: none;
  }
}
.menu-mobilefooter ul {
  width: 100%;
  list-style: none outside none;
  padding-left: 1em;
  padding-right: 1em;
  margin-bottom: 0;
}
.menu-mobilefooter ul li {
  width: 100%;
  height: 3.5em;
  line-height: 3.5em;
  border-bottom: 1px solid #F15E22;
  cursor: pointer;
}
.menu-mobilefooter ul li a {
  float: left;
  color: #221F1F;
  font-weight: normal;
}
.menu-mobilefooter ul li div {
  float: right;
}

.site-footer {
  background-color: #F47820;
  background-color: #FFF;
  margin-top: 2em;
}
@media (min-width: 767px) {
  .site-footer .footer-block {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .site-footer .footer-block:nth-child(4n+4) {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.site-footer .footer-block h4 {
  font-size: 1.2em;
}
.site-footer .footer-block ul {
  padding-left: 1.5em;
  color: #FFF;
}
.site-footer .footer-block li {
  margin-bottom: .3em;
}
.site-footer .footer-block a {
  color: #004990;
  text-decoration: none;
  font-weight: 700;
}

/*.copyright {*/
.copyright-wrapper {
  background-color: #ef6a0c;
  padding: .7em;
  margin-top: 1em;
  width: 100%;
  color: #FFF;
}
.copyright-wrapper div.pull-left {
  width: 100%;
}
@media (min-width: 1024px) {
  .copyright-wrapper div.pull-left {
    width: 80%;
    width: 80%;
  }
}
.copyright-wrapper div.pull-right {
  width: 15%;
  display: none;
}
@media (min-width: 1024px) {
  .copyright-wrapper div.pull-right {
    display: block;
  }
}
.copyright-wrapper a {
  font-weight: normal;
  color: #FFF;
}
.copyright-wrapper img {
  width: auto;
  vertical-align: middle;
}

#cookie-bar {
  border-top: 1px solid #ccc;
  position: fixed;
  display: block;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  padding: .7em;
  margin: 0;
  font-size: 12px;
}
#cookie-bar .layout {
  width: 40%;
}
#cookie-bar .layout .radioWrapper {
  height: 30px;
}
#cookie-bar .layout .radioWrapper .pull-left input#cookieChoice {
  vertical-align: middle;
}
#cookie-bar button {
  background-color: #ef6a0c;
  color: white;
  border: 1px solid #be5409;
  border-radius: 2px;
  float: left;
  margin-left: 1em;
}
#cookie-bar a {
  text-decoration: underline;
  color: white;
  font-weight: normal;
}

#foot-scripts img {
  width: 1px !important;
  border: 1px solid black;
}

.topbar {
  background-color: #F7F5F4;
  padding-top: .3em;
  padding-bottom: 0em;
  font-size: 1em;
}
.topbar .fa-truck {
  color: #004990;
  font-size: 1.1em;
  margin-right: .3em;
  position: relative;
  top: 1px;
}
.topbar a.feedback-small {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAASCAYAAACtmXuIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDNzlCRkM4MDM3MkIxMUU0QTM0RTlCNEIxQjMzOTY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNzFBQzY4RTVCQjYxMUU1OTVENkVCRkUwNDczNUIyMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNzFBQzY4RDVCQjYxMUU1OTVENkVCRkUwNDczNUIyMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmU2OTE5NWU5LTZhNDAtNzY0NC05MzZkLWI0ZjkwNzdjMDhlMyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjQwNmJjMGU1LTViYjQtMTFlNS05M2NmLTk5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");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 110px;
  position: relative;
  color: #1E9FD3;
  top: -10px;
  font-size: 1.5em;
}
.topbar a.feedback-small span {
  font-size: .5em;
  position: relative;
  top: -.7em;
}

.gratis {
  border-bottom: 2px solid #1E9FD3;
}

.topbar-message-item {
  float: left;
  margin-right: 1.5em;
  padding-top: 7px;
}
@media (max-width: 767px) {
  .topbar-message-item {
    display: none;
  }
}

.logos-items {
  float: left;
}
.logos-items img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.topbar-message {
  width: 74.57627%;
  float: left;
  margin-right: 1.69492%;
}
@media (min-width: 767px) {
  .topbar-message {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.topbar-message .topbar-message-item span {
  text-decoration: none !important;
  border-bottom: 2px solid #1e9fd3;
}

.topbar-nav {
  width: 23.72881%;
  float: left;
  margin-right: 1.69492%;
  float: right;
  margin-right: 0;
}
@media (min-width: 767px) {
  .topbar-nav {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.topbar-nav ul {
  list-style: none;
  padding: .4em 0 0 0;
  margin: 0;
}
.topbar-nav a {
  color: #004990;
  font-weight: bold;
}
.topbar-nav nav {
  float: right;
}
.topbar-nav li {
  display: inline;
  margin-left: 1em;
}

.usp-head, .product-nav, .product-info-box, .product-row {
  background-color: #FFF;
  padding: .7em 0 .7em 0;
  border-bottom: 1px solid #EBEBEB;
}
.usp-head i, .product-nav i, .product-info-box i, .product-row i {
  color: #004990;
  font-size: 1.5em;
  float: left;
  position: relative;
  top: 10px;
}
.usp-head p, .product-nav p, .product-info-box p, .product-row p {
  margin: 0 0 0 40px;
}
@media (max-width: 767px) {
  .usp-head p, .product-nav p, .product-info-box p, .product-row p {
    margin: 0 0 0 20px;
  }
}
.usp-head p strong, .product-nav p strong, .product-info-box p strong, .product-row p strong {
  display: block;
}
@media (max-width: 767px) {
  .usp-head .block-2, .product-nav .block-2, .product-info-box .block-2, .product-row .block-2, .usp-head .block-3, .product-nav .block-3, .product-info-box .block-3, .product-row .block-3, .usp-head .block-4, .product-nav .block-4, .product-info-box .block-4, .product-row .block-4 {
    display: none;
  }
  .usp-head .block-1, .product-nav .block-1, .product-info-box .block-1, .product-row .block-1 {
    position: absolute;
    top: 130px;
  }
  .usp-head .block-1 a, .product-nav .block-1 a, .product-info-box .block-1 a, .product-row .block-1 a {
    color: #221F1F;
  }
}
.usp-head .block-1 p a, .product-nav .block-1 p a, .product-info-box .block-1 p a, .product-row .block-1 p a,
.usp-head .block-2 p a,
.product-nav .block-2 p a,
.product-info-box .block-2 p a,
.product-row .block-2 p a,
.usp-head .block-3 p a,
.product-nav .block-3 p a,
.product-info-box .block-3 p a,
.product-row .block-3 p a,
.usp-head .block-4 p a,
.product-nav .block-4 p a,
.product-info-box .block-4 p a,
.product-row .block-4 p a {
  color: #221F1F;
  font-weight: normal;
}
.usp-head .block-2 a span, .product-nav .block-2 a span, .product-info-box .block-2 a span, .product-row .block-2 a span {
  border-bottom: 2px solid #1e9fd3;
  text-decoration: none !important;
}
.usp-head .block-4, .product-nav .block-4, .product-info-box .block-4, .product-row .block-4 {
  margin-right: 0;
}

@media (max-width: 767px) {
  .usp-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 767px) {
  .usp-item {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .usp-item {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .usp-item:not(:first-child) {
    margin-top: 72px;
  }
}

.site-footer .usp-item {
  margin-top: 0px;
}

.winkelwagen-usp-item.verzendkosten a span {
  border-bottom: 2px solid #1e9fd3;
  text-decoration: none !important;
}

.pntVerticalFormWidgetLabel {
  font-weight: bold;
  text-transform: capitalize;
}

.pntVerticalFormWidgetLabel:first-letter {
  text-transform: uppercase;
}

.pntVerticalFormWidgetLabel, .pntVerticalFormWidgetDetailsExtra, .pntCompulsorySign {
  display: inline;
}

.pntMultipleVerticalFormWidgetContainer, .pntVerticalFormWidgetContainer {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  .pntMultipleVerticalFormWidgetContainer {
    clear: both;
    overflow: hidden;
  }
  .pntMultipleVerticalFormWidgetContainer .pntVerticalFormWidgetContainer {
    margin-top: 0;
    float: left;
    width: 48%;
    margin-right: 1em;
  }
  .pntMultipleVerticalFormWidgetContainer .pntVerticalFormWidgetContainer:last-child {
    margin-right: 0;
  }
}

.check_radio label {
  margin-right: 1em;
}

select[disabled], input[disabled] {
  background-color: #efefef;
}

.pntErrorDetailsRowIcon {
  float: right;
}

.pntVerticalFormWidgetContainerError input[type=text], .pntVerticalFormWidgetContainerError input[type=email], .pntVerticalFormWidgetContainerError input[type=tel], .pntVerticalFormWidgetContainerError input[type=password], .pntVerticalFormWidgetContainerError select, .pntVerticalFormWidgetContainerError textarea, .form-group.has-error input[type=text], .form-group.has-error input[type=email], .form-group.has-error input[type=tel], .form-group.has-error input[type=password], .form-group.has-error select, .form-group.has-error textarea {
  border-color: #F39B88;
}
.pntVerticalFormWidgetContainerError .pntVerticalFormWidgetLabel, .pntVerticalFormWidgetContainerError .help-block, .form-group.has-error .pntVerticalFormWidgetLabel, .form-group.has-error .help-block {
  color: #F39B88;
}

.form-group {
  max-width: 600px;
}

.winkelwagen-wrap {
  clear: both;
  overflow: hidden;
}

.page-title-wrap {
  clear: both;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .page-title-wrap .page-title {
    float: left;
  }
}
.page-title-wrap .button, .page-title-wrap .btn {
  float: right;
  /*margin-top: 12px;*/
  margin-top: 5px;
  margin-right: 8px;
}

@media (min-width: 767px) {
  .winkelwagen-left {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}

@media (min-width: 767px) {
  .winkelwagen-right {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}

.winkelwagen-right, .bestelling-bedankt {
  margin-bottom: 1em;
}
.winkelwagen-right .default-table tr, .bestelling-bedankt .default-table tr {
  background-color: #FFF;
}
.winkelwagen-right .default-table td, .winkelwagen-right .default-table th, .bestelling-bedankt .default-table td, .bestelling-bedankt .default-table th {
  background-color: #FFF;
  border: 1px solid #EBEBEB;
  padding: .5em 1em;
}
.winkelwagen-right .default-table th, .bestelling-bedankt .default-table th {
  text-align: left;
  padding: .5em 1em;
  font-weight: bold;
}
.winkelwagen-right .default-table td.winkelwagen-prijs-excl, .bestelling-bedankt .default-table td.winkelwagen-prijs-excl {
  font-size: .8em;
}
.winkelwagen-right .default-table .winkelwagen-prijs, .bestelling-bedankt .default-table .winkelwagen-prijs {
  width: 110px;
}
.winkelwagen-right .default-table a i, .bestelling-bedankt .default-table a i {
  color: #1E9FD3;
}
.winkelwagen-right .default-table td.img-td, .bestelling-bedankt .default-table td.img-td {
  padding: 0;
}
.winkelwagen-right .default-table .winkelwagen-afbeelding, .bestelling-bedankt .default-table .winkelwagen-afbeelding {
  width: 50px;
  padding: .5em .5em;
}
.winkelwagen-right .default-table .winkelwagen-afbeelding img, .bestelling-bedankt .default-table .winkelwagen-afbeelding img {
  width: 100%;
  height: auto;
}
.winkelwagen-right .default-table .quantityinput, .bestelling-bedankt .default-table .quantityinput {
  width: 70px;
}
.winkelwagen-right .default-table .chooseNumber, .bestelling-bedankt .default-table .chooseNumber {
  width: 90px;
}
.winkelwagen-right .default-table .chooseNumber input.quantityinput, .bestelling-bedankt .default-table .chooseNumber input.quantityinput {
  float: left;
  height: 23px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid black;
  text-align: right;
  padding-right: 5px;
  border-left: none;
  border-right: none;
  width: 38px;
}
.winkelwagen-right .default-table .chooseNumber .arrowUp, .winkelwagen-right .default-table .chooseNumber .arrowDown, .bestelling-bedankt .default-table .chooseNumber .arrowUp, .bestelling-bedankt .default-table .chooseNumber .arrowDown {
  float: left;
  width: 25px;
  height: 23px;
  font-size: 15px;
  border: 1px solid black;
  cursor: pointer;
}
.winkelwagen-right .default-table .chooseNumber .arrowUp i, .winkelwagen-right .default-table .chooseNumber .arrowDown i, .bestelling-bedankt .default-table .chooseNumber .arrowUp i, .bestelling-bedankt .default-table .chooseNumber .arrowDown i {
  color: black;
  -webkit-text-stroke: 1px white;
}
.winkelwagen-right .default-table .chooseNumber .arrowUp.arrowUp i, .winkelwagen-right .default-table .chooseNumber .arrowDown.arrowUp i, .bestelling-bedankt .default-table .chooseNumber .arrowUp.arrowUp i, .bestelling-bedankt .default-table .chooseNumber .arrowDown.arrowUp i {
  left: 5px;
}
.winkelwagen-right .default-table .chooseNumber .arrowUp.arrowDown i, .winkelwagen-right .default-table .chooseNumber .arrowDown.arrowDown i, .bestelling-bedankt .default-table .chooseNumber .arrowUp.arrowDown i, .bestelling-bedankt .default-table .chooseNumber .arrowDown.arrowDown i {
  left: 5px;
}
.winkelwagen-right td.total-desc, .bestelling-bedankt td.total-desc {
  text-align: right;
  line-height: 2em;
  font-weight: 400;
  padding-top: 1em;
  padding-bottom: 1em;
}
.winkelwagen-right td.totaal-number, .bestelling-bedankt td.totaal-number {
  text-align: left;
  line-height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.winkelwagen-right .winkelwagen-right .default-table th.text-right, .bestelling-bedankt .winkelwagen-right .default-table th.text-right {
  text-align: right;
}

.winkelwagen-prijs-excl, .prijs-excl {
  font-size: .8em;
  display: none;
  margin-bottom: .5em;
}
@media (min-width: 1024px) {
  .winkelwagen-prijs-excl, .prijs-excl {
    display: block;
  }
}

.winkelwagen-usp {
  background-color: #FFF;
  border: 1px solid #EBEBEB;
  padding: 1em 1.2em;
  margin-top: 4em;
}
.winkelwagen-usp h4 {
  font-size: 1.2em;
  margin-top: .3em;
}
@media (max-width: 767px) {
  .winkelwagen-usp {
    display: none;
  }
}

.winkelwagen-usp-item {
  margin-bottom: 1em;
}
.winkelwagen-usp-item i {
  color: #1E9FD3;
  font-size: 1.5em;
  float: left;
  position: relative;
  top: 10px;
}
.winkelwagen-usp-item p {
  margin: 0 0 0 40px;
}
.winkelwagen-usp-item p strong {
  display: block;
}
.winkelwagen-usp-item p a {
  color: #221F1F;
  font-weight: normal;
}

.winkelwagen-usp-margin {
  margin-top: 0;
}

@media (min-width: 767px) {
  .bestelling-bedankt-left {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}

@media (min-width: 767px) {
  .bestelling-bedankt-right {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.bestelling-bedankt-right h2 {
  margin-top: .5em;
}

.bestelling-bedankt-bottom {
  clear: both;
  overflow: hidden;
}

div.product-related .product-excerpt:last-child {
  margin-right: 0;
}

.MojoPaginaMojoShopCartPage .winkelwagen-usp {
  margin-top: 0;
}

@media (max-width: 767px) {
  .MojoPaginaMojoShopOrderCheckoutSubmitPage .product-nav-container,
  .MojoPaginaMojoShopCartPage .product-nav-container {
    display: none;
  }
}

body.MojoAgendaDetailsPage .content-wrap,
body.MojoAgendaPuntDetailsPage .content-wrap {
  margin-bottom: 25em;
  overflow: hidden;
  padding: 1em 1.2em;
  background-color: #FFF;
  border: 1px solid #cfd0d2;
}
body.MojoAgendaDetailsPage .content-wrap .clickable_td,
body.MojoAgendaPuntDetailsPage .content-wrap .clickable_td {
  width: 100%;
}
body.MojoAgendaDetailsPage .content-wrap .clickable_td thead tr,
body.MojoAgendaPuntDetailsPage .content-wrap .clickable_td thead tr {
  background-color: #F47820;
}
body.MojoAgendaDetailsPage .content-wrap .clickable_td thead tr th,
body.MojoAgendaPuntDetailsPage .content-wrap .clickable_td thead tr th {
  height: 30px;
  padding: 5px;
  color: black;
  text-align: left;
}
body.MojoAgendaDetailsPage .content-wrap .clickable_td tbody tr td,
body.MojoAgendaPuntDetailsPage .content-wrap .clickable_td tbody tr td {
  padding: 5px;
  width: 200px;
}
body.MojoAgendaDetailsPage .content-wrap .clickable_td tbody tr:nth-child(odd),
body.MojoAgendaPuntDetailsPage .content-wrap .clickable_td tbody tr:nth-child(odd) {
  background-color: #dadada;
}
body.MojoAgendaDetailsPage #cobraNieuwsFilterPart a.filterlink.selected,
body.MojoAgendaPuntDetailsPage #cobraNieuwsFilterPart a.filterlink.selected {
  color: red;
}

body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .clickable_td {
  width: 100%;
}
body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .clickable_td thead tr {
  background-color: #F47820;
}
body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .clickable_td thead tr th {
  height: 30px;
  padding: 5px;
  color: black;
  text-align: left;
}
body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .clickable_td tbody tr td {
  padding: 5px;
  width: 200px;
}
body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .clickable_td tbody tr:nth-child(odd) {
  background-color: #dadada;
}
body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .pntRadioWidgetOptionWrapper input.pntRadioWidget {
  margin-right: 5px;
}
body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .multipleFormWidgets #postcode, body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .multipleFormWidgets #huisnummer, body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .multipleFormWidgets #toevoeging {
  display: inline-block;
  width: 28%;
}
body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .multipleFormWidgets #postcode:not(#toevoeging), body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .multipleFormWidgets #huisnummer:not(#toevoeging), body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .multipleFormWidgets #toevoeging:not(#toevoeging) {
  margin-right: 2%;
}
body.MojoPaginaMojoAgendaPuntAanmeldingSubmitPage .multipleFormWidgets #postcode {
  width: 40%;
}

body.MojoPaginaMojoMailInschrijvingPage #mojoShopGenderId .pntRadioWidgetOptionWrapper {
  display: inline-block;
  margin-right: 15px;
}
body.MojoPaginaMojoMailInschrijvingPage #mojoShopGenderId .pntRadioWidgetOptionWrapper input {
  margin-right: 3px;
}
body.MojoPaginaMojoMailInschrijvingPage #pntVerticalFormWidgetContainerGroepen div.pntVerticalFormWidgetLabel {
  text-transform: initial;
}
body.MojoPaginaMojoMailInschrijvingPage .pntMtoNWidgetContainer input[type="checkbox"] {
  margin-right: 15px;
}
body.MojoPaginaMojoMailInschrijvingPage .buttons {
  margin-top: 15px;
}
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .content-wrapper {
  min-height: 50em;
}
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .topbar,
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .winkelwagen-container,
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .usp-head,
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .product-nav,
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .product-info-box,
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .product-row,
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .content-sidebar,
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .breadcrumb-wrap,
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .site-footer {
  display: none;
}
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .logo-container {
  width: 50%;
}
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .logo-container a.brand img {
  width: initial;
}
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .content-wrapper .layout {
  padding-top: 0;
  margin: 0 auto;
  float: none;
}
@media (min-width: 767px) {
  body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .content-wrapper .layout {
    width: 57.62712%;
  }
}
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .content-wrapper .layout .content-main.default-content {
  width: 100%;
}
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .menu-main {
  height: 2.5em;
}
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .menu-main .layout {
  visibility: hidden;
}
body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .site-header {
  margin: 0 auto;
}
@media (min-width: 767px) {
  body.MojoPaginaMojoMailInschrijvingPage.minimalLayout .site-header .layout {
    width: 57.62712%;
  }
}

html.MojoPaginaMojoShopCustomerAccountPage table .text-info {
  font-weight: bold;
  color: black;
}
html.MojoPaginaMojoShopCustomerAccountPage #customerDetails td {
  padding-right: 4em;
}

html.MojoPaginaMojoShopLoginAccountPage div.winkelwagen-usp {
  margin-top: 1em;
}

.MojoPaginaOfferteaanvraagSubmitPage .offerteaanvraag-sidebar-mojoobject {
  margin-top: 60px;
}
.MojoPaginaOfferteaanvraagSubmitPage .offerteaanvraag-sidebar {
  float: right;
}
@media (min-width: 1024px) {
  .MojoPaginaOfferteaanvraagSubmitPage .offerteaanvraag-sidebar {
    float: left;
  }
}
.MojoPaginaOfferteaanvraagSubmitPage .content-main {
  float: left;
}
@media (min-width: 1024px) {
  .MojoPaginaOfferteaanvraagSubmitPage .content-main {
    float: right;
  }
}

.MojoShopCategoryDetailsPage .filter-bar.top {
  display: none;
}
@media (min-width: 1024px) {
  .MojoShopCategoryDetailsPage .filter-bar.top {
    display: block;
  }
}
.MojoShopCategoryDetailsPage .content-float .breadcrumb-wrap {
  display: block;
}
@media (min-width: 1024px) {
  .MojoShopCategoryDetailsPage .content-float .breadcrumb-wrap {
    display: none;
  }
}
.MojoShopCategoryDetailsPage .content-float h2.categoryTitel {
  display: block;
  font-size: 2em;
  margin: 0.67em 0 1.2em 0;
}
@media (min-width: 1024px) {
  .MojoShopCategoryDetailsPage .content-float h2.categoryTitel {
    display: none;
  }
}
@media (min-width: 1024px) {
  .MojoShopCategoryDetailsPage .content-float .content-main.default-content {
    float: right;
  }
}
.MojoShopCategoryDetailsPage .content-float .content-main.default-content .breadcrumb-wrap {
  display: none;
}
@media (min-width: 1024px) {
  .MojoShopCategoryDetailsPage .content-float .content-main.default-content .breadcrumb-wrap {
    display: block;
  }
}
.MojoShopCategoryDetailsPage .content-float .content-main.default-content .content-wrap .product-excerpt-order-button-wrapper {
  width: 100%;
  display: inline-block;
}
@media (min-width: 1024px) {
  .MojoShopCategoryDetailsPage .content-float .content-main.default-content .content-wrap .product-excerpt-order-button-wrapper {
    margin-bottom: 0px;
  }
}
.MojoShopCategoryDetailsPage .content-float .content-main.default-content .content-wrap .product-excerpt-order-button-wrapper a.button, .MojoShopCategoryDetailsPage .content-float .content-main.default-content .content-wrap .product-excerpt-order-button-wrapper a.btn {
  width: 100%;
  max-width: 350px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.MojoShopCategoryDetailsPage .content-float .content-main.default-content .content-wrap h1 {
  display: none;
}
@media (min-width: 1024px) {
  .MojoShopCategoryDetailsPage .content-float .content-main.default-content .content-wrap h1 {
    display: block;
  }
}
@media (min-width: 1024px) {
  .MojoShopCategoryDetailsPage .content-float .content-sidebar {
    float: left;
  }
}
.MojoShopCategoryDetailsPage .content-float .content-sidebar h3.sidebarmenutitel {
  display: none;
}
@media (min-width: 1024px) {
  .MojoShopCategoryDetailsPage .content-float .content-sidebar h3.sidebarmenutitel {
    display: block;
  }
}
.MojoShopCategoryDetailsPage .content-float .content-sidebar .breadcrumb.sidebarcrumb.visible-mobile {
  display: none;
}

.category-banner img {
  width: 100%;
}

#pricesliderdiv {
  margin: 1em;
}

.filter-price input {
  display: block;
  width: 40px;
  border-width: 0;
  float: left;
}
.filter-price #filter-price-maximum {
  float: right;
  width: 50px;
}

p.categorie-ondertitel {
  margin: 0;
  line-height: 1;
  display: none;
}
@media (min-width: 1024px) {
  p.categorie-ondertitel {
    display: initial;
  }
}

.filter-bar .itemsPerPage {
  background-color: #f9b381;
  border: 1px solid #a64a08;
  border-right-width: 0;
  font-size: 12px;
}
.filter-bar .itemsPerPage option {
  background-color: #f9b381;
  font-size: 12px;
}

.category-no-products-wrapper .rtf a {
  text-decoration: underline;
}
.category-no-products-wrapper .product-left img {
  width: 100%;
}
.category-no-products-wrapper .mail-block {
  clear: both;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
.category-no-products-wrapper .mail-block .product-price {
  float: right;
  margin-right: 20px;
  text-align: right;
}
.category-no-products-wrapper .mail-block .product-price-incl {
  font-size: 1.3em;
}
.category-no-products-wrapper .mail-block .product-price-excl {
  font-size: .8em;
}
.category-no-products-wrapper .mail-block .product-rating-small {
  float: left;
  margin-right: 15px;
}
.category-no-products-wrapper .mail-block .product-rating-small p {
  margin: 5px 0 5px;
}
.category-no-products-wrapper .mail-block .product-rating-small i {
  color: #FFEB3B;
  margin-right: 5px;
}

html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .topbar,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .site-header,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .site-footer,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .usp-head,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-nav,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-info-box,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-row,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .checkoutTopButtonDiv {
  display: none;
}
@media (min-width: 1024px) {
  html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .topbar,
  html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .site-header,
  html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .site-footer,
  html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .usp-head,
  html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-nav,
  html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-info-box,
  html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-row,
  html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .checkoutTopButtonDiv {
    display: block;
  }
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .well, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage body.CobraNieuwsDetailsPage div.content-wrap div.rtf, body.CobraNieuwsDetailsPage div.content-wrap html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.rtf,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage body.MojoPaginaDetailsPage div.content-wrap div.rtf,
body.MojoPaginaDetailsPage div.content-wrap html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.rtf,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage body.MojoFolderDetailsPage div.content-wrap div.rtf,
body.MojoFolderDetailsPage div.content-wrap html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.rtf, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .cobraNieuwsItemsWrapper, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #cobraNieuwsFilterPart .cobraNieuwsFilterGroepWrapper, #cobraNieuwsFilterPart html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .cobraNieuwsFilterGroepWrapper {
  clear: both;
  overflow: hidden;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .well .well-header, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage body.CobraNieuwsDetailsPage div.content-wrap div.rtf .well-header, body.CobraNieuwsDetailsPage div.content-wrap html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.rtf .well-header,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage body.MojoPaginaDetailsPage div.content-wrap div.rtf .well-header,
body.MojoPaginaDetailsPage div.content-wrap html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.rtf .well-header,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage body.MojoFolderDetailsPage div.content-wrap div.rtf .well-header,
body.MojoFolderDetailsPage div.content-wrap html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.rtf .well-header, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .cobraNieuwsItemsWrapper .well-header, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #cobraNieuwsFilterPart .cobraNieuwsFilterGroepWrapper .well-header, #cobraNieuwsFilterPart html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .cobraNieuwsFilterGroepWrapper .well-header {
  clear: both;
  overflow: hidden;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .well h2, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage body.CobraNieuwsDetailsPage div.content-wrap div.rtf h2, body.CobraNieuwsDetailsPage div.content-wrap html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.rtf h2,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage body.MojoPaginaDetailsPage div.content-wrap div.rtf h2,
body.MojoPaginaDetailsPage div.content-wrap html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.rtf h2,
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage body.MojoFolderDetailsPage div.content-wrap div.rtf h2,
body.MojoFolderDetailsPage div.content-wrap html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.rtf h2, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .cobraNieuwsItemsWrapper h2, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #cobraNieuwsFilterPart .cobraNieuwsFilterGroepWrapper h2, #cobraNieuwsFilterPart html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .cobraNieuwsFilterGroepWrapper h2 {
  margin-top: 0;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .checkout-confirm-editlink {
  text-decoration: underline;
  font-size: 1.1em;
  color: #1E9FD3;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .checkout-confirm-editlink i.fa {
  margin-right: 3px;
  font-size: 1.2em;
  color: #1E9FD3;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .checkout-confirm-editlink:hover {
  text-decoration: none;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage textarea {
  height: 50px;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .form-group.termsaccepted {
  clear: none;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .form-group.termsaccepted > label.control-label.col-sm-2 {
  display: none;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .form-group.termsaccepted #widgetContainerTermsaccepted {
  width: 100%;
  float: left;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #checkout-confirm-cart-table {
  border-collapse: collapse;
  width: 100%;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #checkout-confirm-cart-table td, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #checkout-confirm-cart-table th {
  border: 1px solid #dedede;
  padding: 4px;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #checkout-confirm-cart-table td.checkout-confirm-cart-table-quantity, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #checkout-confirm-cart-table td.checkout-confirm-cart-table-price, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #checkout-confirm-cart-table th.checkout-confirm-cart-table-quantity, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #checkout-confirm-cart-table th.checkout-confirm-cart-table-price {
  text-align: right;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #checkout-confirm-cart-table td.img, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage #checkout-confirm-cart-table th.img {
  text-align: center;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.thuiswinkelWrapper {
  width: 100%;
  margin-top: 1em;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.thuiswinkelWrapper img.thuiswinkel-logo {
  margin-top: 1.4em;
  float: right;
  width: 3.8em;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.thuiswinkelWrapper h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .9em;
  font-weight: bold;
}
html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.thuiswinkelWrapper p {
  margin-top: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.thuiswinkelWrapper {
    width: 30.4em;
  }
}
@media (min-width: 1200px) {
  html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage div.thuiswinkelWrapper {
    width: 38em;
  }
}

html.MojoPaginaMojoShopOrderCheckoutSubmitPage .checkout-confirm-editlink {
  text-decoration: underline;
  font-size: 1.1em;
  color: #1E9FD3;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage .checkout-confirm-editlink i.fa {
  font-size: 1em;
  margin-right: 3px;
  color: #1E9FD3;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage .checkout-confirm-editlink:hover {
  text-decoration: none;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage .checkoutSubmitButtonWrapper {
  float: left;
  width: 74.57627%;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage .checkoutSubmitButtonWrapper #checkoutSubmitButton {
  font-size: 0.7em;
}
@media (min-width: 479px) {
  html.MojoPaginaMojoShopOrderCheckoutSubmitPage .checkoutSubmitButtonWrapper #checkoutSubmitButton {
    font-size: 1em;
  }
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage .mojoShopShippingmethodRadioPrice.gratis {
  border-bottom: none;
  font-weight: bold;
  color: #F15E22;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage .thuiswinkelLogo {
  float: right;
  height: 78px;
  width: 15.25424%;
  box-sizing: content-box;
  text-align: right;
  padding-right: 0.4em;
  margin-right: 1em;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage .thuiswinkelLogo img {
  width: auto;
  height: 80%;
}
@media (min-width: 1024px) {
  html.MojoPaginaMojoShopOrderCheckoutSubmitPage .thuiswinkelLogo img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1200px) {
  html.MojoPaginaMojoShopOrderCheckoutSubmitPage .thuiswinkelLogo img {
    width: auto;
    height: 100%;
  }
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #mojoShopOrderCheckoutCart {
  width: 100%;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #mojoShopOrderCheckoutCart tr td,
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #mojoShopOrderCheckoutCart tr th {
  padding: .3em;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #mojoShopOrderCheckoutCart tr td:first-child,
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #mojoShopOrderCheckoutCart tr th:first-child {
  padding-left: .3em;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #mojoShopOrderCheckoutCart tr th {
  background-color: #d3d3d3;
  padding-top: .3em;
  padding-bottom: .3em;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #mojoShopOrderCheckoutCart tr th:first-child {
  padding-left: .3em;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #mojoShopOrderCheckoutCart tr.even {
  background-color: #ebebeb;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-buttom-submit-well {
  display: block;
}
@media (min-width: 1024px) {
  html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-buttom-submit-well {
    display: none;
  }
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-zakelijk {
  display: none;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl {
  display: none;
  position: relative;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl .postnl-spinner-wrapper {
  display: none;
  margin-top: 3em;
  text-align: center;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl .postnl-spinner-wrapper .postnl-spinner {
  margin: 0 auto;
  width: 40%;
  height: 40%;
  z-index: 999;
  color: #333;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl .postnl-spinner-wrapper .postnl-spinner .div {
  text-align: center;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl .postnlPostcodeWrapper p {
  display: inline-block;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl .postnlPostcodeWrapper #postnlPakjegemakPostcode {
  display: inline-block;
  height: 36px;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl #checkout-postnl-location-wrapper .locationRadioListWrapper {
  width: 100%;
  margin: 4px 0 6px;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl #checkout-postnl-location-wrapper .locationRadioListWrapper input[name=mojoShopRequestPostnlLocationId] {
  float: left;
  margin-top: 15px;
  margin-right: 5px;
  margin-bottom: 20px;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl #checkout-postnl-location-wrapper .locationRadioListWrapper label .postnlLocationName {
  float: left;
  color: #B1C200;
  font-weight: bold;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl #checkout-postnl-location-wrapper .locationRadioListWrapper label .postnlLocationDistance {
  float: right;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl #checkout-postnl-location-wrapper .locationRadioListWrapper label .postnlOpeningHours {
  display: none;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage #checkout-middle #checkout-postnl #checkout-postnl-location-wrapper .locationRadioListWrapper label .postnlOpeningHours table tr td:first-child {
  width: 100px;
}
html.MojoPaginaMojoShopOrderCheckoutSubmitPage .breadcrumb, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .breadcrumb {
  display: none;
}
html.MojoPaginaMojoShopConfirmedPage h1, html.MojoPaginaMojoShopPaymentOgoneVisaPage h1, html.MojoPaginaMojoShopPaymentOgonePayPalPage h1, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage h1, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage h1, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage h1, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage h1, html.MojoPaginaMojoShopOrderCheckoutSubmitPage h1, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage h1, html.MojoPaginaMojoShopPaymentOgoneIdealPage h1 {
  display: none;
}
@media (min-width: 1024px) {
  html.MojoPaginaMojoShopConfirmedPage h1, html.MojoPaginaMojoShopPaymentOgoneVisaPage h1, html.MojoPaginaMojoShopPaymentOgonePayPalPage h1, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage h1, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage h1, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage h1, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage h1, html.MojoPaginaMojoShopOrderCheckoutSubmitPage h1, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage h1, html.MojoPaginaMojoShopPaymentOgoneIdealPage h1 {
    display: block;
  }
}
html.MojoPaginaMojoShopConfirmedPage .usp-head, html.MojoPaginaMojoShopConfirmedPage .product-nav, html.MojoPaginaMojoShopConfirmedPage .product-info-box, html.MojoPaginaMojoShopConfirmedPage .product-row, html.MojoPaginaMojoShopPaymentOgoneVisaPage .usp-head, html.MojoPaginaMojoShopPaymentOgoneVisaPage .product-nav, html.MojoPaginaMojoShopPaymentOgoneVisaPage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneVisaPage .product-row, html.MojoPaginaMojoShopPaymentOgonePayPalPage .usp-head, html.MojoPaginaMojoShopPaymentOgonePayPalPage .product-nav, html.MojoPaginaMojoShopPaymentOgonePayPalPage .product-info-box, html.MojoPaginaMojoShopPaymentOgonePayPalPage .product-row, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .usp-head, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .product-nav, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .product-row, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .usp-head, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .product-nav, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .product-row, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .usp-head, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .product-nav, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .product-row, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .usp-head, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .product-nav, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .product-row, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .usp-head, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .product-nav, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .product-info-box, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .product-row, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .usp-head, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-nav, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-info-box, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-row, html.MojoPaginaMojoShopPaymentOgoneIdealPage .usp-head, html.MojoPaginaMojoShopPaymentOgoneIdealPage .product-nav, html.MojoPaginaMojoShopPaymentOgoneIdealPage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneIdealPage .product-row {
  display: none;
}
@media (min-width: 1024px) {
  html.MojoPaginaMojoShopConfirmedPage .usp-head, html.MojoPaginaMojoShopConfirmedPage .product-nav, html.MojoPaginaMojoShopConfirmedPage .product-info-box, html.MojoPaginaMojoShopConfirmedPage .product-row, html.MojoPaginaMojoShopPaymentOgoneVisaPage .usp-head, html.MojoPaginaMojoShopPaymentOgoneVisaPage .product-nav, html.MojoPaginaMojoShopPaymentOgoneVisaPage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneVisaPage .product-row, html.MojoPaginaMojoShopPaymentOgonePayPalPage .usp-head, html.MojoPaginaMojoShopPaymentOgonePayPalPage .product-nav, html.MojoPaginaMojoShopPaymentOgonePayPalPage .product-info-box, html.MojoPaginaMojoShopPaymentOgonePayPalPage .product-row, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .usp-head, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .product-nav, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .product-row, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .usp-head, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .product-nav, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .product-row, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .usp-head, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .product-nav, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .product-row, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .usp-head, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .product-nav, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .product-row, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .usp-head, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .product-nav, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .product-info-box, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .product-row, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .usp-head, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-nav, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-info-box, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .product-row, html.MojoPaginaMojoShopPaymentOgoneIdealPage .usp-head, html.MojoPaginaMojoShopPaymentOgoneIdealPage .product-nav, html.MojoPaginaMojoShopPaymentOgoneIdealPage .product-info-box, html.MojoPaginaMojoShopPaymentOgoneIdealPage .product-row {
    display: block;
  }
}
html.MojoPaginaMojoShopConfirmedPage .breadcrumb, html.MojoPaginaMojoShopPaymentOgoneVisaPage .breadcrumb, html.MojoPaginaMojoShopPaymentOgonePayPalPage .breadcrumb, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .breadcrumb, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .breadcrumb, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .breadcrumb, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .breadcrumb, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .breadcrumb, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .breadcrumb, html.MojoPaginaMojoShopPaymentOgoneIdealPage .breadcrumb {
  display: none;
}
html.MojoPaginaMojoShopConfirmedPage .menu-main, html.MojoPaginaMojoShopPaymentOgoneVisaPage .menu-main, html.MojoPaginaMojoShopPaymentOgonePayPalPage .menu-main, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .menu-main, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .menu-main, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .menu-main, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .menu-main, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .menu-main, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .menu-main, html.MojoPaginaMojoShopPaymentOgoneIdealPage .menu-main {
  display: none;
}
html.MojoPaginaMojoShopConfirmedPage .menu-mobilefooter, html.MojoPaginaMojoShopPaymentOgoneVisaPage .menu-mobilefooter, html.MojoPaginaMojoShopPaymentOgonePayPalPage .menu-mobilefooter, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .menu-mobilefooter, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .menu-mobilefooter, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .menu-mobilefooter, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .menu-mobilefooter, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .menu-mobilefooter, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .menu-mobilefooter, html.MojoPaginaMojoShopPaymentOgoneIdealPage .menu-mobilefooter {
  display: none;
}
html.MojoPaginaMojoShopConfirmedPage .site-footer .layout.footerblockWrapper, html.MojoPaginaMojoShopPaymentOgoneVisaPage .site-footer .layout.footerblockWrapper, html.MojoPaginaMojoShopPaymentOgonePayPalPage .site-footer .layout.footerblockWrapper, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .site-footer .layout.footerblockWrapper, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .site-footer .layout.footerblockWrapper, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .site-footer .layout.footerblockWrapper, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .site-footer .layout.footerblockWrapper, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .site-footer .layout.footerblockWrapper, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .site-footer .layout.footerblockWrapper, html.MojoPaginaMojoShopPaymentOgoneIdealPage .site-footer .layout.footerblockWrapper {
  display: none;
}
html.MojoPaginaMojoShopConfirmedPage .site-footer .copyright-wrapper, html.MojoPaginaMojoShopPaymentOgoneVisaPage .site-footer .copyright-wrapper, html.MojoPaginaMojoShopPaymentOgonePayPalPage .site-footer .copyright-wrapper, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .site-footer .copyright-wrapper, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .site-footer .copyright-wrapper, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .site-footer .copyright-wrapper, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .site-footer .copyright-wrapper, html.MojoPaginaMojoShopOrderCheckoutSubmitPage .site-footer .copyright-wrapper, html.MojoPaginaMojoShopOrderCheckoutConfirmSubmitPage .site-footer .copyright-wrapper, html.MojoPaginaMojoShopPaymentOgoneIdealPage .site-footer .copyright-wrapper {
  margin-top: 0;
}
html .block-module, html .well, html body.CobraNieuwsDetailsPage div.content-wrap div.rtf, body.CobraNieuwsDetailsPage div.content-wrap html div.rtf,
html body.MojoPaginaDetailsPage div.content-wrap div.rtf,
body.MojoPaginaDetailsPage div.content-wrap html div.rtf,
html body.MojoFolderDetailsPage div.content-wrap div.rtf,
body.MojoFolderDetailsPage div.content-wrap html div.rtf, html .cobraNieuwsItemsWrapper, html #cobraNieuwsFilterPart .cobraNieuwsFilterGroepWrapper, #cobraNieuwsFilterPart html .cobraNieuwsFilterGroepWrapper {
  margin-bottom: 1em;
  overflow: hidden;
}
html .topbar,
html .site-header,
html .site-footer,
html .usp-wrapper,
html .checkoutTopButtonDiv {
  display: none;
}
@media (min-width: 1024px) {
  html .topbar,
  html .site-header,
  html .site-footer,
  html .usp-wrapper,
  html .checkoutTopButtonDiv {
    display: block;
  }
}

.content-wrapper .checkout-mobileheader {
  background-color: white;
  padding-top: 1em;
  display: block;
}
@media (min-width: 1024px) {
  .content-wrapper .checkout-mobileheader {
    display: none;
  }
}
.content-wrapper .checkout-mobileheader .logo-container {
  float: left;
  width: 44.91525%;
  height: auto;
  margin-left: 6.77966%;
}
.content-wrapper .checkout-mobileheader .logo-container .brand {
  margin-top: 0;
}
.content-wrapper .checkout-mobileheader .winkelwagen-container {
  width: 40.67797%;
  float: right;
  text-shadow: none;
}
.content-wrapper .checkout-mobileheader .winkelwagen-container .fa:hover {
  color: #cddf17;
}
.content-wrapper .checkout-mobileheader .winkelwagen-container .login {
  display: inline-block;
  float: right;
  padding-top: .2em;
  padding-left: .3em;
  text-align: center;
  color: #004990;
}
.content-wrapper .checkout-mobileheader .winkelwagen-container .login a {
  line-height: .7em;
  margin-left: 0;
  display: inline-block;
}
.content-wrapper .checkout-mobileheader .winkelwagen-container .login a .fa {
  font-size: 1.6em;
  color: #004990;
}
.content-wrapper .checkout-mobileheader .winkelwagen-container .login div {
  font-size: 1em;
  line-height: .6em;
}
.content-wrapper .checkout-mobileheader .winkelwagen-container .login div a {
  font-size: .8em;
  line-height: .6em;
  color: #004990;
}
.content-wrapper .checkout-mobileheader .winkelwagen-container .winkelwagen {
  text-shadow: none;
  position: relative;
  border-radius: 0;
  background-color: transparent;
  margin-top: 0;
  padding: 0 15px .7em .4em;
}
.content-wrapper .checkout-mobileheader .winkelwagen-container .winkelwagen .fa {
  color: #004990;
  font-size: 2.2em;
}
.content-wrapper .checkout-mobileheader .winkelwagen-container .winkelwagen .aantal-item {
  background-color: transparent;
  color: #F57C00;
  top: -0.7em;
  right: 10px;
  font-size: .8em;
}
.content-wrapper .checkout-mobileheader .feedback-icon {
  float: left;
  margin: 0 1em .5em 2em;
  width: 100%;
  clear: both;
}
@media (min-width: 767px) {
  .content-wrapper .checkout-mobileheader .feedback-icon {
    margin-left: 4em;
  }
}
.content-wrapper .layout .checkoutStepsContainer {
  display: block;
  margin-top: 0;
}
@media (min-width: 767px) {
  .content-wrapper .layout .checkoutStepsContainer {
    margin-top: 2.7em;
  }
}
.content-wrapper .layout .checkoutStepsContainer #checkoutTitle {
  padding: 1em 1.2em 3em 1.2em;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutTitle h1 {
  font-size: 1.6em;
  line-height: 100%;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1em;
  text-align: center;
  display: block;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps {
  position: relative;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul {
  border: 2px solid darkgrey;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul:after {
  content: '';
  height: 4px;
  width: 100.3%;
  border: 2px solid #F15E22;
  position: absolute;
  bottom: 0;
  left: -2px;
  z-index: 300;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul.afrekenen:after {
  width: 20%;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul.controleren:after {
  width: 51.5%;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul.betalen:after {
  width: 80%;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li {
  color: #AAAAAA;
  display: block;
  position: absolute;
  float: left;
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 190%;
  top: -13px;
  z-index: 350;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li .checkoutStepLabel {
  width: 6em;
  line-height: 220%;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li.completed .rbutton {
  background-color: #F15E22;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li.completed .checkoutStepLabel {
  color: #F15E22;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li.completed .checkoutStepLabel i {
  display: inline;
  color: #F15E22;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li.uncompleted .rbutton {
  background-color: darkgrey;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li.uncompleted .checkoutStepLabel i {
  display: none;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li:first-child {
  left: 8%;
}
@media (min-width: 479px) {
  .content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li:first-child {
    left: 18%;
  }
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li:first-child .checkoutStepLabel {
  margin-left: -1.5em;
}
@media (min-width: 479px) {
  .content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li:first-child .checkoutStepLabel {
    margin-left: -2em;
  }
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li:nth-child(2) {
  left: 44%;
}
@media (min-width: 479px) {
  .content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li:nth-child(2) {
    left: 50%;
  }
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li:nth-child(2) .checkoutStepLabel {
  margin-left: -1.2em;
}
@media (min-width: 479px) {
  .content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li:nth-child(2) .checkoutStepLabel {
    margin-left: -2em;
  }
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li:nth-child(3) {
  left: 80%;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li:nth-child(3) .checkoutStepLabel {
  margin-left: -0.4em;
}
@media (min-width: 479px) {
  .content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li:nth-child(3) .checkoutStepLabel {
    margin-left: -0.8em;
  }
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li .rbutton {
  font-weight: bold;
  width: 100%;
  height: 100%;
  background-color: #004990;
  border-radius: 50%;
  color: white;
  text-align: center;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li .checkoutStepLabel {
  font-weight: bold;
  margin-left: -1em;
  position: relative;
  color: #221F1F;
}
.content-wrapper .layout .checkoutStepsContainer #checkoutSteps ul li .checkoutStepLabel i {
  display: none;
  color: #221F1F;
  margin-left: .3em;
  position: absolute;
  top: .5em;
}

@media (min-width: 1024px) {
  #pntVerticalFormWidgetContainerFactuuradresNumber, #pntVerticalFormWidgetContainerFactuuradresNumberAddition {
    width: 20%;
  }
}

div.mojoShopPaymentmethodRadioContainer {
  margin-bottom: 4px;
  float: left;
  width: 100%;
}

input.mojoShopPaymentmethodRadio {
  margin-top: 6px;
}

img.mojoShopPaymentmethodRadioLogo {
  height: 25px;
  width: auto;
  float: right;
}

img#mojoShopPaymentmethodId_4 {
  height: 30px;
}

div.mojoShopShippingmethodRadioContainer {
  height: 25px;
}

.checkoutTopButtonDiv {
  text-align: right;
  float: right;
  margin-top: 10px;
}

#mojoShopKlanttypeId .pntRadioWidgetOptionWrapper, #factuuradresMojoShopGenderId .pntRadioWidgetOptionWrapper {
  display: inline-block;
  margin-right: 15px;
}
#mojoShopKlanttypeId .pntRadioWidgetOptionWrapper input, #factuuradresMojoShopGenderId .pntRadioWidgetOptionWrapper input {
  margin-right: 3px;
}

body.MojoShopToplistDetailsPage .topitem {
  float: left;
  width: 100%;
  background-color: #FFF;
  margin: 20px 0px;
  position: relative;
  padding: 15px;
}
body.MojoShopToplistDetailsPage .topitem .cntItem {
  float: left;
  height: 100%;
  margin-right: 15px;
}
body.MojoShopToplistDetailsPage .topitem .cntItem span {
  margin: 0px;
  padding: 0px;
  color: #1E9FD3;
  font-size: 2em;
  font-weight: bold;
}
body.MojoShopToplistDetailsPage .topitem .topitemImage {
  float: left;
  margin-right: 23px;
}
body.MojoShopToplistDetailsPage .topitem .topitemImage img {
  width: 150px;
}
body.MojoShopToplistDetailsPage .topitem .topitemImage .overlayPointer {
  width: 150px;
  height: 30px;
  text-align: center;
  background: #F47820;
  white-space: nowrap;
  position: absolute;
  top: 15px;
}
body.MojoShopToplistDetailsPage .topitem .topitemImage .overlayPointer:before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #F47820;
  border-left-color: inherit;
}
body.MojoShopToplistDetailsPage .topitem .topitemImage .overlayPointer span {
  display: inline-block;
  text-align: center;
  margin-top: 7px;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
}
body.MojoShopToplistDetailsPage .topitem .topitemInfoWrapper {
  float: left;
  width: 65%;
}
@media (max-width: 768px) {
  body.MojoShopToplistDetailsPage .topitem .topitemInfoWrapper {
    width: 100%;
  }
}
body.MojoShopToplistDetailsPage .topitem .topitemInfoWrapper .topitemTitle h1 {
  margin: 0;
}
@media (max-width: 768px) {
  body.MojoShopToplistDetailsPage .topitem .topitemInfoWrapper .topitemTitle h1 {
    font-size: 17px;
    line-height: 15px;
  }
}
body.MojoShopToplistDetailsPage .topitem .topitemInfoWrapper .topitemSubtitle {
  margin: 0px;
}
body.MojoShopToplistDetailsPage .topitem .topitemInfoWrapper .topitemSubtitle p {
  color: #000;
  margin: 0px;
  padding: 0px;
}
body.MojoShopToplistDetailsPage .topitem .topitemOrder {
  padding: 3px 10px 10px;
  border: 1px solid #F47820;
  float: right;
}
body.MojoShopToplistDetailsPage .topitem .topitemOrder.noOrder {
  border: none;
}
body.MojoShopToplistDetailsPage .topitem .topitemOrder .product-order .product-price {
  float: left;
}
body.MojoShopToplistDetailsPage .topitem .topitemOrder .product-order .product-price .product-price-incl {
  font-weight: 700;
  padding-right: 5px;
  font-size: 1.5em;
  color: #1E9FD3;
}
@media (min-width: 1024px) {
  body.MojoShopToplistDetailsPage .topitem .topitemOrder .product-order .product-price .product-price-incl {
    font-size: 2em;
  }
}
body.MojoShopToplistDetailsPage .topitem .topitemOrder .product-order .button, body.MojoShopToplistDetailsPage .topitem .topitemOrder .product-order .btn {
  margin-left: 20px;
  margin-top: 15px;
}
body.MojoShopToplistDetailsPage .topitem .topitemOrder .product-order img {
  display: none;
}

body.MojoShopCategoryDetailsPage .feedback-icon,
body.MojoShopProductDetailsPage .feedback-icon,
body.MojoWebsiteDetailsPage .feedback-icon {
  display: block;
}

body.MojoWebsiteDetailsPage .sidebarmenutitel {
  display: none;
}
body.MojoWebsiteDetailsPage .block-module.blok1, body.MojoWebsiteDetailsPage .blok1.well, body.MojoWebsiteDetailsPage body.CobraNieuwsDetailsPage div.content-wrap div.blok1.rtf, body.CobraNieuwsDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok1.rtf,
body.MojoWebsiteDetailsPage body.MojoPaginaDetailsPage div.content-wrap div.blok1.rtf,
body.MojoPaginaDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok1.rtf,
body.MojoWebsiteDetailsPage body.MojoFolderDetailsPage div.content-wrap div.blok1.rtf,
body.MojoFolderDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok1.rtf, body.MojoWebsiteDetailsPage .blok1.cobraNieuwsItemsWrapper, body.MojoWebsiteDetailsPage #cobraNieuwsFilterPart .blok1.cobraNieuwsFilterGroepWrapper, #cobraNieuwsFilterPart body.MojoWebsiteDetailsPage .blok1.cobraNieuwsFilterGroepWrapper, body.MojoWebsiteDetailsPage .block-module.blok2, body.MojoWebsiteDetailsPage .blok2.well, body.MojoWebsiteDetailsPage body.CobraNieuwsDetailsPage div.content-wrap div.blok2.rtf, body.CobraNieuwsDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok2.rtf,
body.MojoWebsiteDetailsPage body.MojoPaginaDetailsPage div.content-wrap div.blok2.rtf,
body.MojoPaginaDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok2.rtf,
body.MojoWebsiteDetailsPage body.MojoFolderDetailsPage div.content-wrap div.blok2.rtf,
body.MojoFolderDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok2.rtf, body.MojoWebsiteDetailsPage .blok2.cobraNieuwsItemsWrapper, body.MojoWebsiteDetailsPage #cobraNieuwsFilterPart .blok2.cobraNieuwsFilterGroepWrapper, #cobraNieuwsFilterPart body.MojoWebsiteDetailsPage .blok2.cobraNieuwsFilterGroepWrapper {
  display: none;
}
@media (min-width: 767px) {
  body.MojoWebsiteDetailsPage .block-module.blok1, body.MojoWebsiteDetailsPage .blok1.well, body.MojoWebsiteDetailsPage body.CobraNieuwsDetailsPage div.content-wrap div.blok1.rtf, body.CobraNieuwsDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok1.rtf,
  body.MojoWebsiteDetailsPage body.MojoPaginaDetailsPage div.content-wrap div.blok1.rtf,
  body.MojoPaginaDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok1.rtf,
  body.MojoWebsiteDetailsPage body.MojoFolderDetailsPage div.content-wrap div.blok1.rtf,
  body.MojoFolderDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok1.rtf, body.MojoWebsiteDetailsPage .blok1.cobraNieuwsItemsWrapper, body.MojoWebsiteDetailsPage #cobraNieuwsFilterPart .blok1.cobraNieuwsFilterGroepWrapper, #cobraNieuwsFilterPart body.MojoWebsiteDetailsPage .blok1.cobraNieuwsFilterGroepWrapper, body.MojoWebsiteDetailsPage .block-module.blok2, body.MojoWebsiteDetailsPage .blok2.well, body.MojoWebsiteDetailsPage body.CobraNieuwsDetailsPage div.content-wrap div.blok2.rtf, body.CobraNieuwsDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok2.rtf,
  body.MojoWebsiteDetailsPage body.MojoPaginaDetailsPage div.content-wrap div.blok2.rtf,
  body.MojoPaginaDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok2.rtf,
  body.MojoWebsiteDetailsPage body.MojoFolderDetailsPage div.content-wrap div.blok2.rtf,
  body.MojoFolderDetailsPage div.content-wrap body.MojoWebsiteDetailsPage div.blok2.rtf, body.MojoWebsiteDetailsPage .blok2.cobraNieuwsItemsWrapper, body.MojoWebsiteDetailsPage #cobraNieuwsFilterPart .blok2.cobraNieuwsFilterGroepWrapper, #cobraNieuwsFilterPart body.MojoWebsiteDetailsPage .blok2.cobraNieuwsFilterGroepWrapper {
    display: block;
  }
}
body.MojoWebsiteDetailsPage .feedbackcompanyThuiswinkelWrapper {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  height: 7em;
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  body.MojoWebsiteDetailsPage .feedbackcompanyThuiswinkelWrapper {
    display: none;
  }
}
body.MojoWebsiteDetailsPage .feedbackcompanyThuiswinkelWrapper .thuiswinkelWrapper {
  padding-top: 2em;
  display: inline;
}
body.MojoWebsiteDetailsPage .feedbackcompanyThuiswinkelWrapper .thuiswinkelWrapper img {
  width: auto;
  height: 3em;
}
@media (min-width: 327px) {
  body.MojoWebsiteDetailsPage .feedbackcompanyThuiswinkelWrapper .thuiswinkelWrapper img {
    height: 4em;
  }
}
body.MojoWebsiteDetailsPage .feedbackcompanyThuiswinkelWrapper a.feedback-small {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAASCAYAAACtmXuIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDNzlCRkM4MDM3MkIxMUU0QTM0RTlCNEIxQjMzOTY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowNzFBQzY4RTVCQjYxMUU1OTVENkVCRkUwNDczNUIyMiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowNzFBQzY4RDVCQjYxMUU1OTVENkVCRkUwNDczNUIyMiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmU2OTE5NWU5LTZhNDAtNzY0NC05MzZkLWI0ZjkwNzdjMDhlMyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjQwNmJjMGU1LTViYjQtMTFlNS05M2NmLTk5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");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 110px;
  position: relative;
  color: #1E9FD3;
  top: -10px;
  font-size: 1.5em;
}
body.MojoWebsiteDetailsPage .feedbackcompanyThuiswinkelWrapper a.feedback-small span {
  font-size: .5em;
  position: relative;
  top: -.7em;
}

html.MojoShopProductDetailsPage h1 {
  font-size: 1.5em;
}
@media (min-width: 767px) {
  html.MojoShopProductDetailsPage h1 {
    font-size: 2em;
  }
}
html.MojoShopProductDetailsPage .product-foto.owl-carousel {
  display: block;
  position: relative;
}
@media (min-width: 767px) {
  html.MojoShopProductDetailsPage .product-foto.owl-carousel {
    display: none;
  }
}
html.MojoShopProductDetailsPage .product-foto.owl-carousel .owl-prev,
html.MojoShopProductDetailsPage .product-foto.owl-carousel .owl-next {
  opacity: .6;
  top: 0;
  position: absolute;
  height: 100%;
  width: 2em;
  color: #727272;
  font-size: 3em;
  padding-top: 40%;
  margin: 0 0.1em;
}
html.MojoShopProductDetailsPage .product-foto.owl-carousel .owl-prev {
  left: 0;
}
html.MojoShopProductDetailsPage .product-foto.owl-carousel .owl-next {
  right: 0;
  text-align: right;
}

.producten-grid {
  clear: both;
  overflow: hidden;
}

.breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
}

.categorie-title {
  margin-top: .2em;
}

.filter-bar {
  background-color: #F47820;
  padding: 1em 1em;
  margin-top: 1em;
  margin-bottom: 1em;
  clear: both;
  overflow: hidden;
  color: #221F1F;
  font-weight: bold;
}
.filter-bar select, .filter-bar option {
  height: 30px;
  font-size: 1.1em;
}
.filter-bar a {
  color: #221F1F;
}

@media (min-width: 767px) {
  .filter-left {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
  }
}

@media (min-width: 767px) {
  .filter-center {
    width: 15.25424%;
    float: left;
    margin-right: 1.69492%;
  }
}
.filter-center dl {
  float: left;
  margin: 0 0 0 2em;
}
.filter-center dl dt, .filter-center dl dd {
  float: left;
  margin-left: 0;
  margin-right: 8px;
}
.filter-center dl dt a, .filter-center dl dd a {
  text-decoration: underline;
}
.filter-center dl dt a:hover, .filter-center dl dd a:hover {
  text-decoration: normal;
}

.filter-right {
  margin-top: 1em;
}
@media (min-width: 767px) {
  .filter-right {
    width: 40.67797%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
    text-align: right;
    margin-top: 0;
  }
}
.filter-right .pagineringButtons.next {
  margin-left: .5em;
}

.pager-item {
  text-decoration: none;
  display: inline;
  padding: .3em .8em;
  margin-left: 0;
  margin-right: .5em;
  color: #221F1F;
  border: 1px solid #ef6a0c;
}
.pager-item:hover {
  background-color: #221F1F;
  color: #F47820;
}
@media (min-width: 767px) {
  .pager-item {
    margin-left: .5em;
    margin-right: 0;
    margin-top: 0;
  }
}

a.pager-item-active {
  background-color: #221F1F;
  color: #F47820;
}

.product-excerpt {
  position: relative;
  padding-left: .8em;
  padding-right: .8em;
  margin-bottom: 1em;
  padding-top: 1.5em;
  padding-bottom: .5em;
}
.product-excerpt .placeholder {
  height: 2.7em;
  display: block;
}
.product-excerpt .product-info .product-excerpt-order-button-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em;
  width: 100%;
}
.product-excerpt h4 {
  margin: 0 0 .5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-excerpt h4 a {
  text-decoration: none;
  color: #221F1F;
}
.product-excerpt .product-image {
  /*transition: all .2s ease-in-out;*/
  /*opacity: 1;*/
  /*&:hover {*/
}
.product-excerpt .product-image :hover {
  /*opacity: .7;*/
  /*object-fit: contain;*/
  /*
  max-height: 220px;
  */
}
.product-excerpt .product-price {
  font-size: 1em;
  font-weight: bold;
}
.product-excerpt .rating {
  color: #FFEB3B;
  display: block;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.product-excerpt .rating i {
  margin-right: 5px;
}
@media (min-width: 767px) {
  .product-excerpt {
    min-height: 380px;
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
  }
  .product-excerpt:nth-child(3n+3) {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.product-excerpt .product-image {
  display: block;
}
@media (max-width: 767px) {
  .product-excerpt .product-image {
    width: 125px;
  }
}
@media (min-width: 767px) {
  .product-excerpt .product-image {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.product-excerpt .product-info {
  padding-left: 5px;
}
@media (min-width: 767px) {
  .product-excerpt .product-info {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
    padding-top: 10px;
  }
}

.product-nav-breadcrumb {
  margin-top: .8em;
  margin-bottom: 1em;
}

.product-nav {
  background-color: #e6e7e9;
  padding-bottom: .8em;
}

@media (min-width: 767px) {
  .product-nav-left {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}

@media (min-width: 767px) {
  .product-nav-right {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.product-nav-right .wrap {
  float: right;
}

/* single product */
.product-wrapper {
  clear: both;
  overflow: hidden;
}
@media (min-width: 767px) {
  .product-wrapper .product-accessoires-wrapper {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}

@media (min-width: 767px) {
  .product-left {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
.product-left h2,
.product-left .product-info-box,
.product-left .rtf {
  display: none;
}
@media (min-width: 767px) {
  .product-left h2,
  .product-left .product-info-box,
  .product-left .rtf {
    display: block;
  }
}

@media (min-width: 767px) {
  .product-right {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
    padding-left: 1em;
  }
}
.product-right .page-title {
  display: none;
}
@media (min-width: 767px) {
  .product-right .page-title {
    display: block;
  }
}

.page-title-header {
  display: block;
}
@media (min-width: 767px) {
  .page-title-header {
    display: none;
  }
}

.product-info-box {
  padding: .5em 1em;
  background-color: #e6e7e9;
}
.product-info-box p {
  margin-left: 25px;
}
.product-info-box i {
  top: 0px;
}
.product-info-box.offerteaanvraag, .product-info-box.levertijd {
  display: none;
}
@media (min-width: 767px) {
  .product-info-box.offerteaanvraag, .product-info-box.levertijd {
    display: none;
  }
}
.product-info-box.levertijd-mobile {
  display: none;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 767px) {
  .product-info-box.levertijd-mobile {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }
}

.product-related .product-excerpt {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
}
@media (min-width: 767px) {
  .product-related .product-excerpt {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (max-width: 767px) {
  .product-related .product-excerpt:nth-child(even) {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 767px) {
  .product-related .product-excerpt-last {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}

.product-foto {
  clear: both;
  overflow: hidden;
  margin-top: .6em;
}
.product-foto .video-button {
  clear: both;
  overflow: hidden;
  text-align: center;
  padding-top: 1em;
  display: none;
}
@media (min-width: 767px) {
  .product-foto .video-button {
    display: block;
  }
}

.page-title {
  margin-top: 0;
}

.product-foto-thumbnails {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
  margin-top: 1em;
}
.product-foto-thumbnails img {
  border: 1px solid #cfd0d2;
  cursor: pointer;
}
.product-foto-thumbnails img:hover {
  border-color: #d1d1d1;
}
@media (max-width: 767px) {
  .product-foto-thumbnails {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .product-foto-thumbnails img {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
  .product-foto-thumbnails img:nth-child(4) {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
    margin-bottom: 1.5em;
  }
}

.product-foto-large {
  border: 2px solid #F47820;
}
@media (min-width: 767px) {
  .product-foto-large {
    width: 83.05085%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}

.product-review .spacer {
  margin-left: 5px;
  margin-right: 5px;
}
.product-review .rating {
  color: #FFEB3B;
  display: inline;
  font-size: 1.4em;
}
.product-review .rating i {
  margin-right: 5px;
}

.product-right .default-table {
  width: 100%;
  border: 1px solid #EBEBEB;
  margin-bottom: 1em;
}
.product-right .default-table tr > td:first-child {
  min-width: 100px;
  font-weight: 600;
  padding-left: 1em;
}
.product-right .default-table tr {
  background-color: #FFF;
}
.product-right .default-table tr:nth-child(odd) {
  background-color: #F6F6F6;
}
.product-right .default-table td {
  padding: .5em;
}

.product-row {
  padding-left: 1em;
  padding-right: 1em;
  clear: both;
  overflow: hidden;
  margin-bottom: .3em;
  background-color: #e6e7e9;
}
.product-row select {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 14px !important;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.product-row .product-foto {
  display: none;
}
@media (min-width: 767px) {
  .product-row .product-foto {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    display: block;
  }
}
@media (max-width: 767px) {
  .product-row .product-foto {
    width: 125px;
  }
}
.product-row .product-desc {
  padding-top: .5em;
}
@media (min-width: 767px) {
  .product-row .product-desc {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}
.product-row .product-desc p {
  margin-left: 0;
  margin-top: .5em;
}
.product-row .product-desc h4 a {
  color: #221F1F;
  text-decoration: underline;
}
.product-row .product-desc h4 a:hover {
  color: #1E9FD3;
}
.product-row .product-desc h4 {
  display: none;
}
@media (min-width: 767px) {
  .product-row .product-desc h4 {
    display: block;
  }
}
.product-row .product-status {
  font-size: .9em;
}
.product-row .product-status span {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .product-row .product-status span {
    margin-left: 10px;
  }
}
.product-row .product-status i {
  display: none;
}
@media (min-width: 1200px) {
  .product-row .product-status i {
    display: inline-block;
  }
}
.product-row .product-order {
  clear: both;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
}
.product-row .product-order img {
  float: right;
  max-width: 44px;
  margin-top: .5em;
  margin-right: .5em;
}
.product-row .product-order .button, .product-row .product-order .btn {
  float: right;
  margin-top: 5px;
}
.product-row .product-order .button.btn.addToCartButton, .product-row .product-order .btn.addToCartButton {
  cursor: pointer;
  font-size: 1em;
}
.product-row .product-order .button.button.addToCartButton, .product-row .product-order .addToCartButton.btn {
  cursor: pointer;
}
.product-row .product-order .button.disabled, .product-row .product-order .disabled.btn {
  opacity: .2;
}
.product-row .product-order .button.disabled:hover, .product-row .product-order .disabled.btn:hover {
  background-color: #f57c00;
}
.product-row .product-order .product-price {
  float: right;
  margin-right: 20px;
  text-align: right;
}
.product-row .product-order .product-price-incl {
  font-size: 1.3em;
}
.product-row .product-order .product-price-excl {
  font-size: .8em;
}
.product-row .product-order .product-rating-small {
  float: left;
  margin-right: 15px;
}
.product-row .product-order .product-rating-small p {
  margin: 5px 0 5px;
}
.product-row .product-order .product-rating-small i {
  color: #FFEB3B;
  margin-right: 5px;
}
.product-row.cta {
  display: block;
}
@media (min-width: 767px) {
  .product-row.cta {
    display: none;
  }
}
.product-row.cta-mobile {
  display: none;
}
@media (min-width: 767px) {
  .product-row.cta-mobile {
    display: block;
  }
}

.product-vars.expandable {
  overflow: hidden;
  height: 89em;
}
@media (min-width: 767px) {
  .product-vars.expandable {
    height: 56em;
  }
}
@media (min-width: 1200px) {
  .product-vars.expandable {
    height: 67.5em;
  }
}
.product-vars .product-row .product-foto {
  display: block;
}

a.button.toggleProducts, a.toggleProducts.btn {
  margin: .3em;
  float: right;
  cursor: pointer;
}

.product-vars-small h4 {
  margin-top: .5em;
  margin-bottom: 1em;
}
.product-vars-small .label-info {
  margin-bottom: .5em;
  display: block;
}

.product-excerpt .button, .product-excerpt .btn {
  margin-top: .5em;
}

.product-accessories {
  display: none;
}
@media (min-width: 767px) {
  .product-accessories {
    display: block;
  }
}
@media (min-width: 767px) {
  .product-accessories .product-excerpt {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 767px) {
  .product-accessories .product-excerpt-last {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    float: right;
    margin-right: 0;
  }
}

a.download {
  color: #221F1F;
  text-decoration: underline;
}
a.download:hover {
  color: #1E9FD3;
}

.filter-result-alert {
  background-color: #F47820;
  border: 1px solid #d65f0b;
  border-bottom-width: 4px;
  padding: 15px;
  cursor: pointer;
  color: black;
  font-weight: bold;
  position: absolute;
  width: 300px;
  text-decoration: underline;
}

html.MojoPaginaMojoShopPaymentOgoneVisaPage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgonePayPalPage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgoneIdealPage .content-sidebar.checkout-sidebar {
  display: none;
}
@media (min-width: 1024px) {
  html.MojoPaginaMojoShopPaymentOgoneVisaPage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgonePayPalPage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgoneAfterpayOpenInvoicePage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgoneAfterpayDirectDebitsPage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgoneMisterCashPage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgoneMasterCardPage .content-sidebar.checkout-sidebar, html.MojoPaginaMojoShopPaymentOgoneIdealPage .content-sidebar.checkout-sidebar {
    display: block;
  }
}

.force-hidden.featherlight-inner {
  display: none;
}

body.MojoShopProductDetailsPage .featherlight .featherlight-content {
  border-bottom: 0;
  width: 19.5em;
}
@media (min-width: 479px) {
  body.MojoShopProductDetailsPage .featherlight .featherlight-content {
    width: 30em;
  }
}
@media (min-width: 767px) {
  body.MojoShopProductDetailsPage .featherlight .featherlight-content {
    width: 42em;
  }
}
@media (min-width: 1024px) {
  body.MojoShopProductDetailsPage .featherlight .featherlight-content {
    width: 52em;
  }
}
body.MojoShopProductDetailsPage .featherlight-content {
  padding: 10px 10px 0;
}
body.MojoShopProductDetailsPage .featherlight-content h3 {
  margin-top: 0;
  margin-left: .5em;
  font-size: 1em;
  margin-bottom: 0;
}
@media (min-width: 479px) {
  body.MojoShopProductDetailsPage .featherlight-content h3 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 479px) {
  body.MojoShopProductDetailsPage .featherlight-content h3 {
    font-size: 1.4em;
  }
}
body.MojoShopProductDetailsPage .featherlight-content h3 i {
  color: #F47820;
  margin-right: .5em;
}
body.MojoShopProductDetailsPage .featherlight-content title.featherlight-inner {
  /*border-bottom: 1px solid $border-light;*/
  font-weight: bold;
  margin-left: .5em;
  margin-bottom: 0;
  padding-bottom: .5em;
  font-size: 20px;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row {
  border-bottom: 0;
  padding-top: 0;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-titel {
  line-height: 1.4em;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row h4 {
  margin-top: 0;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-foto {
  display: block;
  text-align: center;
  width: 100%;
}
@media (min-width: 767px) {
  body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-foto {
    float: left;
    margin-right: 1.69492%;
    width: 23.7288%;
  }
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-foto img {
  width: 35%;
}
@media (min-width: 479px) {
  body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-foto img {
    width: 100%;
  }
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-desc-wrapper {
  float: left;
  width: 18em;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-desc-wrapper .product-desc {
  width: 100%;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-desc-wrapper .product-desc .desc-label {
  width: 8em;
  float: left;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-desc-wrapper .product-desc .desc-value {
  width: 10em;
  float: left;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-desc-wrapper .product-desc.staffels table {
  margin-top: .28em;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-desc-wrapper .product-desc.staffels table tr td {
  line-height: 1.5em;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-desc-wrapper .addedToCartModalPrijs {
  float: left;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper {
  padding-top: .5em;
  float: right;
  width: 100%;
}
@media (min-width: 767px) {
  body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper {
    width: 74.5%;
  }
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo {
  line-height: 2.0em;
  float: left;
  						/*
  						&.aantal {
  							width: span(5 of 12);
  							@include breakpoint($xxsmall) {
  								width: span(12 of 12);
  							}
  						}
  
  						&.bedrag{
  							width: span(5 of 12);
  							@include breakpoint($small) {
  								width: span(12 of 12);
  							}
  						}
  
  
  						&.levertijd{
  							width: span(12 of 12);
  
  							.prijsinfo-value{
  								width: auto;
  								font-size: 0.9em;
  							}
  						}
  						.prijsinfo-label{
  							float: left;
  
  							width: 100%;
  							//@include breakpoint($small){
  							//	width: 8em;
  							//}
  						}
  
  						.prijsinfo-value{
  							float: left;
  
  							width: 10em;
  
  							#aantalSelect{
  								width: 5em;
  							}
  						}
  						*/
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo.aantal {
  width: 40.67797%;
}
@media (min-width: 767px) {
  body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo.aantal {
    width: 27.9661%;
  }
}
@media (min-width: 1024px) {
  body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo.aantal {
    width: 22.0339%;
    widht: 30%;
  }
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo.bedrag {
  float: left;
  width: 57.62712%;
}
@media (min-width: 767px) {
  body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo.bedrag {
    width: 49.15254%;
  }
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-label {
  width: 100%;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-value {
  width: 100%;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-value #aantalSelect {
  width: 40px;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-value .chooseNumber input#aantalSelect {
  float: left;
  height: 23px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid black;
  text-align: right;
  padding-right: 5px;
  border-left: none;
  border-right: none;
  width: 38px;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-value .chooseNumber .arrowUp, body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-value .chooseNumber .arrowDown {
  float: left;
  width: 25px;
  height: 23px;
  font-size: 10px;
  border: 1px solid black;
  cursor: pointer;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-value .chooseNumber .arrowUp i, body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-value .chooseNumber .arrowDown i {
  color: black;
  -webkit-text-stroke: 1px white;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-value .chooseNumber .arrowUp.arrowUp i, body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-value .chooseNumber .arrowDown.arrowUp i {
  top: 3px;
  left: 5px;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-value .chooseNumber .arrowUp.arrowDown i, body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo .prijsinfo-value .chooseNumber .arrowDown.arrowDown i {
  top: 3px;
  left: 5px;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo.staffel-voordeel {
  display: none;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo.staffel-tip {
  display: none;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo.staffel-tip .prijsinfo-value {
  width: 100%;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper .product-prijsinfo.staffel-tip .prijsinfo-value span#staffel-tip {
  font-weight: bold;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper img {
  width: 13px;
}
body.MojoShopProductDetailsPage .featherlight-content div.product-row .product-desc-prijsinfo-wrapper .product-prijsinfo-wrapper select[name="quantity"] {
  width: 45%;
  line-height: 1.7em;
  height: 1.7em;
}
body.MojoShopProductDetailsPage .featherlight-content div.modal-footer-wrapper {
  margin-top: 1.4em;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 767px) {
  body.MojoShopProductDetailsPage .featherlight-content div.modal-footer-wrapper {
    margin-top: 1em;
  }
}
body.MojoShopProductDetailsPage .featherlight-content div.modal-footer-wrapper div.modal-footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 1em;
}
body.MojoShopProductDetailsPage .featherlight-content div.modal-footer-wrapper div.modal-footer .pull-left {
  line-height: 2.4;
}
body.MojoShopProductDetailsPage .featherlight-content div.modal-footer-wrapper div.modal-footer a.featherlight-close {
  color: #40B5E4;
}
body.MojoShopProductDetailsPage .featherlight-content div.modal-footer-wrapper div.modal-footer a.featherlight-close:hover {
  color: #F47820;
}
body.MojoShopProductDetailsPage .featherlight-content div.modal-footer-wrapper div.modal-footer-icons {
  border-top: 1px solid #EBEBEB;
  padding-top: 2.7em;
  background: url(../images/logos/thuiswinkel-waarborg-logo_w54xh55.png) no-repeat center bottom;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 767px) {
  body.MojoShopProductDetailsPage .featherlight-content div.modal-footer-wrapper div.modal-footer-icons {
    background: url(../images/logos/vertrouwensiconen_horizonta.png) no-repeat center bottom;
  }
}

html .site-mobilefooter {
  background-color: #F47820;
  height: 100%;
  width: 100%;
  padding-top: .5em;
  padding-bottom: .5em;
  display: block;
}
@media (min-width: 1024px) {
  html .site-mobilefooter {
    display: none;
  }
}
html .site-mobilefooter .telnrContainter {
  text-align: center;
  display: inline;
}
html .site-mobilefooter .telnrContainter h3 {
  font-size: 1.5em;
  margin-top: 0;
}
html .site-mobilefooter .telnrContainter p {
  font-size: 1.2em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}
html .betaalmethodelogos {
  border-bottom: 1px solid #d3d3d3;
  background-color: white;
  height: 6em;
  display: block;
}
@media (min-width: 767px) {
  html .betaalmethodelogos {
    padding-left: 5em;
  }
}
@media (min-width: 1024px) {
  html .betaalmethodelogos {
    display: none;
  }
}
html .betaalmethodelogos ul {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  text-align: center;
  padding-top: 2em;
}
html .betaalmethodelogos ul li {
  list-style: none outside none;
  display: inline;
  width: auto;
  margin: 0 0.4em;
}
@media (min-width: 479px) {
  html .betaalmethodelogos ul li {
    margin: 0 1em;
  }
}
html .betaalmethodelogos ul li:first-child {
  margin-left: 0;
}
html .betaalmethodelogos ul li:last-child {
  margin-right: 0;
}
html .betaalmethodelogos ul li img {
  width: 34px;
  height: 34px;
}
html .voorwaarden-copyright {
  background-color: white;
  padding-top: 1em;
  padding-bottom: 0.5em;
  display: block;
}
@media (min-width: 1024px) {
  html .voorwaarden-copyright {
    display: none;
  }
}
html .voorwaarden-copyright .voorwaarden {
  padding-top: .2em;
  padding-bottom: .2em;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 767px) {
  html .voorwaarden-copyright .voorwaarden {
    width: 83.05085%;
  }
}
html .voorwaarden-copyright .voorwaarden ul {
  margin: 0;
  padding: 0;
}
html .voorwaarden-copyright .voorwaarden ul li {
  list-style: none outside none;
  color: #dddddd;
  display: inline;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 479px) {
  html .voorwaarden-copyright .voorwaarden ul li {
    margin-left: 1em;
  }
}
@media (min-width: 767px) {
  html .voorwaarden-copyright .voorwaarden ul li {
    margin-left: 5em;
  }
}
html .voorwaarden-copyright .voorwaarden ul li a {
  color: #004990;
}
html .voorwaarden-copyright .copyrightContainer .copyright {
  padding-top: .5em;
  color: #666;
  text-align: center;
}

#cobraNieuwsFilterPart {
  margin-top: 4.6em;
}
#cobraNieuwsFilterPart h2 {
  margin-left: .6em;
  font-size: 2em;
}
#cobraNieuwsFilterPart .cobraNieuwsFilterGroepWrapper .cobraNieuwsFilterGroep {
  margin-top: .6em;
  margin-bottom: 1.2em;
}
#cobraNieuwsFilterPart .cobraNieuwsFilterGroepWrapper .cobraNieuwsFilterGroep a.filterlink {
  background-image: url("../images/icons/single_bracket.gif");
  background-position: 0 4px;
  background-repeat: no-repeat;
  line-height: 150%;
  padding-left: 12px;
  color: #F47820;
}
#cobraNieuwsFilterPart .cobraNieuwsFilterGroepWrapper .cobraNieuwsFilterGroep a.filterlink:hover, #cobraNieuwsFilterPart .cobraNieuwsFilterGroepWrapper .cobraNieuwsFilterGroep a.filterlink.selected {
  background-image: url("../images/icons/bracket_selected.gif");
  /*color: $font-color;*/
  color: #004990;
}

body.MojoFolderNieuwsDetailsPage div.cobraNieuwsItemsWrapper .introdiv {
  border-bottom: 1px dashed #e1dede;
}
body.MojoFolderNieuwsDetailsPage div.cobraNieuwsItemsWrapper .introdiv:last-child {
  border-bottom: 0;
}

body.CobraNieuwsDetailsPage .content-sidebar {
  margin-top: 3.4em;
}
body.CobraNieuwsDetailsPage .content-sidebar #leftmenu {
  margin-bottom: 1.4em;
}

/* ================================================================================
	Added styles per june 11th 2015 by DBK | Masters in online business
 ================================================================================ */
.button, .btn {
  height: 36px;
  border-bottom: 3px solid #dc6f00;
  border-color: rgba(0, 0, 0, 0.15);
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.button i, .btn i {
  display: inline-block;
  padding-right: 5px;
  vertical-align: baseline;
  font-size: 1.125em;
  color: inherit;
}

/*
.topbar {
	padding: 10px 5px 5px;
}
*/
.product-nav-breadcrumb {
  margin-top: 1em;
}

.copyright {
  padding: 15px 0;
}

.copyright p {
  color: rgba(0, 0, 0, 0.5);
}

.product-info-box i {
  top: 3px;
}

.product-info-box p {
  padding: 3px 0;
  color: #1e9fd3;
}

.product-info-box p i {
  float: none;
  top: 1px;
  font-size: 1.25em;
}

.product-vars {
  margin-top: 15px;
}

.product-left .product-foto img:not(.product-foto .product-foto-thumbnails img) {
  border-bottom: 0px;
}

.product-foto-thumbnails {
  margin-top: 0;
}

.menu-categorie a, .menu-main .menu-toepassingen a, .menu-main .menu-beroepen a, .menu-main .menu-overcobra a,
.menu-toepassingen a,
.menu-beroepen a {
  padding-bottom: 18px;
}

.product-row .product-order .product-price-incl {
  font-weight: 700;
  font-size: 1.75em;
  color: #1e9fd3;
}

.product-row .product-order .button, .product-row .product-order .btn {
  height: 44px;
  line-height: 42px;
  font-size: 1em;
}
@media (min-width: 327px) {
  .product-row .product-order .button, .product-row .product-order .btn {
    font-size: 1.25em;
  }
}

.product-row .product-stock {
  line-height: 1.5em;
  padding: 15px 0;
  font-weight: bold;
  color: #1e9fd3;
}

.product-row .product-stock i {
  top: 2px;
  font-size: 1.25em;
  padding-right: 5px;
}

ul.checklist li:before {
  top: -5px;
}

.winkelwagen {
  /*
  border-radius: 0;
  border: 1px solid #187fa9;
  border-bottom: 3px solid #187fa9;
  border-color: rgba(0,0,0,.15);
  */
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.25);
}

.winkelwagen .aantal-item {
  /*box-shadow: 0px 1px 3px rgba(0,0,0,.5);*/
}

.product-excerpt {
  padding: 10px 15px;
}

.product-excerpt h4 {
  font-size: 1.125em;
  line-height: 1.3em;
  margin-bottom: 15px;
}

.product-excerpt .product-image {
  float: none;
  display: block;
  width: 100%;
  height: auto;
  /*margin: 0 0 14px;*/
  margin: 0 0 5px;
  text-align: center;
}

.product-excerpt .product-image img {
  width: 100%;
  height: initial;
  /*
  	werkt niet in IE11
  	object-fit: contain;
  */
  opacity: 1;
  /*
  	max-width: 80%;
  	width: 100%;
  */
}
.product-excerpt .product-image img:hover {
  opacity: .7;
}

.product-excerpt .product-info {
  float: none;
  width: 100%;
  margin: 0px;
  padding: 0;
}

.product-excerpt .product-info .product-price {
  font-weight: 700;
  color: #1e9fd3;
  padding-right: 5px;
  font-size: 1.5em;
}
@media (min-width: 1024px) {
  .product-excerpt .product-info .product-price {
    font-size: 2em;
  }
}

.product-excerpt .product-info .prijs-excl {
  display: inline-block;
}

.product-excerpt .product-stock {
  margin: 0 0 15px;
  color: #1e9fd3;
  font-weight: 700;
  display: none;
}
@media (min-width: 1024px) {
  .product-excerpt .product-stock {
    display: block;
  }
}

.product-excerpt .product-rating {
  margin: 5px 0;
}

.product-excerpt .product-rating i {
  color: #1e9fd3;
  font-size: 1.25em;
}

.product-excerpt .product-features {
  margin: 10px 25px 3.5em;
  display: none;
}
@media (min-width: 1024px) {
  .product-excerpt .product-features {
    display: inherit;
  }
}

.product-excerpt .product-features i {
  font-size: 0.875em;
  top: .5em;
}

.product-excerpt .product-info .button, .product-excerpt .product-info .btn {
  width: 100%;
}

body div.zopim iframe {
  padding-left: 0;
}

iframe {
  border: 1px solid #EBEBEB;
  width: 100%;
  padding-left: 1em;
  height: 400px;
  background-color: white;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

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

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.visible-mobile {
  display: none;
}

.sidebarcrumb {
  padding-bottom: 10px;
}

.filter_toggle {
  padding: .5em;
  text-decoration: none;
  font-size: 16px;
  display: block;
  font-weight: 700;
  color: #fff;
  background-color: #F57C00;
  border: 1px solid #dc6f00;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.filter_toggle:hover {
  background-color: #dc6f00;
  color: #fff;
}

.filter_toggle.active {
  background-color: #dc6f00;
  color: rgba(255, 255, 255, 0.5);
}

.filter_toggle i {
  margin: 0 10px;
}

/* == Large Devices, Wide Screens == */
@media only screen and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }

  .visible-mobile {
    display: block;
  }

  .menu-zoeken {
    top: 0;
  }

  /* sidebar and maincontent divs swapped in html */
  .content-sidebar {
    margin: -20px 0 20px;
  }

  .filter_wrap .filter_blocks {
    display: none;
  }

  .filter_wrap .filter_blocks.filters_show {
    display: block;
  }

  .subcat_toggle {
    padding: .5em;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: 700;
    color: #221f1f;
    background-color: #ccdb29;
    border: 1px solid #bbc922;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    display: block;
  }

  .subcat_toggle:hover {
    background-color: #bbc922;
    color: #221f1f;
  }

  .subcat_toggle.active {
    background-color: #bbc922;
    color: rgba(0, 0, 0, 0.5);
  }

  .subcat_toggle i {
    margin: 0 10px;
    vertical-align: baseline;
  }

  .category-menu {
    display: none;
  }

  .category-menu.subcat_show {
    display: block;
  }
}
/* == Medium Devices, Desktops == */
@media only screen and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
/* == Small Devices, Tablets == */
@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .filter-bar .filter-left {
    font-size: .875em;
  }
}
/* == Custom size == */
/* == Extra Small Devices, Phones == */
/* == Custom, iPhone Retina == */

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