@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.page-header {
  background: #3c76a3;
  padding: 50px 0 50px;
}
.page-header h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
}
@media (min-width: 768px) {
  .page-header {
    padding:50px 0 100px;
  }
  .page-header h1 {
    font-size: 40px;
  }
}

.btn-secondary {  
  text-transform: uppercase;
  border-radius: 25px;
  width: 100%;  
}
.btn-secondary:hover {
  
}
.srp-main .container {
    padding-left:0px;
    padding-right: 0px;
  }
@media (min-width: 1200px) {
  .full-width {
    width: 99vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    /*right: 50%;    
    margin-right: -50vw;*/
  }
  .full-width .custom-container {
    max-width:1600px;
    margin:0 auto;
  }
}


.wrapper {
  display: flex;
  flex-direction: column;
 
  font-family: Barlow;
}
.sidebar {
  width: 100%;
  height: auto;
  min-height: 200px;
  color: #fff;  
}

.main {
  width: calc(100% - 0px );
  
  display: flex;
  flex-direction: column;
  padding:15px 0px 0px  ;
}

.main {
  border-radius: 10px;
}


@media (min-width: 768px) {
  .srp-main .container {
    padding-left:15px;
    padding-right: 15px;
  }
  .wrapper {
    flex-direction: row;
    justify-content: space-between;
     padding: 75px 0;
  }
  .sidebar {
    width: 250px;

  }
  .main {
    width: calc(100% - 250px );
    padding:0 15px 15px;
    margin-top: -51px;
  }
}
@media (min-width: 992px) {
  .sidebar {
    width: 260px;
  }
  .main {
    width: calc(100% - 260px );
  }
}
@media (min-width: 1200px) {
  .sidebar {
    width: 350px;
  }
  .main {
    width: calc(100% - 350px );
  }
}

