.vm {
  clear: both;
}
.non {
  display: none;
}
.odk {
  text-decoration: none;
}
.odk:hover {
  text-decoration: underline;
}
.odkP {
  text-decoration: underline;
}
.odkP:hover {
  text-decoration: none;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex_row_c {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.bezOkraju {
  margin: 0;
  padding: 0;
}
.listZrus {
  list-style: none;
  padding-left: 0;
}
.korekce {
  margin-top: -1px;
  padding-top: 1px;
}
@media (min-width: 100px) {
  .namax {
    max-width: 1920px;
    width: 100%;
  }
}
.cntmax {
  margin: 0 auto;
  max-width: 1800px;
  padding: 0 20px;
}
@media (min-width: 1600px) {
  .cntmax {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1429px) {
  .zoom_efect {
    zoom: 0.9;
  }
}
@media (max-width: 1281px) {
  .zoom_efect {
    zoom: 0.8;
  }
}
@media (max-width: 1142px) {
  .zoom_efect {
    zoom: 0.7;
  }
}
@media (max-width: 1005px) {
  .zoom_efect {
    zoom: 0.6;
  }
}
@media (max-width: 853px) {
  .zoom_efect {
    zoom: 0.55;
  }
}
@media (max-width: 767px) {
  .zoom_efect {
    zoom: 1;
  }
}
#dvDoplnky {
  line-height: 1.8;
  margin-bottom: 2em;
  margin-top: 2em;
}
#dvDoplnky .dvDpl a.aVice {
  color: #306fbd;
  text-decoration: underline;
  /*
            display: inline-block;
            width: 30px;
            height: 30px;
            background:red;
            color:#fff;
            font-size: 10px;
            */
}
#dvDoplnky .dvDpl a.aVice:hover {
  text-decoration: none;
}
#dvDoplnky .dvDpl a.aVice .show-tooltip {
  cursor: pointer;
}
#dvDoplnky .dvDpl .sPopover.spI {
  display: inline-block;
  cursor: pointer;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  text-align: center;
  line-height: 20px;
  margin: -2px 5px 0 2px;
  background: #000;
}
#dvDoplnky .dvDpl .sPopover.spI:hover {
  background: #306fbd;
}
#dvDoplnky .dvDpl .sPopover.spI em {
  vertical-align: middle;
  line-height: 20px;
  color: white;
  display: inline-block;
  margin-top: -4px;
  margin-left: -1px;
  font-size: 12px;
  font-style: normal;
}
#dvDoplnky .dvDpl span.spnC del {
  font-size: 80%;
}
#dvDoplnky .dvDpl input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  position: static;
  width: auto;
  height: auto;
  border: 1px solid #000;
  margin-top: -3px;
}
body.type-product .dvBarvaModelu {
  margin-bottom: 12px;
}
body.type-product .dvBarvaModelu h3 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
body.type-product .dvBarvaModelu ul {
  padding: 0;
  margin: 0;
}
body.type-product .dvBarvaModelu ul li {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
body.type-product .dvBarvaModelu ul a {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: solid 2px #e6e9ed;
  padding: 4px 0 0 4px;
  border-radius: 18px;
  margin-right: 0.5em;
}
body.type-product .dvBarvaModelu ul a span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
body.type-product .dvBarvaModelu ul a:hover,
body.type-product .dvBarvaModelu ul a.sel {
  border-color: #000;
}
body.type-product .dvBarvaModelu.mini {
  margin-top: 1em;
  text-align: center;
}
body.type-product .dvBarvaModelu.mini ul a {
  text-align: left;
}
body.type-product #dvModel {
  margin-bottom: 12px;
}
body.type-product #dvModel h3 {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
body.type-product #dvModel ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
body.type-product #dvModel ul li {
  list-style: none;
  padding-left: 0;
  display: inline-block;
}
body.type-product #dvModel ul a {
  display: inline-block;
  border: solid 1px #e6e9ed;
  padding: 15px 15px;
  border-radius: 10px;
  margin-right: 1em;
}
body.type-product #dvModel ul a em {
  font-size: 80%;
}
body.type-product #dvModel ul a:hover,
body.type-product #dvModel ul a.sel {
  border-color: #000;
}
body.type-product .dvYout {
  margin-top: 50px;
}
body.type-product .dvYout .youtuVideo {
  aspect-ratio: 1.77777778;
  width: 90%;
}
@media (max-width: 1200px) {
  body.type-product .dvYout .youtuVideo {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  body.type-product table.detail-parameters tr.variant-list th {
    width: 200px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgb(0 0 0%);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.dvN {
  max-width: 1920px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 10px 20px 20px 20px;
  width: 100%;
  position: relative;
}
@media (min-width: 1600px) {
  .dvN {
    min-height: 630px;
  }
}
.dvN:after {
  content: "";
  display: block;
  background: url(https://www.pouziteiphony.cz/user/documents/upload/_ladzo/modely/navigace.jpg) no-repeat;
  width: 600px;
  height: 500px;
  position: absolute;
  right: 0;
  top: 30px;
}
@media (max-width: 1439px) {
  .dvN:after {
    width: 400px;
    height: 333.2px;
    background: blue;
    background-size: 80%;
    background-position: right top;
  }
}
@media (min-width: 1600px) {
  .dvN:after {
    width: 800px;
    height: 600px;
    background: url(navigace_big.jpg) no-repeat;
  }
}
.dvN > div.leva {
  flex: 1;
}
.dvN > div.prava {
  flex: 0 1 600px;
}
@media (min-width: 1600px) {
  .dvN > div.prava {
    flex: 0 1 800px;
  }
}
@media (max-width: 1439px) {
  .dvN > div.prava {
    flex: 0 1 400px;
  }
}
.dvN .leva {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: center;
}
.dvN .leva > div {
  flex: 0 1 20%;
  padding: 0 7px;
}
.dvN .leva h3 {
  text-transform: uppercase;
  margin: 0;
  color: #000;
  font-weight: 700;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.dvN .leva a.aVice {
  text-decoration: underline;
  display: block;
  margin-top: 20px;
}
.dvN .leva a.aVice:hover {
  text-decoration: none;
}
.dvN .leva a.aVice:hover {
  background: none!important;
  color: #000 !important;
}
.dvN .leva ul {
  margin: 0;
  padding: 0;
  display: block;
  line-height: 1.6;
  margin-bottom: 20px;
}
.dvN .leva ul li {
  list-style: none;
  padding-left: 0;
}
.dvN .leva ul li a {
  text-decoration: underline;
  padding: 0;
  font-size: 14px;
  display: inline-block;
}
.dvN .leva ul li a:hover {
  text-decoration: none;
}
.dvN .leva ul.modely small {
  float: right;
}
.dvN .leva ul.modely a.ahov:hover:after {
  content: "";
  display: block;
  width: 600px;
  height: 500px;
  position: absolute;
  right: 0;
  z-index: 10;
  top: 30px;
}
@media (min-width: 1600px) {
  .dvN .leva ul.modely a.ahov:hover:after {
    width: 800px;
    height: 600px;
  }
}
@media (max-width: 1439px) {
  .dvN .leva ul.modely a.ahov:hover:after {
    width: 400px;
    height: 333.2px;
    background-size: 80%;
  }
}
.dvN .leva div.barvaAj {
  padding: 0 20px;
}
/*
@import 'less/detail.less';
@import 'less/kategorie.less';
@import 'less/bannery.less';
@import 'less/filtry.less';
*/
/*# sourceMappingURL=ladzo.css.map */