.feedprodukty {
  display: flex;
}
.feedprodukty a {
  display: flex;
  flex-direction: column;
  width: 218px;
  height: auto;
  border: 1px solid rgba(102, 102, 102, 0.25);
  color: #333333;
  font-size: 12px;
  line-height: 18px;
  transition: all 0.3s;
}
.feedprodukty a .img {
  height: 160px;
  background-size: cover;
  background-position: 50% 50%;
  margin: 10px 10px 10px 10px;
}
.feedprodukty a .p-nazov {
  color: black;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  padding: 0 10px 0 10px;
  margin-bottom: auto;
}
.feedprodukty a .p-cena {
  padding: 5px;
  font-size: 16px;
  color: #bb3300;
  text-align: center;
  font-weight: 900;
}
.feedprodukty a .p-shop {
  text-align: center;
  color: #666666;
  padding-bottom: 10px;
}
.feedprodukty-clanok.feedprodukty a.c {
  width: 180px;
}
.feedprodukty-clanok.feedprodukty a.c .img {
  height: 100px;
}
.feedprodukty-page {
  flex-wrap: wrap;
}
.feedprodukty-page a {
  margin: 0 10px 10px 0;
}
@media screen and (max-width: 500px) {
  .feedprodukty a {
    width: 170px;
  }
  .feedprodukty a .img {
    height: 100px;
  }
}
.home-feedprodukty.clanky a.c {
  width: 275px;
}
.home-feedprodukty.clanky a.c {
  height: 275px;
}
@media screen and (max-width: 500px) {
  .home-feedprodukty.clanky a.c {
    height: 245px;
  }
}
@media screen and (min-width: 600px) {
  container aside .feedprodukty a {
    margin: 0 0 10px 0;
    width: 170px;
  }
  container aside .feedprodukty a:nth-of-type(2n+1) {
    margin-right: 10px;
  }
  container aside .feedprodukty a .img {
    height: 100px;
  }
}
.txtcontent {
  overflow-wrap: break-word;
}
/*.txtcontent .swiper-container .clanky a {
    margin: 0;
}*/
.swiper-wrapper {
  padding-bottom: 15px;
}
@media screen and (max-width: 500px) {
  .txtcontent .swiper-container {
    width: calc( 100% + 50px );
    margin: 0 -25px 0 -25px;
  }
}
.feedporovnavac {
  font-size: 13px;
  overflow-x: auto;
}
.feedporovnavac .fp-head a {
  display: flex;
  flex-direction: column;
  width: 180px;
  color: #333333;
  font-size: 12px;
  line-height: 18px;
  transition: all 0.3s;
}
.feedporovnavac .fp-head a .img {
  height: 160px;
  background-size: cover;
  background-position: 50% 50%;
  margin: 10px 10px 10px 10px;
}
.feedporovnavac .fp-head a .p-nazov {
  color: black;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  padding: 0 10px 0 10px;
  margin-bottom: auto;
}
.feedporovnavac .fp-head a .p-cena {
  padding: 5px;
  font-size: 16px;
  color: #bb3300;
  text-align: center;
  font-weight: 900;
}
.feedporovnavac .fp-head a .p-shop {
  text-align: center;
  color: #666666;
  padding-bottom: 10px;
}
.feedporovnavac .fp-value {
  text-align: center;
  padding: 0px 0 8px 0;
  font-size: 14px;
  vertical-align: top;
  width: 180px;
}
.feedporovnavac .fp-label {
  font-weight: 300;
  color: #777777;
  padding: 2px 2px 8px 2px;
  font-size: 11px;
  text-align: left;
}
.feedporovnavac tr:nth-of-type(2n) td {
  background: #f4f4f4;
}
