body .admz_ctg10 {
  bottom: 110px;
  left: 25px !important;
}
@media (min-width: 850px) {
  body .admz_ctg10 {
    bottom: 130px;
  }
}
body .uppercase,
body .button {
  letter-spacing: 0px;
}
body span.amount {
  color: rgb(227, 29, 26);
}

ol.custom_list {
  counter-reset: item;
}
ol.custom_list li {
  margin-left: 0px;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (min-width: 850px) {
  ol.custom_list li {
    font-size: 1.1em;
  }
}
ol.custom_list li::marker {
  visibility: hidden;
  color: transparent;
}
ol.custom_list li::before {
  content: counter(item);
  counter-increment: item;
  background-color: var(--primary-color);
  display: inline-block;
  color: white;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100px;
  font-size: 0.8em;
  margin-right: 5px;
}

.bang_gia_xe_kia .section-content > .row {
  margin-bottom: 30px;
}
.bang_gia_xe_kia .section-content > .row .text_notice {
  background-color: #f5f6f7;
  border-left: 3px solid var(--primary-color);
  padding-left: 15px;
}
.bang_gia_xe_kia .section-content > .row .text_notice .bullet-checkmark {
  border-bottom: 0px;
}
.bang_gia_xe_kia .section-content > .row table {
  border-collapse: collapse;
}
.bang_gia_xe_kia .section-content > .row table th {
  background-color: rgba(235, 235, 235, 0.4);
  border: 1px solid lightgray;
  padding: 10px;
}
.bang_gia_xe_kia .section-content > .row table td {
  border: 1px solid lightgray;
  padding: 10px;
}
.bang_gia_xe_kia .section-content > .row table td:nth-child(2) {
  width: 150px;
}
@media (min-width: 850px) {
  .bang_gia_xe_kia .section-content > .row table td:nth-child(2) {
    width: 200px;
  }
}

.list_product_home .item .ztitle {
  border-top: 2px solid var(--primary-color);
  font-weight: bold;
  font-size: 1.3em;
}
.list_product_home .item .ztitle strong {
  background-color: var(--primary-color);
  color: white;
  display: inline-block;
  padding: 10px;
}

.title-wrapper {
  margin-bottom: 10px;
  font-size: 1.3em;
  font-weight: bold;
}
.title-wrapper .product-title a {
  color: #232323;
}

.price-wrapper {
  font-size: 1.4em;
}/*# sourceMappingURL=details.css.map */