/**
 * Copyright: 2007-2015, Web Techtonics, LLC
 * This code is property of Web Techtonics, LLC. All rights reserved.
 * May not be re-used, re-distributed or modified without permission.


*/
:root{
	--placeholderSvg: 25px;
	--placeholderLabel: 20px !important;
	--placeholderFontFamily: Arial, Helvetica, sans-serif;
}
.AV-WInventory-4.widget {
	padding: 20px;
}
.AV-WInventory-4 .WInventory-layout.placeholder svg {
	width: 100%;
	margin: auto;
	display: block;
	max-width: var(--placeholderSvg);
	max-height: var(--placeholderSvg);
}
.AV-WInventory-4 .WInventory-layout.placeholder .placeholder-label {
	margin-bottom: 0px;
	text-align: center;
	line-height: normal;
	padding-bottom: 0px;
	font-size: var(--placeholderLabel) !important;
	font-family: var(--placeholderFontFamily) !important;
}

/* ========================= Whole ========================= */

/* The entire inventory widget */
.AV-WInventory-4 .widget
{
	padding: 0;
	min-height: 400px;
}

/* Style the Loading... message */
.AV-WInventory-4 .inventory-loading
{
	text-align: center;
	color: #aaa;
	font-size: 30px;
	margin-top: 150px;
}

/* Style if we are showing vehicles even though they didn't match all of the results */
.AV-WInventory-4 .missing-terms
{
    display: inline-block;
    text-decoration: line-through;
    color: red;
    padding-right: 3px;
}
.AV-WInventory-4 .missing-title
{
	font-weight: 700;
}
.AV-WInventory-4 .missing-terms
{
	font-weight: 300;
}

/* Disclaimer */
.AV-WInventory-4 .disclaimer
{
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto;
	margin-top: -20px;
	padding: 0;
  border: 1px solid gray;
  text-align: left;
  background-color: #dfdfdf;
}

/* ========================= Filters ========================= */

.AV-WInventory-4 .filters
{
	color: #fff;
	background-color: #222;
}
.AV-WInventory-4 .filters .filters-bar
{
	color: #fefefe;
	height: auto;
	font-size: 12px;
	font-weight: 300;
	padding: 10px;
	color: #ddd;
	position: relative;
}
.AV-WInventory-4 .filters .filters-bar .search-box
{
	position: relative;
}
.AV-WInventory-4 .filters.advanced .filters-bar .search-box
{
	width: 100%;
}
.AV-WInventory-4 .filters .filters-bar .search-box .search:focus, .AV-WInventory-4 .filters .filters-bar .sort:focus, .AV-WInventory-4 .filters .filters-bar .advanced-filters select:focus
{
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	        box-shadow: none;
}
.AV-WInventory-4 .filters .filters-bar .search-box .search
{
	background-color: #4d4d4d;
	border: none;
	color: #fff;
	font-size: 16px;
}
.AV-WInventory-4 .filters .filters-bar .search-box .search::-ms-clear
{
	display: none;
}
.AV-WInventory-4 .filters .filters-bar .search-box .matches
{
	font-size: 13px;
	position: absolute;
	top: 11px;
	right: 13px;
	color: #aaa;
	font-weight: 400;
	pointer-events: none;
}
.AV-WInventory-4 .filters .filters-bar .search-box .matches strong
{
	color: #ebd25f;
	font-weight: 700;
}
.AV-WInventory-4 .filters.advanced .filters-bar .sort
{
	display: inline-block;
	width: 50%;
	width: calc(100% - 90px);
}
.AV-WInventory-4 .filters .filters-bar .sort, .AV-WInventory-4 .filters .advanced-filters select
{
	background-color: green;
	border: none;
	color: #fff;
	margin-top: 10px;
}
.AV-WInventory-4 .filters .advanced-filters select:focus
{
	outline: none;
	border-color: #cfcfcf;
}
.AV-WInventory-4 .filters .advanced-filters select.active-filter, .AV-WInventory-4 .filters .advanced-filters select.active-filter:focus
{
	-webkit-box-shadow: 0px 0px 5px 2px rgba(58,198,233,1);
       -moz-box-shadow: 0px 0px 5px 2px rgba(58,198,233,1);
            box-shadow: 0px 0px 5px 2px rgba(58,198,233,1);
}
.AV-WInventory-4 .filters .advanced-filters .filters-output
{
	font-size: 18px;
    color: #555;
    padding-top: 20px;
}
.AV-WInventory-4 .filters .advanced-filters-button
{
	display: none;
	margin-left: 0;
	margin-top: -6px;
	box-shadow: none;
	border: 1px solid rgb(207, 207, 207);
	height: 33px;
	margin-right:10px;
	width: 80px;
	background-color: #fff;
}
.AV-WInventory-4 .filters.advanced .advanced-filters-button
{
	display: inline-block;
}
.AV-WInventory-4 .filters .advanced-filters
{
	margin-left: 0; margin-right: 0;
	display: block;
	width: 100%;
	max-height: 0;
	padding: 0 25px 0 25px;
	text-align: center;
	background-color: rgb(34, 34, 34);
	overflow: hidden;
	transition: max-height ease 350ms, padding-bottom ease 350ms;
}
.AV-WInventory-4 .filters .advanced-filters.open
{
	height: auto;
	max-height: 200px;
	padding-bottom: 20px;
}
.AV-WInventory-4 .filters .advanced-filters select
{
	display: inline-block;
	height: 40px;
	width: 100%;
	max-width: 120px;
}

