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;
  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;
  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;
}
.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;
}
.product-list {
  max-height: 400px;
  height: 40vh;
  min-height: 350px;
  margin: 5px 0 0 5px;
  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%;
}
@media only screen and (max-width: 900px) {
  .product-category {
    padding-left: 0px !important;
    padding-right: 0px !important;
    width: auto;
  }
}
.product-list:hover {
  border: solid 1px #99a4ad;
}
.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;
}
.category {
  border-bottom: 1px solid #eceff1;
}
.category .chevron-right {
  content: url('/templates/redesign/chevron-right.png');
  position: absolute;
  top: 18px;
  right: 0px;
}
.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 {
  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;
}
.loadnext {
  text-align: center;
  display: none;
  margin-top: 40px;
  margin-bottom: 100px;
}
.btn-load {
  padding: 10px 28px !important;
  height: 40px !important;
  background: #337ab7;
  color: #fff;
}
.btn-load:hover {
  background: #134f7f;
  color: #fff;
}
.product-similar {
  margin-top: -25px;
  text-align: center;
}
.fav-heart.pdetail {
  position: static !important;
  margin-bottom: -5px;
}
.ceny {
  margin: 0;
}
.ceny div {
  padding-top: 5px;
}
.cena {
  float: right;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .cena {
    float: none;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .skladovost {
    text-align: center;
    margin-bottom: 32px;
  }
}
.btn-detailbuy {
  float: right;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .btn-detailbuy {
    float: none;
    text-align: center;
    display: block;
    width: 62%;
    margin-right: auto;
    margin-left: auto;
    height: 40px !important;
    font-size: 14px !important;
    padding: 10px 12px !important;
  }
}
.beznacena {
  text-decoration: line-through;
  margin-bottom: 6px;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .beznacena {
    text-align: center;
  }
}
.aktualnicena {
  font-weight: bold;
  font-size: 24px;
  color: #1b1e24;
}
.withDPH {
  font-size: 12px;
  color: #99a4ad;
  text-transform: uppercase;
}
#skladem {
  color: #43a262;
}
.paddinginfo {
  padding-bottom: 8px;
}
.kusy {
  padding-left: 30px;
  padding-top: 5px;
}
.input-group.numbers {
  width: 104px;
  border: 1px solid #dfe6eb;
}
.amount {
  text-align: center;
  padding: 10px 0px !important;
  border: none !important;
}
.amount:focus,
.amount:hover {
  border: none !important;
}
.btn-increment {
  background-color: #ffffff;
  border-left: none;
}
.btn-increment:hover {
  color: #828b00 !important;
}
.btn-increment:active {
  box-shadow: none;
}
.btn-decrement {
  background-color: #ffffff;
  border-left: none;
}
.btn-decrement:hover {
  color: #828b00 !important;
}
.btn-decrement:active {
  box-shadow: none;
}
.carousel-inner .col-xs-3 {
  padding-right: 4px;
  padding-left: 4px;
}
.tabulka {
  white-space: nowrap;
  padding: 24px 24px 24px 24px;
  background-color: #f4f7fa;
}
@media screen and (max-width: 900px) {
  .tabulka {
    margin: 0px -35px;
    font-weight: 500;
    text-align: center;
    line-height: 2.5;
  }
}
.kosik {
  max-width: 250px;
}
.nav-tabs {
  border-bottom: 1px solid #eceff1;
}
@media screen and (max-width: 900px) {
  .nav-tabs {
    margin: 0px -35px;
    border: none;
  }
}
.bar-item {
  background-color: #f4f7fa;
  margin-right: 4px;
}
@media screen and (max-width: 900px) {
  .bar-item {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    height: 56px;
    line-height: 56px;
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 900px) {
  .bar-item a {
    line-height: 56px !important;
    padding: 0px !important;
  }
}
.bar-popis {
  border: solid 1px #e7ecf0;
  border-bottom: 0px !important;
  background-color: #ffffff;
}
@media screen and (max-width: 900px) {
  .bar-popis {
    background-color: #515960;
  }
  .bar-popis a {
    color: #ffffff;
  }
}
.datatable {
  float: right;
  text-transform: uppercase;
  font-size: 12px;
}
.datatable img {
  width: 12px;
}
@media only screen and (max-width: 900px) {
  .datatable {
    float: none;
    text-align: center;
    margin-top: 16px;
  }
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
  background-color: #f4f7fa;
}
.atributy-tabulka {
  width: 536px;
}
.atributy-tabulka td {
  border: none !important;
}
.nazev-atributu {
  text-align: left;
  font-weight: 500;
  color: #1b1e24;
}
.hodnota-atributu {
  text-align: right;
  color: #99a4ad;
}
.dotaz {
  padding: 0px 0px !important;
}
.dotaz label {
  text-transform: uppercase;
}
.popis {
  margin-bottom: 30px;
}
.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-h1 {
  font-size: 22px;
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .product-h1 {
    padding: 0px;
    margin: -12px 0px 4px 0px;
  }
}
.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:last-child {
  padding-bottom: 64px;
}
#nazev {
  margin-top: 0;
}
.podobne,
.accessories {
  display: none;
}
.starcolor {
  font-size: 130%;
  color: #FFCC33;
}
.stargrey {
  font-size: 130%;
  color: #cccccc;
}
.stitky,
.stitek-modry,
.stitek-zeleny,
.stitek-cerveny {
  color: white;
  border-radius: 4px;
  padding: 1px 6px !important;
  font-size: 12px;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .stitky,
  .stitek-modry,
  .stitek-zeleny,
  .stitek-cerveny {
    font-size: 10px;
    border-radius: 4px;
  }
}
.mobile-stitky {
  display: none;
}
@media screen and (max-width: 900px) {
  .mobile-stitky {
    display: inline-block;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 900px) {
  .mobile-like {
    display: inline-block;
    float: right;
    margin-bottom: 38px;
  }
}
.stitek-modry {
  background-color: #32a9b4;
}
.stitek-zeleny {
  background-color: #f7b81e;
}
.stitek-cerveny {
  background-color: #f7b81e;
}
.image-col {
  padding: 0px;
}
.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;
  }
}
.breadcrumbs-divider {
  margin-right: 14px;
  margin-left: 14px;
  margin-top: 12px;
  margin-bottom: 28px;
}
@media screen and (max-width: 900px) {
  .breadcrumbs-divider {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .breadcrumb {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.breadcrumb > li > a {
  color: #1b1e24 !important;
  text-decoration: underline;
}
.breadcrumb > li + li::before {
  content: "•";
  color: #1b1e24;
}
@media only screen and (max-width: 900px) {
  .breadcrumb > li + li::before {
    content: "";
  }
}
.chevron-left-img {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .chevron-left-img {
    display: inline-block;
  }
}
@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,
.bs-wizard-mobile {
  margin-top: 40px;
}
/*Form Wizard*/
.bs-wizard,
.bs-wizard-mobile {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step,
.bs-wizard-mobile > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum,
.bs-wizard-mobile > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info,
.bs-wizard-mobile > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot,
.bs-wizard-mobile > .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 > .progress,
.bs-wizard-mobile > .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,
.bs-wizard-mobile > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  box-shadow: none;
  background: #65b1ea;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar,
.bs-wizard-mobile > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar,
.bs-wizard-mobile > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-stepnum,
.bs-wizard-mobile > .bs-wizard-step.active > .bs-wizard-stepnum {
  font-weight: bold;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar,
.bs-wizard-mobile > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar:first-child,
.bs-wizard-mobile > .bs-wizard-step:last-child.active > .progress > .progress-bar:first-child {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar:last-child,
.bs-wizard-mobile > .bs-wizard-step.active > .progress > .progress-bar:last-child {
  background-color: #cecece !important;
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot,
.bs-wizard-mobile > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #cecece;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after,
.bs-wizard-mobile > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
  background-color: #cecece;
}
.bs-wizard > .bs-wizard-step.disabled > .progress,
.bs-wizard-mobile > .bs-wizard-step.disabled > .progress {
  background-color: #cecece;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-stepnum,
.bs-wizard-mobile > .bs-wizard-step.disabled > .bs-wizard-stepnum {
  color: #cecece;
}
.bs-wizard > .bs-wizard-step:first-child > .progress,
.bs-wizard-mobile > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress,
.bs-wizard-mobile > .bs-wizard-step:last-child > .progress {
  background-color: #cecece;
  width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot,
.bs-wizard-mobile > .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%;
  }
}
.variant-selector > p {
  color: #777;
  padding-top: 8px;
}
.variant-selector .async.row {
  padding: 0;
}
.variant-selector .async.row > ::not(.variant-selector-big) div:last-child > div.product-lines {
  border-bottom: 0;
}
.variant-selector .product-lines {
  height: 64px;
  margin: 0;
  min-height: 40px;
}
.variant-selector .product-lines ::not(.variant-selector-big) .cellimage img {
  max-height: 40px;
}
.footer {
  background-color: #303339;
  /*    @media only screen and (max-width: @mobilewidth) {
            text-align: center;
        }*/
}
.footer .links {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer h3 {
  color: lightgray;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
  /*        @media only screen and (max-width: @mobilewidth) {
                    color: #ffffff;
                }*/
}
.footer ul {
  list-style: none;
  padding-left: 2px;
  line-height: 2;
}
.footer a {
  text-decoration: none;
  color: #ffffff;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-credits {
  background-color: #222222;
}
.footer-credits .credits {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #8f8f8f;
}
.footer-credits .credits .byArit {
  text-align: center;
}
.footer-credits .credits .byArit a {
  color: #f3f3f3;
  transition: 0.2s ease-in-out;
}
.footer-credits .credits .byArit a:hover {
  text-decoration: none;
  color: #e21118;
}
.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 {
  font-size: 160%;
}
.navbar-secondary {
  background: #828b00;
  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);
  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;
  padding: 0;
  filter: invert(100%);
}
/* menu */
.hl1,
.hl2,
.hl3,
.hl4,
.hl5,
.hl6 {
  display: none;
}
/* product list styles */
.async {
  padding-left: 12px;
  padding-right: 12px;
}
#category-navigation > div .category-title > h4 {
  font-size: 18px;
}
.titleimg img {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
}
.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;
  overflow: hidden;
}
#main > .row {
  margin-bottom: 5vh;
}
.loading {
  color: #fff;
  font-size: 20px;
  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: 542px;
}
.typeahead.dropdown-menu .divider {
  display: none;
}
/* 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;
  height: 30px;
  border-radius: 6px;
  text-decoration: color #fff;
}
.btndotaz {
  width: 130px;
  border-bottom: 2px solid #9da710;
  padding: 5px;
  height: 30px;
  border-radius: 6px;
  background: #d0dc22;
}
#cartTopHeader {
  white-space: nowrap;
}
.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: #8FB200;
  background: linear-gradient(#a0b200, #859400);
  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: #8FB200;
  background: linear-gradient(#a0b200, #859400);
  color: #fff;
}
.informations p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 5px;
  color: #ccc;
}
.breadcrumb {
  background: none;
  height: 64px;
  line-height: 64px;
  margin-bottom: 0px;
}
::-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
*/
html {
  overflow: unset;
}
body {
  font-family: 'Poppins', sans-serif;
}
.filtry-fixed {
  opacity: 0.95;
  background-color: #515960;
  height: 80px;
  display: none;
}
.btn-filtry-fixed,
.btn-seradit-fixed,
.in-filtry-fixed .btn-close,
.in-filtry-fixed .btn-use {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #ffffff;
  width: 80%;
  height: 40px !important;
  margin-top: 20px;
  float: right;
}
.btn-seradit-fixed {
  float: left;
}
.in-filtry-fixed {
  opacity: 0.95;
  background-color: #515960;
  height: 80px;
  z-index: 10;
  width: 85vw;
}
.in-filtry-fixed .btn-use {
  float: left;
}
.loadnext {
  text-align: center;
  display: none;
  margin-top: 40px;
  margin-bottom: 100px;
}
.btn-load {
  padding: 10px 28px !important;
  height: 40px !important;
}
.uppercase {
  text-transform: uppercase !important;
}
a {
  color: #1b1e24;
}
a:hover {
  color: #1b1e24;
  text-decoration: underline;
}
.container-fluid.shop-main {
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.containershop {
  max-width: 1300px !important;
}
.navbar-center {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translateX(-100%);
}
@media only screen and (max-width: 900px) {
  .navbar-right {
    margin-top: 4px !important;
  }
  .navbar-right > li a {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (min-width: 300px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.main-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  padding-right: 80px;
  padding-left: 80px;
}
@media only screen and (max-width: 900px) {
  .main-header {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.top-stripe {
  background: #303339;
  color: #fff;
  height: 40px;
  padding: 8.5px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .top-stripe {
    font-size: 12px;
    line-height: 2;
  }
}
.top-stripe .deliv-free {
  color: #d0df00;
  border-right: 1px solid #fff;
  padding: 0 25px;
}
@media only screen and (max-width: 900px) {
  .top-stripe .deliv-free {
    border-right: none;
    padding: 0 5px 0 0;
  }
}
.top-stripe .info-tel {
  padding: 0 25px;
}
@media only screen and (max-width: 900px) {
  .top-stripe .info-tel {
    padding: 0 5px 0 0;
  }
}
.top-stripe .phone-icon-white {
  content: url('/templates/redesign/phone-white.svg');
  height: 16px;
  margin-bottom: -3px;
  margin-right: 15px;
}
@media only screen and (max-width: 900px) {
  .top-stripe .phone-icon-white {
    height: 14px;
    margin-bottom: -3px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1330px) {
  .top-menu-item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1330px) {
  .header-logo img {
    margin-top: 5px;
    height: 40px;
  }
}
@media only screen and (max-width: 1230px) {
  .header-logo img {
    margin-top: 15px;
    height: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .header-logo img {
    height: 26px;
    margin-top: 15px;
  }
}
.btn-menu {
  background: none !important;
  padding-left: 16px !important;
  width: 45px;
}
.navbar-nav .chevron-down-icon {
  content: url('/templates/redesign/chevron-down.svg');
  height: 16px;
  margin-bottom: -2px;
}
.navbar-nav .chevron-up-icon {
  content: url('/templates/redesign/chevron-up.svg');
  height: 16px;
  margin-bottom: -2px;
}
.btn-search {
  width: 168px !important;
  height: 48px !important;
  border-radius: 2px !important;
  background-color: #dfe6eb !important;
}
@media only screen and (max-width: 1290px) {
  .btn-search {
    width: 145px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}
.search-icon {
  content: url('/templates/redesign/search-grey.svg');
  position: absolute;
  z-index: 10;
  height: 15px;
  width: 15px;
  left: 15px;
  top: 25px;
}
@media only screen and (max-width: 1280px) {
  .search-icon {
    left: 52px;
  }
}
@media only screen and (max-width: 1000px) {
  .search-icon {
    left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .search-icon {
    top: 21px;
  }
}
.searchbar {
  width: 375px !important;
  height: 48px !important;
  border: solid 1px #dfe6eb;
  background-color: #ffffff;
  padding-left: 45px !important;
}
@media only screen and (max-width: 1280px) {
  .searchbar {
    width: 300px !important;
    margin-left: 37px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .searchbar {
    width: 300px !important;
    margin-left: 0px !important;
  }
}
.searchbar:focus + .search-icon {
  content: url('/templates/redesign/search-green.svg');
}
.searchbar:hover {
  border: solid 1px #dfe6eb !important;
}
.searchbar:focus {
  border: solid 1px #dfe6eb !important;
}
.mobile-search-row {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
#search-form-mobile {
  margin-left: 0px !important;
  margin-bottom: 5px;
}
#search-form-mobile .searchbar {
  width: 66vw !important;
  height: 40px !important;
  border: solid 1px #dfe6eb;
  background-color: #ffffff;
  padding-left: 45px !important;
}
#search-form-mobile .searchbar:focus + .search-icon {
  content: url('/templates/redesign/search-green.svg');
}
#search-form-mobile .searchbar:hover {
  border: solid 1px #dfe6eb !important;
}
#search-form-mobile .searchbar:focus {
  border: solid 1px #dfe6eb !important;
}
#search-form-mobile .btn-search {
  height: 40px !important;
  width: auto !important;
}
@media only screen and (max-width: 900px) {
  .typeahead.dropdown-menu {
    min-width: 0px;
    max-height: 60vh;
    overflow: auto;
  }
}
.dropdown-header {
  background-color: #f4f7fa;
}
.dropdown-menu {
  padding: 0px;
}
.login-icon {
  content: url('/templates/redesign/user.svg');
}
.login-icon-logged {
  content: url('/templates/redesign/user-green.svg');
}
.favourite-icon {
  content: url('/templates/redesign/heart.svg');
}
.question-icon {
  content: url('/templates/redesign/question.svg');
}
.typeahead {
  border-radius: 0;
  margin: 0px 0px 0px 0px;
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}
.thumbnail {
  border: solid 1px #dfe6eb;
  border-radius: 0px;
}
.product-stars > i {
  float: right;
}
.favourite-text {
  padding-left: 35px;
}
.main-header {
  height: 104px;
}
.napoveda {
  color: #1b1e24 !important;
}
.items-badge {
  display: inline-block;
  position: absolute;
  right: -2px;
  bottom: 6px;
  background-color: #fc0201;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}
.image-badge {
  position: relative;
  margin-right: 14px;
}
.display-none {
  display: none;
}
/* Aulix a Akční */
#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;
}
/* Aulixí barvičky atd. */
.navbar-inverse {
  border: none;
  background-color: #fff;
}
.navbar-inverse #search-div .btn-default {
  background: #ee6b04;
  color: #fff;
}
.navbar-inverse .buybtn a {
  color: #1b1e24 !important;
}
.navbar-inverse .buybtn a:hover {
  color: #828b00 !important;
}
.navbar-inverse .loginbtn a {
  color: #1b1e24 !important;
}
.navbar-inverse .loginbtn a:hover {
  color: #828b00 !important;
}
.navbar-inverse #fav {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 900px) {
  .navbar-secondary {
    display: none;
  }
}
.navbar-secondary {
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: -1;
  height: 73px;
  border-radius: 0px;
  margin-bottom: 0px;
  font-weight: 500;
  text-transform: uppercase;
  /*    .active > a{
            background-color: #ffffff !important;
            color: #1b1e24 !important;
            font-weight: 500;
        }*/
}
.navbar-secondary a {
  color: #ffffff !important;
  height: 73px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.navbar-secondary li .actual {
  background-color: #ffffff !important;
  color: #1b1e24 !important;
  font-weight: 500;
}
.navbar-secondary a:hover {
  background-color: #ffffff !important;
  color: #1b1e24 !important;
}
.navbar-secondary .active.akcni {
  background: none;
}
.navbar-secondary .akcni {
  height: 100%;
  padding-top: 14.5px;
  padding-bottom: 14.5px;
}
.navbar-secondary .akcni a {
  padding: 22px 15px;
  height: 10px;
  border-radius: 20px;
  background-color: #d0df00;
  color: #1b1e24 !important;
}
.drop-menu.secondary {
  z-index: -1;
  background-color: #ffffff;
  box-shadow: none;
  padding: 35px 25px;
}
.submenu-item {
  justify-content: center;
  height: 144px;
  padding: 5px;
  border: solid 1px #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
}
.submenu-item a:hover {
  text-decoration: none;
  color: #828b00;
}
.submenu-item:hover {
  border: solid 1px #adb359;
  border-radius: 2px;
}
.submenu-item .category-img img {
  height: 57px;
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.drop-menu-napoveda-mobile {
  width: 105vw;
  position: absolute;
  background: #828b00;
  z-index: 9999;
  right: -280px;
  padding-left: 70px;
  top: 68px;
  display: none;
}
.drop-menu-napoveda-mobile .arrow-up {
  position: absolute;
  top: -12px;
  right: 293px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 13px solid #828b00;
}
@media only screen and (max-width: 1400px) {
  .drop-menu-napoveda-mobile .arrow-up {
    right: 222.5px;
  }
}
@media only screen and (max-width: 1240px) {
  .drop-menu-napoveda-mobile .arrow-up {
    right: 142.5px;
  }
}
@media only screen and (max-width: 900px) {
  .drop-menu-napoveda-mobile .arrow-up {
    right: 99.5px;
  }
}
.drop-menu-napoveda-mobile .mennu {
  padding: 50px 0;
  overflow: scroll;
  height: calc(86vh);
}
.drop-menu-napoveda-mobile .mennu ul {
  list-style: none;
}
.drop-menu-napoveda-mobile .mennu li a {
  background: none !important;
  border: none !important;
  border-radius: 0px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
}
.drop-menu-napoveda-mobile .mennu li:last-of-type {
  padding-bottom: 100px;
}
@media only screen and (max-width: 1400px) {
  .drop-menu-napoveda-mobile {
    right: -210px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1240px) {
  .drop-menu-napoveda-mobile {
    right: -130px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .drop-menu-napoveda-mobile {
    right: -95px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 900px) {
  #category-navigation .cat-nav-item .category-title {
    text-align: left;
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #1b1e24;
    padding: 18px 0 ;
  }
  #category-navigation .cat-nav-item .chevronright-icon {
    content: url('/templates/redesign/chevron-right.svg');
  }
}
@media only screen and (max-width: 900px) {
  .mobile td {
    padding: 2px !important;
  }
}
.download {
  content: url('/templates/redesign/download.svg');
}
.user-section a {
  padding: 10px 0px !important;
}
.breadcrumb {
  padding-right: 0;
  padding-left: 0;
}
.breadcrumbs-divider {
  margin-left: 0;
  margin-right: 0;
}
button:focus {
  outline: none !important;
}
.mobile-categories {
  width: 100vw;
  position: absolute;
  background: #828b00;
  z-index: 9999;
  left: 0px;
  top: 158px;
  display: none;
}
.mobile-categories .arrow-up {
  position: absolute;
  top: -12px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 13px solid #828b00;
}
.mobile-categories .mennu {
  padding: 50px 0;
  overflow: scroll;
}
.mobile-categories .mennu .tab-pane {
  background: none;
}
.mobile-categories .mennu .list-group-item {
  background: none !important;
  border: none !important;
  border-radius: 0px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
}
.mobile-categories .mennu .menu-icon {
  margin-right: 15px;
  z-index: 100000;
}
.mobile-categories .mennu .plus-icon {
  height: 22px;
  content: url('/templates/redesign/plus-lightgrey.svg');
}
.mobile-categories .mennu .minus-icon {
  height: 22px;
  content: url('/templates/redesign/minus-lightgrey.svg');
}
.mobile-categories .mennu .chevronup-icon {
  height: 26px;
  content: url('/templates/redesign/chevronup-lightgrey.svg');
}
.mobile-categories .mennu .chevrondown-icon {
  height: 26px;
  content: url('/templates/redesign/chevrondown-lightgrey.svg');
}
.mobile-categories .mennu .menu-not-icon {
  margin-right: 15px;
  content: url('/templates/redesign/none-icon.png');
  height: 26px;
}
.close-icon {
  content: url('/templates/redesign/close-red.svg');
  height: 26px;
  margin-top: 3px;
  margin-left: -5px;
}
.ques-close-icon {
  content: url('/templates/redesign/close-red.svg');
  height: 24px;
  margin-top: 0px;
}
.delivery-icon {
  height: 20px;
  margin-left: 35px;
}
.payment-icon {
  height: 15px;
  margin-left: 35px;
}
.payment-icon-2 {
  height: 20px;
  margin-left: 15px;
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 217px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  user-select: none;
}
.menu-items {
  width: 1400px !important;
  height: 73px;
}
.center-block ul {
  position: relative;
  left: 50%;
  float: left;
  margin-right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 1330px) {
  .center-block ul {
    left: 45%;
  }
}
.center-block li {
  position: relative;
  right: 50%;
  float: left;
  margin: 0;
  list-style: none;
}
.stitky-old {
  padding-left: 15px;
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 992px) {
  .stitky-old {
    margin: 0 -15px;
    padding: 5px 0;
  }
}
.stitky-old .text {
  margin: 0 10px 0 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
}
@media only screen and (max-width: 992px) {
  .stitky-old .text {
    margin: 0 0 0 15px;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
  }
}
.stitky-old .nejlevnejsi .text {
  margin: 0 55px 0 25px;
}
@media only screen and (max-width: 992px) {
  .stitky-old .nejlevnejsi .text {
    margin: 0 25px 0 15px;
  }
}
.napoveda-active {
  color: #828b00 !important;
  font-weight: 500;
  position: relative;
  z-index: 2;
  background: #fff;
  webkit-box-shadow: 0px -8px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -8px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -8px 8px 0px rgba(0, 0, 0, 0.2);
}
.napoveda-active:hover {
  background: #fff !important;
}
.drop-menu-napoveda {
  position: absolute;
  background: #fff;
  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: 1;
  display: none;
  padding: 10px 0 10px  0;
  width: 296px;
  top: 48px;
  left: 20px;
}
.drop-menu-napoveda ul {
  list-style: none;
  padding: 0;
}
.drop-menu-napoveda ul li {
  padding: 10px;
  text-transform: none;
}
.drop-menu-napoveda ul li a {
  color: #99A4AD;
}
.drop-menu-napoveda ul li:hover {
  background: #DFE6EB;
}
.drop-menu-napoveda ul li:hover a {
  color: #000;
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  .drop-menu-napoveda {
    margin-left: -200px;
    font-size: 14px !important;
    padding: 10px 0;
    width: 300px;
  }
  .drop-menu-napoveda li {
    padding: 5px 0;
  }
  .drop-menu-napoveda ul {
    padding-left: 5px;
  }
}
.actual {
  background-color: #b3be1d !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: #d0dc22;
}
.fav-heart,
.fav-heart-red {
  position: absolute;
  content: url('/templates/redesign/heart-o-grey.svg');
  top: 0;
  left: 15px;
  padding: 0;
  color: #4d4d4d;
  font-size: 22px;
  z-index: 1;
  line-height: 1;
  height: 24px;
}
@media only screen and (max-width: 900px) {
  .fav-heart,
  .fav-heart-red {
    position: static;
    margin: 0 auto;
  }
}
.fav-heart:hover {
  content: url('/templates/redesign/heart-red.svg');
}
.fav-heart-red {
  content: url('/templates/redesign/heart-red.svg');
}
.podobne-slider {
  padding: 0 100px;
}
@media only screen and (max-width: 900px) {
  .podobne-slider {
    padding: 0;
  }
}
.podobne-slider .owl-prev {
  left: -100px;
  width: 72px;
  height: 72px;
  border-radius: 50% !important;
  border: solid 2px #dfe6eb !important;
  background: #fff !important;
  text-align: center;
  top: 40%;
  padding: 17px !important;
  margin: 0 !important;
}
.podobne-slider .owl-prev .slider-back-icon {
  content: url('/templates/redesign/slider-back-grey.svg');
  height: 30px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .podobne-slider .owl-prev .slider-back-icon {
    height: 20px;
  }
  .podobne-slider .owl-prev .slider-back-icon:hover {
    background: #dfe6eb !important;
  }
  .podobne-slider .owl-prev .slider-back-icon:hover .slider-back-icon {
    content: url('/templates/redesign/slider-back-white.svg');
  }
}
.podobne-slider .owl-prev:hover {
  background: #dfe6eb !important;
}
.podobne-slider .owl-prev:hover .slider-back-icon {
  content: url('/templates/redesign/slider-back-white.svg');
}
@media only screen and (max-width: 900px) {
  .podobne-slider .owl-prev {
    left: -11px;
    width: 32px;
    height: 32px;
    padding: 4px !important;
  }
}
.podobne-slider .owl-next {
  right: -100px;
  width: 72px;
  height: 72px;
  border-radius: 50% !important;
  border: solid 2px #dfe6eb !important;
  background: #fff !important;
  text-align: center;
  top: 40%;
  padding: 19px !important;
  margin: 0 !important;
}
.podobne-slider .owl-next:hover {
  background: #dfe6eb !important;
}
.podobne-slider .owl-next .slider-next-icon {
  content: url('/templates/redesign/slider-next-grey.svg');
  height: 30px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .podobne-slider .owl-next .slider-next-icon {
    height: 20px;
  }
  .podobne-slider .owl-next .slider-next-icon:hover {
    background: #dfe6eb !important;
  }
  .podobne-slider .owl-next .slider-next-icon:hover .slider-back-icon {
    content: url('/templates/redesign/slider-next-white.svg');
  }
}
.podobne-slider .owl-next:hover {
  background: #dfe6eb !important;
}
.podobne-slider .owl-next:hover .slider-back-icon {
  content: url('/templates/redesign/slider-next-white.svg');
}
@media only screen and (max-width: 900px) {
  .podobne-slider .owl-next {
    right: -11px;
    width: 32px;
    height: 32px;
    padding: 4px !important;
  }
}
.product-outline .fav-heart {
  top: 15px !important;
  right: 15px !important;
  left: auto;
}
.product {
  border: 1px solid #dfe6eb;
  margin: 10px;
  border-radius: 4px;
  position: relative !important;
  max-height: 500px;
  min-height: 450px;
}
.product .product-image {
  height: 40%;
}
@media only screen and (max-width: 900px) {
  .product .product-image {
    margin-top: 28px;
  }
}
.product .product-title {
  height: 85px;
  overflow: hidden;
}
.product .product-title h3 {
  margin: 0;
}
@media only screen and (max-width: 900px) {
  .product {
    margin: 4px;
  }
}
.product:hover {
  border: solid 1px #99a4ad;
}
.product h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  .product h3 {
    font-size: 12px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}
.product h4 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
}
@media only screen and (max-width: 900px) {
  .product h4 {
    font-size: 14px !important;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
  }
}
.product .product-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 30px;
}
.product .product-text .dph {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.67;
  color: #99a4ad;
}
.product .product-text .btn {
  width: 75%;
}
@media only screen and (max-width: 900px) {
  .product .product-text .btn {
    width: 90%;
  }
}
.redRibbon {
  position: absolute;
  background: #f7b81e;
  left: 15px;
  top: 15px;
  z-index: 1;
  text-align: center;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: medium;
  font-family: Poppins;
  border-radius: 2px;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .redRibbon {
    left: 10px;
    right: 10px;
    font-size: 10px;
  }
}
.blueRibbonSquare,
.blueRibbonSquare-top40 {
  position: absolute;
  background: #32a9b4;
  left: 15px;
  top: 15px;
  z-index: 1;
  text-align: center;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: medium;
  font-family: Poppins;
  border-radius: 2px;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  .blueRibbonSquare,
  .blueRibbonSquare-top40 {
    left: 32px;
    right: 32px;
    font-size: 10px;
  }
}
.blueRibbonSquare-top40 {
  top: 40px;
}
.well {
  border-radius: 2px;
  background-color: #f4f7fa;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 13px 24px;
  height: 100%;
}
h1 {
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: normal;
}
h2 {
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: normal;
}
h3 {
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: normal;
}
h4 {
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
}
h5 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: normal;
}
p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: normal;
}
small {
  font-family: Poppins;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: normal;
  color: #1b1e24;
}
.btn {
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
}
label {
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: normal;
}
.text-grey {
  color: #99a4ad;
}
.expert-info {
  padding: 0  15px;
}
.expert {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  color: #99a4ad;
}
.gabriela {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #1b1e24;
}
.phone-icon {
  content: url('/templates/redesign/phone.svg');
  margin-bottom: -6px;
}
.telefon {
  margin-top: 35px;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  color: #1b1e24;
}
input,
textarea {
  border-radius: 2px !important;
  padding: 10px 15px !important;
  height: 40px !important;
  border: solid 1px #dfe6eb !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
input:disabled {
  border: solid 1px #dae2ea !important;
  background-color: #f4f7fa !important;
}
input:hover {
  border: solid 1px #8596a3 !important;
}
input:focus {
  border: solid 1px #828b00 !important;
  outline: none;
  box-shadow: none !important;
}
textarea {
  height: 150px !important;
}
.form-group {
  padding: 5px 15px;
}
.form-horizontal .control-label {
  font-size: 13px;
  text-align: left !important;
}
.btn {
  height: 40px;
  border: none !important;
  font-weight: 500;
  line-height: 1.43;
  padding: 10px 12px;
  text-transform: uppercase;
}
.btn:hover {
  border: none !important;
}
.btn:disabled {
  border: none !important;
}
@media only screen and (max-width: 900px) {
  .btn {
    height: 32px;
    padding: 7px 12px;
  }
}
.btn-primary {
  background: #d0df00 !important;
  color: #555f35;
}
.btn-primary:hover {
  background: #828b00 !important;
  color: #f4f7fa !important;
}
.btn-primary:disabled {
  background: #f4f7fa;
  color: #99a4ad;
}
@media only screen and (max-width: 900px) {
  .btn-primary {
    font-size: 12px;
  }
}
.btn-secondary {
  background: #dfe6eb !important;
  color: #303339;
}
.btn-secondary:hover {
  background: #eceff1 !important;
  color: #303339 !important;
}
.btn-secondary:disabled {
  background: #f4f7fa;
  color: #99a4ad;
}
@media only screen and (max-width: 900px) {
  .btn-secondary {
    font-size: 12px;
  }
}
.btn-danger {
  background: #fde4e6;
  color: #fc0201;
}
.btn-danger:hover {
  background: #fd7580 !important;
  color: #ffffff !important;
}
.btn-danger:disabled {
  background: #f4f7fa;
  color: #99a4ad;
}
/* Customize the label (the container) */
.checkbox {
  position: relative;
  top: 5px;
  padding-left: 15px;
  padding-top: 0 !important;
  margin-bottom: 12px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default checkbox */
.checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkbox .checkmark {
  position: absolute;
  top: 17%;
  transform: translateY(-17%);
  left: 0;
  height: 16px;
  width: 16px;
  border: solid 1px #8596a3;
  background-color: #ffffff;
  border-radius: 1px;
}
/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  border: solid 1px #828b00;
}
/* On mouse-over, add a grey background color */
.checkbox input:disabled ~ .checkmark {
  border: solid 1px #dae2ea;
  background-color: #f4f7fa;
  cursor: not-allowed;
}
/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #828b00;
}
/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: flex;
}
/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  content: url('/templates/redesign/checked-wht-smaller.png');
  padding: 0px;
  margin: -4.5px;
  display: none;
  flex-direction: row;
  justify-content: center !important;
}
.fox .checkbox .checkmark:after {
  content: url('/templates/redesign/checked-wht.png');
  padding: 1.4px;
  display: none;
  flex-direction: row;
  justify-content: center !important;
}
.radio {
  position: relative;
  top: 5px;
  padding-left: 15px;
  padding-top: 0 !important;
  margin-bottom: 12px;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio .checkmark {
  position: absolute;
  top: 17%;
  transform: translateY(-17%);
  left: 0;
  height: 16px;
  width: 16px;
  border: solid 1px #8596a3;
  background-color: #ffffff;
  border-radius: 50%;
}
.radio:hover input ~ .checkmark {
  border: solid 1px #828b00;
}
.radio input:disabled ~ .checkmark {
  border: solid 1px #dae2ea;
  background-color: #f4f7fa;
  cursor: not-allowed;
}
.radio input:checked ~ .checkmark {
  background-color: #fff;
}
.radio input:checked ~ .checkmark:after {
  display: flex;
}
.radio .checkmark:after {
  border-radius: 50%;
  background: #828b00;
  height: 8px;
  width: 8px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
}
.user-section {
  margin-top: 40px;
}
.user-section .nav-user li .chevron-right-grey {
  content: url('/templates/redesign/chev-right-grey.png');
  position: absolute;
  width: 20px;
  right: 0;
  top: 15px;
}
.user-section .nav-user li:hover .chevron-right-grey {
  content: url('/templates/redesign/chev-right-red.png');
}
.user-section .nav-user .active {
  font-weight: bold;
}
.user-section .nav-user li {
  border-bottom: 1px solid #DFE6EB;
  padding: 5px 0;
}
.user-section .nav-user li a {
  color: #303339;
}
.user-section .nav-user li:hover a {
  color: #FC0201;
  background: none;
}
.user-section .nav-user li:last-of-type {
  border-bottom: 0;
}
.table-users .btn {
  height: 32px;
  padding: 6px 12px;
}
.table-users .btn-favourite {
  color: #fc0201;
}
.table-users .btn-favourite:hover {
  color: #99A4AD !important;
}
.table-users thead tr {
  background: #F4F7FA;
}
.table-users thead tr th {
  border: none !important;
  font-size: 12px;
  padding: 10px 24px;
}
.table-users tbody tr td {
  border: none !important;
  padding: 10px 24px;
  vertical-align: middle;
}
@media only screen and (max-width: 900px) {
  .table-users {
    margin-top: 36px;
  }
}
.table-cart {
  font-size: 12px;
}
.table-cart .btn {
  height: 32px;
  padding: 6px 12px;
}
.table-cart thead tr {
  background: #F4F7FA;
}
.table-cart thead tr td {
  border: none !important;
  font-size: 12px;
  padding: 10px 24px;
}
.table-cart tbody tr td {
  border: none !important;
  padding: 10px 24px;
  vertical-align: middle;
}
.table-cart tbody tr:first-of-type td {
  padding-top: 26px;
}
.cartlist-info {
  background: #f4f7fa;
  margin: 0;
  padding: 24px;
  margin: 20px 0 80px 0;
}
.cartlist-info .delivery-info {
  float: left;
}
.cartlist-info .sum-info {
  float: right;
}
.btn-cart {
  height: 56px;
  width: 240px;
  padding-top: 18px;
  font-weight: 500;
}
.sum-price-head {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.sum-price {
  font-family: Poppins;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
}
.delivery-info div {
  padding: 5px;
}
.cart-heading {
  margin: 60px 0;
}
.row-cards {
  height: 58px;
  margin-bottom: 50px;
}
.row-cards .active {
  background: #fff !important;
}
@media only screen and (max-width: 486px) {
  .row-cards .active {
    background: #828b00 !important;
    color: white;
    border-top: solid 2px #828b00 !important;
    border-left: solid 2px #828b00 !important;
    border-right: solid 2px #828b00 !important;
  }
}
.row-cards .cart-card,
.row-cards .left-card,
.row-cards .right-card {
  border-top: solid 2px #f4f7fa;
  border-left: solid 2px #f4f7fa;
  border-right: solid 2px #f4f7fa;
  background: #f4f7fa;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}
.row-cards .left-card {
  width: 49.5%;
  float: left;
}
.row-cards .left-card:hover {
  color: #828b00;
}
@media only screen and (max-width: 486px) {
  .row-cards .left-card {
    line-height: 3;
    width: 50%;
  }
}
@media only screen and (max-width: 361px) {
  .row-cards .left-card {
    line-height: 1.5;
  }
}
.row-cards .card-space {
  float: left;
  width: 1%;
  height: 100%;
  border-bottom: solid 2px #f4f7fa;
}
@media only screen and (max-width: 486px) {
  .row-cards .card-space {
    display: none;
  }
}
.row-cards .right-card {
  width: 49.5%;
  float: right;
}
.row-cards .right-card:hover {
  color: #828b00;
}
@media only screen and (max-width: 486px) {
  .row-cards .right-card {
    width: 50%;
  }
}
#contact-submit {
  display: none;
}
.cart-btns-row {
  border-top: 2px solid #f4f7fa;
  padding-top: 80px;
  margin-top: 70px;
  margin-bottom: 250px;
}
@media only screen and (max-width: 900px) {
  .cart-btns-row {
    display: none;
  }
}
#checkout-submit {
  display: none;
}
#frm-checkoutForm-poznam {
  display: none;
}
#deliveryForm .element {
  padding: 10px 0 !important;
}
.well-row {
  height: 205px;
}
@media only screen and (max-width: 900px) {
  .well-row {
    height: auto;
  }
}
.well-row .col-md-4 {
  height: 100%;
}
.cart-mob-name {
  width: 80%;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
}
.cart-mob-code {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.67;
}
.cart-mob-price {
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
}
.prod-img {
  float: left;
  max-height: 80px;
  max-width: 80px;
  border: solid 1px #dfe6eb;
}
.mob-item {
  border-top: 2px solid #f4f7fa;
  padding: 15px;
  margin-bottom: 15px;
}
.mob-item .cart-mob-name {
  margin-bottom: 20px;
}
.trash-btn {
  background: none !important;
  padding: 0;
}
.trash-btn .trash-cart {
  content: url('/templates/redesign/trash-lightred.png');
  width: 18px;
}
.trash-btn:hover .trash-cart {
  content: url('/templates/redesign/trash-red.png');
  width: 18px;
}
/*Form Wizard*/
.bs-wizard,
.bs-wizard-mobile {
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 10px 0;
}
.bs-wizard > .bs-wizard-step,
.bs-wizard-mobile > .bs-wizard-step {
  padding: 0;
  position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum,
.bs-wizard-mobile > .bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info,
.bs-wizard-mobile > .bs-wizard-step .bs-wizard-info {
  color: #999;
  font-size: 14px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot,
.bs-wizard-mobile > .bs-wizard-step > .bs-wizard-dot {
  width: 10px;
  height: 10px;
  background: #d0df00;
  border: 1px solid #fff;
  top: 53.5px;
  left: 53%;
}
.bs-wizard > .complete > .bs-wizard-dot,
.bs-wizard-mobile > .complete > .bs-wizard-dot {
  background: #99a4ad;
  border: 1px solid #fff;
}
.bs-wizard > .bs-wizard-step > .progress,
.bs-wizard-mobile > .bs-wizard-step > .progress {
  background-color: #eceff1;
  height: 1px;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar,
.bs-wizard-mobile > .bs-wizard-step > .progress > .progress-bar {
  background: #eceff1;
}
.bs-wizard > .bs-wizard-step.active > .bs-wizard-stepnum,
.bs-wizard-mobile > .bs-wizard-step.active > .bs-wizard-stepnum {
  color: #1b1e24;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot,
.bs-wizard-mobile > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #fff;
  border: 1px solid #eceff1;
}
.bs-wizard > .bs-wizard-step.disabled > .progress,
.bs-wizard-mobile > .bs-wizard-step.disabled > .progress {
  background-color: #eceff1;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-stepnum,
.bs-wizard-mobile > .bs-wizard-step.disabled > .bs-wizard-stepnum {
  color: #99a4ad;
}
.bs-wizard > .bs-wizard-step:last-child > .progress,
.bs-wizard-mobile > .bs-wizard-step:last-child > .progress {
  background-color: #eceff1;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar:last-child,
.bs-wizard-mobile > .bs-wizard-step.active > .progress > .progress-bar:last-child {
  background-color: #eceff1 !important;
}
@media only screen and (max-width: 900px) {
  .cartlist-info {
    margin: 20px -20px;
  }
  .delivery-info {
    text-align: center !important;
  }
  .sum-mobile {
    background: #515960;
    margin: 20px -20px;
    padding: 21px 24px;
    height: 85px;
  }
  .sum-mobile .sum {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
  }
  .sum-mobile .btn-cart {
    height: 44px;
    width: 144px;
    padding: 14px;
  }
  #contact-submit {
    display: none !important;
  }
  #deliveryForm .radio {
    margin-bottom: 25px;
  }
  .row-back {
    padding-top: 15px;
  }
  .row-back a {
    font-size: 13px;
  }
  .row-back a:hover {
    text-decoration: underline !important;
  }
  .well div {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
  }
  #checkout-submit {
    display: none;
  }
}
.circle-white {
  position: absolute;
  height: 88px;
  width: 88px;
  border-radius: 50%;
  z-index: 999;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 35px;
  left: 50%;
  margin-left: -44px;
}
.circle-white .yep-circle {
  content: url('/templates/redesign/yepcircle-green.png');
  height: 51px;
  width: 51px;
}
.thankyou-box {
  background: #f4f7fa;
  margin-top: 80px;
  margin-bottom: 20px;
  padding-top: 60px;
  text-align: center;
}
.footer {
  background-color: #303339;
}
.footer .links {
  padding-top: 56px;
  padding-bottom: 76px;
}
.footer h3 {
  color: #d0df00;
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (max-width: 900px) {
  .footer h3 {
    color: #ffffff;
  }
}
.footer ul {
  list-style: none;
  padding-left: 2px;
  line-height: 2;
}
.footer a {
  text-decoration: none;
  color: #ffffff;
}
.footer a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 900px) {
  .footer {
    text-align: center;
  }
}
.sort-label {
  padding-right: 20px;
  padding-left: 6px;
  font-family: Poppins;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: normal;
  color: #99a4ad;
}
#catSort {
  border-bottom: none !important;
  margin-bottom: 35px;
}
.mobile-sort {
  display: none;
}
.mobile-sort h5 {
  margin-top: 30px;
}
.mobile-sort ul {
  list-style: none;
}
.mobile-sort ul li {
  padding: 15px 0;
}
.mobile-sort ul li a:hover {
  color: #828b00;
  text-decoration: none;
}
.overlay-mobile {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1035;
  user-select: none;
}
@media only screen and (max-width: 900px) {
  #sidemenu-mobile {
    display: none;
    position: absolute;
    z-index: 1040;
    background: #fff;
    top: 0;
    width: 85%;
    padding: 15px;
    height: 100vh;
    overflow: auto;
    padding-bottom: 80px;
  }
}
#filter {
  padding: 5px 0;
  border-bottom: none;
}
@media only screen and (max-width: 900px) {
  #filter {
    padding-bottom: 70px;
  }
}
#filter .slider-env {
  padding: 15px 6px;
}
#filter .radio,
#filter .checkbox {
  margin: 10px 0;
}
#filter .slider.slider-horizontal {
  width: 100%;
  height: 8px;
}
#filter .slider.slider-horizontal .slider-track {
  height: 2px;
  background-image: none;
  background: #eceff1;
}
#filter .slider.slider-horizontal .slider-selection {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#filter .slider.slider-horizontal .slider-handle {
  height: 12px;
  width: 12px;
  background-image: none;
  background: #99a4ad;
  -webkit-box-shadow: none;
  box-shadow: none;
  top: -6px;
  margin-left: -6px;
}
#filter fieldset {
  padding: 5px 5px 15px 0;
  border-bottom: 1px solid #dfe6eb;
}
#filter .icon-expand {
  color: lightgrey;
  padding-top: 5px;
}
.category-productlist .category {
  height: 30px;
  border-bottom: none;
}
.category-productlist .category i {
  display: none;
}
.category-productlist .category .category-title {
  padding: 0;
}
.category-productlist .category a:hover {
  text-decoration: none;
}
.category-productlist .category a:hover .category-title {
  color: #828b00;
}
.no-sidepadding {
  padding-left: 0;
  padding-right: 0;
}
.credits {
  padding-top: 20px;
  padding-bottom: 12px;
}
.credits .cpAulix {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .credits .cpAulix {
    text-align: center;
  }
}
.credits .byArit {
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .credits .byArit {
    text-align: center;
  }
}
#addedToCart {
  position: absolute;
  right: 100px;
  top: 104px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  width: 350px;
  text-transform: none;
  padding: 15px;
  display: none;
  z-index: 3;
}
@media only screen and (max-width: 900px) {
  #addedToCart {
    right: 10px;
  }
}
#addedToCart .icon-close {
  content: url('/templates/redesign/close.svg');
  height: 20px;
}
#addedToCart .headding {
  font-weight: 600;
  padding-bottom: 13px;
  border-bottom: solid 1px #DFE6EB;
}
#addedToCart .btns {
  margin-top: 15px;
}
#addedToCart .btns .btn {
  width: 155px;
}
#addedToCart .btns .btn-secondary {
  margin-right: 6px;
}
#addedToCart .prod-row {
  height: 100px;
  padding-top: 15px;
}
#addedToCart .prod-row #addedImage {
  height: 80px;
  float: left;
}
#addedToCart .prod-row #addedName {
  font-size: 12px;
}
#addedToCart .prod-row #addedPrice {
  color: #99a4ad;
  margin-top: 5px;
}
.hodnota-atributu {
  color: #828b00;
}
.vice-popis {
  color: #828b00;
}
.vice-popis:hover {
  color: #828b00;
}
#anchor-dotaz,
#anchor-params,
#anchor-popis,
#anchor-prilohy,
#anchor-accessories,
#anchor-similar {
  padding-top: 180px;
  margin-top: -180px;
  display: block;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: none;
}
::-webkit-scrollbar-thumb {
  background: #999;
}
.product-similar {
  display: none;
}
.stitky-old {
  padding-bottom: 10px;
}
.breadcrumb {
  min-height: 64px;
  height: auto;
}
.product .product-title {
  padding: 0 5px !important;
}
@media only screen and (min-width: 1200px) {
  .menu-btn-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1600px) {
  .main-header {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media only screen and (max-width: 1241px) {
  .muj-kosik {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  .napoveda-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1400px) {
  .napoveda-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1400px) {
  .login-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1400px) {
  .login-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1400px) {
  .logout-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 1000px) {
  .search-mobile {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  .search-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  .header-logo.desktop {
    display: none !important;
  }
}
.header-logo.mobile {
  padding-left: 18px;
}
@media only screen and (min-width: 1000px) {
  .header-logo.mobile {
    display: none !important;
  }
}
.row-gallery {
  margin: 0 30px;
}
.row-gallery .carousel-control {
  display: none;
}
#myCarousel .carousel-control.left {
  background-image: none;
}
#myCarousel .carousel-control.right {
  background-image: none;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  margin-top: -7px;
}
.carousel-control.left {
  left: -22px;
}
.carousel-control.right {
  right: -26px;
}
.carousel-control {
  transform: translateY(-50%);
  top: 50%;
  bottom: auto;
  height: 24px;
}
.carousel-control .icon-back {
  margin-top: -2px;
  content: url('/templates/redesign/chevron-left-grey.svg');
  height: 24px;
}
.carousel-control .icon-next {
  content: url('/templates/redesign/chevron-right-grey.svg');
  height: 24px;
}
