@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

@font-face {
  font-family: 'SamsungOneC';
  src: url("SamsungOneC/samsungone-200c_v1.0-webfont.woff2") format("woff2"), url("SamsungOneC/samsungone-200c_v1.0-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOneC';
  src: url("SamsungOneC/samsungone-300c_v1.0-webfont.woff2") format("woff2"), url("SamsungOneC/samsungone-300c_v1.0-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOneC';
  src: url("SamsungOneC/samsungone-400c_v1.0-webfont.woff2") format("woff2"), url("SamsungOneC/samsungone-400c_v1.0-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOneC';
  src: url("SamsungOneC/samsungone-450c_v1.0-webfont.woff2") format("woff2"), url("SamsungOneC/samsungone-450c_v1.0-webfont.woff") format("woff");
  font-weight: 450;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOneC';
  src: url("SamsungOneC/samsungone-500c_v1.0-webfont.woff2") format("woff2"), url("SamsungOneC/samsungone-500c_v1.0-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOneC';
  src: url("SamsungOneC/samsungone-600c_v1.0-webfont.woff2") format("woff2"), url("SamsungOneC/samsungone-600c_v1.0-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOneC';
  src: url("SamsungOneC/samsungone-700c_v1.0-webfont.woff2") format("woff2"), url("SamsungOneC/samsungone-700c_v1.0-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'SamsungOneC';
  src: url("SamsungOneC/samsungone-800c_v1.0-webfont.woff2") format("woff2"), url("SamsungOneC/samsungone-800c_v1.0-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'SamsungSharpSans';
  src: url("SamsungSharpSans/SamsungSharpSansBold.woff2") format("woff2"), url("SamsungSharpSans/SamsungSharpSansBold.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'SamsungSharpSans';
  src: url("SamsungSharpSans/SamsungSharpSansMedium.woff2") format("woff2"), url("SamsungSharpSans/SamsungSharpSansMedium.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'SamsungSharpSans';
  src: url("SamsungSharpSans/SamsungSharpSansRegular.woff2") format("woff2"), url("SamsungSharpSans/SamsungSharpSansRegular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!
 * bootstrap-vertical-tabs - v1.2.1
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-11-07
 * Copyright (c) 2014 İsmail Demirbilek
 * License: MIT
 */
.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px; }

.tabs-left {
  border-right: 1px solid #ddd; }

.tabs-right {
  border-left: 1px solid #ddd; }

.tabs-left > li, .tabs-right > li {
  float: none;
  margin-bottom: 2px; }

.tabs-left > li {
  margin-right: -1px; }

.tabs-right > li {
  margin-left: -1px; }

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent; }

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent; }

.tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display: block; }

.tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-right: 0; }

.sideways {
  margin-top: 50px;
  border: none;
  position: relative; }

.sideways > li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px; }

.sideways > li > a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px; }

.sideways > li.active > a,
.sideways > li.active > a:hover,
.sideways > li.active > a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd; }

.sideways.tabs-left {
  left: -50px; }

.sideways.tabs-right {
  right: -50px; }

.sideways.tabs-right > li {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sideways.tabs-left > li {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg); }

/*!
 * font-awesome-animation - v0.0.9
 * https://github.com/l-lin/font-awesome-animation
 * License: MIT
 */
@-webkit-keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  8% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  10% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  18%, 20% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  28%, 30% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  38%, 40% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  48%, 50% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  58%, 60% {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  68% {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg); }
  100%, 75% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes wrench {
  0% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  8% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg); }
  10% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg); }
  18%, 20% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  28%, 30% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg); }
  38%, 40% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  48%, 50% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg); }
  58%, 60% {
    -webkit-transform: rotate(-24deg);
    -ms-transform: rotate(-24deg);
    transform: rotate(-24deg); }
  68% {
    -webkit-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    transform: rotate(24deg); }
  100%, 75% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.faa-parent.animated-hover:hover > .faa-wrench, .faa-wrench.animated, .faa-wrench.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial; }

.faa-parent.animated-hover:hover > .faa-wrench.faa-fast, .faa-wrench.animated-hover.faa-fast:hover, .faa-wrench.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite; }

.faa-parent.animated-hover:hover > .faa-wrench.faa-slow, .faa-wrench.animated-hover.faa-slow:hover, .faa-wrench.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite; }

@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg); }
  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg); }
  100%, 20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg); }
  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg); }
  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg); }
  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg); }
  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg); }
  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg); }
  100%, 20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.faa-parent.animated-hover:hover > .faa-ring, .faa-ring.animated, .faa-ring.animated-hover:hover {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0;
  transform-origin-z: initial; }

.faa-parent.animated-hover:hover > .faa-ring.faa-fast, .faa-ring.animated-hover.faa-fast:hover, .faa-ring.animated.faa-fast {
  -webkit-animation: ring 1s ease infinite;
  animation: ring 1s ease infinite; }

.faa-parent.animated-hover:hover > .faa-ring.faa-slow, .faa-ring.animated-hover.faa-slow:hover, .faa-ring.animated.faa-slow {
  -webkit-animation: ring 3s ease infinite;
  animation: ring 3s ease infinite; }

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  4% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  8% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  12% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  16% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  20% {
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  100%, 22% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes vertical {
  0% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  4% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  8% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  12% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  16% {
    -webkit-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  20% {
    -webkit-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  100%, 22% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

.faa-parent.animated-hover:hover > .faa-vertical, .faa-vertical.animated, .faa-vertical.animated-hover:hover {
  -webkit-animation: vertical 2s ease infinite;
  animation: vertical 2s ease infinite; }

.faa-parent.animated-hover:hover > .faa-vertical.faa-fast, .faa-vertical.animated-hover.faa-fast:hover, .faa-vertical.animated.faa-fast {
  -webkit-animation: vertical 1s ease infinite;
  animation: vertical 1s ease infinite; }

.faa-parent.animated-hover:hover > .faa-vertical.faa-slow, .faa-vertical.animated-hover.faa-slow:hover, .faa-vertical.animated.faa-slow {
  -webkit-animation: vertical 4s ease infinite;
  animation: vertical 4s ease infinite; }

@-webkit-keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  6% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  12% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  18% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  24% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  30% {
    -webkit-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  100%, 36% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }

@keyframes horizontal {
  0% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  6% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  12% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  18% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  24% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  30% {
    -webkit-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    transform: translate(5px, 0); }
  100%, 36% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); } }

.faa-horizontal.animated, .faa-horizontal.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-horizontal {
  -webkit-animation: horizontal 2s ease infinite;
  animation: horizontal 2s ease infinite; }

.faa-horizontal.animated-hover.faa-fast:hover, .faa-horizontal.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-horizontal.faa-fast {
  -webkit-animation: horizontal 1s ease infinite;
  animation: horizontal 1s ease infinite; }

.faa-horizontal.animated-hover.faa-slow:hover, .faa-horizontal.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-horizontal.faa-slow {
  -webkit-animation: horizontal 3s ease infinite;
  animation: horizontal 3s ease infinite; }

@-webkit-keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.faa-flash.animated, .faa-flash.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-flash {
  -webkit-animation: flash 2s ease infinite;
  animation: flash 2s ease infinite; }

.faa-flash.animated-hover.faa-fast:hover, .faa-flash.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-flash.faa-fast {
  -webkit-animation: flash 1s ease infinite;
  animation: flash 1s ease infinite; }

.faa-flash.animated-hover.faa-slow:hover, .faa-flash.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-flash.faa-slow {
  -webkit-animation: flash 3s ease infinite;
  animation: flash 3s ease infinite; }

@-webkit-keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40%, 60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 10%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40%, 60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.faa-bounce.animated, .faa-bounce.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-bounce {
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite; }

.faa-bounce.animated-hover.faa-fast:hover, .faa-bounce.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-bounce.faa-fast {
  -webkit-animation: bounce 1s ease infinite;
  animation: bounce 1s ease infinite; }

.faa-bounce.animated-hover.faa-slow:hover, .faa-bounce.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-bounce.faa-slow {
  -webkit-animation: bounce 3s ease infinite;
  animation: bounce 3s ease infinite; }

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

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

.faa-parent.animated-hover:hover > .faa-spin, .faa-spin.animated, .faa-spin.animated-hover:hover {
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite; }

.faa-parent.animated-hover:hover > .faa-spin.faa-fast, .faa-spin.animated-hover.faa-fast:hover, .faa-spin.animated.faa-fast {
  -webkit-animation: spin .7s linear infinite;
  animation: spin .7s linear infinite; }

.faa-parent.animated-hover:hover > .faa-spin.faa-slow, .faa-spin.animated-hover.faa-slow:hover, .faa-spin.animated.faa-slow {
  -webkit-animation: spin 2.2s linear infinite;
  animation: spin 2.2s linear infinite; }

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes float {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.faa-float.animated, .faa-float.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-float {
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite; }

.faa-float.animated-hover.faa-fast:hover, .faa-float.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-float.faa-fast {
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite; }

.faa-float.animated-hover.faa-slow:hover, .faa-float.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-float.faa-slow {
  -webkit-animation: float 3s linear infinite;
  animation: float 3s linear infinite; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

.faa-parent.animated-hover:hover > .faa-pulse, .faa-pulse.animated, .faa-pulse.animated-hover:hover {
  -webkit-animation: pulse 2s linear infinite;
  animation: pulse 2s linear infinite; }

.faa-parent.animated-hover:hover > .faa-pulse.faa-fast, .faa-pulse.animated-hover.faa-fast:hover, .faa-pulse.animated.faa-fast {
  -webkit-animation: pulse 1s linear infinite;
  animation: pulse 1s linear infinite; }

.faa-parent.animated-hover:hover > .faa-pulse.faa-slow, .faa-pulse.animated-hover.faa-slow:hover, .faa-pulse.animated.faa-slow {
  -webkit-animation: pulse 3s linear infinite;
  animation: pulse 3s linear infinite; }

.faa-parent.animated-hover:hover > .faa-shake, .faa-shake.animated, .faa-shake.animated-hover:hover {
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite; }

.faa-parent.animated-hover:hover > .faa-shake.faa-fast, .faa-shake.animated-hover.faa-fast:hover, .faa-shake.animated.faa-fast {
  -webkit-animation: wrench 1.2s ease infinite;
  animation: wrench 1.2s ease infinite; }

.faa-parent.animated-hover:hover > .faa-shake.faa-slow, .faa-shake.animated-hover.faa-slow:hover, .faa-shake.animated.faa-slow {
  -webkit-animation: wrench 3.7s ease infinite;
  animation: wrench 3.7s ease infinite; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  100%, 80% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-8deg);
    -ms-transform: scale(0.9) rotate(-8deg);
    transform: scale(0.9) rotate(-8deg); }
  30%, 50%, 70% {
    -webkit-transform: scale(1.3) rotate(8deg);
    -ms-transform: scale(1.3) rotate(8deg);
    transform: scale(1.3) rotate(8deg); }
  40%, 60% {
    -webkit-transform: scale(1.3) rotate(-8deg);
    -ms-transform: scale(1.3) rotate(-8deg);
    transform: scale(1.3) rotate(-8deg); }
  100%, 80% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.faa-parent.animated-hover:hover > .faa-tada, .faa-tada.animated, .faa-tada.animated-hover:hover {
  -webkit-animation: tada 2s linear infinite;
  animation: tada 2s linear infinite; }

.faa-parent.animated-hover:hover > .faa-tada.faa-fast, .faa-tada.animated-hover.faa-fast:hover, .faa-tada.animated.faa-fast {
  -webkit-animation: tada 1s linear infinite;
  animation: tada 1s linear infinite; }

.faa-parent.animated-hover:hover > .faa-tada.faa-slow, .faa-tada.animated-hover.faa-slow:hover, .faa-tada.animated.faa-slow {
  -webkit-animation: tada 3s linear infinite;
  animation: tada 3s linear infinite; }

@-webkit-keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }

@keyframes passing {
  0% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; } }

.faa-parent.animated-hover:hover > .faa-passing, .faa-passing.animated, .faa-passing.animated-hover:hover {
  -webkit-animation: passing 2s linear infinite;
  animation: passing 2s linear infinite; }

.faa-parent.animated-hover:hover > .faa-passing.faa-fast, .faa-passing.animated-hover.faa-fast:hover, .faa-passing.animated.faa-fast {
  -webkit-animation: passing 1s linear infinite;
  animation: passing 1s linear infinite; }

.faa-parent.animated-hover:hover > .faa-passing.faa-slow, .faa-passing.animated-hover.faa-slow:hover, .faa-passing.animated.faa-slow {
  -webkit-animation: passing 3s linear infinite;
  animation: passing 3s linear infinite; }

@-webkit-keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; } }

@keyframes passing-reverse {
  0% {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    opacity: 0; }
  50% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0; } }

.faa-parent.animated-hover:hover > .faa-passing-reverse, .faa-passing-reverse.animated, .faa-passing-reverse.animated-hover:hover {
  -webkit-animation: passing-reverse 2s linear infinite;
  animation: passing-reverse 2s linear infinite; }

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-fast, .faa-passing-reverse.animated-hover.faa-fast:hover, .faa-passing-reverse.animated.faa-fast {
  -webkit-animation: passing-reverse 1s linear infinite;
  animation: passing-reverse 1s linear infinite; }

.faa-parent.animated-hover:hover > .faa-passing-reverse.faa-slow, .faa-passing-reverse.animated-hover.faa-slow:hover, .faa-passing-reverse.animated.faa-slow {
  -webkit-animation: passing-reverse 3s linear infinite;
  animation: passing-reverse 3s linear infinite; }

