/* CSS Document */
/*
Autor: Michael Dostal and Pesulap
Rok: 2015
*/
/*------------------------------CSS RESET------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, nav,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

strong {
  font-weight: 600;
}

@font-face {
  font-family: "RalewayBold";
  src: url("font/raleway-bold.eot");
  src: url("font/raleway-bold.eot") format("embedded-opentype"), url("font/raleway-bold.woff2") format("woff2"), url("font/raleway-bold.woff") format("woff"), url("font/raleway-bold.ttf") format("truetype"), url("font/raleway-bold.svg#RalewayBold") format("svg");
}
* {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.red {
  color: #ed4b4b;
}

h1 {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 80px;
  height: 80px;
  text-align: center;
}

h2 {
  font-size: 18px !important;
  text-transform: uppercase;
  padding-bottom: 15px;
}
h2.white {
  color: #fff;
}
h2.left {
  padding-left: 98px;
  text-align: left;
}
h2.no-padding {
  padding-left: 0px;
}

h4, p, li, .table, table, label {
  font-size: 12px;
}

li {
  list-style: none;
}

h3 {
  font-size: 14px;
  text-transform: none;
}
h3.upper {
  text-transform: uppercase;
}

h5 {
  font-size: 14px;
}

p.b-15 {
  padding-bottom: 15px;
}
p strong {
  padding-right: 25px;
}

.page-cart p strong {
  padding-right: 0;
}

ul {
  text-align: center;
  color: #fff;
}
ul.inline li {
  display: inline-block;
  margin-right: 18px;
}
ul.inline li:last-of-type {
  margin-right: 0px;
}

a {
  text-decoration: none;
}

small.pink {
  color: #ff8c96;
  font-size: 12px;
}
small.pink.block {
  display: block;
}

.bold, b {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

input, button, textarea, select {
  outline: none;
  cursor: text;
}

input, textarea {
  display: block;
  background: none;
  border: none;
  width: calc(100% - 42px);
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  padding: 10px 20px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: -o-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: linear-gradient(to bottom, white 0%, #fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#fcfcfc", GradientType=0);
}

textarea {
  height: 100px;
}

.floatl {
  float: left;
}

input[type=submit], .button {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  background: none;
  background-color: #61b159;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s ease;
}

input[type=submit]:hover {
  background-color: #f36523;
}

.cart-btn {
  width: 320px !important;
  max-width: 320px !important;
  font-family: "Open Sans", sans-serif;
  background-color: #f36523 !important;
}

.cart-btn:hover {
  background-color: #61b159 !important;
}

.button {
  text-align: center;
  line-height: 50px;
  width: 220px;
}
.button.auto {
  display: inline-block !important;
  width: auto !important;
  padding: 0 15px !important;
}

input[type=checkbox] {
  display: none;
}

.checkbox {
  position: relative;
  display: inline-block;
  top: 5px;
  /*height: 20px;*/
  margin-right: 20px;
}
.checkbox h4 {
  padding-left: 30px;
  padding-right: 10px;
  font-size: 16px;
}
.checkbox label {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 0px 1px #000;
  -moz-box-shadow: inset 0px 1px 1px white, 0px 0px 1px #000;
  box-shadow: inset 0px 1px 1px white, 0px 0px 1px #000;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: -o-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: linear-gradient(to bottom, white 0%, #fcfcfc 100%);
}
.checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 2px;
  left: 2px;
  border: 3px solid #6c6c6c;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}
.checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

input[type=radio] {
  display: none;
}

