
#destacadas #ord-bar {
  padding: 5px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#destacadas #ord-bar h3,
#destacadas #ord-bar .item {
  font-size: 1.3em;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 12%;
  text-align: center;
  white-space: nowrap;
}
#destacadas #ord-bar .item h3{
order:2;
}
#destacadas #ord-bar .item a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}
#destacadas #ord-bar .item .triangulo_sup {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #ffed14;
  line-height: 30px;
  order:1;
}
#destacadas #ord-bar .item .triangulo_sup.selected {
  border-bottom-color: #000;
}
#destacadas #ord-bar .item .triangulo_inf {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 14px solid #ffed14;
  order:3;
}
#destacadas #ord-bar .item .triangulo_inf.selected {
  border-top-color: #000;
}
#more-order-options-wrapper {
    width: 100%;
}
#table-results {
    width: 100%;
 /* display: table;
  
  empty-cells: show;
  margin: 20px 0;*/
}
#table-results #ord-bar {
  display: flex;
  
}
#table-results #ord-bar h3,
#table-results #ord-bar .item {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 8px;
  width: 8%;
}
#table-results #ord-bar h3 span,
#table-results #ord-bar .item span {
  vertical-align: middle;
  padding: 0 2px;
}
#table-results #ord-bar h3 span.active a i,
#table-results #ord-bar .item span.active a i {
  color: #e1001a;
}
#table-results #ord-bar .item:last-child {
  border-right: none;
}
#table-results .list-item {
  display: table-row;
}
#table-results .list-item .col {
  display: table-cell;
  color: #666;
  padding: 5px;
  vertical-align: middle;
  width: 12.5%;
  text-align: center;
  height: 100%;
}
#table-results .list-item .col a {
  color: #666;
}
#table-results .list-item .col:last-child {
  border-right: none;
}
#table-results.no-border {
  margin: 20px 0;
}
#table-results.no-border #ord-bar h3,
#table-results.no-border #ord-bar .item {
  border-bottom: none;
}
#resultados {
  display: none;
}
@media (max-width: 991px) {
 /* #table-results {
    display: none;
  }*/
  #resultados {
    display: block;
  }
  #table-results #ord-bar {
    display: block;
}

#table-results #ord-bar h3, #table-results #ord-bar .item {
    text-align: center;
    display: flex;
    vertical-align: middle;
    padding-bottom: 8px;
    width:100%;
}
#destacadas #ord-bar .item h3{
order:1;
}
#destacadas #ord-bar .item .triangulo_inf {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 28px solid #ffed14;
  order:3;
  margin-right: 50px;
  margin-top: 10px;
}
#destacadas #ord-bar .item .triangulo_sup {
 width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-bottom: 28px solid #ffed14;
        line-height: 50px;
        order: 2;
        margin-right: 80px;
        margin-top: 10px;
}
}
#resultados.active {
  display: block !important;
}