.termekek {
  border: 1px solid #ededed;
  max-width: 1180px;
  margin: 15px auto 30px auto;
  padding: 30px 10px 25px 30px;
}
.termekek .sidebar ul {
  min-height: 1205px;
}
.termekek .products {
  display: inline-block;
  width: 743px;
  vertical-align: top;
  margin-left: 14px;
}
.termekek .products #slider {
  margin-top: -20px;
}
.termekek .products #slider.noborder {
  border: 0;
  padding-bottom: 1px;
  border-bottom: 3px solid #ed1b24;
}
.termekek .products #slider .arrow {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50%;
  margin-top: -20px;
}
.termekek .products #slider .arrow .l {
  position: absolute;
  left: 20px;
}
.termekek .products #slider .arrow .r {
  position: absolute;
  right: 20px;
}
.termekek .products .datas .price {
  background: #787979;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  float: right;
  padding: 0 8px;
  height: 29px;
  line-height: 28px;
}
.termekek .products .datas a.name {
  font: 700 20px 'Candara', sans-serif;
  color: #e20613;
  margin-bottom: 7px;
  display: block;
  margin-top: 20px;
}
.termekek .products .datas p {
  float: left;
  font-size: 17px;
  max-width: 480px;
}
.termekek .products .info {
  margin-top: 43px;
  width: 100%;
}
.termekek .products .info tr {
  background: #e8e9e9;
}
.termekek .products .info tr th {
  background: #1c1c1c;
  color: #fff;
}
.termekek .products .info tr:nth-child(2n) {
  background: #fff;
}
.termekek .products .info tr td,
.termekek .products .info tr th {
  padding-left: 25px;
  font-size: 17px;
  line-height: 30px;
  height: 30px;
}
.termekek .products .info tr td:first-of-type,
.termekek .products .info tr th:first-of-type {
  min-width: 290px;
}
@media (max-width: 1190px) {
  .termekek .products {
    width: 65%;
    padding-left: 20px;
    margin-right: -4px;
  }
}
@media (max-width: 1190px) {
  .termekek .products .info tr td:first-of-type {
    min-width: 150px;
  }
}
@media (max-width: 650px) {
  .sidebar {
    width: 100%;
  }
  .sidebar ul.list-unstyled {
    width: 100%;
    max-width: inherit;
    border-right: 0;
  }
  .sidebar ul.list-unstyled li {
    width: 50%;
    margin-right: -4px;
    display: inline-block;
  }
  .sidebar ul.list-unstyled li:nth-child(2n+0) {
    position: relative;
    left: -20px;
  }
  .sidebar ul.list-unstyled li:last-of-type {
    border-bottom: 1px solid #ededed;
  }
  .sidebar ul.list-unstyled {
    min-height: inherit;
    margin-bottom: 40px;
  }
  .termekek .products {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    margin-left: -10px;
  }
}
@media (max-width: 600px) {
  .sidebar ul.list-unstyled li {
    width: 100%;
    text-align: center;
    max-width: inherit;
  }
  .sidebar ul.list-unstyled li:nth-child(2n+0) {
    left: 0;
  }
}