.moje_objednavky {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.moje_objednavky th {
  font-weight: 600;
}
.moje_objednavky th, .moje_objednavky td {
  border: 1px solid #c7c7c7;
  padding: 5px;
}

.radio {
  position: relative;
  display: inline-block;
  top: 5px;
  /*height: 20px;*/
  margin-right: 20px;
  /*width: 100%;*/
}
.radio .cen_dop {
  float: right;
  font-size: 16px;
  font-weight: 600;
  color: #6c6c6c;
}
.radio h4 {
  padding-left: 30px;
  padding-right: 10px;
  font-size: 16px;
}
.radio label {
  cursor: pointer;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0px 1px 1px white, 0px 0px 1px #000;
  -moz-box-shadow: inset 0px 1px 1px white, 0px 0px 1px #000;
  box-shadow: inset 0px 1px 1px white, 0px 0px 1px #000;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #fcfcfc));
  background: -webkit-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: -o-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: -ms-linear-gradient(top, white 0%, #fcfcfc 100%);
  background: linear-gradient(to bottom, white 0%, #fcfcfc 100%);
}
.radio label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #6c6c6c;
  top: 2px;
  left: 2px;
  border-radius: 6px;
}
.radio label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.5;
}
.radio input[type=radio]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.radio h4 {
  display: inline;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

html {
  overflow-x: hidden;
}

.center {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.table {
  display: table;
}
.table.dopravy {
  width: 100%;
}
.table .row {
  display: table-row;
}
.table .row .cell {
  display: table-cell;
  padding-right: 20px;
}

.ml40 {
  margin-left: 60px;
}

.upper {
  text-transform: uppercase;
}

.b-15 {
  padding-bottom: 15px;
}

.b-20 {
  padding-bottom: 20px;
}

.b-30 {
  padding-bottom: 30px;
}

.b-45 {
  padding-bottom: 45px;
}

.b-50 {
  padding-bottom: 50px;
}

.b-60 {
  padding-bottom: 60px;
}

.b-75 {
  padding-bottom: 75px;
}

.b-150 {
  padding-bottom: 150px;
}

.t-40 {
  padding-top: 40px;
}

body {
  position: absolute;
  background-color: #fff;
  display: block;
  width: 100%;
  min-height: 100%;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
}

header {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 73px;
  z-index: 5;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
header .logo {
  text-transform: uppercase;
  position: absolute;
  font-family: RalewayBold;
  width: 100px;
  height: 29px;
  margin: 20px 20px;
  font-size: 12px;
}
header .logo span {
  font-size: 24px;
}
header .logo svg {
  width: 200px;
  height: 120px;
}
header nav {
  padding-top: 24px;
  float: right;
}
header nav li {
  display: inline-block;
  text-transform: uppercase;
  color: transparent;
}
header nav li:last-of-type {
  margin-right: 0px;
}
header nav li.active a {
  font-weight: 700;
}
header nav li a {
  text-decoration: none;
  margin-right: 28px;
  cursor: pointer;
  transition: font-weight 0.3s;
  -webkit-transition: font-weight 0.3s;
}
header nav li a:hover {
  font-weight: 700;
}
header svg#ham-icon {
  display: none;
}

header .logo a svg#hl_logo {
  width: 200px;
  height: 27px;
  z-index: 6;
}

.alba a {
  cursor: pointer;
  margin: 5px;
  display: inline-block;
  border: 1px solid #ccc;
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
  font-size: 13px;
  background: #f5f5f5;
}

.alba a:hover {
  color: #1b7e12;
}

.imgs_alb, .alba {
  height: 400px;
  overflow: scroll;
}

.imgs_alb a {
  border: 1px solid #ccc;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}

.imgs_alb a.act {
  border: 1px solid #1b7e12;
}

.back_gal {
  text-transform: lowercase;
  font-weight: 300;
  margin-left: 20px;
  cursor: pointer;
}

.facebook_login {
  width: 266px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-top: 20px;
  border: medium none;
  border-radius: 2px;
  color: #FFF;
  font-size: 18px;
  background: none repeat scroll 0% 0% #3B5998;
  text-transform: uppercase;
  cursor: pointer;
}

.facebook_login:hover {
  background: #3B6998;
}

.or_login {
  background: #E99031;
  color: #fff;
  width: 300px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin-bottom: 20px;
}

.or_login img {
  margin: 10px;
}

.ps {
  font-family: "Just Me Again Down Here", cursive;
  font-size: 20px;
}

.ps.editt {
  color: #53D781;
  font-size: 22px;
  position: relative;
  left: 208px;
  text-align: left;
  top: 126px;
  width: 380px;
}
.ps.editt:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -33px;
  background: url("../img/green_arrow.png") right center no-repeat;
  height: 50px;
  width: 18px;
  -moz-transform: rotate(68deg) scaleX(-1);
  -o-transform: rotate(68deg) scaleX(-1);
  -ms-transform: rotate(68deg) scaleX(-1);
  -webkit-transform: rotate(68deg) scaleX(-1);
  transform: rotate(68deg) scaleX(-1);
}

.new_login {
  text-align: center;
}
.new_login .jedno {
  margin-top: 15px;
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
}
.new_login .jedno:hover {
  text-decoration: none;
}

.new_login .ps {
  font-family: "Just Me Again Down Here", cursive;
  font-size: 22px;
  color: #61B159 !important;
  margin-bottom: 25px;
}

.new_login .but {
  background: #61B159;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}
.new_login .but:hover {
  background-color: #66BA5D !important;
}

.new_login .facebook_login {
  width: auto;
  margin: 0 !important;
  padding: 0 10px;
  font-size: 13px;
  border-radius: 3px;
  background: #3B5998 url("./obr/flw.png") 10px center no-repeat;
  padding-left: 45px;
}
.new_login .facebook_login:hover {
  background-color: #3B6998;
}

/*.page-container #content .page_upload .center img.obrazek {
  height: 300px;
}*/
.page-container #content .products section .product.variants img {
  width: 150px;
}

div.form-group.slevv {
  width: 220px !important;
}

.slevv .chosen-single {
  width: 220px !important;
}

.page-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 0 50px;
  /*background-color: #f1f1f1;*/
}
.page-container.registration {
  background-color: #fff;
}
.page-container .info-block {
  width: calc(100% - 50px);
  padding: 25px;
  background-color: #aff9c9;
}
.page-container .info-block .cell {
  text-align: left;
}
.page-container .info-block .cell:last-of-type {
  width: 160px;
  text-align: right;
}
.page-container .info-block a, .page-container .info-block p {
  font-size: 14px;
  color: #298549;
}
.page-container .info-block a {
  text-decoration: underline;
}
.page-container .info-block a svg {
  width: 10px;
  height: 10px;
}
.page-container .info-block a svg polygon {
  fill: #298549;
}
.page-container .backgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
}
.page-container .backgrounds .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-attachment: fixed;
  opacity: 0;
  transition: opacity 1s;
  -webkit-transition: opacity 1s;
}
.page-container .backgrounds .bg.active {
  opacity: 1;
}
.page-container #content {
  position: relative;
  display: block;
  width: 960px;
  margin: 0 auto;
  text-align: center;
}
.page-container #content .text-container {
  text-align: left;
}
.page-container #content .text-container * {
  line-height: 150%;
}
.page-container #content .text-container p {
  margin-bottom: 15px;
}
.page-container #content .text-container p strong {
  padding-right: 0;
}
.page-container #content .text-container.center {
  text-align: center;
}
.page-container #content .text-container ul {
  text-align: left;
  color: #000;
}
.page-container #content .text-container ul li {
  list-style: disc;
  margin-left: 40px;
}
.page-container #content .text-container .chosen-container {
  margin-top: 30px;
  display: block;
  width: 200px !important;
}
.page-container #content .text-container .start {
  display: none;
}
.page-container #content .text-container input[type=submit] {
  display: none;
  margin-top: 30px !important;
  width: 200px;
}
.page-container #content .text-container input[type=submit].active {
  display: block;
}
.page-container #content .text-container .gallery {
  width: 100%;
  display: block;
  margin: 30px 0;
}
.page-container #content .text-container .gallery a {
  height: 150px;
  display: block;
  float: left;
  text-align: center;
  margin: 0 20px 20px 0;
}
.page-container #content .text-container .gallery a img {
  max-height: 150px;
  text-align: center;
  max-width: 215px;
}
.page-container #content #form_produkt {
  width: 300px;
  margin: 0 auto;
}
.page-container #content #form_produkt.upload {
  display: none;
}
.page-container #content .form-container {
  display: block;
  margin: 0 auto;
  /*width: calc(100% - 196px);*/
  padding: 10px 97px;
  border: 1px solid #e5e5e5;
  text-align: left;
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #f1f1f1;
}
.page-container #content .form-container .ps.voch {
  color: #53d781;
  font-size: 28px;
  position: relative;
  right: 320px;
  top: 40px;
  text-align: right;
}
.page-container #content .form-container .ps.voch:before {
  content: "";
  position: absolute;
  top: 20px;
  right: -23px;
  background: url("../img/green_arrow.png") right center no-repeat;
  height: 50px;
  width: 18px;
}
.page-container #content .form-container input, .page-container #content .form-container textarea {
  max-width: 474px;
}
.page-container #content .form-container h4, .page-container #content .form-container h5, .page-container #content .form-container p {
  color: #6c6c6c;
}
.page-container #content .form-container input[type=submit] {
  max-width: 266px;
}
.page-container #content .form-container .table .form-group {
  position: relative;
}
.page-container #content .form-container .table .error {
  position: absolute;
  bottom: 10px;
  font-size: 13px;
  display: none;
}
.page-container #content .form-container .table .form-group:last-of-type {
  padding-bottom: 30px;
}
.page-container #content .form-container .table input {
  width: auto;
  max-width: 246px;
  margin-top: 10px;
}
.page-container #content .form-container .table input.chyba {
  border-color: #ff0000 !important;
}
.page-container #content .form-container .table p {
  position: relative;
  top: 20px;
  max-width: 360px;
}
.page-container #content .form-container .table .num {
  max-width: 80px;
}
.page-container #content .form-container .chyba_formu {
  color: #ed4b4b;
  font-size: 13px;
  display: none;
  font-weight: 600;
  clear: both;
}
.page-container #content .form-container .success_msg {
  color: #53d781;
  font-size: 14px;
  padding: 10px 0 20px;
  font-weight: 600;
  clear: both;
}
.page-container #content .links {
  display: block;
  text-align: center;
}
.page-container #content .links section {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 280px;
  margin-right: 50px;
  margin-top: 50px;
  margin-bottom: 20px;
  cursor: pointer;
}
.page-container #content .links section:nth-of-type(3n) {
  margin-right: 0;
}
.page-container #content .links section:hover svg {
  opacity: 0;
}
.page-container #content .links section:hover .hover {
  opacity: 1;
}
.page-container #content .links section:hover .hover svg {
  opacity: 1;
}
.page-container #content .links section svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.page-container #content .links section svg text {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-weight: 700;
  text-align: center;
}
.page-container #content .links section svg path, .page-container #content .links section svg rect, .page-container #content .links section svg polygon, .page-container #content .links section svg text, .page-container #content .links section svg circle {
  fill: #fff;
}
.page-container #content .links section .hover {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0px;
}
.page-container #content .products {
  text-align: left;
}
.page-container #content .products.hide {
  display: none;
}
.page-container #content .products section {
  display: inline-block;
  width: 25%;
  margin-right: 8%;
  vertical-align: top;
  text-align: left;
}
.page-container #content .products section .product {
  display: block;
  padding: 60px 40px;
  margin: 0 auto;
  cursor: pointer;
  padding-bottom: 60px;
}
.page-container #content .products section .product svg {
  display: block;
  width: 90px;
  height: 90px;
  cursor: pointer;
  margin-bottom: 10px;
}
.page-container #content .products section .product svg path, .page-container #content .products section .product svg polygon, .page-container #content .products section .product svg rect {
  fill: #cccccc;
  transition: fill 0.3s;
  -webkit-transition: fill 0.3s;
}
.page-container #content .products section .product.variants label {
  text-transform: uppercase;
}
.page-container #content .products section .product:hover svg path, .page-container #content .products section .product:hover svg polygon, .page-container #content .products section .product:hover svg rect {
  fill: #000;
}
.page-container #content .products section .product.active svg path, .page-container #content .products section .product.active svg polygon, .page-container #content .products section .product.active svg rect {
  fill: #000;
}
.page-container #content .page_upload {
  width: 100%;
  height: 400px;
  text-align: center;
  display: none;
  margin-bottom: 15px;
}
.page-container #content .page_upload.active {
  display: block;
}
.page-container #content .page_upload .left, .page-container #content .page_upload .right {
  cursor: pointer;
  width: 42px;
}
.page-container #content .page_upload .left svg, .page-container #content .page_upload .right svg {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 22px;
  height: 34px;
}
.page-container #content .page_upload a.center {
  cursor: pointer;
}
.page-container #content .page_upload .center {
  min-width: 180px;
  padding: 0 40px;
  text-align: center;
}
.page-container #content .page_upload .center .hide {
  display: none;
}
.page-container #content .page_upload .center img {
  max-width: 100%;
  max-height: 400px;
}
.page-container #content .page_upload .center svg {
  display: block;
  margin: 0 auto;
  margin-top: calc(10% + 50px);
  width: 96px;
  height: 78px;
  padding-bottom: 20px;
}
.page-container #content .page_upload .center input {
  width: 100%;
  background: none;
  border: 0px;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  cursor: pointer;
}
.page-container #content .page_upload .center p {
  display: block;
  margin: 0 auto;
}
.page-container #content .page_upload .left {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-container #content .page_upload .left, .page-container #content .page_upload .center, .page-container #content .page_upload .right {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
}
.page-container #content .col {
  display: inline-block;
  width: 332px;
  min-height: 450px;
  vertical-align: top;
  text-align: left;
}
.page-container #content .cont-form {
  display: block;
  width: 230px;
}
.page-container #content ul.white.left {
  color: #000;
  text-align: left;
}
.page-container #content ul.white.left li {
  cursor: pointer;
}
.page-container #content ul.white.left li a.complete {
  color: #53d781 !important;
  font-weight: 600;
}
.page-container #content ul.white.left li a.active {
  color: #ed4b4b;
  font-weight: 600;
}

