/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
audio,canvas,video{display:inline-block}
audio:not([controls]){display:none;height:0}
[hidden]{display:none}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-y: scroll !important;}
body{margin:0}
a:active,a:hover{outline:0}
h1{font-size:2em}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
q{quotes:"\201C" "\201D" "\2018" "\2019"}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}
img{border:0}
svg:not(:root){overflow:hidden}
figure{margin:0}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}
legend{border:0;padding:0}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}
button,input{line-height:normal}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],input[disabled]{cursor:default}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
textarea{overflow:auto;vertical-align:top}
table{border-collapse:collapse;border-spacing:0}
.clear{clear:both}
*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}
html{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%}
html,body,img,fieldset,abbr,acronym{border:0}
h1,h2,h3,h4,h5,h6{font-weight:400}
.font-ubuntu{font-family:'Ubuntu',sans-serif!important}
h1{font-size:20px;color:#f25448;font-family:'Ubuntu',sans-serif;font-weight:400}
h2{font-size:20px}
h3{font-size:18px;color:#4d4e50}
h4{font-size:16px}
th,code,cite,caption{font-weight:400;font-style:normal;text-align:left}
address{font-style:normal}
fieldset{margin:0;padding:0;border:0}
img{display:block}
ol,ul{list-style:none}
q:before,q:after{content:''}
input:focus,input[type="search"]:focus{outline-offset:-2px}
input[type="search"]{-webkit-appearance:none;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
a,button{-ms-touch-action:manipulation;touch-action:manipulation}
body,button,input,select,table,textarea{font-family:Arial,sans-serif;color:#433f3f;font-size:14px;line-height:1.5}
body{color:#565656;background-repeat:repeat}
p{line-height:25px}
a{color:#f25448;text-decoration:none}
a,button{transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-webkit-transition:all .5s;-o-transition:all .5s}
button:hover,a:hover{opacity:1;filter:alpha(opacity=80)}
a:focus{outline-color:#3091c2;color:#143d52}
ol,ul{list-style:none;margin:0;padding:0}
.block-cart,.skip-link{display:none}
.block-cart.skip-active,.skip-cart{display:block}
.a-center{text-align:center}
.a-right,.align-right{text-align:right}
.nobr,.nowrap{white-space:nowrap}
.width-full{width:100%}
.hidden{display:none}
.page-print .print-head{margin:0 0 15px}
.page-print .print-head .logo{float:none;max-height:50px;width:auto}
.fieldset p{margin-bottom:7px}
.fieldset p.required{margin-bottom:5px;float:right;font-size:12px;margin-top:0}
form .legend{margin:0;margin-bottom:10px;color:#636363;font-size:18px;font-weight:400;font-style:normal;line-height:1.4;text-rendering:optimizeSpeed;text-transform:uppercase;margin-bottom:15px;padding-bottom:7px;border-bottom:1px solid #ededed}
.input-box{padding-top:2px}
.input-box:after{content:'';display:table;clear:both}
li.centinel-logos div.input-box img{display:inline;vertical-align:middle}
.input-box .v-fix{float:left;margin-right:5px;max-width:100%}
label{display:inline-block;font-size:13px;font-weight:400;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}
label.required:after,span.required:after{content:' *';color:#df280a;font-weight:400;font-size:12px}
label.required em,span.required em{display:none}
.input-hint{color:#a0a0a0;font-size:12px}
select{font-size:14px}
select + select{margin-left:5px}
select[multiple]{width:270px;border:1px solid silver;font-size:15px;padding:5px}
textarea{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:450px;padding:5px}
.input-text{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;color:#565656;border:1px solid #e1e1e1;background:#FFF;font-size:13px}
.input-text:focus{border:1px solid #adcea7;box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset;-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset;-ms-box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset;-o-box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset}
.input-text.validation-failed{border-color:#c45e5f}
.input-text.validation-failed:focus{outline-color:#ef9384}
input[type=email],input[type=search],input[type=number],input[type=password],input[type=tel],input[type=text]{height:35px;padding:0 8px;width:100%;max-width:100%}
#coupon_code{width:auto}
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
input[type=email],input[type=search],input[type=number],input[type=password],input[type=tel],input[type=text],select{font-size:16px}
}
.ie8 .input-text{max-width:none}
input[type=number].qty,input[type=text].qty{width:7em;text-align:center;vertical-align:middle}
::-webkit-input-placeholder{color:#a0a0a0}
input:-moz-placeholder{color:#a0a0a0}
.checkbox,.radio{position:relative;top:-1px;display:inline-block}
.checkbox + label,.radio + label{width:auto;max-width:85%;padding:0 0 0 8px;font-size:14px;font-weight:400;vertical-align:top}
p.required,.validation-advice{white-space:nowrap;margin:5px 0 0;color:#e50864;font-size:13px}

.form-list > li{margin-bottom:10px}
.form-list select{margin-top:4px;width:100%;max-width:100%}
.form-list .input-range .input-text{width:74px}
.form-list .field,.form-list .wide,.form-list .control{margin-bottom:10px}
.newsletter-manage-index ul.form-list > li{display:block}
.form-list .control div.input-box,.sp-methods dt div.input-box,#checkout-shipping-method-load .sp-methods dd div.input-box,#co-shipping-method-form .sp-methods dd div.input-box,.product-options ul.options-list div.input-box{display:inline;float:left}
.form-list .control div.input-box:after,.sp-methods dt div.input-box:after,#checkout-shipping-method-load .sp-methods dd div.input-box:after,#co-shipping-method-form .sp-methods dd div.input-box:after,.product-options ul.options-list div.input-box:after{display:none}
.form-list .control input.radio,.form-list .control input.checkbox,.sp-methods dt input.radio,.sp-methods dt input.checkbox,#checkout-shipping-method-load .sp-methods dd input.radio,#checkout-shipping-method-load .sp-methods dd input.checkbox,#co-shipping-method-form .sp-methods dd input.radio,#co-shipping-method-form .sp-methods dd input.checkbox,.product-options ul.options-list input.radio,.product-options ul.options-list input.checkbox{float:left;margin-right:-40px;margin-top:6px;margin-left:10px}
.form-list .control label,.sp-methods dt label,#checkout-shipping-method-load .sp-methods dd label,#co-shipping-method-form .sp-methods dd label,.product-options ul.options-list label{color:#636363;background-color:#fff;padding:5px 10px;display:inline-block;width:auto;max-width:none;min-width:250px;float:none;padding:0 10px 0 30px}
.form-list .control .no-display + label,.sp-methods dt .no-display + label,#checkout-shipping-method-load .sp-methods dd .no-display + label,#co-shipping-method-form .sp-methods dd .no-display + label,.product-options ul.options-list .no-display + label{padding-left:10px;background-color:transparent}
.form-list .control .no-display + label:hover,.sp-methods dt .no-display + label:hover,#checkout-shipping-method-load .sp-methods dd .no-display + label:hover,#co-shipping-method-form .sp-methods dd .no-display + label:hover,.product-options ul.options-list .no-display + label:hover{background-color:transparent}
.product-options ul.options-list label,.col2-set .form-list .control label{min-width:inherit;max-width:100%}
.form-list .control.remember-me-box label{width:auto;max-width:none;min-width:inherit}
.form-list .control{margin-top:10px}
.form-list .control label{float:none}
.form-list .control .radio,.form-list .control .checkbox{margin-right:6px}
.form-list .control .input-box{clear:none;display:inline-block;width:auto;padding:0}
form .form-instructions{font-style:italic;font-size:13px;color:#a0a0a0}
.hide-th{text-indent:-9999px}
.data-table{width:100%}
.data-table td,.data-table th{padding:10px;vertical-align:top}
.data-table th{background:#f4f4f4;text-transform:uppercase;line-height:1.4;white-space:nowrap}
.data-table thead th,.data-table tbody td{border-bottom:1px solid #dadada}
.data-table tfoot tr{background:#f4f4f4}
.data-table tbody td .item-options{margin-left:0;margin-top:10px}
.data-table tbody td .item-options dt:after{content:':'}
.info-box{border:1px solid silver;padding:12px 15px;margin:0 0 15px}
.info-box h2{font-weight:700;font-size:13px}
.info-table th,.info-table td{vertical-align:top}
.info-table th{font-weight:700;padding:4px 20px 4px 0}
.info-table td{padding:4px 0}
.zebra-table tr:first-child,.zebra-table th:first-child{border-top:1px solid silver}
.zebra-table td,.zebra-table th{border-bottom:1px solid silver;padding:6px;background-color:transparent}
.zebra-table tr{background-color:#eeeded}
.zebra-table tr:nth-child(odd){background-color:#f8f7f5}

.messages{margin-bottom:10px}
.messages li li{font-family:'Ubuntu',sans-serif!important;position:relative;margin-bottom:5px;padding:4px 10px 4px 20px;background:#f4f4f4;font-size:17px;color:#5b5b5b;text-transform:uppercase;font-weight:700}
.messages li li:before{top:50%;left:0;margin-top:-6px}
.messages .error-msg li{color:#000;border-left:5px solid #df280a;background-color:#faebe7}
.messages .error-msg li:before{content:'';position:absolute;width:0;height:0;display:block;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #df280a;border-right:none}
.messages .notice-msg li{color:#000;border-left:5px solid #e26703;background-color:#f9ebe6}
.messages .notice-msg li:before{content:'';position:absolute;width:0;height:0;display:block;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #e26703;border-right:none}
.messages .success-msg li{border-left:5px solid #bed731;background-color:#f4f4f4}
.messages .success-msg li:before{content:'';position:absolute;width:0;height:0;display:block;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #bed731;border-right:none}
.customer-account .fieldset .no-display{display:none}
.view-mob{display:none}
.timer-icon,.day-offer-specs ul li::before,span.logo-img,.crosssell-title h2::after,.product-collateral .toggle-tabs li span::after,.availability.in-stock::before,.cat-navigation li .has-sub-arrow,.block-service-inner ul li::before,.content-text::before,.content-text::after,.header-minicart::before,.skip-link span.icon,.sprite,.skip-cart .icon{background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/sprite.png);background-repeat:no-repeat;background-size:500px 500px}
.header-usps ul li::before,.searchautocomplete .nav-submit-button,.header-minicart::before,a#prev,a#next,.block-waarom-superhelm ul li::before,.block-laagste-prijsgarantie .img,.block-laagste-prijsgarantie p::before,#product-addtocart-button::after,.newsletter-img,.product-item .read-more,.product-item button.button-list::after,a.button-list::after,.payment-icons,.product-info-title::after,.fixed-menu ul li span,.shopping-cart-mini .label::after{background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/sprite2.png);background-repeat:no-repeat}
.header-logo a.logo,.header-logo a.logo:hover{background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/logo-longboard.jpg);background-repeat:no-repeat; background-size:contain;}
.header-logo a.logo.wakeboarderstore_nl {background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/logo-wakeboarderstore.png);width:240px;background-position:-3px 30px; }
.logo-waterdichtetassen a {background-image:initial;width:240px; }
.logo-waterdichtetassen {top:0px; }
.offers-title{font-size:20px}
.fb_iframe_widget span{background-image:none!important}
a.button,button.button{position:relative;display:inline-block;line-height:35px;height:35px;border:none;background-color:#ef8404;color:#fff;font-size:13px;font-weight:400;text-align:center;padding:0 20px}
.product-sale button.button {top: 20px;left: 80px;}
p.onestepcheckout-numbers::before{background-color:#ef8404!important}
.onestepcheckout-index-index .main-container{padding-top:50px}
.onestepcheckout-index-index .col-left{visibility:none;display:none}
#onestepcheckout-login-link{text-decoration:underline}
#product-addtocart-button{position:relative;z-index:2;margin-right:2px;height:46px;line-height:46px;width:180px;text-align:center;font-size:14px;float:left}
#product-addtocart-button::after{content:'';margin-top:10px;margin-right:13px;display:block;width:10px;height:15px;background-position:-487px -10px}
.newsletter-input button.button{width:143px;margin:0 auto}
a.button2,button.button2{position:relative;display:inline-block;line-height:30px;height:30px;border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;-webkit-border-radius:3px;border:1px solid #fff;background-color:#888;color:#fff;font-size:13px;font-weight:700;padding:0 24px 0 14px}
.main-container,.container,.content-row-home-banners{z-index:9;height:auto!important;max-width:1180px;padding:0 10px;margin:0 auto;position:relative}
.cms-home .main-container{width:100%;max-width:100%;padding:0}
.full-width{width:100%}
.main-container{z-index:0\0}
.col-main{padding:20px 0}
.cms-home .col-main{padding:0;min-height:400px}
.page-header{position:relative;z-index:10;background-color:#fff}
.header-top{height:40px;position:relative;text-align:center}
.fixed-menu{position:fixed;right:0;top:230px;z-index:9999}
.zopim{z-index:10!important}

.fixed-menu ul{background-color:#242424}
.fixed-menu ul li{width:52px;height:46px;cursor:pointer;padding-top:7px;position:relative}
.fixed-menu ul li:hover{background-color:#f25448}
.fixed-menu ul li span h2{font-size:14px}
.fixed-menu ul li > span,.fixed-menu ul li > a{display:block;width:32px;height:33px;margin-left:10px}
.fixed-menu ul li > a:hover{opacity:1;filter:alpha(opacity=100)}
.fixed-menu ul li.facebook > span{background-position:-171px -278px}
.fixed-menu ul li.info > span{background-position:-203px -278px}
.fixed-menu ul li.rating > span{background-position:-235px -278px}
.fixed-menu ul li.mail > span{background-position:-268px -278px}
.fixed-menu ul li.phone > span{background-position:-302px -278px}
.fixed-menu ul li.phone{background:#f25448}
.fixed-menu ul li > span .side-block{display:none;font-size:12px;position:absolute;top:0;right:52px;border:1px solid #242424;background-color:#fff;width:260px;text-align:center;padding:15px;cursor:default;line-height:20px}
.fixed-menu ul li:hover > span .side-block{display:block}
.fixed-menu a.sidebar-button{display:block;line-height:30px;text-align:center;font-size:16px;font-weight:700;color:#fff;margin-bottom:10px;background-color:#f37021}
.fixed-menu .side-block-wrapper span{text-align:left;margin-bottom:10px;display:block;width:100%}
.fixed-menu .side-block-wrapper .rating-bottom span{text-align:center}
.fixed-menu .side-block-wrapper .rating-right{margin:-5px 0 0 7px}


.block.block-waarom-superhelm ul li i {width: 24px;}
.header-usps{display:inline-block;font-size:12px;height:84px;float:left;margin-left:260px}
.header-usps ul{margin-top:28px}
.header-usps ul li span{text-align:center;float:left;line-height:15px;margin-right: 15px; margin-top: 8px;}
.header-usps ul li.money-back::before{background-position:-217px -10px}
.header-usps ul li.assortment::before{background-position:-283px -213px}
.header-usps ul li.service::before{background-position:-300px -10px}
.header-usps ul li.fast-delivery::before{background-position:-257px -8px}
.header-usps ul li{text-align:center;font-size:12px;display:inline-block;vertical-align:top;margin-top:7px; margin-right:20px;}
.header-usps ul li.last {margin-right: 0px;}
.fa {color:#f25448;}
i.fa.fa-retweet.fa-2x, i.fa.fa-clock-o.fa-2x, i.fa.fa-comment.fa-2x, i.fa.fa-truck.fa-2x, i.fa.fa-money.fa-2x {margin: 3px 15px 0 0;}
.header-usps ul li:first-child{margin-left:0}
.header-usps ul li a{color:#433F3F}
.header-usps ul li a:hover{text-decoration:underline}
.header-logo,#header-search{float:left}
.header-logo{position:absolute;z-index:2;left:10px;top:-14px;display:inline-block;width: 244px;height: 100px;}
#header-search{margin:24px 24px 0}
.cart-account-nav{float:right}
.footer-logo a,.header-logo a{color:#565657;display:block}
.header-logo a.logo-subtext{font-size:11.1px;font-weight:700;margin-top:3px;display:block}
.header-logo a.logo{transition:all 0;-moz-transition:all 0;-ms-transition:all 0;-webkit-transition:all 0;-o-transition:all 0;display:block;float:left;width:240px;height:100px;background-position:2px 30px}
.header-logo a.logo:hover{opacity:1;filter:alpha(opacity=100)}
.footer-logo .logo-img{width:45px;height:50px;background-position:-10px -384px}

.logo-text{font-family:'Questrial',Verdana,Arial,sans-serif;font-size:34px;line-height:30px;display:block;float:left;margin-left:20px}
.footer-logo .logo-text{font-size:26px;line-height:26px;margin-left:15px}
.searchautocomplete .nav .nav-input input{font-family:'Oxygen',Verdana,Arial,sans-serif;color:#a4a4a4;font-style:italic}
.header-top-repeat{height:20px;line-height:20px;width:100%; background-color:#f25448;/*background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/header-top-repeat.png);background-repeat:repeat */}
#header-account{margin:0 auto;max-width:1180px}
#header-account ul li{padding:0 12px;height:20px;line-height:18px;float:right}
#header-account ul li.first{padding:0 0 0 12px}
#header-account ul li a{font-family:'Ubuntu',sans-serif;font-weight:400;font-size:14px;color:#fff}
.header-minicart{width:167px;margin-right:-10px;float:right;margin-top:15px;padding-left:35px;position:relative;padding-left:37px;margin-top:15px}
.header-minicart::before{content:'';height:44px;width:46px;position:absolute;left:-7px;top:5px;display:block;background-position:-235px -45px}
.header-minicart > a{color:#433f3f;font-size:12px;line-height:17px}
.header-minicart .count{background:#f25448;width:23px;height:23px;line-height:23px;text-align:center;font-family:'Ubuntu',sans-serif;position:absolute;z-index:9;left:32px;top:0;color:#fff;border-radius:23px}
.shopping-cart-mini{position:absolute;right:0;top:10px;color:#444;font-family:'Ubuntu',sans-serif}
.shopping-cart-mini .label{color:#444;font-size:16px;margin-right:5px;font-weight:500}
.shopping-cart-mini .label::after{content:'';background-position:-459px -11px;margin-top:10px;margin-left:0;float:right;width:4px;height:8px;display:block}
.shopping-cart-mini .count-wrapper{color:#444}
.header-minicart > a.skip-active .label::after{transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg)}

.block-cart{position:absolute;background-color:#fff;padding:20px;z-index:20;right:0;width:320px!important;box-shadow:0 0 3px rgba(0,0,0,0.3);-moz-box-shadow:0 0 3px rgba(0,0,0,0.3);-ms-box-shadow:0 0 3px rgba(0,0,0,0.3);-o-box-shadow:0 0 3px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 3px rgba(0,0,0,0.3)}
.block-cart .block-subtitle{padding-bottom:4px;border-bottom:1px solid #bdb9b9;margin-bottom:10px}
.block-cart .block-subtitle .skip-link-close{font-size:24px;float:right}
.block-cart .cart-products-list li{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #bdb9b9}
.block-cart .cart-products-list li .product-image,.block-cart .cart-products-list li .product-details{float:left}
.block-cart .cart-products-list li .product-details{margin-left:5px;width:210px}
.onestepcheckout-index-index .block-viewed-wrap{display:none}
#onestepcheckout-forgot-password-link{margin-left:10px}
.block-cart .cart-products-list li .product-name{margin-bottom:0;line-height:20px}
#cart-sidebar li a img{border:1px solid #ddd;width:75px;height:75px}
.block-cart .cart-products-list li .product-name a{font-weight:700;margin-bottom:0;line-height:20px;color:#433f3f}
.block-cart .cart-products-list li .remove{font-size:11px;text-transform:uppercase}
.block-cart .subtotal{margin-bottom:5px;text-align:right}
.block-cart .subtotal .label{font-size:11px}
.skip-link .icon{display:none}

.header-bottom{height:30px;float:right;font-size:11px}
.header-bottom ul li{float:left;margin-left:5px}
.header-bottom ul li:first-child{margin-left:0}
.header-bottom ul li a{display:block;color:#fff;line-height:30px;background-color:#433f3f;width:150px;position:relative;text-indent:10px}
.header-bottom ul li a::after{content:'>';font-size:13px;position:absolute;top:0;right:5px}
.nav-stroke-orange{height:2px;width:100%;background:#433f3f;}
#header-nav{position:relative;z-index:4;line-height:40px;height:40px;background:#e6e7e8}
#header-nav ul#nav{position:relative;/*margin-left:180px*/}

.main-menu-item{font-family:'Ubuntu',sans-serif;float:left;font-weight:400;font-size:13px;text-transform:uppercase}
.main-menu-item > a{color:#4f5357;padding:0 21px;line-height:40px;display:block}
.main-menu-item:last-of-type > a{color:#fff;background:#f25448;}
.main-menu-item .main-menu-dropdown{
  line-height:normal;
  display:none;
  position:absolute;
  background-color:#fff;
  max-width:1200px;
  z-index:30;
  top:40px;
  width:auto;
  box-shadow:3px 3px 3px rgba(0,0,0,0.2);
  -moz-box-shadow:3px 3px 3px rgba(0,0,0,0.2);-ms-box-shadow:3px 3px 3px rgba(0,0,0,0.2);-o-box-shadow:3px 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.2);padding:20px;padding-right:0;border:1px solid #dbd9d9}
.main-menu-dropdown-inside .submenu-column-1{width:35%}
.main-menu-item.menu-active .main-menu-dropdown{
  display:block;
}
ul.main-menu-dropdown-inside{
  display:flex;
  flex-basis:flex-start;
}
ul.main-menu-dropdown-inside > .submenu-columns {
  flex:1 1 auto;
  flex-wrap:nowrap;
}
.main-menu-dropdown-inside > li{float:left;padding-right:20px;margin:20px 10px}
.main-menu-dropdown-inside > li.last{border-right:0}
.main-menu-dropdown-inside > li.submenu-column-product{float:left;width:52%;border-right:0;border-left:1px solid #ddd;padding:0 1rem 1rem;}
li.submenu-column-product .menu-product{text-transform:none;text-align:center}
.menu-product-pricing .price-box span{margin-right:5px}
.menu-product img{display:inline-block}
li.column-menu-item{line-height:27px;font-size:12px}
li.column-menu-item a,li.column-menu-item a:visited{
  color:#433f3f;
  white-space:nowrap;
}
.menu-product-main-title{font-weight:700;font-size:16px;margin-bottom:5px}
.menu-product-title{margin-bottom:5px}
.menu-product-title h3{font-family:'Ubuntu',sans-serif;font-weight:400;text-transform:uppercase;margin-top:10px;margin-bottom:10px;font-weight:700;text-transform:none;font-size:15px}
.menu-product-title h3 a{color:#433f3f;font-weight:700}
.menu-product-button{margin:0 10px}
.menu-product-button a.button{min-width:140px;text-align:center;margin:0 auto;float:none}
.menu-product-pricing .price-box span{text-decoration:line-through}
.content-row-one-slider{-webkit-box-shadow:0 25px 40px rgba(0,0,0,0.1);-moz-box-shadow:0 25px 40px rgba(0,0,0,0.1);box-shadow:0 25px 40px rgba(0,0,0,0.1);position:relative;padding:0;margin-top:0;margin-bottom:0;height:457px}
.slider-container{width:100%;height:100%;float:left;position:relative}
.product-title h2 a { font-size: 16px;}
.banner-slider{width:100%!important;height:100%}
.banner-nav{position:absolute;bottom:37px;right:0;text-align:center;z-index:10}
.banner-nav a{display:inline-block;width:14px;height:14px;background-color:#fff;border:1px solid #fff;margin-left:7px;border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%}
.banner-nav a:first-child{margin-left:0}
.banner-nav a.activeSlide{background-color:#bed731;border:1px solid #bed731}
a#prev,a#next{display:block;width:67px;height:68px;position:absolute;top:185px;background-position:-238px -88px;right:0;z-index:10;cursor:pointer}
a#prev{background-position:-172px -88px;right:auto;left:0}
.banner-image-sample{width:1972px;height:438px;float:left;background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/Slider1.jpg)}
.banner-slider .banner,.banner-slider .banner-image{width:100%!important;height:100%!important}
.banner-slider .banner-image{background-size:cover;display:block;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1.0;}
.banner-slider .banner-image:hover {-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100);opacity: 1.0;}
.banner .banner-image-content{position:relative;height:100%;z-index:9;max-width:1180px;padding:0 10px;margin:0 auto}
/*.banner-image .button{position:absolute;right:10px;bottom:10px}*/
.banner-image .banner-image-text{position:absolute;text-align:center;left:210px;bottom:140px;line-height:28px}
.banner-image .banner-image-text h2{font-family:'Ubuntu',sans-serif;text-shadow:1px 1px 2px rgba(150,150,150,1);font-weight:500;font-size:35px;color:#fff}
.banner-image .banner-image-text span{text-shadow:1px 1px 2px rgba(150,150,150,1);font-size:18px;color:#fff}

.slider-static-text{width:380px;position:absolute;text-align:center;right:50%;top:50%;font-size:14px;color:#000;line-height:18px;
background-color:rgba(255,255,255,.85);
border: 5px solid rgba(255, 255, 255, .6);
padding:15px;

margin:-85px -165px 0 0; 
min-height:170px;
}
.slider-static-text p {margin-bottom:10px;}
.slider-static-text .button {background-color:#f25448;color:#fff;padding:0px 10px;height:auto;line-height:36px;float:none;width:auto;display:inline-block;}

.slider-static-text h2{font-weight:300;font-family:'Handlee',cursive;margin-bottom:10px;font-size:25px}
.banners-right{width:38.98305085%;float:right;height:380px}
.buttons-set p.back-link{float:left;margin-right:10px}
.buttons-set button.button{float:left}
.small-banner{width:100%;height:180px;margin-bottom:20px}
.small-banner-last{margin-bottom:0}
.replace-banner > a,.large-banner > a,.medium-banner > a,.small-banner > a,.medium-banner-home > a,.small-banner-home > a{background-size:cover;background-position:80% 0;color:#433f3f;display:block;width:95%;height:100%;position:relative}
.small-banner-content{position:absolute;bottom:0;width:100%;text-align:center}
.banner-content-inner{display:inline-block;line-height:30px;padding:0 10px;background-color:#fff;font-size:14px;font-weight:700;text-transform:uppercase}
.banner-content-inner span{font-size:12px;text-transform:none;color:#e50864}

.day-offer{float:right;height:380px;width:64.83050847%}
.day-offer-image{width:45.75163399%;height:100%;background-repeat:no-repeat;float:left;background-size:cover;background-color:#fff;position:relative;background-position:center center}
.offer-image-title{position:absolute;left:0;top:20px}
.offer-image-title h2{color:#fff;display:inline-block;background-color:#50bcd5;padding:0 15px;line-height:41px;text-transform:uppercase;font-size:23px}
.offer-image-title span{background-color:#e50864;color:#fff;font-size:23px;line-height:33px;display:inline-block;padding:0 10px}
.offer-image-price{position:absolute;bottom:20px;left:0;background-color:#f9f9f9;padding:5px 20px}
.offer-old-price{text-decoration:line-through;font-size:18px;color:#bdb9b9}
.offer-new-price{color:#50bcd5;font-size:28px;margin:-20px 0 0 27px;font-weight:700}
.offer-new-price span{font-size:18px}

.day-offer-content{width:54.24836601%;float:right;height:100%;background-color:#dcdddc;position:relative}
.day-offer-content-top{padding:20px;position:absolute;top:0;left:0;width:100%}
.day-offer-title{margin-bottom:10px}
.day-offer-title h2{color:#50bcd5;font-size:30px;line-height:normal}
.day-offer-title span{display:block;font-size:15px}
.day-offer-specs{font-size:14px}
.day-offer-specs ul li::before{content:'';width:17px;height:13px;position:absolute;left:0;top:4px;display:block;background-position:-65px -197px}
.day-offer-specs ul li{display:block;position:relative;padding-left:23px;line-height:20px}
.dailyoffer-counter-box{padding:20px;position:absolute;bottom:0;left:0;width:100%;border-top:1px solid #fff}
.dailyoffer-time-text{font-size:13px;margin-bottom:10px}
.dailyoffer-time-text span{display:block;font-size:28px;font-weight:700;line-height:26px}
.dailyoffer-counter{background-color:#fff;border:1px solid #bdb9b9;border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;-webkit-border-radius:8px;padding:7px 15px;float:left}
.dailyoffer-counter > div{float:left}
.timer-icon{width:21px;height:25px;background-position:-59px -101px;border-right:1px solid #433f3f;margin-right:10px;padding-right:30px;display:block}
.daily-timer{line-height:25px;font-size:25px;font-weight:700}
.dailyoffer-counter > span.clear{display:block}
.dailyoffer-counter-box .button{float:right}
.large-banner{float:left;width:33.47457627%;height:380px}

.content-row-home-banners-wrapper{background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/bg-banner-wrap.png);padding:30px 0 30px;background-repeat:repeat;width:100%}
.content-row-category-banners-wrapper{background:#fff;-webkit-box-shadow:0 -12px 20px rgba(0,0,0,0.05);-moz-box-shadow:0 -12px 20px rgba(0,0,0,0.05);box-shadow:0 -12px 20px rgba(0,0,0,0.05);padding-top:40px}

.medium-banner-home{float:left;width:25%;height:324px;margin-right:0%}
.medium-banner-home-last h2{position:absolute;left:20px;top:110px;color:#4a4b4c;font-style:italic;line-height:24px}
.medium-banner-home-last{margin-right:0}
.medium-banner-home h3{position:absolute;bottom:0;height:35px;line-height:35px;background:rgba(255,255,255,.7);border-top:1px solid #fff;text-align:center;width:100%;text-transform:uppercase;font-weight:300;font-size:14px;color:#000}
.medium-banner-home h3 span{display:inline-block;width:150px}

.replace-banners{float:right;width:64.83050847%;float:right;width:64.83050847%}
.replace-banner{height:380px;float:left;width:48.69281046%;margin-right:2.614379085%}
.replace-banner-last{margin-right:0}

.content-top-wrapper{padding:5px 0 20px;border-bottom:1px solid #bdb9b9;margin-bottom:20px;text-align:center;font-size:13px}
.content-top-wrapper span{display:inline-block;text-transform:uppercase;font-size:28px;font-weight:700}
.content-top-wrapper .small{margin-left:8px;text-transform:none;font-weight:400;font-size:18px}
.content-bottom-left{float:left;width:49.15254237%;height:140px}
.content-bottom-right{float:right;width:49.15254237%;height:140px}
.content-bottom-left > a,.content-bottom-right > a{display:block;height:100%;border:1px solid #bdb9b9;background-color:#fff;font-size:28px;font-weight:700}
.content-text{position:relative;height:100%;line-height:30px;padding:36px 0 0 100px}
.content-text span{font-size:20px}
.content-text::before,.content-text::after{content:'';display:block;position:absolute}
.content-text::after{width:67px;height:58px;background-position:-94px -69px;right:12px;top:40px}
.content-bottom-left .content-text::before{width:45px;height:70px;background-position:-10px -137px;left:30px;top:32px}
.content-bottom-right .content-text::before{width:70px;height:52px;background-position:-65px -137px;left:18px;top:40px}
.content-row-four > div{width:32.20338983%;float:left;margin-left:1.694915254%;height:300px;position:relative}
.content-row-four > span{display:block}
.content-row-four .kiyoh-widget{margin-left:0}
.account-login{padding-top:30px;min-height:470px}

.kiyoh-widget .kiyoh-widget-inner{border:1px solid #bdb9b9;height:300px;text-align:center}
.kiyoh-content{display:inline-block;text-align:left;margin-top:65px}
.kiyoh-title{font-weight:700;color:#093754;display:block;margin-bottom:3px}
.rating-wrapper{display:inline-block}
.rating-left,.rating-right{float:left;font-size:25px;font-weight:700;color:#093754}
.rating-right{margin:3px 0 0 7px}
.rating-right-inside{position:relative;width:157px;height:28px}
.rating-stars{width:100%;height:28px;position:absolute;left:0;top:0;z-index:1;background-position:-10px -292px}
.rating-stars.rating-gold{z-index:2;background-position:-10px -259px}
.rating-bottom{margin-bottom:10px}
.kiyoh-logo{width:109px;height:39px;background-position:-10px -330px}
.homepage-usps{background-color:#ebeae9}

.block-service-inner{padding:22px;font-weight:700;font-size:16px;color:#433f3f}
.block-service-inner > span{color:#50bcd5}
.block-service-inner ul{font-size:14px;margin-top:20px}
.block-service-inner ul li{position:relative;padding-left:46px;margin-bottom:22px}
.block-service-inner ul li::before{content:'';width:17px;height:13px;display:block;position:absolute;top:5px;left:15px;background-position:-65px -197px}
.block-service .block-service-inner{background-color:#ebeae9;padding:10px;font-size:14px}
.block-service .block-service-inner ul{margin-top:10px}
.block-service .block-service-inner ul li{margin-bottom:0;padding-left:30px;margin-top:8px}
.block-service .block-service-inner ul li:first-child{margin-top:0}
.block-service .block-service-inner ul li::before{left:0}
.block-service .kiyoh-content{margin-top:22px;display:block;padding:10px;border:1px solid #bdb9b9}
.block-service .rating-left{font-size:22px}

.main-container-catalog-home-wrap{-webkit-box-shadow:0 -12px 20px rgba(0,0,0,0.05);-moz-box-shadow:0 -12px 20px rgba(0,0,0,0.05);box-shadow:0 -12px 20px rgba(0,0,0,0.05)}
.main-container-catalog-home{z-index:9;height:auto!important;max-width:1180px;padding:30px 10px;margin:0 auto;position:relative}
.col2-left-layout .col-left{float:left;width:18%;margin-right:1.5%}
.col2-left-layout .col-main{float:right;width:80.5%;padding:0 0 10px}

.block{float:left;margin-bottom:14px;padding:10px;border:1px solid #d3d4d6;background-color:#f7f7f7;width:100%}
.block-waarom-superhelm{padding:20px 10px;font-size:12px;color:#6f6f6f}
.block-waarom-superhelm h3,.block-subscribe .block-title h3{margin-bottom:20px;text-align:center;font-weight:300;/*font-family:'Handlee',cursive; */font-size:20px;color:#4c4c4c}
.block-waarom-superhelm ul{margin-left:2px;line-height:30px}
li.fast-deliver::before{content:'';float:left;margin:3px 15px 0 0;height:25px;width:25px}
.block-laagste-prijsgarantie{position:relative;height:147px}
.block-laagste-prijsgarantie h3{padding-top: 20px;color:#4f5357;line-height:21px;text-transform:uppercase;position:absolute;right:11px;top:20px;font-family:'Ubuntu',sans-serif;font-weight:700;font-size:16px;font-style:italic;text-align:center;width:90px}
.block-laagste-prijsgarantie p{position:absolute;right:19px;bottom:13px;color:#6f6f6f;font-size:13px}
.block-laagste-prijsgarantie p::before{content:'';background-position:-459px -11px;margin-top:8px;margin-left:5px;float:right;width:4px;height:8px;display:block}
.block-laagste-prijsgarantie .img{background-position:-171px -156px;float:left;width:93px;height:122px}
.block-waarom-superhelm ul li.free-shipping::before{background-position:-289px -214px}
.block-waarom-superhelm ul li.assortment::before{background-position:-368px -10px}
.block-waarom-superhelm ul li.best-comfort::before{background-position:-368px -10px}
.block-waarom-superhelm ul li.service::before{background-position:-345px -214px}
.block-waarom-superhelm ul li.easy-order::before{background-position:-316px -214px}
.block-waarom-superhelm ul li.retour::before{background-position:-394px -214px}
.block-waarom-superhelm ul li.fast-deliver::before{background-position:-397px -240px}

.sidebar-block-text h2 {
  font-size: 20px;
  color: #f25448;
  font-family: 'Ubuntu',sans-serif;
  font-weight: 400;
  float:none;
  clear:both;
}

.sidebar-block-text p,.sidebar-block-text h3,.sidebar-block-text h4,.sidebar-block-text ul {margin:0 0 20px 0;line-height:20px;}

.left-block-links{width:100%;float:left;margin-bottom:14px;float:left}
.left-block-links li{margin-bottom:2px;width:100%}
.left-block-links li a{border:1px solid #d3d4d6;display:block;padding-left:16px;font-size:14px;color:#6f6f6f;height:30px;line-height:30px}
.left-block-links li a:hover{background:#f7f7f7}

.block-referention{line-height:20px;}
.block-referention p{margin-bottom: 10px;line-height:20px;}
.block-referention h3{text-align:left;}

.block-subscribe{position:relative;height:283px}
.block-subscribe p{position:relative;z-index:2;text-align:center!important;line-height:18px;font-size:12px}
.block-subscribe .newsletter-img{text-align:center;width:141px;height:110px;position:absolute;left:0;top:104px;background-position:-318px -31px}
.newsletter-input{position:absolute;bottom:10px;left:10px}
.newsletter-input input{height:30px;line-height:30px;margin-bottom:8px;border:1px solid #b6b6b6}
.block-viewed{background:none;border:none;max-width:1180px;margin:0 auto 20px;float:none}
.block-viewed h3{margin-bottom:-5px;text-align:left;font-weight:300;font-family:'Handlee',cursive;font-size:20px;color:#4c4c4c}
.catalogsearch-result-index .block-categories-nav{display:none}
.block-categories-nav{padding-bottom:15px;border-bottom:1px solid #bdb9b9;margin-bottom:20px}
.block-categories-nav h2{text-align:center;color:#50bcd5;font-size:20px;font-weight:700;padding-bottom:7px;margin-bottom:10px;border-bottom:1px solid #bdb9b9}

.cat-navigation{padding-left:12px}
.cat-navigation li{padding:3px 0}
.cat-navigation li.has-sub .cat-dropdown{display:none;padding-left:30px}
.cat-navigation li.has-sub.open .cat-dropdown,.cat-navigation li.has-sub.open.active .cat-dropdown{display:block}
.cat-navigation li > a{display:inline-block;color:#433f3f}
.cat-navigation li a.active{font-weight:700}
.cat-navigation li a:hover{color:#50bcd5}
.cat-navigation li > span{display:inline-block;width:7px;height:11px;margin-right:10px}
.cat-navigation li .has-sub-arrow,.cat-navigation li.active .has-sub-arrow{background-position:-65px -384px;cursor:pointer}
.cat-navigation li.open .has-sub-arrow,.cat-navigation li.has-sub.open.active .has-sub-arrow{transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg)}
.cat-dropdown li{font-size:13px}
.mb-mana-catalogsearch-leftnav .block-title,.mb-mana-catalogsearch-leftnav .block-subtitle,.mb-mana-catalog-leftnav .block-title,.mb-mana-catalog-leftnav .block-subtitle,.block-layered-nav .currently,.block-layered-nav .block-content > .actions{display:none}

#narrow-by-list-0{display:none!important}
.block-layered-nav dl{margin-bottom:0}
.m-filter-css-checkboxes,.m-filter-slider-container{padding:10px}
.m-filter-css-checkboxes li{margin-bottom:5px}
.m-filter-css-checkboxes li a{color:#433f3f}
.m-filter-css-checkboxes li a:hover{color:#50bcd5}
.m-slider-min-value,.m-slider-max-value{display:none}

.no-route-img{background-image:url("http://www.longboardcenter.eu/media/wysiwyg/404.jpg");width:100%;height:590px;}
.no-route-content{float:left;width:40%;padding-top:40px;margin-left:0px;position:absolute;z-index:2;left:400px;top:250px;}
.no-route-content2{float:right;width:40%;padding-top:40px;margin-left:0px;position:absolute;z-index:2;left:400px;bottom:0px;}
.no-route-content h1,.no-route-content h2{color:#4d4e50;font-size:80px;text-align:center}
.std .no-route-content h2{color:#4d4e50;margin-bottom:35px;font-size:33px;text-align:center;}
.std .no-route-content h3{color:#4d4e50;margin-bottom:35px;font-size:24px;text-align:center;}
.no-route-content ul li.first,.no-route-content ul li.last{list-style:none}
.no-route-content ul li.last{list-style:none;padding-top:20px}
.std .no-route-content ul{margin-left:35px}
.button-back{cursor:pointer}
li.first {list-style: none;}

.breadcrumbs{margin-bottom:15px;margin-top:37px;height:57px;border-top:1px dashed #898989;border-bottom:1px dashed #898989;line-height:57px}
.breadcrumbs ul li{float:left;font-size:14px;font-style:italic;color:#515254;text-transform:uppercase}
.breadcrumb-middle a{color:#515254}
.breadcrumb-middle a span::after{color:#515254;content:'>';margin:0 5px}
.breadcrumbs ul li.home a{font-style:italic;color:#515254;text-transform:uppercase}
.breadcrumbs ul li.home a span::after{content:'>';margin-left:5px;margin-right:5px}

.cat
.category-top-banner{width:100%;height:180px;background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;margin-bottom:20px}
.category-top-banner h1{position:absolute;left:20px;bottom:20px;color:#fff;font-size:28px;font-weight:700;text-transform:uppercase}
.category-title{padding-bottom:8px;margin-bottom:20px;margin-top:-58px;text-align:center}
.category-list-top{float:left;width:100%;margin-bottom:18px; overflow:hidden;height:auto;}
.category-list-top::after {content:'';display:block;clear:both;}
.category-banner{float:left;width:100%;height:328px; }
.category-banner-wrap{position:relative;width:100%;color:#332b2c;height:100%;background-repeat:no-repeat;background-size:cover;display:block}
.category-banner-wrap .content{position:absolute;bottom:0;left:0;height:35px;line-height:35px;background:rgba(255,255,255,.7);border-top:1px solid #fff;text-align:center;width:100%;text-transform:uppercase}
.category-banner-wrap .content p{line-height:16px}
.category-banner-wrap .content h2{font-weight:300;font-size:14px;color:#000}

.category-offers{width:32.016949%!important;margin-left:2%;float:left; overflow: hidden;height:328px;display:none;}
.category-offers .regular-price,.category-offers .special-price{font-size:16px}
.category-offers .old-price{font-size:14px!important}
.category-product{width:100%!important;margin-top:10px}
.category-product .special-price{float:none}
.category-product .old-price{text-decoration:line-through;padding-right:10px;font-size:12px}
.category-product-img img{margin:0 auto}
.category-product-button button{float:none;margin-top:10px}
.category-products{padding-bottom:10px;border-bottom:1px solid #bdb9b9;margin-bottom:15px;position:relative;z-index:9;}
.category-product-content{text-align:center}
.category-product-content h2 a{font-family:'Ubuntu',sans-serif;color:#5e5e60;font-weight:700;font-size:14px;height:38px;display:block;margin-top:11px;line-height:19px}
.mb-category-products .note-msg{margin-bottom:20px;font-style:italic}
.toolbar{margin-bottom:20px}
.sorter,.pager .limiter,.pages > strong{display:none}

.pager .count-container{float:left}
.pager .count-container .amount strong{font-size:16px;font-weight:400}
.pager .pages{float:right}
.pages ol li{background-color:#fff;float:left;height:20px;line-height:20px;margin-left:5px;text-align:center;width:20px;font-size:14px}
.pages ol li.current,.pages ol li a:hover{color:#e50864}
.pages ol li.current{border:1px solid #fc8300;width:20px;height:20px;color:inherit}
.pages strong{font-weight:400;margin-right:10px;display:block;float:left}
.pages ol{float:right}
.pages ol li a,.pages ol li a:visited{color:#1c1c1b}
.pages ol li a.previous,.pages ol li a.next{display:block;background-color:#433f3f;color:#fff}

.mb-top-layered-navigation.m-topmenu.m-wide dt.m-ln {padding-right:55px!important;}
.block.block-layered-nav.block-layered-nav--no-filters {display:none;}

.product-item{float:left;width:24%;height:270px;margin-right:1.3333333333333%;margin-bottom:8px;position:relative}
.menu-product-inside .product-item {width:100%;height:auto; text-align:center;}
.menu-product-inside .product-sale button.button {
  position:static;
  float:none;
  margin-top:1rem;
}
.product-item-fourth{margin-right:0}
.offers-title{font-family:'Ubuntu',sans-serif;font-weight:700;text-transform:uppercase;padding-bottom:17px;border-bottom:1px solid #58585a;margin-bottom:10px;font-size:24px;color:#58585a;margin-left:20px}
.offers-title span{color:#f25448}
.offers-block .product-item{width:24%;margin-right:1.3333333333333%}
.product-item-fourth{margin-right:0}
.offers-block .product-item-fourth{margin-right:0}
.offers-block .product-item-grid-1 .product-item{width:49%}
.offers-block .product-item-grid-1 .product-item .product-image img{max-width:500px}
.offers-block .product-item-grid-1 .product-item{width:49%;height:540px}
.offers-block .product-item-grid-normal .product-item-last{margin-right:0}
.offers-block .product-item-grid-4 .product-item-last{margin-right:0}
.offers-block .product-item-grid-1 .product-item .order-button{margin-right:150px!important}
.offers-block .product-item-grid-1 .product-item:hover .product-item-wrapper{width:130%;height:auto}

.product-item .product-item-wrapper{background-color:#fff;position:relative;display:block;z-index:10}
.product-item .manufacturer-logo{display:none;position:absolute;right:5px;top:5px}
.product-item:hover .manufacturer-logo{display:block}
.product-item-wrapper .product-related{display:none;width:60px;height:300px;overflow:hidden;position:absolute;left:10px;top:10px}
.product-item-wrapper .product-related li{margin:0;width:55px!important;height:53px;padding:0 1px;border:1px solid #fafafa;transition:all .3s}

.slick-prev{background-position:-472px -39px;top:-20px}
.slick-next{background-position:-472px -60px;bottom:-20px}

.product-item:hover .product-item-wrapper{z-index:200;position:absolute;width:100%;right:0;box-shadow:0 0 40px rgba(0,0,0,0.4);-moz-box-shadow:0 0 40px rgba(0,0,0,0.4);-ms-box-shadow:0 0 40px rgba(0,0,0,0.4);-o-box-shadow:0 0 40px rgba(0,0,0,0.4);-webkit-box-shadow:0 0 40px rgba(0,0,0,0.4);top:-30px;padding-bottom:10px}
.product-item-wrapper .product-related li:hover{border:1px solid #50bcd5}
.order-button{display:none}
.std .category-products ul {list-style:none;}
.product-item:hover .product-item-wrapper .order-button{display:block;margin:0 37px;float:right}
.product-item:hover .product-item-wrapper .product-related{display:block;margin: 0 15px 0 5px;float:right;}
.product-item .product-item-inside{float:none}
.product-item .product-image img{margin:0 auto;width:100%;max-width:190px;height:auto}
.product-item .product-content{line-height:22px;text-align:center;margin:0 auto;max-width:180px}
.product-item .product-name{font-size:14px;font-weight:400;margin:15px auto 10px;height:37px;overflow:hidden;line-height:20px}
.product-item .product-name a{font-family:'Ubuntu',sans-serif;color:#5e5e60;font-weight:700}
.product-item .read-more{height:36px;line-height:36px;width:27px;background-position:-457px -3px;background-color:#9b9b9b;float:left}
.product-item button.button-list,.button,a.button-list{margin-right:2px;height:36px;line-height:36px;font-size:14px;float:left}
/*.product-item button.button-list::after,button::after,a.button-list::after{content:'';margin-top:10px;margin-right:13px;display:block;width:10px;height:15px;background-position:-487px -10px}*/
.price-box{width:100%}
.product-item-inside .price-box{line-height:15px;float:left;margin-bottom:10px}
.price-box .old-price{text-decoration:line-through;text-align:right;padding-right:5px;width:50%;float:left;font-size:14px;color:#8b8b8b;font-size:14px}
.product-options-bottom .price-box .old-price .price,.add-to-bottom .price-box .old-price .price{text-decoration:line-through;margin-top:7px;display:inline-block}
.price-box .special-price{text-align:left;padding-left:5px;width:50%;font-size:16px;font-weight:700;float:left}
.product-item .price-box .regular-price{width:100%;text-align:center;font-size:16px;font-weight:700}
.special-price{float:right}
.price-box .special-price .price-label{font-size:14px}
.product-item .actions{width:100%;display:none;z-index:11}
.product-item .actions .button{float:right;margin-right:10px}
.product-item:hover .actions{display:block}

img.img-content{width:100%}
img.img-inline{display:inline-block}

.product-img-box{position:relative;z-index:100;border:1px solid #d3d4d6;float:left;width:400px;}
.product-shop{width: calc(100% - 430px);float:right;margin-bottom:50px;position:relative;z-index:10}
.zoom{position:relative;z-index:2000}

.product-name{margin-bottom:15px}
.product-name h1{font-size:20px;color:#5b5b5b;text-transform:uppercase;font-weight:700}
.description-wrap{width:100%}
.description-wrap p {margin-bottom:10px;}
.logo-wakeboardstore{top:6px;}
.logo-wakeboardstore,.logo-wakeboardstore a.logo,.logo-wakeboardstore a.logo:hover{width:324px;height:69px;background-image:none;}
.header-usp-wake{ margin-left: 350px;}

.read-more-wrap{margin-bottom:20px}
.read-more-wrap .read-more{font-weight:700;cursor:pointer}
.read-more-wrap .read-more:hover{text-decoration:underline}

.additional-data{padding-bottom:15px;border-bottom:1px solid #f1f1f0;margin-bottom:15px}
.additional-data h2{font-size:14px;font-weight:700;color:#50bcd5;margin-bottom:5px}
.additional-data ul li{line-height:25px;font-size:12px}
.additional-data ul li.even{background-color:#f1f1f0}
.additional-data ul li span{float:left}
.additional-data ul li .label{text-indent:10px;width:70%}
.additional-data ul li .data{width:30%}
.block-title-related h2{text-transform:uppercase;color:#58585a;font-size:24px}

.block-related{width:100%;height:300px;overflow:hidden;background:#fff;border:none;border-top:1px solid #58585a;border-bottom:1px solid #58585a;background:#f2f2f2;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#f2f2f2 0%,#fff 10%,#fff 50%,#fff 92%,#f2f2f2 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#f2f2f2),color-stop(10%,#fff),color-stop(50%,#fff),color-stop(92%,#fff),color-stop(100%,#f2f2f2));background:-webkit-linear-gradient(top,#f2f2f2 0%,#fff 10%,#fff 50%,#fff 92%,#f2f2f2 100%);background:-o-linear-gradient(top,#f2f2f2 0%,#fff 10%,#fff 50%,#fff 92%,#f2f2f2 100%);background:-ms-linear-gradient(top,#f2f2f2 0%,#fff 10%,#fff 50%,#fff 92%,#f2f2f2 100%);background:linear-gradient(to bottom,#f2f2f2 0%,#fff 10%,#fff 50%,#fff 92%,#f2f2f2 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2',endColorstr='#f2f2f2',GradientType=0);padding-top:30px}
.block-related .product-content{text-align:center;width:100%}
.block-related .product-content h2{font-size:14px;font-weight:400;margin:0 auto}
.block-related .product-content h2 a{font-family:'Ubuntu',sans-serif;color:#5e5e60;font-weight:700}
.related-view{margin-right:20px}
.related-view .slick-prev,.related-view .slick-next{transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);-webkit-transform:rotate(-90deg)}
.block-viewed-wrap{background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/bg-banner-wrap.png);padding-top:10px;padding-bottom:5px;display:inline-block;background-repeat:repeat;webkit-box-shadow:0 -9px 65px rgba(0,0,0,0.1);-moz-box-shadow:0 -9px 65px rgba(0,0,0,0.1);box-shadow:0 -9px 65px rgba(0,0,0,0.1)}

.mini-products-list .product-item{border:1px solid #d3d4d6;padding:10px 0;width:17.9%!important;background:#fff;float:left;text-align:center;height:170px;margin:10px 1.6% 10px 0 !important}
.mini-products-list .product-item:hover .product-item-inside{margin:0}
.mini-products-list li{padding:10px 0;width:17.9%!important;background:#fff;margin-top:10px;float:left;text-align:center;margin-left:1.6%;margin-bottom:10px}
.mini-products-list li img{display:inline-block}
.mini-products-list li:first-child{margin-right:0}
.mini-products-list li .product-image{display:block}
.mini-products-list li .product-image img{max-width:100px;height:auto}
.product-bottom{position:relative;margin-top:20px;margin-bottom:90px}
.stArrow{display:none!important}
.product-info-title{height:64px;border-bottom:1px solid #d3d4d6;background-color:#fff;cursor:pointer;position:relative}
.share-buttons{float:right}

.product-info-title h4{color:#515254;display:inline-block;line-height:64px;font-size:16px;margin-bottom:0;text-transform:uppercase;font-style:italic;padding:0 0 0 22px}
.product-info-title::after{content:'';display:block;width:23px;height:12px;background-position:-474px -105px;text-align:center;line-height:23px;font-weight:700;position:absolute;right:0;top:20px}
.product-info-content{background:#eaeaea;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#eaeaea 0%,#fff 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#eaeaea),color-stop(100%,#fff));background:-webkit-linear-gradient(top,#eaeaea 0%,#fff 100%);background:-o-linear-gradient(top,#eaeaea 0%,#fff 100%);background:-ms-linear-gradient(top,#eaeaea 0%,#fff 100%);background:linear-gradient(to bottom,#eaeaea 0%,#fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeaea',endColorstr='#ffffff',GradientType=0);padding:22px;border-top: 1px solid #fff;display:none;background-repeat:no-repeat;background-position:center top}
.product-info .active{display:block}
.product-info.open .product-info-title::after{content:'';display:block;width:23px;height:12px;background-position:-474px -88px;text-align:center;line-height:23px;font-weight:700;position:absolute;right:0;top:20px}
.stButton .st-twitter-counter,.stButton .st-facebook-counter{height:40px!important}
.extra-info{margin-bottom:30px;float:left;width:88%;border-bottom:1px solid #efefef;padding-bottom:20px;}
.payment-icons{background-position:-324px -156px;display:block;width:169px;height:41px;position:absolute;float:left;top:52px;right:-46px}

.availability.in-stock::before{display:inline-block;margin-right:5px;width:25px;height:20px;content:'';background-position:-205px -187px;display:none}
.availability.in-stock{display:inline-block;font-size:12px;margin-right:10px;float:left}
.availability.in-stock .value{color:#249446;float:left;font-size:13px;font-weight:700}
.delivery-time{float:left;line-height:25px;font-size:13px;color:#565656;font-weight:700}
.product-shop .block-related h2{font-weight:700;font-size:15px;margin-bottom:3px;text-align:right}
.price-info,.add-to-cart-buttons{position:absolute;bottom:0}

.add-to-bottom .price-info{right:0px;top:0;width:100%;z-index:1}
.add-to-bottom .payment-icons{top:44px;right:0px}
.product-shop .price-box .special-price,.product-shop .product-item .price-box .regular-price,.product-shop .price-box .old-price{text-align:right}
.product-shop .special-price .price,.product-shop .regular-price .price{font-size:26px}
.add-to-bottom{margin-top:30px;position:relative; width: 100%}
.add-to-bottom.no-display{display:none}
.more-views ul li {display:inline-block;float:left;margin:2.5px;}
.more-views ul li:nth-child(5){clear:left;}

.product-options{text-align:left;float:left;margin-bottom:5px}
.product-options-bottom{position:relative;margin-top:20px;float:left;width:87%;float:left}
.product-options-bottom .old-price,.add-to-bottom .price-box .old-price{font-size:16px}
.product-options-bottom .special-price,.add-to-bottom .price-box .special-price{font-size:25px;font-weight:700;color:#dc9015}
.product-options dl {
  display:flex;
  align-items: center;
  justify-content: left;
  box-sizing:border-box;
  flex-wrap:wrap;
}
.product-options dl .options-wrapper{margin-bottom:5px;position:relative;float:left}
.product-options dl .options-wrapper.last{margin-bottom:0}
.product-options dl dt,.product-options dl dd{display:inline-block}
.product-options dl > * {
  flex: 1 1 auto;
  margin:0;
}
.product-options dl dd{
  /*width:255px;*/
  width:70%;
}
.product-options dl dd select{
  width:100%;
  height:38px;
}
.product-options dl dt{
  padding-right:1rem;
  width:30%;
  margin:0;
}
.product-options .validation-advice{font-size:11px}
.product-options-bottom .price-box,.add-to-bottom .price-box{text-align:right;float:right;width:60%;margin-bottom:5px}

.discount-form label{display:none}
.product-options-bottom .product-shop .special-price .price,.product-options-bottom .product-shop .regular-price .price{font-size:22px}

.add-to-cart button{text-align:right}
.add-to-cart-buttons{right:0}
.add-to-cart .add-to-qty{text-align:left;margin-bottom:5px}

.product-image-gallery{position:relative;margin-bottom:15px}
.product-image-gallery .gallery-image{display:none}
.product-image-gallery .gallery-image.visible{display:block;width:97%;height:auto;margin:0 auto}
.product-image-gallery .gallery-image.visible.hidden{visibility:hidden}
.product-image-gallery:before,.product-image-gallery:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;display:none}
.product-image-gallery:before{background-color:#fff;opacity:.8;z-index:2}
.product-image-gallery.loading{position:relative}
.product-image-gallery.loading:before,.product-image-gallery.loading:after{display:block}
.product-image-overlay {display:none;}
.more-views h2{display:none;font-size:13px;font-weight:400;margin-bottom:10px}
.more-views{margin-left:6px}
.product-image-thumbs li{display:inline-block;margin-left:3px}
.product-image-thumbs li:first-child{margin-left:0}
.product-image-thumbs a{display:inline-block;border:1px solid #f1f1f1}
.no-touch .product-image-thumbs a:hover{border-color:#50bcd5}

.collateral-tabs{border-bottom:1px solid #bdb9b9}
.product-collateral .toggle-tabs{display:block;width:100%;position:relative}
.product-collateral .toggle-tabs li{float:left;line-height:30px;padding:0 30px 0 25px;background-color:#433f3f;margin-left:10px;position:relative}
.product-collateral .toggle-tabs li > span{cursor:pointer;font-size:12px;color:#fff}
.product-collateral .toggle-tabs li.current{background-color:#e50864}
.product-collateral .toggle-tabs li.current > span{z-index:5;color:#fff}
.product-collateral .toggle-tabs li span::after{content:'';display:block;position:absolute;right:8px;top:14px;background-position:-65px -415px;width:10px;height:6px}
.product-collateral .toggle-tabs li:first-child{border-left:none;margin-left:0}
.product-collateral .toggle-tabs:after{content:'';display:table;clear:both}
.product-collateral > dl{width:100%}
.product-collateral > dl > dt{display:none}
.product-collateral > dl > dd{width:100%;display:none;padding:20px 0;font-size:12px}
.product-collateral > dl > dd h2{font-size:12px;font-weight:700}
.product-collateral > dl > dd.current{display:block}

.tab-content.shipping-content{-webkit-column-count:2;-moz-column-count:2;column-count:2}
.tab-content p{margin-bottom:10px}

.get-more-products{padding:24px 0;margin-bottom:20px;border-bottom:1px solid #bdb9b9}
.get-more-products a{line-height:25px;padding:0 12px;height:25px;color:#fff;background-color:#bdb9b9;font-size:12px;margin-left:10px;display:block;float:left;border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;-webkit-border-radius:2px}
.get-more-products a:first-child{margin-left:0}
.get-more-products a:hover{background-color:#50bcd5}
.get-more-products a strong{text-transform:uppercase}

.crosssell-title{margin-bottom:15px}
.crosssell-title h2{font-size:28px;display:inline-block;position:relative}
.crosssell-title h2::after{content:'';display:block;width:18px;height:12px;background-position:-187px -314px;position:absolute;right:-30px;top:19px}
.cart-crossselling .crosssell-title h2{font-size:20px}
.cart-crossselling .crosssell-title h2::after{top:11px}
.crosssell-products ul{margin-bottom:15px}
.crosssell-products ul li{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #bdb9b9}
.crosssell-products ul li.current-product{padding-top:5px;border-top:1px solid #bdb9b9}
.crosssell-products ul li.current-product-row{padding-top:5px}
.current-product .crsell-product-wrapper{background-color:#ebeae9}
.current-product-row .crsell-product-wrapper{background-color:#ebeae9}
.crosssell-products ul li .crsell-product-wrapper:hover{background-color:#f9f9f9}
.crosssell-products ul li.current-product .crsell-product-wrapper:hover{background-color:#ebeae9}

.crsell-product-wrapper > span{display:block}
.crsell-product-wrapper > div{float:left;margin:16px 0;position:relative}
.crsell-checkbox{width:8.5%}
.crsell-checkbox-inner{display:table-cell;vertical-align:middle;text-align:center;width:8.5%}
.crsell-img{width:15.1%}
.crsell-img img{max-width:140px;width:100%;height:auto;border:1px solid #bdb9b9}
.crsell-content{width:58%}
.crsell-content-inner{padding-left:4%}
.crsell-content-inner .selecteddiv{display:none}
.crsell-content-bottom{position:absolute;bottom:0;left:4%}
.crsell-content-bottom .actions .button + .button{margin-left:5px}
.crsell-content h3{font-size:12px;color:#433f3f}
.crsell-content-inner > span,.crsell-content a.crsell-product-link{color:#50bcd5;font-size:12px;text-transform:uppercase}
.crsell-price{width:18.4%;float:right}
.crsell-price .price-box{position:absolute;bottom:0;left:0}

.total-in-cart{margin-bottom:15px}
.total-in-cart .current-item{line-height:30px}
.total-in-cart .added-item:first-child{padding-top:10px;border-top:1px solid #bdb9b9;margin-top:10px}
.total-in-cart .current-item > span{background-color:#f1f1f0}
.total-in-cart .current-item > span,.total-in-cart .added-item > span{float:right;font-weight:700;font-size:14px;line-height:30px}
.total-in-cart .added-item-wrapper .added-item > span{font-weight:400}
.total-in-cart .product-price{width:18.4%;text-align:left}
.total-in-cart .product-title{width:58%;text-indent:10px}
.total-add-to-cart{padding-top:15px;width:50%;text-align:right;float:right;border-top:1px solid #bdb9b9;padding-right:12.8%}
.total-crsell-price{font-size:12px;margin-bottom:15px}
.total-crsell-price > span{font-size:18px;font-weight:700}

.cart-table{float:left;width:60%}
.cart .button{white-space:normal}
.cart-forms,.cart-totals-wrapper,.crosssell{float:right;clear:right;width:40%;padding-left:20px}
.cart-totals,.cart-forms .discount,.cart-forms .giftcard,.cart-forms .shipping{padding:10px;background-color:#f4f4f4;border:1px solid #ccc}
.cart-table,.cart-totals,.cart-forms .discount,.cart-forms .giftcard,.cart-forms .shipping{margin-bottom:20px}
.checkout-cart-index #postcode{width:100%}

.display-both-prices .cart-table{float:none;width:100%}
.display-both-prices .cart-forms{float:left;padding-right:10px;padding-left:0}
.display-both-prices .cart-totals-wrapper,.display-both-prices .crosssell{padding-left:10px}
.display-both-prices .cart-forms,.display-both-prices .cart-totals-wrapper,.display-both-prices .crosssell{width:50%}
.display-both-prices .crosssell{clear:right;float:right}
@media only screen and (max-width: 979px) {
  .display-single-price .cart-table{float:none;width:100%}
  .display-single-price .cart-forms{float:left;padding-right:10px;padding-left:0}
  .display-single-price .cart-totals-wrapper,.display-single-price .crosssell{padding-left:10px}
  .display-single-price .cart-forms,.display-single-price .cart-totals-wrapper,.display-single-price .crosssell{width:50%}
  .display-single-price .crosssell{clear:right;float:right}
}
@media only screen and (max-width: 599px) {
  .product-cart-sku{display:none}
  .display-both-prices .cart-forms,.display-both-prices .cart-totals-wrapper,.display-both-prices .crosssell,.display-single-price .cart-forms,.display-single-price .cart-totals-wrapper,.display-single-price .crosssell{padding-top:0;padding-left:0;padding-right:0;float:none;width:100%}
}

@media only screen and (max-width:319px) {
  .product-options dl > * {
    flex: none;
  }
  .product-options dl dd{
    width:100%;
  }
  .product-options dl dd select{
    width:100%;
  }
  .product-options dl dt{
    padding-right:0;
    width:100%;
  }
}
.display-single-price{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #bdb9b9}
.display-single-price:after{content:'';display:table;clear:both}
.cart .page-title{margin-bottom:15px;border-bottom:1px solid #ededed}
.cart .page-title:after{content:'';display:table;clear:both}
.cart .page-title h1{float:left;border-bottom:none;margin-bottom:6px;margin-right:10px}
.checkout-types{float:right;text-align:right;max-width:100%}
.checkout-types li{vertical-align:top;margin:0 0 5px 5px}
.checkout-types li:after{content:'';display:table;clear:both}
.checkout-types li img{display:inline;vertical-align:top}
.checkout-types li:first-child{margin-left:0}
.checkout-types .method-checkout-cart-methods-multishipping{display:block}
.checkout-types.top li{display:inline-block}
.checkout-types.top .bml_button{display:inline-block;vertical-align:top}
.checkout-types.top .bml_button img{display:block}
.checkout-types.top .paypal-logo .paypal-or{margin-top:5px}
.checkout-types.bottom .paypal-logo a,.checkout-types.minicart .paypal-logo a{display:block}
.checkout-types.bottom .paypal-or,.checkout-types.minicart .paypal-or{margin:0;display:block;text-align:center}
@media only screen and (min-width: 741px) {
  .checkout-types.bottom .paypal-or{text-align:right;padding-right:70px}
}
.cart-totals .checkout-types .btn-checkout{margin-bottom:7px}
@media only screen and (max-width: 740px) {
  .checkout-types{text-align:center}
  .checkout-types.bottom .paypal-or,.checkout-types.minicart .paypal-or{width:auto;float:none}
  .checkout-types li{float:none;width:100%;margin-left:0}
}
  @media only screen and (max-width: 599px) {
  .btn-checkout{width:100%}
}
.cart-table th,.cart-table td,.cart-table tbody td{border-bottom:none;vertical-align:middle;padding:5px 0}
.cart-table h2{color:#636363;font-size:14px;font-weight:600;margin-bottom:0}
.cart-table thead th,.cart-table tbody td{background-color:transparent;padding:10px 5px}
.cart-table .product-cart-info,.cart-table .product-cart-actions{padding-left:15px}
.cart-table tr{border-bottom:1px solid silver}
.cart-table tfoot tr{background:none}
.cart-table tfoot tr > td:after{content:'';display:table;clear:both}
.cart-table span.or{font-size:9px;padding:0 5px;text-transform:uppercase}
.cart-table .product-cart-image .cart-links,.cart-table .product-cart-info .btn-remove,.cart-table .product-cart-actions .button{display:none}
.cart-table .product-cart-image{padding-left:0;padding-right:0}
.cart-table .product-cart-image .product-image img{max-width:100%;width:100%}
.cart-table .product-cart-image a.cart-edit{display:none}
.cart-table .product-cart-sku{font-style:italic;font-size:12px;margin:5px 0 12px}
.cart-table .product-cart-sku .label{font-weight:600}
.cart-table .btn-empty{float:left}
.cart-table .product-cart-total,.cart-table .product-cart-price{text-align:center}
.cart-table .cart-tax-total{position:relative;cursor:pointer}
.cart-table .cart-tax-total:after{content:'';position:absolute;width:0;height:0;display:block;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #39c;border-left:none;position:absolute;top:3px;right:-11px}
.cart-table .cart-tax-total.cart-tax-total-expanded:after{content:'';position:absolute;width:0;height:0;display:block;border-right:6px solid transparent;border-left:6px solid transparent;border-top:6px solid #39c;border-bottom:none;right:-15px;top:6px}
.cart-table .cart-links > li{white-space:nowrap;line-height:1.3;margin-bottom:5px;min-width:65px;font-size:13px}
.cart-table .cart-links > li > a{display:block}
.cart-table .cart-links > li:last-child{margin-bottom:0}
.cart-table .product-cart-actions{min-width:60px;text-align:center}
.cart-table .product-cart-actions .qty{height:30px;border:1px solid silver;border-radius:0;text-align:center;width:3.2em}
.cart-table .product-cart-actions .button{margin-bottom:5px}
@media only screen and (max-width: 770px) {
  .cart-table th{font-size:12px}
  .cart-table th,.cart-table td{padding:7px 6px}
  .cart-table .product-cart-actions > li{white-space:inherit}
}
@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,.display-both-prices .cart-table td.product-cart-total{display:none}
}
@media only screen and (max-width: 599px) {
  .cart-table colgroup,.cart-table thead{display:none}
  .cart-table tr{display:block;margin-bottom:10px;padding-bottom:10px;position:relative;width:100%}
  .cart-table tr:after{content:'';display:table;clear:both}
  .cart-table tr:last-child{margin-bottom:0}
  .cart-table tfoot tr{padding-bottom:0}
  .cart-table td{border:none;display:block}
  .cart-table td[data-rwd-label]{padding-left:15px;margin-bottom:6px}
  .cart-table td[data-rwd-label] .price{font-weight:400}
  .cart-table td[data-rwd-label]:before{content:attr(data-rwd-label) ":";font-size:12px;padding-right:5px;text-transform:uppercase}
  .cart-table td.product-cart-price{text-align:left}
  .cart-table h2{font-size:12px}
  .cart-table .cart-links{padding-top:5px;padding-right:5px}
  .cart-table .cart-links > li{white-space:normal;text-align:center}
  .cart-table .cart-links > li > a{padding:2px 0}
  .cart-table .cart-tax-info{font-style:italic;padding-left:15px;font-size:13px}
  .cart-table .cart-tax-info .price{font-size:13px}
  .cart-table .product-cart-image{width:25%;float:left;padding-bottom:0}
  .cart-table .product-cart-image a.cart-edit{display:block;font-size:16px;text-align:center;text-transform:uppercase}
  .cart-table .product-cart-info,.cart-table td[data-rwd-label]{float:right;width:75%}
  .cart-table .product-cart-actions,.cart-table .product-cart-price{padding-bottom:0;padding-top:0;float:right}
  .cart-table .product-cart-remove,.cart-table .product-cart-total,.cart-table .product-cart-actions .cart-links{display:none}
  .cart-table .product-cart-image .cart-links,.cart-table .product-cart-info .btn-remove{display:block}
  .cart-table .product-cart-actions .button{display:none}
  .cart-table .product-cart-info .btn-remove{float:right;margin:-4px 0 2px 7px}
  .cart-table .product-cart-info .product-cart-sku{margin-bottom:5px}
  .cart-table .product-cart-actions{text-align:left}
  .cart-table .product-cart-actions .qty{margin-right:7px;margin-bottom:7px}
  .cart-table .price,.cart-table .product-cart-price:before{font-weight:500;font-size:15px}
  .cart-table .cart-footer-actions{text-align:center;width:100%}
  .cart-table .cart-footer-actions #empty_cart_button{float:right}
  .cart-table .cart-footer-actions .btn-continue{float:left}
  .cart-table .cart-footer-actions .btn-update,.cart-table .cart-footer-actions span.or{display:none}
  .display-both-prices .cart-table td[data-rwd-tax-label]:before{content:attr(data-rwd-tax-label) ":"}
}
.cart-forms .field-wrapper #coupon_code{display:inline-block}
.cart-forms .field-wrapper .button-wrapper{display:inline-block}
.btn-remove{text-indent:-9999px;position:relative;border:1px solid #ef8404;width:20px;height:20px;display:inline-block;background:#fff}
.btn-remove::after{content:'x';text-indent:0;font-size:15px;color:#ef8404;position:absolute;left:-3px;top:-4px;display:block;width:25px;line-height:23px;height:23px;text-align:center}
.a-right,.align-right{text-align:right}
#shopping-cart-totals-table tbody tr td{width:35%}
.col2-set:after{content:'';display:table;clear:both}
.col2-set{margin-bottom:20px}
.col2-set .col-1,.col2-set .col-2{width:50%}
.col2-set .col-1{float:left;padding-left:0}
.col2-set .col-2{float:right;padding-right:0}
.customer-account-login .scaffold-form label:first-child{width:115px}
.customer-account-login .col2-set .buttons-set{text-align:left;border-top:0}
.customer-account-login .col2-set .buttons-set button,.customer-account-login .col2-set .buttons-set .button{float:none;min-width:50%;margin:0}
.customer-account-login .col2-set .col-1 ul{list-style:disc;padding-left:20px;margin:10px 0 20px}
  @media only screen and (min-width: 480px) {
  .customer-account-login .col2-set .col-1,.customer-account-login .col2-set .col-2{padding-top:0}
  .customer-account-login .col2-set .col-1{padding-right:20px}
  .customer-account-login .col2-set .col-2{padding-left:20px;border-left:1px solid #ededed}
}
@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1{padding-right:0}
  .customer-account-login .col2-set .col-2{padding-left:60px;border-left:1px solid #ededed}
}
  @media only screen and (max-width: 479px) {
  .customer-account-login .col2-set .col-1{padding-bottom:30px}
  .customer-account-login .col2-set .col-2{padding-top:30px;border-top:1px solid #ededed}
}
.customer-account-create .scaffold-form label:first-child{width:150px}
.opc #opc-login p:not(.required){font-size:13px;color:#a0a0a0}
.remember-me-box a.hide{display:none}
.remember-me-box .link-tip{font-size:13px;padding-left:10px}
.remember-me-popup{display:none;border:1px solid #ccc;padding:10px;position:relative}
.remember-me-popup.show{display:block}
.remember-me-popup .remember-me-popup-close{position:absolute;top:0;right:0;padding:10px;font-size:12px}
.remember-me-popup .remember-me-popup-close-button{display:none}
.customer-account-create .buttons-set{max-width:455px}
.customer-account-create .fieldset,.customer-account-create .buttons-set{margin-left:0}
  @media only screen and (max-width: 479px) {
  .customer-account-create .fieldset,.customer-account-create .buttons-set{margin-left:0}
}
.customer-account-create .fieldset .hidden{display:none}
.account-create{padding-top:30px;height:640px}
.customer-account-create #remember-me-popup{max-width:455px}
.customer-account-resetpassword .fieldset,.customer-account-forgotpassword .fieldset,.contacts-index-index .fieldset,.sendfriend-product-send .fieldset{margin-bottom:20px;padding:20px;max-width:400px;background-color:#f9f9f9}
.customer-account-resetpassword .buttons-set,.customer-account-forgotpassword .buttons-set,.sendfriend-product-send .buttons-set,.contacts-index-index .buttons-set{max-width:400px}
@media only screen and (max-width: 479px) {
  .customer-account-forgotpassword .fieldset,.customer-account-forgotpassword .buttons-set{margin-left:0}
}
  .customer-account-forgotpassword .fieldset .input-box input.input-text{width:100%}
  body.customer-account .my-account .page-title h1{border:0;text-align:left}
  body.customer-account .my-account .title-buttons{position:relative;text-align:right}
  body.customer-account .my-account .title-buttons h1{text-align:left}
  body.customer-account .my-account .title-buttons .button{position:absolute;right:0;top:0}
  body.customer-account .my-account .title-buttons a,body.customer-account .my-account .title-buttons span.separator{position:relative;top:-42px}
  body.customer-account .my-account .fieldset h2,body.customer-account .my-account .addresses-list h2,body.customer-account .my-account .order-details h2{width:100%;display:inline-block}
  body.customer-account .my-account .addresses-list h3{font-size:14px;font-weight:600}
  body.customer-account .my-account .fieldset{margin-bottom:30px}
  body.customer-account .data-table{margin-top:5px}
  body.customer-account .data-table td a{text-transform:uppercase;font-style:normal;font-size:13px}
  body.customer-account .data-table span.nobr{white-space:normal}
  body.customer-account .data-table span.nobr a{white-space:nowrap}
  body.customer-account .data-table td.view a{display:block}
  body.customer-account .data-table .separator{display:none}
  body.customer-account .sidebar .block ol#compare-items li{margin:10px 0}
  body.customer-account .sidebar .block .block-content p.block-subtitle{margin-bottom:15px}
  body.customer-account .sidebar ol#cart-sidebar-reorder li{margin-top:10px;margin-bottom:0}
  body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name{display:inline-block;margin-bottom:0}
  body.customer-account .sidebar .block-cart .summary{margin-bottom:15px}
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li{margin-top:10px;margin-bottom:0}
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input{margin-right:10px}
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name{display:inline;margin-bottom:0}
  .form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day{width:40px;float:left;margin-right:10px}
  .form-list .customer-dob .dob-year{width:80px;float:left}
  .dashboard .box-head{margin-top:30px;border-bottom:1px solid #ccc;padding-bottom:7px}
  .dashboard .box-head h2{font-size:15px;font-weight:600;display:inline-block;margin-bottom:0}
  .dashboard .box-head a{padding:10px}
  .dashboard .box-title a,.dashboard .box-head a{text-transform:uppercase;font-size:12px}
  .dashboard .box-account{margin-bottom:45px}
  .dashboard .box-account p,.dashboard .box-account address{font-style:italic}
  .dashboard .col2-set .col-1,.dashboard .col2-set .col-2{padding-right:12.09677%;padding-bottom:0}
  .dashboard .col2-set .col-1 .box-title,.dashboard .col2-set .col-2 .box-title{position:relative;padding-bottom:10px}
  .dashboard .col2-set .col-1 .box-title h2,.dashboard .col2-set .col-1 .box-title h3,.dashboard .col2-set .col-2 .box-title h2,.dashboard .col2-set .col-2 .box-title h3{font-weight:600;font-size:14px;margin-bottom:0}
  .dashboard .col2-set .col-1 .box-title a,.dashboard .col2-set .col-2 .box-title a{line-height:19.6px}
  .dashboard .box-reviews.box-account{padding-bottom:0}
  .dashboard .box-reviews li{padding:10px 0;border-top:1px solid #ededed}
  .dashboard .box-reviews li:first-child{border-top:0}
  .dashboard .box-reviews li .number{margin-right:-20px;float:left;line-height:1.4;font-size:13px}
  .dashboard .box-reviews li .details{margin-left:20px}
  .dashboard .box-reviews li .details .ratings{content:'';display:table;clear:both;margin-bottom:0}
  .dashboard .box-reviews li .details .ratings strong{float:left;font-size:13px;margin-right:5px}
  .dashboard .box-reviews li .details .ratings .rating-box{float:left;margin:3px 0 0}
  .my-account .addresses-list .col-1,.my-account .addresses-list .col-2{padding-bottom:0}
  .my-account .addresses-list .item{margin:0 0 30px}
  .my-account .addresses-list .item p{margin-top:10px}
@media only screen and (max-width: 599px) {
  .my-account .addresses-list .addresses-additional p a{white-space:nowrap}
}
  .order-info{padding-bottom:10px;border-bottom:1px solid #ededed;width:100%;margin-bottom:30px}
  .order-info dt,.order-info dd,.order-info ul,.order-info li{display:inline}
  .order-info dt{margin-right:20px}
  .order-info li{margin:0 0 0 20px}
  .order-info li.current{font-weight:600}
  .order-info li:first-child{margin-left:0}
  .order-date{text-transform:uppercase}
  .order-info-box{margin-bottom:40px;margin-top:20px}
  .order-info-box + .order-info-box{padding-bottom:40px;border-bottom:1px solid #ededed}
  .order-info-box .col-1{padding-right:0;width:48%}
  .order-info-box .col-2{width:52%}
  .order-info-box .col-1,.order-info-box .col-2{overflow:hidden;padding-top:0;padding-bottom:0}
  .order-info-box .box-title{width:150px;padding-right:10px;float:left}
  .order-info-box .box-title h2{font-size:14px;font-weight:700;line-height:1.5}
  .order-info-box .box-title h2:after{content:':'}
  .order-info-box .box-content{float:left}
  .order-info-box .box-content td,.order-info-box .box-content th{line-height:1.3}
  .order-info-box .box-content th{padding-top:10px}
  .order-info-box .box-content td{padding-left:15px}
  .order-info-box .box-content strong{font-weight:400;text-transform:uppercase}
  #my-orders-table .option-label{margin-left:10px;font-weight:600;font-style:italic}
  #my-orders-table .option-value{margin-left:20px}
  #my-orders-table tr.bundle:not(:last-child) td{border-bottom:none;border-top:none}
  ol#cart-sidebar-reorder li{margin-top:10px;margin-bottom:0}
  ol#cart-sidebar-reorder li input{margin-right:10px}
  ol#cart-sidebar-reorder p.product-name{display:inline}
@media only screen and (max-width: 599px) {
  #my-orders-table .option-label{margin-left:20px}
  #my-orders-table .option-value{margin-left:35px}
  #my-orders-table td[data-rwd-label=Qty] .nobr br{display:none}
  #my-orders-table td[data-rwd-label=Qty] .nobr strong{margin-right:10px}
  #my-orders-table tr.bundle{border-color:#ededed}
  #my-orders-table tr.bundle.child td[data-rwd-label]{padding-left:60px}
  #my-orders-table tbody:last-child tr:last-child td{padding-bottom:10px;border-bottom:0}
  #my-orders-table tbody:last-child tr:last-child td:last-child{padding-bottom:15px}
  #my-orders-table tfoot tr.shipping{margin-top:0}
}
.order-additional{margin:40px 0}
.order-gift-message dd{margin-top:10px}
.content-row-home-banners-small{margin:0 auto;clear:left}
.small-banner-home .img{background-repeat:no-repeat}
.small-banner-home{float:left;position:relative;width:31.7%;margin-right:2.426396%;height:155px;background-size:50% 25%}
.small-banner-home-1 .img{position:absolute;right:3px;bottom:-17px;height:153px;width:160px}
.small-banner-home-2 .img{position:absolute;right:-7px;bottom:-20px;height:173px;width:208px}
.small-banner-home-3 .img{position:absolute;right:2px;bottom:-16px;height:169px;width:113px}
.small-banner-home-1 a{background-repeat:no-repeat;background-size:none;background:#c5c5c5}
.small-banner-home-2 a{background:#bed731}
.small-banner-home-3{background:#dd4d56;margin-right:0}
.small-banner-home-3 a{background:#dd4d56;margin-right:0}
.small-banner-home a:hover{opacity:-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);opacity:1}
.small-banner-home-content{position:absolute;line-height:20px;left:23px;top:36px;font-size:13px;color:#000;width:54.890411%}
.small-banner-home h3{margin:0;text-transform:uppercase;font-size:16px;color:#000}
.small-banner-home p{line-height:18px;margin-bottom:10px}
.small-banner-home span{text-shadow:0 1px 1px rgba(150,150,150,0.6);font-weight:700;font-size:14px;color:#fff;display:block;position:absolute;left:23px;bottom:20px}
.small-banner-home-last{margin-right:0}
@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,.dashboard .col2-set .col-2{padding-right:30px;padding-bottom:0}
  .fixed-menu{display:none}
  body.customer-account .data-table td.view a{white-space:normal}
}
@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons{text-align:left}
  body.customer-account .my-account .title-buttons span.separator,body.customer-account .my-account .title-buttons a{top:-12px}
}
@media only screen and (max-width: 599px) {
body.customer-account .my-account .form-list .control{padding-left:0}
}
@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons{text-align:center}
  body.customer-account .my-account .title-buttons .button{width:100%;position:static;margin-bottom:15px}
  body.customer-account .my-account .title-buttons .button + .button{margin-left:0}
  body.customer-account .my-account .fieldset h2{margin-bottom:15px}
  body.customer-account .my-account .order-details h2{margin-bottom:15px}
  body.customer-account .my-account .buttons-set{border-top:0}
  body.customer-account .my-account .addresses-list .item{margin-bottom:15px;padding-right:0;float:none;width:auto}
  body.customer-account .my-account .addresses-list h2{margin-bottom:15px}
  .order-info{margin-top:15px}
  .data-table.orders .link-reorder,.data-table.orders .date{display:none}
  .data-table.orders td.view{text-align:right}
  .dashboard .col2-set .col-1,.dashboard .col2-set .col-2{width:100%;margin-top:15px}
  .order-info-box{margin:0}
  .order-info-box .col-1,.order-info-box .col-2{width:100%;border-bottom:1px solid #ededed;padding:15px 0}
  .order-info-box + .order-info-box{padding-bottom:0;border-bottom:0;margin-bottom:30px}
  #my-reviews-table .nobr{white-space:normal}
}
body.newsletter-manage-index .my-account .fieldset{margin-bottom:20px}
body.newsletter-manage-index .my-account .fieldset h2{display:none}
body.newsletter-manage-index .my-account .form-list{border-top:1px solid #ededed;padding-top:10px}
.contacts-index-index .buttons-set p.required{float:left}
@media only screen and (max-width: 599px) {
.contacts-index-index .buttons-set{max-width:330px;margin-left:0}
.contacts-index-index .buttons-set button{float:left;margin-left:0}
.contacts-index-index .buttons-set p.required{float:right}
}
.customer-account-create .fieldset,.customer-account-edit .fieldset,.customer-address-form .fieldset{max-width:600px}
.std p{margin-bottom:15px}
.std ul{list-style-type:disc;list-style-position:inside;margin-bottom:12px}
.std h3{margin-top:15px}
.cms-sitemap ul{list-style-type:none;list-style-position:outside;padding-left:0}
.block-contact-form{margin-bottom:20px;padding:10px;background-color:#ebeae9}
.std img.contact-img{max-width:760px;width:100%;height:auto}
.std .showroom-img{width:100%;height:auto}
.contact-table .col-item{float:left;width:32%;margin-right:2%}
.contact-table .col-last-item{margin-right:0}
.col-content{font-size:12px}
.col-content-left{float:left}
.customer-account .col-main{padding-top:50px;padding-left:182px;float:left}
.col-content-right{float:right}
.footer-container{background-color:#bdb9b9;padding:20px 0 30px}
.footer .footer-col{float:left;margin-right:30px}
.footer .footer-col.footer-col-last{margin-right:0}
.footer-logo a{padding:0 30px 12px 0;border-bottom:1px solid #fff}
.footer-col h4{margin-bottom:15px}
.footer-col a{color:#433f3f}
.footer-col span a{text-decoration:underline}
.footer-col .footer-img{width:209px;height:26px;background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/footer-img.png);background-repeat:no-repeat;margin-top:10px}
.cart-crossselling{display:none}
.checkout-cart-index .main-container,.checkout-onepage-success main-container,.customer-account-forgotpassword main-container{padding-top:50px}
.checkout-cart-index .footer-middle,.customer-account-login .footer-middle,.customer-account-create .footer-middle,.onestepcheckout-index-index .footer-middle,.checkout-onepage-success .footer-middle,.catalogsearch-result-index .footer-middle,.customer-account-forgotpassword .footer-middle{webkit-box-shadow:0 -12px 20px rgba(0,0,0,0.05);-moz-box-shadow:0 -12px 20px rgba(0,0,0,0.05);box-shadow:0 -12px 20px rgba(0,0,0,0.05)}
.checkout-onepage-success .col-main{padding:80px 0;min-height:400px}
.footer-brands-wrap{width:100%;max-width:100%;height:115px;background:#fff;-webkit-box-shadow:0 -12px 20px rgba(0,0,0,0.05);-moz-box-shadow:0 -12px 20px rgba(0,0,0,0.05);box-shadow:0 -12px 20px rgba(0,0,0,0.05)}
.footer-brands{z-index:9;height:auto!important;max-width:1180px;padding:0 10px;margin:0 auto;position:relative}
.footer-brands ul{height:115px;text-align:center;margin:0 auto}
.footer-brands ul li{width:8.3898305084746%;margin-top:33px;display:inline-block;margin-right:4.542373%}
.content-wrapper{border-top:0 solid #92b6c7;background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/Longboard-welkom-bg.jpg);background-position:center;background-repeat:no-repeat;background-size:cover}
.store-13 .content-wrapper, .store-10 .content-wrapper {background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/wakeboard-welkom.jpg); }
.content-wrapper::after{background-color:rgba(0,0,0,0.5);box-shadow:0 8px 11px rgba(0,0,0,0.4);-o-box-shadow:0 8px 11px rgba(0,0,0,0.4);-ms-box-shadow:0 8px 11px rgba(0,0,0,0.4);-webkit-box-shadow:0 8px 11px rgba(0,0,0,0.4);-moz-box-shadow:0 8px 11px rgba(0,0,0,0.4);content:'';display:block;width:100%;height:100%}
.content-box{padding:30px 23px 20px;color:#333;overflow:hidden}
.content-col{width:48%;margin-right:4%;float:left}
.klarna_promotion_logo {display: none;}


.headtitle h1,.headtitle h2{font-size:20px;color:#f25448;font-family:'Ubuntu',sans-serif;font-weight:400;margin-bottom:20px}
.content-col-last{margin-right:0!important;margin-top:0!important}
.content-col p,.content-col-last p,.content-box p{font-size:15px;line-height:20px;color:#000;margin-bottom:25px}
.content-box h2{font-size:20px;line-height:18px;margin-bottom:10px;color:#565656;font-weight:400}
.content-box a{color:black; font-weight:800;}


.content-box ul {list-style:disc;margin-left:15px;}
.content-box ol {list-style:decimal;margin-left:20px;}
.content-box h2, .content-box h2{font-size:20px;line-height:18px;margin-bottom:10px;color:#000;font-weight:700}
.content-box a{color:#565656}

.cms-index-noroute .col-main {display:none;}
.cms-index-noroute .col2-left-layout .col-left{display:none}
.cms-index-noroute .col2-left-layout .col-main{width:100%;background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/404-img.jpg);background-repeat:no-repeat;padding-left:300px;text-align:center;padding-top:50px;min-height:506px}
.cms-index-noroute .col2-left-layout .col-main h1{font-size:80px;color:#4d4e50}
.cms-index-noroute .col2-left-layout .col-main h2{font-size:33px;font-weight:500}
.cms-index-noroute .col2-left-layout .col-main h3{font-size:24px;font-weight:500;margin-bottom:30px}
.cms-index-noroute .col2-left-layout .col-main h4{font-size:14px;margin-bottom:0}
.std .no-route-content ul{margin-left:15px}

.footer-wrapper{position:relative;width:100%;margin:0;z-index:9}
.footer-top{width:100%;height:60px;background:#0c4da2}
.footer-middle{background-color:#f25448 !important}
.cms-page-view .page-title{margin-bottom:15px}
.cms-page-view .footer-middle,.contacts-index-index .footer-middle,.cms-index-noroute .footer-middle{padding-bottom:20px;-webkit-box-shadow:0 -12px 20px rgba(0,0,0,0.05);-moz-box-shadow:0 -12px 20px rgba(0,0,0,0.05);box-shadow:0 -12px 20px rgba(0,0,0,0.05)}
.catalog-product-view .footer-middle,.catalog-category-view .footer-middle{background:#fff;-webkit-box-shadow:0 -12px 20px rgba(0,0,0,0.05);-moz-box-shadow:0 -12px 20px rgba(0,0,0,0.05);box-shadow:0 -12px 20px rgba(0,0,0,0.05)}
.footer-middle-inner{min-height:271px;max-width:1180px;padding:35px 10px}
.footer-block{color:#3d3c3c;font-size:13px;line-height:25px;float:left;width:16.59859%}
.footer-block ul{margin-bottom:10px}
.footer-block li a{color:#3d3c3c}
.footer-block ul li:first-child{color:white;font-size:15px}
.footer-block-5{-webkit-box-shadow:6px 3px 13px 0 rgba(0,0,0,0.35);-moz-box-shadow:6px 3px 13px 0 rgba(0,0,0,0.35);box-shadow:6px 3px 13px 0 rgba(0,0,0,0.35);line-height:16px;padding:40px 1.8949152542373%;position:relative;text-align:center;color:#fff;background:#433f3f;height:272px;width:20.610169%;margin-top:-60px; margin-left:140px;}
.footer-block-5:before{content:'';border-style:solid;border-color:#363636 transparent transparent;position:absolute;top:0;left:-25px;border-width:0 0 25px 25px;border-color:transparent transparent #363636 transparent}
.footer-block-5 span{font-size:24px;line-height:25px}
.footer-bottom{font-size:12px;width:100%;color:#fff;height:31px;font-size:13px;background-color:#433f3f;line-height:31px}
.footer-bottom a{color:#fff}
.footer-bottom-2{height:40px;line-height:40px;text-align:right;color:#4f4f4f;background:#fff; display:none;}
.footer-bottom-2 a{color:#4f4f4f}
.footer-bottom-inner{text-align:center}
.footer-bottom-2 .footer-bottom-inner{text-align:center}
.big-desc{height:100%!important}
@media only screen and (min-width : 1025px) and (max-width : 1199px) {
.slider-static-text{padding:10px;overflow:hidden;text-transform:none;z-index:9;max-width:60%}
.header-top{text-align:left}
.fast-delivery{display:none!important}
.header-usps ul li{margin-left:10px}
.main-menu-item > a{padding:0 15px}
.searchautocomplete .nav{width:auto}
.main-menu-item{font-size:12px}
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
.logo-wakeboardstore,.logo-wakeboardstore a.logo,.logo-wakeboardstore a.logo:hover{width:264px;height:69px;height:auto;}
.small-banner-home-content{position:absolute;line-height:20px;left:13px;top:26px;font-size:11px}

.product-img-box {width:200px;}
.product-img-box img {width:100%;}
.product-shop{width: calc(100% - 230px);margin-bottom:0px;}

.description-wrap p{line-height:20px}
.category-product-img img{width:100%;height:auto}
.category-banner{width:60%}
.category-offers{margin-left:5%;width:32.016949%!important}
.small-banner-home span{left:13px;bottom:20px}
.add-to-bottom .price-info{right:25px;top:0;width:110%;z-index:1}
.main-menu-item .main-menu-dropdown{width:70%}

.no-route-img {width: 100%;}
.no-route-img img{float:left;width:100%;}
.std .no-route-content ul{margin-left:15px}
.std .no-route-content h2 {font-size: 23px;}
.std .no-route-content h3 {font-size: 18px;}

input[type=number].qty,input[type=text].qty{width:3em}
.block-viewed-wrap{background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/bg-banner-wrap.png);display:inline-block}
.block-viewed{float:left}
.block-layered-nav{border:2px solid #d3d4d6!important}
.block-layered-na h2{border:2px solid #d3d4d6}
.small-banner-home .img{background-size:78%;background-repeat:no-repeat;background-position:right bottom;right:-5px;bottom:6px}
.cms-index-noroute .col2-left-layout .col-main{background-position:left bottom;background-size:45% 70%}
.related-view .slick-next{display:none!important}
.mini-products-list li{width:29.9%!important}
.block-related{width:100%;height:auto;overflow:visible}
.slick-track{width:100%!important}
.slick-list{overflow:visible}
.product-item .product-name{max-height:46px;overflow:hidden}
.header-top{text-align:left}
.fixed-menu{display:none}
.medium-banner-home-last h2{left:60px;top:15px;font-size:17px;line-height:18px}
.nav-container{padding-top:5px;padding-bottom:5px;height:55px;}
.header-usps{display:none}
.page-header{height:143px}
.page-header-container{height:84px!important}
.header-minicart{margin-right:50px}
.checkout-cart-index .main-container{padding-top:90px}
.breadcrumbs{margin-top:90px}
.account-create,.account-login{padding-top:80px}
.main-menu-item > a{font-size:13px;padding:0 10px;margin-right:10px;margin-bottom:5px;margin-top:5px;background:#e6e7e8;}
.offers-block .product-item-grid-1 .product-item{width:62%}
#header-nav{line-height:auto;height:auto}
.header-logo{left:0}
.banner-nav{right:20px}
.category-list-top{display:none;}
.footer-block{color:#3d3c3c;font-size:13px;line-height:30px;float:left;width:16.59859%;text-align:center}
.footer-block img {display: block;margin: 0 auto;}
.banner-slider .banner-image{background-size:cover;background-position:30%;}
.content-row-home-banners{margin:50px auto 80px}
.newsletter-input input{width:143px}
.block-subscribe{position:relative;height:153px}
.block-subscribe .newsletter-img,.block-subscribe p,.header-logo a.logo::after,.footer-block-5{display:none}
.slider-static-text{position:absolute;padding:10px;height:50px;line-height:50px;overflow:hidden;position:relative;font-weight:400;text-transform:none;font-size:15px;z-index:9;left:5%;max-width:60%;padding:0 10px;margin:0 auto}
.block-waarom-superhelm h3,.block-subscribe .block-title h3{text-align:left}
.block-waarom-superhelm ul{list-style:disc;margin-left:10px}
.block-waarom-superhelm ul li::before{display:none}
a#prev,a#next{right:0}
a#prev{left:0}
#header-account{margin:0 auto;max-width:1180px}
#header-account ul li{padding:0 25px;height:16px;line-height:13px;float:right}
.product-item .product-content{max-width:180px}
.product-options-bottom{width:85%;margin-top:15px}
.add-to-cart-wrapper,.add-to-cart{margin-left:0}
.share-buttons{float:left;margin-top:10px}
#header-search{margin:23px 70px 0 270px}
#header-account ul li{text-align:center;line-height:25px;float:left}
#header-account ul li.first{padding:0 25px}
#header-account ul{display:table;margin:0 auto}
.page{float:left}
.header-top-repeat{height:25px;width:100%;}
.searchautocomplete .nav{width:293px!important}
.searchautocomplete .nav .nav-input{width:288px!important}
.header-usps{margin-top:5px}
.header-usps,#header-account ul li{font-size:11px}
.searchautocomplete .nav .nav-input{width:280px}
.main-menu-item{font-size:13px}
.main-menu-tegels,.main-menu-verwarming,.main-menu-spiegels,.payment-icons{display:none}
.content-bottom-left > a,.content-bottom-right > a{font-size:18px}
.content-text span{font-size:14px}
.usps-inner ul li{margin-bottom:15px}
.cat-navigation{padding-left:5px}
.product-item{width:32%;margin-right:2%}
.offers-block .product-item{width:23.5%;margin-right:2%}
.product-item-fourth{margin-right:2%}
.offers-block .product-item-fourth{margin-right:0}
.offers-block .product-item-fifth{display:none}
.product-item-third{margin-right:0}
.block-service-inner ul{font-size:12px}
.rating-wrapper{text-align:center}
.rating-right{margin:3px 0 0}
.rating-right-inside{width:118px;height:21px}
.rating-stars{height:21px;background-size:376px 376px;background-position:-7.527px -219.987px}
.rating-stars.rating-gold{background-position:-7.527px -195.125px}
.rating-bottom{font-size:11px}
.product-options dl dd{width:255px}
.product-options dl dd select{width:100%;height:38px}
#product-addtocart-button{left:0}
.crsell-content a.button::after,button.button::after{font-size:12px;line-height:30px}
.crsell-content a.button,button.button{font-size:13px;line-height:30px;height:36px}
.dailyoffer-counter{padding:7px}
.daily-timer{font-size:17px}
.dailyoffer-counter-box button.button{line-height:40px;height:40px}
.dailyoffer-counter-box button.button::after{top:5px}
.crsell-content .availability::before{content:none!important}
.crsell-content .availability,.cat-dropdown li{font-size:11px}
.m-filter-css-checkboxes,.cat-navigation{font-size:12px}
.offer-image-title h2{font-size:20px}
.block-contact-form form .legend{font-size:12px;margin:0;font-weight:700}
.block-contact-form .fieldset p.required{float:left}
.offers-block .product-item{width:31%;margin-right:1.6366612111293%}
.offers-block .product-item-grid-1 .product-item-odd .product-image img{max-width:410px}
.col2-left-layout .col-left{float:left;width:25%}
.col2-left-layout .col-main{float:right;width:73%;padding:0 0 20px}
.customer-account .col-main,.checkout-onepage-success .col-main{padding-top:110px;padding-left:182px;float:left}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.product-item .actions{display:none}
.breadcrumbs{margin-bottom:15px;margin-top:97px}
.product-item:hover .actions,.product-item:hover .product-item-wrapper .product-related,.product-item:hover .product-item-wrapper .manufacturer-logo,.product-item:hover .product-item-wrapper .order-button{display:none}
.product-item:hover .product-item-wrapper{-webkit-box-shadow:0 0 40px rgba(0,0,0,0.0);background:none}
}
@media only screen and (min-width : 768px) and (max-width : 870px) {
.small-banner-home-2 .img{background-size:60%;background-repeat:no-repeat;background-position:right bottom;right:-15px;bottom:12px}
}
@media only screen and (max-width : 767px) {
.block-layered-nav,.block-subscribe .newsletter-img,.header-logo a.logo::after,.breadcrumbs ul li.breadcrumb a,.content-row-one-slider,breadcrumbs ul li .end,.breadcrumbs ul li.begin-of-bc,.product-item > .actions,.product-item:hover > .actions,.product-item:hover .product-item-wrapper .product-related,.product-item:hover .manufacturer-logo,.col-left .block-service,.col-left .block-categories-nav,.breadcrumbs,.banner-nav,.no-display,.searchautocomplete .nav-submit-button,.skip-cart .label,.skip-nav .label,.skip-account .label,.skip-search .label,.header-top,.payment-icons,.header-logo a.logo-subtext,.header-usps,.header-bottom,.skip-content,.footer-brands-wrap,.menu-product,.category-offers,.category-title{display:none}
.block-viewed{float:left}
.category-banner{width:100%}
.medium-banner-home a{background-position:90% 0}
.medium-banner-home-last h2{display:none}
.add-to-bottom .price-info{right:75px;top:0;width:71%;z-index:1}
input[type=number].qty,input[type=text].qty{width:3em}
.customer-account .col-main,.checkout-onepage-success .col-main{padding-top:50px;padding-left:0}
.offers-title{font-size:23px;margin:15px 0 20px;border-bottom:0}
.product-item:hover .product-item-wrapper{padding-bottom:5px}
.product-item:hover .product-item-wrapper .order-button{margin:0 5px}
.mini-products-list .product-item{width:47.9%!important}
.cms-index-noroute .col2-left-layout .col-main{background-position:center bottom;background-size:0 0;padding-left:0}
.cms-index-noroute .col2-left-layout .col-main h1{margin-top:400px}
.extra-info{border-bottom:1px solid #efefef}
.block-title-related{border-top:1px solid #efefef;padding:10px 0}
.block-related{padding-top:0}
.add-to-bottom { width: 100%;}
.product-options-bottom .price-box, .add-to-bottom .price-box {width: 70%;}
.product-img-box {width:100%;}
.product-img-box img {width:100%;}
.product-shop{width: 100%;margin-bottom:0px;}
.no-route-content ul,.no-route-content.button{margin-left:0px; text-align:center;float:none;}
.no-route-content h2 {font-size: 25px;}
.no-route-content h3 {font-size: 18px;}
.add-to-bottom {width: 100%;}

.mini-products-list li .product-image img{max-width:110px;height:auto}
.slick-slider{margin-right:0}
.related-view .slick-next{display:none!important}
.mini-products-list li{width:47.9%!important}
.mini-products-list li.even{float:right}
.block-related{width:100%;height:auto;overflow:visible}
.slick-track{width:100%!important}
.slick-list{overflow:visible}
.product-item:hover .product-item-wrapper{width:158.363636%}
.footer-bottom{float:left}
.small-banner-home{height:185px}
.delivery-time{margin-right:10px}
.product-name,.block-title-related{font-size:16px;margin-top:35px}
.product-name h1,.block-title-related h2{font-size:16px}
.fixed-menu{display:none}
.product-options dl dd{width:255px}
.product-options dl dd select{width:100%;height:38px;margin-bottom:20px}
.add-to-cart-wrapper,.add-to-cart{margin-left:0;margin-top:0}
.product-options-bottom{width:77%}
.product-options-bottom .price-box{text-align:right;float:right;width:54%;margin-top:0}
.validation-advice{background:#fff;left:6px;top:8px}
.extra-info .share-buttons{float:left;margin-bottom:10px}
.breadcrumbs{height:auto;padding:10px 0}
.breadcrumbs li,.breadcrumbs li a,.breadcrumbs li span{font-size:16px}
.breadcrumbs ul li.home a span::after,.breadcrumb-middle a span::after{display:none}
.breadcrumbs ul li.home a{font-size:12px}
.footer-block{float:none!important;}
.footer-block ul li:first-child{font-size:20px}
.footer-block-5{-webkit-box-shadow:6px 3px 13px 0 rgba(0,0,0,0.0);-moz-box-shadow:6px 3px 13px 0 rgba(0,0,0,0.0);box-shadow:6px 3px 13px 0 rgba(0,0,0,0.0);line-height:16px;padding:20px 1.8949152542373%;position:relative;text-align:center;color:#fff;background:#433f3f;height:auto;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;margin-top:0;margin-bottom:10px; margin-left:0px;}
.block-subscribe{position:relative;height:123px}
.footer-middle-inner{padding-top:20px}
.footer-bottom-2 .footer-bottom-inner{text-align:center;line-height:20px;padding:15px 0}
.footer-block-5:before{display:none}
.footer-block{border-bottom:1px solid #ddd;padding-top:20px;font-size:14px;text-align:center;width:100%!important; margin:0!important;}
.footer-block-4{border-bottom:0 solid #ddd}
.footer-block img {display: block;margin: 0 auto;}
.content-col{width:100%}
.header-logo{position:relative;margin:0 auto}
.header-logo a.logo{transition:all 0;-moz-transition:all 0;-ms-transition:all 0;-webkit-transition:all 0;-o-transition:all 0;width:238px;height:108px;background-size:500px 500px;background-size:contain;}
.header-minicart::before{content:none}
.header-minicart .count{left:21px;top:-18px}
.skip-cart .icon{margin:-10px}
.content-row-home-banners{margin:18px auto 0}
.medium-banner-home{width:48.75%;margin-bottom:10px}
.medium-banner-last{margin-right:0}
.small-banner-home{width:100%;margin-bottom:20px}
.small-banner-home .img{background-size:100%;background-repeat:no-repeat;background-position:right bottom}
.medium-banner-home a img{z-index:100;position:absolute;z-index:100}
.block-waarom-superhelm h3,.block-subscribe .block-title h3{text-align:left}
.medium-banner-home h3{z-index:100}
.searchautocomplete,#header-cart,#header-nav,#header-account{box-shadow:0 2px 3px rgba(0,0,0,0.0);-moz-box-shadow:0 2px 3px rgba(0,0,0,0.0);-ms-box-shadow:0 2px 3px rgba(0,0,0,0.0);-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.0);-o-box-shadow:0 2px 3px rgba(0,0,0,0.0)}
.searchautocomplete .nav .nav-input input{border-left:1px solid #ddd!important}
.view-mob .breadcrumbs,.view-mob,.skip-link,.skip-content.skip-active{display:block}
#narrow-by-list-0{display:block!important}
.breadcrumbs .view-mob{display:inline-block}
.page-header-container.container{padding:0}
.header-middle{text-align:center;padding-top:0}
.header-logo{float:none;margin-bottom:10px}
.header-minicart{width:auto;margin-right:0}
.header-minicart .count-wrapper,.header-minicart .count{display:none}
.header-logo .logo-img{background-size:350px 350px;background-position:-7px -7px;width:35px;height:39px}
.header-logo .logo-text{font-size:23px;line-height:21px;margin-left:12px}
.cart-account-nav{float:none;z-index:1000;position:relative;height:40px;background-color:#e6e7e8}
.header-minicart{padding-left:0;margin-top:0}
.skip-nav,.skip-account,.skip-search,.skip-cart{position:absolute;top:0;display:block;width:40px;height:40px}
.skip-nav .icon,.skip-search .icon,.skip-account .icon,.skip-cart .icon{transition:all .5s;width:40px;height:40px;display:block}
.skip-nav{left:0}
.skip-search{right:10px}
.skip-account{right:51px}
.skip-search .icon{right:0}
.skip-cart{right:82px}
.skip-nav span.icon{background-color:#f25448;background-image:none}
.skip-nav .icon:hover{opacity:.8;filter:alpha(opacity=80)}
.skip-cart .icon,.skip-search .icon,.skip-account .icon{background-color:#433f3f}
.skip-cart .icon{background-position:-178px -94px}
.skip-search .icon{background-position:-95px -1px}
.skip-account .icon{background-position:-173px -48px}
.icon .icon-bar{background-color:#fff;border-radius:1px;display:block;height:2px;width:26px;margin:0 auto;position:relative;top:12px}
.icon .icon-bar + .icon-bar{margin:5px auto 0}
.searchautocomplete .nav{float:none!important;float:none!important}
.searchautocomplete .nav .nav-input{width:100%!important;margin:0 auto!important}
#header-search{padding:30px 0;float:none;margin:0}
.searchautocomplete .nav{width:auto;float:none}
.searchautocomplete .nav .nav-input{border-radius:0;width:auto}
.searchautocomplete .nav .nav-input input{text-align:center;padding:0}
#header-account ul li{padding-right:0;margin-right:0;border-right:0;font-size:15px}
#header-account ul li a{color:#433f3f}
#header-nav{position:static;background:none;height:auto;line-height:normal;background-color:#f9f9f9;border:1px solid #dadada;border-top:0}
#header-account{position:absolute;top:183px;width:100%;background-color:#f9f9f9;border:1px solid #dadada}
#header-account ul li{height:auto}
#header-cart{position:absolute;top:42px;right:10px;width:100%;background-color:#f9f9f9;text-align:center;z-index:10;padding:30px 10px}
.count-wrapper{position:absolute;top:-10px;right:0}
.count-wrapper .count{display:table-cell;width:22px;height:22px;vertical-align:middle;text-align:center;color:#fff;border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;-webkit-border-radius:50%;background-color:#50bcd5}
.main-menu-item.main-menu-home{display:none}
#header-account ul li,.main-menu-item{float:none;width:100%;text-align:center;line-height:38px;border-bottom:1px solid #dadada;margin-left:0}
#header-account ul li.last,.main-menu-item-last{border-bottom:0}
.replace-banner,.replace-banners,.content-row-four > div,.content-bottom-left,.content-bottom-right,.day-offer,.large-banner,.slider-container,.banners-right{float:none;width:100%}
.usps-inner ul li,.content-row-four > div,.content-bottom-left,.day-offer,.slider-container{margin-bottom:20px}
.content-row-four > div{margin-left:0}
.content-row-four .medium-banner{margin-bottom:0}
.banner-image .banner-image-text{bottom:auto;top:20px}
.banner-image-text h2{font-size:24px}
.banner-image-text span{font-size:18px}
.content-bottom-left > a,.content-bottom-right > a{font-size:26px}
.day-offer{height:auto}
.day-offer-image,.day-offer-content{height:380px;width:100%;float:none}
.daily-timer{font-size:21px}
.replace-banner{margin-bottom:20px}
.breadcrumbs ul li{line-height:25px}
.breadcrumbs ul li.home a{border-top:0;border-bottom:0;height:auto;display:inline;padding:0;color:#9d9d9c}
.breadcrumbs ul li.breadcrumb-end strong{background:transparent;float:none;padding:0;display:inline}
.breadcrumbs ul li.breadcrumb a{background:transparent;border-top:0;border-bottom:0;display:inline;float:none;height:auto;line-height:normal;padding:0}
.col2-left-layout .col-main,.col2-left-layout .col-left{width:100%}
.col2-left-layout .col-left{margin-bottom:20px;display:none}
#narrow-by-list-0 dd{padding:15px;border-bottom:1px solid #bdb9b9}
.block-layered-nav{margin-top:10px}
.block-layered-nav dl{margin-bottom:10px}
.main-container-catalog-home{padding:0 10px}
#header-nav ul#nav{position:relative;margin-left:0}
.product-item button.button-list,.button,a.button-list{margin-right:0;width:125px}
.main-menu-item > a{color:#000;padding:0 21px;line-height:40px;display:block}
.main-menu-item > a:hover{background:#efefef}
.product-item,.offers-block .product-item{width:48.75%;margin-right:2.5%;border:1px solid #ddd;height:auto;float:left}
.offers-block .product-item-grid-1 .product-item-odd{width:100%;height:auto}
.offers-block .product-item-grid-1 .product-item:hover .product-item-wrapper{width:100%;height:auto}
.product-item:nth-child(2n){margin-right:0;float:right}
.offers-block .product-item-fifth{display:none}
.product-item .product-item-wrapper{height:auto;padding:5px}
.product-item:hover .product-item-wrapper{box-shadow:none;height:auto;width:auto;position:static;padding-bottom:5px}
.product-item .product-item-inside{float:none;text-align:center}
.product-item:hover .product-item-inside{margin:0}
.product-item .product-item-wrapper .actions{display:block;position:static}
.product-item button.button-list::after,button::after,a.button-list::after{display:none}
.product-item .product-image{display:inline-block}
.product-item .product-content{height:120px;max-width:100%}
.product-item .price-box .old-price{font-size:12px}
.product-item .price-box .special-price,.product-item .price-box .regular-price{font-size:16px}
.product-item .actions{text-align:center;padding-bottom:10px}
.product-item:hover .product-item-wrapper .product-related,.product-item:hover .product-item-wrapper .order-button{display:none}
.product-item .product-content{width:100%;height:70px}
.product-item .actions .button{float:none;margin-right:0}
.customer-account .col-left{display:none}
.product-img-box,.product-shop{float:none;clear:left;width:100%}
.additional-data{margin-top:10px}
.product-collateral .toggle-tabs li{padding:0 10px}
.product-collateral .toggle-tabs li span::after{content:none}
.product-collateral .toggle-tabs li > span{font-size:10px}
.get-more-products a{margin-left:0;margin-top:10px;float:none;width:100%}
.get-more-products a:first-of-type{margin-top:0}
.crsell-product-wrapper > div{margin:13px 0}
.crosssell-title h2{font-size:22px}
.crosssell-title h2::after{top:13px}
.crsell-price .price-box{bottom:-3px}
.crsell-price .price-box p{line-height:14px}
.crsell-price .price-box .old-price{font-size:11px}
.crsell-price .price-box .special-price,.crsell-price .product-item .price-box .regular-price{font-size:13px}
.crsell-price .price-box .special-price .price-label{font-size:11px}
.crsell-content-bottom{display:none}
.crsell-content-inner{padding-right:4%}
.crsell-content-inner > span,.crsell-content a.crsell-product-link{font-size:10px}
.total-in-cart .product-title{width:81.6%}
.total-in-cart .current-item > span,.total-in-cart .added-item > span{font-size:12px}
.total-add-to-cart{width:100%;padding-right:0}
.cart-crossselling .crosssell-title h2{font-size:15px}
.cart-crossselling .crosssell-title h2::after{content:none}
.block-cart .block-subtitle .skip-link-close{position:relative;right:10px}
.product-details{text-align:left}
.contact-table .col-item{float:none;width:100%;margin-right:0;margin-bottom:15px}
.footer .footer-col{float:none;width:100%;text-align:center;margin-right:0;margin-bottom:15px}
.footer-logo{text-align:center}
.footer-logo a{display:inline-block;padding-right:15px;padding-left:15px}
.footer .footer-col h4{margin-bottom:8px}

.product-image-overlay {display:block;position:absolute;left:0px;top:0px;}

#lightbox-container-image-box {width:100%!important;height:auto!important;}
#lightbox-image {width:100%;height:auto;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {height:100%!important;display:block!important;}
#lightbox-nav-btnPrev {background:url(http://www.zitzak.eu/js/lightboxes/jquery-lightbox-0.5/images/lightbox-btn-prev.gif) 0% 15% no-repeat transparent!important;}
#lightbox-nav-btnNext {background:url(http://www.zitzak.eu/js/lightboxes/jquery-lightbox-0.5/images/lightbox-btn-next.gif) 100% 15% no-repeat transparent!important;}

.no-route-img{float:none;margin:0 auto;display:table}
  .no-route-img img{width:100%}
  .no-route-content{width:100%;padding-top:20px;margin-left:0}
  .no-route-content ul{margin:0 auto;width:80%}
}
@media only screen and (max-width :1113px) {
.footer-block-5{margin-left: 85px;}
  
}

@media only screen and (max-width : 500px) {
.content-text{padding:36px 10px 0;text-align:center}
.content-text::before,.content-text::after{content:none}
.col2-set .col-1,.col2-set .col-2{float:none;width:auto;border:0;padding-right:0;padding-left:0}
}
.klantenservicemenu{display:block;width:100%;line-height:24px}
.klantenservicemargin{margin-bottom:10px}
.klantenservicemenu:last-child{margin-bottom:10px}
.klantenservicemenu2,.klantenservicemenu3,.klantenservicemenu4{background:url(http://www.badkamerwarenhuis.nl/images/left-bullet.gif) left center no-repeat;padding-left:10px;color:#585858;font-size:.923em;text-decoration:none}
.klantenservicemenu3{margin-left:9px}
.klantenserviceplus{background:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/plus.png);float:right;display:inline-block;width:16px;height:16px;margin-top:5px}
.klantenserviceplus2{background:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/plus2.png);float:right;display:inline-block;width:16px;height:16px;margin-top:5px}
#showroomsinfo,#bouwserviceinfo,#renovatieinfo{display:none}
.widthklant3{width:91.363636363636%;float:right}
.btn-proceed-checkout{width:auto}
.checkout-onepage-success .main-container.col1-layout {margin-top: 20px;}
.logo-waterdichtetassen a.logo {background-image:initial;width:240px; }
.logo-waterdichtetassen {top:0px; }
.logo-waterdichtetassen a.logo:hover {background-image:unset; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url("https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/css/ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block;margin:0 auto; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next {box-shadow:none !important;background-image:url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/sprite2.png');
background-repeat:no-repeat;background-color:transparent; opacity: 1;
position: absolute; display: block; height: 15px; width: 28px; line-height: 0; font-size: 0; cursor: pointer; padding: 0; border: none; outline: none;left:12px; }
.related-view .slick-prev, .related-view .slick-next {top:35%;bottom:auto;}
.related-view .slick-prev {left:-12px;right:auto;}
.related-view .slick-next {right:-28px;left:auto;}
.related-view .slick-disabled {display:none!important;}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none !important; background-color: transparent; color: transparent;box-shadow:none !important;}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {opacity: 0.5  }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.related-rotate-hor .slick-prev, .brand-logos .slick-prev { left: -25px;background-position:-586px -397px; }
.related-rotate-hor .slick-next, .brand-logos .slick-next { right: -25px;background-position:-583px -352px;  }

.related-rotate-ver .slick-prev, .related-rotate-ver .slick-next {left:13px;height:18px;width:28px;}
.related-rotate-ver .slick-prev, .related-rotate-ver .slick-prev:hover {background-position:-195px -9px;top:-3px;}
.related-rotate-ver .slick-next, .related-rotate-ver .slick-next:hover {background-position:-195px -43px;top:296px;}
.related-rotate {margin-top:20px;}
.product-addto-box-small .related-block {margin:0 13px;}

.related-products li.item.item-fifth {margin-right:0 !important;}
.product-addto-box-small .related-products li.item {width:55px;}
.product-addto-box .related-block-item:hover {border-color:white;}
.product-addto-box .related-block {margin:0 20px;}
.product-addto-box .related-block .slick-prev, .product-addto-box-small .related-block .slick-prev {background-position:-574px -579px;left:-22px;}
.product-addto-box .related-block .slick-next, .product-addto-box-small .related-block .slick-next {background-position:-574px -545px;right:-22px; }
.product-addto-box .related-products li.related-block-item li.item {width:55px;}


.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

[dir="rtl"] .slick-next {right: auto;left: -25px;}
[dir="rtl"] .slick-next:before {content: "\2190";}
[dir="rtl"] .slick-prev {right: -25px;left: auto;}
[dir="rtl"] .slick-prev:before {content: "\2192";}
[dir="rtl"] .slick-slide {float: right;}


.postWrapper {
    padding-bottom: 25px;
    clear: both;
}

.postTitle {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px;
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 10px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 0px;
}

.postContent {
    padding-bottom: 10px;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://www.longboardcenter.eu/skin/frontend/base/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}
div.amshopby-column {
    float: left;
    width: 105px;
    overflow: hidden;
}

select.amshopby-select {
    width:170px;
}

.amshopby-logo{
padding: 0pt 10px 10px 0pt; float: left;
}

.amshopby-featured {
    padding: 5px 5px 5px 5px; 
}

.amshopby-link{
    float:left;
    padding-left:5px; 
    padding-top:5px;
}

.amshopby-clearer {
	display:block; 
	clear:both; 
	overflow: hidden;
}
div.block-layered-nav dd a {padding:0px 5px 0px 0px; display:block; float: left;color:#565656;white-space:nowrap;}
div.block-layered-nav dd a:hover {color:#f25448;}
div.block-layered-nav dd a.amshopby-attr, div.block-layered-nav dd a.amshopby-attr:hover {padding-left:15px; background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr::before, div.block-layered-nav dd a.amshopby-attr-selected::before {border-style: none !important;}
div.block-layered-nav dd a.amshopby-attr-selected {font-weight: bold; padding-left:15px; background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;}
div.block-layered-nav dd a.amshopby-attr-inactive {pointer-events: none; color: #666666}
div.block-layered-nav dd a img {/* padding: 0px 4px 5px;*/ float:left;}

div.block-layered-nav dd li.amshopby-cat-level-2 {padding-left:10px;}
div.block-layered-nav dd li.amshopby-cat-level-3 {padding-left:20px;}

div.block-layered-nav dd a.amshopby-cat-selected {font-weight: bold;
color:black; text-decoration: none; cursor:text;}

div.block-layered-nav li.amshopby-cat-multi a {
    padding-left:15px;
    background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-cb1.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav li.amshopby-cat-multiselected a {
    font-weight: bold;
    background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-cb2.gif); background-repeat: no-repeat; background-position: left center;
}

div.block-layered-nav dd li span.amshopby-plusminus {float:left;
display:block; width:15px; height:15px; cursor:pointer;
background:transparent url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-plus.gif)  no-repeat;}
div.block-layered-nav dd li span.minus {background:transparent
url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-minus.gif) no-repeat;}
div.block-layered-nav dd li:after {display:block; content:".";
clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }


div.block-layered-nav.amshopby-collapse-enabled dl dt::after {
    border-style: none !important;
}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt{background:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-expanded.gif) center left no-repeat;}
.main .col-left div.block-layered-nav.amshopby-collapse-enabled dl dt.amshopby-collapsed{background:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-collapsed.gif) center left no-repeat;}

.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dt{background:none;}
.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dt.amshopby-collapsed{background:none}

.main .col-main div.block-layered-nav.amshopby-collapse-enabled .toggle-content dl dd .no-display {
    display: block!important;
}

div.block-layered-nav div.amshopby-slider {
	 position:relative; margin:10px 4px 5px 4px; z-index:9; height:18px;  background: url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-slider-bg.gif) repeat-x 0 50%; cursor:pointer;
}
div.block-layered-nav div.amshopby-slider div.handle {margin-left:-4px; width:8px; top:3px; height:14px; background: transparent url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-hadle.png) no-repeat; position: absolute; cursor:move; z-index: 2;}

/*
 * Slider labels
 */
.amshopby-slider-price {
	color: #798794;
}
.amshopby-slider-price-from {
	float: left;
    
}
.amshopby-slider-price-to {
	float: right;
}

.amshopby-slider-handle-right {
	position: absolute;
	top: 14px;
	right: 0px;
}

.amshopby-slider-handle-left {
	position: absolute;
	top: 14px;
	left: 0px;
}

.amshopby-tooltip {
    padding:2px 5px;
    background:#FEC;
    border:1px solid #FAA819;
    color:#1F5070;
    text-align:left;
    width:200px;
    position:absolute;
}

.amshopby-slider-price-range 
{
	text-align: center;
	font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor:help;
    display: inline;
}

div.block-layered-nav, div.amshopby-page-container, div.amshopby-filters-top {
    position: relative;
}
div.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}
div.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

div.amshopby-overlay div {
    margin: 0 auto;
    display: block;
	width: 300px;
	height: 200px;
	background:  url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-overlay.gif') 50% 50% no-repeat;
}

/*
 * Advanced Categories
 */
.amshopby-advanced li {
	clear: both;
}
.amshopby-advanced li.level1 {
	padding-left: 20px;
}
.amshopby-advanced li.level2 {
	padding-left: 30px;
}
.amshopby-advanced li.level3 {
	padding-left: 40px;
}
.amshopby-advanced li.level4 {
	padding-left: 50px;
}


.amshopby-advanced li.active > a {
	font-weight: bold;
}

/*
 * Slider Bar
 */
.amshopby-slider-bar {
	position:absolute; 
	background: #999; 
	height: 6px; 
	top: 6px; 
	z-index: 1;  
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
	overflow: auto; 
}

.btn-remove-inline { background-image: url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/am_btn_remove.gif'); background-repeat: no-repeat; width:13px; height:12px; margin-left: 4px; }
.btn-remove-inline:hover { /* background-position: center bottom; */ }
.amshopby-hightlighted { background: yellow;}

.btn-remove-inline img {display: inline;}

div.block-layered-nav div.amshopby-slider div.handle.active { z-index: 3; }

.amshopby-slider-ui { background: url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/amshopby-slider-bg.gif) repeat-x 0 50%; margin: 10px .4em; }
.amshopby-slider-ui .ui-slider-handle { background-color: #f25448; box-sizing: border-box; outline: none; }
.amshopby-slider-ui .ui-slider-range { background-color: #999999; }

.ui-widget-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; }
.ui-slider { cursor: pointer; position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.8em; height: 1.2em; cursor: pointer; -ms-touch-action: none; touch-action: none; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range { filter: inherit; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.2em; margin-left: -.4em; }
.ui-slider-horizontal .ui-slider-range { top: 0.2em; height: 8px; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

.amshopby-narrow-by-list table td { vertical-align: top; }

input[name^="amshopby"][id$="from"].input-text, input[name^="amshopby"][id$="to"].input-text{
    width: auto;
}

.amshopby-filters-top .block-content ol{
    max-width: 250px;
}

.amshopby-item-top div.amshopby-column {
    width: auto;
}

.no-display-current, .no-display{
    display: none;
}

.current .no-display-current, dd.current td.no-display{
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0px;
    }
}
div.amshopby-filters-top {background-image:url(https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/bg-filtering.png);background-color:#ccc;background-repeat:repeat;padding:20px;position:relative;border:2px solid #d3d4d6;z-index:10;}
div.amshopby-filters-top.amshopby-container-top {padding:0px;background-image:none;background-color:transparent;border:0px;}
div.amshopby-filters-top.amshopby-container-top::after {content:'';display:block;clear:both;}
div.amshopby-filters-top .block-title {display:none;}
div.amshopby-filters-top .block-content > p.block-subtitle {display:none;}
.amshopby-item-top{position:relative;float:left;}
div.block-layered-nav.amshopby-collapse-enabled dl dt {padding:7px 5px 7px 10px;cursor:pointer;border:1px solid #cecece;text-indent:14px;background:url("https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/i-dropdown.gif") 9px 14px no-repeat #fff;color:#565656;padding-right:55px;margin-right:10px;font-weight:normal;text-transform:none;}
div.block-layered-nav.amshopby-collapse-enabled dl dt:hover {background:#ef8404;color:white;}
div.block-layered-nav.amshopby-collapse-enabled dl dd {position:absolute;top:36px;left:0px;display:none;}
div.block-layered-nav.amshopby-collapse-enabled dl:hover dd {display:block;}
div.block-layered-nav.amshopby-collapse-enabled dl dd ol {padding:10px;background-color:white!important;min-width:180px;border:1px solid #cecece;display:none!important;}
div.block-layered-nav.amshopby-collapse-enabled dl:hover dd ol {display:block!important;}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.searchautocomplete {position:relative;}

.searchautocomplete .sprite {
  background: url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/mirasvit/sprite.png');
}
.searchautocomplete > label {
  float: left;
  margin-right: 10px;
  color: #333;
  font-weight: bold;
  margin-top: 8px;
}
.searchautocomplete .nav {
  float: left;
  position: relative;

}
.searchautocomplete .nav .nav-search-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 15;
}
.searchautocomplete .nav .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav .nav-search-in .category-fake {
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f7f7f7));
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff7f7f7', GradientType=0);
  border-right: 1px solid #dddddd;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  height: 27px;
  line-height: 27px;
  margin: 4px 0px 0px 2px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav .nav-search-in .nav-down-arrow {
  background: url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/mirasvit/sprite.png');
  width: 9px;
  height: 5px;
  background-position: -26px -34px;
  display: block;
  right: 10px;
  top: 16px;
  position: absolute;
}
.searchautocomplete .nav .nav-search-in:hover .category-fake {
  background-color: #eeeeee;
  background-image: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: -o-linear-gradient(top, #f7f7f7, #e1e1e1);
  background-image: linear-gradient(to bottom, #f7f7f7, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffe1e1e1', GradientType=0);
}
.searchautocomplete .nav .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .nav .nav-input {
  *zoom: 1;
  height:40px;
  width:235px;
  
  border-right:0px;
  z-index: 12;
  position: relative;
  padding:0px!important;
  border-radius:5px 0px 0px 0px;
  -moz-border-radius:5px 0px 0px 0px;
  -ms-border-radius:5px 0px 0px 0px;
  -o-border-radius:5px 0px 0px 0px;
  -webkit-border-radius:5px 0px 0px 0px;
}
.searchautocomplete .nav .nav-input:before,
.searchautocomplete .nav .nav-input:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .nav .nav-input:after {
  clear: both;
}
.searchautocomplete .nav .nav-input input {
  z-index: 10;
  padding: 0px;
  height: 35px;
  border: 0px;
  font-family: arial, sans-serif;
  font-size: 12px;
  background: transparent;
  color: black;
  outline: 0px;
  width: 80%;
  padding-left:5px;
  border:1px solid #c4c5c5;
  border-left:none;
}
.searchautocomplete .nav .nav-input input.suggest {
  display: none;
  color: #999;
  z-index: 9;
}
.searchautocomplete .nav-submit-button {
  float: left;
  background-position:-181px -47px;
  width:46px;
  height:35px;
}
.searchautocomplete .nav-submit-button .button {
  width: 70px;
  height: 40px;
  margin: 0px;
  background: url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/sprite.png');
  background-position: -82px -2px;
  background-size:500px 500px;
  background-repeat: no-repeat;
  text-indent:-9999px;
  display:block;
  cursor: pointer;
  background-color: #50bcd5;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  border-radius: 0px 5px 5px 0px;
  z-index: 14;
  border: 1px solid #e8e8e8;
  border-left:0px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 15px 10px 5px 10px;
  position: absolute;
  left:0px;
  top: 42px;
  width: 100%;
  min-width:340px;
  z-index: 102;
  
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
  margin-bottom: 5px;
  border: 1px solid #ccc;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a.name {
  color: #444;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeffee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box {
  font-weight: bold;
  font-size: 13px;
  color: #50bcd5;
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .regular-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price-label,
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .special-price .price-label {
  display: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label {
  font-weight: normal;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .old-price .price {
  font-size: 0.9em;
  color: #999;
}
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong {
  color: #50bcd5;
}
.searchautocomplete .searchautocomplete-placeholder .index-title {
  text-align: right;
  color: #0A263C;
  border-bottom: 1px solid #CCC;
  padding: 2px 5px;
}
.searchautocomplete .searchautocomplete-placeholder .index-title span {
  color: #666;
  font-size: 0.9em;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 4px 5px 10px;
}
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  top: 11px;
  right: 10px;
  width: 16px;
  height: 16px;
  background: url('https://www.longboardcenter.eu/skin/frontend/default/longboardcenter/images/mirasvit/loader.gif');
}
.searchautocomplete-widget {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.autocomplete-item .description {font-size:10px;}
.autocomplete-item .searchautocomlete-image, .autocomplete-item .autocomplete-middle, .autocomplete-item .autocomplete-price {float:left;}
.autocomplete-item .searchautocomlete-image {width:17.6%;margin-right:1%;}
.autocomplete-item .searchautocomlete-image img {width:100%;height:auto;}
.autocomplete-item .autocomplete-middle {width:61.7%;}
.autocomplete-item .autocomplete-price {}
.autocomplete-price .price-box {padding:0px;margin-top:15px;}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
		.price-box .special-price, .product-item .price-box .regular-price {font-size:15px!important;}
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}

.klarna_promotion_logo img{
    margin: 10px auto;
    display: block;
}
/**
 * YouAMA.com
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA that is bundled with this package
 * in the file license.txt.
 *
 /****************************************************************************
 *                      MAGENTO EDITION USAGE NOTICE                         *
 ****************************************************************************/
 /* This package designed for Magento Community edition YouAMA.com does not
 * guarantee correct work of this extension on any other Magento edition 
 * except Magento Community edition. YouAMA.com does not provide extension
 * support in case of incorrect edition usage.
 /****************************************************************************
 *                               DISCLAIMER                                  *
 ****************************************************************************/
 /* Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future.
 *****************************************************
 * @category   Youama
 * @package    Youama_Slider
 * @copyright  Copyright (c) 2012 YouAMA.com (http://www.youama.com/)
 * @license    http://youama.com/freemodule-license.txt
 */
.slider-wrapper{
    position:relative;
}
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	line-height:1.2;	
	z-index:8;
	padding: 10px 15px;
	overflow: hidden;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:50%;
    margin-top:-26px;
	z-index:9;
	cursor:pointer;
    opacity:0;
    -moz-opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -ms-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
#slider:hover .nivo-directionNav a{
    opacity:1;
    -moz-opacity:1;
    filter:alpha(opacity=10);
}
.nivo-prevNav {
	left:10px;
    background-image:url('https://www.longboardcenter.eu/skin/frontend/base/default/images/youama/slider/slider-left.png');
    height:52px;
    width:32px;
    text-indent:-9999px;
}
.nivo-nextNav {
	right:10px;
    background-image:url('https://www.longboardcenter.eu/skin/frontend/base/default/images/youama/slider/slider.png');
    height:52px;
    width:32px;
    text-indent:-9999px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 10px 0;
    position:absolute;
    z-index:9;
    display:none;
}
.nivo-controlNav a {
	cursor:pointer;
    display:inline-block;
	width:12px;
	height:12px;
	text-indent:-9999px;
	border:2px solid #fff;
	margin: 0 5px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.cookiealert {
    background: #333;
    color: #fff;
    padding: 15px;
    font: 12px/18px;
}

.cookiealert .wrapper {
    width:100%;
    max-width: 1200px;
    margin: 0 auto;
}

.cookiealert .inner {
	margin-left:-15px;
	margin-right:-15px;
}

.cookiealert .cookie-title,
.cookiealert .content,
.cookiealert .actions {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.cookiealert .inner .cookie-title {
    display: block;
    color: #fff;
    font-size: 1.25rem;
    font-weight: bold;
    margin: 0;
}

.cookiealert .inner p {
    font-size:1rem;
}

.cookiealert .inner a {
    color: #28a745;
    text-decoration: underline;
}
.cookiealert .inner a:hover {
    text-decoration: none;
}

.cookiealert .inner .actions {
    display: flex;
}

.cookiealert .inner .actions a {
    display: block;
    font-size: 1rem;
    text-decoration: none;
    font-weight: bold;
    padding:5px 15px;
    border-radius:4px;
    border:1px solid #000000;
}

.cookiealert .inner .actions a.accept {
	background-color: #28a745;
	color: #ffffff;
	border-color: #23963e;
	margin-right: 15px;
}
.cookiealert .inner .actions a.accept:hover {
	background-color: #2dbf4f;
}

.cookiealert .inner .actions a.decline {
	background-color: #dc3545;
	color: #ffffff;
	border-color: #da2f3f
}
.cookiealert .inner .actions a.decline:hover {
	background-color: #df4957;
}

@media (min-width: 768px) {
	.cookiealert .content,
	.cookiealert .actions {
		margin-bottom:0;
	}
	
	.cookiealert .content {
		flex:1;
	}
	
	.cookiealert .message {
		display:flex;
		align-items:center;
	}
}
