/*base*/
/* Nav */
/*sub-nav*/
/* login */
/* Reward Credits or Points*/
/* savings bank */
/* forms */
/* Map */
/* Search Modal Loader backdrop */
/*searchbox*/
/*banners*/
/* mobile */
/* Footer */
/* SubFooter */
/* Layout */
/* Member Savings */
/* Images */
/* Top Benefits */
/* Autoocomplete */
/* Traveler Personalization */
/* User Notifications */
/* Featured Deals */
/* Default color golden */
/* Percentage pill  */
/*Hotel Pricing Card Settings*/
/* Maps */
/* RE

/* REM based on 14px base size

8px = 0.5714rem
9px = 0.6429rem
10px = 0.7143rem
11px = 0.7857rem
12px = 0.8571rem
13px = 0.9286rem
14px = 1rem (base)
15px = 1.071rem
16px = 1.143rem
18px = 1.286rem
20px = 1.429rem
22px = 1.571rem
24px = 1.714rem
26px = 1.857rem
28px = 2rem
30px = 2.143rem
32px = 2.286rem
34px = 2.429rem
36px = 2.571rem
38px = 2.714rem
40px = 2.857rem

*/
/*
    To facilitate our Mobile-First design, we can use this mixin function `from-breakpoint`.
    This mixin enables us to easily apply styles based on various screen sizes: mobile, tablet, laptop-s and laptop-m.
*/
#carsearch .basic-search.single-location .pick-up-location {
  width: 238px;
}
#carsearch .basic-search.single-location .drop-off-location {
  display: none;
}
#carsearch .basic-search.single-location .search-button {
  margin-right: 0;
}
#carsearch .basic-search.multi-location .pick-up-location,
#carsearch .basic-search.multi-location .drop-off-location {
  width: 244px;
}
#carsearch .basic-search.multi-location .drop-off-time {
  margin-right: 0;
}
#carsearch .age-label {
  border-right: none;
  float: left;
  padding: 0 10px;
  width: 60px;
}
#carsearch .age {
  float: left;
  width: 70px;
}
#carsearch .price-label {
  padding: 0 10px 0 0 !important;
  min-width: 50px;
}
#carsearch .price {
  width: calc(50% - 47px);
}
@media (max-width: 767px) {
  #carsearch .age-label {
    width: 75% !important;
  }
  #carsearch .age {
    width: 25% !important;
  }
  #carsearch .price-label,
  #carsearch .to-label {
    float: left;
    width: 20% !important;
  }
  #carsearch .to-label {
    text-align: right;
  }
  #carsearch .price {
    float: left;
    width: 30% !important;
  }
}

#carsearchcontainer {
  width: 100% !important;
  background-image: var(--SOR-cars-default-page-hero-image, url("/images/cars/misc/carsbanner.webp"));
  background-repeat: no-repeat;
  background-position: center;
}

.ui-autocomplete .ui-menu-item strong {
  font-weight: bold;
}

@media (max-width: 767px) {
  #nightlystaysdeals {
    display: none !important;
  }
}

#nightlystaysdealsheader {
  color: var(--SOR-text-color, black);
  border-bottom: 0px;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  text-align: center;
}

.carsearchsubheader {
  display: none;
}

.searchboxcontent .carpaymentcurrency {
  display: block;
}

.carnoresults {
  margin-bottom: 15px;
  font-style: italic;
  color: red;
}

.carresultsrawdata {
  margin-bottom: 15px;
  line-height: 20px;
}

.carhomeassortedvehicles {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .carhomeassortedvehicles {
    display: none !important;
  }
}

.carhomelogos {
  text-align: center;
  max-width: 1200px;
  margin: 30px auto 0 auto;
}
.carhomelogos > div {
  display: inline-block;
  margin: 0 15px 30px 15px;
}

#whatmovesyou {
  display: block;
  text-align: center;
}
#whatmovesyou #movesyouheader {
  display: block;
  color: var(--SOR-text-color, black);
  border-bottom: 0px;
  font-family: "Open Sans";
  text-align: center;
}
#whatmovesyou .movesyousuggestions {
  margin-bottom: 50px;
}
#whatmovesyou .movesyousuggestions .movesyoucontainer {
  display: inline-block;
  margin-right: 0px;
}
#whatmovesyou .movesyousuggestions .movesyoucontainer .moveyouimage {
  width: 200px;
  height: 120px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#whatmovesyou .movesyousuggestions .movesyoucontainer .moveyouimage img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#whatmovesyou .movesyousuggestions .movesyoucontainer .categoryname {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 10px;
}
#whatmovesyou .movesyousuggestions .movesyoucontainer .categorydeal {
  color: var(--SOR-secondary-color, #F37736);
  font-size: 18px;
}

#carresultslocations .carresultslocation {
  margin-bottom: 15px;
}
#carresultslocations .carresultslocation a {
  text-decoration: none;
  color: var(--SOR-text-color, black);
}
#carresultslocations .carresultslocation a:hover > div {
  background: var(--SOR-border-color, #e2e2e2);
}
#carresultslocations .carresultslocation .carresultslocationdescription {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
}
#carresultslocations .carresultslocation .carresultslocationarrow {
  text-align: right;
}
#carresultslocations .carresultslocation .carresultslocationarrow:after {
  content: "\f125";
  font-weight: 100;
  font-family: "Ionicons";
  color: var(--SOR-text-color, black);
  font-size: 20px;
}