.cart {
  vertical-align: top;
  display: inline-block;
  width: 698px;
  margin-right: 25px;
  text-align: left;
}
.cart.full {
  display: block;
  width: auto;
  margin: 0;
}
.cart.full .item, .cart.full .price {
  width: calc(100% - 80px);
}
.cart h5 {
  vertical-align: top;
  display: inline-block;
  font-size: 16px;
  width: calc(100% - 30px);
}
.cart h5 span {
  color: #000;
  font-size: 24px;
  margin-left: 20px;
}
.cart .form-container {
  width: auto !important;
  padding: 0px !important;
}
.cart .item, .cart .price {
  display: block;
  width: 615px;
  margin: 0 auto;
}
.cart .form-container {
  margin: 0px !important;
}
.cart .item {
  padding: 40px 0;
  padding-left: 25px;
  border-bottom: 1px solid #e5e5e5;
  background: white;
}
.cart .item .cell {
  white-space: nowrap;
  vertical-align: top;
}
.cart .item input {
  position: relative;
  top: 15px;
}
.cart .item h5 {
  vertical-align: middle;
  padding-bottom: 5px;
  line-height: 40px;
}
.cart .item .close {
  vertical-align: top;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  background-color: #f6f6f6;
}
.cart .item .close svg {
  width: 21px;
  height: 21px;
  padding: 5px;
}
.cart .item .close svg path {
  fill: #848484;
}
.cart .form-group {
  padding: 20px 0 0 0 !important;
}
.cart .form-group label {
  display: inline-block;
  font-size: 16px;
  min-width: 110px;
}
.cart .form-group label.black {
  color: #000;
}
.cart .form-group a {
  display: inline-block;
  margin-right: 30px;
}
.cart .price {
  padding: 30px 0;
  padding-left: 25px;
}
.cart .price h5 {
  line-height: 24px;
  vertical-align: text-bottom;
}

