/*crt:jxc
**********************
**********************

DON'T EDIT THIS FILE!!
FOR CHANGES USE CUSTOM.CSS

**********************
**********************
*/
@font-face {
  font-family: 'AvenirBlack';
  src: url('../fonts/AvenirBlack.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirBlack.woff') format('woff'), url('../fonts/AvenirBlack.woff2') format('woff2'), url('../fonts/AvenirBlack.ttf') format('truetype'), url('../fonts/AvenirBlack#AvenirBlack') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirBook';
  src: url('../fonts/AvenirBook.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirBook.woff') format('woff'), url('../fonts/AvenirBook.woff2') format('woff2'), url('../fonts/AvenirBook.ttf') format('truetype'), url('../fonts/AvenirBook#AvenirBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirBookOblique';
  src: url('../fonts/AvenirBookOblique.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirBookOblique.woff') format('woff'), url('../fonts/AvenirBookOblique.woff2') format('woff2'), url('../fonts/AvenirBookOblique.ttf') format('truetype'), url('../fonts/AvenirBookOblique#AvenirBookOblique') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLight';
  src: url('../fonts/AvenirLight.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirLight.woff') format('woff'), url('../fonts/AvenirLight.woff2') format('woff2'), url('../fonts/AvenirLight.ttf') format('truetype'), url('../fonts/AvenirLight#AvenirLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextDemiBold';
  src: url('../fonts/AvenirNextDemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextDemiBold.woff') format('woff'), url('../fonts/AvenirNextDemiBold.woff2') format('woff2'), url('../fonts/AvenirNextDemiBold.ttf') format('truetype'), url('../fonts/AvenirNextDemiBold#AvenirNextDemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirNextRegular';
  src: url('../fonts/AvenirNextRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextRegular.woff') format('woff'), url('../fonts/AvenirNextRegular.woff2') format('woff2'), url('../fonts/AvenirNextRegular.ttf') format('truetype'), url('../fonts/AvenirNextRegular#AvenirNextRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirRoman';
  src: url('../fonts/AvenirRoman.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirRoman.woff') format('woff'), url('../fonts/AvenirRoman.woff2') format('woff2'), url('../fonts/AvenirRoman.ttf') format('truetype'), url('../fonts/AvenirRoman#AvenirRoman') format('svg');
  font-weight: normal;
  font-style: normal;
}
.font {
  font-family: 'AvenirRoman';
}
.semibold {
  font-family: 'AvenirNextDemiBold';
}
.black {
  font-family: 'AvenirBlack';
}
.light {
  font-family: 'AvenirLight';
}
body {
  font-family: 'AvenirRoman';
}
a {
  color: #666666;
}
a:hover {
  text-decoration: none;
  color: #666666;
}
a:focus {
  outline: none;
  text-decoration: none;
  color: #666666;
}
input:focus {
  outline: none;
}
strong {
  font-family: 'AvenirBlack';
  font-weight: normal;
}
.flex-box {
  display: flex;
  flex-wrap: wrap;
}
.scroll-x {
  position: relative;
  overflow-x: auto;
  width: 100%;
}
#search-field {
  position: absolute;
  top: 0;
  z-index: 1002;
  background: #1662a6;
  width: 100%;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
#search-field .search-hide {
  width: 50px;
  height: 50px;
  background: url("../images/search-hide.svg") center center no-repeat #014c94;
  float: left;
  cursor: pointer;
}
#search-field input[type="text"] {
  background: transparent;
  border: 0;
  width: 68%;
  color: white;
  padding: 15px 25px;
  float: left;
}
#search-field input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#search-field input[type="text"]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#search-field input[type="text"]::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#search-field input[type="submit"] {
  border: 0;
  background: url("../images/search-button.svg") center center no-repeat #014c94;
  width: 50px;
  height: 50px;
  float: right;
}
header {
  background: #014c94;
}
header #hamburger-menu {
  position: absolute;
  z-index: 10;
  top: 0px;
  right: 0px;
  color: white;
  text-align: center;
  cursor: pointer;
  padding: 11px 9px 26px;
}
header #hamburger-menu .hamburger-line {
  background: white;
  display: block;
  height: 3px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  width: 25px;
}
header #hamburger-menu .hamburger-line:before {
  content: "";
  position: relative;
  background: white;
  display: block;
  height: 3px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  top: 7px;
}
header #hamburger-menu .hamburger-line:after {
  content: "";
  position: relative;
  background: white;
  display: block;
  height: 3px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  top: 11px;
}
header #over-top {
  border-bottom: 1px solid #53a2dc;
}
header #over-top .over-top-right {
  float: none;
  display: none;
}
header #over-top .cart-button {
  float: right;
  line-height: 36px;
  cursor: pointer;
}
header #over-top .fast-contact {
  color: white;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'AvenirRoman';
  line-height: 40px;
  text-align: center;
}
header #over-top .fast-contact img {
  margin: 0 10px;
}
header #over-top .top-menu,
header #over-top .header-login {
  margin: 0;
  padding: 0;
}
header #over-top .top-menu li,
header #over-top .header-login li {
  list-style-type: none;
}
header #over-top .top-menu li a,
header #over-top .header-login li a,
header #over-top .top-menu li span,
header #over-top .header-login li span {
  color: #53a2dc;
  font-size: 15px;
  font-size: 1.5rem;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  padding: 0px 5px;
  display: block;
  line-height: 40px;
  text-align: center;
}
header #over-top .top-menu li a:hover,
header #over-top .header-login li a:hover,
header #over-top .top-menu li span:hover,
header #over-top .header-login li span:hover {
  background: #1662a6;
  color: white;
}
header #over-top .top-menu li span,
header #over-top .header-login li span {
  color: white;
  font-family: 'AvenirBlack';
  text-align: center;
}
header #over-top .top-menu li span:hover,
header #over-top .header-login li span:hover {
  background: transparent;
}
header #over-top .top-menu .logged,
header #over-top .header-login .logged {
  width: 100%;
}
header #over-top .top-menu .logged a,
header #over-top .header-login .logged a,
header #over-top .top-menu .logged span,
header #over-top .header-login .logged span {
  background: transparent !important;
  display: table;
  margin: 0 auto;
}
header #over-top .top-menu .logged a,
header #over-top .header-login .logged a {
  padding-left: 0;
  line-height: 34px;
}
header #over-top .header-login {
  background: #1662a6;
}
header #over-top .header-login li {
  width: auto;
  float: left;
}
header #over-top .header-login li a:first-child {
  border-right: 1px solid #014c94;
}
header #over-top .header-cart {
  line-height: 40px;
  background: #1662a6;
  padding: 0 15px;
  text-align: center;
  border-top: 1px solid #014c94;
}
header #over-top .header-cart .header-price {
  color: white;
  margin: 0 5px;
}
header #over-top .header-cart .header-price-info {
  color: #53a2dc;
}
header #top .logo-claim {
  display: table;
  margin: 20px auto;
}
header #top .logo-claim #logo {
  float: left;
}
header #top .logo-claim .claim {
  color: #6cbef5;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: 'AvenirBlack';
  line-height: 14px;
  padding-top: 11px;
  float: left;
  margin-left: 20px;
  display: none;
}
header #top #main-menu {
  padding: 0;
  margin: 0;
  display: none;
  width: 100%;
}
header #top #main-menu li {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'AvenirBlack';
  text-transform: uppercase;
  list-style-type: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