/* ===== Filters (420+) ===== */

@media (min-width: 420px)
{
	.AV-WInventory-4 .filters:not(.advanced) .filters-bar
	{
		min-height: 80px;
		height: auto;
		padding: 20px 20px 0 20px;
	}
	.AV-WInventory-4 .filters:not(.advanced) .filters-bar .search-box
	{
		display: inline-block;
		width: 60%;
		width: calc(100% - 150px);
	}
	.AV-WInventory-4 .filters:not(.advanced) .filters-bar .sort
	{
		float: right;
		width: 130px;
		display: inline-block;
		margin-top: 0;
	}
}

/* ===== Filters (680+) ===== */

@media (min-width: 680px)
{
	.AV-WInventory-4 .filters .filters-bar
	{
		min-height: 80px;
		height: auto;
		padding: 20px 20px 0 20px;
	}
	.AV-WInventory-4 .filters.advanced .filters-bar .search-box
	{
		display: inline-block;
		width: 60%;
		width: calc(100% - 230px);
	}
	.AV-WInventory-4 .filters.advanced .filters-bar .sort
	{
		float: right;
		width: 130px;
		display: inline-block;
		margin-top: 0;
	}
	.AV-WInventory-4 .filters .advanced-filters-button
	{
		margin-right: 0;
    	margin-left: 10px;
	}
	.AV-WInventory-4 .filters .advanced-filters.open
	{
		max-height: 210px;
	}
}

/* ===== Filters (768+) ===== */

@media (min-width: 768px)
{
	.AV-WInventory-4 .filters .advanced-filters.open
	{
		max-height: 115px;
	}
}

/* ===== Filters (800+) ===== */

@media (min-width: 800px)
{
	.AV-WInventory-4 .filters
	{
		color: #898989;
		background-color: #fff;
	}
	.AV-WInventory-4 .filters .filters-bar .sort
	{
		color: #898989;
	}
	.AV-WInventory-4 .filters .advanced-filters-button
	{
		height: 40px;
	}
	.AV-WInventory-4 .filters .filters-bar .search-box .search, .AV-WInventory-4 .filters .filters-bar .sort, .AV-WInventory-4 .filters .filters-bar .advanced-filters select
	{
		background-color: #fff;
		border: 1px solid #cfcfcf;
		font-weight: 400;
		height: 40px;
		color: #000;
	}
	.AV-WInventory-4 .filters .filters-bar .search-box .search:focus, .AV-WInventory-4 .filters .filters-bar .sort:focus, .AV-WInventory-4 .filters .filters-bar .advanced-filters select:focus
	{
		border: 1px solid #a7a7a7;
	}
	.AV-WInventory-4 .filters .filters-bar .search-box .matches strong
	{
		color: #17abb8;
	}
	.AV-WInventory-4 .filters .advanced-filters
	{
		background-color: #fff;
		width: 100%;
		margin-top: 10px;
	}
}

