ul.priceBlockResponsiveSrp .fa,
ul.priceBlockResponsiveSrp .fas,
.priceBlockResponsiveSrpMobile .fa,
.priceBlockResponsiveSrpMobile .fas {
	margin-right: 6px;
}

ul.priceBlockResponsiveSrp .btn-success {
	background-color: #168935;
	border-color: #168935;
	font-size: 16px;
	padding: 12px;
}

ul.priceBlockResponsiveSrp .btn-success:hover {
	background-color: #11772d;
	border-color: #11772d;
}

ul.priceBlockResponsiveSrp .btn-main {
	font-size: 15px;
	padding: 12px;
}

.srp-banner {
	max-width: 100%;
}

#srpRefineSearch_Filters {
	font-family: antennaRegularExtraLight;
}

#btnFilter {
	font-family: antennaRegularLight;
}

/* can add back when CTC button is gone */
/*.priceBlockItemButton:nth-last-of-type(3) {
	margin-top: 18px;
}*/

.fa-file-alt {
	margin-right: 4px;
}

.popover-content {
	background-color: #ffffff;
	color: #111;
}

.popover-content li,
.popover-content div {
	margin-top: 12px;
}

.windowSticker {
	margin-top: 5px;
}

.cpoImg img {
	max-width: 160px;
}

.carhistory img {
	max-width: 130px;
}

.srpVehicle ul {
	margin-top: 0;
}

.pull-right {
	font-size: 1em !important;
}

.priceBlockItemPrice:first-of-type .pull-right {
	font-size: 1.2em !important;
}

.primaryPrice {
	font-size: 1.4em !important;
}

/*
.reportImg img[alt='View CARFAX report'] {
	max-width: 120px;
} */

/* make CTAs uniform size */
li.priceBlockItemButton a,
li.priceBlockItemButton .btn {
	font-size: 18px;
	padding: 10px 12px;
}

/* make the 360 view prettier */
div#evs_link {
	margin-top: 25px;
}
div#evs_link img {
	transition: transform 0.3s;
	max-width: 320px;
}
div#evs_link img:hover {
	transform: scale(1.05);
}

/* for when the img swap works */
div#evs_link img {
	max-width: 300px;
}

img[alt='Ford Gold Certified Vehicle'],
img[alt='Ford Blue Certified Vehicle'] {
	max-height: 54px;
}

/* SRP Carousel Banner */

/* Carousel container */
.carousel {
	position: relative;
	max-width: 100%;
	margin: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

/* Carousel slides */
.carousel-slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.carousel-slide {
	min-width: 100%;
	box-sizing: border-box;
}

.carousel-slide img {
	width: 100%;
	display: block;
}

/* Navigation buttons */
.carousel-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	border: none;
	cursor: pointer;
	padding: 10px;
	font-size: 18px;
}

.carousel-btn.prev {
	left: 10px;
}

.carousel-btn.next {
	right: 10px;
}
