/*
*  Default styles for elements from form helper
*/
.s { width: 50px; }
.m-form .date { width: 247px; }
.m-form .required { background-image: url(/helpers/form/formfiles/images/hvezda.gif); background-repeat: no-repeat;  background-position: -1px 2px; }
.m-form .optional {  }
.m-form .not_valid, .m-form input:invalid, .m-form textarea:invalid { background: #fbe7e2; }
.m-form .form_errors { background: #fee; }
.m-form .error_msg { color: red;  margin-left: 10px; }
.m-form .captcha-br { display: none; }
.m-form .captcha-img { float: left;  margin: 4px 0; }
.m-form .captcha-input { margin: 11px 0 0 15px;  width: 100px; }
.m-form .form-loading { display: none; position: absolute;
	z-index: 100;  width: 100%;  left: 0;  top: 0; }
.m-form .form-loading div { font-weight: bold;  font-size: 12pt;  padding: 70px 50px 70px 75px;  background: #fff url(/helpers/form/formfiles/images/loading.gif) no-repeat 25px 50%;
	position: absolute;  left: 40%;  top: 220px;  border: 1px solid #ddd; }
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading { position: fixed;  top: 50%;  left: 50%;  width: 40px;  height: 40px;  margin-top: -20px;  margin-left: -20px;  cursor: pointer;  overflow: hidden;  z-index: 1104;  display: none; }
#fancybox-loading div { position: absolute;  top: 0;  left: 0;  width: 40px;  height: 480px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png'); }
#fancybox-overlay { position: absolute;  top: 0;  left: 0;  width: 100%;  z-index: 1100;  display: none; }
#fancybox-tmp { padding: 0;  margin: 0;  border: 0;  overflow: auto;  display: none; }
#fancybox-wrap { position: absolute;  top: 0;  left: 0;  padding: 20px;  z-index: 1101;  outline: none;  display: none; }
#fancybox-outer { position: relative;  width: 100%;  height: 100%;  background: #fff; }
#fancybox-content { width: 0;  height: 0;  padding: 0;  outline: none;  position: relative;  overflow: hidden;  z-index: 1102;  border: 0px solid #fff; }
#fancybox-hide-sel-frame { position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  background: transparent;  z-index: 1101; }
#fancybox-close { position: absolute;  top: -15px;  right: -15px;  width: 30px;  height: 30px;  background: transparent url('/views/_default/www/js/fancy/img/fancybox.png') -40px 0px;  cursor: pointer;  z-index: 1103;  display: none; }
#fancybox-error { color: #444;  font: normal 12px/20px Arial;  padding: 14px;  margin: 0; }
#fancybox-img { width: 100%;  height: 100%;  padding: 0;  margin: 0;  border: none;  outline: none;  line-height: 0;  vertical-align: top; }
#fancybox-frame { width: 100%;  height: 100%;  border: none;  display: block; }
#fancybox-left, #fancybox-right { position: absolute;  bottom: 0px;  height: 100%;  width: 35%;  cursor: pointer;  outline: none;  background: transparent url('/views/_default/www/js/fancy/img/blank.gif');  z-index: 1102;  display: none; }
#fancybox-left { left: 0px; }
#fancybox-right { right: 0px; }
#fancybox-left-ico, #fancybox-right-ico { position: absolute;  top: 50%;  left: -9999px;  width: 30px;  height: 30px;  margin-top: -15px;  cursor: pointer;  z-index: 1102;  display: block; }
#fancybox-left-ico { background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -30px; }
#fancybox-right-ico { background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -60px; }
#fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ }
#fancybox-left:hover span { left: 20px; }
#fancybox-right:hover span { left: auto;  right: 20px; }
.fancybox-bg { position: absolute;  padding: 0;  margin: 0;  border: 0;  width: 20px;  height: 20px;  z-index: 1001; }
#fancybox-bg-n { top: -20px;  left: 0;  width: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-x.png'); }
#fancybox-bg-ne { top: -20px;  right: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -162px; }
#fancybox-bg-e { top: 0;  right: -20px;  height: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-y.png');  background-position: -20px 0px; }
#fancybox-bg-se { bottom: -20px;  right: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -182px;  }
#fancybox-bg-s { bottom: -20px;  left: 0;  width: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-x.png');  background-position: 0px -20px; }
#fancybox-bg-sw { bottom: -20px;  left: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -142px; }
#fancybox-bg-w { top: 0;  left: -20px;  height: 100%;  background-image: url('/views/_default/www/js/fancy/img/fancybox-y.png'); }
#fancybox-bg-nw { top: -20px;  left: -20px;  background-image: url('/views/_default/www/js/fancy/img/fancybox.png');  background-position: -40px -122px; }
#fancybox-title { font-family: Helvetica;  font-size: 12px;  z-index: 1102; }
.fancybox-title-inside { padding-bottom: 10px;  text-align: center;  color: #333;  background: #fff;  position: relative; }
.fancybox-title-outside { padding-top: 10px;  color: #fff; }
.fancybox-title-over { position: absolute;  bottom: 0;  left: 0;  color: #FFF;  text-align: left; }
#fancybox-title-over { padding: 10px;  background-image: url('/views/_default/www/js/fancy/img/fancy_title_over.png');  display: block; }
.fancybox-title-float { position: absolute;  left: 0;  bottom: 0px;  height: 32px; }
#fancybox-title-float-wrap { border: none;  border-collapse: collapse;  width: auto; }
#fancybox-title-float-wrap td { border: none;  white-space: nowrap; }
#fancybox-title-float-left { padding: 0 0 0 15px;  background: url('/views/_default/www/js/fancy/img/fancybox.png') -40px -90px no-repeat; }
#fancybox-title-float-main { color: #FFF;  line-height: 29px;  font-weight: bold;  padding: 0 0 3px 0;  background: url('/views/_default/www/js/fancy/img/fancybox-x.png') 0px -40px; }
#fancybox-title-float-right { padding: 0 0 0 15px;  background: url('/views/_default/www/js/fancy/img/fancybox.png') -55px -90px no-repeat; }
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { height: expression(this.parentNode.clientHeight + "px"); }
#fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0;  top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); }
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/views/_default/www/js/fancy/img/fancy_shadow_nw.png', sizingMethod='scale'); }/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27.7.2018, 12:21:28
    Author     : Tony Stark (Stark Industries) (fakt, že jo)
*/
/*	
Pouziti

.keyframes(car;{
	0%   { .scale(0.8);}
	100% { .scale(1); }
});
	
.animation(car 3s ease-in infinite alternate);
*/
/*V základu nastaveno aby se vkládali prázdné soubory*/
/*Základní části*/
/*@include-bookmarks: 'bookmarks.less';*/
/*Podčásti*/
/*@include-form-list: 'list.less';*/
/*@color-a: @color-primary;
@color-text: #646464;
@color-menu: #fff;
@color-footer: #010101;*/
/*@bg-all: #fff;
@bg-part: #cfc5a2;
@bg-menu: #404040;
@bg-footer: #f0f0f0;

@font-family-primary: @arial;
@font-family-secundar: @georgia;
@font-family-motto: @font-family-secundar;
@font-family-menu: @font-family-secundar;
@font-family-badge: @font-family-secundar;
@font-family-footer: @opensans;

@font-size-primary: 12px;
@font-size-menu: 14px;
@font-size-footer: @font-size-primary;

@font-primary: @font-size-primary @font-family-primary;
@font-secondary: @font-size-primary @font-family-secundar;

@width-main: 940px;
@width-column: 30%;

@padding-main: 0px 25px;

@margin-elements: 0px 0px 10px 0px;*/
/*Základní části*/
/*@include-table: 'table.less';*/
/*@include-form: 'form.less';*/
/*Podčásti*/
/*@include-form-list: 'list.less';*/
/*@color-a: @color-primary;*/
/*@color-menu: #fff;*/
/*@color-footer: #010101;*/
/*@color-submit: #000;*/
/*@bg-all: #fff;
@bg-part: #cfc5a2;
@bg-menu: #404040;
@bg-footer: #f0f0f0;

@font-family-primary: @arial;
@font-family-secundar: @georgia;
@font-family-motto: @font-family-secundar;
@font-family-menu: @font-family-secundar;
@font-family-badge: @font-family-secundar;
@font-family-footer: @opensans;*/
/*@font-size-menu: 14px;
@font-size-footer: @font-size-primary;

@font-primary: @font-size-primary @font-family-primary;
@font-secondary: @font-size-primary @font-family-secundar;

@width-main: 940px;
@width-column: 30%;

@padding-main: 0px 25px;

@margin-elements: 0px 0px 10px 0px;*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[data-dscroll] {
  position: relative;
}
.hidden {
  display: none;
}
iframe[src*="google.com/maps"] {
  width: 100% !important;
}
#fancybox-wrap,
[id*=fancybox] {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
a[rel=fancy] {
  margin: 10px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  border: 3px solid #fff;
  font-size: 0px;
  line-height: 0px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a[rel=fancy] > * {
  font-size: 11pt;
  line-height: 1.2;
}
a[rel=fancy] img {
  max-width: 100%;
}
a[rel=fancy]:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 23px;
  height: 23px;
  right: 0px;
  background: url('/img/zoom.jpg') no-repeat center center;
}
a[rel=fancy]:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.flexbox.child {
  flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  max-width: 100%;
  margin: auto;
}
.flexbox.child.half {
  flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  max-width: 100%;
  margin: auto;
}
.flexbox.child.full {
  flex: 1 1 100% !important;
  -ms-flex: 1 1 100% !important;
  max-width: 100%;
  margin: auto;
}
.flexbox.child.minimal {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  max-width: 100%;
  margin: auto;
}
.flexbox-child {
  flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  max-width: 100%;
  margin: auto;
}
.flexbox-child.half {
  flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  max-width: 100%;
  margin: auto;
}
.flexbox-child.full {
  flex: 1 1 100% !important;
  -ms-flex: 1 1 100% !important;
  max-width: 100%;
  margin: auto;
}
.flexbox-child.minimal {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  max-width: 100%;
  margin: auto;
}
.full-line {
  height: 1px;
  display: block;
  clear: both;
  float: none;
  background-color: #dddddd;
}
.zoom {
  position: relative;
  border: 3px solid #fff;
  font-size: 0px;
  line-height: 0px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.zoom > * {
  font-size: 11pt;
  line-height: 1.2;
}
.zoom img {
  max-width: 100%;
}
.zoom:after {
  content: '';
  position: absolute;
  bottom: 0px;
  width: 23px;
  height: 23px;
  right: 0px;
  background: url('/img/zoom.jpg') no-repeat center center;
}
.zoom:hover {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
}
.effect-underline {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.effect-underline:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 1px;
  width: 0px;
  display: block;
  background-color: #473f29;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.effect-underline.sel:after,
.effect-underline.active:after,
.effect-underline:hover:after {
  width: 100%;
}
.effect-underline-reverse {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.effect-underline-reverse:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -2px;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #473f29;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.effect-underline-reverse.sel:after,
.effect-underline-reverse.active:after,
.effect-underline-reverse:hover:after {
  width: 0%;
}
.effect-underline-half {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.effect-underline-half:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -2px;
  height: 1px;
  display: block;
  background-color: #473f29;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.effect-underline-half.sel:after,
.effect-underline-half.active:after,
.effect-underline-half:hover:after {
  left: 0%;
  right: 0%;
}
.effect-underline-half-reverse {
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.effect-underline-half-reverse:after {
  content: '';
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: -2px;
  height: 1px;
  display: block;
  background-color: #473f29;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.effect-underline-half-reverse.sel:after,
.effect-underline-half-reverse.active:after,
.effect-underline-half-reverse:hover:after {
  left: 50%;
  right: 50%;
}
.effectWhiteToColor {
  -ms-filter: brightness(0%) invert(100%);
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.effectWhiteToColor:hover {
  -ms-filter: brightness(100%) invert(0%);
  -webkit-filter: brightness(100%) invert(0%);
  filter: brightness(100%) invert(0%);
}
.effectColorToWhite {
  -ms-filter: brightness(100%) invert(0%);
  -webkit-filter: brightness(100%) invert(0%);
  filter: brightness(100%) invert(0%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.effectColorToWhite:hover {
  -ms-filter: brightness(0%) invert(100%);
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}
.effectGreyscaleToColor {
  -ms-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.effectGreyscaleToColor:hover {
  -ms-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.effectColorToGreyscale {
  -ms-filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.effectColorToGreyscale:hover {
  -ms-filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.effectBlackToColor {
  -ms-filter: brightness(0%);
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.effectBlackToColor:hover {
  -ms-filter: brightness(100%);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}
.effectColorToBlack {
  -ms-filter: brightness(100%);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.effectColorToBlack:hover {
  -ms-filter: brightness(0%);
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}
.filterBlack {
  -ms-filter: brightness(0%);
  -webkit-filter: brightness(0%);
  filter: brightness(0%);
}
.clearfix,
.clear {
  display: block !important;
  height: 0px !important;
  float: none !important;
  width: 100% !important;
  clear: both !important;
}
.clearfix::before,
.clear::before,
.clearfix::after,
.clear::after {
  content: " ";
  display: table;
}
.clearfix::after,
.clear::after {
  clear: both;
}
td.min,
th.min {
  white-space: nowrap;
  width: 0px !important;
}
.al-center {
  text-align: center;
}
.al-left {
  text-align: left;
}
.al-right {
  text-align: right;
}
.bigger,
.larger {
  font-size: larger;
}
.smaller,
.small {
  font-size: smaller;
}
.clb {
  clear: both;
}
.ovh {
  overflow: hidden;
}
.c.ok {
  color: #138a0d;
}
.c.ko {
  color: #d00000;
}
.p20 {
  padding: 20px;
}
.m0 {
  margin: 0px !important;
}
.ml15 {
  margin-left: 15px;
}
.half {
  width: 50%;
}
.half.left {
  float: left;
}
.half.right {
  float: right;
}
.half img {
  max-width: 100%;
}
.third {
  width: 33.3%;
}
.third img {
  max-width: 100%;
}
.celek {
  overflow: hidden;
}
.celek .half:nth-child(2n) {
  float: right;
  clear: right;
}
.celek .half:nth-child(2n + 1) {
  float: left;
  clear: left;
}
.celek .third {
  float: left;
}
.celek .third:nth-child(3n) {
  float: right;
  clear: right;
}
.celek .third:nth-child(3n + 1) {
  float: left;
  clear: left;
}
.noshadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.image-container {
  font-size: 0px;
  display: inline-block;
}
.image-in-container {
  display: inline-block;
  max-width: 100%;
}
.block-forced,
.block {
  display: block;
  float: none;
  width: auto;
  height: auto;
}
.inline-block {
  display: inline-block;
}
.no-border {
  border: 0pt solid transparent !important;
}
.no-border td,
.no-border th {
  border: 0pt solid transparent !important;
}
.primary {
  color: #bbbbbb;
}
.fl-left {
  float: left !important;
}
.fl-right {
  float: right !important;
}
.img-left {
  float: left !important;
  margin: 0px 15px 15px 0px;
}
.img-right {
  float: right !important;
  margin: 0px 0px 15px 15px;
}
.uppercase {
  text-transform: uppercase;
}
.natural {
  text-transform: none;
}
.bold {
  font-weight: bold;
}
.vtop,
.vtop td,
.vtop th {
  vertical-align: top;
}
.vmiddle,
.vmiddle td,
.vmiddle th {
  vertical-align: middle;
}
.vbottom,
.vbottom td,
.vbottom th {
  vertical-align: bottom;
}
.vbaseline,
.vbaseline td,
.vbaseline th {
  vertical-align: baseline;
}
.flash-all li {
  text-align: center;
  padding: 5px 0px;
}
.flash-all li::before {
  display: none;
}
.flash-all.flash-succ {
  background-color: #138a0d;
  color: #fff;
}
.flash-all.flash-critical {
  background-color: #d00000;
  color: #f0ad4e;
}
.flash-all.flash-alert {
  background-color: #d00000;
  color: #fff;
}
.flash-all.flash-warn {
  background-color: #f0ad4e;
  color: #fff;
}
.flash-all.flash-debug,
.flash-all.flash-log,
.flash-all.flash-help {
  background-color: #2F7FBC;
  color: #fff;
}
/*Pro google mapy*/
.gm-style img {
  max-width: none !important;
}
.bookmarks .tab {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.bookmarks .tabs {
  margin-bottom: -1px;
  overflow: hidden;
}
.bookmarks .tabs .tab {
  cursor: pointer;
  color: #fff;
  font-size: larger;
  font-weight: bold;
  float: left;
  padding: 5px 16px;
  border: 1pt solid #eeeeee;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  margin-right: 5px;
  background-color: #eeeeee;
}
.bookmarks .tabs .tab.active {
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
.bookmarks .tabs-cont .tab {
  display: none;
  padding: 0px 20px;
}
.bookmarks .tabs-cont .tab img {
  max-width: 100%;
}
.bookmarks .tabs-cont .tab.active {
  padding: 20px;
  display: block;
  border: 1pt solid #eeeeee;
}
.product-site .description {
  border-bottom: 0 !important;
}
.product-site .description h1 {
  margin: 26px 0 20px;
  font-weight: 300;
}
.params {
  width: 100%;
  border-collapse: separate;
  display: table;
}
.params td {
  vertical-align: top;
  line-height: 28px;
  padding: 5px 10px;
  text-transform: uppercase;
  color: #4d4d4d;
  font-weight: 300;
}
.params td.par_title {
  background-color: #ddd;
  font-size: larger;
}
.params td.par_value {
  text-align: center;
  padding: 0px;
}
.params td.par_value select {
  border: 0px solid transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: block;
  font-size: 16px;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  margin: 0;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%20000002%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
.params td.par_value .par-val {
  display: block;
  text-align: center;
  padding: 5px;
}
.params td.par_value .par-val.val-3-tydny {
  display: inline-block;
  color: #fff;
  background-color: #c70f0f;
}
.params td.par_value .par-val.val-skladem {
  display: inline-block;
  color: #fff;
  background-color: #169745;
}
.params td.par_value .list.colorList {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
.params td.par_value .list.colorList li {
  display: inline-block;
}
.params td.par_value .list.colorList li label {
  display: block;
  height: 33px;
  line-height: 33px;
  width: 33px;
  text-align: center;
  position: relative;
}
.params td.par_value .list.colorList li label input[type="radio"] {
  top: -3px;
  margin: 0px;
  width: 2px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: -1;
  background-color: transparent;
}
.params td.par_value .list.colorList li label input[type="radio"]:checked + .colorItem:before {
  content: '';
  position: absolute;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  border: 1px solid #8a8a8a;
}
.params td.par_value .list.colorList li label .colorItem {
  top: 50%;
  right: 50%;
  position: absolute;
  margin: -10px;
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.params td.par_value .list.colorList li label .colorValue {
  display: none;
}
.params td.par_unit {
  width: 0px;
  white-space: nowrap;
}
.params td.par_unit:empty {
  padding: 0px;
}
.shop_box_full .prices {
  margin-bottom: 15px;
  font-weight: 300;
}
.shop_box_full .prices .vat {
  font-size: 32px;
  line-height: 1.3;
  color: #169745;
}
.shop_box_full .prices .wvat {
  font-size: 20px;
}
.shop_box_full .shop-box {
  width: 100%;
  border: 0pt solid transparent !important;
}
.shop_box_full .shop-box td,
.shop_box_full .shop-box th {
  border: 0pt solid transparent !important;
}
.shop_box_full .shop-box td {
  padding: 5px;
}
.shop_box_full .shop-box .price {
  display: none !important;
}
.shop_box_full .shop-box .pieces {
  white-space: nowrap;
}
.shop_box_full .shop-box .pieces input {
  width: 50px;
  width: calc(100% - 36px);
  max-width: 120px;
  border-radius: 0;
  padding: 6px 12px;
  font-size: 15px;
}
.shop_box_full .shop-box .buttons {
  white-space: nowrap;
  text-align: left;
}
.shop_box_full .shop-box .buttons .buy-button {
  padding: 7px 60px 7px 30px;
  font-family: "Roboto", Arial, "Trebuchet MS", tahoma, verdana;
  font-weight: 400;
}
.bookmarks .tab {
  transition: all 0.4s;
}
.bookmarks .tabs {
  margin-bottom: -1px;
  overflow: hidden;
}
.bookmarks .tabs .tab {
  cursor: pointer;
  color: #183E89;
  font-size: larger;
  font-weight: 300;
  float: left;
  padding: 5px 16px;
  border: 1pt solid #eeeeee;
  border-radius: 5px 5px 0px 0px;
  margin-right: 5px;
  background-color: #eeeeee;
  text-transform: uppercase;
}
.bookmarks .tabs .tab.active {
  font-weight: 500;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
.bookmarks .tabs-cont .tab {
  display: none;
  padding: 0px 20px;
}
.bookmarks .tabs-cont .tab img {
  max-width: 100%;
}
.bookmarks .tabs-cont .tab.active {
  padding: 20px;
  display: block;
  border: 1pt solid #eeeeee;
}
#gallery .rotator-outer .rotator {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#gallery .rotator-outer .rotator img {
  max-width: 100%;
  max-height: 100%;
}
#gallery .rotator-outer .rotator .cycle-slide {
  max-width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  bottom: 0px;
  right: 0px;
  box-shadow: none;
  padding: 0;
  margin: 6px;
  border: none;
}
#gallery .rotator-outer .rotator .cycle-slide::after {
  display: none;
}
#gallery .rotator-outer .rotator .cycle-arrow {
  display: none;
  z-index: 306;
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -15px;
}
#gallery .rotator-outer .rotator .cycle-arrow.cycle-next {
  right: 5px;
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #bbbbbb;
}
#gallery .rotator-outer .rotator .cycle-arrow.cycle-prev {
  left: 5px;
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #bbbbbb;
}
#gallery .rotator-outer .rotator .cycle-arrow:hover.cycle-next {
  width: 0;
  height: 0;
  border-right: 0px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #dddddd;
}
#gallery .rotator-outer .rotator .cycle-arrow:hover.cycle-prev {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #dddddd;
}
#gallery .rotator-outer .rotator .cycle-pager {
  position: relative;
  margin-top: 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
#gallery .rotator-outer .rotator .cycle-pager.child {
  flex: 1 0 0px;
  -ms-flex: 1 0 0px;
  max-width: 100%;
  margin: auto;
}
#gallery .rotator-outer .rotator .cycle-pager.child.half {
  flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  max-width: 100%;
  margin: auto;
}
#gallery .rotator-outer .rotator .cycle-pager.child.full {
  flex: 1 1 100% !important;
  -ms-flex: 1 1 100% !important;
  max-width: 100%;
  margin: auto;
}
#gallery .rotator-outer .rotator .cycle-pager.child.minimal {
  flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  max-width: 100%;
  margin: auto;
}
#gallery .rotator-outer .rotator .cycle-pager span {
  cursor: pointer;
  flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  max-width: 100%;
  margin: auto;
  border: 1px solid transparent;
  margin: 6px;
  width: auto;
  height: auto;
  background: transparent;
}
#gallery .rotator-outer .rotator .cycle-pager span img {
  height: 45px;
}
#gallery .rotator-outer .rotator .cycle-pager span.cycle-pager-active,
#gallery .rotator-outer .rotator .cycle-pager span:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  opacity: 0.7;
}
#gallery .rotator-outer .rotator .cycle-pager span.cycle-pager-active img,
#gallery .rotator-outer .rotator .cycle-pager span:hover img {
  max-width: 100%;
  max-height: 100%;
  height: 45px;
}
table {
  display: table;
  border-collapse: collapse;
  margin: 15px 0;
}
table tr {
  display: table-row;
}
table tr td {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  padding: 2px 10px;
}
table tr td:first-child {
  border-left: 1pt solid #eeeeee;
}
table tr .td {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  padding: 2px 10px;
}
table tr .td:first-child {
  border-left: 1pt solid #eeeeee;
}
table tr th {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  background: #cfc5a2;
  padding: 2px 10px;
  color: #fff;
}
table tr th:first-child {
  border-left: 1pt solid #eeeeee;
}
table tr .th {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  background: #cfc5a2;
  padding: 2px 10px;
  color: #fff;
}
table tr .th:first-child {
  border-left: 1pt solid #eeeeee;
}
table tr td.min {
  width: 10px;
  white-space: nowrap;
}
table tr .td.min {
  width: 10px;
  white-space: nowrap;
}
table tr th.min {
  width: 10px;
  white-space: nowrap;
}
table tr .th.min {
  width: 10px;
  white-space: nowrap;
}
table tr:last-child td {
  border-bottom: 1pt solid #eeeeee;
}
table tr:last-child .td {
  border-bottom: 1pt solid #eeeeee;
}
table tr:last-child th {
  border-bottom: 1pt solid #eeeeee;
}
table tr:last-child .th {
  border-bottom: 1pt solid #eeeeee;
}
table .tr {
  display: table-row;
}
table .tr td {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  padding: 2px 10px;
}
table .tr td:first-child {
  border-left: 1pt solid #eeeeee;
}
table .tr .td {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  padding: 2px 10px;
}
table .tr .td:first-child {
  border-left: 1pt solid #eeeeee;
}
table .tr th {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  background: #cfc5a2;
  padding: 2px 10px;
  color: #fff;
}
table .tr th:first-child {
  border-left: 1pt solid #eeeeee;
}
table .tr .th {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  background: #cfc5a2;
  padding: 2px 10px;
  color: #fff;
}
table .tr .th:first-child {
  border-left: 1pt solid #eeeeee;
}
table .tr td.min {
  width: 10px;
  white-space: nowrap;
}
table .tr .td.min {
  width: 10px;
  white-space: nowrap;
}
table .tr th.min {
  width: 10px;
  white-space: nowrap;
}
table .tr .th.min {
  width: 10px;
  white-space: nowrap;
}
table .tr:last-child td {
  border-bottom: 1pt solid #eeeeee;
}
table .tr:last-child .td {
  border-bottom: 1pt solid #eeeeee;
}
table .tr:last-child th {
  border-bottom: 1pt solid #eeeeee;
}
table .tr:last-child .th {
  border-bottom: 1pt solid #eeeeee;
}
.table {
  border-collapse: collapse;
  display: table;
}
.table tr {
  display: table-row;
}
.table tr td {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  padding: 2px 10px;
}
.table tr td:first-child {
  border-left: 1pt solid #eeeeee;
}
.table tr .td {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  padding: 2px 10px;
}
.table tr .td:first-child {
  border-left: 1pt solid #eeeeee;
}
.table tr th {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  background: #cfc5a2;
  padding: 2px 10px;
  color: #fff;
}
.table tr th:first-child {
  border-left: 1pt solid #eeeeee;
}
.table tr .th {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  background: #cfc5a2;
  padding: 2px 10px;
  color: #fff;
}
.table tr .th:first-child {
  border-left: 1pt solid #eeeeee;
}
.table tr td.min {
  width: 10px;
  white-space: nowrap;
}
.table tr .td.min {
  width: 10px;
  white-space: nowrap;
}
.table tr th.min {
  width: 10px;
  white-space: nowrap;
}
.table tr .th.min {
  width: 10px;
  white-space: nowrap;
}
.table tr:last-child td {
  border-bottom: 1pt solid #eeeeee;
}
.table tr:last-child .td {
  border-bottom: 1pt solid #eeeeee;
}
.table tr:last-child th {
  border-bottom: 1pt solid #eeeeee;
}
.table tr:last-child .th {
  border-bottom: 1pt solid #eeeeee;
}
.table .tr {
  display: table-row;
}
.table .tr td {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  padding: 2px 10px;
}
.table .tr td:first-child {
  border-left: 1pt solid #eeeeee;
}
.table .tr .td {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  padding: 2px 10px;
}
.table .tr .td:first-child {
  border-left: 1pt solid #eeeeee;
}
.table .tr th {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  background: #cfc5a2;
  padding: 2px 10px;
  color: #fff;
}
.table .tr th:first-child {
  border-left: 1pt solid #eeeeee;
}
.table .tr .th {
  display: table-cell;
  border-top: 1pt solid #eeeeee;
  border-right: 1pt solid #eeeeee;
  border-left: 0pt solid transparent;
  border-bottom: 0pt solid transparent;
  background: #cfc5a2;
  padding: 2px 10px;
  color: #fff;
}
.table .tr .th:first-child {
  border-left: 1pt solid #eeeeee;
}
.table .tr td.min {
  width: 10px;
  white-space: nowrap;
}
.table .tr .td.min {
  width: 10px;
  white-space: nowrap;
}
.table .tr th.min {
  width: 10px;
  white-space: nowrap;
}
.table .tr .th.min {
  width: 10px;
  white-space: nowrap;
}
.table .tr:last-child td {
  border-bottom: 1pt solid #eeeeee;
}
.table .tr:last-child .td {
  border-bottom: 1pt solid #eeeeee;
}
.table .tr:last-child th {
  border-bottom: 1pt solid #eeeeee;
}
.table .tr:last-child .th {
  border-bottom: 1pt solid #eeeeee;
}
table.full {
  width: 100%;
}
.table.full {
  width: 100%;
}
table.fixed {
  table-layout: fixed;
}
.table.fixed {
  table-layout: fixed;
}
input[type=text] {
  padding: 4px 10px;
  width: 100%;
  background-color: #fff;
  border: 1pt solid #eeeeee;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
}
input[type=text]:valid:focus {
  box-shadow: 0px 0px 5px #138a0d;
}
input[type=text]:invalid {
  background: #FBE7E2;
}
input[type=text]:focus {
  box-shadow: 0px 0px 5px #2F7FBC;
}
input[type=number] {
  padding: 4px 10px;
  width: 100%;
  background-color: #fff;
  border: 1pt solid #eeeeee;
  border-radius: 5px;
  box-sizing: border-box;
}
input[type=number]:valid:focus {
  box-shadow: 0px 0px 5px #138a0d;
}
input[type=number]:invalid {
  background: #FBE7E2;
  box-shadow: 0px 0px 5px #d00000;
}
input[type=number]:focus {
  box-shadow: 0px 0px 5px #2F7FBC;
}
input[type=password] {
  padding: 4px 10px;
  width: 100%;
  background-color: #fff;
  border: 1pt solid #eeeeee;
  border-radius: 5px;
  box-sizing: border-box;
}
input[type=password]:valid:focus {
  box-shadow: 0px 0px 5px #138a0d;
}
input[type=password]:invalid {
  background: #FBE7E2;
  box-shadow: 0px 0px 5px #d00000;
}
input[type=password]:focus {
  box-shadow: 0px 0px 5px #2F7FBC;
}
input[type=mail] {
  padding: 4px 10px;
  width: 100%;
  background-color: #fff;
  border: 1pt solid #eeeeee;
  border-radius: 5px;
  box-sizing: border-box;
}
input[type=mail]:valid:focus {
  box-shadow: 0px 0px 5px #138a0d;
}
input[type=mail]:invalid {
  background: #FBE7E2;
  box-shadow: 0px 0px 5px #d00000;
}
input[type=mail]:focus {
  box-shadow: 0px 0px 5px #2F7FBC;
}
textarea {
  padding: 4px 10px;
  width: 100%;
  background-color: #fff;
  border: 1pt solid #eeeeee;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
}
textarea:valid:focus {
  box-shadow: 0px 0px 5px #138a0d;
}
textarea:invalid {
  background: #FBE7E2;
  box-shadow: 0px 0px 5px #d00000;
}
textarea:focus {
  box-shadow: 0px 0px 5px #2F7FBC;
}
select {
  padding: 4px 10px;
  width: 100%;
  background-color: #fff;
  border: 1pt solid #eeeeee;
  border-radius: 5px;
  box-sizing: border-box;
}
select:valid:focus {
  box-shadow: 0px 0px 5px #138a0d;
}
select:invalid {
  background: #FBE7E2;
  box-shadow: 0px 0px 5px #d00000;
}
select:focus {
  box-shadow: 0px 0px 5px #2F7FBC;
}
input[type=text].pieces {
  width: 80px;
}
input[type=number].pieces {
  width: 80px;
}
input[type=password].pieces {
  width: 80px;
}
input[type=mail].pieces {
  width: 80px;
}
textarea.pieces {
  width: 80px;
}
select.pieces {
  width: 80px;
}
input[type=checkbox] {
  position: relative;
  top: 2px;
}
input[type=radio] {
  position: relative;
  top: 2px;
}
input[name="count"] {
  width: 100px;
  text-align: right;
}
.button {
  cursor: pointer;
  font-size: 14px;
  transition: all 0.4s;
  -webkit-appearance: none;
}
button {
  cursor: pointer;
  font-size: 14px;
  transition: all 0.4s;
  -webkit-appearance: none;
}
input[type=button] {
  cursor: pointer;
  font-size: 14px;
  transition: all 0.4s;
  -webkit-appearance: none;
}
input[type=submit] {
  font-size: 14px;
  transition: all 0.4s;
  display: inline-block;
  padding: 2px 15px;
  border: none;
  width: auto;
  height: auto;
  text-decoration: none;
  color: #4d4d4d;
  font-family: 'Oswald', sans-serif;
  font-size: 11pt;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
}
input[type=submit]:hover {
  box-shadow: none;
}
.submit {
  font-size: 14px;
  transition: all 0.4s;
  display: inline-block;
  padding: 2px 15px;
  background-color: #d01b1f;
  border-radius: 15px;
  border: none;
  width: auto;
  height: auto;
  text-decoration: none;
  color: #4d4d4d;
  font-family: 'Oswald', sans-serif;
  font-size: 11pt;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
}
.submit:hover {
  box-shadow: none;
}
.more-info {
  cursor: pointer;
  font-size: 14px;
  transition: all 0.4s;
}
.button.okko {
  position: relative;
  padding-left: 50px;
}
.button.okko:before {
  position: absolute;
  content: '';
  left: 25px;
  top: 50%;
  height: 20px;
  width: 20px;
  margin: -10px;
}
button.okko {
  position: relative;
  padding-left: 50px;
}
button.okko:before {
  position: absolute;
  content: '';
  left: 25px;
  top: 50%;
  height: 20px;
  width: 20px;
  margin: -10px;
}
input[type=button].okko {
  position: relative;
  padding-left: 50px;
}
input[type=button].okko:before {
  position: absolute;
  content: '';
  left: 25px;
  top: 50%;
  height: 20px;
  width: 20px;
  margin: -10px;
}
input[type=submit].okko {
  position: relative;
  padding-left: 50px;
}
input[type=submit].okko:before {
  position: absolute;
  content: '';
  left: 25px;
  top: 50%;
  height: 20px;
  width: 20px;
  margin: -10px;
}
.submit.okko {
  position: relative;
  padding-left: 50px;
}
.submit.okko:before {
  position: absolute;
  content: '';
  left: 25px;
  top: 50%;
  height: 20px;
  width: 20px;
  margin: -10px;
}
.more-info.okko {
  position: relative;
  padding-left: 50px;
}
.more-info.okko:before {
  position: absolute;
  content: '';
  left: 25px;
  top: 50%;
  height: 20px;
  width: 20px;
  margin: -10px;
}
.pay-button {
  border: none;
  float: none;
  font-size: 20px;
  margin: 10px 1.5%;
  cursor: pointer;
  padding: 12px 34px;
  background-color: #e03a3a;
  color: #fff;
}
.pay-button:hover {
  background: #808080;
}
.button.okko.ok:before {
  background: url(/views/_default/www/img/ok.png) no-repeat center center;
}
button.okko.ok:before {
  background: url(/views/_default/www/img/ok.png) no-repeat center center;
}
input[type=button].okko.ok:before {
  background: url(/views/_default/www/img/ok.png) no-repeat center center;
}
input[type=submit].okko.ok:before {
  background: url(/views/_default/www/img/ok.png) no-repeat center center;
}
.submit.okko.ok:before {
  background: url(/views/_default/www/img/ok.png) no-repeat center center;
}
.more-info.okko.ok:before {
  background: url(/views/_default/www/img/ok.png) no-repeat center center;
}
.button.okko.ko:before {
  background: url(/views/_default/www/img/cancel.png) no-repeat center center;
}
button.okko.ko:before {
  background: url(/views/_default/www/img/cancel.png) no-repeat center center;
}
input[type=button].okko.ko:before {
  background: url(/views/_default/www/img/cancel.png) no-repeat center center;
}
input[type=submit].okko.ko:before {
  background: url(/views/_default/www/img/cancel.png) no-repeat center center;
}
.submit.okko.ko:before {
  background: url(/views/_default/www/img/cancel.png) no-repeat center center;
}
.more-info.okko.ko:before {
  background: url(/views/_default/www/img/cancel.png) no-repeat center center;
}
.flash-all {
  padding: 0px;
}
.flash-all li {
  margin: 2px 0px;
  list-style: none;
  text-align: center;
  padding: 5px 0px;
}
.flash-all li::before {
  display: none;
}
.flash-all.flash-succ li {
  background-color: #138a0d;
  color: #fff;
}
.flash-all.flash-critical li {
  background-color: #d00000;
  color: #f0ad4e;
}
.flash-all.flash-alert li {
  background-color: #d00000;
  color: #fff;
}
.flash-all.flash-warn li {
  background-color: #f0ad4e;
  color: #fff;
}
.flash-all.flash-debug li {
  background-color: #2F7FBC;
  color: #fff;
}
.flash-all.flash-log li {
  background-color: #2F7FBC;
  color: #fff;
}
.flash-all.flash-help li {
  background-color: #2F7FBC;
  color: #fff;
}
.wau {
  width: auto !important;
}
.al-right {
  text-align: right;
}
.al-center {
  text-align: center;
}
body {
  font: 10pt/1.45em 'Roboto', Arial, "Trebuchet MS", tahoma, verdana;
  color: #000;
  padding: 0;
  margin: 0;
  background: url(/views/eshop-templates/www/img/bg.png) center top no-repeat;
}
* > a {
  outline: none;
}
a {
  color: #d01b1f;
}
a img {
  border-style: none;
}
a:hover {
  text-decoration: none;
}
h1 {
  line-height: 1.4em;
  margin: 20px 0;
  font-size: 18pt;
  font-weight: normal;
}
h2 {
  line-height: 1.4em;
  margin: 20px 0;
}
h3 {
  line-height: 1.4em;
  margin: 20px 0;
}
.like-h1 {
  line-height: 1.4em;
  margin: 20px 0;
  font-size: 18pt;
  font-weight: normal;
}
.basket-table {
  width: 100%;
}
.basket-table,
#order_details fieldset {
  border: none;
  padding: 10px 0;
}
.basket-table > legend,
#order_details fieldset > legend {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15px;
  padding-left: 38px;
  position: relative;
}
.basket-table > legend::before,
#order_details fieldset > legend::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(/views/eshop-templates/www/img/facelift/kosik.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  left: 0;
  top: -5px;
}
.basket-table table,
#order_details fieldset table {
  width: 100%;
}
.basket-table table tr th,
#order_details fieldset table tr th {
  text-align: left;
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 300;
  border: none !important;
}
.basket-table table tr td,
#order_details fieldset table tr td {
  border: none;
  border-bottom: 1px solid #e3e3e3;
  padding: 10px;
}
.basket-table table tr td .add_param p,
#order_details fieldset table tr td .add_param p {
  margin: 3px 0;
}
.basket-table table tr td .basket-remove,
#order_details fieldset table tr td .basket-remove {
  position: relative;
  height: 30px;
  width: 30px;
  text-decoration: none;
}
.basket-table table tr td .basket-remove::before,
#order_details fieldset table tr td .basket-remove::before {
  display: block;
  position: absolute;
  content: "";
  background-color: #fff;
  background-image: url(/views/eshop-templates/www/img/facelift/kos.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: -4px;
  left: -7px;
}
.basket-table table tr td .price-cell,
#order_details fieldset table tr td .price-cell {
  text-transform: none;
}
.basket-table table tr.all-price-sum-row .price-cell,
#order_details fieldset table tr.all-price-sum-row .price-cell {
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
}
#order_details {
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px solid #d6d6d6;
}
#order_details fieldset:first-of-type > legend::before {
  background-image: url(/views/eshop-templates/www/img/facelift/doprava.svg);
}
#order_details fieldset > legend.note-heading {
  padding: 5px 10px;
  background-color: #f7ad02;
  font-size: 10pt;
  width: 100%;
  font-weight: 300;
}
#order_details fieldset > legend.note-heading::before {
  display: none;
}
#order_details tr td:first-child {
  width: 40px;
}
#order_details tr td:first-child input[type="radio"] {
  top: 0px;
}
#order_details fieldset table tr .price-cell {
  text-align: right;
}
#order_details .cart-note {
  width: 100%;
  border-radius: 0;
  border-color: #d6d6d6;
}
#order_details .obch-podminky {
  width: 100%;
  text-align: right;
  display: block;
  margin-bottom: 10px;
}
#order_details .obch-podminky input[type="checkbox"] {
  top: 0;
}
#order_details .save {
  text-align: right;
}
.register > h1,
.register legend {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15px;
  position: relative;
}
.register legend {
  padding: 5px 10px;
  background-color: #f7ad02;
  font-size: 10pt;
}
.register th {
  text-align: left;
  background-color: transparent;
  border: none !important;
  text-transform: uppercase;
  font-weight: 300;
  padding: 6px;
}
.register td {
  border: none !important;
}
.register .sub-pokracovat {
  float: right;
}
.register .back-basket {
  font-family: 'Oswald', sans-serif;
}
.basket .back-basket,
.basket .sub-pokracovat {
  border-radius: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 11pt;
  font-weight: 300;
}
.basket .sub-pokracovat {
  float: right;
}
.confirm-in table th {
  text-transform: uppercase;
  font-weight: 300;
  text-align: left;
  border: none !important;
  padding: 6px 10px;
}
.confirm-in table td {
  padding: 6px 10px;
}
.confirm-in table.purchased-items {
  width: 100%;
}
.address {
  display: none;
}
.addresses {
  float: right;
}
.cart-note {
  width: 300px;
  max-width: 100%;
}
input[type=number][name*=count] {
  width: 60px;
  text-align: right;
}
#order_details legend {
  margin-top: 20px;
  font-size: 16px;
}
table.no-border th {
  border: none;
  padding: 0 20px 0 0;
  vertical-align: top;
}
table.no-border td {
  border: none;
  padding: 0 20px 0 0;
  vertical-align: top;
}
td {
  border: 1px solid #ddd;
  padding: 4px 10px;
}
th {
  border: 1px solid #ddd;
  padding: 4px 10px;
}
input {
  padding: 2px 6px;
}
.clear {
  clear: both;
}
.nul {
  text-decoration: none;
}
.nul a {
  text-decoration: none;
}
.nul:hover {
  text-decoration: underline;
}
hr {
  clear: both;
}
.color2 {
  color: #d01b1f;
}
.red-button {
  display: inline-block;
  padding: 2px 15px;
  background-color: #d01b1f;
  border-radius: 0;
  border: none;
  width: auto;
  height: auto;
  text-decoration: none;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 11pt;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  width: 50px;
  height: 20px;
}
.red-button:hover {
  box-shadow: none;
}
.edit-site {
  display: inline-block;
  position: absolute;
  right: 0;
  margin-right: 30px;
  padding: 2px 15px;
  background-color: #d01b1f;
  box-shadow: 0px 3px 3px 1px #CCC;
  border-radius: 15px;
  border: none;
  height: auto;
  text-decoration: none;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 11pt;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  width: auto;
}
.edit-site:hover {
  box-shadow: none;
}
.login {
  order: 2;
}
.login a {
  display: inline-block;
  position: relative;
  border: none;
  width: auto;
  height: auto;
  text-decoration: none;
  color: #4b4b4b;
  background-color: transparent;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  cursor: pointer;
  padding: 3px 10px;
}
.login a:hover {
  box-shadow: none;
  font-weight: 400;
}
.login a::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  right: 0;
  top: 5px;
  background-color: #4b4b4b;
  font-weight: 300;
}
.login a.buy-button {
  padding: 5px 40px 5px 10px;
  width: auto;
  height: auto;
  background-image: url(/views/eshop-templates/www/img/kosik-ico.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  margin-left: 20px;
}
.login .menu .anchor:nth-last-child(2)::after {
  display: none;
}
input[type=submit].buy-button {
  padding: 5px 10px;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: right 15px center;
  margin-left: 20px;
}
.submit.buy-button {
  padding: 5px 40px 5px 10px;
  width: auto;
  height: auto;
  background-image: url(/views/eshop-templates/www/img/kosik-ico.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  margin-left: 20px;
}
.red-button.buy-button {
  padding: 5px 40px 5px 10px;
  width: auto;
  height: auto;
  background-image: url(/views/eshop-templates/www/img/kosik-ico.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  margin-left: 20px;
}
.edit-site.buy-button {
  padding: 5px 40px 5px 10px;
  width: auto;
  height: auto;
  background-image: url(/views/eshop-templates/www/img/kosik-ico.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  margin-left: 20px;
}
.sub-pokracovat {
  padding: 5px 10px;
  display: initial;
  width: auto;
  height: auto;
}
input[type=submit].white-button {
  display: inline-block;
  padding: 3px 15px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}
input[type=submit].white-button:hover {
  box-shadow: none;
}
.white-button {
  display: inline-block;
  padding: 3px 15px;
  background-color: #fff;
  border-radius: 0;
  border: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
}
.white-button:hover {
  box-shadow: none;
}
.pagination {
  text-align: right;
  margin-top: 20px;
}
.pagination .button {
  display: inline-block;
  padding: 3px 15px;
  background-color: #fff;
  border-radius: 15px;
  border: none;
  border: 1px solid #d6d6d6;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.pagination .button:hover {
  box-shadow: none;
}
.pagination a {
  color: inherit;
  margin: 0 5px;
}
.price {
  font-size: 22pt;
  margin-top: 12px;
  margin-bottom: 20px;
  font-weight: 300;
}
.none {
  display: none;
}
.menu-button {
  position: relative;
  width: 40px;
  display: block;
  padding: 2px;
  cursor: pointer;
}
.menu-button span {
  display: block;
  margin: 4px 2px;
  border-radius: 30%;
  background-color: #000;
  height: 6px;
}
.content-in {
  width: 1000px;
  margin: 0px auto;
  position: relative;
  padding-bottom: 20px;
}
.content-in .main {
  float: right;
  width: 730px;
  margin: 20px 30px 10px 0;
}
.content-in .main.fullsize {
  float: none !important;
  width: auto !important;
  margin: 10px 30px;
}
.footer-in {
  width: 1000px;
  margin: 0px auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.1);
}
.header-in {
  width: 1000px;
  margin: 0px auto;
  position: relative;
}
.content {
  padding: 0px 30px 40px;
  position: relative;
  min-height: 400px;
}
.header {
  position: relative;
  z-index: 10;
}
.header .logo {
  display: inline-block;
  margin: 10px 20px 10px 0;
}
.header .login {
  clear: both;
  text-align: center;
  float: right;
}
.header .login p {
  margin: 0px;
}
.header .login .user-login {
  display: inline-block;
  color: #4d4d4d;
  font-size: 13px;
  line-height: 25px;
  margin-right: 10px;
}
.header .login .login-form {
  display: none;
}
.header .in {
  clear: both;
  border-top: solid 1px #ebebeb;
  padding-top: 1px;
}
.header .slogan {
  display: inline-block;
  padding: 0 20px 0 35px;
  color: #000;
  font-size: 12pt;
  width: 400px;
  font-family: Roboto;
  font-weight: 300;
}
.header-left {
  float: left;
}
.header-top {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.header-top .header-left {
  flex: 1 0 0px;
  display: flex;
  max-width: 100%;
  align-items: center;
}
.header-top .eshop-info {
  display: flex;
  justify-content: flex-end;
}
.header-top .eshop-info .cart {
  order: 2;
}
.header-top .eshop-info .login {
  order: 1;
}
.header-top .header-top-top {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 100%;
  border-bottom: 1px solid #b3b3b3;
}
.header-top .header-top-top .left {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 13px 0;
}
.header-top .header-top-top .left a {
  color: #4d4d4d;
  text-decoration: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  padding-left: 7px;
}
.header-top .header-top-top .left .phone,
.header-top .header-top-top .left .mail {
  display: inline-flex;
  align-items: center;
}
.header-top .header-top-top .left .phone img,
.header-top .header-top-top .left .mail img {
  height: 25px;
}
.header-top .header-top-top .left .mail {
  margin-left: 20px;
}
.header-top .header-top-top .left .mail img {
  height: 18px;
}
.header-top .header-top-top .right {
  flex: 1 1 auto;
  margin: 13px 0;
}
.header-top.child {
  flex: 1 0 0px;
  max-width: 100%;
  margin: auto;
}
.cart {
  position: relative;
}
.cart-link {
  background-image: url(/views/eshop-templates/www/img/facelift/kosik.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  height: 34px;
  margin: -7px 0;
}
.cart-info {
  margin-left: 20px;
  padding-right: 20px;
  background: url(/views/eshop-templates/www/img/arrow_small_down.png) no-repeat right center;
  cursor: pointer;
}
.cart-items {
  clear: left;
  float: left;
}
.cart-items h3 {
  float: left;
  margin: 2px 0px;
  font-size: 14px;
}
.cart-items h3 > a {
  display: none;
}
.cart-items-in {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1;
  background: #fff;
  z-index: 999;
  width: 500px;
  max-width: calc(100vw - 20px);
  box-sizing: border-box;
  top: 100%;
}
.cart-items-in > * {
  color: #666 !important;
}
.cart-items-in img {
  max-height: 40px;
  max-width: 150px;
}
.cart-items-in .cart-item {
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
  min-height: 60px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.cart-items-in .cart-item .title {
  font-weight: 300;
  display: inline-block;
  padding: 5px 3px;
  margin-right: auto;
}
.cart-items-in .cart-item img {
  vertical-align: middle;
  margin-right: 10px;
}
.cart-items-in .cart-item.child {
  flex: 1 0 0px;
  max-width: 100%;
  margin: auto;
}
.cart-items-in .price {
  margin-top: 0px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.cart-items-in .price-celkem {
  padding: 10px 15px;
  border-top: 1px solid #666;
  overflow: hidden;
  text-align: right;
  margin: 0;
}
.cart-items-in .price-celkem .price {
  font-size: 16px;
}
.header-menu {
  float: none;
}
.header-menu ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.header-menu .menuicon {
  display: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 401;
  line-height: 18px;
  font-size: 18px;
  color: #000;
  padding: 18px 20px 14px 20px;
  text-decoration: none;
  border: 1pt solid #000;
  position: relative;
  transition: all 0.4s;
}
.header-menu .menuicon > span {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 0px 20px;
  position: relative;
}
.header-menu .menuicon > span > span {
  position: absolute;
  border: 1.5px solid #000;
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  top: 50%;
  transition: all 0.4s;
  margin-top: -1.5px;
}
.header-menu .menuicon > span:after {
  position: absolute;
  border: 1.5px solid #000;
  content: '';
  display: block;
  margin-top: -1.5px;
  left: 0px;
  right: 0px;
  top: 50%;
  transition: all 0.4s;
  margin-top: 8.5px;
}
.header-menu .menuicon > span:before {
  position: absolute;
  border: 1.5px solid #000;
  content: '';
  display: block;
  margin-top: -1.5px;
  left: 0px;
  right: 0px;
  top: 50%;
  transition: all 0.4s;
  margin-top: -11.5px;
}
.header-menu li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-menu li a {
  display: block;
  float: left;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-size: 12pt;
}
.header-menu li a:hover {
  background-color: #ececec;
}
.header-menu .sel a {
  background-color: #ececec;
}
.header-menu .responsive-menu {
  display: none;
}
.header-menu .responsive-menu ul {
  position: absolute;
  z-index: 9999;
  display: none;
  background: #FFF;
  padding: 0;
}
.header-menu .responsive-menu ul li {
  float: none;
  position: relative;
}
.header-menu .responsive-menu ul li a {
  float: none;
}
.header-menu .responsive-menu ul li ul {
  margin-left: 10px;
  position: relative;
}
.header-menu .responsive-menu ul li ul li a {
  text-transform: lowercase;
}
.header-menu.toIco {
  text-align: center;
}
.header-menu.toIco ul {
  display: none;
}
.header-menu.active ul {
  display: block;
}
.header-menu.active ul li {
  float: none;
}
.header-menu.active ul li a {
  float: none;
}
.header-menu.active .menuicon {
  border-bottom: 1px solid #000;
}
.header-menu.active .menuicon > span:before {
  transform: rotate(45deg);
  margin-top: -1.5px;
}
.header-menu.active .menuicon > span:after {
  transform: rotate(-45deg);
  margin-top: -1.5px;
}
.header-menu.active .menuicon > span span {
  top: -3px;
  bottom: -3px;
  left: -3px;
  right: -3px;
  height: auto;
  border-radius: 50%;
  border-color: #000;
}
.rotator {
  overflow: hidden;
  position: relative;
}
.rotator > div {
  width: 100%;
  background-repeat: no-repeat;
}
.rotator > div > img {
  visibility: hidden;
}
.rotator .arrows {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}
.rotator .arrows span {
  position: absolute;
  display: block;
  width: 21px;
  height: 43px;
  margin-top: -21px;
  background: url(/views/eshop-templates/www/img/rotator_arrow_right.png);
  z-index: 999;
  right: 10px;
  top: 50%;
}
.rotator .arrows span.prev {
  background: url(/views/eshop-templates/www/img/rotator_arrow_left.png);
  right: initial;
  left: 10px;
}
.rotator .cycle-pager {
  position: absolute;
  z-index: 999;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.rotator .cycle-pager span {
  display: inline-block;
  width: 14px;
  height: 14px;
  color: transparent;
  background: url(/views/eshop-templates/www/img/rotator_button.png);
  margin: 0 2px;
  cursor: pointer;
}
.rotator .cycle-pager .cycle-pager-active {
  background-color: #d01b1f;
  border-radius: 10px;
  background-image: none;
}
#progress {
  position: absolute;
  top: 0px;
  height: 2px;
  width: 0px;
  background: #d01b1f none repeat scroll 0% 0%;
  z-index: 999 !important;
  visibility: visible !important;
}
.cycle-slideshow {
  width: 100%;
}
.action-buttons {
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.action-buttons ul {
  padding: 0;
  margin: 0;
}
.action-buttons li {
  display: inline-block;
  list-style: none;
  position: relative;
}
.action-buttons li a {
  color: #d01b1f;
  font-weight: 500;
}
.action-buttons li::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  right: 0;
  top: 4px;
  background-color: #4d4d4d;
}
.action-buttons li:last-child::after {
  display: none;
}
.products {
  display: flex;
  flex-wrap: wrap;
}
.products .perex {
  flex: 1 0 230px;
  max-width: 250px;
  padding: 0 20px;
  margin: 20px 0;
  text-align: center;
  height: 400px;
}
.products .perex .img-thmb {
  display: block;
  position: relative;
  height: 200px;
  text-align: center;
  line-height: 200px;
}
.products .perex img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: 100%;
}
.products .perex h2 {
  font-weight: bold;
  font-size: 10pt;
  margin-bottom: 0;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.products .perex h2 a {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}
.products .perex .arrow-link-wrap {
  display: none;
  width: 100%;
  text-align: center;
}
.products .perex .arrow-link {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-top: 10px;
  background: #d01b1f url(/views/eshop-templates/www/img/sipka-ico.png) center no-repeat;
  border-radius: 10px;
}
.products .perex .description {
  height: 60px;
}
.products > .perex:nth-child(3n) {
  border-right: none;
}
.catalogue {
  display: flex;
  flex-wrap: wrap;
}
.catalogue .category-box {
  flex: 1 0 230px;
  max-width: 240px;
  padding: 0 20px;
  margin: 20px 0;
  text-align: center;
}
.catalogue .category-box .img-thmb {
  display: block;
  position: relative;
  height: 200px;
  text-align: center;
  line-height: 200px;
}
.catalogue .category-box img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.tags {
  position: absolute;
  left: 0;
  top: 10px;
  max-width: 65%;
}
.tags .tag {
  display: block;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  background: #dc1f25;
  padding: 0 10px;
  height: 23px;
  line-height: 23px;
}
.tags .tag.novinka {
  background: rgba(0, 0, 0, 0.7);
}
.category-box {
  position: relative;
}
.category-link {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.filter {
  background-color: #e3e3e3;
  padding: 10px 15px;
  margin-top: 20px;
}
.filter p {
  margin: 0px;
}
.filter span {
  margin-left: 20px;
}
.filter a {
  display: inline-block;
  width: 10px;
  height: 5px;
  background: url(/views/eshop-templates/www/img/arrow_small_up.png);
  color: transparent;
  vertical-align: middle;
}
.filter a.desc {
  background: url(/views/eshop-templates/www/img/arrow_small_down.png);
}
.product-site .description {
  width: 48%;
  float: left;
  margin: 0 1%;
  padding-bottom: 20px;
  border-bottom: 1px solid #d6d6d6;
}
.product-site .gallery {
  width: 48%;
  float: left;
  padding: 20px 0 0 0;
  margin-right: 2%;
}
.product-site .gallery .main-image {
  position: relative;
  padding: 2px;
  margin-bottom: 10px;
  display: block;
}
.product-site .gallery .main-image a {
  display: block;
}
.product-site .gallery .main-image img {
  width: 100%;
  height: auto;
  display: block;
}
.product-site .gallery .rotator .cycle-slide {
  height: auto !important;
}
#gallery .rotator-outer .rotator .cycle-pager {
  z-index: 100;
  overflow: initial;
  height: auto;
}
#gallery .rotator-outer .rotator .cycle-pager span {
  margin: 2px 6px;
}
.price-wrap {
  float: left;
  padding-top: 20px;
  padding-right: 20px;
}
.order-wrap {
  float: left;
  padding-top: 20px;
}
.order-wrap .count {
  display: inline-block;
}
.order-wrap .count input {
  width: 40px;
  margin: 5px 5px 0 0;
}
.order-wrap .skladem {
  color: red;
  font-weight: bolder;
  margin-top: 5px;
}
.order-wrap .skladem.ano {
  color: green;
}
.shop-box strong {
  margin-bottom: 10px;
}
.shop-box input[type="number"] {
  height: 39px;
  border: none;
}
.shop-box input[type="number"]::-webkit-inner-spin-button {
  opacity: 1;
}
.params-wrap {
  clear: both;
  margin-bottom: 20px;
  padding: 0 5px;
  border-bottom: 1px solid #d6d6d6;
}
.params .nowrap td.par_title {
  white-space: nowrap;
}
.column {
  float: left;
  width: 200px;
  margin: 0px 20px 0;
}
.column .products-menu {
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
  margin-top: 20px;
}
.column .products-menu > span:first-child {
  background: #e3e3e3;
  margin: 0;
  padding: 10px;
  color: #000;
  font-weight: normal;
  font-size: 12pt;
  text-transform: uppercase;
  display: block;
}
.column .products-menu ul {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  z-index: 101;
}
.column .products-menu ul li {
  position: relative;
  padding: 0 10px;
}
.column .products-menu ul > li:first-child a {
  border-top: none;
}
.column .products-menu li a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 10px 0 10px 5px;
  border-top: 1px solid #f0f0f0;
  color: #000;
  font-weight: 300;
}
.column .products-menu li a:hover {
  background-color: #F2F2F2;
}
.column .products-menu li ul {
  display: none;
  position: absolute;
  background: #ffffff none repeat scroll 0% 0%;
  border: 1px solid #E3E3E3;
  top: 0px;
  left: 100%;
  width: 300px;
}
.column .products-menu li:hover > ul {
  display: block;
  z-index: 199;
}
.column .akce-perexes {
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
}
.column .akce-perexes > h2:first-child {
  background: #e3e3e3;
  margin: 0;
  padding: 10px;
  color: #000;
  font-weight: normal;
  font-size: 12pt;
  text-transform: uppercase;
  display: block;
}
.column .akce-perexes .perex {
  padding: 5px 5px 20px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
}
.column .akce-perexes .perex > a {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}
.column .akce-perexes .perex > a img {
  max-width: 100%;
  height: auto;
}
.column .akce-perexes .perex h3 {
  font-size: 12pt;
  margin-bottom: 0;
}
.column .akce-perexes .perex h3 a {
  text-decoration: none;
}
.column .products-menu.select {
  margin-bottom: 0px;
  display: none;
}
.column .akce-perexes.select {
  margin-bottom: 0px;
  display: none;
}
.footer {
  clear: both;
  background-color: #3a3a3a;
  position: relative;
  color: #f3f3f3;
}
.footer strong {
  font-size: 11pt;
}
.footer h2 {
  color: #FFF;
}
.footer h3 {
  color: #FFF;
}
.footer a {
  color: #f3f3f3;
}
.m-form input[type="text"] {
  border-radius: 0;
}
.footer-menu {
  width: 220px;
  position: relative;
  border-top: 10px solid #d01b1f;
  top: -2px;
  padding: 0 20px;
  float: left;
}
.footer-menu ul {
  padding: 0px;
  margin: 0px;
}
.footer-menu h2 {
  padding-left: 20px;
  margin: 20px 0 10px;
  text-transform: uppercase;
  font-size: 11pt;
}
.footer-menu li {
  list-style: none;
}
.footer-menu li a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 20px;
  width: 180px;
  border-bottom: 1px solid #595959;
  display: block;
  font-weight: 300;
}
.footer-menu li a:hover {
  background-color: #313131;
  transition: 0.5s;
}
.footer-right {
  float: left;
  margin: 0 40px;
  padding-top: 20px;
}
.footer-right.full {
  float: none;
  width: auto;
}
.footer-menu-right {
  padding-top: 20px;
}
.footer-menu-right li {
  display: inline-block;
  list-style: none;
  margin: 0 20px 0 0;
}
.footer-menu-right li a {
  color: #8f8f8f;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11pt;
}
.footer-menu-right li a:hover {
  color: #fff;
  transition: 0.5s;
}
.footer-logo {
  margin: 40px 0 0 0;
  display: block;
}
.language-switcher {
  position: absolute;
  right: 20px;
  top: 3px;
}
.language-switcher a {
  width: 16px;
  height: 16px;
  float: left;
  padding: 4px;
  opacity: 0.7;
}
.language-switcher a:hover {
  opacity: 1;
}
.language-switcher a span {
  display: none;
}
.language-switcher a.active {
  opacity: 1;
}
.language-switcher a.cz {
  background: url(/views/_default/www/img/icons/flag_cz.png) no-repeat 50% 50%;
}
.language-switcher a.en {
  background: url(/views/_default/www/img/icons/flag_en.png) no-repeat 50% 50%;
}
.language-switcher a.sk {
  background: url(/views/_default/www/img/icons/flag_sk.png) no-repeat 50% 50%;
}
.eliska-footer {
  text-align: center;
  font-size: 8pt;
  margin: 20px 0 0;
  color: #aaa;
}
.eliska-footer a {
  color: #aaa;
  text-decoration: underline;
}
.eliska-footer img {
  position: relative;
  top: 3px;
  padding: 0 3px 0 6px;
}
.default-form {
  clear: both;
  border: 1px solid #ddd;
  background: #f8f8f8;
  margin: 10px 0;
  padding: 20px 40px;
}
.default-form label {
  display: block;
  margin: 5px 0 0;
}
.default-form .text-input {
  background: white;
  border: 1px solid #ccc;
  width: 500px;
  padding: 6px 10px;
  margin: 1px;
  box-sizing: border-box;
}
.default-form textarea {
  background: white;
  border: 1px solid #ccc;
  width: 500px;
  padding: 6px 10px;
  margin: 1px;
  font-family: arial;
  height: 100px;
}
.default-form select {
  background: white;
  border: 1px solid #ccc;
  width: 500px;
  padding: 6px 10px;
  margin: 1px;
  padding-right: 5px;
  width: 510px;
}
.default-form .sub {
  font-weight: bold;
  background: white;
  cursor: pointer;
  padding: 10px 50px;
  border: 2px solid #ccc;
  margin: 10px 0;
}
.default-form .sub:hover {
  background: #f5f5f5;
}
.search {
  white-space: nowrap;
  margin: 8px 0px;
}
.search form {
  display: block;
}
.search input[type=text] {
  float: left;
  color: #999;
  font-size: 11pt;
  background-color: #f1f1f1;
  border-radius: 0;
  width: auto;
  min-width: 280px;
  max-width: 400px;
  display: block;
  height: 45px;
  box-sizing: border-box;
  padding: 5px 45px 5px 10px;
}
.search input[type=text].smaller {
  font-size: 8pt;
}
.search input.search-sub {
  background: #d01b1f url(/views/eshop-templates/www/img/facelift/lupa.svg) center no-repeat;
  background-size: contain;
  width: 60px;
  height: 28px;
  float: right;
  position: relative;
  z-index: 2;
  margin: 8px 0 7px -59px;
  border-radius: 0;
  box-shadow: none;
}
.slevy_info {
  padding: 10px;
  border: 1px solid #CCC;
  font-weight: bold;
}
.breadcrumbs {
  margin-bottom: 10px;
}
.breadcrumbs span {
  position: relative;
  vertical-align: middle;
}
.breadcrumbs span:before,
.breadcrumbs span:after {
  border-right: 2px solid #575757;
  content: '';
  display: block;
  height: 8px;
  margin-top: -6px;
  position: absolute;
  transform: rotate(135deg);
  right: 0;
  top: 50%;
  width: 0;
}
.breadcrumbs span:after {
  margin-top: -2px;
  transform: rotate(45deg);
}
.breadcrumbs .white-button:last-child {
  color: #d01b1f;
}
.bookmarks .tabs {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 0;
}
.bookmarks .tabs .tab {
  position: relative;
  color: #4d4d4d;
  font-size: 14px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  padding: 12px 16px;
}
.bookmarks .tabs .tab.active {
  border-bottom: none;
}
.bookmarks .tabs .tab::after {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  right: 0;
  top: 13px;
  background-color: #4d4d4d;
}
.bookmarks .tabs .tab:last-child::after {
  display: none;
}
.bookmarks .tabs-cont .tab.active {
  border: none;
  padding: 20px 10px;
}
.basket .sub {
  border-radius: 0;
}
.m-form .captcha-input {
  margin: 4px 0 0 15px;
  width: 100px;
  height: 62px;
  font-size: 18px;
}
.shop_box_full .shop-box .buttons .buy-button {
  padding: 7px 30px;
  margin-left: 0;
  -webkit-appearance: none;
}
.header-menu .menuicon {
  border: none;
}
.column .nice-select.products-menu {
  float: none;
}
.column .nice-select.products-menu > span:first-child {
  background: transparent;
  padding: 0;
}
@media (max-width: 1000px) {
  .column .nice-select.products-menu > span:first-child {
    color: #000;
  }
}
.column .nice-select.products-menu.open .list {
  width: 100%;
  max-height: 350px;
  overflow-y: scroll;
  z-index: 1000;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
  color: #000;
}
.cart-link,
.search input.search-sub {
  background-color: transparent;
}
@media (max-width: 1000px) {
  .header-top {
    padding: 0 10px;
  }
}
@media (max-width: 940px) {
  .header-top .header-top-top .left {
    justify-content: space-evenly;
  }
  .header-top .eshop-info {
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media (max-width: 880px) {
  .login .menu {
    margin: 0;
  }
  .header-top .header-top-top .right {
    margin: 0;
  }
  .header-top .eshop-info .cart,
  .header-top .eshop-info .login {
    margin: 7px 0;
  }
}
@media (max-width: 700px) {
  .header-top .header-left {
    flex: 1 0 100%;
  }
  .search {
    margin: 0 auto 10px;
  }
}
/*	
Pouziti
.keyframes(car;{
	0%   { .scale(0.8);}
	100% { .scale(1); }
});
	
.animation(car 3s ease-in infinite alternate);
*/
@media screen and (max-width: 1000px) {
  .content-in {
    width: auto;
  }
  .content-in .main {
    float: none;
    width: auto;
    padding: 10px;
    margin: 0;
  }
  .footer-in {
    width: auto;
  }
  .header-in {
    width: auto;
  }
  .header-menu .responsive-menu {
    display: block;
  }
  .column {
    float: none;
    width: auto;
  }
  .search input[type="text"] {
    width: calc(100% - 40px);
  }
  .column .products-menu {
    /*display: none;*/
  }
  .column .products-menu.select {
    /*display: block;*/
    display: none;
    font-size: larger;
  }
  .akce-perexes {
    display: none;
  }
  .eshop-info {
    margin: 0;
    padding: 10px;
  }
  .header-left {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    padding: 0 10px;
  }
  .header .slogan {
    text-align: center;
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .products {
    text-align: center;
    float: none;
  }
  .products .perex,
  .catalogue .category-box {
    width: 25%;
    border: none;
    border-left: 1px solid #d6d6d6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .products .perex:nth-child(4n+1),
  .catalogue .category-box:nth-child(4n+1) {
    border-left: none;
  }
}
@media screen and (max-width: 970px) {
  .cont {
    width: 100%;
  }
}
@media screen and (max-width: 880px) {
  .menu {
    margin-bottom: 10px;
  }
  .menu li {
    padding-top: 0;
  }
  .logo {
    margin: 5px;
  }
  .products .perex,
  .catalogue .category-box {
    width: 50%;
    border: none;
    border-left: 1px solid #d6d6d6;
  }
  .products .perex:nth-child(2n+1),
  .catalogue .category-box:nth-child(2n+1) {
    border-left: none;
  }
}
@media screen and (max-width: 700px) {
  .rotator .text {
    top: 20px;
    font-size: 18pt;
  }
  .rotator .text p:first-child {
    font-size: 22pt;
  }
  .menu li a {
    padding: 20px;
  }
}
@media screen and (max-width: 580px) {
  .logo {
    text-align: center;
    float: none;
    display: block;
  }
  .rotator {
    display: none;
  }
  .menu {
    float: none;
    clear: both;
    margin: 0;
  }
  .menu li {
    display: block;
    float: none;
  }
  .menu li a {
    padding: 15px 10px;
    display: block;
    float: none;
    background: none;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
  .main-left {
    float: none;
    width: auto;
    margin: 0;
  }
  .right {
    float: none;
    width: auto;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    font-size: 95%;
    line-height: 1.4em;
  }
  .right .like-h1 {
    font-size: 13pt;
    margin: 10px 0;
  }
  .content {
    padding: 0 3% 20px 4%;
  }
  .boxes {
    display: none;
  }
  .product-site .gallery {
    float: none;
    width: 100%;
  }
  .product-site .description {
    float: none;
    width: 100%;
  }
  .product-site .rotator {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .footer-logo img {
    width: 100%;
    height: auto;
  }
  .header-top .eshop-info {
    flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    max-width: 100%;
    margin: auto;
  }
  .products .perex,
  .catalogue .category-box {
    width: 100%;
    border: none;
    border-left: none;
  }
  .product-site .gallery {
    float: none;
    width: 100%;
  }
  .product-site .description {
    float: none;
    width: 100%;
  }
  .product-site .rotator {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .rotator {
    display: none;
  }
  .product-site .gallery {
    float: none;
    width: 100%;
  }
  .product-site .description {
    float: none;
    width: 100%;
  }
  .product-site .rotator {
    display: block;
  }
}
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: auto;
}
.nice-select:hover {
	border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
}
.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: "";
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	-ms-transform-origin: 66% 66%;
	transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px;
}
.nice-select.open:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1) translateY(0);
	-ms-transform: scale(1) translateY(0);
	transform: scale(1) translateY(0);
}
.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}
.nice-select.disabled:after {
	border-color: #cccccc;
}
.nice-select.wide {
	width: 100%;
}
.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}
.nice-select.right {
	float: right;
}
.nice-select.right .list {
	left: auto;
	right: 0;
}
.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}
.nice-select.small:after {
	height: 4px;
	width: 4px;
}
.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}
.nice-select .list {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform: scale(0.75) translateY(-21px);
	-ms-transform: scale(0.75) translateY(-21px);
	transform: scale(0.75) translateY(-21px);
	-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
		opacity 0.15s ease-out;
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}
.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}
.nice-select .option.selected {
	font-weight: bold;
}
.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

               body { background-color: #ffffff;  color: #000000; }
               a { color: #000000; }
               .header .slogan { color: #000000; }
               .eshop-info *, .header-top .header-top-top .left a { color: #000000 !important; }
               .login a::after { background-color: #000000; }
               h1, .like-h1 { color: #000000; }
               h2, .like-h2 { color: #000000; }
               h3, .like-h3 { color: #000000; }
               .header { background-color: #ffffff; }
               .header-bottom { background-color: #0060a3; }
               .header-menu li a { color: #ffffff; background-color: rgba(0,0,0,0); }
               .header-menu .sel a, .header-menu li a:hover { color: #ffffff; background-color: #045085; }
               .column .products-menu > span:first-child { color: #ffffff; background-color: #0060a3; }
               .column .products-menu ul { background-color: #ffffff; }
               .column .products-menu li a { color: #000000; }
               .column .products-menu li a:hover { background-color: #0060a3; color: #ffffff; }
               .column .akce-perexes > h2:first-child { background-color: #ffffff; color: #ffffff; }
               .column .akce-perexes .perex { background-color: #0060a3; }
               .column .akce-perexes .perex h3 a { color: #ffffff; }
               .column .akce-perexes .perex { color: #ffffff; }
               .column .akce-perexes .perex .price { color: #ffffff; }
               .breadcrumbs .white-button { color: #000000; }
               .breadcrumbs .white-button:last-child { color: #000000; }
               .action-buttons li a { color: #000000; }
               .product-site .description h1 { color: #000000; }
               .params td.par_title { background-color: #dddddd; color: #000000; }
               table.no-border td { color: #000000; }
               .shop_box_full .prices .vat { color: #169745; }
               .shop_box_full .prices .wvat { color: #000000; }
               .shop_box_full .shop-box .buttons .buy-button { background-color: #0060a3; color: #4d4d4d; }
               .bookmarks .tabs .tab { background-color: #ffffff; color: #000000; }
               .bookmarks .tabs .tab.active { background-color: #ffffff; color: #0060a3; }
               .filter { background-color: #e3e3e3; color: #000000; }
               .products .perex h2 a { color: #000000; }
               .products .perex .description { color: #000000; }
               .products .perex .price { color: #000000; }
               .basket-table > legend, #order_details fieldset > legend, .register > h1 { color: #000000; }
               .basket-table table tr th, #order_details fieldset table tr th, #order_details fieldset > legend.note-heading, .register legend, .confirm-in table th { background-color: #0060a3; color: #ffffff; }
               .basket-table a, .confirm-in a { color: #000000; }
               .basket-table table tr td, #order_details fieldset table tr td, .register th, .register .checkbox-label, .register label, .confirm-in table td { color: #000000; }
               .basket .sub, .register .sub { background-color: #0060a3; color: #ffffff; }
               .footer { background-color: #0060a3; color: #ffffff; }
               .footer-in { background-color: rgba(255,255,255,0.1); }
               .eliska-footer { background-color: rgba(255,255,255,0); }
               .eliska-footer, .eliska-footer a { color: #aaaaaa; }
               .header-menu .menuicon { color: #000000 ;}
               .header-menu .menuicon > span::before, .header-menu .menuicon > span > span, .header-menu .menuicon > span::after { border-color: #000000 ;}
               .rotator .cycle-slide { height: 470px !important;}
               @font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUhiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/oswald/v57/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUhiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmaiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmaiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmaiA8.ttf) format('truetype');
}
.shop_box_full .shop-box .buttons .buy-button {
  color: #fff;
}
.childrens a {
  font-weight: 700;
}

.main-in img {
  max-width: 100%;
}