@-webkit-keyframes burst {
  0% {
    opacity: .6; }
  50% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes burst {
  0% {
    opacity: .6; }
  50% {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0; }
  100% {
    opacity: 0; } }

.faa-burst.animated, .faa-burst.animated-hover:hover, .faa-parent.animated-hover:hover > .faa-burst {
  -webkit-animation: burst 2s infinite linear;
  animation: burst 2s infinite linear; }

.faa-burst.animated-hover.faa-fast:hover, .faa-burst.animated.faa-fast, .faa-parent.animated-hover:hover > .faa-burst.faa-fast {
  -webkit-animation: burst 1s infinite linear;
  animation: burst 1s infinite linear; }

.faa-burst.animated-hover.faa-slow:hover, .faa-burst.animated.faa-slow, .faa-parent.animated-hover:hover > .faa-burst.faa-slow {
  -webkit-animation: burst 3s infinite linear;
  animation: burst 3s infinite linear; }

* {
  box-sizing: border-box;
  outline: none; }

.hidden-xs {
  display: none; }

@media only screen and (min-width: 480px) {
  .hidden-xs {
    display: inherit !important; } }

@media only screen and (min-width: 1024px) {
  .hidden-lg {
    display: none !important; } }

/*

Textova zakladna: typografie a barvy
====================================

*/
body {
  padding: 0;
  margin: 0; }

body, input, textarea, select {
  font: 0.9rem/1.4 'Fira Sans',sans-serif;
  color: #333; }
  @media only screen and (max-width: 400px) {
    body, input, textarea, select {
      line-height: 1.4; } }

p, ul, ol, blockquote, table, iframe {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 1.5rem; }

h1, h2, h3, h4, h5, h6 {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  font-weight: normal;
  line-height: 1.3;
  color: #333; }

h2 {
  margin-top: .5rem; }

a img {
  border: 0; }

a {
  color: #0090e3;
  transition: all ease-in-out 200ms; }
  a:hover {
    color: #104b6d; }

.text-blue {
  color: #0090e3 !important; }

.text-blueLight {
  color: #00a0fd !important; }

.text-upper {
  text-transform: uppercase; }

.text-green {
  color: #04B319 !important; }

.text-grey {
  color: #888888 !important; }

.text-red {
  color: #ff0000 !important; }

.text-violet {
  color: #a825fc !important; }

.bg-gold {
  background-color: #e8e2cc; }

.bg-grey {
  background-color: #f3f3f3; }

html {
  font-size: 100%; }

body {
  font-weight: 400;
  /*padding-top:176px;*/
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 45px; }
  @media screen and (min-width: 640px) {
    body {
      padding-top: 60px; } }
  @media screen and (min-width: 1210px) {
    body {
      padding-top: 130px; } }

.catalog {
  margin-bottom: .5rem; }
  .catalog.flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.mainContentWrapper {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  background: #fff; }

.clanek {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.mainContentWrapper--noBg {
  background: none; }

.container {
  width: 100%;
  max-width: 100%; }

.container-fluid {
  padding-left: 10px;
  padding-right: 10px; }

.wrapper-catalog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media screen and (min-width: 1024px) {
    .wrapper-catalog {
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      margin-top: 15px;
      margin-bottom: 50px; }
      .wrapper-catalog .col-left {
        width: 280px;
        margin-right: 20px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
      .wrapper-catalog .col-right {
        width: calc(100% - 300px);
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }

@media screen and (min-width: 1545px) {
  .container {
    width: 1530px; } }

@media screen and (min-width: 1024px) {
  .sidr {
    position: static;
    height: auto; }
    .sidr.left {
      left: 0; }
    .sidr.sidrHomepage {
      position: fixed;
      left: -260px; }
  .show-mobile {
    display: none; } }

.img-responsive--center {
  margin: 0 auto; }

.hc-modal {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  transition: opacity .15s linear;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5); }

.hc-modal__logo {
  position: absolute;
  float: left;
  width: 95px;
  height: 40px;
  box-sizing: border-box; }

.hc-modal__header {
  padding: 10px 20px;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  background-color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px; }

.hc-modal__title {
  margin-top: 14px;
  font-family: AcuminPro-Bolt, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #404040;
  width: 33%;
  margin-left: 33%; }

.hc-modal__body {
  background-color: #f0f4f5;
  width: auto;
  padding: 0;
  border-radius: 6px;
  position: relative; }

.hc-modal__close {
  float: right;
  margin-top: 12px;
  width: 16px;
  height: 16px;
  opacity: 0.8;
  overflow: visible;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  border: 0;
  position: relative; }

.hc-modal__close:before,
.hc-modal__close:after {
  position: absolute;
  top: 0;
  left: 7px;
  content: '';
  height: 16px;
  width: 2px;
  background-color: #333; }

.hc-modal__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.hc-modal__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.hc-modal__close:hover {
  opacity: 1; }

.hc-modal__dialog {
  border-radius: 6px;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

#hc-calc-iframe {
  width: 1px;
  min-width: 100%;
  display: block; }

@media (max-width: 500px) {
  .hc-modal__title {
    display: none; } }

@media (min-width: 768px) {
  .hc-modal__dialog {
    width: 760px;
    margin: 30px auto; } }

.modal-dialog {
  z-index: 1050; }

.error-validate-msg {
  display: none;
  width: 100%; }

.feedback {
  max-width: 550px;
  color: #585858; }
  .feedback p {
    font-size: 2.8rem;
    font-weight: 300; }
  .feedback textarea {
    width: 100%;
    height: 160px;
    resize: none;
    border: 1px solid #50d8fe;
    padding: 10px;
    font-size: 1rem; }
  .feedback .item {
    font-size: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #b5efff;
    padding: 15px 15px 20px;
    border-bottom: 5px solid #fff; }
    .feedback .item:nth-child(even) {
      background: #50d8fe; }
    .feedback .item > div {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .feedback .item > div:last-child {
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .feedback .item > div:last-child label {
          text-align: center;
          margin-bottom: 0; }
        .feedback .item > div:last-child .fa {
          font-size: 23px; }

.row--flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.d-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.d-flex--ai-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.d-flex--jc-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

/*menu ze samsungu */
.header {
  position: relative;
  min-height: 3.125em;
  background: #fff;
  border-bottom: 1px solid #ddd;
  min-width: 320px;
  z-index: 999;
  /*&__logo{
		position: absolute;
		left: 51%;
		top: 13px;
		margin: 0 0 0 -50px;
		z-index: 11;
		@media screen and (min-width: 640px) {
			top: 20px;
			margin: 0 0 0 -64px;
		}	
		img{
			width: 100%;
			max-width: 100px;
			@media screen and (min-width: 640px) {
				max-width: 128px;
				width: 128px;
				height: 22px; 
			}
		}
	}*/ }
  @media screen and (min-width: 640px) {
    .header {
      min-height: 4em; } }
  @media screen and (min-width: 1210px) {
    .header {
      position: relative;
      border: none;
      margin-bottom: 0; }
      .header.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
        z-index: 10; } }
  .header--simple {
    border-bottom: 1px solid #ddd; }

.nav {
  z-index: 999; }
  .nav__global {
    display: none; }
    @media screen and (min-width: 1210px) {
      .nav__global {
        border-bottom: none;
        display: block;
        top: auto;
        left: auto;
        width: auto;
        z-index: 3; }
        .nav__global ul {
          margin-bottom: 0; } }

@media screen and (min-width: 1210px) {
  .nav__global-inner {
    max-width: 1410px;
    margin: 0 auto;
    position: relative; } }

.nav__primary, .nav__secondary {
  line-height: 1;
  padding-left: 0; }

.nav__primary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

.nav__primary-item, .nav__secondary-item {
  font-weight: bold; }

.nav__primary-item > .nav__primary-link, .nav__secondary-item > a {
  display: block;
  padding: 0 12px;
  font-weight: 800;
  color: #363636;
  text-decoration: none;
  cursor: pointer; }

.nav__primary-item--fullWidthChild .nav__menu {
  width: 100%;
  left: 0; }

.nav__primary-item--smallSpacingChild .nav__menu .nav__menu-inner {
  padding: 0 1rem;
  margin: 1rem 0; }

@media screen and (min-width: 1210px) {
  .nav__primary-item > .nav__primary-link, .nav__secondary-item {
    padding: 0 1.3rem;
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
    z-index: 3;
    color: #fff; }
    .nav__primary-item > .nav__primary-link:hover, .nav__secondary-item:hover {
      background: #fff;
      color: #0090e3;
      text-decoration: none; } }

.nav__primary-label, .nav__secondary-label {
  font-weight: bold; }

@media screen and (min-width: 1210px) {
  .nav__primary-label, .nav__secondary-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3em 0 .5em; } }

@media screen and (min-width: 1210px) {
  .nav__primary {
    float: left; } }

@media screen and (min-width: 83em) {
  .nav__primary {
    margin-left: 0; } }

@media screen and (min-width: 1210px) {
  .nav__primary-item:first-child {
    margin-left: 0; } }

.nav__secondary {
  border-top: 1px solid #ddd; }

@media screen and (min-width: 1210px) {
  .nav__secondary {
    float: right;
    text-align: right;
    margin-right: 1.25em;
    border: none; } }

@media screen and (min-width: 83em) {
  .nav__secondary {
    margin-right: 0; } }

.nav__secondary-item {
  margin-bottom: -3px; }

.nav__secondary-item:last-child {
  margin-right: 0; }

.nav__secondary-item--business:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 11px;
  height: 11px;
  background: url(/assets/samsung/img/core/new-window.png) no-repeat 0 0;
  margin-left: 3px; }

.nav__secondary-item--business:hover:after {
  background-position: 100% 0; }

.nav__secondary-item--search, .nav__secondary-item--basket, .nav__secondary-item--basket-empty {
  display: none; }

@media screen and (min-width: 1210px) {
  .nav__secondary-item--search, .nav__secondary-item--basket, .nav__secondary-item--basket-empty {
    display: inline-block; } }

.nav__secondary-item--auth {
  text-transform: none; }

.nav__secondary-item--search {
  position: relative;
  z-index: 1; }

.nav__secondary-item--search .nav-icon {
  width: 18px;
  background: url(/design/svg/svg-search.svg) no-repeat 50% 50%; }

.nav__secondary-item--basket {
  position: relative; }

.nav__secondary-item--basket .nav-icon {
  width: 20px;
  height: 20px;
  display: block;
  background: url(/design/svg/cart-full.svg) no-repeat 50% 50%; }

.nav__secondary-item--basket-empty .nav-icon {
  width: 20px;
  background: url(/design/svg/cart-empty.svg) no-repeat 50% 50%; }

.nav__secondary .mini-basket-count {
  position: absolute;
  top: 0px;
  left: 6px;
  right: 4px;
  z-index: 1;
  text-align: center;
  line-height: 1;
  font-size: .8125em;
  color: #000; }

.nav__secondary span.nav-icon {
  display: block;
  height: 4.375em;
  line-height: 4.375;
  font-size: .875em; }

@media screen and (min-width: 1210px) {
  .nav__mobile-icons {
    display: none; } }

.nav__mobile-item {
  display: inline-block;
  vertical-align: middle; }

.nav__mobile-item--basket {
  position: relative; }

.nav__mobile-item--basket .nav-icon {
  width: 20px;
  background: url(/design/svg/cart-full.svg) no-repeat 50% 50%; }

.nav__mobile-item--basket-empty .nav-icon {
  width: 20px;
  background: url(/design/svg/cart-empty.svg) no-repeat 50% 50%; }

.nav__mobile-item .mini-basket-count {
  position: absolute;
  top: 15%;
  left: 20%;
  width: 60%;
  z-index: 1;
  text-align: center;
  line-height: 1;
  font-size: .75em;
  color: #000;
  font-weight: 700; }

@media screen and (min-width: 640px) {
  .nav__mobile-item .mini-basket-count {
    top: 20%; } }

.nav__menu {
  display: none;
  position: absolute;
  top: 50px;
  background: rgba(255, 255, 255, 0.985);
  z-index: 3;
  border: 1px solid #dedede;
  border-bottom: 3px solid #0090e3;
  border-top: none; }

.nav__menu--show {
  display: block; }

.nav__menu-inner {
  max-width: 1440px;
  margin: 2rem auto;
  padding: 0 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.nav__menu-inner-col {
  float: left;
  margin-right: .25em;
  vertical-align: top;
  padding: 0 1em 0 .25em;
  letter-spacing: 0; }

.nav__menu-inner-col--featured {
  padding-left: 1em;
  border-left: 1px solid #dadada; }

.nav__menu-inner-col--img-promo {
  float: right;
  width: 42%; }

.nav__menu-title {
  text-transform: uppercase;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 .5rem;
  display: block; }

.nav__menu-title--top-margin {
  margin-top: 1.5em; }

.nav__menu-title a {
  color: #000;
  text-decoration: none; }

.nav__menu-title a:hover {
  color: #1428a0; }

.nav__menu-title--hidden {
  display: none; }

.nav__menu-item {
  font-weight: normal;
  font-size: 1rem;
  text-transform: none; }

@media screen and (min-width: 74em) {
  .nav__menu-item {
    font-size: .9rem; } }

.nav__menu-item-title {
  margin: 0 0 .5em;
  font-weight: bold;
  font-size: 1.125em;
  text-transform: uppercase; }

.nav__menu-item a {
  display: inline-block;
  padding: .5em 0;
  line-height: 1.3;
  font-size: 1rem;
  text-decoration: none;
  color: #000; }

.nav__menu-item a:hover {
  text-decoration: underline;
  color: #0090e3; }

.nav__menu-shop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 82em;
  margin: 1em auto 0;
  text-transform: none;
  font-weight: normal; }

.nav__menu-shop-col {
  width: 25%;
  padding: 1em 1em 0; }

.nav__menu-shop-col-title {
  font-size: 1em;
  margin: 0 0 1em;
  font-weight: bold;
  text-transform: uppercase; }

.nav__menu-shop-col-item {
  font-size: .875em;
  margin: 1.25em 0; }

.nav__menu-shop a {
  text-decoration: none;
  color: #000; }

.nav__menu-shop a:hover {
  text-decoration: underline;
  color: #1428a0; }

.nav__store {
  display: none;
  position: absolute;
  top: 3.1em;
  left: 0;
  z-index: 1000;
  width: 70%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: 4px 4px 4px -2px rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 1210px) {
  .nav__store {
    display: none; } }

@media screen and (min-width: 30em) {
  .nav__store {
    width: 50%; } }

@media screen and (min-width: 640px) {
  .nav__store {
    top: 4.0625em; } }

.nav__store--show {
  display: block; }

@media screen and (min-width: 1210px) {
  .nav__store--show {
    display: none; } }

@media screen and (min-width: 1210px) {
  .nav__store {
    position: relative;
    top: 0;
    width: auto;
    box-shadow: none;
    border: none;
    z-index: 2; } }

@media screen and (min-width: 1210px) {
  .nav__store.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    z-index: 10; } }

@media screen and (min-width: 1210px) {
  .nav__store {
    background: #f8f8f8; } }

.nav__store-inner {
  max-width: 75.25em;
  margin: 0 auto; }

.nav__store-item {
  text-transform: uppercase;
  font-weight: bold; }

@media screen and (min-width: 1210px) {
  .nav__store-item {
    display: inline-block;
    border: none;
    font-weight: bold; } }

.nav__store-item:hover {
  z-index: 2; }

@media screen and (min-width: 1210px) {
  .nav__store-item:first-child a {
    margin-left: 1.5em; } }

@media screen and (min-width: 83em) {
  .nav__store-item:first-child a {
    margin-left: 1px; } }

.nav__store-item > a {
  text-decoration: none;
  display: block;
  color: #333;
  padding: 1.25em 12px;
  margin: 0 1em;
  font-size: .875em;
  position: relative; }

@media screen and (min-width: 1210px) {
  .nav__store-item > a {
    display: inline-block;
    padding: .75em 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent; }
  .nav__store-item > a strong {
    color: #000; } }

.nav__store-item > a:hover {
  color: #1428a0;
  border-bottom-color: #1428a0; }

.nav__store-item--has-menu > a:focus {
  color: #000; }

.nav__store-item--has-menu > a:before {
  content: '';
  border-right: 3px solid #707070;
  border-bottom: 3px solid #707070;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  margin-top: -6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

@media screen and (min-width: 1210px) {
  .nav__store-item--has-menu > a:before {
    display: none; } }

@media screen and (min-width: 1210px) {
  .nav__store-item--has-menu.expand > a {
    background: transparent; } }

.nav__store-item--has-menu.expand > a:before {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg); }

.nav__store-menu {
  display: none;
  width: 100%;
  left: 0;
  border-top: 1px solid #eee;
  overflow-y: auto;
  max-height: 100vw; }

.nav__store-menu--show {
  display: block; }

.nav__store .nav__store-menu--hidden {
  display: none; }

@media screen and (min-width: 1210px) {
  .nav__store-menu {
    position: absolute;
    z-index: 1;
    background: #f8f8f8;
    padding: 1em 0;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    font-size: .875em;
    min-width: 200px; } }

.nav__store-menu a {
  text-transform: none;
  color: #000; }

.nav__store-menu a:hover {
  color: #1428a0;
  text-decoration: underline; }

.nav__store-menu-inner {
  background: #f9f9f9;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
  padding-bottom: 1em; }

@media screen and (min-width: 1210px) {
  .nav__store-menu-inner {
    padding: 0 0 0 6.425em;
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: none; }
  .region-uk-epp .nav__store-menu-inner {
    padding-left: 7.75em; } }

.nav__store-menu-col {
  padding-left: 1.875em;
  font-size: .75em; }

@media screen and (min-width: 640px) {
  .nav__store-menu-col {
    font-size: .875em; } }

@media screen and (min-width: 1210px) {
  .nav__store-menu-col {
    float: left;
    min-width: 16em;
    padding: 0 2em 0;
    border-left: 1px solid #eee;
    font-size: 1em; }
  .nav__store-menu-col:first-child {
    border-left: none; } }

.nav__store-menu-col-title {
  font-weight: bold;
  margin: .5em 0 0; }

.nav__store-menu-col-title a, .nav__store-menu-col-title span {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  padding: 1em 0; }

@media screen and (min-width: 1210px) {
  .nav__store-menu-col-title a {
    display: inline;
    padding: 0; } }

.nav__store-menu-col-item {
  font-weight: normal; }

@media screen and (min-width: 1210px) {
  .nav__store-menu-col-item {
    margin: .5em 0; } }

.nav__store-menu-col-item a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: .875em;
  margin-left: 1em;
  border-left: 1px solid #e2e2e2; }

@media screen and (min-width: 1210px) {
  .nav__store-menu-col-item a {
    padding: .25em 0;
    border-bottom: 1px solid #eee;
    border: none;
    margin: 0; } }

@media screen and (min-width: 1210px) {
  .nav__search {
    right: -40px; } }

.nav__search-close {
  display: none; }

.nav__primary-item--has-menu > .nav__primary-link {
  position: relative;
  padding-right: calc(1.5rem + 11px); }
  .nav__primary-item--has-menu > .nav__primary-link:after {
    content: '';
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    right: 1.3rem;
    top: 50%;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    transition: all 300ms ease; }
  .nav__primary-item--has-menu > .nav__primary-link:hover:after {
    border-color: #0090e3; }

.p404 {
  min-height: 564px;
  background-image: url("https://static.ispace.cz/design/404.png");
  background-repeat: no-repeat;
  background-position: center 20px;
  padding-top: 570px;
  padding-bottom: 50px;
  text-align: center;
  color: #888;
  font-size: 1rem; }
  .p404 strong {
    font-size: 2.6rem; }

.article {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1500px; }
  .article h1 {
    font-size: 2rem;
    color: #0090e3; }
  .article h2 {
    border-bottom: none;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: .5rem;
    padding-bottom: 0; }
  .article p {
    margin-bottom: .5rem; }
  .article ol, .article ul {
    margin-bottom: .5rem; }
  .article ul {
    padding-left: 17px; }
  .article .article-halfs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .article .article-halfs .article-left, .article .article-halfs .article-right {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .article .article-halfs .article-left {
      margin-right: 10px; }
    .article .article-halfs .article-right {
      margin-left: 10px; }
  .article.vop h2, .article.vop h3, .article.vop h4, .article.vop h5 {
    font-weight: 600;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0.5rem; }
  .article.vop h2 {
    font-size: 1.5rem;
    margin-top: 2rem; }
  .article.vop h3 {
    font-size: 1.3rem;
    margin-top: 1.2rem; }
  .article.vop h4 {
    font-size: 1.2rem; }
  .article.vop h5 {
    font-size: 1.1rem; }
  .article .shops {
    margin-bottom: 20px; }
    @media screen and (min-width: 480px) {
      .article .shops {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .article .shops ul {
          margin-bottom: .5rem; } }
    .article .shops ul {
      margin-bottom: 0;
      list-style-type: none;
      padding-left: 0;
      margin-right: 10px; }
      .article .shops ul .kraj {
        font-weight: bold; }
  .article #map-shops {
    width: 100%;
    height: 400px; }

.container > .article {
  max-width: 1000px;
  margin: 20px auto; }

ul.actions li {
  padding: 5px;
  font-size: 1rem; }
  ul.actions li:nth-child(even) {
    background-color: #f0eef0; }

.S8boundle {
  max-width: 1440px;
  margin: 0 auto; }
  .S8boundle h1 {
    text-align: center;
    margin: 2rem auto;
    font-family: 'SamsungSharpSans';
    font-weight: 800; }
    @media screen and (min-width: 1024px) {
      .S8boundle h1 {
        margin: 5rem auto;
        font-size: 5rem; } }
  .S8boundle h2 {
    color: #000;
    font-weight: 400;
    font-size: 1.6rem;
    font-family: 'SamsungOneC';
    border-bottom: none; }
    @media screen and (min-width: 1024px) {
      .S8boundle h2 {
        font-size: 2.5rem; } }
    .S8boundle h2 strong {
      font-weight: 800; }
  .S8boundle p {
    font-weight: 800;
    font-family: 'SamsungSharpSans';
    font-size: 1.3rem;
    text-align: center;
    margin: 2rem auto 1rem; }
    @media screen and (min-width: 1024px) {
      .S8boundle p {
        font-size: 1.8rem; } }
  .S8boundle p + p {
    font-family: 'SamsungOneC';
    font-size: 1.2rem;
    margin: 0 auto 3rem;
    font-weight: 400; }
    @media screen and (min-width: 1024px) {
      .S8boundle p + p {
        font-size: 1.5rem; } }
  .S8boundle .row:nth-of-type(1) {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .S8boundle .row:nth-of-type(1) > div {
      margin-bottom: 3rem; }
  .S8boundle .row:nth-of-type(2) {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .S8boundle .row:nth-of-type(2) > div {
      margin-bottom: 3rem; }
  .S8boundle .btn {
    margin: 2rem auto;
    font-size: 1.5rem;
    font-weight: 400;
    border-radius: 30px;
    padding-left: 50px;
    padding-right: 50px; }

.navipack {
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px;
  padding-bottom: 0; }
  @media screen and (min-width: 1024px) {
    .navipack {
      padding: 50px;
      padding-bottom: 0; } }
  .navipack > div:first-of-type {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .navipack > div:first-of-type > div {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
  .navipack h1 {
    text-align: center;
    margin: 2rem auto;
    font-family: 'SamsungSharpSans';
    font-weight: 800;
    color: #009fe3; }
    @media screen and (min-width: 1024px) {
      .navipack h1 {
        margin: 6rem auto 0;
        font-size: 6rem;
        max-width: 1080px; } }
    .navipack h1 + p {
      color: #009fe3;
      text-align: center;
      font-family: 'SamsungSharpSans';
      font-weight: 600; }
      @media screen and (min-width: 1024px) {
        .navipack h1 + p {
          font-size: 2.5rem;
          margin-top: -1rem;
          margin-bottom: 5rem; } }
  .navipack h2 {
    border: none;
    color: #fff;
    font-size: 3rem;
    font-family: 'SamsungSharpSans';
    font-weight: 800;
    margin-top: 3rem; }
  .navipack .navipack__bluebox {
    border-top: 235px solid #fff;
    background: #009fe3;
    padding-bottom: 15px; }
    @media screen and (min-width: 1024px) {
      .navipack .navipack__bluebox {
        padding-bottom: 50px; } }
    .navipack .navipack__bluebox > img:first-of-type {
      margin-top: -235px;
      margin-bottom: 2rem; }
    .navipack .navipack__bluebox > img:last-of-type {
      margin-top: 5rem; }

.note8 .btn-buy {
  border: 1px solid #000; }

.note8 .btn {
  font-size: 1.5rem !important;
  padding-left: 65px !important;
  padding-right: 60px !important;
  border-radius: 50px !important;
  margin-top: 2rem !important; }

.note8 .cols > div {
  margin-bottom: 2rem; }

@media screen and (min-width: 768px) {
  .note8 .cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .note8 .cols--center {
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .note8 .cols--vaCenter {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .note8 .cols__left, .note8 .cols__right {
    width: 50%;
    padding: 0 20px; } }

.note8 section {
  margin-bottom: 4rem; }
  @media screen and (min-width: 768px) {
    .note8 section {
      margin-bottom: 200px; } }

.note8 h1 {
  font-family: 'SamsungSharpSans';
  font-weight: 800;
  font-size: 2.2rem;
  color: #000; }
  .note8 h1 span {
    font-size: 1.6rem;
    display: block;
    font-weight: 300;
    margin-bottom: 4rem; }
  @media screen and (min-width: 768px) {
    .note8 h1 {
      font-size: 4.2rem; }
      .note8 h1 span {
        font-size: 2.2rem; } }

.note8 h2 {
  margin-top: 2rem;
  color: #000;
  font-weight: 800;
  font-size: 1.6rem;
  border-bottom: none;
  font-family: 'SamsungSharpSans'; }
  @media screen and (min-width: 768px) {
    .note8 h2 {
      font-size: 2.5rem; } }

.note8 p {
  font-weight: 300;
  font-family: 'SamsungSharpSans';
  font-size: 1.2rem; }
  .note8 p strong {
    font-weight: 800; }
  @media screen and (min-width: 768px) {
    .note8 p {
      font-size: 2rem; } }

.note8 .porovnani {
  background-color: #eeeeee;
  padding: 10px;
  margin-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .note8 .porovnani {
      padding: 50px; } }

.note8 .table > thead > tr > th {
  border-bottom: none;
  padding-top: 40px; }
  .note8 .table > thead > tr > th:nth-child(2) {
    border: 4px solid #7d7d7d;
    border-bottom: none; }

.note8 .table > tbody > tr > td {
  width: 250px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: none; }
  .note8 .table > tbody > tr > td:first-child {
    width: auto;
    font-weight: 600; }
  .note8 .table > tbody > tr > td:nth-child(2) {
    width: 330px;
    border-left: 4px solid #7d7d7d;
    border-right: 4px solid #7d7d7d; }

.note8 .table > tbody > tr:last-child td:nth-child(2) {
  border-bottom: 4px solid #7d7d7d;
  padding: 0;
  height: 40px; }

.note8 table {
  font-size: 1.1rem; }
  .note8 table img {
    margin-bottom: 1rem; }
  .note8 table tr:nth-child(odd) td {
    background: #fff; }

.dnyMarianne h1, .vikendovaSleva h1 {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .dnyMarianne h1 span, .vikendovaSleva h1 span {
    display: block;
    color: #ff0000;
    font-size: 5rem; }
  @media screen and (min-width: 1024px) {
    .dnyMarianne h1, .vikendovaSleva h1 {
      margin-top: 8rem;
      margin-bottom: 8rem; }
      .dnyMarianne h1 span, .vikendovaSleva h1 span {
        font-size: 6rem;
        font-weight: 600; } }

.dnyMarianne .produkty, .vikendovaSleva .produkty {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 1024px) {
    .dnyMarianne .produkty, .vikendovaSleva .produkty {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-top: 5rem;
      margin-bottom: 5rem;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .dnyMarianne .produkty h3, .vikendovaSleva .produkty h3, .dnyMarianne .produkty strong, .vikendovaSleva .produkty strong, .dnyMarianne .produkty del, .vikendovaSleva .produkty del {
    display: block; }
  .dnyMarianne .produkty h3, .vikendovaSleva .produkty h3 {
    font-size: 3rem;
    line-height: 1;
    font-weight: 600; }
  .dnyMarianne .produkty strong, .vikendovaSleva .produkty strong {
    font-size: 4rem;
    color: #ff0000;
    font-weight: 800;
    line-height: .8; }
  .dnyMarianne .produkty del, .vikendovaSleva .produkty del {
    font-size: 2rem; }
  .dnyMarianne .produkty > div, .vikendovaSleva .produkty > div {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 10%, black 50%, rgba(0, 0, 0, 0) 90%), linear-gradient(to left, rgba(0, 0, 0, 0) 10%, black 50%, rgba(0, 0, 0, 0) 90%);
    background-size: 100% 1px;
    background-position: 0% 100%, 0% 100%;
    background-repeat: no-repeat;
    text-align: center; }
    @media screen and (min-width: 1024px) {
      .dnyMarianne .produkty > div, .vikendovaSleva .produkty > div {
        width: 33.3333333333%;
        margin-bottom: 0;
        padding-bottom: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, black 50%, rgba(0, 0, 0, 0) 90%), linear-gradient(to bottom, rgba(0, 0, 0, 0) 10%, black 50%, rgba(0, 0, 0, 0) 90%);
        background-size: 1px 100%;
        background-position: 100% 0%, 100% 0%;
        background-repeat: no-repeat; } }
    .dnyMarianne .produkty > div:last-child, .vikendovaSleva .produkty > div:last-child {
      background: none; }
    .dnyMarianne .produkty > div > div, .vikendovaSleva .produkty > div > div {
      margin-bottom: 2rem; }
    .dnyMarianne .produkty > div .btn, .vikendovaSleva .produkty > div .btn {
      font-size: 1.2rem; }

.dnyMarianne p, .vikendovaSleva p {
  font-size: 2rem;
  text-align: center; }

.vikendovaSleva h1 span {
  color: #000; }

.vanoce2017 .header {
  background-image: url("https://static.ispace.cz/clanky/ms-vanoce2017/header.jpg");
  background-color: #ff0000;
  background-repeat: no-repeat; }
  .vanoce2017 .header h1 {
    text-align: center;
    color: #fff;
    font-size: 4rem;
    padding: 2rem 0; }
    @media screen and (min-width: 520px) {
      .vanoce2017 .header h1 {
        font-size: 8rem;
        padding: 4rem 0; } }
    .vanoce2017 .header h1 strong {
      display: block; }

.vanoce2017 .menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 35px;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 1024px) {
    .vanoce2017 .menu {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  .vanoce2017 .menu > div {
    margin: 5px;
    text-align: center;
    color: #fff;
    font-size: 1.1rem; }
    .vanoce2017 .menu > div strong {
      font-size: 1.7rem;
      display: block; }
    .vanoce2017 .menu > div img {
      transition: all ease 300ms; }
      .vanoce2017 .menu > div img:hover {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }

.vanoce2017 .menu--text a {
  color: #fff;
  text-decoration: underline; }

.vanoce2017 .menu--text > div {
  margin: 20px; }

.vanoce2017 .h1 {
  text-align: center;
  margin: 2rem auto; }

.srotovne .text-red {
  color: #da0906 !important; }

.srotovne .flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.srotovne .flex__item {
  width: 100%;
  text-align: center;
  margin: 3rem 0; }
  @media screen and (min-width: 600px) {
    .srotovne .flex__item {
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .srotovne .flex__item {
      width: 33.3333333333%; } }
  .srotovne .flex__item h2 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: .5rem;
    padding-bottom: 0; }
  .srotovne .flex__item p {
    margin-bottom: 0; }
  .srotovne .flex__item .img {
    text-align: center;
    margin-bottom: 1rem; }
    .srotovne .flex__item .img img {
      margin-left: -35px;
      display: inline; }
  .srotovne .flex__item .text-red {
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1; }
  .srotovne .flex__item .text-blue {
    color: #0069ad !important;
    font-size: 2.7rem;
    font-weight: 800; }
  .srotovne .flex__item .text-grey strong {
    font-size: 150%; }
  .srotovne .flex__item .btn-samsung-white {
    font-size: 1rem;
    margin-top: 2rem;
    border: 1px solid #000;
    width: 200px; }

#samsung__galaxyS8 {
  text-align: center;
  max-width: 1170px;
  margin: 0 auto; }

#samsung__galaxyS8 .title {
  font-family: 'SamsungSharpSans';
  font-weight: 800;
  font-size: 55px;
  color: #fff; }

#samsung__galaxyS8 .descr {
  font-family: 'SamsungOneC';
  font-size: 18px;
  color: #fff;
  margin-bottom: 80px; }

#samsung__galaxyS8 .subtitle {
  font-family: 'SamsungSharpSans';
  font-weight: 800;
  font-size: 45px;
  color: #fff;
  text-align: left;
  margin-bottom: 80px; }

#samsung__galaxyS8 .category {
  font-family: 'SamsungSharpSans';
  font-weight: 800;
  font-size: 21px;
  color: #fff; }

#samsung__galaxyS8 #nakup .title {
  color: #000; }

#samsung__galaxyS8 #nakup .descr {
  color: #000; }

#samsung__galaxyS8 #nakup .cena {
  font-size: 2rem;
  margin: 1rem auto; }

#samsung__galaxyS8 #nakup a {
  margin-bottom: 2rem; }

#samsung__galaxyS8 #hranice .container {
  background-color: #000;
  padding: 130px 200px; }

#samsung__galaxyS8 #hranice .container .descr,
#samsung__galaxyS8 #hranice .container .title {
  text-align: left;
  margin: 0 0 20px 0; }

#samsung__galaxyS8 #hranice .container .category {
  text-align: left; }

#samsung__galaxyS8 #hranice .container .subdescr {
  font-family: 'SamsungSharpSans';
  font-weight: 800;
  font-size: 26px;
  color: #fff; }

#samsung__galaxyS8 #hranice .container .hranice__content {
  margin-top: 100px; }

#samsung__galaxyS8 #performance .container {
  background-image: url(https://static.ispace.cz/articles/microsite-samsung-galaxy-s8/kamera.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 808px; }

#samsung__galaxyS8 #performance .container .title {
  margin: 20px; }

#samsung__galaxyS8 #performance .container .category {
  margin-top: 400px; }

#samsung__galaxyS8 #security .container {
  background-image: url(https://static.ispace.cz/articles/microsite-samsung-galaxy-s8/bezpecnost.jpg);
  background-repeat: no-repeat;
  min-height: 695px;
  padding-right: 50px; }

#samsung__galaxyS8 #security .container .descr,
#samsung__galaxyS8 #security .container .title {
  text-align: left;
  margin: 0 0 20px 0; }

#samsung__galaxyS8 #security .container .category {
  text-align: left;
  margin-top: 80px; }

#samsung__galaxyS8 #vykon .container {
  background-color: #000;
  background-image: url(https://static.ispace.cz/articles/microsite-samsung-galaxy-s8/performance.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 805px;
  padding: 50px 100px; }

#samsung__galaxyS8 #inteligence .container {
  background-color: #000;
  background-image: url(https://static.ispace.cz/articles/microsite-samsung-galaxy-s8/inteligence.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 793px; }

#samsung__galaxyS8 #inteligence .container .descr {
  padding: 0 100px; }

#samsung__galaxyS8 #inteligence .container .category {
  margin-top: 310px; }

#samsung__galaxyS8 #smartSwitchTechnology .container {
  padding: 50px 20px; }
  #samsung__galaxyS8 #smartSwitchTechnology .container .title {
    font-size: 40px; }
  @media screen and (min-width: 768px) {
    #samsung__galaxyS8 #smartSwitchTechnology .container {
      padding: 50px 100px; }
      #samsung__galaxyS8 #smartSwitchTechnology .container .title {
        font-size: 55px; } }

#samsung__galaxyS8 #smartSwitchTechnology .container .category,
#samsung__galaxyS8 #smartSwitchTechnology .container .descr,
#samsung__galaxyS8 #smartSwitchTechnology .container .title {
  color: #000;
  text-align: left; }

#samsung__galaxyS8 #smartSwitchTechnology .container img {
  margin-bottom: 70px; }

#samsung__galaxyS8 #accessories .container {
  background-color: #000;
  padding: 50px 100px; }

#samsung__galaxyS8 #accessories .container .category,
#samsung__galaxyS8 #accessories .container .descr,
#samsung__galaxyS8 #accessories .container .title {
  text-align: left; }

#samsung__galaxyS8 #accessories .container .title {
  font-size: 40px; }

#samsung__galaxyS8 .img-responsive {
  margin: 0 auto; }

#samsung__galaxyS8 .hranice {
  background-color: #000; }

@media screen and (max-width: 1200px) {
  #samsung__galaxyS8 #hranice .container {
    padding: 100px; }
  #samsung__galaxyS8 #hranice .container .category,
  #samsung__galaxyS8 #hranice .container .descr,
  #samsung__galaxyS8 #hranice .container .title {
    text-align: center; }
  #samsung__galaxyS8 #hranice .container img {
    margin-top: 30px;
    width: 100%;
    height: auto; } }

@media screen and (max-width: 992px) {
  #samsung__galaxyS8 #smartSwitchTechnology .container .category,
  #samsung__galaxyS8 #smartSwitchTechnology .container .descr,
  #samsung__galaxyS8 #smartSwitchTechnology .container .title {
    text-align: center; }
  #samsung__galaxyS8 #smartSwitchTechnology .container img {
    margin-top: 50px;
    width: 100%;
    height: auto; }
  #samsung__galaxyS8 #smartSwitchTechnology .container .flex_container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  #samsung__galaxyS8 #smartSwitchTechnology .container .flex_container .flex_item:first-child {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  #samsung__galaxyS8 #smartSwitchTechnology .container .flex_container .flex_item:last-child {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  #samsung__galaxyS8 #accessories .container .category,
  #samsung__galaxyS8 #accessories .container .descr,
  #samsung__galaxyS8 #accessories .container .title {
    text-align: center; } }

@media screen and (max-width: 768px) {
  #samsung__galaxyS8 .descr {
    margin-bottom: 0; }
  #samsung__galaxyS8 #security .container .title {
    font-size: 30px; }
  #samsung__galaxyS8 #vykon .container .title {
    font-size: 35px; } }

@media screen and (max-width: 600px) {
  #samsung__galaxyS8 #security .container .category,
  #samsung__galaxyS8 #security .container .descr,
  #samsung__galaxyS8 #security .container .title {
    width: 260px; }
  #samsung__galaxyS8 #security .container .title {
    font-size: 40px; }
  #samsung__galaxyS8 #security .container .descr {
    font-size: 17px; }
  #samsung__galaxyS8 #security .container .col-xs-5 {
    width: 60%; }
  #samsung__galaxyS8 #vykon .container {
    padding: 50px; }
  #samsung__galaxyS8 #inteligence .container .title {
    font-size: 35px; }
  #samsung__galaxyS8 #inteligence .container .descr {
    padding: 0 30px; } }

@media screen and (max-width: 450px) {
  #samsung__galaxyS8 #performance .container .title {
    font-size: 35px; }
  #samsung__galaxyS8 #hranice .hranice__content .title {
    font-size: 40px; }
  #samsung__galaxyS8 #inteligence .container .title {
    font-size: 30px; }
  #samsung__galaxyS8 #inteligence .container .descr {
    font-size: 16px;
    padding: 0 50px; } }

@media screen and (max-width: 375px) {
  #samsung__galaxyS8 #hranice .container {
    padding: 50px; }
  #samsung__galaxyS8 #hranice .container .subdescr {
    font-size: 18px; }
  #samsung__galaxyS8 #security .container .category,
  #samsung__galaxyS8 #security .container .descr,
  #samsung__galaxyS8 #security .container .title {
    text-align: center; }
  #samsung__galaxyS8 #vykon .container .title {
    font-size: 24px; }
  #samsung__galaxyS8 #vykon .container .descr {
    font-size: 16px; } }

.youtubePlayer {
  background-color: #000;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer; }

.youtubePlayer__play {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
  .youtubePlayer__play:before {
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }

.youtubePlayer img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  cursor: pointer;
  position: absolute; }

.youtubePlayer iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

.ms-flic {
  padding: 0;
  margin-top: 0; }
  .ms-flic ul {
    padding-left: 2rem; }
  .ms-flic .btn-grey {
    background: #333;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px; }
  .ms-flic .nav {
    text-align: center;
    background: #333;
    font-size: 20px;
    padding: 20px 0;
    margin: 0; }
    .ms-flic .nav li {
      width: 100%;
      text-align: center;
      list-style: none; }
      @media screen and (min-width: 1024px) {
        .ms-flic .nav li {
          display: inline-block;
          width: 33%; } }
      .ms-flic .nav li a {
        color: #fff; }
  .ms-flic .tab-pane {
    display: none; }
    .ms-flic .tab-pane.active {
      display: block; }
  .ms-flic .green-box {
    background: #00cbb6;
    padding: 100px 15px;
    text-align: center; }
    .ms-flic .green-box .img-responsive {
      margin: 0 auto 50px !important;
      width: 100%;
      max-width: 280px; }
    .ms-flic .green-box h2 {
      color: #fff;
      font-size: 35px;
      text-align: center;
      margin-bottom: 10px; }
      .ms-flic .green-box h2 + p {
        font-size: 35px;
        line-height: 40px;
        font-weight: 300;
        margin: 0 auto;
        color: #fff;
        max-width: 540px; }
      @media screen and (min-width: 480px) {
        .ms-flic .green-box h2 {
          font-size: 45px; }
          .ms-flic .green-box h2 + p {
            font-size: 45px; } }
    .ms-flic .green-box .btn-grey {
      display: block;
      margin-top: 20px; }
      @media screen and (min-width: 480px) {
        .ms-flic .green-box .btn-grey {
          margin-top: 50px;
          display: inline-block; }
          .ms-flic .green-box .btn-grey:first-of-type {
            margin-right: 10px; }
          .ms-flic .green-box .btn-grey:last-of-type {
            margin-left: 10px; } }
  .ms-flic .white-box {
    padding: 25px 15px; }
    @media screen and (min-width: 1024px) {
      .ms-flic .white-box {
        padding: 50px 100px; } }
    .ms-flic .white-box .first-block {
      margin-bottom: 100px; }
      @media screen and (min-width: 768px) {
        .ms-flic .white-box .first-block {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
      .ms-flic .white-box .first-block h3 {
        font-weight: 800; }
    .ms-flic .white-box h2 {
      margin-bottom: 50px;
      font-weight: 300;
      text-align: center;
      font-size: 50px; }
    .ms-flic .white-box .second-block {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      font-size: 16px; }
      .ms-flic .white-box .second-block > div:first-child {
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2; }
      .ms-flic .white-box .second-block > div:last-child {
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      @media screen and (min-width: 768px) {
        .ms-flic .white-box .second-block {
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; }
          .ms-flic .white-box .second-block > div:first-child {
            -webkit-order: 1;
                -ms-flex-order: 1;
                    order: 1; }
          .ms-flic .white-box .second-block > div:last-child {
            -webkit-order: 2;
                -ms-flex-order: 2;
                    order: 2; } }
      .ms-flic .white-box .second-block ol {
        padding-left: 13px; }
    .ms-flic .white-box .features {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 50px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .ms-flic .white-box .features > div {
        width: 50%;
        text-align: center;
        padding: 0 10px;
        font-size: 15px;
        margin-bottom: 20px; }
        @media screen and (min-width: 480px) {
          .ms-flic .white-box .features > div {
            width: 33%; } }
        @media screen and (min-width: 768px) {
          .ms-flic .white-box .features > div {
            width: 20%; } }
        .ms-flic .white-box .features > div .img-responsive {
          margin: 0 auto 10px !important;
          max-width: 65px; }
      @media screen and (min-width: 768px) {
        .ms-flic .white-box .features {
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
    .ms-flic .white-box .appstores {
      margin-top: 50px;
      margin-bottom: 50px; }
      .ms-flic .white-box .appstores > div {
        text-align: center;
        padding: 0 20px;
        margin-bottom: 20px;
        font-size: 17px; }
        .ms-flic .white-box .appstores > div h3 {
          text-align: center;
          margin-bottom: 5px; }
        .ms-flic .white-box .appstores > div p {
          margin-top: 0; }
      .ms-flic .white-box .appstores .appstores-icons .img-responsive {
        max-width: 135px;
        display: inline-block; }
      @media screen and (min-width: 768px) {
        .ms-flic .white-box .appstores {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-bottom: 150px; }
          .ms-flic .white-box .appstores > div {
            width: 50%;
            margin-bottom: 0;
            padding: 0 50px; } }
    .ms-flic .white-box .third-block {
      margin-bottom: 150px; }
      .ms-flic .white-box .third-block p {
        font-size: 25px;
        text-align: center;
        font-weight: 300;
        margin-top: 0; }
      .ms-flic .white-box .third-block .examples > div {
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 30px;
        font-size: 20px;
        font-weight: 300; }
        @media screen and (min-width: 480px) {
          .ms-flic .white-box .third-block .examples > div {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 10px; } }
        .ms-flic .white-box .third-block .examples > div .img-responsive {
          max-width: 120px;
          margin-left: 20px;
          margin-right: 10px; }
    .ms-flic .white-box .fourth-block > div {
      font-size: 18px; }
      .ms-flic .white-box .fourth-block > div .img-responsive {
        margin: 0 auto !important;
        max-width: 250px; }
    @media screen and (min-width: 768px) {
      .ms-flic .white-box .fourth-block {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .ms-flic .white-box .fourth-block > div {
          max-width: 50%; } }
  .ms-flic .inspiration-hero {
    position: relative;
    margin: 0 auto !important; }
    .ms-flic .inspiration-hero h2 {
      position: absolute;
      width: 100%;
      bottom: 30px;
      color: #fff;
      font-size: 40px;
      text-align: center;
      font-weight: 300; }
      @media screen and (min-width: 480px) {
        .ms-flic .inspiration-hero h2 {
          font-size: 60px; } }
      @media screen and (min-width: 768px) {
        .ms-flic .inspiration-hero h2 {
          font-size: 80px; } }
  .ms-flic .inspiration > div {
    background: #f2f2f2;
    margin: 15px; }
    .ms-flic .inspiration > div > div {
      padding: 10px; }
      .ms-flic .inspiration > div > div h3 {
        font-weight: bold;
        font-size: 20px; }
      .ms-flic .inspiration > div > div p {
        font-size: 16px; }
  @media screen and (min-width: 480px) {
    .ms-flic .inspiration {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .ms-flic .inspiration > div {
        max-width: calc(50% - 30px); } }
  @media screen and (min-width: 1024px) {
    .ms-flic .inspiration {
      padding: 30px 15px; }
      .ms-flic .inspiration > div {
        max-width: calc(33.3333333333% - 60px);
        margin: 15px 30px 30px; } }
  .ms-flic .inspiration .img-responsive {
    margin: 0 auto 10px !important; }
  .ms-flic #koupit-flic {
    padding-top: 30px; }
    .ms-flic #koupit-flic h2 {
      margin-top: 30px;
      margin-bottom: 100px; }
    .ms-flic #koupit-flic .buy > div {
      margin-bottom: 60px;
      font-size: 30px;
      text-align: center; }
      .ms-flic #koupit-flic .buy > div .img-responsive {
        margin: 0 auto !important; }
      .ms-flic #koupit-flic .buy > div p {
        margin-top: 0;
        font-weight: 300;
        margin-bottom: 0; }
      .ms-flic #koupit-flic .buy > div strong {
        display: block;
        font-size: 35px;
        margin-bottom: 20px; }
      .ms-flic #koupit-flic .buy > div a {
        border: 1px solid #000;
        font-size: 18px;
        padding: 15px 60px;
        color: #000;
        text-decoration: none;
        transition: all 300ms ease; }
        .ms-flic #koupit-flic .buy > div a:hover {
          background: #000;
          color: #fff; }
    @media screen and (min-width: 768px) {
      .ms-flic #koupit-flic .buy {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .ms-flic #koupit-flic .buy > div {
          margin-bottom: 0; }
          .ms-flic #koupit-flic .buy > div:nth-child(2) {
            margin-left: 40px;
            margin-right: 40px; } }
    .ms-flic #koupit-flic .buyAll {
      margin-top: 150px; }
      .ms-flic #koupit-flic .buyAll > div {
        text-align: center;
        font-size: 30px; }
        .ms-flic #koupit-flic .buyAll > div .img-responsive {
          margin: 0 auto !important; }
        .ms-flic #koupit-flic .buyAll > div p {
          margin-top: 0;
          font-weight: 300;
          margin-bottom: 0; }
        .ms-flic #koupit-flic .buyAll > div strong {
          display: block;
          font-size: 35px;
          margin-bottom: 20px; }
        .ms-flic #koupit-flic .buyAll > div a {
          border: 1px solid #000;
          font-size: 18px;
          padding: 15px 60px;
          color: #000;
          text-decoration: none;
          transition: all 300ms ease; }
          .ms-flic #koupit-flic .buyAll > div a:hover {
            background: #000;
            color: #fff; }
      @media screen and (min-width: 768px) {
        .ms-flic #koupit-flic .buyAll {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; }
          .ms-flic #koupit-flic .buyAll > div {
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
            .ms-flic #koupit-flic .buyAll > div:first-child {
              max-width: 450px; } }

