.wrapper {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
}
.sidebar {
  width: 100%;
  height: auto;
  min-height: 200px;

  background: #f8f8f8;
  border-radius: 10px;
  padding: 15px 0;
}

.main {
  width: calc(100% - 0px );

  display: flex;
  flex-direction: column;
  padding: 0 15px 15px	;
}

.main,
.sidebar {
  border: 5px solid $color-dark;
  background-color: $color-background;
  border-radius: 10px;
  color: $color-dark;
}

.filter-model {
	position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 100%;
  width: 100% !important;
  z-index: 10001;
  padding: 70px 30px 30px 30px;
  overflow: auto;
  margin: 0 !important;
}
.filter-open {
	overflow: hidden;
}
.filter-close-bar {
	position: fixed;
	top:15px;
	right:45px;
	display: none;
}
.filter-model .filter-close-bar {
	display: block;
}
.filter-xs a {
	font-weight: 600;
	color:blue;
}
.filter-xs-top {
	position: fixed;
	top: 0;
  right: 0;
  left: 0;
  height:40px;
  width: 100%;
  z-index: 9999;
  padding: 15px;
}


@media (min-width: 768px) {
	.wrapper {
	  flex-direction: row;
	  justify-content: space-between;
	}
	.sidebar {
        width: 250px;
        overflow: auto;
        position: -webkit-sticky;
        position: sticky;
        top: 0%;
	}
	.main {
     	width: calc(100% - 250px );
        min-height: 1000px;
  }
}
@media (min-width: 992px) {
	.sidebar {
	  width: 260px;
	}
	.main {
  	width: calc(100% - 260px );
  }
}
@media (min-width: 1200px) {
	.sidebar {
	  width: 350px;
	}
	.main {
  	width: calc(100% - 350px );
  }
}


.sidebar h4 {
  font-size: 20px;
  font-weight: 700;
}
.btn-reset {
  border-radius: 10px;
  padding: .3rem 1.5rem;
  line-height: 1;
  font-weight: 600;
  background: #215890;
  border-color:#215890;
}

.filters a.btn-primary {
	background: none!important;;
	border:none!important;
	border-top:1px solid #ccc!important;
	border-radius: 0;
	width:100%;
	display: block;
	color:#000!important;
	transition: none!important;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	padding: .75rem .75rem;
}
.filters a.btn-primary:hover, .filters a.btn-primary.focus, .filters a.btn-primary:focus, .filters a.btn-primary:active {
	background: none!important;
	border:none!important;
	border-top:1px solid #ccc!important;
	color:#000!important;
	box-shadow: none!important;
	transition: none;
}
.filters a.btn-primary:after {
	font-family: 'FontAwesome';
	content: "\f068";
	position: absolute;
	right: 15px;
}
.filters a.btn-primary.collapsed:after {
	font-family: 'FontAwesome';
	content: "\f067";
}
.filters .card {
	background: none;
	border: none;
	padding: 5px 15px 15px;
}
.inventoryBox {
  margin-bottom: 25px;
}
.inventoryBox .inventory {
	padding-bottom: 15px;
	border:1px solid #ededed;
	border-radius: 10px;
    min-height: 530px;
  position: relative;
}
.inv-sold {
  position: absolute;
  top: 0;
  left: 0;
  background: #d51820;
  color: #fff;
  z-index: 1000;
  padding: 5px 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.overlayIcons {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}
.overlayIcons a {
  font-size: 22px;
  color: #fff!important;
  background: #d51820;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
}
.overlayIcons a.shareIcon {
  margin-left: 5px;
}
.overlayIcons a:hover {
	background: #ad131a;
}
.productImage img {
    width:100%;
    max-height: 350px;
object-fit: cover;
}
.vehicleInfo {
  font-size: 14px;
  text-align: center;
  margin-bottom:25px;
  padding:0 15px;
}
.vehicleInfo h2 {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin: 15px 0;
}
.vehicleInfo .xdesc {
	margin-bottom: 15px;
}

.price-col h6 {
    font-size: 26px;
    text-align: center;
    color: #d51820;
    font-weight: 700;
}
.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;
}


.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;
}
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;
}
.carfax-logo img {
    margin: 0 auto;
}
.carLink {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}
.right-button a.btn {
    font-size: 13px;
}
.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: #000;
    border-color: #000;
}
.cta {
	padding:0 15px;
}
.cta .btn-primary {
	  background-color: #2b3c73!important;
	  border-color: #2b3c73!important;
	  color:#fff;
	  font-weight: 700;
 }
 .cta .btn-primary:hover {
  background-color: #2a4290!important;
	border-color: #2a4290!important;
  	color:#fff;
 }
