.price-col h6 {
    font-size: 20px;
    text-align: center;
    color: #59a759;
    width: 100%;
    margin-bottom: 20px;
    font-weight: 600;
}
.msrpPriceText{
	text-decoration: line-through;
}
.msrp-price h6, .saving-price h6, .your-price h6 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: left;
}
.msrp-price h6 {
    color: #000;
}
.saving-price h6 {
    color: #ff5a00;
}
.your-price {
    border-top: 1px solid #000!important;
}
.your-price h6 {
	margin-bottom:20px;
}
.msrp-price h6.msrpPriceText,
.saving-price h6.savingPriceText,
.your-price h6.yourPriceText {
    font-size: 18px;
	text-align: right;
}
.callForPrice {
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    color: #59a759;
    margin-bottom:15px;
}


.srp-search {
    border: 1px solid #ccc;
    border-bottom: none;
    background: #f8f8f8;
    border-radius: 5px 5px 0 0;
}
.srp-sorting {
    background: #333;
    border-radius: 0 0 5px 5px;
    color: #fff;
}
.srp-sorting .btn-sm {
    font-size: .7rem;
    padding: .25rem;
}

.inventoryRow {
    border-bottom: 1px dotted #666;
}
.inventoryRow.evenRow {
  background: #f3f2f2;
}
h2.inventory-title {
  font-size:16px;
}
.row.inventoryDetails {
    font-size: 96%;
}
span.data-point-field {
  font-weight:600;
}
.inventory-details table.table {
  margin-bottom:0;
}
.col-sm-7.col-md-6.col-lg-6.pt-0.pt-sm-3 {
    padding-left: 0;
    padding-right: 0;
}
.table-sm td, .table-sm th {
    padding: 0 0 .3rem;
}
td.data-point-field {
    padding-right: .5rem;
    font-weight: 600;
}
.list-group-item {
  background:transparent;
}
.carfax-logo {
    text-align: center;
}
.carLink {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.border-1 {
  border-left:1px dotted #666;
}
@media (min-width: 992px) {
  .border-2 {
    border-left: 1px dotted #666;
    border-right: 1px dotted #666;
  }
  .border-1 {
    border:none;
  }
}

@media (max-width: 575.98px) {
  .border-1 {
    border-left:none;
  }
}


.page-item.active .page-link {
    background-color: #333;
    border-color: #333;
}
.right-button .btn-primary {
    background:none #a80116;
    border-color: #a80116;
}
.right-button .btn-primary:hover, .right-button .btn-primary:active, .right-button .btn-primary:focus  {
    background: none rgb(62,62,62);
	border-color: rgb(62,62,62);
 }
