.products .col-md-3 {
  margin-right: 5px;
  padding-right: 0 !important;
}
.products .col-md-3:nth-child(4n) {
  margin-right: -18px;
}
.products .col-md-3 .box {
  border-bottom: 0;
  max-width: 184px;
  background: url(../../img/munka/termek_alja.png) bottom no-repeat;
  min-height: 235px;
  margin-top: 20px;
}
.products .col-md-3 .box:hover {
  background: url(../../img/munka/termek_alja_hover.png) bottom no-repeat;
}
.products .col-md-3 .box:hover >a {
  border-color: #FFA600;
  color: #fff;
}
.products .col-md-3 .box:hover img {
  width: 100%;
}
.products .col-md-3 .box > a {
  border: 1px solid #ededed;
  display: block;
}
.products .col-md-3 .box > a.name {
  border: 0;
}
.products .col-md-3 .box img {
  width: 100%;
}
.products .col-md-3 .box .name {
  min-height: 31px;
  line-height: 31px;
  color: #494949;
  font-size: 14px;
  text-align: center;
  display: block;
}
.products .col-md-3 .box .lifted {
  height: 20px;
}
.products .col-md-3 .box .lifted .left {
  float: left;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: url(../../img/munka/ar.png);
  width: 91px;
  height: 20px;
  line-height: 20px;
  display: block;
}
.products .col-md-3 .box .lifted .left span {
  text-align: center;
  width: 81px;
  display: block;
}
.products .col-md-3 .box .lifted .right a {
  float: right;
  min-width: 71px;
  background: #FFA600;
  border-radius: 3px;
  color: #fff;
  line-height: 20px;
  height: 20px;
  display: block;
  text-align: center;
  font-size: 12px;
}
@media (max-width: 1050px) {
  .products .col-md-3 {
    margin-right: 0;
  }
  .clr {
    margin-bottom: 0 !important;
  }
  .pagination {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 940px) {
  .products .col-md-3 {
    width: 33.3%;
  }
  .products .col-md-3:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 860px) {
  .products .col-md-3 {
    width: 33.3% !important;
  }
}
@media (max-width: 820px) {
  .products .col-md-3 {
    width: 50% !important;
    padding: 0 2px;
  }
  .products .col-md-3 .box {
    max-width: inherit;
    margin-right: 5px;
    background: #ededed;
  }
  .products .col-md-3 .box:hover {
    background: #ededed;
  }
}
.pagination {
  text-align: center;
  width: 100%;
  margin: 0;
  margin-top: 40px;
  border-top: 1px solid #dedede;
  padding-top: 13px;
  margin-bottom: 60px;
}
.pagination li {
  margin-right: -4px;
}
.pagination li.active a,
.pagination li:hover a {
  background: #FFA600 !important;
  color: #fff;
}
.pagination li a {
  border: 0;
  float: none;
  color: #2e2e2e;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 !important;
  width: 33px;
  height: 19px;
  line-height: 19px;
  padding: 0;
  display: inline-block;
}
.hline div {
  vertical-align: top;
  float: right;
  font-size: 12px;
  color: #797979;
}
.hline div span {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.hline div .select {
  width: 165px;
  margin-right: 7px;
}
.hline div .select .btn,
.hline div .select .btn-default {
  background: transparent;
  border: 0;
  padding: 0;
}
.hline div .select .btn a,
.hline div .select .btn-default a {
  color: #2a2a2a;
}
.hline div .select .btn .filter-option,
.hline div .select .btn-default .filter-option {
  color: #2a2a2a;
}
.hline .bootstrap-select.btn-group .btn .caret {
  right: 0;
}
