.mt-50 {
  margin-top: 50px; }

.empty_porov {
  margin: 50px 0; }
  .empty_porov .mt-40 {
    margin-top: 40px; }
    @media (max-width: 767px) {
      .empty_porov .mt-40 {
        margin: 20px 0 50px 0; } }
  @media (max-width: 767px) {
    .empty_porov .text-right {
      text-align: left;
      margin-bottom: 20px; } }
  .empty_porov h2 {
    border-bottom: none; }
  .empty_porov .pl-0 {
    padding-left: 0; }
    @media (max-width: 767px) {
      .empty_porov .pl-0 {
        padding-left: 15px; } }

@media (min-width: 767px) {
  .empty_porov_vyhledavani #pruvodce-vysavac-v2 {
    margin-left: 0 !important;
    margin-right: 0 !important; } }

.porovnavac {
  position: relative; }
  .porovnavac .outer {
    position: relative;
    overflow-x: unset;
    overflow-y: visible;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    font-size: 0; }
    @media (max-width: 1169px) {
      .porovnavac .outer {
        margin-left: 0;
        max-width: 100%;
        overflow-x: auto; } }
  .porovnavac .inner {
    display: inline-block;
    max-width: calc(100% - 230px);
    overflow-x: auto; }
    @media (max-width: 1169px) {
      .porovnavac .inner {
        overflow-x: unset; } }
  .porovnavac ::-webkit-scrollbar {
    width: 0;
    background: transparent; }
  .porovnavac .razeni {
    display: inline-block; }
  .porovnavac .border-right {
    position: absolute;
    top: 365px;
    bottom: 0;
    right: 0;
    width: 1px;
    background-color: #e7e4e4;
    z-index: 10;
    transition: height 150ms linear; }
  .porovnavac .sloupec {
    position: relative;
    width: 235px;
    display: inline-block;
    vertical-align: top; }
  .porovnavac .sloupec__parametry {
    width: 230px; }
    .porovnavac .sloupec__parametry .vyradit-vse-box {
      position: relative;
      padding: 0;
      min-height: 365px;
      background-color: #fff; }
      .porovnavac .sloupec__parametry .vyradit-vse-box .odebrat {
        position: absolute;
        bottom: 12px;
        left: 0; }
    .porovnavac .sloupec__parametry .category {
      display: block;
      background: #f3f2f2;
      min-height: 38px;
      color: #000;
      font-weight: 700;
      font-size: 13px;
      line-height: 18px;
      white-space: normal; }
      .porovnavac .sloupec__parametry .category.collapse-arrow {
        border-right: 0; }
      .porovnavac .sloupec__parametry .category .title {
        display: inline-block;
        width: 90%; }
    .porovnavac .sloupec__parametry .item-param.foot-cell {
      padding: 0; }
  .porovnavac #right-scroll-btn,
  .porovnavac #left-scroll-btn,
  .porovnavac .stin {
    opacity: 1;
    visibility: visible;
    transition: all .4s; }
  .porovnavac.isLast #right-scroll-btn,
  .porovnavac.porovnavac.isFirst #left-scroll-btn,
  .porovnavac.isLast .stin {
    opacity: 0;
    visibility: hidden;
    transition: all .4s; }
  .porovnavac .arrow-box {
    display: block; }
    @media (max-width: 1169px) {
      .porovnavac .arrow-box {
        display: none; } }
  .porovnavac .left-arrow-box {
    position: absolute;
    left: 195px;
    top: 85px;
    height: 44px;
    width: 44px;
    z-index: 59; }
    .porovnavac .left-arrow-box .arrow {
      left: 13px;
      position: absolute;
      top: 4px;
      color: #fff;
      font-size: 40px; }
  .porovnavac .right-arrow-box {
    position: absolute;
    right: -8px;
    top: 85px;
    height: 44px;
    width: 44px;
    z-index: 59; }
    .porovnavac .right-arrow-box .arrow {
      left: 15px;
      position: absolute;
      top: 4px;
      color: #fff;
      font-size: 40px; }
  .porovnavac .arrow-shape {
    position: relative;
    height: 40px;
    width: 40px;
    background-color: #15a5db;
    clip-path: circle(40%);
    cursor: pointer; }
  .porovnavac .arrow-shape:hover {
    background-color: #0e95c7; }
  .porovnavac .stin {
    position: absolute;
    top: 0;
    right: 0;
    height: 365px;
    width: 250px;
    z-index: 5;
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8)); }
    @media (max-width: 1169px) {
      .porovnavac .stin {
        display: none; } }
  .porovnavac .drag-handler {
    text-align: right;
    position: absolute;
    top: 0;
    right: 25px;
    cursor: pointer; }
  .porovnavac input[name=btnKoupit] {
    padding: 7px 20px;
    margin-top: 10px; }
  .porovnavac input[name=btnKoupit]:hover {
    background-color: #33931c; }
  .porovnavac .item-cell {
    position: relative;
    display: block;
    width: 235px;
    padding: 9px 0;
    text-align: center;
    border-bottom: 1px solid #e7e4e4;
    border-left-width: 0;
    border-top-width: 0;
    border-right: 0;
    line-height: 16px;
    color: #000;
    font-size: 13px;
    white-space: normal;
    background-color: #fff; }
    .porovnavac .item-cell .vertical-line {
      height: 100%;
      border-right: 1px solid #e7e4e4;
      align-items: center;
      justify-content: center;
      padding: 0 20px;
      display: flex;
      vertical-align: middle; }
  .porovnavac .item-param {
    text-align: left;
    display: flex;
    background-color: #fcfcfc;
    color: #000;
    font-weight: 400;
    padding: 9px;
    border: 1px solid #e7e4e4;
    border-top-width: 0;
    line-height: 16px;
    font-size: 13px;
    white-space: normal; }
    .porovnavac .item-param .icon.tool-tip {
      width: 16px;
      height: 16px;
      background: url(/framework/img/icon/tooltip.png) right 0 top 1px no-repeat; }
  .porovnavac .icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    float: right;
    cursor: pointer;
    background: url(/framework/img/icon/circleArrowUp.png) 0 0 no-repeat;
    transition: transform .2s linear; }
    .porovnavac .icon.down {
      transform: rotate(180deg); }
  .porovnavac .bg-blue {
    background-color: #f0fafd;
    font-weight: 700; }
  .porovnavac .empty-cell {
    background: #f3f2f2;
    min-height: 38px; }
  .porovnavac .potrebujete-poradit {
    padding: 0;
    border: none;
    width: 100%;
    height: 77%;
    text-align: center;
    margin: auto 0; }
    .porovnavac .potrebujete-poradit strong {
      display: block;
      font-size: 14px; }
    .porovnavac .potrebujete-poradit .img-box {
      display: block;
      width: 100%;
      height: 70px;
      padding: 10px 0; }
      .porovnavac .potrebujete-poradit .img-box img {
        float: none;
        max-height: 50px;
        margin-right: 0; }
    .porovnavac .potrebujete-poradit .contact-box {
      display: inline-block;
      text-align: center; }
      .porovnavac .potrebujete-poradit .contact-box .phone-contact {
        display: block;
        padding-bottom: 0;
        text-align: left;
        margin: 0; }
        .porovnavac .potrebujete-poradit .contact-box .phone-contact > div {
          font-size: 12px; }
  .porovnavac .image {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0; }
    .porovnavac .image img {
      max-width: 100%;
      max-height: 100%; }
  .porovnavac .name {
    margin: 10px 0;
    height: 43px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    overflow: hidden;
    white-space: normal;
    padding: 0 20px; }
  .porovnavac .bookmark-box .oblibene {
    float: none;
    display: inline-block;
    padding-left: 17px;
    background: url(/framework/img/icon/srdce.png) left 6px center no-repeat;
    text-align: right;
    width: 120px; }
    .porovnavac .bookmark-box .oblibene input {
      text-decoration: underline; }
      .porovnavac .bookmark-box .oblibene input:hover {
        text-decoration: none;
        color: #a13914; }
  .porovnavac .bookmark-box .vyradit {
    display: inline-block;
    margin-left: 17%; }
  .porovnavac .odebrat {
    margin-top: 10px;
    font-size: 13px;
    color: #c7480e;
    padding: 5px 6px 5px 15px;
    display: inline-block;
    cursor: pointer;
    background: url("/framework/img/icon/trash.png") left center no-repeat;
    text-decoration: underline; }
    .porovnavac .odebrat:hover {
      text-decoration: none;
      color: #a13914; }
  .porovnavac .foot-cell {
    min-height: 175px;
    padding: 20px 0; }
    .porovnavac .foot-cell .vertical-line {
      border-right: 1px solid #e7e4e4;
      height: 100%;
      padding: 0 10px;
      display: block;
      align-items: center;
      justify-content: center; }
    .porovnavac .foot-cell .foot-img-box {
      display: block;
      text-align: center; }
      .porovnavac .foot-cell .foot-img-box .foot-img {
        display: inline-block;
        width: 50px;
        height: 50px;
        vertical-align: top;
        text-align: center;
        margin-right: 5px; }
        .porovnavac .foot-cell .foot-img-box .foot-img img {
          width: 100%;
          height: 100%;
          object-fit: contain; }
      .porovnavac .foot-cell .foot-img-box .product-link {
        display: inline-block;
        width: 60%; }
    .porovnavac .foot-cell .name {
      display: inline-block;
      min-height: 50px;
      text-align: left;
      padding: 0;
      font-size: 13px;
      margin: 0;
      line-height: 17px;
      text-decoration: underline; }
    .porovnavac .foot-cell .cena {
      padding: 10px 0;
      font-weight: 700; }
  .porovnavac .border-bottom {
    border: none;
    border-bottom: 1px solid #e7e4e4; }
  .porovnavac .prouzek {
    padding-left: 0; }

/*# sourceMappingURL=porovnani.css.map */