.cart-steps h2 {
  padding-top: 30px;
  font-size: 22px !important;
  font-weight: 700;
}
.cart-steps span.num-label {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 45px;
  margin-left: -55px;
  margin-right: 10px;
  background-color: #53d781;
}
.cart-steps h3 {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  line-height: 50px;
}
.cart-steps h4 {
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 16px;
}
.cart-steps .checkbox h4 {
  padding-bottom: 0;
  padding-top: 0;
}
.cart-steps .t-30 {
  top: 30px !important;
}
.cart-steps .cell img {
  position: relative;
  top: 10px;
}
.cart-steps p.tab {
  top: inherit !important;
  margin-left: 30px;
  max-width: 100% !important;
}
.cart-steps .yellow {
  display: inline-block;
  background-color: #fffeb7;
  padding: 10px 15px;
  color: #000 !important;
}

.side-info {
  vertical-align: top;
  display: inline-block;
  width: 170px;
  padding: 20px 30px;
  background-color: #f6f6f6;
  border-radius: 2px;
}
.side-info p {
  color: #585858;
}
.side-info h4 {
  font-size: 14px;
}
.side-info .shield svg {
  width: 30px;
  height: 40px;
}
.side-info .tick svg {
  width: 35px;
  height: 35px;
}
.side-info .hand svg {
  width: 30px;
  height: 30px;
}
.side-info .delivery svg {
  width: 50px;
  height: 40px;
}
.side-info .line {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  margin-bottom: 15px;
}
.side-info .cell {
  padding: 0 0 15px 0 !important;
  color: #585858;
  text-align: left;
  vertical-align: middle;
}
.side-info .cell.f-16 {
  font-size: 16px;
}
.side-info .cell:first-of-type {
  padding-right: 5px !important;
  width: 100%;
}
.side-info .cont {
  color: #000;
  padding-top: 25px;
}
.side-info .cont.table {
  width: 150px;
  margin: 0 auto;
}
.side-info .cont .cell {
  width: auto;
  color: #000;
}
.side-info .cont .cell:first-of-type {
  padding-right: 10px;
}
.side-info .cont svg {
  width: 20px;
  height: 18px;
}
.side-info svg {
  display: inline-block;
}
.side-info svg polygon, .side-info svg path, .side-info svg rect {
  fill: #9a9a9a;
}

