/*!
 *  Font Awesome 4.7.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("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.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: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face{font-family:'Linearicons';font-weight:400;font-style:normal;src:url(../../frontend/Mageolssen/mageolssen/nl_NL/fonts/Linearicons.eot);src:local('Linearicons'),local('Linearicons'),url(../../frontend/Mageolssen/mageolssen/nl_NL/fonts/Linearicons.woff) format('woff'),url(../../frontend/Mageolssen/mageolssen/nl_NL/fonts/Linearicons.ttf) format('truetype');font-display:swap}.linearicons,[class^=linearicons-],[class*=" linearicons-"]{font-family:'Linearicons' !important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.linearicons-home:before{content:"\e900"}.linearicons-home2:before{content:"\e901"}.linearicons-home3:before{content:"\e902"}.linearicons-home4:before{content:"\e903"}.linearicons-home5:before{content:"\e904"}.linearicons-home6:before{content:"\e905"}.linearicons-bathtub:before{content:"\e906"}.linearicons-toothbrush:before{content:"\e907"}.linearicons-bed:before{content:"\e908"}.linearicons-couch:before{content:"\e909"}.linearicons-chair:before{content:"\e90a"}.linearicons-city:before{content:"\e90b"}.linearicons-apartment:before{content:"\e90c"}.linearicons-pencil:before{content:"\e90d"}.linearicons-pencil2:before{content:"\e90e"}.linearicons-pen:before{content:"\e90f"}.linearicons-pencil3:before{content:"\e910"}.linearicons-eraser:before{content:"\e911"}.linearicons-pencil4:before{content:"\e912"}.linearicons-pencil5:before{content:"\e913"}.linearicons-feather:before{content:"\e914"}.linearicons-feather2:before{content:"\e915"}.linearicons-feather3:before{content:"\e916"}.linearicons-pen2:before{content:"\e917"}.linearicons-pen-add:before{content:"\e918"}.linearicons-pen-remove:before{content:"\e919"}.linearicons-vector:before{content:"\e91a"}.linearicons-pen3:before{content:"\e91b"}.linearicons-blog:before{content:"\e91c"}.linearicons-brush:before{content:"\e91d"}.linearicons-brush2:before{content:"\e91e"}.linearicons-spray:before{content:"\e91f"}.linearicons-paint-roller:before{content:"\e920"}.linearicons-stamp:before{content:"\e921"}.linearicons-tape:before{content:"\e922"}.linearicons-desk-tape:before{content:"\e923"}.linearicons-texture:before{content:"\e924"}.linearicons-eye-dropper:before{content:"\e925"}.linearicons-palette:before{content:"\e926"}.linearicons-color-sampler:before{content:"\e927"}.linearicons-bucket:before{content:"\e928"}.linearicons-gradient:before{content:"\e929"}.linearicons-gradient2:before{content:"\e92a"}.linearicons-magic-wand:before{content:"\e92b"}.linearicons-magnet:before{content:"\e92c"}.linearicons-pencil-ruler:before{content:"\e92d"}.linearicons-pencil-ruler2:before{content:"\e92e"}.linearicons-compass:before{content:"\e92f"}.linearicons-aim:before{content:"\e930"}.linearicons-gun:before{content:"\e931"}.linearicons-bottle:before{content:"\e932"}.linearicons-drop:before{content:"\e933"}.linearicons-drop-crossed:before{content:"\e934"}.linearicons-drop2:before{content:"\e935"}.linearicons-snow:before{content:"\e936"}.linearicons-snow2:before{content:"\e937"}.linearicons-fire:before{content:"\e938"}.linearicons-lighter:before{content:"\e939"}.linearicons-knife:before{content:"\e93a"}.linearicons-dagger:before{content:"\e93b"}.linearicons-tissue:before{content:"\e93c"}.linearicons-toilet-paper:before{content:"\e93d"}.linearicons-poop:before{content:"\e93e"}.linearicons-umbrella:before{content:"\e93f"}.linearicons-umbrella2:before{content:"\e940"}.linearicons-rain:before{content:"\e941"}.linearicons-tornado:before{content:"\e942"}.linearicons-wind:before{content:"\e943"}.linearicons-fan:before{content:"\e944"}.linearicons-contrast:before{content:"\e945"}.linearicons-sun-small:before{content:"\e946"}.linearicons-sun:before{content:"\e947"}.linearicons-sun2:before{content:"\e948"}.linearicons-moon:before{content:"\e949"}.linearicons-cloud:before{content:"\e94a"}.linearicons-cloud-upload:before{content:"\e94b"}.linearicons-cloud-download:before{content:"\e94c"}.linearicons-cloud-rain:before{content:"\e94d"}.linearicons-cloud-hailstones:before{content:"\e94e"}.linearicons-cloud-snow:before{content:"\e94f"}.linearicons-cloud-windy:before{content:"\e950"}.linearicons-sun-wind:before{content:"\e951"}.linearicons-cloud-fog:before{content:"\e952"}.linearicons-cloud-sun:before{content:"\e953"}.linearicons-cloud-lightning:before{content:"\e954"}.linearicons-cloud-sync:before{content:"\e955"}.linearicons-cloud-lock:before{content:"\e956"}.linearicons-cloud-gear:before{content:"\e957"}.linearicons-cloud-alert:before{content:"\e958"}.linearicons-cloud-check:before{content:"\e959"}.linearicons-cloud-cross:before{content:"\e95a"}.linearicons-cloud-crossed:before{content:"\e95b"}.linearicons-cloud-database:before{content:"\e95c"}.linearicons-database:before{content:"\e95d"}.linearicons-database-add:before{content:"\e95e"}.linearicons-database-remove:before{content:"\e95f"}.linearicons-database-lock:before{content:"\e960"}.linearicons-database-refresh:before{content:"\e961"}.linearicons-database-check:before{content:"\e962"}.linearicons-database-history:before{content:"\e963"}.linearicons-database-upload:before{content:"\e964"}.linearicons-database-download:before{content:"\e965"}.linearicons-server:before{content:"\e966"}.linearicons-shield:before{content:"\e967"}.linearicons-shield-check:before{content:"\e968"}.linearicons-shield-alert:before{content:"\e969"}.linearicons-shield-cross:before{content:"\e96a"}.linearicons-lock:before{content:"\e96b"}.linearicons-rotation-lock:before{content:"\e96c"}.linearicons-unlock:before{content:"\e96d"}.linearicons-key:before{content:"\e96e"}.linearicons-key-hole:before{content:"\e96f"}.linearicons-toggle-off:before{content:"\e970"}.linearicons-toggle-on:before{content:"\e971"}.linearicons-cog:before{content:"\e972"}.linearicons-cog2:before{content:"\e973"}.linearicons-wrench:before{content:"\e974"}.linearicons-screwdriver:before{content:"\e975"}.linearicons-hammer-wrench:before{content:"\e976"}.linearicons-hammer:before{content:"\e977"}.linearicons-saw:before{content:"\e978"}.linearicons-axe:before{content:"\e979"}.linearicons-axe2:before{content:"\e97a"}.linearicons-shovel:before{content:"\e97b"}.linearicons-pickaxe:before{content:"\e97c"}.linearicons-factory:before{content:"\e97d"}.linearicons-factory2:before{content:"\e97e"}.linearicons-recycle:before{content:"\e97f"}.linearicons-trash:before{content:"\e980"}.linearicons-trash2:before{content:"\e981"}.linearicons-trash3:before{content:"\e982"}.linearicons-broom:before{content:"\e983"}.linearicons-game:before{content:"\e984"}.linearicons-gamepad:before{content:"\e985"}.linearicons-joystick:before{content:"\e986"}.linearicons-dice:before{content:"\e987"}.linearicons-spades:before{content:"\e988"}.linearicons-diamonds:before{content:"\e989"}.linearicons-clubs:before{content:"\e98a"}.linearicons-hearts:before{content:"\e98b"}.linearicons-heart:before{content:"\e98c"}.linearicons-star:before{content:"\e98d"}.linearicons-star-half:before{content:"\e98e"}.linearicons-star-empty:before{content:"\e98f"}.linearicons-flag:before{content:"\e990"}.linearicons-flag2:before{content:"\e991"}.linearicons-flag3:before{content:"\e992"}.linearicons-mailbox-full:before{content:"\e993"}.linearicons-mailbox-empty:before{content:"\e994"}.linearicons-at-sign:before{content:"\e995"}.linearicons-envelope:before{content:"\e996"}.linearicons-envelope-open:before{content:"\e997"}.linearicons-paperclip:before{content:"\e998"}.linearicons-paper-plane:before{content:"\e999"}.linearicons-reply:before{content:"\e99a"}.linearicons-reply-all:before{content:"\e99b"}.linearicons-inbox:before{content:"\e99c"}.linearicons-inbox2:before{content:"\e99d"}.linearicons-outbox:before{content:"\e99e"}.linearicons-box:before{content:"\e99f"}.linearicons-archive:before{content:"\e9a0"}.linearicons-archive2:before{content:"\e9a1"}.linearicons-drawers:before{content:"\e9a2"}.linearicons-drawers2:before{content:"\e9a3"}.linearicons-drawers3:before{content:"\e9a4"}.linearicons-eye:before{content:"\e9a5"}.linearicons-eye-crossed:before{content:"\e9a6"}.linearicons-eye-plus:before{content:"\e9a7"}.linearicons-eye-minus:before{content:"\e9a8"}.linearicons-binoculars:before{content:"\e9a9"}.linearicons-binoculars2:before{content:"\e9aa"}.linearicons-hdd:before{content:"\e9ab"}.linearicons-hdd-down:before{content:"\e9ac"}.linearicons-hdd-up:before{content:"\e9ad"}.linearicons-floppy-disk:before{content:"\e9ae"}.linearicons-disc:before{content:"\e9af"}.linearicons-tape2:before{content:"\e9b0"}.linearicons-printer:before{content:"\e9b1"}.linearicons-shredder:before{content:"\e9b2"}.linearicons-file-empty:before{content:"\e9b3"}.linearicons-file-add:before{content:"\e9b4"}.linearicons-file-check:before{content:"\e9b5"}.linearicons-file-lock:before{content:"\e9b6"}.linearicons-files:before{content:"\e9b7"}.linearicons-copy:before{content:"\e9b8"}.linearicons-compare:before{content:"\e9b9"}.linearicons-folder:before{content:"\e9ba"}.linearicons-folder-search:before{content:"\e9bb"}.linearicons-folder-plus:before{content:"\e9bc"}.linearicons-folder-minus:before{content:"\e9bd"}.linearicons-folder-download:before{content:"\e9be"}.linearicons-folder-upload:before{content:"\e9bf"}.linearicons-folder-star:before{content:"\e9c0"}.linearicons-folder-heart:before{content:"\e9c1"}.linearicons-folder-user:before{content:"\e9c2"}.linearicons-folder-shared:before{content:"\e9c3"}.linearicons-folder-music:before{content:"\e9c4"}.linearicons-folder-picture:before{content:"\e9c5"}.linearicons-folder-film:before{content:"\e9c6"}.linearicons-scissors:before{content:"\e9c7"}.linearicons-paste:before{content:"\e9c8"}.linearicons-clipboard-empty:before{content:"\e9c9"}.linearicons-clipboard-pencil:before{content:"\e9ca"}.linearicons-clipboard-text:before{content:"\e9cb"}.linearicons-clipboard-check:before{content:"\e9cc"}.linearicons-clipboard-down:before{content:"\e9cd"}.linearicons-clipboard-left:before{content:"\e9ce"}.linearicons-clipboard-alert:before{content:"\e9cf"}.linearicons-clipboard-user:before{content:"\e9d0"}.linearicons-register:before{content:"\e9d1"}.linearicons-enter:before{content:"\e9d2"}.linearicons-exit:before{content:"\e9d3"}.linearicons-papers:before{content:"\e9d4"}.linearicons-news:before{content:"\e9d5"}.linearicons-reading:before{content:"\e9d6"}.linearicons-typewriter:before{content:"\e9d7"}.linearicons-document:before{content:"\e9d8"}.linearicons-document2:before{content:"\e9d9"}.linearicons-graduation-hat:before{content:"\e9da"}.linearicons-license:before{content:"\e9db"}.linearicons-license2:before{content:"\e9dc"}.linearicons-medal-empty:before{content:"\e9dd"}.linearicons-medal-first:before{content:"\e9de"}.linearicons-medal-second:before{content:"\e9df"}.linearicons-medal-third:before{content:"\e9e0"}.linearicons-podium:before{content:"\e9e1"}.linearicons-trophy:before{content:"\e9e2"}.linearicons-trophy2:before{content:"\e9e3"}.linearicons-music-note:before{content:"\e9e4"}.linearicons-music-note2:before{content:"\e9e5"}.linearicons-music-note3:before{content:"\e9e6"}.linearicons-playlist:before{content:"\e9e7"}.linearicons-playlist-add:before{content:"\e9e8"}.linearicons-guitar:before{content:"\e9e9"}.linearicons-trumpet:before{content:"\e9ea"}.linearicons-album:before{content:"\e9eb"}.linearicons-shuffle:before{content:"\e9ec"}.linearicons-repeat-one:before{content:"\e9ed"}.linearicons-repeat:before{content:"\e9ee"}.linearicons-headphones:before{content:"\e9ef"}.linearicons-headset:before{content:"\e9f0"}.linearicons-loudspeaker:before{content:"\e9f1"}.linearicons-equalizer:before{content:"\e9f2"}.linearicons-theater:before{content:"\e9f3"}.linearicons-3d-glasses:before{content:"\e9f4"}.linearicons-ticket:before{content:"\e9f5"}.linearicons-presentation:before{content:"\e9f6"}.linearicons-play:before{content:"\e9f7"}.linearicons-film-play:before{content:"\e9f8"}.linearicons-clapboard-play:before{content:"\e9f9"}.linearicons-media:before{content:"\e9fa"}.linearicons-film:before{content:"\e9fb"}.linearicons-film2:before{content:"\e9fc"}.linearicons-surveillance:before{content:"\e9fd"}.linearicons-surveillance2:before{content:"\e9fe"}.linearicons-camera:before{content:"\e9ff"}.linearicons-camera-crossed:before{content:"\ea00"}.linearicons-camera-play:before{content:"\ea01"}.linearicons-time-lapse:before{content:"\ea02"}.linearicons-record:before{content:"\ea03"}.linearicons-camera2:before{content:"\ea04"}.linearicons-camera-flip:before{content:"\ea05"}.linearicons-panorama:before{content:"\ea06"}.linearicons-time-lapse2:before{content:"\ea07"}.linearicons-shutter:before{content:"\ea08"}.linearicons-shutter2:before{content:"\ea09"}.linearicons-face-detection:before{content:"\ea0a"}.linearicons-flare:before{content:"\ea0b"}.linearicons-convex:before{content:"\ea0c"}.linearicons-concave:before{content:"\ea0d"}.linearicons-picture:before{content:"\ea0e"}.linearicons-picture2:before{content:"\ea0f"}.linearicons-picture3:before{content:"\ea10"}.linearicons-pictures:before{content:"\ea11"}.linearicons-book:before{content:"\ea12"}.linearicons-audio-book:before{content:"\ea13"}.linearicons-book2:before{content:"\ea14"}.linearicons-bookmark:before{content:"\ea15"}.linearicons-bookmark2:before{content:"\ea16"}.linearicons-label:before{content:"\ea17"}.linearicons-library:before{content:"\ea18"}.linearicons-library2:before{content:"\ea19"}.linearicons-contacts:before{content:"\ea1a"}.linearicons-profile:before{content:"\ea1b"}.linearicons-portrait:before{content:"\ea1c"}.linearicons-portrait2:before{content:"\ea1d"}.linearicons-user:before{content:"\ea1e"}.linearicons-user-plus:before{content:"\ea1f"}.linearicons-user-minus:before{content:"\ea20"}.linearicons-user-lock:before{content:"\ea21"}.linearicons-users:before{content:"\ea22"}.linearicons-users2:before{content:"\ea23"}.linearicons-users-plus:before{content:"\ea24"}.linearicons-users-minus:before{content:"\ea25"}.linearicons-group-work:before{content:"\ea26"}.linearicons-woman:before{content:"\ea27"}.linearicons-man:before{content:"\ea28"}.linearicons-baby:before{content:"\ea29"}.linearicons-baby2:before{content:"\ea2a"}.linearicons-baby3:before{content:"\ea2b"}.linearicons-baby-bottle:before{content:"\ea2c"}.linearicons-walk:before{content:"\ea2d"}.linearicons-hand-waving:before{content:"\ea2e"}.linearicons-jump:before{content:"\ea2f"}.linearicons-run:before{content:"\ea30"}.linearicons-woman2:before{content:"\ea31"}.linearicons-man2:before{content:"\ea32"}.linearicons-man-woman:before{content:"\ea33"}.linearicons-height:before{content:"\ea34"}.linearicons-weight:before{content:"\ea35"}.linearicons-scale:before{content:"\ea36"}.linearicons-button:before{content:"\ea37"}.linearicons-bow-tie:before{content:"\ea38"}.linearicons-tie:before{content:"\ea39"}.linearicons-socks:before{content:"\ea3a"}.linearicons-shoe:before{content:"\ea3b"}.linearicons-shoes:before{content:"\ea3c"}.linearicons-hat:before{content:"\ea3d"}.linearicons-pants:before{content:"\ea3e"}.linearicons-shorts:before{content:"\ea3f"}.linearicons-flip-flops:before{content:"\ea40"}.linearicons-shirt:before{content:"\ea41"}.linearicons-hanger:before{content:"\ea42"}.linearicons-laundry:before{content:"\ea43"}.linearicons-store:before{content:"\ea44"}.linearicons-haircut:before{content:"\ea45"}.linearicons-store-24:before{content:"\ea46"}.linearicons-barcode:before{content:"\ea47"}.linearicons-barcode2:before{content:"\ea48"}.linearicons-barcode3:before{content:"\ea49"}.linearicons-cashier:before{content:"\ea4a"}.linearicons-bag:before{content:"\ea4b"}.linearicons-bag2:before{content:"\ea4c"}.linearicons-cart:before{content:"\ea4d"}.linearicons-cart-empty:before{content:"\ea4e"}.linearicons-cart-full:before{content:"\ea4f"}.linearicons-cart-plus:before{content:"\ea50"}.linearicons-cart-plus2:before{content:"\ea51"}.linearicons-cart-add:before{content:"\ea52"}.linearicons-cart-remove:before{content:"\ea53"}.linearicons-cart-exchange:before{content:"\ea54"}.linearicons-tag:before{content:"\ea55"}.linearicons-tags:before{content:"\ea56"}.linearicons-receipt:before{content:"\ea57"}.linearicons-wallet:before{content:"\ea58"}.linearicons-credit-card:before{content:"\ea59"}.linearicons-cash-dollar:before{content:"\ea5a"}.linearicons-cash-euro:before{content:"\ea5b"}.linearicons-cash-pound:before{content:"\ea5c"}.linearicons-cash-yen:before{content:"\ea5d"}.linearicons-bag-dollar:before{content:"\ea5e"}.linearicons-bag-euro:before{content:"\ea5f"}.linearicons-bag-pound:before{content:"\ea60"}.linearicons-bag-yen:before{content:"\ea61"}.linearicons-coin-dollar:before{content:"\ea62"}.linearicons-coin-euro:before{content:"\ea63"}.linearicons-coin-pound:before{content:"\ea64"}.linearicons-coin-yen:before{content:"\ea65"}.linearicons-calculator:before{content:"\ea66"}.linearicons-calculator2:before{content:"\ea67"}.linearicons-abacus:before{content:"\ea68"}.linearicons-vault:before{content:"\ea69"}.linearicons-telephone:before{content:"\ea6a"}.linearicons-phone-lock:before{content:"\ea6b"}.linearicons-phone-wave:before{content:"\ea6c"}.linearicons-phone-pause:before{content:"\ea6d"}.linearicons-phone-outgoing:before{content:"\ea6e"}.linearicons-phone-incoming:before{content:"\ea6f"}.linearicons-phone-in-out:before{content:"\ea70"}.linearicons-phone-error:before{content:"\ea71"}.linearicons-phone-sip:before{content:"\ea72"}.linearicons-phone-plus:before{content:"\ea73"}.linearicons-phone-minus:before{content:"\ea74"}.linearicons-voicemail:before{content:"\ea75"}.linearicons-dial:before{content:"\ea76"}.linearicons-telephone2:before{content:"\ea77"}.linearicons-pushpin:before{content:"\ea78"}.linearicons-pushpin2:before{content:"\ea79"}.linearicons-map-marker:before{content:"\ea7a"}.linearicons-map-marker-user:before{content:"\ea7b"}.linearicons-map-marker-down:before{content:"\ea7c"}.linearicons-map-marker-check:before{content:"\ea7d"}.linearicons-map-marker-crossed:before{content:"\ea7e"}.linearicons-radar:before{content:"\ea7f"}.linearicons-compass2:before{content:"\ea80"}.linearicons-map:before{content:"\ea81"}.linearicons-map2:before{content:"\ea82"}.linearicons-location:before{content:"\ea83"}.linearicons-road-sign:before{content:"\ea84"}.linearicons-calendar-empty:before{content:"\ea85"}.linearicons-calendar-check:before{content:"\ea86"}.linearicons-calendar-cross:before{content:"\ea87"}.linearicons-calendar-31:before{content:"\ea88"}.linearicons-calendar-full:before{content:"\ea89"}.linearicons-calendar-insert:before{content:"\ea8a"}.linearicons-calendar-text:before{content:"\ea8b"}.linearicons-calendar-user:before{content:"\ea8c"}.linearicons-mouse:before{content:"\ea8d"}.linearicons-mouse-left:before{content:"\ea8e"}.linearicons-mouse-right:before{content:"\ea8f"}.linearicons-mouse-both:before{content:"\ea90"}.linearicons-keyboard:before{content:"\ea91"}.linearicons-keyboard-up:before{content:"\ea92"}.linearicons-keyboard-down:before{content:"\ea93"}.linearicons-delete:before{content:"\ea94"}.linearicons-spell-check:before{content:"\ea95"}.linearicons-escape:before{content:"\ea96"}.linearicons-enter2:before{content:"\ea97"}.linearicons-screen:before{content:"\ea98"}.linearicons-aspect-ratio:before{content:"\ea99"}.linearicons-signal:before{content:"\ea9a"}.linearicons-signal-lock:before{content:"\ea9b"}.linearicons-signal-80:before{content:"\ea9c"}.linearicons-signal-60:before{content:"\ea9d"}.linearicons-signal-40:before{content:"\ea9e"}.linearicons-signal-20:before{content:"\ea9f"}.linearicons-signal-0:before{content:"\eaa0"}.linearicons-signal-blocked:before{content:"\eaa1"}.linearicons-sim:before{content:"\eaa2"}.linearicons-flash-memory:before{content:"\eaa3"}.linearicons-usb-drive:before{content:"\eaa4"}.linearicons-phone:before{content:"\eaa5"}.linearicons-smartphone:before{content:"\eaa6"}.linearicons-smartphone-notification:before{content:"\eaa7"}.linearicons-smartphone-vibration:before{content:"\eaa8"}.linearicons-smartphone-embed:before{content:"\eaa9"}.linearicons-smartphone-waves:before{content:"\eaaa"}.linearicons-tablet:before{content:"\eaab"}.linearicons-tablet2:before{content:"\eaac"}.linearicons-laptop:before{content:"\eaad"}.linearicons-laptop-phone:before{content:"\eaae"}.linearicons-desktop:before{content:"\eaaf"}.linearicons-launch:before{content:"\eab0"}.linearicons-new-tab:before{content:"\eab1"}.linearicons-window:before{content:"\eab2"}.linearicons-cable:before{content:"\eab3"}.linearicons-cable2:before{content:"\eab4"}.linearicons-tv:before{content:"\eab5"}.linearicons-radio:before{content:"\eab6"}.linearicons-remote-control:before{content:"\eab7"}.linearicons-power-switch:before{content:"\eab8"}.linearicons-power:before{content:"\eab9"}.linearicons-power-crossed:before{content:"\eaba"}.linearicons-flash-auto:before{content:"\eabb"}.linearicons-lamp:before{content:"\eabc"}.linearicons-flashlight:before{content:"\eabd"}.linearicons-lampshade:before{content:"\eabe"}.linearicons-cord:before{content:"\eabf"}.linearicons-outlet:before{content:"\eac0"}.linearicons-battery-power:before{content:"\eac1"}.linearicons-battery-empty:before{content:"\eac2"}.linearicons-battery-alert:before{content:"\eac3"}.linearicons-battery-error:before{content:"\eac4"}.linearicons-battery-low1:before{content:"\eac5"}.linearicons-battery-low2:before{content:"\eac6"}.linearicons-battery-low3:before{content:"\eac7"}.linearicons-battery-mid1:before{content:"\eac8"}.linearicons-battery-mid2:before{content:"\eac9"}.linearicons-battery-mid3:before{content:"\eaca"}.linearicons-battery-full:before{content:"\eacb"}.linearicons-battery-charging:before{content:"\eacc"}.linearicons-battery-charging2:before{content:"\eacd"}.linearicons-battery-charging3:before{content:"\eace"}.linearicons-battery-charging4:before{content:"\eacf"}.linearicons-battery-charging5:before{content:"\ead0"}.linearicons-battery-charging6:before{content:"\ead1"}.linearicons-battery-charging7:before{content:"\ead2"}.linearicons-chip:before{content:"\ead3"}.linearicons-chip-x64:before{content:"\ead4"}.linearicons-chip-x86:before{content:"\ead5"}.linearicons-bubble:before{content:"\ead6"}.linearicons-bubbles:before{content:"\ead7"}.linearicons-bubble-dots:before{content:"\ead8"}.linearicons-bubble-alert:before{content:"\ead9"}.linearicons-bubble-question:before{content:"\eada"}.linearicons-bubble-text:before{content:"\eadb"}.linearicons-bubble-pencil:before{content:"\eadc"}.linearicons-bubble-picture:before{content:"\eadd"}.linearicons-bubble-video:before{content:"\eade"}.linearicons-bubble-user:before{content:"\eadf"}.linearicons-bubble-quote:before{content:"\eae0"}.linearicons-bubble-heart:before{content:"\eae1"}.linearicons-bubble-emoticon:before{content:"\eae2"}.linearicons-bubble-attachment:before{content:"\eae3"}.linearicons-phone-bubble:before{content:"\eae4"}.linearicons-quote-open:before{content:"\eae5"}.linearicons-quote-close:before{content:"\eae6"}.linearicons-dna:before{content:"\eae7"}.linearicons-heart-pulse:before{content:"\eae8"}.linearicons-pulse:before{content:"\eae9"}.linearicons-syringe:before{content:"\eaea"}.linearicons-pills:before{content:"\eaeb"}.linearicons-first-aid:before{content:"\eaec"}.linearicons-lifebuoy:before{content:"\eaed"}.linearicons-bandage:before{content:"\eaee"}.linearicons-bandages:before{content:"\eaef"}.linearicons-thermometer:before{content:"\eaf0"}.linearicons-microscope:before{content:"\eaf1"}.linearicons-brain:before{content:"\eaf2"}.linearicons-beaker:before{content:"\eaf3"}.linearicons-skull:before{content:"\eaf4"}.linearicons-bone:before{content:"\eaf5"}.linearicons-construction:before{content:"\eaf6"}.linearicons-construction-cone:before{content:"\eaf7"}.linearicons-pie-chart:before{content:"\eaf8"}.linearicons-pie-chart2:before{content:"\eaf9"}.linearicons-graph:before{content:"\eafa"}.linearicons-chart-growth:before{content:"\eafb"}.linearicons-chart-bars:before{content:"\eafc"}.linearicons-chart-settings:before{content:"\eafd"}.linearicons-cake:before{content:"\eafe"}.linearicons-gift:before{content:"\eaff"}.linearicons-balloon:before{content:"\eb00"}.linearicons-rank:before{content:"\eb01"}.linearicons-rank2:before{content:"\eb02"}.linearicons-rank3:before{content:"\eb03"}.linearicons-crown:before{content:"\eb04"}.linearicons-lotus:before{content:"\eb05"}.linearicons-diamond:before{content:"\eb06"}.linearicons-diamond2:before{content:"\eb07"}.linearicons-diamond3:before{content:"\eb08"}.linearicons-diamond4:before{content:"\eb09"}.linearicons-linearicons:before{content:"\eb0a"}.linearicons-teacup:before{content:"\eb0b"}.linearicons-teapot:before{content:"\eb0c"}.linearicons-glass:before{content:"\eb0d"}.linearicons-bottle2:before{content:"\eb0e"}.linearicons-glass-cocktail:before{content:"\eb0f"}.linearicons-glass2:before{content:"\eb10"}.linearicons-dinner:before{content:"\eb11"}.linearicons-dinner2:before{content:"\eb12"}.linearicons-chef:before{content:"\eb13"}.linearicons-scale2:before{content:"\eb14"}.linearicons-egg:before{content:"\eb15"}.linearicons-egg2:before{content:"\eb16"}.linearicons-eggs:before{content:"\eb17"}.linearicons-platter:before{content:"\eb18"}.linearicons-steak:before{content:"\eb19"}.linearicons-hamburger:before{content:"\eb1a"}.linearicons-hotdog:before{content:"\eb1b"}.linearicons-pizza:before{content:"\eb1c"}.linearicons-sausage:before{content:"\eb1d"}.linearicons-chicken:before{content:"\eb1e"}.linearicons-fish:before{content:"\eb1f"}.linearicons-carrot:before{content:"\eb20"}.linearicons-cheese:before{content:"\eb21"}.linearicons-bread:before{content:"\eb22"}.linearicons-ice-cream:before{content:"\eb23"}.linearicons-ice-cream2:before{content:"\eb24"}.linearicons-candy:before{content:"\eb25"}.linearicons-lollipop:before{content:"\eb26"}.linearicons-coffee-bean:before{content:"\eb27"}.linearicons-coffee-cup:before{content:"\eb28"}.linearicons-cherry:before{content:"\eb29"}.linearicons-grapes:before{content:"\eb2a"}.linearicons-citrus:before{content:"\eb2b"}.linearicons-apple:before{content:"\eb2c"}.linearicons-leaf:before{content:"\eb2d"}.linearicons-landscape:before{content:"\eb2e"}.linearicons-pine-tree:before{content:"\eb2f"}.linearicons-tree:before{content:"\eb30"}.linearicons-cactus:before{content:"\eb31"}.linearicons-paw:before{content:"\eb32"}.linearicons-footprint:before{content:"\eb33"}.linearicons-speed-slow:before{content:"\eb34"}.linearicons-speed-medium:before{content:"\eb35"}.linearicons-speed-fast:before{content:"\eb36"}.linearicons-rocket:before{content:"\eb37"}.linearicons-hammer2:before{content:"\eb38"}.linearicons-balance:before{content:"\eb39"}.linearicons-briefcase:before{content:"\eb3a"}.linearicons-luggage-weight:before{content:"\eb3b"}.linearicons-dolly:before{content:"\eb3c"}.linearicons-plane:before{content:"\eb3d"}.linearicons-plane-crossed:before{content:"\eb3e"}.linearicons-helicopter:before{content:"\eb3f"}.linearicons-traffic-lights:before{content:"\eb40"}.linearicons-siren:before{content:"\eb41"}.linearicons-road:before{content:"\eb42"}.linearicons-engine:before{content:"\eb43"}.linearicons-oil-pressure:before{content:"\eb44"}.linearicons-coolant-temperature:before{content:"\eb45"}.linearicons-car-battery:before{content:"\eb46"}.linearicons-gas:before{content:"\eb47"}.linearicons-gallon:before{content:"\eb48"}.linearicons-transmission:before{content:"\eb49"}.linearicons-car:before{content:"\eb4a"}.linearicons-car-wash:before{content:"\eb4b"}.linearicons-car-wash2:before{content:"\eb4c"}.linearicons-bus:before{content:"\eb4d"}.linearicons-bus2:before{content:"\eb4e"}.linearicons-car2:before{content:"\eb4f"}.linearicons-parking:before{content:"\eb50"}.linearicons-car-lock:before{content:"\eb51"}.linearicons-taxi:before{content:"\eb52"}.linearicons-car-siren:before{content:"\eb53"}.linearicons-car-wash3:before{content:"\eb54"}.linearicons-car-wash4:before{content:"\eb55"}.linearicons-ambulance:before{content:"\eb56"}.linearicons-truck:before{content:"\eb57"}.linearicons-trailer:before{content:"\eb58"}.linearicons-scale-truck:before{content:"\eb59"}.linearicons-train:before{content:"\eb5a"}.linearicons-ship:before{content:"\eb5b"}.linearicons-ship2:before{content:"\eb5c"}.linearicons-anchor:before{content:"\eb5d"}.linearicons-boat:before{content:"\eb5e"}.linearicons-bicycle:before{content:"\eb5f"}.linearicons-bicycle2:before{content:"\eb60"}.linearicons-dumbbell:before{content:"\eb61"}.linearicons-bench-press:before{content:"\eb62"}.linearicons-swim:before{content:"\eb63"}.linearicons-football:before{content:"\eb64"}.linearicons-baseball-bat:before{content:"\eb65"}.linearicons-baseball:before{content:"\eb66"}.linearicons-tennis:before{content:"\eb67"}.linearicons-tennis2:before{content:"\eb68"}.linearicons-ping-pong:before{content:"\eb69"}.linearicons-hockey:before{content:"\eb6a"}.linearicons-8ball:before{content:"\eb6b"}.linearicons-bowling:before{content:"\eb6c"}.linearicons-bowling-pins:before{content:"\eb6d"}.linearicons-golf:before{content:"\eb6e"}.linearicons-golf2:before{content:"\eb6f"}.linearicons-archery:before{content:"\eb70"}.linearicons-slingshot:before{content:"\eb71"}.linearicons-soccer:before{content:"\eb72"}.linearicons-basketball:before{content:"\eb73"}.linearicons-cube:before{content:"\eb74"}.linearicons-3d-rotate:before{content:"\eb75"}.linearicons-puzzle:before{content:"\eb76"}.linearicons-glasses:before{content:"\eb77"}.linearicons-glasses2:before{content:"\eb78"}.linearicons-accessibility:before{content:"\eb79"}.linearicons-wheelchair:before{content:"\eb7a"}.linearicons-wall:before{content:"\eb7b"}.linearicons-fence:before{content:"\eb7c"}.linearicons-wall2:before{content:"\eb7d"}.linearicons-icons:before{content:"\eb7e"}.linearicons-resize-handle:before{content:"\eb7f"}.linearicons-icons2:before{content:"\eb80"}.linearicons-select:before{content:"\eb81"}.linearicons-select2:before{content:"\eb82"}.linearicons-site-map:before{content:"\eb83"}.linearicons-earth:before{content:"\eb84"}.linearicons-earth-lock:before{content:"\eb85"}.linearicons-network:before{content:"\eb86"}.linearicons-network-lock:before{content:"\eb87"}.linearicons-planet:before{content:"\eb88"}.linearicons-happy:before{content:"\eb89"}.linearicons-smile:before{content:"\eb8a"}.linearicons-grin:before{content:"\eb8b"}.linearicons-tongue:before{content:"\eb8c"}.linearicons-sad:before{content:"\eb8d"}.linearicons-wink:before{content:"\eb8e"}.linearicons-dream:before{content:"\eb8f"}.linearicons-shocked:before{content:"\eb90"}.linearicons-shocked2:before{content:"\eb91"}.linearicons-tongue2:before{content:"\eb92"}.linearicons-neutral:before{content:"\eb93"}.linearicons-happy-grin:before{content:"\eb94"}.linearicons-cool:before{content:"\eb95"}.linearicons-mad:before{content:"\eb96"}.linearicons-grin-evil:before{content:"\eb97"}.linearicons-evil:before{content:"\eb98"}.linearicons-wow:before{content:"\eb99"}.linearicons-annoyed:before{content:"\eb9a"}.linearicons-wondering:before{content:"\eb9b"}.linearicons-confused:before{content:"\eb9c"}.linearicons-zipped:before{content:"\eb9d"}.linearicons-grumpy:before{content:"\eb9e"}.linearicons-mustache:before{content:"\eb9f"}.linearicons-tombstone-hipster:before{content:"\eba0"}.linearicons-tombstone:before{content:"\eba1"}.linearicons-ghost:before{content:"\eba2"}.linearicons-ghost-hipster:before{content:"\eba3"}.linearicons-halloween:before{content:"\eba4"}.linearicons-christmas:before{content:"\eba5"}.linearicons-easter-egg:before{content:"\eba6"}.linearicons-mustache2:before{content:"\eba7"}.linearicons-mustache-glasses:before{content:"\eba8"}.linearicons-pipe:before{content:"\eba9"}.linearicons-alarm:before{content:"\ebaa"}.linearicons-alarm-add:before{content:"\ebab"}.linearicons-alarm-snooze:before{content:"\ebac"}.linearicons-alarm-ringing:before{content:"\ebad"}.linearicons-bullhorn:before{content:"\ebae"}.linearicons-hearing:before{content:"\ebaf"}.linearicons-volume-high:before{content:"\ebb0"}.linearicons-volume-medium:before{content:"\ebb1"}.linearicons-volume-low:before{content:"\ebb2"}.linearicons-volume:before{content:"\ebb3"}.linearicons-mute:before{content:"\ebb4"}.linearicons-lan:before{content:"\ebb5"}.linearicons-lan2:before{content:"\ebb6"}.linearicons-wifi:before{content:"\ebb7"}.linearicons-wifi-lock:before{content:"\ebb8"}.linearicons-wifi-blocked:before{content:"\ebb9"}.linearicons-wifi-mid:before{content:"\ebba"}.linearicons-wifi-low:before{content:"\ebbb"}.linearicons-wifi-low2:before{content:"\ebbc"}.linearicons-wifi-alert:before{content:"\ebbd"}.linearicons-wifi-alert-mid:before{content:"\ebbe"}.linearicons-wifi-alert-low:before{content:"\ebbf"}.linearicons-wifi-alert-low2:before{content:"\ebc0"}.linearicons-stream:before{content:"\ebc1"}.linearicons-stream-check:before{content:"\ebc2"}.linearicons-stream-error:before{content:"\ebc3"}.linearicons-stream-alert:before{content:"\ebc4"}.linearicons-communication:before{content:"\ebc5"}.linearicons-communication-crossed:before{content:"\ebc6"}.linearicons-broadcast:before{content:"\ebc7"}.linearicons-antenna:before{content:"\ebc8"}.linearicons-satellite:before{content:"\ebc9"}.linearicons-satellite2:before{content:"\ebca"}.linearicons-mic:before{content:"\ebcb"}.linearicons-mic-mute:before{content:"\ebcc"}.linearicons-mic2:before{content:"\ebcd"}.linearicons-spotlights:before{content:"\ebce"}.linearicons-hourglass:before{content:"\ebcf"}.linearicons-loading:before{content:"\ebd0"}.linearicons-loading2:before{content:"\ebd1"}.linearicons-loading3:before{content:"\ebd2"}.linearicons-refresh:before{content:"\ebd3"}.linearicons-refresh2:before{content:"\ebd4"}.linearicons-undo:before{content:"\ebd5"}.linearicons-redo:before{content:"\ebd6"}.linearicons-jump2:before{content:"\ebd7"}.linearicons-undo2:before{content:"\ebd8"}.linearicons-redo2:before{content:"\ebd9"}.linearicons-sync:before{content:"\ebda"}.linearicons-repeat-one2:before{content:"\ebdb"}.linearicons-sync-crossed:before{content:"\ebdc"}.linearicons-sync2:before{content:"\ebdd"}.linearicons-repeat-one3:before{content:"\ebde"}.linearicons-sync-crossed2:before{content:"\ebdf"}.linearicons-return:before{content:"\ebe0"}.linearicons-return2:before{content:"\ebe1"}.linearicons-refund:before{content:"\ebe2"}.linearicons-history:before{content:"\ebe3"}.linearicons-history2:before{content:"\ebe4"}.linearicons-self-timer:before{content:"\ebe5"}.linearicons-clock:before{content:"\ebe6"}.linearicons-clock2:before{content:"\ebe7"}.linearicons-clock3:before{content:"\ebe8"}.linearicons-watch:before{content:"\ebe9"}.linearicons-alarm2:before{content:"\ebea"}.linearicons-alarm-add2:before{content:"\ebeb"}.linearicons-alarm-remove:before{content:"\ebec"}.linearicons-alarm-check:before{content:"\ebed"}.linearicons-alarm-error:before{content:"\ebee"}.linearicons-timer:before{content:"\ebef"}.linearicons-timer-crossed:before{content:"\ebf0"}.linearicons-timer2:before{content:"\ebf1"}.linearicons-timer-crossed2:before{content:"\ebf2"}.linearicons-download:before{content:"\ebf3"}.linearicons-upload:before{content:"\ebf4"}.linearicons-download2:before{content:"\ebf5"}.linearicons-upload2:before{content:"\ebf6"}.linearicons-enter-up:before{content:"\ebf7"}.linearicons-enter-down:before{content:"\ebf8"}.linearicons-enter-left:before{content:"\ebf9"}.linearicons-enter-right:before{content:"\ebfa"}.linearicons-exit-up:before{content:"\ebfb"}.linearicons-exit-down:before{content:"\ebfc"}.linearicons-exit-left:before{content:"\ebfd"}.linearicons-exit-right:before{content:"\ebfe"}.linearicons-enter-up2:before{content:"\ebff"}.linearicons-enter-down2:before{content:"\ec00"}.linearicons-enter-vertical:before{content:"\ec01"}.linearicons-enter-left2:before{content:"\ec02"}.linearicons-enter-right2:before{content:"\ec03"}.linearicons-enter-horizontal:before{content:"\ec04"}.linearicons-exit-up2:before{content:"\ec05"}.linearicons-exit-down2:before{content:"\ec06"}.linearicons-exit-left2:before{content:"\ec07"}.linearicons-exit-right2:before{content:"\ec08"}.linearicons-cli:before{content:"\ec09"}.linearicons-bug:before{content:"\ec0a"}.linearicons-code:before{content:"\ec0b"}.linearicons-file-code:before{content:"\ec0c"}.linearicons-file-image:before{content:"\ec0d"}.linearicons-file-zip:before{content:"\ec0e"}.linearicons-file-audio:before{content:"\ec0f"}.linearicons-file-video:before{content:"\ec10"}.linearicons-file-preview:before{content:"\ec11"}.linearicons-file-charts:before{content:"\ec12"}.linearicons-file-stats:before{content:"\ec13"}.linearicons-file-spreadsheet:before{content:"\ec14"}.linearicons-link:before{content:"\ec15"}.linearicons-unlink:before{content:"\ec16"}.linearicons-link2:before{content:"\ec17"}.linearicons-unlink2:before{content:"\ec18"}.linearicons-thumbs-up:before{content:"\ec19"}.linearicons-thumbs-down:before{content:"\ec1a"}.linearicons-thumbs-up2:before{content:"\ec1b"}.linearicons-thumbs-down2:before{content:"\ec1c"}.linearicons-thumbs-up3:before{content:"\ec1d"}.linearicons-thumbs-down3:before{content:"\ec1e"}.linearicons-share:before{content:"\ec1f"}.linearicons-share2:before{content:"\ec20"}.linearicons-share3:before{content:"\ec21"}.linearicons-magnifier:before{content:"\ec22"}.linearicons-file-search:before{content:"\ec23"}.linearicons-find-replace:before{content:"\ec24"}.linearicons-zoom-in:before{content:"\ec25"}.linearicons-zoom-out:before{content:"\ec26"}.linearicons-loupe:before{content:"\ec27"}.linearicons-loupe-zoom-in:before{content:"\ec28"}.linearicons-loupe-zoom-out:before{content:"\ec29"}.linearicons-cross:before{content:"\ec2a"}.linearicons-menu:before{content:"\ec2b"}.linearicons-list:before{content:"\ec2c"}.linearicons-list2:before{content:"\ec2d"}.linearicons-list3:before{content:"\ec2e"}.linearicons-menu2:before{content:"\ec2f"}.linearicons-list4:before{content:"\ec30"}.linearicons-menu3:before{content:"\ec31"}.linearicons-exclamation:before{content:"\ec32"}.linearicons-question:before{content:"\ec33"}.linearicons-check:before{content:"\ec34"}.linearicons-cross2:before{content:"\ec35"}.linearicons-plus:before{content:"\ec36"}.linearicons-minus:before{content:"\ec37"}.linearicons-percent:before{content:"\ec38"}.linearicons-chevron-up:before{content:"\ec39"}.linearicons-chevron-down:before{content:"\ec3a"}.linearicons-chevron-left:before{content:"\ec3b"}.linearicons-chevron-right:before{content:"\ec3c"}.linearicons-chevrons-expand-vertical:before{content:"\ec3d"}.linearicons-chevrons-expand-horizontal:before{content:"\ec3e"}.linearicons-chevrons-contract-vertical:before{content:"\ec3f"}.linearicons-chevrons-contract-horizontal:before{content:"\ec40"}.linearicons-arrow-up:before{content:"\ec41"}.linearicons-arrow-down:before{content:"\ec42"}.linearicons-arrow-left:before{content:"\ec43"}.linearicons-arrow-right:before{content:"\ec44"}.linearicons-arrow-up-right:before{content:"\ec45"}.linearicons-arrows-merge:before{content:"\ec46"}.linearicons-arrows-split:before{content:"\ec47"}.linearicons-arrow-divert:before{content:"\ec48"}.linearicons-arrow-return:before{content:"\ec49"}.linearicons-expand:before{content:"\ec4a"}.linearicons-contract:before{content:"\ec4b"}.linearicons-expand2:before{content:"\ec4c"}.linearicons-contract2:before{content:"\ec4d"}.linearicons-move:before{content:"\ec4e"}.linearicons-tab:before{content:"\ec4f"}.linearicons-arrow-wave:before{content:"\ec50"}.linearicons-expand3:before{content:"\ec51"}.linearicons-expand4:before{content:"\ec52"}.linearicons-contract3:before{content:"\ec53"}.linearicons-notification:before{content:"\ec54"}.linearicons-warning:before{content:"\ec55"}.linearicons-notification-circle:before{content:"\ec56"}.linearicons-question-circle:before{content:"\ec57"}.linearicons-menu-circle:before{content:"\ec58"}.linearicons-checkmark-circle:before{content:"\ec59"}.linearicons-cross-circle:before{content:"\ec5a"}.linearicons-plus-circle:before{content:"\ec5b"}.linearicons-circle-minus:before{content:"\ec5c"}.linearicons-percent-circle:before{content:"\ec5d"}.linearicons-arrow-up-circle:before{content:"\ec5e"}.linearicons-arrow-down-circle:before{content:"\ec5f"}.linearicons-arrow-left-circle:before{content:"\ec60"}.linearicons-arrow-right-circle:before{content:"\ec61"}.linearicons-chevron-up-circle:before{content:"\ec62"}.linearicons-chevron-down-circle:before{content:"\ec63"}.linearicons-chevron-left-circle:before{content:"\ec64"}.linearicons-chevron-right-circle:before{content:"\ec65"}.linearicons-backward-circle:before{content:"\ec66"}.linearicons-first-circle:before{content:"\ec67"}.linearicons-previous-circle:before{content:"\ec68"}.linearicons-stop-circle:before{content:"\ec69"}.linearicons-play-circle:before{content:"\ec6a"}.linearicons-pause-circle:before{content:"\ec6b"}.linearicons-next-circle:before{content:"\ec6c"}.linearicons-last-circle:before{content:"\ec6d"}.linearicons-forward-circle:before{content:"\ec6e"}.linearicons-eject-circle:before{content:"\ec6f"}.linearicons-crop:before{content:"\ec70"}.linearicons-frame-expand:before{content:"\ec71"}.linearicons-frame-contract:before{content:"\ec72"}.linearicons-focus:before{content:"\ec73"}.linearicons-transform:before{content:"\ec74"}.linearicons-grid:before{content:"\ec75"}.linearicons-grid-crossed:before{content:"\ec76"}.linearicons-layers:before{content:"\ec77"}.linearicons-layers-crossed:before{content:"\ec78"}.linearicons-toggle:before{content:"\ec79"}.linearicons-rulers:before{content:"\ec7a"}.linearicons-ruler:before{content:"\ec7b"}.linearicons-funnel:before{content:"\ec7c"}.linearicons-flip-horizontal:before{content:"\ec7d"}.linearicons-flip-vertical:before{content:"\ec7e"}.linearicons-flip-horizontal2:before{content:"\ec7f"}.linearicons-flip-vertical2:before{content:"\ec80"}.linearicons-angle:before{content:"\ec81"}.linearicons-angle2:before{content:"\ec82"}.linearicons-subtract:before{content:"\ec83"}.linearicons-combine:before{content:"\ec84"}.linearicons-intersect:before{content:"\ec85"}.linearicons-exclude:before{content:"\ec86"}.linearicons-align-center-vertical:before{content:"\ec87"}.linearicons-align-right:before{content:"\ec88"}.linearicons-align-bottom:before{content:"\ec89"}.linearicons-align-left:before{content:"\ec8a"}.linearicons-align-center-horizontal:before{content:"\ec8b"}.linearicons-align-top:before{content:"\ec8c"}.linearicons-square:before{content:"\ec8d"}.linearicons-plus-square:before{content:"\ec8e"}.linearicons-minus-square:before{content:"\ec8f"}.linearicons-percent-square:before{content:"\ec90"}.linearicons-arrow-up-square:before{content:"\ec91"}.linearicons-arrow-down-square:before{content:"\ec92"}.linearicons-arrow-left-square:before{content:"\ec93"}.linearicons-arrow-right-square:before{content:"\ec94"}.linearicons-chevron-up-square:before{content:"\ec95"}.linearicons-chevron-down-square:before{content:"\ec96"}.linearicons-chevron-left-square:before{content:"\ec97"}.linearicons-chevron-right-square:before{content:"\ec98"}.linearicons-check-square:before{content:"\ec99"}.linearicons-cross-square:before{content:"\ec9a"}.linearicons-menu-square:before{content:"\ec9b"}.linearicons-prohibited:before{content:"\ec9c"}.linearicons-circle:before{content:"\ec9d"}.linearicons-radio-button:before{content:"\ec9e"}.linearicons-ligature:before{content:"\ec9f"}.linearicons-text-format:before{content:"\eca0"}.linearicons-text-format-remove:before{content:"\eca1"}.linearicons-text-size:before{content:"\eca2"}.linearicons-bold:before{content:"\eca3"}.linearicons-italic:before{content:"\eca4"}.linearicons-underline:before{content:"\eca5"}.linearicons-strikethrough:before{content:"\eca6"}.linearicons-highlight:before{content:"\eca7"}.linearicons-text-align-left:before{content:"\eca8"}.linearicons-text-align-center:before{content:"\eca9"}.linearicons-text-align-right:before{content:"\ecaa"}.linearicons-text-align-justify:before{content:"\ecab"}.linearicons-line-spacing:before{content:"\ecac"}.linearicons-indent-increase:before{content:"\ecad"}.linearicons-indent-decrease:before{content:"\ecae"}.linearicons-text-wrap:before{content:"\ecaf"}.linearicons-pilcrow:before{content:"\ecb0"}.linearicons-direction-ltr:before{content:"\ecb1"}.linearicons-direction-rtl:before{content:"\ecb2"}.linearicons-page-break:before{content:"\ecb3"}.linearicons-page-break2:before{content:"\ecb4"}.linearicons-sort-alpha-asc:before{content:"\ecb5"}.linearicons-sort-alpha-desc:before{content:"\ecb6"}.linearicons-sort-numeric-asc:before{content:"\ecb7"}.linearicons-sort-numeric-desc:before{content:"\ecb8"}.linearicons-sort-amount-asc:before{content:"\ecb9"}.linearicons-sort-amount-desc:before{content:"\ecba"}.linearicons-sort-time-asc:before{content:"\ecbb"}.linearicons-sort-time-desc:before{content:"\ecbc"}.linearicons-sigma:before{content:"\ecbd"}.linearicons-pencil-line:before{content:"\ecbe"}.linearicons-hand:before{content:"\ecbf"}.linearicons-pointer-up:before{content:"\ecc0"}.linearicons-pointer-right:before{content:"\ecc1"}.linearicons-pointer-down:before{content:"\ecc2"}.linearicons-pointer-left:before{content:"\ecc3"}.linearicons-finger-tap:before{content:"\ecc4"}.linearicons-fingers-tap:before{content:"\ecc5"}.linearicons-reminder:before{content:"\ecc6"}.linearicons-fingers-crossed:before{content:"\ecc7"}.linearicons-fingers-victory:before{content:"\ecc8"}.linearicons-gesture-zoom:before{content:"\ecc9"}.linearicons-gesture-pinch:before{content:"\ecca"}.linearicons-fingers-scroll-horizontal:before{content:"\eccb"}.linearicons-fingers-scroll-vertical:before{content:"\eccc"}.linearicons-fingers-scroll-left:before{content:"\eccd"}.linearicons-fingers-scroll-right:before{content:"\ecce"}.linearicons-hand2:before{content:"\eccf"}.linearicons-pointer-up2:before{content:"\ecd0"}.linearicons-pointer-right2:before{content:"\ecd1"}.linearicons-pointer-down2:before{content:"\ecd2"}.linearicons-pointer-left2:before{content:"\ecd3"}.linearicons-finger-tap2:before{content:"\ecd4"}.linearicons-fingers-tap2:before{content:"\ecd5"}.linearicons-reminder2:before{content:"\ecd6"}.linearicons-gesture-zoom2:before{content:"\ecd7"}.linearicons-gesture-pinch2:before{content:"\ecd8"}.linearicons-fingers-scroll-horizontal2:before{content:"\ecd9"}.linearicons-fingers-scroll-vertical2:before{content:"\ecda"}.linearicons-fingers-scroll-left2:before{content:"\ecdb"}.linearicons-fingers-scroll-right2:before{content:"\ecdc"}.linearicons-fingers-scroll-vertical3:before{content:"\ecdd"}.linearicons-border-style:before{content:"\ecde"}.linearicons-border-all:before{content:"\ecdf"}.linearicons-border-outer:before{content:"\ece0"}.linearicons-border-inner:before{content:"\ece1"}.linearicons-border-top:before{content:"\ece2"}.linearicons-border-horizontal:before{content:"\ece3"}.linearicons-border-bottom:before{content:"\ece4"}.linearicons-border-left:before{content:"\ece5"}.linearicons-border-vertical:before{content:"\ece6"}.linearicons-border-right:before{content:"\ece7"}.linearicons-border-none:before{content:"\ece8"}.linearicons-ellipsis:before{content:"\ece9"}@charset "utf-8";@font-face{font-family:"Cerebri Sans Pro";src:url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-ExtraLight.woff2") format("woff2"),url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-ExtraLight.woff") format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:"Cerebri Sans Pro";src:url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-Light.woff2") format("woff2"),url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-Light.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Cerebri Sans Pro";src:url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-Regular.woff2") format("woff2"),url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-Regular.woff") format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Cerebri Sans Pro";src:url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-Medium.woff2") format("woff2"),url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Cerebri Sans Pro";src:url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-Bold.woff2") format("woff2"),url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-Bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Cerebri Sans Pro";src:url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-ExtraBold.woff2") format("woff2"),url("../../frontend/Mageolssen/mageolssen/nl_NL/fonts/CerebriSansPro-ExtraBold.woff") format("woff");font-weight:800;font-style:normal;font-display:swap}html{scroll-behavior:smooth;overflow-x:hidden}:root{--maincolor:#081828;--seconcolor:#003ecb;--textcolor:#333;--btncolor:#54ca70;--mainfont:"Cerebri Sans Pro";--blackcolor:#000}a,a:hover{text-decoration:none !important;outline:none !important}ul{margin-bottom:0 !important}li{list-style:none}body{font-size:14px;font-weight:400;margin:0;color:var(--textcolor) !important;font-family:var(--mainfont) !important}.page-header .panel.wrapper{display:none}#nav_bg{background:var(--bs-white);padding:0;max-width:100% !important;width:100% !important;will-change:auto !important;transform:none !important}#nav_bg.stick{background:var(--bs-white);animation-duration:.45s;animation-fill-mode:both;animation-name:fadeInDown;-webkit-transition:background 1s ease;-moz-transition:background 1s ease;-ms-transition:background 1s ease;-o-transition:background 1s ease;transition:background 1s ease}#nav_bg .nav_brand{display:inline-block;position:relative}.nav_brand .logo{float:none;max-width:none;z-index:auto}#nav_bg .navigation{background:0 0}#nav_bg .right-group-colunm .dropbtn{background:0 0;border:none;padding:0}.right-group-colunm .block-search,.right-group-colunm .minicart-wrapper{padding:0;margin:0}#nav_bg .right-group-colunm .block-search{width:auto}#nav_bg .block-search .field.search{display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-box-align:center;align-items:center;position:relative}#nav_bg .block-search .label{text-decoration:none;display:inline-block;float:none;clip:auto;width:auto;height:auto;margin:0;cursor:pointer;position:relative;z-index:1}.dropdown.account_part .dropdown-menu{border:none !important}#nav_bg .block-search .control{display:none}body.top_searchBar #nav_bg .header-container-combine{position:relative}body.top_searchBar #nav_bg .right-group-colunm .block-search{position:static}#nav_bg .block-search.serach_ui .block-content{position:absolute;top:0;padding:1rem;height:100%;display:flex;align-items:center;justify-content:center;z-index:16;width:80%;right:0;background-color:var(--bs-white)}#nav_bg .block-search.serach_ui .minisearch{width:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;grid-template-columns:9fr 1fr;gap:15px;align-items:center;justify-content:center;z-index:1;flex-direction:row-reverse;border-bottom:2px solid var(--textcolor)}#nav_bg .block-search.serach_ui .field.search{position:static;flex-grow:1;flex-direction:row-reverse;gap:15px}#nav_bg .block-search.serach_ui .field.search .label:before{content:"\ec35";font-family:"Linearicons";color:var(--textcolor);font-size:14px;font-weight:700}#nav_bg .block-search .block-content .control{transition:transform 1.5s ease-in-out;transform:translateX(100%);pointer-events:none;width:0;padding:0;margin:0 auto}#nav_bg .block-search.serach_ui .block-content .control{background:var(--bs-white);display:flex;border:none;flex-grow:1;width:auto;position:relative;z-index:1;transform:none;pointer-events:auto}#nav_bg .block-search .control input{width:0}#nav_bg .block-search.serach_ui .control input{background:var(--bs-white);border:none;border-radius:0;padding:0;margin:0;width:100%;height:48px;position:static;box-shadow:none}#nav_bg .block-search.serach_ui .action.search{display:block;position:static}#nav_bg .block-search.serach_ui .action.search:before{color:var(--textcolor);display:block}.top_searchBar .page-header.amsearch-full-width.-opened,.top_searchBar .page-header.amsearch-full-width.-opened .header.content{height:auto}body[class*=-amsearch-overlay-opened] .page-header{z-index:10}#nav_bg .block-search .minisearch{display:flex}.top_searchBar #nav_bg .block-search.serach_ui .minisearch{position:absolute;top:0;right:0;width:80%;height:100%;background:#fff}#nav_bg .block-search .control{display:none}#nav_bg .block-search.serach_ui .control{display:block}#nav_bg .block-search.serach_ui .label:before{content:"\ec35";font-family:"Linearicons";color:var(--textcolor);font-size:14px;font-weight:700}body[class*=-amsearch-overlay-opened] #nav_bg .block-search.serach_ui .label{display:none}body[class*=-amsearch-overlay-opened] .amsearch-overlay-block{background:rgba(0,0,0,.5);z-index:1}#nav_bg .block-search .control{flex-grow:1;margin:0;padding:0;border-top:none !important}#nav_bg .amsearch-wrapper-block{display:flex;float:none;margin:0;padding:0}#nav_bg .amsearch-wrapper-block:before{display:none}#nav_bg .amsearch-form-block{width:100% !important;height:auto}#nav_bg .amsearch-input-wrapper{display:flex;flex-direction:row-reverse;gap:15px;padding:0 12px}#nav_bg .amsearch-input-wrapper .amsearch-button.-loupe{opacity:1;position:static}.top_searchBar .page-header.amsearch-full-width.-opened .amsearch-button.-full-close{right:0;background:0 0;border:none;box-shadow:none}body[class*=-amsearch-overlay-opened] .amsearch-input-wrapper .amsearch-button.-close{display:block}#nav_bg .block-search .action.search{display:none}#nav_bg .block-search .search-autocomplete{background:var(--bs-white);border-radius:4px;top:50px !important;right:0 !important;-webkit-box-shadow:0 0 5px rgba(0,0,0,.1);box-shadow:0 0 5px rgba(0,0,0,.1)}#nav_bg .block-search .search-autocomplete ul{background:0 0;border:none}#nav_bg .block-search .search-autocomplete ul li{color:var(--maincolor);font-size:16px;font-weight:500;background:0 0;border:none}#nav_bg .block-search .search-autocomplete ul li+li{border-top:1px solid #dee2e6}#nav_bg .block-search .search-autocomplete ul li.selected>*,#nav_bg .block-search .search-autocomplete ul li:hover{color:var(--seconcolor)}.right-group-colunm .account_part{display:-ms-flexbox;display:-webkit-flex;display:flex}.right-group-colunm .account_part ul{min-width:200px;padding:0}.right-group-colunm .account_part ul li{margin-bottom:0}.right-group-colunm .account_part ul li a{color:var(--textcolor);font:600 16px/32px var(--mainfont);letter-spacing:.15px;display:block}.right-group-colunm .account_part ul li a:hover,.right-group-colunm .account_part ul li a:focus{color:var(--seconcolor);background:0 0}.right-group-colunm .account_part img{max-width:18px}.account_part .customer-welcome .action.dwsswitch:after{display:none}.right-group-colunm .block-search .label:before{color:var(--textcolor);font-size:20px;margin:0}.catr_sec.minicart-wrapper{display:inline-flex;align-items:center}.catr_sec.minicart-wrapper .action.showcart{display:inline-flex;align-items:center;gap:2px;padding:5px 0}.catr_sec.minicart-wrapper .action.showcart>img,#nav_bg .flag_submeanu a img{max-width:none}.catr_sec.minicart-wrapper .action.showcart:before{display:none}.minicart-wrapper .action.showcart .counter.qty,.catr_sec.minicart-wrapper .action.showcart .counter.qty{background:linear-gradient(122deg,#149dff 6.25%,#003ecb 93.74%);margin:0}.right-group-colunm .btn{background-color:#54ca70;color:#fff;padding:8px 25px;font-size:16px;font-weight:600;letter-spacing:.15px;line-height:22px;border-radius:4px}#nav_bg .language{-ms-flex-order:0;-webkit-order:0;order:0;float:none;margin:0}#nav_bg .flag_submeanu a{color:var(--textcolor) !important;font:500 14px/24px var(--mainfont);text-transform:uppercase;position:relative}
/*! === // NAV:: End Menu & Logo Part // === !*/
.home_banner_caro .hero_img,.home_banner_caro .hero_video{position:relative}.home_banner_caro .hero_img:after,.home_banner_caro .hero_video:after,.banner_CLI:after{content:"";width:100%;height:31%;background:linear-gradient(360deg,#013fc3 0%,rgba(217,217,217,0) 100%);position:absolute;bottom:0;left:0}.home_banner_caro .hero_img:before,.home_banner_caro .hero_video:before,.banner_CLI:before{content:"";width:100%;height:50%;background:linear-gradient(359.36deg,rgba(0,0,0,.2) 4.89%,rgba(0,0,0,0) 72%);position:absolute;bottom:0;left:0}.home_banner_caro .owl-item img,.home_banner_caro .owl-item video{height:calc(100vh - 92px);object-fit:cover}.home_banner_caro .owl-item video{display:inline-block;vertical-align:baseline}.home_banner_text,.inner_header_text{position:absolute;bottom:12%;left:0;width:100%;z-index:1}.home_banner_text h1,.inner_header_text h1,.inner_header_text h2{font-weight:800;font-size:80px;line-height:88px;letter-spacing:1px;color:#fff}.home_banner_text h6,.inner_header_text h6{font-weight:600;font-size:20px;line-height:30px;letter-spacing:.15px;color:#fff;max-width:500px}.greenCommonBtn{background-color:var(--btncolor);border:none;padding:12px 25px;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block;min-width:var(--greenButtonMinW,225px)}.greenCommonBtn:hover{color:var(--bs-white)}a.greenCommonBtn:visited{color:#fff !important}
/*! === // SECTION:: End Banner // === !*/
.features_sec{padding-bottom:65px}.single_lokersolutions{padding:65px 0}.single_lokersolutions h2{color:var(--textcolor);font-size:40px;line-height:48px;font-weight:700}.single_lokersolutions p{color:var(--textcolor);font-size:18px;line-height:32px;font-weight:400;letter-spacing:.15px}.imageList_part{position:relative}.imageList_part:before{position:absolute;bottom:25px;left:-100px;content:"";background-image:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/round_shap.png);width:400px;height:400px;background-repeat:no-repeat;background-size:100%;z-index:-1}
/*! === // SECTION:: End 1 // === !*/
.offices_features_ar{color:var(--bs-white);position:relative;padding:150px 0;background:#149dff;background:-moz-linear-gradient(-45deg,#149dff 0%,#003ecb 100%);background:-webkit-linear-gradient(-45deg,#149dff 0%,#003ecb 100%);background:linear-gradient(135deg,#149dff 0%,#003ecb 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#149dff',endColorstr='#003ecb',GradientType=1)}.offices_features_ar h4{color:var(--bs-white);font-size:36px;line-height:48px;font-weight:700;min-height:70px}.offices_features_ar ul li{font-size:20px;line-height:32px;font-weight:600;letter-spacing:.15px;color:#fff;position:relative;padding-left:35px;margin-top:15px}.offices_features_ar ul li:after{color:var(--bs-white);font-size:18px;font-family:"Linearicons";content:"\ec34";width:32px;height:32px;position:absolute;top:5px;left:0}
/*! === // SECTION:: End 2 // === !*/
.idealeLocker_sec{background:#f5f5f5;padding:90px 0}.section-title h2{color:#333;font-size:40px;line-height:48px;position:relative;font-weight:700;letter-spacing:-.5px;margin-bottom:25px}.idealeLocker_list{counter-reset:i;padding:85px 0}.idealeLocker_list .pagebuilder-column-line [data-content-type=text]{display:flex;flex-direction:column;height:100%}.idealeLocker_list .card{border:none;border-radius:0;padding:50px 25px 0;position:relative}.idealeLocker_list .arUserNo{position:absolute;top:-40px;left:25px}.idealeLocker_list .arUserNo:before{color:var(--bs-white);font-size:30px;font-weight:700;content:counter(i);counter-increment:i;--squar-size:64px;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-moz-box-align:center;align-items:center;width:var(--squar-size);height:var(--squar-size);background-color:#333;border-radius:4px}.idealeLocker_list .card-body{position:relative}.idealeLocker_list .card-body ul{overflow:hidden}.idealeLocker_list h4{color:#333;font-weight:600;font-size:24px;line-height:32px;letter-spacing:-.5px;min-height:60px}.idealeLocker_list li a{color:#333;font-weight:600;font-size:14px;line-height:24px;position:relative;display:flex;gap:18px;margin-bottom:20px}.idealeLocker_list .card-footer{position:absolute;bottom:0;width:100%;background:0 0;padding:12px 0}.idealeLocker_list .card-footer a{color:var(--seconcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px}.reference_btn{padding-top:35px !important;text-align:center}.reference_btn h2{color:#333;font-weight:700;font-size:40px;line-height:48px;margin-bottom:2rem}.reference_btn .btn{border:2px solid var(--seconcolor);padding:12px 15px;border-radius:4px;color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle}
/*! === // SECTION:: End 3 // === !*/
.overOlsen_sec{background:var(--bs-white)}.overOlsen_cont{position:relative;padding-bottom:90px}.overOlsen_cont h2{color:var(--seconcolor);font-weight:700;font-size:54px;line-height:64px;letter-spacing:1px;margin:0}.overOlsen_cont h6{color:var(--textcolor);font-weight:600;font-size:20px;line-height:30px;letter-spacing:.15px;max-width:170px;margin-bottom:45px}.overOlsen_cont .box{position:relative}.overOlsen_cont .box>img,.lookingSystem_cont .box>img{position:relative}.overOlsen_cont .box:before,.lookingSystem_cont .box:before{position:absolute;top:15%;right:-100px;content:"";background-image:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/round_shap.png);width:400px;height:400px;background-repeat:no-repeat;background-size:100%}
/*! === // PAGE:: End 4 // === !*/
.brandSec_head{margin-bottom:30px}.brandSec_head h2{color:var(--textcolor);font-weight:700;font-size:40px;line-height:48px}.brand_list{margin-bottom:35px;position:relative}.brand_list:before{position:absolute;top:0;right:0;content:"";width:40%;height:100% !important;z-index:2;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1)}.brand_list .box{text-align:center;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-moz-box-align:center;align-items:center;border:2px solid #888381;border-radius:4px;height:80px;padding:15px}.brand_list .box img{width:auto;max-width:100%;margin:0 auto}.brand-logo .owl-nav [class*=owl-]{color:var(--seconcolor) !important;font-size:18px !important;line-height:1 !important;font-family:"Linearicons" !important;background:0 0 !important;border-radius:0;margin:0;position:absolute;top:-60px;z-index:10}.brand-logo .owl-nav .owl-prev{opacity:0;display:none}
/*! === // SECTION:: End 5 // === !*/
.brochureDload_sec{background:var(--bs-white);padding:95px 0 65px;position:relative}.brochureDload_cont{background:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/brochure_bg.webp) no-repeat 100% 40px;background-size:100%}.brochureDload_cont .caption{margin-top:-70px}.brochureDload_cont h2{color:var(--bs-white);font-weight:700;font-size:40px;line-height:48px;margin-bottom:30px;max-width:500px}.brochureDload_cont .download-btn{background-color:var(--btncolor);border:none;padding:12px 25px;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block}.brochureDload_cont .btn{background-color:transparent;box-shadow:none !important;border-radius:0;color:#fff;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;vertical-align:middle;text-align:center;display:inline-block;margin-left:28px;position:relative}.brochureDload_cont .btn:after{content:"\ec44";color:var(--bs-white);font-size:18px;font-weight:400;font-family:"Linearicons";margin-left:10px}
/*! === // SECTION:: End 6 // === !*/
.product_sec{padding:100px 0}.product_sec .para-title h2{color:var(--textcolor);font-weight:700;font-size:40px;line-height:48px}.product_list{padding-bottom:25px}.product_list .product-item .box{background:var(--bs-white);border-radius:4px;border:1px solid #ececec;width:100%}.product_list .product-item .box .product-item-photo{text-align:center;display:block}.product_list .product-item .box .product-image-photo{width:auto}.product_list .box .product-item-details{padding:1rem}.product_list .box h3.product-item-name a{color:var(--seconcolor);font-weight:700;font-size:16px;line-height:23px;display:-webkit-box;width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.productnamecmsblock{margin-left:20%;margin-right:20%}.productnamecmsblock h2{color:var(--seconcolor);font-weight:700;font-size:22px;line-height:30px;display:-webkit-box;width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer}.productnamecmsblock h2:hover{color:#1aa9be}.productnamecmsblock p span{font-size:16px;font-weight:700}.product_list .box h6.price_part{color:var(--textcolor);font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px}.product_list .box .btn{color:var(--seconcolor);font-family:var(--mainfont);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;background:0 0 !important;border:none !important;box-shadow:none !important;padding:.375rem 0}.product_sec .btn_group .playLocker_btn{border:2px solid var(--seconcolor);padding:12px 25px;border-radius:4px;color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block}.product_sec .btn_group .btn{background-color:transparent;box-shadow:none !important;border-radius:0;color:var(--seconcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;vertical-align:middle;text-align:center;display:inline-block;margin-left:28px;position:relative}.detailsPage_relatedPro .owl-theme .owl-nav [class*=owl-]{color:var(--seconcolor);font-size:16px;width:60px;height:60px;background:var(--bs-white);border-radius:50%;box-shadow:0px 4px 4px rgba(0,0,0,.25);display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;justify-content:center;align-items:center;position:absolute;top:50%;transform:translateY(-50%);opacity:1;margin:0}.detailsPage_relatedPro .owl-theme .owl-nav [class*=owl-] .lni{font-weight:700}.detailsPage_relatedPro .owl-theme .owl-nav .owl-prev{left:-35px}.detailsPage_relatedPro .owl-theme .owl-nav .owl-next{right:-35px}.detailsPage_relatedPro .owl-theme .owl-nav [class*=owl-].disabled{opacity:0}
/*! === // SECTION:: End 5 // === !*/
.lookingSystem_sec{background:var(--bs-white);padding:90px 0}.lookingSystem_cont{position:relative}.lookingSystem_sec .para+.para{margin-top:45px}.lookingSystem_sec h2{color:var(--textcolor);font-weight:700;font-size:40px;line-height:48px;margin-bottom:1rem}.lookingSystem_sec p{color:var(--textcolor);font-weight:400;font-size:18px;line-height:32px;letter-spacing:.15px}.lookingSystem_sec p.medium{font-size:20px;line-height:32px}.lookingSystem_sec p a{color:var(--seconcolor)}.lookingSystem_cont .box{position:relative}
/*! === // SECTION:: End 5 // === !*/
.page-footer,.footer.content{background:0 0;padding:0;max-width:100%}.desktop_footer{background:var(--bs-white)}.footer_top{padding:80px 0 48px;background:linear-gradient(180deg,#1195ff 0%,#003ec2 100%);position:relative}.footer_head{border-bottom:1px solid #3d9af4;padding-bottom:25px}.footer_head .foot_logo img{max-width:225px}.footer_add ul{text-align:right;padding:0 !important}.footer_add li{margin-bottom:0}.footer_head .footer_add li:not(:last-child){margin-right:35px;margin-top:10px}.footer_add a{color:var(--bs-white);font-size:15px;font-weight:300}.footer_add a .fa{font-size:18px}.footer_cont{padding-top:35px}.footer_cont .single_footer h3{font-size:20px;font-weight:500;display:block;color:#fff;line-height:30px;letter-spacing:.15px;margin-bottom:20px}.footer_cont .single_footer h3 .arrow{display:none}.footer_cont .single_footer li a{font-size:14px;font-weight:400;color:#fff;line-height:30px;letter-spacing:.25px}.copyright{display:none}.copyright_sec{padding:12px 0}.footer_nav>ul{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;align-items:center;padding:0 !important}.footer_nav ul>li,.footer_nav ul>li>a{color:#333;font-size:14px;line-height:20px;font-weight:400;letter-spacing:.25px;font-family:var(--mainfont)}.copyright_sec .brand_logo{-moz-box-align:end;align-items:flex-end}.copyright_sec .flag_lang>.btn{background:0 0;border:none;box-shadow:none !important;padding:0;color:#333;font-size:14px;line-height:20px;font-weight:400;letter-spacing:.25px;font-family:var(--mainfont);display:inline-flex;align-items:center;justify-content:center;gap:5px;position:relative}.copyright_sec .flag_lang>.btn img{width:20px}.copyright_sec .flag_lang>ul{min-width:auto;padding:0}.copyright_sec .flag_lang>.btn.dropdown-toggle:after{content:"\f107";color:#333;font-size:16px;font-family:"FontAwesome";font-style:normal;border:none;margin:0}
/*! === // FOOTER:: End Footer // === !*/
.banner_CLI{margin:0;position:relative}.inner_header_text h1{overflow-wrap:normal;word-break:keep-all}.feature_sec{padding:35px 0}.breadcrumbs.breadcrumb_nav{padding:0;margin:0}.breadcrumb_nav li,.breadcrumb_nav li a,.breadcrumb_nav li strong{font-family:var(--mainfont);font-weight:600 !important;font-size:14px;line-height:20px;letter-spacing:.25px}.breadcrumb_nav li{color:var(--seconcolor)}.breadcrumb_nav li a,.breadcrumb_nav li a:visited{color:var(--textcolor)}.breadcrumbs.breadcrumb_nav .item:not(:last-child):after{color:var(--textcolor);font-size:14px;vertical-align:middle;margin:0 8px}.breadcrumbs.breadcrumb_nav li.cms_page{display:none}body.cms-privacy-policy .breadcrumbs.breadcrumb_nav li.cms_page,body.cms-terms-and-conditions .breadcrumbs.breadcrumb_nav li.cms_page,body.cms-all-lockers .breadcrumbs.breadcrumb_nav li.cms_page,body.cms-wardrobe .breadcrumbs.breadcrumb_nav li.cms_page{display:inline-block}.page-main{max-width:100% !important;padding:0 !important;margin:0 !important;z-index:auto}.certifi_sec{background:linear-gradient(122deg,#149dff 6.25%,#003ecb 93.74%)}.certifi_sec #certifi{display:flex;justify-content:space-between;align-items:center;padding:0}.certifi_sec #certifi li{color:var(--bs-white);font-weight:600;font-size:14px;line-height:20px;letter-spacing:.25px;padding:10px 0;margin:0}
/*! === // PAGE:: End CLI // === !*/
.featuresCLI_sec .single_lokersolutions>.row{direction:rtl}.featuresCLI_sec .single_lokersolutions>.row>[class*=col-]{direction:ltr}.be_left_box{position:relative;z-index:1}.be_left_box:after{content:"";width:60%;position:absolute;top:-40px;left:-60px;bottom:-40px;z-index:-1;background:linear-gradient(to right,#c9c9c9 50%,rgba(255,255,255,0) 0%),linear-gradient(#c9c9c9 50%,rgba(255,255,255,0) 0%),linear-gradient(to right,#c9c9c9 50%,rgba(255,255,255,0) 0%),linear-gradient(#c9c9c9 50%,rgba(255,255,255,0) 0%);background-position:top,right,bottom,left;background-repeat:repeat-x,repeat-y;background-size:16px 2px,2px 16px}.featuresCLI_sec .single_lokersolutions h2,body.mpblog-post-view .columns .be_left_box h2{color:var(--seconcolor);background:var(--bs-white)}.store_sec{padding-top:100px;position:relative}.secBg_gradient{background:linear-gradient(180deg,#1195ff 0%,#003ec2 100%)}.secBg_blue{background:linear-gradient(122deg,#149dff 6.25%,#003ecb 93.74%)}.secBg_gray{background:#f5f5f5}.secBg_none{background:#fff}.storeImg_part{position:relative;z-index:1}.storeProb_cont h2{color:var(--bs-white);font-weight:700;font-size:56px;line-height:64px;letter-spacing:1px;overflow-wrap:normal;word-break:keep-all}.storeProb_cont p{color:var(--bs-white);font-weight:500;font-size:18px;line-height:32px;letter-spacing:.15px}.storeProb_cont .btn{border:2px solid var(--bs-white);padding:12px 25px;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;margin-top:20px;vertical-align:middle;display:inline-block}.storeProb_sec{padding-top:100px;position:relative}.storeProb_sec .storeProb_cont h2{color:var(--textcolor)}.storeProb_sec .storeProb_cont p{color:var(--textcolor)}.storeProb_sec .storeProb_cont .btn{color:var(--seconcolor);border:2px solid var(--seconcolor)}.img_shadow{-webkit-filter:drop-shadow(0px 0px 50px rgba(0,0,0,.2));filter:drop-shadow(0px 0px 50px rgba(0,0,0,.2))}
/*! === // PAGE:: End Locker Solutions // === !*/
body.cms-locker-solutions-branches{background:#f5f5f5}body.cms-locker-solutions-branches .featuresCLI_sec .single_lokersolutions h2{background:#f5f5f5}.branch_sec{background:var(--bs-white);padding:90px 0}.branch_head{text-align:center;padding-bottom:45px}.branch_head h2{color:var(--textcolor);font-weight:700;font-size:56px;line-height:64px;letter-spacing:1px}.branch_head h6{color:#000;font-weight:600;font-size:20px;line-height:32px;letter-spacing:.15px}.branch_list>.row>*{padding-right:calc(var(--bs-gutter-x)*0.9);padding-left:calc(var(--bs-gutter-x)*0.9)}.branch_list .box{text-align:center;margin-bottom:30px}.branch_list .card-img{border-radius:0;margin-bottom:1.5rem}.branch_list h4{color:#000;font-weight:600;font-size:24px;line-height:40px;letter-spacing:-.5px}
/*! === // PAGE:: End Locker Solutions Branch // === !*/
.reference_sec{background:#f5f5f5;padding:90px 0}.reference_head{text-align:center}.reference_head h2{color:var(--textcolor);font-weight:700;font-size:56px;line-height:64px;letter-spacing:1px}.reference_head h6{color:var(--seconcolor);font-weight:600;font-size:20px;line-height:32px;letter-spacing:2px;text-transform:uppercase}.reference_list{position:relative}.reference_list:before{position:absolute;top:80px;left:-100px;content:"";background-image:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/round_shap.png);width:400px;height:400px;background-repeat:no-repeat;background-size:100%}.ctablocks{background-image:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/Clip.webp)}.reference_list .card-body{padding:20px 15px}.reference_list .card li{color:#000;font-weight:400;font-size:18px;line-height:26px;letter-spacing:.15px}.reference_list h4{color:var(--textcolor);font-weight:600;font-size:30px;line-height:40px;letter-spacing:-.5px}.reference_list a{color:var(--seconcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px}.reference_slider .owl-item .item{transform:translate3d(0,0,0);margin:75px 0}.reference_slider .owl-item .item .card{border:none;border-radius:8px;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:scale(.8);-ms-transform:scale(.8);transform:scale(.8);overflow:hidden;margin:0 15px}.reference_slider .owl-item.center .item .card{-webkit-box-shadow:0 5px 40px 0 rgba(0,0,0,.2);box-shadow:0 5px 40px 0 rgba(0,0,0,.2);-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15);margin:0}.reference_list .owl-theme .owl-nav{position:absolute;top:190px;left:0;right:0;width:42%;margin:0 auto}.reference_list .owl-theme .owl-nav [class*=owl-]{position:absolute;width:60px;height:60px;color:var(--seconcolor) !important;font-size:30px;background:var(--bs-white) !important;border-radius:50px;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,.25);box-shadow:0px 4px 4px rgba(0,0,0,.25)}.reference_list .owl-theme .owl-nav .owl-prev{left:0}.reference_list .owl-theme .owl-nav .owl-next{right:0}.reference_slider .owl-item.center .card li{font-size:14px;line-height:1.5;font-weight:400;letter-spacing:normal}.reference_slider .owl-item.center .card h4{font-size:20px;line-height:1.5}.reference_slider .owl-item.center .card a{font-size:14px;line-height:1}
/*! === // PAGE:: End Locker Solutions Branch // === !*/
.authenticate_sec{padding:100px 0}.authenticate_sec .storeImg_part:before{position:absolute;top:-25px;right:-120px;content:"";background-image:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/round_shap.png);width:270px;height:270px;background-repeat:no-repeat;background-size:100%;z-index:-1}.authenticate_sec .caption{padding-left:45px}
/*! === // PAGE:: End Locker Solutions SUB // === !*/
body.cms-about-us .feature_sec,body.cms-vacancies-overview .feature_sec{display:none}.founder_sec .box{text-align:center;margin-bottom:2rem}.founder_sec .box .card-img{margin-bottom:2rem}.founder_sec .box h6{color:var(--textcolor);font-weight:700;font-size:20px;line-height:24px;letter-spacing:.15px}.counter_sec{padding:90px 0}.counter-box{display:block;background:0 0;padding:0;text-align:center;position:relative}.counter-box h3{color:var(--bs-white);font-weight:800;font-size:70px;line-height:89px;letter-spacing:1px}.four:not(:last-child) .counter-box h3:after{content:"+";display:inline-block}.counter-box p{color:var(--bs-white);font-weight:600;font-size:20px;line-height:30px;letter-spacing:.15px}.aboutContact_sec{padding-top:90px}.aboutContact_sec h2{color:var(--textcolor);font-weight:700;font-size:40px;line-height:51px}.aboutContact_sec p{color:var(--textcolor);font-weight:600;font-size:20px;line-height:32px;letter-spacing:.15px}.aboutContact_sec .download-btn{background-color:var(--btncolor);border:none;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block;padding:12px 25px;margin-top:20px}.aboutContact_sec .btn{color:var(--seconcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;background-color:transparent;border:none;box-shadow:none !important;padding:0;margin-left:28px;position:relative}.aboutContact_sec .btn:after{content:"\ec44";color:var(--seconcolor);font-size:18px;font-weight:400;font-family:"Linearicons";margin-left:10px}.aboutCont_sec{padding:80px 0}.aboutCont_sec .accordion-header .accordion-button{background:0 0;border:none !important;border-radius:0;box-shadow:none !important}.aboutCont_sec .accordion-button:after{transform:rotate(-90deg)}.aboutCont_sec .accordion-button:not(.collapsed):after{transform:rotate(-180deg) !important}.aboutCont_sec .accordion-header h2{color:var(--textcolor);font-weight:700;font-size:40px;line-height:51px}.aboutCont_sec .accordion-header .caption{padding-left:45px;padding-right:25px}.aboutCont_sec .accordion-header p{color:var(--textcolor);font-weight:400;font-size:20px;line-height:32px;letter-spacing:.15px}.aboutCont_sec .accordion-item{background:0 0;border:none}.aboutCont_sec .accordion-item+.accordion-item{margin-top:35px}
/*! === // PAGE:: End About Us // === !*/
.faq_page{padding-top:20px}.faq_maz_accordion .tab-align-left.ui-tabs.ui-corner-all.ui-widget.ui-widget-content{justify-content:flex-start;display:flex}.faq_maz_accordion .tabs-navigation.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header{display:flex;flex-direction:column;width:25%}.faq_maz_accordion div[data-content-type=tabs] .tabs-content{border:none}div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active{background:0 0}.faq_maz_accordion .ui-tabs-panel.ui-corner-bottom.ui-widget-content{padding:10px}.faq_maz_accordion div[data-content-type=tabs] .tabs-navigation li.tab-header{border:none;background:0 0}.faq_maz_accordion div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active span{color:#495057}.faq_maz_accordion div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title{color:#0d6efd}.faq_maz_accordion div[data-content-type=tabs] .tabs-navigation li.tab-header:last-child{border:none}.faq_maz_accordion .tabs-content{justify-content:flex-start;display:flex;flex-direction:column;width:75%}.faq_page .sideBar,.faq_maz_accordion .ui-tabs-nav{position:relative}.faq_page .sideBar:before,.faq_maz_accordion .ui-tabs-nav:before{position:absolute;top:0;right:20px;content:"";width:1px;height:100%;background:#ececec}.faq_page .sideBar .nav-tabs,.faq_maz_accordion .ui-tabs-nav>li{flex-direction:column;border:none}.faq_page .sideBar .nav-tabs li+li,.faq_maz_accordion .ui-tabs-nav>li+li{margin-top:20px}.faq_page .sideBar .nav-tabs .nav-link,.faq_maz_accordion .ui-tabs-nav>li>a{font-weight:600 !important;font-size:17px !important;line-height:30px;letter-spacing:.15px;border:none;border-radius:0}.faqCont_part{border:none}.faqCont_part .accordion-item,.faqCont_part .tab-pane{background:0 0;border:none}.faqCont_part .accordion-item{-webkit-box-shadow:0 1px 0px rgb(0 0 0/10%);box-shadow:0 1px 0px rgb(0 0 0/10%)}.faqCont_part .accordion-item+.accordion-item{margin-top:15px}.faqCont_part .accordion-button{color:var(--textcolor);font-weight:600;font-size:17px;line-height:30px;letter-spacing:.15px;background:0 0;border:none;border-radius:0 !important;box-shadow:none !important}.faqCont_part .accordion-button:after{transform:rotate(-90deg)}.faqCont_part .accordion-button:not(.collapsed):after{transform:rotate(-180deg) !important}body.cms-faq .category_cont{padding:100px 0}.faq_maz_accordion .ui-tabs-nav{display:flex}
/*! === // PAGE:: End FAQ's // === !*/
.vacancies_page{padding:100px 0}.vacancies_cont{background:#f5f5f5;border:1px solid #ddd;border-radius:8px;padding:30px 20px;overflow:hidden}.vacancies_page .vacancies_cont+.vacancies_cont{margin-top:55px}.vacancies_cont h2{color:var(--textcolor);font-weight:700;font-size:40px;line-height:51px}.vacancies_cont p{color:var(--textcolor);font-weight:600;font-size:20px;line-height:32px;letter-spacing:.15px}.vacancies_cont .btn,.vacanciesDetails_list .btn{background:0 0;border:2px solid var(--seconcolor);padding:12px 25px;border-radius:4px;color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block;margin-top:30px}
/*! === // PAGE:: End Vacancies Overview // === !*/
.vacanciesDetails_page{padding-bottom:100px}.vacanciesDetails_list{padding:35px 0}.vacanciesDetails_list .caption+.caption{padding-top:15px}.vacanciesDetails_list h2{color:#000;font-weight:700;font-size:40px;line-height:51px}.vacanciesDetails_list p{color:var(--textcolor);font-weight:600;font-size:20px;line-height:30px;letter-spacing:.15px}.vacanciesDetails_list p a{color:var(--textcolor);text-decoration:underline !important}.vacancies_cont ul li{list-style:disc}.vacanciesQuote_sec{padding:100px 0;margin-bottom:40px;position:relative}.vacanciesQuote_sec:before{position:absolute;top:0;left:0;content:"";width:100%;height:100%;display:block;background:linear-gradient(180deg,#1195ff 0%,#003ec2 100%);opacity:.95}.vacanciesQuote_sec *{position:relative}.vacanciesQuote_sec h2{color:var(--bs-white);font-weight:700;font-size:40px;line-height:51px;margin-bottom:1rem}.vacanciesQuote_sec p{color:var(--bs-white);font-weight:600;font-size:20px;line-height:30px;letter-spacing:.15px}
/*! === // PAGE:: End Vacancies Over view Details // === !*/
.contactBnr_sec .contact_project_tab{position:relative}.contactBnr_sec .contact_project_tab .card{background:var(--bs-white);border-radius:18px;margin-top:-80%;overflow:hidden;position:relative;z-index:1}.contactTab_head .nav-tabs{border:none}.contactTab_head .nav-tabs .nav-link{color:#a6a6a6;font-weight:600;font-size:20px;line-height:24px;letter-spacing:.15px;background:#f5f5f5;border:none;border-radius:0;width:50%;padding:20px 10px}.contactTab_head .nav-tabs .nav-item.show .nav-link,.contactTab_head .nav-tabs .nav-link.active{color:var(--seconcolor);background:0 0}.contact_project_tab .tab-content{border:none}.contact_project_tab .contactForm_cont label:not(.chat_device label){color:var(--textcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;margin-bottom:.5rem}.contactForm_cont .input-text,.contactForm_cont .form-control{display:block;width:100%;padding:.375rem .75rem;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;color:var(--textcolor);background-color:#fff;background-clip:padding-box;border:1px solid #ececec;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.contactForm_cont .form-select,.contactForm_cont select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;color:var(--textcolor);background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ececec;border-radius:4px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:48px}.contactForm_cont .form-control:not(textarea){height:48px}.contactForm_cont .input-text:focus,.contactForm_cont .form-control:focus,.contactForm_cont .form-select:focus,.contactForm_cont select:focus,.form.password.forget input[type=email]:focus,.form.password.forget input[type=text]:focus,body.customer-account-create .form-create-account input[type=email]:focus,body.customer-account-create .form-create-account input[type=password]:focus,body.customer-account-create .form-create-account input[type=text]:focus,body.customer-account-login .login-container input[type=email]:focus,body.customer-account-login .login-container input[type=password]:focus{background:rgba(16,113,255,.09);-webkit-box-shadow:0 0 1px 2px var(--seconcolor);box-shadow:0 0 1px 2px var(--seconcolor);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.contact_project_tab .chat_device ul{flex-direction:row}.contact_project_tab .chat_device a{-webkit-box-shadow:1px 1px 1px rgba(0,0,0,.25);box-shadow:1px 1px 1px rgba(0,0,0,.25)}.contact_project_tab .actions-toolbar .submit.primary{background-color:var(--btncolor);border:none;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:27px;font-weight:600;letter-spacing:.15px;width:100%;padding:12px 25px;margin-top:20px}.contactForm_cont .form-control::-webkit-input-placeholder{color:rgba(51,51,51,.5);opacity:1}.contactForm_cont .form-control::-moz-placeholder{color:rgba(51,51,51,.5);opacity:1}.contactForm_cont .form-control::placeholder{color:rgba(51,51,51,.5);opacity:1}.contactFact_sec{padding:100px 0}.contactFact_sec .contact_img{height:100%}.contactFact_sec .contact_img img{width:100%;height:100%;object-fit:cover;border-radius:8px}.contactFact_sec .contact_cont{background-image:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/facts_bg.png);background-size:cover;background-repeat:no-repeat;background-position:center;border-radius:4px;height:100%;padding:45px}.contact_cont h2{color:var(--bs-white);font-weight:700;font-size:40px;line-height:51px}.contact_cont p{color:var(--bs-white);font-weight:400;font-size:18px;line-height:24px;letter-spacing:.15px}.contact_cont a{color:var(--bs-white);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;display:inline-block;margin-top:30px}.address_list{border:1px solid #ddd;border-radius:4px;padding:45px;overflow:hidden}.contactAddres_sec h2{color:var(--textcolor);font-weight:700;font-size:40px;line-height:51px;margin-bottom:30px}.each_contact_address *{color:var(--textcolor);font-size:20px;letter-spacing:.15px}.each_contact_address h6{font-weight:700}.each_contact_address p,.each_contact_address a{font-size:18px;font-weight:400}.address_list p:not(:last-child){margin-bottom:20px}.address_list .each_contact_address+.each_contact_address{border-top:2px dashed var(--textcolor);padding-top:35px;margin-top:45px}
/*! === // PAGE:: End Contact Us // === !*/
.privacy_page{padding:75px 0}.privacy_page h2{color:var(--textcolor);font-weight:700;font-size:40px;line-height:normal;letter-spacing:1px}.privacy_page h4{color:#000;font-weight:600;font-size:22px;line-height:24px;letter-spacing:.15px}.privacy_page p{color:var(--textcolor);font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px}
/*! === // PAGE:: End Privacy Policy // === !*/
.jobDescription{padding:70px 0}.jobDescription h5{color:var(--textcolor);font-size:26px;font-weight:600;letter-spacing:.15px;margin-bottom:15px}.jobDescription p{color:var(--textcolor);font-size:20px;line-height:30px;letter-spacing:.15px}.jobDescription p a{color:#000}.info_detial_slider{padding-bottom:95px}.info_detial_slider h3{color:var(--textcolor);font-size:40px;line-height:48px;font-weight:700;margin-bottom:30px}.each_items_conidtions{background:linear-gradient(to right,#c9c9c9 50%,rgba(255,255,255,0) 0%),linear-gradient(#c9c9c9 50%,rgba(255,255,255,0) 0%),linear-gradient(to right,#c9c9c9 50%,rgba(255,255,255,0) 0%),linear-gradient(#c9c9c9 50%,rgba(255,255,255,0) 0%);background-position:top,right,bottom,left;background-repeat:repeat-x,repeat-y;background-size:16px 2px,2px 16px;padding:34px 20px 64px;position:relative}.each_items_conidtions h5{color:var(--textcolor);font-weight:500;font-size:30px;line-height:40px;letter-spacing:-.5px;margin-bottom:20px;min-height:60px}.each_items_conidtions p{color:var(--textcolor);font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px}.each_items_conidtions .rdmoreTrmCond{color:var(--seconcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;display:inline-block;margin-top:20px}.mobileGridTerms{display:none}.termsCarousel.owl-theme .owl-nav [class*=owl-]{position:absolute;top:50%;transform:translateY(-50%);background:#54ca70 !important;width:44px;height:44px;display:flex;align-items:center;justify-content:center;line-height:1 !important;color:#fff !important;font-size:24px;border-radius:8px}.termsCarousel.owl-carousel .owl-nav button.owl-prev{left:-30px}.termsCarousel.owl-carousel .owl-nav button.owl-next{right:-30px}
/*! === // PAGE:: End Terms & Condition // === !*/
.whsol_you_interest{padding-bottom:65px}.whsol_you_interest .filter_wrap{background:linear-gradient(180deg,#fff 0%,#dae6ff 100%);border-radius:8px;padding:25px 35px}.whsol_you_interest h2{color:var(--seconcolor);font-size:22px;line-height:28px;font-weight:700}.arSelectWrapper{position:relative}.arSelectWrapper .selectedElem{color:#000;font-size:16px;line-height:45px;text-overflow:ellipsis;white-space:nowrap;width:100%;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #dcdcdc;border-radius:6px;padding:0 20px;margin-bottom:1rem;overflow:hidden;cursor:pointer;position:relative;z-index:1}.checkboxesWrap{position:absolute;background:#fff;border:1px solid #e9e9e9;-webkit-box-shadow:0px 10px 15px -3px rgba(0,0,0,.1),0px 4px 6px -2px rgba(0,0,0,.05),0px 0px 0px 1px rgba(0,0,0,.05);box-shadow:0px 10px 15px -3px rgba(0,0,0,.1),0px 4px 6px -2px rgba(0,0,0,.05),0px 0px 0px 1px rgba(0,0,0,.05);border-radius:6px;padding:10px 0;display:none;width:100%;top:auto;z-index:2}.checkboxesWrap ul{padding:0}.checkboxesWrap ul li label{color:#181818;font-weight:500;padding:6px 10px 6px 35px;display:block;position:relative;white-space:nowrap}.checkboxesWrap ul li .upsell_product_details label{padding:0}.checkboxesWrap ul li input[type=checkbox]{position:absolute;top:0;left:0;opacity:0}.checkboxesWrap ul li span{display:inline-block;text-decoration:none;transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease}.checkboxesWrap ul li label span:before{content:"";width:18px;height:18px;border:2px solid #dadada;border-radius:2px;position:absolute;top:8px;left:8px}.checkboxesWrap ul li label span:after{content:"";width:9px;height:16px;border:1px solid #0145cf;position:absolute;top:5px;left:16px;border-width:0 3px 3px 0;transform:rotate(45deg);opacity:0}.checkboxesWrap ul li label input[type=checkbox]:checked~span:after{opacity:1}.whsol_you_interest select{height:48px;background:#fff;border:1px solid #9ca3af;border-radius:6px;-webkit-box-shadow:0px 1px 2px rgba(0,0,0,.05);box-shadow:0px 1px 2px rgba(0,0,0,.05);margin-bottom:1rem}.whsol_you_interest .greenCommonBtn{background-color:var(--btncolor);border:none;padding:10px 25px;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block;min-width:var(--greenButtonMinW,100%);height:50px}.blogList_sec .row>*{padding-right:calc(var(--bs-gutter-x)*0.9);padding-left:calc(var(--bs-gutter-x)*0.9)}.blogList_sec .mp-clear{display:none}.blogList_sec .box{width:100%;float:none;padding:0}.blogList_sec .post-item-wraper{padding:0 !important;border:none;box-shadow:none}.blogList_sec .post-image img.img-responsive{width:100%;height:100%;object-fit:cover;border-radius:8px}.blogList_sec .post-item-wraper .post-info-wraper{padding:20px 0}.blogList_sec .mp-post-info,.blogDetails_cont .mp-post-info{color:#acacac;font-weight:600;font-size:15px;line-height:32px;letter-spacing:.15px}.blogList_sec .post-info-wraper .mp-post-info a.mp-info,.blogDetails_cont .mp-post-info a.mp-info{color:#acacac !important}.blogList_sec .mp-post-title{min-height:55px}.blogList_sec .mp-post-title a.post-link-title{color:var(--textcolor) !important;font-weight:600;font-size:24px;line-height:32px;letter-spacing:.15px}.blogList_sec .post-info-wraper .post-short-description p{color:var(--textcolor);font-size:16px;line-height:24px;font-weight:400;letter-spacing:.15px}.blogList_sec .mp-post-meta-info a.mp-read-more{color:var(--seconcolor) !important;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px}.arFilterOptions{display:none}.arHideForall{display:none}
/*! === // PAGE:: End Blog // === !*/
body.mpblog-post-view .columns{padding-top:55px;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem)}body.mpblog-post-view .sidebar-main{padding-top:40px}body.mpblog-post-view .columns .be_left_box h2{font-size:40px;line-height:48px;font-weight:700}.blogDetails_cont .post-view-image img{width:100%}.blogDetails_cont .post-post_content p{color:var(--textcolor);font-size:18px;line-height:32px;font-weight:400;letter-spacing:.15px}.blogDetails_footer{border-top:1px solid #ddd;padding-top:45px;margin-top:75px;width:100%;float:left}.recentBlog_sec h3{color:var(--textcolor);font-weight:700;font-size:40px;line-height:64px;letter-spacing:1px;margin-bottom:30px}.recentBlog_sec .post-item-list .post-image{min-width:100%;display:block}#sync1 .owl-stage{left:-100px}#sync1 .owl-item{background:rgba(16,113,255,1);position:relative}#sync1 .item{color:#fff;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;text-align:center;opacity:.47}#sync1 .owl-stage .center .item{opacity:1;transform:scale(1.005);transition:.5s ease-in-out;z-index:9999}#sync2 .item{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;text-align:center;cursor:pointer;overflow:hidden}#sync2 .item h1{font-size:18px}#sync2 .current .item{border:2px solid #0c83e7}.gallery_slider .owl-theme .owl-nav [class*=owl-]{background:0 0 !important;border:none;border-radius:0;transition:all .3s ease}.gallery_slider .owl-theme .owl-nav [class*=owl-].disabled:hover{background-color:#d6d6d6}#sync1.owl-theme{position:relative;margin-bottom:45px}#sync1.owl-theme .owl-next,#sync1.owl-theme .owl-prev{width:15%;height:40px;margin-top:-20px;position:absolute;top:50%}#sync1.owl-theme .owl-prev{left:10px;opacity:0}#sync1.owl-theme .owl-next{right:10px}.gallery_slider .main-slider .owl-thumbs{text-align:center;display:table;width:100%}.gallery_slider .main-slider .owl-thumb-item{width:20%;height:150px;border:none;background:0 0;padding:0;opacity:.7;overflow:hidden}.gallery_slider .main-slider .owl-thumb-item img{width:100%;height:auto;vertical-align:middle}.gallery_slider .main-slider .owl-thumb-item.active{opacity:1}.gallery_slider .main-slider .owl-thumb-item.active img{position:relative}.gallery_slider .overlay{width:100%;height:100%;display:block;background-color:#000}
/*! === // PAGE:: End Blog Details // === !*/
body.cms-all-lockers .single_alllockers p{color:var(--textcolor);font-weight:400;font-size:18px;line-height:32px;letter-spacing:.15px}.locker_image img{text-align:left;width:109px;height:142px}body.cms-all-lockers .storeProb_sec.contact_us{position:relative}body.cms-all-lockers .storeProb_sec.contact_us:before{position:absolute;top:-170px;right:-20px;content:"";background-image:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/round_shap.png);width:400px;height:400px;background-repeat:no-repeat;background-size:100%;z-index:-1}
/*! === // PAGE:: End All Lockers // === !*/
body.page-products .product_list{border-bottom:1px solid #ececec}body.page-products .product_list .product-items{row-gap:15px}body.page-products .product_list .product-item{display:flex;flex-direction:column;width:100%;height:100%;margin:0}body.page-products .product_list .product-item .box{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:0;margin:0;overflow:hidden;position:relative}body.page-products .products-grid .box .product-item-inner{background:0 0;border:none !important;position:relative !important;top:0;left:0;right:0;box-shadow:none !important;padding:0 !important;margin:0 !important;width:100% !important;height:auto !important;clip:auto !important;overflow:visible !important;z-index:auto}body.page-products .product_list .box .product-item-details{padding:1rem 1.5rem;display:flex;flex-direction:column;justify-content:space-between}body.page-products .product_list .box h3.product-item-name a{font-family:var(--mainfont);font-weight:600;font-size:20px;letter-spacing:-.5px;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}body.page-products .products-grid .box .product-item-actions{display:flex;justify-content:space-between;-moz-box-align:center;align-items:center;margin:0}body.page-products .products-grid .box .product-item-actions .actions-secondary .action.tocompare{color:var(--btncolor)}body.page-products .products-grid .box:before{content:"";border-bottom:5px solid var(--btncolor);position:absolute;bottom:0;left:0;right:0;opacity:0;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}body.page-products .products-grid .box:hover:before{opacity:1}body.page-products .products-grid .box:hover{-webkit-box-shadow:0 0 10px 3px rgb(0 0 0/10%);box-shadow:0 0 10px 3px rgb(0 0 0/10%);-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}body.page-products .products-grid .box .price_cont .price-before-text{width:70%}body.page-products .products-grid .box .price_cont .price-text{width:30%;text-align:right}body.page-products .products-grid .box .price_cont{color:var(--textcolor);font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px;display:flex;gap:.15rem;padding-bottom:1.5rem}body.page-products .product-item .box .price-box{margin:0}body.page-products .toolbar-products,.order-products-toolbar{display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-box-align:center;align-items:center;justify-content:center}body.page-products .toolbar-products .pages li,body.page-products .toolbar-products .pages li a,body.page-products .toolbar-products .pages li .page,.order-products-toolbar .pages li,.order-products-toolbar .pages li a,.order-products-toolbar .pages li .page{color:#0c0c0c;font-weight:600;font-size:16px;line-height:24px}body.page-products .toolbar-products .pages li.current>.page,.order-products-toolbar .pages li.current>.page{color:var(--bs-white);width:32px;height:32px;border-radius:8px;background:var(--seconcolor);display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-box-align:center;align-items:center;justify-content:center}body.page-products .toolbar-products .pages li.pages-item-next a.next,body.page-products .toolbar-products .pages li.pages-item-previous a.previous,.order-products-toolbar .pages li.pages-item-next a.next,.order-products-toolbar .pages li.pages-item-previous a.previous{color:#0c0c0c;background:0 0;border:none;border-radius:0;box-shadow:none}body.page-products .toolbar-products .field.limiter{display:none}body.page-products .toolbar-products .limiter select,.order-products-toolbar .limiter select{color:#000;font:600 16px/24px "Cerebri Sans Pro";border-radius:0;box-shadow:none !important;background:#fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDIwbDEwIDEwIDEwLTEweiIvPjxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==") no-repeat right -.5rem center/25px 30px;border:none;padding:.375rem 2rem .375rem .75rem;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.product_list .product.photo.product-item-photo{position:relative;overflow:hidden}.products-collection.product_list .produtc_custom_home .offer_label{transform:rotate(-45deg) translateX(-75px) translateY(-25px)}.product_list .offer_label{font-size:12px;color:var(--bs-white);font-family:var(--mainfont);font-weight:400;text-transform:uppercase;text-align:center;position:absolute;top:0;left:0;z-index:2;background:var(--seconcolor);width:100%;height:30px;display:flex;justify-content:center;align-items:center;-moz-transform:rotate(-45deg) translateX(-100px) translateY(-10px);-webkit-transform:rotate(-45deg) translateX(-100px) translateY(-10px);-o-transform:rotate(-45deg) translateX(-100px) translateY(-10px);-ms-transform:rotate(-45deg) translateX(-100px) translateY(-10px);transform:rotate(-45deg) translateX(-100px) translateY(-10px)}body.catalog-product-view .product.media .offer_label{min-height:1px;width:310px;display:flex;justify-content:center;align-items:center;position:relative;z-index:2;-moz-transform:rotate(-45deg) translateX(-105px) translateY(0px);-webkit-transform:rotate(-45deg) translateX(-105px) translateY(0px);-o-transform:rotate(-45deg) translateX(-105px) translateY(0px);-ms-transform:rotate(-45deg) translateX(-105px) translateY(0px);transform:rotate(-45deg) translateX(-105px) translateY(0px)}body.catalog-product-view .product.media{overflow:hidden}.switch_wrap{width:100%;margin:0 auto}.switch_wrap .dropdown_switches_label{color:var(--textcolor);font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px}.dropdown_switches .card{border-radius:0;padding:2px}.dropdown_switches .card .swatch-option{width:100% !important;min-width:auto;border:none;float:none;padding:0;margin:0}.swatch-option.selected~.owl-item .card{border:1px solid #000;outline:2px solid #c34000}.dropdown_switches.owl-theme .owl-nav [class*=owl-]{color:var(--seconcolor);font-size:16px;background:0 0 !important;border:none;border-radius:0;box-shadow:none;position:absolute;top:50%;transform:translateY(-50%);margin:0}.dropdown_switches.owl-theme .owl-nav [class*=owl-] span{font-weight:700}.dropdown_switches.owl-theme .owl-nav .owl-prev{left:-18px}.dropdown_switches.owl-theme .owl-nav .owl-next{right:-18px}.dropdown_switches.owl-theme .owl-nav [class*=owl-].disabled{opacity:0}body.page-products .category_cont{padding:65px 0}.category_cont .chat_property{background:#f5f5f5;border:1px solid #ddd;border-radius:8px;padding:32px;overflow:hidden}.chat_property .prof_part{margin-bottom:25px}.chat_property .sp-photo{width:96px;height:96px;border-radius:8px;overflow:hidden}.chat_property .sp-photo img{width:100%;height:100%;object-fit:cover}.chat_property .sp-desc{color:#0c0c0c;font-weight:600;font-size:16px;line-height:24px;margin-left:1rem}.chat_device{text-align:center}.chat_device a{color:var(--seconcolor);font-weight:600;font-size:16px;line-height:24px;border:none;border-radius:6px !important;padding:1rem;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}.chat_device a.active,.chat_device a:hover{color:var(--bs-white);background:var(--seconcolor)}.chat_device a label{display:inline-block;padding-left:35px;position:relative;cursor:pointer}.chat_device a label:before{position:absolute;top:-2px;left:0;width:26px;height:22px;display:block}.chat_device .sp-video-call a label:before{content:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/videocamCo.png)}.chat_device .sp-video-call a.active label:before,.chat_device .sp-video-call a:hover label:before{content:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/videocamWh.png)}.chat_device .sp-phone a label:before{content:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/phoneCo.png)}.chat_device .sp-phone a.active label:before,.chat_device .sp-phone a:hover label:before{content:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/phoneWh.png)}.chat_device .sp-direct-chat a label:before{content:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/chatCo.png)}.chat_device .sp-direct-chat a.active label:before,.chat_device .sp-direct-chat a:hover label:before{content:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/chatWh.png)}.category_cont .box{border-radius:8px;height:100%;overflow:hidden}.category_cont .box img{width:100%;height:100%;object-fit:cover}body.page-products .ctgryDscrip_cont{font-family:var(--mainfont);padding-bottom:65px}body.page-products .ctgryDscrip_cont .caption+.caption{margin-top:45px}body.page-products .ctgryDscrip_cont h2{color:var(--textcolor);font-weight:700;font-size:40px;line-height:51px}body.page-products .ctgryDscrip_cont h6{color:var(--textcolor);font-weight:400;font-size:20px;line-height:32px;letter-spacing:.15px}.catalog-product-view .product_list{padding:0 5px 25px}
/*! === // PAGE:: End Product List // === !*/
body.catalog-product-view .breadcrumbs{padding:35px var(--bs-gutter-x,.75rem)}body.catalog-product-view .breadcrumbs ul>li,body.catalog-product-view .breadcrumbs ul>li a,body.catalog-product-view .breadcrumbs ul>li strong{font-family:var(--mainfont);font-weight:600 !important;font-size:14px;line-height:20px;letter-spacing:.25px}body.catalog-product-view .breadcrumbs ul>li{color:var(--seconcolor)}body.catalog-product-view .breadcrumbs ul li a,.body.catalog-product-view .breadcrumbs li a:visited{color:var(--textcolor)}body.catalog-product-view .page-title{font-size:25px;font-weight:700;color:#333}@media (max-width:767px){body.catalog-product-view .page-titl{margin-top:20px}}@media (min-width:769px){body.catalog-product-view .product-info-main{width:40%;margin-top:0;height:1400px}body.catalog-product-view .column.main{min-height:unset}}#mprfq-product-addtoquote-button{display:none}.mprfq-miniquote-wrapper.minicart-wrapper{display:none}.checkboxesWrap .colortest-option label span:before{content:unset !important;width:unset !important}.selectedElem.solution_filter.colortest-select.selected{border:3px solid #1071ff;background-color:rgba(16,113,255,.08)}.selectedElem.solution_filter.colortest-select.selected .option-label{color:#000;font-weight:400}.colortest-option .main_color_box_div{display:flex}.main_color_box_div.active{color:#040404;margin-bottom:0;display:flex;align-items:center}.colortest .selectedElem.solution_filter{align-items:center;display:grid}.colortest .checkboxesWrap ul{overflow-y:scroll;max-height:350px}.colortest-option .color-box,.main_color_box_div.active .color-box{text-align:center;border-radius:5px;display:grid}.colortest-option .option-label{margin-left:24px;margin-top:10px}.main_color_box_div.active .option-label{margin-left:24px;margin-top:0}.main_color_box_div .color-box img{width:35px;height:35px;border-radius:10px}.main_color_box_div.active .color-box img{width:20px;height:20px;border-radius:5px}.main_color_box_div .color-box{border:2px solid #003ecb;border-radius:10px;padding:4px}body.catalog-product-view .switch_wrap{display:none}.sl_product_details,.pts_product_details,.ss_product_details{justify-content:space-between}.sl_product_price,.pts_product_price,.ss_product_price{position:static !important;margin:0 !important}.smart_locking_product_wizard .smart_locking_product_container .collapsible{position:relative}.slproductradio,.ptsproductradio,.ssproductradio{top:0;left:0;right:0}body.catalog-product-view .product.attribute.sku{gap:5px}body.catalog-product-view .rating-summary .rating-result>span:before{color:var(--btncolor)}body.catalog-product-view .product-reviews-summary .reviews-actions a:not(:last-child){margin-right:1rem}body.catalog-product-view .product-reviews-summary .reviews-actions a{color:var(--seconcolor);font:600 14px/20px var(--mainfont);letter-spacing:.25px}body.catalog-product-view .fotorama__stage .fotorama__arr{background:0 0}body.catalog-product-view .fotorama__stage .fotorama__arr .fotorama__arr__arr{width:60px;height:60px;background:var(--bs-white);background-image:none;border-radius:50%;box-shadow:0px 4px 4px rgba(0,0,0,.25);display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;justify-content:center;align-items:center;position:relative}body.catalog-product-view .fotorama__stage .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr:after{content:"\ec3b";color:var(--seconcolor);font-size:16px;font-family:"Linearicons";font-weight:700}body.catalog-product-view .fotorama__stage .fotorama__arr.fotorama__arr--next .fotorama__arr__arr:after{content:"\ec3c";color:var(--seconcolor);font-size:16px;font-family:"Linearicons";font-weight:700}body.catalog-product-view .fotorama__nav.fotorama__shadows--right:after{display:none}body.catalog-product-view .product_head.block{margin:0}body.catalog-product-view .product_list .owl-theme .owl-nav [class*=owl-]{color:var(--seconcolor);font-size:16px;width:60px;height:60px;background:var(--bs-white);border-radius:50%;box-shadow:0px 4px 4px rgba(0,0,0,.25);display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;justify-content:center;align-items:center;position:absolute;top:50%;transform:translateY(-50%);opacity:1;margin:0}body.catalog-product-view .product_list .owl-theme .owl-nav [class*=owl-] .lni{font-weight:700}body.catalog-product-view .product_list .owl-theme .owl-nav .owl-prev{left:-35px}body.catalog-product-view .product_list .owl-theme .owl-nav .owl-next{right:-35px}body.catalog-product-view .product_list .owl-theme .owl-nav [class*=owl-].disabled{opacity:0}.deliver_time{display:flex;margin-bottom:24px;align-items:center}.deliver_time h4{font-size:14px;font-weight:700}.other_details_container li{font-size:14px;font-weight:400}.deliver_time span{color:#003ecb;font-weight:700}.deliver_time svg{height:40px;width:40px;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.other_details_of_pdt{background:#f4f4f4;padding:24px;box-shadow:0px 4px 7px 0px #00000024;border-radius:4px;display:flex;align-items:end}.other_details_container{width:80%}.other_details_container ul{padding-left:0}.other_details_image{width:20%}.other_details_container li{margin-top:10px}.price-container.price-final_price.tax.weee{display:flex;flex-wrap:wrap}.extraa_info_price{display:none !important}.product-info-main .field.qty .col-sm-6.price .price-container.price-final_price.tax.weee span:nth-child(2),.product-info-main .field.qty .col-sm-6.price .price-container.price-final_price.tax.weee span:nth-child(3){width:auto !important}.price-wrapper.price-excluding-tax{margin-right:10px}.product-info-main .field.qty .col-sm-6.price .price-container .price-including-tax .price,.product-info-main .field.qty .col-sm-6.price .price-container .price-label{font-family:var(--mainfont);font-style:normal;font-weight:500;font-size:14px !important;line-height:40px;letter-spacing:-.5px;color:#797979 !important;margin-right:10px}.product-reviews-summary{display:none}body.catalog-product-view .arSelectWrapper.active .selectedElem.solution_filter{color:var(--seconcolor);font-weight:500;border:2px solid var(--seconcolor)}body.catalog-product-view .smart_locking_product .smart_locking_title_block{background-color:#f1f7ff;border:3px solid #1071ff}body.catalog-product-view .contact_us_call{display:flex;gap:15px}body.catalog-product-view .product.info.detailed{background:var(--bs-white);margin-bottom:0;position:relative}body.catalog-product-view .product.info.detailed .product.data.items{margin:0}body.catalog-product-view .product.info.detailed .product.data.items .product_info_detail_wrapper{--bs-gutter-x:0}body.catalog-product-view .home-page-seven-para-content{background:var(--bs-white);padding-top:35px;position:relative}#product-options-wrapper .swatch-attribute-selected-option{display:none}.product-social-links{display:none}
/*! === // PAGE:: End Product Details // === !*/
body.customer-account-login .login-container .block-customer-login,body.customer-account-login .login-container .block-new-customer{background:#f5f5f5;border:1px solid #dadada;border-radius:8px;padding:35px;min-height:525px}.register_container .account_head,body.customer-account-login .login-container .login-header-container{text-align:center;padding-bottom:35px}.register_container .account_head h2,body.customer-account-login .login-container .login-header-container h2{color:var(--textcolor);font-weight:700;font-size:40px;line-height:64px;letter-spacing:1px}body.customer-account-login .login-container .block-title{border:none;margin:0}body.customer-account-login .login-container .block-title h3{color:var(--textcolor);font-weight:600;font-size:24px;line-height:40px;letter-spacing:-.5px}body.customer-account-login .login-container .fieldset>.field{margin-bottom:15px}body.customer-account-login .login-container .fieldset>.field .control{width:100%}body.customer-account-login .login-container .fieldset>.field:not(.choice)>.label{color:var(--textcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;text-align:left;width:100%}.form.password.forget input[type=email],.form.password.forget input[type=text],body.customer-account-create .form-create-account input[type=email],body.customer-account-create .form-create-account input[type=password],body.customer-account-create .form-create-account input[type=text],body.customer-account-login .login-container input[type=email],body.customer-account-login .login-container input[type=password],body.customer-account-createpassword .form.password.reset input[type=password]{height:48px;border:1px solid #ddd;border-radius:4px}body.customer-account-login .login-container .fieldset>.choice:after,body.customer-account-create .form-create-account .fieldset.create.account:after{margin-top:10px}body.customer-account-login .login-container .actions-toolbar>.primary,body.customer-account-login .login-container .actions-toolbar>.secondary,.register_container .actions-toolbar>.primary,.register_container .actions-toolbar>.secondary,body.customer-account-createpassword .form.password.reset .actions-toolbar .primary{display:block;width:100%}body.customer-account-login .login-container .actions-toolbar{margin:0 !important}body.customer-account-login .login-container .actions-toolbar>.secondary{text-align:left;margin-bottom:20px}.form.password.forget .actions-toolbar .secondary a,body.customer-account-create .actions-toolbar .secondary a,body.customer-account-login .login-container .actions-toolbar .secondary a{color:var(--seconcolor);font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px;text-decoration:underline !important;margin:0}.form.password.forget .actions-toolbar .action.primary,body.customer-account-create .actions-toolbar .action.primary,body.customer-account-login .login-container .actions-toolbar .action.primary,body.customer-account-createpassword .form.password.reset .actions-toolbar .action.primary{background-color:var(--btncolor);border:none;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;padding:12px 25px;margin:0;display:block;width:100%}.control.captcha-image img{display:block}.control.captcha-image .action.reload.captcha-reload{border:2px solid var(--seconcolor);padding:12px 15px;border-radius:4px;color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px}
/*! === // PAGE:: End Login // === !*/
.form.password.forget,body.customer-account-create .form.create.account,body.customer-account-createpassword .form.password.reset{background:#f5f5f5;border:1px solid #dadada;border-radius:8px;padding:35px;margin:0 auto 50px}body.customer-account-create .form-create-account .legend{color:var(--textcolor);font-weight:600;font-size:24px;line-height:40px;letter-spacing:-.5px;padding:0;margin:0;float:none;border:0}.form.password.forget .fieldset>.field:not(.choice)>.label,body.customer-account-create .form-create-account .fieldset>.field:not(.choice)>.label,body.customer-account-createpassword .form.password.reset .fieldset>.field:not(.choice)>.label{color:var(--textcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;text-align:left;width:100%}.customer_type .control{display:flex}.customer_type .control input{color:#9f9f9f;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;background:0 0;border:2px solid #ddd;box-shadow:none;border-radius:4px;padding:10px 25px;display:block;width:150px;margin-right:10px}.customer_type .control input:hover,.customer_type .control input:focus,.customer_type .control input.checked{color:var(--seconcolor);border-color:var(--seconcolor)}.field.taxvat{display:none}
/*! === // PAGE:: End Register // === !*/
body.customer-account-logoutsuccess .register_container{padding-bottom:55px}
/*! === // PAGE:: End Log out // === !*/
body.account .page-title-wrapper{padding-bottom:25px}body.account .page-title-wrapper .page-title{color:var(--textcolor);font-weight:700;font-size:40px;line-height:64px;letter-spacing:1px}body.account .sidebar .block-collapsible-nav .content{background:#f5f5f5;border:1px solid #ddd;border-radius:8px}body.account .sidebar .nav li{width:100%;display:block}body.account .sidebar .nav li:nth-child(3){display:none}body.account .sidebar .nav li a{color:var(--textcolor);font-weight:600;font-size:17px;line-height:30px;letter-spacing:.15px}body.account .sidebar .block-collapsible-nav .item.current a,body.account .sidebar .block-collapsible-nav .item.current>strong{color:var(--seconcolor);border-color:var(--seconcolor)}body.account .sidebar-additional .block-title>strong{color:var(--textcolor);font-size:20px;font-weight:700}body.account .sidebar-additional .actions-toolbar .action.primary{background-color:var(--btncolor);border:none;border-radius:4px;color:var(--bs-white);font-size:14px;line-height:24px;font-weight:600;letter-spacing:.15px}body.account .sidebar-additional .actions-toolbar .action.view{color:var(--seconcolor);font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px}body.account .order-products-toolbar{display:block}body.account .legend span,body.account .block-title strong{color:#a6a6a6;font-weight:600 !important;font-size:20px !important;line-height:24px;letter-spacing:.15px}body.account .account-nav-content li{width:100%;display:block}body.account .account-nav-content li>a{color:#000;font:normal 14px/24px "Cerebri Sans Pro";text-transform:uppercase}body.account .column.main .account-nav .item.current a,body.account .column.main .account-nav .item.current strong{border-color:#000}body.account .column.main .block-dashboard-info,body.account .column.main .block-dashboard-addresses,body.account .column.main .block-addresses-default,body.account .column.main .block-addresses-list,body.account .column.main .form-edit-account{color:#000}body.account .column.main .block-dashboard-info a,body.account .column.main .block-dashboard-addresses a,body.account .column.main .block-addresses-default a,body.account .column.main .block-addresses-list a,body.account .column.main .actions-toolbar a{color:var(--seconcolor);font-weight:500;text-decoration:underline !important}body.account .column.main .actions-toolbar .action.primary{background-color:var(--btncolor);border:none;padding:12px 25px;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block}body.account .column.main .form,body.account .column.main .form-address-edit{color:var(--textcolor);border:1px solid #ddd;padding:25px}body.account input[type=text],body.account input[type=password],body.account input[type=url],body.account input[type=tel],body.account input[type=search],body.account input[type=number],body.account input[type*=date],body.account input[type=email]{display:block;width:100% !important;padding:.375rem .75rem;font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px;color:var(--textcolor);background-color:#fff;background-clip:padding-box;border:1px solid #ececec;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:4px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;height:48px}body.account select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(.75rem - 3px);font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px;color:var(--textcolor);background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ececec;border-radius:4px;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:48px}body.account input[type=text]:focus,body.account input[type=password]:focus,body.account input[type=url]:focus,body.account input[type=tel]:focus,body.account input[type=search]:focus,body.account input[type=number]:focus,body.account input[type*=date]:focus,body.account input[type=email]:focus,body.account select:focus{-webkit-box-shadow:0 0 1px 2px var(--seconcolor);box-shadow:0 0 1px 2px var(--seconcolor);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}body.account .column.main .form-newsletter-manage .fieldset .legend,body.account .column.main .form-newsletter-manage .actions-toolbar{margin-left:0}body.account .column.main .form-newsletter-manage .fieldset>.field.choice:before{display:none}body.account .order-products-toolbar .limiter{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;align-items:center}body.account .order-products-toolbar .limiter .limiter-options{width:auto;height:auto}
/*! === // PAGE:: End Account // === !*/
body.customer-account-login .login-container,.register_container,body.checkout-index-index .checkout-container,body.account .columns{background:#fff;border-top-left-radius:14px;border-top-right-radius:14px;padding:35px;margin:-150px auto 0px;width:100%;position:relative}.cart_content .breadcrumbs_part li.active a{color:var(--seconcolor)}.cart_content .cartCont_head h2{color:var(--textcolor);font-weight:700;font-size:32px;line-height:64px;letter-spacing:1px}.cart_content .cartCont_head p{color:#000;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px}.cart_content table th{color:var(--textcolor);font-weight:400;border:none !important;padding:8px !important;opacity:0}.cart_content table td{border-top:none;border-bottom:1px solid #dee2e6}body.checkout-cart-index .cart_content .input-group{width:100px}body.checkout-cart-index .cart_content .input-group .input-group-append{margin-top:-5px}.cart_content td,.cart_content .price{font-size:14px;font-weight:400}.cart_content .product-item-details .product-item-name a{color:#000;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px}.cart_content .product-item-details .item-options{margin-top:0}.cart_content .product-item-details .item-options dt,.cart_content .product-item-details .item-options dd{color:var(--blackcolor);font-size:12px;line-height:24px;letter-spacing:.15px;margin:0 10px 0 0;height:50px}.cart_content .product-item-details .item-options dt{font-weight:700;width:40%}.cart_content .product-item-details .item-options dd{font-weight:400}.cart_content .col.qty .qty_control{display:inline-flex;align-items:center;gap:12px}.cart_content .table-wrapper .col.qty .qty_control .input-text{color:#000;font-size:16px;font-family:var(--mainfont);font-weight:600;letter-spacing:.15px;border:1px solid #b4b4b4;border-radius:6px;box-shadow:none !important;margin-top:0;width:66px;padding:3px 0 1px;height:28px}.cart_content .table-wrapper .col.qty .qty_control button{color:var(--textcolor);background:0 0;border:2px solid var(--textcolor);border-radius:8px;--size:26px;width:var(--size);height:var(--size);padding:0}.cart_content .table-wrapper .col.price .price-excluding-tax>.cart-price>.price{color:var(--textcolor);font-weight:700;font-size:22px;line-height:24px;letter-spacing:.15px}.cart_content .actions-toolbar{text-align:right;padding:15px 0 0}.cart_content .table-wrapper .actions-toolbar>.action-edit,.cart_content .table-wrapper .actions-toolbar>.action-delete{font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px;text-decoration:underline !important;margin:0;position:static}.cart_content .table-wrapper .actions-toolbar>.action-edit{color:var(--seconcolor);margin-right:15px}.cart_content .table-wrapper .actions-toolbar>[class*=action-] span{clip:auto;width:auto;height:auto;overflow:visible;position:static;margin:0}.cart_content .table-wrapper .actions-toolbar>.action-edit:before,.cart_content .table-wrapper .actions-toolbar>.action-delete:before{display:none}.cart_content .cart.main .action.mprfq_add_all_to_quote{color:#fff !important;font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px;background-color:var(--btncolor);border-color:var(--btncolor);border-radius:4px;padding:12px 25px}.cart_content .cart.main.actions a,.cart_content .cart.main.actions .action.update{color:#fff !important;font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px;background-color:var(--btncolor);border-color:var(--btncolor);border-radius:4px;padding:12px 25px;display:none}.cart_content .cart.main.actions .action.clear{color:#000;font:600 14px/18px "Cerebri Sans Pro";background:0 0 !important;border-color:#000;border-radius:0}body.checkout-cart-index .cart-container .cart-summary .summary.title{color:#3a3a3a;font-weight:500;font-size:24px;line-height:30px;margin-bottom:20px}body.checkout-cart-index .cart-container .cart-summary{border:1px solid #606060;border-radius:4px;color:#000;padding:15px 20px;z-index:1}body.checkout-cart-index .cart-container .cart-summary select{color:var(--textcolor);font-size:16px;font-weight:500;font-family:var(--mainfont);border-radius:4px;box-shadow:none !important;height:45px;background:#fff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0IDIwbDEwIDEwIDEwLTEweiIvPjxwYXRoIGQ9Ik0wIDBoNDh2NDhoLTQ4eiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==") no-repeat right 0rem center/20px 30px;border:1px solid #ced4da;padding:.375rem 1.75rem .375rem .75rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}body.checkout-cart-index .cart-container .cart-summary .input-text{color:var(--textcolor);font-size:16px;font-weight:500;font-family:var(--mainfont);border-radius:4px;box-shadow:none !important;height:45px}body.checkout-cart-index .cart-container .cart-summary .block .fieldset.coupon{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;-moz-box-align:center;-webkit-box-align:center;align-items:center;border:1px solid #ccc;padding:10px;margin:15px 0}.cart-summary .totals-tax-summary{display:none}body.checkout-cart-index .cart-container .cart-summary .block .fieldset.coupon label{display:none}body.checkout-cart-index .cart-container .cart-summary .block .fieldset.coupon .field{margin:0}body.checkout-cart-index .cart-container .cart-summary .block .fieldset.coupon .actions-toolbar .apply.primary{color:#a83535;font-weight:400;text-decoration:underline;text-transform:uppercase;background:0 0;border:none;padding:0;margin:0}body.checkout-cart-index .cart-container .cart-summary .checkout .primary.checkout{color:#fff !important;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;background-color:var(--btncolor);border-color:var(--btncolor);border-radius:4px;padding:12px}body.checkout-cart-index .cart-container .cart-summary .summaryImg_list{padding:30px 0}body.checkout-cart-index .cart-container .cart-summary .checkout .action.multicheckout{color:#5f5f5f;font:600 14px/18px "Cerebri Sans Pro";text-align:center;text-transform:uppercase;display:none}body.checkout-cart-index .cart-container .cart-summary .block .item-options{margin:0 0 16px;border:2px solid var(--seconcolor);border-radius:12px;padding:10px}body.checkout-cart-index .cart-container .cart-summary .block .fieldset .field{margin:0}body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table .totals th,body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table .totals td{color:#414141;font-weight:400;font-size:15px;line-height:24px;letter-spacing:.15px;border-color:#656565}body.checkout-cart-index .cart-container .cart-summary .cart-totals .table-wrapper table .grand.totals td{color:var(--textcolor);font-weight:800;font-size:16px;line-height:24px;letter-spacing:.15px}body.checkout-cart-index .cart-container .cart-summary .block.shipping{display:none}body.checkout-cart-index .cart-container .cart_content .col.price .strikeprice span{text-decoration:line-through;text-decoration-thickness:3px;text-decoration-color:#333}body.checkout-cart-index .cart-container .cart_content .col.price .cart-price.disscounted_price span{color:#003ecb !important}.mage-dropdown-dialog{position:relative;margin-top:25px}.catr_sec .block-minicart{color:var(--textcolor);font-size:16px;background:#f5f5f5;border-color:#ddd;border-radius:8px;padding-top:35px}.catr_sec .action.close{top:8px;right:8px}.catr_sec .block-minicart .block-content .action.primary.checkout{color:#fff !important;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;background-color:var(--btncolor);border-color:var(--btncolor);border-radius:4px;padding:12px}.minicart-items-wrapper .action.edit{display:none}.catr_sec .block-minicart .block-content .minicart-items-wrapper{text-align:left;max-height:200px;overflow-y:scroll}.catr_sec .block-minicart .block-content .product-item-details .product-item-name a{color:var(--textcolor);font-size:18px;font-weight:600;letter-spacing:.15px}.catr_sec .block-minicart .block-content>.actions{margin-top:20px}.catr_sec .block-minicart .block-content .minicart-items-wrapper .details-qty.qty{width:60px}.catr_sec .block-minicart .actions .action.viewcart,.catr_sec .block-minicart .actions .action.empty-cart{border-radius:4px;font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block;color:#fff !important;background-color:var(--btncolor);border-color:var(--btncolor);padding:12px}.reviewCart_sec{padding-bottom:75px}.reviewCart_cont{color:var(--bs-white);background:linear-gradient(180deg,#1195ff 0%,#003ec2 100%);border-radius:4px;padding:75px 15px}.reviewCart_cont h2{font-weight:700;font-size:40px;line-height:51px;display:flex;align-items:center;gap:40px}.reviewCart_cont h2 span{font-weight:600;font-size:14px;line-height:20px;letter-spacing:.25px}.reviewCart_cont p{font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px}
/*! === // PAGE:: End Cart // === !*/
body.checkout-index-index #nav_bg{padding:35px 0}body.checkout-index-index #nav_bg .navigation,body.checkout-index-index #nav_bg .right-group-colunm,body.checkout-index-index .page-footer .footer_top{display:none}body.shipping-step-proc .checkout-container,body.payment-step-proc .checkout-container{padding:0;margin:65px auto 0}.checkout-container .step-title-bar,body.checkout-onepage-success .step-title-bar,.reqestforquote-index-customerinfo .checkout_banner_container .step-title-bar,.reqestforquote-index-modification .checkout_banner_container .step-title-bar{padding:0 0 20px}.checkout-container .step-title-bar>span,body.checkout-onepage-success .step-title-bar>span{color:var(--textcolor);font-weight:700;font-size:40px;line-height:64px;letter-spacing:1px;display:block}.checkout-container .opc-progress-bar,body.checkout-onepage-success .opc-progress-bar{padding-bottom:65px;margin:0}.checkout-container .opc-progress-bar>li,body.checkout-onepage-success .opc-progress-bar>li{width:calc(100%/6)}body.five-steps .checkout-container .opc-progress-bar>li{width:calc(100%/6)}.checkout-container .opc-progress-bar>li>span,body.checkout-onepage-success .opc-progress-bar>li>span{color:var(--textcolor);font-weight:600;font-size:18px;line-height:40px;letter-spacing:-.5px;padding-top:0;padding-bottom:30px}.checkout-container .opc-progress-bar-item:before,body.checkout-onepage-success .opc-progress-bar .opc-progress-bar-item:before{background:#d9d9d9;border-color:#d9d9d9;top:auto;bottom:7px;height:4px}.checkout-container .opc-progress-bar>li:first-child:before,body.checkout-onepage-success .opc-progress-bar>li:first-child:before{width:50% !important;left:auto;right:0}.checkout-container .opc-progress-bar>li:last-child:before,body.checkout-onepage-success .opc-progress-bar>li:last-child:before{width:50%}.checkout-container .opc-progress-bar-item>span:before,body.checkout-onepage-success .opc-progress-bar-item>span:before{background:var(--bs-white);border:2px solid var(--seconcolor);top:auto;bottom:0;--size:18px;width:var(--size);height:var(--size)}.checkout-container .opc-progress-bar-item>span:after,body.checkout-onepage-success .opc-progress-bar-item>span:after{opacity:0;pointer-events:none}.checkout-container .opc-progress-bar-item._active>span,body.checkout-onepage-success .opc-progress-bar-item._active>span{color:var(--seconcolor);-webkit-transition:width 2s ease;-moz-transition:width 2s ease;-ms-transition:width 2s ease;-o-transition:width 2s ease;transition:width 2s ease}.checkout-container .opc-progress-bar-item._active:before,.checkout-container .opc-progress-bar-item._complete:before,body.checkout-onepage-success .opc-progress-bar-item._active:before,body.checkout-onepage-success .opc-progress-bar-item._complete:before{background:var(--seconcolor);border-color:var(--seconcolor);-webkit-transition:width 2s ease;-moz-transition:width 2s ease;-ms-transition:width 2s ease;-o-transition:width 2s ease;transition:width 2s ease}.checkout-container .opc-progress-bar-item._active>span:before,.checkout-container .opc-progress-bar-item._complete>span:before,body.checkout-onepage-success .opc-progress-bar-item._active>span:before,body.checkout-onepage-success .opc-progress-bar-item._complete>span:before{background:var(--seconcolor);-webkit-transition:width 2s ease;-moz-transition:width 2s ease;-ms-transition:width 2s ease;-o-transition:width 2s ease;transition:width 2s ease}.checkout-container .opc-progress-bar-item._active:before{animation:load 3s normal forwards;width:0}@keyframes load{0%{width:0}100%{width:100%}}.checkout-container .opc-wrapper>.opc #email{background:#f5f5f5;border:1px solid #606060;border-radius:8px;padding:30px}.checkout-container .opc-wrapper .form-login,.checkout-container .opc-wrapper .form-shipping-address{background:0 0;border:none;padding:0;margin:0;max-width:100%}.checkout-container .fieldset>.field:not(.choice)>.label,.firecheckout .form-shipping-address .fieldset div.field>.label,.firecheckout #checkout .checkout-billing-address .fieldset div.field>.label{color:var(--textcolor);font-weight:600 !important;font-size:14px !important;line-height:24px;letter-spacing:.15px;text-align:left;width:100%}.checkout-container .fieldset>.field .control{width:100%;position:relative}.checkout-container .fieldset>.field input[type=email],.checkout-container .fieldset>.field input[type=text],.checkout-container .fieldset>.field input[type=password],.checkout-container .fieldset>.field select{height:48px;border:1px solid #ddd !important;border-radius:4px;margin-bottom:1rem}.checkout-container .fieldset>.field input[type=email]:focus,.checkout-container .fieldset>.field input[type=text]:focus,.checkout-container .fieldset>.field input[type=password]:focus,.checkout-container .fieldset>.field select:focus{-webkit-box-shadow:0 0 1px 2px var(--seconcolor);box-shadow:0 0 1px 2px var(--seconcolor);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.checkout-container .fieldset>.field .show-hide,.checkout-container .fieldset .action-update,.checkout-container .fieldset .action-cancel{background:0 0;border:2px solid var(--seconcolor);padding:9px 25px;border-radius:4px;color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle}.checkout-container .actions-toolbar>.primary{display:block;width:100%}.checkout-container .actions-toolbar .primary>.action.primary,.checkout-container .actions-toolbar .primary>.action.login{background-color:var(--btncolor);border:none;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;padding:12px 25px !important;margin:0}#checkout-step-shipping .actions-toolbar .primary>.action.login{color:var(--bs-white) !important;border:none !important}.checkout-container .actions-toolbar .primary>.action.login{display:block;width:100%;margin-bottom:1rem}.checkout-container .fieldset.hidden-fields .secondary{color:var(--textcolor);font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px}.checkout-container .fieldset.hidden-fields .secondary a{color:var(--seconcolor);text-decoration:underline !important}.checkout-container .fieldset>.field .show-hide{position:absolute;top:0;right:0;border:0;padding:12px 15px}.checkout-container .order_type_field{margin-bottom:30px}.checkout-container .order_type_field .label{color:var(--textcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;width:100%;display:block;margin-bottom:8px}.checkout-container .order_type_field .switch{display:inline-block}.checkout-container .order_type_field .switch+.switch{margin-left:15px}.checkout-container .order_type_field .switch label{color:var(--textcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px}.checkout-container .order_type_field .switch input[type=button]{color:#9f9f9f;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;background:0 0;border:2px solid #ddd;box-shadow:none;border-radius:4px;padding:10px 25px;display:block}.checkout-container .order_type_field .switch input[type=button].checked,.checkout-container .order_type_field .switch input[type=button]:hover,.checkout-container .order_type_field .switch input[type=button]:focus{color:var(--seconcolor);border-color:var(--seconcolor)}.checkout-container .fieldset.address{margin-left:-15px;margin-right:-15px;display:flex;flex-wrap:wrap}.checkout-container .fieldset.address .field:not(.choice){width:50%;padding-left:15px;padding-right:15px}.checkout-container .fieldset.address .field.choice{width:100%;padding:0 15px}.checkout-container .fieldset.address>.field .control._with-tooltip input{width:100%}.checkout-container .fieldset.address .field.street.admin__control-fields.required .field._required{width:100%;padding-right:0;padding-left:0}.checkout-container .fieldset.address .field.additional{padding:0}.checkout-container .fieldset>.field .control .message.warning{position:absolute;z-index:1}.checkout-container .fieldset>.field .control div.mage-error{position:absolute;top:-5px;left:90%;max-width:300px;width:100%;z-index:1;background:#fff;border:1px solid rgba(224,43,39,.5);padding:5px}.checkout-container .fieldset>.field .control div.mage-error:before{position:absolute;top:50%;left:-8px;content:"";transform:translateY(-10%);opacity:.6}.checkout-container .fieldset>.field .control .message-success,.checkout-container .fieldset>.field .control .field-error{position:absolute;margin:0}.opc-sidebar{margin:0}.opc-sidebar .modal-inner-wrap>.modal-header,.checkoutSuccess_content .opc-sidebar .modal-header{display:none}.opc-sidebar .modal-inner-wrap .modal-content{background:0 0;border:none;border-radius:0}.checkoutSuccess_content .opc-block-summary{background:#f5f5f5;border:1px solid #606060;border-radius:8px;margin:0;margin-bottom:50px}.opc-sidebar .modal-inner-wrap .modal-content .opc-block-summary .title,.checkoutSuccess_content .opc-block-summary .title{color:var(--textcolor);font-weight:700;font-size:24px;line-height:30px}.opc-sidebar .opc-block-summary .table-totals th,.opc-sidebar .opc-block-summary .table-totals td,.checkoutSuccess_content .opc-block-summary .table-totals th,.checkoutSuccess_content .opc-block-summary .table-totals td{color:#000;font-weight:400;font-size:14px;line-height:24px;letter-spacing:.15px}.checkOut_footer .chat_property{border-top:1px solid #ddd;padding-top:40px;padding-bottom:60px}.opc-sidebar .opc-wrapper .order_type_field label:not(.switch label){color:var(--textcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;margin-bottom:1rem;display:block;width:100%}.opc-sidebar .opc-wrapper .order_type_field .switch{color:var(--textcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;display:inline-block}.opc-sidebar .opc-wrapper .order_type_field .switch:not(:last-child){margin-right:25px}.opc-sidebar .opc-wrapper .order_type_field .switch input:focus{border:none;box-shadow:none !important;outline:none}.checkout-container .opc-wrapper .shipping-address-item.selected-item{color:var(--textcolor);font-weight:500;font-size:16px;line-height:24px;letter-spacing:.15px;border-color:var(--seconcolor)}.checkout-container .opc-wrapper .shipping-address-item.selected-item:after{background:var(--seconcolor)}.checkout-container .opc-wrapper .new-address-popup .action-show-popup{background:var(--bs-white) !important;border:2px solid var(--seconcolor);padding:12px 25px;border-radius:4px;color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block}.checkout-shipping-address .checkout-billing-address label{color:var(--textcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;margin-bottom:20px}.checkout-container .opc-wrapper #checkout-shipping-method-load{border:2px solid var(--seconcolor);border-radius:none;overflow:hidden}.checkout-container .opc-wrapper #checkout-shipping-method-load table{min-width:100%}.checkout-container .opc-wrapper #checkout-shipping-method-load table .row{--bs-gutter-x:0rem;display:table-row}.checkout-container .opc-wrapper #checkout-shipping-method-load table .row .col.col-price,.checkout-container .opc-wrapper #checkout-shipping-method-load table .row .col.col-method{width:20% !important;max-width:none}.checkout-container .opc-wrapper #checkout-shipping-method-load table .row .col.col-method.rd-btn{width:5% !important}.checkout-container .opc-wrapper #checkout-shipping-method-load table .row .col.col-method{color:#000 !important;font-weight:500 !important}.table-checkout-shipping-method .col.col-price .price .price:before{content:"€";margin-right:5px}.checkout-container .opc-wrapper #checkout-shipping-method-load table>:not(caption)>*>*{padding:.8rem .5rem}.checkout-container .opc-wrapper #checkout-shipping-method-load tbody td{border-top:1px solid rgba(16,113,255,.09)}.checkout-container .opc-wrapper #checkout-shipping-method-load table>tbody>tr:nth-of-type(odd){background:rgba(16,113,255,.09)}.checkout-container .opc-wrapper .checkout-payment-method .before-payment-text{color:#000;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px}.checkout-container .payment-group .step-title{color:var(--textcolor);font-weight:700;font-size:24px;line-height:30px;padding:20px 0}.checkout-container .opc-wrapper .payment-group .payment-method{border:2px solid #ececec;border-radius:50px;padding:10px;margin-bottom:20px}.checkout-container .opc-wrapper .opc-payment .payment-method .payment-method-title{display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-box-align:center;align-items:center;border:none;padding:0;gap:20px}.checkout-container .opc-payment .payment-method-content{padding:0}.checkout-container .opc-wrapper .opc-payment .payment-method._active{background:#ecf4ff;border-color:var(--seconcolor)}.checkout-container .opc-wrapper .opc-payment .payment-method input{box-shadow:none !important;outline:none;margin:0}.checkout-payment-method .payment-method+.payment-method .payment-method-title .label{display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-box-align:center;align-items:center;justify-content:space-between;-ms-flex-direction:row-reverse;flex-direction:row-reverse;flex:1}.opc-payment .payment-method .payment-method-title>label{color:var(--textcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-box-align:center;align-items:center;justify-content:space-between;-ms-flex-direction:row-reverse;flex-direction:row-reverse;flex:1}.opc-payment .payment-method .payment-method-title label .mollie-payment-icon{width:50px;border-radius:4px;padding:2px;margin:0;height:40px;margin-right:20px;float:right}.checkout-payment-method .actions-toolbar-trigger .action.primary,body.checkout-onepage-success .actions-toolbar .action.primary{background-color:var(--btncolor);border:none;padding:12px 25px;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;width:50%;vertical-align:middle;display:inline-block;margin-bottom:20px}.checkout-payment-method .checkout-agreements .choice label .action-show{color:#000;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;background:0 0;border:none}.checkout-payment-method .checkout-agreements.fieldset .checkout-agreement.field.choice.required{align-items:flex-start;gap:5px}.checkout-payment-method .checkout-agreements.fieldset .checkout-agreement.field.choice.required .label .action.action-show{text-align:left;padding:0}body.success-step-proc .opc-wrapper .checkout-success p,body.checkout-onepage-success .checkout-success p{color:#000;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px}.checkout-success .product-information h3{color:var(--textcolor);font-weight:700;font-size:24px;line-height:64px;letter-spacing:1px;border-bottom:1px solid #ddd;margin-bottom:35px}.checkout-success .product-information table tbody+tbody td{padding-top:40px}.checkout-success .product-information table td>div:first-child{color:#000;font-weight:600;font-size:22px;line-height:24px;letter-spacing:.15px}.checkout-success .product-information table td>.sku{color:var(--textcolor);font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;margin:0 10px 0 0}.checkout-success .product-information table td>.price{color:var(--textcolor);font-weight:800;font-size:22px;line-height:24px;letter-spacing:.15px}.checkout-success .create-account{padding:35px 0 15px}.checkout-success .create-account .delivery-information h2{color:var(--textcolor);font-weight:700;font-size:24px;letter-spacing:1px}.checkout-success .create-account .view-account,.checkout-success .view-orders{display:inline-block}.checkout-success .create-account .view-account a{border:2px solid var(--seconcolor);padding:12px 25px;border-radius:4px;color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block;margin-top:15px}.checkout-success .view-orders a{background-color:transparent;box-shadow:none !important;border-radius:0;color:var(--seconcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;vertical-align:middle;text-align:center;display:inline-block;position:relative}.checkout-success .view-orders a:after{content:"\ec44";color:var(--seconcolor);font-size:18px;font-weight:400;font-family:"Linearicons";margin-left:10px}body.payment-step-proc .opc-sidebar .modal-inner-wrap .modal-content .opc-block-shipping-information,body.success-step-proc .opc-sidebar .modal-inner-wrap .modal-content .opc-block-shipping-information{background:#f5f5f5;border:1px solid #ddd;border-radius:8px;padding:22px 30px;margin:20px 0}.opc-sidebar .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information-title>span{color:var(--textcolor);font-weight:700;font-size:24px;line-height:30px}.opc-sidebar .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information-content{color:var(--textcolor);font-weight:400;font-size:12px;line-height:1.5;letter-spacing:.15px}body.checkout-index-index .modal-popup .modal-inner-wrap{border-radius:8px}body.checkout-index-index .modal-popup .modal-title{color:var(--textcolor);font-weight:700;font-size:40px;line-height:64px;letter-spacing:1px;border:none}body.checkout-index-index .modal-popup .modal-content{border:none;padding:3rem}body.checkout-index-index .modal-popup .form-shipping-address{max-width:100%}body.checkout-index-index .modal-popup .form-shipping-address .fieldset.address{margin-right:-30px}body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field:not(.choice){width:49%;display:inline-block;vertical-align:top;padding-right:15px;margin-top:0}body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field.additional{padding:0}body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field .label{color:var(--textcolor);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px}body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field:not(.choice) input,body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field input[type=email],body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field input[type=text],body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field input[type=password],body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field select{height:48px;border:1px solid #ddd;border-radius:4px;margin-bottom:1rem}body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field input[type=email]:focus,body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field input[type=text]:focus,body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field input[type=password]:focus,body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field select:focus{-webkit-box-shadow:0 0 1px 2px var(--seconcolor);box-shadow:0 0 1px 2px var(--seconcolor);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}body.checkout-index-index .modal-popup .modal-footer .primary{background-color:var(--btncolor);border:none;padding:12px 25px;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block;margin:0 15px 0 0}body.checkout-index-index .modal-popup .modal-footer .secondary{background:0 0;border:2px solid var(--seconcolor) !important;padding:9px 25px;border-radius:4px;color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;text-decoration:none !important}.checkout-container .fieldset.address>.field[name="shippingAddress.company"],#shipping-new-address-form .field[name="shippingAddress.company"],.checkout-container .fieldset.address>.field[name="billingAddressshared.company"],.checkout-container .fieldset.address>.field[name="shippingAddress.firstname"],#shipping-new-address-form .field[name="shippingAddress.firstname"],.checkout-container .fieldset.address>.field[name="billingAddressshared.firstname"],.checkout-container .fieldset.address>.field[name="shippingAddress.telephone"],#shipping-new-address-form .field[name="shippingAddress.telephone"],.checkout-container .fieldset.address>.field[name="billingAddressshared.telephone"],.checkout-container .fieldset.address>.field[name="shippingAddress.city"],#shipping-new-address-form .field[name="shippingAddress.city"],.checkout-container .fieldset.address>.field[name="billingAddressshared.city"],.checkout-container .fieldset.address>.field.street,#shipping-new-address-form .field.street{width:35%}#shipping-new-address-form .field.street .field{width:100%}.checkout-container .fieldset.address>.field[name="shippingAddress.vat_id"],#shipping-new-address-form .field[name="shippingAddress.vat_id"],.checkout-container .fieldset.address>.field[name="billingAddressshared.vat_id"],#shipping-new-address-form .field[name="shippingAddress.lastname"],.checkout-container .fieldset.address>.field[name="shippingAddress.lastname"],.checkout-container .fieldset.address>.field[name="billingAddressshared.lastname"],.checkout-container .fieldset.address>.field[name="shippingAddress.country_id"],#shipping-new-address-form .field[name="shippingAddress.country_id"],.checkout-container .fieldset.address>.field[name="billingAddressshared.country_id"]{width:33%}.checkout-container .fieldset.address>.field[name="shippingAddress.custom_attributes.chamber_of_commerce"],#shipping-new-address-form .field[name="shippingAddress.custom_attributes.chamber_of_commerce"],.checkout-container .fieldset.address>.field[name="billingAddressshared.custom_attributes.chamber_of_commerce"],.checkout-container .fieldset.address>.field[name="shippingAddress.middlename"],#shipping-new-address-form .field[name="shippingAddress.middlename"],.checkout-container .fieldset.address>.field[name="billingAddressshared.middlename"],.checkout-container .fieldset.address>.field[name="shippingAddress.custom_attributes.house_no"],#shipping-new-address-form .field[name="shippingAddress.custom_attributes.house_no"],.checkout-container .fieldset.address>.field[name="billingAddressshared.custom_attributes.house_no"],.checkout-container .fieldset.address>.field[name="shippingAddress.postcode"],#shipping-new-address-form .field[name="shippingAddress.postcode"],.checkout-container .fieldset.address>.field[name="billingAddressshared.postcode"]{width:30%}.checkout-container .fieldset.address>.field[name="shippingAddress.custom_attributes.house_no"],#shipping-new-address-form .field[name="shippingAddress.custom_attributes.house_no"],.checkout-container .fieldset.address>.field[name="billingAddressshared.custom_attributes.house_no"]{margin-right:33%}.checkout-container .fieldset.address>.field[name="shippingAddress.telephone"],#shipping-new-address-form .field[name="shippingAddress.telephone"],.checkout-container .fieldset.address>.field[name="billingAddressshared.telephone"]{margin-right:60%}.checkout-shipping-address #shipping-new-address-form .checkout-billing-address{margin-left:15px;margin-right:15px}.checkout-shipping-address .checkout-billing-address .field-select-billing,.checkout-shipping-address .checkout-billing-address .billing-address-same-as-shipping-block{padding-left:0 !important}.checkout-container .fieldset.address>.field[name="shippingAddress.telephone"] label,.checkout-container .fieldset.address>.field[name="billingAddressshared.telephone"] label{display:flex;align-items:center}.checkout-shipping-address .field-tooltip,#shipping-new-address-form .field-tooltip{display:none}.checkout-container .fieldset.address>.field label .field-tooltip,#shipping-new-address-form .field label .field-tooltip{position:relative;display:inline-block;margin-left:5px;margin-right:5px;line-height:1}.checkout-container .actions-toolbar>.primary{text-align:right}.checkout-container .fieldset .action-update{background:var(--btncolor);border-color:var(--btncolor);color:var(--bs-white)}.checkout-container .fieldset .action-cancel{margin:0 10px 0 0;background:var(--seconcolor);color:var(--bs-white)}.field-tooltip .field-tooltip-action:before{font-size:10px;color:var(--bs-white);content:"\f129";font-family:"FontAwesome";background-color:var(--seconcolor);border-radius:50%;padding:0 8px !important;line-height:20px}.field-tooltip .field-tooltip-action:hover:before,.field-tooltip._active .field-tooltip-action:before{color:var(--bs-white)}@media screen and (max-width:576px){#shipping-new-address-form .field,.checkout-index-index .modal-footer .action.secondary{width:100% !important}body.checkout-index-index .modal-popup .modal-footer .primary{margin-right:0}}.opc-block-summary .sub.incl,.opc-block-summary .shipping.incl,.opc-block-summary .shipping.excl .value,.opc-block-summary .totals.message-text-summery{display:none}.cart-summary .totals.sub.incl{display:none}
/*! === // PAGE:: End Checkout // === !*/
.checkoutSuccess_content{background:#fff;border-top-left-radius:14px;border-top-right-radius:14px;padding:0;width:100%;position:relative;margin-top:25px}body.checkout-onepage-success .checkout-success{padding-bottom:65px}body.checkout-onepage-success .actions-toolbar>.primary{display:block;width:100%}
/*! === // PAGE:: End Checkout Success // === !*/
.error_404{padding:80px 0}.error_404 h1{color:#081828;font-size:70px;font-weight:800}.error_404 h4{color:var(--textcolor);font-weight:500;font-size:30px;line-height:40px;letter-spacing:-.5px;margin-bottom:30px}.error_404 dl,.error_404 ul{color:var(--textcolor);font-weight:400;font-size:20px;line-height:30px;letter-spacing:.15px;margin-bottom:40px}.error_404 dl li{list-style-type:disc;margin:0}.error_404 ul.d-flex li+li{margin-left:23px}.error_404 .greenCommonBtn,.error_404 .greenCommonBtn_invert{font-size:14px;font-weight:500;line-height:1.3;text-transform:uppercase;text-align:center;border-radius:8px;display:inline-block;padding:19px 30px}.error_404 .greenCommonBtn{background:#54ca70;color:#fff;padding:19px 35px;border:none}.error_404 .greenCommonBtn_invert{color:#54ca70;padding:19px 60px;border:2px solid #54ca70;background:0 0}.error_404 .greenCommonBtn:hover{background:#000;color:#fff}.error_404 .greenCommonBtn_invert:hover{background:#54ca70;color:#fff}.error_404 .image404_wrp{margin-bottom:30px}
/*! === // PAGE:: End 404 // === !*/
/*! === // Stylesheet:: Magento Theme // === !*/
.columns .column.main{padding:0}body.contact-index-index .page-title-wrapper,body.page-products .page-title-wrapper,body.checkout-cart-index .page-title-wrapper,body.customer-account-login .page-title-wrapper,body.customer-account-create .page-title-wrapper,body.customer-account-forgotpassword .page-title-wrapper,body.customer-account-logoutsuccess .page-title-wrapper,body.checkout-onepage-success .page-title-wrapper,body.mpblog-post-index .page-title-wrapper,body.mpblog-post-view .page-title-wrapper,body.cms-no-route .page-title-wrapper,body.customer-account-createpassword .page-title-wrapper{display:none}body.page-products .columns,.single_lokersolutions.container,.storeProb_sec.container,.lookingSystem_sec.container,body.catalog-product-view .columns{padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem)}.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before{content:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/cart_icon.png)}.single_alllockers,.alllockers_cont,.storeProb_cont{padding:65px 0}.all-locker-page .store_sec{padding-top:0 !important}.all-locker-page h2{font-weight:700;font-size:40px;line-height:51px}.all-locker-page .desc{font-weight:600;font-size:20px;line-height:32px;letter-spacing:.15px;color:#333}.locker_info{margin-top:18px}.locker_title{color:#003ecb;font-weight:600;font-size:20px;line-height:23px;margin-top:16px}.locker_desc{font-weight:600;font-size:16px;line-height:23px;letter-spacing:.15px;color:#333;margin-top:16px}.locker_url{font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;color:#003ecb;margin-top:16px}.locker_url a{flex-direction:row;align-items:flex-start;display:flex}.locker_url svg,.all-locker-page .caption svg{margin-left:8px}.Lockers_all_info{padding:28px;border-radius:5px}.Lockers_all_info:hover{box-shadow:0px 4px 25px rgba(0,0,0,.15),inset 0px -4px 0px #54ca70}.all-locker-page .btn{background-color:var(--btncolor);border:none;padding:12px 25px;border-radius:4px;color:var(--bs-white);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block}.all-locker-page .store_sec.secBg_blue:after{position:absolute;bottom:25px;left:-100px;content:"";background-image:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/round_shap.png);width:230px;height:230px;background-repeat:no-repeat;background-size:100%;z-index:-1}.all-locker-page .contact_us .btn{background-color:#69e47a;border:none;padding:12px 25px;border-radius:4px;color:#fff;font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block}.all-locker-page .contact_us a{margin-top:20px;border:none;padding:12px 25px;border-radius:4px;color:#003ecb;font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle;display:inline-block}.catalog-category-view .filter.block{margin-top:25px;margin-left:10px}.catalog-category-view .filter .block-subtitle{font-size:20px;line-height:30px;letter-spacing:.15px;color:#000;border-bottom:none}.catalog-category-view .filter-options-item{border-bottom:none}.catalog-category-view .filter-options-item+.filter-options-item{margin-top:1.5rem}.catalog-category-view .filter-options-title{border-bottom:1px solid #ececec;padding-bottom:15px}.catalog-category-view .filter-options-title:after{color:var(--maincolor);content:"\f107";display:inline-block;font-family:"FontAwesome";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;text-align:center;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;margin-left:.5rem;font-size:14px;font-weight:600}.catalog-category-view .filter-options-item.allow.active .filter-options-title:after{color:var(--maincolor);content:"\f106" !important;display:inline-block;font-family:"FontAwesome";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;text-align:center;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;margin-left:.5rem;font-size:14px;font-weight:600}.catalog-category-view .sidebar.sidebar-main{background:#f9f9f9;border-radius:4px;margin-top:35px}.catalog-category-view .filter-options-content input[type=checkbox]{width:20px;height:20px;background:#003ecb;border-radius:4px}.catalog-category-view .filter-current,.catalog-category-view .block-actions.filter-actions{display:none}.catalog-category-view .releted_product_dropdown,body.page-products .releted_product_dropdown{display:none}.catalog-category-view .swatch-option,body.page-products .swatch-option{display:block !important}.catalog-category-view .sidebar .filter-options .filter-options-title{color:var(--textcolor);font-family:var(--mainfont);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;text-transform:none}.catalog-category-view .sidebar .filter-options .filter-options-content .item>a[data-pr-filter=item]>span{color:var(--textcolor);font-family:var(--mainfont);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;padding-left:30px}.catalog-category-view .sidebar .filter-options .filter-options-content .item>a[data-pr-filter=item]>span:before{width:20px;height:20px;background-image:none;border:1px solid #c9c9c9;border-radius:4px}.catalog-category-view .sidebar .filter-options .filter-options-content .item>a[data-pr-filter=item].selected>span:before{background:var(--seconcolor);border:none}.catalog-category-view .sidebar .filter-options .filter-options-content .item>a[data-pr-filter=item]>span:after{content:"";width:8px;height:14px;border:1px solid #fff;position:absolute;top:0;left:5px;border-width:0 2px 2px 0;transform:rotate(45deg);opacity:0}.catalog-category-view .sidebar .filter-options .filter-options-content .item>a[data-pr-filter=item].selected>span:after{opacity:1}.catalog-category-view .sidebar .filter-options .filter-options-content .item>a[data-pr-filter=item]>span .count{color:var(--textcolor);font-family:var(--mainfont);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px}.catalog-category-view .sidebar .filter-options .filter-options-content .item>a[data-pr-filter=item]>span .count:after{content:"]"}.catalog-category-view .sidebar .filter-options .filter-options-content .item>a[data-pr-filter=item]>span .count:before{content:"["}.catalog-category-view .sidebar .filter-options .filter-options-content .product-filter-slider>span{color:var(--textcolor);font-family:var(--mainfont);font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;text-transform:none}.catalog-category-view .sidebar .filter-options .filter-options-content .product-filter-slider .filter-price-amount{color:var(--textcolor);font-weight:600;font-size:14px;line-height:24px;letter-spacing:.15px}.catalog-category-view .sidebar .filter-options .filter-options-content .product-filter-slider .noUi-target .noUi-handle,.catalog-category-view .sidebar .filter-options .filter-options-content .product-filter-slider .noUi-target .noUi-connect{background:var(--seconcolor);box-shadow:0 2px 5px -2px var(--seconcolor)}.unstyled_ico>li{padding-left:35px;position:relative}.unstyled_ico>li:after{width:16px;height:16px;content:"";border-top-left-radius:10px;border-bottom-right-radius:10px;position:absolute;top:5px;left:0}.unstyled_ico.dark_ico>li:after{background:var(--seconcolor)}.unstyled_ico.light_ico>li:after{background:var(--bs-white)}.hpb_home_container{position:relative}.hpb_home_container a{display:block}.hpb_home_container a img{border-radius:16px}.hpb_block_content{position:absolute;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding-bottom:25px;z-index:1;bottom:10px}.hpb_block_content div{font-weight:600;font-size:20px;text-align:center;letter-spacing:1px;color:#fff;padding:10px}.hpb_block_content a{font-size:16px;letter-spacing:.15px;color:#fff;font-weight:600}.hpb_block_content a:after{content:"\ec44";color:var(--bs-white);font-size:18px;font-weight:400;font-family:"Linearicons";margin-left:10px}#notice-cookie-block{color:var(--bs-white);font-size:16px;background:#149dff;background:-moz-linear-gradient(-45deg,#149dff 0%,#003ecb 100%);background:-webkit-linear-gradient(-45deg,#149dff 0%,#003ecb 100%);background:linear-gradient(135deg,#149dff 0%,#003ecb 100%)}#notice-cookie-block .content p>a{color:var(--btncolor);text-decoration:underline !important}#notice-cookie-block .actions .action.allow.primary{color:var(--bs-white);font-weight:600;letter-spacing:.15px;background-color:var(--btncolor);border-color:var(--btncolor);border-radius:4px}.actions-primary .action.toquote{display:none}.cms-page-view .feature_sec{display:none}body.cms-lockeroplossingen-opbergen .lookingSystem_sec,body.cms-lockeroplossingen-opbergen .brochureDload_sec .brochureDload_sec{padding-top:0;padding-bottom:0}body.categorypath-lockers.category-lockers.catalog-category-view .page-main .columns,body.categorypath-schliessfacher.category-schliessfacher.catalog-category-view .page-main .columns{display:none}.category-description .ctgryDscrip_cont .lockerList_items{margin-top:0 !important}.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line{display:grid !important;gap:25px;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line .pagebuilder-column{width:100% !important;margin-left:0 !important;margin-right:0 !important}.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line .pagebuilder-column:not(.alllockers_sec.Lockers_all_info){padding:0}.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line .pagebuilder-column.Lockers_all_info,.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line .pagebuilder-column.threeColumn_item{margin-bottom:60px}.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line .pagebuilder-column:not(.alllockers_sec) .locker_image img{width:100% !important;border-radius:12px;object-fit:cover}.category-description .ctgryDscrip_cont .lockerList_items .locker_info .locker_title{text-align:left !important}body.category-lockers .category-description .ctgryDscrip_cont .single_alllockers{padding-bottom:0}.category-description .ctgryDscrip_cont .container>.single_alllockers.container_wrap{padding:0}body.cms-infocenter .faq_page{padding:45px 0}body.cms-infocenter .faq_page .sideBar:before,body.cms-infocenter .faq_maz_accordion .ui-tabs-nav:before{right:0}body.cms-infocenter .faq_page .accordion-body{padding-bottom:1rem !important}body.cms-olssen-over-ons .counter_sec.count_no .pagebuilder-column-line{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:15px}body.cms-olssen-over-ons .counter_sec.count_no .pagebuilder-column-line .pagebuilder-column{width:100% !important}.featuresCLI_sec .brandSec_head h1{color:var(--textcolor);font-size:64px;line-height:1;font-weight:700}.single_alllockers .brandSec_sub_head h2{font-size:30px;margin-bottom:2rem}body.cms-resources-kleurenwaaiers .single_alllockers .alllockers_cont .locker_image img,body.cms-resources-luvio-lockers .single_alllockers .alllockers_cont .locker_image img{width:auto}body.contact-index-index .contactForm_cont iframe body{margin:0 !important}body.contact-index-index .contactForm_cont iframe .supernova.isEmbeded .form-all{border-radius:0 !important;box-shadow:none !important;padding-bottom:1rem !important}body.contact-index-index .contactForm_cont iframe .supernova.isEmbeded .form-all .form-section.page-section{box-shadow:none !important}body.contact-index-index .contactForm_cont .contact_project_tab .tab-content{padding:0}.customeimgs_container.imageList_part.feature_sec .pagebuilder-column-line{gap:8px}.customeimgs_container.imageList_part.feature_sec .pagebuilder-column-line .customeimgs img{width:100%}#checkout-step-shipping_method .table-checkout-shipping-method .row:nth-child(3) span .price:after,#checkout-step-shipping_method .table-checkout-shipping-method .row:nth-child(2) span .price:after{content:"*"}
/*! === // Stylesheet:: END Magento Theme // === !*/
.cart-summary>.title{display:block}.cart-summary-divider{color:#656565}.cart.table-wrapper .cart>.item{border-bottom-color:#a8a8a8}.checkout-shipping-address .step-title,#co-payment-form>.fieldset>hr,#co-payment-form>.fieldset>br,#co-payment-form .step-title{display:none}body.payment-step-proc .opc-sidebar .modal-inner-wrap .modal-content .opc-block-shipping-information{border:none;padding:15px 20px}.firecheckout .form-shipping-address .fieldset.address>div.field[name="shippingAddress.custom_attributes.customer_group_in_put"],div[name="shippingAddress.custom_attributes.customer_group_in_put"],.firecheckout .form-shipping-address .fieldset.address>div.field[name="billingAddressshared.custom_attributes.customer_group_in_put"]{display:flex !important;width:100%;flex:0 0 100%}div[name="shippingAddress.custom_attributes.customer_group_in_put"] .admin__field-control,div[name="shippingAddress.custom_attributes.customer_group_in_put"] .admin__field.admin__field-option,div[name="billingAddressshared.custom_attributes.customer_group_in_put"] .admin__field.admin__field-option,div[name="billingAddressshared.custom_attributes.customer_group_in_put"] .admin__field-control{display:flex;margin-right:15px}.firecheckout .form-shipping-address input[type=radio],.firecheckout #checkout input[type=radio]{border:1px solid #333 !important}.firecheckout .form-shipping-address input[type=radio]:checked:focus,.firecheckout #checkout input[type=radio]:checked:focus{box-shadow:none !important}.firecheckout .form-shipping-address input[type=radio]:after,.firecheckout #checkout input[type=radio]:after{background-image:url(../../frontend/Mageolssen/mageolssen/nl_NL/images/radaio_checkout.svg) !important;background-size:18px 12px !important}.firecheckout #checkout{margin:auto !important;margin-top:100px !important}.firecheckout #maincontent .page-title-wrapper .authentication-wrapper{display:none}.opc-block-shipping-information .shipping-information-title{margin-bottom:20px !important}.opc-sidebar .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information-title>span{color:#000;font-size:14px !important;font-style:normal;font-weight:500;line-height:normal}.firecheckout .opc-sidebar .opc-block-summary{margin:20px !important}.firecheckout .firecheckout-header .logo img{content:url("https://www.olssen.nl/media/images/footer_logo.svg")}.firecheckout .firecheckout-header .header{padding:20px !important}.firecheckout.firecheckout-layout-minimal .firecheckout-header{background:#0d6efd}.firecheckout #maincontent .authentication-wrapper .action-auth-toggle,.firecheckout:not(.page-layout-checkout) .page-title-wrapper{display:none !important}body.checkout-index-index .checkout-container{background:0 0 !important}.firecheckout #checkout .opc-wrapper .opc>li,.firecheckout #checkout .opc-sidebar{box-shadow:0px 4px 4px 0px rgba(0,0,0,.25) !important;padding:25px}.firecheckout .place-order .actions-toolbar .primary .action{background:var(--btncolor) !important;box-shadow:0px 4px 4px 0px rgba(0,0,0,.25) !important;display:flex;padding:12px 24px !important;justify-content:center}.firecheckout #checkout .opc-block-summary>.title{border-bottom:1px solid #c9c9c9 !important;padding-bottom:20px !important}.firecheckout .opc-sidebar .opc-block-shipping-information{padding-top:20px;padding-bottom:20px;margin:0 !important;border-bottom:1px solid #c9c9c9}.firecheckout .items-in-cart.block{padding-top:20px;border-bottom:1px solid #c9c9c9 !important}.firecheckout #checkout [data-collapsible=true]>[role=tab]>strong,.firecheckout #checkout [data-collapsible=true]>.title[data-role=title]>strong{color:#000 !important;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.firecheckout .items-in-cart.block .product-item-name-block .product-item-name,.firecheckout .items-in-cart.block .product-item-name-block .details-qty .value{color:#333;font-size:11px;font-style:normal;font-weight:700;line-height:10px}.firecheckout .price-including-tax .cart-price .price{font-size:11px;color:#000 !important;font-style:normal;font-weight:400 !important;line-height:10px}.firecheckout .product-item-details .price-excluding-tax .cart-price .price{color:#333 !important;font-size:11px !important;font-style:normal;font-weight:700 !important;line-height:10px}.firecheckout .product-item-details .price-including-tax .cart-price .price:before,.firecheckout .product-item-details .price-excluding-tax .cart-price .price:before{content:"€";margin-right:5px}.firecheckout .product-item-details .price-including-tax .cart-price .price:after{content:"incl. BTW";margin-left:5px}.firecheckout .product-item-details .price-excluding-tax:before{content:"" !important}.firecheckout #checkout .minicart-items .product-item .options{display:none}.firecheckout .opc-block-summary .table-totals{background:0 0 !important}.opc-sidebar .opc-block-summary .table-totals .totals.sub.excl th,.opc-sidebar .opc-block-summary .table-totals .totals.sub.excl td,.opc-sidebar .opc-block-summary .table-totals .grand.totals.incl th,.opc-sidebar .opc-block-summary .table-totals .grand.totals.incl td,.opc-block-summary .table-totals .grand strong{color:#000 !important;font-size:14px !important;font-weight:600 !important}.opc-sidebar .opc-block-summary .table-totals .grand.totals.incl th,.opc-sidebar .opc-block-summary .table-totals .grand.totals.incl td{border-top:1px solid #c9c9c9 !important}.firecheckout #checkout input[type=radio]+label{display:flex !important}#billing-address-same-as-shipping-shared{border-radius:100px !important;border:1px solid #333 !important;box-shadow:none !important}#billing-address-same-as-shipping-shared:after{background-image:url("https://www.olssen.nl/media/radaio_checkout.svg") !important}.firecheckout #checkout .checkout-billing-address input[type=checkbox]:checked,.firecheckout #checkout input[type=radio]:checked{box-shadow:none !important}.firecheckout #checkout input[type=checkbox]:checked{box-shadow:0 0 0 10px #2999eb inset !important}.firecheckout #checkout .checkout-agreements.fieldset input[type=checkbox]{border:2px solid #333 !important;vertical-align:top !important}.payment-option._collapsible.opc-payment-additional.discount-code{display:none}.firecheckout #checkout div[name="shippingAddress.telephone"] .field-tooltip-action.action-help,.firecheckout #checkout div[name="billingAddressshared.telephone"] .field-tooltip-action.action-help{display:none}.checkout-container .opc-wrapper #checkout-shipping-method-load{border:none !important;background:#fff !important}.checkout-container .opc-wrapper #checkout-shipping-method-load table>tbody>tr:nth-of-type(2n+1){background:#fff !important}.table-checkout-shipping-method,.table-checkout-shipping-method tbody,.table-checkout-shipping-method tr,.table-checkout-shipping-method td{border:none !important}.firecheckout .table-checkout-shipping-method tbody .col.col-carrier{padding-top:7px !important}.checkout-shipping-method .step-title{padding-bottom:0 !important}div[name="shippingAddress.vat_id"] .message-success.success.message{position:relative !important}.firecheckout .opc-block-summary .table-totals .totals-tax-summary{display:none}.firecheckout.checkout-index-index .action.nav-toggle{display:none !important}.cartpagelink:visited{color:#fff !important}.firecheckout .checkout-shipping-address button.action:hover,.firecheckout .checkout-shipping-address button.action:focus{color:var(--seconcolor) !important}#shipping-new-address-form .field label{display:inline-block;position:relative}#shipping-new-address-form .field label .field-tooltip{position:absolute;top:0 !important;right:-25px}.firecheckout .form-shipping-address input[type=radio]:after,.firecheckout #checkout input[type=radio]:after,.firecheckout #checkout input[type=checkbox]:after{background-size:11px 9px !important}div[name="billingAddressshared.custom_attributes.customer_group_in_put"],.checkout-container .opc-wrapper .new-address-popup .action-show-popup{display:none !important}body.checkout-index-index .modal-popup .modal-footer .primary{padding:12px 25px !important}body.checkout-index-index .modal-popup .modal-footer .secondary.action-hide-popup{color:var(--seconcolor) !important;padding:12px 25px !important}.firecheckout .opc-sidebar .place-order{margin:0 auto}.firecheckout .opc-block-summary .table-totals{padding:0 !important}iframe#goog_conv_iframe{display:none}@media screen and (min-width:992px){.firecheckout #checkout .form.form-login #customer-email-fieldset,.firecheckout #checkout div[name="shippingAddress.firstname"],.firecheckout #checkout div[name="shippingAddress.lastname"],.firecheckout #checkout div[name="shippingAddress.vat_id"],.firecheckout #checkout div[name="shippingAddress.custom_attributes.chamber_of_commerce"],.firecheckout #checkout div[name="billingAddressshared.firstname"],.firecheckout #checkout div[name="billingAddressshared.lastname"],.firecheckout #checkout div[name="billingAddressshared.vat_id"],.firecheckout #checkout div[name="billingAddressshared.custom_attributes.chamber_of_commerce"]{width:45% !important}.firecheckout #checkout div[name="shippingAddress.firstname"],.firecheckout #checkout div[name="shippingAddress.vat_id"],.firecheckout #checkout div[name="billingAddressshared.firstname"],.firecheckout #checkout div[name="billingAddressshared.vat_id"]{margin-right:10% !important}.firecheckout #checkout div[name="shippingAddress.company"],.firecheckout #checkout div[name="shippingAddress.country_id"],.firecheckout #checkout div[name="shippingAddress.telephone"],.firecheckout #checkout div[name="billingAddressshared.company"],.firecheckout #checkout div[name="billingAddressshared.country_id"],.firecheckout #checkout div[name="billingAddressshared.telephone"]{width:45% !important;margin-right:55% !important}.field.street.admin__control-fields.required,.firecheckout #checkout div[name="billingAddressshared.postcode"],.firecheckout #checkout div[name="billingAddressshared.city"],.field.street.admin__control-fields.required,.firecheckout #checkout div[name="billingAddressshared.postcode"],.firecheckout #checkout div[name="billingAddressshared.city"]{width:32% !important;margin-right:1% !important}.firecheckout .opc-block-summary .table-totals{width:70%;margin-left:auto !important}}@media screen and (max-width:991px){#shipping-new-address-form .field.street,#payment .checkout-billing-address .billing-address-form .fieldset.address>.field.street,.billing-address-form .field.address,.firecheckout.fc-form-compact .form-shipping-address .fieldset>div.field:not(#customer-email-fieldset .field),.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset>div.field:not(#customer-email-fieldset .field,#shipping-new-address-form .field),.firecheckout.fc-form-compact #checkout .checkout-payment-method.fc-size-l .checkout-billing-address .fieldset>div.field{width:50% !important}#shipping-new-address-form .field.street .control .field,.billing-address-form .field.address .control .field,.firecheckout.fc-form-compact #checkout .checkout-payment-method.fc-size-l .checkout-billing-address .fieldset>div.field .control .field{width:100% !important}.checkout-agreements .field.choice .label{word-wrap:break-word;white-space:normal !important;word-break:break-word;display:inline-flex !important;vertical-align:top !important;width:90%}.checkout-agreements .field.choice .label span{word-wrap:break-word;white-space:normal !important;word-break:break-word}.firecheckout .opc-sidebar .opc-block-summary,.firecheckout .opc-block-summary .place-order{margin:0 auto !important}}@media screen and (min-width:576px) and (max-width:767.98px){.firecheckout .opc-block-summary .table-totals{width:70%;margin-left:auto !important}}@media screen and (max-width:575.98px){#shipping-new-address-form .field.street,.firecheckout.fc-form-compact #checkout .checkout-billing-address .fieldset div.field,.firecheckout.fc-form-compact .form-shipping-address .fieldset div.field,.firecheckout.fc-form-compact #checkout .checkout-shipping-address .fieldset div.field,#payment .checkout-billing-address .billing-address-form .fieldset.address>.field.street{width:100% !important}.firecheckout .form-shipping-address .fieldset.address>div.field[name="shippingAddress.custom_attributes.customer_group_in_put"],div[name="shippingAddress.custom_attributes.customer_group_in_put"],.firecheckout .form-shipping-address .fieldset.address>div.field[name="billingAddressshared.custom_attributes.customer_group_in_put"],div[name="billingAddressshared.custom_attributes.customer_group_in_put"]{flex-direction:column}.firecheckout .opc-block-summary .table-totals{width:100%;padding:0 !important;margin:auto !important}}@media (min-width:576px){.page-title-wrapper{max-width:540px;margin:0 auto}}@media (min-width:768px){.page-title-wrapper{max-width:720px;margin:0 auto}}@media screen and (min-width:992px){.page-title-wrapper{max-width:960px;margin:0 auto}}@media screen and (min-width:1024px){.page-header{position:relative;z-index:5}#nav_bg .header-container-combine{display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-box-align:center;align-items:center}#nav_bg .nav_brand{max-width:20%;width:100%;display:inline-block}#nav_bg .navigation{max-width:49%;width:100%;display:inline-block}#nav_bg .right-group-colunm{max-width:30%;width:100%;display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;justify-content:flex-end;-moz-box-align:center;align-items:center}#nav_bg .right-group-colunm>*:not(:last-child){margin-right:35px}.customNav{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:flex-start;-moz-box-align:center;align-items:center;padding-right:15px}.customNav>ul>li{display:inline-block;margin-right:30px;margin-bottom:0}.customNav>ul>li>a{color:var(--textcolor);font:600 16px/24px var(--mainfont);letter-spacing:.15px;padding:35px 0;position:relative;border:3px solid #fff0}.customNav .dropdown-toggle:after{color:var(--maincolor);content:"\f107";display:inline-block;font-family:"FontAwesome";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none;text-align:center;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;margin-left:.5rem}.customNav>ul>li>a.active,.customNav>ul>li>a:hover,.customNav>ul>li>a:focus{color:var(--seconcolor);border-bottom:3px solid var(--seconcolor)}.customNav .dropdown-toggle.active:after,.customNav .dropdown-toggle:hover:after,.customNav .dropdown-toggle:focus:after{color:var(--seconcolor)}#nav_bg,#nav_bg .container,#nav_bg .navigation,#nav_bg .customNav,#nav_bg .customNav .navbar_right,#nav_bg .customNav .dropdown{position:static;z-index:1}.customNav .dropdown .dropdown-menu{position:absolute;top:100%;left:50%;right:0;width:100%;padding:35px 0;margin:0;text-align:left;background:#fff;border:none;border-radius:0;-webkit-box-shadow:0 0 0px 1px rgb(0 0 0/10%);box-shadow:0 0 0px 1px rgb(0 0 0/10%);-webkit-transform:translate(-50%,20px);-moz-transform:translate(-50%,20px);-ms-transform:translate(-50%,20px);-o-transform:translate(-50%,20px);transform:translate(-50%,20px);display:block;opacity:0;visibility:hidden;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .1s linear;-moz-transition:all .1s linear;-ms-transition:all .1s linear;-o-transition:all .1s linear;transition:all .1s linear}.customNav .dropdown:hover .dropdown-menu,.customNav .dropdown .dropdown-menu.show{display:block !important;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100);opacity:1;visibility:visible !important;pointer-events:auto;-webkit-transform:translate(-50%,0px);-moz-transform:translate(-50%,0px);-ms-transform:translate(-50%,0px);-o-transform:translate(-50%,0px);transform:translate(-50%,0px)}.flag_submeanu>.dropdown{padding:35px 0}.flag_submeanu .dropdown .list-inline-item{margin-bottom:0}.flag_submeanu .dropdown-menu{text-align:center;background:#fff;border:none;min-width:50px;top:100%;left:50%;padding:0;-webkit-box-shadow:0 0 5px 2px rgb(0 0 0/10%);box-shadow:0 0 5px 2px rgb(0 0 0/10%);-webkit-transform:translate(-50%,20px);-moz-transform:translate(-50%,20px);-ms-transform:translate(-50%,20px);-o-transform:translate(-50%,20px);transform:translate(-50%,20px);opacity:0;visibility:hidden;display:block;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.flag_submeanu>.dropdown:hover .dropdown-menu,.flag_submeanu .dropdown .dropdown-menu.show{display:block !important;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100);opacity:1;visibility:visible !important;pointer-events:auto;-webkit-transform:translate(-50%,0px);-moz-transform:translate(-50%,0px);-ms-transform:translate(-50%,0px);-o-transform:translate(-50%,0px);transform:translate(-50%,0px)}.account_part>a{padding:35px 5px}.account_part ul{top:100%;opacity:0;visibility:hidden;display:block;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.account_part.dropdown:hover .dropdown-menu,.account_part .dropdown-menu.show{display:block !important;-ms-filter:"alpha(opacity=100)";filter:alpha(opacity=100);opacity:1;visibility:visible !important;pointer-events:auto}.customNav .menu_cont .nav{-ms-flex-direction:column;flex-direction:column;border:none}.menu_cont .nav li+li{margin-top:10px}.menu_cont .nav .nav-link{color:var(--textcolor);font:600 16px/24px var(--mainfont);letter-spacing:.15px;border:none;border-radius:0}.menu_cont .nav-tabs .nav-item.show .nav-link,.menu_cont .nav-tabs .nav-link.active,.menu_cont .nav-tabs .nav-link:hover{color:var(--seconcolor)}.menu_cont #myTab .nav-link{font-size:17px;font-weight:700;padding-left:0;display:inline-block}.menu_cont #myTab .nav-item.show .nav-link,.menu_cont #myTab .nav-link:hover{border-bottom:1px solid var(--seconcolor)}.customNav .menu_cont .tab-content{border-color:#dee2e6;border-width:0 0 0 1px}.customNav .menu_cont .tab-content>.tab-pane{border:none}.subCateg_item{height:100%;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:space-between;-moz-box-align:start;align-items:flex-start;padding-left:15px}.subCateg_item li+li{margin-top:20px}.subCateg_item li>a{color:var(--textcolor);font:600 16px/24px var(--mainfont);letter-spacing:.15px}.subCateg_item li>a:hover,.subCateg_item li>a:focus{color:var(--seconcolor);border-bottom:1px solid var(--seconcolor)}.subCateg_item .btn,.subCateg_img_list .btn{color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;border-radius:0;box-shadow:none !important;margin-top:25px}.customNav .menu_cont .tab-content .row{width:100%}.menuGlry_part{height:300px}.menuGlry_part img{width:100%;height:100%;object-fit:cover}.subCateg_img_list{padding-left:15px}.subCateg_img_list .card{border-radius:5px;height:175px;margin-bottom:1.5rem;overflow:hidden}.subCateg_img_list img{width:100%;height:100%;object-fit:cover;border-radius:0}.subCateg_img_list .card-img-overlay{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-moz-box-align:end;align-items:flex-end;background:rgba(0,62,203,.31);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.subCateg_img_list .card-img-overlay a{color:var(--bs-white);font-size:12px;line-height:24px;font-weight:800;letter-spacing:.15px;border-radius:0;box-shadow:none !important}.subCateg_img_list .card:hover .card-img-overlay{background:rgba(0,62,203,1)}.imageList_part .col:nth-child(even) .card_img{padding-top:100px}.idealeLocker_list .card-body{min-height:450px}.brand_list{margin-left:calc((100% - 960px)/2 + 15px);position:relative}.brand-logo .owl-nav .owl-next{right:calc((100% - 960px) + 20px)}.sections.nav-sections{margin:0}.category_cont .box,.category_cont .chat_property{height:100%}.featuresCLI_sec .single_lokersolutions h2,body.mpblog-post-view .columns .be_left_box h2{text-align:right}.storeImg_part .imgLeft_cli{position:relative;transform:translate(-5%,35px)}.storeImg_part .imgRight_cli{position:relative;transform:translate(5%,35px)}.container_wrap .pagebuilder-column-line{max-width:960px;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);margin:auto}.cart_content .product-item-details{padding-right:25px}}@media screen and (min-width:1200px){body.page-products .columns,body.catalog-product-view .columns,.page-title-wrapper,body.blog .columns,.page.messages,body.catalog-product_compare-index .column.main,body.mpblog-post-view .columns,.container_wrap .pagebuilder-column-line,body.catalog-product-view .breadcrumbs{max-width:1140px;margin:0 auto}body.customer-account-login .login-container,body.checkout-cart-index .cart-container,.register_container,body.account .columns{max-width:1140px}.brand_list{margin-left:calc((100% - 1140px)/2 + 15px);position:relative}.brand-logo .owl-nav .owl-next{right:calc((100% - 1140px) + 20px)}}@media screen and (min-width:1400px){body.page-products .columns,body.catalog-product-view .columns,.page-title-wrapper,body.blog .columns,.page.messages,body.catalog-product_compare-index .column.main,body.mpblog-post-view .columns,.container_wrap .pagebuilder-column-line,body.catalog-product-view .breadcrumbs{max-width:1320px;margin:0 auto}body.customer-account-login .login-container,body.checkout-cart-index .cart-container,.register_container,body.account .columns,body.checkout-index-index .checkout-container{max-width:1320px}body.mpblog-post-view .columns .be_left_box:after{height:227px}.brand_list{margin-left:calc((100% - 1320px)/2 + 15px);position:relative}.brand-logo .owl-nav .owl-next{right:calc((100% - 1320px) + 20px)}}@media screen and (min-width:1100px){.storeImg_part .imgLeft_cli{position:relative;transform:translate(-15%,35px)}.storeImg_part .imgRight_cli{position:relative;transform:translate(15%,35px)}}@media screen and (min-width:992px) and (max-width:1199.98px){.customNav>ul>li{margin-right:10px}#nav_bg .right-group-colunm>*:not(:last-child){margin-right:20px;z-index:1}.be_left_box{margin-bottom:70px;margin-left:70px}.overOlsen_cont .box:before,.lookingSystem_cont .box:before{width:200px;height:200px;right:-25px}.featuresCLI_sec .single_lokersolutions .be_left_box h2{text-align:left}body.cms-resources-corporate-brochures .single_alllockers .pagebuilder-column-line,body.cms-resources-kleurenwaaiers .single_alllockers .pagebuilder-column-line,body.cms-resources-usecases-en-smart-locking-overzicht .single_alllockers .pagebuilder-column-line{flex-wrap:wrap}body.cms-resources-corporate-brochures .single_alllockers .alllockers_cont,body.cms-resources-kleurenwaaiers .single_alllockers .alllockers_cont,body.cms-resources-usecases-en-smart-locking-overzicht .single_alllockers .alllockers_cont{width:33.3333% !important;max-width:33.3333%;padding:20px;margin:initial}}@media screen and (max-width:1366px){.customNav>ul>li>a,.right-group-colunm .btn,.menu_cont .nav .nav-link,.subCateg_item li>a{font-size:14px}.home_banner_text h1,.inner_header_text h1,.inner_header_text h2{font-size:60px;line-height:70px}.single_lokersolutions h2,.brandSec_head h2,.brochureDload_cont h2,.idealeLocker_sec .section-title h2,.reference_btn h2,.product_sec .para-title h2,.lookingSystem_sec h2,body.page-products .ctgryDscrip_cont h2,.cart_content .cartCont_head h2,.aboutContact_sec h2,.contact_cont h2,.vacancies_cont h2,.vacanciesDetails_list h2,.vacanciesQuote_sec h2,.register_container .account_head h2,body.mpblog-post-view .columns .be_left_box h2,.recentBlog_sec h3,body.account .page-title-wrapper .page-title,body.checkout-index-index .modal-popup .modal-title,.checkout-container .step-title-bar>span,body.checkout-onepage-success .step-title-bar>span,body.customer-account-login .login-container .login-header-container h2{font-size:30px;line-height:1.3}.storeProb_cont h2,.branch_head h2,.reference_head h2{font-size:40px;line-height:1.3}.counter-box h3,.error_404 h1{font-size:60px}body.page-products .ctgryDscrip_cont h6,.storeProb_cont p,.aboutContact_sec p,.contact_cont p,.vacancies_cont p,.vacanciesDetails_list p,.vacanciesQuote_sec p,.error_404 dl{font-size:16px;line-height:1.7}.blogList_sec .mp-post-title a.post-link-title,.error_404 h4{font-size:20px}.offices_features_ar{padding:110px 0}.offices_features_ar h4{font-size:30px}.offices_features_ar ul li{font-size:16px;line-height:28px}body.account .sidebar .nav li a,body.account .sidebar .nav li.current>strong{font-size:14px;line-height:24px;white-space:break-spaces;overflow-wrap:break-word}.imageList_part:before{content:"";width:300px;height:300px}.overOlsen_cont .box:before,.lookingSystem_cont .box:before{width:300px;height:300px}.reference_list:before{position:absolute;content:"";width:300px;height:300px}body.cms-all-lockers .storeProb_sec.contact_us:before{top:-150px;content:"";width:300px;height:300px}.overOlsen_cont h2{font-size:40px;line-height:48px}.overOlsen_cont h6{font-size:16px;line-height:24px}.storeProb_cont .caption{padding-bottom:25px}.contactForm_cont .input-text,.contactForm_cont .form-control,.contactForm_cont .form-select,.contactForm_cont select,.contact_project_tab .contactForm_cont label{font-size:14px}}@media only screen and (min-width:1366.98px) and (max-width:1464px){.home_banner_text h1,.inner_header_text h1,.inner_header_text h2{font-size:60px;line-height:1.2}}@media only screen and (min-width:1024px) and (max-width:1464px){.releted_product_information{gap:15px}}@media (min-width:1566px){body.catalog-product-view .product.media{width:450px;margin:0 auto}}@media only screen and (min-width:769px) and (max-width:1566px){body.catalog-product-view .product.media{width:400px;margin:0 auto}}@media (min-width:769px),print{.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line:nth-of-type(3),.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line:nth-of-type(5){gap:60px}.locker_image img{height:auto !important}}@media screen and (min-width:768px){.cart-summary{width:30%}.cart-container .form-cart{width:70%}body.mpblog-post-view .column.main{width:50%}body.mpblog-post-view .sidebar-main{width:41.66666667%;margin-left:8%}}@media screen and (max-width:768px){.nav-open .nav-sections{background:var(--bs-white);z-index:1000}.nav-open .nav-sections .navigation-mobile>ul>li{margin:0}.nav-open .nav-sections .navigation-mobile>ul>li>a,.nav-open .customNav>ul>li>a{color:var(--textcolor);font:600 16px/24px var(--mainfont);letter-spacing:.15px;border-top:1px solid #d1d1d1;display:block;padding:.8rem 15px;position:relative}.nav-open .nav-sections .nav-sections-item-title:not(.active){background:linear-gradient(180deg,#1195ff 0%,#003ec2 100%)}.nav-open .nav-sections .nav-sections-item-title>a{color:var(--bs-white);font:600 16px/24px var(--mainfont);letter-spacing:.15px}.nav-open .nav-sections .nav-sections-item-title.active>a{color:var(--textcolor)}.page-header{border:none;margin:0}#nav_bg{padding:25px 0}#nav_bg .header-container-combine{display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-box-align:center;align-items:center;justify-content:space-between}#nav_bg .nav_brand{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-moz-box-align:center;align-items:center;gap:20px}#nav_bg .nav_brand .nav-toggle{top:0;left:0}#nav_bg .right-group-colunm{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;justify-content:flex-end;-moz-box-align:center;align-items:center}#nav_bg .right-group-colunm>*:not(:last-child){margin-right:20px}.customNav .has_submenu.active>a{background:#f0f0f0;color:var(--seconcolor)}.customNav .has_submenu>.tigger_icon:before{transform:rotate(-90deg)}.customNav .has_submenu.active>.tigger_icon:before{transform:rotate(0deg)}.customNav .container{max-width:100%}.customNav .has_submenu.active .dropdown-menu{border:none;border-radius:0;display:block;position:relative}.customNav .has_submenu.active .dropdown-menu .nav>li{margin:0}.menu_cont .nav .nav-link{color:var(--textcolor);font:600 16px/24px var(--mainfont);letter-spacing:.15px;text-align:left}.menu_cont .nav-tabs .nav-item.show .nav-link,.menu_cont .nav-tabs .nav-link:hover{color:var(--seconcolor)}.menu_cont .tab-content{border:none}.menu_cont .tab-content>.tab-pane{margin:0}.menu_cont .subCateg_item{padding:15px}.subCateg_item li>a{color:var(--textcolor);font:600 16px/24px var(--mainfont);letter-spacing:.15px}.subCateg_item .btn,.subCateg_img_list .btn{color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;border-radius:0;box-shadow:none !important;margin-top:25px}.subCateg_img_list .card{border-radius:5px;height:175px;margin-bottom:1.5rem;overflow:hidden}.subCateg_img_list img{width:100%;height:100%;object-fit:cover;border-radius:0}.subCateg_img_list .card-img-overlay{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-moz-box-align:end;align-items:flex-end;background:rgba(0,62,203,.31);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.subCateg_img_list .card-img-overlay a{color:var(--bs-white);font-size:12px;line-height:24px;font-weight:800;letter-spacing:.15px;border-radius:0;box-shadow:none !important}.be_left_box{margin-left:20px}.be_left_box:after{top:-20px;left:-20px;bottom:-20px}.idealeLocker_list .card{margin-bottom:75px}.idealeLocker_list .card-footer{position:static}.brand_list{margin-left:calc((100% - 720px)/2 + 15px)}.brand-logo .owl-nav .owl-next{right:calc((100% - 720px) + 20px)}.brochureDload_cont{background-size:cover;background-position:center;border-radius:8px}.sidebar-main .filter-title strong{left:15px;background:0 0;border:2px solid var(--seconcolor);box-shadow:none;padding:12px 15px;border-radius:4px;color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;vertical-align:middle}.sidebar-main .filter.active .filter-subtitle{color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px}body.mpblog-post-view .feature_sec .container{max-width:100%}body.mpblog-post-view .feature_sec .breadcrumbs{display:block}body.mpblog-post-view .columns{-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding-top:0}body.mpblog-post-view .column.main,body.mpblog-post-view .sidebar-main,.cart-summary,.cart-container .form-cart{width:100%}.cart-container .form-cart{padding:15px 20px}body.mpblog-post-view .sidebar-main,.checkout-payment-method .payment-methods{margin:0}.customeimgs_container .customeimgs{padding:0 !important}.customeimgs_container .pagebuilder-column+.pagebuilder-column .customeimgs{margin-top:20px}body.account .order-products-toolbar .pager{display:flex;align-items:center;justify-content:space-between}body.account .order-products-toolbar .pager .toolbar-amount{display:none}body.account .order-products-toolbar .pager .pages{margin:0}.locker_image img{height:auto !important}.cart.table-wrapper .product-item-details .item-options,.deliverytime{padding-left:0}.cart .deliverytime{bottom:0}}@media only screen and (max-width:991px){.single_lokersolutions,.store_sec,.storeProb_sec:not(.pagebuilder-column-group),.aboutContact_sec.secBg_none,.contactFact_sec{overflow-x:hidden}.home_banner_text h1 span,.inner_header_text h1 span,.inner_header_text h2 span{font-size:unset !important}.featuresCLI_sec .brandSec_head h1{font-size:40px}.customNav .has_submenu>span.tigger_icon{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;justify-content:flex-end;-moz-box-align:center;align-items:center;position:absolute;top:5px;right:15px;width:26px;height:35px;color:var(--seconcolor);font-size:24px;line-height:32px;text-align:center;cursor:pointer;z-index:10}.customNav .has_submenu>.tigger_icon:before{color:var(--maincolor);content:"\f107";display:inline-block;font-family:"FontAwesome";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;margin:0;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.customNav .has_submenu.active>.tigger_icon:before{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.customNav li.has_submenu>a:after{display:none}#nav_bg .nav_brand{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-moz-box-align:center;align-items:center;gap:20px}.nav_brand .logo{margin:0}#hamburger{line-height:1;align-self:center;position:static;transition:.5s ease-in-out;cursor:pointer;margin:0;display:inline-block}.customNav.desktop__view,.menu_canvas{display:none}.menu_canvas .card{border:none;border-radius:0;height:155px;overflow:hidden}.menu_canvas img{width:100%;height:100%;object-fit:cover;border-radius:0}.menu_canvas .card-img-overlay{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-moz-box-align:start;align-items:self-start;flex-direction:column;background:linear-gradient(360deg,#013fc3 0%,rgba(217,217,217,0) 100%);border-radius:0;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.menu_canvas h5{color:var(--bs-white);font:600 18px/24px var(--mainfont);letter-spacing:.15px;margin:0}.menu_canvas p{color:var(--bs-white);font-size:14px;line-height:24px;font-weight:500;letter-spacing:.15px;margin:0}.customMedia_menu .offcanvas-header{border-bottom:1px solid #dee2e6;padding:20px 15px}.customMedia_menu .offcanvas-header h5{color:var(--textcolor);font:700 17px/24px var(--mainfont)}.customMedia_menu .offcanvas-body{padding:0}.customMedia_menu li{margin:0}.customMedia_menu li a{color:var(--textcolor)}.main-menu{height:100%;overflow-x:hidden;background:var(--bs-white);transition:.25s ease-in-out;position:relative;z-index:999}.main-menu-items{opacity:1;transition:opacity 1s ease-in-out;position:relative}.main-menu-items .main-menu-item{border-bottom:1px solid #dee2e6}.main-menu-items .main-menu-item a{color:var(--textcolor);font:500 16px/24px var(--mainfont);width:100%;height:100%;padding:15px;display:inline-block;position:relative}.main-menu-items .main-menu-item a:hover,.main-menu-items .main-menu-item a:focus,.main-menu-items .main-menu-item a:active,.main-menu-items .main-menu-item a:target{color:var(--seconcolor)}.hasSub_menu>a{position:relative}.main-menu-items>li:not(.hasSub_menu)>a:before,.sub-menu>li:not(.has_child)>a:before,.sub-menu-dropdown>li>a:before{position:absolute;top:50%;right:10px;width:26px;height:26px;content:"\f107";color:var(--textcolor);font-family:"FontAwesome";font-size:28px;line-height:32px;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;margin:0;transform:translateY(-50%) rotate(-90deg);display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;justify-content:center;-moz-box-align:center;align-items:center}.sub-menu{position:absolute;background:var(--bs-white);right:-100%;height:100%;top:0;width:100%;transition:.25s ease-in-out;z-index:2}.sub-menu-open{right:0}.sub-menu-header{color:var(--textcolor);font:700 17px/24px var(--mainfont);padding:20px 15px;background:var(--bs-white);border-bottom:1px solid #dee2e6}.sub-menu-header .lni{color:var(--textcolor);font-size:18px}.sub-menu-close-icon{position:absolute;width:22px;height:22px;top:20px;right:10px;cursor:pointer}.sub-menu-close-icon span{display:block;position:absolute;height:2px;width:20px;background:var(--textcolor);border-radius:3px;opacity:1;transform:rotate(0deg)}.sub-menu-close-icon span:nth-child(2){top:10px;transform:rotate(45deg)}.sub-menu-close-icon span:nth-child(3){top:10px;transform:rotate(-45deg)}.sub-menu-close-icon span:nth-child(4){top:0;width:0;left:50%}.sub-menu-close-icon span:nth-child(1){top:0;width:0;left:50%}.sub-menu-item{border-bottom:1px solid #dee2e6;position:relative}.sub-menu-item a{display:inline-block;color:inherit;width:100%;height:100%;padding:15px}.customMedia_menu .main-menu-item-arrow{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;justify-content:center;-moz-box-align:center;align-items:center;position:absolute;top:50%;right:10px;width:26px;height:26px;color:var(--textcolor);font-size:28px;line-height:32px;text-align:center;transform:translateY(-50%);cursor:pointer;z-index:1;perspective:1000px;perspective-origin:top}.customMedia_menu .main-menu-item-arrow:before{color:var(--textcolor);content:"\f107";display:inline-block;font-family:"FontAwesome";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;margin:0;transform:rotate(-90deg);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.customMedia_menu .main-menu-item-arrow.active:before{transform:rotate(0deg);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.has_child .tigger_icon{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;justify-content:center;-moz-box-align:center;align-items:center;position:absolute;top:15px;right:10px;width:26px;height:26px;color:var(--textcolor);font-size:28px;line-height:32px;text-align:center;cursor:pointer}.has_child .tigger_icon:before{color:var(--textcolor);content:"\f107";display:inline-block;font-family:"FontAwesome";text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;margin:0;transform:rotate(0deg);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.has_child.active .tigger_icon:before{transform:rotate(-180deg);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.sub-menu-dropdown{visibility:hidden;height:0;transition:all .25s ease-in-out}.sub-menu-dropdown-item{border-top:1px solid #dee2e6}.sub-menu-dropdown-open,.has_child.active .sub-menu-dropdown{visibility:visible;height:auto;background:var(--bs-white)}.has_child .sub-menu-dropdown>li>a{padding:15px 30px}.top_searchBar #nav_bg .block-search.serach_ui .minisearch{background:var(--bs-white);border:none;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1);top:100%;width:100%;height:50px;z-index:2}.right-group-colunm .block-search.serach_ui .label:before{margin:0 10px 0 0}.right-group-colunm .block-search .amsearch-result-section.-small .product-item-link{line-height:1.5;padding:0 0 10px;word-break:normal;display:flex;min-height:auto;gap:5px;flex-wrap:wrap}.banner_CLI .banner-image:not(.customer-account-login .banner-image,.customer-account-create .banner-image,.customer-account-forgotpassword .banner-image,.account .banner-image){height:calc(100vh - 80px)}.banner_CLI .banner-image img{height:100%;object-fit:cover}.home_banner_text h1,.inner_header_text h1,.inner_header_text h2{font-size:40px;line-height:1.2}.media_footer .footer_top{padding:45px 0}.media_footer .footer_head,.footer_add ul{text-align:left}.footer_head .social_link h5{color:var(--bs-white);font-size:20px;font-weight:500;display:block;line-height:30px;letter-spacing:.15px;margin-bottom:10px}.footer_head .social_link li:not(:last-child){margin-right:.5rem}.footer_head .social_link a{font-size:20px;color:var(--seconcolor);width:28px;height:28px;background:#fff;border-radius:4px;display:flex;justify-content:center;align-items:center}.footer_cont .accordion-item{background:0 0;border:none}.footer_cont .accordion-item+.accordion-item{margin-top:1.5rem}.footer_cont .accordion-item .accordion-header,.footer_cont .single_footer.ui-accordion h3{border-bottom:1px solid #3d9af4}.footer_cont .single_footer.ui-accordion h3{color:var(--bs-white);font-size:20px;font-weight:600;line-height:32px;letter-spacing:1px;padding:1rem 1.25rem 1rem 0;position:relative}.footer_cont .accordion-button{color:var(--bs-white);font-size:20px;font-weight:600;line-height:32px;letter-spacing:1px;background:0 0;border:none;border-radius:0 !important;box-shadow:none !important;padding-left:0}.footer_cont .accordion-button:not(.collapsed){color:var(--bs-white)}.footer_cont .accordion-button:not(.collapsed):after{content:"\ec39";font-family:"Linearicons";display:inline-block;background:0 0;transform:rotate(0deg)}.footer_cont .accordion-button:after{content:"\ec3a";font-family:"Linearicons";font-size:16px;display:inline-block;background:0 0}.footer_cont .single_footer.ui-accordion h3:after,.product_info_detail_wrapper.row span.ui-accordion-header:before,body.catalog-product-view .product_head .ui-accordion-header:before{content:"\ec3a";font-family:"Linearicons";font-size:16px;display:inline-block;background:0 0;position:absolute;right:15px}.footer_cont .single_footer.ui-accordion h3.ui-accordion-header-active:after,.product_info_detail_wrapper.row span.ui-accordion-header.ui-accordion-header-active:before,body.catalog-product-view .product_head .ui-accordion-header.ui-accordion-header-active:before{content:"\ec39";font-family:"Linearicons";display:inline-block;background:0 0}.footer_cont .accordion-body,.footer_cont .single_footer.ui-accordion .ui-accordion-content{padding:1rem 0}.footer_cont .accordion-body li a,.footer_cont .single_footer.ui-accordion .ui-accordion-content li a{font-size:16px;line-height:32px}.copyright_sec{text-align:center}.copyright_sec .footer_nav>ul{display:block}.copyright_sec .footer_nav li:not(:last-child){margin-right:1rem}.imageList_part:before,.overOlsen_cont .box:before,.lookingSystem_cont .box:before{display:none}.reference_slider .owl-item .item .card,.reference_slider .owl-item.center .item .card{transform:none}.reference_list .owl-theme .owl-nav{width:100%;position:static}.reference_list .owl-theme .owl-nav [class*=owl-]{top:25%;width:38px;height:38px;font-size:22px;margin:0}.reference_list h4{font-size:22px;line-height:30px}.be_left_box{padding:20px 0 20px 30px;margin-bottom:50px}.store_sec,.storeProb_sec{padding:75px 0}.storeProb_cont .caption{padding:25px 0}.brochureDload_cont{padding:15px}.brochureDload_cont .caption{margin-top:20px}.authenticate_sec .storeImg_part:before{right:0}.storeImg_part{margin-bottom:25px}.aboutCont_sec .accordion-header .caption{padding:0}.product_info_detail_wrapper .details_container{width:100% !important;margin-top:20px}body.cms-vacancies-overview .inner_header_text h6{max-width:700px}.contactFact_sec{padding:0 0 45px}.contactBnr_sec .contact_project_tab .card{margin-top:0;margin-bottom:45px}.contactFact_sec .contact_img{height:auto}.contactFact_sec .contact_img{padding-bottom:25px}body.page-products .product_list{border:none}.product_list .offer_label{-moz-transform:rotate(-45deg) translateX(-110px) translateY(-10px);-webkit-transform:rotate(-45deg) translateX(-110px) translateY(-10px);-o-transform:rotate(-45deg) translateX(-110px) translateY(-10px);-ms-transform:rotate(-45deg) translateX(-110px) translateY(-10px);transform:rotate(-45deg) translateX(-110px) translateY(-10px)}body.page-products .toolbar-products .pages li,body.page-products .toolbar-products .pages li a,body.page-products .toolbar-products .pages li .page,.order-products-toolbar .pages li,.order-products-toolbar .pages li a,.order-products-toolbar .pages li .page{width:30px;height:30px;display:inline-flex;justify-content:center;align-items:center}body.catalog-product-view .product-info-main .product-add-form{background:var(--bs-white);position:relative;z-index:1}body.catalog-product-view .conform_popup,body.catalog-product-view .tooltip_pupup{top:0;background-color:rgba(6,6,6,.4)}body.catalog-product-view .conform_popup .conform_popup_container,body.catalog-product-view .conform_popup .tooltip_popup_container{width:90%;max-width:500px;top:45%;transform:translateY(-45%)}body.catalog-product-view .conform_popup .conform_popup_container .cp_buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding-top:1rem}body.catalog-product-view .conform_popup .conform_popup_container .cp_buttons>div>*{width:100%}.overOlsen_cont h2{font-size:32px}.brochureDload_sec:not(.mpblog-project-view .brochureDload_sec){padding-top:0}.container_wrap .pagebuilder-column-line,body.catalog-product-view .columns,body.catalog-product-view .breadcrumbs{max-width:720px;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);margin:auto}body.checkout-cart-index .cart-container,body.customer-account-login .login-container,.register_container,body.checkout-index-index .checkout-container,body.account .columns{margin-top:65px}body.catalog-product-view .page-title-wrapper.product,body.catalog-product-view .product.attribute.sku,body.catalog-product-view .product-reviews-summary,body.catalog-product-view .product.media{-ms-flex-order:-1;-webkit-order:-1;order:-1}body.catalog-product-view .product-reviews-summary,body.catalog-product-view .product.media{margin-bottom:2rem}body.catalog-product-view .product.info.detailed .product.data.items{border:none;margin:0}body.catalog-product-view .product_info_detail_wrapper{padding:0;max-width:100%;margin:0}body.catalog-product-view .product_info_detail_wrapper.row.container>div{padding-left:0;padding-right:0}body.catalog-product-view .product_info_detail_wrapper .product.attribute.description{width:100%}body.catalog-product-view .product_info_detail_wrapper.row span.ui-accordion-header,body.catalog-product-view .product_head .ui-accordion-header{font-family:var(--mainfont);font-style:normal;font-weight:500;font-size:20px;line-height:24px;color:#0c0c0c;border-bottom:1px solid #ddd;padding:1rem 0;display:block;position:relative}body.catalog-product-view .product_head .ui-accordion-header span.title{max-width:90%;margin:0}body.checkout-cart-index .page-wrapper .feature_sec{display:none}body.checkout-cart-index .cart-container{margin-top:45px}body.checkout-cart-index .cart-container .cart_content .breadcrumbs_part{margin-bottom:2rem}body.checkout-cart-index .cart-container .cart_content .table-wrapper .cart>.item{border-bottom:1px solid #ccc !important;padding-bottom:15px;display:block}body.checkout-cart-index .cart-container .cart_content .item .col.item{display:block;width:100%;padding:15px 0}body.checkout-cart-index .cart-container .cart_content .product-item-photo{max-width:100%;position:static}body.checkout-cart-index .cart-container .cart_content .product-item-details{display:block;width:100%;padding:0}body.checkout-cart-index .cart-container .cart_content .product-item-details ul{padding:0}body.checkout-cart-index .cart-container .cart_content .col{text-align:left;width:100%;display:block;padding:10px 0}body.checkout-cart-index .cart-container .cart_content .col.qty[data-th]:before,body.checkout-cart-index .cart-container .cart_content .col.price[data-th]:before{content:attr(data-th) ":";text-align:left;display:none}body.checkout-cart-index .cart-container .cart_content .col.price .price-excluding-tax{display:inline-flex;align-items:center;white-space:nowrap;gap:15px}body.checkout-cart-index .cart-container .form-cart .actions.main{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-align-items:center;-ms-align-items:center;align-items:center;justify-content:center;gap:15px}body.checkout-index-index .opc-wrapper,body.checkout-index-index .opc-sidebar{width:100%;padding:0;float:none}body.checkout-index-index .checkout-container,.firecheckout #checkout{padding:35px 15px;margin-top:0 !important}body.checkout-index-index .opc-estimated-wrapper{margin:15px -15px 15px}.checkout-payment-method .checkout-agreements .choice label .action-show{font-size:14px;padding-left:0}.checkout-container .opc-progress-bar>li>span,body.checkout-onepage-success .opc-progress-bar>li>span{font-size:13px}body.checkout-onepage-success .checkout_banner_container img,body.reqestforquote-index-customerinfo .checkout_banner_container img,body.reqestforquote-index-modification .checkout_banner_container img{height:200px;width:100%;object-fit:cover}body.checkout-onepage-success .checkout_banner_container .checkoutSuccess_head_title,body.reqestforquote-index-customerinfo .checkout_banner_container .checkoutSuccess_head_title,body.reqestforquote-index-modification .checkout_banner_container .checkoutSuccess_head_title{display:flex;align-items:center;height:100%}.checkoutSuccess_head_title .row.align-items-center [class*=col-]>span{font-size:24px;line-height:1.5;white-space:normal}body.checkout-onepage-success .checkout-success{padding-bottom:0}.checkoutSuccess_content .opc-wrapper{padding:35px 0 0;margin:0}body.checkout-onepage-success .checkout-success h2{margin-bottom:35px}.checkout-success .expection-list{flex-direction:column}.checkout-success .expection-list li{padding:25px 15px;margin-right:0}.checkout-success .expection-list li .content{width:100%;margin:0}.checkout-success .expection-list li .image-container{text-align:left !important;margin-left:40px}.idealeLocker_list.container_wrap div[data-pb-style=N8T9EMR]{display:block !important}#html-body [data-pb-style=IGMRCOC],#html-body [data-pb-style=K24M57A],#html-body [data-pb-style=KBDE95S],#html-body [data-pb-style=X0HAQA5]{width:100% !important}#html-body .hpb_block_main_container .pagebuilder-column-line:not(:first-child){display:-moz-grid;display:-ms-grid;display:grid;grid-template-columns:1fr 1fr;gap:30px}.hpb_block_main_container .pagebuilder-column-line:not(:first-child)>.feature_secItem{align-items:center !important;align-self:normal !important;justify-content:center !important;gap:30px;width:100% !important;margin:0 !important}.hpb_block_main_container .pagebuilder-column-line .feature_secItem>div{padding:0 !important;margin:0 !important;width:100%;height:100%;display:flex;flex-direction:column}.feature_secItem .hpb_home_container{display:flex;flex-direction:column;height:100%}.feature_secItem .hpb_home_container a:not(.hpb_block_content a){text-align:center;height:100%}.hpb_block_main_container .pagebuilder-column-line .feature_secItem>div .hpb_home_container img{width:100% !important;object-fit:cover}.offices_features_ar{padding:75px 0}.offices_features_ar .pagebuilder-column-line .pagebuilder-column{padding-top:0 !important;margin-top:0 !important}.offices_features_ar .pagebuilder-column-line .pagebuilder-column p span{line-height:1.2}.idealeLocker_sec .pagebuilder-column-line:not(:last-child){display:-moz-grid;display:-ms-grid;display:grid !important;grid-template-columns:1fr 1fr !important;gap:30px}.idealeLocker_sec .pagebuilder-column-line:not(:last-child) .pagebuilder-column{width:100% !important;padding:0 !important}.lookingSystem_sec.lookingSystem_cont{padding-bottom:0}.lookingSystem_sec .pagebuilder-column-line{flex-wrap:wrap}.lookingSystem_sec .pagebuilder-column-line .pagebuilder-column{width:100% !important}.lookingSystem_sec .pagebuilder-column-line .pagebuilder-column.box__{margin-top:20px}.reference_btn{padding:0}.brand_sec{padding-bottom:75px !important}body.cms-lockeroplossingen-opbergen .storeProb_sec{padding:75px 0 0}.store_sec .pagebuilder-column-line .storeProb_cont,.storeProb_sec .pagebuilder-column-line .storeProb_cont{padding:0;margin:0 !important}.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line:not(:nth-child(1),:nth-child(3),:nth-child(5)){grid-template-columns:1fr 1fr}.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line:nth-of-type(3),.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line:nth-of-type(5){gap:40px}.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line{row-gap:0px}.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line .pagebuilder-column.Lockers_all_info,.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line .pagebuilder-column.threeColumn_item{margin-bottom:30px}body.cms-page-view .storeProb_cont h2{font-size:30px}.brochureDload_cont .btn,.product_sec .btn_group .btn{margin:.5rem 0 0}.brochureDload_cont .btn{padding-left:0}.faq_maz_accordion .tabs-navigation.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header{width:35%}.faq_maz_accordion .tabs-content{width:65%}body.cms-olssen-over-ons .counter_sec.count_no .pagebuilder-column-line{grid-template-columns:1fr}body.cms-olssen-over-ons .counter_sec.count_no .pagebuilder-column-line .counter-box{text-align:left}body.cms-olssen-over-ons .aboutContact_sec .storeImg_part .img{width:auto !important;height:auto !important}body.cms-olssen-over-ons .aboutContact_sec .caption{padding:35px 0}body.cms-resources-corporate-brochures .single_alllockers .pagebuilder-column-line,body.cms-resources-kleurenwaaiers .single_alllockers .pagebuilder-column-line,body.cms-resources-usecases-en-smart-locking-overzicht .single_alllockers .pagebuilder-column-line{flex-wrap:wrap}body.cms-resources-corporate-brochures .single_alllockers .alllockers_cont,body.cms-resources-kleurenwaaiers .single_alllockers .alllockers_cont,body.cms-resources-usecases-en-smart-locking-overzicht .single_alllockers .alllockers_cont{width:50% !important;max-width:50%;padding:20px}body.cms-page-view:not(.cms-branches-kantoor,.cms-branches-apotheek,.cms-branches-publieke-ruimtes,.cms-branches-publieke-ruimtes) .lookingSystem_sec.container{padding-top:0}body.cms-branches-kantoor .lookingSystem_sec.container,body.cms-branches-apotheek .lookingSystem_sec.container,body.cms-branches-publieke-ruimtes .lookingSystem_sec.container,.body.cms-branches-publieke-ruimtes .lookingSystem_sec.container{padding-top:45px}body.cms-branches-kantoor .lookingSystem_sec.container+.lookingSystem_sec.container{padding-top:0}body.cms-lockeroplossingen-evenementen .product_sec,body.cms-lockeroplossingen-evenementen .brochureDload_sec,body.cms-page-view .brochureDload_sec{padding-top:0}body.cms-page-view .reference_list{padding-top:35px}body.cms-page-view .reference_list .owl-carousel .owl-stage{display:flex}body.cms-page-view .reference_slider .owl-item .item{display:flex;flex-direction:column;height:100%;margin:0}body.cms-page-view .reference_slider .owl-item .item .card{height:100%}}@media screen and (min-width:768.98px) and (max-width:991.98px){#nav_bg{padding:20px 0}#nav_bg .navigation{display:none}#nav_bg .header-container-combine{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;-moz-box-align:center;align-items:center}#nav_bg .right-group-colunm{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;align-items:center}#nav_bg .right-group-colunm>*:not(:last-child){margin-right:30px}.nav-sections{margin:0}.nav-sections .navigation-mobile.mobile__m{background:linear-gradient(180deg,#1195ff 0%,#003ec2 100%);display:block}.nav-sections .navigation-mobile>ul{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-moz-box-align:center;align-items:center;gap:30px}.nav-sections .navigation-mobile>ul>li{margin:0}.nav-sections .navigation-mobile>ul>li>a{color:var(--bs-white);font:600 16px/24px var(--mainfont);letter-spacing:.15px;display:block;padding:.8rem 15px}.customNav{text-align:center;position:relative}.customNav>ul>li{display:-ms-inline-flexbox;display:-webkit-inline-flex;display:inline-flex;-moz-box-align:center;align-items:center;margin-right:30px;margin-bottom:0;position:static}.customNav>ul>li>a{color:var(--bs-white) !important;font:600 16px/24px var(--mainfont);letter-spacing:.15px;display:inline-block;padding:25px 1rem;position:relative}.customNav .has_submenu>.tigger_icon{position:static !important}.customNav .has_submenu>.tigger_icon:before{color:var(--bs-white) !important;transform:rotate(0deg)}.customNav .has_submenu.active>.tigger_icon:before{transform:rotate(180deg)}.customNav .container{max-width:100%}.customNav .has_submenu.active .dropdown-menu{top:100%;left:0;right:0;display:block;z-index:10}.customNav .menu_cont .nav{-ms-flex-direction:column;flex-direction:column;border:none}.customNav .has_submenu.active .dropdown-menu .nav>li{margin:0}.menu_cont .nav .nav-link{color:var(--textcolor);font:600 16px/24px var(--mainfont);letter-spacing:.15px;border:none;border-radius:0}.menu_cont .nav-tabs .nav-item.show .nav-link,.menu_cont .nav-tabs .nav-link:hover{color:var(--seconcolor)}.menu_cont .tab-content{border:none}.menu_cont .tab-content>.tab-pane{padding:15px;border-right:none;border-bottom:none}.subCateg_item li>a{color:var(--textcolor);font:600 16px/24px var(--mainfont);letter-spacing:.15px}.subCateg_item .btn,.subCateg_img_list .btn{color:var(--seconcolor);font-size:16px;line-height:24px;font-weight:600;letter-spacing:.15px;border-radius:0;box-shadow:none !important;margin:25px 0}.subCateg_img_list .card{border-radius:5px;height:175px;margin-bottom:1.5rem;overflow:hidden}.subCateg_img_list img{width:100%;height:100%;object-fit:cover;border-radius:0}.subCateg_img_list .card-img-overlay{display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;-moz-box-align:end;align-items:flex-end;background:rgba(0,62,203,.31);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.subCateg_img_list .card-img-overlay a{color:var(--bs-white);font-size:12px;line-height:24px;font-weight:800;letter-spacing:.15px;border-radius:0;box-shadow:none !important}.be_left_box{margin-left:20px}.be_left_box:after{top:-20px;left:-20px;bottom:-20px}.idealeLocker_list .card{margin-bottom:75px}.idealeLocker_list .card-footer{position:static}.brand_list{margin-left:calc((100% - 720px)/2 + 15px)}.brand-logo .owl-nav .owl-next{right:calc((100% - 720px) + 20px)}.brochureDload_cont{background-size:cover;background-position:center;border-radius:8px}body.catalog-product-view .columns .column.main{display:flex;flex-direction:column}body.catalog-product-view .columns .column.main .product-info-main{width:100%;float:none}.header_of_wizard div{flex:0 0 auto;flex-grow:1;width:auto !important}.smart_locking_product_container{width:75% !important}.footer_head .footer_add{padding-top:2rem}}@media only screen and (max-width:768px){#nav_bg .block-search.serach_ui .action.search{background:0 0;border:none;position:relative;padding:0}#nav_bg .block-search.serach_ui .action.search:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;line-height:32px;color:var(--textcolor);content:"\e615";font-family:"luma-icons";margin:0;vertical-align:top;display:inline-block;font-weight:400;overflow:hidden;speak:none;text-align:center}#nav_bg .block-search .action.search>span{border:0;clip:rect(0,0,0,0);height:0;margin:-1px;overflow:hidden;padding:0;position:absolute;width:0}body.page-products .product_list,.catalog-category-view .filter.block{margin:0}body.page-products .product_list .product-items{margin-left:calc(var(--bs-gutter-x)*-0.5)}.pagebuilder-column-group.all-locker-page.single_alllockers.container_wrap,body.page-products .ctgryDscrip_cont{padding-bottom:0}body.checkout-cart-index .cart-container{margin-top:0}body.checkout-cart-index .cart-container .cart-totals{border-top:none}.storeProb_sec .pagebuilder-column-line .storeProb_cont,.store_sec.secBg_gradient .pagebuilder-column-line .storeProb_cont{order:1}.storeProb_sec.secBg_none+.storeProb_sec.secBg_none{padding-top:0}.customeimgs_container.imageList_part.feature_sec .pagebuilder-column-line,.container.reference_btn .pagebuilder-column-line{padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);margin:auto}.customeimgs_container.imageList_part.feature_sec .pagebuilder-column-line{display:grid !important;grid-template-columns:1fr 1fr;gap:10px}.customeimgs_container.imageList_part.feature_sec .pagebuilder-column-line .pagebuilder-column{width:100% !important}.customeimgs_container.imageList_part.feature_sec .customeimgs{padding:0 !important;margin:0;display:block}body.cms-resources-corporate-brochures .single_alllockers.container_wrap{padding:45px 0}body.mpblog-project-view .column.main{order:unset}body.mpblog-project-view .blogDetails_footer .blogList_sec .box{margin-bottom:0}body.checkout-index-index .opc-sidebar{width:calc(100% - 44px);left:auto}.opc-sidebar .modal-inner-wrap .modal-content #opc-sidebar{border:none;border-radius:0}.footer_cont .col-lg-2{width:100% !important}}@media screen and (max-width:767px){.arSelectWrapper .selectedElem{height:unset !important}body.catalog-product-view .products.list.items.product-items.owl-carousel{z-index:0}#nav_bg .right-group-colunm>*:not(:last-child){margin-right:25px}#nav_bg .right-group-colunm>*:nth-of-type(4){margin-right:0}.home_banner_caro .owl-item img,.category-image.banner_CLI>img{height:calc(50vh - 92px);object-fit:cover}.home_banner_caro .home_banner_text,.inner_header_text{position:absolute;top:50%;bottom:auto;left:0;right:0;transform:translateY(-50%);z-index:1}.home_banner_text h1,.inner_header_text h1,.inner_header_text h2{font-size:40px;line-height:1}.single_lokersolutions{padding-top:45px !important;padding-bottom:45px !important}.offices_features_ar,.product_sec{padding-top:45px;padding-bottom:45px}.idealeLocker_list .card{margin-bottom:75px}.brand_list{margin-left:auto}.brochureDload_sec{padding:65px 0}.overOlsen_cont{padding-bottom:0}.overOlsen_cont h2{font-size:30px;line-height:40px}.brochureDload_cont .caption{margin-top:20px}.brochureDload_cont h2{margin-bottom:1rem}.category_cont .chat_property{margin-bottom:25px}body.customer-account-login .login-container .block-customer-login,body.customer-account-login .login-container .block-new-customer{min-height:auto}.arFilterOptions{color:#fff;background:linear-gradient(122deg,#149dff 6.25%,#003ecb 93.74%);font-size:16px;line-height:16px;text-transform:uppercase;padding:20px 12px;letter-spacing:.75px;position:relative;display:block}.arFilterOptions:after{content:"";position:absolute;right:24px;top:24px;border-top:.35em solid var(--bs-white);border-right:.35em solid transparent;border-bottom:0;border-left:.35em solid transparent}body.page-products .product_list .product-items{margin-left:calc(var(--bs-gutter-x)*-0.5)}.certifi_sec li{text-align:center}.certifi_sec .owl-carousel .owl-stage{display:flex;align-items:center}body.catalog-product-view .breadcrumbs{padding:0;display:block}body.catalog-product-view .page-title{font-size:20px;margin-bottom:1rem}body.catalog-product-view .box-tocart .field.qty.row{margin-right:calc(var(--bs-gutter-x)*-0.5);margin-left:calc(var(--bs-gutter-x)*-0.5)}body.catalog-product-view .product-info-main .field.qty .control.col-sm-6{text-align:left;padding:0 calc(var(--bs-gutter-x)*0.5) 20px;margin-top:20px}body.catalog-product-view .releted_product_dropdown .arSelectWrapper .selectedElem{padding:5px 20px 5px 10px}body.catalog-product-view .releted_product_dropdown .arSelectWrapper .selectedElem .main_color_box_div.active{align-items:center}body.catalog-product-view .releted_product_dropdown .arSelectWrapper .selectedElem .color-box{width:28px;height:28px;display:flex;overflow:hidden}body.catalog-product-view .releted_product_dropdown .arSelectWrapper .selectedElem .color-box img{width:100%;height:100%;object-fit:cover}body.catalog-product-view .box-tocart .actions{background:#fff;position:fixed;bottom:0;left:0;right:0;box-shadow:0 0 8px 0 #0003;padding:.8rem;z-index:10}body.catalog-product-view .box-tocart .actions.mainbutton{bottom:40px}body.catalog-product-view .box-tocart .actions #product-addtocart-button{margin:0}body.catalog-product-view .box-tocart .actions .cartredirect{margin-top:0;text-align:center}.hideonmobile{display:none}body.catalog-product-view .product.info.detailed{padding-top:0}body.catalog-product-view .desktop_footer{margin-bottom:140px}body.cms-page-view .storeProb_sec,body.cms-page-view .store_sec{padding:45px 0}body.cms-page-view .storeProb_sec .pagebuilder-column-line{padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem);margin:auto}.category-description .ctgryDscrip_cont .secBg_blue{padding:0}.category-description .ctgryDscrip_cont .secBg_blue .storeProb_cont{padding:5px 25px !important}.faq_page .faq_maz_accordion .faqCont_part{flex-wrap:wrap}.faq_page .sideBar:before,.faq_page .faq_maz_accordion .faqCont_part .ui-tabs-nav:before{background:0 0}.faq_maz_accordion .tabs-navigation.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header{flex-wrap:wrap;flex-direction:unset;border-bottom:1px solid #ececec}.faq_maz_accordion .tabs-navigation.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header,.faq_page .faq_maz_accordion .tabs-content{width:100%}.faq_page .faq_maz_accordion .ui-tabs-nav li{display:inline-block}body.checkout-index-index .opc-sidebar,.firecheckout #checkout .form.form-login #customer-email-fieldset,.modal-popup.modal-slide._inner-scroll._show #shipping-new-address-form>.field,.checkout-index-index .modal-popup .modal-footer .secondary.action-hide-popu{width:100% !important}}@media screen and (min-width:576px) and (max-width:767.98px){#nav_bg .navigation,#nav_bg .contact-btn{display:none}.brand_list{width:89%}.brand-logo .owl-nav .owl-next{right:calc((89% - 540px) + 20px)}.authenticate_sec .storeImg_part:before{width:200px;height:200px}.container_wrap .pagebuilder-column-line,body.catalog-product-view .columns,body.catalog-product-view .breadcrumbs{max-width:520px}.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line:not(:first-child){grid-template-columns:1fr 1fr}}@media (max-width:575.98px){.featuresCLI_sec .be_left_box h2{font-size:20px}#nav_bg .navigation,#nav_bg .contact-btn{display:none}#nav_bg .nav_brand{gap:10px;margin-right:20px}.nav_brand .logo img{max-width:150px}#nav_bg .right-group-colunm{margin:0}.right-group-colunm .block-search:not(.serach_ui) .label:before{font-size:16px;line-height:1}.right-group-colunm .account_part img{max-width:15px}.catr_sec.minicart-wrapper .action.showcart>img{max-width:18px}#nav_bg .flag_submeanu a img{max-width:16px;margin-top:-5px}#nav_bg .right-group-colunm>*:not(:last-child){margin-right:12px}#nav_bg .right-group-colunm>*:nth-of-type(4){margin-right:0}.menu_cont .nav .nav-link{border:none;border-radius:0;padding:.5rem 0}.customNav .has_submenu.active .dropdown-menu .nav-tabs{flex-direction:column}.menu_cont .nav-tabs .nav-item.show .nav-link,.menu_cont .nav-tabs .nav-link.active,.menu_cont .nav-tabs .nav-link:hover{display:block;width:100%;-webkit-box-shadow:0 2px 0px -1px var(--seconcolor);box-shadow:0 2px 0px -1px var(--seconcolor)}.banner_CLI .banner-image:not(.customer-account-login .banner-image,.customer-account-create .banner-image,.customer-account-forgotpassword .banner-image,.account .banner-image){height:calc(80vh - 80px)}.home_banner_text h1,.inner_header_text h1,.inner_header_text h2{font-size:36px;line-height:1;overflow-wrap:anywhere}.be_left_box:after{left:0}.mobileGridTerms{display:block}.info_detial_slider .termsCarousel{display:none}.mobileGridTerms .each_items_conidtions+.each_items_conidtions{margin-top:25px}.brand_list{width:100%;padding-left:var(--bs-gutter-x,.75rem)}.brand-logo .owl-nav .owl-next{right:var(--bs-gutter-x,.75rem)}.brochureDload_cont{padding:15px}.storeProb_cont h2,.branch_head h2,.reference_head h2{font-size:30px}.authenticate_sec .storeImg_part:before{width:154px;height:154px}.reference_slider .owl-item.center .item .card{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.reference_list .owl-theme .owl-nav{width:100%}.catalog-product-view .product_list{padding:0 0 25px}body.customer-account-login .login-container,.register_container{margin-top:0}.register_container{padding-bottom:0}body.customer-account-create .customer_type .control{flex-wrap:wrap;gap:15px}body.customer-account-create .customer_type .control .switch,body.customer-account-create .customer_type .control input{width:100%}.container_wrap .pagebuilder-column-line,body.catalog-product-view .columns,body.catalog-product-view .breadcrumbs{max-width:100%}body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field:not(.choice){width:100%;display:block}.checkout-shipping-address .checkout-billing-address label{font-size:14px}.error_404 .greenCommonBtn,.error_404 .greenCommonBtn_invert{padding:19px 35px}.releted_product_select .releted_products{height:auto}.releted_product_information{gap:10px;-ms-flex-wrap:wrap;flex-wrap:wrap;-moz-box-align:center;align-items:center}.releted_product_information>*:not(.releted_product_toaddbtn){width:auto}.releted_product_information .releted_product_toaddbtn{padding:5px 10px;margin-left:0}.detailsPage_relatedPro .owl-theme .owl-nav .owl-prev,body.catalog-product-view .product_list .owl-theme .owl-nav .owl-prev{left:0}.detailsPage_relatedPro .owl-theme .owl-nav .owl-next,body.catalog-product-view .product_list .owl-theme .owl-nav .owl-next{right:0}body.catalog-product-view .product.info.detailed .additional-attributes>tbody>tr>td{width:100%}body.catalog-product-view [data-pb-style=FAF9GPM]{text-align:center}.contact_us_call{margin-left:1rem}body.checkout-cart-index .cart-container .form-cart .actions.main{-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.cart_content .cart.main .action.mprfq_add_all_to_quote,.cart_content .cart.main.actions .action.update{width:100%}.checkout-container .fieldset.address .field:not(.choice),.checkout-container .fieldset.address>.field:not(.street):nth-of-type(1),.checkout-container .fieldset.address>.field:not(.street):nth-of-type(2),.checkout-container .fieldset.address>.field:not(.street):nth-of-type(3),.checkout-container .fieldset.address>.field[name="billingAddressshared.custom_attributes.house_no"]{width:100%;padding:0}body.checkout-index-index .checkout-container .fieldset.address{margin:0 auto}.checkout-container .fieldset.address>.field[name="shippingAddress.custom_attributes.house_no"],.checkout-container .fieldset.address>.field[name="shippingAddress.telephone"],.checkout-container .fieldset.address>.field[name="billingAddressshared.telephone"],.checkout-container .fieldset.address>.field[name="billingAddressshared.custom_attributes.house_no"]{margin-right:0 !important}body.checkout-index-index .checkout-container .checkout-billing-address{margin-left:0;margin-right:0}body.checkout-index-index .modal-popup .form-shipping-address .fieldset.address{margin-left:0;margin-right:0}#shipping-new-address-form .field{width:100%;padding:0;margin-right:0}body.checkout-index-index .modal-popup .form-shipping-address .fieldset .field:not(.choice) input{width:100%;margin-right:0}body.checkout-index-index .opc-wrapper .methods-shipping{background:var(--bs-white);border-bottom:none}h2 span[style="font-size: 48px;"]{font-size:34px !important}#html-body .hpb_block_main_container .pagebuilder-column-line:not(:first-child),.idealeLocker_sec .pagebuilder-column-line:not(:last-child){grid-template-columns:1fr !important}.brochureDload_cont .btn{margin-left:0}.category-description .ctgryDscrip_cont .lockerList_items .pagebuilder-column-line:not(:first-child){grid-template-columns:1fr}body.cms-olssen-over-ons .counter_sec.count_no .pagebuilder-column-line .counter-box h3{font-size:40px;line-height:1.5}body.cms-resources-corporate-brochures .single_alllockers .alllockers_cont,body.cms-resources-kleurenwaaiers .single_alllockers .alllockers_cont,body.cms-resources-usecases-en-smart-locking-overzicht .single_alllockers .alllockers_cont{width:100% !important;max-width:100%}.contactTab_head .nav-tabs .nav-link{font-size:16px}.page-title-wrapper{padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem)}#sync1.owl-theme .owl-next,#sync1.owl-theme .owl-prev{height:30px}#sync1.owl-theme .owl-next{right:22px}.checkout-agreements .field.choice .label{word-wrap:break-word;white-space:wrap;word-break:break-word;display:inline-block !important;vertical-align:top !important;width:90%}.firecheckout .form-shipping-address .fieldset div.field{width:100% !important;flex:0 0 100%}}@media screen and (max-width:575.98px){.upsell_products .upsell_product_price{width:25%}#product_addtocart_form .smart_locking_product_wizard{top:10%}}@media screen and (max-width:400px){.overOlsen_cont h2{font-size:24px}}.cart-summary .cart-totals{padding-top:18px;border-color:#656565}.cart-summary .cart-totals tr th,.cart-summary .cart-totals tr td{padding:10px 0 !important}.cart-totals .grand strong{padding:0}.cart-summary .checkout-methods-items{margin:30px 0 40px !important;padding:0 !important}.checkout-usp-list{margin:10px 0 20px !important;padding-left:10px}.checkout-usp-list li{background-image:url("../../frontend/Mageolssen/mageolssen/nl_NL/images/usp-list-check.png");background-repeat:no-repeat;background-size:24px;font-size:14px;line-height:24px;padding-left:30px}.abs-shopping-cart-items .actions.main .continue,.block-cart-failed .actions.main .continue,.cart-container .form-cart .actions.main .continue{display:inline-block !important;background:#ededff;border:2px solid #013ecb}.abs-shopping-cart-items .actions.main .continue,.block-cart-failed .actions.main .continue span,.cart-container .form-cart .actions.main .continue span{color:#013ecb}.opc-block-summary{padding:15px 20px;border-radius:8px}.opc-block-summary .table-totals{border-color:#656565}.opc-block-summary .not-calculated{font-style:italic;font-style:normal}.opc-block-summary .table-totals tbody .mark,.opc-block-summary .table-totals tbody .amount{padding:10px 0 !important;border-color:#656565 !important}.opc-block-summary .table-totals tbody tr:first-child .mark,.opc-block-summary .table-totals tbody tr:first-child .amount{padding-top:28px !important}.opc-block-summary .table-totals tbody tr:last-child .mark,.opc-block-summary .table-totals tbody tr:last-child .amount{border-bottom:none}.opc-block-shipping-information .shipping-information-title .action-edit{display:none}.opc-block-shipping-information .ship-to,.opc-block-shipping-information .ship-via{margin:0 0 30px}.checkout-shipping-method .shipping-method-item{display:flex;border:2px solid #ececec;border-radius:4px;margin-bottom:25px;align-items:center;padding:20px;min-height:115px;cursor:pointer}.shipping-method-item.selected{background:#ecf4ff;border:2px solid var(--seconcolor)}.checkout-shipping-method .shipping-method-item .method-input{flex:10%}.checkout-shipping-method .shipping-method-item .method-name{flex:70%}.checkout-shipping-method .shipping-method-item .method-name span{display:block}.checkout-shipping-method .shipping-method-item .method-name .method-title{font-weight:600;margin-bottom:10px}.checkout-shipping-method .shipping-method-item .method-price{flex:20%;text-align:right;font-weight:700}#checkout-step-shipping{margin:0 !important}.opc-sidebar .opc-block-summary .totals.discount .title{color:#0d6efd;font-size:16px;line-height:16px}.opc-sidebar .opc-block-summary .totals.discount .price{font-weight:600}.cart.item .mprequestforquote-notice,#minicart-content-wrapper .mprequestforquote-notice{display:none}.step-content.order-review .order-items .order-item{display:flex}.step-content.order-review .order-items .order-item:not(:last-child){border-bottom:1px solid #ccc;padding:15px 0 35px}.step-content.order-review .order-items .order-item{padding:15px 0 35px}.step-content.order-review .order-item .image-container{width:30%}.step-content.order-review .order-item .details{width:70%}.step-content.order-review .order-item strong.name{font-size:22px;line-height:24px;letter-spacing:.15px}.step-content.order-review .order-item strong.name{display:block;font-size:22px;line-height:24px;letter-spacing:.15px;margin-bottom:30px}.step-content.order-review .order-item .options{padding-left:0;margin-bottom:30px !important}.step-content.order-review .order-item .bottom-details{display:flex;justify-content:space-between}.step-content.order-review .order-item .bottom-details .qty{color:#000;font-size:16px;font-family:var(--mainfont);font-weight:600;letter-spacing:.15px;border:1px solid #ececec;border-radius:6px;box-shadow:none !important;margin-top:0;width:66px;padding:3px 0 1px;height:28px;text-align:center}.step-content.order-review .order-item .bottom-details .price-container{text-align:right}.step-content.order-review .order-item .bottom-details .price{color:#000;font-size:22px;font-family:var(--mainfont);font-weight:600;letter-spacing:.15px;border-radius:6px;box-shadow:none !important;margin-top:0;padding:3px 0 1px;height:28px}.step-content.order-review .order-item .bottom-details .price-container .excl-tax-label{font-size:13px}@media screen and (min-width:769px){.checkoutSuccess_content .opc-wrapper{width:100%}}.checkout-success h2{font-size:36px;line-height:36px;font-weight:500;margin-bottom:60px}.checkout-success .expection-list{padding-left:0;display:flex}.checkout_banner_container{position:relative;margin:0}.checkoutSuccess_head_title{position:absolute;bottom:0;width:100%}.checkoutSuccess_head_title .row.align-items-center [class*=col-]>span{border-radius:8px;background:linear-gradient(180deg,#0d6efd 0%,#003ecb 100%);box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);padding:10px 15px;display:inline-block}.checkoutSuccess_head_title span{color:#fff;font-size:36px;font-style:normal;font-weight:500;line-height:64px;letter-spacing:1px;white-space:pre}.checkout-success .expection-list li{border:2px solid var(--seconcolor);padding:0 15px 25px;margin-bottom:40px;margin-right:20px}.checkout-success .expection-list li .sr-no{font-size:32px;line-height:24px;font-weight:700}.checkout-success .expection-list li .content{width:95%;margin-top:25px}.checkout-success .expection-list li .content strong{font-size:20px;font-weight:700;line-height:24px;display:block;margin-left:10px}.checkout-success .expection-list li .content p{font-size:14px;font-weight:400;margin-left:38px;margin-top:10px;height:230px}.checkout-success .expection-list li .image-container{text-align:center;justify-content:flex-end;margin-top:25px}#registration .action.primary{color:#fff;font-size:16px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:.15px;border-radius:4px;background:var(--green-main,#54ca70);box-shadow:0px 4px 4px 0px rgba(0,0,0,.25);border:none;padding:10px;width:30%;text-align:center}#registration div p:nth-child(1){font-size:30px;line-height:36px;font-weight:500}.checkout-success .expection-list li img{height:74px;width:74px}.checkout-success .expection-list li .content div{display:flex}#co-shipping-method-form .alert_line_shipping_method{margin-bottom:25px;margin-left:7%}.alert_line_shipping_method span{color:#333;font-size:10px;font-style:italic;font-weight:400;line-height:normal}.checkout-shipping-method .shipping-method-item .method-price.asterisk>.price:after{content:"*"}.opc-sidebar .modal-inner-wrap .modal-content .opc-block-shipping-information .shipping-information-content a{color:var(--textcolor) !important}.opc-block-shipping-information button.action.continue{background-color:var(--btncolor);width:100%;margin-bottom:35px;border:none;border-radius:4px;padding:12px 25px}.cart.table-wrapper .product-item-details{padding-bottom:71px}.cart.main.actions{margin-top:40px}.opc-block-summary .table-totals .totals-tax-details,.cart-totals .totals-tax-details{display:table-row}.opc-block-summary .table-totals .subtotal-excl-tax,.cart-totals .totals-tax-details{border-top:1px solid #656565}.summary-border-top{border-top:1px solid #656565}.cart-totals .discount.totals{display:none}@media screen and (max-width:575px){.certifi_sec #certifi{flex-wrap:wrap}}@media screen and (max-width:991px){body.checkout-cart-index .cart-container .cart_content .col.price .price-excluding-tax:after{left:0}}body.checkout-cart-index .feature_sec{padding-bottom:0;display:none}body.checkout-cart-index .cart-container{padding:0;margin:59px auto 0px;width:100%;position:relative}.cart_content .breadcrumbs_part{padding-bottom:29px}body.checkout-cart-index .cart-container .cart_content .col{width:auto;text-align:center;padding:10px 0}.cart.table-wrapper .actions-toolbar{text-align:center}.cart_content .table-wrapper .actions-toolbar>.action-delete{color:#f64040 !important}.cart.table-wrapper .product-item-name{padding-bottom:15px;text-align:left}.cart.table-wrapper .product-item-details .item-options,.deliverytime{padding-left:2rem;text-align:left}.cart .deliverytime{height:20px;position:absolute;border:20px;bottom:33px}.cart .deliverytime .dtitle{font-weight:500;color:#000}.cart .deliverytime .dtime{color:#12822c}.cart.table-wrapper .item-options svg{margin-bottom:5px;margin-left:5px}body.checkout-cart-index .cart-container .cart_content .col.price .price-excluding-tax:after{content:attr(data-label);font-size:12px;color:#333;line-height:24px;margin-left:-11px}body.checkout-cart-index .cart-container .cart_content .col.price .price-excluding-tax{display:flex;justify-content:flex-end;gap:15px;position:absolute;bottom:20px}.upsell_info_hover img{width:40px;height:40px;border:1px solid #d5d5d5;border-radius:5px;margin-top:-30px;margin-left:3px}.upsell_info_hover:hover img{visibility:visible}.upsell_info_hover img{visibility:hidden}.color_attribute_info img{width:40px;height:40px;border:1px solid #d5d5d5;border-radius:5px;padding:6px;margin-top:-30px;margin-left:3px}.color_attribute_info:hover img{visibility:visible}.color_attribute_info img{visibility:hidden}.shippint_title{margin-bottom:13px}form[name=shipping_selection_form] div{margin-bottom:10px}.shipping_infor_pupup{width:70%;background:#fff;border:1px solid #d4d4d4;border-radius:10px;padding:10px;position:absolute;z-index:1;top:173px}.shipping_infor_pupup div{margin-bottom:10px}.shipping_hint:hover>.shipping_infor_pupup{visibility:visible}.shipping_hint>.shipping_infor_pupup{visibility:hidden}form[name=shipping_selection_form]{z-index:0;position:relative}.quote_customer_apply_button{box-shadow:0px 4px 4px 0px #00000038;border:3px solid #013ecb !important}@media (max-width:1080px){.cart_content .product-item-details .item-options dt{width:100%}body.checkout-cart-index .cart-container .cart_content .col.price{display:flex;width:100%}body.checkout-cart-index .cart-container .cart_content .col.price .col.qty{width:50%}body.checkout-cart-index .cart-container .cart_content .col.price .price-excluding-tax{display:flex;justify-content:flex-end;gap:15px;position:unset;bottom:unset;align-items:start}.cart .deliverytime{bottom:0}}.gradianth2{color:var(--bs-white) !important;background:linear-gradient(90deg,#4491cd,#3763a6);background-clip:border-box;background-clip:border-box;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.marginauto{margin-top:auto;margin-bottom:auto}.fitness_topblock{position:relative}.fitness_topblock a{display:block}.fitness_topblock_content{position:absolute;width:95%;display:flex;flex-direction:column;z-index:1;bottom:10px;top:20%;left:25px}.fitness_topblock_content h2{font-size:24px;color:var(--bs-white);font-weight:700}.fitness_topblock_content p{font-size:16px;color:var(--bs-white);opacity:0}.fitness_topblock:hover p{color:var(--bs-white);opacity:1}.fitness_topblock_content span{color:var(--bs-white);position:absolute;right:40px;bottom:10px}.projectsliderblock .card-body{position:absolute;bottom:10px}.cms-meer-dan-opbergen .projectsliderblock h4{font-size:30px}.projectsliderblock h4{font-size:41px;color:var(--bs-white);text-align:left;margin-left:45px;text-shadow:2px 2px #5B5B5BAD}.projectslider .card{border:none}.projectslider .owl-stage-outer,.projectslider .owl-stage-outer .owl-stage{max-height:400px}.cms-meer-dan-opbergen .projectslider .owl-stage-outer,.projectslider .owl-stage-outer .owl-stage{max-height:300px}.store_sec .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#54ca70 !important;border:1px solid #fff !important}.store_sec .owl-theme .owl-dots .owl-dot span{background:#fff !important}.storeProb_sec .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#54ca70 !important;border:1px solid #d9d9d9 !important}.storeProb_sec .owl-theme .owl-dots .owl-dot span{background:#d9d9d9 !important}#my-orders-table .action.order,.account .data.table .col.actions .action:after,.order-actions-toolbar .action.order{display:none}