/* ===== Filters (992+) ===== */

@media (min-width: 992px)
{
	.AV-WInventory-4 .filters .advanced-filters.open
	{
		height: auto;
		max-height: 120px;
	}
}

/* ========================= VehicleList ========================= */

.AV-WInventory-4 .vehicle-list
{
	background-color: #f5f5f5;
}

/* ===== VehicleList (680+) ===== */

@media (min-width: 680px)
{
	/* Insert some padding between rows for larger views */
	.AV-WInventory-4 .vehicle-list
	{
		padding: 20px;
	}
}

/* ========================= Separator ========================= */

.AV-WInventory-4 .no-matches
{
	padding: 0;
	color: #4b4b4b;
	text-align: center;
}
.AV-WInventory-4 .no-matches > h3, .AV-WInventory-4 h3.separator
{
	font-size: 30px;
	font-family: Lato;
	font-weight: 300;
}
.AV-WInventory-4 .vehicle-list .partial-matches .hideRequestForm {
	display:none;
}
.AV-WInventory-4 h3.separator
{
	margin-top: 60px;
	padding-bottom: 10px;
	text-align: center;
}
.AV-WInventory-4 .vehicle-list > div:first-child h3.separator:before
{
	content: "0 results";
	display: block;
	margin-bottom: 30px;
	font-weight: 400;
}
.AV-WInventory-4 .vehicle-list > div:first-child h3.separator.separator3:before
{
	content: "Cavender Vehicle Request";
}
.AV-WInventory-4 .vehicle-list > div:first-child h3.separator.separator2:before
{
	content: "We're not limited by what we have in stock. Complete the form below and we'll get you exactly the vehicle you want to drive.";
	font-size: 20px;
	margin-top: -20px;
}
.AV-WInventory-4 .vehicle-list > div:first-child h3.separator.location-separator:before
{
	content: "0 local results";
}
.AV-WInventory-4 .vehicle-list > div:first-child h3.separator
{
	margin-top: 0;
}
.AV-WInventory-4 .no-matches > div
{
	padding: 15px 10px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	width: 250px;
	max-width: 100%;
	max-width: calc(100% - 20px);
	margin: 20px 10px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	opacity: 0.75;
}
.AV-WInventory-4 .no-matches > div:hover
{
	opacity: 1;
}
.AV-WInventory-4 .no-matches > div.tell-us
{
	background-color: #3997d6;
	color: #fff;
	text-shadow: #2e7db2 0 2px;
}
.AV-WInventory-4 .no-matches > div.search-again
{
	color: #585867;
	background-color: #e1e2e7;
}
.AV-WInventory-4 .locations-separator
{
	margin-top: 40px;
	border-top: 1px solid #aaa;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Lato;
}

/* ========================= Popups ========================= */

.pricing-popup,.savings-popup,.fees-popup
{
	padding: 25px;
}

.pricing-popup span,.savings-popup span,.fees-popup span
{
	float: right;
	padding-left: 15px;
}

.pricing-popup label,.savings-popup label,.fees-popup label
{
	font-style: italic;
}

.pricing-popup .undiscounted_price label,.savings-popup .savings_total label,.fees-popup .fees_total label
{
	text-decoration: underline;
}

.pricing-popup .undiscounted_price span,.savings-popup .savings_total span,.fees-popup .fees_total span
{
	text-decoration: underline;
	font-weight: bold;
	color: brown;
}

/* ========================= Vehicle ========================= */

.AV-WInventory-4 .vehicle
{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 11px;
	padding-bottom: 0;
	height: 195px;
	display: block;
	border-bottom: 1px solid #ccc;
	margin-top: 0;
	background-color: #fff;
}
.AV-WInventory-4 a.vehicle
{
	text-decoration: none;
}

