.h4-like {
  font-size: 17px;
}
.tabulka {
  width: 100%;
  border: 1px solid #00b3fe !important;
}
.tabulka tr,
.tabulka td {
  width: auto;
  border-bottom: 1px solid #00b3fe;
  border-left: 1px solid #ddd;
  padding: 3px 7px;
}
.tabulka tr:first-child td {
  background-color: #c8e8fb;
}
.tabulka tr,
.tabulka tr td:first-child {
  border-left: none;
}
.image-vyhody-wrap {
  display: flex;
}
.image-vyhody-wrap .product-image .vyhody-img-wrap {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.image-vyhody-wrap .product-image .descripted {
  float: none;
  margin: 10px 0;
  align-self: center;
}
.image-vyhody-wrap .product-image .descripted img {
  display: block;
}
.image-vyhody-wrap .vyhody table {
  margin-bottom: 0;
}
.image-vyhody-wrap .vyhody td,
.image-vyhody-wrap .vyhody tr {
  border: none;
  padding: 2px 10px;
}
.image-vyhody-wrap .vyhody img {
  width: 45px;
  margin: 0;
  vertical-align: middle;
}
.product-text-imported {
  clear: both;
  width: 100%;
}
.product-text-imported h2,
.product-text-imported h3 {
  font-size: 16px;
  border-bottom: 2px solid #00b3fe;
  padding-bottom: 5px;
  text-align: justify;
}
.product-text-imported h3 {
  font-size: 15px;
}
@media screen and (min-width: 630px) {
  .menu li ul {
    display: none;
  }
  .menu li.has-childrens.unsel:hover a {
    background-color: #f8f8fd;
  }
  .menu li.unsel:hover > ul {
    display: block;
    width: 250px;
    position: absolute;
    right: -250px;
    top: 0;
    background: #f8f8fd;
    box-shadow: 2px 1px 10px #ddd;
    border: 1px solid #ddd;
    z-index: 100;
  }
}
@media screen and (max-width: 630px) and (min-width: 630px) {
  .all {
    width: 87%;
  }
  .menu {
    width: 30% !important;
  }
  .menu li.unsel:hover > ul {
    width: 181px;
    right: -183px;
  }
}
@media screen and (max-width: 410px) {
  .all {
    width: 80%;
  }
  .search {
    left: 10px;
    background: none;
    position: relative;
  }
  .top-menu li {
    float: none;
  }
  .all-in {
    padding-top: 140px !important;
  }
}
