@charset "UTF-8";
@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/robotoSlab/RobotoSlab-Light.woff2") format("woff2"), url("../fonts/robotoSlab/RobotoSlab-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/robotoSlab/RobotoSlab-Thin.woff2") format("woff2"), url("../fonts/robotoSlab/RobotoSlab-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/robotoSlab/RobotoSlab-Bold.woff2") format("woff2"), url("../fonts/robotoSlab/RobotoSlab-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Slab';
  src: url("../fonts/robotoSlab/RobotoSlab-Regular.woff2") format("woff2"), url("../fonts/robotoSlab/RobotoSlab-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  background-color: #fff;
  min-height: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  background-repeat: no-repeat;
  background-color: #eaeaea;
  color: #393e43; }
  body.location_product_getInquiry {
    background: #fff !important;
    height: 100%; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 */ }

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

/* Text-level semantics
	 ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and 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; }

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

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

/**
 * 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
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

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

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

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  outline: none; }

button {
  cursor: pointer; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
	 ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
	 ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  outline: none; }

p {
  display: block;
  margin: 0; }

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  margin: 0;
  padding: 0; }

.fas span, .far span, .fa span, .fab span {
  font-family: "Roboto Slab", sans-serif; }

s
.category-nav-1.js-subnav-mouseenter {
  display: none; }

/* Globální funkce */
/* Mixins metody */
/* Grid WT | Bootstrap MD */
/************************
*		  Reset  		*
************************/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

strong, b {
  font-weight: 700; }

[hidden], .hidden {
  display: none !important; }

.btn, button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  outline: none; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none; }

.far span, .fas span, .fab span, .fa span {
  font-weight: 400; }

/************************
*	WebTutorials GRID	*
************************/
.wt-inline {
  display: flex;
  flex-wrap: wrap; }
  .wt-inline.wt-h-space-between {
    justify-content: space-between; }
  .wt-inline.wt-h-space-around {
    justify-content: space-around; }
  .wt-inline.wt-h-center {
    justify-content: center; }
  .wt-inline.wt-h-flex-start {
    justify-content: flex-start; }
  .wt-inline.wt-h-flex-end {
    justify-content: flex-end; }
  .wt-inline.wt-v-center {
    align-items: center; }
  .wt-inline.wt-v-flex-start {
    align-items: flex-start; }
  .wt-inline.wt-v-flex-end {
    align-items: flex-end; }

/************************
*	Bootstrap MD GRID	*
************************/
.bt-wrapp {
  width: 100%;
  display: inline-block; }

.col {
  float: left; }
  .col::after {
    content: "";
    display: table; }

.col-md-1 {
  width: calc((100% * 1) / 12); }

.col-md-2 {
  width: calc((100% * 2) / 12); }

.col-md-3 {
  width: calc((100% * 3) / 12); }

.col-md-4 {
  width: calc((100% * 4) / 12); }

.col-md-5 {
  width: calc((100% * 5) / 12); }

.col-md-6 {
  width: calc((100% * 6) / 12); }

.col-md-7 {
  width: calc((100% * 7) / 12); }

.col-md-8 {
  width: calc((100% * 8) / 12); }

.col-md-9 {
  width: calc((100% * 9) / 12); }

.col-md-10 {
  width: calc((100% * 10) / 12); }

.col-md-11 {
  width: calc((100% * 11) / 12); }

.col-md-12 {
  width: calc((100% * 12) / 12); }

.col-md-offset-1 {
  margin-left: calc((100% * 1) / 12); }

.col-md-offset-2 {
  margin-left: calc((100% * 2) / 12); }

.col-md-offset-3 {
  margin-left: calc((100% * 3) / 12); }

.col-md-offset-4 {
  margin-left: calc((100% * 4) / 12); }

.col-md-offset-5 {
  margin-left: calc((100% * 5) / 12); }

.col-md-offset-6 {
  margin-left: calc((100% * 6) / 12); }

.col-md-offset-7 {
  margin-left: calc((100% * 7) / 12); }

.col-md-offset-8 {
  margin-left: calc((100% * 8) / 12); }

.col-md-offset-9 {
  margin-left: calc((100% * 9) / 12); }

.col-md-offset-10 {
  margin-left: calc((100% * 10) / 12); }

.col-md-offset-11 {
  margin-left: calc((100% * 11) / 12); }

.col-md-offset-12 {
  margin-left: calc((100% * 12) / 12); }