/* ===== Vehicle (680+) ===== */

@media (min-width: 680px)
{
	.AV-WInventory-4 .vehicle
	{
		margin-bottom: 20px;
	}
}

/* ========================= Image ========================= */

.AV-WInventory-4 .vehicle .vehicle-image
{
	padding-right: 0;
	background-color: #ffffff;
	position: relative;
  width: 260px;
  height: 195px;
  text-align: center;
}

/* Sale Pending (pending) */
.AV-WInventory-4 .vehicle .vehicle-image .vehicle-state
{
	background-image: none;
  position: absolute;
	z-index: 1000;
	top: 0;
  left: 0;
	width: 100%;
	height: 23px;
	background-size: contain;
	background-repeat: no-repeat;
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.AV-WInventory-4 .vehicle .vehicle-image .sold {
  background-color: #b7261a;
}
.AV-WInventory-4 .vehicle .vehicle-image .pending {
  background-color: #ba6124;
}
.AV-WInventory-4 .vehicle .vehicle-image .asis,
.AV-WInventory-4 .vehicle .vehicle-image .astraded {
  background-color: #deb93e;
}
.AV-WInventory-4 .vehicle .vehicle-image .wholesale {
  background-color: #deb93e;
}
.AV-WInventory-4 .vehicle .vehicle-image .freshtrade {
  background-color: #719f2f;
}
.AV-WInventory-4 .vehicle .vehicle-image .dailyrental {
  background-color: #561af5;
}
.AV-WInventory-4 .vehicle .vehicle-image .arrivingsoon {
  background-color: #3d84c4;
}
.AV-WInventory-4 .vehicle .vehicle-image .onorder {
  background-color: #5014c3;
}
.AV-WInventory-4 .vehicle .vehicle-image .activeloaner,
.AV-WInventory-4 .vehicle .vehicle-image .suppressedloaner,
.AV-WInventory-4 .vehicle .vehicle-image .retiredloaner,
.AV-WInventory-4 .vehicle .vehicle-image .demovehicle,
.AV-WInventory-4 .vehicle .vehicle-image .dealerdriven {
  background-color: #ba273f;
}
.AV-WInventory-4 .vehicle .vehicle-image .pricereduced {
  background-color: #82c03e;
}
.AV-WInventory-4 .vehicle .vehicle-image .consignment {
  background-color: #e07b39;
}
.AV-WInventory-4 .vehicle .vehicle-image .onsale {
  background-color: #82c03e;
}
.AV-WInventory-4 .vehicle .vehicle-image .callbestprice {
  background-color: #82c03e;
}
.AV-WInventory-4 .vehicle .vehicle-image .callreducedprice {
  background-color: #82c03e;
}
.AV-WInventory-4 .vehicle .vehicle-image .callsaleprice,
.AV-WInventory-4 .vehicle .vehicle-image .a0financing {
  background-color: #82c03e;
}
.AV-WInventory-4 .vehicle .vehicle-image .blowoutprice {
  background-color: #82c03e;
}
.AV-WInventory-4 .vehicle .vehicle-image .a1500gas {
  background-color: #719f2f;
}
.AV-WInventory-4 .vehicle .vehicle-image .a3000gas {
  background-color: #719f2f;
}
.AV-WInventory-4 .vehicle .vehicle-image .dealercost {
  background-color: #5ec0ac;
}
.AV-WInventory-4 .vehicle .vehicle-image .winterized {
	background-color: #09c8f5;
}
.AV-WInventory-4 .vehicle .vehicle-image .instock {
	background-color: #82c13d;
}
.AV-WInventory-4 .vehicle .vehicle-image .factoryorder {
	background-color: #eb0a1e;
}
.AV-WInventory-4 .vehicle .vehicle-image .rentmenow,
.AV-WInventory-4 .vehicle .vehicle-image .rentorbuy,
.AV-WInventory-4 .vehicle .vehicle-image .leaseorrenttoday {
	background-color: #FF2400;
}
.AV-WInventory-4 .vehicle .vehicle-image .offsite {
	background-color: #3d84c4;
}

/* ===== Image (540-) ===== */
@media (max-width: 540px)
{
  .AV-WInventory-4 .vehicle .vehicle-image .vehicle-state
  {
  	top: 15px;
    font-size: 15px;
    height: 22px;
  }

  .AV-WInventory-4 .vehicle .vehicle-image
  {
    max-width: 260px;
    position: relative;
    bottom: 15px;
    min-width: 120px;
    overflow: hidden;
  }
  .AV-WInventory-4 .vehicle .vehicle-image img
  {
    /*position: relative;
    right: 20px;*/
    position: relative;
    top: 14px;
  }
}

/* ===== Image (440-) ===== */
@media (max-width: 440px)
{
  .AV-WInventory-4 .vehicle .vehicle-image .vehicle-state
  {
  	font-size: 12px;
    height: 18px;
  }
  .AV-WInventory-4 .vehicle .vehicle-image
  {
    width: 208px;
    height: 156px;
    max-width: 208px;
    position: relative;
    bottom: 15px;
  }
  .AV-WInventory-4 .vehicle .vehicle-image img
  {
    right: 0;
    width: 208px;
    height: 156px;
    max-width: 208px;
  }
  .AV-WInventory-4 a.vehicle{
	display: flex;
	flex-wrap: wrap;
	height: auto;
  }
  .AV-WInventory-4 .vehicle .vehicle-body{
	height: auto !important;
	max-width: calc(100% - 208px);
  }
  .AV-WInventory-4 .vehicle .vehicle-body .vehicle-right{
	height: auto !important;
  }
}

/* ===== Image (340-) ===== */
@media (max-width: 340px)
{
  .AV-WInventory-4 .vehicle .vehicle-image .vehicle-state
  {
  	font-size: 11px;
    height: 16px;
  }
  .AV-WInventory-4 .vehicle .vehicle-image
  {
    width: 156px;
    height: 117px;
    max-width: 156px;
    position: relative;
    bottom: 15px;
  }
  .AV-WInventory-4 .vehicle .vehicle-image img
  {
    /*right: 60px;*/
    width: 156px;
    height: 117px;
    max-width: 156px;
  }
  .AV-WInventory-4 .vehicle .vehicle-body{
	max-width: calc(100% - 156px);
  }
  .AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-condensed .condensed-price .final{
	display: inline-block;
	width: calc(100% - 20px);
  }
}

/* ===== Image (290-) ===== */
@media (max-width: 290px)
{
  .AV-WInventory-4 .vehicle .vehicle-image .vehicle-state
  {
  	font-size: 9px;
    height: 14px;
  }
  .AV-WInventory-4 .vehicle .vehicle-image
  {
    width: 104px;
    height: 78px;
    max-width: 104px;
    position: relative;
    bottom: 15px;
  }
  .AV-WInventory-4 .vehicle .vehicle-image img
  {
    /*right: 70px;*/
    width: 104px;
    height: 78px;
    max-width: 104px;
  }
}

/* ========================= Body ========================= */

.AV-WInventory-4 .vehicle .vehicle-body
{
	position: relative;
	/*padding: 5px;*/
	height: 195px;
}

/* ========================= BodyLeft ========================= */

.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left
{
	height: 158px;
	padding: 5px;
  padding-top: 3px;
	max-height: 158px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ===== BodyLeft (680+) ===== */

@media (min-width: 680px)
{
	.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left
	{
		height: 178px;
		margin-right: 195px;
		max-height: 178px;
	}
}

/* ========================= BodyRight ========================= */

.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right
{
	height: 35px;
	padding: 3px;
	margin-top: 2px;
	text-align: right;
}

/* ===== BodyRight (680+) ===== */

@media (min-width: 680px)
{
	.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right
	{
		width: 190px;
		float: right;
		height: 178px;
		position: absolute;
		right: 5px;
		top: 5px;
		margin-top: 0;
    padding: 15px;
	}
}

/* ========================= VehicleHeader ========================= */

.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-header
{
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #000;
	line-height: 20px;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-header .trim
{
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 18px;
}

@media (max-width: 540px) {
  .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-header
  {
  	font-size: 16px;
    line-height: 18px;
  }
  .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-header .trim
  {
  	font-size: 14px;
    line-height: 16px;
  }
}

/* ========================= VehicleSpecs ========================= */

.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-specs
{
	font-size: 16px;
	line-height: 18px;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-specs .certified
{
	font-style: italic;
}

/* ===== VehicleSpecs (680+) ===== */

@media (min-width: 680px)
{
	.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-specs
	{
		font-size: 14px;
    line-height: 16px;
	}
}

@media (max-width: 540px) {
  .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-specs
  {
  	font-size: 12px;
    line-height: 14px;
  }
}

/* ========================= VehicleTagline ========================= */

.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-tagline
{
	position: relative;
	top: 4px;
	color: #666;

  font-size: 17px;
	line-height: 19px;

  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== VehicleTagline (680+) ===== */

@media (min-width: 680px)
{
	.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-tagline
	{
    font-size: 18px;
    line-height: 22px;
    line-clamp: 4;
    -webkit-line-clamp: 4;
	}
}

/* ========================= VehicleHighlights ========================= */

.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-highlights
{
	position: relative;
	top: 8px;
	font-size: 15px;
	line-height: 17px;
	font-style: italic;
	color: #666;

  display: -webkit-box;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
  .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-highlights-separator
  {
    font-size: 16px;
  }

/* ===== VehicleHighlights (680+) ===== */

@media (min-width: 680px)
{
	.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-highlights
	{
    font-size: 16px;
    line-height: 19px;
    display: block;
    display: -webkit-box;
    top: 3px;

    line-clamp: 5;
    -webkit-line-clamp: 5;
	}
}

/* ========================= VehicleCTAs ========================= */

.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-ctas
{
	position: absolute;
	bottom: -2px;
	left: 10px;
	display: none;
}
  .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-ctas img
  {
  	width: 130px;
    bottom: -7px;
  }
  .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-ctas img.carproof-badge
  {
    width: auto;
  }
    .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-ctas img.aim-experts
    {
    	width: 170px;
      position: relative;
      bottom: 5px;
    }
    .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-ctas img.carfax-com
    {
    	width: 50px;
      bottom: 14px;
      position: relative;
    }
    .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-ctas img.carproof
    {
    	top: -5px;
      margin-left: 10px;
      position: relative;
    }

/* ===== VehicleCTAs (1024+) ===== */

@media (min-width: 1024px)
{
	.AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-ctas
	{
		display: block;
	}
    .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-ctas .carproof-badge
    {
      float: left;
      margin-bottom: 6px;
      height: 42px !important;
    }
      .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-ctas .carproof-badge img
      {
        width: auto;
      }
      .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-ctas .carproof-badge > div
      {
        width: 300px !important;
      }
    .AV-WInventory-4 .vehicle .vehicle-body .vehicle-left .vehicle-ctas .carguru-badge
    {
      max-width: 100px;
      position: relative;
      bottom: 9px;
      margin-left: 5px;
    }
}

/* ========================= Vehicle Bottom (real CTAs) ========================= */

/* Mobile size (when bottom-right disappears) */
.AV-WInventory-4 .vehicle .vehicle-bottom {
  display: block;
  text-align: center;
}
.AV-WInventory-4 .vehicle-taller {
  height: 235px;
}
.AV-WInventory-4 .vehicle-taller .btn.btn-filled {
  padding: 6px;
  width: 50%;
  letter-spacing: 1px;
}

/* Tablet and higher (when bottom-right reappears) */
@media (min-width: 680px) {
  .AV-WInventory-4 .vehicle .vehicle-bottom {
    display: none;
  }
  .AV-WInventory-4 .vehicle-taller {
    height: 195px;
  }
}
@media (max-width: 540px) {
  .AV-WInventory-4 .vehicle-taller .btn.btn-filled {
    margin-left: 2px;
    margin-right: 2px;
    width: 45%;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 9px 5px 9px 5px;
    position: relative;
    bottom: 8px;
  }
}
@media (max-width: 340px) {
  .AV-WInventory-4 .vehicle-taller .btn.btn-filled {
    letter-spacing: 0px;
    font-size: 11px;
  }
}

/* ========================= VehiclePrice ========================= */

.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-condensed .condensed-price .original
{
	font-size: 16px;
	text-decoration: line-through;
	text-decoration-color: red;
	line-height: 18px;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-condensed .condensed-price .final
{
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-condensed .noprice
{
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
}

.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full
{
	display: none;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .promo-price
{
	padding-bottom: 5px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 0;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .promo-price > div
{
	display: block;
	clear: left;
	line-height: 13px;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .promo-price label
{
	float: left;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	margin-right: 10px;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .promo-price span
{
	font-size: 13px;
	font-weight: 700;
	color: #333;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .actual
{
  line-height: 22px;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .actual div
{
	display: block;
	clear: left;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .actual label
{
	float: left;
	margin-right: 10px;
	font-size: 20px;
	font-weight: 700;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .actual span
{
	font-size: 20px;
	font-weight: 700;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .noprice
{
	font-size: 18px;
	font-style: italic;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .pricetag
{
	font-weight: bold;
  font-style: italic;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .payment
{
  font-size: 13px;
	font-weight: 700;
  white-space: nowrap;
  margin: 0 auto;
  text-align: right;
  float: right;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .promo-price .addons-popup
{
  cursor: help;
}
.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full .promo-price .incentives-popup
{
  cursor: help;
  color: gray;
}

/* ===== VehiclePrice (680+) ===== */

@media (min-width: 680px)
{
	.AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-full
	{
		display: block;
    position: relative;
    top: -10px;
    right: -5px;
	}
  .AV-WInventory-4 .vehicle .vehicle-body .vehicle-right .vehicle-price-condensed
	{
		display: none;
	}
}

/* ========================= VehicleExtras ========================= */

/* Mobile display */
.AV-WInventory-4 .vehicle .vehicle-body .bottom-right
{
	position: absolute;
	bottom: 7px;
	right: 7px;
	font-size: 12px;
	color: black;
	display: none;
}
.AV-WInventory-4 .vehicle .vehicle-body .bottom-right .btn.btn-filled {
  letter-spacing: 0px;
  font-size: 11px;
  min-width: 160px;
}

/* ===== VehicleExtras (680+) ===== */

@media (min-width: 680px)
{
	.AV-WInventory-4 .vehicle .vehicle-body .bottom-right
	{
		display: block;
	}
	.AV-WInventory-4 .vehicle .vehicle-body .bottom-right .stock
	{
		display: block;
		font-size: 13px;
    text-align: right;
	}
	.AV-WInventory-4 .vehicle .vehicle-body .bottom-right .vin
	{
		display: none;
	}
	.AV-WInventory-4 .vehicle .vehicle-body .bottom-right .dealership
	{
		display: none;
	}
  .AV-WInventory-4 .vehicle .vehicle-body .bottom-right .btn.btn-filled {
    display: block;
    width: 75%;
    margin: 0 auto;
    position: absolute;
    right: 2px;
    bottom: 25px;
    letter-spacing: 1px;
    font-size: 13px;
  }
}

/* ===== VehicleExtras (900+) ===== */

@media (min-width: 900px)
{
	.AV-WInventory-4 .vehicle .vehicle-body .bottom-right .stock
	{
    display: inline-block;
		font-size: 12px;
	}
	.AV-WInventory-4 .vehicle .vehicle-body .bottom-right .vin
	{
		display: inline-block;
		font-size: 12px;
	}
	.AV-WInventory-4 .vehicle .vehicle-body .bottom-right .dealership
	{
		display: inline-block;
		font-size: 12px;
	}
  .AV-WInventory-4 .vehicle .vehicle-body .bottom-right .dealership .vehicle-location
	{
		display: inline-block;
		font-size: 14px;
    font-weight: bold;
	}
}
