.termekek .grid {
  display: inline-block;
  width: 743px;
  vertical-align: top;
  margin-left: 11px;
}
.termekek .grid .col-md-6 {
  margin-bottom: 50px;
  position: relative;
  padding-right: 31px;
}
.termekek .grid .col-md-6:before {
  background: #ededed;
  content: '';
  height: 100%;
  width: 1px;
  display: block;
  position: absolute;
  right: 10px;
}
.termekek .grid .col-md-6:nth-child(2n):before {
  display: none;
}
.termekek .grid .col-md-6:first-of-type {
  padding-left: 9px;
}
.termekek .grid .col-md-6:last-of-type {
  padding-left: 9px;
}
.termekek .grid .col-md-6 a.thumbnail img {
  padding-bottom: 1px;
  border-bottom: 3px solid #ed1b24;
  margin-bottom: 18px;
}
.termekek .grid .col-md-6 a.name {
  font: 700 20px 'Candara', sans-serif;
  color: #e20613;
  margin-bottom: 7px;
  display: inline-block;
}
.termekek .grid .col-md-6 p {
  font-size: 17px;
  letter-spacing: -0.2px;
}
.termekek .grid .col-md-6 .holder {
  margin-top: 24px;
  width: 100%;
}
.termekek .grid .col-md-6 .price {
  background: #787979;
  font-size: 28px;
  color: #fff;
  display: inline-block;
  float: right;
  padding: 0 8px;
  height: 29px;
  line-height: 26px;
  text-align: center;
}
.termekek .grid .col-md-6 .button {
  background: url(../img/btn.png) no-repeat;
  width: 117px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 1190px) {
  .termekek .grid {
    width: 65%;
    padding-left: 0;
    margin-right: -4px;
  }
}
@media (max-width: 1050px) {
  .termekek .grid .col-md-6 {
    text-align: center;
  }
  .termekek .grid .col-md-6 .price {
    float: none;
    margin-top: 10px;
  }
}
@media (max-width: 755px) {
  .termekek .grid .col-md-6 {
    width: 100%;
    padding: 0;
  }
  .termekek .grid .col-md-6:before {
    display: none;
  }
  .termekek .grid .col-md-6 a {
    display: block;
    text-align: center;
  }
  .termekek .grid .col-md-6 a.thumbnail img {
    margin: 0px auto 5px auto;
  }
  .holder a,
  .holder div {
    vertical-align: top;
    margin-top: 0 !important;
    height: 31px !important;
  }
}
@media (max-width: 650px) {
  .termekek .grid {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
