.products-list-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.products-list-container .bx_filter {
  padding-right: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.products-list {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.products-list tr {
  position: relative;
}
.products-list tr:first-child td {
  border-top: 1px solid #e0e0e0;
}
.products-list tr:hover td {
  border-color: #e71240;
  position: relative;
}
.products-list tr:hover td:before {
  width: 100%;
  content: '';
  border-top: 1px solid #e71240;
  position: absolute;
  top: -1px;
  left: 0;
}
.products-list tr:hover:first-child td:before {
  display: none;
}
.products-list td {
  padding: 25px;
  border-bottom: 1px solid #e0e0e0;
}
.products-list td:first-child {
  width: 140px;
  border-left: 1px solid #e0e0e0;
}
.products-list td:nth-child(2) a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
}
.products-list td:nth-child(2) a:hover {
  text-decoration: underline;
}
.products-list td:nth-child(3) {
  width: 130px;
  padding: 25px 0;
  text-align: center;
  font-size: 18px;
}
.products-list td:nth-child(3) span:not(.rub) {
  color: grey;
  font-size: 16px;
  text-decoration: line-through;
  white-space: nowrap;
}
.products-list td:nth-child(3) span:not(.rub) .rub {
  font-size: 17px;
}
.products-list td:nth-child(3) .rub {
  font-size: 19px;
}
.products-list td:last-child {
  width: 120px;
  border-right: 1px solid #e0e0e0;
}
.products-list td:last-child a,
.products-list td:last-child button {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #e71242;
  color: white;
  font-size: 13px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  border: 0;
}
.products-list td:last-child a:hover,
.products-list td:last-child button:hover {
  background: #3e90c4;
}
.products-list-banner {
  width: 270px;
  position: absolute;
  right: 0;
  top: 0;
}
.products-list-banner a {
  float: right;
}
.list-image {
  max-width: 150px;
  max-height: 100px;
}
/*# sourceMappingURL=style.css.map */