header #top #main-menu li a {
  color: white;
  padding: 8px 0;
  display: block;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  padding-left: 15px;
}
header #top #main-menu li a:hover {
  background: #1662a6;
}
header #top #main-menu li .active {
  background: #1662a6;
}
header #top #search {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  padding: 10px;
}
#sub-menu {
  background: rgba(1, 76, 148, 0.95);
  display: none;
  position: absolute;
  z-index: 100;
  width: 100%;
}
#sub-menu h2 {
  font-family: 'AvenirBlack';
  font-size: 25px;
  font-size: 2.5rem;
  color: white;
  text-align: center;
  margin: 20px 0;
}
#sub-menu .left-side .prof .prof-box {
  text-align: center;
}
#sub-menu .left-side .prof .prof-box h3 {
  font-family: 'AvenirBlack';
  font-size: 17px;
  font-size: 1.7rem;
}
#sub-menu .left-side .prof .prof-box h3 a {
  color: white;
}
#sub-menu .left-side .prof .prof-box img {
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
}
#sub-menu .left-side .prof .prof-box a:hover img {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
}
#sub-menu .right-side {
  padding-top: 50px;
}
#sub-menu .right-side ul {
  padding: 0px 30px;
}
#sub-menu .right-side ul li {
  list-style-type: none;
  margin: 7px 0;
}
#sub-menu .right-side ul li a {
  color: white;
  font-size: 17px;
  font-size: 1.7rem;
}
#sub-menu .right-side ul li a:hover {
  text-decoration: underline;
}
#sub-menu .roll-up {
  text-align: center;
  cursor: pointer;
  clear: both;
}
#sub-menu .roll-up img {
  width: 20px;
}
#slider .slide {
  position: relative;
  max-height: 500px;
}
#slider .slide .slider-title {
  background: white;
  padding: 10px;
  display: table;
  position: absolute;
  bottom: 50px;
  z-index: 10;
}
#slider .slide .slider-title .slider-text {
  float: left;
  width: 100%;
}
#slider .slide .slider-title .slider-text h2 {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 13px;
}
#slider .slide .slider-title .slider-text h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #014c94;
  margin-top: 10px;
  display: none;
}
#slider .slide .slider-title .slider-text p {
  font-family: 'AvenirLight';
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
#slider .slide .slider-title .slider-title-img {
  float: right;
  display: none;
  width: 150px;
}
#slider .owl-dots {
  position: relative;
  bottom: 40px;
  display: table;
  margin: 0 auto;
}
#slider .owl-dots .owl-dot {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  float: left;
  margin-right: 12px;
}
#slider .owl-dots .active {
  background: white;
}
#dle-pouziti,
.plugin-box {
  padding: 50px 0;
}
#dle-pouziti .container,
.plugin-box .container {
  border-bottom: 1px solid #e6e6e6;
}
#dle-pouziti .box-header h2,
.plugin-box .box-header h2 {
  font-family: 'AvenirBlack';
  font-size: 40px;
  font-size: 4rem;
  color: #014c94;
  padding: 0 15px;
  margin: 0;
}
#dle-pouziti .box-header img,
.plugin-box .box-header img {
  width: 100%;
}
#dle-pouziti .box-content,
.plugin-box .box-content {
  padding: 15px 25px;
  color: #808080;
}
#dle-pouziti .box-content img,
.plugin-box .box-content img {
  width: 100%;
}
#dle-pouziti .box-content h3,
.plugin-box .box-content h3 {
  font-family: 'AvenirBlack';
  font-size: 25px;
  font-size: 2.5rem;
  color: #014c94;
}
#dle-pouziti .box-content h3 a,
.plugin-box .box-content h3 a {
  color: #014c94;
  text-decoration: none;
}
#dle-pouziti .box-content ul,
.plugin-box .box-content ul {
  padding: 0;
}
#dle-pouziti .box-content ul li,
.plugin-box .box-content ul li {
  list-style-type: none;
}
#dle-pouziti .box-content ul li a,
.plugin-box .box-content ul li a {
  color: #808080;
  padding: 8px 0;
  display: block;
}
#dle-pouziti .box-content ul li a:hover,
.plugin-box .box-content ul li a:hover {
  text-decoration: underline;
}
#dle-pouziti .box-content p,
.plugin-box .box-content p {
  padding: 8px 0;
  margin: 0;
  color: #808080;
}
.grey {
  background: #f2f2f2 !important;
}
.color-select-window {
  position: absolute !important;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  top: 0;
  left: 0;
  display: none;
}
.color-select-window .color-select-box {
  position: relative;
  background: white;
  top: 630px;
}
.color-select-window .color-select-box .color-select-close {
  background: url("../images/color-close.svg") center center #014c94 no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -45px;
}
.color-select-window .color-select-box .color-select-content .topContent {
  padding: 20px;
}
.color-select-window .color-select-box .color-select-content .topContent #sample {
  border: 1px solid #014c94;
  padding: 5px 15px;
  font-family: 'AvenirBlack';
  font-size: 20px;
  font-size: 2rem;
  color: #666666;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 50px;
  background: url("../images/select-arrow.png") 95% center no-repeat;
}
.color-select-window .color-select-box .color-select-content .topContent #sample::-ms-expand {
  display: none;
}
.color-select-window .color-select-box .color-select-content .product-filter ul li a:after {
  border-color: transparent;
}
.color-select-window .color-select-box .color-select-content .color-select-left {
  float: left;
  width: 100%;
  height: 324px;
  overflow-y: auto;
}
.color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox,
.color-select-window .color-select-box .color-select-content .color-select-left .item {
  float: left;
  width: 50%;
  text-align: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox .smallbox-img,
.color-select-window .color-select-box .color-select-content .color-select-left .item .smallbox-img,
.color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox .picture,
.color-select-window .color-select-box .color-select-content .color-select-left .item .picture {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  border: 10px solid white;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
}
.color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox .smallbox-img:hover,
.color-select-window .color-select-box .color-select-content .color-select-left .item .smallbox-img:hover,
.color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox .picture:hover,
.color-select-window .color-select-box .color-select-content .color-select-left .item .picture:hover {
  border: 10px solid #ededed;
}
.color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox .smallbox-text,
.color-select-window .color-select-box .color-select-content .color-select-left .item .smallbox-text,
.color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox .title,
.color-select-window .color-select-box .color-select-content .color-select-left .item .title {
  font-size: 12px;
  font-size: 1.2rem;
}
.color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox .smallbox-text p,
.color-select-window .color-select-box .color-select-content .color-select-left .item .smallbox-text p,
.color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox .title p,
.color-select-window .color-select-box .color-select-content .color-select-left .item .title p {
  margin: 0;
  color: #666666;
}
.color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox .smallbox-text .black,
.color-select-window .color-select-box .color-select-content .color-select-left .item .smallbox-text .black,
.color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox .title .black,
.color-select-window .color-select-box .color-select-content .color-select-left .item .title .black {
  color: black;
}
.color-select-window .color-select-box .color-select-content .color-select-right,
.color-select-window .color-select-box .color-select-content .right {
  float: left;
  width: 100%;
  text-align: center;
  border-top: 1px solid #ededed;
  padding-top: 40px;
  margin-top: 30px;
  display: none;
}
.color-select-window .color-select-box .color-select-content .color-select-right h3,
.color-select-window .color-select-box .color-select-content .right h3,
.color-select-window .color-select-box .color-select-content .color-select-right .name,
.color-select-window .color-select-box .color-select-content .right .name {
  color: #014c94;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'AvenirBlack';
}
.color-select-window .color-select-box .color-select-content .color-select-right p,
.color-select-window .color-select-box .color-select-content .right p {
  font-size: 20px;
  font-size: 2rem;
  color: #333333;
}
.color-select-window .color-select-box .color-select-content .color-select-right .smallbox-img,
.color-select-window .color-select-box .color-select-content .right .smallbox-img,
.color-select-window .color-select-box .color-select-content .color-select-right .picture,
.color-select-window .color-select-box .color-select-content .right .picture {
  display: table;
  margin: 0 auto;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}
#page-title {
  padding: 15px;
  background: #daedf3;
}
#page-title .navigator {
  color: #999999;
  font-family: 'AvenirRoman';
  font-size: 13px;
  font-size: 1.3rem;
}
#page-title .navigator a {
  text-decoration: underline;
  color: #999999;
  font-family: 'AvenirRoman';
  font-size: 13px;
  font-size: 1.3rem;
}
#page-title .navigator a:hover {
  text-decoration: none;
}
#page-title .navigator .nav-last {
  color: #014c94;
}
#page-title h1 {
  font-family: 'AvenirBlack';
  font-size: 35px;
  font-size: 3.5rem;
  color: #014c94;
}
#page-title .page-title-img {
  padding-top: 40px;
  text-align: center;
}
#page-title .page-title-img .sale {
  position: absolute;
  top: 28px;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 84px;
  background: #ec008c;
  color: white;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  font-family: 'AvenirBlack';
  z-index: 10;
}
#page-title .page-title-img img {
  max-width: 100%;
}
#page-title h2 {
  font-family: 'AvenirBlack';
  font-size: 30px;
  font-size: 3rem;
  color: #014c94;
}
#page-title .annotation {
  color: #014c94;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 50px;
}
#page-title .cat-no {
  color: #014c94;
  font-family: 'AvenirRoman';
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
#page-title p {
  font-family: 'AvenirBlack';
  font-size: 15px;
  font-size: 1.5rem;
  color: #014c94;
}
#page-title .detail-info {
  padding: 0;
}
#page-title .detail-info li {
  list-style-type: none;
  padding: 8px 0 5px 33px;
  line-height: 1.2;
}
#page-title .detail-info .lesk {
  background: url("../images/lesk.svg") left center no-repeat;
}
#page-title .detail-info .spotreba {
  background: url("../images/spotreba.svg") left center no-repeat;
}
#page-title .detail-info .sklad {
  background: url("../images/sklad.png") left center no-repeat;
}
#page-title .detail-box {
  clear: both;
  text-align: center;
  width: 100%;
}
#page-title .detail-box h2 {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 40px;
}
#page-title .detail-box .subhead {
  color: #014c94;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'AvenirRoman';
}
#page-title .detail-box input[type="text"] {
  border: 0;
  background: white;
  font-size: 22px;
  font-size: 2.2rem;
  color: #cccccc;
  font-family: 'AvenirBlack';
  padding: 13px 15px;
  width: 100%;
  text-align: center;
}
#page-title .detail-box .sub-info {
  margin: 3px 0 15px 0;
}
#page-title .detail-box .pocet-kusu .down,
#page-title .detail-box .pocet-kusu .up {
  float: left;
  font-family: 'AvenirBlack';
  font-size: 22px;
  font-size: 2.2rem;
  color: #cccccc;
  background: white;
  padding: 13px 15px;
  cursor: pointer;
  width: 20%;
}
#page-title .detail-box .pocet-kusu input[type="text"] {
  color: black;
  width: 60%;
  float: left;
  text-align: center;
}
#page-title .detail-box input[type="submit"] {
  border: 0;
  background: url("../images/cart.svg") 15px 50% no-repeat #ec008c;
  color: white;
  padding: 15px 25px 15px 65px;
  font-family: 'AvenirBlack';
  font-size: 20px;
  font-size: 2rem;
  text-transform: uppercase;
  margin-top: 16px;
}
#page-title .detail-box .palette {
  display: block;
  width: 48px;
  height: 48px;
  background: url("../images/vyber-odstin.png") center center no-repeat;
  margin: 0 auto;
}
#page-title .detail-price span {
  font-family: 'AvenirBlack';
  font-size: 35px;
  font-size: 3.5rem;
  color: black;
}
#page-title .detail-price .overline {
  text-decoration: line-through;
  font-family: 'AvenirRoman';
}
#product-filter,
.product-filter {
  padding: 15px;
}
#product-filter ul,
.product-filter ul {
  padding: 0;
  margin: 0;
}
#product-filter ul li,
.product-filter ul li {
  list-style-type: none;
  font-family: 'AvenirBlack';
  font-size: 17px;
  font-size: 1.7rem;
  color: #bababa;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  text-align: center;
  margin: 5px 0;
}
#product-filter ul li a,
.product-filter ul li a {
  font-family: 'AvenirBlack';
  font-size: 17px;
  font-size: 1.7rem;
  color: #bababa;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  cursor: pointer;
  display: block;
  text-align: left;
  margin: 5px 0;
  width: auto;
}
#product-filter ul li a:hover,
.product-filter ul li a:hover {
  color: black;
}
#product-filter ul li .active,
.product-filter ul li .active {
  color: black;
}
#product-filter ul .ui-tabs-active a,
.product-filter ul .ui-tabs-active a {
  color: #333333;
}
#product-filter .product-link li a,
.product-filter .product-link li a {
  width: 100%;
  background: #014c94;
  color: white;
  padding: 8px 15px;
}
#product-filter .product-link li a:hover,
.product-filter .product-link li a:hover {
  color: #014c94;
  background: #daedf3;
}
#product-filter .product-link li .active,
.product-filter .product-link li .active {
  color: #014c94;
  background: #daedf3;
}
#product-filter a,
.product-filter a {
  font-family: 'AvenirBlack';
  font-size: 17px;
  font-size: 1.7rem;
  color: black;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 5px 0;
}
#product-filter a:hover,
.product-filter a:hover {
  color: #333333;
}
#product-filter div[class*="st"],
.product-filter div[class*="st"] {
  font-family: 'AvenirBlack';
  font-size: 17px;
  font-size: 1.7rem;
  color: #bababa;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  text-align: center;
  margin: 5px 0;
}
#product-filter div[class*="st"] a,
.product-filter div[class*="st"] a {
  color: black;
}
#tabs p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.6;
  padding: 15px;
}
#tabs .ui-tabs-panel {
  padding: 30px 0;
}
#tabs .ui-tabs-panel h3 {
  color: #014c94;
  font-family: 'AvenirBlack';
  padding: 15px;
  margin: 0;
  display: none;
}
#tabs .ui-tabs-panel .short {
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'AvenirBlack';
}
#tabs .ui-tabs-panel .description {
  color: #666666;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0 15px;
}
#tabs .ui-tabs-panel .description p {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
}
#tabs .ui-tabs-panel ul {
  padding: 0;
}
#tabs .ui-tabs-panel ul li {
  list-style-type: none;
  padding-left: 15px;
}
#tabs .ui-tabs-panel ul li a {
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: underline;
}
#tabs .ui-tabs-panel ul li a:hover {
  text-decoration: none;
}
#produkty h2 {
  color: #014c94;
  font-size: 40px;
  font-size: 4rem;
  font-family: 'AvenirBlack';
  text-align: center;
  margin-bottom: 20px;
  min-height: 35px;
}
#produkty h3 {
  text-align: center;
}
#produkty .box-4 {
  padding: 15px;
  margin: 15px 0;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