.alert {
  width: 100%;
  display: block;
  padding: 15px;
  position: relative;
  border-radius: 0;
  margin-bottom: 15px;
  border: 1px solid transparent; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success a {
    color: #224323;
    font-weight: bold; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info a {
    color: #1d4356;
    font-weight: bold; }

.alert-error {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-error a {
    color: #722e2d;
    font-weight: bold; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning a {
    color: #544324;
    font-weight: bold; }

.inner .alert:last-child {
  margin-bottom: 0; }

.dev-notification {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  color: #f00;
  z-index: 99999999; }
  .dev-notification .close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center; }
    .dev-notification .close:hover {
      color: #cc0000; }

.not-published-notification {
  position: fixed;
  left: 0;
  top: 100px;
  background: rgba(255, 255, 255, 0.6);
  padding: 25px;
  color: #f00;
  z-index: 1000; }
  .not-published-notification .close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center; }
    .not-published-notification .close:hover {
      color: #cc0000; }

/*h1:not(.main-title),
.h1 {
	display: block;
	font-size: 37px;
	font-weight: 500;
	color: #252525;
	padding-bottom: 35px;
}

h2,
.h2 {
	display: block;
	font-size: 28px;
	color: #ee7338;
	padding-bottom: 15px;
	font-weight: 300;
}

h3,
.h3 {
	display: block;
}

h4,
.h4 {
	display: block;
	font-size: 16px;
	color: #000;
}

a {
	color: $color-2;

	&:hover {
		text-decoration: none;
	}

	&[href^="tel:"] {
		text-decoration: none;
		color: inherit;
	}
}

.text {
	ul,ol {
		margin: 15px 0;
		li {
			margin-bottom: 15px;
		}
	}
}

*/
h1 {
  font-size: 34px;
  margin-bottom: 14px; }
  @media (min-width: 320px) {
    h1 {
      font-size: calc(0.4375vw + 32.6px); } }
  @media (min-width: 1920px) {
    h1 {
      font-size: 41px; } }
  @media (min-width: 320px) {
    h1 {
      margin-bottom: calc(0.375vw + 12.8px); } }
  @media (min-width: 1920px) {
    h1 {
      margin-bottom: 20px; } }

img {
  max-width: 100%; }

.text img {
  max-width: 100%; }

.text h2 {
  font-size: 28px;
  margin-bottom: 14px;
  margin-top: 25px; }
  @media (min-width: 320px) {
    .text h2 {
      font-size: calc(0.4375vw + 26.6px); } }
  @media (min-width: 1920px) {
    .text h2 {
      font-size: 35px; } }
  @media (min-width: 320px) {
    .text h2 {
      margin-bottom: calc(0.375vw + 12.8px); } }
  @media (min-width: 1920px) {
    .text h2 {
      margin-bottom: 20px; } }
  @media (min-width: 320px) {
    .text h2 {
      margin-top: calc(0.625vw + 23px); } }
  @media (min-width: 1920px) {
    .text h2 {
      margin-top: 35px; } }

.text p, .text li {
  font-size: 13px;
  line-height: 18px; }
  @media (min-width: 320px) {
    .text p, .text li {
      font-size: calc(0.125vw + 12.6px); } }
  @media (min-width: 1920px) {
    .text p, .text li {
      font-size: 15px; } }
  @media (min-width: 320px) {
    .text p, .text li {
      line-height: calc(0.25vw + 17.2px); } }
  @media (min-width: 1920px) {
    .text p, .text li {
      line-height: 22px; } }

.text li {
  margin-bottom: 6px; }
  .text li ul, .text li ol {
    margin-top: 12px; }

.text p {
  margin-bottom: 14px; }
  @media (min-width: 320px) {
    .text p {
      margin-bottom: calc(0.375vw + 12.8px); } }
  @media (min-width: 1920px) {
    .text p {
      margin-bottom: 20px; } }

.text ul, .text ol {
  padding-left: 30px;
  margin-bottom: 14px;
  margin-top: 14px; }
  @media (min-width: 320px) {
    .text ul, .text ol {
      margin-bottom: calc(0.375vw + 12.8px); } }
  @media (min-width: 1920px) {
    .text ul, .text ol {
      margin-bottom: 20px; } }
  @media (min-width: 320px) {
    .text ul, .text ol {
      margin-top: calc(0.375vw + 12.8px); } }
  @media (min-width: 1920px) {
    .text ul, .text ol {
      margin-top: 20px; } }

.text a {
  color: #202124;
  font-weight: 600; }
  .text a:hover {
    text-decoration: none; }

.text table {
  border-collapse: collapse;
  width: 100%; }
  .text table tr th, .text table tr td {
    text-align: left;
    padding: 10px;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #ebebeb; }
    @media (min-width: 320px) {
      .text table tr th, .text table tr td {
        font-size: calc(0.125vw + 12.6px); } }
    @media (min-width: 1920px) {
      .text table tr th, .text table tr td {
        font-size: 15px; } }
    @media (min-width: 320px) {
      .text table tr th, .text table tr td {
        line-height: calc(0.25vw + 17.2px); } }
    @media (min-width: 1920px) {
      .text table tr th, .text table tr td {
        line-height: 22px; } }

.text .tableOverflow {
  display: block;
  max-width: 100%;
  overflow: auto; }

a {
  color: #202124;
  font-weight: 600; }
  a:hover {
    text-decoration: none; }

.paginator {
  padding: 20px 0;
  text-align: center; }
  .paginator a {
    display: inline-block;
    padding: 5px;
    font-size: 14px;
    min-width: 28px;
    text-align: center;
    border: 1px solid transparent;
    margin: 0 5px; }
    .paginator a:not(.acitve):not(.disabled):hover {
      background: #b11a24;
      border-color: #b11a24;
      color: #fff; }
  .paginator .active {
    border: 1px solid #b11a24;
    text-decoration: none; }
  .paginator .disabled {
    color: #505050;
    text-decoration: none;
    cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  background: #fff;
  border-radius: 4px;
  position: relative; }
  input[type="checkbox"]:before,
  input[type="radio"]:before {
    font-family: Font Awesome\ 5 Free;
    font-weight: 900 !important;
    font-size: 14px;
    position: absolute;
    top: 1px;
    left: 2px;
    color: #b11a24; }

input[type="checkbox"] {
  border: 1px solid #cfcfcf; }
  input[type="checkbox"]:checked:before {
    content: "\f00c"; }

input[type="radio"]::before {
  content: "\f111";
  font-size: 16px;
  font-weight: 400 !important; }

input[type="radio"]:checked:before {
  content: "\f192";
  font-weight: 900 !important; }

input[type="radio"][disabled]::before {
  color: #e8e8e8; }

button, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.disabled {
  opacity: .6; }

.checkbox-custom {
  display: inline-block;
  margin-left: 10px; }

.control-label {
  margin-left: 10px; }

.counter {
  display: inline-block;
  width: 160px;
  float: left;
  width: 120px;
  height: 34px; }
  @media (min-width: 320px) {
    .counter {
      width: calc(4.54545vw + 105.45455px); } }
  @media (min-width: 1200px) {
    .counter {
      width: 160px; } }
  @media (min-width: 320px) {
    .counter {
      height: calc(1.36364vw + 29.63636px); } }
  @media (min-width: 1200px) {
    .counter {
      height: 46px; } }
  .counter .js-counter {
    width: 95px;
    height: 34px;
    display: inline-block;
    float: left;
    border-radius: 0px;
    background: #fff;
    border: 1px solid #cfcfcf;
    overflow: hidden; }
    @media (min-width: 320px) {
      .counter .js-counter {
        width: calc(2.27273vw + 87.72727px); } }
    @media (min-width: 1200px) {
      .counter .js-counter {
        width: 115px; } }
    @media (min-width: 320px) {
      .counter .js-counter {
        height: calc(1.36364vw + 29.63636px); } }
    @media (min-width: 1200px) {
      .counter .js-counter {
        height: 46px; } }
    .counter .js-counter .less, .counter .js-counter .more {
      width: 30px;
      height: 34px;
      line-height: 34px;
      vertical-align: middle;
      text-align: center;
      display: inline-block;
      float: left;
      cursor: pointer; }
      @media (min-width: 320px) {
        .counter .js-counter .less, .counter .js-counter .more {
          height: calc(1.36364vw + 29.63636px); } }
      @media (min-width: 1200px) {
        .counter .js-counter .less, .counter .js-counter .more {
          height: 46px; } }
      @media (min-width: 320px) {
        .counter .js-counter .less, .counter .js-counter .more {
          line-height: calc(1.36364vw + 29.63636px); } }
      @media (min-width: 1200px) {
        .counter .js-counter .less, .counter .js-counter .more {
          line-height: 46px; } }
      .counter .js-counter .less:hover i, .counter .js-counter .more:hover i {
        color: #b11a24; }
      .counter .js-counter .less i, .counter .js-counter .more i {
        font-size: 14px;
        color: #393e43; }
    .counter .js-counter .less {
      border-right: 1px solid #cfcfcf; }
    .counter .js-counter .more {
      border-left: 1px solid #cfcfcf; }
    .counter .js-counter input {
      height: 34px;
      width: calc(100% - 60px);
      float: left;
      display: inline-block;
      border: none;
      padding: 0 6px;
      text-align: right;
      font-size: 18px; }
      @media (min-width: 320px) {
        .counter .js-counter input {
          height: calc(1.36364vw + 29.63636px); } }
      @media (min-width: 1200px) {
        .counter .js-counter input {
          height: 46px; } }
  .counter .unit {
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    padding-left: 6px;
    font-size: 13px;
    display: inline-block;
    float: left; }
    @media (min-width: 320px) {
      .counter .unit {
        height: calc(1.36364vw + 29.63636px); } }
    @media (min-width: 1200px) {
      .counter .unit {
        height: 46px; } }
    @media (min-width: 320px) {
      .counter .unit {
        line-height: calc(1.36364vw + 29.63636px); } }
    @media (min-width: 1200px) {
      .counter .unit {
        line-height: 46px; } }

.questions-form, .friend-form {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }
  .questions-form .col-md-12 .label input, .friend-form .col-md-12 .label input {
    width: 100%; }
  .questions-form .label.col-md-6, .friend-form .label.col-md-6 {
    margin-left: 10px;
    width: calc(50% - 10px); }
    .questions-form .label.col-md-6:nth-child(2n + 1), .friend-form .label.col-md-6:nth-child(2n + 1) {
      margin-right: 10px;
      margin-left: 0; }
      @media (max-width: 620px) {
        .questions-form .label.col-md-6:nth-child(2n + 1), .friend-form .label.col-md-6:nth-child(2n + 1) {
          margin-right: 0; } }
    @media (max-width: 620px) {
      .questions-form .label.col-md-6, .friend-form .label.col-md-6 {
        width: 100%;
        margin-left: 0; } }
  .questions-form form, .friend-form form {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .questions-form, .friend-form {
      width: 100%; } }

/*
.fs-1, .fs-2, .fs-3 {

	.col-md-6 {
		padding-left: 10px;

		.field-label {
			left: 22px;

			&.is-length {
				top: -16px;
				left: 10px;
			}
		}

		&:nth-child(2n + 1) {
			padding-right: 10px;
			padding-left: 0px;

			.field-label {
				left: 12px;

				&.is-length {
					top: -16px;
					left: 0;
				}
			}
		}

		@media(max-width: 665px) {
			padding-left: 0px;
			width: 100%;

			.field-label {
				left: 12px;

				&.is-length {
					top: -16px;
					left: 0px;
				}
			}

			&:nth-child(2n + 1) {
				padding-right: 0px;
				padding-left: 0px;

				.field-label {
					left: 12px;

					&.is-length {
						top: -16px;
						left: 0;
					}
				}
			}
		}
	}
}
*/
.icon_error-msg {
  display: inline-block;
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  padding: 10px;
  margin-top: 5px; }

.error-msg {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  float: right;
  display: inline-block;
  text-align: center;
  height: 46px;
  line-height: 46px;
  vertical-align: middle; }
  .error-msg i {
    font-size: 18px;
    color: #e50000;
    vertical-align: middle; }
  .error-msg .error-info {
    position: absolute;
    right: 0;
    bottom: calc(100% + 12px);
    line-height: 15px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 240px;
    border-radius: 4px;
    padding: 8px;
    z-index: 95;
    display: none; }
    .error-msg .error-info:after {
      content: "";
      transform: rotate(45deg);
      width: 12px;
      height: 12px;
      position: absolute;
      z-index: 1;
      background-color: #fff;
      display: block;
      box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
      bottom: -6px;
      right: 14px; }
    .error-msg .error-info:before {
      content: "";
      width: 45px;
      height: 8px;
      position: absolute;
      z-index: 10;
      background-color: #fff;
      display: block;
      bottom: 0;
      right: 0;
      border-radius: 10px; }
  .error-msg:hover .error-info {
    display: block; }

.has-info .error-msg {
  right: 40px; }

.info-msg {
  width: 40px;
  float: right;
  display: inline-block;
  position: relative;
  text-align: left;
  height: 46px;
  line-height: 43px;
  vertical-align: middle;
  padding-left: 6px; }
  @media (max-width: 620px) {
    .info-msg {
      text-align: center; } }
  .info-msg i {
    width: 24px;
    height: 24px;
    border-radius: 46px;
    background: #41aee4;
    vertical-align: middle;
    display: inline-block;
    line-height: 24px;
    color: #fff;
    text-align: center; }
  .info-msg .info-info {
    position: absolute;
    right: 10px;
    bottom: calc(100% + 12px);
    line-height: 15px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 240px;
    border-radius: 4px;
    padding: 8px;
    z-index: 95;
    display: none; }
    @media (max-width: 620px) {
      .info-msg .info-info {
        right: 6px; } }
    .info-msg .info-info:after {
      content: "";
      transform: rotate(45deg);
      width: 12px;
      height: 12px;
      position: absolute;
      z-index: 1;
      background-color: #fff;
      display: block;
      box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
      bottom: -6px;
      right: 5px; }
    .info-msg .info-info:before {
      content: "";
      width: 45px;
      height: 8px;
      position: absolute;
      z-index: 10;
      background-color: #fff;
      display: block;
      bottom: 0;
      right: 0;
      border-radius: 10px; }
  .info-msg:hover .info-info {
    display: block; }

.js-webUserAddress-parent .ui-selectmenu-button.ui-button, .js-webUserAddress-selector .ui-selectmenu-button.ui-button {
  width: 100%;
  height: 46px; }

.action_myPassword .col-md-12 {
  margin-bottom: 30px; }

form .col-2-btn {
  width: auto;
  float: right;
  margin-left: 20px; }
  form .col-2-btn .btn {
    width: auto; }
    form .col-2-btn .btn a, form .col-2-btn .btn button {
      padding: 0 20px; }
  form .col-2-btn #buttonDelete {
    background-color: #e60002;
    border-color: #e60002;
    color: #fff; }
    form .col-2-btn #buttonDelete:hover {
      background-color: #a70102;
      border-color: #a70102; }

form fieldset {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  border: none; }
  form fieldset .label {
    margin-bottom: 30px;
    position: relative; }
    @media (max-width: 620px) {
      form fieldset .label {
        width: 100%; } }
    form fieldset .label .ui-selectmenu-button.ui-button {
      width: 100%;
      margin: 0; }
      form fieldset .label .ui-selectmenu-button.ui-button .ui-selectmenu-text {
        display: block;
        margin-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
        padding: 0 7px;
        position: relative;
        top: -3px; }
    form fieldset .label .checkbox-label {
      display: inline-block;
      float: left;
      width: calc(100% - 18px);
      position: relative;
      top: 10px;
      padding-left: 10px; }
    form fieldset .label input[type="text"], form fieldset .label input[type="password"] {
      display: block;
      width: 100%;
      border: 1px solid #696969;
      border-radius: 1px solid #696969;
      font-size: 14px;
      height: 46px;
      padding: 0 12px;
      float: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="text"]:not([readonly]):focus, form fieldset .label input[type="password"]:not([readonly]):focus {
        border-color: 1px solid #393e43; }
      form fieldset .label input[type="text"][readonly], form fieldset .label input[type="password"][readonly] {
        background: #fafafa; }
    form fieldset .label input[type="checkbox"] {
      width: 18px;
      height: 18px;
      border-radius: 5px;
      border: 1px solid #e1e1e1;
      display: inline-block;
      position: relative;
      float: left;
      top: 10px;
      left: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="checkbox"]:checked:before {
        content: "\f00c";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900 !important;
        display: inline-block;
        position: absolute;
        font-size: 14px;
        top: 0;
        left: 0; }
    form fieldset .label input[type="radio"] {
      width: 18px;
      height: 18px;
      border-radius: 18px;
      border: 1px solid #e1e1e1;
      display: inline-block;
      position: relative;
      top: 5px;
      left: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      form fieldset .label input[type="radio"]:checked {
        border: 1px solid #696969; }
        form fieldset .label input[type="radio"]:checked:before {
          content: "";
          width: 8px;
          height: 8px;
          border-radius: 14px;
          background-color: #393e43;
          font-family: Font Awesome\ 5 Free;
          font-weight: 900 !important;
          display: inline-block;
          position: absolute;
          font-size: 14px;
          top: 4px;
          left: 4px; }
    form fieldset .label textarea {
      display: block;
      width: 100%;
      max-width: 100%;
      height: 130px;
      padding: 12px;
      max-height: 130px;
      border: 1px solid #696969;
      border-radius: 1px solid #696969;
      font-size: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    form fieldset .label.has-info .checkbox-label {
      width: calc(100% - 78px); }
    form fieldset .label.has-info .ui-selectmenu-button.ui-button {
      width: calc(100% - 40px);
      margin: 0; }
    form fieldset .label.has-info input[type="text"], form fieldset .label.has-info input[type="password"] {
      display: block;
      width: calc(100% - 40px);
      border: 1px solid #696969;
      border-radius: 1px solid #696969;
      font-size: 14px;
      height: 46px;
      padding: 0 12px;
      float: left;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    form fieldset .label.has-info textarea {
      display: block;
      width: calc(100% - 40px);
      max-width: 100%;
      height: 130px;
      padding: 12px;
      max-height: 130px;
      border: 1px solid #696969;
      border-radius: 1px solid #696969;
      font-size: 14px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }

.right-padding {
  padding-right: 20px; }
  @media (max-width: 970px) {
    .right-padding {
      padding-right: 0; } }

.accept-checkbox {
  text-align: right;
  width: auto; }
  .accept-checkbox .checkbox_label {
    display: inline;
    padding-left: 10px; }
    .accept-checkbox .checkbox_label input {
      vertical-align: text-top; }
    @media (max-width: 475px) {
      .accept-checkbox .checkbox_label {
        width: auto;
        max-width: calc(100% - 28px); } }

.myAddressForm .label, .cart-form .label {
  margin-left: 10px;
  width: calc(50% - 10px); }
  .myAddressForm .label:nth-child(2n + 1), .cart-form .label:nth-child(2n + 1) {
    margin-right: 10px;
    margin-left: 0; }
    @media (max-width: 620px) {
      .myAddressForm .label:nth-child(2n + 1), .cart-form .label:nth-child(2n + 1) {
        margin-right: 0; } }
  @media (max-width: 620px) {
    .myAddressForm .label, .cart-form .label {
      width: 100%;
      margin-left: 0; } }

.recover_password {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }

.field-label {
  position: absolute;
  font-size: 14px;
  top: 15px;
  left: 12px;
  transition: .3s; }
  .field-label sup {
    color: #e60002; }
  .field-label.is-length {
    top: -16px;
    left: 0; }

.skryta-cpt ~ .label {
  display: none; }

.skryta-cpt {
  display: none; }

.login-page-form {
  width: 100%;
  background: #f7f7f7;
  padding: 41px 21px 21px;
  border: 1px solid #e4e4e4; }
  .login-page-form .label.col-md-6 {
    margin-left: 10px;
    width: calc(50% - 10px); }
    .login-page-form .label.col-md-6:nth-child(2n + 1) {
      margin-right: 10px;
      margin-left: 0; }
      @media (max-width: 620px) {
        .login-page-form .label.col-md-6:nth-child(2n + 1) {
          margin-right: 0px; } }
    @media (max-width: 620px) {
      .login-page-form .label.col-md-6 {
        width: 100%;
        margin-left: 0; } }

.cart-bottom-actions .col {
  float: right; }
  @media (max-width: 680px) {
    .cart-bottom-actions .col {
      width: 100%; } }

.cart-bottom-actions .btn button {
  padding: 0 20px; }
  .cart-bottom-actions .btn button:before {
    content: "\f07a";
    display: inline-block;
    margin-right: 8px;
    font-size: 20px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900 !important; }

.ToggleBase {
  margin: 0;
  width: 3em;
  height: 1.6em;
  transition: all .25s ease-in-out;
  outline: none;
  border-radius: 0;
  position: relative;
  display: inline-block; }
  .ToggleBase input {
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer; }
  .ToggleBase input:not(:disabled):hover, .ToggleBase input:not(:disabled):focus, .ToggleBase input:checked {
    border-color: #e8626b;
    background: #e8626b; }
  .ToggleBase input:checked + .ToggleBase-body {
    background-color: #e8626b; }
    .ToggleBase input:checked + .ToggleBase-body:after {
      background: #b11a24;
      border-color: #b11a24;
      transform: translateX(1.4em); }
  .ToggleBase-body {
    width: 100%;
    height: 100%;
    background: #e6e6e6;
    transition: all .25s ease-in-out; }
    .ToggleBase-body:after {
      content: '';
      display: block;
      width: 1.2em;
      height: 1.2em;
      border: 0.18em solid silver;
      background-color: silver;
      transition: all .25s ease-in-out;
      position: absolute;
      left: .2em;
      bottom: 0;
      top: 0;
      margin-top: auto;
      margin-bottom: auto;
      box-sizing: border-box; }
  .ToggleBase:disabled, .ToggleBase:disabled + * {
    border-color: #404040;
    opacity: .4; }
  .ToggleBase.is-invalid {
    border-color: #e82121; }

.delete button {
  height: 34px;
  line-height: 32px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 12px;
  border: 1px solid #bd5454;
  display: inline-block;
  color: white;
  text-decoration: none !important;
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: #bd5454;
  font-weight: 400; }
  @media (min-width: 768px) {
    .delete button {
      height: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .delete button {
      height: 48px; } }
  @media (min-width: 768px) {
    .delete button {
      line-height: calc(3.24074vw + 7.11111px); } }
  @media (min-width: 1200px) {
    .delete button {
      line-height: 46px; } }
  @media (min-width: 768px) {
    .delete button {
      padding-left: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .delete button {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    .delete button {
      padding-right: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .delete button {
      padding-right: 48px; } }
  @media (min-width: 768px) {
    .delete button {
      font-size: calc(0.92593vw + 4.88889px); } }
  @media (min-width: 1200px) {
    .delete button {
      font-size: 16px; } }
  .delete button i {
    margin-right: 8px; }
  .delete button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7b3030;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .delete button:hover {
    color: white; }
    .delete button:hover::before {
      -webkit-transform: scale(2);
      transform: scale(2); }

@media (max-width: 500px) {
  .delete button, .post_addres button {
    width: 100% !important;
    text-align: center !important; }
  .delete, .post_addres {
    width: 100% !important;
    text-align: center !important;
    order: 2;
    margin-top: 10px; }
  .post_addres {
    order: 1; } }

.panel-form {
  padding: 0 10%; }
  .panel-form h2 {
    color: #b11a24;
    font-weight: 300;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 15px; }
  .panel-form .perex {
    font-size: 15px;
    margin: 0;
    padding: 0 0 22px;
    line-height: 1.4; }
  .panel-form .col {
    margin-bottom: 9px; }
  .panel-form label {
    font-weight: 600;
    font-size: 13px;
    display: block;
    padding: 0 2px 4px;
    position: relative; }
    .panel-form label .icon_error-msg {
      position: absolute;
      right: 0;
      top: 0;
      color: #e82121; }
      .panel-form label .icon_error-msg .content_error-error {
        position: absolute;
        background: #fff8f8;
        width: 318px;
        right: 1px;
        top: 19px;
        color: #da2e2e;
        padding: 11px;
        border-radius: 3px;
        font-weight: 400;
        text-align: right;
        transform: rotateY(90deg);
        transform-origin: right center;
        transition: all .2s ease-in-out;
        opacity: 0; }
      .panel-form label .icon_error-msg:hover .content_error-error {
        opacity: 1;
        transform: rotateY(0deg); }
  .panel-form input:not([type=submit]), .panel-form textarea {
    width: 100%;
    border: 2px solid #e6e6e6;
    border-radius: 4px;
    padding: 10px;
    font-size: 13px; }
  .panel-form textarea {
    resize: none;
    height: 100px; }

.password-strength-meter {
  font-size: 11px;
  margin-top: 4px; }
  .password-strength-meter .password-strength {
    font-weight: 700; }
    .password-strength-meter .password-strength.strength-0 {
      color: red; }
    .password-strength-meter .password-strength.strength-1 {
      color: orange; }
    .password-strength-meter .password-strength.strength-2 {
      color: limegreen; }
    .password-strength-meter .password-strength.strength-3 {
      color: green; }
    .password-strength-meter .password-strength.strength-4 {
      color: darkgreen; }

.strutura_formular {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #f3f3f3;
  border: 1px solid #cfcfcf;
  padding: 20px; }
  .strutura_formular h1:not(.main-title), .strutura_formular .h1, .strutura_formular .formular_title {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 35px;
    font-weight: 600; }
  .strutura_formular .formular_sekce_title {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    text-align: left;
    margin: 10px 0px 20px 0px;
    padding: 10px 0px 10px 0px;
    font-size: 30px;
    font-weight: 600; }
  .strutura_formular .formular_info_povinne {
    font-size: 15px !important;
    margin: 0 !important;
    line-height: 25px !important; }
    .strutura_formular .formular_info_povinne i {
      color: #e60002;
      display: inline-block;
      position: relative;
      font-size: 8px;
      top: -6px;
      left: 3px; }
  .strutura_formular .citat_formular {
    display: block;
    width: 100%;
    position: relative;
    margin: 0px 0px 20px 0px;
    padding: 20px 20px 20px 65px;
    background: #fff;
    border: 1px solid #cfcfcf;
    font-size: 16px !important;
    font-weight: 400 !important;
    font-style: italic !important;
    line-height: 26px !important; }
    .strutura_formular .citat_formular:before {
      font-family: Font Awesome\ 5 Free;
      font-weight: 900 !important;
      display: inline-block;
      position: absolute;
      height: 100%;
      line-height: 100%;
      vertical-align: middle;
      content: "";
      font-size: 60px;
      color: #ddd;
      left: 20px; }
  .strutura_formular .formular_label {
    display: block;
    width: 100%;
    margin: 0px 0px 7px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600; }
  .strutura_formular input[type="text"], .strutura_formular input[type="password"], .strutura_formular input[type="email"], .strutura_formular input[type="number"] {
    display: block;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #cfcfcf;
    height: 55px;
    font-size: 15px; }
    .strutura_formular input[type="text"]::-webkit-input-placeholder, .strutura_formular input[type="password"]::-webkit-input-placeholder, .strutura_formular input[type="email"]::-webkit-input-placeholder, .strutura_formular input[type="number"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .strutura_formular input[type="text"]::-moz-placeholder, .strutura_formular input[type="password"]::-moz-placeholder, .strutura_formular input[type="email"]::-moz-placeholder, .strutura_formular input[type="number"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .strutura_formular input[type="text"]:-ms-input-placeholder, .strutura_formular input[type="password"]:-ms-input-placeholder, .strutura_formular input[type="email"]:-ms-input-placeholder, .strutura_formular input[type="number"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .strutura_formular input[type="text"]:-moz-placeholder, .strutura_formular input[type="password"]:-moz-placeholder, .strutura_formular input[type="email"]:-moz-placeholder, .strutura_formular input[type="number"]:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .strutura_formular input[type="text"].skryta-cpt, .strutura_formular input[type="password"].skryta-cpt, .strutura_formular input[type="email"].skryta-cpt, .strutura_formular input[type="number"].skryta-cpt {
      display: none; }
    .strutura_formular input[type="text"]:focus, .strutura_formular input[type="password"]:focus, .strutura_formular input[type="email"]:focus, .strutura_formular input[type="number"]:focus {
      border-color: #9c9c9c; }
  .strutura_formular input[type="text"]:read-only, .strutura_formular input[type="password"]:read-only, .strutura_formular input[type="email"]:read-only, .strutura_formular input[type="number"]:read-only {
    color: #797979; }
  .strutura_formular input[type="text"]:read-only:focus, .strutura_formular input[type="password"]:read-only:focus, .strutura_formular input[type="email"]:read-only:focus, .strutura_formular input[type="number"]:read-only:focus {
    border: 1px solid #cfcfcf; }
  .strutura_formular textarea {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #cfcfcf;
    height: 120px;
    font-size: 15px; }
    .strutura_formular textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .strutura_formular textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .strutura_formular textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .strutura_formular textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .strutura_formular textarea:focus {
      border-color: #9c9c9c; }
  .strutura_formular .ui-selectmenu-button.ui-button {
    height: 55px;
    border: 1px solid #cfcfcf;
    padding: 0px 20px 0px 20px;
    font-size: 15px;
    color: #000;
    line-height: 55px;
    vertical-align: middle;
    width: 100%; }
    .strutura_formular .ui-selectmenu-button.ui-button:focus {
      border-color: #9c9c9c; }
  .strutura_formular .has-info .ui-selectmenu-button.ui-button {
    padding-right: 35px; }
  .strutura_formular input[type="checkbox"] {
    border: 1px solid #cfcfcf;
    width: 25px;
    height: 25px; }
    .strutura_formular input[type="checkbox"]:checked:before {
      font-family: Font Awesome\ 5 Free;
      font-weight: 900 !important;
      font-size: 17px;
      position: absolute;
      top: 2px;
      left: 3px;
      color: #b11a24;
      content: "\f00c"; }
  .strutura_formular .checkbox_label {
    display: inline-block;
    padding-left: 6px;
    line-height: 25px;
    max-width: calc(100% - 25px - 38px);
    font-size: 14px; }
  .strutura_formular .formular_obal {
    display: block;
    width: 100%; }
    .strutura_formular .formular_obal form {
      width: 100%;
      display: inline-block; }
    .strutura_formular .formular_obal .col {
      position: relative;
      padding-left: 10px;
      padding-right: 0;
      margin-bottom: 20px;
      height: 80px; }
      .strutura_formular .formular_obal .col.check_radio {
        vertical-align: middle;
        padding-top: 25px; }
        .strutura_formular .formular_obal .col.check_radio:before {
          display: inline-block;
          vertical-align: middle;
          content: "";
          height: 100%; }
        .strutura_formular .formular_obal .col.check_radio * {
          vertical-align: middle;
          display: inline-block; }
      .strutura_formular .formular_obal .col .icon_info-msg {
        right: 0; }
      .strutura_formular .formular_obal .col:nth-of-type(odd) {
        padding-right: 10px;
        padding-left: 0; }
        .strutura_formular .formular_obal .col:nth-of-type(odd) .icon_info-msg {
          right: 10px; }
      .strutura_formular .formular_obal .col.col-md-12 {
        padding-left: 0;
        padding-right: 0;
        height: auto;
        min-height: 0px; }
        .strutura_formular .formular_obal .col.col-md-12:nth-of-type(odd) {
          padding-left: 0;
          padding-right: 0; }
      .strutura_formular .formular_obal .col.required .formular_label-text:after {
        content: "\f005";
        display: inline-block;
        position: relative;
        font-size: 8px;
        top: -6px;
        left: 3px;
        color: #e60002;
        font-family: Font Awesome\ 5 Free;
        font-weight: 900 !important; }
      .strutura_formular .formular_obal .col.recover_code_btn {
        padding-top: 36px; }
        .strutura_formular .formular_obal .col.recover_code_btn .btn {
          float: left; }
        @media (max-width: 600px) {
          .strutura_formular .formular_obal .col.recover_code_btn {
            padding-top: 0; }
            .strutura_formular .formular_obal .col.recover_code_btn .btn {
              float: right; } }
      @media (max-width: 600px) {
        .strutura_formular .formular_obal .col {
          width: 100%;
          padding-left: 0;
          padding-right: 0; }
          .strutura_formular .formular_obal .col:nth-of-type(odd) {
            padding-left: 0;
            padding-right: 0; }
            .strutura_formular .formular_obal .col:nth-of-type(odd) .icon_info-msg {
              right: 0px; } }
    .strutura_formular .formular_obal .icon_info-msg {
      position: absolute;
      right: 10px;
      vertical-align: middle;
      bottom: 15px; }
      .strutura_formular .formular_obal .icon_info-msg i {
        display: inline-block;
        font-size: 25px;
        color: #76a9f7;
        margin: 0px 16px 0px 0px; }
      .strutura_formular .formular_obal .icon_info-msg .content_info-info {
        position: absolute;
        right: 0;
        bottom: calc(100% + 25px);
        background: #fff;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
        padding: 12px;
        border-radius: 6px;
        width: 155px;
        font-size: 14px;
        font-style: italic;
        display: none; }
        .strutura_formular .formular_obal .icon_info-msg .content_info-info:before {
          content: "";
          position: absolute;
          bottom: -10px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          display: block;
          right: 12px;
          z-index: 5; }
        .strutura_formular .formular_obal .icon_info-msg .content_info-info:after {
          content: "";
          position: absolute;
          bottom: -13px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid rgba(0, 0, 0, 0.1);
          display: block;
          right: 10px;
          z-index: 4; }
      .strutura_formular .formular_obal .icon_info-msg:hover .content_info-info {
        display: block; }
    .strutura_formular .formular_obal .icon_error-msg {
      position: relative;
      float: right;
      vertical-align: middle;
      bottom: 0; }
      .strutura_formular .formular_obal .icon_error-msg i {
        display: inline-block;
        font-size: 20px;
        color: #e60002;
        margin: 0px 10px 0px 0px; }
      .strutura_formular .formular_obal .icon_error-msg .content_error-error {
        position: absolute;
        right: 0;
        bottom: calc(100% + 25px);
        background: #fff;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
        padding: 12px;
        border-radius: 6px;
        width: 155px;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        display: none; }
        .strutura_formular .formular_obal .icon_error-msg .content_error-error:before {
          content: "";
          position: absolute;
          bottom: -10px;
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          display: block;
          right: 12px;
          z-index: 5; }
        .strutura_formular .formular_obal .icon_error-msg .content_error-error:after {
          content: "";
          position: absolute;
          bottom: -13px;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-top: 12px solid rgba(0, 0, 0, 0.1);
          display: block;
          right: 10px;
          z-index: 4; }
      .strutura_formular .formular_obal .icon_error-msg:hover .content_error-error {
        display: block; }
    .strutura_formular .formular_obal .check_radio .icon_error-msg {
      float: none;
      margin-left: 8px; }
    .strutura_formular .formular_obal .form_gdpr {
      margin-top: 10px; }

.addressList {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap; }
  .addressList li {
    width: calc((100% / 3 - 20px) + (20px / 3));
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border: 1px solid #ebebeb; }
    .addressList li:nth-child(3n+3) {
      margin-right: 0; }
    @media (min-width: 250px) {
      .addressList li {
        width: calc((100% / 1 - 20px) + (20px / 1));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(0n+0) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(1n+1) {
          margin-right: 0; } }
    @media (min-width: 520px) {
      .addressList li {
        width: calc((100% / 2 - 20px) + (20px / 2));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(1n+1) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 791px) {
      .addressList li {
        width: calc((100% / 3 - 20px) + (20px / 3));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(2n+2) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(3n+3) {
          margin-right: 0; } }
    @media (min-width: 1061px) {
      .addressList li {
        width: calc((100% / 3 - 20px) + (20px / 3));
        margin-right: 20px;
        margin-bottom: 20px; }
        .addressList li:nth-child(2n+2) {
          margin-right: 20px;
          margin-bottom: 20px; }
        .addressList li:nth-child(3n+3) {
          margin-right: 0; } }
    @media (max-width: 250px) {
      .addressList li {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important; } }
    .addressList li i {
      font-size: 35px; }
    .addressList li a {
      width: calc(100% - 40px);
      padding-left: 20px;
      color: #000;
      text-decoration: none; }
      .addressList li a:hover {
        text-decoration: underline; }

.tcenter {
  margin-bottom: 30px; }
  .tcenter a.btn.auto-width {
    height: 34px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
    border: 1px solid #202124;
    display: inline-block;
    color: #202124;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400; }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        height: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        height: 48px; } }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        line-height: calc(3.24074vw + 7.11111px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        padding-left: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        padding-right: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        padding-right: 48px; } }
    @media (min-width: 768px) {
      .tcenter a.btn.auto-width {
        font-size: calc(0.92593vw + 4.88889px); } }
    @media (min-width: 1200px) {
      .tcenter a.btn.auto-width {
        font-size: 16px; } }
    .tcenter a.btn.auto-width i {
      margin-right: 8px; }
    .tcenter a.btn.auto-width::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #202124;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .tcenter a.btn.auto-width:hover {
      color: white; }
      .tcenter a.btn.auto-width:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }

.frame {
  margin: 0 auto; }
  .frame .alert {
    margin-bottom: 20px !important; }

.inner {
  max-width: 1200px;
  margin: 0 auto; }

.inquiry-cart {
  height: 100vh; }
  .inquiry-cart iframe {
    height: 100%; }
  .inquiry-cart .inquiry-content {
    height: 100%;
    overflow: hidden; }

body {
  background: white !important; }

body.location_homepage {
  padding-top: 0; }

.scrollup {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background-color: rgba(136, 136, 136, 0.63);
  display: inline-block;
  z-index: 999;
  text-align: center;
  vertical-align: middle;
  line-height: 38px;
  cursor: pointer; }
  .scrollup i {
    font-size: 26px;
    color: #fff;
    display: inline-block;
    vertical-align: middle; }

[data-width="1200"] {
  width: 100%;
  max-width: 1228px;
  padding: 0 14px; }

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-lock {
  display: none; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

[data-mask="header-button"] {
  width: 40px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-decoration: none;
  text-align: center;
  color: white;
  background: transparent;
  position: relative;
  overflow: hidden;
  font-size: 16px; }
  @media (min-width: 660px) {
    [data-mask="header-button"] {
      width: calc(8.88889vw - 18.66667px); } }
  @media (min-width: 1200px) {
    [data-mask="header-button"] {
      width: 88px; } }
  @media (min-width: 660px) {
    [data-mask="header-button"] {
      height: calc(6.66667vw - 4px); } }
  @media (min-width: 1200px) {
    [data-mask="header-button"] {
      height: 76px; } }
  @media (min-width: 768px) {
    [data-mask="header-button"] {
      font-size: calc(2.08333vw + 0px); } }
  @media (min-width: 1200px) {
    [data-mask="header-button"] {
      font-size: 25px; } }
  [data-mask="header-button"] span {
    width: 100%;
    font-weight: 300;
    font-size: 10px;
    margin-top: 6px; }
    @media (min-width: 768px) {
      [data-mask="header-button"] span {
        font-size: calc(0.69444vw + 4.66667px); } }
    @media (min-width: 1200px) {
      [data-mask="header-button"] span {
        font-size: 13px; } }
    @media (min-width: 768px) {
      [data-mask="header-button"] span {
        margin-top: calc(0.92593vw - 1.11111px); } }
    @media (min-width: 1200px) {
      [data-mask="header-button"] span {
        margin-top: 10px; } }
    @media (max-width: 660px) {
      [data-mask="header-button"] span {
        display: none; } }
  [data-mask="header-button"]::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202124;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  [data-mask="header-button"]:hover::after, [data-mask="header-button"].active::after {
    -webkit-transform: scale(2);
    transform: scale(2); }

body.location_homepage #easyClevero-header-1 {
  background: #b11a24; }
  body.location_homepage #easyClevero-header-1.bg {
    background: #b11a24; }

#easyClevero-header-1 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10000;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #b11a24; }
  @media (min-width: 768) {
    #easyClevero-header-1 {
      padding-top: calc(2.31481vw - 7.77778px); } }
  @media (min-width: 1200px) {
    #easyClevero-header-1 {
      padding-top: 20px; } }
  @media (min-width: 768px) {
    #easyClevero-header-1 {
      padding-bottom: calc(2.31481vw - 7.77778px); } }
  @media (min-width: 1200px) {
    #easyClevero-header-1 {
      padding-bottom: 20px; } }

.easyClevero-logo {
  width: 115px;
  flex: 1; }
  @media (min-width: 320px) {
    .easyClevero-logo {
      width: calc(63.75vw - 89px); } }
  @media (min-width: 400px) {
    .easyClevero-logo {
      width: 166px; } }
  .easyClevero-logo a, .easyClevero-logo img {
    display: block; }
  .easyClevero-logo h1.main-title {
    display: none; }

.loga {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-left: 100px; }
  .loga img:first-of-type {
    margin-right: 20px; }
  @media (max-width: 900px) {
    .loga {
      display: none; } }

.easyClevero-menu {
  flex: auto; }
  @media (max-width: 1045px) {
    .easyClevero-menu {
      flex: none; } }
  .easyClevero-menu nav {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    @media (max-width: 1045px) {
      .easyClevero-menu nav {
        flex-flow: column;
        position: absolute;
        margin: 0;
        width: 320px;
        right: 0;
        top: 100%;
        background: #000;
        max-height: 0vh;
        transition: 3s;
        overflow: hidden; }
        .easyClevero-menu nav.open {
          max-height: 300vh; }
        .easyClevero-menu nav li {
          width: 100%;
          border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
          .easyClevero-menu nav li a {
            margin: 0;
            padding: 10px;
            text-align: center;
            display: block; } }
    .easyClevero-menu nav > ul {
      list-style-type: none; }
      .easyClevero-menu nav > ul > li > a {
        color: white;
        text-decoration: none;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        margin-right: 0px;
        transition: .5s; }
        @media (min-width: 1045px) {
          .easyClevero-menu nav > ul > li > a {
            margin-right: calc(1200vw - 12540px); } }
        @media (min-width: 1046px) {
          .easyClevero-menu nav > ul > li > a {
            margin-right: calc(2.5974vw - 15.16883px); } }
        @media (min-width: 1200px) {
          .easyClevero-menu nav > ul > li > a {
            margin-right: 16px; } }
        .easyClevero-menu nav > ul > li > a.active, .easyClevero-menu nav > ul > li > a:hover {
          color: #202124; }
          @media (max-width: 1045px) {
            .easyClevero-menu nav > ul > li > a.active, .easyClevero-menu nav > ul > li > a:hover {
              color: #b11a24;
              background: #202124; } }

.easyClevero-hmb {
  display: none; }
  @media (max-width: 1045px) {
    .easyClevero-hmb {
      display: flex; } }

.easyClevero-header-functions .box {
  border: 1px solid white;
  margin-left: -1px; }
  .easyClevero-header-functions .box:first-child {
    margin-left: 0; }

.easyClevero-header-functions .easyClevero-search {
  position: relative; }
  .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results {
    overflow: auto;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
    list-style-type: none; }
    .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li {
      width: 100%; }
      .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        min-height: 60px;
        text-decoration: none;
        border-bottom: 1px solid #ebebeb;
        padding: 6px; }
        .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a:hover .result-name {
          text-decoration: underline; }
        .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a .thumbnail {
          width: 60px;
          margin-right: 6px; }
        .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a .result-name, .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a .result-type {
          width: calc(100% - 66px);
          padding-right: 10px;
          font-size: 14px;
          font-weight: 400; }
        .easyClevero-header-functions .easyClevero-search .easyClevero-searchAjax-results li a .result-type {
          text-align: right;
          margin-left: 66px;
          color: #A2A2A2;
          font-size: 12px;
          font-weight: 400; }
  .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel {
    display: flex;
    flex-wrap: wrap;
    border: none;
    width: 450px; }
    @media (max-width: 660px) {
      .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel {
        width: 100%; } }
    .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel input {
      background: #202124;
      flex: 1;
      padding: 0 14px;
      height: 45px;
      color: white; }
      @media (min-width: 1199px) {
        .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel input {
          height: 45px; } }
      @media (min-width: 1200px) {
        .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel input {
          height: 45px; } }
    .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel button {
      width: 45px;
      height: 45px;
      color: white;
      border-left: 1px solid white;
      background: #202124; }
      @media (min-width: 1199px) {
        .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel button {
          width: 45px; } }
      @media (min-width: 1200px) {
        .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel button {
          width: 45px; } }
      @media (min-width: 1199px) {
        .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel button {
          height: 45px; } }
      @media (min-width: 1200px) {
        .easyClevero-header-functions .easyClevero-search .easyClevero-search-panel button {
          height: 45px; } }
  .easyClevero-header-functions .easyClevero-search .easyClevero-search-form {
    display: none;
    position: absolute;
    top: 50px;
    right: calc(-200% - 5px); }
    @media (min-width: 660px) {
      .easyClevero-header-functions .easyClevero-search .easyClevero-search-form {
        top: calc(8.7037vw - 7.44444px); } }
    @media (min-width: 1200px) {
      .easyClevero-header-functions .easyClevero-search .easyClevero-search-form {
        top: 97px; } }
    @media (max-width: 1045px) {
      .easyClevero-header-functions .easyClevero-search .easyClevero-search-form {
        right: calc(-300% - 5px); } }
    @media (max-width: 660px) {
      .easyClevero-header-functions .easyClevero-search .easyClevero-search-form {
        position: fixed;
        left: 0;
        width: 100%;
        top: 62px; } }

.easyClevero-header-functions .easyClevero-user {
  position: relative; }
  .easyClevero-header-functions .easyClevero-user .header-user {
    position: absolute;
    top: 51px;
    right: calc(-100% - 5px);
    background: #000;
    width: 320px;
    display: none; }
    @media (min-width: 660px) {
      .easyClevero-header-functions .easyClevero-user .header-user {
        top: calc(8.51852vw - 5.22222px); } }
    @media (min-width: 1200px) {
      .easyClevero-header-functions .easyClevero-user .header-user {
        top: 97px; } }
    @media (max-width: 1045px) {
      .easyClevero-header-functions .easyClevero-user .header-user {
        right: calc(-200% - 17px);
        width: 320px; } }
    .easyClevero-header-functions .easyClevero-user .header-user .user-row {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      justify-content: flex-end; }
      .easyClevero-header-functions .easyClevero-user .header-user .user-row .user-name {
        color: white;
        text-align: right;
        transition: .5s;
        padding: 12px 10px;
        display: block;
        width: 100%;
        font-weight: 700;
        font-size: 15px; }
      .easyClevero-header-functions .easyClevero-user .header-user .user-row a {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 14px;
        color: white;
        text-align: center;
        transition: .5s;
        padding: 12px 20px;
        display: block;
        width: 100%;
        text-decoration: none;
        position: relative;
        padding-right: 40px; }
        .easyClevero-header-functions .easyClevero-user .header-user .user-row a::before {
          position: absolute;
          right: 10px;
          top: 13px; }
        .easyClevero-header-functions .easyClevero-user .header-user .user-row a:hover {
          text-decoration: none;
          background: #202124;
          color: #b11a24; }
    .easyClevero-header-functions .easyClevero-user .header-user.prihlasen a {
      text-align: right !important; }

.CurrencySwitcher {
  border: 1px solid #fff;
  padding: .25rem;
  margin-right: 1.5rem; }
  .CurrencySwitcher button {
    font-family: inherit;
    font-weight: 700;
    width: 2.5rem;
    height: 1.75rem;
    background: transparent;
    color: #fff;
    transition: .5s; }
    .CurrencySwitcher button[data-selected] {
      background: #fff;
      color: #000;
      pointer-events: none; }
    .CurrencySwitcher button:hover {
      background: rgba(255, 255, 255, 0.4); }
  @media (max-width: 1045px) {
    .CurrencySwitcher {
      margin: .25rem 0; } }

.easyClevero-swiper-content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 14px; }
  @media (min-width: 767px) {
    .easyClevero-swiper-content {
      padding-left: calc(8600vw - 65948px); } }
  @media (min-width: 768px) {
    .easyClevero-swiper-content {
      padding-left: calc(27.77778vw - 113.33333px); } }
  @media (min-width: 1200px) {
    .easyClevero-swiper-content {
      padding-left: 220px; } }
  @media (max-width: 500px) {
    .easyClevero-swiper-content {
      padding-left: 0; } }
  .easyClevero-swiper-content .title {
    max-width: 350px;
    color: white;
    margin-bottom: 14px;
    text-shadow: 0px 0px 20px black;
    font-weight: 700; }
    @media (min-width: 768px) {
      .easyClevero-swiper-content .title {
        max-width: calc(43.98148vw + 12.22222px); } }
    @media (min-width: 1200px) {
      .easyClevero-swiper-content .title {
        max-width: 540px; } }
    @media (min-width: 768px) {
      .easyClevero-swiper-content .title {
        margin-bottom: calc(2.5463vw - 5.55556px); } }
    @media (min-width: 1200px) {
      .easyClevero-swiper-content .title {
        margin-bottom: 25px; } }
    @media (max-width: 500px) {
      .easyClevero-swiper-content .title {
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
  .easyClevero-swiper-content .content {
    max-width: 400px;
    color: white;
    font-size: 40px;
    position: relative;
    padding-left: 24px;
    margin-left: 40px;
    margin-bottom: 14px;
    text-shadow: 0px 0px 20px black;
    font-weight: 600; }
    @media (min-width: 768px) {
      .easyClevero-swiper-content .content {
        padding-left: calc(2.31481vw + 6.22222px); } }
    @media (min-width: 1200px) {
      .easyClevero-swiper-content .content {
        padding-left: 34px; } }
    @media (min-width: 768px) {
      .easyClevero-swiper-content .content {
        margin-left: calc(9.25926vw - 31.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-swiper-content .content {
        margin-left: 80px; } }
    @media (min-width: 768px) {
      .easyClevero-swiper-content .content {
        margin-bottom: calc(2.5463vw - 5.55556px); } }
    @media (min-width: 1200px) {
      .easyClevero-swiper-content .content {
        margin-bottom: 25px; } }
    @media (max-width: 500px) {
      .easyClevero-swiper-content .content {
        padding-left: 0; } }
    @media (max-width: 780px) {
      .easyClevero-swiper-content .content {
        font-size: 5vw; } }
    @media (max-width: 500px) {
      .easyClevero-swiper-content .content {
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
    .easyClevero-swiper-content .content > * {
      font-size: 1em; }
    .easyClevero-swiper-content .content::before {
      content: '„';
      font-weight: 700;
      font-size: 34px;
      color: white;
      position: absolute;
      bottom: calc(100% - 21px);
      left: 0; }
      @media (min-width: 768px) {
        .easyClevero-swiper-content .content::before {
          font-size: calc(4.62963vw - 1.55556px); } }
      @media (min-width: 1200px) {
        .easyClevero-swiper-content .content::before {
          font-size: 54px; } }
      @media (max-width: 500px) {
        .easyClevero-swiper-content .content::before {
          display: none; } }
  .easyClevero-swiper-content .button_slider_holder {
    padding-left: 160px; }
    @media (min-width: 768px) {
      .easyClevero-swiper-content .button_slider_holder {
        padding-left: calc(16.2037vw + 35.55556px); } }
    @media (min-width: 1200px) {
      .easyClevero-swiper-content .button_slider_holder {
        padding-left: 230px; } }
    @media (max-width: 500px) {
      .easyClevero-swiper-content .button_slider_holder {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center !important; } }
  .easyClevero-swiper-content .button_slider {
    height: 34px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
    border: 1px solid #202124;
    display: inline-block;
    color: #202124;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400; }
    @media (min-width: 768px) {
      .easyClevero-swiper-content .button_slider {
        height: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-swiper-content .button_slider {
        height: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-swiper-content .button_slider {
        line-height: calc(3.24074vw + 7.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-swiper-content .button_slider {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .easyClevero-swiper-content .button_slider {
        padding-left: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-swiper-content .button_slider {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-swiper-content .button_slider {
        padding-right: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-swiper-content .button_slider {
        padding-right: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-swiper-content .button_slider {
        font-size: calc(0.92593vw + 4.88889px); } }
    @media (min-width: 1200px) {
      .easyClevero-swiper-content .button_slider {
        font-size: 16px; } }
    .easyClevero-swiper-content .button_slider i {
      margin-right: 8px; }
    .easyClevero-swiper-content .button_slider::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #202124;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .easyClevero-swiper-content .button_slider:hover {
      color: white; }
      .easyClevero-swiper-content .button_slider:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }

.easyClevero-swiper-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  height: 18px;
  z-index: 100; }

.main-banner-hp .swiper-slide img {
  display: block;
  max-width: 100%; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
  width: 50px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 45px; }
  .swiper-button-prev::before,
  .swiper-container-rtl .swiper-button-next::before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f053";
    color: #202124;
    transition: .5s; }
  .swiper-button-prev:hover::before,
  .swiper-container-rtl .swiper-button-next:hover::before {
    color: #202124; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
  width: 50px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 45px; }
  .swiper-button-next::before,
  .swiper-container-rtl .swiper-button-prev::before {
    font-family: "Font Awesome\ 5 Free";
    font-weight: 700;
    content: "\f054";
    color: #202124;
    transition: .5s; }
  .swiper-button-next:hover::before,
  .swiper-container-rtl .swiper-button-prev:hover::before {
    color: #202124; }

.swiper-pagination {
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background: #202124;
  margin-right: 10px; }
  .swiper-pagination-bullet:last-child {
    margin-right: 0; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #b11a24; }

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

.easyClevero-hp-products {
  background: white;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (min-width: 1440px) {
    .easyClevero-hp-products {
      padding-top: calc(3.125vw - 10px); } }
  @media (min-width: 1920px) {
    .easyClevero-hp-products {
      padding-top: 50px; } }
  @media (min-width: 1440px) {
    .easyClevero-hp-products {
      padding-bottom: calc(3.125vw - 10px); } }
  @media (min-width: 1920px) {
    .easyClevero-hp-products {
      padding-bottom: 50px; } }
  .easyClevero-hp-products .headline {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #50535a;
    font-size: 28px; }
    @media (min-width: 1440px) {
      .easyClevero-hp-products .headline {
        margin-bottom: calc(4.16667vw - 40px); } }
    @media (min-width: 1920px) {
      .easyClevero-hp-products .headline {
        margin-bottom: 40px; } }
    @media (min-width: 320px) {
      .easyClevero-hp-products .headline {
        font-size: calc(2.27273vw + 20.72727px); } }
    @media (min-width: 1200px) {
      .easyClevero-hp-products .headline {
        font-size: 48px; } }

.easyClevero-news {
  background: white;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (min-width: 1440px) {
    .easyClevero-news {
      padding-top: calc(3.125vw - 10px); } }
  @media (min-width: 1920px) {
    .easyClevero-news {
      padding-top: 50px; } }
  @media (min-width: 1440px) {
    .easyClevero-news {
      padding-bottom: calc(7.29167vw - 70px); } }
  @media (min-width: 1920px) {
    .easyClevero-news {
      padding-bottom: 70px; } }
  .easyClevero-news .headline {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #50535a;
    font-size: 28px; }
    @media (min-width: 1440px) {
      .easyClevero-news .headline {
        margin-bottom: calc(4.16667vw - 40px); } }
    @media (min-width: 1920px) {
      .easyClevero-news .headline {
        margin-bottom: 40px; } }
    @media (min-width: 320px) {
      .easyClevero-news .headline {
        font-size: calc(2.27273vw + 20.72727px); } }
    @media (min-width: 1200px) {
      .easyClevero-news .headline {
        font-size: 48px; } }

.easyClevero-trustpoints {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #50535a; }
  @media (min-width: 1440px) {
    .easyClevero-trustpoints {
      padding-top: 35px; } }
  @media (min-width: 1920px) {
    .easyClevero-trustpoints {
      padding-top: 35px; } }
  @media (min-width: 1440px) {
    .easyClevero-trustpoints {
      padding-bottom: 35px; } }
  @media (min-width: 1920px) {
    .easyClevero-trustpoints {
      padding-bottom: 35px; } }
  .easyClevero-trustpoints .trust {
    width: calc((100% / 3 - 8px) + (8px / 3));
    margin-right: 8px;
    margin-bottom: 8px;
    text-align: center; }
    .easyClevero-trustpoints .trust:nth-child(3n+3) {
      margin-right: 0; }
    @media (min-width: 200px) {
      .easyClevero-trustpoints .trust {
        width: calc((100% / 1 - 8px) + (8px / 1));
        margin-right: 8px;
        margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(0n+0) {
          margin-right: 8px;
          margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(1n+1) {
          margin-right: 0; } }
    @media (min-width: 408px) {
      .easyClevero-trustpoints .trust {
        width: calc((100% / 2 - 8px) + (8px / 2));
        margin-right: 8px;
        margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(1n+1) {
          margin-right: 8px;
          margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 617px) {
      .easyClevero-trustpoints .trust {
        width: calc((100% / 3 - 8px) + (8px / 3));
        margin-right: 8px;
        margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(2n+2) {
          margin-right: 8px;
          margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(3n+3) {
          margin-right: 0; } }
    @media (min-width: 825px) {
      .easyClevero-trustpoints .trust {
        width: calc((100% / 3 - 8px) + (8px / 3));
        margin-right: 8px;
        margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(2n+2) {
          margin-right: 8px;
          margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(3n+3) {
          margin-right: 0; } }
    @media (min-width: 1033px) {
      .easyClevero-trustpoints .trust {
        width: calc((100% / 3 - 8px) + (8px / 3));
        margin-right: 8px;
        margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(2n+2) {
          margin-right: 8px;
          margin-bottom: 8px; }
        .easyClevero-trustpoints .trust:nth-child(3n+3) {
          margin-right: 0; } }
    @media (max-width: 200px) {
      .easyClevero-trustpoints .trust {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important; } }
    @media (max-width: 616px) {
      .easyClevero-trustpoints .trust:last-child {
        margin-top: 25px; } }
    @media (max-width: 407px) {
      .easyClevero-trustpoints .trust:nth-child(2) {
        margin-top: 25px; } }
    .easyClevero-trustpoints .trust .thumbnail {
      height: 90px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin: 0 auto; }
    .easyClevero-trustpoints .trust img {
      width: 72px;
      display: block;
      margin-bottom: 20px; }
    .easyClevero-trustpoints .trust .title {
      text-transform: uppercase;
      color: white;
      font-weight: 600; }

.easyClevero-static-hp-panel {
  background: white;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (min-width: 1440px) {
    .easyClevero-static-hp-panel {
      padding-top: calc(3.125vw - 10px); } }
  @media (min-width: 1920px) {
    .easyClevero-static-hp-panel {
      padding-top: 50px; } }
  @media (min-width: 1440px) {
    .easyClevero-static-hp-panel {
      padding-bottom: calc(3.125vw - 10px); } }
  @media (min-width: 1920px) {
    .easyClevero-static-hp-panel {
      padding-bottom: 50px; } }
  .easyClevero-static-hp-panel img {
    max-width: 100%;
    display: block; }
  .easyClevero-static-hp-panel #panel-hp-1 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start; }
    .easyClevero-static-hp-panel #panel-hp-1 img {
      min-height: 266px;
      min-width: 723px; }
    .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content {
      z-index: 5;
      position: absolute;
      top: 0;
      right: 0;
      width: calc(50% + 30px);
      padding-top: 20px; }
      @media (min-width: 768px) {
        .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content {
          padding-top: calc(7.87037vw - 40.44444px); } }
      @media (min-width: 1200px) {
        .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content {
          padding-top: 54px; } }
      @media (max-width: 500px) {
        .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content {
          width: calc(80% + 30px); } }
      .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
        color: white;
        text-shadow: 0px 0px 20px black;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 16px; }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            font-size: calc(2.27273vw + 20.72727px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            font-size: 48px; } }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            line-height: calc(2.15909vw + 27.09091px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            line-height: 53px; } }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            margin-bottom: calc(1.59091vw + 10.90909px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .title {
            margin-bottom: 30px; } }
      .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
        color: white;
        text-shadow: 0px 0px 20px black;
        font-weight: 600;
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 30px; }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            font-size: calc(0.45455vw + 12.54545px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            font-size: 18px; } }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            padding-left: calc(3.97727vw + 17.27273px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            padding-left: 65px; } }
        @media (min-width: 768px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            margin-bottom: calc(16.2037vw - 94.44444px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .content {
            margin-bottom: 100px; } }
      .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .price {
        color: white;
        text-shadow: 0px 0px 20px black;
        font-weight: 700;
        font-size: 28px;
        padding-left: 60px; }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .price {
            font-size: calc(2.27273vw + 20.72727px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .price {
            font-size: 48px; } }
        @media (min-width: 320px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .price {
            padding-left: calc(7.38636vw + 36.36364px); } }
        @media (min-width: 1200px) {
          .easyClevero-static-hp-panel #panel-hp-1 .panel-hp-content .price {
            padding-left: 125px; } }

.easyClevero-hp-category {
  background: #202124;
  padding-top: 40px;
  padding-bottom: 32px; }
  @media (min-width: 1440px) {
    .easyClevero-hp-category {
      padding-top: 40px; } }
  @media (min-width: 1920px) {
    .easyClevero-hp-category {
      padding-top: 40px; } }
  @media (min-width: 1440px) {
    .easyClevero-hp-category {
      padding-bottom: 32px; } }
  @media (min-width: 1920px) {
    .easyClevero-hp-category {
      padding-bottom: 32px; } }

.easyClevero-hp-category-g {
  width: calc((100% / 3 - 8px) + (8px / 3));
  margin-right: 8px;
  margin-bottom: 8px;
  background: white;
  padding: 16px;
  padding-top: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-decoration: none; }
  .easyClevero-hp-category-g:nth-child(3n+3) {
    margin-right: 0; }
  @media (min-width: 280px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 1 - 8px) + (8px / 1));
      margin-right: 8px;
      margin-bottom: 8px; }
      .easyClevero-hp-category-g:nth-child(0n+0) {
        margin-right: 8px;
        margin-bottom: 8px; }
      .easyClevero-hp-category-g:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 568px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 2 - 8px) + (8px / 2));
      margin-right: 8px;
      margin-bottom: 8px; }
      .easyClevero-hp-category-g:nth-child(1n+1) {
        margin-right: 8px;
        margin-bottom: 8px; }
      .easyClevero-hp-category-g:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 857px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 3 - 8px) + (8px / 3));
      margin-right: 8px;
      margin-bottom: 8px; }
      .easyClevero-hp-category-g:nth-child(2n+2) {
        margin-right: 8px;
        margin-bottom: 8px; }
      .easyClevero-hp-category-g:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 1145px) {
    .easyClevero-hp-category-g {
      width: calc((100% / 3 - 8px) + (8px / 3));
      margin-right: 8px;
      margin-bottom: 8px; }
      .easyClevero-hp-category-g:nth-child(2n+2) {
        margin-right: 8px;
        margin-bottom: 8px; }
      .easyClevero-hp-category-g:nth-child(3n+3) {
        margin-right: 0; } }
  @media (max-width: 280px) {
    .easyClevero-hp-category-g {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  @media (min-width: 320px) {
    .easyClevero-hp-category-g {
      padding: calc(0.875vw + 13.2px); } }
  @media (min-width: 1920px) {
    .easyClevero-hp-category-g {
      padding: 30px; } }
  .easyClevero-hp-category-g .thumbnail {
    max-width: 280px;
    width: 100%;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    overflow: hidden; }
    @media (min-width: 1440px) {
      .easyClevero-hp-category-g .thumbnail {
        padding-top: 30px; } }
    @media (min-width: 1920px) {
      .easyClevero-hp-category-g .thumbnail {
        padding-top: 30px; } }
    @media (min-width: 1440px) {
      .easyClevero-hp-category-g .thumbnail {
        padding-bottom: 30px; } }
    @media (min-width: 1920px) {
      .easyClevero-hp-category-g .thumbnail {
        padding-bottom: 30px; } }
    @media (min-width: 1440px) {
      .easyClevero-hp-category-g .thumbnail {
        margin-bottom: 20px; } }
    @media (min-width: 1920px) {
      .easyClevero-hp-category-g .thumbnail {
        margin-bottom: 20px; } }
    .easyClevero-hp-category-g .thumbnail::after {
      background: #202124;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      width: 100%;
      content: "";
      transition: .5s;
      transform: scaleX(1); }
    .easyClevero-hp-category-g .thumbnail img {
      display: block;
      margin: 0 auto;
      transition: .5s;
      transform: scale(1); }
  .easyClevero-hp-category-g:hover .thumbnail::after {
    transform: scaleX(0.8); }
  .easyClevero-hp-category-g:hover img {
    transform: scale(1.15); }
  .easyClevero-hp-category-g .category-name {
    color: #50535a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    text-align: center; }
    @media (min-width: 1115px) {
      .easyClevero-hp-category-g .category-name {
        font-size: calc(4.70588vw - 32.47059px); } }
    @media (min-width: 1200px) {
      .easyClevero-hp-category-g .category-name {
        font-size: 24px; } }

.left-frame {
  width: 200px; }
  @media (min-width: 768px) {
    .left-frame {
      width: calc(13.88889vw + 93.33333px); } }
  @media (min-width: 1200px) {
    .left-frame {
      width: 260px; } }
  @media (max-width: 767px) {
    .left-frame {
      width: 100%;
      margin-bottom: 20px; } }
  .left-frame .left-nav-opener {
    display: none;
    border-bottom: 1px solid #ebebeb; }
    .left-frame .left-nav-opener i {
      transition: .3s;
      transform: rotate(0deg); }
    .left-frame .left-nav-opener.open i {
      transform: rotate(-180deg); }
    @media (max-width: 767px) {
      .left-frame .left-nav-opener {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: 40px;
        color: white;
        background: #202124;
        cursor: pointer;
        padding: 0 14px;
        font-size: 15px;
        justify-content: space-between; } }
  .left-frame nav {
    background: #202124; }
    .left-frame nav > ul {
      list-style-type: none; }
      @media (max-width: 767px) {
        .left-frame nav > ul {
          height: 0vh;
          overflow: hidden;
          transition: 2; }
          .left-frame nav > ul.open {
            height: auto; } }
      .left-frame nav > ul li {
        position: relative; }
        .left-frame nav > ul li .opener {
          position: absolute;
          top: 3px;
          right: 0;
          transition: .3s;
          transform: rotate(90deg);
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          color: white;
          font-size: 16px; }
          .left-frame nav > ul li .opener.open {
            transform: rotate(-90deg); }
        .left-frame nav > ul li a {
          padding: 14px;
          display: block;
          color: white;
          text-decoration: none;
          border-bottom: 1px solid #ebebeb;
          font-size: 14px; }
          .left-frame nav > ul li a:hover {
            text-decoration: underline; }
      .left-frame nav > ul ul {
        display: none;
        padding-left: 20px;
        background: black;
        list-style-type: none; }

.content-frame {
  flex: 1;
  padding-left: 35px; }
  @media (max-width: 767px) {
    .content-frame {
      width: 100%;
      padding-left: 0; } }
  .content-frame .category-description {
    margin-bottom: 35px; }
    .content-frame .category-description .thumbnail {
      width: 240px; }
      .content-frame .category-description .thumbnail img {
        max-width: 100%; }
      @media (max-width: 850px) {
        .content-frame .category-description .thumbnail {
          width: 100%;
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .content-frame .category-description .thumbnail {
          width: 25%; } }
      @media (max-width: 510px) {
        .content-frame .category-description .thumbnail {
          width: 100%; } }
    .content-frame .category-description header {
      width: calc(100% - 240px);
      padding-left: 20px; }
      @media (max-width: 850px) {
        .content-frame .category-description header {
          width: 100%;
          padding-left: 0; } }
      @media (max-width: 767px) {
        .content-frame .category-description header {
          width: 75%;
          padding-left: 20px; } }
      @media (max-width: 510px) {
        .content-frame .category-description header {
          width: 100%;
          padding-left: 0; } }
  .content-frame .sub-category-row {
    margin-bottom: 30px; }
    .content-frame .sub-category-row .category {
      width: calc(100% / 3 - 15px + (15px / 3));
      margin-right: 15px;
      margin-bottom: 15px; }
      .content-frame .sub-category-row .category:nth-child(4n-4) {
        margin-right: 15px; }
      .content-frame .sub-category-row .category:nth-child(3n-3) {
        margin-right: 0; }
    .content-frame .sub-category-row .category {
      width: calc(100% / 3 - 15px + (15px / 3));
      margin-right: 15px;
      margin-bottom: 15px; }
      .content-frame .sub-category-row .category:nth-child(4n-4) {
        margin-right: 15px; }
      .content-frame .sub-category-row .category:nth-child(3n-3) {
        margin-right: 0; }
    .content-frame .sub-category-row .category {
      width: calc(100% / 3 - 15px + (15px / 3));
      margin-right: 15px;
      margin-bottom: 15px; }
      .content-frame .sub-category-row .category:nth-child(4n-4) {
        margin-right: 15px; }
      .content-frame .sub-category-row .category:nth-child(3n-3) {
        margin-right: 0; }
    @media (max-width: 1040px) {
      .content-frame .sub-category-row .category {
        width: calc(100% / 2 - 15px + (15px / 2));
        margin-right: 15px;
        margin-bottom: 15px; }
        .content-frame .sub-category-row .category:nth-child(3n-3) {
          margin-right: 15px; }
        .content-frame .sub-category-row .category:nth-child(2n-2) {
          margin-right: 0; }
      .content-frame .sub-category-row .category {
        width: calc(100% / 2 - 15px + (15px / 2));
        margin-right: 15px;
        margin-bottom: 15px; }
        .content-frame .sub-category-row .category:nth-child(3n-3) {
          margin-right: 15px; }
        .content-frame .sub-category-row .category:nth-child(2n-2) {
          margin-right: 0; } }
    @media (max-width: 460px) {
      .content-frame .sub-category-row .category {
        width: calc(100% / 1 - 15px + (15px / 1));
        margin-right: 15px;
        margin-bottom: 15px; }
        .content-frame .sub-category-row .category:nth-child(2n-2) {
          margin-right: 15px; }
        .content-frame .sub-category-row .category:nth-child(1n-1) {
          margin-right: 0; } }
    .content-frame .sub-category-row .category.link {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      text-decoration: none;
      color: #000;
      padding-bottom: 15px;
      border-bottom: 1px solid #ebebeb;
      transition: .5s; }
      .content-frame .sub-category-row .category.link:hover {
        color: #202124;
        border-color: #202124; }
      .content-frame .sub-category-row .category.link h2 {
        width: calc(100% - 50px);
        padding-left: 20px;
        font-weight: 600;
        font-size: 12px;
        line-height: 17px; }
        @media (min-width: 320px) {
          .content-frame .sub-category-row .category.link h2 {
            font-size: calc(0.45455vw + 10.54545px); } }
        @media (min-width: 1200px) {
          .content-frame .sub-category-row .category.link h2 {
            font-size: 16px; } }
        @media (min-width: 320px) {
          .content-frame .sub-category-row .category.link h2 {
            line-height: calc(0.34091vw + 15.90909px); } }
        @media (min-width: 1200px) {
          .content-frame .sub-category-row .category.link h2 {
            line-height: 20px; } }

.filter-1 {
  position: relative; }
  .filter-1 .spinner-holder {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    font-size: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: white; }
  .filter-1 .options .text {
    margin-right: 6px; }
  @media (max-width: 1100px) {
    .filter-1 .col-md-6 {
      width: 100%; }
      .filter-1 .col-md-6:nth-child(1) {
        margin-bottom: 20px; } }
  @media (max-width: 425px) {
    .filter-1 .col-md-4 {
      width: 50%; } }
  .filter-1 a {
    color: #000;
    margin: 0 5px 0 0; }
    .filter-1 a:hover, .filter-1 a.active {
      color: #202124; }
  .filter-1 .top-filter {
    margin-bottom: 12px; }
  .filter-1 .filter-form {
    background: #f3f3f3;
    padding: 14px;
    margin-bottom: 25px; }
    @media (min-width: 320px) {
      .filter-1 .filter-form {
        padding: calc(1.25vw + 10px); } }
    @media (min-width: 1200px) {
      .filter-1 .filter-form {
        padding: 25px; } }
    .filter-1 .filter-form label {
      margin-bottom: 10px;
      padding-right: 6px;
      font-size: 12px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      cursor: pointer; }
      .filter-1 .filter-form label:last-child {
        margin-bottom: 0; }
      .filter-1 .filter-form label:hover span {
        text-decoration: underline; }
      .filter-1 .filter-form label span {
        padding-left: 6px;
        width: calc(100% - 20px); }
    .filter-1 .filter-form .small-result {
      display: none;
      font-size: 13px;
      margin-right: 6px; }
      @media (max-width: 425px) {
        .filter-1 .filter-form .small-result {
          display: inline-block; }
          .filter-1 .filter-form .small-result.to {
            margin-left: auto;
            position: relative;
            left: 13px; } }
    .filter-1 .filter-form .value-result {
      width: 125px;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 425px) {
        .filter-1 .filter-form .value-result {
          width: 100px; } }
      .filter-1 .filter-form .value-result.to {
        justify-content: flex-end; }
      .filter-1 .filter-form .value-result input {
        width: calc(100% - 35px);
        height: 34px;
        padding: 0 0 0 14px;
        font-size: 13px;
        border: 1px solid #cfcfcf; }
        @media (max-width: 425px) {
          .filter-1 .filter-form .value-result input {
            padding: 0 0 0 6px; } }
    .filter-1 .filter-form .value-currency {
      font-size: 13px;
      margin-left: 6px; }
    .filter-1 .filter-form #slider-range {
      width: calc(100% - 250px);
      margin: 0; }
      @media (max-width: 425px) {
        .filter-1 .filter-form #slider-range {
          display: none; } }

.sort-links {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  align-items: center;
  border-bottom: 3px solid #202124;
  margin-bottom: 25px; }
  .sort-links li {
    font-size: 15px; }
    @media (max-width: 925px) {
      .sort-links li {
        width: 100%;
        border-bottom: 1px solid #cfcfcf; }
        .sort-links li a {
          margin-right: 0; }
        .sort-links li:nth-child(3) {
          border-bottom: none; } }
    @media (max-width: 767px) {
      .sort-links li {
        width: auto;
        border-bottom: none;
        margin-right: 5px; }
        .sort-links li:nth-child(3) {
          margin-right: 0; } }
    @media (max-width: 510px) {
      .sort-links li {
        width: 100%;
        border-bottom: 1px solid #cfcfcf; }
        .sort-links li a {
          margin-right: 0; } }
    .sort-links li a {
      height: 40px;
      padding: 0 20px;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      color: #000;
      transition: .5s;
      font-size: 15px; }
      .sort-links li a.active, .sort-links li a:hover {
        background: #202124;
        color: white; }
    .sort-links li:last-child {
      margin-left: auto; }
      @media (max-width: 925px) {
        .sort-links li:last-child {
          display: none; } }

.easyClevero-hp-products .easyClevero-product-box-g:nth-child(4) {
  display: none; }

@media (max-width: 870px) {
  .easyClevero-hp-products .easyClevero-product-box-g:nth-child(4) {
    display: block; } }

.easyClevero-product-box-g {
  width: calc((100% / 3 - 0.1px) + (0.1px / 3));
  margin-right: 0.1px;
  margin-bottom: 0.1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px; }
  .easyClevero-product-box-g:nth-child(3n+3) {
    margin-right: 0; }
  @media (min-width: 290px) {
    .easyClevero-product-box-g {
      width: calc((100% / 1 - 0.1px) + (0.1px / 1));
      margin-right: 0.1px;
      margin-bottom: 0.1px; }
      .easyClevero-product-box-g:nth-child(0n+0) {
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
      .easyClevero-product-box-g:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 580.1px) {
    .easyClevero-product-box-g {
      width: calc((100% / 2 - 0.1px) + (0.1px / 2));
      margin-right: 0.1px;
      margin-bottom: 0.1px; }
      .easyClevero-product-box-g:nth-child(1n+1) {
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
      .easyClevero-product-box-g:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 871.2px) {
    .easyClevero-product-box-g {
      width: calc((100% / 3 - 0.1px) + (0.1px / 3));
      margin-right: 0.1px;
      margin-bottom: 0.1px; }
      .easyClevero-product-box-g:nth-child(2n+2) {
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
      .easyClevero-product-box-g:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 1161.3px) {
    .easyClevero-product-box-g {
      width: calc((100% / 3 - 0.1px) + (0.1px / 3));
      margin-right: 0.1px;
      margin-bottom: 0.1px; }
      .easyClevero-product-box-g:nth-child(2n+2) {
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
      .easyClevero-product-box-g:nth-child(3n+3) {
        margin-right: 0; } }
  @media (max-width: 290px) {
    .easyClevero-product-box-g {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  .easyClevero-product-box-g *:not(img), .easyClevero-product-box-g *:not(button) {
    width: 100%;
    text-align: center; }
  .easyClevero-product-box-g .btn {
    width: auto; }
  .easyClevero-product-box-g img {
    max-width: 100%; }
  .easyClevero-product-box-g .product-image-holder {
    position: relative;
    margin-bottom: 15px; }
    @media (min-width: 320px) {
      .easyClevero-product-box-g .product-image-holder {
        margin-bottom: calc(2.27273vw + 7.72727px); } }
    @media (min-width: 1200px) {
      .easyClevero-product-box-g .product-image-holder {
        margin-bottom: 35px; } }
  .easyClevero-product-box-g .product-name {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 8px; }
    @media (min-width: 320px) {
      .easyClevero-product-box-g .product-name {
        font-size: calc(0.90909vw + 13.09091px); } }
    @media (min-width: 1200px) {
      .easyClevero-product-box-g .product-name {
        font-size: 24px; } }
    @media (min-width: 320px) {
      .easyClevero-product-box-g .product-name {
        margin-bottom: calc(0.68182vw + 5.81818px); } }
    @media (min-width: 1200px) {
      .easyClevero-product-box-g .product-name {
        margin-bottom: 14px; } }
    .easyClevero-product-box-g .product-name a {
      text-decoration: none;
      color: #202124; }
      .easyClevero-product-box-g .product-name a:hover {
        text-decoration: underline; }
  .easyClevero-product-box-g .product-description {
    color: #7a7a7a;
    font-weight: 300;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px; }
    @media (min-width: 320px) {
      .easyClevero-product-box-g .product-description {
        font-size: calc(0.22727vw + 12.27273px); } }
    @media (min-width: 1200px) {
      .easyClevero-product-box-g .product-description {
        font-size: 15px; } }
    @media (min-width: 320px) {
      .easyClevero-product-box-g .product-description {
        margin-bottom: calc(1.59091vw + 2.90909px); } }
    @media (min-width: 1200px) {
      .easyClevero-product-box-g .product-description {
        margin-bottom: 22px; } }
  .easyClevero-product-box-g .price-wrapp {
    margin-bottom: 8px; }
    @media (min-width: 320px) {
      .easyClevero-product-box-g .price-wrapp {
        margin-bottom: calc(1.59091vw + 2.90909px); } }
    @media (min-width: 1200px) {
      .easyClevero-product-box-g .price-wrapp {
        margin-bottom: 22px; } }
  .easyClevero-product-box-g .stock {
    font-size: 14px;
    color: #5abd54;
    width: 50%;
    text-align: left; }
    @media (min-width: 320px) {
      .easyClevero-product-box-g .stock {
        font-size: calc(0.22727vw + 13.27273px); } }
    @media (min-width: 1200px) {
      .easyClevero-product-box-g .stock {
        font-size: 16px; } }
    .easyClevero-product-box-g .stock.out {
      color: #bd5454; }
    .easyClevero-product-box-g .stock + .wt-inline {
      width: 50%; }
  .easyClevero-product-box-g .product-price {
    color: #202124;
    font-weight: 700;
    text-align: right;
    font-size: 16px;
    width: 50%; }
    @media (min-width: 320px) {
      .easyClevero-product-box-g .product-price {
        font-size: calc(0.90909vw + 13.09091px); } }
    @media (min-width: 1200px) {
      .easyClevero-product-box-g .product-price {
        font-size: 24px; } }
    .easyClevero-product-box-g .product-price.no-dph {
      color: #7a7a7a;
      font-weight: 300;
      text-align: left;
      font-size: 13px; }
      @media (min-width: 320px) {
        .easyClevero-product-box-g .product-price.no-dph {
          font-size: calc(0.22727vw + 12.27273px); } }
      @media (min-width: 1200px) {
        .easyClevero-product-box-g .product-price.no-dph {
          font-size: 15px; } }
  .easyClevero-product-box-g button[type="submit"], .easyClevero-product-box-g a.btn {
    height: 34px;
    line-height: 34px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 12px;
    border: 1px solid #202124;
    display: inline-block;
    color: #202124;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400; }
    @media (min-width: 991px) {
      .easyClevero-product-box-g button[type="submit"], .easyClevero-product-box-g a.btn {
        padding-left: calc(7.6555vw - 53.86603px); } }
    @media (min-width: 1200px) {
      .easyClevero-product-box-g button[type="submit"], .easyClevero-product-box-g a.btn {
        padding-left: 38px; } }
    @media (min-width: 991px) {
      .easyClevero-product-box-g button[type="submit"], .easyClevero-product-box-g a.btn {
        padding-right: calc(7.6555vw - 53.86603px); } }
    @media (min-width: 1200px) {
      .easyClevero-product-box-g button[type="submit"], .easyClevero-product-box-g a.btn {
        padding-right: 38px; } }
    @media (min-width: 768px) {
      .easyClevero-product-box-g button[type="submit"], .easyClevero-product-box-g a.btn {
        font-size: calc(0.92593vw + 4.88889px); } }
    @media (min-width: 1200px) {
      .easyClevero-product-box-g button[type="submit"], .easyClevero-product-box-g a.btn {
        font-size: 16px; } }
    .easyClevero-product-box-g button[type="submit"] i, .easyClevero-product-box-g a.btn i {
      margin-right: 8px; }
    .easyClevero-product-box-g button[type="submit"]::before, .easyClevero-product-box-g a.btn::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #202124;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .easyClevero-product-box-g button[type="submit"]:hover, .easyClevero-product-box-g a.btn:hover {
      color: white; }
      .easyClevero-product-box-g button[type="submit"]:hover::before, .easyClevero-product-box-g a.btn:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }
  .easyClevero-product-box-g .addToCartList {
    width: 50%;
    display: flex;
    justify-content: flex-end; }

.category-product-list .easyClevero-product-box-g {
  width: calc(100% / 3 - 0px + (0px / 3));
  margin-right: 0px;
  margin-bottom: 0px; }
  .category-product-list .easyClevero-product-box-g:nth-child(4n-4) {
    margin-right: 0px; }
  .category-product-list .easyClevero-product-box-g:nth-child(3n-3) {
    margin-right: 0; }

.category-product-list .easyClevero-product-box-g {
  width: calc(100% / 3 - 0px + (0px / 3));
  margin-right: 0px;
  margin-bottom: 0px; }
  .category-product-list .easyClevero-product-box-g:nth-child(4n-4) {
    margin-right: 0px; }
  .category-product-list .easyClevero-product-box-g:nth-child(3n-3) {
    margin-right: 0; }

.category-product-list .easyClevero-product-box-g {
  width: calc(100% / 3 - 0px + (0px / 3));
  margin-right: 0px;
  margin-bottom: 0px; }
  .category-product-list .easyClevero-product-box-g:nth-child(4n-4) {
    margin-right: 0px; }
  .category-product-list .easyClevero-product-box-g:nth-child(3n-3) {
    margin-right: 0; }

@media (max-width: 1090px) {
  .category-product-list .easyClevero-product-box-g {
    width: calc(100% / 2 - 0px + (0px / 2));
    margin-right: 0px;
    margin-bottom: 0px; }
    .category-product-list .easyClevero-product-box-g:nth-child(3n-3) {
      margin-right: 0px; }
    .category-product-list .easyClevero-product-box-g:nth-child(2n-2) {
      margin-right: 0; }
  .category-product-list .easyClevero-product-box-g {
    width: calc(100% / 2 - 0px + (0px / 2));
    margin-right: 0px;
    margin-bottom: 0px; }
    .category-product-list .easyClevero-product-box-g:nth-child(3n-3) {
      margin-right: 0px; }
    .category-product-list .easyClevero-product-box-g:nth-child(2n-2) {
      margin-right: 0; } }

@media (max-width: 540px) {
  .category-product-list .easyClevero-product-box-g {
    width: calc(100% / 1 - 20px + (20px / 1));
    margin-right: 20px;
    margin-bottom: 20px; }
    .category-product-list .easyClevero-product-box-g:nth-child(2n-2) {
      margin-right: 20px; }
    .category-product-list .easyClevero-product-box-g:nth-child(1n-1) {
      margin-right: 0; } }

.category-product-list .easyClevero-product-box-g {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px; }
  .category-product-list .easyClevero-product-box-g *:not(img), .category-product-list .easyClevero-product-box-g *:not(button) {
    width: 100%;
    text-align: center; }
  .category-product-list .easyClevero-product-box-g .btn {
    width: auto; }
  .category-product-list .easyClevero-product-box-g img {
    max-width: 100%; }
  .category-product-list .easyClevero-product-box-g .product-image-holder {
    position: relative;
    margin-bottom: 15px; }
    @media (min-width: 320px) {
      .category-product-list .easyClevero-product-box-g .product-image-holder {
        margin-bottom: calc(0.56818vw + 13.18182px); } }
    @media (min-width: 1200px) {
      .category-product-list .easyClevero-product-box-g .product-image-holder {
        margin-bottom: 20px; } }
  .category-product-list .easyClevero-product-box-g .product-name {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 8px; }
    @media (min-width: 320px) {
      .category-product-list .easyClevero-product-box-g .product-name {
        font-size: calc(0.11364vw + 15.63636px); } }
    @media (min-width: 1200px) {
      .category-product-list .easyClevero-product-box-g .product-name {
        font-size: 17px; } }
    @media (min-width: 320px) {
      .category-product-list .easyClevero-product-box-g .product-name {
        margin-bottom: calc(0.68182vw + 5.81818px); } }
    @media (min-width: 1200px) {
      .category-product-list .easyClevero-product-box-g .product-name {
        margin-bottom: 14px; } }
    .category-product-list .easyClevero-product-box-g .product-name a {
      text-decoration: none;
      color: #202124; }
      .category-product-list .easyClevero-product-box-g .product-name a:hover {
        text-decoration: underline; }
  .category-product-list .easyClevero-product-box-g .product-description {
    color: #7a7a7a;
    font-weight: 300;
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px; }
    @media (min-width: 320px) {
      .category-product-list .easyClevero-product-box-g .product-description {
        font-size: calc(0.22727vw + 12.27273px); } }
    @media (min-width: 1200px) {
      .category-product-list .easyClevero-product-box-g .product-description {
        font-size: 15px; } }
    @media (min-width: 320px) {
      .category-product-list .easyClevero-product-box-g .product-description {
        margin-bottom: calc(0.68182vw + 5.81818px); } }
    @media (min-width: 1200px) {
      .category-product-list .easyClevero-product-box-g .product-description {
        margin-bottom: 14px; } }
  .category-product-list .easyClevero-product-box-g .price-wrapp {
    margin-bottom: 8px; }
    @media (min-width: 320px) {
      .category-product-list .easyClevero-product-box-g .price-wrapp {
        margin-bottom: calc(1.59091vw + 2.90909px); } }
    @media (min-width: 1200px) {
      .category-product-list .easyClevero-product-box-g .price-wrapp {
        margin-bottom: 22px; } }
  .category-product-list .easyClevero-product-box-g .stock {
    font-size: 13px;
    color: #5abd54;
    width: 50%;
    text-align: left; }
    @media (min-width: 320px) {
      .category-product-list .easyClevero-product-box-g .stock {
        font-size: calc(0.11364vw + 12.63636px); } }
    @media (min-width: 1200px) {
      .category-product-list .easyClevero-product-box-g .stock {
        font-size: 14px; } }
    .category-product-list .easyClevero-product-box-g .stock.out {
      color: #bd5454; }
  .category-product-list .easyClevero-product-box-g .product-price {
    color: #202124;
    font-weight: 700;
    text-align: right;
    font-size: 16px;
    width: 50%; }
    @media (min-width: 320px) {
      .category-product-list .easyClevero-product-box-g .product-price {
        font-size: calc(0.90909vw + 13.09091px); } }
    @media (min-width: 1200px) {
      .category-product-list .easyClevero-product-box-g .product-price {
        font-size: 24px; } }
    .category-product-list .easyClevero-product-box-g .product-price.no-dph {
      color: #7a7a7a;
      font-weight: 300;
      text-align: left;
      font-size: 13px; }
      @media (min-width: 320px) {
        .category-product-list .easyClevero-product-box-g .product-price.no-dph {
          font-size: calc(0.22727vw + 12.27273px); } }
      @media (min-width: 1200px) {
        .category-product-list .easyClevero-product-box-g .product-price.no-dph {
          font-size: 15px; } }
  .category-product-list .easyClevero-product-box-g .btn {
    margin-left: auto; }
  .category-product-list .easyClevero-product-box-g button[type="submit"], .category-product-list .easyClevero-product-box-g .btn a {
    height: 34px;
    line-height: 34px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 12px;
    border: 1px solid #202124;
    display: inline-block;
    color: #202124;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400; }
    .category-product-list .easyClevero-product-box-g button[type="submit"] i, .category-product-list .easyClevero-product-box-g .btn a i {
      margin-right: 8px; }
    .category-product-list .easyClevero-product-box-g button[type="submit"]::before, .category-product-list .easyClevero-product-box-g .btn a::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #202124;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .category-product-list .easyClevero-product-box-g button[type="submit"]:hover, .category-product-list .easyClevero-product-box-g .btn a:hover {
      color: white; }
      .category-product-list .easyClevero-product-box-g button[type="submit"]:hover::before, .category-product-list .easyClevero-product-box-g .btn a:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }
  .category-product-list .easyClevero-product-box-g .addToCartList {
    width: 50%;
    display: flex;
    justify-content: flex-end; }

.similiar-products {
  position: relative; }
  .similiar-products h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 25px; }
    @media (min-width: 320px) {
      .similiar-products h2 {
        font-size: calc(0.4375vw + 26.6px); } }
    @media (min-width: 1920px) {
      .similiar-products h2 {
        font-size: 35px; } }
    @media (min-width: 320px) {
      .similiar-products h2 {
        margin-bottom: calc(0.625vw + 18px); } }
    @media (min-width: 1920px) {
      .similiar-products h2 {
        margin-bottom: 30px; } }
    @media (min-width: 320px) {
      .similiar-products h2 {
        margin-top: calc(0.625vw + 23px); } }
    @media (min-width: 1920px) {
      .similiar-products h2 {
        margin-top: 35px; } }
  .similiar-products .easyClevero-product-box-g {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px; }
    .similiar-products .easyClevero-product-box-g *:not(img), .similiar-products .easyClevero-product-box-g *:not(button) {
      width: 100%;
      text-align: center; }
    .similiar-products .easyClevero-product-box-g .btn {
      width: auto; }
    .similiar-products .easyClevero-product-box-g img {
      max-width: 100%; }
    .similiar-products .easyClevero-product-box-g .product-image-holder {
      position: relative;
      margin-bottom: 15px; }
      @media (min-width: 320px) {
        .similiar-products .easyClevero-product-box-g .product-image-holder {
          margin-bottom: calc(0.56818vw + 13.18182px); } }
      @media (min-width: 1200px) {
        .similiar-products .easyClevero-product-box-g .product-image-holder {
          margin-bottom: 20px; } }
    .similiar-products .easyClevero-product-box-g .product-name {
      font-weight: 300;
      font-size: 16px;
      margin-bottom: 8px; }
      @media (min-width: 320px) {
        .similiar-products .easyClevero-product-box-g .product-name {
          font-size: calc(0.11364vw + 15.63636px); } }
      @media (min-width: 1200px) {
        .similiar-products .easyClevero-product-box-g .product-name {
          font-size: 17px; } }
      @media (min-width: 320px) {
        .similiar-products .easyClevero-product-box-g .product-name {
          margin-bottom: calc(0.68182vw + 5.81818px); } }
      @media (min-width: 1200px) {
        .similiar-products .easyClevero-product-box-g .product-name {
          margin-bottom: 14px; } }
      .similiar-products .easyClevero-product-box-g .product-name a {
        text-decoration: none;
        color: #202124; }
        .similiar-products .easyClevero-product-box-g .product-name a:hover {
          text-decoration: underline; }
    .similiar-products .easyClevero-product-box-g .product-description {
      color: #7a7a7a;
      font-weight: 300;
      text-align: center;
      font-size: 13px;
      margin-bottom: 8px; }
      @media (min-width: 320px) {
        .similiar-products .easyClevero-product-box-g .product-description {
          font-size: calc(0.22727vw + 12.27273px); } }
      @media (min-width: 1200px) {
        .similiar-products .easyClevero-product-box-g .product-description {
          font-size: 15px; } }
      @media (min-width: 320px) {
        .similiar-products .easyClevero-product-box-g .product-description {
          margin-bottom: calc(0.68182vw + 5.81818px); } }
      @media (min-width: 1200px) {
        .similiar-products .easyClevero-product-box-g .product-description {
          margin-bottom: 14px; } }
    .similiar-products .easyClevero-product-box-g .price-wrapp {
      margin-bottom: 8px; }
      @media (min-width: 320px) {
        .similiar-products .easyClevero-product-box-g .price-wrapp {
          margin-bottom: calc(1.59091vw + 2.90909px); } }
      @media (min-width: 1200px) {
        .similiar-products .easyClevero-product-box-g .price-wrapp {
          margin-bottom: 22px; } }
    .similiar-products .easyClevero-product-box-g .stock {
      font-size: 13px;
      color: #5abd54;
      width: 50%;
      text-align: left; }
      @media (min-width: 320px) {
        .similiar-products .easyClevero-product-box-g .stock {
          font-size: calc(0.11364vw + 12.63636px); } }
      @media (min-width: 1200px) {
        .similiar-products .easyClevero-product-box-g .stock {
          font-size: 14px; } }
      .similiar-products .easyClevero-product-box-g .stock.out {
        color: #bd5454; }
    .similiar-products .easyClevero-product-box-g .product-price {
      color: #202124;
      font-weight: 700;
      text-align: right;
      font-size: 16px;
      width: 50%; }
      @media (min-width: 320px) {
        .similiar-products .easyClevero-product-box-g .product-price {
          font-size: calc(0.90909vw + 13.09091px); } }
      @media (min-width: 1200px) {
        .similiar-products .easyClevero-product-box-g .product-price {
          font-size: 24px; } }
      .similiar-products .easyClevero-product-box-g .product-price.no-dph {
        color: #7a7a7a;
        font-weight: 300;
        text-align: left;
        font-size: 13px; }
        @media (min-width: 320px) {
          .similiar-products .easyClevero-product-box-g .product-price.no-dph {
            font-size: calc(0.22727vw + 12.27273px); } }
        @media (min-width: 1200px) {
          .similiar-products .easyClevero-product-box-g .product-price.no-dph {
            font-size: 15px; } }
    .similiar-products .easyClevero-product-box-g button[type="submit"], .similiar-products .easyClevero-product-box-g .btn a {
      height: 34px;
      line-height: 34px;
      padding-left: 22px;
      padding-right: 22px;
      font-size: 12px;
      border: 1px solid #202124;
      display: inline-block;
      color: #202124;
      text-decoration: none !important;
      width: auto;
      position: relative;
      overflow: hidden;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      background: transparent;
      font-weight: 400; }
      .similiar-products .easyClevero-product-box-g button[type="submit"] i, .similiar-products .easyClevero-product-box-g .btn a i {
        margin-right: 8px; }
      .similiar-products .easyClevero-product-box-g button[type="submit"]::before, .similiar-products .easyClevero-product-box-g .btn a::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #202124;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .similiar-products .easyClevero-product-box-g button[type="submit"]:hover, .similiar-products .easyClevero-product-box-g .btn a:hover {
        color: white; }
        .similiar-products .easyClevero-product-box-g button[type="submit"]:hover::before, .similiar-products .easyClevero-product-box-g .btn a:hover::before {
          -webkit-transform: scale(2);
          transform: scale(2); }
    .similiar-products .easyClevero-product-box-g .addToCartList {
      width: 50%;
      display: flex;
      justify-content: flex-end; }
    .similiar-products .easyClevero-product-box-g .btn {
      margin-left: auto; }
  .similiar-products .swiper-pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px; }

.product-symptoms {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  z-index: 5; }
  .product-symptoms .symptom {
    padding: 6px 10px;
    font-size: 13px;
    background: grey;
    color: white;
    margin-bottom: 6px; }
    .product-symptoms .symptom.recommended {
      background: #b11a24; }
    .product-symptoms .symptom.new {
      background: #5abd54; }
    .product-symptoms .symptom.sale {
      background: #2b50a3; }
    .product-symptoms .symptom.action {
      background: #c3c515; }
    .product-symptoms .symptom.used {
      background: #202124; }
    .product-symptoms .symptom.freeStorePickup {
      background: #ff823a; }
    .product-symptoms .symptom.FreeDelivery {
      background: #15b5c5; }

.location_homepage .easyClevero-news-box:nth-child(4) {
  display: none; }
  @media (max-width: 841px) {
    .location_homepage .easyClevero-news-box:nth-child(4) {
      display: block; } }

.location_news_getList .easyClevero-news-box {
  margin-top: 25px !important; }

.location_news_getList .frame-margined {
  margin-bottom: 30px; }

.easyClevero-news-box {
  width: calc((100% / 3 - 0px) + (0px / 3));
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 30px;
  border-left: 1px solid #202124; }
  .easyClevero-news-box:nth-child(3n+3) {
    margin-right: 0; }
  @media (min-width: 280px) {
    .easyClevero-news-box {
      width: calc((100% / 1 - 0px) + (0px / 1));
      margin-right: 0px;
      margin-bottom: 0px; }
      .easyClevero-news-box:nth-child(0n+0) {
        margin-right: 0px;
        margin-bottom: 0px; }
      .easyClevero-news-box:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 560px) {
    .easyClevero-news-box {
      width: calc((100% / 2 - 0px) + (0px / 2));
      margin-right: 0px;
      margin-bottom: 0px; }
      .easyClevero-news-box:nth-child(1n+1) {
        margin-right: 0px;
        margin-bottom: 0px; }
      .easyClevero-news-box:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 841px) {
    .easyClevero-news-box {
      width: calc((100% / 3 - 0px) + (0px / 3));
      margin-right: 0px;
      margin-bottom: 0px; }
      .easyClevero-news-box:nth-child(2n+2) {
        margin-right: 0px;
        margin-bottom: 0px; }
      .easyClevero-news-box:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 1121px) {
    .easyClevero-news-box {
      width: calc((100% / 3 - 0px) + (0px / 3));
      margin-right: 0px;
      margin-bottom: 0px; }
      .easyClevero-news-box:nth-child(2n+2) {
        margin-right: 0px;
        margin-bottom: 0px; }
      .easyClevero-news-box:nth-child(3n+3) {
        margin-right: 0; } }
  @media (max-width: 280px) {
    .easyClevero-news-box {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  @media (min-width: 1440px) {
    .easyClevero-news-box {
      padding: 30px; } }
  @media (min-width: 1920px) {
    .easyClevero-news-box {
      padding: 30px; } }
  @media (max-width: 841px) {
    .easyClevero-news-box {
      margin-bottom: 20px !important; } }
  .easyClevero-news-box h2 {
    font-weight: 300;
    color: #202124;
    font-size: 17px;
    margin-bottom: 10px; }
    @media (min-width: 320px) {
      .easyClevero-news-box h2 {
        font-size: calc(0.79545vw + 14.45455px); } }
    @media (min-width: 1200px) {
      .easyClevero-news-box h2 {
        font-size: 24px; } }
    .easyClevero-news-box h2 a {
      text-decoration: none;
      color: #202124; }
      .easyClevero-news-box h2 a:hover {
        text-decoration: underline; }
  .easyClevero-news-box .date, .easyClevero-news-box p {
    color: #7a7a7a;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px; }
    @media (min-width: 320px) {
      .easyClevero-news-box .date, .easyClevero-news-box p {
        font-size: calc(0.22727vw + 12.27273px); } }
    @media (min-width: 1200px) {
      .easyClevero-news-box .date, .easyClevero-news-box p {
        font-size: 15px; } }
    @media (min-width: 320px) {
      .easyClevero-news-box .date, .easyClevero-news-box p {
        line-height: calc(0.34091vw + 15.90909px); } }
    @media (min-width: 1200px) {
      .easyClevero-news-box .date, .easyClevero-news-box p {
        line-height: 20px; } }
  .easyClevero-news-box .date {
    margin-bottom: 10px; }
  .easyClevero-news-box p {
    margin-bottom: 17px; }
    @media (min-width: 320px) {
      .easyClevero-news-box p {
        margin-bottom: calc(1.47727vw + 12.27273px); } }
    @media (min-width: 1200px) {
      .easyClevero-news-box p {
        margin-bottom: 30px; } }
  .easyClevero-news-box .go_to_news {
    font-size: 25px;
    color: #202124;
    text-decoration: none;
    transition: .5s; }
    .easyClevero-news-box .go_to_news:hover {
      color: black; }

.easyClevero-news-bottom {
  margin-top: 25px; }
  @media (min-width: 320px) {
    .easyClevero-news-bottom {
      margin-top: calc(2.84091vw + 15.90909px); } }
  @media (min-width: 1200px) {
    .easyClevero-news-bottom {
      margin-top: 50px; } }
  .easyClevero-news-bottom a {
    height: 34px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
    border: 1px solid #202124;
    display: inline-block;
    color: #202124;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400; }
    @media (min-width: 768px) {
      .easyClevero-news-bottom a {
        height: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-news-bottom a {
        height: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-news-bottom a {
        line-height: calc(3.24074vw + 7.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-news-bottom a {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .easyClevero-news-bottom a {
        padding-left: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-news-bottom a {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-news-bottom a {
        padding-right: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-news-bottom a {
        padding-right: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-news-bottom a {
        font-size: calc(0.92593vw + 4.88889px); } }
    @media (min-width: 1200px) {
      .easyClevero-news-bottom a {
        font-size: 16px; } }
    .easyClevero-news-bottom a i {
      margin-right: 8px; }
    .easyClevero-news-bottom a::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #202124;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .easyClevero-news-bottom a:hover {
      color: white; }
      .easyClevero-news-bottom a:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }

.content-news {
  margin-bottom: 30px; }
  .content-news .header-news {
    overflow: hidden; }
    .content-news .header-news picture {
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; }
      .content-news .header-news picture img {
        max-width: 100%;
        display: block;
        margin: 0 auto; }
      @media (max-width: 850px) {
        .content-news .header-news picture {
          width: 30%; } }
      @media (max-width: 590px) {
        .content-news .header-news picture {
          width: 100%;
          margin-right: 0;
          text-align: center; } }
    .content-news .header-news h1 {
      float: right;
      width: calc(100% - 320px); }
      @media (max-width: 850px) {
        .content-news .header-news h1 {
          width: calc(70% - 20px); } }
      @media (max-width: 590px) {
        .content-news .header-news h1 {
          width: 100%; } }
      .content-news .header-news h1.fullH1 {
        width: 100% !important; }
    .content-news .header-news .summary-box {
      float: left;
      width: calc(100% - 320px); }
      @media (max-width: 850px) {
        .content-news .header-news .summary-box {
          width: calc(70% - 20px); } }
      @media (max-width: 590px) {
        .content-news .header-news .summary-box {
          width: 100%; } }
      .content-news .header-news .summary-box .date {
        font-weight: 600;
        margin-bottom: 20px;
        display: block; }

#easyClevero-footer-1 {
  background: #202124; }
  #easyClevero-footer-1 .easy_footer_headline {
    color: #b11a24;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px; }
    @media (min-width: 320px) {
      #easyClevero-footer-1 .easy_footer_headline {
        font-size: calc(0.90909vw + 13.09091px); } }
    @media (min-width: 1200px) {
      #easyClevero-footer-1 .easy_footer_headline {
        font-size: 24px; } }
    @media (min-width: 320px) {
      #easyClevero-footer-1 .easy_footer_headline {
        line-height: calc(1.25vw + 17px); } }
    @media (min-width: 1200px) {
      #easyClevero-footer-1 .easy_footer_headline {
        line-height: 32px; } }
  #easyClevero-footer-1 .easy_footer-col {
    width: calc((100% / 3 - 0.1px) + (0.1px / 3));
    margin-right: 0.1px;
    margin-bottom: 0.1px;
    padding: 16px; }
    #easyClevero-footer-1 .easy_footer-col:nth-child(3n+3) {
      margin-right: 0; }
    @media (min-width: 260px) {
      #easyClevero-footer-1 .easy_footer-col {
        width: calc((100% / 1 - 0.1px) + (0.1px / 1));
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
        #easyClevero-footer-1 .easy_footer-col:nth-child(0n+0) {
          margin-right: 0.1px;
          margin-bottom: 0.1px; }
        #easyClevero-footer-1 .easy_footer-col:nth-child(1n+1) {
          margin-right: 0; } }
    @media (min-width: 520.1px) {
      #easyClevero-footer-1 .easy_footer-col {
        width: calc((100% / 2 - 0.1px) + (0.1px / 2));
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
        #easyClevero-footer-1 .easy_footer-col:nth-child(1n+1) {
          margin-right: 0.1px;
          margin-bottom: 0.1px; }
        #easyClevero-footer-1 .easy_footer-col:nth-child(2n+2) {
          margin-right: 0; } }
    @media (min-width: 781.2px) {
      #easyClevero-footer-1 .easy_footer-col {
        width: calc((100% / 3 - 0.1px) + (0.1px / 3));
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
        #easyClevero-footer-1 .easy_footer-col:nth-child(2n+2) {
          margin-right: 0.1px;
          margin-bottom: 0.1px; }
        #easyClevero-footer-1 .easy_footer-col:nth-child(3n+3) {
          margin-right: 0; } }
    @media (min-width: 1041.3px) {
      #easyClevero-footer-1 .easy_footer-col {
        width: calc((100% / 3 - 0.1px) + (0.1px / 3));
        margin-right: 0.1px;
        margin-bottom: 0.1px; }
        #easyClevero-footer-1 .easy_footer-col:nth-child(2n+2) {
          margin-right: 0.1px;
          margin-bottom: 0.1px; }
        #easyClevero-footer-1 .easy_footer-col:nth-child(3n+3) {
          margin-right: 0; } }
    @media (max-width: 260px) {
      #easyClevero-footer-1 .easy_footer-col {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important; } }
    @media (min-width: 320px) {
      #easyClevero-footer-1 .easy_footer-col {
        padding: calc(1.59091vw + 10.90909px); } }
    @media (min-width: 1200px) {
      #easyClevero-footer-1 .easy_footer-col {
        padding: 30px; } }
    #easyClevero-footer-1 .easy_footer-col p, #easyClevero-footer-1 .easy_footer-col a {
      font-size: 13px;
      line-height: 22px;
      color: white;
      display: block; }
      @media (min-width: 320px) {
        #easyClevero-footer-1 .easy_footer-col p, #easyClevero-footer-1 .easy_footer-col a {
          font-size: calc(0.22727vw + 12.27273px); } }
      @media (min-width: 1200px) {
        #easyClevero-footer-1 .easy_footer-col p, #easyClevero-footer-1 .easy_footer-col a {
          font-size: 15px; } }
    #easyClevero-footer-1 .easy_footer-col .footer-social {
      display: inline-flex;
      align-items: center; }
      #easyClevero-footer-1 .easy_footer-col .footer-social svg {
        margin-right: 5px; }
    #easyClevero-footer-1 .easy_footer-col a:hover {
      text-decoration: none; }
    #easyClevero-footer-1 .easy_footer-col a[href^="tel:"] {
      text-decoration: none; }
      #easyClevero-footer-1 .easy_footer-col a[href^="tel:"]:hover {
        text-decoration: underline; }

#copy {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #d5ccc6; }
  #copy p {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 22px;
    font-size: 13px; }
    @media (min-width: 320px) {
      #copy p {
        font-size: calc(0.22727vw + 12.27273px); } }
    @media (min-width: 1200px) {
      #copy p {
        font-size: 15px; } }
    @media (max-width: 700px) {
      #copy p {
        width: 100%;
        justify-content: center; }
        #copy p:first-child {
          margin-bottom: 10px; } }
    #copy p a {
      margin: 0 6px;
      color: #fff; }
      #copy p a:hover {
        text-decoration: none; }

.messages {
  margin-bottom: 20px; }

.hidden {
  display: none; }

.shopping-cart-panel {
  background-color: #fff;
  position: relative;
  z-index: 100; }
  .shopping-cart-panel .btn {
    width: auto; }
    .shopping-cart-panel .btn.login-in-cart {
      float: right; }
      @media (max-width: 600px) {
        .shopping-cart-panel .btn.login-in-cart {
          float: left; } }
    .shopping-cart-panel .btn i {
      font-size: 20px;
      margin-right: 10px;
      vertical-align: middle; }
  .shopping-cart-panel .btn a.back:active {
    top: 0; }
  @media (max-width: 620px) {
    .shopping-cart-panel .btn a.back {
      padding: 0 12px; } }
  .shopping-cart-panel .btn a.next-step {
    width: auto;
    padding: 0 10px; }
    .shopping-cart-panel .btn a.next-step:active {
      top: 0; }
    @media (max-width: 620px) {
      .shopping-cart-panel .btn a.next-step {
        padding: 0 12px; } }

.step-with-sum {
  width: calc(100% - 240px);
  float: left;
  padding-right: 0px; }
  @media (max-width: 970px) {
    .step-with-sum {
      width: 100%; }
      .step-with-sum .cart-box {
        padding: 10px; } }

.cart-steps {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px; }
  .cart-steps .step {
    display: inline-block;
    width: 25%;
    float: left;
    padding: 0 20px;
    background-color: #e9e9e9;
    text-align: center;
    position: relative;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    color: #393e43; }
    .cart-steps .step.after {
      background-color: #ccc; }
    .cart-steps .step.current {
      background-color: #b11a24;
      color: #fff;
      font-weight: 600; }
      .cart-steps .step.current .order-step {
        color: #fff;
        /* prebiti vychoziho stylu <h1> */
        font-size: inherit;
        font-weight: inherit;
        display: inline;
        padding-bottom: 0; }
    .cart-steps .step.done {
      background: #50535a; }
      .cart-steps .step.done a {
        color: white !important; }
    .cart-steps .step .order-step {
      color: black;
      text-decoration: none; }
      .cart-steps .step .order-step[href] {
        color: #b11a24;
        font-weight: 600; }
        .cart-steps .step .order-step[href]:hover {
          text-decoration: underline; }
    @media (max-width: 850px) {
      .cart-steps .step {
        width: 50%;
        text-align: left; } }
    @media (max-width: 500px) {
      .cart-steps .step {
        width: 100%; } }

/*.cart-products-table {
		width: 100%;
		text-align: left;
		clear: both;
		margin-bottom: 20px;

		&.CheckoutItems {
			tr {
				td {

					img {
						max-width: 100%;
						display: inline-block;
						vertical-align: middle;
					}
					&:nth-child(4) {
						@media(max-width: 750px) {
							padding-top: 10px;
							padding-left: 0;
							padding-right: 0;
							text-align: left;
						}

						@media(max-width: 420px) {
							padding: 10px;
						}
					}
				}
			}
		}

		tr {

			th {
				padding: 10px;
				border-bottom: 1px solid lighten($color-3, 60%);

				&:last-child {
					text-align: right;
				}
			}

			td {
				padding: 10px;
				border-bottom: 1px solid #e1e1e1;

				&:last-child {
					text-align: right;
				}

				&:nth-child(4) {
					min-width: 115px;
				}

				.thumbnail {
					width: 80px;
					display: inline-block;
					text-align: center;

					@media(max-width: 760px) {
						width: 100%;
					}

					img {
						display: inline-block;
						max-width: 100%;
						max-height: 100%;
						vertical-align: middle;
					}
				}

				a.image-holder {
					width: 60px;
					height: 60px;
					vertical-align: middle;
					display: inline-block;

					img {
						display: inline-block;
						max-width: 100%;
						max-height: 100%;
						vertical-align: middle;
					}
				}

				a {
					text-decoration: none;
					font-size: 18px;
					color: $color-3;

					&:hover {
						text-decoration: underline;
					}

					&.product-remove {
						&:hover {
							i {
								color: $color-2;
							}
						}
					}
				}

				a.remove-cart {
					font-size: 26px;

					&:hover {
						color: #e50000;
					}
				}

				.sum-panel {
					display: inline-block;
					width: 140px;
					float: none;
					margin: 0px;

					span {
						background-color: #e1e1e1;
						display: inline-block;
						float: left;
						line-height: 40px;
					}

					.less {
						height: 40px;
						text-align: center;
						width: 40px;
						transition: .1s;
						cursor: pointer;

						&:active {
							font-size: 10px;
						}
					}

					input {
						width: 60px;
						float: left;
						height: 40px;
						text-align: center;
						border: 1px solid #e1e1e1;
					}

					.more {
						height: 40px;
						text-align: center;
						width: 40px;
						transition: .3s;
						cursor: pointer;

						&:active {
							font-size: 10px;
						}
					}
				}
			}
		}

		@media(max-width: 750px) {
			display: block;

			.counter {
				margin-bottom: 0px;
			}

			tbody {
				width: 100%;
				display: block;
			}

			tr {
				width: 100%;
				display: inline-block;
				border-bottom: 1px solid #e1e1e1;

				th {
					display: none;
				}

				td {
					display: inline-block;
					float: left;
					vertical-align: middle;
					height: auto;
					border-bottom: none;

					&:before {
						content: "";
						height: 100%;
						vertical-align: middle;
						width: 0;
						display: inline-block;
					}

					* {
						display: inline-block;
						vertical-align: middle;
					}

					&:nth-child(1) {
						width: 80px;

						@media(max-width: 400px) {
							height: auto;
						}
					}

					&:nth-child(2) {
						width: calc(100% - 80px);
						@media(max-width: 400px) {
							height: auto;
						}
					}

					&:nth-child(3) {
						clear: left;

						@media(max-width: 420px) {
							clear: both;
							width: 100%;

							.sum-panel {
								width: 100%;

								input {
									width: calc(100% - 80px);
								}
							}
						}
					}

					&:nth-child(4) {
						@media(max-width: 750px) {
							padding-top: 32px;
							padding-left: 0;
							padding-right: 0;
						}

						@media(max-width: 420px) {
							padding: 10px;
						}
					}

					&:nth-child(5) {
						float: right;
						@media(max-width: 750px) {
							padding-top: 32px;
							padding-right: 0;
						}

						@media(max-width: 420px) {
							padding: 10px;
						}
					}
				}
			}

			&.total-summary {
				tr {
					td:nth-child(4) {
						float: right;
					}
				}
			}
		}
	}*/
.content-body .total-sum {
  float: right;
  display: inline-block;
  height: 40px;
  padding: 10px; }
  .content-body .total-sum p {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    vertical-align: bottom;
    line-height: normal;
    margin-bottom: 0px; }
    @media (max-width: 400px) {
      .content-body .total-sum p {
        font-size: 13px;
        margin-right: 10px; } }
  .content-body .total-sum span {
    vertical-align: bottom; }
  .content-body .total-sum .total-price {
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    display: inline-block; }
    @media (max-width: 400px) {
      .content-body .total-sum .total-price {
        font-size: 20px; } }
    .content-body .total-sum .total-price .currency {
      font-size: 14px;
      position: relative;
      top: -2px; }

.total-sub-sum {
  float: right;
  display: inline-block;
  height: 30px;
  padding: 10px; }
  .total-sub-sum p {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
    vertical-align: bottom; }
    @media (max-width: 400px) {
      .total-sub-sum p {
        font-size: 13px;
        margin-right: 10px; } }
  .total-sub-sum span {
    vertical-align: bottom; }
  .total-sub-sum .total-price {
    font-size: 28px;
    font-weight: 700;
    text-align: right;
    display: inline-block; }
    @media (max-width: 400px) {
      .total-sub-sum .total-price {
        font-size: 20px; } }
    .total-sub-sum .total-price .currency {
      font-size: 14px;
      position: relative;
      top: -2px; }

.cart-box {
  width: 50%;
  display: inline-block;
  float: left;
  padding-right: 20px; }
  .cart-box .element {
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 970px) {
    .cart-box {
      width: calc(50% - 10px);
      padding-right: 0;
      margin-right: 20px; }
      .cart-box:nth-child(2) {
        margin-right: 0; } }
  @media (max-width: 767px) {
    .cart-box {
      width: 100%;
      padding: 0;
      margin-right: 0px;
      margin-bottom: 20px; }
      .cart-box:nth-child(2) {
        margin-right: 0; } }
  .cart-box.summary {
    width: 240px;
    padding-right: 0; }
    @media (max-width: 970px) {
      .cart-box.summary {
        display: block;
        width: 100%;
        margin: 30px 0 0; } }
    @media (max-width: 665px) {
      .cart-box.summary {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0; } }
    .cart-box.summary header {
      margin-bottom: 0; }
  .cart-box header {
    border-bottom: 1px solid #d4d7da; }
    .cart-box header h2 {
      margin: 0 0 20px 0; }
  .cart-box fieldset {
    display: block;
    width: 100%;
    border: none;
    padding: 0; }
    .cart-box fieldset label {
      display: inline-block;
      width: 100%;
      vertical-align: middle;
      height: 100px;
      padding: 20px 0px;
      border-bottom: 1px solid #d4d7da; }
      .cart-box fieldset label:before {
        content: "";
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle; }
      .cart-box fieldset label img {
        display: inline-block;
        max-height: 60px;
        max-width: 80px;
        vertical-align: middle;
        margin-left: 10px; }
        @media (max-width: 665px) {
          .cart-box fieldset label img {
            max-width: 40px; } }
      .cart-box fieldset label .ver-label {
        display: inline-block;
        margin-left: 10px;
        width: calc(100% - 140px);
        vertical-align: middle;
        font-size: 13px; }
        .cart-box fieldset label .ver-label p {
          font-size: 15px;
          font-weight: 700; }
        @media (max-width: 665px) {
          .cart-box fieldset label .ver-label {
            width: calc(100% - 100px);
            font-size: 13px; } }
  .cart-box .summary-box {
    display: block;
    border: 1px solid #d4d7da;
    border-top: none; }
    @media (max-width: 970px) {
      .cart-box .summary-box {
        display: block; } }
    .cart-box .summary-box .item-summary {
      display: inline-block;
      width: 100%;
      padding: 10px;
      border-bottom: 1px solid #d4d7da; }
      .cart-box .summary-box .item-summary .item-img-holder {
        width: 60px;
        height: 60px;
        display: inline-block;
        float: left; }
        .cart-box .summary-box .item-summary .item-img-holder img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
      .cart-box .summary-box .item-summary .item-name {
        width: calc(100% - 60px);
        padding-left: 10px;
        font-size: 13px;
        display: inline-block;
        float: left;
        margin-bottom: 10px; }
      .cart-box .summary-box .item-summary .item-price {
        float: right;
        display: inline-block;
        width: 100%;
        font-size: 13px;
        text-align: right; }
    .cart-box .summary-box .total-cart-sum {
      display: inline-block;
      width: 100%;
      padding: 10px; }
      .cart-box .summary-box .total-cart-sum span:nth-child(1) {
        font-size: 14px;
        font-weight: 700;
        float: left;
        padding-top: 7px; }
      .cart-box .summary-box .total-cart-sum span:nth-child(2) {
        font-size: 20px;
        font-weight: 700;
        float: right; }

.cart-box .summary-box .total-cart-sum span.currency {
  float: none; }

.cart-step-2 .cart-bottom-actions {
  float: left;
  padding-right: 20px;
  width: 100%;
  clear: both; }
  @media (max-width: 970px) {
    .cart-step-2 .cart-bottom-actions {
      width: 100%;
      padding-right: 0; } }

.cart-step-3 {
  margin-bottom: 30px; }
  .cart-step-3.step-with-sum {
    padding-right: 20px; }
    @media (max-width: 600px) {
      .cart-step-3.step-with-sum .login-in-cart {
        margin-bottom: 20px; } }
    @media (max-width: 970px) {
      .cart-step-3.step-with-sum {
        padding-right: 0px; } }
  .cart-step-3 .cart-bottom-actions {
    float: left;
    padding-right: 20px;
    width: 100%;
    clear: both; }
    @media (max-width: 970px) {
      .cart-step-3 .cart-bottom-actions {
        width: 100%;
        padding-right: 0; } }
  .cart-step-3 .contact-field {
    width: calc(100% - 240px);
    float: left;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0;
    border: none; }
    @media (max-width: 970px) {
      .cart-step-3 .contact-field {
        width: 100%;
        padding: 0; } }

.price-summary2 {
  margin-bottom: 35px; }

.cart-column {
  width: 33.33%;
  float: left;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 30px; }
  .cart-column header {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  .cart-column p {
    display: block;
    margin-bottom: 6px;
    font-size: 13px; }
  @media (max-width: 767px) {
    .cart-column {
      width: 50%; } }
  @media (max-width: 620px) {
    .cart-column {
      width: 100%; } }

.field-checkbox {
  display: block;
  margin-bottom: 30px; }
  .field-checkbox label {
    cursor: pointer; }
    .field-checkbox label input {
      margin-right: 6px; }

.contact-field .field-section.other-address, .field-section.company, .field-section.registration {
  display: none; }

.ticket {
  margin-top: 20px; }
  .ticket p {
    margin-bottom: 6px; }
  .ticket input {
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d7d7d7;
    float: left; }
    @media (max-width: 440px) {
      .ticket input {
        width: 100%; } }
  .ticket button {
    height: 40px;
    padding: 0 12px;
    border: none;
    float: left;
    background: #b11a24;
    color: #fff; }
    @media (max-width: 440px) {
      .ticket button {
        float: right; } }
    .ticket button:hover {
      background: #ab8e32; }

.req-passw {
  font-size: 12px;
  text-align: right;
  width: 100%;
  display: block;
  margin-top: 4px; }
  .req-passw .slow {
    color: red; }
  .req-passw .medium {
    color: yellow; }
  .req-passw .hard {
    color: green; }

.conditions {
  display: block;
  text-align: right;
  font-size: 13px;
  clear: both;
  float: right; }
  .conditions input {
    margin-right: 6px;
    cursor: pointer; }

.pplparcelshop {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  padding: 20px 0px;
  border-bottom: 1px solid #e1e1e1; }
  .pplparcelshop .ui-selectmenu-button.ui-button {
    width: 100%; }
    .pplparcelshop .ui-selectmenu-button.ui-button .ui-selectmenu-text {
      max-width: 400px; }
  .pplparcelshop .logo-container img {
    display: inline-block;
    max-width: 100%; }

#pplparcelshop-info {
  padding: 8px; }
  #pplparcelshop-info .openTime {
    display: block;
    margin-bottom: 16px; }
  #pplparcelshop-info .desc {
    font-size: 13px;
    line-height: 18px; }

.zasilkovna {
  padding: 25px 0 25px 44px;
  border-top: 1px dashed #e6e6e6;
  margin-top: -2px;
  background: #fff;
  position: relative; }
  .zasilkovna-holder {
    position: fixed;
    left: 0;
    z-index: 99999999999;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: rgba(18, 15, 9, 0.85); }
    .zasilkovna-holder iframe {
      max-width: 1000px;
      max-height: 600px; }
  .zasilkovna .seleted-zasilkovna {
    font-size: 16px;
    margin: 0 0 13px;
    line-height: 1.4; }
    @media (max-width: 400px) {
      .zasilkovna .seleted-zasilkovna {
        font-size: 13px; } }
    .zasilkovna .seleted-zasilkovna span {
      font-weight: 700;
      color: #b11a24; }
  .zasilkovna .btn {
    float: none !important;
    font-size: 13px !important;
    height: 41px !important;
    line-height: 47px !important;
    margin: 0 !important;
    width: auto !important;
    min-width: 0 !important;
    display: table !important; }
    @media (max-width: 400px) {
      .zasilkovna .btn {
        font-size: 12px !important;
        height: 38px !important;
        line-height: 38px !important; } }

.easyClevero-cart-sum {
  margin-bottom: 20px; }
  .easyClevero-cart-sum .easyClevero-cart-sum-item {
    width: 100%;
    text-align: right;
    padding: 6px 0;
    font-size: 13px; }
    @media (min-width: 320px) {
      .easyClevero-cart-sum .easyClevero-cart-sum-item {
        font-size: calc(0.11364vw + 12.63636px); } }
    @media (min-width: 1200px) {
      .easyClevero-cart-sum .easyClevero-cart-sum-item {
        font-size: 14px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item .title {
      width: 165px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .title {
          width: calc(6.25vw + 145px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .title {
          width: 220px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item .description {
      width: 115px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .description {
          width: calc(9.65909vw + 84.09091px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item .description {
          width: 200px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .title {
      font-weight: 700;
      font-size: 15px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .title {
          font-size: calc(0.11364vw + 14.63636px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .title {
          font-size: 16px; } }
    .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .description {
      color: #202124;
      font-weight: 700;
      font-size: 18px; }
      @media (min-width: 320px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .description {
          font-size: calc(0.90909vw + 15.09091px); } }
      @media (min-width: 1200px) {
        .easyClevero-cart-sum .easyClevero-cart-sum-item:last-child .description {
          font-size: 26px; } }

.easyClevero-discount-form .easyClevero-discount {
  padding: 20px;
  background: #f3f3f3; }
  .easyClevero-discount-form .easyClevero-discount button {
    height: 34px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
    border: 1px solid #202124;
    display: inline-block;
    color: #202124;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400; }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        height: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        height: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        line-height: calc(3.24074vw + 7.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-left: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-right: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        padding-right: 48px; } }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount button {
        font-size: calc(0.92593vw + 4.88889px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount button {
        font-size: 16px; } }
    .easyClevero-discount-form .easyClevero-discount button i {
      margin-right: 8px; }
    .easyClevero-discount-form .easyClevero-discount button::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #202124;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .easyClevero-discount-form .easyClevero-discount button:hover {
      color: white; }
      .easyClevero-discount-form .easyClevero-discount button:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }
  .easyClevero-discount-form .easyClevero-discount label {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 14px;
    font-size: 18px; }
    @media (min-width: 320px) {
      .easyClevero-discount-form .easyClevero-discount label {
        font-size: calc(0.22727vw + 17.27273px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount label {
        font-size: 20px; } }
  .easyClevero-discount-form .easyClevero-discount input {
    display: block;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin: 0px 0px 0px 0px;
    border: 1px solid #cfcfcf;
    height: 34px;
    margin-bottom: 14px;
    font-size: 15px; }
    @media (min-width: 768px) {
      .easyClevero-discount-form .easyClevero-discount input {
        height: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .easyClevero-discount-form .easyClevero-discount input {
        height: 48px; } }
    .easyClevero-discount-form .easyClevero-discount input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input::-moz-placeholder {
      /* Firefox 19+ */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input:-ms-input-placeholder {
      /* IE 10+ */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input:-moz-placeholder {
      /* Firefox 18- */
      color: #797979; }
    .easyClevero-discount-form .easyClevero-discount input.skryta-cpt {
      display: none; }
    .easyClevero-discount-form .easyClevero-discount input:focus {
      border-color: #9c9c9c; }

.cart-bottom-actions {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 320px) {
    .cart-bottom-actions {
      padding-top: calc(1.70455vw + 9.54545px); } }
  @media (min-width: 1200px) {
    .cart-bottom-actions {
      padding-top: 30px; } }
  @media (min-width: 320px) {
    .cart-bottom-actions {
      padding-bottom: calc(1.70455vw + 9.54545px); } }
  @media (min-width: 1200px) {
    .cart-bottom-actions {
      padding-bottom: 30px; } }
  .cart-bottom-actions .back-to-shop {
    order: -1; }
  @media (max-width: 500px) {
    .cart-bottom-actions button, .cart-bottom-actions .back-to-shop, .cart-bottom-actions div, .cart-bottom-actions .next-step {
      width: 100% !important;
      text-align: center !important;
      justify-content: center !important; }
    .cart-bottom-actions .back-to-shop {
      margin-top: 10px;
      order: 2; } }

.cart-products-table {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px; }
  .cart-products-table .product-cart-name {
    font-size: 15px;
    color: #000;
    text-decoration: none; }
    @media (min-width: 320px) {
      .cart-products-table .product-cart-name {
        font-size: calc(0.11364vw + 14.63636px); } }
    @media (min-width: 1200px) {
      .cart-products-table .product-cart-name {
        font-size: 16px; } }
    .cart-products-table .product-cart-name:hover {
      text-decoration: underline; }
  .cart-products-table .product-remove {
    text-decoration: none;
    font-size: 20px;
    color: #000;
    transition: .5s; }
    .cart-products-table .product-remove:hover {
      color: #bd5454; }
  .cart-products-table tbody, .cart-products-table thead {
    width: 100%;
    display: block; }
  .cart-products-table.no-trash tr {
    grid-template-columns: 100px 1fr 170px 125px; }
    @media (max-width: 700px) {
      .cart-products-table.no-trash tr {
        grid-template-columns: 100px 1fr 1fr 40px;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "a b b" "a d e"; }
        .cart-products-table.no-trash tr:first-child {
          display: none; } }
    @media (max-width: 420px) {
      .cart-products-table.no-trash tr {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        grid-template-areas: "b b" "a a" "d e";
        grid-auto-rows: auto; } }
  .cart-products-table tr {
    display: grid;
    grid-template-columns: 100px 1fr 170px 125px 85px;
    grid-template-rows: 1fr;
    border-bottom: 1px solid #ebebeb; }
    @media (max-width: 700px) {
      .cart-products-table tr {
        grid-template-columns: 100px 1fr 1fr 40px;
        grid-template-rows: 1fr 1fr;
        grid-template-areas: "a b b b" "a d e f"; }
        .cart-products-table tr:first-child {
          display: none; } }
    @media (max-width: 420px) {
      .cart-products-table tr {
        grid-template-columns: 1fr 1fr 40px;
        grid-template-rows: auto;
        grid-template-areas: "b b b" "a a a" "d e f";
        grid-auto-rows: auto;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .cart-products-table tr .thumbnail {
          margin-bottom: 20px;
          margin-top: 20px; }
        .cart-products-table tr td:nth-child(2) {
          text-align: center; } }
    .cart-products-table tr td, .cart-products-table tr th {
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
      padding: 8px;
      position: relative; }
      .cart-products-table tr td::before, .cart-products-table tr th::before {
        content: attr(data-mobile-text);
        display: none;
        font-size: 13px; }
        @media (max-width: 700px) {
          .cart-products-table tr td::before, .cart-products-table tr th::before {
            display: block;
            width: calc(100% - 16px);
            margin-bottom: 5px;
            position: absolute;
            top: 0;
            left: 8px; } }
      @media (max-width: 700px) {
        .cart-products-table tr td.count, .cart-products-table tr td.price-vat, .cart-products-table tr td.product-td-remove, .cart-products-table tr th.count, .cart-products-table tr th.price-vat, .cart-products-table tr th.product-td-remove {
          padding-top: 20px; }
        .cart-products-table tr td.price-vat, .cart-products-table tr th.price-vat {
          justify-content: flex-start; }
          .cart-products-table tr td.price-vat::before, .cart-products-table tr th.price-vat::before {
            text-align: left; }
        .cart-products-table tr td:nth-child(1), .cart-products-table tr th:nth-child(1) {
          grid-area: a; }
        .cart-products-table tr td:nth-child(2), .cart-products-table tr th:nth-child(2) {
          grid-area: b; }
        .cart-products-table tr td:nth-child(3), .cart-products-table tr th:nth-child(3) {
          grid-area: d; }
        .cart-products-table tr td:nth-child(4), .cart-products-table tr th:nth-child(4) {
          grid-area: e; }
        .cart-products-table tr td:nth-child(5), .cart-products-table tr th:nth-child(5) {
          grid-area: f; } }
      @media (max-width: 420px) {
        .cart-products-table tr td.price-vat, .cart-products-table tr th.price-vat {
          justify-content: flex-end; }
          .cart-products-table tr td.price-vat::before, .cart-products-table tr th.price-vat::before {
            text-align: right; } }

.order-inner {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap; }

.shopping-cart-panel {
  overflow: hidden; }

.terms-holder {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px; }
  .terms-holder p {
    text-align: left; }

.login-in-cart {
  height: 34px;
  line-height: 32px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 12px;
  border: 1px solid #50535a;
  display: inline-block;
  color: white;
  text-decoration: none !important;
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: #50535a;
  font-weight: 400;
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .login-in-cart {
      height: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      height: 48px; } }
  @media (min-width: 768px) {
    .login-in-cart {
      line-height: calc(3.24074vw + 7.11111px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      line-height: 46px; } }
  @media (min-width: 768px) {
    .login-in-cart {
      padding-left: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    .login-in-cart {
      padding-right: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      padding-right: 48px; } }
  @media (min-width: 768px) {
    .login-in-cart {
      font-size: calc(0.92593vw + 4.88889px); } }
  @media (min-width: 1200px) {
    .login-in-cart {
      font-size: 16px; } }
  .login-in-cart i {
    margin-right: 8px; }
  .login-in-cart::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202124;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .login-in-cart:hover {
    color: white; }
    .login-in-cart:hover::before {
      -webkit-transform: scale(2);
      transform: scale(2); }

#buttonSubmit, .next-step {
  height: 34px;
  line-height: 32px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 12px;
  border: 1px solid #b11a24;
  display: inline-block;
  color: white;
  text-decoration: none !important;
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: #b11a24;
  font-weight: 400; }
  @media (min-width: 768px) {
    #buttonSubmit, .next-step {
      height: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    #buttonSubmit, .next-step {
      height: 48px; } }
  @media (min-width: 768px) {
    #buttonSubmit, .next-step {
      line-height: calc(3.24074vw + 7.11111px); } }
  @media (min-width: 1200px) {
    #buttonSubmit, .next-step {
      line-height: 46px; } }
  @media (min-width: 768px) {
    #buttonSubmit, .next-step {
      padding-left: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    #buttonSubmit, .next-step {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    #buttonSubmit, .next-step {
      padding-right: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    #buttonSubmit, .next-step {
      padding-right: 48px; } }
  @media (min-width: 768px) {
    #buttonSubmit, .next-step {
      font-size: calc(0.92593vw + 4.88889px); } }
  @media (min-width: 1200px) {
    #buttonSubmit, .next-step {
      font-size: 16px; } }
  #buttonSubmit i, .next-step i {
    margin-right: 8px; }
  #buttonSubmit::before, .next-step::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #580d12;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  #buttonSubmit:hover, .next-step:hover {
    color: white; }
    #buttonSubmit:hover::before, .next-step:hover::before {
      -webkit-transform: scale(2);
      transform: scale(2); }

.back-to-shop {
  height: 34px;
  line-height: 32px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 12px;
  border: 1px solid #50535a;
  display: inline-block;
  color: white;
  text-decoration: none !important;
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: #50535a;
  font-weight: 400; }
  @media (min-width: 768px) {
    .back-to-shop {
      height: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .back-to-shop {
      height: 48px; } }
  @media (min-width: 768px) {
    .back-to-shop {
      line-height: calc(3.24074vw + 7.11111px); } }
  @media (min-width: 1200px) {
    .back-to-shop {
      line-height: 46px; } }
  @media (min-width: 768px) {
    .back-to-shop {
      padding-left: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .back-to-shop {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    .back-to-shop {
      padding-right: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .back-to-shop {
      padding-right: 48px; } }
  @media (min-width: 768px) {
    .back-to-shop {
      font-size: calc(0.92593vw + 4.88889px); } }
  @media (min-width: 1200px) {
    .back-to-shop {
      font-size: 16px; } }
  .back-to-shop i {
    margin-right: 8px; }
  .back-to-shop::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202124;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .back-to-shop:hover {
    color: white; }
    .back-to-shop:hover::before {
      -webkit-transform: scale(2);
      transform: scale(2); }

.spinner-holder {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .spinner-holder i {
    color: white;
    font-size: 35px; }

.predkosik-textura {
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  display: none; }

.left_fixed_pre_card {
  position: fixed;
  right: -420px;
  top: 0;
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  height: 100%;
  display: block;
  z-index: 99999999;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: .5s; }
  @media (max-width: 520px) {
    .left_fixed_pre_card {
      max-width: 320px; } }
  .left_fixed_pre_card.open {
    right: 0px; }
  .left_fixed_pre_card .pre_cart_content {
    max-width: 100%;
    padding: 20px; }
  .left_fixed_pre_card .header_pre_cart {
    border-bottom: 1px solid #eaeaea;
    font-size: 25px;
    padding-bottom: 15px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 15px; }
    .left_fixed_pre_card .header_pre_cart:before {
      content: "\f07a";
      font-family: Font Awesome\ 5 Free;
      font-weight: 900 !important;
      font-size: 17px;
      width: 30px;
      height: 30px;
      border-radius: 45px;
      border: 1px solid #000;
      color: #000;
      line-height: 30px;
      vertical-align: middle;
      text-align: center;
      margin-right: 12px;
      display: inline-block; }
  .left_fixed_pre_card .closing_pre_cart {
    position: absolute;
    right: 0px;
    top: 20px;
    cursor: pointer; }
    .left_fixed_pre_card .closing_pre_cart:before {
      content: "\f00d";
      font-family: Font Awesome\ 5 Free;
      font-weight: 900 !important;
      font-size: 17px;
      width: 30px;
      height: 30px;
      border-radius: 45px;
      border: 1px solid #000;
      color: #000;
      line-height: 30px;
      vertical-align: middle;
      text-align: center;
      margin-right: 12px;
      display: inline-block; }
  .left_fixed_pre_card .pre_cart_item_container {
    max-height: 456px;
    overflow-y: auto;
    display: block;
    overflow-x: hidden; }
    @media (max-height: 790px) {
      .left_fixed_pre_card .pre_cart_item_container {
        max-height: 255px; } }
  .left_fixed_pre_card .pre_cart_product {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eaeaea;
    transition: 1s;
    left: 0%; }
    .left_fixed_pre_card .pre_cart_product.pre_hidden {
      left: 100%; }
    .left_fixed_pre_card .pre_cart_product .thumbnail {
      width: 60px;
      display: inline-block;
      float: left;
      height: 60px; }
      .left_fixed_pre_card .pre_cart_product .thumbnail img {
        max-width: 100%;
        max-height: 100%; }
  .left_fixed_pre_card .pre_cart_product_name {
    font-size: 14px;
    font-weight: 600;
    display: block;
    float: right;
    width: calc(100% - 60px);
    padding-left: 12px;
    margin-bottom: 15px; }
  .left_fixed_pre_card .pre_cart_product_price {
    font-size: 13px;
    color: #b11a24;
    font-weight: 400;
    display: block;
    float: right;
    clear: right;
    width: calc(100% - 60px);
    padding-left: 12px; }
  .left_fixed_pre_card .summary_box {
    text-align: right; }
    .left_fixed_pre_card .summary_box span:first-child {
      font-size: 14px;
      display: inline-block; }
    .left_fixed_pre_card .summary_box span:last-child {
      font-size: 20px;
      font-weight: bold;
      display: inline-block;
      color: #b11a24; }
  .left_fixed_pre_card .btn {
    height: 34px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
    border: 1px solid #202124;
    display: inline-block;
    color: #202124;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: transparent;
    font-weight: 400;
    width: 100%;
    margin: 20px 0;
    text-align: center; }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        height: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        height: 48px; } }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        line-height: calc(3.24074vw + 7.11111px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        padding-left: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        padding-right: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        padding-right: 48px; } }
    @media (min-width: 768px) {
      .left_fixed_pre_card .btn {
        font-size: calc(0.92593vw + 4.88889px); } }
    @media (min-width: 1200px) {
      .left_fixed_pre_card .btn {
        font-size: 16px; } }
    .left_fixed_pre_card .btn i {
      margin-right: 8px; }
    .left_fixed_pre_card .btn::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #202124;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .left_fixed_pre_card .btn:hover {
      color: white; }
      .left_fixed_pre_card .btn:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }
  .left_fixed_pre_card .go_back_pre_cart {
    text-decoration: underline;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 0; }
    .left_fixed_pre_card .go_back_pre_cart.btn.back {
      margin: 0;
      width: 100%; }
    .left_fixed_pre_card .go_back_pre_cart:hover {
      text-decoration: none; }

.precart-easy {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  padding: 20px;
  /* Center slide text vertically */
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .precart-easy.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .precart-easy .precart-easy-content {
    padding: 20px;
    border-radius: 5px;
    display: block;
    transition: .3s;
    transform: scale(0);
    background-color: #fff;
    width: 100%;
    max-width: 600px; }
    .precart-easy .precart-easy-content.show {
      transform: scale(1); }
    .precart-easy .precart-easy-content .precart-info {
      margin-bottom: 16px;
      font-size: 14px;
      width: 100%; }
    @media (max-width: 450px) {
      .precart-easy .precart-easy-content .buttons-holder {
        text-align: center; }
        .precart-easy .precart-easy-content .buttons-holder .btn.continue-to-cart {
          float: none;
          margin-top: 15px; }
        .precart-easy .precart-easy-content .buttons-holder .btn.back {
          float: none; } }
    .precart-easy .precart-easy-content .btn {
      width: auto; }
      .precart-easy .precart-easy-content .btn.continue-to-cart {
        float: right; }
    .precart-easy .precart-easy-content .precart-easy-header {
      font-size: 26px;
      margin: 0 0 16px 0;
      padding: 0 0 16px 0;
      display: block;
      border-bottom: 1px solid #e1e1e1; }
      .precart-easy .precart-easy-content .precart-easy-header:before {
        display: inline-block;
        margin-right: 12px;
        content: "\f07a";
        font-family: Font Awesome\ 5 Free;
        font-weight: 900 !important; }
    .precart-easy .precart-easy-content .easy-products-container {
      margin: 0px 0px 16px 0px;
      padding: 0px 0px 16px 0px;
      display: block;
      border-bottom: 1px solid #e1e1e1; }
      .precart-easy .precart-easy-content .easy-products-container .thumbnail {
        display: block;
        max-height: 110px;
        text-align: center;
        width: 100%;
        margin-bottom: 15px;
        margin-top: 25px; }
        .precart-easy .precart-easy-content .easy-products-container .thumbnail img {
          display: inline-block;
          max-height: 110px; }
      .precart-easy .precart-easy-content .easy-products-container .precart-added-name {
        text-align: center;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 18px;
        font-weight: 600; }
      .precart-easy .precart-easy-content .easy-products-container .precart-added-price {
        color: #b11a24;
        font-weight: bold;
        text-align: right; }
      .precart-easy .precart-easy-content .easy-products-container .price-small {
        font-weight: 400;
        margin-right: 10px;
        color: #000; }

.panel-form h2 {
  margin-top: 50px;
  font-weight: 700;
  color: #50535a; }

.location_product_getInquiry .messages {
  margin-top: 150px; }

.download-table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse; }
  .download-table .doc-name {
    font-size: 14px;
    margin: 0;
    padding: 0;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700; }
  .download-table tr th {
    text-align: left;
    padding: 10px 10px 10px 0px; }
    .download-table tr th:last-child {
      text-align: right;
      padding: 10px 10px 10px 10px; }
  .download-table tr td {
    text-align: left;
    padding: 10px 10px 10px 0px;
    border-top: 1px solid #e1e1e1; }
    .download-table tr td:last-child {
      text-align: right;
      padding: 10px 10px 10px 0px; }
      .download-table tr td:last-child a {
        display: inline-block;
        width: auto;
        color: #393e43; }
        .download-table tr td:last-child a:hover {
          color: #b11a24; }
    .download-table tr td .file-size {
      font-size: 12px; }
    .download-table tr td .icon-holder {
      height: 40px;
      width: 40px;
      display: inline-block;
      vertical-align: middle;
      text-align: center; }
      .download-table tr td .icon-holder img {
        display: inline-block;
        max-width: 100%;
        max-height: 100%; }
  @media (max-width: 450px) {
    .download-table tr {
      width: 100%;
      display: inline-block;
      float: none; }
      .download-table tr th {
        display: none; }
      .download-table tr td {
        width: calc(100% - 80px);
        float: left;
        display: inline-block;
        border: none;
        padding: 10px; }
        .download-table tr td:nth-child(2n + 1) {
          width: 80px; }
        .download-table tr td:nth-child(3) {
          clear: left;
          border-bottom: 1px solid #e1e1e1; }
        .download-table tr td:nth-child(4) {
          border-bottom: 1px solid #e1e1e1; } }

.location_order_myOrder h2 {
  margin-top: 0; }

.location_order_myOrder h3 {
  margin-bottom: 30px; }

.order-notes {
  margin-top: 30px; }

.btn-order-back {
  height: 34px;
  line-height: 32px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 12px;
  border: 1px solid #50535a;
  display: inline-block;
  color: white;
  text-decoration: none !important;
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: #50535a;
  font-weight: 400;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .btn-order-back {
      height: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .btn-order-back {
      height: 48px; } }
  @media (min-width: 768px) {
    .btn-order-back {
      line-height: calc(3.24074vw + 7.11111px); } }
  @media (min-width: 1200px) {
    .btn-order-back {
      line-height: 46px; } }
  @media (min-width: 768px) {
    .btn-order-back {
      padding-left: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .btn-order-back {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    .btn-order-back {
      padding-right: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .btn-order-back {
      padding-right: 48px; } }
  @media (min-width: 768px) {
    .btn-order-back {
      font-size: calc(0.92593vw + 4.88889px); } }
  @media (min-width: 1200px) {
    .btn-order-back {
      font-size: 16px; } }
  .btn-order-back i {
    margin-right: 8px; }
  .btn-order-back::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202124;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .btn-order-back:hover {
    color: white; }
    .btn-order-back:hover::before {
      -webkit-transform: scale(2);
      transform: scale(2); }

.order-table {
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 880px) {
    .order-table thead {
      display: none; } }
  .order-table tr {
    border-bottom: 1px solid #ebebeb;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr; }
    .order-table tr .btn {
      height: 34px;
      line-height: 34px;
      padding-left: 22px;
      padding-right: 22px;
      font-size: 12px;
      border: 1px solid #202124;
      display: inline-block;
      color: #202124;
      text-decoration: none !important;
      width: auto;
      position: relative;
      overflow: hidden;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      background: transparent;
      font-weight: 400; }
      @media (min-width: 991px) {
        .order-table tr .btn {
          padding-left: calc(7.6555vw - 53.86603px); } }
      @media (min-width: 1200px) {
        .order-table tr .btn {
          padding-left: 38px; } }
      @media (min-width: 991px) {
        .order-table tr .btn {
          padding-right: calc(7.6555vw - 53.86603px); } }
      @media (min-width: 1200px) {
        .order-table tr .btn {
          padding-right: 38px; } }
      @media (min-width: 768px) {
        .order-table tr .btn {
          font-size: calc(0.92593vw + 4.88889px); } }
      @media (min-width: 1200px) {
        .order-table tr .btn {
          font-size: 16px; } }
      .order-table tr .btn i {
        margin-right: 8px; }
      .order-table tr .btn::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #202124;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .order-table tr .btn:hover {
        color: white; }
        .order-table tr .btn:hover::before {
          -webkit-transform: scale(2);
          transform: scale(2); }
    .order-table tr td, .order-table tr th {
      text-align: left;
      height: 100%;
      display: flex;
      flex-wrap: wrap;
      align-content: center;
      align-items: center;
      padding: 8px;
      position: relative; }
    @media (max-width: 880px) {
      .order-table tr {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0; }
        .order-table tr th::before, .order-table tr td::before {
          content: attr(data-th);
          display: block;
          width: 100%;
          margin-bottom: 4px;
          font-size: 12px;
          font-style: italic; }
        .order-table tr th:nth-child(1), .order-table tr th:nth-child(2), .order-table tr th:nth-child(3), .order-table tr td:nth-child(1), .order-table tr td:nth-child(2), .order-table tr td:nth-child(3) {
          width: calc(100% / 3); }
        .order-table tr th:nth-child(4), .order-table tr td:nth-child(4) {
          width: calc(100% / 3); }
        .order-table tr th:nth-child(5), .order-table tr td:nth-child(5) {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-end;
          width: calc(100% - (100% / 3)); } }
    @media (max-width: 435px) {
      .order-table tr th:nth-child(1), .order-table tr th:nth-child(2), .order-table tr th:nth-child(3), .order-table tr td:nth-child(1), .order-table tr td:nth-child(2), .order-table tr td:nth-child(3) {
        width: calc(100% / 2); }
      .order-table tr th:nth-child(4), .order-table tr td:nth-child(4) {
        width: calc(100% / 2); }
      .order-table tr th:nth-child(5), .order-table tr td:nth-child(5) {
        justify-content: center;
        width: 100%; } }

.icon {
  display: inline-block;
  width: 40px;
  height: 50px;
  border-radius: 2px;
  cursor: pointer;
  position: relative;
  margin: 0 5px;
  background-color: #5a5a5a; }
  .icon::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-radius: 0 2px;
    transition: all 0.2s linear;
    backface-visibility: hidden; }
  .icon::after {
    background: linear-gradient(45deg, gray 50%, #fff 50%); }
  .icon i::before {
    content: '☰'; }
  .icon--doc {
    background-color: #4285f4; }
    .icon--doc::after {
      background: linear-gradient(45deg, #8ab4f8 50%, #fff 50%); }
    .icon--doc i::before {
      content: '☰'; }
  .icon--txt {
    background-color: #4285f4; }
    .icon--txt::after {
      background: linear-gradient(45deg, #8ab4f8 50%, #fff 50%); }
    .icon--txt i::before {
      content: '☰'; }
  .icon--pdf {
    background-color: #db4437; }
    .icon--pdf::after {
      background: linear-gradient(45deg, #e78178 50%, #fff 50%); }
    .icon--pdf i::before {
      content: '☵'; }
  .icon--sheets {
    background-color: #0f9d58; }
    .icon--sheets::after {
      background: linear-gradient(45deg, #16e37f 50%, #fff 50%); }
    .icon--sheets i::before {
      content: '⊟'; }
  .icon--slides {
    background-color: #f5b707; }
    .icon--slides::after {
      background: linear-gradient(45deg, #facd4f 50%, #fff 50%); }
    .icon--slides i::before {
      content: '⧉'; }
  .icon--code {
    background-color: #00a78e; }
    .icon--code::after {
      background: linear-gradient(45deg, #00f4cf 50%, #fff 50%); }
    .icon--code i::before {
      content: '< >'; }
  .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    font-size: 10px;
    color: #fff;
    font-weight: 500; }
    .icon i::before, .icon i::after {
      display: block;
      transition: all 0.2s linear; }
    .icon i::before {
      text-align: center;
      font-size: 12px;
      opacity: 0;
      transform: translateY(5px); }
    .icon i::after {
      content: attr(title);
      transform: translateY(-5px); }
  .icon:hover {
    border-radius: 2px 4px 2px 2px; }
    .icon:hover::after {
      width: 12px;
      height: 12px; }
    .icon:hover i::before {
      transform: translateY(0);
      opacity: 1; }
    .icon:hover i::after {
      transform: translateY(0); }

.flexbox, .productReview_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.zakaznik {
  background: #fff;
  padding: 16px;
  margin-bottom: 20px;
  border: 1px solid #eaeaea;
  flex: 0 calc(50% - 10px); }
  @media (max-width: 830px) {
    .zakaznik {
      flex: 0 100%; } }
  .zakaznik .shorty {
    margin-bottom: 0;
    padding-left: 0px; }
    .zakaznik .shorty li {
      display: block;
      width: 100%;
      cursor: default;
      font-size: 15px;
      line-height: 20px;
      margin-bottom: 12px;
      text-align: justify;
      font-weight: 300; }
      .zakaznik .shorty li:before {
        background: transparent;
        color: #5ab13a;
        content: "\f067";
        font-family: 'Font Awesome\ 5 Free';
        width: auto;
        font-weight: 700;
        height: auto;
        margin-right: 12px;
        top: 0; }
  .zakaznik .zakaznik_inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    .zakaznik .zakaznik_inline .z {
      flex: 1; }
      .zakaznik .zakaznik_inline .z img {
        max-width: 55px; }
      .zakaznik .zakaznik_inline .z:first-child {
        flex: 0 55px;
        margin-right: 10px; }
        @media (max-width: 550px) {
          .zakaznik .zakaznik_inline .z:first-child {
            flex: 0 56px; }
            .zakaznik .zakaznik_inline .z:first-child img {
              max-width: 100%; } }
  .zakaznik h2 {
    margin-bottom: 12px;
    padding: 0;
    font-size: 18px;
    display: inline-block; }
    @media (max-width: 550px) {
      .zakaznik h2 {
        font-size: 16px;
        margin-bottom: 8px; } }
  .zakaznik .datum_zakaznik {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 20px;
    vertical-align: middle;
    float: right; }
    @media (max-width: 550px) {
      .zakaznik .datum_zakaznik {
        float: none;
        margin-bottom: 8px; } }
    .zakaznik .datum_zakaznik:before {
      display: inline-block;
      font-family: 'Font Awesome\ 5 Free';
      content: "\f073";
      margin-right: 6px;
      font-size: 16px;
      font-weight: 700; }
  .zakaznik .summary_zakaznik {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 12px;
    font-weight: 300;
    text-align: justify; }

.ajax-load-next-recenze {
  text-align: center; }
  .ajax-load-next-recenze button {
    display: inline-block;
    width: auto; }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px;
  margin: 0 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block;
  max-height: 500px;
  overflow-y: auto; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: auto;
  padding: 10px 5px;
  height: 46px;
  background: #fff;
  line-height: 28px;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  color: #000; }
  .ui-selectmenu-button.ui-button:hover {
    background: #fff;
    border: 1px solid #696969;
    color: #000; }
  .ui-selectmenu-button.ui-button.ui-selectmenu-button-open {
    border-color: 1px solid #393e43; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
  position: relative; }
  .ui-selectmenu-icon.ui-icon:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #000;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900 !important;
    content: "\f0d7";
    font-size: 16px;
    position: absolute;
    top: -1px;
    left: 3px; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 6px; }

.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
  background: #696969; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #b11a24;
  background: #b11a24;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #b11a24;
  background: #b11a24;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: none; }

.ui-widget-header .ui-icon {
  background-image: none; }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: none; }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: none; }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: none; }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: none; }

.ui-button .ui-icon {
  background-image: none; }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.lg-icon {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900 !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 999999980;
  border: none;
  outline: none; }
  .lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: 0.5; }
  .lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
    color: #FFF; }

.lg-actions .lg-next {
  right: 20px; }
  .lg-actions .lg-next:before {
    content: "\f054"; }

.lg-actions .lg-prev {
  left: 20px; }
  .lg-actions .lg-prev:after {
    content: "\f053"; }

@-webkit-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@keyframes lg-right-end {
  0% {
    left: 0; }
  50% {
    left: -30px; }
  100% {
    left: 0; } }

@-webkit-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-moz-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@-ms-keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

@keyframes lg-left-end {
  0% {
    left: 0; }
  50% {
    left: 30px; }
  100% {
    left: 0; } }

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative; }

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative; }

.lg-toolbar {
  z-index: 999999982;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45); }
  .lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: medium none;
    -webkit-transition: color 0.2s linear;
    -o-transition: color 0.2s linear;
    transition: color 0.2s linear; }
    .lg-toolbar .lg-icon:hover {
      color: #FFF; }
  .lg-toolbar .lg-close:after {
    content: "\f00d"; }
  .lg-toolbar .lg-download:after {
    content: "\f019"; }

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 999999980; }
  .lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold; }
  .lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0; }

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle; }

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 999999980;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }
  .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0); }

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px; }

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px; }
  @media (min-width: 1025px) {
    .lg-outer .lg-thumb-item {
      -webkit-transition: border-color 0.25s ease;
      -o-transition: border-color 0.25s ease;
      transition: border-color 0.25s ease; } }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #a90707; }
  .lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px; }

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px; }
  .lg-outer .lg-toogle-thumb:after {
    content: "\f00a"; }
  .lg-outer .lg-toogle-thumb:hover {
    color: #FFF; }

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px; }

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }
  .lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
  .lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 999999980;
    cursor: pointer; }

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto; }

.lg-outer .lg-has-vimeo .lg-video-play {
  background: no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: no-repeat scroll 0 -58px transparent; }

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8; }

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play {
  background: no-repeat scroll 0 0 transparent; }

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: no-repeat scroll 0 -60px transparent; }

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible; }

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999983;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s; }
  .lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0; }
  .lg-progress-bar.lg-start .lg-progress {
    width: 100%; }
  .lg-show-autoplay .lg-progress-bar {
    opacity: 1; }

.lg-autoplay-button:after {
  content: "\f04b"; }
  .lg-show-autoplay .lg-autoplay-button:after {
    content: "\f04c"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s; }

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

#lg-zoom-in:after {
  content: "\f00e"; }

#lg-actual-size {
  font-size: 20px; }
  #lg-actual-size:after {
    content: "\f24d"; }

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none; }
  #lg-zoom-out:after {
    content: "\f010"; }
  .lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto; }

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 999999980;
  height: 10px; }
  .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible; }

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px; }
  .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px white inset; }

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0); }
  .lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%; }

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px; }
  .lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
    box-shadow: 0 0 0 8px white inset; }

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0; }

.lg-fullscreen:after {
  content: "\f0b2"; }
  .lg-fullscreen-on .lg-fullscreen:after {
    content: "\f108"; }

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999999981;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s; }

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible; }

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF; }

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s; }
  .lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px; }
  .lg-outer .lg-dropdown > li:last-child {
    margin-bottom: 0px; }
  .lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
    color: #333; }
  .lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px; }
    .lg-outer .lg-dropdown a:hover {
      background-color: rgba(0, 0, 0, 0.07); }
  .lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle; }
  .lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto; }

.lg-outer #lg-share {
  position: relative; }
  .lg-outer #lg-share:after {
    content: "\f1e0"; }

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998; }
  .lg-outer #lg-share-facebook .lg-icon:after {
    content: "\f09a"; }

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced; }
  .lg-outer #lg-share-twitter .lg-icon:after {
    content: "\f099"; }

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39; }
  .lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\f0d5"; }

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027; }
  .lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\f0d2"; }

.lg-group:after {
  content: "";
  display: table;
  clear: both; }

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999950;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .lg-outer.lg-visible {
    opacity: 1; }
  .lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important; }
  .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1; }
  .lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing; }
  .lg-outer .lg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%; }
  .lg-outer .lg-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap; }
  .lg-outer .lg-item {
    background: no-repeat scroll center center transparent;
    display: none !important; }
  .lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
    display: inline-block !important; }
  .lg-outer.lg-css .lg-current {
    display: inline-block !important; }
  .lg-outer .lg-item, .lg-outer .lg-img-wrap {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%; }
    .lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }
  .lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .lg-outer .lg-item.lg-complete {
    background-image: none; }
  .lg-outer .lg-item.lg-current {
    z-index: 999999960; }
  .lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important; }
  .lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0s;
    -o-transition: opacity 0.15s ease 0s;
    transition: opacity 0.15s ease 0s; }
  .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1; }
  .lg-outer .lg-empty-html {
    display: none; }
  .lg-outer.lg-hide-download #lg-download {
    display: none; }

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999940;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s; }
  .lg-backdrop.in {
    opacity: 1; }

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item {
  opacity: 0; }
  .lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1; }
  .lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
    -webkit-transition: opacity 0.1s ease 0s;
    -moz-transition: opacity 0.1s ease 0s;
    -o-transition: opacity 0.1s ease 0s;
    transition: opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1; }
  .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/* W3 schools */
ul.breadcrumb {
  padding: 20px 0;
  list-style: none;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  border-bottom: 1px solid #50535a; }

/* Display list items side by side */
ul.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  color: #000; }

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: #000;
  content: "/\00a0"; }

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #000;
  text-decoration: none; }

/* Add a color on mouse-over */
ul.breadcrumb li a[href]:hover {
  color: #202124;
  text-decoration: underline; }

ul.breadcrumb.responsive li {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis; }
  ul.breadcrumb.responsive li a {
    text-overflow: ellipsis; }

ul.breadcrumb.responsive li:before {
  content: "\f053";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 700;
  margin-right: 10px; }

ul.breadcrumb.responsive li:nth-last-child(2) {
  display: inline-block; }

.search-page {
  display: flex;
  flex-wrap: wrap; }
  .search-page h2, .search-page .text {
    width: 100%; }

.search-results {
  width: 50%;
  padding: 12px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }
  @media (max-width: 860px) {
    .search-results {
      width: 100%; } }
  .search-results .search-result-image-holder {
    width: 100px;
    height: 100px;
    text-align: center;
    display: inline-block;
    float: left; }
    .search-results .search-result-image-holder .thumbnail {
      display: inline-block; }
      .search-results .search-result-image-holder .thumbnail img {
        display: inline-block;
        max-height: 100px;
        max-height: 100px; }
  .search-results .search-result-image-holder + .search-result-text-holder {
    width: calc(100% - 100px);
    padding-left: 12px; }
    .search-results .search-result-image-holder + .search-result-text-holder p {
      display: block; }
  .search-results .search-result-text-holder {
    width: 100%;
    padding-left: 0px;
    display: inline-block;
    float: left; }
    .search-results .search-result-text-holder h3 {
      margin-bottom: 12px; }
    .search-results .search-result-text-holder p {
      display: none; }

.zobrazit_vice {
  color: white !important;
  height: 34px;
  line-height: 34px;
  padding-left: 22px;
  padding-right: 22px;
  font-size: 12px;
  border: 1px solid #b11a24;
  display: inline-block;
  color: white;
  text-decoration: none !important;
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: #b11a24;
  font-weight: 400; }
  .zobrazit_vice i {
    margin-right: 8px; }
  .zobrazit_vice::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #580d12;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .zobrazit_vice:hover {
    color: white; }
    .zobrazit_vice:hover::before {
      -webkit-transform: scale(2);
      transform: scale(2); }

.CookiesPopup {
  z-index: var(--cookiePopupLayer, 1000);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  pointer-events: none;
  transition: all .24s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  padding: 2em;
  overflow: hidden; }
  @media (max-width: 40rem) {
    .CookiesPopup {
      padding: .5em; } }
  .CookiesPopup.is-opened, .CookiesPopup.is-active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible; }
  .CookiesPopup-left-top {
    justify-content: flex-start;
    align-items: flex-start; }
  .CookiesPopup-left-bottom {
    justify-content: flex-start;
    align-items: flex-end; }
  .CookiesPopup-right-top {
    justify-content: flex-end;
    align-items: flex-start; }
  .CookiesPopup-right-bottom {
    justify-content: flex-end;
    align-items: flex-end; }
  .CookiesPopup-inner {
    position: relative;
    opacity: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    margin: 0;
    font-size: .875rem;
    width: 48em;
    max-width: calc(100% - 1em);
    max-height: 88vh;
    padding: 3.2em 4.8em 2em;
    background: #fff;
    transform: translateY(4em);
    transition: all 0.4s cubic-bezier(0.64, -0.19, 0.23, 1.33);
    overflow: hidden;
    border: 1px solid black; }
    @media (max-width: 40rem) {
      .CookiesPopup-inner {
        padding: 3.2em 1.5em 1.25em; } }
    @media (max-width: 640px) {
      .CookiesPopup-inner {
        width: 22em; } }
    .CookiesPopup.is-opened .CookiesPopup-inner,
    .CookiesPopup.is-active .CookiesPopup-inner {
      opacity: 1;
      transform: translateY(0); }
  .CookiesPopup form {
    display: flex;
    flex-flow: column;
    margin: 0 -1em;
    padding: 0 1em;
    overflow: hidden; }
  .CookiesPopup-innerWrapper {
    flex: 1;
    margin-right: -.8em;
    padding-right: .8em;
    overflow: auto;
    margin-bottom: .25em; }
  .CookiesPopup-title {
    font-size: 2.25em;
    padding-right: 2em;
    margin-bottom: 1rem; }
    @media (max-width: 40rem) {
      .CookiesPopup-title {
        font-size: 1.4em;
        padding-right: 0; } }
  .CookiesPopup-text {
    line-height: 1.4; }
    .CookiesPopup-text a {
      color: inherit;
      text-decoration: underline; }
      .CookiesPopup-text a:hover {
        text-decoration: none; }
  .CookiesPopup-settings {
    margin: 1.25em 0 0; }
  .CookiesPopup-type {
    background: #f5f5f5; }
    .CookiesPopup-type:not(:last-child) {
      margin-bottom: .75em; }
    .CookiesPopup-typeHeader {
      display: flex;
      align-items: center;
      font-weight: bold;
      padding: .8em 1em; }
      .CookiesPopup-typeHeader::marker {
        display: none;
        content: none; }
      .CookiesPopup-typeHeader > svg {
        width: 1em;
        height: 1em;
        transition: all .24s ease-in-out;
        margin-left: 1.2em; }
    .CookiesPopup-type summary::-webkit-details-marker {
      display: none; }
    .CookiesPopup-typeTitle {
      line-height: 1.8;
      margin-right: auto; }
      @media (max-width: 40rem) {
        .CookiesPopup-typeTitle {
          font-size: .9em; } }
    .CookiesPopup-typeStatus {
      color: #008000; }
      @media (max-width: 40rem) {
        .CookiesPopup-typeStatus {
          font-size: .8em; } }
      .CookiesPopup-typeStatus--disabled {
        color: #FF0000; }
    .CookiesPopup-typeContent {
      padding: .4em 1em .8em; }
    .CookiesPopup-type[open] .CookiesPopup-typeHeader > svg {
      transform: rotate(180deg); }
  .CookiesPopup-buttonsWrapper {
    display: flex;
    flex-flow: row wrap;
    gap: .75em 1em;
    margin: 2em 0 .75em; }
    .CookiesPopup-buttonsWrapper > * {
      flex: 1 0 40%; }
  .CookiesPopup-button {
    position: relative;
    font-size: 1em;
    font-weight: bold;
    padding: 0.8em 1.2em;
    text-transform: none;
    border: 0;
    outline: 0;
    transition: all .24s ease-in-out;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    z-index: 1; }
    .CookiesPopup-button:hover {
      text-decoration: none; }
    .CookiesPopup-button--disableCookies {
      background: #ccc;
      color: #000 !important; }
      .CookiesPopup-button--disableCookies:hover {
        background: #aaa; }
    .CookiesPopup-button--allowCookies {
      background: #b11a24;
      color: #fff !important; }
      @media (max-width: 40rem) {
        .CookiesPopup-button--allowCookies {
          order: -1; } }
      .CookiesPopup-button--allowCookies:hover {
        background: #9f1720; }
  .CookiesPopup-linkButton {
    flex: 1 0 100%;
    font-weight: bold;
    text-align: center;
    outline: 0;
    border: 0;
    cursor: pointer;
    background: transparent;
    margin: .5em 0 -.5em;
    padding: .125rem .25rem;
    color: inherit;
    transition: all .24s ease-in-out; }
    .CookiesPopup-linkButton.is-toggled {
      opacity: .4; }
    .CookiesPopup-linkButton:hover {
      text-decoration: underline; }
  .CookiesPopup-icon {
    position: absolute;
    top: -.75rem;
    right: -.75rem;
    z-index: -1;
    opacity: .05;
    transform: rotate(188deg);
    pointer-events: none; }
    @media (max-width: 40rem) {
      .CookiesPopup-icon {
        width: 6.4rem;
        height: 6.4rem; } }

.CookiesForm {
  position: relative; }
  .CookiesForm-control {
    display: flex;
    margin-top: 2em;
    gap: .8em; }
    .CookiesForm-control > *:last-child {
      margin-left: auto;
      border: 0; }
    @media (max-width: 640px) {
      .CookiesForm-control {
        display: block; }
        .CookiesForm-control > * {
          margin-bottom: 0.5em;
          width: 100%;
          display: block;
          text-align: center; } }
  .CookiesForm-text {
    padding-bottom: 1em; }

.CookiesLoadingSpinner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex; }
  .CookiesLoadingSpinner i {
    font-size: 2em;
    color: #fff;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear; }

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.kontakt1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .kontakt1 h2 {
    margin-top: 0; }
  .kontakt1 .kontakty-box {
    width: calc(50% - 10px); }
    @media (max-width: 580px) {
      .kontakt1 .kontakty-box {
        width: 100%; } }
    .kontakt1 .kontakty-box:nth-child(1) {
      margin-right: 20px; }
      @media (max-width: 580px) {
        .kontakt1 .kontakty-box:nth-child(1) {
          margin-bottom: 20px;
          margin-right: 0; } }
  .kontakt1 .kontakty-obsah iframe, .kontakt1 .kontakty-obsah img, .kontakt1 .kontakty-mapa iframe, .kontakt1 .kontakty-mapa img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 260px; }

.text a.ikona-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-email::before {
    content: "\f0e0";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.text a.ikona-telefon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-telefon::before {
    content: "\f10b";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.kontakt1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .kontakt1 h2 {
    margin-top: 0; }
  .kontakt1 .kontakty-box {
    width: calc(50% - 10px); }
    @media (max-width: 580px) {
      .kontakt1 .kontakty-box {
        width: 100%; } }
    .kontakt1 .kontakty-box:nth-child(1) {
      margin-right: 20px; }
      @media (max-width: 580px) {
        .kontakt1 .kontakty-box:nth-child(1) {
          margin-bottom: 20px;
          margin-right: 0; } }
  .kontakt1 .kontakty-obsah iframe, .kontakt1 .kontakty-obsah img, .kontakt1 .kontakty-mapa iframe, .kontakt1 .kontakty-mapa img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 260px; }

.text a.ikona-email {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-email::before {
    content: "\f0e0";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.text a.ikona-telefon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #000;
  text-decoration: none; }
  .text a.ikona-telefon::before {
    content: "\f10b";
    font-weight: 700;
    font-family: "Font Awesome\ 5 Free";
    display: inline-block;
    margin-right: 10px; }

.kontakt2 {
  display: flex;
  flex-wrap: wrap; }
  .kontakt2 h2 {
    margin-top: 0; }
  @media (max-width: 580px) {
    .kontakt2 {
      margin-bottom: 20px; } }
  .kontakt2 .kontakty-box {
    width: calc(50% - 10px); }
    @media (max-width: 580px) {
      .kontakt2 .kontakty-box {
        width: 100%; } }
    .kontakt2 .kontakty-box:nth-child(1) {
      margin-right: 20px; }
      @media (max-width: 580px) {
        .kontakt2 .kontakty-box:nth-child(1) {
          margin-bottom: 20px;
          margin-right: 0; } }
  .kontakt2 .kontakty-obsah2 table, .kontakt2 .kontakty-mapa2 table {
    border-collapse: collapse;
    width: 100%; }
    .kontakt2 .kontakty-obsah2 table th, .kontakt2 .kontakty-obsah2 table td, .kontakt2 .kontakty-mapa2 table th, .kontakt2 .kontakty-mapa2 table td {
      padding: 8px;
      text-align: left; }
    .kontakt2 .kontakty-obsah2 table tr:nth-child(odd) th, .kontakt2 .kontakty-obsah2 table tr:nth-child(odd) td, .kontakt2 .kontakty-mapa2 table tr:nth-child(odd) th, .kontakt2 .kontakty-mapa2 table tr:nth-child(odd) td {
      background: rgba(32, 33, 36, 0.5); }
  .kontakt2 .kontakty-obsah2 iframe, .kontakt2 .kontakty-obsah2 img, .kontakt2 .kontakty-mapa2 iframe, .kontakt2 .kontakty-mapa2 img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 260px; }

.kontakt3 .kontakt-osoby {
  display: flex;
  flex-wrap: wrap; }

.kontakt3 .kontakt3osoba {
  width: calc((100% / 4 - 20px) + (20px / 4));
  margin-right: 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row; }
  .kontakt3 .kontakt3osoba:nth-child(4n+4) {
    margin-right: 0; }
  @media (min-width: 200px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 1 - 20px) + (20px / 1));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(0n+0) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 420px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 2 - 20px) + (20px / 2));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(1n+1) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 640px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 3 - 20px) + (20px / 3));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(2n+2) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(3n+3) {
        margin-right: 0; } }
  @media (min-width: 861px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 4 - 20px) + (20px / 4));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(3n+3) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(4n+4) {
        margin-right: 0; } }
  @media (min-width: 1081px) {
    .kontakt3 .kontakt3osoba {
      width: calc((100% / 4 - 20px) + (20px / 4));
      margin-right: 20px;
      margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(3n+3) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .kontakt3 .kontakt3osoba:nth-child(4n+4) {
        margin-right: 0; } }
  @media (max-width: 200px) {
    .kontakt3 .kontakt3osoba {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  .kontakt3 .kontakt3osoba p {
    margin-bottom: 6px; }
  .kontakt3 .kontakt3osoba img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px auto;
    max-height: 100px; }
  .kontakt3 .kontakt3osoba .osoba-popis {
    text-align: center; }
    .kontakt3 .kontakt3osoba .osoba-popis a {
      text-align: center; }

.text1 {
  margin-bottom: 20px;
  color: white; }
  .text1 .text1-obsah {
    padding: 20px;
    text-align: center;
    background: rgba(32, 33, 36, 0.5); }
    .text1 .text1-obsah p {
      margin-bottom: 0; }

.text2 {
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
  background: rgba(32, 33, 36, 0.5);
  color: white; }
  .text2 .text2-obsah p {
    margin-bottom: 20px; }
  .text2 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .text2 .text-tlacitko {
    height: 34px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
    border: 1px solid #202124;
    display: inline-block;
    color: white;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: #202124;
    font-weight: 400; }
    @media (min-width: 768px) {
      .text2 .text-tlacitko {
        height: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .text2 .text-tlacitko {
        height: 48px; } }
    @media (min-width: 768px) {
      .text2 .text-tlacitko {
        line-height: calc(3.24074vw + 7.11111px); } }
    @media (min-width: 1200px) {
      .text2 .text-tlacitko {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .text2 .text-tlacitko {
        padding-left: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .text2 .text-tlacitko {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .text2 .text-tlacitko {
        padding-right: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .text2 .text-tlacitko {
        padding-right: 48px; } }
    @media (min-width: 768px) {
      .text2 .text-tlacitko {
        font-size: calc(0.92593vw + 4.88889px); } }
    @media (min-width: 1200px) {
      .text2 .text-tlacitko {
        font-size: 16px; } }
    .text2 .text-tlacitko i {
      margin-right: 8px; }
    .text2 .text-tlacitko::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .text2 .text-tlacitko:hover {
      color: white; }
      .text2 .text-tlacitko:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }

.text3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px; }
  .text3 h2 {
    margin-top: 0; }
  .text3:nth-child(odd) .text3-obsah {
    width: calc(100% - 340px);
    margin-right: 0px;
    margin-left: 20px;
    order: 2; }
  .text3:nth-child(odd) .tlacitko-obal {
    justify-content: flex-start; }
  .text3 .text3-obsah {
    width: calc(100% - 340px);
    margin-right: 20px; }
  .text3 .text3-foto {
    width: 320px; }
    .text3 .text3-foto img {
      max-width: 100%;
      display: block; }
  .text3 .text3-titulek + .text3-popis {
    margin-top: 20px; }
  .text3 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px; }
  .text3 .text-tlacitko {
    height: 34px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
    border: 1px solid #202124;
    display: inline-block;
    color: white;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: #202124;
    font-weight: 400; }
    @media (min-width: 768px) {
      .text3 .text-tlacitko {
        height: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .text3 .text-tlacitko {
        height: 48px; } }
    @media (min-width: 768px) {
      .text3 .text-tlacitko {
        line-height: calc(3.24074vw + 7.11111px); } }
    @media (min-width: 1200px) {
      .text3 .text-tlacitko {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .text3 .text-tlacitko {
        padding-left: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .text3 .text-tlacitko {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .text3 .text-tlacitko {
        padding-right: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .text3 .text-tlacitko {
        padding-right: 48px; } }
    @media (min-width: 768px) {
      .text3 .text-tlacitko {
        font-size: calc(0.92593vw + 4.88889px); } }
    @media (min-width: 1200px) {
      .text3 .text-tlacitko {
        font-size: 16px; } }
    .text3 .text-tlacitko i {
      margin-right: 8px; }
    .text3 .text-tlacitko::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .text3 .text-tlacitko:hover {
      color: white; }
      .text3 .text-tlacitko:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }
  @media (max-width: 620px) {
    .text3 {
      margin-bottom: 40px; }
      .text3:nth-child(odd) .text3-foto {
        order: 2; }
      .text3:nth-child(odd) .text3-obsah {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
        order: 1; }
      .text3 .text3-obsah {
        width: 100%;
        margin-bottom: 14px;
        margin-right: 0 !important;
        margin-left: 0 !important; }
      .text3 .text3-foto {
        width: 100%; }
        .text3 .text3-foto img {
          margin: 0 auto; } }

.text4 h2 {
  margin-top: 0; }

.text4 p {
  margin-bottom: 0; }

.text4 .text4-clanky {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }

.text4 .text4clanek {
  width: calc((100% / 2 - 20px) + (20px / 2));
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #202124; }
  .text4 .text4clanek:nth-child(2n+2) {
    margin-right: 0; }
  @media (min-width: 300px) {
    .text4 .text4clanek {
      width: calc((100% / 1 - 20px) + (20px / 1));
      margin-right: 20px;
      margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(0n+0) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(1n+1) {
        margin-right: 0; } }
  @media (min-width: 621px) {
    .text4 .text4clanek {
      width: calc((100% / 2 - 20px) + (20px / 2));
      margin-right: 20px;
      margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(1n+1) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(2n+2) {
        margin-right: 0; } }
  @media (min-width: 941px) {
    .text4 .text4clanek {
      width: calc((100% / 2 - 20px) + (20px / 2));
      margin-right: 20px;
      margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(1n+1) {
        margin-right: 20px;
        margin-bottom: 20px; }
      .text4 .text4clanek:nth-child(2n+2) {
        margin-right: 0; } }
  @media (max-width: 300px) {
    .text4 .text4clanek {
      width: 100%;
      max-width: 100%;
      margin-right: 0 !important; } }
  @media (min-width: 320px) {
    .text4 .text4clanek {
      padding: calc(0.68182vw + 11.81818px); } }
  @media (min-width: 1200px) {
    .text4 .text4clanek {
      padding: 20px; } }
  .text4 .text4clanek .text4-nadpis {
    margin-bottom: 20px; }
  .text4 .text4clanek:nth-child(even) {
    margin-right: 0; }

.text5 {
  margin-bottom: 30px; }
  .text5 .text5-clanky {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    justify-content: center;
    flex-direction: column; }
    .text5 .text5-clanky::after {
      position: absolute;
      left: 50%;
      top: 10px;
      width: 1px;
      height: calc(100% - 20px);
      background: #202124;
      content: ""; }
      @media (max-width: 695px) {
        .text5 .text5-clanky::after {
          left: 0; } }
  .text5 .text5clanek {
    width: calc(50% - 65px);
    margin-right: 130px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media (max-width: 695px) {
      .text5 .text5clanek {
        margin-left: 65px;
        width: calc(100% - 65px); } }
    .text5 .text5clanek h2 {
      margin-bottom: 0;
      font-size: 16px;
      margin-top: 0; }
      @media (min-width: 320px) {
        .text5 .text5clanek h2 {
          font-size: calc(0.22727vw + 15.27273px); } }
      @media (min-width: 1200px) {
        .text5 .text5clanek h2 {
          font-size: 18px; } }
    .text5 .text5clanek::after {
      content: "";
      width: 65px;
      height: 1px;
      background: #202124;
      top: 50%;
      left: 100%;
      position: absolute; }
      @media (max-width: 695px) {
        .text5 .text5clanek::after {
          left: auto;
          right: 100%; } }
    .text5 .text5clanek .text5-nadpis {
      width: 260px;
      border: 1px solid #202124;
      border-bottom: none;
      margin-left: auto;
      padding: 16px; }
      @media (max-width: 695px) {
        .text5 .text5clanek .text5-nadpis {
          width: 100%; } }
    .text5 .text5clanek .text5-popis {
      width: 260px;
      border: 1px solid #202124;
      border-top: none;
      margin-left: auto;
      padding: 0 16px 16px 16px; }
      .text5 .text5clanek .text5-popis p {
        margin-bottom: 0; }
      @media (max-width: 695px) {
        .text5 .text5clanek .text5-popis {
          width: 100%; } }
    .text5 .text5clanek:nth-child(even) {
      margin-right: 0;
      margin-left: auto; }
      .text5 .text5clanek:nth-child(even) .text5-nadpis, .text5 .text5clanek:nth-child(even) .text5-popis {
        margin-left: 0; }
      .text5 .text5clanek:nth-child(even)::after {
        left: auto;
        right: 100%; }

.text6 {
  overflow: hidden;
  margin-bottom: 30px; }
  .text6 h2 {
    margin-top: 0; }
  .text6 .text6-titulek {
    float: left;
    width: calc(100% - 360px);
    margin-bottom: 20px; }
    @media (max-width: 720px) {
      .text6 .text6-titulek {
        width: 50%; } }
    @media (max-width: 430px) {
      .text6 .text6-titulek {
        width: 100%; } }
  .text6 .text6-obsah {
    display: block; }
  .text6 .text6-foto {
    float: right;
    width: 340px;
    margin-left: 20px;
    margin-bottom: 20px; }
    @media (max-width: 720px) {
      .text6 .text6-foto {
        width: calc(50% - 20px); } }
    @media (max-width: 430px) {
      .text6 .text6-foto {
        width: 100%;
        margin-left: 0; }
        .text6 .text6-foto img {
          width: 100%; } }
  .text6 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px; }
  .text6 .text-tlacitko {
    height: 34px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
    border: 1px solid #202124;
    display: inline-block;
    color: white;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: #202124;
    font-weight: 400; }
    @media (min-width: 768px) {
      .text6 .text-tlacitko {
        height: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .text6 .text-tlacitko {
        height: 48px; } }
    @media (min-width: 768px) {
      .text6 .text-tlacitko {
        line-height: calc(3.24074vw + 7.11111px); } }
    @media (min-width: 1200px) {
      .text6 .text-tlacitko {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .text6 .text-tlacitko {
        padding-left: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .text6 .text-tlacitko {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .text6 .text-tlacitko {
        padding-right: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .text6 .text-tlacitko {
        padding-right: 48px; } }
    @media (min-width: 768px) {
      .text6 .text-tlacitko {
        font-size: calc(0.92593vw + 4.88889px); } }
    @media (min-width: 1200px) {
      .text6 .text-tlacitko {
        font-size: 16px; } }
    .text6 .text-tlacitko i {
      margin-right: 8px; }
    .text6 .text-tlacitko::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .text6 .text-tlacitko:hover {
      color: white; }
      .text6 .text-tlacitko:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }

.special_obal {
  margin-bottom: 30px; }
  .special_obal .special_pole {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .special_obal .special_pole > p {
      display: none; }
  .special_obal .special1 {
    width: 250px;
    text-align: center; }
    @media (max-width: 850px) {
      .special_obal .special1 {
        width: calc(100% / 3);
        padding: 10px; } }
    @media (max-width: 500px) {
      .special_obal .special1 {
        width: 50%; } }
    @media (max-width: 400px) {
      .special_obal .special1 {
        width: 100%; } }
    .special_obal .special1 .special-foto img {
      max-width: 100%; }
  .special_obal .special2 {
    width: 250px;
    text-align: center; }
    @media (max-width: 850px) {
      .special_obal .special2 {
        width: calc(100% / 3);
        padding: 10px; } }
    @media (max-width: 500px) {
      .special_obal .special2 {
        width: 50%; } }
    @media (max-width: 400px) {
      .special_obal .special2 {
        width: 100%; } }
    .special_obal .special2 .special-cislo {
      font-size: 35px;
      font-weight: 700; }
      .special_obal .special2 .special-cislo p {
        margin-bottom: 0;
        font-size: 35px;
        font-weight: 700; }
  .special_obal .special-text {
    margin-top: 20px; }

.special4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .special4 .tlacitko-obal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px; }
  .special4 .text-tlacitko {
    padding: 10px 30px;
    border: 1px solid black;
    display: inline-block;
    margin: 0 10px; }
  .special4 .text-tlacitko {
    height: 34px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
    border: 1px solid #202124;
    display: inline-block;
    color: white;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: #202124;
    font-weight: 400;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (min-width: 768px) {
      .special4 .text-tlacitko {
        height: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .special4 .text-tlacitko {
        height: 48px; } }
    @media (min-width: 768px) {
      .special4 .text-tlacitko {
        line-height: calc(3.24074vw + 7.11111px); } }
    @media (min-width: 1200px) {
      .special4 .text-tlacitko {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .special4 .text-tlacitko {
        padding-left: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .special4 .text-tlacitko {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .special4 .text-tlacitko {
        padding-right: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .special4 .text-tlacitko {
        padding-right: 48px; } }
    @media (min-width: 768px) {
      .special4 .text-tlacitko {
        font-size: calc(0.92593vw + 4.88889px); } }
    @media (min-width: 1200px) {
      .special4 .text-tlacitko {
        font-size: 16px; } }
    .special4 .text-tlacitko i {
      margin-right: 8px; }
    .special4 .text-tlacitko::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .special4 .text-tlacitko:hover {
      color: white; }
      .special4 .text-tlacitko:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }

.product-gallery-1 .gallery-thumbs {
  margin-top: 25px; }
  .product-gallery-1 .gallery-thumbs .swiper-slide {
    border: 2px solid white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .product-gallery-1 .gallery-thumbs .swiper-slide-active {
    border: 2px solid #202124; }

.product-item-top {
  background: #fff;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%; }

.gifts-container {
  display: block;
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #d9d9d9; }
  .gifts-container .gifts-text {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px; }
  .gifts-container .gift-item {
    display: inline-block;
    width: 100%;
    height: 70px;
    margin-bottom: 12px;
    vertical-align: middle; }
    .gifts-container .gift-item:last-child {
      margin-bottom: 0; }
    .gifts-container .gift-item:before {
      display: inline-block;
      vertical-align: middle;
      height: 100%;
      content: ""; }
    .gifts-container .gift-item .gift-image {
      height: 70px;
      width: 70px;
      float: left; }
      .gifts-container .gift-item .gift-image img {
        max-height: 70px;
        max-width: 100%;
        display: inline-block; }
    .gifts-container .gift-item .gift-right {
      float: none;
      width: calc(100% - 76px);
      display: inline-block;
      vertical-align: middle;
      padding-left: 12px; }
      .gifts-container .gift-item .gift-right .gift-name {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 4px; }
      .gifts-container .gift-item .gift-right .gift-desc {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 4px; }
      .gifts-container .gift-item .gift-right .gift-price {
        font-size: 14px;
        font-weight: 400; }
        .gifts-container .gift-item .gift-right .gift-price span {
          font-size: 14px;
          font-weight: 700; }
          .gifts-container .gift-item .gift-right .gift-price span .currency {
            font-size: 12px;
            font-weight: 400; }

.product-description-header {
  padding-left: 25px;
  float: right; }
  @media (max-width: 767px) {
    .product-description-header {
      width: 100%;
      padding-left: 0; } }

.product-description-1 {
  margin-bottom: 0px;
  padding-left: 25px;
  padding-right: 2px;
  float: right;
  clear: right; }
  @media (max-width: 767px) {
    .product-description-1 {
      width: 100%;
      padding: 0;
      margin-top: 20px; } }
  .product-description-1 .stock {
    text-transform: uppercase;
    margin-bottom: 20px; }
    .product-description-1 .stock.in {
      color: #576e0f; }
    .product-description-1 .stock.out {
      color: #e60002; }
  .product-description-1 .line-through {
    text-decoration: line-through; }
  .product-description-1 .product-old-price {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px; }
    .product-description-1 .product-old-price .text {
      line-height: 18px;
      float: left;
      display: inline-block; }
    .product-description-1 .product-old-price .value {
      font-size: 15px;
      line-height: 18px;
      float: right;
      display: inline-block; }
  .product-description-1 .product-price {
    display: inline-block;
    width: 100%; }
    .product-description-1 .product-price .text {
      line-height: 26px;
      float: left;
      display: inline-block; }
    .product-description-1 .product-price .value {
      font-size: 26px;
      line-height: 26px;
      float: right;
      display: inline-block;
      color: #b11a24;
      font-weight: bold;
      font-family: "Roboto Slab", sans-serif; }
      .product-description-1 .product-price .value .currency {
        font-size: 14px;
        font-weight: 700;
        font-family: "Roboto Slab", sans-serif; }
  .product-description-1 .product-without-price {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px; }
    .product-description-1 .product-without-price .text {
      line-height: 26px;
      float: left;
      display: inline-block; }
    .product-description-1 .product-without-price .value {
      font-size: 14px;
      line-height: 26px;
      float: right;
      display: inline-block;
      color: #888b90; }
  .product-description-1 .ui-selectmenu-button.ui-button {
    width: 100%;
    margin-bottom: 16px;
    border: 1px solid #d9d9d9;
    margin-top: 6px; }

.addToCart button, .addToCart a {
  height: 34px;
  line-height: 32px;
  padding-left: 34px;
  padding-right: 34px;
  font-size: 12px;
  border: 1px solid #202124;
  display: inline-block;
  color: #202124;
  text-decoration: none !important;
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: transparent;
  font-weight: 400; }
  @media (min-width: 768px) {
    .addToCart button, .addToCart a {
      height: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .addToCart button, .addToCart a {
      height: 48px; } }
  @media (min-width: 768px) {
    .addToCart button, .addToCart a {
      line-height: calc(3.24074vw + 7.11111px); } }
  @media (min-width: 1200px) {
    .addToCart button, .addToCart a {
      line-height: 46px; } }
  @media (min-width: 768px) {
    .addToCart button, .addToCart a {
      padding-left: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .addToCart button, .addToCart a {
      padding-left: 48px; } }
  @media (min-width: 768px) {
    .addToCart button, .addToCart a {
      padding-right: calc(3.24074vw + 9.11111px); } }
  @media (min-width: 1200px) {
    .addToCart button, .addToCart a {
      padding-right: 48px; } }
  @media (min-width: 768px) {
    .addToCart button, .addToCart a {
      font-size: calc(0.92593vw + 4.88889px); } }
  @media (min-width: 1200px) {
    .addToCart button, .addToCart a {
      font-size: 16px; } }
  .addToCart button i, .addToCart a i {
    margin-right: 8px; }
  .addToCart button::before, .addToCart a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #202124;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .addToCart button:hover, .addToCart a:hover {
    color: white; }
    .addToCart button:hover::before, .addToCart a:hover::before {
      -webkit-transform: scale(2);
      transform: scale(2); }

@media (max-width: 767px) {
  .product-gallery-1 {
    width: 100%; } }

.detail-description-header-1 {
  display: block;
  margin: 0px 0px 30px 0px;
  padding-right: 2px;
  margin-left: auto;
  clear: right; }
  .detail-description-header-1 .title {
    font-size: 30px;
    font-weight: 300;
    font-family: "Roboto Slab", sans-serif;
    margin-bottom: 15px; }
  .detail-description-header-1 p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 12px; }
  .detail-description-header-1 .scroll-to-element {
    display: inline-block;
    color: #b11a24;
    font-size: 14px;
    cursor: pointer; }
    .detail-description-header-1 .scroll-to-element:hover {
      text-decoration: underline; }
  .detail-description-header-1 .facebook-share-holder {
    margin-top: 20px;
    display: block; }

.detail-tech-spec-1 {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 30px; }
  .detail-tech-spec-1 .tech-spec {
    text-align: left;
    border-collapse: collapse; }
    .detail-tech-spec-1 .tech-spec tr td {
      padding: 12px 0px 12px 12px; }

.tabs {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 30; }
  .tabs ul.tabs-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: inline-block;
    border-bottom: 3px solid #202124; }
    .tabs ul.tabs-list li {
      float: left;
      display: inline-block;
      margin-right: 4px;
      cursor: pointer; }
      .tabs ul.tabs-list li:last-child {
        margin-right: 0px; }
      .tabs ul.tabs-list li span, .tabs ul.tabs-list li a {
        width: 150px;
        display: inline-block;
        height: 35px;
        line-height: 35px;
        background: #fff;
        text-align: center;
        font-size: 12px;
        font-weight: 700;
        color: #393e43;
        text-decoration: none;
        text-transform: uppercase; }
        .tabs ul.tabs-list li span.active, .tabs ul.tabs-list li span:hover, .tabs ul.tabs-list li a.active, .tabs ul.tabs-list li a:hover {
          color: #fff;
          background: #b11a24; }
  .tabs .tab {
    padding: 25px;
    display: none;
    background: #fff; }
    .tabs .tab .title {
      margin-bottom: 20px;
      font-family: "Roboto Slab", sans-serif;
      font-size: 30px; }
  .tabs .responsive-tab-list {
    width: 100%;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #231f20;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #eaeaea;
    cursor: pointer; }
    .tabs .responsive-tab-list.active, .tabs .responsive-tab-list:hover {
      color: #fff;
      background: #b11a24; }

.AgePopUp {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding: 20px;
  transition: all .25s ease-in-out; }
  .AgePopUp.is-open {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto; }
  .AgePopUp-inner {
    background: #fff;
    display: flex;
    flex-direction: column;
    padding: 3%;
    color: #000;
    transition: all .25s ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    max-width: 400px;
    width: 100%; }
    @media (max-width: 840px) {
      .AgePopUp-inner {
        padding: 22px; } }
    .AgePopUp.is-open .AgePopUp-inner {
      transform: translateY(0);
      opacity: 1; }
  .AgePopUp-title {
    font-size: 18px;
    max-width: 340px;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 28px; }
  .AgePopUp-label {
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px; }
  .AgePopUp-input {
    width: 56px;
    padding: 12px 20px;
    margin: 0 6px 20px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border: 1px solid gainsboro; }
    .AgePopUp-input::placeholder {
      opacity: .4; }
    .AgePopUp-inputWide {
      width: 80px; }
    .AgePopUp-inputWrapper {
      display: flex;
      justify-content: center; }
      .AgePopUp-inputWrapper.is-hidden {
        display: none; }
  .AgePopUp-btn {
    margin-top: 10px;
    height: 34px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 12px;
    border: 1px solid #b11a24;
    display: inline-block;
    color: #fff;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    background: #b11a24;
    font-weight: 400; }
    @media (min-width: 768px) {
      .AgePopUp-btn {
        height: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .AgePopUp-btn {
        height: 48px; } }
    @media (min-width: 768px) {
      .AgePopUp-btn {
        line-height: calc(3.24074vw + 7.11111px); } }
    @media (min-width: 1200px) {
      .AgePopUp-btn {
        line-height: 46px; } }
    @media (min-width: 768px) {
      .AgePopUp-btn {
        padding-left: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .AgePopUp-btn {
        padding-left: 48px; } }
    @media (min-width: 768px) {
      .AgePopUp-btn {
        padding-right: calc(3.24074vw + 9.11111px); } }
    @media (min-width: 1200px) {
      .AgePopUp-btn {
        padding-right: 48px; } }
    @media (min-width: 768px) {
      .AgePopUp-btn {
        font-size: calc(0.92593vw + 4.88889px); } }
    @media (min-width: 1200px) {
      .AgePopUp-btn {
        font-size: 16px; } }
    .AgePopUp-btn i {
      margin-right: 8px; }
    .AgePopUp-btn::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      -webkit-transform: scale(0);
      transform: scale(0);
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .AgePopUp-btn:hover {
      color: #fff; }
      .AgePopUp-btn:hover::before {
        -webkit-transform: scale(2);
        transform: scale(2); }
  .AgePopUp .alert-danger {
    text-align: center;
    color: #b11a24;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.4; }

.SubscribeBox {
  background: #202124 url("/assets/images/newsletter.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 50px;
  padding: 80px 0;
  color: #fff; }
  .location_homepage .SubscribeBox {
    margin-top: 0; }
  @media (max-width: 500px) {
    .SubscribeBox {
      padding: 50px 0; } }
  .SubscribeBox-title {
    color: inherit;
    font-size: 37px;
    margin: 0 0 30px; }
    @media (max-width: 740px) {
      .SubscribeBox-title {
        font-size: 28px; } }
    @media (max-width: 500px) {
      .SubscribeBox-title {
        font-size: 22px; } }
    .SubscribeBox-title span {
      display: block;
      font-weight: 200; }
  .SubscribeBox-form {
    max-width: 35.5rem; }
  .SubscribeBox-input {
    display: flex;
    flex-wrap: wrap; }
    .SubscribeBox-input label {
      width: 100%;
      font-weight: 700;
      margin-bottom: 5px; }
      @media (max-width: 500px) {
        .SubscribeBox-input label {
          font-size: 14px; } }
    .SubscribeBox-input input {
      margin-right: -1px;
      border-radius: 0;
      padding: 0 10px;
      font-size: 16px;
      transition: all .25s ease-in-out;
      background: transparent;
      border: 1px solid rgba(255, 255, 255, 0.4);
      color: #fff;
      outline: none;
      min-width: 0;
      flex: 1; }
      .SubscribeBox-input input:focus {
        border: 1px solid white; }
    .SubscribeBox-input button {
      height: 34px;
      line-height: 32px;
      padding-left: 34px;
      padding-right: 34px;
      font-size: 12px;
      border: 1px solid #b11a24;
      display: inline-block;
      color: white;
      text-decoration: none !important;
      width: auto;
      position: relative;
      overflow: hidden;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      background: #b11a24;
      font-weight: 400; }
      @media (min-width: 768px) {
        .SubscribeBox-input button {
          height: calc(3.24074vw + 9.11111px); } }
      @media (min-width: 1200px) {
        .SubscribeBox-input button {
          height: 48px; } }
      @media (min-width: 768px) {
        .SubscribeBox-input button {
          line-height: calc(3.24074vw + 7.11111px); } }
      @media (min-width: 1200px) {
        .SubscribeBox-input button {
          line-height: 46px; } }
      @media (min-width: 768px) {
        .SubscribeBox-input button {
          padding-left: calc(3.24074vw + 9.11111px); } }
      @media (min-width: 1200px) {
        .SubscribeBox-input button {
          padding-left: 48px; } }
      @media (min-width: 768px) {
        .SubscribeBox-input button {
          padding-right: calc(3.24074vw + 9.11111px); } }
      @media (min-width: 1200px) {
        .SubscribeBox-input button {
          padding-right: 48px; } }
      @media (min-width: 768px) {
        .SubscribeBox-input button {
          font-size: calc(0.92593vw + 4.88889px); } }
      @media (min-width: 1200px) {
        .SubscribeBox-input button {
          font-size: 16px; } }
      .SubscribeBox-input button i {
        margin-right: 8px; }
      .SubscribeBox-input button::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: black;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .SubscribeBox-input button:hover {
        color: white; }
        .SubscribeBox-input button:hover::before {
          -webkit-transform: scale(2);
          transform: scale(2); }
  .SubscribeBox-gdpr {
    margin-top: 10px; }
    @media (max-width: 500px) {
      .SubscribeBox-gdpr {
        font-size: 12px; } }
    .SubscribeBox-gdpr a {
      color: #fff;
      text-decoration: underline; }
      .SubscribeBox-gdpr a:hover {
        text-decoration: none; }

.BlogHolder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em 1em; }
  @media (max-width: 48rem) {
    .BlogHolder {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 32rem) {
    .BlogHolder {
      grid-template-columns: repeat(1, 1fr); } }

.BlogPost {
  display: flex;
  flex-direction: column; }
  .BlogPost-thumbnail {
    position: relative;
    margin-bottom: .7em; }
    .BlogPost-thumbnail:hover .BlogPost-hover {
      opacity: 1; }
    .BlogPost-thumbnail img {
      width: 100%;
      height: 100%; }
  .BlogPost-date {
    margin-bottom: .7em; }
  .BlogPost-title {
    margin-bottom: .7em; }
  .BlogPost-summary {
    margin-bottom: .7em; }
  .BlogPost .btn {
    height: 34px;
    line-height: 32px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 16px;
    border: 2px solid #b11a24;
    display: inline-block;
    color: white;
    text-decoration: none !important;
    width: auto;
    position: relative;
    overflow: hidden;
    transform: perspective(1px) translateZ(0);
    background: #b11a24;
    font-weight: 400;
    font-family: sans-serif; }
    .BlogPost .btn::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      transform: scale(0);
      transition-property: transform;
      transition-duration: 0.5s;
      transition-timing-function: ease-out; }
  .BlogPost .btn:hover::before {
    transform: scale(2); }
  .BlogPost-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(177, 26, 36, 0.5);
    opacity: 0;
    transition: all .4s; }
  .BlogPost-hoverBtn {
    border: 1px solid white;
    color: white;
    display: flex;
    align-items: center;
    font-size: 1em;
    padding: 0.7em;
    transition: all .4s; }
    .BlogPost-hoverBtn:hover {
      background-color: white;
      color: #b11a24; }

.BlogDetail {
  padding: 0 14px; }
  .BlogDetail-date {
    margin-top: 12px; }
  .BlogDetail h2 {
    margin-bottom: 20px; }
  .BlogDetail-similar {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2em 1em; }
    @media (max-width: 48rem) {
      .BlogDetail-similar {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 32rem) {
      .BlogDetail-similar {
        grid-template-columns: repeat(1, 1fr); } }
  .BlogDetail .text img {
    object-fit: cover; }
  .BlogDetail-photoContainer img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle; }
  .BlogDetail .text p {
    font-size: 1rem; }
  .BlogDetail-summary {
    font-weight: 700;
    margin-top: 30px; }
  .BlogDetail-btns {
    justify-content: space-between;
    margin: 40px 0;
    flex-direction: unset; }
    @media (max-width: 32rem) {
      .BlogDetail-btns {
        flex-direction: column;
        gap: 10px;
        align-items: end; } }
  .BlogDetail-videos {
    padding: 15px;
    background: #ff2e2e57;
    display: flex;
    flex-wrap: wrap; }
  .BlogDetail-inner {
    width: 100%; }
  .BlogDetail .youtube-player-container {
    padding-top: 56.2%;
    position: relative; }
  .BlogDetail .youtube-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block; }
  .BlogDetail table {
    margin: 1.5rem 0; }
    .BlogDetail table tr {
      border-bottom: 1px solid #E3F1D5; }
      .BlogDetail table tr:last-child {
        padding-right: 20px; }
      .BlogDetail table tr:nth-child(even) {
        background: rgba(199, 28, 28, 0.28); }
      .BlogDetail table tr td {
        text-align: left;
        padding: 10px 0 10px 20px;
        border: 2px solid white; }
        .BlogDetail table tr td:last-child {
          padding-right: 20px; }

.products-system-btn {
  margin: 10px 0; }

/*


//PQ GRID
@import 'pq-grid/pq-functions.scss';
@import 'pq-grid/pq-grid.scss';









//Základní grid stránky
	@import '_grid.scss';

	//NAVIGACE WEBU
		@import '_nav/nav-left-2.scss';

	//currency-switcher
		@import '_header/currency-switcher/currency-switcher-1.scss';

	//LOGIN
		@import '_header/login/login-style-1.scss';
		@import '_header/login/login-style-2.scss';
		@import 'login/login-page-1.scss';

	//CART
		@import '_header/cart/cart-style-1.scss';

	//CONTACT
		@import '_header/contact/contact-style-1.scss';



//Navigace kategorií
	@import '_nav/nav-category-1.scss';



//Swiper
	@import 'components/_swiper/swiper.scss';
	//@import 'components/_swiper/swiper-hp.scss';

//WHY
	@import 'why/why-1.scss';
	@import 'why/why-1-min.scss';

//ANPUT
	@import 'about/about-1.scss';

//HOTLINK
	@import 'hotlink/hotlink-1.scss';

//VÝROBCE
	@import 'producer/producer-1.scss';

//Tabulky
	@import 'table/download-table-1.scss';
	@import 'table/table.scss';

//Ikony
	@import 'icons/icon-set-file.scss';

//Novinky
	@import 'news/news-style-1.scss';

//PRODUCTS
	@import 'product/product-box-small-g.scss';
	@import 'product/product-g.scss';
	@import 'product/product-l.scss';
	@import 'product/product-related-1.scss';
	@import 'product/product-symptoms.scss';

// PAGES
	@import 'custom-pages/how-to-buy.scss';

//KATEGORIE
	@import 'category/category-description-1.scss';

//FILTER
	@import 'filter/filter-2.scss';

//REGISTER
	@import 'register/register-page-1.scss';

//USER
	@import 'user/user-1.scss';

//PAGINATION
	@import 'pagination/pagination-2.scss';

// POPTAVKA

	@import 'inquiry/inquiry-1.scss';

//TABS
	@import 'tabs/tabs-sort-2.scss';
	@import 'tabs/tabs-detail.scss';

// KE STAŽENÍ
  @import 'file/file-style-1.scss';

//DETAIL
	@import 'detail/detail-1.scss';
	@import 'detail/detail-header-1.scss';
	@import 'detail/detail-tech-spec-1.scss';

//PARTNEŘI
	@import 'partners/partners-1.scss';
	@import 'partners/gen-partners-1.scss';


//FOOTER
	@import 'footer/footer-1.scss';

	//NEWSLETTER
	@import 'footer/newsletter/newsletter-1.scss';




@import 'variants.scss';


*/

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