
.row-fluid,
.row-fluid0 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row-fluid0 {
  margin-right: -5px;
  margin-left: -5px;
}

.row-fluid [class*="sblock"] {
  width: 100%;
  min-height: 28px;
  box-sizing: border-box;

  padding-right: 10px;
}
.row-fluid0 [class*="sblock"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-fluid .sblock0 {
  width: auto;
}
.row-fluid .sblock2 {
  width: 50%;
}
.row-fluid .sblock3 {
  width: 33.333%;
}
.row-fluid .sblock4 {
  width: 25%;
}
.row-fluid .sblock5 {
  width: 20%;
}
.row-fluid .sblock6 {
  width: 16.666%;
}
.row-fluid .sblock7 {
  width: 14.285%;
}
.row-fluid .sblock8 {
  width: 12.5%;
}
.row-fluid .sblock9 {
  width: 11.111%;
}
.row-fluid .sblock10 {
  width: 10%;
}
.row-fluid .sblock11 {
  width: 9.09%;
}
.row-fluid .sblock12 {
  width: 8.333%;
}


.car-price {
  font-size: 1.2em;
  color: #ff5719;
  font-weight: 600;
}

.car-old-price {
  text-decoration: line-through;
  font-style: italic;
  color: #999;
}
.card-list {
  display: block;
  margin-bottom: 1.2rem;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.25s;
  width: 100%;
}
.card-list:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img-card {
  width: 100%;
  display: block;
  overflow: hidden;
}
.img-card img {
  width: 100%;
  object-fit: cover;
  transition: all 0.25s ease;
}
.card-content {
  padding: 15px;
  text-align: left;
}
.card-title {
  margin-top: 0px;
  font-weight: 700;
  font-size: 1.4em;
  text-align: center;
}

.make-model {
  font-size: 1.4em;
  color: #666464;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #d4d4d4;
  display: inline-block;
  bottom: 0;
  width: 100%;
}
.card-read-more a {
  text-decoration: none !important;
  padding: 10px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  width: 100%;
}

.car-ref {
  font-size: 0.9em;
}

.odd {
  background-color: #efefef;
  border: solid 1px #ccc;
  margin: 3px;
  border-radius: 5px;
  padding: 3px;
}

.even {
  background-color: #fff;
  border: solid 1px #ccc;
  margin: 3px;
  border-radius: 5px;
  padding: 3px;
}

.accordion {
  background-color: #f0f0f0;
  width: 100%;
  border: none;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.open,
.accordion:hover {
  background-color: #ccc;
}

.panel {
  background-color: white;
  display: none;
  overflow: hidden;
  background-color: #efefef;
}

.accordion i {
  content: "\02795";
  color: #000;
  position: absolute;
  right: 10px;
}
