/* Listado de ofertas en tabla */

table.list_offer tr,
table.list_offer.fourcols tr,
table.list_offer.threeEqualCols tr {
  cursor: default
}

table.list_offer th {
  color: $brand-grey-dark;
  font-size: 14px;
  font-weight: 400
}

table.list_offer th:last-child {
  text-align: right
}

table.list_offer tbody tr:nth-child(2n+1) {
  background: #fff
}

table.list_offer tbody tr td:first-child {
  padding: 3px 0 3px 5px !important;
  width: 18%
}

table.list_offer.threeEqualCols tbody tr td:first-child {
  padding: 3px 0 3px 5px !important;
  width: 45%
}

table.list_offer tbody tr td:nth-child(3) {
  width: 17%;
  text-align: right;
  padding-right: 3px;
  padding-left: 0
}

table.list_offer.fourcols tbody tr td:nth-child(3) {
  width: auto;
  text-align: left;
  padding: 8px
}

table.list_offer.fourcols tbody tr td:nth-child(4) {
  width: 17%;
  text-align: right;
  padding-right: 3px;
  padding-left: 0
}

table.list_offer tbody tr td img {
  max-height: 26px
}


table.list_offer tbody tr td a {
  text-decoration: none;
  font-weight: 300;
  strong {
    font-weight: 300;
  }
}

table.list_offer thead tr {
  background: transparent;
}

table.list_offer .cont_precio {
  font-size: 12px;
  line-height: 14px
}

table.list_offer .cont_precio a {
  color: $brand-grey-dark
}

table.list_offer .cont_precio .price {
  font-size: 20px;
  font-weight: 700;
}

table.list_offer .cont_precio .symbol {
  font-size: 14px;
  font-weight: normal
}

table.list_offer .cont_precio {
  color: $brand-grey-dark
}

/* fin listado ofertas en tabla*/