#carresultsvehicles .carresultsvehiclesfilter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  background: #fff;
  opacity: 0.4;
}
#carresultsvehicles .carresultsvehicleslist-filters {
  margin-bottom: 10px;
  font-size: 18px;
}
#carresultsvehicles .carresultsvehiclesfilter .sortbydropdown {
  display: none;
}
#carresultsvehicles .carresultsvehiclelocation {
  margin-bottom: 15px;
}
#carresultsvehicles .carresultsvehiclelocation .location {
  margin-bottom: 10px;
}
#carresultsvehicles .carresultsvehiclelocation .location .locationcontainer {
  display: inline-block;
}
#carresultsvehicles .carresultsvehiclelocation .location:before {
  color: var(--SOR-text-color, black);
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer {
  position: relative;
  margin-top: 10px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem {
  border: solid 1px var(--SOR-border-color, #e2e2e2);
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer .carresultsvehicleslistitemphoto {
  text-align: center;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer .carresultsvehicleslistitemphoto img {
  max-height: 80px;
  max-width: 150px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer .carresultsvehicleslistitemdescription ul {
  margin-top: 10px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategory {
  margin-top: 20px;
  color: var(--SOR-text-color, black);
  text-transform: uppercase;
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice {
  text-align: center;
  border-left: solid 1px var(--SOR-border-color, #e2e2e2);
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .currency-code {
  font-weight: normal;
  font-size: 9px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempriceincluded {
  margin-top: 20px;
  color: var(--SOR-text-color, black);
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricedailytotal {
  margin-top: 15px;
  color: var(--SOR-text-color, black);
  font-size: 30px;
  line-height: 34px;
  font-weight: 500;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricedailytotal .carresultsvehicleslistitempricepretext {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricedailytotal .carresultsvehicleslistitempriceposttext {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal {
  margin-top: 10px;
  font-size: 12px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal div {
  color: var(--SOR-text-color, black);
  font-weight: 500;
  display: inline-block;
  margin-right: -2px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricebook {
  margin-top: 10px;
  margin-bottom: 15px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitemprice-packageheader {
  margin-top: 15px;
  font-size: 20px;
  line-height: 24px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitemprice-packageamount {
  margin-top: 5px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitemprice-packagefooter {
  margin-top: 5px;
  text-transform: capitalize;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitemprice-packagefootersmallprint {
  font-size: 10px !important;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing {
  margin-bottom: 25px;
  border-left: solid 1px var(--SOR-border-color, #e2e2e2);
  border-right: solid 1px var(--SOR-border-color, #e2e2e2);
  border-bottom: solid 1px var(--SOR-border-color, #e2e2e2);
  text-align: center;
}
@media screen and (min-width: 768px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div {
    display: table;
    margin: 0 auto;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div > div {
    display: table-row;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div > div > div {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
    font-size: 12px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div > div > div > img {
    width: 80px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingheader > div {
    font-weight: 500;
    white-space: nowrap;
    font-size: 14px;
    border-bottom-color: rgb(226, 226, 226);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingheader > div > span {
    display: block;
    font-size: 10px;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 767px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div:not(.car-search-v1-layout) {
    display: table;
    margin: 0 auto;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div:not(.car-search-v1-layout) > div {
    display: table-row;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div:not(.car-search-v1-layout) > div > div {
    display: table-cell;
    padding: 5px;
    vertical-align: middle;
    font-size: 12px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div:not(.car-search-v1-layout) > div > div > img {
    width: 80px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div:not(.car-search-v1-layout) .carresultsvehicleslistpricingheader > div {
    font-weight: 500;
    white-space: nowrap;
    font-size: 14px;
    border-bottom-color: rgb(226, 226, 226);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div:not(.car-search-v1-layout) .carresultsvehicleslistpricingheader > div > span {
    display: block;
    font-size: 10px;
    text-transform: capitalize;
  }
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingdetails {
  font-size: 14px;
  font-weight: 500;
  color: var(--SOR-text-color, black);
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingdetails > div {
  display: table;
  margin: 0 auto;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingdetails > div > img {
  width: 90px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingdetails > span {
  font-size: 13px;
  color: var(--SOR-medium-gray, #757575);
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingcost {
  color: var(--SOR-text-color, black);
  font-weight: 500;
  font-size: 14px;
  white-space: nowrap;
  text-transform: lowercase;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingcost > span {
  font-size: 13px;
  color: var(--SOR-medium-gray, #757575);
  text-transform: none;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings {
  color: var(--SOR-green-color, #6b9512);
  font-weight: 500;
  font-size: 14px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings > span {
  font-size: 13px;
  display: block;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavingsrewardcredits {
  font-size: 12px !important;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingclose {
  display: block;
  text-align: center;
  position: relative;
  top: 15px;
  padding-bottom: 20px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingclose a.buttons_standardblue {
  padding: 4px 6px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricing-disclaimer {
  display: block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricing-packagepickuplocation {
  font-weight: 500;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistvendorpricing {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  margin-left: 20px;
  max-width: 270px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistvendorpricing > div {
  margin-top: 10px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistvendorpricing,
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistvendorpricing a {
  color: #b22222;
  font-weight: 500;
  font-size: 11px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .currency-code {
  display: inline-block !important;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  /* SMALL SCREENS ONLY */
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer .carresultsvehicleslistitemphoto {
    padding: 20px 10px 0 10px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer .carresultsvehicleslistitemphoto img {
    max-width: 100px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice {
    width: 100%;
    border-left: none;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricedailytotal .carresultsvehicleslistitempricepretext {
    margin-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  /* MEDIUM AND LARGE SCREENS ONLY */
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer .carresultsvehicleslistitemphoto {
    padding-top: 60px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricedailytotal .carresultsvehicleslistitempricepretext {
    display: block;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricedailytotal .carresultsvehicleslistitempriceposttext {
    display: block;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing {
    width: 100%;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div {
    width: 100%;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div > div > div {
    padding: 10px;
  }
}
@media screen and (max-width: 1199px) {
  /* SMALL AND MEDIUM SCREENS ONLY */
  .carresultsvehiclesfilter .resultsfilter .widget:nth-of-type(2) {
    border-top: none !important;
    padding-top: 0 !important;
  }
  .carresultsvehiclesfilter .resultsfilter .locationwidget .location .locationcontainer {
    width: 160px;
  }
  .carresultsvehiclesfilter.fixed-filter-sidebar {
    overflow-y: hidden !important;
  }
}
@media (max-width: 767px) {
  #carresultsvehicles #carresultsvehicleslist.car-search-v1-layout {
    padding: 12px 16px;
  }
  #carresultsvehicles #carresultsvehicleslist.car-search-v1-layout .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem {
    border: none !important;
  }
  #carresultsvehicles #carresultsvehicleslist.car-search-v1-layout .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing {
    border: none;
  }
}
@media (max-width: 767px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout {
    border-radius: var(--SOR-global-radius, 4px);
    border: 1px solid var(--SOR-border-color, #e2e2e2);
  }
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem {
  border-radius: var(--SOR-global-radius, 4px);
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitemprice {
  padding: 0 1rem;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout {
  margin-top: 10px;
  padding: 5px 7px;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  width: 100%;
}
@media (max-width: 767px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing {
    margin-right: 0px;
  }
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing > div:has(.carsearchresultvehicletypepricingtext) {
  display: flex;
}
@media (max-width: 767px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing > div:has(.carsearchresultvehicletypepricingtext) {
    justify-content: center;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing > div:has(.carsearchresultvehicletypepricingtext) {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingtext {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0px 2px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingtext .carresultsvehicleslistitempricepretext {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingamounts {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0px 2px;
  }
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingamounts .final-price, #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingamounts .total-label, #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingamounts .currency-code {
  color: #000000 !important;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingamounts .final-price, #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingamounts .total-label {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingamounts .final-price {
  font-size: 24px;
}
@media (min-width: 768px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingamounts .final-price {
    line-height: 1;
  }
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingamounts .total-label {
  font-size: 14px;
}
@media (min-width: 768px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingamounts .total-label {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carsearchresultvehicletypepricingamounts .total-label {
    padding: 0px 2px;
  }
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .taxes-and-fees {
  grid-column: span 2/span 2;
  grid-row-start: 2;
  text-align: right;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .taxes-and-fees {
    text-align: center !important;
    margin-right: 0px;
  }
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .carresultsvehicleslistitempricepretext, #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout .mainvehiclesummarypricing .taxes-and-fees {
  font-weight: 400 !important;
  font-style: normal;
  margin-top: 5px;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  color: #212121;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing {
  border-bottom: none;
}
@media (max-width: 767px) {
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout.vehicletypepricingdetails {
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: fit-content(120px);
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout.vehicletypepricingdetails .carresultsvehicleslistpricingcostheader {
    margin-right: clamp(16px, 6%, 16px);
    text-align: right;
    flex: 1;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout.vehicletypepricingdetails .carresultsvehicleslistpricingdetailsheader {
    margin-left: clamp(15px, 10%, 28px);
    text-align: left;
    flex: 1;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout.vehicletypepricingdetails .carresultsvehicleslistpricingheader {
    display: flex;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-top: 1px solid var(--SOR-border-color, #e2e2e2);
    border-bottom: 1px solid #DFDFDF;
    background: #FFF;
    height: fit-content;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout.vehicletypepricingdetails .carresultsvehicleslistpricingheader > div {
    color: var(--SOR-text-color, black);
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout.vehicletypepricingdetails .vehicletypepricingdetailsbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: fit-content(120px);
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    padding: 21px 16px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout.vehicletypepricingdetails .vehicletypepricingdetailsbody .vehicletypepricingdetailsselect {
    grid-column: span 2/span 2;
    grid-row-start: 2;
    width: 100%;
    padding-top: 12px;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout.vehicletypepricingdetails .vehicletypepricingdetailsbody .vehicletypepricingdetailsselect > a {
    width: 100%;
    height: fit-content !important;
    text-align: center;
    -webkit-text-stroke-color: #FFF;
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    vertical-align: middle;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout.vehicletypepricingdetails .carresultsvehicleslistpricingdetails {
    justify-self: left;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout.vehicletypepricingdetails .carresultsvehicleslistpricingcost {
    text-transform: none;
    justify-self: right;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout.vehicletypepricingdetails .carresultsvehicleslistpricingcost span:not(.insider-price-text) {
    text-transform: lowercase;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div:has(> .car-search-v1-layout) {
    width: 100%;
  }
  #carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing > div:has(> .buttons_standardblue_prev1) {
    display: block;
    width: 100%;
    max-width: none !important;
  }
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings.car-search-v1-layout {
  color: #107613 !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings.car-search-v1-layout.savings-title {
  font-weight: 500;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings.car-search-v1-layout .insider-price-text {
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#carresultsvehicles #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings.car-search-v1-layout .insider-price-text i {
  background-color: #0072E3;
  height: 1rem;
  width: 1rem;
}

.resultsfilter_v1 {
  width: 100% !important;
  max-width: 100% !important;
  display: block;
  box-sizing: border-box;
}

.resultsfilter .sortbytddl_v1 .widgettitle {
  font-size: 14px !important;
}
.resultsfilter .sortbytddl_v1 .sortbydropdown {
  width: 266px;
  height: 48px;
  min-width: 160px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-color: #ccc;
  justify-content: space-between;
  display: inline-block !important;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  background-color: white;
}
.resultsfilter .sortbytddl_v1 .sortbydropdown option {
  font-size: 14px !important;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
}
.resultsfilter .sortbytddl_v1 .sortbylist {
  display: none !important;
}

.resultsfilter .cartype.cartype_v1 {
  border-bottom: 1px dotted var(--SOR-border-color, #e2e2e2);
}
.resultsfilter .cartype.cartype_v1 .widgettitle {
  font-size: 16px !important;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #212121;
}
.resultsfilter .cartype.cartype_v1 .checkboxoptions label {
  font-size: 16px !important;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
}

.checkboxoptions.checkboxgroup_v1 input[type=checkbox] {
  color: #5E5E5E;
  appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid;
  border-radius: 0.2rem;
  background-color: white;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.3125rem 0.25rem 0 0.25rem !important;
  display: inline-block;
  font-size: 0.8125rem;
}

.checkboxoptions.checkboxgroup_v1 input[type=checkbox]:checked {
  background-color: var(--SOR-primary-color, #272727);
  border-color: var(--SOR-primary-color, #272727);
}

.checkboxoptions.checkboxgroup_v1 input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.25rem;
  height: 0.5rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
}

.carresultsheader_titles_v1 {
  font-weight: bold;
  font-size: 20px;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  vertical-align: middle;
  color: #000000;
}

.carresultsheader-title,
.carresultsheader-subtitle {
  display: inline;
  margin-right: 5px;
}

.carresultsheader-title {
  font-weight: bold;
  font-size: 16px;
}

.carresultsheader-subtitle {
  font-size: 12px;
}

.carresultsheader-count {
  margin-left: 0.5rem;
  font-size: 14px !important;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
}

.buttons_standardblue_prev1 {
  display: inline-block;
  height: 28px !important;
  padding: 6px 16px 7px 16px;
  gap: 10px;
  border-radius: 6px !important;
  background-color: var(--SOR-primary-color, #272727);
  color: var(--SOR-primary-button-text-color, #ffffff) !important;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  text-decoration: none;
  inline-size: auto;
}
@media only screen and (min-width: 896px) {
  .buttons_standardblue_prev1 {
    width: 80px !important;
  }
}

a.buttons_options_prev1, button.buttons_options_prev1 {
  display: block;
  width: auto;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--SOR-primary-color, #272727);
  border: 1px solid var(--SOR-primary-color, #272727);
  color: var(--SOR-primary-button-text-color, #ffffff) !important;
  box-shadow: none;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  padding: 12px 49px;
  text-decoration: none;
  text-align: center;
  border-radius: 6px !important;
  font-weight: 500;
  font-size: 14px;
}
a.buttons_options_prev1.buttons_options_border_radius_prev1, button.buttons_options_prev1.buttons_options_border_radius_prev1 {
  border-radius: 6px !important;
}
a.buttons_options_prev1.filterbutton, button.buttons_options_prev1.filterbutton {
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  a.buttons_options_prev1.filterbutton, button.buttons_options_prev1.filterbutton {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 1199px) {
  a.buttons_options_prev1.limit-width-medium, button.buttons_options_prev1.limit-width-medium {
    max-width: 6.25rem;
  }
}
a.buttons_options_prev1:disabled, button.buttons_options_prev1:disabled {
  background-color: #5a5a5a;
}
a.buttons_options_prev1:active, a.buttons_options_prev1:focus, button.buttons_options_prev1:active, button.buttons_options_prev1:focus {
  background-color: white;
  color: var(--SOR-primary-color, #272727);
  border: 1px solid var(--SOR-primary-color, #272727);
}

a.buttons_options_after_prev1 {
  display: none;
  width: auto;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--SOR-primary-color, #272727);
  color: var(--SOR-primary-color, #272727) !important;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: normal;
  font-weight: bold;
  padding: 12px 49px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
a.buttons_options_after_prev1.buttons_options_border_radius_prev1 {
  border-radius: 6px !important;
}

.show-button {
  display: block !important;
}

.hide-button {
  display: none !important;
}

.carresultsvehicleslistpricingsavings .insider-price-text {
  color: #000000;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none !important;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-content {
  background: white;
  padding: 24px;
  border-radius: 20px;
  max-width: 360px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  position: relative;
}
.modal-content .p {
  font-size: 16px;
}

.modal-header-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title-custom {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

.modal-close-icon {
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.close-icon {
  cursor: pointer;
}

.flex-content {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  /* SMALL SCREENS ONLY */
  .buttons_options_prev1,
  .buttons_options_prev1 button, .buttons_options_after_prev1,
  .buttons_options_after_prev1 button {
    max-width: none !important;
  }
}
#car_results_header_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
}
#car_results_header_mobile .header-text {
  flex: 1;
  text-align: left;
}
#car_results_header_mobile .header-icon {
  flex: 1;
  text-align: right;
}
#car_results_header_mobile .header-icon img {
  width: 41px;
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
}
@media (min-width: 767px) {
  #car_results_header_mobile {
    display: none;
  }
}

.searchresultsfilter-modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  z-index: 1050;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  max-height: 90%;
  overflow-y: auto;
  padding: 15px;
}
@media (min-width: 767px) {
  .searchresultsfilter-modal {
    display: block;
    position: static;
    transform: none;
    width: auto;
    max-width: none;
    z-index: auto;
    box-shadow: none;
    padding: 0;
  }
}

.resultsfilter .modal-close-button {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px 35px 0px 25px;
  box-sizing: border-box;
  background: none;
  border: none;
}

.resultsfilter .modal-close-button > .close-modal-text {
  flex: 1;
  text-align: left;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #000000 !important;
}

.resultsfilter .modal-close-button > .close-modal-icon {
  flex: 1;
  text-align: right;
}
.resultsfilter .modal-close-button > .close-modal-icon img {
  width: 17.5px !important;
  height: 17.5px !important;
  cursor: pointer;
  vertical-align: middle;
}

.modal-filters-active .resultsfilter .sortbytddl_v1 .sortbydropdown {
  width: 90%;
  margin-left: 15px;
  padding-right: 15px;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif) !important;
  font-weight: 400 !important;
  font-size: 14px !important;
}
.modal-filters-active .resultsfilter .checkboxoptions {
  margin-left: 15px;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif) !important;
  font-size: 16px !important;
}
.modal-filters-active .resultsfilter .widget .widgettitle {
  padding-left: 15px;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.modal-filters-active .resultsfilter .widget .checkboxoptions label, .modal-filters-active .resultsfilter .leftwidgets .widget .checkboxoptions label {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif) !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.modal-filters-active .resultsfilter .widget .checkboxoptions input {
  width: 24px;
  height: 24px;
}

.modal-filter-buttons {
  display: flex;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1);
  border: none !important;
  margin-top: 50px !important;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  background: none !important;
}
.modal-filter-buttons .modal-info-cars,
.modal-filter-buttons .modal-car-search-reset-button {
  flex: 1 1 calc(50% - 4px);
}
.modal-filter-buttons .modal-info-cars {
  text-align: left;
}
.modal-filter-buttons .modal-info-cars .carresultsheader-count {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #101010;
}
.modal-filter-buttons .modal-car-search-reset-button {
  text-align: right;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif) !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  padding-right: 15px;
}
.modal-filter-buttons .modal-car-search-reset-button a, .modal-filter-buttons .modal-car-search-reset-button a:link, .modal-filter-buttons .modal-car-search-reset-button a:active, .modal-filter-buttons .modal-car-search-reset-button a:visited {
  color: var(--SOR-standard-user-interaction-color, #0072E3);
}
.modal-filter-buttons .modal-car-search-result-button {
  flex: 1 1 100%;
}
.modal-filter-buttons .modal-car-search-result-button:has(#car-search-result-button-confirm) {
  display: flex;
  justify-content: center;
}

#car-search-result-button-confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 358px;
  padding: 0 24px !important;
  border-radius: 6px !important;
  height: 44px;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif) !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  background-color: var(--SOR-primary-color, #272727);
  border-color: var(--SOR-primary-color, #272727);
  color: #fff !important;
  border: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  #car-search-result-button-confirm {
    width: 100%;
    height: 48px;
    min-width: 104px;
    padding: 0 24px !important;
    gap: 8px;
    border-radius: 40px !important;
  }
}

@media (max-width: 767px) {
  #carresultsvehicles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#carresultsvehicles.car-search-result-version1-layout .carresultsheader-count {
  color: #000;
}
#carresultsvehicles.car-search-result-version1-layout custom-dropdown::part(title) {
  color: #015CB9;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist.car-search-v1-layout {
    margin: 0px auto;
    width: 100%;
    padding: 0rem 0.625rem;
  }
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist.car-search-v1-layout .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem {
    border: none !important;
  }
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist.car-search-v1-layout .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice {
    display: flex;
    width: 100%;
    padding: 0.75rem 1rem;
    flex-direction: column;
  }
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist.car-search-v1-layout .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricebook {
    margin-bottom: 0px !important;
  }
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist.car-search-v1-layout .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing {
    border: none;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice {
  border-left: none !important;
  width: 28.87%;
  padding: 0rem 1rem;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistitem .carresultsvehicleslistitemprice {
    border-left: none !important;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carsearchresultbackgroundopacitycolor {
  border: none !important;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing {
    margin: 0;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingclose_v1 {
  padding: 1rem 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingclose_v1 {
    display: none;
    margin: 0;
    background: none;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .flex-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  gap: 0;
  padding: 0;
  margin: 0 auto;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .flex-column {
  padding: 16px;
  box-sizing: border-box;
  border: 1px solid #D9D9D9;
  text-align: center;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .flex-column {
    flex: 1 1 100%;
    width: 100%;
    padding: 8px;
    margin: 0;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .flex-column:nth-child(1) {
  padding: 12px;
  flex: 0 0 30.25%;
  border-top: none;
  border-left: none;
  border-right: none;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .flex-column:nth-child(1) > div {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .flex-column:nth-child(2) {
  flex: 0 0 40.49%;
  border-top: none;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .flex-column:nth-child(3) {
  flex: 1 0 28.37%;
  border-top: none;
  border-left: none;
  border-right: none;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .flex-column:nth-child(3) .vehicletypepricingdetailsselect a.buttons_standardblue_v1 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .flex-column:nth-child(1),
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .flex-column:nth-child(2),
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .flex-column:nth-child(3) {
    flex: 1 1 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout-mobile {
    margin: 0;
    background: #ffffff !important;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout {
  text-align: right;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  flex-grow: 1;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout {
    margin: 0;
    background: #e9f0f8;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .final-price, #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .total-label {
  font-weight: 500 !important;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .final-price {
  font-size: 20px;
}
@media (min-width: 768px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .final-price {
    line-height: 1;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .total-label {
  font-size: 12px;
}
@media (min-width: 768px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .total-label {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .total-label {
    padding: 0px 2px;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .final-price, #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .total-label, #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .currency-code {
  color: #000000 !important;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .priceperday-label, #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .totalwithtaxesandfees-label {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 400 !important;
  text-align: right;
  color: #212121;
  text-transform: capitalize;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .priceperday-label {
  font-size: 12px;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .totalwithtaxesandfees-label {
  font-size: 10px;
  line-height: 100%;
  vertical-align: middle;
  text-transform: capitalize;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .rewards-v1 {
  font-weight: 400 !important;
  font-size: 12px;
  color: #065E15;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .car-search-v1-layout .checkmarkgreen-icon {
  height: 10px;
  width: 13px;
  color: #065E15;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .insider-price-text {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500;
  font-size: 0.875rem;
  align-items: center;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .insider-price-text i {
  width: 1rem;
  height: 1rem;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .savings-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  color: #000000;
  font-size: 12px;
  flex-grow: 1;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .savings-item {
  text-align: left;
  width: 50%;
  box-sizing: border-box;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .savings-item:nth-child(1),
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .savings-item:nth-child(3) {
  text-align: left;
  flex-grow: 1;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .savings-item:nth-child(2),
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .savings-item:nth-child(4) {
  text-align: right;
  width: fit-content;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .savings-item:nth-child(3),
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .savings-item:nth-child(4) {
  font-weight: 500;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .savings-item:nth-child(1),
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .carresultsvehicleslistpricingsavings .savings-item:nth-child(2) {
  font-weight: 400;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing a.buttons_standardblue_v1, #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing button.buttons_standardblue_v1 {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--SOR-primary-color, #272727);
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  width: 100%;
  height: 36px;
  border-radius: 40px;
  gap: 10px;
  padding: 12px 41px;
  color: var(--SOR-primary-button-text-color, #ffffff) !important;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--SOR-primary-color, #272727);
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing a.bluelink_close_v1, #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing button.bluelink_close_v1 {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0072E3 !important;
  border: none;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-color: #0072E3;
  text-decoration-thickness: 0%;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing a.bluelink_close_v1, #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing button.bluelink_close_v1 {
    display: none;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  text-align: left;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 .vehicle-make-and-model {
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #000000 !important;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 .vehicle-counter-location {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #5E5E5E !important;
  display: block;
  margin-bottom: 15px;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 .vehiclemileagetransmission {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-direction: column-reverse;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 .vehicle-transmission,
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 .vehicle-unlimited-mileage {
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000 !important;
  display: flex;
  gap: 0.2rem;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 .vehicle-transmission .sor-icon.si-manual-transmission-icon,
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 .vehicle-unlimited-mileage .sor-icon.si-manual-transmission-icon {
  width: 1rem;
  height: 1rem;
  aspect-ratio: 1/1;
  background-color: #000;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 .vehicle-make-and-model {
    font-size: 16px;
  }
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 .vehicle-counter-location {
    font-size: 12px;
    margin-bottom: 4px;
  }
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 .vehicle-transmission,
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .cartypedescription_v1 .vehicle-unlimited-mileage {
    font-size: 12px;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .vehicle-picture-v1 {
  width: 139px;
  height: 124px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .vehicle-picture-v1 {
    width: 50%;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .vehicle-default-picture-v1 {
  width: 102px;
  height: 106px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .vehicle-default-picture-v1 {
    width: 90%;
    max-width: 100%;
    height: auto;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .vehicle-logo-v1 {
  width: 104px;
  height: 41px;
  object-fit: contain;
  float: left;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer .carresultsvehicleslistpricing .vehicle-logo-v1 {
    width: 100px;
    height: auto;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout {
  border-radius: 8px !important;
  margin-left: 16px;
  margin-bottom: 29px;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout {
    margin-top: 1rem;
    margin-left: 0px;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitemprice .car-search-v1-layout .buttons_options_v1 {
  border-radius: 40px !important;
  display: block;
  width: auto;
  max-width: 250px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--SOR-primary-color, #272727);
  border: 1px solid var(--SOR-primary-color, #272727);
  color: var(--SOR-primary-button-text-color, #ffffff) !important;
  box-shadow: none;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  padding: 12px 49px;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitemprice .car-search-v1-layout .buttons_options_after_v1 {
  display: none;
  width: auto;
  max-width: 250px;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid var(--SOR-primary-color, #272727);
  color: var(--SOR-primary-color, #272727) !important;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: normal;
  font-weight: bold;
  padding: 12px 49px;
  text-decoration: none;
  text-align: center;
  border-radius: 40px !important;
  font-weight: 500;
  font-size: 14px;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem {
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .buttons_options_border_radius_v1 {
  border-radius: 2.5rem !important;
  width: 100%;
  height: 2.25rem;
  padding: 7px 49px;
  gap: 10px;
  border-radius: 40px !important;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .buttons_options_border_radius_v1 {
    height: 3rem;
    padding: 0.75rem 3.0625rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    align-self: stretch;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carseeoptions {
  width: 71.13%;
  padding: 0px;
  border-right: solid 1px #e2e2e2;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carseeoptions.displaycaroptions {
  width: 70.7% !important;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carseeoptions {
    border-right: none !important;
    width: 100%;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout {
    flex-direction: column;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemphoto {
  align-content: center;
  justify-content: center;
  flex: 2;
  border-right: 1px solid var(--SOR-border-color, #e2e2e2);
  padding-left: 20.2px !important;
  padding-right: 20.2px !important;
  padding-top: inherit;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemphoto {
    border-bottom: 1px solid var(--SOR-border-color, #e2e2e2);
    border-right: none !important;
    padding: 0rem !important;
  }
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemphoto img {
    max-width: none !important;
    max-height: none !important;
    height: 7rem;
    width: 9.375rem;
    object-fit: contain;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .show-carresultsvehicleslistitemphoto {
  display: block;
  padding-left: 20.2px !important;
  padding-right: 20.2px !important;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .show-carresultsvehicleslistitemphoto {
    padding: 30.15px 0px !important;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .hide-carresultsvehicleslistitemphoto {
  display: none;
  border-right: none;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription {
  display: flex;
  flex: 3;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.5rem;
  padding: 0.75rem 0.4rem 0.75rem 1.2rem;
}
@media (min-width: 768px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription {
    margin-bottom: 0.9rem;
    margin-top: 0.1rem;
  }
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription {
    border-bottom: 1px solid var(--SOR-border-color, #e2e2e2);
    padding: 0.75rem 0.625rem 0.8125rem 0.625rem;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategory {
  color: #000000;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0rem;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategory {
    margin-left: 10px;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategory .carresultsvehicleslistitemdescriptioncategoryexample {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  color: var(--Neutral-Colors-neutral-4, #5E5E5E);
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.25rem;
  text-transform: none;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategory .carresultsvehicleslistitemdescriptioncategoryexample .carresultsvehicleslistitemdescriptioncategoryexampleorsimilar {
  text-transform: lowercase;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategoryamenities {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--SOR-text-color, black);
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  color: #000000;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategoryamenities {
    margin-left: 10px;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategoryamenities .sor-icon {
  background-color: #000000;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategoryamenities .sor-icon.si-car-user {
  width: 0.875rem;
  height: 1rem;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategoryamenities .sor-icon.si-suitcase {
  width: 1rem;
  height: 1rem;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategoryamenities .sor-icon.si-car-door {
  width: 0.86875rem;
  height: 1rem;
  flex-shrink: 0;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategoryamenities .sor-icon.si-snow-flake {
  width: 0.875rem;
  height: 1rem;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategoryamenities .sor-icon span {
  color: #000;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemdescriptioncontainer.car-search-v1-layout .carresultsvehicleslistitemdescription .carresultsvehicleslistitemdescriptioncategoryamenities > div {
  display: flex;
  align-items: center;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout {
  margin-top: 10px !important;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout.car-search-summary-v1-layout {
  padding: 5px 0;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout.car-search-summary-v1-layout {
    margin-top: 0rem !important;
    padding: 0.063rem 0rem !important;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout.car-search-summary-v1-layout .mainvehiclesummarypricing .taxes-and-fees {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 400 !important;
  font-style: normal;
  margin-top: 0px;
  padding: 0px;
  color: #212121;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout.car-search-summary-v1-layout .mainvehiclesummarypricing {
    justify-items: end;
    grid-template-rows: auto auto;
  }
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout.car-search-summary-v1-layout .mainvehiclesummarypricing .taxes-and-fees {
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
    font-weight: 400 !important;
    font-size: 12px;
    color: #212121;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout.car-search-summary-v1-layout .mainvehiclesummarypricing > div:has(.carsearchresultvehicletypepricingtext) {
    height: 55px !important;
    justify-content: center;
    flex-direction: column;
    align-items: flex-end;
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  }
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout.car-search-summary-v1-layout .mainvehiclesummarypricing > div:has(.carsearchresultvehicletypepricingtext) .carresultsvehicleslistitempricepretext {
    font-weight: 400 !important;
    font-size: 12px;
    color: #212121;
  }
  #carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout.car-search-summary-v1-layout .mainvehiclesummarypricing > div:has(.carsearchresultvehicletypepricingtext) .carsearchresultvehicletypepricingamounts {
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    margin-top: 2px;
  }
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout .carresultsvehicleslistitem .carresultsvehicleslistitemprice .carresultsvehicleslistitempricetotal.car-search-v1-layout.car-search-summary-v1-layout .mainvehiclesummarypricing > div:has(.carsearchresultvehicletypepricingtext) .carresultsvehicleslistitempricepretext {
  color: #212121;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultlistitemcontainerborder {
  border: 1px solid #000000;
  border-radius: 8px;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultlistitemcontainerborder .carresultsvehicleslistitem {
  border-bottom: 1px solid #000000 !important;
  border-radius: 0 !important;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultlistitemcontainerborder .carresultsvehicleslistitem .carresultsvehicleslistitemprice {
  width: 29% !important;
  padding: 0rem 1rem;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist .carresultlistitemcontainerborder .carresultsvehicleslistpricing .vehicletypepricingdetails {
  border-bottom: 1px solid #000000 !important;
  border-radius: 0 !important;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist.carresultsvehicleslist {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
#carresultsvehicles.car-search-result-version1-layout #carresultsvehicleslist.carresultsvehicleslist .carresultsvehicleslistitemcontainer.car-search-v1-layout {
  margin: 0;
}
#carresultsvehicles.car-search-result-version1-layout .carresultsvehiclesfilter .custom-dropdown {
  position: relative;
  width: 286px;
  height: 64px;
  border: 1px solid #ccc;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 24px;
  box-sizing: border-box;
  background-color: white;
}
#carresultsvehicles.car-search-result-version1-layout .carresultsvehiclesfilter .dropdown-label {
  font-size: 14px;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500;
  color: var(--SOR-standard-user-interaction-color, #0072E3);
  margin-bottom: 4px;
}
#carresultsvehicles.car-search-result-version1-layout .carresultsvehiclesfilter .sortbydropdown_v1 {
  width: 100%;
  height: 24px;
  background-color: transparent;
  border: none;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  appearance: none;
}
#carresultsvehicles.car-search-result-version1-layout .carresultsvehiclesfilter .sortbydropdown_v1:focus {
  outline: none;
}
#carresultsvehicles.car-search-result-version1-layout .carresultsvehiclesfilter .dropdown-arrow .sor-icon.si-dropdown-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 9px;
  margin-right: 10px;
}
#carresultsvehicles.car-search-result-version1-layout .carresultsvehiclesfilter .vehicle_type_v1 {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #212121;
}
#carresultsvehicles.car-search-result-version1-layout .carresultsvehiclesfilter .sortbytddl_v1 {
  width: 99%;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout #car_results_header_mobile.header-container_v1 {
    column-gap: 0.5rem;
    display: flex;
    row-gap: 1rem;
    align-items: center;
    padding: 0.625rem 0.625rem 0 0.625rem;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #carresultsvehicles.car-search-result-version1-layout #car_results_header_mobile.header-container_v1 #editMobileSearchBox-v1 {
    flex-grow: 1;
    width: calc(100% - 3.9375rem);
  }
  #carresultsvehicles.car-search-result-version1-layout .header-icon_v1 {
    align-self: flex-end;
  }
  #carresultsvehicles.car-search-result-version1-layout .header-icon_v1 img {
    color: #000000;
    width: 3.4375rem;
    height: 3.4375rem;
  }
  #carresultsvehicles.car-search-result-version1-layout .header-text_v1 {
    grid-column: 2 span/2 span;
    text-align: center;
    width: 100%;
    color: #000000;
  }
  #carresultsvehicles.car-search-result-version1-layout .edit-car {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(2, auto);
    column-gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 2.5rem;
    justify-content: flex-start;
    align-content: center;
    row-gap: 0.5rem;
    background-color: var(--background-color, #fff);
    cursor: pointer;
    border: 1px solid #D9D9D9;
    margin-right: 0.7rem;
    height: 3.4375rem;
  }
  #carresultsvehicles.car-search-result-version1-layout .edit-car-title {
    grid-column-start: 1;
    grid-row-start: 1;
    color: #000;
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
    font-size: 0.875rem;
    font-style: normal;
    align-self: flex-end;
    justify-self: flex-start;
    cursor: pointer;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
  }
  #carresultsvehicles.car-search-result-version1-layout .edit-car-container {
    background: none;
    border: none;
    grid-column-start: 1;
    grid-row-start: 2;
    align-self: flex-start;
    justify-self: flex-start;
    cursor: pointer;
    height: auto;
  }
  #carresultsvehicles.car-search-result-version1-layout .edit-car-details {
    cursor: pointer;
    color: #000;
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
  }
  #carresultsvehicles.car-search-result-version1-layout .click-icon {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    align-content: center;
    justify-content: center;
  }
  #carresultsvehicles.car-search-result-version1-layout .click-icon i {
    width: 1rem;
    height: 1rem;
  }
}
#carresultsvehicles.car-search-result-version1-layout .resultsfilter .widget .vehicle_type_v1 span {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500 !important;
  font-size: 16px !important;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout .modal-filter-buttons #car-search-result-button-confirm {
    width: 100% !important;
  }
}
#carresultsvehicles.car-search-result-version1-layout .cartype_v1 {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 16px;
}
@media (max-width: 767px) {
  #carresultsvehicles.car-search-result-version1-layout .cartype_v1 {
    border-bottom: 1px solid var(--SOR-lighttext-color, #b8b7b7) !important;
    margin-left: 15px;
  }
  #carresultsvehicles.car-search-result-version1-layout .cartype_v1 .vehicle_type_v1 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #212121;
  }
  #carresultsvehicles.car-search-result-version1-layout .cartype_v1 .checkboxoptions_v1 {
    align-items: center;
    margin-bottom: 20px;
  }
  #carresultsvehicles.car-search-result-version1-layout .cartype_v1 .category_name {
    font-weight: 400;
    font-size: 16px;
    color: #212121 !important;
    cursor: pointer;
  }
}
#carresultsvehicles.car-search-result-version1-layout .cartype_v1 .checkboxoptions_v1.checkboxgroup_v1 input[type=checkbox] {
  color: #5E5E5E;
  -webkit-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid;
  border-radius: 0.25rem;
  background-color: white;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.3125rem 0.25rem 0 0.25rem !important;
  display: inline-block;
  font-size: 0.8125rem;
}
#carresultsvehicles.car-search-result-version1-layout .cartype_v1 .checkboxoptions_v1.checkboxgroup_v1 input[type=checkbox]:checked {
  background-color: var(--SOR-standard-user-interaction-color, #0072E3);
  border-color: var(--SOR-standard-user-interaction-color, #0072E3);
}
#carresultsvehicles.car-search-result-version1-layout .cartype_v1 .checkboxoptions_v1.checkboxgroup_v1 input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
  vertical-align: middle;
}
#carresultsvehicles.car-search-result-version1-layout .cartype_v1 .checkboxoptions_v1 label {
  letter-spacing: 0;
  vertical-align: middle;
  color: #212121 !important;
}
#carresultsvehicles.car-search-result-version1-layout .si-price-icon {
  background-color: #0072E3 !important;
  margin-left: 5px;
  cursor: pointer !important;
  vertical-align: middle;
  display: inline-block;
}
#carresultsvehicles.car-search-result-version1-layout .si-filter-icon {
  background-color: #0494c4 !important;
  cursor: pointer !important;
  vertical-align: middle;
  display: inline-block;
  width: 55px;
  height: 55px;
  gap: 10px;
  padding: 7px;
}
#carresultsvehicles.car-search-result-version1-layout .sor-icon.si-check-green-icon {
  background-color: #107613;
  width: 13px;
  height: 10px;
}
#carresultsvehicles.car-search-result-version1-layout .sor-icon.si-check-green-miles-icon {
  background-color: #1A873C;
  width: 0.875rem;
  height: 1rem;
  margin-right: 4px;
}

@media (max-width: 767px) {
  #colorbox.car-search-result-version1-layout.search-result-modal .vehiclemileagetransmission {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #colorbox.car-search-result-version1-layout.search-result-modal .vehiclemileagetransmission .vehicle-unlimited-mileage, #colorbox.car-search-result-version1-layout.search-result-modal .vehiclemileagetransmission .vehicle-transmission {
    display: flex;
    color: #000000;
    align-items: center;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .vehiclemileagetransmission .vehicle-unlimited-mileage i, #colorbox.car-search-result-version1-layout.search-result-modal .vehiclemileagetransmission .vehicle-transmission i {
    margin-right: 3px;
    width: 0.75rem;
    height: 0.75rem;
    aspect-ratio: 1/1;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .vehiclemileagetransmission .vehicle-unlimited-mileage .si-check-green-miles-icon, #colorbox.car-search-result-version1-layout.search-result-modal .vehiclemileagetransmission .vehicle-transmission .si-check-green-miles-icon {
    width: 0.875rem;
    height: 1rem;
  }
}
#colorbox.car-search-result-version1-layout.search-result-modal .vehiclemileagetransmission .vehicle-unlimited-mileage {
  gap: 0.2rem;
  align-items: center;
}
#colorbox.car-search-result-version1-layout.search-result-modal .vehiclemileagetransmission .vehicle-unlimited-mileage i {
  background-color: #107613;
}
#colorbox.car-search-result-version1-layout.search-result-modal .custom-dropdown {
  position: relative;
  height: 64px;
  border: 1px solid #ccc;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 24px;
  box-sizing: border-box;
  background-color: white;
}
@media (max-width: 767px) {
  #colorbox.car-search-result-version1-layout.search-result-modal .custom-dropdown {
    margin-right: 10px;
    margin-left: 10px;
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .custom-dropdown .dropdown-arrow .sor-icon.si-dropdown-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    width: 16px;
    height: 9px;
    margin-right: 10px;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .custom-dropdown .dropdown-label {
    font-weight: 400;
    font-size: 14px;
    color: #015CB9;
    margin-bottom: 4px;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .custom-dropdown .sortbydropdown_v1 {
    border: none;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #474747;
    appearance: none;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .custom-dropdown .sortbydropdown_v1:focus {
    outline: none;
  }
}
#colorbox.car-search-result-version1-layout.search-result-modal .vehicle_type_v1 {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #212121;
}
@media (max-width: 767px) {
  #colorbox.car-search-result-version1-layout.search-result-modal .resultsfilter_v1 {
    padding-top: 0 !important;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .resultsfilter_v1 .modal-close-button {
    top: 0;
    position: fixed;
    background-color: #fff;
    height: 3.5rem;
    width: 100%;
    padding: 1rem 1rem 1rem 1rem;
    z-index: 400;
    border-bottom: 1px solid #D9D9D9;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .resultsfilter_v1 .modal-filter-buttons {
    position: fixed;
    bottom: 0;
    z-index: 400;
    background-color: #fff !important;
    padding: 1rem !important;
    height: 7.25rem;
    row-gap: 0.75rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .resultsfilter_v1 .modal-filter-buttons .modal-info-cars {
    margin-bottom: 0 !important;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .resultsfilter_v1 .modal-filter-buttons .modal-car-search-reset-button {
    margin-bottom: 0 !important;
    padding-right: 0 !important;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .resultsfilter_v1 .sortbytddl_v1 {
    padding: 1rem 1rem 1.5rem 1rem !important;
    border-top: none !important;
    margin-top: 2.8rem;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .resultsfilter_v1 .cartype_v1 {
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
    font-size: 16px;
    border-top: 1px solid #9E9E9E !important;
    padding: 1rem 1rem 0 1rem !important;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .resultsfilter_v1 .cartype_v1 .vehicle_type_v1 {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #212121;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .resultsfilter_v1 .cartype_v1 .checkboxoptions_v1 {
    margin-top: 1rem;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .resultsfilter_v1 .cartype_v1 .category_name {
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    cursor: pointer;
  }
}
#colorbox.car-search-result-version1-layout.search-result-modal .flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background: #FFFFFF;
  flex-direction: column;
  margin: 0.75rem 1.8rem 0.75rem 1.6rem;
  height: fit-content;
}
#colorbox.car-search-result-version1-layout.search-result-modal .flex-column {
  flex: 1 1 100%;
  width: 100%;
  padding: 8px;
  margin: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}
#colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(1) {
  padding: 0.43rem 0.6667rem;
}
#colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(2) {
  padding: 1rem 0.5rem 2.34rem 0.5rem;
}
#colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(3) {
  padding: 1.125rem 0.5rem;
}
#colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(1),
#colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(2),
#colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(3) {
  flex: 1 1 100%;
  margin: 0;
}
#colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(1),
#colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(2) {
  border-bottom: 1px solid var(--SOR-border-color, #e2e2e2);
}
#colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(3) .insider-price-text-v1 {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500;
  font-size: 14px;
  display: flex;
  gap: 0.3rem;
  color: #000000;
  align-items: center;
}
#colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(3) .insider-price-text-v1 i {
  background-color: #0072E3;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(3) .vehicletypepricingdetailsselect {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--SOR-primary-color, #272727);
    border-radius: 40px;
    gap: 10px;
    padding: 12px 28px;
    border: 1px solid var(--SOR-primary-color, #272727);
    box-shadow: none;
    width: 100%;
    min-width: 140px;
    height: 48px;
    margin: 10px auto;
  }
  #colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(3) .vehicletypepricingdetailsselect a, #colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(3) .vehicletypepricingdetailsselect a:link, #colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(3) .vehicletypepricingdetailsselect a:active, #colorbox.car-search-result-version1-layout.search-result-modal .flex-column:nth-child(3) .vehicletypepricingdetailsselect a:visited {
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
    text-decoration: none;
    color: var(--SOR-primary-button-text-color, #ffffff) !important;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
  }
}
#colorbox.car-search-result-version1-layout.search-result-modal .vehicle-make-and-model {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500;
  font-size: 20px;
  display: block;
  color: #000000;
}
#colorbox.car-search-result-version1-layout.search-result-modal .vehicle-counter-location {
  font-family: Gotham;
  font-weight: 400;
  font-size: 14px;
  color: #5E5E5E;
  display: block;
  margin-bottom: 10px;
}
#colorbox.car-search-result-version1-layout.search-result-modal .vehicle-transmission {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 400;
  font-size: 14px;
  display: flex;
}
#colorbox.car-search-result-version1-layout.search-result-modal .vehicle-unlimited-mileage {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 400;
  font-size: 14px;
  display: flex;
}
#colorbox.car-search-result-version1-layout.search-result-modal .vehicle-logo-mobil-v1 {
  margin-left: auto;
  margin-bottom: 1.37rem;
  width: 40%;
}
#colorbox.car-search-result-version1-layout.search-result-modal .vehicle-picture-v1,
#colorbox.car-search-result-version1-layout.search-result-modal .vehicle-default-picture-v1 {
  display: block;
  margin: 0 auto;
}
#colorbox.car-search-result-version1-layout.search-result-modal .vehicle-picture-v1 {
  width: 40%;
  object-fit: contain;
}
#colorbox.car-search-result-version1-layout.search-result-modal .savings-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  color: #000000;
  font-size: 12px;
}
#colorbox.car-search-result-version1-layout.search-result-modal .savings-item {
  text-align: left;
  width: 50%;
  box-sizing: border-box;
}
#colorbox.car-search-result-version1-layout.search-result-modal .savings-item:nth-child(1),
#colorbox.car-search-result-version1-layout.search-result-modal .savings-item:nth-child(3) {
  text-align: left;
}
#colorbox.car-search-result-version1-layout.search-result-modal .savings-item:nth-child(2),
#colorbox.car-search-result-version1-layout.search-result-modal .savings-item:nth-child(4) {
  text-align: right;
}
#colorbox.car-search-result-version1-layout.search-result-modal .savings-item:nth-child(3),
#colorbox.car-search-result-version1-layout.search-result-modal .savings-item:nth-child(4) {
  font-weight: 500;
}
#colorbox.car-search-result-version1-layout.search-result-modal .savings-item:nth-child(1),
#colorbox.car-search-result-version1-layout.search-result-modal .savings-item:nth-child(2) {
  font-weight: 400;
}
#colorbox.car-search-result-version1-layout.search-result-modal .carresultsvehicleslistitemdescription_v1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0rem 1.5rem 0rem 1.2rem;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1490196078);
  position: fixed;
  top: 0;
  z-index: 400;
  width: 100%;
  background-color: #fff;
}
#colorbox.car-search-result-version1-layout.search-result-modal .carresultsvehicleslistitemdescriptioncategory_v1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500;
  font-size: 24px;
  color: #000000;
}
@media (max-width: 767px) {
  #colorbox.car-search-result-version1-layout.search-result-modal .carresultsvehicleslistpricing {
    margin-top: 5rem;
  }
}
#colorbox.car-search-result-version1-layout .carresultsvehicleslistitemdescriptioncategory_v1 > div:first-child {
  margin-right: auto;
}
#colorbox.car-search-result-version1-layout .carresultsvehicleslistitemdescriptioncategory_v1 > div:last-child {
  display: flex;
  width: 1.0935rem;
  height: 1.0935rem;
}
#colorbox.car-search-result-version1-layout .carresultsvehicleslistitemdescriptioncategoryamenitiesmobil_v1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0px 10px;
}
@media (max-width: 767px) {
  #colorbox.car-search-result-version1-layout .carresultsvehicleslistitemdescriptioncategoryamenitiesmobil_v1 span {
    color: #000000;
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1rem;
    display: inline-block;
    vertical-align: middle;
  }
  #colorbox.car-search-result-version1-layout .carresultsvehicleslistitemdescriptioncategoryamenitiesmobil_v1 .sor-icon {
    display: inline-block;
    background-color: #000000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
  }
  #colorbox.car-search-result-version1-layout .carresultsvehicleslistitemdescriptioncategoryamenitiesmobil_v1 .si-car-user, #colorbox.car-search-result-version1-layout .carresultsvehicleslistitemdescriptioncategoryamenitiesmobil_v1 .si-snow-flake {
    width: 0.875rem;
    height: 1rem;
  }
  #colorbox.car-search-result-version1-layout .carresultsvehicleslistitemdescriptioncategoryamenitiesmobil_v1 .si-suitcase {
    width: 1rem;
    height: 1rem;
  }
  #colorbox.car-search-result-version1-layout .carresultsvehicleslistitemdescriptioncategoryamenitiesmobil_v1 .si-car-door {
    width: 0.86875rem;
    height: 1rem;
    flex-shrink: 0;
  }
}
#colorbox.car-search-result-version1-layout .car-search-v1-layout-mobile {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  text-align: end;
}
#colorbox.car-search-result-version1-layout .car-search-v1-layout-mobile .final-price {
  font-weight: 500;
  font-size: 20px;
  color: #000000 !important;
}
#colorbox.car-search-result-version1-layout .car-search-v1-layout-mobile .total-label {
  font-weight: 500;
  font-size: 12px;
  vertical-align: middle;
  color: #000000 !important;
}
#colorbox.car-search-result-version1-layout .car-search-v1-layout-mobile .priceperday-label {
  font-weight: 400;
  font-size: 12px;
  color: #212121;
}
#colorbox.car-search-result-version1-layout .car-search-v1-layout-mobile .totalwithtaxesandfees-label {
  font-weight: 400;
  font-size: 10px;
  text-transform: capitalize;
  color: #212121;
}
#colorbox.car-search-result-version1-layout .car-search-v1-layout-mobile .rewards-v1 {
  font-weight: 400;
  font-size: 12px;
  color: #107613;
}
#colorbox.car-search-result-version1-layout .car-search-v1-layout-mobile .rewards-v1 i {
  width: 0.8125rem;
  height: 0.625rem;
  background-color: #107613;
}
#colorbox.car-search-result-version1-layout .car-search-v1-layout-mobile .carresultsvehicleslistpricingsavings {
  display: none;
}
#colorbox.car-search-result-version1-layout .car-search-v1-layout-mobile .insider-price-text {
  display: none;
}
#colorbox.car-search-result-version1-layout .checkboxoptions_v1.checkboxgroup_v1 input[type=checkbox] {
  color: #5E5E5E;
  -webkit-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid;
  border-radius: 0.25rem;
  background-color: white;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  font-size: 0.8125rem;
}
#colorbox.car-search-result-version1-layout .checkboxoptions_v1.checkboxgroup_v1 input[type=checkbox]:checked {
  background-color: var(--SOR-standard-user-interaction-color, #0072E3);
  border-color: var(--SOR-standard-user-interaction-color, #0072E3);
}
#colorbox.car-search-result-version1-layout .checkboxoptions_v1.checkboxgroup_v1 input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
  vertical-align: middle;
}
#colorbox.car-search-result-version1-layout .checkboxoptions_v1 label {
  letter-spacing: 0;
  vertical-align: middle;
}
#colorbox.car-search-result-version1-layout .vehicle_type_v1 span {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500 !important;
  font-size: 16px !important;
  color: #212121;
}

#rateInfoModal.car-search-result-version1-layout.custom-style-tooltip {
  display: grid;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.search-car-result-mobil-modal .searchboxcontainer {
  background-color: #fff;
  margin-top: 4rem;
  margin-bottom: 6.5rem;
}
.search-car-result-mobil-modal .close-search-modal-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.search-car-result-mobil-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px 15px 15px;
  border-bottom: 1px solid #D9D9D9;
  background-color: #fff;
  top: 0;
  position: fixed;
  width: 100%;
  height: 4.5rem;
  z-index: 400;
}
.search-car-result-mobil-modal .modal-header .modal-header-text {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500;
  font-size: 24px;
}
.search-car-result-mobil-modal .modal-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.1);
  bottom: 0;
  position: fixed;
  z-index: 400;
  background-color: #fff;
  height: 5rem;
}
.search-car-result-mobil-modal .modal-footer a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--SOR-primary-color, #272727);
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  border-radius: 40px;
  gap: 10px;
  padding: 12px 41px;
  color: var(--SOR-primary-button-text-color, #ffffff) !important;
  border: 1px solid var(--SOR-primary-color, #272727);
  box-shadow: none;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  height: 48px;
}
.search-car-result-mobil-modal #cboxLoadedContent {
  padding-bottom: 0rem !important;
}
@media (max-width: 767px) {
  .search-car-result-mobil-modal #carsearchcontainer.search-container.car-search-container-v1-layout.searchBox-main-condensed {
    border-bottom: none !important;
  }
  .search-car-result-mobil-modal #carsearchcontainer.search-container.car-search-container-v1-layout.searchBox-main-condensed #btnSearch2.search-button-v1-layout {
    display: none !important;
  }
}

#carresultslocations.car-search-result-version1-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #carresultslocations.car-search-result-version1-layout #car_results_header_mobile.header-container_v1 {
    display: grid;
    row-gap: 1rem;
    grid-template-columns: repeat(2, auto);
    align-items: center;
    padding: 10px 10px 0px 10px;
    box-sizing: border-box;
  }
  #carresultslocations.car-search-result-version1-layout .header-icon_v1 {
    align-self: flex-end;
    width: 55px;
    height: 55px;
    gap: 10px;
  }
  #carresultslocations.car-search-result-version1-layout .header-text_v1 {
    grid-column: 2 span/2 span;
    text-align: center;
    width: 100%;
    color: #000000;
  }
  #carresultslocations.car-search-result-version1-layout .edit-location {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: repeat(2, auto);
    column-gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 2.5rem;
    justify-content: flex-start;
    align-content: center;
    row-gap: 0px;
    background-color: var(--background-color, #fff);
    cursor: pointer;
    border: 1px solid #D9D9D9;
    margin: 1rem 0.2rem;
  }
  #carresultslocations.car-search-result-version1-layout .edit-location-title {
    grid-column-start: 1;
    grid-row-start: 1;
    color: #000;
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
    font-size: 0.875rem;
    font-style: normal;
    align-self: flex-end;
    justify-self: flex-start;
    cursor: pointer;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
  }
  #carresultslocations.car-search-result-version1-layout .edit-location-container {
    background: none;
    border: none;
    grid-column-start: 1;
    grid-row-start: 2;
    align-self: flex-start;
    justify-self: flex-start;
    cursor: pointer;
    height: auto;
  }
  #carresultslocations.car-search-result-version1-layout .edit-location-details {
    cursor: pointer;
    color: #000;
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  #carresultslocations.car-search-result-version1-layout .click-icon {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    align-content: center;
    justify-content: center;
  }
  #carresultslocations.car-search-result-version1-layout .click-icon i {
    width: 1rem;
    height: 1rem;
  }
}

#carresultslocations:not(.car-search-result-version1-layout) .hide-for-Search-original-only {
  display: none !important;
}

.car-search-result-version2-layout .carresultsvehiclecontainer {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 100%;
}
.car-search-result-version2-layout .carresultsvehiclecontainer .carresultsvehiclesuptopercentageoff {
  flex: 1;
  text-align: left;
}
.car-search-result-version2-layout .carresultsvehiclecontainer .carresultsvehiclesuptopercentageoff {
  max-width: fit-content;
  min-width: fit-content;
  max-height: fit-content;
  min-height: fit-content;
  padding: 0.25rem 0.75rem;
  align-items: center;
  gap: 0.625rem;
  border-radius: 1rem;
  border: 1px solid var(--TP-Green, #107613);
}
.car-search-result-version2-layout .carresultsvehiclecontainer .uptopercentageofftext {
  color: var(--TP-Green, #107613);
  text-align: center;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25rem;
}
.car-search-result-version2-layout .manual-count, .car-search-result-version2-layout .automatic-count {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 1rem !important;
  color: #212121 !important;
}
.car-search-result-version2-layout .resultsfilter_v1 {
  border-bottom: 1px solid var(--SOR-lighttext-color, #b8b7b7) !important;
}
.car-search-result-version2-layout .resultsfilter .cartype_1, .car-search-result-version2-layout .resultsfilter .transmission_filter, .car-search-result-version2-layout .resultsfilter .company_filter {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 16px;
}
.car-search-result-version2-layout .resultsfilter .cartype_1 .checkboxoptions_v1 label, .car-search-result-version2-layout .resultsfilter .transmission_filter .checkboxoptions_v1 label, .car-search-result-version2-layout .resultsfilter .company_filter .checkboxoptions_v1 label {
  letter-spacing: 0;
  vertical-align: middle;
  color: #212121;
}
@media (max-width: 767px) {
  .car-search-result-version2-layout .resultsfilter .transmission_filter {
    padding: 1rem 1rem 0 1rem !important;
  }
}
.car-search-result-version2-layout .resultsfilter .transmission_filter .transmissions_type_v2 span {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-weight: 500 !important;
  font-size: 1rem !important;
  color: #212121;
}
.car-search-result-version2-layout .resultsfilter .transmission_filter input[type=checkbox] {
  color: #5E5E5E;
  -webkit-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid;
  border-radius: 0.25rem;
  background-color: white;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin: 0.3125rem 0.25rem 0 0.25rem;
  display: inline-block;
  font-size: 0.8125rem;
}
.car-search-result-version2-layout .resultsfilter .transmission_filter input[type=checkbox]:checked {
  background-color: var(--SOR-standard-user-interaction-color, #0072E3);
  border-color: var(--SOR-standard-user-interaction-color, #0072E3);
}
.car-search-result-version2-layout .resultsfilter .transmission_filter input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
  vertical-align: middle;
}
.car-search-result-version2-layout .resultsfilter .transmission_filter count {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 16px !important;
  color: #212121;
}
.car-search-result-version2-layout .resultsfilter .transmission_filter count.manual-disabled, .car-search-result-version2-layout .resultsfilter .transmission_filter count.automatic-disabled {
  color: gray;
}
.car-search-result-version2-layout .resultsfilter .transmission_filter label {
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 16px !important;
  color: #212121;
}
@media (max-width: 767px) {
  .car-search-result-version2-layout .resultsfilter .transmission_filter label {
    color: var(--Neutral-Colors-neutral-5, #212121);
    font-size: 1rem;
    font-weight: 400;
  }
}
.car-search-result-version2-layout .resultsfilter .transmission_filter label.manual-disabled, .car-search-result-version2-layout .resultsfilter .transmission_filter label.automatic-disabled {
  color: gray;
  cursor: not-allowed;
  opacity: 0.6;
}
.car-search-result-version2-layout .resultsfilter .transmission_filter input[type=checkbox].manual-disabled, .car-search-result-version2-layout .resultsfilter .transmission_filter input[type=checkbox].automatic-disabled {
  background-color: lightgray;
  border-color: gray;
  cursor: not-allowed;
  pointer-events: none;
}
.car-search-result-version2-layout .checkbox_container {
  align-items: center;
  display: flex;
  height: 3rem;
  justify-content: start;
}
.car-search-result-version2-layout #original-container .widgettitle {
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5rem;
  color: #212121;
}
.car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter {
  display: none;
}
.car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter ~ div.filter-content {
  overflow: hidden;
  max-height: 18rem;
}
.car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter ~ div.filter-content input {
  color: #5E5E5E;
  -webkit-appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid;
  border-radius: 0.25rem;
  background-color: white;
  cursor: pointer;
  position: relative;
}
.car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter ~ div.filter-content input:checked {
  background-color: var(--SOR-standard-user-interaction-color, #0072E3);
  border-color: var(--SOR-standard-user-interaction-color, #0072E3);
}
.car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter ~ div.filter-content input:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5rem;
  height: 1rem;
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: translate(-50%, -50%) rotate(45deg);
  vertical-align: middle;
}
.car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter ~ div.filter-content label {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter:checked ~ div.filter-content {
  max-height: none;
}
.car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter ~ label.show_more_filter, .car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter ~ label.show_less_filter {
  display: none;
  color: var(--SOR-standard-user-interaction-color, #0072E3);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  cursor: pointer;
}
.car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter ~ label.show_more_filter {
  display: inline;
}
.car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter:checked ~ label.show_more_filter {
  display: none;
}
.car-search-result-version2-layout .company_checkboxoptions input[type=checkbox]#company_input_toggle_filter:checked ~ label.show_less_filter {
  display: inline;
}

@media (max-width: 767px) {
  #colorbox #cboxLoadedContent {
    padding-bottom: 7.25rem;
  }
  #colorbox .company_filter {
    padding: 1rem 1rem 1.5rem 1rem !important;
  }
  #colorbox .vehicle_company_v1 span.widgettitle {
    font-size: 1rem !important;
    font-weight: 500 !important;
    line-height: 1.5rem;
    color: #212121;
  }
}

#carsearch.searchbox.searchbox_v1 {
  max-width: 80rem !important;
  width: 100% !important;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  row-gap: 1rem;
  padding: 1.5rem 4rem;
}
@media (max-width: 767px) {
  #carsearch.searchbox.searchbox_v1 .searchboxcontent {
    row-gap: 1.5rem !important;
  }
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent > div.row {
  margin: initial;
  max-width: initial;
  width: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent > div.row:before, #carsearch.searchbox.searchbox_v1 .searchboxcontent > div.row:after {
  content: initial;
  display: initial;
  clear: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  grid-column: span 3/span 3;
  justify-content: space-between;
  gap: 0.5rem;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .searchfilter, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .mobile-full-width {
  margin: initial;
  float: initial;
  max-height: initial;
  line-height: initial;
  font-size: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .searchfilter > label, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .mobile-full-width > label {
  display: initial;
  height: initial;
  vertical-align: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .searchfilter.hide-for-Search-V1-only, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .mobile-full-width.hide-for-Search-V1-only {
  display: none !important;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .searchfilter input:not([type=checkbox]),
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .searchfilter input:not([type=radio]), #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .mobile-full-width input:not([type=checkbox]),
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .mobile-full-width input:not([type=radio]) {
  border-radius: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .searchfilter .input, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .mobile-full-width .input {
  position: initial;
  display: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .searchfilter .destination::before, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection > .mobile-full-width .destination::before {
  content: initial;
  font-family: initial;
  position: initial;
  left: initial;
  padding: initial;
  line-height: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection span.select.age {
  float: initial;
  width: initial;
  overflow: initial;
  background: initial;
  border: initial;
  color: initial;
  height: initial;
  line-height: initial;
  position: initial;
  display: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection span.select.age::after {
  bottom: initial;
  color: initial;
  height: initial;
  line-height: initial;
  margin-top: initial;
  padding: initial;
  text-align: initial;
  top: initial;
  width: initial;
  right: initial;
  content: initial;
  font-weight: initial;
  font-family: initial;
  position: initial;
  bottom: initial;
  pointer-events: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection span.select.age select {
  padding: initial;
  cursor: initial;
  background: initial;
  height: initial;
  width: initial;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  -ms-appearance: initial;
  appearance: initial;
  outline: initial;
  box-shadow: initial;
  border: initial;
  background-image: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection span.datepicker {
  border: initial;
  width: initial;
  position: initial;
  display: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection span.datepicker input {
  padding: initial;
  height: initial;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-date-picker-v1-layout, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-select-location-v1-layout {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: repeat(2, auto);
  height: 4rem;
  padding: 0.5rem 1.5rem;
  border-radius: 2.5rem;
  justify-content: flex-start;
  align-content: center;
  border: 1px solid var(--Neutral-Neutral-4, #e2e2e2);
  row-gap: 0px;
  column-gap: 0.5rem;
  background-color: #fff;
  cursor: pointer;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-date-picker-v1-layout label, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-select-location-v1-layout label {
  grid-column-start: 1;
  grid-row-start: 1;
  color: var(--Brand-Primary, #0072E3);
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
  align-self: flex-end;
  justify-self: flex-start;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-date-picker-v1-layout span, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-select-location-v1-layout span {
  background: none;
  border: none;
  grid-column-start: 1;
  grid-row-start: 2;
  align-self: flex-start;
  justify-self: flex-start;
  cursor: pointer;
  height: auto;
  line-height: 1.5rem;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-date-picker-v1-layout span input, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-select-location-v1-layout span input {
  background: none;
  border: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  color: var(--Text-Prefill, #474747);
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
  width: fit-content;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-date-picker-v1-layout div.click-icon, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-select-location-v1-layout div.click-icon {
  grid-row: span 2/span 2;
  grid-column-start: 2;
  grid-row-start: 1;
  align-content: center;
  justify-content: center;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-date-picker-v1-layout div.click-icon i, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-select-location-v1-layout div.click-icon i {
  width: 1rem;
  height: 0.58175rem;
  cursor: pointer;
  fill: var(--Text-Prefill, #474747);
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-date-picker-v1-layout {
  column-gap: 0.5rem;
  width: 10.5rem;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-date-picker-v1-layout span input {
  width: 100% !important;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-select-location-v1-layout {
  width: 24.25rem;
  min-width: 15.25rem;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection .car-search-select-location-v1-layout span i {
  background: transparent;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection.multi-location .car-search-select-location-v1-layout {
  min-width: 12rem;
  width: 12rem;
  flex-grow: 1;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection.multi-location .car-search-select-location-v1-layout.drop-off-location {
  display: grid;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection.single-location .car-search-select-location-v1-layout.drop-off-location {
  display: none;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection.single-location .car-search-select-location-v1-layout span input {
  width: 100% !important;
}
@media (max-width: 767px) {
  #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection div, #carsearch.searchbox.searchbox_v1 .searchboxcontent #searchLocationsSection custom-dropdown {
    flex-grow: 1;
    width: 100% !important;
  }
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #btnSearch2.search-button-v1-layout {
  display: flex !important;
  height: 3rem;
}
@media (min-width: 768px) {
  #carsearch.searchbox.searchbox_v1 .searchboxcontent #btnSearch2.search-button-v1-layout {
    grid-column: 3;
    grid-row: 3;
    justify-self: flex-end;
    height: 2.75rem;
    width: 10.8125rem;
  }
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #btnSearch2.search-button-v1-layout a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.5rem;
  border: 1px solid var(--SOR-primary-color, #272727);
  background-color: var(--SOR-primary-color, #272727);
  color: var(--SOR-primary-button-text-color, #ffffff) !important;
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 1.125rem;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.25rem;
}
@media (min-width: 768px) {
  #carsearch.searchbox.searchbox_v1 .searchboxcontent #btnSearch2.search-button-v1-layout a {
    width: 100%;
    height: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent .carpaymentcurrency {
  grid-column: 2;
  grid-row: 3;
  align-self: center;
  justify-self: flex-end;
}
@media (max-width: 767px) {
  #carsearch.searchbox.searchbox_v1 .searchboxcontent .carpaymentcurrency {
    width: 100%;
    grid-column: span 2/span 2;
    margin-right: 0 !important;
  }
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent .carpaymentcurrency .radio {
  height: 16px;
  line-height: initial;
  width: 16px;
}
@media (max-width: 767px) {
  #carsearch.searchbox.searchbox_v1 .searchboxcontent .carpaymentcurrency .radio input[type=radio]:after {
    display: block !important;
  }
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent .carpaymentcurrency .radio span {
  display: flex;
  align-items: center;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent .carpaymentcurrency .radio span input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 1.375rem !important;
  position: relative;
  top: 1px;
  width: 1.375rem !important;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent .carpaymentcurrency .radio span input[type=radio]:before {
  background: #fff;
  border: 1px solid #5E5E5E !important;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 1.375rem !important;
  width: 1.375rem !important;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent .carpaymentcurrency .radio span input[type=radio]:checked:before {
  border: 1px solid var(--SOR-standard-user-interaction-color, #0072E3) !important;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent .carpaymentcurrency .radio span input[type=radio]:checked:after {
  background: var(--SOR-standard-user-interaction-color, #0072E3) !important;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 0.75rem;
  left: 50%;
  margin: -0.371rem 0 0 -0.371rem;
  position: absolute;
  top: 50%;
  width: 0.75rem;
  z-index: 400;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #cars-advanced-search {
  grid-column: 1;
  grid-row: 3;
  align-self: center;
  justify-self: flex-start;
}
@media (max-width: 767px) {
  #carsearch.searchbox.searchbox_v1 .searchboxcontent #cars-advanced-search {
    width: 100%;
    grid-column: span 2/span 2;
    grid-row: 4;
  }
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #cars-advanced-search .advancedtoggle {
  color: var(--SOR-standard-user-interaction-color, #0072E3);
  font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.125rem;
  text-decoration: none;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #cars-advanced-search .advancedtoggle i {
  background-color: var(--SOR-standard-user-interaction-color, #0072E3);
  width: 1rem;
  height: 0.58175rem;
  flex-shrink: 0;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #carsearchadvanced {
  grid-column: span 2/span 2;
  grid-row: 4;
}
@media (max-width: 767px) {
  #carsearch.searchbox.searchbox_v1 .searchboxcontent #carsearchadvanced {
    width: 100%;
    grid-column: span 2/span 2;
    grid-row: 5;
  }
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #carsearchadvanced .carsearchadvancedbody {
  display: flex;
  flex-wrap: wrap;
}
#carsearch.searchbox.searchbox_v1 .searchboxcontent #carsearchadvanced .carsearchadvancedbody .carsearchadvanceprice {
  display: flex;
}
#carsearch.searchbox.searchbox_v1 .hide-for-Search-V1-only {
  display: none !important;
}
#carsearch.searchbox.searchbox_v1.searchBox-condensed .searchboxcontent #btnSearch2.search-button-v1-layout a {
  color: var(--SOR-primary-color, #272727) !important;
  background-color: #fff !important;
}

.sor-icon.rotate-180-icon {
  transform: rotate(180deg);
}

.searchbox:not(.searchbox_v1) .hide-for-Search-original-only {
  display: none !important;
}

@media (max-width: 767px) {
  .ui-autocomplete.car-ui-autocomplete-v1 {
    z-index: 9999 !important;
  }
}

#carsearchcontainer.car-search-container-v1-layout.searchBox-main-condensed {
  background: #FFF !important;
}
@media (min-width: 768px) {
  #carsearchcontainer.car-search-container-v1-layout.searchBox-main-condensed {
    border-top: 1px solid var(--SOR-border-color, #e2e2e2) !important;
    border-bottom: 1px solid var(--SOR-border-color, #e2e2e2) !important;
  }
}
#carsearchcontainer.car-search-container-v1-layout .searchboxcontainer.centered-content {
  max-width: 80rem;
  width: 100%;
}
@media (max-width: 767px) {
  #carsearchcontainer.car-search-container-v1-layout:not(.searchBox-main-condensed) .searchboxcontainer.centered-content .searchbox.searchbox_v1 .searchboxcontent .searchfilter.search-button {
    grid-column: span 2/span 2;
    display: flex !important;
    height: 3rem;
    align-items: center;
    align-self: stretch;
  }
  #carsearchcontainer.car-search-container-v1-layout:not(.searchBox-main-condensed) .searchboxcontainer.centered-content .searchbox.searchbox_v1 .searchboxcontent .searchfilter.search-button.hide-for-Search-V1-only a.searchbutton {
    border-radius: 2.5rem !important;
    width: 100% !important;
    color: var(--SOR-primary-button-text-color, #ffffff) !important;
    font-family: var(--SOR-font-stack, "Gotham", apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif);
    font-size: 1.125rem;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.25rem;
    height: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#carsearchresultcontainer.car-search-result-container-v1-layout {
  max-width: 80rem;
  width: 100%;
}
/*# sourceMappingURL=cars.css.map */
