body,
html {
  height: 100vh;
  overflow: hidden;
}
body {
  /* Naschvál, pokud je vidět druhé scrollovátko, tak je špatně něco někde jinde.
    Nejspíš jsou děti (#main, #sidebar? ) větší než rodiče. */
  overflow: auto;
}
/* centered columns styles */
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
#sidebar {
  width: inherit;
  min-width: 190px;
  max-width: 190px;
  font-size: 13px;
  background-color: #f5f5f5;
  float: left;
  height: calc(100vh - 70px);
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  /* Filters */
  /* Odstraní šipečky z number inputů */
  /* For Firefox */
  /* Webkit browsers like Safari and Chrome */
}
#sidebar input[type='number'] {
  -moz-appearance: textfield;
}
#sidebar input[type=number]::-webkit-inner-spin-button,
#sidebar input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#sidebar legend {
  font-size: 16px;
  margin-bottom: 10px;
}
#sidebar .slider-handle.round {
  border-radius: 25% !important;
}
#sidebar .slider-handle {
  width: 17px !important;
  height: 17px !important;
}
#sidebar .slider.slider-horizontal {
  height: 15px !important;
  width: 100% !important;
}
#sidebar .slider.slider-horizontal .slider-track {
  height: 8px !important;
  margin-top: -3px !important;
}
#sidebar .checkbox-inline {
  font-size: 12px !important;
}
#sidebar .checkbox-inline input[type="checkbox"] {
  margin-top: 0;
}
#sidebar .checkbox-inline input[type="radio"] {
  margin-top: 2px;
}
#main {
  margin-top: 50px;
  height: calc(100vh - 70px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
}
/*
 * off Canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: calc(100% + 190px);
  }
  .row-offcanvas-left {
    left: -190px;
  }
  .row-offcanvas-left.active {
    left: 0;
  }
  .sidebar-offcanvas {
    position: absolute;
    top: 0;
  }
}
.owl-carousel {
  position: relative;
}
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  font-size: 24px !important;
  background: rgba(155, 155, 155, 0.47) !important;
  padding: 2px 2px 0 2px !important;
  margin-top: -24px !important;
}
@media only screen and (max-width: 768px) {
  .owl-prev,
  .owl-next {
    position: absolute;
    top: 50%;
    font-size: 32px !important;
    background: rgba(155, 155, 155, 0.47) !important;
    padding: 5px 5px 3px 5px !important;
    margin-top: -32px !important;
  }
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
  margin-right: -1px !important;
}
.opacityRibbon {
  opacity: 0.7;
}
.greenRibbonLines {
  position: absolute;
  left: 28px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.greenRibbonLines span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 119px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 18px;
  left: -29px;
}
.redRibbonLines {
  position: absolute;
  left: 28px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 109px;
  height: 94px;
  text-align: right;
  opacity: 0.8;
}
.redRibbonLines span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 185px;
  display: block;
  background: linear-gradient(#f70505 0%, #8f0808 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 35px;
  left: -44px;
}
.blueRibbonSquareLines {
  position: absolute;
  top: 80px;
  z-index: 1;
  width: 75px;
  height: 75px;
  text-align: right;
  opacity: 0.8;
}
.blueRibbonSquareLines span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  width: 100px;
  display: block;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  right: 150px;
  opacity: 0.9;
  bottom: 135px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}
.opacityRibbon {
  opacity: 0.7;
}
.greenRibbon {
  position: absolute;
  right: -5px;
  top: 0px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
.greenRibbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 19px;
  right: -21px;
}
.greenRibbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.greenRibbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.redRibbon {
  position: absolute;
  right: -5px;
  top: -1px;
  z-index: 1;
  overflow: hidden;
  width: 140px;
  height: 140px;
  text-align: right;
  opacity: 0.8;
}
.redRibbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 154px;
  display: block;
  background: linear-gradient(#f70505 0%, #8f0808 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  top: 39px;
  right: -29px;
}
.redRibbon span::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #8F0808;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.redRibbon span::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #8F0808;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #8F0808;
}
.blueRibbon {
  opacity: 0.8;
  color: white;
}
.blueRibbon span {
  margin-left: -10px;
  background: radial-gradient(#009cff 0%, #1d02fd 100%);
  margin-top: -60px;
  border-radius: 50%;
  padding-right: 3px;
  padding-top: 24px;
  padding-left: 1px;
  height: 70px;
  width: 70px;
  display: block;
  font-size: 100%;
  text-align: center;
}
.blueRibbonSquareOld span {
  font-size: 9px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  width: 55px;
  display: block;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px #000000;
  opacity: 0.9;
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.blueRibbonSquareOld {
  position: absolute;
  z-index: 1;
  width: 55px;
  height: 75px;
  text-align: right;
  opacity: 0.8;
}
.blueRibbonSquare {
  position: absolute;
  left: 0px;
  top: 55%;
  z-index: 1;
  width: 75px;
  height: 75px;
  text-align: right;
  opacity: 0.8;
}
.blueRibbonSquare span {
  font-size: 9px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  width: 53px;
  display: block;
  background: linear-gradient(#2989d8 0%, #1e5799 100%);
  box-shadow: 0 3px 10px -5px #000000;
  position: absolute;
  right: 23px;
  opacity: 0.9;
  bottom: 120px;
  border-bottom-right-radius: 15px;
}
.product-list {
  max-height: 400px;
  height: 40vh;
  min-height: 350px;
  margin: 5px 0 0 5px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.product-list .product-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  margin-top: 15px;
  height: 50%;
}
.product-list:hover {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.dostupnost {
  display: inline-block;
  width: 100%;
  color: #555;
  padding: 5px 5%;
  font-family: ubuntu;
  font-weight: lighter;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 5px;
}
.neniskladem {
  display: inline-block;
  width: 100%;
  color: #555;
  padding: 5px 5%;
  font-family: ubuntu;
  font-weight: lighter;
  text-align: center;
  white-space: nowrap;
  padding-bottom: 5px;
}
.product a {
  text-decoration: none;
}
.product .product-title {
  padding: 0.5em;
  text-shadow: -1px -1px 1px rgba(255, 255, 255, 0.5), 1px -1px 1px rgba(255, 255, 255, 0.5), -1px 1px 1px rgba(255, 255, 255, 0.5), 1px 1px 1px rgba(255, 255, 255, 0.5);
}
.product .product-title a {
  color: inherit;
}
.product .product-text {
  position: absolute;
  bottom: 1px;
  width: calc(100% - 7px);
}
.product h4 {
  font-family: ubuntu;
  color: #333;
  font-size: 10pt;
  font-weight: bold;
  margin: 0px;
  text-align: center;
}
.product p {
  font-family: ubuntu;
  font-weight: lighter;
  color: #555;
  padding-left: 5%;
  width: 90%;
  font-size: 8pt;
  text-align: left;
}
.product .price {
  visibility: hidden;
  width: 100%;
  color: #555;
  padding: 0 5%;
  font-family: ubuntu;
  font-weight: lighter;
  text-align: center;
  white-space: nowrap;
}
.cenaSkrtla {
  visibility: hidden;
  width: 100%;
  height: 18px;
  color: #555;
  font-size: 9pt;
  font-weight: lighter;
  text-align: center;
  text-decoration: line-through;
  white-space: nowrap;
}
@media only screen and (max-width: 1200px) {
  .product {
    height: 50vw;
    max-height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .product {
    height: 40vh;
    min-height: 400px;
  }
}
@media (max-width: 480px) {
  .product {
    min-height: 320px;
  }
}
@media (max-width: 333px) {
  .product-image {
    margin-top: 30px;
  }
}
.cantbuylogin {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  width: calc(99%);
  height: 30px;
  padding-top: 5px;
  border: 1px solid #fff;
}
.cantbuylogin:hover {
  color: gray;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
}
.fav-heart {
  position: absolute;
  top: 50%;
  left: 0%;
  padding: 10px;
  color: #4d4d4d;
}
.fav-heart:hover {
  color: #ee6b04;
}
.product-similar {
  margin-top: -25px;
  text-align: center;
}
.ceny {
  margin: 0;
}
.ceny div {
  padding-top: 5px;
}
.beznacena {
  text-decoration: line-through;
  padding-top: 6px;
  font-family: Roboto, sans-serif;
}
.aktualnicena {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 2em;
}
.paddinginfo {
  padding-bottom: 8px;
}
.kusy {
  padding-left: 30px;
  padding-top: 5px;
}
.kosik {
  max-width: 250px;
}
.kosik:hover {
  border: 1px solid green ;
  background-color: white;
  color: green;
  transition: 0.5s ease;
  -webkit: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.sleva .label {
  font-size: 16px;
  background: #cc0000;
  font-weight: 600;
}
.infoproduct {
  background-color: #eeeeee;
  font-size: 1em;
  padding: 4px 8px;
  border-radius: 3px;
}
.infoproduct h4 {
  text-align: center;
  font-weight: bold;
}
.infoproduct p {
  font-weight: bold;
}
.infoproduct span {
  font-weight: normal;
}
.product-detail > h1 {
  margin-top: 0;
  font-size: 20pt;
}
.product-detail {
  padding-left: 15px;
  padding-right: 15px;
}
.product-detail .gallery-big img {
  max-height: 75vh;
  margin: auto;
}
.product-detail .gallery-small {
  padding-bottom: 15px;
}
.product-detail .gallery-small img {
  height: 10vh;
}
.product-detail > .row {
  padding-bottom: 15px;
}
.product-detail > .row .nav {
  border-top: 1px solid #ddd;
}
.product-detail > .row:last-child {
  padding-bottom: 64px;
}
#nazev {
  margin-top: 0;
}
.product-attachements,
.podobne,
.accessories {
  display: none;
}
.starcolor {
  font-size: 130%;
  color: #FFCC33;
}
.stargrey {
  font-size: 130%;
  color: #cccccc;
}
.stitek-modry {
  color: white;
  padding: 1px 2px 0 2px;
  border-radius: 3px;
  background: linear-gradient(#009cff 0%, #1d02fd 100%);
  opacity: 0.8;
}
.stitek-zeleny {
  color: white;
  padding: 1px 2px 0 2px;
  border-radius: 3px;
  background: linear-gradient(#9bc90d 0%, #79a70a 100%);
  opacity: 0.8;
}
.stitek-cerveny {
  color: white;
  padding: 2px 3px 0 3px;
  border-radius: 3px;
  background: linear-gradient(#f70505 0%, #8f0808 100%);
  opacity: 0.8;
}
.carousel {
  margin-bottom: 0;
  padding: 0 0 30px 0;
}
.carousel-control {
  left: -12px;
}
.carousel-control.right {
  right: -12px;
}
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
.carousel-indicators li {
  background: #eeeeee;
  border: none;
}
.carousel-indicators .active {
  background: #999999;
}
#myCarousel .thumbnail {
  margin-bottom: 2px;
  margin-top: 3px;
}
#myCarousel .carousel-control {
  font-size: 28px;
  width: 12%;
}
#myCarousel .carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1.0E-5) 70%);
}
#myCarousel .carousel-control.right {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 1.0E-5) 70%);
}
#buy-form {
  margin-bottom: 5px;
}
#anchor-similar,
#anchor-accessories,
#anchor-popis,
#anchor-prilohy,
#anchor-params {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
  visibility: hidden;
}
#similar-heading {
  margin-top: 26px;
}
@media screen and (max-width: 992px) {
  .product-similar {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .product-lines {
    min-height: 100px;
  }
}
.table-list {
  display: table;
  width: 100%;
}
.table-row {
  display: table-row;
}
.product-lines {
  height: 94px;
  padding: 6px 0 6px 0;
  margin: 0 0 0 15px;
  border: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  text-align: center;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 80px;
}
.product-lines .cellimage {
  width: 20%;
  display: table-cell;
  vertical-align: middle;
}
.product-lines .cell {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}
.product-lines .prices-lines {
  font-size: 8pt;
  font-family: ubuntu;
  font-weight: lighter;
  text-align: center;
  white-space: nowrap;
  color: #000;
  padding: 0.5em;
}
.product-lines .prices-lines a {
  text-decoration: none;
}
.product-lines .product-image-lines {
  max-height: 80px;
  margin: auto;
}
.product-lines a {
  text-decoration: none;
}
.product-lines h4 {
  font-family: ubuntu;
  color: #333;
  font-size: 10pt;
  font-weight: bold;
}
.product-lines .product-img {
  height: 25vh;
  overflow: hidden;
  margin: 1em;
  display: flex;
  align-items: center;
}
.product-lines .product-img img {
  max-height: 100%;
  max-width: 100%;
}
.product-lines .cenaSkrtla {
  display: none;
}
.product-lines:hover {
  border-bottom: 1px solid #000;
}
.canbuy-lines {
  background-color: #af0101;
  color: #fff;
}
.canbuy-lines:hover {
  color: #af0101;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #af0101;
}
@media (max-width: 400px) {
  .dph-hide {
    display: none;
  }
}
.bs-wizard {
  margin-top: 40px;
}
/*Form Wizard*/
.bs-wizard {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 26px;
  height: 26px;
  display: block;
  background: #5198d4;
  top: 49px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-dot:after {
  content: ' ';
  width: 12px;
  height: 12px;
  background: #65b1ea;
  border-radius: 50px;
  position: absolute;
  top: 7px;
  left: 7px;
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #65b1ea;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-stepnum {
  font-weight: bold;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar:first-child {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar:last-child {
  background-color: #cecece !important;
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #cecece;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
  background-color: #cecece;
}
.bs-wizard > .bs-wizard-step.disabled > .progress {
  background-color: #cecece;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-stepnum {
  color: #cecece;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  background-color: #cecece;
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}
/*END Form Wizard*/
/* Bootstrap checkboxes */
:root {
  /* larger checkbox */
}
:root label.checkbox-bootstrap input[type=checkbox] {
  /* hide original check box */
  opacity: 0;
  position: absolute;
  /* find the nearest span with checkbox-placeholder class and draw custom checkbox */
  /* draw checkmark before the span placeholder when original hidden input is checked */
  /* disabled checkbox style */
  /* disabled and checked checkbox style */
  /* when the checkbox is focused with tab key show dots arround */
}
:root label.checkbox-bootstrap input[type=checkbox] + span.checkbox-placeholder {
  width: 14px;
  height: 14px;
  border: 1px solid;
  border-radius: 3px;
  /*checkbox border color*/
  border-color: #737373;
  display: inline-block;
  cursor: pointer;
  margin: 0 7px 0 -20px;
  vertical-align: middle;
  text-align: center;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder {
  background: #65b1ea;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked + span.checkbox-placeholder:before {
  display: inline-block;
  position: relative;
  vertical-align: text-top;
  width: 5px;
  height: 9px;
  /*checkmark arrow color*/
  border: solid white;
  border-width: 0 2px 2px 0;
  /*can be done with post css autoprefixer*/
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
:root label.checkbox-bootstrap input[type=checkbox]:disabled + span.checkbox-placeholder {
  background: #ececec;
  border-color: #c3c2c2;
}
:root label.checkbox-bootstrap input[type=checkbox]:checked:disabled + span.checkbox-placeholder {
  background: #d6d6d6;
  border-color: #bdbdbd;
}
:root label.checkbox-bootstrap input[type=checkbox]:focus:not(:hover) + span.checkbox-placeholder {
  outline: 1px dotted black;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox] + span.checkbox-placeholder {
  width: 26px;
  height: 26px;
  border: 2px solid;
  border-radius: 5px;
  /*checkbox border color*/
  border-color: #737373;
  margin-bottom: 10px;
}
:root label.checkbox-bootstrap.checkbox-lg input[type=checkbox]:checked + span.checkbox-placeholder:before {
  width: 9px;
  height: 15px;
  /*checkmark arrow color*/
  border: solid white;
  border-width: 0 3px 3px 0;
}
#frm-checkoutForm table {
  width: 100%;
}
#frm-checkoutForm table textarea {
  height: 100px;
  width: 50%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
  #frm-checkoutForm table textarea {
    width: 100%;
  }
}
.top-menu {
  padding-top: 15px;
  padding-bottom: 15px;
}
.top-menu a {
  display: inline-block;
}
/* header s kosikem a tak */
li.visible-xs,
li#cartTopHeader .visible-xs,
li#pointsTopHeader .visible-xs {
  margin-left: 0.5em;
  font-size: 150%;
}
.navbar-secondary {
  background: #f5f5f5;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: -20px;
  webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  border: none;
}
.navbar-secondary .active {
  background: #666;
}
.navbar-secondary .active a {
  color: #eee;
}
.navbar-secondary .active a:hover {
  color: #333;
}
.drop-menu {
  position: absolute;
  background: #f5f5f5;
  webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  margin-left: -20px;
  z-index: 99;
  display: none;
}
.container-fluid.shop-main {
  overflow: hidden;
  webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.header-logo {
  display: inline-block;
  height: 50px;
  vertical-align: middle;
}
.header-logo img {
  display: inline-block;
  height: 40px;
  margin: 5px;
  padding: 0;
}
/* menu */
.hl1,
.hl2,
.hl3,
.hl4,
.hl5,
.hl6 {
  display: none;
}
/* product list styles */
.async {
  padding-left: 10px;
  padding-right: 15px;
}
#category-navigation > div .category-title > h4 {
  font-size: 18px;
}
.titleimg img {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
}
body {
  background: url('/shop/upload/backgroundimage.png') top center no-repeat;
  background-size: cover;
}
.containershop {
  max-width: 1200px;
  margin: auto;
  background-color: white;
}
.titleimg p {
  margin-top: 20px;
}
.catimg img {
  max-height: 150px;
  height: 100%;
  width: 100%;
  border-radius: 5%;
  border: 1px solid #EE6B04;
}
.left-table {
  text-align: left;
  display: inline-block;
  border-collapse: collapse;
  width: auto;
  vertical-align: top;
}
.right-table {
  text-align: left;
  display: inline-block;
  border-collapse: collapse;
  width: auto;
}
.catimg p {
  margin-top: 20px;
}
.znackyimg .frame {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 20vh;
  width: 20vh;
  padding-right: 50px;
}
.znackyimg .frame img {
  position: relative;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 130px;
  padding-right: 0;
}
.tab-pane {
  background: #fff;
}
#sidebar {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
#sidebar .list-group-item {
  border-radius: 8px;
}
#sidebar .list-group-item:hover {
  color: #EE6B04;
}
#main {
  padding-right: 20px;
  padding-left: 20px;
}
#main > .row {
  margin-bottom: 5vh;
}
#main {
  padding-right: 20px;
  padding-left: 20px;
}
#main > .row {
  margin-bottom: 5vh;
}
.loading {
  color: #fff;
  font-size: 40px;
  position: fixed;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
  top: 45%;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  z-index: 1;
  display: none;
}
/* našeptávač */
.typeahead li > a {
  white-space: normal;
}
.bannerhmpg {
  max-height: 350px;
  width: 700px;
  padding-right: 1px;
  padding-left: 1px;
  padding-top: 25px;
}
.typeahead.dropdown-menu {
  min-width: 60vw;
}
/* submenu */
.bridge {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 26px 21px 0;
  border-color: transparent #ffffff transparent transparent;
  z-index: 79;
}
.list-group-item hl0 menu-live clearfix {
  color: #EE6B04;
}
#main .btn:hover {
  color: #EE6B04;
}
.loginbtn {
  white-space: nowrap;
  background: #555;
  margin: 10px;
  height: 30px;
  border-radius: 6px;
  text-decoration: color #fff;
}
.btndotaz {
  width: 130px;
  border-bottom: 2px solid #555;
  padding: 5px;
  height: 30px;
  border-radius: 6px;
  background: #CCC;
}
#cartTopHeader {
  white-space: nowrap;
  background: #EE6B04;
  margin: 10px;
  height: 30px;
  border-radius: 6px;
}
#cartTopHeader a {
  margin-top: -10px;
}
.submenu {
  display: none;
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  position: fixed;
  left: 240px;
  max-width: 63vw;
  max-height: calc(100vh - 60px);
  overflow: auto;
  text-align: center;
  z-index: 69;
  /* na to se tady myslí ;) */
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.submenu div.list-group-item {
  padding: 0;
  margin: 0;
  width: 20vw;
  float: left;
  border: none;
}
.submenu div.list-group-item img {
  display: inline-block;
  margin: auto;
}
.submenu div.list-group-item p {
  padding: 5px;
}
.submenu div.list-group-item p a {
  white-space: nowrap;
}
.py-3 {
  padding-top: 10px;
  padding-bottom: 10px;
}
#sidebar .list-group-item {
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #ddd;
}
.newsletter {
  background: #fff;
  box-shadow: 0px 5px 10px #888;
}
.newsletter h3 {
  text-align: center;
  padding: 5px;
  font-size: 11pt;
  font-weight: normal;
  background: #444;
  background: linear-gradient(#888888, #666666);
  color: #fff;
}
.newsletter a {
  color: #3B5998;
}
.newsletter i {
  font-size: 30pt;
}
.adress h3 {
  font-size: 11pt;
  font-weight: bold;
  color: #444;
  padding: 5px;
  border-top: 1px solid #fff;
}
.adress p {
  font-weight: 500;
}
.paycards h3 {
  font-size: 11pt;
  font-weight: bold;
  color: #444;
  padding: 5px;
  border-top: 1px solid #fff;
  text-align: center;
}
.paycards img {
  display: block;
  margin: auto;
  max-height: 80px;
}
.informations {
  background: #fff;
  box-shadow: 0px 5px 10px #888;
  padding-bottom: 20px;
}
.informations h3 {
  text-align: center;
  padding: 5px;
  font-size: 11pt;
  font-weight: normal;
  background: #444;
  background: linear-gradient(#888888, #666666);
  color: #fff;
}
.informations p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 5px;
  color: #ccc;
}
.navbar-inverse {
  background-color: #333;
  border: none;
}
.footer {
  font-family: helvetica;
  font-size: 10pt;
  z-index: 99;
  top: 100%;
  width: 100%;
  padding: 5px;
  text-align: center;
  background: #555;
  color: #eee;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  vertical-align: top;
  margin-bottom: 40px;
  margin-top: 10px;
}
.breadcrumb {
  background: none;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar-thumb {
  background: #999;
}
.dots {
  padding: 10px;
  text-align: center;
}
.dots:after {
  display: inline-block;
  animation: dotty steps(1, end) 1s infinite;
  content: '';
}
#filter {
  border-bottom: 1px solid #ddd;
}
#filter fieldset label.checkbox-inline {
  margin-left: 0px;
}
.hmpg h2 {
  text-align: center;
  margin-bottom: 30px;
}
.checkbox-inline {
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-left: 0px;
}
@keyframes dotty {
  0% {
    content: '';
  }
  25% {
    content: '.';
  }
  50% {
    content: '..';
  }
  75% {
    content: '...';
  }
  100% {
    content: '';
  }
}
.display-none {
  display: none !important;
}
.track_tbl td {
  font-size: 16px;
  padding: 5px;
}
.track_tbl td.track_dot {
  color: #9a9a9a;
  width: 50px;
  position: relative;
  padding: 0;
  text-align: center;
}
.track_tbl td.track_dot:after {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  margin-left: -5px;
  top: 3px;
}
.track_tbl td.track_dot:after {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  margin-left: -5px;
  top: 3px;
}
.track_tbl tr:nth-child(2) td.track_dot:after {
  content: "\f0d8";
  font-size: 26px;
  color: #337ab7;
  font-family: FontAwesome;
  position: absolute;
  margin-left: -5px;
  top: -5px;
}
.has-success .frm-err {
  display: none;
}
/* Jednoduché page-menu pod horní lištou */
.page-menu {
  margin: 0px -20px;
  padding-top: 5px;
}
.page-menu ul {
  padding-left: 12px;
  min-height: 25px;
}
.page-menu ul li {
  list-style: none;
  float: left;
  margin-bottom: 8px;
}
.page-menu ul li a {
  padding: 7px 8px;
}
.page-menu ul li a:hover {
  background: grey !important;
  text-decoration: none;
  color: white;
}
/*
Místo pro zákaznické úpravy css

ke každé je třeba napsat proč tu je
*/
.display-none {
  display: none;
}
/* Aulix a Akční */
.btn-favourite {
  background: #ee6b04;
  color: white;
  padding: 1px 2px !important;
  width: 170px;
}
.btn-favourite:hover {
  color: #fff !important;
  background: #bf4c00 !important;
}
#notlogged-favourite-modal {
  top: 35%;
  right: 0%;
  outline: none;
  overflow: hidden;
}
.uncopyable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stitek-modry {
  padding: 5px 7px 0 7px;
}
.stitek-zeleny {
  padding: 5px 7px 0 7px;
}
.stitek-cerveny {
  padding: 5px 7px 0 7px;
}
.imageContainer {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
}
/* Akční barvičky atd. */
.navbar-inverse {
  padding-top: 20.5px;
  background-color: #a9a9a9;
}
.navbar-inverse #search-div .btn-default {
  background: #ee6b04;
  color: #fff;
}
.navbar-inverse a {
  color: #666 !important;
}
.navbar-inverse a:hover {
  color: #000 !important;
}
.navbar-inverse .loginbtn a {
  color: #fff !important;
}
.navbar-inverse .loginbtn a:hover {
  color: #e6e6e6 !important;
}
.navbar-inverse #fav {
  padding-left: 5px;
  padding-right: 5px;
}
/*a {
    color: #686e11;
    &:hover {
        color: #ee6b04;
    }
}*/
/*.btn-primary{
    background: linear-gradient(to bottom, #a6b01c 0%, #747b13 100%);
    border: #5f6510 1px solid;
    &:focus, &:active {
        border: #5f6510 1px solid;
        background: linear-gradient(to bottom, #a6b01c 0%, #747b13 100%);
    }

    &:hover {
        background: #747b13;
        border: #5f6510 1px solid;
    }
}*/
.btn-danger {
  background: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  border: #ac2925 1px solid;
}
.btn-danger:focus,
.btn-danger:active {
  border: #ac2925 1px solid;
  background: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
}
.btn-danger:hover {
  background: #B41A17;
  border: #ac2925 1px solid;
}
@media only screen and (max-width: 992px) {
  .navbar-secondary {
    display: none;
  }
}
.navbar-secondary .active > a {
  background-color: #ccc !important;
  color: #333 !important;
  font-weight: bold;
}
.navbar-secondary a:hover {
  color: #fff !important;
  background-color: #4d4d4d !important;
}
.drop-menu li {
  padding: 0px !important;
}
.drop-menu li:hover {
  background-color: #555 !important;
}
.drop-menu li:hover a {
  color: #fff !important;
}
.center-block ul {
  position: relative;
  left: 50%;
  float: left;
  margin-right: 0;
  margin-left: 0;
}
.center-block li {
  position: relative;
  right: 50%;
  float: left;
  margin: 0;
  list-style: none;
}
.drop-menu-napoveda {
  position: absolute;
  background: #f5f5f5;
  webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  margin-left: -20px;
  z-index: 999;
  display: none;
  padding: 10px 0 10px  0;
  width: 220px;
}
.drop-menu-napoveda ul {
  list-style: none;
}
.actual {
  background-color: #ccc !important;
}
.topnavbar {
  position: fixed;
  top: 0;
  background-color: #555;
  width: 100%;
  color: #fff;
  margin-right: 10px;
  font-family: Roboto,sans-serif;
  z-index: 9999;
  white-space: nowrap;
}
.topnavbar img {
  height: 20px;
}
.topnavbar span {
  margin-right: 5px;
}
.topnavbar a {
  color: #fff;
  margin-right: 15px;
  font-family: Roboto,sans-serif;
}
.topnavbar a:hover {
  color: #EE6B04;
}