#produkty .box-4 .sale {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 54px;
  background: #ec008c;
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  font-family: 'AvenirBlack';
  z-index: 10;
}
#produkty .box-4 .colored {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 10;
}
#produkty .box-4 .product-img {
  text-align: center;
  margin-top: 40px;
  min-height: 155px;
}
#produkty .box-4 .product-img img {
  max-width: 100%;
}
#produkty .box-4 .product-content {
  text-align: center;
}
#produkty .box-4 .product-content h2 {
  font-family: 'AvenirBlack';
  font-size: 16px;
  font-size: 1.6rem;
  border: 0;
  text-align: center !important;
}
#produkty .box-4 .product-content h2 a {
  color: #333333;
}
#produkty .box-4 .product-content p {
  color: #999999;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 80px;
}
#produkty .box-4 .product-content .price-buy .price {
  font-family: 'AvenirBlack';
  font-size: 25px;
  font-size: 2.5rem;
  color: #014c94;
  position: absolute;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  bottom: 35px;
  width: 100%;
  left: 0;
}
#produkty .box-4 .product-content .price-buy .price-sale {
  color: #ec008c !important;
}
#produkty .box-4 .product-content .price-buy .buy-button {
  opacity: 0;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#produkty .box-4 .product-content .price-buy .buy-button input[type="submit"] {
  background: #014c94;
  color: white;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'AvenirBlack';
  display: table;
  margin: 0 auto;
  padding: 15px 35px;
  border: 0;
}
#produkty .box-4 .product-content .price-buy .buy-button submit {
  background: #014c94;
  color: white;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'AvenirBlack';
  display: table;
  margin: 0 auto;
  padding: 15px 35px;
}
#produkty .box-4 .product-content .price-buy .buy-button a {
  background: #014c94;
  color: white;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: 'AvenirBlack';
  display: table;
  margin: 0 auto;
  padding: 15px 35px;
  border: 0;
}
#produkty .box-4:hover .product-content price {
  opacity: 0;
}
#produkty .box-4:hover .product-content .buy-button {
  opacity: 1;
}
.similar h2 {
  font-family: 'AvenirBlack';
  font-size: 22px !important;
  font-size: 2.2rem !important;
  color: #333333 !important;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  padding-left: 15px;
  text-align: left !important;
}
#panel,
.plugin-panel {
  overflow: hidden;
}
#panel .panel-text,
.plugin-panel .panel-text {
  padding: 25px;
}
#panel .panel-text h2,
.plugin-panel .panel-text h2 {
  font-family: 'AvenirBlack';
  font-size: 25px;
  font-size: 2.5rem;
  color: white;
}
#panel .panel-text h2 a,
.plugin-panel .panel-text h2 a {
  color: white;
}
#panel .panel-text ul,
.plugin-panel .panel-text ul {
  font-family: 'AvenirLight';
  font-size: 17px;
  font-size: 1.7rem;
  padding: 0;
}
#panel .panel-text ul li,
.plugin-panel .panel-text ul li {
  color: white;
  list-style-type: none;
}
#panel .panel-text ul li:before,
.plugin-panel .panel-text ul li:before {
  content: "-";
}
#panel .panel-text ul li a,
.plugin-panel .panel-text ul li a {
  color: white;
}
#panel .panel-text a,
.plugin-panel .panel-text a {
  color: white;
}
#panel .panel-text p,
.plugin-panel .panel-text p {
  font-family: 'AvenirLight';
  font-size: 17px;
  font-size: 1.7rem;
  color: white;
}
#panel .panel-text .plus a,
.plugin-panel .panel-text .plus a {
  width: 30px;
  height: 30px;
  display: block;
  content: "";
  background: url("../images/plus.svg") center center no-repeat;
  font-size: 0;
}
#panel .panel-img,
.plugin-panel .panel-img {
  padding: 25px;
  position: relative;
  background-size: cover !important;
  min-height: 190px;
}
#panel .panel-img a,
.plugin-panel .panel-img a {
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}
#panel .panel-img a img,
.plugin-panel .panel-img a img {
  visibility: hidden;
}
#panel .bg-gray,
.plugin-panel .bg-gray {
  background: #a6a6a6;
}
#panel .bg-gray .panel-text:before,
.plugin-panel .bg-gray .panel-text:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: -13px;
  top: 35px;
  position: absolute;
  background: #a6a6a6;
  z-index: 1;
}
#panel .bg-blue,
.plugin-panel .bg-blue {
  background: #005598;
}
#panel .bg-green,
.plugin-panel .bg-green {
  background: #4cbeaa;
}
#panel .bg-green .panel-text:before,
.plugin-panel .bg-green .panel-text:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: -13px;
  top: 35px;
  position: absolute;
  background: #4cbeaa;
  z-index: 1;
}
#panel .bg-lightblue,
.plugin-panel .bg-lightblue {
  background: #6cbef5;
}
#panel .bg-lightblue .panel-text:before,
.plugin-panel .bg-lightblue .panel-text:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: -13px;
  top: 35px;
  position: absolute;
  background: #6cbef5;
  z-index: 1;
}
#cart {
  padding: 15px;
}
#cart .pink {
  color: #ec008c;
  font-family: 'AvenirBlack';
}
#cart input[type="submit"],
#cart .input-submit {
  background: #ec008c;
  color: white;
  padding: 15px 25px;
  text-transform: uppercase;
  font-family: 'AvenirBlack';
  font-size: 18px;
  font-size: 1.8rem;
  border: 0;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  float: left;
}
#cart .input-submit {
  margin: 20px 0;
}
#cart .product-line-head tr {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: left;
}
#cart .product-line-head tr td {
  padding: 10px;
}
#cart .product-line-head tr td:nth-child(2) {
  text-align: center;
}
#cart .product-line-head tr td:nth-child(3),
#cart .product-line-head tr td:nth-child(4),
#cart .product-line-head tr td:nth-child(5) {
  text-align: right;
}
#cart .product-line {
  border-bottom: 1px solid #e6e6e6;
  padding: 15px 0;
}
#cart .product-line:last-child {
  border: 0;
}
#cart table {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666666;
}
#cart table tr td {
  padding: 10px;
  vertical-align: top;
}
#cart table tr td .product-img {
  width: 25%;
  float: left;
  padding-right: 20px;
  text-align: center;
}
#cart table tr td .product-img img {
  max-width: 100%;
}
#cart table tr td .product-content {
  float: left;
  width: 70%;
}
#cart table tr td .product-content h2 {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}
#cart table tr td:first-child {
  width: 50%;
}
#cart table tr td:nth-child(2) {
  text-align: center;
  width: 140px !important;
}
#cart table tr td:nth-child(3),
#cart table tr td:nth-child(4),
#cart table tr td:nth-child(5) {
  text-align: right;
}
#cart table tr td .pocet-kusu {
  border: 1px solid #e6e6e6;
}
#cart table tr td .pocet-kusu .down,
#cart table tr td .pocet-kusu .up {
  float: left;
  font-family: 'AvenirBlack';
  font-size: 22px;
  font-size: 2.2rem;
  color: #cccccc;
  background: white;
  padding: 5px 0;
  cursor: pointer;
  width: 26%;
  display: none;
}
#cart table tr td .pocet-kusu input[type="text"] {
  width: 30px;
  float: left;
  text-align: center;
  border: 0;
  color: #333333;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'AvenirBlack';
  padding: 6px 0;
}
#cart .summary {
  padding-top: 20px;
  clear: both;
  border-top: 1px solid #e7e7e7;
}
#cart .summary input[type="radio"],
#cart .summary input[type="checkbox"] {
  margin-right: 10px;
}
#cart .summary .summary-info {
  color: #666666;
  padding: 10px;
}
#cart .summary .summary-info a {
  text-decoration: underline;
}
#cart .summary .summary-info a:hover {
  text-decoration: none;
}
#cart .summary .summary-info .fleft {
  float: left;
}
#cart .summary .summary-info .fright {
  float: right;
}
#cart .summary p {
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
}
#cart .summary p a {
  text-decoration: underline;
}
#cart .summary p a:hover {
  text-decoration: none;
}
#cart .summary .total-price td {
  width: 50%;
}
#cart .summary .total-price td:last-child {
  text-align: right;
}
#cart .summary .total-price tr:last-child {
  font-size: 22px;
  font-size: 2.2rem;
}
#cart .summary .total-price tr:last-child td:last-child {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 30px;
  font-size: 3rem;
}
#cart .cart-nav {
  float: right;
  clear: both;
  margin: 20px 0;
}
#cart .cart-nav a {
  background: #cccccc;
  color: white;
  padding: 15px 25px;
  text-transform: uppercase;
  font-family: 'AvenirBlack';
  font-size: 18px;
  font-size: 1.8rem;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  float: left;
  margin-right: 15px;
}
#cart .cart-box {
  color: #014c94;
  font-family: 'AvenirBlack';
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}
#cart .cart-box h2 {
  border-bottom: 1px solid #014c94;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
}
#cart .cart-box ul {
  padding: 0;
  margin: 0;
}
#cart .cart-box ul li {
  list-style-type: none;
  margin: 15px 0;
}
#cart .cart-box ul li input[type="radio"],
#cart .cart-box ul li input[type="checkbox"] {
  margin-right: 10px;
}
#cart .cart-box ul li input[type="radio"] {
  float: left;
  margin-top: 15px;
}
#cart .cart-box ul li img {
  margin-left: 10px;
}
#cart .cart-box ul li input[type="text"],
#cart .cart-box ul li input[type="password"] {
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  float: left;
  width: 100%;
}
#cart .cart-box ul li label {
  float: left;
  padding-top: 12px;
}
#cart .cart-box ul li:after {
  content: "";
  display: block;
  clear: both;
}
#cart .cart-box ul li .font {
  clear: both;
}
#cart .cart-box p {
  color: #666666;
  clear: both;
}
#cart .cart-box p a {
  text-decoration: underline;
}
#cart .cart-box p a:hover {
  text-decoration: none;
}
#cart .user-summary .user-summary-box h2 {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 17px;
  font-size: 1.7rem;
}
#cart .user-summary .user-summary-box p {
  font-family: 'AvenirRoman';
  font-size: 15px;
  font-size: 1.5rem;
}
#obchodni-podminky {
  padding: 15px;
  color: #666666;
  line-height: 25px;
}
#obchodni-podminky .annotation {
  color: #014c94;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 50px;
}
#obchodni-podminky h2 {
  font-family: 'AvenirBlack';
  color: black;
  font-size: 20px;
  font-size: 2rem;
  margin: 30px 0;
}
#obchodni-podminky h3 {
  font-family: 'AvenirBlack';
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 30px 0 5px 0;
}
#obchodni-podminky p {
  font-family: 'AvenirRoman';
  font-size: 15px;
  font-size: 1.5rem;
  color: #666666;
  line-height: 1.6;
}
#obchodni-podminky a {
  color: #014c94;
  text-decoration: underline;
}
#obchodni-podminky a:hover {
  text-decoration: none;
}
#obchodni-podminky table {
  width: 100%;
  margin-bottom: 20px;
}
#obchodni-podminky table tr {
  border-top: 1px solid #e6e6e6;
}
#obchodni-podminky table tr:last-child {
  border-bottom: 1px solid #e6e6e6;
}
#obchodni-podminky table tr th {
  font-family: 'AvenirBlack';
  padding: 10px;
}
#obchodni-podminky table tr th:first-child {
  text-align: left;
}
#obchodni-podminky table tr th:last-child {
  text-align: right;
}
#obchodni-podminky table tr td {
  padding: 10px;
  text-align: center;
}
#obchodni-podminky table tr td:first-child {
  text-align: left;
}
#obchodni-podminky table tr td:last-child {
  text-align: right;
}
#content {
  padding: 15px;
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 25px;
}
#content .annotation {
  color: #014c94;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'AvenirLight';
}
#content h1 {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 35px;
  font-size: 3.5rem;
}
#content h2 {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 25px;
  font-size: 2.5rem;
}
#content h3 {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 20px;
  font-size: 2rem;
}
#content ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 15px;
}
#content ul li:before {
  content: "- ";
  padding-right: 6px;
}
#content ol {
  padding-left: 16px;
  margin-bottom: 15px;
}
#content img {
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
}
#content p {
  margin-bottom: 15px;
}
#content .col-1-2 {
  width: 100%;
}
#content .divider {
  border-bottom: 1px solid #e7e7e7;
  clear: both;
  height: 1px;
  padding-top: 20px;
  margin-bottom: 20px;
}
#content .kontakt-box {
  margin: 30px 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
}
#content .kontakt-box .kontakt-map iframe {
  width: 100%;
  height: 300px;
}
#rady {
  padding: 15px;
}
#rady .rady-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
#rady .rady-box .rady-img {
  text-align: center;
}
#rady .rady-box .rady-img img {
  max-width: 100%;
}
#rady .rady-box .rady-content h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #014c94;
  font-family: 'AvenirBlack';
}
#rady .rady-box .rady-content p {
  font-family: 'AvenirRoman';
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #666666;
}
#rady .rady-box .rady-content a {
  color: #014c94;
  text-decoration: underline;
}
#rady .rady-box .rady-content a:hover {
  text-decoration: none;
}
#rady .rady-box .rady-content .button {
  margin-bottom: 17px;
  display: inline-block;
}
#kontakt {
  padding: 15px;
}
#kontakt .kontakt-box .kontakt-map {
  min-height: 400px;
}
#kontakt .kontakt-box .kontakt-text h2 {
  font-family: 'AvenirBlack';
  font-size: 25px;
  font-size: 2.5rem;
  color: #014c94;
  margin-bottom: 30px;
}
#kontakt .kontakt-box .kontakt-text p {
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
#kontakt .kontakt-box .kontakt-text a {
  color: #014c94;
  text-decoration: underline;
}
#kontakt .kontakt-box .kontakt-text a:hover {
  text-decoration: none;
}
footer {
  background: #f0f0f0;
  padding: 15px;
}
footer h2 {
  color: #333333;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'AvenirBlack';
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style-type: none;
}
footer ul li a {
  color: #666666;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 26px;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer ul li .facebook {
  background: url("../images/facebook.svg") left center no-repeat;
  padding-left: 20px;
}
footer ul li .youtube {
  background: url("../images/youtube.svg") left center no-repeat;
  padding-left: 20px;
}
.over-bottom {
  font-family: 'AvenirRoman';
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  background: white;
  padding: 15px;
  text-align: center;
}
.galleryslide-image {
  background: white !important;
}
/* SHOP CART*/
.pluginHeader {
  padding: 15px;
  margin-bottom: 20px;
}
.pluginHeader h2 {
  font-family: 'AvenirBlack';
  font-size: 22px;
  font-size: 2.2rem;
}
.divbasket .txt {
  color: #ec008c;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'AvenirBlack';
  padding: 15px;
}
.divbasket table {
  width: 100%;
}
.divbasket table .pricepp,
.divbasket table .dph,
.divbasket table .price {
  text-align: right;
}
.divbasket table thead tr {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: left;
}
.divbasket table thead tr th {
  padding: 10px;
  font-weight: 300;
}
.divbasket table thead tr th:nth-child(3),
.divbasket table thead tr th:nth-child(4),
.divbasket table thead tr th:nth-child(5) {
  text-align: right;
}
.divbasket table tbody td {
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 15px;
  font-size: 1.5rem;
  color: #666666;
}
.divbasket table tbody .pname strong {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
}
.divbasket table tbody .pieces {
  text-align: center;
}
.divbasket table tbody .pieces input[type="text"] {
  width: 60px;
  text-align: center;
  border: 0;
  color: #333333;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'AvenirBlack';
  padding: 6px 0;
  border: 1px solid #e6e6e6;
}
.divbasket table tbody .action input {
  background: transparent url("../images/but-calc0.png") no-repeat scroll left center;
  font-size: 0px;
  display: block;
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.divbasket table tbody .action a {
  display: inline-block;
  float: left;
  position: relative;
  top: -2px;
}
.divbasket table tbody .priceAll,
.divbasket table tbody .priceAll1 {
  text-align: right;
}
.divbasket table tfoot .order a.order {
  background: #014c94;
  color: white;
  padding: 10px 25px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'AvenirBlack';
  margin-top: 20px;
  display: inline-block;
  margin-top: 4px;
}
.divbasket table tfoot tr td {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666666;
  padding: 10px;
}
.divbasket table tfoot tr td textarea {
  width: 100%;
}
.divbasket table tfoot .summary3 .text {
  font-size: 22px;
  font-size: 2.2rem;
}
.divbasket table tfoot .summary3 .priceAll {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 30px;
  font-size: 3rem;
  text-align: right;
}
#checkout {
  color: #666666;
  padding: 15px;
}
#checkout a {
  text-decoration: underline;
}
#checkout a:hover {
  text-decoration: none;
}
#checkout strong {
  color: #ec008c;
}
#checkout .sub {
  margin: 15px 0;
  text-align: right;
}
#checkout .sub input[type="submit"] {
  background: #ec008c;
  color: white;
  padding: 15px 25px;
  text-transform: uppercase;
  font-family: 'AvenirBlack';
  font-size: 18px;
  font-size: 1.8rem;
  border: 0;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
}
#checkout .sub input[disabled] {
  opacity: 0.6;
}
#checkout .sub .button {
  background: #d6d6d6 !important;
}
#checkout table tfoot,
#checkout table tbody {
  padding: 0;
}
#checkout #eshop_2checkout_submit {
  background: #ec008c;
  color: white;
  padding: 15px 25px;
  text-transform: uppercase;
  font-family: 'AvenirBlack';
  font-size: 18px;
  font-size: 1.8rem;
  border: 0;
  transition: 0.3s all 0s linear;
  -webkit-transition: 0.3s all 0s linear;
  -moz-transition: 0.3s all 0s linear;
  -o-transition: 0.3s all 0s linear;
  margin-top: 30px;
}
.pluginContent .errtxt,
.textContent .errtxt {
  font-family: 'AvenirRoman';
  font-size: 18px;
  font-size: 1.8rem;
  color: black;
  padding: 15px;
  text-align: center;
  background: rgba(243, 33, 16, 0.3);
  width: 100%;
  display: block;
}
.pluginContent .infotxt,
.textContent .infotxt {
  font-family: 'AvenirRoman';
  font-size: 18px;
  font-size: 1.8rem;
  color: #014c94;
  padding: 15px;
  text-align: center;
  background: #f0f0f0;
  width: 100%;
  display: block;
}
.pluginContent .formR1,
.textContent .formR1 {
  padding: 15px;
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 15px;
  font-size: 1.5rem;
}
.pluginContent .formR1 h2,
.textContent .formR1 h2 {
  border-bottom: 1px solid #014c94;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  font-family: 'AvenirBlack';
  color: #014c94;
}
.pluginContent .formR1 label,
.textContent .formR1 label {
  display: block;
  width: 100%;
  margin: 8px 0;
}
.pluginContent .formR1 label span,
.textContent .formR1 label span {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 15px;
  font-size: 1.5rem;
}
.pluginContent .formR1 label input[type="text"],
.textContent .formR1 label input[type="text"],
.pluginContent .formR1 label input[type="password"],
.textContent .formR1 label input[type="password"] {
  border: 1px solid #e7e7e7;
  padding: 10px 15px;
  width: 100%;
}
.pluginContent .formR1 label a,
.textContent .formR1 label a {
  color: #014c94;
  text-decoration: underline;
}
.pluginContent .formR1 label a:hover,
.textContent .formR1 label a:hover {
  text-decoration: none;
}
.pluginContent .formR1 input[type="submit"],
.textContent .formR1 input[type="submit"] {
  background: #ec008c;
  color: white;
  font-family: 'AvenirBlack';
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 15px;
  border: 0;
}
.pluginContent .formR1 .small,
.textContent .formR1 .small,
.pluginContent .formR1 .left,
.textContent .formR1 .left,
.pluginContent .formR1 .right,
.textContent .formR1 .right {
  width: 100%;
  clear: both;
}
.pluginContent .formR1 .small label,
.textContent .formR1 .small label,
.pluginContent .formR1 .left label,
.textContent .formR1 .left label,
.pluginContent .formR1 .right label,
.textContent .formR1 .right label {
  margin: 15px 0;
}
.pluginContent .formR1 .small label:after,
.textContent .formR1 .small label:after,
.pluginContent .formR1 .left label:after,
.textContent .formR1 .left label:after,
.pluginContent .formR1 .right label:after,
.textContent .formR1 .right label:after {
  content: "";
  display: block;
  clear: both;
}
.pluginContent .formR1 .small label span,
.textContent .formR1 .small label span,
.pluginContent .formR1 .left label span,
.textContent .formR1 .left label span,
.pluginContent .formR1 .right label span,
.textContent .formR1 .right label span {
  width: auto;
  float: left;
}
.pluginContent .formR1 .small label input[type="text"],
.textContent .formR1 .small label input[type="text"],
.pluginContent .formR1 .left label input[type="text"],
.textContent .formR1 .left label input[type="text"],
.pluginContent .formR1 .right label input[type="text"],
.textContent .formR1 .right label input[type="text"] {
  float: right;
}
.pluginContent .formR1 .small #bback,
.textContent .formR1 .small #bback,
.pluginContent .formR1 .left #bback,
.textContent .formR1 .left #bback,
.pluginContent .formR1 .right #bback,
.textContent .formR1 .right #bback {
  background: #d6d6d6;
  color: white;
  padding: 10px 15px;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  float: right;
}
.pluginContent .formR1 .left,
.textContent .formR1 .left {
  clear: left;
}
.pluginContent .formR1 .right,
.textContent .formR1 .right {
  clear: right;
}
.pluginContent .formR1 .panel1 label,
.textContent .formR1 .panel1 label {
  margin: 15px 0;
}
.pluginContent .formR1 .panel1 label:after,
.textContent .formR1 .panel1 label:after {
  content: "";
  display: block;
  clear: both;
}
.pluginContent .formR1 .panel1 label span,
.textContent .formR1 .panel1 label span {
  width: auto;
  float: left;
}
.pluginContent .formR1 .panel1 label input[type="text"],
.textContent .formR1 .panel1 label input[type="text"],
.pluginContent .formR1 .panel1 label input[type="password"],
.textContent .formR1 .panel1 label input[type="password"] {
  float: right;
}
.pluginContent .formR1 input[type="submit"].button,
.textContent .formR1 input[type="submit"].button {
  margin-bottom: 20px;
}
.pluginContent #checkout h2,
.textContent #checkout h2 {
  font-family: 'AvenirBlack';
  color: #014c94;
  font-size: 24px;
  font-size: 2.4rem;
}
.pluginContent #checkout strong,
.textContent #checkout strong {
  color: #014c94;
  font-family: 'AvenirBlack';
  font-size: 16px;
  font-size: 1.6rem;
}
.textContent > .container .errtxt,
.textContent > .container .infotxt {
  margin-top: 20px;
}
#stepByStep .st1:before,
#stepByStep .st1e:before {
  content: "1. ";
}
#stepByStep .st2:before,
#stepByStep .st2e:before {
  content: "2. ";
}
#stepByStep .st3:before,
#stepByStep .st3e:before {
  content: "3. ";
}
#stepByStep .st4:before,
#stepByStep .st4e:before {
  content: "4. ";
}
#stepByStep .st5:before,
#stepByStep .st5e:before {
  content: "5. ";
}
#stepByStep a,
#stepByStep div[class*="st"] {
  position: relative;
}
#stepByStep a span,
#stepByStep div[class*="st"] span {
  position: absolute;
  right: 10px;
  top: 30px;
}
.product-link {
  padding: 0;
  width: 100%;
}
.product-link li {
  border-bottom: 1px solid #e7e7e7;
  list-style-type: none;
}
.product-link li a {
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 8px 15px;
  display: block;
}
.product-link li a:hover {
  color: #014c94;
}
.product-link li .active {
  color: #014c94;
  font-family: 'AvenirBlack';
}
.product-link li ul {
  padding: 10px 0 20px 30px;
}
.product-link li ul li {
  border: 0;
}
.product-link li ul li a {
  padding: 3px;
  font-size: 16px;
  font-size: 1.6rem;
}
.cleaned > div {
  display: flex;
  flex-wrap: wrap;
}
.cleaned > div .formR1 {
  width: 100%;
}
.w-100 {
  width: 100% !important;
}
.paginator {
  display: table;
  margin: 10px auto 30px;
}
.paginator a {
  background: white;
  color: #014c94;
  border: 1px solid #014c94;
  font-family: 'AvenirBlack';
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  padding: 3px 8px;
  margin: 0 5px;
}
.paginator a:hover {
  background: #53a2dc;
  color: white;
}
.paginator a.current {
  background: #014c94;
  color: #fff;
}
.paginator span {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 5px;
  padding: 3px 9px;
  color: #ccc;
  border: 1px solid #fff;
}
#rChWR {
  display: none;
}
.info-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #cecece;
  z-index: 9000;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 0 0;
  text-align: center;
  color: #333;
  font-size: 14px;
}
.info-bar p {
  display: inline-block;
  margin-bottom: 10px;
}
.info-bar p + a {
  margin-left: 20px;
}
.info-bar a {
  display: inline-block;
  padding: 10px 20px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #333;
  margin-bottom: 10px;
}
.info-bar a:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.info-bar a + a {
  margin-left: 5px;
}
.info-bar .ok {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}
.cookie-bar {
  display: none;
}
.rady-img img {
  max-width: 100%;
}
.textInfo {
  color: #014c94;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}
.defBG {
  background: url("../images/color-select-transparent.jpg");
}
.searchLabel {
  font-size: 20px;
  font-size: 2rem;
  font-family: 'AvenirRoman';
  margin: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}
div.formR1 span.panel {
  display: none;
}
div.formR1 span.panel1 {
  display: none;
}
.hidden {
  display: none;
}
.effects-transfer {
  border: 2px solid #ec008c;
  z-index: 1000;
}
@media (min-width: 480px) {
  #rady .rady-box {
    padding-bottom: 20px;
  }
  #rady .rady-box .rady-img {
    float: left;
    width: 30%;
    padding-top: 20px;
    padding-right: 20px;
  }
  #rady .rady-box .rady-content {
    float: left;
    width: 70%;
  }
  #panel .panel-box,
  .plugin-panel .panel-box {
    display: flex;
  }
  #panel .panel-box .panel-text,
  .plugin-panel .panel-box .panel-text {
    width: 50%;
  }
  #panel .panel-box .panel-img,
  .plugin-panel .panel-box .panel-img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  #search-field {
    position: fixed;
  }
  #search-field input[type="text"] {
    width: 86%;
  }
  header {
    position: fixed;
    width: 100%;
    z-index: 1000;
  }
  header #over-top .over-top-right {
    display: block;
  }
  header #over-top .fast-contact {
    float: left;
  }
  header #over-top .top-menu {
    float: right;
  }
  header #over-top .top-menu li {
    float: left;
  }
  header #over-top .header-login,
  header #over-top .header-cart {
    display: none;
  }
  header #over-top .header-login {
    clear: both;
  }
  header #top #main-menu {
    position: relative;
    display: table;
    float: left;
    width: calc(100% - 15px);
  }
  header #top #main-menu li {
    float: left;
    position: relative;
    border-top: none;
    text-align: center;
    padding-left: 0;
  }
  header #top #main-menu li a {
    padding: 0px;
  }
  header #top #main-menu li a:after {
    content: "|";
    line-height: 40px;
    color: #53a2dc;
    font-family: 'AvenirRoman';
    padding: 0 8px;
  }
  header #top #main-menu li a:hover {
    background: transparent;
    color: #53a2dc;
  }
  header #top #main-menu li .active {
    background: transparent;
    color: #53a2dc;
  }
  header #top #search {
    position: relative;
    float: left;
    padding: 10px 0;
  }
  #mainContainer {
    padding-top: 164px;
  }
  #sub-menu .left-side h2 {
    text-align: left;
  }
  #sub-menu .right-side ul li {
    width: 50%;
    float: left;
  }
  #sub-menu .right-side ul li:nth-child(even) {
    padding-left: 20px;
  }
  #sub-menu .right-side ul li:nth-child(odd) {
    padding-right: 20px;
    clear: left;
  }
  #slider .slide .slider-title {
    padding: 20px;
    bottom: 60px;
    top: auto;
  }
  #slider .slide .slider-title .slider-text {
    width: 20em;
  }
  #slider .slide .slider-title .slider-text h2 {
    font-size: 30px;
    font-size: 3rem;
  }
  #slider .slide .slider-title .slider-text h2:after {
    display: block;
  }
  #slider .slide .slider-title .slider-text p {
    font-size: 17px;
    font-size: 1.7rem;
  }
  #slider .slide .slider-title .slider-title-img {
    display: block;
  }
  #slider .owl-dots .owl-dot {
    display: block;
  }
  #dle-pouziti {
    padding: 80px 0 50px 0;
  }
  .color-select-window {
    position: fixed !important;
    top: 0;
    height: 100vh !important;
  }
  .color-select-window .color-select-box {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .color-select-window .color-select-box .color-select-content .product-filter {
    padding-left: 20px;
  }
  .color-select-window .color-select-box .color-select-content .color-select-left {
    width: 60%;
    padding-top: 20px;
  }
  .color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox,
  .color-select-window .color-select-box .color-select-content .color-select-left .item {
    width: 33.333%;
  }
  .color-select-window .color-select-box .color-select-content .color-select-right,
  .color-select-window .color-select-box .color-select-content .right {
    width: 40%;
    margin-top: 0;
    border-top: 0;
    display: block;
  }
  .color-select-window .color-select-box .color-select-content .color-select-right .smallbox-img img,
  .color-select-window .color-select-box .color-select-content .right .smallbox-img img {
    max-width: 100%;
  }
  .pluginContent,
  .textContent {
    /*
  .formR1{padding:0px; width: 100%; margin: 0;
          .small{width: 100%;}
          .left{float: left; clear: left; width: 45%;}
          .right{float: right; clear: right; width: 45%;
                 .button{float: right;}
          }
          p{float: left; clear: both; width:100%;}
  }*/
  }
  .pluginContent .errtxt,
  .textContent .errtxt {
    padding-left: 0px;
  }
  .pluginContent > div .clear1,
  .textContent > div .clear1 {
    display: none;
  }
  .pluginContent .formR1,
  .textContent .formR1 {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0;
  }
  .pluginContent .formR1:nth-of-type(1),
  .textContent .formR1:nth-of-type(1),
  .pluginContent .formR1:nth-of-type(5),
  .textContent .formR1:nth-of-type(5) {
    padding-right: 20px;
  }
  .pluginContent .formR1:nth-of-type(3),
  .textContent .formR1:nth-of-type(3),
  .pluginContent .formR1:nth-of-type(7),
  .textContent .formR1:nth-of-type(7),
  .pluginContent .formR1:nth-of-type(8),
  .textContent .formR1:nth-of-type(8) {
    padding-left: 20px;
  }
  .pluginContent .formR1:after,
  .textContent .formR1:after {
    display: block;
    content: "";
    clear: both;
  }
  .pluginContent .formR1 .small,
  .textContent .formR1 .small {
    width: 100%;
  }
  .pluginContent .formR1 .left,
  .textContent .formR1 .left {
    float: left;
    clear: left;
    width: 45%;
  }
  .pluginContent .formR1 .right,
  .textContent .formR1 .right {
    float: right;
    clear: right;
    width: 45%;
  }
  .pluginContent .formR1 .right .button,
  .textContent .formR1 .right .button {
    float: right;
  }
  .pluginContent .formR1 p,
  .textContent .formR1 p {
    float: left;
    clear: both;
    width: 100%;
  }
  #produkty h2 {
    padding-left: 0;
  }
  #produkty .box-4 {
    border: 1px solid white;
  }
  #produkty .box-4:hover {
    border: 1px solid #e6e6e6;
  }
  #produkty .h-line {
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
  }
  #produkty .h-line:last-child {
    display: none;
  }
  #panel,
  .plugin-panel {
    margin: 50px 0;
  }
  #panel .panel-text,
  .plugin-panel .panel-text {
    height: 100%;
    min-height: 290px;
  }
  #panel .panel-text h2,
  .plugin-panel .panel-text h2 {
    padding: 10px 0;
    margin: 0;
  }
  #panel .panel-text p,
  .plugin-panel .panel-text p,
  #panel .panel-text ul,
  .plugin-panel .panel-text ul {
    margin: 0;
  }
  #panel .panel-text .plus,
  .plugin-panel .panel-text .plus {
    position: absolute;
    bottom: 25px;
  }
  #panel .panel-img,
  .plugin-panel .panel-img {
    height: 100%;
    min-height: 290px;
  }
  #page-title {
    padding: 40px 0;
  }
  #page-title .navigator {
    margin: 0 0 40px 0;
  }
  #page-title h1 {
    font-size: 45px;
    font-size: 4.5rem;
  }
  #product-filter,
  .product-filter {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
  }
  #product-filter ul,
  .product-filter ul {
    width: 100%;
  }
  #product-filter ul li,
  .product-filter ul li {
    line-height: 1.5;
    font-family: 'AvenirBlack';
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    text-align: left;
    margin: 0;
  }
  #product-filter ul li a,
  .product-filter ul li a {
    font-family: 'AvenirBlack';
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding-right: 10px;
  }
  #product-filter ul li a:after,
  .product-filter ul li a:after {
    content: "";
    border-bottom: 1px solid transparent;
    display: block;
  }
  #product-filter .cart-progress li,
  .product-filter .cart-progress li {
    width: 24.59%;
  }
  #product-filter .cart-progress li a,
  .product-filter .cart-progress li a {
    display: block;
  }
  #product-filter a,
  .product-filter a {
    font-family: 'AvenirBlack';
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    text-align: left;
    margin: 0;
    padding-right: 10px;
    float: left;
    width: 20%;
  }
  #product-filter div[class*="st"],
  .product-filter div[class*="st"] {
    float: left;
    width: 20%;
    margin: 0;
    text-align: left;
    padding-right: 10px;
  }
  #product-filter .product-link li a,
  .product-filter .product-link li a {
    width: auto;
  }
  #tabs p {
    padding: 0px;
    margin-top: 0px;
  }
  #tabs .ui-tabs-panel h3,
  #tabs .ui-tabs-panel .description {
    padding: 0;
  }
  #tabs .ui-tabs-panel ul li {
    padding: 0;
  }
  #page-title .page-title-img {
    padding-right: 20px;
  }
  #page-title .page-title-img img {
    position: relative;
    left: 0;
  }
  #page-title .page-title-content {
    padding-left: 20px;
  }
  #page-title .detail-box {
    text-align: left;
  }
  #page-title .detail-box a {
    float: left;
    margin-top: 10px;
  }
  #page-title .detail-box input[type="text"],
  #page-title .detail-box .sub-info {
    width: 20%;
    float: left;
    margin-bottom: 10px;
  }
  #page-title .detail-box .sub-info {
    padding: 15px 0px 20px 25px;
  }
  #page-title .detail-box .pocet-kusu {
    width: 50%;
  }
  #page-title .detail-box .pocet-kusu .down,
  #page-title .detail-box .pocet-kusu .up {
    text-align: center;
  }
  #page-title .detail-price {
    width: 50%;
    float: left;
  }
  #cart .summary-info {
    float: left;
    width: 50%;
  }
  #cart .total-price {
    width: 50%;
    float: right;
  }
  #cart .cart-box:nth-child(even) {
    padding-left: 20px;
  }
  #cart .cart-box:nth-child(odd) {
    padding-right: 20px;
  }
  #cart .user-summary .user-summary-box {
    width: 25%;
    float: left;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e7e7e7;
  }
  #cart table tbody td .pocet-kusu .down,
  #cart table tbody td .pocet-kusu .up {
    width: 20%;
    display: block;
  }
  #cart table tbody td .pocet-kusu input[type="text"] {
    width: 60%;
  }
  #obchodni-podminky {
    padding: 50px 0;
  }
  #obchodni-podminky .content-box-6:nth-child(even) {
    padding-left: 20px;
  }
  #obchodni-podminky .content-box-6:nth-child(odd) {
    padding-right: 20px;
  }
  #obchodni-podminky p {
    clear: both;
  }
  #content {
    padding: 50px 0;
  }
  #content h1 {
    font-size: 35px;
    font-size: 3.5rem;
  }
  #content p {
    margin-bottom: 20px;
  }
  #content ol {
    margin-bottom: 20px;
  }
  #content ul {
    margin-bottom: 20px;
  }
  #content .annotation {
    margin-bottom: 50px;
  }
  #content .col-1-2 {
    float: left;
    width: 50%;
  }
  #content .divider {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  #rady .rady-box {
    padding-bottom: 20px;
  }
  #rady .rady-box:nth-child(even) {
    padding-left: 20px;
  }
  #rady .rady-box:nth-child(odd) {
    padding-right: 20px;
  }
  #rady .rady-box .rady-img {
    float: left;
    width: 30%;
    padding-top: 20px;
    padding-right: 20px;
  }
  #rady .rady-box .rady-content {
    float: left;
    width: 70%;
  }
  #kontakt .kontakt-box {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e7e7e7;
  }
  .w-2 {
    width: 50%;
    float: left;
  }
  #checkout {
    padding: 15px 0;
  }
  #checkout .rekap {
    float: left;
    width: 50%;
    min-height: 150px;
  }
  .product-link {
    float: left;
    width: 33.33%;
    padding-right: 30px;
    padding-top: 50px;
  }
  #produkty .flex-box {
    width: 100%;
  }
  #produkty .product-link + .flex-box {
    width: 66.66% !important;
  }
  .cleaned > div .formR1 {
    float: left;
    width: 50%;
    margin: 0;
  }
  .cleaned > div .formR1:nth-of-type(1),
  .cleaned > div .formR1:nth-of-type(5) {
    padding-right: 20px;
  }
  .cleaned > div .formR1:nth-of-type(3),
  .cleaned > div .formR1:nth-of-type(7),
  .cleaned > div .formR1:nth-of-type(8) {
    padding-left: 20px;
  }
  .cleaned > div .formR1:after {
    display: block;
    content: "";
    clear: both;
  }
  #stepByStep .st1:before,
  #stepByStep .st2:before,
  #stepByStep .st3:before,
  #stepByStep .st4:before,
  #stepByStep .st5:before {
    background: #f2f2f2;
    color: #c3c3c3;
    text-align: center;
    display: block;
    float: left;
    padding: 10px 12px;
    margin-right: 10px;
  }
  #stepByStep .st1e:before,
  #stepByStep .st2e:before,
  #stepByStep .st3e:before,
  #stepByStep .st4e:before,
  #stepByStep .st5e:before {
    background: #daedf3;
    color: black;
    text-align: center;
    display: block;
    float: left;
    padding: 10px 12px;
    margin-right: 10px;
  }
  .pluginHeader {
    padding: 0;
  }
  .divbasket .txt {
    padding: 0;
  }
  .searchLabel {
    margin: 15px 0 !important;
  }
}
@media (min-width: 992px) {
  header #over-top .header-login {
    float: left;
    width: 66.666%;
  }
  header #over-top .header-cart {
    float: left;
    width: 33.333%;
    border-top: none;
  }
  header #over-top .top-menu li a,
  header #over-top .header-login li a,
  header #over-top .top-menu li span,
  header #over-top .header-login li span {
    padding: 0px 15px;
  }
  header #over-top .top-menu .logged a,
  header #over-top .header-login .logged a,
  header #over-top .top-menu .logged span,
  header #over-top .header-login .logged span {
    float: left;
  }
  header #top #main-menu {
    width: auto;
  }
  #slider .slide .slider-title {
    padding: 20px;
    bottom: 100px;
    top: auto;
  }
  #product-filter ul li,
  .product-filter ul li {
    font-size: 20px;
    font-size: 2rem;
  }
  #product-filter ul li a,
  .product-filter ul li a {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 0px;
  }
  #product-filter a,
  .product-filter a,
  #product-filter div[class*="st"],
  .product-filter div[class*="st"] {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 0px;
  }
  #product-filter .product-link li a,
  .product-filter .product-link li a {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox,
  .color-select-window .color-select-box .color-select-content .color-select-left .item {
    width: 25%;
  }
  .product-link {
    width: 25%;
  }
  #produkty .product-link + .flex-box {
    width: 75% !important;
  }
  .cleaned .formR1 {
    float: left;
    width: 50%;
    margin: 0;
    /*&:nth-child(1),&:nth-child(5){padding-right: 20px}
          &:nth-child(3),&:nth-child(8){padding-left: 20px}*/
  }
  .cleaned .formR1:after {
    display: block;
    content: "";
    clear: both;
  }
  #panel .panel-text,
  .plugin-panel .panel-text {
    min-height: 340px;
  }
}
@media (min-width: 1160px) {
  header #over-top .over-top-right {
    float: right;
  }
  header #over-top .header-login,
  header #over-top .header-cart {
    float: left;
    clear: none;
    width: auto;
    display: block;
  }
  header #over-top .header-login {
    background: none;
  }
  header #over-top .header-login li a:hover {
    background: #1662a6;
  }
  header #over-top .header-login li:last-child a {
    background: #1662a6;
    color: white;
  }
  header #over-top .header-login li:last-child a:hover {
    color: #53a2dc;
    background: #014c94;
  }
  header #over-top .top-menu {
    float: left;
  }
  header #over-top .top-menu:after {
    content: "|";
    line-height: 40px;
    color: #53a2dc;
    font-family: 'AvenirRoman';
    padding: 0;
    clear: none;
    float: right;
  }
  header #top {
    position: relative;
  }
  header #top .logo-claim {
    display: block;
    float: left;
  }
  header #top #main-menu {
    float: right;
    right: 12px;
    margin-top: 21px;
  }
  header #top #search {
    right: 0;
    padding: 0;
    top: 31px;
    position: absolute;
    left: auto;
  }
  #mainContainer {
    padding-top: 124px;
  }
  #sub-menu .left-side,
  #sub-menu .right-side {
    width: 50%;
    float: left;
  }
  #dle-pouziti .box-header {
    min-height: 155px;
  }
  #page-title .detail-box {
    clear: none;
    float: left;
    width: 33%;
  }
  #page-title .detail-box a {
    margin-top: 3px;
  }
  #page-title .detail-box input[type="text"] {
    width: 25%;
  }
  #page-title .detail-box .sub-info {
    padding: 0 15px 0 10px;
    margin: 0;
  }
  #page-title .detail-box .pocet-kusu {
    width: 80%;
  }
  #page-title .detail-box .pocet-kusu input[type="text"] {
    width: 50%;
  }
  #page-title .detail-box .pocet-kusu .up,
  #page-title .detail-box .pocet-kusu .down {
    width: 25%;
  }
  #page-title .detail-box input[type="submit"] {
    margin-top: 66px;
  }
  #page-title .w-2-3 {
    width: 66%;
  }
  #page-title .w-2-3 .sub-info {
    width: 25%;
  }
  #page-title .page-title-img {
    padding-right: 20px;
  }
  #page-title .page-title-img img {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    left: 50%;
  }
  #product-filter ul li,
  .product-filter ul li {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #product-filter ul li a,
  .product-filter ul li a {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 30px;
  }
  #product-filter .product-link li a,
  .product-filter .product-link li a {
    width: auto;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 2px;
  }
  #product-filter a,
  .product-filter a {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 0px;
    width: 19%;
  }
  #product-filter a:last-child span,
  .product-filter a:last-child span {
    display: none;
  }
  #product-filter a span,
  .product-filter a span {
    content: "";
    display: block;
    float: right;
    background: url("../images/cart-arrow.jpg") top left no-repeat;
    width: 36px;
    height: 17px;
    margin: 0 5px;
    margin-top: -10px;
  }
  #product-filter div[class*="st"],
  .product-filter div[class*="st"] {
    font-size: 22px;
    font-size: 2.2rem;
    margin-right: 0px;
  }
  #product-filter div[class*="st"] span,
  .product-filter div[class*="st"] span {
    content: "";
    display: block;
    float: right;
    background: url("../images/cart-arrow.jpg") top left no-repeat;
    width: 36px;
    height: 17px;
    margin: 0 5px;
    margin-top: -10px;
  }
  #product-filter div[class*="st"]:last-child,
  .product-filter div[class*="st"]:last-child {
    width: auto;
    padding: 0;
  }
  #product-filter div[class*="st"]:last-child span,
  .product-filter div[class*="st"]:last-child span {
    display: none;
  }
  .color-select-window .color-select-box .color-select-content .product-filter {
    padding-left: 20px;
  }
  .color-select-window .color-select-box .color-select-content .color-select-left {
    width: 74%;
  }
  .color-select-window .color-select-box .color-select-content .color-select-left .color-select-smallbox,
  .color-select-window .color-select-box .color-select-content .color-select-left .item {
    width: 12.5%;
  }
  .color-select-window .color-select-box .color-select-content .color-select-right,
  .color-select-window .color-select-box .color-select-content .right {
    width: 25%;
    margin-top: 0;
    border-top: 0;
  }
  .color-select-window .color-select-box .color-select-content .color-select-right .smallbox-img img,
  .color-select-window .color-select-box .color-select-content .right .smallbox-img img {
    max-width: 100%;
  }
  .pluginContent .formR1 label {
    display: block;
    width: 100%;
    margin: 8px 0;
    /*span{width: 30%; float: left; margin-top: 11px;}
      input[type="text"], input[type="password"]{width: 70%; float: left;}
      .check{margin-left: 155px;}*/
  }
  .pluginContent .formR1 label:after {
    content: "";
    display: block;
    clear: both;
  }
  #checkout .rekap {
    width: 25%;
  }
  #stepByStep .st1:before,
  #stepByStep .st2:before,
  #stepByStep .st3:before,
  #stepByStep .st4:before,
  #stepByStep .st5:before {
    padding: 14px 18px;
  }
  #stepByStep .st1e:before,
  #stepByStep .st2e:before,
  #stepByStep .st3e:before,
  #stepByStep .st4e:before,
  #stepByStep .st5e:before {
    padding: 14px 18px;
  }
  #stepByStep .st1 {
    width: 19%;
  }
  #panel .panel-text,
  .plugin-panel .panel-text {
    min-height: 290px;
  }
}
@media (max-width: 312px) {
  #search-field input[type="text"] {
    width: 50%;
  }
  header #over-top .fast-contact {
    font-size: 0;
  }
  header #over-top .fast-contact span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media (max-width: 992px) {
  .divbasket table,
  .divbasket thead,
  .divbasket tbody,
  .divbasket tfoot,
  .divbasket th,
  .divbasket td,
  .divbasket tr {
    display: block;
  }
  .divbasket tr {
    margin: 20px 0;
    border: 1px solid #e6e6e6;
  }
  .divbasket td {
    border: none;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: left !important;
  }
  .divbasket td:nth-child(even) {
    background: #fafafa;
  }
  .divbasket thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .divbasket tfoot {
    padding: 15px;
    width: 100%;
    border: none;
  }
  .divbasket tfoot tr {
    margin: 0;
    border-bottom: none;
  }
  .divbasket tfoot tr:last-child {
    border-bottom: 1px solid #e6e6e6;
  }
  .divbasket tbody {
    padding: 15px;
  }
  .divbasket tbody td:before {
    position: relative;
    width: 100%;
    padding-right: 10px;
    white-space: nowrap;
    display: inline-block;
    font-family: 'AvenirBlack';
    color: #014c94;
    font-size: 17px;
    font-size: 1.7rem;
  }
  .divbasket tbody td:last-child {
    border-bottom: none !important;
  }
  .divbasket tbody .action a {
    float: none !important;
  }
  .divbasket tbody td:before {
    content: attr(data-title) " ";
  }
}