.table-list {
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  margin-bottom: 30px;
}
.table-list__item {
  position: relative;
  display: flex;;
  justify-content: center;
  background: #ffffff;
  margin-bottom: 2px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  flex-wrap: nowrap;
  align-items: center;
  border-radius: 0px;
  padding: 10px 15px;
}
.table-list__item:first-child {
  border-radius: 10px 10px 0px 0px;
}
.table-list__item:last-child {
  border-radius: 0px 0px 10px 10px;
}
.table-list__item:nth-child(even) {
  background: #f1eeeb;
  border: 0 none;
}
.table-list__item:nth-child(even) .table-mini-expand {
  background: #ffffff;
}
.table-list__item .table-mini-expand {
  background: #f1eeeb;
}
.table-list__show {
  display: block;
}
.table-list__hidden {
  display: none;
}
.table-list__img-filter {
  filter: drop-shadow(0px 2px 1px rgba(0, 0, 0, 0.3));
}
.table-list__count {
  width: 36px;
  line-height: 36px;
  color: #ff8100;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}
.table-list__table-cell label {
  -webkit-appearance: none;
}
.table-list__table-cell ul {
  list-style: none;
  padding: 0px;
}
.table-list__table-cell li {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  margin: 0px 0px;
  line-height: 1.4;
}
.table-list__table-cell li:before {
  content: "✔";
  color: #31996a;
  vertical-align: middle;
  margin-right: 5px;
  width: 12px;
  height: 12px;
}
.table-list__p-info {
  font-size: 22px;
  color: #31996a;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}
.table-list__p-info strong {
  color: #ff8100;
}
.table-list__p-rating {
  font-size: 14px;
  color: #ff8100;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.table-list__trust-score {
  padding-left: 20px;
  
  font-weight: bold;
  font-size: 22px;
}
.table-list__c1 {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 10;
}
.table-list__c2, 
.table-list__c4, 
.table-list__c5 {  
  padding: 10px 0px;
}
.table-list__c2 {
  flex: 20%;
}
.table-list__c5 {
  flex: 20%;
  text-align: center;
}
.table-list__c3 { 
  flex: 20%;
  margin: 0px;
}
.table-list__c4 {
  margin: 0px;
  flex: 30%;
}
.table-list__c4 > .table-list__table-cell {
  text-align: left;
}
.table-list__c2, 
.table-list__c3, 
.table-list__c4 {
  flex: 100%;
  text-align: center;
  z-index: 11;
}
.table-list__c4 > .table-list__bulleted-list {
  margin-left: 20px;
}
.table-list__c4 > .table-list__bulleted-list ul {
  margin-bottom: 0px;
}
.table-list__c4 > .table-list__rating {
  text-align: center;
}
.override-payment-icons div {
  background-color: #efefef;
  padding: 5px;
  height: 50px !important;
  width: auto !important;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  display: flex;
}
.override-payment-icons img {
  max-height: 33px !important;
  max-width: 60px !important;
  margin: auto;
}
.payment-icons {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: 100%;
}
.payment-icons div img {
    width: 100px;
}

@media (max-width: 1199px) {
  .table-list__item {
    width: 100%;
    flex-wrap: wrap;
    border-radius: 30px;
    padding: 15px;
  }
  .table-list__trust-score {
    font-size: 18px;
  }
  .table-list__c2, .table-list__c4, .table-list__c5 {
    padding: 0px 15px;
  }
  .table-list__c3 {
    margin: 0px 0px 20px 0px;
  }
  .table-list__c4 {
    margin: 20px 0px;
  }
  .table-list__c5 {
    flex: 100%;
  }
  .table-list__c4 > .table-list__table-cell {
    text-align: center;
  }
}
@media (max-width: 800px) {
  .table-list__item {
      max-width: 600px;
  }
  .table-list__payment-icons {
    margin-left: -10px;
    margin-right: -10px;
  }
}