.bbKey2 {
  max-width: 1200px !important;
  color: #fff; }
  .bbKey2 .h1 {
    font-size: 3.8rem;
    font-weight: 100; }
  .bbKey2 p {
    font-size: 1.1rem;
    font-weight: 300; }
  .bbKey2 section.bbKey2__hero .row {
    height: 450px;
    background-image: url("https://static.ispace.cz/articles/blackberry-key2/01.jpg");
    background-position-x: 100%;
    background-size: cover; }
    @media screen and (min-width: 576px) {
      .bbKey2 section.bbKey2__hero .row {
        height: 650px; } }
    @media screen and (min-width: 1024px) {
      .bbKey2 section.bbKey2__hero .row {
        height: 1041px; } }
    .bbKey2 section.bbKey2__hero .row ul {
      margin-top: 120px;
      font-size: 1rem;
      background: rgba(0, 0, 0, 0.7);
      color: #d4ac2b;
      padding-top: 1rem;
      padding-bottom: 1rem; }
      .bbKey2 section.bbKey2__hero .row ul span {
        color: #fff; }
      @media screen and (min-width: 576px) {
        .bbKey2 section.bbKey2__hero .row ul {
          background: none;
          margin-top: 250px; } }
      @media screen and (min-width: 1024px) {
        .bbKey2 section.bbKey2__hero .row ul {
          margin-top: 360px;
          font-size: 1.3rem; }
          .bbKey2 section.bbKey2__hero .row ul li {
            margin-bottom: 1rem; } }
  .bbKey2 section.bbKey2__design .row {
    height: 310px;
    background-image: url("https://static.ispace.cz/articles/blackberry-key2/02.jpg");
    background-position-x: 100%;
    background-size: cover; }
    @media screen and (min-width: 576px) {
      .bbKey2 section.bbKey2__design .row {
        height: 420px; } }
    @media screen and (min-width: 1024px) {
      .bbKey2 section.bbKey2__design .row {
        height: 754px;
        padding-right: 5rem; } }
  .bbKey2 section.bbKey2__klavesnice .row {
    height: 380px;
    background-image: url("https://static.ispace.cz/articles/blackberry-key2/03.jpg");
    background-position-x: 100%;
    background-size: cover; }
    .bbKey2 section.bbKey2__klavesnice .row .h1 {
      font-size: 2.3rem; }
    @media screen and (min-width: 576px) {
      .bbKey2 section.bbKey2__klavesnice .row {
        height: 480px; }
        .bbKey2 section.bbKey2__klavesnice .row .h1 {
          font-size: 3rem; } }
    @media screen and (min-width: 1024px) {
      .bbKey2 section.bbKey2__klavesnice .row {
        height: 787px;
        padding-right: 5rem; }
        .bbKey2 section.bbKey2__klavesnice .row .h1 {
          font-size: 3.8rem; } }
  .bbKey2 section.bbKey2__nabijeni .row {
    height: 400px;
    background-image: url("https://static.ispace.cz/articles/blackberry-key2/04.jpg");
    background-position-x: 100%;
    background-size: cover; }
    @media screen and (min-width: 576px) {
      .bbKey2 section.bbKey2__nabijeni .row {
        height: 420px; } }
    @media screen and (min-width: 1024px) {
      .bbKey2 section.bbKey2__nabijeni .row {
        height: 662px;
        padding-right: 5rem; } }
  .bbKey2 section.bbKey2__fotak .row {
    height: 784px;
    background-image: url("https://static.ispace.cz/articles/blackberry-key2/05.jpg");
    background-position-x: center; }
    .bbKey2 section.bbKey2__fotak .row .h1 {
      font-size: 2.5rem; }
    @media screen and (min-width: 1024px) {
      .bbKey2 section.bbKey2__fotak .row .h1 {
        font-size: 3.8rem; } }
  .bbKey2 section.bbKey2__bezpecnost .row {
    height: 925px;
    background-image: url("https://static.ispace.cz/articles/blackberry-key2/06.jpg");
    background-position-x: 100%; }
    @media screen and (min-width: 1024px) {
      .bbKey2 section.bbKey2__bezpecnost .row {
        padding-right: 5rem; } }

/*-----------ČLÁNKY DODÁVANÉ SAMSUNGEM------------*/
.articleSam {
  margin-bottom: 2rem; }
  .articleSam h1 {
    text-align: center;
    padding: 0;
    font-size: 2rem;
    margin: 2rem 0; }
    @media screen and (min-width: 1024px) {
      .articleSam h1 {
        font-size: 2.8rem;
        margin: 2.8rem 0; } }
  .articleSam h2 {
    font-size: 1.2rem;
    margin: 1rem 0 0 0;
    padding: 0 1rem; }
    @media screen and (min-width: 1024px) {
      .articleSam h2 {
        margin: 2.5rem 0 0 0;
        padding: 0 5rem; } }
  .articleSam h2 + p {
    padding-top: 0; }
  .articleSam p + h2 {
    margin-top: 0; }
  .articleSam p {
    font-size: 1rem;
    margin: 0;
    padding: 1rem; }
    @media screen and (min-width: 1024px) {
      .articleSam p {
        padding: 2.5rem 5rem; } }
  .articleSam p + p {
    padding-top: 0; }

.articleSam--dotaznik {
  max-width: 1280px;
  margin: 0 auto 2rem; }
  .articleSam--dotaznik p {
    font-size: 1.2rem;
    padding-bottom: 1.3rem; }

.articleSam__halfs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 1024px) {
    .articleSam__halfs {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .articleSam__halfs--grey {
    background: #f6f6f6; }
  .articleSam__halfs--vaBottom {
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }

.articleSam__left,
.articleSam__right {
  width: 100%; }
  .articleSam__left--grey,
  .articleSam__right--grey {
    padding-top: 1px;
    background: #f6f6f6; }
  @media screen and (min-width: 1024px) {
    .articleSam__left,
    .articleSam__right {
      width: 50%; } }

.articleSam__full,
.articleSam__halfs {
  margin-bottom: 1rem; }
  @media screen and (min-width: 1024px) {
    .articleSam__full,
    .articleSam__halfs {
      margin-bottom: 2rem; } }

.articleSam__full--grey {
  background: #f6f6f6;
  padding-top: 1px; }

@media screen and (min-width: 1024px) {
  .articleSam__left h2,
  .articleSam__left p {
    padding-right: 2.5rem; }
  .articleSam__right h2,
  .articleSam__right p {
    padding-left: 2.5rem; } }

p.articleSam__perex {
  font-weight: 800;
  font-size: 1.1rem; }

/*-----------------------------------------------*/
.bundleItem {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 10px 50px;
  border-right: 1px solid #dedede; }
  .bundleItem .bundleTitle {
    width: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    /*white-space: nowrap;
		overflow:hidden;
		text-overflow:ellipsis;*/
    height: 40px; }
  .bundleItem .bundlePlus {
    font-size: 2rem;
    font-weight: bold;
    color: #0090e3;
    text-align: center;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    -webkit-flex: 0 0 45px;
        -ms-flex: 0 0 45px;
            flex: 0 0 45px;
    max-width: 45px; }
  .bundleItem .catalogItem {
    padding-top: 1rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-flex: 0 0 80px;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px; }
    .bundleItem .catalogItem .itemImg {
      height: 160px; }
    .bundleItem .catalogItem .itemRating {
      margin-top: 0;
      margin-bottom: 0; }
      .bundleItem .catalogItem .itemRating .stars {
        font-size: 1rem; }
  .bundleItem .bundleTools {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end; }
    .bundleItem .bundleTools .bundleDiscount {
      width: 85px;
      height: 85px;
      background: #0090e3;
      border-radius: 42.5px;
      margin: 0 auto;
      color: #fff;
      font-size: 1rem;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 10px; }
    .bundleItem .bundleTools .bundlePrice {
      color: #ff0000;
      font-size: 1rem;
      line-height: 1.1;
      margin-bottom: 10px; }
      .bundleItem .bundleTools .bundlePrice del {
        color: #888;
        display: block;
        font-size: .9rem; }

@media screen and (max-width: 900px) {
  .bundleItem {
    border-right: none; } }

@media screen and (max-width: 490px) {
  .bundleItem {
    padding-left: 0;
    padding-right: 0; } }

.btn {
  border: none;
  line-height: 1; }

.btn-blue {
  background-color: #0090e3;
  border: none;
  color: #fff; }

.btn-blue:hover {
  background-color: #0070b0;
  color: #fff; }

.btn-lightBlue {
  background-color: #50d8fe;
  background: linear-gradient(to bottom, #50d8fe 0%, #01b5e7 100%);
  border: 1px solid #01b5e7;
  color: #fff; }

.btn-lightBlue:hover {
  background-color: #1dcdfe;
  background: linear-gradient(to bottom, #41d5fe 0%, #018db4 100%);
  color: #fff; }

.btn-white {
  background-color: #fff;
  color: #0090e3; }

.btn-white:hover {
  background-color: #f9f9f9;
  color: #0090e3; }

.btn-green {
  background-color: #7cd103;
  color: #fff; }

.btn-green:hover {
  background-color: #233a01;
  color: #fff; }

.btn-grey {
  background-color: #aab2bd;
  color: #fff; }

.btn-grey:hover {
  background-color: #8d98a7;
  color: #fff; }

.btn-lightGrey {
  background-color: #dddcdc;
  color: #333; }

.btn-lightGrey:hover {
  background-color: #c3c3c3;
  color: #333; }

.btn-cart-nextStep {
  background-color: #ff0000;
  color: #fff;
  font-weight: 400;
  font-size: 1rem; }

.btn-cart-nextStep:hover {
  background-color: #f50000;
  color: #fff; }

.btn-buy {
  background: #04B319;
  color: #fff;
  font-weight: 300;
  font-size: 1.05rem;
  font-weight: 500;
  border: 1px solid #04B319;
  height: 40px;
  line-height: 1;
  transition: all ease 300ms;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .btn-buy:hover {
    background: #039014;
    color: #fff; }
  .btn-buy .svg-cart {
    width: 18px; }

.btn-pgn {
  box-shadow: none;
  border: none;
  padding: 0 2px;
  margin-left: 1px;
  margin-right: 1px;
  font-size: 1.2rem; }
  .btn-pgn.active, .btn-pgn:active {
    box-shadow: none;
    border: none; }
  .btn-pgn:hover, .btn-pgn.active {
    color: #0090e3; }
  .btn-pgn.btn-pgn-back {
    margin-right: 20px; }
  .btn-pgn.btn-pgn-next {
    margin-left: 20px; }

.hp-btn-backToTop {
  background: #f6f6f6;
  text-align: center;
  padding: 20px;
  display: block;
  margin-bottom: 1.5rem;
  color: #333;
  font-weight: 400; }
  .hp-btn-backToTop:hover {
    text-decoration: underline;
    color: #333; }

.backToTop {
  opacity: .6;
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: rgba(189, 189, 189, 0.5);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
  width: 75px;
  height: 60px;
  color: #333;
  transition: all 300ms;
  border-radius: 3px; }
  .backToTop .fa {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    font-size: 1.5rem;
    margin-left: -3px; }
  .backToTop:hover, .backToTop:focus, .backToTop:active {
    text-decoration: none;
    color: #333; }
  .backToTop:hover {
    opacity: 1; }
  .backToTop.hidden {
    display: none;
    transition: all 300ms; }

.btn-samsung, .note8 .btn-buy, .btn-samsung-white, .btn-samsung-black {
  border-radius: 25px;
  border: 2px solid #000;
  padding: 13px 35px 8px;
  font-weight: 700;
  background: none;
  color: #000;
  font-family: 'SamsungOneC'; }
  .btn-samsung:hover, .note8 .btn-buy:hover, .btn-samsung-white:hover, .btn-samsung-black:hover {
    background: #000;
    color: #fff; }
  .btn-samsung:focus, .note8 .btn-buy:focus, .btn-samsung-white:focus, .btn-samsung-black:focus {
    color: #fff;
    outline: none; }

.btn-samsung-white {
  border: 1px solid #fff;
  background: #fff; }
  .btn-samsung-white:hover {
    background: #000;
    color: #fff; }
  .btn-samsung-white:focus {
    outline: none; }

.btn-samsung-black {
  border: 1px solid #000;
  background: #000;
  color: #fff; }
  .btn-samsung-black:hover {
    background: #fff;
    color: #000; }
  .btn-samsung-black:focus {
    outline: none; }

@media screen and (max-width: 1020px) {
  .backToTop {
    right: 10px;
    bottom: 40px; } }

.btn-circle {
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  transition: all 300ms ease; }
  .btn-circle:hover {
    text-decoration: none; }
  .btn-circle--share {
    background: #000;
    color: #fff; }
  .btn-circle--fb {
    background: #3b5998;
    color: #fff; }
    .btn-circle--fb + .tooltip > .tooltip-inner {
      background-color: #3b5998; }
    .btn-circle--fb + .tooltip.left .tooltip-arrow {
      border-left-color: #3b5998; }
  .btn-circle--twitter {
    background: #55acee;
    color: #fff; }
    .btn-circle--twitter + .tooltip > .tooltip-inner {
      background-color: #55acee; }
    .btn-circle--twitter + .tooltip.left .tooltip-arrow {
      border-left-color: #55acee; }
  .btn-circle--gplus {
    background: #dc4e41;
    color: #fff; }
    .btn-circle--gplus + .tooltip > .tooltip-inner {
      background-color: #dc4e41; }
    .btn-circle--gplus + .tooltip.left .tooltip-arrow {
      border-left-color: #dc4e41; }
  .btn-circle--mail {
    background: #ffac00;
    color: #fff; }
    .btn-circle--mail + .tooltip > .tooltip-inner {
      background-color: #ffac00; }
    .btn-circle--mail + .tooltip.left .tooltip-arrow {
      border-left-color: #ffac00; }

.btn-compare {
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  color: #aab2bd;
  outline: none; }
  .btn-compare.active, .btn-compare:hover {
    box-shadow: none;
    color: #0090e3; }
  .btn-compare:focus {
    outline: none; }

.btn-compare--svg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto; }
  .btn-compare--svg svg {
    fill: #aab2bd;
    width: 14px;
    margin-right: .25rem; }
    .btn-compare--svg svg > g:last-child {
      display: none; }
  .btn-compare--svg.active svg {
    fill: #0090e3; }
    .btn-compare--svg.active svg > g:first-child {
      display: none; }
    .btn-compare--svg.active svg > g:last-child {
      display: inline; }
  .btn-compare--svg:hover svg {
    fill: #0090e3; }
    .btn-compare--svg:hover svg > g:first-child {
      display: none; }
    .btn-compare--svg:hover svg > g:last-child {
      display: inline; }
  .btn-compare--svg.active:hover {
    color: #aab2bd; }
    .btn-compare--svg.active:hover svg {
      fill: #e5e5e5; }
      .btn-compare--svg.active:hover svg > g:first-child {
        display: inline; }
      .btn-compare--svg.active:hover svg > g:last-child {
        display: none; }

.svg-cart {
  width: 15px;
  margin-right: .5rem; }

.btn-wishlist--svg {
  background: none;
  border: none;
  line-height: 0;
  padding: 0;
  cursor: pointer; }
  .btn-wishlist--svg svg {
    height: 25px;
    fill: #e5e5e5;
    transition: all ease 300ms; }
  .btn-wishlist--svg:focus {
    outline: none; }
  .btn-wishlist--svg:hover svg {
    fill: #ff0000; }
  .btn-wishlist--svg.active svg {
    fill: #ff0000; }
  .btn-wishlist--svg.active:hover svg {
    fill: #e5e5e5; }

.catalogItem--small .btn-wishlist--svg, .catalogItem-big .btn-wishlist--svg, .catalogItem--small .btn-wishlist--svg {
  position: absolute;
  top: .5rem;
  left: .5rem; }

.btn-balance--svg, .btn-share--svg {
  padding: 0 !important;
  background: none;
  border: none;
  line-height: 0;
  padding: 0;
  cursor: pointer; }
  .btn-balance--svg svg, .btn-share--svg svg {
    fill: #e5e5e5;
    height: 25px;
    transition: all ease 300ms; }
  .btn-balance--svg:focus, .btn-share--svg:focus {
    outline: none; }
  .btn-balance--svg.active:hover svg, .btn-share--svg.active:hover svg {
    fill: #e5e5e5; }

.btn-balance--svg:hover svg, .btn-balance--svg.active svg {
  fill: #50d8fe; }

.btn-share--svg:hover svg, .btn-share--svg.active svg {
  fill: #000; }

.btn--170 {
  min-width: 170px; }

.btn-primary.form-control {
  background: #0090e3; }
  .btn-primary.form-control:hover {
    background: #0076ba; }
  .btn-primary.form-control:focus {
    background: #0090e3;
    color: #fff; }

.breadcrumb {
  padding: 0;
  width: 100%;
  max-width: 1380px;
  padding: .5rem;
  margin: 0 auto;
  background: none;
  border-bottom: 1px solid #dedede;
  border-radius: 0; }
  @media screen and (min-width: 768px) {
    .breadcrumb {
      padding: 1rem; } }
  @media screen and (min-width: 1456px) {
    .breadcrumb {
      padding: 1rem 0; } }
  .breadcrumb ul {
    margin-bottom: 0;
    padding-left: 0; }
    @media screen and (min-width: 768px) {
      .breadcrumb ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .breadcrumb ul li {
      list-style: none;
      display: inline-block;
      position: relative;
      padding-right: 2rem;
      line-height: 1; }
      .breadcrumb ul li:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-bottom: 1px solid #dedede;
        border-right: 1px solid #dedede;
        position: absolute;
        right: 13px;
        top: 50%;
        -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
            -ms-transform: rotate(-45deg) skew(-10deg, -10deg);
                transform: rotate(-45deg) skew(-10deg, -10deg);
        margin-top: -6px; }
      .breadcrumb ul li:last-child:after {
        content: '';
        display: none; }
      .breadcrumb ul li a:hover {
        text-decoration: underline; }

.cartNav {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 1024px) {
    .cartNav {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .cartNav .cartNav__Item {
    font-size: 1.1rem;
    color: #aab2bd;
    margin-bottom: .5rem;
    position: relative;
    font-size: 1.2rem;
    font-weight: 800; }
    @media screen and (min-width: 1024px) {
      .cartNav .cartNav__Item {
        margin-bottom: 0;
        margin-right: 4rem; } }
    .cartNav .cartNav__Item span {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      display: inline-block;
      background: #aab2bd;
      color: #fff;
      text-align: center;
      margin-right: .5rem;
      transition: all 300ms ease;
      font-weight: 600;
      font-size: 1.2rem;
      line-height: 25px;
      font-weight: 800; }
    .cartNav .cartNav__Item--active {
      color: #0090e3; }
      .cartNav .cartNav__Item--active span {
        color: #fff;
        background: #0090e3; }
    @media screen and (min-width: 1024px) {
      .cartNav .cartNav__Item:after {
        content: '';
        border-right: 1px solid #aab2bd;
        border-bottom: 1px solid #aab2bd;
        width: 12px;
        height: 12px;
        display: block;
        position: absolute;
        top: 14px;
        -webkit-transform: translate(-70%, -50%) rotate(-45deg);
            -ms-transform: translate(-70%, -50%) rotate(-45deg);
                transform: translate(-70%, -50%) rotate(-45deg);
        right: -39px;
        transition: all ease 300ms; }
      .cartNav .cartNav__Item--active:after, .cartNav .cartNav__Item:hover:after {
        border-color: #0090e3; }
      .cartNav .cartNav__Item:last-child:after {
        display: none; } }
  .cartNav a.cartNav__Item {
    display: block; }
    .cartNav a.cartNav__Item:hover {
      color: #0090e3;
      text-decoration: none; }
      .cartNav a.cartNav__Item:hover span {
        color: #fff;
        background: #0090e3; }

.cart .cartEmpty {
  width: 100%;
  margin-bottom: 20px; }
  .cart .cartEmpty p {
    font-size: 2rem;
    text-align: center; }

.cartItems {
  /*&>.item--voucher{
		.itemInfo{
			padding:1rem;
			border:1px solid $green;
			background:$green50;
		}
	}*/ }
  .cartItems > .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px; }
    .cartItems > .item:last-of-type {
      margin-bottom: 20px; }
    .cartItems > .item .itemPhoto {
      display: none; }
      @media screen and (min-width: 1024px) {
        .cartItems > .item .itemPhoto {
          max-width: 100px;
          margin-right: 1rem;
          display: block; } }
      @media screen and (min-width: 1366px) {
        .cartItems > .item .itemPhoto {
          max-width: 180px; } }
      .cartItems > .item .itemPhoto a {
        display: block; }
        .cartItems > .item .itemPhoto a img {
          display: block;
          max-width: 100%;
          height: auto;
          max-height: 100%;
          margin: 0 auto; }
    .cartItems > .item .itemInfo {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; }
      .cartItems > .item .itemInfo > div:first-child {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        @media screen and (min-width: 640px) {
          .cartItems > .item .itemInfo > div:first-child {
            -webkit-flex-wrap: nowrap;
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap; } }
        .cartItems > .item .itemInfo > div:first-child > div {
          margin-right: .5rem; }
          @media screen and (min-width: 1024px) {
            .cartItems > .item .itemInfo > div:first-child > div {
              margin-right: 1rem; } }
          .cartItems > .item .itemInfo > div:first-child > div:last-child {
            margin-right: 0; }
        .cartItems > .item .itemInfo > div:first-child .itemName {
          font-size: 1.2rem;
          font-weight: 400;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-bottom: 1rem;
          font-weight: 300;
          width: 100%;
          max-width: 480px; }
          .cartItems > .item .itemInfo > div:first-child .itemName strong {
            font-weight: 800; }
          @media screen and (min-width: 1024px) {
            .cartItems > .item .itemInfo > div:first-child .itemName {
              margin-bottom: 0rem;
              font-weight: normal; } }
        .cartItems > .item .itemInfo > div:first-child .itemQuantity .itemQuantityInput {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .cartItems > .item .itemInfo > div:first-child .itemQuantity .itemQuantityInput input {
            padding: 0;
            border: none;
            width: 30px; }
            @media screen and (min-width: 1280px) {
              .cartItems > .item .itemInfo > div:first-child .itemQuantity .itemQuantityInput input {
                width: 50px; } }
          .cartItems > .item .itemInfo > div:first-child .itemQuantity .itemQuantityInput span {
            -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
            width: 20px;
            height: 20px;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            text-align: center;
            background: #aab2bd;
            font-size: 22px;
            color: #fff;
            cursor: pointer;
            border-radius: 50%;
            transition: all ease 300ms; }
            .cartItems > .item .itemInfo > div:first-child .itemQuantity .itemQuantityInput span.plus:hover {
              background: #7cd103; }
            .cartItems > .item .itemInfo > div:first-child .itemQuantity .itemQuantityInput span.minus:hover {
              background: #ff0000; }
      .cartItems > .item .itemInfo .itemAvailability {
        text-align: center;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        font-weight: 600;
        margin-right: .5rem;
        /*@media screen and (min-width:1024px){
					width: 100%;
					max-width: 130px;
				}*/ }
      .cartItems > .item .itemInfo .itemPrice1 {
        text-align: right;
        font-size: 1rem;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        display: none;
        /*@media screen and (min-width:1280px){
					width: 180px;
				}*/ }
        @media screen and (min-width: 1280px) {
          .cartItems > .item .itemInfo .itemPrice1 {
            display: block;
            min-width: 160px;
            margin-right: 1rem; } }
      .cartItems > .item .itemInfo .itemPriceTotal {
        text-align: right;
        font-size: 1rem;
        font-weight: 800;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        min-width: 100px;
        margin-right: .5rem;
        color: #0090e3;
        font-weight: 800; }
        @media screen and (min-width: 1280px) {
          .cartItems > .item .itemInfo .itemPriceTotal {
            width: 160px;
            margin-right: 1rem; } }
      .cartItems > .item .itemInfo .itemDelete {
        width: 20px; }
        .cartItems > .item .itemInfo .itemDelete a {
          background: #aab2bd;
          color: #fff;
          display: block;
          width: 20px;
          height: 20px;
          line-height: 17px;
          text-align: center;
          font-size: 22px;
          border-radius: 50%; }
          .cartItems > .item .itemInfo .itemDelete a:hover {
            text-decoration: none;
            background: #ff0000; }
      .cartItems > .item .itemInfo .itemServices {
        width: 100%;
        background: #f6f6f6;
        color: #aab2bd;
        font-weight: 800;
        padding: 1rem;
        margin-top: 1rem; }
        .cartItems > .item .itemInfo .itemServices .itemServicesTitle {
          font-weight: bold;
          margin-bottom: .5rem;
          line-height: 1; }
        .cartItems > .item .itemInfo .itemServices .itemGroup .itemGroupTitle {
          margin-bottom: .5rem;
          line-height: 1;
          font-size: 1rem;
          color: #000; }
          .cartItems > .item .itemInfo .itemServices .itemGroup .itemGroupTitle a {
            color: #333; }
        .cartItems > .item .itemInfo .itemServices .itemGroup .item {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: .5rem;
          transition: 300ms all ease; }
          .cartItems > .item .itemInfo .itemServices .itemGroup .item:last-child {
            margin-bottom: 0; }
          .cartItems > .item .itemInfo .itemServices .itemGroup .item .checkbox, .cartItems > .item .itemInfo .itemServices .itemGroup .item .radio {
            margin-top: 0;
            margin-bottom: 0px; }
          .cartItems > .item .itemInfo .itemServices .itemGroup .item .itemPrice {
            font-weight: 600;
            width: 5rem;
            text-align: right; }
            @media screen and (min-width: 1024px) {
              .cartItems > .item .itemInfo .itemServices .itemGroup .item .itemPrice {
                margin-right: 20px; } }
          .cartItems > .item .itemInfo .itemServices .itemGroup .item label {
            margin-bottom: 0;
            cursor: pointer; }
          .cartItems > .item .itemInfo .itemServices .itemGroup .item svg {
            fill: #aab2bd;
            width: 14px;
            display: inline-block; }
            .cartItems > .item .itemInfo .itemServices .itemGroup .item svg > g {
              transition: 300ms all ease; }
              .cartItems > .item .itemInfo .itemServices .itemGroup .item svg > g:last-child {
                opacity: 0; }
          .cartItems > .item .itemInfo .itemServices .itemGroup .item input {
            display: none; }
        .cartItems > .item .itemInfo .itemServices .itemGroup .item--selected, .cartItems > .item .itemInfo .itemServices .itemGroup .item:hover, .cartItems > .item .itemInfo .itemServices .itemGroup .item:focus {
          color: #0090e3; }
          .cartItems > .item .itemInfo .itemServices .itemGroup .item--selected svg, .cartItems > .item .itemInfo .itemServices .itemGroup .item:hover svg, .cartItems > .item .itemInfo .itemServices .itemGroup .item:focus svg {
            fill: #0090e3; }
            .cartItems > .item .itemInfo .itemServices .itemGroup .item--selected svg > g:first-child, .cartItems > .item .itemInfo .itemServices .itemGroup .item:hover svg > g:first-child, .cartItems > .item .itemInfo .itemServices .itemGroup .item:focus svg > g:first-child {
              opacity: 0; }
            .cartItems > .item .itemInfo .itemServices .itemGroup .item--selected svg > g:last-child, .cartItems > .item .itemInfo .itemServices .itemGroup .item:hover svg > g:last-child, .cartItems > .item .itemInfo .itemServices .itemGroup .item:focus svg > g:last-child {
              opacity: 1; }
        .cartItems > .item .itemInfo .itemServices .itemGroup + .itemGroup {
          margin-bottom: 1rem; }
      .cartItems > .item .itemInfo .itemGifts {
        margin-top: 1.5rem; }
        .cartItems > .item .itemInfo .itemGifts .itemGift {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: .5rem 0; }
          .cartItems > .item .itemInfo .itemGifts .itemGift .itemGift__title {
            font-size: 1rem;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            .cartItems > .item .itemInfo .itemGifts .itemGift .itemGift__title img {
              margin-right: .5rem;
              margin-left: .5rem;
              display: none; }
              @media screen and (min-width: 1024px) {
                .cartItems > .item .itemInfo .itemGifts .itemGift .itemGift__title img {
                  display: inline; } }
            .cartItems > .item .itemInfo .itemGifts .itemGift .itemGift__title span {
              font-weight: 100;
              font-size: 3rem;
              line-height: 1;
              color: #04B319; }
          .cartItems > .item .itemInfo .itemGifts .itemGift .itemGift__price {
            color: #0090e3;
            font-size: 1rem;
            font-weight: 800;
            margin-right: calc(.5rem + 20px); }
            @media screen and (min-width: 1024px) {
              .cartItems > .item .itemInfo .itemGifts .itemGift .itemGift__price {
                margin-right: calc(1rem + 20px); } }
          .cartItems > .item .itemInfo .itemGifts .itemGift p {
            font-size: 1.1rem;
            font-weight: 600; }

.cart__voucherPrices {
  margin-bottom: 2rem; }
  @media screen and (min-width: 1280px) {
    .cart__voucherPrices {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.cart__voucher {
  width: 100%;
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
  background: #0090e3;
  color: #fff;
  font-weight: 100;
  font-size: 1.5rem;
  padding: 1rem;
  margin-bottom: 1rem; }
  .cart__voucher strong {
    font-weight: 800; }
  .cart__voucher form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .cart__voucher label {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 0;
    margin-right: .5rem;
    margin-bottom: .5rem; }
  .cart__voucher input {
    border: 1px solid #fff;
    background: none;
    margin-bottom: 0;
    color: #fff;
    margin-right: .5rem;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: .5rem; }
  .cart__voucher button {
    width: 120px;
    background: #fff;
    color: #0090e3;
    font-weight: 600; }
  .cart__voucher small {
    line-height: 1.2;
    margin-bottom: .5rem;
    display: inline-block; }
  @media screen and (min-width: 600px) {
    .cart__voucher form {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .cart__voucher label, .cart__voucher input {
      margin-bottom: 0; } }
  @media screen and (min-width: 1280px) {
    .cart__voucher {
      width: 50%;
      max-width: 100%;
      margin-right: 2rem;
      margin-bottom: 0; } }

.cart__pricesButtons {
  width: 100%;
  padding: .5rem 0;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }
  @media screen and (min-width: 768px) {
    .cart__pricesButtons {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  @media screen and (min-width: 1280px) {
    .cart__pricesButtons {
      padding: 0;
      width: 50%; } }
  .cart__pricesButtons .cart__prices {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: 1rem;
    margin-right: 0;
    margin-left: auto; }
    .cart__pricesButtons .cart__prices strong {
      display: block;
      color: #0090e3;
      font-weight: 800; }
    .cart__pricesButtons .cart__prices > div {
      margin-right: 1rem; }
      .cart__pricesButtons .cart__prices > div:last-child {
        margin-right: 0; }
    @media screen and (min-width: 640px) {
      .cart__pricesButtons .cart__prices {
        margin-right: 2rem;
        margin-bottom: 0; } }
  .cart__pricesButtons .cart__buttons .btn-grey {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 140px;
    margin-bottom: .5rem;
    margin-right: 0;
    margin-left: auto; }
    @media screen and (min-width: 640px) {
      .cart__pricesButtons .cart__buttons .btn-grey {
        margin-right: 1rem;
        margin-bottom: 0; } }
  .cart__pricesButtons .cart__buttons .btn-buy {
    margin-right: 0;
    margin-left: auto; }
  @media screen and (min-width: 640px) {
    .cart__pricesButtons .cart__buttons {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.cartSidebar {
  margin-bottom: 10px; }
  @media screen and (min-width: 1024px) {
    .cartSidebar {
      padding: 0 .5rem .5rem; } }
  .cartSidebar h2 {
    color: #000;
    font-size: 1.1rem;
    font-weight: 300;
    padding: 1rem 0 1rem;
    border-bottom: 1px solid #dedede;
    border-top: 1px solid #dedede;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
    position: relative;
    margin-bottom: -1px; }
    .cartSidebar h2 svg {
      height: 20px;
      fill: #0090e3;
      margin-right: .5rem; }
    .cartSidebar h2:after {
      content: '';
      border-right: 2px solid #c7c7cc;
      border-bottom: 2px solid #c7c7cc;
      width: 12px;
      height: 12px;
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-70%, -50%) rotate(225deg);
          -ms-transform: translate(-70%, -50%) rotate(225deg);
              transform: translate(-70%, -50%) rotate(225deg);
      right: 0;
      transition: all ease 300ms; }
      @media screen and (min-width: 1024px) {
        .cartSidebar h2:after {
          content: none; } }
  .cartSidebar .collapsed h2:after {
    -webkit-transform: translate(-70%, -50%) rotate(45deg);
        -ms-transform: translate(-70%, -50%) rotate(45deg);
            transform: translate(-70%, -50%) rotate(45deg); }
  .cartSidebar .voucher {
    border: 1px solid #dedede;
    border-radius: 3px;
    padding: 15px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border-bottom: 1px solid #dedede; }
    .cartSidebar .voucher ul {
      list-style-type: none;
      padding-left: 0; }
    .cartSidebar .voucher button {
      display: block;
      width: 100%; }
  .cartSidebar > div p {
    border-bottom: 1px solid #dedede;
    margin-bottom: 0;
    padding-bottom: 10px; }
  .cartSidebar #sidebarItems.collapse {
    display: none; }
    .cartSidebar #sidebarItems.collapse.show {
      display: block; }
  .cartSidebar #sidebarItems .cartItem {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 2rem 0;
    font-size: 1rem;
    font-weight: 300;
    border-bottom: 1px solid #dedede; }
    .cartSidebar #sidebarItems .cartItem:last-child {
      border-bottom: none; }
    .cartSidebar #sidebarItems .cartItem.hasServices {
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .cartSidebar #sidebarItems .cartItem.hasGifts {
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .cartSidebar #sidebarItems .cartItem .itemImg {
      display: none;
      margin-right: 5px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 60px; }
      @media screen and (min-width: 1024px) {
        .cartSidebar #sidebarItems .cartItem .itemImg {
          display: inline; } }
      .cartSidebar #sidebarItems .cartItem .itemImg svg {
        width: 25px;
        fill: #0090e3;
        margin: 0 auto;
        display: block; }
    .cartSidebar #sidebarItems .cartItem .itemInfo {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .cartSidebar #sidebarItems .cartItem .itemName {
      line-height: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: calc(100% - 110px); }
      .cartSidebar #sidebarItems .cartItem .itemName a {
        color: #0090e3; }
    .cartSidebar #sidebarItems .cartItem .itemPrice {
      text-align: right;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-left: 10px;
      font-weight: 800;
      color: #0090e3;
      margin-right: .5rem; }
    .cartSidebar #sidebarItems .cartItem .itemServices p {
      border-bottom: none;
      padding-bottom: 0;
      color: #888; }
    .cartSidebar #sidebarItems .cartItem .itemDelete {
      width: 20px; }
      .cartSidebar #sidebarItems .cartItem .itemDelete a {
        background: #aab2bd;
        color: #fff;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 17px;
        text-align: center;
        font-size: 22px;
        border-radius: 50%; }
        .cartSidebar #sidebarItems .cartItem .itemDelete a:hover {
          text-decoration: none;
          background: #ff0000; }
    .cartSidebar #sidebarItems .cartItem .itemServices {
      width: 100%;
      margin-right: calc(20px + .5rem);
      margin-left: .5rem;
      font-size: 90%; }
      @media screen and (min-width: 1024px) {
        .cartSidebar #sidebarItems .cartItem .itemServices {
          margin-left: 1rem;
          margin-top: .75rem; } }
      .cartSidebar #sidebarItems .cartItem .itemServices .itemService {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: .5rem; }
      .cartSidebar #sidebarItems .cartItem .itemServices .itemService__title {
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .cartSidebar #sidebarItems .cartItem .itemServices .itemService__title span {
          margin-right: .5rem; }
    .cartSidebar #sidebarItems .cartItem .itemGifts {
      width: 100%;
      margin-right: calc(20px + .5rem);
      margin-left: .5rem;
      font-size: 90%; }
      @media screen and (min-width: 1024px) {
        .cartSidebar #sidebarItems .cartItem .itemGifts {
          margin-left: 1rem; } }
      .cartSidebar #sidebarItems .cartItem .itemGifts .itemGift {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: .5rem;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .cartSidebar #sidebarItems .cartItem .itemGifts .itemGift__title {
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .cartSidebar #sidebarItems .cartItem .itemGifts .itemGift__title span {
          font-weight: 100;
          font-size: 2rem;
          line-height: 1;
          color: #04B319;
          margin-right: .5rem;
          margin-left: -2px; }
        .cartSidebar #sidebarItems .cartItem .itemGifts .itemGift__title img {
          display: none;
          margin: 0 .5rem; }
          @media screen and (min-width: 1024px) {
            .cartSidebar #sidebarItems .cartItem .itemGifts .itemGift__title img {
              display: inline; } }
  .cartSidebar .cart__pricesButtons {
    width: 100%;
    padding: 1rem; }
    @media screen and (min-width: 1024px) and (max-width: 1366px) {
      .cartSidebar .cart__pricesButtons {
        display: block; }
        .cartSidebar .cart__pricesButtons .cart__prices {
          margin-right: 0;
          margin-bottom: .5rem; }
        .cartSidebar .cart__pricesButtons .cart__buttons {
          -webkit-justify-content: flex-end;
              -ms-flex-pack: end;
                  justify-content: flex-end; }
          .cartSidebar .cart__pricesButtons .cart__buttons .btn {
            margin: 0;
            margin-left: .5rem; } }
  .cartSidebar .orderButtons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .cartSidebar .orderButtons button {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-top: 20px; }
  .cartSidebar .installments {
    margin-top: 20px;
    color: #0090e3;
    text-align: center; }
    .cartSidebar .installments .fa {
      font-size: 1.2rem;
      padding-right: 5px; }

.btn-cart-nextStep {
  margin-bottom: 20px;
  display: block; }

.popover-cart .cartItems > .item {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede; }
  .popover-cart .cartItems > .item .itemPhoto {
    -webkit-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    max-width: 70px;
    margin-right: 10px; }
    .popover-cart .cartItems > .item .itemPhoto a {
      width: 70px;
      height: 70px;
      display: block; }
      .popover-cart .cartItems > .item .itemPhoto a img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 100%;
        margin: 0 auto; }
  .popover-cart .cartItems > .item .itemInfo > div:first-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .popover-cart .cartItems > .item .itemDelete * {
    color: #ff0000; }

.popover-cart .orderButtons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.cartCompatible .sectionTitle {
  color: #0090e3;
  text-transform: uppercase; }

.cart {
  display: block; }
  .cart .cartItems > .item > .itemInfo {
    margin-right: 0; }
  .cart .cartSidebar {
    margin-left: auto; }
    .cart .cartSidebar > div > p {
      cursor: pointer; }
      .cart .cartSidebar > div > p > .fa {
        display: inline-block; }

.cart .cartItems > .item {
  margin-bottom: 10px;
  border: 1px solid #dedede;
  padding: 5px; }
  .cart .cartItems > .item .itemInfo > div:last-child > .item .itemInfo > div:first-child .itemName {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .cart .cartItems > .item .itemInfo > div:last-child > .item .itemInfo > div:first-child .itemPriceTotal {
    -webkit-flex: 1 0 0%;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    max-width: 6rem; }

@media screen and (min-width: 480px) {
  .cartSidebar {
    margin-bottom: 10px; }
    .cartSidebar .voucher button {
      width: auto;
      float: right;
      width: 180px; }
    .cartSidebar .voucher #voucherFrm:after {
      content: "";
      clear: both;
      display: block; }
  .btn-cart-nextStep {
    margin-bottom: 20px;
    width: 195px;
    float: right; } }

@media screen and (min-width: 1024px) {
  .cart .cartItems > .item {
    border: none;
    border-bottom: 1px solid #dedede; }
    .cart .cartItems > .item:last-of-type {
      border-bottom: none; }
    .cart .cartItems > .item .itemInfo > div:first-child {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .cart .cartItems > .item .itemInfo > div:first-child .itemAvailability {
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: bold; }
    .cart .cartItems > .item .itemInfo:last-child .itemServices {
      margin-top: 1.5rem; }
      .cart .cartItems > .item .itemInfo:last-child .itemServices > .itemGroup {
        border-top: none;
        padding-top: 0; } }

@media screen and (min-width: 1024px) {
  .cart .cartContent .cartItems > .item {
    padding: 1.5rem 0 1.5rem .5rem;
    margin: 0; }
    .cart .cartContent .cartItems > .item .itemInfo > div:first-child .itemAvailability {
      font-size: .9rem; }
  .cart .cartContent .cartItems .btn-cart-nextStep {
    display: inline-block;
    width: 195px; }
  .cart .cartSidebar > div div .fa {
    display: none; }
  .cart .cartSidebar #sidebarItems.collapse {
    display: block; }
  .cart .cartSidebar .btn-cart-nextStep {
    display: block;
    width: 100%; }
  .cartCompatible {
    margin-bottom: 20px; }
    .cartCompatible .sectionTitle {
      border-bottom: 1px solid #dedede; }
    .cartCompatible .itemCarousel .owl-carousel {
      padding: 0; } }

.cart .cartSidebar--firstStep .btn-cart-nextStep {
  width: 100%;
  margin-top: 1rem; }

.cart .cartSidebar--firstStep .itemName a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.cart--firstStep .cartItems .btn-cart-nextStep {
  display: none; }

.cartWrapper__h1 {
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 1;
  margin: 2rem auto;
  padding-bottom: 0;
  text-align: center; }
  .cartWrapper__h1 strong {
    font-weight: 800; }

.cartHeader, .cart__carouselTitle {
  display: none;
  background: #f6f6f6;
  border-bottom: 1px solid #dedede;
  font-size: 1rem;
  font-weight: 800;
  padding: 0 1rem; }
  @media screen and (min-width: 1024px) {
    .cartHeader, .cart__carouselTitle {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 40px;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media screen and (min-width: 1280px) {
    .cartHeader, .cart__carouselTitle {
      font-size: 1.1rem; } }
  .cartHeader h2, .cart__carouselTitle h2 {
    font-size: 1rem;
    font-weight: 800;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 1280px) {
      .cartHeader h2, .cart__carouselTitle h2 {
        font-size: 1.1rem; } }

.cartHeader__product {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.cartHeader__availability {
  width: 180px; }

.cartHeader__quantity {
  width: 70px; }

.cartHeader__price1 {
  width: 130px;
  text-align: right; }

.cartHeader__priceTotal {
  width: 165px;
  text-align: right; }

@media screen and (min-width: 1280px) {
  .cartHeader__product {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .cartHeader__availability {
    width: 180px; }
  .cartHeader__quantity {
    width: 66px; }
  .cartHeader__price1 {
    width: 195px; }
  .cartHeader__priceTotal {
    width: 225px; } }

@media screen and (min-width: 1024px) {
  .cartWrapper--secondStep .cart, .cartWrapper--thirdStep .cart, .cartWrapper--fourthStep .cart {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .cartWrapper--secondStep .cart .cartContent, .cartWrapper--thirdStep .cart .cartContent, .cartWrapper--fourthStep .cart .cartContent {
      margin-right: 2rem;
      width: 50%; }
    .cartWrapper--secondStep .cart .cartSidebar, .cartWrapper--thirdStep .cart .cartSidebar, .cartWrapper--fourthStep .cart .cartSidebar {
      width: 50%; } }

.cart__carouselTitle {
  margin-top: 3rem; }

.cartDeliveryPayment .cartPayment {
  margin-top: 3rem;
  margin-bottom: 3rem; }

.cartDeliveryPayment .cartDelivery, .cartDeliveryPayment .cartPayment {
  background: #f6f6f6;
  padding: .5rem; }
  @media screen and (min-width: 1024px) {
    .cartDeliveryPayment .cartDelivery, .cartDeliveryPayment .cartPayment {
      padding: 1rem 1.5rem; } }
  .cartDeliveryPayment .cartDelivery h2, .cartDeliveryPayment .cartPayment h2 {
    font-size: 1.1rem;
    font-weight: 300;
    padding-bottom: 1rem;
    color: #000;
    border-bottom: 1px solid #dedede;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
    .cartDeliveryPayment .cartDelivery h2 svg, .cartDeliveryPayment .cartPayment h2 svg {
      height: 20px;
      fill: #0090e3;
      margin-right: .5rem; }
  .cartDeliveryPayment .cartDelivery .item, .cartDeliveryPayment .cartPayment .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #dedede;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .cartDeliveryPayment .cartDelivery .item:last-of-type, .cartDeliveryPayment .cartPayment .item:last-of-type {
      border-bottom: none;
      padding-bottom: 0; }
    .cartDeliveryPayment .cartDelivery .item > div, .cartDeliveryPayment .cartPayment .item > div {
      margin-right: 15px; }
    .cartDeliveryPayment .cartDelivery .item .itemImg, .cartDeliveryPayment .cartPayment .item .itemImg {
      display: none; }
    .cartDeliveryPayment .cartDelivery .item .itemImg, .cartDeliveryPayment .cartPayment .item .itemImg {
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .cartDeliveryPayment .cartDelivery .item .itemName, .cartDeliveryPayment .cartPayment .item .itemName {
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .cartDeliveryPayment .cartDelivery .item .itemOthers, .cartDeliveryPayment .cartPayment .item .itemOthers {
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .cartDeliveryPayment .cartDelivery .item .itemOthers + .select2, .cartDeliveryPayment .cartPayment .item .itemOthers + .select2 {
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .cartDeliveryPayment .cartDelivery .item .itemPrice, .cartDeliveryPayment .cartPayment .item .itemPrice {
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    @media screen and (min-width: 480px) {
      .cartDeliveryPayment .cartDelivery .item .itemImg, .cartDeliveryPayment .cartPayment .item .itemImg {
        display: block;
        width: 100px; }
        .cartDeliveryPayment .cartDelivery .item .itemImg img, .cartDeliveryPayment .cartPayment .item .itemImg img {
          cursor: pointer; } }
    .cartDeliveryPayment .cartDelivery .item .itemName, .cartDeliveryPayment .cartPayment .item .itemName {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1; }
      .cartDeliveryPayment .cartDelivery .item .itemName .radio, .cartDeliveryPayment .cartPayment .item .itemName .radio {
        margin-top: 0;
        margin-bottom: 0; }
      .cartDeliveryPayment .cartDelivery .item .itemName label, .cartDeliveryPayment .cartPayment .item .itemName label {
        display: block;
        color: #000;
        margin-bottom: 0;
        cursor: pointer; }
        .cartDeliveryPayment .cartDelivery .item .itemName label input, .cartDeliveryPayment .cartPayment .item .itemName label input {
          width: 0;
          height: 0;
          visibility: hidden; }
        .cartDeliveryPayment .cartDelivery .item .itemName label:hover input:not([disabled]) + svg + span, .cartDeliveryPayment .cartDelivery .item .itemName label input:checked + svg + span, .cartDeliveryPayment .cartPayment .item .itemName label:hover input:not([disabled]) + svg + span, .cartDeliveryPayment .cartPayment .item .itemName label input:checked + svg + span {
          color: #0090e3;
          font-weight: 800; }
        .cartDeliveryPayment .cartDelivery .item .itemName label:hover input:not([disabled]) + svg, .cartDeliveryPayment .cartDelivery .item .itemName label input:checked + svg, .cartDeliveryPayment .cartPayment .item .itemName label:hover input:not([disabled]) + svg, .cartDeliveryPayment .cartPayment .item .itemName label input:checked + svg {
          fill: #0090e3;
          pointer-events: unset; }
          .cartDeliveryPayment .cartDelivery .item .itemName label:hover input:not([disabled]) + svg > g, .cartDeliveryPayment .cartDelivery .item .itemName label input:checked + svg > g, .cartDeliveryPayment .cartPayment .item .itemName label:hover input:not([disabled]) + svg > g, .cartDeliveryPayment .cartPayment .item .itemName label input:checked + svg > g {
            pointer-events: unset; }
            .cartDeliveryPayment .cartDelivery .item .itemName label:hover input:not([disabled]) + svg > g:first-child, .cartDeliveryPayment .cartDelivery .item .itemName label input:checked + svg > g:first-child, .cartDeliveryPayment .cartPayment .item .itemName label:hover input:not([disabled]) + svg > g:first-child, .cartDeliveryPayment .cartPayment .item .itemName label input:checked + svg > g:first-child {
              /*display:none;*/
              opacity: 0; }
            .cartDeliveryPayment .cartDelivery .item .itemName label:hover input:not([disabled]) + svg > g:last-child, .cartDeliveryPayment .cartDelivery .item .itemName label input:checked + svg > g:last-child, .cartDeliveryPayment .cartPayment .item .itemName label:hover input:not([disabled]) + svg > g:last-child, .cartDeliveryPayment .cartPayment .item .itemName label input:checked + svg > g:last-child {
              /*display:inline-block;*/
              opacity: 1; }
        .cartDeliveryPayment .cartDelivery .item .itemName label input:checked:disabled + svg + span, .cartDeliveryPayment .cartPayment .item .itemName label input:checked:disabled + svg + span {
          color: #888888; }
        .cartDeliveryPayment .cartDelivery .item .itemName label input:checked:disabled + svg, .cartDeliveryPayment .cartPayment .item .itemName label input:checked:disabled + svg {
          fill: #888888;
          pointer-events: unset; }
          .cartDeliveryPayment .cartDelivery .item .itemName label input:checked:disabled + svg > g, .cartDeliveryPayment .cartPayment .item .itemName label input:checked:disabled + svg > g {
            pointer-events: unset; }
            .cartDeliveryPayment .cartDelivery .item .itemName label input:checked:disabled + svg > g:first-child, .cartDeliveryPayment .cartPayment .item .itemName label input:checked:disabled + svg > g:first-child {
              opacity: 0; }
            .cartDeliveryPayment .cartDelivery .item .itemName label input:checked:disabled + svg > g:last-child, .cartDeliveryPayment .cartPayment .item .itemName label input:checked:disabled + svg > g:last-child {
              display: inline-block;
              opacity: 1; }
        .cartDeliveryPayment .cartDelivery .item .itemName label svg, .cartDeliveryPayment .cartPayment .item .itemName label svg {
          fill: #aab2bd;
          width: 14px;
          display: inline-block;
          pointer-events: unset;
          cursor: pointer; }
          .cartDeliveryPayment .cartDelivery .item .itemName label svg > g, .cartDeliveryPayment .cartPayment .item .itemName label svg > g {
            pointer-events: unset;
            cursor: pointer; }
            .cartDeliveryPayment .cartDelivery .item .itemName label svg > g:last-child, .cartDeliveryPayment .cartPayment .item .itemName label svg > g:last-child {
              /*display:none;*/
              opacity: 0; }
        .cartDeliveryPayment .cartDelivery .item .itemName label *, .cartDeliveryPayment .cartPayment .item .itemName label * {
          cursor: pointer; }
    .cartDeliveryPayment .cartDelivery .item .itemOthers + .select2, .cartDeliveryPayment .cartPayment .item .itemOthers + .select2 {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 100%;
      margin-right: 0; }
      @media screen and (min-width: 480px) {
        .cartDeliveryPayment .cartDelivery .item .itemOthers + .select2, .cartDeliveryPayment .cartPayment .item .itemOthers + .select2 {
          margin-left: 115px; } }
      @media screen and (min-width: 640px) {
        .cartDeliveryPayment .cartDelivery .item .itemOthers + .select2, .cartDeliveryPayment .cartPayment .item .itemOthers + .select2 {
          width: auto;
          margin-left: 0;
          margin-right: 1rem; } }
      @media screen and (min-width: 1024px) {
        .cartDeliveryPayment .cartDelivery .item .itemOthers + .select2, .cartDeliveryPayment .cartPayment .item .itemOthers + .select2 {
          width: 100%;
          margin-right: 0;
          margin-left: 115px; } }
      @media screen and (min-width: 1280px) {
        .cartDeliveryPayment .cartDelivery .item .itemOthers + .select2, .cartDeliveryPayment .cartPayment .item .itemOthers + .select2 {
          width: auto;
          margin-left: 115px;
          margin-right: 1rem;
          margin-top: .5rem; } }
      .cartDeliveryPayment .cartDelivery .item .itemOthers + .select2 select, .cartDeliveryPayment .cartPayment .item .itemOthers + .select2 select {
        margin-bottom: 0;
        height: auto;
        padding: .2rem .5rem;
        cursor: pointer; }
        .cartDeliveryPayment .cartDelivery .item .itemOthers + .select2 select:disabled, .cartDeliveryPayment .cartPayment .item .itemOthers + .select2 select:disabled {
          opacity: .3;
          cursor: not-allowed; }
    .cartDeliveryPayment .cartDelivery .item .itemPrice, .cartDeliveryPayment .cartPayment .item .itemPrice {
      color: #0090e3;
      text-align: right;
      margin-right: 0; }
    .cartDeliveryPayment .cartDelivery .item.disabled .itemImg img, .cartDeliveryPayment .cartPayment .item.disabled .itemImg img {
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      opacity: .5; }
    .cartDeliveryPayment .cartDelivery .item.disabled .itemName label, .cartDeliveryPayment .cartPayment .item.disabled .itemName label {
      color: #888;
      cursor: not-allowed; }
      .cartDeliveryPayment .cartDelivery .item.disabled .itemName label svg, .cartDeliveryPayment .cartPayment .item.disabled .itemName label svg {
        fill: #888;
        width: 14px;
        display: inline-block; }
        .cartDeliveryPayment .cartDelivery .item.disabled .itemName label svg > g:last-child, .cartDeliveryPayment .cartPayment .item.disabled .itemName label svg > g:last-child {
          display: none; }

.cartPayment .itemName {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.cartContent .mapWrapper #map {
  width: 100%;
  height: 300px;
  margin-bottom: 20px; }
  .cartContent .mapWrapper #map .mapMarker p {
    margin-bottom: 5px; }
    .cartContent .mapWrapper #map .mapMarker p.title {
      font-weight: 600; }

@media screen and (min-width: 1280px) {
  .cartDeliveryPayment .cartDelivery, .cartDeliveryPayment .cartPayment {
    width: 100%; } }

.cartWrapper--thirdStep .cart {
  margin-bottom: 3rem; }

.cartWrapper--thirdStep .customerInfo .invoicingInfo .form-control, .cartWrapper--thirdStep .customerInfo .deliveryInfo .form-control {
  height: 40px;
  border-radius: 3px;
  box-shadow: none;
  font-size: 1rem; }
  .cartWrapper--thirdStep .customerInfo .invoicingInfo .form-control.btn, .cartWrapper--thirdStep .customerInfo .deliveryInfo .form-control.btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.cartWrapper--thirdStep .customerInfo .invoicingInfo {
  margin-bottom: 50px; }
  .cartWrapper--thirdStep .customerInfo .invoicingInfo .companyInfo .ic {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .cartWrapper--thirdStep .customerInfo .invoicingInfo .companyInfo .ic input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .cartWrapper--thirdStep .customerInfo .invoicingInfo .companyInfo .ic .btn {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      margin-bottom: 10px; }

.cartWrapper--thirdStep .customerInfo .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 0; }
  .cartWrapper--thirdStep .customerInfo .panel.companyInfo {
    margin-top: 20px; }
  .cartWrapper--thirdStep .customerInfo .panel .panel-heading {
    padding: 0;
    border-bottom: none; }
  .cartWrapper--thirdStep .customerInfo .panel .panel-body {
    padding: 0; }

.cartWrapper--thirdStep .cartContent textarea.form-control {
  resize: none;
  height: 10rem; }

.cartWrapper--thirdStep #panel-DeliverAddress h2, .cartWrapper--thirdStep #panel-CompanyInfo h2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .cartWrapper--thirdStep #panel-DeliverAddress h2:before, .cartWrapper--thirdStep #panel-CompanyInfo h2:before {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-right: .5rem;
    margin-top: -7px; }
  .cartWrapper--thirdStep #panel-DeliverAddress h2 svg, .cartWrapper--thirdStep #panel-CompanyInfo h2 svg {
    width: 20px;
    margin-right: .25rem;
    fill: #333; }
    .cartWrapper--thirdStep #panel-DeliverAddress h2 svg > g:first-child, .cartWrapper--thirdStep #panel-CompanyInfo h2 svg > g:first-child {
      display: inline-block; }
    .cartWrapper--thirdStep #panel-DeliverAddress h2 svg > g:last-child, .cartWrapper--thirdStep #panel-CompanyInfo h2 svg > g:last-child {
      display: none; }
  .cartWrapper--thirdStep #panel-DeliverAddress h2:hover, .cartWrapper--thirdStep #panel-DeliverAddress h2.checked, .cartWrapper--thirdStep #panel-CompanyInfo h2:hover, .cartWrapper--thirdStep #panel-CompanyInfo h2.checked {
    background-position: 0px -24px; }
    .cartWrapper--thirdStep #panel-DeliverAddress h2:hover svg, .cartWrapper--thirdStep #panel-DeliverAddress h2.checked svg, .cartWrapper--thirdStep #panel-CompanyInfo h2:hover svg, .cartWrapper--thirdStep #panel-CompanyInfo h2.checked svg {
      fill: #0090e3; }
      .cartWrapper--thirdStep #panel-DeliverAddress h2:hover svg > g:first-child, .cartWrapper--thirdStep #panel-DeliverAddress h2.checked svg > g:first-child, .cartWrapper--thirdStep #panel-CompanyInfo h2:hover svg > g:first-child, .cartWrapper--thirdStep #panel-CompanyInfo h2.checked svg > g:first-child {
        display: none; }
      .cartWrapper--thirdStep #panel-DeliverAddress h2:hover svg > g:last-child, .cartWrapper--thirdStep #panel-DeliverAddress h2.checked svg > g:last-child, .cartWrapper--thirdStep #panel-CompanyInfo h2:hover svg > g:last-child, .cartWrapper--thirdStep #panel-CompanyInfo h2.checked svg > g:last-child {
        display: inline-block; }
  .cartWrapper--thirdStep #panel-DeliverAddress h2.checked:before, .cartWrapper--thirdStep #panel-CompanyInfo h2.checked:before {
    content: '×';
    border: none;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    color: #ff0000;
    font-size: 2rem;
    font-weight: 400;
    width: 23px;
    height: 20px;
    line-height: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: -3px;
    margin-right: 0;
    margin-left: -5px; }

.cartWrapper--thirdStep #panel-DeliverAddress + .panel-collapse, .cartWrapper--thirdStep #panel-CompanyInfo + .panel-collapse {
  margin-top: .5rem;
  margin-bottom: 1rem; }

.customerInfo {
  margin-bottom: 3rem; }

.invoicingInfo__inputs {
  margin-top: .5rem; }

@media screen and (min-width: 480px) {
  .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs > div {
      width: calc(50% - 5px); }
      .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs > div:nth-child(odd) {
        margin-right: 5px; }
      .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs > div:nth-child(even) {
        margin-left: 5px; }
  .cartWrapper--thirdStep .customerInfo .invoicingInfo .companyInfo .panel-body > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .cartWrapper--thirdStep .customerInfo .invoicingInfo .companyInfo .panel-body > div a {
      margin-left: 10px; }
  .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body > div {
      width: calc(50% - 5px); }
      .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body > div:nth-child(odd) {
        margin-right: 5px; }
      .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body > div:nth-child(even) {
        margin-left: 5px; } }

@media screen and (min-width: 1024px) {
  .cartWrapper--thirdStep .customerInfo .invoicingInfo {
    margin-bottom: 10px; }
    .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs {
      display: block;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs > div {
        width: 100%; }
        .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs > div:nth-child(odd) {
          margin-right: 0px; }
        .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs > div:nth-child(even) {
          margin-left: 0px; }
    .cartWrapper--thirdStep .customerInfo .invoicingInfo .companyInfo .panel-body > div {
      display: block; }
      .cartWrapper--thirdStep .customerInfo .invoicingInfo .companyInfo .panel-body > div a {
        margin-left: 0px; }
  .cartWrapper--thirdStep .customerInfo .deliveryInfo {
    margin-bottom: 10px; }
    .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body {
      display: block;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body > div {
        width: 100%; }
        .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body > div:nth-child(odd) {
          margin-right: 0px; }
        .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body > div:nth-child(even) {
          margin-left: 0px; } }

@media screen and (min-width: 1280px) {
  .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs > div {
      width: calc(50% - 5px); }
      .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs > div:nth-child(odd) {
        margin-right: 5px; }
      .cartWrapper--thirdStep .customerInfo .invoicingInfo .invoicingInfo__inputs > div:nth-child(even) {
        margin-left: 5px; }
  .cartWrapper--thirdStep .customerInfo .invoicingInfo .companyInfo .panel-body > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .cartWrapper--thirdStep .customerInfo .invoicingInfo .companyInfo .panel-body > div a {
      margin-left: 10px; }
  .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body > div {
      width: calc(50% - 5px); }
      .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body > div:nth-child(odd) {
        margin-right: 5px; }
      .cartWrapper--thirdStep .customerInfo .deliveryInfo .panel-body > div:nth-child(even) {
        margin-left: 5px; } }

.cartWrapper--fourthStep .cart {
  margin-bottom: 3rem; }
  .cartWrapper--fourthStep .cart p {
    font-size: 1rem;
    margin-bottom: 2px; }

.cartWrapper--fourthStep .cartHeader, .cartWrapper--fourthStep .cart__carouselTitle {
  margin-bottom: .5rem; }

.cartWrapper--fourthStep .invoicingInfo, .cartWrapper--fourthStep .companyInfo, .cartWrapper--fourthStep .deliveryInfo, .cartWrapper--fourthStep .otherInfo {
  margin-bottom: 1rem;
  padding: 0 1rem; }

.mainContent .KZB1 {
  margin-bottom: 10px; }

.mainContent .compatibilityWrapper {
  background: #0090e3;
  padding: 10px;
  border-radius: 3px;
  margin-bottom: 5px; }
  .mainContent .compatibilityWrapper > div:first-child {
    color: #fff;
    margin-bottom: 5px; }
  .mainContent .compatibilityWrapper .btn {
    display: block; }
  @media screen and (min-width: 1280px) {
    .mainContent .compatibilityWrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 5px 10px;
      max-width: 1500px;
      margin: 5px auto 10px auto; }
      .mainContent .compatibilityWrapper > div {
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-right: 10px; }
        .mainContent .compatibilityWrapper > div:first-child {
          font-size: 1rem;
          margin-bottom: 0px;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0; }
        .mainContent .compatibilityWrapper > div:last-child {
          margin-right: 0;
          -webkit-flex-grow: 0;
              -ms-flex-positive: 0;
                  flex-grow: 0; }
      .mainContent .compatibilityWrapper .form-control {
        margin: 0; } }

.mainContent .catalogHeader {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .itemCarousel + .mainContent .catalogHeader {
    margin-top: 20px; }
  .mainContent .catalogHeader .sorting {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .mainContent .catalogHeader .sorting span, .mainContent .catalogHeader .sorting a {
      margin-right: 1px;
      margin-left: 1px;
      border-radius: 3px 3px 0 0;
      background: #aab2bd;
      padding: 8px 9px;
      color: #fff;
      text-transform: uppercase;
      font-size: .9rem;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: center; }
    .mainContent .catalogHeader .sorting span {
      background: #50d8fe; }
    @media screen and (min-width: 768px) {
      .mainContent .catalogHeader .sorting {
        width: auto; }
        .mainContent .catalogHeader .sorting span, .mainContent .catalogHeader .sorting a {
          text-align: left; } }

.mainContent .itemCarousel + .catalogHeader {
  margin-top: 2rem; }

.mainContent .catalog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.mainContent .catalogPagination {
  background: #f3f3f3; }
  .mainContent .catalogPagination > div {
    height: 45px;
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    font-size: 1.1rem; }
    .mainContent .catalogPagination > div ul {
      margin: 0 auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0; }
      .mainContent .catalogPagination > div ul li {
        list-style: none; }
        .mainContent .catalogPagination > div ul li.blank {
          padding-left: 3px;
          padding-right: 3px; }
        .mainContent .catalogPagination > div ul li a {
          color: #888;
          font-size: 1.1rem;
          padding: 0 5px; }
          .mainContent .catalogPagination > div ul li a:hover {
            color: #0090e3;
            text-decoration: none; }
        .mainContent .catalogPagination > div ul li span {
          color: #333;
          font-weight: 600;
          padding: 0 5px; }
    .mainContent .catalogPagination > div .pagination {
      margin: 0 auto; }

.mainContent .pages {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding: 0;
  background: #f3f3f3; }
  .mainContent .pages li {
    list-style: none;
    font-size: 1.1rem; }
    .mainContent .pages li.blank {
      padding-left: 3px;
      padding-right: 3px; }
    .mainContent .pages li a {
      color: #888;
      font-size: 1.1rem;
      padding: 0 5px; }
      .mainContent .pages li a:hover {
        color: #0090e3;
        text-decoration: none; }
    .mainContent .pages li span {
      color: #333;
      font-weight: 600;
      padding: 0 5px; }

@media screen and (min-width: 480px) {
  .mainContent .catalogHeader .sorting span, .mainContent .catalogHeader .sorting a {
    padding: 8px 13px;
    font-size: .9rem; } }

.catalogStock {
  margin-bottom: .5rem;
  margin-top: 0.5rem;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .catalogStock {
      width: 370px;
      margin: 0 0 0 auto; } }
  .catalogStock > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    position: relative;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 768px) {
      .catalogStock > div {
        height: 36px; } }
  .catalogStock .checkbox {
    margin-right: .5rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .catalogStock .checkbox a {
      padding: 3px; }
  .catalogStock .dropdown {
    width: calc(100% - 140px);
    position: static; }
    @media screen and (min-width: 768px) {
      .catalogStock .dropdown {
        max-width: 270px; } }
  .catalogStock .dropdown-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .catalogStock #dropdown_title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .catalogStock .dropdown-menu {
    right: 0;
    top: 30px; }
    @media screen and (min-width: 480px) {
      .catalogStock .dropdown-menu {
        left: 140px;
        width: calc(100% - 140px); } }
    @media screen and (min-width: 768px) {
      .catalogStock .dropdown-menu {
        width: 100%;
        left: auto;
        max-width: 270px; } }

.dropdown-menu {
  border: 1px solid #dedede;
  border-radius: 0;
  max-height: 500px;
  overflow: auto; }
  .dropdown-menu .active {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 800;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap; }

.dropdown-toggle {
  border: 1px solid #dedede;
  padding: 3px;
  cursor: pointer; }

.sorting {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.pages {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.catalogStock {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

@media screen and (min-width: 768px) {
  .sorting {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pages {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .catalogStock {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; } }

@media screen and (min-width: 1024px) {
  .mainContent--noFilters {
    padding: 0; } }

@media screen and (min-width: 1280px) {
  .mainContent .catalogHeader .pages {
    background: none;
    height: auto;
    width: auto; }
  .sorting {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pages {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .catalogStock {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; } }

.guidepost {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.guidepost--hp {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.guidepost--borders {
  padding: 15px 0 10px;
  margin: 15px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede; }

.guidepost__itemWrapper {
  width: 50%;
  margin-bottom: 10px; }
  .guidepost__itemWrapper:nth-child(odd) {
    padding-right: 10px; }
  @media screen and (min-width: 640px) {
    .guidepost__itemWrapper {
      width: 33.3333333333%;
      padding-right: 10px; }
      .guidepost__itemWrapper:nth-child(3n+3) {
        padding-right: 0; } }
  @media screen and (min-width: 768px) {
    .guidepost__itemWrapper {
      width: 25%; }
      .guidepost__itemWrapper:nth-child(3n+3) {
        padding-right: 10px; }
      .guidepost__itemWrapper:nth-child(4n+4) {
        padding-right: 0px; } }
  @media screen and (min-width: 1300px) {
    .guidepost__itemWrapper {
      width: 16.6666666667%; }
      .guidepost__itemWrapper:nth-child(3n+3) {
        padding-right: 10px; }
      .guidepost__itemWrapper:nth-child(4n+4) {
        padding-right: 10px; }
      .guidepost__itemWrapper:nth-child(6n+6) {
        padding-right: 0; } }
  .guidepost__itemWrapper--text {
    text-align: center; }

.guidepost__item {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  background: #f6f6f6;
  padding: 5px;
  color: #333;
  font-size: 1rem;
  border: 1px solid transparent;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .guidepost__item > span:first-of-type {
    width: 52px;
    min-width: 52px;
    border-right: 1px solid #dedede;
    margin-right: 10px;
    text-align: center; }
  .guidepost__item > span:last-of-type {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis; }
  .guidepost__item:hover, .guidepost__item--active, .guidepost__item.active {
    border-color: #dedede;
    text-decoration: none;
    background: #dddcdc; }
    .guidepost__item:hover > span:first-of-type, .guidepost__item--active > span:first-of-type, .guidepost__item.active > span:first-of-type {
      border-color: #fff; }

@media screen and (min-width: 1024px) {
  .guidepost__item--hp {
    height: 70px; } }

@media screen and (min-width: 1024px) {
  .guidepost__item--hp > span:first-of-type {
    width: 72px;
    min-width: 72px; } }

.guidepost__item--hp > span:last-of-type {
  font-size: .9rem; }
  @media screen and (min-width: 1024px) {
    .guidepost__item--hp > span:last-of-type {
      font-size: 1.2rem; } }

.guidepostBig {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.guidepostBig__itemWrapper {
  margin-bottom: 10px;
  width: calc(50% - 5px); }
  @media screen and (min-width: 640px) {
    .guidepostBig__itemWrapper {
      width: calc(33.3333333333% - (20px/3)); } }
  @media screen and (min-width: 768px) {
    .guidepostBig__itemWrapper {
      width: calc(16.6666666667% - (50px/6));
      padding-right: 0px; }
      .guidepostBig__itemWrapper:last-child {
        padding-right: 0; } }

.guidepostBig__item {
  background: #f6f6f6;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  color: #333; }
  .guidepostBig__item > span:first-of-type {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 1rem;
    margin: .5rem 1rem;
    border-bottom: 1px solid #dedede; }
  .guidepostBig__item > span:last-of-type {
    padding: 1rem;
    text-align: center; }
  .guidepostBig__item:hover, .guidepostBig__item--active {
    border-color: #dedede;
    text-decoration: none;
    background: #dddcdc; }
    .guidepostBig__item:hover > span:first-of-type, .guidepostBig__item--active > span:first-of-type {
      border-color: #fff; }

.wrapper-catalog h1 {
  display: none; }
  @media screen and (min-width: 1024px) {
    .wrapper-catalog h1 {
      display: block; } }

.hp-doporucene .nav-tabs {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0; }
  .hp-doporucene .nav-tabs li {
    margin: .5rem 0rem; }
    .hp-doporucene .nav-tabs li a {
      font-size: 1rem;
      text-transform: uppercase;
      padding: .5rem 2rem;
      border-bottom: 1px solid #dedede;
      text-decoration: none; }
      .hp-doporucene .nav-tabs li a:hover, .hp-doporucene .nav-tabs li a.active {
        color: #104b6d;
        border-color: #104b6d; }

.catalogHP {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2rem auto;
  max-width: 560px; }
  @media screen and (min-width: 1150px) {
    .catalogHP {
      max-width: 100%; } }

.catalogItem {
  padding: .7rem .7rem 0;
  font-weight: 400;
  font-size: .9rem;
  width: 100%;
  text-align: center;
  background-image: linear-gradient(to bottom, transparent 10%, #c7c7c7 50%, transparent 90%), linear-gradient(to bottom, transparent 10%, #c7c7c7 50%, transparent 90%);
  background-size: 1px 100%;
  background-position: 100% 0%, 100% 0%;
  background-repeat: no-repeat; }
  @media screen and (min-width: 1280px) {
    .catalogItem {
      width: 25%; } }
  .catalogItem:nth-child(-n+4) .itemImg {
    background-image: none; }
  .catalogItem:last-child {
    background-image: none; }
  .catalogItem .itemImg {
    padding-top: .7rem;
    margin-bottom: 5px;
    background-image: linear-gradient(to left, transparent 10%, #c7c7c7 50%, transparent 90%), linear-gradient(to left, transparent 10%, #c7c7c7 50%, transparent 90%);
    background-size: 100% 1px;
    background-position: 0% 0%, 0% 0%;
    background-repeat: no-repeat; }
    .catalogItem .itemImg img {
      max-width: 100%;
      max-height: 100%;
      height: auto;
      width: auto;
      display: block;
      margin: 0 auto; }
  .catalogItem .itemName {
    margin-top: .5rem;
    line-height: 1; }
    .catalogItem .itemName a {
      color: #333;
      font-weight: 600;
      font-size: 1rem;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .catalogItem .itemCategory {
    color: #888;
    font-size: 1rem;
    margin-bottom: .25rem;
    line-height: 1; }
  .catalogItem .itemDescription {
    font-size: .9rem;
    height: 105px;
    overflow: hidden;
    line-height: 1.2; }
  .catalogItem .itemPrice {
    font-size: 1.3rem;
    line-height: 1;
    margin: .7rem auto; }
  .catalogItem .itemRating {
    margin-bottom: .3rem;
    margin-top: .3rem; }
  .catalogItem .itemAvailability {
    color: #7cd103; }
  .catalogItem .itemPriceDelivery {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .catalogItem .itemPriceDelivery .itemPrice {
      height: 35px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      font-size: 1.5rem;
      text-align: center; }
      .catalogItem .itemPriceDelivery .itemPrice del, .catalogItem .itemPriceDelivery .itemPrice span {
        color: #888;
        display: block;
        font-size: .9rem;
        font-weight: 400; }
    .catalogItem .itemPriceDelivery .itemDelivery {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      text-align: right;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .catalogItem .btn-buy {
    margin-left: auto;
    margin-right: auto; }

.catalogItem-big, .catalogItem--small {
  width: 100%;
  padding: 1rem;
  font-size: 1.08rem;
  position: relative;
  margin: 0;
  border-bottom: 1px solid #dedede;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 640px) {
    .catalogItem-big, .catalogItem--small {
      margin-top: -1px;
      border: 1px solid #dedede;
      border-left: none;
      width: 50%; }
      .catalogItem-big:nth-child(2n+1), .catalogItem--small:nth-child(2n+1) {
        border-left: 1px solid #dedede; } }
  @media screen and (min-width: 768px) {
    .catalogItem-big, .catalogItem--small {
      width: 33.3333333333%; }
      .catalogItem-big:nth-child(2n+1), .catalogItem--small:nth-child(2n+1) {
        border-left: none; }
      .catalogItem-big:nth-child(3n+1), .catalogItem--small:nth-child(3n+1) {
        border-left: 1px solid #dedede; } }
  .catalogItem-big .itemImg, .catalogItem--small .itemImg {
    margin-bottom: 1rem;
    margin-left: -10px;
    margin-right: -10px;
    position: relative; }
    .catalogItem-big .itemImg .itemActions, .catalogItem--small .itemImg .itemActions {
      position: absolute;
      top: 0px;
      right: 0px;
      text-align: right;
      max-width: 100%; }
    .catalogItem-big .itemImg img, .catalogItem--small .itemImg img {
      margin-left: auto;
      margin-right: auto; }
  .catalogItem-big .itemName, .catalogItem--small .itemName {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: .5rem; }
    .catalogItem-big .itemName a, .catalogItem--small .itemName a {
      color: #333; }
    .catalogItem-big .itemName strong, .catalogItem--small .itemName strong {
      font-weight: 800; }
    .catalogItem-big .itemName span, .catalogItem--small .itemName span {
      display: block;
      font-size: 90%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .catalogItem-big .itemDescription, .catalogItem--small .itemDescription {
    font-size: .9rem;
    line-height: 1.1;
    margin-bottom: .25rem;
    text-align: left;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: .5rem; }
    .catalogItem-big .itemDescription ul, .catalogItem--small .itemDescription ul {
      list-style: none;
      padding: 0;
      margin-bottom: 0; }
      .catalogItem-big .itemDescription ul li, .catalogItem--small .itemDescription ul li {
        margin-bottom: 3px;
        position: relative;
        padding-left: 1rem; }
        .catalogItem-big .itemDescription ul li:before, .catalogItem--small .itemDescription ul li:before {
          /*Add another block-level blank space*/
          content: '';
          display: block;
          /*Make it a small rectangle so the border will create an L-shape*/
          width: 6px;
          height: 10px;
          /*Add a white border on the bottom and left, creating that 'L' */
          border: solid #000;
          border-width: 0 2px 2px 0;
          /*Rotate the L 45 degrees to turn it into a checkmark*/
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          left: 0;
          top: 2px; }
  .catalogItem-big .itemAvailability, .catalogItem--small .itemAvailability {
    margin-bottom: .5rem;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-transform: uppercase;
    font-size: .8rem;
    font-weight: bolder;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .catalogItem-big .itemOldPrice, .catalogItem--small .itemOldPrice {
    text-align: center;
    font-size: .9rem;
    color: #888; }
  .catalogItem-big .itemPrice, .catalogItem--small .itemPrice {
    font-size: 1.5rem;
    text-align: center; }
    .catalogItem-big .itemPrice del, .catalogItem--small .itemPrice del, .catalogItem-big .itemPrice span, .catalogItem--small .itemPrice span {
      color: #888;
      display: block;
      font-size: .9em;
      font-weight: 300;
      line-height: 1; }
    @media screen and (min-width: 768px) {
      .catalogItem-big .itemPrice, .catalogItem--small .itemPrice {
        height: 40px; } }
  .catalogItem-big .itemButtons, .catalogItem--small .itemButtons {
    position: relative; }
    .catalogItem-big .itemButtons .btn-buy, .catalogItem--small .itemButtons .btn-buy {
      font-size: 1.05rem;
      width: 170px;
      padding: .5rem;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      z-index: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .catalogItem-big .itemButtons .btn-buy .svg-cart, .catalogItem--small .itemButtons .btn-buy .svg-cart {
        width: 18px;
        margin-right: .5rem; }
    .catalogItem-big .itemButtons .btn-compare, .catalogItem--small .itemButtons .btn-compare {
      margin-top: .5rem; }
    .catalogItem-big .itemButtons .itemTools, .catalogItem--small .itemButtons .itemTools {
      position: absolute;
      bottom: 35px;
      right: 0; }
      .catalogItem-big .itemButtons .itemTools .btn, .catalogItem--small .itemButtons .itemTools .btn {
        background: none;
        border: 1px solid #dedede;
        color: #dedede;
        width: 40px;
        height: 32px;
        text-align: center;
        font-size: 1rem;
        padding: 6px;
        line-height: 1rem;
        /*&.tooltip-blue.active{box-shadow:none;background-color:$tealBlue; color:$white; border-color:$lightBlueBtn;}
				&.tooltip-blue:hover{border-color:$lightBlueBtn; color:$lightBlueBtn; background-color:$white;}*/ }
  .catalogItem-big .itemIcons, .catalogItem--small .itemIcons {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem;
    height: 270px;
    box-sizing: content-box;
    background-color: rgba(255, 255, 255, 0.9); }
    .catalogItem-big .itemIcons img, .catalogItem--small .itemIcons img {
      display: block;
      margin: 0 auto 10px auto; }
    .catalogItem-big .itemIcons.itemIconsHidden, .catalogItem--small .itemIcons.itemIconsHidden {
      opacity: 0.3; }
  .catalogItem-big .sticker, .catalogItem--small .sticker {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: .8rem; }
  .catalogItem-big.hasAction, .hasAction.catalogItem--small {
    /*.itemImg{
			img{margin-left: 0;}
		}*/ }
    .catalogItem-big.hasAction .itemActions .itemActionsIcons, .hasAction.catalogItem--small .itemActions .itemActionsIcons {
      margin-bottom: .5rem; }
    .catalogItem-big.hasAction .itemActions .itemAction, .hasAction.catalogItem--small .itemActions .itemAction {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .catalogItem-big.hasAction .itemActions .itemAction > a, .hasAction.catalogItem--small .itemActions .itemAction > a, .catalogItem-big.hasAction .itemActions .itemAction > span, .hasAction.catalogItem--small .itemActions .itemAction > span {
        margin-bottom: .3em;
        display: inline-block;
        border: 1px solid #0090e3;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.8);
        padding: .4rem;
        font-size: .8rem;
        transition: all ease 500ms;
        color: #0090e3;
        max-width: 100%; }
        .catalogItem-big.hasAction .itemActions .itemAction > a:hover, .hasAction.catalogItem--small .itemActions .itemAction > a:hover, .catalogItem-big.hasAction .itemActions .itemAction > span:hover, .hasAction.catalogItem--small .itemActions .itemAction > span:hover {
          background: #0090e3;
          color: #fff;
          text-decoration: none; }
      .catalogItem-big.hasAction .itemActions .itemAction--preorder > span, .hasAction.catalogItem--small .itemActions .itemAction--preorder > span {
        border-color: #a825fc;
        color: #fff;
        background: #a825fc; }
        .catalogItem-big.hasAction .itemActions .itemAction--preorder > span:hover, .hasAction.catalogItem--small .itemActions .itemAction--preorder > span:hover {
          border-color: #a825fc;
          color: #fff;
          background: #a825fc; }
      .catalogItem-big.hasAction .itemActions .itemAction--news > span, .hasAction.catalogItem--small .itemActions .itemAction--news > span {
        border-color: #ff0000;
        color: #fff;
        background: #ff0000; }
        .catalogItem-big.hasAction .itemActions .itemAction--news > span:hover, .hasAction.catalogItem--small .itemActions .itemAction--news > span:hover {
          border-color: #ff0000;
          color: #fff;
          background: #ff0000; }

/*
@media screen and (min-width: 768px){

	.catalogItem-big{
		width:percentage(1/3);	
		&:nth-child(3n+1){border-left: 0;}
		&:nth-child(3n+3){border-right: 0;}
		.itemImg{
			.itemActions{
				width:110px;	
			}
		}
		.itemPriceDelivery{
			height:auto;
			margin-top:10px;
			margin-bottom:10px;
			align-items:flex-end;
			.itemDelivery{
				display:block;	
				text-align:right;
			}	
		}
		.itemButtons{
			position:static;
			display:flex;
			justify-content:space-between;
			.itemTools{
				position:static;
				.btn{
					padding:0px;	
					line-height:normal;
					width:40px;
					height:32px;
					text-align:center;
				}
			}
		}
	}
} 
*/
@media screen and (min-width: 1024px) {
  .catalog--news .catalogItem-big, .catalog--news .catalogItem--small {
    width: 33.3333333333%; } }

@media screen and (min-width: 1280px) {
  .catalog--news .catalogItem-big, .catalog--news .catalogItem--small {
    width: 25%; } }

@media screen and (min-width: 1366px) {
  .catalog--news .catalogItem-big, .catalog--news .catalogItem--small {
    width: 20%; } }

@media screen and (min-width: 1024px) {
  .catalog--action .catalogItem-big, .catalog--action .catalogItem--small, .mainContent--noFilters .catalogItem-big, .mainContent--noFilters .catalogItem--small {
    width: 33.3333333333%; } }

@media screen and (min-width: 1280px) {
  .catalog--action .catalogItem-big, .catalog--action .catalogItem--small, .mainContent--noFilters .catalogItem-big, .mainContent--noFilters .catalogItem--small {
    width: 25%; }
    .catalog--action .catalogItem-big:nth-child(3n+1), .catalog--action .catalogItem--small:nth-child(3n+1), .mainContent--noFilters .catalogItem-big:nth-child(3n+1), .mainContent--noFilters .catalogItem--small:nth-child(3n+1) {
      border-left: none; }
    .catalog--action .catalogItem-big:nth-child(4n+1), .catalog--action .catalogItem--small:nth-child(4n+1), .mainContent--noFilters .catalogItem-big:nth-child(4n+1), .mainContent--noFilters .catalogItem--small:nth-child(4n+1) {
      border-left: 1px solid #dedede; } }

.catalogItem--small {
  width: 100%;
  padding: 2rem; }
  .catalogItem--small .itemName {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media screen and (min-width: 640px) {
    .catalogItem--small {
      width: 280px;
      border: none;
      border-top: 1px solid #dedede; }
      .catalogItem--small:nth-child(2n+1) {
        border-left: none; }
      .catalogItem--small:nth-child(3n+1) {
        border-left: none; }
      .catalogItem--small:nth-child(odd) {
        border-right: 1px solid #dedede; }
      .catalogItem--small:nth-child(1), .catalogItem--small:nth-child(2) {
        border-top: none; } }
  @media screen and (min-width: 1150px) {
    .catalogItem--small {
      border-right: 1px solid #dedede; }
      .catalogItem--small:nth-child(4n) {
        border-right: 0; }
      .catalogItem--small:nth-child(3), .catalogItem--small:nth-child(4) {
        border-top: none; } }
  @media screen and (min-width: 1400px) {
    .catalogItem--small:nth-child(4n) {
      border-right: 1px solid #dedede; }
    .catalogItem--small:nth-child(5n) {
      border-right: 0; }
    .catalogItem--small:nth-child(5) {
      border-top: none; } }
  .catalogItem--small:first-child {
    border-left: none; }
  .catalogItem--small:last-child {
    border-right: none; }

/*
@media screen and (min-width: 1024px){
	.news{
		.catalogItem-big{
			width:25%;	
		}
	}	
}/*
@media screen and (min-width: 1280px){
	.catalogItem-big{
		width:25%;
		padding:1rem;
		margin-top:1.2rem;
		.itemImg{
			margin-left:-1rem;
			margin-right:-1rem;	
		}
		.itemPriceDelivery{
			height:auto;
			margin-top:10px;
			margin-bottom:10px;
			align-items:flex-end;
			.itemDelivery{
				display:block;	
				text-align:right;
			}	
		}
		.itemButtons{
			position:static;
			display:flex;
			justify-content:space-between;
			.itemTools{
				position:static;
				.btn{
					padding:0px;	
					line-height:normal;
					width:40px;
					height:32px;
					text-align:center;
				}
			}
		}
	}
}/*
@media screen and (min-width: 1360px){
	.news{
		.catalogItem-big{
			width:20%;	
		}
	}	
}
@media screen and (min-width: 1536px){
	.catalogItem-big{
		width:20%;
	}
}
@media screen and (min-width: 1792px){
	.catalogItem-big{
		width:percentage(1/6);
	}
}*/
/*
.news{
	.catalogItem-big{
		width:20%;
	}
}

@media screen and (max-width: 1360px){
	.news{
		.catalogItem-big{
			width:25%;
		}
	}
}

@media screen and (max-width: 1090px){
	.news{
		.catalogItem-big{
			width:percentage(1/3);
		}
	}
}

@media screen and (max-width: 830px){
	.news{
		.catalogItem-big{
			width:50%;
		}
	}
}

@media screen and (max-width: 560px){
	.news{
		.catalogItem-big{
			width:100%;
		}
	}
}

@media screen and (max-width: 470px){
	.catalogItem-big{
		.itemImg{
			height:230px;	
		}
	}
}*/
.categoryMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .categoryMenu div {
    max-width: 229px;
    width: calc(50% - 2px);
    margin-bottom: 4px; }
    .categoryMenu div a {
      display: block;
      text-align: center;
      font-size: .83rem;
      font-weight: 400;
      text-transform: uppercase;
      position: relative;
      color: #333; }
      .categoryMenu div a span {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        text-align: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 60px;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 0 15px; }
      .categoryMenu div a img {
        border: 1px solid rgba(0, 0, 0, 0);
        display: block;
        max-width: 100%;
        height: auto; }
      .categoryMenu div a:hover span {
        text-decoration: underline; }
      .categoryMenu div a:hover img {
        border: 1px solid #dedede; }

@media only screen and (min-width: 480px) {
  .categoryMenu div {
    width: calc(33.3333333333% - 4px);
    margin-bottom: 6px; } }

@media only screen and (min-width: 768px) {
  .categoryMenu div {
    width: calc(25% - 6px); }
    .categoryMenu div:nth-child(4n+4) {
      margin-right: 0; }
    .categoryMenu div a {
      font-size: .75rem; }
  .categoryMenu.categoryMenu-hp {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .categoryMenu.categoryMenu-hp div {
      margin: 0;
      width: auto; }
      .categoryMenu.categoryMenu-hp div a span {
        font-size: .83rem;
        height: 40px;
        line-height: .85rem; } }

@media only screen and (min-width: 900px) {
  .categoryMenu.categoryMenu-hp div a span {
    height: 60px;
    line-height: inherit; } }

@media only screen and (min-width: 1024px) {
  .categoryMenu.categoryMenu-hp div {
    margin-left: 5px;
    margin-right: 5px; }
    .categoryMenu.categoryMenu-hp div:first-child {
      margin-left: 0; }
    .categoryMenu.categoryMenu-hp div:last-child {
      margin-right: 0; } }

@media only screen and (min-width: 1280px) {
  .categoryMenu {
    max-width: 1500px;
    margin: 0 auto 2rem; }
    .categoryMenu div {
      width: 16.6666666667%;
      margin-bottom: 0; }
    .categoryMenu.categoryMenu-hp div a span {
      font-size: 1rem; } }

.headerComparison {
  margin-right: 5px; }
  .headerComparison i {
    font-weight: 800;
    font-size: 19px;
    color: #000; }
  .headerComparison a {
    position: relative;
    color: #000; }
    .headerComparison a:hover {
      text-decoration: none; }
    .headerComparison a span {
      font-size: 1rem;
      font-weight: 800; }

.compare {
  margin-bottom: 20px; }
  .compare input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .compare input[type=checkbox].css-checkbox + span.css-label {
    padding-left: 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 24px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: .5rem;
    margin-top: -5px; }
  .compare input[type=checkbox].css-checkbox:checked + span.css-label {
    position: relative; }
    .compare input[type=checkbox].css-checkbox:checked + span.css-label:before {
      content: "\f00c";
      font-family: FontAwesome;
      position: absolute;
      left: 1px;
      top: -1px; }
  .compare span.css-label {
    background-color: #fff;
    border: 1px solid #dedede;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .compare input[type=checkbox].css-checkbox:disabled + span.css-label {
    background-position: 0 -48px; }
  .compare input[type=checkbox].css-checkbox:disabled + span.css-label + span {
    color: #CACACA; }
  .compare .nav-compare {
    position: relative; }
    .compare .nav-compare a {
      display: none;
      position: absolute;
      top: -53px;
      font-size: 2.5rem;
      right: 40px;
      cursor: pointer; }
      .compare .nav-compare a:hover, .compare .nav-compare a:focus, .compare .nav-compare a:active {
        text-decoration: none;
        border: none; }
      .compare .nav-compare a + a {
        right: 0; }
  .compare .compareWrapper {
    overflow: hidden;
    position: relative;
    background-color: #e6f4fc; }
    .compare .compareWrapper .table-compare {
      overflow: auto;
      margin-left: 305px; }
      .compare .compareWrapper .table-compare table {
        table-layout: fixed;
        width: 100%; }
        .compare .compareWrapper .table-compare table .showdifferences {
          cursor: pointer;
          font-size: 1.1em; }
        .compare .compareWrapper .table-compare table tr.hidden-same {
          display: none; }
        .compare .compareWrapper .table-compare table td, .compare .compareWrapper .table-compare table th {
          background-color: #fff; }
        .compare .compareWrapper .table-compare table thead td {
          width: 212px; }
        .compare .compareWrapper .table-compare table .fixed {
          width: 305px;
          position: absolute;
          left: 0;
          background-color: transparent;
          z-index: 1; }
        .compare .compareWrapper .table-compare table .autospace {
          width: 100%;
          position: relative; }
          .compare .compareWrapper .table-compare table .autospace:before {
            content: "";
            left: 0;
            position: absolute;
            right: 0;
            top: -1px; }
        .compare .compareWrapper .table-compare table .paramGroup td, .compare .compareWrapper .table-compare table .paramGroup th, .compare .compareWrapper .table-compare table .paramGroup .fixed {
          background-color: #7dcfff; }
        .compare .compareWrapper .table-compare table .paramGroup th {
          color: #000;
          font-weight: 600;
          background-color: #7dcfff; }
  .compare .compare-header {
    padding-left: 320px;
    position: fixed;
    z-index: 2;
    top: 0;
    width: 1440px;
    max-width: 100%;
    padding-right: 15px;
    margin-left: -15px; }
    @media screen and (max-width: 679px) {
      .compare .compare-header {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px; } }
    .compare .compare-header.is-hidden {
      -webkit-transform: translate(0, -100px);
          -ms-transform: translate(0, -100px);
              transform: translate(0, -100px);
      transition: -webkit-transform 300ms;
      transition: transform 300ms; }
    .compare .compare-header.is-visible {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0);
      transition: -webkit-transform 300ms;
      transition: transform 300ms; }
    .compare .compare-header:before {
      content: "";
      background-color: #fff;
      bottom: 15px;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      border-bottom: 2px solid #0090e3; }
    .compare .compare-header > div:first-child {
      width: 305px;
      position: absolute;
      left: 0;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-left: 15px; }
      @media screen and (max-width: 679px) {
        .compare .compare-header > div:first-child {
          display: none; } }
      .compare .compare-header > div:first-child .nav-compare {
        height: 50px; }
        .compare .compare-header > div:first-child .nav-compare a {
          top: 0; }
          .compare .compare-header > div:first-child .nav-compare a:first-child {
            left: 0; }
          .compare .compare-header > div:first-child .nav-compare a:last-child {
            right: 0; }
    .compare .compare-header .headerWrapper {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      overflow: hidden;
      padding-bottom: 15px; }
      .compare .compare-header .headerWrapper .table-header {
        width: 20000px; }
        .compare .compare-header .headerWrapper .table-header > div {
          float: left;
          padding: 0px;
          position: relative;
          width: 212px; }
          .compare .compare-header .headerWrapper .table-header > div > .inner {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding: 10px;
            -webkit-align-items: center;
                -ms-flex-align: center;
                    align-items: center; }
            .compare .compare-header .headerWrapper .table-header > div > .inner .itemImg {
              margin-right: 3px; }
            .compare .compare-header .headerWrapper .table-header > div > .inner .itemInfo {
              height: 65px;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-direction: column;
                  -ms-flex-direction: column;
                      flex-direction: column;
              -webkit-flex-grow: 1;
                  -ms-flex-positive: 1;
                      flex-grow: 1;
              -webkit-justify-content: space-between;
                  -ms-flex-pack: justify;
                      justify-content: space-between; }
              .compare .compare-header .headerWrapper .table-header > div > .inner .itemInfo .itemName {
                margin-bottom: 3px;
                line-height: .75rem; }
                .compare .compare-header .headerWrapper .table-header > div > .inner .itemInfo .itemName a {
                  color: #000;
                  font-size: .75rem; }
              .compare .compare-header .headerWrapper .table-header > div > .inner .itemInfo .itemAddToCart {
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-justify-content: space-between;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                        align-items: center; }
                .compare .compare-header .headerWrapper .table-header > div > .inner .itemInfo .itemAddToCart .itemDelete {
                  color: #ff0000; }
          .compare .compare-header .headerWrapper .table-header > div:before {
            content: "";
            margin-left: -12px;
            left: 50% !important;
            position: absolute;
            right: auto;
            top: 100%;
            border: 12px transparent solid;
            border-top-color: #0090e3;
            margin-top: -2px; }
          .compare .compare-header .headerWrapper .table-header > div:after {
            content: "";
            margin-left: -10px;
            left: 50%;
            position: absolute;
            top: 100%;
            border: 10px transparent solid;
            border-top-color: #fff;
            margin-top: -2px; }

.showdifferences {
  cursor: pointer; }

.container-comparison {
  margin-top: 20px;
  margin-bottom: 40px; }

.comparison {
  width: auto;
  margin: 0 auto; }
  .comparison .catalogItem {
    width: 100%;
    padding: 20px;
    position: relative;
    margin-top: 0; }
    .comparison .catalogItem .itemImg {
      margin-bottom: 10px; }
    .comparison .catalogItem .itemName {
      font-size: .8rem;
      height: 88px; }
      .comparison .catalogItem .itemName > a {
        white-space: normal; }
    .comparison .catalogItem .itemAddToCart {
      margin-top: 10px; }
    .comparison .catalogItem .itemDelete {
      position: absolute;
      top: 0;
      right: 0;
      font-weight: 300;
      font-size: 1.2rem;
      color: #f6f6f6;
      cursor: pointer; }
    .comparison .catalogItem:hover .itemDelete {
      color: #ff0000; }
  .comparison > thead > tr > th {
    border-bottom: none; }
  .comparison tbody tr.grey {
    background-color: #e5e5e5; }
  .comparison tbody tr td {
    position: relative; }
  .comparison tbody tr th, .comparison tbody tr td {
    border: none;
    height: 37px; }
    .comparison tbody tr th:before, .comparison tbody tr td:before {
      border-top: 1px solid #0090e3;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: -1px; }

@media screen and (max-width: 679px) {
  .compare .compareWrapper .table-compare {
    margin-left: 0; }
    .compare .compareWrapper .table-compare thead td {
      padding-top: 60px; }
    .compare .compareWrapper .table-compare tr td {
      padding-top: 45px; }
      .compare .compareWrapper .table-compare tr td.empty, .compare .compareWrapper .table-compare tr td.autospace {
        padding: 0; }
    .compare .compareWrapper .table-compare tr th.fixed {
      background-color: #e6f4fc;
      width: 100%;
      border-bottom: 1px solid #0090e3; }
    .compare .compareWrapper .table-compare tr.paramGroup + tr th.fixed {
      border-top: none; } }

.diffShare {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.shareCompare {
  position: relative;
  background-color: #e6f4fc; }
  .shareCompare .btn-circle {
    width: 30px;
    height: 30px;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin-bottom: 5px; }
  .shareCompare .dropdown-menu {
    min-width: 0;
    box-shadow: none;
    border: none;
    background-color: #e6f4fc;
    left: auto;
    padding: 0 5px;
    margin: 0 0 0 -5px; }

.form-control {
  margin-bottom: 10px;
  border-color: #dedede; }

input.error-validate, select.error-validate {
  margin-bottom: 0;
  border-color: #ff0000; }

label.error-validate {
  color: #ff0000;
  display: none; }

input.valid, select.valid {
  border-color: #7cd103; }
  input.valid:disabled, select.valid:disabled {
    border-color: #dedede; }

.error-validate-msg {
  color: #ff0000;
  margin-bottom: 10px;
  font-size: 1rem; }

input[type=radio].greenRadio-radio {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=radio].greenRadio-radio + span.greenRadio-label {
  padding-left: 28px;
  height: 23px;
  display: inline-block;
  line-height: 23px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 23px;
  vertical-align: middle;
  cursor: pointer; }

input[type=radio].greenRadio-radio:checked + span.greenRadio-label {
  background-position: 0 -23px; }

span.greenRadio-label {
  background-image: url("/images/radio-green.png");
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.cart .checkbox label {
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .cart .checkbox label input {
    margin-right: .25rem; }
  .cart .checkbox label a {
    text-decoration: underline; }

.footerWrapper {
  background: #f3f3f3; }

.footer {
  padding: 20px;
  font-size: 1em;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .footer > div {
    padding: 0 5px; }
    .footer > div ul {
      padding-left: 0; }
      .footer > div ul li {
        list-style: none; }
    .footer > div.fbPage {
      max-height: 150px; }
  .footer .newsletter p, .footer .newsletter input {
    margin-bottom: 5px; }
  .footer h4 {
    font-size: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 600; }
  .footer a {
    color: #5f5f5f; }
  .footer > div:nth-child(2) {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%; }
  .footer > div:nth-child(3) {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%; }
  .footer > div:nth-child(4) {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%; }
  .footer > div:nth-child(1) {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
    margin-top: 1rem; }
  .footer > div:nth-child(5) {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 100%; }

@media only screen and (min-width: 480px) {
  .footer > div:nth-child(2) {
    width: 50%; }
  .footer > div:nth-child(3) {
    width: 50%; }
  .footer > div:nth-child(4) {
    width: 50%; }
  .footer > div:nth-child(1) {
    width: 100%;
    margin-top: 1rem; }
  .footer > div:nth-child(5) {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .footer > div:nth-child(2) {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 25%; }
  .footer > div:nth-child(3) {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 25%; }
  .footer > div:nth-child(4) {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 25%; }
  .footer > div:nth-child(1) {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    width: 100%; }
  .footer > div:nth-child(5) {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 25%; } }

@media only screen and (min-width: 1024px) {
  .footer > div:nth-child(2) {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 20%; }
  .footer > div:nth-child(3) {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 20%; }
  .footer > div:nth-child(4) {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 20%; }
  .footer > div:nth-child(1) {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 20%; }
  .footer > div:nth-child(5) {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    width: 20%; } }

.footerEet {
  background: #585858;
  color: #fff;
  padding: 1rem;
  font-size: 0.85em; }
  .footerEet p {
    margin-bottom: 0; }

.poweredBy {
  padding: 1rem;
  font-size: 0.85em;
  color: #aab2bd;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  .poweredBy a {
    color: #aab2bd; }
  .poweredBy p {
    margin-bottom: 0; }

.aboutSpace-wrapper {
  background: #0090e3; }
  .aboutSpace-wrapper .aboutSpace {
    padding: 20px 0;
    color: #fff;
    font-size: 0.9rem; }
    .aboutSpace-wrapper .aboutSpace h3 {
      color: #fff; }
    .aboutSpace-wrapper .aboutSpace .btn-buy {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: .5rem 2rem; }

.hp-advantages {
  text-align: center;
  background: #f3f3f3;
  padding-bottom: 2rem; }
  .hp-advantages object, .hp-advantages svg {
    height: 65px;
    display: block;
    margin: 2rem auto 1rem auto;
    fill: #333; }
  .hp-advantages strong {
    display: block; }

.stickyHeader {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
  top: 0;
  transition: all 150ms;
  box-shadow: none; }
  .stickyHeader.is-hidden {
    -webkit-transform: translate(0, -45px);
        -ms-transform: translate(0, -45px);
            transform: translate(0, -45px);
    box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.6); }
    @media screen and (min-width: 640px) {
      .stickyHeader.is-hidden {
        -webkit-transform: translate(0, -60px);
            -ms-transform: translate(0, -60px);
                transform: translate(0, -60px); } }
    @media screen and (min-width: 1210px) {
      .stickyHeader.is-hidden {
        -webkit-transform: translate(0, -130px);
            -ms-transform: translate(0, -130px);
                transform: translate(0, -130px); } }
  .stickyHeader.is-visible {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.6); }

.header {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  top: 0;
  z-index: 1010;
  background: #fff;
  display: none; }
  @media screen and (min-width: 1210px) {
    .header {
      display: block; } }

@media screen and (min-width: 1210px) {
  .header__logoSearchTool {
    padding: 0 10px;
    max-width: 1410px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; } }

@media screen and (min-width: 1210px) {
  .nav .header__logo {
    display: none; } }

.nav--home {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 1210px) {
    .nav--home {
      display: block; } }

.nav__small-toggle {
  z-index: 2;
  width: 45px;
  height: 45px;
  padding: 8px 0;
  cursor: pointer;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

@media screen and (min-width: 640px) {
  .nav__small-toggle {
    width: 60px;
    height: 60px;
    padding: 12px 0; } }

@media screen and (min-width: 1210px) {
  .nav__small-toggle {
    display: none; } }

.nav__mobile-icons {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  padding-right: 10px;
  color: #aab2bd;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav__mobile-icons a .fa {
    color: #fff; }
  @media screen and (min-width: 640px) {
    .nav__mobile-icons .fa {
      font-size: 1.5rem; } }
  @media screen and (min-width: 1210px) {
    .nav__mobile-icons {
      display: none; } }

.nav__search {
  display: none;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 45px;
  border: 1px solid #dadada;
  background: #fff;
  text-align: left;
  z-index: 5; }
  .nav__search--show {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  @media screen and (min-width: 640px) {
    .nav__search {
      top: 60px; } }

.nav__search-textfield {
  margin: 10px 23px 20px;
  padding: 0 7px;
  border: none;
  border-bottom: 1px solid #dadada;
  color: #363636;
  line-height: 45px;
  font-weight: 600;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

@media screen and (min-width: 640px) {
  .nav__search-submit {
    left: 320px; } }

.header__logo {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 1210px) {
    .header__logo {
      display: block;
      height: auto;
      margin-left: 0;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 2rem;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; } }
  .header__logo a {
    display: block;
    padding: 0;
    width: 100px;
    line-height: 1; }
    .header__logo a svg {
      fill: #fff; }
      @media screen and (min-width: 1210px) {
        .header__logo a svg {
          fill: #0090e3; } }
    @media screen and (min-width: 640px) {
      .header__logo a {
        width: 150px; } }
    @media screen and (min-width: 1210px) {
      .header__logo a {
        width: 200px; } }

.header__search {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-right: 60px; }
  .header__search form {
    width: 100%; }
  .header__search .searchBox .search {
    height: 35px; }
    .header__search .searchBox .search input {
      padding-left: 0; }

/*	&.shrink{
		height:40px;
		.logo{
			display:none;
		}
		.searchBoxMenu{
			top:40px;
		}
		.smallMenuCart{
			.smallMenu{display:none;}	
		}
	}
*/
.header__smallMenuWrapper {
  display: none; }
  @media screen and (min-width: 1210px) {
    .header__smallMenuWrapper {
      display: block;
      background: #efedef; } }

.header__smallMenu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto; }

.header__links ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0; }

.header__links li {
  list-style: none;
  padding: 5px 8px;
  background-image: linear-gradient(to bottom, transparent 20%, #ccc 50%, transparent 80%), linear-gradient(to bottom, transparent 20%, #888 50%, transparent 80%);
  background-size: 1px 100%;
  background-position: 100% 0%, 100% 0%;
  background-repeat: no-repeat; }

.header__links a {
  color: #888; }
  .header__links a:hover {
    color: #0090e3; }

.header__user {
  padding: 5px 8px; }

.mainMenu {
  padding: 0;
  background: #0090e3;
  text-transform: uppercase; }
  @media screen and (min-width: 1210px) {
    .mainMenu {
      background-color: #dedede;
      background: #0090e3; } }
  .mainMenu li {
    list-style: none; }
  .mainMenu .hidden {
    display: none; }

.header__contact {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  color: #333;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .8rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .header__contact strong {
    font-size: 1rem; }
  .header__contact svg {
    height: 25px;
    fill: #333;
    margin-right: .5rem; }
  .header__contact > div {
    line-height: 1.2; }

.header__tools {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 2rem;
  font-size: 1rem;
  color: #aab2bd;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }
  .header__tools .fa {
    font-size: 1.5rem; }

.header__wishlist {
  margin-right: 1rem; }
  .header__wishlist a.active {
    color: #333; }

.header__comparison {
  margin-right: 1rem; }
  .header__comparison a.active {
    color: #333; }

.header__cart {
  position: relative;
  transition: all ease 300ms; }
  .header__cart .svg-cart {
    width: 20px; }
  .header__cart > a {
    color: #fff;
    text-align: right;
    display: block; }
    .header__cart > a .text {
      display: none;
      color: #fff; }
      @media screen and (min-width: 640px) {
        .header__cart > a .text {
          display: inline; } }
      @media screen and (min-width: 1210px) {
        .header__cart > a .text {
          color: #fff;
          display: block;
          font-size: .7rem; } }
  .header__cart--active {
    color: #fff; }
  .header__cart:hover .header__cartContentWrapper {
    opacity: 1;
    height: auto;
    overflow: auto;
    padding: 10px; }

.header__cartContentWrapper {
  position: absolute;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity ease 300ms;
  right: -10px;
  width: 320px;
  padding: 0px; }

.header__cartContent {
  background: #fff;
  border: 1px solid #dedede;
  box-shadow: 0px 0px 20px -4px rgba(0, 0, 0, 0.5); }

.header__cartItems {
  max-height: 600px;
  overflow-y: auto;
  color: #333;
  padding: .5rem .5rem 0; }
  .header__cartItems > .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5rem;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .header__cartItems > .item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: none; }
    .header__cartItems > .item a {
      display: block;
      color: #333;
      font-size: .9rem; }
    .header__cartItems > .item .itemPhoto {
      width: 60px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: .5rem; }
    .header__cartItems > .item .itemInfo {
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: .5rem; }
      .header__cartItems > .item .itemInfo a {
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 185px; }
    .header__cartItems > .item .itemDelete {
      width: 20px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      .header__cartItems > .item .itemDelete > a {
        background: #f6f6f6;
        color: #fff;
        display: block;
        width: 20px;
        height: 20px;
        line-height: 17px;
        text-align: center;
        font-size: 22px;
        border-radius: 50%; }

.header__cartBtns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem .5rem .5rem;
  margin-top: 1rem;
  border-top: 1px solid #dedede;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header__cartBtns .btn-grey {
    width: 100px; }
  .header__cartBtns .btn-buy {
    width: 140px;
    margin-right: 0; }

.header__bubbleWraper {
  position: relative;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header__bubbleWraper .header__bubble {
    position: absolute;
    top: 0px;
    left: 24px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding-left: 0;
    font-size: .7em;
    color: #fff;
    width: 16px;
    height: 16px;
    background: #aab2bd;
    border-radius: 8px; }
    .header__bubbleWraper .header__bubble--active {
      width: 16px;
      height: 16px;
      background: #ff0000;
      border-radius: 8px; }
  .header__bubbleWraper svg {
    height: 25px;
    fill: #333;
    margin-right: .5rem; }

.nav__mobile-item--search {
  margin-right: 1rem; }
  .nav__mobile-item--search .nav-icon {
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .nav__mobile-item--search svg {
    fill: #fff;
    height: 20px; }
  .nav__mobile-item--search .nav__search-submit {
    border: none;
    background: none;
    padding: 10px;
    font-size: 1.5rem; }
    .nav__mobile-item--search .nav__search-submit svg {
      fill: #333;
      width: 30px; }

.nav__small-toggle-bar {
  display: block;
  height: 4px;
  width: 50%;
  margin: 5px 25%;
  line-height: 1;
  background: #fff;
  transition: background .125s ease-in-out; }

.nav__small-toggle-bar:nth-child(2n) {
  position: relative; }

.nav__small-toggle-bar:nth-child(2n):before,
.nav__small-toggle-bar:nth-child(2n):after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background: #fff;
  transition: -webkit-transform .125s ease-in-out;
  transition: transform .125s ease-in-out; }

@media screen and (min-width: 640px) {
  .nav__small-toggle-bar {
    margin: 6px 25%; } }

.nav__small-toggle.active .nav__small-toggle-bar {
  background: rgba(0, 0, 0, 0); }

.nav__small-toggle.active .nav__small-toggle-bar:nth-child(2n):after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.nav__small-toggle.active .nav__small-toggle-bar:nth-child(2n):before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav__primary-item--right {
  margin-left: auto;
  margin-right: 0; }
  .nav__primary-item--right:last-child {
    margin-left: 0; }

.nav__sluzby > a, .nav__prodejny > a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav__sluzby > a svg, .nav__prodejny > a svg {
    height: 14px;
    margin-right: .25rem;
    transition: all ease 300ms;
    fill: #333; }

.nav__sluzby > .nav__primary-link, .nav__prodejny > .nav__primary-link {
  font-weight: 400;
  text-transform: none; }
  .nav__sluzby > .nav__primary-link svg, .nav__prodejny > .nav__primary-link svg {
    fill: #fff; }
  .nav__sluzby > .nav__primary-link:hover svg, .nav__prodejny > .nav__primary-link:hover svg {
    fill: #0090e3; }

.nav__akce span {
  padding: 10px;
  border-radius: 5px;
  background: #E4062F; }

.nav__akce > .nav__primary-link:hover {
  background: #0090e3;
  color: #E4062F; }
  .nav__akce > .nav__primary-link:hover span {
    background: #fff; }

/*
@media only screen and (min-width: 480px) {
	.header{
		.smallMenuCart{
			.cartLogin{
				a, .showSearch, .headerCart{
					display:flex;
					align-items:center;
					justify-content:center;
					.text{
						display:block;
						padding-left:4px;
						font-size:14px;
						line-height:14px;
						text-transform:uppercase;
						&.text-small{
							font-size:12px;
							padding-left:2px;	
							text-transform:none;
						}
					}
				}
				.headerCart{
					a{padding:0;}
					.text{text-transform:none;}	
				}
			}
		}
	}
}
@media only screen and (min-width: 768px) {
	.header{
		flex-direction:row;
		height:50px;
		.logo{
			flex-grow: 1;
			max-width: 200px;
		}
		.searchBoxMenu{
			top:50px;	
		}
		.smallMenuCart{
			width:auto; 
			flex-grow:1;
			.cartLogin{
				height:50px;
				a, .showSearch, .headerCart{
					
					.text{
						&.text-small{
							font-size:14px;	
						}
					}
				}
			}
		}
		&.shrink{
			height:50px;
			.logo{
				display:block;
			}
		}
	}
}
@media only screen and (min-width: 1024px) {
	.header{
		.smallMenuCart{
			.cartLogin{
				a, .showSearch, .headerCart{
					width:auto;
					padding-left:10px;
					padding-right:10px;
					&.mainMenuSmall{
						display:flex;
						&+.sep{
							display:block;	
						}
					}	
				}
				.headerComparison, .headerWishlist{
					display:flex; 
					position:relative;
					.text{
						display:none;
						&.text-small{
							position:absolute;
							top: 7px;
							right: 1px;
							display: flex;
							justify-content: center;
							align-items: center;
							text-align:center;
							padding-left:0;
							@include circle(16px, $lightBlueBtn);
						}
					}
					a{
						&:hover{
							.text-small{color:$white;}	
						}
					}
				}
				.kontakty{display: flex;}
			}
		}
	}
}
@media only screen and (min-width: 1280px) {
	.header{
		height: 100%;
		.smallMenuCart{
			.cartLogin{
				a, .showSearch, .headerCart{
					border: 1px solid rgba(255,255,255,0.00);
					&:hover,&:focus{
						background: none;
						border: 1px solid $white;
						color: $white;
					}
				}
				.showSearch{
					a{
						border: none;
						&:hover{border: none;}
					}
					&:hover{
						a{color: $white;}
					}
				}
				.headerCart{
					margin-right: 10px;
					#popoverTrigger{
						display: none;
					}
					&:hover{
						a{color: $white;}
					}
					a{	border: none;
						&:hover{
							border: none;
						}
					}
				}
				.rozbalenoVraceno{
					display: flex;
					&+.sep{
						display: flex;
						flex-grow: 1;
						background-position: left;
					}
				}
				
			}
		}
		
	}
}
/*@media only screen and (min-width: 1280px) {
	.header{
		opacity: 1;
    	
		.logo{
			a{
				img{max-width:175px; width:175px;}		
			}
		}
		height:100px;	
		.searchBoxMenu{
			position:static;
			display:block;	
			flex-grow:1;
			.searchBox{
				.search{
					height:auto;	
					input{padding-left:10px;}
				}
				.btn-search{height:40px;}
			}
			.menu{
				display:flex;	
				list-style-type:none;
				padding-left:0;
				margin-bottom:0;
				li{
					padding:0 5px;
					a{color:$white;}
				}
			}
		}
		.smallMenuCart{
			min-width:250px;
			flex-grow:0;
			padding-left:40px;
			padding-right:50px;
			text-align:right;
			.smallMenu{
				display:block;	
				padding-right:10px;
			}
			.cartLogin{
				padding-top:5px;
				height:auto;
				justify-content:flex-end;
				a, .showSearch, .headerCart{
					width:auto;
					padding-left:5px;
					padding-right:5px;
					&.mainMenuSmall, &.showSearch, &.shops{
						display:none;
						&+.sep{
							display:none;	
						}
					}
					&:hover{
						background:none;
						color:$white;	
					}
					.text{
						&.text-small{
							font-size:16px;
							padding-left:5px;
						}
					}
				}
				.headerComparison, .headerWishlist{
					padding-left:5px;
					padding-right:5px;
					.text{
						&.text-small{
							top:-4px;
						}
					}
				}
				.headerCart{
					#popoverTrigger{display:none;}
					&:hover{
						a{color:$white;}
					}
				}
				.sep{display:none;}	
			}
		}	
		&.shrink{
			height:100px;
			.smallMenuCart{
				.smallMenu{
					display:block	
				}
			}
		}
		&.is-hidden {
    		transform: translate(0,-100px);
			transition: transform 300ms;
  		}
  		&.is-visible {
    		transform: translate(0,0);
			transition: transform 300ms;
  		}
	}
}*/
/*@media only screen and (max-width: 1020px) {
	.header{
		padding-left:15px;
		padding-right:15px;
		flex-wrap:wrap;
		.logo{order:1; flex: 1; max-width: 175px; img{max-width:120px; margin-left:0;}}
		.searchBoxMenu{order:3; flex:100%; margin:0;}
		.smallMenuCart{
			order:2;
			flex:1; 
			margin-bottom:5px; 
			display:flex;
			justify-content:flex-end;
			align-items: center;
			.cartLogin{margin-left:10px; border-left:1px solid $white;}
		}
	}
}*/
/*@media only screen and (max-width: 1020px) {
	body{padding-top:50px;}
	.header{
		height:50px;
		position:fixed;
		left:0;
		right:0;
		top:0;
		z-index: 10;
		padding:.5rem;
		.logo{
			img{max-height:40px;}
		}
		.searchBoxMenu{
			.menu{display:none;}
		} 
		.smallMenuCart{
			margin-bottom:0;
			.smallMenu, .cartLogin{display:none;}
			#sidrMenu{display:block;}
		}
		.searchBoxMenu{
			.searchBox{display:none;}
		}
	}
}*/
h1, .h1 {
  position: relative; }
  h1 .delete, .h1 .delete {
    color: #ff0000;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    height: 24px; }
    h1 .delete:hover, .h1 .delete:hover {
      color: #e60000; }

h2, .h2 {
  font-size: 1.6rem; }

.h1--bigBlue {
  color: #0090e3;
  font-weight: 600;
  font-size: 3rem;
  text-align: center;
  line-height: 1;
  margin-bottom: 2rem;
  margin-top: 2rem; }

.categoryMainTitle {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: .93rem;
  font-weight: 400;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 0; }

.mainContent h1 {
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 0; }

.categoryDesc h2 {
  border: none;
  color: #0090e3;
  font-size: 1.1rem;
  font-weight: bold; }

.carouselTitle {
  border-bottom: 1px solid #dedede;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 300; }

@media only screen and (min-width: 480px) {
  .categoryMainTitle {
    letter-spacing: .4rem;
    font-size: 1.65rem; } }

.HPB1, .KZB1 {
  margin: 5px auto;
  width: 100%;
  position: relative; }
  .HPB1 .owl-nav, .KZB1 .owl-nav {
    margin-top: -25px; }
    .HPB1 .owl-nav .owl-prev, .HPB1 .owl-nav .owl-next, .KZB1 .owl-nav .owl-prev, .KZB1 .owl-nav .owl-next {
      height: 50px;
      width: 25px;
      transition: all ease 300ms;
      background: #fff; }
      .HPB1 .owl-nav .owl-prev:after, .HPB1 .owl-nav .owl-next:after, .KZB1 .owl-nav .owl-prev:after, .KZB1 .owl-nav .owl-next:after {
        border-color: #0090e3;
        width: 13px;
        height: 13px; }
    .HPB1 .owl-nav .owl-prev, .KZB1 .owl-nav .owl-prev {
      border-bottom-right-radius: 100px;
      border-top-right-radius: 100px; }
      .HPB1 .owl-nav .owl-prev:after, .KZB1 .owl-nav .owl-prev:after {
        -webkit-transform: translate(-9px, -50%) rotate(135deg);
            -ms-transform: translate(-9px, -50%) rotate(135deg);
                transform: translate(-9px, -50%) rotate(135deg); }
    .HPB1 .owl-nav .owl-next, .KZB1 .owl-nav .owl-next {
      border-bottom-left-radius: 100px;
      border-top-left-radius: 100px; }
      .HPB1 .owl-nav .owl-next:after, .KZB1 .owl-nav .owl-next:after {
        -webkit-transform: translate(-3px, -50%) rotate(-45deg);
            -ms-transform: translate(-3px, -50%) rotate(-45deg);
                transform: translate(-3px, -50%) rotate(-45deg); }
  .HPB1 .carouselDots, .KZB1 .carouselDots {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 0;
    line-height: 1; }
    .HPB1 .carouselDots.disabled, .KZB1 .carouselDots.disabled {
      display: none; }
    .HPB1 .carouselDots .owl-dot, .KZB1 .carouselDots .owl-dot {
      width: 8px;
      height: 8px;
      opacity: .75;
      border: 1px solid #dedede;
      background: #fff; }
      .HPB1 .carouselDots .owl-dot.active, .HPB1 .carouselDots .owl-dot:hover, .KZB1 .carouselDots .owl-dot.active, .KZB1 .carouselDots .owl-dot:hover {
        width: 8px;
        height: 8px;
        opacity: 1;
        background: #fff; }
    @media screen and (min-width: 1024px) {
      .HPB1 .carouselDots, .KZB1 .carouselDots {
        bottom: 20px; } }

.HPM {
  margin: 3px auto 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .HPM > div {
    width: calc(50% - 1.5px);
    margin-bottom: 3px; }
    .HPM > div:nth-child(odd) {
      text-align: right; }
    .HPM > div:nth-child(even) {
      text-align: left; }
    @media screen and (min-width: 1024px) {
      .HPM > div {
        width: calc(25% - 1.5px);
        margin-bottom: 0px; }
        .HPM > div:nth-child(odd) {
          text-align: center; }
        .HPM > div:nth-child(even) {
          text-align: center; } }

/*.hp-banners{
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
	&>div{
		width:100%;	
		margin-bottom:5px;
		max-width:363px;
		.img-responsive{
		    margin: 0 auto;	
		}
	}
	.bannerAcc{
		background:$grey;	
		padding:10px;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
		&>p:first-child{
			font-size: 1.5rem;
			font-weight:600;
		    color: #black; 
			margin-bottom:.5rem;
		}
		&>p:last-child{
			margin-bottom:10px;
			margin-top:10px;
			padding-top:10px;
			border-top:1px solid $borderGrey;
		}
		&>div{
			display:flex;
			justify-content:space-around;
			align-items:center;
			text-align:center;
			a{
				width:calc(50% - 5px);
				color:$black;
				&:first-child{margin-right:5px;}
				&:last-child{margin-left:5px;}
			}
		}
		&:nth-child(odd){
			justify-content:flex-start;
			margin-bottom:0;	
		}
		&:nth-child(even){
			justify-content:space-between;
		}
	}
}
@media only screen and (min-width: 480px) {
	.hp-banners{
		&>div{
			width:calc(50% - 5px);
			margin:0;
			&:nth-child(1){order:1; margin-bottom:10px; margin-right:5px;}
			&:nth-child(2){order:3; margin-bottom:10px; margin-right:5px;}
			&:nth-child(3){order:2; margin-left:5px;}
			&:nth-child(4){order:4; margin-left:5px; margin-bottom:10px;padding-top:0;}
			&:nth-child(5){order:5; margin-right:5px;}
			&:nth-child(6){order:7; margin-right:5px; padding-top:0;}	
			&:nth-child(7){order:6; margin-left:5px; margin-bottom:10px;}
			&:nth-child(8){order:8; margin-left:5px;}		
		}
		.bannerAcc{
			&>p:first-child{
				font-size:1rem;		
			}
			&>p:last-child{
				margin-bottom:0px;
				margin-top:5px;
				padding-top:5px;
				a{
					font-size:.8rem;	
				}
			}
			&>div{
				a{
					font-size:.8rem;	
				}
			}
		}
	}
}
@media only screen and (min-width: 773px) {
	.hp-banners{
		.bannerAcc{
			justify-content:space-between;
			&>p:first-child{
				font-size:1.5rem;		
			}
			&>p:last-child{
				margin-bottom:0px;
				margin-top:5px;
				padding-top:5px;
				a{
					font-size:.9rem;	
				}
			}
			&>div{
				a{
					font-size:.9rem;	
				}
			}
		}
	}
}
@media only screen and (min-width: 1024px) {
	.hp-banners{
		&>div{
			width:calc(25% - 12px);
			margin:0;
			&:nth-child(1){order:1; margin-right:6px; margin-bottom:10px;}
			&:nth-child(3){order:2; margin-left:6px; margin-right:6px; margin-bottom:10px}
			&:nth-child(5){order:3; margin-left:6px; margin-right:6px; margin-bottom:10px;}
			&:nth-child(7){order:4; margin-left:6px; margin-bottom:10px;}
			&:nth-child(2){order:5; margin-right:6px;}
			&:nth-child(4){order:6; margin-left:6px; margin-right:6px; margin-bottom:10px; padding-top:0;}
			&:nth-child(6){order:7; margin-left:6px; margin-right:6px; margin-bottom:10px; padding-top:0;}	
			&:nth-child(8){order:8; margin-left:6px;}		
		}
		.bannerAcc{
			&>p:first-child{
				font-size:1rem;		
			}
			&>p:last-child{
				margin-bottom:0px;
				margin-top:5px;
				padding-top:5px;
				a{
					font-size:.8rem;	
				}
			}
			&>div{
				a{
					font-size:.7rem;	
				}
			}
		}
	}
}
@media only screen and (min-width: 1280px) {
	.hp-banners{
		.bannerAcc{
			&>p:first-child{
				font-size:1.5rem;		
			}
			&>p:last-child{
				margin-bottom:0px;
				margin-top:5px;
				padding-top:5px;
				a{
					font-size:.9rem;	
				}
			}
			&>div{
				a{
					font-size:.9rem;	
				}
			}
		}
	}
}*/
.hp-lastVisited {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  margin-top: 1.5rem;
  background: #f6f6f6;
  padding: 30px;
  padding-bottom: 0;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .hp-lastVisited div {
    margin-right: 5px; }
  .hp-lastVisited div:last-child {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    background: url("../images/bg-hp-lastVisited.png") repeat-y;
    margin: 0; }
  .hp-lastVisited + div {
    text-align: center;
    background: #f6f6f6;
    padding: 30px;
    margin-bottom: 1.5rem; }
    .hp-lastVisited + div a {
      color: #333;
      font-weight: 400;
      text-decoration: none; }
    .hp-lastVisited + div a:hover {
      text-decoration: underline; }

.lastVisitedLogin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .lastVisitedLogin .lastVisited {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
    height: 100px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .lastVisitedLogin .lastVisited div {
      margin-right: 5px; }
      .lastVisitedLogin .lastVisited div a {
        display: block;
        border: 1px solid #dedede; }
        .lastVisitedLogin .lastVisited div a:hover {
          border-color: #0090e3; }
        .lastVisitedLogin .lastVisited div a img {
          height: 60px;
          width: 60px; }
    .lastVisitedLogin .lastVisited div:last-child {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 60px;
      background: url("../images/bg-lastVisited-white.png") repeat-y;
      background-size: cover;
      margin: 0; }
  .lastVisitedLogin .login {
    -webkit-flex: 0 0 400px;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .lastVisitedLogin .login > div {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .lastVisitedLogin .login p {
      margin: 0; }

@media (max-width: 690px) {
  .lastVisitedLogin {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .lastVisitedLogin .lastVisited {
      width: 100%; }
    .lastVisitedLogin .login {
      -webkit-flex: 0 1 auto;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: 100%; }
  .hp-lastVisited {
    padding: 10px;
    padding-bottom: 0; }
    .hp-lastVisited + div {
      padding: 10px; } }

.hp-news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px auto;
  padding: 10px 70px;
  background-color: #0090e3;
  color: #fff; }
  .hp-news * {
    color: #fff; }
  .hp-news div {
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    .hp-news div ul > li:before {
      content: "\00bb";
      margin-right: 5px; }
    .hp-news div ul {
      padding-left: 0;
      margin-bottom: 0; }
    .hp-news div li {
      list-style: none; }
    .hp-news div a:hover {
      color: #fff; }
  .hp-news div:first-child {
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .hp-news div:first-child h2 {
      margin: 0;
      margin-right: 10px;
      font-size: 1.3rem; }
    .hp-news div:first-child img {
      vertical-align: baseline; }

@media only screen and (max-width: 960px) {
  .hp-news {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .hp-news div {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .hp-news h2 br {
      content: ' '; }
    .hp-news h2 br:after {
      content: ' '; }
    .hp-news div:first-child {
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      .hp-news div:first-child img {
        margin-right: 10px; } }

@media only screen and (max-width: 560px) {
  .hp-news {
    padding: 10px; } }

.itemCarousel.tabs {
  height: 340px;
  margin-bottom: 50px; }
  .itemCarousel.tabs .nav-tabs > li {
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 3px; }
    .itemCarousel.tabs .nav-tabs > li.active > a {
      border: none;
      color: #0090e3; }
    .itemCarousel.tabs .nav-tabs > li > a {
      border: none;
      font-weight: 400;
      color: #888;
      padding: 0; }
      .itemCarousel.tabs .nav-tabs > li > a:hover {
        border: none;
        background: none;
        text-decoration: underline; }

.itemCarousel .loading {
  position: static;
  height: 313px;
  background-color: #fff; }

.itemCarousel .slider {
  position: absolute;
  top: -100000000000px; }

.itemCarousel .carousel-acc {
  position: relative; }
  .itemCarousel .carousel-acc .owl-nav {
    width: 100%; }
    .itemCarousel .carousel-acc .owl-nav .owl-prev {
      left: 0; }
    .itemCarousel .carousel-acc .owl-nav .owl-next {
      left: 100%;
      margin-left: -42px; }

.itemCarousel-full {
  position: relative;
  padding: 15px;
  padding-bottom: 0;
  border: 1px solid #dedede;
  border-radius: 5px; }
  .itemCarousel-full .owl-carousel {
    padding-left: 40px;
    padding-right: 40px; }
  .itemCarousel-full .carouselNav, .itemCarousel-full .itemCarousel .carousel-acc .owl-nav, .itemCarousel .carousel-acc .itemCarousel-full .owl-nav {
    left: 25px;
    right: 25px; }

@media screen and (max-width: 1020px) {
  .itemCarousel .owl-carousel {
    padding-left: 20px;
    padding-right: 20px; }
  .itemCarousel .carouselNav, .itemCarousel .carousel-acc .owl-nav {
    left: 5px;
    right: 5px; } }

@media screen and (max-width: 690px) {
  .itemCarousel-full .owl-carousel {
    padding-left: 20px;
    padding-right: 20px; }
  .itemCarousel-full .carouselNav, .itemCarousel-full .itemCarousel .carousel-acc .owl-nav, .itemCarousel .carousel-acc .itemCarousel-full .owl-nav {
    left: 5px;
    right: 5px; } }

.filtrovat {
  position: relative;
  margin: .5rem 0;
  padding: .7rem .75rem .4rem;
  background-color: #f3f3f3;
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer; }
  .filtrovat:after {
    position: absolute;
    top: 2px;
    right: 0;
    bottom: 0;
    width: 45px;
    padding: .5em;
    vertical-align: middle;
    content: "✚";
    font-size: 1.25rem;
    line-height: 1rem;
    font-weight: normal;
    text-align: center;
    transition: .25s ease-out;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center; }
  .filtrovat.collapsed:after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  @media screen and (min-width: 1024px) {
    .filtrovat {
      display: none; } }

.menu-left h3 {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dedede; }

.menu-left ul {
  margin-bottom: 15px;
  padding-left: 10px; }
  .menu-left ul li {
    list-style: none; }
    .menu-left ul li a {
      color: #333;
      font-weight: normal; }

.menu-left .checkbox {
  margin: 0; }

.menu-left .menu-left-banner {
  display: block;
  margin-bottom: 10px; }
  .menu-left .menu-left-banner:last-child {
    margin-bottom: 0; }
  .menu-left .menu-left-banner img {
    margin: 0 auto; }

.menu-left .filter {
  font-size: .95rem;
  margin-bottom: 15px;
  background: #e6f4fc;
  padding: 10px;
  border-radius: 5px; }
  .menu-left .filter.kategorie a {
    padding-left: 10px;
    color: #333; }
  .menu-left .filter.kategorie .active {
    background-color: #0090e3; }
    .menu-left .filter.kategorie .active a {
      color: #fff; }
  .menu-left .filter .filterRanges {
    padding-left: 10px;
    padding-right: 10px; }

@media screen and (min-width: 1024px) {
  .menu-left.collapse {
    display: block; } }

.checkbox {
  margin: 0; }
  .checkbox a {
    color: #333;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 0; }
    .checkbox a > span:first-of-type {
      display: block;
      width: 14px;
      height: 14px;
      margin-right: 5px;
      background-image: url(https://static.ispace.cz/design/chkbox.png);
      background-repeat: no-repeat;
      background-position-y: -28px; }
    .checkbox a > span:last-of-type {
      color: #0090e3; }
  .checkbox.active a > span:first-of-type {
    background-position-y: -42px; }
  .checkbox.inactive a > span:first-of-type {
    background-position-y: 0px; }
  .checkbox.disabled {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2px 0;
    color: #888; }
    .checkbox.disabled > span:first-of-type {
      display: block;
      width: 14px;
      height: 14px;
      margin-right: 5px;
      background-image: url(https://static.ispace.cz/design/chkbox.png);
      background-repeat: no-repeat;
      background-position-y: -14px; }

.modal-content {
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: none; }
  .modal-content .modal-header {
    background: #fff;
    padding: 1rem;
    border: none; }
    .modal-content .modal-header .close {
      font-size: 3.5em;
      font-weight: 100; }
      .modal-content .modal-header .close span {
        line-height: 22px;
        display: block; }
  .modal-content .modal-body {
    padding: 0; }
    .modal-content .modal-body .mainItem {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1rem;
      margin-bottom: .5rem;
      background: #fff; }
      @media screen and (min-width: 768px) {
        .modal-content .modal-body .mainItem {
          margin-bottom: 1.5rem; } }
      .modal-content .modal-body .mainItem .itemImg {
        max-width: 60px;
        margin-right: .5rem; }
      .modal-content .modal-body .mainItem .itemText {
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .modal-content .modal-body .mainItem .itemText .itemTitle {
          font-size: 1.1rem;
          font-weight: 300; }
        .modal-content .modal-body .mainItem .itemText .itemInfo {
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          line-height: 1.2; }
        .modal-content .modal-body .mainItem .itemText .itemAvailability {
          font-size: 1.1rem;
          font-weight: 800; }
        .modal-content .modal-body .mainItem .itemText .itemPrice {
          font-size: 1.1rem; }
      .modal-content .modal-body .mainItem .itemBtn {
        max-width: 370px;
        width: 100%;
        -webkit-align-self: flex-end;
            -ms-flex-item-align: end;
                align-self: flex-end; }
    .modal-content .modal-body .accesoriesTitle {
      margin: 0;
      line-height: 1;
      font-weight: 300;
      font-size: 1.1rem;
      background: #fff;
      padding: 1rem;
      color: #000; }
    .modal-content .modal-body .accesories {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      background: #fff;
      padding: .75rem; }
      .modal-content .modal-body .accesories .accItem {
        width: 100%;
        padding: .5rem;
        text-align: center; }
        .modal-content .modal-body .accesories .accItem:last-child {
          border-bottom: none;
          padding-bottom: 0; }
        .modal-content .modal-body .accesories .accItem .itemImg img {
          margin: 0 auto; }
        .modal-content .modal-body .accesories .accItem .itemInfo {
          max-width: 100%; }
          .modal-content .modal-body .accesories .accItem .itemInfo .itemName {
            height: 1.6rem;
            position: relative; }
            .modal-content .modal-body .accesories .accItem .itemInfo .itemName a {
              display: block;
              /*white-space: nowrap;
							overflow: hidden;
							text-overflow: ellipsis;*/
              color: #333;
              font-weight: 600;
              font-size: .8rem;
              line-height: .85rem;
              height: 1.6rem;
              overflow: hidden;
              background: #fff;
              position: absolute; }
          .modal-content .modal-body .accesories .accItem .itemInfo .itemCategory {
            color: #888;
            font-size: .8rem;
            margin: .25rem auto; }
          .modal-content .modal-body .accesories .accItem .itemInfo .itemAvailability {
            text-align: center;
            line-height: 1;
            font-size: .88rem;
            display: none; }
          .modal-content .modal-body .accesories .accItem .itemInfo .itemPrice {
            font-size: 1.2rem;
            font-weight: 600;
            line-height: 1;
            margin: .8rem auto; }
        .modal-content .modal-body .accesories .accItem:hover .itemInfo .itemName a {
          overflow: initial;
          height: auto;
          padding-bottom: 5px; }
        .modal-content .modal-body .accesories .accItem .btn-buy {
          width: 100%;
          padding: .25rem;
          height: 35px; }
  .modal-content .itemGifts {
    margin-top: .5rem; }
    .modal-content .itemGifts a {
      color: #333; }

@media screen and (min-width: 480px) {
  .modal-content .modal-body .accesories .accItem {
    width: 50%;
    border-bottom: 1px solid #dedede; }
    .modal-content .modal-body .accesories .accItem:last-child {
      border-bottom: none;
      padding-bottom: 0; } }

@media screen and (min-width: 768px) {
  .modal-content .modal-body .accesories .accItem {
    width: 20%;
    border-bottom: none;
    /*border-right:1px solid $borderGrey;
					&:nth-child(odd){
						border-right:1px solid $borderGrey;	
					}
					&:nth-child(3n+3){
						border-right:1px solid $borderGrey;	
					}
					&:last-child{
						border-right:none;	
					}*/ } }

.accesoriesTitle__plus {
  border-radius: 50%;
  border: none;
  line-height: 0;
  width: 20px;
  height: 20px;
  font-size: 25px;
  font-weight: 400;
  padding: 0;
  color: #fff;
  background: #22357a;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: .5rem;
  padding-left: 1px; }

#uniModal {
  text-align: center; }
  @media screen and (min-width: 380px) {
    #uniModal .modal-dialog {
      max-width: 500px; } }
  #uniModal .ico {
    font-size: 4rem; }
  #uniModal .msg {
    font-size: 1.2rem;
    font-weight: 600;
    color: #7cd103;
    margin-top: 10px;
    margin-bottom: 10px; }
  #uniModal .compare .ico {
    color: #50d8fe; }
  #uniModal .wishlist .ico {
    color: #ff0000; }
  #uniModal .share .share-buttons {
    list-style-type: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0; }
    #uniModal .share .share-buttons li {
      padding-left: 5px;
      padding-right: 5px;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    #uniModal .share .share-buttons img {
      max-width: 100%;
      height: auto;
      display: block; }
  #uniModal .reservation.success .ico {
    color: #7cd103; }
  #uniModal .reservation.error .msg,
  #uniModal .reservation.error .ico {
    color: #ff0000; }
  #uniModal .modal-header__buttons > .btn {
    width: auto; }

.modal-header {
  border-radius: 0;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.modal__close {
  border-radius: 50%;
  border: none;
  line-height: 0;
  width: 20px;
  height: 20px;
  font-size: 24px;
  padding: 0;
  padding-bottom: 2px;
  color: #fff;
  background: #aab2bd;
  position: absolute;
  right: -10px;
  top: -10px;
  padding-left: 1px;
  cursor: pointer; }
  .modal__close:hover {
    background: #ff0000; }
  .modal__close:focus {
    outline: none; }

.modal-title {
  font-size: 1.1rem;
  font-weight: 300;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0; }
  .modal-title svg {
    fill: #22357a;
    height: 20px;
    margin-right: .5rem; }

.modal-header__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .modal-header__buttons > .btn {
    width: 50%;
    margin-right: .5rem; }
    .modal-header__buttons > .btn:last-child {
      margin-right: 0; }

.modal-dialog {
  max-width: 690px; }

.modal-line {
  background: #fff;
  padding: 0 1rem; }
  .modal-line hr {
    margin: 0; }

.dostupnostModal {
  /*display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	
	align-content: space-between;*/
  max-height: calc(100vh - 145px);
  overflow: auto;
  padding: 0 1rem 1rem;
  background: #fff; }

.dostupnostModal__kraj {
  background: #f6f6f6;
  padding: .5rem;
  color: #888888;
  line-height: 1;
  border-top: 1px solid #dedede;
  cursor: pointer;
  position: relative; }
  .dostupnostModal__kraj:first-child {
    border: none; }
  .dostupnostModal__kraj:after {
    content: '';
    border-right: 3px solid #888888;
    border-bottom: 3px solid #888888;
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    right: 1.3rem;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    transition: all 300ms ease; }
  .dostupnostModal__kraj.collapsed:after {
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

.dostupnostModal__prodejna {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5rem;
  line-height: 1;
  margin: 0 .5rem;
  background: #f9f9f9; }
  .dostupnostModal__prodejna:last-child {
    margin-bottom: .5rem; }
  .dostupnostModal__prodejna--skladem {
    background: #27ad03;
    color: #fff; }
  .dostupnostModal__prodejna > div:last-child {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .dostupnostModal__prodejna + .dostupnostModal__kraj {
    margin-top: .5rem; }

@media screen and (max-width: 767px) {
  #modal-availability .availabilityShops {
    display: block; }
    #modal-availability .availabilityShops > div:first-child {
      margin-right: 0; }
    #modal-availability .availabilityShops > div:last-child {
      margin-left: 0; } }

.modal-header {
  position: relative; }

.modal-title {
  line-height: 1;
  margin-bottom: 0; }

.modal__close {
  border-radius: 50%;
  border: none;
  line-height: 0;
  width: 20px;
  height: 20px;
  font-size: 24px;
  padding: 0;
  padding-bottom: 2px;
  color: #fff;
  background: #aab2bd;
  position: absolute;
  right: -10px;
  top: -10px;
  padding-left: 1px;
  cursor: pointer; }
  .modal__close:hover {
    background: #ff0000; }

body.modal-open > :not(.modal):not(.modal-backdrop),
body.loading-open > :not(.loading) {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px); }

body.modal-open > .loading {
  -webkit-filter: blur(0) !important;
  -moz-filter: blur(0) !important;
  -o-filter: blur(0) !important;
  -ms-filter: blur(0) !important;
  filter: blur(0) !important; }

.popover-cart {
  /*right:0 !important;
	left:auto !important;*/
  max-width: 360px;
  width: 100%;
  /*.arrow{
		left:auto !important;
		right:70px;	
	}*/ }
  .popover-cart .popover-content {
    padding: 10px; }

@media only screen and (min-width: 1024px) {
  /*.popover-cart{
		right:auto !important;
		left:inherit !important;
	}*/ }

/*@media only screen and (max-width: 1020px) {
	.popover-cart{
		right:0 !important;
		left:0 !important;
		bottom: 40px !important;
		top:auto !important;
		max-width:100%;	
		.arrow{
			left:40px !important;
			right:auto !important;	
		}
	}
}*/
@-webkit-keyframes uilsquare {
  0% {
    background-color: #0090e3; }
  1% {
    background-color: #50d8fe; }
  11% {
    background-color: #50d8fe; }
  21% {
    background-color: #0090e3; }
  100% {
    background-color: #0090e3; } }

@-webkit-keyframes uilsquare {
  0% {
    background-color: #0090e3; }
  1% {
    background-color: #50d8fe; }
  11% {
    background-color: #50d8fe; }
  21% {
    background-color: #0090e3; }
  100% {
    background-color: #0090e3; } }

@-webkit-keyframes uilsquare {
  0% {
    background-color: #0090e3; }
  1% {
    background-color: #50d8fe; }
  11% {
    background-color: #50d8fe; }
  21% {
    background-color: #0090e3; }
  100% {
    background-color: #0090e3; } }

@keyframes uilsquare {
  0% {
    background-color: #0090e3; }
  1% {
    background-color: #50d8fe; }
  11% {
    background-color: #50d8fe; }
  21% {
    background-color: #0090e3; }
  100% {
    background-color: #0090e3; } }

.uil-squares-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px; }

.uil-squares-css div {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: #0090e3; }

.uil-squares-css div > div {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: uilsquare 1s linear infinite;
  animation: uilsquare 1s linear infinite;
  width: 40px;
  height: 40px; }

.uil-squares-css > div:nth-of-type(1) {
  top: 30px;
  left: 30px; }

.uil-squares-css > div:nth-of-type(1) > div {
  -webkit-animation-delay: 0s;
  animation-delay: 0s; }

.uil-squares-css > div:nth-of-type(2) {
  top: 30px;
  left: 80px; }

.uil-squares-css > div:nth-of-type(2) > div {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s; }

.uil-squares-css > div:nth-of-type(3) {
  top: 30px;
  left: 130px; }

.uil-squares-css > div:nth-of-type(3) > div {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s; }

.uil-squares-css > div:nth-of-type(4) {
  top: 80px;
  left: 130px; }

.uil-squares-css > div:nth-of-type(4) > div {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s; }

.uil-squares-css > div:nth-of-type(5) {
  top: 130px;
  left: 130px; }

.uil-squares-css > div:nth-of-type(5) > div {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.uil-squares-css > div:nth-of-type(6) {
  top: 130px;
  left: 80px; }

.uil-squares-css > div:nth-of-type(6) > div {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s; }

.uil-squares-css > div:nth-of-type(7) {
  top: 130px;
  left: 30px; }

.uil-squares-css > div:nth-of-type(7) > div {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s; }

.uil-squares-css > div:nth-of-type(8) {
  top: 80px;
  left: 30px; }

.uil-squares-css > div:nth-of-type(8) > div {
  -webkit-animation-delay: 0.875s;
  animation-delay: 0.875s; }

body.loading-open {
  overflow: hidden; }

.loading {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1000000;
  top: 0; }
  .loading .loadingInner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%; }

.tab-pane .loading, #prislusenstviKosik .loading {
  position: static;
  background: none; }

.prodCarouselTitle {
  text-align: center;
  font-size: 2rem;
  margin-top: 1.5rem;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
  border-bottom: 1px solid #dedede;
  line-height: 1;
  font-weight: 300; }

.prodCarousel {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 235px;
  margin-bottom: 2rem; }

.prodCarousel__wrapper {
  overflow: auto;
  width: 100%;
  height: 255px; }

.prodCarousel__inner {
  table-layout: fixed;
  margin-bottom: 0; }

.prodCarousel__item {
  width: 160px;
  max-width: 160px;
  min-width: 160px;
  text-align: center;
  padding: 0 .5rem; }

.prodCarousel__itemImg {
  margin-bottom: .5rem;
  height: 144px; }
  .prodCarousel__itemImg img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto; }

.prodCarousel__itemName {
  height: 1.6rem;
  position: relative; }
  .prodCarousel__itemName a {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: .8rem;
    line-height: .85rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .prodCarousel__itemName a strong {
      display: block; }

.prodCarousel__itemCategory {
  color: #888;
  font-size: .8rem;
  margin: .25rem auto; }

.prodCarousel__itemPrice {
  font-size: 1rem;
  font-weight: 600; }

.prodCarousel__nav {
  opacity: .2;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  background: none;
  border: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  transition: all ease 300ms; }
  .prodCarousel__nav:hover, .prodCarousel__nav:focus {
    outline: none; }
  .prodCarousel__nav:hover {
    background: rgba(255, 255, 255, 0.8); }
  .prodCarousel__nav--left {
    left: 0; }
    .prodCarousel__nav--left:after {
      -webkit-transform: translate(-30%, -50%) rotate(135deg) skew(-10deg, -10deg);
          -ms-transform: translate(-30%, -50%) rotate(135deg) skew(-10deg, -10deg);
              transform: translate(-30%, -50%) rotate(135deg) skew(-10deg, -10deg); }
  .prodCarousel__nav--right {
    right: 0; }
    .prodCarousel__nav--right:after {
      -webkit-transform: translate(-70%, -50%) rotate(-45deg) skew(-10deg, -10deg);
          -ms-transform: translate(-70%, -50%) rotate(-45deg) skew(-10deg, -10deg);
              transform: translate(-70%, -50%) rotate(-45deg) skew(-10deg, -10deg); }
  .prodCarousel__nav:after {
    content: '';
    border-right: 2px solid #8e8e93;
    border-bottom: 2px solid #8e8e93;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%; }

.prodCarousel__button .btn-buy {
  width: 100%; }

.prodCarousel--withButtons {
  height: 273px; }
  .prodCarousel--withButtons .prodCarousel__wrapper {
    height: 290px; }

.carouselItem {
  padding: .5rem;
  text-align: center; }

.tabs__menu .carouselItem {
  padding: 0; }

.carouselItem:hover .carouselItem__name a {
  overflow: initial;
  height: auto;
  padding-bottom: 5px; }

.carouselItem__img {
  margin-bottom: .5rem;
  height: 144px; }
  .carouselItem__img img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto !important;
    display: block;
    margin: 0 auto; }

.carouselItem__name {
  height: 1.6rem;
  position: relative; }
  .carouselItem__name a {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: .8rem;
    line-height: .85rem;
    height: 1.64rem;
    overflow: hidden;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0; }
    .carouselItem__name a strong {
      display: block; }

.carouselItem__category {
  color: #888;
  font-size: .8rem;
  margin: .25rem auto; }

.carouselItem__price {
  font-size: 1rem;
  font-weight: 600; }

.carouselItem__button button {
  margin-left: auto;
  margin-right: auto; }

.itemCarousel {
  position: relative; }
  .itemCarousel .owl-carousel {
    padding: 0 1rem; }

.carouselNav, .itemCarousel .carousel-acc .owl-nav,
.owl-nav {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  z-index: 50;
  cursor: pointer; }
  .carouselNav .owl-prev, .itemCarousel .carousel-acc .owl-nav .owl-prev,
  .carouselNav .owl-next,
  .itemCarousel .carousel-acc .owl-nav .owl-next,
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    display: inline-block;
    width: 30px;
    height: 50px;
    position: absolute; }
    .carouselNav .owl-prev:after, .itemCarousel .carousel-acc .owl-nav .owl-prev:after,
    .carouselNav .owl-next:after,
    .itemCarousel .carousel-acc .owl-nav .owl-next:after,
    .owl-nav .owl-prev:after,
    .owl-nav .owl-next:after {
      content: '';
      border-right: 2px solid #333;
      border-bottom: 2px solid #333;
      width: 30px;
      height: 30px;
      display: block;
      position: absolute;
      left: 50%;
      top: 50%; }
    .carouselNav .owl-prev.disabled, .itemCarousel .carousel-acc .owl-nav .owl-prev.disabled,
    .carouselNav .owl-next.disabled,
    .itemCarousel .carousel-acc .owl-nav .owl-next.disabled,
    .owl-nav .owl-prev.disabled,
    .owl-nav .owl-next.disabled {
      opacity: .5; }
  .carouselNav .owl-prev, .itemCarousel .carousel-acc .owl-nav .owl-prev,
  .owl-nav .owl-prev {
    left: 0; }
    .carouselNav .owl-prev:after, .itemCarousel .carousel-acc .owl-nav .owl-prev:after,
    .owl-nav .owl-prev:after {
      -webkit-transform: translate(-30%, -50%) rotate(135deg) skew(-10deg, -10deg);
          -ms-transform: translate(-30%, -50%) rotate(135deg) skew(-10deg, -10deg);
              transform: translate(-30%, -50%) rotate(135deg) skew(-10deg, -10deg); }
  
  .carouselNav .owl-next,
  .itemCarousel .carousel-acc .owl-nav .owl-next,
  .owl-nav .owl-next {
    right: 0px; }
    
    .carouselNav .owl-next:after,
    .itemCarousel .carousel-acc .owl-nav .owl-next:after,
    .owl-nav .owl-next:after {
      -webkit-transform: translate(-70%, -50%) rotate(-45deg) skew(-10deg, -10deg);
          -ms-transform: translate(-70%, -50%) rotate(-45deg) skew(-10deg, -10deg);
              transform: translate(-70%, -50%) rotate(-45deg) skew(-10deg, -10deg); }

.owl-carousel .owl-item img.svg-cart {
  width: 15px; }

.itemCarousel--cartCompatibilityHeader .owl-carousel {
  padding: 0 1.5rem; }

.itemCarousel--cartCompatibilityHeader .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .itemCarousel--cartCompatibilityHeader .owl-stage .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .itemCarousel--cartCompatibilityHeader .owl-stage .owl-item .carouselItem {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      .itemCarousel--cartCompatibilityHeader .owl-stage .owl-item .carouselItem .nav-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }

.itemCarousel--cartCompatibilityHeader .owl-nav {
  margin-top: -15px; }
  .itemCarousel--cartCompatibilityHeader .owl-nav .owl-next, .itemCarousel--cartCompatibilityHeader .owl-nav .owl-prev {
    width: 30px;
    height: 30px; }
    .itemCarousel--cartCompatibilityHeader .owl-nav .owl-next:after, .itemCarousel--cartCompatibilityHeader .owl-nav .owl-prev:after {
      border-right: 1px solid #333;
      border-bottom: 1px solid #333; }
  .itemCarousel--cartCompatibilityHeader .owl-nav .owl-next {
    right: -8px; }
  .itemCarousel--cartCompatibilityHeader .owl-nav .owl-prev {
    left: -8px; }

#posledniNavstivene {
  margin-bottom: 2rem;
  width: 100%; }

#popularAcc p {
  font-size: 1.2rem;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
  line-height: 1; }
  #popularAcc p svg {
    width: 20px;
    margin-right: .5rem; }

@media screen and (min-width: 1024px) {
  .product {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 0; } }

.product + .product {
  margin-top: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media screen and (min-width: 1024px) {
    .product + .product {
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-top: -3rem;
      margin-bottom: 3rem; } }

.product > .itemName:first-of-type {
  width: 100%;
  margin-bottom: 20px; }
  .product > .itemName:first-of-type .h1 {
    font-size: 2rem;
    margin: 1rem auto;
    line-height: 2rem;
    padding-bottom: 0; }
  .product > .itemName:first-of-type .itemManufacturer {
    margin-bottom: 5px; }
  .product > .itemName:first-of-type .itemNo {
    color: #888888; }
  .product > .itemName:first-of-type > div:last-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #dedede;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    .product > .itemName:first-of-type > div:last-child .itemTools {
      border: none;
      padding: 0;
      margin: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  @media screen and (min-width: 1024px) {
    .product > .itemName:first-of-type {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.product .product__gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 768px) {
    .product .product__gallery {
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .product .product__gallery img {
    max-width: 100%;
    height: auto;
    max-height: 550px; }
  .product .product__gallery .mainPhoto {
    position: relative;
    margin: 0 auto; }
    .product .product__gallery .mainPhoto a {
      position: relative;
      display: block; }
      .product .product__gallery .mainPhoto a .itemActions {
        position: absolute;
        top: 1rem;
        right: 1rem;
        max-width: 150px; }
  .product .product__gallery .thumbnails {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (min-width: 768px) {
      .product .product__gallery .thumbnails {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 1rem;
        margin-top: 0;
        margin-bottom: 0; } }
    .product .product__gallery .thumbnails > div {
      width: 60px;
      height: 60px;
      border: 1px solid #dedede;
      margin-right: .5rem;
      border-radius: 3px; }
      @media screen and (min-width: 768px) {
        .product .product__gallery .thumbnails > div {
          margin-right: 0;
          margin-top: .5rem; }
          .product .product__gallery .thumbnails > div:first-child {
            margin-top: 0; } }
      .product .product__gallery .thumbnails > div:hover {
        border-color: #0090e3; }
      .product .product__gallery .thumbnails > div:last-child {
        margin-right: 0; }
      .product .product__gallery .thumbnails > div a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 5px; }
        .product .product__gallery .thumbnails > div a img {
          max-width: 100%;
          max-height: 100%;
          height: auto;
          width: auto;
          display: block;
          margin: 0 auto; }

.product #popularAcc {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  margin-bottom: 1rem; }
  @media screen and (min-width: 1024px) {
    .product #popularAcc {
      margin-bottom: 0; } }
  .product #popularAcc .carouselItem__price {
    font-size: 1.5rem; }
  .product #popularAcc .loading {
    position: static;
    background: none; }

.product .product__full {
  width: 100%; }

.product .product__left {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  @media screen and (min-width: 1024px) {
    .product .product__left {
      width: 50%;
      padding-right: 2rem; } }
  @media screen and (min-width: 1280px) {
    .product .product__left {
      max-width: calc(100% - 700px);
      padding-right: 4rem; } }

.product .product__right {
  width: 100%;
  margin-bottom: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  /*.itemAvailability{order:1;}
		.itemPrice{order:2;}
		.itemDelivery{order:3;}
		.itemShortDesc{order:4;}
		.itemVariants{order:7;}
		.itemTools{order:5;}
		.itemUsed{order:6;}
		.itemBanners{order:8;}*/ }
  @media screen and (min-width: 768px) {
    .product .product__right {
      min-width: 50%; } }
  @media screen and (min-width: 1024px) {
    .product .product__right {
      width: 50%;
      margin-bottom: 0; } }
  @media screen and (min-width: 1280px) {
    .product .product__right {
      max-width: 700px;
      padding: 0; } }
  .product .product__right .itemName {
    display: none; }
    @media screen and (min-width: 1024px) {
      .product .product__right .itemName {
        display: block;
        margin-bottom: 1rem; }
        .product .product__right .itemName h1 {
          font-weight: 800;
          margin-bottom: 0;
          padding-bottom: 0; } }
  .product .product__right .itemNo {
    font-size: 1rem; }
  .product .product__right .itemManufacturer {
    margin-bottom: 10px; }
  .product .product__right .itemManufacturer + div {
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede; }
    .product .product__right .itemManufacturer + div .itemNo {
      color: #888888; }
  .product .product__right .itemFinance {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    margin: 1rem auto;
    padding: 1rem 0;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .product .product__right .itemFinance {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 2rem; } }
    @media screen and (min-width: 1024px) {
      .product .product__right .itemFinance {
        border: none;
        padding: 0; } }
  .product .product__right .itemPriceBox {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-bottom: 1px solid #dedede;
    margin-bottom: 1rem;
    padding-bottom: 1rem; }
    .product .product__right .itemPriceBox .btn {
      width: 200px; }
    .product .product__right .itemPriceBox .btn-buy {
      margin-top: 1rem; }
    .product .product__right .itemPriceBox .btn-lightGrey {
      font-size: .8rem;
      font-weight: 800;
      height: 30px; }
    @media screen and (min-width: 768px) {
      .product .product__right .itemPriceBox--border {
        margin-right: 1rem;
        border-right: 1px solid #dedede; } }
    @media screen and (min-width: 768px) {
      .product .product__right .itemPriceBox {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; } }
  .product .product__right .itemInstallments {
    margin-left: 1rem; }
    .product .product__right .itemInstallments p {
      margin: 0; }
      .product .product__right .itemInstallments p:first-of-type {
        font-size: 1rem; }
    .product .product__right .itemInstallments a {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: .5rem 0; }
      .product .product__right .itemInstallments a > svg {
        fill: #e11931; }
        .product .product__right .itemInstallments a > svg:first-of-type {
          width: 40px;
          margin-left: -3px;
          margin-right: .5rem; }
        .product .product__right .itemInstallments a > svg:last-of-type {
          width: 70px; }
      .product .product__right .itemInstallments a:after {
        content: '';
        width: 20px;
        height: 20px;
        border-bottom: 2px solid #e11931;
        border-right: 2px solid #e11931;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .product .product__right .itemPrice {
    color: #E4062F;
    font-size: 2rem;
    font-weight: 800;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1; }
    .product .product__right .itemPrice del {
      font-size: 1.5rem;
      font-weight: 400;
      color: #333;
      margin-left: 1rem; }
  .product .product__right .itemAvailability {
    margin-bottom: 1rem;
    font-size: 1rem;
    line-height: 1; }
    .product .product__right .itemAvailability strong {
      font-size: 1rem;
      cursor: help;
      text-transform: uppercase;
      font-weight: 400; }
  .product .product__right .itemShortDesc {
    font-size: 1rem;
    line-height: 1.3;
    margin-top: 2rem; }
    @media screen and (min-width: 1024px) {
      .product .product__right .itemShortDesc {
        margin-top: 0;
        margin-bottom: 1rem; } }
  .product .product__right .itemBtns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem; }
    .product .product__right .itemBtns span {
      margin-left: 1rem;
      cursor: help;
      color: #0090e3; }
  .product .product__right .itemVariants {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .product .product__right .itemVariants .itemVariant {
      margin-bottom: 1rem;
      margin-right: 2rem; }
      .product .product__right .itemVariants .itemVariant:last-child {
        margin-right: 0; }
    .product .product__right .itemVariants .itemVariant__nazev {
      font-size: 1.2rem;
      font-weight: 400;
      margin-bottom: .5rem;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1; }
      .product .product__right .itemVariants .itemVariant__nazev svg {
        width: 20px;
        margin-right: .5rem; }
    .product .product__right .itemVariants ul {
      list-style: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0;
      padding: 0; }
    .product .product__right .itemVariants li {
      margin-right: .5rem; }
      .product .product__right .itemVariants li:last-child {
        margin-right: 0; }
    .product .product__right .itemVariants a, .product .product__right .itemVariants span {
      height: 60px;
      display: block; }
    .product .product__right .itemVariants .itemPAMET_HLAVNI a,
    .product .product__right .itemVariants .itemPAMET_HLAVNI span,
    .product .product__right .itemVariants .itemFUNKCE_PAMET_TAB a,
    .product .product__right .itemVariants .itemFUNKCE_PAMET_TAB span,
    .product .product__right .itemVariants .itemHARDDISK_SSD a,
    .product .product__right .itemVariants .itemHARDDISK_SSD span,
    .product .product__right .itemVariants .itemDISPLEJ_VELIKOST a,
    .product .product__right .itemVariants .itemDISPLEJ_VELIKOST span {
      width: 105px;
      font-size: 1.5rem;
      font-weight: 300;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid transparent;
      background: #f6f6f6;
      color: #585858;
      border-radius: 5px; }
    .product .product__right .itemVariants .itemPAMET_HLAVNI a:hover, .product .product__right .itemVariants .itemPAMET_HLAVNI a:focus,
    .product .product__right .itemVariants .itemFUNKCE_PAMET_TAB a:hover,
    .product .product__right .itemVariants .itemFUNKCE_PAMET_TAB a:focus,
    .product .product__right .itemVariants .itemHARDDISK_SSD a:hover,
    .product .product__right .itemVariants .itemHARDDISK_SSD a:focus,
    .product .product__right .itemVariants .itemDISPLEJ_VELIKOST a:hover,
    .product .product__right .itemVariants .itemDISPLEJ_VELIKOST a:focus {
      text-decoration: none;
      color: #0090e3;
      border-color: #0090e3;
      background: none; }
    .product .product__right .itemVariants .itemPAMET_HLAVNI span,
    .product .product__right .itemVariants .itemFUNKCE_PAMET_TAB span,
    .product .product__right .itemVariants .itemHARDDISK_SSD span,
    .product .product__right .itemVariants .itemDISPLEJ_VELIKOST span {
      text-decoration: line-through;
      cursor: not-allowed; }
      .product .product__right .itemVariants .itemPAMET_HLAVNI span.active,
      .product .product__right .itemVariants .itemFUNKCE_PAMET_TAB span.active,
      .product .product__right .itemVariants .itemHARDDISK_SSD span.active,
      .product .product__right .itemVariants .itemDISPLEJ_VELIKOST span.active {
        color: #0090e3;
        border-color: #0090e3;
        cursor: default;
        background: none;
        text-decoration: none; }
    .product .product__right .itemVariants .itemPAMET_HLAVNI li,
    .product .product__right .itemVariants .itemFUNKCE_PAMET_TAB li,
    .product .product__right .itemVariants .itemHARDDISK_SSD li,
    .product .product__right .itemVariants .itemDISPLEJ_VELIKOST li {
      margin-right: .5rem;
      margin-bottom: .5rem; }
      .product .product__right .itemVariants .itemPAMET_HLAVNI li:last-child,
      .product .product__right .itemVariants .itemFUNKCE_PAMET_TAB li:last-child,
      .product .product__right .itemVariants .itemHARDDISK_SSD li:last-child,
      .product .product__right .itemVariants .itemDISPLEJ_VELIKOST li:last-child {
        margin-right: 0; }
    .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li {
      text-align: center;
      font-size: .75rem;
      width: 90px;
      margin-right: .5rem;
      margin-bottom: .5rem; }
      .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li:last-child {
        margin-right: 0; }
      .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li a {
        font-size: .75rem;
        text-decoration: none; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li a span {
          opacity: 1;
          cursor: pointer;
          text-decoration: none; }
          .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li a span:before {
            opacity: 1; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li a:hover span {
          border: 1px solid #0090e3;
          color: #0090e3;
          background: none; }
      .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: not-allowed;
        border: 1px solid transparent;
        transition: all ease 300ms;
        background: #f6f6f6;
        border-radius: 5px;
        padding: 5px;
        text-decoration: line-through;
        color: #585858; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.active {
          cursor: default;
          border: 1px solid #0090e3;
          text-decoration: none;
          color: #0090e3;
          background: none; }
          .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.active:before {
            opacity: 1; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span:before {
          content: '';
          width: 28px;
          height: 28px;
          border-radius: 50%;
          display: block;
          margin: 0 auto 2px auto;
          opacity: .5; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.bila:before {
          background: #fff;
          border: 1px solid #dedede; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.cerna:before {
          background: #000; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.cervena:before {
          background: #eb4848; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.fialova:before {
          background: #916e8f; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.fialovo-seda:before {
          background: #705170; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.stribrna:before {
          background: #dddfde; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.zlata:before {
          background: #E7D1A9; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.vesmirne-seda:before {
          background: #abaeb1; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.seda:before {
          background: #abaeb1; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.ruzove-zlata:before {
          background: #edccbd; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.ruzova:before {
          background: #FF89A9; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.modra:before {
          background: #2DAFCF; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.zelena:before {
          background: #39697d; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.zluta:before {
          background: #dae04a; }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.temne-cerna:before {
          background-image: radial-gradient(circle at top right, #ffffff 13%, #000 60%); }
        .product .product__right .itemVariants .itemKONSTRUKCE_C_BARVA li span.tmave-cerna:before {
          background-image: radial-gradient(circle at top right, #ffffff 13%, #000 60%); }
  .product .product__right .itemFeatures ul {
    padding-left: 17px; }
  .product .product__right .itemGift p {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 2px;
    border-bottom: 1px solid #dedede; }

.product .itemTools {
  display: none;
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-bottom: 5px;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /*&:last-child{
				justify-content:space-between;
				align-items:center;
				div:last-child{
					.btn{
						background:none;
						border: none;
						color: $borderGrey;
						font-size:1.1rem;
						padding:5px;
						width:35px;
						&.tooltip-blue.active{box-shadow:none;background-color:$blue; color:$white;}
						&.tooltip-blue:hover{color:$blue; background-color:$white;}
						
						&.tooltip-red.active{box-shadow:none;background-color:$red; color:$white;}
						&.tooltip-red:hover{color:$red; background-color:$white;}
					}	
					button{
						margin-right: 5px;
					}
				}
			}*/ }
  .product .itemTools button {
    margin-left: 1rem; }
    .product .itemTools button:first-child {
      margin-left: 0; }
  @media screen and (min-width: 1024px) {
    .product .itemTools {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-bottom: none;
      margin-bottom: 0;
      padding-bottom: 0; } }

.product .itemSidebarWrapper {
  width: 100%; }
  .product .itemSidebarWrapper .itemSidebar {
    padding: 10px 3px 10px 3px;
    border: 1px solid #dedede;
    border-radius: 5px; }
    .product .itemSidebarWrapper .itemSidebar p {
      margin-bottom: 5px;
      padding-bottom: 5px;
      border-bottom: 1px solid #dedede;
      text-align: center; }
    .product .itemSidebarWrapper .itemSidebar .sidebarItems {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem {
        width: 50%;
        padding: 10px 7px;
        border-bottom: 1px solid #dedede; }
        .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem:nth-child(odd) {
          border-right: 1px solid #dedede; }
        .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem:nth-child(3), .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem:nth-child(4) {
          border-bottom: none;
          padding-bottom: 0; }
        .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarImg img {
          margin: 0 auto; }
        .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarInfo {
          max-width: 100%; }
          .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarInfo .sidebarName a {
            display: block;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }

.product .itemActions {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right; }
  .product .itemActions .itemActionsIcons {
    margin-bottom: .5rem; }
  .product .itemActions .itemAction > a, .product .itemActions .itemAction > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-table;
    border: 1px solid #0090e3;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    padding: .4rem;
    font-size: .8rem;
    transition: all ease 500ms;
    margin-bottom: .3em;
    color: #0090e3; }
    .product .itemActions .itemAction > a:hover, .product .itemActions .itemAction > span:hover {
      background: #0090e3;
      color: #fff;
      text-decoration: none; }

.product .itemBanners + .itemGifts {
  margin-top: 1.2rem; }

.product .itemGifts p {
  font-size: 1.2rem;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5rem;
  line-height: 1; }
  .product .itemGifts p svg {
    width: 20px;
    margin-right: .5rem; }

.product .itemGift {
  padding: .5rem;
  border: 1px solid #dedede;
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem; }
  .product .itemGift span {
    font-size: 3rem;
    font-weight: 800;
    color: #dedede;
    margin-right: 1rem; }
  .product .itemGift a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .product .itemGift img {
    max-width: 80px;
    margin-right: 1rem; }
  .product .itemGift:last-child {
    margin-bottom: 0; }

/*#nav{
	border-bottom:1px solid $borderGrey;
	padding:10px 0;
	background:rgba(255,255,255,0.95);
	width:100%;
	&.sticky{position:fixed; top:50px; z-index:10;}
	ul{
		padding:0;
		margin:0;
		li{
			color:$inactiveGrey;
			display:inline-block;
			font-size:1.2rem;
			&:after {
			    content: "\002F";
		    	margin-left: 5px;	
			}
			&:last-child:after{
				content:"";	
			}
			a{
				color:$inactiveGrey;	
				&:hover{text-decoration:none;color:$linkBlue;}
				&:focus{text-decoration:none;}
				&.active{color:$mainTextColor; font-weight:600;}
			}
		}
	}
}*/
.nav-pills {
  margin-bottom: 10px;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 1px solid #dedede; }
  .nav-pills > li a {
    background-color: #aab2bd;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    font-size: .8rem; }
    .nav-pills > li a:hover, .nav-pills > li a:focus {
      background-color: #0090e3; }
  @media screen and (min-width: 480px) {
    .nav-pills > li a {
      font-size: .9rem;
      padding: 8px; } }
  .nav-pills > li.active a, .nav-pills > li.active a:focus {
    background-color: #0090e3; }

#popis.section {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }

.section .tabsWrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px; }
  .section .tabsWrapper .tab-content {
    height: 100%; }
    .section .tabsWrapper .tab-content .tab-pane {
      height: 100%; }
      .section .tabsWrapper .tab-content .tab-pane .itemCarousel {
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
  .section .tabsWrapper > div:first-child {
    width: 33.3333333333%;
    max-width: 170px;
    position: relative; }
    .section .tabsWrapper > div:first-child .tabs-left {
      padding-top: 0;
      border: none; }
      .section .tabsWrapper > div:first-child .tabs-left > li {
        margin-bottom: 1px;
        margin-right: 0; }
        .section .tabsWrapper > div:first-child .tabs-left > li > a {
          background: #aab2bd;
          color: #fff;
          padding: 5px;
          font-size: .9rem;
          height: 52px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          border: none;
          border-radius: 0; }
          .section .tabsWrapper > div:first-child .tabs-left > li > a:hover, .section .tabsWrapper > div:first-child .tabs-left > li > a:focus {
            background-color: #0090e3;
            border: none; }
        @media screen and (min-width: 480px) {
          .section .tabsWrapper > div:first-child .tabs-left > li > a {
            height: 35px; } }
        .section .tabsWrapper > div:first-child .tabs-left > li.active a, .section .tabsWrapper > div:first-child .tabs-left > li.active a:focus {
          background-color: #0090e3; }
        .section .tabsWrapper > div:first-child .tabs-left > li:first-child a {
          border-radius: 3px 0 0 0; }
        .section .tabsWrapper > div:first-child .tabs-left > li:last-child a {
          border-radius: 0 0 0 3px; }
  .section .tabsWrapper > div:last-child {
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 66.6666666667%; }
    .section .tabsWrapper > div:last-child .carousel-acc {
      padding-left: 10px;
      padding-right: 10px; }
      .section .tabsWrapper > div:last-child .carousel-acc .owl-item {
        width: auto; }
        .section .tabsWrapper > div:last-child .carousel-acc .owl-item .catalogItem {
          width: 100%; }

.section .techParams {
  padding: 0;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .section .techParams > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    padding: 5px; }
    .section .techParams > div:after {
      border-bottom: 1px solid #dedede;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      bottom: -1px; }
    .section .techParams > div.ParameterGroup {
      background: #0090e3;
      color: #fff;
      display: block; }
    .section .techParams > div > div {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .section .techParams > div > div:nth-child(2) {
        color: #0090e3; }

@media screen and (min-width: 768px) {
  .product .itemUsed {
    border: none; }
  .product .itemSidebarWrapper .itemSidebar .sidebarItems {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem {
      width: 25%;
      padding: 10px;
      border: none; }
      .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem:nth-child(odd), .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem:nth-child(3), .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem:nth-child(4) {
        border: none; }
      .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarImg img {
        margin: 0 auto; }
      .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarInfo {
        max-width: 100%; }
        .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarInfo .sidebarName a {
          color: #333;
          font-weight: 600;
          display: block;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarInfo .sidebarCategory {
          font-size: .8rem;
          color: #888; }
        .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarInfo .sidebarPrice {
          color: red;
          font-size: 1.2rem; }
        .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarInfo button {
          height: 30px; }
  .section .techParams {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .section .techParams > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: calc(50% - 10px);
      margin-right: 10px;
      padding: 3px 5px; }
      .section .techParams > div.ParameterGroup {
        background: #0090e3;
        color: #fff;
        display: block; }
      .section .techParams > div > div {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .section .techParams > div > div:nth-child(2) {
          color: #0090e3; }
    .section .techParams.params20 {
      max-height: 270px; }
    .section .techParams.params22 {
      max-height: 297px; }
    .section .techParams.params24 {
      max-height: 324px; }
    .section .techParams.params26 {
      max-height: 351px; }
    .section .techParams.params28 {
      max-height: 378px; }
    .section .techParams.params30 {
      max-height: 405px; }
    .section .techParams.params32 {
      max-height: 432px; }
    .section .techParams.params34 {
      max-height: 459px; }
    .section .techParams.params36 {
      max-height: 486px; }
    .section .techParams.params38 {
      max-height: 513px; }
    .section .techParams.params40 {
      max-height: 540px; }
    .section .techParams.params42 {
      max-height: 567px; }
    .section .techParams.params44 {
      max-height: 594px; }
    .section .techParams.params46 {
      max-height: 621px; }
    .section .techParams.params48 {
      max-height: 648px; }
    .section .techParams.params50 {
      max-height: 675px; }
    .section .techParams.params52 {
      max-height: 702px; }
    .section .techParams.params54 {
      max-height: 729px; }
    .section .techParams.params56 {
      max-height: 756px; }
    .section .techParams.params58 {
      max-height: 783px; }
    .section .techParams.params60 {
      max-height: 810px; }
    .section .techParams.params62 {
      max-height: 837px; }
    .section .techParams.params64 {
      max-height: 864px; }
    .section .techParams.params66 {
      max-height: 891px; }
    .section .techParams.params68 {
      max-height: 918px; }
    .section .techParams.params70 {
      max-height: 945px; }
    .section .techParams.params72 {
      max-height: 972px; }
    .section .techParams.params74 {
      max-height: 999px; }
    .section .techParams.params76 {
      max-height: 1026px; }
    .section .techParams.params78 {
      max-height: 1053px; }
    .section .techParams.params80 {
      max-height: 1080px; }
    .section .techParams.params82 {
      max-height: 1107px; }
    .section .techParams.params84 {
      max-height: 1134px; }
    .section .techParams.params86 {
      max-height: 1161px; }
    .section .techParams.params88 {
      max-height: 1188px; }
    .section .techParams.params90 {
      max-height: 1215px; }
    .section .techParams.params92 {
      max-height: 1242px; }
    .section .techParams.params94 {
      max-height: 1269px; }
    .section .techParams.params96 {
      max-height: 1296px; }
    .section .techParams.params98 {
      max-height: 1323px; }
    .section .techParams.params100 {
      max-height: 1350px; }
    .section .techParams.params102 {
      max-height: 1377px; }
    .section .techParams.params104 {
      max-height: 1404px; }
    .section .techParams.params106 {
      max-height: 1431px; }
    .section .techParams.params108 {
      max-height: 1458px; }
    .section .techParams.params110 {
      max-height: 1485px; }
    .section .techParams.params112 {
      max-height: 1512px; }
    .section .techParams.params114 {
      max-height: 1539px; }
    .section .techParams.params116 {
      max-height: 1566px; }
    .section .techParams.params118 {
      max-height: 1593px; }
    .section .techParams.params120 {
      max-height: 1620px; } }

@media screen and (min-width: 1024px) {
  .product > .itemName:first-of-type {
    display: none; }
  .product .itemSidebarWrapper {
    width: 220px;
    margin-top: 135px; }
    .product .itemSidebarWrapper .itemSidebar .sidebarItems {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarImg {
          width: 60px; }
        .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarInfo {
          width: calc(100% - 60px);
          padding-left: 5px; }
  .section .techParams {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .section .techParams > div {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: calc(33.3333333333% - 10px);
      margin-right: 10px;
      padding: 3px 5px; }
      .section .techParams > div:nth-child(1) {
        margin-left: 0; }
      .section .techParams > div:nth-child(3) {
        margin-right: 0; }
      .section .techParams > div.ParameterGroup {
        background: #0090e3;
        color: #fff;
        display: block; }
      .section .techParams > div > div {
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .section .techParams > div > div:nth-child(1) {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .section .techParams > div > div:nth-child(2) {
          color: #0090e3;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0; }
    .section .techParams.params20 {
      max-height: 270px; }
    .section .techParams.params21 {
      height: 189px; }
    .section .techParams.params24 {
      height: 216px; }
    .section .techParams.params27 {
      height: 243px; }
    .section .techParams.params30 {
      height: 270px; }
    .section .techParams.params33 {
      height: 297px; }
    .section .techParams.params36 {
      height: 324px; }
    .section .techParams.params39 {
      height: 351px; }
    .section .techParams.params42 {
      height: 378px; }
    .section .techParams.params45 {
      height: 405px; }
    .section .techParams.params48 {
      height: 432px; }
    .section .techParams.params51 {
      height: 459px; }
    .section .techParams.params54 {
      height: 486px; }
    .section .techParams.params57 {
      height: 513px; }
    .section .techParams.params60 {
      height: 540px; }
    .section .techParams.params63 {
      height: 567px; }
    .section .techParams.params66 {
      height: 594px; }
    .section .techParams.params69 {
      height: 621px; }
    .section .techParams.params72 {
      height: 648px; }
    .section .techParams.params75 {
      height: 675px; }
    .section .techParams.params78 {
      height: 702px; }
    .section .techParams.params81 {
      height: 729px; }
    .section .techParams.params84 {
      height: 756px; }
    .section .techParams.params87 {
      height: 783px; }
    .section .techParams.params90 {
      height: 810px; }
    .section .techParams.params93 {
      height: 837px; }
    .section .techParams.params96 {
      height: 864px; }
    .section .techParams.params99 {
      height: 891px; }
    .section .techParams.params102 {
      height: 918px; }
    .section .techParams.params105 {
      height: 945px; }
    .section .techParams.params108 {
      height: 972px; }
    .section .techParams.params111 {
      height: 999px; }
    .section .techParams.params114 {
      height: 1026px; }
    .section .techParams.params117 {
      height: 1053px; }
    .section .techParams.params120 {
      height: 1080px; } }

@media screen and (min-width: 1280px) {
  .product .product__right {
    /*.itemName{margin-right:0;	order:1}
			.itemAvailability{order:2;}
			.itemPrice{order:3;}
			.itemDelivery{order:4;}
			.itemShortDesc{order:5;}
			.itemVariants{order:6;}*/
    /*.itemUsed{order:8}
			.itemBanners{order:9;}*/ }
    .product .product__right .itemTools .itemBtns:first-child button {
      width: 200px; }
      .product .product__right .itemTools .itemBtns:first-child button:first-child {
        margin-right: 10px; }
  .product .itemBanners {
    margin: 0; }
  .product .itemSidebarWrapper {
    width: 250px;
    margin-top: 0px; }
    .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarImg {
        width: 90px; }
      .product .itemSidebarWrapper .itemSidebar .sidebarItems .sidebarItem .sidebarInfo {
        width: calc(100% - 90px);
        padding-left: 5px; } }

@media screen and (max-width: 1020px) {
  /*.product{
		flex-wrap:wrap;
		/*.productGallery{
			flex:0 0 100%;
			flex-wrap:wrap;
			max-width:100%;
			.mainPhoto{
				flex:100%;
				order:1;
				width:100%;
				margin-bottom:15px;
				img{max-height:200px;}
			}
			.thumbnails{flex:100%; width:100%; display:flex; margin-top:10px; margin-right:0; justify-content:space-between; order:2;}
		}*/
  #nav.sticky {
    top: 50px;
    left: 0;
    right: 0;
    padding-left: 10px; } }

@media screen and (max-width: 960px) {
  #nav {
    display: none; } }

/*@media screen and (max-width: 580px){
	.product{
		.itemInfo, .itemBuy{max-width:100%; flex:100%;}
	}
}*/
@media screen and (max-width: 460px) {
  .section .techParams > div table tr td:first-child {
    width: 50%; } }

.tabs__menu {
  border-bottom: 2px solid #0090e3;
  margin-bottom: 1rem;
  display: block; }
  @media screen and (min-width: 540px) {
    .tabs__menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .tabs__menu .nav-item {
    margin-bottom: 2px; }
    @media screen and (min-width: 540px) {
      .tabs__menu .nav-item {
        margin-right: 2px;
        margin-bottom: 0; } }
  .tabs__menu .nav-link {
    background: #0090e3;
    border: none;
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase; }
    .tabs__menu .nav-link:hover, .tabs__menu .nav-link.active {
      background: #f6f6f6;
      border-bottom-color: #0090e3;
      color: #888888; }

.tabs .paramGroup {
  width: 100%;
  margin: 0 auto; }
  .tabs .paramGroup:last-child {
    border: none; }
  .tabs .paramGroup hr {
    margin: 1.5rem 2rem;
    border-color: #0090e3; }

.tabs .paramGroup__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  padding-left: 2rem; }

.tabs .paramGroup__items ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }

.tabs .paramGroup__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 768px) {
    .tabs .paramGroup__item {
      font-size: 1rem;
      line-height: 1.1; } }
  .tabs .paramGroup__item:nth-child(even) {
    background: #f6f6f6; }
  .tabs .paramGroup__item:last-child {
    margin-bottom: 0; }

.tabs .paramGroup__itemTitle {
  width: 50%;
  padding: .4rem .5rem .4rem 2rem; }

.tabs .paramGroup__itemValue {
  width: 50%;
  padding: .4rem 2rem .4rem .5rem; }

.tabs .nav-tabs--vertical {
  border-bottom: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  transition: all 300ms ease; }
  .tabs .nav-tabs--vertical.sticky {
    position: fixed;
    width: 100%;
    max-width: 170px; }

.tabs .nav-tabs--left .nav-item + .nav-item {
  margin-top: .25rem; }

.tabs .nav-tabs--left .nav-link {
  background: #f6f6f6;
  border: none;
  font-size: .8rem;
  color: #888888;
  border-top-right-radius: 0rem;
  border-bottom-left-radius: .25rem; }
  .tabs .nav-tabs--left .nav-link:hover, .tabs .nav-tabs--left .nav-link.active {
    background: #0090e3;
    border-bottom-color: #0090e3;
    color: #fff; }

.tabsPrislusenstvi .tab-pane .mainContent {
  border-left: 2px solid #0090e3; }
  .tabsPrislusenstvi .tab-pane .mainContent .catalog {
    margin-bottom: 0; }

.productTabs {
  margin-bottom: 7rem; }

#popis .container {
  max-width: 100%; }
  #popis .container h2 {
    border-bottom: none; }
  #popis .container .prosConsParams {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px; }
    #popis .container .prosConsParams .prosConsContainer {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      #popis .container .prosConsParams .prosConsContainer .prosCons {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        #popis .container .prosConsParams .prosConsContainer .prosCons ul {
          list-style-type: none;
          padding-left: 1.4em; }
          #popis .container .prosConsParams .prosConsContainer .prosCons ul:first-child {
            margin-right: 40px; }
        #popis .container .prosConsParams .prosConsContainer .prosCons .pros li:before {
          content: "+";
          display: inline-block;
          margin-left: -1.3em;
          /* same as padding-left set on li */
          width: 1.3em;
          font-size: 1rem;
          color: #7cd103;
          font-weight: 800; }
        #popis .container .prosConsParams .prosConsContainer .prosCons .cons li:before {
          content: "-";
          display: inline-block;
          margin-left: -1.3em;
          /* same as padding-left set on li */
          width: 1.3em;
          font-size: 1rem;
          color: #ff0000;
          font-weight: 800; }
    #popis .container .prosConsParams .params table {
      border-radius: 5px;
      border: 1px solid #dedede;
      border-collapse: separate; }
      #popis .container .prosConsParams .params table td {
        padding: 20px;
        max-width: 110px; }
        #popis .container .prosConsParams .params table td img {
          display: block; }
  #popis .container .cols {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }
    #popis .container .cols .col-left, #popis .container .cols .col-right {
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    #popis .container .cols .col-left {
      margin-right: 10px; }
    #popis .container .cols .col-right {
      margin-left: 10px; }
  #popis .container .col-full {
    display: block; }
  #popis .container .img-center {
    margin: 0 auto; }
  #popis .container iframe {
    width: 100%;
    height: 590px; }

@media screen and (max-width: 800px) {
  #popis .container .prosConsParams {
    display: block; } }

@media screen and (max-width: 600px) {
  #popis .container .cols {
    display: block; }
    #popis .container .cols .col-left, #popis .container .cols .col-right {
      margin-left: 0;
      margin-right: 0; }
    #popis .container .cols .col-left {
      margin-bottom: 10px; }
  #popis .container iframe {
    height: 300px; } }

@media screen and (max-width: 800px) {
  #popis .container .prosConsParams .params table td {
    padding: 10px;
    max-width: 100px; } }

.stars:before {
  content: "\f005 \f005 \f005 \f005 \f005"; }

.stars {
  position: relative;
  font-size: 1.2rem;
  color: #efedef; }
  .stars .stars-eval:before {
    content: "\f005 \f005 \f005 \f005 \f005"; }
  .stars .stars-eval {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 2;
    color: #FFD836; }

.searchBox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #dedede; }
  .searchBox .search {
    border-radius: 3px;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 1rem;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .searchBox .search .glyphicon {
      font-size: 1.3rem;
      color: #b8e0f7;
      -webkit-flex: 0 0 25px;
          -ms-flex: 0 0 25px;
              flex: 0 0 25px; }
    .searchBox .search .twitter-typeahead {
      width: 100%;
      line-height: 1; }
      .searchBox .search .twitter-typeahead .tt-hint {
        width: 100%;
        color: #aaa9a9; }
      .searchBox .search .twitter-typeahead .tt-query {
        width: 100%; }
      .searchBox .search .twitter-typeahead .tt-dropdown-menu {
        background-color: #fff;
        padding: 10px;
        padding-bottom: 0;
        width: 100%;
        margin-top: 10px;
        border: 1px solid #0090e3;
        border-top: none; }
        .searchBox .search .twitter-typeahead .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
          text-decoration: underline; }
        .searchBox .search .twitter-typeahead .tt-dropdown-menu .tt-suggestion p {
          margin: 0;
          margin-bottom: .5rem; }
    .searchBox .search input {
      border: none;
      background-color: #fff;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-left: 10px;
      line-height: 1;
      font-size: .8rem; }
    .searchBox .search input::-webkit-input-placeholder {
      font-style: italic; }
    .searchBox .search input:-ms-input-placeholder {
      font-style: italic; }
    .searchBox .search input::placeholder {
      font-style: italic; }
  .searchBox .btn-search {
    background: none;
    border: none;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem; }
    .searchBox .btn-search svg {
      fill: #0090e3;
      width: 20px; }

.sluzby {
  max-width: 1440px;
  margin: 0 auto; }
  .sluzby .sluzby__hero {
    background-image: url(/img/clanky/sluzby/sluzby__hero.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    height: 400px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem; }
    .sluzby .sluzby__hero h1 {
      color: #fff; }
  .sluzby .sluzby__menu {
    background: #f6f6f6;
    padding: 4rem 2rem 0; }
    .sluzby .sluzby__menu.menu {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .sluzby .sluzby__menu.menu .menu__item {
        text-align: center;
        width: 100%;
        margin-bottom: 4rem; }
        @media screen and (min-width: 640px) {
          .sluzby .sluzby__menu.menu .menu__item {
            width: 50%; } }
        @media screen and (min-width: 768px) {
          .sluzby .sluzby__menu.menu .menu__item {
            width: 33.3333333333%; } }
      .sluzby .sluzby__menu.menu .menu__img {
        margin: 0 auto 1rem;
        height: 100px;
        width: 100px;
        border-radius: 50%;
        background: url(/img/clanky/sluzby/sluzby__menu.png); }
        .sluzby .sluzby__menu.menu .menu__img--kontakt {
          background-position: 0px; }
        .sluzby .sluzby__menu.menu .menu__img--sps {
          background-position: -100px; }
        .sluzby .sluzby__menu.menu .menu__img--home-delivery {
          background-position: -200px; }
        .sluzby .sluzby__menu.menu .menu__img--zaruka {
          background-position: -300px; }
        .sluzby .sluzby__menu.menu .menu__img--splatky {
          background-position: -400px; }
        .sluzby .sluzby__menu.menu .menu__img--samsung-go {
          background-position: -500px; }
      .sluzby .sluzby__menu.menu .menu__text {
        font-size: 1rem;
        margin-bottom: 1.5rem; }
        .sluzby .sluzby__menu.menu .menu__text strong {
          display: block;
          font-size: 1.2rem; }
  .sluzby .sluzby__kontakt {
    border-bottom: 1px solid #dedede;
    padding: 1.5rem; }
    @media screen and (min-width: 640px) {
      .sluzby .sluzby__kontakt {
        padding: 3rem; } }
    .sluzby .sluzby__kontakt h2 {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 3rem; }
    .sluzby .sluzby__kontakt > .kontakt {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .sluzby .sluzby__kontakt > .kontakt .kontakt__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 1.5rem;
        max-width: 380px;
        padding: 0 1rem; }
        @media screen and (min-width: 768px) {
          .sluzby .sluzby__kontakt > .kontakt .kontakt__item {
            width: 33.3333333333%;
            margin-bottom: 0; } }
      .sluzby .sluzby__kontakt > .kontakt .kontakt__img {
        background: url(/img/clanky/sluzby/sluzby-ikony.png);
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        height: 54px;
        background-repeat: no-repeat;
        margin-right: 1.5rem; }
        .sluzby .sluzby__kontakt > .kontakt .kontakt__img--volejte {
          width: 50px;
          height: 54px;
          background-position: 0px; }
        .sluzby .sluzby__kontakt > .kontakt .kontakt__img--chatujte {
          width: 50px;
          height: 54px;
          background-position: -50px; }
        .sluzby .sluzby__kontakt > .kontakt .kontakt__img--mailujte {
          width: 50px;
          height: 54px;
          background-position: -100px; }
      .sluzby .sluzby__kontakt > .kontakt .kontakt__text {
        font-size: 1.1rem; }
        .sluzby .sluzby__kontakt > .kontakt .kontakt__text h3 {
          font-size: 1.4rem;
          padding-bottom: 0px;
          margin-bottom: .8rem; }
        .sluzby .sluzby__kontakt > .kontakt .kontakt__text strong {
          color: #1428a0; }
        .sluzby .sluzby__kontakt > .kontakt .kontakt__text p {
          margin-bottom: .5rem; }
  .sluzby .sluzby__sps {
    border-bottom: 1px solid #dedede;
    padding: 3rem; }
    .sluzby .sluzby__sps h2 {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 3rem; }
    .sluzby .sluzby__sps h4 {
      text-align: center;
      font-size: 1.5rem;
      margin-bottom: 1rem; }
    .sluzby .sluzby__sps > .sps {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 3rem; }
      @media screen and (min-width: 768px) {
        .sluzby .sluzby__sps > .sps {
          margin-bottom: 6rem; } }
      .sluzby .sluzby__sps > .sps .sps__item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 1.5rem;
        max-width: 380px;
        padding: 0 1rem; }
        @media screen and (min-width: 768px) {
          .sluzby .sluzby__sps > .sps .sps__item {
            width: 33.3333333333%;
            margin-bottom: 0; } }
      .sluzby .sluzby__sps > .sps .sps__img {
        background: url(/img/clanky/sluzby/sluzby-ikony.png);
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        height: 54px;
        background-repeat: no-repeat;
        margin-right: 1.5rem; }
        .sluzby .sluzby__sps > .sps .sps__img--dovezeme {
          width: 60px;
          height: 54px;
          background-position: -150px; }
        .sluzby .sluzby__sps > .sps .sps__img--nainstalujeme {
          width: 53px;
          height: 54px;
          background-position: -210px; }
        .sluzby .sluzby__sps > .sps .sps__img--nastavime {
          width: 54px;
          height: 54px;
          background-position: -263px; }
      .sluzby .sluzby__sps > .sps .sps__text {
        font-size: 1.1rem; }
        .sluzby .sluzby__sps > .sps .sps__text h3 {
          font-size: 1.4rem;
          padding-bottom: 0px;
          margin-bottom: .8rem; }
        .sluzby .sluzby__sps > .sps .sps__text p {
          margin-bottom: .5rem; }
    .sluzby .sluzby__sps > .sps-produkty {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .sluzby .sluzby__sps > .sps-produkty .sps-produkty__item a {
        color: #000;
        width: 190px;
        height: 190px;
        display: block;
        text-align: center;
        margin: 5px;
        border: 1px solid #dedede;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        transition: all ease 300ms; }
        .sluzby .sluzby__sps > .sps-produkty .sps-produkty__item a:hover {
          -webkit-transform: scale(1.03);
              -ms-transform: scale(1.03);
                  transform: scale(1.03);
          text-decoration: none;
          border-color: #000; }
      .sluzby .sluzby__sps > .sps-produkty .sps-produkty__img {
        height: 130px;
        background: url(/img/clanky/sluzby/sps-produkty.png);
        background-repeat: no-repeat;
        margin: 0 auto; }
        .sluzby .sluzby__sps > .sps-produkty .sps-produkty__img--mt {
          width: 64px;
          background-position: 0px; }
        .sluzby .sluzby__sps > .sps-produkty .sps-produkty__img--televize {
          width: 130px;
          background-position: -64px; }
        .sluzby .sluzby__sps > .sps-produkty .sps-produkty__img--lednice {
          width: 66px;
          background-position: -194px; }
        .sluzby .sluzby__sps > .sps-produkty .sps-produkty__img--pracky {
          width: 86px;
          background-position: -260px; }
  .sluzby .sluzby__home-delivery {
    border-bottom: 1px solid #dedede; }
    .sluzby .sluzby__home-delivery h2 {
      text-align: center;
      padding-bottom: 0; }
    .sluzby .sluzby__home-delivery h3 {
      text-align: center;
      /*font-family: 'SamsungSharpSans'; */
      font-weight: 600;
      margin-bottom: 2rem; }
  .sluzby .sluzby__zaruka {
    padding-bottom: 3rem;
    margin-bottom: 3rem; }
    .sluzby .sluzby__zaruka h2 {
      text-align: center;
      margin-bottom: 2rem; }
  .sluzby .sluzby__sticker {
    color: #fff;
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 230px; }
    .sluzby .sluzby__sticker > div:first-child {
      padding: 1rem 1rem 0;
      z-index: 1;
      position: relative; }
    .sluzby .sluzby__sticker > div:last-child:before {
      content: "";
      width: calc(100% - 50px);
      height: 50px;
      position: absolute;
      top: 100%;
      right: 50px; }
    .sluzby .sluzby__sticker > div:last-child:after {
      content: "";
      width: 0;
      height: 0;
      margin-left: -50px;
      position: absolute;
      top: 100%;
      left: 100%;
      border: 25px solid transparent;
      border-right: 25px solid transparent;
      border-bottom: 25px solid transparent; }
    .sluzby .sluzby__sticker--red > div:first-child {
      background: #ae1737;
      height: 105px; }
    .sluzby .sluzby__sticker--red > div:last-child:before {
      background: #ae1737; }
    .sluzby .sluzby__sticker--red > div:last-child:after {
      border-top-color: #ae1737;
      border-left-color: #ae1737; }
    .sluzby .sluzby__sticker--blue > div:first-child {
      background: #118cda;
      height: 80px; }
    .sluzby .sluzby__sticker--blue > div:last-child:before {
      background: #118cda; }
    .sluzby .sluzby__sticker--blue > div:last-child:after {
      border-top-color: #118cda;
      border-left-color: #118cda; }
    .sluzby .sluzby__sticker h3 {
      color: #fff;
      margin-bottom: 0;
      font-size: 2rem;
      font-weight: 800;
      line-height: 2.1rem; }
    .sluzby .sluzby__sticker small {
      color: #fff;
      font-weight: 200;
      display: block;
      font-size: 1.2rem;
      margin-bottom: .5rem; }
  .sluzby .sluzby__blueBox {
    border: 1px solid #118cda;
    padding: 3rem;
    color: #118cda; }
    .sluzby .sluzby__blueBox p:last-of-type {
      margin-bottom: 0; }
  .sluzby .sluzby__splatky {
    border-bottom: 1px solid #dedede;
    padding-bottom: 3rem;
    margin-bottom: 3rem; }
    .sluzby .sluzby__splatky h2 {
      text-align: center;
      padding-bottom: 0; }
    .sluzby .sluzby__splatky h3 {
      text-align: center;
      /*font-family: 'SamsungSharpSans';*/
      font-weight: 600;
      margin-bottom: 2rem; }
    .sluzby .sluzby__splatky h5 {
      font-size: 1rem;
      font-weight: 800;
      padding-bottom: 0; }
  .sluzby .sluzby__samsung-go {
    border-bottom: 1px solid #dedede;
    margin-bottom: 3rem; }
    .sluzby .sluzby__samsung-go h2 {
      text-align: center;
      padding-bottom: 0; }
    .sluzby .sluzby__samsung-go h3 {
      text-align: center;
      /*font-family: 'SamsungSharpSans';*/
      font-weight: 600;
      margin-bottom: 2rem; }
    .sluzby .sluzby__samsung-go h5 {
      font-size: 1rem;
      font-weight: 800;
      padding-bottom: 0; }
    .sluzby .sluzby__samsung-go img + h3 {
      max-width: 750px;
      display: block;
      margin: 0 auto;
      margin-top: 2rem;
      margin-bottom: 2rem; }
  .sluzby .sluzby__cols {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 1024px) {
      .sluzby .sluzby__cols {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    .sluzby .sluzby__cols h4 {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
      padding-bottom: 0; }
    .sluzby .sluzby__cols--middle {
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .sluzby .sluzby__cols--full {
      padding: 1rem; }
  .sluzby .sluzby__col {
    padding: 2rem;
    position: relative;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch; }
    @media screen and (min-width: 640px) {
      .sluzby .sluzby__col {
        padding: 2rem 4rem; } }
    @media screen and (min-width: 1024px) {
      .sluzby .sluzby__col {
        width: 50%; } }
    .sluzby .sluzby__col p {
      font-size: 1.2rem; }
    .sluzby .sluzby__col .img-responsive {
      margin: 0 auto; }
    .sluzby .sluzby__col > .sluzby__greyBox {
      background: #dddcdc;
      padding: 2rem;
      margin-left: -2rem;
      margin-right: -2rem;
      margin-bottom: -2rem; }
      @media screen and (min-width: 640px) {
        .sluzby .sluzby__col > .sluzby__greyBox {
          padding: 2rem 4rem;
          margin-left: -4rem;
          margin-right: -4rem; } }
      .sluzby .sluzby__col > .sluzby__greyBox p {
        font-size: .9rem; }
        .sluzby .sluzby__col > .sluzby__greyBox p:last-child {
          margin-bottom: 0; }
    .sluzby .sluzby__col table {
      width: 100%;
      margin-bottom: .5rem; }
      .sluzby .sluzby__col table tr td {
        border-bottom: 1px solid #dedede;
        padding: .3rem 0; }
        .sluzby .sluzby__col table tr td:last-child {
          width: 120px; }
      .sluzby .sluzby__col table tr:last-child td {
        border-bottom: none; }
      .sluzby .sluzby__col table + p {
        font-size: .75rem;
        margin-bottom: 2rem; }
        .sluzby .sluzby__col table + p strong {
          display: block; }
    @media screen and (min-width: 1024px) {
      .sluzby .sluzby__col--left {
        margin-right: 1.2rem; } }
    @media screen and (min-width: 1024px) {
      .sluzby .sluzby__col--right {
        margin-left: 1.2rem; } }
    .sluzby .sluzby__col--grey {
      background: #f6f6f6; }
    .sluzby .sluzby__col--img {
      padding: 0px; }
    .sluzby .sluzby__col--smallText {
      font-size: 85%; }
  .sluzby .sluzby__col + .sluzby__col {
    padding-top: 0; }
  .sluzby .sluzby__col--grey + .sluzby__col, .sluzby .sluzby__col--img + .sluzby__col {
    padding-top: 2rem; }
  .sluzby .sluzby__col--grey + .sluzby__col--img {
    padding-top: 0; }
  @media screen and (min-width: 1024px) {
    .sluzby .sluzby__col + .sluzby__col {
      padding-top: 2rem; }
    .sluzby .sluzby__col + .sluzby__col--img {
      padding-top: 0rem; } }
  .sluzby ul + h4 {
    margin-top: 2rem; }
  .sluzby .sluzby__moje-galaxy h2, .sluzby .sluzby__moje-galaxy h3 {
    text-align: center; }
  .sluzby .sluzby__moje-galaxy h2 {
    margin-top: 1rem;
    margin-bottom: 0;
    color: #0090e3;
    font-size: 3rem; }
  .sluzby .sluzby__moje-galaxy h3 {
    font-size: 2rem;
    margin-bottom: 3rem; }
  .sluzby .sluzby__moje-galaxy h4 {
    font-weight: 800;
    font-size: 2rem; }
  .sluzby .sluzby__moje-galaxy h5 {
    font-weight: 800;
    font-size: 1.1rem;
    margin-bottom: 0;
    margin-top: 1rem;
    padding-bottom: 0; }
  .sluzby .sluzby__moje-galaxy * {
    font-size: 1.2rem; }
  .sluzby .sluzby__moje-galaxy .sluzby__col {
    padding: 0; }

.moje-galaxy .moje-galaxy__infolinka, .moje-galaxy .moje-galaxy__osobni-vyzvednuti, .moje-galaxy .moje-galaxy__servis {
  position: relative;
  padding-left: 100px; }

.moje-galaxy .moje-galaxy__ico {
  position: absolute;
  max-width: 90px;
  left: 0;
  top: 0; }

.moje-galaxy ol {
  padding-left: 1.2rem; }
  .moje-galaxy ol li {
    margin-bottom: 1.5rem;
    font-weight: 800; }
    .moje-galaxy ol li span {
      font-weight: 400; }

.moje-galaxy .moje-galaxy__servis > div {
  margin-bottom: 2rem; }

ul.list-FA {
  list-style: none;
  padding: 0; }
  ul.list-FA li {
    padding-left: 1.3rem;
    margin-bottom: .5rem; }
    ul.list-FA li:before {
      content: "\f054";
      /* FontAwesome Unicode */
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em;
      /* same as padding-left set on li */
      width: 1.3em;
      /* same as padding-left set on li */ }
    ul.list-FA li.list-not:before {
      content: "\f00d"; }

ul.list-big {
  font-size: 1.2rem; }
  ul.list-big li {
    margin-bottom: 1rem; }
  ul.list-big.list-condensed li {
    margin-bottom: .5rem; }

.sluzby__space {
  display: none; }
  @media screen and (min-width: 1024px) {
    .sluzby__space {
      display: block; } }
  .sluzby__space--h4 {
    height: 31px;
    margin-bottom: 1.5rem; }

.shop {
  margin: 0 auto;
  padding: 20px; }
  .shop h1 {
    color: #333;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 2.5rem;
    width: 100%; }
  .shop h2 {
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: #0090e3;
    margin-bottom: .75rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .shop h2 svg {
      fill: #0090e3;
      margin-right: .5rem;
      width: 20px; }

@media screen and (min-width: 1024px) {
  .shop__detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.shop__info {
  margin-bottom: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .shop__info {
      width: 50%;
      margin-bottom: 0; } }
  .shop__info > div {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 640px) {
      .shop__info > div {
        width: 33.3333333333%;
        margin-bottom: 0; } }
    .shop__info > div a {
      color: #333;
      border-bottom: 1px solid transparent; }
      .shop__info > div a:hover {
        text-decoration: none;
        border-bottom-color: #333; }
    .shop__info > div p {
      margin-bottom: 0;
      line-height: 1.2; }
    .shop__info > div svg {
      width: 20px;
      max-height: 20px;
      fill: #0090e3;
      margin-right: .5rem; }

.shop__services {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (min-width: 1024px) {
    .shop__services {
      width: 50%; } }
  .shop__services svg {
    max-height: 65px;
    margin-bottom: .5rem; }
    .shop__services svg .a {
      fill: #333; }
    .shop__services svg .fill-white {
      fill: #fff; }
  .shop__services p {
    margin-bottom: 0; }
  .shop__services > div {
    width: 130px;
    text-align: center;
    margin-bottom: 2rem; }
    @media screen and (min-width: 1024px) {
      .shop__services > div {
        width: 25%; } }

@media screen and (min-width: 600px) {
  .shop__galleryMap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.shop__gallery {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem; }
  @media screen and (min-width: 600px) {
    .shop__gallery {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 250px;
      margin-right: 2rem;
      text-align: left;
      margin-bottom: 0; } }
  .shop__gallery > div {
    margin-bottom: 2rem; }
    .shop__gallery > div:last-child {
      margin-bottom: 0; }

.shop__map {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 500px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .shop__map #map-detail {
    width: 100%;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.prodejnySpaceH1 {
  text-align: center;
  color: #0090e3;
  margin: 20px; }

.prodejnySpace {
  margin-top: 2rem;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .prodejnySpace #map-panel {
    width: 400px;
    height: 700px;
    overflow: auto; }
    .prodejnySpace #map-panel .store-list {
      margin: 0;
      padding: 0; }
    .prodejnySpace #map-panel li {
      list-style: none;
      padding: 1rem;
      cursor: pointer; }
      .prodejnySpace #map-panel li.store:nth-child(even) {
        background: #f6f6f6; }
      .prodejnySpace #map-panel li.store.highlighted {
        background: #0090e3;
        color: #fff; }
        .prodejnySpace #map-panel li.store.highlighted a {
          color: #fff; }
        .prodejnySpace #map-panel li.store.highlighted:hover {
          background: #0090e3; }
        .prodejnySpace #map-panel li.store.highlighted .misc__direction a svg,
        .prodejnySpace #map-panel li.store.highlighted .misc__url a svg {
          fill: #fff; }
      .prodejnySpace #map-panel li.store:hover {
        background: #e6f4fc; }
      .prodejnySpace #map-panel li.store .misc {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .prodejnySpace #map-panel li.store .misc > div {
          width: 50%; }
      .prodejnySpace #map-panel li.no-stores {
        color: #ff0000; }
      .prodejnySpace #map-panel li .title {
        font-size: 1.1rem;
        font-weight: 600; }
    .prodejnySpace #map-panel .address {
      display: none; }
    .prodejnySpace #map-panel .storelocator-filter {
      padding: 10px; }
    .prodejnySpace #map-panel .location-search {
      padding-bottom: 10px; }
      .prodejnySpace #map-panel .location-search h4 {
        display: none; }
      .prodejnySpace #map-panel .location-search input {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .prodejnySpace #map-panel .directions-panel {
      padding: 0 10px 10px 10px; }
      .prodejnySpace #map-panel .directions-panel .form-inline > div {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .prodejnySpace #map-panel .directions-panel .form-inline > div > input {
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        .prodejnySpace #map-panel .directions-panel .form-inline > div > button {
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0; }
      .prodejnySpace #map-panel .directions-panel .form-control {
        margin-bottom: 0;
        margin-right: 10px; }
      .prodejnySpace #map-panel .directions-panel .rendered-directions .adp, .prodejnySpace #map-panel .directions-panel .rendered-directions .adp table {
        font-size: .8rem; }
      .prodejnySpace #map-panel .directions-panel .rendered-directions .adp-placemark {
        background: none;
        border: none; }
      .prodejnySpace #map-panel .directions-panel .rendered-directions img.adp-marker {
        margin-right: 10px; }
    .prodejnySpace #map-panel h2 {
      margin: 10px;
      padding-bottom: 10px; }
  .prodejnySpace #map-canvas {
    width: calc(100% - 400px);
    height: 700px; }
    .prodejnySpace #map-canvas .store .title {
      font-weight: 600;
      margin-bottom: 5px; }
    .prodejnySpace #map-canvas .store .address {
      margin-bottom: 5px; }
    .prodejnySpace #map-canvas .store .misc {
      margin-bottom: 5px; }
    .prodejnySpace #map-canvas .store .misc__telefon {
      margin-bottom: 5px; }
    .prodejnySpace #map-canvas .store .misc__direction {
      margin-bottom: 5px; }
    .prodejnySpace #map-canvas .store .directions {
      margin-right: 3px; }
  .prodejnySpace .misc__direction a,
  .prodejnySpace .misc__url a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    margin: .5rem 0; }
    .prodejnySpace .misc__direction a svg,
    .prodejnySpace .misc__url a svg {
      width: 20px;
      fill: #0090e3;
      margin-right: .5rem; }
  .prodejnySpace .misc__zoom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
    margin-top: .5rem; }
    .prodejnySpace .misc__zoom svg {
      width: 20px;
      fill: #0090e3;
      margin-right: .5rem; }

.shops {
  padding: 0;
  position: relative; }
  .shops .nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .shops .nav > li {
      width: 50%;
      height: 50px;
      display: inline-block; }
      .shops .nav > li > a {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #f6f6f6;
        color: #000;
        height: 50px;
        padding: 0;
        font-weight: 800;
        transition: background 300ms ease; }
        .shops .nav > li > a span {
          margin-right: 5px; }
          .shops .nav > li > a span.mapa-mapa {
            width: 26px;
            height: 25px;
            background: url(../design/ikony/mapa-ikony.png);
            background-repeat: no-repeat;
            background-position: -124px 0px; }
          .shops .nav > li > a span.mapa-seznam {
            width: 28px;
            height: 26px;
            background: url(../design/ikony/mapa-ikony.png);
            background-repeat: no-repeat;
            background-position: -151px 0px; }
        .shops .nav > li > a:hover {
          background: #585858;
          color: #fff; }
          .shops .nav > li > a:hover span.mapa-mapa {
            background-position: -124px -54px; }
          .shops .nav > li > a:hover span.mapa-seznam {
            background-position: -151px -54px; }
      .shops .nav > li.active a {
        color: #fff;
        background: #585858; }
        .shops .nav > li.active a span.mapa-mapa {
          background-position: -124px -54px; }
        .shops .nav > li.active a span.mapa-seznam {
          background-position: -151px -54px; }
  .shops .tab-content #map-shops {
    width: 100%;
    height: calc(100vh - 125px); }
  .shops .tab-content #prodejny-seznam {
    background: #fff;
    overflow: hidden; }
    @media screen and (min-width: 1024px) {
      .shops .tab-content #prodejny-seznam {
        overflow-y: scroll; } }
    .shops .tab-content #prodejny-seznam h1 {
      font-size: 1.8rem;
      font-weight: 700;
      padding: .8rem;
      margin: 0; }
    .shops .tab-content #prodejny-seznam > ul {
      padding: 0;
      margin: 0; }
      .shops .tab-content #prodejny-seznam > ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: .8rem; }
        .shops .tab-content #prodejny-seznam > ul li:nth-child(even) {
          background: #f6f6f6; }
          .shops .tab-content #prodejny-seznam > ul li:nth-child(even) > div:nth-child(2) {
            border-color: #fff; }
        .shops .tab-content #prodejny-seznam > ul li > div:first-child {
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
          .shops .tab-content #prodejny-seznam > ul li > div:first-child > div {
            font-size: 1rem; }
            .shops .tab-content #prodejny-seznam > ul li > div:first-child > div:first-child {
              font-size: 1.1rem;
              font-weight: 700;
              margin-bottom: 0.5rem; }
        .shops .tab-content #prodejny-seznam > ul li > div:nth-child(2) {
          padding: 0 .8rem;
          margin-right: 1rem;
          border-left: 1px solid #f6f6f6;
          border-right: 1px solid #f6f6f6; }
        .shops .tab-content #prodejny-seznam > ul li > div:last-child {
          text-align: center;
          cursor: pointer;
          color: #0090e3; }
        .shops .tab-content #prodejny-seznam > ul li.active {
          background: #0090e3;
          color: #fff; }
          .shops .tab-content #prodejny-seznam > ul li.active * {
            color: #fff; }
          .shops .tab-content #prodejny-seznam > ul li.active .mapa-telefon {
            background-position: -50px -54px; }
          .shops .tab-content #prodejny-seznam > ul li.active .mapa-navigace {
            background-position: -83px -54px; }
          .shops .tab-content #prodejny-seznam > ul li.active .mapa-spendlik {
            background-position: 0px -54px;
            color: #0090e3; }
  .shops #prodejna-detail {
    display: none;
    position: absolute;
    background: white;
    padding: .8rem;
    top: 50px;
    width: 100%;
    font-size: 1rem;
    height: auto; }
    .shops #prodejna-detail > div:first-child {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 2rem; }
      .shops #prodejna-detail > div:first-child .prodejna-nazev {
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: -2px; }
    .shops #prodejna-detail > div:last-child .mapa-spendlik {
      margin-left: 0;
      margin-bottom: 2rem; }
    .shops #prodejna-detail > div:last-child .prodejna-adresa {
      margin-bottom: .3rem; }
    .shops #prodejna-detail > div:last-child .prodejna-telefon {
      margin-bottom: 0; }
    .shops #prodejna-detail > div:last-child .prodejna-email {
      margin-bottom: 0; }
    .shops #prodejna-detail > div:last-child .prodejna-oteviraci-doba {
      margin-bottom: 1rem; }
    .shops #prodejna-detail > div:last-child .prodejna-produkty {
      margin-bottom: 1rem; }
    .shops #prodejna-detail > div:last-child .prodejna-info {
      margin-bottom: 1rem; }
    .shops #prodejna-detail > div:last-child .prodejna-foto {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .shops #prodejna-detail > div:last-child .prodejna-foto > div:nth-child(2) {
        margin: 0 .5rem; }
      .shops #prodejna-detail > div:last-child .prodejna-foto img {
        max-width: 100%;
        display: block;
        width: 100%;
        height: auto; }
    .shops #prodejna-detail .mapa-zavrit {
      position: relative;
      display: inline-block;
      height: 30px;
      width: 30px;
      cursor: pointer; }
      .shops #prodejna-detail .mapa-zavrit:before, .shops #prodejna-detail .mapa-zavrit:after {
        position: absolute;
        top: 50%;
        left: 0;
        content: '';
        display: block;
        height: 1px;
        width: 100%;
        background: #000; }
      .shops #prodejna-detail .mapa-zavrit:before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .shops #prodejna-detail .mapa-zavrit:after {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
    @media screen and (min-width: 1024px) {
      .shops #prodejna-detail {
        top: 1rem;
        bottom: 1rem;
        left: calc(350px + 3rem);
        z-index: 1;
        padding: 2rem;
        padding-bottom: 1rem;
        width: 55%;
        max-width: 700px;
        height: auto;
        overflow: auto; } }
  @media screen and (min-width: 1024px) {
    .shops {
      padding: 0 15px; }
      .shops .nav {
        display: none; }
      .shops .tab-content {
        position: relative;
        height: calc(100vh - 68px);
        max-height: 980px; }
        .shops .tab-content .tab-pane {
          display: block;
          opacity: 1; }
        .shops .tab-content #map-shops {
          width: auto;
          height: auto;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1; }
        .shops .tab-content #prodejny-seznam {
          position: absolute;
          top: 1rem;
          bottom: 1rem;
          left: 1rem;
          z-index: 2;
          width: 350px; } }
  .shops .mapMarker {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .shops .mapMarker > div:first-child {
      max-width: 200px; }
      .shops .mapMarker > div:first-child > div {
        font-size: 1rem; }
        .shops .mapMarker > div:first-child > div:first-child {
          font-size: 1.1rem;
          font-weight: 700;
          margin-bottom: .5rem; }
    .shops .mapMarker > div:last-child {
      text-align: center;
      margin-left: 20px;
      cursor: pointer;
      color: #0090e3; }

.mapa-telefon {
  width: 32px;
  height: 34px;
  background: url(../design/ikony/mapa-ikony.png);
  background-repeat: no-repeat;
  background-position: -50px 0px;
  display: block;
  margin: 0 auto 10px; }

.mapa-navigace {
  width: 40px;
  height: 40px;
  background: url(../design/ikony/mapa-ikony.png);
  background-repeat: no-repeat;
  background-position: -83px 0px;
  display: block;
  margin: 0 auto; }

.mapa-spendlik {
  width: 49px;
  height: 53px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding-top: 11px;
  background: url(../design/ikony/mapa-ikony.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  margin: 0 auto 10px; }

/*.sidebarItem{
	display:flex;
	margin-bottom:20px;
	.itemImg{
		flex:1;	
	}
	.itemInfo{
		flex:1;
		margin-left:10px;
		max-width:50%;
		.itemName{
			white-space: nowrap;
			overflow:hidden;
			text-overflow:ellipsis;	
		}
		.itemPrice{
			text-align:right;
			font-size:1rem;
			del{
				font-size:.9rem;
				color:$oldPriceGrey; margin-right:3px;
			}
		}
	}
}	 
.cartItem{
	display:flex;
	margin-bottom:5px;
	.itemName{
		flex:1;	
		white-space: nowrap;
		overflow:hidden;
		text-overflow:ellipsis;	
	}
	.itemQuantity{
		flex: 0 0 2rem;
		max-width:2rem;	
		text-align:right;
	}
}*/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.95;
  display: none;
  z-index: 1050; }

.sl-wrapper {
  z-index: 1060; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 1060;
      font-family: Arial, Baskerville, monospace;
      color: #000; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0; } }

.soutezniForm {
  max-width: 100%;
  width: 100%;
  background: url("https://static.ispace.cz/design/soutezbg.png");
  background-position: top center;
  background-repeat: no-repeat; }

.soutezniForm__form {
  background: rgba(245, 245, 245, 0.9);
  margin: 2rem auto;
  padding: 1rem 2rem; }
  @media screen and (min-width: 640px) {
    .soutezniForm__form {
      margin: 5rem auto;
      padding: 2.5rem 5rem; } }

.soutezniFrom__headline {
  padding-bottom: 0;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 800; }

.soutezniForm__input {
  background: none;
  padding: 0 1.5rem;
  height: 3rem; }

.alert.soutezniForm__alert,
.alert.soutezniForm__alert + .soutezniForm__form {
  margin-top: 1rem; }
  @media screen and (min-width: 640px) {
    .alert.soutezniForm__alert,
    .alert.soutezniForm__alert + .soutezniForm__form {
      margin-top: 2.5rem; } }

.sticker {
  color: #fff;
  border-radius: 3px;
  padding: 5px 10px;
  text-align: center; }

.sticker-green {
  background: #78d86f; }

.sticker-red {
  background: #fa2f39; }

.sticker-blue {
  background: #409bf5; }

.sticker-violet {
  background: #a825fc; }

.tooltip-blue + .tooltip > .tooltip-inner {
  background-color: #50d8fe; }

.tooltip-blue + .tooltip.top > .tooltip-arrow {
  border-top-color: #50d8fe; }

.tooltip-blue + .tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #50d8fe; }

.tooltip-blue + .tooltip.left > .tooltip-arrow {
  border-left-color: #50d8fe; }

.tooltip-blue + .tooltip.right > .tooltip-arrow {
  border-right-color: #50d8fe; }

.tooltip-red + .tooltip > .tooltip-inner {
  background-color: #ff0000; }

.tooltip-red + .tooltip.top > .tooltip-arrow {
  border-top-color: #ff0000; }

.tooltip-red + .tooltip.bottom > .tooltip-arrow {
  border-bottom-color: #ff0000; }

.tooltip-red + .tooltip.left > .tooltip-arrow {
  border-left-color: #ff0000; }

.tooltip-red + .tooltip.right > .tooltip-arrow {
  border-right-color: #ff0000; }

.carouselDots {
  text-align: center;
  margin-bottom: 5px; }
  .carouselDots .owl-dot {
    display: inline-block;
    margin: 2px;
    cursor: pointer;
    width: 13px;
    height: 13px;
    background: #dedede;
    border-radius: 6.5px; }
    .carouselDots .owl-dot.active {
      width: 13px;
      height: 13px;
      background: #1dcdfe;
      border-radius: 6.5px; }
    .carouselDots .owl-dot:hover {
      width: 13px;
      height: 13px;
      background: #50d8fe;
      border-radius: 6.5px; }

@media screen and (max-width: 1023px) {
  #sidr {
    font-size: 1.1rem;
    background: #fff;
    padding: 5px;
    height: 100%; }
    #sidr ul {
      padding-left: 0; }
      #sidr ul.smallMenu {
        margin-bottom: 0; }
      #sidr ul li {
        list-style: none;
        border-bottom: 1px solid #dedede; }
        #sidr ul li a {
          display: block;
          padding: .6rem 0;
          color: #333; }
    #sidr .menu-left {
      padding: 0; }
      #sidr .menu-left h3 {
        font-size: 1.1rem;
        background: #0090e3;
        color: #fff;
        text-align: center; }
      #sidr .menu-left .filter .checkbox {
        padding-left: 0; }
        #sidr .menu-left .filter .checkbox label {
          width: 100%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          border-bottom: 1px solid #dedede; }
          #sidr .menu-left .filter .checkbox label input {
            margin: 0;
            margin-left: -20px; }
          #sidr .menu-left .filter .checkbox label a {
            padding: .6rem 0;
            display: block;
            margin-left: 0px;
            -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1; }
  #overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 999998;
    display: none; }
  .sidr-open .sidr {
    box-shadow: 0 0 8px #666 ; }
  .sidr-open #overlay {
    display: block; } }

.carousel-control {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%; }
  .carousel-control .carousel-control-icon {
    border-right: 2px solid;
    border-bottom: 2px solid;
    display: block;
    width: 30px;
    height: 30px;
    transition: all 200ms ease; }
    .carousel-control .carousel-control-icon.carousel-control-dark {
      border-color: #000; }
    .carousel-control .carousel-control-icon.carousel-control-light {
      border-color: #fff; }
  .carousel-control.carousel-control-prev .carousel-control-icon {
    -webkit-transform: rotate(135deg) skew(-10deg, -10deg);
        -ms-transform: rotate(135deg) skew(-10deg, -10deg);
            transform: rotate(135deg) skew(-10deg, -10deg); }
  .carousel-control.carousel-control-next .carousel-control-icon {
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
        -ms-transform: rotate(-45deg) skew(-10deg, -10deg);
            transform: rotate(-45deg) skew(-10deg, -10deg); }

.carousel-indicators {
  bottom: 0;
  margin-bottom: 1rem; }

.carousel-indicators li {
  text-indent: inherit;
  width: auto;
  height: auto;
  border-bottom: 2px solid;
  background: none;
  padding: .25rem 2rem;
  transition: all ease 200ms;
  opacity: .6; }
  .carousel-indicators li.active {
    background: none;
    opacity: 1; }
  .carousel-indicators li:hover {
    opacity: 1; }

.carousel-indicators-dark li {
  color: #000; }

.carousel-indicators-light li {
  color: #fff; }

/*@import "ui/buttons";
@import "ui/checkbox";
@import "ui/messages";
@import "ui/modal";
@import "ui/header";
@import "ui/footer";
@import "ui/hp-product";
@import "ui/cart";
@import "ui/orderFinished";


@import "../touchTouch/touchTouch";*/
/*#tabs-catalog{
	border:none;
	.ui-widget-header{background:none; border:none;}
	.ui-tabs-nav{
		padding:0;
		li{border:none; background:none; outline:none; padding:5px;}
		.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited{
			color:$blue; text-decoration:underline
		}
		a{cursor:pointer; font-size:1.2em; color:$fontColorMain; padding:0;}
		
	}
	.ui-tabs-panel{padding:0;}
	
}*/
/*.catalogItem{
	text-align:center; 
	margin-bottom:10px; 
	margin-top:10px; 
	padding:10px;
	position:relative;
	overflow: hidden;
	transition: all 0.2s ease-in-out;
	
	.itemImg{height:290px;
		img{max-height:290px; margin: 0 auto;}
	}
	.itemRating{
		margin-bottom:10px;
		margin-top:10px;
	}
	.itemName{
		font-size:.9rem;
		height:55px;	
	}
	.sticker{position:absolute; top:10px; left:10px;}
	.itemIcons{
		position:absolute; top:20px; right:5px;
		img{display:block; margin:10px auto;}
		img:first-child{margin-top:0;}
		img:last-child{margin-bottom:0;}
	}
	.itemIcons.itemIconsHidden{opacity:0;}
	.itemCompare, .itemWishlist, .itemCart{position:absolute; margin-left:-28px; z-index:3}
	.itemControlsAnimate .itemCompare, .itemControlsAnimate .itemWishlist, .itemControlsAnimate .itemCart{bottom:-60px;}
	.itemCompare{left:25%;}
	.itemWishlist{left:50%;}
	.itemCart{left:75%;}
	
	.itemDesc{text-align:left;}
}*/
.topSells {
  margin-bottom: 30px; }

.topSells > p {
  font-size: 1.1em;
  font-weight: 400; }

.topSellsItem {
  padding: 10px;
  border: 1px solid #f0eef0;
  border-radius: 3px;
  margin-bottom: -1px;
  line-height: 90px; }
  .topSellsItem .topSellsImg {
    width: 12%;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding-right: 10px; }
  .topSellsItem .topSellsText {
    width: 55%;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding-right: 10px; }
    .topSellsItem .topSellsText .topSellsName {
      width: 293px;
      float: left;
      font-size: 1.2em;
      font-weight: 400;
      color: #000; }
    .topSellsItem .topSellsText .topSellsRatings {
      width: 117px;
      float: right; }
  .topSellsItem .topSellsStock {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 0.8em;
    color: #7cd103;
    padding-right: 10px;
    width: 8%; }
  .topSellsItem .topSellsPrice {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-align: right;
    color: #ff0000;
    font-size: 1.4em;
    font-weight: 400;
    padding-right: 10px;
    width: 12%; }
    .topSellsItem .topSellsPrice del {
      font-size: 0.6em;
      color: #000;
      display: block;
      text-align: right; }
  .topSellsItem .topSellsSticker {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    text-align: center;
    width: 11%; }

.img-responsive {
  max-width: 100%;
  height: auto; }