.filters {
  font-family: Barlow;
  background: #333;  
  padding:15px;
}
.inventoryListing {
  display: grid;
  column-gap: 10px;
  row-gap: 15px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .filters {
    border-radius: 10px;
    z-index: 900;
  }
  .inventoryListing {
    grid-template-columns: repeat(1, 1fr);
    
  }
}
@media (min-width: 992px) {
  .inventoryListing {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .inventoryListing {
    grid-template-columns: repeat(3, 1fr);
  }

}



.filters a.btn-primary {
  background: none!important;;
  border:none!important;  
  border-radius: 0;
  width:100%; 
  display: flex;
  color: #fff !important;
  transition: none!important;
  text-align: left;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  align-items: center;
}
.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;  
  color:#fff!important;
  box-shadow: none!important;
  transition: none;
  text-transform: uppercase;
  align-items: center;
}
.filters a.btn-primary:after {
  font-family: 'FontAwesome';
  content: "\f106";
  position: absolute;
  right: 0;
  background: #fff;
  color: #00437c;
  border-radius: 15px;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
.filters a.btn-primary.collapsed:after {
  font-family: 'FontAwesome';
  content: "\f107";
}
.form-control::placeholder {
  color: #072738;
}
.btn-primary.btnSearchGoLeft {
  background: #fff !important;
  border: none;
  color: #a7b6e6 !important;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
  padding: .395rem .75rem;
  height: 44px;
}
.leftSearchForField {
  border: none;
  box-shadow: none;
}
.floatbox {
  transition: all ease-in-out .5s;
}
.floatbox.show {
  transition: all ease-in-out .5s;
}
.floatbox label {
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}
.filters .form-control {
  height: 44px;
  font-size: 16px;
  color: #072738;
}

.noUi-tooltip {
  font-size: 12px!important;
}
.noUi-handle::after, .noUi-handle::before {
  background: none !important;
}
.noUi-horizontal .noUi-handle {
  width: 18px !important;
  height: 18px !important;
  right: -9px !important;
  top: -5px !important;
  border-radius: 9px !important;
}
.noUi-connect {
  background: #000 !important;
}

.checkbox {
  position: relative;
  box-sizing: border-box;
  
}

.checkbox label {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 25px;
  transition: .5s ease;
  background: #444;
  padding: 5px;
  border-radius: 5px;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.textRight {
  background: #666;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  font-size: 14px;
}
input[type=checkbox]:checked ~ label {
  background-color: #000;
}

.colorbox-holder {
  display: flex;
  align-items: center;
}
.colorbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right:5px;
}



.inventory-box {
  
}
.inventory-box .body {
  padding: 10px;
  background: #fff;
  border-radius: 0 5px;
}
.inventory-box  h3 {  
  color: #263338;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
 
}
@media (min-width: 992px) {
  .img-box img {
    min-height: 300px;
    max-height: 300px;
  } 
  .inventory-box  h3 {  
     min-height: 60px;
  }
}
@media (min-width: 1200px) {
  .img-box img {
    min-height: 300px;
    max-height: 300px;
  }
  .inventory-box  h3 {  
     
  }
}


.inventory-box .price-box {
  background: #ebf3ff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;  
  align-items: center;
  margin: 20px auto;
  padding:0;
  max-width:270px;
}
.inventory-box .price-box .label {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  background: #255a83;
  color:#fff;
  padding: 10px 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  text-align: center;
  line-height: 1.2; 
}
.inventory-box .price-box .label span {
  font-weight: 500;
}
.inventory-box .amount {
  color: #000;
  line-height: 1;
  padding-left: 5px;
  padding-right: 5px;
}
.amount .lbl-from {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.inventory-box .amount .sign {
  font-weight: 400;
  font-size: 24px;
  vertical-align: top;
  line-height: 1.4;
}
.amount .val {
  font-size: 40px;
  font-weight: 700;
}
.amount .slash {
  font-size: 40px;
  font-weight: 100;
  color: #7c9baf;
}
.amount .week {
  display: inline-block;
}
.inventory-box .specs {
  padding-bottom: 20px;  
  color: #000;
  min-height: 83px;
}
.inventory-box .specs .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.inventory-box .specs .label {
  text-transform: uppercase;
  color: #000;
}
.inventory-box .specs .block .value {
  font-weight: 600;
}

.price-detail {
  margin-bottom: 20px;
  border-bottom: 2px solid #f5f5f5;
  color: #0cbf05;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-detail .block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  min-height: 30px;
}
.price-detail .label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #000;

}
.price-detail .value {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
}
.price-detail .b3 .value {
  font-size: 30px;
  font-weight: 600;
}
.price-detail .b2 .value {
  color: #2a8927;
}
.price-cut {
  position: relative;
}
.price-cut::after {
  content: '';
  position: absolute;
  left: -0.1em;
  right: -0.1em;
  top: 0.38em;
  bottom: 0.38em;
  background: linear-gradient(to left top, transparent 45.5%, red 47.5%, red 52.5%, transparent 54.5%);
  pointer-events: none;
}
.carfax-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70px;
  padding-bottom: 15px;
}


.ui-slider-horizontal {
  height: .6em !important;
  border: none !important;
}
.ui-widget-content {
  border: 1px solid transparent;!important;
  color: #222;
  background: #3e739b !important;
}
.ui-widget-header {
  background: #fff!important;
}
.ui-slider .ui-slider-handle {
  width: 1.2em!important;
  height: 1.2em!important;
  border-radius: 25px!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 2px solid #286b9f !important;
  background: #fff !important;
}
.ui-slider-horizontal .ui-slider-handle {  
  margin-left: -.1em!important;
}
.priceDisplay {
  margin-bottom: 15px;
  font-size: 18px;
}

.sgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.record-found {
  background: #f4f4f4;
  padding: 10px 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.record-found span {
  background: #dc3532;
  color:#fff;
  border-radius: 5px;
  padding: 2px 5px;
  margin-left: 20px;
}
.sortbydrop .btn-secondary {
  background: #fff !important;
  color: #000 !important;
  font-size: 14px;
  border: none !important;
  border-radius: 5px !important;
}
.sortbydrop .dropdown-menu {
  background: #000;
  padding: 0;
  border-radius: 0;
  border: none;
}
.sortbydrop .dropdown-item {
  font-size: 12px;
  padding: 5px 15px;
}

.contactPhone {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
}
.contactPhone b {
  text-transform: uppercase;
  font-weight: 500;
}
.phoneNumber .btn-success {
  background-color: #0cbf05;
  border-color: #0cbf05;
  font-size: 20px;
  border-radius: 25px;
  margin-top: 15px;
}
