.termekek .col-md-9 .products .col-md-4 {
  width: 248px;
  margin-bottom: 34px;
  margin-right: 35px;
  position: relative;
}
.termekek .col-md-9 .products .col-md-4:nth-child(3n) {
  margin-right: 0;
}
.termekek .col-md-9 .products .col-md-4 a {
  background: #000;
  position: absolute;
  bottom: 60px;
  background: rgba(131,163,48,0.8);
  height: 60px;
  line-height: 60px;
  width: 100%;
  font-size: 17.77px;
  text-indent: 18px;
  color: #fff;
  font-family: 'Gill Sans MT';
}
.termekek .col-md-9 .products .col-md-4 a:after {
  content: "";
  display: block;
  height: 60px;
  line-height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  background: url(../img/cart-m.png) center center no-repeat #83a330;
}
.termekek .col-md-9 .products .col-md-4 .price {
  margin-bottom: 0;
  margin-top: 0;
  height: 60px;
  line-height: 60px;
}
.termekek .col-md-9 .pagers {
  margin-top: 10px;
  margin-bottom: 45px;
}
.termekek .col-md-9 .pagers .prev,
.termekek .col-md-9 .pagers .next {
  background: #fff;
  width: 61px;
  height: 61px;
  display: inline-block;
  border: 1px solid #83a330;
}
.termekek .col-md-9 .pagers .prev:hover,
.termekek .col-md-9 .pagers .next:hover {
  background: #83a330;
}
.termekek .col-md-9 .pagers .prev {
  background: url(../img/bal_g.png) center center no-repeat #fff;
}
.termekek .col-md-9 .pagers .prev:hover {
  background: url(../img/bal_h.png) center center no-repeat #83a330;
}
.termekek .col-md-9 .pagers .next {
  background: url(../img/jobb_g.png) center center no-repeat #fff;
  margin-right: -25px;
}
.termekek .col-md-9 .pagers .next:hover {
  background: url(../img/jobb_h.png) center center no-repeat #83a330;
}
.termekek .col-md-9 .pagers .pages {
  margin: 0;
  display: inline-block;
  list-style: none;
  vertical-align: top;
  height: 61px;
  line-height: 61px;
}
.termekek .col-md-9 .pagers .pages li {
  display: inline-block;
}
.termekek .col-md-9 .pagers .pages li.active a,
.termekek .col-md-9 .pagers .pages li:hover a {
  text-decoration: underline;
}
.termekek .col-md-9 .pagers .pages li a {
  color: #83a330;
  font-size: 17.7px;
  font-family: 'Gill Sans MT';
  margin-left: 9px;
  margin-right: 9px;
}
@media (max-width: 1110px) {
  .termekek .col-md-9 .products .col-md-4 {
    width: 31.5%;
    margin-right: 2.5%;
  }
  .termekek .col-md-9 .products .col-md-4 img {
    width: 100%;
  }
}
@media (max-width: 719px) {
  .termekek .col-md-9 .products .col-md-4 {
    width: 49%;
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
  }
  .pagers {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .pagers ul {
    width: 100%;
  }
}