.form-group {
  display: block;
  padding-bottom: 10px;
}
.form-group:last-of-type {
  padding-bottom: 40px;
}
.form-group label {
  display: block;
  color: #6c6c6c;
  padding-bottom: 5px;
}
.form-group.group-inline {
  display: inline-block;
  margin-right: 25px;
}

.free {
  line-height: 40px;
  font-size: 24px;
  margin-bottom: 30px;
  color: #ED4B4B;
}

.sleva_40 {
  color: #6C6C6C !important;
  font-size: 16px !important;
  margin-left: 0 !important;
  display: inline-block;
  width: 270px;
}

.pop-up {
  position: fixed;
  display: none;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.pop-up.active {
  display: block;
}
.pop-up .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.pop-up .orezing, .pop-up .preview, .pop-up .orezing_text {
  display: none;
}
.pop-up .pop-block {
  position: absolute;
  width: 70%;
  height: 515px;
  background-color: #f2f2f2;
}
.pop-up .pop-block .block-header, .pop-up .pop-block .block-body, .pop-up .pop-block .block-footer {
  width: 100%;
}
.pop-up .pop-block .block-header, .pop-up .pop-block .block-footer {
  background-color: #fff;
}
.pop-up .pop-block .block-header {
  height: 70px;
}
.pop-up .pop-block .block-header h4 {
  display: block;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 15px;
}
.pop-up .pop-block .block-header p {
  text-align: center;
}
.pop-up .pop-block .block-body {
  height: 400px;
  text-align: center;
}
.pop-up .pop-block .block-body p {
  margin-top: 40px;
}
.pop-up .pop-block .block-body input[type=button] {
  margin: 0 auto;
  width: 206px;
  color: #c7c7c7;
  margin-bottom: 15px;
  cursor: pointer;
}
.pop-up .pop-block .block-body input[type=button]:hover {
  color: #fff;
  transition: all 0.3s ease 0s;
  background: #53d781 !important;
}
.pop-up .pop-block .block-body label {
  display: block;
  padding: 0 20px;
}
.pop-up .pop-block .block-body input[type=file] {
  display: none;
  font-size: 12px;
}
.pop-up .pop-block .block-body.preview img {
  max-width: 100%;
  max-height: 100%;
}
.pop-up .pop-block .block-footer {
  height: 45px;
}
.pop-up .pop-block .block-footer button {
  display: inline-block;
  background: none;
  font-size: 12px;
  border: 0px;
  line-height: 20px;
  border-radius: 2px;
  height: 24px;
  cursor: pointer;
}
.pop-up .pop-block .block-footer button.success {
  color: #fff;
  background-color: #53d781;
  width: 100px;
  overflow: hidden;
}
.pop-up .pop-block .block-footer button.success.disable {
  background: #ccc;
  cursor: default;
}
.pop-up .pop-block .block-footer button.success img {
  display: none;
  margin-top: 6px;
}
.pop-up .pop-block .block-footer button.success.clicked img {
  display: inline-block;
}
.pop-up .pop-block .block-footer button.cancel {
  color: #fff;
  background-color: #ed4b4b;
  width: 100px;
}
.pop-up .pop-block .block-footer button svg {
  display: inline-block;
  width: 15px;
  height: 20px;
  vertical-align: bottom;
}
.pop-up .pop-block .block-footer button.right svg {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.pop-up .pop-block .block-footer .table {
  width: calc(100% - 30px);
  padding: 11px 15px;
  display: none;
}
.pop-up .pop-block .block-footer .table .t-right {
  padding-right: 0;
}
.pop-up .pop-block .block-footer .table .row {
  width: 100%;
  display: block;
}
.pop-up .pop-block .block-footer .table .row .cell {
  float: left;
}
.pop-up .pop-block .block-footer .table .row .t-center {
  width: calc(100% - 240px);
  min-height: 2px;
}
.pop-up .pop-block .block-footer .table.uploading {
  display: block;
}
.pop-up .pop-block.texts {
  height: 655px;
}
.pop-up .pop-block.texts .block-body {
  height: 540px;
}
.pop-up .pop-block.texts .block-body.orezing {
  height: 350px;
}
.pop-up .pop-block.texts .block-body.orezing_text {
  height: 200px;
}
.pop-up .pop-block.texts .block-body.orezing_text p {
  text-align: center;
  font-weight: 600;
  margin: 15px 0;
}
.pop-up .pop-block.texts .block-body.orezing_text input {
  margin: 5px 20px;
  width: calc(100% - 90px);
  float: left;
}
.pop-up .pop-block.texts .block-body.orezing_text .chosen-container {
  float: left;
  margin-top: 5px;
}
.pop-up .pop-block.texts .block-body.orezing_text .chosen-container a {
  border-radius: 0;
  padding: 5px 20px;
}
.photo-container {
  position: relative;
  display: block;
  font-size: 0px;
  background-color: #fff;
  height: 225px;
}
.photo-container iframe {
  width: 100%;
  height: 100%;
}

.div_log {
  height: 0px;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0px !important;
}
.div_log.open {
  height: auto;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.logggin {
  cursor: pointer;
}
.logggin strong {
  font-weight: 400;
  color: #53d781;
}

/**
 * Responsive Layouts
 */
@media screen and (max-width: 960px) {
  header {
    position: fixed;
    height: 60px;
  }
  header .logo {
    left: 25px;
    right: auto;
  }
  header svg#ham-icon {
    position: absolute;
    display: block;
    right: 25px;
    width: 35px;
    height: 57px;
    z-index: 6;
  }
  header nav {
    position: absolute;
    height: auto;
    width: 100%;
    padding-top: 80px;
    z-index: 5;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 30px;
    background-color: #333;
    display: none;
  }
  header nav li {
    display: block;
  }
  header nav li a {
    display: block;
    padding: 20px 30px;
    color: #fff;
  }
  .page-container {
    background: none;
  }
  .page-container .backgrounds {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
  }
  .page-container .backgrounds .bg {
    background-attachment: local;
    background-position: center center;
    z-index: -1;
  }
  .page-container #content {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
    overflow-x: hidden;
    min-height: 500px;
  }
  .page-container #content .links section {
    width: 300px;
    height: 300px;
    margin-right: 20px;
  }
  .page-container #content .links section:hover svg {
    opacity: 1;
  }
  .page-container #content .links section:hover .hover {
    opacity: 0;
  }
  .page-container #content .products section {
    margin-right: 20px;
  }
  .page-container #content .form-container {
    width: calc(100% - 50px);
    padding: 10px 25px;
  }
  .page-container #content .cart, .page-container #content .side-info {
    display: block;
    width: auto;
    margin-right: 0px;
  }
  .page-container #content .side-info {
    margin-top: 25px;
  }
  .page-container #content .item .table {
    display: block;
  }
  .page-container #content .item .table .row {
    display: block;
  }
  .page-container #content .item .table .row .cell {
    height: auto;
    display: inline-block;
    line-height: 50px;
    vertical-align: top;
  }
  .page-container #content .item .table .row .cell:first-of-type {
    display: block;
  }
  .page-container #content .item .table .row .cell label {
    min-width: 146px;
  }
  .page-container #content .item .table .row .cell input {
    top: 7px;
  }
  .page-container #content .cart-steps span.num-label {
    margin-left: 0;
    margin-bottom: 5px;
  }
  .pop-up .pop-block .block-footer .table .row .cell {
    width: auto;
  }
  .pop-up .pop-block .block-footer .table .row .cell.t-left {
    float: left !important;
  }
  .pop-up .pop-block .block-footer .table .row .cell.t-center {
    width: calc(100% - 251px);
  }
  .pop-up .pop-block .block-footer .table .row .cell.t-center button.rotate {
    font-size: 0px;
    line-height: 10px;
  }
  .pop-up .pop-block .block-footer .table .row .cell.t-right {
    float: right !important;
  }
  .photo-container {
    position: relative;
    display: block;
    font-size: 0px;
    background-color: #fff;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    width: 100%;
    height: auto;
    line-height: normal;
    padding: 10px 0px !important;
  }
  h2.left {
    padding-left: 0px;
  }
  .checkbox, .radio {
    height: auto;
  }
  .checkbox h4, .radio h4 {
    padding-right: 0px;
  }
  .table {
    display: block;
    width: 100%;
  }
  .table .row {
    width: 100%;
    display: block;
  }
  .table .row .cell {
    width: 100%;
    height: auto;
    display: block;
    line-height: normal;
    vertical-align: top;
  }
  .table .row .cell label {
    min-width: 1px;
  }
  .table .row .cell input {
    top: 7px;
  }
  .page-container #content .links section {
    width: 75%;
    height: auto;
    margin: 0 auto;
  }
  .page-container #content .products section {
    width: calc(50% - 10px);
    margin-right: 5px;
  }
  .page-container #content .products section .product {
    padding: 30px 20px;
  }
  .page-container #content .info-block .cell {
    margin-bottom: 5px;
  }
  .page-container #content .info-block .cell:last-of-type {
    width: auto;
    margin-bottom: 0px;
  }
  .page-container #content .form-container {
    width: 100%;
    padding: 0;
    border: none;
  }
  .page-container #content .form-container h2 {
    padding-top: 10px;
  }
  .page-container #content .form-container .table input {
    width: calc(100% - 42px);
  }
  .page-container #content .form-container .table p {
    top: auto !important;
    margin-bottom: 10px;
  }
  .page-container #content .page_upload {
    height: auto;
  }
  .page-container #content .page_upload .left, .page-container #content .page_upload .right {
    display: none;
  }
  .page-container #content .page_upload .center {
    width: 100%;
    padding: 0;
  }
  .page-container #content .page_upload .center svg {
    margin-top: calc(10% + 10px);
  }
  .page-container #content .cart .form-group {
    padding: 5px 0 0 0 !important;
  }
  .page-container #content .cart .item {
    width: auto;
    padding: 15px 0;
    padding-left: 10px;
  }
  .page-container #content .cart .item h5 {
    margin-top: 5px;
    line-height: 20px;
  }
  .page-container #content .cart, .page-container #content .side-info {
    display: block;
    width: auto;
    margin-right: 0px;
  }
  .page-container #content .cart.full .item, .page-container #content .cart.full .price {
    width: auto;
  }
  .page-container #content .side-info {
    margin-top: 25px;
  }
  .page-container #content .side-info .table {
    display: table;
  }
  .page-container #content .side-info .table .row {
    display: table-row;
  }
  .page-container #content .side-info .table .row .cell {
    display: table-cell;
    width: auto;
  }
  .page-container #content .item .table {
    display: block;
  }
  .page-container #content .item .table .row {
    display: block;
  }
  .page-container #content .item .table .row .cell {
    height: auto;
    display: inline-block;
    line-height: 50px;
    vertical-align: top;
  }
  .page-container #content .item .table .row .cell:first-of-type {
    display: block;
  }
  .page-container #content .item .table .row .cell label {
    min-width: 146px;
  }
  .page-container #content .item .table .row .cell input {
    top: 7px;
  }
  .page-container #content .cart-steps h3 {
    width: calc(100% - 60px);
  }
  .page-container #content .cart-steps span.num-label {
    margin-left: 0;
  }
  .page-container #content .cart-steps .cell img {
    margin-left: 30px;
    top: 0px;
  }
  .pop-up .pop-block {
    width: 100%;
    height: auto;
    top: 30px;
    bottom: inherit;
  }
  .pop-up .pop-block .block-header {
    height: auto;
  }
  .pop-up .pop-block .block-body {
    padding-bottom: 30px;
    height: auto;
  }
  .pop-up .pop-block .block-footer .table .row .cell {
    width: auto;
  }
  .pop-up .pop-block .block-footer .table .row .cell.t-left {
    float: left !important;
  }
  .pop-up .pop-block .block-footer .table .row .cell.t-center {
    font-size: 0px;
  }
  .pop-up .pop-block .block-footer .table .row .cell.t-right {
    float: right !important;
  }
  .photo-container {
    position: relative;
    display: block;
    font-size: 0px;
    background-color: #fff;
    height: auto;
  }
}
.end {
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

/* Preload images */
body:after {
  content: url(/img/close.png) url(/img/loading.gif) url(/img/prev.png) url(/img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.kos_log {
  cursor: pointer;
}

.cart-steps #login {
  display: none;
}

#login {
  margin-top: 20px;
  text-align: left;
}


label.bold span.puvodni-cena {
  font-weight: normal;
  font-size: 12px;
  display: block;
}

#lightbox {
  display: none;
}

/* kosik - dalsi akce */
#dalsi_akce {
  text-align: left;
  padding: 0 20px;
}
#dalsi_akce h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}
#dalsi_akce ul {
  text-align: left;
}
#dalsi_akce ul li {
  font-size: 14px;
  margin-top: 10px;
}
#dalsi_akce ul li a span.old {
  color: #aaa;
  text-decoration: line-through;
  margin: 0 10px;
}
#dalsi_akce ul li a span.new {
  color: darkred;
}

a.but {
  background: #61B159;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  margin-right: 10px;
}
a.but:hover {
  background-color: #66BA5D !important;
}

/*# sourceMappingURL=style.css.map */
